From bf26c2f27d8fbe4397bbcd9460cfce5ed9cd58ec Mon Sep 17 00:00:00 2001 From: dpj <1115957667@qq.com> Date: Fri, 13 Jul 2018 10:33:31 +0800 Subject: [PATCH] update --- .../Makefile | 307 + .../src/Makefile | 312 + .../src/Makefile.Debug | 9182 +++ .../src/Makefile.Release | 9182 +++ .../src/VectorEditor_resource.rc | 41 + .../src/object_script.VectorEditor.Debug | 46 + .../src/object_script.VectorEditor.Release | 46 + .../src/release/VectorEditor.exe | Bin 0 -> 1166848 bytes .../src/release/VectorEditor_resource_res.o | Bin 0 -> 68584 bytes .../src/release/colorlabel.o | Bin 0 -> 3636 bytes .../src/release/dotsignal.o | Bin 0 -> 6896 bytes .../src/release/handle.o | Bin 0 -> 1923 bytes .../src/release/main.o | Bin 0 -> 2700 bytes .../src/release/mainwindow.o | Bin 0 -> 127302 bytes .../src/release/moc_colorlabel.cpp | 132 + .../src/release/moc_colorlabel.o | Bin 0 -> 9574 bytes .../src/release/moc_dotsignal.cpp | 214 + .../src/release/moc_dotsignal.o | Bin 0 -> 16712 bytes .../src/release/moc_mainwindow.cpp | 264 + .../src/release/moc_mainwindow.o | Bin 0 -> 19683 bytes .../src/release/moc_showhelpdialog.cpp | 110 + .../src/release/moc_showhelpdialog.o | Bin 0 -> 9217 bytes .../src/release/moc_showsvg.cpp | 88 + .../src/release/moc_showsvg.o | Bin 0 -> 9977 bytes .../src/release/moc_showsvgdialog.cpp | 114 + .../src/release/moc_showsvgdialog.o | Bin 0 -> 9477 bytes .../src/release/moc_svgreader.cpp | 88 + .../src/release/moc_svgreader.o | Bin 0 -> 3842 bytes .../src/release/moc_svgwindow.cpp | 88 + .../src/release/moc_svgwindow.o | Bin 0 -> 11333 bytes .../src/release/moc_textItem.cpp | 90 + .../src/release/moc_textItem.o | Bin 0 -> 8341 bytes .../src/release/moc_textdialog.cpp | 88 + .../src/release/moc_textdialog.o | Bin 0 -> 8772 bytes .../src/release/moc_veellipse.cpp | 248 + .../src/release/moc_veellipse.o | Bin 0 -> 23393 bytes .../src/release/moc_veellipsesetting.cpp | 299 + .../src/release/moc_veellipsesetting.o | Bin 0 -> 19704 bytes .../src/release/moc_vepolyline.cpp | 245 + .../src/release/moc_vepolyline.o | Bin 0 -> 23028 bytes .../src/release/moc_vepolylinesettings.cpp | 222 + .../src/release/moc_vepolylinesettings.o | Bin 0 -> 11132 bytes .../src/release/moc_verectangle.cpp | 248 + .../src/release/moc_verectangle.o | Bin 0 -> 23576 bytes .../src/release/moc_verectanglesettings.cpp | 281 + .../src/release/moc_verectanglesettings.o | Bin 0 -> 12988 bytes .../src/release/moc_veselectionrect.cpp | 90 + .../src/release/moc_veselectionrect.o | Bin 0 -> 8904 bytes .../src/release/moc_veworkplace.cpp | 238 + .../src/release/moc_veworkplace.o | Bin 0 -> 9313 bytes .../src/release/moc_veworkplaceview.cpp | 88 + .../src/release/moc_veworkplaceview.o | Bin 0 -> 11974 bytes .../src/release/qrc_icons.cpp | 48548 ++++++++++++++++ .../src/release/qrc_icons.o | Bin 0 -> 763140 bytes .../src/release/showhelpdialog.o | Bin 0 -> 16154 bytes .../src/release/showsvg.o | Bin 0 -> 1925 bytes .../src/release/showsvgdialog.o | Bin 0 -> 11438 bytes .../src/release/svgreader.o | Bin 0 -> 57206 bytes .../src/release/svgwindow.o | Bin 0 -> 3725 bytes .../src/release/textItem.o | Bin 0 -> 10642 bytes .../src/release/textdialog.o | Bin 0 -> 16775 bytes .../src/release/vebaseitem.o | Bin 0 -> 25422 bytes .../src/release/vebasicshapeitem.o | Bin 0 -> 10524 bytes .../src/release/vecomplexshapeitem.o | Bin 0 -> 25035 bytes .../src/release/veellipse.o | Bin 0 -> 20539 bytes .../src/release/veellipsesetting.o | Bin 0 -> 38731 bytes .../src/release/vepolyline.o | Bin 0 -> 24501 bytes .../src/release/vepolylinesettings.o | Bin 0 -> 19233 bytes .../src/release/verectangle.o | Bin 0 -> 20604 bytes .../src/release/verectanglesettings.o | Bin 0 -> 36336 bytes .../src/release/veselectionrect.o | Bin 0 -> 3176 bytes .../src/release/veworkplace.o | Bin 0 -> 39086 bytes .../src/release/veworkplaceview.o | Bin 0 -> 2215 bytes .../src/ui_mainwindow.h | 501 + .../src/ui_showhelpdialog.h | 118 + .../src/ui_showsvgdialog.h | 81 + .../src/ui_textdialog.h | 102 + .../src/ui_veellipsesettings.h | 273 + .../src/ui_vepolylinesettings.h | 99 + .../src/ui_verectanglesettings.h | 151 + .../VectorEditor.pro.user | 2 +- .../vector-editor_changed/src/handle.h | 16 +- .../vector-editor_changed/src/vebaseitem.cpp | 23 +- .../vector-editor_changed/src/vebaseitem.h | 6 +- .../src/vebasicshapeitem.cpp | 4 +- .../src/vecomplexshapeitem.cpp | 9 +- .../vector-editor_changed/src/veworkplace.cpp | 1 + ...00\346\261\202\345\210\206\346\236\220.md" | 14 +- 88 files changed, 72265 insertions(+), 34 deletions(-) create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/Makefile create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile.Debug create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile.Release create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/VectorEditor_resource.rc create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/object_script.VectorEditor.Debug create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/object_script.VectorEditor.Release create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/VectorEditor.exe create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/VectorEditor_resource_res.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/colorlabel.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/dotsignal.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/handle.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/main.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/mainwindow.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_colorlabel.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_colorlabel.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_dotsignal.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_dotsignal.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_mainwindow.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_mainwindow.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showhelpdialog.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showhelpdialog.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvg.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvg.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvgdialog.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvgdialog.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_svgreader.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_svgreader.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_svgwindow.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_svgwindow.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textItem.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textItem.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textdialog.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textdialog.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veellipse.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veellipse.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veellipsesetting.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veellipsesetting.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolyline.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolyline.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolylinesettings.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolylinesettings.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectangle.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectangle.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectanglesettings.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectanglesettings.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veselectionrect.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veselectionrect.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplace.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplace.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplaceview.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplaceview.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/qrc_icons.cpp create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/qrc_icons.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/showhelpdialog.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/showsvg.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/showsvgdialog.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/svgreader.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/svgwindow.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/textItem.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/textdialog.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/vebaseitem.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/vebasicshapeitem.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/vecomplexshapeitem.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veellipse.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veellipsesetting.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/vepolyline.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/vepolylinesettings.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/verectangle.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/verectanglesettings.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veselectionrect.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veworkplace.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veworkplaceview.o create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_mainwindow.h create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_showhelpdialog.h create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_showsvgdialog.h create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_textdialog.h create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_veellipsesettings.h create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_vepolylinesettings.h create mode 100644 FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_verectanglesettings.h diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/Makefile b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/Makefile new file mode 100644 index 0000000..26ca04c --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/Makefile @@ -0,0 +1,307 @@ +############################################################################# +# Makefile for building: VectorEditor +# Generated by qmake (3.0) (Qt 5.2.0) +# Project: ..\vector-editor_changed\VectorEditor.pro +# Template: subdirs +# Command: D:\Qt\5.2.0\mingw48_32\bin\qmake.exe -spec win32-g++ -o Makefile ..\vector-editor_changed\VectorEditor.pro +############################################################################# + +MAKEFILE = Makefile + +first: make_first +QMAKE = D:\Qt\5.2.0\mingw48_32\bin\qmake.exe +DEL_FILE = del +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +COPY = copy /y +COPY_FILE = $(COPY) +COPY_DIR = xcopy /s /q /y /i +INSTALL_FILE = $(COPY_FILE) +INSTALL_PROGRAM = $(COPY_FILE) +INSTALL_DIR = $(COPY_DIR) +DEL_FILE = del +SYMLINK = copy /y +DEL_DIR = rmdir +MOVE = move +SUBTARGETS = \ + sub-src + + +sub-src-qmake_all: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile + cd src\ && $(MAKE) -f Makefile qmake_all +sub-src: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile +sub-src-make_first-ordered: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile +sub-src-make_first: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile +sub-src-all-ordered: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile all +sub-src-all: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile all +sub-src-clean-ordered: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile clean +sub-src-clean: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile clean +sub-src-distclean-ordered: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile distclean +sub-src-distclean: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile distclean +sub-src-install_subtargets-ordered: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile install +sub-src-install_subtargets: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile install +sub-src-uninstall_subtargets-ordered: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile uninstall +sub-src-uninstall_subtargets: FORCE + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile uninstall + +Makefile: ../vector-editor_changed/VectorEditor.pro D:/Qt/5.2.0/mingw48_32/mkspecs/win32-g++/qmake.conf D:/Qt/5.2.0/mingw48_32/mkspecs/features/spec_pre.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/qdevice.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/device_config.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/common/shell-win32.conf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/qconfig.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axbase.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axbase_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axcontainer.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axcontainer_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axserver.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axserver_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_bluetooth.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_bluetooth_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_bootstrap_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_clucene_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_concurrent.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_concurrent_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_core.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_core_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_declarative.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_declarative_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_designer.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_designer_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_designercomponents_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_gui.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_gui_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_help.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_help_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_multimedia.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_multimedia_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_multimediawidgets.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_network.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_network_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_nfc.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_nfc_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_opengl.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_opengl_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_openglextensions.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_openglextensions_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_platformsupport_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_positioning.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_positioning_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_printsupport.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_printsupport_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qml.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qml_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qmltest.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qmltest_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_quick.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_quick_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_quickparticles_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_script.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_script_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_scripttools.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_scripttools_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_sensors.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_sensors_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_serialport.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_serialport_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_sql.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_sql_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_svg.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_svg_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_testlib.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_testlib_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_uitools.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_uitools_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_webkit.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_webkit_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_webkitwidgets.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_widgets.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_widgets_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_winextras.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_winextras_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_xml.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_xml_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_xmlpatterns.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/qt_functions.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/qt_config.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/win32-g++/qmake.conf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/spec_post.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/exclusive_builds.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/default_pre.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/win32/default_pre.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/resolve_config.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/exclusive_builds_post.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/default_post.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/warn_on.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/win32/rtti.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/win32/windows.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/testcase_targets.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/exceptions.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/yacc.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/lex.prf \ + ../vector-editor_changed/VectorEditor.pro + $(QMAKE) -spec win32-g++ -o Makefile ..\vector-editor_changed\VectorEditor.pro +D:\Qt\5.2.0\mingw48_32\mkspecs\features\spec_pre.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\qdevice.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\device_config.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\common\shell-win32.conf: +D:\Qt\5.2.0\mingw48_32\mkspecs\qconfig.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axbase.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axbase_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axcontainer.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axcontainer_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axserver.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axserver_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bluetooth.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bluetooth_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bootstrap_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_clucene_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_concurrent.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_concurrent_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_core.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_core_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_declarative.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_declarative_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designer.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designer_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designercomponents_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_gui.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_gui_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_help.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_help_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimedia.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimedia_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimediawidgets.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimediawidgets_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_network.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_network_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_nfc.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_nfc_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_opengl.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_opengl_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_openglextensions.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_openglextensions_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_platformsupport_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_positioning.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_positioning_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_printsupport.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_printsupport_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qml.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qml_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmldevtools_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmltest.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmltest_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quick.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quick_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quickparticles_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_script.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_script_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_scripttools.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_scripttools_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sensors.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sensors_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_serialport.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_serialport_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sql.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sql_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_svg.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_svg_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_testlib.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_testlib_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_uitools.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_uitools_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkit.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkit_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkitwidgets.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkitwidgets_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_widgets.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_widgets_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_winextras.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_winextras_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xml.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xml_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xmlpatterns.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xmlpatterns_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt_functions.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt_config.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\win32-g++\qmake.conf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\spec_post.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\exclusive_builds.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\default_pre.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\default_pre.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\resolve_config.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\exclusive_builds_post.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\default_post.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\warn_on.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\rtti.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\windows.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\testcase_targets.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\exceptions.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\yacc.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\lex.prf: +..\vector-editor_changed\VectorEditor.pro: +qmake: FORCE + @$(QMAKE) -spec win32-g++ -o Makefile ..\vector-editor_changed\VectorEditor.pro + +qmake_all: sub-src-qmake_all FORCE + +make_first: sub-src-make_first-ordered FORCE +all: sub-src-all-ordered FORCE +clean: sub-src-clean-ordered FORCE +distclean: sub-src-distclean-ordered FORCE + -$(DEL_FILE) Makefile +install_subtargets: sub-src-install_subtargets-ordered FORCE +uninstall_subtargets: sub-src-uninstall_subtargets-ordered FORCE + +sub-src-debug_ordered: + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile debug +debug: sub-src-debug_ordered + +sub-src-release_ordered: + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile release +release: sub-src-release_ordered + +sub-src-check_ordered: + @if not exist src\ mkdir src\ & if not exist src\ exit 1 + cd src\ && ( if not exist Makefile $(QMAKE) C:\Users\pprp\Desktop\Github\QPainter\FourthOne\vector-editor_changed\vector-editor_changed\src\src.pro -spec win32-g++ -o Makefile ) && $(MAKE) -f Makefile check +check: sub-src-check_ordered +install: install_subtargets FORCE + +uninstall: uninstall_subtargets FORCE + +FORCE: + diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile new file mode 100644 index 0000000..17ef0ce --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile @@ -0,0 +1,312 @@ +############################################################################# +# Makefile for building: VectorEditor +# Generated by qmake (3.0) (Qt 5.2.0) +# Project: ..\..\vector-editor_changed\src\src.pro +# Template: app +# Command: D:\Qt\5.2.0\mingw48_32\bin\qmake.exe -spec win32-g++ -o Makefile ..\..\vector-editor_changed\src\src.pro +############################################################################# + +MAKEFILE = Makefile + +first: release +install: release-install +uninstall: release-uninstall +QMAKE = D:\Qt\5.2.0\mingw48_32\bin\qmake.exe +DEL_FILE = del +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +COPY = copy /y +COPY_FILE = $(COPY) +COPY_DIR = xcopy /s /q /y /i +INSTALL_FILE = $(COPY_FILE) +INSTALL_PROGRAM = $(COPY_FILE) +INSTALL_DIR = $(COPY_DIR) +DEL_FILE = del +SYMLINK = copy /y +DEL_DIR = rmdir +MOVE = move +SUBTARGETS = \ + release \ + debug + + +release: FORCE + $(MAKE) -f $(MAKEFILE).Release +release-make_first: FORCE + $(MAKE) -f $(MAKEFILE).Release +release-all: FORCE + $(MAKE) -f $(MAKEFILE).Release all +release-clean: FORCE + $(MAKE) -f $(MAKEFILE).Release clean +release-distclean: FORCE + $(MAKE) -f $(MAKEFILE).Release distclean +release-install: FORCE + $(MAKE) -f $(MAKEFILE).Release install +release-uninstall: FORCE + $(MAKE) -f $(MAKEFILE).Release uninstall +debug: FORCE + $(MAKE) -f $(MAKEFILE).Debug +debug-make_first: FORCE + $(MAKE) -f $(MAKEFILE).Debug +debug-all: FORCE + $(MAKE) -f $(MAKEFILE).Debug all +debug-clean: FORCE + $(MAKE) -f $(MAKEFILE).Debug clean +debug-distclean: FORCE + $(MAKE) -f $(MAKEFILE).Debug distclean +debug-install: FORCE + $(MAKE) -f $(MAKEFILE).Debug install +debug-uninstall: FORCE + $(MAKE) -f $(MAKEFILE).Debug uninstall + +Makefile: ../../vector-editor_changed/src/src.pro D:/Qt/5.2.0/mingw48_32/mkspecs/win32-g++/qmake.conf D:/Qt/5.2.0/mingw48_32/mkspecs/features/spec_pre.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/qdevice.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/device_config.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/common/shell-win32.conf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/qconfig.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axbase.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axbase_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axcontainer.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axcontainer_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axserver.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_axserver_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_bluetooth.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_bluetooth_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_bootstrap_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_clucene_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_concurrent.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_concurrent_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_core.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_core_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_declarative.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_declarative_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_designer.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_designer_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_designercomponents_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_gui.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_gui_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_help.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_help_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_multimedia.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_multimedia_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_multimediawidgets.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_network.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_network_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_nfc.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_nfc_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_opengl.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_opengl_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_openglextensions.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_openglextensions_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_platformsupport_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_positioning.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_positioning_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_printsupport.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_printsupport_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qml.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qml_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qmltest.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qmltest_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_quick.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_quick_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_quickparticles_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_script.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_script_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_scripttools.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_scripttools_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_sensors.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_sensors_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_serialport.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_serialport_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_sql.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_sql_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_svg.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_svg_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_testlib.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_testlib_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_uitools.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_uitools_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_webkit.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_webkit_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_webkitwidgets.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_widgets.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_widgets_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_winextras.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_winextras_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_xml.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_xml_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_xmlpatterns.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/qt_functions.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/qt_config.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/win32-g++/qmake.conf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/spec_post.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/exclusive_builds.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/default_pre.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/win32/default_pre.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/resolve_config.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/exclusive_builds_post.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/default_post.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/warn_on.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/c++11.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/win32/rtti.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/qt.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/resources.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/moc.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/win32/opengl.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/uic.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/win32/windows.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/testcase_targets.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/exceptions.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/yacc.prf \ + D:/Qt/5.2.0/mingw48_32/mkspecs/features/lex.prf \ + ../../vector-editor_changed/src/src.pro \ + D:/Qt/5.2.0/mingw48_32/lib/Qt5Svg.prl \ + D:/Qt/5.2.0/mingw48_32/lib/Qt5Widgets.prl \ + D:/Qt/5.2.0/mingw48_32/lib/Qt5Xml.prl \ + D:/Qt/5.2.0/mingw48_32/lib/Qt5Gui.prl \ + D:/Qt/5.2.0/mingw48_32/lib/Qt5Core.prl + $(QMAKE) -spec win32-g++ -o Makefile ..\..\vector-editor_changed\src\src.pro +D:\Qt\5.2.0\mingw48_32\mkspecs\features\spec_pre.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\qdevice.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\device_config.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\common\shell-win32.conf: +D:\Qt\5.2.0\mingw48_32\mkspecs\qconfig.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axbase.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axbase_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axcontainer.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axcontainer_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axserver.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axserver_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bluetooth.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bluetooth_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bootstrap_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_clucene_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_concurrent.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_concurrent_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_core.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_core_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_declarative.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_declarative_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designer.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designer_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designercomponents_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_gui.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_gui_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_help.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_help_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimedia.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimedia_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimediawidgets.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimediawidgets_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_network.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_network_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_nfc.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_nfc_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_opengl.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_opengl_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_openglextensions.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_openglextensions_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_platformsupport_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_positioning.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_positioning_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_printsupport.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_printsupport_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qml.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qml_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmldevtools_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmltest.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmltest_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quick.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quick_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quickparticles_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_script.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_script_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_scripttools.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_scripttools_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sensors.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sensors_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_serialport.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_serialport_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sql.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sql_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_svg.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_svg_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_testlib.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_testlib_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_uitools.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_uitools_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkit.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkit_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkitwidgets.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkitwidgets_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_widgets.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_widgets_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_winextras.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_winextras_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xml.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xml_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xmlpatterns.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xmlpatterns_private.pri: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt_functions.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt_config.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\win32-g++\qmake.conf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\spec_post.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\exclusive_builds.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\default_pre.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\default_pre.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\resolve_config.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\exclusive_builds_post.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\default_post.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\warn_on.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\c++11.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\rtti.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\resources.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\moc.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\opengl.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\uic.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\windows.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\testcase_targets.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\exceptions.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\yacc.prf: +D:\Qt\5.2.0\mingw48_32\mkspecs\features\lex.prf: +..\..\vector-editor_changed\src\src.pro: +D:/Qt/5.2.0/mingw48_32/lib/Qt5Svg.prl: +D:/Qt/5.2.0/mingw48_32/lib/Qt5Widgets.prl: +D:/Qt/5.2.0/mingw48_32/lib/Qt5Xml.prl: +D:/Qt/5.2.0/mingw48_32/lib/Qt5Gui.prl: +D:/Qt/5.2.0/mingw48_32/lib/Qt5Core.prl: +qmake: FORCE + @$(QMAKE) -spec win32-g++ -o Makefile ..\..\vector-editor_changed\src\src.pro + +qmake_all: FORCE + +make_first: release-make_first debug-make_first FORCE +all: release-all debug-all FORCE +clean: release-clean debug-clean FORCE +distclean: release-distclean debug-distclean FORCE + -$(DEL_FILE) Makefile + +release-mocclean: + $(MAKE) -f $(MAKEFILE).Release mocclean +debug-mocclean: + $(MAKE) -f $(MAKEFILE).Debug mocclean +mocclean: release-mocclean debug-mocclean + +release-mocables: + $(MAKE) -f $(MAKEFILE).Release mocables +debug-mocables: + $(MAKE) -f $(MAKEFILE).Debug mocables +mocables: release-mocables debug-mocables + +check: first +FORCE: + +$(MAKEFILE).Release: Makefile +$(MAKEFILE).Debug: Makefile diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile.Debug b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile.Debug new file mode 100644 index 0000000..3068f77 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile.Debug @@ -0,0 +1,9182 @@ +############################################################################# +# Makefile for building: VectorEditor +# Generated by qmake (3.0) (Qt 5.2.0) +# Project: ..\..\vector-editor_changed\src\src.pro +# Template: app +############################################################################# + +MAKEFILE = Makefile.Debug + +####### Compiler, tools and options + +CC = gcc +CXX = g++ +DEFINES = -DUNICODE -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN +CFLAGS = -pipe -fno-keep-inline-dllexport -g -Wall -Wextra $(DEFINES) +CXXFLAGS = -pipe -fno-keep-inline-dllexport -g -Wall -Wextra -std=c++0x -frtti -fexceptions -mthreads $(DEFINES) +INCPATH = -I..\..\vector-editor_changed\src -I"D:\Qt\5.2.0\mingw48_32\include" -I"D:\Qt\5.2.0\mingw48_32\include\QtSvg" -I"D:\Qt\5.2.0\mingw48_32\include\QtWidgets" -I"D:\Qt\5.2.0\mingw48_32\include\QtXml" -I"D:\Qt\5.2.0\mingw48_32\include\QtGui" -I"D:\Qt\5.2.0\mingw48_32\include\QtCore" -I"debug" -I"." -I"." -I"D:\Qt\5.2.0\mingw48_32\mkspecs\win32-g++" +LINKER = g++ +LFLAGS = -Wl,-subsystem,windows -mthreads +LIBS = -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 -lqtmaind -LD:\Qt\5.2.0\mingw48_32\lib -lQt5Svgd -lQt5Widgetsd -lQt5Xmld -lQt5Guid -lQt5Cored debug\VectorEditor_resource_res.o +QMAKE = D:\Qt\5.2.0\mingw48_32\bin\qmake.exe +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = debug\VectorEditor_resource_res.o +COPY = copy /y +SED = $(QMAKE) -install sed +COPY_FILE = $(COPY) +COPY_DIR = xcopy /s /q /y /i +DEL_FILE = del +DEL_DIR = rmdir +MOVE = move +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +INSTALL_FILE = $(COPY_FILE) +INSTALL_PROGRAM = $(COPY_FILE) +INSTALL_DIR = $(COPY_DIR) + +####### Output directory + +OBJECTS_DIR = debug + +####### Files + +SOURCES = ..\..\vector-editor_changed\src\main.cpp \ + ..\..\vector-editor_changed\src\mainwindow.cpp \ + ..\..\vector-editor_changed\src\svgreader.cpp \ + ..\..\vector-editor_changed\src\verectangle.cpp \ + ..\..\vector-editor_changed\src\veworkplace.cpp \ + ..\..\vector-editor_changed\src\verectanglesettings.cpp \ + ..\..\vector-editor_changed\src\colorlabel.cpp \ + ..\..\vector-editor_changed\src\vepolyline.cpp \ + ..\..\vector-editor_changed\src\vepolylinesettings.cpp \ + ..\..\vector-editor_changed\src\dotsignal.cpp \ + ..\..\vector-editor_changed\src\veworkplaceview.cpp \ + ..\..\vector-editor_changed\src\veellipse.cpp \ + ..\..\vector-editor_changed\src\veellipsesetting.cpp \ + ..\..\vector-editor_changed\src\handle.cpp \ + ..\..\vector-editor_changed\src\showhelpdialog.cpp \ + ..\..\vector-editor_changed\src\textdialog.cpp \ + ..\..\vector-editor_changed\src\showsvg.cpp \ + ..\..\vector-editor_changed\src\svgwindow.cpp \ + ..\..\vector-editor_changed\src\showsvgdialog.cpp \ + ..\..\vector-editor_changed\src\vebasicshapeitem.cpp \ + ..\..\vector-editor_changed\src\vebaseitem.cpp \ + ..\..\vector-editor_changed\src\textItem.cpp \ + ..\..\vector-editor_changed\src\vecomplexshapeitem.cpp \ + ..\..\vector-editor_changed\src\veselectionrect.cpp debug\qrc_icons.cpp \ + debug\moc_mainwindow.cpp \ + debug\moc_svgreader.cpp \ + debug\moc_verectangle.cpp \ + debug\moc_veworkplace.cpp \ + debug\moc_verectanglesettings.cpp \ + debug\moc_colorlabel.cpp \ + debug\moc_vepolyline.cpp \ + debug\moc_vepolylinesettings.cpp \ + debug\moc_dotsignal.cpp \ + debug\moc_veworkplaceview.cpp \ + debug\moc_veellipse.cpp \ + debug\moc_veellipsesetting.cpp \ + debug\moc_showhelpdialog.cpp \ + debug\moc_textdialog.cpp \ + debug\moc_showsvg.cpp \ + debug\moc_svgwindow.cpp \ + debug\moc_showsvgdialog.cpp \ + debug\moc_textItem.cpp \ + debug\moc_veselectionrect.cpp +OBJECTS = debug/main.o \ + debug/mainwindow.o \ + debug/svgreader.o \ + debug/verectangle.o \ + debug/veworkplace.o \ + debug/verectanglesettings.o \ + debug/colorlabel.o \ + debug/vepolyline.o \ + debug/vepolylinesettings.o \ + debug/dotsignal.o \ + debug/veworkplaceview.o \ + debug/veellipse.o \ + debug/veellipsesetting.o \ + debug/handle.o \ + debug/showhelpdialog.o \ + debug/textdialog.o \ + debug/showsvg.o \ + debug/svgwindow.o \ + debug/showsvgdialog.o \ + debug/vebasicshapeitem.o \ + debug/vebaseitem.o \ + debug/textItem.o \ + debug/vecomplexshapeitem.o \ + debug/veselectionrect.o \ + debug/qrc_icons.o \ + debug/moc_mainwindow.o \ + debug/moc_svgreader.o \ + debug/moc_verectangle.o \ + debug/moc_veworkplace.o \ + debug/moc_verectanglesettings.o \ + debug/moc_colorlabel.o \ + debug/moc_vepolyline.o \ + debug/moc_vepolylinesettings.o \ + debug/moc_dotsignal.o \ + debug/moc_veworkplaceview.o \ + debug/moc_veellipse.o \ + debug/moc_veellipsesetting.o \ + debug/moc_showhelpdialog.o \ + debug/moc_textdialog.o \ + debug/moc_showsvg.o \ + debug/moc_svgwindow.o \ + debug/moc_showsvgdialog.o \ + debug/moc_textItem.o \ + debug/moc_veselectionrect.o + +DIST = +QMAKE_TARGET = VectorEditor +DESTDIR = debug\ #avoid trailing-slash linebreak +TARGET = VectorEditor.exe +DESTDIR_TARGET = debug\VectorEditor.exe + +####### Implicit rules + +.SUFFIXES: .cpp .cc .cxx .c + +.cpp.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.cc.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.cxx.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.c.o: + $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< + +####### Build rules + +first: all +all: Makefile.Debug $(DESTDIR_TARGET) + +$(DESTDIR_TARGET): ui_mainwindow.h ui_verectanglesettings.h ui_vepolylinesettings.h ui_veellipsesettings.h ui_showhelpdialog.h ui_textdialog.h ui_showsvgdialog.h $(OBJECTS) debug/VectorEditor_resource_res.o + $(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.VectorEditor.Debug $(LIBS) + +debug/VectorEditor_resource_res.o: VectorEditor_resource.rc + windres -i VectorEditor_resource.rc -o debug\VectorEditor_resource_res.o --include-dir=. $(DEFINES) + +qmake: FORCE + @$(QMAKE) -spec win32-g++ -o Makefile.Debug ..\..\vector-editor_changed\src\src.pro + +qmake_all: FORCE + +dist: + $(ZIP) VectorEditor.zip $(SOURCES) $(DIST) ..\..\vector-editor_changed\VectorEditor.pro D:\Qt\5.2.0\mingw48_32\mkspecs\features\spec_pre.prf D:\Qt\5.2.0\mingw48_32\mkspecs\qdevice.pri D:\Qt\5.2.0\mingw48_32\mkspecs\features\device_config.prf D:\Qt\5.2.0\mingw48_32\mkspecs\common\shell-win32.conf D:\Qt\5.2.0\mingw48_32\mkspecs\qconfig.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axbase.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axbase_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axcontainer.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axcontainer_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axserver.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axserver_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bluetooth.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bluetooth_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bootstrap_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_clucene_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_concurrent.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_concurrent_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_core.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_core_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_declarative.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_declarative_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designer.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designer_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designercomponents_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_gui.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_gui_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_help.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_help_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimedia.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimedia_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimediawidgets.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimediawidgets_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_network.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_network_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_nfc.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_nfc_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_opengl.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_opengl_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_openglextensions.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_openglextensions_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_platformsupport_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_positioning.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_positioning_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_printsupport.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_printsupport_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qml.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qml_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmldevtools_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmltest.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmltest_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quick.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quick_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quickparticles_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_script.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_script_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_scripttools.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_scripttools_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sensors.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sensors_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_serialport.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_serialport_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sql.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sql_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_svg.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_svg_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_testlib.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_testlib_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_uitools.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_uitools_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkit.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkit_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkitwidgets.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkitwidgets_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_widgets.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_widgets_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_winextras.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_winextras_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xml.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xml_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xmlpatterns.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xmlpatterns_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt_functions.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt_config.prf D:\Qt\5.2.0\mingw48_32\mkspecs\win32-g++\qmake.conf D:\Qt\5.2.0\mingw48_32\mkspecs\features\spec_post.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\exclusive_builds.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\default_pre.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\default_pre.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\resolve_config.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\exclusive_builds_post.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\default_post.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\build_pass.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\warn_on.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\c++11.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\rtti.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\resources.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\moc.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\opengl.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\uic.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\windows.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\testcase_targets.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\exceptions.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\yacc.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\lex.prf ..\..\vector-editor_changed\src\src.pro ..\..\vector-editor_changed\src\icons.qrc D:/Qt/5.2.0/mingw48_32/lib/Qt5Svgd.prl D:/Qt/5.2.0/mingw48_32/lib/Qt5Widgetsd.prl D:/Qt/5.2.0/mingw48_32/lib/Qt5Xmld.prl D:/Qt/5.2.0/mingw48_32/lib/Qt5Guid.prl D:/Qt/5.2.0/mingw48_32/lib/Qt5Cored.prl RESOURCES HEADERS SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES + +clean: compiler_clean + -$(DEL_FILE) debug\main.o debug\mainwindow.o debug\svgreader.o debug\verectangle.o debug\veworkplace.o debug\verectanglesettings.o debug\colorlabel.o debug\vepolyline.o debug\vepolylinesettings.o debug\dotsignal.o debug\veworkplaceview.o debug\veellipse.o debug\veellipsesetting.o debug\handle.o debug\showhelpdialog.o debug\textdialog.o debug\showsvg.o debug\svgwindow.o debug\showsvgdialog.o debug\vebasicshapeitem.o debug\vebaseitem.o debug\textItem.o debug\vecomplexshapeitem.o debug\veselectionrect.o debug\qrc_icons.o debug\moc_mainwindow.o debug\moc_svgreader.o debug\moc_verectangle.o debug\moc_veworkplace.o debug\moc_verectanglesettings.o debug\moc_colorlabel.o debug\moc_vepolyline.o debug\moc_vepolylinesettings.o debug\moc_dotsignal.o debug\moc_veworkplaceview.o debug\moc_veellipse.o debug\moc_veellipsesetting.o debug\moc_showhelpdialog.o debug\moc_textdialog.o debug\moc_showsvg.o debug\moc_svgwindow.o debug\moc_showsvgdialog.o debug\moc_textItem.o debug\moc_veselectionrect.o + -$(DEL_FILE) debug\VectorEditor_resource_res.o + +distclean: clean + -$(DEL_FILE) $(DESTDIR_TARGET) + -$(DEL_FILE) Makefile.Debug + +mocclean: compiler_moc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_source_make_all + +check: first + +compiler_rcc_make_all: debug/qrc_icons.cpp +compiler_rcc_clean: + -$(DEL_FILE) debug\qrc_icons.cpp +debug/qrc_icons.cpp: ../../vector-editor_changed/src/icons.qrc \ + ../../vector-editor_changed/src/icons/bezier.png \ + ../../vector-editor_changed/src/icons/selectAll.png \ + ../../vector-editor_changed/src/icons/cursor-cross.png \ + ../../vector-editor_changed/src/icons/new.png \ + ../../vector-editor_changed/src/icons/cursor-hsplit.png \ + ../../vector-editor_changed/src/icons/paint.png \ + ../../vector-editor_changed/src/icons/polygon.png \ + ../../vector-editor_changed/src/icons/pencil.png \ + ../../vector-editor_changed/src/icons/zoomOut.png \ + ../../vector-editor_changed/src/icons/undo.png \ + ../../vector-editor_changed/src/icons/pan.png \ + ../../vector-editor_changed/src/icons/cursor-uparrow.png \ + ../../vector-editor_changed/src/icons/cursor-arrow.png \ + ../../vector-editor_changed/src/icons/foreground.png \ + ../../vector-editor_changed/src/icons/up.png \ + ../../vector-editor_changed/src/icons/zoomIn.png \ + ../../vector-editor_changed/src/icons/paint.ico \ + ../../vector-editor_changed/src/icons/bringtofront.png \ + ../../vector-editor_changed/src/icons/folder-upload.png \ + ../../vector-editor_changed/src/icons/point.png \ + ../../vector-editor_changed/src/icons/left.png \ + ../../vector-editor_changed/src/icons/rotate.png \ + ../../vector-editor_changed/src/icons/move.png \ + ../../vector-editor_changed/src/icons/edit.png \ + ../../vector-editor_changed/src/icons/icon.qrc \ + ../../vector-editor_changed/src/icons/select.png \ + ../../vector-editor_changed/src/icons/Draw.png \ + ../../vector-editor_changed/src/icons/cursor-sizev.png \ + ../../vector-editor_changed/src/icons/cursor-openhand.png \ + ../../vector-editor_changed/src/icons/zoom_in.ico \ + ../../vector-editor_changed/src/icons/vector-rectangle.png \ + ../../vector-editor_changed/src/icons/cursor-sizeh.png \ + ../../vector-editor_changed/src/icons/redo.png \ + ../../vector-editor_changed/src/icons/delete.png \ + ../../vector-editor_changed/src/icons/add_right.png \ + ../../vector-editor_changed/src/icons/ico.qrc \ + ../../vector-editor_changed/src/icons/rotate-right.png \ + ../../vector-editor_changed/src/icons/NewShape.ico \ + ../../vector-editor_changed/src/icons/canvas.png \ + ../../vector-editor_changed/src/icons/goback.png \ + ../../vector-editor_changed/src/icons/content-save.png \ + ../../vector-editor_changed/src/icons/cursor-closedhand.png \ + ../../vector-editor_changed/src/icons/background.png \ + ../../vector-editor_changed/src/icons/layer_add.ico \ + ../../vector-editor_changed/src/icons/text.png \ + ../../vector-editor_changed/src/icons/fill.png \ + ../../vector-editor_changed/src/icons/cursor-forbidden.png \ + ../../vector-editor_changed/src/icons/canvas.ico \ + ../../vector-editor_changed/src/icons/vector-polyline.png \ + ../../vector-editor_changed/src/icons/triangle.png \ + ../../vector-editor_changed/src/icons/find.png \ + ../../vector-editor_changed/src/icons/saveAs.png \ + ../../vector-editor_changed/src/icons/cursor-sizeall.png \ + ../../vector-editor_changed/src/icons/goforward.png \ + ../../vector-editor_changed/src/icons/eraser.png \ + ../../vector-editor_changed/src/icons/path.png \ + ../../vector-editor_changed/src/icons/zoom_out.ico \ + ../../vector-editor_changed/src/icons/ellipse.png \ + ../../vector-editor_changed/src/icons/open.png \ + ../../vector-editor_changed/src/icons/QPainter.ico \ + ../../vector-editor_changed/src/icons/arrow-top-left.png \ + ../../vector-editor_changed/src/icons/rectangle.png \ + ../../vector-editor_changed/src/icons/scene.ico \ + ../../vector-editor_changed/src/icons/arc.png \ + ../../vector-editor_changed/src/icons/fullExtent.png \ + ../../vector-editor_changed/src/icons/copy.png \ + ../../vector-editor_changed/src/icons/cursor-sizeb.png \ + ../../vector-editor_changed/src/icons/show.png \ + ../../vector-editor_changed/src/icons/qt.png \ + ../../vector-editor_changed/src/icons/save.png \ + ../../vector-editor_changed/src/icons/circle.png \ + ../../vector-editor_changed/src/icons/property.png \ + ../../vector-editor_changed/src/icons/cursor-vsplit.png \ + ../../vector-editor_changed/src/icons/unselect.png \ + ../../vector-editor_changed/src/icons/line.png \ + ../../vector-editor_changed/src/icons/right.png \ + ../../vector-editor_changed/src/icons/cursor-sizef.png \ + ../../vector-editor_changed/src/icons/unselectAll.png \ + ../../vector-editor_changed/src/icons/save.ico \ + ../../vector-editor_changed/src/icons/roundrect.png \ + ../../vector-editor_changed/src/icons/sendtoback.png \ + ../../vector-editor_changed/src/icons/cut.png \ + ../../vector-editor_changed/src/icons/arrow.png \ + ../../vector-editor_changed/src/icons/exit.png \ + ../../vector-editor_changed/src/icons/down.png \ + ../../vector-editor_changed/src/icons/polyline.png \ + ../../vector-editor_changed/src/icons/arrow-up-down.png \ + ../../vector-editor_changed/src/icons/paste.png + D:\Qt\5.2.0\mingw48_32\bin\rcc.exe -name icons ..\..\vector-editor_changed\src\icons.qrc -o debug\qrc_icons.cpp + +compiler_moc_header_make_all: debug/moc_mainwindow.cpp debug/moc_svgreader.cpp debug/moc_verectangle.cpp debug/moc_veworkplace.cpp debug/moc_verectanglesettings.cpp debug/moc_colorlabel.cpp debug/moc_vepolyline.cpp debug/moc_vepolylinesettings.cpp debug/moc_dotsignal.cpp debug/moc_veworkplaceview.cpp debug/moc_veellipse.cpp debug/moc_veellipsesetting.cpp debug/moc_showhelpdialog.cpp debug/moc_textdialog.cpp debug/moc_showsvg.cpp debug/moc_svgwindow.cpp debug/moc_showsvgdialog.cpp debug/moc_textItem.cpp debug/moc_veselectionrect.cpp +compiler_moc_header_clean: + -$(DEL_FILE) debug\moc_mainwindow.cpp debug\moc_svgreader.cpp debug\moc_verectangle.cpp debug\moc_veworkplace.cpp debug\moc_verectanglesettings.cpp debug\moc_colorlabel.cpp debug\moc_vepolyline.cpp debug\moc_vepolylinesettings.cpp debug\moc_dotsignal.cpp debug\moc_veworkplaceview.cpp debug\moc_veellipse.cpp debug\moc_veellipsesetting.cpp debug\moc_showhelpdialog.cpp debug\moc_textdialog.cpp debug\moc_showsvg.cpp debug\moc_svgwindow.cpp debug\moc_showsvgdialog.cpp debug\moc_textItem.cpp debug\moc_veselectionrect.cpp +debug/moc_mainwindow.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMainWindow \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QTimer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDateTime \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + ../../vector-editor_changed/src/showhelpdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + ../../vector-editor_changed/src/textdialog.h \ + ../../vector-editor_changed/src/TextItem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsTextItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QFont \ + ../../vector-editor_changed/src/showsvgdialog.h \ + ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + ../../vector-editor_changed/src/mainwindow.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\mainwindow.h -o debug\moc_mainwindow.cpp + +debug/moc_svgreader.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + ../../vector-editor_changed/src/svgreader.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\svgreader.h -o debug\moc_svgreader.cpp + +debug/moc_verectangle.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + ../../vector-editor_changed/src/verectangle.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\verectangle.h -o debug\moc_verectangle.cpp + +debug/moc_veworkplace.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + ../../vector-editor_changed/src/veworkplace.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\veworkplace.h -o debug\moc_veworkplace.cpp + +debug/moc_verectanglesettings.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/verectanglesettings.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\verectanglesettings.h -o debug\moc_verectanglesettings.cpp + +debug/moc_colorlabel.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/colorlabel.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\colorlabel.h -o debug\moc_colorlabel.cpp + +debug/moc_vepolyline.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + ../../vector-editor_changed/src/vepolyline.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\vepolyline.h -o debug\moc_vepolyline.cpp + +debug/moc_vepolylinesettings.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/vepolylinesettings.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\vepolylinesettings.h -o debug\moc_vepolylinesettings.cpp + +debug/moc_dotsignal.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + ../../vector-editor_changed/src/dotsignal.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\dotsignal.h -o debug\moc_dotsignal.cpp + +debug/moc_veworkplaceview.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + ../../vector-editor_changed/src/veworkplaceview.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\veworkplaceview.h -o debug\moc_veworkplaceview.cpp + +debug/moc_veellipse.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + ../../vector-editor_changed/src/veellipse.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\veellipse.h -o debug\moc_veellipse.cpp + +debug/moc_veellipsesetting.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/veellipse.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + ../../vector-editor_changed/src/veellipsesetting.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\veellipsesetting.h -o debug\moc_veellipsesetting.cpp + +debug/moc_showhelpdialog.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/showhelpdialog.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\showhelpdialog.h -o debug\moc_showhelpdialog.cpp + +debug/moc_textdialog.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/textdialog.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\textdialog.h -o debug\moc_textdialog.cpp + +debug/moc_showsvg.cpp: D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + ../../vector-editor_changed/src/showsvg.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\showsvg.h -o debug\moc_showsvg.cpp + +debug/moc_svgwindow.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + ../../vector-editor_changed/src/svgwindow.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\svgwindow.h -o debug\moc_svgwindow.cpp + +debug/moc_showsvgdialog.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + ../../vector-editor_changed/src/showsvgdialog.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\showsvgdialog.h -o debug\moc_showsvgdialog.cpp + +debug/moc_textItem.cpp: D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsTextItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QFont \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + ../../vector-editor_changed/src/textdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/textItem.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\textItem.h -o debug\moc_textItem.cpp + +debug/moc_veselectionrect.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + ../../vector-editor_changed/src/veselectionrect.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\veselectionrect.h -o debug\moc_veselectionrect.cpp + +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h ui_verectanglesettings.h ui_vepolylinesettings.h ui_veellipsesettings.h ui_showhelpdialog.h ui_textdialog.h ui_showsvgdialog.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h ui_verectanglesettings.h ui_vepolylinesettings.h ui_veellipsesettings.h ui_showhelpdialog.h ui_textdialog.h ui_showsvgdialog.h +ui_mainwindow.h: ../../vector-editor_changed/src/mainwindow.ui \ + ../../vector-editor_changed/src/verectanglesettings.h \ + ../../vector-editor_changed/src/vepolylinesettings.h \ + ../../vector-editor_changed/src/veworkplaceview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\mainwindow.ui -o ui_mainwindow.h + +ui_verectanglesettings.h: ../../vector-editor_changed/src/verectanglesettings.ui \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\verectanglesettings.ui -o ui_verectanglesettings.h + +ui_vepolylinesettings.h: ../../vector-editor_changed/src/vepolylinesettings.ui \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\vepolylinesettings.ui -o ui_vepolylinesettings.h + +ui_veellipsesettings.h: ../../vector-editor_changed/src/veellipsesettings.ui \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\veellipsesettings.ui -o ui_veellipsesettings.h + +ui_showhelpdialog.h: ../../vector-editor_changed/src/showhelpdialog.ui + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\showhelpdialog.ui -o ui_showhelpdialog.h + +ui_textdialog.h: ../../vector-editor_changed/src/textdialog.ui + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\textdialog.ui -o ui_textdialog.h + +ui_showsvgdialog.h: ../../vector-editor_changed/src/showsvgdialog.ui + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\showsvgdialog.ui -o ui_showsvgdialog.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_rcc_clean compiler_moc_header_clean compiler_uic_clean + + + +####### Compile + +debug/main.o: ../../vector-editor_changed/src/main.cpp ../../vector-editor_changed/src/mainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMainWindow \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QTimer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDateTime \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + ../../vector-editor_changed/src/showhelpdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + ../../vector-editor_changed/src/textdialog.h \ + ../../vector-editor_changed/src/TextItem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsTextItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QFont \ + ../../vector-editor_changed/src/showsvgdialog.h \ + ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QStyleFactory + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o ..\..\vector-editor_changed\src\main.cpp + +debug/mainwindow.o: ../../vector-editor_changed/src/mainwindow.cpp ../../vector-editor_changed/src/mainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMainWindow \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QTimer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDateTime \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + ../../vector-editor_changed/src/showhelpdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + ../../vector-editor_changed/src/textdialog.h \ + ../../vector-editor_changed/src/TextItem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsTextItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QFont \ + ../../vector-editor_changed/src/showsvgdialog.h \ + ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + ../../vector-editor_changed/src/ui_mainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGridLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenuBar \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpacerItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSplitter \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QStatusBar \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QToolButton \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + ../../vector-editor_changed/src/vepolylinesettings.h \ + ../../vector-editor_changed/src/verectanglesettings.h \ + ../../vector-editor_changed/src/veworkplaceview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsView \ + ../../vector-editor_changed/src/veellipsesetting.h \ + ../../vector-editor_changed/src/veellipse.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgGenerator \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QFileDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMessageBox \ + ../../vector-editor_changed/src/svgreader.h \ + ../../vector-editor_changed/src/veworkplace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + ../../vector-editor_changed/src/vepolyline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem \ + ../../vector-editor_changed/src/verectangle.h \ + ../../vector-editor_changed/src/vebasicshapeitem.h \ + ../../vector-editor_changed/src/vebaseitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + ../../vector-editor_changed/src/handle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRectF \ + ../../vector-editor_changed/src/vecomplexshapeitem.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\mainwindow.o ..\..\vector-editor_changed\src\mainwindow.cpp + +debug/svgreader.o: ../../vector-editor_changed/src/svgreader.cpp ../../vector-editor_changed/src/svgreader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPen \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QFile \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMessageBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtXml/QDomDocument \ + D:/Qt/5.2.0/mingw48_32/include/QtXml/qdom.h \ + D:/Qt/5.2.0/mingw48_32/include/QtXml/qtxmlglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + ../../vector-editor_changed/src/verectangle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + ../../vector-editor_changed/src/vepolyline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\svgreader.o ..\..\vector-editor_changed\src\svgreader.cpp + +debug/verectangle.o: ../../vector-editor_changed/src/verectangle.cpp ../../vector-editor_changed/src/verectangle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + ../../vector-editor_changed/src/dotsignal.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\verectangle.o ..\..\vector-editor_changed\src\verectangle.cpp + +debug/veworkplace.o: ../../vector-editor_changed/src/veworkplace.cpp ../../vector-editor_changed/src/veworkplace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QKeyEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + ../../vector-editor_changed/src/verectangle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + ../../vector-editor_changed/src/veselectionrect.h \ + ../../vector-editor_changed/src/vepolyline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem \ + ../../vector-editor_changed/src/veellipse.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\veworkplace.o ..\..\vector-editor_changed\src\veworkplace.cpp + +debug/verectanglesettings.o: ../../vector-editor_changed/src/verectanglesettings.cpp ../../vector-editor_changed/src/verectanglesettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/ui_verectanglesettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QComboBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGridLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpacerItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpinBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QColorDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QBrush \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPen \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + ../../vector-editor_changed/src/verectangle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\verectanglesettings.o ..\..\vector-editor_changed\src\verectanglesettings.cpp + +debug/colorlabel.o: ../../vector-editor_changed/src/colorlabel.cpp ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMouseEvent + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\colorlabel.o ..\..\vector-editor_changed\src\colorlabel.cpp + +debug/vepolyline.o: ../../vector-editor_changed/src/vepolyline.cpp ../../vector-editor_changed/src/vepolyline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainterPath \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + ../../vector-editor_changed/src/dotsignal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\vepolyline.o ..\..\vector-editor_changed\src\vepolyline.cpp + +debug/vepolylinesettings.o: ../../vector-editor_changed/src/vepolylinesettings.cpp ../../vector-editor_changed/src/vepolylinesettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/ui_vepolylinesettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGridLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpacerItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpinBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QColorDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QBrush \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPen \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + ../../vector-editor_changed/src/vepolyline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\vepolylinesettings.o ..\..\vector-editor_changed\src\vepolylinesettings.cpp + +debug/dotsignal.o: ../../vector-editor_changed/src/dotsignal.cpp ../../vector-editor_changed/src/dotsignal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QBrush \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QColor \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneHoverEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\dotsignal.o ..\..\vector-editor_changed\src\dotsignal.cpp + +debug/veworkplaceview.o: ../../vector-editor_changed/src/veworkplaceview.cpp ../../vector-editor_changed/src/veworkplaceview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\veworkplaceview.o ..\..\vector-editor_changed\src\veworkplaceview.cpp + +debug/veellipse.o: ../../vector-editor_changed/src/veellipse.cpp ../../vector-editor_changed/src/veellipse.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + ../../vector-editor_changed/src/dotsignal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\veellipse.o ..\..\vector-editor_changed\src\veellipse.cpp + +debug/veellipsesetting.o: ../../vector-editor_changed/src/veellipsesetting.cpp ../../vector-editor_changed/src/veellipsesetting.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/veellipse.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + ../../vector-editor_changed/src/ui_veellipsesettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QComboBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGridLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpacerItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpinBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QColorDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QBrush \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPen \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\veellipsesetting.o ..\..\vector-editor_changed\src\veellipsesetting.cpp + +debug/handle.o: ../../vector-editor_changed/src/handle.cpp ../../vector-editor_changed/src/handle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRectF \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\handle.o ..\..\vector-editor_changed\src\handle.cpp + +debug/showhelpdialog.o: ../../vector-editor_changed/src/showhelpdialog.cpp ../../vector-editor_changed/src/showhelpdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/ui_showhelpdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QPushButton \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\showhelpdialog.o ..\..\vector-editor_changed\src\showhelpdialog.cpp + +debug/textdialog.o: ../../vector-editor_changed/src/textdialog.cpp ../../vector-editor_changed/src/textdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/ui_textdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QComboBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialogButtonBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpinBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\textdialog.o ..\..\vector-editor_changed\src\textdialog.cpp + +debug/showsvg.o: ../../vector-editor_changed/src/showsvg.cpp ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\showsvg.o ..\..\vector-editor_changed\src\showsvg.cpp + +debug/svgwindow.o: ../../vector-editor_changed/src/svgwindow.cpp ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\svgwindow.o ..\..\vector-editor_changed\src\svgwindow.cpp + +debug/showsvgdialog.o: ../../vector-editor_changed/src/showsvgdialog.cpp ../../vector-editor_changed/src/showsvgdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + ../../vector-editor_changed/src/ui_showsvgdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenuBar \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QStatusBar \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QToolBar \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\showsvgdialog.o ..\..\vector-editor_changed\src\showsvgdialog.cpp + +debug/vebasicshapeitem.o: ../../vector-editor_changed/src/vebasicshapeitem.cpp ../../vector-editor_changed/src/vebasicshapeitem.h \ + ../../vector-editor_changed/src/vebaseitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + ../../vector-editor_changed/src/handle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRectF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\vebasicshapeitem.o ..\..\vector-editor_changed\src\vebasicshapeitem.cpp + +debug/vebaseitem.o: ../../vector-editor_changed/src/vebaseitem.cpp ../../vector-editor_changed/src/vebaseitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + ../../vector-editor_changed/src/handle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRectF \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QUuid \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSettings \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\vebaseitem.o ..\..\vector-editor_changed\src\vebaseitem.cpp + +debug/textItem.o: ../../vector-editor_changed/src/textItem.cpp ../../vector-editor_changed/src/TextItem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsTextItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QFont \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + ../../vector-editor_changed/src/textdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QKeyEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneHoverEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneContextMenuEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTextBlockFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\textItem.o ..\..\vector-editor_changed\src\textItem.cpp + +debug/vecomplexshapeitem.o: ../../vector-editor_changed/src/vecomplexshapeitem.cpp ../../vector-editor_changed/src/vecomplexshapeitem.h \ + ../../vector-editor_changed/src/vebaseitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + ../../vector-editor_changed/src/handle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRectF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSettings \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\vecomplexshapeitem.o ..\..\vector-editor_changed\src\vecomplexshapeitem.cpp + +debug/veselectionrect.o: ../../vector-editor_changed/src/veselectionrect.cpp ../../vector-editor_changed/src/veselectionrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPen \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QBrush + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\veselectionrect.o ..\..\vector-editor_changed\src\veselectionrect.cpp + +debug/qrc_icons.o: debug/qrc_icons.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\qrc_icons.o debug\qrc_icons.cpp + +debug/moc_mainwindow.o: debug/moc_mainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_mainwindow.o debug\moc_mainwindow.cpp + +debug/moc_svgreader.o: debug/moc_svgreader.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_svgreader.o debug\moc_svgreader.cpp + +debug/moc_verectangle.o: debug/moc_verectangle.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_verectangle.o debug\moc_verectangle.cpp + +debug/moc_veworkplace.o: debug/moc_veworkplace.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_veworkplace.o debug\moc_veworkplace.cpp + +debug/moc_verectanglesettings.o: debug/moc_verectanglesettings.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_verectanglesettings.o debug\moc_verectanglesettings.cpp + +debug/moc_colorlabel.o: debug/moc_colorlabel.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_colorlabel.o debug\moc_colorlabel.cpp + +debug/moc_vepolyline.o: debug/moc_vepolyline.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_vepolyline.o debug\moc_vepolyline.cpp + +debug/moc_vepolylinesettings.o: debug/moc_vepolylinesettings.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_vepolylinesettings.o debug\moc_vepolylinesettings.cpp + +debug/moc_dotsignal.o: debug/moc_dotsignal.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_dotsignal.o debug\moc_dotsignal.cpp + +debug/moc_veworkplaceview.o: debug/moc_veworkplaceview.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_veworkplaceview.o debug\moc_veworkplaceview.cpp + +debug/moc_veellipse.o: debug/moc_veellipse.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_veellipse.o debug\moc_veellipse.cpp + +debug/moc_veellipsesetting.o: debug/moc_veellipsesetting.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_veellipsesetting.o debug\moc_veellipsesetting.cpp + +debug/moc_showhelpdialog.o: debug/moc_showhelpdialog.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_showhelpdialog.o debug\moc_showhelpdialog.cpp + +debug/moc_textdialog.o: debug/moc_textdialog.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_textdialog.o debug\moc_textdialog.cpp + +debug/moc_showsvg.o: debug/moc_showsvg.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_showsvg.o debug\moc_showsvg.cpp + +debug/moc_svgwindow.o: debug/moc_svgwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_svgwindow.o debug\moc_svgwindow.cpp + +debug/moc_showsvgdialog.o: debug/moc_showsvgdialog.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_showsvgdialog.o debug\moc_showsvgdialog.cpp + +debug/moc_textItem.o: debug/moc_textItem.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_textItem.o debug\moc_textItem.cpp + +debug/moc_veselectionrect.o: debug/moc_veselectionrect.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_veselectionrect.o debug\moc_veselectionrect.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile.Release b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile.Release new file mode 100644 index 0000000..aadd1d6 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/Makefile.Release @@ -0,0 +1,9182 @@ +############################################################################# +# Makefile for building: VectorEditor +# Generated by qmake (3.0) (Qt 5.2.0) +# Project: ..\..\vector-editor_changed\src\src.pro +# Template: app +############################################################################# + +MAKEFILE = Makefile.Release + +####### Compiler, tools and options + +CC = gcc +CXX = g++ +DEFINES = -DUNICODE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN +CFLAGS = -pipe -fno-keep-inline-dllexport -O2 -Wall -Wextra $(DEFINES) +CXXFLAGS = -pipe -fno-keep-inline-dllexport -O2 -Wall -Wextra -std=c++0x -frtti -fexceptions -mthreads $(DEFINES) +INCPATH = -I..\..\vector-editor_changed\src -I"D:\Qt\5.2.0\mingw48_32\include" -I"D:\Qt\5.2.0\mingw48_32\include\QtSvg" -I"D:\Qt\5.2.0\mingw48_32\include\QtWidgets" -I"D:\Qt\5.2.0\mingw48_32\include\QtXml" -I"D:\Qt\5.2.0\mingw48_32\include\QtGui" -I"D:\Qt\5.2.0\mingw48_32\include\QtCore" -I"release" -I"." -I"." -I"D:\Qt\5.2.0\mingw48_32\mkspecs\win32-g++" +LINKER = g++ +LFLAGS = -Wl,-s -Wl,-subsystem,windows -mthreads +LIBS = -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 -lqtmain -LD:\Qt\5.2.0\mingw48_32\lib -lQt5Svg -lQt5Widgets -lQt5Xml -lQt5Gui -lQt5Core release\VectorEditor_resource_res.o +QMAKE = D:\Qt\5.2.0\mingw48_32\bin\qmake.exe +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = release\VectorEditor_resource_res.o +COPY = copy /y +SED = $(QMAKE) -install sed +COPY_FILE = $(COPY) +COPY_DIR = xcopy /s /q /y /i +DEL_FILE = del +DEL_DIR = rmdir +MOVE = move +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +INSTALL_FILE = $(COPY_FILE) +INSTALL_PROGRAM = $(COPY_FILE) +INSTALL_DIR = $(COPY_DIR) + +####### Output directory + +OBJECTS_DIR = release + +####### Files + +SOURCES = ..\..\vector-editor_changed\src\main.cpp \ + ..\..\vector-editor_changed\src\mainwindow.cpp \ + ..\..\vector-editor_changed\src\svgreader.cpp \ + ..\..\vector-editor_changed\src\verectangle.cpp \ + ..\..\vector-editor_changed\src\veworkplace.cpp \ + ..\..\vector-editor_changed\src\verectanglesettings.cpp \ + ..\..\vector-editor_changed\src\colorlabel.cpp \ + ..\..\vector-editor_changed\src\vepolyline.cpp \ + ..\..\vector-editor_changed\src\vepolylinesettings.cpp \ + ..\..\vector-editor_changed\src\dotsignal.cpp \ + ..\..\vector-editor_changed\src\veworkplaceview.cpp \ + ..\..\vector-editor_changed\src\veellipse.cpp \ + ..\..\vector-editor_changed\src\veellipsesetting.cpp \ + ..\..\vector-editor_changed\src\handle.cpp \ + ..\..\vector-editor_changed\src\showhelpdialog.cpp \ + ..\..\vector-editor_changed\src\textdialog.cpp \ + ..\..\vector-editor_changed\src\showsvg.cpp \ + ..\..\vector-editor_changed\src\svgwindow.cpp \ + ..\..\vector-editor_changed\src\showsvgdialog.cpp \ + ..\..\vector-editor_changed\src\vebasicshapeitem.cpp \ + ..\..\vector-editor_changed\src\vebaseitem.cpp \ + ..\..\vector-editor_changed\src\textItem.cpp \ + ..\..\vector-editor_changed\src\vecomplexshapeitem.cpp \ + ..\..\vector-editor_changed\src\veselectionrect.cpp release\qrc_icons.cpp \ + release\moc_mainwindow.cpp \ + release\moc_svgreader.cpp \ + release\moc_verectangle.cpp \ + release\moc_veworkplace.cpp \ + release\moc_verectanglesettings.cpp \ + release\moc_colorlabel.cpp \ + release\moc_vepolyline.cpp \ + release\moc_vepolylinesettings.cpp \ + release\moc_dotsignal.cpp \ + release\moc_veworkplaceview.cpp \ + release\moc_veellipse.cpp \ + release\moc_veellipsesetting.cpp \ + release\moc_showhelpdialog.cpp \ + release\moc_textdialog.cpp \ + release\moc_showsvg.cpp \ + release\moc_svgwindow.cpp \ + release\moc_showsvgdialog.cpp \ + release\moc_textItem.cpp \ + release\moc_veselectionrect.cpp +OBJECTS = release/main.o \ + release/mainwindow.o \ + release/svgreader.o \ + release/verectangle.o \ + release/veworkplace.o \ + release/verectanglesettings.o \ + release/colorlabel.o \ + release/vepolyline.o \ + release/vepolylinesettings.o \ + release/dotsignal.o \ + release/veworkplaceview.o \ + release/veellipse.o \ + release/veellipsesetting.o \ + release/handle.o \ + release/showhelpdialog.o \ + release/textdialog.o \ + release/showsvg.o \ + release/svgwindow.o \ + release/showsvgdialog.o \ + release/vebasicshapeitem.o \ + release/vebaseitem.o \ + release/textItem.o \ + release/vecomplexshapeitem.o \ + release/veselectionrect.o \ + release/qrc_icons.o \ + release/moc_mainwindow.o \ + release/moc_svgreader.o \ + release/moc_verectangle.o \ + release/moc_veworkplace.o \ + release/moc_verectanglesettings.o \ + release/moc_colorlabel.o \ + release/moc_vepolyline.o \ + release/moc_vepolylinesettings.o \ + release/moc_dotsignal.o \ + release/moc_veworkplaceview.o \ + release/moc_veellipse.o \ + release/moc_veellipsesetting.o \ + release/moc_showhelpdialog.o \ + release/moc_textdialog.o \ + release/moc_showsvg.o \ + release/moc_svgwindow.o \ + release/moc_showsvgdialog.o \ + release/moc_textItem.o \ + release/moc_veselectionrect.o + +DIST = +QMAKE_TARGET = VectorEditor +DESTDIR = release\ #avoid trailing-slash linebreak +TARGET = VectorEditor.exe +DESTDIR_TARGET = release\VectorEditor.exe + +####### Implicit rules + +.SUFFIXES: .cpp .cc .cxx .c + +.cpp.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.cc.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.cxx.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.c.o: + $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< + +####### Build rules + +first: all +all: Makefile.Release $(DESTDIR_TARGET) + +$(DESTDIR_TARGET): ui_mainwindow.h ui_verectanglesettings.h ui_vepolylinesettings.h ui_veellipsesettings.h ui_showhelpdialog.h ui_textdialog.h ui_showsvgdialog.h $(OBJECTS) release/VectorEditor_resource_res.o + $(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.VectorEditor.Release $(LIBS) + +release/VectorEditor_resource_res.o: VectorEditor_resource.rc + windres -i VectorEditor_resource.rc -o release\VectorEditor_resource_res.o --include-dir=. $(DEFINES) + +qmake: FORCE + @$(QMAKE) -spec win32-g++ -o Makefile.Release ..\..\vector-editor_changed\src\src.pro + +qmake_all: FORCE + +dist: + $(ZIP) VectorEditor.zip $(SOURCES) $(DIST) ..\..\vector-editor_changed\VectorEditor.pro D:\Qt\5.2.0\mingw48_32\mkspecs\features\spec_pre.prf D:\Qt\5.2.0\mingw48_32\mkspecs\qdevice.pri D:\Qt\5.2.0\mingw48_32\mkspecs\features\device_config.prf D:\Qt\5.2.0\mingw48_32\mkspecs\common\shell-win32.conf D:\Qt\5.2.0\mingw48_32\mkspecs\qconfig.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axbase.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axbase_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axcontainer.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axcontainer_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axserver.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_axserver_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bluetooth.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bluetooth_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_bootstrap_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_clucene_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_concurrent.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_concurrent_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_core.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_core_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_declarative.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_declarative_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designer.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designer_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_designercomponents_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_gui.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_gui_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_help.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_help_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimedia.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimedia_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimediawidgets.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_multimediawidgets_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_network.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_network_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_nfc.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_nfc_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_opengl.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_opengl_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_openglextensions.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_openglextensions_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_platformsupport_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_positioning.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_positioning_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_printsupport.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_printsupport_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qml.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qml_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmldevtools_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmltest.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qmltest_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quick.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quick_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_quickparticles_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_script.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_script_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_scripttools.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_scripttools_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sensors.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sensors_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_serialport.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_serialport_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sql.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_sql_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_svg.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_svg_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_testlib.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_testlib_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_uitools.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_uitools_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkit.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkit_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkitwidgets.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_webkitwidgets_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_widgets.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_widgets_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_winextras.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_winextras_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xml.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xml_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xmlpatterns.pri D:\Qt\5.2.0\mingw48_32\mkspecs\modules\qt_lib_xmlpatterns_private.pri D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt_functions.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt_config.prf D:\Qt\5.2.0\mingw48_32\mkspecs\win32-g++\qmake.conf D:\Qt\5.2.0\mingw48_32\mkspecs\features\spec_post.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\exclusive_builds.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\default_pre.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\default_pre.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\resolve_config.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\exclusive_builds_post.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\default_post.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\build_pass.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\warn_on.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\c++11.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\rtti.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\qt.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\resources.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\moc.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\opengl.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\uic.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\win32\windows.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\testcase_targets.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\exceptions.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\yacc.prf D:\Qt\5.2.0\mingw48_32\mkspecs\features\lex.prf ..\..\vector-editor_changed\src\src.pro ..\..\vector-editor_changed\src\icons.qrc D:/Qt/5.2.0/mingw48_32/lib/Qt5Svg.prl D:/Qt/5.2.0/mingw48_32/lib/Qt5Widgets.prl D:/Qt/5.2.0/mingw48_32/lib/Qt5Xml.prl D:/Qt/5.2.0/mingw48_32/lib/Qt5Gui.prl D:/Qt/5.2.0/mingw48_32/lib/Qt5Core.prl RESOURCES HEADERS SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES + +clean: compiler_clean + -$(DEL_FILE) release\main.o release\mainwindow.o release\svgreader.o release\verectangle.o release\veworkplace.o release\verectanglesettings.o release\colorlabel.o release\vepolyline.o release\vepolylinesettings.o release\dotsignal.o release\veworkplaceview.o release\veellipse.o release\veellipsesetting.o release\handle.o release\showhelpdialog.o release\textdialog.o release\showsvg.o release\svgwindow.o release\showsvgdialog.o release\vebasicshapeitem.o release\vebaseitem.o release\textItem.o release\vecomplexshapeitem.o release\veselectionrect.o release\qrc_icons.o release\moc_mainwindow.o release\moc_svgreader.o release\moc_verectangle.o release\moc_veworkplace.o release\moc_verectanglesettings.o release\moc_colorlabel.o release\moc_vepolyline.o release\moc_vepolylinesettings.o release\moc_dotsignal.o release\moc_veworkplaceview.o release\moc_veellipse.o release\moc_veellipsesetting.o release\moc_showhelpdialog.o release\moc_textdialog.o release\moc_showsvg.o release\moc_svgwindow.o release\moc_showsvgdialog.o release\moc_textItem.o release\moc_veselectionrect.o + -$(DEL_FILE) release\VectorEditor_resource_res.o + +distclean: clean + -$(DEL_FILE) $(DESTDIR_TARGET) + -$(DEL_FILE) Makefile.Release + +mocclean: compiler_moc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_source_make_all + +check: first + +compiler_rcc_make_all: release/qrc_icons.cpp +compiler_rcc_clean: + -$(DEL_FILE) release\qrc_icons.cpp +release/qrc_icons.cpp: ../../vector-editor_changed/src/icons.qrc \ + ../../vector-editor_changed/src/icons/property.png \ + ../../vector-editor_changed/src/icons/ellipse.png \ + ../../vector-editor_changed/src/icons/goforward.png \ + ../../vector-editor_changed/src/icons/cursor-openhand.png \ + ../../vector-editor_changed/src/icons/zoomIn.png \ + ../../vector-editor_changed/src/icons/unselect.png \ + ../../vector-editor_changed/src/icons/folder-upload.png \ + ../../vector-editor_changed/src/icons/open.png \ + ../../vector-editor_changed/src/icons/foreground.png \ + ../../vector-editor_changed/src/icons/line.png \ + ../../vector-editor_changed/src/icons/cut.png \ + ../../vector-editor_changed/src/icons/copy.png \ + ../../vector-editor_changed/src/icons/select.png \ + ../../vector-editor_changed/src/icons/show.png \ + ../../vector-editor_changed/src/icons/save.png \ + ../../vector-editor_changed/src/icons/cursor-uparrow.png \ + ../../vector-editor_changed/src/icons/exit.png \ + ../../vector-editor_changed/src/icons/rectangle.png \ + ../../vector-editor_changed/src/icons/down.png \ + ../../vector-editor_changed/src/icons/goback.png \ + ../../vector-editor_changed/src/icons/save.ico \ + ../../vector-editor_changed/src/icons/delete.png \ + ../../vector-editor_changed/src/icons/cursor-sizeb.png \ + ../../vector-editor_changed/src/icons/vector-polyline.png \ + ../../vector-editor_changed/src/icons/polyline.png \ + ../../vector-editor_changed/src/icons/qt.png \ + ../../vector-editor_changed/src/icons/new.png \ + ../../vector-editor_changed/src/icons/unselectAll.png \ + ../../vector-editor_changed/src/icons/canvas.png \ + ../../vector-editor_changed/src/icons/background.png \ + ../../vector-editor_changed/src/icons/cursor-closedhand.png \ + ../../vector-editor_changed/src/icons/roundrect.png \ + ../../vector-editor_changed/src/icons/pan.png \ + ../../vector-editor_changed/src/icons/cursor-sizef.png \ + ../../vector-editor_changed/src/icons/vector-rectangle.png \ + ../../vector-editor_changed/src/icons/canvas.ico \ + ../../vector-editor_changed/src/icons/saveAs.png \ + ../../vector-editor_changed/src/icons/polygon.png \ + ../../vector-editor_changed/src/icons/scene.ico \ + ../../vector-editor_changed/src/icons/cursor-forbidden.png \ + ../../vector-editor_changed/src/icons/zoomOut.png \ + ../../vector-editor_changed/src/icons/right.png \ + ../../vector-editor_changed/src/icons/eraser.png \ + ../../vector-editor_changed/src/icons/arrow.png \ + ../../vector-editor_changed/src/icons/undo.png \ + ../../vector-editor_changed/src/icons/left.png \ + ../../vector-editor_changed/src/icons/fullExtent.png \ + ../../vector-editor_changed/src/icons/edit.png \ + ../../vector-editor_changed/src/icons/selectAll.png \ + ../../vector-editor_changed/src/icons/circle.png \ + ../../vector-editor_changed/src/icons/cursor-cross.png \ + ../../vector-editor_changed/src/icons/cursor-sizeall.png \ + ../../vector-editor_changed/src/icons/ico.qrc \ + ../../vector-editor_changed/src/icons/cursor-vsplit.png \ + ../../vector-editor_changed/src/icons/move.png \ + ../../vector-editor_changed/src/icons/icon.qrc \ + ../../vector-editor_changed/src/icons/paste.png \ + ../../vector-editor_changed/src/icons/Draw.png \ + ../../vector-editor_changed/src/icons/cursor-arrow.png \ + ../../vector-editor_changed/src/icons/sendtoback.png \ + ../../vector-editor_changed/src/icons/NewShape.ico \ + ../../vector-editor_changed/src/icons/zoom_in.ico \ + ../../vector-editor_changed/src/icons/paint.png \ + ../../vector-editor_changed/src/icons/up.png \ + ../../vector-editor_changed/src/icons/bringtofront.png \ + ../../vector-editor_changed/src/icons/arrow-top-left.png \ + ../../vector-editor_changed/src/icons/bezier.png \ + ../../vector-editor_changed/src/icons/add_right.png \ + ../../vector-editor_changed/src/icons/redo.png \ + ../../vector-editor_changed/src/icons/cursor-sizev.png \ + ../../vector-editor_changed/src/icons/paint.ico \ + ../../vector-editor_changed/src/icons/triangle.png \ + ../../vector-editor_changed/src/icons/arrow-up-down.png \ + ../../vector-editor_changed/src/icons/content-save.png \ + ../../vector-editor_changed/src/icons/zoom_out.ico \ + ../../vector-editor_changed/src/icons/QPainter.ico \ + ../../vector-editor_changed/src/icons/layer_add.ico \ + ../../vector-editor_changed/src/icons/arc.png \ + ../../vector-editor_changed/src/icons/path.png \ + ../../vector-editor_changed/src/icons/cursor-sizeh.png \ + ../../vector-editor_changed/src/icons/text.png \ + ../../vector-editor_changed/src/icons/fill.png \ + ../../vector-editor_changed/src/icons/cursor-hsplit.png \ + ../../vector-editor_changed/src/icons/pencil.png \ + ../../vector-editor_changed/src/icons/rotate-right.png \ + ../../vector-editor_changed/src/icons/point.png \ + ../../vector-editor_changed/src/icons/find.png \ + ../../vector-editor_changed/src/icons/rotate.png + D:\Qt\5.2.0\mingw48_32\bin\rcc.exe -name icons ..\..\vector-editor_changed\src\icons.qrc -o release\qrc_icons.cpp + +compiler_moc_header_make_all: release/moc_mainwindow.cpp release/moc_svgreader.cpp release/moc_verectangle.cpp release/moc_veworkplace.cpp release/moc_verectanglesettings.cpp release/moc_colorlabel.cpp release/moc_vepolyline.cpp release/moc_vepolylinesettings.cpp release/moc_dotsignal.cpp release/moc_veworkplaceview.cpp release/moc_veellipse.cpp release/moc_veellipsesetting.cpp release/moc_showhelpdialog.cpp release/moc_textdialog.cpp release/moc_showsvg.cpp release/moc_svgwindow.cpp release/moc_showsvgdialog.cpp release/moc_textItem.cpp release/moc_veselectionrect.cpp +compiler_moc_header_clean: + -$(DEL_FILE) release\moc_mainwindow.cpp release\moc_svgreader.cpp release\moc_verectangle.cpp release\moc_veworkplace.cpp release\moc_verectanglesettings.cpp release\moc_colorlabel.cpp release\moc_vepolyline.cpp release\moc_vepolylinesettings.cpp release\moc_dotsignal.cpp release\moc_veworkplaceview.cpp release\moc_veellipse.cpp release\moc_veellipsesetting.cpp release\moc_showhelpdialog.cpp release\moc_textdialog.cpp release\moc_showsvg.cpp release\moc_svgwindow.cpp release\moc_showsvgdialog.cpp release\moc_textItem.cpp release\moc_veselectionrect.cpp +release/moc_mainwindow.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMainWindow \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QTimer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDateTime \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + ../../vector-editor_changed/src/showhelpdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + ../../vector-editor_changed/src/textdialog.h \ + ../../vector-editor_changed/src/TextItem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsTextItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QFont \ + ../../vector-editor_changed/src/showsvgdialog.h \ + ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + ../../vector-editor_changed/src/mainwindow.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\mainwindow.h -o release\moc_mainwindow.cpp + +release/moc_svgreader.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + ../../vector-editor_changed/src/svgreader.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\svgreader.h -o release\moc_svgreader.cpp + +release/moc_verectangle.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + ../../vector-editor_changed/src/verectangle.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\verectangle.h -o release\moc_verectangle.cpp + +release/moc_veworkplace.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + ../../vector-editor_changed/src/veworkplace.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\veworkplace.h -o release\moc_veworkplace.cpp + +release/moc_verectanglesettings.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/verectanglesettings.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\verectanglesettings.h -o release\moc_verectanglesettings.cpp + +release/moc_colorlabel.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/colorlabel.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\colorlabel.h -o release\moc_colorlabel.cpp + +release/moc_vepolyline.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + ../../vector-editor_changed/src/vepolyline.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\vepolyline.h -o release\moc_vepolyline.cpp + +release/moc_vepolylinesettings.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/vepolylinesettings.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\vepolylinesettings.h -o release\moc_vepolylinesettings.cpp + +release/moc_dotsignal.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + ../../vector-editor_changed/src/dotsignal.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\dotsignal.h -o release\moc_dotsignal.cpp + +release/moc_veworkplaceview.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + ../../vector-editor_changed/src/veworkplaceview.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\veworkplaceview.h -o release\moc_veworkplaceview.cpp + +release/moc_veellipse.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + ../../vector-editor_changed/src/veellipse.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\veellipse.h -o release\moc_veellipse.cpp + +release/moc_veellipsesetting.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/veellipse.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + ../../vector-editor_changed/src/veellipsesetting.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\veellipsesetting.h -o release\moc_veellipsesetting.cpp + +release/moc_showhelpdialog.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/showhelpdialog.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\showhelpdialog.h -o release\moc_showhelpdialog.cpp + +release/moc_textdialog.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/textdialog.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\textdialog.h -o release\moc_textdialog.cpp + +release/moc_showsvg.cpp: D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + ../../vector-editor_changed/src/showsvg.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\showsvg.h -o release\moc_showsvg.cpp + +release/moc_svgwindow.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + ../../vector-editor_changed/src/svgwindow.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\svgwindow.h -o release\moc_svgwindow.cpp + +release/moc_showsvgdialog.cpp: D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + ../../vector-editor_changed/src/showsvgdialog.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\showsvgdialog.h -o release\moc_showsvgdialog.cpp + +release/moc_textItem.cpp: D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsTextItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QFont \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + ../../vector-editor_changed/src/textdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/textItem.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\textItem.h -o release\moc_textItem.cpp + +release/moc_veselectionrect.cpp: D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + ../../vector-editor_changed/src/veselectionrect.h + D:\Qt\5.2.0\mingw48_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 $(INCPATH) ..\..\vector-editor_changed\src\veselectionrect.h -o release\moc_veselectionrect.cpp + +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h ui_verectanglesettings.h ui_vepolylinesettings.h ui_veellipsesettings.h ui_showhelpdialog.h ui_textdialog.h ui_showsvgdialog.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h ui_verectanglesettings.h ui_vepolylinesettings.h ui_veellipsesettings.h ui_showhelpdialog.h ui_textdialog.h ui_showsvgdialog.h +ui_mainwindow.h: ../../vector-editor_changed/src/mainwindow.ui \ + ../../vector-editor_changed/src/verectanglesettings.h \ + ../../vector-editor_changed/src/vepolylinesettings.h \ + ../../vector-editor_changed/src/veworkplaceview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\mainwindow.ui -o ui_mainwindow.h + +ui_verectanglesettings.h: ../../vector-editor_changed/src/verectanglesettings.ui \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\verectanglesettings.ui -o ui_verectanglesettings.h + +ui_vepolylinesettings.h: ../../vector-editor_changed/src/vepolylinesettings.ui \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\vepolylinesettings.ui -o ui_vepolylinesettings.h + +ui_veellipsesettings.h: ../../vector-editor_changed/src/veellipsesettings.ui \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\veellipsesettings.ui -o ui_veellipsesettings.h + +ui_showhelpdialog.h: ../../vector-editor_changed/src/showhelpdialog.ui + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\showhelpdialog.ui -o ui_showhelpdialog.h + +ui_textdialog.h: ../../vector-editor_changed/src/textdialog.ui + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\textdialog.ui -o ui_textdialog.h + +ui_showsvgdialog.h: ../../vector-editor_changed/src/showsvgdialog.ui + D:\Qt\5.2.0\mingw48_32\bin\uic.exe ..\..\vector-editor_changed\src\showsvgdialog.ui -o ui_showsvgdialog.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_rcc_clean compiler_moc_header_clean compiler_uic_clean + + + +####### Compile + +release/main.o: ../../vector-editor_changed/src/main.cpp ../../vector-editor_changed/src/mainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMainWindow \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QTimer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDateTime \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + ../../vector-editor_changed/src/showhelpdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + ../../vector-editor_changed/src/textdialog.h \ + ../../vector-editor_changed/src/TextItem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsTextItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QFont \ + ../../vector-editor_changed/src/showsvgdialog.h \ + ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QStyleFactory + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o ..\..\vector-editor_changed\src\main.cpp + +release/mainwindow.o: ../../vector-editor_changed/src/mainwindow.cpp ../../vector-editor_changed/src/mainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMainWindow \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QTimer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDateTime \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + ../../vector-editor_changed/src/showhelpdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + ../../vector-editor_changed/src/textdialog.h \ + ../../vector-editor_changed/src/TextItem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsTextItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QFont \ + ../../vector-editor_changed/src/showsvgdialog.h \ + ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + ../../vector-editor_changed/src/ui_mainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGridLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenuBar \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpacerItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSplitter \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QStatusBar \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QToolButton \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + ../../vector-editor_changed/src/vepolylinesettings.h \ + ../../vector-editor_changed/src/verectanglesettings.h \ + ../../vector-editor_changed/src/veworkplaceview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsView \ + ../../vector-editor_changed/src/veellipsesetting.h \ + ../../vector-editor_changed/src/veellipse.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgGenerator \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QFileDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMessageBox \ + ../../vector-editor_changed/src/svgreader.h \ + ../../vector-editor_changed/src/veworkplace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + ../../vector-editor_changed/src/vepolyline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem \ + ../../vector-editor_changed/src/verectangle.h \ + ../../vector-editor_changed/src/vebasicshapeitem.h \ + ../../vector-editor_changed/src/vebaseitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + ../../vector-editor_changed/src/handle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRectF \ + ../../vector-editor_changed/src/vecomplexshapeitem.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\mainwindow.o ..\..\vector-editor_changed\src\mainwindow.cpp + +release/svgreader.o: ../../vector-editor_changed/src/svgreader.cpp ../../vector-editor_changed/src/svgreader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPen \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QFile \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMessageBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtXml/QDomDocument \ + D:/Qt/5.2.0/mingw48_32/include/QtXml/qdom.h \ + D:/Qt/5.2.0/mingw48_32/include/QtXml/qtxmlglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + ../../vector-editor_changed/src/verectangle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + ../../vector-editor_changed/src/vepolyline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\svgreader.o ..\..\vector-editor_changed\src\svgreader.cpp + +release/verectangle.o: ../../vector-editor_changed/src/verectangle.cpp ../../vector-editor_changed/src/verectangle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + ../../vector-editor_changed/src/dotsignal.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\verectangle.o ..\..\vector-editor_changed\src\verectangle.cpp + +release/veworkplace.o: ../../vector-editor_changed/src/veworkplace.cpp ../../vector-editor_changed/src/veworkplace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QKeyEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + ../../vector-editor_changed/src/verectangle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + ../../vector-editor_changed/src/veselectionrect.h \ + ../../vector-editor_changed/src/vepolyline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem \ + ../../vector-editor_changed/src/veellipse.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\veworkplace.o ..\..\vector-editor_changed\src\veworkplace.cpp + +release/verectanglesettings.o: ../../vector-editor_changed/src/verectanglesettings.cpp ../../vector-editor_changed/src/verectanglesettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/ui_verectanglesettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QComboBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGridLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpacerItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpinBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QColorDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QBrush \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPen \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + ../../vector-editor_changed/src/verectangle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\verectanglesettings.o ..\..\vector-editor_changed\src\verectanglesettings.cpp + +release/colorlabel.o: ../../vector-editor_changed/src/colorlabel.cpp ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMouseEvent + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\colorlabel.o ..\..\vector-editor_changed\src\colorlabel.cpp + +release/vepolyline.o: ../../vector-editor_changed/src/vepolyline.cpp ../../vector-editor_changed/src/vepolyline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainterPath \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + ../../vector-editor_changed/src/dotsignal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\vepolyline.o ..\..\vector-editor_changed\src\vepolyline.cpp + +release/vepolylinesettings.o: ../../vector-editor_changed/src/vepolylinesettings.cpp ../../vector-editor_changed/src/vepolylinesettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/ui_vepolylinesettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGridLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpacerItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpinBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QColorDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QBrush \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPen \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + ../../vector-editor_changed/src/vepolyline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsPathItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\vepolylinesettings.o ..\..\vector-editor_changed\src\vepolylinesettings.cpp + +release/dotsignal.o: ../../vector-editor_changed/src/dotsignal.cpp ../../vector-editor_changed/src/dotsignal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QBrush \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QColor \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneHoverEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\dotsignal.o ..\..\vector-editor_changed\src\dotsignal.cpp + +release/veworkplaceview.o: ../../vector-editor_changed/src/veworkplaceview.cpp ../../vector-editor_changed/src/veworkplaceview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\veworkplaceview.o ..\..\vector-editor_changed\src\veworkplaceview.cpp + +release/veellipse.o: ../../vector-editor_changed/src/veellipse.cpp ../../vector-editor_changed/src/veellipse.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + ../../vector-editor_changed/src/dotsignal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\veellipse.o ..\..\vector-editor_changed\src\veellipse.cpp + +release/veellipsesetting.o: ../../vector-editor_changed/src/veellipsesetting.cpp ../../vector-editor_changed/src/veellipsesetting.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/veellipse.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + ../../vector-editor_changed/src/ui_veellipsesettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QComboBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGridLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpacerItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpinBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + ../../vector-editor_changed/src/colorlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QColorDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QBrush \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPen \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\veellipsesetting.o ..\..\vector-editor_changed\src\veellipsesetting.cpp + +release/handle.o: ../../vector-editor_changed/src/handle.cpp ../../vector-editor_changed/src/handle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRectF \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\handle.o ..\..\vector-editor_changed\src\handle.cpp + +release/showhelpdialog.o: ../../vector-editor_changed/src/showhelpdialog.cpp ../../vector-editor_changed/src/showhelpdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/ui_showhelpdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QPushButton \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\showhelpdialog.o ..\..\vector-editor_changed\src\showhelpdialog.cpp + +release/textdialog.o: ../../vector-editor_changed/src/textdialog.cpp ../../vector-editor_changed/src/textdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/ui_textdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QComboBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialogButtonBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLabel \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QSpinBox \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\textdialog.o ..\..\vector-editor_changed\src\textdialog.cpp + +release/showsvg.o: ../../vector-editor_changed/src/showsvg.cpp ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\showsvg.o ..\..\vector-editor_changed\src\showsvg.cpp + +release/svgwindow.o: ../../vector-editor_changed/src/svgwindow.cpp ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\svgwindow.o ..\..\vector-editor_changed\src\svgwindow.cpp + +release/showsvgdialog.o: ../../vector-editor_changed/src/showsvgdialog.cpp ../../vector-editor_changed/src/showsvgdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + ../../vector-editor_changed/src/svgwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollArea \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractscrollarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qframe.h \ + ../../vector-editor_changed/src/showsvg.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgWidget \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvg \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QtSvgDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCore \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QtCoreDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qparallelanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpauseanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpropertyanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariantanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeasingcurve.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsequentialanimationgroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextcodec.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qendian.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibraryinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatetime.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnumeric.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdiriterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfileselector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QStringList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfilesystemwatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlockfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qloggingcategory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocess.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresource.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsavefile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstandardpaths.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporarydir.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QScopedPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtemporaryfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractitemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qidentityproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qitemselectionmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsortfilterproxymodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlistmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonvalue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsondocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qjsonobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracteventdispatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventloop.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractnativeeventfilter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasictimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetaobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectcleanuphandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedmemory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignalmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsocketnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtranslator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwineventnotifier.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimedatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmimetype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfactoryinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlibrary.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpluginloader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstractstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qabstracttransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfinalstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhistorystate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsignaltransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstatemachine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qexception.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfutureinterface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrunnable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qresultstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturesynchronizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfuturewatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qreadwritelock.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsemaphore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthread.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadpool.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qthreadstorage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qwaitcondition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydataops.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydatapointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbitarray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearraymatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcollator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcommandlineparser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcryptographichash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qelapsedtimer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlinkedlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmessageauthenticationcode.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qqueue.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregularexpression.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedvaluerollback.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextboundaryfinder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimeline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtimezone.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qxmlstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtcoreversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGui \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QtGuiDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessible.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessiblebridge.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qaccessibleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbitmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qiconengineplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimageiohandler.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagereader.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimagewriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmovie.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpicture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpictureformatplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmapcache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstandarditemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qclipboard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdrag.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericpluginfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qguiapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qinputmethod.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qoffscreensurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurface.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsurfaceformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QSurfaceFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qt_windows.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengles2ext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRect \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSize \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSizeF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTransform \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsessionmanager.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstylehints.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMargins \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qgenericmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix4x4.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector3d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector4d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qquaternion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglbuffer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengldebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglframebufferobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglpixeltransferoptions.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSharedDataPointer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglshaderprogram.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltexture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopengltimerquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qopenglvertexarrayobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbackingstore.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpagedpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintengine.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpdfwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qabstracttextdocumentlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qglyphrun.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrawfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontdatabase.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocument.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qstatictext.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qsyntaxhighlighter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentfragment.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextdocumentwriter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtexttable.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qdesktopservices.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvalidator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtguiversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgets \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QtWidgetsDepends \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaccessiblewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolordialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qerrormessage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfiledialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfilesystemmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qinputdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlineedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmessagebox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwizard.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicseffect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsanchorlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitemanimation.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicslinearlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsproxywidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicswidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicstransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QVector3D \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QMatrix4x4 \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractslider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtabwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qrubberband.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractitemview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolumnview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatawidgetmapper.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdirmodel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfileiconprovider.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qheaderview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qitemeditorfactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlistwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleditemdelegate.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtableview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtablewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreeview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtreewidgetitemiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qapplication.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdesktopwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qboxlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlayoutitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgridlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qformlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QLayout \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesture.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgesturerecognizer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qshortcut.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedlayout.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtooltip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwhatsthis.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidgetaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeyeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmouseeventtransition.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommonstyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdrawutil.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qproxystyle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QCommonStyle \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylefactory.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstylepainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstyleplugin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcolormap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcompleter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscroller.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QPointF \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QScrollerProperties \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollerproperties.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QMetaType \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QVariant \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsystemtrayicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundogroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundostack.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qundoview.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qabstractbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qbuttongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcalendarwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcheckbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qcommandlinkbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qpushbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdatetimeedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdial.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialogbuttonbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdockwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfocusframe.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qfontcombobox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgroupbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qkeysequenceedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlabel.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qlcdnumber.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmainwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdiarea.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmdisubwindow.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenubar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qplaintextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextedit.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qprogressbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qradiobutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qscrollbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizegrip.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qspinbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplashscreen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsplitter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstackedwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qstatusbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtextbrowser.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbox.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtoolbutton.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qtwidgetsversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qgraphicssvgitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvggenerator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qsvgrenderer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/qtsvgversion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtSvg/QSvgRenderer \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QWheelEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + ../../vector-editor_changed/src/ui_showsvgdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QAction \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QApplication \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QButtonGroup \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QHeaderView \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenuBar \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QStatusBar \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QToolBar \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QWidget + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\showsvgdialog.o ..\..\vector-editor_changed\src\showsvgdialog.cpp + +release/vebasicshapeitem.o: ../../vector-editor_changed/src/vebasicshapeitem.cpp ../../vector-editor_changed/src/vebasicshapeitem.h \ + ../../vector-editor_changed/src/vebaseitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + ../../vector-editor_changed/src/handle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRectF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\vebasicshapeitem.o ..\..\vector-editor_changed\src\vebasicshapeitem.cpp + +release/vebaseitem.o: ../../vector-editor_changed/src/vebaseitem.cpp ../../vector-editor_changed/src/vebaseitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + ../../vector-editor_changed/src/handle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRectF \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QUuid \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/quuid.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSettings \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsScene \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsscene.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\vebaseitem.o ..\..\vector-editor_changed\src\vebaseitem.cpp + +release/textItem.o: ../../vector-editor_changed/src/textItem.cpp ../../vector-editor_changed/src/TextItem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QCursor \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcursor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsTextItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QFont \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + ../../vector-editor_changed/src/textdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QDialog \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qdialog.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qwidget.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmargins.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpalette.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qsizepolicy.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qkeysequence.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qurlquery.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfile.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfiledevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qvector2d.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtouchdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QKeyEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneHoverEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneContextMenuEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QMenu \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qmenu.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qicon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qaction.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qactiongroup.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QTextBlockFormat \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextformat.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\textItem.o ..\..\vector-editor_changed\src\textItem.cpp + +release/vecomplexshapeitem.o: ../../vector-editor_changed/src/vecomplexshapeitem.cpp ../../vector-editor_changed/src/vecomplexshapeitem.h \ + ../../vector-editor_changed/src/vebaseitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsEllipseItem \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QList \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsSceneMouseEvent \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicssceneevent.h \ + ../../vector-editor_changed/src/handle.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QRectF \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPainter \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainter.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtextoption.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfont.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qfontmetrics.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QSettings \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsettings.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QDebug + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\vecomplexshapeitem.o ..\..\vector-editor_changed\src\vecomplexshapeitem.cpp + +release/veselectionrect.o: ../../vector-editor_changed/src/veselectionrect.cpp ../../vector-editor_changed/src/veselectionrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/QObject \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qnamespace.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobal.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qconfig.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qfeatures.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsystemdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qprocessordetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcompilerdetection.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qglobalstatic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bootstrap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qgenericatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_msvc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_integrity.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qoldbasicatomic.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_vxworks.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_power.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_alpha.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv7.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv6.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_armv5.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_bfin.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_ia64.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_mips.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_s390.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sh4a.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_sparc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_x86.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_cxx11.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_gcc.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qatomic_unix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmutex.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlogging.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qflags.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypeinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtypetraits.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsysinfo.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobjectdefs_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstring.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qchar.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qbytearray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrefcount.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qarraydata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringbuilder.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qalgorithms.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiterator.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcoreevent.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qscopedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmetatype.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvarlengtharray.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontainerfwd.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qisenum.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qobject_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/QGraphicsRectItem \ + D:/Qt/5.2.0/mingw48_32/include/QtWidgets/qgraphicsitem.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvariant.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpair.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdebug.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qhash.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qtextstream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qiodevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qlocale.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qshareddata.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qvector.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qpoint.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qset.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qcontiguouscache.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringlist.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qdatastream.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qregexp.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qstringmatcher.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qrect.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsize.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpainterpath.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qmatrix.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpolygon.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qregion.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qwindowdefs_win.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qline.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpixmap.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpaintdevice.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qcolor.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qrgb.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer.h \ + D:/Qt/5.2.0/mingw48_32/include/QtCore/qsharedpointer_impl.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qimage.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qtransform.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QPen \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qpen.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/qbrush.h \ + D:/Qt/5.2.0/mingw48_32/include/QtGui/QBrush + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\veselectionrect.o ..\..\vector-editor_changed\src\veselectionrect.cpp + +release/qrc_icons.o: release/qrc_icons.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\qrc_icons.o release\qrc_icons.cpp + +release/moc_mainwindow.o: release/moc_mainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_mainwindow.o release\moc_mainwindow.cpp + +release/moc_svgreader.o: release/moc_svgreader.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_svgreader.o release\moc_svgreader.cpp + +release/moc_verectangle.o: release/moc_verectangle.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_verectangle.o release\moc_verectangle.cpp + +release/moc_veworkplace.o: release/moc_veworkplace.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_veworkplace.o release\moc_veworkplace.cpp + +release/moc_verectanglesettings.o: release/moc_verectanglesettings.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_verectanglesettings.o release\moc_verectanglesettings.cpp + +release/moc_colorlabel.o: release/moc_colorlabel.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_colorlabel.o release\moc_colorlabel.cpp + +release/moc_vepolyline.o: release/moc_vepolyline.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_vepolyline.o release\moc_vepolyline.cpp + +release/moc_vepolylinesettings.o: release/moc_vepolylinesettings.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_vepolylinesettings.o release\moc_vepolylinesettings.cpp + +release/moc_dotsignal.o: release/moc_dotsignal.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_dotsignal.o release\moc_dotsignal.cpp + +release/moc_veworkplaceview.o: release/moc_veworkplaceview.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_veworkplaceview.o release\moc_veworkplaceview.cpp + +release/moc_veellipse.o: release/moc_veellipse.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_veellipse.o release\moc_veellipse.cpp + +release/moc_veellipsesetting.o: release/moc_veellipsesetting.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_veellipsesetting.o release\moc_veellipsesetting.cpp + +release/moc_showhelpdialog.o: release/moc_showhelpdialog.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_showhelpdialog.o release\moc_showhelpdialog.cpp + +release/moc_textdialog.o: release/moc_textdialog.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_textdialog.o release\moc_textdialog.cpp + +release/moc_showsvg.o: release/moc_showsvg.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_showsvg.o release\moc_showsvg.cpp + +release/moc_svgwindow.o: release/moc_svgwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_svgwindow.o release\moc_svgwindow.cpp + +release/moc_showsvgdialog.o: release/moc_showsvgdialog.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_showsvgdialog.o release\moc_showsvgdialog.cpp + +release/moc_textItem.o: release/moc_textItem.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_textItem.o release\moc_textItem.cpp + +release/moc_veselectionrect.o: release/moc_veselectionrect.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_veselectionrect.o release\moc_veselectionrect.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/VectorEditor_resource.rc b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/VectorEditor_resource.rc new file mode 100644 index 0000000..c514dcf --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/VectorEditor_resource.rc @@ -0,0 +1,41 @@ +# if defined(UNDER_CE) +# include +# else +# include +# endif + +IDI_ICON1 ICON DISCARDABLE "C:\\Users\\pprp\\Desktop\\Github\\QPainter\\FourthOne\\vector-editor_changed\\vector-editor_changed\\src\\ico.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,0,0,0 + PRODUCTVERSION 0,0,0,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0x0L +#endif + FILEOS VOS__WINDOWS32 + FILETYPE VFT_DLL + FILESUBTYPE 0x0L + BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "\0" + VALUE "FileDescription", "\0" + VALUE "FileVersion", "0.0.0.0\0" + VALUE "LegalCopyright", "\0" + VALUE "OriginalFilename", "VectorEditor.exe\0" + VALUE "ProductName", "VectorEditor\0" + VALUE "ProductVersion", "0.0.0.0\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0409, 1200 + END + END +/* End of Version info */ + diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/object_script.VectorEditor.Debug b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/object_script.VectorEditor.Debug new file mode 100644 index 0000000..f18abb5 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/object_script.VectorEditor.Debug @@ -0,0 +1,46 @@ +INPUT( +./debug\main.o +./debug\mainwindow.o +./debug\svgreader.o +./debug\verectangle.o +./debug\veworkplace.o +./debug\verectanglesettings.o +./debug\colorlabel.o +./debug\vepolyline.o +./debug\vepolylinesettings.o +./debug\dotsignal.o +./debug\veworkplaceview.o +./debug\veellipse.o +./debug\veellipsesetting.o +./debug\handle.o +./debug\showhelpdialog.o +./debug\textdialog.o +./debug\showsvg.o +./debug\svgwindow.o +./debug\showsvgdialog.o +./debug\vebasicshapeitem.o +./debug\vebaseitem.o +./debug\textItem.o +./debug\vecomplexshapeitem.o +./debug\veselectionrect.o +./debug\qrc_icons.o +./debug\moc_mainwindow.o +./debug\moc_svgreader.o +./debug\moc_verectangle.o +./debug\moc_veworkplace.o +./debug\moc_verectanglesettings.o +./debug\moc_colorlabel.o +./debug\moc_vepolyline.o +./debug\moc_vepolylinesettings.o +./debug\moc_dotsignal.o +./debug\moc_veworkplaceview.o +./debug\moc_veellipse.o +./debug\moc_veellipsesetting.o +./debug\moc_showhelpdialog.o +./debug\moc_textdialog.o +./debug\moc_showsvg.o +./debug\moc_svgwindow.o +./debug\moc_showsvgdialog.o +./debug\moc_textItem.o +./debug\moc_veselectionrect.o +); diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/object_script.VectorEditor.Release b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/object_script.VectorEditor.Release new file mode 100644 index 0000000..6cb8659 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/object_script.VectorEditor.Release @@ -0,0 +1,46 @@ +INPUT( +./release\main.o +./release\mainwindow.o +./release\svgreader.o +./release\verectangle.o +./release\veworkplace.o +./release\verectanglesettings.o +./release\colorlabel.o +./release\vepolyline.o +./release\vepolylinesettings.o +./release\dotsignal.o +./release\veworkplaceview.o +./release\veellipse.o +./release\veellipsesetting.o +./release\handle.o +./release\showhelpdialog.o +./release\textdialog.o +./release\showsvg.o +./release\svgwindow.o +./release\showsvgdialog.o +./release\vebasicshapeitem.o +./release\vebaseitem.o +./release\textItem.o +./release\vecomplexshapeitem.o +./release\veselectionrect.o +./release\qrc_icons.o +./release\moc_mainwindow.o +./release\moc_svgreader.o +./release\moc_verectangle.o +./release\moc_veworkplace.o +./release\moc_verectanglesettings.o +./release\moc_colorlabel.o +./release\moc_vepolyline.o +./release\moc_vepolylinesettings.o +./release\moc_dotsignal.o +./release\moc_veworkplaceview.o +./release\moc_veellipse.o +./release\moc_veellipsesetting.o +./release\moc_showhelpdialog.o +./release\moc_textdialog.o +./release\moc_showsvg.o +./release\moc_svgwindow.o +./release\moc_showsvgdialog.o +./release\moc_textItem.o +./release\moc_veselectionrect.o +); diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/VectorEditor.exe b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/VectorEditor.exe new file mode 100644 index 0000000000000000000000000000000000000000..52b629c6dd213d3b69414d3d94e4f24d2b275558 GIT binary patch literal 1166848 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%0A5}?pU1hO@1(T$OSIML%agZqOQzi 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
n>9AR-T~SaR2EF37{NksAHSE~Q#^Opk+O$~bWJ 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�v?q6O^`M*12;37v<%TWRztf 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�fYrVfP8y?pbj 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 )+mLrf9qu-A0`K1@^pkvFqi)ZMNqeMWwoy0 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 z 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

vd(z5$BsF>h60rlJ1pk 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

Cv7?{jLdsyxt$c7+?T^8Nd*Lp#Uae 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 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/colorlabel.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/colorlabel.o new file mode 100644 index 0000000000000000000000000000000000000000..e4a268f5658abb6fad197c1a6cb32d341b16a233 GIT binary patch literal 3636 zcmb_fUu;uV7(chYlnTpT6Nk<)^r9CWI=XglV}V6i+X~27TDCC*!d=(iZiTLG+S{?s zDI|B(-OS=11btCMLNvw)Ux-g6B4gVF28kvn2qwhD#HBR>jUkX|{l0Vmtfd2AJjprt zcYfdB^PO{UZ#$Vs2sVeEkmo648K*3b$`otERSO{#3?V0M+I&4ccoOJ$MnZC^L~kY7 zL0lJ{1DVW9vQq8@=ruN%GK6%%w38*|6_tR%$kXlyOl>p&iA_lK@$#ks@PaR#1b zk%7vSMUVX^Jc>7SU%`XqzQ$2mvgfbQ=0-^F{IfXkRxc}s+H!++C{XK!-|(qisy#Tj ztdI7WOYD_Gm9AEGktNYt&EJeq;1_)YU9ZXtMe1?UO0)9PtdxQsJ%df|+-8iU=hNG_ zzgsD^gM&bBLg3X-p;o*5`tZa*r8VeM=!s^{I=wxX^%3;3!fjb?{Uhz)9|Pp&o#Gt=J>fX&xG898=#{ zPo33N?YJ_Gi>AxjVX}4lYBjTZ&1~VJW|$xKe*8bwcvQ>!Fy|E$P%gC}JS-l9qAK@_ z)syjJv3N_V$E8j}?uTFswP;w{0RR-_tEMnJ4+1{_X>=C(Qzjps%}!(amZD%Xo0B(d zj$bWzjQ&8Ye(4DS>b!bQ&C@fX-qs#>wTFJ7)Fs%8T1tUYtva8-qRwN*^9!(Vb5xMO ztj^^ZXQ3&Dx*3Kpd&5JPT{nk$-!b#f7G{|IcW7TMG6edjTDU7OTBcdjW%=7m6vpzG zm7HYQU#w(~v3+ADKU?9_K?`<<2BbLu20suAA0135vx&&oa5A1uZ|BL5HwoG4^={|u z)6z&&1OIY17MJ;fF@A3>v9oXM08AqpK9x=$k;3v8zS-I4#McO^!2udGzK<{yc4mDQ z%TD7x2M*61?xmrF92yDGwTv_!AI$L`Lhp))vnv)q#~ zl*PkUy<_!oj<;D4SEH=*a)Casb2k@=ah-sV(^00QMP9?zzyche1+L1o2%+aW*1MM0 z1iU>kHr5PdW5{;>3G3q{YdF@k7VLm~3c8J8(mX|20}ZvA=p_^R0cjR{0o6mVp_SW0 z(FZU-1KmbGf{~}_tciXCgxT20O&B*(bO*-ADPkZQ+%p?#2c&VMfHqQY3J|`AZRAUn z`_V*qO*9P^hJ`^^@0sYdi9QDO9F=}kanjoS>&36L%O@m4VXz+5nOO233a0I|LWSNKD=+)BTKFpd=!?`x%BK=|vwk`9_o z>b9$>&Q_$#nzQ7K240fj2X8`UJFWY{J7r~XcPrZ&UB?b0D}&!M+LvId<`=pSN~}x= zj;7eC^SrKu0*$*~!TesqJZ6{^V|N-%#_$uVVBV@=KC56B${0~R5Qzsy^sJ3of0{Z5 z!a%kA>w&lLUn@->0i3KByB*)x=A6U)_gNjd3ypt>$8Q+KxvC$kwTkd`tT z|A>^3{Qp| zsB~;NC1R4T+LwY+>Yn|j8vvOadTv+HlTL@meDJ@hfo9FpRYfIqM&94m2QD7J=DDJcKY<*~Tb kJtRpos2PT!Tz)RMh2ydCQ7J<6=}jDi)Wv;LCJTrAUlL8ssQ>@~ literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/dotsignal.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/dotsignal.o new file mode 100644 index 0000000000000000000000000000000000000000..4619caf44723a2f1f90035d5cd82e834e42cb992 GIT binary patch literal 6896 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 O?P&O0J!~xQ&h|@_Qgi_T literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/main.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/main.o new file mode 100644 index 0000000000000000000000000000000000000000..2bfa2b36bd55af5654a52bb151ced8db4a3e2e6c GIT binary patch literal 2700 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

uI|rHhjrM`KskJrO|O6#kL@M(#JU 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 VvSzF2uruSULrlFnL|_xj{{fHr{vZGV literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_colorlabel.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_colorlabel.cpp new file mode 100644 index 0000000..33ec952 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_colorlabel.cpp @@ -0,0 +1,132 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'colorlabel.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/colorlabel.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'colorlabel.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_ColorLabel_t { + QByteArrayData data[5]; + char stringdata[36]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_ColorLabel_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_ColorLabel_t qt_meta_stringdata_ColorLabel = { + { +QT_MOC_LITERAL(0, 0, 10), +QT_MOC_LITERAL(1, 11, 7), +QT_MOC_LITERAL(2, 19, 0), +QT_MOC_LITERAL(3, 20, 8), +QT_MOC_LITERAL(4, 29, 5) + }, + "ColorLabel\0clicked\0\0setColor\0color\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_ColorLabel[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 1, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 0, 24, 2, 0x06, + + // slots: name, argc, parameters, tag, flags + 3, 1, 25, 2, 0x0a, + + // signals: parameters + QMetaType::Void, + + // slots: parameters + QMetaType::Void, QMetaType::QColor, 4, + + 0 // eod +}; + +void ColorLabel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + ColorLabel *_t = static_cast(_o); + switch (_id) { + case 0: _t->clicked(); break; + case 1: _t->setColor((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + void **func = reinterpret_cast(_a[1]); + { + typedef void (ColorLabel::*_t)(); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&ColorLabel::clicked)) { + *result = 0; + } + } + } +} + +const QMetaObject ColorLabel::staticMetaObject = { + { &QLabel::staticMetaObject, qt_meta_stringdata_ColorLabel.data, + qt_meta_data_ColorLabel, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *ColorLabel::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *ColorLabel::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_ColorLabel.stringdata)) + return static_cast(const_cast< ColorLabel*>(this)); + return QLabel::qt_metacast(_clname); +} + +int ColorLabel::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QLabel::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 2) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } + return _id; +} + +// SIGNAL 0 +void ColorLabel::clicked() +{ + QMetaObject::activate(this, &staticMetaObject, 0, 0); +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_colorlabel.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_colorlabel.o new file mode 100644 index 0000000000000000000000000000000000000000..eeee97602962d95a11717d9f3506b3ec02b1d275 GIT binary patch literal 9574 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 ao%6kh@gFWzP4A1XRV{V31*_#LtM+eVMITrI literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_dotsignal.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_dotsignal.cpp new file mode 100644 index 0000000..1d1218f --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_dotsignal.cpp @@ -0,0 +1,214 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'dotsignal.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/dotsignal.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'dotsignal.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_DotSignal_t { + QByteArrayData data[10]; + char stringdata[116]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_DotSignal_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_DotSignal_t qt_meta_stringdata_DotSignal = { + { +QT_MOC_LITERAL(0, 0, 9), +QT_MOC_LITERAL(1, 10, 23), +QT_MOC_LITERAL(2, 34, 0), +QT_MOC_LITERAL(3, 35, 18), +QT_MOC_LITERAL(4, 54, 10), +QT_MOC_LITERAL(5, 65, 14), +QT_MOC_LITERAL(6, 80, 11), +QT_MOC_LITERAL(7, 92, 2), +QT_MOC_LITERAL(8, 95, 2), +QT_MOC_LITERAL(9, 98, 16) + }, + "DotSignal\0previousPositionChanged\0\0" + "signalMouseRelease\0signalMove\0" + "QGraphicsItem*\0signalOwner\0dx\0dy\0" + "previousPosition\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DotSignal[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 3, 14, // methods + 1, 38, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 3, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 0, 29, 2, 0x06, + 3, 0, 30, 2, 0x06, + 4, 3, 31, 2, 0x06, + + // signals: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, 0x80000000 | 5, QMetaType::QReal, QMetaType::QReal, 6, 7, 8, + + // properties: name, type, flags + 9, QMetaType::QPointF, 0x00495103, + + // properties: notify_signal_id + 0, + + 0 // eod +}; + +void DotSignal::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + DotSignal *_t = static_cast(_o); + switch (_id) { + case 0: _t->previousPositionChanged(); break; + case 1: _t->signalMouseRelease(); break; + case 2: _t->signalMove((*reinterpret_cast< QGraphicsItem*(*)>(_a[1])),(*reinterpret_cast< qreal(*)>(_a[2])),(*reinterpret_cast< qreal(*)>(_a[3]))); break; + default: ; + } + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 2: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QGraphicsItem* >(); break; + } + break; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + void **func = reinterpret_cast(_a[1]); + { + typedef void (DotSignal::*_t)(); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&DotSignal::previousPositionChanged)) { + *result = 0; + } + } + { + typedef void (DotSignal::*_t)(); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&DotSignal::signalMouseRelease)) { + *result = 1; + } + } + { + typedef void (DotSignal::*_t)(QGraphicsItem * , qreal , qreal ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&DotSignal::signalMove)) { + *result = 2; + } + } + } +} + +const QMetaObject DotSignal::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_DotSignal.data, + qt_meta_data_DotSignal, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *DotSignal::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DotSignal::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_DotSignal.stringdata)) + return static_cast(const_cast< DotSignal*>(this)); + if (!strcmp(_clname, "QGraphicsRectItem")) + return static_cast< QGraphicsRectItem*>(const_cast< DotSignal*>(this)); + return QObject::qt_metacast(_clname); +} + +int DotSignal::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 3) + qt_static_metacall(this, _c, _id, _a); + _id -= 3; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 3) + qt_static_metacall(this, _c, _id, _a); + _id -= 3; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPointF*>(_v) = previousPosition(); break; + } + _id -= 1; + } else if (_c == QMetaObject::WriteProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: setPreviousPosition(*reinterpret_cast< QPointF*>(_v)); break; + } + _id -= 1; + } else if (_c == QMetaObject::ResetProperty) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 1; + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void DotSignal::previousPositionChanged() +{ + QMetaObject::activate(this, &staticMetaObject, 0, 0); +} + +// SIGNAL 1 +void DotSignal::signalMouseRelease() +{ + QMetaObject::activate(this, &staticMetaObject, 1, 0); +} + +// SIGNAL 2 +void DotSignal::signalMove(QGraphicsItem * _t1, qreal _t2, qreal _t3) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)), const_cast(reinterpret_cast(&_t3)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_dotsignal.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_dotsignal.o new file mode 100644 index 0000000000000000000000000000000000000000..2c19ecca3540ba8cf6dd4dc12baf5d0aa972d498 GIT binary patch literal 16712 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 NMyYnhTA_;({y%ilxTOF9 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_mainwindow.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_mainwindow.cpp new file mode 100644 index 0000000..ccdef24 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_mainwindow.cpp @@ -0,0 +1,264 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainwindow.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/mainwindow.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'mainwindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_MainWindow_t { + QByteArrayData data[34]; + char stringdata[634]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_MainWindow_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { + { +QT_MOC_LITERAL(0, 0, 10), +QT_MOC_LITERAL(1, 11, 4), +QT_MOC_LITERAL(2, 16, 0), +QT_MOC_LITERAL(3, 17, 6), +QT_MOC_LITERAL(4, 24, 7), +QT_MOC_LITERAL(5, 32, 4), +QT_MOC_LITERAL(6, 37, 5), +QT_MOC_LITERAL(7, 43, 9), +QT_MOC_LITERAL(8, 53, 10), +QT_MOC_LITERAL(9, 64, 18), +QT_MOC_LITERAL(10, 83, 18), +QT_MOC_LITERAL(11, 102, 14), +QT_MOC_LITERAL(12, 117, 17), +QT_MOC_LITERAL(13, 135, 10), +QT_MOC_LITERAL(14, 146, 14), +QT_MOC_LITERAL(15, 161, 4), +QT_MOC_LITERAL(16, 166, 13), +QT_MOC_LITERAL(17, 180, 23), +QT_MOC_LITERAL(18, 204, 28), +QT_MOC_LITERAL(19, 233, 28), +QT_MOC_LITERAL(20, 262, 29), +QT_MOC_LITERAL(21, 292, 26), +QT_MOC_LITERAL(22, 319, 22), +QT_MOC_LITERAL(23, 342, 27), +QT_MOC_LITERAL(24, 370, 23), +QT_MOC_LITERAL(25, 394, 23), +QT_MOC_LITERAL(26, 418, 25), +QT_MOC_LITERAL(27, 444, 26), +QT_MOC_LITERAL(28, 471, 28), +QT_MOC_LITERAL(29, 500, 28), +QT_MOC_LITERAL(30, 529, 25), +QT_MOC_LITERAL(31, 555, 26), +QT_MOC_LITERAL(32, 582, 23), +QT_MOC_LITERAL(33, 606, 26) + }, + "MainWindow\0save\0\0saveAs\0newFile\0open\0" + "clear\0selectAll\0timeUpdate\0" + "on_butSave_clicked\0on_butOpen_clicked\0" + "checkSelection\0checkActionStates\0" + "selectItem\0QGraphicsItem*\0item\0" + "selectNewItem\0on_actionExit_triggered\0" + "on_toolButton_SaveAs_clicked\0" + "on_toolButton_ZoomIn_clicked\0" + "on_toolButton_ZoomOut_clicked\0" + "on_toolButton_text_clicked\0" + "on_actionNew_triggered\0" + "on_toolButton_clear_clicked\0" + "on_actionOpen_triggered\0on_actionSave_triggered\0" + "on_actionSaveAs_triggered\0" + "on_toolButton_Home_clicked\0" + "on_toolButton_pixmap_clicked\0" + "on_toolButton_bezier_clicked\0" + "on_actionZoomIn_triggered\0" + "on_actionZoomOut_triggered\0" + "on_actionHelp_triggered\0" + "on_toolButton_show_clicked\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainWindow[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 30, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 164, 2, 0x08, + 3, 0, 165, 2, 0x08, + 4, 0, 166, 2, 0x08, + 5, 0, 167, 2, 0x08, + 6, 0, 168, 2, 0x08, + 7, 0, 169, 2, 0x08, + 8, 0, 170, 2, 0x08, + 9, 0, 171, 2, 0x08, + 10, 0, 172, 2, 0x08, + 11, 0, 173, 2, 0x08, + 12, 0, 174, 2, 0x08, + 13, 1, 175, 2, 0x08, + 16, 1, 178, 2, 0x08, + 17, 0, 181, 2, 0x08, + 18, 0, 182, 2, 0x08, + 19, 0, 183, 2, 0x08, + 20, 0, 184, 2, 0x08, + 21, 0, 185, 2, 0x08, + 22, 0, 186, 2, 0x08, + 23, 0, 187, 2, 0x08, + 24, 0, 188, 2, 0x08, + 25, 0, 189, 2, 0x08, + 26, 0, 190, 2, 0x08, + 27, 0, 191, 2, 0x08, + 28, 0, 192, 2, 0x08, + 29, 0, 193, 2, 0x08, + 30, 0, 194, 2, 0x08, + 31, 0, 195, 2, 0x08, + 32, 0, 196, 2, 0x08, + 33, 0, 197, 2, 0x08, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, 0x80000000 | 14, 15, + QMetaType::Void, 0x80000000 | 14, 15, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + MainWindow *_t = static_cast(_o); + switch (_id) { + case 0: _t->save(); break; + case 1: _t->saveAs(); break; + case 2: _t->newFile(); break; + case 3: _t->open(); break; + case 4: _t->clear(); break; + case 5: _t->selectAll(); break; + case 6: _t->timeUpdate(); break; + case 7: _t->on_butSave_clicked(); break; + case 8: _t->on_butOpen_clicked(); break; + case 9: _t->checkSelection(); break; + case 10: _t->checkActionStates(); break; + case 11: _t->selectItem((*reinterpret_cast< QGraphicsItem*(*)>(_a[1]))); break; + case 12: _t->selectNewItem((*reinterpret_cast< QGraphicsItem*(*)>(_a[1]))); break; + case 13: _t->on_actionExit_triggered(); break; + case 14: _t->on_toolButton_SaveAs_clicked(); break; + case 15: _t->on_toolButton_ZoomIn_clicked(); break; + case 16: _t->on_toolButton_ZoomOut_clicked(); break; + case 17: _t->on_toolButton_text_clicked(); break; + case 18: _t->on_actionNew_triggered(); break; + case 19: _t->on_toolButton_clear_clicked(); break; + case 20: _t->on_actionOpen_triggered(); break; + case 21: _t->on_actionSave_triggered(); break; + case 22: _t->on_actionSaveAs_triggered(); break; + case 23: _t->on_toolButton_Home_clicked(); break; + case 24: _t->on_toolButton_pixmap_clicked(); break; + case 25: _t->on_toolButton_bezier_clicked(); break; + case 26: _t->on_actionZoomIn_triggered(); break; + case 27: _t->on_actionZoomOut_triggered(); break; + case 28: _t->on_actionHelp_triggered(); break; + case 29: _t->on_toolButton_show_clicked(); break; + default: ; + } + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 11: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QGraphicsItem* >(); break; + } + break; + case 12: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QGraphicsItem* >(); break; + } + break; + } + } +} + +const QMetaObject MainWindow::staticMetaObject = { + { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data, + qt_meta_data_MainWindow, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *MainWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata)) + return static_cast(const_cast< MainWindow*>(this)); + return QMainWindow::qt_metacast(_clname); +} + +int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 30) + qt_static_metacall(this, _c, _id, _a); + _id -= 30; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 30) + qt_static_metacall(this, _c, _id, _a); + _id -= 30; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_mainwindow.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_mainwindow.o new file mode 100644 index 0000000000000000000000000000000000000000..357669d206d876ebcbdb73a71aec88c3c3012cc9 GIT binary patch literal 19683 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 ZmJm>!W@iRcpQuNJ(wVw7s5AQZe*vlT{!jn_ literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showhelpdialog.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showhelpdialog.cpp new file mode 100644 index 0000000..cc9cf1e --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showhelpdialog.cpp @@ -0,0 +1,110 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'showhelpdialog.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/showhelpdialog.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'showhelpdialog.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_ShowHelpDialog_t { + QByteArrayData data[3]; + char stringdata[41]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_ShowHelpDialog_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_ShowHelpDialog_t qt_meta_stringdata_ShowHelpDialog = { + { +QT_MOC_LITERAL(0, 0, 14), +QT_MOC_LITERAL(1, 15, 23), +QT_MOC_LITERAL(2, 39, 0) + }, + "ShowHelpDialog\0on_pushButton_2_clicked\0" + "\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_ShowHelpDialog[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 1, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 19, 2, 0x08, + + // slots: parameters + QMetaType::Void, + + 0 // eod +}; + +void ShowHelpDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + ShowHelpDialog *_t = static_cast(_o); + switch (_id) { + case 0: _t->on_pushButton_2_clicked(); break; + default: ; + } + } + Q_UNUSED(_a); +} + +const QMetaObject ShowHelpDialog::staticMetaObject = { + { &QDialog::staticMetaObject, qt_meta_stringdata_ShowHelpDialog.data, + qt_meta_data_ShowHelpDialog, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *ShowHelpDialog::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *ShowHelpDialog::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_ShowHelpDialog.stringdata)) + return static_cast(const_cast< ShowHelpDialog*>(this)); + return QDialog::qt_metacast(_clname); +} + +int ShowHelpDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QDialog::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 1) + qt_static_metacall(this, _c, _id, _a); + _id -= 1; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showhelpdialog.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showhelpdialog.o new file mode 100644 index 0000000000000000000000000000000000000000..fa51a287f053f62595d2fb7d9d7a606e81d10996 GIT binary patch literal 9217 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 +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'showsvg.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_ShowSvg_t { + QByteArrayData data[1]; + char stringdata[9]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_ShowSvg_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_ShowSvg_t qt_meta_stringdata_ShowSvg = { + { +QT_MOC_LITERAL(0, 0, 7) + }, + "ShowSvg\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_ShowSvg[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void ShowSvg::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +const QMetaObject ShowSvg::staticMetaObject = { + { &QSvgWidget::staticMetaObject, qt_meta_stringdata_ShowSvg.data, + qt_meta_data_ShowSvg, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *ShowSvg::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *ShowSvg::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_ShowSvg.stringdata)) + return static_cast(const_cast< ShowSvg*>(this)); + return QSvgWidget::qt_metacast(_clname); +} + +int ShowSvg::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QSvgWidget::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvg.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvg.o new file mode 100644 index 0000000000000000000000000000000000000000..49a49a87359380eafd587d42d2c5d02290b18488 GIT binary patch literal 9977 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 NAhnhEgFIym{sYF`EHMB8 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvgdialog.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvgdialog.cpp new file mode 100644 index 0000000..3984666 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvgdialog.cpp @@ -0,0 +1,114 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'showsvgdialog.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/showsvgdialog.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'showsvgdialog.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_ShowSvgDialog_t { + QByteArrayData data[4]; + char stringdata[53]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_ShowSvgDialog_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_ShowSvgDialog_t qt_meta_stringdata_ShowSvgDialog = { + { +QT_MOC_LITERAL(0, 0, 13), +QT_MOC_LITERAL(1, 14, 12), +QT_MOC_LITERAL(2, 27, 0), +QT_MOC_LITERAL(3, 28, 23) + }, + "ShowSvgDialog\0slotOpenFile\0\0" + "on_actionOpen_triggered\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_ShowSvgDialog[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 24, 2, 0x08, + 3, 0, 25, 2, 0x08, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void ShowSvgDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + ShowSvgDialog *_t = static_cast(_o); + switch (_id) { + case 0: _t->slotOpenFile(); break; + case 1: _t->on_actionOpen_triggered(); break; + default: ; + } + } + Q_UNUSED(_a); +} + +const QMetaObject ShowSvgDialog::staticMetaObject = { + { &QDialog::staticMetaObject, qt_meta_stringdata_ShowSvgDialog.data, + qt_meta_data_ShowSvgDialog, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *ShowSvgDialog::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *ShowSvgDialog::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_ShowSvgDialog.stringdata)) + return static_cast(const_cast< ShowSvgDialog*>(this)); + return QDialog::qt_metacast(_clname); +} + +int ShowSvgDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QDialog::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 2) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvgdialog.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_showsvgdialog.o new file mode 100644 index 0000000000000000000000000000000000000000..5849909ef4a536026c7c66bfc2fcb8783aed8d32 GIT binary patch literal 9477 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 +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'svgreader.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_SvgReader_t { + QByteArrayData data[1]; + char stringdata[11]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_SvgReader_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_SvgReader_t qt_meta_stringdata_SvgReader = { + { +QT_MOC_LITERAL(0, 0, 9) + }, + "SvgReader\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_SvgReader[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void SvgReader::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +const QMetaObject SvgReader::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_SvgReader.data, + qt_meta_data_SvgReader, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *SvgReader::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *SvgReader::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_SvgReader.stringdata)) + return static_cast(const_cast< SvgReader*>(this)); + return QObject::qt_metacast(_clname); +} + +int SvgReader::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_svgreader.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_svgreader.o new file mode 100644 index 0000000000000000000000000000000000000000..70420566d83782fc86fd26a54c23b220e746600a GIT binary patch literal 3842 zcmb_fO>7%Q6rPP;H*JFzi3lnhp%n^HO6z!?-&P##ByJkTP2DDxs;#`k&&YzObg zY9bCnrGOPG1x^TYL2&4y2M!?h&_mQ#z=;Dws44=rHza;U1qV)q_sz_DXJacM)F;jC zo9}(|X6C)OJ9b8Uj6r_f!PpV5g|(P#U2?fDx^;SVwlKCD7UKv#be5ft6>@G)K)l~e z{dMBql)Mm)lPtawn{gb4)>K_3UUzTM)K0@Y}MBo3(v=k+!6GR=5{ab+fB z@OOrIZIlZLrf`2oJi!6kCFxlp;{nM-29xbLMx;jdY zrJ}8GwxptMmqWu*-P#>(OWlsProM=VNA_fBG%QC$QI>=c_BDgY))Mj~6$>Bi_R`o%&v`by1Jk zFv8%qpKCbb0M~HpL9T&)m}@%q@ZP~a2<;e+aiR`(zHa@nuEl2U1w;<=_a5vHIeTK!znq3+y9iTFwGL5nPW5;JNG&BgrIH^UBOu+ zWHrFqAOzxbevk;NB%~p`Uafjw7<(u=u!c16eWd}$;=y*vX|RSgua1S$C`4Z|^5kWT}M>A01A zQM^Np>2mdZb&iMp+JNv6EA7{x)rk~w@n#J*AQu~u_ZpDT8;}P9q@7a3>ow-Mxr)2A z$V4S{nP;cQ>erc%O*X@ntIlVRHAPQ1qAM#aEN0D{vz1)YVy1a^!si%+ueuc0oNMRJ zqUGlDxrK#v*4x8`VVpcpsJL`{hhem{*(!H3u6T)Ku3)8M9nG8=N@YybS(-7&9@&b@ zf(C6{?ALMA+3`Gflu6()Kv5`mX%4?fP5)QImVNjx=v3RCG?Pepez$m3lHr9+N$(>~ zCH^FAEun1_+b^=}r!S2dDK&?YzePUs11z{(#%gVurd?b#5z=ug5|R25inlRPST5y? zc3xQ+72&bHI2ld%*TC|VRL}D^oPSB=)aeN$ZkqW^mvS?9)i4G~U&uL*=`Jr?rd^sX zix>rI37X>AO_|DzG-B|=SKqCXxP-hj_gPh|MCIClG7SYWp73mj!Hq}h_oh`zXD7|( zthj3z$u9g*;HT=tptpE_o_?zOyy5yV$TRXwj$1BDV$+TFyY}pI`V{hw R +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'svgwindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_SvgWindow_t { + QByteArrayData data[1]; + char stringdata[11]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_SvgWindow_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_SvgWindow_t qt_meta_stringdata_SvgWindow = { + { +QT_MOC_LITERAL(0, 0, 9) + }, + "SvgWindow\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_SvgWindow[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void SvgWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +const QMetaObject SvgWindow::staticMetaObject = { + { &QScrollArea::staticMetaObject, qt_meta_stringdata_SvgWindow.data, + qt_meta_data_SvgWindow, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *SvgWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *SvgWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_SvgWindow.stringdata)) + return static_cast(const_cast< SvgWindow*>(this)); + return QScrollArea::qt_metacast(_clname); +} + +int SvgWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QScrollArea::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_svgwindow.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_svgwindow.o new file mode 100644 index 0000000000000000000000000000000000000000..84af6d191aab9a82252a18fe5227e51b20fa9853 GIT binary patch literal 11333 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 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textItem.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textItem.cpp new file mode 100644 index 0000000..2d84859 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textItem.cpp @@ -0,0 +1,90 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'textItem.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/textItem.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'textItem.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_TextItem_t { + QByteArrayData data[1]; + char stringdata[10]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_TextItem_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_TextItem_t qt_meta_stringdata_TextItem = { + { +QT_MOC_LITERAL(0, 0, 8) + }, + "TextItem\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_TextItem[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void TextItem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +const QMetaObject TextItem::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_TextItem.data, + qt_meta_data_TextItem, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *TextItem::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *TextItem::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_TextItem.stringdata)) + return static_cast(const_cast< TextItem*>(this)); + if (!strcmp(_clname, "QGraphicsItem")) + return static_cast< QGraphicsItem*>(const_cast< TextItem*>(this)); + return QObject::qt_metacast(_clname); +} + +int TextItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textItem.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textItem.o new file mode 100644 index 0000000000000000000000000000000000000000..9b2e34558de8979179765b91b430976fbb533feb GIT binary patch literal 8341 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 E0FqF`4gdfE literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textdialog.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textdialog.cpp new file mode 100644 index 0000000..6343921 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textdialog.cpp @@ -0,0 +1,88 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'textdialog.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/textdialog.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'textdialog.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_TextDialog_t { + QByteArrayData data[1]; + char stringdata[12]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_TextDialog_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_TextDialog_t qt_meta_stringdata_TextDialog = { + { +QT_MOC_LITERAL(0, 0, 10) + }, + "TextDialog\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_TextDialog[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void TextDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +const QMetaObject TextDialog::staticMetaObject = { + { &QDialog::staticMetaObject, qt_meta_stringdata_TextDialog.data, + qt_meta_data_TextDialog, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *TextDialog::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *TextDialog::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_TextDialog.stringdata)) + return static_cast(const_cast< TextDialog*>(this)); + return QDialog::qt_metacast(_clname); +} + +int TextDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QDialog::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textdialog.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_textdialog.o new file mode 100644 index 0000000000000000000000000000000000000000..62dc61a81a1513073c1355325e4ae35deb8d2076 GIT binary patch literal 8772 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 hoOO}!x4Oaxmr0%C4&$M&_N{`VUb +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'veellipse.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_VEEllipse_t { + QByteArrayData data[13]; + char stringdata[126]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_VEEllipse_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_VEEllipse_t qt_meta_stringdata_VEEllipse = { + { +QT_MOC_LITERAL(0, 0, 9), +QT_MOC_LITERAL(1, 10, 11), +QT_MOC_LITERAL(2, 22, 0), +QT_MOC_LITERAL(3, 23, 10), +QT_MOC_LITERAL(4, 34, 4), +QT_MOC_LITERAL(5, 39, 23), +QT_MOC_LITERAL(6, 63, 7), +QT_MOC_LITERAL(7, 71, 10), +QT_MOC_LITERAL(8, 82, 14), +QT_MOC_LITERAL(9, 97, 4), +QT_MOC_LITERAL(10, 102, 2), +QT_MOC_LITERAL(11, 105, 2), +QT_MOC_LITERAL(12, 108, 16) + }, + "VEEllipse\0elliChanged\0\0VEEllipse*\0" + "rect\0previousPositionChanged\0clicked\0" + "signalMove\0QGraphicsItem*\0item\0dx\0dy\0" + "previousPosition\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_VEEllipse[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 4, 14, // methods + 1, 48, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 4, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 34, 2, 0x06, + 5, 0, 37, 2, 0x06, + 6, 1, 38, 2, 0x06, + 7, 3, 41, 2, 0x06, + + // signals: parameters + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, 0x80000000 | 8, QMetaType::QReal, QMetaType::QReal, 9, 10, 11, + + // properties: name, type, flags + 12, QMetaType::QPointF, 0x00495103, + + // properties: notify_signal_id + 1, + + 0 // eod +}; + +void VEEllipse::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + VEEllipse *_t = static_cast(_o); + switch (_id) { + case 0: _t->elliChanged((*reinterpret_cast< VEEllipse*(*)>(_a[1]))); break; + case 1: _t->previousPositionChanged(); break; + case 2: _t->clicked((*reinterpret_cast< VEEllipse*(*)>(_a[1]))); break; + case 3: _t->signalMove((*reinterpret_cast< QGraphicsItem*(*)>(_a[1])),(*reinterpret_cast< qreal(*)>(_a[2])),(*reinterpret_cast< qreal(*)>(_a[3]))); break; + default: ; + } + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< VEEllipse* >(); break; + } + break; + case 2: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< VEEllipse* >(); break; + } + break; + case 3: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QGraphicsItem* >(); break; + } + break; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + void **func = reinterpret_cast(_a[1]); + { + typedef void (VEEllipse::*_t)(VEEllipse * ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEEllipse::elliChanged)) { + *result = 0; + } + } + { + typedef void (VEEllipse::*_t)(); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEEllipse::previousPositionChanged)) { + *result = 1; + } + } + { + typedef void (VEEllipse::*_t)(VEEllipse * ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEEllipse::clicked)) { + *result = 2; + } + } + { + typedef void (VEEllipse::*_t)(QGraphicsItem * , qreal , qreal ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEEllipse::signalMove)) { + *result = 3; + } + } + } +} + +const QMetaObject VEEllipse::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_VEEllipse.data, + qt_meta_data_VEEllipse, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *VEEllipse::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *VEEllipse::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_VEEllipse.stringdata)) + return static_cast(const_cast< VEEllipse*>(this)); + if (!strcmp(_clname, "QGraphicsEllipseItem")) + return static_cast< QGraphicsEllipseItem*>(const_cast< VEEllipse*>(this)); + return QObject::qt_metacast(_clname); +} + +int VEEllipse::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPointF*>(_v) = previousPosition(); break; + } + _id -= 1; + } else if (_c == QMetaObject::WriteProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: setPreviousPosition(*reinterpret_cast< QPointF*>(_v)); break; + } + _id -= 1; + } else if (_c == QMetaObject::ResetProperty) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 1; + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void VEEllipse::elliChanged(VEEllipse * _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void VEEllipse::previousPositionChanged() +{ + QMetaObject::activate(this, &staticMetaObject, 1, 0); +} + +// SIGNAL 2 +void VEEllipse::clicked(VEEllipse * _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} + +// SIGNAL 3 +void VEEllipse::signalMove(QGraphicsItem * _t1, qreal _t2, qreal _t3) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)), const_cast(reinterpret_cast(&_t3)) }; + QMetaObject::activate(this, &staticMetaObject, 3, _a); +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veellipse.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veellipse.o new file mode 100644 index 0000000000000000000000000000000000000000..5435ca7aa2b30d6aa0626005ae2db5c9494f2a14 GIT binary patch literal 23393 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 nWQv|VtXq3izKVxdIQj=_aGcH~rx9W~6% +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'veellipsesetting.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_VEEllipseSettings_t { + QByteArrayData data[25]; + char stringdata[286]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_VEEllipseSettings_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_VEEllipseSettings_t qt_meta_stringdata_VEEllipseSettings = { + { +QT_MOC_LITERAL(0, 0, 17), +QT_MOC_LITERAL(1, 18, 14), +QT_MOC_LITERAL(2, 33, 0), +QT_MOC_LITERAL(3, 34, 5), +QT_MOC_LITERAL(4, 40, 14), +QT_MOC_LITERAL(5, 55, 18), +QT_MOC_LITERAL(6, 74, 18), +QT_MOC_LITERAL(7, 93, 5), +QT_MOC_LITERAL(8, 99, 10), +QT_MOC_LITERAL(9, 110, 10), +QT_MOC_LITERAL(10, 121, 14), +QT_MOC_LITERAL(11, 136, 14), +QT_MOC_LITERAL(12, 151, 10), +QT_MOC_LITERAL(13, 162, 10), +QT_MOC_LITERAL(14, 173, 4), +QT_MOC_LITERAL(15, 178, 11), +QT_MOC_LITERAL(16, 190, 8), +QT_MOC_LITERAL(17, 199, 10), +QT_MOC_LITERAL(18, 210, 7), +QT_MOC_LITERAL(19, 218, 20), +QT_MOC_LITERAL(20, 239, 5), +QT_MOC_LITERAL(21, 245, 7), +QT_MOC_LITERAL(22, 253, 7), +QT_MOC_LITERAL(23, 261, 11), +QT_MOC_LITERAL(24, 273, 11) + }, + "VEEllipseSettings\0color_1Changed\0\0" + "color\0color_2Changed\0borderColorChanged\0" + "borderWidthChanged\0width\0setColor_1\0" + "setColor_2\0setBorderColor\0setBorderWidth\0" + "newEllipse\0VEEllipse*\0elli\0loadEllipse\0" + "deselect\0setVisible\0visible\0" + "comboBoxIndexChanged\0index\0color_1\0" + "color_2\0borderColor\0borderWidth\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_VEEllipseSettings[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 13, 14, // methods + 4, 116, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 4, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 79, 2, 0x06, + 4, 1, 82, 2, 0x06, + 5, 1, 85, 2, 0x06, + 6, 1, 88, 2, 0x06, + + // slots: name, argc, parameters, tag, flags + 8, 1, 91, 2, 0x0a, + 9, 1, 94, 2, 0x0a, + 10, 1, 97, 2, 0x0a, + 11, 1, 100, 2, 0x0a, + 12, 1, 103, 2, 0x0a, + 15, 1, 106, 2, 0x0a, + 16, 0, 109, 2, 0x0a, + 17, 1, 110, 2, 0x0a, + 19, 1, 113, 2, 0x08, + + // signals: parameters + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::Int, 7, + + // slots: parameters + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::Int, 7, + QMetaType::Void, 0x80000000 | 13, 14, + QMetaType::Void, 0x80000000 | 13, 14, + QMetaType::Void, + QMetaType::Void, QMetaType::Bool, 18, + QMetaType::Void, QMetaType::Int, 20, + + // properties: name, type, flags + 21, QMetaType::QColor, 0x00495103, + 22, QMetaType::QColor, 0x00495103, + 23, QMetaType::QColor, 0x00495103, + 24, QMetaType::Int, 0x00495103, + + // properties: notify_signal_id + 0, + 1, + 2, + 3, + + 0 // eod +}; + +void VEEllipseSettings::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + VEEllipseSettings *_t = static_cast(_o); + switch (_id) { + case 0: _t->color_1Changed((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 1: _t->color_2Changed((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 2: _t->borderColorChanged((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 3: _t->borderWidthChanged((*reinterpret_cast< const int(*)>(_a[1]))); break; + case 4: _t->setColor_1((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 5: _t->setColor_2((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 6: _t->setBorderColor((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 7: _t->setBorderWidth((*reinterpret_cast< const int(*)>(_a[1]))); break; + case 8: _t->newEllipse((*reinterpret_cast< VEEllipse*(*)>(_a[1]))); break; + case 9: _t->loadEllipse((*reinterpret_cast< VEEllipse*(*)>(_a[1]))); break; + case 10: _t->deselect(); break; + case 11: _t->setVisible((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 12: _t->comboBoxIndexChanged((*reinterpret_cast< int(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 8: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< VEEllipse* >(); break; + } + break; + case 9: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< VEEllipse* >(); break; + } + break; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + void **func = reinterpret_cast(_a[1]); + { + typedef void (VEEllipseSettings::*_t)(const QColor & ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEEllipseSettings::color_1Changed)) { + *result = 0; + } + } + { + typedef void (VEEllipseSettings::*_t)(const QColor & ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEEllipseSettings::color_2Changed)) { + *result = 1; + } + } + { + typedef void (VEEllipseSettings::*_t)(const QColor & ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEEllipseSettings::borderColorChanged)) { + *result = 2; + } + } + { + typedef void (VEEllipseSettings::*_t)(const int & ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEEllipseSettings::borderWidthChanged)) { + *result = 3; + } + } + } +} + +const QMetaObject VEEllipseSettings::staticMetaObject = { + { &QWidget::staticMetaObject, qt_meta_stringdata_VEEllipseSettings.data, + qt_meta_data_VEEllipseSettings, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *VEEllipseSettings::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *VEEllipseSettings::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_VEEllipseSettings.stringdata)) + return static_cast(const_cast< VEEllipseSettings*>(this)); + return QWidget::qt_metacast(_clname); +} + +int VEEllipseSettings::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QWidget::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 13) + qt_static_metacall(this, _c, _id, _a); + _id -= 13; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 13) + qt_static_metacall(this, _c, _id, _a); + _id -= 13; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QColor*>(_v) = color_1(); break; + case 1: *reinterpret_cast< QColor*>(_v) = color_2(); break; + case 2: *reinterpret_cast< QColor*>(_v) = borderColor(); break; + case 3: *reinterpret_cast< int*>(_v) = borderWidth(); break; + } + _id -= 4; + } else if (_c == QMetaObject::WriteProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: setColor_1(*reinterpret_cast< QColor*>(_v)); break; + case 1: setColor_2(*reinterpret_cast< QColor*>(_v)); break; + case 2: setBorderColor(*reinterpret_cast< QColor*>(_v)); break; + case 3: setBorderWidth(*reinterpret_cast< int*>(_v)); break; + } + _id -= 4; + } else if (_c == QMetaObject::ResetProperty) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 4; + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + if (_id < 4) + *reinterpret_cast(_a[0]) = -1; + _id -= 4; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void VEEllipseSettings::color_1Changed(const QColor & _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void VEEllipseSettings::color_2Changed(const QColor & _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} + +// SIGNAL 2 +void VEEllipseSettings::borderColorChanged(const QColor & _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} + +// SIGNAL 3 +void VEEllipseSettings::borderWidthChanged(const int & _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 3, _a); +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veellipsesetting.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veellipsesetting.o new file mode 100644 index 0000000000000000000000000000000000000000..9da46cef272bf996941111a8ca13675aac057744 GIT binary patch literal 19704 zcmeHO3v?URnI2g}abhF6!O(;T&{CBR#Wfng)26K*TZvsej)YADgdoe(Bvxumt~7G& zG?0L-G^(1eOBec}+a{&^fOcE9r7dOKt@9|MEPasW?BUgO(k|VDPr{zC%hHgr@qYik zcSbWBIk@1S)9%>;-TCe}-~I1@|N9(S>9JiU(N+6yN%{dp4qL6NjH?Xul+%HjP|I#!i+kDzO%UC@mS9mR$D*U;oM+9TZ_=!{ou z7246*VA5f@NR!arWvCar*6SP1_9~(Kl+_+|Ef#y9hwk2Ddrdw|dk>Vd*Hm9;^x1>V zL(n}a>`}W~s}R4YMw5>G`(;Uc%_dznbT5?BHTz8Cfb5-y?zpIz%@2x8bG>PtO6Y($ zpgS#eAJY75ZfXS7FDmrLWqOtY^c(Coo8nS~C%$(|(ydo>E$d&Zx5Ye8Np~xBTZ?t8 z8cqI@ZXa}`#X8wnzlvAE($+GJd+2rwT?JU?pX_Te>N>!`x*Y3<#hzSmY;Y@dEm(v8 zQ|R>g$+9UhQRv2@tHPQ_m!`{iIr44GveW9KgGA4sc!X|8rl$5kd<~(@shWI;*LSSL zODma#JB?(z(+H7r9o`lD@eKFMT%~swJ%lnxYYsc4{oiBQTAo7vcFLE%&GOXrdDnmA zrj31>Q>zh!{(QgprhJe0*6eh;GIO?a$HrOjJ*LuSFe%Mt@$=be)*j( z9z1eSjvz|;syojPu-rQ2?mT;d;TXdwfYTS}1CH$RwDXvqT+19?z4^A#mLnp5XUpA_ zi@;~jE>2%fwpV6fPA|{1K0&>eF@gl zp^lSZ0*eT&q&)7$Jz9evT}eHPRtHdy_v%apW~Yiu7WL&EC9g$EF`kOb7xm>F% zRlcY%=P3VxsXWEQ5RI8Uo{BITX%+NVYHzWAb7_5tQE!U(%(Zw_XuqXDW)>Ts!#UPZ zGq3&+t3T+VUZ67W?=6MdYVT~I0i8JWG@k!}dXRTdo*gi9x1#49-rO-}BY#QetZjd% z&AoRFfqsNKD|a~agl*5qE2RBUx;qbN4%u>*-rTe3Zikq?r^<7y!Du;0?$9xZ_q}>W zs2gKu1=WoEvPxLRy_%K-+-ZNMJFV+Um_+>{QHe{?e8Virp2hQdhhr`5|M7++Jw$<-%Je2p6-f0G#F>@fm+W@;7RVW+_P*P=NkCh#cDkP*~u5R{fSoR>in%< zPxg7W5n*$jM*X>;=T`6%xx=~BSXvinj#h8J4V%&wCWz-CJj60voqJ{TZL=rj>65?4 zz}o-AKPURe+|SsGUz1n8t@&NvPRzaz)SuhsEjP}Q%ItLR$asJDHFZnoe5HHxVKRB% zHszjtf}t|?=FEBf)+x0%bKap|n>l}x>dl;YPN`RB&M#7zXU>?GNX`fd4U z_hc3<+h6XuI&%h6}+E!{PvX6;2Wv0upv$*#jhlNKein*sUKh?GsQo1{z!k*G^+*2@z{;+#Wzqdx) zQHi~ zw8Y(H;K~KJS#V2mUo5!W3>@)PHf-SN9f!E6fum)HxNQc`Ex7Flj-4lvA2D$65W2X5 zyF_pw6CC+_9X{>&AgmX}6d#K7ThXIG_E3LNStF)AwQs3-Ms-xl}M4nB2kard7$3>oerfWx0 zerHkn+eM!GoUT++J}&Z_Ke3|xP?3IHQGQV5X*|=lMdT}ZR=PptsjunkEh@iGVHpB{?Cx#==To~$3|01pQ5U<__mZ3Nem~FA-R1h z9N(s33b4Fj>oj&Sk&G(Ic9NQ@O|hstq)|I4Bc&9T2}5!L))8D&FjB}e15#YsA^a+M z_+CkYtI}{H9Mzshm6S59L{uuiF_wxA4lB}_xJMErgNZeX@veAO8P`0DQATT`)+ou) z8iBbNJnW|QAm#3-gm1uv=+gSMIk;hPJ9%W_3xI9MpK^AWP&>6T2Di5OD+3OQkzeYlH*={-j9#e?((TF2je@D#U!=x1K_?^f*%L>ViC{YjltP= z26|XT#2C`z@(`X;-Co4#^JsvB8rb4`U zsO_%lmf66m zQx*#DQC~*kuLE~&{aX!8d&W`BleNIqhP~8=jJ@6EQI^2rBXIaJm!qSi2f22UTjP>i z$;Li>=qUy#xVQC1lpJ>L-RH-LDP=79Bmc79B>`vbM`ygp?;?r zQtarCvFC{{Av14Yz7=w<{3hxPG7zMgujMgsE$eZ$pxwp>myH_w!Cygf--3^molKe- z`T$an0zh<{b4nlAxhb9dN1gkn&Yjb_DtN@p(mqPEq84Z? zL#u$el^_u9KZq3&{s#)I`{(TUL`_~D?tqcHh|Av529KMVKasS4FxPNy7asNIA#Qpm^ z5clsOR*1_`wpw}sD9O-MKzx)u4@BdwTKaFG7^|ZWYXZFoIHhNSc+YgfkzGu;73g+` zRG^PC-CiKxs|SF1Pd^HD2h%+Pw40%S1>${9t>GSk5{TYQ_~^6&CGe@ne|Se@=xQB# zfOy+T$J$3xLdvdY^_HE~pkL6y!?4ER%eJK>00 z$&p7#ULCE}QH_o$2D}7Zk%sVb;y-Pk14tiY9HC)`$iEvILSo=H>D&lIq`R3R^0}WO z@^m9ZNF;h&bh0Sk!VtChCY{@?bKJkVVz7tl$nu>GQ4FZ>oRSA=h9Qc8O9QLCpIqIP|T zp<9vO&CmeS&oUH6`j-q1A-#v8VWjsmG>Y_d45>&z&(Jv1FEF$V=@%K=gY-UzsI6aO zh+6Yk43WQIW{5oc3PV)q0fxxxL58T@R~b5h^nQlEhLk=|>F9ZfJ%sdc z8G0BgDV)+HNFQM6he#h}Xd3C)89IuT$~&dUk3vFCPTkO`Ync@MoQM5(hErW zh&TcC4~%;e>9-kr3F&tjI)#+Ha7w3<(%f`PuOj^(LuZhFpP@I9l8=0plmS(<@j_#t zqs2OEV2DzVdUO=k(JmcPWC!qZGCz0;S{dkE>y+pXn`TtCvqsCj~<{yNzN{xU}4dF5;X+ z@<{Z3cBzZ@7rN+Xx6#U0xHLQerfXn_J#M5>z{G3;bHK!W7R(6~a|8@sbhFzinwl2{bZI#$NTbz0C>XlgZL5)5Td_;m zXr(?Q82X;ZZljYU?Nt2IYCW!Nv{Eh_lDO#G8@tWiop$yFr!r_fuvdu2H$#{ zQSCIMR?yUe89>FfdvVPcF!ZKf(A)>670(NrX)turw}f^ZxvTlES&^itg{F#Wge$;w zX+FOsG&J((vQtLY;-Wa&ZB%37((J4d8k!w;n+ItjMw-SaG}TN~+Mf=gxs+*0S-3Pi z5uu^cZnsrZs*5yqm(bAswA&C$HuJfRG{#@B;UP4?K@fYnK%~ZBuTgaEwq=x>HHKfV z(G%2F@;WH|p;p^%O%{#u7hEK@+o~`vFSh8uBkZtN+bC1$cM=G*^MP+oF^TMIoB^3JsOvPZK(KNSMn0*%J zQ490$7UnV%z%a2Yhk`(VWut22@7MV32Lg{V`0`?m|Yg;TNdVd3uC9L zZ>sA$3v;7|*==DSv@lOvnE$Xam(gZos{I2NMzJvaEzBVcbJD_GN}H0YF299IS(y7R z%;Og3Wec;EHaAmUAGR=q7Un(+bI8KHXkqNMNt)_vwlE0`bGL>0j)i&J!n|T(E}`w$ zRD00E?6NRlGck`N$4*z?&@H`kb5LEcsNw#JQ6-R!jfGXEu0E(SYt!+F8cW1GmEln( z*%er&|23*-Q1<&4@sb61*@bSG6bNy3IiMLYZyqz#j@#W#Rm6YELSNmEY{5 zFSuqxRoart@I;5~hx6Mak&rSTQAX8}8m2!_7NXRmN4YC1{%U9mu-x!5H8g_mQPDl2 zSd>iCzwD?@so|uW9+lV$82yNjd~5dnvTU#~@l!4g_IK%j$}DhwCAhAlKW`e;b3TD> z@h47$x)fLH&!2@NT^D}5@dA%`?%XNWDnp^I$?%A>!1G|i%v$Hdf|)kX2hHdL2E;Tw zH2W;fmKkDt`qsvx7)7PfnFzWn1~G~c$9)}gl` zku(gux9wt)t?m-DUG~x1#($B4rIS~=vG^x1a)bFdFa8_4n}X~oD{odp`#sD&O0*b$ zWFmfzGXGNS=O~3zu>~5}###FIyJKD(BCE!-2Iyn!EzW;t^(~fN=pA&fLDqtu9J{s} zi?9tn5*{A*2ekdPSC-jnfDhG%c6t~K;7}C`t?SvarmZIwN~H%wT?=iTmNM&nkj0@R z5>DY{*Bzm0&{N+eSb8iz#SOyNwgog)5p&oFaM?Iylx&>NZ9$Y_o&)OjDK3@3fc73L3nR&<7E ziV|GmL@#WJ^F7yF*BEL;f64PZJt%o{4~1eQqai%*?Z#@!W6^;{NN$c!#KR-8h#^F@ zaB6DP(%KTn`z*cW7S`TCcV9@XwR#a>kiWx`d0$k)a-4{;LVcm_+hIGjZG1e0H{w(x z9v+UV6QMC5wWzo7ek_;lH?0C{LBZWsk>PME)r&U~c1Y1gve64UH55)N(NH{%_0!lo z!)7YWcqb)SDJ=f&O~JLp;ccm|UX!7wHr^P#)o&Q3cYFU_=91eW4aAO>OeSCsPCs^=q$@7w!OERoIvGy-sUM3C)G~F0G(AJ%;mgp&OJ` zdPJd0N^SXdzEVGz_Q&SZ%f7;|y616>EvW0}p>8n$HvIQ0!A{C3aRJW@zb*G0zR#Mo zrLy4%=kqDhqWvgcyl|9!FOm7%0QZ)^n3U2rix-m%m=cn@3rJ*98+)Y@x)R4e_J!3P zI2<+w{RCL_w8NMzvxjT(YiuRy5A=mft9)u~1kbr0%;tVQYqsW# z4B>~|1zo$IHS6R^I;AE?gs`Mz^^rt8jvs^fCe+y02@Dglh+rumN<_`(nxe7Po6Ebk zfHX&yF}AqP{hCR$K>RBO{~)VOFWr*D;@F9QBcOGoW>#(-iN#|h>5;y<1PwzZt2yZHI5|GDSR`mq*8@0SWg_w zikR`;UT$XM8*nTOi|76Tg}Ai5PG<6sL>ga=whzZ5AAR#08d#C_i7{UNh0M#o9Ygp| zs9l&dmw{0$E-PQyKV^_RT_gW%K*sN#D4QX^dn@@<= zTv8td`g}1DZxMbU;;sj#w1W4vUKjg!DOR^ujTi##L;ne@=D6XsLBm$_ye^16M$4O( zzQ}OGI3U{ftXbED2}j=rtXJY`&1^HiiZPSsGBW#KU5{T~u%EtX=lLQfo&9j$5v{Ka zwiWVbWkWQHLxv&Ta$~T=M49#Vq}QW_LD|6MI%8Hd>ph0964ncpNxv$ZOpIzy`(Rk) z%%ap#Vn;#Lr{&C|p;%P!E?=-y%b7&79LJXw+Au0Qs*MGPi^LK3@5DsS#xbX_KuseG zzA%X3rQh`LpyX!5KZ?QvOcG{WFDT1c`c$T(eWZo|D=H;fr1Ifd97|$VS8!Bq3I-Bb z%ZeoR{P3)q;_IKj#5Kj@qiOmh81?`ygw4UOBC^P&u~0CrBq#j6bwO2bG8E%9E2r1h z!sdG~#yD1-F}{_ty`X<6-V!QxG}E@_xdmcx<^nx><_)Rnp=@39ixj_SuN9TPP}dbp M=jy*=ouw217tRt>YXATM literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolyline.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolyline.cpp new file mode 100644 index 0000000..b653199 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolyline.cpp @@ -0,0 +1,245 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'vepolyline.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/vepolyline.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'vepolyline.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_VEPolyline_t { + QByteArrayData data[15]; + char stringdata[158]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_VEPolyline_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_VEPolyline_t qt_meta_stringdata_VEPolyline = { + { +QT_MOC_LITERAL(0, 0, 10), +QT_MOC_LITERAL(1, 11, 23), +QT_MOC_LITERAL(2, 35, 0), +QT_MOC_LITERAL(3, 36, 7), +QT_MOC_LITERAL(4, 44, 11), +QT_MOC_LITERAL(5, 56, 4), +QT_MOC_LITERAL(6, 61, 10), +QT_MOC_LITERAL(7, 72, 14), +QT_MOC_LITERAL(8, 87, 4), +QT_MOC_LITERAL(9, 92, 2), +QT_MOC_LITERAL(10, 95, 2), +QT_MOC_LITERAL(11, 98, 8), +QT_MOC_LITERAL(12, 107, 11), +QT_MOC_LITERAL(13, 119, 20), +QT_MOC_LITERAL(14, 140, 16) + }, + "VEPolyline\0previousPositionChanged\0\0" + "clicked\0VEPolyline*\0rect\0signalMove\0" + "QGraphicsItem*\0item\0dx\0dy\0slotMove\0" + "signalOwner\0checkForDeletePoints\0" + "previousPosition\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_VEPolyline[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 5, 14, // methods + 1, 58, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 3, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 0, 39, 2, 0x06, + 3, 1, 40, 2, 0x06, + 6, 3, 43, 2, 0x06, + + // slots: name, argc, parameters, tag, flags + 11, 3, 50, 2, 0x08, + 13, 0, 57, 2, 0x08, + + // signals: parameters + QMetaType::Void, + QMetaType::Void, 0x80000000 | 4, 5, + QMetaType::Void, 0x80000000 | 7, QMetaType::QReal, QMetaType::QReal, 8, 9, 10, + + // slots: parameters + QMetaType::Void, 0x80000000 | 7, QMetaType::QReal, QMetaType::QReal, 12, 9, 10, + QMetaType::Void, + + // properties: name, type, flags + 14, QMetaType::QPointF, 0x00495103, + + // properties: notify_signal_id + 0, + + 0 // eod +}; + +void VEPolyline::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + VEPolyline *_t = static_cast(_o); + switch (_id) { + case 0: _t->previousPositionChanged(); break; + case 1: _t->clicked((*reinterpret_cast< VEPolyline*(*)>(_a[1]))); break; + case 2: _t->signalMove((*reinterpret_cast< QGraphicsItem*(*)>(_a[1])),(*reinterpret_cast< qreal(*)>(_a[2])),(*reinterpret_cast< qreal(*)>(_a[3]))); break; + case 3: _t->slotMove((*reinterpret_cast< QGraphicsItem*(*)>(_a[1])),(*reinterpret_cast< qreal(*)>(_a[2])),(*reinterpret_cast< qreal(*)>(_a[3]))); break; + case 4: _t->checkForDeletePoints(); break; + default: ; + } + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 1: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< VEPolyline* >(); break; + } + break; + case 2: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QGraphicsItem* >(); break; + } + break; + case 3: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QGraphicsItem* >(); break; + } + break; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + void **func = reinterpret_cast(_a[1]); + { + typedef void (VEPolyline::*_t)(); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEPolyline::previousPositionChanged)) { + *result = 0; + } + } + { + typedef void (VEPolyline::*_t)(VEPolyline * ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEPolyline::clicked)) { + *result = 1; + } + } + { + typedef void (VEPolyline::*_t)(QGraphicsItem * , qreal , qreal ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEPolyline::signalMove)) { + *result = 2; + } + } + } +} + +const QMetaObject VEPolyline::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_VEPolyline.data, + qt_meta_data_VEPolyline, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *VEPolyline::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *VEPolyline::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_VEPolyline.stringdata)) + return static_cast(const_cast< VEPolyline*>(this)); + if (!strcmp(_clname, "QGraphicsPathItem")) + return static_cast< QGraphicsPathItem*>(const_cast< VEPolyline*>(this)); + return QObject::qt_metacast(_clname); +} + +int VEPolyline::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 5) + qt_static_metacall(this, _c, _id, _a); + _id -= 5; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 5) + qt_static_metacall(this, _c, _id, _a); + _id -= 5; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPointF*>(_v) = previousPosition(); break; + } + _id -= 1; + } else if (_c == QMetaObject::WriteProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: setPreviousPosition(*reinterpret_cast< QPointF*>(_v)); break; + } + _id -= 1; + } else if (_c == QMetaObject::ResetProperty) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 1; + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void VEPolyline::previousPositionChanged() +{ + QMetaObject::activate(this, &staticMetaObject, 0, 0); +} + +// SIGNAL 1 +void VEPolyline::clicked(VEPolyline * _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} + +// SIGNAL 2 +void VEPolyline::signalMove(QGraphicsItem * _t1, qreal _t2, qreal _t3) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)), const_cast(reinterpret_cast(&_t3)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolyline.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolyline.o new file mode 100644 index 0000000000000000000000000000000000000000..2f691c2f33e81981b1bd3227f53ff922caa4e18b GIT binary patch literal 23028 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 Q1_^IRsYXOzp^F~=f7ve +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'vepolylinesettings.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_VEPolyLineSettings_t { + QByteArrayData data[17]; + char stringdata[187]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_VEPolyLineSettings_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_VEPolyLineSettings_t qt_meta_stringdata_VEPolyLineSettings = { + { +QT_MOC_LITERAL(0, 0, 18), +QT_MOC_LITERAL(1, 19, 16), +QT_MOC_LITERAL(2, 36, 0), +QT_MOC_LITERAL(3, 37, 5), +QT_MOC_LITERAL(4, 43, 16), +QT_MOC_LITERAL(5, 60, 5), +QT_MOC_LITERAL(6, 66, 12), +QT_MOC_LITERAL(7, 79, 12), +QT_MOC_LITERAL(8, 92, 11), +QT_MOC_LITERAL(9, 104, 11), +QT_MOC_LITERAL(10, 116, 8), +QT_MOC_LITERAL(11, 125, 12), +QT_MOC_LITERAL(12, 138, 8), +QT_MOC_LITERAL(13, 147, 10), +QT_MOC_LITERAL(14, 158, 7), +QT_MOC_LITERAL(15, 166, 9), +QT_MOC_LITERAL(16, 176, 9) + }, + "VEPolyLineSettings\0lineColorChanged\0" + "\0color\0lineWidthChanged\0width\0" + "setLineColor\0setLineWidth\0newPolyline\0" + "VEPolyline*\0polyline\0loadPolyline\0" + "deselect\0setVisible\0visible\0lineColor\0" + "lineWidth\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_VEPolyLineSettings[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 8, 14, // methods + 2, 76, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 2, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 54, 2, 0x06, + 4, 1, 57, 2, 0x06, + + // slots: name, argc, parameters, tag, flags + 6, 1, 60, 2, 0x0a, + 7, 1, 63, 2, 0x0a, + 8, 1, 66, 2, 0x0a, + 11, 1, 69, 2, 0x0a, + 12, 0, 72, 2, 0x0a, + 13, 1, 73, 2, 0x0a, + + // signals: parameters + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::Int, 5, + + // slots: parameters + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::Int, 5, + QMetaType::Void, 0x80000000 | 9, 10, + QMetaType::Void, 0x80000000 | 9, 10, + QMetaType::Void, + QMetaType::Void, QMetaType::Bool, 14, + + // properties: name, type, flags + 15, QMetaType::QColor, 0x00495103, + 16, QMetaType::Int, 0x00495103, + + // properties: notify_signal_id + 0, + 1, + + 0 // eod +}; + +void VEPolyLineSettings::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + VEPolyLineSettings *_t = static_cast(_o); + switch (_id) { + case 0: _t->lineColorChanged((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 1: _t->lineWidthChanged((*reinterpret_cast< const int(*)>(_a[1]))); break; + case 2: _t->setLineColor((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 3: _t->setLineWidth((*reinterpret_cast< const int(*)>(_a[1]))); break; + case 4: _t->newPolyline((*reinterpret_cast< VEPolyline*(*)>(_a[1]))); break; + case 5: _t->loadPolyline((*reinterpret_cast< VEPolyline*(*)>(_a[1]))); break; + case 6: _t->deselect(); break; + case 7: _t->setVisible((*reinterpret_cast< bool(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + void **func = reinterpret_cast(_a[1]); + { + typedef void (VEPolyLineSettings::*_t)(const QColor & ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEPolyLineSettings::lineColorChanged)) { + *result = 0; + } + } + { + typedef void (VEPolyLineSettings::*_t)(const int & ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEPolyLineSettings::lineWidthChanged)) { + *result = 1; + } + } + } +} + +const QMetaObject VEPolyLineSettings::staticMetaObject = { + { &QWidget::staticMetaObject, qt_meta_stringdata_VEPolyLineSettings.data, + qt_meta_data_VEPolyLineSettings, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *VEPolyLineSettings::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *VEPolyLineSettings::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_VEPolyLineSettings.stringdata)) + return static_cast(const_cast< VEPolyLineSettings*>(this)); + return QWidget::qt_metacast(_clname); +} + +int VEPolyLineSettings::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QWidget::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 8) + qt_static_metacall(this, _c, _id, _a); + _id -= 8; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 8) + *reinterpret_cast(_a[0]) = -1; + _id -= 8; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QColor*>(_v) = lineColor(); break; + case 1: *reinterpret_cast< int*>(_v) = lineWidth(); break; + } + _id -= 2; + } else if (_c == QMetaObject::WriteProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: setLineColor(*reinterpret_cast< QColor*>(_v)); break; + case 1: setLineWidth(*reinterpret_cast< int*>(_v)); break; + } + _id -= 2; + } else if (_c == QMetaObject::ResetProperty) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 2; + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void VEPolyLineSettings::lineColorChanged(const QColor & _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void VEPolyLineSettings::lineWidthChanged(const int & _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolylinesettings.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_vepolylinesettings.o new file mode 100644 index 0000000000000000000000000000000000000000..acaf724d84c16a40692d170936312101928ebaad GIT binary patch literal 11132 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 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectangle.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectangle.cpp new file mode 100644 index 0000000..46a85d9 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectangle.cpp @@ -0,0 +1,248 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'verectangle.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/verectangle.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'verectangle.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_VERectangle_t { + QByteArrayData data[13]; + char stringdata[130]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_VERectangle_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_VERectangle_t qt_meta_stringdata_VERectangle = { + { +QT_MOC_LITERAL(0, 0, 11), +QT_MOC_LITERAL(1, 12, 11), +QT_MOC_LITERAL(2, 24, 0), +QT_MOC_LITERAL(3, 25, 12), +QT_MOC_LITERAL(4, 38, 4), +QT_MOC_LITERAL(5, 43, 23), +QT_MOC_LITERAL(6, 67, 7), +QT_MOC_LITERAL(7, 75, 10), +QT_MOC_LITERAL(8, 86, 14), +QT_MOC_LITERAL(9, 101, 4), +QT_MOC_LITERAL(10, 106, 2), +QT_MOC_LITERAL(11, 109, 2), +QT_MOC_LITERAL(12, 112, 16) + }, + "VERectangle\0rectChanged\0\0VERectangle*\0" + "rect\0previousPositionChanged\0clicked\0" + "signalMove\0QGraphicsItem*\0item\0dx\0dy\0" + "previousPosition\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_VERectangle[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 4, 14, // methods + 1, 48, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 4, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 34, 2, 0x06, + 5, 0, 37, 2, 0x06, + 6, 1, 38, 2, 0x06, + 7, 3, 41, 2, 0x06, + + // signals: parameters + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, 0x80000000 | 8, QMetaType::QReal, QMetaType::QReal, 9, 10, 11, + + // properties: name, type, flags + 12, QMetaType::QPointF, 0x00495103, + + // properties: notify_signal_id + 1, + + 0 // eod +}; + +void VERectangle::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + VERectangle *_t = static_cast(_o); + switch (_id) { + case 0: _t->rectChanged((*reinterpret_cast< VERectangle*(*)>(_a[1]))); break; + case 1: _t->previousPositionChanged(); break; + case 2: _t->clicked((*reinterpret_cast< VERectangle*(*)>(_a[1]))); break; + case 3: _t->signalMove((*reinterpret_cast< QGraphicsItem*(*)>(_a[1])),(*reinterpret_cast< qreal(*)>(_a[2])),(*reinterpret_cast< qreal(*)>(_a[3]))); break; + default: ; + } + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< VERectangle* >(); break; + } + break; + case 2: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< VERectangle* >(); break; + } + break; + case 3: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QGraphicsItem* >(); break; + } + break; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + void **func = reinterpret_cast(_a[1]); + { + typedef void (VERectangle::*_t)(VERectangle * ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VERectangle::rectChanged)) { + *result = 0; + } + } + { + typedef void (VERectangle::*_t)(); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VERectangle::previousPositionChanged)) { + *result = 1; + } + } + { + typedef void (VERectangle::*_t)(VERectangle * ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VERectangle::clicked)) { + *result = 2; + } + } + { + typedef void (VERectangle::*_t)(QGraphicsItem * , qreal , qreal ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VERectangle::signalMove)) { + *result = 3; + } + } + } +} + +const QMetaObject VERectangle::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_VERectangle.data, + qt_meta_data_VERectangle, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *VERectangle::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *VERectangle::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_VERectangle.stringdata)) + return static_cast(const_cast< VERectangle*>(this)); + if (!strcmp(_clname, "QGraphicsRectItem")) + return static_cast< QGraphicsRectItem*>(const_cast< VERectangle*>(this)); + return QObject::qt_metacast(_clname); +} + +int VERectangle::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPointF*>(_v) = previousPosition(); break; + } + _id -= 1; + } else if (_c == QMetaObject::WriteProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: setPreviousPosition(*reinterpret_cast< QPointF*>(_v)); break; + } + _id -= 1; + } else if (_c == QMetaObject::ResetProperty) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 1; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 1; + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void VERectangle::rectChanged(VERectangle * _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void VERectangle::previousPositionChanged() +{ + QMetaObject::activate(this, &staticMetaObject, 1, 0); +} + +// SIGNAL 2 +void VERectangle::clicked(VERectangle * _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} + +// SIGNAL 3 +void VERectangle::signalMove(QGraphicsItem * _t1, qreal _t2, qreal _t3) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)), const_cast(reinterpret_cast(&_t3)) }; + QMetaObject::activate(this, &staticMetaObject, 3, _a); +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectangle.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectangle.o new file mode 100644 index 0000000000000000000000000000000000000000..4685294b60fc1830381a3f4e039ad55ab126b633 GIT binary patch literal 23576 zcmeHP4Rl+@m432>Vr*45#0^O?R80j9Aq{%A{MV*i8(YDyokWh^qz6(IMN$$4TXv-< zV+Xo8$O=)FwBFsYTecKJOQE~aZhz7)Ezp`c#Ayjzpxs@1`WHA|PP|Farl;K&;w|3q z&dhsyPfvDY$Mo!;!<@W%_ucvC&Ye4V?#w(rr^B*JqIB*WNqU}9Hp^-yGN>?`XN{Li z((mn(G<+3*Zo|zb`M0hP2bG`>w-mIuT#{~fai$fwM#(d_dRrpFIWy@f{W?r z^_tp!3b?yngwo+^stxiQQFa2j{VotlMYx!}TDgWXMAnGA<1$G)NjxXq!@%iNV>xgQwX&W^xGxvN$sWT17X$Y=aK+1cZPE|&8gGz2wR%S&I~+F4 zBb>oeN!}Q6l_q(ztXGiia=f5CxmrKK)b7i`d4xPRFPVOFogU``?$-t7RmplB$+KM{ zN$XAWs=N&-QxjZ3DhE!VxLvC1Jvt`!!(9+pZEzSDa9-egM7uOTjpgt^x!O39F!0^L z9Td0^=5RH72c)s-UW!bY;4dVvwpPbm1$rNFuev#t`4zLDw?=Ol!W{C zodoU=CS0w-uL$Q@h77TpQm)-P!}t=e9=H+{uD&Y2A7S7sOt=PFkLxeOd;{)kfh&c4 zZkGmwycSZb60sv+UX{lXun5-z+~1mTm>?uWq(*sm6Y@03Hv@|`YEP9C0(nKLzH|Z? zvGMExO|w(N-Ntwh_cS6H>Kt8l#3mj1Hlxo}qTE3w;c3_k;48;3usw`Mq5Asv)?{1U zEoj39C~K2Ur?m<|zI8Nt zXST`l3n|-FOqne!{bGx|5mzfT_5-8!0L`y~8f$Rx#+}ss81AjOZ^50^cVtK0!@LR~ z5Sun2J-6H%`1tsN0V(ymL%A&VdP&)cl~g&(3z$lF7%FwnS~ju{R!+ZEHsS#yYnhOy zkyIqpQLmd}L|WYS(4}7JsMjfD(uMn1PUXTrl3xvarPo3qlOE`|ew4k?!+Rlmkf3FI z>RqT_HnJKf$d>Opx0OBB;%U#hQASUppL@=|Ky>=pn`qx}BUPRRIbkIaoBSHc?W0UD z8u)PnvFVVN(=REDGD{{u4c2!6mAD&a*%mUh1!HG(XC_WjNp>-uYY;PxoK8*p8 z4X18jIow`4Ob#~rIdh>~D&O1_4&)30jlCtn{bvs>Jr^v{$oa`Us~j?ZT*c{R)f`TH~nze8L8 z%rAfUNb(&Ae8s7wl@zkEjv_#K9zqd%IYNie5Rg3O!}TZO;6N z79-y`W$SfqZ%h$7|Y)Ra~6rlxG8 z%IehACCYWFDZAoMO)VN#u1-xAE6Y+-rO7MOW7|iQ&g_zjA{cvGtoNrZsiPjKcElka zP_D&#WBtoUa8jpioS7cWE=m40TLNt=5iPPGv1K~kw(LiWaVySlbY$Mhbh{nQqNy{q zFjt;_4A^4yfOZ@_NFdsw;M85OW4sCR0Ghe$K0S=083jdxeN4b66{v~!uP#e}6cmaN zbg*^3QZ#3S7r97aW-%ytri&OWGF`>Et;%#cCa*@dQA0vAk_!Xchx=6pn7D}HW zp%{{}Xeh-Pa$ENDOt~JTr>Wlg@RQVzu7Uh#_`p*5fC~!&nG8eiWSz_|&XlK)F1=-( zJxwre*|Sa-kr!J(b*3_F$(E;IN?wIgGp-T2HNA2?b#7YuOo8rO#ozYODO^NinR_2~JMnVelm^Eh37UdO@VV$^W*gbh= z>LX#OoUY}#D7Zi^iS(g#4K9^Oe8OF;<58Owm9EqAuIIdAl1+5}b1_~|ku16{#Z`if z&Mh=2-i6EB*~Z!dX-IJHX~I#WosRzbgm|VhO2=_gIomaWrhN@PlTMUq^H0y}QT8$M ztlIFK;+b@#q?VICDLsNqFYim@nQTSr?{QJN`g}k-q*FIj1&CjaLIBkCryWf~rO10%uac0=Q zGj-IPdHI%G$0@Xlvz}?9s{5nUCrqmy%~4Z-*yffxCH8>o26t5k8{A_e{$O>c1JT}> zV2tmQyJucZ{lFsjxP&ZgeG$9cZvF1o`&RF6DZY}vFQ0xj+g`lq75L>{4aWyArxU_5JbagC@MHxjvEf)Xc^w{1My0VhJwm2s ziP@Ja#TOG&PfeKPEY)>x*tQG4O%Ezht~NwEjZc`W+RmnJ2_+s3DQYzA+8OMRsNqkQ zL0Gv?lcPmQS=P_0T$_Yf=c0Dk3q$!+CtUsUJ{rL5T;A37tJyMAA+)pX-Y8k_EVf+fu-W!u zrci97ut2dwwef{umk4h5iqs{|&S6W@LnY3Nrg3L^(=n%`X~J3D^sLj?QrcO7+f*7U z$SrCqz-}$QtpK;Fw5X#nd)zrl>a;uWq}v95vp#4k#71|>{|=&m1|FAL3^BQaAUp#i5O$!yrZF1=N+)?6m!2ZQB9uvv>57dk@8&Rg}w3&Q_f)10pR+ZV|tcU1!X6p?s zFX~4#Fd%EjS4!i17cRR*N8xrx-K0@|P{WLOyT+quy6n%vOQ(@@9=*xr zyq7_7-YXif4gSP=y`VVma~khqjrXF)`)`d`jHSJewYEf~mTMHfPvoTmQ1tVhUHSwl z-rDV;(v0^>P7)7TwF1Z90m+S_`+pPx0wQm5GW;H$xirZivC~kwhL2(<5g5oy#0w`{S zuYlrGo&`lG2fOq%%MwIuuIXPOrYwh)3TZ8k1FZHNA+n?m*KKY$B=WKUj)Twbn&RQFCsl_OUe zMZdA_W)zivl2KHb`%BJqs0QcJ==~kTQQglnitKbBqg=@8#Ed9_{Bw+2f&6|(twR2J zMtP7wz$h>B2N_k5{1BtoAb*HajmW>is21d3WK=8ihZ)s@oW{;B`H?@usBYwsGHMHQ z-lMIczRY-GQKQHYGwL96@+dpA*tZ!)HlfwT&U*a>qo`kWxV1BVzso4n=t)LVn@=%{ zq>^9SC8|fSRqd?g`-~bxPM2Leiu@Ty9Y=nIQ74d(GwKE8gs`(+=(CJ^8Tm0r{T%rO zqfR2H`gZBp$bZ17Q^qU=(>Fr!LhfhenlY6wPanBVVhK zyvRA#p;2LtqVeFRg`dyBjV}JX-V1vjU?$;#e${XekV9KaI6-xWG<;s z?U!<%4H_0PIXR3cbfMK;PQQ7RS$~mWDAcvK7mT(}A+f1!Ls$tYxuM5s1R;zGZ z8!5OVEh3#6^{C)bhpn`j>)sfu8ct~#wbn<-eUM1?nQ9%y)k5Q~>Yk(Qw8S8lXsvG&9O~XowZ5WZ)Lu*r z4t2(AS%W+`_-d=mXi_0Lw6<0Y4&AJl6ReC7l+;>L4WqX8px}_tTP@^`xnvdOq`;Kp z*=nIZIn869RLSqBLZos{pB}-f0Cy(I^mA1s#X{{-S4{gl95Hw&g&EKn;M zrjc@7JgGJe3e5FjTP@v`3q)>o>DyOIGzwNrm~wh#NtJU-VCb3i-a+93i3W*tHVO`z zl5-9T4t0iezA88*j&q(89J+DNi-JQlf^%LI9Ev2IQ%r?O6gN0$rQlGM;GAZ`p_srq zTLgz90O#}x4$XJYxm$2(c5}|Xf&+%&jGH)rFmc{Z%Ch7VwQ4kuDko^-ykg?msf!|U zeXcigcAGf&n>bIIIIo&Gb~2u!tq+?x+fAHN11Au;Io#tP5K^e`;KXj#X~0=h+p0Hl)|)uHOq@{@=Lr+%q={qI7BRK; z8%&&AO`Q8poS&IEmE@#`eg#dOLnh9zOq{F8wGDE5Oq_d6oG+L-VP(zFOq}OT92+eZEU9v?H*tncocm0i=S-a6n>cHh=eKp2iF3rnvC$I5lB!{oi4!+* z9yW1KnK;+e!ex-$XW~3y;{3?OSxk$YLCz)<=YA9CH4|q!Er13&A2)ICH*wCIIQ6th z8swx6oWpoxdntF|=Joi2RaqBNg55*?5q~^75L6;n)txG5Z88?3ZxLD}J^hh*n?LVo z-HvUt&sX0PK}bo46d$6~0?KV@?u%)H{q6IYt^c`r;WRc$ee3kCZHe?ml*j_xcLAiD zY*5=AkHCX`7c*SOF9+Cw6&CC1ym3g0G{xh=p%&Q(|JV@<1tNo?NWT(Lg4^&mCFhN@ z=F)9plNN?HG=W6S zxw&fNlVzQDdP(zEE?*=&%RsyCHtll`e!d}IR{>sIUM!Gw@R^I+X8rg>C*lHeZG}D% z(TO=q1I? zYxUO0!;8?mQ25ftZ&mU|`HRWsh5)HHu`rG}vuIQNH8ece7?)>|c?UMBw=WbJh|tHD z?6b?&p?<_(Et)Uv#KaNo|I-d?VbnEG!+BcQ`rl z)djYNP*f*wzADZhBj=&y`31Hc7H-)?`zij}DmHtpMg1_#vhHJTpT8?$hE!G0@WFN= zd3E9=?!uyEPwv}pU;Y^@9G-Xd()Y-;kDiB>XO*{*zMwlr%tOsW&Y+W+Q#5}8V{PR# zbMQH@Xxy!I$A=3$dC>pzfVF!8&Iwvvp8smf`Y`|MxOa!YtjoxuZ%w&jw6lb7!Ns4|;UkH4N1( z2ff1Y7IKGsetv%YAjmh}ZyyBnmvO%SzI_nPdo@(>)tliQIqzkoKm@Jjs|3B>7JEMe zUHn4Jh0I%1^8%-P3kTV{_iyxMdh^C0d4{EqbX2{us0gg4H~W8Dq6ft<-=KzKPh8BVdR#7 ze|uLzEcaR!PbYtAOyWJ^2zCU0A@H@xKZRgsa;EqJw`mR7dHAhcAv}v${PFG_=L#QX1NUX;@N_Iw3l|=hFd&r5M z!FVJbh$XSf&`HuONv9)bG#Vh^E=?(epxP#GR{VOjp`U(3^35c!HrU@EiG}k_r*BY2 z(AG)STHW8t1t+x$mD@aNo3L3h=hK$h!3lW7C|_k-B>KI$uc z+yJXWl|=M{ka8d}&|47t(b(WYmY{0p3qMG>0%DotUVfWawwTl`g#ShpkmdbzE}*e3)lB4(d|P%Oh|sxL&VwH z7dDEk4M!8_hZ~}u?Cr&0bw}tAw}lo}UhR)syF!r|icrqVSYyW8HLNy(iZ*=yxwKy;GXX7qN&KMJOn-_#A1!KjqW5uMjE0^MZN3hz44`>Uo()*_j!1Au z6V6)Q%c{>Z0JGNi(4W`yKgP$Y%lL9Zu2=tpnf`cLfHt<*cWw&Cqd`6cx_8Fv1IAgZ zPNzae>YU1JsV*2E2*yGYUzGVsdx0Oehwba_zN-4BhS1Kk*lJK4cii-B$l!phiHK`wmGv6J$?PbPbBfHawMn* zLbLdqe$vh7uh*1phd*~ILp>3`*6F{xzS%nQrOjNdJ znrajX4)R>%XdxMMjE03oa5W6$mA9njN7Ou*slF{Tq+ik+I@=>dGux^LaN`nYtWZ$L zIj)<9WXy5pE+k^^>u&)m^InAW%za-mH}soT9bSSbvf}6~mrLb=kVk zwmhZ?tavkq1@gX0J=(W1qoK4jW^k2T%H5iLdZbqyBk%(NENcQ*l#g&9_P>IA6 kbVkWv;2Uy9+$sgcRAI}VgUuo#Z(~qUsRjgOp^F~=zehZ>6aWAK literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectanglesettings.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectanglesettings.cpp new file mode 100644 index 0000000..376ba71 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectanglesettings.cpp @@ -0,0 +1,281 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'verectanglesettings.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/verectanglesettings.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'verectanglesettings.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_VERectangleSettings_t { + QByteArrayData data[25]; + char stringdata[294]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_VERectangleSettings_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_VERectangleSettings_t qt_meta_stringdata_VERectangleSettings = { + { +QT_MOC_LITERAL(0, 0, 19), +QT_MOC_LITERAL(1, 20, 14), +QT_MOC_LITERAL(2, 35, 0), +QT_MOC_LITERAL(3, 36, 5), +QT_MOC_LITERAL(4, 42, 14), +QT_MOC_LITERAL(5, 57, 18), +QT_MOC_LITERAL(6, 76, 18), +QT_MOC_LITERAL(7, 95, 5), +QT_MOC_LITERAL(8, 101, 10), +QT_MOC_LITERAL(9, 112, 10), +QT_MOC_LITERAL(10, 123, 14), +QT_MOC_LITERAL(11, 138, 14), +QT_MOC_LITERAL(12, 153, 12), +QT_MOC_LITERAL(13, 166, 12), +QT_MOC_LITERAL(14, 179, 4), +QT_MOC_LITERAL(15, 184, 13), +QT_MOC_LITERAL(16, 198, 8), +QT_MOC_LITERAL(17, 207, 10), +QT_MOC_LITERAL(18, 218, 7), +QT_MOC_LITERAL(19, 226, 20), +QT_MOC_LITERAL(20, 247, 5), +QT_MOC_LITERAL(21, 253, 7), +QT_MOC_LITERAL(22, 261, 7), +QT_MOC_LITERAL(23, 269, 11), +QT_MOC_LITERAL(24, 281, 11) + }, + "VERectangleSettings\0color_1Changed\0\0" + "color\0color_2Changed\0borderColorChanged\0" + "borderWidthChanged\0width\0setColor_1\0" + "setColor_2\0setBorderColor\0setBorderWidth\0" + "newRectangle\0VERectangle*\0rect\0" + "loadRectangle\0deselect\0setVisible\0" + "visible\0comboBoxIndexChanged\0index\0" + "color_1\0color_2\0borderColor\0borderWidth\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_VERectangleSettings[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 13, 14, // methods + 4, 116, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 4, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 79, 2, 0x06, + 4, 1, 82, 2, 0x06, + 5, 1, 85, 2, 0x06, + 6, 1, 88, 2, 0x06, + + // slots: name, argc, parameters, tag, flags + 8, 1, 91, 2, 0x0a, + 9, 1, 94, 2, 0x0a, + 10, 1, 97, 2, 0x0a, + 11, 1, 100, 2, 0x0a, + 12, 1, 103, 2, 0x0a, + 15, 1, 106, 2, 0x0a, + 16, 0, 109, 2, 0x0a, + 17, 1, 110, 2, 0x0a, + 19, 1, 113, 2, 0x08, + + // signals: parameters + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::Int, 7, + + // slots: parameters + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::QColor, 3, + QMetaType::Void, QMetaType::Int, 7, + QMetaType::Void, 0x80000000 | 13, 14, + QMetaType::Void, 0x80000000 | 13, 14, + QMetaType::Void, + QMetaType::Void, QMetaType::Bool, 18, + QMetaType::Void, QMetaType::Int, 20, + + // properties: name, type, flags + 21, QMetaType::QColor, 0x00495103, + 22, QMetaType::QColor, 0x00495103, + 23, QMetaType::QColor, 0x00495103, + 24, QMetaType::Int, 0x00495103, + + // properties: notify_signal_id + 0, + 1, + 2, + 3, + + 0 // eod +}; + +void VERectangleSettings::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + VERectangleSettings *_t = static_cast(_o); + switch (_id) { + case 0: _t->color_1Changed((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 1: _t->color_2Changed((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 2: _t->borderColorChanged((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 3: _t->borderWidthChanged((*reinterpret_cast< const int(*)>(_a[1]))); break; + case 4: _t->setColor_1((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 5: _t->setColor_2((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 6: _t->setBorderColor((*reinterpret_cast< const QColor(*)>(_a[1]))); break; + case 7: _t->setBorderWidth((*reinterpret_cast< const int(*)>(_a[1]))); break; + case 8: _t->newRectangle((*reinterpret_cast< VERectangle*(*)>(_a[1]))); break; + case 9: _t->loadRectangle((*reinterpret_cast< VERectangle*(*)>(_a[1]))); break; + case 10: _t->deselect(); break; + case 11: _t->setVisible((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 12: _t->comboBoxIndexChanged((*reinterpret_cast< int(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + void **func = reinterpret_cast(_a[1]); + { + typedef void (VERectangleSettings::*_t)(const QColor & ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VERectangleSettings::color_1Changed)) { + *result = 0; + } + } + { + typedef void (VERectangleSettings::*_t)(const QColor & ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VERectangleSettings::color_2Changed)) { + *result = 1; + } + } + { + typedef void (VERectangleSettings::*_t)(const QColor & ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VERectangleSettings::borderColorChanged)) { + *result = 2; + } + } + { + typedef void (VERectangleSettings::*_t)(const int & ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VERectangleSettings::borderWidthChanged)) { + *result = 3; + } + } + } +} + +const QMetaObject VERectangleSettings::staticMetaObject = { + { &QWidget::staticMetaObject, qt_meta_stringdata_VERectangleSettings.data, + qt_meta_data_VERectangleSettings, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *VERectangleSettings::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *VERectangleSettings::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_VERectangleSettings.stringdata)) + return static_cast(const_cast< VERectangleSettings*>(this)); + return QWidget::qt_metacast(_clname); +} + +int VERectangleSettings::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QWidget::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 13) + qt_static_metacall(this, _c, _id, _a); + _id -= 13; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 13) + *reinterpret_cast(_a[0]) = -1; + _id -= 13; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QColor*>(_v) = color_1(); break; + case 1: *reinterpret_cast< QColor*>(_v) = color_2(); break; + case 2: *reinterpret_cast< QColor*>(_v) = borderColor(); break; + case 3: *reinterpret_cast< int*>(_v) = borderWidth(); break; + } + _id -= 4; + } else if (_c == QMetaObject::WriteProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: setColor_1(*reinterpret_cast< QColor*>(_v)); break; + case 1: setColor_2(*reinterpret_cast< QColor*>(_v)); break; + case 2: setBorderColor(*reinterpret_cast< QColor*>(_v)); break; + case 3: setBorderWidth(*reinterpret_cast< int*>(_v)); break; + } + _id -= 4; + } else if (_c == QMetaObject::ResetProperty) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 4; + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + if (_id < 4) + *reinterpret_cast(_a[0]) = -1; + _id -= 4; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void VERectangleSettings::color_1Changed(const QColor & _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void VERectangleSettings::color_2Changed(const QColor & _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} + +// SIGNAL 2 +void VERectangleSettings::borderColorChanged(const QColor & _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} + +// SIGNAL 3 +void VERectangleSettings::borderWidthChanged(const int & _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 3, _a); +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectanglesettings.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_verectanglesettings.o new file mode 100644 index 0000000000000000000000000000000000000000..2d6844e4af7f4886200ab207cdf6dfc5f8bc6974 GIT binary patch literal 12988 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 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veselectionrect.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veselectionrect.cpp new file mode 100644 index 0000000..4ea397c --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veselectionrect.cpp @@ -0,0 +1,90 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'veselectionrect.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/veselectionrect.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'veselectionrect.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_VESelectionRect_t { + QByteArrayData data[1]; + char stringdata[17]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_VESelectionRect_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_VESelectionRect_t qt_meta_stringdata_VESelectionRect = { + { +QT_MOC_LITERAL(0, 0, 15) + }, + "VESelectionRect\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_VESelectionRect[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void VESelectionRect::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +const QMetaObject VESelectionRect::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_VESelectionRect.data, + qt_meta_data_VESelectionRect, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *VESelectionRect::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *VESelectionRect::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_VESelectionRect.stringdata)) + return static_cast(const_cast< VESelectionRect*>(this)); + if (!strcmp(_clname, "QGraphicsRectItem")) + return static_cast< QGraphicsRectItem*>(const_cast< VESelectionRect*>(this)); + return QObject::qt_metacast(_clname); +} + +int VESelectionRect::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veselectionrect.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veselectionrect.o new file mode 100644 index 0000000000000000000000000000000000000000..95a51406b29c5cbea212b527c4173325570b73fb GIT binary patch literal 8904 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 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplace.cpp b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplace.cpp new file mode 100644 index 0000000..638169c --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplace.cpp @@ -0,0 +1,238 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'veworkplace.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../vector-editor_changed/src/veworkplace.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'veworkplace.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_VEWorkplace_t { + QByteArrayData data[15]; + char stringdata[188]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_VEWorkplace_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_VEWorkplace_t qt_meta_stringdata_VEWorkplace = { + { +QT_MOC_LITERAL(0, 0, 11), +QT_MOC_LITERAL(1, 12, 23), +QT_MOC_LITERAL(2, 36, 0), +QT_MOC_LITERAL(3, 37, 20), +QT_MOC_LITERAL(4, 58, 16), +QT_MOC_LITERAL(5, 75, 14), +QT_MOC_LITERAL(6, 90, 4), +QT_MOC_LITERAL(7, 95, 19), +QT_MOC_LITERAL(8, 115, 13), +QT_MOC_LITERAL(9, 129, 8), +QT_MOC_LITERAL(10, 138, 11), +QT_MOC_LITERAL(11, 150, 2), +QT_MOC_LITERAL(12, 153, 2), +QT_MOC_LITERAL(13, 156, 13), +QT_MOC_LITERAL(14, 170, 16) + }, + "VEWorkplace\0previousPositionChanged\0" + "\0currentActionChanged\0signalSelectItem\0" + "QGraphicsItem*\0item\0signalNewSelectItem\0" + "deselectItems\0slotMove\0signalOwner\0" + "dx\0dy\0currentAction\0previousPosition\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_VEWorkplace[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 6, 14, // methods + 2, 62, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 4, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 0, 44, 2, 0x06, + 3, 1, 45, 2, 0x06, + 4, 1, 48, 2, 0x06, + 7, 1, 51, 2, 0x06, + + // slots: name, argc, parameters, tag, flags + 8, 0, 54, 2, 0x08, + 9, 3, 55, 2, 0x0a, + + // signals: parameters + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 2, + QMetaType::Void, 0x80000000 | 5, 6, + QMetaType::Void, 0x80000000 | 5, 6, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, 0x80000000 | 5, QMetaType::QReal, QMetaType::QReal, 10, 11, 12, + + // properties: name, type, flags + 13, QMetaType::Int, 0x00495103, + 14, QMetaType::QPointF, 0x00495103, + + // properties: notify_signal_id + 1, + 0, + + 0 // eod +}; + +void VEWorkplace::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + VEWorkplace *_t = static_cast(_o); + switch (_id) { + case 0: _t->previousPositionChanged(); break; + case 1: _t->currentActionChanged((*reinterpret_cast< int(*)>(_a[1]))); break; + case 2: _t->signalSelectItem((*reinterpret_cast< QGraphicsItem*(*)>(_a[1]))); break; + case 3: _t->signalNewSelectItem((*reinterpret_cast< QGraphicsItem*(*)>(_a[1]))); break; + case 4: _t->deselectItems(); break; + case 5: _t->slotMove((*reinterpret_cast< QGraphicsItem*(*)>(_a[1])),(*reinterpret_cast< qreal(*)>(_a[2])),(*reinterpret_cast< qreal(*)>(_a[3]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + void **func = reinterpret_cast(_a[1]); + { + typedef void (VEWorkplace::*_t)(); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEWorkplace::previousPositionChanged)) { + *result = 0; + } + } + { + typedef void (VEWorkplace::*_t)(int ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEWorkplace::currentActionChanged)) { + *result = 1; + } + } + { + typedef void (VEWorkplace::*_t)(QGraphicsItem * ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEWorkplace::signalSelectItem)) { + *result = 2; + } + } + { + typedef void (VEWorkplace::*_t)(QGraphicsItem * ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&VEWorkplace::signalNewSelectItem)) { + *result = 3; + } + } + } +} + +const QMetaObject VEWorkplace::staticMetaObject = { + { &QGraphicsScene::staticMetaObject, qt_meta_stringdata_VEWorkplace.data, + qt_meta_data_VEWorkplace, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *VEWorkplace::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *VEWorkplace::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_VEWorkplace.stringdata)) + return static_cast(const_cast< VEWorkplace*>(this)); + return QGraphicsScene::qt_metacast(_clname); +} + +int VEWorkplace::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QGraphicsScene::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 6) + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 6) + *reinterpret_cast(_a[0]) = -1; + _id -= 6; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< int*>(_v) = currentAction(); break; + case 1: *reinterpret_cast< QPointF*>(_v) = previousPosition(); break; + } + _id -= 2; + } else if (_c == QMetaObject::WriteProperty) { + void *_v = _a[0]; + switch (_id) { + case 0: setCurrentAction(*reinterpret_cast< int*>(_v)); break; + case 1: setPreviousPosition(*reinterpret_cast< QPointF*>(_v)); break; + } + _id -= 2; + } else if (_c == QMetaObject::ResetProperty) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 2; + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void VEWorkplace::previousPositionChanged() +{ + QMetaObject::activate(this, &staticMetaObject, 0, 0); +} + +// SIGNAL 1 +void VEWorkplace::currentActionChanged(int _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} + +// SIGNAL 2 +void VEWorkplace::signalSelectItem(QGraphicsItem * _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} + +// SIGNAL 3 +void VEWorkplace::signalNewSelectItem(QGraphicsItem * _t1) +{ + void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 3, _a); +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplace.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplace.o new file mode 100644 index 0000000000000000000000000000000000000000..a82603636608e0896cfa4e7ba142e75a0f557d60 GIT binary patch literal 9313 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 +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'veworkplaceview.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.2.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_VEWorkplaceView_t { + QByteArrayData data[1]; + char stringdata[17]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + offsetof(qt_meta_stringdata_VEWorkplaceView_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData) \ + ) +static const qt_meta_stringdata_VEWorkplaceView_t qt_meta_stringdata_VEWorkplaceView = { + { +QT_MOC_LITERAL(0, 0, 15) + }, + "VEWorkplaceView\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_VEWorkplaceView[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void VEWorkplaceView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +const QMetaObject VEWorkplaceView::staticMetaObject = { + { &QGraphicsView::staticMetaObject, qt_meta_stringdata_VEWorkplaceView.data, + qt_meta_data_VEWorkplaceView, qt_static_metacall, 0, 0} +}; + + +const QMetaObject *VEWorkplaceView::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *VEWorkplaceView::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_VEWorkplaceView.stringdata)) + return static_cast(const_cast< VEWorkplaceView*>(this)); + return QGraphicsView::qt_metacast(_clname); +} + +int VEWorkplaceView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QGraphicsView::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplaceview.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/moc_veworkplaceview.o new file mode 100644 index 0000000000000000000000000000000000000000..a5c213061a0bbd77b3b8a0d30805cd396e2e901b GIT binary patch literal 11974 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 + +static const unsigned char qt_resource_data[] = { + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/paint.ico + 0x0,0x1,0x54,0x56, + 0x0, + 0x4,0xf8,0x6,0x78,0x9c,0xec,0x5d,0x7,0x60,0x15,0xc5,0xd6,0x1e,0x15,0x49,0xe8, + 0x4d,0x88,0x8a,0x4a,0x51,0xe9,0x90,0x84,0x14,0x12,0x2,0x84,0xde,0x4b,0x20,0x74, + 0x48,0x20,0x4,0x3,0x48,0x6f,0x9,0x2,0x9a,0x82,0x84,0x20,0x2a,0x36,0x44,0x50, + 0x1,0x91,0x1a,0x4a,0x80,0xd0,0x8b,0x84,0x5e,0x5,0x41,0x40,0x9,0x9,0x10,0x7a, + 0xd,0xa1,0xa4,0x58,0x7e,0xcf,0xff,0x9d,0xd9,0x9d,0x64,0xb3,0xb9,0x37,0x9,0xa8, + 0xef,0xf9,0xde,0xbb,0xa3,0x87,0xcd,0x96,0x99,0xbb,0xbb,0x77,0xbe,0xef,0x7c,0xe7, + 0xcc,0xec,0x5e,0x21,0x9e,0x12,0x25,0x45,0xe3,0xc6,0x25,0xb1,0x2c,0x20,0x6,0x17, + 0x16,0xa2,0xe0,0x53,0x42,0x38,0x39,0xe9,0xeb,0x5,0x85,0x18,0x51,0x44,0x88,0x8a, + 0x15,0xb5,0xf5,0x1b,0x4f,0xb,0x71,0xa6,0x94,0x10,0xcf,0x3f,0xaf,0xaf,0xe3,0xd8, + 0xef,0x9e,0x13,0xa2,0x64,0x49,0x6d,0xbd,0x1a,0xd6,0x97,0x94,0x13,0x68,0x4f,0x60, + 0xdd,0x5e,0x54,0xc3,0xdf,0xc7,0x1c,0xb8,0x3d,0x6d,0x7d,0x59,0x71,0x21,0xd2,0x6a, + 0x73,0x7b,0xfa,0xba,0xbd,0x10,0xf3,0x1a,0x70,0x7b,0xda,0xfa,0x41,0x7c,0x5e,0xcb, + 0x16,0xdc,0x9e,0xb6,0x3e,0xf8,0x59,0x21,0x8a,0xb7,0x17,0xb2,0x3c,0x25,0x2a,0x8a, + 0x6a,0x15,0xb,0x88,0xe0,0xce,0xaa,0x7d,0xac,0x37,0x45,0xfd,0xd1,0x5,0xf4,0xf6, + 0x2b,0x8a,0x65,0xaf,0xb,0xb1,0x3f,0xb6,0x80,0xde,0x3e,0xd6,0xd1,0xce,0x88,0xb3, + 0x5,0xf4,0xf6,0x2b,0x8a,0xa8,0x42,0x42,0x94,0xbb,0x55,0x40,0x6f,0xbf,0xa2,0x18, + 0x5c,0x0,0xf5,0x1f,0xe2,0xbc,0xd1,0x3e,0x9a,0x14,0x61,0xf2,0x73,0xa,0x8,0x73, + 0x29,0x69,0xf8,0x3b,0x4c,0xff,0x27,0x4c,0xff,0x23,0x4c,0x5f,0x9,0x83,0xc5,0xc5, + 0xc5,0x9,0xe2,0xcd,0xf8,0x87,0xf4,0x3f,0x48,0x5f,0x21,0x6d,0xc3,0x5f,0x5c,0xec, + 0xf2,0xd8,0x3d,0x33,0x2c,0xf7,0xdd,0x94,0x91,0xdb,0xfe,0x99,0x38,0xe9,0x51,0xd6, + 0x77,0x87,0x12,0x45,0x51,0xba,0xd5,0xdd,0x13,0x88,0xd2,0x5d,0x66,0x5a,0x6d,0x40, + 0xee,0x8e,0xd,0xb5,0xd6,0x80,0x3d,0x51,0x86,0x8b,0x47,0x54,0x3d,0x2b,0x67,0x60, + 0x87,0xdd,0x63,0xbd,0xa2,0xa2,0xa6,0x84,0x52,0x8a,0xa5,0xdd,0xb8,0xb2,0xb1,0x2e, + 0x9b,0xa3,0xa2,0x66,0xd4,0xb3,0x74,0x89,0xd8,0x4d,0x63,0x5d,0xb6,0x45,0x45,0x45, + 0xc5,0xba,0x84,0x52,0x98,0xa5,0xdd,0x53,0x5c,0xd0,0x7a,0xd4,0x8c,0x58,0x17,0xb, + 0xd,0xe0,0xc2,0xa7,0xb9,0xc8,0xd6,0xb7,0x6d,0x8e,0x9a,0x32,0xd3,0xdc,0x80,0xb6, + 0x7b,0x9b,0xb6,0x7b,0x5a,0x5d,0x7b,0xd3,0x25,0xca,0xb,0x77,0xf1,0xc2,0x7e,0xde, + 0x5d,0xb9,0x72,0xe5,0xec,0xf7,0x68,0x2,0x5f,0x38,0xaa,0x6f,0xdb,0x3c,0x63,0xdb, + 0xcc,0x69,0x75,0xab,0x4,0x55,0xae,0x66,0x6c,0xc0,0x4e,0xed,0xde,0xb6,0x79,0xdb, + 0xe6,0x8c,0x31,0x41,0x83,0x42,0x6,0x18,0x1b,0xd0,0x2e,0x1c,0xad,0x73,0xd9,0x99, + 0x5e,0x65,0x50,0x48,0x48,0x70,0xe5,0x91,0x59,0xd,0x84,0xf2,0x85,0xcb,0xea,0xbc, + 0x3f,0x22,0x28,0x4,0xfb,0x7,0x54,0xcd,0xec,0x9b,0x76,0x7c,0xe1,0xaa,0x7a,0xec, + 0xce,0x8,0x54,0xf,0x9,0x9,0xaa,0x9c,0x79,0x8f,0xf0,0x75,0x95,0xc9,0xac,0x8e, + 0xf6,0xf5,0xfd,0x55,0xf5,0x7b,0x84,0xea,0xa3,0x33,0xab,0x6f,0x8b,0xf5,0xe6,0xfd, + 0xc1,0x41,0xc1,0x3,0x54,0x3,0x13,0xb4,0xea,0x6a,0xbf,0x47,0x3a,0x3e,0x3f,0x8, + 0x45,0x35,0x30,0x53,0x56,0x57,0xcd,0xc7,0x7a,0x67,0x4,0x85,0x4,0x27,0x27,0xf, + 0xa,0xd2,0x2f,0xd1,0x8e,0x32,0x4a,0x19,0xf6,0xbb,0xcc,0xe4,0xfa,0xc9,0xd7,0x82, + 0xb0,0x5f,0xde,0x23,0x7b,0xba,0xcf,0xfb,0xbd,0xf4,0xf6,0xbd,0x28,0x98,0xcf,0x2f, + 0x38,0x18,0xfb,0x65,0x3,0xf6,0x14,0x2e,0xf7,0xd7,0xd3,0x3f,0x3e,0x43,0x5e,0x7e, + 0x88,0xdc,0xcf,0xd,0x84,0xd2,0xe8,0x52,0x2e,0x38,0xc1,0x7a,0x63,0xb3,0x4e,0x2f, + 0x24,0x64,0x90,0xdc,0x5f,0x19,0x67,0x18,0x4a,0xa5,0x4a,0x39,0xa3,0x5,0x8f,0x69, + 0xfc,0x9,0x2e,0xbc,0x3f,0x38,0x8,0x17,0x70,0xd,0xfb,0x2b,0xe2,0x12,0x43,0x33, + 0x4a,0xa1,0x94,0x41,0xb7,0x1d,0x1b,0xbb,0x2d,0x56,0xee,0x1f,0x11,0x84,0xea,0xc9, + 0xd8,0x5f,0x15,0x5f,0x8c,0xb6,0xbf,0x94,0x4b,0x68,0xc6,0x34,0xaf,0x58,0x74,0xa0, + 0x8c,0x60,0xbe,0xba,0x60,0x5c,0xbf,0xdc,0xad,0xd7,0x2f,0xe5,0x3c,0x93,0xa2,0xf0, + 0x25,0x45,0x45,0x4d,0xb,0xa,0x79,0xe7,0x1a,0x3e,0x42,0xdf,0x8d,0xf3,0x2f,0x55, + 0x52,0xe0,0x3,0xd0,0x5,0xa6,0xe1,0x43,0xa6,0x5,0xc9,0xf3,0xc3,0xd9,0x55,0xd5, + 0x80,0x6c,0x27,0xfb,0x41,0xa9,0xe7,0x1,0xdb,0xa8,0xb1,0x51,0xd3,0xaa,0xc8,0xdd, + 0xc1,0xa8,0x8d,0x75,0xf9,0xf5,0x44,0x8d,0xd2,0xfb,0x0,0x65,0x84,0xe8,0xbb,0xd1, + 0x7d,0xd4,0x6e,0x21,0xe4,0x6e,0x20,0x8f,0x1b,0x18,0xa3,0xed,0x1e,0x53,0x79,0x50, + 0xe6,0x6e,0x61,0x37,0x4a,0x3,0x7,0x37,0x30,0x6d,0x90,0xb6,0x7b,0x42,0xd6,0x6e, + 0x21,0x42,0x42,0x26,0x90,0x5e,0xa2,0x64,0xd7,0xca,0xbe,0x5b,0x55,0xd6,0x1a,0xc8, + 0x51,0x5b,0xeb,0xfd,0x59,0xd,0x98,0x6b,0x9b,0x1b,0xc8,0xb9,0xdb,0xd4,0x0,0x65, + 0x98,0x77,0x67,0x6f,0x60,0x66,0x8e,0xdd,0xd9,0x1a,0x98,0x36,0x21,0xe7,0xee,0x6c, + 0xd,0x84,0x58,0xd8,0xaf,0xdf,0x3f,0xed,0xc,0x2c,0x72,0x97,0xf1,0xc,0xfe,0x6c, + 0x3,0x79,0x9d,0xc1,0xb4,0x3f,0xd9,0x80,0xe5,0x33,0x34,0x34,0x60,0xe1,0xe,0x66, + 0x6b,0xc0,0xf2,0xfe,0xac,0x6,0xac,0xec,0x57,0xd,0xe4,0xfc,0x2,0xb3,0x37,0x10, + 0x15,0x66,0x65,0xbf,0xbd,0x3c,0x20,0xca,0xea,0x7e,0x11,0x25,0x77,0x5b,0x6b,0x5e, + 0x6b,0x20,0x97,0xea,0xb2,0x81,0x5c,0xaa,0xf3,0x29,0x9a,0x4f,0x9e,0x2c,0x94,0xdf, + 0xf4,0x65,0x92,0xbe,0xc,0xd3,0x16,0x7f,0x48,0x94,0xe2,0xfa,0x85,0xb7,0x5c,0x5e, + 0x14,0x15,0xe4,0x32,0x4e,0x94,0x90,0x4b,0xc9,0xb5,0x44,0xbf,0xb,0xf1,0xc,0x2f, + 0xe1,0x3,0x9f,0xd2,0xe,0xd3,0x96,0x61,0xda,0xa7,0xfd,0xc1,0x9f,0x1a,0x4a,0x1a, + 0xb9,0x7a,0x93,0xe6,0x2a,0x2b,0x70,0x2b,0x28,0x25,0x74,0xd6,0xb7,0xd3,0xe,0x43, + 0x43,0xbf,0xeb,0x4b,0x8d,0xcc,0x9f,0x52,0x9e,0x95,0x5b,0x95,0xd,0xc5,0x69,0x4b, + 0x6f,0x7d,0x59,0x41,0xbf,0x39,0x25,0xf4,0xa5,0x9d,0xbe,0x7c,0x46,0x64,0x5f,0x3e, + 0x65,0xba,0x2f,0x6a,0x5d,0x1d,0xef,0xad,0x2f,0x75,0x27,0xf3,0x8c,0x76,0x7a,0x38, + 0x3f,0xed,0x73,0xbd,0xf5,0xf3,0xd0,0x2f,0xe3,0x19,0xd2,0xce,0xb3,0x84,0x7e,0x79, + 0xde,0xa4,0x4b,0x2d,0xed,0xb2,0x9f,0xd1,0xee,0x92,0x76,0x9b,0x2e,0xea,0xcb,0xc, + 0xd3,0xed,0xfa,0x43,0xbf,0x4d,0xa4,0xbe,0x94,0x30,0x8d,0x15,0xb9,0xa2,0xb7,0x5e, + 0xd1,0x5b,0xbf,0xaf,0xde,0x7a,0x3,0xde,0x7a,0x3,0xde,0x7a,0x3,0xde,0x7a,0x3, + 0xa1,0x7a,0x3,0xa1,0xfa,0xf7,0xa3,0x7d,0x7f,0x17,0xb5,0xf6,0x29,0xe5,0x19,0x6d, + 0xf9,0x3b,0x9f,0x7,0xeb,0x4c,0x48,0x55,0xd1,0x5f,0xfc,0x83,0x75,0xe6,0x4,0x4b, + 0x7a,0x4a,0x2,0xd2,0xd2,0x66,0x3b,0xbd,0xb3,0xe5,0xdc,0x3c,0x25,0x34,0xa7,0xf0, + 0x2,0x77,0x4e,0xf3,0xf2,0xc8,0x51,0x81,0x37,0xbb,0x40,0x48,0x99,0x2b,0x40,0x6d, + 0x40,0x65,0xcd,0xf0,0x30,0x49,0xc0,0x50,0x28,0x20,0x2f,0x96,0x6e,0x33,0xb3,0x9, + 0xab,0x9,0xda,0xe6,0x19,0xdb,0xa6,0x4d,0x30,0x56,0x98,0xc0,0x82,0x68,0x5b,0xd4, + 0xc,0x28,0xb5,0xba,0x86,0xa,0xf6,0x72,0xf3,0xe6,0x28,0x68,0xac,0xca,0x90,0x27, + 0x86,0x13,0x1f,0xcb,0xfa,0x64,0xc6,0xe6,0xf4,0xca,0x83,0x82,0xab,0x66,0x8a,0xcb, + 0x99,0xac,0x8b,0xa4,0xe6,0x19,0x3,0xbf,0x37,0x40,0x5d,0x5b,0x28,0x6f,0x96,0x72, + 0x63,0x66,0x30,0xbb,0xe2,0xaa,0xda,0xb5,0xd9,0x29,0x8d,0x86,0xe3,0x83,0x35,0x5, + 0x95,0xa1,0x1d,0x3e,0x3a,0x53,0x9b,0x45,0xb2,0xf4,0x19,0x50,0x4d,0x56,0x98,0xc9, + 0xb2,0xc8,0x4b,0xd3,0x3c,0x91,0x70,0xf8,0x83,0x82,0x2a,0xcf,0x94,0x7d,0x76,0xb4, + 0x6a,0x26,0x76,0x26,0xb6,0x27,0x7,0xb1,0x18,0x84,0x8e,0x91,0x32,0x48,0x1e,0xef, + 0xa2,0x69,0x18,0x48,0x4,0x5c,0x5b,0x68,0x3a,0x6f,0x97,0xea,0xc6,0x4b,0x4a,0x2f, + 0xde,0x5e,0x8d,0x44,0xe8,0xfd,0x52,0xce,0x50,0x25,0xac,0x6a,0x3c,0xd2,0x7,0x5, + 0xf,0x92,0xdb,0x2b,0x43,0xaf,0x84,0xb3,0x1a,0x99,0x30,0x4d,0x6a,0x99,0x41,0x50, + 0x13,0x41,0xd7,0x58,0x2c,0x64,0xc8,0xed,0x65,0x42,0xa3,0x26,0xc5,0xba,0x44,0xa5, + 0xf,0x1a,0x71,0x4d,0x93,0x18,0xd0,0x27,0xf7,0x4b,0x3d,0x55,0xaa,0xcc,0x4c,0x88, + 0x8f,0xcd,0x51,0x90,0x56,0x50,0x2e,0x7c,0x34,0x74,0x9,0x6e,0xeb,0x53,0xb8,0x73, + 0x51,0x1e,0xd3,0x82,0xe5,0xe9,0xc0,0x31,0x4b,0x3d,0x32,0x4a,0x68,0xf4,0x33,0x6d, + 0x8c,0x71,0xb3,0xd4,0x19,0xe,0x92,0x9e,0xf9,0xe6,0x84,0x64,0x6e,0x16,0x76,0xba, + 0x7c,0x60,0x6d,0x90,0x75,0xb4,0xc8,0x72,0xca,0x51,0xc1,0xbc,0x39,0x8b,0x56,0x33, + 0x9d,0xf1,0xb4,0x6c,0x9b,0xd,0x15,0xb2,0x6f,0xce,0xac,0x90,0x31,0xcd,0xc4,0xcd, + 0x99,0x15,0x4c,0xe,0x33,0xab,0x82,0xf8,0x93,0x15,0xec,0xad,0x54,0x50,0xae,0x2c, + 0x23,0xcc,0x4a,0x5,0xf3,0x76,0x55,0x21,0xc7,0x76,0x7b,0x2b,0xdb,0xb5,0xa,0x39, + 0xda,0xd7,0x2a,0x64,0x58,0xf2,0x71,0x33,0xad,0xf8,0x36,0x7b,0xcb,0x87,0x63,0x87, + 0xb1,0x75,0xed,0x34,0x2a,0xe8,0x14,0x28,0xcb,0x1e,0x7d,0xa9,0x6f,0xfb,0x5d,0xd1, + 0xa3,0xa2,0xcb,0x4c,0x1a,0xf5,0xe6,0xc5,0x1f,0x42,0x73,0x77,0xbf,0x6b,0x34,0xcf, + 0x28,0x44,0xf7,0xfa,0x9d,0xe9,0x19,0x7c,0x9a,0xc2,0x68,0x45,0x3,0x71,0x7f,0x68, + 0x4b,0x21,0xbb,0x9,0x2a,0x49,0xb0,0x2,0x69,0x17,0x79,0xe9,0x9d,0x22,0xe2,0x78, + 0x59,0xe1,0xa2,0xb6,0x2c,0x11,0xa7,0x71,0xaa,0x9d,0xbe,0x7c,0x46,0x3f,0x61,0xb5, + 0xb4,0xea,0xa5,0x74,0x2e,0xf6,0xd6,0x97,0x38,0x47,0x6e,0xef,0x19,0x2c,0xf9,0x73, + 0x4a,0xe0,0xa4,0xf8,0x73,0xbd,0x71,0xd,0x19,0xf2,0xda,0x53,0x84,0xe6,0x66,0x32, + 0xc4,0x1f,0xf2,0xf4,0x7f,0x67,0x66,0xae,0xc0,0x17,0x85,0x2a,0xec,0x6,0x4,0xaa, + 0x48,0xde,0x44,0x15,0x76,0xf,0x71,0x38,0x94,0xef,0xc7,0x45,0x1c,0xca,0xcb,0xc, + 0x1c,0xca,0xcb,0xdf,0x71,0x28,0x2f,0xff,0xc0,0xa1,0xfa,0xfd,0x8a,0xd3,0x97,0x66, + 0xf7,0x92,0x61,0xa7,0x2d,0xff,0x90,0xb7,0x8d,0xfd,0x4c,0x45,0xa1,0xe5,0x34,0xfe, + 0x2d,0x7e,0xc6,0x24,0x2a,0x43,0xb3,0x1f,0x1a,0x9a,0x11,0x6a,0xf4,0x31,0x13,0x68, + 0x6c,0x3d,0x3,0xf3,0xdb,0xd3,0x14,0x8f,0x29,0xa1,0x61,0x6a,0xd5,0x8e,0xa6,0x78, + 0xc1,0x5,0x64,0x18,0x56,0x37,0xcf,0x88,0x1a,0x1b,0xaa,0x81,0xc8,0x6e,0xe6,0x34, + 0x70,0xfb,0xe6,0x69,0x95,0xab,0x69,0xcc,0x3e,0x33,0x9d,0x69,0x31,0x2a,0x28,0x64, + 0xc0,0x4c,0x3e,0xc0,0x3e,0x43,0xd2,0x27,0x42,0x95,0x60,0x79,0x80,0xc6,0xed,0xdb, + 0xa2,0x6,0x81,0x91,0x67,0x62,0x37,0x68,0x97,0xb9,0x35,0x8a,0x43,0x3c,0xc7,0x14, + 0x11,0x1a,0xae,0xb1,0x6a,0xfa,0xa0,0x77,0xae,0x5,0x55,0x26,0x31,0xd3,0xd9,0xc5, + 0x5,0xa4,0xe9,0x25,0xa9,0xba,0xb2,0x63,0xd8,0x4c,0xb0,0x65,0x94,0x17,0xd6,0x83, + 0x82,0x40,0x7d,0xd5,0x32,0xb0,0x5e,0x66,0xe6,0x14,0x97,0xcd,0x91,0x23,0xae,0x71, + 0x10,0x1d,0x16,0x5a,0x12,0xe7,0x97,0xee,0x81,0xb0,0x8d,0x39,0x2d,0x8c,0xbb,0xe, + 0xba,0x73,0xe6,0x2a,0xee,0xb,0x93,0x46,0x3a,0xfc,0x87,0xb6,0xaa,0x3,0x96,0xb9, + 0x4b,0xbf,0x3c,0x9,0xd4,0xf4,0xcc,0x55,0x15,0x8b,0x65,0xdd,0x1d,0xed,0x0,0xe3, + 0xdd,0x32,0x21,0x5e,0x83,0xba,0xf9,0x80,0x51,0xa6,0x3,0xc2,0x4c,0x7,0x18,0xd6, + 0x25,0xf6,0x8d,0x5f,0x97,0xbd,0x59,0x84,0x97,0x50,0xcd,0x6b,0x7d,0xee,0x38,0x8c, + 0xbb,0xb9,0x9d,0xd6,0x1d,0xb9,0x8b,0x86,0x31,0x1a,0x19,0x89,0x8c,0x42,0x46,0x20, + 0xa3,0x4f,0xea,0x44,0x4e,0x58,0xb1,0x2e,0x54,0xe8,0xe2,0x25,0xeb,0xc0,0xa,0xd8, + 0x1f,0xca,0x70,0x48,0x1,0x44,0x58,0xf4,0xfe,0xe,0xfb,0x83,0x61,0xc3,0x90,0x9, + 0x43,0xdb,0x71,0xb0,0x8b,0xfc,0x19,0x58,0xcf,0x60,0x56,0xf0,0x96,0xfd,0xfc,0x79, + 0xa1,0x69,0xaa,0x7f,0x6d,0x3f,0xb7,0xcf,0xba,0x61,0xf6,0x19,0x99,0x77,0xdb,0x2e, + 0x23,0x44,0xef,0x97,0xe8,0x7,0x63,0xa3,0x36,0x69,0xdf,0x93,0xdd,0xcc,0x29,0x1e, + 0x33,0xa6,0x69,0x3b,0x66,0xa2,0x33,0x6f,0xe,0xae,0xca,0x3b,0x42,0xa7,0xb8,0x70, + 0xcf,0x1c,0x13,0x8a,0x23,0x64,0xaf,0x85,0xef,0xac,0x86,0xab,0x1f,0x2d,0x7b,0x6c, + 0xd0,0xb5,0x1,0x33,0x45,0x54,0x19,0xde,0x8e,0xde,0x37,0xa0,0x5a,0xd8,0xb4,0x52, + 0x65,0x42,0xd0,0xf3,0x82,0x83,0x82,0xaa,0x64,0x4c,0x2b,0x55,0x2a,0x6a,0xec,0xe6, + 0xe0,0x11,0x3,0xaa,0x44,0x85,0xd9,0xe1,0xa3,0xa6,0xc1,0xa5,0x57,0x9d,0x99,0x2, + 0xf7,0x39,0x93,0x32,0x82,0xf1,0x27,0x9f,0x1d,0x13,0xea,0x34,0xed,0x4f,0xc9,0x36, + 0x19,0x4a,0xd8,0xc9,0x1d,0xea,0x8c,0x79,0x87,0xea,0x1c,0xc6,0x1d,0xc2,0xd8,0x8b, + 0x4a,0x18,0x7b,0x94,0xd1,0x8f,0xe8,0x3d,0x41,0x72,0xda,0x7d,0xc9,0x60,0xf8,0xae, + 0x42,0xf1,0xbd,0x79,0xa3,0x42,0x85,0x3f,0x70,0x35,0x19,0x8,0x58,0x52,0x80,0x84, + 0xb8,0x30,0x49,0xb4,0x4f,0xe9,0x75,0x9f,0x12,0x8c,0x8e,0x30,0x84,0x10,0x71,0x22, + 0x34,0xc,0x6c,0x16,0x87,0xae,0x73,0x31,0x3,0x21,0x7,0xd8,0x32,0x3,0xad,0xfd, + 0x2e,0x3,0xa1,0x5d,0xb0,0xcb,0x1a,0x9f,0xf1,0x77,0x59,0x51,0xfc,0xcb,0xbe,0x67, + 0xbb,0x99,0xda,0x5d,0x89,0x8a,0x95,0xed,0x4c,0x98,0xb4,0xcd,0x83,0x17,0x63,0xb7, + 0x6d,0xaa,0xc,0xbd,0x33,0xc5,0x6b,0x5b,0xf0,0x80,0xc1,0xf8,0x7e,0xb6,0x6d,0xb, + 0xe,0xaa,0x12,0x16,0x5e,0x66,0x2c,0x96,0x15,0x27,0x84,0x3f,0x95,0xe1,0x12,0x34, + 0xa0,0x6a,0xd8,0x53,0xcf,0xd3,0x98,0xca,0xd5,0xc2,0xb8,0xdd,0xf4,0x6a,0x29,0xda, + 0xd,0xc,0xd3,0xef,0x54,0xba,0xba,0xa3,0x6a,0x83,0x7e,0x27,0xa3,0xe4,0xca,0x1f, + 0x92,0xc1,0x33,0x4a,0xfc,0x51,0xe1,0xa2,0x5d,0x46,0x89,0x38,0xbb,0x8b,0x76,0x61, + 0xcf,0xc4,0xd9,0xe1,0xb6,0x69,0x98,0x1,0x5a,0xf0,0x85,0x3f,0x15,0x57,0x21,0xcc, + 0xee,0x62,0x68,0x5c,0x85,0x14,0xef,0x8b,0xa1,0x19,0xf8,0xf7,0x77,0xef,0x8c,0xa, + 0x7f,0xe0,0xdf,0xec,0x79,0x6c,0xfb,0x1c,0xf7,0x29,0xbb,0x8f,0xb,0xd3,0xe,0xc, + 0xb,0xd3,0x16,0xfc,0x9f,0xbc,0x55,0xb8,0x4f,0x9,0xf0,0x69,0x87,0x97,0x88,0x68, + 0xef,0x1a,0x82,0x60,0xa2,0x5f,0xd,0xd1,0xd,0x16,0xd,0x23,0x98,0x8,0xc5,0x3a, + 0x2c,0x1a,0x46,0x30,0x31,0x1f,0xeb,0xb0,0x68,0x18,0xc1,0xc4,0x4e,0xac,0xc3,0xa2, + 0x61,0x4,0x13,0x17,0xb0,0xe,0x8b,0x86,0x11,0x4c,0x10,0xd6,0x61,0xd1,0x30,0x82, + 0x9,0xd1,0x4d,0xfe,0x17,0xd,0x23,0x98,0xa8,0x80,0x35,0x58,0x34,0x8c,0x60,0xc2, + 0x1b,0xeb,0xb0,0x68,0x18,0xc1,0x44,0x3f,0xac,0xc3,0xa2,0x61,0x4,0x13,0xa1,0x58, + 0x87,0x45,0xc3,0x8,0x26,0xe6,0x63,0x1d,0x16,0xd,0x23,0x98,0xd8,0x89,0x75,0x58, + 0x34,0x8c,0x60,0xe2,0x2,0xd6,0x61,0xd1,0x30,0x82,0x9,0xc2,0x3a,0x2c,0x1a,0x46, + 0x30,0x34,0x88,0xb3,0x8,0xc5,0xf9,0x84,0xe2,0x7c,0x0,0xd0,0xa,0x58,0x87,0x45, + 0xc3,0x8,0x26,0xbc,0xb1,0xe,0x8b,0x86,0x11,0x4c,0xf4,0xc3,0x3a,0x2c,0x1a,0x46, + 0x30,0x11,0x8a,0x75,0x58,0x34,0x8c,0x60,0x62,0x3e,0xd6,0x61,0xd1,0x30,0x82,0x89, + 0x9d,0x58,0x87,0x45,0xc3,0x8,0x26,0x2e,0x60,0x1d,0x16,0xd,0x23,0x18,0x2a,0xe1, + 0x7c,0xb0,0xe,0x23,0x98,0x90,0x77,0x26,0x5a,0xfe,0x47,0x30,0x51,0x1,0xeb,0xb0, + 0x68,0x18,0xc1,0x84,0x37,0xd6,0x61,0xd1,0x30,0x82,0x89,0x7e,0x58,0x87,0x45,0xc3, + 0x8,0x26,0x42,0xb1,0xe,0x8b,0x86,0x11,0x4c,0xcc,0xc7,0x3a,0x2c,0x1a,0x46,0x30, + 0xb1,0x13,0xeb,0xb0,0x68,0x18,0xc1,0xc4,0x5,0xac,0xc3,0xa2,0x61,0x4,0x13,0x84, + 0x75,0x58,0x34,0x8c,0x60,0x42,0x9c,0xc2,0xf9,0x9c,0xc2,0x99,0x9c,0xc2,0xf9,0x9c, + 0xc2,0xf9,0x60,0x1d,0x16,0xd,0x23,0x98,0xf0,0xc6,0x3a,0x2c,0x1a,0x46,0x30,0xd1, + 0xf,0xeb,0xb0,0x68,0x18,0xc1,0x44,0x28,0xd6,0x61,0xd1,0x30,0x82,0x89,0xf9,0x58, + 0x87,0x45,0xc3,0x8,0x26,0x76,0x62,0x1d,0x16,0xd,0x23,0x98,0xb8,0x80,0x75,0x58, + 0x34,0x8c,0x60,0x82,0xb0,0xe,0x8b,0x86,0x11,0xff,0x2d,0xef,0x8a,0x54,0x59,0x38, + 0xf,0xfc,0xd,0x23,0x18,0x68,0x8,0xe7,0x81,0x75,0x18,0xc1,0x44,0x3f,0xac,0xc3, + 0xa2,0x61,0xd4,0x4f,0xc6,0xee,0x38,0xf,0xac,0xc3,0x88,0x45,0xca,0x7c,0xac,0xc3, + 0xa2,0x61,0x4,0x13,0x3b,0xb1,0xe,0x8b,0x86,0x11,0x4c,0x5c,0xc0,0x3a,0x2c,0x1a, + 0x46,0xfc,0x37,0xd0,0x1b,0xcd,0xdc,0x71,0xf4,0x28,0x8c,0x39,0xc4,0x5,0x16,0x4, + 0x9b,0x3,0x3b,0xca,0xdd,0x8,0xed,0xe3,0xdb,0xd3,0xbe,0x52,0xb4,0x8f,0x75,0x58, + 0x34,0x8c,0x60,0x62,0x27,0xd6,0x61,0xd1,0x30,0x82,0x89,0xb,0x58,0x87,0x45,0xc3, + 0x88,0xff,0xc6,0x47,0x46,0x4b,0x82,0x0,0x5e,0x60,0xd1,0x30,0x82,0x89,0xa,0x58, + 0x87,0x45,0xc3,0x8,0x26,0x80,0xd1,0x6e,0xb0,0x94,0xdf,0x48,0x2c,0x5a,0xb0,0x40, + 0x62,0x58,0x23,0x39,0x8d,0x61,0x48,0x31,0x1d,0x89,0xbf,0x69,0x1c,0xea,0x6f,0x28, + 0x79,0xc,0x6d,0xe5,0x51,0x9c,0xed,0xc9,0x2,0xff,0xe5,0xb7,0xd4,0x96,0xa2,0x28, + 0xf2,0x9,0x6b,0xa7,0x46,0xa4,0x69,0xca,0xc8,0xfa,0xd8,0x58,0x2e,0x25,0xc5,0x4e, + 0xd6,0xb6,0xe7,0x53,0x78,0x82,0x7b,0x60,0x27,0x4f,0x3d,0xa6,0x77,0xf1,0xe2,0x4f, + 0xd2,0x80,0xb3,0xac,0x9d,0x96,0x5e,0xbc,0xb4,0x57,0xb9,0xba,0x31,0xf8,0xcb,0xf9, + 0x71,0x6a,0xa7,0x46,0xc8,0xcb,0x8e,0x2c,0x9e,0xe0,0xe0,0xed,0xed,0x5d,0xce,0x1d, + 0x17,0xc2,0xc3,0xbd,0xf9,0x2c,0x29,0xe9,0xda,0x85,0xbb,0x17,0x2c,0xe7,0xe5,0x1d, + 0x18,0x18,0xe8,0x5d,0x9a,0x1b,0x88,0x49,0xcd,0x67,0x6d,0xbb,0x18,0x79,0xe1,0xee, + 0x5,0x13,0x1c,0x64,0xf5,0x40,0x6f,0x87,0x4,0x77,0xde,0x62,0x39,0x9f,0x65,0x2a, + 0xfa,0x85,0xfb,0x17,0x4c,0xb8,0x88,0x73,0xf,0xc,0x1c,0x14,0xe8,0xed,0x95,0x94, + 0x90,0xd0,0x9b,0x4f,0x28,0xef,0xda,0xb5,0x23,0x65,0x6d,0x5c,0x78,0x42,0x92,0x3, + 0xd7,0x46,0x75,0x87,0xa4,0x24,0x7,0x87,0xe2,0xe9,0xf9,0xe8,0x47,0xf7,0xf5,0xb, + 0xaf,0x5b,0x10,0xb5,0x1d,0xb4,0xf,0x47,0x75,0xbe,0x8,0x2f,0xd9,0x40,0x44,0x3e, + 0x2f,0x9c,0x3f,0xdc,0x5b,0xde,0x3a,0xd4,0x2e,0x34,0x63,0xc6,0x0,0xf7,0x62,0xc5, + 0x52,0x22,0x73,0xef,0x88,0x59,0x17,0x9e,0x70,0x51,0x56,0xf7,0x96,0x1f,0x1e,0x38, + 0x63,0x46,0x21,0xff,0x62,0x45,0x8b,0x16,0x2b,0xfa,0x28,0xb7,0x7e,0xe4,0xac,0x5d, + 0x78,0x3a,0x6a,0xab,0xea,0x28,0xe,0xe,0x85,0x62,0x66,0xa0,0x76,0x49,0x37,0x4f, + 0xcf,0xb2,0xa5,0x8a,0x5a,0x6d,0x40,0x7d,0xe3,0xc5,0xb5,0xea,0xe5,0xcb,0x6b,0xd5, + 0xcb,0x27,0x5,0xc6,0xcc,0x70,0x2b,0xea,0xea,0xe6,0x19,0x10,0xd0,0xd0,0xd3,0xb3, + 0x64,0x31,0x2b,0x1d,0x51,0x3b,0x75,0x7b,0xf7,0x54,0xd4,0x4e,0x48,0x42,0x75,0xbd, + 0x81,0x24,0x87,0x98,0x18,0xb7,0xa2,0x6e,0x7e,0x1,0x5c,0xb8,0x1,0x67,0x8b,0x1d, + 0x11,0x38,0xc3,0x7f,0xbd,0x53,0x8b,0x6b,0xd5,0xaf,0xaa,0xfa,0xe5,0x93,0xbc,0x63, + 0xb,0x15,0x75,0xf5,0x9b,0x3a,0x55,0xd6,0x6f,0xe8,0x59,0x36,0xde,0x8d,0x3b,0xa2, + 0xa5,0xea,0xf6,0xc5,0xa,0x27,0xe8,0xd5,0xaf,0xca,0x6,0xca,0xeb,0xf5,0x8b,0xb9, + 0x6,0x68,0xf5,0xf9,0x4,0xd0,0x40,0x8e,0x7e,0x24,0x51,0xee,0xaf,0x7d,0xb8,0x56, + 0x5d,0x6f,0x1,0xf5,0x93,0x62,0x62,0xdd,0x5c,0x3,0xa6,0xeb,0xf5,0x71,0x2,0xcf, + 0xc5,0xdb,0x99,0x1a,0x90,0x97,0xe4,0x5e,0x20,0x21,0xc1,0x58,0x3f,0x29,0xb3,0x3e, + 0xd9,0x71,0x7d,0x34,0xd0,0xcb,0xd5,0x13,0x67,0x50,0xb6,0xa4,0x6c,0x20,0xab,0x23, + 0x3a,0xc7,0x50,0x5a,0x9a,0x73,0x81,0xe2,0xaa,0xba,0x6c,0x80,0x6f,0x1,0xfe,0x4f, + 0x4a,0x4a,0x9c,0xa1,0xd5,0x9f,0x1e,0x30,0x61,0xc1,0x82,0x9,0x9e,0xb8,0x82,0xe7, + 0x4a,0x3e,0x4a,0xc7,0xe5,0x66,0x76,0xc4,0x8,0xac,0xd8,0x15,0xd0,0xae,0x3d,0x21, + 0x31,0x49,0x6b,0x20,0x49,0x3b,0x85,0x24,0xfe,0xfc,0x74,0xdc,0xbf,0xe9,0xd3,0xfd, + 0xf6,0x1f,0x3e,0xbc,0xdb,0xf,0x57,0xe0,0x51,0xb2,0xe4,0xa3,0x48,0xd4,0xd1,0x3b, + 0x62,0xb7,0xb4,0x34,0x8a,0xbc,0x5f,0xb8,0x70,0xd6,0xc7,0x67,0x35,0x81,0x8f,0x2f, + 0x44,0x31,0x6e,0xda,0xf9,0x2f,0x3e,0x7c,0x78,0xb1,0x5f,0x80,0xac,0x1f,0xcf,0x1d, + 0x31,0x2d,0x5d,0x7d,0x7c,0x5a,0x6a,0x81,0xc2,0x85,0x8b,0x5b,0xac,0xef,0x10,0x1b, + 0x63,0xe7,0xda,0x77,0xaa,0xbc,0xfe,0xf0,0x70,0xf9,0x15,0x70,0x7d,0xad,0x1,0xd9, + 0x11,0xf1,0x47,0xfa,0x7d,0xd4,0x2f,0x5c,0x50,0xd6,0x4f,0x70,0xd7,0xeb,0xcb,0xff, + 0x13,0x3,0x63,0x23,0xb9,0xba,0xac,0x1f,0xd0,0x50,0xab,0xff,0x1c,0xea,0xc7,0x3f, + 0x42,0x47,0x8c,0xb1,0xe3,0xef,0x2e,0x8d,0x9c,0xb,0x70,0xfd,0xd4,0x82,0xb2,0xbe, + 0x9d,0x7b,0xd6,0x19,0xe0,0xf4,0x63,0xfd,0xe5,0xd5,0x4f,0xf,0xd0,0xea,0x7b,0xba, + 0xba,0xa2,0x3e,0x1a,0x28,0xca,0x3d,0x39,0x46,0xd6,0x4f,0xbb,0xcf,0xf5,0x53,0x51, + 0xb8,0x7e,0x64,0x84,0x7b,0xe6,0x45,0x24,0x26,0x16,0xc2,0xe9,0xa3,0xbe,0x5f,0xcf, + 0x9e,0xb2,0xb,0x37,0x9c,0xbc,0x7f,0x81,0xab,0xfc,0xfc,0xf8,0x14,0x67,0xd4,0xb4, + 0x47,0xd4,0x96,0x66,0x2f,0xeb,0xdf,0xd7,0x1a,0x28,0x6d,0x6f,0x9f,0xae,0x1a,0x48, + 0x4c,0x48,0x8,0x8c,0xf1,0xc7,0xf9,0x4f,0x9d,0xb0,0x7b,0xf7,0x4,0x3f,0xee,0x3f, + 0xe1,0x87,0xf7,0xbb,0xca,0xeb,0x7f,0xe4,0x66,0x9f,0x96,0x16,0x13,0x13,0x89,0xbe, + 0xc0,0xf5,0xb,0xdc,0x47,0x41,0x3,0x5,0xdd,0xd1,0xa8,0xde,0x40,0x62,0x42,0xa2, + 0x17,0xc0,0xeb,0xe6,0x11,0x10,0x8e,0xef,0x6e,0xbf,0xac,0xef,0xd9,0x8b,0xab,0x17, + 0x7d,0x4,0xd7,0x82,0xda,0xf6,0xf6,0x7c,0xfe,0x99,0xf5,0xb9,0x1,0xfe,0x3a,0x64, + 0x3,0xa8,0x1d,0x8,0xde,0x29,0xe4,0xe6,0xda,0x37,0x20,0x60,0xf1,0x91,0x23,0x8b, + 0x65,0xf7,0xf7,0xe4,0x8b,0x2f,0x9a,0x59,0x5b,0xde,0xff,0x98,0xfb,0x5,0xee,0xdf, + 0x15,0x5a,0x3,0xc5,0xb8,0x2f,0xc7,0xa0,0x81,0x84,0x44,0x87,0x42,0x33,0xa,0xd, + 0xb0,0x73,0x72,0xf5,0x8,0xe0,0xef,0xce,0x4f,0xab,0x5e,0x96,0x6b,0xc7,0xc8,0xda, + 0x7a,0xf7,0x3,0x29,0x6a,0x7c,0x20,0x1b,0xd0,0x38,0x8,0xd,0xd4,0x2d,0x57,0xa8, + 0x90,0x3f,0x88,0xc3,0xd5,0x2f,0x20,0x13,0x3b,0x5c,0xbb,0x58,0xf6,0xda,0xcc,0x1c, + 0x91,0x99,0x74,0x70,0x3f,0x5d,0x73,0xd6,0x7c,0x9,0x76,0x81,0xf5,0x8b,0xba,0x7a, + 0x68,0xc4,0xa1,0x43,0x17,0xb5,0xd3,0x4d,0xb5,0xb9,0x81,0xd4,0xfb,0xa6,0xea,0xda, + 0x19,0xd8,0x81,0x37,0xc,0xb5,0x3d,0x4b,0xc5,0x3b,0x5b,0xa8,0xcd,0xd,0xd4,0x96, + 0xd,0xdc,0xb7,0x33,0x8c,0xd5,0x72,0x3,0xcc,0x79,0x99,0x9f,0x2d,0x6b,0xa7,0x59, + 0xa8,0xcd,0xfc,0x81,0x92,0x1e,0xc9,0xcc,0x88,0x42,0x86,0x4b,0xc8,0xbc,0xee,0x52, + 0x45,0xdd,0xd2,0xd3,0xac,0xd4,0xe6,0x6,0xec,0xd3,0xf4,0x4a,0x86,0x6,0x70,0x6, + 0xbd,0x3c,0xb5,0xda,0xf1,0x6e,0x91,0x5c,0xdb,0xde,0xaa,0xfb,0xb3,0x8b,0x8c,0x49, + 0x53,0xd,0x90,0xf1,0xc,0x50,0xfb,0x9c,0xac,0x1d,0x93,0x4b,0x6d,0x53,0x3,0xc6, + 0x33,0x70,0xc3,0x75,0xe7,0x5d,0xdb,0x5a,0x3,0x38,0x3,0x67,0xbb,0xfc,0xd4,0xce, + 0xe5,0xc,0xec,0xec,0xf3,0x53,0x3b,0x97,0x33,0xb0,0xcb,0xaf,0x76,0xb4,0x76,0x13, + 0xf3,0xaf,0xbb,0x2c,0x35,0x10,0xf3,0x84,0xd,0xa4,0xd9,0x1a,0x50,0x2d,0xa4,0xfd, + 0xc9,0x6,0x24,0x76,0x1e,0x23,0x0,0xc8,0xd6,0x80,0x56,0x62,0xec,0x1f,0x27,0x2, + 0xd1,0x1a,0xc8,0x56,0xdf,0xa,0xf2,0xf3,0xdb,0xc0,0x63,0xd6,0xcf,0xde,0x40,0x4c, + 0x4c,0xbe,0x10,0x98,0xb3,0x81,0x27,0xaf,0x9e,0xd5,0x80,0x56,0xfb,0xf1,0xeb,0x73, + 0x3,0xfa,0xa7,0x3f,0x51,0x75,0xbd,0x81,0x27,0xaf,0x8e,0x6,0xec,0x63,0xd2,0xfe, + 0x44,0x75,0x14,0xfb,0x3c,0x6f,0x1d,0x59,0x28,0xb6,0x79,0x28,0xff,0xab,0xf3,0x50, + 0x6c,0x79,0x62,0x5b,0x9e,0xd8,0x96,0x27,0xb6,0xe5,0x89,0xff,0x49,0x79,0xe2,0xda, + 0xf6,0x69,0xf9,0xcc,0xfb,0x71,0x91,0x79,0xc7,0xfc,0xe5,0xf9,0x84,0x9e,0x75,0x82, + 0x50,0xc8,0xa7,0x83,0xe5,0xf4,0x5a,0x5a,0x7a,0x69,0xff,0x7c,0x25,0x2,0xb5,0x9c, + 0x54,0xa4,0x7b,0x69,0xef,0xd2,0xe9,0xf9,0x48,0x20,0xcb,0xbc,0xa1,0xbd,0x7b,0x82, + 0x83,0x77,0xa0,0x77,0xe9,0x88,0x3c,0x12,0x7d,0x38,0x71,0xbe,0xcc,0xde,0x9,0x17, + 0x65,0x7e,0xd3,0x21,0x21,0x32,0xf7,0xfc,0xae,0x76,0xe2,0x9c,0x8b,0x95,0xd9,0xd0, + 0xa4,0x84,0x82,0xf6,0xb9,0x54,0xd0,0x4e,0xbc,0xb8,0xcc,0x5f,0xca,0xec,0xa5,0x77, + 0xa0,0x97,0xbb,0xbd,0x8a,0xb3,0xad,0x9d,0x78,0x42,0x92,0x9e,0x6f,0xf4,0x2e,0x34, + 0xc3,0xdf,0xbd,0x58,0x6a,0x8c,0xc5,0x84,0xaf,0x4c,0x70,0x72,0x82,0x32,0x29,0x49, + 0xe6,0x17,0xcb,0x3b,0x4,0xce,0x28,0x54,0xbf,0x58,0xd1,0x52,0x9c,0x58,0xcb,0xf9, + 0x45,0x73,0x6a,0x4c,0x26,0x24,0x93,0x92,0xf4,0x84,0x5e,0xa1,0x18,0xff,0x62,0x45, + 0x11,0x4e,0x7b,0x96,0x44,0x5,0x53,0x22,0x2e,0x95,0xb3,0x3a,0x11,0x5,0xf5,0x14, + 0xa0,0x3c,0xdc,0x3b,0xd6,0xbf,0xa8,0xa7,0x16,0x44,0x73,0x85,0xec,0x91,0x7b,0x1a, + 0x27,0x1c,0x39,0xf3,0x94,0x24,0xf3,0x6d,0xf2,0x78,0x4e,0x37,0xc9,0x8c,0x81,0xa7, + 0x27,0x27,0xca,0xec,0xb3,0x1f,0x9e,0x9e,0xaa,0x72,0x6c,0x5a,0x82,0xf,0xed,0xdb, + 0xb9,0xea,0xd9,0x41,0xcf,0xb2,0xf1,0xe9,0x86,0xef,0xad,0x76,0x8c,0xca,0xca,0xe9, + 0x29,0x39,0xae,0x90,0xe4,0x40,0xe9,0xae,0x53,0xa7,0x4f,0xd,0xf0,0xeb,0x89,0xd0, + 0xfa,0x39,0x63,0x5,0xfb,0xcc,0x24,0x9e,0x96,0x7f,0x92,0x9f,0x90,0x94,0x14,0x6b, + 0x8f,0xe3,0x3,0xc2,0x16,0xec,0x9e,0xcc,0xe9,0xcb,0xa2,0x91,0x2a,0x83,0x8b,0x73, + 0xf3,0xd7,0xb2,0x6e,0x59,0xf9,0x26,0x1c,0x1e,0x48,0x91,0x7c,0x7c,0xf8,0xe1,0xc3, + 0x61,0xfc,0x1,0x5c,0x41,0x4b,0x94,0xd9,0x93,0xfd,0x7d,0x2d,0x4b,0xa6,0x8e,0x97, + 0x19,0x2a,0x34,0xcf,0xe9,0x31,0x99,0xa1,0xe4,0xe3,0x39,0x33,0x96,0x26,0xf3,0x5a, + 0xd4,0x5b,0xcf,0x8a,0x25,0x95,0xce,0xcc,0x89,0x25,0x7a,0xc7,0xfa,0x79,0x68,0xe9, + 0xac,0x86,0x2a,0x15,0x56,0x14,0x15,0x38,0xd,0x23,0xb3,0x70,0xa9,0xa9,0xf8,0x66, + 0x4b,0x67,0xa6,0xb0,0x12,0x71,0x3b,0xfb,0x4e,0x9d,0xea,0x27,0x13,0x21,0x7d,0x17, + 0x3c,0x23,0x53,0x57,0x45,0x63,0xf0,0xbd,0xa5,0x73,0xda,0x47,0x66,0xad,0xa,0x26, + 0xd4,0x8f,0x89,0x50,0x19,0x27,0xaf,0x18,0xb4,0x1f,0xbe,0x60,0xc1,0x64,0x7c,0x80, + 0xdf,0xe1,0xc9,0x9c,0xea,0x2b,0x6a,0x17,0xc3,0x51,0xb0,0x4c,0x53,0x69,0x49,0x26, + 0x7f,0xd2,0x2a,0x24,0x26,0x79,0xcf,0x88,0xb1,0x73,0xe5,0xcc,0x20,0x1f,0xef,0xe9, + 0xc6,0x67,0x83,0xae,0xce,0xc1,0x8a,0x5d,0x1a,0xa7,0x95,0xb4,0xe3,0x39,0xdb,0x14, + 0xe1,0x9e,0x98,0xe8,0x55,0xa8,0x90,0x4c,0x47,0x4d,0xd,0xf,0x97,0x69,0x91,0xa7, + 0x39,0x9f,0xc3,0xb1,0x95,0x76,0x7f,0xb8,0x7b,0x73,0x5,0x96,0x65,0xa8,0x50,0xda, + 0xab,0x90,0xbf,0x9b,0xab,0x6b,0x80,0xec,0xd,0x9c,0xf7,0x8c,0xe7,0x1c,0x4a,0x66, + 0x1c,0x64,0x97,0x9e,0x9a,0xd5,0x45,0x65,0x5,0x7f,0xf7,0xa2,0x2a,0xdb,0xc4,0x69, + 0x56,0x99,0xf5,0x30,0x74,0x9f,0xda,0xf2,0xf8,0xd4,0x74,0x3d,0x2a,0x45,0x5,0x67, + 0x4f,0x95,0xdf,0xc9,0x79,0xb4,0x90,0x69,0x9d,0xf4,0xc8,0x34,0xca,0x8c,0x42,0x63, + 0x22,0x7a,0x69,0x67,0x52,0xca,0xd2,0xd1,0x42,0x8d,0xf7,0xa4,0x19,0x2b,0x78,0x5a, + 0x3f,0x5a,0xa8,0xbc,0x4f,0x66,0xa0,0x8c,0xa,0x6e,0xa5,0x4a,0xc9,0xc4,0xa0,0x15, + 0x7e,0xcb,0xac,0x90,0xf9,0x9,0xce,0xd6,0xda,0xb6,0xf6,0x9,0xe9,0xf6,0xe6,0xec, + 0x79,0xee,0x9f,0x90,0x9e,0xd7,0x73,0x6d,0x39,0x4f,0x29,0x9f,0x15,0xe8,0xef,0xaa, + 0x20,0x9e,0xb8,0x82,0x7e,0xd,0x79,0x27,0xb,0xec,0xb3,0xc5,0xe7,0xf9,0x8,0xce, + 0x4d,0x15,0xf2,0x3c,0x5e,0x56,0xc8,0x8a,0xdf,0xf3,0x3e,0x3e,0xb3,0x82,0xc,0xb8, + 0xf3,0x71,0x3c,0x57,0xc8,0xc,0x90,0xf3,0x73,0x3c,0x2a,0x68,0x99,0x88,0x7c,0xc7, + 0xc3,0xf6,0x12,0xdd,0x8f,0x13,0x3e,0x5b,0xd,0x97,0xb5,0xaf,0xd2,0x36,0x8f,0xf5, + 0x9f,0x31,0x8f,0xd5,0x16,0xa7,0xda,0xe2,0x54,0x5b,0x9c,0x6a,0x8b,0x53,0xff,0x8a, + 0x38,0x35,0x3d,0xd7,0x69,0x29,0x3c,0xb4,0x6f,0x7d,0xaf,0x73,0xc,0xd9,0xfb,0x5b, + 0xf5,0xa6,0xb5,0xed,0x29,0xc6,0xbf,0x5c,0x39,0x7f,0xcb,0xd1,0xe2,0x7d,0x28,0x73, + 0xff,0xd2,0xe,0x81,0x81,0x96,0xf,0xe0,0x98,0xb1,0x74,0x2,0x2,0x30,0x6f,0x87, + 0x4,0xff,0x1c,0xe1,0x23,0x4e,0xcb,0xbe,0x74,0x2,0xcf,0xb,0x29,0xef,0x1d,0x58, + 0xbf,0x58,0x7a,0xf6,0x69,0x1d,0x8,0xe0,0x62,0x10,0x90,0xf1,0x1c,0xc,0x87,0x41, + 0x85,0xec,0x4a,0x95,0x2a,0x19,0x69,0x8c,0xf6,0xf8,0x83,0x21,0xeb,0xe5,0x4,0x85, + 0x40,0x7b,0x37,0xf,0xc4,0x3a,0xc6,0x3,0x62,0x28,0x52,0x86,0x44,0x32,0xbe,0x99, + 0xe1,0xef,0xc1,0x63,0xd7,0x9e,0x25,0xed,0x55,0xf8,0x17,0x43,0xee,0x85,0x55,0x8, + 0xe4,0x9d,0x14,0x18,0xc9,0xfb,0x3d,0x1b,0x3e,0x87,0x3,0xe4,0x6e,0x7b,0xb9,0x5b, + 0x8b,0x61,0x10,0xbf,0x4,0xda,0x7b,0x4c,0x9f,0xba,0x60,0x81,0x1f,0x42,0x97,0x18, + 0xbe,0x91,0x76,0x14,0xc1,0x53,0xd,0x32,0x47,0xc8,0x63,0xfc,0xfa,0x4e,0x9f,0x7a, + 0xf8,0x70,0x78,0x43,0x8f,0xf8,0xa2,0x7c,0x23,0x23,0x8,0x61,0x4,0x62,0x8,0xf7, + 0x72,0x32,0xe0,0xf0,0xb6,0x77,0xe5,0x8f,0xf7,0xb,0xe8,0xeb,0x51,0x32,0xbe,0x18, + 0xe,0xb0,0x87,0xac,0xe7,0x81,0x6e,0xff,0x88,0x8b,0x1c,0x1,0x78,0xd9,0x7b,0x70, + 0xeb,0xd,0xfd,0x16,0xb9,0xca,0x48,0xc4,0x3e,0x52,0xca,0x7e,0x68,0xfe,0xb4,0xf4, + 0x8b,0xd8,0x5d,0x28,0xd2,0x23,0x9c,0x5b,0xf7,0x74,0x2d,0x5a,0x2a,0x5d,0x8e,0x97, + 0xa7,0xa5,0xf2,0x58,0xb3,0x33,0xc7,0xc3,0x9,0x81,0x3,0xdc,0x58,0xdf,0x87,0x37, + 0x84,0xfe,0x46,0x24,0x20,0xbf,0x5,0x3b,0xf6,0x7c,0xa9,0x3c,0x8f,0x26,0x2d,0xc2, + 0x4e,0x8e,0xe0,0x36,0x2c,0x5b,0xca,0x2d,0x52,0xdf,0xcb,0x37,0xd7,0xd9,0x59,0xd7, + 0xf0,0x69,0xe9,0x72,0x54,0x1a,0x7b,0xb3,0x29,0xb0,0x48,0xa9,0xb4,0xb4,0x3,0x3c, + 0xcb,0xca,0xbd,0xd9,0xbf,0xbc,0xc8,0xb4,0xac,0x3,0x72,0xee,0xcd,0x7e,0x40,0x84, + 0xc5,0xc4,0x81,0xb1,0x5,0x4b,0xfb,0x1f,0xe7,0x80,0x98,0xdc,0xe,0x48,0xcb,0xf3, + 0x80,0xb4,0xb4,0x34,0x2b,0xfa,0x4a,0x1d,0x60,0x55,0xd,0xca,0xe0,0x26,0x37,0xb1, + 0x98,0xf7,0xc8,0x6f,0x8e,0xda,0x9a,0x66,0xf8,0xa7,0x3c,0x87,0x60,0xd3,0x29,0x36, + 0x9d,0x62,0xd3,0x29,0x36,0x9d,0xf2,0x64,0x3a,0x25,0xd5,0x32,0xf5,0x45,0xa4,0xd9, + 0xc7,0xe4,0xf4,0xa,0x76,0x69,0x31,0xf5,0xeb,0xd7,0x37,0xb3,0xbd,0x73,0xc,0x14, + 0x88,0x77,0xa0,0x43,0xfd,0x6c,0xd9,0xde,0xda,0xf6,0x10,0x0,0x50,0x1e,0xde,0x81, + 0xee,0x76,0x12,0x6b,0xaa,0xe1,0x42,0x9,0x9,0x9c,0x5,0x2d,0x64,0xe7,0x56,0xd2, + 0x4e,0xf9,0x7b,0xe7,0xb4,0x53,0xa5,0xa5,0x58,0x28,0x5f,0xc8,0xaf,0x6f,0x40,0xc3, + 0xe7,0xd2,0xb5,0x93,0x77,0x26,0x7f,0x3d,0x6f,0x9a,0x14,0xe8,0x37,0x75,0xea,0xe4, + 0xbe,0x25,0x23,0xa5,0x50,0x4a,0xf3,0x97,0xea,0x0,0xce,0x3f,0xa9,0x90,0x5f,0xc0, + 0xd4,0xc3,0x61,0x9e,0xf1,0xbc,0x23,0x22,0x86,0x93,0x95,0xec,0xb3,0x93,0x1c,0x22, + 0xfd,0x34,0x49,0x11,0x1f,0x9,0x7f,0xee,0x5f,0x80,0xbd,0x79,0x7d,0xb9,0xbd,0xff, + 0xd4,0xc9,0x7e,0x1,0x61,0xae,0xf1,0x6e,0x69,0xf6,0xf6,0xbd,0xd9,0x8d,0xc7,0xd8, + 0xd7,0x4f,0x74,0x8,0xb4,0xf3,0x9b,0x7a,0x38,0xbc,0xac,0x2b,0x9c,0x70,0x8c,0xc6, + 0xd6,0x9c,0x97,0xf5,0xf7,0xf7,0x84,0xf7,0xf5,0x2c,0xeb,0x19,0xa9,0x65,0x27,0x9c, + 0x6b,0x6b,0x6e,0xd9,0xbe,0x97,0x71,0x2b,0x4a,0x7a,0x9a,0xe6,0xe8,0xec,0xfd,0x8c, + 0x5b,0x8d,0x3b,0xd2,0x4d,0xf9,0x8d,0xcc,0x1d,0xe6,0xd4,0x53,0xe6,0x8e,0x6e,0xd6, + 0x76,0xe4,0x48,0x56,0xa5,0x91,0x15,0x17,0xa9,0x25,0x3f,0x2c,0x7c,0xc1,0x31,0xd6, + 0x5c,0x62,0xb6,0xcd,0xf8,0xb0,0x99,0xff,0xba,0xe7,0xac,0x6c,0x7e,0xcc,0xe6,0xc7, + 0x6c,0x7e,0xcc,0xe6,0xc7,0xf2,0xed,0xc7,0x9c,0xed,0x63,0xc,0x61,0x75,0xed,0xc8, + 0x42,0xe,0xe,0x99,0x4f,0x6f,0xa4,0xa4,0x17,0xf2,0x4a,0x2a,0x9f,0x94,0x60,0xaf, + 0xcd,0x9b,0xb5,0xb3,0xaf,0x9f,0x0,0xef,0xe2,0x16,0x5f,0x56,0xb2,0x4c,0xc4,0x80, + 0x84,0xc4,0xab,0xe5,0xaf,0xd6,0xf7,0xe8,0x5f,0xd2,0x13,0x1b,0xd2,0xfd,0xb,0x70, + 0xac,0x99,0xe4,0xdf,0xb7,0xff,0x82,0x78,0x6c,0xb0,0x2f,0x50,0xa0,0x38,0x3b,0xb, + 0xcf,0xfe,0x7d,0x3d,0x9e,0x46,0xdd,0xc8,0xfb,0xe2,0x7e,0x8c,0x7f,0x42,0x39,0xf, + 0xec,0x8e,0x4f,0x47,0x85,0xd4,0x54,0x1e,0xf1,0x2a,0xf9,0xdc,0xf9,0xb2,0x91,0x1a, + 0xab,0xcb,0xa9,0xfd,0xe9,0xa5,0x22,0x33,0x39,0x3e,0x86,0x37,0x18,0x1d,0xa8,0xdc, + 0x60,0x74,0x9c,0xb2,0x4a,0x44,0xf6,0x23,0xb2,0xbb,0x88,0x4c,0x2e,0xe6,0x9c,0xf0, + 0x9f,0x7d,0x4e,0x53,0x72,0xe9,0xd3,0xda,0x7b,0x8,0x6d,0xc5,0x56,0x6c,0xc5,0x56, + 0x6c,0xc5,0x56,0x6c,0xc5,0x56,0x6c,0xc5,0x56,0xfe,0x86,0xf2,0x94,0xc8,0x54,0x9d, + 0x99,0x66,0x9e,0x2d,0x60,0x2b,0xb6,0x62,0x2b,0xff,0x3d,0x45,0xe1,0x9d,0x5f,0x9a, + 0x54,0x10,0x66,0x6f,0x30,0xce,0x5b,0x3e,0x2b,0x6c,0x3c,0x60,0x2b,0xb6,0xf2,0xdf, + 0x54,0x8c,0x98,0x67,0x8c,0x17,0x86,0x15,0x85,0x15,0x87,0x95,0x30,0x58,0x31,0x7d, + 0x9f,0x79,0x2c,0xdc,0x56,0x6c,0xc5,0x56,0xfe,0xf3,0xa,0xe3,0xd7,0x88,0x79,0xc6, + 0x37,0xf,0xe7,0x95,0x81,0x95,0x85,0x95,0x83,0x39,0xe8,0xc6,0x7f,0x3f,0x7,0x2b, + 0xad,0x1f,0x57,0x48,0x64,0x69,0x1,0x5b,0xb1,0x15,0x5b,0xf9,0xcf,0x28,0x8c,0x79, + 0xf6,0xdd,0x8c,0x5d,0xc6,0x30,0xfb,0xf9,0x52,0x42,0xc3,0x36,0xe3,0xfc,0x5,0x58, + 0x79,0xd8,0xcb,0xb0,0x57,0x60,0x15,0xf4,0x25,0xaf,0xbf,0xa4,0xef,0x2f,0xab,0xd7, + 0xe1,0xba,0x36,0x2d,0x60,0x2b,0xb6,0xf2,0xcf,0x2f,0x4a,0xdf,0x73,0x1c,0x5f,0x44, + 0x68,0x7a,0x9e,0xfd,0x3c,0x63,0xfe,0x45,0xa1,0xe1,0xbb,0x22,0xac,0x32,0xec,0x35, + 0xd8,0xeb,0xb0,0x2a,0x6,0xe3,0xf5,0x57,0xf5,0x63,0x98,0x7,0x78,0xfa,0xea,0x73, + 0x7a,0x3b,0x85,0xf4,0xb6,0x6d,0x1c,0x60,0x2b,0xb6,0xf2,0xcf,0x29,0xca,0xd7,0x73, + 0x1e,0x8f,0xf5,0x3d,0xc7,0xf3,0xac,0xdf,0x59,0xcb,0xb3,0x1f,0x57,0x98,0x67,0xbc, + 0x33,0xc6,0x79,0x9a,0x9,0x4f,0x8e,0xab,0x5,0xe3,0x89,0x39,0x75,0xd8,0x9a,0x36, + 0x6d,0x3a,0xa9,0x7b,0xf7,0xee,0x57,0x82,0x82,0x82,0x56,0x63,0xbd,0xaa,0x7e,0x3c, + 0xd7,0x63,0x9d,0xc0,0xfc,0xc1,0x5a,0x80,0x39,0xc5,0x16,0xf,0xd8,0x8a,0xad,0xfc, + 0x7b,0x8b,0xc2,0xbc,0x8a,0xe9,0x8d,0x7e,0x9e,0xfd,0x36,0xeb,0x79,0xf6,0xe3,0x8c, + 0xf7,0xea,0x42,0xc3,0xba,0x23,0x8c,0xe7,0x71,0xbb,0xc0,0xdc,0x60,0xee,0x6c,0x2e, + 0x2e,0x2e,0x83,0xbb,0x74,0xe9,0x72,0xb4,0x47,0x8f,0x1e,0xc4,0x36,0x6a,0xd4,0x28, + 0x1a,0x38,0x70,0xe0,0x5a,0xa1,0x71,0x3,0xd7,0x65,0x4d,0x50,0x51,0x68,0x3c,0x50, + 0x4e,0xd8,0xb4,0x80,0xad,0xd8,0xca,0xbf,0xa3,0x18,0xf3,0xf7,0xac,0xef,0x39,0x3f, + 0xc7,0x3e,0x99,0xe3,0x74,0xe5,0xe7,0x2b,0x9,0xd,0xaf,0x46,0xcc,0xd7,0x85,0xb9, + 0xc2,0xea,0xc1,0x3c,0x61,0x5e,0xb0,0x6,0xe5,0xcb,0x97,0xef,0xd6,0xbe,0x7d,0xfb, + 0x8d,0x8c,0xf9,0x9e,0x3d,0x7b,0xd2,0x80,0x1,0x3,0x68,0xd5,0xaa,0x55,0xf4,0xde, + 0x7b,0xef,0x49,0xe,0xc0,0xb6,0xf7,0x85,0xf6,0xe8,0x1a,0xb7,0xc3,0x9a,0xe1,0x55, + 0xfd,0x33,0x6c,0x5a,0xc0,0x56,0x6c,0xe5,0x5f,0x57,0xcc,0xbe,0x9e,0xf5,0x3d,0xfb, + 0x7a,0x8e,0xcd,0xd9,0xd7,0x57,0x14,0x1a,0x36,0x59,0xb3,0xd7,0x14,0x59,0x98,0x67, + 0x1f,0xcf,0x98,0xaf,0xf,0x6b,0x20,0xe4,0x1b,0x3e,0x44,0x93,0xc2,0x85,0xb,0x77, + 0x6c,0xde,0xbc,0xf9,0x2,0xc6,0xbc,0xf2,0xf9,0x73,0xe6,0xcc,0xa1,0xd4,0xd4,0x54, + 0xed,0x39,0xe6,0xb4,0x34,0x9a,0x31,0x63,0x6,0x8d,0x1c,0x39,0x92,0x3a,0x77,0xee, + 0x1c,0x2e,0x34,0xbd,0xe0,0xa8,0xb7,0xcd,0xdc,0xc2,0xda,0xe2,0x5,0xfd,0x1c,0x8a, + 0xe9,0xe7,0x65,0xe3,0x0,0x5b,0xb1,0x95,0xbf,0xae,0xe4,0xc7,0xd7,0x73,0xe,0x4f, + 0xe9,0x7b,0xd6,0xea,0xec,0xab,0x95,0x9f,0x67,0xcc,0x37,0x14,0x1a,0xe6,0x9b,0xc2, + 0x9a,0xc3,0x5a,0x7a,0x7a,0x7a,0xbe,0xdf,0xad,0x5b,0xb7,0x87,0xa,0xf7,0x53,0xa6, + 0x4c,0xa1,0xa4,0x24,0xf5,0x66,0xdf,0xac,0x92,0x9e,0x9e,0x4e,0x6f,0xbd,0xf5,0x96, + 0xd4,0x1,0xad,0x5b,0xb7,0xe6,0x5f,0x6d,0xe4,0x58,0xc1,0x59,0xff,0x1c,0xe6,0x19, + 0xd6,0x19,0xe5,0xf5,0xf3,0x51,0xf1,0x80,0x8d,0x3,0x6c,0xc5,0x56,0xfe,0x5c,0xb1, + 0x94,0xcb,0x53,0x71,0x3d,0xe3,0x4d,0xc5,0xf5,0x46,0x5f,0xcf,0xfe,0x99,0xf1,0xc9, + 0xda,0x9e,0xfd,0x7c,0x63,0xa1,0x61,0xbe,0x5,0xac,0x15,0xac,0x4d,0xcd,0x9a,0x35, + 0x43,0x80,0xfb,0x1b,0xec,0xf3,0xd9,0x86,0xf,0x1f,0x4e,0x47,0x8f,0x1e,0xcd,0x81, + 0x7b,0x63,0xb9,0x72,0xe5,0x8a,0xe4,0x0,0x1c,0xfb,0xd0,0xd5,0xd5,0x35,0x40,0x6f, + 0x9f,0xf9,0x85,0xf3,0x85,0xd5,0x45,0xce,0x78,0xc0,0x96,0x13,0xb0,0x15,0x5b,0x79, + 0xfc,0xa2,0x7c,0x3d,0xc7,0xd2,0xec,0xeb,0x79,0xbc,0x9d,0xe7,0xe7,0xf0,0xb8,0x9b, + 0x39,0xae,0xe7,0x38,0x9c,0xe3,0x71,0xb3,0xaf,0x6f,0x4,0x6b,0x2,0x6b,0x26,0x74, + 0xcc,0xc3,0xda,0x95,0x2d,0x5b,0x36,0xb0,0x53,0xa7,0x4e,0x27,0x95,0xd6,0xe7,0x18, + 0x7f,0xd3,0xa6,0x8d,0xda,0x2b,0xf7,0xf2,0x51,0x14,0x7,0x8c,0x18,0x31,0xe2,0xa1, + 0x8b,0x8b,0xcb,0x0,0xfd,0xb3,0xdc,0xf4,0xcf,0x37,0xc7,0x3,0x3c,0xe6,0x60,0xcb, + 0x9,0xd8,0x8a,0xad,0xe4,0x5d,0x2c,0x61,0x3e,0xb7,0x5c,0x9e,0x25,0x7d,0xaf,0x30, + 0xcf,0xda,0x9e,0x31,0xdf,0x16,0xd6,0x1,0xd6,0xc9,0xce,0xce,0xae,0x2f,0x74,0xfb, + 0x77,0x2a,0xb7,0xc7,0xcb,0x85,0xb,0x17,0xd2,0xa3,0x47,0x8f,0xe8,0x8f,0x3f,0xfe, + 0xb0,0x6a,0x44,0xff,0xa7,0x73,0x83,0xfa,0xfb,0xff,0xe8,0xf0,0xe1,0x43,0x32,0x17, + 0x30,0x74,0xe8,0xd0,0x1b,0x25,0x4b,0x96,0xec,0x28,0xb4,0xb8,0xc2,0x92,0x16,0xe0, + 0x5c,0x4,0x8f,0xf,0x30,0x77,0xd9,0xb4,0x80,0xad,0xd8,0x4a,0xce,0x62,0x6d,0xac, + 0xde,0xac,0xef,0x39,0xae,0xe7,0x31,0x7a,0xc6,0x97,0xca,0xe5,0x29,0x7d,0xaf,0x62, + 0xfa,0x96,0xb0,0xd6,0xb0,0x76,0x42,0xc3,0xbd,0xf,0xcc,0xb7,0x71,0xe3,0xc6,0xd1, + 0xd0,0xfa,0x8f,0x14,0xf6,0x39,0xc6,0xbf,0x75,0xeb,0x96,0x8e,0x6f,0xca,0x15,0xff, + 0xd6,0xec,0xd0,0xa1,0x43,0x32,0x17,0x30,0x64,0xc8,0x90,0x84,0x12,0x25,0x4a,0x74, + 0xd2,0xcf,0xc1,0xa8,0x5,0xf8,0x5c,0x79,0xbe,0x0,0xcf,0x21,0x7c,0x5e,0xbf,0x26, + 0xe6,0xb4,0x67,0x85,0x8d,0x3,0x6c,0xe5,0x7f,0xbb,0x98,0x7d,0xbd,0x9a,0x7f,0xcf, + 0xbe,0xde,0x98,0xc3,0x67,0xfc,0xb0,0xbe,0x37,0xe6,0xf0,0x39,0xae,0x57,0xb9,0xbc, + 0xc6,0x42,0xd3,0xf7,0x8c,0x7b,0xd6,0xf7,0xed,0x61,0x8c,0xc5,0xce,0xb0,0xae,0x4e, + 0x4e,0x4e,0xef,0xf9,0xfa,0xfa,0xde,0x52,0xb8,0x87,0x66,0xa7,0x33,0x67,0xce,0x3c, + 0x36,0xd6,0xad,0x71,0xc4,0x96,0x2d,0x5b,0xa4,0xe,0x18,0x3c,0x78,0x70,0x82,0xd0, + 0x72,0xb,0x7c,0x3e,0xcc,0x47,0xac,0x47,0x9c,0x45,0xf6,0x78,0x80,0xe7,0x1a,0x3e, + 0xa7,0x5f,0x6b,0x41,0x61,0x8b,0x7,0x6c,0xe5,0x7f,0xaf,0x98,0x9f,0xbb,0x31,0xfa, + 0x7a,0xc6,0x7,0xfb,0x4a,0xce,0xe1,0xe7,0xa6,0xf1,0x19,0xf7,0x66,0x8d,0xaf,0x70, + 0xdf,0x5,0xd6,0xb5,0x5a,0xb5,0x6a,0x61,0x1d,0x3b,0x76,0x3c,0xad,0x72,0x7b,0x1c, + 0xe3,0xef,0xda,0xb5,0xeb,0x4f,0xf9,0x7b,0x6b,0xb6,0x74,0xe9,0x52,0xc9,0x1,0xfe, + 0xfe,0xfe,0xdb,0x84,0xc6,0x43,0x4d,0xf4,0x73,0xf4,0x10,0x1a,0x5f,0x71,0x6e,0xc2, + 0x3c,0x3e,0xc0,0xd7,0xcd,0xbc,0x67,0x7b,0x7e,0xc0,0x56,0xfe,0xdb,0x8b,0xd1,0xd7, + 0x73,0xc,0xac,0xc6,0xed,0xd8,0x17,0x9a,0x7d,0x3d,0xe3,0x44,0x69,0x7c,0xf6,0x9f, + 0xac,0xa5,0x19,0x47,0x3c,0x3f,0x47,0xc5,0xf6,0xec,0x67,0x59,0xe3,0xab,0xd8,0x9e, + 0x35,0x3e,0xe3,0xbe,0x5b,0x99,0x32,0x65,0x86,0x21,0xc6,0x8f,0x53,0xb8,0x67,0xbf, + 0xcf,0xf3,0x77,0xcc,0x31,0xbe,0x35,0xe,0x30,0x6e,0xcf,0x8d,0x27,0xcc,0xfb,0x98, + 0x3,0x38,0x16,0xd0,0x39,0x80,0x39,0xa9,0x99,0x7e,0xbe,0x7c,0xee,0x2e,0xfa,0xf5, + 0x18,0xe7,0xb,0xa9,0x9c,0x0,0x73,0xa0,0x2d,0x27,0x60,0x2b,0xff,0x8d,0xc5,0xda, + 0xb8,0x1d,0xf7,0x7d,0xe5,0xeb,0xcd,0x73,0xf3,0xd8,0xd7,0x1b,0xc7,0xee,0x94,0xc6, + 0x57,0x63,0x77,0x2a,0xb6,0xe7,0x9c,0x1b,0x6b,0x7c,0x5f,0x58,0xb7,0x82,0x5,0xb, + 0xe,0xf0,0xf6,0xf6,0x5e,0x89,0x18,0x3f,0x55,0x8d,0xe3,0x7f,0xf8,0xe1,0x87,0x99, + 0x31,0xfe,0x5f,0x65,0xaa,0x98,0xb7,0xf3,0x3c,0x21,0x35,0x3f,0xa8,0x4d,0x9b,0x36, + 0x1f,0xea,0xe7,0xa9,0x38,0x40,0xe5,0x5,0x39,0x7e,0x51,0x39,0x1,0xf3,0x9c,0x41, + 0x5b,0x3c,0x60,0x2b,0xff,0xd,0xc5,0xa8,0xef,0x8d,0xcf,0xda,0x19,0x31,0x6f,0xd4, + 0xf7,0x6a,0x3e,0xae,0x79,0xbc,0x5e,0xe5,0xf3,0xd4,0x78,0x7d,0x66,0x1e,0x5f,0xe8, + 0x1a,0x1f,0xd6,0x3,0xd6,0xcb,0xd5,0xd5,0xf5,0x8b,0xee,0xdd,0xbb,0xa7,0x2a,0x7f, + 0x3f,0x61,0xc2,0x84,0xcc,0x18,0xff,0xaf,0xd6,0xfa,0xb9,0x99,0x71,0x8e,0x20,0x34, + 0xc8,0x47,0xfa,0x39,0x9b,0x73,0x2,0x1c,0xf,0x70,0x4c,0xc3,0xb9,0x4c,0x4b,0xf3, + 0x85,0x6c,0xf1,0x80,0xad,0xfc,0xa7,0x95,0xdc,0xc6,0xed,0x94,0xbe,0x37,0xce,0xd1, + 0x31,0xea,0x7b,0x15,0xd7,0xb3,0xbe,0x37,0xe7,0xf3,0x8c,0xbe,0x5e,0x69,0xfc,0x4c, + 0xdc,0x57,0xad,0x5a,0xf5,0x5d,0x1f,0x1f,0x9f,0x8b,0xa,0xf7,0x9c,0xdb,0x53,0x31, + 0xfe,0x5f,0x95,0xdf,0x7b,0x5c,0xbb,0x7b,0xf7,0xae,0x9c,0x1b,0xc0,0x1c,0x50,0xaf, + 0x5e,0xbd,0x89,0x42,0xe3,0x0,0x73,0x4e,0x80,0xb9,0x8e,0x39,0x80,0xe3,0x1,0xe6, + 0x42,0xa3,0x16,0xb0,0xc5,0x3,0xb6,0xf2,0x9f,0x52,0xac,0xe5,0xf2,0x94,0xaf,0x57, + 0xe3,0xf5,0x96,0x72,0xf8,0x96,0xe2,0x7a,0x39,0x1f,0x57,0xe8,0xf3,0x74,0x44,0x76, + 0xdc,0xf3,0xf,0x45,0x48,0xdc,0x97,0x2e,0x5d,0x7a,0x64,0x87,0xe,0x1d,0xce,0x98, + 0x9f,0xd1,0x79,0xf8,0xf0,0x21,0x30,0xf8,0x7f,0x26,0xfb,0xdd,0xc2,0xb6,0xbf,0xde, + 0xf7,0x1b,0xe3,0x2,0xc3,0x1c,0xc1,0x47,0xb5,0x6a,0xd5,0x1a,0x29,0xb2,0x38,0xa0, + 0xa9,0xc8,0x8a,0x7,0x54,0x4e,0xa0,0xba,0xc8,0x3e,0x46,0xa8,0xde,0x2d,0x62,0x8b, + 0x7,0x6c,0xe5,0x9f,0x58,0x72,0x9b,0x97,0xa7,0xc6,0xeb,0xb9,0x2f,0x9b,0x9f,0xb3, + 0x35,0xc7,0xf5,0x99,0xcf,0xde,0x88,0x9c,0x79,0x7c,0x85,0x7b,0x19,0xdb,0xb,0x1d, + 0xf7,0xcf,0x3e,0xfb,0xec,0x1b,0xcd,0x9a,0x35,0xdb,0x6c,0xcc,0xed,0x7d,0xf1,0xc5, + 0x17,0x74,0xf3,0xe6,0x4d,0x89,0xbb,0xff,0xfb,0xbf,0xff,0xcb,0x61,0xa,0x9f,0x96, + 0xf6,0x65,0x3f,0xee,0x77,0x13,0x57,0xfc,0x2e,0xe7,0xf9,0x64,0x6d,0xff,0x5d,0xdf, + 0x96,0x77,0xde,0x50,0x71,0x0,0x6b,0x0,0x68,0x12,0xe6,0x80,0x51,0x42,0xe3,0x33, + 0x63,0x5e,0xd0,0x9c,0x13,0x50,0x63,0x84,0xcc,0x1,0xc6,0x67,0x88,0x9e,0xf9,0x5b, + 0xbe,0x45,0x5b,0xb1,0x95,0xc7,0x2b,0xe6,0x5c,0x9e,0xf9,0xd9,0x1b,0x4b,0xcf,0xdc, + 0x19,0x35,0xbe,0x71,0xcc,0xde,0xf8,0xfc,0x8d,0x39,0xb6,0xcf,0xcc,0xe9,0x9,0x1d, + 0xf7,0xb0,0x3e,0x9e,0x9e,0x9e,0xdf,0xaa,0xdc,0x1e,0x63,0x3f,0x22,0x22,0x82,0x4e, + 0x9f,0x3e,0x9d,0x27,0xae,0xff,0x15,0xa6,0xf1,0x44,0x4e,0xbd,0xc1,0xf3,0x83,0x98, + 0x3,0x6,0xd,0x1a,0x74,0xbe,0x68,0xd1,0xa2,0xbd,0x45,0x4e,0xe,0x30,0xcf,0x1b, + 0xae,0xa2,0xdf,0x43,0x35,0x4f,0xc0,0xf6,0x4e,0x1,0x5b,0xf9,0x77,0x16,0x4b,0xbe, + 0xde,0x52,0x3e,0xcf,0xac,0xf1,0x8d,0xf3,0xf3,0x58,0xe3,0x9b,0xe7,0xea,0x18,0xc7, + 0xef,0x8c,0xf3,0x75,0x72,0xe0,0xbe,0x4e,0x9d,0x3a,0x33,0x7d,0x7d,0x7d,0x6f,0x2b, + 0xdc,0xf3,0x33,0x3a,0x47,0x8e,0x1c,0x79,0x22,0x9c,0xe6,0x47,0x7,0xb0,0x3d,0x7c, + 0x70,0x8f,0xbe,0x9d,0x1d,0x41,0x6f,0x74,0xaa,0x4a,0x17,0x13,0xfe,0x1c,0xc7,0x58, + 0xe0,0x80,0xf6,0x22,0x6b,0x6c,0x40,0xcd,0x17,0x54,0xcf,0x11,0xb2,0x4e,0x52,0x79, + 0x41,0x35,0x6f,0x58,0x8d,0xf,0xd8,0x38,0xc0,0x56,0xfe,0x15,0xc5,0xf8,0x8e,0x4c, + 0x4b,0xfa,0xde,0x5a,0x5c,0x6f,0xce,0xe7,0x19,0x31,0x6f,0xf6,0xf5,0x66,0x8d,0xaf, + 0x72,0x7a,0x3d,0x61,0x8c,0x91,0xbe,0x2f,0xbd,0xf4,0xd2,0x24,0xc4,0xf8,0x3f,0xa9, + 0xb1,0x3c,0x15,0xe3,0xff,0x1d,0x78,0x37,0x1e,0xbf,0x69,0xd5,0x3c,0xea,0xd7,0xbe, + 0xa,0x75,0xaa,0x5f,0x12,0x56,0x86,0x6,0x74,0x0,0x7,0x9c,0xfb,0x73,0x1c,0x10, + 0x13,0x13,0xa3,0xde,0x1f,0x74,0x4a,0x68,0x3c,0xc7,0x5a,0x87,0x73,0x1c,0xcc,0x83, + 0xc6,0xbc,0xa0,0xf1,0xd9,0x1,0xbe,0xb7,0xea,0x19,0x22,0x35,0x67,0xd0,0x36,0x5f, + 0xc8,0x56,0xfe,0xae,0x62,0x29,0x97,0x67,0x9e,0xa3,0xc3,0xfd,0x51,0x8d,0xdd,0x99, + 0xf3,0x79,0xd6,0x70,0x9f,0xf9,0xbc,0xad,0xc8,0x8e,0x7b,0x95,0xcb,0x67,0x7f,0xaf, + 0x70,0xdf,0xa7,0x74,0xe9,0xd2,0xa3,0x5b,0xb6,0x6c,0xb9,0xdb,0xf8,0x1e,0xe,0x8e, + 0xf1,0x39,0xb7,0xf7,0x57,0x6a,0x76,0xc5,0xd,0x6a,0x79,0xe6,0x87,0x83,0x34,0xac, + 0xa7,0x7,0xf9,0x78,0x3d,0x47,0x6d,0xdc,0x4b,0xd2,0x30,0x9f,0xf2,0x34,0xb4,0x73, + 0x79,0xea,0xe0,0x59,0x86,0x2,0xda,0x57,0x97,0x9a,0xe0,0x49,0x79,0x85,0x6d,0xf1, + 0xe2,0xc5,0x92,0x3,0xfa,0xf6,0xed,0xfb,0x9d,0x7e,0xfd,0xed,0x45,0x4e,0xe,0x50, + 0x79,0x41,0x63,0x4e,0xa0,0xa2,0xb0,0xc5,0x3,0xb6,0xf2,0xf7,0x94,0xbc,0xf4,0xbd, + 0xf9,0x3d,0x99,0x1c,0xd7,0xab,0x39,0xb9,0x96,0xf2,0xf8,0x96,0xe6,0xea,0x98,0xfd, + 0xbd,0xc2,0x7d,0x77,0xa1,0xe1,0x5e,0xea,0xfc,0x67,0x9f,0x7d,0x76,0x50,0xa3,0x46, + 0x8d,0x56,0x73,0x8c,0xaf,0xb0,0xcf,0x31,0xfe,0x85,0xb,0x17,0xfe,0x52,0xdc,0x9b, + 0x8d,0xf5,0xfd,0x94,0xd1,0xdd,0xa9,0x4b,0x83,0xd2,0xd4,0xae,0x5e,0x29,0xea,0xdf, + 0xda,0x81,0x3e,0x18,0x5a,0x8d,0x16,0xbc,0xe5,0x48,0xb,0x27,0x39,0xd3,0x1b,0xed, + 0x5e,0x92,0x3a,0x60,0xc2,0xa0,0x36,0xe0,0x80,0x94,0xc7,0xd6,0x18,0xc6,0xfd,0x5f, + 0x7f,0xfd,0xb5,0x8c,0x5,0x7a,0xf5,0xea,0x15,0xab,0xdf,0xb,0xa5,0x3,0xd4,0xf8, + 0xa0,0x31,0x2f,0x68,0xcc,0x9,0xa8,0x79,0x2,0x6a,0xce,0xa0,0x6d,0xbe,0x90,0xad, + 0xfc,0x99,0x62,0xfe,0xbd,0x1b,0xf3,0x7c,0x5c,0x95,0xc3,0xb7,0xa4,0xf1,0x8d,0x79, + 0x7c,0xe3,0xf8,0x5d,0x63,0x61,0x39,0xb6,0xcf,0x15,0xf7,0xb0,0xbe,0xae,0xae,0xae, + 0x73,0x39,0xc6,0x37,0x8e,0xe3,0x1b,0x73,0x7b,0xb9,0xe5,0xf6,0x9f,0x54,0xfb,0xb3, + 0x3f,0xff,0xe2,0xbd,0x71,0xd4,0xad,0xe1,0x73,0xd4,0xc1,0xa3,0x24,0x75,0xf3,0x2e, + 0x43,0xef,0x6,0xbe,0x4a,0x4b,0x42,0x5d,0x68,0x79,0x44,0x5d,0x5a,0x39,0xc5,0x9d, + 0x96,0x87,0xbb,0xd2,0x37,0x93,0x5c,0xa9,0x6f,0xf3,0xf2,0xd4,0x9,0xba,0xe0,0xad, + 0x41,0xed,0xe8,0xd1,0xc3,0x9c,0x1c,0x90,0x5f,0xe3,0x39,0x82,0xef,0xbf,0xff,0xbe, + 0xd4,0x1,0xd0,0x38,0x9f,0x8a,0x9c,0x1c,0xc0,0xbc,0xa9,0x74,0x80,0xca,0xb,0x1a, + 0x9f,0x1d,0x60,0xd,0xc6,0x31,0x98,0xfa,0x1d,0x12,0xdb,0x3b,0xc6,0x6c,0x25,0xbf, + 0xc5,0xfc,0xee,0x2c,0xe5,0xeb,0xb9,0x2f,0x99,0xe7,0xe9,0x98,0x35,0xbe,0x39,0x8f, + 0xaf,0xde,0x97,0x69,0xc6,0xbd,0x25,0x9d,0x6f,0xce,0xeb,0x65,0x6a,0xfd,0x2a,0x55, + 0xaa,0x4c,0xf5,0xf1,0xf1,0x49,0x32,0xc6,0xf8,0xfc,0x1e,0x8e,0xff,0xfb,0xbf,0xdf, + 0x74,0xfb,0x5d,0xb7,0xdf,0xc,0x4b,0xf3,0xf6,0xbc,0x75,0xbe,0x99,0xb,0x56,0x2f, + 0x9c,0x49,0x1,0xed,0xaa,0x90,0xf,0x62,0xfc,0xce,0xf0,0xfb,0x13,0xfa,0x54,0x84, + 0xaf,0xaf,0x43,0xab,0xa6,0xb8,0xd2,0xa6,0x19,0xf5,0x69,0xef,0x2c,0x6f,0x3a,0xb1, + 0xa0,0x5,0xed,0xfa,0xd4,0x9b,0xd6,0x46,0xd6,0xa7,0x45,0x6f,0xbb,0x93,0x7f,0xcb, + 0x97,0xa8,0x73,0xc3,0x72,0x34,0x67,0x46,0xc8,0x9f,0xd2,0x1b,0xc6,0x79,0xc2,0xad, + 0x5a,0xb5,0x62,0xe,0xe8,0x24,0xb2,0x62,0x1,0xe3,0x3c,0x21,0x73,0x5e,0xb0,0xaa, + 0xfe,0xbd,0x30,0x2f,0xab,0x9c,0x80,0xed,0x19,0x22,0x5b,0xc9,0xab,0x30,0xe6,0xd5, + 0xb8,0x9d,0x7a,0xf6,0xc6,0x52,0x3e,0xaf,0xa2,0xc8,0x1a,0xbb,0x33,0xbf,0x1b,0xdb, + 0x18,0xdb,0xf3,0xb8,0xbd,0xf1,0xbd,0x3a,0xdc,0x67,0x8d,0x79,0x3d,0x4b,0xe3,0x78, + 0xd9,0x7c,0x3e,0x62,0xfc,0x51,0xed,0xda,0xb5,0xcb,0x7c,0xb7,0xb6,0x7a,0xf,0xc7, + 0x83,0x7,0xf,0xe8,0xf7,0xdf,0x7f,0xcf,0x34,0xc6,0x4b,0xf6,0x75,0x4b,0x7c,0x60, + 0x5c,0x1a,0x39,0xc2,0xcc,0x15,0xbf,0xd3,0x91,0xbd,0x9b,0x69,0x58,0xf,0x37,0xea, + 0xe4,0x59,0x82,0xda,0xba,0x17,0xa3,0x11,0x9d,0x5f,0xa2,0x79,0x21,0x75,0x68,0xf5, + 0xbb,0x2e,0xb4,0xf9,0xfd,0x7a,0xb4,0x7f,0x76,0x63,0x3a,0xbd,0xb0,0x35,0x25,0x2e, + 0x6d,0x4b,0x89,0xcb,0xdb,0x52,0xfc,0xb2,0x76,0xb4,0x6f,0x76,0x53,0x5a,0x37,0xbd, + 0x1,0xcd,0x9f,0xe8,0x4a,0x9d,0xbd,0x1c,0xa8,0x4b,0xc3,0x17,0x68,0xee,0x7,0xc1, + 0xf9,0xe2,0x1d,0x6b,0xfb,0x2e,0x5d,0xba,0x94,0xf9,0x1e,0xc1,0x1a,0x35,0x6a,0x8c, + 0xd1,0xef,0x97,0x31,0x27,0xa8,0xe6,0x9,0x29,0xe,0x50,0x73,0x86,0x99,0x8f,0x55, + 0x5e,0x90,0xbf,0x37,0xf5,0x1c,0xa1,0x2d,0x27,0x60,0x2b,0xc6,0x62,0xc4,0xbc,0xf9, + 0xb7,0xed,0x2c,0x61,0xde,0xd2,0xfb,0xf0,0xf3,0xf2,0xf5,0xc6,0x79,0x7a,0xd6,0xf2, + 0x7a,0xd9,0xfc,0x7d,0xc1,0x82,0x5,0x83,0x38,0xc6,0x57,0x63,0x79,0x6a,0x1c,0x9f, + 0xe7,0xef,0x18,0x71,0x6e,0x9,0xfb,0x79,0x59,0x6e,0xc7,0x5f,0x38,0xf7,0x23,0x85, + 0x8f,0xf4,0xa5,0x8e,0x9e,0xc5,0xa9,0x1d,0x70,0xdf,0xbf,0x55,0x39,0xfa,0x78,0x68, + 0x55,0x5a,0x19,0xee,0x4c,0x1b,0xa6,0xbb,0xd2,0xbe,0xcf,0x1b,0x2,0xf7,0xcd,0x29, + 0x61,0x69,0x6b,0x89,0xfb,0xc4,0xe8,0x76,0xb0,0xe,0xb0,0x8e,0x14,0xbf,0xbc,0x3d, + 0xed,0xfb,0xa2,0x19,0xc5,0xbe,0xe7,0x4d,0x73,0x82,0x5d,0xa5,0x6,0xf0,0xf5,0x2e, + 0x47,0xab,0x17,0x7d,0xf2,0xa7,0x74,0xc0,0xe5,0xcb,0x97,0x33,0xe7,0x8,0x82,0x3, + 0xc6,0x8a,0xac,0x58,0x40,0xcd,0x15,0x6c,0x26,0xb2,0x9e,0x1b,0x50,0x73,0x86,0xd5, + 0xfb,0x86,0xf9,0xfb,0x62,0x2d,0x60,0x1c,0x23,0x34,0xfe,0x1e,0x99,0xad,0xfc,0xef, + 0x15,0xf3,0xb8,0x1d,0xe7,0x88,0xd4,0x7c,0x5c,0xa5,0xef,0xcd,0x71,0xbd,0x9a,0x8b, + 0x6f,0xed,0x9d,0xf8,0xca,0xd7,0x37,0x16,0xd9,0x35,0xbe,0xb5,0xf8,0x5e,0x8d,0xe5, + 0x19,0xfd,0xbd,0xc4,0x3e,0xcf,0xdf,0xe1,0x67,0x74,0x94,0xbf,0xf,0x9,0x9,0x91, + 0x31,0x7e,0x7e,0xf1,0xfc,0xb8,0x7c,0xc0,0xf6,0xf0,0xfe,0x3d,0x9a,0x1d,0x35,0x86, + 0xba,0x34,0x28,0x2a,0x71,0xdf,0xb5,0x41,0x49,0x7a,0x37,0xa0,0x12,0x45,0x87,0xd6, + 0xa4,0xb5,0x53,0x9d,0x69,0xc7,0xcc,0x7a,0x74,0xec,0x6b,0x6f,0x8a,0x5f,0xd2,0x9c, + 0xce,0x31,0xf6,0x97,0xb5,0x1,0xfe,0x81,0xfd,0x15,0xed,0x29,0x71,0x65,0x7,0x3a, + 0xbf,0xa2,0x13,0x9d,0x5f,0xe9,0x3,0x1d,0xd0,0x11,0x3a,0xa0,0x25,0x74,0x40,0x23, + 0x9a,0x1b,0xec,0x4e,0xed,0x3d,0x9f,0xa3,0x6e,0x8d,0x9f,0xa7,0xdd,0x5b,0x57,0xca, + 0xf9,0x3e,0x39,0xb5,0x87,0x59,0x93,0x64,0x3f,0x46,0xab,0xf3,0x7f,0x74,0xee,0x5c, + 0xbc,0xd4,0x0,0xcc,0x1,0x2f,0xbd,0xf4,0xd2,0x60,0x91,0x33,0x1f,0x60,0xe6,0x0, + 0x63,0x5e,0x50,0xc5,0x3,0x2f,0x8b,0xec,0x73,0x6,0xf9,0xbb,0xb7,0x69,0x81,0xff, + 0x9d,0xa2,0x7c,0xbd,0xf9,0x77,0x6c,0x8d,0xbf,0x75,0x65,0x8e,0xeb,0xd5,0xfc,0x3c, + 0xf5,0x6e,0xd,0xf3,0xf8,0x9d,0x11,0xf7,0xc6,0xb1,0x7b,0xee,0x97,0xd6,0x74,0xbe, + 0xd9,0xe7,0x4b,0xec,0xf3,0x33,0x3a,0xc6,0xdc,0x9e,0x7a,0xf,0xc7,0x9f,0xf5,0xf7, + 0x79,0xd5,0x59,0xf9,0xcd,0x87,0xd4,0xaf,0x4d,0x65,0xea,0x50,0xaf,0x8,0xf4,0x7e, + 0x11,0xa,0xee,0xf9,0x22,0x2d,0x7b,0xa7,0x6,0xad,0x8e,0xa8,0x4d,0x5b,0xde,0xaf, + 0x4b,0x87,0x66,0xd7,0xa7,0x9f,0x16,0x35,0x96,0xd8,0x4f,0x58,0xa6,0x63,0x1f,0xb8, + 0x67,0xbc,0x9f,0x5f,0xd5,0x89,0x2e,0xac,0xf2,0x95,0x76,0x7e,0x65,0x67,0xac,0x77, + 0xa6,0xb3,0xcb,0x7c,0x68,0xf7,0xe7,0xad,0xc0,0x1,0x8d,0x69,0xda,0xa0,0x3a,0xd0, + 0x12,0xe,0xd4,0xbd,0xf1,0x8b,0xe0,0x80,0xd5,0x79,0x9c,0xa3,0x25,0x1e,0xc8,0xda, + 0x76,0xe8,0xd0,0x41,0x35,0x3f,0xe8,0x42,0x91,0x22,0x45,0xfc,0x44,0x56,0x3e,0xc0, + 0x9a,0xe,0x50,0x1c,0xa0,0x7e,0x7f,0x44,0x71,0x80,0xca,0x9,0xd8,0xc6,0x8,0xff, + 0xfb,0x8b,0x79,0xdc,0x4e,0xf9,0x7a,0xe3,0x6f,0xd9,0x9a,0x35,0xbe,0x31,0x9f,0xa7, + 0x70,0xaf,0x7e,0xf3,0xca,0xec,0xef,0x39,0xb6,0xcf,0x7c,0x3f,0xbe,0xc8,0xee,0xef, + 0x15,0xee,0xcd,0x5a,0x9f,0x7d,0x7e,0x26,0xf6,0x5f,0x7e,0xf9,0xe5,0xb7,0x3a,0x76, + 0xec,0x78,0x46,0xe1,0x9e,0x97,0x2b,0x56,0xac,0x90,0xe3,0xf8,0x4f,0x82,0xe7,0xfc, + 0x6a,0x83,0x5d,0x9b,0x56,0xd0,0xd0,0xee,0x2e,0xd4,0xc9,0xa3,0x28,0xb5,0x71,0x2d, + 0x44,0x43,0x3b,0x3e,0x47,0xb,0x42,0xaa,0xc0,0xe7,0x57,0xa7,0xd,0x51,0xb5,0x69, + 0xef,0xa7,0x6e,0x74,0x6a,0x81,0x17,0x70,0xdf,0x88,0xe2,0x97,0x36,0xa5,0x73,0x8c, + 0xfd,0xe5,0x8c,0xfb,0x8e,0xc0,0x3b,0x63,0xbd,0xb,0x5d,0x5c,0xdd,0x9d,0x2e,0xc6, + 0xc0,0x56,0x77,0xa3,0xb,0xab,0x7b,0x60,0x5b,0x77,0x69,0x3f,0x2f,0xf7,0xa1,0xb8, + 0xcf,0x5a,0xd1,0xea,0xc8,0x86,0x1a,0x7,0xd4,0x77,0xa0,0x1,0x1d,0x6a,0x21,0xbe, + 0x38,0xf3,0xa7,0xb8,0xca,0x30,0x47,0x90,0x39,0xa0,0xaf,0xc8,0x99,0x13,0x54,0x73, + 0x5,0x15,0x7,0xf0,0x77,0xa6,0xf2,0x82,0xea,0x9d,0x22,0xc6,0x9c,0x80,0x7a,0xaf, + 0x88,0xed,0x9d,0xc3,0xff,0x5d,0x45,0xcd,0xd1,0x51,0xb9,0x3c,0x63,0xe,0x9f,0x7d, + 0xbd,0x51,0xe3,0x57,0x14,0xd9,0x63,0x7b,0xf3,0xf8,0x9d,0x71,0x6e,0xae,0x25,0x7f, + 0xaf,0x70,0xaf,0x62,0x7c,0xc6,0xbd,0x39,0xa7,0x9f,0x3,0xfb,0xcf,0x3e,0xfb,0x6c, + 0x60,0xab,0x56,0xad,0x76,0x19,0x73,0x7b,0xb3,0x67,0xcf,0xa6,0x1b,0x37,0x6e,0xe4, + 0xc0,0x43,0x6e,0x38,0xce,0xd,0x2f,0x96,0xf6,0x9d,0x39,0xbe,0x9f,0x22,0x46,0x75, + 0xa1,0xce,0x9e,0xf6,0xd4,0xd6,0xcd,0x9e,0xfa,0x37,0x2f,0x41,0x9f,0xd,0xaf,0x40, + 0x4b,0x27,0x57,0xa5,0x98,0x88,0x1a,0xb4,0xfd,0x43,0x47,0x3a,0xfe,0xa5,0x7,0x9d, + 0x5d,0xd8,0x80,0xe2,0x17,0x79,0xeb,0xd8,0x6f,0xa9,0xf9,0xfc,0x15,0xec,0xef,0xbb, + 0xd2,0x5,0x60,0xfe,0xd2,0xda,0xde,0xb0,0x3e,0x74,0x69,0x9d,0x1f,0x25,0x61,0x99, + 0x84,0xf5,0xa4,0x35,0xbd,0x24,0xf,0xb0,0x9d,0x5e,0xd2,0x89,0xb6,0xcc,0x6c,0x41, + 0x2b,0xa6,0x7a,0xd1,0xf8,0xde,0x55,0xa1,0x2d,0xc0,0x1,0x1d,0x6b,0x82,0x3,0xac, + 0xc7,0x32,0xf9,0xe1,0x1,0x9e,0x1f,0xc4,0x1c,0x10,0x10,0x10,0x70,0x48,0xbf,0xbf, + 0x7c,0xaf,0x8d,0x1c,0xd0,0x54,0x64,0xe9,0x0,0x35,0x3e,0x68,0xe4,0x0,0xe3,0xef, + 0x92,0x1a,0xe7,0x9,0xd8,0x7e,0xa3,0xfc,0x3f,0xbb,0x98,0xc7,0xed,0x2c,0xf9,0x7a, + 0x35,0x4f,0x47,0x69,0x7c,0xe3,0x5c,0x1d,0xee,0x1f,0x6a,0xfc,0xee,0x49,0x70,0x6f, + 0x1e,0xcb,0x33,0xc6,0xf9,0x99,0xd8,0x57,0xef,0xdf,0x31,0xc6,0xf8,0xea,0x19,0x1d, + 0x4b,0xfd,0xdf,0x12,0xe,0x1e,0x17,0xf3,0x6c,0x37,0xaf,0x5d,0xa4,0xcf,0xa7,0x8d, + 0xa4,0x2e,0x5e,0x5,0xa9,0x3d,0x70,0xef,0x8b,0x58,0x3f,0x2a,0xb0,0x3c,0x2d,0x9b, + 0x54,0x99,0xd6,0x84,0x57,0xa1,0xad,0x33,0x6a,0xd0,0x91,0xd9,0xce,0x74,0x66,0x81, + 0xc2,0x7e,0x3,0x3a,0xb7,0xa4,0x29,0x25,0x44,0x6b,0xd8,0xbf,0xb8,0xba,0xb,0xf0, + 0xdd,0x3,0x78,0xef,0x45,0x97,0x62,0xfd,0xe8,0x72,0x6c,0x0,0x5d,0x5a,0xaf,0xd9, + 0x65,0xd8,0x95,0xd8,0xfe,0xd8,0x6,0x2e,0x58,0xd3,0x7,0x9a,0xa0,0x27,0x9d,0x87, + 0x26,0xf8,0x61,0x41,0x7,0xda,0x3a,0xb3,0x19,0xad,0x9a,0xd6,0x90,0x46,0x74,0x7d, + 0x8d,0x3a,0xd5,0x2f,0x7,0xe,0xa8,0x21,0xe7,0x14,0x3c,0x6e,0xc,0x63,0xe6,0x0, + 0xce,0x7,0xf8,0xf9,0xf9,0xa9,0x39,0x82,0x1d,0xf5,0xef,0xc0,0x52,0x3e,0xc0,0xc8, + 0x1,0xc6,0xdf,0x24,0x35,0x3e,0x3b,0xa0,0xe6,0x9,0xd8,0x72,0x2,0xff,0x59,0xc5, + 0x5a,0x2e,0xcf,0xac,0xef,0x8d,0x71,0xbd,0x11,0xf3,0x96,0x7c,0xbd,0xf1,0x77,0x2e, + 0xd5,0x3c,0x3d,0x35,0x86,0xa7,0xf2,0xf9,0x66,0x9d,0x9f,0x27,0xee,0x61,0x3d,0xdd, + 0xdc,0xdc,0x66,0x77,0xed,0xda,0xf5,0x96,0xc2,0xfd,0xf0,0xe1,0xc3,0x28,0x2e,0x6e, + 0x27,0xfa,0xf4,0x6f,0x6,0x7b,0x72,0x5c,0x58,0xb2,0x7,0x29,0xf7,0x28,0x7a,0xfe, + 0xfb,0xd4,0xb7,0xe5,0xcb,0xc0,0xfd,0xb3,0xd4,0xd1,0xbd,0x20,0x5,0x77,0x2b,0x4d, + 0x8b,0x27,0x56,0xa4,0xd5,0xa1,0x95,0x69,0x6b,0x54,0x15,0x3a,0x34,0xab,0x26,0x9d, + 0x9a,0xe7,0x44,0x3f,0x7f,0xe3,0x46,0x67,0x17,0x79,0x50,0xfc,0xe2,0x86,0x88,0xf5, + 0x5b,0xc2,0xdf,0xb7,0x85,0x9e,0xef,0x40,0x17,0xd7,0x74,0xa3,0xcb,0xf0,0xf1,0x97, + 0xd7,0xf9,0xd3,0x95,0xd,0xc0,0xfa,0xc6,0x40,0xba,0xb6,0xe9,0xd,0xba,0xba,0x29, + 0x88,0xae,0x6d,0x1e,0xc,0xb,0xa2,0xab,0xb0,0xcb,0x1b,0x2,0xc1,0x5,0xfe,0x52, + 0xb,0xb0,0x46,0xb8,0xb0,0xb2,0x1b,0x9d,0x58,0xd8,0x8e,0xb6,0x7e,0xdc,0x4c,0xc6, + 0x2,0x43,0x7c,0x2a,0x93,0x4f,0x83,0xb2,0x34,0x71,0x48,0xbb,0xc7,0xe6,0x0,0x33, + 0xaf,0x7d,0xf6,0xd9,0x67,0x92,0x3,0x7c,0x7d,0x7d,0x97,0x89,0x2c,0xe,0x30,0xc7, + 0x2,0x6a,0xae,0xa0,0x71,0x7c,0x50,0x8d,0xd,0x18,0xf3,0x82,0x2a,0x27,0x60,0x9b, + 0x33,0xf8,0xcf,0x2f,0xca,0xcf,0x1b,0xc7,0xed,0x2c,0xcd,0xd1,0x61,0x7d,0xa7,0xe2, + 0x7a,0x63,0x3e,0x8f,0xf3,0xf8,0xea,0x77,0xeb,0x8d,0xbe,0xde,0x8c,0x7b,0xf5,0xcc, + 0x3d,0xf7,0x23,0xe5,0xef,0x33,0x7f,0x1b,0x47,0x64,0xf9,0x7b,0x15,0xe3,0x5b,0xc2, + 0xbe,0xc4,0x7f,0xb5,0x6a,0xd5,0xc2,0xd5,0x3b,0x76,0x55,0x6e,0x6f,0xe5,0xca,0x95, + 0x72,0x1c,0x9f,0x73,0x5c,0x46,0xfc,0xe7,0xb6,0x6e,0x79,0xdf,0xaf,0xfa,0xfa,0xaf, + 0x39,0x30,0xb3,0x73,0xe3,0x32,0x1a,0xe2,0x5b,0x87,0xda,0xb9,0x15,0xa0,0xd6,0x75, + 0xb,0xd0,0x90,0xb6,0xc5,0x69,0xfe,0xd8,0x17,0x28,0x7a,0x52,0x5,0x8a,0x7d,0xf7, + 0x55,0xda,0xfb,0x51,0x75,0x3a,0xf9,0x95,0x23,0x9d,0x99,0xef,0x4c,0x3f,0x2d,0x70, + 0xa1,0xb3,0xdf,0xd6,0x87,0xcf,0xf7,0xa6,0x44,0xf8,0xfc,0xb,0x2b,0x81,0xfb,0x98, + 0xce,0xc0,0x72,0x57,0xe0,0xbe,0x2f,0x5d,0x5,0xee,0xaf,0x32,0xee,0xb7,0x4,0xd1, + 0xf5,0x2d,0x43,0x60,0x6f,0xd2,0xf5,0x6d,0xc3,0x34,0xdb,0x32,0xc,0xdb,0xdf,0x4, + 0x7,0xc,0xc2,0x31,0x3,0xa1,0x3,0xfa,0x81,0x33,0x7a,0x41,0x33,0x74,0xa5,0xf3, + 0x2b,0xbb,0xd0,0xb1,0xf9,0x6d,0xa1,0x3,0x9a,0xd0,0xb2,0x70,0x2f,0xf2,0x7,0xf, + 0x75,0x6e,0x50,0x8e,0xde,0x1a,0xdc,0x36,0x57,0xe,0xc8,0x2b,0xc7,0xc1,0xf9,0x11, + 0xf5,0x5b,0xc3,0x88,0xa3,0x3e,0x11,0x59,0x73,0x3,0xf8,0xbb,0x69,0x2d,0xb2,0xeb, + 0x0,0xe3,0x3c,0x21,0xe3,0xf8,0xa0,0x71,0xae,0x10,0xfb,0x9,0x4b,0x63,0x84,0x36, + 0x2d,0xf0,0xcf,0x28,0x66,0x5f,0x6f,0x9c,0x8f,0x6b,0x9c,0x87,0x6f,0x1e,0xbb,0xe3, + 0xb8,0xde,0x98,0xcf,0x33,0xff,0x8e,0xbd,0x31,0xa7,0x67,0xc4,0xbd,0x25,0x9d,0x6f, + 0xcd,0xe7,0x5b,0xf4,0xfb,0x65,0xca,0x94,0x19,0x8a,0xbe,0x99,0xf9,0x8e,0x5d,0xb6, + 0xcf,0x3f,0xff,0x3c,0x33,0xc6,0xff,0xed,0xb7,0xdf,0xb2,0x99,0xda,0x66,0xde,0x97, + 0x73,0xdd,0x6c,0x46,0xe,0xf8,0x95,0x4e,0x1d,0xdb,0x43,0xa1,0xc3,0x3a,0x52,0x7, + 0xf7,0x67,0xa8,0x8d,0xcb,0xd3,0xe4,0xd7,0xa4,0x10,0x7d,0x3c,0xa4,0x14,0x2d,0x79, + 0xab,0x3c,0xad,0x9,0xad,0x40,0xdb,0xa7,0x57,0xa2,0xa3,0x9f,0xd7,0xa0,0xd3,0x5f, + 0xd7,0xcc,0xc2,0xfe,0x22,0x2f,0x3a,0x87,0x58,0x3f,0x31,0xba,0x15,0x62,0xfc,0x4e, + 0xd0,0xf1,0xf0,0xf9,0xb1,0x3d,0xe1,0xef,0xfd,0xe0,0xef,0x81,0xfd,0xcd,0x6f,0x0, + 0xe7,0x83,0xe9,0xc6,0xb6,0x37,0xe9,0xc6,0x8e,0x11,0x74,0x73,0xc7,0x28,0xba,0xb5, + 0x73,0xc,0xdd,0xfc,0x6e,0xb4,0xfc,0xfb,0xfa,0xb6,0x11,0x92,0x3,0x58,0xf,0x5c, + 0xde,0x30,0x10,0x71,0x42,0x5f,0xe0,0xbf,0x7,0xf0,0xef,0x2b,0xf3,0x6,0xdf,0xcf, + 0x6b,0x4b,0x9b,0xdf,0x6f,0x4c,0x4b,0xc3,0xea,0x53,0xbf,0x56,0xe5,0x25,0x7,0xcc, + 0x79,0x6f,0xfc,0x9f,0xd2,0x36,0xcc,0x1,0x1c,0x3b,0xe9,0x73,0x4,0x8d,0x1c,0xd0, + 0x56,0x58,0xe7,0x80,0x7a,0xfa,0x77,0x6f,0x9c,0x33,0xac,0xf2,0x82,0xdc,0x77,0x8c, + 0xf3,0x86,0x6d,0xf1,0xc0,0xbf,0xb7,0x18,0x7d,0x3d,0xf3,0xb1,0x31,0x97,0x67,0x4d, + 0xe3,0x1b,0xc7,0xec,0x95,0xc6,0x37,0x3e,0x87,0xa3,0xe6,0xeb,0xa8,0xd8,0xde,0xec, + 0xef,0x15,0xee,0x8d,0xf3,0x74,0xb9,0x3f,0x29,0x9f,0x9f,0x27,0xf6,0xed,0xec,0xec, + 0xfa,0xf3,0xef,0xe8,0x28,0x9d,0xaf,0xe6,0xef,0x24,0x26,0x26,0x5a,0xc5,0x7c,0x7e, + 0x2c,0xaf,0x63,0xaf,0x5f,0xb9,0x40,0xb3,0xa6,0xe,0x27,0x9f,0x7a,0x4f,0x51,0x5b, + 0xe0,0xbe,0xb3,0x67,0x1,0x9a,0x11,0x58,0x8c,0x16,0x85,0x94,0xa3,0x15,0x93,0x9f, + 0xa7,0xcd,0x91,0xaf,0xd0,0xa1,0x4f,0x5e,0xa7,0x1f,0xe7,0x56,0xd7,0xb0,0xcf,0x9a, + 0x7f,0xa1,0x9b,0x8c,0xf5,0x13,0x96,0x35,0x93,0x7a,0xff,0xc2,0xea,0x8e,0xd2,0xe7, + 0x5f,0x59,0xdf,0x57,0x62,0xff,0xea,0xa6,0x1,0x9a,0xcf,0xdf,0x3e,0x94,0x6e,0x1, + 0xeb,0xb7,0xe3,0xc6,0xc2,0xc6,0xd3,0x9d,0x5d,0xc1,0x72,0x79,0x2b,0x6e,0x1c,0x38, + 0x60,0xac,0xe4,0x81,0x1b,0xdb,0x47,0x6b,0x3a,0x0,0x71,0x1,0x6b,0x80,0x4b,0x6b, + 0x7a,0x4b,0xe,0xe0,0xf1,0x82,0xc4,0xe5,0x9d,0xe8,0xe0,0xdc,0x66,0x14,0x1b,0xe5, + 0x45,0xf3,0x27,0x38,0x91,0x4f,0xfd,0x32,0x72,0x5e,0xf1,0x17,0xd3,0x47,0x3f,0x91, + 0xfe,0x57,0x66,0x9c,0x1f,0x54,0xb3,0x66,0xcd,0xd1,0x22,0x2b,0xe,0x50,0x1c,0xc0, + 0xdf,0x63,0x5e,0x1c,0x60,0xcc,0xb,0x1a,0x9f,0x1d,0x50,0x73,0x6,0x6d,0xe3,0x3, + 0xff,0xda,0x62,0x1c,0xb7,0x33,0x8f,0xd7,0xb3,0xaf,0x37,0xcf,0xd3,0xa9,0x28,0xb2, + 0x6b,0x7c,0x63,0x3e,0xcf,0x38,0x6e,0x6f,0xd,0xf7,0x8d,0x85,0x86,0x7b,0x73,0x8c, + 0x6f,0xf6,0xf9,0xa,0xfb,0x66,0xcd,0xaf,0xc6,0xf7,0xba,0xba,0xbb,0xbb,0xcf,0xe2, + 0xdf,0xcf,0x52,0x5a,0x7f,0xd8,0xb0,0x61,0x74,0xf8,0xf0,0xe1,0xcc,0xfe,0xfa,0x57, + 0xe0,0xdc,0x7c,0x1c,0xc7,0xf8,0x2b,0xbe,0x7e,0x8f,0xfa,0xb6,0x78,0x81,0xda,0xd5, + 0x7d,0x8a,0x3a,0xb8,0x3e,0x43,0x6f,0x75,0xb3,0xa7,0x6f,0xc6,0x95,0xa0,0x25,0x21, + 0x65,0x68,0x7d,0x84,0x3,0xed,0xf9,0xf0,0x45,0xfa,0xe1,0x8b,0x4a,0x74,0xfa,0xab, + 0x6a,0xb0,0xea,0x74,0x66,0x81,0x23,0xf4,0x7e,0x3d,0x4a,0x58,0xd2,0x8,0xd8,0x6c, + 0x1,0x3f,0xdd,0x86,0x92,0x56,0x77,0xa6,0x4b,0x6b,0xbb,0x23,0x86,0xef,0xd,0x1d, + 0x1f,0x0,0x7f,0x3f,0x0,0x98,0x1e,0x4,0xff,0x3e,0x1c,0x78,0x1f,0x7,0x3,0xee, + 0x77,0x7,0xd3,0x9d,0x3d,0x21,0x58,0x4e,0xa4,0xbb,0x7b,0x26,0x62,0x39,0x81,0x6e, + 0xef,0xe,0x81,0x16,0x18,0x27,0xf9,0xe1,0xc6,0xf6,0x91,0xd0,0x0,0x43,0x65,0x8e, + 0x40,0xe6,0x2,0x62,0x80,0x7f,0x9e,0x2b,0xb0,0xbc,0x2d,0xfd,0xfc,0x6d,0x33,0xda, + 0xf5,0x71,0x3d,0x5a,0x15,0x5e,0x8b,0x3e,0x1f,0x51,0x99,0x7c,0x3c,0xb,0x53,0x67, + 0x8f,0xc2,0xb4,0x72,0xc1,0x7,0xf9,0xd6,0xfe,0x96,0xc6,0x42,0xd4,0x3c,0x61,0xc3, + 0x7b,0x4,0x3b,0x88,0xac,0x5c,0x40,0x2b,0x91,0x35,0x57,0xd8,0x5b,0xe4,0xe4,0x0, + 0x47,0x91,0xc5,0x1,0xc6,0xbc,0xa0,0x9a,0x2b,0xc4,0xbe,0xc6,0x96,0x13,0xf8,0xd7, + 0x14,0xe3,0xbb,0xb3,0x94,0xaf,0xb7,0x94,0xc3,0x37,0x8f,0xdd,0x19,0x63,0xfb,0xbc, + 0x70,0x6f,0xd4,0xf9,0x8d,0x45,0xce,0xdc,0x9e,0x71,0xde,0x9e,0xd9,0xe7,0x2b,0xdc, + 0x9b,0xb1,0xef,0x5b,0xbd,0x7a,0xf5,0x77,0x8c,0xb9,0x3d,0x8e,0xf1,0x79,0x1c,0x3f, + 0x37,0xdc,0x3e,0xe,0xce,0xad,0xc5,0xb,0x3b,0x37,0x2c,0x41,0x4c,0xfd,0x22,0x30, + 0x2f,0xa8,0x95,0x93,0xa0,0xe1,0xed,0x5,0x7d,0x35,0xf2,0x69,0xe0,0xbe,0x30,0xc5, + 0x84,0x96,0xa0,0xef,0xa6,0x3f,0x4f,0xc7,0x3f,0xaf,0x48,0xa7,0xbe,0xac,0x44,0xa7, + 0xe6,0xbe,0x2e,0xb1,0xff,0xd3,0x82,0xba,0x32,0xcf,0x77,0x6e,0xa9,0x37,0x9d,0x47, + 0xac,0x7f,0x71,0x55,0x7b,0xe0,0x1e,0xd8,0x5f,0xd7,0x13,0xb8,0xef,0xb,0xfc,0x6, + 0x40,0xe7,0x7,0x1,0xf7,0x43,0xe9,0xf6,0xae,0x31,0xc0,0xf8,0x38,0x60,0x3d,0x84, + 0xee,0xee,0x9d,0x48,0xc9,0x6c,0xfb,0x26,0x51,0xf2,0xfe,0xb7,0xe9,0xde,0xfe,0x77, + 0xe8,0xee,0xbe,0xc9,0xd8,0x37,0x49,0xf2,0xc0,0x1d,0xe8,0x1,0xa9,0x3,0xb6,0xd, + 0x43,0x1b,0x3,0xb5,0xf1,0x80,0x98,0xae,0x74,0x21,0xba,0x1d,0x9d,0x5b,0xd2,0x84, + 0xce,0x2e,0xf4,0x82,0xee,0x70,0xa5,0x1d,0xef,0x55,0xa7,0x95,0x93,0x2b,0xd2,0xac, + 0x37,0xcb,0x51,0xdb,0xba,0x5,0xc8,0x7,0x71,0xca,0xce,0x8d,0x4b,0x2c,0xc4,0x33, + 0x96,0xe2,0x9c,0x5f,0xd,0xb9,0x8f,0x2c,0x1e,0x38,0x71,0xe2,0x44,0xe6,0x1c,0xc1, + 0xa2,0x45,0x8b,0xf6,0xd2,0xbf,0x37,0xe3,0x98,0x40,0x73,0xfd,0xbb,0x56,0xf3,0x3, + 0x2c,0xe9,0x0,0xe3,0xd8,0x80,0xca,0xb,0xaa,0x79,0x2,0xb6,0x9c,0xc0,0xdf,0x53, + 0x72,0x9b,0xa3,0xa3,0xe2,0x7a,0xf5,0xcc,0x5d,0x5e,0x98,0x57,0x1a,0xdf,0xf8,0xdc, + 0xad,0xca,0xe9,0x19,0xc7,0xf0,0xcc,0x3a,0xdf,0xec,0xef,0x15,0xee,0xf3,0xc4,0x7e, + 0xd9,0xb2,0x65,0x7,0x77,0xec,0xd8,0xf1,0x94,0x79,0x1c,0x9f,0x73,0x7b,0x7f,0x85, + 0xae,0xb7,0x86,0xfd,0x53,0x47,0xf7,0xd2,0xb8,0x7e,0x5e,0xd4,0x8e,0x71,0xef,0x2c, + 0xa8,0x6f,0x63,0x41,0x9f,0xf,0x11,0xb4,0x24,0x58,0xd0,0x9a,0xb7,0xed,0x69,0x47, + 0x54,0x9,0x3a,0xf2,0x59,0x39,0x3a,0x39,0xe7,0x65,0xe0,0xfe,0x25,0xe0,0xae,0xa, + 0xfd,0x34,0xaf,0x16,0x30,0xa8,0xe9,0xfd,0xc4,0x65,0xcd,0x75,0x9f,0xdf,0x9,0x3a, + 0xdd,0x17,0x7a,0xbf,0x27,0x5d,0xdb,0xe4,0x7,0x9f,0x3f,0x90,0x6e,0xed,0x18,0xc, + 0x6d,0x3f,0x4a,0xfa,0xfa,0xe4,0xbd,0x13,0x24,0xde,0x53,0xe,0x68,0x78,0x4f,0x39, + 0x14,0x8e,0xbf,0x61,0x7,0xc3,0xa4,0xdd,0x3b,0x10,0x4a,0xc9,0x6c,0xfb,0xde,0x86, + 0x2e,0x98,0x4,0x1d,0x30,0x16,0xf8,0x1f,0x4a,0xd7,0x37,0x5,0xd0,0x15,0x1e,0x2b, + 0xe4,0xb9,0x42,0xcb,0x5b,0xd1,0xb9,0x45,0x8d,0xe8,0xec,0xfc,0xba,0xf4,0xd3,0x57, + 0xaf,0xd3,0xf,0xb3,0x2a,0xd2,0xb6,0x77,0x1d,0x28,0x3a,0xa4,0x8,0x85,0xf7,0x2a, + 0x40,0xad,0x1d,0x5,0x75,0x72,0x11,0x14,0xb7,0x61,0x69,0x2e,0xf7,0x21,0x37,0xd3, + 0x38,0x41,0xfd,0xce,0xe8,0xe0,0xc1,0x83,0xf9,0x1d,0x62,0x3d,0x85,0x65,0xe,0x50, + 0xf3,0x3,0x8c,0x3a,0x80,0x7d,0x84,0xb3,0xde,0x87,0x6a,0x88,0xac,0xbc,0xa0,0x31, + 0x27,0x50,0x46,0xd8,0xe2,0x81,0xbf,0xb2,0xe4,0x35,0x76,0x67,0x9c,0x93,0xab,0xf2, + 0x79,0xf9,0xf5,0xf5,0xc6,0x5c,0xbe,0xc2,0xbd,0x51,0xe7,0x37,0x17,0xd9,0x73,0xfa, + 0xf9,0xc1,0xbe,0x51,0xf3,0x77,0x2e,0x58,0xb0,0x60,0xdf,0x36,0x6d,0xda,0x7c,0x67, + 0x7c,0xc7,0x2e,0xff,0x56,0x2e,0xe7,0xf6,0xfe,0x8c,0xae,0xcf,0x4b,0x1b,0x5c,0xbb, + 0x7c,0x81,0xa6,0x4f,0xe8,0x43,0x1d,0xdc,0x4,0xb5,0x6,0xee,0x7d,0x3c,0x4,0x4d, + 0xf,0x78,0x8a,0x16,0x8d,0x15,0xb4,0x62,0x82,0xa0,0xcd,0x53,0x9e,0xa5,0x83,0x1f, + 0x14,0xa2,0x13,0xb3,0x8b,0xd1,0x8f,0x73,0x9e,0x47,0xac,0xff,0x12,0x9d,0x81,0xcf, + 0xff,0x79,0x81,0x13,0x70,0xef,0x1,0xbd,0xf,0xec,0x2f,0x6f,0x6,0x9f,0xdf,0x16, + 0xb8,0xf7,0xa1,0x2b,0xb1,0xdd,0xe9,0xda,0xfa,0x3e,0xc0,0x7e,0x7f,0xba,0x9,0x9f, + 0x7f,0x7b,0xe7,0x70,0xba,0xb,0x7f,0x9f,0xbc,0x17,0xd8,0xdf,0xf7,0x16,0xdd,0x3b, + 0x38,0x19,0x38,0xf,0xa5,0xfb,0x87,0xd8,0x22,0xe8,0xfe,0xe1,0x77,0xa5,0x3d,0x38, + 0x3c,0x15,0xeb,0x53,0xe5,0xdf,0x29,0x87,0xa6,0x80,0x1b,0xc2,0x24,0x4f,0xdc,0x81, + 0x5e,0xb8,0xb1,0x25,0x88,0xae,0xc2,0xf7,0x5f,0x81,0xef,0x4f,0x5a,0xd9,0x8e,0xce, + 0xf3,0x1c,0x22,0xc4,0x1a,0x67,0xbf,0xae,0x49,0xa7,0xe7,0xbe,0x48,0xa7,0x67,0x97, + 0xa6,0xa3,0x1f,0x16,0xa3,0x8d,0x6f,0x83,0xaf,0x46,0xb,0x7a,0xa7,0x2b,0x38,0xac, + 0x36,0x73,0x58,0x9,0x4a,0xfc,0xe9,0x87,0xc7,0xe2,0x4a,0xf3,0xfa,0xce,0x9d,0x3b, + 0x65,0x3e,0x70,0xc8,0x90,0x21,0x8a,0x3,0xda,0x89,0xec,0xf9,0x40,0xc5,0x1,0xe6, + 0x58,0xc0,0xc8,0x1,0xea,0xd9,0x21,0x95,0x17,0x34,0xc6,0x3,0xc5,0x45,0x56,0x3c, + 0x60,0xd3,0x2,0x8f,0x5f,0xf2,0xf2,0xf7,0x4a,0xe3,0x9b,0x71,0xaf,0xf2,0xf8,0x7f, + 0x6,0xf7,0x6a,0x2c,0xcf,0xac,0xf5,0x8d,0xd8,0x37,0x6b,0x7e,0x23,0xfe,0x25,0x7, + 0x34,0x69,0xd2,0x64,0x99,0x39,0xc6,0xff,0xf1,0xc7,0x1f,0xa5,0x1f,0xfa,0xed,0xb7, + 0x5f,0x60,0xbf,0xea,0x7f,0x3f,0x59,0x9e,0xcf,0x92,0xdd,0xbf,0x77,0x97,0xa2,0xbf, + 0x9a,0xe,0xad,0x2c,0xa8,0xd,0x70,0xdf,0x1e,0xfe,0x72,0x82,0xaf,0xa0,0x6f,0x46, + 0x69,0x3e,0x7f,0x1d,0xb0,0xb4,0x7b,0xba,0xa0,0x63,0x9f,0x3c,0x45,0x27,0x66,0x15, + 0xa6,0x53,0x73,0x4a,0x41,0xf3,0xbf,0x48,0x67,0xe6,0x1,0xfb,0xb,0xeb,0x42,0x7f, + 0x7b,0xc0,0xe7,0x7b,0x43,0x8b,0xb7,0x0,0xf6,0xdb,0x1,0xfb,0x9d,0xe1,0xf3,0xbb, + 0x49,0xbd,0x7f,0x63,0x73,0x3f,0xba,0xbd,0xe3,0x4d,0x60,0x77,0x34,0x25,0xef,0x19, + 0x4f,0x29,0xfb,0x27,0xc2,0xe0,0xf3,0xf,0xbe,0x3,0x8c,0x87,0x1,0xeb,0x53,0xe8, + 0xe1,0x11,0xd8,0xd1,0x77,0xe9,0xe1,0xf7,0xd3,0xb0,0x8c,0xd4,0xec,0xc8,0x34,0xec, + 0x8b,0xa4,0xfb,0xac,0x5,0x38,0x26,0x0,0x6f,0xdc,0xf9,0x6e,0x28,0xdd,0xdc,0x32, + 0x80,0xae,0xac,0xed,0x41,0x97,0x57,0xb7,0xa3,0x8b,0xd0,0x19,0x89,0x8b,0xeb,0x53, + 0xfc,0x82,0x5a,0xf4,0xf3,0x97,0x15,0xe8,0xf4,0xe7,0xf6,0x74,0xf2,0x63,0x41,0x27, + 0x3f,0x12,0xb4,0x3f,0x12,0x5a,0x5,0xe7,0xbe,0x70,0x98,0xa0,0xa1,0x2d,0xc0,0x1, + 0x35,0x5,0xf5,0x69,0x54,0x28,0x4f,0xe,0xc8,0x8b,0x1b,0x96,0x2c,0x59,0xa2,0x7e, + 0x67,0x74,0xbb,0xc8,0xca,0x5,0x1a,0x73,0x1,0xcd,0x44,0x16,0x7,0x18,0x63,0x1, + 0x4b,0x3a,0xc0,0x98,0x17,0x54,0x1c,0xa0,0xe2,0x1,0xdb,0xf8,0x40,0xfe,0x8b,0x71, + 0x7e,0x9e,0xfa,0xcd,0x2b,0x63,0x4e,0x2f,0x37,0x7f,0x6f,0xd,0xf7,0xe6,0x31,0x3c, + 0x6b,0xf1,0xbd,0x11,0xfb,0x2d,0x85,0x65,0xec,0x5b,0xf3,0xfd,0x99,0xe6,0xe4,0xe4, + 0x14,0xe9,0xeb,0xeb,0x7b,0xd3,0x18,0xe3,0x6f,0xdc,0xb8,0xde,0x80,0x77,0xd,0xfb, + 0xbc,0xd4,0xd6,0x8d,0xdb,0x7e,0x35,0x1c,0x97,0xfd,0x58,0xe3,0x52,0xc5,0xb8,0xd9, + 0x62,0xfc,0xf5,0x4b,0xc8,0xaf,0x45,0x19,0x6a,0x5f,0x57,0x50,0xcb,0x3a,0x82,0x86, + 0xb5,0x13,0xf4,0xe5,0x70,0x41,0x8b,0xc7,0x9,0x5a,0x35,0x49,0xd0,0xf6,0xa9,0x82, + 0xe,0x7d,0x28,0xe8,0x87,0x4f,0xd9,0x9e,0xa5,0x1f,0xbf,0x28,0x4b,0xa7,0x81,0xb5, + 0x9f,0x16,0x54,0x5,0xf6,0x5d,0xe8,0xdc,0x62,0x2f,0xc4,0xf9,0x8d,0xe8,0xc2,0x8a, + 0x96,0x88,0xc7,0x39,0xd6,0xef,0x2,0xec,0x77,0x7,0xf6,0xfb,0x40,0xab,0xf,0x4, + 0xee,0x47,0x2,0xf7,0x63,0xe1,0xf3,0xc7,0xc3,0x8f,0xbf,0x5,0xdc,0x4f,0xa6,0x7, + 0x8c,0xfb,0x23,0xe1,0x99,0xb8,0x7f,0xf4,0x7d,0x24,0x3d,0x3a,0x16,0x45,0x8f,0x8e, + 0x4f,0xa7,0x87,0x58,0x3e,0xfc,0x1e,0xcb,0xa3,0xd3,0xc0,0xf,0xe1,0x74,0xff,0x0, + 0x63,0x7f,0x2c,0xdd,0xd9,0x39,0x8c,0x6e,0x6d,0xd,0xa2,0x1b,0x9b,0xfa,0xd0,0x55, + 0x7c,0xc6,0xa5,0xe8,0xe6,0x74,0x61,0x29,0xf4,0xc6,0xb7,0xd0,0x1e,0xf3,0x5e,0xa7, + 0x9f,0xe7,0x3c,0x47,0xa7,0x3e,0xd5,0xb0,0xff,0x3,0xce,0xf7,0xd8,0x7b,0xe0,0xac, + 0x30,0x5c,0x3,0x34,0xc0,0x82,0x20,0x41,0x83,0xbc,0xa1,0x69,0x24,0x7,0xd8,0xd1, + 0x3,0xf0,0xdd,0x9f,0xe1,0x4f,0xe6,0x0,0xfd,0x77,0x46,0xb7,0x8b,0xec,0xf8,0xe7, + 0xef,0x5e,0x71,0x80,0x9a,0x1f,0xa4,0xe6,0x9,0xe6,0xc6,0x1,0x2a,0x27,0xc0,0x1c, + 0xa0,0x72,0x2,0xdc,0x7f,0x55,0x3c,0x60,0xe3,0x0,0xcb,0xc5,0x8c,0x7b,0x73,0x2e, + 0xdf,0xda,0x7c,0x7c,0x63,0x2e,0xdf,0x38,0x4f,0xcf,0x8c,0x7b,0x63,0x3e,0x3f,0x3f, + 0x3e,0xdf,0x8c,0x7d,0x4b,0xbe,0xdf,0x68,0x1d,0x6a,0xd4,0xa8,0x31,0xb1,0x53,0xa7, + 0x4e,0x3f,0x1a,0xc7,0xf1,0xa3,0xa3,0xa3,0x29,0x25,0x25,0x25,0x7,0xc6,0x15,0xbe, + 0xcd,0x7c,0x60,0xed,0xb8,0xdc,0xec,0xd4,0xd1,0x5d,0x34,0xce,0xbf,0x3e,0x75,0x70, + 0xd1,0x72,0x7b,0x1,0xcd,0x4,0x7d,0x6,0x9c,0x7c,0x3b,0x46,0x50,0x34,0x6b,0xfd, + 0x8,0x41,0x7,0x3e,0x0,0x96,0x3e,0x13,0x74,0x1c,0xb8,0x3a,0x31,0xb,0xd8,0x9a, + 0xfd,0x1c,0xf4,0x7e,0x25,0xfa,0x79,0x7e,0x1d,0xe8,0xfd,0xba,0x94,0x0,0xfc,0x9d, + 0x8f,0xf6,0x86,0xcf,0x6f,0x4d,0x97,0xd7,0x74,0xa4,0xcb,0xeb,0x3a,0x4b,0xec,0xdf, + 0xd8,0xe2,0xf,0xbc,0xbe,0x9,0xad,0x3f,0xa,0xb8,0x1f,0x7,0xdc,0x7,0x3,0xf7, + 0x13,0x81,0xe7,0xc9,0xd0,0xf4,0x61,0xc0,0x76,0x38,0x3d,0x3a,0x3a,0x55,0xe2,0x3e, + 0x15,0x98,0x4f,0x3d,0xfe,0x9e,0xc4,0x7e,0xda,0xf1,0x19,0x72,0xfd,0xd1,0xf7,0x53, + 0xc1,0xd,0x1a,0xf6,0xef,0x31,0x77,0xc4,0x8d,0xa0,0xdb,0xdb,0xde,0xa0,0x9b,0x9b, + 0xfc,0xe9,0xc6,0x86,0xae,0x74,0x75,0xd,0x34,0xc6,0x8a,0xc6,0x74,0x61,0xb1,0x2b, + 0x25,0x2e,0xa8,0x4e,0xf1,0x5f,0xbd,0x44,0x3f,0x7f,0x51,0x8c,0xce,0x30,0xfe,0x67, + 0xe2,0x7c,0x81,0xfd,0x63,0xd3,0x4,0x1d,0x5,0x77,0x7d,0x37,0x51,0xd0,0xf2,0x37, + 0x5,0xcd,0xf,0x14,0xd4,0xdf,0x13,0xfa,0xa6,0x86,0xa0,0xd1,0x3d,0x9c,0xe9,0x41, + 0xca,0xdd,0xc7,0x1e,0x1f,0x35,0x1a,0xcf,0xf,0x62,0x1d,0xe0,0xe3,0xe3,0x33,0x47, + 0xff,0x9e,0x5b,0x8b,0x2c,0xd,0x60,0xcc,0x5,0x34,0xd2,0xfb,0x8f,0x25,0xe,0xe0, + 0xbe,0xa7,0xc6,0x7,0xcd,0x79,0x41,0x35,0x46,0x68,0x7b,0x86,0xc8,0x72,0xb1,0x94, + 0xcf,0x37,0xcf,0xd3,0x33,0x3e,0x7f,0x67,0x1e,0xc3,0xb3,0x36,0x67,0xc7,0x5a,0x6e, + 0xcf,0x9a,0xcf,0x37,0xeb,0x7d,0x33,0xf6,0x8d,0xf8,0xcf,0xe4,0x0,0x7,0x7,0x87, + 0x1,0x6d,0xdb,0xb6,0xdd,0x6e,0x8c,0xf1,0xf9,0xbd,0x74,0xd7,0xaf,0x5f,0xa7,0x5f, + 0x7f,0xfd,0xf5,0x89,0xcc,0x8c,0xf1,0x2c,0x7f,0x9f,0x65,0x3c,0x8e,0x1f,0x15,0xdc, + 0x4b,0xe2,0x9e,0x73,0x63,0xdd,0xea,0xb,0x8a,0xf2,0xd7,0xb4,0xfe,0x32,0xe8,0xe5, + 0x4d,0xf0,0x99,0xfb,0x18,0x3f,0xd0,0xd1,0x27,0x3e,0xd3,0xfd,0xfe,0xac,0x2,0xf0, + 0xfb,0xe,0xd0,0xfc,0xaf,0xd2,0xd9,0x85,0x8e,0xf0,0xf9,0x2e,0xc0,0x7e,0x7d,0xf8, + 0xfc,0xa6,0x12,0xfb,0x97,0xd6,0xb4,0x47,0xac,0xdf,0x85,0xae,0x6f,0xea,0x45,0xb7, + 0x76,0xc0,0xe7,0xc7,0xd,0x83,0xcf,0x1f,0x4d,0xf7,0xf6,0x8e,0x85,0xd6,0xf,0xa1, + 0x94,0x3,0x13,0xa1,0xe5,0x27,0xd3,0xc3,0xc3,0x8c,0xfb,0x29,0xf0,0xf5,0xef,0x2, + 0xe7,0xd3,0x80,0xf7,0x28,0x4a,0x3b,0x1,0xdc,0x9f,0x98,0x41,0x69,0x3f,0xb0,0x45, + 0x51,0x2a,0xb0,0xff,0xe8,0x48,0x28,0x3d,0x38,0x0,0xad,0xb0,0x77,0xc,0xb0,0x3f, + 0x8c,0xee,0xec,0x8,0xa4,0xdb,0x5b,0xfa,0xd2,0xcd,0xd,0xdd,0xe8,0xfa,0xda,0xe, + 0x74,0x65,0x55,0x33,0xba,0xb4,0xac,0x1,0x5d,0x5c,0xe4,0x44,0x89,0xf3,0x2a,0x52, + 0xfc,0xdc,0x92,0x74,0x76,0xb6,0xa0,0xd3,0x9f,0xe0,0x9c,0x99,0xb3,0x10,0xab,0x7c, + 0xf,0xec,0x1f,0x1,0x87,0x1d,0xc2,0xf5,0x6c,0x1b,0x8f,0x38,0x6,0xdc,0xf6,0x79, + 0x5f,0x41,0x5d,0x11,0xdf,0xb4,0xaa,0x2a,0x68,0x54,0xb7,0x3a,0x74,0x3f,0xf9,0xee, + 0x63,0xe1,0xdf,0xb8,0x6e,0x9c,0x23,0x88,0xef,0xf1,0x3,0x91,0x85,0x7f,0xb3,0x6, + 0x50,0xb9,0x0,0xc5,0x1,0x6a,0x9e,0xa0,0x99,0x3,0x8c,0x63,0x3,0x6a,0xbe,0xa0, + 0x91,0x3,0x6c,0x63,0x84,0x5a,0xc9,0xf,0xee,0x1f,0x67,0xc,0x2f,0xbf,0xfe,0x3e, + 0x37,0xdc,0xe7,0x86,0xfd,0x6c,0x1c,0x60,0x6f,0x6f,0xdf,0xbd,0x69,0xd3,0xa6,0x8b, + 0xbb,0x77,0xef,0xfe,0x48,0x69,0xfd,0xe0,0xe0,0x60,0x19,0xe3,0xe7,0xc4,0xf3,0x6f, + 0x16,0xb7,0x29,0xcb,0xcf,0xf1,0xca,0x52,0x92,0xef,0xd0,0xd7,0x1f,0x4e,0xd0,0xfc, + 0x3d,0x70,0xdf,0x16,0x38,0x98,0xdc,0x15,0x7e,0x71,0x24,0xb0,0x1,0x9f,0xbf,0xe, + 0x5a,0x7f,0xf7,0x34,0xd,0xf7,0xc7,0x3f,0xd5,0x70,0x7f,0xf2,0x73,0xf6,0xf9,0xcf, + 0x0,0xf7,0xe,0x74,0xe6,0xeb,0x2a,0xf4,0xf3,0x37,0xb5,0x29,0x61,0xb1,0x87,0xd4, + 0xfb,0x17,0x57,0x0,0x83,0x6b,0xda,0xd0,0x65,0xc6,0xe3,0xfa,0xae,0x74,0x73,0x1b, + 0xfb,0xfc,0x21,0xf0,0xf9,0xc3,0xe1,0xf3,0x47,0x23,0x66,0xf,0x46,0xec,0x3e,0x1, + 0x5a,0x7f,0x22,0x7c,0x79,0xa8,0xf4,0xf9,0xa9,0xdf,0x3,0xf7,0xc7,0xa6,0x6a,0x38, + 0xff,0x61,0x3a,0xa5,0x9f,0x78,0x4f,0x37,0x70,0x0,0xb6,0x3f,0xc2,0x31,0xf,0xc1, + 0x13,0xf,0xc0,0x19,0xf7,0xf7,0x8e,0xa4,0x7b,0x71,0x6f,0x52,0x32,0xb0,0x7f,0x17, + 0x6d,0xdf,0xde,0xd4,0x83,0x6e,0xc6,0x76,0xa4,0xeb,0x31,0x2d,0xe9,0xea,0x4a,0x2f, + 0xe0,0xdf,0xd,0xf8,0xaf,0x49,0x89,0xf3,0xcb,0x51,0xfc,0x1c,0x41,0x3f,0xe3,0x5c, + 0x4f,0xe3,0xdc,0x7f,0x7c,0x1f,0xe7,0x1e,0xa5,0xe3,0x3f,0x5c,0xd0,0xe1,0x77,0xc0, + 0x1,0x93,0x5,0x6d,0x4,0xbf,0x2d,0x84,0x6,0x98,0xd5,0x4b,0x50,0x17,0xe8,0x9d, + 0x96,0xd5,0x5,0x7d,0x12,0x36,0xf8,0x4f,0xe5,0x4d,0x78,0x1c,0x46,0xbd,0x43,0xc, + 0xdf,0x69,0x84,0xc8,0xce,0x1,0xcd,0x45,0x16,0x7,0x34,0x16,0xd9,0x75,0x0,0x73, + 0x80,0xab,0xc8,0x7a,0x66,0xc0,0x38,0x3e,0x68,0x1c,0x1b,0xe0,0xbe,0xac,0x9e,0x1d, + 0x50,0x39,0x81,0xff,0xe5,0x78,0x20,0xaf,0x67,0xf0,0x2c,0x3d,0x8f,0x63,0x7c,0xf6, + 0xd6,0xec,0xef,0x8d,0xe3,0xf7,0xe6,0x18,0x5f,0x61,0x5f,0xe1,0xde,0x88,0x7d,0x4b, + 0x9a,0xdf,0x12,0x7,0x64,0x33,0x4f,0x4f,0xcf,0xf,0x39,0xb7,0x67,0xfc,0xcd,0x4c, + 0xce,0x29,0xe7,0x17,0xc3,0x4f,0x6a,0xb1,0x4b,0x67,0x51,0xaf,0x26,0xc5,0xa8,0xd, + 0xfa,0x7d,0xf3,0x5a,0xd0,0xbf,0xed,0x5,0xcd,0x81,0x26,0x5e,0x4,0x4c,0xc4,0x40, + 0xeb,0x6f,0x9f,0x2,0x8c,0x0,0x37,0xc7,0x3f,0xe2,0x1c,0x9f,0xa6,0xf9,0x7f,0xfc, + 0xe2,0x19,0x3a,0x3d,0xd7,0x81,0x4e,0x7f,0xf5,0x22,0xfd,0x84,0xf8,0x5a,0xf3,0xfb, + 0xae,0x74,0x61,0x79,0x23,0x4a,0x5a,0xdd,0x9c,0x2e,0xc7,0xb4,0xa1,0xab,0xb1,0x9d, + 0xe0,0xf3,0x7b,0x3,0xf7,0x83,0x28,0x79,0xd7,0x50,0xc4,0xe9,0x23,0xe0,0xf3,0x81, + 0xfd,0xfd,0xe3,0xa1,0xf5,0xdf,0x82,0xcf,0x9f,0x4,0x4c,0x87,0x42,0xcf,0x3,0xfb, + 0xc7,0xa6,0x0,0xf7,0xd3,0x28,0x9d,0xed,0x24,0x30,0x7f,0x12,0xfe,0xfe,0x24,0x6b, + 0xfe,0x48,0x60,0x7f,0xa,0x70,0xff,0x36,0x3d,0x3c,0x88,0x3a,0xfb,0xc7,0x2,0xfb, + 0x68,0x67,0xd7,0x10,0x4a,0xde,0x1e,0x0,0xec,0xf7,0xa5,0x3b,0x9b,0x7d,0xe9,0xd6, + 0xfa,0x8e,0x74,0x63,0x6d,0xb,0xba,0xbe,0xb2,0x1,0x5d,0x59,0xe6,0x42,0x97,0x16, + 0xd7,0xa0,0x8b,0xb,0x5f,0xa1,0xf3,0xf3,0x8a,0x4b,0xfc,0xff,0x84,0x73,0x3e,0xd, + 0xed,0xff,0xe3,0xc,0xcd,0xff,0x1f,0x7b,0x17,0xfa,0x1f,0xbe,0xff,0x10,0xf0,0x7f, + 0x0,0xf8,0xdf,0x8f,0xe5,0x6,0xd6,0x1,0x23,0x10,0xe7,0xc,0x7c,0x86,0xda,0xb9, + 0xd8,0x53,0x7,0xb7,0x12,0x34,0x7b,0xfa,0xb8,0x6c,0xfa,0xfe,0x71,0x75,0x0,0xcf, + 0xf,0xe2,0xdf,0x3a,0xe7,0xdf,0x18,0xac,0x53,0xa7,0xce,0x9b,0x22,0x27,0xfe,0x9b, + 0x8a,0x9c,0x3a,0xc0,0x43,0x58,0xe6,0x80,0x6a,0x22,0xeb,0xbd,0x62,0xc6,0xb1,0x81, + 0xe7,0xf4,0x7e,0xae,0x72,0x2,0xff,0x6b,0x5a,0xc0,0x9a,0xcf,0x37,0xcf,0xd7,0x33, + 0xbf,0x6b,0xc3,0xac,0xf5,0xd9,0xe7,0xe7,0xa5,0xf5,0x8d,0xd8,0x6f,0x2c,0xf2,0x87, + 0x7f,0x33,0xf,0x64,0xb3,0x5a,0xb5,0x6a,0x8d,0xf7,0xf5,0xf5,0x4d,0x34,0xcf,0xdf, + 0xb9,0x7f,0xff,0xfe,0x63,0xea,0xfb,0xdf,0x2c,0x6a,0x0,0x33,0x67,0xa8,0x7d,0x27, + 0xe,0xc7,0x51,0x50,0xc7,0xd7,0xa8,0xd,0xfc,0x7d,0x8b,0xda,0x82,0xfa,0x79,0xc3, + 0xe7,0xc1,0x7,0x2e,0x0,0x6,0xa2,0x81,0x85,0xcd,0xa1,0xc0,0x5,0x6b,0xe5,0xf, + 0x61,0x1c,0x37,0xb3,0xe6,0x87,0x1f,0xfd,0x71,0x8e,0x3d,0x9d,0xfe,0xb2,0xc,0xe2, + 0x7c,0xc4,0xfa,0xb,0x5e,0xa5,0xf8,0x85,0xb5,0x28,0x61,0x89,0x1b,0x9d,0x5f,0xde, + 0x50,0x62,0xff,0xd2,0x9a,0xb6,0x74,0x6d,0x43,0x17,0xba,0xb5,0xad,0x3f,0xb4,0xfe, + 0x60,0xba,0xb,0xec,0xdf,0x3,0x66,0x53,0xf6,0x8f,0x81,0xcf,0x67,0xec,0x4f,0x0, + 0x9e,0x81,0xfd,0xef,0xdf,0x81,0xcf,0xf,0x83,0xde,0x9f,0x2,0x7f,0x3f,0x55,0xc7, + 0xfe,0x74,0xca,0x60,0x9f,0x8f,0xbf,0x19,0xf7,0xa9,0x47,0x26,0xd3,0xa3,0xc3,0x6f, + 0xd1,0x43,0xe0,0xfe,0xd1,0xbe,0x11,0x74,0x7f,0xd7,0x9b,0x94,0xb2,0x33,0x10,0xd8, + 0xf7,0x3,0xee,0xbb,0xd3,0x9d,0x4d,0x3e,0x74,0x2b,0xb6,0xd,0xdd,0x5c,0xd3,0x94, + 0xae,0xad,0xf2,0xa2,0xab,0xd1,0x75,0xe9,0xf2,0x92,0x6a,0x94,0xf4,0xad,0x3,0x5d, + 0x5c,0x60,0x4f,0xe7,0xbf,0x16,0x94,0x0,0xfc,0x9f,0x85,0x5e,0x39,0x5,0xed,0x7f, + 0x12,0xf8,0x3f,0x9,0x2e,0xfb,0x11,0xd7,0x73,0xf2,0xe3,0x82,0x74,0x72,0xd6,0xab, + 0xb8,0xa6,0xda,0x74,0x62,0x8e,0x3b,0x1d,0x9f,0xdb,0x90,0xb6,0xbf,0xef,0x45,0xd1, + 0x61,0x1e,0xf4,0xe9,0xa8,0xba,0xd4,0xc1,0xd3,0x81,0x7c,0xbc,0x5e,0xa0,0x15,0xdf, + 0x7c,0x64,0x31,0x87,0x92,0x15,0x3b,0xe5,0x8f,0x3,0x78,0x7e,0x90,0x93,0x93,0xd3, + 0x10,0x91,0x95,0x3,0x50,0xf8,0x6f,0xac,0xf7,0x27,0x63,0x3e,0x50,0x71,0x80,0x39, + 0x16,0x50,0x3a,0xc0,0x3c,0x3e,0xc8,0xfd,0x9c,0x39,0xe0,0x7f,0x2d,0x1e,0xb0,0xf4, + 0x9b,0x38,0xe6,0x77,0xe7,0x9a,0xe7,0xe7,0xe7,0x35,0x9e,0x67,0x4d,0xef,0x3f,0xe, + 0xf6,0x8d,0x66,0xe6,0x1,0x69,0xcf,0x3f,0xff,0xbc,0x9f,0x8f,0x8f,0xcf,0x9,0xe5, + 0xef,0x79,0xc9,0xcf,0xe8,0x5c,0xbb,0x76,0xed,0x9,0x62,0xfb,0xdc,0x75,0x81,0x91, + 0xb,0xae,0x5d,0x3e,0x4f,0x6f,0xf,0x6a,0x49,0xed,0xeb,0x0,0xf7,0xf0,0xf7,0xbe, + 0xee,0x82,0xa6,0xf6,0x16,0xf4,0xf5,0x50,0x6d,0x4c,0x7c,0xed,0x44,0x68,0xfd,0x48, + 0xf8,0xc7,0xf,0x34,0x63,0xbf,0x2f,0xf5,0x3e,0x62,0xe8,0x53,0x73,0x8a,0xd2,0x99, + 0x79,0x65,0x34,0xdc,0x7f,0x53,0x95,0xce,0x1,0xfb,0x89,0x4b,0x9c,0xe8,0xfc,0x32, + 0x4f,0x60,0xbf,0x5,0xf4,0x7e,0x3b,0xba,0xb1,0xb5,0x27,0xdd,0x86,0x2e,0xbf,0x13, + 0x17,0x44,0xf7,0xf6,0x30,0xf6,0x87,0x3,0xfb,0xa3,0x25,0xf6,0x1f,0x1e,0xe,0x41, + 0xfc,0xae,0xb0,0x1f,0xe,0xff,0xfe,0x2e,0xb0,0xe,0x3b,0x9,0xec,0xff,0x18,0x5, + 0xad,0xcf,0x1a,0x0,0x31,0xc0,0xb1,0x50,0x4a,0x65,0x8e,0x38,0x34,0x8e,0x1e,0x2, + 0xf7,0xf,0xf6,0xbc,0x9,0xec,0xf,0xa2,0x94,0xef,0xfa,0xd3,0xbd,0xed,0x7d,0xe8, + 0xee,0xe6,0x2e,0x74,0x67,0x43,0x3b,0xba,0x1d,0xdb,0x9c,0x6e,0xc6,0x34,0xa2,0x1b, + 0xab,0x3c,0xe8,0xfa,0xa,0x27,0xba,0xba,0xac,0x2a,0x5d,0x6,0xf6,0x2f,0x7d,0x53, + 0x90,0x2e,0xce,0x13,0x74,0x7e,0xae,0xa0,0xc4,0x2f,0x4,0x9d,0x83,0x9d,0xc5,0xb9, + 0xc7,0x2f,0x70,0xa7,0x73,0x4b,0x5a,0x52,0xfc,0xd2,0x4e,0x14,0xbf,0xac,0xb,0x9d, + 0x5d,0xde,0x8d,0xce,0x2c,0xe9,0x42,0xa7,0x17,0x77,0xa6,0x33,0x8b,0xbb,0xd0,0x89, + 0x85,0x9d,0x68,0xdb,0xcc,0x16,0x14,0x1d,0xe1,0x4d,0x9f,0x8d,0x76,0xa1,0xb6,0xf5, + 0xca,0x51,0x97,0x6,0xcf,0x53,0xdc,0xa6,0x95,0x16,0xf3,0xa4,0xd9,0x73,0xae,0xd6, + 0xfe,0xfe,0x85,0xe,0x1e,0x3c,0x20,0xe3,0x80,0x61,0xc3,0x86,0xdd,0x28,0x51,0xa2, + 0x44,0x67,0x91,0xd3,0xff,0x37,0xd6,0xfb,0x96,0x31,0x17,0x50,0x4f,0xef,0x8b,0x96, + 0xf2,0x1,0x6a,0x8e,0x40,0x45,0xbd,0x7f,0x9b,0xf3,0x82,0xff,0xb,0xef,0x15,0x51, + 0x63,0xf9,0xe6,0x38,0xdf,0xf8,0x3b,0xd7,0xc6,0xfc,0x9e,0xb5,0x67,0x73,0xcc,0x7a, + 0xdf,0x38,0xa6,0x97,0x1b,0xf6,0x8d,0x31,0xbf,0x11,0xff,0x96,0x38,0x20,0xd3,0x10, + 0xe3,0x77,0x6e,0xdd,0xba,0xf5,0x6a,0xe3,0xbc,0xbd,0x88,0x88,0x70,0xc4,0xf8,0x27, + 0xad,0xc6,0xf3,0x7f,0x5,0x7,0x70,0x8c,0x3f,0x7f,0x66,0x8,0x75,0x74,0xd4,0xc6, + 0xbb,0x5b,0xc3,0xe7,0x4f,0xf4,0x11,0xf4,0x15,0xb4,0xfe,0x37,0xc3,0x5,0xad,0x1c, + 0x7,0xad,0xcf,0x9a,0x78,0x86,0x8e,0x7d,0x1e,0x27,0xd3,0xb1,0x7f,0x8a,0xf3,0x67, + 0x73,0x4b,0xd2,0x4f,0x5f,0xbf,0x40,0x67,0xbf,0xa9,0x48,0xf1,0xdf,0xd6,0x80,0xde, + 0xaf,0x4d,0x89,0x4b,0x9d,0xe8,0x42,0xb4,0x1b,0x25,0xad,0x6a,0x4c,0xd7,0x37,0xfa, + 0x2,0xf7,0xfe,0x74,0x17,0xfe,0xf9,0x2e,0xb0,0x9f,0xc,0xcc,0xa6,0x20,0x4e,0xbf, + 0x7f,0x60,0xc,0x3d,0x38,0x8,0x1c,0xc3,0xef,0x3f,0x82,0x3f,0x4f,0x65,0xec,0x1f, + 0x3,0xf6,0x7f,0x60,0x9b,0xa2,0x61,0xfe,0x44,0x24,0x65,0xfc,0x10,0x49,0xe9,0xc7, + 0x22,0x28,0xf5,0xe8,0x24,0x60,0x3f,0x98,0x1e,0x1d,0x18,0x5,0xec,0xf,0xa5,0x7, + 0xbb,0x82,0xe8,0x7e,0x5c,0x0,0xdd,0xfb,0xae,0xf,0x25,0x6f,0xed,0x4e,0xc9,0x5b, + 0x7c,0xe8,0xee,0xc6,0x36,0x74,0x27,0xb6,0x19,0xdd,0x5a,0x5b,0x9f,0x6e,0xae,0x72, + 0x83,0xee,0xaf,0x41,0xd7,0x96,0xbf,0x46,0x57,0x96,0x94,0xa4,0x2b,0xdf,0xa,0x4a, + 0x9a,0x2f,0xe8,0x2,0x7c,0xff,0x85,0x2f,0x61,0xdf,0x54,0x46,0x3c,0xd2,0x99,0x2e, + 0xaf,0x1f,0x40,0x97,0x36,0xc,0xa5,0xa4,0x8d,0xc3,0xe8,0x22,0x96,0x89,0x6b,0x87, + 0x50,0x42,0xcc,0x40,0x8a,0x5f,0xe9,0x47,0x3f,0x2f,0xeb,0x1,0xfc,0xfb,0xd2,0x99, + 0x45,0x5d,0xe8,0xf8,0xfc,0x8e,0xb4,0xe5,0x83,0x16,0xb4,0x3c,0xbc,0x21,0x45,0xc, + 0xa8,0x45,0x6d,0xdc,0xcb,0x92,0x6f,0xc3,0x17,0x29,0x6e,0xcb,0x4a,0xd3,0x18,0xea, + 0x2f,0x8f,0xc5,0x7,0xcc,0x1,0xfa,0xfc,0xa0,0x84,0xe2,0xc5,0x8b,0xfb,0x88,0x9c, + 0xf8,0x37,0x6a,0x0,0x4b,0x1c,0xc0,0x3e,0xca,0xa8,0x3,0xcc,0xf3,0x84,0x98,0x3, + 0x38,0x2f,0x68,0x7c,0x76,0xe0,0xbf,0x71,0x9e,0x80,0x59,0xef,0x1b,0xdf,0xa7,0x99, + 0x57,0x8e,0xcf,0xfc,0x7c,0xce,0xe3,0x62,0xdf,0x92,0xef,0x37,0x6a,0x0,0x4b,0x5c, + 0x90,0x69,0xde,0xde,0xde,0x9f,0x77,0xef,0xde,0xfd,0x61,0xd6,0x7b,0x38,0x86,0xd3, + 0x77,0xdf,0x7d,0x7,0x7c,0xfe,0xa2,0x5b,0x86,0xe1,0xef,0xec,0xc6,0xfd,0x2d,0xfb, + 0xfe,0xfc,0xeb,0x83,0x75,0x8b,0x3f,0xa3,0x5e,0xde,0x85,0xe4,0x5c,0xb7,0xd6,0xf0, + 0xf9,0xc3,0x5a,0x22,0xce,0xed,0x2f,0x68,0x21,0x7c,0xfe,0x2a,0xe0,0x7e,0xcb,0xdb, + 0x82,0xf6,0x4e,0x13,0x74,0x18,0xda,0xf8,0x7b,0x60,0xff,0x98,0xd2,0xfb,0xb3,0xa0, + 0x95,0x81,0xfd,0x33,0x73,0xb,0xd2,0xcf,0xf3,0x5e,0x82,0xd6,0x7f,0x95,0xce,0x1, + 0xfb,0x89,0xcb,0xea,0x48,0xec,0x9f,0x5f,0xe6,0x4e,0x57,0xd6,0x34,0xa7,0x1b,0x9b, + 0xba,0x1,0xfb,0xfd,0x10,0xeb,0x43,0x9b,0xef,0x7a,0x3,0x3e,0x1f,0xd8,0x67,0xbd, + 0xe,0xbf,0xff,0x50,0x62,0x1f,0x78,0x3e,0xfa,0x16,0x6c,0xb2,0xf4,0xed,0xe9,0xc7, + 0x35,0xec,0x67,0x9c,0x98,0x4a,0x19,0x27,0x61,0xc7,0x11,0xff,0x7f,0xcf,0x3e,0x7f, + 0x22,0xa5,0x1e,0x1c,0xb,0xdc,0x3,0xfb,0x68,0xe3,0x7e,0xdc,0x0,0xba,0xff,0x9d, + 0x1f,0xa5,0x6c,0xef,0x49,0xf7,0xe0,0xf3,0xef,0x6e,0xec,0x40,0x77,0xd6,0xb7,0xa0, + 0xdb,0xeb,0x1a,0xd0,0xad,0x18,0xf,0xba,0xb9,0xda,0x99,0x6e,0x44,0x57,0xa3,0xeb, + 0xcb,0x5e,0xa0,0x6b,0x8b,0x4b,0x48,0xec,0x5f,0xfa,0x6,0xf8,0x7,0xf6,0x2f,0x2d, + 0x2c,0x45,0x57,0x63,0x3a,0xd0,0xf5,0xcd,0x43,0xe8,0xc6,0xce,0xc9,0x74,0x3d,0xee, + 0x6d,0xba,0xbe,0xf3,0x6d,0xba,0xbc,0x2d,0x84,0x2e,0x6d,0x19,0xb,0xe,0x18,0x41, + 0xe7,0xd7,0xe,0xa2,0x84,0xd5,0x81,0x14,0xbf,0xa2,0x2f,0x9d,0x59,0xa,0xe,0x58, + 0xd2,0x15,0x1c,0xe0,0x43,0xc7,0xe7,0x75,0xa0,0xcd,0x1f,0x34,0xa3,0xa5,0xa1,0x8d, + 0x28,0x5c,0xe7,0x0,0xff,0xb6,0x35,0x28,0xe1,0xec,0xa9,0x1c,0x7a,0xca,0xcc,0xc1, + 0x39,0xe7,0x62,0x65,0xd9,0xa6,0x4d,0x9b,0xa4,0xe,0x60,0xe,0x30,0xf4,0x1b,0x33, + 0xfe,0x95,0x6,0xe0,0x3e,0x68,0xce,0x5,0x70,0x9f,0x65,0xbf,0x65,0xd4,0x1,0x2a, + 0x1f,0xa0,0xc6,0x7,0x8d,0x1c,0x60,0xcc,0xb,0xfe,0x37,0xc4,0x3,0xb9,0xfd,0x6, + 0x66,0x7e,0xde,0xb9,0x63,0xf4,0xf9,0x79,0xe9,0x7d,0x4b,0x7e,0x5f,0x99,0xd1,0xff, + 0x5b,0xe3,0x80,0x4c,0x73,0x73,0x73,0xe3,0x67,0x74,0x6e,0x18,0xdf,0xc3,0xc1,0xe3, + 0xf8,0xf7,0xef,0xa7,0x58,0xc1,0xb6,0xda,0x66,0xb4,0xbc,0xb8,0xc1,0x7c,0x5c,0x6, + 0x62,0xfc,0x9d,0xf4,0x46,0xbb,0x4a,0xd4,0xa,0x98,0x6f,0x56,0x43,0x50,0x60,0x63, + 0x41,0x1f,0xf8,0xc1,0xe7,0x7,0x9,0x5a,0xa,0x9f,0xbf,0x79,0x92,0xa0,0x7d,0xd0, + 0xfa,0x87,0x10,0xe7,0x1f,0x7e,0x4f,0xd0,0x11,0x5d,0xef,0x9f,0xf8,0x54,0xc3,0xfd, + 0xe9,0xb9,0x4f,0xd3,0x99,0xaf,0x4a,0xd0,0xd9,0xf9,0xcf,0x43,0xeb,0xbf,0x6,0xad, + 0x5f,0x93,0x2e,0x2c,0x75,0xa6,0x8b,0x2b,0xea,0xd1,0xc5,0x95,0x8d,0xe8,0x6a,0x6c, + 0x47,0xba,0x85,0x38,0xfc,0x36,0x6b,0xf2,0xb8,0x81,0x94,0xbc,0x3b,0x8,0x3e,0x1f, + 0xb8,0x65,0xcd,0xe,0xff,0xfd,0xe0,0x30,0xb0,0x7c,0x78,0x3c,0xfc,0xfe,0x4,0xf8, + 0x75,0x60,0xff,0xf8,0x3b,0xd0,0xf7,0xe1,0xf0,0xf5,0x11,0x1a,0xf6,0xa1,0xfd,0xd3, + 0x8e,0x87,0x1,0xfb,0xd0,0x5,0x87,0x42,0x34,0x9f,0xbf,0x17,0x3e,0x7f,0xf7,0x40, + 0x4a,0x89,0xeb,0x4f,0x29,0x3b,0x7a,0xc3,0xe7,0x77,0xa1,0xe4,0xcd,0x1d,0x80,0xfd, + 0x16,0xf0,0xf9,0x4d,0xe8,0xf6,0x5a,0x2f,0xba,0xbd,0xda,0x85,0x6e,0xad,0xac,0x4a, + 0x37,0x57,0xbc,0x46,0x37,0x96,0xbf,0x40,0xd7,0x97,0xa,0xba,0xa,0xec,0x5f,0x1, + 0xf6,0x2f,0xc1,0xf7,0x5f,0x5d,0x56,0x8b,0x6e,0x6e,0x41,0xc,0xb2,0xe7,0x1d,0xba, + 0x73,0x20,0x8a,0xee,0x1c,0x7c,0x9f,0x6e,0xed,0x8d,0xa4,0x1b,0xbb,0xc3,0xe9,0x1a, + 0xb8,0xe0,0xf2,0xd6,0x60,0x4a,0xda,0x34,0x9a,0x2e,0xac,0x1f,0x46,0x89,0x6b,0x82, + 0x28,0x7e,0x55,0x7f,0x3a,0x1b,0xdd,0x87,0x7e,0x82,0xe,0x38,0xd,0x1d,0x70,0x7a, + 0xb1,0xf,0x7d,0x3f,0xaf,0x23,0xad,0x9f,0xce,0x1c,0xd0,0x90,0x46,0x75,0x7d,0xd, + 0x1c,0xf0,0xbc,0xe4,0x80,0x44,0x9d,0x3,0x2c,0xe9,0x2e,0x6b,0xbc,0x60,0x34,0xf5, + 0x1e,0xc1,0xfe,0xfd,0xfb,0x6f,0x16,0xd9,0xf1,0xdf,0x58,0x64,0xe5,0x1,0x95,0x6, + 0xb0,0xc6,0x1,0x96,0x74,0x0,0xc7,0xb7,0xec,0xf3,0x8c,0x63,0x3,0xc6,0x9c,0x80, + 0x9d,0xf8,0xcf,0xd6,0x2,0xf9,0x7d,0x9f,0xee,0x93,0x62,0xdf,0x9a,0xdf,0xcf,0xd, + 0xff,0xb9,0xda,0xeb,0xaf,0xbf,0xfe,0x6,0x62,0xfc,0x1f,0x8c,0xe3,0xf8,0x1c,0xe3, + 0xf3,0xfc,0x1d,0x63,0x9f,0xf8,0xe5,0x17,0xe5,0xcf,0xad,0x63,0xdc,0xb8,0x2f,0x27, + 0x37,0x64,0xb7,0x84,0x9f,0x8e,0xd1,0xe4,0x41,0x2d,0xa8,0x2d,0x62,0xfc,0xe6,0xd0, + 0xfa,0x3d,0x3d,0x4,0xbd,0xdb,0x5d,0xd0,0xbc,0x21,0xf0,0xf9,0xd0,0xfb,0x31,0x63, + 0x5,0x7d,0x7,0x9f,0x7f,0x80,0xe7,0xef,0x45,0x1,0xf7,0x33,0xb4,0x3c,0x1f,0xfb, + 0xfc,0x93,0xf0,0xf9,0xa7,0x11,0x2f,0x9f,0x81,0x76,0xfe,0xe9,0xeb,0xd2,0xd0,0xfb, + 0x2f,0x1,0xfb,0xaf,0x3,0xfb,0xd5,0xe8,0x2,0xe7,0xd6,0x57,0xd5,0xa7,0xeb,0xeb, + 0xdb,0xc3,0xe7,0x77,0xa2,0x1b,0x9b,0xbb,0xd2,0xed,0x6d,0xbd,0x28,0x19,0x7e,0xfa, + 0xde,0x1e,0xc4,0xe7,0x7b,0x87,0xc0,0xe7,0xf,0x7,0xf6,0x47,0x2,0xf7,0x63,0xe9, + 0x11,0x74,0x7c,0xea,0xf7,0x13,0x80,0x6f,0xf8,0xf5,0x63,0x8c,0x7f,0xf8,0xfe,0x1f, + 0xc2,0x34,0xdd,0xf,0x1e,0x48,0x3f,0xf6,0xe,0xa5,0x1d,0x81,0x2e,0x38,0x34,0x46, + 0x8b,0xf3,0xf7,0xe,0x46,0x9c,0x1f,0x0,0x9f,0xdf,0x87,0x52,0xb6,0xc1,0xe7,0x6f, + 0xed,0x44,0xc9,0x9b,0xda,0xd0,0xdd,0xd,0xcd,0x80,0xfd,0x86,0x74,0x6b,0x8d,0x3b, + 0xfc,0x7e,0x2d,0x60,0xbf,0xa,0x70,0x5f,0x9e,0x6e,0x2c,0x2b,0x4e,0xd7,0x17,0xb, + 0xba,0xb6,0x8,0x98,0x5f,0xa8,0xe1,0xff,0x6,0xf4,0xc8,0x9d,0xb8,0x31,0x74,0xf7, + 0xd0,0x7b,0x74,0xef,0xe8,0x67,0x94,0x7c,0xe4,0x53,0xfc,0x3d,0x93,0x6e,0x1f,0x98, + 0x4e,0x37,0xf7,0x4d,0xa5,0x9b,0xbb,0xc3,0xe8,0xda,0x77,0x93,0xe8,0xf2,0x96,0xf1, + 0x74,0x71,0xe3,0x18,0xba,0xb0,0x6e,0x18,0x74,0x40,0x10,0x74,0x40,0x0,0xc5,0x83, + 0x3,0x7e,0x5e,0xd6,0x53,0xe3,0x80,0x45,0xbe,0x74,0xe8,0xcb,0xe,0x14,0xab,0x73, + 0xc0,0x50,0x9f,0xd7,0xa8,0x9d,0x87,0x3,0x35,0x72,0x7f,0x85,0x6e,0xdf,0xb9,0xfd, + 0xd8,0x39,0x1a,0x23,0x2f,0x98,0x38,0xc0,0x8c,0x7f,0xb3,0x6,0x30,0xc7,0x1,0xd6, + 0x74,0x80,0x99,0x3,0x1c,0x44,0x76,0xe,0xf8,0x4f,0x8e,0x7,0xf2,0xc2,0xbe,0x8a, + 0xf5,0xf3,0x83,0x7d,0xa5,0xf7,0x73,0xc3,0xbe,0x25,0xdd,0x6f,0xd4,0xff,0xb9,0xda, + 0x8b,0x2f,0xbe,0xd8,0xb3,0x5d,0xbb,0x76,0x9b,0x8c,0xbf,0xa3,0x13,0x1e,0x1e,0x4e, + 0x9,0x9,0x9,0x12,0xeb,0x96,0x4c,0xf1,0x80,0x71,0xdd,0xcc,0x11,0xd6,0x8e,0xd5, + 0xb6,0xfd,0x42,0xf7,0xee,0xde,0xa2,0x4f,0xc2,0x6,0x52,0x3b,0xc4,0xf8,0x2d,0x81, + 0xfb,0x8e,0xce,0x88,0xf1,0x3b,0x69,0xfe,0x5e,0x6a,0x7d,0xe0,0x7e,0xeb,0x64,0x68, + 0xfd,0x70,0x60,0x7f,0x8a,0xa0,0x83,0xc0,0xff,0xd1,0x19,0x7a,0x7e,0xff,0x13,0xd, + 0xfb,0xa7,0x78,0xbc,0xc,0xd8,0xff,0x79,0x7e,0x1,0x8a,0x5f,0x50,0x9e,0x12,0x16, + 0xbd,0x2a,0xfd,0xfe,0xc5,0xe5,0xce,0x74,0x75,0x6d,0x53,0x60,0xbe,0xb,0xdd,0xda, + 0xda,0x55,0x2e,0x6f,0x22,0x1e,0xbf,0xd,0x1f,0x7d,0x8f,0xfd,0x35,0x63,0x7f,0xdf, + 0x30,0x60,0x7f,0x4,0x34,0xff,0x18,0xf8,0xfc,0x71,0x94,0x7a,0x24,0x4,0xf8,0x67, + 0xec,0x4f,0x84,0xee,0x7f,0x1b,0x98,0xf,0x85,0xd6,0xd7,0x70,0x9f,0x8a,0x78,0x20, + 0x95,0xb5,0xc1,0x41,0x70,0xc5,0xbe,0x41,0x88,0xf3,0xa1,0xf5,0x77,0xf6,0xa1,0x7b, + 0xdb,0x7b,0x68,0xb8,0xdf,0xdc,0x8e,0x92,0x37,0x36,0xa7,0xbb,0xc0,0xfd,0x9d,0xb5, + 0xf5,0xe8,0x76,0x8c,0x13,0xdd,0x94,0x3e,0xbf,0x2,0xf4,0xbe,0x1d,0xf4,0xbe,0xc8, + 0xb4,0x1b,0xd1,0x8e,0x74,0x2b,0xb6,0x1d,0x34,0xc8,0x48,0x4a,0x39,0x14,0x45,0xf7, + 0x8f,0xcf,0xa6,0x94,0x13,0x73,0x29,0xe5,0xf8,0x17,0x94,0xfc,0xfd,0x2c,0x70,0xc0, + 0xc7,0x52,0x3,0xdc,0xde,0x7,0xe,0xd8,0xfb,0x2e,0x62,0x81,0x30,0xba,0xba,0x7d, + 0xa2,0xd4,0x1,0x17,0x37,0x8c,0xa4,0xf3,0xeb,0xde,0x94,0xb1,0xc0,0x39,0x70,0xc0, + 0x59,0xc4,0x2,0xcc,0x1,0x32,0x2f,0xb8,0xa8,0xb,0xed,0xff,0xa2,0x2d,0xad,0x8b, + 0x6a,0x4a,0xb,0x26,0x79,0xd0,0xeb,0x95,0xa,0xd2,0xb3,0x85,0x9e,0x26,0xaf,0xa6, + 0xae,0x74,0xe7,0xee,0x1d,0x8b,0x79,0x9a,0xfc,0xe4,0x6b,0x78,0x6e,0x0,0xff,0xc6, + 0x20,0xc7,0x2,0x1d,0x3a,0x74,0x88,0x32,0xf5,0x2f,0x85,0x7f,0x4b,0x1a,0xc0,0x98, + 0xf,0x74,0xd4,0xfb,0x35,0xe7,0xb1,0xcd,0x39,0x41,0x23,0x7,0xa8,0xbc,0xa0,0x31, + 0x27,0xf0,0x9f,0x14,0xf,0xe4,0x67,0x5c,0xdf,0x8c,0x7d,0x4b,0xe3,0xfa,0xe6,0x1c, + 0xbf,0x8a,0xf7,0xf3,0xc2,0xbf,0xd9,0xcc,0x7c,0x90,0x69,0x45,0x8a,0x14,0x69,0xd7, + 0xb2,0x65,0xcb,0xf9,0xc0,0xfd,0x43,0x85,0x7d,0x7e,0x46,0xe7,0xe0,0xc1,0x83,0xb9, + 0x62,0xf7,0xcf,0x1a,0xb7,0xb9,0xf4,0x8b,0x8,0xea,0xd9,0xf0,0x59,0x89,0x7b,0x8e, + 0xf1,0x47,0x20,0xc6,0x9f,0x15,0x20,0x68,0x1,0x7c,0xfe,0x8a,0x51,0xd0,0xfa,0x6f, + 0x41,0xeb,0x3,0xf3,0x7,0xde,0x15,0xb4,0x3f,0x42,0xf3,0xfd,0x47,0xe0,0xfb,0x8f, + 0x3,0xfb,0x27,0x3e,0xd1,0xe6,0xf3,0x30,0xf6,0xcf,0x7c,0x25,0xa0,0xf7,0xed,0xe1, + 0xf3,0x9f,0xa7,0x84,0xc5,0x15,0xe9,0xfc,0xd2,0x2a,0x94,0xb4,0xca,0x3,0xfe,0xbe, + 0x3,0x70,0xdf,0x99,0x6e,0x6d,0xeb,0x8e,0x65,0xf,0xf8,0x7d,0xd8,0x76,0xf6,0xfd, + 0xfd,0x80,0x7d,0xe0,0x77,0xdf,0x9b,0xf4,0xf0,0xc0,0x30,0x60,0x7f,0x24,0xfc,0xfe, + 0x18,0x60,0x7f,0x3c,0xa5,0x1d,0x65,0xdf,0xff,0x16,0xb0,0x3f,0x19,0x31,0xff,0xdb, + 0xc0,0x3e,0x38,0xe0,0xfb,0x49,0x72,0xdf,0xa3,0x83,0xa3,0xe9,0xe1,0xfe,0xa1,0xf4, + 0x70,0xcf,0x40,0x7a,0xb8,0xab,0x2f,0x7c,0x3e,0xfc,0xfd,0xb6,0xce,0x74,0x6f,0x4b, + 0x7,0xf8,0xfc,0x16,0x74,0x77,0x7d,0x13,0xba,0xb3,0xce,0x83,0x6e,0xaf,0xa9,0x43, + 0xb7,0x56,0x57,0x1,0xee,0xcb,0xd3,0xcd,0xe8,0x72,0xf0,0xf9,0xcf,0xd0,0xf5,0x25, + 0x42,0xda,0xcd,0x18,0x2f,0xba,0xbb,0x7d,0xa0,0x7c,0x1e,0xf8,0xc1,0xf7,0x1f,0xd1, + 0x83,0x93,0x5f,0xd3,0xa3,0x53,0xdf,0xc0,0xe6,0xd3,0x7d,0xfc,0xfd,0xe0,0x87,0xb9, + 0x74,0xef,0xd8,0x6c,0xba,0xf7,0xfd,0x67,0x74,0xf7,0x30,0x6b,0x80,0xf,0x34,0xe, + 0xd8,0x33,0x95,0xae,0xef,0xa,0x5,0x7,0x4c,0xa2,0x4b,0x9b,0xc7,0x65,0x72,0x40, + 0xe2,0x1a,0x9d,0x3,0x38,0x16,0x58,0xda,0x83,0xa2,0xa3,0x1a,0xd2,0xb4,0x91,0x8e, + 0xd4,0xb9,0x6d,0x59,0xaa,0x5c,0xfd,0x69,0x7a,0xee,0x15,0x41,0x45,0x1c,0x9e,0xa2, + 0x22,0x2f,0x3e,0x45,0x8d,0xda,0xd6,0xcb,0xc6,0x1,0x8f,0x9b,0xa3,0xe5,0xf1,0x5d, + 0x35,0x47,0xb0,0x63,0xc7,0x8e,0xd3,0xc,0xfd,0xab,0xa1,0xc8,0x89,0x7f,0xa3,0x6, + 0x30,0xc7,0x1,0x9c,0xcf,0x52,0x1c,0xa0,0xc6,0x6,0x2b,0x8a,0xac,0xb9,0x82,0x6a, + 0x7c,0xd0,0x12,0x7,0xfc,0xd3,0xc7,0x7,0xcc,0xcf,0xed,0x98,0x9f,0xd3,0xcd,0x6d, + 0x7c,0x4f,0x61,0x3f,0xb7,0x5c,0x9f,0xc2,0xbe,0x25,0xfc,0x2b,0xe,0xc8,0x97,0xa1, + 0x44,0x22,0xc6,0xbf,0x6e,0x9c,0xbf,0xc3,0x31,0x7e,0x5e,0x7e,0x3b,0x2f,0x1d,0x60, + 0x69,0x9f,0xf1,0x98,0x3,0xdf,0xad,0xa5,0x81,0xed,0x5e,0xa2,0xb6,0x1c,0xe3,0x57, + 0x17,0x34,0xa0,0x11,0x62,0xfc,0xbe,0x9a,0xcf,0x5f,0x4,0x9f,0xbf,0x76,0x9c,0xa0, + 0x5d,0x9c,0xd7,0x9f,0xaa,0xf9,0xfb,0x83,0x88,0xf7,0xf7,0x63,0x79,0x18,0x31,0xff, + 0xd1,0xf7,0x81,0x7b,0xc4,0xfa,0xa7,0x65,0x8e,0x8f,0xf5,0x3e,0x63,0xbf,0x34,0xb0, + 0xff,0x1c,0x9d,0x7,0xf6,0x93,0xa2,0xeb,0xd0,0xd5,0x75,0x2d,0xe8,0xe6,0xe6,0xf6, + 0x74,0x6b,0x4b,0x67,0xe0,0xbd,0x3b,0xdd,0xd9,0xd1,0x13,0xd6,0x83,0xee,0x0,0xfb, + 0x77,0xbf,0x3,0xfe,0x77,0xf5,0x83,0xe6,0x1f,0x2,0xdc,0xf,0x97,0xbe,0xfc,0xd1, + 0xe1,0x51,0xc0,0x37,0x7c,0xff,0xd1,0x60,0x60,0x3f,0x4,0xb8,0x9f,0x4,0x7f,0xaf, + 0xe1,0x3f,0xed,0x18,0xfb,0x7c,0xec,0x3b,0x8,0xdc,0xef,0xb,0x42,0x9c,0xdf,0x1f, + 0x3e,0xbf,0x2f,0xdd,0xdb,0xd1,0x8d,0x52,0xa4,0xcf,0x6f,0x43,0xc9,0xeb,0x9b,0x2, + 0xf7,0xd,0x10,0xe7,0x23,0xc6,0x5f,0x5d,0x7,0xb8,0xaf,0x4,0xff,0xe,0xdc,0x2f, + 0x7d,0x1a,0x26,0xa4,0xde,0xbf,0x15,0xe3,0x42,0xf7,0x76,0xbe,0x21,0x9f,0x1,0x7c, + 0x78,0xf2,0xb,0x7a,0x74,0xe6,0x5b,0x4a,0xfb,0x79,0x29,0x6c,0x31,0xfe,0x5e,0x44, + 0x8f,0x4e,0x2f,0xa4,0x87,0xe0,0x80,0x7,0x27,0xbf,0xa2,0x94,0x1f,0xe6,0x40,0x7, + 0x7c,0x4e,0xc9,0x47,0xf5,0x38,0x40,0xea,0x80,0x69,0x88,0x3,0xde,0xa5,0x1b,0xe0, + 0x80,0x2b,0xdb,0x26,0xd2,0x25,0xc4,0x2,0x3b,0xbe,0xee,0x4b,0x73,0x22,0x5a,0xd1, + 0x9b,0xfd,0x6b,0x50,0xf3,0x96,0x65,0xa9,0x2,0xee,0xe7,0x2b,0x6c,0xe0,0xd3,0x8a, + 0xd0,0x51,0x95,0xdc,0x9f,0xa1,0xd7,0x9a,0x14,0xa2,0x4a,0xde,0x85,0xa8,0x44,0xc5, + 0xa7,0xa9,0x68,0xf9,0x67,0x68,0xd8,0xf8,0x41,0x4f,0x14,0x7,0x28,0xbb,0x75,0xeb, + 0x56,0xe6,0x1c,0x41,0x6f,0x6f,0xef,0x11,0x22,0xb,0xf7,0xa,0xfb,0x66,0xfc,0x9b, + 0x35,0x80,0x31,0xe,0x60,0x7f,0xc7,0x9a,0xd7,0x38,0x4f,0x50,0x71,0x80,0x59,0x7, + 0x70,0x5e,0x50,0xcd,0x15,0xfa,0xa7,0x72,0x40,0x5e,0xcf,0xee,0x18,0x7f,0x37,0x4b, + 0x61,0xdf,0xda,0x33,0x7b,0xe6,0x98,0x3f,0x37,0xfc,0x2b,0x6b,0x90,0x1f,0x73,0x74, + 0x74,0x1c,0xde,0xa5,0x4b,0x97,0x73,0xc6,0x18,0x7f,0xc1,0x82,0x5,0x99,0x31,0xbe, + 0x35,0x1c,0xff,0x59,0x1d,0x10,0x7f,0xfa,0x7b,0x9a,0x34,0xb0,0x19,0xb5,0x41,0x1f, + 0x6d,0x5e,0xd,0x31,0x7e,0x3d,0xc4,0xf8,0xbe,0xc0,0xfd,0x40,0x3d,0xc6,0x1f,0x23, + 0x68,0x3b,0x62,0xfc,0x7d,0x11,0x9a,0xcf,0x67,0xdc,0x1f,0x86,0xbf,0x3f,0xfa,0x5e, + 0x16,0xf6,0x7f,0xf8,0x38,0xb,0xfb,0x67,0x81,0xfd,0xf8,0x5,0x42,0xc3,0xfe,0xd2, + 0xd7,0xe8,0xf2,0x1a,0x4f,0xba,0xbe,0xa1,0xa5,0xc4,0xfe,0x6d,0xf8,0xfd,0x3b,0xc0, + 0xe8,0x5d,0xf8,0xe8,0xe4,0x9d,0xbd,0x25,0xee,0xef,0x60,0x99,0x1c,0xe7,0x47,0x29, + 0x7b,0x2,0xe1,0xf7,0xe1,0xfb,0xf,0x8e,0x40,0x1c,0x3f,0x1a,0xf8,0x56,0xbe,0x3f, + 0x58,0xf7,0xfd,0x13,0x25,0x7,0xa4,0x82,0xb,0x52,0xc1,0xd,0x8f,0xe,0x0,0xfb, + 0x7b,0x81,0x5d,0xe6,0xd,0xb4,0x71,0x6f,0x9b,0xaf,0xf4,0xf9,0x9c,0xdf,0xbb,0xbb, + 0xbe,0x11,0x70,0xf,0xad,0xbf,0x1a,0x7a,0x7e,0x55,0x35,0x60,0xff,0x5,0xf8,0x7b, + 0x3b,0x99,0xdf,0x53,0x5a,0xff,0xf6,0xfa,0x56,0xf2,0xd9,0xbf,0xd4,0x53,0x73,0x25, + 0xde,0xd3,0xce,0x46,0x53,0x7a,0xfc,0xa,0x4a,0x3d,0xbb,0x9c,0x52,0x7f,0x5e,0x46, + 0xa9,0x3f,0x31,0xfe,0xbf,0x5,0xfe,0xbf,0xa1,0x7,0xe0,0x80,0x94,0x13,0x5f,0x21, + 0x1e,0x98,0x3,0xd,0x30,0x4b,0xe6,0x2,0xee,0x80,0x3,0xee,0x1c,0x98,0x41,0x3f, + 0xae,0x9f,0x48,0xdf,0xcc,0xec,0x45,0x3,0xfa,0x3b,0x51,0x9d,0xfa,0xc5,0xa8,0xa2, + 0xd3,0xb3,0x54,0xc9,0xa9,0x0,0x55,0xaa,0xfb,0xc,0xbd,0xea,0x55,0x90,0xaa,0x36, + 0x2f,0x42,0x35,0xda,0x15,0xa5,0x5a,0x5d,0x4a,0x52,0x9d,0x9e,0xa5,0xc9,0xb1,0x7b, + 0x69,0xaa,0xd1,0xb1,0x28,0xbd,0xde,0xc2,0x9e,0x2a,0x36,0x2c,0x4c,0x45,0xca,0x3f, + 0xd,0x3,0x7,0x4,0xf,0x79,0x22,0xff,0xaf,0xd6,0x93,0x92,0x92,0x24,0x7,0x8c, + 0x18,0x31,0xe2,0xa1,0xab,0xab,0x6b,0x80,0xb0,0x8c,0x7d,0x35,0x27,0xc8,0xac,0x1, + 0xd4,0xbc,0x0,0xee,0xeb,0xc6,0x7c,0xa0,0x7a,0x66,0xc8,0x12,0x7,0xb0,0xff,0x34, + 0x72,0xc0,0x3f,0x31,0x2f,0x68,0x9,0xfb,0xe6,0xf7,0x73,0x18,0xdf,0xb7,0x6b,0xed, + 0x39,0x7d,0x63,0xbe,0xcf,0xec,0xfb,0x2d,0xe1,0xdf,0x68,0x5e,0xb9,0xd9,0xcb,0x2f, + 0xbf,0xec,0xdb,0xa9,0x53,0xa7,0xdd,0xc6,0xf9,0x3b,0x1c,0xe3,0x5f,0xbb,0x76,0xd5, + 0xaa,0xaf,0x7e,0x5c,0x2d,0x60,0xc9,0xee,0x25,0xdf,0xa6,0x8f,0xde,0x19,0x20,0x35, + 0x7e,0x53,0xe0,0xbe,0x3d,0x62,0xfd,0x90,0x76,0x82,0xe6,0x4,0x2,0xf7,0x83,0x11, + 0xe3,0x3,0xf7,0x3b,0x26,0x65,0x8f,0xf1,0x15,0xee,0x8f,0x7f,0xa8,0xd9,0xb1,0xf, + 0xb5,0x3c,0xff,0x8f,0x9f,0x21,0xce,0x87,0xde,0x8f,0x7,0xf6,0xcf,0x2d,0x78,0x9a, + 0x12,0x79,0xee,0xcc,0x4a,0x27,0x89,0xfb,0xeb,0x1b,0x5b,0xd1,0xad,0xcd,0x6d,0x81, + 0x7d,0x1f,0x60,0xbf,0xb,0xdd,0xdd,0xd9,0x3,0xbe,0x9e,0x63,0xfd,0x7e,0xc0,0x3f, + 0x62,0x74,0x60,0xff,0xde,0x2e,0x3f,0x7a,0xb0,0x7f,0x10,0x70,0x3f,0xc,0x36,0x42, + 0xf7,0xfd,0x63,0x81,0xfd,0x71,0xd2,0xf7,0x33,0xfe,0xd3,0x8f,0x4d,0x80,0xe6,0xf, + 0x6,0xf6,0xa1,0xd,0xa0,0x13,0x1e,0x40,0xef,0xdf,0xdf,0xe5,0x4f,0x29,0x3b,0x94, + 0xde,0x6f,0x47,0x77,0x36,0x40,0xeb,0xc7,0xd6,0xa7,0x5b,0x6b,0x5c,0xe8,0xe6,0xaa, + 0xda,0x88,0xf3,0x39,0xbf,0x57,0x16,0x71,0x3e,0xb4,0xfe,0x22,0xe0,0xfe,0x5b,0x21, + 0xc7,0xf8,0xee,0x6e,0x1f,0x0,0x9d,0x3f,0x3,0x38,0x5f,0x4c,0xe9,0x9,0x2b,0x29, + 0x23,0x61,0x35,0xa5,0x9f,0x5b,0x25,0xf1,0xcf,0x3c,0x20,0xf1,0xff,0xf3,0x12,0x98, + 0xa6,0x1,0x38,0x16,0x78,0xf8,0xe3,0x3c,0x68,0x84,0xaf,0x65,0x2e,0x80,0x39,0x60, + 0xc7,0xd2,0x71,0xf4,0xc6,0x1b,0x9e,0x54,0xc9,0xb5,0xb0,0xb4,0x57,0x3d,0x8b,0x50, + 0xb5,0x96,0xcf,0x51,0x8d,0xce,0x2f,0x51,0x9d,0xbe,0x15,0xc8,0xa9,0x7f,0x65,0x72, + 0xec,0xf7,0xa,0x39,0xfa,0x95,0x27,0xc7,0xbe,0x2f,0x90,0x53,0xef,0x72,0xe4,0xd8, + 0xb3,0x84,0xe4,0x80,0x3a,0x3d,0x4a,0x51,0xb5,0x4e,0x85,0xe8,0xd5,0xe6,0x85,0xe9, + 0x65,0x2f,0x70,0xc0,0x4b,0x4f,0x51,0xd1,0x8a,0x5,0xe8,0xbd,0x59,0x51,0x39,0x72, + 0xb5,0x59,0x39,0xda,0xdc,0xc7,0xb,0xd9,0x2e,0x5e,0xbc,0x28,0xf3,0x81,0xc3,0x87, + 0xf,0x7f,0xe8,0xe6,0xe6,0xd6,0xcf,0xd4,0xf,0x15,0xf6,0xcd,0xf8,0x37,0x6a,0x0, + 0x73,0x1c,0x60,0xcc,0x7,0x1a,0x39,0xc0,0x1c,0xb,0x14,0xd3,0xf1,0xa5,0xf2,0x82, + 0x8c,0xbb,0x7f,0x37,0xf,0x58,0xc2,0xbe,0x9a,0xcf,0x9b,0xdf,0x67,0x76,0xd5,0xef, + 0xe5,0x9a,0x75,0xbf,0xd1,0xf7,0x2b,0xfc,0x1b,0x39,0xc0,0x12,0xf,0x64,0xb3,0xa2, + 0x45,0x8b,0x22,0xc4,0x6f,0xf9,0x95,0xf1,0x77,0xf3,0x38,0xc6,0x3f,0x79,0xf2,0x4, + 0xf0,0x99,0x61,0xc1,0xd2,0x2d,0x6e,0xd7,0xf2,0xf9,0x6a,0x3d,0x7f,0xd8,0x5f,0x32, + 0x3b,0x9c,0xba,0xd7,0x7f,0x9a,0x5a,0x40,0xe7,0xb7,0xac,0x21,0x68,0x68,0x33,0x41, + 0x5f,0x20,0xc6,0xff,0x1a,0x3e,0x7f,0x19,0xb4,0xfe,0x96,0x10,0xe0,0x3e,0x14,0x3e, + 0x5f,0xc7,0xfe,0x1,0xa5,0xf3,0x67,0x68,0x98,0x3f,0xc1,0xcf,0xc0,0xf0,0xf3,0x3b, + 0x1f,0x69,0xba,0xff,0x14,0x62,0xfe,0x73,0xf3,0x4,0x25,0x2c,0x14,0x74,0x71,0xf9, + 0x6b,0xd0,0xfa,0xd,0x80,0xfd,0x26,0x74,0x73,0x13,0xfb,0xfd,0xe,0x88,0xf1,0x3b, + 0xd2,0x5d,0xc6,0xfe,0x77,0xdd,0xe0,0xeb,0x7b,0x49,0xbc,0xa7,0xec,0xe9,0x27,0x35, + 0x40,0xa,0x62,0xf6,0x7b,0xbb,0xfd,0xe1,0xfb,0x87,0x0,0xf7,0xc3,0x81,0xef,0x11, + 0xd0,0xfc,0xf0,0xff,0xdf,0x8f,0xd1,0xf1,0x3f,0x5e,0x62,0x9f,0xff,0x4e,0x3d,0xc2, + 0x7e,0xff,0x4d,0x7a,0xb0,0x17,0xd8,0xdf,0x89,0x36,0xbe,0xeb,0xe,0xec,0xfb,0xd0, + 0xdd,0x4d,0x6d,0xe8,0xe,0xeb,0xfd,0x58,0x77,0xba,0x1d,0xe3,0x2c,0xe3,0xfc,0x1b, + 0x2b,0x38,0xaf,0x5f,0x5a,0xf3,0xf9,0xc0,0xfe,0x75,0x60,0xff,0xd6,0x6a,0x37,0x7c, + 0xee,0x78,0x4a,0x3d,0x39,0x47,0x62,0x3d,0x3d,0x71,0xd,0xf0,0x1f,0x3,0x5b,0x2d, + 0x79,0x20,0x2d,0x7e,0xa5,0xc4,0x7f,0x9a,0xae,0x1,0x1e,0xfd,0xb4,0x94,0x52,0xcf, + 0x20,0x16,0x38,0xbd,0x48,0xea,0x80,0x87,0x3f,0x6a,0xb1,0x40,0xf8,0xa4,0x4e,0x54, + 0xd9,0x9d,0x31,0x5f,0x8c,0x6a,0xf8,0x54,0xa0,0x3a,0x81,0x35,0xc9,0x69,0x70,0x6d, + 0x72,0x1a,0x54,0x93,0x9c,0xdf,0xa8,0x4e,0x8e,0x3,0x5f,0x27,0xa7,0x1,0xb0,0x80, + 0x4a,0xe0,0x80,0x97,0xc1,0x1,0x2f,0x52,0x9d,0x3e,0xcf,0x53,0x9d,0xde,0x65,0xa8, + 0x4e,0xaf,0x32,0x92,0x3,0x6a,0xf7,0x28,0x49,0x55,0x3b,0x14,0xa7,0xd7,0xda,0x16, + 0xa3,0xa,0xcd,0x4b,0x50,0x91,0x4a,0xcf,0x50,0xd1,0xea,0x76,0xb4,0x64,0xed,0xd2, + 0x1c,0xe3,0x30,0xe6,0x71,0x1a,0x35,0x6f,0xc8,0xd2,0xd8,0xce,0x81,0x3,0xfb,0xd5, + 0xfc,0xa0,0xf8,0xd2,0xa5,0x4b,0xb7,0x34,0xf5,0x49,0x85,0x7d,0xa5,0xff,0x15,0xfe, + 0x55,0x1e,0x40,0xe5,0x2,0xcd,0x71,0x80,0x31,0x1f,0xa8,0xe6,0x8,0xa9,0x71,0x1, + 0x33,0x7,0x30,0xde,0xfe,0xdd,0x39,0x1,0x6b,0x73,0xf9,0xd9,0xf7,0x33,0x6f,0x99, + 0xf3,0x7d,0x96,0xe6,0xf4,0x5a,0x1a,0xeb,0xb3,0x86,0x7f,0x23,0x7,0xe4,0x69,0xcd, + 0x9a,0x35,0x9b,0x69,0xcc,0xed,0x69,0xcf,0xe8,0xec,0x30,0xe0,0xd8,0x12,0xf6,0xd3, + 0x33,0xf7,0x67,0xc7,0x7c,0x7a,0x36,0x2e,0x30,0x73,0x83,0x71,0x7d,0xfb,0x9a,0xf9, + 0x14,0xd8,0xba,0xbc,0xc4,0x7c,0xd3,0xaa,0x82,0xfa,0xd7,0x17,0xf4,0x71,0x1f,0x41, + 0x73,0xe1,0xf3,0x17,0xd,0x11,0xb4,0x66,0xb4,0xf6,0x2c,0xfb,0x5e,0xc4,0xf9,0xfb, + 0x81,0xfd,0x83,0xfc,0xcc,0x4e,0xa4,0x86,0xfd,0x63,0x1f,0x64,0xe5,0xf8,0x4e,0xcd, + 0x82,0xd6,0xff,0x2,0xcb,0xcf,0xf4,0x31,0xbe,0x39,0x2,0x3e,0xbf,0x24,0x5d,0x41, + 0x3c,0x7d,0x1d,0xda,0xfb,0xc6,0x46,0xd,0xfb,0xb7,0xb6,0x0,0x97,0xdb,0x3b,0xc1, + 0xba,0x50,0x32,0xb0,0x9f,0xb2,0xab,0x27,0xa5,0xec,0x6,0xe6,0xf7,0xf8,0x49,0x93, + 0xf8,0xdf,0xd3,0x17,0xe6,0xf,0xbf,0x3f,0x84,0x52,0xf,0xe9,0xf8,0x3f,0x2,0xfc, + 0x1f,0x5,0xfe,0xbf,0x1f,0xb,0x9f,0xcf,0x31,0x0,0x62,0x1,0xe8,0x82,0x87,0xd2, + 0xef,0xf,0xa0,0xfb,0x71,0x7d,0xe0,0xf7,0x7d,0x29,0x99,0x7d,0x3e,0xf4,0xfe,0xed, + 0xf5,0x1c,0xe7,0xbb,0xc9,0x38,0xff,0xd6,0x4a,0x2d,0xce,0xbf,0x8e,0x38,0x5f,0x6a, + 0x7d,0xe0,0xfe,0xda,0xb2,0xe2,0x74,0x67,0x6b,0x1f,0x7a,0xf8,0xfd,0x7,0xc0,0xf6, + 0x62,0x89,0xfb,0x8c,0xf3,0x6b,0x35,0xfc,0x27,0x32,0xfe,0xe1,0xfb,0xcf,0xad,0xa6, + 0xb4,0x73,0x2b,0xc1,0xb,0x2b,0x25,0xfe,0xd3,0x7e,0x6,0xf,0x30,0x7,0xb0,0xe, + 0xf8,0x49,0xd7,0x1,0xa7,0xbf,0xa1,0xf0,0xb7,0x7d,0x81,0xfd,0x62,0x54,0xad,0xfd, + 0x4b,0xe4,0x34,0xc4,0x85,0x9c,0x86,0xd5,0x25,0xc7,0xa1,0x4e,0xe4,0xf4,0xa6,0x33, + 0xd5,0x19,0x5c,0x8b,0x1c,0x7,0xc1,0x82,0xaa,0x51,0x9d,0x81,0xb0,0xc0,0x57,0xc9, + 0x11,0x1c,0x50,0xa7,0x1f,0x38,0xc2,0xef,0x25,0xaa,0xcd,0x1c,0xd0,0x7,0xf8,0xef, + 0xf3,0x1c,0x38,0xa1,0xc,0x39,0xf6,0x2f,0x4b,0xd5,0xfb,0x96,0xa5,0xd7,0x7b,0x39, + 0x50,0xf9,0x56,0x65,0xa8,0x68,0xb5,0x82,0x54,0xd4,0xb1,0x10,0x2d,0x8d,0x5d,0x62, + 0x75,0xcc,0x36,0xf7,0xb9,0x1a,0x9a,0x1d,0x3c,0xa8,0x71,0xc0,0x9b,0x6f,0xbe,0x19, + 0x5f,0xa6,0x4c,0x99,0xe6,0x22,0xbb,0xdf,0xb7,0x86,0x7f,0x35,0x16,0x60,0x49,0x3, + 0x30,0x36,0x38,0x17,0x50,0x51,0xc7,0xc,0xfb,0x4d,0x35,0x47,0xc8,0x12,0x7,0xfc, + 0xbb,0xf3,0x82,0x79,0xbd,0x8f,0xd3,0xf8,0x9e,0x9e,0x8a,0x22,0xa7,0xef,0xcf,0x4b, + 0xfb,0x1b,0x39,0x40,0x59,0xbd,0xbc,0xac,0x6e,0xdd,0xba,0x43,0xba,0x76,0xed,0x7a, + 0xcd,0xa8,0xf5,0x97,0x2f,0x5f,0x4e,0xf7,0xee,0x25,0xe7,0xc0,0x7b,0x16,0xc6,0xd3, + 0x4d,0x38,0x4f,0xa7,0xc7,0xd3,0x4,0x3c,0x7f,0x67,0x7,0x4d,0xc,0x6c,0x4c,0x6d, + 0x6a,0xa,0x6a,0x6,0xad,0xdf,0xdd,0x55,0x50,0x24,0x62,0xfc,0x39,0xfd,0x5,0x2d, + 0x78,0x43,0xd0,0xca,0x11,0x82,0xb6,0x4e,0x10,0xb4,0x87,0xe3,0x7c,0x83,0xdf,0xe7, + 0xbc,0xfe,0x11,0x7e,0x76,0xe7,0x7d,0xcd,0xd7,0xb3,0xce,0xff,0x71,0x96,0x16,0xeb, + 0xff,0x84,0x58,0xff,0x34,0xfc,0xfe,0x4f,0xd0,0xfd,0x9,0x8b,0xca,0xd0,0xd5,0x35, + 0x6e,0x74,0x63,0xbd,0x17,0xdd,0x90,0x7e,0xbf,0x39,0xf4,0x7e,0x5b,0xba,0xb3,0xad, + 0x3d,0x7c,0x3e,0xb4,0xf9,0x4e,0xf6,0xfb,0x3d,0x80,0xff,0x3e,0x74,0x7f,0xf,0x6c, + 0xaf,0xbf,0xc4,0xff,0x3d,0x5d,0xb,0xdc,0x97,0xf8,0x1f,0x4a,0x8f,0x8e,0xc,0x93, + 0xf8,0x4f,0x3b,0x32,0x12,0xd8,0x1f,0x2d,0x71,0xcf,0x1c,0x90,0x7a,0x48,0xd7,0xfc, + 0x7b,0xa1,0xdb,0x81,0xfd,0x7b,0x8c,0x7d,0xc4,0x14,0xc9,0x9b,0x9a,0xd1,0xed,0x58, + 0x2f,0xe8,0xfd,0xba,0x12,0xfb,0x37,0x80,0xfd,0xeb,0xcb,0xb3,0x7c,0x3e,0xcf,0xe5, + 0xe1,0x79,0x7d,0x29,0xfb,0xde,0x42,0x9c,0xff,0x95,0xf4,0xf3,0x19,0x17,0xd6,0x3, + 0xfb,0xb1,0xd2,0xd2,0x13,0xd6,0x68,0x5c,0x80,0x65,0x9a,0x1e,0x3,0xa4,0xb1,0xc9, + 0x38,0x60,0x79,0x56,0x2e,0xe0,0xe7,0xa5,0xd0,0x2,0x8b,0x68,0x77,0x4c,0x38,0xbd, + 0x5a,0xaf,0x38,0x55,0xeb,0xf0,0xa,0x39,0x8d,0xf2,0x20,0xc7,0x11,0xf5,0xc8,0x69, + 0xb8,0x9b,0x66,0xc3,0x9c,0xc9,0x9,0x3c,0xe0,0x38,0xd8,0x11,0x5a,0xa0,0x96,0xd4, + 0x2,0x75,0xde,0xa8,0x2,0x1e,0x78,0x1d,0x86,0x58,0x0,0xe6,0xf4,0x46,0x45,0x72, + 0x1e,0xf4,0xa,0x39,0xbf,0x59,0x81,0x5c,0x46,0xbc,0x42,0x2e,0x63,0x10,0x27,0x8c, + 0xa9,0x4c,0x35,0x87,0xbc,0x4c,0x55,0xde,0x78,0x99,0x5e,0xf2,0x79,0x9e,0xa,0xd7, + 0x2e,0x4c,0x15,0x9a,0x56,0xa0,0x1f,0x7e,0xfa,0x21,0xd7,0x38,0x2f,0xaf,0xb9,0x5c, + 0xab,0x56,0xad,0x54,0xef,0x12,0xfd,0x5e,0x64,0xc7,0xbd,0xc2,0x7e,0x7e,0xf0,0xaf, + 0xf2,0x0,0x4a,0x3,0x58,0x8a,0x3,0x14,0x7,0x18,0xf3,0x1,0x8a,0x3,0xd8,0xff, + 0xfe,0xab,0x73,0x2,0xe6,0xb9,0x7d,0x4a,0xf7,0x5b,0x7a,0x67,0x87,0xf2,0xfd,0x2a, + 0xee,0x37,0x8f,0xf5,0x9b,0xf3,0x7e,0x66,0xd,0x90,0x2f,0xab,0x51,0xa3,0x46,0x9f, + 0xce,0x9d,0x3b,0x7f,0x6f,0x7c,0xff,0xe,0x8f,0xdb,0x5e,0xbd,0xaa,0xc5,0xf8,0x19, + 0x19,0x19,0xd9,0xcc,0xbc,0x4d,0x7d,0xe7,0x59,0xeb,0x39,0xb5,0x81,0x25,0x2d,0x70, + 0x35,0xe9,0x1c,0x7d,0xf4,0x76,0x7f,0x99,0xdb,0x63,0xdc,0xb7,0xc3,0x72,0x52,0x7, + 0x41,0x9f,0xf7,0x13,0xf4,0xe5,0x0,0xed,0x9d,0x35,0x9b,0xc7,0xb,0xda,0xcd,0x63, + 0xf9,0xef,0x68,0xd8,0xe7,0x31,0xbd,0x83,0xef,0x6a,0xd8,0xff,0x1e,0xb1,0xfe,0xf, + 0x1f,0x68,0x7a,0x5f,0xe9,0x7c,0xf6,0xf5,0x1c,0xeb,0x73,0x9e,0xef,0xdc,0x7c,0x41, + 0x49,0xcb,0x2b,0x51,0xd2,0x8a,0xd7,0xe9,0xda,0x3a,0x77,0xe0,0xbe,0x31,0x62,0x7d, + 0xc6,0x7e,0x2b,0xd,0xfb,0x3b,0x3a,0xc2,0xef,0x77,0x1,0xce,0xbb,0x1,0xe7,0xf0, + 0xfd,0x7b,0x7a,0xd3,0xc3,0x7d,0x88,0xf5,0xf7,0xf5,0xd7,0xf0,0xcf,0x7c,0xb0,0x9b, + 0xd7,0x3,0xa0,0xfd,0x59,0xff,0xbf,0x9,0xdf,0x3f,0x14,0xb8,0x1f,0xe,0xdc,0x83, + 0x3,0x8e,0x8e,0x92,0x7c,0xf0,0xe8,0xc0,0x60,0xd,0xfb,0x9c,0x37,0xd8,0xde,0x55, + 0xce,0xe3,0xbb,0xb3,0xb1,0xa9,0xc4,0xbe,0xcc,0xef,0xaf,0xaa,0x81,0x58,0x1f,0xd8, + 0x87,0x9f,0x67,0x9f,0x7f,0x55,0x9f,0xc7,0x73,0x6b,0x5d,0x73,0xba,0x7f,0x20,0x14, + 0x58,0x5e,0x42,0xe9,0x17,0xd6,0x51,0xc6,0xc5,0xf5,0x1a,0xfe,0x2f,0x0,0xfb,0x8c, + 0x7f,0x5d,0x3,0xa4,0x49,0xd,0xb0,0x46,0x8b,0x3,0x32,0x39,0x40,0x8b,0x5,0x6e, + 0x1d,0xff,0x86,0x8e,0x6f,0xfb,0x90,0x6e,0x1c,0x9b,0x47,0x75,0x9b,0x96,0xa7,0x2a, + 0x4d,0x9f,0x27,0xa7,0x11,0x1e,0xe4,0x34,0xba,0x3e,0x39,0x8e,0xc4,0x72,0xa4,0xc6, + 0x1,0x75,0x86,0xb9,0xc2,0xa0,0x5,0xd8,0x86,0x3b,0x93,0xf3,0xc8,0xba,0x54,0x77, + 0x8c,0x33,0xb9,0x8c,0x75,0xa2,0xba,0xe3,0x9c,0xc8,0x35,0xd8,0x91,0x5c,0x26,0xd4, + 0x26,0xd7,0xb7,0x6a,0x91,0xdb,0xe4,0x1a,0xe4,0xfe,0x76,0x75,0x72,0xb,0xad,0x46, + 0x6e,0x53,0xaa,0x93,0x4b,0x68,0x75,0xaa,0x35,0xee,0x35,0xaa,0x3a,0xa2,0x32,0x39, + 0xb4,0x29,0x43,0x45,0x9c,0x8a,0x50,0x85,0x16,0x15,0xc1,0x1,0x27,0xad,0xcc,0xd1, + 0xc8,0x5f,0xde,0x57,0xcd,0xf,0xa,0xc,0xc,0x8c,0xb5,0xd0,0x2f,0xcd,0xd8,0x57, + 0xfa,0xdf,0x9c,0x7,0x34,0xc6,0x0,0x8c,0x95,0x8a,0x22,0x6b,0x5e,0x80,0x8a,0x3, + 0x18,0x57,0xec,0x5b,0xd5,0x1c,0xa1,0x7f,0x17,0x7,0xe4,0xf6,0xfe,0x7d,0x4b,0xbf, + 0xb1,0xc5,0xd7,0x62,0x1c,0xeb,0x37,0x6b,0x7f,0x85,0x7f,0x23,0x7,0x18,0x35,0x40, + 0xae,0x56,0xa2,0x44,0x89,0x26,0xed,0xdb,0xb7,0x8f,0x35,0xc6,0xf8,0xfc,0x1e,0xe, + 0x7e,0xd7,0xbb,0x19,0xe7,0x96,0x30,0x9f,0x1f,0x5e,0x30,0x1f,0xc3,0x96,0x7c,0xe7, + 0x26,0x2d,0xfa,0x3c,0x8c,0xba,0x79,0xa,0x6a,0xe,0x9d,0xdf,0x2,0x36,0x84,0xdf, + 0xaf,0xed,0x2f,0xe8,0x2b,0xe0,0x7e,0xf1,0x60,0x41,0xb1,0x63,0xa0,0xf5,0xdf,0x2, + 0xee,0x19,0xfb,0xec,0xf7,0xc3,0x34,0xec,0xb3,0xde,0x67,0xec,0x73,0xac,0xaf,0xb0, + 0xcf,0x3a,0x5f,0x62,0x7f,0xae,0x86,0xfd,0x84,0x5,0x82,0x2e,0xad,0xa8,0x40,0x49, + 0xd1,0x95,0xe8,0xf2,0xca,0x2a,0x74,0x79,0x55,0x75,0xe8,0x7e,0xf,0xba,0xbd,0xa5, + 0x19,0x74,0x36,0x63,0xbf,0xd,0xb0,0xdf,0x1e,0xd8,0xf7,0x1,0xc6,0x7d,0xe1,0xf7, + 0xbb,0x43,0xf7,0xf7,0x90,0xbe,0xff,0xc1,0x7e,0xc4,0xfa,0xfb,0xfb,0xcb,0x38,0xe0, + 0x9e,0xcc,0x3,0xf6,0x85,0x1e,0x8,0x80,0x8f,0x87,0xfe,0x3f,0x2,0xfc,0x1f,0x86, + 0x6,0x38,0xa,0xd,0x70,0x14,0xf8,0x3f,0x32,0x1c,0xd8,0x67,0xbf,0x1f,0x8,0xcd, + 0xcf,0x63,0xfb,0xc0,0xfe,0xd6,0xe,0x88,0xf7,0x11,0xeb,0x43,0x6b,0xdc,0xe4,0x3c, + 0xdf,0xea,0x1a,0x5a,0xac,0xbf,0xdc,0x9e,0xae,0x2d,0xd1,0xb1,0xf,0xbf,0xcf,0xcf, + 0xf5,0xb2,0xde,0x4f,0x8f,0x5f,0xe,0xdc,0x6f,0xa4,0x8c,0xa4,0xcd,0xda,0xf2,0xc2, + 0x6,0x8d,0x3,0x12,0xc1,0x7,0xe7,0xd7,0x1,0xff,0x58,0x26,0xae,0x95,0x79,0x0, + 0xa5,0x3,0xce,0x1f,0xf8,0x8a,0x42,0x26,0x74,0xa6,0xba,0xcd,0x5e,0x42,0x8c,0x5f, + 0x8a,0x5e,0x83,0xbd,0xea,0x51,0x92,0x5e,0x6b,0x50,0x96,0x6a,0xd,0x76,0x21,0xc7, + 0x31,0x5e,0xe4,0x8,0xfc,0xd7,0x19,0xed,0x49,0x8e,0xa3,0xea,0xe1,0xef,0x7a,0xc0, + 0xb8,0x27,0x39,0x7,0x7b,0x92,0xcb,0xc4,0x86,0xe4,0x32,0xb9,0x11,0xb9,0x86,0x36, + 0x24,0xf7,0x8,0x6f,0x72,0x9f,0xd2,0x80,0xea,0xbd,0xb,0x8b,0xac,0x4f,0x1e,0x91, + 0x1e,0x54,0x6f,0x9a,0x3b,0x79,0x44,0xb9,0x51,0xbd,0xe9,0xce,0xe4,0xf1,0x9e,0x13, + 0xd5,0x9b,0x51,0x87,0xea,0x7d,0xe0,0x48,0xae,0x51,0xb5,0xa9,0xf6,0xa4,0x6a,0x54, + 0xd,0x3c,0x50,0xb6,0x4d,0x39,0x2a,0xe2,0x52,0x84,0x2a,0xb6,0xa8,0x44,0xb7,0xef, + 0xde,0xc9,0x13,0xe7,0xd9,0xe7,0x7e,0xfe,0x9a,0x6d,0xfb,0x97,0x5f,0x7e,0x29,0x75, + 0x40,0xff,0xfe,0xfd,0x97,0x58,0xe8,0xa3,0xf9,0xc5,0xbf,0x39,0x6,0x50,0x79,0x0, + 0xb3,0x6,0x60,0x1f,0x5b,0x52,0x58,0xe6,0x0,0xc6,0xe5,0xdf,0x9d,0x17,0xb4,0xa4, + 0xfb,0xcd,0xbf,0xb9,0x63,0xc9,0xf7,0x5b,0xd2,0xfe,0xd6,0xf0,0xaf,0x38,0xc0,0xaa, + 0x1,0xf7,0x8d,0x5b,0xb5,0x6a,0x35,0xa7,0x7b,0xf7,0xee,0xf,0xd4,0x33,0x3a,0x9c, + 0xdb,0xdb,0xb1,0x63,0x87,0x45,0xbc,0x3e,0x2e,0xee,0x73,0xb3,0xad,0xab,0xe7,0x51, + 0xff,0x96,0xe,0xd4,0xbc,0x8a,0xa0,0x46,0xaf,0x9,0xf2,0xf7,0x10,0xf4,0x61,0x2f, + 0x68,0x7d,0x60,0xff,0xdb,0x20,0x41,0xeb,0x46,0x2,0xf7,0xd0,0xfa,0xbb,0x27,0xe9, + 0x7a,0x9f,0xdf,0x5d,0xc1,0xe3,0xfa,0xef,0x66,0xe5,0xf7,0x8f,0xbd,0xaf,0xc5,0xfa, + 0x3f,0x7e,0xa2,0x61,0xff,0xc,0xeb,0x7d,0xdd,0xef,0x5f,0x0,0xc6,0xae,0xac,0xae, + 0xa,0x7f,0x5f,0x87,0xae,0xac,0xaa,0x45,0x57,0x81,0xbf,0x6b,0x6b,0xa0,0xbd,0x37, + 0xc0,0x17,0x6f,0x6d,0x41,0xc9,0xdb,0xa1,0xcb,0xb7,0xb7,0x83,0xe6,0xef,0x8,0xeb, + 0xc,0xff,0xde,0x15,0xc6,0xd8,0xef,0x25,0x7d,0xff,0x43,0x89,0x7f,0x7f,0x1d,0xff, + 0x9c,0xf,0xe8,0x5,0x4e,0x0,0xfe,0xf,0xf,0xca,0xc2,0xbf,0xcc,0x1,0xc,0xa7, + 0xd4,0x83,0xd0,0x4,0xfb,0xe1,0xf7,0x77,0x43,0xf3,0x73,0xee,0x90,0x35,0xc5,0xa6, + 0x96,0xd9,0xfc,0xfe,0xd,0x9e,0xc7,0x7,0xcd,0xcf,0xd8,0x67,0xcd,0xcf,0x76,0x77, + 0x7b,0x0,0x3d,0x3c,0xf1,0x99,0xc4,0xf4,0x2f,0x49,0x5b,0xe8,0x97,0x4b,0xc0,0x7e, + 0xd2,0x26,0xe0,0x7e,0x13,0xfd,0x72,0x71,0x53,0x26,0x7,0xa4,0x9f,0xdf,0x20,0x75, + 0x80,0xe4,0x2,0xd8,0xad,0x1f,0x97,0xd0,0xbb,0x11,0x7d,0x25,0xd6,0xd9,0xaa,0x75, + 0x7a,0x95,0x6a,0xf4,0xa9,0x4d,0xb5,0x6,0x38,0x53,0xf5,0x1e,0xf0,0xd1,0x43,0xdc, + 0xc8,0x71,0x5c,0x43,0x69,0x75,0xc6,0x32,0xfe,0x1b,0x60,0xd9,0x80,0xea,0x4e,0x6a, + 0x42,0xae,0xe1,0x2d,0xc9,0x3d,0xb2,0x35,0xb9,0x4f,0x6f,0x43,0x1e,0x1f,0xb4,0x23, + 0x8f,0xf,0x5b,0x53,0xfd,0x8f,0xdb,0x50,0xfd,0x4f,0xd8,0x5a,0x51,0xfd,0x4f,0x9b, + 0x53,0xfd,0xcf,0x9a,0xea,0xd6,0x8,0xeb,0xf5,0xc9,0xeb,0x33,0xf,0xf2,0xfc,0xcc, + 0x8d,0x3c,0x3f,0xad,0x4b,0x1e,0x58,0xba,0x7d,0xe8,0x48,0xb5,0xde,0xa9,0x41,0x55, + 0xc7,0xbf,0x4e,0xa5,0x9b,0x97,0xa6,0x22,0x75,0xb,0x53,0x23,0xff,0x26,0x56,0x39, + 0x20,0x3f,0x1a,0x80,0xe7,0x7,0xa9,0x39,0x82,0x5d,0xba,0x74,0x9,0x33,0xf4,0x53, + 0xd5,0x97,0xcd,0xd8,0xaf,0x2d,0xac,0xe3,0xdf,0x1c,0x3,0x18,0x35,0x80,0x39,0xe, + 0xb0,0xa6,0x3,0xfe,0x2e,0xe,0xc8,0xeb,0xb7,0x77,0x8c,0x39,0xff,0xc7,0xc1,0xbf, + 0xca,0xff,0x2b,0xe,0x50,0x56,0xd7,0x92,0x35,0x6e,0xdc,0x38,0xb4,0x5b,0xb7,0x6e, + 0x57,0xcd,0xcf,0xe8,0x24,0x27,0x27,0x3f,0x16,0x8e,0xad,0x1d,0x6b,0x6d,0xfb,0xf1, + 0x3,0xdb,0x69,0x42,0x40,0x43,0x39,0x86,0xdf,0x18,0xb8,0xf7,0x75,0x12,0x34,0xc5, + 0x7,0x3e,0xdf,0x4f,0x7b,0x2f,0xe5,0xaa,0x61,0x88,0xf1,0xa1,0xf5,0xe3,0xde,0xca, + 0xc2,0xfe,0x5e,0x5d,0xef,0x1f,0xe6,0x39,0x7c,0xd3,0xa0,0xf7,0x67,0x68,0xef,0xb5, + 0x95,0xef,0xb7,0xfe,0x44,0x8b,0xef,0x19,0xfb,0x3f,0xcf,0xd5,0xc6,0xf6,0x92,0xa2, + 0x8b,0x1,0xeb,0xc0,0xfb,0xda,0xda,0x88,0xf5,0xdd,0xe8,0x5a,0x4c,0x6d,0x69,0xd7, + 0xd7,0x3a,0xd3,0xcd,0x8d,0xd,0xe0,0xf7,0x5b,0xc2,0xe7,0xb7,0xa5,0x94,0x9d,0x8c, + 0xff,0x4e,0xc0,0x7d,0x17,0xe0,0xdb,0x17,0xfe,0xbb,0x7,0x3d,0xdc,0xb,0x9c,0xef, + 0x83,0xff,0x67,0xfd,0xcf,0xf8,0x87,0x26,0x60,0x5e,0xe0,0x9c,0xe0,0x83,0x7d,0x3, + 0x10,0xff,0x3,0xff,0x87,0xd,0x1a,0xe0,0xf0,0x50,0xf0,0xc4,0x1b,0xc0,0xbe,0x3f, + 0x7c,0x7f,0x77,0x60,0xbf,0x23,0xdd,0xdd,0xdc,0x82,0xee,0x6c,0x68,0x44,0xb7,0xd6, + 0xba,0xea,0x9a,0xff,0x25,0x68,0xfe,0xd2,0x99,0x9a,0x9f,0x9f,0xdb,0xbb,0xb3,0xb5, + 0x37,0x3d,0x3a,0xf9,0x5,0xf0,0xbd,0x8e,0x7e,0xb9,0xbc,0x4d,0xb3,0x4b,0x5b,0x81, + 0xff,0x2d,0x1a,0x7,0xb0,0x6,0x0,0x7,0xa4,0x83,0x3,0xd2,0x99,0x3,0xa4,0xe, + 0x88,0xa5,0x93,0x71,0xb3,0xa9,0x49,0xc7,0xea,0xd2,0xd7,0x57,0xf3,0xa9,0x4c,0xb5, + 0x80,0xed,0xda,0xc1,0xde,0x54,0x27,0xb8,0xb1,0x5c,0xd6,0x1e,0xcf,0xd6,0x98,0xea, + 0x8c,0xf3,0x26,0xc7,0xb1,0x6c,0x8d,0x60,0xd,0xc8,0x79,0x52,0x33,0x72,0x9d,0xd6, + 0x8e,0xea,0x7d,0xd8,0x19,0x38,0xee,0x42,0xf5,0x3f,0xef,0x4e,0x5e,0x73,0x61,0x5f, + 0x76,0xa5,0x6,0x5f,0x77,0xa5,0x86,0xf3,0x7c,0x61,0x3e,0xd4,0xe8,0xeb,0x8e,0x58, + 0xb6,0xc7,0xb6,0x36,0xb0,0x16,0xd4,0xe0,0xab,0xa6,0xd4,0x60,0x2e,0x78,0x60,0x4e, + 0x7d,0xf2,0xfc,0xc2,0x9d,0x3c,0x67,0x83,0x7,0x66,0xbb,0x52,0xdd,0xf,0x9c,0xa9, + 0xc6,0xc4,0x1a,0xf4,0x3a,0x62,0x81,0x12,0x5e,0xc5,0xb3,0x38,0x20,0xf9,0x4e,0x36, + 0xdc,0x5b,0x1a,0x17,0xb6,0xb6,0x9d,0xe7,0x90,0xa8,0x77,0x89,0xfa,0xfa,0xfa,0x86, + 0x8a,0x2c,0xdc,0x3b,0x1b,0xfa,0xb6,0x19,0xfb,0x2a,0xfe,0x57,0xfa,0x5f,0xf9,0x7f, + 0x33,0xfe,0xad,0x69,0x0,0x95,0xf,0x2c,0x22,0xb2,0xe6,0x7,0x28,0xe,0xf8,0x3b, + 0xf2,0x82,0xd6,0xc6,0xfb,0x8c,0xcf,0xf2,0x9b,0xf3,0x7e,0x7c,0x3d,0x96,0xf0,0xaf, + 0xc6,0xfe,0x2c,0x71,0x80,0x99,0x7,0xa4,0x55,0xaa,0x54,0xa9,0x2d,0xf8,0xf5,0xa8, + 0x31,0xc6,0x9f,0x35,0x6b,0x96,0x8c,0xf1,0xf3,0x13,0xd3,0x3f,0xa9,0xe,0xb8,0x72, + 0xf1,0x1c,0xcd,0x9c,0xec,0x47,0xad,0xab,0xb,0x6a,0xf2,0xba,0xf6,0xee,0xd9,0xb7, + 0xdb,0xb,0xfa,0xb4,0xb7,0xa0,0xb9,0x88,0xf3,0x97,0x40,0xeb,0x6f,0x1c,0x2d,0x68, + 0x27,0x7c,0xfe,0x2e,0x1d,0xfb,0xac,0xf7,0x55,0x7e,0x9f,0xb1,0x7f,0x34,0x4a,0x7b, + 0x97,0xf5,0x71,0xd6,0xfb,0x1f,0xe9,0x7a,0x7f,0x96,0x8e,0xfd,0x39,0x9a,0xde,0xbf, + 0xb2,0xaa,0x3c,0xb0,0x5f,0x99,0xae,0xc3,0xef,0xdf,0x88,0x75,0xa6,0x5b,0x1b,0xdd, + 0x80,0x7b,0xe8,0xfe,0x35,0x8e,0x58,0x77,0xa4,0xdb,0x9b,0x1b,0x51,0xf2,0xe,0xc6, + 0xbf,0x86,0xfd,0x94,0x38,0x1f,0x60,0x9b,0xfd,0x7f,0x37,0xf8,0xfe,0xee,0x92,0x3, + 0x1e,0xec,0x45,0xfc,0xbf,0xbf,0xf,0x3d,0x3c,0xc0,0xb9,0xbf,0x2e,0x74,0x9f,0xfd, + 0xff,0x2e,0xe8,0x82,0xfd,0x81,0xf4,0xf0,0x20,0x8f,0xff,0x7,0x21,0xe,0x18,0x2c, + 0x39,0xe0,0x11,0x96,0xf,0xf6,0xf4,0x97,0xc7,0xdc,0xdb,0xee,0x83,0x98,0xbf,0xb5, + 0x1c,0xdf,0xbf,0xc5,0x79,0x86,0xd5,0x35,0xe9,0x86,0xc4,0xbe,0x3e,0x7f,0x7f,0x91, + 0xf6,0xcc,0xce,0xdd,0x6d,0xfd,0xe9,0xd1,0xa9,0xb9,0xc0,0xfe,0x46,0xfa,0xed,0xca, + 0x77,0xf4,0xeb,0xe5,0x1d,0x3a,0xfe,0x75,0xe,0xb8,0xb8,0x59,0x62,0x9f,0x4d,0xea, + 0x80,0xf3,0x1b,0xa4,0x16,0x98,0xf7,0xc5,0x18,0xe9,0xef,0x5f,0x6f,0xfc,0x3c,0xd5, + 0x1c,0x84,0x38,0x3e,0xb8,0x29,0x30,0xdf,0x24,0xd3,0xea,0xf0,0x72,0xbc,0xfa,0x5b, + 0xe7,0x1,0x98,0xf3,0xe4,0xe6,0xd0,0xed,0x1d,0xc9,0xe3,0xd3,0x1e,0xe4,0x35,0xa7, + 0xf,0x35,0x9c,0xdf,0x8f,0x1a,0x7d,0xeb,0x4f,0x8d,0x16,0xf5,0x27,0xef,0xa5,0xfd, + 0x60,0x7e,0xb0,0x5e,0xb0,0x1e,0x30,0x5f,0xf2,0x5e,0xd2,0x85,0x1a,0x2d,0x6,0x17, + 0x2c,0x6e,0x4f,0xd,0x17,0xb6,0xa4,0x86,0xdf,0x34,0xa7,0x6,0xf3,0x9a,0x80,0xf, + 0x1a,0x90,0xe7,0x9c,0x7a,0xe4,0x1,0xe,0xa8,0x37,0xab,0x2e,0x39,0x46,0xd6,0xa6, + 0xea,0x13,0xaa,0xd2,0x6b,0x23,0x5e,0xa3,0x12,0xd,0x4a,0x20,0x16,0xb0,0xa7,0xa1, + 0x53,0x46,0x3c,0x96,0xdf,0x37,0x1f,0x7b,0xe1,0xc2,0x5,0x39,0x3f,0x88,0x39,0xc0, + 0xcb,0xcb,0xab,0x87,0xa1,0x2f,0x1b,0xfd,0xbe,0xd9,0xf7,0xab,0xfc,0xbf,0x35,0xfc, + 0x1b,0x63,0x0,0x73,0x1e,0xc0,0x18,0x7,0x18,0x39,0xe0,0x59,0xf1,0xd7,0x73,0x80, + 0xb5,0xdf,0xe2,0x31,0x6a,0xff,0xfc,0xe0,0xdf,0x18,0xff,0x1b,0xf1,0xaf,0x38,0xc0, + 0xa2,0xb5,0x69,0xd3,0x66,0xb6,0x31,0xc6,0xe7,0xf9,0x3b,0x27,0x4e,0xfc,0x0,0x7c, + 0xa6,0x1b,0x2c,0x4d,0x5f,0x3e,0x7e,0x3c,0x6f,0xc9,0xf8,0x19,0x9d,0x45,0xb3,0xde, + 0xa6,0xae,0xf5,0x4,0x35,0x7b,0x5d,0x8b,0xf3,0x47,0x34,0xd1,0x70,0xff,0x45,0x5f, + 0x41,0xb,0x11,0xe7,0xc7,0xc,0x17,0xb4,0x6d,0x1c,0x7c,0xbe,0x9,0xfb,0xac,0xf7, + 0x65,0x8e,0x2f,0x52,0xcb,0xef,0x1f,0x83,0xdf,0x3f,0x31,0x53,0xc3,0x3e,0x8f,0xeb, + 0x9f,0x6,0xf6,0x7f,0xfa,0x42,0xc3,0x7e,0x22,0xc7,0xd3,0x31,0xe,0x12,0xfb,0x37, + 0x62,0x6b,0xd2,0xcd,0xf5,0x35,0x81,0x7d,0xf8,0xdf,0x4d,0x1e,0xe0,0x2,0x47,0x7d, + 0x9b,0x33,0xf0,0xdf,0x0,0x1a,0xbd,0x35,0xb0,0xdf,0x1e,0xba,0xbe,0x23,0x70,0xd, + 0xff,0xbf,0xc7,0x7,0x18,0xee,0x2e,0xf1,0x7f,0x7f,0x6f,0x4f,0xe0,0x9c,0x63,0x80, + 0x3e,0xd2,0xee,0xed,0xec,0x2a,0xf3,0x82,0x29,0x71,0xd0,0x6,0x7,0x2,0xe8,0xd1, + 0xc1,0x37,0x60,0x83,0x33,0x39,0x80,0x39,0xe1,0x1,0x62,0x83,0x14,0x1e,0x3f,0xd8, + 0xd6,0x1a,0xba,0xbf,0x19,0xdd,0x5e,0xe7,0x49,0xb7,0xd6,0x40,0x6b,0xac,0x7c,0x5, + 0x9a,0x1f,0x5a,0x44,0x3d,0xaf,0xbb,0x50,0x20,0xe,0xa8,0x3,0xbf,0x3f,0x5b,0xc3, + 0xfe,0xd5,0x38,0xe0,0x7f,0x27,0xfd,0x2,0xe,0xf8,0xe5,0x32,0xf3,0x80,0xc6,0x1, + 0x19,0x49,0x4a,0x7,0x6c,0x91,0x5c,0x70,0xe7,0xcc,0x2a,0x1a,0x32,0xb2,0xad,0xc4, + 0x7e,0x95,0x76,0x95,0xa8,0xd6,0x98,0x86,0xc0,0x38,0xfc,0x7d,0x88,0x66,0x75,0x42, + 0x9a,0x64,0xfe,0x6d,0xdc,0x56,0x67,0x42,0x13,0x72,0xe,0x6b,0x43,0xee,0xef,0xfb, + 0x52,0xfd,0xd9,0x7d,0xa9,0xc1,0x37,0x81,0xd4,0x68,0x69,0x10,0x35,0x5e,0x31,0x84, + 0x9a,0xac,0x1a,0x4c,0x8d,0x63,0x6,0x51,0xd3,0xb5,0x83,0xa9,0xc9,0xda,0x37,0xa8, + 0xe9,0x9a,0x40,0x6a,0x1a,0xd3,0x8f,0x9a,0xc4,0xf4,0xc5,0xbe,0x9e,0xd4,0x78,0x65, + 0x77,0x6a,0xbc,0xbc,0xb,0xb8,0xa0,0x1d,0x78,0xa2,0x2d,0xea,0xb6,0x20,0x2f,0x70, + 0x40,0xfd,0x2f,0x1b,0xea,0x5a,0xc0,0x8d,0xdc,0x3f,0x73,0x21,0xc7,0x77,0x6b,0x53, + 0xb5,0x90,0x6a,0x54,0x69,0x48,0x45,0x2a,0xe6,0x52,0x54,0xe6,0x3,0x86,0xbf,0x3b, + 0xca,0x6a,0xdc,0x9f,0x9f,0xb8,0x80,0xe7,0x7,0xe9,0x73,0x4,0x1f,0x34,0x68,0xd0, + 0xa0,0xbb,0xb0,0xac,0xf9,0xcd,0xbe,0xdf,0xac,0xfd,0x19,0x37,0x96,0xfc,0xbf,0x35, + 0xfc,0x1b,0x35,0x0,0x63,0xd3,0xc8,0x1,0x7f,0x55,0x2c,0x60,0xd6,0xfe,0xe6,0x31, + 0x3f,0xe3,0x98,0x7f,0x5e,0xf8,0xb7,0xa4,0x1,0x8c,0x3c,0x90,0x69,0x28,0xdd,0xa0, + 0xa7,0x7e,0x56,0xfe,0x9e,0xb5,0xfe,0x8e,0x1d,0xdb,0x4d,0x78,0x57,0x7f,0x6b,0xeb, + 0x9c,0xa3,0x37,0x2f,0xd5,0xdf,0xe6,0x3a,0x59,0xdb,0x8d,0xc7,0xff,0x82,0x18,0xff, + 0x6b,0xea,0x86,0xb8,0xbe,0x39,0x70,0xdf,0xf8,0x55,0x41,0x3,0x3c,0x5,0x7d,0xd0, + 0x55,0x7b,0xf7,0xf4,0xbc,0x0,0x41,0xd1,0x43,0x4,0x6d,0x19,0x3,0x9f,0x1f,0xac, + 0x63,0x7f,0x22,0xf4,0xfe,0x64,0x3d,0xbf,0x1f,0xae,0xc5,0xfa,0xac,0xf7,0x8f,0xa9, + 0x58,0xff,0x43,0xed,0x37,0x2d,0x4e,0x7f,0xaa,0x8f,0xe9,0x1,0xf7,0xf1,0x88,0xf5, + 0x2f,0x2d,0xd3,0xb1,0xbf,0xf6,0x65,0x60,0xbd,0x2a,0x34,0x3f,0x63,0x1f,0xbe,0x7f, + 0x93,0x2b,0xf0,0xee,0x2e,0x75,0x80,0xc6,0x1,0xae,0x74,0x77,0x6b,0x23,0xe8,0xfe, + 0x36,0xd0,0xea,0x1d,0x80,0x69,0x85,0x7f,0xf6,0xff,0xd0,0xff,0x7b,0xba,0x2,0xf3, + 0xd0,0x0,0x30,0xf6,0xff,0xf,0xf6,0xf4,0xc1,0x31,0x5d,0xa5,0x31,0x7,0x3c,0x3a, + 0x0,0xfd,0x7f,0x30,0x50,0xe7,0x0,0xd8,0x81,0x81,0x88,0x17,0xa0,0xfb,0x99,0x23, + 0xb6,0x73,0xcc,0xdf,0x5c,0x1f,0xe3,0xe7,0x98,0xff,0x75,0x6d,0x7c,0x7f,0x99,0xae, + 0xf9,0x17,0x6a,0x76,0x6f,0xf7,0x18,0xa9,0xe3,0x7f,0xbd,0xb2,0x8b,0x7e,0xbd,0xba, + 0x1b,0x16,0x87,0xbf,0x77,0xc2,0x98,0x3,0xb6,0xd3,0xaf,0x97,0xa0,0x5,0x2e,0xe1, + 0xbb,0x91,0xb1,0xc0,0x56,0xda,0xb7,0xf9,0x13,0x6a,0xdc,0xa9,0xba,0xc4,0x7e,0x75, + 0x8e,0xf1,0x27,0x34,0x85,0x35,0xa1,0x9a,0xc0,0xb7,0xf1,0xef,0x9a,0x21,0xcd,0xf0, + 0x77,0x73,0xcd,0xde,0x6a,0x41,0x4e,0x61,0xed,0xc8,0x65,0xba,0x2f,0xb9,0x7f,0xd2, + 0x7,0x98,0xd,0xa0,0x86,0x8b,0x81,0xf3,0x95,0xc3,0x81,0xf7,0x91,0xd4,0x6c,0xfd, + 0x68,0x6a,0xb6,0x71,0x14,0x35,0xdb,0xcc,0x36,0x82,0x5a,0x6c,0x1e,0x86,0xf5,0x21, + 0xd4,0x7c,0xc3,0x40,0x6a,0xba,0xae,0x3f,0x8e,0xf1,0xa7,0xa6,0xab,0x7b,0x93,0xf7, + 0xa,0x70,0x40,0x34,0xb4,0xc0,0xd2,0xf6,0xe4,0xbd,0xa8,0x35,0x35,0x58,0xd0,0x1c, + 0x1c,0xe0,0x4d,0x5e,0x5f,0x79,0x91,0x7,0x62,0x81,0x7a,0xd0,0x1,0x6e,0x9f,0xd6, + 0xa5,0xda,0x11,0xb5,0xa9,0x6a,0x70,0x55,0xaa,0xf8,0x46,0x25,0x2a,0x5a,0xb7,0x8, + 0x15,0x76,0x2b,0x42,0xd3,0xbf,0x9a,0x91,0x39,0xbe,0x6b,0x69,0xbe,0x48,0xf6,0x31, + 0xe3,0x9c,0xf3,0xc7,0xce,0x9e,0xfd,0x49,0x6a,0x0,0xe6,0x80,0xda,0xb5,0x6b,0xb7, + 0x16,0x96,0x35,0x7f,0x35,0x3,0xf6,0x55,0xee,0xdf,0xe8,0xfb,0x55,0xfe,0x4f,0xc5, + 0xff,0x4a,0xff,0x2b,0xfc,0x9b,0x63,0x0,0x95,0x7,0x30,0xc6,0x1,0x6a,0x7e,0xc0, + 0x5f,0xc1,0x1,0x46,0xed,0x6f,0x9e,0xef,0x63,0xd,0xff,0xc6,0xf8,0x5f,0xe5,0xff, + 0xad,0x71,0x40,0xe,0x83,0xcf,0xff,0xdc,0xe8,0xf3,0xf9,0xbd,0xfa,0xc9,0xc9,0x77, + 0xb3,0x61,0x35,0x3b,0x76,0xd3,0x2c,0xec,0x4b,0xa3,0x9c,0x1a,0x21,0xcd,0x6a,0x9d, + 0x63,0x7,0xb6,0xd1,0xb0,0x2e,0xd5,0x65,0x6e,0x8f,0x71,0xef,0x5b,0x47,0xd0,0x34, + 0xc4,0xf8,0x9f,0xf5,0x12,0xf4,0x95,0x3f,0x70,0xf,0xad,0xbf,0x9,0x5a,0x7f,0xc7, + 0x78,0x1d,0xfb,0x21,0x1a,0xf6,0x79,0x7c,0x6f,0x3f,0xb0,0x7f,0x30,0x42,0x7b,0x7e, + 0x47,0xea,0x7d,0x95,0xdf,0xff,0x48,0x8b,0xf7,0xf9,0x77,0x6d,0xce,0xc0,0xef,0xff, + 0xc,0xcd,0x7f,0xe,0xb1,0xfe,0x95,0x95,0x8c,0xfd,0x32,0xd0,0xf8,0x2f,0x3,0xdf, + 0xf0,0xfd,0xeb,0xab,0xd0,0xed,0x8d,0xb5,0x81,0x7d,0x27,0x89,0xfd,0xbb,0x5b,0x3d, + 0xe0,0xf7,0x1d,0x25,0x7,0xdc,0x58,0x5f,0x97,0xee,0x6c,0x69,0x2,0xec,0xb7,0x2, + 0xa6,0xdb,0x41,0xb3,0x3,0xff,0xbb,0x39,0xfe,0x67,0xff,0xdf,0x19,0x58,0xee,0x22, + 0xb1,0xff,0x60,0x2f,0xc7,0xfa,0xbd,0xa4,0x1e,0x90,0xe3,0x82,0x8c,0x6f,0xd8,0xc3, + 0x3,0xfd,0x35,0xe,0x0,0xee,0x1f,0x1d,0x2,0xf6,0xf7,0xf,0x40,0xdd,0xde,0x9a, + 0xef,0xdf,0xda,0xa,0xf8,0x6f,0x48,0xb7,0x63,0xdd,0xe9,0x16,0xeb,0xfe,0x15,0x3c, + 0xce,0x67,0x2f,0x75,0x3f,0xc7,0xfb,0x97,0x11,0x9b,0xdc,0x5c,0xd7,0x8a,0x52,0x4f, + 0x7d,0xa9,0x61,0xfe,0x1a,0xb0,0x7f,0x6d,0xf,0xfe,0xde,0x95,0xc9,0x1,0xbf,0x5c, + 0xd9,0x21,0x75,0x0,0xf3,0x0,0x73,0xc0,0xc7,0x33,0x87,0x6a,0x7a,0xbf,0x89,0x3, + 0xd5,0x1c,0xee,0x95,0x85,0xef,0x9,0xcd,0x74,0x6b,0xae,0xe1,0x7e,0x52,0x6b,0x72, + 0x8a,0xe8,0x40,0xce,0x91,0x9d,0xa9,0x2e,0x30,0xef,0xf6,0x61,0x4f,0x72,0xff,0xb4, + 0x2f,0x79,0xce,0x1d,0x40,0xd,0xbe,0x1d,0x44,0xde,0xcb,0x87,0x51,0xe3,0xd5,0x63, + 0xa8,0xf9,0xc6,0xf1,0xd4,0x7c,0xf3,0x4,0x6a,0xbe,0x75,0x2,0xb5,0xdc,0x11,0x42, + 0x2d,0xb7,0x8f,0xc7,0x72,0x1c,0xb5,0xd8,0x3a,0x9a,0x9a,0x6f,0x19,0x86,0x7d,0xe0, + 0x80,0x8d,0x3,0xa9,0x59,0x6c,0x0,0x35,0x59,0x3,0x1d,0x10,0xc3,0x1c,0xd0,0x15, + 0x3a,0x0,0xb1,0x0,0x74,0x40,0x43,0x70,0x0,0xc7,0x2,0xf5,0xe7,0x35,0x46,0xdb, + 0x9e,0x54,0xf,0xb1,0x80,0xdb,0xe7,0x2e,0xe4,0xf2,0xb1,0x2b,0xd5,0x9e,0x52,0x53, + 0x72,0xc0,0x2b,0x3,0x2b,0x50,0x61,0xc7,0xa2,0x92,0x3,0x16,0xc7,0x2e,0x35,0xe1, + 0xdd,0xda,0xbc,0x90,0xac,0xa5,0x91,0x2b,0xf6,0xef,0xdf,0x2f,0xf3,0x81,0x43,0x87, + 0xe,0xfd,0xe9,0x85,0x17,0x5e,0xf0,0x78,0xc,0xec,0x57,0xd4,0xb1,0x63,0xf4,0xfd, + 0xe6,0xfc,0x9f,0xd1,0xff,0x5b,0xc2,0xbf,0x59,0x3,0x18,0x39,0xe0,0x49,0x78,0xc0, + 0xf8,0x7b,0x7c,0x2a,0xf6,0x7f,0x1c,0xfc,0xab,0xf1,0x3f,0xb3,0x6,0x30,0x72,0x40, + 0xa6,0xbd,0xfa,0xea,0xab,0x2d,0x11,0xe7,0x1f,0x36,0xce,0xdd,0xe3,0xfb,0x99,0x9e, + 0xae,0x69,0x7b,0x5e,0x2a,0xb3,0xcc,0x3,0xd6,0xb0,0x9f,0x85,0x79,0x73,0xbd,0x2b, + 0x17,0xcf,0x52,0xc4,0xf0,0xf6,0xd4,0xb2,0xaa,0x96,0xdb,0x6b,0x5d,0x4d,0xd0,0xa4, + 0xd6,0xd0,0xfa,0x3d,0x11,0xe3,0xc3,0xe7,0x2f,0x19,0x28,0x68,0x3d,0xb4,0xfe,0x77, + 0xe3,0x34,0x53,0x7e,0x7f,0xf7,0x44,0x6d,0x5c,0xff,0x40,0xb8,0x41,0xef,0x1b,0xc6, + 0xf5,0xd9,0xe7,0xab,0x1c,0xbf,0x9c,0xd3,0x3,0xcd,0x9f,0x8,0x3c,0x5d,0x5d,0x8d, + 0x98,0x7a,0x4d,0x19,0xba,0x1,0xec,0xdf,0x5c,0x57,0x19,0x38,0xaf,0x2,0xdc,0xd7, + 0xa4,0xdb,0x9b,0x6a,0xd3,0xdd,0x2d,0x2e,0x12,0xfb,0xc9,0xdb,0x81,0xff,0xd,0xb5, + 0xe8,0xd6,0x6,0x47,0xba,0xb5,0xde,0x85,0xee,0x6c,0x6d,0x8,0x2c,0x3,0xff,0xbb, + 0xa0,0x1,0x76,0xb5,0x7,0x7e,0x3b,0x48,0xec,0x73,0xe,0x50,0xfa,0x7f,0x19,0xff, + 0x77,0x3,0xfe,0x39,0xe6,0xf7,0xd5,0xc6,0x6,0x77,0x6a,0x63,0x83,0xf,0xf7,0xf7, + 0x43,0xfc,0xaf,0x38,0x60,0x0,0x8e,0xeb,0xb,0x1e,0xe9,0x96,0xe9,0xfb,0xef,0x6c, + 0x60,0xdd,0xf,0xae,0x59,0x55,0x91,0xae,0xc3,0xf7,0x67,0x8e,0xf3,0x7d,0xa3,0x8d, + 0xf3,0xa7,0x1c,0x98,0x44,0xe9,0x17,0x62,0xe9,0xb7,0xeb,0x7b,0x61,0xfb,0x80,0xff, + 0xbd,0x9a,0x6,0xb8,0xa2,0x71,0xc0,0x2f,0x92,0x3,0x76,0xd2,0xdd,0xb3,0xeb,0xc9, + 0xef,0x8d,0xc6,0x9a,0xde,0xef,0xfc,0x2a,0xd5,0x44,0xc,0x5f,0x3,0xbe,0x9e,0xad, + 0xe6,0x5b,0xcd,0x32,0x97,0x35,0x27,0x36,0xa7,0x3a,0xe1,0xed,0xa9,0xee,0x7b,0xdd, + 0xc8,0xf5,0xa3,0x3e,0xe4,0x3e,0xcb,0x1f,0x7e,0x39,0x90,0xea,0xcf,0x1f,0x4,0xdc, + 0xbf,0x49,0xd,0x97,0x8d,0xa4,0x26,0xab,0xc7,0x51,0xd3,0xd8,0x60,0x6a,0xbe,0x9, + 0x98,0xdf,0x3e,0x99,0x5a,0xef,0x7c,0x9b,0x5a,0xed,0x62,0x9b,0x44,0xad,0x77,0x4d, + 0xa4,0x96,0x3b,0xb1,0xfd,0xbb,0xf1,0xe0,0x80,0x91,0xb0,0xe1,0xd4,0x6c,0xd3,0x60, + 0x6a,0xba,0xe1,0xd,0x9d,0x3,0xfc,0x51,0xbf,0x17,0x62,0x81,0xae,0xe0,0x90,0xce, + 0x5a,0x3e,0x0,0x1c,0xe0,0xc5,0x1c,0xf0,0x95,0x37,0x79,0x7e,0x9,0xe,0x98,0x5d, + 0xf,0x9f,0x5b,0x8f,0x5c,0x3f,0x75,0x95,0x3a,0xa0,0xca,0xf8,0x2a,0xf4,0x62,0x8f, + 0xf2,0x54,0x84,0x39,0xc0,0xb5,0x58,0x36,0xe,0xb0,0x3e,0x3f,0xcc,0x3c,0x1f,0x2c, + 0x6b,0xdf,0x81,0x3,0xda,0x7b,0x4,0x99,0x3,0xca,0x97,0x2f,0xef,0x6e,0x1,0xf7, + 0x96,0xb0,0x6f,0x8e,0xfb,0x95,0xef,0x57,0xda,0x5f,0xe5,0xff,0x2c,0xe1,0xdf,0x1c, + 0x3,0x28,0xd,0x60,0xcc,0x5,0x3c,0x9,0x7,0x98,0x63,0xff,0xdc,0xf0,0xaf,0xc6, + 0xfe,0x55,0xfe,0xbf,0xa2,0xc8,0x1e,0x3,0x98,0x35,0x80,0xe2,0x0,0x69,0x8d,0x1a, + 0x35,0x1a,0xe,0xdc,0x3f,0x30,0xfa,0xfc,0xbb,0x77,0xef,0xe6,0xc0,0xbe,0x99,0x7, + 0xcc,0xa6,0x62,0xf8,0xdc,0xf7,0xa7,0x53,0xf2,0x9d,0xeb,0xf4,0xed,0xa7,0x6f,0xcb, + 0xdf,0x92,0x69,0xf2,0xaa,0x16,0xe7,0xf,0x6f,0x24,0xe8,0x93,0xee,0x82,0x66,0x23, + 0xce,0xff,0x16,0x5a,0x7f,0xd,0xb4,0xfe,0x56,0xf8,0xfc,0xed,0xfc,0xbc,0xce,0xb8, + 0x2c,0x9f,0xbf,0x47,0x7f,0x1f,0xfd,0x41,0xa5,0xf7,0x79,0x6c,0xf,0xb1,0xfe,0xf1, + 0xf7,0xb5,0xdf,0xaf,0x61,0xec,0x9f,0xfa,0x44,0xf3,0xf9,0x67,0x3e,0xd7,0x62,0xfd, + 0x8b,0x3c,0x86,0x16,0x23,0xe8,0xfa,0x9a,0x42,0xf0,0xfb,0xa5,0xe9,0x66,0x2c,0xf0, + 0xbf,0xbe,0x12,0x30,0x5e,0x9d,0xee,0x6c,0x72,0x84,0x8f,0x77,0xa4,0xe4,0xad,0xae, + 0x94,0xbc,0xd,0xfe,0x7f,0x9b,0x97,0x16,0xb,0x40,0x3,0xdc,0xdc,0xe0,0x4,0xfc, + 0x37,0xd0,0xf1,0xcf,0xfe,0xbf,0xad,0xc6,0x1,0x7b,0x3a,0x4a,0xd,0x70,0x7f,0xf, + 0x8f,0x1,0x74,0x95,0xb9,0x0,0x8e,0x3,0xee,0xc5,0xf9,0x50,0x72,0xe6,0xfc,0x80, + 0x6e,0x1a,0xfe,0xf,0xe8,0x1c,0xb0,0xdf,0x1f,0xc7,0xc1,0xf7,0x83,0x1b,0x92,0xb7, + 0xb5,0xa4,0xdb,0x9c,0xef,0x5f,0x7,0xdd,0x1f,0x53,0x5d,0xe6,0xfc,0xae,0x2d,0xb3, + 0xa3,0xab,0xf0,0xfd,0x97,0x81,0xfd,0x2b,0xe0,0xaa,0x1b,0xab,0xdd,0x32,0x7d,0xff, + 0x6f,0xd7,0xf7,0x6b,0xd8,0x57,0x1c,0xc0,0x5a,0x0,0x3c,0xf0,0xb,0xec,0x4e,0xfc, + 0x46,0xea,0xd8,0xdb,0x5d,0xcb,0xef,0x7,0x38,0x3,0xeb,0xf0,0xf1,0xd0,0xf3,0xbc, + 0xac,0x81,0x65,0x4d,0x65,0x93,0x5a,0xc1,0xdf,0x77,0x21,0xd7,0x99,0xbd,0xc9,0x63, + 0xf6,0x0,0xe0,0x71,0x30,0x35,0x58,0x38,0xc,0x5a,0x7d,0x34,0xf0,0x3a,0x1e,0xf1, + 0x7c,0x8,0x74,0xfe,0x44,0x6a,0xb1,0xe5,0x1d,0x6a,0xb1,0x2d,0x94,0x5a,0xed,0xc, + 0xa5,0x36,0xbb,0x23,0xa8,0xf5,0xde,0x8,0x6a,0xb3,0x27,0x8c,0x5a,0xef,0xc6,0xb6, + 0xdd,0xf8,0xce,0xe2,0xde,0xd2,0xf0,0xbf,0x1d,0x1a,0x60,0xdb,0x48,0x68,0x83,0xa1, + 0xe0,0x80,0x20,0x6a,0xba,0x7e,0x80,0xe4,0x80,0xa6,0x6b,0xfc,0x34,0xe,0x88,0xee, + 0x6,0xe,0xf0,0xf9,0x7f,0xe6,0xce,0x3,0xaa,0xca,0x6b,0x5b,0xdb,0x5f,0x62,0x62, + 0x62,0x12,0x63,0x8d,0xbd,0x60,0x41,0x11,0x45,0x54,0x94,0x22,0x55,0x14,0x54,0x14, + 0x5,0x35,0x26,0xf6,0xde,0xc5,0xae,0xd8,0x3b,0xa,0x28,0x16,0xec,0x15,0x3b,0x62, + 0x6f,0xd8,0x7b,0x2f,0xb1,0xb7,0x98,0x58,0x62,0x57,0xc0,0x9a,0x98,0x9e,0xbc,0xff, + 0x9c,0xab,0xec,0xfd,0xed,0xd,0x68,0xce,0x3d,0xe7,0xbf,0xe7,0x3a,0xc6,0x1c,0x1b, + 0x10,0x8,0x1a,0x9f,0x77,0xbe,0xb3,0xac,0xf5,0xc1,0x77,0x55,0x28,0x69,0x4b,0x5d, + 0x78,0x2f,0xa9,0x9,0xaf,0x45,0xfe,0xf0,0x9c,0x57,0x5d,0xd4,0x1,0x55,0x67,0x55, + 0x83,0xdb,0x34,0x37,0x94,0x1b,0x45,0xb5,0x4a,0xbf,0xd2,0x28,0xd8,0xb4,0x90,0xd0, + 0x80,0x22,0x35,0x1c,0x70,0xee,0xda,0xf9,0x4c,0xfb,0xc4,0x19,0xef,0x91,0xdb,0x6a, + 0xc2,0x8a,0x15,0xcb,0xf5,0x59,0x81,0xbd,0xea,0xdf,0xbe,0xb9,0xd7,0x97,0x59,0xde, + 0xb7,0xf7,0xfd,0xf6,0xb9,0xdf,0xec,0xfd,0x75,0xfd,0x9f,0x51,0xfe,0xb7,0xe7,0xdf, + 0xec,0x1,0xfe,0x15,0xd,0xf8,0x57,0xf8,0xd7,0xf3,0xbf,0xb7,0x79,0x0,0xfd,0xf7, + 0xa0,0x75,0x40,0x68,0x41,0x68,0x68,0xe8,0x52,0xf3,0x4c,0x6f,0xef,0xde,0xbd,0x99, + 0x32,0x6c,0xaf,0x5,0xef,0xd2,0x83,0x8c,0x62,0xd7,0xfa,0x45,0x68,0x5c,0xcd,0x40, + 0x20,0x71,0xef,0x57,0x82,0x6a,0x7c,0xaa,0xf7,0x63,0xc3,0xd,0xcc,0xa2,0x9c,0xbf, + 0x84,0xbc,0xfe,0xfa,0x2e,0x6,0x76,0xf6,0x26,0xe6,0xd9,0xef,0xf7,0x57,0x79,0x9f, + 0xd8,0x3f,0x32,0x54,0xf5,0xf7,0xc9,0xef,0x9f,0x20,0xbf,0x7f,0x86,0x9f,0x51,0xc1, + 0xb3,0x3d,0xc5,0xbe,0x39,0xef,0x5f,0xa5,0xbc,0x7f,0x9d,0xd8,0xbf,0xb1,0xc0,0xc0, + 0xdd,0x44,0x99,0xf7,0x1f,0x6f,0x22,0xa6,0xb6,0x7c,0x4c,0xec,0xe7,0x23,0xf6,0x8b, + 0x90,0xe7,0x2f,0x4d,0x51,0x1e,0xcf,0x76,0xba,0x10,0xff,0xcc,0x79,0x15,0xe2,0xb2, + 0x2a,0xe5,0x66,0xe6,0x9f,0xd9,0x2f,0x4f,0x41,0xbe,0x80,0xf8,0x7f,0x79,0x20,0x98, + 0xf2,0x76,0x1d,0x62,0xbf,0x1e,0x5e,0x73,0xfe,0x17,0x35,0x40,0x3,0xd1,0x7,0x10, + 0x35,0xc0,0x11,0xa9,0x1,0xcf,0xf7,0x87,0xe2,0x19,0xef,0x9,0x90,0x6,0xbc,0x3c, + 0xd4,0xc4,0xb2,0x13,0xf0,0x13,0x6b,0xc0,0xb1,0x16,0xf4,0xf5,0x54,0x17,0xec,0xa7, + 0xdc,0xbf,0x33,0x90,0xea,0x7e,0xf2,0xfd,0x9b,0x2b,0x11,0xe7,0x25,0xf0,0x68,0x4d, + 0x56,0x91,0xfb,0x1f,0xac,0x90,0xbe,0xff,0xde,0x62,0x43,0x3c,0xbb,0x8b,0x67,0xf8, + 0xbf,0x3f,0x3e,0x81,0x3f,0x9e,0x1c,0x17,0xec,0xff,0xa1,0x42,0xd6,0x1,0xec,0x5, + 0x8e,0x20,0x72,0x58,0x33,0xb1,0xcb,0xe3,0xd4,0xae,0x8a,0xe4,0x9c,0x72,0xbc,0xb3, + 0x88,0x60,0x94,0x13,0x41,0x5a,0x30,0x22,0x4,0x95,0xa2,0xc9,0xe7,0xcf,0x6c,0x4b, + 0x39,0x98,0xb9,0xef,0x5,0xff,0xd5,0x3,0x50,0x63,0xfd,0x60,0xd4,0xdc,0x32,0x94, + 0x6a,0xf9,0x91,0x8,0xde,0x33,0x1a,0xb5,0xf7,0x8d,0x23,0xee,0xc7,0x53,0x9e,0x8f, + 0x42,0xdd,0xa3,0x51,0x8,0x39,0x36,0x1e,0x75,0x8f,0xf3,0xdb,0xe3,0x10,0x72,0x74, + 0xc,0xe9,0xc0,0x48,0xe1,0x3,0x82,0x59,0x3,0xe,0xc,0x52,0x1a,0xd0,0x4b,0xd4, + 0x1,0x81,0xdb,0xbb,0x28,0xd,0x68,0x43,0x3e,0xa0,0x85,0xd0,0x0,0x3f,0xd1,0xb, + 0x68,0x48,0x1a,0x50,0x8f,0xfe,0x9b,0x75,0xa8,0xe,0x20,0xd,0x58,0xe8,0x27,0x34, + 0xa0,0xda,0x6c,0x77,0x54,0x23,0xd,0xa8,0x14,0x57,0x19,0x4e,0xc3,0x9c,0xe0,0x48, + 0x1a,0xf0,0x45,0xbd,0x7c,0xf8,0xa4,0xd2,0x27,0x28,0x12,0x58,0x2,0xe7,0xaf,0x5d, + 0xc8,0xb4,0x87,0x6c,0xee,0xfd,0x65,0xd6,0x47,0x5e,0xbe,0x5c,0x6a,0x40,0xe7,0xce, + 0x9d,0xd7,0x67,0xc2,0xbd,0xae,0xf7,0xff,0x29,0xfb,0xe6,0xf9,0xbf,0x39,0xf7,0xff, + 0xb7,0xf8,0xd7,0xf3,0x3f,0x3d,0xff,0x2f,0x64,0xa4,0xf7,0x0,0xba,0xf,0xa0,0x7b, + 0x1,0x16,0x2f,0x90,0x37,0x6f,0xde,0x6a,0x4d,0x9a,0x34,0xb9,0xae,0xf7,0x78,0x22, + 0x23,0x23,0xf1,0xdd,0x77,0xdf,0x65,0x98,0xef,0x33,0xf3,0x0,0x66,0xd,0x78,0x97, + 0x1e,0x9c,0x3b,0x4e,0x35,0x7e,0xb8,0x23,0x6a,0x95,0x96,0xdc,0x7f,0x55,0xd9,0xc0, + 0xf8,0xfa,0x6,0xa6,0x7f,0x69,0x60,0x2e,0xd5,0xf9,0xab,0xda,0x1b,0xd8,0xde,0x93, + 0xf2,0x7d,0x5f,0x19,0xfb,0xb9,0xcf,0x47,0xf5,0xfe,0x21,0xde,0xdf,0x1f,0x66,0xdd, + 0xe7,0x61,0xf6,0x4f,0x13,0xfb,0x67,0xb9,0xcf,0x47,0xec,0x5f,0x98,0xac,0x66,0xfb, + 0xa6,0xbc,0xcf,0xec,0x7f,0x37,0x9f,0x58,0x5a,0x43,0x79,0x5f,0xb3,0xbf,0xf9,0x23, + 0x62,0x3f,0x3b,0xe5,0xf5,0x2f,0x28,0x4a,0x92,0xe7,0x2f,0x43,0xb9,0xdf,0x89,0xd8, + 0xaf,0x40,0xde,0xbf,0x12,0x71,0xce,0xfc,0x7b,0xe0,0xc5,0x3e,0x2f,0x51,0xff,0xa7, + 0x10,0xff,0x5c,0x3,0x3c,0xdb,0xed,0x45,0xfc,0xd7,0x22,0x9e,0xa5,0x6,0xc8,0x3e, + 0x0,0xd7,0x1,0xd,0x65,0x1d,0x70,0x24,0x4c,0x6a,0xc0,0x51,0xc9,0xf6,0xf3,0x7d, + 0x75,0x49,0x3,0xea,0x49,0xfe,0x89,0x79,0xce,0xfb,0x3c,0x17,0xe4,0x39,0xe1,0xcb, + 0x83,0xe1,0x78,0xc9,0xbf,0x4f,0x75,0x7f,0xda,0x56,0xca,0xfd,0x9b,0x1c,0xc5,0x8e, + 0xdf,0xa3,0x24,0xd2,0xa8,0x55,0xd2,0xf3,0xdf,0x27,0xf6,0xef,0xd3,0xeb,0xeb,0xb3, + 0xb1,0xc2,0xdb,0xff,0xf9,0xf4,0x14,0xfe,0x78,0x7a,0x9a,0xe2,0xa4,0x55,0xb,0x1e, + 0x1d,0x13,0x71,0x7c,0xef,0x3c,0xe1,0xf9,0xcb,0x36,0x2f,0x2f,0x58,0x77,0x22,0xfe, + 0xcb,0x59,0xb8,0xf,0x86,0xf3,0xf0,0x3a,0x54,0x67,0x37,0x40,0x95,0xb8,0x66,0x70, + 0x9f,0xd3,0x91,0x7c,0x78,0x4,0xfc,0x92,0x6,0x22,0x60,0x23,0x31,0xbf,0x6d,0x24, + 0x71,0x3b,0x16,0xb5,0xf7,0x44,0x11,0xf3,0xd1,0xc4,0x7c,0x34,0xf1,0x1d,0x8b,0x7a, + 0xc7,0x63,0x11,0xc2,0x71,0x22,0x9a,0x62,0x2,0xea,0x51,0xd4,0x65,0x1d,0x20,0xfe, + 0xeb,0x50,0xb0,0x7,0x10,0x75,0xc0,0xc1,0x48,0xd9,0xb,0xd8,0xd7,0x47,0xf4,0x2, + 0x6a,0xee,0xea,0x46,0x3e,0x80,0xea,0x0,0xd2,0x80,0x1a,0x9b,0xc9,0x3,0x6c,0x6c, + 0x41,0xbe,0xe2,0x2b,0xd2,0x80,0xc6,0xf0,0x25,0xd,0xf0,0x59,0xc9,0x1e,0x20,0x18, + 0x5e,0x9,0x35,0xe0,0xb9,0xc0,0x17,0x1e,0xf3,0xbc,0xe0,0x3e,0x9b,0x7d,0x40,0x55, + 0xb8,0xc6,0xb8,0xa2,0xec,0x60,0x27,0xe1,0x3,0x72,0x7,0x7f,0x81,0x6c,0x95,0xb3, + 0xa1,0x48,0x4d,0x7,0xa4,0x3e,0x4b,0xfd,0x47,0x33,0xe5,0xcc,0xe6,0xcc,0xf1,0xf1, + 0xf1,0x42,0x3,0x28,0xaf,0x4d,0x7b,0x7,0xf7,0x66,0xcf,0xaf,0xfb,0x7d,0xf6,0xec, + 0x9b,0xfb,0xfe,0xff,0x84,0xfd,0xff,0x24,0xff,0xe6,0xfa,0x5f,0xcf,0xff,0x34,0xff, + 0xf6,0x35,0x40,0x11,0x23,0x7d,0x1d,0xa0,0x6b,0x1,0xa1,0x1,0x6e,0x6e,0x6e,0xd, + 0x88,0xf9,0x57,0xda,0xef,0xf3,0x9d,0x9b,0xec,0xf7,0x33,0xe2,0xfd,0x7f,0xe2,0xf7, + 0xcd,0x1f,0xbb,0x7f,0xe7,0x6,0xc6,0xf4,0x8,0x41,0x10,0xf7,0xf6,0x4a,0x1a,0x8, + 0x75,0xa6,0x1a,0x3f,0xd8,0xc0,0xb4,0xc6,0xe4,0xf5,0x29,0xe7,0x2f,0xa5,0x9c,0xbf, + 0x91,0x72,0xfe,0xae,0x5e,0xc4,0x7d,0x1f,0x6b,0xde,0x3f,0x48,0xb5,0xfe,0x61,0xb5, + 0xc7,0x7b,0x5c,0xd5,0xfa,0xa7,0xf9,0xec,0x4e,0x94,0xca,0xfb,0x54,0xeb,0x5f,0xe4, + 0xfb,0x79,0x34,0xfb,0x33,0xac,0x79,0xff,0xfb,0x85,0x94,0x4b,0xd7,0x5a,0xd9,0xe7, + 0x78,0xba,0x85,0x62,0x6b,0x2e,0x62,0x9f,0x73,0x7f,0x61,0xa4,0xed,0xa4,0xfc,0xbf, + 0xb3,0xc,0xb1,0xef,0x44,0x8c,0x57,0x94,0xfc,0xef,0xa5,0xfc,0xbf,0x8f,0xf2,0xf2, + 0xb6,0x72,0x14,0x2e,0x82,0xff,0xe7,0x7b,0x7d,0x24,0xff,0x7,0x39,0x82,0x88,0xeb, + 0x3a,0x78,0x7d,0x48,0x6a,0xc0,0x6b,0xd5,0xb,0x94,0xfd,0xc0,0x46,0x54,0x3b,0x4, + 0x8b,0x3d,0xc1,0x67,0x7b,0x49,0x27,0xb8,0x3f,0xc0,0x73,0xc1,0xe3,0x72,0x2e,0xf8, + 0xfa,0xf0,0xd7,0x78,0xb9,0xbf,0x1,0x5e,0xd0,0xe7,0xa4,0x25,0x93,0xc7,0xd8,0xec, + 0x82,0xa7,0x54,0xf7,0x3f,0x59,0x93,0x4b,0xcc,0xfb,0x74,0xee,0xe7,0xbb,0xb9,0x1f, + 0xad,0x2e,0x89,0x9f,0xae,0x2c,0x24,0xc6,0x8f,0xe3,0xcf,0xd4,0x6f,0xf0,0x67,0xca, + 0x19,0xa9,0x1,0x4f,0x4e,0x8a,0xf8,0xfd,0xc9,0x9,0xd2,0x82,0xe3,0xe8,0xde,0x37, + 0xc,0xa5,0x6b,0xe4,0xb3,0x32,0x3f,0x2c,0x88,0x72,0x69,0x6d,0x38,0xd1,0xdb,0xe5, + 0x47,0xd5,0x87,0x6b,0x74,0x13,0xb8,0xc5,0xb7,0x85,0xe7,0xfc,0x6e,0xf0,0x5e,0xde, + 0x17,0xfe,0xeb,0x87,0xa2,0xd6,0xd6,0xd1,0x8,0xde,0x15,0x85,0x3a,0xfb,0x63,0x88, + 0xe3,0x49,0x8,0x39,0x32,0x99,0x98,0x9f,0x42,0x9c,0x4f,0x41,0xe8,0x29,0x7a,0x3d, + 0x49,0xef,0x9f,0x8a,0x43,0x7d,0x7a,0xd,0x39,0x19,0x2b,0xf8,0xaf,0x73,0x7c,0x9c, + 0xf0,0x0,0x75,0x85,0x7,0x20,0x9f,0x70,0x78,0x38,0x82,0x49,0x3,0x6a,0xb3,0x7, + 0xd8,0xd7,0x8f,0x7c,0x40,0x6f,0x4b,0x3f,0x30,0x30,0x99,0xfb,0x81,0xed,0x11,0xb8, + 0xa5,0x15,0x2,0xc8,0x3,0xf8,0xb,0xd,0x68,0x2,0x9f,0x55,0xd,0xe8,0x67,0x8, + 0x81,0x17,0x6b,0x0,0xf9,0x0,0x8f,0x5,0x3e,0x70,0x9f,0xeb,0x49,0x3e,0x80,0xea, + 0x80,0x99,0xd5,0xe0,0x12,0xed,0x82,0x32,0x43,0x9c,0x50,0xa2,0x8f,0x23,0x72,0x6, + 0xe6,0xc6,0xc7,0x95,0x3e,0x85,0x4f,0xeb,0x1a,0x48,0x49,0x4b,0xcd,0xa0,0x6,0xc8, + 0xac,0x36,0xf8,0xcd,0xc6,0x2b,0x98,0xf7,0x83,0x5a,0xb6,0x6c,0xd9,0xff,0x1d,0xdc, + 0xeb,0x9c,0xff,0xef,0xb0,0x9f,0x51,0xee,0xff,0x4f,0xf1,0x6f,0x9e,0xff,0xe5,0x34, + 0x6c,0x6b,0x80,0x8c,0x3c,0x80,0x7d,0x1d,0x20,0x7c,0x40,0x50,0x50,0xd0,0xa0,0xa6, + 0x4d,0x9b,0xbe,0xd2,0xb3,0x3d,0xe9,0xf7,0x7f,0x26,0x56,0xad,0x21,0xdf,0xff,0xf7, + 0xb8,0x7f,0x96,0xfa,0x4,0x73,0xa2,0x7a,0x22,0xa8,0xb4,0xe4,0x9e,0xfd,0x7e,0x1f, + 0x7f,0xe2,0xbe,0x91,0x81,0xd9,0x5f,0x49,0xee,0x37,0x74,0x32,0xb0,0xa3,0xa7,0x64, + 0x7f,0x77,0x6f,0x99,0xf7,0xf,0x10,0xfb,0x87,0x22,0x25,0xfb,0xc7,0x88,0xfd,0x13, + 0xaa,0xd6,0x67,0xf6,0xbf,0x99,0x20,0xd9,0xe7,0x67,0x54,0x8b,0x7a,0x9f,0xd8,0xbf, + 0xac,0xf2,0xbe,0x85,0x7d,0xe2,0xe7,0xe1,0x3a,0x62,0x68,0xbd,0xe2,0x7e,0x33,0x73, + 0x6f,0x10,0xcf,0x59,0x45,0xee,0x4f,0xdb,0x5e,0x80,0x72,0x7f,0x31,0xf2,0xe0,0xa5, + 0x89,0x7d,0xe6,0xbf,0x82,0x85,0xff,0x17,0xc4,0xff,0xf3,0xbd,0xc4,0xff,0xd6,0xd2, + 0x14,0xe5,0xe8,0xeb,0x5c,0xe8,0x7d,0x2f,0xca,0xeb,0x81,0x78,0x45,0xfc,0xcb,0x39, + 0x80,0xaa,0x5,0x4c,0x3e,0x40,0x6b,0xc0,0xf3,0xbd,0xb5,0x94,0x6,0xd4,0x96,0xf3, + 0x41,0xbd,0x1b,0x74,0x8c,0x74,0xe0,0x30,0xf9,0x3,0xee,0xd,0xec,0xae,0x41,0xfc, + 0x7b,0x10,0xff,0x15,0x88,0xff,0x62,0xa2,0xe7,0xcf,0xb9,0x9f,0x67,0x7d,0xf7,0xd8, + 0xfb,0x2f,0xe4,0xda,0xdf,0x1f,0x3f,0xdf,0x58,0x8d,0x3f,0x52,0x4e,0x11,0xff,0x67, + 0x2d,0x1a,0xf0,0x3b,0x69,0xc0,0xef,0x4f,0xd8,0xf,0x9c,0xc2,0xf3,0x5b,0xfb,0x65, + 0xaf,0xbf,0x69,0x39,0xe2,0xbe,0xb6,0x88,0xb2,0x2a,0xca,0x8d,0xaa,0x47,0x3c,0x35, + 0x45,0x15,0x66,0x7f,0x41,0x77,0xf8,0xac,0x18,0x40,0x2c,0x12,0xfb,0xdb,0xc7,0x53, + 0xbe,0x27,0xee,0xf,0x12,0xe3,0x47,0xa7,0x12,0xf7,0xd3,0x89,0xf3,0xe9,0xc4,0x7d, + 0x3c,0xea,0x9f,0x9e,0x86,0xfa,0xa7,0xe8,0x7d,0x66,0x9f,0xa2,0xde,0x29,0xd2,0x86, + 0x13,0xe4,0x3,0x4e,0x92,0xf,0xe0,0x1a,0x40,0xd4,0x1,0xd2,0x3,0xd4,0x11,0x75, + 0x0,0x79,0x80,0x43,0xdc,0xb,0x64,0xf,0x20,0x7b,0x1,0x35,0x77,0x75,0x47,0xcd, + 0x9d,0x9d,0x85,0x6,0xd4,0xd8,0xd2,0x16,0x1,0xe4,0x3,0x2,0x78,0x26,0xb0,0xae, + 0x29,0xfc,0x56,0xcb,0x5e,0x80,0xf7,0xf2,0xba,0xa8,0x9e,0x10,0x4,0xcf,0x85,0x35, + 0xc8,0x3,0xf8,0xa2,0x2a,0xd5,0x1,0x55,0x67,0xba,0xa1,0x72,0xbc,0x1b,0x2a,0x4c, + 0x74,0x85,0x63,0x64,0x59,0x38,0xf4,0x2c,0x8d,0xec,0x5e,0x39,0xa4,0x6,0xb4,0xa, + 0x14,0x1a,0x90,0xd9,0x99,0x92,0x77,0xe9,0x1,0x6b,0x0,0xef,0xad,0xb0,0x6,0xb4, + 0x6e,0xdd,0xba,0xdf,0x3f,0x60,0xdf,0x9e,0xfb,0x7f,0xea,0xf9,0xdf,0xc5,0xfe,0xbf, + 0xfa,0x2b,0x33,0xfe,0xf5,0xfe,0x5f,0x66,0x1e,0x20,0x23,0xd,0x70,0x60,0x1d,0x8, + 0x9,0x9,0x19,0x67,0x7e,0x8e,0xde,0x77,0xdf,0x7d,0x9b,0x1,0xf7,0x1c,0x6f,0x6c, + 0x3e,0x66,0xaf,0xf,0xd6,0x78,0x93,0xe1,0xc7,0xd7,0x27,0x4c,0x42,0xb8,0x1b,0x71, + 0x4f,0x3e,0xdf,0xa7,0x98,0x81,0x4e,0x1e,0x6,0x62,0x42,0xd,0xc4,0x37,0x31,0xb0, + 0xb0,0x5,0xd5,0xf8,0x1d,0xa9,0xc6,0xef,0x41,0xcc,0xf3,0x1e,0x4f,0x6f,0x99,0xf7, + 0xd9,0xef,0x1f,0x24,0xbf,0x7f,0x84,0xfc,0xfe,0x51,0xaa,0xf5,0x8f,0xab,0x5a,0xff, + 0xf4,0x58,0x99,0xf3,0xb9,0xc7,0xcf,0x7e,0xff,0xfc,0x24,0xe9,0xf9,0x45,0xad,0x3f, + 0xdd,0x10,0xcf,0xad,0xbf,0xae,0x3c,0xff,0xad,0x4,0xc9,0xbd,0xc8,0xfb,0x1b,0xb9, + 0xde,0x97,0xc1,0xfc,0xa7,0x26,0x7f,0x4a,0x79,0x3f,0x27,0x45,0x5e,0xf2,0xfd,0xc5, + 0x28,0xff,0x3b,0x50,0x10,0xff,0xbb,0x9d,0xc8,0xf7,0x57,0x24,0xf6,0x2b,0xcb,0xfa, + 0x9f,0xf2,0xff,0x13,0x9e,0xd,0xb0,0x6,0x90,0xf,0x78,0xbe,0xc7,0x9b,0xf8,0xf, + 0xc0,0xab,0x3,0x35,0x85,0xf,0x90,0x1a,0x20,0x7d,0x0,0x6b,0x0,0xf7,0x3,0x5e, + 0xf1,0x4e,0x0,0x79,0x82,0x67,0x7b,0xf8,0x9c,0x50,0x10,0xbd,0xd6,0x96,0x7d,0x41, + 0x35,0x17,0x10,0x3a,0x70,0xa8,0x31,0xfd,0x37,0x78,0xdf,0xa7,0x6,0x52,0xb7,0x56, + 0xc5,0xd3,0x8d,0xec,0xfd,0xbf,0x10,0xde,0x5f,0xcc,0xfc,0x96,0xca,0xba,0x9f,0xf9, + 0x7f,0xba,0xad,0xbe,0x38,0xc3,0x23,0xd8,0x4f,0x3b,0x27,0x23,0xf5,0x9c,0xd0,0x81, + 0x3f,0x84,0x17,0x38,0x85,0x93,0x7,0x12,0xa4,0xf7,0xef,0xe1,0x2d,0xb9,0x27,0xaf, + 0xaf,0xa3,0xc2,0x84,0xc6,0xa8,0x32,0xbd,0x2d,0xe5,0xd8,0x6e,0xe4,0xbb,0x89,0xfd, + 0xf5,0x23,0xc8,0x97,0x8f,0x43,0x9d,0x7d,0x94,0xd3,0xf,0x4f,0x27,0xee,0xe3,0x89, + 0xf9,0x59,0x68,0x70,0x7a,0x16,0x42,0xcf,0xcc,0x44,0x83,0x6f,0x66,0xa0,0xc1,0x99, + 0x78,0xc1,0x7f,0xa8,0xd0,0x81,0xa9,0xc2,0x7,0x8,0xf,0xc0,0x75,0xc0,0xf1,0x89, + 0xc4,0xff,0x38,0x19,0x82,0xff,0x51,0x14,0xe4,0x1,0xe,0xf,0x43,0xf0,0x81,0x21, + 0x8,0x62,0xd,0xe0,0x5e,0xc0,0xde,0x8,0xe2,0xbf,0x9b,0xe8,0x7,0xd6,0xdc,0x4e, + 0x1a,0xb0,0xb5,0xd,0x2,0x36,0xb5,0x16,0x1a,0xe0,0xb7,0x96,0x3c,0x0,0x69,0x80, + 0xf,0x69,0x40,0x75,0xd2,0x0,0xcf,0x84,0x40,0x78,0x2c,0xf4,0x83,0xfb,0x3c,0x1f, + 0xb8,0x91,0x6,0x54,0xe1,0x3a,0x80,0x34,0xa0,0xfc,0x4,0x17,0x94,0x8e,0x2c,0x83, + 0xe2,0x3d,0x4b,0xe0,0xb3,0xea,0xa4,0x1,0x95,0x3f,0x46,0xf7,0x31,0xbd,0x32,0xed, + 0x5,0xfc,0x93,0x3d,0x53,0xd3,0x8e,0xe0,0xab,0xd0,0xd0,0xd0,0x5a,0x19,0x30,0x9f, + 0x51,0xbe,0x7f,0x17,0xf7,0xef,0xf2,0xfc,0xff,0xe,0xfb,0xfa,0x97,0x9e,0xff,0x67, + 0x35,0x6c,0x7b,0x0,0x9f,0x1b,0xb6,0x7d,0x40,0x73,0x1f,0x20,0x43,0xd,0x8,0xf, + 0xf,0x5f,0xab,0xfb,0x7c,0x5c,0xeb,0x3f,0x78,0x70,0xff,0x1d,0x6c,0x67,0xae,0x9, + 0xe9,0xf9,0x97,0xaf,0x67,0x8f,0xed,0x44,0x9b,0x1a,0xd9,0x10,0x48,0xf9,0xde,0xaf, + 0xb8,0x81,0x2f,0x5d,0xc,0x8c,0xad,0x23,0x73,0xfe,0x3c,0xf2,0xfa,0x2b,0xdb,0x18, + 0xd8,0xca,0x7d,0xfd,0x9e,0x32,0x34,0xfb,0x22,0xe7,0x93,0xdf,0x3f,0xc2,0x39,0x9f, + 0x6a,0xfd,0x13,0xc4,0xfe,0xc9,0xd1,0x92,0xfd,0x6f,0x88,0xfd,0x73,0x9c,0xf3,0x63, + 0x64,0xde,0xe7,0x1e,0x3f,0x3f,0x9f,0x52,0xe4,0x7c,0x9e,0xed,0xcf,0x94,0xcf,0xaf, + 0xe6,0xf9,0x9e,0x66,0xff,0x89,0xf6,0xfb,0x5b,0x38,0xef,0x53,0x8,0xfe,0x3f,0xa0, + 0xdc,0x4f,0xfc,0xef,0xc8,0x61,0xe1,0xff,0xd9,0xae,0x52,0xc4,0xbf,0x23,0x31,0xee, + 0x4c,0xbe,0x9c,0xbd,0x7e,0x25,0xd1,0xb,0x78,0xc2,0xf3,0x81,0xad,0x52,0x3,0x64, + 0xfe,0xe7,0x1d,0x40,0x7f,0xf2,0xef,0x81,0xb2,0x16,0x38,0xa0,0x34,0xe0,0xa0,0xb5, + 0x16,0x78,0x75,0x30,0x84,0xd8,0xf7,0xa7,0x8,0x14,0x1e,0x40,0xce,0x5,0x64,0x5f, + 0x90,0xdf,0x7e,0x79,0xb0,0xa1,0xe8,0xfb,0x3f,0xdf,0x49,0xde,0x7f,0x8b,0x2b,0x9e, + 0x6e,0x28,0x49,0xfc,0x4b,0xef,0xcf,0x33,0xbf,0xfb,0x8a,0xff,0x1f,0xe6,0xd3,0xcf, + 0xba,0xa7,0xa3,0xd8,0xe9,0xff,0xf3,0xd9,0x79,0xfc,0xf5,0xec,0x22,0x71,0x7f,0x5e, + 0x6a,0x40,0xca,0x59,0xfc,0x41,0x1a,0xf0,0xfb,0xd3,0x6f,0xb0,0x61,0x4d,0x8c,0xe4, + 0xbf,0x7f,0xd,0x1b,0xf6,0xcb,0x8e,0xc,0x41,0xc5,0xc9,0xcd,0x28,0xaf,0x76,0x81, + 0xd7,0xd2,0x3e,0xf0,0x5f,0x3b,0x1c,0x81,0x5b,0xc7,0xa1,0xf6,0xee,0x49,0xa8,0x77, + 0x38,0x9e,0xd8,0x27,0xe6,0x4f,0xcf,0x21,0xde,0xe7,0x12,0xf7,0x73,0xd0,0xf0,0x9b, + 0xd9,0xa4,0x1,0xfc,0xb1,0x19,0xe4,0x1,0x98,0x7f,0xf6,0x0,0x53,0x94,0xf,0x50, + 0x1e,0xe0,0x44,0x8c,0xb5,0xf,0x70,0x8c,0xf9,0x1f,0x2d,0x34,0x80,0x7b,0x1,0xb2, + 0x17,0x18,0x49,0x1a,0xc0,0x75,0x40,0x1f,0xd4,0xdc,0xd3,0x53,0xfa,0x0,0xd2,0x80, + 0x1a,0xdb,0x3a,0x8,0x1f,0x50,0x63,0x73,0x6b,0xf8,0xad,0x6b,0x46,0x1a,0xf0,0x25, + 0x7c,0x12,0xc3,0xe1,0xbd,0xb2,0x3e,0xfd,0x6c,0xb5,0xe1,0xb1,0xb8,0x16,0xdc,0x17, + 0x4,0xa0,0xea,0x5c,0x6f,0xe2,0xdf,0x3,0x95,0x67,0x54,0x83,0xeb,0xf4,0xca,0x70, + 0x8e,0xaa,0x80,0x52,0x3,0xcb,0xa0,0x70,0xa7,0x12,0xc8,0x56,0xf9,0x33,0xd2,0x80, + 0xcf,0xd0,0x6d,0x6c,0xc4,0x5b,0x19,0x7f,0x9b,0xe,0x70,0xdc,0xbe,0x7d,0xdb,0xa2, + 0x1,0x61,0x61,0x61,0x81,0xff,0x90,0xfb,0x7f,0x52,0xeb,0x9b,0x73,0xfe,0xbf,0x3b, + 0xf3,0xcf,0x8c,0xff,0x8c,0x3c,0x80,0xb9,0xf,0x60,0xae,0x3,0xec,0x7d,0x40,0x11, + 0x62,0x7f,0x8d,0xf6,0xfb,0xcc,0xfe,0xb3,0x67,0x69,0x19,0x32,0x2e,0x5f,0xdf,0xd8, + 0xbc,0x6f,0xfe,0x98,0x7e,0x5b,0xf3,0xae,0x3f,0x2f,0x2d,0xe5,0x11,0xe6,0x8c,0xef, + 0x2e,0xbc,0xbe,0xbf,0x83,0x81,0xfa,0x65,0xd,0x44,0x6,0x1a,0x98,0x12,0x66,0x60, + 0x16,0xe5,0xfc,0x65,0x2d,0xa9,0xc6,0xef,0x4c,0x5e,0xbf,0x9b,0x35,0xef,0xef,0xed, + 0x2d,0x73,0xfe,0x7e,0x33,0xfb,0xaa,0xd6,0x3f,0x45,0xec,0x9f,0xb1,0x63,0xff,0xc2, + 0x24,0xc5,0x3e,0x79,0xfe,0x2b,0x7c,0x2f,0x67,0xbc,0x64,0x9f,0x67,0x7c,0xb7,0x16, + 0x4b,0xcf,0xff,0x98,0xf8,0x7f,0xb2,0x51,0x7a,0xfe,0x94,0x2d,0xba,0xe6,0x67,0xf6, + 0xd,0x62,0x9f,0xf8,0xdf,0xf1,0x89,0xca,0xff,0x5,0xc8,0xff,0x3b,0x90,0x17,0x2f, + 0xa5,0xea,0x7f,0x67,0x11,0xac,0x1,0x69,0x3b,0x9d,0xf1,0x78,0x73,0x41,0xf2,0x0, + 0x45,0x84,0xf,0x78,0xb1,0xaf,0xba,0xc,0xa1,0x1,0x1,0xc4,0x7e,0xcd,0x74,0x1a, + 0xc0,0x3e,0xe0,0xf9,0xde,0x20,0xb1,0x2b,0x9c,0xb6,0x3b,0x80,0xea,0xff,0x20,0xb5, + 0x1f,0xa0,0x66,0x3,0x54,0xb,0xbc,0xe4,0xfd,0x61,0xae,0xf,0x76,0x54,0x47,0xea, + 0x96,0x8a,0xc4,0x7f,0x61,0xaa,0xfd,0xdf,0xb3,0xf6,0xfd,0xf9,0xce,0x1,0xca,0xfd, + 0x77,0x89,0xff,0xb4,0x7d,0xdd,0xc4,0xf9,0x3e,0x66,0xff,0xaf,0x67,0x97,0xf0,0x57, + 0xda,0x5,0xa5,0x1,0x17,0x94,0x17,0x38,0x8f,0x19,0x33,0x7,0x4a,0xfe,0x89,0x79, + 0xc7,0xe1,0x75,0x51,0x66,0x84,0x8a,0x91,0xf5,0xe0,0x3a,0xb5,0x35,0xaa,0xcd,0xef, + 0x41,0xb9,0x36,0x92,0x72,0xef,0x28,0x4,0xef,0x24,0xcf,0x7f,0x80,0xf2,0x3a,0xb1, + 0xdf,0xf0,0xf4,0x5c,0x62,0x7e,0x3e,0xc2,0xce,0xce,0x47,0xc3,0xb3,0xf3,0x84,0x6, + 0x34,0x38,0x33,0x5b,0x7a,0x80,0xd3,0xf1,0x8a,0x7f,0xca,0xff,0xba,0x17,0x70,0x42, + 0xf5,0x2,0x8f,0x13,0xff,0x27,0xa2,0x84,0x7,0xa8,0x73,0x8c,0xf8,0x3f,0x4a,0x1e, + 0xe0,0x30,0xd5,0x1,0xe4,0x1,0x82,0xe,0x12,0xff,0x7,0x6,0xca,0x5e,0x20,0xd7, + 0x1,0x3c,0x13,0x14,0x33,0x81,0x4e,0xa4,0x1,0xed,0x11,0x40,0x1a,0xe0,0xbf,0xb1, + 0x5,0xfc,0xd7,0x7f,0x2d,0x7a,0x1,0xde,0xab,0xc2,0xe0,0xbd,0x22,0x84,0x34,0xa0, + 0x2e,0xdc,0x17,0xd7,0x24,0xd,0xf0,0x87,0xdb,0x9c,0xea,0xa8,0x3c,0xd3,0x5d,0x78, + 0x0,0xd7,0xa9,0x55,0x50,0x76,0xb4,0x33,0x4a,0xf0,0x5c,0xb0,0x5d,0x31,0xaa,0x3, + 0x3e,0xc6,0x47,0xa4,0x1,0x13,0xe7,0xc7,0xbe,0x65,0xf7,0xc4,0x7e,0x2f,0xd5,0xfc, + 0x79,0x52,0xb,0xce,0x9d,0x3b,0x27,0xea,0x0,0x8a,0x97,0x55,0xaa,0x54,0x29,0xf9, + 0x16,0xee,0xcd,0xcc,0xff,0x13,0xee,0xff,0x53,0xf9,0xde,0xfe,0x97,0xb9,0x6,0xb0, + 0xf7,0x0,0xf6,0x75,0x80,0xbd,0x6,0x14,0x28,0x5a,0xb4,0xa8,0x13,0xd5,0xfa,0x57, + 0x74,0xde,0xe7,0x73,0x3b,0x3f,0xff,0xfc,0xb3,0x25,0xb8,0x4e,0xcf,0xe8,0x7d,0xdb, + 0xbc,0xff,0x76,0x5f,0x70,0x64,0x67,0x12,0x5a,0xf9,0x67,0x47,0x0,0x71,0x1f,0x48, + 0x7e,0xbf,0x9b,0xa7,0x81,0x38,0xf2,0xfa,0x33,0xc2,0xd,0x2c,0xa6,0x9c,0xbf,0x86, + 0xfb,0xfa,0xbc,0xbf,0xd7,0x5d,0xb2,0xaf,0xfb,0x7c,0xc2,0xef,0xf,0xa0,0x3a,0x3f, + 0xd2,0x94,0xf7,0x4d,0xec,0x9f,0x55,0x3d,0x7e,0xcd,0xbe,0x78,0x2e,0xb5,0xaa,0xf7, + 0x35,0xfb,0x9c,0xf7,0x6f,0x12,0xfb,0x8f,0x34,0xfb,0x9b,0x54,0x28,0xfe,0x53,0x29, + 0xf7,0xa7,0x2a,0xfe,0x45,0x6c,0xff,0x84,0xb8,0xe7,0xfc,0x9f,0x9f,0x38,0x2f,0xac, + 0x34,0xa0,0xb4,0x8d,0x6,0xa4,0xee,0x28,0x85,0xc7,0x9b,0xf2,0xd1,0xf7,0x28,0x84, + 0x27,0xdb,0x8a,0xe3,0x25,0xb1,0xff,0x72,0x3f,0xd5,0x0,0xfb,0xb8,0xe,0xe0,0x5d, + 0x20,0x59,0xb,0x58,0xfb,0x1,0x52,0x3,0x9e,0xef,0x25,0x5f,0xbf,0xd3,0x4b,0x68, + 0xc0,0x33,0xe2,0x5c,0xef,0x8,0xbe,0xe6,0xd9,0x0,0xf3,0xcf,0xe7,0x87,0xa8,0x3e, + 0x78,0xb6,0xc3,0x5d,0xd5,0xfe,0x5,0x6c,0xbc,0xbf,0xe0,0x9f,0x9f,0xc7,0x39,0x97, + 0x7e,0xce,0x5d,0x2d,0xc5,0xb9,0x9e,0xbf,0x9e,0x13,0xfb,0xcf,0x2f,0x93,0xf,0xb8, + 0x2c,0x74,0xe0,0x4f,0xf6,0x2,0x42,0x3,0x2e,0x60,0xc3,0xda,0xc9,0x62,0xee,0x57, + 0xa6,0x8f,0x3f,0x1c,0x89,0x7b,0x47,0xca,0xfb,0x1c,0x65,0x47,0x87,0xa2,0xe2,0xb4, + 0xd6,0xc4,0x55,0x4,0x7c,0x92,0x86,0x92,0x7,0xa7,0xdc,0xbf,0x97,0x58,0x3e,0x4c, + 0x7c,0x9f,0x9a,0x47,0xec,0x2f,0x24,0xee,0x17,0x9,0xf6,0xc3,0xbe,0xa1,0xf7,0xcf, + 0xce,0x15,0xfc,0x73,0x1d,0x20,0x3d,0x40,0xbc,0xe0,0x3f,0xf4,0xf4,0x14,0x6b,0x1f, + 0x50,0x79,0x80,0xba,0xba,0xf,0x70,0x9c,0xfb,0x0,0xa3,0x65,0x1f,0x80,0xf8,0xaf, + 0xcd,0x7d,0x80,0x83,0x83,0x48,0x3,0xa8,0xe,0xd8,0xdf,0x5b,0xd6,0x1,0xac,0x1, + 0xbb,0xba,0x22,0x70,0x47,0x27,0x4,0x6c,0x6d,0x2f,0x7a,0x1,0x7e,0x1b,0x5b,0xc2, + 0x77,0xed,0xd7,0xf0,0x25,0xd,0xa8,0xbe,0xb2,0x21,0xd5,0x1,0xf5,0xe1,0x91,0x10, + 0x84,0x6a,0x8b,0x6a,0xa0,0xea,0x7c,0x5f,0xd2,0x0,0x2f,0xe1,0x1,0x2a,0x4d,0xaf, + 0x86,0xa,0x71,0x15,0x51,0x7a,0x78,0x59,0x38,0xf4,0x2d,0x85,0x2,0x6d,0x8b,0xe0, + 0x23,0x97,0x6c,0xf8,0xa8,0x4a,0x56,0xac,0xd8,0x92,0x8,0xf3,0x3e,0xa9,0x79,0xaf, + 0xcc,0x5e,0x1b,0x32,0xfa,0xd8,0xf1,0xe3,0xc7,0xc4,0x8e,0x60,0x44,0x44,0xc4,0x25, + 0x4f,0x4f,0xcf,0x62,0x6f,0xe1,0x3e,0x5b,0x26,0xdc,0xff,0x27,0x7a,0xfb,0xff,0xa, + 0xff,0xe6,0x1a,0xc0,0xec,0x1,0xcc,0x75,0x40,0x3a,0xd,0x28,0x51,0xa2,0x84,0x23, + 0xb3,0xaf,0x7b,0xfc,0x33,0x67,0xce,0xb4,0x61,0xfd,0x5f,0x9,0x7b,0x9d,0xe0,0x48, + 0x4b,0x79,0x8c,0x49,0x83,0x5a,0x8,0xe6,0x7d,0x8a,0x1a,0x68,0xe8,0x64,0x60,0x4c, + 0x6d,0xca,0xf9,0xd,0xd,0xcc,0xf9,0xd2,0xc0,0xa,0xca,0xf9,0x9b,0x3b,0xa9,0x9c, + 0xaf,0xd8,0xdf,0xdd,0x4b,0xcd,0xf6,0x38,0xe7,0xf3,0xfd,0x3c,0x83,0x54,0xad,0x4f, + 0x79,0xff,0xa4,0xae,0xf5,0xc7,0x49,0xf6,0x45,0xde,0x8f,0x56,0x79,0x9f,0xd8,0xbf, + 0xc2,0x9e,0x9f,0xd9,0x9f,0x2e,0x7d,0x3f,0xd7,0xfc,0xb7,0x34,0xfb,0xca,0xf3,0x8b, + 0xdc,0x4f,0xaf,0x29,0x66,0xfe,0x55,0xa4,0x6d,0x37,0x88,0x3d,0xc9,0xff,0xb3,0x9d, + 0x94,0xff,0x77,0xe5,0xa1,0x60,0xd,0x28,0x21,0xeb,0x80,0x5d,0x4e,0xa2,0xe,0x48, + 0xdd,0x5e,0x5c,0xf1,0x9f,0x5f,0xf4,0x1,0xb9,0x1f,0xf8,0x82,0x6a,0x0,0xd6,0x0, + 0xa1,0x3,0x7,0x7c,0x29,0x97,0xa7,0xd7,0x80,0xb4,0x5d,0xde,0xc4,0xbe,0x37,0xbd, + 0x7a,0xe1,0xf9,0xbe,0x5a,0xb2,0x27,0xa0,0xfa,0x82,0x1c,0x2f,0xf,0x90,0x46,0x90, + 0x37,0x48,0x4b,0xa6,0xda,0x7f,0x53,0x59,0x3c,0x59,0x27,0xf9,0x7f,0xa8,0xf8,0x7f, + 0x90,0x20,0x73,0xff,0xf,0x73,0xd9,0xb7,0xd4,0x15,0xe7,0x78,0xfe,0x14,0xfc,0x5f, + 0xa5,0xd7,0x2b,0xe2,0x55,0x68,0x41,0x9a,0xd4,0x81,0x53,0x7,0x57,0xc8,0x7d,0xbf, + 0x5e,0x3e,0x28,0x4d,0xdc,0x97,0xa2,0xe0,0x57,0x47,0xe2,0xdf,0x65,0x6a,0x1b,0xb8, + 0x2f,0xea,0x45,0x7e,0x7b,0x38,0x6a,0x25,0x4f,0x44,0xed,0x7d,0x53,0x51,0xff,0xd8, + 0x6c,0x62,0x9f,0xb9,0x5f,0x8c,0xf0,0xf3,0x8b,0x28,0xff,0x2f,0x14,0x1e,0xa0,0xc1, + 0x37,0xb2,0xe,0xd0,0xfc,0x87,0x9a,0x3c,0x80,0xe8,0x3,0x9e,0x94,0xec,0xcb,0x3e, + 0xe0,0x44,0xf2,0xff,0x5c,0x7,0x8c,0x95,0xf9,0xff,0xe8,0x48,0xb9,0x13,0x74,0x64, + 0xa8,0xd0,0x80,0x5a,0x82,0xff,0x7e,0xa8,0x45,0x3e,0x20,0x88,0xeb,0x0,0xd2,0x80, + 0xc0,0x9d,0xa4,0x1,0xdb,0x3b,0x92,0x6,0xb4,0x83,0x3f,0xd7,0x1,0x1b,0x5a,0xc0, + 0x67,0xcd,0x57,0xf0,0x4e,0x6a,0x4c,0x1a,0x10,0xa,0xcf,0xa5,0x21,0xc2,0x3,0x54, + 0xa3,0x3a,0xc0,0x4d,0xd5,0x1,0x95,0xc8,0x3,0x54,0x9c,0x5e,0x11,0xce,0xb1,0x2e, + 0x28,0x39,0xa4,0xc,0x8a,0xf6,0x2a,0x8d,0xdc,0x8d,0xbf,0x40,0x56,0x97,0xac,0xc8, + 0x4a,0x1a,0xb0,0x7c,0xeb,0xca,0x4c,0xf3,0x7f,0xc6,0x7e,0xc0,0x36,0xf8,0x99,0xb2, + 0xca,0x7,0x5c,0xf2,0xf3,0xf3,0x2b,0x92,0x1,0xf7,0x9a,0xf9,0x8c,0xe6,0xf9,0xff, + 0x69,0x8f,0xff,0xae,0x5f,0xef,0x1b,0x19,0x7b,0x0,0x73,0x1d,0x60,0xde,0x9,0xc8, + 0x53,0x8a,0x7e,0x11,0xfb,0x97,0x35,0xfb,0xff,0x3c,0xef,0x5b,0x7b,0xf9,0x99,0x71, + 0xcf,0xf1,0xcd,0xd1,0xdd,0x68,0xe1,0xf7,0x29,0xfc,0x8a,0x91,0xdf,0xa7,0x3a,0xbf, + 0xb7,0xf,0xe5,0x7c,0x3e,0x9b,0x4b,0x75,0xfe,0xd2,0xe6,0x6,0xd6,0x53,0xce,0x4f, + 0xee,0x42,0x79,0x9f,0x77,0x79,0xf8,0xcc,0xe,0xd7,0xfa,0xbd,0xe4,0x6c,0x8f,0x6b, + 0xfd,0x3,0xba,0xcf,0x47,0x79,0xff,0x4,0xb3,0xcf,0x79,0x7f,0x8c,0x64,0xdf,0xe2, + 0xf9,0x89,0xfd,0x4b,0x54,0xef,0x5f,0x8a,0x93,0xec,0x33,0xf7,0xd7,0xe2,0x65,0x8, + 0xf6,0x17,0xc9,0x9c,0xff,0x48,0x79,0xfe,0xc7,0xca,0xf7,0x3f,0x55,0xb5,0xbf,0xa8, + 0xf9,0x35,0xff,0x2a,0xff,0xa7,0xed,0xb0,0xd5,0x80,0xb4,0x9d,0x79,0xf0,0xdc,0xa4, + 0x1,0xcf,0x77,0x3b,0x89,0xfd,0xa0,0x27,0x7c,0x3e,0x80,0x34,0x20,0x65,0x5b,0x19, + 0xd1,0x13,0x7c,0xbe,0xb7,0x9a,0xd0,0x0,0xe1,0x1,0x84,0xf,0xf0,0x11,0x1a,0xf0, + 0x52,0xcd,0x5,0x78,0x36,0x98,0xb6,0xcb,0x5d,0x9c,0x1d,0x64,0xd,0x10,0xfc,0xab, + 0x3d,0xa1,0xd7,0x47,0x1a,0x88,0xe0,0x33,0x44,0xcf,0x76,0xfb,0xe2,0x99,0xe0,0xbf, + 0xa4,0xe8,0xfd,0x3d,0x4c,0x94,0xfc,0x8b,0x9d,0x9f,0x45,0x92,0xff,0x3b,0x73,0xf8, + 0xcf,0xe5,0x27,0xee,0xf0,0x12,0xdc,0xbf,0xb8,0x86,0xbf,0x5e,0x5e,0xa7,0xd7,0xab, + 0x4a,0x3,0xae,0xd0,0xc7,0x2f,0xe3,0xc5,0xdd,0x13,0xf2,0xee,0x9e,0xb6,0x6e,0x28, + 0x3d,0xaa,0x1e,0x45,0x7d,0x94,0x12,0xaf,0xf5,0xe0,0x12,0xd7,0xa,0xd5,0x16,0x52, + 0xfe,0x5f,0x33,0x42,0xf0,0x5f,0xf7,0x0,0x71,0x7d,0x7c,0x8e,0xe0,0x3f,0xfc,0x3c, + 0xf1,0x7f,0x6e,0x31,0xc2,0xce,0x2d,0x92,0x35,0xc0,0x37,0xe6,0x1a,0x40,0xf7,0x1, + 0xa6,0xd9,0xd5,0x0,0x93,0x44,0xd,0x50,0xef,0xc4,0x44,0x99,0xff,0x8f,0x8d,0xa7, + 0x1a,0x80,0x34,0xe0,0xd8,0x48,0xd1,0x7,0xe4,0x79,0x60,0xed,0x43,0x43,0x2c,0x1e, + 0xa0,0xd6,0x7e,0xb5,0x17,0x24,0xf8,0xa7,0x3a,0x80,0x7b,0x1,0xc9,0x1d,0xe0,0x4f, + 0x75,0x80,0xdf,0xa6,0x56,0xf0,0x5d,0xd7,0x8c,0x7e,0xb6,0x2f,0x51,0x7d,0x75,0x23, + 0x78,0xb2,0x7,0x58,0x5a,0x1b,0x6e,0xb,0x6b,0xa0,0xca,0x7c,0x6f,0xb8,0x12,0xff, + 0x2e,0xc4,0xbf,0xf3,0xd4,0xf2,0x70,0x8e,0xab,0x0,0xc7,0x28,0x47,0x14,0x1b,0x54, + 0x2,0x85,0x7b,0x16,0x42,0xce,0xf0,0x5c,0xf8,0xa0,0xfc,0x7,0x28,0xe0,0x5f,0x4, + 0x67,0xaf,0x9c,0xcb,0x60,0x7,0xe5,0x9f,0x9c,0x43,0x91,0x6f,0xaf,0x58,0xb1,0x42, + 0xfb,0x80,0xe5,0x19,0x70,0xff,0xbf,0xe9,0xf1,0xdf,0xf5,0xcb,0xec,0x1,0x74,0x1f, + 0xc0,0xac,0x1,0x36,0x3e,0xa0,0x4c,0x99,0x32,0xe,0xc4,0xfd,0x65,0x73,0xde,0x37, + 0x73,0x6c,0xe6,0x3b,0x23,0xe6,0xdf,0x96,0xf3,0x39,0x96,0x4c,0x1b,0xa,0x7f,0xe2, + 0xbe,0x7a,0x11,0x3,0xf5,0xca,0x50,0xce,0xf,0x92,0x7e,0x7f,0x1e,0xd5,0xf9,0x6b, + 0x5a,0x1b,0xd8,0xd6,0x49,0xb1,0xaf,0x6a,0x7d,0x66,0x5f,0xd7,0xfa,0xcc,0x3e,0xfb, + 0xfd,0xc3,0x83,0x4d,0x7d,0x3e,0xce,0xfb,0xc4,0xfe,0x37,0x9c,0xf7,0x27,0x48,0xf6, + 0x2f,0x90,0xe7,0xbf,0x48,0x79,0xff,0xa,0xb1,0x7f,0xd5,0x94,0xf7,0x45,0xaf,0x9f, + 0x7c,0xff,0x4d,0xf2,0xc9,0xf,0xd7,0xaa,0xbc,0xbf,0x41,0xe5,0x7d,0x9d,0xfb,0x15, + 0xfb,0x29,0xba,0xee,0x4f,0xb6,0xe6,0x7f,0x11,0x3b,0xec,0x7d,0x40,0x61,0xd2,0x0, + 0xcd,0x7f,0x29,0xca,0xfb,0x9f,0xe3,0xd1,0xc6,0x8f,0xc9,0x4f,0xe4,0xa1,0xaf,0x2f, + 0x2d,0x67,0x82,0xac,0x1,0xfb,0xdc,0xc5,0x6e,0x90,0xf6,0x1,0x2f,0xc9,0x7,0x70, + 0x4f,0x50,0xce,0x6,0x3,0xa9,0x6e,0x70,0x43,0xca,0x76,0xa9,0x1,0xbc,0x2f,0x28, + 0xfa,0x82,0x62,0x36,0x50,0x5f,0xc4,0xb,0xf2,0x9,0xcf,0x76,0xf9,0xd1,0xcf,0x42, + 0x9f,0xb7,0x99,0xfe,0x3b,0xeb,0x3e,0xb3,0xf4,0xfe,0x1e,0xa8,0x67,0x72,0x73,0xef, + 0xef,0x7,0xe2,0xff,0xfe,0xf2,0xf,0xc5,0x3d,0x9d,0x7f,0x91,0xef,0xff,0xfb,0xd5, + 0xd,0xfc,0xfd,0xf2,0x5b,0xfc,0xc9,0x3a,0x40,0xf1,0xe7,0x73,0xa9,0x3,0x7f,0x3e, + 0xbb,0x82,0x80,0x30,0x57,0x94,0x6e,0xe8,0x68,0x61,0xbf,0xe4,0xa8,0x50,0x94,0x1c, + 0x5d,0x1f,0x65,0x63,0xbe,0x86,0xdb,0x82,0x1e,0xf0,0x5e,0x33,0xc,0x81,0xcc,0xff, + 0x41,0xca,0xe9,0x27,0xe7,0x11,0xf7,0x9,0x8,0x3b,0x9f,0x60,0xe1,0xbf,0xe1,0xd9, + 0x5,0xf4,0x3a,0xdf,0xd2,0x7,0xb4,0xf2,0xcf,0x35,0xc0,0x34,0x95,0xff,0x89,0xff, + 0x93,0x93,0xa4,0x7,0x38,0x1e,0x63,0xe1,0x5f,0x78,0x0,0xd1,0x7,0x20,0xf6,0x8f, + 0xc,0x13,0x75,0x40,0xf0,0xa1,0x48,0xd2,0x80,0x81,0xd2,0x3,0x88,0x3a,0xa0,0x17, + 0x79,0x80,0x9e,0x8,0xdc,0xd5,0xd,0x35,0xb8,0xe,0x50,0x1a,0xe0,0xbb,0xa1,0x25, + 0xaa,0xaf,0xfd,0x12,0x1e,0xab,0x42,0x51,0x75,0x59,0x30,0xdc,0x16,0xd7,0x40,0xe5, + 0x5,0xbe,0xa8,0x34,0xd7,0x7,0x15,0x67,0x7b,0xa2,0xc2,0xcc,0x2a,0x28,0x47,0xfc, + 0x3b,0xc5,0x39,0xa1,0xec,0xe4,0x72,0x28,0x4d,0x1a,0x50,0x64,0x60,0x51,0x14,0xe8, + 0x5e,0x18,0x9f,0x4,0x7d,0x86,0xf,0x2a,0x7c,0x88,0xfc,0x7e,0xa4,0x1,0x57,0xcf, + 0x67,0x3a,0x87,0xb6,0xff,0x78,0x46,0x3b,0x6c,0x5a,0x3,0x7a,0xf5,0xea,0xb5,0xcc, + 0x78,0x77,0x1f,0xff,0xbf,0xf9,0x4b,0xf7,0x1,0xcc,0x75,0x40,0x86,0x1a,0x40,0x79, + 0x7f,0x9b,0x9e,0xf1,0x49,0xcf,0x2f,0xfb,0x75,0x99,0x31,0x9d,0x59,0xae,0xb7,0x7f, + 0xff,0xee,0xad,0x6f,0xd1,0x31,0xa4,0x34,0x7c,0x88,0x7b,0x8e,0x76,0x6e,0x6,0xa2, + 0xd8,0xef,0x13,0xfb,0x8b,0xbf,0xa2,0x9c,0xdf,0xd6,0xc0,0xd6,0x8e,0xc4,0x7e,0x67, + 0x59,0xef,0xb3,0xe7,0xdf,0x43,0xec,0xef,0xe3,0xfe,0x7e,0x3f,0xe9,0xf7,0xb9,0xcf, + 0xc7,0x39,0xff,0xb8,0xae,0xf5,0x89,0xfd,0x33,0x8a,0xfd,0x73,0x51,0x56,0xf6,0x2f, + 0xa8,0xdd,0x9e,0x2b,0x54,0xef,0x5f,0x53,0xb9,0xff,0xfa,0xc,0x19,0x37,0x89,0x91, + 0x87,0x6b,0x64,0xee,0xe7,0xd0,0xdc,0xeb,0xda,0x5f,0xf0,0x6f,0xca,0xff,0x29,0x26, + 0xff,0x2f,0xfb,0x80,0xd6,0x5a,0x20,0x4d,0xcc,0x2,0xa,0x88,0x5e,0x80,0xd0,0x0, + 0xf2,0x1,0x62,0x76,0xb8,0x21,0x8b,0x38,0x2b,0xc0,0xfb,0x81,0x96,0xb9,0xa0,0xda, + 0xd,0x78,0x29,0x7a,0x81,0x9e,0xca,0xb,0xf8,0x9,0x1f,0xf0,0x62,0x9f,0x2f,0x52, + 0x92,0x2b,0x5b,0x34,0x40,0xee,0xa,0xe9,0x5d,0xc1,0x10,0xd2,0x1,0xd2,0x0,0xce, + 0xff,0xc4,0x7f,0x1a,0x9f,0x2d,0xd8,0xe8,0x40,0xfc,0x1b,0xd6,0xde,0xff,0x12,0xd9, + 0xfb,0x63,0xef,0x7f,0x7b,0x36,0xbd,0xd2,0xdb,0x3f,0x5d,0x9c,0x87,0x3f,0x52,0xcf, + 0xe3,0x2f,0xc1,0xff,0xd,0xa1,0x3,0x7f,0x91,0xe,0x70,0xfc,0xf9,0x9c,0xb5,0xe0, + 0x3a,0x26,0xc4,0x46,0xc8,0x3b,0xbd,0x86,0xd7,0x11,0xdc,0xcb,0x68,0x88,0x32,0x51, + 0x4d,0x50,0x79,0x6e,0x57,0x54,0x4f,0x1c,0x8a,0x9a,0xc9,0xd1,0xa8,0x73,0x60,0x3a, + 0xf1,0x3f,0x1f,0xe1,0x67,0x97,0x20,0xfc,0xc2,0x52,0x62,0x3e,0x41,0xf8,0x80,0xb0, + 0x73,0xdc,0xb,0xb0,0xed,0x3,0x86,0x9e,0x91,0xfe,0xdf,0xd2,0x7,0x3c,0x39,0x45, + 0xcc,0x1,0x64,0x1d,0xa0,0x3c,0x0,0xd7,0x0,0xdc,0x7,0xe4,0x59,0x20,0x79,0x80, + 0x60,0xe1,0x1,0x78,0x1f,0x40,0x7a,0x80,0xe0,0x3,0xfd,0x51,0x73,0x7f,0x1f,0xaa, + 0x3,0xac,0xbd,0x80,0x80,0x1d,0x5d,0xe1,0x9f,0xdc,0xe,0x3e,0x9b,0x9a,0xc1,0x6b, + 0x5d,0x13,0xb8,0x27,0x85,0xc3,0x9d,0xf9,0x5f,0x1e,0x2,0xb7,0x25,0xc1,0xa8,0xb2, + 0x38,0x0,0x95,0xe6,0xfb,0xc0,0x75,0x8e,0x27,0x5c,0x66,0x55,0x85,0xf3,0x74,0x57, + 0x38,0x4d,0x71,0x41,0xd9,0xb8,0xb2,0x28,0x13,0x5b,0x16,0x25,0xc7,0x96,0x46,0xa1, + 0x1,0xa4,0x1,0x3d,0x8a,0xe0,0x93,0x1a,0xd9,0x49,0x3,0xb2,0x92,0xf,0x28,0x86, + 0xa7,0xa9,0x29,0xef,0xdc,0x4b,0x79,0x9b,0x6,0xe8,0x67,0xc,0x92,0xf,0xe8,0x67, + 0xfc,0x77,0xf3,0xfc,0xdb,0x7e,0x69,0xf,0x90,0x91,0x6,0x58,0xfa,0x1,0x4d,0x9a, + 0x34,0x59,0xa1,0x7b,0x7d,0x32,0xef,0x6b,0xf6,0xdf,0x98,0x74,0xe0,0xcd,0x5b,0x3f, + 0xae,0x3f,0x66,0x7e,0xff,0xe0,0xf6,0xd5,0xa8,0xe7,0x62,0xc0,0xb3,0x90,0x81,0x5a, + 0x54,0xef,0xf,0x24,0xbf,0x3f,0x81,0xd8,0x9f,0x46,0xec,0x27,0x34,0x35,0xb0,0x81, + 0xd8,0xdf,0xd4,0x4e,0xf2,0xcf,0x9e,0x7f,0x17,0xb3,0x1f,0x61,0x62,0x7f,0x0,0xf9, + 0xfd,0x48,0x2b,0xfb,0xec,0xf7,0xc5,0x7c,0x4f,0xb3,0x4f,0xf5,0xfe,0xf9,0x9,0x92, + 0x7d,0xf6,0xfc,0x97,0x27,0xcb,0xdc,0xcf,0xfd,0xbe,0x6b,0x94,0xfb,0xaf,0x13,0xff, + 0xdf,0x52,0xde,0xff,0x8e,0x72,0x23,0xd7,0xcc,0xa2,0xd7,0xb7,0xc1,0xda,0xef,0xd7, + 0x75,0xbf,0xf0,0xff,0x9b,0x6d,0x35,0x40,0xeb,0x40,0x5a,0xb2,0x89,0x7f,0xe1,0x1, + 0x28,0x76,0xbe,0xaf,0x34,0x20,0xbf,0xf0,0x1,0xa9,0xc9,0x5,0x84,0xa7,0xe0,0x5a, + 0xe2,0x11,0x69,0x40,0x1a,0xf7,0x4,0x76,0xeb,0xdd,0x80,0x4a,0x62,0x3f,0x50,0xf7, + 0x3,0x5e,0xec,0xf3,0x10,0x73,0x81,0x97,0xfb,0xfd,0xc4,0x8e,0x30,0xef,0xa,0xa6, + 0x12,0xdb,0xa9,0xdb,0xab,0x89,0xfc,0xff,0xea,0x10,0x47,0x5d,0x15,0xf5,0xc4,0xbc, + 0xe0,0xf9,0x1e,0x5f,0xc9,0xff,0xa6,0xa2,0x92,0x7f,0xb5,0xf7,0x63,0xc3,0x3f,0xd7, + 0x36,0xf4,0x67,0x7d,0x4e,0x39,0xf5,0xb7,0xc7,0x27,0x89,0xff,0xef,0x45,0xfc,0xcd, + 0xaf,0x2f,0xbf,0x53,0x3a,0xf0,0x9d,0xd0,0x81,0xab,0xe7,0x92,0xe5,0x1d,0x9e,0xed, + 0xdc,0x88,0xfb,0x6,0x28,0x39,0x46,0xc5,0xb8,0x30,0xb8,0xcc,0xe8,0x4,0xaf,0xc4, + 0xc1,0xa8,0xb1,0x2d,0x5a,0xe4,0xff,0xfa,0x27,0xb8,0xd7,0xb7,0x4,0x8d,0xce,0xb3, + 0x6,0x28,0xfe,0xcf,0x4b,0xf,0xd0,0x50,0xf5,0x0,0x1a,0xaa,0x3e,0x60,0x3,0xa, + 0x5d,0x3,0xd4,0x4f,0x37,0x7,0x98,0x88,0x3a,0xe6,0x1a,0x40,0xf4,0x1,0x89,0xff, + 0xa3,0x94,0xff,0xf,0xf,0xa6,0x60,0xf,0x30,0x80,0xea,0x0,0xee,0x3,0xf4,0x15, + 0xbd,0x0,0xff,0x5d,0x5d,0xe1,0xb3,0xb5,0xd,0xbc,0xb7,0xb6,0x82,0xd7,0xa6,0xe6, + 0xf0,0x5a,0xdf,0x14,0x1e,0x6b,0x49,0x3,0x56,0x87,0xa1,0xda,0xca,0x50,0xb8,0x2d, + 0xaf,0x8b,0x2a,0x4b,0x6a,0xa2,0xd2,0x42,0x3f,0xb8,0x92,0x6,0x54,0x9c,0x4b,0x1a, + 0x30,0xd3,0x1d,0x15,0x66,0x54,0x82,0xf3,0x34,0x57,0x94,0x9b,0xe2,0x4a,0x3e,0xc0, + 0x5,0xa5,0xc6,0x3b,0xa3,0x70,0x7f,0x7,0xe4,0xef,0x56,0x14,0x1f,0xf9,0x7e,0x4a, + 0x1a,0xf0,0x31,0x3c,0x9b,0xf9,0xb,0xd,0x30,0xcf,0xfc,0xde,0xb6,0xbf,0x6e,0xaf, + 0x13,0xbc,0x1f,0xc4,0xf7,0x8,0xaa,0x7e,0x40,0x5b,0xe3,0xff,0xe,0xf3,0xf6,0xbf, + 0xcc,0x1a,0xa0,0x7b,0x1,0x16,0xd,0x20,0xf6,0x67,0xda,0x7a,0xfe,0xcc,0x79,0xff, + 0xf9,0xe7,0x9f,0x32,0xfc,0x98,0x99,0x7d,0xfd,0x75,0x9,0x53,0x86,0xc1,0x97,0xf2, + 0xbd,0x47,0x41,0x3,0xe1,0x65,0xd,0xc,0xb,0x30,0x30,0x91,0xd8,0x9f,0xd9,0xc0, + 0xc0,0x32,0xca,0xfb,0xeb,0x5a,0xc9,0xdc,0xbf,0xb9,0xbd,0xf4,0xfe,0x3b,0x15,0xfb, + 0xec,0xf9,0xf,0xe8,0x1e,0x3f,0xe5,0xfd,0x63,0x43,0x54,0x9f,0x8f,0x3c,0xff,0xe9, + 0xd1,0xd6,0xbc,0xcf,0xf5,0xbe,0x60,0x5f,0xd7,0xfb,0x8a,0xfd,0xab,0x53,0x94,0xe7, + 0x27,0xfe,0xbf,0xa5,0x9a,0xff,0x6,0x31,0x71,0x6f,0x95,0xec,0xf7,0x3d,0x59,0x2f, + 0xe3,0xf1,0x86,0xf4,0xfc,0x6b,0xf6,0x53,0x75,0x6c,0x33,0xf1,0x9f,0xae,0x17,0xc0, + 0x1a,0x90,0xc5,0x32,0x13,0xe0,0x33,0x2,0x8f,0xf4,0xf7,0xa5,0xfc,0xaf,0x7b,0x82, + 0x62,0x37,0x80,0xf9,0x17,0xa1,0x34,0x60,0x9f,0xd2,0x0,0xaa,0x5,0xd2,0x76,0x54, + 0x95,0xe7,0x85,0x59,0x3,0xe8,0x6d,0x91,0xff,0xf,0xd8,0xed,0xb,0x52,0xfe,0x7f, + 0x41,0xfc,0x3f,0x23,0xfe,0x9f,0x6e,0xe4,0xf3,0xbe,0x59,0x45,0xfd,0x2f,0xf6,0xfe, + 0x74,0xef,0x9f,0xf4,0xed,0x36,0xfd,0x39,0x6f,0xcf,0xe0,0xbd,0xa5,0x6,0xf8,0xf5, + 0xde,0x3e,0xfc,0xfd,0x9a,0xd8,0xff,0xf1,0x36,0xc5,0x4d,0xa9,0x1,0x42,0xb,0x6e, + 0x4a,0x5d,0x20,0x1d,0x8,0x6b,0xe5,0x8b,0x52,0xf5,0x4a,0xc2,0x81,0xb8,0x77,0x18, + 0x13,0x46,0xd1,0x10,0xe,0x63,0x1b,0xa0,0x7c,0x7c,0x7b,0x78,0xac,0x88,0x44,0xc0, + 0xd6,0x89,0xa8,0xbd,0x3f,0x5e,0xe4,0xff,0x86,0xe7,0x14,0xff,0xe7,0x97,0x5a,0xf2, + 0x7f,0x18,0xd7,0x0,0xba,0xf,0x60,0x9a,0x3,0x68,0x1f,0x60,0xd9,0x7,0xe4,0x1e, + 0x80,0xd8,0x7,0xb6,0xf6,0x0,0x6a,0x5b,0xfa,0x80,0xa3,0xa8,0x6,0x18,0x61,0xe3, + 0x1,0x82,0xd8,0x3,0x10,0xff,0x7e,0xbb,0x3a,0xc3,0x27,0xb9,0x23,0x45,0x3b,0x54, + 0xdf,0xd2,0x9a,0xa2,0x5,0x3c,0x37,0x7e,0xd,0x4f,0xd2,0x0,0x4f,0xd2,0x0,0xcf, + 0x35,0x4d,0xe0,0x91,0x18,0x4e,0xb5,0x40,0x43,0xb8,0x2f,0xaf,0x47,0x5e,0xa0,0xe, + 0xaa,0x2c,0x8,0x44,0xa5,0x79,0xfe,0x54,0xb,0x78,0x93,0x6,0xb8,0x53,0x2d,0x50, + 0x85,0x6a,0x1,0x57,0x94,0x99,0xe4,0xa,0x87,0x51,0x4e,0x28,0xd8,0xab,0x38,0xf2, + 0x76,0x2c,0x82,0xf,0xab,0x7d,0x8c,0xf,0x5c,0xb2,0xc1,0xe3,0x6b,0x5f,0xb1,0x23, + 0x98,0xd9,0xf9,0x94,0xb7,0xed,0xaa,0xea,0x3d,0x61,0x7d,0x87,0x18,0x45,0xd8,0x7f, + 0x91,0xf1,0x77,0xfd,0xb2,0xf7,0x1,0xa2,0x1f,0xd0,0xb8,0x71,0xe3,0x4e,0xda,0xf3, + 0xb3,0x96,0x99,0x99,0xb7,0xcf,0xe9,0xd6,0xbc,0xfe,0x93,0x85,0xf9,0x8c,0xfc,0x0, + 0xcf,0xf4,0x87,0x75,0xac,0x3,0x6f,0xca,0xf9,0xee,0xf9,0xd,0x74,0xa8,0x6c,0x60, + 0x54,0xa0,0x81,0xe8,0x60,0x3,0x73,0x1a,0x1a,0x58,0xf9,0xb5,0x81,0xb5,0x2d,0x25, + 0xff,0x1b,0x29,0xf7,0x6f,0xd1,0xb9,0x9f,0x6a,0xfe,0xbd,0xbd,0xac,0x9e,0xff,0x88, + 0x62,0xff,0xd8,0x50,0x5b,0xf6,0xcf,0x98,0xd9,0xe7,0x7a,0x9f,0xe2,0xf2,0x24,0x13, + 0xfb,0xec,0xfb,0x89,0xfd,0x6b,0xd3,0x25,0xff,0xf7,0xf9,0x59,0x57,0xeb,0x54,0xbf, + 0x5f,0x69,0xc0,0xd3,0xd,0x8a,0xfb,0x8d,0xaa,0xe7,0x6f,0xe2,0xff,0xa9,0xe2,0xdf, + 0xbe,0xe,0xc8,0xa8,0x1f,0x98,0xb6,0x43,0xfa,0x0,0xe6,0x5e,0xef,0xe,0xb3,0x16, + 0x58,0xe7,0x2,0xe5,0x95,0x6,0x54,0xb0,0xd9,0x13,0xe4,0x78,0x49,0xb5,0x40,0xda, + 0x8e,0xf2,0x62,0x57,0x90,0xef,0x10,0x7b,0xb6,0xcb,0x5d,0xed,0x8,0xd4,0xb0,0x68, + 0x80,0xf0,0x2,0xa4,0x9,0x9c,0xff,0x53,0x93,0xd9,0xff,0x17,0xc2,0x93,0x35,0xea, + 0xcc,0xcf,0x72,0xc5,0x3f,0xe5,0xff,0xdb,0xc4,0xff,0x2d,0x62,0xff,0x56,0xbc,0xf4, + 0x4,0x6f,0xbe,0x5b,0x27,0x18,0xc7,0x8f,0x3f,0x50,0xdc,0x56,0x3a,0x70,0x9b,0xd8, + 0x27,0x2d,0x78,0x7d,0x53,0xe8,0xc0,0x84,0x49,0xbd,0x45,0xd,0xe0,0x30,0xb6,0x21, + 0x4a,0x8c,0x6b,0x28,0x5e,0x1d,0xc6,0x86,0x91,0x7f,0xee,0x0,0x77,0xe6,0x7f,0x1b, + 0xe5,0xeb,0x3,0xcc,0xff,0x42,0xe1,0xff,0x1b,0x9d,0x5f,0x46,0xec,0x2f,0x91,0x71, + 0x6e,0xb1,0xa9,0x7,0x60,0x9d,0x3,0x34,0x10,0x11,0xaf,0xf6,0x81,0xf5,0x1c,0x40, + 0xf2,0x2f,0xe6,0x80,0x27,0x4c,0x3d,0x0,0x55,0x3,0xd4,0x3e,0x2a,0xe7,0x0,0xc1, + 0x47,0x6,0x8b,0x7d,0x80,0x5a,0x7,0xfb,0xc3,0x97,0xd8,0xf7,0xdd,0xd5,0x1,0xde, + 0xdb,0x3b,0xc0,0x67,0x7b,0x7b,0x78,0x6f,0x6b,0xf,0x9f,0x6d,0x6d,0xc9,0xb,0xb4, + 0x83,0x1f,0x85,0xef,0xe6,0x36,0xf0,0xd9,0xd0,0x2,0xd5,0xd7,0x7e,0x25,0x34,0xc0, + 0x7d,0x45,0x3,0x54,0x5b,0x46,0xf5,0xc0,0xe2,0x20,0xf2,0x1,0x35,0xe0,0x3a,0xd7, + 0x9b,0x7c,0x80,0x17,0xfd,0x59,0x88,0xff,0x29,0x95,0x50,0x86,0x67,0x82,0xb1,0x15, + 0x50,0x6c,0x68,0x69,0xe4,0xeb,0x59,0x1c,0x79,0x3a,0x14,0x46,0xd6,0xaa,0x9f,0x20, + 0x4b,0x85,0xf,0xd1,0x69,0x54,0xcf,0xc,0x73,0xfd,0xbb,0xf6,0xd7,0xf5,0xab,0xde, + 0xf,0xa2,0x5a,0xe0,0x5,0x69,0x40,0xa5,0xff,0x2a,0xe5,0x6f,0xff,0x65,0xa3,0x1, + 0x8d,0x1a,0x35,0xaa,0x65,0x3d,0xc3,0x37,0x8,0xcf,0x9e,0xa5,0xda,0x70,0x9c,0x39, + 0xff,0x19,0xfb,0x1,0x8e,0x1f,0x6e,0x5e,0x43,0xbb,0xda,0xa5,0xe1,0x41,0xdc,0x7b, + 0x52,0xf4,0x76,0x37,0x30,0xba,0x86,0x81,0xc9,0x75,0xc,0x2c,0x8,0x97,0xec,0x27, + 0x35,0x37,0xb0,0xa6,0x85,0xf4,0xfe,0x9b,0x3b,0x90,0xf7,0x57,0xfb,0x3d,0xbc,0xdb, + 0xb3,0xbf,0x4f,0x7a,0xcf,0xcf,0x7d,0x7e,0x5d,0xef,0x9f,0xd5,0x9e,0x9f,0xeb,0xfd, + 0x89,0x8a,0xfd,0x58,0xc9,0xbf,0x60,0xdf,0xe4,0xfb,0xb9,0xe6,0xbf,0x43,0x7c,0x3c, + 0x5e,0xab,0x62,0xbd,0xd5,0xff,0xeb,0xda,0xff,0xa9,0xd9,0x3,0xe8,0x1e,0xc0,0x66, + 0x35,0xfb,0xdf,0x6a,0xad,0x3,0x52,0xec,0x7c,0x80,0xae,0x5,0xd2,0xb6,0x67,0x13, + 0xfb,0x81,0xcc,0xbe,0x8e,0xd4,0xe4,0xcf,0x54,0x4f,0xb0,0xb4,0x45,0x3,0xb8,0x16, + 0x60,0xd,0x60,0x1f,0x20,0xfb,0x1,0x55,0x84,0x6,0xf0,0xae,0x60,0xca,0x36,0x47, + 0xa1,0x1,0xcf,0x76,0xbb,0xcb,0x9e,0x80,0xcd,0xbe,0xa0,0xc,0xde,0x25,0x4e,0x4b, + 0x76,0xa1,0x9f,0xb7,0x10,0xe5,0x7f,0xc9,0xbf,0xd8,0xfb,0x5d,0x64,0x9b,0xff,0x6f, + 0x4e,0x97,0x7d,0x80,0x1f,0x2f,0x2f,0x22,0xfe,0xa9,0xf6,0xff,0xe9,0x2e,0x20,0xe2, + 0x7,0xfc,0x25,0x34,0xe0,0xe,0xfe,0x7a,0x7d,0x8b,0xf8,0xbf,0x85,0x56,0xdd,0x42, + 0x50,0xaa,0x7e,0x49,0x14,0x23,0xe6,0x8b,0x8f,0xd,0x47,0xf1,0xf1,0x61,0x28,0x46, + 0xfe,0xbf,0xfc,0xc,0xe2,0x7f,0xa5,0xe4,0xbf,0x36,0xf7,0xff,0x35,0xff,0x17,0x96, + 0x29,0xf,0x90,0x40,0xdc,0x2f,0x16,0xbb,0x0,0xf6,0xbb,0x40,0xd2,0x3,0x4c,0x57, + 0xfb,0xc0,0x7a,0xe,0x60,0x9a,0x3,0xaa,0x1e,0x0,0xfb,0xff,0xe0,0x43,0xa3,0x10, + 0xb4,0x6f,0x18,0x6a,0xee,0x19,0x8c,0x9a,0xbb,0x6,0xd2,0x6b,0x7f,0x4,0xee,0xed, + 0x4b,0xdc,0x77,0x15,0xfc,0xfb,0xed,0xec,0x4,0xdf,0x1d,0x94,0xff,0x29,0x6a,0xec, + 0xe2,0x5e,0x60,0xf,0xf8,0x6f,0xef,0x2,0xbf,0x6d,0x9d,0xe0,0xb7,0xa5,0x1d,0x7c, + 0x36,0xb6,0x86,0xf7,0x7a,0xaa,0x9,0xc8,0x7,0xb8,0xaf,0xc,0x27,0xfe,0x43,0x51, + 0x95,0x3d,0xc0,0x42,0xd2,0x0,0xf2,0x0,0x2e,0xda,0x3,0x4c,0x93,0xfc,0x3b,0x4e, + 0xaa,0x88,0x92,0xd1,0x65,0x51,0x64,0x48,0x49,0x7c,0xd1,0xa3,0x28,0x72,0xb6,0x2e, + 0x48,0xfc,0x67,0x55,0x1a,0xd0,0x3d,0x83,0x7d,0x55,0xfb,0xbd,0xd5,0x8c,0xf9,0xe7, + 0x57,0xd6,0x80,0xc1,0x83,0x7,0xb3,0x7,0x78,0x41,0x3a,0xf0,0x7f,0x5e,0x3,0xc2, + 0xc3,0xc3,0x4b,0x12,0xf7,0x2f,0xf4,0x7d,0x3d,0x66,0xf6,0x33,0xe6,0x3c,0x63,0x4d, + 0x30,0xbf,0x7f,0xe5,0xfc,0x71,0xd4,0x76,0x32,0x50,0x35,0x9f,0x1,0xff,0xa2,0x54, + 0xeb,0x57,0x27,0xf6,0xc9,0xf3,0x4f,0x21,0xf6,0x13,0x1a,0x11,0xfb,0xe4,0xf9,0x57, + 0x31,0xff,0xbc,0xc7,0xdf,0x9a,0xea,0x7e,0xf2,0xfd,0x5b,0xc9,0xf7,0x6f,0xef,0xae, + 0x72,0xbf,0xf2,0xfd,0xda,0xf3,0x9f,0x18,0x26,0xf3,0xbe,0x60,0x7f,0xb4,0xea,0xf3, + 0xab,0xbc,0x2f,0xf8,0x27,0xdf,0x7f,0xd1,0xe4,0xfb,0xaf,0xc5,0x49,0xf6,0x5,0xff, + 0x94,0x7,0x6f,0xce,0xa3,0x7c,0xcc,0x67,0xf9,0xd6,0x48,0xfe,0xb5,0xf7,0x7f,0xa2, + 0x7a,0x7f,0x4f,0xec,0x6a,0x80,0x94,0xcd,0x76,0x3b,0x0,0x4a,0x3,0x6c,0x76,0x1, + 0xec,0x34,0x20,0x75,0xbb,0xac,0x1d,0xf8,0xcc,0x20,0x7,0xf3,0xcf,0xb3,0x1,0xee, + 0x9,0xca,0x1d,0x41,0xeb,0x7e,0xc0,0x33,0xa,0xa9,0x3,0xb2,0x16,0xe0,0xb3,0x43, + 0xe6,0x7d,0xe1,0x17,0x7b,0x3d,0x45,0x4f,0xc0,0xba,0x2f,0x18,0xa0,0xbc,0x40,0xd, + 0xc1,0x7f,0x2a,0xf3,0xbf,0x29,0x8f,0xf8,0xb3,0x3c,0x58,0x29,0xcf,0xfa,0xea,0xbd, + 0x5f,0x51,0xfb,0xf3,0x9f,0x99,0xfe,0xec,0x37,0x49,0x7,0x7e,0xbc,0x38,0xf,0x7f, + 0x52,0x9d,0x8f,0x37,0xf7,0xf1,0xf7,0x9b,0x7b,0xe2,0x55,0xeb,0xc0,0xdf,0x22,0xee, + 0xa0,0x75,0xf7,0xfa,0xc4,0x7f,0x9,0xb,0xf7,0xc5,0xc7,0x37,0x82,0xc3,0xf8,0xc6, + 0x70,0xa6,0xfa,0xbf,0x1a,0xe5,0x7f,0xbf,0x2d,0x13,0x11,0xbc,0x9f,0xf7,0x7e,0x79, + 0xe7,0x4f,0xf6,0xff,0x84,0x7,0x30,0xf5,0x0,0xc2,0x44,0xf,0x80,0x6b,0x0,0x2b, + 0xff,0xe6,0x1e,0x80,0xec,0x1,0xf2,0x2e,0x90,0xec,0x1,0xd4,0x3d,0x3e,0x81,0xbe, + 0xe7,0x68,0xd4,0xdc,0x3e,0x4,0xfe,0x9b,0xfa,0xc3,0x6f,0x6d,0x6f,0xf8,0xac,0xee, + 0x9,0xdf,0xa4,0xee,0xf0,0x4e,0xea,0x86,0x6a,0x89,0xad,0xe0,0xb9,0x8e,0xb8,0xde, + 0xdc,0x1e,0xbe,0xdb,0x3b,0x21,0x60,0x77,0x77,0xaa,0x5,0xfa,0x90,0x2e,0xf4,0x46, + 0xe0,0xee,0x9e,0x8,0xd8,0xd1,0x1d,0xfe,0xc9,0xa4,0xb,0x5b,0x3b,0x90,0x7,0xa0, + 0x9a,0x60,0x3,0x7d,0xfe,0x9a,0xaf,0xe0,0xb9,0xba,0x9,0xfd,0xcc,0x61,0x70,0x23, + 0xd,0xa8,0x92,0x10,0x8c,0x4a,0xb,0x6a,0xc1,0x65,0x8e,0x3f,0xca,0x93,0x7,0x28, + 0x17,0x5f,0xd,0x65,0xa7,0x56,0x45,0x99,0xc9,0xae,0x28,0x15,0xeb,0x8c,0xe2,0x13, + 0xca,0xa2,0xe0,0xe0,0xd2,0xc8,0xdb,0xa3,0x8,0x3e,0x6f,0xf6,0x85,0xe0,0x9f,0x75, + 0x60,0xfc,0xdc,0x68,0x9b,0xbd,0x76,0xf3,0x1e,0x9b,0xfd,0xdb,0x19,0xed,0xb8,0x1d, + 0x3b,0x76,0x54,0xf4,0x3,0x49,0x3,0xee,0xd0,0x6b,0xce,0xff,0x36,0xe8,0x6f,0xf9, + 0xf5,0x1e,0x71,0x7f,0x5e,0xf7,0xfb,0xf8,0xec,0x3e,0xf7,0xe9,0xdf,0xbc,0x79,0x23, + 0xc2,0xfc,0xb6,0x39,0xcc,0x3d,0x7d,0xdb,0x8f,0xbf,0xc1,0xe9,0xc3,0xbb,0xc4,0x5d, + 0x5c,0x6e,0x5f,0x18,0x8,0x29,0x49,0xec,0x7b,0x11,0xfb,0xfe,0x6,0xa6,0x12,0xfb, + 0x8b,0xc2,0xc,0x2c,0x6d,0x42,0xfc,0x7f,0x69,0x20,0x91,0x73,0x7f,0x2b,0x99,0xfb, + 0xb7,0x50,0xee,0xdf,0x46,0xbe,0x7f,0x87,0xda,0xef,0xe1,0x19,0x3f,0xd7,0xfc,0x47, + 0x29,0xf7,0x1f,0x1f,0x6a,0x65,0x9f,0x7d,0xff,0x37,0x63,0x65,0xde,0x3f,0xa7,0xd8, + 0xbf,0xc4,0x35,0xff,0x24,0x19,0xda,0xf7,0x5f,0xa3,0xb8,0x3e,0x55,0xf2,0xcf,0x35, + 0xff,0xc3,0x24,0xc5,0xbf,0x99,0xfd,0x75,0x8a,0x7b,0xed,0x1,0xcc,0xf3,0xbf,0xcd, + 0x26,0xf,0xb0,0xc5,0x4e,0x3,0xec,0x6b,0x81,0x64,0xeb,0x5c,0x40,0x70,0xbf,0x46, + 0xb2,0xcf,0x5a,0x62,0xb3,0x23,0xb8,0xcb,0xba,0x1f,0x20,0xf6,0x4,0x95,0x6,0x70, + 0x2d,0x90,0xba,0xdd,0x19,0x4f,0xb8,0x9f,0xb7,0x55,0xc6,0x4b,0xbd,0x2f,0xbc,0xcf, + 0x5b,0xe8,0x80,0xf6,0x2,0x3c,0x27,0xd4,0xf9,0xff,0xc9,0x86,0x1c,0xa2,0x8f,0xf9, + 0x60,0xa5,0xf5,0xcc,0xef,0x9d,0x79,0x92,0x7f,0xae,0xfd,0x6f,0xd2,0x9f,0xff,0x26, + 0xbd,0xbe,0xba,0x30,0x4f,0xd4,0xf9,0xf8,0xf9,0x11,0xc5,0x3,0xe2,0xff,0x21,0xe9, + 0x0,0x6b,0xc0,0x3d,0x19,0x3f,0xde,0xa5,0xfc,0x5f,0x4f,0xe6,0xff,0x71,0xe1,0x28, + 0x36,0x3e,0x1c,0x45,0x28,0x8a,0x45,0x35,0x42,0xb9,0x99,0x1d,0xe1,0xc6,0xfc,0x6f, + 0x9d,0x40,0xf5,0xff,0xc,0xd4,0x3f,0xb1,0x40,0xf6,0xff,0x2e,0xae,0x90,0x1a,0xa0, + 0xe6,0x0,0x72,0x6,0xa0,0x6b,0x80,0x79,0x76,0x3d,0xc0,0x78,0x53,0xf,0x90,0x7b, + 0x0,0x31,0xa8,0x73,0x24,0xa,0xb5,0x76,0x8e,0x44,0xc0,0xc6,0x81,0xf0,0x4c,0x88, + 0x40,0xb9,0xd1,0xdd,0x50,0xbc,0x7b,0x67,0x14,0xeb,0xd6,0x9,0xc5,0xba,0x77,0x44, + 0xe1,0x2e,0x6d,0xe1,0x30,0xb0,0x35,0x2a,0x4c,0x6b,0x86,0xaa,0xcb,0x9a,0xc1,0x7b, + 0x5d,0x3b,0xd4,0xd8,0xd9,0xb,0x35,0xf7,0x2a,0xfe,0xf7,0x46,0x20,0x60,0x27,0x7b, + 0x80,0x6e,0xc2,0x3,0xf8,0x52,0x1d,0xe0,0xbd,0xb1,0x15,0xaa,0x93,0x7,0xf0,0x58, + 0xd3,0x14,0xee,0x89,0x8d,0x50,0x75,0x45,0x43,0x54,0x4e,0x8,0x41,0xe5,0x45,0xc1, + 0xe4,0x1,0x2,0x50,0x7e,0x8e,0xf,0x9c,0x66,0x78,0xc0,0x69,0x3a,0xf1,0x1f,0xc7, + 0xfc,0xbb,0xc0,0x21,0xda,0x19,0x45,0xa2,0x1c,0x91,0x6f,0x90,0x3,0x72,0x75,0x2b, + 0x82,0x4f,0xbf,0x22,0xd,0x70,0xca,0x2a,0x34,0x60,0xe9,0xa6,0xe5,0x19,0x32,0x9f, + 0xfe,0xfd,0x37,0x76,0x7e,0x41,0x7a,0x85,0xe3,0xc7,0x2d,0x1a,0x70,0x9e,0xe2,0xff, + 0xa4,0x6,0x10,0xf7,0x53,0xf5,0x4e,0xff,0x9e,0x3d,0x7b,0x32,0x65,0xdd,0xcc,0x7c, + 0x46,0xba,0xa0,0xdf,0xdf,0x92,0x38,0x17,0x5e,0xe4,0xf5,0xab,0xe4,0x35,0x50,0xaf, + 0x84,0x81,0x48,0x62,0x7f,0x14,0xb1,0x3f,0x85,0xea,0xfd,0x45,0x54,0xef,0x2f,0xa5, + 0xdc,0xbf,0xfc,0x4b,0x99,0xff,0x39,0xf7,0xaf,0x55,0x75,0xbf,0xc8,0xfd,0x7a,0xaf, + 0xbf,0xb7,0x75,0xaf,0xf7,0xe8,0x60,0x6b,0xee,0x3f,0xa3,0x76,0x7a,0x5,0xfb,0x51, + 0xd2,0xf3,0x8b,0xbc,0x1f,0x23,0xd9,0x17,0x75,0xbf,0xaa,0xf9,0x45,0xde,0x57,0xaf, + 0xf7,0x88,0x8f,0xc7,0xdc,0xef,0x57,0xb9,0x5f,0xd4,0xfd,0xba,0xff,0xb7,0xc1,0x4e, + 0x3,0xcc,0xf5,0xc0,0x26,0xdb,0x5e,0x40,0x8a,0x66,0x5f,0xf5,0x3,0xcd,0xbb,0x1, + 0xcc,0x3f,0xbf,0xff,0x20,0x49,0xe5,0xff,0x35,0xf2,0x7d,0xd9,0x13,0x2c,0xa0,0x76, + 0x4,0xad,0x1a,0x20,0x77,0x85,0xad,0x67,0x86,0x52,0xb6,0xe9,0x7d,0x41,0x79,0xa7, + 0x98,0xe8,0xb,0x88,0x7d,0x41,0x35,0x23,0x64,0xd,0x10,0x7e,0xc0,0x5f,0xdc,0x2f, + 0x92,0xba,0xcd,0x99,0x7e,0xce,0xf,0xc4,0x9f,0x4b,0x9f,0xf9,0xe7,0x79,0x1f,0xef, + 0xfd,0x72,0xdf,0xff,0x26,0xe5,0xff,0xef,0xa7,0xca,0x3e,0xc0,0xeb,0x73,0xb3,0x88, + 0x7f,0xaa,0xff,0x7f,0x79,0x42,0xf1,0x48,0xe9,0xc0,0x23,0xa1,0x3,0xc2,0xb,0x50, + 0x68,0xfe,0x8b,0x46,0x35,0x46,0x51,0xca,0xfb,0x45,0x38,0xa2,0x9a,0xa0,0x6c,0x7c, + 0x7b,0x54,0x59,0x31,0x8,0x3e,0x9b,0xa3,0x10,0xb4,0x37,0x1e,0x21,0xc7,0xe6,0x89, + 0xfc,0xdf,0xe8,0xfc,0xa,0x55,0x3,0x2c,0xa5,0xfa,0xdf,0xd4,0x3,0x38,0xab,0xf8, + 0xd7,0x3d,0x80,0xd3,0x33,0xc5,0x79,0x0,0x59,0x3,0xc8,0x5d,0x60,0xbe,0x17,0xa8, + 0x66,0xf2,0x8,0x78,0x2c,0xe8,0x87,0x2,0x6d,0xbb,0x20,0x4b,0xb5,0xd6,0x14,0xad, + 0x44,0xbc,0x2f,0x5e,0x5b,0x9b,0x3e,0xd6,0x1a,0x39,0x1a,0xb6,0x45,0x85,0x68,0xaa, + 0xfd,0x93,0xc8,0x3,0x6c,0xeb,0xa9,0xf8,0xef,0x8d,0x1a,0x7b,0x7a,0x2a,0xd,0xe0, + 0xb9,0x40,0x7,0xf2,0x9,0x6d,0xc9,0x3,0xb4,0x20,0xcf,0xd0,0xc,0xee,0x49,0x5f, + 0xa2,0x2a,0xd5,0x1,0x6e,0xcb,0xea,0xa3,0xd2,0xe2,0x3a,0xa8,0xb8,0x20,0x10,0x15, + 0xe6,0xfa,0xc1,0x79,0x96,0xf,0xfd,0x99,0xdc,0xe1,0x38,0xc5,0xd,0xa5,0xb8,0xf, + 0x18,0xe3,0x84,0xa2,0x13,0x9d,0x50,0x68,0x8c,0x23,0xf2,0xf4,0x2d,0x8a,0x5c,0x9d, + 0xb,0xe3,0xa3,0xfa,0x9f,0x91,0x6,0x64,0xc1,0xfb,0x76,0x1a,0x60,0xcf,0xf7,0xbb, + 0x82,0x35,0x21,0x39,0x39,0xd9,0xa2,0x1,0xff,0x6d,0xd6,0xed,0x7f,0x51,0xbe,0xf, + 0xd3,0x35,0x3f,0xef,0xf6,0xfd,0xd3,0x9c,0x9f,0x99,0x3e,0x6c,0x5e,0x39,0x17,0xee, + 0x94,0xf3,0x2b,0xe7,0x31,0xd0,0xc8,0x51,0xb2,0x3f,0x92,0x77,0xfa,0x82,0xa8,0xde, + 0x6f,0x60,0x60,0x31,0xf1,0xbf,0x84,0xf8,0x5f,0xc1,0xb9,0xbf,0x19,0xe5,0xfe,0x96, + 0xb2,0xe7,0xbf,0x49,0xe5,0xfe,0xed,0x6a,0xc7,0xcf,0x72,0x96,0x6f,0xa0,0xf4,0xfe, + 0x27,0xa9,0xe6,0x3f,0x3d,0xd2,0xda,0xeb,0x3f,0x3b,0xde,0xea,0xfb,0x2f,0xc5,0x48, + 0xdf,0x7f,0x65,0x92,0x75,0xde,0x27,0x7a,0x7e,0x53,0xe5,0xcc,0xff,0xce,0x22,0xe9, + 0xf9,0xc5,0xbc,0x6f,0xad,0x95,0x7f,0x73,0x58,0xea,0x0,0x13,0xfb,0xba,0x16,0x48, + 0x31,0xf5,0x2,0xc4,0x5c,0xd0,0xec,0x5,0xb6,0x59,0x7d,0x40,0xda,0x36,0xd9,0xef, + 0x17,0xfc,0xaf,0x96,0x7b,0x45,0xb2,0x2f,0xf0,0xbe,0x69,0x4f,0xb0,0x10,0xbd,0x4a, + 0x1d,0x90,0x1a,0x20,0xbd,0x0,0x6b,0x0,0xef,0xb,0x3d,0xde,0x98,0x47,0xec,0xb, + 0xa7,0xed,0x28,0x23,0xfb,0x2,0xa4,0x1,0xf6,0x73,0x42,0xd6,0x1,0xbe,0x5f,0x30, + 0x35,0xb9,0x24,0x69,0xd8,0x87,0xf2,0xce,0x8f,0xe5,0xd6,0xd9,0x9f,0xee,0xfd,0xb1, + 0xf7,0xff,0x8e,0xb4,0xf0,0x7b,0x7a,0x7d,0x71,0x32,0xa,0x7f,0xbe,0xb8,0xe,0xfc, + 0xfa,0x14,0xf8,0xed,0xa9,0xd2,0x1,0x8a,0x9f,0x1f,0xe3,0xef,0x9f,0x1f,0x8a,0xd7, + 0x9e,0x83,0x9a,0xa3,0x74,0x9d,0xe2,0xc4,0x7f,0x23,0xe2,0xbe,0x91,0x60,0x9f,0xc3, + 0x71,0x1a,0xf1,0xbf,0x6c,0x0,0x7c,0x36,0x51,0xbe,0xde,0x33,0x1d,0x21,0x47,0xb9, + 0xbf,0xc7,0x75,0xff,0x72,0xca,0xff,0xcb,0x2d,0x73,0x40,0xb9,0x7,0xb4,0xc8,0x92, + 0xff,0xad,0x3d,0x80,0x19,0x36,0x7b,0x0,0x75,0x8f,0x44,0xa3,0xe6,0x8e,0x51,0x28, + 0x37,0xa6,0x3f,0x3e,0xf0,0x6c,0x87,0x2c,0xde,0x5d,0x61,0x84,0xcd,0x80,0xd1,0x7e, + 0x1b,0x8c,0x3e,0x17,0x65,0xf4,0xa6,0xe8,0x45,0xd1,0xf9,0x28,0x8c,0x2f,0x97,0x22, + 0x8b,0x5f,0x1f,0x64,0xf1,0x68,0x8b,0x22,0x5d,0x3a,0xa3,0xfa,0x1a,0xd2,0x80,0x9d, + 0x11,0x82,0xff,0x80,0xdd,0xe4,0x1,0x76,0xf5,0x84,0x1f,0x7b,0x80,0xe4,0x2e,0xf0, + 0x26,0xd,0xa8,0xbe,0xb1,0xd,0xbc,0xd6,0xb5,0x80,0x47,0xd2,0xd7,0x54,0x3f,0x7c, + 0x9,0xb7,0xe5,0x61,0xa8,0xb4,0xb4,0x1e,0x2a,0x2e,0xa,0x42,0xc5,0xf9,0x35,0x51, + 0x7e,0xb6,0x1f,0x79,0x80,0xea,0xf4,0xe7,0xaa,0x86,0x92,0xe4,0x1,0x1c,0xc8,0x3, + 0x30,0xff,0x45,0xa2,0x9c,0x90,0x7f,0x54,0x49,0xe4,0xea,0x55,0x18,0xd9,0x3b,0xe4, + 0x47,0xd6,0x7a,0x39,0xf0,0x7e,0xd9,0x2c,0xc8,0xe5,0x5d,0x10,0xdf,0x5c,0x39,0x67, + 0xe3,0x77,0xd3,0x9f,0x6b,0x7b,0x7b,0xf0,0x7e,0x90,0x9a,0x9,0x24,0xfc,0xb7,0x99, + 0xd7,0xbf,0x88,0xf9,0x9c,0x94,0xf3,0x5f,0xe8,0x67,0xef,0xa5,0xa5,0xa5,0x12,0xc3, + 0x3f,0x65,0x98,0xf3,0xdf,0x96,0xef,0xf5,0xdb,0xcc,0x7e,0x35,0xca,0xf9,0x95,0x72, + 0x1b,0x68,0x46,0x75,0xff,0x40,0xf,0xf2,0xfc,0xbe,0xe4,0xf9,0x89,0xfd,0x79,0x21, + 0x6,0x16,0x32,0xff,0xe4,0xfd,0x97,0x91,0xf7,0x5f,0x45,0xb9,0x7f,0x75,0x73,0x99, + 0xfb,0x37,0xf0,0x1d,0x9d,0x1d,0x25,0xff,0x3c,0xf3,0xe3,0xbe,0x9f,0xde,0xef,0xe5, + 0x1d,0x3f,0xcd,0xff,0x19,0xf2,0xfe,0x67,0xd5,0x79,0x9e,0xf3,0x9c,0xfb,0xf5,0xac, + 0x2f,0x46,0x72,0x2f,0x72,0xbf,0x69,0xe6,0xc7,0x3e,0xe0,0xbb,0x59,0x7c,0x7,0x8e, + 0xe2,0x7f,0x8d,0x89,0xff,0x35,0x8a,0x7d,0x55,0xb,0x3c,0x36,0x79,0x1,0x73,0xd, + 0xa0,0x75,0x40,0x78,0x0,0xd3,0x5e,0x80,0xbd,0x6,0xe8,0xd9,0xc0,0xfd,0xd5,0x92, + 0x7d,0xd6,0x0,0xd6,0x82,0xd4,0xed,0xe9,0xcf,0xb,0xf0,0xae,0xb0,0xde,0x15,0xe4, + 0x9e,0x0,0x47,0x9a,0x38,0x2b,0x94,0x4d,0xc6,0x46,0xfe,0xfd,0xf2,0xa6,0x19,0x61, + 0x15,0xa1,0x1,0xcf,0x79,0x67,0x50,0xd4,0x3,0x9e,0xf4,0xb5,0xae,0xe4,0x41,0x1c, + 0xf0,0x84,0x6b,0x8d,0x44,0x79,0xe6,0xf7,0xae,0xaa,0xfd,0x75,0xef,0x8f,0x73,0x3f, + 0xc7,0xd,0xfa,0x7b,0x49,0x3b,0xd0,0x7,0x7f,0xa4,0x5e,0x90,0xcc,0xb3,0x6,0xfc, + 0x9a,0xaa,0x74,0x40,0x6a,0xc1,0xdf,0xc4,0xff,0xac,0x5,0x63,0x45,0xff,0xbf,0x10, + 0x31,0xcf,0x51,0x78,0x2,0xbd,0x4e,0x68,0x8c,0x12,0x53,0x5a,0xc3,0x75,0x49,0x3f, + 0x78,0x6d,0x18,0x87,0xc0,0x5d,0xcc,0x2f,0xef,0xf8,0x31,0xff,0x94,0xfb,0x5,0xff, + 0xaa,0x7,0xc0,0xf9,0x5f,0xcc,0x1,0x17,0x8a,0xf3,0x40,0xd,0x6c,0x7a,0x0,0xd6, + 0x19,0x40,0xf0,0x9e,0x71,0xa8,0x30,0x7e,0x10,0x3e,0xac,0xde,0x9,0x46,0xbd,0x89, + 0xc4,0xf9,0x29,0x18,0xfd,0x2e,0xc8,0xe8,0xaf,0x5e,0xfb,0x52,0xf4,0xbe,0x20,0x75, + 0x20,0x82,0xa2,0x7,0x45,0xc3,0x99,0xe2,0x6b,0xa,0x76,0xe8,0x46,0xb5,0x7e,0x37, + 0xd4,0xdc,0xd7,0x8b,0xf2,0x7f,0x2f,0xf8,0x33,0xff,0x3b,0xba,0xc3,0x57,0x79,0x80, + 0xea,0x9b,0xdb,0xc1,0x73,0x43,0x2b,0xb8,0xaf,0x6d,0x8e,0xaa,0xc2,0x3,0x34,0x42, + 0xe5,0xa5,0xf5,0xe1,0x4a,0x1e,0xc0,0x65,0x41,0x10,0xca,0xcf,0xf3,0x47,0x39,0xf2, + 0x0,0x65,0xe2,0x3d,0x51,0x8a,0x3c,0x40,0x89,0x49,0x15,0x51,0x8c,0x6b,0x0,0xee, + 0x3,0x8c,0x2f,0x85,0xbc,0xc3,0x1d,0x90,0xa3,0x47,0x1,0x64,0x6b,0x4f,0x75,0x40, + 0xc0,0x47,0x78,0x9f,0x6a,0x1,0xd6,0x80,0x33,0x97,0xce,0x5a,0xfa,0xfe,0x19,0xed, + 0xbf,0x66,0xb4,0x17,0x6b,0x7e,0x5b,0xdf,0x23,0xf8,0x7f,0x45,0x3,0x88,0xfd,0x8d, + 0xda,0xf7,0xdf,0xb8,0xf1,0xad,0x60,0x9f,0xfb,0xf7,0x52,0x3,0x74,0xfc,0x68,0x99, + 0xef,0xd9,0x7e,0xfc,0x27,0x9b,0xcf,0xdf,0xbb,0x35,0x49,0xb2,0x9f,0xcb,0xc0,0x57, + 0x65,0xc,0xf4,0xab,0x46,0x79,0xdf,0xdb,0xc0,0x34,0xf2,0xfc,0x73,0xeb,0x1a,0x98, + 0x5f,0x4f,0xf2,0x9f,0x10,0x2e,0xbd,0xbf,0xce,0xfd,0xeb,0xda,0xa8,0x99,0x5f,0x67, + 0x3,0xc9,0x5d,0xa5,0xf7,0x17,0xfb,0xfd,0xca,0xfb,0xf3,0x6e,0x3f,0xcf,0xfb,0xd8, + 0xff,0x9f,0x26,0xfe,0xbf,0x19,0x23,0xbd,0xbf,0xe8,0xf5,0xeb,0xba,0x3f,0x56,0xf5, + 0xfc,0x89,0xfd,0xab,0x26,0xfe,0xd9,0xf7,0xf3,0xac,0x4f,0xf0,0x6f,0xaf,0x1,0xe6, + 0x3a,0x60,0xbd,0xa9,0x16,0xd0,0x1a,0xa0,0x63,0x93,0xdd,0x3c,0xc0,0x6e,0x2e,0xa8, + 0x35,0x80,0xf9,0x67,0xde,0xef,0x25,0x4a,0xd,0xb8,0x9f,0x68,0xea,0xb,0xa8,0xfd, + 0x80,0xb4,0xed,0x9f,0x58,0x77,0x84,0x94,0x17,0x10,0x1a,0x40,0x91,0xb2,0xb5,0xa0, + 0xd8,0x13,0x92,0x77,0xb,0x7f,0xae,0x66,0x84,0xae,0xd6,0x7d,0x21,0x75,0x76,0x40, + 0xe8,0xc0,0xee,0x6a,0x62,0x9f,0x38,0x85,0xfd,0xc2,0x1a,0xe5,0xfd,0x89,0xff,0x1f, + 0xc8,0xe7,0xdc,0xe6,0xe7,0x11,0xa9,0xde,0x9f,0xe0,0x9f,0xfe,0x2e,0xbe,0x23,0xfe, + 0x53,0x76,0xb6,0xc5,0xef,0x8f,0x4f,0x13,0xeb,0x8f,0x55,0xee,0x67,0xd,0x48,0x21, + 0xd,0x48,0x95,0x5a,0x40,0x9a,0xb0,0x6c,0xd5,0x74,0xc1,0x7f,0x91,0x31,0x61,0xc4, + 0xfe,0x97,0xc4,0xbe,0xc,0x87,0xb8,0x96,0x28,0xbf,0xa8,0x17,0xdc,0xd7,0x8d,0xa6, + 0xfa,0x7b,0x32,0xea,0x1c,0x26,0xa6,0x4f,0x2f,0x41,0x98,0x99,0xff,0xf3,0x4b,0xe5, + 0xc,0x40,0xf7,0x0,0xb8,0x7,0x78,0x76,0xae,0xa9,0x7,0x40,0xfc,0x9f,0x99,0x46, + 0xde,0x21,0x16,0x55,0xe7,0xe,0xc7,0x87,0x3e,0x9c,0xf3,0xa7,0xc2,0x18,0x40,0x8c, + 0xf,0x38,0xf,0x63,0xc4,0xd,0x18,0x33,0x7f,0x82,0xb1,0x2,0x32,0x96,0x51,0xcc, + 0xfb,0xb,0x46,0x74,0x2a,0xe9,0xc1,0x15,0xe9,0x5,0x58,0x3,0xbe,0x5c,0x81,0xf, + 0xbd,0xbb,0xc0,0x69,0x7c,0x2f,0xca,0xfd,0xc4,0xff,0xbe,0x5e,0xc2,0x3,0xf8,0x53, + 0xd,0xe0,0x4b,0x1e,0xc0,0x67,0x1b,0x79,0x80,0xcd,0x1d,0xe0,0x49,0x1e,0xc0,0x83, + 0x3c,0x80,0xfb,0x9a,0xaf,0xe1,0xb6,0x8a,0xf8,0x5f,0xde,0x10,0xae,0x9,0xf5,0xe1, + 0xb2,0xb0,0xe,0x9c,0xe7,0x5,0xc2,0x89,0x3c,0x40,0xd9,0x78,0x2f,0xe1,0x1,0x4a, + 0xc5,0x55,0xa6,0x1a,0xa0,0x3c,0x8a,0x4c,0x2c,0x8f,0xc2,0xe3,0xcb,0x22,0xdf,0xd8, + 0x52,0xc8,0x3d,0xb8,0x28,0x3e,0xeb,0x5e,0x0,0x1f,0xb5,0xcb,0x8d,0x2c,0x3e,0x1f, + 0x93,0xf,0xf8,0x10,0x39,0xbc,0xf2,0xe3,0x49,0xea,0x93,0x4c,0x19,0xcf,0x6c,0xcf, + 0x5d,0x7,0x3f,0xdf,0x32,0x26,0x26,0x46,0x68,0x0,0xd5,0x3,0x6d,0xff,0xcb,0xec, + 0x87,0xe9,0x7e,0x5f,0x52,0x52,0x62,0x3a,0xce,0xed,0x5f,0x33,0xe3,0x9e,0x5f,0x2f, + 0x9f,0x3d,0x2e,0x9e,0xb5,0x51,0x31,0x87,0x81,0x6,0xc5,0xd,0xf4,0xaf,0x6a,0x60, + 0x78,0x75,0x3,0x93,0x3,0xd,0xcc,0x26,0xf6,0xe7,0x50,0x2c,0x8,0x95,0xb5,0xff, + 0x92,0xc6,0xe4,0xfd,0x9b,0xca,0xbe,0x9f,0x25,0xf7,0xab,0x99,0x9f,0xe8,0xfb,0x47, + 0xa8,0x33,0xbd,0xfa,0x5c,0x5f,0xa4,0xda,0xef,0x1f,0x2e,0xf9,0x3f,0x47,0xf9,0xff, + 0xfc,0x78,0x95,0xfb,0x95,0xf7,0xbf,0xac,0xf8,0x17,0xb9,0x9f,0x35,0x40,0xf1,0x7f, + 0x9b,0xef,0xef,0x5a,0x6d,0xe2,0x3f,0x29,0x3,0xd,0x58,0x67,0x5b,0xf,0x3c,0xb1, + 0xf3,0x1,0x4f,0xcc,0x1a,0xb0,0xd9,0xda,0x13,0xd4,0x6f,0xa7,0x98,0xfa,0x81,0xcc, + 0xfc,0x3d,0x15,0xdc,0xff,0x33,0xef,0xa,0xa7,0x6e,0xb7,0xd7,0x0,0x73,0x3d,0x50, + 0x48,0xec,0x1b,0x3f,0xd6,0x67,0x8f,0xb6,0x66,0xb7,0x9c,0x21,0xd6,0x73,0x42,0xbd, + 0x2b,0xc0,0x5a,0xc0,0x77,0xd,0xa5,0x6c,0x29,0x22,0xcf,0x2c,0xad,0x96,0xde,0x5f, + 0xef,0xfd,0xb0,0xf7,0xe7,0xde,0x1f,0xcf,0xfd,0xd8,0xfb,0x73,0xee,0x67,0xfe,0x1f, + 0xae,0xd,0xc0,0xaf,0xf,0x8f,0xe2,0xef,0x37,0x8f,0x94,0x7,0x48,0xb1,0xc6,0x6f, + 0xcf,0x80,0xdf,0xd3,0x70,0xe6,0xf4,0x4e,0xc1,0x7f,0xd1,0xfe,0xb5,0x4,0xff,0x5, + 0xa3,0xbf,0x44,0x81,0x89,0x4d,0x51,0x38,0xb6,0x5,0x9c,0xe6,0xf7,0x24,0x96,0x46, + 0x22,0x60,0xc7,0x64,0xd4,0x16,0xfc,0xf3,0xd9,0x9f,0xe5,0xa2,0x7,0x28,0xf3,0xff, + 0x52,0x91,0xff,0xc3,0xcf,0xa9,0x19,0xc0,0xd9,0xf9,0xa6,0xfc,0x6f,0x3d,0xb,0x54, + 0xf7,0x50,0xc,0x72,0x86,0xf6,0xc1,0x7,0xb5,0x6,0xc3,0x18,0x48,0xec,0x8f,0x24, + 0xee,0x13,0x89,0xf5,0x1d,0xa6,0xd8,0x4e,0xb1,0x8d,0x62,0x2b,0xc5,0x66,0x8a,0x24, + 0x8a,0x98,0x97,0x16,0x1f,0xf0,0x41,0xdd,0x28,0x7c,0x5e,0x9f,0xb8,0xdf,0x11,0x81, + 0x1a,0x7b,0xfb,0x20,0x60,0x4f,0x6f,0x8b,0x7,0xf0,0x21,0xf,0xe0,0xbd,0xad,0x23, + 0xaa,0x6f,0x6a,0xf,0xf,0xf2,0x0,0xd5,0x48,0x3,0xdc,0xa8,0x6,0xa8,0xbc,0xa2, + 0x11,0xd5,0x0,0xd,0xe0,0x42,0x1e,0xa0,0x3c,0x79,0x80,0x72,0xf3,0x6a,0xa0,0xec, + 0x4c,0x6f,0x94,0x9e,0xee,0x81,0x92,0xe4,0x1,0x8a,0x4f,0x72,0x45,0xb1,0x18,0x67, + 0xf2,0x3d,0x8e,0xc8,0x3f,0xae,0x4,0xf2,0x8c,0x2e,0x8d,0xcf,0x7,0x15,0x42,0xb6, + 0x2e,0xf9,0xf0,0x51,0x9b,0x3c,0x78,0xcf,0x3d,0x2b,0xde,0x2b,0xf3,0x1e,0xaa,0x34, + 0xf6,0xc6,0xe3,0x14,0xab,0x6,0xd8,0xef,0xb7,0xbf,0x6b,0xf7,0xfd,0xc5,0x8b,0x17, + 0x42,0x3,0x54,0x3f,0xe0,0xbf,0xa2,0x1,0xec,0xfb,0x29,0xee,0x30,0xff,0x83,0x6, + 0xd,0x7a,0x2b,0xdb,0x99,0xb1,0xaf,0x7f,0xef,0xce,0xf7,0x57,0xc5,0xbd,0xfb,0x2e, + 0x39,0xd,0x4,0x15,0x36,0xd0,0xb7,0x8a,0x81,0x21,0x7c,0x47,0x57,0x80,0x81,0x78, + 0xf2,0xfd,0xb3,0x6a,0x53,0xfe,0xf,0x91,0xb5,0x3f,0xe7,0x7e,0xf6,0xfe,0x3c,0xf3, + 0x67,0xfe,0xd7,0xa9,0xbe,0xff,0x66,0xe5,0xfd,0x77,0x98,0xf8,0xb7,0xdc,0xe3,0x33, + 0x58,0xcd,0xfc,0x47,0x48,0xfe,0xcf,0x8e,0x91,0xfc,0x5f,0x24,0xfe,0x2f,0xea,0xbe, + 0x9f,0xda,0xf5,0xd5,0xde,0x9f,0xe3,0xc6,0xc,0xb5,0x13,0xb3,0xda,0x4e,0x3,0xd6, + 0xa4,0xaf,0x5,0x1e,0xa9,0xd7,0x27,0xba,0x1f,0x60,0xbf,0x17,0x60,0xae,0x5,0xb4, + 0x7,0xd8,0x6c,0xdb,0xf,0xe0,0xcf,0xe5,0x9d,0x42,0xcd,0x3f,0x7f,0x5c,0xcf,0x7, + 0x2d,0x1a,0x90,0xac,0xeb,0x81,0x4f,0x2c,0xfb,0xc2,0xcf,0x76,0x14,0x10,0xf7,0x88, + 0xe8,0x5d,0x1,0xf6,0x10,0x29,0xc9,0x5,0x4c,0xbd,0xc1,0xf2,0x36,0x3a,0xc0,0x1f, + 0x4f,0x4b,0x2e,0x42,0x7a,0xf4,0xb1,0xf8,0x59,0x1f,0xac,0x52,0xde,0xdf,0x74,0xe6, + 0x8f,0x6b,0x7f,0x9d,0xfb,0x99,0xff,0x1b,0x31,0xec,0x49,0xaa,0xe1,0xd7,0x7,0x87, + 0xa9,0xce,0x7f,0x28,0xbc,0xfe,0xdf,0x3f,0x9b,0x3d,0x40,0x9a,0xd0,0x80,0xd7,0xcf, + 0xee,0xa,0xfe,0x8b,0x77,0xf2,0x14,0xdc,0xeb,0x28,0x14,0xd3,0xc,0x65,0xe6,0x74, + 0x23,0x8e,0x86,0x53,0x8e,0x9d,0x84,0xe0,0x83,0x33,0xc9,0xc7,0x27,0x48,0xfe,0x39, + 0xff,0x5f,0x34,0xed,0x1,0xe9,0x3d,0xe0,0xb3,0xf3,0x64,0xa8,0xb3,0x40,0xdc,0x3, + 0xc,0x3d,0x33,0x1d,0x3e,0x49,0x13,0xf1,0x51,0x40,0x2f,0x7c,0xd4,0x79,0x2d,0x8c, + 0xb1,0x37,0x25,0xe7,0xbb,0x29,0xf6,0x9a,0x62,0xf,0xc5,0x2e,0xa5,0x3,0xac,0x1, + 0x9b,0x28,0xd6,0x51,0xcc,0xfc,0x1b,0x46,0x4f,0xd2,0x80,0x16,0x1b,0xe8,0x7b,0xf4, + 0x46,0xb5,0xa5,0x3c,0x7,0xe8,0x23,0x6b,0x80,0x3d,0x3d,0xe1,0x4b,0x1e,0xc0,0x67, + 0x3b,0xf7,0x0,0x3a,0xc1,0x6b,0xb,0xf1,0xbf,0xa9,0x8d,0xe0,0xbf,0x6a,0xd2,0xd7, + 0xa8,0x42,0x1a,0x50,0x69,0x45,0x43,0xb8,0x90,0x7,0x28,0xbf,0xb8,0x36,0x79,0x80, + 0x5a,0x28,0x3b,0x3b,0x0,0x8e,0x33,0x7c,0x50,0x72,0xaa,0x7,0x8a,0x4f,0x76,0x43, + 0xd1,0x98,0x8a,0xa4,0x7b,0xce,0x28,0x30,0xce,0x11,0xb9,0xc7,0x94,0x40,0xce,0x91, + 0xe,0xf8,0xac,0x7f,0x61,0x64,0xed,0x44,0x1e,0xa0,0xd9,0x67,0x78,0xaf,0xe2,0xfb, + 0x78,0xaf,0xec,0xfb,0xa8,0xdc,0xb8,0xba,0xf0,0x1,0x6f,0xe3,0xfe,0x6d,0xf1,0xe8, + 0xd1,0x23,0xb1,0x1b,0xc0,0x1a,0x40,0x11,0xf0,0xbf,0xcd,0x3f,0x71,0x3f,0x5a,0xef, + 0xf7,0x9e,0x3f,0x7f,0xce,0xc6,0xeb,0xbf,0x2b,0xd7,0x9b,0xdf,0x4e,0x79,0xf2,0x10, + 0x2d,0x2,0x4a,0xc1,0x95,0xd8,0xf7,0x2f,0x68,0x20,0xa2,0x92,0x81,0x48,0xf2,0xfd, + 0xd1,0x7e,0xe4,0xfb,0x6b,0x1a,0x98,0xa1,0xf8,0x9f,0x57,0x4f,0xe5,0xfe,0x46,0xaa, + 0xf6,0x27,0xef,0xbf,0x9a,0xfb,0xfe,0x6a,0xe6,0xbf,0xa5,0xd3,0x3f,0xe0,0x7f,0xa4, + 0xd5,0xff,0x9f,0x1f,0x27,0x7b,0x7f,0xcc,0xff,0xa5,0x68,0xdb,0x9d,0x1f,0xad,0x1, + 0xf7,0x96,0x2a,0xfe,0x13,0x95,0x6,0x24,0xaa,0xfc,0xaf,0x34,0xe0,0xa1,0x79,0x16, + 0x60,0xce,0xff,0xeb,0x33,0xd6,0x0,0xed,0x3,0x6c,0x72,0xff,0x66,0xeb,0xdb,0x82, + 0xfd,0x15,0x32,0xee,0x27,0x99,0x7a,0x82,0xa6,0xd9,0x80,0x8,0x5d,0xf,0x98,0xce, + 0xd,0x89,0x99,0x1,0xd7,0xf1,0xea,0xc,0xf2,0x33,0xbe,0x53,0xd4,0x66,0x5f,0xa8, + 0x8c,0xf4,0x3,0xcc,0xfe,0xf6,0xe2,0xf4,0xdf,0xfb,0x48,0xfc,0x3c,0x62,0xee,0x47, + 0xb9,0xff,0xae,0xb9,0xef,0xa7,0x72,0xff,0xf7,0x53,0x64,0xde,0x67,0xf6,0xbf,0xa3, + 0xbf,0x93,0x94,0xdd,0xdd,0xf0,0xfb,0xd3,0xb3,0x6a,0xee,0xf7,0x48,0xf6,0xfd,0xb4, + 0xf,0x10,0x35,0x80,0xd4,0x80,0xb0,0x36,0x35,0x50,0x32,0xb4,0x14,0xa,0x44,0x7f, + 0x4d,0xf1,0x15,0xf2,0xc7,0x7c,0x2d,0xa2,0xe4,0xcc,0x8e,0xa8,0x9c,0x38,0x14,0x3e, + 0xc9,0xb1,0x8,0x3a,0x38,0x8b,0xf8,0x5f,0x6c,0xc3,0xbf,0x75,0x6,0xb0,0xc8,0x72, + 0x16,0xa8,0x81,0x65,0xf,0xd8,0x7a,0x16,0xb0,0xe2,0xa4,0xf1,0xf8,0x38,0xb0,0x1f, + 0x9c,0xa6,0x5d,0x91,0xec,0x33,0xef,0xfb,0x29,0xe,0x98,0x62,0x9f,0x49,0x3,0x92, + 0x95,0x6,0x6c,0x54,0x1a,0x30,0x91,0x7c,0x40,0x97,0x13,0xe2,0x7b,0xb8,0x4c,0x19, + 0x88,0xc0,0x7d,0x7d,0xa4,0x7,0xa0,0x1a,0xc0,0x8f,0x6b,0x80,0x9d,0x94,0xff,0x93, + 0xbb,0xc0,0x8b,0x34,0xc0,0x73,0x53,0x5b,0xb8,0xaf,0x6f,0x89,0xaa,0x6b,0x9b,0x13, + 0xff,0x4d,0xe1,0x4a,0x1e,0xc0,0x85,0x3c,0x40,0xf9,0x84,0x7a,0x70,0x5e,0x18,0x4, + 0xa7,0xb9,0x81,0x28,0xcd,0xfc,0x4f,0xf3,0x42,0xf1,0xb8,0x6a,0x28,0x1a,0x5b,0x9, + 0x85,0x26,0x56,0x40,0x7e,0xaa,0x1,0xf2,0x8e,0x2d,0x8e,0x1c,0xa3,0x8a,0xe1,0xb3, + 0xe1,0x45,0xf0,0x71,0xdf,0xfc,0xc8,0xd2,0x3e,0x27,0x8c,0x66,0x9f,0xc0,0x60,0xd, + 0x20,0x1f,0xd0,0x76,0x68,0x17,0xbb,0x7d,0x98,0x8c,0x7b,0x0,0x99,0xe9,0xc2,0xad, + 0x5b,0xb7,0x2c,0xfb,0x41,0xff,0x9b,0x3b,0x82,0xc4,0xbc,0x83,0xde,0xf3,0x91,0x67, + 0xfa,0x32,0xce,0xf5,0xd6,0x9d,0xde,0xcc,0xfd,0xc0,0x80,0xd6,0xb5,0x5,0xfb,0x1e, + 0x79,0xc,0x74,0xa9,0x40,0xbe,0xdf,0xcd,0xc0,0x38,0xf2,0xfd,0x53,0x6a,0x18,0x98, + 0x4e,0xfc,0xcf,0xe4,0xfd,0x5e,0xca,0xfd,0xf3,0x43,0x65,0xdf,0x6f,0xa9,0xf2,0xfe, + 0xab,0x28,0xf7,0x27,0xb5,0x52,0xb5,0xbf,0xda,0xf9,0xd9,0xda,0xd5,0x3a,0xf7,0xd7, + 0x77,0xfa,0x68,0xfe,0x45,0xfd,0xaf,0xce,0xf7,0x7e,0xa3,0xf6,0x7e,0xb8,0xff,0xa7, + 0x3d,0x80,0xae,0x1,0xae,0x28,0xfe,0xbf,0x9f,0x23,0xe7,0xe1,0x16,0xfe,0x79,0x37, + 0x4e,0xe9,0x80,0x45,0x3,0x54,0x2d,0xf0,0xd8,0x1c,0x76,0xb3,0x0,0xcd,0xbf,0x79, + 0x3f,0xc8,0xac,0x1,0xa2,0x1f,0xb0,0x49,0xee,0x11,0xdf,0x25,0xee,0xef,0xae,0x94, + 0xfc,0xf3,0xe7,0xa7,0x3b,0x33,0x68,0xd6,0x80,0xed,0xd6,0x7a,0x80,0x35,0x40,0xcc, + 0xc,0xd4,0xbe,0x10,0xd7,0x19,0x96,0xbb,0x44,0x4c,0x33,0x2,0xc1,0xfe,0x8e,0x12, + 0x48,0xdd,0x92,0x5d,0xde,0x51,0xb0,0x56,0xfe,0xb9,0x74,0xee,0xbf,0x43,0xb9,0xff, + 0xd6,0x1c,0x39,0xeb,0x17,0xde,0x9f,0x73,0x7f,0xac,0x8c,0xc7,0x5b,0x1a,0xe3,0xcd, + 0xad,0x1d,0xf8,0x93,0x77,0xfd,0x7f,0x92,0xb3,0x7f,0x31,0xfb,0xfb,0x45,0xcf,0x1, + 0x52,0x55,0x2d,0xf0,0xc,0xd1,0xd3,0x6,0xb,0xf,0x90,0x8f,0xd8,0xff,0x22,0xa6, + 0x29,0xc5,0xd7,0x22,0x8a,0x13,0xff,0xae,0x2b,0x7,0x13,0xff,0xd1,0x16,0xfe,0xc3, + 0xce,0x2d,0xb5,0xf2,0x7f,0x41,0xf1,0x7f,0xde,0xcc,0xff,0x5c,0xbb,0x1d,0x80,0xe9, + 0x28,0x3f,0x21,0xa,0xd9,0x6a,0xd,0x42,0xe3,0x83,0xbf,0x4a,0xc6,0x99,0xfd,0x43, + 0x14,0x47,0x28,0x8e,0xaa,0xd7,0xc3,0x4a,0x7,0x58,0x1b,0x76,0xaa,0x5a,0x60,0xb3, + 0xe2,0x7f,0x25,0x45,0xcf,0x33,0xf4,0x3d,0x6,0xa2,0x5c,0xf4,0x60,0xe2,0xbf,0x2f, + 0xf1,0xdf,0xdb,0x52,0x3,0xf8,0x50,0xd,0x50,0x3d,0xb9,0x2b,0xbc,0xb6,0x75,0x16, + 0x1e,0xc0,0x7d,0x43,0x6b,0x54,0x25,0xf,0x50,0x79,0xf5,0x57,0xa8,0xbc,0xaa,0x29, + 0x2a,0x2e,0xf,0x43,0x85,0x25,0xf5,0xe1,0xbc,0xa8,0x2e,0x9c,0xc8,0x3,0x94,0x21, + 0xf,0x50,0x2a,0xde,0xb,0xe,0x53,0xdc,0x51,0x64,0x52,0x65,0xaa,0x79,0x5c,0x90, + 0x3f,0xca,0x89,0xf8,0x2f,0x8d,0xdc,0xa3,0x1d,0xf0,0xf9,0x88,0xe2,0xf8,0x74,0x58, + 0x61,0x64,0x89,0x28,0x80,0xf7,0xda,0x7e,0xa,0xa3,0xf1,0xc7,0xc2,0x3,0x18,0x14, + 0x6d,0x87,0x76,0xb6,0x39,0x17,0xf3,0x4f,0xf6,0x64,0xcd,0xaf,0xb7,0x6f,0xdf,0xd2, + 0x75,0xc0,0xff,0x9a,0x6,0x10,0xf7,0x9,0xfa,0xce,0xde,0x7b,0xf7,0xee,0xe1,0xa7, + 0x9f,0x7e,0x4a,0x17,0xdc,0xcf,0x7f,0xd7,0xdb,0xcb,0x67,0x45,0xb,0xf6,0x2b,0x7e, + 0x6e,0xa0,0xad,0x93,0x81,0xde,0xae,0x6,0x46,0x79,0x52,0xcd,0xef,0x2f,0xf9,0xe7, + 0xfc,0xcf,0xb9,0x7f,0x76,0x88,0xac,0xfd,0x35,0xff,0x3c,0xf3,0x4f,0xd4,0xfc,0x93, + 0xf7,0xdf,0xd8,0x41,0xf2,0xcf,0xbd,0x3f,0x71,0x7f,0x77,0x84,0xed,0x9d,0x5e,0x9a, + 0x7f,0xde,0xff,0xb1,0xec,0xfd,0xf1,0xfc,0x7f,0x9c,0xec,0x1,0x68,0xfe,0x85,0xff, + 0x57,0x35,0xc0,0x7d,0x9e,0x85,0xad,0x54,0x1a,0xb0,0x52,0x69,0x80,0xa,0x9e,0x95, + 0x65,0xda,0xb,0xd0,0xb5,0xc0,0xba,0xf4,0x33,0x1,0x9b,0xfd,0x80,0x4d,0xb6,0xfd, + 0x40,0x66,0xfe,0xee,0x72,0xa9,0x1,0xbc,0x67,0x20,0xfa,0x81,0x19,0xdd,0x1b,0x62, + 0x77,0x66,0x40,0x87,0xd8,0x15,0x52,0xfb,0x42,0x4f,0xb7,0x1a,0x96,0xbb,0x4,0x9e, + 0xed,0x2c,0x6c,0xda,0x15,0x28,0x4c,0xdf,0x37,0x97,0x64,0x7f,0xbd,0xd4,0x32,0x51, + 0xf7,0xeb,0x99,0xff,0x3c,0xb9,0xe7,0xab,0x67,0xfe,0x37,0xe8,0xef,0xe1,0xdb,0x49, + 0xec,0xfb,0x2b,0xe2,0xc7,0x6b,0x89,0x54,0xde,0x5f,0xc5,0xdf,0x3f,0xdd,0x13,0xfc, + 0xff,0xf5,0xd3,0x43,0xfc,0x45,0x1e,0xc0,0x5a,0x7,0xa4,0xa8,0x1e,0x60,0x1a,0x86, + 0x8c,0xeb,0x8e,0x52,0x7e,0x5f,0x20,0x1f,0x79,0xfe,0x7c,0xb1,0x14,0xc4,0x7e,0x3e, + 0xcd,0x7f,0xe2,0x10,0xaa,0xad,0x63,0x10,0x74,0x68,0x96,0xf4,0xff,0xe7,0x65,0xfe, + 0xd7,0x3b,0x40,0xd2,0xff,0x2f,0xb6,0xdc,0x7,0xa4,0xcf,0x1,0x99,0xef,0x2,0xa8, + 0x34,0x2d,0x1a,0x9f,0xd6,0x1e,0x82,0x91,0xdf,0x11,0xc7,0x7,0x55,0x30,0xf3,0xc7, + 0x29,0x4e,0xa8,0xd7,0xa3,0xea,0xe3,0xfb,0x4d,0x1e,0x60,0x8b,0xf2,0x0,0x6b,0x1, + 0xd7,0x9,0x47,0xf1,0x49,0xf0,0x10,0x54,0x5d,0xa2,0xf8,0xdf,0x47,0xfc,0x93,0x6, + 0x70,0xd,0xc0,0x1e,0xc0,0x7b,0x7b,0x37,0x78,0x25,0x53,0xfe,0xdf,0xdc,0x1,0xee, + 0x1b,0xdb,0x89,0x1a,0xa0,0x4a,0x52,0x73,0xf2,0x2f,0x5f,0x11,0xff,0xe1,0xa8,0xb0, + 0x34,0x14,0xce,0x8b,0x43,0xe0,0x34,0x3f,0x8,0x8e,0xb3,0xc9,0xef,0xcc,0xf0,0x85, + 0xc3,0x34,0x4f,0x14,0x8d,0xab,0x8c,0xc2,0xb1,0xc4,0x3f,0xd5,0x0,0x5f,0x8c,0x2f, + 0x83,0x5c,0x63,0x4a,0xe2,0xf3,0x91,0x45,0xf1,0xc9,0xf0,0x2,0xf8,0x20,0x32,0xf, + 0xde,0xef,0xfe,0x39,0xd5,0x1e,0x9f,0xc1,0x8,0xe5,0x5e,0x80,0x1,0x83,0x7c,0xc0, + 0xc8,0x19,0xe3,0x33,0x60,0x3f,0xfd,0xf9,0x37,0x7b,0x6d,0xd0,0xaf,0x47,0x8f,0x1e, + 0xd5,0x33,0x81,0xff,0xef,0xfb,0x41,0xc4,0xbd,0x83,0xee,0xf9,0x25,0x26,0x26,0x66, + 0xc8,0xbe,0xe6,0xdc,0xcc,0xba,0x3d,0xfb,0x97,0xce,0x9e,0x80,0x2b,0x71,0xef,0x9c, + 0xdd,0x40,0x93,0x12,0x6,0x7a,0xba,0x18,0x18,0x46,0xbe,0x3f,0xd6,0x97,0xf8,0xf7, + 0xb3,0xe6,0xff,0xd9,0x75,0xa4,0xf7,0x17,0x73,0x7f,0xf6,0xfe,0x5f,0xca,0xda,0x9f, + 0xbd,0xff,0x1a,0x95,0xff,0x37,0x10,0xff,0x5b,0x4c,0x77,0x7c,0x58,0xee,0xf3,0xec, + 0xaf,0xee,0xf0,0x8e,0xb4,0x9e,0xf7,0x63,0xf,0x70,0x4a,0x9d,0xf5,0x35,0xf3,0x7f, + 0x39,0xc6,0xea,0x1,0x6e,0xce,0x95,0xfd,0xf0,0x7,0x8a,0xff,0x7,0x26,0xf,0x60, + 0xd1,0x0,0xfb,0x7e,0xa0,0xda,0xb,0xb0,0xef,0x9,0x3c,0x31,0xf5,0x3,0x1f,0x9b, + 0xf6,0x84,0xcd,0x1a,0xc0,0xb3,0xbe,0x1f,0x96,0xc9,0x60,0xd,0xe0,0xcf,0xd3,0xe7, + 0x5,0xec,0x35,0x40,0xef,0x8,0xa4,0x99,0xf6,0x5,0x99,0xe7,0x7,0x8a,0x7f,0x7e, + 0xd5,0x35,0x81,0xd0,0x0,0x93,0xe,0xa4,0x26,0xe7,0x14,0x3b,0x47,0xfc,0x33,0x58, + 0xf6,0xfd,0x96,0x5a,0xf7,0xfd,0x84,0xef,0x9f,0x21,0x67,0xfd,0xba,0xef,0xf7,0x43, + 0x82,0x81,0x97,0xe7,0xe7,0xe3,0x37,0xf2,0xfd,0x7f,0xbd,0xbe,0x8d,0x3f,0x5f,0xdf, + 0x23,0xd,0xb8,0x2f,0x34,0xe0,0x6f,0xc1,0xff,0x23,0x35,0xfb,0x93,0x1a,0x70,0xfd, + 0xea,0x31,0x54,0xe,0x2a,0x9,0x87,0xaf,0x5c,0x4,0xf3,0x79,0x27,0x35,0x47,0xde, + 0xd8,0xe6,0xc8,0x43,0x3a,0x50,0x82,0xea,0xff,0x2a,0x49,0x23,0xa8,0xfe,0x9f,0x8c, + 0xe0,0xc3,0x5c,0xcf,0x27,0xc8,0xfe,0xbf,0xde,0x1,0x34,0xed,0x0,0x85,0x59,0x76, + 0x80,0xd2,0xe7,0xff,0x80,0xcd,0x53,0x90,0xbd,0xee,0x8,0xb4,0x5d,0x7f,0x15,0xed, + 0x6e,0xa8,0x5c,0xcf,0xcc,0x9f,0xa2,0x38,0x43,0x71,0x5a,0xe9,0xc0,0x11,0xe5,0x1, + 0x76,0x9b,0xfa,0x0,0x1b,0x0,0x7f,0xf2,0xa,0x3e,0xa3,0x37,0x20,0x57,0xd8,0x70, + 0x4,0xec,0x1c,0x40,0xfc,0xf7,0x57,0xfc,0x47,0x10,0xff,0xbd,0xe0,0xb7,0x4b,0xf3, + 0xdf,0x5,0x9e,0x5b,0x3a,0xa2,0x1a,0xd5,0x0,0x55,0xa9,0x6,0x70,0x5b,0xdb,0x2, + 0x95,0x12,0xbf,0x86,0xcb,0xca,0xc6,0xa8,0x40,0x1e,0x80,0x6b,0x80,0xb2,0xb,0x6b, + 0xc3,0x91,0x6a,0x80,0x92,0xb3,0xfc,0xe0,0x10,0x5f,0x1d,0x45,0xc9,0x3,0x14,0x9e, + 0xec,0x8a,0x2,0x54,0x3,0xe4,0xa5,0x1a,0x20,0xd7,0x18,0x47,0x64,0x1f,0xe9,0x20, + 0xf8,0xcf,0x32,0x94,0xf2,0xff,0x40,0xe2,0xbf,0x53,0x76,0xd2,0x0,0xaa,0x3,0xea, + 0x67,0x81,0x51,0xe2,0x3d,0x18,0xa5,0xa9,0xb6,0x5d,0xb7,0x24,0x1d,0xd7,0x19,0x9d, + 0x87,0xcb,0xec,0xf5,0xd8,0xb1,0x63,0xba,0x17,0x70,0xfe,0xff,0xe7,0x9e,0xb0,0x39, + 0xf7,0xa7,0xa6,0xa6,0xda,0xb0,0x6e,0x8e,0x77,0xe9,0x42,0x53,0xdf,0xd2,0x70,0xfe, + 0xcc,0x40,0x20,0xd5,0xfc,0x5d,0xcb,0x1b,0x18,0x58,0xd9,0xc0,0x4,0xf2,0xfd,0x31, + 0xc4,0x7f,0x1c,0x3f,0x97,0x23,0x50,0xf6,0xfe,0xb8,0xef,0x2f,0xf8,0x6f,0xa8,0xf8, + 0x57,0xbd,0xbf,0xa4,0x96,0xb2,0xf6,0x5f,0xaf,0x7a,0xff,0x62,0xf6,0xc7,0xfc,0xab, + 0xe7,0x77,0xec,0x51,0xfd,0x7f,0xce,0xff,0xfa,0x9e,0xf,0x9e,0x1,0x58,0xee,0xf6, + 0x1b,0x23,0xf7,0x0,0x78,0xe,0xa8,0x67,0x80,0xac,0x1,0xdc,0xf3,0xe7,0xba,0x5f, + 0xf0,0x6f,0xd2,0x0,0xc1,0xbe,0x89,0xff,0x87,0x66,0xfe,0xd5,0xeb,0xc3,0x24,0x13, + 0xff,0xba,0xf,0x68,0xd2,0x80,0xc7,0xeb,0x8d,0x74,0x7b,0xc2,0xfc,0x36,0x73,0x7f, + 0x87,0x67,0x6f,0xcb,0x65,0xee,0x7f,0x6a,0xea,0xd,0xa6,0x9a,0xcf,0xf,0x6f,0xb3, + 0x9e,0x1b,0x32,0xdf,0x21,0xc0,0x7b,0x2,0xdc,0x2f,0x60,0xf6,0xb9,0xf7,0x6f,0xbe, + 0x4f,0x44,0xec,0xb,0xf0,0x9d,0x22,0xf4,0x36,0x7f,0xd,0xff,0x37,0xd9,0xa7,0xe8, + 0x67,0xfc,0xe8,0xdc,0x7f,0x7b,0xae,0xa9,0xe7,0x3f,0x55,0x7a,0xff,0x5b,0xe4,0x5, + 0x9e,0x9f,0x98,0x80,0x5f,0x1f,0x1c,0xc3,0x9f,0x2f,0xbf,0x27,0xfe,0xf9,0xbc,0xcf, + 0x5d,0x62,0x9f,0x3c,0xc0,0x8f,0x5a,0x3,0x64,0x2f,0xe0,0x2f,0xe2,0xff,0x55,0xea, + 0x2d,0x34,0x6c,0xed,0x2f,0x72,0xff,0x17,0x51,0x4d,0x5,0xfb,0xcc,0x3d,0x47,0xbe, + 0xb8,0x56,0x70,0x5c,0xdc,0x7,0x6e,0xeb,0xc6,0xc0,0x77,0xd7,0x14,0x4,0x1f,0xe1, + 0xbe,0x1e,0xf7,0xfc,0x57,0xc8,0xfd,0x1f,0x55,0xff,0x9b,0x77,0x80,0xe5,0x19,0xa0, + 0xb9,0x36,0xf5,0x7f,0xe8,0x19,0xb9,0x3,0x9c,0xaf,0xc5,0x58,0x14,0x6f,0x33,0x1d, + 0x13,0x6e,0x1,0xe1,0x57,0x88,0xeb,0x63,0x8a,0xfb,0x6f,0xd4,0xeb,0x71,0xc5,0xff, + 0x41,0xd5,0x7,0xd8,0x29,0xf9,0xf7,0xa7,0xcf,0x8b,0x3c,0xfd,0x2,0x9f,0x87,0x8c, + 0x82,0xe3,0xa8,0x51,0x8,0x3c,0xd0,0x8f,0xf8,0xef,0xa7,0xf8,0xef,0xa5,0xf8,0xa7, + 0x1a,0x60,0x27,0xd5,0x0,0xdb,0xbb,0xc2,0x63,0x6b,0x27,0xb8,0x93,0x7,0xa8,0x4a, + 0x35,0x40,0x95,0xb5,0x2d,0x51,0x69,0xd,0xf1,0xbf,0xaa,0x9,0xca,0x93,0x7,0x28, + 0xbf,0xa4,0x1,0x9c,0x16,0xd6,0x41,0xe9,0xb9,0xc1,0xc4,0x7f,0x20,0x8a,0xc7,0x7b, + 0xa3,0xe8,0x54,0xf,0x14,0x9a,0xec,0x86,0x2,0xd1,0x15,0x91,0x2f,0xaa,0x1c,0x72, + 0x52,0xd,0x90,0x7d,0x54,0x49,0x7c,0x32,0xa2,0x10,0x3e,0x20,0xfe,0x8d,0xc1,0x79, + 0x61,0xf4,0xcb,0x9,0xa3,0x3,0x69,0xc0,0xd7,0x1f,0xc0,0xa0,0x3c,0x67,0x38,0x18, + 0x42,0x3,0x16,0xae,0x5d,0x92,0x61,0xce,0x7f,0x5b,0xee,0x37,0xbf,0xbd,0x76,0xed, + 0x5a,0x3d,0x17,0x3c,0xf0,0xff,0x83,0xfd,0xf4,0xb9,0xff,0x47,0xd5,0xef,0xfb,0x51, + 0xbc,0x6d,0xe,0xdb,0x8f,0xd9,0x6a,0xc0,0xac,0x9,0x43,0x50,0x9e,0xd8,0xaf,0x94, + 0x83,0x7c,0x7f,0x59,0x3,0x11,0x94,0xfb,0x47,0xb9,0x1b,0x98,0xc8,0xfc,0xfb,0x48, + 0xff,0x3f,0xd5,0x8e,0x7f,0xee,0xfd,0xf1,0x79,0x1f,0xde,0xf9,0x4f,0xf8,0x52,0xd6, + 0xff,0xeb,0x5a,0xab,0xfa,0x5f,0xf1,0xbf,0xad,0x9b,0xac,0xff,0x77,0xaa,0xe7,0x78, + 0xf0,0xfc,0xff,0xc0,0x0,0xbb,0x1e,0x40,0x6,0x67,0xfe,0xf5,0x2c,0x90,0x7d,0xc0, + 0xad,0x79,0xd2,0xfb,0xb3,0x2f,0xb6,0xf0,0xbf,0x22,0x83,0x3a,0x60,0xb5,0xc9,0x7, + 0x98,0xea,0x80,0x87,0x49,0xd6,0x5a,0xe0,0x91,0x5d,0x2d,0x60,0xd1,0x0,0xd3,0x5d, + 0x41,0x5c,0x63,0xdc,0x59,0x66,0xd,0x91,0xfb,0x37,0x59,0xfb,0x82,0x4f,0xed,0xe6, + 0x83,0x96,0x9e,0x80,0x7a,0x15,0xfe,0x21,0xd1,0xba,0x2f,0x28,0x3e,0xbe,0xdd,0x3a, + 0x23,0xe0,0xb3,0x84,0x62,0x77,0x78,0xfb,0x7,0x72,0xf6,0xb0,0x5e,0xfe,0x9c,0x7a, + 0xde,0xcf,0x67,0x7d,0x44,0xee,0x9f,0xad,0x7a,0xfe,0xd3,0xa4,0xf7,0xff,0x96,0xbc, + 0xff,0x93,0xdd,0xdd,0xa8,0xe6,0xdf,0x49,0xbe,0xff,0x1a,0xfe,0x7a,0x75,0x8b,0x6a, + 0xff,0xdb,0x42,0x3,0xfe,0x64,0x1d,0x20,0xd,0xf8,0xfb,0x47,0x3e,0x7,0xc4,0xb5, + 0x0,0xf1,0xff,0xe6,0x9,0xc2,0x5a,0xcb,0x67,0x7e,0x17,0x18,0x16,0x2a,0xb9,0x9f, + 0xd4,0x42,0x44,0x2e,0x8a,0x42,0xf1,0x1d,0x51,0x6e,0xf9,0x20,0x78,0x6c,0x99,0x48, + 0xb5,0x76,0x3c,0xea,0x1e,0x5b,0x40,0x6c,0xab,0xd9,0xbf,0x25,0xff,0x2f,0x49,0xc7, + 0x7f,0x43,0xcb,0x19,0x0,0xf3,0x33,0x1,0xa6,0xc2,0x77,0x4d,0x1c,0x72,0x84,0x8e, + 0x43,0x60,0xcc,0x76,0xc4,0x91,0x5,0xe9,0x73,0x7,0x70,0x39,0xaf,0xd8,0x3f,0xa5, + 0xf8,0x3f,0xac,0xfc,0x3f,0xe5,0xff,0x92,0xe4,0x3,0xfa,0x50,0xbd,0x10,0x79,0xe6, + 0x5,0xa,0x34,0x9d,0x84,0x7c,0x2d,0xc7,0x53,0xee,0x1f,0x64,0xe5,0x7f,0x7f,0x5f, + 0x4,0xec,0x53,0xfc,0xef,0xa6,0xfc,0xaf,0x7b,0x0,0xc4,0xbf,0x7,0xf3,0xbf,0xa9, + 0xd,0xaa,0xac,0x6f,0x8d,0xca,0x54,0x3,0xb8,0x26,0x36,0x45,0xf9,0x95,0x8d,0xe0, + 0xbc,0x94,0xf8,0x5f,0x54,0x17,0x65,0x16,0x4,0xa3,0xf4,0x9c,0x9a,0x28,0x4e,0x35, + 0x40,0x11,0xaa,0x1,0xa,0xc5,0x55,0x45,0xfe,0x98,0x8a,0xf8,0x82,0x6a,0x80,0x9c, + 0xe3,0x28,0xff,0x8f,0x71,0x40,0xb6,0x11,0xc5,0x88,0xff,0xa2,0x92,0x7f,0xf6,0x0, + 0xbd,0xb3,0xc1,0x68,0xf7,0x11,0x8c,0xa6,0xc4,0x7e,0x0,0x5,0x79,0xe0,0x8f,0xdd, + 0xf2,0xe2,0xf4,0xc5,0xd3,0xff,0xa8,0x17,0x90,0xd9,0x3d,0x19,0x2b,0x56,0x2c,0xd3, + 0x3e,0xe0,0x3f,0xbe,0x1f,0xa4,0x7b,0xfe,0x9c,0xfb,0x53,0x52,0x9e,0xbe,0x85,0x77, + 0xeb,0xfb,0xe6,0x57,0x8e,0x5b,0x37,0xae,0xc2,0x85,0x3c,0xbf,0xd3,0xa7,0xe4,0xfb, + 0x49,0xf7,0xba,0x96,0x33,0x30,0x98,0x9f,0xbd,0x49,0x75,0xff,0x4,0x2f,0x99,0xff, + 0x27,0x7,0xa8,0xde,0x7f,0xb0,0x9a,0xfb,0x85,0xca,0xf3,0x3e,0x9,0x8d,0xa5,0xff, + 0x9f,0x47,0x3a,0x30,0x9f,0x22,0xb1,0xa5,0x75,0xf6,0x2f,0xfa,0xff,0x8a,0x7f,0xde, + 0xfd,0xdd,0x6d,0x7a,0x8e,0xcf,0x81,0x1,0xd6,0x1d,0x40,0x3d,0x7,0x3c,0xa5,0xf7, + 0x80,0xd5,0xf9,0x5f,0xee,0x5,0x72,0xfd,0xcf,0xb9,0x5f,0xd4,0xfe,0xcb,0xd3,0x7b, + 0x80,0x7,0x19,0x78,0x80,0x7,0xe6,0x5a,0x20,0x83,0xb9,0xa0,0x65,0x37,0xc0,0x7c, + 0x5e,0x48,0x79,0x0,0xf6,0xeb,0x3f,0x2c,0x95,0xb9,0x9f,0xd9,0xe7,0xfe,0xbf,0xcd, + 0x8e,0x50,0x26,0x7b,0x42,0x96,0x5a,0x60,0xab,0xcc,0xf9,0xbc,0x33,0x20,0x7a,0x93, + 0x49,0xb6,0x3d,0xc2,0x54,0x73,0xaf,0x50,0xe7,0x7e,0xbd,0xeb,0xc7,0xbd,0x6,0xd3, + 0x39,0x7f,0x91,0xfb,0xe3,0x95,0xef,0x9f,0xcc,0x3f,0x57,0x2e,0xfc,0x74,0x63,0x3, + 0x7e,0x4b,0xb9,0x88,0x3f,0x5e,0x7c,0x47,0xf9,0xff,0x26,0xfe,0x78,0x49,0x1a,0xf0, + 0x52,0x6b,0x0,0xf9,0x80,0x1f,0xd9,0x7,0xc8,0x5e,0xc0,0xd0,0x31,0x5d,0xe5,0xde, + 0x4f,0x44,0xd,0x99,0xf7,0x29,0x72,0x51,0xe4,0x9e,0xdc,0x2,0x79,0xa7,0xb4,0x46, + 0xc9,0x5,0x11,0xa8,0xb4,0x76,0x24,0x7c,0x76,0x4c,0x46,0xad,0x83,0xb3,0x51,0xef, + 0x24,0xd5,0xf7,0xa2,0xf7,0xbf,0xd2,0x52,0xff,0x87,0x89,0x3b,0x0,0x38,0xd4,0x3d, + 0x20,0xe7,0x6c,0xcf,0x0,0xea,0xf9,0x3f,0x3f,0x13,0x88,0xcf,0x0,0x57,0x5b,0x10, + 0x87,0x5c,0xd,0x27,0xa2,0x5c,0xcf,0x25,0xc4,0xf5,0x2b,0x4c,0x79,0xc,0x8c,0xba, + 0xf,0xb4,0x23,0xce,0xc3,0xaf,0x2,0x8d,0x2e,0xd3,0xdb,0xd7,0xe9,0x63,0x77,0x21, + 0x34,0xa2,0xd9,0xaa,0x8b,0x28,0xd4,0x6c,0x2a,0xf2,0x36,0x9d,0x0,0xef,0xb5,0x43, + 0x51,0xf3,0x40,0x7f,0x4,0xee,0xef,0xa7,0xfa,0xff,0xc4,0xff,0x9e,0x3e,0x82,0x7f, + 0xdf,0x5d,0xdd,0xe1,0xcd,0xf9,0x7f,0x87,0xac,0x1,0x3c,0x44,0xd,0xd0,0xe,0x55, + 0x36,0xb4,0x12,0x1e,0xa0,0x62,0xe2,0x57,0xa8,0xb0,0xa2,0x9,0xf1,0x1f,0x6,0x27, + 0xaa,0x1,0xca,0x2c,0xa8,0x83,0x52,0x73,0x6a,0xc1,0x61,0x66,0x0,0x8a,0x4e,0xaf, + 0x4e,0xfc,0x7b,0x20,0x7f,0x6c,0x25,0xe4,0x89,0xae,0x80,0x9c,0x51,0x65,0xf1,0xd9, + 0x98,0x92,0xc8,0x46,0x35,0x40,0x96,0x61,0x85,0x60,0x44,0xe6,0x21,0xfe,0x73,0xc3, + 0x18,0xf0,0x31,0x8c,0x1e,0x94,0xff,0x29,0x87,0x19,0x94,0xd3,0xc,0x77,0xa9,0x1, + 0x1f,0x55,0xc9,0x83,0x53,0x17,0x4e,0x67,0xb2,0x3b,0xfb,0xee,0xb3,0xf3,0xfc,0xfe, + 0x82,0x5,0xb,0xb4,0xf,0x98,0xfa,0x9f,0xe4,0x9f,0x7b,0xfe,0xf2,0x2e,0xaf,0x19, + 0x8a,0xeb,0xd7,0x99,0xf2,0x9f,0x51,0xf0,0xe7,0x74,0xac,0x5f,0xd,0xe5,0x88,0x7d, + 0x9f,0x3c,0x6,0x3a,0x94,0x31,0xd0,0xbb,0x82,0x81,0xd1,0x54,0xf7,0x8f,0xf7,0x20, + 0xfe,0xbd,0xd,0x4c,0x22,0xfe,0xa7,0x4,0xa8,0xde,0xbf,0x9a,0xfb,0xcf,0xaf,0x2f, + 0x7b,0x7f,0x82,0xff,0xaf,0x88,0xff,0x70,0xaa,0x11,0xc8,0x13,0xcc,0xa4,0xd7,0xa4, + 0xd6,0xb2,0xff,0xcf,0x77,0x7b,0x73,0xf,0x20,0x59,0xed,0xfe,0xeb,0xbb,0xbd,0xb5, + 0x7,0x38,0xa8,0xf7,0x80,0x86,0x5a,0xef,0xfd,0xb1,0xdc,0xf7,0xa7,0x7a,0x81,0x7c, + 0xbe,0x97,0xe7,0x60,0x7c,0x6,0x56,0x44,0x6,0xfc,0xdb,0xcf,0x4,0x6c,0x7c,0x80, + 0xf6,0x2,0x49,0x19,0xf7,0x4,0x75,0x3f,0x40,0xd7,0x6,0xec,0xf7,0xf9,0x2e,0x1, + 0xd6,0x0,0xe,0xd1,0x1b,0xd0,0xbb,0xc2,0x9b,0xec,0x66,0x85,0xe6,0x3a,0x40,0x79, + 0x1,0xfe,0xb8,0xd8,0x15,0x58,0x25,0x35,0x80,0x3f,0xd7,0xe6,0x3e,0x11,0xd3,0xce, + 0x40,0x8a,0xaa,0xfb,0x85,0x66,0xad,0x94,0x3a,0x27,0x7c,0xbf,0xca,0xfd,0xdf,0xcf, + 0x90,0xbe,0x9f,0x67,0x7e,0xac,0x3,0x69,0x47,0x86,0xe3,0xd7,0x87,0xa7,0xf0,0xe7, + 0xf3,0x1b,0xf8,0x93,0xf9,0x7f,0xf1,0xbd,0xd0,0x80,0x3f,0xd9,0x7,0x30,0xff,0xaf, + 0x24,0xff,0x7f,0xbe,0xbe,0x8f,0x21,0x26,0xf6,0x35,0xf7,0x22,0x26,0xb7,0x44,0x4e, + 0x8a,0x62,0x54,0xf7,0x97,0x5f,0x35,0x54,0xe4,0xfe,0x0,0xca,0xfd,0x75,0x8e,0xce, + 0x27,0x9e,0x79,0xf7,0x6f,0x25,0x1a,0xf3,0xee,0x8f,0x69,0xff,0x4f,0xec,0xff,0x9c, + 0xb7,0xde,0x5,0x9a,0xfe,0x79,0x0,0xd3,0xe4,0x1d,0x0,0x27,0xe5,0x19,0x40,0xaf, + 0x15,0x71,0xc8,0xfb,0x75,0xc,0x72,0x87,0xc7,0xa2,0xea,0xe0,0xb5,0x68,0xbe,0xfa, + 0x32,0xfa,0x1c,0x4e,0x11,0xd1,0x9b,0xa2,0xeb,0xae,0xbb,0x8,0x99,0x79,0x4,0x25, + 0x3b,0xcd,0x13,0x9f,0x53,0xbc,0x57,0x34,0x2,0x77,0x45,0xa,0xf6,0x25,0xff,0x7d, + 0x45,0xd4,0x20,0xf,0x20,0xf9,0x8f,0x80,0x2f,0xe5,0x7f,0x9f,0x5d,0xec,0xff,0x89, + 0xff,0x6d,0x5d,0x44,0xd,0x20,0xf9,0x6f,0x83,0xca,0xc4,0xbf,0x6b,0x12,0xf1,0xbf, + 0xb2,0x31,0x9c,0x97,0x35,0x42,0xd9,0x84,0xfa,0x28,0xb3,0x30,0x4,0xa5,0xa8,0x6, + 0x70,0x98,0xe5,0x8f,0x22,0x33,0x7c,0x50,0x70,0x8a,0x27,0xf2,0x4f,0xaa,0x8c,0x3c, + 0x13,0x5d,0x91,0x73,0xbc,0x33,0xe5,0xff,0x32,0x8a,0xff,0xe2,0x30,0x86,0xe4,0x97, + 0xf9,0xbf,0xdf,0x67,0x30,0xfa,0x7c,0x8,0xa3,0xeb,0xfb,0x30,0xc8,0xcb,0x1a,0x94, + 0xcf,0xc,0xca,0x83,0x46,0x31,0xd6,0x80,0x9c,0x78,0xf4,0xe4,0x71,0xa6,0xe7,0x63, + 0xde,0x76,0x86,0x8e,0xdf,0xe6,0x67,0xe7,0xea,0x1d,0xc1,0xff,0xd4,0x7e,0x10,0xe5, + 0xfe,0xb6,0xda,0xfb,0xdf,0xbb,0x77,0x37,0x5d,0x5e,0xb7,0xd7,0x80,0x8c,0xf2,0xff, + 0xb1,0x7d,0xdb,0x51,0x81,0x7c,0xbf,0x33,0xf1,0xdf,0xb2,0xa4,0x81,0x6e,0x94,0xfb, + 0x87,0x56,0x31,0x30,0x56,0xf1,0x3f,0x91,0xf8,0x8f,0xf5,0x23,0xb6,0x55,0xfe,0x9f, + 0xc5,0xb3,0xbf,0x7a,0xd6,0xfc,0xcf,0x7b,0x7f,0xcb,0xc9,0x2f,0xcd,0xa7,0xd7,0x49, + 0xa4,0xb,0x93,0xe9,0xe3,0xb3,0xe8,0xef,0x6d,0x75,0x6b,0xb9,0xff,0xa3,0xf9,0xdf, + 0xa1,0x9f,0xe5,0xd7,0x47,0x3d,0xc3,0xd3,0xf4,0x6c,0xf,0xd1,0x7,0x50,0xf7,0x7c, + 0x9f,0x50,0x75,0xc0,0x69,0xb5,0xf,0x7c,0x7b,0xa1,0xe2,0x5f,0x7b,0x80,0x65,0x26, + 0x1f,0x60,0xd6,0x80,0x55,0xa6,0x7e,0x80,0x7d,0x4f,0x30,0xe9,0x2d,0x3e,0xc0,0x34, + 0x1b,0xbc,0xb7,0x5c,0xe5,0x7d,0xe6,0x70,0x89,0xcc,0xdd,0x99,0xdd,0x1f,0x60,0xd9, + 0x11,0xb0,0x3b,0x3f,0xc8,0x7e,0x5f,0xec,0xc,0x28,0xfe,0x2d,0xdc,0x27,0xdb,0xee, + 0xc,0xf1,0xe7,0xdb,0xe4,0xfe,0x65,0xa6,0x3b,0x7e,0xe6,0xca,0xb3,0xfd,0x96,0x9e, + 0x1f,0xef,0x3d,0x24,0xaa,0x7e,0x7f,0xea,0x65,0xfc,0xf1,0xfc,0x5b,0xca,0xff,0xdf, + 0x4a,0xf,0xf0,0xe2,0xa6,0xc8,0xff,0x7f,0x92,0xf,0xf8,0xe3,0x15,0xdf,0xf9,0x71, + 0x17,0x4b,0x97,0x4f,0x96,0xf7,0xfd,0xb4,0x72,0x53,0x5e,0x9f,0x73,0x7e,0x2b,0xc1, + 0x7e,0xae,0xb8,0x96,0xc8,0x47,0xbe,0xdf,0x69,0x59,0x24,0xdc,0x36,0x44,0x11,0x53, + 0x53,0x50,0xeb,0xd0,0x5c,0xca,0xdd,0xdc,0xdf,0xe3,0xdc,0xbf,0xca,0x96,0xff,0xb, + 0xf2,0xe,0x90,0x30,0x3d,0xff,0x57,0x77,0x0,0x59,0xf9,0xd7,0xf7,0x0,0x6b,0xfe, + 0x63,0xc5,0xb3,0x40,0x6a,0x1f,0x88,0x81,0x4b,0x5c,0x1c,0xa,0xb6,0x8f,0x43,0xee, + 0xc6,0x93,0x91,0x87,0xa3,0x89,0xed,0x6b,0xa9,0xc8,0x49,0xf0,0x5a,0x39,0x1a,0x41, + 0x7,0x7,0x90,0xff,0x18,0x20,0xee,0x3,0x92,0x1a,0xc0,0xb5,0x3f,0x7b,0xff,0x3e, + 0xa2,0xff,0xef,0x47,0xf9,0xdf,0x87,0xea,0x7f,0x6f,0x3b,0xfe,0xab,0x6e,0x6a,0x4b, + 0xfe,0xbf,0x1d,0x2a,0xad,0x6b,0x85,0x8a,0xab,0x9b,0x11,0xff,0x5f,0xc2,0x79,0x45, + 0x38,0x9c,0x96,0x34,0x84,0xe3,0xc2,0x3a,0x28,0x39,0x8f,0xf2,0xff,0xec,0x1a,0x28, + 0x36,0xc3,0xf,0x85,0xa6,0x55,0x47,0xde,0xc9,0xf4,0xf7,0x11,0x53,0x19,0x39,0xa2, + 0x2a,0xe0,0xb3,0xb1,0x65,0x91,0x75,0x54,0x49,0xbc,0x3f,0xac,0x8,0xf1,0x9f,0xf, + 0xc6,0x20,0xee,0x1,0x90,0x7,0xe8,0x4b,0xfc,0x53,0x9e,0x32,0xe8,0xdf,0xae,0x41, + 0xbe,0xd6,0xa0,0x7f,0xeb,0x46,0x79,0x8a,0xe2,0x6,0xca,0x87,0x56,0xc5,0xe3,0xa7, + 0x4f,0x32,0xec,0xad,0xbd,0xed,0x5c,0xad,0xfe,0xd8,0x7f,0x5a,0x3,0x78,0xcf,0x9f, + 0xd9,0x1f,0x38,0x70,0x60,0xa6,0xac,0x5b,0xdf,0x7e,0x9d,0x61,0x3d,0xd0,0x2e,0xa4, + 0x2a,0x9c,0x3e,0x31,0x50,0x23,0x9f,0x81,0x8e,0x8e,0x6,0xfa,0x52,0xee,0x1f,0x45, + 0xfc,0x8f,0x21,0xfe,0xa3,0x3c,0x65,0xfd,0xcf,0xfd,0x7f,0xcd,0xbf,0xc8,0xff,0xf5, + 0xd4,0xec,0x5f,0xed,0xfe,0x30,0xff,0x8b,0xc8,0x2f,0xc5,0xd4,0xa5,0xcf,0xad,0x27, + 0xef,0xfa,0x9e,0x49,0x1f,0x4f,0x6a,0x23,0xf7,0x7f,0xb7,0x75,0x95,0x3b,0xc0,0xa2, + 0x7,0xa0,0x9f,0xef,0x61,0xea,0x3,0x58,0x34,0x40,0xef,0x3,0x28,0xd,0x60,0xef, + 0x7f,0x8b,0xef,0xbc,0x5c,0x2c,0x79,0xbc,0x97,0x99,0x6,0xac,0x30,0x69,0x40,0xa2, + 0x5d,0x98,0xfb,0x81,0x6b,0xac,0x5e,0xc0,0xe6,0xac,0xc0,0x5a,0xf9,0xb5,0x9c,0xf7, + 0x75,0xee,0xd7,0x3d,0x7f,0xf3,0xb9,0xe1,0x8c,0xee,0x10,0x31,0x7b,0x1,0xfe,0x3d, + 0xb1,0x2b,0xb4,0x4a,0x9d,0x4b,0x5e,0x6f,0x7b,0x96,0xd8,0x72,0xb7,0xc8,0x36,0xeb, + 0xe7,0xeb,0xba,0xff,0x9e,0xda,0xf3,0xbf,0xa3,0x76,0xfd,0xbe,0x8f,0xb7,0xf6,0xfc, + 0x6e,0x90,0x6,0xa4,0xee,0xef,0x8f,0x9f,0x7f,0xd8,0x8b,0x3f,0x9e,0x5d,0x15,0xb5, + 0xff,0xef,0xcf,0xae,0x93,0xe,0xdc,0xb0,0xd4,0x1,0x52,0x3,0xee,0x60,0xf7,0xae, + 0x15,0xe2,0xbe,0x4f,0x87,0xaf,0x5c,0xe9,0xdf,0x7b,0xb,0xe1,0xf5,0x73,0x52,0x30, + 0xf7,0x1c,0x79,0xa6,0xb7,0x43,0xc9,0x45,0x7d,0x28,0x67,0x8e,0x21,0x96,0xe2,0x28, + 0xcf,0xce,0x42,0xdd,0xe3,0xb,0x45,0xdd,0x2f,0x73,0x3f,0xf3,0xbf,0x52,0xf4,0xff, + 0x78,0xee,0xa7,0xef,0x2,0x6f,0xa8,0xfc,0x7f,0xc6,0x77,0x0,0xe9,0x67,0x1,0xa8, + 0x3b,0xc0,0x4e,0xc4,0x8a,0x7b,0x0,0xf8,0x99,0xc0,0xb5,0x8f,0x8e,0x81,0xcf,0xf6, + 0xfe,0x70,0x5b,0x3e,0x14,0x6e,0x4b,0x87,0xc2,0x6b,0xf5,0x38,0xf8,0x6e,0x1c,0x8b, + 0x20,0x71,0xf,0x60,0x24,0xbd,0xe,0x54,0xec,0x4b,0xfe,0x39,0xd8,0xff,0x8b,0xda, + 0x7f,0x2f,0xe5,0x7e,0x33,0xff,0x3b,0xbb,0x9,0xff,0xef,0xb1,0xad,0xb3,0xf0,0xff, + 0xee,0x9b,0xdb,0x13,0xff,0x6d,0xe1,0xca,0xfe,0x3f,0xa9,0x39,0x2a,0x24,0x32,0xff, + 0x8d,0xe1,0x44,0x35,0x40,0xe9,0x45,0xf5,0xe0,0x30,0xaf,0x26,0xb1,0xef,0x8f,0xc2, + 0xd3,0xbd,0x90,0x8f,0xea,0xff,0x3c,0xe4,0xff,0x73,0x4d,0xac,0x80,0x1c,0x94,0xff, + 0x3f,0x19,0xe3,0x88,0xac,0x22,0xff,0x17,0x96,0xfe,0x7f,0x10,0xe5,0xff,0xfe,0xc4, + 0x3e,0xd5,0xa8,0x6,0x79,0x55,0x83,0xfe,0xcd,0x1a,0xf4,0xef,0xd7,0xa0,0x1c,0x67, + 0xd4,0xa1,0x70,0x54,0x1a,0xd0,0xc0,0x3d,0x43,0x1f,0x90,0xd9,0x39,0xba,0xb7,0xec, + 0x7,0xe1,0xdf,0xd9,0xd,0x20,0xf6,0x73,0xea,0xf3,0xbd,0x7c,0xb6,0x3f,0xa3,0xfc, + 0xfe,0x2e,0xdf,0x7f,0x6c,0xff,0xe,0x38,0x13,0xfb,0xcc,0x7f,0x73,0xaa,0xfb,0xbb, + 0x95,0xa5,0xdc,0x5f,0xc9,0xc0,0x48,0x37,0x5b,0xfe,0x27,0x51,0xfe,0x9f,0xca,0xb3, + 0xbf,0x5a,0xd6,0xfc,0xcf,0xfe,0x5f,0xe4,0x7f,0xcd,0x3f,0xe5,0xff,0x89,0xf4,0xf7, + 0x34,0x91,0x35,0xa0,0xbe,0xd2,0x0,0xfa,0x58,0x52,0x5b,0xb9,0x3,0x98,0xdc,0x5d, + 0xee,0x1,0x88,0x1a,0xa0,0xb7,0x3c,0x7,0xc8,0xb3,0x0,0xfb,0x5e,0xa0,0xb9,0x17, + 0x20,0x9e,0xdd,0x35,0x5f,0x6a,0xc0,0x9d,0xc5,0x72,0xee,0xa5,0x35,0xe0,0x12,0x79, + 0xe4,0x84,0x91,0xa5,0xb1,0x84,0x34,0xdc,0xdc,0xf,0xb4,0x99,0xb,0xac,0xca,0x7c, + 0x2e,0x68,0xe9,0x9,0xae,0x95,0xbf,0x77,0x7b,0xb1,0x8c,0x3b,0x4b,0x24,0xff,0xe6, + 0xb9,0x80,0xfd,0xf9,0x41,0xf3,0xf9,0x61,0xf3,0x5d,0x42,0xcc,0x3c,0xef,0xa,0xe9, + 0x9d,0x21,0xcb,0xac,0xc0,0x74,0xbf,0x98,0xd0,0x81,0xad,0xf2,0x6b,0x85,0xf7,0x57, + 0x75,0xbf,0xe8,0xf9,0x2d,0xb0,0x9b,0xf7,0xab,0xba,0x9f,0x67,0x9f,0x2f,0xce,0xcd, + 0xc6,0xaf,0x8f,0x4e,0x13,0xfb,0x57,0xc4,0xcc,0xff,0xf,0xe2,0x5f,0x68,0xc0,0x33, + 0xa9,0x1,0x7f,0x3c,0xbf,0x89,0x7b,0xdf,0x1d,0x43,0x95,0xa0,0x92,0x28,0x59,0xd7, + 0xc1,0xea,0xf9,0x15,0xf7,0x39,0x26,0xb7,0x46,0xae,0x69,0x6d,0x51,0x7c,0x41,0x2f, + 0x38,0xaf,0x1a,0x6,0xcf,0x6d,0xb1,0xf0,0xdb,0x3b,0x3,0xc1,0x47,0x17,0xa0,0xbe, + 0xf0,0xfd,0x94,0xf3,0x2f,0x26,0x52,0xac,0xb4,0xe1,0xdf,0x72,0xfe,0x4f,0xdd,0x1, + 0xd6,0xc0,0x94,0xff,0xc5,0xee,0xaf,0xca,0xff,0xf2,0x99,0xc0,0xb6,0xfc,0xeb,0x3b, + 0x40,0x7d,0x99,0x61,0xa,0xf6,0xf0,0x81,0x7,0x6,0xa0,0x36,0x3f,0x17,0xf8,0x88, + 0xe4,0xbf,0x16,0xdf,0x3,0x9a,0x8e,0x7f,0xf6,0xfe,0x56,0xf6,0x39,0x7c,0x77,0x47, + 0xc8,0xfc,0x4f,0xfc,0x7b,0x52,0xfd,0xef,0xce,0xf5,0xff,0xe6,0xe,0xa8,0xb2,0x91, + 0xf8,0x5f,0xa7,0xf8,0x5f,0xd5,0x14,0x65,0x97,0x36,0x40,0xe9,0x85,0xc1,0x54,0xdf, + 0x90,0xef,0x9f,0x45,0xbe,0x7f,0xba,0x7,0xf2,0x4d,0xab,0x42,0x7f,0x1f,0x15,0x91, + 0x33,0xda,0x99,0x72,0xbf,0x23,0xe5,0x7e,0x7,0x62,0xbf,0x88,0xac,0xfd,0x87,0xe4, + 0xa2,0xba,0xff,0x53,0xca,0xfd,0x54,0xf7,0xd3,0xbf,0x49,0x91,0xfb,0x7b,0x28,0xfe, + 0x29,0x77,0x89,0x3a,0x80,0xf2,0x9c,0x51,0xdb,0xaa,0x1,0xad,0x6,0x75,0x56,0x3b, + 0x73,0x99,0xb3,0xfe,0x36,0x3d,0xf8,0x4f,0xec,0x8,0x12,0xf7,0x6d,0x35,0xff,0x4f, + 0x9f,0x3e,0xc5,0x8f,0x3f,0x5a,0x7b,0xfa,0xfc,0xb6,0x7d,0xe8,0x8f,0x9b,0xb5,0xa1, + 0x5d,0x48,0x35,0x94,0xcd,0x66,0xc0,0x3f,0xaf,0x81,0x76,0xe4,0xfd,0xfb,0x3a,0x1b, + 0x18,0xe1,0x4a,0xfc,0xab,0xfc,0x3f,0x9e,0x7b,0x7f,0xba,0xfe,0xd7,0xfc,0xd7,0xb6, + 0xf6,0xff,0x16,0x86,0x59,0xfb,0xff,0xb,0xe9,0x75,0x3c,0x69,0x43,0x54,0x1d,0xa9, + 0x3,0xac,0x1,0x93,0x1b,0x18,0x98,0x41,0x1a,0xb0,0xa6,0xad,0xd5,0x3,0xec,0x30, + 0x3d,0xd3,0x97,0xfb,0x0,0xfa,0x99,0xde,0xfa,0xb9,0xde,0xba,0x17,0xc0,0x77,0x81, + 0x7c,0x47,0xff,0xee,0xbf,0x9f,0x2f,0x35,0x80,0xcf,0xfc,0xb0,0x6,0xdc,0x55,0x1a, + 0xb0,0x98,0xb4,0x9b,0xff,0xec,0xcd,0x9b,0x37,0xc7,0x8c,0x21,0xd5,0x6d,0xf9,0x5f, + 0x69,0xd7,0x13,0xd4,0xb5,0x40,0x92,0xea,0xd,0x98,0xeb,0x81,0x24,0xe9,0x2d,0xf8, + 0x7b,0xdf,0x4e,0x90,0x1a,0x20,0xfc,0x81,0xdd,0x7e,0x80,0x8d,0x17,0xd8,0x94,0xfe, + 0x1e,0x11,0xee,0x23,0x88,0x5d,0xa1,0xe5,0x92,0x7d,0xf1,0xf9,0x5b,0x32,0x9e,0x11, + 0x88,0xde,0xe1,0x26,0xf9,0xdf,0x78,0xb8,0xd2,0x6e,0xd7,0x6f,0xb6,0x69,0xde,0xaf, + 0xf6,0xfc,0xef,0xad,0x72,0xc3,0xeb,0xeb,0x6b,0xf0,0xdb,0xd3,0x73,0xf8,0x2d,0xe5, + 0x92,0xd4,0x80,0xd4,0xab,0xf8,0x8d,0x7c,0x80,0xf0,0x0,0xcf,0xbf,0xc7,0xef,0x14, + 0x2d,0xbb,0x86,0xc8,0x1d,0x9f,0x31,0xe1,0xa2,0xbf,0x2f,0x6b,0xfd,0x16,0xc8,0x11, + 0xd7,0x1a,0xb9,0xa7,0xb5,0x43,0xd1,0x79,0x3d,0xe0,0xb4,0x72,0x8,0xd5,0xcc,0x51, + 0xc4,0x54,0x3c,0x6a,0x1d,0x9e,0x8f,0x90,0x53,0x4b,0x88,0xed,0xe5,0x82,0xfd,0xc6, + 0x97,0x56,0x8b,0xfc,0xcf,0xf3,0x3f,0xcb,0xee,0xaf,0xda,0xfd,0xb1,0xb9,0xff,0x87, + 0xeb,0x7f,0xb5,0xfb,0xaf,0xef,0xff,0x10,0xf7,0xff,0x98,0x9f,0x5,0x78,0xdc,0x7a, + 0x7,0x70,0x8d,0xfd,0x3,0xe1,0xb3,0xa7,0x27,0x7c,0x76,0xf7,0x24,0x1d,0x88,0x10, + 0xcf,0x2,0xa,0x3e,0x32,0x44,0xdc,0x3,0x2e,0xf8,0x3f,0x34,0x40,0x4,0x7b,0x7f, + 0x4b,0xfe,0x57,0xfe,0xdf,0x5f,0xe8,0x46,0x84,0xe4,0x7f,0x47,0x77,0x78,0x6e,0xef, + 0x22,0xf8,0x97,0xfe,0xbf,0xbd,0xe0,0xbf,0xd2,0xba,0x36,0x28,0x4f,0xb9,0xbf,0xcc, + 0x92,0x50,0x94,0x5a,0x54,0x1b,0x25,0xe6,0x93,0xe7,0x9f,0xe3,0x8b,0x22,0xb3,0xbd, + 0x25,0xff,0x53,0xc8,0xf7,0x4f,0x76,0x11,0xfc,0x67,0x9f,0x50,0xe,0xd9,0xc6,0x96, + 0x22,0xef,0x5f,0xc,0x59,0x86,0x17,0x94,0xbd,0xff,0x41,0x39,0x24,0xff,0x7d,0x14, + 0xff,0xdd,0x4d,0xfc,0x77,0x50,0x1a,0xc0,0x3e,0x20,0x58,0xcd,0x5,0x4b,0x50,0xad, + 0x3c,0xa8,0xe3,0xbf,0x7c,0xbe,0x46,0x9f,0xc5,0xe3,0xb7,0xaf,0x5e,0xbd,0x6c,0xde, + 0x11,0x74,0xf8,0x1f,0xf0,0x2f,0xce,0xf8,0x8e,0x1e,0x3d,0x3a,0x1d,0xf7,0xf6,0x6f, + 0xeb,0xf7,0xcd,0x1f,0xbf,0xf9,0xed,0x55,0x38,0x7d,0x4c,0xb9,0x9f,0xf8,0xff,0xaa, + 0xa8,0x81,0xce,0xa4,0x6d,0x83,0x2b,0x9a,0xf8,0xaf,0x2a,0xfb,0xff,0xd1,0x2a,0xff, + 0x6b,0xfe,0xc5,0xee,0x6f,0x5d,0xe9,0xff,0xf5,0xfc,0x8f,0xe7,0xff,0xb,0xc3,0xe9, + 0x6b,0xe8,0xf7,0xc7,0xd2,0xef,0x8f,0xd7,0x3e,0xa0,0x9e,0xd2,0x0,0xae,0x5,0xda, + 0x59,0x3d,0xc0,0x2e,0xad,0x1,0x76,0xbd,0x40,0xcb,0xb3,0x3f,0x86,0xca,0x67,0xfa, + 0x7d,0x3b,0x4b,0x69,0xc0,0x3c,0xf9,0x3c,0x9f,0xdb,0xca,0x7,0x70,0x3f,0x20,0x61, + 0x44,0x71,0xc1,0x7f,0x9b,0x36,0x6d,0x10,0xd1,0xbd,0x1b,0x66,0xe,0xf1,0xce,0x78, + 0x2e,0x68,0xdf,0xf,0x48,0xb2,0xd,0xf6,0x14,0xfc,0x3d,0x45,0x24,0xc8,0xd9,0x9f, + 0xcd,0x79,0x41,0xd3,0x3d,0x62,0xe6,0xf3,0xc3,0x4f,0x4c,0x3a,0x20,0xf6,0x5,0x96, + 0x5b,0xf9,0xe7,0x1a,0xc0,0xd2,0x17,0x30,0xdf,0x31,0xaa,0xef,0x1a,0x37,0xed,0xfb, + 0xdc,0xd7,0xf3,0xfe,0x45,0xf2,0x7e,0x1f,0xee,0xf9,0x7f,0xaf,0x7a,0xfe,0xbc,0xe7, + 0x77,0x3d,0x9a,0x7e,0x9e,0xe4,0x36,0xf8,0xe9,0xd6,0xe,0xe2,0xff,0x2,0x7e,0x4f, + 0xb9,0x28,0x7a,0x0,0xbf,0xa7,0x5e,0xc1,0x6f,0xa4,0x1,0xbf,0x3f,0xfb,0x96,0xe2, + 0x6,0x4e,0x1e,0x59,0x27,0xcf,0xf8,0x75,0xf1,0x95,0xec,0x4f,0x92,0xf5,0xfe,0xe7, + 0x54,0xf7,0xe7,0x9c,0xd2,0x6,0x85,0xe7,0xf6,0x80,0xe3,0xb2,0x41,0x94,0x2b,0xc7, + 0xc1,0x6b,0xfb,0x24,0x4,0x1e,0x9c,0x43,0x7c,0x26,0xa0,0xc1,0xd9,0x15,0x94,0xfb, + 0xd9,0xf3,0x13,0xff,0x17,0x57,0xdb,0xd4,0xfe,0x61,0xea,0xfe,0xdf,0xf0,0x73,0x8b, + 0x6c,0x66,0xff,0x36,0xbb,0x3f,0x67,0xe2,0x4d,0xf7,0xff,0x5a,0x9f,0x3,0x26,0xf8, + 0x57,0xcf,0x3,0xaf,0x75,0x68,0x38,0x7c,0xf6,0xf6,0x20,0xfe,0xbb,0xc1,0x7b,0x4f, + 0x77,0xd4,0x3c,0xc4,0xcc,0xf,0x96,0xfe,0xff,0x90,0xe4,0xdf,0x52,0xff,0x13,0xfb, + 0xa2,0xfe,0x17,0xfe,0xbf,0xb7,0xad,0xff,0x27,0xfe,0xbd,0x76,0x74,0xb1,0xf8,0x7f, + 0xc1,0xff,0xfa,0x36,0x70,0x4e,0x6c,0x82,0x32,0xcb,0xeb,0xa3,0xf4,0x92,0x3a,0x28, + 0xc1,0xfc,0x2f,0xa8,0x25,0xf2,0x7f,0xe1,0x99,0xc4,0xff,0xc,0x2f,0x14,0x98,0xe6, + 0x85,0x2f,0xa8,0xf6,0xcf,0x1d,0xeb,0x82,0xcf,0x26,0x94,0x51,0xfc,0x17,0x27,0xfe, + 0x79,0xf6,0x9f,0x53,0xf2,0xcf,0xbd,0x7f,0xe6,0x9f,0xfd,0x7f,0x84,0xd2,0x0,0x8e, + 0x2e,0x4a,0x3,0xbe,0x56,0x3e,0xa0,0xa6,0xe4,0xdf,0x28,0x65,0x60,0x78,0xfc,0xd8, + 0xb7,0xb0,0xff,0xe3,0x5b,0x74,0x40,0xc6,0xb1,0x63,0x47,0xfe,0xc7,0x3b,0x82,0xfa, + 0x7e,0x8f,0xcd,0x9b,0x37,0xbf,0x95,0xfd,0x8c,0xbc,0x0,0xc7,0x84,0x81,0x5d,0xe0, + 0x48,0xfc,0x7b,0xe4,0x24,0x3f,0x43,0x9a,0x16,0x51,0x86,0xbc,0x3f,0xb1,0x3f,0x9c, + 0xfd,0x7f,0x65,0xc9,0xbf,0xf0,0xff,0xde,0xb6,0xbb,0x7f,0x5c,0xff,0xcf,0x51,0xfd, + 0xff,0x85,0xbc,0xff,0x13,0x2e,0xf7,0x7f,0x67,0x92,0x1e,0x8c,0xaa,0x29,0x83,0x9f, + 0xf1,0x39,0x8e,0x34,0x20,0x8a,0x34,0x20,0x86,0x3e,0x2f,0x96,0x34,0x60,0x6a,0xb8, + 0xd4,0x0,0xde,0x7,0x14,0x75,0x80,0xda,0x7,0x34,0xf7,0x2,0xf4,0x3c,0x80,0x7d, + 0x0,0x3f,0xbf,0xfb,0xba,0x7a,0x7e,0x2f,0xf3,0xcf,0xc1,0xfc,0xb3,0xf,0xe0,0x7e, + 0xc0,0xc6,0x28,0x43,0x9c,0x73,0x6a,0x41,0xf9,0x7f,0xc4,0xb0,0xa1,0x88,0xe8,0xc1, + 0x1a,0x50,0xdd,0xda,0x13,0xb4,0xdf,0xd,0x50,0x1a,0xf0,0x40,0x6b,0x40,0xa2,0x64, + 0x9f,0xbf,0x9f,0xf6,0x16,0xcc,0xad,0xf9,0xbc,0x80,0xcd,0xb9,0x81,0xd,0x76,0x5e, + 0xc0,0xb4,0x33,0xcc,0xbe,0x5f,0xcf,0xb,0x99,0x7f,0xfe,0x5c,0xfb,0x7d,0x1,0xcb, + 0xac,0x50,0x69,0x82,0xc8,0xfd,0xaa,0xef,0x67,0xb9,0xdb,0x6f,0x8e,0xf2,0xfd,0xd3, + 0xe4,0xd9,0x9e,0x6f,0x63,0x64,0xfe,0x7f,0xba,0x7f,0x0,0xde,0xfc,0xb0,0x1f,0xbf, + 0x3d,0x39,0x2f,0x66,0x7f,0xbf,0xb3,0x7,0x60,0xd,0x48,0x93,0x1a,0xf0,0x5b,0xda, + 0x75,0x44,0xc5,0xf6,0x12,0xb9,0x9f,0x6b,0x7e,0xc1,0x7e,0x1c,0xe7,0xfe,0x56,0xc8, + 0x31,0xa5,0x35,0xa,0xcd,0xee,0x86,0xd2,0x4b,0x7,0xa2,0x22,0xd5,0xfc,0x1e,0xc9, + 0x93,0x85,0xef,0xaf,0x7d,0x6c,0x11,0xea,0x9f,0x5e,0x8e,0x86,0xa2,0xe6,0x27,0xdf, + 0x7f,0x69,0x95,0xac,0xfd,0x2f,0xac,0x54,0x77,0xff,0x2c,0x13,0xb5,0xbf,0xb9,0xf7, + 0xc7,0x67,0xff,0xf5,0x33,0x40,0x44,0xfe,0x37,0xdf,0xff,0x69,0xc9,0xff,0xb1,0xe9, + 0x9f,0x3,0x4a,0xe1,0x4b,0x79,0x9f,0xd9,0xf7,0xde,0xd3,0x55,0xbc,0x1d,0x7c,0x78, + 0x88,0xf2,0xff,0x3,0x2c,0xf9,0x5f,0xf6,0xff,0xfa,0x59,0xeb,0x7f,0xce,0xff,0x7b, + 0x24,0xff,0xbe,0xbb,0x22,0x50,0x7d,0x27,0xf3,0xdf,0x95,0x6a,0x97,0x2e,0xa8,0x46, + 0xfc,0x73,0xee,0x77,0x4e,0xa4,0x7a,0x7f,0x55,0x28,0x69,0x5b,0x3d,0x94,0x5a,0x12, + 0x2,0x87,0xc5,0x41,0x70,0x58,0x10,0x88,0x92,0xb,0x6b,0xa3,0xf8,0x3c,0x8a,0xb9, + 0x41,0xa4,0x3,0x1,0xe4,0x3,0x7c,0x90,0x37,0xce,0x3,0xb9,0x62,0xdd,0xf0,0xf9, + 0xc4,0x8a,0xf8,0x74,0xbc,0x33,0xb2,0x8e,0x2e,0x8b,0xf7,0xc8,0x47,0x1a,0x43,0x8b, + 0x48,0x1f,0x30,0xe0,0xb,0xf2,0x1,0xd9,0x48,0x3,0xb2,0xca,0x1a,0x40,0xf3,0xcf, + 0xbd,0xc0,0xf6,0x86,0xdc,0xb,0xd0,0x1a,0x40,0x75,0x80,0x41,0x9e,0x79,0xe1,0x9a, + 0x4,0x9b,0x33,0x76,0x66,0xe6,0xdf,0x7d,0xe6,0xfe,0x47,0x1c,0x3d,0x7a,0xe4,0x5f, + 0xbe,0x47,0x90,0xfe,0xdd,0x57,0xd2,0xde,0xff,0xfa,0xf5,0x6b,0xc4,0xf3,0x6b,0x9b, + 0xe0,0x5e,0x5f,0x66,0xfc,0xeb,0x8f,0xf1,0xb3,0x3a,0x4a,0x7d,0x64,0xa0,0x1,0xbd, + 0xb6,0x21,0x3d,0xeb,0x4f,0xde,0x7f,0x30,0xef,0xfb,0x56,0x4c,0xcf,0x7f,0xac,0x9a, + 0xff,0xe9,0xf9,0xbf,0xc8,0xff,0xf5,0xd5,0xbd,0x1f,0x8d,0x24,0xff,0xd3,0x48,0x13, + 0x86,0xd3,0xe7,0x8c,0x8,0x34,0x30,0x3a,0x88,0xbe,0x3e,0x58,0x6a,0xc0,0x4,0xfa, + 0x78,0x34,0x7d,0x6e,0xc,0xe9,0xc3,0xb4,0x46,0xf2,0x59,0xdf,0xec,0x3,0x76,0xf6, + 0xb4,0x9e,0x9,0xb2,0xd7,0x0,0xde,0x5,0xe4,0xe7,0x77,0x33,0xff,0xfc,0x1c,0x4f, + 0xd6,0x0,0xed,0x3,0x6e,0x2d,0x90,0xbc,0x1e,0x20,0x6f,0x6c,0x79,0x9e,0x41,0x6c, + 0x34,0x46,0xc,0x1d,0x82,0x9e,0xe4,0x3,0x2c,0xb5,0xc0,0xa,0x99,0xcb,0xcd,0xbd, + 0x80,0x7,0xa6,0xd9,0x20,0x7b,0x7e,0xc1,0xbe,0xd6,0x94,0x25,0x19,0x9f,0x1b,0x34, + 0x9f,0x1b,0xb2,0x3f,0x3f,0xc4,0xfc,0xf3,0xbe,0x0,0xf7,0xc,0xee,0xa8,0x7d,0xc1, + 0xfb,0x89,0xb6,0x67,0x88,0x52,0x36,0xd9,0x7a,0x1,0xe1,0xfd,0xd5,0xbe,0x1f,0xff, + 0x4c,0xf7,0x94,0xf7,0xb7,0xf4,0xfc,0xa7,0x5b,0xe7,0xfd,0xdf,0x46,0x4b,0xf,0x90, + 0x7a,0x78,0x24,0x7e,0xb9,0x7b,0x88,0xf8,0x3f,0x27,0x35,0xe0,0xe9,0x45,0x51,0x7, + 0xfc,0x46,0x1a,0xf0,0x5b,0xca,0x15,0xd1,0xf,0x6c,0xd9,0xa5,0x2e,0x4a,0x36,0x28, + 0x6d,0xe3,0xfb,0xb3,0x93,0x6,0x7c,0x11,0xdf,0x11,0xe,0x8b,0xfa,0xc2,0x39,0x69, + 0x4,0xaa,0x6e,0x8e,0x21,0x1f,0x3e,0x83,0xf2,0xef,0x7c,0x62,0x75,0x19,0x1a,0x9e, + 0x23,0xd6,0x89,0xfd,0x26,0xc2,0xf7,0xb3,0xff,0x67,0xfe,0xe5,0xde,0x4f,0xb8,0xdd, + 0xfd,0xdf,0xd,0xed,0x9e,0x3,0xaa,0xef,0xfe,0xd2,0x77,0xff,0xc8,0xde,0xff,0x24, + 0xf5,0x1c,0x70,0xfd,0xc,0xb0,0xf1,0x96,0x67,0x80,0x5,0x1e,0x1c,0x88,0xea,0xbb, + 0xbb,0xc0,0x9b,0x3c,0x40,0xf5,0x5d,0x9d,0x5,0xeb,0xec,0xff,0xcd,0xb9,0x5f,0x7b, + 0xff,0x9a,0xfb,0xfb,0x5b,0xfd,0xbf,0xd8,0xfd,0xeb,0x45,0xb5,0x7f,0xf,0xc9,0x7f, + 0x32,0xf3,0xdf,0x59,0xe4,0xfe,0xa,0x6b,0x9a,0xa0,0x5c,0x62,0x23,0xaa,0x69,0x1a, + 0xc0,0x71,0x69,0x7d,0xc1,0x7f,0x99,0x65,0xa4,0x5,0x4b,0x1a,0x52,0x1d,0x50,0x1f, + 0xe,0xf3,0xeb,0xa0,0xc8,0x9c,0x5a,0x28,0x48,0xfc,0xe7,0x8f,0xf7,0xc5,0x17,0x53, + 0x3c,0xc9,0x3,0x30,0xff,0xae,0xf8,0xd8,0x86,0xff,0xa2,0xd6,0x1d,0x80,0xbe,0xc4, + 0x7f,0xaf,0xac,0xd6,0x1e,0x60,0x67,0xc5,0x3f,0x47,0x3b,0x93,0x6,0x78,0x2b,0xd, + 0x28,0x25,0x77,0x4,0x33,0xaa,0x3,0x32,0x7b,0xdf,0x3e,0x96,0x2d,0xb3,0xec,0x7, + 0x6d,0xfc,0x87,0xfc,0xf7,0xd1,0x3b,0x3f,0x56,0xde,0xd3,0x87,0xfd,0xc7,0xf5,0xfb, + 0xdb,0xd7,0xaf,0x42,0x19,0x62,0xbf,0xc2,0x27,0x6,0x9a,0x15,0x31,0xd0,0x89,0x74, + 0x6c,0x10,0xf3,0x5f,0x9e,0xf8,0x37,0xfb,0x7f,0xf,0x62,0xd7,0x5b,0xfa,0x7f,0xde, + 0xff,0x65,0xff,0x2f,0xce,0xfe,0xaa,0xfd,0x7f,0x7d,0xfe,0x8f,0x35,0x20,0x96,0x72, + 0xfe,0x10,0x3f,0xf9,0xec,0x1f,0xd6,0x80,0x91,0xb5,0x6c,0x7d,0xc0,0xc4,0x10,0xa9, + 0x1,0xd3,0xc3,0xa5,0x6,0x98,0x7b,0x1,0x7a,0x2f,0x70,0x9f,0xea,0x5,0x9c,0xa1, + 0xdc,0x7e,0x79,0x9a,0xf4,0x0,0xfc,0x3c,0x4f,0xc1,0xff,0x1c,0x6b,0x1d,0xc0,0xfd, + 0xc0,0x7d,0x93,0x25,0xff,0xec,0x1,0xe6,0xcf,0x9b,0x23,0x35,0x80,0x7c,0x40,0xcf, + 0xee,0x5d,0x31,0x63,0x70,0x75,0x9b,0x3d,0x21,0x73,0x3f,0x80,0xdf,0x67,0xde,0x75, + 0x4f,0x91,0xeb,0x7d,0xf6,0x13,0x7a,0x3e,0xf0,0xd8,0x7e,0x4f,0xc0,0xfe,0xfe,0x10, + 0x13,0xff,0x62,0x57,0x48,0xf5,0xb,0x45,0xdf,0x70,0x99,0x75,0x56,0x68,0xe9,0xd, + 0x6c,0xb2,0xf5,0x2,0xfc,0x6a,0x99,0xf9,0xaf,0x90,0x33,0xbf,0x1f,0x4c,0x75,0x3f, + 0xdf,0xed,0x27,0xd8,0x8f,0xa5,0x3f,0xfb,0x44,0xa9,0x7,0xcf,0xc8,0x53,0xff,0x7c, + 0xef,0x30,0x7e,0x7b,0x7c,0x2e,0x43,0xd,0xe0,0x5e,0x40,0xcb,0x2e,0xe4,0x7d,0x5, + 0xff,0xd6,0x7e,0xdf,0xe7,0x71,0xad,0x50,0x70,0x76,0x77,0xe9,0xfb,0x37,0x8c,0xa7, + 0xdc,0x19,0x87,0x1a,0x7,0xe6,0x20,0xf8,0xd8,0x62,0x84,0x7e,0xc3,0xfd,0x3d,0xe2, + 0xfe,0x52,0x12,0x9a,0x5c,0x4e,0x52,0xfe,0x5f,0xed,0xfd,0x5e,0x58,0x66,0xb9,0xfb, + 0x37,0x5c,0xdf,0xfb,0x73,0xd6,0x7a,0xf7,0x1f,0xef,0xfd,0x35,0xb0,0xcc,0xfe,0x34, + 0xff,0x99,0x3c,0x3,0x54,0xf1,0xcf,0xcf,0xff,0xf3,0xd9,0x4b,0xfe,0x7f,0x57,0x37, + 0x78,0xf1,0x33,0x3f,0x48,0x7,0x6a,0x1d,0x1a,0x68,0xc9,0xff,0x7a,0xf6,0xa7,0x73, + 0xbf,0xde,0xff,0xf1,0xa3,0xba,0x5f,0xce,0xfe,0x98,0xff,0xae,0xc4,0x7f,0x67,0x51, + 0xfb,0x57,0x58,0xf3,0x25,0x9c,0x57,0x85,0xa1,0xdc,0xca,0x86,0xc4,0x7f,0x7d,0x94, + 0x5d,0x11,0x4a,0x6f,0x7f,0x9,0xa7,0xe5,0x8d,0x51,0x26,0xa1,0x1,0xf1,0x1f,0x42, + 0x75,0x40,0x30,0x8a,0xce,0x9,0x14,0xf9,0x3f,0xff,0x34,0x6f,0x7c,0x41,0xf9,0x9f, + 0xf9,0xff,0x2c,0xda,0x15,0xd9,0xa2,0xca,0xe3,0xc3,0x31,0x8e,0x30,0x46,0x94,0x54, + 0xfc,0x17,0x56,0xfc,0xe7,0x90,0xf9,0x5f,0xd7,0x0,0xcc,0x7f,0x27,0x53,0xb0,0xf, + 0xf8,0x8a,0x82,0x72,0x9f,0xe1,0x23,0x35,0x20,0x6b,0x95,0xdc,0x6a,0x3f,0x28,0xfd, + 0x79,0xfa,0xcc,0x7a,0x4,0x22,0x4c,0xbd,0x78,0x7d,0x87,0xd8,0x3f,0xd9,0x11,0xa4, + 0x7f,0xf7,0x62,0xdf,0x9f,0x6b,0x7f,0x5b,0xbe,0x7f,0xb4,0x61,0x3e,0x23,0x5d,0xe0, + 0x8f,0x45,0xd,0xe8,0x2a,0x72,0xbf,0x7f,0x2e,0x3,0xcd,0xa9,0xf6,0xef,0x51,0xda, + 0xc4,0xbf,0x39,0xff,0x7b,0xa8,0xfe,0xbf,0x9e,0xff,0x5,0xca,0xfc,0xcf,0x77,0xff, + 0xcc,0xad,0x67,0xba,0xfb,0x87,0xf8,0x1f,0x43,0xbf,0x37,0x90,0x3e,0x2f,0x92,0x62, + 0x28,0x7d,0xee,0x30,0xa5,0x1,0xa3,0x48,0x2f,0x46,0xb3,0x17,0xa0,0xaf,0x89,0x22, + 0xd,0x98,0x48,0x5e,0x60,0xa,0x69,0xc0,0xaa,0x76,0xea,0x5e,0x20,0x73,0x2f,0x40, + 0xdd,0xd,0x78,0x8e,0xfe,0xed,0x5f,0x9c,0xa2,0x34,0x20,0x5e,0x3d,0xd3,0x97,0x7c, + 0xc0,0x8d,0x39,0xd2,0x7,0x70,0x3f,0x70,0xef,0x24,0xe9,0xff,0x39,0x56,0xae,0x58, + 0xae,0x34,0x20,0xc6,0x54,0xb,0x58,0xfb,0x1,0xf7,0xd5,0x8e,0x0,0xf7,0xd9,0xf9, + 0xce,0x50,0xf6,0x10,0xb7,0x94,0x6,0x70,0xd,0xf0,0x28,0xd1,0x3a,0x13,0xb0,0x99, + 0xf,0x9a,0xc2,0x66,0x67,0x78,0xbd,0xb5,0xdf,0x27,0x72,0x7f,0x82,0xcc,0xfd,0xfc, + 0xfb,0x96,0xfe,0xa0,0xdd,0x59,0x42,0xf3,0xde,0x80,0xe0,0x5f,0xfd,0x3c,0x96,0x3d, + 0xff,0xd9,0xd6,0xbb,0x7d,0x38,0xe7,0x73,0xee,0xbf,0x36,0x41,0x7a,0x82,0xe7,0xe4, + 0xb5,0x7f,0xbe,0x7f,0xc,0xbf,0x3e,0x3e,0x4b,0x71,0xe,0xbf,0x3e,0x39,0x2b,0x7a, + 0x1,0xac,0x1,0xbf,0xb2,0xe,0x3c,0xbd,0x2c,0x6a,0xff,0x62,0x1d,0x3c,0x95,0xef, + 0xa7,0xba,0x3f,0x8e,0xa3,0x35,0x8a,0x2c,0x88,0x40,0xb9,0x55,0xc3,0xe0,0xb6,0x79, + 0x22,0x79,0xef,0xe9,0x22,0xf7,0x87,0x9c,0x5c,0x22,0x6a,0xfe,0xf0,0x8b,0x49,0x22, + 0xf7,0x37,0xb9,0x94,0x28,0x7a,0xfe,0x8d,0x2e,0x98,0x6b,0xff,0x4,0x9b,0xbd,0x1f, + 0x79,0xef,0x87,0xb5,0xf6,0xd7,0x7b,0xbf,0xe9,0x6b,0xff,0x18,0x9b,0xde,0x9f,0xf5, + 0xf9,0x7f,0x23,0x49,0x7b,0x6,0x10,0xc7,0xc4,0xf0,0xae,0x8e,0xf0,0xda,0xd9,0x81, + 0x78,0xef,0x93,0xf1,0xec,0x6f,0x9f,0xb5,0xf6,0xf7,0xd5,0xfc,0xef,0x94,0x7b,0x7f, + 0xee,0x1b,0x3b,0xa2,0xe2,0x8a,0xa6,0x70,0x5a,0xdc,0x0,0x65,0x17,0x86,0xc0,0x71, + 0x41,0x6d,0xb1,0xef,0x53,0x9e,0x3e,0x26,0xf8,0x5f,0x16,0x2e,0xf8,0xe7,0xf9,0x1f, + 0xfb,0xff,0xa2,0x94,0xff,0xb,0xcd,0xf0,0x57,0xfc,0x57,0x43,0xe,0xe6,0x7f,0x82, + 0x8b,0xc8,0xff,0x59,0x28,0xff,0x5b,0xf9,0xcf,0x6f,0xf5,0xff,0xf6,0xf9,0xbf,0x93, + 0x5d,0xb4,0x53,0xbb,0x1,0xac,0x1,0x6e,0x72,0x3f,0x28,0x6b,0xe5,0x5c,0x38,0x79, + 0xfe,0x4c,0xba,0x73,0x75,0x19,0xb1,0x9f,0xd1,0xe,0x2e,0xbf,0x3d,0x7d,0xfa,0x74, + 0xed,0x3,0x46,0xbf,0x83,0xff,0x3,0xcc,0xff,0xea,0xd5,0x89,0x6a,0xdf,0x2f,0x63, + 0xce,0xf9,0x7b,0x66,0xe4,0xb,0x2,0x9d,0x72,0xa2,0x64,0x56,0x3,0xf5,0xf2,0x19, + 0x68,0x49,0x3f,0x7b,0x2f,0x47,0x3,0x3,0x9c,0x4c,0xfc,0x57,0xb2,0xe6,0xff,0x89, + 0x5e,0xd6,0xf9,0x3f,0xef,0xff,0xcf,0xa8,0x25,0xf3,0xff,0x5c,0x53,0xf,0x60,0x3e, + 0xc5,0x60,0xfa,0x9c,0x7e,0xe4,0x15,0x6,0x90,0x26,0x46,0x92,0xf,0x18,0xcc,0x1a, + 0x50,0x53,0x86,0xd0,0x1,0xd2,0x80,0xb1,0xe4,0x7,0xc6,0x87,0x48,0x1d,0x98,0x44, + 0x5f,0xb3,0xbc,0x8d,0xed,0xd9,0x0,0xde,0xd,0x3a,0x30,0xc8,0xc0,0x5,0xca,0x7f, + 0x17,0xe2,0xac,0x1e,0xe0,0xaa,0xbd,0x6,0x90,0xf,0xd8,0x1b,0x2b,0xf9,0xe7,0xbf, + 0x87,0x2d,0x9b,0x37,0x61,0xd5,0x4a,0xa9,0x1,0x93,0x27,0xc5,0x28,0x1f,0x20,0x6b, + 0x81,0x9b,0x4b,0x65,0xce,0xbf,0xbb,0x54,0xd5,0xe,0xaa,0x8f,0x28,0xd8,0x5f,0x2a, + 0x75,0xc1,0x32,0x1f,0x34,0xdd,0x21,0x62,0xb3,0x27,0xa4,0xd8,0x37,0xdf,0x27,0xc4, + 0xbd,0x2,0xbd,0x2f,0x20,0xfa,0x86,0xab,0xec,0xce,0x11,0xda,0xdd,0x31,0x68,0xbe, + 0x6b,0x54,0xef,0x1b,0x70,0xdf,0x8f,0x7b,0xfe,0xb7,0xcd,0xf3,0x7e,0x7e,0xb6,0x1, + 0xfd,0xd9,0xbe,0xa5,0xdc,0x7f,0x2d,0x4a,0xea,0xd5,0x8b,0xb,0x8b,0xf0,0xeb,0xfd, + 0xe3,0x62,0xfe,0xf7,0xeb,0xa3,0x33,0x14,0x67,0x6d,0x34,0xe0,0x87,0x2b,0x7b,0x51, + 0xca,0x2b,0x27,0x8a,0x74,0xf5,0x11,0xbe,0x9f,0x7b,0x7e,0xcc,0x7f,0xce,0x29,0x6d, + 0x51,0x7c,0x51,0x1f,0x94,0x4f,0x1a,0x89,0x6a,0x62,0xde,0x37,0x8b,0x72,0xff,0x42, + 0xd4,0x3b,0xcd,0x7b,0x3d,0x3c,0xeb,0x5b,0xad,0xbc,0xff,0x6a,0x31,0xf7,0x13,0x7d, + 0x7f,0xe5,0xfd,0x2d,0x73,0x7f,0xe5,0xfd,0x6d,0xe6,0x7e,0xa2,0xf6,0x97,0xf7,0xfe, + 0x49,0xfe,0x65,0xfe,0xb7,0xa9,0xfd,0xcd,0xfc,0x1f,0x1b,0x8d,0xda,0x47,0x47,0x21, + 0xe8,0xf0,0x30,0xf2,0xff,0x5d,0xc9,0xff,0x77,0xa2,0x5c,0xde,0x81,0xd8,0xee,0x22, + 0x66,0x7f,0xe9,0x7a,0xff,0xaa,0xf7,0x67,0x99,0xfd,0x71,0xee,0xdf,0x4a,0xec,0xaf, + 0x6d,0x8b,0x52,0x63,0xdb,0x23,0x77,0xbb,0x16,0xf8,0xb4,0x7e,0x4b,0x64,0xa3,0xf8, + 0xbc,0x59,0x73,0x14,0x1a,0xd8,0x2,0x8e,0x33,0xa9,0xe,0x48,0x68,0x84,0xb2,0x4b, + 0x1b,0xa1,0xf4,0xe2,0x50,0x94,0x5c,0x50,0x17,0xe,0xf3,0x28,0xff,0xcf,0xa,0x44, + 0x81,0x78,0x3f,0xe4,0x9b,0x5a,0x1d,0x79,0x26,0xbb,0x23,0x47,0x4c,0x65,0xc1,0x7f, + 0xd6,0x71,0xe5,0xf0,0xfe,0xe8,0x52,0x8a,0x7f,0xaa,0xff,0x7,0xe5,0x23,0xfe,0x29, + 0xf7,0xf7,0xc9,0x6e,0xbb,0x3,0xd0,0x25,0x3,0xfe,0x3b,0xab,0xdd,0x0,0xad,0x1, + 0xae,0x4a,0x3,0xaa,0xe4,0xb1,0xec,0x6,0x64,0x78,0xd6,0xce,0x54,0x7f,0xdb,0xf4, + 0xec,0x5f,0xcb,0x7a,0x3d,0x25,0x25,0x5,0xd1,0xd1,0xd1,0xef,0xbc,0x43,0xcc,0x3a, + 0xf7,0xdf,0x6d,0xc3,0x7f,0x66,0x75,0x80,0xf9,0xf7,0xbe,0xff,0xf6,0xa,0x1c,0x89, + 0x7d,0xee,0xfd,0x7f,0x59,0xd8,0x40,0x5b,0xf2,0x2f,0x7d,0xcb,0x52,0xfd,0x4f,0x11, + 0x49,0xfc,0xf,0xe5,0x19,0x0,0xf1,0x3f,0xda,0xc4,0x3f,0x9f,0xff,0x61,0xff,0x3f, + 0x85,0xcf,0xff,0x98,0xef,0xff,0xa8,0x2f,0x3d,0xc0,0x4c,0x7a,0xbb,0x9f,0xa7,0x81, + 0x3e,0x9e,0x56,0xd,0x18,0xe4,0xab,0x74,0xa0,0x86,0xf4,0x2,0x23,0x6a,0x4a,0x2f, + 0xc0,0x35,0xc1,0xd8,0xba,0x52,0x7,0x62,0xf9,0x99,0x1,0xad,0xa5,0xf,0xe0,0x7e, + 0x20,0xf7,0x3,0x8e,0xc,0x95,0xf9,0x9f,0xfb,0xff,0xf6,0x1a,0xc0,0xfc,0xb,0xd, + 0xa0,0x7c,0xb9,0xc7,0xc4,0xff,0xde,0xbd,0xbb,0xb1,0x79,0xd3,0x46,0xe1,0x3,0xe6, + 0xcd,0xd5,0x3e,0x60,0x88,0x98,0xb,0xc,0xed,0xd9,0x0,0xd7,0xe7,0x4b,0xee,0x6f, + 0xa9,0xda,0x81,0xdf,0xe6,0xbc,0x9f,0xe1,0x3d,0x62,0xe6,0x5d,0x21,0x55,0xf,0xd8, + 0xdf,0x2d,0xac,0xd9,0x17,0xde,0x7f,0x89,0xd4,0x16,0xf3,0x19,0x82,0xa7,0xf6,0x61, + 0x7e,0x6,0x99,0x69,0xe6,0x2f,0xea,0xfe,0x39,0xf2,0x4e,0x7f,0x3d,0xef,0xd3,0x3d, + 0x7f,0xce,0xfd,0xd7,0xc6,0xb3,0xbf,0xf8,0x18,0xaf,0x2e,0x2d,0xc3,0x2f,0xc4,0xff, + 0x2f,0xf,0x4f,0xe2,0x17,0xa1,0x1,0xdf,0x90,0xf,0xa0,0xa0,0x3a,0xe0,0xd7,0x27, + 0x17,0x70,0x7c,0xff,0x4a,0x91,0xff,0xb,0xe,0xae,0x2f,0x7b,0xfe,0x53,0x88,0xff, + 0x29,0x6d,0x90,0x63,0x6a,0x3b,0x38,0x24,0xf4,0x87,0xcb,0x9a,0x31,0xf0,0xd8,0x1e, + 0x7,0xff,0xfd,0xb3,0x50,0xfb,0xf8,0x22,0xe2,0x96,0xfd,0xfd,0x6a,0xe9,0xfb,0x99, + 0xff,0x4b,0x6a,0xe7,0xef,0xa2,0xbc,0xf7,0x3f,0x5c,0xcf,0xfd,0x94,0xf7,0x6f,0x70, + 0x66,0x1e,0x42,0x4f,0xcd,0x42,0xe8,0x9,0xca,0xf9,0xc7,0xf8,0x39,0x41,0x94,0xf7, + 0x4f,0x4e,0xb5,0x7a,0x7f,0xf1,0xfc,0x4f,0x5d,0xfb,0xc7,0x58,0x6b,0x7f,0x62,0xbf, + 0xb6,0x78,0xf6,0xdf,0x68,0xf2,0xff,0x23,0xc5,0xdc,0xbf,0xc6,0xfe,0x3e,0xc4,0x3e, + 0xf1,0xbf,0xab,0x3,0xaa,0xef,0x68,0x4b,0xbc,0xf7,0x51,0xf3,0x7f,0xbd,0xf7,0x6b, + 0xea,0xfd,0xb1,0x6,0xf0,0xdc,0x6f,0x5b,0x57,0x38,0x4f,0xe9,0x84,0x4f,0x82,0x3a, + 0x22,0x8b,0x7b,0x3b,0x64,0xf1,0xed,0x83,0xf7,0x6a,0x8d,0xc4,0x7b,0x35,0x47,0xe2, + 0xfd,0x80,0x48,0xf1,0xb1,0xf,0x7d,0xda,0xa1,0x40,0xff,0x66,0x70,0x9c,0x5f,0x1f, + 0x8e,0x54,0xfb,0x97,0x58,0x50,0x7,0xc5,0xe6,0xd5,0x42,0x91,0xd9,0x1,0x28,0x18, + 0xef,0x2d,0xf9,0x9f,0x54,0x15,0x39,0x63,0x5c,0xf1,0x69,0x94,0x2b,0x3e,0x1a,0x57, + 0x16,0x1f,0x8c,0x2a,0x3,0x63,0x38,0xd7,0xff,0x5,0xc8,0xfb,0x17,0xb4,0xf2,0x1f, + 0x91,0xc5,0x76,0x6,0xd8,0xd9,0x8e,0x7d,0xfd,0xda,0x4a,0xed,0x8,0x9b,0x77,0x4, + 0x1b,0xb8,0xe3,0xe1,0x93,0x87,0xe9,0x7c,0xc0,0x8f,0x76,0xec,0xf3,0xeb,0x6b,0xe2, + 0xfe,0xb5,0x62,0xff,0xf5,0xeb,0x57,0x78,0xf5,0xea,0x15,0x69,0xc0,0x13,0xe1,0xeb, + 0x33,0xd3,0x0,0x75,0xb7,0xb7,0xf8,0x77,0x7f,0xf6,0xec,0x59,0x1b,0xf6,0xed,0xdf, + 0xce,0x48,0xf,0xd6,0x24,0xcc,0x41,0x29,0xe2,0xbf,0xca,0x67,0x6,0x9a,0x16,0x34, + 0xd0,0xc1,0x81,0xf8,0x2f,0x23,0xf3,0x7f,0x24,0xd5,0x0,0x43,0x5d,0x14,0xff,0x7c, + 0xe7,0x8f,0xbb,0x3a,0xff,0x5b,0xdd,0x3a,0x3,0x10,0x3b,0x80,0xa6,0x1e,0x0,0xf3, + 0x1f,0x4d,0x1f,0x8b,0xa8,0x46,0x3e,0xc2,0x5d,0x6a,0x40,0x5f,0x3b,0xd,0x18,0x42, + 0x5e,0x60,0x48,0xd,0xab,0x17,0x18,0x5d,0x5b,0xc6,0x58,0xee,0xf,0x86,0x4a,0xd, + 0xd0,0xbb,0x41,0x27,0xf8,0x1e,0x90,0x68,0xa9,0x1,0xe7,0x89,0x85,0x8b,0xc4,0xc4, + 0xa5,0xa9,0xb2,0xe,0x10,0x3e,0x80,0x58,0xb9,0x41,0x5e,0x79,0x5e,0x64,0x11,0xc1, + 0x7f,0xaf,0x88,0x8,0x1c,0x3b,0x7a,0xd4,0x46,0x3,0xec,0xfb,0x1,0x83,0xbb,0xd5, + 0xc7,0x55,0x3e,0x4b,0x37,0x5f,0x6a,0x80,0xb8,0x43,0xcc,0x3c,0x1f,0x5c,0x6d,0xab, + 0x3,0x96,0x9d,0xc1,0x24,0xd3,0xae,0x90,0xf2,0x3,0xa2,0x7f,0x90,0x60,0xbb,0x2f, + 0x64,0x73,0xdf,0x70,0x66,0xcf,0x1c,0x51,0x1f,0xd3,0x33,0xbf,0xbb,0x6a,0xdf,0x87, + 0x7d,0x3f,0xdf,0xe9,0xcb,0x3b,0x7e,0x7c,0xa7,0xf,0xb3,0x7f,0x7d,0xa2,0x64,0xff, + 0xca,0x38,0xfa,0xbc,0x44,0xf,0xbc,0xba,0x92,0x48,0xfe,0xff,0x8,0x7e,0x79,0x40, + 0xfc,0x3f,0x3c,0x25,0xe2,0xd7,0x87,0x67,0x64,0x3d,0x40,0x1a,0xb0,0x6b,0xeb,0x3c, + 0x79,0xb7,0xcf,0x88,0x86,0xc2,0xff,0x73,0xdd,0xff,0x79,0x1c,0xf1,0x3f,0xad,0x3d, + 0x4a,0x2c,0xed,0x8f,0xa,0xdc,0xf7,0xdf,0x3e,0x19,0x1,0x7,0x66,0xa3,0x36,0xe5, + 0xff,0x50,0xcd,0xff,0xa5,0xd5,0x72,0xee,0x7f,0x71,0x95,0xf0,0xfe,0x36,0x3b,0x7f, + 0xe7,0x17,0x93,0xc7,0x9f,0x8f,0x7a,0x47,0xe2,0x51,0x67,0xef,0x64,0x4,0xef,0x8c, + 0x46,0xd0,0xb6,0x28,0xd4,0xda,0x36,0x1e,0xb5,0x92,0xc7,0x21,0x78,0xd7,0x4,0xd4, + 0xd9,0x4f,0xb9,0xfe,0xe8,0x24,0xe1,0xfb,0xeb,0x9d,0x98,0xac,0x9e,0xfd,0x39,0x31, + 0x5d,0xed,0x5f,0xe7,0xc8,0x28,0xf5,0xec,0xcf,0xe1,0xa2,0xef,0xef,0xb3,0x9b,0xf3, + 0x7f,0x3b,0xe2,0xbf,0xbd,0xec,0x3,0x98,0x6a,0x7f,0x51,0xf7,0xef,0x53,0xbb,0x7f, + 0x7b,0xc8,0xfb,0xef,0xec,0x81,0x72,0x93,0xba,0x21,0x6b,0xf5,0xce,0xf8,0xa0,0xe6, + 0x50,0xaa,0xbf,0x93,0xad,0xf7,0x87,0x73,0xf0,0xbd,0x81,0x9d,0x8e,0xc2,0xa8,0x13, + 0x8d,0xf,0xbd,0x3a,0x21,0x5f,0xaf,0x96,0x28,0x4d,0x75,0x41,0x89,0xf9,0xb5,0x51, + 0x8c,0x6a,0xff,0x22,0xb3,0xfc,0x88,0xff,0xea,0xc8,0x37,0xc5,0x1d,0xb9,0x27,0x57, + 0xc1,0xe7,0xd1,0x95,0xf0,0x49,0x94,0x13,0x3e,0x1a,0x53,0xe,0xef,0x8d,0xa4,0xfc, + 0x3f,0x9c,0xcf,0xff,0x15,0x95,0xfb,0xbf,0xfd,0xf3,0x10,0xff,0x9f,0x58,0xf9,0xef, + 0x96,0x41,0xee,0xb7,0x8f,0x16,0xaa,0x1f,0xc8,0xbb,0x1,0xa5,0xe5,0x7e,0x40,0x85, + 0x86,0xbc,0x23,0xf8,0xc8,0x26,0xcf,0x9b,0xf3,0xbd,0xe6,0x5e,0xb2,0xff,0x4a,0xbc, + 0x32,0xfb,0xfc,0x8c,0x61,0x7e,0xfd,0xf6,0xdb,0x6f,0xf5,0x3d,0x82,0xe9,0xf6,0x83, + 0xe8,0xdf,0x7c,0x80,0xee,0x7b,0x3d,0x79,0xf2,0xc4,0xa4,0x1f,0xe6,0xef,0x99,0x3e, + 0xef,0xeb,0xd7,0xf1,0x3,0x3a,0xa3,0x4,0xf1,0xef,0x97,0xd3,0xc0,0x57,0xc4,0x7f, + 0x17,0xfa,0x79,0xfb,0x90,0xff,0xef,0xef,0x24,0x7b,0x0,0x43,0x2b,0x28,0xfe,0xab, + 0x10,0xff,0xc4,0xf4,0x4,0x4f,0xc5,0xbf,0x3e,0x3,0x54,0x4b,0xf5,0x0,0xea,0x58, + 0xe7,0x0,0x43,0x88,0xf7,0x6e,0xa4,0x17,0x3d,0xc8,0x33,0x44,0x90,0x6,0xf4,0x26, + 0xcf,0xd0,0xc7,0x4b,0x7a,0x1,0xee,0x9,0xc,0x22,0xd,0x18,0x14,0x20,0x75,0x60, + 0x28,0x79,0x81,0xe1,0xaa,0x1e,0xe0,0xbe,0xc0,0x68,0xde,0x15,0x8,0x55,0xb5,0x0, + 0x69,0xc0,0xa9,0xb1,0xc4,0xff,0x44,0xa9,0x1,0xe7,0x63,0x33,0xa9,0x5,0x66,0x32, + 0xff,0xc5,0xc5,0xdf,0x41,0x64,0x64,0x24,0xce,0x91,0xe,0xb2,0x6,0xb0,0x1f,0x62, + 0xd,0x58,0xb5,0x72,0x85,0xa9,0x1f,0x30,0x44,0xf4,0x3,0x6,0x77,0xab,0x87,0x6b, + 0x73,0xe4,0xbc,0xcd,0xe6,0xcc,0x50,0x46,0xe7,0x86,0xcc,0xe7,0x6,0x4c,0x3b,0x83, + 0x96,0x1d,0xe1,0xc5,0xd6,0x99,0xc1,0x83,0x24,0xd3,0x39,0x42,0xfb,0x7b,0x45,0x36, + 0x98,0x5e,0xd7,0xca,0xef,0x2b,0xd8,0xe7,0x5d,0xdf,0x5,0x72,0xde,0x2f,0x7c,0xff, + 0x34,0x79,0xb6,0xf7,0x7a,0xc,0xbd,0x52,0xde,0xbf,0x4e,0xec,0x5f,0xa5,0xbf,0x87, + 0xcb,0x63,0x48,0xab,0xd6,0x6,0xe3,0xd5,0xd5,0x24,0xfc,0x7c,0xef,0x18,0x7e,0x7e, + 0x70,0x82,0x34,0xe0,0xb8,0x55,0x3,0x94,0xf,0x98,0x1e,0x3f,0x50,0xf0,0x2f,0xd8, + 0x17,0xde,0x9f,0xf3,0x7f,0x6b,0xe4,0x88,0x27,0xfe,0x97,0x30,0xff,0xa3,0xe1,0xae, + 0xf9,0xe7,0xfc,0xff,0x8d,0xde,0xf3,0x4f,0x54,0xfb,0xbe,0x2b,0x6c,0xee,0xfb,0xe1, + 0x79,0x5f,0xfd,0x63,0xe4,0x15,0xf6,0xc4,0x21,0x68,0x4b,0x14,0x2,0xd6,0x8e,0x42, + 0xd5,0x19,0x83,0x51,0x29,0x76,0x0,0x2a,0xc6,0xf4,0xa7,0xd7,0xfe,0xf0,0x4b,0x1a, + 0x8c,0x1a,0xeb,0x87,0x22,0x70,0xeb,0x48,0x4,0xef,0x25,0xd6,0x8f,0x4c,0xb4,0xce, + 0xfd,0x99,0x7f,0xa,0xed,0xfd,0x5,0xff,0x47,0x14,0xff,0x47,0x86,0x10,0xdf,0x11, + 0xc2,0xff,0xcb,0x68,0x2f,0xfa,0x0,0xd6,0xbd,0xff,0x3e,0x72,0xef,0x5f,0xec,0xfc, + 0xf5,0x80,0xd7,0x86,0x1e,0xc8,0x56,0xb3,0x3b,0x3e,0x8,0x1e,0x4e,0xbc,0x9f,0x86, + 0x31,0xea,0x16,0x8c,0x19,0x3f,0xc9,0x7b,0xc4,0x97,0x52,0x4c,0x7e,0x49,0xec,0x7e, + 0x2f,0xee,0xf,0x7e,0xaf,0xc1,0x74,0x64,0xf5,0xed,0x8e,0x62,0x53,0xc2,0xc4,0xdc, + 0x8f,0xbd,0x7f,0xa1,0x19,0xbe,0xc8,0x4f,0xb9,0x3f,0x6f,0x5c,0x55,0xe4,0x8a,0xad, + 0x64,0x99,0xfd,0x7d,0xa8,0x7b,0xff,0xc3,0x8a,0x51,0xed,0xcf,0xf9,0x3f,0xbf,0x3a, + 0xff,0xf3,0x89,0xf4,0xfe,0x3d,0x32,0xf1,0xfe,0xf6,0xa1,0xcf,0x9,0xf0,0x7e,0x60, + 0xa0,0xda,0x11,0x2c,0x61,0xa0,0x45,0x64,0x87,0xc,0xfb,0x70,0x9c,0xe7,0x39,0x7e, + 0x14,0xcc,0xbf,0xb4,0xc4,0xcb,0x97,0x2f,0xf0,0xe2,0xc5,0x73,0xbc,0x78,0xfe,0x1c, + 0xcf,0x9f,0x3f,0xc3,0xb5,0x6b,0xd7,0x32,0xdc,0x11,0x24,0xf6,0x3,0x74,0xfe,0xd7, + 0x33,0x3d,0xad,0x1,0xe6,0xb0,0xff,0x98,0xd6,0x86,0x16,0x41,0xee,0x28,0xfe,0xa1, + 0x81,0xda,0xb9,0xc9,0x3f,0x17,0x32,0xd0,0x9d,0x7e,0xd6,0xbe,0x8e,0xd2,0xff,0xf, + 0xe4,0x1e,0x60,0x5,0xb9,0x3,0xc0,0x67,0x0,0xc6,0xaa,0x1e,0x60,0x8c,0x9a,0x1, + 0xc6,0xa9,0x3b,0x0,0xf4,0x1e,0x20,0xf3,0x3f,0x83,0x5e,0x23,0xe8,0xf3,0x3a,0x57, + 0x26,0x2d,0xa1,0xaf,0xe9,0x4e,0x6f,0xf7,0x24,0xd,0x88,0xf0,0x90,0x1a,0xd0,0x87, + 0xbe,0xb6,0xbf,0x8f,0x8c,0x41,0xfe,0x52,0x7,0x6,0x2b,0x2f,0x30,0x42,0xeb,0x40, + 0x6d,0xe9,0x3,0x96,0xb7,0xa5,0xfc,0x4f,0x39,0xef,0x34,0xd5,0xbd,0x67,0x48,0x3, + 0xce,0xc6,0xaa,0x5a,0x20,0xce,0xd4,0xf,0x54,0x1a,0x30,0xbd,0x7f,0x39,0xc1,0x3f, + 0x3f,0x8f,0xf9,0xea,0xd5,0xab,0x16,0xd,0x60,0x1f,0xa0,0xfb,0x1,0x96,0x5a,0x60, + 0xa8,0xd4,0x80,0x21,0x3d,0x1a,0xe0,0xe6,0x12,0xd3,0x19,0x62,0x7b,0xfe,0x33,0x3a, + 0x37,0x94,0x64,0xcd,0xd9,0xb7,0x17,0x5b,0x77,0x5,0x58,0x7,0x78,0x97,0xc0,0x3c, + 0x27,0x34,0x3f,0x7f,0xd0,0x7c,0xd7,0x88,0xf0,0x14,0x2b,0xed,0xce,0xf8,0xa8,0x3b, + 0x3d,0x5,0xfb,0x71,0xd6,0x7e,0xff,0x55,0xfa,0xb3,0x5f,0x1d,0x27,0xd9,0xbf,0x3c, + 0x9a,0xf9,0xaf,0x83,0xd7,0x57,0xd7,0x10,0xff,0x47,0xa4,0x7,0xb8,0x7f,0x4c,0x69, + 0x0,0x7b,0x81,0xd3,0x54,0xf,0x9c,0xc1,0xf4,0xe9,0xfd,0x5,0xff,0xa2,0xf6,0x57, + 0xb9,0xff,0xf3,0xa9,0x92,0xff,0x62,0xe4,0xff,0x9d,0xd7,0x70,0xfd,0x3f,0x9,0xbe, + 0xfb,0x66,0x22,0xe8,0x28,0xe5,0xf4,0xd3,0xfa,0x9c,0x9f,0xda,0xf7,0xd7,0xf7,0x7d, + 0x30,0xfb,0x54,0xef,0x87,0x1c,0x9a,0x81,0xda,0xdb,0x27,0xc1,0x6d,0xda,0x70,0xe4, + 0x6b,0xd6,0x1d,0x59,0xaa,0xb6,0x42,0x16,0xb7,0x56,0xf2,0xb5,0x6a,0x6b,0x4b,0x64, + 0xf,0xe9,0x4,0xa7,0x91,0x7d,0xe1,0x9b,0x38,0x58,0x3c,0xef,0xaf,0xce,0xa1,0x71, + 0x6a,0xee,0x3f,0xde,0x32,0xf7,0xd7,0xde,0x3f,0xf8,0xc8,0x30,0xf9,0xec,0x6f,0xca, + 0xff,0x5c,0xef,0x73,0xee,0xd7,0xa1,0x3d,0x80,0xec,0xfd,0xf5,0x91,0x67,0xfe,0xf7, + 0x46,0x88,0x3b,0x3f,0xca,0x8c,0xeb,0x8b,0x8f,0xfc,0x7b,0x13,0xfb,0x47,0x60,0xcc, + 0xff,0x55,0xde,0x19,0xb4,0x53,0xdd,0x27,0xbe,0x4d,0xdd,0x1f,0xc6,0xf7,0x88,0x47, + 0x3d,0x23,0xbf,0x7e,0x46,0x7c,0xee,0x17,0x11,0x54,0xf7,0xcc,0xa9,0x85,0xa2,0x33, + 0x3,0x50,0x38,0xde,0x17,0x5,0xa6,0x78,0x89,0xb3,0x3f,0xb9,0x29,0xf7,0x67,0x8f, + 0xaa,0x88,0x6c,0x63,0x99,0x7f,0xae,0xfd,0x8b,0xc9,0xda,0x5f,0xf4,0xfe,0x72,0xc9, + 0x3b,0x40,0x7a,0xab,0xde,0x5f,0x46,0xbd,0xff,0x8c,0xd8,0x6f,0xab,0x6a,0x80,0x60, + 0xb5,0x17,0xa0,0x77,0x3,0x4a,0x19,0x68,0x19,0xd9,0x49,0xb1,0xaf,0x98,0xff,0x91, + 0xb9,0x97,0xbc,0xbf,0x16,0xaf,0x2f,0x88,0xfb,0xe7,0x22,0x5e,0xbc,0x78,0x46,0xdc, + 0xa7,0x51,0xa4,0x8a,0x67,0xf4,0xa6,0xa6,0xa6,0x58,0xee,0xf,0x52,0x1a,0x90,0x53, + 0xf3,0xaf,0xf3,0xbf,0xb9,0x7e,0xb0,0xe7,0xde,0xb6,0xb6,0xb0,0x7e,0x4e,0xe5,0x2f, + 0xc,0x14,0x23,0xfe,0xc3,0xf3,0x19,0x68,0x4e,0xfc,0xf7,0x28,0x49,0x8c,0x92,0x6f, + 0xe9,0xc7,0xfc,0x97,0x93,0xfc,0x8b,0x19,0x60,0x65,0xc9,0xff,0x78,0x75,0x7,0x48, + 0xac,0x8f,0xaa,0x1,0xd4,0x39,0x60,0x9e,0x3,0xb2,0x7,0x98,0x48,0x2c,0x77,0x22, + 0xbd,0x68,0x5f,0x91,0x5e,0x95,0x6,0x74,0xa5,0xaf,0xeb,0x46,0xde,0xa1,0xa7,0x87, + 0xd4,0x81,0xde,0xf4,0xf5,0x7d,0x28,0xfa,0x91,0x86,0xc,0xf0,0x93,0x3a,0x10,0x49, + 0x5f,0x37,0x84,0xb4,0x64,0x18,0x69,0xc0,0x70,0xfa,0x5e,0x23,0xe9,0xef,0x2f,0x3a, + 0xdc,0xc0,0xa6,0x7e,0xe4,0x1,0x98,0xff,0x9,0x52,0x3,0xce,0x99,0x34,0x80,0xeb, + 0x0,0xe,0xe6,0x3f,0xb2,0x73,0xd,0xf1,0x77,0x30,0x6b,0xe6,0x4c,0xdc,0xbc,0x79, + 0x53,0x68,0xc0,0xf9,0x73,0xe7,0xec,0x7c,0x80,0xd4,0x0,0xd9,0x13,0x94,0xfb,0x1, + 0x43,0x7a,0x84,0x4a,0xd,0xb0,0x3f,0x3b,0x68,0x77,0x8f,0x88,0xe5,0x5e,0xd1,0xd5, + 0x8a,0xfd,0x85,0x56,0xfe,0x39,0xf8,0x6b,0xd2,0x3d,0x73,0x68,0x9d,0x6d,0x9f,0x50, + 0x7b,0x6,0x71,0x9f,0xdf,0x52,0x39,0x67,0xd4,0xfd,0x3e,0xfd,0x1c,0xbf,0x1b,0x71, + 0x56,0xdf,0xcf,0x35,0x3f,0xb3,0x7f,0x45,0xb1,0x7f,0x69,0x24,0x69,0x45,0x92,0x3f, + 0x5e,0x5d,0x5e,0x89,0x9f,0x7f,0x38,0x84,0x5f,0x58,0x3,0xee,0x1d,0x25,0x1d,0x38, + 0x8e,0x5f,0x85,0x17,0x38,0x25,0x34,0x60,0xd1,0x82,0x51,0x82,0xff,0xbc,0x63,0x1b, + 0xcb,0xda,0x3f,0xae,0xb5,0xe0,0x3f,0x3b,0xd5,0xff,0x85,0x16,0xf4,0x46,0x99,0xc4, + 0xa1,0xa8,0xbc,0x29,0xa,0xde,0x7b,0xa6,0xa1,0xe6,0x91,0xb9,0x72,0xe7,0xf7,0xdc, + 0xa,0xb5,0xf3,0xbb,0xd2,0x7a,0xd7,0xff,0xd9,0x4,0xd4,0x3b,0x34,0xb,0x7e,0xab, + 0x26,0x20,0x6f,0xd3,0x9e,0xf8,0xc0,0xbd,0x2d,0xd5,0xda,0xc4,0x5e,0x83,0x78,0x18, + 0xcd,0x56,0xc3,0x68,0x93,0x2c,0xa3,0x15,0x45,0xd8,0x3c,0xaa,0xbd,0x7,0x89,0xcf, + 0xf9,0x34,0xa8,0x13,0x2a,0x4f,0x1b,0x80,0x9a,0x3b,0x86,0x51,0xae,0x1f,0x6f,0xe7, + 0xfd,0x47,0xca,0xdc,0x7f,0x78,0x18,0x82,0x78,0xe7,0x47,0xc4,0x40,0xf8,0xed,0xe9, + 0x2e,0xf2,0xbf,0xe7,0xf6,0x76,0xe2,0x55,0x78,0xff,0xfd,0x7d,0xe4,0x9d,0x3f,0x7b, + 0xac,0x77,0xfe,0x14,0xe9,0x3d,0x10,0xd9,0x6b,0xf,0x46,0xee,0x25,0xaf,0xe5,0x9d, + 0x81,0xfb,0xd4,0xfd,0x21,0xfb,0xd4,0x1d,0x62,0xc9,0xa6,0x3b,0x44,0x7,0x7c,0x8f, + 0xac,0x21,0x51,0xc8,0xd9,0x2c,0x2,0xe,0x94,0xfb,0x8b,0xce,0xf0,0x41,0xe1,0x69, + 0x7c,0xf6,0xc7,0x3,0x79,0x27,0xb9,0x21,0x27,0xe5,0xfe,0xec,0xea,0xec,0xcf,0x7, + 0x23,0x4b,0x93,0xf7,0xe7,0xbd,0x9f,0x42,0xca,0xfb,0xf3,0xec,0x8f,0xd8,0xef,0x95, + 0x45,0xe6,0xfe,0x6e,0xa6,0xdd,0x1f,0xfb,0xde,0x5f,0x27,0x55,0xfb,0xf3,0x1c,0x90, + 0xf7,0x82,0x43,0x14,0xf7,0x6e,0x72,0x27,0x48,0xdf,0x1d,0xe4,0xd3,0x2a,0x8,0xd7, + 0xbe,0xbb,0xa6,0xf2,0xfd,0x4b,0x53,0xbe,0x7f,0x41,0xf1,0x5c,0xe4,0x7c,0xce,0xf5, + 0x2f,0x28,0x9e,0x3d,0x4b,0x11,0xcf,0xe9,0x62,0xee,0x53,0x53,0x9f,0x8a,0x3e,0xc0, + 0xd3,0xa7,0x4f,0xc4,0xbf,0x65,0xf3,0x7e,0x10,0xb1,0x2f,0xee,0xfb,0xe0,0xfb,0xfd, + 0xb5,0x97,0xb0,0xf,0xad,0x37,0xd6,0xb7,0xad,0x5a,0x50,0x92,0xd8,0x2f,0x4d,0xfe, + 0x3f,0x8c,0x74,0xa0,0x5,0xf3,0x4f,0xf9,0xbf,0x57,0x29,0xe9,0x1,0x6,0x3a,0xa5, + 0x9f,0x1,0x32,0xff,0xa2,0x6,0xa0,0x3c,0x1e,0xc7,0xe7,0x80,0xd4,0x3d,0x60,0xcc, + 0x3f,0xf7,0x1,0x7,0xd0,0xef,0xb7,0x76,0x31,0xd0,0x8e,0xbe,0xa6,0x3,0xe9,0x46, + 0x47,0xd2,0x82,0xce,0xa4,0x1,0x5d,0xdc,0xa4,0x6,0x74,0x77,0x97,0x3a,0xd0,0x8b, + 0xbe,0x47,0x6f,0xfa,0x1e,0x7d,0x79,0x4e,0x40,0xdf,0xa7,0xbf,0xd2,0x80,0x48,0xfa, + 0x5e,0x43,0x6a,0x4a,0x1d,0x18,0xdb,0x80,0xbe,0x37,0xfd,0xbd,0x6e,0xee,0x4f,0x1a, + 0x30,0x5e,0x6a,0x80,0xe8,0x5,0x90,0x2f,0x3e,0xa7,0xfa,0x81,0x97,0xa6,0x48,0xd, + 0xe8,0xda,0xa6,0x81,0xf0,0x40,0x4b,0x96,0x2c,0x11,0xf7,0x9d,0x6a,0xd,0x60,0x1f, + 0x70,0x9c,0x74,0x33,0x7d,0x3f,0xc0,0x3a,0x1b,0xe4,0x9e,0xe0,0xcd,0x4,0xdb,0x7b, + 0x84,0x2c,0x1a,0x60,0x77,0x6e,0x80,0xbd,0xba,0x60,0xdf,0x14,0x3c,0x4f,0x4c,0xf7, + 0xdc,0x41,0xd3,0x3d,0x83,0xa2,0x67,0xb0,0xca,0x7a,0x9f,0x8f,0x7e,0x7e,0xaf,0x38, + 0xd7,0xcf,0x3b,0x7e,0x2a,0xef,0x8b,0x59,0x5f,0xac,0xdc,0xf3,0x13,0xfd,0x3e,0x66, + 0x7f,0xac,0x95,0xfd,0x8b,0xc3,0xe9,0x73,0x17,0xe6,0xc0,0x8b,0x73,0x8b,0xf1,0xd3, + 0x9d,0xfd,0xf8,0xe5,0xee,0x61,0xfc,0x7c,0xf7,0x88,0xac,0x5,0xd8,0x7,0x70,0x4f, + 0xf0,0xc1,0x49,0x1c,0xdb,0x9b,0x20,0x9f,0xef,0xd5,0x3f,0x58,0x79,0xff,0x36,0xf8, + 0x94,0xf8,0xff,0x74,0x5a,0x1b,0xe4,0x9e,0xd5,0x5,0xc5,0x97,0xe,0x80,0xcb,0xfa, + 0xb1,0xf0,0xd8,0x11,0x87,0x80,0x83,0xe4,0xeb,0x4f,0x2c,0x40,0x83,0xb3,0xea,0x8e, + 0x5f,0xd3,0x3d,0x5f,0xf5,0x8e,0xcc,0x42,0xf5,0x25,0x51,0xc8,0x16,0xd0,0x5,0x59, + 0xbc,0xbb,0x53,0x6d,0x9b,0x64,0x7a,0x6e,0xdf,0x5,0xf9,0xda,0x4b,0x45,0x4f,0xf5, + 0xdc,0x9e,0xd6,0xdb,0x91,0xa5,0xc6,0x10,0x7c,0xe0,0xd9,0x1,0xce,0x94,0xab,0x6b, + 0xed,0x1e,0x8e,0xba,0x47,0xc7,0xc9,0xbe,0xdf,0xd1,0x51,0x82,0x7f,0x9e,0xfd,0x4b, + 0xfe,0x7,0xcb,0x9d,0x9f,0x83,0x7c,0xc7,0x4f,0x1f,0xe1,0xfd,0xbd,0x76,0xb4,0xa3, + 0x68,0x43,0xf9,0xbe,0x87,0x60,0x9f,0xeb,0xff,0x80,0xdd,0xea,0xb9,0x1f,0xbb,0x7a, + 0xa0,0x58,0xdf,0xc1,0xc8,0x11,0x32,0x2,0x4d,0xce,0x29,0xee,0xf5,0x7d,0xc2,0xa6, + 0x7b,0x84,0x84,0x6,0x6c,0x4,0x1c,0x12,0x7e,0x41,0xb6,0x3a,0x23,0x90,0xb7,0x63, + 0xf,0x14,0x9f,0xe9,0x87,0x22,0x7c,0xef,0xc7,0x54,0xe2,0x7f,0x72,0x35,0xe4,0x8e, + 0x71,0x45,0x8e,0x9,0xce,0xf8,0x6c,0x5c,0x39,0x7c,0x3c,0xba,0x34,0x3e,0x14,0x7d, + 0x7f,0x62,0x7f,0x70,0x41,0x39,0xf7,0xef,0xff,0x99,0xbc,0xff,0x47,0xe7,0xfe,0x6e, + 0xa6,0x1c,0xdf,0xd1,0x2e,0xdf,0xf3,0x2e,0x30,0xe5,0x2a,0xa3,0xbe,0xf2,0xfd,0x6e, + 0x2a,0xe7,0x17,0x93,0xfc,0x7b,0xb7,0xac,0x85,0x9d,0x87,0x76,0xab,0x9e,0x9e,0xcc, + 0xf5,0xaf,0x5f,0xbf,0x10,0xbc,0xbf,0x7c,0xf9,0x4c,0xfa,0xfc,0x17,0x92,0xfb,0xe7, + 0xcf,0xd2,0x44,0xbe,0x4f,0x4b,0xd3,0xdc,0x3f,0x25,0xee,0x1f,0x53,0x6d,0xff,0x10, + 0xf,0x1f,0xde,0xc7,0x83,0xfb,0xf7,0xc8,0xcf,0x6e,0xb4,0x68,0x0,0xf3,0x2f,0xf7, + 0xfe,0x47,0x5a,0x3d,0xc5,0x8f,0xb6,0xdc,0xeb,0x8f,0x99,0x7f,0x8f,0xe3,0xf0,0x9e, + 0x64,0x94,0xf8,0xc0,0x40,0xb9,0x8f,0xc,0x34,0xcc,0x4b,0xfe,0x44,0xf1,0x1f,0xa1, + 0x3c,0x0,0xf3,0x6f,0x33,0x3,0x70,0x93,0x3d,0x0,0xae,0x1,0xa2,0xbd,0xd4,0x1e, + 0x80,0xbf,0x3c,0xb,0xc8,0x73,0x80,0xc9,0xf4,0xda,0x8e,0xfc,0x42,0x4b,0xaa,0x1b, + 0x5a,0x97,0x97,0x1a,0xc0,0xc1,0x1a,0x20,0xbc,0x0,0x7d,0x7d,0x57,0xfa,0xfa,0x6e, + 0xa4,0x1,0x3d,0x88,0xff,0x8,0x8a,0x5e,0xde,0x4a,0x7,0x7c,0x94,0x1f,0x8,0x90, + 0x3a,0x30,0x98,0xe7,0x3,0xf4,0xf7,0x39,0x81,0x6a,0xa9,0x29,0xfc,0xec,0xd0,0xbe, + 0x6,0x8e,0x8f,0x33,0xf9,0x0,0xa5,0x1,0xe7,0x27,0xcb,0x9e,0xa0,0xae,0x81,0x4e, + 0x9e,0x3c,0x89,0xc7,0x8f,0x1f,0xe3,0xee,0xdd,0xbb,0x36,0x3e,0x80,0x35,0x40,0xfb, + 0x0,0xdb,0xb9,0x80,0xec,0x9,0x5a,0x34,0xc0,0x54,0xb,0xd8,0xec,0xc,0xaf,0xb4, + 0xee,0x8,0xde,0x52,0xf3,0x42,0x9e,0xc5,0xb1,0x17,0xb0,0xf4,0x7,0x4d,0x77,0xa, + 0x58,0xce,0x16,0xad,0xb2,0x9e,0xe7,0xbd,0xab,0xef,0xf0,0xd5,0x39,0x7f,0xb6,0x75, + 0xce,0x77,0x43,0x9d,0xed,0xb9,0xae,0xe6,0x7c,0x57,0xc7,0x5b,0xf3,0xfe,0xc5,0x51, + 0x56,0xfe,0xf9,0x79,0x27,0x69,0x27,0xa7,0xe3,0xa7,0x5b,0x7b,0xf0,0xe6,0x87,0x83, + 0xc4,0xff,0x21,0xa1,0x3,0xc2,0xb,0x10,0xff,0x3f,0xdf,0x67,0x1f,0x70,0x2,0x55, + 0x6a,0x15,0x47,0xf1,0xc6,0xce,0x56,0xfe,0xa9,0xfe,0xff,0x64,0x6a,0x1b,0x7c,0x32, + 0xad,0x2d,0xf2,0xcf,0xef,0x9,0xa7,0xd5,0xc3,0x51,0x75,0xeb,0x44,0xf8,0xef,0x8f, + 0x47,0xf0,0xb1,0xf9,0x8,0xfd,0x46,0xde,0xf3,0xa9,0x77,0x7d,0x1b,0x9e,0x59,0x48, + 0xf5,0x7c,0x1c,0xb2,0x5,0x92,0xdf,0xaf,0x45,0xb5,0x76,0xf7,0x23,0xd6,0xe7,0xf6, + 0xd,0xbd,0x1,0x63,0xc2,0x63,0x18,0xd3,0xa8,0xee,0x9e,0xf6,0x86,0x6a,0xf0,0xfb, + 0xf4,0x7b,0x57,0xad,0xcf,0xef,0xeb,0x72,0x6,0x59,0x6a,0xe,0xc7,0x87,0xd5,0x3b, + 0xc3,0x33,0x61,0x8,0xb1,0x3e,0xc6,0x3a,0xf7,0xb3,0xf3,0xfe,0x9a,0x7f,0xee,0xf9, + 0x7b,0x8b,0xfc,0xdf,0x6,0x5e,0x14,0xde,0xbb,0x3a,0x4b,0xef,0x6f,0xba,0xef,0xd7, + 0x77,0x47,0x57,0x94,0x99,0x18,0x89,0xec,0xc4,0xf4,0xc8,0x2b,0xbf,0xa0,0xd4,0x49, + 0x75,0x87,0x98,0xbe,0x4b,0xf4,0x90,0xba,0x47,0x90,0x6a,0x82,0x92,0xa4,0x3,0x1d, + 0x76,0xdc,0x47,0xf6,0xba,0x23,0x51,0x70,0x48,0x1b,0x14,0xe3,0xdc,0x4f,0xec,0x17, + 0x9c,0x52,0xd,0x79,0xf9,0xdc,0x6f,0xb4,0x2b,0x3e,0x8f,0x2a,0x2f,0xcf,0xfd,0xf2, + 0xb9,0x7f,0xce,0xfd,0x43,0x89,0xfd,0x48,0x35,0xf7,0xd3,0x73,0xff,0x8,0x53,0xee, + 0xd7,0xcc,0x77,0x50,0xdc,0x37,0xa3,0x68,0xac,0xfa,0x7d,0x9c,0xf3,0xab,0xaa,0x5c, + 0x5f,0x5c,0xd6,0xfc,0xde,0xcd,0x83,0x88,0xfb,0x3d,0x82,0x39,0x9d,0xeb,0x99,0x7b, + 0xf9,0xb6,0xf6,0xf9,0xcf,0x5,0xf3,0xcf,0x9f,0xa5,0xaa,0x9c,0xff,0x54,0x70,0xcf, + 0xb9,0x9e,0xe3,0xf1,0xa3,0x87,0x78,0xf4,0xe8,0x3e,0x1e,0x3e,0xb8,0x87,0xfb,0xf7, + 0xee,0xe2,0xee,0xf,0x77,0x70,0xe7,0xf6,0x2d,0xcc,0x9b,0x37,0x4f,0x68,0x0,0xdf, + 0xf7,0x25,0xf9,0x1f,0x95,0x69,0xfe,0x37,0xe7,0x7e,0x33,0xff,0x87,0x76,0x27,0xc3, + 0x81,0xf2,0xbf,0xeb,0xc7,0xc4,0x3f,0xe5,0xff,0x56,0x5c,0xff,0xf3,0xee,0x7f,0x29, + 0xd9,0x3,0x1c,0x50,0x56,0xed,0x1,0x71,0xf,0xa0,0xa2,0xea,0x1,0xb8,0xc9,0x3d, + 0x60,0xe6,0x5f,0xd4,0x0,0xfc,0xdc,0x4f,0xae,0x1,0x28,0x6f,0x47,0x12,0xd7,0x5f, + 0x93,0x66,0x34,0xa7,0x68,0x41,0xb5,0x43,0x2b,0xd2,0x80,0xd6,0xf4,0xb5,0x6d,0xc9, + 0xf,0x74,0xa8,0x24,0xa3,0x33,0x7d,0x7d,0x97,0xaa,0x56,0x1d,0xe8,0x49,0xdf,0x27, + 0xa2,0xba,0xd4,0x1,0xee,0xd,0xf4,0x55,0x5e,0x80,0xfb,0x2,0x23,0x29,0xff,0x8f, + 0xa3,0xbf,0xdf,0xf1,0xa4,0x1,0xd1,0xa4,0xb1,0xcb,0xc9,0x87,0x1d,0xa3,0x7c,0x78, + 0x5a,0xf9,0x80,0xb3,0x31,0xf2,0x75,0xe3,0x30,0xeb,0xee,0xef,0xed,0xdb,0x37,0x85, + 0x6f,0xe2,0x5e,0xa8,0xd6,0x0,0xee,0x9d,0xe8,0x5a,0xc0,0xde,0x7,0xe8,0xfd,0x0, + 0xd9,0xf,0x8,0xb5,0xd5,0x0,0xa5,0x3,0xcc,0xf8,0x1d,0x13,0xf7,0xb7,0x94,0xf7, + 0x17,0xcf,0x1c,0x34,0x9f,0x27,0x36,0xcd,0xb,0x1f,0x2a,0xfd,0x30,0xd7,0xf8,0xbc, + 0xd7,0x27,0x76,0x7b,0xf4,0x8c,0x4f,0xcf,0xf8,0x27,0x2b,0xf6,0xa3,0x25,0xfb,0x57, + 0xc6,0xcb,0x7a,0x9f,0x99,0x17,0xdc,0x73,0x8c,0x90,0xfc,0x5f,0xa5,0x3f,0x73,0xea, + 0xd1,0x9,0xf8,0xe9,0xfb,0x9d,0x78,0x43,0x1e,0xe0,0x67,0xd2,0x80,0x37,0x77,0xa4, + 0xe,0xfc,0x7c,0x97,0x6a,0x81,0x7b,0x52,0x3,0xa6,0x4d,0xef,0x2b,0xce,0xfd,0x17, + 0xec,0x55,0x43,0xf8,0xff,0xec,0x9a,0x7f,0xaa,0x1,0xb2,0xcf,0xe8,0x84,0xe2,0xcb, + 0x6,0xc0,0x75,0xc3,0x58,0x54,0xdf,0x3d,0x5,0x35,0xf,0xcf,0x46,0xfd,0xd3,0x9, + 0x54,0x3,0x2c,0x15,0xec,0x73,0xee,0xaf,0x7f,0x7c,0x1e,0x1c,0x7a,0xd,0xc5,0x87, + 0x1,0x7d,0x29,0xcf,0x9f,0x24,0xee,0xcf,0xc3,0x98,0x9c,0x2a,0x9f,0xe1,0xb5,0xcd, + 0x54,0x6b,0x6f,0x56,0xcf,0xed,0x59,0x4f,0x31,0xfb,0x2f,0xca,0x9d,0xb2,0xf7,0xc6, + 0xb5,0xf7,0x87,0xfe,0x7d,0x91,0xaf,0x65,0x5f,0x4,0xed,0x1f,0x69,0x93,0xfb,0x83, + 0x29,0xf7,0x7,0x5b,0xf8,0xd7,0xe7,0xfd,0xfb,0x51,0xd,0xd0,0x45,0xe4,0x7e,0xcf, + 0x6d,0xa4,0x1,0xc9,0x6d,0xc5,0xf3,0x7e,0xc4,0xf3,0x3e,0x76,0xf7,0x50,0xcf,0xfc, + 0xe9,0xa,0xcf,0xf5,0x5d,0x91,0xab,0xd1,0x18,0x38,0x75,0x5f,0x88,0x51,0xdf,0x3, + 0x61,0xd7,0xe9,0xbf,0x7b,0x56,0xdd,0x27,0xa8,0x3c,0x40,0x0,0xbd,0xdd,0xe7,0xe4, + 0x2b,0xe4,0x6f,0x1a,0x8b,0x5c,0xcd,0x86,0x88,0x3b,0xff,0x8a,0x8a,0x3b,0xff,0x3c, + 0x90,0x7f,0x52,0x15,0xe4,0x8d,0x76,0x41,0xae,0xa8,0xa,0xf8,0x7c,0x9c,0xa3,0xc8, + 0xfd,0x1f,0x50,0xdd,0xff,0xde,0x30,0x95,0xfb,0x7,0x99,0xee,0xfd,0xe1,0xbe,0xbf, + 0xce,0xff,0xfa,0xdc,0x4f,0x6b,0x3b,0xee,0x39,0xdf,0xab,0x7b,0xc1,0xf4,0x19,0x80, + 0x16,0x3,0x3b,0xe0,0xf8,0xd9,0x93,0x78,0xfd,0xca,0x9a,0xef,0x65,0xae,0x7f,0x61, + 0x61,0x9e,0xf3,0xfd,0x33,0xce,0xf5,0x69,0x8a,0x7b,0x95,0xeb,0xd9,0xe7,0x3f,0x79, + 0x42,0xf9,0xfe,0xb1,0xca,0xf7,0xf,0xee,0x9b,0xb8,0xff,0x9e,0xfe,0x3d,0xdf,0xc0, + 0x77,0x37,0xae,0xe3,0xfa,0xb5,0xab,0x98,0x3d,0x6b,0x16,0xb4,0xff,0xcf,0x88,0x7f, + 0x33,0xeb,0x19,0xd5,0x1,0xcc,0x3f,0xd7,0xfe,0x6e,0xc4,0x7f,0x68,0x1e,0xe2,0xb5, + 0x20,0x31,0x49,0x9e,0x25,0x42,0xd5,0x0,0xa2,0x7,0xa0,0x3c,0x80,0xee,0x1,0x8c, + 0x71,0xb3,0xd6,0x0,0xe2,0x2c,0xa0,0xde,0x5,0x20,0x5e,0xdb,0xd2,0xe7,0x7d,0x49, + 0xbe,0xe1,0xab,0xb2,0xf2,0xb9,0xc0,0xcd,0x49,0x3,0x5a,0x12,0xff,0xad,0x49,0x3b, + 0xda,0x90,0x6,0xb4,0xa5,0xef,0xd1,0xa1,0xb2,0x8c,0x8e,0x26,0x1d,0xe8,0x4e,0xdf, + 0xab,0x27,0xfb,0x1,0x6f,0xa5,0x3,0x3e,0xb2,0x26,0x18,0x5e,0x8f,0x34,0x87,0xea, + 0xa9,0xb1,0x8d,0x65,0x4c,0x68,0x6a,0x60,0x19,0xfd,0xbf,0x38,0x46,0x39,0xf1,0x4, + 0xe9,0xc0,0x71,0x8a,0x53,0xe4,0x9,0xa6,0xf7,0x2a,0x2c,0xf2,0x7f,0x44,0x44,0x84, + 0x98,0xa9,0x70,0x3d,0xc5,0x1a,0x60,0xf6,0x1,0xac,0x1,0xe6,0xb9,0x0,0x7b,0x28, + 0xed,0x3,0x74,0x3f,0x20,0x5d,0x4f,0x50,0xdd,0xc1,0x75,0x6b,0x81,0x75,0x57,0x88, + 0x5f,0x59,0xb,0x84,0x37,0x58,0x6d,0xa4,0xbb,0x5b,0xcc,0xc2,0xbd,0xba,0xb3,0x5f, + 0x3c,0xab,0x77,0xa1,0xf5,0x3c,0xf,0x73,0xaf,0xef,0xf0,0xfc,0x96,0x77,0x7b,0x26, + 0xcb,0xfd,0x1e,0xee,0xf5,0x5f,0x9d,0x20,0x67,0x7c,0x97,0x38,0xef,0x8f,0x92,0xdc, + 0x5f,0x50,0xdc,0x5f,0x20,0x8d,0x3b,0x3f,0x84,0x7e,0x9f,0xf4,0x21,0xe5,0xf0,0x78, + 0xfc,0xf8,0x7d,0x32,0xde,0xdc,0xda,0x27,0x34,0xe0,0xcd,0xf,0x7,0xf0,0xe6,0x2e, + 0xe9,0x0,0xd7,0x3,0xf7,0xe,0x4b,0x1d,0x20,0x2f,0x10,0x39,0xac,0x85,0xd0,0x80, + 0x2,0x5c,0x7,0x10,0xff,0x9f,0x4e,0x69,0x2b,0x6a,0x80,0x8f,0xb4,0x7,0x58,0x3b, + 0x1c,0xee,0x3b,0x62,0x51,0xe3,0xe0,0xc,0x84,0x9c,0x5c,0x48,0xfc,0x27,0xa8,0x3b, + 0xfe,0x12,0x10,0xb4,0x6d,0x6,0x3e,0xf2,0x8b,0xa0,0x7f,0xeb,0x8b,0x29,0x27,0x5e, + 0x96,0xcf,0xea,0xd4,0xbd,0x36,0xdd,0x6f,0xdb,0x6e,0xba,0xb3,0x5f,0x6b,0xc0,0x6a, + 0x8a,0xd1,0x4f,0xa4,0x6,0x7c,0x9d,0x88,0x8f,0xfd,0x7b,0xc1,0x77,0xfd,0x70,0xeb, + 0xcc,0x9f,0xe7,0x7e,0x7c,0xd7,0xc7,0x91,0xc1,0x8,0x3a,0x14,0xa9,0xce,0xfa,0xf4, + 0x17,0xfc,0xf3,0x33,0x3e,0xab,0xb3,0xff,0x4f,0x6e,0x45,0x1a,0xd0,0x1a,0xfe,0xc4, + 0xbd,0x7c,0xde,0x4f,0x77,0xca,0xfd,0x5d,0xe0,0xc3,0xcf,0xfb,0xd9,0xd2,0x11,0xae, + 0x73,0x7b,0x23,0xf7,0x97,0x51,0x28,0xd1,0x61,0xe,0xda,0x6d,0xba,0x81,0x9,0xb7, + 0x81,0x51,0xf7,0x54,0x5c,0xf9,0x15,0x8d,0x16,0x9d,0x42,0xc1,0xaf,0xa7,0x20,0x77, + 0x93,0x71,0x28,0x36,0xb1,0x31,0x8a,0x93,0xef,0x2f,0x3a,0xb5,0x9a,0xb8,0xf3,0x37, + 0x1f,0xf9,0xfe,0x3c,0x13,0x5c,0x90,0x63,0x3c,0xdf,0xf9,0xf7,0xff,0xd8,0xbb,0xe, + 0xf0,0x28,0xaa,0xae,0x1d,0x5,0x1,0x11,0x69,0xa,0xd2,0x7b,0x27,0x81,0x90,0x2, + 0x9,0xa4,0x37,0x42,0x2f,0x2a,0x4a,0x11,0x22,0xd2,0x51,0x14,0xa4,0xb7,0x44,0x7a, + 0xd,0xbd,0x49,0x9,0x82,0x85,0x22,0x45,0x7a,0x27,0xf4,0x96,0x42,0x9,0x25,0xb4, + 0xd0,0x6b,0x20,0x80,0xa2,0x7c,0x9f,0xfc,0xdf,0xf9,0xcf,0xb9,0x65,0xe6,0xee,0x64, + 0x76,0x37,0x14,0x8d,0x65,0xef,0xf3,0xdc,0x27,0x21,0x43,0x36,0x3b,0x93,0xbc,0xef, + 0x79,0x4f,0xbd,0xe5,0xd9,0xcc,0x2f,0x36,0xf3,0x87,0xfc,0x7e,0x8a,0xfb,0xf5,0xc9, + 0x25,0x7a,0x7e,0x5e,0xb5,0x8c,0xfb,0x7f,0x2c,0xfc,0x7b,0xd2,0xf9,0x8d,0x5,0xee, + 0x45,0x9d,0xf,0xb3,0xf9,0x14,0xdf,0x43,0xdc,0x27,0x25,0x9f,0x62,0xbe,0x35,0xe5, + 0xee,0x58,0xfe,0x4e,0x7c,0x7c,0x90,0x96,0xc6,0xce,0x4,0xa4,0x99,0x3f,0xb4,0x53, + 0xef,0x72,0xdf,0x9e,0xeb,0x7b,0xb1,0x11,0xf7,0x37,0x9,0xf7,0xd7,0x8,0xf7,0x88, + 0xf9,0xcb,0x97,0xe0,0xd2,0xa5,0x8b,0x68,0xd3,0x2c,0x71,0x7f,0xea,0xe4,0x9,0x38, + 0x71,0x3c,0x31,0xe5,0xd8,0xd1,0xf8,0x8,0xf5,0x7c,0xcf,0xf4,0xb6,0xfe,0x51,0x3a, + 0x5f,0x40,0xbf,0xfe,0x8,0xe6,0x4d,0x1e,0xd,0xc5,0x51,0xff,0xbb,0xbd,0x8e,0xf8, + 0xcf,0x8f,0xef,0x9f,0xf0,0x4f,0xf5,0xbf,0x78,0x3f,0x3d,0x90,0xc7,0x7a,0x55,0xe0, + 0x1a,0xa0,0x7f,0x15,0xe1,0x3,0x20,0x6e,0xa3,0x68,0xe,0xa8,0xc8,0x3,0xb2,0x5a, + 0x40,0xd1,0xf,0x38,0x18,0x7d,0x82,0xf7,0xf0,0x19,0xbc,0x4b,0x1b,0x39,0xa0,0x45, + 0x45,0xae,0x5,0x3e,0xc4,0xef,0x6d,0x85,0xbc,0xf0,0x91,0xb,0xdf,0xed,0xf0,0x75, + 0x22,0x48,0xb,0xa0,0x96,0xe8,0xe0,0x26,0xf4,0x80,0xd0,0x2,0xdd,0xf0,0x35,0xba, + 0xe1,0x6b,0x7e,0x2a,0x78,0x60,0x20,0xe2,0x7f,0x30,0x3e,0xeb,0x48,0xe4,0xd9,0xa8, + 0xa6,0x82,0xb,0x9a,0x3b,0xc1,0x7c,0xe4,0xe1,0xdd,0x83,0x79,0x6d,0xc0,0x7e,0xc4, + 0xca,0xe0,0x8e,0x5e,0xbc,0xef,0x67,0xfc,0x78,0x76,0xe,0x13,0xc5,0x35,0x88,0x3, + 0xc8,0x8f,0x22,0x1d,0x60,0x16,0xf,0x30,0xe7,0x80,0x81,0x1a,0x7,0x9c,0x13,0x7d, + 0x0,0xac,0x46,0xe0,0x6b,0xbd,0x56,0x48,0xc3,0xbe,0x7a,0xd6,0x80,0x1,0xf7,0x6c, + 0x66,0x6f,0x8c,0xc0,0xfd,0x5c,0xee,0xe3,0x6b,0x7d,0xfc,0x53,0xb8,0xaf,0x2f,0xcf, + 0xed,0x38,0x85,0x36,0xff,0xa4,0x88,0xf3,0x9f,0x50,0xe2,0xfc,0xc7,0x15,0x9b,0x4f, + 0xd8,0xa7,0x9d,0x84,0xff,0xf7,0xea,0xca,0xf,0xe0,0x3e,0xf9,0xff,0xe7,0x37,0x73, + 0x1f,0xe0,0x22,0x6a,0x80,0x94,0xed,0x9c,0x3,0x2e,0xed,0x12,0x1c,0xa0,0xc7,0x5, + 0x1b,0xb7,0xf2,0x86,0x32,0xc1,0x45,0x99,0xfd,0x27,0xfc,0x93,0x6,0xc8,0x8e,0x1a, + 0x20,0xdf,0xcc,0x4e,0x50,0xee,0xfb,0x1,0xe0,0x8e,0x3e,0x40,0xc0,0x8e,0x29,0x50, + 0xef,0x20,0xcd,0xf1,0x5b,0x20,0x66,0xfb,0xc6,0x80,0xe7,0x4c,0xd4,0xfe,0x81,0x3d, + 0xa1,0x50,0xbf,0x6d,0x3c,0x9e,0xbe,0x51,0x9c,0xd1,0xb1,0x15,0xf4,0xf3,0xfb,0xb6, + 0x88,0xaf,0xc9,0xd8,0xfb,0x4f,0x7c,0x76,0xbf,0xd3,0x32,0xdc,0xfd,0x2e,0xa2,0xbd, + 0xdc,0x9,0x39,0xf0,0x35,0x6a,0xc5,0xc,0xe1,0xb8,0xc7,0xcd,0x6d,0xff,0x0,0x81, + 0xfd,0x3e,0xa8,0xfb,0x7b,0x41,0x28,0xd5,0xfa,0xd1,0xde,0xd1,0xb,0x6a,0xa3,0xdd, + 0xf7,0x46,0xec,0x13,0xfe,0x7d,0x36,0x76,0x44,0xec,0x77,0x45,0xec,0x77,0x85,0x3a, + 0xeb,0x3a,0x41,0x6d,0xc4,0xbe,0xf7,0xea,0xf6,0xe0,0xb5,0xaa,0x2d,0xb8,0xce,0xed, + 0x2,0x45,0xba,0xc,0x83,0xfc,0xcd,0xc7,0xa3,0x1e,0xe0,0x3b,0xff,0xbb,0xfa,0xe7, + 0x85,0x3f,0xed,0xb,0x65,0xa6,0x84,0x41,0xe9,0xa9,0x75,0xa0,0xc4,0xa4,0x5a,0x50, + 0xc,0xb1,0x5f,0x18,0x75,0x7f,0xc1,0xd1,0x55,0xe1,0xad,0x91,0x95,0xd8,0xcc,0xef, + 0x37,0x50,0xf7,0x67,0x1b,0x5c,0x2,0xb2,0x30,0xbf,0xff,0x6d,0xa5,0xef,0xf7,0x35, + 0xae,0xfd,0x49,0xf7,0x53,0x7d,0xbf,0x9c,0xfd,0xd7,0x8,0x77,0x28,0xee,0x6a,0x2, + 0xf7,0x22,0xae,0xdf,0xba,0x77,0x7b,0xb,0xdc,0xb3,0xdc,0x7d,0x5a,0x1a,0xfb,0x9c, + 0xe7,0xef,0xee,0x73,0xcc,0xa7,0xa6,0x72,0xdc,0xdf,0xb9,0xc3,0x36,0xd5,0xf7,0x11, + 0xee,0xc9,0xde,0xdf,0xb8,0x7e,0x9d,0xdb,0x7a,0xf4,0xef,0xaf,0xa0,0xcd,0x22,0x8d, + 0x7f,0xe1,0xc2,0x79,0x38,0x77,0xf6,0x2c,0x24,0x9f,0x39,0x8d,0xf6,0xeb,0x24,0x24, + 0x9d,0x38,0x1,0xc7,0x8f,0x1d,0x4d,0x39,0x9a,0x98,0x10,0x61,0x96,0xff,0x57,0xb1, + 0x6d,0xcb,0xfe,0x4b,0x3f,0x60,0x52,0x54,0x3f,0x8e,0xff,0x1c,0x1c,0xff,0x64,0xff, + 0xbb,0x94,0x10,0x3e,0x40,0x19,0x1e,0x3,0x24,0xe,0xe8,0x27,0xf2,0x0,0x83,0xe9, + 0xec,0x1f,0x45,0x3,0xb0,0x5a,0x40,0x31,0xf,0xbc,0x3d,0xfe,0x9f,0xc6,0xf8,0x7d, + 0x4d,0x51,0x3b,0x34,0xc3,0xef,0x7d,0x17,0xbf,0xef,0x7d,0xe4,0x80,0x16,0xc4,0x1, + 0x78,0xad,0xa5,0xe0,0x1,0xd2,0x3,0x2a,0xf,0xb4,0x77,0xe3,0x5a,0xa0,0x13,0xe5, + 0xc,0x91,0x7,0xba,0x20,0x7,0x74,0x45,0x6e,0xe9,0x8e,0xaf,0xdb,0xbf,0x1e,0x6e, + 0xf4,0xab,0x6,0xe0,0xc7,0x81,0xd4,0x4f,0xd8,0x10,0x39,0xa8,0x31,0xe7,0x82,0x79, + 0x82,0x3,0xf6,0x47,0xe9,0xda,0x7f,0xfd,0xfa,0xf5,0xf0,0x9f,0x27,0x4f,0xd8,0x4c, + 0x15,0x95,0x3,0x48,0x7,0x18,0x39,0xc0,0xe8,0xb,0xf0,0x78,0xc0,0x18,0xad,0x56, + 0x98,0xd5,0x8,0xcd,0x40,0x9b,0x2d,0xb1,0xff,0x35,0xaf,0x11,0x34,0xeb,0x21,0x92, + 0xb5,0xfb,0xd2,0xc7,0x97,0xb3,0x3b,0x48,0xeb,0x6b,0xb8,0x17,0x7d,0xbc,0xc9,0xe2, + 0xcc,0xe,0x16,0xe3,0x1b,0x2d,0x62,0xfc,0x23,0x44,0x9c,0x8f,0x34,0x7f,0x94,0x8e, + 0xfb,0x63,0x2,0xf7,0xf4,0xb5,0xf3,0x73,0xdf,0x82,0x9b,0x9b,0x3f,0x87,0xb4,0xf8, + 0xaf,0xe1,0x51,0xf2,0x4f,0xf0,0x98,0xe1,0x7f,0xb,0xe3,0x80,0x5f,0x2e,0x6e,0x83, + 0x5f,0x52,0xa4,0x16,0x20,0xe,0xa0,0xbd,0x97,0xe9,0x80,0x65,0xdf,0x8e,0xe4,0xf3, + 0xbe,0xbf,0xc,0xd7,0x62,0x0,0x39,0x26,0x7f,0xc,0xb9,0xa7,0x75,0x80,0xb2,0x8b, + 0xfb,0x82,0xdb,0x4f,0x23,0xc1,0x77,0xdb,0x64,0xa8,0x77,0x60,0xe,0x34,0x3a,0x32, + 0x1f,0x6d,0xff,0x2,0xd6,0xe3,0x57,0x6d,0xf4,0x38,0x78,0x3d,0xb8,0x37,0x78,0xfd, + 0x98,0xc6,0xf1,0x2d,0xcf,0xf0,0x92,0x67,0xf8,0xc5,0x8a,0x98,0xbb,0xe4,0x81,0xd, + 0x8a,0xe,0xa0,0xd8,0xfb,0xd7,0x74,0x7e,0xd7,0x71,0x7c,0x8d,0x3e,0x50,0x69,0xf8, + 0x10,0xa6,0xff,0xeb,0xa2,0xdf,0xcf,0x34,0xff,0x9e,0xfe,0x4c,0xf7,0xb3,0x3e,0x1f, + 0x86,0xfd,0x9e,0x88,0xfd,0x2f,0x20,0x64,0x7b,0x4f,0xc4,0xfc,0xc7,0xe0,0xb5,0xb6, + 0x35,0xd4,0x5a,0xd3,0x1a,0x79,0xa0,0x3d,0xf8,0xa1,0xdd,0xf7,0x45,0xbb,0x5f,0x67, + 0x4d,0x7b,0xa8,0xfd,0x13,0x6a,0x3,0xc4,0x3e,0x9d,0xf5,0x57,0x73,0x59,0x4b,0xf0, + 0x58,0xd2,0x2,0x5c,0xe6,0xb5,0x85,0x52,0x91,0x3d,0xa0,0x68,0x3f,0xdc,0x7d,0x3f, + 0x83,0xa2,0x83,0xda,0x43,0xf9,0x69,0xe1,0x50,0x7e,0x86,0x2f,0x94,0x45,0xec,0x97, + 0x9a,0x5c,0x53,0x9c,0xf7,0xe3,0xca,0xce,0xfb,0x28,0x80,0xd8,0xcf,0x8f,0xba,0x3f, + 0x4f,0x54,0x59,0xc8,0x85,0xba,0x3f,0x7,0xea,0xfe,0x57,0x69,0xde,0x5f,0x3f,0x31, + 0xf7,0x87,0x66,0x7e,0x51,0xcc,0xbf,0x43,0x56,0x8e,0xfb,0xf7,0x84,0xbd,0xf,0xb3, + 0xc4,0x7d,0x36,0xb7,0xbc,0xd0,0x7d,0x58,0x2f,0xc4,0xfd,0x49,0x91,0xaf,0xd7,0x71, + 0x4f,0x76,0x5e,0xe2,0x5e,0xc3,0x3e,0xe2,0x9e,0xf6,0x9d,0xdb,0xb7,0x35,0xdc,0xdf, + 0xbc,0x79,0x83,0x9d,0x11,0x7a,0xfd,0xfa,0x35,0x36,0xaf,0x93,0xd9,0xfb,0x94,0xb, + 0xf8,0x77,0x7a,0x4e,0xe0,0xfe,0x94,0xc0,0xfd,0x71,0x38,0x86,0xb8,0x3f,0x76,0x54, + 0xc7,0xbd,0x79,0xfe,0xdf,0xdc,0xcf,0xd7,0xeb,0x7f,0x2c,0xf9,0x20,0x1a,0xf1,0x5f, + 0xc,0xf1,0x5f,0x3,0xf1,0xdf,0x30,0x1f,0xe2,0xb2,0x10,0xda,0xe2,0x62,0xdc,0x7, + 0xf8,0xb4,0xb4,0xc8,0x3,0x56,0xe0,0x79,0xc0,0x1,0x4a,0x2f,0x0,0xd5,0x2,0x8d, + 0x50,0xe2,0x80,0xfd,0x11,0xbf,0x4d,0x10,0xfb,0xd,0xf1,0xb9,0x34,0xc2,0x8f,0x8d, + 0xf1,0x7b,0x9b,0x22,0x2f,0x36,0xc3,0xef,0x7f,0xb7,0x3c,0xe7,0x1,0xda,0x16,0x3c, + 0x40,0x7a,0x80,0xfc,0x2,0xe4,0x94,0x8f,0x6b,0x70,0x3d,0xf0,0x9,0xbe,0x4e,0x47, + 0xe4,0x81,0x8e,0x9e,0x9c,0xb,0x7a,0x85,0x38,0xc1,0x97,0xc8,0xb7,0x7d,0x50,0x6b, + 0xf5,0xad,0x2b,0xb8,0x80,0x34,0x41,0x23,0xae,0x5,0x16,0x74,0x40,0x7f,0xa0,0x97, + 0xde,0xf7,0x43,0xcf,0xf4,0xf7,0xff,0xfe,0x17,0xfe,0xfb,0x9f,0xff,0x58,0x70,0x80, + 0x31,0x1e,0x60,0x96,0x17,0x60,0xfd,0x2,0xa4,0x3,0x64,0x5e,0xa0,0x1b,0xaf,0x11, + 0x62,0x1c,0x30,0x97,0xc7,0xfd,0xb5,0x1c,0xa1,0x12,0x1f,0x54,0x7d,0x7c,0x36,0xb3, + 0x63,0x2e,0x8f,0xeb,0x6b,0x67,0x74,0x4e,0x13,0xf6,0x3e,0x9a,0xd7,0xf4,0xb0,0x7a, + 0xde,0x71,0x2,0xf7,0x23,0xb9,0xde,0x3f,0xa1,0xc4,0xf9,0x18,0xf6,0xd1,0xf6,0x27, + 0x8d,0xe6,0x3d,0x8e,0x29,0xdf,0x79,0xc1,0xb5,0x35,0x11,0x70,0xf7,0xc0,0x4,0x78, + 0x70,0xfc,0x3b,0x78,0x74,0xe6,0x27,0xf8,0xf9,0xec,0x6,0xd4,0xff,0x1b,0xe1,0xe7, + 0xf3,0x9b,0x50,0x7,0x6c,0x41,0x3f,0x40,0x70,0xc0,0x45,0xe2,0x80,0x9d,0x8a,0x16, + 0xd8,0x3,0x8f,0x51,0x7,0xb0,0x39,0x20,0x1d,0xbc,0x59,0xe,0x80,0xc7,0x0,0xda, + 0xc1,0x1b,0x53,0xdb,0x43,0x99,0xc5,0xbd,0xa1,0xc6,0x9a,0xe1,0x88,0xff,0x68,0x8, + 0xdf,0x4f,0x7d,0x7c,0x5f,0xb3,0x7c,0x3f,0xcd,0xf6,0xab,0x3e,0x6e,0x2,0xe4,0xc, + 0xed,0xcf,0xe6,0x72,0x6b,0xd8,0x97,0x67,0x78,0xc9,0xb3,0xfb,0xe4,0xf9,0x7d,0xea, + 0x19,0x9e,0xab,0x85,0x6,0x40,0xcd,0x50,0xa4,0xdf,0x2e,0xf6,0x1a,0xde,0x8b,0xa9, + 0xde,0x5f,0xc6,0xfc,0x10,0xfb,0xb1,0x34,0xeb,0xa3,0x2f,0xb3,0xfb,0xa1,0x3b,0x7b, + 0x21,0xfe,0xbf,0x80,0xa0,0xed,0x9f,0x43,0x30,0xea,0x7f,0xdf,0x8d,0x9f,0x30,0xec, + 0xd7,0x5c,0xfd,0x21,0x78,0xad,0x6e,0x3,0xbe,0xeb,0x3a,0x82,0xef,0xda,0x4f,0xd0, + 0xee,0x47,0x30,0xec,0xd7,0xfa,0xb1,0x35,0x78,0x2e,0xfd,0x10,0xb1,0xff,0x1e,0xb8, + 0x7d,0xd7,0xc,0xaa,0x2f,0x6a,0x2,0x2e,0xb,0xeb,0x43,0xd9,0x99,0x35,0xa1,0xcc, + 0x34,0xf,0xd4,0xfa,0x35,0x10,0xf7,0x35,0xa1,0x1c,0x62,0xbf,0x34,0x62,0xbf,0xe4, + 0x44,0xf,0x28,0x36,0xbe,0x1a,0x14,0xa1,0xf3,0xfe,0xd0,0xf6,0xbf,0x8d,0xd8,0xa7, + 0xf3,0xbe,0xf8,0x79,0x3f,0xc5,0x20,0xdb,0xc0,0xc2,0xf0,0x2a,0xb3,0xfd,0xb8,0x7b, + 0xbe,0x9,0x4e,0x5d,0xd0,0xfe,0xb7,0xcd,0xc6,0xfb,0x7a,0x9b,0x89,0x1a,0x1e,0xb4, + 0x59,0x4e,0xc5,0xb9,0xce,0x7f,0xad,0x46,0x5e,0x18,0x18,0x1d,0x9,0x57,0x6f,0x5c, + 0xd1,0xea,0x74,0x68,0x3f,0x14,0x7e,0xfd,0x3,0x8a,0xe3,0x4b,0xdf,0x5e,0xc6,0xf1, + 0xc9,0xd6,0xdf,0x96,0xb1,0x7c,0xf4,0xef,0xd1,0x1e,0xdd,0xb8,0x71,0x9d,0xc7,0xf4, + 0xd0,0xde,0x5f,0xbe,0x8c,0xbe,0x3d,0xe2,0xfe,0xc2,0x79,0x6e,0xef,0xcf,0x9c,0x21, + 0x9d,0x7f,0x8a,0xe1,0xfe,0xf8,0xb1,0x63,0x16,0xf6,0xde,0xb8,0xe8,0x9c,0x4f,0xf9, + 0xf7,0x4f,0x5c,0x21,0x6b,0x7,0xad,0xd9,0x7d,0xf5,0xeb,0x93,0x4,0xfe,0x5d,0xb3, + 0x3b,0x41,0x3,0xc4,0x7f,0xeb,0x77,0x10,0x77,0xc5,0xb8,0x6,0xf8,0x54,0xf8,0x0, + 0xb2,0x16,0x88,0xe2,0x80,0x83,0x9c,0xf9,0x3c,0xa0,0x48,0x37,0x3d,0x17,0x48,0x73, + 0xc1,0x3f,0xc0,0xff,0x57,0xb7,0xa8,0x13,0xd4,0xc7,0xef,0x6d,0x40,0x1c,0x50,0x82, + 0x73,0x40,0x13,0xe2,0x0,0xfc,0xfe,0xe6,0xc4,0x3,0xf8,0x1a,0xef,0x9,0x3d,0xf0, + 0x81,0xe0,0x80,0xd6,0xce,0x9c,0x3,0x3e,0xaa,0x2e,0x62,0x4,0xc8,0x2d,0x11,0x35, + 0x38,0x1f,0x90,0x2e,0xe8,0x11,0x88,0x1c,0x14,0x8c,0xef,0x41,0xe1,0x81,0x7e,0xa8, + 0x5,0x6,0xa0,0xe,0x18,0x44,0x3a,0x0,0x7f,0x3f,0x3d,0x5a,0xbb,0xf3,0xba,0xdf, + 0x1e,0x3d,0xe0,0xff,0xfe,0xef,0xff,0xe0,0xe9,0xd3,0xa7,0x1a,0x7,0x90,0x2f,0x40, + 0xf1,0x0,0xfa,0xfd,0x98,0xf9,0x2,0xc6,0xfa,0x0,0xcb,0xdc,0xa0,0xa8,0xf,0x40, + 0x1d,0x70,0x76,0xbe,0xf9,0x59,0x23,0xc,0xf7,0x8b,0xf8,0xc,0x32,0x89,0xfb,0xb, + 0x2,0xf7,0x34,0xab,0x3b,0x79,0xa,0xf7,0xf1,0xcf,0x4c,0xd0,0xf3,0x7a,0x32,0xbe, + 0x9f,0x34,0x42,0xc9,0xed,0x45,0xf2,0x7d,0xa,0xaf,0x5f,0x58,0x50,0xa,0xae,0xae, + 0x6a,0x1,0xb7,0xb6,0xf5,0x63,0x98,0xbf,0x17,0x3f,0x17,0xd2,0x10,0xf7,0xf,0x4f, + 0xaf,0x80,0x9f,0x11,0xfb,0x8f,0x92,0xd7,0x20,0xfe,0xd7,0xe2,0x5e,0x8f,0x1c,0xb0, + 0x81,0xc7,0x1,0x35,0x5f,0x80,0x73,0x0,0xe5,0x6,0x89,0x7,0x6e,0x9f,0xda,0x8, + 0x93,0xa3,0x7b,0x80,0x5b,0x70,0x9,0x28,0xd1,0xd6,0x93,0xd5,0x0,0x90,0x6,0xa0, + 0x18,0x40,0xae,0xa9,0x9f,0x40,0xe9,0x45,0x5f,0x82,0xfb,0x6a,0x9a,0xc5,0x31,0x11, + 0xea,0xee,0x9b,0xd,0x8d,0xe,0xcf,0x15,0x73,0xbd,0xe6,0x41,0x9d,0x6f,0xa7,0xc1, + 0x1b,0x75,0x7,0x41,0xe7,0xd,0x17,0x20,0x20,0x1e,0xac,0x9f,0xdf,0xb7,0x5b,0xc9, + 0xbd,0x2b,0xe7,0x77,0x95,0x46,0x2e,0x68,0x38,0x23,0x16,0x72,0xe1,0x6b,0xf8,0xaf, + 0x1b,0xca,0x6c,0x3f,0xcb,0xf9,0xa1,0xee,0xd7,0xb0,0xcf,0x7a,0xfb,0xc9,0xee,0x7f, + 0x1,0xc1,0xdb,0x7a,0x40,0x10,0xd5,0xf8,0xad,0xef,0x0,0xb5,0x10,0xfb,0x35,0x57, + 0x21,0xfe,0x71,0x13,0xf6,0xeb,0xac,0x6e,0xb,0xb5,0x57,0xb6,0x81,0xda,0x2b,0x5a, + 0x41,0xad,0xe5,0x1f,0x80,0x27,0x62,0xdf,0x1d,0xb1,0x5f,0x3,0xb1,0x5f,0xe3,0x9b, + 0x6,0x50,0x6d,0x7e,0x5d,0xa8,0x30,0x13,0xf1,0x8e,0xd8,0x2f,0x39,0xb9,0x3a,0x94, + 0x98,0xe8,0xc,0x65,0x11,0xfb,0xa5,0xa2,0xdd,0xa1,0xc4,0xf8,0x1a,0x50,0xc,0xb1, + 0x5f,0x68,0x54,0x15,0x28,0x38,0xa2,0x1c,0xe4,0x1f,0x56,0x16,0xf2,0x45,0x96,0x60, + 0xe7,0x7d,0xb2,0xf3,0xfe,0xd0,0xf6,0xbf,0xd2,0x3b,0x3f,0xfa,0xf9,0x68,0xff,0xdb, + 0xa3,0xfd,0x6f,0x8d,0x76,0xff,0xbd,0xd7,0xb8,0xbd,0xaf,0x2a,0xec,0x7d,0x69,0xea, + 0xe7,0xcb,0x6f,0x81,0x7b,0x9e,0xb3,0x27,0xbf,0x9e,0xc7,0xf1,0x59,0xde,0x5e,0xd4, + 0xec,0x90,0xbd,0x21,0xdc,0x13,0xde,0xef,0x32,0x5b,0xcf,0x63,0x7a,0x3c,0x96,0x7f, + 0x4d,0xe0,0xfe,0x92,0x82,0x7b,0xb2,0xf7,0xc9,0x2,0xf7,0x49,0x88,0xfb,0xa3,0x68, + 0xef,0x13,0x76,0x1e,0x4d,0x8c,0x6b,0x6a,0xab,0xef,0xcf,0xd8,0xff,0x13,0x17,0x17, + 0xa7,0xe0,0xff,0x91,0xc5,0xe7,0xf,0x1f,0x3e,0x4c,0xb7,0xd7,0x2d,0xfb,0x9e,0xe9, + 0x7f,0x57,0xb4,0xff,0xf5,0xf3,0xa2,0x1d,0x2d,0x80,0xb6,0xb7,0x28,0xd7,0x0,0xdd, + 0x4a,0x8,0x1f,0x0,0x31,0xfc,0x25,0x6a,0x80,0xbe,0x42,0x3,0xc,0x46,0xbb,0x3d, + 0xb4,0x3a,0xd7,0x0,0xc4,0x1,0x6d,0xf0,0x7a,0x68,0x61,0xbe,0xeb,0xe2,0xf7,0x85, + 0xe3,0xae,0x8f,0x1c,0xd0,0x10,0xf9,0xa3,0x11,0x71,0x40,0x19,0xae,0x5,0x48,0x7, + 0xbc,0x57,0x41,0xec,0x4a,0xba,0x5f,0x40,0x5b,0xe3,0x2,0x17,0xc1,0x3,0xa4,0x9, + 0x90,0xb,0x3e,0xf5,0xc7,0xf7,0x10,0xe0,0x4,0x9f,0x7,0x9,0xe,0x40,0xfc,0xf7, + 0x9,0xc7,0xf7,0x42,0x7e,0x1,0xd5,0x19,0xa3,0xe,0x68,0xf9,0x41,0x33,0x76,0xef, + 0x2b,0x56,0xac,0x80,0xff,0xfd,0xef,0x7f,0x16,0x1c,0xa0,0xfa,0x2,0xd6,0x38,0xc0, + 0x18,0xf,0xb0,0xec,0x1b,0x1c,0xc0,0x73,0x83,0xdd,0x1b,0xb1,0x78,0x80,0x7a,0xde, + 0xc8,0x55,0x81,0x7b,0xb2,0xf9,0x97,0xe6,0xea,0x79,0x7c,0x39,0xb3,0x23,0x59,0xe4, + 0xf4,0x4e,0x8f,0xe7,0xb1,0x3d,0xad,0x96,0x6f,0x84,0xa1,0xa6,0x87,0x70,0x8f,0xff, + 0x27,0x65,0xb1,0xb,0xdc,0xd8,0xd0,0x19,0x52,0xf7,0x8f,0x83,0xfb,0xc,0xf3,0x8b, + 0x59,0x9d,0xef,0x23,0xc4,0xfd,0xa3,0x53,0x2b,0xf1,0xe3,0x2a,0xf8,0xf9,0xf4,0x6a, + 0x66,0xff,0x89,0x3,0x1e,0x25,0x13,0x7,0xac,0xd3,0x38,0xe0,0x67,0xe4,0x80,0xc7, + 0xe7,0x75,0x7f,0x60,0x72,0xf4,0xa7,0xe0,0x16,0x52,0x82,0xcf,0xfd,0x6e,0x5c,0x1, + 0xf2,0x8e,0x69,0xa9,0xd7,0x1,0x4c,0x8a,0x80,0xbc,0x53,0x3b,0x40,0xf9,0x6f,0xfb, + 0x82,0xc7,0xda,0xe1,0xe0,0xb7,0x3d,0x1a,0xea,0xed,0xa7,0x3e,0xde,0x39,0xa2,0xb7, + 0xf7,0x6b,0x68,0xb8,0x77,0x36,0x8b,0xb3,0x7b,0xd,0x59,0xe,0xa3,0xae,0x1,0xcf, + 0xb5,0xed,0x13,0x71,0x76,0x3a,0xbf,0xeb,0x8,0x58,0x9e,0xdf,0xb7,0x55,0xc4,0x1, + 0x10,0xff,0x5,0xf1,0xe3,0xe7,0xc7,0x1,0x4a,0xb6,0x9d,0x2,0xc5,0xba,0x7c,0xc5, + 0xea,0x7c,0xeb,0xee,0x1a,0x28,0x66,0x7c,0xf5,0x85,0x30,0xa6,0xf9,0x7b,0x31,0xbd, + 0x1f,0xb2,0x3,0xed,0xfe,0xd6,0x4f,0x21,0x98,0x66,0x81,0x52,0x8c,0x7f,0x7d,0x3b, + 0xc4,0x7e,0xb,0xf0,0xfc,0xf1,0x7d,0xa8,0xf9,0xe3,0x7,0xe0,0x43,0xd8,0x5f,0xd5, + 0x6,0xbc,0x11,0xfb,0x35,0xd1,0xee,0xd7,0x44,0xec,0x7b,0x20,0xf6,0xdd,0x16,0x35, + 0x2,0x57,0x81,0x7d,0x17,0x3a,0xe3,0x1b,0xf5,0x7e,0x99,0x49,0xce,0x68,0xef,0x2b, + 0x41,0xf1,0x71,0x15,0xa1,0x74,0x74,0x75,0x28,0x85,0xba,0xbf,0xf8,0x58,0xb4,0xfd, + 0xa3,0x2b,0x43,0xa1,0x91,0x15,0xa1,0x0,0xfa,0xfc,0xf9,0xe8,0xac,0x5f,0xb4,0xfd, + 0xb9,0x6,0x15,0x83,0xec,0xfd,0xd1,0xf6,0xf7,0x78,0xb,0x9c,0x3a,0xe6,0x2,0xa7, + 0x36,0xb9,0xf9,0x59,0x5f,0x34,0xdb,0xd7,0x45,0xc4,0xf3,0xf1,0x6f,0xb7,0x68,0x40, + 0x79,0x18,0x34,0xc9,0x88,0xfb,0x34,0x86,0xfb,0x34,0x6d,0xa7,0x6a,0xb8,0x97,0x31, + 0x3d,0xee,0xdf,0xdf,0x12,0xf6,0xfe,0x86,0x9e,0xc3,0x63,0xb8,0xbf,0xa8,0xe0,0xfe, + 0xc,0xe2,0x9e,0x62,0x7a,0x49,0x70,0x82,0x70,0x7f,0x34,0x9e,0x70,0x1f,0x90,0x11, + 0xdc,0x2b,0x1a,0x20,0x91,0x9f,0xf7,0xf5,0x9d,0xd6,0x37,0x64,0x6d,0xab,0x7d,0x1, + 0xb1,0x5b,0x36,0x30,0xfc,0x93,0xfe,0xaf,0x97,0x1b,0xed,0xf2,0xdb,0x88,0xff,0x22, + 0xa8,0x1,0x8a,0xf2,0x38,0x20,0xf9,0x0,0x9f,0x53,0x2d,0x50,0x39,0xde,0xf,0xa4, + 0x69,0x0,0x91,0xb,0xec,0x88,0xf6,0x3c,0xe8,0x1d,0x3e,0x2b,0x3c,0x18,0xf1,0x1f, + 0x22,0x38,0xa0,0x2e,0x7e,0x6f,0x7d,0xe4,0x8f,0x6,0x25,0x74,0x1e,0x68,0x5c,0x96, + 0x73,0x1,0xf9,0x4,0xcd,0xcb,0x73,0x2d,0x40,0x5c,0xf0,0x3e,0xe9,0x81,0xca,0x96, + 0x9a,0xa0,0xd,0xbe,0x7e,0x5b,0xc4,0x7f,0x57,0x3f,0x7c,0xf,0x88,0xff,0xcf,0x10, + 0xff,0x9f,0x93,0xe,0x40,0xd,0xd0,0xb,0x39,0xa0,0x37,0xfe,0x8e,0xfa,0x20,0x7, + 0x74,0x6f,0x9a,0x57,0xf3,0xfd,0xe9,0x9c,0x43,0x5a,0x46,0xe,0x90,0x3a,0x40,0x8f, + 0x7,0xa4,0x5a,0xe5,0x0,0x5e,0x2b,0x6c,0x8c,0x7,0x70,0x1d,0xa0,0x71,0xc0,0x22, + 0x7d,0x46,0xcf,0xe5,0x79,0x4a,0xd,0xf,0xe2,0xfe,0xec,0x54,0xbd,0x7e,0x97,0x61, + 0x5f,0xd6,0xf1,0x8d,0x16,0x3e,0x3e,0xc5,0xf6,0x85,0xcd,0xa7,0xf8,0xfe,0xc9,0x31, + 0x34,0x27,0xa0,0x3c,0xdc,0xdc,0xd8,0x11,0xee,0xee,0x1b,0xcd,0x7c,0x7b,0x8e,0xfb, + 0x25,0xf0,0x20,0x69,0x9,0x3c,0x4c,0x5a,0x8e,0x9f,0xe3,0x3e,0xf5,0x23,0xe2,0x7f, + 0x25,0xd3,0x0,0x8c,0x7,0xce,0xac,0xe6,0x3a,0x20,0x79,0x1d,0xd3,0x1,0xbf,0x9c, + 0xdd,0x28,0x38,0x60,0x13,0x24,0xec,0x98,0x7,0x8d,0x5a,0xd6,0x64,0xb8,0x2f,0xfd, + 0x2e,0xda,0xbc,0xc1,0x4d,0x58,0xf,0xa0,0x9c,0xff,0x41,0xb5,0xc0,0xa4,0x1,0xde, + 0x99,0xd5,0x19,0xaa,0x2c,0xed,0xf,0x35,0xd7,0x8f,0x82,0xc0,0x9d,0x93,0xa0,0xfe, + 0x1,0x89,0xff,0xaf,0xd9,0x5c,0x6f,0xea,0xef,0xad,0x3e,0x71,0x32,0xe4,0x6e,0x38, + 0xc,0x22,0x56,0x9e,0x86,0x51,0xd7,0x1,0xea,0x25,0x29,0xf8,0x37,0x9e,0xdf,0xb9, + 0x8d,0xe3,0x3f,0x0,0xbf,0x36,0xf2,0x2a,0x80,0xf7,0x90,0x15,0xec,0x7b,0x7d,0x7f, + 0xfc,0xa,0x35,0xff,0x40,0xb4,0xfd,0xe8,0xf7,0x53,0x9e,0x7f,0x67,0x1f,0xb4,0xf9, + 0x88,0x7b,0xd4,0xfb,0x21,0xdb,0x68,0x7f,0x26,0xb0,0xdf,0x15,0x2,0x37,0x76,0x81, + 0xda,0x6b,0xda,0x40,0xad,0x95,0xcd,0x11,0xff,0xb8,0x97,0xbf,0xb,0x75,0xc8,0xee, + 0xff,0xd8,0x12,0xbc,0x97,0xb5,0x80,0x5a,0x88,0x7d,0xcf,0xef,0x9b,0x33,0xec,0xbb, + 0x7d,0x53,0xf,0xaa,0x23,0xf6,0xab,0xcd,0xd,0x2,0xe7,0x39,0x81,0x50,0x75,0x96, + 0xf,0x94,0x46,0xec,0x97,0x1c,0x5f,0x11,0x8a,0x8d,0x2d,0x7,0xc5,0xc7,0x54,0x80, + 0x52,0xe3,0x9c,0xa1,0xc4,0x98,0xca,0x50,0x64,0x64,0x79,0x78,0x67,0x78,0x69,0x28, + 0x80,0xba,0x9f,0x6c,0x7f,0xae,0x81,0x45,0x20,0x47,0xcf,0x42,0xf0,0x5a,0xe7,0x82, + 0xf0,0x2a,0x9d,0xf5,0xdd,0x3a,0xf,0x38,0x85,0xa0,0xe6,0xc7,0xbf,0xb9,0x57,0xa8, + 0x5e,0xaf,0xdc,0x2b,0x50,0x34,0xa8,0x22,0x7c,0xbd,0x64,0xbe,0x45,0x3d,0xbe,0xac, + 0xc9,0xb7,0xac,0xcf,0xd5,0xed,0x3d,0xab,0xd7,0xb9,0xad,0xe7,0xf0,0x64,0xee,0x9e, + 0x6a,0x76,0xae,0x5e,0x11,0xb8,0xbf,0xa8,0xe0,0xfe,0xb4,0xc0,0xfd,0xf1,0x63,0xa8, + 0xf3,0x13,0x9e,0x19,0xf7,0x8a,0xfd,0x67,0xb3,0x3f,0xa7,0x4e,0x9d,0xaa,0xd4,0x17, + 0xe9,0xb9,0x47,0xbd,0xf6,0x40,0xad,0x39,0x7c,0x0,0xb1,0x9b,0xd7,0x42,0x49,0xc4, + 0x7f,0xd5,0x6c,0x68,0xb7,0xf3,0x20,0x16,0xdf,0x42,0xdd,0x8d,0x18,0xee,0x80,0x1c, + 0xd0,0x5,0x71,0xfc,0x69,0x49,0xe1,0x3,0x50,0x2e,0xb0,0x3c,0xd7,0x0,0xfd,0x85, + 0x6,0xa0,0xd9,0xe0,0x81,0xa8,0x17,0x7c,0x90,0x33,0xfc,0x10,0xff,0x1,0xc4,0x3, + 0xef,0xe8,0x3c,0x10,0x5a,0x54,0xe8,0x81,0xe2,0x5c,0xf,0x30,0x4d,0x40,0x3c,0x50, + 0x86,0xfb,0x5,0x4d,0xcb,0x73,0x1e,0x50,0xe3,0x84,0xc4,0x1,0x2d,0x89,0x3,0x5c, + 0x38,0x7,0x74,0xf1,0xc5,0x8d,0x1a,0xa0,0x3b,0x72,0x40,0x77,0xf4,0x5,0x7a,0x10, + 0xf,0xa0,0xe,0xf8,0x22,0x8c,0xf3,0x40,0xdb,0xf7,0x2,0x98,0xf6,0x1f,0x3e,0x7c, + 0x38,0xa8,0xcb,0x9a,0xe,0x60,0xbe,0x80,0x49,0x6e,0xd0,0xe8,0xb,0x50,0xbf,0x80, + 0xb1,0x77,0x98,0x71,0x40,0xb7,0x46,0x90,0xfc,0xb5,0x12,0xdf,0x13,0x5a,0x5f,0xf6, + 0xeb,0x26,0x8b,0x39,0x5d,0x64,0xcf,0x4f,0x8e,0xb5,0xac,0xdf,0xb7,0xd0,0xfa,0xf8, + 0xf1,0x2c,0x7e,0xdf,0xb5,0x55,0x1f,0xc0,0x9d,0xdd,0x51,0x70,0xff,0xc8,0x4c,0x78, + 0x70,0x6c,0x21,0x3c,0x3c,0xf1,0x2d,0x3c,0x44,0xad,0xff,0xe0,0xc4,0xf7,0xf8,0xf9, + 0x12,0xd6,0xe7,0xf7,0x30,0x69,0x29,0xab,0xf7,0x7f,0x24,0x78,0xe0,0x21,0x6a,0x81, + 0x9f,0x91,0x3,0x1e,0x9d,0x59,0xa5,0x68,0x1,0xce,0x3,0xf3,0x66,0x7c,0xc9,0xb4, + 0x7e,0x59,0xdf,0x2,0x50,0xa4,0x57,0x88,0x98,0xf9,0xad,0xcf,0xfa,0x97,0xf8,0xcf, + 0x3f,0x85,0xfa,0x80,0xbe,0x0,0xd7,0x15,0x43,0xa0,0xce,0xa6,0x31,0x10,0xbc,0x6b, + 0x32,0xd4,0x3f,0xc8,0xf1,0xcf,0x67,0xfa,0xe9,0x73,0xbd,0x4a,0xf6,0x18,0xf,0x79, + 0x1a,0x8d,0x84,0x96,0xdf,0x1d,0x85,0x89,0xe2,0xec,0xae,0x96,0x67,0x1,0x5c,0x8e, + 0x2,0x54,0x4b,0x0,0x70,0x46,0x1d,0x50,0xd,0x39,0xa1,0xe9,0x31,0x7e,0x86,0xd7, + 0xd0,0xa4,0x27,0x50,0xa3,0xef,0x12,0xc8,0xd3,0x78,0x24,0xb8,0xcf,0x1a,0xc1,0x72, + 0x7d,0x75,0x63,0x75,0xec,0x93,0xe6,0x27,0xbd,0x1f,0x82,0x5a,0x3f,0x44,0xda,0xfd, + 0xcd,0xdd,0x10,0xfb,0x9d,0x21,0x10,0xb5,0xbf,0x37,0xda,0xfe,0x5a,0x88,0xfb,0x9a, + 0xcb,0x9a,0x82,0xd7,0xb2,0xe6,0x50,0x7,0xb1,0x5f,0x9b,0xb0,0x8f,0xb8,0xf7,0xfc, + 0xae,0x29,0xb8,0x2f,0x6a,0x0,0xee,0x31,0xf5,0xc1,0x75,0x7e,0x28,0x54,0x9f,0x1b, + 0x2,0x2e,0xb3,0xfd,0xc0,0x79,0xa6,0x2f,0x54,0x9a,0x56,0x1b,0xca,0x4d,0x24,0xbc, + 0x97,0x85,0x62,0xa3,0x4a,0x42,0xd1,0x91,0x25,0x18,0x7,0x14,0x1b,0x59,0x9,0xa, + 0xa3,0xee,0x7f,0x87,0xb0,0x3f,0xa8,0x24,0xe4,0xee,0x55,0x18,0x72,0x76,0x79,0x7, + 0xb2,0x7d,0xfc,0x16,0x64,0xfd,0x8,0x6d,0x7e,0x58,0x36,0x78,0xa5,0x4a,0x16,0x78, + 0xa5,0xdc,0xab,0xec,0x9c,0xef,0xe2,0xc1,0x88,0xfb,0xa5,0xf3,0x35,0xac,0xe8,0x79, + 0xfb,0x34,0xbd,0x4e,0x2f,0x2d,0x95,0xd9,0x11,0xd5,0xde,0xdf,0xd6,0xfc,0xfb,0x1b, + 0xcc,0xde,0xf3,0xdc,0xbd,0x11,0xf7,0xc9,0x70,0xf6,0xec,0x69,0xc4,0xfd,0xa9,0x97, + 0x82,0x7b,0x5,0xff,0xac,0x6,0xa0,0x7b,0xf7,0xee,0xda,0xfb,0xe6,0x3e,0xbe,0x25, + 0xf6,0x75,0xdf,0x9f,0xff,0x3b,0xee,0xc0,0x1e,0x56,0xff,0x53,0x51,0xe0,0xbf,0x19, + 0xe2,0xff,0xe3,0x42,0x9c,0x3,0x28,0xe,0xd0,0xb5,0x18,0xcf,0x5,0x32,0xd,0x50, + 0x96,0xe7,0x2,0x29,0x16,0xd8,0x5,0x6d,0x78,0x20,0xe2,0xde,0x3b,0x9f,0x13,0xd4, + 0xce,0xef,0x4,0x75,0xf0,0xfb,0xfc,0xf0,0xdf,0xfe,0xc8,0x7,0x1,0x85,0x4,0xf, + 0x20,0x87,0x84,0x20,0x7,0x84,0x9,0x9f,0xa0,0x1e,0x6a,0x81,0xfa,0xf8,0x5a,0xd, + 0x4a,0x29,0x3c,0x50,0x5e,0xc4,0x7,0x2a,0x88,0xd8,0x80,0xd0,0x1,0x2d,0x51,0x3, + 0xb4,0xc2,0xfd,0x49,0x1d,0x7c,0x1f,0xc8,0x1,0x9d,0x51,0x7,0x74,0x45,0x1e,0xe8, + 0x26,0x78,0xe0,0x33,0xd4,0x2,0xdd,0xea,0xeb,0x71,0xbf,0x5d,0xbb,0x76,0x81,0x71, + 0x11,0x7,0xd0,0x36,0xf3,0x5,0xd4,0xfa,0x0,0x5b,0x79,0x1,0xbd,0x67,0x68,0x8c, + 0x9e,0x1b,0xec,0xda,0x10,0x4e,0xcd,0x10,0x33,0x3a,0xa6,0x9,0x9b,0x2f,0xce,0xe5, + 0xb0,0xd0,0xfa,0xb8,0x4f,0x50,0x1d,0xcf,0x30,0x8e,0xf7,0x13,0xa2,0x86,0x8f,0xf2, + 0xf7,0x17,0x16,0x14,0x84,0x5b,0x5b,0xbe,0x80,0xd4,0x83,0x13,0x21,0x2d,0x71,0x2e, + 0xc3,0xfe,0x83,0xa3,0x8b,0x20,0xed,0xd8,0x22,0x78,0x80,0xf6,0x9f,0x34,0x0,0xc5, + 0xfa,0x1e,0x6a,0x3c,0xb0,0x14,0x37,0x71,0x0,0xea,0x80,0x93,0xba,0x3f,0xf0,0x8, + 0xfd,0x81,0x9f,0xcf,0xac,0x81,0xb3,0xfb,0x16,0x42,0xab,0xf6,0x7e,0xdc,0xe6,0x37, + 0x27,0xad,0xfb,0x3e,0x3b,0xdb,0x93,0xce,0xf4,0xe6,0xf3,0x3f,0xdb,0x88,0x39,0x40, + 0xf8,0xf9,0xa4,0x76,0x50,0x72,0xde,0xa7,0x50,0x75,0x9,0xda,0x7e,0xd4,0xfe,0x1, + 0xdb,0xc6,0x43,0xe8,0x9e,0x69,0xd0,0xf0,0xd0,0x2c,0x31,0xcb,0x7b,0xe,0x3b,0xcf, + 0xaf,0x49,0x1c,0x9f,0xeb,0x51,0x6f,0xcf,0x54,0xa8,0x14,0x39,0x9,0xf2,0x35,0x1d, + 0xb,0x65,0x3b,0xcc,0x81,0x8f,0x57,0x9d,0x85,0xc8,0x93,0xff,0x61,0xe7,0xf8,0x4d, + 0x94,0xfb,0x6,0xb0,0xb3,0xfd,0x82,0xc6,0x6d,0x81,0xc2,0xad,0xa6,0xb0,0xb3,0xbe, + 0x3c,0x66,0x8f,0x64,0x9a,0x3f,0x8c,0xf6,0xce,0x7e,0x88,0x7b,0xf4,0xf7,0x49,0xef, + 0x6f,0x47,0xdc,0x23,0xe6,0x9,0xf7,0xc1,0x68,0xf3,0x83,0x36,0x75,0x81,0xa0,0xf5, + 0x9d,0x10,0xfb,0x9f,0x80,0xff,0x9a,0x8,0xf0,0x5c,0xd6,0x18,0x35,0x7e,0x43,0xf0, + 0xf8,0xa1,0x3e,0xd4,0x5a,0xda,0xc,0x6a,0x2f,0x7d,0x17,0xbc,0x7e,0x68,0xa,0xb5, + 0xbe,0x6d,0x2,0x1e,0x8b,0xea,0x23,0xf6,0xeb,0x42,0x8d,0x79,0xc1,0xe0,0x3a,0x37, + 0x10,0xaa,0xcd,0xf2,0x5,0xe7,0x19,0xb5,0xa1,0xca,0x34,0x2f,0xa8,0x34,0xc5,0x1d, + 0xca,0x4d,0x70,0xe1,0xd8,0x1f,0x51,0x14,0x8a,0xc,0x7b,0x7,0x8a,0x8f,0xae,0x88, + 0x9f,0x57,0x84,0x82,0xa8,0xf7,0xf3,0xf7,0x2a,0xe,0xb9,0xbb,0x14,0x82,0x9c,0xed, + 0xb,0xc0,0x6b,0x6d,0xf3,0x41,0x96,0xf0,0x1c,0xf0,0x4a,0x55,0xc4,0x7d,0x79,0xdc, + 0x95,0xb2,0x40,0xc9,0xb0,0xca,0x30,0x67,0xe9,0x2,0xad,0xef,0x96,0xe5,0xee,0x28, + 0x87,0x67,0x11,0xcf,0x57,0x72,0x78,0xa2,0x2e,0x9f,0xe1,0x9e,0xe5,0xee,0x6f,0xb0, + 0xdc,0x3d,0xb3,0xf7,0x12,0xf7,0xa2,0x56,0xef,0xc2,0xf9,0xb3,0x70,0x36,0xf9,0xc, + 0xc3,0xfd,0xe9,0x53,0x27,0x20,0xe9,0x38,0xf3,0xef,0x63,0x10,0xf7,0xcf,0x7d,0xde, + 0x87,0x1,0xff,0x1,0x12,0xb,0xe4,0x57,0xa8,0xf6,0xdf,0x12,0xff,0x96,0xf6,0x9f, + 0x76,0x69,0xc4,0x3f,0x71,0x40,0x5d,0xd4,0xff,0xcd,0x10,0xcb,0xed,0xde,0xe1,0x1c, + 0x40,0x1a,0xa0,0x73,0x71,0x11,0x7,0x10,0x1c,0x40,0x1a,0xa0,0x3b,0x7e,0xc,0x40, + 0xbc,0x7b,0xe4,0xe6,0xb3,0x82,0x6b,0x9,0xe,0xa8,0xfd,0x96,0xd0,0x2,0xf8,0xfd, + 0xfe,0x85,0x38,0xf,0xd0,0xb9,0xe1,0x1a,0xf,0xe0,0x6b,0x85,0xe3,0x6b,0xd5,0x43, + 0x1d,0xd0,0xa0,0x34,0xe7,0x80,0x46,0x65,0xb8,0x5f,0xd0,0xb4,0x2,0xe7,0x0,0xda, + 0x14,0x27,0x7c,0x5f,0x68,0x81,0x76,0x9e,0xc8,0x1,0xde,0xf8,0x5e,0x4,0xf,0x74, + 0xf2,0xe3,0x7a,0x80,0x78,0xa0,0x4d,0xf3,0x40,0xa6,0xfb,0x29,0xee,0x87,0x40,0x4f, + 0x87,0x7f,0x6b,0xbe,0x80,0x65,0x6e,0x30,0x35,0x5d,0x5e,0xc0,0x58,0x27,0x68,0xd6, + 0x37,0xd8,0xaf,0x4b,0x7d,0x38,0x11,0x2d,0x6a,0xf6,0xc5,0x39,0xbc,0x2c,0xa6,0x3f, + 0x46,0xd4,0xf0,0x88,0x5c,0xfe,0x71,0x91,0xcf,0x93,0x35,0x7c,0xa7,0x27,0x52,0xff, + 0x4e,0x10,0x8b,0xed,0xa5,0x1e,0x9e,0xc6,0xb0,0x7f,0x3f,0x71,0x3e,0xa4,0x1d,0x8d, + 0x41,0xfc,0xc7,0xe0,0x47,0xce,0x3,0xf,0x8e,0x11,0x17,0x7c,0xcb,0xfa,0x7c,0x48, + 0xb,0x3c,0xd0,0x38,0x40,0xf8,0x3,0xc4,0x1,0xe8,0xb,0x3c,0x3c,0xb5,0x2,0x26, + 0x8d,0xeb,0x0,0x35,0x82,0x8b,0xb1,0x59,0xbf,0x25,0x3a,0xd5,0x86,0x82,0x63,0x3e, + 0x84,0x2,0x63,0x71,0xb,0xfc,0xcb,0xf3,0xbe,0xc8,0x7,0x28,0x30,0x39,0x2,0x4a, + 0x13,0xf6,0x7f,0xe8,0x7,0x1e,0xab,0xa3,0xc0,0x67,0xb,0xb7,0xfd,0xf5,0xf6,0xd3, + 0xfc,0xae,0xd9,0x7c,0x9e,0x97,0x36,0xd3,0x4b,0x99,0xe9,0x77,0x64,0x32,0xd4,0xfe, + 0x76,0xa,0x94,0xe8,0x86,0x3c,0xd0,0x7c,0x2,0xe4,0x7f,0x77,0x22,0xfb,0xe8,0x3e, + 0xe0,0x47,0x28,0xdb,0x69,0x1e,0xfb,0x9c,0x7d,0x1d,0x77,0xc5,0x21,0xe3,0x11,0xcb, + 0xc3,0x58,0xac,0x2f,0x2c,0x16,0xb1,0x1f,0x4b,0xd8,0xef,0xd,0xa1,0xdb,0x7a,0x42, + 0x18,0xea,0xfd,0xe0,0xcd,0x68,0xf3,0x37,0x77,0x81,0x10,0xdc,0x41,0x1b,0x3a,0x32, + 0x9b,0x1f,0xb0,0xae,0x3d,0x4,0xfc,0xd4,0xe,0xea,0xac,0xf8,0x10,0x3c,0x7f,0x68, + 0x88,0x76,0x3e,0x1c,0x3c,0xbe,0xd,0x3,0x6f,0xc4,0xbd,0xf7,0xf7,0x4d,0xa0,0xd6, + 0xe2,0xc6,0xe0,0xb9,0x10,0xbf,0x86,0xd8,0x77,0x23,0xec,0xcf,0xf1,0x87,0xea,0x88, + 0x7d,0x97,0xe9,0xde,0xe0,0x3c,0xb5,0x26,0x54,0x9e,0xec,0xe,0x15,0xa2,0x5d,0xa1, + 0xcc,0xb8,0x2a,0x50,0xc,0xb1,0x5f,0x78,0x78,0x61,0x28,0x1c,0x55,0x8,0x8a,0x46, + 0x56,0x80,0x2,0x7d,0x4a,0x42,0xfe,0xee,0x45,0xe0,0xcd,0xe,0x6f,0x43,0xce,0x76, + 0x6f,0xc3,0x6b,0xe1,0xb9,0xe1,0x55,0xe7,0xd7,0xe0,0xd5,0x8a,0x59,0xe1,0xd5,0xca, + 0x59,0x21,0x20,0xa2,0x1e,0x2c,0x5d,0xbf,0x42,0xf3,0x8f,0x25,0xee,0xef,0x2b,0xf9, + 0x3b,0xae,0xf1,0x53,0x99,0x8f,0x49,0x5b,0xd6,0xeb,0xd0,0xdf,0xce,0xad,0x5b,0x7a, + 0xe,0x4f,0xcf,0xdd,0x5f,0x84,0x8b,0x17,0xce,0xc1,0xf9,0x73,0x67,0x21,0x99,0x6a, + 0x76,0x10,0xf7,0x27,0x93,0xa8,0x66,0xe7,0x28,0xd9,0x7b,0xc2,0x7d,0xa9,0x97,0x81, + 0x7b,0x3,0x7,0x30,0xfc,0x6f,0xd9,0xb2,0xc9,0x26,0xe6,0x8d,0x5f,0xf3,0x2d,0x9b, + 0xf,0x8a,0xbd,0xc6,0xed,0x7f,0x13,0xc4,0x72,0x1b,0xb4,0xe1,0x11,0xa8,0xe7,0x3f, + 0x29,0xcc,0xe3,0x0,0x5d,0xa8,0x1e,0x88,0xfc,0x0,0xc4,0x6b,0x7,0xfc,0x18,0x88, + 0xff,0xc7,0x35,0x97,0x13,0xd4,0x78,0x93,0x73,0x40,0x4d,0xc1,0x1,0x5e,0xa,0x7, + 0xf8,0x12,0x7,0xbc,0x23,0xb4,0x0,0xbe,0x46,0x30,0xee,0xd0,0x62,0x7c,0x87,0x21, + 0x7,0x84,0xe3,0xeb,0x84,0x23,0xa7,0xd4,0x27,0x1e,0x40,0xfc,0x37,0xc2,0xdd,0x18, + 0x35,0x45,0x93,0x72,0xba,0x1e,0x78,0x97,0x6a,0x7,0xdd,0x91,0x3,0x6a,0x21,0x1f, + 0x79,0xa1,0x26,0xf1,0xe6,0x7a,0xa0,0xa3,0xf,0x7e,0xc,0xd1,0xeb,0xfd,0xc9,0xf6, + 0x13,0xce,0x33,0xca,0x1,0xa4,0x3,0x64,0x5e,0x40,0xad,0x11,0x4a,0xd7,0x2f,0xa0, + 0xd4,0x9,0x5a,0x70,0x80,0xf0,0x5,0xfa,0x77,0xae,0xf,0xc7,0xc6,0xa,0x9b,0x2f, + 0x70,0x2f,0x7d,0x7c,0x2d,0x8f,0x2f,0xf2,0x79,0xc7,0x87,0x53,0xdf,0x4e,0x56,0xb8, + 0xb1,0xbe,0x23,0xdc,0x41,0x3f,0x3f,0x15,0xf1,0x95,0x96,0x80,0xbe,0x7e,0xc2,0x3c, + 0xbe,0x91,0x3,0xa8,0xa6,0x27,0x2d,0x31,0x6,0xf9,0x60,0x1,0x72,0xc0,0x42,0xe4, + 0x82,0xc5,0x42,0xf,0xe8,0x3e,0xc1,0x3,0xe1,0xf,0x10,0x7,0xc4,0xae,0x1e,0x3, + 0xfe,0x8d,0x2a,0xb2,0xfa,0xbe,0x32,0xcd,0x2a,0xa1,0xbd,0x6b,0xe,0x85,0x46,0xb7, + 0x40,0xfc,0x7f,0x80,0xf8,0xc7,0x8f,0x74,0xb6,0xb7,0xd8,0x5,0x51,0xf7,0x17,0x9b, + 0xd1,0x11,0xca,0xce,0xfb,0xc,0xaa,0x2d,0xe9,0x7,0x9e,0x84,0x7d,0xd4,0xfd,0x41, + 0x3b,0x26,0x42,0xf8,0xde,0xa9,0xd0,0xe0,0xe0,0xc,0xc4,0xbb,0xe5,0x39,0x7e,0x84, + 0xfd,0xc6,0x87,0xd5,0x99,0x5e,0x7c,0xa6,0x5f,0xe0,0x9a,0x89,0xe0,0x3e,0x63,0x32, + 0x54,0x8f,0x8e,0x86,0xd2,0x3d,0xa3,0x51,0x1b,0x44,0x43,0xf5,0x89,0x13,0xc1,0x6b, + 0xd1,0x58,0x8,0xdb,0x3e,0x8c,0xc7,0xfa,0xa8,0xa7,0x17,0x71,0x1f,0xb6,0xb3,0x2f, + 0xd4,0x25,0xbb,0xaf,0x61,0xbf,0x1b,0xda,0xfc,0xce,0xb8,0x3b,0xa1,0xcd,0xef,0x0, + 0x81,0xeb,0x3e,0x81,0xc0,0xb5,0x1f,0x43,0xe0,0x4f,0x6d,0xc1,0x7f,0x55,0x6b,0xf0, + 0x5a,0xd2,0x14,0x3c,0xbf,0xad,0x7,0x1e,0x8b,0xeb,0xe2,0xe,0x1,0xef,0xef,0x50, + 0xb,0xa0,0xde,0xaf,0xf9,0x4d,0x18,0x78,0xa2,0xde,0xf7,0x40,0x5f,0xbf,0xc6,0x9c, + 0x0,0xc4,0xbe,0xf,0x54,0x23,0xec,0x4f,0xab,0x85,0xd8,0x77,0x85,0x4a,0x88,0xfd, + 0xa,0x68,0xfb,0xcb,0x8c,0x43,0x5f,0x7f,0x58,0x31,0x28,0x34,0xf8,0x2d,0x78,0xbb, + 0x67,0x1e,0x28,0xd0,0xa3,0x38,0xe4,0xeb,0x8c,0xd8,0x6f,0x5b,0x18,0xb2,0x5,0xbf, + 0x9,0xaf,0x56,0x79,0x15,0x5e,0x45,0x5b,0xff,0x4a,0x95,0xd7,0x20,0x30,0x22,0x9c, + 0xf5,0xe4,0xf0,0x9e,0x5b,0x61,0xe3,0x99,0xbe,0xe7,0x3d,0x78,0x94,0xb3,0x27,0xdc, + 0xf3,0xde,0x5b,0x1d,0xf7,0x94,0xbb,0x67,0xb8,0x67,0x39,0xbc,0x1b,0xe8,0xdb,0x5f, + 0x15,0x39,0xbc,0xcb,0x70,0x29,0x25,0x5,0x71,0x7f,0x1e,0xce,0x11,0xee,0xcf,0x9c, + 0x61,0x39,0x3c,0xc2,0xfd,0xf1,0x63,0x14,0xd7,0x4b,0x88,0x49,0x4c,0x88,0x7f,0xe9, + 0xb8,0x57,0xf0,0xcf,0x62,0x0,0x74,0x9e,0xa0,0xd1,0xc6,0x1b,0x31,0xaf,0x7e,0xde, + 0xa9,0x79,0x18,0xc3,0xbf,0xef,0x1b,0x88,0x41,0x9a,0xff,0x89,0xd8,0xff,0x18,0xb1, + 0xfb,0x49,0x21,0x3d,0xe,0xd0,0x1d,0x31,0xfb,0x2e,0x7e,0xdd,0x2d,0xa7,0x13,0xb8, + 0xbc,0xee,0x4,0xd5,0xf0,0xff,0x56,0x17,0x1c,0xe0,0x86,0x1c,0xe0,0x89,0x1c,0x50, + 0x13,0xbf,0xb7,0x16,0x72,0x80,0x37,0x72,0x40,0x6d,0xe4,0x0,0x9f,0x2,0x82,0x7, + 0x48,0xb,0x20,0x97,0x4,0x15,0x31,0xf0,0x0,0xf2,0x4a,0x5d,0xe9,0x13,0x10,0xf, + 0x94,0xe1,0x3c,0x40,0x1c,0x40,0xb1,0x81,0x66,0xc8,0x1,0x1f,0x56,0x77,0x82,0x8f, + 0x50,0x3,0xb4,0xad,0x89,0x3c,0xe0,0xa5,0xf3,0x40,0x2b,0x7c,0xcf,0xd2,0xf6,0xff, + 0xf,0xb1,0x2d,0xb5,0xfe,0xf3,0xe8,0x0,0x9e,0x17,0x48,0xb5,0xea,0xb,0xa8,0xbd, + 0xc3,0xc6,0x7e,0x81,0xbe,0x1d,0xeb,0xb3,0x73,0xc9,0x4f,0x8c,0xb0,0xcc,0xe3,0xab, + 0xb5,0x7b,0x94,0xc7,0xbf,0xf4,0x43,0x6d,0xb8,0xb9,0xb5,0x17,0xa4,0x1e,0x88,0x66, + 0xbe,0xfe,0x7d,0xd4,0xd9,0xf7,0x51,0x67,0xdf,0x47,0x5f,0x9b,0x36,0xcb,0xf1,0xc5, + 0xcf,0x67,0x7d,0x7d,0xb4,0x89,0x3,0xd2,0x12,0xbf,0x41,0x1e,0xf8,0x86,0x73,0x0, + 0x6a,0x1,0xf2,0x7,0xae,0x1d,0x9a,0xf,0x3f,0xcc,0xed,0xd,0xad,0x3e,0xae,0xc3, + 0xb4,0x7e,0xd9,0xa0,0x22,0x50,0xf2,0xcb,0x50,0x28,0x32,0xea,0x7d,0xc4,0xfe,0x7b, + 0x50,0x18,0xb1,0x5f,0x8,0x37,0x71,0x40,0x41,0xd4,0x0,0xef,0xa0,0xdd,0x2f,0x36, + 0xed,0x13,0x28,0xf7,0x75,0x77,0xa8,0xb2,0xb8,0x17,0xb8,0x2e,0x1d,0x0,0x5e,0x6b, + 0x86,0x81,0xdf,0xe6,0xb1,0xc,0xfb,0x75,0xf7,0x4c,0x81,0xfa,0x7,0x8,0xfb,0xb3, + 0xf8,0x1c,0x7f,0xa1,0xf9,0x69,0x96,0x27,0x9b,0xe5,0xad,0x61,0x3f,0x5a,0x9b,0xe7, + 0xcb,0xcf,0xf1,0x1b,0x3,0xf5,0x91,0xc7,0xea,0x53,0x5f,0xef,0xde,0xe1,0x50,0x5f, + 0xce,0xf4,0xd9,0x3d,0x4,0xc2,0x49,0xef,0x93,0xbf,0xbf,0xa3,0xf,0x62,0x1e,0xb1, + 0xbf,0x95,0xfb,0xfa,0xa1,0xa8,0xf7,0x43,0x8,0xfb,0x68,0xf3,0x83,0x36,0x74,0xe0, + 0xb8,0x5f,0xd3,0x16,0x2,0x56,0xb7,0x1,0xbf,0x55,0xad,0xc0,0xf7,0xc7,0x16,0x88, + 0xfd,0xba,0xc,0xfb,0xee,0xb,0x3,0xc1,0xf3,0x9b,0xba,0xc8,0x29,0xe8,0x3,0xc4, + 0x20,0xee,0xe7,0x7,0x21,0xf6,0x3,0xc0,0xd,0xed,0x7e,0x8d,0x59,0xde,0x88,0xfd, + 0x9a,0xe0,0x32,0xd5,0x13,0xaa,0x4e,0x41,0xec,0x4f,0x72,0x81,0x8a,0xd1,0xd5,0xa1, + 0xfc,0xf8,0xaa,0x50,0x72,0x58,0x29,0x78,0xa7,0x77,0x1,0xb4,0xf7,0xf9,0x20,0x6f, + 0xa7,0x3c,0x90,0xaf,0x7d,0x21,0x78,0x3d,0xec,0x4d,0xc8,0x52,0x35,0x1b,0x64,0x41, + 0x5b,0x9f,0xc5,0x25,0x1b,0x4,0x7f,0x5c,0x1f,0x36,0xef,0xde,0x22,0x7c,0x7b,0x91, + 0xb3,0x97,0x7d,0xb7,0x4a,0x4d,0xbe,0x9a,0xc3,0x93,0xbd,0x38,0x7a,0x3f,0xce,0x35, + 0x1e,0xd3,0xbb,0x2a,0x6b,0x76,0x2e,0x2a,0xb8,0x17,0x39,0x3c,0x61,0xef,0xff,0x68, + 0xdc,0x2b,0xf8,0x8f,0x90,0x1a,0x80,0xfe,0x96,0x8d,0x58,0x57,0x3f,0xaa,0x7c,0x10, + 0x1d,0xd9,0x97,0xe5,0x0,0x3c,0x73,0x20,0xe,0x51,0x3,0x7c,0x50,0x80,0xe3,0xbf, + 0x3d,0xe1,0x9f,0xe6,0x81,0x51,0x1c,0xf,0xb1,0xed,0x4c,0x67,0x3,0x65,0x77,0x82, + 0x2a,0xf8,0xd1,0x59,0xe1,0x0,0x57,0xe4,0x0,0x77,0xa1,0x5,0x3c,0xf1,0xff,0xd5, + 0x44,0xe,0xa8,0x45,0x1c,0x50,0x80,0x6f,0x1f,0x7c,0x2d,0xbf,0x42,0x9c,0x7,0x2, + 0x5,0xf,0x84,0x14,0xe3,0x3b,0xb4,0x38,0xe7,0x1,0xf2,0x9,0x34,0xbf,0x80,0xf4, + 0x0,0x72,0x40,0x63,0x8a,0xd,0x56,0x45,0xac,0xbb,0xf3,0x2d,0x79,0xa0,0x4d,0x68, + 0x9,0x6d,0xce,0xf7,0xe1,0xc3,0x87,0x19,0xae,0x5f,0x94,0x3,0xe8,0x39,0x58,0xad, + 0x11,0xb2,0x36,0x4b,0x4c,0x9c,0x2f,0xd0,0xaf,0x43,0x7d,0x38,0x32,0x54,0xe9,0xd1, + 0x53,0x6a,0x76,0xc9,0xf,0xb8,0xbc,0xbc,0x2e,0xdc,0xda,0xd1,0x1f,0xb1,0x3f,0x9, + 0xee,0x1d,0x9e,0x1,0xf7,0x71,0xdf,0x43,0x9c,0xdd,0x3b,0x42,0x7b,0x16,0xe7,0x82, + 0x38,0xce,0x5,0x5c,0xf,0x8,0x1e,0x60,0x5a,0x60,0x21,0xac,0x59,0xdc,0xf,0x7a, + 0xf7,0x6e,0x8,0x1,0x8d,0xca,0x43,0x59,0xb4,0xf5,0x84,0xfb,0x32,0x88,0xfb,0xd2, + 0x5d,0x7d,0xa0,0xd8,0xc8,0xe6,0x50,0x74,0xe4,0x7b,0xc,0xff,0x45,0xd1,0xf6,0x17, + 0x92,0x1b,0xf1,0x5f,0x6c,0xd2,0x47,0x50,0x76,0x76,0x27,0xa8,0xbc,0xf0,0x73,0x70, + 0x45,0xbd,0x5f,0x73,0xe5,0x60,0xa8,0xb3,0x1e,0xfd,0xfd,0xad,0xe3,0x20,0x74,0x57, + 0x34,0x84,0xef,0x9b,0xca,0xb0,0xdf,0xf0,0xf0,0xc,0x3e,0xc3,0x53,0xda,0xfd,0xc3, + 0xe6,0x76,0x9f,0x61,0x7f,0xff,0xb8,0x74,0xd8,0xf,0xdf,0x13,0x5,0xe1,0xbb,0x87, + 0x30,0xec,0x53,0x9c,0x2f,0x7c,0x67,0x7f,0xb4,0xf9,0x7d,0xd0,0xd7,0xef,0xc5,0xe3, + 0xfb,0xa8,0xf7,0x43,0xc9,0xee,0x6f,0xec,0x84,0xd8,0xef,0x0,0x41,0x68,0xf3,0x83, + 0x10,0xfb,0x41,0x6b,0x3e,0x2,0xff,0xd5,0xad,0xc1,0x1f,0x35,0xbf,0x3f,0x62,0xbf, + 0x36,0xea,0x7e,0x8f,0x6f,0x82,0xc0,0x7d,0x41,0x20,0xb8,0x2d,0xf0,0x85,0x5a,0xb, + 0xc3,0xa0,0xe6,0x82,0x60,0xf0,0x9c,0x17,0x8,0x1e,0x5f,0xfb,0x81,0xfb,0x1c,0x1f, + 0x70,0x9d,0xe9,0xd,0xd5,0x11,0xfb,0xd5,0xa6,0xba,0x81,0x33,0xda,0xfd,0xca,0x93, + 0xaa,0x43,0x45,0xb4,0xfb,0xe5,0x46,0x55,0x81,0x52,0x43,0xca,0x43,0xa1,0xcf,0xb, + 0xc3,0x5b,0x9d,0xf3,0x43,0xde,0x88,0x37,0x20,0x47,0xd8,0xeb,0x90,0xc5,0x19,0x71, + 0x8f,0xb6,0x9e,0xf4,0xfe,0xbb,0x3d,0x5a,0x6a,0xb8,0xa7,0xde,0x3b,0x3d,0x8e,0x6f, + 0xd2,0x8b,0xc3,0x62,0xf9,0x3c,0x7f,0x77,0xe7,0xe,0xef,0xbd,0x4d,0x9f,0xbb,0x17, + 0x39,0xbc,0xb,0x3c,0x77,0x4f,0xb5,0x7a,0x1c,0xf7,0xc7,0xa8,0x36,0x3f,0xed,0x58, + 0x62,0x7c,0x54,0x62,0xc2,0x91,0x3f,0x1c,0xf7,0xa,0xfe,0xb5,0x39,0x80,0xab,0x56, + 0xad,0x32,0x8d,0xf7,0x9b,0xfd,0x7b,0xd7,0x96,0x75,0x2c,0x7,0x50,0x5,0x35,0x40, + 0x3d,0xc4,0x7f,0x73,0x8a,0x1,0xa0,0xad,0x8f,0x40,0xbc,0xb6,0x44,0x3b,0xee,0x85, + 0x38,0x2f,0xff,0x1a,0xdf,0x15,0xb2,0x39,0x41,0x65,0xc4,0x7f,0xd5,0xd7,0xf9,0x59, + 0x1,0x2e,0xc4,0x1,0x6f,0x70,0xe,0x70,0x13,0x5a,0xc0,0x3,0x39,0xc0,0x13,0x5f, + 0xa3,0x26,0x72,0x80,0x17,0x6e,0x6f,0xd2,0x2,0x5,0xf9,0xf6,0x13,0x5a,0x20,0x50, + 0xd5,0x3,0xc5,0xb9,0x4f,0x40,0x5a,0x40,0xfa,0x4,0xd,0xca,0x70,0x1e,0x68,0x82, + 0x1a,0xa0,0x5,0x6a,0x80,0xf,0xdd,0x38,0x7,0xb4,0x46,0xfb,0xff,0xc1,0xfb,0xcd, + 0x19,0xf6,0x87,0xd,0x1b,0x6,0xff,0x87,0x58,0x26,0x4c,0xa7,0xe3,0x0,0x2b,0xcb, + 0x66,0x5e,0xe0,0x81,0x5e,0x27,0x68,0x3d,0x37,0xb8,0x1a,0xbe,0x37,0x99,0x29,0xda, + 0xb7,0x43,0x38,0xec,0xea,0xef,0x4,0xf1,0x3,0x9d,0x20,0x91,0xe6,0x95,0xe,0x40, + 0x5f,0x0,0xfd,0x82,0x4b,0x4b,0x2,0x11,0xfb,0x83,0xe0,0xee,0xfe,0x89,0x90,0x7a, + 0x68,0x2a,0xe2,0x7f,0x1a,0xdc,0x3b,0x34,0x1d,0xf7,0x4c,0xc6,0x5,0xe4,0x7,0xdc, + 0x8b,0x9b,0xcd,0x75,0x0,0xea,0x81,0x7b,0x4c,0xf,0xcc,0x83,0x2b,0x7b,0xa7,0xc3, + 0xc4,0x91,0x88,0x8d,0x86,0x15,0x38,0xe6,0x7d,0xa,0x42,0xd9,0xa6,0xe5,0xa0,0x4c, + 0x5b,0x37,0x28,0xd5,0x37,0x14,0x4a,0x8c,0x68,0x6,0xc5,0x47,0xbc,0xb,0xc5,0x47, + 0xbe,0x8b,0x1c,0xf0,0x1e,0x14,0x1d,0xf5,0x1e,0xc3,0x7f,0x11,0xa1,0x1,0x4a,0x4e, + 0x6a,0x7,0x15,0xd1,0xe6,0xbb,0x2c,0xea,0x9,0x1e,0xcb,0x7,0x82,0x17,0xea,0x7d, + 0xdf,0x8d,0xa3,0x21,0x10,0xb1,0x1f,0xb6,0x7b,0x12,0xfa,0xfb,0x53,0x59,0xbc,0xdf, + 0x88,0xfd,0x46,0xe2,0xfc,0xce,0x46,0x47,0xa6,0x30,0xdc,0xab,0x73,0xbc,0x1b,0xd2, + 0x2c,0xef,0xfd,0xa3,0x90,0x3,0x70,0xef,0x1b,0xc9,0x67,0x79,0xec,0x8e,0x64,0xd8, + 0xf,0xdf,0x85,0x9a,0x7f,0xe7,0x40,0xc4,0x7d,0x3f,0x86,0x7b,0xb2,0xf9,0xa1,0x5b, + 0x3e,0x43,0xec,0x77,0x83,0xd0,0x4d,0x5d,0x38,0xf6,0xd7,0x13,0xee,0xdb,0x21,0xee, + 0xb9,0xcd,0xf,0x58,0xd9,0x12,0x71,0xff,0x1,0xf8,0x2f,0x7f,0x1f,0x7c,0x7e,0x68, + 0x6,0x1e,0x68,0xf3,0x3d,0x62,0xfc,0xc1,0x7d,0xbe,0xf,0xda,0x7b,0x7f,0xa8,0x85, + 0xd8,0xaf,0x89,0x36,0xdf,0x63,0x8e,0x2f,0xb8,0xcf,0xaa,0xd,0x6e,0x33,0x6a,0x81, + 0xeb,0x74,0x4f,0xa8,0x36,0xc5,0xd,0x5c,0x10,0xfb,0x55,0x10,0xf7,0xe5,0x47,0x54, + 0x81,0xd2,0x3,0x2b,0x42,0x89,0x5e,0xa5,0xa1,0xc8,0xa7,0xe8,0xe7,0xb7,0xcd,0x7, + 0xd9,0x83,0x73,0x20,0xee,0x5f,0x63,0x36,0x3f,0xab,0x6b,0x76,0xf8,0x64,0x50,0x17, + 0x38,0x99,0x7c,0xd2,0xa2,0xd7,0x9e,0xeb,0x7d,0xbd,0x5e,0x47,0xf6,0xde,0xf2,0x98, + 0xde,0x1d,0x61,0xeb,0x39,0xee,0x6f,0xdd,0xbc,0x6e,0x92,0xbb,0x3f,0x6f,0xc0,0x3d, + 0xaf,0xd1,0x3d,0x8e,0xb8,0x47,0xdf,0x9e,0x70,0xff,0x4c,0x67,0x77,0xbd,0xac,0x85, + 0xb8,0x60,0xe7,0x0,0x7c,0xfa,0xe9,0xa7,0x16,0xf1,0xc,0x35,0xff,0xcf,0xff,0x6d, + 0x99,0x23,0x74,0x45,0x9c,0x52,0x1d,0x60,0x18,0xe2,0xb7,0x11,0xd5,0x1,0x16,0xe4, + 0xb1,0x40,0x17,0xc4,0x7b,0x29,0xfc,0x3a,0xc5,0x8,0xcb,0xd2,0x9c,0x10,0xca,0x15, + 0x64,0xe7,0xb3,0x82,0xab,0x20,0x7,0x54,0x15,0x5c,0x40,0x3c,0x50,0x4d,0xf1,0x7, + 0xdc,0x90,0x47,0xdc,0xf3,0xea,0x5a,0xc0,0xeb,0x6d,0xee,0x13,0xd4,0x29,0xc0,0x79, + 0x80,0xfc,0x2,0xe2,0x1,0xc6,0x5,0xc8,0x3,0x41,0x14,0x23,0x20,0x3d,0x80,0x1c, + 0x10,0x86,0x3a,0xa0,0x2e,0xf2,0x40,0x38,0x72,0x40,0x7d,0xea,0x23,0xa8,0xe6,0x4, + 0xef,0xe3,0x6e,0xe1,0x8a,0x3c,0xd0,0xb4,0x2e,0xc3,0x3e,0x9d,0x73,0x42,0xbe,0x18, + 0xe1,0xd8,0x2a,0x7,0xd8,0xe0,0x1,0xdb,0x35,0x42,0xe9,0xeb,0x3,0xd2,0xc5,0x4, + 0x8d,0x1c,0x80,0xbe,0x40,0xa7,0xb6,0x2d,0x60,0x53,0x2f,0xe4,0x80,0x7e,0x68,0xf7, + 0x9,0xfb,0x4b,0xeb,0xc3,0xad,0xed,0x3,0xe0,0x2e,0x6a,0xfe,0xd4,0x3,0x93,0xf9, + 0x3e,0x38,0x5,0xf7,0x34,0xe4,0x2,0xc9,0x3,0xa8,0x5,0xe,0x73,0x2d,0x90,0x4a, + 0x5a,0xe0,0xc8,0x1c,0x98,0x33,0xb1,0x3d,0xd4,0x8,0x2a,0xca,0xec,0x7c,0xb9,0xfa, + 0xa5,0xa0,0x6c,0x77,0x5f,0x28,0xf5,0x55,0x23,0xdc,0x4d,0xa0,0xd4,0xb0,0x66,0x50, + 0x62,0x78,0x53,0x28,0x39,0xbc,0xb9,0xce,0x1,0xa3,0xde,0x45,0xfc,0x73,0xfb,0x5f, + 0x2,0x7d,0xfd,0xb2,0xd3,0xda,0x43,0x95,0xf9,0x9f,0x82,0xdb,0xf7,0x7d,0xa1,0xe6, + 0x8a,0x41,0x50,0x67,0xdd,0x30,0xf0,0xdf,0x3c,0x6,0x42,0x76,0x4e,0x40,0x1b,0x3d, + 0x19,0x31,0x4c,0x67,0x74,0x10,0xee,0x67,0xe8,0xe7,0x76,0x31,0xcd,0x3f,0x5,0xbf, + 0xa6,0xcf,0xef,0x6f,0xc8,0xe6,0x77,0xf3,0x8f,0xd,0xf6,0x8f,0x65,0x36,0x9f,0x9d, + 0xdf,0xb5,0x97,0xcf,0xf1,0xa9,0x47,0x76,0x5f,0xc1,0x3d,0xb3,0xf9,0xe8,0xe3,0x84, + 0x6d,0xfd,0x1c,0xc2,0x10,0xfb,0xc1,0x9b,0xbb,0xa2,0xbd,0xef,0xc,0x21,0x88,0xfb, + 0xe0,0x35,0x11,0xe8,0xe3,0x7f,0x4,0x41,0x3f,0xb5,0x81,0xc0,0x95,0xad,0x20,0x0, + 0x71,0xef,0xb7,0xec,0x7d,0xf0,0x5f,0xd2,0x1c,0xfc,0x96,0x34,0x1,0x6f,0xf4,0xf5, + 0x3d,0xe6,0xd7,0x6,0xf7,0x79,0x5e,0x50,0x63,0x76,0x4d,0xf0,0x9c,0xeb,0x8b,0xdb, + 0x1f,0x3c,0x66,0x7b,0x83,0xfb,0xcc,0x9a,0xe0,0x86,0x36,0xbf,0xfa,0x34,0x37,0x70, + 0x25,0xbb,0x8f,0xbe,0x7e,0xa5,0x91,0xce,0x50,0xa6,0x7f,0x79,0x28,0xf1,0x45,0x19, + 0x28,0xda,0xbd,0x14,0x14,0x6c,0x5f,0xc,0x72,0x6,0xbd,0x81,0xb6,0x3e,0xb,0x62, + 0x1f,0xb7,0x6b,0x56,0xf8,0x64,0x30,0xe2,0xfe,0xec,0x49,0x96,0xef,0x7d,0x60,0xb0, + 0xf5,0x7c,0xa6,0x16,0xf7,0xed,0x39,0xee,0xf5,0xde,0x5b,0x6e,0xef,0x6f,0xc0,0xad, + 0x1b,0xd6,0x70,0x7f,0x56,0xab,0xd5,0x3b,0xc5,0x6a,0xf5,0xa8,0x36,0x3f,0x1,0x71, + 0x1f,0x9f,0x69,0xb8,0x97,0x4b,0xce,0x2,0xa3,0xbd,0x79,0xf3,0x66,0x51,0xab,0xa4, + 0xe7,0x33,0xb4,0x1e,0x5,0xc3,0xc7,0xce,0x14,0x3,0x40,0x9c,0x7b,0xa1,0x4d,0xaf, + 0x8b,0xd8,0xf5,0x7a,0x9d,0x63,0x9d,0xfc,0x82,0x12,0xb8,0x4b,0xa,0xe,0x28,0x2d, + 0x38,0x80,0xe6,0x85,0x57,0x14,0xfe,0x0,0xd3,0x3,0xf8,0x7d,0xce,0x6f,0x8,0x3d, + 0x80,0x1c,0x50,0x43,0xe0,0x5f,0xd3,0x2,0xa,0xf,0xd4,0x29,0xc8,0x7d,0x2,0xa9, + 0x7,0xfc,0x89,0x7,0x8a,0xf0,0x38,0x61,0x10,0x72,0x40,0x30,0x72,0x40,0x8,0x72, + 0x40,0x18,0x72,0x40,0x5d,0xaa,0x1f,0xac,0x8c,0x5c,0xe4,0x82,0xf8,0xf,0x73,0xd1, + 0x74,0x7f,0x6c,0x6c,0x2c,0xc3,0xfd,0x53,0xb1,0x9f,0x95,0x3,0xac,0xf9,0x2,0x6a, + 0xad,0xb0,0x8c,0x7,0x9c,0x3b,0x77,0x2e,0xdd,0xfc,0x0,0x16,0x13,0x34,0x99,0x23, + 0xd4,0xb9,0x5d,0xb,0xd8,0x31,0x32,0x2b,0xa4,0x2c,0x6b,0xe,0x37,0xb6,0xd,0x82, + 0x3b,0xfb,0x26,0xc0,0xdd,0x7d,0xd1,0xa,0x7,0x44,0x33,0xe,0xb8,0x7b,0x40,0xf0, + 0x0,0xe3,0x82,0xe9,0x90,0x8a,0x76,0xf8,0xd0,0xea,0x48,0x68,0xf0,0xbe,0xb,0x8b, + 0xe7,0x95,0x6b,0x50,0xa,0xca,0x7d,0xe6,0x7,0x65,0xa2,0x1a,0xe1,0x6e,0x2,0x65, + 0x10,0xff,0xa5,0xbf,0x6a,0x8a,0xf8,0x6f,0x82,0x3e,0xae,0xce,0x1,0x84,0xff,0x62, + 0x23,0x90,0xb,0x46,0x7f,0x0,0x65,0x26,0xb7,0x85,0x4a,0xb3,0xbb,0x40,0x75,0xd4, + 0xfb,0xee,0x4b,0xfa,0x41,0xed,0x55,0x91,0xe0,0xb7,0x61,0x24,0x4,0x6e,0x1b,0xb, + 0xa1,0xb1,0x14,0xe7,0x23,0x5f,0x7f,0x1a,0xc3,0x7e,0x23,0xe4,0x9c,0x26,0xec,0xdc, + 0x1e,0xb4,0xf7,0x47,0xa6,0x72,0x9b,0x7f,0x98,0xce,0xec,0x9e,0x4,0x8d,0xd0,0xd7, + 0x6f,0x28,0x6d,0xfe,0xc1,0x71,0x88,0x7d,0xd2,0xfb,0x23,0xf9,0xde,0x3b,0xc,0xed, + 0x3d,0xda,0xfd,0x5d,0x43,0x21,0x3c,0x76,0x10,0x6a,0x7d,0xf4,0xf3,0xb7,0xf7,0x85, + 0xba,0xdb,0x7b,0xa3,0xbd,0xef,0x89,0xb8,0x47,0x3f,0x7f,0x33,0xfa,0xf9,0x1b,0xbb, + 0x22,0xee,0x3b,0x42,0xc8,0xba,0xf6,0x68,0xef,0x23,0x10,0xf7,0x88,0xfd,0x55,0x2d, + 0x21,0x10,0x71,0x1f,0xf0,0xe3,0x7b,0xe0,0x8f,0xcf,0xc7,0xff,0x87,0x26,0xe0,0xfb, + 0x5d,0x23,0xf0,0x59,0x54,0xf,0xb1,0x5e,0x7,0xfd,0x7b,0xf,0x70,0x9f,0xed,0x8e, + 0xdb,0x13,0x6a,0xcd,0xa9,0xd,0x9e,0x68,0xf3,0x3d,0x66,0x7a,0x22,0xf6,0xdd,0xa1, + 0xc6,0x34,0xf,0xa8,0x3e,0xc9,0xd,0xaa,0x8c,0xae,0xa,0x15,0x6,0x57,0x84,0x52, + 0xbd,0xca,0x40,0xf1,0x4f,0xcb,0x40,0x61,0xc4,0xfd,0x9b,0x21,0xf9,0xe0,0xb5,0xaa, + 0xd9,0x21,0xab,0x4b,0x16,0xb4,0xf7,0x84,0xfb,0xce,0xc,0xf7,0xf,0x15,0xdc,0xab, + 0xf5,0x3a,0x1c,0xf7,0xa9,0xda,0x9c,0xd,0xe9,0xdf,0xdf,0x21,0x9b,0x2f,0x6a,0x76, + 0x28,0x77,0x7f,0x55,0xad,0xd9,0xb1,0xa8,0xd5,0x3b,0x25,0x70,0xcf,0x72,0xf7,0x69, + 0xc7,0x8e,0xc6,0x47,0x25,0xc4,0x1f,0xce,0x54,0xdc,0xab,0x4b,0x9e,0x5,0x42,0xb5, + 0x0,0x5a,0xad,0xe2,0x83,0x34,0xed,0x73,0xf5,0x6b,0x72,0x7f,0x3f,0x6f,0x1a,0xc3, + 0x3a,0x71,0x0,0xcd,0x2,0x7d,0x27,0x8b,0x13,0x14,0xc1,0xcf,0x8b,0x8a,0xaf,0x15, + 0x17,0x5f,0xa7,0x4d,0xe7,0x84,0xb0,0x99,0x61,0x88,0xfd,0xa,0x39,0xb8,0x1e,0xa8, + 0x8c,0x7c,0x51,0x25,0x27,0xdf,0xe4,0x17,0x54,0xcf,0xcd,0x77,0x8d,0xbc,0x6,0x1e, + 0x78,0x4b,0xe7,0x1,0x6f,0x8a,0xf,0xbc,0xc3,0xb5,0x80,0x2f,0xf2,0x80,0x1f,0xf2, + 0x80,0x3f,0xe2,0x3f,0xa0,0x98,0xe0,0x2,0xf4,0xb,0x82,0x29,0x36,0x40,0xb1,0xc0, + 0x3a,0x5,0xb5,0x3a,0xbf,0x99,0x33,0x67,0xc2,0xef,0xbf,0xff,0xce,0xf6,0x53,0xda, + 0xa,0x7,0x48,0x5c,0x67,0x94,0x3,0xd4,0xfa,0x80,0xff,0x2a,0xbe,0x80,0x1a,0xf, + 0xb0,0x37,0x4b,0xcc,0x98,0x17,0xe8,0xdc,0xbe,0xd,0xc4,0xa3,0xe6,0xbe,0xb5,0x67, + 0x1c,0xdc,0xde,0x33,0x81,0x71,0xc0,0x9d,0x7d,0x13,0x71,0x47,0x33,0x3f,0xe0,0x2e, + 0xf1,0xc0,0x7e,0xc4,0xff,0x81,0xa9,0x4c,0x7,0x10,0x7,0x4c,0x18,0xd6,0x82,0xdb, + 0x7b,0xdf,0xb7,0xa0,0x7c,0xd7,0xda,0x50,0x6e,0x68,0x23,0x28,0x1b,0xd9,0x0,0xca, + 0x45,0x36,0x46,0xfc,0x37,0x64,0x1c,0x50,0xfa,0xab,0xc6,0x4c,0x3,0x94,0x1e,0xde, + 0x84,0xe1,0xbf,0xc4,0xf0,0x66,0x50,0x12,0xb5,0x7f,0xd9,0x89,0x6d,0xa0,0xd2,0xf4, + 0xe,0x50,0x6d,0x5e,0x77,0x70,0xfb,0xae,0x17,0xd4,0xc4,0x9f,0x5d,0xe7,0xa7,0x28, + 0x8,0x24,0x9b,0xbf,0x63,0x3c,0xd4,0xdd,0x85,0x7a,0x9f,0x62,0xfc,0x7,0xa6,0x23, + 0xf6,0xd1,0xb7,0x8f,0x13,0x5a,0xff,0xc8,0x34,0x76,0x66,0x7,0xc3,0x3d,0xd9,0xfd, + 0x83,0xe8,0xef,0x1f,0x8c,0x16,0x76,0x7f,0x2,0xd3,0xfb,0x84,0x7d,0x69,0xf3,0xeb, + 0xef,0x21,0xdc,0x47,0x41,0x3d,0xc4,0x7e,0x3d,0xc4,0x3e,0xb3,0xf9,0x84,0x7d,0x8a, + 0xf1,0x6d,0x41,0x9b,0xbf,0xb9,0x7,0xe2,0xbe,0x1b,0xb7,0xf9,0xeb,0x3a,0x8,0xdc, + 0xb7,0x85,0xa0,0xd5,0x88,0x7b,0xd4,0xfa,0x81,0xcb,0x5b,0x40,0xc0,0xf2,0x66,0xe0, + 0xbf,0xb4,0x31,0xf8,0xa1,0xaf,0xef,0xfb,0x6d,0x3d,0xf0,0x5d,0x5c,0x17,0x6a,0xcd, + 0x43,0xbd,0xff,0xb5,0x27,0xe2,0xde,0xd,0x35,0x7e,0x35,0xa8,0x89,0xf8,0xaf,0x89, + 0x36,0xdf,0x63,0x6,0x7e,0xd,0xb1,0xef,0x3a,0xd9,0x1d,0x9c,0x47,0xb9,0x40,0xc5, + 0xc1,0x55,0xa0,0x4c,0x9f,0xf2,0x50,0xb2,0x7,0xda,0xfc,0x4f,0x4a,0x40,0xee,0xe0, + 0x7c,0x90,0xcd,0x39,0x7,0x64,0xab,0x96,0x3,0xa,0xf9,0x17,0x87,0xa8,0x69,0xc3, + 0x21,0xe9,0x6c,0x92,0xd6,0x8b,0xa3,0xd7,0xec,0x70,0x7b,0xcf,0x73,0xf7,0xd4,0x83, + 0x27,0x67,0xec,0x8,0xff,0x9e,0x74,0xfe,0xcd,0x1b,0x5a,0x8d,0xae,0x45,0xee,0x9e, + 0xec,0xfd,0xf9,0xb3,0x2,0xf7,0xd2,0xde,0x53,0x4c,0x2f,0x31,0x5,0x75,0x7e,0x44, + 0x66,0xdb,0x7b,0xb3,0x45,0xfd,0xc0,0x32,0xe,0xf0,0xfd,0xf7,0xdf,0x6b,0x35,0x4c, + 0x96,0x3c,0xa0,0xd7,0x35,0x11,0x17,0x6e,0xde,0xbc,0x9,0xf2,0x64,0x7d,0x5,0xb2, + 0xbe,0xe2,0x4,0x79,0x10,0xfb,0x6f,0xe1,0x2e,0x9c,0x95,0xef,0xa2,0x2a,0xf,0x8, + 0xe,0xa0,0x7a,0x1,0xe2,0x0,0x3a,0x37,0x40,0x6a,0x1,0xe9,0x17,0x10,0x17,0x38, + 0xa3,0x2f,0xe0,0x82,0xbb,0x1a,0x6a,0x1,0x57,0xd4,0x2,0xae,0x79,0x39,0x17,0x10, + 0xf,0x78,0xc8,0xd8,0x0,0x72,0x40,0x2d,0xf2,0xb,0x50,0x7,0x78,0x17,0xe4,0x1f, + 0x49,0x17,0xf8,0x22,0xf,0xf8,0x15,0xe1,0xdb,0x9f,0x62,0x8f,0xce,0xaf,0x6a,0x76, + 0x9f,0x66,0x7b,0x93,0x5e,0x21,0xbc,0x5a,0xe3,0x80,0x17,0xd1,0x1,0x32,0x37,0x28, + 0x7d,0x1,0x6b,0x1c,0x60,0xaf,0x67,0xa8,0x4b,0x87,0x8,0x48,0x5c,0x3d,0x1c,0x39, + 0x60,0x3c,0xdc,0xde,0x8d,0x7b,0xaf,0xc2,0x3,0xfb,0x27,0x21,0xf,0x4c,0x66,0x3c, + 0x70,0x69,0xc7,0x18,0xf8,0xf0,0x23,0xf,0x86,0xfd,0xf2,0x8d,0xcb,0x41,0x85,0x1, + 0x61,0x50,0x7e,0x68,0x7d,0xc4,0x7f,0x3,0x86,0xff,0xb2,0xf8,0x91,0xe3,0x1f,0x37, + 0xe2,0xbf,0xc,0xe2,0xbe,0x2c,0x62,0xbe,0xfc,0xd8,0xf,0xa0,0xe2,0xa4,0x8f,0xc0, + 0x79,0x46,0x47,0xa8,0x8e,0x5a,0xdf,0xe3,0xdb,0x2f,0xc1,0x6b,0xf9,0x0,0xf0,0xf9, + 0x29,0x12,0xfc,0x37,0xc,0x87,0xe0,0xad,0x63,0x21,0x2c,0x36,0x1a,0xc2,0x29,0xbe, + 0xcf,0xf4,0x3e,0xc5,0xf4,0x66,0xb0,0x9c,0x3e,0xb3,0xf7,0x88,0x77,0xd2,0xfb,0x8d, + 0xc4,0x59,0xbd,0x84,0xfd,0x46,0x84,0x7d,0xcd,0xcf,0x27,0xbd,0x4f,0xb8,0x1f,0x81, + 0x36,0x1f,0xb1,0xbf,0x6b,0x18,0xb3,0xf9,0xf5,0x62,0x7,0xb,0x9b,0xdf,0x1f,0xb1, + 0xdf,0x7,0xea,0x92,0xcd,0xdf,0xfc,0x39,0xb3,0xf9,0xa1,0x1b,0x50,0xef,0x23,0xee, + 0x83,0xd7,0x92,0xde,0x47,0x3f,0x7f,0x75,0x6b,0x8,0x5c,0xf1,0x21,0xee,0x16,0x10, + 0x88,0xf6,0x3e,0x70,0x69,0x33,0x8,0xf8,0x1,0xb1,0xff,0x6d,0x3,0xf0,0x45,0x9b, + 0xef,0xf3,0x4d,0x28,0xd4,0x5e,0xe0,0x87,0xfe,0xbd,0x3b,0xb8,0xcd,0x74,0x45,0x1b, + 0x5f,0x1d,0xdc,0x67,0xd4,0x80,0x9a,0xb3,0x3c,0x10,0xfb,0x1e,0xe0,0x36,0xd5,0x1d, + 0xaa,0x8d,0xad,0x6,0x95,0x87,0x38,0x43,0xb9,0xde,0x95,0xa0,0xd4,0xe7,0xe5,0xa0, + 0x48,0x9b,0xe2,0xf0,0xa6,0x4f,0x1e,0xc8,0xee,0xf2,0x3a,0x64,0x77,0xcd,0x9,0x45, + 0x2,0x4a,0xc2,0xb0,0x99,0xa3,0xe0,0xca,0xf5,0x2b,0x22,0x7f,0xc7,0xf3,0xf6,0x1c, + 0xf3,0xf7,0x85,0xad,0xbf,0x7,0xf7,0x52,0x65,0xad,0x9e,0x5a,0xa7,0xc7,0x75,0x3e, + 0xeb,0xc1,0xbd,0xce,0xe7,0x6d,0xf0,0x39,0x3b,0x6a,0x8d,0x6e,0xb2,0x66,0xef,0x4f, + 0xa2,0xbd,0x47,0x5b,0xcf,0x70,0x9f,0xd9,0x18,0xb7,0xb7,0x64,0x1c,0x80,0x30,0x73, + 0xf2,0xe4,0x89,0x74,0x75,0x8c,0xf4,0x6f,0x7a,0x36,0xf1,0xf1,0x71,0x30,0x6c,0xd8, + 0x57,0xd0,0xa4,0x9,0xda,0x95,0x62,0xef,0xc0,0x6b,0x88,0xff,0xec,0xaf,0x3a,0x41, + 0x5e,0xc4,0xff,0xdb,0xb8,0xdf,0x41,0xcc,0x17,0xca,0xaa,0x70,0xc1,0x6b,0x3a,0x7, + 0x48,0x1e,0x28,0xad,0x68,0x81,0xf2,0xc4,0x1,0x42,0xb,0x54,0x7d,0x43,0xe7,0x1, + 0xa6,0x7,0xf2,0x70,0xe,0x70,0x23,0x4d,0x80,0x3c,0xe0,0x8e,0x3c,0xe0,0xf9,0x96, + 0xe0,0x82,0x2,0x8a,0x26,0x20,0x1e,0x28,0xcc,0x79,0x20,0x18,0x6d,0x7f,0x8b,0xf7, + 0x78,0x7f,0xf,0xf9,0xfc,0x54,0x8b,0xf5,0x5f,0xb2,0xd5,0x84,0xff,0x3f,0x90,0x3, + 0xd4,0x78,0x80,0xbd,0x3a,0x41,0x59,0x2b,0xac,0xfa,0x2,0x9c,0x3,0xda,0x42,0xc2, + 0xaa,0xe1,0x70,0x13,0x75,0xc0,0x2d,0xe4,0x0,0xda,0xa4,0x7,0x98,0x26,0xd8,0x3b, + 0x11,0xe,0x20,0x5e,0x6b,0x4,0x17,0x65,0x36,0xbf,0xe2,0x27,0x1e,0x68,0xdf,0xc2, + 0xa1,0xe2,0x90,0x7a,0x50,0x1e,0x77,0x5,0xc4,0x7d,0x39,0xe2,0x81,0xc8,0x86,0x50, + 0x16,0xb1,0x5f,0xe,0x7d,0xfd,0xca,0xe3,0x3e,0x84,0xaa,0x93,0x3f,0x2,0x97,0x99, + 0x1d,0xc0,0x75,0x6e,0x37,0x70,0x47,0x9d,0x5f,0xf3,0xfb,0xde,0xe0,0x8d,0xf6,0xde, + 0x67,0xcd,0x50,0x8,0x58,0x3f,0x2,0x82,0xb7,0x8c,0x81,0xd0,0x1d,0x13,0x10,0xf7, + 0x93,0x18,0xee,0x1b,0x1d,0x9a,0xc6,0xfc,0xfc,0x46,0xc,0xfb,0xd3,0xc5,0x19,0xbd, + 0x53,0x5,0xee,0xf9,0x99,0x3d,0x8d,0x8,0xff,0x2,0xf7,0x2c,0xb7,0xb7,0x6f,0xc, + 0x8b,0xef,0xd5,0x47,0xec,0xd7,0x43,0xad,0x5f,0x1f,0x6d,0x7e,0x78,0xec,0x10,0xb4, + 0xf7,0x68,0xf3,0x11,0xf7,0x61,0xdb,0xfa,0x30,0x9b,0x5f,0x77,0xf3,0x17,0x10,0xb2, + 0xe9,0x33,0x8,0x45,0xad,0x1f,0xba,0xae,0x13,0xc3,0x7d,0xd0,0x4f,0x1f,0x43,0x30, + 0xd9,0xfc,0x55,0xad,0x10,0xf7,0xef,0xa3,0xcd,0x7f,0x17,0x2,0x10,0xf7,0xfe,0x3f, + 0x34,0x2,0xff,0xef,0x1a,0x82,0xdf,0xe2,0x70,0xf0,0x45,0xdc,0xfb,0xc4,0x4,0x81, + 0xcf,0x82,0x0,0xf0,0x98,0xe5,0x86,0x98,0xaf,0x6,0x6e,0xd3,0x9c,0xa1,0xc6,0xd4, + 0xca,0xe0,0x39,0xd3,0x1d,0x3c,0xa6,0x7b,0x42,0xf5,0xf1,0xd5,0xa0,0x6a,0x14,0xda, + 0xfc,0xfe,0x15,0xa1,0x6c,0xcf,0xb2,0x50,0xb4,0x5d,0x9,0xc4,0xfd,0x9b,0x90,0xc3, + 0x25,0x27,0xbc,0x8e,0xb8,0x2f,0xec,0x5f,0x2,0x86,0xb,0xdc,0x5b,0xd6,0xeb,0xdc, + 0x13,0xf3,0x75,0x38,0xee,0xef,0x9a,0xf4,0xdc,0x13,0x9f,0x53,0xde,0x5e,0xcf,0xdd, + 0x5f,0x56,0x6a,0x76,0x2e,0xc0,0x79,0xf4,0xf7,0xce,0x26,0x23,0xee,0x4f,0x9f,0x66, + 0xd8,0x21,0x9d,0x7f,0xf4,0x68,0xc2,0xdf,0x2,0xf7,0x72,0x89,0x5c,0x40,0x1a,0xe1, + 0xbf,0x6f,0xdf,0x3e,0xac,0x17,0x41,0xe2,0x9e,0x74,0x4f,0x6c,0xec,0xe,0x18,0x3c, + 0x78,0x10,0x34,0x6f,0xde,0x14,0x82,0x82,0x82,0xd8,0xf6,0xa9,0xe3,0xcd,0xf0,0x4f, + 0x1a,0xe0,0x4d,0xc1,0x1,0x5,0xb2,0x70,0x5f,0x40,0x72,0x40,0x11,0x45,0xf,0x10, + 0xf,0x94,0x90,0x1c,0x90,0x4d,0xc4,0x8,0xb3,0x71,0xe,0xa0,0xb3,0x84,0x49,0x13, + 0x54,0x7e,0x83,0x6f,0xc6,0x3,0x6f,0x72,0x3d,0x20,0xb9,0xc0,0x2d,0x1f,0xe7,0x1, + 0xb7,0xfc,0xdc,0x37,0xf0,0x94,0xbe,0x1,0x71,0x1,0xd5,0xf,0x3b,0xe7,0x86,0xf7, + 0xdf,0x6d,0xae,0xc5,0xfb,0x8,0x7b,0xd2,0x57,0xb7,0xc7,0x1,0xff,0x13,0xf8,0x7f, + 0x19,0xf1,0x0,0x6b,0x33,0x44,0x2c,0xfb,0x5,0xcc,0x66,0x8b,0x77,0x81,0xae,0xc8, + 0x1,0x89,0xab,0x86,0x31,0xec,0xdf,0xdc,0x3d,0x81,0xf3,0x0,0x6a,0x82,0x45,0x93, + 0x23,0xa0,0x46,0x50,0x11,0x28,0x1b,0x58,0x10,0x2a,0x7d,0xee,0xb,0x15,0x7,0xd5, + 0xe5,0xf8,0xc7,0xcd,0xf0,0x2f,0x38,0xa0,0x2,0xfa,0xfb,0x55,0xd0,0xd6,0xbb,0xa0, + 0x6f,0xef,0x3a,0xbb,0x33,0xb8,0xa3,0xad,0xf7,0x5c,0xdc,0x13,0xbc,0x7e,0xe8,0x3, + 0x3e,0x2b,0x6,0x81,0xef,0x4f,0x43,0x21,0x90,0xec,0xfd,0x16,0xd2,0xfa,0xe3,0x50, + 0xeb,0x4f,0x44,0xbd,0x3e,0x5,0x71,0x3c,0x85,0xd9,0x7c,0x8e,0x7b,0xe4,0x80,0xb8, + 0x69,0xc2,0xde,0x13,0x27,0x48,0x9b,0x1f,0x8d,0x36,0x7f,0x82,0xc8,0xe7,0xf3,0xf8, + 0x5e,0x3,0xca,0xeb,0xed,0x41,0x9b,0xbf,0x67,0x38,0xea,0x7c,0xd4,0xfa,0xb1,0x91, + 0x50,0x77,0xe7,0x60,0xc4,0xfd,0x0,0xc4,0x3c,0xea,0xfd,0x6d,0xbd,0xd1,0xc7,0xef, + 0xc5,0x6d,0xfe,0xa6,0x4f,0xd1,0xe6,0x77,0x41,0xad,0xdf,0x9,0x42,0xd6,0xb6,0x47, + 0xdc,0xa3,0xcd,0x5f,0xd5,0x6,0x82,0x56,0x7e,0x80,0xb8,0x7f,0x1f,0x2,0xc8,0xe6, + 0x2f,0x69,0x2,0x1,0xdf,0x13,0xf6,0x51,0xeb,0x2f,0xa,0x3,0xbf,0x6f,0x8,0xf7, + 0x7e,0xe0,0x33,0xdf,0x7,0x6a,0x21,0xf6,0x3d,0x66,0x54,0x41,0xec,0x57,0x82,0x1a, + 0x53,0x70,0x47,0xbb,0x80,0xeb,0x18,0x57,0x70,0x8e,0xac,0xa,0x95,0x10,0xf7,0xe5, + 0xbf,0xac,0x0,0xc5,0x23,0x4a,0x42,0x5e,0xff,0x7c,0x90,0xa3,0x7a,0x4e,0xc8,0xe9, + 0x96,0x13,0xaa,0x36,0xae,0x6,0xc3,0x66,0x8c,0x84,0xcb,0xd7,0x2e,0x59,0xf4,0xdc, + 0xca,0xfe,0x3b,0xd2,0xf9,0x7a,0x2f,0xce,0x1d,0x8b,0xde,0x5b,0xc2,0x3d,0xaf,0xcf, + 0xa5,0xbe,0xfb,0x6b,0xa2,0x66,0x47,0xe4,0xee,0xcf,0x53,0xad,0x5e,0xb2,0x52,0xab, + 0x97,0x4,0xc7,0x8f,0x23,0xee,0x13,0x13,0x52,0x12,0x13,0xe2,0x23,0x32,0x1b,0xcf, + 0xcf,0xb3,0x90,0x3,0x9a,0x4a,0x9f,0x99,0xfa,0x82,0x48,0xeb,0xac,0x5d,0xfb,0x13, + 0x7c,0xfe,0x79,0xf,0xa8,0x5b,0xb7,0x2e,0xf8,0xf8,0xf8,0xb0,0xed,0xe7,0xe7,0x7, + 0xfe,0xfe,0xfe,0x10,0x10,0x10,0x0,0x45,0xde,0xce,0xc7,0xf0,0x4f,0x3c,0x90,0x1b, + 0x71,0x9f,0xef,0x55,0xce,0x1,0x5,0xb3,0x5a,0x6a,0x81,0x22,0xaf,0x71,0x2e,0x28, + 0x26,0xf5,0x40,0x36,0xe1,0x13,0x64,0x13,0x79,0x2,0xc1,0x3,0x15,0x51,0xb,0x54, + 0x42,0x2d,0x50,0x9,0x39,0xa0,0xa,0xee,0xaa,0xc8,0x3,0xce,0xb9,0x5,0x17,0xe4, + 0x56,0xf4,0x0,0xe2,0xdf,0x83,0x6a,0x8a,0x85,0x4f,0x10,0xe2,0x5a,0x40,0xab,0xed, + 0x67,0xd8,0x47,0x4e,0x26,0xbb,0xfc,0x1f,0xc2,0xbe,0xdc,0x6,0xe,0x60,0xd8,0x7f, + 0x49,0x3a,0x80,0x5e,0x47,0xf5,0x5,0xec,0xcd,0x12,0xd3,0x6b,0x85,0xd3,0x9f,0x33, + 0xd4,0x45,0x70,0xc0,0xcd,0x5d,0xe3,0xd8,0x1e,0x1b,0xd9,0x9c,0xe9,0xfd,0xa,0xf5, + 0x4a,0x41,0xe5,0x3e,0xc1,0x50,0x79,0x60,0x18,0x54,0xc2,0xad,0x71,0xc0,0xa0,0x70, + 0xa8,0x80,0xda,0xbf,0xf2,0xa8,0x66,0x50,0x2d,0xba,0xd,0x6a,0xe3,0x8e,0xe0,0x39, + 0xbf,0x3b,0x78,0x7f,0xd7,0x13,0xea,0x2c,0xef,0x7,0x7e,0x2b,0x7,0x43,0xc0,0x9a, + 0x48,0x8,0xda,0x38,0x2,0x42,0xb6,0x8c,0x82,0xb0,0x9d,0xe3,0x21,0x7c,0x37,0xe2, + 0x7e,0x6f,0x34,0x3b,0x87,0xaf,0xd1,0xc1,0x69,0x3c,0x8f,0x47,0xb6,0x5e,0xc6,0xf6, + 0xe,0xd1,0x9e,0xa2,0xe3,0x9e,0xd9,0x7a,0x1e,0xdb,0x63,0x9b,0xb0,0xaf,0xe2,0x7e, + 0xd7,0x10,0xa8,0x47,0xb8,0xdf,0x31,0x0,0xc2,0xb7,0xf7,0x83,0x70,0xc2,0xfd,0x56, + 0xae,0xf5,0xc3,0x36,0x4a,0xdc,0x77,0x84,0x90,0x9f,0x50,0xeb,0xaf,0x6e,0xcb,0x71, + 0xbf,0x2,0x71,0xbf,0xc,0x71,0xbf,0x14,0x6d,0x3e,0xda,0xfb,0x80,0xef,0xea,0x43, + 0xc0,0xb7,0xe1,0xe0,0xbf,0x28,0x4,0x7c,0x17,0x6,0x82,0x1f,0xda,0x7c,0x5f,0xc4, + 0x7d,0x9d,0xaf,0xbd,0xc1,0x1b,0x7d,0x7c,0xf7,0x69,0x55,0x51,0xe3,0x57,0x81,0xea, + 0x13,0xcb,0x83,0xf3,0x88,0xa,0x50,0x75,0x90,0x33,0x54,0xec,0x8b,0xb8,0xef,0x55, + 0x11,0x8a,0x7c,0x58,0x4,0xf2,0x21,0xee,0x73,0xd6,0x78,0x3,0xde,0xf0,0x78,0x13, + 0x5c,0x9a,0xd6,0x80,0x5,0x2b,0x16,0x8a,0x58,0x9e,0xf4,0xe9,0xf9,0xac,0x6c,0x99, + 0xbf,0x4b,0x15,0x35,0x3b,0x2c,0x8e,0x4f,0xf1,0xbc,0x3b,0x32,0x87,0x77,0x53,0xcc, + 0xd9,0xb9,0xca,0xe6,0xea,0xf1,0x9a,0x9d,0x8b,0xa2,0x66,0xe7,0x2c,0xaf,0xd9,0x49, + 0x3e,0x83,0xb8,0x4f,0x12,0xb5,0x7a,0x89,0x84,0xfb,0x9d,0x9,0xf1,0x19,0xeb,0xbd, + 0xff,0x2b,0x2f,0xc4,0xfe,0x24,0x19,0xb,0x20,0x1c,0x11,0xc6,0x6b,0xd5,0xaa,0x5, + 0x5e,0x5e,0xb5,0xa0,0x76,0x6d,0x2f,0xdc,0xb5,0xd9,0x26,0x1e,0xf0,0xf5,0xf5,0x85, + 0x9a,0x9e,0x9e,0x90,0x2d,0xcb,0x2b,0x90,0x5,0xf1,0x9f,0xf3,0x55,0xce,0x1,0xf9, + 0x85,0x2f,0x50,0x50,0xe1,0x81,0xc2,0x59,0x2d,0xe3,0x3,0xc5,0x5e,0x33,0xc4,0x6, + 0x88,0x7,0xb2,0x73,0xbf,0xa0,0x3c,0x72,0x40,0xc5,0x9c,0x82,0xb,0x88,0x7,0x72, + 0x29,0x7a,0x20,0xb7,0x1e,0x1b,0x20,0x1d,0xe0,0x8e,0x1c,0x10,0x5e,0xc7,0x59,0x8b, + 0xf5,0xd1,0x7b,0xa6,0x79,0x28,0x4f,0x8,0xfb,0x72,0xb,0xfc,0xff,0x2e,0xf0,0xff, + 0x47,0xfa,0x2,0x6a,0xef,0x70,0xc6,0x7c,0x1,0xf3,0x33,0x47,0xbb,0x76,0x6c,0x7, + 0x9,0x2b,0x87,0xc3,0x17,0x3d,0x82,0x38,0xf6,0x9b,0x95,0x85,0x2a,0x3,0x42,0xa1, + 0xca,0xc0,0x10,0x81,0xff,0x50,0xa8,0x2c,0xf0,0x5f,0x19,0xf5,0xbe,0xcb,0xd8,0x16, + 0xa8,0x87,0x3f,0x6,0xcf,0xb9,0x5d,0xc0,0x6b,0xd1,0x17,0x50,0x67,0x69,0x3f,0xf0, + 0x5f,0x35,0x18,0x2,0xd7,0x7d,0x5,0xc1,0x9b,0x47,0x40,0xe8,0xd6,0x31,0x88,0xfb, + 0x71,0xe8,0x93,0x4f,0x44,0x9d,0x8e,0xb8,0x26,0x7b,0x7f,0x90,0x62,0xfb,0x53,0x19, + 0xe6,0x1b,0xc7,0x4d,0xe5,0xb1,0x3d,0xc4,0x7c,0x63,0x81,0x7b,0x8a,0xeb,0x73,0xdc, + 0x93,0xd6,0xe7,0xf6,0xbe,0xfe,0xde,0x51,0xd0,0x0,0x75,0x7e,0x3,0x15,0xf7,0xe8, + 0xe3,0xd7,0xdb,0x21,0xec,0xfd,0x56,0xd4,0xfa,0x84,0xfb,0x4d,0x2,0xf7,0xeb,0xbb, + 0x21,0xee,0x11,0xfb,0x6b,0xda,0x23,0xf6,0x23,0x20,0x78,0x25,0xd9,0xfb,0x96,0x10, + 0x8c,0xf6,0x3e,0x70,0x69,0x73,0xc4,0x7d,0x13,0x8,0xfc,0xbe,0x1,0xf8,0x2f,0xae, + 0xab,0xe1,0xde,0x17,0xed,0x3d,0xe1,0xde,0x77,0xae,0x17,0xf8,0xcc,0xf1,0x2,0x6f, + 0xf4,0xef,0x9,0xfb,0xae,0x13,0x2b,0x41,0xd5,0xe1,0xe5,0xa1,0xd2,0x80,0xb2,0x50, + 0x89,0x70,0xdf,0xb3,0x2,0xc3,0xfd,0x9b,0xb5,0xf2,0x40,0x4e,0xd7,0x1c,0x88,0xfb, + 0x9c,0xe0,0x8c,0xb8,0x8f,0xd1,0x70,0xcf,0xed,0xfd,0x7d,0x6d,0x46,0xbe,0x8e,0x7b, + 0xd9,0x8b,0x73,0x57,0xf6,0xdb,0xdf,0x52,0x7c,0x7b,0x91,0xc3,0xbb,0x22,0x62,0xf9, + 0x97,0x52,0xce,0xb3,0xda,0xfc,0x73,0xe7,0xce,0x28,0xb8,0x3f,0xc6,0x70,0x4f,0xbd, + 0xf7,0x89,0x9,0x2f,0xd6,0x8b,0xf7,0x57,0x5b,0x14,0xb,0x90,0xb6,0xb4,0x41,0x83, + 0x6,0xe0,0xe1,0xe1,0x1,0x9e,0x88,0xf3,0x9a,0x35,0x6b,0x6a,0x5c,0x40,0xdb,0xdb, + 0x9b,0xf3,0x41,0x89,0x22,0xef,0x30,0xd,0x40,0x3b,0xd7,0xab,0x7a,0x3c,0xb0,0x80, + 0xd8,0x5,0xc5,0x96,0x7a,0xa0,0x88,0x88,0xb,0xa8,0x5a,0x40,0xe5,0x81,0x32,0xc4, + 0x3,0x14,0x1b,0xc8,0xc1,0x79,0x80,0xf4,0x40,0xe5,0x9c,0x42,0xb,0x28,0x3c,0xe0, + 0x81,0xfe,0x7e,0xd3,0x6,0xa1,0x5a,0x5d,0x3f,0xc5,0xfa,0xc8,0xa7,0x7b,0x82,0xf8, + 0x63,0x5b,0xe0,0x9f,0x30,0x69,0xd4,0x1,0xc,0xfb,0x2f,0x59,0x7,0xd0,0x36,0xe6, + 0x5,0xd4,0xfa,0x0,0x6b,0xe7,0xb,0x98,0x72,0x0,0xea,0x80,0x36,0xad,0x3f,0x84, + 0xea,0xfe,0x65,0xa0,0xd2,0x87,0x55,0xc0,0xb9,0x7f,0x8,0x54,0x1d,0x10,0x8c,0x1c, + 0xc0,0xf1,0xcf,0x38,0x0,0xf1,0x5f,0x35,0xaa,0x11,0xb8,0x46,0xb7,0x2,0xf7,0x99, + 0x9f,0x40,0xad,0x98,0x4f,0xc1,0xe7,0x87,0x2f,0xc1,0x6f,0x45,0x7f,0x66,0xef,0x19, + 0xee,0xb7,0x8d,0x41,0x3d,0x3e,0x1e,0xed,0x34,0xe1,0x7e,0x12,0xda,0xee,0xc9,0x3a, + 0xee,0xf,0xeb,0xbb,0x31,0x69,0x7d,0xd4,0xf9,0x7c,0x4f,0x14,0xbe,0xbd,0xa8,0xdf, + 0x53,0x70,0x5f,0x7f,0xf7,0x30,0xc4,0xfc,0x57,0xe8,0xdf,0x47,0x32,0x7b,0x5f,0x6f, + 0xe7,0x0,0xe6,0xe3,0x87,0x6f,0xed,0x8b,0x3a,0x9f,0xfb,0xf8,0x61,0x9b,0x7a,0x40, + 0xc8,0x6,0xf2,0xf1,0x3b,0xa3,0xce,0xef,0x8,0xa1,0x3f,0xa1,0xd6,0x5f,0xf5,0x11, + 0x4,0xaf,0x68,0x5,0x41,0xcb,0x5b,0x20,0xee,0xdf,0x85,0xa0,0xa5,0x8d,0x21,0xf0, + 0x3b,0xb4,0xf9,0xdf,0xd6,0x85,0x0,0xc4,0xbe,0x1f,0xb3,0xf7,0xfe,0xe0,0x37,0xbf, + 0x36,0xc7,0xfd,0x5c,0xb4,0x37,0x73,0x3c,0xa1,0x36,0xda,0x7d,0x8f,0x49,0x78,0xff, + 0xc,0xf7,0xa5,0xa0,0xc2,0x97,0x25,0xa1,0x2,0xfa,0xf7,0xc5,0x5a,0x16,0x45,0xdc, + 0xe7,0x42,0x7b,0x9f,0x4b,0xd8,0x7b,0x57,0x58,0xa8,0xd8,0x7b,0x23,0xee,0x65,0x7d, + 0xae,0x8e,0x7b,0xde,0x83,0x27,0x6d,0xfd,0x4d,0x2d,0x96,0x7f,0x15,0x7d,0x7b,0x25, + 0x77,0x4f,0xb1,0x7c,0xc4,0xfd,0xd9,0xb3,0x2a,0xee,0x13,0xd0,0xde,0xc7,0xbd,0x70, + 0xf,0xee,0x5f,0x75,0x51,0x2c,0x40,0xe6,0x4,0x69,0x37,0x6c,0xd8,0x90,0x71,0x80, + 0x9b,0x9b,0x1b,0xb8,0xbb,0xbb,0xb3,0x4d,0x7c,0x50,0xab,0x16,0xe7,0x3,0x6f,0xef, + 0x5a,0x90,0x23,0x6b,0x16,0xa6,0x1,0x5e,0x43,0xfc,0xbf,0x21,0x38,0x20,0xff,0xab, + 0x5c,0x7,0xd0,0x2e,0x90,0x55,0xd7,0x3,0xc6,0xf8,0x60,0x31,0x59,0x37,0x20,0xf5, + 0x0,0xc5,0x6,0x90,0x3,0xca,0xe6,0x10,0x3c,0xf0,0xba,0xa2,0x5,0x84,0x1e,0x8, + 0x72,0x2b,0xaf,0xf9,0xfa,0xf4,0x1e,0xa7,0x4f,0x9f,0x8e,0xbf,0xeb,0x7b,0xf0,0x1b, + 0xe2,0x8e,0xec,0x2f,0xe1,0x5e,0x72,0x0,0xc3,0x3f,0x7d,0x94,0x76,0xff,0x45,0x74, + 0x80,0x8d,0x25,0x73,0x83,0x46,0x5f,0x40,0x9d,0x23,0x64,0x6d,0x7e,0x80,0x9a,0x1b, + 0xd4,0xfa,0x5,0x50,0x7,0xb4,0x69,0xdb,0xa,0x6a,0xf6,0xc,0x87,0xaa,0xfd,0x10, + 0xfb,0xfd,0x83,0xb9,0x6,0xa0,0x8d,0x76,0xdf,0x65,0x78,0x13,0x70,0x9b,0xd4,0x12, + 0x6a,0xcd,0xe9,0x4,0x75,0x16,0xf7,0x0,0xdf,0x65,0x7d,0x20,0xe0,0xa7,0x21,0x10, + 0xbc,0x61,0x18,0xda,0xfb,0x91,0x88,0x51,0xc4,0x2e,0x6a,0xfc,0xfa,0xfb,0x26,0x23, + 0x96,0x9,0xf7,0x68,0xdb,0xf,0x2b,0x7e,0xfd,0xe1,0xc9,0x1c,0xf7,0x2c,0x87,0x3f, + 0x99,0xe5,0xf0,0x1a,0x69,0xb9,0xbc,0xb1,0x3c,0x8f,0x8f,0xb8,0xaf,0xbf,0x67,0x24, + 0xc3,0x3d,0xc5,0xf4,0xeb,0xed,0x8a,0x14,0xf6,0x7e,0x10,0x6e,0xc4,0xfd,0xb6,0xbe, + 0x88,0x79,0xc4,0xfd,0xa6,0x9e,0xc,0xf7,0xa1,0x1b,0xba,0x43,0xd8,0xfa,0xae,0x10, + 0xc6,0x70,0x8f,0x5a,0x7f,0x55,0x3b,0x81,0xfb,0xf,0x51,0xeb,0xb,0xdc,0x7f,0xdf, + 0x10,0x31,0x1f,0x8e,0x3b,0x4,0xfc,0x11,0xf7,0xb4,0xfd,0xe6,0xa1,0xbd,0x9f,0x87, + 0xb8,0xff,0xba,0x26,0xda,0x7c,0xc4,0xfe,0xec,0x9a,0xe0,0x3d,0xad,0x6,0xb8,0x8e, + 0xaa,0x82,0x9a,0x7,0x71,0xdf,0xbb,0x4,0x94,0xfd,0xbc,0x38,0x14,0xfd,0xe0,0x1d, + 0xc8,0xed,0x85,0x98,0x47,0x9d,0x9f,0xcb,0xf3,0xd,0x68,0xd0,0xa5,0x31,0xac,0xd8, + 0xb4,0x52,0x99,0x93,0x7f,0x4f,0x3b,0xf,0x8b,0xc7,0xf6,0xee,0x6a,0x33,0xf5,0x78, + 0xbd,0x8e,0xe8,0xbd,0xbd,0x7d,0x4b,0xb3,0xf7,0x7c,0x76,0xb6,0x38,0x2b,0x43,0xab, + 0xd1,0xe5,0x35,0x3b,0xcc,0xde,0x9f,0x3a,0x69,0x81,0xfb,0x7f,0x9a,0xbd,0xb7,0xb6, + 0x10,0x57,0x9a,0xe,0x68,0xde,0xbc,0x39,0xe2,0xdc,0x1b,0x5c,0x5d,0x5d,0xa1,0x46, + 0x8d,0x1a,0x1a,0x17,0x48,0x6d,0xe0,0x5c,0xb5,0xa,0x64,0x45,0xbc,0x13,0x7,0xe4, + 0x90,0x1c,0xf0,0x2a,0x8f,0x7,0xbc,0x25,0xf4,0xc0,0xdb,0x59,0xf9,0x96,0x5c,0x50, + 0x48,0x70,0x41,0x51,0x43,0x6c,0xa0,0x84,0x8c,0xf,0x90,0x16,0xc8,0xc1,0x79,0x40, + 0x72,0x80,0x47,0xc9,0x1c,0xd0,0xbc,0x71,0x3,0xb,0xbd,0x4f,0x76,0xf4,0xd7,0xc7, + 0x8f,0x99,0xcd,0x25,0xfc,0x3f,0x31,0xe1,0x0,0xe9,0xb,0xfc,0x57,0xc6,0x3,0x4d, + 0x74,0xc0,0xcb,0x8e,0x9,0xa6,0xe7,0x0,0xfb,0x73,0x84,0x2c,0xe7,0x7,0xf0,0x98, + 0xe0,0x47,0xed,0x5a,0x41,0xad,0x2f,0xeb,0x32,0xd,0x50,0x5,0x35,0x40,0x55,0xc4, + 0x7e,0xf5,0x51,0xcd,0xc1,0x63,0x4a,0x5b,0xf0,0x9a,0xd7,0x19,0x6d,0x7e,0x4f,0xf0, + 0x47,0x9b,0x1f,0xb4,0x6e,0x28,0xda,0xe0,0x11,0x10,0xbe,0x13,0xb5,0xfa,0x9e,0xf1, + 0xcc,0xd6,0x33,0xdc,0x23,0xb6,0x49,0xdb,0xcb,0xdc,0x7d,0x43,0x35,0x87,0x67,0x61, + 0xef,0x79,0x9f,0x8e,0x8e,0xfb,0xe1,0xd0,0x60,0xf7,0x70,0xcd,0xde,0x87,0x93,0xbd, + 0xdf,0x81,0x7b,0x1b,0xb7,0xf7,0x75,0xb7,0xa8,0xb8,0x27,0xad,0x8f,0x36,0x7f,0x4d, + 0x7,0xe1,0xe3,0x13,0xee,0x5b,0x33,0xdc,0x7,0x2d,0x7b,0xf,0x2,0x97,0x34,0x85, + 0xa0,0x1f,0xc8,0xe6,0xd7,0x83,0x0,0xd4,0xf9,0xfe,0xdf,0x20,0xee,0x63,0x7c,0xc1, + 0x6f,0x41,0x1d,0x66,0xef,0xfd,0xd0,0xde,0xfb,0x7c,0xed,0x9,0x3e,0xc,0xf7,0x68, + 0xf3,0xc7,0x56,0x83,0x6a,0x43,0x2b,0x42,0xa5,0x3e,0x25,0xa1,0xec,0xa7,0x25,0xa0, + 0x60,0xe3,0xbc,0x90,0xbb,0x56,0x4e,0xc8,0x85,0xf6,0xfe,0x4d,0x8f,0xdc,0xc,0xf7, + 0x5b,0xf7,0x6e,0xb1,0x98,0xad,0xa3,0x9d,0x87,0x75,0xdf,0x72,0x96,0xa6,0xd6,0x8f, + 0x73,0x8b,0xfb,0xf7,0xdc,0xde,0x5f,0x17,0x39,0x3c,0x15,0xf7,0xe7,0x15,0xdc,0xeb, + 0xb5,0xf9,0xdc,0xbf,0x8f,0x8f,0x49,0x88,0x3f,0xfc,0x52,0x7a,0xef,0xff,0x4e,0xab, + 0x75,0xab,0x56,0x31,0xd2,0xc6,0xd2,0xc7,0x7a,0xf5,0xea,0x31,0xe,0xa8,0x56,0xad, + 0x1a,0x7e,0xac,0x6,0xd5,0xab,0x57,0xd7,0xf8,0xa0,0xf0,0x3b,0x6f,0x31,0xfc,0x93, + 0x1f,0xf0,0xba,0xe0,0x0,0x16,0x13,0x14,0x31,0x1,0xda,0x6f,0x65,0x35,0xf0,0x40, + 0x56,0x9d,0x7,0xa,0x1b,0xfc,0x82,0x12,0xe4,0x17,0x64,0xe7,0x3c,0xe0,0x5a,0x2c, + 0x3b,0x34,0x8,0x9,0xd0,0x70,0x4f,0xef,0x65,0xdc,0xb8,0x71,0xc,0x4b,0xc,0xfb, + 0x72,0x13,0xfe,0x11,0x73,0x52,0x7,0x3c,0x91,0x3c,0x20,0x74,0x80,0x16,0x7,0x34, + 0xc4,0x4,0x9f,0xa,0xfc,0xff,0xd1,0xf5,0x1,0xf6,0xf2,0x2,0x6a,0x4c,0x50,0xea, + 0x0,0xce,0x1,0xad,0x91,0x3,0xc2,0xc1,0x79,0x48,0x5d,0xa8,0x31,0xa6,0x39,0x78, + 0x4e,0x6f,0x7,0xde,0xb,0x3a,0x83,0xef,0xf7,0x5f,0x40,0xc0,0xaa,0xfe,0x10,0xb2, + 0x3e,0x12,0xfd,0x6e,0x8e,0xfd,0x7a,0x7b,0xd0,0x7e,0xef,0x8f,0xe6,0x36,0x5d,0xe2, + 0xfd,0x70,0x34,0xb7,0xf3,0x9a,0xad,0x8f,0xd6,0xec,0xbd,0x45,0x8f,0xe,0xc3,0x3d, + 0xfa,0xf7,0x8a,0xce,0xf,0xdf,0x89,0x3e,0xfe,0xf6,0x81,0x88,0xfb,0x1,0xba,0xce, + 0x47,0xdc,0xd7,0xdd,0xd8,0x3,0xc2,0x34,0xdc,0x77,0x62,0xb8,0xf,0x61,0xf6,0xbe, + 0xd,0xc3,0x7d,0xf0,0xd2,0x16,0x68,0xef,0xdf,0x85,0x80,0xef,0x9,0xf7,0x68,0xf3, + 0xbf,0xd,0xe3,0xf6,0x1e,0xfd,0x7b,0x7f,0xc4,0xbd,0x3f,0xda,0x7b,0x5f,0xb4,0xf7, + 0xbe,0xa8,0xf3,0x7d,0x51,0xe7,0x7b,0x4d,0x71,0x3,0x8f,0x31,0x2e,0xe0,0x1a,0x45, + 0xfe,0xe,0xfa,0xf7,0x9f,0x15,0x87,0x42,0x4d,0xf2,0xc3,0x1b,0x6e,0xd9,0xd0,0xde, + 0xe7,0x80,0x37,0x3d,0x73,0x43,0xc3,0x2e,0x4d,0x60,0xcb,0x9e,0xad,0x7a,0xde,0x5e, + 0x9b,0x97,0x2d,0xf2,0xf6,0xf7,0xd2,0xf7,0xe1,0xf1,0x9e,0x7b,0x19,0xd7,0x23,0xdc, + 0x5f,0xd3,0x73,0xf7,0x16,0xf6,0xfe,0x8c,0x65,0x6d,0x3e,0xb7,0xf7,0x31,0x68,0xef, + 0x4b,0x65,0x36,0xe,0x33,0x73,0x7d,0xd2,0x3e,0x22,0x6,0x79,0x40,0xc3,0xdd,0xfb, + 0xef,0xbf,0xcf,0xf2,0x7f,0x84,0x79,0x17,0x17,0x17,0xe4,0x2,0x17,0xc6,0x3,0xc4, + 0xb,0xb9,0x5f,0xcf,0xa6,0xc5,0x2,0x88,0x3,0x58,0x4c,0x50,0xe4,0x6,0xe5,0xce, + 0x27,0xf4,0x0,0x71,0xc1,0x5b,0x4a,0x8c,0x50,0xc6,0x9,0x59,0xae,0x80,0xfc,0x0, + 0xf4,0xf9,0xbd,0xaa,0x94,0x84,0x66,0x68,0xef,0xa5,0xe,0x61,0xbd,0xa,0xdd,0xbb, + 0x33,0xbb,0xf9,0x18,0xfd,0x6b,0xda,0x16,0xf8,0x57,0x74,0x80,0x35,0xe,0x90,0x31, + 0xc1,0x8c,0xe6,0x6,0x5f,0x38,0x1e,0x60,0x65,0x9e,0xa0,0xb5,0xd9,0xe2,0xea,0x4c, + 0x51,0x35,0x26,0x48,0x1c,0xe0,0xf3,0xd5,0xfb,0x50,0x13,0xb1,0x5f,0x7b,0x41,0x17, + 0xf0,0xfb,0x81,0x63,0x3f,0x78,0x63,0x14,0x84,0x6d,0x43,0xec,0xc7,0x22,0xf6,0xf7, + 0x92,0xdd,0x8f,0xe6,0xb5,0x79,0xac,0x2e,0x9f,0xf7,0xe2,0x52,0x7d,0x7e,0x23,0x89, + 0x79,0x69,0xeb,0x59,0x4c,0x8f,0xeb,0xfc,0x6,0x7b,0x47,0xf2,0xb8,0x1e,0xd3,0xf8, + 0x3c,0x7f,0xcf,0xfc,0xfb,0x1d,0x3,0x79,0x3c,0x7f,0x6b,0x6f,0x8,0xdb,0xdc,0xb, + 0x71,0x4f,0x71,0xbd,0xcf,0x50,0xe3,0x77,0x43,0xff,0x9e,0xe2,0x7a,0x88,0xfb,0xd5, + 0xed,0x21,0x74,0x65,0x5b,0x8,0xd1,0x70,0x8f,0xf6,0xfe,0x87,0x66,0xa8,0xf3,0x9b, + 0x40,0xe0,0xb7,0xd,0x98,0xbd,0xf,0xf8,0x26,0x8,0xed,0x3d,0xfa,0xf7,0xf3,0xbc, + 0xd1,0xd6,0xd7,0xe4,0x9b,0xec,0xfd,0x2c,0xf,0xf0,0x9a,0xec,0xa,0x1e,0xa3,0xab, + 0xa3,0xbd,0xaf,0x2,0x2e,0x3,0x2a,0x43,0xa5,0x9e,0xe5,0xa0,0x70,0xb3,0xfc,0xf0, + 0xa6,0x7b,0xe,0x86,0xfb,0x5c,0x9e,0x39,0xa0,0x61,0x57,0x8e,0xfb,0xfb,0x9a,0x7d, + 0x97,0xf5,0x3a,0xa2,0x46,0x8f,0xcd,0xda,0xb8,0xc3,0xf2,0xf7,0x32,0x6f,0xcf,0xe7, + 0xe5,0xdf,0x64,0x9b,0xcd,0xdb,0x60,0x39,0x3c,0x9e,0xbb,0xbf,0x74,0x29,0x5,0x2e, + 0x8a,0x39,0x3b,0xbc,0x27,0x87,0x6a,0xf5,0x4e,0x88,0x1a,0xdd,0x44,0x81,0xfb,0x3f, + 0xaf,0x17,0xef,0xaf,0xbe,0xba,0x76,0xee,0x1c,0xd3,0xb1,0x43,0x7,0xcd,0xfe,0x4a, + 0x2e,0x8,0xb,0xb,0x63,0x31,0x40,0x67,0x67,0x67,0xbe,0xab,0x54,0x81,0x1c,0xaf, + 0x65,0xe5,0xb1,0x0,0x85,0x3,0x72,0x9,0x2d,0x90,0x47,0xf2,0x40,0x56,0xce,0x3, + 0x92,0xb,0xa,0x8,0x3d,0x50,0x2a,0xd7,0xab,0xe0,0x5a,0xa6,0x10,0x84,0xf8,0x7a, + 0x83,0xaa,0x3b,0x68,0x53,0x8f,0xd2,0xb6,0x6d,0xdb,0x18,0xc6,0x7f,0x41,0x2c,0xd1, + 0x36,0xe3,0x0,0xc2,0xbd,0x19,0x7,0x18,0x7d,0x81,0x3f,0x83,0x3,0xac,0xcf,0x11, + 0xb2,0x9e,0x17,0x48,0x5f,0x27,0xa8,0xfb,0x2,0x6d,0x3f,0xfe,0x8,0x82,0xa7,0x75, + 0x2,0xff,0x25,0x3d,0x21,0x70,0x35,0xda,0xfd,0xd,0x43,0xa1,0xee,0x76,0xaa,0xbb, + 0x21,0x2c,0x8f,0x17,0xfd,0x37,0xd1,0x5a,0x2f,0x5e,0x23,0x86,0x7b,0xca,0xd9,0xcb, + 0xbe,0x1c,0x3d,0x87,0x47,0xf5,0x7a,0x12,0xf7,0x54,0xab,0xab,0xe1,0x9e,0xf9,0xf6, + 0x88,0x7b,0x16,0xcf,0xef,0x8d,0xfe,0x7d,0x2f,0x8,0xdf,0xf4,0x85,0xc0,0x3d,0xda, + 0xfa,0xb5,0x9d,0x5,0xee,0x23,0x20,0x74,0x95,0xc0,0xfd,0xb2,0xf,0x20,0x18,0x75, + 0x7e,0xd0,0x92,0xe6,0x10,0xf0,0x1d,0xe2,0x7e,0x71,0x7d,0xc4,0x7d,0x28,0xc3,0x7d, + 0x0,0xe1,0x7e,0x6e,0x6d,0xc4,0x3b,0x62,0x9e,0x6c,0xfd,0x1c,0xf,0x8e,0xfb,0x49, + 0xd5,0xc1,0x63,0x4,0xda,0xfb,0x21,0x95,0x19,0xee,0xab,0xf4,0x2a,0x7,0xc5,0xdf, + 0x2d,0x8,0xb9,0x3d,0x72,0xa2,0xcd,0xcf,0x9,0xb9,0x6b,0xe6,0x84,0x2e,0x91,0x5d, + 0xe0,0x44,0xf2,0x9,0xcd,0xaf,0xbf,0x27,0xf2,0x77,0xd2,0xaf,0xe7,0x98,0xbf,0xa5, + 0xf4,0xdc,0xf3,0x8f,0x3c,0x9e,0x27,0xfb,0x6f,0x65,0xe,0x2f,0x85,0x9d,0x95,0x41, + 0xe7,0x3d,0xaa,0x35,0x3b,0x72,0xae,0xde,0xd1,0xc4,0x44,0xd4,0x62,0x71,0xa8,0xf3, + 0xff,0xdd,0xf6,0xde,0xda,0x42,0x1b,0x14,0xd3,0xfb,0xcb,0x9e,0xd0,0xb5,0x4b,0x17, + 0x20,0x3d,0x20,0x71,0x29,0x71,0x5a,0xbf,0x7e,0x7d,0x8,0xc,0xc,0x4,0xb7,0x1a, + 0xd5,0xe1,0x75,0xc9,0x1,0xaf,0xf2,0x78,0x80,0xea,0xf,0x48,0x1e,0xa0,0x5d,0xa6, + 0xc0,0x1b,0xe0,0x52,0xba,0x30,0xf8,0xd5,0x72,0x83,0xfa,0x75,0x43,0x35,0xbc,0xab, + 0x1f,0x27,0x4c,0x98,0x0,0xc7,0x8e,0x1e,0xd5,0xf0,0x4c,0x18,0x27,0xcc,0xab,0x1c, + 0x20,0xbf,0x66,0xa6,0x3,0x98,0x3f,0x60,0xc5,0x17,0x30,0xcb,0xd,0x4a,0xdc,0xbf, + 0x8c,0x7e,0x1,0x7b,0xb3,0xc5,0x33,0x32,0x43,0x44,0x8d,0x7,0x50,0x5e,0xe0,0xa3, + 0xf6,0x1f,0x41,0xf8,0x37,0xbd,0x20,0x74,0x13,0x62,0x7f,0x7,0xf5,0xd3,0x8f,0xe1, + 0x76,0x9c,0xec,0xfa,0x41,0xd9,0x7b,0x3f,0x8e,0xff,0x5b,0xd8,0x7a,0xc2,0x7d,0x43, + 0x51,0xab,0x57,0x7f,0xef,0x68,0xc4,0xfc,0x28,0xe4,0x8c,0x61,0x7a,0x8d,0x7e,0xec, + 0x50,0x8e,0x7b,0xd4,0xf9,0x5a,0x1e,0x8f,0xd9,0x7b,0x8e,0xfb,0xba,0xeb,0xbb,0x23, + 0xee,0x79,0xfe,0x3e,0x74,0xf5,0xc7,0xc,0xf7,0xc1,0x3f,0xb6,0x86,0xe0,0xe5,0x88, + 0xfb,0xa5,0xef,0xa3,0xad,0x47,0xff,0xfe,0xfb,0x46,0x68,0xef,0x5,0xee,0x17,0x6, + 0xa0,0xc6,0xf7,0xd1,0x70,0xef,0xff,0x35,0x69,0x7c,0x77,0xc4,0xbd,0x1b,0x78,0x45, + 0xbb,0x82,0xfb,0x88,0x2a,0x50,0x7d,0x10,0xe2,0xbe,0x2f,0xfa,0xf8,0xdd,0xcb,0x41, + 0xa1,0x7a,0xef,0x40,0x6e,0xc4,0x3c,0xd9,0xfc,0x37,0x6b,0xbe,0xe,0x5d,0xa2,0xba, + 0xc1,0xc9,0xe4,0x24,0x3d,0x6f,0xcf,0x6a,0x75,0xee,0x69,0x33,0x34,0x49,0xdf,0x53, + 0x4d,0xbe,0x8c,0xe9,0xdd,0xba,0x75,0x4b,0x89,0xe9,0x5d,0x57,0x72,0xf7,0x97,0x74, + 0xdc,0x8b,0xf9,0x5a,0x74,0x26,0x9e,0x9c,0xab,0x77,0xe2,0x38,0xf3,0xed,0xd3,0x10, + 0xf7,0x7f,0x6a,0xef,0xfd,0xdf,0x75,0xe1,0xdf,0x5f,0xcc,0x80,0x7e,0x7d,0x61,0xcc, + 0xe8,0x91,0x30,0x64,0xf0,0x60,0xe8,0xd4,0xa9,0x93,0x5,0x7,0xa8,0xf6,0x9a,0x3e, + 0x6f,0xd4,0xb0,0x21,0x84,0x4,0x6,0x40,0x28,0xee,0x90,0x40,0x7f,0x8,0xd,0xf2, + 0x47,0x9c,0x87,0xa5,0xc3,0xb9,0x11,0xf3,0xd4,0xab,0xbf,0x6e,0xdd,0x3a,0x56,0xab, + 0x29,0xe3,0x78,0xbf,0x49,0xbf,0xde,0x84,0x3,0x54,0xfc,0xff,0xa6,0xd8,0x7e,0x19, + 0xf,0x50,0x39,0x20,0xa3,0x3a,0xc0,0x1a,0x7,0xbc,0x8c,0x5a,0x61,0x5b,0xb9,0x41, + 0xf5,0x7c,0x1,0x75,0x8e,0x90,0x9a,0x1b,0x6c,0xf7,0x49,0x3b,0x68,0xf8,0xe3,0x60, + 0x8,0xdf,0x3d,0x8a,0x61,0x9f,0xd9,0xf6,0x83,0x63,0xf9,0x3e,0x20,0xf7,0x38,0xd6, + 0x87,0xdb,0x50,0xb3,0xf7,0x23,0xd9,0xc,0xe,0xea,0xc9,0xe3,0xf6,0x1e,0x31,0xbf, + 0x73,0x28,0xaf,0xd3,0x45,0xcc,0x53,0x3f,0x5e,0x30,0xea,0xfb,0x20,0xf4,0xe9,0x83, + 0x50,0xdb,0x7,0x21,0xde,0x3,0x7e,0x8a,0x0,0x7f,0xd4,0xf6,0x1,0x68,0xe3,0xfd, + 0xa9,0x1f,0x67,0xd9,0xfb,0x2c,0x7f,0x17,0x80,0x76,0xde,0x1f,0x31,0xef,0xcf,0xfc, + 0xfa,0x6,0x88,0xfb,0x70,0xc4,0x7d,0x18,0x4,0x2e,0xc,0x66,0xfe,0xbd,0xdf,0xbc, + 0x3a,0x68,0xeb,0xbd,0x18,0xe6,0x99,0xbd,0x9f,0xed,0x6,0xde,0xa4,0xf3,0x47,0x3a, + 0x83,0xab,0xc4,0x7d,0xb7,0x32,0x50,0xb8,0x5e,0x1,0xc8,0xe5,0x9a,0x3,0xf2,0xa0, + 0xcd,0xcf,0xe3,0x95,0x43,0xc3,0xfd,0xfd,0xfb,0xe9,0xed,0xbd,0x9e,0xbf,0xbb,0xa5, + 0xf5,0xde,0x72,0x7b,0xcf,0x7d,0xfb,0x1b,0x37,0x94,0xf3,0x6f,0xaf,0xca,0xdc,0xfd, + 0x5,0x36,0x67,0x87,0xe3,0x9e,0xcf,0xcf,0x3e,0x79,0x52,0xe2,0x3e,0x2e,0x2d,0x31, + 0x31,0x2e,0x2a,0x3e,0xee,0xaf,0xd7,0x93,0xf3,0x57,0x5e,0x3d,0x3e,0xed,0x16,0x31, + 0x10,0x39,0x60,0xc2,0xf8,0x71,0x30,0x7f,0xde,0x5c,0x58,0xf4,0x4d,0xc,0x44,0x4f, + 0x9c,0x8,0x3,0x7,0xc,0xd0,0xf8,0xc0,0x88,0x6b,0xf5,0xdf,0x46,0xdd,0x40,0x31, + 0x7c,0x9a,0xc7,0xbd,0x78,0xd1,0x22,0x36,0x9f,0x87,0xce,0x19,0x78,0x2a,0xe2,0xf2, + 0x84,0x45,0x69,0xa3,0x65,0x2c,0x4d,0xc5,0xbf,0x51,0x7,0x98,0xfa,0x3,0xe2,0x7b, + 0xec,0x71,0x80,0xd4,0x1,0x84,0xf9,0x8c,0xfa,0x2,0x20,0xf0,0xff,0x62,0xbd,0xc3, + 0xe6,0x79,0x1,0x7b,0x33,0x45,0xdb,0x76,0x68,0xb,0x4d,0xd7,0x46,0x21,0xce,0xc7, + 0x20,0xfe,0x11,0xdf,0xb4,0x9,0xe7,0x54,0x9b,0xbb,0x7f,0x34,0xb3,0xf5,0xd4,0x8b, + 0x57,0x5f,0xd6,0xe6,0xef,0xe1,0x3d,0x39,0x54,0x9f,0x1b,0x86,0x3e,0x7d,0xc8,0xd6, + 0x5e,0x10,0xb8,0xb9,0x7,0x4,0x6d,0xea,0x1,0x81,0x1b,0xba,0x43,0x10,0x6a,0xfb, + 0xc0,0x75,0x9d,0x20,0x60,0xcd,0x27,0x10,0x88,0xb8,0xf,0x40,0x1b,0x1f,0x80,0x36, + 0x9e,0xcd,0xdc,0x40,0x9f,0xde,0x6f,0x49,0x53,0xf0,0x45,0x1b,0xef,0xfb,0x5d,0x3d, + 0xf0,0x59,0x5c,0x17,0x7c,0xbe,0x9,0x1,0x9f,0x5,0xfe,0x50,0x67,0x7e,0x1d,0xa8, + 0x83,0x76,0xde,0x77,0x1e,0xc5,0xf4,0x8,0xf7,0xb5,0x70,0x7b,0x70,0x7b,0x3f,0xd3, + 0x5d,0xc7,0xfd,0x90,0xa,0x16,0xb8,0xcf,0x5d,0x23,0x17,0xe4,0x71,0xcf,0x5,0x79, + 0x6b,0xbd,0x1,0xdd,0x18,0xee,0x4f,0x58,0xce,0xd6,0x11,0xb6,0x5e,0xc6,0xf1,0xd5, + 0x1e,0x3c,0x1d,0xf7,0x42,0xe7,0x5f,0x37,0xe6,0xee,0xe5,0x3c,0xcd,0x64,0x61,0xef, + 0x93,0xf0,0xb9,0x1e,0x17,0xbd,0x78,0xf1,0x69,0x9,0x9,0x47,0xa2,0x12,0x1c,0xb8, + 0x7f,0xee,0xc5,0x38,0xa0,0x7f,0x3f,0x8d,0x3,0x7e,0x5c,0xbe,0x1c,0xb6,0x6c,0xde, + 0xcc,0xec,0x16,0x69,0x75,0xea,0xf,0xa4,0x9e,0xfb,0x65,0xcb,0x96,0xc1,0xe2,0xc5, + 0x8b,0x59,0x5f,0xe1,0x92,0x25,0x4b,0x60,0xe9,0xd2,0xa5,0xb0,0x1c,0xff,0x2f,0xfd, + 0x8d,0x53,0x8f,0x3c,0xe1,0x40,0xc5,0x89,0xcc,0xb9,0xc9,0x3c,0xba,0xca,0x1,0xaa, + 0xe,0xa0,0x8f,0x12,0xdf,0x66,0x3a,0x40,0xd5,0x2,0x2a,0x7,0xa8,0xf5,0x1,0x66, + 0x31,0x41,0x6b,0xb5,0xc2,0x2f,0x43,0x7,0x58,0x9f,0x2d,0xfe,0x20,0xc3,0xe7,0xc, + 0x19,0x7d,0x81,0x76,0xc4,0x1,0xeb,0x22,0x39,0xde,0x19,0xe6,0x47,0xf3,0x99,0x3b, + 0xcc,0xd6,0xf,0x67,0x98,0xaf,0x8b,0x98,0xf,0xdb,0x39,0x8,0x42,0x77,0xf4,0x85, + 0xe0,0x6d,0x5f,0x42,0xe0,0x16,0xb4,0xf1,0x64,0xe7,0x37,0x7d,0xa,0x81,0x1b,0xbb, + 0x23,0xe6,0xbb,0x40,0x20,0xd9,0xfa,0x35,0x7c,0xa6,0xae,0x3f,0xe1,0x7e,0x45,0x2b, + 0xf0,0x43,0x7b,0xef,0x87,0xb6,0xde,0xef,0x87,0x66,0xac,0xef,0xde,0x17,0xb5,0x3d, + 0xc3,0xfd,0x42,0xc2,0x7d,0x20,0xd4,0x99,0xe7,0x83,0xb8,0xf7,0x86,0xda,0x88,0x73, + 0xef,0x59,0xd5,0xc0,0x6b,0x46,0x55,0xf0,0x9a,0x5e,0x19,0xea,0xcc,0xac,0x2,0x75, + 0xa6,0xbb,0x80,0xd7,0xc4,0x6a,0xe0,0x3e,0x8c,0x74,0x3e,0xe2,0xbe,0x4f,0x39,0x86, + 0xfb,0x42,0xe1,0x5,0x20,0xf,0xe1,0xde,0xf3,0xd,0x28,0x1d,0x52,0x1a,0x46,0xcd, + 0x1a,0xd,0x57,0xae,0x5d,0x16,0xf6,0xfe,0xae,0x86,0x7b,0x35,0x6f,0x4f,0xe7,0xdc, + 0x5b,0xe2,0xfe,0x96,0x5,0xee,0x79,0xdf,0xfd,0x65,0x3,0xee,0xa5,0xbd,0xe7,0xb8, + 0xa7,0x73,0x72,0x1c,0xf6,0xfe,0xe5,0xae,0xcf,0xba,0x13,0x7,0x70,0x1d,0xb0,0x60, + 0x7e,0x7a,0xe,0xa0,0x9a,0x29,0xfa,0x7b,0xa6,0xdf,0x19,0xe5,0x6b,0x7e,0x46,0xbb, + 0x4e,0x7f,0xf3,0x84,0xb3,0xa7,0x2,0x3f,0xa6,0x38,0xc9,0x20,0x7,0x48,0x6c,0x5b, + 0x8b,0x7,0x98,0xc5,0x4,0x65,0x6e,0xf0,0x89,0x78,0x1d,0x89,0x7b,0xb5,0x4e,0x30, + 0xc3,0x3d,0x43,0x2f,0xb1,0x6f,0xd0,0xda,0x39,0x43,0xe9,0x66,0x88,0x7c,0xf7,0x6d, + 0xba,0x73,0x86,0x88,0x3,0x1a,0xff,0x34,0x14,0x35,0x3e,0xc7,0x7c,0x38,0x62,0x3e, + 0x6c,0x77,0x24,0x84,0xee,0x1c,0x8,0xc1,0xdb,0x9,0xf3,0xbd,0x20,0x18,0x6d,0x7d, + 0xd0,0x96,0x2f,0x20,0x68,0xf3,0x67,0x10,0xb4,0xf1,0x53,0x8,0xd8,0x80,0xb6,0x7e, + 0x7d,0x67,0xc4,0x3d,0xda,0x7a,0xc4,0xbd,0xff,0xaa,0x76,0x10,0x88,0x3a,0x3f,0x10, + 0x71,0x1f,0xf8,0x63,0x4b,0x8,0x42,0x9b,0x1f,0x48,0x71,0x7c,0x8a,0xe7,0xa1,0xce, + 0xa7,0xfc,0x9d,0xff,0x22,0xca,0xdf,0x5,0x83,0xdf,0xfc,0x0,0xf0,0x41,0x3b,0x5f, + 0x7,0x6d,0x7c,0xed,0x99,0x2e,0x50,0x1b,0x71,0xef,0x3d,0xa3,0xa,0x78,0x4f,0xab, + 0x4,0xb5,0x26,0x57,0x0,0x8f,0x31,0x65,0xa1,0xfa,0xd0,0x52,0xe0,0xd2,0xaf,0xc, + 0xe2,0xbe,0xc,0x94,0x6b,0x5f,0x12,0xa,0x6,0xe4,0x87,0xdc,0xae,0x6f,0xa0,0xce, + 0x7f,0x13,0x4a,0xd7,0x2d,0x5,0x23,0x67,0x8f,0x62,0xb8,0x57,0x7b,0x71,0x74,0xdc, + 0xa7,0x6a,0xb8,0x57,0x75,0xbe,0x5e,0xab,0x77,0x2d,0x9d,0xbd,0xa7,0x98,0xde,0x5, + 0x51,0x9b,0xcf,0xf2,0x78,0xa7,0xc5,0x99,0xf7,0xdc,0xde,0xa7,0xa0,0x6f,0x1f,0x91, + 0x10,0xef,0xc0,0xfd,0xcb,0x5e,0x92,0x3,0x26,0x4e,0xe0,0x3a,0x60,0xc5,0x8f,0x3f, + 0x1a,0x38,0x20,0x99,0xfd,0x3d,0xd3,0xdf,0x35,0xe5,0x6b,0xcc,0x38,0xc0,0x58,0x57, + 0xf7,0xac,0x1c,0x40,0x5b,0xf5,0x5,0xd4,0x78,0xa0,0xb5,0x98,0xa0,0xb1,0x4e,0x50, + 0xe5,0x80,0x67,0xa9,0x11,0x7a,0x91,0xdc,0xa0,0xac,0x13,0xcc,0xa8,0xe,0xd8,0xb6, + 0x6d,0xab,0xa1,0x67,0x48,0xc9,0xb,0x20,0x7,0x34,0x5c,0xd9,0xf,0x82,0x77,0xc, + 0x80,0xa0,0xed,0xbd,0x11,0xf7,0xbd,0x21,0x68,0x2b,0xe1,0xbe,0xa7,0xd0,0xf8,0x84, + 0xfb,0x6e,0xa8,0xf3,0x25,0xee,0x3b,0x42,0x30,0xeb,0xc1,0xe5,0x31,0x3d,0x56,0x9f, + 0x4f,0x35,0x3b,0xa8,0xf7,0x83,0x96,0xb5,0xd4,0x72,0x78,0x41,0x88,0x7b,0x8a,0xe5, + 0x7,0x7e,0x13,0xa,0x1,0x31,0x41,0x10,0x80,0xbe,0x7d,0x0,0xd3,0xf8,0x9e,0xe0, + 0x87,0x76,0xdf,0xf,0xfd,0xfa,0x3a,0x33,0xaa,0x83,0xf7,0x94,0x4a,0xe0,0x8e,0xb8, + 0x77,0x8d,0x2c,0x3,0x55,0xfb,0x96,0x80,0x2a,0x5f,0x16,0x85,0xd2,0x11,0x85,0xe1, + 0x2d,0xff,0x37,0xb9,0xce,0x27,0xdc,0x87,0x94,0x84,0x11,0xb3,0x74,0xdc,0x4b,0x5b, + 0x6f,0x8c,0xe7,0x73,0xdc,0xdf,0xd4,0xce,0xc8,0xe1,0xf6,0xfe,0xba,0x82,0xfb,0xcb, + 0x96,0x73,0x76,0x2c,0x7a,0x72,0xa8,0x56,0xef,0x38,0x9b,0x9f,0x8d,0xf6,0x3e,0x5, + 0x75,0x7e,0x44,0x66,0x63,0xe4,0x9f,0xbe,0x7a,0x20,0x7,0x50,0x4c,0x90,0x38,0x80, + 0x74,0x0,0x71,0xc0,0x56,0xe4,0x80,0x3,0xfb,0xf7,0x5b,0xe8,0x0,0xfa,0xbb,0x56, + 0x75,0xc0,0x7f,0x45,0x8c,0xed,0x79,0x39,0x40,0xc6,0x3,0xa4,0x2f,0x60,0x8b,0x3, + 0x8c,0x31,0x41,0x5b,0xb9,0x41,0x95,0x3,0x8c,0x79,0x81,0x3f,0x6b,0x7e,0x80,0xca, + 0x1,0xe4,0x27,0xd9,0xce,0xd,0xf2,0x1a,0xa1,0xb6,0x9f,0xb4,0x83,0x7a,0xcb,0x7b, + 0xa0,0xbd,0xef,0x89,0xd8,0xff,0x82,0xe1,0x3e,0x70,0x33,0x6a,0xfc,0x4d,0x74,0x56, + 0x56,0x57,0x8,0xa6,0x19,0x5b,0xa8,0xf7,0x43,0x36,0x74,0xe3,0x35,0x3b,0xc,0xfb, + 0x1f,0x43,0x28,0xe2,0x3e,0x64,0xe5,0x47,0x88,0xfd,0x96,0x2c,0x87,0x17,0xf8,0x43, + 0x13,0x1d,0xf7,0x2c,0x96,0xcf,0x63,0x7a,0x1,0x14,0xcb,0x47,0x9b,0xef,0x3f,0xc7, + 0x15,0x7c,0x67,0xb9,0xe1,0xae,0xe,0xbe,0x33,0x50,0xe7,0x8f,0x73,0x1,0x8f,0xaf, + 0x2a,0x83,0xeb,0xc0,0x72,0x50,0xf5,0xcb,0x52,0x50,0xfa,0xe3,0x77,0x18,0xee,0xdf, + 0xac,0x9e,0xd,0x72,0xbb,0xe7,0x80,0x52,0xc1,0x25,0x60,0xc4,0xcc,0x51,0x70,0xf9, + 0xea,0x65,0x9e,0xb3,0x4f,0xe5,0x67,0x63,0x68,0xfd,0xf6,0xa9,0x77,0x95,0xbc,0xbd, + 0xea,0xdb,0xdf,0x12,0x31,0xbd,0x6b,0x3c,0xae,0x47,0x67,0x65,0x68,0xf3,0x36,0xf4, + 0xda,0x7c,0x4b,0xdc,0xb3,0x78,0x7e,0xa,0xda,0xfa,0x88,0xcc,0xc6,0xc5,0xbf,0x69, + 0xe9,0xbe,0xc0,0x58,0xcd,0x17,0xd8,0xba,0x65,0x8b,0xc2,0x1,0xc9,0x2c,0xc6,0x4d, + 0xbf,0x5b,0x6b,0x3a,0xc0,0xc,0x27,0x60,0xe0,0x80,0xa7,0x22,0x36,0x67,0x16,0xf, + 0x30,0x8b,0xb,0xda,0xd3,0x1,0xd6,0x62,0x82,0x19,0xf1,0x5,0x5e,0x64,0x9e,0x20, + 0x2d,0x5b,0x67,0x8e,0xda,0x9a,0x25,0x66,0xcc,0xd,0xea,0xf3,0x3,0xba,0x22,0x7, + 0x7c,0x4,0xe1,0x4b,0xbb,0x41,0xc0,0x26,0x7e,0x36,0x6e,0x8,0xea,0xfd,0x50,0xda, + 0x68,0xff,0xc3,0x36,0x74,0x67,0x7d,0xb8,0x61,0xd4,0x7f,0x4f,0x3d,0x39,0x2,0xf7, + 0xac,0x66,0x67,0x59,0xb,0x6e,0xef,0x59,0xe,0x2f,0x1c,0x2,0xbe,0x11,0x39,0xbc, + 0xf9,0xbe,0xcc,0xde,0x53,0xfe,0xce,0x7f,0x4e,0xd,0x8e,0x79,0xd4,0xfc,0x75,0xa6, + 0x55,0x85,0x5a,0xe3,0xab,0x82,0xc7,0xb0,0x8a,0x50,0x7d,0x60,0x59,0xa8,0xd6,0xb7, + 0x34,0x94,0xff,0xa4,0x38,0xbc,0x13,0x98,0x17,0x75,0x7e,0xe,0xc8,0x83,0xb8,0xaf, + 0xde,0xb4,0x3a,0xc4,0xac,0x58,0xa0,0x69,0xfb,0xfb,0x5a,0xee,0xce,0x18,0xcf,0xd3, + 0xcf,0xbf,0xb4,0xf4,0xed,0xaf,0x2b,0x67,0x65,0x5c,0x62,0x67,0x65,0x5c,0xa0,0x58, + 0xfe,0xf9,0x73,0xec,0xef,0x29,0x99,0xcd,0xd9,0xe1,0xb5,0x7a,0xc7,0x8e,0x26,0x42, + 0x42,0x2,0xe2,0x3e,0xe1,0xef,0x33,0x73,0xe3,0x9f,0xb6,0xd4,0x78,0x80,0x8c,0x9, + 0x12,0x7,0x98,0xc5,0x3,0x5e,0xa6,0x2f,0xa0,0xe6,0x5,0xac,0xd5,0x7,0x98,0xc6, + 0x4,0x94,0xef,0x91,0xf1,0x0,0x6b,0x79,0x1,0xa3,0x2f,0x60,0x2b,0x37,0x28,0xdf, + 0xf3,0x8b,0xd4,0xa,0x3f,0xb4,0x72,0xe6,0xa8,0xaa,0x3,0x64,0xdf,0xa0,0x56,0x2b, + 0x2c,0xf2,0x2,0xed,0x3e,0x6a,0xd,0x4d,0x67,0x75,0x85,0xb0,0x2d,0xd4,0x8b,0xf7, + 0x29,0x84,0x6e,0xe4,0xb8,0xf,0x59,0xcb,0x6b,0x74,0x69,0xde,0x8e,0x86,0x7b,0xaa, + 0xd1,0x65,0xb8,0x6f,0x2,0x1,0xdf,0xd6,0xd3,0x71,0x3f,0xcf,0xf,0x31,0xef,0xcd, + 0x70,0xef,0x37,0x1b,0xed,0xfd,0x4c,0x57,0x8e,0xfb,0xa9,0x2e,0x50,0x6b,0x6c,0x25, + 0x70,0x8b,0x2c,0xf,0xae,0x3,0x2a,0x40,0xb5,0x3e,0x65,0xa1,0x5c,0xdb,0xc2,0x50, + 0x30,0x28,0x1f,0xe4,0x41,0xff,0x3e,0x9f,0x47,0x4e,0x70,0x6d,0x5a,0x3,0x16,0xfe, + 0xb8,0x50,0xd7,0xf7,0xf7,0xf4,0xfc,0x1d,0x9f,0xb3,0x71,0x4b,0x9b,0x99,0x4d,0xb3, + 0xf4,0xb8,0xcd,0xe7,0x79,0xfb,0x9b,0x37,0x50,0xe3,0x5f,0x13,0x31,0xbd,0xab,0x97, + 0x58,0x9d,0xde,0x25,0x19,0xd3,0xa3,0x33,0xf1,0xce,0x9e,0x46,0xdc,0x9f,0x14,0xb5, + 0x7a,0x47,0xa5,0xbd,0xdf,0x19,0x1f,0x77,0xe4,0x6f,0xdf,0x7b,0xff,0x4f,0x58,0x3c, + 0x2f,0x60,0x2b,0x26,0x98,0x6c,0x11,0x13,0x64,0x36,0x3a,0x83,0x1c,0xa0,0xf6,0xd7, + 0x49,0x3b,0x9c,0x91,0x98,0xa0,0xbd,0x78,0x80,0xda,0x2f,0x60,0xd6,0x33,0x94,0x91, + 0x19,0x22,0x12,0xc7,0x7f,0xe6,0x2c,0x31,0x79,0xee,0xb0,0xb1,0x3e,0x80,0xc5,0x4, + 0x89,0x3,0x66,0x74,0x44,0x9d,0x2f,0xe6,0xed,0xac,0x21,0x7b,0x1f,0x1,0x21,0x34, + 0x77,0x83,0xe2,0x7b,0x2,0xf7,0x54,0x9b,0xcf,0x70,0x4f,0x35,0xba,0x31,0xc1,0x10, + 0x30,0xdf,0x47,0xe0,0x9e,0xf4,0x7d,0x35,0xf0,0x9b,0xe5,0x82,0x1a,0xbf,0x2a,0xd4, + 0x99,0x52,0x5,0x6a,0x8d,0xa9,0xc,0x6e,0x43,0x2a,0x40,0xf5,0x7e,0x65,0xc1,0xb9, + 0x57,0x19,0x28,0xd5,0xb2,0x0,0xe4,0xf3,0xca,0x9,0x79,0xdd,0x70,0x7b,0xe6,0x82, + 0x1a,0xcd,0x5c,0x19,0xee,0x8d,0xb1,0x3c,0x39,0x27,0x5f,0xaf,0xd7,0x11,0xb3,0x73, + 0x19,0xf6,0x6f,0xe8,0x67,0x65,0xb0,0xba,0x7c,0x65,0x76,0xf6,0x45,0x91,0xbb,0x17, + 0x67,0xe0,0x32,0x7b,0x7f,0x52,0xce,0xd3,0x4c,0x80,0xc4,0xc4,0xb8,0x9d,0xa8,0xf3, + 0x3,0x32,0xfb,0x6f,0xde,0xb1,0x2c,0x57,0xcf,0xcf,0x7b,0xb8,0xe,0x1a,0xd0,0x2f, + 0x4d,0xc6,0x4,0x25,0x7,0x18,0xe3,0x1,0x66,0x79,0x1,0xd,0x3b,0x26,0x78,0xb1, + 0xa6,0x3,0xfe,0x2b,0x70,0x63,0xab,0x3e,0xc0,0x58,0x1b,0xa0,0xf2,0x84,0xb5,0x98, + 0x60,0x46,0xe7,0x7,0xfc,0x51,0x3d,0x43,0xc6,0x33,0x46,0xcc,0x74,0x80,0x5a,0x1f, + 0x60,0x9c,0x2d,0x4e,0x1c,0xd0,0x64,0xca,0xc7,0xac,0x7,0x37,0x64,0xa5,0xde,0x8b, + 0x47,0x35,0xba,0x81,0xa4,0xf3,0xa9,0x7,0x77,0x51,0x30,0x4,0x52,0x4f,0xce,0x3c, + 0x1f,0x5e,0x9f,0x8b,0xb6,0xde,0x6f,0x26,0xc7,0xbc,0xdf,0x4c,0x67,0xa8,0x3d,0xb9, + 0x32,0xd4,0x1c,0x55,0x11,0xdc,0x6,0x97,0x3,0x97,0xde,0x65,0xc0,0xb9,0x67,0x69, + 0x28,0xf5,0x41,0x61,0xc8,0x5f,0x2b,0x17,0xe4,0xa9,0x41,0xb8,0x7f,0x3,0x6a,0x34, + 0x27,0x9d,0x1f,0xa3,0xe1,0x5e,0x6a,0x7c,0x7e,0x2e,0xce,0x5d,0x8b,0x3a,0xbd,0x3b, + 0xa2,0x56,0x47,0x9e,0x7d,0x4b,0xf6,0xfe,0x9a,0xb0,0xf7,0x32,0x96,0xaf,0xd9,0xfb, + 0x73,0xe2,0xec,0xeb,0x33,0x27,0x5,0xee,0x69,0xae,0x5e,0x3c,0xde,0x7b,0x1c,0xd9, + 0xfb,0x80,0xcc,0xfe,0x3b,0x77,0x2c,0xeb,0xab,0xd7,0x17,0xc4,0x1,0xfd,0xd3,0x26, + 0x32,0x1d,0x30,0x8f,0xc7,0x4,0x95,0x78,0xc0,0xb9,0x73,0xe9,0x75,0xc0,0x6f,0x22, + 0xe,0xff,0x54,0xd4,0xd9,0xbe,0x68,0x4c,0x50,0xe6,0x5,0xac,0x69,0x1,0x8b,0x5a, + 0xc1,0xc,0xd6,0x8,0xa9,0xf1,0x0,0x7b,0x1c,0xf0,0x22,0xb5,0xc2,0xc6,0xf3,0x6, + 0xed,0xcd,0x15,0x4e,0x7f,0xe6,0xa8,0xce,0x1,0x8d,0xa3,0x5b,0xb1,0x5c,0x5e,0xd0, + 0x92,0x26,0x1c,0xf7,0xe4,0xdf,0x2f,0xc,0x61,0xfd,0xb7,0x64,0xef,0xa9,0xf7,0xd6, + 0x6f,0x96,0x9b,0xc0,0x7d,0x15,0xf0,0x99,0x5e,0x19,0x7c,0xa6,0x38,0x43,0xcd,0x31, + 0x88,0xfb,0x21,0x65,0x50,0xe3,0x97,0x42,0x7b,0x5f,0x1c,0x4a,0x7d,0x58,0x80,0xe3, + 0xde,0x2d,0xbb,0x6e,0xef,0x57,0x2c,0xb4,0xc0,0xbd,0x3c,0x1f,0xc3,0xc,0xf7,0xcc, + 0xde,0xd3,0x39,0x19,0x5a,0xf,0x9e,0xa8,0xd5,0x13,0xb9,0xfb,0x8b,0xd2,0xde,0x5b, + 0xe0,0xfe,0x4,0xab,0xcd,0x3f,0x76,0x2c,0x81,0x6a,0xf3,0x1d,0xb8,0xff,0x1b,0x2d, + 0xc9,0x1,0xe4,0x9b,0xda,0xca,0xd,0xca,0x78,0x80,0x91,0x3,0x9e,0xc5,0x17,0x50, + 0xeb,0x4,0x8d,0x35,0x42,0xc,0xeb,0x86,0x98,0xa0,0xfc,0xba,0x56,0x1f,0x64,0xc8, + 0xb,0xa8,0xf5,0x1,0x66,0xfd,0x2,0xcf,0x53,0x23,0x24,0xdf,0xff,0xb3,0xce,0x12, + 0x53,0xcf,0x18,0x31,0xab,0xf,0x50,0x63,0x82,0xc6,0x19,0x22,0x94,0x17,0x60,0x1c, + 0x30,0xbe,0x5,0x9b,0xad,0x47,0xfe,0xbd,0x3f,0xfa,0xf7,0x7e,0xf3,0x49,0xe3,0x7b, + 0xf1,0x38,0xbe,0x82,0xfb,0x3a,0x53,0x2a,0x81,0x17,0xe2,0xde,0x3d,0xb2,0xc,0xea, + 0xfc,0x32,0xe0,0xf2,0x65,0x31,0xc4,0xfd,0x5b,0x90,0xaf,0x56,0x76,0xc8,0xed,0x96, + 0x8d,0xd9,0xfb,0xc6,0x5d,0x1a,0xc3,0xe2,0x95,0x31,0x86,0x5a,0x1d,0x9a,0xb1,0x23, + 0x74,0xfe,0xdd,0x3b,0x96,0x67,0x64,0x88,0x73,0x32,0x68,0x5e,0x3e,0xd9,0xfb,0xeb, + 0xe9,0x72,0x78,0xe7,0xf5,0x9a,0x1d,0x36,0x37,0x9f,0x70,0x7f,0x9c,0xe3,0x9e,0x74, + 0x7e,0xc2,0x91,0x18,0x7,0xee,0xff,0x9e,0x4b,0xfa,0x2,0x32,0x26,0xa8,0x72,0xc0, + 0x71,0x13,0xe,0x78,0xde,0x98,0xa0,0x31,0x2f,0x60,0x2f,0x37,0x68,0xad,0x67,0x48, + 0xb5,0xfd,0x6a,0x9d,0xa0,0xfa,0xba,0xc6,0x5a,0xe1,0x3f,0xda,0x17,0xb0,0xac,0xf, + 0x48,0x35,0xcd,0xd,0xee,0x57,0xe2,0x1,0xc6,0xd9,0xe2,0xac,0x56,0xb8,0x4d,0x6b, + 0x68,0x38,0xaa,0x29,0xe2,0x1e,0xfd,0x7b,0xb2,0xf7,0x73,0x6a,0x70,0x7b,0x3f,0x5d, + 0xe0,0x7e,0x1a,0xe2,0x7e,0x7c,0x79,0x70,0x8f,0x2a,0x5,0xae,0xfd,0x4a,0x82,0x73, + 0xef,0xe2,0x50,0xee,0xe3,0x82,0x1c,0xf7,0xae,0xd9,0x59,0x7d,0x7e,0x23,0xc4,0xfd, + 0x96,0x3d,0x5b,0xc,0xf3,0x35,0xee,0x5a,0xe0,0x5e,0x8b,0xe7,0x6b,0xf6,0x9e,0xe3, + 0xfe,0xc6,0x75,0x15,0xf7,0xbc,0x17,0x8f,0xe3,0xfe,0xbc,0x45,0x4f,0xe,0xc7,0x3d, + 0x9b,0xa7,0x49,0x3a,0x3f,0x26,0xd1,0xd1,0x8b,0xf7,0xb7,0x5f,0x5c,0x7,0xe8,0x1c, + 0x90,0x3e,0x2f,0x60,0xee,0xb,0xc8,0xfa,0x80,0x17,0xf1,0x5,0xa4,0x1d,0xb7,0x56, + 0x27,0x68,0xaf,0x46,0x48,0xcd,0xb,0xa8,0xaf,0x6b,0x36,0x43,0xe4,0x8f,0xd2,0x1, + 0xe9,0x7b,0x86,0xcc,0x67,0x89,0x19,0xe7,0xa,0x33,0x1d,0x30,0x4e,0x9f,0x25,0x46, + 0x3a,0xa0,0xc1,0xb0,0x7a,0xc,0xf7,0x3e,0x88,0x7b,0xdf,0xe9,0x95,0xc0,0x67,0x5a, + 0x45,0xf0,0x9a,0x50,0x1,0x3c,0x87,0x95,0x83,0x1a,0x3,0x4a,0x40,0xb5,0x5e,0x25, + 0xa1,0x5c,0x44,0x41,0x78,0x3b,0xe0,0xd,0xc8,0x5d,0x3d,0x1b,0xcb,0xe3,0xb9,0x36, + 0x41,0xff,0xfe,0xc7,0x18,0x43,0xaf,0xbd,0x8c,0xe5,0xdf,0x15,0xb1,0x7c,0x39,0x57, + 0xeb,0x26,0x9b,0xb3,0x23,0xfb,0x71,0x6e,0xdc,0x90,0x3a,0x9f,0x9f,0x7b,0xad,0x9d, + 0x91,0x73,0xe1,0xac,0x52,0xa3,0x6b,0x89,0x7b,0x47,0xf,0xee,0x3f,0x6f,0xa9,0x3a, + 0x40,0xab,0x11,0xb2,0xc2,0x1,0xcf,0x52,0x1f,0x60,0x4b,0x7,0x18,0x7d,0x1,0x63, + 0x9d,0xa0,0x35,0xe,0x30,0xf3,0x5,0xcc,0xe6,0x9,0xda,0x8b,0x7,0xfc,0x51,0xe7, + 0xd,0xda,0xaa,0x13,0xb4,0x88,0x7,0x90,0xe,0x98,0xad,0xd7,0x8,0xc9,0x78,0x40, + 0xfd,0xc8,0x10,0xf0,0x99,0x5a,0x9,0xbc,0x27,0x94,0x47,0xdc,0x97,0x82,0x1a,0x3, + 0x4b,0xa3,0xce,0x2f,0xe,0x95,0xbb,0x16,0x83,0x2,0xfe,0x39,0x39,0xee,0x59,0x1e, + 0xaf,0x3a,0x2c,0x58,0x3e,0x5f,0xa9,0xc9,0xbd,0x6b,0x61,0xe7,0x99,0xbe,0xbf,0x63, + 0x39,0x43,0x93,0xf7,0xde,0x4a,0xcc,0x53,0x5d,0xfe,0x15,0xd1,0x7f,0xcb,0xfd,0xfb, + 0xf3,0xe2,0x6c,0x2c,0x3e,0x57,0xef,0x14,0x3b,0xf3,0x9e,0x6a,0xf5,0x12,0x13,0xe3, + 0x98,0xbd,0x47,0x9d,0x5f,0x2a,0xb3,0xff,0x56,0x1d,0xeb,0x8f,0x59,0x7a,0x3c,0x40, + 0x8f,0x9,0x1a,0xe3,0x1,0xb2,0x46,0xc8,0x5a,0xbf,0xc0,0xb3,0xe8,0x0,0x99,0x17, + 0x30,0x8b,0x7,0x58,0x9b,0x1f,0xa0,0xd6,0x10,0xa8,0xbc,0x91,0xd1,0xfa,0x80,0x8c, + 0xd4,0x9,0x66,0xb4,0x3e,0x80,0x96,0xf1,0x7c,0x81,0x8c,0xc4,0x4,0x65,0xad,0xb0, + 0x3a,0x47,0x48,0xad,0x11,0x22,0xe,0x8,0xeb,0xeb,0xf,0xae,0xfd,0x8b,0x83,0x73, + 0xaf,0xa2,0x50,0xe5,0xb3,0x62,0x50,0x38,0xfc,0x4d,0xc8,0x25,0xec,0x7d,0xe9,0x90, + 0xe2,0x30,0x75,0xd1,0x54,0x2d,0x8e,0xcf,0x73,0x77,0x77,0xd9,0xcc,0xdc,0xbb,0x16, + 0x35,0xf9,0xbc,0x56,0x47,0xab,0xd7,0xc1,0x6d,0x19,0xd3,0xbb,0x24,0xe6,0x6d,0x9c, + 0x63,0x39,0x3c,0x3e,0x5f,0xeb,0x34,0xeb,0xbb,0x17,0x67,0xe0,0xa2,0xad,0x8f,0x4f, + 0x8b,0x8f,0x3f,0x3c,0x29,0x2e,0xee,0x50,0xa9,0xcc,0xfe,0xfb,0x74,0xac,0x3f,0x7e, + 0x59,0x72,0xc0,0x5c,0x8b,0xbc,0xc0,0xf1,0x63,0xc7,0x32,0xd4,0x33,0x94,0x51,0xe, + 0x90,0x7d,0xbc,0xd6,0x72,0x83,0xf6,0xe6,0x8,0x65,0x24,0x37,0x68,0xad,0x46,0xe8, + 0xe9,0x33,0xc4,0x3,0xc4,0x4d,0x3c,0x93,0x2f,0x60,0xe4,0x0,0x6b,0xb9,0x41,0xcb, + 0x9e,0x21,0x4b,0xe,0x8,0xe8,0x52,0x1b,0x8a,0x35,0xc9,0xd,0x79,0x11,0xf3,0xb9, + 0x6b,0x64,0x83,0x52,0x41,0xc5,0x61,0xe4,0xcc,0x11,0x90,0x82,0xf6,0x5a,0xf6,0xe0, + 0xf0,0x33,0x71,0x8c,0x67,0x5d,0x8b,0xf3,0xae,0xc5,0x3c,0xbd,0xeb,0xd7,0x55,0x7b, + 0x7f,0xd9,0xa2,0xef,0xfe,0x1c,0x8b,0xe5,0x1b,0x70,0x7f,0x34,0x51,0xe0,0xfe,0x48, + 0x14,0xe2,0xde,0xd1,0x93,0xf3,0x2f,0x5b,0xbd,0x7b,0xf5,0xcc,0x3b,0x78,0xe0,0x80, + 0x44,0x63,0x3c,0x40,0xe7,0x0,0xae,0x3,0x64,0xbf,0x80,0xb1,0x46,0xe8,0x79,0xe3, + 0x1,0xc6,0x1a,0x21,0x7b,0xbe,0x80,0x56,0x23,0x60,0x32,0x53,0x54,0xc6,0x3,0x8c, + 0xbd,0xc3,0x7f,0xf4,0x19,0x23,0xd6,0x66,0x8b,0xdb,0x3d,0x6b,0xec,0x5b,0x4b,0x1d, + 0xc0,0x7c,0x81,0x36,0xad,0xc1,0x25,0xb0,0xa,0xe4,0xf3,0xcc,0x1,0x5d,0x87,0x76, + 0x85,0x13,0xa7,0x8f,0x29,0xb5,0xb9,0x3c,0x8e,0xa7,0xdb,0xfb,0x9b,0xda,0x9c,0xd, + 0xfd,0x9c,0xc,0x19,0xd3,0xbb,0xa2,0xc5,0xf4,0xf4,0x5a,0xbd,0x64,0x86,0x7d,0xaa, + 0xd5,0x3b,0x2d,0xce,0xbe,0x26,0xdc,0xd3,0xac,0x1d,0xd4,0xf8,0x51,0xf1,0x7f,0xa1, + 0xf3,0xaf,0x1d,0xeb,0xcf,0x5f,0x7d,0xc,0x1c,0x60,0xac,0xf,0xb0,0x57,0x2b,0xfc, + 0xac,0x1c,0x60,0xa6,0x3,0xd4,0x78,0x80,0x59,0x6e,0x50,0xad,0xf,0xb0,0x36,0x57, + 0xd8,0x98,0x17,0x78,0x96,0xfa,0x80,0x17,0xe9,0x17,0x48,0x3f,0x4b,0x2c,0xf5,0x19, + 0x67,0x89,0xd,0xd4,0x38,0x60,0xca,0xcc,0x49,0x96,0x67,0xe0,0x69,0x71,0x7c,0xd5, + 0xde,0xdf,0xb4,0x62,0xef,0xa9,0x46,0x57,0xf6,0xdd,0x9f,0x17,0xb8,0x3f,0xc3,0x6b, + 0x74,0xb5,0x5a,0x3d,0xaa,0xcd,0x8f,0x63,0xb8,0x8f,0x8b,0x73,0xe0,0xde,0xb1,0xf8, + 0xea,0xf3,0x25,0x72,0xc0,0xa0,0x1,0x89,0x6a,0xdf,0xa0,0x96,0x1b,0x14,0x3a,0xe0, + 0x65,0xe7,0x6,0xd5,0x98,0xa0,0x2d,0x1d,0x60,0xe4,0x0,0x5b,0x79,0x1,0x5b,0x75, + 0x82,0xd6,0x66,0x89,0x31,0xec,0xbf,0xa4,0x39,0x42,0xea,0xfc,0x80,0x8c,0x73,0x0, + 0xef,0x17,0x90,0xbe,0xc0,0xa6,0x8d,0xeb,0xb5,0xb3,0x71,0x8c,0x3a,0x5f,0xc6,0xf6, + 0x74,0xdc,0x5f,0xb6,0x98,0x99,0xaf,0xe5,0xf0,0x58,0xee,0x9e,0xd7,0xe8,0xca,0xf3, + 0xb1,0x12,0x12,0x8e,0x50,0x2f,0xde,0x17,0xe,0x9d,0xef,0x58,0x66,0x4b,0x72,0x40, + 0x46,0x7a,0x86,0xcc,0xea,0x4,0xad,0x71,0x0,0x18,0x34,0xb3,0xb5,0xdc,0xa0,0x31, + 0x1e,0xc0,0xb8,0xc0,0xe0,0xb,0xa8,0x31,0x41,0x6b,0xbd,0xc3,0xc6,0x19,0x22,0xb6, + 0x72,0x83,0x2f,0x33,0x2f,0x60,0xac,0xf,0xb0,0x57,0x27,0xa8,0xd6,0xa,0x6b,0xe7, + 0xc,0x9,0x1d,0xb0,0x61,0xfd,0x3a,0x45,0xe7,0xdf,0x30,0xe8,0x7c,0x3e,0x33,0xff, + 0x8a,0x45,0xdf,0xbd,0x8e,0x7b,0x3a,0x2f,0x83,0xcd,0xd1,0xe5,0xf3,0x36,0x18,0xee, + 0x51,0xe3,0x47,0x64,0xf6,0xdf,0x97,0x63,0xfd,0xf5,0x97,0xca,0x1,0xc6,0xde,0x61, + 0x7b,0x31,0x41,0x6b,0xfd,0x2,0x19,0x8d,0x7,0x98,0x71,0x80,0xd9,0x4c,0x51,0x6b, + 0x3d,0x43,0xc6,0x3a,0x41,0xb3,0x19,0x22,0x7f,0x46,0x8d,0x90,0xac,0x13,0x34,0xeb, + 0x1d,0xd6,0x6a,0x84,0x2c,0x7a,0x87,0xbf,0x15,0xb9,0x41,0x59,0x27,0xc8,0x75,0xc0, + 0x86,0xf5,0x6b,0x95,0x19,0xba,0x42,0xeb,0xd3,0xcc,0x7c,0xd6,0x77,0x2f,0x73,0xf7, + 0xc6,0x1a,0x5d,0x9a,0xaf,0x75,0x4c,0xe0,0x3e,0x2e,0x5,0x75,0x7e,0x44,0x66,0xff, + 0x4d,0x39,0xd6,0xdf,0x6b,0xe9,0x1c,0x30,0x36,0x43,0x7d,0x83,0xc4,0x1,0x2f,0x43, + 0x7,0x98,0x71,0x80,0xb5,0x9e,0xa1,0x8c,0xcc,0x14,0x35,0xd3,0x1,0x7f,0xd6,0xb9, + 0xc3,0xf6,0x72,0x83,0xea,0x2c,0x31,0xc6,0x1,0x5a,0x7d,0x80,0xda,0x3b,0xdc,0x6, + 0xd6,0xad,0xfd,0x49,0xcc,0xd4,0xbb,0x22,0xce,0xca,0x10,0xf3,0xb5,0xce,0x9f,0x67, + 0x73,0x76,0xe4,0x1c,0x5d,0x5e,0xb3,0x73,0x14,0x8e,0xb2,0x1a,0xdd,0x38,0xc7,0xcc, + 0xd,0xc7,0x7a,0xa1,0xc5,0xf2,0x2,0x4a,0x3c,0xc0,0xda,0x3c,0x41,0x35,0x2f,0x60, + 0x8f,0x3,0x18,0x56,0x9e,0x43,0x7,0x64,0xf4,0x7c,0x81,0x8c,0xcc,0x16,0xff,0x23, + 0x67,0x8a,0x5a,0xeb,0x17,0x90,0x67,0x8c,0xd8,0xf3,0x5,0xcc,0xce,0x1d,0x26,0x5f, + 0x80,0xae,0xb1,0xfe,0x5b,0x96,0xbb,0x3f,0xa7,0x9c,0x89,0x77,0x92,0x9d,0x79,0x4f, + 0xb8,0x4f,0xa4,0x1a,0x5d,0xde,0x93,0x13,0x91,0xd9,0x7f,0x3b,0x8e,0xf5,0xcf,0x58, + 0xc4,0x1,0xa8,0x47,0x77,0x66,0x74,0x9e,0xe0,0xb3,0xcc,0xf,0x78,0x96,0x79,0x82, + 0x6a,0x1e,0xc0,0x6c,0x96,0x98,0x96,0x1b,0x30,0x99,0x2b,0x6c,0xac,0x15,0xce,0x8, + 0x7,0xbc,0xe8,0xfc,0x0,0x79,0xd6,0x58,0x46,0x6b,0x84,0xcc,0x66,0x88,0x18,0xf3, + 0x2,0x2b,0x57,0x2c,0xd7,0xce,0xc6,0x62,0x67,0xe2,0xc9,0xb3,0x30,0x51,0xe7,0xa3, + 0x6f,0x8f,0xb8,0x3f,0x1c,0x90,0xd9,0x7f,0x2f,0x8e,0xf5,0xcf,0x5c,0x43,0x87,0xc, + 0x8e,0x31,0x8d,0x7,0x18,0x38,0xe0,0x65,0xd4,0x8,0x65,0xa4,0x3e,0xc0,0x5a,0x9d, + 0xb0,0x59,0x6e,0xd0,0x5a,0x8d,0xd0,0x1f,0x95,0x1b,0x34,0xd6,0x7,0x98,0xe5,0x5, + 0xd4,0x1a,0x21,0xe3,0x3c,0x41,0xb5,0x46,0x68,0x82,0x56,0x23,0xd4,0x85,0xf9,0x2, + 0xcb,0x97,0x2d,0x61,0xb8,0x67,0xf6,0x3e,0x21,0x4e,0xe0,0xfe,0x50,0x40,0x66,0xff, + 0x7d,0x38,0xd6,0x3f,0x7f,0x11,0x7,0x18,0x75,0x80,0x3a,0x4f,0xd0,0xd8,0x3b,0x9c, + 0x91,0x98,0xe0,0xb3,0xc6,0x3,0xe4,0x36,0xeb,0x1b,0x34,0xce,0x10,0xb1,0x56,0x23, + 0xf4,0x67,0xfb,0x2,0x66,0x73,0x85,0x6d,0xcd,0x11,0x92,0xf1,0x0,0xcb,0xbe,0xc1, + 0x1,0xa2,0x67,0xa8,0xd,0xfb,0xba,0x3,0xf7,0x8e,0x95,0x19,0x6b,0xe8,0x90,0x41, + 0x31,0xc6,0x59,0x62,0xd6,0xf2,0x2,0x2f,0x23,0x1e,0x60,0xad,0x67,0xc8,0x9a,0x2f, + 0xa0,0x69,0x1,0x93,0x98,0xe0,0xb3,0x9e,0x31,0xa2,0xd5,0x2b,0x8,0xe,0x90,0xef, + 0xf3,0x45,0x73,0x83,0xc6,0x39,0x42,0x66,0xf3,0x3,0x78,0xad,0xf0,0xea,0x74,0xf1, + 0x0,0x99,0x17,0x68,0xdb,0xba,0x55,0x44,0x66,0xff,0x2d,0x38,0xd6,0xbf,0x73,0xa9, + 0xbe,0x80,0xb5,0x1a,0x21,0x6b,0xb5,0xc2,0x2f,0x63,0xa6,0xa8,0x35,0x1d,0x60,0xea, + 0xf,0x58,0x89,0x7,0xfc,0x99,0xe7,0xc,0x59,0xd7,0x1,0xb6,0x63,0x82,0x6a,0xbf, + 0x80,0x3a,0x3f,0x80,0xcd,0x15,0x6e,0xe3,0xe0,0x0,0xc7,0xca,0xbc,0x25,0x7d,0x1, + 0x23,0x7,0x3c,0xef,0x5c,0xe1,0x67,0xd1,0x1,0xd6,0x66,0x8a,0x5a,0xf3,0x5,0xcc, + 0x74,0x80,0xca,0x1,0x66,0x67,0x8c,0xd8,0x3c,0x67,0xc8,0x44,0x7,0x8,0xb0,0xdb, + 0xe4,0x0,0x5b,0x31,0x41,0xe3,0x5c,0x61,0x75,0x8e,0x90,0xda,0x37,0x68,0xc2,0x1, + 0x31,0x99,0xfd,0xb7,0xe0,0x58,0xff,0xce,0x45,0xbe,0x80,0xc5,0x19,0x23,0x86,0xf3, + 0x5,0x9e,0xa7,0x3e,0x40,0xe5,0x80,0xff,0x93,0x79,0xb4,0x67,0xcc,0xd,0x3e,0x4b, + 0x9d,0xa0,0xb5,0x33,0x47,0x9f,0x45,0x7,0x58,0xd4,0xa,0x5b,0x59,0xcf,0x3b,0x57, + 0x58,0x9d,0x21,0x62,0x11,0xf,0x18,0x38,0x40,0x9b,0x25,0xd6,0xb6,0x8d,0x83,0x3, + 0x1c,0x2b,0x73,0x96,0xf4,0x5,0xcc,0xe7,0xa,0xdb,0x3f,0x63,0xe4,0x79,0x38,0xc0, + 0xda,0x1c,0x21,0xa3,0xf,0x60,0x6b,0xb6,0xb8,0xad,0xf9,0x1,0x32,0x2f,0x90,0x91, + 0x73,0x87,0x9f,0x65,0xa6,0x28,0x2d,0x33,0x5f,0x40,0xaf,0xf,0xc8,0x48,0xbf,0x0, + 0xaf,0x13,0x9c,0x30,0x76,0x2c,0xc,0xd6,0x66,0x88,0xb4,0x21,0x2d,0xe0,0xe0,0x0, + 0xc7,0xca,0x94,0x15,0x39,0x78,0xf0,0x24,0xb3,0x1a,0x21,0x63,0xcf,0xd0,0xcb,0xac, + 0x13,0xb4,0xd6,0x2f,0x60,0x36,0x3b,0x20,0x23,0x33,0x44,0xd4,0xde,0x61,0x89,0xf9, + 0x67,0x8d,0x7,0x64,0xb4,0x67,0x48,0xce,0x4a,0x7d,0x9e,0xb9,0xc2,0xb2,0x5f,0x60, + 0xf6,0xac,0x99,0x30,0x6e,0xec,0x18,0xe4,0x0,0xbd,0x46,0xc8,0xa1,0x3,0x1c,0x2b, + 0xb3,0xd6,0xb0,0xa8,0xc8,0x8,0x33,0x1d,0x60,0xc6,0x1,0xcf,0x13,0x13,0xfc,0x3f, + 0x99,0x4b,0xb7,0x31,0x3f,0xc0,0x5a,0x8d,0xd0,0xaf,0x26,0x33,0x45,0x9f,0xf5,0x9c, + 0xa1,0x67,0x8d,0x7,0x3c,0x4f,0xbf,0x40,0x86,0xce,0x1e,0x47,0x1f,0x6b,0xf5,0xaa, + 0x95,0xe8,0xb,0x2c,0x82,0x39,0xb3,0xd,0x1c,0xc0,0x74,0x80,0x83,0x3,0x1c,0x2b, + 0x73,0x96,0xe4,0x0,0x8b,0xdc,0xa0,0x49,0x9d,0xe0,0xb3,0xf4,0xc,0x99,0xe9,0x0, + 0x6b,0x35,0x42,0xc6,0x98,0x80,0xb5,0xbc,0x80,0xb5,0x78,0x80,0xda,0x33,0xf4,0x22, + 0x79,0x81,0x67,0xed,0x1d,0xce,0xf0,0x2c,0xb1,0x84,0x38,0xd8,0xbb,0x67,0xf,0x6c, + 0xd9,0xb2,0x19,0x75,0xc0,0x4a,0xf8,0x76,0xf1,0x22,0xa6,0x3,0xa8,0x4e,0xd0,0xe1, + 0xb,0x38,0xd6,0x5f,0x61,0x7d,0xa5,0xe8,0x80,0xf4,0x35,0x42,0xe6,0x79,0x1,0x5b, + 0xe7,0xe,0x33,0xac,0xbc,0xe0,0x1c,0x21,0xe3,0xc,0x11,0x7b,0xfd,0x2,0xc6,0x9e, + 0x21,0x6b,0xf1,0x0,0x63,0x7d,0xc0,0xcb,0xee,0x19,0xb2,0x88,0x7,0x9c,0x3b,0x7, + 0x49,0x49,0x49,0x10,0x1f,0x17,0xc7,0x7c,0x1,0x23,0x7,0x68,0x3a,0x40,0xd4,0x7, + 0x7c,0xd4,0xba,0xa5,0x83,0x3,0x1c,0x2b,0x53,0x16,0x71,0x80,0xf5,0x7e,0x81,0x33, + 0x36,0x67,0x89,0x65,0xf4,0x8c,0x91,0xa7,0xcf,0xc0,0x1,0x2a,0xee,0x9f,0xa5,0x67, + 0xc8,0x5e,0x6e,0xd0,0x38,0x43,0xe4,0x65,0xcf,0xf,0xd0,0x74,0x0,0x72,0xc0,0xa5, + 0x4b,0x97,0xe0,0x9c,0xe0,0x0,0x63,0x3c,0xc0,0x82,0x3,0x6,0xf6,0xe7,0x67,0x8f, + 0xb7,0x6e,0x85,0x1c,0xe0,0xf0,0x5,0x1c,0x2b,0x73,0xd6,0x57,0x51,0x43,0x23,0x5e, + 0x64,0xb6,0xf8,0x8b,0xcc,0x15,0xce,0xa8,0xe,0x30,0xe6,0x6,0x25,0xee,0xed,0x9d, + 0x2f,0x90,0x91,0xbc,0xc0,0xb3,0xcc,0x15,0xb6,0xc9,0x1,0xc8,0x91,0x34,0x7,0xe8, + 0xc6,0x8d,0x1b,0x8c,0x37,0x55,0xe,0x90,0xbe,0x0,0xc5,0x3,0x74,0xe,0x18,0x8d, + 0x1c,0x30,0x0,0xba,0x77,0xed,0x42,0xb1,0x0,0x87,0xe,0x70,0xac,0x4c,0x5b,0x52, + 0x7,0xbc,0x4c,0xe,0x80,0x67,0xa8,0x13,0xcc,0xc8,0x3c,0x41,0x5b,0xf1,0x80,0xe7, + 0x9d,0x2d,0x2e,0x6d,0xbf,0x16,0xf,0x78,0xde,0xde,0x61,0xb,0x1d,0x70,0x87,0xf9, + 0x2,0xaa,0xe,0x90,0xbe,0xc0,0xd6,0xad,0x9b,0xb5,0x98,0x60,0x3a,0x1d,0xd0,0xc6, + 0xe1,0xb,0x38,0x56,0xe6,0xad,0xaf,0x4c,0xf2,0x2,0x7f,0x94,0xe,0xb0,0xe7,0xb, + 0x98,0xd5,0xa,0xaa,0x3a,0xc0,0x58,0x2b,0x6c,0x16,0x13,0x34,0xf3,0x5,0xec,0x9d, + 0x2f,0xf0,0x5c,0xbe,0x0,0xbe,0xe,0xab,0x6f,0xc0,0xf7,0xf2,0x8,0x9f,0x4b,0x5a, + 0xda,0x7d,0x8b,0x3a,0x41,0x9d,0x3,0x8e,0xc0,0x9e,0x3d,0xbb,0xd9,0x73,0x95,0xbe, + 0x80,0xcc,0xb,0xc,0x12,0x35,0x42,0xe,0xe,0x70,0xac,0xcc,0x5c,0xe4,0xb,0x4c, + 0x9c,0x30,0x3e,0xcd,0x38,0x5b,0xdc,0x2c,0x2f,0x60,0x16,0xf,0x30,0xc3,0x49,0x46, + 0x7a,0x87,0xed,0xcd,0x11,0xb2,0xc8,0x9,0xda,0xe0,0x80,0xe7,0xc9,0xd,0x4a,0xdc, + 0x3f,0x1f,0x7,0x3c,0xd5,0xfa,0x91,0xe9,0x67,0x3f,0xc6,0xf7,0xa5,0x73,0xc0,0x1d, + 0x85,0x3,0x92,0x21,0xe9,0xc4,0x9,0x88,0x3b,0x82,0x1c,0xb0,0x9b,0x73,0x0,0xd7, + 0x1,0x54,0x1f,0x30,0x3,0xc6,0x8e,0x19,0xa5,0x73,0x40,0x6b,0x87,0x2f,0xe0,0x58, + 0x99,0xb7,0x46,0xe,0x1f,0xee,0x1a,0xad,0x70,0x80,0xbd,0x73,0x87,0x5f,0xf6,0x39, + 0x43,0x6a,0x8d,0x80,0xb5,0x5a,0x61,0x7b,0xbe,0x80,0xbd,0xf3,0x6,0x8d,0x3a,0x40, + 0xad,0x5d,0xc8,0x68,0x9d,0xa0,0x51,0x3,0x58,0xe5,0x0,0x8a,0x7,0xa0,0x2f,0x70, + 0xf6,0xec,0x59,0xa6,0x3,0x2c,0x38,0x60,0xe5,0xa,0x58,0xbc,0xe8,0x1b,0x98,0x35, + 0x93,0x38,0x60,0x34,0xc,0x1a,0xd0,0xf,0xba,0x75,0xe9,0x24,0x38,0xe0,0x43,0x7, + 0x7,0x38,0x56,0xa6,0x2c,0xe2,0x80,0x89,0x13,0xc6,0xa5,0xa9,0xe7,0xb,0x18,0xf3, + 0x2,0x2f,0x8b,0x3,0x32,0x32,0x57,0x58,0x9d,0x29,0x9a,0x51,0xe,0xb0,0xd5,0x2f, + 0x60,0x6d,0x86,0x8,0x7b,0xef,0x19,0xd1,0x1,0x4a,0xdd,0x80,0xd6,0x2f,0x24,0xe6, + 0x87,0xc8,0x98,0xa0,0xe4,0x0,0x3a,0x3,0x84,0x62,0x82,0x29,0x29,0x29,0xe9,0x38, + 0x60,0xf3,0xe6,0x4d,0xa8,0x3,0x56,0xa0,0x2f,0xa0,0x70,0x40,0xff,0x7e,0xd0,0xbd, + 0x4b,0x67,0xe4,0x80,0x96,0xd0,0xa6,0x95,0x83,0x3,0x1c,0x2b,0x73,0x16,0xe7,0x0, + 0x4b,0x5f,0x40,0xaf,0x15,0x3e,0x93,0xae,0x46,0x48,0xad,0x15,0xb6,0x77,0xc6,0x8, + 0xe3,0x81,0xe7,0x88,0x7,0x18,0x39,0xc0,0xa2,0x56,0xd8,0x46,0x3c,0xc0,0xda,0x6c, + 0xf1,0xe7,0x8a,0x7,0x28,0xd8,0x57,0x39,0x40,0xea,0x0,0xd9,0xff,0x48,0x3a,0x80, + 0x9e,0xb,0x9d,0xf9,0x4d,0x67,0x3,0x10,0x7,0x5c,0x62,0x3a,0x20,0x19,0x4e,0x1c, + 0x3f,0xce,0x62,0x82,0x94,0x17,0xd8,0xbc,0x69,0x13,0xac,0x5a,0xf9,0x23,0x2c,0xfa, + 0xe6,0x1b,0xee,0xb,0x8c,0x1e,0x5,0x3,0x7,0xf4,0x47,0x1d,0xd0,0x99,0xfc,0x0, + 0x7,0x7,0x38,0x56,0xa6,0xad,0x51,0xa,0x7,0xd8,0xaa,0x11,0x7a,0x59,0xf3,0x3, + 0x32,0x72,0xee,0xb0,0xe9,0xc,0x91,0x5f,0xd3,0x9f,0x3b,0x6c,0xaf,0x46,0xe8,0x79, + 0x6a,0x85,0x8d,0x39,0x2,0x95,0xe7,0x8c,0x3a,0x80,0xbd,0x77,0xcd,0x17,0xb8,0xc7, + 0x73,0x83,0xd7,0xaf,0xc3,0x25,0xd4,0x1,0xc9,0xc9,0x9c,0x3,0xe2,0x8e,0x1c,0x86, + 0xbd,0xa8,0x3,0x36,0x6d,0xda,0xc8,0x38,0x60,0xf1,0x37,0xb,0x51,0x7,0x4c,0x87, + 0x31,0xa3,0x47,0xc2,0xc0,0x7e,0x7d,0xa1,0x6b,0xe7,0x8e,0x9c,0x3,0x5a,0x3a,0xe2, + 0x1,0x8e,0x95,0x39,0x4b,0xea,0x0,0x6b,0xf3,0x3,0xd4,0x73,0x87,0x5f,0xe6,0x5c, + 0x61,0x6b,0xe7,0xe,0x5b,0x9b,0x23,0x64,0x16,0x13,0x7c,0x96,0x39,0x42,0x12,0xf7, + 0xd6,0x74,0xc0,0xff,0xfd,0xdf,0xef,0xa6,0x9a,0xc0,0x4c,0x7,0xa8,0x71,0xd,0xea, + 0x19,0x7c,0x24,0x74,0x0,0x9d,0xf,0x74,0x1d,0x39,0x20,0x45,0xe1,0x80,0x23,0x87, + 0xf,0xc3,0xee,0x5d,0xbb,0x50,0x7,0x6c,0x40,0xe,0x58,0xc1,0x38,0x60,0xe6,0xf4, + 0xa9,0xc8,0x1,0xa8,0x3,0xd0,0x17,0x20,0xe,0x68,0xd3,0xaa,0x15,0xb4,0xfe,0xf0, + 0x3,0x7,0x7,0x38,0x56,0xa6,0xac,0x51,0x23,0x46,0xb8,0x46,0x4f,0xb4,0xd4,0x1, + 0x66,0x73,0x84,0x5e,0x34,0x1e,0x60,0xd6,0x2f,0xc0,0x3e,0x5a,0xf1,0x5,0x9e,0xa5, + 0x3e,0xc0,0xda,0x3c,0xc1,0x8c,0xd4,0x8,0x19,0xcf,0x1d,0x93,0xef,0x5f,0xbb,0x17, + 0xb9,0x55,0x3f,0x40,0xf6,0xb,0x31,0x1d,0xf0,0x33,0x3c,0x7c,0xf0,0x80,0xd5,0x9, + 0xd3,0xd9,0xdf,0x74,0xf6,0x67,0xca,0xc5,0x8b,0x9c,0x3,0x4e,0x9c,0x40,0xe,0x38, + 0x4,0xbb,0x62,0x63,0x61,0xe3,0xc6,0xd,0xf8,0x7c,0x97,0xc3,0xa2,0x85,0x31,0x30, + 0x73,0xc6,0x34,0x18,0x33,0x6a,0x4,0xf4,0x47,0x1d,0x40,0x31,0xc1,0xd6,0x2d,0x3f, + 0x84,0x56,0xe,0xe,0x70,0xac,0x4c,0x5a,0xd2,0x17,0x58,0x60,0xa5,0x56,0xd8,0xde, + 0x4c,0x51,0xb3,0xf8,0xf9,0xb3,0xe6,0x5,0xec,0x9d,0x3b,0x6c,0xe4,0x80,0x8c,0x9c, + 0x2f,0xa0,0x9e,0x77,0x6e,0xc6,0x1,0x19,0x3d,0x77,0xec,0x7f,0xff,0xd3,0xbf,0xae, + 0xe5,0x4,0x64,0xbf,0x10,0xc5,0x2,0x58,0xcf,0xe0,0x43,0x7c,0x3e,0xa9,0xec,0x9c, + 0xb0,0x6b,0xd7,0xae,0x31,0xe,0x38,0x8b,0x1c,0x70,0x1c,0x75,0xc0,0xe1,0x43,0x87, + 0x50,0x7,0xec,0x84,0x8d,0x1b,0x38,0x7,0x7c,0x23,0x38,0x60,0xf4,0xa8,0x91,0x30, + 0x0,0x39,0xa0,0x4b,0x27,0xd4,0x1,0xc8,0x1,0xad,0x3f,0x6c,0xe1,0xe0,0x0,0xc7, + 0xca,0x94,0x45,0xbe,0xc0,0xa4,0xe8,0x9,0x29,0xb6,0xea,0x4,0xad,0xc5,0x4,0x5f, + 0x64,0x86,0x88,0x59,0x6e,0xd0,0x18,0x13,0x54,0xe7,0x7,0xa8,0xf3,0x4,0x6d,0x71, + 0x80,0x69,0x6e,0x50,0xe1,0x80,0xdf,0x7f,0xcf,0xe8,0x6c,0x41,0xd5,0x4f,0x50,0x39, + 0x80,0xdf,0x87,0x7c,0xef,0x6c,0x9e,0x68,0x5a,0x9a,0xd0,0x1,0xc8,0x1,0x57,0xaf, + 0xc2,0x45,0xe4,0x80,0x33,0x67,0x4e,0xb3,0x67,0x78,0xe8,0xe0,0x41,0x88,0xdd,0x49, + 0x1c,0xb0,0x1e,0x9f,0xef,0x32,0xe4,0x80,0x5,0x30,0x7d,0xda,0x54,0x18,0x3d,0x92, + 0x74,0x40,0x6f,0xc6,0x1,0xad,0x5b,0x7e,0x80,0x3a,0xc0,0xc1,0x1,0x8e,0x95,0x39, + 0x6b,0xec,0x98,0x51,0x79,0x27,0x47,0x47,0x27,0x5a,0x3b,0x63,0x44,0x8d,0x7,0xfc, + 0x91,0x75,0x82,0xd6,0x38,0xc0,0x18,0x13,0x54,0x71,0x9f,0x91,0x3a,0xc1,0xdf,0xd, + 0x3a,0xc4,0x7e,0x7c,0xf0,0x77,0x43,0x9c,0x40,0xaf,0x27,0xd2,0xfc,0x0,0x99,0x13, + 0x10,0xb1,0x0,0x7a,0x36,0xf7,0x58,0xdf,0xf0,0x4d,0xb8,0x4a,0x1c,0x70,0xe1,0x2, + 0x9c,0x3e,0x7d,0x1a,0x8e,0x1e,0x4d,0x14,0x1c,0xb0,0x83,0x9d,0x29,0x4a,0x79,0x97, + 0x85,0xb,0xe6,0x23,0x7,0x4c,0x86,0x51,0x23,0x87,0x43,0xbf,0x3e,0xc4,0x1,0x1d, + 0x18,0x7,0xb4,0xfc,0xe0,0x3d,0x7,0x7,0x38,0x56,0xa6,0xac,0x31,0xa3,0x47,0xe6, + 0x9d,0x3c,0x71,0x62,0xa2,0x79,0x8d,0x90,0xf5,0x33,0x47,0x9f,0xb5,0x4e,0xd0,0xda, + 0x3c,0x41,0x95,0x7,0xec,0xd5,0x8,0x3d,0xeb,0x5c,0x61,0x19,0xbf,0xcf,0xe8,0x2c, + 0x1,0x6b,0xb1,0x42,0xf9,0x75,0xc9,0x1,0xda,0x1c,0x34,0xe2,0x0,0xf4,0x3,0xd2, + 0x44,0xbf,0x10,0xd5,0x8,0x12,0x7,0xd0,0x59,0x61,0xa7,0x4f,0x9d,0x82,0xc4,0xc4, + 0x78,0xc6,0x1,0x3b,0x77,0x6c,0x87,0xf5,0xeb,0xd6,0xc1,0xf2,0x65,0x4b,0x21,0x6, + 0x39,0x60,0xda,0xd4,0x29,0x30,0x7a,0x4,0x71,0xc0,0x97,0xd0,0xb9,0x23,0x72,0xc0, + 0x87,0xef,0x23,0x7,0xbc,0xef,0xe0,0x0,0xc7,0xca,0x94,0x25,0x75,0x80,0xbd,0xf3, + 0x6,0x5f,0x24,0x26,0x68,0x36,0x47,0x48,0xe5,0x0,0x6b,0xe7,0xc,0xd9,0x8b,0x9, + 0xaa,0x79,0x1,0x6b,0xb5,0xc2,0x5a,0xae,0xd0,0x6a,0xbd,0x90,0xb5,0x33,0xc8,0x74, + 0x4e,0xd0,0xce,0x15,0x12,0xaf,0xf3,0x84,0xd5,0x6,0xf1,0xba,0x46,0x8a,0x5,0xa4, + 0xe1,0xb3,0xa1,0xda,0x0,0x3a,0x2b,0x9c,0xcf,0xf,0x39,0xb,0xa7,0xd8,0xfc,0x90, + 0x4,0x38,0x78,0xe0,0x0,0x72,0xc0,0x36,0xc6,0x1,0xcb,0x96,0x2e,0x41,0xe,0x98, + 0x87,0x1c,0x30,0x19,0x46,0xe,0x1f,0x6,0x7d,0x91,0x3,0x3a,0x75,0x68,0x4f,0x7e, + 0x0,0x7c,0xf8,0xc1,0x7b,0x51,0x99,0xfd,0xb7,0xe0,0x58,0xff,0xce,0x45,0x3a,0x60, + 0x92,0xd0,0x1,0xd6,0xce,0x1b,0x34,0xd6,0x7,0xd8,0x9a,0x21,0xf2,0x3c,0xbe,0x80, + 0x31,0x3f,0xc8,0xbe,0x66,0xa5,0x46,0x88,0xc5,0x3,0x4c,0x74,0x80,0xac,0xf,0x30, + 0xf2,0xc1,0x7f,0xc,0x39,0x82,0xa7,0x6a,0x5c,0xc0,0x54,0x13,0x58,0xea,0x3,0xf6, + 0x6f,0xb,0x3f,0x80,0xc7,0x32,0x78,0x3c,0xf0,0x11,0xe3,0x0,0x8a,0x5,0xc8,0x1a, + 0x41,0xde,0x2b,0x70,0x16,0x4e,0x8a,0xbe,0x61,0x7a,0x96,0xdb,0xb7,0x6d,0x83,0x75, + 0x6b,0xd7,0xc2,0xd2,0x25,0x3f,0xb0,0xde,0xac,0x29,0x93,0x27,0x21,0x7,0xc,0x87, + 0x3e,0x5f,0xf6,0x42,0xe,0xf8,0x18,0x35,0x40,0x8b,0x94,0xcc,0xfe,0x3b,0x70,0xac, + 0x7f,0xef,0x32,0xc6,0x3,0xd4,0x3a,0x41,0xea,0x7b,0xb1,0x55,0x23,0x64,0xaf,0x4e, + 0x30,0x23,0xbe,0x80,0xe9,0xfc,0x0,0x93,0xb9,0xc2,0xc6,0x1a,0x21,0xb3,0x98,0xa0, + 0x59,0x8e,0xe0,0x3f,0x26,0xbe,0x80,0x35,0xbf,0xc0,0x4c,0x1f,0xc8,0xad,0xc5,0x1, + 0x94,0xf7,0xfd,0xb3,0x88,0x5,0x50,0xbf,0xe0,0x6d,0xd4,0x4a,0x37,0x6e,0x5c,0xd7, + 0x6a,0x4,0xa9,0x5f,0x88,0x6a,0x4,0xd9,0x5c,0xf1,0xad,0x5b,0x61,0xed,0xda,0x9f, + 0x60,0xc9,0xf,0xdf,0xc3,0x82,0x79,0x5f,0xc3,0xe4,0x49,0xd1,0x30,0x62,0xf8,0x57, + 0xc8,0x1,0x3d,0xa1,0xe3,0x27,0x1f,0x43,0xbb,0x8f,0x5a,0x95,0xca,0xec,0xbf,0x3, + 0xc7,0xfa,0xf7,0xae,0x31,0xa3,0x47,0x31,0x1d,0xb0,0xc0,0x4e,0xbf,0x80,0x1a,0xf, + 0x78,0xd9,0x3a,0xc0,0x18,0x13,0xb4,0x75,0xce,0x90,0x3a,0x57,0x58,0xe6,0xe8,0x55, + 0xbf,0x40,0xf5,0x5,0xfe,0x63,0x98,0x2b,0x64,0xc6,0x7,0xbf,0xa7,0xe3,0x3,0x4b, + 0x6e,0xd0,0x3f,0xff,0x8f,0xe6,0x77,0x90,0x1f,0xf0,0x58,0xc4,0x2,0xc8,0x47,0xa2, + 0x5e,0x21,0x8a,0x7,0x5e,0xbf,0x76,0xd,0x2e,0x5e,0xbc,0x0,0xc9,0xc9,0xa7,0xb5, + 0x9e,0x41,0x76,0xc6,0xd0,0xd6,0xcd,0xb0,0x76,0xcd,0x6a,0xc6,0x1,0xf3,0xbe,0x9e, + 0x83,0x1c,0x30,0x11,0x86,0x7d,0x15,0x9,0xbd,0x7b,0x7d,0x41,0x35,0x42,0x5f,0x64, + 0xf6,0xdf,0x80,0x63,0xfd,0xbb,0x17,0x71,0x80,0x8c,0x7,0xd8,0x3a,0x7b,0xfc,0x65, + 0xe6,0x5,0x9e,0xe5,0xac,0x31,0xb3,0x33,0x47,0x8d,0x33,0x49,0x6d,0xd5,0xb,0x19, + 0x35,0x81,0xa6,0x3,0xac,0xf4,0x14,0x68,0x9f,0x2b,0x7a,0x41,0xfe,0xbf,0x27,0x4f, + 0xb8,0x16,0x79,0xfc,0xf8,0x17,0xf6,0x2c,0xa8,0x36,0x88,0x38,0x80,0xfc,0x80,0x5b, + 0xb7,0x6e,0xc0,0xb5,0xab,0x57,0x18,0x7,0x9c,0x39,0x7d,0x5a,0xd4,0x8,0x1e,0x82, + 0x3d,0xbb,0x77,0xe1,0x33,0xa5,0x7e,0x21,0x7e,0xb6,0xc0,0xdc,0xaf,0x67,0xc3,0xa4, + 0xe8,0x9,0xf0,0x55,0x54,0x24,0xf4,0xed,0xd3,0xdb,0x11,0x7,0x74,0xac,0x4c,0x5f, + 0x2c,0x2f,0x10,0x3d,0x71,0xa7,0xca,0x1,0x66,0x67,0x8e,0xfe,0x11,0xb3,0xc4,0x9e, + 0xfc,0x96,0xbe,0x6f,0xc8,0x76,0xdf,0xa0,0x65,0xdd,0xb0,0xad,0xf9,0xa2,0x12,0xf7, + 0x4f,0xd2,0xf9,0x5,0xc6,0x38,0x41,0x7a,0x6e,0xf8,0xdd,0x80,0xfd,0xff,0xfe,0x57, + 0xf4,0x39,0xfe,0xc6,0xdf,0xcb,0x2f,0xbf,0xfc,0xcc,0x34,0x0,0xaf,0xf,0xbc,0x7, + 0x77,0x6e,0xcb,0x78,0xe0,0x65,0xb8,0x70,0xfe,0x3c,0x9c,0x3e,0x7d,0xa,0x39,0x34, + 0x11,0xe,0x1d,0x3a,0x8,0xbb,0x77,0xc5,0xe2,0x33,0xdd,0xc8,0xfa,0x86,0xbf,0x5b, + 0xcc,0xcf,0x1b,0x9d,0x38,0x61,0x3c,0x71,0x80,0x23,0x6,0xe0,0x58,0x7f,0x99,0x35, + 0x65,0xd2,0xa4,0x98,0x8c,0xd4,0x8,0x65,0xa4,0x5f,0xe0,0xb9,0x62,0x82,0x86,0x33, + 0x46,0xd2,0xcf,0x13,0x14,0xbe,0x42,0x46,0x62,0x3,0x86,0x7e,0x42,0x35,0x3e,0xa0, + 0xc5,0xe,0x45,0x6c,0x4f,0xfa,0x7,0x7c,0x3f,0x51,0x3e,0xff,0x4d,0xfc,0x1f,0x51, + 0x87,0xf0,0x44,0xbc,0xdf,0xdf,0x1e,0xeb,0xb1,0x40,0xc4,0x7f,0xda,0xfd,0x7b,0x7a, + 0x2c,0xe0,0xfa,0x55,0x36,0x37,0x80,0x62,0x28,0xa7,0xc4,0x39,0x83,0x94,0x13,0x90, + 0xf5,0x41,0xd4,0x2f,0x44,0x7d,0xc3,0x73,0x66,0xcd,0x84,0x9,0xe3,0xc7,0x40,0x66, + 0xff,0xce,0x1d,0xcb,0xb1,0xd4,0x25,0x39,0xc0,0xda,0xc,0x11,0x6b,0xb9,0xc1,0x17, + 0x89,0x9,0xda,0x3a,0x73,0xd4,0xac,0x46,0x88,0xfd,0x5b,0xe6,0x7,0x4c,0x38,0xc0, + 0xac,0x7e,0x50,0xd6,0xf2,0x68,0x35,0x45,0x4a,0xee,0xc0,0x8c,0x1b,0xd4,0xcf,0x55, + 0xec,0xab,0x3e,0x0,0xbd,0x47,0xa9,0x1,0xee,0xdf,0xe3,0xbd,0x82,0xb7,0x85,0x1f, + 0x90,0x92,0xc2,0x6b,0x84,0x4f,0x9d,0x3c,0x81,0x1c,0x10,0x87,0x7a,0x6a,0x1f,0xab, + 0xd,0xd8,0xb8,0x61,0x1d,0xab,0x11,0x5c,0xbc,0x68,0x21,0xcc,0x9a,0x31,0x1d,0x7d, + 0x81,0x89,0x1,0x99,0xfd,0x3b,0x77,0x2c,0xc7,0x52,0x17,0x71,0x0,0xcb,0xb,0xa4, + 0x3b,0x6b,0x2c,0xfd,0xc,0x91,0xe7,0xed,0x1b,0x34,0x9b,0x25,0xa6,0xf6,0xd,0x5a, + 0xce,0x11,0x32,0xaf,0x13,0x78,0x6c,0x3a,0x57,0xcc,0xda,0xcc,0x71,0xa1,0xf,0xb4, + 0x9f,0xa7,0xcc,0x1c,0x50,0xb8,0x81,0x6c,0xbd,0xf6,0x3d,0x4f,0xd4,0xcf,0x9f,0x68, + 0xdf,0xc3,0x7c,0x10,0xd4,0x22,0x8f,0xf1,0xbd,0xb1,0xfe,0x0,0xa1,0x1,0xee,0xa5, + 0xa6,0x72,0x3f,0xe0,0x6,0xfa,0x1,0x97,0x2f,0xb1,0xfa,0xc0,0xe4,0x33,0x67,0xe0, + 0xc4,0xf1,0xa3,0x10,0x1f,0x77,0x18,0xf6,0xed,0xdd,0x3,0xdb,0xb7,0x6d,0x85,0xf5, + 0x6b,0xd7,0xc0,0x8f,0xcb,0x96,0xc1,0xc2,0x98,0x5,0x30,0x77,0xf6,0xac,0x80,0xcc, + 0xfe,0x7d,0x3b,0x96,0x63,0x19,0x97,0xaa,0x3,0xd8,0x3c,0xc1,0xc,0xcc,0x12,0xb3, + 0x75,0xce,0xd0,0xf3,0xe8,0x0,0xce,0x1,0x8f,0x34,0x1e,0x30,0x9b,0x25,0xa0,0xfa, + 0x2,0x56,0xe7,0xb,0xfd,0xaa,0x9f,0x4b,0x2a,0xf5,0xbb,0xe6,0x2f,0xb0,0x9f,0xfd, + 0xab,0x8e,0x6f,0x91,0x5f,0xd0,0xf5,0x84,0xae,0x2f,0x98,0xe6,0x10,0xfc,0x22,0x7f, + 0x3e,0x8b,0x3,0x3e,0x7c,0xc0,0x66,0x6,0xe9,0x1a,0x80,0xf7,0xa,0x92,0x1f,0x40, + 0xb5,0x41,0x54,0x1f,0x48,0xb1,0x0,0x8a,0x7,0xee,0xdb,0xb3,0x9b,0x3d,0xcf,0x75, + 0x6b,0x57,0xb3,0xda,0x80,0x45,0xb,0x63,0xa2,0x32,0xfb,0x77,0xed,0x58,0x8e,0x65, + 0xb6,0xa6,0x4a,0x1d,0x60,0xe3,0xec,0x71,0x6b,0x31,0x41,0xb3,0xf5,0xac,0x75,0x82, + 0x12,0xe7,0xf4,0xfa,0xb4,0xad,0xf5,0xf,0x3e,0x56,0x6a,0x87,0x8c,0x9a,0xc0,0xac, + 0xb7,0xf0,0x57,0xc5,0x4f,0xf8,0x55,0xf5,0x1f,0x34,0xe,0x7a,0xac,0x61,0x9d,0x7f, + 0x5d,0x8f,0x39,0x3c,0x96,0xfe,0xc9,0x2f,0xdc,0xf6,0x53,0x5f,0xc0,0xa3,0x47,0xf, + 0x84,0x6,0xe0,0xf9,0x40,0xc2,0x3f,0xc5,0x2,0x35,0x3f,0x0,0x75,0x13,0xd5,0x6, + 0x51,0x2c,0xe0,0xd0,0xc1,0x3,0xb0,0x67,0x77,0x2c,0x6c,0xd9,0xb4,0x89,0xcd,0x13, + 0x5e,0xbe,0x74,0x69,0x54,0x66,0xff,0x9e,0x1d,0xcb,0xb1,0xac,0xad,0x29,0xa,0x7, + 0xfc,0x19,0xb3,0xc5,0xb5,0x79,0x82,0x86,0x58,0x0,0x6d,0x95,0x3,0x2c,0x78,0x80, + 0x3e,0x57,0x6b,0xa,0xa5,0x1e,0x10,0xb8,0xff,0xd5,0xa0,0x11,0x7e,0x93,0x76,0x5c, + 0xc9,0x29,0x68,0x9c,0x21,0x39,0x41,0x62,0xfd,0xb1,0xe4,0x95,0x5f,0x58,0x1f,0x20, + 0xe1,0x5e,0x62,0x9f,0xf1,0xd2,0xcf,0xdc,0xfe,0xf3,0x5c,0xe0,0x3d,0x5e,0x17,0x28, + 0x7c,0x0,0xd2,0x0,0xe4,0x7,0x50,0x3e,0x20,0xf9,0xcc,0x29,0x56,0x17,0x90,0x18, + 0x7f,0x4,0xe,0x1e,0xd8,0x7,0xb1,0x3b,0xb6,0xc3,0xe6,0x8d,0x1b,0x61,0xcd,0x4f, + 0xab,0xa2,0x32,0xfb,0x77,0xec,0x58,0x8e,0x65,0x6b,0x69,0x79,0x1,0x65,0x9e,0xa0, + 0xad,0xbe,0xc1,0x67,0xa9,0x11,0x32,0xf6,0xe,0xcb,0x59,0x62,0xbf,0x1a,0x34,0x80, + 0xc4,0xbf,0x51,0x7,0xb0,0x8f,0xf2,0x73,0x55,0x13,0xa8,0xf3,0x86,0x8,0xd7,0x16, + 0xdc,0xf0,0x8b,0x5,0xbe,0xd5,0x9c,0x82,0x8a,0x75,0xf9,0x9a,0xc,0xf3,0xe2,0x67, + 0x10,0xde,0xe5,0xfb,0x78,0xf4,0xe8,0x21,0xc3,0x3e,0xc5,0x0,0x1f,0x3c,0xb8,0x2f, + 0xec,0xff,0x5d,0xd6,0x1b,0x40,0x67,0x8a,0xdd,0xb8,0x71,0xd,0xae,0xa2,0x6,0xb8, + 0x84,0x1a,0xe0,0xfc,0xb9,0x64,0xf4,0x3,0x92,0x74,0x3f,0x60,0xef,0x2e,0xd8,0xb1, + 0x6d,0x2b,0x6c,0xda,0xb0,0x3e,0x2a,0xb3,0x7f,0xbf,0x8e,0xe5,0x58,0xf6,0xd6,0x54, + 0x24,0x1,0xf3,0xb9,0xc2,0x2f,0x7e,0xce,0x90,0x5,0x7,0x28,0x33,0x0,0x7f,0x35, + 0xe0,0xdf,0x4c,0x3,0xa4,0xd3,0x4,0x6a,0xdc,0x50,0xe3,0x81,0x9f,0x2d,0xb8,0xc1, + 0xf8,0x39,0xff,0xb7,0xf8,0x5e,0x81,0x75,0x69,0xe3,0x59,0xfc,0x41,0xf8,0x20,0xbf, + 0x48,0xbd,0x8f,0x78,0x67,0xfb,0xd1,0x3,0x2d,0xfe,0x4f,0xf3,0x1,0x8,0xff,0x64, + 0xff,0x53,0x29,0x6,0x70,0xfb,0x26,0x6a,0x80,0xeb,0x70,0xfd,0xda,0x55,0xe4,0x48, + 0xa1,0x1,0x92,0x4f,0xa3,0x1f,0x70,0xc,0x8e,0xb2,0x5e,0xc1,0x3,0xb0,0x17,0xfd, + 0x80,0x1d,0xdb,0xb7,0x46,0x65,0xf6,0xef,0xd6,0xb1,0x1c,0x2b,0x23,0x6b,0xfa,0xd4, + 0xa9,0x11,0xb,0xe6,0xcf,0xb3,0x59,0x1f,0xf0,0x22,0x7d,0x83,0x9a,0x1f,0xa0,0xcc, + 0xde,0x90,0x3a,0x40,0xe5,0x0,0x99,0x77,0x93,0x98,0x54,0x39,0x80,0x7d,0xae,0xe4, + 0xf,0x2d,0x7c,0x85,0xc7,0x2a,0x4f,0x58,0xc6,0x11,0x7e,0xd6,0xec,0x3b,0x61,0xff, + 0x91,0x5,0xde,0x7f,0xfe,0xf9,0xa1,0xb0,0xf5,0xf4,0x33,0x1f,0x30,0x9b,0x4f,0x67, + 0x86,0x11,0xe6,0xa5,0xdf,0xcf,0xe2,0x7f,0xf7,0x53,0x59,0xe,0x80,0xec,0xff,0xed, + 0x5b,0x37,0x59,0x5f,0xc0,0xf5,0x6b,0x57,0xe0,0xea,0x95,0x4b,0x90,0x72,0xf1,0x3c, + 0x9c,0x3b,0x7b,0x6,0xce,0x9c,0x3e,0x29,0xf2,0x1,0x47,0xe0,0xc0,0xbe,0xbd,0x14, + 0xb,0x88,0xca,0xec,0xdf,0xab,0x63,0x39,0x56,0x46,0x17,0x71,0x80,0x3a,0x3f,0xc0, + 0xda,0x39,0x43,0xcf,0x3c,0x47,0x48,0xc6,0x2,0x94,0x3e,0x5e,0x6b,0x1c,0xf0,0xb3, + 0x62,0x83,0xcd,0xfc,0x2,0x8d,0x3,0xc4,0xd7,0x39,0xb6,0x1f,0x29,0xdc,0x20,0x78, + 0x43,0xf9,0xff,0x2a,0x97,0x48,0x1b,0x2f,0x7f,0x8e,0xf4,0xef,0xd9,0x7e,0x68,0x89, + 0xfb,0x7,0x69,0xf7,0x58,0xdc,0x9f,0xd9,0x7d,0xa6,0xfd,0xef,0xc0,0xdd,0x3b,0xbc, + 0x27,0x80,0x62,0x80,0x64,0xff,0x9,0xff,0x97,0x52,0x2e,0xa0,0x6,0x38,0x7,0xc9, + 0x67,0x48,0x3,0x1c,0x87,0xa3,0x9,0xf1,0x70,0xf8,0xd0,0x41,0xe4,0x80,0x3d,0x51, + 0x99,0xfd,0x3b,0x75,0x2c,0xc7,0x7a,0x96,0x25,0x39,0xc0,0xd8,0x37,0xf8,0xbc,0x1c, + 0xa0,0xce,0xde,0x7b,0x2a,0xcf,0xe3,0x90,0xb5,0x39,0x4a,0x1e,0x5f,0xcd,0x7,0xa8, + 0x1a,0x40,0xe5,0x3,0x1d,0xcb,0x1c,0xc7,0xe9,0xf1,0xfd,0x50,0xc7,0x3d,0xd3,0xf0, + 0xaa,0x9e,0x97,0xdf,0xff,0x40,0xd3,0xf6,0xdc,0xb7,0xe7,0xfa,0xfe,0x1,0xda,0x78, + 0xf2,0xf3,0xd9,0x47,0x91,0xef,0x63,0xd8,0x47,0xdc,0xdf,0xbb,0xc7,0xb1,0x4f,0xbd, + 0x0,0xb4,0xa9,0xe,0xe8,0xc6,0xf5,0x6b,0x2,0xff,0x97,0xe1,0xd2,0xa5,0x14,0xb8, + 0x78,0xe1,0x3c,0x9c,0x45,0x1f,0xe0,0xd4,0xc9,0x24,0xd4,0x0,0x89,0xa8,0x1,0xe, + 0xc1,0xc1,0x3,0xfb,0xa3,0x32,0xfb,0xf7,0xe9,0x58,0x8e,0xf5,0xac,0x8b,0xfb,0x2, + 0xe6,0x73,0x85,0xed,0x9d,0x33,0x64,0x20,0x0,0x6d,0x1e,0x9f,0x7a,0x26,0x97,0xde, + 0x73,0xf3,0xc4,0x6a,0x8f,0x80,0xc4,0x36,0xd9,0x62,0xab,0x5c,0xf0,0xf3,0x43,0xb, + 0x7c,0x1b,0xff,0x1f,0xc7,0xfa,0x23,0xc6,0x5,0xaa,0x8d,0x7f,0x48,0xfa,0x9e,0x6d, + 0xfa,0x1a,0xd7,0xf7,0x74,0x1e,0x0,0xd9,0x7c,0x89,0xfb,0xfb,0xf7,0x38,0xee,0x99, + 0xdd,0x47,0xcc,0x93,0xee,0xbf,0x83,0xdc,0x47,0xf9,0xbf,0x5b,0x37,0x25,0xfe,0xaf, + 0xc0,0x15,0x7c,0x1e,0x64,0xff,0x9,0xff,0xe7,0xf0,0xf9,0x90,0xf,0x90,0x74,0xfc, + 0x18,0x24,0x26,0x1c,0xa1,0xba,0xa0,0x80,0xcc,0xfe,0x5d,0x3a,0x96,0x63,0x3d,0xcf, + 0x9a,0x31,0x6d,0x5a,0x7a,0x1d,0x90,0xc1,0x59,0x62,0xf2,0x5c,0x1e,0x75,0x6,0xbf, + 0x19,0x7,0x18,0xe3,0x1,0x8f,0xd,0xf1,0x40,0x19,0x7f,0xd3,0x70,0xad,0xfc,0xfb, + 0x91,0x88,0xcd,0x3f,0x14,0x9f,0x73,0x6c,0x3f,0xe4,0x76,0xdf,0x62,0xa7,0x69,0x36, + 0x5e,0xc6,0xf2,0x64,0x3c,0x9f,0x3e,0xd7,0xec,0xfc,0x3d,0xee,0xdf,0x33,0xdc,0x93, + 0x9f,0x7f,0xe7,0xe,0xc3,0x3d,0xb7,0xf7,0xb7,0x98,0xcf,0xcf,0xb1,0x7f,0x9d,0x61, + 0x9f,0x36,0xd5,0x0,0x5c,0xb9,0x9c,0xc2,0x72,0x0,0x17,0x2e,0x9c,0x85,0xf3,0x2c, + 0x6,0x40,0xb9,0xc0,0xe3,0x70,0x2c,0x31,0x1e,0x12,0xe2,0xe,0x5,0x64,0xf6,0xef, + 0xd1,0xb1,0x1c,0xeb,0x79,0x97,0xea,0xb,0x58,0xf6,0xd,0xda,0x9a,0x21,0xf2,0x5f, + 0xcb,0x99,0xfc,0xea,0x99,0x7c,0xe2,0xeb,0x2a,0x7,0x3c,0x51,0xfa,0x85,0x65,0x3c, + 0xe0,0xf1,0x2f,0x96,0xbe,0x3b,0xc3,0xfc,0x83,0x7,0xa,0xa6,0x15,0x9f,0x1d,0xed, + 0xb8,0xf6,0x75,0xc1,0x1,0x8f,0x1e,0xa8,0xd7,0x15,0x1b,0x4f,0xb1,0xbc,0xfb,0xf7, + 0x34,0x5b,0x9f,0x46,0x31,0xbd,0x7b,0x84,0xf9,0x54,0xa6,0xf3,0x53,0xef,0xca,0xcd, + 0xfd,0x7c,0xca,0xf5,0xab,0xb8,0xa7,0x98,0x3f,0x6d,0x8e,0xfd,0xcb,0xcc,0xf7,0xbf, + 0x8c,0xda,0x9f,0xe2,0x7f,0x17,0xce,0x9f,0x85,0x73,0xc9,0x1c,0xff,0x27,0x4f,0x1c, + 0xc3,0xe7,0x94,0xe0,0xe8,0xff,0x71,0xac,0xbf,0xfd,0x32,0xc6,0x4,0xed,0xcf,0x13, + 0x7c,0xc2,0x7d,0x7d,0x1b,0x1c,0x20,0xe7,0x70,0xcb,0x59,0x9f,0x2a,0x7,0x18,0xfd, + 0x0,0x89,0xed,0x87,0x9a,0xd,0x4f,0x13,0xfe,0x7a,0x1a,0xb7,0xed,0xc2,0xae,0x3f, + 0xb4,0xf0,0xe3,0xf1,0xdf,0x22,0x67,0x27,0xe3,0x78,0xf,0xee,0xdf,0xd7,0x30,0x7f, + 0x9f,0x61,0x9e,0x6b,0x7c,0x1d,0xf3,0xe6,0xb8,0xa7,0x5a,0x1f,0x4b,0xdc,0x5f,0xd1, + 0xb0,0x4f,0xf5,0x3f,0x64,0xfb,0x53,0x50,0xfb,0x9f,0x3f,0xc7,0xf1,0x7f,0xfa,0xd4, + 0x49,0x96,0x7,0x3c,0x71,0x34,0x31,0x31,0xb3,0x7f,0x77,0x8e,0xe5,0x58,0x2f,0x63, + 0x11,0x7,0xc4,0xcc,0x9f,0x97,0xa6,0xd5,0xa,0x9b,0x70,0x0,0xd9,0x57,0xf2,0xc1, + 0x7f,0x15,0x35,0xf6,0xf6,0x38,0x40,0xce,0xe3,0x90,0xb3,0x3a,0x64,0x8d,0xbe,0x56, + 0x13,0x20,0xf3,0x1,0xa,0xfe,0x1f,0x2a,0x79,0xb9,0x7,0x69,0xba,0x86,0xd7,0xb1, + 0x2d,0xfe,0x4d,0x71,0x7b,0xfa,0x5c,0x7c,0x8d,0x3e,0x4f,0xd3,0xe2,0x79,0xa9,0xc, + 0xeb,0xec,0x23,0xd9,0x7c,0xa1,0xf3,0x25,0xee,0xef,0xdc,0x96,0xf6,0xfe,0x26,0xf3, + 0xf3,0x65,0x9e,0xff,0x6,0xe1,0x5e,0xe4,0xfb,0xae,0x5e,0x56,0xb0,0x2f,0x6d,0x3f, + 0x6a,0x22,0x8a,0xff,0x9f,0x3e,0x99,0xc4,0xf4,0xff,0xf1,0x63,0x89,0x8e,0xf9,0x1f, + 0x8e,0xf5,0x8f,0x59,0xb3,0x66,0x4e,0x77,0x8d,0x59,0xa0,0x73,0x80,0x65,0x7d,0xc0, + 0x25,0x86,0x19,0x9a,0x95,0x41,0x58,0x25,0x3f,0xfe,0x3f,0x62,0x46,0x67,0x7a,0xe, + 0xb0,0x3c,0xd3,0x4f,0x72,0x80,0x36,0x37,0xc8,0xa0,0x3,0xd4,0x38,0x80,0x6e,0xe3, + 0xef,0x69,0x5a,0xfe,0x81,0x9,0x7,0x10,0xce,0xd3,0x84,0x4f,0xcf,0xed,0x7c,0xaa, + 0xe6,0xdf,0xdf,0x4b,0xbd,0xc3,0xea,0xf8,0x53,0xef,0xde,0x86,0xd4,0xdb,0xb7,0x2d, + 0xec,0x3d,0xc7,0xfc,0x4d,0x61,0xef,0x79,0x8c,0xef,0xc6,0x35,0x1e,0xe7,0xa3,0x5a, + 0x3f,0x8a,0xf5,0x13,0xee,0x2f,0x5f,0xba,0x8,0x97,0x2e,0x5e,0x40,0xec,0x9f,0x63, + 0xd8,0x3f,0x8f,0xcf,0x80,0x62,0xff,0x67,0x4e,0x27,0x21,0xfe,0x4f,0xb0,0xf8,0x3f, + 0xe2,0x3f,0x22,0xb3,0x7f,0x67,0x8e,0xe5,0x58,0x2f,0x73,0x49,0xe,0xd0,0xfa,0x6, + 0x45,0x7d,0x40,0x72,0x32,0xef,0x1d,0x96,0xbe,0x80,0xe4,0x80,0xf4,0x3a,0xc0,0xf2, + 0x2c,0x1e,0x7d,0x2e,0x97,0xa1,0x3f,0x40,0x9c,0xcb,0x21,0xf3,0xf8,0x52,0x3,0x48, + 0xdd,0x9f,0x66,0xc0,0xfa,0xfd,0xd4,0x54,0xcb,0x8f,0x32,0x7e,0x2f,0x6c,0xbd,0xd4, + 0xf5,0xfa,0xe7,0xb7,0x79,0x6c,0x4f,0xb1,0xf7,0x84,0x77,0xee,0xe3,0xeb,0xb9,0x3d, + 0xda,0xd7,0x2c,0x70,0x9f,0x22,0x6c,0x3e,0xc5,0xfb,0x11,0xfb,0xe7,0x24,0xf6,0x4f, + 0xb1,0xb8,0xff,0x99,0x53,0x49,0xc2,0xf7,0x4f,0x84,0x63,0x89,0x9,0x79,0x33,0xfb, + 0xf7,0xe5,0x58,0x8e,0xf5,0xb2,0xd7,0xcc,0x19,0x3a,0x7,0xd0,0xec,0x3b,0xd2,0x1, + 0xe8,0xea,0xb2,0xfa,0x57,0xe2,0x0,0x3a,0x3b,0x43,0x72,0x80,0xf4,0x5,0xd4,0xb9, + 0xdb,0xc6,0xf3,0xb8,0xd4,0x59,0xfc,0xb2,0x3e,0xf8,0x57,0x43,0x2e,0x40,0xcf,0xe3, + 0x4b,0xfc,0xeb,0x5a,0x5e,0xc3,0x7b,0x2a,0x8f,0xe1,0xdd,0x63,0xda,0xfe,0xe,0xc7, + 0xbe,0x86,0x79,0xae,0xf3,0xef,0xdc,0xbe,0xc5,0xce,0xfb,0x65,0x98,0xbf,0xc9,0x71, + 0x7f,0x5b,0xd3,0xf9,0x37,0xd8,0x9c,0x4f,0x89,0x7d,0xf2,0xf1,0xaf,0x31,0xdc,0x5f, + 0x66,0xb8,0xbf,0xac,0xe1,0xfe,0x3c,0x5c,0x24,0x9b,0x7f,0x2e,0x99,0xf9,0xfb,0x67, + 0xcf,0x9c,0x66,0xd8,0x27,0xdd,0x7f,0x12,0x75,0x7f,0xd2,0x89,0xa3,0xc8,0x89,0xf1, + 0xe,0xdf,0xdf,0xb1,0xfe,0xb1,0x4b,0xd3,0x1,0xcb,0x96,0xc1,0xe6,0x4d,0x9b,0xd8, + 0x2c,0x5c,0x23,0x7,0xa8,0xbe,0xc0,0x13,0x31,0x8f,0x4b,0xd5,0x2,0xff,0x27,0xce, + 0xe8,0xfb,0xdd,0x4a,0xaf,0xb0,0xec,0xe1,0x33,0xd6,0x4,0xea,0x5a,0x3f,0x95,0x61, + 0x5e,0xf3,0xe5,0xd1,0xae,0xdf,0x13,0xf6,0x5d,0xda,0xf9,0x3b,0xc2,0xaf,0xbf,0x4b, + 0xfa,0x9e,0xb0,0x2f,0x3e,0x32,0xad,0xcf,0xec,0xfd,0x4d,0x6e,0xef,0xaf,0x5d,0xb3, + 0x88,0xed,0x5d,0xbb,0x22,0x6c,0x3e,0x62,0xfe,0x72,0xca,0x5,0x66,0xf3,0x39,0xee, + 0xc9,0xe6,0x27,0xb3,0x5a,0x5f,0xb2,0xf9,0xc9,0x67,0x4e,0xb2,0x78,0xdf,0xa9,0x93, + 0xc7,0x19,0xf6,0x49,0xf7,0x23,0xf6,0x69,0x47,0x64,0xf6,0xef,0xc8,0xb1,0x1c,0xeb, + 0x8f,0x5c,0xb3,0x66,0x4c,0x73,0x5d,0x30,0x7f,0x6e,0x9a,0xcc,0xb,0x10,0x7,0x48, + 0x5f,0x80,0xe6,0xe5,0x6b,0xbe,0x0,0x62,0xf7,0xb1,0xe8,0xd7,0xb7,0xe4,0x0,0xfd, + 0x3c,0x1e,0x95,0x3,0xf4,0xba,0xc0,0xc7,0xa2,0x67,0x87,0xf7,0xef,0xc8,0x3c,0xa0, + 0xae,0xff,0x45,0xfc,0x5e,0xb5,0xf1,0x42,0xe7,0xcb,0x7d,0x47,0x8b,0xe9,0xdd,0x66, + 0x3d,0x3b,0x1c,0xfb,0x37,0x44,0xff,0x1e,0xe9,0xfc,0xeb,0x6c,0x53,0x2f,0xaf,0xd4, + 0xfa,0x64,0xef,0xaf,0x5c,0x11,0x3e,0xbe,0x88,0xef,0x11,0xf6,0xa9,0xbe,0x97,0xb4, + 0xfe,0x39,0xe4,0x38,0xea,0xf7,0x95,0xbe,0xfe,0xa9,0xa4,0x13,0xac,0xde,0xe7,0xc4, + 0xb1,0x4,0x96,0xf3,0x4b,0x4c,0x38,0x92,0x96,0x18,0x7f,0xc4,0xa1,0xfd,0x1d,0xeb, + 0x1f,0xbf,0x66,0x4c,0x9f,0xe6,0x3a,0x7f,0x1e,0xe7,0x0,0x55,0x7,0xc8,0x59,0x62, + 0xb7,0x14,0x1d,0x40,0x38,0xd6,0x39,0x40,0xe7,0x1,0xe9,0x1b,0xc8,0x99,0xfd,0x52, + 0x3,0x58,0xc4,0x0,0x95,0x38,0xa0,0xec,0xcd,0x61,0xfd,0x78,0xa9,0x5c,0xeb,0xdf, + 0x15,0x18,0x97,0xb8,0x67,0x38,0xbf,0x2d,0xea,0x76,0x6e,0xdf,0xd2,0x6c,0xfe,0x6d, + 0x25,0xb6,0x77,0x93,0x61,0xff,0x2a,0x8b,0xed,0x5d,0xbf,0x2a,0xb1,0x7f,0x89,0xd5, + 0xf3,0xe8,0xd8,0xbf,0x0,0x17,0x2e,0x9c,0xd3,0xe2,0xfb,0x67,0x45,0x7e,0xff,0xc, + 0xb3,0xf9,0x27,0x98,0xcd,0x3f,0x89,0x7a,0xff,0x4,0xfa,0xfb,0x47,0x13,0xe2,0x20, + 0x31,0xfe,0x30,0xd5,0xfc,0x38,0xe2,0xfe,0x8e,0xf5,0xaf,0x59,0x92,0x3,0x96,0xb, + 0x5f,0x40,0x8b,0x7,0x9c,0xe1,0x3a,0xe0,0xa6,0x81,0x3,0x9e,0xc8,0xb3,0x3c,0x34, + 0x2d,0x60,0x3c,0x8f,0xc7,0xb2,0x1e,0x20,0x7d,0x5f,0x10,0xaf,0xdd,0x95,0xfe,0x3f, + 0x69,0x7e,0x8a,0xe5,0xdd,0x16,0x1c,0x70,0x47,0xc6,0xf5,0x44,0xad,0xae,0xb4,0xf7, + 0x2c,0xb6,0x87,0x1a,0x9f,0xe3,0x1e,0x7d,0x7c,0xd2,0xfa,0x57,0xae,0x70,0xcd,0x8f, + 0x5a,0xff,0x2a,0xe1,0x9e,0x62,0x7c,0xa4,0xf7,0xd1,0xe6,0x33,0xec,0x23,0xee,0x75, + 0xbd,0x7f,0x9a,0x63,0x9f,0xfc,0xfc,0xa4,0xe3,0x2c,0xc7,0x77,0x82,0xc7,0xf9,0x70, + 0xc7,0x21,0xee,0x8f,0x40,0xfc,0xe1,0x43,0x10,0x77,0xf8,0x40,0xa9,0xcc,0xfe,0x9d, + 0x38,0x96,0x63,0xfd,0x99,0x6b,0x26,0xfa,0x2,0x31,0xf3,0xe7,0xa7,0x48,0x1d,0xb0, + 0x7f,0xdf,0x1e,0x36,0xf,0xeb,0xcc,0x99,0xd3,0x8c,0x3,0x48,0x6b,0xa7,0x22,0x56, + 0xa9,0xf6,0xfe,0x67,0xe5,0xcc,0x41,0x9a,0xcd,0xaf,0x9e,0xd1,0xf5,0xbb,0xc9,0xcc, + 0xc0,0x5f,0x1f,0x5b,0xce,0x7,0xe1,0xb9,0xc0,0x34,0x2d,0xf6,0x7f,0x4f,0xcb,0xe1, + 0xf3,0xf8,0xde,0x2d,0x43,0x5c,0x8f,0xc7,0xf4,0x75,0xdc,0x53,0x1e,0x5f,0xda,0xfb, + 0x6b,0x2c,0x97,0x9f,0xc2,0x63,0xfb,0x29,0x29,0xac,0x8e,0x9f,0x6a,0x79,0x2e,0xa, + 0x9b,0xaf,0xc7,0xf8,0x4e,0x31,0xec,0x53,0x8c,0x8f,0xec,0xfe,0x9,0x86,0xfd,0xa3, + 0x70,0xfc,0x28,0xea,0xfd,0xf8,0x38,0x88,0x3f,0x42,0xb8,0x3f,0x8,0x47,0xe,0xed, + 0x77,0xd8,0x7e,0xc7,0xfa,0x57,0xae,0x39,0xb3,0x67,0xe6,0x8d,0x59,0x30,0x2f,0x51, + 0x72,0xc0,0xde,0x3d,0x96,0x1c,0x70,0x53,0x72,0x0,0xfa,0xf0,0x92,0x3,0x2c,0xb4, + 0x80,0xd0,0x3,0x16,0x67,0x88,0x68,0xf5,0xc0,0xbf,0x58,0xf4,0x3,0xc9,0x99,0xdc, + 0x3c,0x9f,0x9f,0xca,0xf5,0x3f,0xe1,0x5f,0x68,0x7c,0x15,0xf7,0x32,0xa6,0x7f,0x43, + 0xd3,0xf9,0x97,0x59,0xfd,0x8e,0xac,0xe1,0xd1,0x72,0x7a,0x88,0xfb,0x94,0xb,0xe7, + 0x75,0xdc,0x8b,0xbc,0x1e,0xc5,0xf8,0x92,0x59,0x7c,0xff,0x38,0xaf,0xeb,0x3b,0x7e, + 0x94,0xf9,0xfa,0x54,0xdf,0xcf,0xb1,0x7f,0x98,0x6c,0x3e,0x1c,0x3a,0xb0,0x37,0xed, + 0xf0,0xc1,0x7d,0xe,0xbf,0xdf,0xb1,0xfe,0xb5,0x8b,0x38,0x60,0xc1,0xfc,0x79,0x89, + 0xe4,0xb,0x50,0x4c,0x90,0x38,0x80,0x7c,0x1,0x3a,0x33,0xeb,0xe2,0xc5,0x8b,0x4c, + 0x7,0xdc,0x45,0xbd,0xce,0x38,0x40,0xc4,0x5,0x69,0xe,0xf7,0x7f,0x14,0x1e,0xd0, + 0xfb,0x83,0x2d,0x67,0xf9,0xc9,0xde,0x60,0x59,0xb,0x24,0x67,0x72,0x33,0xff,0x5f, + 0xeb,0xd3,0xb9,0xa9,0xd5,0xeb,0xca,0x3c,0xde,0xd,0xca,0xe3,0xb,0x7b,0xcf,0x71, + 0xcf,0x73,0xf9,0x57,0x84,0x8f,0xcf,0xb4,0x3e,0xda,0x7b,0x8a,0xed,0x13,0xee,0x79, + 0x8c,0xef,0xc,0xab,0xe5,0xe3,0xb8,0x17,0x31,0x3e,0xe6,0xe7,0x93,0xcd,0x4f,0x14, + 0xd8,0x3f,0x8c,0xd8,0x67,0x36,0x9f,0xb0,0x4f,0xf3,0x3e,0x1c,0xe7,0xfd,0x39,0xd6, + 0xbf,0x7e,0x49,0xe,0x50,0x75,0x0,0x71,0xc0,0x69,0xe4,0x80,0x14,0xd4,0xd8,0x14, + 0x6f,0x27,0xe,0x48,0xd3,0x72,0x3,0xbf,0x68,0xb3,0xba,0xf5,0x73,0xbc,0xf4,0x18, + 0x0,0x9f,0xdf,0xf7,0xb3,0xd6,0xdf,0xaf,0xd7,0x1,0xc9,0x1a,0x80,0x3b,0xac,0x8e, + 0x8f,0xc7,0xfa,0x44,0x2e,0x1f,0x7f,0x6,0xe1,0xfd,0xfa,0x95,0x2b,0x8a,0xbd,0xbf, + 0xcc,0x62,0x7b,0x84,0x7b,0xca,0xe5,0x4b,0x9b,0x4f,0xb9,0x7c,0xe6,0xe7,0xb,0xdc, + 0x93,0x9f,0x9f,0x8c,0x5a,0x3f,0xf9,0x74,0x12,0xeb,0xe5,0x67,0x39,0xfd,0xe3,0xbc, + 0x9f,0xe7,0x38,0xe2,0x9e,0xfb,0xfa,0xcc,0xcf,0xd7,0xb0,0x7f,0x70,0xff,0x9e,0x9d, + 0x99,0xfd,0xdc,0x1d,0xcb,0xb1,0xfe,0x2a,0x4b,0xe7,0x80,0x65,0xb0,0x69,0xe3,0x46, + 0xcd,0x17,0xa0,0x73,0xf3,0x52,0x50,0x7,0x5c,0x67,0x1c,0x70,0x9b,0xf5,0xe1,0x3d, + 0x14,0x71,0x41,0x39,0xb7,0x9b,0xf4,0x0,0xf7,0xb,0x7e,0x13,0x67,0xf2,0xfe,0x6a, + 0xe8,0x7,0x7a,0xa0,0xd4,0xf8,0xa7,0x6a,0x75,0x3e,0x7a,0xcd,0xfe,0x75,0x86,0x7f, + 0x8a,0xeb,0x5f,0x4b,0x87,0xfb,0xb,0x4a,0xfd,0x1e,0xcf,0xe9,0x51,0xd,0x9f,0x8c, + 0xef,0x91,0x9f,0x9f,0x2c,0x6a,0x79,0x4e,0x27,0x9d,0x60,0xb5,0x7c,0xd2,0xcf,0xa7, + 0x99,0x3e,0x22,0xbe,0xaf,0x61,0xff,0xe0,0x7e,0xb4,0xfb,0x7b,0x77,0xa5,0x1d,0xd8, + 0xb7,0xbb,0x54,0x66,0x3f,0x73,0xc7,0x72,0xac,0xbf,0xd2,0x9a,0x33,0x6b,0x46,0xde, + 0xf9,0xf3,0xe6,0x32,0x5f,0x80,0x73,0xc0,0x6e,0xc4,0x4f,0x3c,0x72,0xc0,0x49,0xe6, + 0xb,0x5c,0x43,0x4d,0x4e,0x3e,0x3b,0xd9,0x70,0x19,0x13,0xb0,0x98,0xd3,0xcf,0xb6, + 0x7e,0x1e,0x97,0xa6,0xff,0x1f,0x3d,0xd0,0xfa,0x7f,0x64,0xc,0x40,0xe6,0xff,0x78, + 0x1d,0x2f,0xef,0xd7,0x21,0xcd,0xcf,0x7a,0xf4,0x54,0x7b,0x2f,0xea,0x76,0x2f,0x9e, + 0xd7,0x6b,0x77,0xcf,0x8b,0x1a,0x3e,0xb2,0xf9,0x54,0xcb,0x73,0x3a,0x49,0xd6,0xf2, + 0x1c,0x85,0xa4,0x63,0x42,0xeb,0x27,0x1c,0x61,0xb8,0x8f,0x67,0x31,0xbe,0x3,0xdc, + 0xe6,0xef,0xdb,0x3,0xfb,0xf7,0xed,0x86,0x7d,0x7b,0x62,0x9b,0x66,0xf6,0xb3,0x76, + 0x2c,0xc7,0xfa,0x2b,0xae,0xd9,0x33,0x67,0x30,0x1d,0xb0,0x6c,0xe9,0x12,0xd8,0xb8, + 0x61,0x3,0xec,0xd9,0xbd,0x1b,0x12,0xe2,0xe3,0xe0,0xd4,0x29,0xc1,0x1,0xd7,0xae, + 0xf1,0x59,0x42,0x88,0x63,0xca,0xe9,0xc9,0x59,0x9e,0x9a,0xdf,0x2f,0x3e,0x3e,0x56, + 0x7c,0x0,0x5d,0xff,0x73,0xfc,0xeb,0x3d,0xbb,0x37,0xc5,0x5c,0x3e,0x91,0xd7,0x67, + 0xfe,0xfe,0x65,0xd1,0x9f,0xcf,0xe7,0xf3,0x5d,0x3c,0x7f,0x5e,0xc3,0x3d,0x8b,0xef, + 0xa1,0xbd,0x3f,0xcb,0xf2,0xf9,0x49,0x3c,0xb6,0x8f,0xf6,0x3e,0x49,0xda,0x7c,0xca, + 0xeb,0x1d,0xd5,0xfd,0x7c,0x4d,0xef,0x93,0xcd,0xdf,0xbf,0x7,0xf6,0xed,0xde,0x85, + 0x7b,0xa7,0xc3,0xe7,0x77,0x2c,0xc7,0xb2,0xb1,0x66,0xcf,0x22,0xe,0x98,0x9b,0xb8, + 0x74,0xc9,0x12,0x76,0x46,0xee,0x5e,0xe4,0x80,0xf8,0x38,0xe2,0x80,0x24,0x38,0x8f, + 0x78,0xa4,0x9e,0x5a,0xb2,0xdb,0x54,0xbf,0xc7,0x7a,0x88,0xc5,0xdc,0xcf,0x5f,0xe5, + 0xfc,0xfe,0x5f,0xf5,0x33,0xb9,0x79,0xc,0x80,0xcf,0xe7,0xd5,0xf3,0x7f,0x2,0xff, + 0xb7,0x6e,0xea,0xf5,0xbc,0xa2,0x96,0xf7,0x2a,0xcb,0xeb,0x91,0x9f,0x8f,0xf8,0x3f, + 0x47,0xf5,0x7b,0x67,0xf5,0xf8,0x1e,0xf3,0xf1,0x45,0x4e,0x4f,0x68,0xfd,0xa4,0xe3, + 0x89,0x2c,0xa7,0xcf,0xf4,0x7e,0x3c,0xcf,0xe9,0xc7,0x1d,0x39,0x24,0xe3,0xfb,0xe4, + 0xe7,0xc3,0xfe,0xbd,0xbb,0xd8,0x6c,0xef,0x3d,0xbb,0x76,0x38,0x72,0x7d,0x8e,0xe5, + 0x58,0x19,0x58,0x82,0x3,0x76,0x2e,0x5b,0xba,0x94,0xe9,0x80,0xdd,0xbb,0x62,0x11, + 0x57,0x47,0xe0,0x24,0x62,0x8f,0x66,0xe7,0x5f,0x45,0xad,0x4e,0xf3,0x74,0x89,0x3, + 0xe8,0x9c,0x1d,0x7d,0xbe,0xdf,0xcf,0xda,0x99,0x3c,0x5a,0xd,0xe0,0x23,0x3e,0xdb, + 0x43,0xd7,0xff,0x77,0x79,0xcd,0x9f,0x9c,0xcb,0x47,0x39,0x3f,0x8a,0xf7,0x5f,0xd1, + 0x67,0x73,0xb1,0xbc,0x1e,0x9b,0xcf,0x71,0x5a,0x8b,0xeb,0xd3,0x3e,0x25,0xb0,0xcf, + 0xeb,0x77,0x45,0x6c,0x3f,0x21,0x81,0xd5,0xf2,0xd1,0x99,0x9e,0x2c,0xa7,0x8f,0xd8, + 0x3f,0xc8,0xe3,0xfb,0xec,0x7c,0xbf,0x3d,0xbb,0x76,0xc2,0xee,0xd8,0xed,0xe,0xec, + 0x3b,0x96,0x63,0x3d,0xe3,0x8a,0x59,0x30,0x3f,0x86,0xce,0xc5,0xdc,0xb0,0x7e,0x3d, + 0x72,0xc0,0x2e,0x88,0x43,0x8c,0x25,0x21,0xfe,0xce,0xa3,0x36,0x67,0x73,0x44,0xd0, + 0x7e,0x53,0x1e,0x8f,0x7a,0xf5,0x1f,0x88,0xd9,0x82,0x34,0xe3,0x53,0x9b,0x7,0xf8, + 0xe8,0xa1,0x7e,0x1e,0x9f,0xd4,0xff,0xa9,0xbc,0xee,0x47,0x9e,0xcb,0xc7,0xea,0xf9, + 0xc5,0x5c,0x5e,0x96,0xe3,0x13,0x7d,0x3b,0xac,0x4f,0x97,0x7a,0xf5,0x4e,0x9,0x3f, + 0xff,0xe4,0x49,0x51,0xc7,0x27,0xfa,0x75,0x8f,0x26,0xb2,0x18,0x1f,0xf9,0x27,0x34, + 0xbb,0x97,0x70,0x7f,0xf8,0x10,0xc7,0x3e,0xf9,0xf9,0xfb,0xf7,0x12,0xf6,0x77,0xc0, + 0x9e,0x58,0x87,0xdd,0x77,0x2c,0xc7,0x7a,0xde,0xb5,0x60,0xfe,0xbc,0x49,0xe4,0xb, + 0x6c,0x58,0xb7,0xe,0x76,0xc5,0xc6,0xb2,0xf3,0xb2,0xa8,0x9e,0xee,0x1c,0xda,0x67, + 0x9a,0xa3,0x4d,0xfa,0x9d,0x38,0x80,0xfb,0x3,0xbc,0xd6,0x57,0xce,0xe9,0xd7,0x63, + 0x7f,0x69,0xfc,0x3c,0x3e,0x61,0xfb,0xef,0xde,0xb9,0x25,0x72,0xff,0x68,0xfb,0xaf, + 0x5f,0xd3,0x66,0x75,0x50,0x1d,0x3f,0xf9,0xfe,0x29,0x88,0x7f,0x36,0x9f,0x47,0xc4, + 0xf8,0x8,0xf7,0xb4,0x29,0xc6,0xa7,0xe5,0xf3,0x59,0x7c,0x9f,0xd7,0xf0,0x32,0xec, + 0x1f,0xdc,0xc7,0x34,0xff,0xfe,0xbd,0x7b,0x28,0xc6,0x47,0xb8,0x87,0x5d,0x3b,0xb7, + 0x39,0xb0,0xef,0x58,0x8e,0xf5,0x82,0x6b,0x51,0xcc,0x82,0xa6,0x4b,0x7e,0xf8,0x21, + 0x4d,0x72,0xc0,0x61,0xc4,0xdc,0x71,0xd4,0xe0,0x67,0x93,0x93,0x91,0x3,0x2e,0x32, + 0x1b,0x4e,0xb1,0x3c,0xc2,0x36,0x69,0x1,0xf2,0xf5,0x69,0x86,0xa7,0x3e,0xff,0x27, + 0x4d,0x3b,0x8f,0x53,0xd5,0xfe,0x37,0xb5,0x33,0x79,0xae,0x88,0x9a,0x5e,0x83,0xf6, + 0x17,0xfe,0xbe,0xcc,0xeb,0xf1,0x3a,0xbe,0x38,0x56,0xc7,0x97,0xc0,0xea,0xf8,0x10, + 0xfb,0x7,0xf7,0x33,0xec,0x1f,0x44,0xbd,0xbf,0x1f,0xf5,0xfe,0xbe,0x5d,0xb1,0xc2, + 0xee,0x6f,0x8f,0xc8,0xec,0xe7,0xe6,0x58,0x8e,0xf5,0x4f,0x59,0x8b,0x16,0x2d,0x2c, + 0xb5,0x6c,0xe9,0xf,0x89,0xeb,0xd6,0xae,0x81,0x9d,0x3b,0x76,0xc0,0xa1,0x43,0x7, + 0xe1,0xd8,0xb1,0x63,0xac,0x6f,0x88,0x6a,0x4,0xc8,0x86,0xdf,0xba,0x75,0x83,0x73, + 0x0,0xcd,0xf9,0xb8,0xcf,0x67,0x7d,0xa4,0xb1,0xbc,0xbf,0x98,0xd7,0x7d,0xef,0xae, + 0x98,0xe3,0xc3,0x73,0xff,0x2c,0xef,0x7f,0xf5,0x8a,0xc5,0x6c,0x4e,0xca,0xf7,0x49, + 0xed,0xcf,0x7c,0x7e,0xd2,0xfc,0x9a,0xdd,0x8f,0xe3,0x36,0x1f,0xb1,0x4f,0xb9,0xbd, + 0xc3,0x7,0x28,0xbe,0xbf,0xf,0xe,0xa0,0xcd,0xdf,0xbf,0x67,0x17,0xc3,0xfd,0xee, + 0x9d,0xdb,0xd3,0x76,0xed,0xd8,0xe6,0x9a,0xd9,0xcf,0xcb,0xb1,0x1c,0xeb,0x9f,0xb8, + 0x96,0x2f,0x5b,0x1a,0xb5,0x6e,0xcd,0x1a,0xd8,0xb1,0x7d,0x3b,0x1c,0x3a,0x78,0x90, + 0xcd,0x10,0x60,0xf5,0xc2,0x88,0x5b,0xb2,0xe3,0x9a,0x16,0xa0,0x79,0x7d,0x77,0x39, + 0x17,0x48,0xec,0x93,0xef,0xcf,0xce,0xe5,0xb9,0x7d,0x53,0x9b,0xcb,0x2f,0xfb,0x78, + 0xb9,0xf6,0x97,0xb3,0x39,0xcf,0x28,0xb1,0x7e,0xc4,0xbf,0xd6,0xbb,0x73,0x98,0xf7, + 0xec,0xa1,0x9f,0x4f,0x76,0xff,0xd0,0x3e,0xaa,0xe7,0x41,0x5f,0x9f,0xe9,0xfd,0xed, + 0x14,0xe7,0x5b,0x85,0x9a,0xdf,0x51,0xd3,0xef,0x58,0x8e,0xf5,0x7,0xae,0x95,0x2b, + 0x56,0x94,0x5a,0xbf,0x76,0xed,0xce,0x9d,0xc8,0x1,0x34,0x53,0xf0,0x68,0x62,0x2, + 0x3b,0x4f,0xfb,0x3c,0x62,0xf7,0xf2,0xe5,0x14,0xe6,0xd3,0xb3,0xbe,0x3e,0xc4,0x39, + 0xeb,0xf3,0xbf,0xcb,0xe7,0x77,0xb2,0x33,0x79,0xc4,0xf9,0x1c,0x2c,0xef,0x7f,0x8d, + 0xcf,0xe5,0xd7,0x6d,0x3f,0xd7,0xfe,0x72,0x36,0x27,0xb7,0xfd,0x94,0xdf,0x23,0x7f, + 0x1f,0x6d,0xbf,0x88,0xf1,0x1f,0x3e,0x80,0x7a,0x1f,0x6d,0x3e,0x61,0x7f,0xef,0xae, + 0x9d,0x88,0xfd,0x9d,0x69,0x68,0xf7,0x1d,0xb9,0x7d,0xc7,0x72,0xac,0x3f,0x71,0x6d, + 0xda,0xb8,0x31,0x0,0x39,0x20,0x85,0x66,0x8,0x24,0x20,0x3e,0x4f,0x9e,0x3c,0x81, + 0xb6,0xfb,0x2c,0xeb,0xcb,0x25,0x5c,0x53,0x6e,0x8f,0xf7,0xf6,0xf1,0x5a,0x9f,0xdb, + 0xb7,0x6f,0x59,0x9c,0xcd,0x71,0x4d,0x89,0xfb,0xa9,0x33,0x7b,0x48,0xfb,0xb3,0x39, + 0x5d,0x42,0xfb,0xb3,0x1a,0x7e,0x61,0xfb,0xc9,0xd7,0x3f,0x40,0x75,0x7c,0xbb,0x77, + 0x69,0xf1,0xfd,0x5d,0x3b,0xb6,0x3b,0x6c,0xbe,0x63,0x39,0x56,0x26,0xad,0xd8,0x9d, + 0x3b,0x22,0xf6,0xef,0xdb,0x9b,0x98,0x80,0xbe,0x39,0xcd,0xd9,0x20,0xfb,0x7d,0xf1, + 0xc2,0x5,0x66,0xd7,0xaf,0xb1,0xb9,0xbc,0xd7,0x78,0x4f,0xbf,0xc9,0xd9,0x1c,0x3c, + 0xe7,0xcf,0xeb,0x7c,0xe5,0x99,0x1c,0xa4,0xfd,0xa9,0x6f,0x9f,0xfb,0xfd,0xf1,0x9a, + 0xcf,0x4f,0x75,0x3d,0x64,0xfb,0x39,0xfe,0x63,0x77,0xa2,0xde,0xf,0xc8,0xec,0x7b, + 0x77,0x2c,0xc7,0x72,0x2c,0xbe,0xe,0x1e,0xdc,0x1f,0x10,0x1f,0x1f,0x17,0x43,0x67, + 0x8e,0xd1,0xfc,0x8d,0xf3,0xe7,0xce,0x31,0x5d,0x4f,0x36,0x9e,0xf5,0xf7,0x51,0x4f, + 0xff,0x35,0x3e,0xc3,0x4b,0x9f,0xdf,0x45,0xda,0x5f,0xcc,0xe8,0x65,0x67,0x72,0x9c, + 0xd4,0x6c,0x3f,0xc5,0xfc,0x79,0xff,0x1e,0xaf,0xe9,0x15,0x39,0xbe,0x98,0x3,0x7b, + 0x77,0x39,0xe2,0x7b,0x8e,0xe5,0x58,0x7f,0xd1,0x95,0x98,0x98,0x98,0x37,0xe9,0xc4, + 0xb1,0x88,0x33,0xa7,0x4e,0xad,0x3a,0x77,0xf6,0x4c,0x1a,0x69,0x7b,0xe2,0x1,0x7d, + 0x5e,0x1f,0xdf,0x1c,0xfb,0xa2,0xb7,0xef,0x1c,0x9f,0xd7,0xc7,0x6c,0x7f,0x12,0x9f, + 0xcb,0x4d,0x31,0x7f,0x91,0xeb,0x5b,0x75,0xe4,0xd0,0x81,0x88,0x43,0x8e,0x79,0x1d, + 0x8e,0xe5,0x58,0x7f,0xbb,0x75,0xf6,0xec,0x19,0x57,0xf4,0xed,0xbf,0x48,0xb9,0x78, + 0x7e,0x12,0xf2,0xc0,0x4e,0xdc,0x29,0x6c,0x76,0x17,0x3b,0x93,0x47,0xf8,0xfd,0xe7, + 0x68,0x86,0xc7,0xa9,0xb4,0xd3,0xa7,0x92,0x76,0x9e,0x4c,0x3a,0xb6,0xea,0xc4,0xf1, + 0xa3,0x51,0xc7,0x8e,0x26,0x4,0x64,0xf6,0x7b,0x77,0xac,0x97,0xbb,0xe0,0xa5,0xaf, + 0x4b,0x91,0xb6,0xaf,0x3b,0x95,0xb4,0x79,0xf9,0x89,0x53,0x1e,0xdb,0x2f,0xef,0x94, + 0xdd,0xf6,0xcb,0x3b,0xbd,0x62,0xeb,0xf2,0x53,0x3b,0xf7,0x7c,0x9,0xaf,0x47,0xda, + 0x7c,0x79,0x27,0x5b,0x37,0xf0,0x84,0xae,0xdb,0xb8,0x1,0x7a,0x79,0x5b,0x37,0xc0, + 0x7e,0x27,0x59,0xac,0x5e,0x7e,0x6a,0xe7,0x97,0x76,0x89,0x5f,0x8f,0xb4,0xf9,0xf2, + 0xd6,0x6f,0x40,0xbc,0xbc,0xd5,0x1b,0x10,0x2f,0x6f,0xf5,0x6,0xa2,0xc4,0x75,0x2b, + 0xbf,0x1,0xf9,0xf2,0xd6,0x6e,0xe0,0x81,0x76,0xdd,0xfc,0x6,0xa2,0xb4,0xeb,0xa6, + 0x37,0xa0,0xbf,0xbc,0xf9,0xd,0xe8,0x2f,0x6f,0x7e,0x3,0xfa,0xcb,0x9b,0xfe,0x6, + 0xfe,0x67,0x7,0x36,0xf,0xd4,0xeb,0x26,0x37,0x10,0xa5,0x5e,0x4f,0x7f,0x3,0x16, + 0x2f,0x6f,0x72,0x3,0x16,0x2f,0x6f,0x72,0x3,0xb1,0x16,0xd7,0xd3,0xdd,0x80,0xe5, + 0xcb,0xa7,0xbf,0x81,0x27,0x86,0xeb,0xc6,0x1b,0x88,0x35,0x5c,0xf7,0xb7,0xfd,0xf2, + 0xc6,0x1b,0x30,0xbe,0xbc,0xf1,0x6,0x8c,0x2f,0x6f,0xbc,0x1,0xe3,0x65,0xc3,0xd, + 0xa4,0x7b,0x79,0xc3,0xd,0xa4,0x7b,0x79,0xcb,0x1b,0x48,0xf7,0xee,0xd,0x37,0x60, + 0xf2,0xf2,0x16,0x37,0x60,0xf2,0xf2,0x16,0x37,0x60,0x72,0x59,0xc5,0xc8,0x53,0xb3, + 0xeb,0xca,0xd,0x5c,0x32,0xbd,0xae,0xdf,0x40,0x94,0xe9,0x75,0xed,0x6,0xcc,0xee, + 0x4e,0xbd,0x1,0xb3,0xbb,0x53,0x6f,0xc0,0xfc,0xc7,0xeb,0x37,0x10,0x6b,0x7e,0x5d, + 0xfb,0xd,0x59,0xb9,0x2c,0x6f,0xc0,0xca,0xdb,0xd3,0x30,0x62,0xe5,0xed,0x69,0x37, + 0xf8,0xc0,0xda,0xf5,0x2c,0x36,0xdf,0xbe,0x76,0x3,0x51,0xd6,0xae,0x3b,0xd9,0x7e, + 0xfb,0xe2,0x6,0xac,0xbe,0x7d,0x71,0x3,0xe6,0xbf,0x5c,0xb6,0xf2,0xd8,0xbc,0x3d, + 0x71,0x3,0x56,0x6f,0x4f,0xdc,0xc0,0x25,0xeb,0xd7,0x9d,0x6c,0xfd,0x76,0x68,0xf9, + 0xdb,0xbc,0x7d,0x7e,0x3,0x36,0x2e,0xb3,0x1b,0xb0,0x75,0x3d,0xbb,0xcd,0xc7,0xc3, + 0x6e,0xd0,0xc6,0xe3,0x71,0xa2,0x1b,0xb0,0x7d,0x3d,0xd2,0xd6,0xe3,0x73,0xa2,0x1b, + 0xb4,0x7d,0xbd,0xa4,0xad,0xc7,0xeb,0x44,0x37,0x68,0xfb,0x7a,0x76,0x3b,0xd7,0x5f, + 0xb1,0xf9,0xeb,0xc1,0x65,0xef,0x7a,0x64,0xe6,0x5e,0xb7,0xf7,0xfe,0xb3,0xbc,0xe0, + 0xf3,0xf3,0xb7,0x73,0xdd,0xe6,0x9f,0x3f,0xfb,0xfb,0xb2,0xf9,0xfb,0x2d,0x69,0xfb, + 0xfa,0x2b,0xb6,0xe1,0xc9,0x18,0xd2,0xd6,0x75,0x7f,0xdb,0xf0,0xe7,0xfc,0x60,0xfb, + 0xed,0xd9,0xc4,0x5f,0x1e,0x3b,0xf8,0xcd,0x6e,0x7,0xff,0x59,0x32,0x72,0xdd,0xc6, + 0xeb,0xbf,0x62,0xe7,0xfd,0x39,0xd9,0xbb,0x1e,0x69,0x87,0x1f,0xfc,0xed,0xf0,0x43, + 0x49,0x3b,0xd7,0xf3,0xd8,0xe1,0x87,0xec,0x76,0xae,0x67,0xb1,0xf3,0xf7,0xf3,0x8a, + 0xfd,0xeb,0x2f,0xf4,0xf7,0x8b,0xf,0xc8,0x1e,0x3e,0x2e,0xd9,0xbc,0x5e,0xd2,0xce, + 0xf5,0x3c,0x36,0xe9,0x9f,0x1e,0x90,0xed,0xeb,0x59,0xec,0x5c,0x7f,0xc5,0xce,0x75, + 0x27,0x9b,0x7f,0x1e,0x19,0xb8,0x1e,0x69,0xe7,0xba,0xbf,0x9d,0xeb,0x25,0xed,0x5c, + 0xcf,0x63,0xfb,0xb2,0x53,0x76,0x3b,0xd7,0xb3,0xd8,0xb9,0xfe,0x8a,0x9d,0xeb,0x7f, + 0xf5,0x65,0xef,0xfe,0xec,0x3d,0x3f,0x7f,0x3b,0xd7,0xed,0xfc,0xfe,0xb3,0xd8,0xb9, + 0x9e,0xc7,0xce,0x75,0x7f,0x3b,0xd7,0x6d,0xd3,0x17,0xf1,0x43,0xac,0xed,0x1f,0x6f, + 0xfb,0xba,0xbf,0x9d,0xeb,0x76,0xe4,0x59,0x16,0x3b,0xf2,0x2e,0x8f,0x9d,0xeb,0xfe, + 0xb6,0xe5,0xa3,0x93,0x1d,0x79,0x99,0xdd,0x8e,0x3c,0x2d,0x69,0xe7,0x7a,0xa4,0x6d, + 0xf9,0xfb,0x8a,0x6d,0xf5,0x2f,0xfd,0x13,0xdb,0x3f,0xde,0xc6,0xf5,0x48,0xdb,0xde, + 0x89,0x74,0x5f,0x2e,0xd9,0xfe,0xf1,0x56,0x1f,0x90,0xf8,0xf1,0x56,0x1f,0x80,0xf8, + 0xf1,0xd6,0x1e,0x80,0xe6,0x3d,0xd9,0xf3,0xce,0xac,0xdc,0x60,0x49,0xed,0x7a,0x94, + 0xcd,0x1f,0x6f,0xe5,0x1,0x28,0xde,0xe7,0x25,0xb3,0xeb,0x8a,0xf7,0x6b,0xfa,0x0, + 0xfc,0xf5,0xeb,0xa6,0xf,0x40,0xbf,0x6c,0xfa,0x0,0x54,0xe7,0xd8,0x9e,0xf3,0x6d, + 0xf6,0x0,0xfc,0xd5,0xeb,0x51,0x36,0x7f,0xbc,0xd9,0x3,0xb0,0xc,0x2e,0x5c,0xb2, + 0xfd,0xe3,0x4d,0x1e,0x80,0xc5,0x8f,0x37,0x79,0x0,0x16,0x97,0xd3,0x3f,0x0,0x43, + 0x6c,0xc3,0x5e,0xec,0x24,0xdd,0x3,0xf0,0x37,0x5c,0x37,0x3e,0x0,0xc3,0x65,0xe3, + 0x3,0x48,0x17,0x1b,0x32,0x3c,0x80,0x92,0xc6,0xeb,0x86,0x7,0x10,0x69,0xbc,0x6e, + 0xf9,0x0,0xd2,0x7,0xff,0x2c,0x1f,0x40,0xfa,0xd0,0x95,0xe5,0x3,0x48,0xf7,0xe3, + 0xd,0x37,0x98,0xee,0xc7,0x5b,0xde,0xa0,0x59,0xec,0x51,0xbd,0x41,0xb3,0xd0,0xde, + 0x3,0x3b,0xdf,0x6f,0x71,0x83,0x26,0xd7,0x2d,0x6e,0xd0,0xe4,0xfd,0x59,0xdc,0xa0, + 0xbf,0xc9,0xb,0xd8,0xb9,0x7f,0x8b,0x7,0x60,0x16,0xdb,0x54,0x1f,0x80,0x59,0x6c, + 0xd3,0xf1,0x0,0x1c,0xf,0x20,0xe3,0xf,0xc0,0xec,0xba,0xfa,0x0,0xcc,0x1e,0xd0, + 0x53,0x3b,0xd7,0xff,0x67,0xe7,0x3a,0xd8,0xbb,0x1e,0x6b,0xe7,0xba,0x7a,0x83,0x66, + 0xd7,0x1f,0xd8,0xb9,0xfe,0xc4,0xce,0xf5,0xa7,0x76,0xae,0xff,0xcf,0xce,0x75,0xb0, + 0x77,0x3d,0xca,0xce,0xf5,0x58,0x3b,0xd7,0x2f,0xd9,0xb9,0xfe,0xc0,0xce,0xf5,0x27, + 0x76,0xae,0x3f,0xb5,0x73,0x5d,0x7f,0x0,0x56,0xd2,0x3f,0xf6,0xae,0x47,0xd9,0xb9, + 0x1e,0x6b,0xe7,0xfa,0x25,0x3b,0xd7,0xb5,0x7,0x60,0x25,0xbf,0xf6,0xc4,0xce,0xf5, + 0xa7,0x76,0xae,0x6b,0xf,0xc0,0x5a,0x7a,0xcc,0xde,0x75,0xf9,0x0,0xac,0xa5,0xdf, + 0x62,0xed,0x5c,0x97,0xf,0xa0,0xa4,0x95,0xeb,0xf2,0x1,0xf8,0x5b,0xb9,0xfe,0xc4, + 0xce,0x75,0xf9,0x0,0x22,0xad,0x5c,0x97,0xf,0xc0,0xca,0x65,0xf9,0x0,0xac,0xe7, + 0x67,0xa3,0x6c,0x3d,0x5e,0x90,0x37,0x68,0x3d,0x7d,0xfa,0xc0,0xe6,0xe3,0x91,0x37, + 0x58,0xd2,0xea,0xf5,0xa7,0x36,0x6f,0x1f,0xc4,0xd,0x44,0x5a,0xbf,0x1e,0x65,0xf3, + 0xf6,0xf8,0xd,0x58,0xbf,0x3d,0xfe,0x6,0x6d,0xa5,0xbf,0xff,0x67,0xfb,0xed,0xb1, + 0x37,0x60,0xeb,0x72,0xfa,0xec,0x7a,0x25,0x7c,0xc5,0x0,0xdc,0xec,0x9d,0x3b,0x95, + 0x72,0xfa,0x1b,0xad,0xbf,0x7b,0x6c,0xe5,0x79,0x57,0x56,0xdc,0xb9,0x70,0xe7,0xc6, + 0x5d,0xc,0x77,0x4e,0xa7,0x7f,0xfe,0xb3,0xa0,0xfb,0x7b,0x3,0x77,0x21,0xdc,0x25, + 0x71,0xd7,0x28,0x51,0xa2,0xc4,0x90,0xa1,0x43,0x87,0x9e,0xac,0x5c,0xb9,0x72,0xf, + 0x27,0xfe,0x2c,0xb2,0x65,0xe6,0x1b,0xfc,0x83,0x16,0xdd,0x53,0x3e,0xdc,0xa5,0x71, + 0x3b,0xe3,0xf6,0xca,0x9e,0x3d,0xfb,0x97,0xdd,0xba,0x75,0x3b,0x7e,0xea,0xd4,0x29, + 0x86,0xdf,0x7d,0xfb,0xf6,0xfd,0x9a,0x3f,0x7f,0xfe,0x4f,0xf0,0x5a,0x61,0x27,0xfe, + 0x77,0xf1,0x77,0x5f,0x14,0x73,0xa4,0xfb,0x28,0x82,0xbb,0xa,0x6e,0x4f,0xdc,0x3e, + 0x59,0xb2,0x64,0xe9,0xd2,0xb8,0x71,0xe3,0x5d,0x3b,0x77,0xee,0x4c,0x47,0x6a,0x6b, + 0xd6,0xac,0x49,0xcb,0x96,0x2d,0x5b,0x1b,0xfc,0x7f,0x65,0x71,0xbf,0xe5,0xf4,0xf7, + 0xc4,0x43,0xe,0xdc,0x6f,0xe3,0x2e,0x83,0xbb,0x6,0x6e,0x1f,0x27,0x1e,0x3f,0xfd, + 0xc8,0xd3,0xd3,0x73,0xd5,0x92,0x25,0xdf,0xff,0x46,0xe7,0x79,0x58,0x5b,0x31,0x31, + 0x31,0xd7,0xf1,0x19,0xbd,0x87,0xff,0xbf,0xaa,0x13,0x7f,0x76,0xaf,0x65,0xda,0x9d, + 0x64,0x7c,0x11,0x97,0xbd,0xe9,0xc4,0xdf,0x6f,0x65,0xdc,0xff,0x5f,0xdd,0x75,0x80, + 0x65,0x75,0x2c,0xed,0xd5,0x18,0xbd,0x89,0x49,0x4c,0xbc,0xb1,0x45,0xa3,0xb1,0x77, + 0x8c,0xbd,0xb,0x62,0x17,0xc5,0x82,0x68,0x8c,0xb1,0x63,0x41,0xc4,0x86,0x1d,0xb, + 0x2a,0x2,0x22,0x60,0x41,0x14,0x15,0xe9,0x52,0x14,0x11,0x44,0x29,0xa2,0x52,0x15, + 0xa4,0x83,0x22,0x56,0x4,0x5,0x5,0x4,0xc4,0xe,0xb6,0xf7,0x9f,0x39,0xe7,0x7c, + 0x84,0x78,0x2d,0xa9,0xd7,0xfb,0x6f,0x9e,0xcd,0x41,0xf8,0xbe,0x73,0xf6,0x9d,0x9d, + 0x9d,0x72,0x76,0x66,0xb6,0x3b,0xf5,0xfe,0xd4,0x7,0x50,0xd7,0x6d,0xd4,0xa8,0xd1, + 0x7e,0x6b,0x6b,0xeb,0x42,0x3e,0xef,0xe8,0xcd,0x96,0x9c,0x70,0x16,0x19,0x17,0x12, + 0x54,0x7a,0x51,0xfa,0xbf,0xa5,0xa5,0xe5,0x55,0xfa,0x9e,0xb6,0x90,0xe9,0xc7,0x6b, + 0xe6,0xf3,0x8f,0x84,0xeb,0x7d,0x8d,0x79,0xb3,0xe2,0x5c,0x77,0xa0,0xde,0x8b,0xfa, + 0x40,0xea,0x43,0xa8,0x8f,0xfa,0xea,0xab,0xaf,0xb6,0x2c,0x5e,0xbc,0x38,0xf3,0xea, + 0xd5,0xab,0xff,0x81,0x9b,0x73,0x37,0xe,0xd8,0x2c,0x87,0xe5,0x9c,0x1f,0xb0,0x69, + 0x76,0x17,0x5c,0xbb,0x72,0xa9,0xfc,0x6f,0xaf,0x5f,0xbf,0xc6,0xf2,0xe5,0xcb,0x13, + 0xe9,0x1e,0x43,0xa9,0x77,0xa3,0xde,0x82,0xfa,0xd7,0xe2,0x7f,0x63,0x3d,0x30,0x3f, + 0xb2,0x9c,0xe6,0xb9,0x6e,0x49,0xbd,0xb3,0x90,0x79,0x7c,0x30,0xf5,0x61,0xd4,0x87, + 0x13,0xff,0x2e,0x9f,0x30,0x61,0x42,0x2,0xc9,0xb4,0xdf,0x60,0xe2,0xf6,0xe0,0xc1, + 0x43,0x1c,0x76,0xd9,0x1,0xf3,0xb9,0x1d,0x10,0xb8,0xb9,0x39,0xb2,0x8f,0xc,0x47, + 0xdc,0xde,0xbe,0xb0,0x58,0x30,0x58,0xca,0x5d,0x29,0x37,0x70,0x68,0x8d,0x4c,0x9f, + 0x3e,0xfd,0x8c,0x90,0xe9,0xd9,0x53,0xc8,0xeb,0xa1,0xb6,0x90,0x79,0xed,0xbf,0xdd, + 0x2a,0x53,0xff,0x4c,0xc8,0x73,0xfd,0x83,0x32,0x16,0x96,0x67,0xfd,0x14,0xdc,0xc3, + 0x85,0x3c,0xe7,0xb3,0xfb,0xf6,0xed,0x1b,0xec,0xeb,0xeb,0xfb,0x82,0xcf,0xef,0xaa, + 0x88,0xfb,0xf9,0xcb,0x57,0x38,0x1d,0xe8,0x3,0x73,0x83,0xbe,0x70,0x5f,0x56,0x5, + 0x19,0x2e,0x3d,0x90,0xe3,0xa7,0x83,0x5b,0x1,0x93,0x91,0x17,0x34,0x15,0x91,0xb6, + 0xbd,0xb0,0x65,0xe9,0x18,0xe9,0x8c,0x70,0x55,0xe3,0x33,0x81,0x46,0x8e,0x1c,0x79, + 0x54,0xc8,0xa6,0x1d,0xd3,0x58,0x8d,0x7a,0x7d,0x21,0xf3,0xdd,0x7f,0xa3,0xb1,0xde, + 0xe2,0xbd,0x21,0x9e,0xeb,0xe6,0x42,0xe6,0xf1,0xee,0xa,0xee,0x41,0xa,0x6e,0xc6, + 0x3f,0xa1,0x45,0x8b,0x16,0xae,0xbb,0x76,0xed,0x7a,0xa0,0x1a,0xbf,0xa,0xb7,0xbc, + 0xc6,0x63,0x60,0xb5,0x7c,0x2c,0x76,0xcd,0x11,0x88,0xdf,0xd5,0x0,0xd9,0x87,0x7, + 0x20,0x27,0x60,0x22,0xf2,0x4e,0x19,0xe0,0x5e,0xb8,0x11,0xf2,0x42,0x17,0x21,0x9f, + 0x68,0x10,0xb2,0xa5,0x3,0x6c,0x8c,0x7f,0xc1,0xe3,0xc7,0x4f,0xcb,0xbf,0xcb,0xe7, + 0xa6,0xf7,0xe9,0xd3,0xc7,0x91,0x9e,0xd1,0x57,0xe9,0x9c,0xa3,0xc4,0xb6,0x3,0xcb, + 0x9b,0x7f,0x62,0x3d,0xf0,0x3d,0x79,0xae,0xff,0xad,0x3c,0x87,0x4d,0x6b,0x96,0x43, + 0x3d,0x84,0x2c,0xc7,0x99,0x1f,0x87,0x29,0x57,0xad,0x6f,0xbf,0xfd,0x76,0xeb,0xaa, + 0x55,0xab,0x6e,0xf1,0x39,0xe,0xe5,0xbc,0xae,0x5c,0x39,0xff,0x6a,0xf7,0xe6,0x79, + 0xd8,0x32,0x45,0xe0,0x94,0xa9,0xc0,0x75,0xb7,0xf6,0xc8,0xf2,0x19,0x82,0xbb,0x41, + 0x33,0x50,0x14,0xb5,0xc,0x25,0xb1,0x26,0x78,0x10,0x67,0x8a,0xa2,0xe8,0xd5,0xc8, + 0x3d,0xfe,0xb,0xb2,0xe,0x76,0x87,0xe7,0x42,0x81,0x9d,0xeb,0xa6,0xe3,0xf9,0x8b, + 0x97,0xe5,0x34,0xbc,0x76,0xed,0x1a,0xda,0xb4,0x69,0x63,0x2d,0x64,0xf9,0xd2,0x57, + 0x19,0xf,0xeb,0xc8,0x9a,0xe2,0xc3,0x7b,0x7b,0x7f,0x4,0xf7,0xbf,0x2a,0xe0,0x6e, + 0x5d,0x1,0x37,0xcf,0x37,0xcb,0xf2,0x21,0xca,0x55,0x93,0xf4,0xf4,0xd2,0xa9,0x53, + 0xa7,0xa6,0xc4,0xc7,0xc7,0x97,0xe3,0x7e,0xf9,0xea,0xa5,0x74,0x2d,0xbe,0x7f,0x1f, + 0x9e,0xfb,0x2d,0xb0,0x71,0x72,0xd,0xf8,0x18,0x9,0x5c,0xb4,0x27,0xec,0x7,0x3b, + 0xe2,0xf6,0x31,0x6d,0xdc,0xb,0x9b,0x8b,0x7,0x31,0x6b,0xf0,0x28,0xc9,0xc,0x4f, + 0x53,0xb6,0xe2,0x51,0xdc,0x6,0x14,0x9d,0x99,0x8b,0x1c,0x9f,0x81,0xb8,0x4a,0x9f, + 0x4b,0xb3,0x10,0xb0,0xd3,0x15,0xd8,0x67,0xbe,0x48,0xa2,0xe3,0xab,0x57,0xaf,0xa4, + 0x7b,0x26,0x24,0x24,0xbc,0xa8,0x5f,0xbf,0xbe,0xb1,0x32,0x9e,0x3e,0xca,0xd8,0x98, + 0x27,0x6b,0x89,0xbf,0x6e,0x33,0xb2,0x4c,0x61,0x3e,0x67,0x3b,0x9c,0x65,0x2d,0xaf, + 0x33,0x5e,0xdf,0xbd,0x85,0xbc,0xf6,0x24,0xcc,0xd4,0x7b,0x91,0x6c,0x9b,0x32,0x64, + 0xc8,0x90,0x93,0x81,0x81,0x81,0xaf,0xf9,0x9c,0x5e,0x9,0xf7,0x4b,0x19,0x77,0xe9, + 0xf3,0x97,0x8,0xf6,0x73,0x87,0xc9,0xd4,0x16,0xd8,0x3f,0x4b,0x20,0xc1,0x5a,0xe0, + 0xca,0x81,0x9a,0xb8,0xe1,0xd9,0x85,0xe6,0xfc,0x27,0xdc,0x8f,0x5e,0x80,0xc7,0xf1, + 0x6b,0xf0,0x2c,0xd5,0xc,0xcf,0x52,0x36,0xe1,0x71,0xcc,0x52,0xdc,0x3f,0xfd,0xb, + 0xf2,0x8f,0xf6,0xc3,0x2d,0x57,0xa2,0xd1,0x7e,0x81,0x8c,0xfd,0x1d,0x90,0xbe,0xaf, + 0x33,0x76,0xe9,0x7f,0x47,0x72,0x72,0xe7,0x6f,0xee,0x7f,0xfa,0xf4,0xa9,0xc7,0x35, + 0x6a,0xd4,0x98,0x27,0x64,0x9d,0xd0,0x4b,0xa1,0x1,0x8f,0x97,0x6d,0xc6,0xcf,0xc4, + 0x9f,0x5b,0xf,0xbc,0x37,0xce,0x72,0xad,0xe2,0x9c,0x77,0x57,0xb0,0xab,0x2b,0x9d, + 0x9f,0x37,0xa2,0x43,0x87,0xe,0xae,0xe,0xe,0xe,0x8f,0xb9,0x1e,0xa9,0x3c,0xae, + 0xe7,0xe5,0x73,0x1f,0x7f,0x2e,0xc,0x16,0x86,0xfd,0x61,0x35,0x5e,0x20,0xdc,0x44, + 0x20,0x7d,0xb7,0xc0,0x55,0x97,0x5a,0xb8,0xe5,0xdb,0xf,0x5,0x27,0x27,0xe2,0x51, + 0xcc,0x22,0x3c,0x49,0x58,0x4d,0xb8,0x37,0xe2,0x29,0x5d,0x1f,0x45,0xea,0xa1,0x38, + 0x70,0x38,0xa,0x7c,0x1a,0xe3,0xae,0xe7,0x67,0xc8,0xb,0x18,0x8b,0xc2,0x73,0x66, + 0x28,0x8c,0xde,0x8c,0x7b,0x24,0xf,0xb2,0xe,0x4f,0x80,0xf9,0x8c,0xe6,0xf0,0x3c, + 0x78,0x40,0x79,0x96,0x4c,0xeb,0x43,0x87,0xe,0xdd,0xfb,0xf4,0xd3,0x4f,0x7f,0xa2, + 0xf1,0x74,0x11,0x32,0x2f,0xfc,0xa8,0xd0,0x80,0x65,0x14,0xcb,0x84,0xca,0x7f,0x12, + 0x7b,0x2b,0xe5,0x5e,0x2a,0xda,0x32,0xfe,0x4e,0x7c,0x6d,0xd0,0xa0,0x81,0xf9,0xc6, + 0x8d,0x1b,0xef,0x70,0x6d,0x66,0x28,0x3c,0xa9,0xb0,0x25,0xae,0x5f,0xbd,0x8c,0x1d, + 0x6b,0x26,0x63,0xe3,0x18,0x81,0x80,0x25,0x2,0xc9,0x5b,0x65,0xec,0x37,0x3c,0x9a, + 0xe0,0xee,0x89,0xc1,0xc4,0xdb,0x93,0xf0,0xe0,0xec,0x1c,0x3c,0x89,0x5f,0x86,0x67, + 0x49,0xab,0xf1,0x38,0x76,0x1,0x4a,0x4e,0xeb,0xa2,0xe0,0x28,0xf1,0x84,0xa7,0x40, + 0x61,0xf0,0x38,0x3c,0x4e,0xdd,0x8d,0x67,0x57,0xbd,0x50,0x96,0xe1,0x82,0x64,0xff, + 0x55,0xd8,0xbe,0x69,0x38,0x66,0xcd,0x69,0xb,0xf5,0xd1,0xd5,0xf1,0x6d,0x3b,0x1, + 0xff,0x13,0x47,0xa5,0x67,0xbd,0x50,0x68,0x60,0x6f,0x6f,0x9f,0x59,0xb9,0x72,0xe5, + 0x61,0xca,0xf8,0x98,0x4f,0xdb,0x53,0x6f,0xa6,0xd0,0x80,0xf9,0xf8,0xf7,0xe8,0x48, + 0xd6,0xe3,0xec,0x93,0xa8,0x78,0x9e,0xef,0xd1,0x59,0xc1,0xcf,0x74,0xe8,0xf0,0xc5, + 0x17,0x5f,0x18,0xce,0x9d,0x3b,0x37,0x2d,0x25,0x25,0x49,0x99,0xe5,0x57,0x50,0xf1, + 0xfc,0xbd,0x7b,0x85,0x70,0xb6,0x35,0x86,0xf1,0x68,0x1,0xb7,0x99,0xc4,0xeb,0x9b, + 0x5,0x2e,0xec,0x10,0xb8,0x44,0x6b,0x38,0xfb,0x70,0x2b,0x14,0x86,0x6a,0xa1,0x24, + 0x72,0x22,0xf5,0x5f,0xf0,0x28,0x76,0xe,0x9e,0x26,0x1a,0x11,0xbf,0xcf,0x45,0x71, + 0xc8,0x8,0xe4,0x4b,0x73,0xfe,0x15,0xc9,0x81,0xf5,0x78,0x9e,0x75,0x82,0x8c,0xa1, + 0x60,0x3c,0x4e,0xf7,0x40,0xb0,0xe7,0x4a,0x74,0xfc,0xa5,0xd,0x1a,0x4d,0x69,0x86, + 0x66,0xd3,0x9b,0xa2,0xfd,0xac,0x86,0x68,0xad,0xf7,0x35,0x1a,0x69,0xd7,0x41,0xd4, + 0xf9,0xe8,0xdf,0xf0,0x81,0xa9,0xa9,0x69,0xaa,0x32,0x47,0x1d,0x14,0x9e,0x65,0xde, + 0x65,0x5b,0xb1,0x9e,0x42,0x83,0xf7,0xd9,0xcd,0xcc,0x23,0xec,0x9b,0xd4,0x11,0xb2, + 0x3e,0xe7,0xb9,0x57,0x53,0xee,0xd5,0xbc,0x4a,0x95,0x2a,0x63,0x47,0x8f,0x1e,0x7d, + 0x2a,0x34,0x34,0xb4,0x7c,0xed,0x95,0x95,0xc9,0xbc,0xfe,0xf4,0xd9,0x73,0x4,0x1c, + 0x72,0xc0,0x2a,0xdd,0xea,0xd8,0x45,0x72,0x2a,0x62,0x35,0xcd,0xb9,0x25,0xc9,0x2d, + 0xc2,0x7e,0xc3,0x45,0x20,0xd7,0xb7,0x25,0xa,0x82,0x35,0x50,0x12,0x3e,0x1a,0xf, + 0xa3,0x7f,0xa6,0x4e,0xfa,0x2c,0x76,0x2e,0x9e,0x9c,0x9f,0x87,0xe2,0x50,0x6d,0x19, + 0xbb,0x77,0x3,0x3c,0xb9,0xb0,0x1f,0xaf,0xf3,0x9,0xd3,0xed,0x93,0xf0,0x74,0x59, + 0x85,0x81,0xf3,0xfa,0xa0,0xf5,0xcc,0x4e,0x68,0x63,0xd4,0x7,0xdd,0xb7,0x68,0xa1, + 0xd7,0x2e,0x6d,0xf4,0xde,0x33,0xc,0xbd,0xf7,0xf5,0x41,0x3b,0xcb,0xa6,0x68,0x3d, + 0xb9,0xd,0xd2,0xd2,0xd3,0xca,0xe5,0x1,0xcf,0xc3,0x92,0x25,0x4b,0xc2,0x94,0x71, + 0xb3,0x3d,0xc2,0x3e,0x56,0x53,0x65,0x3e,0x59,0x26,0x7e,0xa9,0xd0,0xe0,0x6d,0x32, + 0x81,0x7f,0xff,0xb5,0x42,0x2b,0xa6,0x19,0xdb,0x71,0x2c,0x4b,0x5b,0xb7,0x6c,0xd9, + 0xd2,0x8a,0xd6,0xf8,0x13,0xae,0x31,0x2e,0xf1,0xdc,0x8b,0x32,0x49,0xe,0x73,0x8f, + 0x9,0xf,0x86,0xc9,0x8c,0xe,0x30,0xd3,0x12,0x8,0x22,0x3d,0x75,0x7e,0xa3,0x40, + 0x12,0x61,0xbf,0x68,0x2b,0x90,0xe5,0x21,0x90,0x7f,0xa2,0x3d,0xee,0x5,0x75,0x46, + 0xd1,0x49,0x4d,0x3c,0x88,0x64,0xfc,0x13,0xe8,0x3a,0x81,0xe6,0x5d,0xf,0xf,0x22, + 0x7e,0x42,0x81,0x7f,0x47,0xe4,0x90,0x9c,0x7b,0x90,0x68,0x85,0xd7,0x85,0x49,0x28, + 0xb9,0x1a,0x80,0xe5,0x9b,0x27,0xa3,0xbe,0x5e,0x47,0x34,0x5f,0x35,0x0,0x3f,0x9a, + 0x8d,0x41,0xaf,0x3,0x33,0x31,0x20,0x70,0x29,0x6,0x92,0xc,0x18,0x70,0x62,0x3a, + 0x34,0xbc,0xc7,0xa0,0x8f,0x8b,0x6,0x5a,0x6c,0x6a,0x88,0xce,0xd3,0x7b,0xe0,0x66, + 0x76,0xa6,0x62,0x5f,0xbc,0x94,0xce,0x45,0x21,0x1d,0xe4,0xa3,0x60,0x68,0xaa,0x5c, + 0x19,0x7f,0x6d,0x85,0x7,0x3e,0x57,0xd6,0xc2,0x9b,0x34,0xa8,0xaa,0xe0,0x57,0xbd, + 0x87,0xa8,0x47,0xeb,0xa9,0xeb,0xd8,0xb1,0x63,0xcf,0x70,0xed,0x45,0x19,0xf7,0xb, + 0xd2,0xc1,0x32,0xaf,0x5d,0xb9,0x74,0x1,0x56,0x4b,0x47,0x63,0xf5,0x0,0x81,0xc3, + 0xd3,0x5,0xce,0x1a,0xb,0xc4,0x6d,0xa2,0x79,0xb7,0x22,0x7e,0xb7,0x13,0xb8,0x7d, + 0x48,0xe0,0x5e,0x60,0x23,0x14,0x9f,0xec,0x88,0xc2,0x10,0xc2,0x7f,0xaa,0x1f,0xe1, + 0x1e,0x41,0x7d,0x2c,0xee,0x87,0x8d,0xc2,0xa3,0x73,0x3f,0xd3,0xdc,0xf,0xc5,0x1d, + 0x6f,0x81,0xbb,0x87,0xdb,0xe0,0xe5,0xdd,0x28,0xbc,0xcc,0x8f,0xc3,0xfc,0xd,0x93, + 0xf0,0x8d,0x41,0x17,0xa8,0x99,0xeb,0xa0,0xef,0xc1,0xc5,0x18,0x14,0xb2,0x1,0xc3, + 0xa2,0x2d,0x30,0xfc,0xdc,0x66,0xc,0x89,0x58,0x83,0x81,0x27,0xd,0xa1,0x79,0x6c, + 0x2a,0xfa,0x79,0x8d,0x42,0x2f,0x27,0xd,0x7c,0xbf,0xba,0x16,0x34,0xe6,0xc,0x96, + 0xce,0x8d,0x65,0xdb,0x80,0x3b,0xdb,0x5b,0x5a,0x5a,0x5a,0x76,0x42,0xd6,0xdb,0xdf, + 0x29,0x3c,0x5d,0x53,0x99,0xff,0xcf,0x94,0xb9,0x7e,0x53,0x26,0xaa,0x6c,0x78,0xe6, + 0x93,0xaf,0x88,0xdf,0x35,0x8c,0x8c,0x8c,0xae,0xf3,0xb9,0xf4,0x92,0x1e,0x53,0xfc, + 0xd3,0x42,0xba,0xf7,0x7e,0xcb,0x25,0x58,0x4a,0xb8,0xf,0xe8,0x90,0x5c,0x27,0xf9, + 0x16,0xb3,0x86,0x6c,0x38,0x5a,0xeb,0xa9,0xa4,0xdb,0x32,0x48,0xce,0xe5,0x1e,0x16, + 0x28,0x38,0x2e,0x50,0x14,0x5c,0x97,0xf0,0xab,0xa1,0x20,0xb0,0xd,0xcd,0x7f,0x4f, + 0x3c,0x8,0x1f,0x44,0x6b,0x60,0x28,0x8a,0x4f,0xf,0xc3,0xc3,0xa8,0xf1,0x28,0x3c, + 0xd1,0x5b,0x9a,0xfb,0x82,0x40,0x1d,0xe0,0xd1,0x65,0x64,0xa5,0x6,0xa0,0xb5,0x7e, + 0x4f,0xb4,0xa2,0x39,0xd7,0xf0,0x59,0x83,0x91,0xb1,0x76,0x18,0x95,0xb0,0x7,0x23, + 0xe2,0xb6,0x63,0x78,0xac,0x5,0xd1,0x61,0x3d,0x6,0x87,0xaf,0xc0,0x80,0x90,0xb9, + 0xd0,0xf0,0xfb,0x5,0x7d,0x3c,0x86,0xa3,0xc7,0x1,0x75,0xd4,0x32,0xaa,0x89,0x51, + 0x8b,0x75,0xf1,0xe8,0xe1,0x63,0xbc,0x52,0xd6,0x26,0x9f,0x9b,0x41,0x76,0xf7,0x6a, + 0xf1,0xab,0x1e,0xe7,0xb5,0xfd,0xaf,0x77,0x60,0xe7,0xf6,0x89,0x42,0x9b,0xca,0xd5, + 0xaa,0x55,0xeb,0xb7,0x61,0xc3,0x86,0x3c,0x3e,0x5f,0x87,0xd7,0x95,0xa,0x7b,0x4c, + 0x78,0x28,0x8c,0x46,0x7d,0x6,0xcb,0x41,0x2,0xc1,0xfa,0x2,0x91,0xcb,0x64,0xec, + 0x2c,0xe7,0xd2,0x68,0xde,0x33,0xec,0x64,0xec,0xf7,0x2,0xa8,0x9f,0x60,0xfc,0x35, + 0x50,0x14,0xd2,0x14,0x5,0x1,0x32,0x1f,0x94,0x9c,0x51,0xc7,0xfd,0x33,0xfd,0x88, + 0x17,0x6,0xe0,0x41,0x14,0xd9,0x3d,0xc7,0x3b,0xe2,0xd6,0x1,0x5a,0x23,0x1,0xc3, + 0x81,0xc7,0x99,0xb8,0x73,0xf9,0xc,0x3a,0x18,0xaa,0xa3,0xc5,0xd6,0x89,0x18,0x1c, + 0x6a,0x8d,0x31,0xc9,0x4e,0xd0,0x4e,0xb4,0xc7,0xc8,0xb8,0x1d,0xd0,0x8a,0xb5,0xc4, + 0x30,0xe6,0x81,0x28,0x63,0xc,0xa,0x5b,0x2,0xcd,0xa0,0xb9,0xe8,0xeb,0x3b,0x11, + 0xdd,0x5c,0x86,0xe0,0xc7,0x3d,0x5d,0xf1,0xaf,0xd9,0x2,0xd3,0x8c,0xf5,0xf0,0xe2, + 0xf9,0xb,0x69,0x7d,0x72,0xcb,0xc8,0xc8,0x78,0xa5,0xa6,0xa6,0x36,0x45,0xc1,0x57, + 0xe5,0x1d,0xb8,0x7f,0xd3,0x68,0xde,0x5b,0xae,0x5f,0xbf,0x36,0xe7,0xd9,0xb3,0x27, + 0x74,0x9f,0xe7,0xd2,0xb9,0xe3,0x2f,0xc8,0x4f,0x71,0xda,0x61,0x2,0xfd,0xce,0x2, + 0xce,0x63,0x5,0x4e,0x1b,0x2a,0xd8,0xd7,0x9,0x24,0x32,0x76,0xd2,0x6f,0x97,0x69, + 0xbd,0xe7,0x7a,0xd1,0x5c,0xfa,0x13,0x1e,0xea,0xf7,0x68,0xfe,0xb,0x3,0xa9,0x7, + 0xd5,0xc0,0x5d,0xbf,0x4a,0x84,0xbf,0x35,0xe1,0xef,0x41,0xf4,0xe8,0x42,0x7c,0xdf, + 0x17,0xf,0x23,0x49,0xcf,0x7,0xb4,0xc6,0x6d,0x47,0x81,0x5b,0x24,0x23,0x5f,0x15, + 0xa5,0xe1,0xd5,0xc3,0x4c,0x4c,0xd9,0x38,0x19,0x75,0x36,0x68,0x63,0x60,0x88,0x35, + 0xc6,0xa6,0xba,0x62,0x54,0xe2,0x5e,0xc2,0x6f,0x4b,0xf8,0xad,0xa0,0x75,0xde,0xc, + 0x5a,0xf1,0x6b,0x31,0xf4,0x9c,0x11,0x34,0x4f,0xcf,0x45,0x2f,0xe2,0x81,0x6e,0x1e, + 0xa3,0xd1,0x71,0xbf,0x3a,0xda,0xec,0xfc,0x11,0x95,0xa6,0xa,0x2c,0xb6,0x58,0x2e, + 0x9,0x26,0x1e,0xb7,0x34,0x67,0x31,0x31,0x4f,0x3b,0x77,0xee,0xac,0xf9,0x21,0xdc, + 0xdc,0xaa,0x53,0x23,0xdd,0x96,0xc8,0x67,0xab,0x30,0xf6,0x32,0xba,0xc7,0x13,0xe2, + 0x81,0xcd,0x8b,0x7e,0xc2,0x7c,0xd2,0xb9,0x1e,0x24,0xdb,0x4f,0x90,0xd,0x77,0x86, + 0x78,0x3e,0x76,0x2d,0xc9,0x39,0xe6,0x79,0x96,0x75,0x36,0xa4,0xdf,0x88,0x8f,0xf3, + 0x8f,0x52,0xf7,0x93,0x69,0x50,0x70,0x4c,0xa6,0x41,0x3e,0x5d,0xef,0xd0,0xef,0x99, + 0xf,0xee,0x9f,0x6a,0x87,0x82,0x13,0xcd,0x24,0x1a,0x3c,0x88,0x18,0x40,0x7f,0x27, + 0x5f,0x97,0xe6,0x3f,0x93,0xf8,0xe6,0xf9,0x9d,0x73,0xa4,0x4a,0x8b,0xb1,0xc0,0x7a, + 0x3e,0x6a,0x98,0x8c,0x40,0xff,0x40,0x4b,0xe8,0xa4,0xb8,0x61,0x4c,0x92,0x3,0xb4, + 0x13,0x76,0x13,0x1f,0xd8,0x60,0xc0,0xf1,0xd5,0x68,0x6b,0x66,0x84,0xe6,0x1b,0xe7, + 0xa1,0xa7,0xd7,0xc,0x68,0x92,0xaf,0xd4,0xc7,0x6f,0x1a,0xba,0xba,0x69,0x43,0xcd, + 0xbe,0x2f,0x9a,0xda,0xb4,0x83,0xa0,0x31,0x9a,0xed,0xb1,0x90,0xf5,0x93,0xc2,0xb7, + 0x61,0x61,0x67,0xa,0xe7,0xcc,0x99,0xf3,0xc1,0x3a,0xe,0x53,0xa6,0x4c,0xb1,0xe5, + 0x5a,0xf3,0xaf,0x5e,0xbd,0xc0,0x33,0x3e,0x5f,0x96,0xba,0xf1,0xac,0x11,0x30,0x68, + 0x49,0xf3,0x4e,0xb6,0xcc,0xe1,0xc9,0x2,0x81,0xc4,0xf7,0x11,0xcb,0x69,0xbd,0x6f, + 0x90,0xed,0x72,0x9e,0xfb,0x1b,0x7b,0x49,0x86,0x91,0xbc,0xbb,0xeb,0x23,0x90,0xe7, + 0x2b,0xd3,0x80,0x3b,0xaf,0x83,0x3b,0x3e,0x32,0x3f,0x14,0x6,0xd5,0x21,0xdc,0xf5, + 0x91,0xe7,0x5f,0x93,0xe6,0xbf,0x3,0xad,0x83,0x1e,0xf4,0xd9,0x1a,0xc8,0x22,0xfb, + 0xf6,0x2a,0xc9,0x8d,0x67,0x59,0x21,0x2c,0x61,0x61,0xbc,0x67,0x15,0xaa,0xac,0x1b, + 0x8e,0xde,0xc7,0x36,0xd3,0xfc,0xbb,0x63,0x74,0x92,0x23,0xc6,0xa4,0xec,0xc1,0xe0, + 0x10,0x33,0x54,0x9d,0xe7,0x8,0xb1,0xfe,0x26,0x84,0x71,0x36,0xaa,0xce,0x70,0x40, + 0x1f,0x9f,0x79,0xe8,0x17,0x3c,0x7,0xdd,0xf,0x4d,0x84,0x9a,0xe3,0x50,0xb4,0xd8, + 0xd9,0x3,0x75,0x36,0x37,0x86,0x18,0x29,0x60,0x7f,0xd0,0xa1,0x5c,0x6e,0xb1,0x6d, + 0x46,0xfe,0xf7,0x4d,0x3,0x3,0x83,0x1f,0xde,0x85,0x5d,0x5b,0x5b,0xbb,0xfb,0xa1, + 0x43,0xde,0x92,0x5,0xc7,0x3a,0x84,0x7f,0xb0,0x32,0xd6,0xc7,0x8c,0x1f,0x4,0xf6, + 0xe,0x23,0x7b,0x86,0xe8,0xea,0x4b,0x72,0x3e,0x84,0x79,0x7f,0x5,0xe1,0x27,0x7b, + 0x36,0xcd,0x9c,0x64,0xfd,0x36,0x81,0x9c,0x83,0x84,0xd3,0x4b,0xa6,0x41,0x1e,0xad, + 0xff,0xbc,0x23,0xbf,0xd2,0xe0,0xb6,0xd7,0xaf,0x6b,0x81,0x65,0x42,0x1e,0xf1,0x42, + 0xf1,0xc9,0xe6,0x44,0x8f,0xfa,0xc8,0xa5,0xef,0xdd,0xd8,0x49,0x9d,0xe6,0xbf,0xec, + 0x6e,0xac,0x34,0xde,0x83,0x7e,0xfb,0x20,0x56,0xc,0x42,0x17,0x9f,0xf5,0x18,0x9b, + 0x4c,0xf3,0x9f,0xe2,0x84,0x31,0xa9,0x76,0xa4,0x3,0xad,0x21,0xe,0xbe,0x82,0x88, + 0x3,0x44,0x4,0x75,0xab,0x52,0xfc,0x68,0xbb,0x2,0xfd,0xc9,0x4f,0xea,0xee,0x37, + 0x1d,0x6a,0xee,0x63,0xd0,0x72,0x4f,0x7f,0x7c,0xbf,0xb5,0x3,0x3e,0x35,0xae,0xd, + 0xf2,0xca,0x70,0x38,0xe0,0x48,0x39,0xd,0x78,0x3d,0x38,0x3b,0x3b,0xa7,0xcc,0x9e, + 0x3d,0xfb,0xdb,0xb7,0xe1,0x27,0xda,0x1c,0xe7,0x73,0x43,0x4a,0x4b,0x9f,0x4a,0x7a, + 0x3d,0xd0,0xef,0x30,0x46,0xd7,0x15,0xb0,0xee,0x47,0xf8,0x49,0xb7,0xbb,0x12,0xfe, + 0xa3,0x33,0x8,0xff,0x7c,0x81,0xb0,0xa5,0xb4,0xf6,0x99,0xff,0x49,0xdf,0x5d,0x27, + 0xdb,0xee,0xae,0x97,0xdc,0x65,0x5d,0x26,0xf3,0x1,0xaf,0x85,0xdb,0x64,0xcb,0xe6, + 0x12,0x4d,0xa,0x2,0x64,0x1a,0xdc,0x3d,0x22,0xf3,0x42,0x51,0xf0,0xbf,0x91,0x47, + 0x9f,0xe1,0xb9,0xbf,0x46,0xf4,0x7b,0x90,0x4a,0xf6,0xfc,0x8b,0xfb,0x78,0x7c,0xef, + 0x6,0xc6,0x6f,0x9a,0x8e,0xca,0x66,0xba,0xe8,0x75,0x7c,0xb,0xc6,0xa6,0xb8,0x4b, + 0x32,0x70,0x54,0xf2,0x1e,0xc,0x3a,0x6e,0xd,0x75,0xcf,0xab,0x68,0x46,0xf8,0x9b, + 0x84,0x3,0x9d,0xf6,0xa6,0xa2,0xf7,0x91,0xc5,0xd0,0x38,0x35,0x1f,0x3d,0x3,0x66, + 0xe1,0x47,0xef,0x9,0x68,0xb9,0x7f,0x18,0xea,0xdb,0x74,0xc3,0xd7,0x9b,0x5a,0x40, + 0x2c,0x12,0x10,0x3,0x3e,0xc3,0xe9,0xa8,0x30,0xc5,0x56,0xe3,0x33,0xd3,0x9f,0x60, + 0xf7,0xee,0x5d,0x67,0x68,0x2d,0x7c,0xf6,0xc6,0xdc,0xb7,0xf6,0xf2,0xf2,0x7a,0xf1, + 0xfa,0xf5,0x2b,0xb2,0xe5,0x9e,0xe2,0x7e,0x49,0x9,0x26,0xf7,0xaa,0x8d,0x65,0xad, + 0x4,0x6c,0x34,0xc8,0xef,0x24,0xfc,0xf6,0xc4,0xff,0xfb,0xc8,0x8f,0x9,0x9a,0x47, + 0xeb,0x7f,0xb1,0x40,0xd4,0x4a,0xe2,0x1,0xb2,0x75,0xb2,0x9d,0x8,0x83,0xb3,0xc0, + 0x4d,0x92,0x61,0x79,0xde,0xa,0x1f,0x10,0xb6,0x1c,0xc2,0x7e,0xcb,0x4d,0xa6,0x3, + 0xcb,0x2,0xe6,0x85,0x1c,0x2f,0x45,0x37,0x1c,0x97,0x79,0xe6,0x3a,0xd9,0x87,0x39, + 0x87,0xfb,0x92,0xdc,0xcb,0x42,0x59,0xf1,0x75,0x18,0x58,0xce,0x83,0x58,0xab,0x85, + 0x66,0x2e,0x4b,0x49,0xdf,0x1d,0x80,0x4e,0xea,0x41,0x5a,0xff,0x8e,0xb4,0xfe,0xf7, + 0x60,0x64,0x82,0x35,0x6,0x1d,0xb3,0x44,0x7f,0x27,0x7,0xc,0x70,0x71,0x20,0xfd, + 0xb7,0x1c,0x3,0x22,0x16,0xa1,0x5f,0xe8,0x7c,0xf4,0x38,0x3e,0x1b,0x3f,0x1e,0xfe, + 0x5,0x2d,0xe,0x68,0xa1,0xee,0xb6,0x2e,0xf8,0x62,0x63,0x33,0xe2,0xa1,0x7f,0x43, + 0x4c,0x13,0xa8,0xd6,0xff,0x5b,0x24,0xa6,0x24,0x2b,0x34,0x28,0x93,0xde,0x1f,0x6d, + 0xdd,0xba,0xd5,0x9b,0xe4,0x5c,0xb9,0x2e,0xf8,0xe9,0xa7,0x9f,0x96,0x5e,0xb9,0x72, + 0x45,0x3a,0x57,0x9a,0xe7,0xde,0xd7,0xd3,0x19,0xda,0xdf,0x8,0x6c,0xea,0x22,0x60, + 0xd5,0x4f,0xc6,0xbf,0x5b,0x5b,0x60,0xc3,0x60,0x81,0xfd,0x3f,0x9,0x9c,0xa4,0x35, + 0x10,0x46,0x3e,0x7c,0xa2,0x99,0x90,0xe4,0xb7,0x2f,0xc9,0x41,0xb3,0x65,0x63,0x90, + 0x4d,0x78,0xb,0x68,0xfe,0x73,0xc8,0xee,0xcb,0x72,0x96,0xf9,0x41,0x25,0xf,0x6e, + 0x7b,0xc8,0xbc,0xc0,0xf8,0xf3,0xe9,0x77,0xd9,0xf4,0xbd,0x2b,0x24,0x3b,0xef,0x45, + 0xac,0xa3,0x81,0xdd,0x45,0x60,0xe0,0x1,0x88,0x65,0x3,0xf1,0x9d,0xc3,0x2,0xf4, + 0xf,0xdb,0x4d,0xd8,0xbd,0x89,0xf7,0x89,0xff,0x93,0xf,0x10,0x7e,0x3b,0x8c,0x38, + 0xbf,0x8d,0xec,0x0,0x73,0x68,0x84,0xd3,0xdf,0xc3,0xe7,0x62,0x50,0xd4,0x52,0xf4, + 0x3f,0xbd,0x18,0xfd,0x48,0x6,0xf6,0xc,0x9e,0x82,0x76,0x87,0x47,0xe0,0x87,0xfd, + 0x83,0x50,0x67,0x7b,0xf,0x7c,0xb6,0xa9,0x39,0xe1,0xff,0x6,0x82,0xec,0x51,0x96, + 0x87,0xf5,0xb4,0x9a,0xe3,0x46,0xe6,0x35,0xbc,0x26,0x39,0xf0,0xfc,0x79,0x99,0x54, + 0x2b,0x73,0xc3,0x6,0x93,0x5d,0x2a,0xfc,0xb,0x17,0x1a,0xfa,0x30,0xef,0xf3,0xba, + 0x7f,0x4e,0xfa,0x7e,0xc9,0xa4,0xa1,0x98,0x5e,0x87,0xf0,0x92,0xbe,0xb3,0x52,0x97, + 0xf1,0x6f,0x25,0xec,0x2b,0xe8,0xe7,0xf5,0xa4,0xfb,0xf7,0x4c,0xa0,0x75,0xb0,0x80, + 0xf8,0x9f,0xe4,0xdf,0xd,0xe2,0x7f,0x7f,0x5a,0x7,0xeb,0x4c,0x77,0x62,0xcf,0xe6, + 0x49,0xb8,0xe6,0x40,0x58,0x9d,0xe5,0xf9,0xe5,0xb5,0xc0,0x7c,0xce,0xf4,0x60,0xda, + 0x48,0xba,0xe1,0x98,0xcc,0x23,0xbc,0xe6,0x33,0x48,0x7e,0x14,0xc7,0x91,0x3f,0xff, + 0xf8,0x26,0xac,0x1c,0xd7,0x43,0x98,0x8c,0x46,0x7b,0x9f,0xd,0x24,0xeb,0xdd,0x31, + 0xee,0x82,0x37,0xc6,0x5d,0x74,0x21,0x19,0x68,0x47,0x3c,0xb0,0xd,0x23,0x13,0xad, + 0xc9,0x6,0x34,0xc7,0xa0,0xc8,0x35,0xe8,0x73,0x72,0x1e,0x6,0x84,0x91,0xe,0xc, + 0x5f,0x84,0xae,0xde,0xb3,0xf1,0xdd,0xaa,0x79,0x68,0x60,0x32,0x9,0xcd,0x9d,0x86, + 0xa1,0xde,0xce,0x7e,0xf8,0x7c,0x33,0xe9,0x81,0x95,0xdf,0x41,0xd0,0x5a,0x15,0x73, + 0xa9,0x93,0x3f,0xd6,0x76,0x42,0xf,0xe4,0xde,0xbd,0x23,0xad,0x83,0x97,0x64,0xc3, + 0xde,0xbc,0x79,0x13,0xab,0x56,0xad,0x5a,0xcb,0xf8,0x4d,0x4c,0x4c,0xce,0xf3,0x99, + 0xc2,0x7c,0x9e,0x68,0x7e,0x41,0x1,0x74,0x3b,0x7c,0x1,0x83,0x86,0x84,0xe9,0x47, + 0xc2,0xdd,0x87,0xe6,0x7e,0xa8,0xc0,0xca,0xde,0x2,0x6,0xdd,0x5,0x96,0x12,0x3f, + 0xac,0xea,0x2f,0x24,0x3f,0x27,0x81,0xc6,0x7f,0x85,0xe4,0x97,0x7,0xd9,0x40,0xbe, + 0xfe,0xc1,0x70,0x3d,0xe8,0x43,0x32,0x73,0x22,0xae,0xd1,0xdc,0x16,0x78,0xcb,0xf3, + 0x7f,0x5b,0xe1,0x5,0x49,0x3f,0xd0,0xfa,0xbf,0x73,0x48,0x5e,0xf7,0x57,0xd9,0x27, + 0x26,0xba,0xdd,0x4f,0xdc,0x7,0x14,0x5d,0xc2,0xd2,0xed,0xb,0x20,0x68,0xdd,0xab, + 0xf9,0x6e,0x22,0x99,0xef,0x8e,0xf1,0xe9,0x7,0xa1,0x79,0xc4,0xa,0x8d,0x57,0x6c, + 0x46,0xc3,0xa5,0x1b,0xd1,0xeb,0xe0,0x1a,0x68,0xc5,0x99,0x62,0x68,0xf4,0x3a,0xa8, + 0x87,0x1a,0x40,0x9d,0xd6,0xbd,0x46,0xc8,0x6c,0xd4,0x32,0x76,0x82,0xd8,0x5d,0x46, + 0x78,0xaf,0xa3,0x2e,0xf9,0xdc,0xf5,0x76,0xb6,0x47,0xb5,0x8d,0x2d,0x89,0x97,0xbe, + 0x85,0x30,0x50,0xf0,0xcf,0xa1,0xde,0x5e,0x60,0x88,0xde,0x18,0xe9,0xfc,0x54,0x3e, + 0x2f,0x89,0xcf,0x4f,0x4e,0x49,0x49,0xc1,0x92,0xc5,0x46,0xf3,0x2d,0x2d,0x2d,0xd3, + 0x9f,0x3f,0x2f,0x95,0xe4,0x24,0xd7,0x58,0x1f,0xf6,0x9d,0x80,0x21,0xc9,0xfd,0xd5, + 0x6a,0x2,0x5b,0x7a,0x9,0x58,0xd2,0xbc,0x4f,0x6b,0x2b,0x30,0x83,0xe8,0xa1,0xdf, + 0x4d,0x60,0x1,0xd1,0x62,0x19,0xd9,0xbf,0xfb,0xf5,0xc8,0xde,0x27,0x1a,0xec,0x5b, + 0xa5,0x86,0xd4,0xf4,0x1b,0x48,0x4b,0x4b,0x83,0x83,0x93,0x7,0x6c,0xd6,0x4e,0xc2, + 0x75,0xa2,0xc1,0x1d,0x77,0xc2,0xea,0x24,0xdb,0x45,0x4c,0xb,0xb6,0x75,0x33,0xf7, + 0x10,0xcd,0xc8,0x56,0x4c,0x5b,0x4f,0xdf,0x25,0x3d,0x72,0x8f,0x6c,0x7b,0x14,0xa6, + 0xc1,0xc3,0x6b,0xb,0x2a,0xaf,0x19,0x81,0x6,0x2e,0x46,0x18,0x16,0xef,0x80,0xc1, + 0x41,0x76,0x34,0x7f,0x47,0x21,0x6c,0x1e,0x41,0x58,0x3c,0xa6,0xb5,0xec,0x83,0xbe, + 0x3e,0xc6,0x18,0x1a,0x63,0xc,0xcd,0x33,0x8b,0xd0,0x9b,0xb0,0xf7,0x9,0x98,0x8e, + 0xe,0xbb,0xfc,0xd0,0x9c,0x4c,0x87,0xe6,0x2e,0xc5,0x68,0xb0,0x7e,0x3c,0xbe,0x25, + 0xbf,0xf0,0xd3,0xb5,0x8d,0x8,0x7f,0x75,0x8,0xb2,0x55,0xc4,0x70,0xea,0x9a,0xd5, + 0x30,0x73,0xcd,0x3c,0x44,0x27,0x9c,0xa3,0xf5,0x7f,0x5f,0xaa,0x17,0x2f,0xd7,0x88, + 0xbc,0x8b,0xd0,0x93,0x27,0xb3,0xc8,0xd6,0x8d,0x2b,0x2b,0x7b,0x4a,0xf6,0x4e,0xa9, + 0x54,0xff,0x6d,0x40,0x4d,0x21,0xcd,0xff,0x4a,0xb2,0x79,0xcc,0x9,0xaf,0x1,0xd1, + 0x6e,0x64,0x63,0x81,0x9,0xad,0x5,0x26,0xd3,0xcf,0x33,0x3b,0xd1,0xef,0x88,0x6, + 0x4b,0x49,0xc7,0x58,0x93,0x4c,0xdc,0xb9,0x71,0x16,0xd9,0x49,0xcf,0xa5,0x33,0xab, + 0xf9,0x2c,0xfb,0x3,0xce,0x9e,0x12,0x1f,0x64,0x10,0xd6,0x7c,0x92,0x83,0xb7,0x89, + 0xf7,0x6f,0xee,0xa3,0x39,0xe7,0x77,0x1,0xfc,0x4e,0x80,0x6c,0x87,0xc,0xb6,0x99, + 0xe,0xd,0x43,0x49,0xfa,0x61,0xe0,0xee,0x59,0x3c,0xbb,0x7c,0x12,0xfd,0x57,0x8c, + 0x86,0xb0,0xd5,0xc3,0xc0,0xb3,0xdb,0xa1,0xee,0xb2,0x7,0x5f,0x93,0xfa,0x2a,0xd7, + 0x77,0x3b,0x5f,0xa3,0x8b,0x3d,0xf9,0x42,0xb1,0xcb,0x30,0x30,0x8c,0xf0,0x7,0x4c, + 0x43,0x1f,0xf2,0x5,0xbb,0xb8,0x4d,0x82,0x9a,0xa5,0x21,0x9a,0x93,0xbf,0xf4,0xbd, + 0xb5,0x1a,0x6a,0x9a,0x92,0xec,0x5b,0x2a,0xf3,0x7c,0xe5,0x81,0x35,0x60,0xb0,0x61, + 0x31,0x52,0xd3,0x52,0xf1,0x8a,0x6d,0xb9,0xc7,0x8f,0xa5,0x73,0xb0,0xb8,0x16,0xce, + 0x95,0x2b,0x19,0x79,0x69,0x69,0xa9,0x66,0x17,0x2f,0xa4,0x35,0x5c,0xb4,0x68,0x91, + 0x1f,0xbf,0xbf,0x2a,0x25,0xf9,0xc8,0xe7,0xde,0xd,0xac,0x25,0x30,0xbb,0x1e,0xe1, + 0x27,0xf9,0x3f,0x9f,0x6c,0x9f,0xfe,0xa4,0x7,0x7,0xd5,0x17,0x18,0x41,0x34,0x18, + 0xdb,0x5c,0x60,0x3c,0xfd,0x7e,0x5a,0x47,0xe2,0x3,0x5a,0x7,0x53,0xfb,0xa,0xb6, + 0x2d,0x64,0x3d,0x4b,0x6b,0x88,0xeb,0x6e,0x32,0xd,0x1c,0x88,0x6,0x36,0xeb,0x26, + 0xe1,0x32,0xd1,0x20,0x8b,0xd7,0x3a,0xf1,0xfb,0x5,0x9a,0xf3,0xcb,0xa4,0xef,0xf2, + 0x42,0x17,0xe3,0x61,0xba,0x17,0x5e,0xb0,0xcd,0x93,0x7d,0x12,0x17,0x4e,0xef,0xc3, + 0xc4,0x75,0x13,0xf1,0xf5,0xda,0x51,0xa8,0xbb,0xd7,0x0,0x83,0xcf,0xed,0xc0,0xb0, + 0xd3,0xbb,0xd0,0xdf,0xed,0x3c,0x3a,0x9d,0x5,0xda,0x9f,0x4,0x7a,0xec,0x8b,0x80, + 0xe6,0x89,0x15,0x84,0x7d,0x21,0xfa,0x93,0xcd,0xd3,0xc3,0x57,0x17,0x3d,0xbc,0x74, + 0xd1,0xd9,0x65,0x28,0x5a,0xed,0x6e,0x8f,0x86,0xd6,0x75,0x50,0x63,0x3d,0xad,0xf9, + 0x9f,0x5,0x6a,0x8e,0x6a,0x8,0xa3,0x2d,0xab,0xc9,0xfe,0xbf,0x84,0x97,0x65,0x2f, + 0xc8,0x2f,0x7a,0x20,0x9d,0x17,0xc0,0xb5,0x3f,0xaf,0x5c,0xce,0xc8,0xb9,0x90,0x96, + 0x6c,0x92,0x92,0x92,0x58,0x57,0x25,0xff,0x26,0x4e,0x9c,0xb8,0xfc,0xca,0x95,0xcb, + 0x92,0x6c,0xbc,0x43,0xf4,0x19,0xd9,0xac,0x1a,0x66,0xfc,0x5b,0xe0,0x17,0xa2,0x41, + 0xd7,0x2f,0x5,0xba,0xd4,0x10,0xe8,0x5b,0x5b,0x40,0x93,0xd6,0xc5,0xd0,0x46,0x44, + 0x87,0x26,0x2,0x3a,0x6d,0xe8,0xef,0xc4,0x7,0xb3,0x27,0xa8,0xa3,0xe8,0xfe,0x43, + 0xc5,0xff,0x7e,0xad,0xd0,0xe0,0xae,0x4c,0x3,0x5a,0xb,0x5b,0x57,0x8e,0x47,0x2, + 0xd9,0x4a,0x97,0x8,0xfb,0xd,0xa7,0x86,0x28,0x22,0x5b,0xbe,0xf4,0xf2,0x61,0x3c, + 0x48,0x76,0x45,0x1c,0xe9,0x78,0xcb,0xed,0x73,0xd1,0x7c,0xa1,0x26,0xc4,0xa6,0xb1, + 0x68,0xbc,0x7f,0x1e,0x7a,0x7,0x9a,0x41,0x3b,0x7e,0xf,0x46,0x25,0xed,0x22,0x1f, + 0xc8,0x12,0x3,0x3d,0xec,0x30,0xc0,0x63,0x3b,0xf9,0xfd,0x4b,0x31,0xe8,0x8c,0x21, + 0x6,0x4,0xea,0xa1,0xef,0x91,0xf1,0xe8,0xea,0x3a,0x18,0x5d,0x1d,0x7,0x93,0xef, + 0xd3,0xb,0xd,0x36,0x37,0x81,0x20,0xdb,0xff,0x87,0x9,0xad,0xb0,0x6e,0xe7,0x46, + 0xa9,0x36,0xf2,0x4b,0xd6,0x75,0xa4,0xc7,0x79,0xbe,0xf9,0xec,0xa4,0xcb,0x19,0x97, + 0xb2,0x52,0x53,0x92,0x57,0x11,0xee,0xff,0xb0,0x7f,0x48,0xff,0x37,0x27,0xdb,0xa8, + 0x8c,0xf5,0x3f,0xb7,0x5,0x13,0xc8,0xa7,0xfa,0x44,0xa0,0xc9,0xa7,0x2,0xcd,0xab, + 0x9,0xb4,0xaf,0x2e,0xd0,0x89,0x68,0xd0,0x93,0xf8,0xa2,0x1f,0xe9,0x85,0xfe,0xc4, + 0xb,0x3,0xa9,0xf,0xeb,0x40,0xf6,0x40,0xc8,0x49,0x28,0xe0,0x7f,0x43,0x3,0x5e, + 0x5f,0x29,0xc9,0xc9,0x70,0x74,0xf1,0x82,0xe9,0xc2,0x31,0x48,0xdd,0xdb,0x15,0x8f, + 0x92,0xec,0xf1,0x2c,0xc5,0x1,0x11,0xde,0xab,0x31,0x6e,0xe9,0x10,0x34,0x98,0xdf, + 0x7,0x9f,0xaf,0x20,0x9d,0x67,0x3d,0x9,0x1d,0x3d,0x98,0xaf,0x6d,0x30,0x32,0x7e, + 0x37,0x75,0x5b,0x8c,0x88,0xb5,0x21,0x9f,0xc7,0x9c,0x7c,0xbe,0x35,0x18,0x1a,0xb1, + 0x98,0xfc,0x7e,0x7d,0x68,0xfa,0x4f,0x85,0xc6,0x21,0x1d,0x74,0x27,0xbf,0xbf,0x9b, + 0x43,0x4f,0xb4,0xdc,0xda,0xa,0x5f,0xce,0xaa,0x8a,0xb6,0x53,0x3a,0xc1,0xdc,0x7e, + 0xb,0xb2,0x49,0xa6,0xbf,0x28,0x65,0xdc,0xf7,0xa5,0x9a,0x8f,0x37,0x6f,0x66,0x72, + 0x7d,0xb7,0xab,0xa9,0x29,0x89,0x8b,0x93,0x93,0x12,0xde,0x5b,0xcf,0x89,0x6c,0xff, + 0xed,0x9,0x9,0xf1,0x8,0x39,0x19,0x8c,0x21,0x3,0x34,0x51,0x55,0x90,0xde,0xac, + 0x22,0xf0,0x3d,0xd1,0xa0,0x29,0xf5,0xd6,0x9f,0x13,0x1d,0x88,0x17,0x3a,0x7e,0x4d, + 0xb4,0xf8,0x42,0xa0,0x1b,0xe1,0xdf,0xb3,0xdb,0x4e,0x7e,0x1f,0xff,0x52,0xd9,0x97, + 0x78,0x83,0x6,0xe5,0x6b,0xc1,0xc9,0xd,0x96,0xa6,0xc6,0xb8,0x16,0xb8,0x9,0xf6, + 0xdb,0xa7,0xa0,0xd9,0xac,0x6e,0xa8,0xbd,0x7a,0x8,0x5a,0x6f,0x9f,0x4a,0xeb,0x77, + 0x11,0xf9,0x3a,0xa6,0xa4,0xdb,0x76,0xd2,0xbc,0xef,0x22,0x5f,0xcf,0x6,0x23,0x62, + 0xc8,0xd7,0x8d,0xda,0x84,0xa1,0x61,0xab,0x31,0x28,0x78,0x1,0x6,0x6,0xcc,0x44, + 0xff,0xc3,0xe3,0xa0,0xe1,0x49,0x7e,0x81,0x73,0x6f,0xb4,0xdc,0xf2,0x3d,0x6a,0xcf, + 0xfb,0x2,0xdd,0x67,0xf7,0xc6,0x76,0xa7,0x9d,0xc8,0x21,0x5f,0xff,0x5,0xcd,0x37, + 0x9f,0x85,0xc3,0xf5,0xb0,0x33,0x33,0x6f,0xf0,0x39,0xda,0xe9,0x69,0xa9,0x49,0xf3, + 0x52,0x92,0x13,0x7e,0x57,0xdc,0x84,0xae,0xae,0xee,0xe7,0x13,0x26,0x4c,0x38,0xd9, + 0xb5,0x5b,0x37,0xa8,0x75,0x50,0x43,0x8d,0xaa,0x55,0xf0,0x65,0x25,0x81,0x5a,0xc4, + 0x7,0x75,0xa9,0x37,0x60,0x5a,0x50,0x6f,0x44,0xb4,0xe8,0xd3,0xae,0x1e,0x5c,0x5d, + 0x9d,0xf1,0xf2,0xe5,0x6b,0x49,0x97,0xf2,0x7b,0xa1,0x97,0xef,0xa0,0x1,0xf3,0x1, + 0xd3,0xc0,0xc5,0xc5,0x15,0xcb,0x16,0xe9,0xa3,0xd5,0x9c,0x1e,0x68,0xbe,0x69,0x24, + 0x7a,0x38,0x19,0x60,0xd0,0x49,0x33,0x8c,0xa0,0xb5,0xce,0xf3,0x3d,0x32,0x6e,0x3b, + 0xb4,0x62,0xb6,0x40,0x2b,0xca,0x14,0xc3,0xc2,0xd6,0x60,0x48,0xc8,0x12,0xc,0xa, + 0x98,0x4d,0x3a,0xf0,0x67,0xf4,0xf7,0x1c,0x6,0xd,0x57,0xd,0x74,0xb0,0x6e,0x8e, + 0x5a,0x24,0xd3,0xfb,0xce,0xed,0x4f,0xfe,0xcd,0x5e,0xa9,0xfe,0xff,0xf3,0x67,0xa5, + 0x28,0x2e,0x2a,0x94,0xce,0xa,0xce,0xbc,0x71,0x95,0x6b,0x79,0x26,0x13,0xe6,0x19, + 0x49,0x89,0x9,0x9f,0x7d,0x18,0xf5,0x6f,0x1b,0xd9,0x81,0xd5,0xa7,0x4c,0x9e,0x1c, + 0x34,0x62,0xe4,0x48,0xb4,0x6b,0xd7,0x6,0x9f,0x56,0x16,0x12,0x1f,0x54,0xa7,0x6b, + 0xdd,0x6a,0x95,0xd0,0xa3,0x5d,0x33,0xac,0x5a,0xb6,0x4,0xc9,0x29,0x69,0x12,0x3e, + 0xf6,0x2f,0xa5,0x4e,0xb4,0x67,0xff,0x82,0x69,0x20,0xed,0xcd,0x54,0xd8,0xe7,0x63, + 0x7d,0xab,0xa2,0x81,0x3b,0xd1,0x60,0xb6,0x91,0x3e,0xfa,0x1e,0xd0,0x27,0x3d,0xb6, + 0x15,0xda,0x84,0x99,0xed,0x3a,0xad,0x73,0x96,0x18,0x1e,0xbd,0x11,0x43,0xce,0x18, + 0x13,0xee,0xc5,0x64,0xe7,0xce,0xc6,0x40,0xc2,0xad,0xe9,0x31,0x2,0x1a,0x2e,0x7d, + 0xd1,0x61,0x6b,0x63,0x34,0x98,0x5b,0x3,0x3,0xe7,0xf,0x84,0xa3,0xb7,0x23,0xa, + 0xee,0xde,0x45,0x19,0xe1,0xe6,0xf3,0x4f,0x78,0xee,0xf9,0x1c,0x83,0xf4,0x8b,0x69, + 0xe7,0x53,0x92,0x13,0x7f,0x4e,0x4e,0x8a,0xff,0x4b,0xb1,0x11,0xfa,0xe4,0x1b,0xac, + 0x5e,0xb5,0xf2,0xc8,0x36,0x1b,0x1b,0xd8,0x6c,0xb3,0x86,0xe5,0x96,0x2d,0xd8,0xbf, + 0x6f,0x1f,0x4e,0x9e,0x3c,0x89,0xdb,0x39,0x39,0xe5,0xfc,0xce,0xba,0x84,0x3b,0xcf, + 0x71,0xe9,0x7b,0x68,0xc0,0x74,0x62,0x1a,0xa8,0xd6,0x82,0xa7,0x93,0xb,0xc,0x37, + 0x2c,0x27,0xf9,0x6e,0x82,0xa1,0xe7,0xcd,0x30,0x98,0xe6,0x7a,0x60,0xe8,0x12,0x68, + 0x6,0xce,0x43,0x7f,0xbf,0xc9,0xe4,0xe3,0x8c,0x81,0xba,0x9b,0x26,0xfa,0x3a,0x74, + 0x43,0x7b,0xf3,0xef,0xd1,0x70,0xce,0xd7,0xd0,0x5a,0xa4,0x85,0x83,0xbe,0xee,0xb8, + 0x97,0x9f,0x8f,0xd2,0x27,0x4f,0xa5,0xda,0xee,0xb7,0x6f,0x67,0x4b,0x35,0x5c,0x49, + 0x7f,0x45,0x25,0x25,0xc5,0xeb,0x24,0x26,0xc4,0xff,0x91,0x3d,0x8e,0xf7,0x36,0x43, + 0x83,0xb9,0x9f,0x6e,0xde,0xb4,0xf1,0x30,0x9f,0x49,0xcf,0xb6,0x42,0xc5,0xc6,0x36, + 0x34,0xcf,0xb9,0x74,0x6,0xf5,0x63,0xf9,0xc,0x6a,0xc6,0xa7,0xf2,0x31,0xdf,0x4f, + 0x3,0x99,0xf,0x3c,0xe,0x38,0x63,0xde,0xfa,0xc5,0xd0,0xf4,0x25,0x99,0xc6,0xb6, + 0xac,0xff,0x74,0xc,0x38,0x34,0x1e,0x9a,0x7,0x87,0x40,0xfd,0x40,0x77,0xa8,0x99, + 0xd5,0x46,0x43,0xbd,0xcf,0xa1,0xbd,0x68,0x14,0xe,0x1f,0xf3,0x46,0x71,0x61,0x21, + 0x9e,0xd2,0xb3,0xb8,0x9e,0xf5,0xad,0x5b,0xd9,0xb8,0x76,0xed,0x32,0x2e,0x5c,0x48, + 0x3d,0x9d,0x9c,0x94,0xa8,0xf5,0x77,0x61,0x7e,0xb3,0x19,0xcc,0x9d,0xf3,0xe9,0xfa, + 0x75,0x6b,0x9c,0x83,0x83,0x82,0xa4,0xba,0xba,0x6c,0x1f,0xab,0xe4,0x3c,0xaf,0xf9, + 0x8a,0x34,0x78,0x42,0x57,0xc6,0xc7,0x3c,0xf0,0x7b,0xf8,0x80,0xf5,0x82,0x87,0x93, + 0x33,0xe6,0xaf,0x5a,0x88,0x1,0xce,0xba,0x24,0xd7,0x6,0x11,0xee,0xae,0x50,0xdb, + 0xfc,0x2d,0x7e,0x98,0x51,0x1d,0x63,0x16,0x8f,0x86,0x5f,0x90,0x2f,0x1e,0x90,0x3c, + 0x7b,0xc6,0xb8,0x89,0x6e,0x6c,0xb3,0x70,0xcd,0xbe,0xb4,0xd4,0x94,0x60,0x5a,0xdb, + 0x83,0xff,0x29,0xdc,0x15,0x9b,0xa1,0xc1,0xbc,0x4a,0x26,0xeb,0xd6,0x3a,0x49,0x34, + 0xb8,0xfd,0x6e,0x1a,0x48,0x67,0x92,0xff,0x1,0x3e,0x50,0xc9,0x3,0xf,0x27,0x57, + 0x18,0xac,0x98,0x8b,0x5e,0xa6,0x6d,0xd0,0x44,0xbf,0x32,0x46,0x2c,0xd0,0x82,0x7f, + 0xe0,0x51,0xdc,0x2f,0xba,0x8f,0xc7,0xf,0x1f,0x4a,0xb5,0xcc,0xb3,0xb3,0xc9,0x66, + 0xb9,0x72,0xe9,0x35,0xe1,0xe,0x20,0xdc,0x1a,0xff,0xd,0xdc,0x15,0xdb,0x42,0x43, + 0x83,0xca,0x1b,0xd6,0xaf,0xb3,0xfb,0x10,0xd,0x54,0x7c,0xf0,0x87,0xe5,0x81,0xab, + 0x1b,0xa6,0xea,0x4d,0x82,0xb5,0xbd,0xb5,0x7c,0xb6,0x33,0xf5,0x3b,0x77,0x72,0xc9, + 0x66,0xb9,0x81,0xcb,0x97,0x2f,0xbd,0x20,0x9b,0xe5,0x70,0x62,0x62,0x5c,0xaf,0xff, + 0x36,0xee,0x37,0xdb,0x6,0x93,0x75,0xb6,0xc1,0x41,0x81,0xd2,0x7b,0xf5,0xf,0xf1, + 0xc1,0xef,0xa5,0x1,0xf3,0x41,0x12,0xd1,0xc0,0x95,0x64,0xa2,0xcd,0xd6,0xad,0x52, + 0x4d,0x7b,0xae,0x5d,0x4d,0x36,0xea,0x33,0xc2,0xed,0x4e,0xb8,0xbb,0x7c,0x6c,0xdc, + 0x15,0x9b,0xe9,0xa6,0x8d,0x16,0xcc,0x7,0x4c,0x83,0xf2,0x78,0x3d,0x85,0x6,0xcf, + 0x9,0xab,0x8a,0x6,0xef,0xe5,0x3,0x95,0x1c,0xad,0xc8,0x7,0xc9,0xe4,0x33,0x39, + 0xec,0x7,0xf1,0x19,0x88,0xc6,0x7e,0x89,0x9,0xe7,0x5b,0x7e,0x6c,0xac,0xef,0x6a, + 0x9b,0x4d,0x4d,0xcd,0xf8,0x9c,0xf2,0xb7,0xf1,0x81,0x8a,0x6,0x4f,0x2a,0xd0,0x40, + 0x85,0xff,0x83,0x6b,0x81,0x68,0xe0,0xe2,0xec,0x8,0x92,0x39,0x49,0x86,0x6,0xfa, + 0x3f,0x7c,0x6c,0x9c,0xef,0x6b,0xe6,0x66,0xa6,0xc6,0x2a,0x3e,0x78,0xdf,0x5a,0x78, + 0x97,0x5e,0x78,0xd3,0x4e,0x2c,0xd7,0x8d,0xa4,0x17,0xdc,0x5c,0x5d,0x40,0xba,0x27, + 0x6b,0xec,0xe8,0x51,0xad,0x3f,0x36,0xce,0xf7,0x35,0xa2,0xc1,0xaa,0x60,0x85,0xf, + 0x2a,0xc6,0xae,0x7e,0x48,0x2f,0xa8,0x6c,0xe5,0xb7,0xf1,0x1,0xfb,0x6a,0x49,0x89, + 0x89,0x70,0x77,0x73,0xc5,0x2,0x83,0x79,0x59,0x3f,0xff,0x34,0xfe,0x7f,0x9a,0x6, + 0x16,0xe6,0x66,0xb,0x98,0xf,0x38,0x6,0xe4,0xf7,0xf0,0xc1,0xfb,0x64,0x22,0xff, + 0xcc,0x9f,0xb9,0x73,0xe7,0xe,0x12,0x13,0x12,0x88,0xf,0xc8,0x3e,0x20,0x1a,0x4c, + 0x1c,0xff,0xbf,0x4d,0x3,0x4b,0xb,0xf3,0xf9,0x7f,0x64,0x2d,0xa8,0x68,0xf0,0x42, + 0xa2,0xc1,0x73,0xd9,0x77,0x24,0xec,0xcc,0x3,0x4c,0x13,0xfe,0x3c,0x9f,0x65,0x92, + 0x10,0x1f,0xf,0x67,0x27,0x27,0xcc,0x9f,0x37,0x37,0x6b,0xfc,0x38,0x9d,0xff,0x69, + 0x1a,0x58,0x6d,0xd9,0x32,0x93,0x64,0xe2,0xab,0xb7,0xe9,0x85,0xf7,0xf3,0x41,0x99, + 0xf4,0x19,0x15,0x2f,0x70,0xe7,0x7d,0x47,0x3e,0xdb,0x9d,0x6d,0xd,0x3e,0xf3,0xcd, + 0xe9,0x80,0x3,0xf4,0xe7,0xcc,0xce,0xd2,0xd5,0x19,0xdd,0xe2,0x63,0xe3,0x7c,0x5f, + 0xb3,0xb6,0xb2,0x9c,0x26,0xd3,0xe0,0xdd,0x6b,0xe1,0x37,0xb6,0x72,0x5,0xfd,0x28, + 0xc9,0x4,0xc5,0x8f,0xe6,0xce,0xbf,0xe7,0xf7,0x71,0xd9,0x59,0x59,0x38,0x7b,0x36, + 0x9a,0xfc,0x2f,0x7b,0xe6,0x3,0xdb,0x8f,0x8d,0xf1,0x43,0x6d,0xbb,0xb5,0xf5,0x4, + 0x5a,0xb,0xcf,0xd9,0x37,0x7b,0x97,0x7d,0xa0,0xf2,0x1b,0x9f,0xa9,0xec,0x24,0x45, + 0x47,0x96,0xfb,0xd2,0xa5,0xf2,0x7b,0x68,0xfe,0x2c,0x9f,0xf3,0xcd,0x3e,0x5e,0x78, + 0xd8,0x19,0xd8,0xef,0xd9,0x1d,0xfd,0xb1,0xf1,0xfd,0x9e,0x66,0xbb,0x63,0xc7,0x38, + 0xe2,0x83,0xb2,0x77,0xd1,0x80,0xb1,0x4b,0x6b,0xe1,0xf1,0x93,0x72,0x3a,0x30,0x56, + 0xd6,0x13,0xbc,0xff,0x20,0xd1,0x48,0x59,0x2f,0x7c,0xbe,0x39,0xdb,0x83,0xe9,0x17, + 0x2f,0xe0,0x64,0x48,0xe0,0xa5,0x23,0x87,0xf,0xfd,0x7f,0xc8,0x7b,0x10,0xb6,0x3b, + 0xb7,0x6b,0x11,0xd,0x1e,0x33,0xd,0x2a,0xae,0x5,0x89,0xb7,0xe9,0xdf,0x8c,0x9b, + 0x6d,0x7d,0xc6,0x28,0xd3,0xe2,0x71,0xf9,0xcf,0xbc,0xf6,0xa5,0x33,0xdd,0x4b,0x4a, + 0xa4,0xf7,0x59,0x7c,0xa6,0x13,0xd7,0x6c,0x27,0x9b,0xf0,0x52,0x54,0x64,0xc4,0xff, + 0xb,0xfc,0xdc,0x76,0xed,0xdc,0x39,0x84,0x68,0xf0,0xa8,0x9c,0xf,0x94,0xd8,0x24, + 0x96,0xfb,0xaa,0x3d,0x18,0xc6,0x58,0xb1,0xf3,0xd9,0xd5,0x8c,0x99,0xcf,0xb1,0x94, + 0xce,0xae,0x26,0xbb,0x50,0x7a,0x8f,0x99,0x79,0x1d,0x17,0xd2,0x52,0xa3,0x3e,0x36, + 0xa6,0x3f,0xda,0xec,0x6c,0x6d,0x35,0x42,0x82,0x83,0x8a,0xd9,0x3e,0x60,0xfe,0x66, + 0xfc,0x2c,0xe3,0xcb,0x14,0x59,0x20,0x63,0x2e,0x26,0xcc,0x45,0xd2,0xf9,0xbd,0xd2, + 0xb9,0x9d,0x7c,0x6e,0x1f,0x9f,0xd9,0x97,0x9b,0x4b,0x3e,0x7f,0x36,0xb2,0x32,0x6f, + 0x90,0xdf,0x7f,0x9,0x17,0x52,0x93,0x6d,0x3e,0x36,0x9e,0x3f,0xd3,0xf6,0xd8,0xd9, + 0xf6,0x21,0x3e,0x28,0x62,0x2c,0x4c,0x83,0x57,0xaf,0xe4,0x38,0x45,0x5e,0x17,0xcc, + 0xeb,0x8c,0x9b,0xcf,0x2e,0xbd,0x57,0x90,0x27,0xcd,0x77,0x1e,0x9f,0x53,0x9c,0x73, + 0x5b,0xda,0xab,0xe0,0xf3,0x9,0x2f,0x5f,0xba,0x88,0xb4,0x54,0xe9,0x3c,0xd2,0xee, + 0x1f,0x1b,0xcb,0x9f,0x6d,0xbb,0xed,0x76,0x75,0xb,0xa,0x3c,0x71,0x97,0xf7,0x5c, + 0x1f,0xd3,0x5a,0x97,0xfc,0x21,0xe2,0x1,0x5e,0x3,0xcc,0xef,0xcc,0xeb,0xcc,0xe7, + 0x8c,0xfb,0x76,0x76,0x96,0x54,0xab,0x9d,0xcf,0x65,0xbd,0x44,0x72,0x2f,0x25,0x29, + 0x11,0x71,0xb1,0xe7,0xe,0x7d,0x6c,0xc,0x7f,0xb5,0xd9,0xef,0xb1,0xeb,0x7c,0xe2, + 0xf8,0xf1,0xbb,0x9c,0x13,0xc1,0xf3,0xce,0x32,0x81,0xf7,0xdb,0x99,0xff,0x79,0xee, + 0xf9,0x9c,0x1a,0xe6,0xf5,0xeb,0xd2,0x9c,0xa7,0x4b,0xe7,0xd1,0x24,0x26,0xc4,0x21, + 0xe6,0x6c,0xd4,0xb5,0xb3,0x51,0x11,0x75,0x3f,0xfc,0x84,0xff,0xfd,0x46,0x3a,0xbc, + 0xdd,0x89,0xe3,0x1,0xe9,0x7c,0x6e,0x1f,0xf3,0x3d,0xd3,0xe1,0x41,0x49,0xb1,0xb4, + 0xde,0x39,0xcf,0x89,0xcf,0xe5,0xe0,0x39,0x4f,0x4d,0x4e,0x44,0xfc,0xf9,0x58,0x9c, + 0x8d,0xa,0xbf,0x12,0x15,0x7e,0xa6,0xd5,0xc7,0x1e,0xf7,0xdf,0xd9,0x5c,0x9c,0x1c, + 0x6b,0x92,0xdf,0xb8,0xe7,0x52,0x7a,0x7a,0x19,0xef,0x49,0xb2,0xac,0x67,0x1d,0x77, + 0x2b,0xeb,0xa6,0x74,0x16,0x61,0x6a,0x72,0x92,0x74,0xee,0x58,0x74,0x78,0x98,0x47, + 0x64,0xd8,0xa9,0x3a,0x1f,0x7b,0xbc,0xff,0x54,0x8b,0x8c,0x8,0xef,0x90,0x7e,0xf1, + 0xe2,0xd6,0x5b,0xd9,0x37,0xe3,0x69,0xee,0xb,0x32,0x6f,0x5c,0x2b,0x4a,0xbf,0x98, + 0x9a,0x91,0x94,0x70,0xde,0xf9,0x5c,0x54,0xc4,0x80,0xff,0xe6,0x58,0xa4,0x7d,0x1a, + 0xc5,0x7f,0xf,0x57,0xac,0x15,0xa5,0x12,0x42,0xa9,0x52,0x92,0x20,0x5c,0xa9,0x2d, + 0xf0,0x6b,0xe5,0xb8,0xf2,0x2,0xa3,0xf2,0xaf,0xa5,0xd2,0x9,0x52,0xd,0x6,0x75, + 0xa5,0x96,0x43,0xd,0xa5,0xa4,0x42,0x35,0xa5,0xf4,0xc2,0x27,0xaa,0x1a,0x14,0xaa, + 0x5a,0x15,0xaa,0xfa,0xb4,0xea,0xe1,0xf2,0x55,0x55,0xcf,0xb1,0x9a,0x72,0xfd,0xe4, + 0x8d,0xab,0xea,0xf7,0x4e,0xca,0xf7,0xd6,0x87,0xbf,0xfd,0xfb,0x35,0x54,0x9f,0x57, + 0xe0,0x7d,0xf2,0xc6,0xf5,0x43,0xf9,0x30,0xaa,0xcf,0xa9,0xea,0x1f,0xaa,0xea,0x50, + 0x96,0x97,0xb0,0x90,0x9f,0x57,0x43,0x29,0x59,0xa1,0xd4,0xb9,0x55,0xd5,0x13,0x55, + 0xd5,0x25,0x6d,0xa4,0xd4,0xcc,0x60,0x3a,0x9a,0x28,0x95,0x23,0xc2,0x7f,0xad,0xeb, + 0x2a,0x5d,0x4b,0x14,0x32,0x96,0x2a,0x7f,0x57,0x1d,0x60,0xf0,0x5a,0xf9,0x1e,0x84, + 0x52,0x12,0xc2,0x44,0xb9,0x86,0x2b,0xd7,0x2c,0xa5,0xd2,0x45,0xc9,0xaf,0x95,0xfa, + 0xd4,0x95,0x1b,0xa8,0x2b,0x37,0x50,0x57,0xe6,0x4b,0x9e,0x47,0x13,0xe5,0x1a,0xae, + 0x94,0x90,0xc8,0x52,0x2a,0x59,0x94,0xf2,0x38,0x54,0x49,0x2e,0xd3,0xc4,0xff,0xbb, + 0x3a,0x11,0xff,0x6b,0x8d,0x79,0x87,0x6b,0x19,0xd4,0xa9,0x5e,0xbd,0xba,0x4e,0xbb, + 0x76,0xed,0x8c,0xc4,0xff,0x7e,0xde,0x3e,0xaf,0x7,0xce,0x89,0xe0,0xbc,0xf,0xce, + 0xf7,0x18,0xa3,0xad,0xad,0x7d,0x38,0x2e,0x2e,0xee,0x65,0x31,0xd9,0x26,0x7d,0xfb, + 0xf6,0x35,0x17,0x72,0x3e,0xd4,0xff,0x9a,0xef,0xc1,0xf9,0x1a,0x9c,0xdf,0xc0,0x39, + 0x4e,0xcc,0xbe,0xda,0x5d,0xba,0x74,0x71,0x3a,0x72,0xe4,0x48,0x49,0xc5,0x3c,0xd3, + 0x9c,0x9c,0x9c,0xd7,0x6d,0xda,0xb4,0x31,0x11,0x72,0x4e,0xc7,0xc7,0x9e,0xb,0x55, + 0x8e,0xd1,0xf7,0x42,0xce,0x2b,0xe2,0x1c,0x66,0xad,0xef,0xbf,0xff,0xde,0xc6,0xd6, + 0xd6,0x36,0xe7,0xe1,0xc3,0x87,0xe5,0xe3,0xe6,0xf7,0xc1,0xa5,0x65,0xb2,0xff,0x9c, + 0x91,0x71,0xa9,0xac,0x41,0x83,0x6,0x2b,0x84,0x9c,0x93,0xc4,0x73,0xf1,0xdf,0xce, + 0xf9,0x56,0xe5,0xc4,0x31,0x7f,0x70,0x2e,0x18,0xe7,0xff,0xd,0x25,0x1e,0x5f,0xbf, + 0x72,0xe5,0xca,0x74,0xa2,0x71,0xf9,0xb8,0x39,0x76,0x36,0xe4,0xc8,0x7e,0xec,0x5c, + 0xdc,0x19,0x87,0x1d,0x36,0xe0,0x85,0x9c,0x8e,0x81,0xd8,0xd8,0xd8,0xc7,0x5f,0x7d, + 0xf5,0x95,0xa1,0x90,0x73,0x93,0x38,0x1f,0xe7,0x9f,0xe6,0x27,0x5e,0x8b,0xaa,0x3a, + 0x2a,0x5c,0x5f,0x83,0xf3,0xc2,0x58,0xaf,0xe,0xae,0x5c,0xb9,0xf2,0x82,0xc9,0x93, + 0x27,0x47,0xf2,0xfb,0x76,0x55,0xe3,0x5c,0xec,0x88,0x93,0x47,0xe1,0xb0,0x6e,0x18, + 0x42,0x2d,0x9b,0x23,0xc7,0x4f,0x1b,0x81,0x96,0x5d,0x71,0xd4,0x7d,0x47,0xf9,0x67, + 0x42,0x42,0x42,0xa,0x3f,0xfd,0xf4,0xd3,0xe9,0x42,0xce,0x89,0xe3,0xdc,0xa2,0xbf, + 0xbb,0x6,0x81,0x2a,0xcf,0xb8,0x96,0x72,0x7f,0x55,0xad,0x88,0x81,0x4a,0x9f,0x3c, + 0x60,0xc0,0x0,0xbf,0xd0,0xd0,0xd0,0x5f,0x93,0xa1,0xa9,0x5d,0x48,0x3e,0x8f,0x7d, + 0x26,0xe3,0xe1,0xb3,0xa6,0xa,0xae,0xb8,0xf5,0x40,0x5e,0xf0,0x54,0xe4,0x85,0x1a, + 0x22,0x3f,0x44,0xf,0x47,0x4d,0x3b,0x21,0xe8,0x88,0x53,0xf9,0x67,0xbd,0xbc,0xbc, + 0xb2,0x3f,0xf9,0xe4,0x93,0xf1,0x42,0x9e,0x47,0x7e,0xaf,0x5a,0x43,0xfc,0x75,0x7e, + 0x52,0xf1,0x35,0xe7,0x1a,0x31,0x8f,0x32,0x7d,0x38,0x27,0x99,0xf3,0xc1,0x39,0xf7, + 0x62,0x44,0xc3,0x86,0xd,0x6d,0x1c,0x1c,0x1c,0x8a,0x54,0x39,0xf0,0xdc,0x38,0x7e, + 0xc5,0xd9,0x7a,0x11,0xf6,0x1b,0x8,0x24,0xed,0xaa,0x8a,0x5c,0xdf,0xe1,0x28,0x38, + 0xad,0x2f,0xe7,0x40,0x9f,0xdf,0x8c,0xc2,0xb0,0x45,0xc8,0xf6,0xee,0xb,0x7,0x7d, + 0x81,0xf0,0x20,0x9f,0xf2,0xef,0x59,0x5b,0x5b,0xa7,0x9,0xb9,0xe,0x2,0xe7,0x7a, + 0x72,0x9e,0x1b,0xf3,0xe6,0x9f,0xc9,0x79,0x56,0xd5,0x9e,0xa9,0x57,0x61,0xdc,0xbd, + 0x95,0x31,0x6b,0x70,0x27,0x9e,0x5d,0x61,0x6c,0x6c,0x7c,0x31,0x97,0xc6,0xfa,0x2b, + 0x8f,0x3f,0xc4,0x9,0x2f,0x3b,0xd8,0x1a,0xd4,0x42,0xa8,0x89,0xc0,0x75,0xd7,0x96, + 0xc8,0x3d,0x3e,0x6,0xc5,0x51,0x8b,0xf0,0x24,0x69,0x33,0x9e,0x26,0x6f,0xc1,0xc3, + 0x73,0x2b,0x90,0x7f,0x5c,0x1b,0x37,0xf6,0xb,0xa4,0x98,0x9,0xec,0x9c,0x41,0x18, + 0xe3,0xa2,0xcb,0xef,0xb1,0x6c,0xd9,0x32,0xae,0x63,0xc0,0xeb,0x88,0xfd,0xda,0x76, + 0xca,0x18,0xfe,0x48,0xce,0x32,0xe7,0xf3,0x70,0x4e,0x17,0xd7,0x99,0x50,0x13,0xbf, + 0xe6,0xe0,0x33,0xdd,0x7b,0xd0,0x1c,0x4f,0x9b,0x3a,0x75,0x6a,0x98,0x2a,0x77,0x4d, + 0xe6,0x71,0x32,0x0,0x2,0xf,0xc3,0x76,0x41,0x7,0x78,0x1b,0xca,0x39,0xa9,0xd9, + 0x5e,0x9d,0x51,0x70,0xf2,0x67,0x3c,0x8a,0x5d,0x86,0xd2,0x94,0x4d,0x34,0xf6,0x75, + 0x78,0x10,0x3e,0x3,0xf7,0x8e,0x76,0xc1,0x1d,0x8f,0x7f,0x23,0xd7,0x7f,0x2c,0xf1, + 0x93,0x1,0xb2,0xbc,0xc7,0x61,0xdf,0x72,0x4d,0x5c,0x56,0xf2,0xd,0x39,0xc7,0x68, + 0xda,0xb4,0x69,0x9c,0x67,0xd7,0x4d,0xe9,0x8c,0x41,0x55,0xb3,0xe8,0x43,0x8d,0xd7, + 0x3e,0xcf,0x19,0xf3,0xb8,0xaa,0x7e,0x0,0xcf,0x25,0xf3,0xbb,0xd6,0xe0,0xc1,0x83, + 0x3d,0x4f,0x9f,0x3e,0xf5,0x14,0x90,0xf7,0x4b,0x59,0x9a,0xa7,0x26,0x9e,0x83,0xdd, + 0x8a,0xc1,0x70,0xd4,0x13,0x38,0xb7,0x49,0x48,0x31,0xc6,0xb9,0xfe,0x1a,0x28,0x3a, + 0x33,0x91,0xc6,0xbe,0x10,0xcf,0x92,0x8d,0xf1,0x24,0x76,0x11,0x8a,0x82,0x6,0x23, + 0xff,0x50,0x6d,0x14,0x87,0xfe,0x82,0xb2,0xf4,0xbd,0x78,0x71,0xc5,0x3,0x31,0x47, + 0x56,0xc0,0xd4,0x58,0x3,0xc3,0xc7,0x7c,0x86,0x9e,0xc3,0xdb,0x48,0x71,0x71,0xdc, + 0xd8,0x17,0x1f,0x39,0x72,0xe4,0x5e,0x85,0x7e,0x3c,0xf7,0x9c,0x2f,0xc9,0xb2,0xf9, + 0x7d,0x39,0xc3,0xcc,0x67,0x1c,0x4b,0xd7,0x48,0xf9,0x3c,0xe7,0xdb,0x32,0xf,0xf6, + 0x52,0x53,0x53,0xb3,0x72,0x73,0x73,0x2b,0xe2,0xd8,0x62,0x55,0xe3,0xb3,0xd6,0x1c, + 0xcd,0x67,0x60,0xc7,0xcf,0x2,0x67,0x56,0x8,0x5c,0xda,0x25,0x70,0xc3,0x4d,0x20, + 0xef,0x44,0x7f,0x3c,0x88,0xfa,0x9,0xf,0xa2,0xa7,0xe0,0x71,0xfc,0x42,0x3c,0x8e, + 0xd1,0x47,0x61,0x40,0x6f,0xe4,0x79,0x37,0xc0,0xa3,0x44,0x73,0xe0,0xee,0x19,0x5c, + 0x3d,0xe7,0x0,0x7b,0xfb,0x79,0x50,0xd3,0x53,0x43,0x13,0x7d,0x35,0xb4,0x5f,0xd2, + 0x1e,0xcd,0xc,0xbf,0xc2,0x90,0x25,0xc3,0x48,0x3f,0xe4,0x4b,0xf7,0x2f,0x2c,0x2c, + 0x40,0xcf,0x9e,0x3d,0xcd,0x84,0x9c,0xaf,0xc9,0x38,0x58,0x46,0xab,0xf2,0x9e,0xdf, + 0xb6,0x26,0x38,0x7,0xae,0xb6,0xc2,0x37,0xcc,0xf3,0x4d,0x88,0xc7,0x67,0x59,0x58, + 0x58,0x64,0x70,0x5c,0x91,0xaa,0x71,0x9e,0x9f,0xd7,0x9e,0x75,0xb0,0x9a,0x28,0x70, + 0x74,0xae,0x40,0xa2,0xb9,0x9c,0xd7,0x78,0xeb,0x70,0x75,0xe4,0x7,0x76,0x43,0x49, + 0xd8,0x50,0x3c,0x3c,0xcb,0xe3,0xe7,0x5c,0xd6,0x59,0x28,0xa,0x1e,0x44,0xfc,0x22, + 0xf0,0x24,0x6d,0x17,0x70,0xef,0x3c,0xe,0x79,0x99,0xa0,0xb3,0x41,0x4f,0x7c,0xbf, + 0xb0,0x17,0xba,0x6c,0x1f,0x8f,0xfe,0x3e,0xfa,0xd0,0xf4,0x9d,0x2,0xd,0x4f,0x2d, + 0x34,0x37,0xaf,0x7,0xdd,0xb5,0x13,0xf1,0xb0,0x44,0xce,0x27,0xcd,0xca,0xca,0x7a, + 0xd9,0xb6,0x6d,0xdb,0x25,0xa,0xed,0x9b,0x29,0x7c,0xf4,0x6f,0x85,0x97,0x2a,0x62, + 0x50,0xd9,0x2a,0xb5,0x15,0x8c,0x8d,0xc9,0x3e,0xd9,0x4d,0xb6,0x4a,0xf9,0xc6,0xfa, + 0xa3,0x27,0xa5,0xa4,0x7f,0x1c,0xb1,0xe5,0x17,0x1,0x57,0xa2,0xf9,0x39,0x63,0x39, + 0x17,0xf7,0xa,0xe7,0x28,0x49,0xb9,0x37,0x1d,0x51,0x14,0xc2,0xe3,0x1f,0x2c,0xe5, + 0xa3,0x96,0x44,0x8c,0xc3,0xc3,0xa8,0x9,0xc8,0x3b,0x54,0x15,0x5,0x27,0x46,0x93, + 0x49,0x9d,0xa,0x47,0xb7,0xf5,0xa8,0xa3,0xdf,0x15,0x6a,0x3b,0x26,0x43,0x33,0x60, + 0x2d,0x86,0x45,0x99,0x63,0x58,0xcc,0x46,0xc,0x3a,0x6d,0x84,0xfe,0xfe,0x93,0xd1, + 0xf7,0xe0,0x50,0x34,0x5c,0x5f,0xb,0x7a,0x9b,0xe7,0xa0,0xf4,0xa9,0xac,0xa3,0xd3, + 0xd2,0xd2,0x9e,0x92,0x8c,0x9b,0x28,0x64,0x79,0x5a,0x47,0xe1,0x91,0xea,0xe2,0x3f, + 0xf3,0x6d,0x99,0xfe,0x2c,0x2b,0x1b,0x4c,0x9a,0x34,0xe9,0x38,0xc7,0x4c,0xab,0x5a, + 0xd2,0xf9,0x48,0x58,0xce,0x6a,0xd,0x3b,0x6d,0x39,0xc7,0x2e,0x61,0x3,0xc9,0xe, + 0x1a,0xfb,0x55,0x1a,0x7b,0x1e,0xe7,0x53,0x5,0x7e,0x46,0x63,0x6f,0x85,0xc2,0xe0, + 0xd6,0xb8,0x7f,0xba,0x1f,0x4a,0xc2,0x87,0xe0,0x7e,0x98,0x16,0x1e,0x50,0xcf,0x25, + 0x9e,0xe2,0x9a,0x9,0xb8,0x7f,0x5,0xa3,0x57,0x8d,0x46,0x13,0x8b,0xf1,0x18,0x1e, + 0xb6,0x1d,0xa3,0x92,0xf7,0x61,0x44,0xdc,0xe,0xc,0x8f,0x31,0xc7,0x90,0x48,0x8e, + 0x35,0x9b,0xf,0x75,0xdf,0x5f,0xd0,0xcb,0x75,0x30,0x6a,0xaf,0xf8,0x1c,0x8b,0xac, + 0x96,0xe1,0xe5,0x73,0x39,0xa7,0x35,0x26,0x26,0xa6,0xa8,0x56,0xad,0x5a,0x7d,0x14, + 0xde,0xe7,0x71,0xbe,0x2d,0x4f,0x96,0xff,0xf6,0xa9,0xae,0xae,0xae,0x8f,0xaa,0xae, + 0xc7,0x73,0xa2,0xbe,0x9f,0x9b,0x2d,0x8c,0x35,0x5,0x7c,0x27,0xb,0x44,0x13,0x9f, + 0xc7,0x91,0x5c,0x4c,0xdd,0x42,0x63,0xdf,0x43,0x74,0xf7,0xad,0x98,0xf,0x58,0x87, + 0x7e,0xae,0x87,0xe2,0x53,0x9d,0x50,0x7c,0xba,0x27,0x5d,0x35,0x51,0x72,0x7a,0x0, + 0x72,0x5c,0x38,0x67,0x74,0x1c,0x79,0x24,0xb9,0x58,0xb5,0x63,0x11,0x1a,0x98,0xeb, + 0x62,0x44,0xcc,0x3e,0x8c,0x49,0x76,0xc4,0xc8,0xb8,0x9d,0x52,0xfe,0xa3,0x56,0xdc, + 0x7a,0xc,0x3b,0x67,0x4,0xf5,0xe0,0x19,0xe8,0xee,0x31,0x1a,0x1d,0xf6,0xf5,0xc0, + 0xbf,0x48,0x37,0x58,0x1e,0xd8,0x56,0x4e,0x43,0x5f,0x5f,0xdf,0x6b,0x5f,0x7e,0xf9, + 0x65,0xbd,0x77,0xac,0x5d,0xa9,0xd,0x1a,0x34,0x78,0x2b,0xc7,0x9e,0x70,0x7b,0xf2, + 0xf4,0x19,0x76,0xac,0x9e,0x82,0xb5,0xdd,0x5,0xfc,0xa7,0xa,0x44,0x18,0xc9,0xb9, + 0x5d,0x29,0x16,0xc4,0xef,0xdb,0x95,0x9c,0x46,0xbf,0x5f,0xf3,0xf9,0x38,0x97,0x89, + 0xe7,0x82,0xf3,0x5a,0x8b,0x42,0xda,0x92,0x9c,0xe9,0x85,0xfb,0xa7,0x34,0xa4,0xf1, + 0xdf,0x3e,0xd8,0x80,0x5c,0xb0,0x42,0xb8,0x1d,0xb3,0x47,0xcd,0x8d,0xa3,0x30,0xfc, + 0xec,0x5e,0x8c,0x4d,0x71,0xc6,0xa8,0xc4,0xdd,0xd0,0x8a,0x36,0xc3,0x8f,0xb6,0x2b, + 0xd1,0xda,0xdc,0x10,0x7d,0x8f,0xcd,0x46,0xdf,0x13,0x33,0xd1,0xc5,0x4d,0x1b,0x2d, + 0x77,0x75,0x42,0xb5,0x99,0xd5,0xb0,0xcf,0xdb,0xb1,0x1c,0xc3,0x91,0x23,0x87,0x63, + 0x48,0x2e,0xbd,0xb5,0xfe,0xfe,0x84,0x9,0x13,0x6,0x73,0x9c,0x2e,0xb7,0x67,0x24, + 0xd0,0x2d,0x16,0xe9,0x62,0x85,0x9a,0x80,0xd7,0x4,0x81,0x13,0x73,0xe5,0xbc,0xa4, + 0x24,0x53,0x81,0x8b,0xc4,0x37,0x37,0x1d,0x95,0x9c,0x3c,0x25,0x1f,0x8b,0xc7,0x7e, + 0x47,0xc9,0xc1,0x2a,0xe,0xa9,0x4f,0xff,0xae,0x8d,0x22,0xc6,0x11,0xd4,0x16,0x59, + 0xfb,0x4,0x32,0x89,0xcf,0xf0,0x3c,0xf,0x61,0x71,0x41,0xf8,0x66,0xc3,0x68,0xc, + 0x8a,0xb0,0x83,0x4e,0x1a,0xe7,0xe0,0xec,0x44,0x9b,0x5d,0x7,0x20,0xac,0xf2,0x21, + 0xb6,0x3c,0x44,0xdd,0xf5,0xfb,0xd1,0xff,0xe4,0x4c,0x74,0xf3,0x99,0x88,0x76,0xfb, + 0x7,0xa3,0x2e,0xd9,0x4b,0x95,0x26,0x56,0xc5,0xa1,0xe3,0x47,0x14,0xdd,0xf0,0x1c, + 0xee,0xee,0xee,0x1,0xb,0x16,0x2c,0xf8,0x8d,0x8d,0x37,0x6a,0xd4,0xa8,0xaa,0xdb, + 0xb6,0x6d,0x4b,0x50,0xd5,0x88,0x70,0xb1,0x35,0x85,0x7e,0x13,0x81,0xfd,0x23,0x68, + 0xfc,0x93,0x4,0x82,0xc,0x94,0xdc,0x3a,0xce,0xf,0xd8,0xf1,0xdb,0x9c,0x32,0xce, + 0x23,0xe2,0xae,0xca,0xa7,0x93,0xf2,0xc9,0x38,0xaf,0x32,0xf8,0x3b,0x29,0xb7,0x84, + 0x73,0xa9,0xa,0xce,0x18,0xd1,0x5d,0x9f,0xc2,0x27,0xd8,0xd,0xd5,0x4d,0x75,0x30, + 0x90,0xc7,0x9f,0xea,0x86,0xd1,0xf1,0xdb,0xd1,0xd7,0x2b,0x14,0xff,0x3e,0xf,0xfc, + 0x2b,0x9c,0xfc,0x5d,0xdb,0x40,0xa8,0x93,0x6d,0xd4,0xdd,0x7f,0x3a,0xda,0xba,0x8c, + 0x46,0xa3,0x1d,0xdd,0x51,0x79,0x4d,0x2d,0x88,0xb1,0xd5,0x11,0x1a,0x79,0x4a,0xa6, + 0xad,0x94,0x2b,0xb6,0xdb,0xa9,0xe2,0xf8,0xc7,0x8d,0x1b,0xa7,0x95,0x9a,0x9a,0x22, + 0xfd,0x3d,0xfd,0x42,0xa,0x26,0xb7,0x14,0xd8,0xd2,0x83,0xc6,0x3f,0x52,0x60,0xdf, + 0x58,0x92,0x93,0xa4,0x9b,0xc2,0x8d,0x64,0x99,0x73,0x8d,0xf8,0xfe,0xaa,0x33,0xc9, + 0x4b,0x77,0x1a,0xf7,0x21,0x19,0xc3,0x2d,0xce,0x13,0xe4,0xfc,0xe0,0x63,0xf2,0xbf, + 0xa5,0x3c,0x59,0x9a,0x93,0xec,0xfd,0x72,0x9e,0x8,0x1e,0x65,0xd2,0x1a,0xc,0x40, + 0xfd,0x55,0x5a,0x68,0xea,0xb6,0x9c,0xf8,0x86,0xf3,0xff,0x64,0xfe,0x19,0x76,0xda, + 0xa,0x83,0x8e,0x79,0x61,0xa0,0x9f,0x17,0x6,0x4,0xad,0x82,0xc6,0x19,0x43,0x74, + 0x3f,0x31,0xb,0x6d,0x3d,0xc6,0xa1,0xc1,0xce,0xde,0xa8,0xbe,0xb1,0x29,0x4,0xc9, + 0x8c,0x2a,0x23,0xbe,0x41,0x5c,0x92,0xcc,0x1f,0x25,0x64,0x8b,0x6f,0xdd,0xba,0x75, + 0x8b,0x6a,0xfc,0x2b,0x56,0xac,0xd8,0xfa,0xe4,0xc9,0x23,0xe9,0x6f,0xf6,0x9b,0x97, + 0x43,0xaf,0xae,0xc0,0xd6,0xbe,0xf2,0xf8,0xb7,0xc,0xa1,0x75,0x44,0x57,0x7f,0xe2, + 0xa1,0x68,0xe2,0xa1,0x4c,0xe2,0x7,0x6f,0xd3,0xda,0x70,0xd8,0x34,0x42,0x92,0xeb, + 0xb9,0xee,0xcc,0xdf,0x72,0xe,0xf,0x8f,0xfd,0xb6,0x92,0xcb,0xc6,0x3f,0x5f,0xdf, + 0x46,0xb8,0xfc,0x46,0x1,0xf,0xb3,0x30,0x6d,0xd7,0x42,0x8,0xdb,0x99,0x18,0x72, + 0xd6,0x1,0xba,0x17,0xbc,0xa0,0x73,0xd1,0x51,0xca,0x5f,0xd4,0x8e,0xb7,0xc2,0xc0, + 0x28,0x23,0x68,0x84,0xcd,0xa1,0x79,0xa1,0xeb,0xe9,0x79,0xe8,0xe8,0x36,0x16,0x2d, + 0x9c,0x6,0xa1,0xbe,0x9d,0x3a,0x3e,0xdb,0xd4,0x16,0xc2,0xa8,0x6,0x4,0xc9,0xed, + 0x6f,0x75,0x9b,0xe2,0xca,0xf5,0x2b,0xd2,0x38,0x79,0x4f,0x60,0xc3,0x86,0xd,0xec, + 0xfb,0x88,0x1d,0x3b,0x76,0x44,0x70,0x3d,0x99,0x92,0x87,0x8f,0x30,0x4b,0xfd,0x7, + 0x2c,0x21,0xde,0xd9,0xd2,0x5b,0xce,0x4f,0x5a,0xd1,0x47,0xc0,0xa8,0x9f,0xc0,0x26, + 0xfa,0x39,0x68,0x9,0xe9,0x58,0xd2,0xb3,0x47,0x2d,0x9a,0x62,0xaf,0xcb,0x51,0x38, + 0x6f,0x1e,0x25,0xd1,0x97,0xe7,0x41,0xca,0x49,0x72,0x97,0xe7,0x81,0xf3,0xd0,0x6e, + 0xd1,0xef,0x33,0x36,0xd3,0xcf,0x21,0x73,0x51,0x96,0x9b,0x82,0x81,0x5b,0x67,0xa2, + 0xfe,0xc1,0x95,0xc4,0xf3,0x9e,0xd0,0x49,0x76,0x42,0x2f,0x27,0x33,0x74,0xd9,0x6d, + 0x82,0xa1,0x11,0x9b,0x24,0x1d,0xd0,0xef,0xd4,0x7c,0xc,0x88,0x9c,0x8f,0x36,0xf6, + 0x1b,0x21,0x8c,0xc3,0x51,0xc3,0xd8,0x8a,0xe8,0xdf,0xd,0x55,0x37,0xb5,0xa6,0xf1, + 0x7f,0x9,0x31,0x4f,0x40,0x8c,0x13,0xa8,0x37,0xaa,0x15,0xb2,0x6f,0x67,0x49,0xb1, + 0xd,0x1c,0x8f,0xbe,0x6a,0xd5,0x2a,0xfd,0x3d,0x7b,0xf6,0x5c,0x94,0x6c,0x82,0xeb, + 0xd7,0x30,0xaa,0x91,0xc0,0xd2,0x66,0x2,0x16,0xc4,0x3f,0xa6,0x34,0xf6,0xc9,0xed, + 0x4,0xe6,0x76,0x11,0x30,0xec,0x45,0xff,0x1e,0x23,0x10,0x46,0x3c,0x14,0xb0,0x53, + 0x1b,0x57,0x32,0x73,0xe1,0xe1,0xed,0xf,0xc7,0xcd,0x23,0x71,0xdb,0x45,0xce,0x95, + 0xce,0xe5,0xbc,0x4a,0xf,0x39,0xa7,0xe6,0x32,0xc9,0xd8,0xe4,0xe5,0x2,0x39,0x47, + 0xc7,0x13,0xb1,0x52,0xa1,0x6f,0xbb,0x10,0x95,0x76,0xe9,0x61,0x44,0xfc,0x5e,0xa8, + 0xed,0x75,0x85,0xd8,0x78,0x13,0x62,0x5d,0x2e,0xbe,0xdf,0x64,0x4f,0x3a,0x80,0xf3, + 0x45,0xd,0xd1,0x2f,0x74,0x1a,0xd4,0x76,0xef,0x42,0x8b,0x60,0xe0,0x7b,0x73,0x1f, + 0xd4,0x36,0x6f,0x8c,0x2a,0xeb,0x95,0x7c,0x31,0x5a,0x8b,0xdf,0xe8,0x34,0x85,0xb9, + 0x83,0xd,0x6e,0xe7,0x64,0x4b,0xef,0xa7,0x8b,0x8a,0xa,0x89,0x2f,0xcf,0xe6,0x92, + 0x8f,0x7a,0x8e,0xc7,0x7f,0x39,0x23,0x1d,0x23,0xea,0x9,0x2c,0x6a,0x4c,0xf4,0xee, + 0x24,0x30,0x95,0xd6,0x81,0x36,0xcd,0xc5,0x4f,0x6d,0x4,0xa6,0x75,0x10,0x30,0xa0, + 0x79,0x58,0x49,0xfc,0xe4,0xe9,0x60,0x29,0xf9,0x7f,0xd7,0xaf,0x67,0xc2,0xd5,0xe3, + 0x8,0x1c,0x37,0xe,0x92,0xe8,0x9d,0xe3,0x2c,0xe7,0x2,0x71,0xfe,0xd7,0x65,0x96, + 0xb1,0x7e,0xba,0x28,0x4d,0x77,0x27,0x67,0x3d,0xa,0xdb,0x76,0x2f,0x87,0xd8,0xa4, + 0x3,0xcd,0x8,0x4b,0xf4,0xf6,0x8c,0x42,0xe5,0xf3,0x72,0xfe,0x4f,0x63,0x9b,0x30, + 0xc,0xd,0x33,0x44,0xff,0xd3,0xf3,0xd1,0xf3,0xd8,0x14,0x74,0xf7,0x9e,0x84,0x76, + 0x56,0x93,0xd1,0xd8,0xba,0x37,0x8d,0x9d,0xf8,0x66,0x8a,0x40,0xdd,0x9f,0x5a,0xc2, + 0xd2,0xc1,0x1a,0x37,0x33,0x33,0xa5,0xbc,0x97,0x7c,0x92,0xf1,0xd7,0xaf,0x5d,0x29, + 0xba,0x78,0x81,0xf3,0x7c,0x52,0x5b,0x90,0x1d,0x6f,0xcb,0x39,0x3e,0x59,0xd9,0xd9, + 0xd0,0x26,0xfa,0x1b,0x10,0x6,0xdd,0x6,0x2,0x3d,0xbf,0x95,0x73,0x5b,0x86,0xfd, + 0x20,0x30,0xba,0x85,0xc0,0x94,0x8e,0xd4,0xfb,0x93,0xc,0xbd,0x74,0x59,0xd6,0x11, + 0x4f,0x9e,0x80,0xf7,0x2d,0xdc,0x3c,0xc8,0x3f,0xdc,0x30,0x40,0xca,0xdb,0x4b,0x27, + 0x19,0x9b,0xed,0x3d,0x88,0xc6,0xed,0x86,0x47,0xe9,0xbe,0x48,0x39,0xbd,0x7,0xb3, + 0x2d,0xa6,0xa0,0xc6,0xfa,0x51,0x68,0xe1,0xb6,0x4,0x5a,0xe7,0x77,0x61,0xf8,0x99, + 0xdd,0x18,0x70,0xe8,0x34,0x34,0x3c,0x4e,0x41,0xf3,0x18,0xd9,0xf,0x67,0xf4,0xd1, + 0x8f,0x73,0xd6,0xf,0x8e,0x44,0x57,0x17,0x4d,0x7c,0xb7,0xb5,0x86,0x94,0x9b,0xf6, + 0xe3,0xdc,0x3e,0xd8,0xe1,0x6a,0x27,0xf9,0x43,0x65,0xa4,0x8f,0xa,0xc8,0xb6,0xbb, + 0x76,0xf5,0xea,0xed,0xb,0x69,0xa9,0x1b,0x53,0x92,0x13,0xca,0x75,0x19,0xe9,0xdc, + 0x11,0x9c,0xb3,0xc6,0x6d,0xc1,0xd8,0xfe,0x68,0xf7,0x89,0x40,0xd3,0xaa,0x2,0xed, + 0xbf,0x10,0xe8,0xfa,0x6f,0x81,0x3e,0xb4,0x9e,0xfb,0x13,0x26,0xd,0xc2,0xb2,0x6b, + 0x9b,0x19,0x2a,0x36,0xde,0x7b,0x63,0xc,0x7,0xbd,0x8e,0x62,0xd7,0x52,0x75,0x64, + 0xf9,0xe8,0xa2,0xec,0xa2,0xb,0x82,0xbd,0x8c,0x31,0x66,0xd5,0x8,0xd4,0x5f,0xac, + 0x89,0x7f,0x5b,0x4e,0x44,0x37,0xbf,0x75,0xa4,0x6b,0x77,0x61,0x14,0xe7,0x5c,0xc6, + 0x6d,0xc5,0xb0,0x48,0x63,0xc,0x39,0x65,0x88,0x41,0x24,0x2f,0xfb,0xfb,0x4e,0x44, + 0xf,0x37,0x4d,0xb4,0xde,0xd1,0xe,0xb5,0x16,0x7d,0x83,0xfe,0x4b,0x87,0xc1,0xc1, + 0xfb,0x0,0xa,0xf3,0xb,0x50,0xfa,0xf8,0x9,0xf2,0xee,0xe6,0xe2,0xea,0xd5,0x8c, + 0xcc,0xb,0x69,0xc9,0x2b,0x93,0x93,0x12,0x6a,0xbe,0xa9,0xbb,0xc6,0x8e,0x1d,0x5b, + 0x85,0xe6,0xc0,0xcf,0xce,0xce,0xe,0x3d,0xbb,0x77,0x43,0x35,0x21,0x50,0xbf,0x8a, + 0x40,0x63,0xce,0xb3,0x21,0x1c,0x2d,0xa9,0xb7,0xad,0x2e,0xb0,0x7a,0x89,0x3e,0xe9, + 0xe5,0x32,0x69,0xaf,0xf4,0xb5,0x2a,0x66,0xf2,0xf5,0x6b,0x69,0xcf,0x94,0x31,0xb8, + 0x7b,0xf9,0xc2,0x79,0xbb,0x9,0xcc,0xc8,0xc6,0x69,0x68,0xd8,0x13,0x8d,0xad,0x7e, + 0x46,0xf,0x9f,0x95,0x18,0x1c,0xb6,0x55,0x1a,0x37,0xe7,0x90,0x68,0x9d,0x25,0x9b, + 0x2d,0xdc,0x18,0x83,0x83,0x68,0xbd,0xfa,0x4d,0x82,0x86,0x97,0x16,0xda,0xef,0x6c, + 0x85,0x46,0x46,0x75,0xa1,0x45,0xf6,0x91,0xd7,0xf1,0x43,0x28,0xc8,0x2b,0x90,0xe2, + 0xe9,0x39,0x67,0xe4,0xca,0xe5,0x8c,0x6b,0x69,0xa9,0xc9,0x6,0xc9,0x49,0x89,0xff, + 0x31,0xee,0x8a,0x4d,0x47,0x47,0xe7,0xab,0x61,0x43,0x87,0x9e,0xec,0xd5,0xab,0x17, + 0xbe,0xfe,0xec,0x53,0x90,0x82,0x3,0x19,0xa4,0xa8,0x43,0x38,0x34,0x3b,0x35,0xc7, + 0x81,0x7d,0x7b,0x49,0x77,0x94,0x49,0x71,0x4d,0x52,0x8c,0xd3,0x8b,0x17,0xbf,0xc6, + 0x7d,0x32,0x6,0x9a,0x7,0xde,0x7,0x3c,0xe4,0xe1,0xd,0x5d,0xc3,0x5f,0xd0,0x69, + 0xcf,0x54,0xc,0x89,0xb2,0xa4,0x71,0xdb,0x92,0x8c,0xdc,0x46,0x36,0x83,0x19,0x86, + 0x71,0x1e,0x44,0x90,0x21,0xc9,0xfa,0x29,0xd0,0xf4,0x1e,0x81,0x1f,0x77,0xb4,0x42, + 0xab,0x15,0x8d,0xa0,0x63,0x3c,0xe,0x7e,0x21,0xfe,0x28,0xbe,0x57,0x88,0x27,0x24, + 0x3,0xb9,0x5e,0xe0,0xe5,0x8c,0x4b,0x69,0xa9,0x29,0x89,0x7a,0xc9,0x89,0xbf,0x2f, + 0xcf,0x85,0xdb,0x2c,0x3d,0xbd,0x2f,0x97,0x2f,0x5b,0x1a,0xb0,0x79,0xb3,0x29,0x2c, + 0x36,0x6f,0x86,0xfd,0x6e,0x3b,0x4,0x5,0x5,0x91,0x2f,0x51,0x2c,0xeb,0x3e,0x25, + 0x26,0x43,0x15,0xb3,0xf7,0x66,0xec,0xaa,0xa,0x83,0x9f,0xd7,0x61,0xe8,0x5b,0xaf, + 0xc2,0xa0,0xc8,0x4d,0x24,0xef,0x4d,0x30,0xf8,0xd4,0x72,0x68,0x1e,0x9f,0x8d,0x1, + 0x64,0x17,0xf4,0x23,0x3e,0xe9,0x60,0xd3,0x14,0x2d,0x17,0xd7,0xc3,0x34,0xd3,0xe9, + 0x38,0x7e,0x2a,0x0,0x8f,0xee,0x97,0xe0,0x11,0xd9,0xfc,0xb7,0x6e,0x65,0xd1,0xb8, + 0x2f,0xc6,0xa4,0xa4,0x24,0x4e,0x4b,0x4a,0x8c,0xfb,0x53,0xef,0x81,0x16,0xcc,0x9f, + 0xf7,0xd9,0xf6,0x6d,0xd6,0x47,0x38,0x5f,0xb3,0x62,0x2b,0xab,0x10,0x67,0xf3,0x54, + 0x15,0x77,0xa8,0xc4,0x18,0x55,0xc4,0xc0,0xfb,0xcf,0x2a,0xc,0x73,0x2c,0x48,0x1f, + 0x1d,0x9d,0x81,0xfe,0x24,0x43,0x35,0xdc,0x7,0xe2,0x47,0xab,0xef,0xd0,0x66,0x51, + 0x7d,0xcc,0x34,0x9d,0x89,0x53,0x11,0xa1,0x78,0x50,0x54,0x42,0xbe,0x4a,0xb1,0x14, + 0x93,0x9d,0x9e,0x7e,0xe1,0x6c,0x72,0x72,0xe2,0xd8,0xa4,0xc4,0xf8,0xbf,0x5c,0x63, + 0xcd,0x40,0x7f,0x6e,0x15,0x73,0xb3,0xcd,0x1e,0x9,0xf1,0x71,0x92,0x2f,0x2a,0xb3, + 0xc8,0xeb,0xdf,0xc4,0xa,0x49,0xb1,0x52,0xa,0x86,0x37,0x79,0x89,0x31,0x90,0xef, + 0x44,0x18,0x8e,0x40,0xdf,0x64,0x1e,0xba,0x59,0xb7,0x41,0xbb,0xa5,0xf5,0xa0,0xb7, + 0x71,0x26,0xa2,0x62,0x22,0xf1,0xb0,0xb8,0x4,0x25,0xc5,0xc5,0xd2,0x7e,0x72,0xfa, + 0x45,0xce,0x97,0x48,0x18,0x96,0x98,0x10,0xff,0xb7,0xbe,0x3b,0x34,0x34,0x98,0x57, + 0xc5,0x72,0x8b,0xf9,0x21,0x7e,0x97,0xc6,0x63,0x7d,0x13,0xc3,0xd3,0xa,0x31,0x6f, + 0xaa,0xf8,0xae,0xff,0xe4,0xa5,0x4c,0xf8,0xd2,0x3c,0xfc,0x34,0x53,0x7,0x9e,0x7e, + 0x1e,0x24,0x4b,0x9e,0x49,0x39,0x1f,0x3c,0xee,0x8b,0x17,0x52,0x22,0x12,0x13,0xe3, + 0xff,0xb1,0x3c,0xf,0x6e,0x8b,0x16,0x18,0x56,0xb1,0xda,0xba,0xc5,0x2d,0x29,0x29, + 0x51,0x1a,0x8f,0xa,0x43,0xd9,0x1b,0x18,0x18,0x93,0x6a,0x1e,0x2a,0xca,0xa5,0x67, + 0x8a,0x6c,0x3d,0xec,0xe9,0x5,0x27,0x7,0x7,0x5c,0xbe,0x9c,0xf1,0xec,0xfa,0xf5, + 0x2b,0xfe,0x17,0xd2,0x52,0x46,0xfc,0x93,0xe3,0xae,0xd8,0x96,0x2e,0x59,0x5c,0xc9, + 0xc6,0xda,0x6a,0x5f,0x62,0x62,0xc2,0xaf,0xf3,0x50,0x21,0xd6,0xa4,0x62,0xcc,0xd9, + 0xdb,0x78,0x89,0x63,0xaf,0x18,0x83,0xc7,0x41,0x77,0x98,0xac,0x5f,0x93,0xbe,0x7d, + 0x9b,0xd5,0x87,0xce,0x47,0xfb,0x47,0xda,0x36,0x1b,0xab,0xed,0x1c,0xff,0xfa,0xf4, + 0xd,0x5e,0x52,0xc9,0xa4,0x37,0x63,0x89,0x7f,0xe5,0xa5,0x5f,0x65,0xab,0xa7,0xa7, + 0x7,0xf4,0x66,0x4c,0xf,0x9e,0x30,0x4e,0xe7,0xab,0x8f,0x81,0x81,0xe6,0xc1,0x92, + 0xe3,0x57,0xd9,0x6e,0x78,0x93,0x97,0xde,0xb6,0xa6,0x5f,0x57,0x58,0xf,0x2a,0x5b, + 0xe3,0x88,0xcf,0x21,0xcc,0xd3,0x9f,0x73,0x4a,0x57,0x67,0xec,0x87,0xce,0x61,0xfb, + 0x47,0xda,0x76,0x1b,0x9b,0xd,0xf1,0x15,0x31,0x70,0xed,0x4,0x65,0x1e,0xde,0x29, + 0x97,0xa4,0x18,0xaf,0x57,0xf4,0xf7,0x47,0xb8,0x71,0xfd,0x3a,0xe,0x7b,0x7b,0x63, + 0xde,0xdc,0x39,0xa7,0x27,0x8c,0x1b,0xf3,0xe5,0xc7,0xc0,0xb0,0x73,0xdb,0xb6,0x95, + 0xf1,0x71,0x6f,0x97,0xad,0x2a,0x5e,0x2a,0x53,0xd6,0xf4,0x8b,0xa,0x7a,0x8e,0xeb, + 0xc9,0xf1,0x5e,0xc,0xc7,0x69,0x78,0x11,0x2f,0xcd,0x9d,0x3d,0xeb,0xf4,0x38,0x9d, + 0xd1,0xef,0xcd,0x9f,0xfd,0xc7,0x30,0xec,0xd8,0xbe,0xf8,0x5d,0xbc,0x24,0x61,0x78, + 0xa6,0xe4,0x59,0x48,0xf2,0x55,0xc6,0xf1,0x42,0x89,0xb9,0xbd,0x7f,0xbf,0x8,0x97, + 0xd2,0xd3,0xa5,0x58,0xf2,0xa5,0x4b,0x16,0xe9,0x7e,0x8c,0xf1,0x73,0xb3,0xdf,0xb3, + 0x7b,0x39,0xc9,0x70,0x69,0xbc,0x15,0xe7,0x81,0xe3,0x7f,0x54,0xf1,0x8f,0xac,0xcb, + 0x7e,0xdb,0x9f,0x4a,0xf1,0x31,0x6c,0x53,0xc6,0xc7,0x9d,0x87,0xa7,0xc7,0xc1,0x5, + 0x1f,0x6b,0xfc,0xdc,0xf6,0xda,0xdb,0x2f,0x64,0xb9,0xf4,0xeb,0x3c,0xbc,0xfc,0x4d, + 0x3c,0xeb,0x6f,0xe2,0x38,0x1f,0x3f,0x54,0x62,0x7b,0x4a,0xa4,0xd8,0x2e,0xf2,0x41, + 0x10,0x73,0x2e,0x7a,0xf1,0xc7,0x1c,0x3f,0xb7,0xfd,0xf6,0xf6,0xfa,0xc4,0x4b,0xaf, + 0x54,0x18,0xd8,0x46,0x2d,0x95,0xe2,0xf0,0x1e,0x48,0xb1,0xb6,0xf,0x39,0x1e,0x91, + 0x7a,0x71,0x71,0x91,0x14,0x7b,0x5c,0x90,0x7f,0x17,0x77,0x72,0xe4,0xfc,0xda,0xb4, + 0x94,0xa4,0x69,0x1f,0x7b,0xfc,0xdc,0x1c,0xf6,0xd9,0x4f,0x8f,0x8f,0x3f,0xff,0x9a, + 0x69,0xad,0x8a,0x27,0x65,0xbe,0xe2,0xd8,0x51,0x39,0x6e,0x34,0x5f,0x1e,0xb7,0x14, + 0x3f,0x79,0x53,0x8a,0x27,0xbb,0x74,0x21,0xed,0x9,0xf9,0x51,0xcd,0x3f,0xf6,0xd8, + 0x55,0x6d,0xff,0x3e,0xfb,0x49,0x71,0xe7,0xcf,0x97,0xb1,0x8c,0x51,0xc5,0xbb,0x3f, + 0xa0,0xf1,0x17,0xe4,0xcb,0x71,0x9f,0x39,0x64,0xd7,0xb3,0xed,0x73,0xe5,0x72,0x3a, + 0xd1,0x3d,0x19,0x71,0xb1,0x67,0x77,0x7e,0xec,0x31,0xbf,0xd9,0xf6,0xef,0xdb,0x3b, + 0x2e,0xe6,0xdc,0xb9,0x27,0x1c,0xc7,0xc6,0x7a,0xf7,0xc1,0x83,0x12,0xc9,0x6f,0x65, + 0x9a,0x5f,0xbb,0xca,0x71,0x6c,0x69,0x52,0x2d,0x91,0x73,0xd1,0x11,0xe1,0xd4,0x3f, + 0xf6,0xbe,0xfb,0x5b,0x9b,0xb3,0x93,0x63,0xdf,0xb3,0xd1,0xd1,0x29,0x77,0xef,0xdc, + 0x91,0xe2,0x10,0x39,0xbf,0x98,0x63,0x8d,0xd3,0x2f,0xa4,0x49,0xf1,0x77,0xd1,0x91, + 0x61,0x7,0x23,0xc3,0xcf,0x7c,0x14,0xb9,0xff,0x7b,0xdb,0x31,0x3f,0xbf,0xcf,0x69, + 0x4d,0x4f,0xca,0xba,0x99,0x79,0x8a,0xfc,0xc1,0x7b,0xd7,0xae,0x5e,0xbe,0x9b,0x9c, + 0x14,0xef,0x7f,0x36,0x2a,0x7c,0xd0,0xdf,0xfd,0x2c,0xd9,0x42,0x11,0x1c,0x22,0xa6, + 0x1c,0x74,0x53,0xaa,0xa,0x27,0x52,0xc2,0x8b,0x94,0x70,0xa4,0x97,0xca,0x49,0x37, + 0x59,0x4a,0x9c,0x93,0xa8,0x70,0x1e,0x37,0x94,0xa3,0x7c,0xd6,0xe3,0x75,0x16,0x5f, + 0xd5,0xf1,0x32,0x9c,0xaf,0x35,0x50,0x62,0xc2,0xd7,0x6a,0x5c,0x2a,0x58,0x70,0x60, + 0x94,0xfc,0xd0,0x4a,0xaf,0x85,0xfc,0xef,0x52,0xf9,0xda,0xa8,0x44,0xc8,0x9f,0xcf, + 0x92,0xff,0x5d,0x2d,0x5c,0xfe,0x9c,0xea,0xaa,0x8a,0x16,0xab,0x64,0xf2,0x7e,0x30, + 0x6f,0x89,0xf2,0x92,0xbe,0x1,0x13,0xe9,0xfe,0x1c,0xe5,0x95,0x25,0xe4,0x28,0xaf, + 0x12,0x21,0x47,0x79,0x95,0x2a,0x51,0x5e,0x2f,0x95,0x28,0xaf,0xd7,0x12,0xcc,0xd7, + 0xfc,0x15,0x86,0x29,0xe8,0x2b,0x4c,0x17,0x13,0xfa,0xa,0xc3,0xd,0x67,0xa0,0x4c, + 0x5,0xe,0xcf,0x62,0x62,0x31,0x1,0x98,0xc,0x1c,0x9e,0x25,0x19,0xac,0x50,0xd1, + 0xd4,0x44,0xb9,0x86,0x2b,0x61,0x59,0xaa,0xf0,0xac,0x12,0x15,0x9d,0xe9,0x39,0x75, + 0xa5,0xcd,0xba,0x1f,0x84,0xbc,0x31,0xfd,0x5f,0x8a,0xd3,0xfa,0x4a,0xfc,0x77,0x63, + 0x4d,0xf8,0x59,0xec,0x77,0x34,0x6a,0xdc,0xb8,0xb1,0xa1,0xa3,0xa3,0x63,0xea,0xf0, + 0xe1,0xc3,0xd7,0x8b,0xbf,0xaf,0x9e,0xf9,0xbb,0x1a,0x3f,0x93,0xf7,0x14,0xdb,0x7c, + 0xf1,0xc5,0x17,0xfa,0xa6,0xa6,0xa6,0x71,0xf,0x1f,0xc9,0xfe,0xc7,0xfd,0xfb,0x25, + 0xaf,0x3b,0x75,0xea,0xc4,0xef,0x9f,0xff,0x6e,0x5a,0xa8,0xf6,0x91,0x79,0xf,0xbc, + 0xf3,0x27,0x9f,0x7c,0x32,0x7d,0xf6,0xec,0xd9,0x21,0xd9,0xd9,0xb7,0x24,0x67,0xe0, + 0x46,0x46,0x22,0x4e,0xb8,0x6e,0x92,0x6c,0xd4,0xdb,0x39,0x39,0x65,0x3f,0xfc,0xf0, + 0xc3,0x22,0x21,0xc7,0x8,0xfc,0xd5,0xb8,0x99,0xcf,0x94,0xfb,0x70,0x6d,0x67,0xde, + 0x73,0x1f,0x3f,0x74,0xe8,0x50,0x8f,0xb8,0xb8,0x38,0x69,0x63,0x20,0xff,0x4e,0x2e, + 0x82,0x9c,0x57,0x21,0x6c,0x67,0xf,0xa4,0x39,0xf5,0x41,0x90,0xd3,0x4a,0xbc,0xa0, + 0x11,0x5d,0x4c,0x4f,0x7f,0x58,0xb3,0x66,0xcd,0x39,0xca,0x78,0xab,0xff,0x49,0xac, + 0xbc,0xe7,0xcc,0x39,0xdd,0x9c,0xcf,0x3e,0x5c,0x4d,0x4d,0x6d,0x9b,0x9f,0x9f,0x7f, + 0xae,0xfc,0x1e,0xe0,0x19,0x4e,0x79,0x5b,0xc1,0xdf,0xb4,0xd,0x32,0xdc,0xba,0xe1, + 0x7e,0xf4,0x52,0x3c,0x8a,0x35,0x41,0x9a,0x43,0x37,0x1c,0xdb,0x6d,0x28,0xcd,0xc5, + 0xd9,0xb3,0x67,0xf3,0xaa,0x56,0xad,0xfa,0xb3,0x90,0xf7,0xdd,0xdf,0xfb,0x9e,0x4e, + 0x69,0x3c,0x5f,0x5f,0x29,0x63,0xee,0xaa,0x3c,0xb7,0x5f,0x9d,0x3a,0x75,0x96,0xdb, + 0xda,0xda,0x5e,0x7c,0xa9,0xb8,0x5d,0xe7,0x42,0xe,0xe2,0xd0,0xba,0x36,0x88,0xb5, + 0x11,0x28,0x8,0x1e,0x83,0x27,0x9,0x1b,0xa4,0x5a,0xec,0x45,0x27,0x27,0xe2,0xb6, + 0xfb,0x77,0x88,0x31,0x13,0x88,0xa0,0xb1,0x71,0x3b,0x76,0xec,0xd8,0x8d,0xca,0x95, + 0x2b,0xb3,0x5f,0xcf,0xf1,0xe,0x75,0xc5,0xbb,0x79,0x93,0xf7,0x49,0x39,0x8e,0x87, + 0x63,0x3,0x38,0xb6,0xa0,0x63,0xd5,0x4f,0xab,0x4d,0x5e,0xb1,0x62,0xc5,0xe9,0x7b, + 0x85,0xf2,0xbe,0xe9,0x85,0xb8,0x30,0x78,0xae,0xef,0x8d,0xe0,0x55,0x2,0x37,0xf, + 0x7e,0x8b,0xe2,0x33,0x13,0xf1,0x54,0x8a,0x63,0x30,0x40,0xe1,0xb1,0xde,0x78,0x12, + 0x36,0xd,0x65,0xc9,0xdb,0x11,0xe9,0x31,0x17,0xb,0x66,0xd4,0x83,0x9d,0x83,0xbc, + 0xcf,0x79,0xe0,0xc0,0x81,0x24,0x21,0xc7,0x7a,0xf0,0xbd,0xf9,0xec,0x87,0x37,0xe3, + 0x46,0x18,0x37,0x4b,0x36,0xde,0x4b,0xe7,0xbc,0xc1,0xfe,0x13,0x27,0x4e,0x74,0xbd, + 0x94,0x91,0x21,0x85,0xf9,0x66,0xdf,0xc8,0x80,0x97,0xc5,0x58,0x1c,0x9e,0x2f,0x90, + 0xca,0x7b,0x37,0xbe,0x2d,0x51,0x12,0x31,0x1e,0x8f,0xcf,0xcf,0xc5,0xa3,0xb3,0x7a, + 0xc8,0xf7,0x6d,0x8b,0xe7,0x29,0x36,0xb8,0x11,0xef,0xe,0x63,0xeb,0x69,0xe8,0x60, + 0xd4,0x7,0xed,0x4c,0xba,0xa3,0x85,0x51,0x7d,0x78,0x6,0x7b,0x4a,0x63,0xb0,0xb4, + 0xdc,0x72,0x5a,0xfc,0x5a,0x63,0x9c,0xe9,0x50,0xf1,0x7d,0x1,0xd3,0x84,0xe3,0x3b, + 0x6a,0x37,0x68,0xd0,0x40,0x2f,0xe0,0xf8,0x71,0x29,0x40,0x8c,0x73,0x1d,0x8e,0xda, + 0x2d,0x82,0xeb,0x4c,0x81,0xc8,0x95,0x2,0x37,0x1c,0x94,0x1a,0xc9,0xa1,0xfd,0xf0, + 0x20,0x7a,0x2c,0x3d,0x7b,0x32,0xee,0xf9,0xb7,0xc7,0xd3,0xd8,0xd5,0x64,0xf3,0x1c, + 0x42,0xb7,0x55,0xc3,0xd0,0x66,0xcf,0x34,0xc,0x3c,0xb5,0x16,0x43,0xc2,0x97,0xa2, + 0xdf,0x91,0x51,0x68,0xb5,0xae,0x25,0x2,0xa3,0x82,0xa5,0x31,0x2c,0x5f,0xbe,0xdc, + 0x53,0xc8,0x7b,0xed,0x4c,0xe7,0x2f,0x2a,0xcc,0x85,0x14,0xbb,0x41,0xeb,0x76,0xc9, + 0x8d,0xcc,0x4c,0x29,0x2,0x2d,0xcc,0x6f,0x3f,0xf6,0x4e,0x13,0x38,0x31,0x47,0x20, + 0x65,0xb3,0xc0,0xf5,0x3,0xf2,0x1e,0x62,0xf1,0xc9,0x66,0x28,0xc,0xee,0x84,0xfb, + 0x67,0x6,0xa1,0x24,0x6c,0x94,0x54,0xc3,0x11,0x19,0xe,0xb0,0xf6,0xb4,0x40,0x13, + 0x3b,0x3d,0x8c,0x4d,0x73,0xc4,0xc8,0x84,0xed,0x18,0x1e,0xb3,0x1,0x43,0xce,0x18, + 0xa0,0x8b,0xfb,0x60,0xb4,0x58,0xd1,0x6,0x51,0x89,0xd2,0x56,0x8,0x66,0xce,0x9c, + 0x69,0x59,0x1,0x73,0xb9,0x7c,0x68,0xdf,0xbe,0xfd,0xd8,0xec,0xec,0xec,0xd7,0x5c, + 0x3b,0xd7,0xd1,0x64,0x32,0xec,0x86,0xb,0x44,0x2d,0x91,0x63,0x81,0xae,0xd9,0xcb, + 0x7b,0x99,0xd2,0x3e,0xe6,0x9,0xa6,0x41,0x5d,0xa2,0x41,0x67,0x94,0x9c,0xd1,0x94, + 0x6a,0x82,0x96,0xc6,0xac,0xc5,0xb1,0xc8,0x23,0x68,0xb5,0x57,0x5f,0xa9,0x81,0xbb, + 0x3,0x3,0x4f,0xac,0x42,0xef,0x43,0xb3,0xd1,0xef,0xf8,0x2f,0x68,0xb1,0xaf,0x7, + 0x5a,0x2e,0xed,0x80,0xd4,0x8c,0x54,0xbc,0x7a,0xf1,0x12,0xb,0x16,0x2c,0x98,0x5f, + 0x71,0xf2,0x75,0x74,0x74,0xea,0x45,0x45,0x47,0x4b,0xc1,0x1c,0xbb,0x56,0x8c,0x87, + 0x65,0x6f,0x81,0x20,0xc2,0x1d,0xbb,0x46,0xe0,0xa2,0x95,0x90,0xf6,0xf3,0x78,0xef, + 0x8b,0xf7,0x84,0xef,0x96,0x8f,0xa3,0x96,0x14,0x5b,0x90,0xbd,0x4f,0xe0,0x19,0x3d, + 0xff,0x7c,0x5a,0x34,0x1a,0xed,0xd4,0x83,0xce,0x45,0x17,0x68,0x1e,0xb7,0x83,0x30, + 0x4d,0x80,0x58,0x97,0x8e,0x76,0x7b,0x4d,0xd0,0xdd,0x57,0x7,0x35,0x2d,0x5b,0xa2, + 0xd5,0xc2,0xae,0xc8,0xbc,0x75,0x93,0xec,0xef,0x67,0xaf,0xcd,0xcd,0xcd,0x27,0xa8, + 0x9e,0xbf,0x7a,0xf5,0xea,0xd,0x1c,0xb3,0x13,0xe4,0xed,0x88,0xc5,0x2d,0x5,0x9c, + 0x46,0xb,0xf8,0xce,0x94,0xe3,0x2,0x78,0x4f,0xfd,0x9a,0x8b,0xb2,0x17,0x77,0x58, + 0xee,0xaa,0x9a,0xc1,0xf9,0x3e,0x42,0xda,0xe3,0x7a,0x96,0x9b,0x0,0x7d,0xc7,0x75, + 0x68,0xe5,0xbd,0x6,0x13,0x32,0xdc,0x30,0xf0,0xb8,0xb,0xbe,0xb,0x1,0xbe,0x3a, + 0xe,0x74,0x38,0x60,0x87,0xee,0x27,0x74,0xd0,0xd8,0xbe,0xbf,0x54,0xe7,0x8d,0xeb, + 0x45,0x17,0x90,0xaf,0x72,0xf7,0xee,0xdd,0x67,0xc6,0xc6,0xc6,0x1c,0x23,0x27,0x7c, + 0x7c,0x7c,0xe2,0x5f,0x90,0x1f,0xbf,0x4a,0xbb,0x15,0x36,0xfd,0x28,0x60,0x4b,0xb4, + 0xdf,0x34,0x44,0xe0,0xe8,0x1c,0xb9,0x5e,0xa1,0x93,0x99,0x16,0xce,0xec,0xaa,0x87, + 0x3c,0x77,0xb9,0x5e,0x6b,0xae,0xb7,0x3c,0x6,0xae,0xc5,0x5c,0xe8,0xaf,0x85,0xa8, + 0xd8,0x0,0x7c,0xbe,0x6d,0x3a,0x46,0xa7,0x1d,0xc4,0x88,0x70,0x5b,0xc,0xd,0xd9, + 0x84,0x21,0x41,0x3b,0xa0,0x71,0xd4,0x12,0xfd,0x2,0x17,0x11,0x5f,0x2c,0x44,0x3, + 0xdb,0xa1,0xf8,0xc4,0xa4,0x99,0x54,0x63,0x53,0xcd,0xa0,0x1f,0xf2,0xc8,0xef,0xb8, + 0x7e,0xfd,0x6a,0xf1,0xb2,0x65,0xcb,0xba,0x47,0x44,0x46,0x64,0xf1,0x19,0x25,0x7a, + 0xad,0x5,0xcc,0x3a,0x9,0xac,0xe9,0x25,0xa0,0x47,0x57,0xe3,0x41,0x2,0x81,0x34, + 0xe6,0x60,0xcf,0xcd,0xf0,0x39,0x7a,0x2,0x67,0x68,0x2c,0x79,0x1e,0x72,0x8c,0x1, + 0xe3,0x4e,0xdf,0x40,0x34,0x38,0xac,0x81,0xa4,0x38,0x7f,0x34,0xd9,0x33,0xb,0x3d, + 0xfd,0x1c,0x20,0x36,0x11,0xdd,0x8d,0x63,0xd1,0xd3,0xdb,0x4,0x83,0xce,0x4e,0x41, + 0x57,0x2f,0x13,0xd4,0xdd,0x9d,0x8f,0x3a,0x66,0xb3,0x20,0x56,0xc8,0x7b,0x8d,0x2d, + 0xa6,0x77,0x43,0x4c,0x62,0xac,0xe4,0x8f,0x46,0x44,0x84,0xa7,0x85,0x9e,0xa,0xbd, + 0xcc,0x7b,0x3,0xd3,0x1a,0xb,0xac,0xa4,0x31,0xe8,0x34,0xa5,0xde,0x42,0x60,0x1a, + 0xd1,0x62,0x81,0xa6,0x40,0x5a,0x62,0x4,0x8a,0x1e,0x3c,0x85,0xbb,0x8b,0x23,0xa2, + 0x68,0x3e,0x6e,0xd9,0x9,0x5c,0xb6,0xe2,0xda,0x9d,0x3,0xf0,0x3c,0xd9,0x1,0xa7, + 0x82,0x76,0xa3,0xd5,0xf6,0x9f,0xf1,0xa3,0xfb,0x41,0x54,0x3e,0x43,0x56,0x8a,0x1f, + 0xd0,0xc5,0xd1,0xe,0x9a,0xa7,0x26,0xa3,0xfb,0xa1,0x9f,0xd1,0xd8,0x6a,0x1c,0xc4, + 0xc2,0x5a,0x68,0xb7,0xa8,0x17,0x6c,0x3d,0xf7,0xa2,0xa8,0xe0,0x1e,0xd7,0x26,0x7a, + 0x92,0x71,0xe9,0xe2,0x81,0xf4,0x8b,0x17,0x3a,0x6c,0xdb,0xb6,0xcd,0x8d,0x7d,0xfb, + 0x29,0x9d,0xbe,0x46,0xb7,0x6a,0x2,0x9d,0xbe,0x16,0xd0,0xa8,0x2b,0xd0,0xaf,0x26, + 0x8d,0x67,0xd6,0x10,0x94,0x3d,0x97,0x83,0x42,0xef,0xe4,0x15,0xe2,0xa0,0xcb,0x3e, + 0x4,0x13,0xee,0x92,0x33,0x46,0x38,0x75,0xcc,0x12,0x73,0x6c,0xf4,0xd0,0xd4,0xf2, + 0x67,0xf4,0xc,0x31,0xc3,0xc8,0x18,0x5b,0xc,0xe,0x38,0x84,0xfe,0x47,0x1c,0xa1, + 0x79,0x8c,0xe4,0x90,0x53,0x6f,0x34,0xda,0xd4,0xc,0x83,0x36,0xc,0x86,0x93,0xbf, + 0x1b,0xe9,0xaa,0x3b,0xb8,0x5f,0x58,0x58,0x72,0x25,0xe3,0xd2,0xae,0xd4,0x94,0xc4, + 0xf2,0x3c,0x99,0x29,0x53,0xa6,0xb4,0xb6,0xdc,0xba,0xf5,0x5e,0xab,0xc6,0xd,0xa5, + 0xfd,0x19,0x52,0x14,0x68,0x58,0x45,0xe0,0x97,0xe1,0x3d,0xa1,0x3a,0xaf,0x41,0xd5, + 0xee,0xe6,0xe5,0x4b,0xef,0x9e,0x37,0x9a,0xcd,0x44,0xb3,0xd,0x23,0xa0,0x76,0x78, + 0x19,0x86,0xc6,0xec,0xc0,0xe8,0x84,0x9d,0xd0,0x8a,0x32,0xc1,0x90,0x93,0x33,0xd1, + 0xd3,0xa3,0x7,0xda,0x5a,0x34,0x85,0xee,0x96,0x89,0xf0,0x39,0x79,0x4,0x5,0x77, + 0xf2,0x51,0x98,0x9f,0x7f,0xef,0x72,0xc6,0xa5,0xad,0x29,0xc9,0x89,0x4d,0xde,0x26, + 0xfc,0x75,0xc7,0x8d,0xeb,0x3a,0x6d,0xda,0xb4,0x3b,0x93,0x74,0xc7,0x62,0xc1,0xec, + 0x99,0xf0,0x3a,0xe8,0xca,0xb6,0x44,0x79,0xfe,0x9f,0xea,0xc,0x1,0x6e,0xec,0x37, + 0xd9,0x3b,0xec,0x87,0xb6,0xeb,0x4a,0xc,0x49,0xb0,0xc0,0xd0,0x88,0x35,0x18,0x14, + 0x38,0x1b,0xdd,0x5c,0x34,0xd1,0xd1,0xa2,0x1d,0xa6,0x6d,0x9b,0x86,0x80,0x33,0x1, + 0xb8,0x47,0x63,0xcd,0xcf,0xbd,0x7b,0xe7,0x52,0x7a,0xda,0xc6,0xe4,0xa4,0x84,0x6, + 0xef,0xd0,0x3b,0xe5,0x6d,0xc5,0x32,0xa3,0xe,0x21,0x21,0x21,0xe5,0x80,0x5f,0x29, + 0xf9,0xf5,0xaa,0xf7,0x5e,0x15,0xc7,0xc0,0x7b,0x78,0x7,0x3d,0xdd,0xa1,0xbd,0x7f, + 0x16,0xba,0xb9,0xa9,0xa3,0x93,0x69,0x4b,0xe8,0xd9,0x4c,0x47,0x48,0x44,0x10,0xa, + 0xe9,0xb9,0x79,0x39,0xb9,0x59,0x17,0x2f,0xa4,0xad,0x22,0xdf,0xa2,0xf6,0x87,0x9e, + 0x5b,0xb1,0x2d,0x5a,0x60,0xd8,0xfa,0x98,0xbf,0xff,0x75,0x55,0x1e,0xac,0xea,0x9d, + 0xc9,0x5b,0xc7,0x90,0x57,0x0,0x67,0x97,0x3,0xf8,0xd9,0x78,0x3c,0x42,0xa3,0x43, + 0x70,0xbf,0xa0,0x10,0xb9,0xb7,0x6e,0x5d,0xbd,0x90,0x96,0xb2,0x30,0x31,0x21,0xfe, + 0x4f,0xfb,0x61,0x4b,0x16,0x2d,0x6c,0xea,0xef,0x77,0x34,0x43,0xf5,0xde,0xe3,0xb9, + 0x52,0xb,0x52,0x95,0x7b,0x5d,0x71,0xc,0xec,0x3,0xfa,0x7a,0xfb,0xe0,0x64,0x50, + 0x50,0x5e,0x52,0x62,0xc2,0x94,0xb4,0xd4,0x94,0x3f,0x6a,0xeb,0xbc,0xb5,0xad,0x5a, + 0xb9,0xa2,0x21,0x8d,0x21,0xf5,0xcd,0x31,0xbc,0x8d,0xe,0xcc,0xf,0x2e,0xce,0x4e, + 0x25,0x86,0x6,0xfa,0xa3,0xfe,0x8e,0x67,0xab,0xda,0xda,0x35,0xc6,0xf5,0x68,0x2e, + 0xe2,0x9f,0x28,0xef,0x43,0x2b,0x8e,0xe1,0xb9,0xb2,0x57,0xa9,0x6a,0xf7,0xee,0x15, + 0xc0,0xcd,0xc5,0xe5,0xe5,0xc4,0x9,0xba,0x53,0x3e,0x7c,0xe7,0xdf,0xdf,0x4c,0xd6, + 0xaf,0xad,0xe5,0xef,0xe7,0x77,0x96,0xf3,0xbf,0xdf,0x3a,0x17,0xfc,0x3e,0x5c,0xc9, + 0x93,0xe5,0x18,0x78,0x57,0x17,0xe7,0x57,0x93,0x26,0xfe,0x34,0xe9,0xef,0x1c,0xc3, + 0xa6,0x8d,0x1b,0xbe,0x9,0x38,0x76,0xec,0xc,0xd7,0x79,0xaf,0x38,0x86,0xf2,0x3d, + 0x4f,0x65,0xbf,0x90,0xdf,0xa1,0x72,0xde,0xaa,0xe3,0x81,0xfd,0x97,0xd7,0x18,0xaf, + 0xfe,0x5b,0xcf,0x18,0xb3,0xda,0xb2,0xe5,0xcb,0xe3,0x1,0x1,0x41,0xaa,0x98,0x7f, + 0x55,0x3e,0x28,0xbf,0x3b,0xaf,0x58,0x27,0x80,0xeb,0xaf,0x5d,0x48,0x4d,0xc9,0x39, + 0x7d,0x2a,0xf4,0x6f,0xe1,0xc3,0x8a,0x6d,0x9b,0xb5,0xf5,0xe7,0x34,0x6,0xbf,0x47, + 0xca,0x18,0x18,0xef,0xc3,0x7,0x72,0xe,0x36,0xbf,0xd7,0x29,0x28,0xc8,0x93,0xea, + 0x50,0x90,0x7c,0x4d,0xbc,0x90,0x9a,0xf4,0xb7,0xd5,0x97,0xab,0xd8,0x76,0xee,0xd8, + 0x56,0x95,0xe6,0xc2,0x8b,0x9f,0xc9,0xf2,0x89,0x73,0xdf,0x99,0xff,0xef,0xe4,0xe4, + 0x20,0x4b,0x79,0x17,0x93,0x10,0x17,0xab,0xff,0x4f,0x3c,0x5b,0xd5,0x6c,0x77,0xee, + 0xa8,0x42,0x63,0x70,0xe0,0x98,0xda,0x47,0x8f,0x1e,0xe2,0x2e,0xf9,0x40,0xfc,0xe, + 0x2b,0x25,0x29,0x1e,0x31,0xd1,0x91,0xfb,0xce,0x46,0x45,0xfc,0x23,0xd8,0xdf,0x6c, + 0x61,0x67,0xce,0x8c,0xbb,0x95,0x7d,0x33,0x98,0x74,0x77,0xe1,0x85,0xd4,0xe4,0xe8, + 0xb3,0x91,0x61,0x93,0xff,0xcc,0x7d,0x80,0x64,0xe0,0x65,0x35,0xa0,0xa4,0x92,0xf4, + 0x6a,0xe1,0xb5,0x10,0xeb,0x4b,0xe4,0x3c,0x39,0xce,0x8d,0x63,0x3b,0x5d,0xb2,0x55, + 0x35,0xc8,0x17,0xac,0xf8,0xef,0x37,0x6e,0xc3,0xbf,0xe3,0xcf,0xf3,0xf7,0x90,0x25, + 0x3e,0x41,0x89,0xa8,0x81,0x52,0xd1,0x8,0x2f,0xe9,0xfa,0x9a,0x5f,0x79,0xf0,0xeb, + 0xe,0x13,0xea,0xe1,0xd4,0xb3,0xf8,0x79,0xfc,0x5a,0xa4,0x91,0x94,0x4f,0xc6,0xe, + 0xc1,0x8f,0xe2,0xef,0x7f,0x4f,0x41,0x7e,0x72,0xb3,0x2a,0x55,0xaa,0x34,0xfd,0x5b, + 0x6f,0x2a,0xfb,0x4f,0x2d,0xfb,0xf6,0xed,0x67,0x12,0x97,0x90,0x9c,0x1f,0x19,0x79, + 0x36,0xb3,0xca,0xa7,0x55,0x3e,0x78,0x5e,0xc2,0xef,0xb8,0x27,0xfb,0x40,0x6a,0x4d, + 0x9a,0x34,0x59,0xe9,0xee,0xe1,0x9d,0xf1,0xb4,0xf4,0x5,0xae,0x26,0x85,0xa2,0xa4, + 0xf0,0xe,0x8e,0xfa,0xf9,0xa7,0x57,0xaa,0x54,0x89,0xfd,0xc2,0x3f,0xf2,0x6e,0x83, + 0xf9,0x90,0xfd,0x59,0x8e,0x3d,0xef,0xf4,0xf9,0xe7,0x9f,0xcf,0x35,0xb3,0xd8,0x72, + 0xae,0xa0,0xe8,0x1,0xee,0x64,0xa6,0x21,0xca,0x59,0x1f,0x69,0xce,0xfd,0x11,0xed, + 0x32,0x1b,0xa5,0x4f,0x1f,0xc1,0x7e,0xef,0xfe,0x58,0x21,0xfb,0xdb,0x1f,0x7a,0xff, + 0x5a,0x59,0x19,0x2b,0x4f,0x5d,0x27,0xf2,0x6f,0xc7,0xeb,0xcd,0x9e,0xed,0x73,0xf3, + 0xd6,0x9d,0xd2,0xe2,0x82,0x1c,0x84,0xbb,0x2e,0xc1,0xb9,0x9d,0x2d,0x50,0x10,0x3a, + 0x13,0x4f,0xe3,0x4d,0x90,0xe5,0xde,0xe,0xe1,0xb6,0xda,0xc0,0xeb,0x17,0xd8,0xb8, + 0x71,0x53,0x90,0x90,0xe3,0xf6,0xdf,0x95,0x97,0xc4,0xfc,0xf5,0x83,0x90,0xfd,0x65, + 0xf5,0xa1,0x43,0x87,0x6e,0x8f,0x8d,0x4f,0xce,0xe7,0xf3,0xfc,0x62,0xc9,0x9e,0x66, + 0xdb,0xef,0xba,0x5b,0x7d,0x3c,0x8e,0x35,0xc4,0xe3,0x98,0x5,0x78,0x14,0x3a,0x16, + 0x4f,0x23,0x17,0xe3,0xc4,0xb6,0x1,0x30,0x37,0x9d,0x21,0xd5,0x58,0x9d,0x3f,0x7f, + 0xbe,0x8b,0x90,0x7d,0x7e,0x7e,0x6f,0x51,0x51,0xe,0x33,0xed,0xd8,0xff,0x6b,0xda, + 0xbc,0x79,0xf3,0xf9,0x47,0x8e,0x1e,0x4b,0x7f,0xf2,0xec,0x39,0x52,0xc3,0x3c,0xe1, + 0x6f,0x2c,0x70,0xde,0x82,0xcf,0xdf,0x68,0x8b,0x47,0xe7,0xa6,0xe3,0x61,0xf4,0x14, + 0xdc,0xf,0xd1,0xc1,0xad,0xd8,0xdd,0x30,0xde,0xa5,0x8f,0xee,0xa6,0x23,0xd0,0xcc, + 0xa4,0x25,0x8c,0xdd,0xd7,0x12,0x8c,0x97,0x18,0xa7,0x33,0xce,0x42,0xc8,0xbe,0xf4, + 0xb7,0x15,0x9e,0xc1,0xf7,0xff,0x86,0xec,0xc9,0xdd,0x25,0x8f,0x9e,0x20,0xfb,0x52, + 0x2c,0x7c,0xd7,0x36,0x41,0xf0,0x2,0xf2,0x23,0xec,0xe5,0x58,0x66,0x8e,0xc3,0x7e, + 0x10,0xa9,0x83,0xc2,0x80,0x96,0x78,0x9c,0xb8,0xd,0x7a,0x7b,0x8c,0xd0,0xc6,0x63, + 0x9,0x86,0xc5,0x71,0xfc,0xd1,0xc,0xb4,0xde,0xdd,0x1c,0x96,0x47,0x6c,0xf0,0xfc, + 0x69,0xd9,0x2b,0xd,0x75,0xf5,0x59,0xa,0x8d,0xca,0xdf,0xe1,0xcc,0xd4,0xd3,0xb3, + 0xe1,0xf7,0x10,0x21,0x8e,0xeb,0xe1,0x3a,0x51,0x20,0x66,0x85,0x1c,0x3b,0x2a,0xc5, + 0x1b,0x4b,0xbe,0x61,0x63,0xf2,0x4d,0xd5,0xc9,0x2f,0x10,0x78,0x74,0xde,0x12,0x33, + 0x5c,0x37,0x62,0x50,0x9c,0x1d,0x34,0x82,0xf6,0xa1,0xa6,0xf5,0x71,0xb4,0xda,0xb3, + 0x6,0xf5,0x2d,0x6a,0x63,0xef,0x9,0x47,0x8e,0x53,0x79,0x34,0x64,0xc8,0x10,0x75, + 0xd5,0xbd,0xe7,0xcc,0x99,0x33,0xac,0xe4,0xd1,0x53,0xf2,0xb9,0x8d,0xb1,0x4d,0x5d, + 0x20,0x6c,0x31,0xd9,0xfe,0x96,0xe4,0x73,0x70,0x4c,0xf3,0x51,0x39,0x16,0x98,0x63, + 0x82,0xb,0x83,0xeb,0x4a,0xfe,0xc7,0xf3,0x54,0x7b,0x18,0x7a,0x5b,0x43,0x3d,0x9a, + 0xfa,0x9,0xf2,0x81,0x8e,0x1,0x6d,0x9c,0x8e,0xa1,0xa3,0xd7,0x40,0x7c,0xb2,0xbc, + 0x6,0x3c,0x4f,0xfb,0xe0,0xf1,0xfd,0x7,0x5,0x46,0x46,0x46,0x9c,0xb3,0x21,0x7c, + 0x7c,0x7d,0xfd,0x6f,0x5e,0xbd,0x84,0x15,0x1d,0x4,0xec,0x47,0x8,0xf8,0xe8,0x9, + 0x5c,0xd8,0x4a,0x18,0x76,0xcb,0x67,0x1f,0xa8,0x6a,0xbe,0x73,0xfc,0xf1,0x3d,0xef, + 0x5a,0x8,0x3f,0xe7,0x8d,0xf6,0xce,0x2b,0x31,0x3a,0xd5,0x19,0xa3,0x63,0xcd,0x30, + 0xe8,0xe4,0x6,0xf4,0xf,0x5d,0x82,0xf6,0x7,0x27,0xa1,0xba,0x45,0x7b,0xc9,0x97, + 0xf2,0x8d,0xa,0xc0,0x8d,0x2b,0xd7,0x6e,0x2c,0x5b,0xba,0xb4,0x49,0x7c,0x52,0xca, + 0xcd,0x43,0x76,0x9b,0xb1,0xbc,0x89,0xc0,0xfa,0xbe,0x72,0x7c,0xe7,0x71,0xc2,0xe0, + 0xe7,0xbc,0x1e,0x81,0xe,0xd3,0xa4,0x31,0xdf,0xf5,0x96,0x63,0x3d,0x8b,0x3d,0xbe, + 0xc7,0xc1,0xe0,0xbd,0x68,0xe9,0x67,0x2,0xcd,0x93,0xde,0xf8,0xda,0xe6,0xc,0x3a, + 0x7a,0x98,0xa3,0x5f,0xb0,0x1,0xea,0x6f,0x3f,0x41,0xbe,0xab,0x26,0xc4,0x24,0x81, + 0x1e,0x8b,0xb5,0xa4,0x1a,0x8b,0xe4,0x27,0xc5,0x44,0xc7,0x9e,0xbf,0xe8,0x69,0x6d, + 0x8c,0x29,0xe4,0x97,0x8c,0xfe,0x41,0x60,0xc,0x3d,0x67,0xe,0x3d,0x27,0xf3,0xea, + 0x5,0xa4,0x5f,0xbd,0x5,0xff,0x9d,0x5a,0xb8,0x6a,0x43,0x3c,0xe4,0xd1,0xc,0xb7, + 0x4e,0x6f,0xc6,0xda,0x3,0x2b,0xd1,0xe1,0xc8,0x32,0xf4,0xd,0xc,0xc6,0x17,0x44, + 0x9b,0x76,0x4e,0xae,0x50,0x3b,0xd8,0xb,0x75,0x37,0x6a,0xa0,0xaf,0xc9,0x28,0x38, + 0x1d,0x77,0x47,0xd6,0xcd,0xcc,0xa7,0x37,0xae,0x5d,0x71,0xba,0x94,0x7e,0xb1,0xc7, + 0x56,0x6b,0xeb,0xb5,0xbb,0xac,0xcc,0x24,0xff,0xe3,0xbb,0x4a,0x2,0x6d,0xaa,0xa, + 0xd8,0x59,0xac,0x2e,0xb7,0xb1,0x92,0x53,0x2f,0x22,0x60,0xcf,0x12,0xd8,0x3b,0x1a, + 0xa0,0xcf,0xe,0x3d,0x74,0xf4,0x5d,0x8d,0x11,0x1c,0xeb,0x1e,0xb9,0x16,0xbd,0xbc, + 0x66,0xa0,0xfd,0xf6,0xce,0x98,0xb0,0x73,0x32,0xe,0x85,0x1e,0x42,0x6e,0xd6,0xad, + 0x87,0x77,0xb2,0xb3,0xf7,0x91,0x1e,0x6e,0xa3,0x9a,0x5f,0x5d,0x5d,0xdd,0xaa,0xba, + 0xe3,0xc7,0x3b,0x69,0xf,0x1d,0x88,0x39,0x93,0x7e,0xc2,0x61,0xf,0x57,0xb2,0x5f, + 0xe4,0x18,0x1b,0x55,0xe,0xe4,0xc5,0xb4,0xc,0x4c,0xdb,0xba,0xc,0xbd,0xce,0xac, + 0xc3,0xb0,0x18,0x13,0xf4,0xf6,0x9d,0x88,0x2e,0xbb,0x7a,0x40,0x6f,0xdf,0xc,0xf8, + 0x87,0xf9,0x21,0x37,0xfb,0x56,0xc9,0xad,0xcc,0xcc,0xed,0xe4,0x3f,0xbd,0xb5,0xe6, + 0xa0,0xfe,0x9c,0x59,0x95,0x1c,0xf,0x38,0xec,0x7d,0xa6,0xe4,0x6d,0xb1,0x7d,0xc4, + 0xf6,0x22,0xef,0xbb,0xa9,0x9e,0x71,0xf9,0x62,0x6,0xc,0x1d,0x8c,0xd1,0xcd,0xae, + 0x27,0xf1,0xff,0xc,0x4,0x45,0x9d,0x40,0x4e,0x56,0x76,0x61,0xd6,0xf5,0xcc,0x2d, + 0xc9,0xc9,0x9,0xbf,0x4b,0x56,0xdb,0xef,0xb1,0xb3,0x55,0x9d,0x21,0xf8,0x4c,0xd9, + 0xdb,0x66,0x9b,0x48,0xf5,0x8c,0xb4,0xa4,0x64,0xd8,0xda,0x6f,0xc7,0xf5,0x2b,0x57, + 0xae,0x91,0x4f,0xb0,0x31,0xfd,0x62,0xea,0x7,0xfd,0x9f,0x37,0x9b,0xc3,0xfe,0xbd, + 0x56,0x9c,0xd3,0x2a,0x3d,0x43,0x89,0x27,0xa9,0x88,0x23,0x23,0xfd,0x12,0x6c,0xac, + 0xad,0xdc,0xff,0xe8,0x7d,0x2b,0x36,0xb2,0x15,0xcd,0xef,0x57,0x78,0x86,0x2a,0x6e, + 0xa8,0x1c,0x47,0x6a,0x2a,0x16,0x18,0x18,0xec,0x1f,0xa9,0x35,0xec,0x4f,0xbf,0xc7, + 0x75,0x76,0x72,0x32,0x51,0xe1,0x28,0x55,0x70,0xb0,0xed,0xcc,0xe7,0xf6,0xb0,0xdd, + 0xcc,0x75,0x45,0x97,0x1a,0x2d,0x5a,0xff,0x57,0x70,0x1c,0x74,0x77,0x5d,0xa5,0xca, + 0xef,0xa8,0x58,0xbb,0x4b,0xda,0xeb,0x2b,0x29,0xc1,0xb9,0xb3,0x51,0x21,0x7f,0xe5, + 0xfe,0xdc,0x3c,0x3d,0xdc,0x97,0xaa,0x9e,0xc1,0x76,0x9f,0xaa,0x16,0x4c,0xce,0xed, + 0x6c,0x9a,0x8b,0x8b,0xfb,0xff,0xea,0xfd,0xe5,0x67,0x1c,0x34,0xe4,0x3a,0xb2,0x1c, + 0xdf,0x94,0x77,0xe7,0x8e,0x54,0x53,0x86,0xec,0xba,0x92,0xf3,0x31,0xd1,0x7f,0x55, + 0xbf,0x97,0xb7,0xa3,0xbe,0x47,0x46,0xdf,0xba,0x95,0x1d,0x49,0xb6,0x5b,0x7e,0x62, + 0x5c,0x6c,0x48,0x64,0xd8,0xa9,0x9e,0xbf,0xe7,0x7b,0x28,0x43,0x38,0xff,0xf7,0x5a, + 0xda,0x5d,0x6a,0x84,0x70,0xb2,0xa9,0x4c,0xa4,0x8d,0xaf,0x4a,0xdc,0xd7,0xd3,0xcf, + 0x24,0xcb,0x2b,0xb1,0xae,0xaf,0xa1,0xf4,0x6a,0x6c,0x1,0xd1,0x8f,0x95,0x4c,0x84, + 0xba,0xc8,0x12,0xa8,0x54,0xf2,0x9,0xaa,0x95,0xa,0x34,0x7a,0x49,0x22,0xf2,0x35, + 0xef,0x22,0x71,0x37,0xa1,0x1e,0x21,0xe7,0xf5,0xb3,0xd3,0xfc,0x83,0xf8,0x6b,0x76, + 0xd8,0xe7,0xd5,0xab,0xab,0xf7,0xe8,0xd5,0xc7,0xf0,0xf,0x7e,0x8d,0xed,0x9f,0x3e, + 0xba,0x3f,0x4d,0x3e,0x1a,0x77,0x2e,0xa2,0xac,0x38,0x2f,0xb,0x23,0xb5,0xc7,0x1d, + 0x10,0xef,0x3f,0x83,0x8c,0xbf,0xc3,0xef,0x17,0xfa,0xf4,0xe8,0xa5,0xe1,0x18,0x70, + 0x22,0xb0,0xf8,0x76,0xf2,0x51,0x5c,0x3d,0xa4,0x8e,0x4b,0xce,0x8d,0x90,0x7b,0x25, + 0x1e,0xbd,0x7a,0xf7,0xdb,0x23,0xfe,0x33,0xc7,0xb0,0x92,0xf2,0xbd,0x2e,0xd,0x1b, + 0x37,0x33,0xdd,0xef,0x74,0x30,0xeb,0x7a,0xd2,0x29,0xa4,0x7b,0x6a,0x23,0x93,0x73, + 0xd2,0x42,0x9b,0x92,0x7e,0x10,0xf0,0x5a,0x2b,0x10,0x9f,0x10,0xff,0xaa,0x6d,0xeb, + 0x76,0xa6,0x42,0x3e,0xe7,0x52,0x35,0x96,0x2a,0x64,0x57,0xe,0x5b,0xb3,0xd1,0x22, + 0xf6,0x52,0x52,0xf4,0xab,0x14,0x17,0x6d,0x24,0x6e,0x95,0xdf,0x89,0x3e,0x8d,0xe8, + 0x86,0xdb,0xfe,0x1a,0x98,0x60,0x41,0xfa,0x63,0x99,0x40,0xf7,0xbd,0xed,0x91,0x90, + 0x70,0xbe,0xac,0x41,0xbd,0xef,0xa7,0x9,0x45,0x8f,0x57,0xaf,0x5e,0xbd,0xa1,0xf7, + 0x11,0xbf,0x9c,0xb,0xc7,0xcd,0x70,0x62,0x8a,0xc0,0xa5,0x2d,0xa4,0x8f,0x2,0x5, + 0x4a,0x4e,0x77,0xc0,0x43,0x3f,0x81,0x50,0xaf,0x89,0x10,0x7,0xa8,0x47,0x2f,0x82, + 0x30,0x6e,0x8d,0xbe,0xbb,0xc6,0x22,0x3a,0x32,0xb2,0xa4,0x49,0xe3,0xa6,0xfc,0xee, + 0x5c,0xb8,0xb8,0x7b,0xfa,0x45,0xba,0x6d,0x84,0x65,0xb,0x1a,0x1f,0xe9,0xb7,0x1c, + 0x77,0xd2,0x39,0x47,0xe4,0xfc,0x8a,0x42,0x57,0x81,0xa3,0x87,0xd,0x20,0x8e,0x1a, + 0x42,0x84,0xae,0x80,0xd8,0x72,0x5,0x62,0xce,0x17,0xe8,0xb7,0x5d,0x13,0xf1,0x71, + 0x71,0xb9,0xfa,0xfa,0xfa,0x75,0xe3,0xe2,0xce,0x17,0x9a,0xf4,0x14,0x98,0xdf,0x40, + 0xc0,0x45,0x47,0x20,0x64,0x9f,0x36,0xae,0x38,0x91,0x6e,0x74,0x14,0x78,0x40,0xba, + 0xf8,0x67,0xa7,0x79,0x10,0x27,0x8c,0x21,0xf6,0x6d,0x86,0xf0,0x18,0xa,0x41,0x36, + 0x97,0x68,0x2b,0xb0,0xce,0xcb,0xa,0xf1,0x31,0xb1,0x69,0xa1,0xc1,0x81,0x77,0x7e, + 0xa1,0x67,0x37,0xab,0x22,0xa0,0xd5,0x52,0xe0,0x76,0xce,0x5d,0x44,0xfa,0x5a,0x20, + 0x9e,0xe8,0xe5,0xbb,0xb3,0x1,0x6a,0xdb,0x8d,0x82,0xf0,0x5f,0xb,0x61,0x7a,0x1e, + 0xc2,0xe8,0x5f,0xa8,0xb9,0x46,0xc0,0xf2,0xb0,0xed,0xeb,0xcb,0x57,0x2e,0x5f,0x25, + 0x7d,0xa7,0xb7,0xd4,0xc8,0xc8,0x70,0x40,0xcf,0x2e,0x2f,0xb5,0xfb,0xf5,0x46,0xc4, + 0x29,0xf9,0xdd,0xfc,0xd3,0x67,0x2f,0x70,0xe0,0xc0,0x4e,0x8,0xf3,0x6e,0x10,0xbe, + 0xfd,0x20,0x48,0x47,0x77,0xdf,0xa1,0x6,0xd7,0x10,0xe7,0xd7,0xd9,0x37,0x32,0x2f, + 0xdd,0xb9,0x75,0x6b,0x42,0xc5,0x9,0x34,0x35,0x35,0x9d,0x9f,0x5f,0x50,0xf8,0x5c, + 0x25,0xd3,0x38,0x96,0xac,0xf4,0xe9,0x73,0x98,0x7a,0xef,0x40,0x67,0xb3,0x1f,0xe1, + 0x17,0x79,0xe4,0x65,0x6e,0x56,0x56,0xca,0xed,0xac,0xac,0x91,0xef,0x62,0x1e,0x6b, + 0xcb,0x2d,0xd3,0x69,0xad,0x97,0xca,0xdf,0xe5,0xfd,0xbb,0xd7,0x78,0xf6,0xf8,0x9, + 0x4e,0x5,0x6,0x3d,0xf,0x3c,0x76,0x6c,0xea,0xef,0x61,0xda,0x1d,0xdb,0x6d,0x26, + 0xdc,0xbd,0x7b,0xf7,0x89,0x14,0xd7,0xa9,0xbc,0xab,0x29,0x7d,0x56,0xc6,0x67,0x1d, + 0xa4,0x4f,0x18,0xaf,0xf3,0xd6,0x77,0x7d,0x6f,0x36,0xfb,0xdd,0xbb,0xc7,0xe5,0xe5, + 0xe5,0x3d,0x56,0xe9,0x0,0xd6,0xc7,0x9c,0x43,0xe1,0xed,0xe5,0xf9,0xbb,0x6b,0x18, + 0x92,0x8c,0xd7,0xa6,0x71,0x3c,0x64,0x9f,0xbc,0xe8,0xde,0x3d,0x64,0x67,0xdd,0x64, + 0x99,0xf8,0x87,0xd6,0x20,0xc9,0xd7,0xc1,0xb7,0xb2,0xb3,0xd2,0xb2,0x33,0x6f,0x14, + 0xc6,0xc6,0x44,0x39,0x24,0x25,0x9c,0x7f,0x6b,0x7e,0x31,0xd4,0x45,0x78,0x69,0xd, + 0x11,0x1e,0x5e,0xad,0x1a,0x44,0x25,0x55,0xaf,0x1,0xde,0xde,0xe6,0x9d,0x6f,0xfa, + 0x48,0xb8,0xf8,0x24,0xf3,0x9a,0x49,0xd,0x93,0x6a,0xe1,0xea,0xe1,0x8d,0xb2,0x1a, + 0x65,0xad,0x2f,0x69,0x54,0xa2,0x5e,0xda,0xa8,0xb4,0xd1,0xcb,0x46,0x55,0xc4,0xff, + 0x1,0x62,0xd2,0x6e,0x4d, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/property.png + 0x0,0x0,0x2,0xa9, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x4b,0x49,0x44,0x41,0x54,0x78,0xda,0x8c, + 0x53,0x5d,0x68,0x52,0x61,0x18,0x7e,0x3c,0x47,0x53,0x41,0x86,0xb6,0x86,0x99,0xb8, + 0x70,0x37,0x2b,0xb7,0x5c,0x16,0x34,0x32,0x8a,0x3,0x5d,0x4,0x51,0xc,0x22,0x88, + 0xba,0xa9,0x18,0xd4,0x6d,0xd4,0xc5,0xa0,0xd8,0x1a,0xeb,0x62,0x37,0xc5,0x6e,0xea, + 0xa6,0x1b,0x89,0x88,0xed,0xa2,0x68,0x37,0x45,0x17,0xd,0x25,0x58,0xad,0xd5,0xb4, + 0xad,0x6c,0xe1,0x76,0xe6,0x6f,0xce,0x30,0x7f,0xd3,0x9d,0x73,0xd4,0xa3,0x7d,0x2e, + 0x75,0x1a,0x9b,0xec,0x85,0x97,0x8f,0xe7,0xf9,0xde,0xe7,0x79,0xdf,0xef,0xe5,0x1c, + 0x9,0xb6,0x88,0x99,0xc9,0x91,0x1b,0x82,0x20,0xa8,0x39,0x8e,0x3,0x97,0xe5,0x1c, + 0xf9,0x7c,0x1e,0x62,0x51,0xfc,0x72,0xf1,0xa6,0x2d,0x59,0xbe,0xb7,0x7d,0xf0,0x32, + 0xe4,0x60,0x24,0x9b,0x89,0x1d,0x13,0xb7,0x6d,0x9d,0xdd,0xe6,0x2b,0x5a,0x9d,0xe, + 0xa9,0x64,0x12,0x2,0xcf,0x23,0x9d,0x4a,0x91,0x24,0xda,0x12,0x10,0xe,0x85,0xe0, + 0xa3,0xf7,0x63,0xdf,0xc9,0xab,0x68,0x30,0x98,0x7a,0x36,0xa0,0xa6,0x28,0xfa,0xa5, + 0xa5,0xb7,0x97,0xf1,0x2c,0xba,0x71,0xc0,0xd2,0x3,0x99,0x4c,0x81,0x52,0x89,0xa8, + 0x88,0xb2,0xfe,0x7c,0x62,0x8f,0x80,0x6e,0x3f,0xe,0x69,0xbd,0x41,0x36,0x93,0x1d, + 0xb3,0x32,0x27,0x98,0x17,0xe3,0xe3,0x38,0x7a,0xec,0x10,0xf8,0x6c,0xc,0x94,0xaa, + 0xad,0x22,0x12,0x91,0xe3,0xfe,0x20,0x1e,0xfd,0x89,0x42,0x21,0x47,0xa6,0xe0,0x41, + 0xd1,0x1d,0x90,0x5e,0xbe,0x35,0x3c,0x4c,0x2a,0xee,0x2a,0xa5,0x5,0xb4,0xb6,0x49, + 0xf1,0x7d,0xfe,0x23,0xa8,0x62,0x6,0x3e,0x96,0x85,0x42,0x2e,0x85,0x84,0x8,0x77, + 0x28,0x5a,0x90,0xe3,0x53,0x88,0x46,0x42,0x88,0xc7,0x62,0x60,0x97,0xbc,0xf0,0xfc, + 0x50,0x42,0x45,0x9e,0x41,0x1f,0xb4,0x32,0xf6,0x47,0x23,0x3,0xd8,0x55,0x60,0xa1, + 0x51,0xe5,0x31,0xf9,0xfc,0x35,0xba,0x4c,0xed,0x70,0x39,0x17,0xd1,0xd5,0x6d,0x4, + 0xb7,0xc6,0x43,0x46,0x8b,0x48,0xfc,0xfe,0x85,0x44,0x3c,0x8e,0xd9,0x99,0x79,0xac, + 0xb0,0xab,0x70,0xf9,0x5,0x4,0xd2,0x92,0x7f,0x4f,0x90,0xcb,0xe5,0x10,0xd2,0x3e, + 0xbc,0xff,0xec,0x46,0x87,0xe5,0x34,0xe6,0xbe,0x3a,0xd1,0xa2,0x52,0xe0,0xcd,0x2b, + 0x3b,0x8c,0x46,0x3d,0xb4,0xbb,0x5b,0xb1,0xbc,0x1c,0xc0,0xc2,0xb7,0x0,0xd8,0x95, + 0xc8,0xe8,0x84,0x23,0xf8,0x90,0xc8,0x68,0x60,0x5a,0x49,0x95,0xd,0xa,0x64,0x29, + 0xde,0x40,0x1c,0x72,0xed,0x11,0x5c,0xb8,0x3e,0x84,0xfe,0xc1,0xa7,0xc8,0x8a,0x1a, + 0xb0,0xa4,0x93,0x4,0x22,0xa6,0xde,0xce,0x22,0x85,0x4e,0x2c,0xcb,0xac,0x20,0xe2, + 0x41,0x22,0x9,0x93,0xc,0x92,0xf4,0xac,0x4f,0x20,0x16,0x4b,0x30,0x9c,0xba,0x43, + 0x36,0x2e,0xc3,0x9c,0x3f,0x89,0xc3,0xc6,0x9d,0xe8,0xb9,0xf4,0x0,0xe1,0x25,0x27, + 0x3e,0xb9,0xdf,0x41,0x6f,0x3d,0x87,0xf3,0x67,0xcf,0x60,0x7a,0x68,0x74,0xbd,0xbc, + 0x7e,0xf1,0x15,0x3,0xc0,0x6a,0x32,0xd4,0xc8,0x1a,0x2e,0x67,0x5f,0x1f,0x9a,0x45, + 0x6d,0x2,0x97,0x3f,0x51,0x23,0x2d,0x7b,0x35,0xd,0xb8,0xca,0x35,0x35,0x30,0x1b, + 0xd4,0x75,0x13,0x34,0xe2,0x2a,0xd7,0xc4,0x0,0x58,0x8,0x6e,0x74,0x34,0x1b,0x34, + 0xd,0xb8,0xca,0x6d,0x69,0x90,0x59,0xe3,0x60,0xd2,0x6f,0x74,0x2c,0x90,0x6e,0xf5, + 0xb8,0x5a,0xb3,0xa9,0x41,0x32,0x16,0x7d,0x7c,0xef,0xfe,0xd8,0x35,0x6c,0x23,0xca, + 0xb5,0xff,0x73,0xe5,0x9f,0x69,0xf,0x49,0x1d,0xb6,0x17,0xab,0x95,0x6f,0xa0,0x16, + 0x7f,0x5,0x18,0x0,0xa0,0xe0,0x7,0xbf,0x1d,0xb9,0x9f,0xb2,0x0,0x0,0x0,0x0, + 0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/down.png + 0x0,0x0,0x2,0x52, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x8,0x6,0x0,0x0,0x0,0xc4,0xb4,0x6c,0x3b, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xd6,0xd8,0xd4,0x4f,0x58,0x32, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xe4,0x49,0x44,0x41,0x54,0x38,0x8d,0xbd, + 0xd4,0xcf,0x4f,0xd3,0x60,0x1c,0xc7,0xf1,0xb5,0x5b,0x69,0x3b,0x37,0xcc,0x96,0x68, + 0x42,0xa6,0x82,0x98,0xa1,0x1c,0x38,0x98,0xe0,0xcd,0x8b,0x28,0xa4,0x12,0xa3,0x19, + 0x48,0x48,0x20,0x1a,0x6e,0x1a,0x16,0xe5,0xc4,0xc5,0x18,0x42,0x23,0x3a,0xa2,0xc6, + 0x18,0x63,0xc6,0x8f,0x39,0x6,0x54,0xb3,0xf2,0x40,0x3c,0x29,0x97,0x72,0xf1,0x2f, + 0xfb,0xf0,0x7d,0x6a,0x4b,0xea,0xb6,0x67,0x3c,0x90,0xe0,0x93,0xbc,0x8f,0x7d,0xf5, + 0xc9,0xd3,0x6f,0x9f,0x18,0x80,0xd8,0x59,0x74,0x26,0xe8,0xff,0x87,0x69,0x95,0x29, + 0x48,0xb4,0x46,0x25,0x28,0x45,0x16,0x46,0xfd,0xcf,0xb,0x6c,0x78,0x4f,0x85,0x2d, + 0xd5,0x6f,0x85,0x78,0x9a,0xe3,0xd2,0xf0,0xa6,0xf7,0x4,0xcb,0x6c,0x50,0xd8,0x33, + 0xfb,0x7a,0x8,0x77,0x51,0x86,0x34,0xbc,0xe5,0x4d,0xe1,0x3d,0xbb,0x29,0xec,0xb9, + 0x9d,0xf,0xe1,0x5e,0xea,0x9c,0x34,0xec,0x78,0x93,0xf8,0xc8,0x6,0x84,0xcd,0xda, + 0xbd,0x21,0xdc,0xc7,0x8f,0x43,0x1a,0xfe,0xe1,0x3d,0xc6,0x27,0xd6,0x2f,0xac,0x68, + 0x77,0x9f,0xe,0x76,0xbd,0x2,0xbe,0xb0,0xbc,0xb0,0x39,0xfb,0x92,0x1c,0x4c,0x4b, + 0xa3,0x56,0xc2,0x51,0xda,0x3d,0x78,0x84,0xaf,0xac,0x47,0x58,0xa9,0x72,0x39,0x3a, + 0x76,0xbf,0xa9,0x51,0x2a,0x1e,0x8e,0x5e,0x14,0x9e,0xb3,0x1e,0x76,0xe1,0xe7,0xc1, + 0x3,0xbf,0xfa,0xfe,0x6d,0xac,0xb2,0x9c,0xb0,0xb2,0x9b,0xc3,0xda,0xee,0x15,0x54, + 0xf6,0xae,0x62,0xa6,0x98,0xe1,0xc0,0x2f,0x3e,0x1d,0x94,0xda,0x8,0xeb,0xd4,0xfa, + 0x90,0x65,0x62,0xd5,0xbd,0x88,0x75,0xd6,0xbe,0xcf,0xb5,0xb,0x98,0x5f,0xcc,0x60, + 0xb4,0x90,0x44,0x2a,0xad,0x72,0x60,0x3a,0x98,0xe9,0x78,0x23,0xac,0x50,0x29,0xaa, + 0x76,0xd7,0x32,0x50,0x71,0xb3,0xa8,0xb2,0xe6,0xbe,0xed,0x64,0xb1,0xe2,0x64,0xb0, + 0xb0,0xdc,0x89,0x3b,0x23,0x6,0x34,0x4d,0xe1,0xf,0x17,0xa9,0x1c,0x95,0x6c,0xda, + 0x71,0x80,0xf3,0xdf,0x33,0x4b,0x39,0xf7,0xac,0xe,0x6c,0xb8,0x69,0x6c,0xb2,0x7f, + 0x2b,0xd7,0x52,0x58,0x78,0x97,0xc4,0xd8,0xa4,0xe,0xdd,0xf0,0xd1,0x19,0x2a,0x1f, + 0x3c,0xd7,0xd1,0x74,0xc6,0xad,0xf0,0x61,0x2b,0x81,0x2d,0xd7,0x84,0xc3,0xfe,0x56, + 0x75,0x4c,0xd8,0x25,0x1d,0x43,0xc3,0x9,0x98,0xa6,0x8f,0xbe,0x6e,0x85,0xb6,0x1b, + 0xb7,0x23,0x7c,0xc4,0x52,0xf1,0x7d,0x47,0x43,0x75,0x5b,0x43,0xe9,0x43,0x2,0xe3, + 0x13,0x2a,0x14,0x25,0x16,0xdd,0x69,0xa6,0x11,0x6d,0x7b,0x6d,0x46,0x71,0xeb,0xbe, + 0x82,0x37,0x6f,0x55,0x14,0xc6,0x14,0xfa,0x50,0x3e,0xfa,0x4a,0xb4,0x53,0xa9,0xfb, + 0x38,0xc0,0xf9,0x25,0xb3,0x6d,0x18,0x31,0xe8,0xba,0x8f,0xbe,0x3c,0xe,0x3d,0x16, + 0x8e,0xe0,0x7c,0x5a,0xae,0x51,0x37,0x82,0x17,0x9d,0x6f,0x87,0x4a,0xc1,0x1,0x1e, + 0xf,0x20,0x23,0x98,0xf7,0x96,0x97,0xfb,0x89,0xe1,0xd3,0x74,0x8,0x56,0x10,0xa, + 0xb,0xb1,0xaa,0xe0,0x42,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60, + 0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-uparrow.png + 0x0,0x0,0x0,0x84, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x0,0x0,0x0,0xff,0xff, + 0xff,0x7e,0xef,0x8f,0x4f,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x29,0x49,0x44,0x41,0x54,0x8,0x5b,0x63,0x60,0xc0,0x0, + 0x4c,0x2b,0x20,0x34,0x57,0x14,0x84,0xd6,0xc,0x6b,0x0,0xd3,0x4b,0x43,0x17,0x80, + 0xe9,0xa9,0xa1,0x9,0x10,0x89,0x0,0x86,0x81,0xa1,0x17,0x30,0x60,0x2,0x0,0xad, + 0xe7,0xa,0x42,0x37,0xd2,0x7e,0x32,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae, + 0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/foreground.png + 0x0,0x0,0x0,0xcf, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x50,0x61,0x69,0x6e,0x74,0x2e,0x4e,0x45,0x54,0x20,0x76,0x33,0x2e,0x33,0x36, + 0xa9,0xe7,0xe2,0x25,0x0,0x0,0x0,0x62,0x49,0x44,0x41,0x54,0x38,0x4f,0x63,0x60, + 0xa0,0x12,0xf8,0xf,0x34,0x87,0x58,0x8c,0xd5,0xca,0xff,0xff,0xff,0x33,0x0,0x31, + 0x8,0xe0,0xa6,0xa1,0x96,0xe0,0x32,0x0,0xbf,0x66,0xb0,0x2c,0xc4,0x95,0xc3,0xc0, + 0x5,0xc8,0x81,0xd,0xf7,0xe,0xc1,0x0,0x84,0x85,0x41,0x43,0x43,0xc3,0x7f,0x10, + 0x46,0xf,0xf,0xa2,0x63,0x1,0x8f,0x1,0xc4,0xc5,0x2,0x4e,0x3,0x88,0x4d,0x48, + 0xb8,0xc,0xc0,0x16,0xb7,0x60,0xbf,0xe2,0xc2,0xf8,0xd2,0x4,0xcc,0x30,0xca,0xd, + 0x20,0xc2,0x5b,0x54,0xca,0x8a,0x94,0x18,0x3,0x0,0x81,0xc3,0x6b,0xc4,0x80,0x54, + 0x1e,0xdc,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-arrow.png + 0x0,0x0,0x0,0xab, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0x0,0x0, + 0x0,0x8e,0xf4,0xc3,0xec,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x50,0x49,0x44,0x41,0x54,0x78,0x5e,0x3d,0xce,0xb1,0xd, + 0x80,0x30,0xc,0x5,0xd1,0xa4,0x80,0x1d,0xd8,0xe6,0xf,0x41,0x22,0x39,0xb5,0xb3, + 0x4f,0x68,0xd8,0x81,0x2d,0x89,0x9c,0x83,0x6b,0x5e,0x63,0x4b,0x3f,0xfd,0x6d,0xb8, + 0xb,0x7,0x3a,0x1a,0x56,0x2d,0xcb,0x40,0x47,0xc3,0xaa,0x65,0x19,0xe8,0xcb,0xf6, + 0x84,0xd5,0xce,0xb0,0x71,0xdf,0x6f,0x85,0x17,0xaa,0xc7,0x5f,0x4e,0xd3,0xe8,0x70, + 0xc4,0x6f,0x59,0xd6,0x84,0x5e,0x5d,0x49,0x11,0xba,0xf,0x75,0x5a,0x95,0x0,0x0, + 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/???.png + 0x0,0x0,0x12,0xb7, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8e,0x7c,0xfb,0x51,0x93, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x25,0x0,0x0,0x80,0x83, + 0x0,0x0,0xf9,0xff,0x0,0x0,0x80,0xe9,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x6f,0x92,0x5f,0xc5,0x46,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13,0x1,0x0, + 0x9a,0x9c,0x18,0x0,0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdb,0x5,0x12,0x14, + 0x1e,0x0,0x49,0xb3,0x62,0x5b,0x0,0x0,0x10,0x1a,0x49,0x44,0x41,0x54,0x78,0xda, + 0xed,0x9b,0x79,0x5c,0xd4,0xd5,0xfa,0xc7,0x3f,0xe7,0x3b,0xb,0xc,0xeb,0xc,0xc3, + 0xb0,0x2f,0x83,0xac,0x22,0x60,0x26,0x24,0x22,0x20,0x84,0xa9,0x58,0x9a,0x7b,0xb7, + 0xee,0x52,0xdd,0xfb,0xbb,0x65,0xa5,0xbf,0xca,0xae,0xf5,0xeb,0x66,0xd9,0x62,0xcb, + 0x6d,0xf3,0xde,0x4a,0xb3,0x45,0x53,0xcb,0x4b,0x8a,0xa8,0x69,0x22,0x90,0x9a,0x92, + 0x88,0xb2,0xb8,0x23,0x88,0x1,0x2a,0xc8,0xce,0xc,0x30,0xfb,0xf2,0x3d,0xe7,0xfe, + 0x31,0x3,0x62,0x85,0x61,0x6,0xe2,0xfd,0xf5,0xbc,0x5e,0x5f,0x66,0x86,0x99,0x73, + 0xce,0xf3,0xbc,0x9f,0xe7,0x9c,0xe7,0x39,0x67,0xbe,0x3,0xc,0xb1,0x30,0xc6,0x0, + 0x0,0xd3,0x26,0x4f,0x7a,0x50,0xe9,0xef,0xad,0x9,0xf2,0x96,0x5b,0xa2,0xc3,0x47, + 0x9c,0x79,0xe8,0xcf,0xf,0x46,0xdc,0x33,0x67,0x16,0x3e,0x5f,0xbf,0x6e,0x48,0xf5, + 0xe1,0x86,0x72,0xb0,0x8a,0x53,0xa7,0xf0,0xc4,0xa2,0xc7,0xb0,0xe2,0x9d,0xb7,0xdd, + 0x9a,0x1b,0x1b,0x66,0x33,0x27,0x99,0x8b,0x30,0x2a,0x45,0xa8,0x37,0x9a,0xc2,0x6b, + 0x6b,0xbe,0xcf,0xdc,0x94,0xb3,0xd,0xe1,0xe1,0x11,0x43,0xa,0x80,0xc,0xe5,0x60, + 0x8c,0x31,0x44,0x86,0x2a,0x11,0x17,0x17,0x97,0x79,0xac,0xac,0x34,0xb,0x63,0x66, + 0xb8,0xb,0x6f,0x9b,0x5,0xe3,0xa6,0xe7,0x21,0xe5,0xbb,0x8a,0xa6,0xcf,0x9c,0x3d, + 0xbb,0xb5,0xa5,0xa5,0xf5,0xf7,0x7f,0xbc,0x1f,0x13,0xd3,0xd3,0x87,0x44,0xa7,0x21, + 0x8b,0x80,0xda,0xda,0x1a,0xbc,0xf2,0xd2,0x32,0x7c,0xbc,0x76,0x9d,0x63,0xfd,0x85, + 0xb,0xf7,0x5a,0xc5,0xce,0xee,0xa2,0xe8,0x89,0xe0,0xa4,0x3e,0x10,0x46,0x4d,0x40, + 0x77,0xb7,0x66,0xcc,0xb1,0xf2,0xf2,0xf4,0x4f,0xd7,0xae,0x43,0x6a,0x5a,0xda,0x50, + 0xa9,0x35,0x74,0x0,0x46,0x8c,0x8,0xc5,0x81,0x6f,0xbf,0xc5,0xc7,0xab,0x56,0xde, + 0xa2,0x52,0x75,0x4c,0x12,0x86,0xdc,0xa,0x81,0x4f,0x18,0xc0,0x18,0x4,0x11,0x13, + 0xc0,0x3b,0x49,0x9d,0x5a,0x9a,0x1b,0xe7,0xaf,0xdf,0xb0,0xce,0xe5,0xef,0xcf,0x2c, + 0x41,0x75,0x55,0xd5,0x7f,0x17,0x80,0x55,0x1f,0xbc,0x8f,0x3d,0xfb,0xb,0x5,0x17, + 0xce,0xd7,0xce,0x35,0x33,0x81,0xaf,0x28,0x36,0x3,0x10,0x39,0x80,0x51,0x1e,0xc4, + 0x23,0x8,0x82,0x11,0x9,0xe8,0x54,0xab,0x27,0xee,0xdc,0xbe,0xfd,0xb6,0x3d,0x5, + 0xf9,0x8,0x8f,0x8c,0xfc,0xef,0x1,0xb0,0xe2,0xed,0x37,0xf1,0xdd,0x81,0xfd,0x58, + 0xf8,0xc8,0x82,0x70,0x55,0x5b,0xdb,0xc,0x81,0xff,0x48,0x8,0x83,0x62,0x1,0xca, + 0x3,0x8c,0x1,0x2,0x21,0xb8,0xa8,0x54,0x58,0x38,0x7,0x79,0x43,0xfd,0x85,0x79, + 0x87,0xcb,0x8e,0x8b,0xfe,0xf5,0xee,0xdb,0xa8,0xab,0xab,0x1d,0x74,0xdd,0x84,0x43, + 0x1,0xc0,0x3f,0x20,0x0,0x59,0x7f,0x7b,0x1a,0xe9,0x29,0x49,0x33,0xd,0x16,0x3e, + 0x54,0x12,0x37,0x9,0xc4,0xd1,0x5,0xcc,0x62,0x1,0x0,0x5b,0x14,0xf8,0x46,0x0, + 0x1,0xa3,0xa0,0x6a,0x3c,0x91,0xf9,0xf0,0xff,0x3c,0x38,0x52,0xa5,0x52,0x9d,0xd4, + 0x68,0xb5,0x83,0xae,0xdb,0xa0,0x47,0xc0,0xfa,0xb5,0x6b,0xb0,0x3b,0x37,0x17,0xcf, + 0x3e,0xbd,0x24,0xa0,0xad,0xa5,0x79,0x2e,0x51,0x28,0x39,0x61,0x68,0x3c,0x40,0x29, + 0x58,0xef,0xa7,0x18,0x20,0x92,0x80,0x8b,0x9a,0x8,0x83,0x85,0x5,0x9d,0xab,0x3e, + 0x3b,0x33,0xe7,0xab,0x9d,0x88,0x89,0x89,0xb9,0xf9,0x1,0x44,0x46,0x8d,0xc4,0x67, + 0x1b,0xbe,0xc0,0x89,0x63,0x47,0xa7,0xe8,0x74,0xfa,0x58,0x87,0x98,0x74,0x10,0x17, + 0xf,0x30,0x46,0x2f,0x7f,0x88,0x1,0xa0,0x14,0x8,0x8c,0x3,0xf3,0x54,0x92,0x8e, + 0xb6,0xd6,0x59,0x8b,0xff,0x77,0x61,0xd0,0xf6,0xad,0x5b,0x91,0x93,0xbd,0xf9,0xe6, + 0x5,0xb0,0x3b,0x77,0x17,0xd6,0x7f,0xb6,0x16,0xaf,0x2f,0x7f,0x45,0xd6,0xd8,0x70, + 0xf1,0x1e,0xe6,0xee,0x2d,0x16,0x45,0x4d,0xb0,0x59,0xcc,0x60,0x9b,0xff,0xbd,0x4f, + 0x19,0x20,0x71,0x7,0x89,0x4c,0x86,0x4e,0x6f,0x88,0x3e,0x53,0x51,0x31,0x75,0xfd, + 0xc6,0x2c,0x44,0x8f,0x1a,0xdc,0x28,0x18,0x54,0x0,0x53,0x33,0xa7,0x21,0x3f,0x2f, + 0x17,0xa5,0x25,0x47,0x52,0xbb,0x35,0x9a,0x44,0x87,0xa8,0x64,0x70,0x32,0x3f,0x30, + 0x4a,0xc1,0xc0,0x6c,0x86,0xf7,0x10,0xb0,0xbf,0x42,0xc8,0x6d,0xb0,0xba,0x7a,0x89, + 0x5b,0x5b,0x9a,0xe6,0xbf,0xf5,0x8f,0xd7,0x3d,0x56,0xbe,0xff,0x2f,0x1c,0x2e,0x3e, + 0x74,0xf3,0x1,0x68,0x6e,0x6e,0xc2,0x92,0xc5,0x4f,0xe0,0xc5,0x57,0x5e,0x75,0xba, + 0x78,0xbe,0xee,0x5e,0xea,0xe8,0xe6,0x2a,0x8e,0x49,0x7,0x3,0x1,0x63,0xcc,0xe6, + 0xfc,0x9e,0x47,0xd8,0x1f,0x29,0x5,0x73,0xf3,0x6,0x46,0x8c,0x43,0x77,0x57,0xd7, + 0xb8,0x83,0x85,0x85,0x29,0xb9,0x3b,0x77,0x62,0x5c,0xe2,0xf8,0x9b,0xf,0x80,0x8f, + 0x8f,0x2f,0xe,0x15,0x1d,0x44,0xde,0xee,0x5d,0x63,0xbb,0x3a,0x55,0xe9,0xa2,0xd0, + 0x4,0x70,0x5e,0x21,0x60,0x94,0xef,0xd,0x7f,0x66,0xa3,0x0,0xd6,0xe7,0x35,0x3, + 0x1,0xb,0x1d,0xf,0xb3,0xc8,0xc5,0xa5,0xf1,0x52,0xc3,0xbc,0xd5,0x6b,0x3e,0x93, + 0xbc,0xf4,0xc2,0x52,0x9c,0x1d,0xa4,0xc2,0x68,0x50,0x0,0x34,0x37,0x35,0x61,0xd5, + 0x7,0xef,0xa1,0xe8,0x48,0x99,0xf0,0x7c,0x6d,0xed,0x7c,0x33,0x11,0x7b,0x89,0x63, + 0x33,0x0,0x81,0xe8,0xa,0xcf,0xc3,0xfe,0xbc,0x17,0x6,0x0,0x50,0x1e,0x4c,0xae, + 0x4,0xb,0x1c,0x8d,0x2e,0xb5,0x2a,0x63,0xed,0x27,0x1f,0xdd,0x52,0x78,0xe0,0x0, + 0x22,0xa3,0xa2,0x6,0x5,0x80,0x60,0x30,0x3a,0x55,0xc8,0x65,0x38,0xf8,0x5d,0x21, + 0xf2,0xf3,0x76,0x47,0x57,0x57,0x9e,0x59,0x86,0xc0,0x58,0x99,0x43,0xe2,0x5c,0x9b, + 0xe3,0xad,0x16,0xd0,0xde,0x69,0xc0,0x7a,0x17,0xc0,0xcb,0x60,0x18,0x18,0x27,0x0, + 0xe3,0x44,0xa0,0xb5,0x87,0x5d,0x8,0xb5,0x76,0xed,0x2f,0x3a,0xbc,0xd7,0xc7,0x4b, + 0xc1,0x76,0xe5,0xe6,0xfe,0xea,0xba,0xe,0x4a,0x4,0x84,0x85,0x47,0x60,0xcb,0xb6, + 0x1d,0xa8,0xfd,0xfe,0xdc,0x6c,0x83,0x95,0x2a,0xc5,0xb1,0x93,0x0,0x47,0x17,0xf0, + 0xad,0x75,0x30,0x1f,0xcf,0xef,0x35,0x94,0xf6,0x18,0xcc,0x7e,0x0,0x81,0x52,0x50, + 0x9f,0x8,0xf0,0x8a,0x70,0xa8,0xda,0xda,0xa6,0x2f,0xf8,0xeb,0x5f,0xc2,0xf7,0xef, + 0xdb,0x8b,0x8f,0x3f,0xfc,0x70,0xf8,0x3,0xc8,0xfa,0xe2,0x73,0xec,0xd8,0xbe,0x15, + 0x8b,0x1f,0x5f,0x14,0xdc,0xde,0xda,0x32,0x9b,0xf3,0x1a,0x41,0x84,0x21,0xb7,0x82, + 0xf2,0x56,0x58,0x2a,0xbf,0x83,0xa5,0xec,0x2b,0xd0,0xae,0x36,0x30,0x10,0xfb,0x14, + 0xe8,0xe3,0x79,0xfb,0x34,0x60,0x94,0x82,0x8a,0x9c,0xc1,0x87,0x4d,0x80,0xce,0x64, + 0x9,0xad,0xae,0xaa,0x9c,0xbe,0x29,0x67,0x1b,0x82,0x95,0xca,0xe1,0xf,0x20,0x22, + 0x32,0x12,0xeb,0x37,0x7e,0x89,0xd3,0x27,0x4f,0x4c,0xd3,0xea,0xd,0xd1,0xe2,0x98, + 0xdb,0x1,0x67,0x19,0xa8,0xba,0x19,0xd6,0xb3,0x45,0x60,0x1d,0xf5,0xe0,0x6b,0x4a, + 0x40,0x81,0x3e,0x11,0x70,0xf9,0xa2,0xb4,0x67,0x71,0xe4,0x61,0xf5,0x1f,0xd,0xab, + 0xbb,0x3f,0xd7,0xd1,0xd6,0x3a,0x67,0xd9,0xd2,0xe7,0x7c,0xb7,0x64,0x6f,0xc2,0x8e, + 0xaf,0xb6,0xd,0x5f,0x0,0xdb,0x72,0xb6,0xe0,0xd3,0x4f,0x3e,0xc2,0x6b,0xcb,0x5f, + 0x92,0xb7,0xb6,0x34,0xcf,0x67,0x52,0x5f,0x91,0x30,0x3c,0x11,0x8c,0x31,0x58,0xbe, + 0x3f,0x2,0xa6,0x6a,0x60,0x1c,0x47,0xac,0x7c,0x55,0x21,0x98,0xbe,0xdb,0x9e,0xfa, + 0xfa,0x4e,0x83,0xcb,0x29,0x91,0x52,0x6,0x2a,0x91,0x82,0xf,0x19,0x7,0x8d,0x4e, + 0x37,0xba,0xac,0xb4,0x24,0xe3,0x93,0xb5,0xeb,0x90,0x98,0x94,0x34,0x7c,0x1,0x4c, + 0xcd,0x9c,0x86,0xcd,0x59,0x59,0x28,0x2e,0x2a,0x4a,0xd7,0x74,0x6b,0x12,0xc4,0x51, + 0x29,0x80,0xbb,0xf,0x78,0xad,0x1a,0x96,0xd3,0xfb,0xe0,0xea,0xec,0x54,0x11,0xa8, + 0xc,0xc9,0x66,0x2d,0xdf,0x53,0x5a,0x7f,0x1a,0x8c,0x10,0x50,0x46,0x7b,0xbd,0x6e, + 0x9b,0xff,0x7d,0xa6,0x3,0x63,0x30,0x7,0xc5,0xc3,0xe2,0x28,0x73,0x6c,0x6e,0x6c, + 0xb8,0x67,0xf5,0xaa,0xf,0xdc,0xfe,0xf1,0xea,0xab,0x28,0x2b,0x29,0x19,0x7e,0x0, + 0xb6,0x64,0x6f,0xc6,0xf3,0xcf,0x3d,0x8b,0x77,0xde,0x7b,0xdf,0xb9,0xe9,0x52,0xc3, + 0xbd,0xbc,0x93,0xd4,0x59,0x10,0x95,0xa,0x4a,0x38,0x58,0xcf,0x1f,0x7,0x6b,0xa9, + 0x81,0x4c,0xee,0x99,0x13,0x17,0x37,0xfa,0x9f,0xe,0x84,0x6f,0xe2,0xab,0xe,0x80, + 0x59,0x4c,0x3f,0x5a,0x3,0x6c,0x99,0xc1,0x9e,0x1a,0x29,0xf,0xde,0xd5,0x1b,0x16, + 0xff,0x5b,0xd0,0xd5,0xd9,0x99,0x5c,0x90,0x9f,0x97,0xb8,0xe7,0x9b,0x2,0x8c,0x4d, + 0x48,0x18,0x7e,0x0,0xe6,0xcc,0x9d,0x87,0xe2,0xa2,0x22,0xe4,0xe7,0xee,0x4a,0xec, + 0x54,0xab,0xd3,0x4,0xa1,0xb7,0x81,0x78,0x6,0x81,0x1a,0xb4,0xb0,0x9e,0xde,0xb, + 0x7,0x8e,0x5d,0xc,0x8b,0x88,0xda,0xb6,0xf4,0x85,0x17,0x8f,0x49,0x65,0x1e,0xfb, + 0x50,0x7f,0x12,0xb4,0xb5,0xb6,0xb7,0x32,0xa4,0x7d,0xa7,0x2,0xb5,0x65,0x8,0xca, + 0x18,0x28,0x11,0xc0,0xa4,0x1c,0x7,0x13,0xe7,0x20,0xbd,0x54,0x5f,0x3f,0x7f,0xcb, + 0xf6,0x9d,0xe2,0x37,0x5e,0x5b,0x8e,0xf2,0xb2,0xd2,0xe1,0x3,0xc0,0x68,0x34,0xe0, + 0xc5,0xe7,0x9f,0xc3,0x87,0x6b,0xd6,0x8a,0x6a,0x6b,0xbe,0x9f,0x6f,0x11,0x38,0x7a, + 0x8,0xa3,0xd3,0x40,0x5,0x22,0xf0,0x97,0xaa,0x40,0xeb,0x4f,0xc1,0x43,0xee,0x99, + 0xb7,0x74,0xd9,0x8b,0x67,0xa6,0x4d,0xbd,0xc3,0x12,0xa8,0xc,0xd9,0x2c,0xb2,0xe8, + 0x34,0x38,0x57,0x4,0x4a,0x79,0x50,0x7b,0x14,0xd0,0x2b,0x52,0xa3,0xfd,0xe2,0x79, + 0x58,0x64,0x4a,0x98,0xbd,0xa2,0xa0,0x56,0xb5,0x4f,0x7e,0x7d,0xf9,0xcb,0xa3,0x8e, + 0x14,0x17,0x63,0x53,0xd6,0xbf,0x87,0xf,0x80,0x85,0xb,0x16,0xe0,0xd8,0xd1,0x72, + 0xfc,0xf3,0xad,0x37,0x63,0x3a,0x55,0x1d,0x53,0x49,0x60,0x2c,0xe0,0x1d,0x1,0x6a, + 0x36,0xc2,0x7a,0x66,0x3f,0x44,0xbc,0x49,0x15,0x12,0x16,0xb6,0xf9,0xbe,0xf9,0x73, + 0x2c,0x49,0x49,0x13,0x30,0x36,0x3e,0xa1,0xc8,0xd5,0xcd,0xed,0x30,0x6a,0x4b,0x81, + 0xae,0x96,0x3e,0xf9,0x9f,0x1,0xb4,0xcf,0x5a,0x40,0x1,0xc6,0x28,0xa8,0x40,0xc, + 0x63,0x70,0x22,0x8c,0x56,0x4,0x9e,0x3b,0x5b,0x35,0x7b,0xdb,0xce,0x5d,0x64,0xd4, + 0xaf,0xb4,0x4b,0xfc,0x55,0x0,0xdc,0x3e,0x69,0x12,0xbe,0xda,0x95,0x47,0x6a,0xce, + 0x55,0xcf,0x31,0xf2,0x8,0x12,0x44,0xa7,0x83,0x8a,0x25,0xa0,0x6d,0x17,0x40,0x6b, + 0x4b,0x21,0x95,0xc9,0xe,0x64,0xde,0x79,0xd7,0x91,0xd4,0x89,0x69,0xf8,0xbf,0xe7, + 0x9e,0xc7,0xdf,0x97,0xbe,0xa0,0xf6,0xf6,0xf5,0xdb,0x22,0xd0,0xb6,0x5a,0x50,0x57, + 0x66,0x5b,0xf5,0x7b,0x8b,0x23,0xfa,0x93,0x51,0x60,0x52,0x44,0xc2,0x24,0xd,0x86, + 0xba,0xa3,0x7d,0xe6,0xa2,0x47,0x16,0x28,0xb,0xf2,0xf3,0xb0,0x61,0xfd,0x67,0x37, + 0x1e,0xc0,0x17,0x1b,0xd6,0x61,0xd7,0xce,0x1d,0x58,0xf8,0xc8,0xc3,0x23,0xda,0x5a, + 0x5b,0x66,0xc1,0x2b,0xc,0x8,0x88,0x5,0xb3,0x5a,0xc1,0x57,0x1d,0x84,0xd0,0xd8, + 0xa9,0xf7,0xf3,0xf,0xcc,0x5a,0xb8,0xe0,0x21,0xed,0xcb,0xcb,0xdf,0xc0,0xd1,0xa3, + 0xe5,0xf8,0xc3,0xef,0xe6,0x23,0x3c,0x32,0x2a,0xdf,0xc5,0x49,0x52,0x49,0x6a,0xe, + 0x81,0x19,0xba,0x7b,0x21,0x50,0xbb,0xf7,0xe9,0x15,0x59,0x81,0x82,0x17,0x3b,0xc3, + 0x18,0x94,0x0,0xad,0xc1,0x18,0x55,0x59,0x59,0x71,0xe7,0xc6,0x4d,0xd9,0x18,0x31, + 0x22,0xf4,0xc6,0x3,0x88,0x88,0x8c,0xc2,0xc6,0x4d,0xd9,0x38,0x5b,0x55,0x39,0x5d, + 0x6f,0x32,0x47,0x72,0x23,0xd3,0x40,0x1d,0xdd,0xc0,0x77,0x36,0x81,0x9e,0x2b,0x82, + 0xab,0x8b,0xcb,0xe1,0xf4,0x8c,0x49,0x7b,0x26,0x4f,0x99,0x8a,0xd9,0x77,0x4f,0xc3, + 0xea,0x95,0xef,0xc3,0x60,0x30,0xe0,0x83,0x55,0xab,0x2f,0xc8,0x15,0x5e,0x5b,0x85, + 0xaa,0xf3,0x8c,0x34,0x9e,0x6,0x65,0xc4,0x6e,0x6c,0xdf,0x68,0xb8,0x12,0x84,0xc1, + 0x3b,0xe,0x26,0x89,0xa7,0xb0,0xa3,0xad,0x75,0xee,0xeb,0xcb,0x5f,0xf6,0xdc,0xf8, + 0xf9,0x6,0xe4,0xe5,0xee,0xba,0x2e,0xfd,0xaf,0xeb,0x9b,0xa1,0xfc,0xdd,0xbb,0x91, + 0x93,0xbd,0x19,0xa,0x6f,0x2f,0xef,0xaf,0xb7,0xe5,0x6c,0x55,0xb,0xdc,0x93,0xb8, + 0x99,0xcb,0xc0,0xdc,0xbc,0x80,0x63,0x3b,0x41,0xa,0xd7,0xb0,0xd0,0xb0,0xd0,0xd5, + 0xd1,0x31,0x31,0x59,0x26,0xa3,0x91,0x0,0xa4,0x77,0x3c,0x8e,0xe3,0x78,0xad,0x56, + 0x1b,0x77,0xe4,0xd0,0xc1,0xd7,0x74,0x7e,0x63,0xdc,0xf5,0x29,0xb,0x40,0x89,0xd0, + 0xee,0x7d,0x7a,0x39,0x13,0x50,0x6,0x4a,0x7b,0xa6,0x5,0xe0,0x5e,0xb1,0x1d,0x1e, + 0x35,0x5,0xba,0x51,0xb1,0xa3,0xef,0x2f,0x39,0x52,0x9c,0xd3,0xdc,0xd1,0x5,0x42, + 0x7e,0xb9,0x19,0xd7,0x5,0xc0,0x64,0x32,0xc3,0xc1,0x41,0x8c,0x69,0x93,0x33,0xee, + 0xab,0xac,0xa8,0xf8,0x94,0x4f,0x98,0x2f,0xc1,0xb8,0x7b,0xc0,0x74,0x9d,0xe0,0x76, + 0xbd,0xe,0x34,0x56,0x32,0x4e,0x28,0xd2,0x11,0xc0,0x2,0xf2,0xa3,0xb1,0x18,0x0, + 0x8e,0xf2,0xbc,0x2b,0x15,0x3b,0x73,0xda,0xf4,0x27,0x61,0xf6,0x8a,0x4,0xe3,0xad, + 0x57,0x18,0x6f,0x4b,0x91,0xd4,0x1e,0x11,0x4,0xe2,0xce,0x7a,0x28,0x8a,0xdf,0x87, + 0x9f,0xbb,0x43,0xf6,0x33,0x4b,0x5f,0x78,0xe0,0x68,0x59,0x99,0x3e,0xf3,0xce,0xe9, + 0x48,0x49,0x4d,0x1d,0x5a,0x0,0x45,0x7,0xb,0x91,0x93,0x9d,0x8d,0xd0,0xb0,0x70, + 0xd7,0xb5,0x1f,0x7f,0xb8,0xb1,0xd5,0x88,0xe9,0x98,0xf1,0x3c,0x98,0x47,0x30,0xa0, + 0x69,0x5,0xce,0x15,0x1,0x56,0x8b,0x7d,0x83,0x63,0xdf,0xff,0xe3,0x72,0xa9,0x8b, + 0xde,0xad,0xb0,0xed,0x8f,0xd9,0x27,0x1a,0x16,0xf9,0x8,0x30,0xca,0xdb,0xbd,0xfe, + 0x3,0xe3,0xa9,0xed,0xe8,0x8c,0x30,0xa,0xd9,0x89,0x8d,0x90,0x37,0x97,0xb6,0x25, + 0x26,0x25,0xcf,0xad,0xaf,0xaf,0x2f,0xdc,0x7f,0xb0,0x78,0xe8,0x23,0x80,0x31,0x86, + 0xd8,0xa8,0x8,0x84,0x85,0x87,0x4f,0x3d,0x7d,0xe2,0x58,0x96,0x29,0xea,0xe,0x29, + 0x4d,0xfe,0x33,0x18,0x21,0xb6,0xb,0x9c,0xfd,0xa8,0xaf,0xcf,0xd6,0x97,0x5e,0x59, + 0xf5,0xd1,0x3e,0xa5,0x2f,0xa5,0x3c,0x18,0xcf,0xf7,0x2,0xe8,0x6b,0x3c,0xb3,0xb7, + 0xb5,0x69,0x2c,0x80,0x63,0xdb,0x19,0x28,0x4a,0x3e,0x42,0xa0,0x8f,0xfc,0x83,0xa2, + 0x92,0xa3,0x4f,0xae,0x78,0xe7,0x2d,0xeb,0xe2,0xbf,0x3d,0x3d,0x74,0x0,0x2e,0x5c, + 0x38,0x8f,0xf5,0x6b,0xd7,0x60,0xf2,0xd4,0x69,0xe,0x8f,0x3f,0xfa,0xf0,0xea,0x26, + 0xb5,0xf6,0x1,0x3e,0xf3,0x19,0x50,0xdf,0x91,0x40,0x57,0x33,0xd0,0xd5,0xd4,0xe3, + 0xee,0x3e,0x7,0x1e,0x3d,0x51,0x60,0x33,0x1c,0x3f,0x3c,0x3,0x60,0x14,0xbc,0xd8, + 0x15,0x16,0x37,0x7f,0xfb,0x7c,0xef,0xb3,0x47,0xa0,0x7d,0x47,0x27,0xe0,0x78,0x13, + 0xe4,0xa5,0x1f,0x43,0xde,0x5d,0x53,0x9b,0x92,0x9e,0x31,0xa3,0x53,0xad,0xae,0x48, + 0x4e,0x49,0xc5,0xe3,0x8b,0x9f,0xba,0x66,0x5b,0x7e,0xd1,0x37,0x43,0xc1,0xc1,0x4a, + 0x4c,0xc9,0x48,0x43,0x5d,0x5d,0xdd,0x68,0x95,0xaa,0x7d,0x32,0x1f,0x10,0xf,0xab, + 0x3c,0x4,0x30,0x1b,0x21,0x2a,0xdb,0xc,0x41,0xcd,0x21,0x10,0x81,0x88,0x11,0xf4, + 0xf9,0xee,0xa3,0x6f,0xf4,0xfc,0xc4,0xbf,0x19,0xcf,0x73,0x16,0x37,0x3f,0xa8,0x92, + 0x1e,0x3,0x75,0x94,0x5e,0xde,0x14,0xd1,0x1f,0xb7,0xa6,0x42,0x9,0xf4,0x1,0xe3, + 0xe0,0x74,0xbc,0x3a,0xa4,0xba,0xaa,0xf2,0xee,0x3,0x87,0x8e,0x54,0xcc,0xff,0xdd, + 0xbd,0xbf,0xc4,0x94,0x6b,0x7,0xd0,0xde,0xde,0x86,0x75,0x6b,0xd7,0xe2,0xa9,0x25, + 0x4f,0x73,0xc9,0x89,0xf1,0x73,0x4d,0x54,0xe0,0xc7,0x87,0x25,0x83,0xa,0x1d,0x40, + 0x9a,0xab,0xc1,0xd5,0x1f,0x87,0xd4,0xd5,0x79,0xbf,0x5c,0xee,0xb9,0x83,0x32,0xca, + 0x30,0x80,0x28,0x23,0x84,0xf0,0x6,0x83,0x61,0x6c,0x73,0x4b,0xc3,0x7d,0xa2,0xe6, + 0xd3,0x42,0x53,0x70,0xb2,0x7d,0x33,0xd4,0x5f,0xb,0xa,0xa3,0xd7,0x48,0x98,0x5c, + 0xfd,0x88,0xba,0xbd,0x6d,0xf6,0xb3,0x4f,0x2f,0xd9,0x90,0xbb,0xeb,0xeb,0x86,0x4f, + 0x56,0x7f,0x88,0xbf,0x2e,0x78,0x64,0x70,0x1,0xbc,0xb2,0x6c,0x19,0x1a,0x1a,0xea, + 0xf1,0xf0,0xd9,0xaa,0x28,0x55,0x5b,0xdb,0x2c,0xde,0x2b,0xc,0x56,0xef,0x28,0x30, + 0x8b,0x5,0xe2,0xda,0x62,0x88,0xcc,0x3a,0x4d,0x78,0x6c,0xfc,0x8a,0xe2,0xe2,0x43, + 0x3b,0xf4,0x7a,0x1d,0x28,0xa5,0x3f,0xdb,0xa7,0xbf,0x7f,0x0,0xd2,0x6e,0xcf,0x8, + 0xdf,0xbf,0x27,0x3f,0x51,0x7f,0xb1,0x24,0x42,0xe7,0x7b,0x2b,0xa8,0xc0,0x1,0xfd, + 0x4,0x10,0xc0,0x18,0x78,0x7,0x37,0xe8,0x3,0xe2,0xa1,0xa9,0xda,0x1e,0x7b,0xfc, + 0x58,0xf9,0x94,0xdd,0xdf,0xec,0x5b,0xf3,0xa7,0xfb,0x1f,0xbc,0x56,0x73,0xae,0x1d, + 0xc0,0xf8,0x9,0x49,0xb8,0xe7,0xde,0xdf,0x23,0x3d,0x79,0xfc,0x3c,0xbd,0xc9,0x12, + 0x6a,0x9,0x4d,0x6,0x2f,0x72,0x6,0xd7,0xdd,0xc,0xc1,0x85,0x32,0xb8,0xba,0xba, + 0x94,0xdc,0x32,0x36,0xfe,0xa0,0x5c,0xa1,0x80,0x9f,0x9f,0xdf,0x80,0x72,0xb4,0xc2, + 0xcb,0xb,0xb,0x1e,0x5d,0x58,0x9b,0x3c,0x2e,0x3e,0x57,0xd3,0x54,0x17,0xe1,0xd0, + 0x51,0x3,0x83,0x57,0xc,0x0,0xfe,0xaa,0xed,0xc,0xbe,0xb7,0xc0,0x58,0x57,0x28, + 0x6e,0xba,0xd4,0x70,0xdf,0x4b,0x2f,0x2c,0xdd,0xfe,0x65,0xd6,0xc6,0x8e,0xdd,0xb9, + 0x5f,0x23,0x73,0xda,0x5d,0x3,0xb6,0xe7,0x9a,0x16,0xc1,0x25,0x8b,0x9f,0xc0,0xa5, + 0x86,0x6,0x78,0xc8,0xe5,0xa1,0xdf,0x16,0xe4,0x7d,0xa5,0x76,0xf2,0x1d,0x65,0xc8, + 0x78,0xa,0x54,0x22,0x85,0xb8,0x6a,0xf,0x9c,0x4b,0x37,0x58,0x23,0x23,0x22,0x9e, + 0xc8,0xdf,0x77,0x60,0x65,0x41,0x7e,0x1e,0x26,0x4f,0x99,0x3a,0xe0,0xbe,0x53,0xc6, + 0xdf,0x6,0x7f,0xff,0x80,0x94,0xf2,0x92,0xc3,0x39,0x2a,0xdf,0x4,0x85,0x6a,0xf4, + 0x1f,0xc0,0x7e,0x16,0x1e,0x81,0xf4,0xcc,0x36,0x78,0xd4,0xed,0xd1,0x47,0xc7,0xc4, + 0x3e,0x98,0x9b,0xf7,0xcd,0x66,0x9e,0xb1,0x6b,0x2a,0x8c,0x6,0x5c,0xa,0xe7,0x6c, + 0xb1,0xd5,0xde,0x1b,0x37,0x65,0x93,0x93,0x27,0x8e,0xfd,0x51,0x6b,0x34,0x8f,0x34, + 0x87,0xa7,0xc3,0x2a,0x76,0x3,0x35,0x1b,0x21,0xb8,0x74,0x2,0x12,0xb1,0xf0,0x62, + 0x90,0x52,0xb9,0x77,0xce,0xdd,0x77,0xe1,0xfc,0xf9,0xba,0x1,0x2b,0x51,0x7d,0xf6, + 0x2c,0x92,0x53,0x52,0x31,0x73,0xce,0xdc,0xa3,0x52,0xa9,0xac,0xd0,0xb1,0xb5,0x12, + 0x42,0x6d,0xb,0x40,0x7e,0x46,0x3d,0x42,0xa0,0xf,0x48,0x80,0x51,0xe4,0xe6,0xd4, + 0xd4,0x50,0xff,0xa7,0x77,0xdf,0x7d,0xc7,0xfd,0xa9,0x27,0x16,0xe1,0xa3,0x55,0x2b, + 0x7,0x3c,0xf6,0x80,0xa6,0x40,0xd6,0xbf,0xbf,0xc0,0x94,0xcc,0x4c,0xc4,0x44,0x86, + 0xe1,0xd0,0xa1,0x83,0x89,0xad,0x4d,0x8d,0xf,0x98,0x15,0x11,0x9c,0xc9,0x7f,0xc, + 0x28,0xa5,0xe0,0xc,0xdd,0x10,0x74,0x35,0xc1,0xc5,0xc5,0xf5,0x64,0x72,0xea,0xc4, + 0x8b,0x15,0xa7,0x4e,0xe1,0xa1,0x87,0x7,0xbe,0x18,0x45,0x44,0x46,0x42,0xd5,0xd1, + 0x81,0x40,0x1f,0x85,0x2e,0xed,0xf6,0xdb,0x73,0xda,0x55,0xa7,0xa7,0x49,0x5a,0x4e, + 0x49,0x2c,0x6e,0x7e,0x57,0x6f,0xc8,0x28,0xcc,0x6e,0xfe,0xd0,0x7,0x24,0x40,0x5d, + 0xb7,0x37,0xbd,0x20,0x6f,0xf7,0x8c,0xdc,0x82,0x3d,0x9f,0x9f,0x3c,0x71,0x1c,0x5b, + 0xb7,0x64,0x63,0xf6,0xdc,0x79,0x3f,0x3b,0x76,0xbf,0xb1,0xf2,0xe4,0xe3,0x8b,0x20, + 0x97,0xcb,0x51,0x57,0x5b,0x83,0x4e,0xb5,0x1a,0xdf,0x14,0x14,0x60,0xce,0xbc,0xf9, + 0x61,0xc7,0xca,0x4a,0x56,0x75,0xe8,0x2c,0x77,0x74,0x27,0x2d,0x80,0xd9,0x37,0x6, + 0x60,0xc,0x9c,0xb6,0xd,0xd2,0x7d,0x6f,0x22,0xc8,0x5d,0xb4,0xe1,0x50,0xf9,0x89, + 0xbf,0xcc,0x9e,0x71,0x97,0xb5,0xb9,0xb9,0x9,0x1,0x1,0x81,0x70,0x76,0x71,0x81, + 0x52,0xa9,0x44,0x57,0x57,0x27,0x56,0xbc,0x77,0xd9,0x33,0x6f,0xbc,0xba,0x1c,0x23, + 0xa3,0xa3,0xb1,0x6b,0xe7,0x4e,0x68,0x34,0x1a,0xd8,0xea,0x3,0x8a,0xb0,0xf0,0x8, + 0x9f,0x1d,0x39,0xd9,0x3b,0x5b,0x44,0xde,0xf1,0xed,0x89,0x8f,0x81,0xa,0x25,0xe8, + 0x77,0x31,0x4,0x0,0xc2,0x41,0xa4,0x6d,0x81,0xe7,0xe1,0x95,0xf0,0xe4,0xf4,0xe5, + 0xe3,0x93,0x27,0xde,0x57,0x5a,0x72,0xa4,0x3a,0x58,0xa9,0x84,0x7f,0x40,0x0,0x82, + 0x95,0x21,0xd0,0xeb,0x74,0x78,0xf1,0x95,0xe5,0xd7,0x16,0x1,0x9e,0x9e,0x9e,0xf0, + 0x54,0x28,0x38,0xbd,0x4e,0xe7,0x4c,0x79,0xea,0x31,0x3e,0x29,0x69,0x5c,0xd9,0x91, + 0xe2,0x85,0x5d,0x5a,0x43,0xb2,0x2e,0xe6,0x6e,0x18,0xbd,0xa2,0x0,0x9e,0xb7,0x15, + 0x3a,0x22,0x67,0xf0,0x2e,0x9e,0xe8,0x54,0xd5,0x4e,0x9c,0x9a,0x91,0xf6,0xa8,0xbb, + 0x54,0x56,0x2a,0x91,0x48,0x3a,0xa4,0x32,0x99,0x46,0x2a,0x75,0x37,0x38,0x49,0x24, + 0x5a,0x46,0xa9,0xb5,0x6f,0xff,0xae,0xae,0x6e,0x70,0x72,0x72,0x82,0x54,0x26,0x73, + 0x13,0x8b,0x45,0x12,0x6,0x40,0xab,0xd5,0x8,0xeb,0x6a,0x6a,0x3c,0x1d,0x25,0x8e, + 0x2a,0xa1,0x46,0xd,0xce,0xa2,0x7,0x15,0x39,0xa1,0xb7,0x8e,0xee,0x27,0xa,0x2c, + 0x2e,0xde,0xd0,0x84,0x4f,0x86,0xe8,0xd4,0x97,0x63,0xcb,0x4a,0x8a,0xdf,0x89,0x88, + 0x1c,0xb9,0x42,0x24,0x12,0x9d,0xf5,0xf6,0xf6,0xd1,0xc9,0x64,0x32,0xad,0x93,0x93, + 0xc4,0xda,0x5f,0xf3,0x7e,0x1,0x1c,0x2d,0x2f,0x83,0x42,0xe1,0x15,0x53,0x5e,0x5a, + 0xf2,0x92,0x5e,0xa7,0x8d,0x32,0x18,0xc,0x41,0x26,0xb1,0x9b,0x93,0x2e,0x76,0x36, + 0xf4,0xa1,0x69,0xf6,0x1a,0xde,0x5e,0xa7,0xb,0x1c,0xa0,0x89,0xcc,0x4,0x39,0xb1, + 0x29,0xd8,0x50,0x5d,0xfd,0xb6,0x0,0x4c,0x23,0x14,0xa,0xb4,0x1d,0x6d,0xad,0x9d, + 0x9c,0x50,0xdc,0x94,0x9c,0x92,0xba,0xb4,0xa9,0xb1,0xb1,0xac,0x6f,0xff,0xa7,0x4f, + 0x9f,0x84,0x48,0x2c,0x12,0x96,0x1c,0x2e,0x5e,0xdc,0xd9,0xa9,0x9e,0x5,0xca,0xf3, + 0x94,0xf2,0x22,0xa3,0xd1,0x28,0xb5,0x58,0x79,0x2f,0xb3,0xcf,0x18,0x50,0x91,0xf3, + 0xd5,0x8d,0xef,0x85,0xc0,0xa0,0xb,0x18,0x7,0xa1,0x41,0xd,0x56,0xbb,0xf7,0xae, + 0xee,0x23,0xc5,0xc9,0x12,0x27,0xe7,0xc6,0x73,0xd5,0xd5,0xf5,0x63,0xc6,0x8e,0x7d, + 0x4e,0xd5,0xd1,0x5e,0x7e,0xcd,0x0,0x34,0x1a,0xd,0x24,0x12,0x89,0xb7,0xaa,0xa3, + 0x63,0x92,0xd6,0xd9,0xcf,0xc5,0x38,0x32,0x1e,0x46,0xdf,0x58,0x58,0xdd,0x2,0x6c, + 0x13,0x87,0xf6,0x4,0x26,0x1,0x18,0x83,0xde,0x6b,0x14,0xcc,0xe3,0x17,0x41,0xdc, + 0x51,0x23,0x12,0xea,0xda,0x3c,0x38,0x63,0x97,0x87,0xb8,0xa3,0x26,0xc8,0xa1,0xbd, + 0x21,0xd4,0x68,0x34,0x78,0x68,0xb5,0x9a,0x1f,0xf5,0x6f,0x34,0x99,0x88,0x5a,0xad, + 0x52,0x76,0x74,0x69,0xe3,0x4c,0xf2,0x30,0x50,0x91,0x4,0xcc,0xc3,0x19,0x66,0x69, + 0x10,0xc,0x3e,0x71,0xa0,0xe2,0x1e,0xef,0xff,0xfc,0xaa,0xce,0x84,0x62,0x74,0x45, + 0xde,0x9,0xa3,0x67,0x4,0x1c,0x5b,0xcf,0x48,0x1d,0x5a,0x2a,0xa4,0xce,0x6d,0x4d, + 0x41,0x1a,0x4d,0xb7,0x87,0xba,0xb3,0xb3,0xdf,0x76,0xfd,0x2,0xb0,0xf,0xc9,0x8, + 0x1,0xb5,0x78,0x86,0xc2,0xe0,0x1d,0x3,0xc2,0x5b,0x21,0x54,0xf5,0xb9,0x73,0xeb, + 0x7,0xce,0x61,0x20,0xb0,0xb8,0xfa,0xc2,0xe2,0xe2,0x63,0xeb,0x81,0x13,0x40,0xa2, + 0xbd,0xc4,0xdb,0xfa,0xb9,0xd2,0x8,0x42,0x8,0x8,0xc7,0x81,0x23,0x84,0x42,0xec, + 0x4,0x5d,0x48,0x2a,0x78,0x47,0x29,0x40,0x38,0x30,0xc2,0x41,0x60,0xe8,0x82,0xc0, + 0xd0,0xbf,0xe2,0xfd,0x9,0x15,0x39,0x41,0xef,0x9f,0x0,0x8e,0x37,0x83,0xab,0x6f, + 0xa1,0x84,0x10,0xc6,0x5d,0x25,0x2d,0x5e,0x25,0xb,0x10,0x0,0x36,0x2d,0x5d,0x2e, + 0x1c,0x82,0x73,0xc3,0xb5,0x1e,0x43,0x13,0x10,0xde,0xc,0x80,0x70,0xc4,0x26,0x3f, + 0xe1,0x36,0x1e,0x20,0x1c,0x27,0x30,0x77,0xc1,0xf3,0xf8,0x17,0x60,0x84,0xc3,0x55, + 0x17,0xbc,0x6b,0x1d,0x9b,0x23,0x9c,0xed,0x10,0xe6,0x17,0x0,0xf0,0xf1,0xf1,0x81, + 0x87,0x5c,0x5e,0x17,0x10,0x18,0xf4,0xb6,0xd5,0x62,0x72,0x24,0x3,0x8b,0xc4,0x2b, + 0xed,0x3,0x40,0x38,0x81,0xc9,0xd3,0xd3,0xb3,0xce,0x62,0xbf,0x25,0xae,0x47,0x14, + 0xa,0x5,0xdc,0x5c,0xdd,0xa8,0x9f,0x7f,0xc0,0xd7,0xce,0x2e,0xce,0x2d,0x84,0xd, + 0xa0,0x66,0xbe,0xc6,0xb1,0x85,0x22,0x7,0xa3,0x42,0xa1,0xa8,0x13,0x70,0xfd,0xd7, + 0x13,0x83,0x7e,0xb3,0x34,0xeb,0xb3,0x88,0xfd,0x54,0x14,0xf4,0xbc,0x7f,0x3d,0xc7, + 0x5a,0xd7,0x23,0xe4,0x9b,0x82,0x82,0xfe,0xdf,0x24,0x4,0x8c,0xd1,0x1,0x2d,0xc4, + 0x57,0x13,0x8e,0xe3,0xae,0x0,0x71,0x35,0x48,0xbf,0xaa,0x71,0x4,0x20,0xe4,0xea, + 0x63,0xb,0xc5,0x62,0xb1,0xfb,0xa0,0x8c,0x7e,0x93,0x88,0x50,0xa5,0x52,0x6d,0xc1, + 0x10,0xff,0x70,0x62,0x18,0x9,0x15,0x5a,0x2c,0x96,0x74,0xc,0xd2,0xbd,0x42,0x37, + 0x81,0xf0,0x1c,0x0,0xeb,0x75,0x77,0x73,0xf3,0x8a,0xf5,0xff,0x6b,0xe8,0xf7,0xca, + 0x6f,0x0,0x6e,0xb4,0x2,0x37,0x5a,0x7e,0x3,0x70,0xa3,0x15,0xb8,0xd1,0xf2,0x1b, + 0x80,0x1b,0xad,0xc0,0x8d,0x96,0xdf,0x0,0xdc,0x68,0x5,0x6e,0xb4,0x70,0x18,0xe2, + 0xdf,0xf,0xf,0x33,0x21,0x42,0x0,0x66,0xfb,0x8b,0xc1,0xd9,0x93,0xe,0x5f,0x21, + 0x0,0xcc,0xff,0x1,0x42,0x64,0x96,0xc8,0x80,0x80,0xd3,0xfc,0x0,0x0,0x0,0x25, + 0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0, + 0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x32,0x32,0x3a,0x34,0x38, + 0x3a,0x31,0x38,0x2b,0x30,0x38,0x3a,0x30,0x30,0xe1,0x4,0x59,0xd2,0x0,0x0,0x0, + 0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79, + 0x0,0x32,0x30,0x31,0x31,0x2d,0x30,0x35,0x2d,0x31,0x38,0x54,0x32,0x30,0x3a,0x33, + 0x30,0x3a,0x30,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0x6b,0xb,0xd0,0x46,0x0,0x0, + 0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f, + 0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d, + 0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f, + 0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69, + 0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0, + 0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75, + 0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb, + 0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x31,0x32, + 0x38,0x43,0x7c,0x41,0x80,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68, + 0x0,0x31,0x32,0x38,0xd0,0x8d,0x11,0xdd,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0, + 0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0, + 0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d, + 0x65,0x0,0x31,0x33,0x30,0x35,0x37,0x32,0x31,0x38,0x30,0x30,0xcb,0xca,0x40,0x8e, + 0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53, + 0x69,0x7a,0x65,0x0,0x31,0x31,0x31,0x36,0x39,0x42,0x9c,0xb0,0x5b,0x17,0x0,0x0, + 0x0,0x60,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49, + 0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77, + 0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77, + 0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63, + 0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e, + 0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x35,0x33,0x34,0x38,0x2f,0x35,0x33,0x34,0x38, + 0x34,0x32,0x2e,0x70,0x6e,0x67,0xf2,0x4b,0x5c,0xd7,0x0,0x0,0x0,0x0,0x49,0x45, + 0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/ico.qrc + 0x0,0x0,0x2,0x2b, + 0x0, + 0x0,0xb,0x29,0x78,0x9c,0x8d,0xd6,0xdd,0x6e,0x12,0x41,0x14,0x7,0xf0,0x7b,0x13, + 0xdf,0x81,0xf4,0x5e,0x89,0x7a,0x8b,0xbd,0xa9,0xf,0x50,0xed,0x13,0xc,0xbb,0x67, + 0x97,0x89,0xc3,0x9c,0x75,0x76,0x1,0xcb,0x95,0x37,0xb6,0x25,0xc6,0xd4,0xd8,0xa6, + 0x6a,0xc0,0xf8,0x11,0xb4,0x69,0x2,0x49,0x63,0x8c,0x98,0xb6,0xb4,0x2f,0xc3,0x2c, + 0xf5,0x2d,0x5c,0xd8,0xc6,0x98,0x54,0xff,0x33,0xdc,0xc1,0xf9,0xed,0xcc,0x39,0x67, + 0x3e,0xd8,0xda,0xa3,0xb5,0xb5,0xd5,0x9b,0x37,0x2a,0xc5,0xa7,0xf6,0xc4,0x50,0xca, + 0x2d,0x13,0x50,0x25,0x31,0x14,0xc9,0xa7,0xf7,0x57,0xaa,0xb2,0x29,0x62,0x5a,0xb9, + 0x2,0x4b,0x14,0x49,0x45,0xab,0xc2,0x4,0xb7,0x13,0x1d,0xd7,0xaa,0xcb,0x6f,0xd7, + 0xa3,0x86,0x3b,0x20,0x5e,0xa7,0xae,0x24,0x83,0x80,0x91,0x3a,0xce,0x38,0x32,0xac, + 0x33,0xc0,0x2,0x4e,0x36,0x51,0xb8,0x65,0x52,0x36,0xb7,0x5c,0xd9,0x5c,0xb1,0x40, + 0x71,0x4a,0x61,0x43,0xe8,0xd0,0xc3,0x1a,0x4e,0x53,0x37,0x8b,0xd8,0xd4,0x65,0x18, + 0x92,0x76,0xd3,0x46,0x9a,0x28,0x9,0x6b,0x2d,0x1d,0x27,0xa4,0xfd,0x72,0x4c,0x65, + 0x97,0x84,0x52,0x7e,0xb0,0xee,0xc7,0x22,0x3f,0xd6,0xf0,0x63,0x6d,0x37,0x6b,0x25, + 0x9e,0xab,0xd7,0x76,0xf7,0xf,0x45,0x43,0xee,0xa0,0x45,0x22,0xa5,0x64,0x92,0x12, + 0x10,0x8a,0x22,0x34,0xbe,0x92,0x1a,0x3d,0x9d,0x88,0x34,0x83,0x71,0x56,0x9b,0x31, + 0xa3,0xc,0x17,0xc2,0x31,0x89,0xa1,0x20,0x13,0x3a,0x56,0xd8,0x84,0x8c,0xc2,0x32, + 0x6e,0xa0,0x32,0xd,0x67,0x2,0x16,0x62,0xb8,0xa5,0xc3,0x45,0x22,0xc0,0xa4,0xa4, + 0xc3,0x8c,0xeb,0x22,0x78,0xc,0x50,0x31,0xc,0x4a,0xb4,0x95,0x80,0x60,0x97,0xb9, + 0x29,0x51,0x33,0x17,0x80,0xe1,0x7e,0x9,0xa4,0x9,0x60,0x23,0x43,0x52,0x4,0x3b, + 0xf1,0xc0,0x8,0xb4,0xad,0x63,0x57,0x3,0x62,0x2e,0x6e,0x97,0x8e,0x30,0xe8,0x26, + 0x68,0x72,0x1b,0xa5,0xa0,0x9,0x65,0xb0,0x4e,0x3a,0x90,0xaa,0x12,0x19,0xa2,0x8a, + 0xc,0x58,0x57,0xee,0xdc,0x5,0xfa,0xe1,0xba,0x90,0x3a,0x2b,0x2e,0xf5,0x82,0xfe, + 0x87,0x6c,0x8,0x98,0xcd,0x86,0x6c,0x26,0xaa,0xf8,0xe7,0xb9,0x36,0x2d,0x78,0x26, + 0x33,0xd2,0xb5,0xa3,0x6d,0xff,0x7c,0xde,0xdb,0x46,0x83,0xcc,0x47,0xfb,0x20,0x9a, + 0xef,0x9f,0xdb,0xe1,0xa1,0x13,0xa0,0x9,0xec,0xe4,0x8b,0x7d,0x3e,0x41,0x19,0x7c, + 0x38,0xb2,0xd3,0xcf,0x68,0x8e,0xfe,0xb7,0xf9,0xc9,0x5,0x0,0xb3,0x9f,0xbd,0xcb, + 0xc3,0xd7,0x78,0x10,0xbb,0xf3,0xf1,0xd7,0xbb,0x61,0xbe,0xf7,0x72,0x36,0x1d,0x78, + 0x32,0x58,0xd5,0xce,0xc4,0x8e,0x5f,0xa1,0xaa,0xce,0x8e,0xec,0xf1,0x2e,0x1a,0x22, + 0x1f,0x8e,0xed,0x60,0xb,0x81,0x83,0xed,0x7c,0x30,0xca,0x3f,0x39,0xcc,0xec,0xf4, + 0xc7,0xec,0xe2,0xbd,0x1d,0xbf,0xf5,0x64,0x30,0xa7,0xa5,0xcb,0x7b,0x7b,0xf6,0xec, + 0x99,0x27,0x43,0xe7,0xe2,0x6f,0x77,0xcf,0xe9,0xec,0xee,0x57,0x9f,0x2a,0x4a,0xe6, + 0xae,0xa2,0x5c,0x4a,0x4f,0xe6,0xd1,0x94,0x83,0x63,0x7b,0x7a,0x2,0xd9,0x2,0x94, + 0x18,0xb1,0x37,0x2f,0x2e,0xa7,0x23,0x27,0x80,0x9b,0x6f,0xb0,0xe5,0x8,0x17,0xc7, + 0xc1,0x79,0xac,0xe6,0xfd,0xef,0xff,0x3a,0x56,0xb5,0xea,0x9f,0x17,0xe1,0xe2,0x97, + 0x5a,0xb5,0x7c,0x43,0xfe,0xd,0x26,0x47,0x96,0x5f, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/layer_add.ico + 0x0,0x0,0x68,0x46, + 0x0, + 0x0,0x1,0x0,0x8,0x0,0x10,0x10,0x0,0x0,0x1,0x0,0x8,0x0,0x68,0x5,0x0, + 0x0,0x86,0x0,0x0,0x0,0x18,0x18,0x0,0x0,0x1,0x0,0x8,0x0,0xc8,0x6,0x0, + 0x0,0xee,0x5,0x0,0x0,0x20,0x20,0x0,0x0,0x1,0x0,0x8,0x0,0xa8,0x8,0x0, + 0x0,0xb6,0xc,0x0,0x0,0x30,0x30,0x0,0x0,0x1,0x0,0x8,0x0,0xa8,0xe,0x0, + 0x0,0x5e,0x15,0x0,0x0,0x10,0x10,0x0,0x0,0x1,0x0,0x20,0x0,0x68,0x4,0x0, + 0x0,0x6,0x24,0x0,0x0,0x18,0x18,0x0,0x0,0x1,0x0,0x20,0x0,0x88,0x9,0x0, + 0x0,0x6e,0x28,0x0,0x0,0x20,0x20,0x0,0x0,0x1,0x0,0x20,0x0,0xa8,0x10,0x0, + 0x0,0xf6,0x31,0x0,0x0,0x30,0x30,0x0,0x0,0x1,0x0,0x20,0x0,0xa8,0x25,0x0, + 0x0,0x9e,0x42,0x0,0x0,0x28,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0, + 0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0,0x0,0x40,0x1,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0, + 0x0,0x5,0x9a,0xc,0x0,0x6,0x9e,0xe,0x0,0x8,0xa6,0x13,0x0,0x12,0xc5,0x35, + 0x0,0x24,0xc1,0x3d,0x0,0x46,0xb4,0x4b,0x0,0x48,0xbd,0x51,0x0,0x1b,0xc9,0x40, + 0x0,0x29,0xc6,0x45,0x0,0x21,0xcd,0x46,0x0,0x24,0xce,0x4a,0x0,0x26,0xcf,0x4d, + 0x0,0x2c,0xc8,0x49,0x0,0x2f,0xca,0x4c,0x0,0x29,0xd0,0x4f,0x0,0x32,0xcc,0x51, + 0x0,0x34,0xcd,0x53,0x0,0x35,0xce,0x54,0x0,0x38,0xcf,0x57,0x0,0x31,0xd3,0x58, + 0x0,0x33,0xd5,0x59,0x0,0x37,0xd6,0x5f,0x0,0x39,0xd0,0x58,0x0,0x3e,0xd2,0x5e, + 0x0,0x3a,0xd7,0x61,0x0,0x3f,0xd9,0x65,0x0,0x5e,0xce,0x6c,0x0,0x42,0xd4,0x62, + 0x0,0x43,0xd5,0x64,0x0,0x49,0xd7,0x6a,0x0,0x41,0xd9,0x68,0x0,0x45,0xda,0x6b, + 0x0,0x47,0xdb,0x6d,0x0,0x49,0xdc,0x6f,0x0,0x4e,0xd9,0x70,0x0,0x4f,0xde,0x75, + 0x0,0x52,0xdb,0x73,0x0,0x56,0xdd,0x77,0x0,0x75,0xcd,0x78,0x0,0x63,0xd6,0x79, + 0x0,0x64,0xd7,0x7a,0x0,0x75,0xd0,0x7a,0x0,0x54,0xe0,0x7b,0x0,0x58,0xe0,0x7d, + 0x0,0x5f,0xdf,0x80,0x0,0x75,0xd7,0x84,0x0,0x75,0xd8,0x85,0x0,0x72,0xdf,0x8a, + 0x0,0x7d,0xde,0x90,0x0,0x5f,0xe2,0x83,0x0,0x61,0xe3,0x85,0x0,0x66,0xe1,0x86, + 0x0,0x64,0xe3,0x88,0x0,0x6a,0xe4,0x8a,0x0,0x68,0xe4,0x8c,0x0,0x6c,0xe4,0x8e, + 0x0,0x6f,0xe6,0x91,0x0,0x73,0xe6,0x94,0x0,0x7e,0xe4,0x96,0x0,0x7a,0xe7,0x99, + 0x0,0x76,0xe8,0x98,0x0,0x7a,0xe9,0x9a,0x0,0x7e,0xea,0x9d,0x0,0x88,0xd7,0x8d, + 0x0,0x87,0xe4,0x9b,0x0,0x81,0xe9,0x9e,0x0,0x87,0xe7,0xa0,0x0,0x82,0xea,0xa1, + 0x0,0x86,0xeb,0xa4,0x0,0x89,0xeb,0xa7,0x0,0x89,0xec,0xa8,0x0,0x8d,0xec,0xa8, + 0x0,0x91,0xe8,0xa5,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x7,0x3,0x3,0x3,0x3,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x3,0x31,0x2f,0x2a,0x27,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x3,0x1c,0x4,0x5,0x1b,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x3,0x26,0xf,0x4,0x28,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x3,0x36,0x20,0xf,0x30,0x3,0x0,0x0,0x0,0x0,0x0,0x6,0x2,0x2, + 0x2,0x2,0x3,0x3c,0x2c,0x20,0x3b,0x3,0x3,0x3,0x3,0x3,0x7,0x2,0x34,0x36, + 0x44,0x46,0x48,0x44,0x36,0x2c,0x43,0x49,0x41,0x31,0x2e,0x40,0x3,0x2,0x1e,0x15, + 0x22,0x33,0x3a,0x3d,0x3a,0x36,0x2c,0x20,0x15,0x8,0xd,0x1b,0x3,0x1,0x18,0x18, + 0x15,0x20,0x32,0x39,0x3f,0x3f,0x3d,0x35,0x24,0x15,0xb,0x28,0x3,0x2,0x10,0x10, + 0x1c,0x24,0x2d,0x2d,0x36,0x3f,0x42,0x44,0x3f,0x35,0x24,0x26,0x3,0x6,0x2,0x1, + 0x1,0x1,0x1,0x26,0x2c,0x36,0x48,0x2,0x2,0x2,0x2,0x3,0x7,0x0,0x0,0x0, + 0x0,0x0,0x2,0x1c,0x1a,0x2c,0x3d,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x2,0x13,0xb,0x19,0x33,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0xd,0x18,0xb,0x20,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x2,0x9,0x10,0x18,0x1e,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x6,0x2,0x1,0x1,0x2,0x6,0x0,0x0,0x0,0x0,0x0,0xf8,0x1f,0x0, + 0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0, + 0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0,0x0,0x28,0x0,0x0, + 0x0,0x18,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0, + 0x0,0xa0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0x0,0x0,0xa9,0x0, + 0x0,0x0,0xb1,0x0,0x0,0x0,0xb9,0x1,0x0,0x9,0xa7,0x14,0x0,0xb,0xb0,0x19, + 0x0,0x0,0xc1,0x9,0x0,0x0,0xc6,0xd,0x0,0x0,0xc8,0xf,0x0,0x0,0xc9,0x11, + 0x0,0x1,0xcb,0x15,0x0,0x3,0xcc,0x19,0x0,0x4,0xce,0x1a,0x0,0x5,0xce,0x1c, + 0x0,0x7,0xcf,0x20,0x0,0x7,0xd0,0x22,0x0,0x8,0xd0,0x22,0x0,0xb,0xd3,0x29, + 0x0,0xd,0xd4,0x2e,0x0,0xe,0xd5,0x31,0x0,0x10,0xd5,0x33,0x0,0x11,0xd5,0x35, + 0x0,0x13,0xd6,0x39,0x0,0x16,0xd7,0x3c,0x0,0x16,0xd8,0x3e,0x0,0x51,0xbc,0x51, + 0x0,0x5f,0xba,0x62,0x0,0x17,0xd8,0x40,0x0,0x18,0xd9,0x43,0x0,0x1a,0xd9,0x46, + 0x0,0x1b,0xda,0x4a,0x0,0x1c,0xda,0x49,0x0,0x1d,0xdc,0x4a,0x0,0x1e,0xdc,0x4c, + 0x0,0x3d,0xcf,0x42,0x0,0x20,0xdc,0x4d,0x0,0x3d,0xd1,0x45,0x0,0x3d,0xd5,0x48, + 0x0,0x3d,0xd8,0x4b,0x0,0x21,0xdc,0x51,0x0,0x24,0xde,0x55,0x0,0x25,0xdf,0x58, + 0x0,0x28,0xdf,0x5b,0x0,0x26,0xe0,0x59,0x0,0x29,0xe1,0x5c,0x0,0x2a,0xe0,0x60, + 0x0,0x2e,0xe1,0x65,0x0,0x30,0xe1,0x66,0x0,0x32,0xe2,0x6a,0x0,0x34,0xe2,0x6d, + 0x0,0x36,0xe3,0x70,0x0,0x36,0xe4,0x70,0x0,0x3a,0xe3,0x73,0x0,0x3a,0xe4,0x73, + 0x0,0x3a,0xe3,0x74,0x0,0x3c,0xe4,0x75,0x0,0x3e,0xe5,0x79,0x0,0x40,0xd0,0x45, + 0x0,0x40,0xd2,0x48,0x0,0x40,0xd5,0x4b,0x0,0x40,0xd8,0x4e,0x0,0x51,0xc1,0x51, + 0x0,0x51,0xc4,0x51,0x0,0x51,0xc9,0x51,0x0,0x54,0xc9,0x54,0x0,0x54,0xcd,0x54, + 0x0,0x42,0xda,0x52,0x0,0x45,0xdb,0x54,0x0,0x43,0xdf,0x55,0x0,0x44,0xda,0x59, + 0x0,0x47,0xdf,0x5e,0x0,0x51,0xd0,0x51,0x0,0x51,0xd3,0x54,0x0,0x54,0xd2,0x54, + 0x0,0x51,0xd5,0x55,0x0,0x54,0xd7,0x55,0x0,0x51,0xda,0x5a,0x0,0x54,0xdc,0x59, + 0x0,0x54,0xd8,0x5c,0x0,0x54,0xe1,0x5d,0x0,0x4b,0xdf,0x63,0x0,0x52,0xdf,0x60, + 0x0,0x55,0xdd,0x63,0x0,0x64,0xcd,0x6d,0x0,0x4b,0xe1,0x66,0x0,0x4a,0xe4,0x65, + 0x0,0x4e,0xe3,0x6d,0x0,0x4d,0xe9,0x6a,0x0,0x56,0xe4,0x65,0x0,0x57,0xe1,0x6a, + 0x0,0x58,0xe2,0x6a,0x0,0x5a,0xe1,0x6d,0x0,0x5c,0xe2,0x6f,0x0,0x40,0xe6,0x7a, + 0x0,0x42,0xe6,0x7c,0x0,0x53,0xe4,0x74,0x0,0x54,0xe4,0x76,0x0,0x5e,0xe3,0x77, + 0x0,0x53,0xe8,0x76,0x0,0x55,0xec,0x76,0x0,0x55,0xe5,0x79,0x0,0x46,0xe7,0x81, + 0x0,0x46,0xe8,0x81,0x0,0x48,0xe8,0x82,0x0,0x4a,0xe9,0x86,0x0,0x5b,0xe9,0x82, + 0x0,0x5d,0xe9,0x84,0x0,0x5e,0xf1,0x84,0x0,0x65,0xe5,0x80,0x0,0x64,0xeb,0x8f, + 0x0,0x6b,0xe8,0x8d,0x0,0x64,0xf2,0x8b,0x0,0x67,0xf4,0x8f,0x0,0x68,0xf3,0x8f, + 0x0,0x66,0xee,0x91,0x0,0x69,0xea,0x94,0x0,0x6c,0xeb,0x96,0x0,0x6e,0xee,0x9b, + 0x0,0x72,0xeb,0x98,0x0,0x69,0xf3,0x91,0x0,0x6e,0xf1,0x9d,0x0,0x74,0xee,0xa1, + 0x0,0x78,0xec,0xa0,0x0,0x75,0xf1,0xa5,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x54,0x6,0x6, + 0x6,0x6,0x6,0x6,0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x6,0x49,0x49,0x40,0x3f,0x3f,0x1a,0x6,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x4f,0x7, + 0x4,0x3,0x2,0x3f,0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x6,0x53,0x9,0x7,0x4,0x3,0x3f,0x6,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x5d,0xe, + 0x9,0x7,0x4,0x49,0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x6,0x6d,0x14,0xe,0x9,0x7,0x49,0x6,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x6f,0x1e, + 0x15,0x10,0x9,0x4d,0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x6,0x77,0x29,0x1e,0x14,0x12,0x52,0x6,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x1b,0x5,0x5,0x5,0x5,0x5,0x5,0x5,0x6,0x7b,0x2f, + 0x2a,0x20,0x14,0x5d,0x6,0x6,0x6,0x6,0x6,0x6,0x6,0x6,0x54,0x1,0x58,0x64, + 0x6c,0x70,0x72,0x70,0x78,0x75,0x75,0x33,0x2f,0x2c,0x20,0x62,0x5d,0x52,0x50,0x4d, + 0x4c,0x49,0x40,0x40,0x6,0x1,0x46,0x17,0x20,0x2b,0x33,0x38,0x39,0x38,0x38,0x38, + 0x33,0x30,0x2d,0x20,0x19,0x12,0xe,0x7,0x7,0x4,0x3,0x3f,0x6,0x1,0x27,0xe, + 0x15,0x1e,0x29,0x2f,0x33,0x39,0x5e,0x39,0x38,0x33,0x31,0x2d,0x24,0x19,0x12,0xe, + 0x9,0x7,0x4,0x40,0x6,0x1,0x27,0xa,0xe,0x12,0x1e,0x29,0x2f,0x33,0x5e,0x68, + 0x67,0x5e,0x38,0x33,0x2d,0x29,0x19,0x12,0xe,0x9,0x7,0x49,0x6,0x1,0x25,0x7, + 0x9,0x10,0x12,0x1c,0x24,0x2f,0x33,0x5e,0x68,0x68,0x68,0x66,0x38,0x2f,0x29,0x1e, + 0x14,0xe,0x9,0x49,0x6,0x1,0x25,0x27,0x27,0x27,0x43,0x46,0x57,0x65,0x6b,0x33, + 0x39,0x68,0x68,0x7a,0x7a,0x7a,0x76,0x6e,0x6b,0x64,0x55,0x5d,0x6,0x1b,0x1,0x1, + 0x1,0x1,0x1,0x1,0x1,0x1,0x61,0x2c,0x33,0x39,0x67,0x7a,0x5,0x5,0x5,0x5, + 0x5,0x5,0x5,0x5,0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x61,0x20, + 0x2d,0x33,0x38,0x7c,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x1,0x51,0x14,0x20,0x2a,0x2f,0x79,0x1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x43,0x12, + 0x14,0x20,0x29,0x73,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x1,0x3d,0x9,0x12,0x15,0x19,0x6b,0x1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x3d,0x9, + 0x9,0x10,0x12,0x63,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x1,0x3b,0x7,0x9,0x9,0xf,0x55,0x1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x3b,0x23, + 0x25,0x27,0x25,0x45,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x1b,0x1,0x1,0x1,0x1,0x1,0x1,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0x28,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x40,0x0,0x0, + 0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0,0x0,0x80,0x4,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0, + 0x0,0x3,0x92,0x7,0x0,0x0,0xa3,0x3,0x0,0x0,0xa9,0x6,0x0,0x0,0xae,0x8, + 0x0,0x0,0xb0,0xa,0x0,0x0,0xb2,0xc,0x0,0x0,0xb5,0xd,0x0,0x2,0xb9,0xf, + 0x0,0x8,0xa4,0x12,0x0,0x3,0xba,0x11,0x0,0x4,0xbb,0x11,0x0,0x4,0xbc,0x12, + 0x0,0x5,0xbe,0x14,0x0,0xb,0xb0,0x19,0x0,0x7,0xc0,0x15,0x0,0x7,0xc1,0x18, + 0x0,0x8,0xc2,0x18,0x0,0xa,0xc4,0x1a,0x0,0xb,0xc6,0x1c,0x0,0xc,0xc6,0x1c, + 0x0,0xd,0xc8,0x1e,0x0,0xe,0xc9,0x20,0x0,0x10,0xca,0x21,0x0,0x10,0xcc,0x22, + 0x0,0x12,0xcd,0x25,0x0,0x14,0xce,0x26,0x0,0x15,0xce,0x28,0x0,0x16,0xd0,0x29, + 0x0,0x16,0xd0,0x2c,0x0,0x18,0xd1,0x2d,0x0,0x19,0xd2,0x31,0x0,0x1a,0xd3,0x35, + 0x0,0x1c,0xd3,0x36,0x0,0x1b,0xd4,0x36,0x0,0x1c,0xd4,0x36,0x0,0x1d,0xd4,0x3a, + 0x0,0x1e,0xd5,0x3d,0x0,0x20,0xd6,0x3f,0x0,0x20,0xda,0x3d,0x0,0x56,0xbd,0x56, + 0x0,0x36,0xca,0x42,0x0,0x38,0xcd,0x45,0x0,0x20,0xd6,0x41,0x0,0x22,0xd7,0x44, + 0x0,0x24,0xd7,0x45,0x0,0x23,0xd8,0x45,0x0,0x25,0xd8,0x49,0x0,0x27,0xdd,0x4a, + 0x0,0x27,0xd9,0x4d,0x0,0x28,0xd9,0x4e,0x0,0x3a,0xd0,0x47,0x0,0x3b,0xd0,0x48, + 0x0,0x3d,0xd2,0x49,0x0,0x3c,0xd4,0x4b,0x0,0x3e,0xd5,0x4c,0x0,0x2a,0xda,0x51, + 0x0,0x2b,0xda,0x54,0x0,0x2c,0xdb,0x56,0x0,0x2d,0xdc,0x56,0x0,0x2e,0xdc,0x59, + 0x0,0x30,0xdd,0x5a,0x0,0x31,0xde,0x5d,0x0,0x2e,0xe0,0x59,0x0,0x33,0xde,0x60, + 0x0,0x34,0xdf,0x60,0x0,0x34,0xe0,0x61,0x0,0x36,0xe0,0x65,0x0,0x38,0xe1,0x67, + 0x0,0x37,0xe4,0x68,0x0,0x39,0xe0,0x69,0x0,0x3a,0xe1,0x6c,0x0,0x3c,0xe2,0x6e, + 0x0,0x3e,0xe2,0x71,0x0,0x3f,0xe8,0x71,0x0,0x41,0xd6,0x4d,0x0,0x41,0xd9,0x4f, + 0x0,0x56,0xc2,0x57,0x0,0x56,0xc2,0x58,0x0,0x56,0xc6,0x59,0x0,0x56,0xc9,0x5a, + 0x0,0x56,0xcc,0x59,0x0,0x56,0xcb,0x5d,0x0,0x56,0xce,0x5e,0x0,0x41,0xd8,0x50, + 0x0,0x44,0xd9,0x53,0x0,0x45,0xda,0x56,0x0,0x47,0xdf,0x58,0x0,0x48,0xdc,0x5a, + 0x0,0x56,0xd1,0x5c,0x0,0x57,0xd7,0x5f,0x0,0x43,0xe0,0x53,0x0,0x49,0xe3,0x5d, + 0x0,0x57,0xd2,0x60,0x0,0x57,0xd5,0x61,0x0,0x58,0xd2,0x63,0x0,0x5b,0xd7,0x65, + 0x0,0x59,0xdb,0x62,0x0,0x59,0xda,0x64,0x0,0x5a,0xde,0x65,0x0,0x5d,0xd9,0x68, + 0x0,0x5c,0xdd,0x68,0x0,0x61,0xdd,0x6d,0x0,0x4d,0xe1,0x65,0x0,0x4a,0xe9,0x63, + 0x0,0x4f,0xe0,0x69,0x0,0x4f,0xe8,0x6a,0x0,0x5d,0xe1,0x69,0x0,0x5f,0xe2,0x6d, + 0x0,0x5f,0xe4,0x6c,0x0,0x40,0xe2,0x73,0x0,0x41,0xe2,0x75,0x0,0x45,0xe3,0x79, + 0x0,0x45,0xe4,0x7a,0x0,0x46,0xe4,0x7c,0x0,0x48,0xe4,0x7e,0x0,0x46,0xe9,0x7b, + 0x0,0x52,0xe4,0x71,0x0,0x55,0xe3,0x75,0x0,0x55,0xe4,0x76,0x0,0x55,0xea,0x77, + 0x0,0x57,0xe4,0x79,0x0,0x5e,0xeb,0x78,0x0,0x63,0xe5,0x71,0x0,0x66,0xe2,0x75, + 0x0,0x67,0xe4,0x75,0x0,0x6a,0xe3,0x7e,0x0,0x6b,0xe4,0x7e,0x0,0x4a,0xe5,0x80, + 0x0,0x4c,0xe5,0x81,0x0,0x4e,0xe6,0x84,0x0,0x4e,0xea,0x85,0x0,0x50,0xe6,0x86, + 0x0,0x50,0xe8,0x86,0x0,0x5d,0xee,0x83,0x0,0x51,0xe7,0x88,0x0,0x52,0xe8,0x89, + 0x0,0x54,0xe9,0x8b,0x0,0x54,0xe9,0x8c,0x0,0x55,0xed,0x8d,0x0,0x5a,0xee,0x92, + 0x0,0x64,0xed,0x80,0x0,0x71,0xe6,0x8b,0x0,0x65,0xf1,0x8f,0x0,0x6a,0xf0,0x8b, + 0x0,0x6c,0xe9,0x95,0x0,0x76,0xe8,0x94,0x0,0x7b,0xea,0x9b,0x0,0x7a,0xeb,0x9f, + 0x0,0x6d,0xf2,0x99,0x0,0x70,0xf3,0x92,0x0,0x74,0xf3,0x95,0x0,0x75,0xf5,0x97, + 0x0,0x75,0xf4,0x98,0x0,0x79,0xf2,0x9c,0x0,0x77,0xee,0xa4,0x0,0x74,0xf4,0xa1, + 0x0,0x7a,0xf7,0xa9,0x0,0x7e,0xf5,0xaf,0x0,0x80,0xec,0xa4,0x0,0x84,0xed,0xa8, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0xe,0xe,0xe,0xe,0xe,0xe, + 0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x5d,0x5d,0x53,0x53,0x4e,0x4d,0x28, + 0x4d,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x60,0xd,0x8,0x5,0x4,0x3,0x2, + 0x4d,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x64,0x12,0xd,0x8,0x5,0x5,0x3, + 0x4e,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x66,0x16,0x12,0xf,0xd,0x5,0x5, + 0x53,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x7c,0x1a,0x16,0x12,0xd,0xd,0x5, + 0x59,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x7f,0x20,0x1b,0x16,0x12,0x10,0xd, + 0x5d,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x8e,0x2e,0x20,0x1b,0x1a,0x12,0xf, + 0x62,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x92,0x38,0x2e,0x20,0x1b,0x1a,0x12, + 0x64,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x93,0x3e,0x38,0x2e,0x24,0x1d,0x1a, + 0x6d,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x9f,0x47,0x40,0x38,0x2e,0x24,0x1d, + 0x7c,0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x9, + 0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0xa0,0x6e,0x47,0x40,0x38,0x31,0x24, + 0x7c,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0x0,0x1,0x68,0x7a, + 0x8d,0x90,0x96,0x96,0x99,0x99,0x96,0x9a,0x94,0x91,0x71,0x6e,0x47,0x43,0x38,0x31, + 0x7f,0x7c,0x7c,0x6d,0x6d,0x62,0x62,0x5a,0x59,0x59,0x53,0x4f,0xe,0x1,0x56,0x24, + 0x31,0x38,0x43,0x6e,0x71,0x80,0x80,0x80,0x71,0x80,0x71,0x71,0x6e,0x47,0x44,0x3c, + 0x31,0x2e,0x20,0x19,0x15,0x12,0xf,0xd,0x5,0x5,0x3,0x4d,0xe,0x1,0x4b,0x1b, + 0x20,0x2e,0x32,0x3e,0x44,0x6e,0x71,0x80,0x80,0x80,0x71,0x80,0x71,0x6e,0x6e,0x43, + 0x3c,0x31,0x27,0x20,0x1d,0x17,0x15,0xf,0xd,0x5,0x5,0x53,0xe,0x1,0x37,0x1a, + 0x1a,0x20,0x26,0x31,0x3e,0x47,0x47,0x71,0x80,0x87,0x87,0x80,0x80,0x71,0x6e,0x47, + 0x47,0x3c,0x38,0x2e,0x20,0x19,0x15,0x15,0xf,0xd,0x5,0x53,0xe,0x1,0x37,0x12, + 0x1a,0x1a,0x20,0x24,0x32,0x3c,0x43,0x47,0x71,0x80,0x88,0x8a,0x8a,0x85,0x80,0x71, + 0x47,0x47,0x3c,0x32,0x2e,0x20,0x1c,0x1a,0x12,0xf,0xd,0x53,0xe,0x1,0x33,0x12, + 0x16,0x1a,0x1a,0x1c,0x2e,0x31,0x38,0x47,0x47,0x80,0x80,0x87,0x8a,0x8a,0x8a,0x8a, + 0x80,0x71,0x47,0x3e,0x38,0x2e,0x20,0x1d,0x17,0x15,0xf,0x60,0xe,0x1,0x2a,0x12, + 0x12,0x12,0x1a,0x1a,0x1c,0x26,0x31,0x38,0x40,0x48,0x6e,0x80,0x87,0x8a,0x8a,0x8a, + 0x8a,0x87,0x80,0x80,0x47,0x40,0x38,0x2e,0x20,0x1b,0x16,0x64,0xe,0x1,0x2a,0x2a, + 0x37,0x37,0x37,0x4c,0x56,0x58,0x67,0x75,0x79,0x3e,0x48,0x6e,0x80,0x87,0x8a,0x8a, + 0x8a,0x8a,0x8c,0x8a,0x83,0x74,0x4a,0x45,0x3f,0x31,0x27,0x57,0xe,0x0,0x1,0x1, + 0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x1,0x79,0x3e,0x47,0x6e,0x80,0x80,0x8a, + 0x94,0x1,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x79,0x32,0x41,0x47,0x6e,0x80,0x80, + 0x9e,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x69,0x2e,0x32,0x3e,0x44,0x6e,0x80, + 0x9d,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x58,0x20,0x26,0x32,0x3c,0x43,0x6e, + 0x9c,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x56,0x1a,0x20,0x2e,0x31,0x38,0x43, + 0x95,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x4c,0x17,0x1a,0x1f,0x24,0x31,0x38, + 0x8f,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x37,0x15,0x16,0x1d,0x20,0x27,0x31, + 0x86,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x37,0x12,0x15,0x15,0x19,0x1c,0x24, + 0x78,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x33,0x12,0x12,0x15,0x1a,0x1a,0x1b, + 0x6a,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x2a,0xf,0x12,0x12,0x12,0x16,0x1a, + 0x5c,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x29,0x29,0x2a,0x33,0x37,0x37,0x37, + 0x56,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x1,0x1,0x1, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xf0,0xf, + 0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7, + 0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7, + 0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0x80,0x0,0x0,0x1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0, + 0x1,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7, + 0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7, + 0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xf0,0xf,0xff,0x28,0x0,0x0, + 0x0,0x30,0x0,0x0,0x0,0x60,0x0,0x0,0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0, + 0x0,0x80,0xa,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x93,0x0,0x0,0x3,0x92,0x7, + 0x0,0x0,0x98,0x0,0x0,0x0,0x9d,0x0,0x0,0x0,0xa0,0x2,0x0,0x0,0xa5,0x3, + 0x0,0x0,0xa6,0x4,0x0,0x0,0xa9,0x6,0x0,0x0,0xae,0x8,0x0,0x0,0xb1,0xa, + 0x0,0x0,0xb4,0xb,0x0,0x0,0xb4,0xd,0x0,0x1,0xb8,0xe,0x0,0x3,0xba,0x10, + 0x0,0x4,0xbc,0x12,0x0,0x6,0xbe,0x15,0x0,0xb,0xb0,0x19,0x0,0x9,0xbf,0x19, + 0x0,0x6,0xc1,0x16,0x0,0x9,0xc2,0x19,0x0,0xa,0xc5,0x1a,0x0,0xa,0xc6,0x1c, + 0x0,0xc,0xc6,0x1c,0x0,0xd,0xc8,0x1f,0x0,0xf,0xca,0x20,0x0,0x12,0xc4,0x21, + 0x0,0x10,0xcb,0x21,0x0,0x11,0xcd,0x24,0x0,0x14,0xce,0x27,0x0,0x16,0xcf,0x29, + 0x0,0x1a,0xc9,0x29,0x0,0x17,0xd0,0x2f,0x0,0x19,0xd1,0x31,0x0,0x1b,0xd4,0x32, + 0x0,0x1c,0xd4,0x37,0x0,0x1e,0xd5,0x3c,0x0,0x25,0xcf,0x34,0x0,0x32,0xc7,0x3f, + 0x0,0x33,0xc9,0x3f,0x0,0x22,0xd5,0x38,0x0,0x2e,0xd3,0x3f,0x0,0x35,0xca,0x40, + 0x0,0x35,0xcc,0x42,0x0,0x37,0xcd,0x44,0x0,0x21,0xd7,0x41,0x0,0x22,0xd7,0x44, + 0x0,0x2b,0xd7,0x47,0x0,0x24,0xd8,0x48,0x0,0x27,0xd9,0x4c,0x0,0x29,0xda,0x4f, + 0x0,0x38,0xd0,0x46,0x0,0x37,0xd6,0x4c,0x0,0x3b,0xd2,0x48,0x0,0x3a,0xd4,0x48, + 0x0,0x3c,0xd4,0x4a,0x0,0x3e,0xd5,0x4d,0x0,0x2a,0xdb,0x52,0x0,0x2d,0xdb,0x57, + 0x0,0x2f,0xdd,0x59,0x0,0x36,0xdb,0x55,0x0,0x31,0xdc,0x5a,0x0,0x31,0xde,0x5c, + 0x0,0x33,0xdf,0x62,0x0,0x36,0xe0,0x64,0x0,0x38,0xe1,0x67,0x0,0x3c,0xe0,0x65, + 0x0,0x3b,0xe1,0x6d,0x0,0x3e,0xe2,0x70,0x0,0x40,0xd7,0x50,0x0,0x42,0xd8,0x51, + 0x0,0x43,0xd9,0x56,0x0,0x44,0xda,0x58,0x0,0x46,0xdc,0x59,0x0,0x43,0xdc,0x5c, + 0x0,0x47,0xdc,0x5d,0x0,0x42,0xde,0x64,0x0,0x48,0xdd,0x61,0x0,0x4b,0xdf,0x65, + 0x0,0x4c,0xdf,0x67,0x0,0x4d,0xdf,0x6a,0x0,0x61,0xc1,0x63,0x0,0x61,0xc5,0x65, + 0x0,0x61,0xc9,0x66,0x0,0x61,0xca,0x68,0x0,0x61,0xcd,0x69,0x0,0x63,0xd0,0x6b, + 0x0,0x63,0xd0,0x6c,0x0,0x64,0xd2,0x6d,0x0,0x66,0xd4,0x6f,0x0,0x74,0xc1,0x76, + 0x0,0x76,0xc2,0x79,0x0,0x74,0xc5,0x78,0x0,0x76,0xcc,0x7d,0x0,0x67,0xd4,0x70, + 0x0,0x69,0xd6,0x72,0x0,0x6c,0xd6,0x75,0x0,0x6b,0xd9,0x75,0x0,0x6e,0xd8,0x76, + 0x0,0x6e,0xda,0x78,0x0,0x6f,0xdc,0x7a,0x0,0x71,0xdb,0x7a,0x0,0x72,0xdc,0x7b, + 0x0,0x72,0xdd,0x7c,0x0,0x74,0xde,0x7d,0x0,0x50,0xe0,0x6e,0x0,0x40,0xe2,0x74, + 0x0,0x45,0xe3,0x75,0x0,0x48,0xe3,0x72,0x0,0x4e,0xe2,0x72,0x0,0x44,0xe3,0x79, + 0x0,0x47,0xe4,0x7c,0x0,0x48,0xe6,0x7b,0x0,0x4b,0xe5,0x7f,0x0,0x4d,0xe4,0x7e, + 0x0,0x51,0xe1,0x71,0x0,0x55,0xe2,0x77,0x0,0x55,0xe3,0x78,0x0,0x53,0xe5,0x7f, + 0x0,0x58,0xe4,0x7b,0x0,0x61,0xe3,0x7b,0x0,0x78,0xcf,0x80,0x0,0x7d,0xd2,0x84, + 0x0,0x7f,0xd4,0x87,0x0,0x74,0xde,0x80,0x0,0x4e,0xe5,0x81,0x0,0x53,0xe6,0x84, + 0x0,0x55,0xe6,0x85,0x0,0x59,0xe5,0x80,0x0,0x5c,0xe6,0x81,0x0,0x5a,0xe6,0x85, + 0x0,0x5c,0xe6,0x84,0x0,0x55,0xe8,0x86,0x0,0x51,0xe7,0x88,0x0,0x5a,0xe6,0x89, + 0x0,0x5e,0xe7,0x8a,0x0,0x56,0xe8,0x88,0x0,0x59,0xe8,0x8a,0x0,0x5e,0xe9,0x8d, + 0x0,0x69,0xe0,0x81,0x0,0x61,0xe7,0x89,0x0,0x64,0xe7,0x8e,0x0,0x76,0xe0,0x81, + 0x0,0x76,0xe0,0x84,0x0,0x79,0xe3,0x87,0x0,0x77,0xe1,0x8c,0x0,0x7a,0xe3,0x89, + 0x0,0x7b,0xe3,0x8c,0x0,0x7d,0xe5,0x8f,0x0,0x62,0xe8,0x90,0x0,0x66,0xe8,0x92, + 0x0,0x69,0xe9,0x95,0x0,0x6c,0xeb,0x97,0x0,0x6e,0xea,0x99,0x0,0x7e,0xe5,0x93, + 0x0,0x7c,0xe3,0x95,0x0,0x76,0xe4,0x9b,0x0,0x72,0xec,0x9e,0x0,0x74,0xed,0xa1, + 0x0,0x77,0xed,0xa5,0x0,0x8e,0xd6,0x94,0x0,0x8d,0xde,0x9f,0x0,0x84,0xe1,0x8d, + 0x0,0x80,0xe5,0x95,0x0,0x89,0xe1,0x92,0x0,0x8b,0xe4,0x96,0x0,0x82,0xe7,0x99, + 0x0,0x81,0xe6,0x9d,0x0,0x84,0xe7,0x9c,0x0,0x8e,0xe6,0x9d,0x0,0x9a,0xdd,0xa8, + 0x0,0xa3,0xdf,0xa9,0x0,0x87,0xe7,0xa6,0x0,0x8c,0xe8,0xab,0x0,0x97,0xe0,0xa0, + 0x0,0x91,0xe6,0xa3,0x0,0x94,0xe7,0xa8,0x0,0x90,0xe9,0xaf,0x0,0x96,0xe9,0xad, + 0x0,0x91,0xea,0xb2,0x0,0x99,0xea,0xb0,0x0,0x98,0xeb,0xb7,0x0,0x9c,0xea,0xb5, + 0x0,0x9e,0xeb,0xb8,0x0,0xa0,0xe0,0xb2,0x0,0xa0,0xeb,0xba,0x0,0xa1,0xed,0xbb, + 0x0,0xa5,0xed,0xba,0x0,0xa3,0xec,0xbd,0x0,0xa5,0xed,0xbf,0x0,0xa6,0xee,0xc1, + 0x0,0xa8,0xee,0xc3,0x0,0xaa,0xee,0xc5,0x0,0xad,0xef,0xc7,0x0,0xbd,0xeb,0xc1, + 0x0,0xbd,0xec,0xc2,0x0,0xbe,0xec,0xc4,0x0,0xb2,0xf0,0xcb,0x0,0xb6,0xf0,0xce, + 0x0,0xbb,0xf1,0xd1,0x0,0xbf,0xf0,0xd3,0x0,0xc3,0xc3,0xc3,0x0,0xc7,0xc7,0xc7, + 0x0,0xc0,0xec,0xc3,0x0,0xc1,0xed,0xc5,0x0,0xc8,0xe6,0xca,0x0,0xc5,0xec,0xc9, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0xc9,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11, + 0x11,0x11,0xc9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xc9,0x11,0x79,0x5e,0x59,0x57,0x57,0x57,0x53,0x53,0x52, + 0x52,0x5b,0x11,0xca,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0x5d,0xd,0xd,0xb,0xb,0x7,0x7,0x7,0x7,0x3, + 0x3,0x1,0x5a,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0x59,0xf,0xf,0xf,0xb,0xb,0x8,0x7,0x7,0x7, + 0x3,0x3,0x52,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0x5f,0x13,0x13,0xf,0xf,0xb,0xb,0x8,0x8,0x7, + 0x7,0x3,0x52,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0x61,0x15,0x15,0x13,0xf,0xf,0xb,0xb,0xb,0x7, + 0x7,0x7,0x52,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0x63,0x18,0x18,0x15,0x15,0xf,0xf,0xb,0xb,0x8, + 0x8,0x8,0x52,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0x67,0x1c,0x1c,0x18,0x15,0x13,0xf,0xf,0xf,0xb, + 0xb,0x8,0x57,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0x8f,0x1e,0x1e,0x1c,0x19,0x15,0x15,0xf,0xf,0xf, + 0xb,0x8,0x57,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0x91,0x22,0x22,0x1e,0x1c,0x1c,0x15,0x15,0x10,0xf, + 0xf,0xb,0x57,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0x9b,0x2d,0x2d,0x23,0x1e,0x1c,0x1c,0x15,0x15,0xf, + 0xf,0xd,0x57,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0xa7,0x31,0x31,0x2d,0x22,0x21,0x1c,0x1c,0x15,0x15, + 0x13,0xf,0x5e,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0xa7,0x3a,0x3a,0x31,0x2d,0x23,0x21,0x1e,0x1a,0x19, + 0x15,0x15,0x59,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0xac,0x3e,0x3e,0x3a,0x31,0x2d,0x22,0x22,0x1e,0x19, + 0x19,0x15,0x5f,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0xad,0x40,0x40,0x3e,0x3a,0x31,0x2d,0x23,0x22,0x1e, + 0x19,0x19,0x61,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x11,0xb1,0x43,0x43,0x41,0x3e,0x3a,0x31,0x2d,0x23,0x22, + 0x1e,0x1e,0x63,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0xc9,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11, + 0x11,0x11,0x11,0x11,0x11,0x11,0xb3,0x6a,0x6a,0x43,0x41,0x3f,0x3a,0x3a,0x2d,0x2d, + 0x22,0x1e,0x63,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11, + 0x11,0x11,0xc9,0x0,0x0,0xc9,0x1,0xcd,0xce,0xce,0xcc,0xcc,0xc2,0xc2,0xc2,0xc2, + 0xc2,0xc2,0xc2,0xc2,0xcc,0xbb,0x9c,0x6e,0x6e,0x6a,0x43,0x41,0x3f,0x3a,0x3a,0x30, + 0x23,0x23,0x63,0x61,0x5f,0x59,0x59,0x59,0x59,0x57,0x57,0x57,0x53,0x57,0x52,0x52, + 0x52,0x5b,0x11,0xca,0x0,0x2,0xa1,0x78,0x50,0x73,0x75,0x83,0x86,0x88,0x84,0x7d, + 0x7d,0x88,0x7d,0x85,0x7d,0x7d,0x70,0x6e,0x70,0x6e,0x6a,0x43,0x41,0x40,0x3a,0x3a, + 0x31,0x23,0x23,0x22,0x1e,0x1c,0x18,0x15,0x13,0xf,0xd,0xb,0xb,0x8,0x7,0x7, + 0x7,0x3,0x5b,0x11,0x0,0x2,0x9b,0x46,0x48,0x4d,0x50,0x69,0x73,0x80,0x83,0x83, + 0x88,0x7d,0x6e,0x6a,0x6e,0x6e,0x70,0x70,0x6e,0x70,0x6e,0x6a,0x6a,0x40,0x40,0x3a, + 0x39,0x31,0x2e,0x23,0x20,0x1c,0x1c,0x15,0x15,0x13,0xf,0xf,0xb,0xb,0x8,0x8, + 0x7,0x7,0x52,0x11,0x0,0x1,0x94,0x38,0x45,0x46,0x4d,0x4d,0x73,0x73,0x80,0x80, + 0x83,0x8d,0x95,0x89,0x84,0x7d,0x6e,0x7d,0x6e,0x7d,0x6e,0x6e,0x6a,0x6a,0x43,0x40, + 0x3a,0x3a,0x31,0x2d,0x22,0x22,0x1c,0x1c,0x15,0x15,0x13,0xf,0xf,0xb,0xb,0x8, + 0x8,0x7,0x52,0x11,0x0,0x2,0x94,0x38,0x38,0x45,0x46,0x4d,0x4d,0x50,0x73,0x80, + 0x83,0x8c,0x8d,0x95,0x99,0x99,0x95,0x88,0x7d,0x6e,0x7d,0x6e,0x70,0x6a,0x43,0x43, + 0x40,0x3a,0x3a,0x31,0x2d,0x23,0x21,0x1e,0x1c,0x18,0x15,0x13,0xf,0xf,0xb,0xb, + 0x8,0x8,0x57,0x11,0x0,0x1,0x8f,0x38,0x36,0x38,0x45,0x46,0x4b,0x4d,0x50,0x73, + 0x74,0x83,0x8c,0x8d,0x8d,0x99,0x99,0x9e,0x9e,0x95,0x8a,0x88,0x7d,0x6e,0x6a,0x6a, + 0x43,0x41,0x3a,0x3a,0x31,0x30,0x23,0x21,0x1e,0x1c,0x18,0x15,0x15,0xf,0xf,0xb, + 0xd,0x8,0x57,0x11,0x0,0x2,0x8f,0x36,0x36,0x38,0x38,0x45,0x46,0x48,0x4d,0x4f, + 0x73,0x74,0x80,0x83,0x8d,0x8d,0x99,0x99,0x9d,0x9e,0x9e,0x9d,0x99,0x95,0x89,0x70, + 0x6a,0x43,0x43,0x40,0x3a,0x3a,0x2d,0x23,0x22,0x1e,0x1c,0x1c,0x15,0x15,0xf,0xf, + 0xf,0xb,0x57,0x11,0x0,0x1,0x8f,0x2b,0x36,0x38,0x38,0x38,0x45,0x46,0x4b,0x4d, + 0x50,0x73,0x73,0x83,0x83,0x8d,0x95,0x97,0x99,0x9e,0x9e,0x9e,0x9e,0x9e,0x9d,0x9d, + 0x97,0x8d,0x75,0x6a,0x41,0x3e,0x31,0x2d,0x2d,0x22,0x1e,0x1c,0x1a,0x15,0x15,0x10, + 0xd,0xb,0x57,0x11,0x0,0x2,0x67,0x2b,0x2b,0x2b,0x36,0x38,0x38,0x45,0x46,0x4b, + 0x4d,0x50,0x73,0x73,0x83,0x83,0x8d,0x95,0x97,0x99,0x9d,0x9e,0x9e,0x9e,0x9e,0x9e, + 0x9e,0x9d,0x99,0x8d,0x8c,0x80,0x73,0x4d,0x3e,0x2f,0x28,0x1e,0x1c,0x19,0x15,0x15, + 0x10,0xf,0x5e,0x11,0x0,0x1,0x67,0x2b,0x33,0x36,0x33,0x36,0x36,0x45,0x38,0x46, + 0x46,0x4d,0x50,0x69,0x73,0x80,0x83,0x8d,0x8d,0x97,0x97,0x9d,0x9e,0x9e,0x9e,0x9e, + 0x9e,0x9e,0x9d,0x99,0x97,0x97,0x8d,0x83,0x73,0x73,0x50,0x48,0x34,0x2f,0x25,0x1f, + 0x1a,0x12,0x5e,0x11,0x0,0x2,0x67,0x2b,0x2b,0x2b,0x33,0x33,0x33,0x36,0x38,0x38, + 0x46,0x48,0x4d,0x4d,0x73,0x73,0x80,0x83,0x8d,0x8d,0x97,0x97,0x9d,0x9e,0x9e,0x9e, + 0x9e,0x9e,0x9e,0x9d,0x9d,0x97,0x97,0x8d,0x8d,0x83,0x80,0x75,0x50,0x4d,0x4b,0x48, + 0x45,0x38,0xa2,0x11,0x0,0x2,0x7b,0x2a,0x2b,0x2b,0x2b,0x33,0x36,0x38,0x36,0x38, + 0x38,0x46,0x48,0x4d,0x50,0x73,0x74,0x80,0x80,0x8c,0x8d,0x97,0x97,0x9d,0x9e,0x9e, + 0x9e,0x9e,0x9e,0x9e,0x9e,0x9d,0x99,0x97,0x8d,0x8d,0x83,0x83,0x73,0x73,0x50,0x4d, + 0x48,0x45,0xaa,0x11,0x0,0xc9,0x1,0x79,0x67,0x65,0x67,0x67,0x67,0x67,0x67,0x8f, + 0x8f,0x94,0x94,0xa3,0xa7,0xa7,0x64,0x69,0x73,0x8c,0x8c,0x8d,0x97,0x97,0x9d,0x9d, + 0x9e,0x9e,0xb5,0xc5,0xc8,0xc8,0xc8,0xc5,0xc5,0xc5,0xc1,0xc1,0xc1,0xbb,0xbb,0xb6, + 0xb6,0xb8,0x11,0xc9,0x0,0x0,0xc9,0x2,0x2,0x2,0x2,0x2,0x1,0x2,0x2,0x2, + 0x2,0x1,0x2,0x1,0x1,0x2,0xa8,0x73,0x73,0x74,0x80,0x8c,0x8d,0x97,0x97,0x9d, + 0x9d,0x9f,0xc1,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11, + 0x11,0x11,0xca,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0xa3,0x73,0x69,0x69,0x74,0x80,0x8c,0x8d,0x8d,0x97, + 0x9d,0x9e,0xbe,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0x9b,0x4e,0x4e,0x4e,0x73,0x73,0x83,0x80,0x8d,0x8d, + 0x97,0x9e,0xbe,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0x8f,0x49,0x46,0x4e,0x4e,0x73,0x73,0x83,0x83,0x8d, + 0x8d,0x9d,0xbb,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0x8f,0x46,0x46,0x46,0x4d,0x50,0x69,0x73,0x80,0x83, + 0x8d,0x97,0xbb,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0x8e,0x46,0x46,0x46,0x48,0x4d,0x50,0x69,0x73,0x80, + 0x80,0x96,0xb5,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0x67,0x45,0x38,0x38,0x45,0x46,0x4d,0x4d,0x69,0x69, + 0x80,0x8c,0xb6,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0x67,0x38,0x36,0x38,0x45,0x45,0x48,0x4b,0x4d,0x69, + 0x73,0x80,0xb4,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x1,0x67,0x36,0x36,0x36,0x38,0x45,0x45,0x46,0x4d,0x4e, + 0x69,0x74,0xb4,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0x67,0x33,0x33,0x33,0x36,0x38,0x45,0x45,0x46,0x4b, + 0x4d,0x69,0xb1,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0x67,0x33,0x33,0x33,0x33,0x36,0x38,0x45,0x45,0x45, + 0x4b,0x4e,0xaf,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x1,0x65,0x2b,0x33,0x33,0x33,0x33,0x33,0x36,0x45,0x45, + 0x45,0x4b,0xa9,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0x5f,0x33,0x26,0x2a,0x33,0x33,0x33,0x36,0x36,0x45, + 0x45,0x46,0xa5,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0x62,0x2a,0x26,0x2a,0x2a,0x33,0x33,0x33,0x33,0x36, + 0x35,0x45,0xa5,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2,0xa0,0x26,0x26,0x2a,0x33,0x26,0x33,0x33,0x33,0x36, + 0x45,0x38,0xab,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xc9,0x1,0xa0,0x62,0x5f,0x62,0x62,0x62,0x67,0x67,0x67, + 0x67,0xae,0x1,0xc9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0xc9,0x2,0x1,0x2,0x2,0x2,0x2,0x2,0x1,0x2, + 0x1,0x2,0xc9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0x0,0x0,0xff,0xff,0x80, + 0x3,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x3,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x80, + 0x3,0xff,0xff,0x0,0x0,0x28,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0, + 0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x40,0x4,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x8,0xa6,0x13,0xbc,0x8,0xa6,0x13,0xff,0x8,0xa6,0x13,0xff,0x8,0xa6,0x13, + 0xff,0x8,0xa6,0x13,0xff,0x8,0xa6,0x13,0xbc,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x8,0xa6,0x13,0xff,0x7e,0xdf,0x91,0xff,0x75,0xd8,0x85,0xff,0x75,0xd0,0x7a, + 0xff,0x75,0xcd,0x78,0xff,0x8,0xa6,0x13,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x8,0xa6,0x13,0xff,0x42,0xd4,0x62,0xff,0x12,0xc5,0x35,0xff,0x24,0xc1,0x3d, + 0xff,0x5e,0xce,0x6c,0xff,0x8,0xa6,0x13,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x8,0xa6,0x13,0xff,0x56,0xdd,0x77,0xff,0x29,0xd0,0x4f,0xff,0x12,0xc5,0x35, + 0xff,0x63,0xd6,0x79,0xff,0x8,0xa6,0x13,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x8,0xa6,0x13,0xff,0x6a,0xe4,0x8a,0xff,0x45,0xda,0x6b,0xff,0x29,0xd0,0x4f, + 0xff,0x72,0xdf,0x8a,0xff,0x8,0xa6,0x13,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x5,0x9a,0xc, + 0xbc,0x6,0x9e,0xe,0xff,0x6,0x9e,0xe,0xff,0x6,0x9e,0xe,0xff,0x6,0x9e,0xe, + 0xff,0x8,0xa6,0x13,0xff,0x7a,0xe7,0x99,0xff,0x5b,0xe1,0x7f,0xff,0x41,0xd9,0x68, + 0xff,0x7e,0xe4,0x96,0xff,0x8,0xa6,0x13,0xff,0x8,0xa6,0x13,0xff,0x8,0xa6,0x13, + 0xff,0x8,0xa6,0x13,0xff,0x8,0xa6,0x13,0xff,0x8,0xa6,0x13,0xbc,0x5,0x9a,0xc, + 0xff,0x66,0xe1,0x86,0xff,0x6c,0xe4,0x8e,0xff,0x81,0xe9,0x9e,0xff,0x89,0xeb,0xa7, + 0xff,0x8d,0xec,0xa8,0xff,0x83,0xea,0xa1,0xff,0x68,0xe4,0x8c,0xff,0x58,0xe0,0x7d, + 0xff,0x87,0xe7,0xa0,0xff,0x91,0xe8,0xa5,0xff,0x87,0xe4,0x9b,0xff,0x7d,0xdd,0x90, + 0xff,0x75,0xd7,0x84,0xff,0x88,0xd7,0x8d,0xff,0x8,0xa6,0x13,0xff,0x5,0x9a,0xc, + 0xff,0x49,0xd7,0x6a,0xff,0x33,0xd5,0x59,0xff,0x49,0xdc,0x6f,0xff,0x61,0xe3,0x85, + 0xff,0x73,0xe6,0x94,0xff,0x76,0xe8,0x98,0xff,0x73,0xe6,0x94,0xff,0x68,0xe4,0x8c, + 0xff,0x58,0xe0,0x7d,0xff,0x45,0xda,0x6b,0xff,0x31,0xd3,0x58,0xff,0x1b,0xc9,0x40, + 0xff,0x2c,0xc8,0x49,0xff,0x5e,0xce,0x6c,0xff,0x8,0xa6,0x13,0xff,0x5,0x9a,0xc, + 0xff,0x3d,0xd1,0x5d,0xff,0x3f,0xd3,0x5f,0xff,0x31,0xd3,0x58,0xff,0x47,0xdb,0x6d, + 0xff,0x5f,0xe2,0x83,0xff,0x6f,0xe6,0x91,0xff,0x7e,0xea,0x9d,0xff,0x7e,0xea,0x9d, + 0xff,0x76,0xe8,0x98,0xff,0x64,0xe3,0x88,0xff,0x4f,0xde,0x75,0xff,0x37,0xd6,0x5f, + 0xff,0x21,0xcd,0x46,0xff,0x64,0xd7,0x7a,0xff,0x8,0xa6,0x13,0xff,0x5,0x9a,0xc, + 0xff,0x34,0xcd,0x53,0xff,0x35,0xce,0x54,0xff,0x3f,0xd3,0x5f,0xff,0x4e,0xd9,0x70, + 0xff,0x5f,0xdf,0x80,0xff,0x58,0xe0,0x7d,0xff,0x6c,0xe5,0x8e,0xff,0x7a,0xe9,0x9a, + 0xff,0x81,0xea,0xa1,0xff,0x86,0xeb,0xa4,0xff,0x7a,0xe9,0x9a,0xff,0x64,0xe3,0x88, + 0xff,0x4f,0xde,0x75,0xff,0x52,0xdb,0x73,0xff,0x8,0xa6,0x13,0xff,0x5,0x9a,0xc, + 0xbc,0x5,0x9a,0xc,0xff,0x5,0x9a,0xc,0xff,0x5,0x9a,0xc,0xff,0x5,0x9a,0xc, + 0xff,0x5,0x9a,0xc,0xff,0x56,0xdd,0x77,0xff,0x58,0xe0,0x7d,0xff,0x6c,0xe5,0x8e, + 0xff,0x89,0xec,0xa8,0xff,0x6,0x9e,0xe,0xff,0x6,0x9e,0xe,0xff,0x6,0x9e,0xe, + 0xff,0x6,0x9e,0xe,0xff,0x8,0xa6,0x13,0xff,0x8,0xa6,0x13,0xbc,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x5,0x9a,0xc,0xff,0x43,0xd5,0x64,0xff,0x3f,0xd9,0x65,0xff,0x54,0xe0,0x7b, + 0xff,0x7a,0xe9,0x9a,0xff,0x5,0x9a,0xc,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x5,0x9a,0xc,0xff,0x38,0xcf,0x57,0xff,0x26,0xcf,0x4d,0xff,0x3a,0xd7,0x61, + 0xff,0x61,0xe3,0x85,0xff,0x5,0x9a,0xc,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x5,0x9a,0xc,0xff,0x2f,0xca,0x4c,0xff,0x39,0xd0,0x58,0xff,0x24,0xce,0x4a, + 0xff,0x45,0xda,0x6b,0xff,0x5,0x9a,0xc,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x5,0x9a,0xc,0xff,0x29,0xc6,0x45,0xff,0x32,0xcc,0x51,0xff,0x3a,0xd1,0x59, + 0xff,0x4e,0xd9,0x70,0xff,0x5,0x9a,0xc,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x5,0x9a,0xc,0xbc,0x5,0x9a,0xc,0xff,0x5,0x9a,0xc,0xff,0x5,0x9a,0xc, + 0xff,0x5,0x9a,0xc,0xff,0x5,0x9a,0xc,0xbc,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x1f,0x0, + 0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0, + 0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0,0x0,0xf8,0x1f,0x0,0x0,0x28,0x0,0x0, + 0x0,0x18,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0, + 0x0,0x60,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xa1,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xa1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x51,0xd3,0x54,0xff,0x51,0xd0,0x51, + 0xff,0x51,0xc9,0x51,0xff,0x51,0xc4,0x51,0xff,0x51,0xc0,0x51,0xff,0x51,0xbc,0x51, + 0xff,0xb,0xb0,0x19,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x52,0xd8,0x5b,0xfc,0x0,0xc1,0x9, + 0xff,0x0,0xba,0x0,0xff,0x0,0xb1,0x0,0xff,0x0,0xa9,0x0,0xff,0x51,0xc2,0x51, + 0xff,0xb,0xb0,0x19,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x53,0xdd,0x62,0xfc,0x0,0xc8,0x10, + 0xff,0x0,0xc2,0x8,0xff,0x0,0xb9,0x2,0xff,0x0,0xb3,0x0,0xff,0x51,0xc8,0x51, + 0xff,0xb,0xb0,0x19,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x5b,0xe2,0x6e,0xfc,0x7,0xce,0x1d, + 0xff,0x0,0xc8,0x10,0xff,0x0,0xc1,0xa,0xff,0x0,0xbb,0x3,0xff,0x51,0xd0,0x51, + 0xff,0xb,0xb0,0x19,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x64,0xe5,0x7f,0xfc,0xf,0xd5,0x31, + 0xff,0x4,0xce,0x1c,0xff,0x0,0xc9,0x11,0xff,0x0,0xc2,0xa,0xff,0x51,0xd5,0x54, + 0xff,0xb,0xb0,0x19,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x6a,0xe8,0x8c,0xfc,0x1a,0xd9,0x46, + 0xff,0xf,0xd6,0x32,0xff,0x7,0xcf,0x20,0xff,0x0,0xca,0x13,0xff,0x51,0xda,0x5a, + 0xff,0xb,0xb0,0x19,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x71,0xeb,0x97,0xfc,0x24,0xdf,0x56, + 0xff,0x1b,0xd9,0x47,0xff,0x10,0xd5,0x33,0xff,0x9,0xd0,0x23,0xff,0x52,0xdf,0x60, + 0xff,0xb,0xb0,0x19,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xa1,0x9,0xa7,0x14,0xff,0x9,0xa7,0x14, + 0xff,0x9,0xa7,0x14,0xff,0x9,0xa7,0x14,0xff,0x9,0xa7,0x14,0xff,0x9,0xa7,0x14, + 0xff,0x9,0xa7,0x14,0xff,0xb,0xb0,0x19,0xff,0x77,0xec,0x9f,0xfc,0x2e,0xe2,0x65, + 0xff,0x25,0xdf,0x58,0xff,0x1c,0xda,0x49,0xff,0x13,0xd6,0x37,0xff,0x58,0xe2,0x6a, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xa1,0x3,0x92,0x7,0xff,0x4b,0xe9,0x69,0xfc,0x53,0xec,0x75, + 0xfc,0x5d,0xf1,0x83,0xfc,0x63,0xf2,0x8a,0xfc,0x67,0xf3,0x8e,0xfc,0x66,0xf4,0x8e, + 0xfc,0x68,0xf3,0x90,0xfc,0x6b,0xeb,0x95,0xfc,0x69,0xea,0x94,0xff,0x36,0xe3,0x71, + 0xff,0x2f,0xe1,0x65,0xff,0x26,0xe0,0x58,0xff,0x1d,0xdc,0x4a,0xff,0x5e,0xe3,0x77, + 0xff,0x59,0xe1,0x6c,0xfd,0x54,0xe4,0x64,0xfc,0x52,0xe1,0x5c,0xfc,0x52,0xdc,0x58, + 0xfc,0x52,0xd7,0x53,0xfc,0x52,0xd2,0x52,0xfc,0x52,0xcd,0x52,0xfc,0x52,0xc9,0x52, + 0xfc,0xb,0xb0,0x19,0xff,0x3,0x92,0x7,0xff,0x44,0xda,0x59,0xff,0x13,0xd6,0x39, + 0xff,0x1c,0xda,0x4a,0xff,0x28,0xdf,0x5b,0xff,0x34,0xe2,0x6e,0xff,0x3a,0xe3,0x74, + 0xff,0x3c,0xe4,0x77,0xff,0x3c,0xe4,0x75,0xff,0x3a,0xe4,0x73,0xff,0x3a,0xe4,0x73, + 0xff,0x37,0xe3,0x71,0xff,0x30,0xe2,0x67,0xff,0x29,0xe1,0x5d,0xff,0x1e,0xdc,0x4c, + 0xff,0x16,0xd7,0x3c,0xff,0xb,0xd3,0x29,0xff,0x3,0xcc,0x19,0xff,0x0,0xc6,0xd, + 0xff,0x0,0xc0,0x8,0xff,0x0,0xb9,0x0,0xff,0x0,0xb0,0x0,0xff,0x51,0xc4,0x51, + 0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7,0xff,0x3d,0xd6,0x4b,0xff,0x6,0xce,0x1e, + 0xff,0xe,0xd5,0x30,0xff,0x19,0xda,0x43,0xff,0x24,0xdf,0x55,0xff,0x2f,0xe2,0x65, + 0xff,0x36,0xe4,0x71,0xff,0x40,0xe6,0x7a,0xff,0x42,0xe7,0x7c,0xff,0x3f,0xe5,0x79, + 0xff,0x3c,0xe4,0x75,0xff,0x35,0xe3,0x70,0xff,0x2f,0xe2,0x67,0xff,0x2a,0xe1,0x5d, + 0xff,0x20,0xdc,0x4d,0xff,0x17,0xd8,0x3e,0xff,0xd,0xd4,0x2d,0xff,0x4,0xce,0x1a, + 0xff,0x0,0xc8,0xf,0xff,0x0,0xc2,0x9,0xff,0x0,0xba,0x1,0xff,0x51,0xca,0x51, + 0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7,0xff,0x3d,0xd5,0x48,0xff,0x0,0xc9,0x13, + 0xff,0x6,0xce,0x1d,0xff,0xd,0xd5,0x2f,0xff,0x19,0xd9,0x43,0xff,0x22,0xdd,0x53, + 0xff,0x2b,0xe1,0x61,0xff,0x37,0xe4,0x70,0xff,0x42,0xe5,0x7c,0xff,0x48,0xe8,0x83, + 0xff,0x46,0xe9,0x82,0xff,0x42,0xe7,0x7d,0xff,0x3c,0xe5,0x75,0xff,0x33,0xe2,0x6a, + 0xff,0x2a,0xe0,0x60,0xff,0x21,0xdc,0x50,0xff,0x16,0xd8,0x3f,0xff,0xd,0xd4,0x2d, + 0xff,0x4,0xcf,0x1a,0xff,0x0,0xca,0x10,0xff,0x0,0xc2,0x9,0xff,0x51,0xd1,0x53, + 0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7,0xff,0x3d,0xd1,0x45,0xff,0x0,0xc6,0xe, + 0xff,0x0,0xc9,0x13,0xff,0x6,0xcf,0x1c,0xff,0xe,0xd4,0x2f,0xff,0x17,0xd8,0x40, + 0xff,0x22,0xdd,0x51,0xff,0x2b,0xe1,0x61,0xff,0x37,0xe3,0x6f,0xff,0x41,0xe6,0x7b, + 0xff,0x48,0xe9,0x82,0xff,0x4a,0xe9,0x86,0xff,0x48,0xe9,0x83,0xff,0x46,0xe7,0x81, + 0xff,0x3d,0xe5,0x76,0xff,0x30,0xe2,0x66,0xff,0x25,0xdd,0x56,0xff,0x18,0xd9,0x43, + 0xff,0xe,0xd5,0x2f,0xff,0x6,0xce,0x1d,0xff,0x0,0xc9,0x10,0xff,0x51,0xd5,0x57, + 0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7,0xff,0x3d,0xcf,0x43,0xff,0x3d,0xd1,0x45, + 0xff,0x3d,0xd5,0x48,0xff,0x3d,0xd8,0x4b,0xff,0x42,0xda,0x52,0xff,0x47,0xdf,0x5e, + 0xff,0x4e,0xe3,0x6d,0xff,0x55,0xe5,0x79,0xff,0x5e,0xe8,0x85,0xff,0x34,0xe3,0x6d, + 0xff,0x3e,0xe5,0x7a,0xff,0x47,0xe8,0x82,0xff,0x48,0xe9,0x83,0xff,0x74,0xee,0xa1, + 0xff,0x75,0xee,0xa3,0xff,0x74,0xef,0xa1,0xff,0x6e,0xee,0x9b,0xff,0x64,0xeb,0x8f, + 0xff,0x5b,0xe9,0x82,0xff,0x54,0xe5,0x76,0xff,0x4b,0xe1,0x66,0xff,0x57,0xe1,0x6a, + 0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7,0xa1,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x53,0xe4,0x76,0xfd,0x28,0xe1,0x5c, + 0xff,0x34,0xe2,0x6d,0xff,0x3d,0xe6,0x77,0xff,0x46,0xe8,0x81,0xff,0x74,0xef,0xa1, + 0xff,0x9,0xa7,0x14,0xff,0x9,0xa7,0x14,0xff,0x9,0xa7,0x14,0xff,0x9,0xa7,0x14, + 0xff,0x9,0xa7,0x14,0xff,0x9,0xa7,0x14,0xff,0x9,0xa7,0x14,0xff,0x9,0xa7,0x14, + 0xff,0xb,0xb0,0x19,0xa1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x51,0xe4,0x73,0xfc,0x1c,0xdb,0x48, + 0xff,0x29,0xe1,0x5d,0xff,0x32,0xe2,0x6a,0xff,0x3a,0xe3,0x73,0xff,0x75,0xf1,0xa5, + 0xff,0x3,0x92,0x7,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x49,0xdf,0x62,0xfc,0x10,0xd5,0x34, + 0xff,0x1b,0xda,0x4a,0xff,0x27,0xe0,0x5a,0xff,0x30,0xe1,0x66,0xff,0x6e,0xf1,0x9d, + 0xff,0x3,0x92,0x7,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x43,0xdb,0x52,0xfc,0x8,0xd0,0x22, + 0xff,0x10,0xd6,0x35,0xff,0x1a,0xda,0x47,0xff,0x24,0xdf,0x55,0xff,0x66,0xee,0x91, + 0xff,0x3,0x92,0x7,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x3e,0xd8,0x4c,0xfc,0x0,0xcb,0x13, + 0xff,0x7,0xd0,0x22,0xff,0xf,0xd6,0x32,0xff,0x17,0xd8,0x40,0xff,0x5c,0xeb,0x84, + 0xff,0x3,0x92,0x7,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x3e,0xd5,0x49,0xfc,0x0,0xc8,0xf, + 0xff,0x1,0xcb,0x15,0xff,0x7,0xcf,0x20,0xff,0xe,0xd4,0x30,0xff,0x53,0xe8,0x76, + 0xff,0x3,0x92,0x7,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x3e,0xd2,0x46,0xfc,0x0,0xc2,0xa, + 0xff,0x0,0xc7,0xe,0xff,0x0,0xcb,0x13,0xff,0x4,0xcd,0x1b,0xff,0x4a,0xe4,0x65, + 0xff,0x3,0x92,0x7,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x3e,0xd0,0x43,0xfc,0x3d,0xcf,0x42, + 0xff,0x3d,0xd1,0x45,0xff,0x3d,0xd4,0x48,0xff,0x3d,0xd5,0x48,0xff,0x43,0xdf,0x55, + 0xff,0x3,0x92,0x7,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xa1,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xa1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0x28,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x40,0x0,0x0, + 0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x80,0x10,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa2,0xa3,0xa3,0x63,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xa2,0xa3,0xa3, + 0x63,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x57,0xd3,0x61, + 0xff,0x57,0xd2,0x60,0xff,0x56,0xce,0x5d,0xff,0x56,0xc9,0x5b,0xff,0x56,0xc6,0x59, + 0xff,0x56,0xc3,0x57,0xff,0x56,0xbd,0x56,0xff,0x56,0xc0,0x57,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x5b,0xd7,0x65, + 0xff,0x5,0xbf,0x14,0xff,0x2,0xb9,0xf,0xff,0x0,0xb2,0xc,0xff,0x0,0xae,0x8, + 0xff,0x0,0xa8,0x6,0xff,0x0,0xa3,0x3,0xff,0x56,0xc3,0x57,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x5e,0xda,0x69, + 0xff,0x8,0xc5,0x19,0xff,0x6,0xbf,0x15,0xff,0x3,0xb9,0xf,0xff,0x0,0xb3,0xc, + 0xff,0x0,0xaf,0x9,0xff,0x0,0xa8,0x6,0xff,0x56,0xc7,0x59,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x61,0xdd,0x6d, + 0xff,0xd,0xc9,0x20,0xff,0x9,0xc4,0x1a,0xff,0x6,0xbf,0x15,0xff,0x3,0xb9,0x11, + 0xff,0x0,0xb5,0xc,0xff,0x0,0xaf,0x9,0xff,0x56,0xcb,0x5b,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x66,0xe1,0x74, + 0xff,0x14,0xce,0x26,0xff,0xf,0xca,0x20,0xff,0x9,0xc5,0x1a,0xff,0x6,0xbf,0x16, + 0xff,0x4,0xbb,0x12,0xff,0x1,0xb6,0xd,0xff,0x56,0xd1,0x5d,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x6b,0xe4,0x7e, + 0xff,0x1b,0xd3,0x34,0xff,0x15,0xce,0x28,0xff,0x10,0xca,0x20,0xff,0xc,0xc5,0x1c, + 0xff,0x7,0xc0,0x17,0xff,0x4,0xbc,0x12,0xff,0x57,0xd5,0x61,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x71,0xe6,0x8b, + 0xff,0x23,0xd8,0x45,0xff,0x1a,0xd3,0x32,0xff,0x14,0xce,0x29,0xff,0x10,0xcb,0x21, + 0xff,0xb,0xc6,0x1b,0xff,0x7,0xc1,0x16,0xff,0x59,0xda,0x64,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x76,0xe8,0x94, + 0xff,0x2b,0xda,0x53,0xff,0x23,0xd8,0x45,0xff,0x1b,0xd4,0x36,0xff,0x16,0xcf,0x2b, + 0xff,0x11,0xcc,0x22,0xff,0xc,0xc7,0x1d,0xff,0x5c,0xdd,0x68,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x7b,0xea,0x9b, + 0xff,0x31,0xde,0x5c,0xff,0x2b,0xdb,0x54,0xff,0x23,0xd7,0x44,0xff,0x1d,0xd4,0x39, + 0xff,0x16,0xd0,0x2c,0xff,0x11,0xcc,0x23,0xff,0x5f,0xe2,0x6d,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x80,0xec,0xa4, + 0xff,0x39,0xe1,0x6a,0xff,0x32,0xde,0x5f,0xff,0x2b,0xda,0x54,0xff,0x24,0xd7,0x45, + 0xff,0x1e,0xd5,0x3a,0xff,0x18,0xd1,0x2c,0xff,0x63,0xe4,0x71,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa2,0xa3,0xa3, + 0x63,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12, + 0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12, + 0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0x84,0xed,0xa8, + 0xff,0x3f,0xe2,0x73,0xff,0x3a,0xe1,0x6b,0xff,0x33,0xdf,0x61,0xff,0x2d,0xdc,0x56, + 0xff,0x25,0xd8,0x49,0xff,0x1f,0xd6,0x3c,0xff,0x67,0xe4,0x75,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xa2,0xa3,0xa3,0x63,0x3,0x92,0x7, + 0xff,0x4a,0xe9,0x63,0xff,0x5e,0xeb,0x78,0xff,0x64,0xed,0x80,0xff,0x6a,0xf0,0x8b, + 0xff,0x70,0xf3,0x92,0xff,0x74,0xf3,0x95,0xff,0x75,0xf4,0x97,0xff,0x75,0xf4,0x98, + 0xff,0x75,0xf6,0x97,0xff,0x79,0xf2,0x9c,0xff,0x7a,0xeb,0x9f,0xff,0x6c,0xe9,0x95, + 0xff,0x45,0xe4,0x7b,0xff,0x40,0xe2,0x73,0xff,0x3a,0xe1,0x6a,0xff,0x34,0xe0,0x62, + 0xff,0x2d,0xdc,0x56,0xff,0x26,0xd9,0x4b,0xff,0x6a,0xe3,0x7e,0xff,0x67,0xe3,0x77, + 0xff,0x63,0xe6,0x71,0xff,0x5f,0xe4,0x6c,0xff,0x5d,0xe1,0x69,0xff,0x5a,0xde,0x65, + 0xff,0x59,0xdb,0x62,0xff,0x57,0xd7,0x5f,0xff,0x56,0xd3,0x5d,0xff,0x56,0xd0,0x5c, + 0xff,0x56,0xcc,0x59,0xff,0x56,0xc9,0x58,0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7, + 0xff,0x45,0xda,0x56,0xff,0x1e,0xd5,0x3c,0xff,0x25,0xd9,0x49,0xff,0x2d,0xdc,0x57, + 0xff,0x34,0xe0,0x61,0xff,0x3d,0xe2,0x6f,0xff,0x45,0xe4,0x7b,0xff,0x48,0xe4,0x7f, + 0xff,0x47,0xe4,0x7d,0xff,0x48,0xe4,0x7e,0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c, + 0xff,0x47,0xe4,0x7c,0xff,0x46,0xe4,0x7c,0xff,0x41,0xe2,0x75,0xff,0x3b,0xe1,0x6c, + 0xff,0x36,0xe0,0x64,0xff,0x2e,0xdd,0x58,0xff,0x27,0xd9,0x4c,0xff,0x21,0xd7,0x41, + 0xff,0x1a,0xd3,0x34,0xff,0x13,0xce,0x27,0xff,0xf,0xc9,0x1f,0xff,0xa,0xc4,0x1a, + 0xff,0x7,0xc1,0x16,0xff,0x3,0xbb,0x11,0xff,0x0,0xb4,0xd,0xff,0x0,0xb0,0xa, + 0xff,0x0,0xab,0x7,0xff,0x56,0xc2,0x58,0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7, + 0xff,0x41,0xd6,0x4d,0xff,0x14,0xce,0x29,0xff,0x1b,0xd3,0x36,0xff,0x21,0xd7,0x42, + 0xff,0x28,0xda,0x4f,0xff,0x31,0xde,0x5c,0xff,0x38,0xe0,0x68,0xff,0x41,0xe2,0x75, + 0xff,0x46,0xe4,0x7b,0xff,0x4a,0xe5,0x80,0xff,0x4c,0xe5,0x81,0xff,0x49,0xe5,0x7e, + 0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c,0xff,0x46,0xe4,0x7c,0xff,0x40,0xe3,0x75, + 0xff,0x3c,0xe2,0x6f,0xff,0x36,0xe0,0x66,0xff,0x2f,0xdd,0x59,0xff,0x28,0xd9,0x4d, + 0xff,0x21,0xd7,0x40,0xff,0x1a,0xd3,0x34,0xff,0x15,0xcf,0x28,0xff,0x10,0xca,0x20, + 0xff,0xb,0xc6,0x1b,0xff,0x7,0xc1,0x15,0xff,0x4,0xbb,0x11,0xff,0x1,0xb6,0xd, + 0xff,0x0,0xb1,0xa,0xff,0x56,0xc7,0x5a,0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7, + 0xff,0x3e,0xd4,0x4c,0xff,0x11,0xcb,0x22,0xff,0x15,0xce,0x28,0xff,0x1a,0xd3,0x32, + 0xff,0x20,0xd7,0x40,0xff,0x27,0xda,0x4e,0xff,0x30,0xde,0x5a,0xff,0x38,0xe0,0x68, + 0xff,0x3d,0xe2,0x70,0xff,0x44,0xe4,0x79,0xff,0x4d,0xe6,0x82,0xff,0x51,0xe7,0x87, + 0xff,0x50,0xe6,0x86,0xff,0x4c,0xe6,0x81,0xff,0x49,0xe4,0x7e,0xff,0x45,0xe3,0x7a, + 0xff,0x40,0xe2,0x73,0xff,0x3c,0xe2,0x6e,0xff,0x38,0xe1,0x67,0xff,0x30,0xdd,0x5b, + 0xff,0x2a,0xda,0x50,0xff,0x22,0xd7,0x43,0xff,0x1b,0xd3,0x36,0xff,0x15,0xcf,0x28, + 0xff,0xf,0xcb,0x22,0xff,0xb,0xc7,0x1c,0xff,0x7,0xc1,0x16,0xff,0x4,0xbb,0x11, + 0xff,0x1,0xb6,0xe,0xff,0x56,0xcb,0x5d,0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7, + 0xff,0x3d,0xd2,0x49,0xff,0xf,0xca,0x20,0xff,0x11,0xcb,0x22,0xff,0x14,0xcd,0x27, + 0xff,0x1a,0xd3,0x31,0xff,0x1f,0xd7,0x3e,0xff,0x27,0xda,0x4e,0xff,0x2f,0xdd,0x59, + 0xff,0x36,0xe0,0x64,0xff,0x3c,0xe2,0x6e,0xff,0x45,0xe4,0x79,0xff,0x4d,0xe5,0x82, + 0xff,0x52,0xe7,0x89,0xff,0x55,0xe9,0x8c,0xff,0x52,0xe8,0x89,0xff,0x50,0xe8,0x86, + 0xff,0x4b,0xe5,0x80,0xff,0x44,0xe3,0x78,0xff,0x3d,0xe1,0x70,0xff,0x37,0xe0,0x67, + 0xff,0x30,0xdd,0x5b,0xff,0x29,0xda,0x50,0xff,0x22,0xd7,0x43,0xff,0x1c,0xd3,0x36, + 0xff,0x16,0xd0,0x29,0xff,0x11,0xcc,0x23,0xff,0xb,0xc7,0x1c,0xff,0x8,0xc1,0x18, + 0xff,0x4,0xbc,0x14,0xff,0x57,0xcf,0x5f,0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7, + 0xff,0x3a,0xd0,0x47,0xff,0xb,0xc6,0x1c,0xff,0xe,0xc9,0x20,0xff,0x11,0xcb,0x22, + 0xff,0x14,0xce,0x27,0xff,0x1a,0xd3,0x30,0xff,0x20,0xd6,0x3f,0xff,0x26,0xd9,0x4b, + 0xff,0x2e,0xdc,0x59,0xff,0x36,0xe0,0x64,0xff,0x3d,0xe2,0x6f,0xff,0x45,0xe3,0x79, + 0xff,0x4c,0xe4,0x81,0xff,0x52,0xe8,0x88,0xff,0x54,0xe9,0x8c,0xff,0x55,0xe9,0x8c, + 0xff,0x54,0xe9,0x8b,0xff,0x53,0xe8,0x89,0xff,0x4e,0xe6,0x85,0xff,0x44,0xe3,0x78, + 0xff,0x3b,0xe1,0x6d,0xff,0x33,0xde,0x60,0xff,0x2b,0xdb,0x52,0xff,0x22,0xd7,0x44, + 0xff,0x1c,0xd4,0x36,0xff,0x16,0xcf,0x29,0xff,0x10,0xcb,0x21,0xff,0xb,0xc7,0x1c, + 0xff,0x7,0xc1,0x18,0xff,0x58,0xd2,0x63,0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7, + 0xff,0x39,0xcd,0x45,0xff,0xa,0xc4,0x1a,0xff,0xa,0xc5,0x1b,0xff,0xe,0xc8,0x1e, + 0xff,0x10,0xcb,0x21,0xff,0x12,0xcd,0x25,0xff,0x18,0xd1,0x2f,0xff,0x1f,0xd5,0x3d, + 0xff,0x25,0xd8,0x48,0xff,0x2c,0xdb,0x56,0xff,0x34,0xdf,0x61,0xff,0x3d,0xe2,0x6e, + 0xff,0x43,0xe3,0x76,0xff,0x4a,0xe5,0x7f,0xff,0x51,0xe7,0x87,0xff,0x55,0xe9,0x8c, + 0xff,0x54,0xe9,0x8b,0xff,0x54,0xe9,0x8c,0xff,0x55,0xe9,0x8c,0xff,0x51,0xe7,0x88, + 0xff,0x4c,0xe6,0x81,0xff,0x45,0xe4,0x79,0xff,0x3c,0xe2,0x6e,0xff,0x33,0xdf,0x60, + 0xff,0x2b,0xdb,0x53,0xff,0x23,0xd7,0x46,0xff,0x1b,0xd3,0x36,0xff,0x15,0xcf,0x2a, + 0xff,0xf,0xc9,0x21,0xff,0x5d,0xd8,0x68,0xff,0xb,0xb0,0x19,0xff,0x3,0x92,0x7, + 0xff,0x38,0xcd,0x45,0xff,0x39,0xcf,0x47,0xff,0x3b,0xd1,0x49,0xff,0x3c,0xd4,0x4b, + 0xff,0x3e,0xd6,0x4d,0xff,0x41,0xd9,0x4f,0xff,0x44,0xda,0x53,0xff,0x48,0xdd,0x5b, + 0xff,0x4d,0xe1,0x65,0xff,0x52,0xe4,0x71,0xff,0x57,0xe4,0x79,0xff,0x34,0xdf,0x60, + 0xff,0x3b,0xe1,0x6c,0xff,0x42,0xe3,0x77,0xff,0x4a,0xe5,0x7f,0xff,0x50,0xe7,0x86, + 0xff,0x54,0xe9,0x8b,0xff,0x54,0xe9,0x8b,0xff,0x53,0xe9,0x8a,0xff,0x57,0xea,0x8f, + 0xff,0x5a,0xee,0x92,0xff,0x55,0xed,0x8d,0xff,0x4e,0xea,0x85,0xff,0x46,0xe9,0x7b, + 0xff,0x3f,0xe8,0x71,0xff,0x37,0xe4,0x68,0xff,0x2e,0xe0,0x59,0xff,0x27,0xdd,0x4a, + 0xff,0x20,0xda,0x3d,0xff,0x47,0xdf,0x58,0xff,0xb,0xb0,0x19,0xff,0xa2,0xa3,0xa3, + 0x63,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x55,0xe3,0x75, + 0xff,0x32,0xdf,0x5e,0xff,0x3a,0xe1,0x6b,0xff,0x42,0xe3,0x76,0xff,0x48,0xe5,0x7d, + 0xff,0x4f,0xe6,0x85,0xff,0x54,0xe9,0x8c,0xff,0x77,0xee,0xa4,0xff,0x3,0x92,0x7, + 0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12, + 0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12, + 0xff,0x8,0xa4,0x12,0xff,0x8,0xa4,0x12,0xff,0xa2,0xa3,0xa3,0x63,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x55,0xe4,0x76, + 0xff,0x29,0xdb,0x50,0xff,0x32,0xdf,0x5e,0xff,0x3a,0xe1,0x6c,0xff,0x40,0xe2,0x74, + 0xff,0x45,0xe3,0x7a,0xff,0x4e,0xe6,0x84,0xff,0x7e,0xf5,0xaf,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x4f,0xe0,0x69, + 0xff,0x21,0xd6,0x41,0xff,0x28,0xda,0x4f,0xff,0x30,0xdd,0x5d,0xff,0x38,0xe1,0x68, + 0xff,0x3f,0xe2,0x72,0xff,0x47,0xe3,0x7b,0xff,0x7a,0xf7,0xa9,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x49,0xdc,0x59, + 0xff,0x1a,0xd2,0x32,0xff,0x20,0xd6,0x41,0xff,0x28,0xd9,0x4e,0xff,0x2f,0xdd,0x5b, + 0xff,0x37,0xe1,0x66,0xff,0x3f,0xe3,0x72,0xff,0x74,0xf4,0xa1,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x44,0xd9,0x53, + 0xff,0x14,0xcf,0x27,0xff,0x1a,0xd2,0x33,0xff,0x20,0xd7,0x41,0xff,0x27,0xd9,0x4d, + 0xff,0x2d,0xdd,0x57,0xff,0x36,0xe0,0x64,0xff,0x6d,0xf2,0x99,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x41,0xd8,0x50, + 0xff,0x10,0xcc,0x21,0xff,0x13,0xce,0x26,0xff,0x19,0xd2,0x33,0xff,0x1f,0xd6,0x3e, + 0xff,0x25,0xd9,0x49,0xff,0x2d,0xdc,0x56,0xff,0x65,0xf1,0x8f,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x3f,0xd5,0x4d, + 0xff,0xe,0xc9,0x1f,0xff,0x10,0xcc,0x22,0xff,0x14,0xce,0x27,0xff,0x18,0xd1,0x30, + 0xff,0x1f,0xd6,0x3e,0xff,0x25,0xd9,0x4a,0xff,0x5d,0xee,0x83,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x3d,0xd2,0x4a, + 0xff,0xb,0xc5,0x1b,0xff,0xe,0xc8,0x1e,0xff,0x10,0xcb,0x21,0xff,0x13,0xce,0x26, + 0xff,0x18,0xd1,0x2e,0xff,0x1d,0xd5,0x3b,0xff,0x55,0xea,0x77,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x3a,0xd1,0x47, + 0xff,0x9,0xc3,0x18,0xff,0xb,0xc5,0x1b,0xff,0xd,0xc8,0x1e,0xff,0x10,0xca,0x21, + 0xff,0x13,0xcc,0x24,0xff,0x17,0xd0,0x2a,0xff,0x4f,0xe8,0x6a,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x39,0xce,0x45, + 0xff,0x7,0xc1,0x15,0xff,0x9,0xc3,0x19,0xff,0xa,0xc5,0x1a,0xff,0xc,0xc8,0x1d, + 0xff,0xf,0xca,0x20,0xff,0x11,0xcc,0x22,0xff,0x49,0xe3,0x5d,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x37,0xcb,0x43, + 0xff,0x36,0xc9,0x42,0xff,0x38,0xcd,0x45,0xff,0x39,0xce,0x46,0xff,0x3b,0xd0,0x48, + 0xff,0x3d,0xd2,0x4a,0xff,0x3e,0xd5,0x4c,0xff,0x43,0xe0,0x53,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa2,0xa3,0xa3,0x63,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0xa2,0xa3,0xa3, + 0x63,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xe0,0x7, + 0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7, + 0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7, + 0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7, + 0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7, + 0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0xff,0xe0,0x7,0xff,0x28,0x0,0x0, + 0x0,0x30,0x0,0x0,0x0,0x60,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0, + 0x0,0x80,0x25,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1a,0x90,0x90,0x90,0x89,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0x97,0x97,0x97,0x89,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x90,0x90,0x90,0x89,0xb,0xb0,0x19,0xff,0x78,0xcf,0x80, + 0xff,0x67,0xd4,0x70,0xff,0x65,0xd2,0x6f,0xff,0x63,0xd0,0x6c,0xff,0x62,0xce,0x6a, + 0xff,0x61,0xcc,0x69,0xff,0x61,0xca,0x68,0xff,0x61,0xc8,0x66,0xff,0x61,0xc6,0x65, + 0xff,0x61,0xc4,0x64,0xff,0x74,0xc2,0x77,0xff,0xb,0xb0,0x19,0xff,0x97,0x97,0x97, + 0x89,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x76,0xcc,0x7d,0xff,0x1,0xb8,0xe, + 0xff,0x1,0xb8,0xe,0xff,0x0,0xb4,0xb,0xff,0x0,0xb1,0x9,0xff,0x0,0xab,0x7, + 0xff,0x0,0xa6,0x6,0xff,0x0,0xa5,0x3,0xff,0x0,0xa0,0x2,0xff,0x0,0x9c,0x0, + 0xff,0x0,0x98,0x0,0xff,0x0,0x93,0x0,0xff,0x74,0xc0,0x76,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x66,0xd4,0x6f,0xff,0x4,0xbd,0x13, + 0xff,0x4,0xbd,0x13,0xff,0x3,0xba,0x10,0xff,0x0,0xb4,0xd,0xff,0x0,0xb0,0xb, + 0xff,0x0,0xad,0x8,0xff,0x0,0xa9,0x6,0xff,0x0,0xa6,0x4,0xff,0x0,0xa1,0x2, + 0xff,0x0,0x9e,0x1,0xff,0x0,0x98,0x0,0xff,0x61,0xc0,0x63,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x69,0xd7,0x72,0xff,0x7,0xc2,0x16, + 0xff,0x7,0xc2,0x16,0xff,0x4,0xbd,0x13,0xff,0x3,0xba,0x10,0xff,0x0,0xb4,0xd, + 0xff,0x0,0xb2,0xb,0xff,0x0,0xae,0x9,0xff,0x0,0xaa,0x6,0xff,0x0,0xa6,0x5, + 0xff,0x0,0xa2,0x3,0xff,0x0,0x9e,0x1,0xff,0x61,0xc2,0x63,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x6b,0xda,0x75,0xff,0xa,0xc5,0x1a, + 0xff,0xa,0xc5,0x1a,0xff,0x7,0xc2,0x16,0xff,0x6,0xbe,0x14,0xff,0x3,0xba,0x10, + 0xff,0x0,0xb4,0xd,0xff,0x0,0xb2,0xb,0xff,0x0,0xaf,0x9,0xff,0x0,0xa9,0x7, + 0xff,0x0,0xa6,0x6,0xff,0x0,0xa2,0x3,0xff,0x61,0xc5,0x65,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x6d,0xdb,0x79,0xff,0xd,0xc8,0x1f, + 0xff,0xd,0xc8,0x1f,0xff,0xa,0xc6,0x1c,0xff,0x7,0xc2,0x17,0xff,0x6,0xbe,0x14, + 0xff,0x3,0xba,0x10,0xff,0x1,0xb6,0xd,0xff,0x0,0xb4,0xb,0xff,0x0,0xaf,0x9, + 0xff,0x0,0xa9,0x7,0xff,0x0,0xa6,0x6,0xff,0x61,0xc7,0x66,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x70,0xdd,0x7e,0xff,0x11,0xcd,0x24, + 0xff,0x11,0xcd,0x24,0xff,0xd,0xc8,0x1f,0xff,0xa,0xc6,0x1c,0xff,0x7,0xc2,0x17, + 0xff,0x6,0xbe,0x16,0xff,0x3,0xba,0x12,0xff,0x1,0xb8,0xe,0xff,0x0,0xb4,0xb, + 0xff,0x0,0xb1,0x9,0xff,0x0,0xab,0x7,0xff,0x61,0xca,0x67,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x74,0xe0,0x86,0xff,0x17,0xcf,0x2a, + 0xff,0x17,0xcf,0x2a,0xff,0x11,0xcd,0x24,0xff,0xf,0xca,0x20,0xff,0xa,0xc6,0x1c, + 0xff,0x7,0xc2,0x17,0xff,0x6,0xbe,0x16,0xff,0x4,0xbc,0x12,0xff,0x2,0xb9,0xf, + 0xff,0x0,0xb4,0xb,0xff,0x0,0xb1,0x9,0xff,0x61,0xcc,0x68,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x77,0xe1,0x8c,0xff,0x1b,0xd4,0x32, + 0xff,0x1b,0xd4,0x32,0xff,0x17,0xcf,0x2a,0xff,0x13,0xcd,0x26,0xff,0xf,0xca,0x20, + 0xff,0xc,0xc6,0x1c,0xff,0x9,0xc2,0x19,0xff,0x6,0xbe,0x16,0xff,0x4,0xbc,0x12, + 0xff,0x2,0xb9,0xf,0xff,0x0,0xb4,0xd,0xff,0x63,0xcf,0x6a,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x7c,0xe3,0x95,0xff,0x21,0xd7,0x41, + 0xff,0x21,0xd7,0x41,0xff,0x1c,0xd4,0x37,0xff,0x17,0xcf,0x2a,0xff,0x13,0xcd,0x26, + 0xff,0x10,0xcb,0x21,0xff,0xd,0xc7,0x1d,0xff,0x9,0xc3,0x19,0xff,0x6,0xc0,0x16, + 0xff,0x4,0xbc,0x12,0xff,0x3,0xba,0x10,0xff,0x63,0xd0,0x6c,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x80,0xe6,0x9c,0xff,0x27,0xd9,0x4c, + 0xff,0x27,0xd9,0x4c,0xff,0x21,0xd7,0x41,0xff,0x1b,0xd4,0x32,0xff,0x17,0xd0,0x2f, + 0xff,0x13,0xcd,0x26,0xff,0x10,0xcb,0x21,0xff,0xd,0xc7,0x1d,0xff,0x9,0xc3,0x19, + 0xff,0x7,0xc2,0x16,0xff,0x6,0xbe,0x14,0xff,0x65,0xd3,0x6f,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x83,0xe7,0x9e,0xff,0x2d,0xdb,0x57, + 0xff,0x2d,0xdb,0x57,0xff,0x27,0xd9,0x4c,0xff,0x21,0xd7,0x41,0xff,0x1c,0xd4,0x37, + 0xff,0x17,0xd0,0x2f,0xff,0x14,0xce,0x27,0xff,0x11,0xcb,0x22,0xff,0xd,0xc8,0x1f, + 0xff,0xa,0xc5,0x1a,0xff,0x7,0xc2,0x17,0xff,0x67,0xd5,0x70,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x87,0xe7,0xa6,0xff,0x31,0xde,0x5c, + 0xff,0x31,0xde,0x5c,0xff,0x2a,0xdb,0x52,0xff,0x29,0xda,0x4f,0xff,0x21,0xd7,0x41, + 0xff,0x1c,0xd4,0x37,0xff,0x19,0xd1,0x31,0xff,0x15,0xcf,0x28,0xff,0x11,0xcb,0x22, + 0xff,0xd,0xc8,0x1f,0xff,0xa,0xc6,0x1c,0xff,0x69,0xd7,0x73,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xb,0xb0,0x19,0xff,0x8c,0xe8,0xab,0xff,0x36,0xe0,0x64, + 0xff,0x36,0xe0,0x64,0xff,0x31,0xde,0x5c,0xff,0x2d,0xdb,0x57,0xff,0x27,0xd9,0x4c, + 0xff,0x21,0xd7,0x41,0xff,0x1e,0xd5,0x3c,0xff,0x19,0xd1,0x31,0xff,0x15,0xcf,0x28, + 0xff,0x11,0xcd,0x24,0xff,0xf,0xca,0x20,0xff,0x6b,0xda,0x75,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x1a,0xb,0xb0,0x19,0xff,0x90,0xe9,0xaf,0xff,0x3b,0xe1,0x6d, + 0xff,0x3b,0xe1,0x6d,0xff,0x38,0xe1,0x67,0xff,0x31,0xde,0x5c,0xff,0x2d,0xdb,0x57, + 0xff,0x27,0xd9,0x4c,0xff,0x21,0xd7,0x41,0xff,0x1e,0xd5,0x3c,0xff,0x1b,0xd4,0x32, + 0xff,0x15,0xcf,0x28,0xff,0x13,0xcd,0x26,0xff,0x6d,0xdb,0x79,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1a,0x90,0x90,0x90,0x89,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0x91,0xea,0xb2,0xff,0x40,0xe2,0x74, + 0xff,0x40,0xe2,0x74,0xff,0x3b,0xe1,0x6d,0xff,0x38,0xe1,0x67,0xff,0x33,0xdf,0x62, + 0xff,0x2d,0xdb,0x57,0xff,0x29,0xda,0x4f,0xff,0x22,0xd7,0x44,0xff,0x1f,0xd6,0x3e, + 0xff,0x1b,0xd4,0x32,0xff,0x17,0xcf,0x2a,0xff,0x6f,0xdc,0x7a,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0x97,0x97,0x97,0x89,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x0,0x90,0x90,0x90,0x89,0x3,0x92,0x7,0xff,0xc8,0xe6,0xca, + 0xfe,0xc6,0xed,0xca,0xfe,0xc5,0xec,0xc8,0xfe,0xc2,0xec,0xc6,0xfe,0xc0,0xec,0xc3, + 0xfe,0xbd,0xeb,0xc1,0xfe,0xbd,0xec,0xc2,0xfe,0xbd,0xec,0xc2,0xfe,0xbd,0xec,0xc2, + 0xfe,0xbd,0xec,0xc3,0xfe,0xbe,0xec,0xc3,0xfe,0xbe,0xec,0xc4,0xfe,0xbe,0xed,0xc4, + 0xff,0xc0,0xee,0xc5,0xfe,0xa5,0xed,0xba,0xff,0x76,0xe4,0x9b,0xfe,0x44,0xe3,0x79, + 0xff,0x44,0xe3,0x79,0xff,0x40,0xe2,0x74,0xff,0x3b,0xe1,0x6d,0xff,0x38,0xe1,0x67, + 0xff,0x33,0xdf,0x62,0xff,0x2f,0xdd,0x59,0xff,0x29,0xda,0x4f,0xff,0x24,0xd8,0x48, + 0xff,0x1f,0xd6,0x3e,0xff,0x1b,0xd4,0x32,0xff,0x6f,0xdc,0x7a,0xff,0x6a,0xd8,0x75, + 0xfd,0x68,0xd5,0x71,0xfd,0x66,0xd4,0x6f,0xfe,0x65,0xd3,0x6f,0xfe,0x65,0xd2,0x6d, + 0xfe,0x64,0xd1,0x6c,0xfe,0x63,0xd0,0x6b,0xfe,0x62,0xce,0x6a,0xfe,0x61,0xcc,0x69, + 0xfe,0x61,0xcb,0x68,0xfe,0x61,0xca,0x68,0xfe,0x61,0xc9,0x67,0xfe,0x61,0xc6,0x66, + 0xfe,0x61,0xc6,0x65,0xfe,0x75,0xc2,0x78,0xfd,0xb,0xb0,0x19,0xff,0x97,0x97,0x97, + 0x89,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x8d,0xde,0x9f,0xff,0x61,0xe3,0x7b, + 0xff,0x4d,0xdf,0x6a,0xff,0x52,0xe2,0x73,0xff,0x55,0xe3,0x79,0xff,0x5c,0xe5,0x84, + 0xff,0x5b,0xe6,0x89,0xff,0x56,0xe8,0x88,0xff,0x55,0xe8,0x86,0xff,0x4f,0xe5,0x83, + 0xff,0x4f,0xe7,0x83,0xff,0x51,0xe7,0x88,0xff,0x4f,0xe7,0x83,0xff,0x4f,0xe7,0x83, + 0xff,0x4f,0xe7,0x83,0xff,0x4d,0xe5,0x80,0xff,0x48,0xe6,0x7b,0xff,0x47,0xe4,0x7c, + 0xff,0x47,0xe4,0x7c,0xff,0x44,0xe3,0x79,0xff,0x40,0xe2,0x74,0xff,0x3b,0xe1,0x6d, + 0xff,0x38,0xe1,0x67,0xff,0x33,0xdf,0x62,0xff,0x2f,0xdd,0x59,0xff,0x2a,0xdb,0x52, + 0xff,0x24,0xd8,0x48,0xff,0x1f,0xd6,0x3e,0xff,0x1c,0xd4,0x37,0xff,0x19,0xd1,0x31, + 0xff,0x17,0xcf,0x2a,0xff,0x11,0xcd,0x24,0xff,0xd,0xc8,0x1f,0xff,0xa,0xc5,0x1a, + 0xff,0x7,0xc2,0x17,0xff,0x6,0xbe,0x14,0xff,0x3,0xba,0x10,0xff,0x0,0xb4,0xd, + 0xff,0x0,0xb2,0xb,0xff,0x0,0xae,0x9,0xff,0x0,0xa9,0x6,0xff,0x0,0xa6,0x4, + 0xff,0x0,0xa0,0x2,0xff,0x0,0x9c,0x0,0xff,0x74,0xc5,0x78,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x7e,0xe5,0x93,0xff,0x40,0xd7,0x50, + 0xff,0x44,0xda,0x58,0xff,0x48,0xdd,0x61,0xff,0x4c,0xdf,0x67,0xff,0x50,0xe0,0x6e, + 0xff,0x55,0xe2,0x77,0xff,0x58,0xe4,0x7b,0xff,0x5c,0xe6,0x81,0xff,0x5a,0xe6,0x85, + 0xff,0x56,0xe6,0x86,0xff,0x4e,0xe4,0x80,0xff,0x45,0xe3,0x7a,0xff,0x40,0xe2,0x74, + 0xff,0x44,0xe3,0x79,0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c, + 0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c,0xff,0x40,0xe2,0x74, + 0xff,0x3e,0xe2,0x70,0xff,0x38,0xe1,0x67,0xff,0x36,0xe0,0x64,0xff,0x2f,0xdd,0x59, + 0xff,0x2a,0xdb,0x52,0xff,0x24,0xd8,0x48,0xff,0x21,0xd7,0x41,0xff,0x1c,0xd4,0x37, + 0xff,0x17,0xd0,0x2f,0xff,0x13,0xcd,0x26,0xff,0x10,0xcb,0x21,0xff,0xc,0xc6,0x1c, + 0xff,0x9,0xc3,0x19,0xff,0x7,0xc2,0x16,0xff,0x4,0xbd,0x13,0xff,0x3,0xba,0x10, + 0xff,0x0,0xb4,0xd,0xff,0x0,0xb0,0xb,0xff,0x0,0xae,0x9,0xff,0x0,0xaa,0x6, + 0xff,0x0,0xa6,0x4,0xff,0x0,0xa0,0x2,0xff,0x61,0xc4,0x64,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x7b,0xe3,0x8c,0xff,0x3e,0xd6,0x4d, + 0xff,0x40,0xd7,0x50,0xff,0x43,0xd9,0x56,0xff,0x47,0xdc,0x5d,0xff,0x4b,0xdf,0x65, + 0xff,0x50,0xe0,0x6e,0xff,0x52,0xe2,0x73,0xff,0x58,0xe4,0x7b,0xff,0x5c,0xe6,0x81, + 0xff,0x60,0xe7,0x88,0xff,0x64,0xe7,0x8e,0xff,0x62,0xe8,0x90,0xff,0x5a,0xe7,0x8a, + 0xff,0x53,0xe6,0x84,0xff,0x4b,0xe5,0x7f,0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c, + 0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c, + 0xff,0x40,0xe2,0x74,0xff,0x3e,0xe2,0x70,0xff,0x3b,0xe1,0x6d,0xff,0x36,0xe0,0x64, + 0xff,0x31,0xde,0x5c,0xff,0x2a,0xdb,0x52,0xff,0x27,0xd9,0x4c,0xff,0x21,0xd7,0x41, + 0xff,0x1c,0xd4,0x37,0xff,0x17,0xd0,0x2f,0xff,0x14,0xce,0x27,0xff,0x10,0xcb,0x21, + 0xff,0xd,0xc7,0x1d,0xff,0xa,0xc5,0x1a,0xff,0x7,0xc2,0x16,0xff,0x4,0xbd,0x13, + 0xff,0x3,0xba,0x10,0xff,0x0,0xb4,0xd,0xff,0x0,0xb2,0xb,0xff,0x0,0xae,0x9, + 0xff,0x0,0xa9,0x6,0xff,0x0,0xa6,0x4,0xff,0x61,0xc6,0x65,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x79,0xe3,0x87,0xff,0x3d,0xd5,0x4b, + 0xff,0x3e,0xd5,0x4c,0xff,0x3f,0xd6,0x4f,0xff,0x43,0xd9,0x56,0xff,0x47,0xdc,0x5d, + 0xff,0x49,0xde,0x62,0xff,0x4d,0xdf,0x6a,0xff,0x52,0xe2,0x73,0xff,0x58,0xe4,0x7b, + 0xff,0x5c,0xe6,0x81,0xff,0x60,0xe7,0x88,0xff,0x64,0xe7,0x8e,0xff,0x67,0xe8,0x92, + 0xff,0x6c,0xeb,0x97,0xff,0x6b,0xe9,0x97,0xff,0x64,0xe8,0x92,0xff,0x59,0xe8,0x8a, + 0xff,0x4e,0xe5,0x81,0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c,0xff,0x47,0xe4,0x7c, + 0xff,0x47,0xe4,0x7c,0xff,0x40,0xe2,0x74,0xff,0x3e,0xe2,0x70,0xff,0x3b,0xe1,0x6d, + 0xff,0x36,0xe0,0x64,0xff,0x31,0xde,0x5c,0xff,0x2a,0xdb,0x52,0xff,0x27,0xd9,0x4c, + 0xff,0x21,0xd7,0x41,0xff,0x1e,0xd5,0x3c,0xff,0x19,0xd1,0x31,0xff,0x15,0xcf,0x28, + 0xff,0x11,0xcb,0x22,0xff,0xd,0xc8,0x1f,0xff,0xa,0xc5,0x1a,0xff,0x7,0xc2,0x16, + 0xff,0x6,0xbe,0x14,0xff,0x3,0xba,0x10,0xff,0x1,0xb6,0xd,0xff,0x0,0xb2,0xb, + 0xff,0x0,0xaf,0x9,0xff,0x0,0xaa,0x6,0xff,0x61,0xc9,0x67,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x77,0xe0,0x84,0xff,0x3c,0xd4,0x4a, + 0xff,0x3c,0xd4,0x4a,0xff,0x3e,0xd5,0x4c,0xff,0x40,0xd7,0x50,0xff,0x43,0xd8,0x52, + 0xff,0x47,0xdc,0x5d,0xff,0x49,0xde,0x62,0xff,0x4d,0xdf,0x6a,0xff,0x52,0xe2,0x73, + 0xff,0x56,0xe3,0x78,0xff,0x5c,0xe6,0x81,0xff,0x60,0xe7,0x88,0xff,0x62,0xe7,0x8b, + 0xff,0x64,0xe7,0x8e,0xff,0x6c,0xeb,0x97,0xff,0x6f,0xea,0x9a,0xff,0x72,0xec,0x9e, + 0xff,0x72,0xec,0x9e,0xff,0x68,0xe9,0x95,0xff,0x5e,0xe9,0x8d,0xff,0x54,0xe6,0x85, + 0xff,0x4d,0xe5,0x80,0xff,0x44,0xe3,0x79,0xff,0x40,0xe2,0x74,0xff,0x3e,0xe2,0x70, + 0xff,0x3b,0xe1,0x6d,0xff,0x38,0xe1,0x67,0xff,0x31,0xde,0x5c,0xff,0x2d,0xdb,0x57, + 0xff,0x27,0xd9,0x4c,0xff,0x22,0xd7,0x44,0xff,0x1e,0xd5,0x3c,0xff,0x19,0xd1,0x31, + 0xff,0x15,0xcf,0x28,0xff,0x11,0xcd,0x24,0xff,0xd,0xc8,0x1f,0xff,0xa,0xc6,0x1c, + 0xff,0x7,0xc2,0x17,0xff,0x6,0xbe,0x14,0xff,0x3,0xba,0x10,0xff,0x1,0xb6,0xd, + 0xff,0x0,0xb2,0xb,0xff,0x0,0xae,0x9,0xff,0x61,0xcc,0x68,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x75,0xdf,0x80,0xff,0x3a,0xd1,0x47, + 0xff,0x3b,0xd2,0x49,0xff,0x3d,0xd5,0x4b,0xff,0x3e,0xd5,0x4c,0xff,0x3f,0xd6,0x4f, + 0xff,0x43,0xd8,0x52,0xff,0x46,0xdc,0x59,0xff,0x49,0xde,0x62,0xff,0x4c,0xdf,0x67, + 0xff,0x52,0xe2,0x73,0xff,0x56,0xe3,0x78,0xff,0x59,0xe5,0x80,0xff,0x5d,0xe7,0x84, + 0xff,0x62,0xe7,0x8b,0xff,0x64,0xe7,0x8e,0xff,0x6c,0xeb,0x97,0xff,0x6f,0xea,0x9a, + 0xff,0x72,0xec,0x9e,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x72,0xec,0x9e, + 0xff,0x6e,0xea,0x99,0xff,0x64,0xea,0x92,0xff,0x5b,0xe7,0x8a,0xff,0x4d,0xe4,0x7e, + 0xff,0x45,0xe3,0x75,0xff,0x3b,0xe1,0x6d,0xff,0x38,0xe1,0x67,0xff,0x33,0xdf,0x62, + 0xff,0x2d,0xdb,0x57,0xff,0x29,0xda,0x4f,0xff,0x22,0xd7,0x44,0xff,0x1e,0xd5,0x3c, + 0xff,0x19,0xd1,0x31,0xff,0x15,0xcf,0x28,0xff,0x11,0xcd,0x24,0xff,0xf,0xca,0x20, + 0xff,0xa,0xc6,0x1c,0xff,0x7,0xc2,0x17,0xff,0x6,0xbe,0x16,0xff,0x3,0xba,0x12, + 0xff,0x1,0xb8,0xe,0xff,0x0,0xb2,0xb,0xff,0x62,0xce,0x6a,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x74,0xde,0x80,0xff,0x38,0xd0,0x45, + 0xff,0x3a,0xd1,0x47,0xff,0x3b,0xd2,0x49,0xff,0x3c,0xd4,0x4a,0xff,0x3e,0xd5,0x4c, + 0xff,0x3f,0xd6,0x4f,0xff,0x43,0xd8,0x52,0xff,0x46,0xdc,0x59,0xff,0x49,0xde,0x62, + 0xff,0x4d,0xdf,0x6a,0xff,0x51,0xe1,0x70,0xff,0x56,0xe3,0x78,0xff,0x59,0xe5,0x80, + 0xff,0x5d,0xe7,0x84,0xff,0x62,0xe7,0x8b,0xff,0x67,0xe8,0x92,0xff,0x6a,0xe9,0x95, + 0xff,0x6f,0xea,0x9a,0xff,0x72,0xec,0x9e,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1, + 0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x72,0xec,0x9e,0xff,0x6f,0xea,0x9a, + 0xff,0x6a,0xe9,0x95,0xff,0x5e,0xe7,0x8a,0xff,0x53,0xe5,0x7f,0xff,0x48,0xe3,0x72, + 0xff,0x3c,0xe0,0x65,0xff,0x31,0xdc,0x5a,0xff,0x29,0xda,0x4f,0xff,0x22,0xd7,0x44, + 0xff,0x1f,0xd6,0x3e,0xff,0x1b,0xd4,0x32,0xff,0x17,0xcf,0x2a,0xff,0x13,0xcd,0x26, + 0xff,0xf,0xca,0x20,0xff,0xc,0xc6,0x1c,0xff,0x9,0xc2,0x19,0xff,0x6,0xbe,0x16, + 0xff,0x3,0xba,0x12,0xff,0x1,0xb8,0xe,0xff,0x64,0xd1,0x6c,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x73,0xde,0x7d,0xff,0x37,0xcd,0x44, + 0xff,0x37,0xce,0x44,0xff,0x38,0xd1,0x47,0xff,0x3b,0xd2,0x49,0xff,0x3c,0xd4,0x4a, + 0xff,0x3e,0xd5,0x4c,0xff,0x3f,0xd6,0x4f,0xff,0x43,0xd8,0x52,0xff,0x46,0xdc,0x59, + 0xff,0x49,0xde,0x62,0xff,0x4c,0xdf,0x67,0xff,0x51,0xe1,0x70,0xff,0x55,0xe2,0x77, + 0xff,0x59,0xe5,0x80,0xff,0x5d,0xe7,0x84,0xff,0x62,0xe7,0x8b,0xff,0x67,0xe8,0x92, + 0xff,0x6a,0xe9,0x95,0xff,0x6f,0xea,0x9a,0xff,0x72,0xec,0x9e,0xff,0x74,0xed,0xa1, + 0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1, + 0xff,0x74,0xed,0xa1,0xff,0x72,0xec,0x9e,0xff,0x6c,0xeb,0x97,0xff,0x64,0xe7,0x8e, + 0xff,0x60,0xe7,0x88,0xff,0x5a,0xe6,0x80,0xff,0x4e,0xe2,0x72,0xff,0x42,0xde,0x64, + 0xff,0x36,0xdb,0x55,0xff,0x2b,0xd7,0x47,0xff,0x22,0xd5,0x38,0xff,0x16,0xcf,0x29, + 0xff,0x11,0xcd,0x24,0xff,0xf,0xca,0x20,0xff,0xa,0xc6,0x1c,0xff,0x9,0xc2,0x19, + 0xff,0x6,0xbe,0x16,0xff,0x3,0xba,0x12,0xff,0x65,0xd3,0x6f,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x72,0xdc,0x7b,0xff,0x36,0xcd,0x42, + 0xff,0x37,0xcd,0x44,0xff,0x38,0xd0,0x45,0xff,0x38,0xd1,0x47,0xff,0x3b,0xd2,0x48, + 0xff,0x3c,0xd4,0x4a,0xff,0x3e,0xd5,0x4c,0xff,0x3e,0xd6,0x4d,0xff,0x41,0xd8,0x50, + 0xff,0x44,0xda,0x58,0xff,0x48,0xdd,0x61,0xff,0x4c,0xdf,0x67,0xff,0x50,0xe0,0x6e, + 0xff,0x55,0xe2,0x77,0xff,0x58,0xe4,0x7b,0xff,0x5d,0xe7,0x84,0xff,0x62,0xe7,0x8b, + 0xff,0x64,0xe7,0x8e,0xff,0x6a,0xe9,0x95,0xff,0x6c,0xeb,0x97,0xff,0x72,0xec,0x9e, + 0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1, + 0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x72,0xec,0x9e,0xff,0x6f,0xea,0x9a, + 0xff,0x6c,0xeb,0x97,0xff,0x67,0xe8,0x92,0xff,0x62,0xe7,0x8b,0xff,0x5c,0xe6,0x81, + 0xff,0x56,0xe3,0x78,0xff,0x52,0xe2,0x73,0xff,0x4c,0xdf,0x67,0xff,0x43,0xdc,0x5c, + 0xff,0x37,0xd6,0x4c,0xff,0x2e,0xd3,0x3f,0xff,0x25,0xcf,0x34,0xff,0x1a,0xc9,0x29, + 0xff,0x12,0xc4,0x21,0xff,0x9,0xbf,0x19,0xff,0x67,0xd5,0x70,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x71,0xdb,0x7a,0xff,0x35,0xca,0x40, + 0xff,0x35,0xcc,0x42,0xff,0x37,0xcd,0x44,0xff,0x37,0xce,0x44,0xff,0x38,0xd1,0x47, + 0xff,0x3b,0xd2,0x48,0xff,0x3c,0xd4,0x4a,0xff,0x3d,0xd5,0x4b,0xff,0x3e,0xd6,0x4d, + 0xff,0x41,0xd8,0x50,0xff,0x44,0xda,0x58,0xff,0x48,0xdd,0x61,0xff,0x4b,0xdf,0x65, + 0xff,0x50,0xe0,0x6e,0xff,0x55,0xe2,0x77,0xff,0x58,0xe4,0x7b,0xff,0x5d,0xe7,0x84, + 0xff,0x62,0xe7,0x8b,0xff,0x64,0xe7,0x8e,0xff,0x6a,0xe9,0x95,0xff,0x6c,0xeb,0x97, + 0xff,0x72,0xec,0x9e,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1, + 0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x72,0xec,0x9e, + 0xff,0x6f,0xea,0x9a,0xff,0x6c,0xeb,0x97,0xff,0x6a,0xe9,0x95,0xff,0x64,0xe7,0x8e, + 0xff,0x62,0xe7,0x8b,0xff,0x5c,0xe6,0x81,0xff,0x59,0xe5,0x80,0xff,0x55,0xe2,0x77, + 0xff,0x50,0xe0,0x6e,0xff,0x4b,0xdf,0x65,0xff,0x47,0xdc,0x5d,0xff,0x43,0xd9,0x56, + 0xff,0x3f,0xd6,0x4f,0xff,0x3a,0xd4,0x48,0xff,0x84,0xe1,0x8d,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x3,0x92,0x7,0xff,0x7f,0xd4,0x87,0xff,0x35,0xca,0x40, + 0xff,0x35,0xca,0x42,0xff,0x35,0xcc,0x42,0xff,0x37,0xcd,0x44,0xff,0x38,0xd0,0x45, + 0xff,0x38,0xd1,0x47,0xff,0x3b,0xd2,0x49,0xff,0x3c,0xd4,0x4a,0xff,0x3e,0xd5,0x4c, + 0xff,0x3f,0xd6,0x4f,0xff,0x41,0xd8,0x50,0xff,0x44,0xda,0x58,0xff,0x48,0xdd,0x61, + 0xff,0x4c,0xdf,0x67,0xff,0x51,0xe1,0x70,0xff,0x55,0xe2,0x77,0xff,0x58,0xe4,0x7b, + 0xff,0x5c,0xe6,0x81,0xff,0x60,0xe7,0x88,0xff,0x64,0xe7,0x8e,0xff,0x6a,0xe9,0x95, + 0xff,0x6c,0xeb,0x97,0xff,0x6f,0xea,0x9a,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1, + 0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x77,0xed,0xa5, + 0xff,0x74,0xed,0xa1,0xff,0x72,0xec,0x9e,0xff,0x6f,0xea,0x9a,0xff,0x6a,0xe9,0x95, + 0xff,0x64,0xe7,0x8e,0xff,0x62,0xe7,0x8b,0xff,0x5d,0xe7,0x84,0xff,0x59,0xe5,0x80, + 0xff,0x55,0xe2,0x77,0xff,0x51,0xe1,0x70,0xff,0x4c,0xdf,0x67,0xff,0x49,0xde,0x62, + 0xff,0x46,0xdc,0x59,0xff,0x41,0xd8,0x50,0xff,0x9a,0xdd,0xa8,0xff,0xb,0xb0,0x19, + 0xff,0x0,0x0,0x0,0x1a,0x90,0x90,0x90,0x89,0x3,0x92,0x7,0xff,0x7d,0xd2,0x84, + 0xff,0x6f,0xda,0x79,0xff,0x71,0xdb,0x7a,0xff,0x72,0xdc,0x7b,0xff,0x72,0xdd,0x7c, + 0xff,0x74,0xde,0x7d,0xff,0x74,0xde,0x80,0xff,0x76,0xe0,0x80,0xff,0x77,0xe0,0x84, + 0xff,0x79,0xe3,0x87,0xff,0x7a,0xe3,0x89,0xff,0x7d,0xe5,0x8f,0xff,0x7e,0xe5,0x93, + 0xff,0x82,0xe7,0x99,0xff,0x84,0xe7,0x9c,0xff,0x69,0xe0,0x81,0xff,0x51,0xe1,0x70, + 0xff,0x56,0xe3,0x78,0xff,0x5c,0xe6,0x81,0xff,0x60,0xe7,0x88,0xff,0x64,0xe7,0x8e, + 0xff,0x6a,0xe9,0x95,0xff,0x6c,0xeb,0x97,0xff,0x6f,0xea,0x9a,0xff,0x74,0xed,0xa1, + 0xff,0x74,0xed,0xa1,0xff,0x74,0xed,0xa1,0xff,0x98,0xeb,0xb7,0xff,0xb2,0xf0,0xcb, + 0xff,0xbf,0xf0,0xd3,0xff,0xbf,0xf0,0xd3,0xff,0xbb,0xf1,0xd1,0xff,0xb7,0xf0,0xcf, + 0xff,0xb5,0xf0,0xcd,0xff,0xb2,0xf0,0xcb,0xff,0xad,0xef,0xc7,0xff,0xaa,0xee,0xc5, + 0xff,0xa6,0xee,0xc1,0xff,0xa3,0xec,0xbd,0xff,0xa0,0xeb,0xba,0xff,0x9d,0xea,0xb6, + 0xff,0x99,0xea,0xb0,0xff,0xa0,0xe0,0xb2,0xff,0xb,0xb0,0x19,0xff,0x97,0x97,0x97, + 0x89,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x0,0x90,0x90,0x90,0x89,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x82,0xe7,0x99,0xff,0x52,0xe2,0x73, + 0xff,0x52,0xe2,0x73,0xff,0x56,0xe3,0x78,0xff,0x5c,0xe6,0x81,0xff,0x60,0xe7,0x88, + 0xff,0x64,0xe7,0x8e,0xff,0x67,0xe8,0x92,0xff,0x6c,0xeb,0x97,0xff,0x6f,0xea,0x9a, + 0xff,0x74,0xed,0xa1,0xff,0x77,0xed,0xa5,0xff,0xa8,0xee,0xc3,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19, + 0xff,0xb,0xb0,0x19,0xff,0xb,0xb0,0x19,0xff,0x97,0x97,0x97,0x89,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x80,0xe5,0x95,0xff,0x50,0xe0,0x6e, + 0xff,0x4d,0xdf,0x6a,0xff,0x51,0xe1,0x70,0xff,0x56,0xe3,0x78,0xff,0x59,0xe5,0x80, + 0xff,0x60,0xe7,0x88,0xff,0x62,0xe7,0x8b,0xff,0x64,0xe7,0x8e,0xff,0x6a,0xe9,0x95, + 0xff,0x6f,0xea,0x9a,0xff,0x77,0xed,0xa5,0xff,0xa8,0xee,0xc3,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x7d,0xe5,0x8f,0xff,0x4b,0xdf,0x65, + 0xff,0x49,0xde,0x62,0xff,0x4c,0xdf,0x67,0xff,0x51,0xe1,0x70,0xff,0x55,0xe2,0x77, + 0xff,0x59,0xe5,0x80,0xff,0x5d,0xe7,0x84,0xff,0x62,0xe7,0x8b,0xff,0x67,0xe8,0x92, + 0xff,0x6a,0xe9,0x95,0xff,0x74,0xed,0xa1,0xff,0xa6,0xee,0xc1,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x79,0xe3,0x87,0xff,0x46,0xdc,0x59, + 0xff,0x44,0xda,0x58,0xff,0x48,0xdd,0x61,0xff,0x4c,0xdf,0x67,0xff,0x51,0xe1,0x70, + 0xff,0x55,0xe2,0x77,0xff,0x59,0xe5,0x80,0xff,0x5d,0xe7,0x84,0xff,0x62,0xe7,0x8b, + 0xff,0x67,0xe8,0x92,0xff,0x6f,0xea,0x9a,0xff,0xa5,0xed,0xbf,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x77,0xe0,0x82,0xff,0x43,0xd8,0x52, + 0xff,0x41,0xd8,0x50,0xff,0x44,0xda,0x58,0xff,0x48,0xdd,0x61,0xff,0x4c,0xdf,0x67, + 0xff,0x50,0xe0,0x6e,0xff,0x55,0xe2,0x77,0xff,0x58,0xe4,0x7b,0xff,0x5d,0xe7,0x84, + 0xff,0x62,0xe7,0x8b,0xff,0x6a,0xe9,0x95,0xff,0xa1,0xed,0xbb,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x75,0xdf,0x80,0xff,0x40,0xd7,0x50, + 0xff,0x3e,0xd6,0x4d,0xff,0x41,0xd8,0x50,0xff,0x44,0xda,0x58,0xff,0x48,0xdd,0x61, + 0xff,0x4c,0xdf,0x67,0xff,0x50,0xe0,0x6e,0xff,0x52,0xe2,0x73,0xff,0x58,0xe4,0x7b, + 0xff,0x5c,0xe6,0x81,0xff,0x67,0xe8,0x92,0xff,0x9e,0xeb,0xb8,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x74,0xde,0x7e,0xff,0x3e,0xd6,0x4d, + 0xff,0x3d,0xd5,0x4b,0xff,0x3e,0xd6,0x4d,0xff,0x40,0xd7,0x50,0xff,0x43,0xd9,0x56, + 0xff,0x48,0xdd,0x61,0xff,0x4b,0xdf,0x65,0xff,0x4d,0xdf,0x6a,0xff,0x52,0xe2,0x73, + 0xff,0x58,0xe4,0x7b,0xff,0x60,0xe7,0x88,0xff,0x9c,0xea,0xb4,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x73,0xde,0x7d,0xff,0x3d,0xd5,0x4b, + 0xff,0x3c,0xd4,0x4a,0xff,0x3d,0xd5,0x4b,0xff,0x3e,0xd6,0x4d,0xff,0x40,0xd7,0x50, + 0xff,0x44,0xda,0x58,0xff,0x47,0xdc,0x5d,0xff,0x4b,0xdf,0x65,0xff,0x50,0xe0,0x6e, + 0xff,0x52,0xe2,0x73,0xff,0x5c,0xe6,0x81,0xff,0x99,0xea,0xb0,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x72,0xdc,0x7b,0xff,0x3b,0xd2,0x49, + 0xff,0x3a,0xd1,0x47,0xff,0x3c,0xd4,0x4a,0xff,0x3d,0xd5,0x4b,0xff,0x3e,0xd6,0x4d, + 0xff,0x40,0xd7,0x50,0xff,0x43,0xd9,0x56,0xff,0x47,0xdc,0x5d,0xff,0x4b,0xdf,0x65, + 0xff,0x4d,0xdf,0x6a,0xff,0x56,0xe3,0x78,0xff,0x96,0xe9,0xad,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x71,0xdb,0x7a,0xff,0x3a,0xd1,0x47, + 0xff,0x38,0xd0,0x45,0xff,0x3a,0xd1,0x47,0xff,0x3b,0xd2,0x49,0xff,0x3c,0xd4,0x4a, + 0xff,0x3e,0xd6,0x4d,0xff,0x40,0xd7,0x50,0xff,0x43,0xd8,0x52,0xff,0x47,0xdc,0x5d, + 0xff,0x49,0xde,0x62,0xff,0x51,0xe1,0x70,0xff,0x94,0xe7,0xa8,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x6f,0xda,0x79,0xff,0x38,0xd0,0x45, + 0xff,0x37,0xce,0x44,0xff,0x38,0xd0,0x45,0xff,0x3a,0xd1,0x47,0xff,0x3b,0xd2,0x49, + 0xff,0x3d,0xd5,0x4b,0xff,0x3e,0xd5,0x4c,0xff,0x3f,0xd6,0x4f,0xff,0x43,0xd8,0x52, + 0xff,0x46,0xdc,0x59,0xff,0x4c,0xdf,0x67,0xff,0x91,0xe6,0xa3,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x6e,0xd8,0x77,0xff,0x36,0xcd,0x43, + 0xff,0x36,0xcd,0x42,0xff,0x37,0xcd,0x44,0xff,0x38,0xd0,0x45,0xff,0x3a,0xd1,0x47, + 0xff,0x3b,0xd2,0x48,0xff,0x3c,0xd4,0x4a,0xff,0x3e,0xd5,0x4c,0xff,0x3e,0xd6,0x4d, + 0xff,0x41,0xd8,0x50,0xff,0x48,0xdd,0x61,0xff,0x8e,0xe6,0x9d,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x6e,0xd8,0x76,0xff,0x36,0xcd,0x42, + 0xff,0x35,0xca,0x40,0xff,0x36,0xcd,0x42,0xff,0x37,0xcd,0x44,0xff,0x38,0xd0,0x45, + 0xff,0x38,0xd0,0x45,0xff,0x3b,0xd2,0x49,0xff,0x3c,0xd4,0x4a,0xff,0x3d,0xd5,0x4b, + 0xff,0x3e,0xd6,0x4d,0xff,0x43,0xd9,0x56,0xff,0x8b,0xe4,0x96,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x6d,0xd6,0x75,0xff,0x35,0xca,0x40, + 0xff,0x33,0xc9,0x3f,0xff,0x35,0xca,0x40,0xff,0x36,0xcd,0x42,0xff,0x36,0xcd,0x43, + 0xff,0x37,0xce,0x44,0xff,0x38,0xd1,0x47,0xff,0x3b,0xd2,0x48,0xff,0x3c,0xd4,0x4a, + 0xff,0x3d,0xd5,0x4b,0xff,0x40,0xd7,0x50,0xff,0x89,0xe1,0x92,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x3,0x92,0x7,0xff,0x8e,0xd6,0x94,0xff,0x33,0xc9,0x3f, + 0xff,0x32,0xc7,0x3f,0xff,0x33,0xc9,0x3f,0xff,0x35,0xca,0x42,0xff,0x35,0xcc,0x42, + 0xff,0x37,0xcd,0x44,0xff,0x37,0xce,0x44,0xff,0x38,0xd1,0x47,0xff,0x3b,0xd2,0x48, + 0xff,0x3c,0xd4,0x4a,0xff,0x3e,0xd6,0x4d,0xff,0xa3,0xdf,0xa9,0xff,0x3,0x92,0x7, + 0xff,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x90,0x90,0x90,0x89,0x3,0x92,0x7,0xff,0x8f,0xd7,0x94, + 0xff,0x6c,0xd5,0x74,0xff,0x6d,0xd6,0x75,0xff,0x6d,0xd7,0x76,0xff,0x6e,0xd8,0x77, + 0xff,0x6f,0xd9,0x78,0xff,0x72,0xdc,0x7b,0xff,0x72,0xdd,0x7c,0xff,0x74,0xde,0x7d, + 0xff,0x74,0xde,0x80,0xff,0x97,0xe0,0xa0,0xff,0x3,0x92,0x7,0xff,0x90,0x90,0x90, + 0x89,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x90,0x90,0x90,0x89,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7, + 0xff,0x3,0x92,0x7,0xff,0x3,0x92,0x7,0xff,0x90,0x90,0x90,0x89,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x80,0x3,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x1,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x80, + 0x1,0xff,0xff,0x0,0x0, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/unselect.png + 0x0,0x0,0x1,0xdf, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0x81,0x49,0x44,0x41,0x54,0x78,0xda,0xa4, + 0x93,0x4d,0x4b,0x2,0x51,0x14,0x86,0x67,0x50,0x5a,0xeb,0x2a,0x75,0x95,0x42,0x82, + 0x6d,0xb4,0x9a,0xa5,0x81,0x90,0x2e,0x27,0xda,0xbb,0x37,0xc9,0x84,0x20,0x7f,0x40, + 0xd8,0x3f,0xc8,0x55,0x85,0xb4,0xa9,0xc0,0x36,0xae,0xd,0xcc,0x8d,0x50,0x2d,0x22, + 0xa1,0x5a,0x14,0xa5,0x46,0x5f,0xce,0xc7,0x9d,0xd1,0x16,0x23,0x28,0xf1,0x76,0x47, + 0x54,0xac,0x24,0x47,0x3a,0xf0,0xc2,0xe1,0x72,0xce,0x73,0x39,0x5f,0x2c,0x0,0xe6, + 0x5f,0xa6,0x3,0x7a,0xaa,0xd7,0xeb,0x6a,0x57,0xcb,0x46,0xf3,0xbe,0x1,0x54,0x55, + 0x85,0xd7,0xeb,0x45,0xb5,0xfa,0x4,0x45,0x55,0x37,0xc7,0x6,0x10,0x45,0x81,0xc9, + 0x64,0x82,0xdd,0x66,0x47,0xb1,0x58,0x4,0x21,0x4a,0x96,0x10,0x62,0x31,0xc,0x90, + 0x65,0xd2,0x1,0x14,0xa,0x5,0x38,0x9d,0x2e,0xa4,0xd3,0x69,0xd0,0xb7,0x2b,0x49, + 0x96,0xa7,0xc,0x1,0x24,0x49,0xee,0x0,0xda,0xed,0x36,0x4a,0xa5,0x12,0x42,0xc1, + 0x10,0xe2,0x6b,0x71,0x88,0x92,0xac,0x8a,0x92,0x14,0x18,0x9,0x10,0x45,0xa9,0xf, + 0xd0,0x34,0x8d,0x96,0x40,0x10,0x89,0x44,0xc0,0xf3,0x4b,0x28,0x57,0x2a,0x10,0x44, + 0x69,0xfd,0x4f,0x80,0x20,0x88,0x7d,0x0,0x9d,0x4,0x1a,0x8d,0x6,0x5a,0xad,0x16, + 0x52,0xdb,0x29,0xf8,0xfd,0xb,0x38,0x3b,0xbf,0x40,0x4d,0x10,0xf7,0xa9,0x2c,0x43, + 0x1,0xb5,0x1,0x40,0x2e,0x77,0x2,0x87,0xc3,0x1,0x17,0xed,0x85,0xc7,0x33,0x83, + 0x59,0xdf,0x1c,0x82,0x8b,0x21,0x64,0x32,0xc7,0x14,0x22,0x64,0x7b,0x39,0xe6,0x9f, + 0x75,0xe9,0x46,0x7f,0x66,0xa2,0xd1,0x28,0xb3,0xb3,0xbb,0xc7,0x70,0x1c,0xf7,0x6b, + 0x2,0x9a,0xd6,0x6c,0xf6,0x7c,0xf3,0xb0,0x11,0xc5,0x56,0x63,0x4c,0x38,0x1c,0x66, + 0xdc,0xee,0xe9,0x4b,0xbb,0x6d,0x72,0x65,0x48,0x8,0xe9,0x6f,0xf0,0x60,0x9,0x6f, + 0xef,0xb5,0x4e,0x9,0xdc,0x3c,0x87,0xe7,0x97,0xd7,0x8f,0x8d,0x44,0x22,0x30,0xd6, + 0x22,0xe9,0x0,0xab,0xd5,0x8a,0x7c,0xfe,0x14,0x7,0x87,0x47,0x7a,0xc7,0x27,0xc6, + 0x6,0x24,0x93,0x5b,0xb8,0xbe,0xb9,0x2d,0xd0,0x18,0xcb,0xd8,0xab,0xfc,0xf0,0x58, + 0xbe,0xd3,0xc5,0xf3,0xbc,0xcf,0xe8,0x31,0xb1,0x83,0xe7,0xcc,0xb2,0xac,0xa7,0xeb, + 0xde,0x53,0x7d,0x8e,0x2,0xe8,0xf6,0x25,0xc0,0x0,0x5a,0xfa,0xa2,0xc7,0x2e,0xeb, + 0x54,0x51,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-sizev.png + 0x0,0x0,0x0,0x8d, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x0,0x0,0x0,0xff,0xff, + 0xff,0x7e,0xef,0x8f,0x4f,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x32,0x49,0x44,0x41,0x54,0x8,0x5b,0x63,0x60,0xc0,0x0, + 0x4c,0x2b,0x20,0x34,0x57,0x14,0x84,0xd6,0xc,0x6b,0x0,0xd3,0x4b,0x43,0x17,0x80, + 0xe9,0xa9,0xa1,0x9,0x10,0x89,0x0,0x8,0x45,0x6d,0x1a,0x66,0x3e,0xcc,0x3e,0x98, + 0xfd,0x30,0xf7,0xc0,0xdc,0x87,0x2,0x0,0x34,0xf9,0xd,0x53,0x76,0x91,0x98,0xee, + 0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-hsplit.png + 0x0,0x0,0x0,0x9b, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x0,0x0,0x0,0xff,0xff, + 0xff,0x7e,0xef,0x8f,0x4f,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x40,0x49,0x44,0x41,0x54,0x8,0x99,0x63,0x60,0x80,0x3, + 0x2e,0x2e,0x8,0xad,0xca,0xda,0x40,0xa,0xcd,0xa1,0xca,0xda,0x4,0xa2,0xd5,0x54, + 0x59,0x3b,0x41,0x2,0xd3,0x80,0x74,0x2,0x3,0x3,0x53,0x18,0x90,0x8e,0x60,0x60, + 0xe0,0xc,0xd,0x65,0xd,0xd,0x43,0xf0,0x61,0xf2,0x70,0xf5,0x30,0xfd,0xa4,0xda, + 0xb,0x77,0x2f,0x18,0x0,0x0,0xac,0x50,0x13,0xb6,0xd7,0xdc,0xaa,0xe9,0x0,0x0, + 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/zoom_in.ico + 0x0,0x0,0xe,0x16, + 0x0, + 0x0,0x1,0x0,0x2,0x0,0x10,0x10,0x0,0x0,0x1,0x0,0x20,0x0,0x68,0x4,0x0, + 0x0,0x26,0x0,0x0,0x0,0x18,0x18,0x0,0x0,0x1,0x0,0x20,0x0,0x88,0x9,0x0, + 0x0,0x8e,0x4,0x0,0x0,0x28,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0, + 0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x40,0x4,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0x3b,0x38, + 0x60,0x3c,0x43,0x47,0xc3,0x15,0x23,0x2d,0xb8,0x0,0x0,0x0,0x68,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7e,0x8d,0x9c, + 0xcc,0x36,0x85,0xc3,0xff,0x1f,0x6b,0x9c,0xff,0x1a,0x30,0x3f,0xd0,0x1,0x0,0x0, + 0x76,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x77,0xd0,0xef, + 0x9c,0x39,0xa2,0xf5,0xff,0x1b,0x7b,0xca,0xff,0x20,0x6d,0xa0,0xff,0x1f,0x39,0x4c, + 0xd9,0x2,0x0,0x0,0x80,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xe5,0xf2, + 0x7,0x76,0xd9,0xf3,0x90,0x44,0xa8,0xf5,0xff,0x1e,0x80,0xd1,0xff,0x1f,0x71,0xa6, + 0xff,0x21,0x43,0x5b,0xe2,0x3,0x6,0x8,0x89,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7a,0xdc,0xf2,0x7c,0x4b,0xae,0xf6,0xfb,0x1d,0x82,0xd8, + 0xff,0x1e,0x73,0xae,0xff,0x2c,0x3d,0x47,0xcb,0x0,0x0,0x0,0x5e,0x1,0x0,0x0, + 0x44,0xd,0x5,0x6,0x68,0x6,0x2,0x2,0x73,0x0,0x0,0x0,0x5f,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7b,0xdd,0xf0,0x63,0x57,0xb8,0xf8, + 0xf0,0x75,0x9d,0xbf,0xff,0x84,0x80,0x7f,0xeb,0x63,0x4e,0x4e,0xd2,0x96,0x7c,0x73, + 0xe6,0xc2,0xac,0xa3,0xf8,0xbb,0xa7,0xa5,0xf8,0x84,0x6d,0x6c,0xe8,0x29,0x1b,0x1a, + 0xb7,0x0,0x0,0x0,0x68,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8c,0xd6,0xe3, + 0x26,0xb8,0xad,0xab,0x95,0xbf,0xa6,0xa1,0xff,0xe3,0xcc,0xaf,0xff,0xf5,0xe6,0xc3, + 0xff,0xfe,0xfc,0xee,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xd8,0xc6,0xc3, + 0xff,0x44,0x30,0x2f,0xd0,0x0,0x0,0x0,0x64,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x85,0x60,0x5d,0x83,0xe9,0xd4,0xb7,0xff,0xe3,0xcd,0x95,0xff,0xec,0xe4,0xc8, + 0xff,0xff,0x73,0x48,0xff,0xd3,0xb5,0x6b,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc, + 0xff,0xcd,0xb6,0xa9,0xff,0x1f,0x13,0x13,0xa8,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x88,0x52,0x52, + 0x11,0xb8,0x97,0x8d,0xd7,0xe7,0xd3,0xa0,0xff,0xdb,0xba,0x80,0xff,0xe7,0xca,0xa0, + 0xff,0xff,0x0,0x0,0xff,0xd3,0xb5,0x6b,0xff,0xf1,0xda,0xbe,0xff,0xf2,0xe0,0xc5, + 0xff,0xef,0xdd,0xbf,0xff,0x58,0x43,0x3f,0xcc,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x92,0x5e,0x5e, + 0x19,0xc7,0xab,0x9c,0xec,0xe4,0xd2,0x9a,0xff,0xff,0x73,0x48,0xff,0xff,0x0,0x0, + 0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x73,0x48,0xff,0xe2,0xb4,0x7c, + 0xff,0xf0,0xdd,0xb5,0xff,0x6e,0x59,0x53,0xd0,0x0,0x0,0x0,0x34,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8e,0x5a,0x5b, + 0xd,0xb6,0x93,0x84,0xcd,0xed,0xde,0xb3,0xff,0xe3,0xcb,0x9b,0xff,0xec,0xde,0xbe, + 0xff,0xff,0x0,0x0,0xff,0xe0,0xc7,0x95,0xff,0xe0,0xc7,0x95,0xff,0xdc,0xbf,0x82, + 0xff,0xec,0xd8,0xb6,0xff,0x58,0x43,0x41,0xb4,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x9a,0x6a,0x64,0x6c,0xe0,0xcc,0xad,0xff,0xff,0xff,0xf3,0xff,0xfd,0xff,0xfd, + 0xff,0xff,0x73,0x48,0xff,0xe0,0xc7,0x95,0xff,0xd3,0xb5,0x6b,0xff,0xee,0xdb,0xaa, + 0xff,0xc8,0xac,0x9d,0xf8,0x26,0x17,0x18,0x5d,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x90,0x5d,0x5e,0x7,0xa0,0x73,0x68,0x96,0xde,0xcb,0xb9,0xff,0xfc,0xf8,0xee, + 0xff,0xf8,0xf6,0xdf,0xff,0xec,0xdf,0xb4,0xff,0xec,0xdc,0xb5,0xff,0xcc,0xaf,0x9c, + 0xf3,0x4b,0x32,0x31,0x75,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x8c,0x5b,0x5d,0x2,0x96,0x64,0x60,0x51,0xaa,0x82,0x73, + 0xad,0xba,0x98,0x83,0xdc,0xb7,0x96,0x84,0xd4,0x97,0x71,0x68,0x9a,0x3f,0x28,0x28, + 0x3c,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xff, + 0xff,0x7,0xff,0xff,0xff,0x1,0xff,0xff,0xff,0x0,0xff,0xff,0xff,0x0,0x8f,0xff, + 0xff,0xc0,0x3,0xff,0xff,0xe0,0x1,0xff,0xff,0xf0,0x0,0xff,0xff,0xf8,0x0,0xff, + 0xff,0xf0,0x0,0xff,0xff,0xf0,0x0,0xff,0xff,0xf0,0x0,0xff,0xff,0xf8,0x0,0xff, + 0xff,0xf8,0x1,0xff,0xff,0xfc,0x3,0xff,0xff,0xff,0xff,0xff,0xff,0x28,0x0,0x0, + 0x0,0x18,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0, + 0x0,0x60,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0, + 0x3f,0x0,0x0,0x0,0x6d,0x0,0x0,0x0,0x76,0x0,0x0,0x0,0x57,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x59,0x5a,0x5a,0x6b,0x6f,0x6c,0x69, + 0xdc,0x4c,0x63,0x71,0xf0,0x28,0x42,0x58,0xd9,0x1,0x1,0x2,0x9c,0x0,0x0,0x0, + 0x66,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7d,0x79,0x78,0xb4,0x63,0x89,0xaa, + 0xff,0x1b,0x74,0xb1,0xff,0x1f,0x6a,0x9a,0xff,0x2c,0x4d,0x66,0xe3,0x2,0x3,0x4, + 0xa2,0x0,0x0,0x0,0x6d,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8a,0xb9,0xce,0xc0,0x39,0x9e,0xf3, + 0xff,0x23,0x84,0xd9,0xff,0x18,0x72,0xb1,0xff,0x1e,0x6a,0x9b,0xff,0x2d,0x52,0x6e, + 0xe8,0x7,0xb,0xe,0xaa,0x0,0x0,0x0,0x73,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7d,0xe1,0xf2,0x47,0x64,0xc9,0xf7, + 0xed,0x3d,0xa1,0xf5,0xff,0x26,0x86,0xdb,0xff,0x1a,0x75,0xb6,0xff,0x1c,0x6a,0x9c, + 0xff,0x2f,0x59,0x78,0xed,0x9,0xd,0x12,0xb0,0x0,0x0,0x0,0x79,0x0,0x0,0x0, + 0x3d,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0xe1,0xed, + 0x36,0x6b,0xce,0xf4,0xde,0x3f,0xa4,0xf6,0xff,0x28,0x89,0xdf,0xff,0x1a,0x76,0xb9, + 0xff,0x1a,0x6b,0x9d,0xff,0x30,0x5e,0x80,0xf1,0x10,0x19,0x20,0xb8,0x0,0x0,0x0, + 0x78,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x83,0xe4,0xf0,0x28,0x6e,0xd1,0xf3,0xd7,0x45,0xa9,0xf7,0xff,0x29,0x8b,0xe2, + 0xff,0x1c,0x79,0xbe,0xff,0x17,0x6b,0x9f,0xff,0x2b,0x61,0x86,0xf5,0x10,0x18,0x1f, + 0xaa,0x0,0x0,0x0,0x57,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x2e,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x21,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x81,0xe2,0xed,0x1b,0x71,0xd4,0xf3,0xc1,0x48,0xac,0xf8, + 0xff,0x2b,0x8d,0xe6,0xff,0x14,0x77,0xc2,0xff,0x3e,0x77,0x9d,0xff,0x43,0x45,0x46, + 0xc7,0x0,0x0,0x0,0x87,0x0,0x0,0x0,0x67,0x11,0xb,0xb,0x73,0x25,0x18,0x18, + 0x95,0x26,0x18,0x18,0xa3,0x12,0xb,0xb,0x9a,0x1,0x1,0x1,0x88,0x0,0x0,0x0, + 0x6f,0x0,0x0,0x0,0x4a,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7e,0xdc,0xe8,0x12,0x75,0xd8,0xf3, + 0xb5,0x4b,0xb2,0xfa,0xff,0x56,0x97,0xd0,0xff,0x84,0x88,0x8a,0xff,0x8c,0x8d,0x8c, + 0xe3,0x5c,0x4f,0x4f,0xd1,0x6e,0x4d,0x4c,0xdc,0xac,0x8c,0x85,0xf5,0xc7,0xad,0xa4, + 0xfd,0xcb,0xb2,0xac,0xfd,0xb9,0x9e,0x9b,0xfa,0x80,0x60,0x5f,0xea,0x3c,0x27,0x26, + 0xc8,0x2,0x1,0x1,0x96,0x0,0x0,0x0,0x64,0x0,0x0,0x0,0x2b,0x0,0x0,0x0, + 0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x83,0xeb,0xf9, + 0xb,0x88,0xd2,0xe4,0x79,0xc5,0xc8,0xc9,0xa4,0xcb,0xc9,0xc8,0xf8,0x94,0x7d,0x7c, + 0xff,0xc5,0xa7,0x9c,0xff,0xe6,0xd4,0xb8,0xff,0xf2,0xe6,0xc9,0xff,0xfa,0xf5,0xe1, + 0xff,0xff,0xff,0xfb,0xff,0xff,0xff,0xff,0xff,0xfc,0xfa,0xf9,0xff,0xd7,0xc3,0xc0, + 0xff,0x6b,0x4c,0x4a,0xe3,0x9,0x6,0x6,0xa5,0x0,0x0,0x0,0x66,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x75,0x6f,0x6e,0x14,0xc5,0xae,0xad,0xe0,0xd1,0xb6,0xa7, + 0xff,0xed,0xdd,0xb7,0xff,0xe6,0xd1,0xa5,0xff,0xed,0xdf,0xc1,0xff,0xf5,0xed,0xdd, + 0xff,0xfb,0xf4,0xed,0xff,0xff,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xe3,0xd4,0xcc,0xff,0x70,0x4e,0x4d,0xe7,0x1,0x1,0x1,0x96,0x0,0x0,0x0, + 0x4b,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x62,0x40,0x40,0x39,0xb5,0x93,0x89,0xf2,0xf2,0xe6,0xc6, + 0xff,0xdc,0xc1,0x87,0xff,0xe2,0xcd,0x9f,0xff,0xee,0xe4,0xca,0xff,0xe8,0xbd,0x91, + 0xff,0xd0,0x71,0x15,0xff,0xf2,0xda,0xc1,0xff,0xff,0xff,0xff,0xff,0xfc,0xf9,0xf3, + 0xff,0xfc,0xf7,0xe6,0xff,0xd2,0xbb,0xae,0xff,0x3e,0x29,0x29,0xc8,0x0,0x0,0x0, + 0x6b,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x88,0x5a,0x58,0x97,0xe0,0xce,0xbb,0xff,0xe3,0xcd,0x9b, + 0xff,0xd7,0xb9,0x7a,0xff,0xe4,0xd2,0xa7,0xff,0xee,0xe9,0xd0,0xff,0xe5,0xb6,0x85, + 0xff,0xca,0x5c,0x0,0xff,0xf0,0xd5,0xb7,0xff,0xfc,0xff,0xfd,0xff,0xf7,0xf3,0xe7, + 0xff,0xf1,0xe5,0xcb,0xff,0xeb,0xdd,0xc1,0xff,0x7a,0x59,0x57,0xe6,0x0,0x0,0x0, + 0x7e,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x9c,0x70,0x68,0xc5,0xee,0xe2,0xc9,0xff,0xd9,0xbd,0x7e, + 0xff,0xdd,0xbf,0x87,0xff,0xdf,0xa3,0x65,0xff,0xde,0xa2,0x63,0xff,0xd7,0x89,0x3b, + 0xff,0xb9,0x0,0x0,0xff,0xdb,0x94,0x4d,0xff,0xdf,0xa3,0x66,0xff,0xe6,0xb7,0x85, + 0xff,0xec,0xdc,0xbc,0xff,0xea,0xd8,0xb0,0xff,0xa4,0x83,0x7a,0xf5,0x0,0x0,0x0, + 0x83,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x95,0x62,0x62,0x3,0xa3,0x79,0x6e,0xce,0xf0,0xe4,0xc9,0xff,0xd8,0xbc,0x7b, + 0xff,0xd9,0xb6,0x77,0xff,0xd1,0x71,0x16,0xff,0xcc,0x64,0x0,0xff,0xb9,0x0,0x0, + 0xff,0xb9,0x0,0x0,0xff,0xb9,0x0,0x0,0xff,0xcb,0x61,0x0,0xff,0xd8,0x89,0x3d, + 0xff,0xe5,0xd1,0xa6,0xff,0xe8,0xd5,0xa9,0xff,0xb1,0x91,0x86,0xf9,0x0,0x0,0x0, + 0x7a,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x9a,0x6c,0x65,0xb5,0xe9,0xda,0xbd,0xff,0xe3,0xce,0x9d, + 0xff,0xd6,0xb6,0x74,0xff,0xea,0xd2,0xac,0xff,0xe9,0xd4,0xad,0xff,0xe1,0xaa,0x70, + 0xff,0xb9,0x0,0x0,0xff,0xe4,0xb9,0x87,0xff,0xe4,0xcb,0x9e,0xff,0xe4,0xc9,0x9b, + 0xff,0xdb,0xbf,0x84,0xff,0xeb,0xdc,0xb8,0xff,0x9d,0x7c,0x75,0xef,0x0,0x0,0x0, + 0x62,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x91,0x60,0x5f,0x6e,0xd0,0xb4,0x97,0xff,0xf3,0xea,0xca, + 0xff,0xec,0xde,0xbf,0xff,0xed,0xe1,0xc4,0xff,0xef,0xe9,0xd1,0xff,0xe1,0xaf,0x7a, + 0xff,0xcc,0x5e,0x0,0xff,0xe1,0xb9,0x84,0xff,0xd5,0xb9,0x77,0xff,0xd1,0xad,0x64, + 0xff,0xe3,0xcc,0x98,0xff,0xea,0xdc,0xc6,0xff,0x71,0x4f,0x4c,0xcd,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x95,0x62,0x62,0xd,0xa7,0x7c,0x6e,0xd0,0xea,0xda,0xb4, + 0xff,0xfc,0xf9,0xef,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xed,0xd2,0xb0, + 0xff,0xd8,0x89,0x3d,0xff,0xd8,0xb3,0x73,0xff,0xcd,0xa8,0x59,0xff,0xdf,0xc6,0x8f, + 0xff,0xf4,0xea,0xcf,0xff,0xb7,0x94,0x84,0xf9,0x3f,0x29,0x29,0x75,0x0,0x0,0x0, + 0x19,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x90,0x5f,0x5f,0x3f,0xb3,0x8b,0x77, + 0xf0,0xec,0xde,0xc1,0xff,0xff,0xff,0xff,0xff,0xfd,0xfc,0xf8,0xff,0xf8,0xf5,0xe8, + 0xff,0xec,0xe3,0xc2,0xff,0xe0,0xc9,0x93,0xff,0xee,0xe1,0xbb,0xff,0xf3,0xe9,0xcc, + 0xff,0xc0,0xa0,0x8b,0xfe,0x67,0x44,0x43,0x97,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8f,0x5e,0x5f, + 0x39,0xa3,0x77,0x6b,0xcb,0xce,0xb2,0x99,0xff,0xe9,0xda,0xbf,0xff,0xec,0xdf,0xbe, + 0xff,0xeb,0xdc,0xb9,0xff,0xe9,0xdb,0xba,0xff,0xd6,0xbd,0xa0,0xff,0xa9,0x82,0x73, + 0xed,0x6b,0x46,0x46,0x76,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x95,0x62,0x63,0xa,0x90,0x5f,0x5d,0x53,0x99,0x6a,0x62,0xa5,0xa5,0x7b,0x6d, + 0xd2,0xa6,0x7c,0x6f,0xd7,0x98,0x6d,0x64,0xbb,0x7f,0x55,0x53,0x78,0x50,0x34,0x35, + 0x25,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x81,0xff,0xff,0xff,0x80,0xff,0xff,0xff,0x80,0x7f,0xff, + 0xff,0x80,0x1f,0xff,0xff,0x80,0xf,0xff,0xff,0x80,0x7,0xff,0xff,0xc0,0x4,0x1f, + 0xff,0xe0,0x0,0x7,0xff,0xf0,0x0,0x3,0xff,0xf8,0x0,0x1,0xff,0xfc,0x0,0x0, + 0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0, + 0xff,0xfe,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0, + 0xff,0xff,0x80,0x1,0xff,0xff,0xc0,0x3,0xff,0xff,0xe0,0x7,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/bezier.png + 0x0,0x0,0x3,0xd4, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x18,0x0,0x0,0x0,0x18,0x8,0x4,0x0,0x0,0x0,0x4a,0x7e,0xf5,0x73, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x1,0x5a,0x49,0x44, + 0x41,0x54,0x38,0xcb,0x95,0xd4,0x3d,0x4b,0x5c,0x41,0x14,0xc6,0xf1,0xdf,0xdd,0x7b, + 0xd,0x44,0xb,0x59,0x48,0x6f,0x11,0xc,0x5a,0x2d,0x62,0x20,0x56,0xc6,0x4f,0x60, + 0xe3,0x17,0x30,0xe9,0x42,0x9a,0x80,0x85,0x85,0x20,0x69,0x53,0x84,0x40,0xb2,0x4d, + 0x44,0x51,0xd4,0xda,0xca,0xc2,0x52,0x85,0x95,0xb0,0x24,0x1,0x49,0xb1,0x20,0x89, + 0x36,0x8a,0x48,0x24,0x36,0x79,0x69,0x76,0x77,0xd2,0x18,0xcd,0xae,0x73,0x97,0xf5, + 0xdf,0xcd,0xe1,0x3c,0x33,0xf3,0x9c,0x33,0x67,0x12,0x64,0x12,0x4,0x75,0xd7,0x14, + 0xd0,0x14,0x25,0xf3,0x4e,0x45,0x45,0x59,0x7a,0x15,0x2b,0x59,0xb6,0xac,0x14,0x17, + 0xf4,0xd8,0x15,0x4,0x47,0xa6,0xd,0xe9,0x45,0xc1,0x9a,0x20,0x58,0x53,0xb8,0x99, + 0x7e,0x1d,0xea,0xf7,0xdc,0xa6,0x5,0x8f,0x65,0x82,0x5c,0x52,0x5,0x23,0x1a,0x8e, + 0x6d,0x9b,0xf1,0xc5,0xb8,0xa7,0x12,0x1b,0x1e,0x3a,0x33,0xeb,0x34,0x4f,0x94,0xc9, + 0x2e,0x1d,0x14,0xbd,0x74,0xe2,0x99,0x15,0x4b,0x79,0x96,0x69,0xfc,0xb7,0xbe,0xf0, + 0xa,0x2f,0xb0,0x13,0x17,0xdc,0xb4,0xf5,0x47,0xd9,0xa1,0x7,0x79,0x45,0x8d,0xd4, + 0xc1,0xb9,0x95,0xbc,0xf4,0xb8,0x80,0x8f,0xe,0x64,0xba,0x26,0xb5,0xe0,0xa7,0xef, + 0x2d,0xad,0x6c,0x31,0xdd,0x4e,0x62,0x58,0x9f,0x3e,0x25,0x49,0xb7,0x57,0xea,0x40, + 0x4c,0x10,0xec,0x3b,0xf7,0x4b,0xad,0x53,0xc7,0xdb,0x59,0x54,0x73,0xbf,0xfb,0x2a, + 0x51,0x37,0x68,0xf4,0x36,0x2,0x52,0x4f,0xdc,0x8b,0x85,0xe3,0x4c,0xea,0x57,0x74, + 0xd7,0x87,0x96,0xb1,0x22,0xb7,0x3d,0xa9,0x8a,0xaa,0x39,0xc1,0x5b,0x17,0x48,0x2f, + 0xa7,0xb2,0x11,0x4f,0x2f,0xf9,0xec,0x93,0x47,0x66,0x7c,0xb3,0x65,0xca,0xa0,0xf7, + 0xf6,0xec,0x29,0xc7,0xf,0xf8,0x37,0x71,0xab,0xee,0x98,0xb0,0xee,0xab,0xaa,0x1f, + 0x82,0x60,0x57,0x4f,0xa7,0x17,0x93,0xa8,0xdb,0x56,0x35,0x60,0xcc,0xbc,0x62,0xbe, + 0x87,0xa6,0xd7,0x2,0xde,0x68,0xe2,0xb7,0x9a,0x3,0xa3,0x46,0xb0,0x2f,0x24,0x39, + 0xbb,0xb7,0x7f,0x33,0x57,0x5f,0xd1,0x5f,0x97,0xd5,0x5d,0xd7,0xfb,0xab,0x9a,0x21, + 0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65, + 0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x33,0x2d,0x30,0x34,0x2d,0x30,0x33,0x54,0x31, + 0x37,0x3a,0x31,0x38,0x3a,0x30,0x31,0x2b,0x30,0x38,0x3a,0x30,0x30,0xd2,0x47,0x10, + 0xde,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f, + 0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x31,0x2d,0x31,0x31,0x2d,0x30,0x37,0x54, + 0x32,0x33,0x3a,0x31,0x34,0x3a,0x34,0x32,0x2b,0x30,0x38,0x3a,0x30,0x30,0x11,0xd0, + 0x20,0x3d,0x0,0x0,0x0,0x4d,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61, + 0x72,0x65,0x0,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x20,0x36, + 0x2e,0x38,0x2e,0x38,0x2d,0x37,0x20,0x51,0x31,0x36,0x20,0x78,0x38,0x36,0x5f,0x36, + 0x34,0x20,0x32,0x30,0x31,0x34,0x2d,0x30,0x32,0x2d,0x32,0x38,0x20,0x68,0x74,0x74, + 0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67, + 0x69,0x63,0x6b,0x2e,0x6f,0x72,0x67,0x59,0xa4,0x5f,0x7f,0x0,0x0,0x0,0x18,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65, + 0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0, + 0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d, + 0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x34,0x30,0x89,0xbb, + 0xf,0x1f,0x0,0x0,0x0,0x16,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x34,0x30, + 0x71,0x14,0xcf,0x92,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67, + 0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58, + 0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x33, + 0x32,0x30,0x36,0x37,0x38,0x38,0x38,0x32,0x83,0xb4,0x90,0x2f,0x0,0x0,0x0,0x13, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0, + 0x31,0x2e,0x33,0x36,0x4b,0x42,0x42,0x16,0xaa,0xa5,0xbd,0x0,0x0,0x0,0x60,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69, + 0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x66,0x74,0x70,0x2f,0x31, + 0x35,0x32,0x30,0x2f,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f, + 0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x63,0x64,0x6e,0x2d, + 0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f, + 0x70,0x6e,0x67,0x2f,0x35,0x37,0x32,0x37,0x2f,0x35,0x37,0x32,0x37,0x30,0x37,0x2e, + 0x70,0x6e,0x67,0x97,0xa,0x4f,0x11,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae, + 0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/?.png + 0x0,0x0,0x5,0x2f, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x7,0x74,0x49, + 0x4d,0x45,0x7,0xde,0xa,0x1a,0xc,0x1d,0xb,0xf0,0x50,0x34,0x55,0x0,0x0,0x2, + 0xa9,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0xd9,0x4f,0x88,0xd4,0x55,0x1c,0x0,0xf0, + 0xcf,0x9a,0x15,0xac,0x74,0x4d,0xa5,0x55,0xdb,0x55,0xcb,0x40,0x5d,0xc5,0x3c,0x24, + 0x1b,0xa,0x7b,0x8,0xf,0x5e,0xf3,0x20,0xd1,0x21,0x4,0x3b,0x84,0x1d,0x8a,0x12, + 0x44,0x13,0x3d,0x14,0x14,0x74,0x8b,0x4e,0xa1,0x9e,0xb6,0x55,0x10,0x97,0xfe,0x90, + 0x56,0x26,0xc2,0x86,0xad,0x89,0xf4,0xc7,0xfe,0x18,0x2a,0x98,0x86,0xeb,0xaa,0x6c, + 0xb,0xe5,0xd6,0xce,0xb7,0x43,0x6f,0x66,0x77,0x66,0xb7,0x9b,0xef,0xd,0xc4,0x7c, + 0x2f,0xc3,0x7c,0xdf,0xe1,0xf3,0xfd,0xbe,0x79,0xef,0x37,0x33,0xef,0xd1,0x8a,0x26, + 0x47,0x5b,0x21,0xa7,0xdd,0x32,0x1d,0x1e,0x30,0xec,0x27,0x97,0x4a,0x37,0x39,0xc7, + 0xb3,0x3e,0x31,0x62,0xdc,0x84,0x3f,0x5d,0xf0,0x86,0xb9,0x25,0xf9,0x25,0xde,0x37, + 0x2e,0x84,0x30,0x91,0x5e,0x8f,0x78,0xb0,0x14,0xbf,0xc2,0xa0,0x10,0x6e,0x78,0xcf, + 0x73,0x36,0x7b,0xc5,0x79,0x21,0xec,0x29,0xc5,0x9f,0x16,0xc2,0x9,0x4f,0xba,0x27, + 0xe5,0x56,0xfb,0x5e,0xf8,0x45,0x57,0x39,0xfe,0x63,0xf,0xd7,0xe5,0xf7,0xa,0x77, + 0x3c,0x55,0x8e,0x5f,0xd4,0x30,0xb2,0xd9,0x84,0x8a,0x2d,0x79,0xf9,0x95,0xff,0xc9, + 0xb3,0x5d,0x18,0xb7,0x29,0x6f,0xf7,0x5f,0xa5,0xcf,0x7e,0xe1,0xb4,0xb1,0xd9,0xfa, + 0x85,0x1b,0x56,0xe7,0xe4,0x4f,0xa7,0xed,0xf6,0xb5,0xee,0x69,0xa3,0xbd,0x86,0x85, + 0xf,0xb5,0xe7,0xe6,0xaf,0x9a,0x10,0x86,0xac,0xaa,0x1b,0xed,0xf4,0xa5,0x70,0xc7, + 0xd3,0xb9,0xf9,0xa3,0x1e,0xd7,0x27,0x1a,0x4a,0x58,0xe8,0x23,0x21,0x1c,0xcc,0xd5, + 0x7f,0x95,0x1f,0xd0,0x81,0xb9,0xfa,0xeb,0x4a,0xa8,0xf2,0x9f,0x37,0x6c,0xcb,0xc, + 0xdd,0x77,0xa4,0xcc,0x64,0x9,0xdd,0x16,0x24,0xfe,0x84,0x47,0xf2,0xf2,0xd7,0xac, + 0x9d,0x92,0xad,0x96,0x70,0xd6,0xa9,0x32,0x7c,0xa8,0x38,0x64,0x5e,0x5d,0x9,0x7d, + 0x2a,0x69,0x2c,0x3b,0x7f,0xdc,0x19,0x21,0x1c,0xae,0x2b,0x61,0x9d,0xeb,0x42,0xf8, + 0x22,0x37,0x3f,0xe0,0x21,0xdd,0x86,0x1a,0x4a,0x58,0xec,0x58,0xe2,0x1f,0xcd,0xcd, + 0xff,0xbb,0xf4,0x56,0xd5,0x95,0xb0,0xd8,0xa7,0x65,0x26,0x7f,0xa0,0xb6,0xf2,0x27, + 0x4b,0x38,0xa4,0x27,0x75,0x5f,0x94,0x9f,0x2c,0xa1,0x62,0xb8,0x39,0x3c,0x74,0x3b, + 0x5b,0x6a,0xe5,0xcf,0xc4,0x57,0x9f,0xf9,0x4d,0xe3,0xbb,0x9a,0xb1,0xf4,0x5a,0x7c, + 0x8b,0x6f,0xf1,0x2d,0xbe,0xc5,0xff,0xbf,0xf9,0xa3,0xcd,0xe5,0xc3,0x6b,0xcd,0xe4, + 0x2b,0xc2,0xef,0xb6,0x9b,0x55,0x96,0x9f,0xef,0x64,0x9a,0xfc,0x57,0xdd,0x12,0xc6, + 0xea,0x4a,0xc8,0xce,0xb3,0x43,0x8,0x1f,0xe8,0xc0,0x56,0xb7,0xeb,0x4a,0x28,0xc0, + 0x2f,0xf2,0x9d,0x70,0xd9,0x72,0xd0,0x36,0xa5,0x84,0x22,0x3c,0x7b,0x84,0xb0,0xbb, + 0xf6,0xbe,0x5a,0xc2,0xa8,0xbd,0xb9,0x7f,0x68,0xc3,0x52,0x17,0x84,0x9f,0x2d,0x99, + 0x92,0x6b,0xb3,0xd5,0xcd,0xb4,0x27,0x32,0xf3,0xbc,0x2e,0x84,0x1d,0xd3,0xf2,0x3b, + 0xd3,0x9f,0xcc,0xcc,0xfc,0x72,0x97,0x85,0x6f,0xa7,0x1d,0x2f,0x75,0x95,0x98,0x7c, + 0x78,0x5b,0x8,0x2f,0x36,0x64,0xd7,0xf8,0xac,0xc,0xbf,0xc6,0x55,0xe1,0x8c,0xf9, + 0x53,0x72,0x8f,0x79,0xd3,0xaf,0x65,0xf8,0x59,0xde,0x15,0x2a,0xb6,0xd5,0x32,0x9d, + 0xf6,0xb9,0x98,0x96,0xde,0xb1,0xdc,0x3c,0x4f,0xb8,0x2e,0xc,0xa6,0xc3,0xf4,0x5, + 0x76,0xf9,0x31,0xe1,0xe7,0xbc,0x90,0xff,0x88,0x7d,0xb6,0x3,0xc2,0x5f,0x9e,0xc1, + 0x3c,0x2f,0xf9,0x26,0xe1,0x3f,0x78,0x79,0xc6,0x6f,0xc3,0xbb,0x1e,0x1b,0x8c,0x8, + 0xc7,0x2d,0xf5,0xbc,0xa1,0xb4,0xe5,0x2e,0xda,0xa9,0xb3,0x4,0xce,0xfd,0xfa,0x85, + 0xbf,0x1d,0x71,0x32,0xdd,0x6c,0x5c,0xb1,0x2f,0xd7,0xb1,0xca,0x4c,0xb1,0xd1,0xa8, + 0x50,0x49,0x9d,0xff,0xe6,0x2d,0x2b,0xcb,0xe1,0xb4,0x1b,0xa8,0x3d,0x68,0x47,0xbc, + 0x63,0x6d,0xb1,0xfb,0xb4,0x14,0xbd,0xc6,0x84,0x30,0x6a,0xbf,0x9e,0xda,0xf5,0x4a, + 0xc1,0x58,0x6f,0xc4,0x98,0x3e,0xbd,0xee,0x2b,0xb,0x57,0x27,0xfa,0x5e,0x3d,0xda, + 0xc,0xfa,0xa3,0x7c,0xef,0xad,0x68,0x72,0xfc,0x3,0xb1,0x6a,0xde,0xc2,0xd6,0xdd, + 0x3d,0x1e,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63, + 0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38, + 0x54,0x32,0x32,0x3a,0x30,0x35,0x3a,0x33,0x33,0x2b,0x30,0x38,0x3a,0x30,0x30,0xe4, + 0x1,0xf2,0x67,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x34,0x2d,0x31,0x30,0x2d,0x32, + 0x36,0x54,0x31,0x32,0x3a,0x32,0x39,0x3a,0x31,0x31,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0x43,0xc,0x53,0xe5,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f, + 0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72, + 0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63, + 0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd, + 0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65, + 0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69, + 0x67,0x68,0x74,0x0,0x35,0x31,0x32,0x8f,0x8d,0x53,0x81,0x0,0x0,0x0,0x17,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a, + 0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x35,0x31,0x32,0x1c,0x7c,0x3,0xdc,0x0,0x0, + 0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d, + 0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f, + 0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x34,0x31,0x34,0x32,0x39,0x37,0x37, + 0x35,0x31,0xc6,0x2c,0x5a,0xfd,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x32,0x38,0x31,0x32,0x42, + 0x40,0xa3,0xa1,0x3,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68, + 0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73, + 0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e, + 0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73, + 0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x37, + 0x38,0x33,0x2f,0x31,0x31,0x37,0x38,0x33,0x35,0x32,0x2e,0x70,0x6e,0x67,0xb1,0xe9, + 0xd9,0x1e,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/vector-polyline.png + 0x0,0x0,0x2,0x2, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x8,0x6,0x0,0x0,0x0,0x57,0x2,0xf9,0x87, + 0x0,0x0,0x0,0x6,0x62,0x4b,0x47,0x44,0x0,0x0,0x0,0x0,0x0,0x0,0xf9,0x43, + 0xbb,0x7f,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x0,0x48,0x0,0x0, + 0x0,0x48,0x0,0x46,0xc9,0x6b,0x3e,0x0,0x0,0x0,0x9,0x76,0x70,0x41,0x67,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0xce,0xee,0x8c,0x57,0x0,0x0,0x1,0x8d, + 0x49,0x44,0x41,0x54,0x68,0xde,0xed,0x98,0x31,0x2f,0x4,0x41,0x18,0x86,0x9f,0x93, + 0x8b,0x44,0x41,0x84,0xe8,0x54,0x22,0x91,0x28,0x4,0xa5,0x5f,0x40,0x45,0x45,0xaf, + 0x11,0x12,0xdd,0x95,0xa,0x9d,0x1f,0xa0,0x41,0xa7,0x52,0x2a,0x45,0xa5,0xd6,0xd1, + 0x12,0x85,0xa8,0x94,0x22,0xb9,0x5c,0x22,0xac,0xc2,0x16,0x97,0xf7,0xf6,0x76,0x76, + 0xed,0xce,0xce,0x6c,0x76,0x9e,0x64,0x9a,0xfb,0xde,0xd9,0xef,0x7b,0xef,0xdb,0x99, + 0x9b,0x1b,0x8,0x4,0x9a,0x4d,0xcb,0x75,0x1,0x40,0x54,0xa4,0xe6,0x11,0xd7,0xd5, + 0x17,0x25,0x18,0x70,0x4d,0xdb,0x75,0x1,0x9,0xe8,0xba,0x4c,0x5d,0x23,0x8d,0xec, + 0x40,0xa1,0x5d,0xa3,0x6c,0x1a,0xd9,0x1,0xdb,0xe4,0xea,0x70,0xe8,0x0,0x39,0x77, + 0x8d,0xb2,0xa9,0x7d,0x7,0x7c,0x30,0xd0,0x2,0x66,0x80,0x9e,0x7c,0xbe,0x1e,0xc7, + 0x74,0x14,0x26,0x92,0x91,0x37,0x9e,0xc4,0x91,0xcc,0x79,0xc6,0xe2,0x97,0x1b,0xe5, + 0x1c,0x26,0xda,0xc0,0xab,0xcc,0x39,0xb4,0x55,0xbc,0xd,0x3,0xdb,0xa2,0xff,0x4, + 0x26,0x7d,0x32,0x70,0x60,0x78,0xde,0x9d,0xe8,0x4f,0x6d,0x16,0xff,0x1f,0x3,0x3d, + 0x60,0x65,0xc8,0xb3,0x96,0x45,0xfb,0x3,0x2c,0xda,0x36,0x0,0xb0,0x2b,0x89,0xdf, + 0x81,0xd1,0x38,0x36,0xf,0x7c,0x48,0xfc,0x9,0x98,0x48,0x78,0xce,0x85,0xe8,0x6e, + 0xab,0x28,0x1e,0xe0,0x5e,0x12,0x9f,0x48,0x7c,0x87,0xc1,0x4e,0x5c,0x89,0x66,0x1a, + 0xe8,0x8a,0x66,0xb3,0x8a,0xe2,0x57,0x25,0xe9,0x37,0x30,0x97,0xa0,0x3b,0x4b,0x30, + 0xb1,0xd7,0x17,0xef,0x48,0xec,0x85,0x8a,0x7e,0x97,0xce,0x25,0xf1,0xcd,0x10,0xdd, + 0x18,0xf0,0x20,0xda,0x2e,0xb0,0x14,0x17,0xaa,0x5b,0x67,0xa7,0x8a,0xe2,0xc7,0xf9, + 0xdb,0xe6,0xfa,0x13,0x6f,0xa5,0xe8,0x17,0xc8,0xbf,0xe8,0xad,0xb2,0x2f,0xc9,0xde, + 0x30,0x1f,0x8,0xbd,0x32,0xf0,0x28,0xc9,0x8e,0x33,0xcc,0xf1,0xc6,0xc0,0x9a,0x24, + 0xfa,0x2,0x66,0xeb,0x64,0xe0,0x52,0x12,0x5d,0x67,0x9c,0x67,0xe3,0xf0,0x97,0x9b, + 0x29,0x6,0xf7,0xec,0xd,0x1f,0xc,0x24,0x9d,0xaf,0xcb,0xbe,0x75,0x88,0xc,0x7a, + 0x53,0x3c,0x15,0x1f,0xfe,0xd0,0x14,0xc2,0xc5,0xad,0x44,0xa9,0xef,0x79,0x23,0x3a, + 0xe0,0xf4,0xd6,0xc1,0x44,0x23,0x3a,0x50,0x94,0x70,0x37,0x9a,0x46,0x96,0xe,0x78, + 0xf5,0xce,0x2b,0xb5,0xef,0x40,0x30,0x10,0x8,0x4,0xdc,0xf2,0xb,0x30,0xbb,0xeb, + 0xb4,0xa5,0xac,0x15,0x62,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60, + 0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??.png + 0x0,0x0,0x9,0x5e, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x60,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x4f,0x3d,0xba,0x85, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0x0,0xaa,0x8d,0x23,0x32,0x0,0x0,0x0,0x9,0x70,0x48, + 0x59,0x73,0x0,0x0,0x1,0x2c,0x0,0x0,0x1,0x2c,0x0,0x73,0x88,0xe9,0x52,0x0, + 0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xde,0xc,0x13,0x12,0x38,0x1e,0x91,0x8e, + 0x34,0x9,0x0,0x0,0x6,0x55,0x49,0x44,0x41,0x54,0x68,0xde,0xd5,0xda,0x7b,0x6c, + 0xd6,0x57,0x1d,0xc7,0xf1,0x57,0x1f,0x6e,0x2d,0x85,0x96,0x42,0xb9,0xdf,0xd6,0x5a, + 0xca,0x45,0x56,0x19,0xe,0xa6,0x88,0xc3,0xcd,0x9,0x38,0x37,0xe7,0x8c,0x97,0x18, + 0x1c,0x9a,0xe8,0x8c,0x44,0xfd,0x67,0x1a,0xa3,0x4b,0x46,0x32,0xfe,0xd0,0x68,0x82, + 0x9,0xd1,0xa1,0x4b,0x26,0x46,0xdd,0x66,0x16,0x33,0x16,0xb6,0xc4,0x65,0x6c,0x6c, + 0x2e,0x19,0xb7,0x31,0x6,0xb,0x4c,0x60,0x94,0x71,0xbf,0x5f,0x5a,0xa0,0x2d,0xa5, + 0x97,0xe7,0xf8,0xc7,0xf3,0xe3,0xe9,0xd3,0x72,0x69,0x9f,0xde,0x7e,0xf0,0xfe,0xa3, + 0x49,0xcf,0xef,0xf7,0x3b,0xdf,0xcf,0xf7,0xfc,0x7e,0xe7,0x7b,0xce,0xf3,0x3d,0xdf, + 0x1c,0xdd,0x41,0x1f,0x85,0x86,0x2b,0x33,0x4a,0xa9,0x72,0xf9,0x8a,0x14,0x2b,0x56, + 0x20,0x91,0xbe,0xa3,0xc1,0x39,0x67,0x54,0xa9,0x75,0xc2,0xff,0x1c,0x73,0xc8,0x1, + 0xd5,0x2e,0x76,0xdd,0x74,0x4e,0x97,0x9e,0xce,0x35,0xd6,0x24,0x77,0x98,0x6c,0x9a, + 0x62,0xc3,0xe5,0x49,0x74,0xa0,0xc7,0xa4,0x66,0xe7,0x9d,0x75,0xd8,0x2e,0x3b,0xec, + 0xb0,0xcf,0x39,0xcd,0xbd,0xed,0xc0,0x70,0xd3,0xcd,0x31,0xd7,0x14,0xa3,0xd,0xb8, + 0xe6,0x1d,0x41,0x10,0x32,0xac,0xe4,0x5c,0xd3,0x56,0x70,0xc1,0x1,0xdb,0xac,0xb7, + 0xc9,0x3e,0x97,0x7a,0xc3,0x81,0xa1,0x66,0x59,0xe0,0xb,0x26,0x19,0xd4,0xaa,0xbd, + 0x49,0xb5,0x1a,0x87,0x1d,0x57,0xeb,0xa4,0xe3,0xaa,0xd5,0x68,0x4c,0x5b,0x19,0x28, + 0xdf,0x30,0xe3,0x15,0x2a,0x34,0x51,0xb1,0xc1,0xa,0x5a,0x3d,0x9d,0x74,0xca,0x76, + 0x6b,0xad,0xb3,0x5b,0x43,0x4f,0x39,0xd0,0xc7,0x34,0xf,0xfa,0xaa,0xdb,0xd,0xcc, + 0x30,0x5c,0xed,0x63,0x95,0xde,0xb7,0x5f,0xa5,0xb3,0x2e,0xa8,0x69,0xe7,0x73,0x18, + 0xa0,0x40,0x81,0xb1,0x4a,0x4d,0x51,0xa1,0xcc,0x18,0xf9,0x19,0x57,0x4f,0x78,0xc7, + 0x6a,0x6f,0x3a,0xd9,0xdd,0xe,0xe4,0x9a,0x63,0x91,0x85,0xc6,0xa4,0x5b,0xea,0x54, + 0x7a,0xd7,0x46,0xdb,0x1c,0x52,0x25,0x99,0xcd,0xa8,0x65,0x38,0x33,0x52,0x99,0xd9, + 0xe6,0xaa,0x30,0x46,0x9f,0xa8,0xb5,0xd1,0x4e,0x2f,0x78,0x51,0x65,0xa7,0xfa,0xbc, + 0xa6,0x99,0xf9,0xfe,0xed,0x7c,0xf4,0x55,0x7,0x75,0xb6,0xfa,0xbd,0xf9,0x46,0x66, + 0x44,0x99,0xae,0x91,0xab,0xdc,0x62,0xcf,0x39,0x28,0x99,0xb6,0xb2,0xd7,0x32,0x65, + 0x5d,0xef,0x3a,0xc7,0x6c,0xcf,0x66,0x88,0x3f,0x6c,0x95,0x7,0xc,0xef,0xae,0xb1, + 0x69,0x45,0x5f,0x93,0xfd,0xd4,0x3a,0x17,0xd3,0xd6,0xf6,0xf8,0x85,0x51,0x5d,0xe9, + 0x72,0x8c,0x65,0x8e,0x45,0x9d,0x25,0xed,0xb0,0xd4,0x27,0xd3,0x2f,0xba,0xa7,0x18, + 0x6c,0x81,0xe7,0x9c,0x49,0x5b,0xdd,0xe8,0xeb,0xfa,0x77,0xa6,0xa3,0x84,0xfb,0x6d, + 0x4c,0x8f,0xc5,0xe,0x8f,0x19,0xdf,0xc3,0xd2,0x5b,0xe8,0x67,0x8e,0xbf,0x3a,0x17, + 0xd9,0xae,0xf1,0x17,0xa5,0xd9,0x76,0x31,0xc4,0x93,0xce,0x46,0x1d,0x1c,0xb5,0xcc, + 0xc4,0x5e,0x13,0xdf,0xe2,0xc4,0x3d,0x5e,0x52,0x1f,0x69,0xd8,0xea,0xfe,0x6c,0x22, + 0x66,0xb9,0xd5,0x9a,0x5,0xc1,0x65,0x2f,0xb8,0xb3,0xd7,0xc5,0x5f,0x21,0xdf,0xf7, + 0xec,0x8c,0x5c,0x38,0xe3,0xb1,0x8c,0xf0,0x7d,0x43,0x3e,0x63,0x73,0xf4,0xd0,0xc7, + 0x7e,0xd4,0x2a,0x4a,0xc7,0x41,0x99,0x67,0xa2,0xf7,0xd0,0xe0,0x29,0x45,0xed,0x3f, + 0xb0,0xc0,0x9e,0x48,0xfe,0x1b,0x3e,0x1d,0xb3,0xf8,0x14,0xb9,0x1e,0x75,0x34,0xd2, + 0xf4,0xf,0x23,0x6e,0x7c,0xf3,0x97,0x1d,0x14,0x4,0x4d,0xfe,0xdc,0xb5,0x0,0xd6, + 0xcd,0xdc,0x6b,0x6b,0xe4,0xc2,0xf3,0x37,0x72,0xe1,0x73,0xf6,0xa,0x82,0x7a,0xbf, + 0x89,0xfd,0xd3,0x69,0xcb,0x54,0xeb,0x22,0x17,0xfe,0x66,0xc8,0xb5,0x6f,0x99,0x62, + 0x4b,0xb4,0xd2,0x3e,0xde,0xb9,0xc8,0xdb,0xc3,0x94,0x58,0x1b,0xad,0xd,0xcb,0xaf, + 0xb5,0x3,0x2e,0xb2,0x46,0x10,0x34,0x5a,0xa6,0x5f,0xdc,0x5a,0xaf,0x43,0xa9,0xb7, + 0x4,0xc1,0x25,0x3f,0x6c,0x7b,0x29,0xc7,0x13,0x9a,0x5,0x49,0x7f,0xea,0x68,0xb0, + 0x8a,0x85,0xdb,0xed,0x10,0x4,0x87,0xcc,0x6a,0x7d,0x61,0x9e,0x93,0x82,0xe0,0xb5, + 0x1e,0xda,0xe7,0x74,0x1f,0xf,0x44,0xdb,0x8c,0x35,0x6,0xb7,0x34,0xe,0xf2,0x72, + 0xe4,0xd7,0xec,0xb8,0xf5,0xb5,0x4b,0x8e,0xa5,0x9a,0x5,0x97,0xfd,0xa0,0xa5,0xf1, + 0xdb,0x2e,0x9,0x9a,0xfc,0x3c,0x6e,0x75,0x1d,0xa2,0xd8,0x7f,0x5,0xc1,0xb6,0x2b, + 0xbf,0x4e,0x6,0x47,0xb3,0xfb,0x1d,0xc5,0x71,0x6b,0xeb,0x20,0xf,0xba,0x28,0x48, + 0xfa,0x49,0xea,0xdf,0x85,0x6a,0x4,0xd,0x16,0xc7,0xad,0xab,0xc3,0xe4,0x79,0x51, + 0x10,0xbc,0x6d,0x28,0x9,0x4f,0xb,0x82,0xcd,0xb7,0xcc,0xf8,0xc3,0xc3,0x2e,0x9, + 0x2e,0x7a,0x88,0x89,0x3e,0x14,0x4,0x8f,0xc7,0xad,0x29,0x2b,0x8a,0xbd,0x2b,0x8, + 0x56,0x25,0xcc,0x74,0x1b,0xaa,0xac,0x8b,0x5b,0x53,0x56,0x9c,0xf1,0x16,0x98,0x97, + 0x70,0x97,0x81,0xd8,0xeb,0xa3,0xb8,0x35,0x65,0xc9,0x7a,0x8d,0x28,0x49,0x98,0x1, + 0x76,0xa9,0x8e,0x5b,0x51,0x96,0xec,0x76,0x2,0x39,0x89,0x68,0xd3,0xbc,0x2f,0x9d, + 0x6,0xbc,0x55,0x38,0xa3,0xa,0x12,0xc6,0x20,0xe9,0x60,0xdc,0x7a,0xb2,0xa6,0xde, + 0xe9,0x94,0x3,0x43,0x10,0xd4,0xc6,0xad,0x27,0x6b,0x9a,0x9c,0x4b,0x39,0x70,0xab, + 0x7d,0x3a,0x2d,0x24,0x52,0x7f,0xce,0x21,0x91,0xb9,0xb3,0xbb,0x45,0xe8,0x67,0x58, + 0xca,0x81,0xa3,0xc8,0xc9,0x3e,0x71,0x14,0x3b,0xb9,0xa9,0x9d,0x43,0x22,0x4a,0x64, + 0x97,0x74,0x5b,0xa2,0xb6,0xb7,0x18,0x69,0x68,0xca,0x81,0xf7,0x4,0x4c,0x4f,0xbd, + 0x90,0x5b,0x88,0xa9,0x46,0x20,0x24,0x6c,0x56,0x83,0x52,0x53,0xe3,0x56,0x94,0x25, + 0x9f,0xd7,0x17,0x7b,0x12,0xb6,0xdb,0x87,0x2,0xf3,0xe3,0x56,0x94,0x15,0xa3,0xdc, + 0x3,0xa9,0x1d,0xdc,0x1f,0x4,0xc1,0x76,0xa3,0xe3,0x56,0x95,0x5,0xdf,0xd5,0x20, + 0xa8,0xf2,0x25,0x98,0xe7,0xbc,0xa0,0xc9,0x8f,0xe3,0x56,0xd5,0x61,0xa,0xbc,0x2e, + 0x8,0x5e,0x4d,0x85,0xff,0x3c,0x2f,0x45,0x29,0xec,0xb1,0x71,0x2b,0xeb,0x20,0x8b, + 0xd4,0xb,0x1a,0x3c,0x72,0xa5,0xe1,0x2b,0xd1,0xb1,0xce,0xb2,0x2e,0x1e,0x7c,0xf7, + 0xe,0xe3,0xa2,0xc,0xe2,0xdb,0x2d,0x91,0x33,0xd7,0xf3,0x82,0xe0,0x94,0x7b,0xe3, + 0x56,0xd7,0x2e,0x7d,0xa3,0x39,0x5b,0xe7,0x9b,0x99,0xcd,0x33,0x1d,0x10,0x4,0x9b, + 0xdc,0x16,0xb7,0xc2,0x76,0x58,0xe4,0x82,0x20,0xf8,0xbb,0xdc,0xd6,0x17,0x7e,0xa6, + 0x41,0x10,0x3c,0xab,0x30,0x6e,0x8d,0x37,0xe0,0x6e,0x87,0x4,0xc1,0xae,0xab,0xd7, + 0xad,0x81,0x56,0x9,0x82,0x66,0x2b,0x6e,0xba,0xd4,0xfa,0x15,0x2a,0xa2,0x53,0x82, + 0xaa,0xd6,0x9f,0xcf,0x15,0x26,0x44,0xb9,0xdf,0x26,0xcb,0xdb,0xd4,0x41,0xdc,0x1c, + 0x54,0xd8,0x10,0xe9,0xfb,0xf5,0xf5,0x76,0x6e,0xd3,0xa3,0xf9,0xdd,0xe4,0xa9,0xd4, + 0x56,0xe9,0x26,0x62,0x6e,0x34,0xfa,0xcd,0x56,0xdc,0x28,0x7f,0x7e,0xa7,0xf7,0xa3, + 0x43,0x84,0xd5,0xca,0xe3,0xd6,0x9c,0x26,0xe1,0x1b,0x51,0x90,0x49,0x5a,0xd9,0xa6, + 0xce,0xe5,0x2a,0x66,0xa6,0xcf,0x28,0xdf,0xb3,0xe0,0xa6,0x58,0x17,0x86,0x58,0x1a, + 0x1d,0x7a,0x37,0xf9,0x63,0x7b,0xf2,0x61,0x6a,0xb4,0x50,0x7,0xa7,0x2d,0x8d,0x3d, + 0xe1,0x38,0xcb,0x2b,0x9a,0x4,0xc1,0x79,0x4f,0x74,0x34,0xbc,0x8c,0xb6,0xd2,0xe5, + 0xe8,0x95,0xbd,0x69,0xa1,0xbe,0x31,0x89,0x1f,0xe1,0x97,0xe,0x47,0x83,0x79,0xc0, + 0x23,0xd9,0xd4,0x69,0xe4,0x59,0x12,0x45,0xdc,0xa0,0xda,0xd3,0x66,0xf4,0xfa,0xc7, + 0x34,0xc8,0xb7,0xac,0x8f,0xca,0x6f,0x92,0xde,0xe8,0xcc,0xd1,0xcb,0x6c,0x2f,0x6b, + 0x8c,0x9c,0x38,0x62,0xb9,0x8a,0x5e,0xfb,0xd9,0x39,0xd8,0x43,0x5e,0x51,0x17,0xd9, + 0x3e,0xe9,0xc9,0xce,0x1e,0x7c,0x15,0x5a,0x62,0x77,0xba,0x62,0xe5,0x88,0x95,0xee, + 0xee,0xf1,0x23,0xc0,0xd1,0xbe,0x6f,0xad,0xda,0xc8,0xe6,0x65,0x6b,0xdc,0xdd,0xb5, + 0xb7,0x3f,0xc9,0xef,0x1c,0x49,0x3b,0x51,0xed,0x3f,0x1e,0x55,0xd6,0x23,0xb3,0x62, + 0x90,0x39,0x7e,0xeb,0x83,0x68,0xca,0x6,0xcd,0x36,0x5b,0xdc,0x1d,0x9,0x9f,0x1c, + 0x33,0xac,0x48,0x4f,0xa6,0xa0,0xd9,0x7e,0xff,0xb4,0xd8,0xe4,0xb6,0xdb,0xa9,0x4e, + 0x53,0x64,0x8e,0x5f,0x59,0x97,0xae,0x10,0xa,0x1a,0x6d,0xb1,0xa4,0xbd,0xba,0x88, + 0x94,0xb8,0x8e,0x91,0x30,0xcd,0x77,0x7c,0xcd,0xe4,0x74,0x24,0x68,0x76,0xcc,0x4e, + 0x1b,0x6c,0xb1,0xd7,0xf1,0xce,0x54,0x7c,0x4a,0x28,0x34,0xde,0xa7,0xcc,0x72,0x97, + 0xf2,0x8c,0xf2,0x81,0x1a,0xeb,0xfd,0xcb,0xab,0x4e,0x75,0x6c,0x74,0xb3,0x61,0x9c, + 0xfb,0x3c,0xec,0xb3,0xad,0xa6,0xd4,0x25,0xa7,0x54,0xda,0xed,0x43,0x87,0xec,0x77, + 0xc1,0x45,0xb5,0x9a,0xae,0xdb,0xc3,0x0,0x83,0xe5,0x1b,0xa1,0xcc,0x4,0x33,0x94, + 0x2a,0x55,0x94,0x11,0x1c,0x9b,0x54,0x7a,0xdd,0x9a,0x28,0x53,0xd2,0x21,0xb2,0x9f, + 0x1e,0xb9,0xa6,0xfa,0xa2,0xfb,0xcc,0x30,0xbc,0x4d,0x54,0xaa,0x77,0x5e,0x9d,0x23, + 0x4e,0xaa,0x55,0xe7,0xb4,0x6a,0x97,0x34,0xa,0xfa,0xe8,0x2f,0xdf,0x30,0xc3,0xf4, + 0x53,0x64,0x9c,0x62,0xf9,0xa,0xdb,0xc4,0xf4,0x7a,0x7,0x6c,0xf2,0x9a,0xf5,0x8e, + 0x64,0x97,0xad,0xed,0xec,0xfc,0xce,0xf3,0x9,0xb3,0xcc,0x71,0x87,0x92,0xab,0xc4, + 0x64,0x12,0xda,0xb1,0xd1,0xe0,0xa4,0x8f,0x6c,0xb6,0xc1,0x7,0x8e,0x75,0xa6,0xfa, + 0xb4,0x6b,0xcb,0x53,0xc2,0x10,0x25,0xa6,0xaa,0x30,0x49,0x99,0x21,0x86,0xe9,0xdf, + 0x6e,0xf9,0x77,0x52,0x52,0x8d,0xb3,0xce,0xd8,0x65,0xaf,0xed,0x2a,0x1d,0x51,0xd7, + 0x79,0x9,0xdd,0xb5,0xbe,0xe6,0x2a,0x34,0x4a,0x89,0x62,0x13,0x94,0x1b,0x24,0x4f, + 0x81,0x7c,0x79,0xfa,0x4b,0x68,0x56,0xaf,0x4e,0x8d,0x5a,0xf5,0x8e,0xdb,0xe3,0x98, + 0xd3,0xf6,0x3b,0xe7,0x42,0xe7,0x6b,0xd6,0x5b,0xf8,0x3f,0xe7,0x31,0x51,0x63,0xfb, + 0x9e,0x21,0xb4,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32, + 0x38,0x54,0x32,0x32,0x3a,0x30,0x37,0x3a,0x32,0x31,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0xbb,0xc1,0x33,0xed,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65, + 0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x34,0x2d,0x31,0x32,0x2d, + 0x31,0x39,0x54,0x31,0x38,0x3a,0x35,0x36,0x3a,0x33,0x30,0x2b,0x30,0x38,0x3a,0x30, + 0x30,0xec,0xf5,0x4d,0x4b,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66, + 0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c, + 0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61, + 0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69, + 0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c, + 0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x63,0x74,0x45,0x58,0x74,0x73,0x76,0x67,0x3a, + 0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x0,0x20,0x47,0x65,0x6e,0x65,0x72,0x61,0x74, + 0x6f,0x72,0x3a,0x20,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6c,0x6c,0x75,0x73,0x74, + 0x72,0x61,0x74,0x6f,0x72,0x20,0x31,0x36,0x2e,0x30,0x2e,0x30,0x2c,0x20,0x53,0x56, + 0x47,0x20,0x45,0x78,0x70,0x6f,0x72,0x74,0x20,0x50,0x6c,0x75,0x67,0x2d,0x49,0x6e, + 0x20,0x2e,0x20,0x53,0x56,0x47,0x20,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e,0x3a,0x20, + 0x36,0x2e,0x30,0x30,0x20,0x42,0x75,0x69,0x6c,0x64,0x20,0x30,0x29,0x20,0x20,0x72, + 0xb,0x75,0x96,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65, + 0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69, + 0x67,0x68,0x74,0x0,0x31,0x37,0x36,0xd9,0xb3,0x98,0xc2,0x0,0x0,0x0,0x17,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a, + 0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x32,0x36,0x36,0x51,0x1f,0x47,0x87,0x0,0x0, + 0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d, + 0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f, + 0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x34,0x31,0x38,0x39,0x38,0x36,0x35, + 0x39,0x30,0x36,0xa1,0x25,0x6b,0x0,0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x33,0x39,0x31,0x30,0x42,0x98, + 0xce,0xba,0x1d,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f, + 0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69, + 0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e, + 0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79, + 0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x38,0x33, + 0x30,0x2f,0x31,0x31,0x38,0x33,0x30,0x37,0x33,0x2e,0x70,0x6e,0x67,0xd4,0x0,0xc, + 0x1,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/pencil.png + 0x0,0x0,0x1,0x8f, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84,0x0,0x0,0xfa, + 0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60,0x0,0x0,0x3a, + 0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x18,0x74,0x45,0x58, + 0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x50,0x61,0x69,0x6e,0x74,0x2e, + 0x4e,0x45,0x54,0x20,0x76,0x33,0x2e,0x33,0x36,0xa9,0xe7,0xe2,0x25,0x0,0x0,0x0, + 0xe9,0x49,0x44,0x41,0x54,0x38,0x4f,0x63,0x60,0x18,0x52,0xe0,0x5b,0x6b,0xab,0xc0, + 0xf7,0x9e,0x9e,0xf3,0x7f,0x36,0x6c,0xf8,0xff,0x67,0xe3,0xc6,0x4,0x92,0x1d,0x3f, + 0x71,0xe2,0xc4,0xf3,0xe7,0x37,0x6f,0xf9,0xff,0x7b,0xfd,0xfa,0xff,0xe7,0xf2,0xf3, + 0xff,0x13,0x6d,0x40,0x57,0x57,0x97,0x0,0x48,0xf3,0xd6,0xad,0xdb,0xfe,0xaf,0x5f, + 0xbf,0xe1,0x7f,0x5b,0x62,0xd2,0xff,0x46,0x2b,0xab,0xf3,0x44,0x19,0xf0,0xeb,0xed, + 0x7a,0x1,0x20,0x3e,0x7f,0xf6,0xd8,0x4a,0xb0,0xe6,0x88,0x88,0xa8,0xff,0xba,0x7a, + 0x7a,0xe7,0xe3,0x94,0x95,0x4,0x88,0x35,0xe0,0xfc,0x97,0xfb,0xbd,0xff,0x5f,0x9e, + 0x2f,0xfe,0x9f,0x1b,0xef,0x7,0xd6,0xac,0xa4,0xac,0x4c,0x58,0x33,0xcc,0xe6,0xaf, + 0x8f,0xa6,0x80,0x35,0x4f,0xc8,0xb6,0xfc,0x5f,0x15,0xa4,0x4d,0x9c,0x66,0x90,0xd3, + 0x40,0xce,0xfe,0xf6,0x74,0x16,0x8a,0x66,0xa0,0x1,0x84,0x6d,0xa6,0x58,0xf3,0xdd, + 0x6d,0x79,0xf3,0x3f,0xdd,0x99,0x41,0x9e,0xcd,0xcf,0x8f,0xb5,0xb,0xbc,0xbb,0x30, + 0xe3,0xfd,0xfb,0x6b,0xab,0xfe,0x2f,0xa9,0xf3,0x5,0xfb,0x99,0x68,0x67,0x83,0x9c, + 0x9e,0x9a,0x96,0xd1,0xd0,0x56,0x9b,0xf7,0xff,0xd0,0xac,0xec,0xff,0xb3,0x53,0xd, + 0xe6,0x93,0xa4,0x19,0x64,0x80,0xab,0x9b,0xfb,0x7d,0x25,0x25,0xe5,0x86,0x6d,0x9d, + 0x11,0xc4,0x5,0x16,0x51,0x9,0x81,0xd6,0x8a,0x0,0x47,0xfa,0x9c,0xdd,0xff,0xe9, + 0xb1,0xe3,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/goforward.png + 0x0,0x0,0x18,0x40, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x3,0x84,0x0,0x0,0x3,0x84,0x8,0x6,0x0,0x0,0x0,0xf9,0x4e,0xff,0x3b, + 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88, + 0x0,0x0,0x17,0xf7,0x49,0x44,0x41,0x54,0x78,0x9c,0xed,0xdd,0xbd,0x8e,0x9d,0xd5, + 0x15,0x80,0xe1,0x75,0x30,0x15,0xf4,0x49,0x9f,0xda,0xe6,0x1a,0x48,0x11,0x29,0x2, + 0x9,0x12,0x65,0x84,0xa0,0xa6,0xca,0x2d,0xa4,0x82,0xdc,0x4,0x55,0x5a,0x64,0x3b, + 0x96,0x23,0x14,0x48,0xa4,0xe4,0x12,0x68,0x62,0x43,0x1b,0x7a,0xe8,0xe9,0xc6,0xd9, + 0x29,0x6c,0xb0,0x3d,0x3e,0x3f,0xdf,0x39,0xdf,0xcf,0xfe,0x59,0xcf,0x23,0xad,0x66, + 0x4e,0xb3,0x66,0xa6,0x38,0x7a,0x67,0xef,0xf3,0x4d,0x4,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0xd0,0x97,0x52,0xca,0x9f,0x4b,0x29,0xb7,0x6a,0xef,0x1,0x0,0x0, + 0xc0,0xc6,0x4a,0x29,0xdf,0x94,0x52,0x1e,0x96,0x52,0x5e,0xab,0xbd,0xb,0x0,0x0, + 0x0,0x1b,0x7a,0x16,0x84,0x45,0x14,0x2,0x0,0x0,0x24,0xf3,0x42,0x10,0x8a,0x42, + 0x0,0x0,0x80,0x4c,0x6e,0x4,0xa1,0x28,0x4,0x0,0x0,0xc8,0x62,0x4f,0x10,0x8a, + 0x42,0x0,0x0,0x80,0xc,0xe,0x4,0xa1,0x28,0x4,0x0,0x0,0x18,0xdd,0x91,0x20, + 0x14,0x85,0x0,0x0,0x0,0x23,0x3b,0x11,0x84,0xa2,0x10,0x0,0x0,0x60,0x54,0x13, + 0x82,0x50,0x14,0x2,0xc0,0xd,0xde,0x14,0x1,0xc8,0xe4,0xf7,0x11,0xf1,0x40,0x14, + 0x2,0xc0,0x53,0xde,0x10,0x1,0xc8,0x46,0x14,0x2,0xc0,0x33,0xde,0xc,0x1,0x18, + 0xd6,0xa7,0x9f,0x7e,0x1a,0x4f,0x9e,0x3c,0xd9,0xf7,0x92,0x28,0x4,0x0,0x0,0x18, + 0xc5,0xbe,0xcf,0x10,0xde,0xbe,0x7d,0xbb,0x5c,0x5d,0x5d,0x95,0xeb,0xeb,0x6b,0x9f, + 0x29,0x4,0x0,0x0,0x18,0xd5,0xa1,0x20,0x8c,0x8,0x51,0x8,0x0,0x0,0x30,0xb2, + 0x52,0xca,0xe3,0x43,0x41,0x18,0xa7,0xa3,0xf0,0xaf,0xb5,0xf7,0x7,0x0,0x0,0xe0, + 0x42,0xc7,0x4e,0x8,0x63,0x5a,0x14,0x3a,0x29,0x4,0x0,0x0,0xe8,0xd1,0x94,0x20, + 0xc,0x51,0x8,0x0,0x0,0x30,0x9e,0xa9,0x41,0x18,0xa2,0x10,0x0,0x0,0x60,0x2c, + 0xe7,0x4,0x61,0x88,0x42,0x0,0x0,0x80,0x71,0x9c,0x1b,0x84,0x21,0xa,0x1,0x0, + 0x0,0xc6,0x70,0x49,0x10,0x86,0x28,0x4,0x0,0x0,0xe8,0xdf,0xa5,0x41,0x18,0xa2, + 0x10,0x0,0x0,0xa0,0x6f,0x73,0x82,0x30,0x44,0x21,0x0,0x0,0x40,0xbf,0x4a,0x29, + 0x8f,0xe6,0x4,0x61,0x9c,0x8e,0xc2,0xfb,0x95,0xbe,0x35,0x0,0x0,0x0,0x8e,0x29, + 0xa5,0x3c,0x9e,0x1b,0x84,0xe1,0xa4,0x10,0x0,0x0,0xa0,0x3f,0x73,0xaf,0x8c,0x86, + 0x28,0x4,0x0,0x0,0xe8,0xd3,0x92,0x41,0x18,0xa2,0x10,0x0,0x0,0xa0,0x1f,0x4b, + 0x7,0x61,0x88,0x42,0x0,0x0,0x80,0x3e,0xac,0x11,0x84,0x21,0xa,0x1,0x0,0x0, + 0xda,0xb7,0x56,0x10,0x86,0x28,0x4,0x0,0x0,0x68,0xdb,0x9a,0x41,0x18,0xa2,0x10, + 0x0,0x0,0xa0,0x5d,0x6b,0x7,0x61,0x88,0x42,0x0,0x0,0x80,0x36,0x6d,0x11,0x84, + 0x21,0xa,0x1,0x0,0x0,0xda,0xb3,0x55,0x10,0x86,0x28,0x4,0x0,0x0,0x68,0xcb, + 0x96,0x41,0x18,0xa2,0x10,0x0,0x0,0xa0,0x1d,0x5b,0x7,0x61,0x88,0x42,0x0,0x0, + 0x80,0x36,0xd4,0x8,0xc2,0x10,0x85,0x0,0x0,0x0,0xf5,0xd5,0xa,0xc2,0x10,0x85, + 0x0,0x0,0x0,0x75,0xd5,0xc,0xc2,0x10,0x85,0x0,0x0,0x0,0xf5,0xd4,0xe,0xc2, + 0x10,0x85,0x0,0x0,0x0,0x75,0xb4,0x10,0x84,0x21,0xa,0x1,0x0,0x0,0xb6,0xd7, + 0x4a,0x10,0x86,0x28,0x4,0x0,0x0,0xd8,0x56,0x4b,0x41,0x18,0xa2,0x10,0x0,0x0, + 0x60,0x3b,0xad,0x5,0x61,0x88,0x42,0x0,0x0,0x80,0x6d,0xb4,0x18,0x84,0x31,0x2d, + 0xa,0x6f,0xad,0xff,0xd3,0x1,0x0,0x0,0x18,0x58,0xab,0x41,0x18,0xa7,0xa3,0xf0, + 0x4b,0x51,0x8,0x0,0x0,0x30,0x43,0xcb,0x41,0x18,0xa2,0x10,0x0,0x0,0x60,0x3d, + 0xad,0x7,0x61,0x88,0x42,0x0,0x0,0x80,0x75,0xf4,0x10,0x84,0x21,0xa,0x1,0x0, + 0x0,0x96,0xd7,0x4b,0x10,0x86,0x28,0x4,0x0,0x0,0x58,0x56,0x4f,0x41,0x18,0xa2, + 0x10,0x0,0x0,0x60,0x39,0xbd,0x5,0x61,0x88,0x42,0x0,0x0,0x80,0x65,0xf4,0x18, + 0x84,0x21,0xa,0x1,0x0,0x0,0xe6,0xeb,0x35,0x8,0x43,0x14,0x2,0x0,0x0,0xcc, + 0xd3,0x73,0x10,0x86,0x28,0x4,0x0,0x0,0xb8,0x5c,0xef,0x41,0x18,0xa2,0x10,0x0, + 0x0,0xe0,0x32,0x23,0x4,0x61,0x88,0x42,0x0,0x0,0x80,0xf3,0x8d,0x12,0x84,0x21, + 0xa,0x1,0x0,0x0,0xce,0x33,0x52,0x10,0x86,0x28,0x4,0x0,0x0,0x98,0x6e,0xb4, + 0x20,0xc,0x51,0x8,0x0,0x0,0x30,0xcd,0x88,0x41,0x18,0xa2,0x10,0x0,0x0,0xe0, + 0xb4,0x51,0x83,0x30,0x44,0x21,0x0,0x0,0xc0,0x71,0x23,0x7,0x61,0x88,0x42,0x0, + 0x0,0x80,0xc3,0x46,0xf,0xc2,0x10,0x85,0x0,0x0,0x0,0xfb,0x65,0x8,0xc2,0x10, + 0x85,0x0,0x0,0x0,0xaf,0xca,0x12,0x84,0x21,0xa,0x1,0x0,0x0,0x5e,0x96,0x29, + 0x8,0x43,0x14,0x2,0x0,0x0,0x3c,0x97,0x2d,0x8,0x43,0x14,0x2,0x0,0x0,0x3c, + 0x95,0x31,0x8,0x43,0x14,0x2,0x0,0x0,0xe4,0xd,0xc2,0x10,0x85,0x0,0x0,0x40, + 0x76,0x99,0x83,0x30,0x44,0x21,0x0,0x0,0x90,0x59,0xf6,0x20,0xc,0x51,0x8,0x0, + 0x0,0x64,0x25,0x8,0x45,0x21,0x0,0x0,0x90,0x94,0x20,0x14,0x85,0x0,0x0,0x40, + 0x52,0x82,0x50,0x14,0x2,0x0,0x0,0x49,0x9,0x42,0x51,0x8,0x0,0x0,0x24,0x25, + 0x8,0x45,0x21,0x0,0x0,0x90,0x94,0x20,0x14,0x85,0x0,0x0,0x40,0x52,0x82,0x50, + 0x14,0x2,0x0,0x0,0x49,0x9,0x42,0x51,0x8,0x0,0x0,0x24,0x25,0x8,0x45,0x21, + 0x0,0x0,0x90,0x94,0x20,0x14,0x85,0x0,0x0,0x40,0x52,0x82,0x50,0x14,0x2,0x0, + 0x0,0x49,0x9,0x42,0x51,0x8,0x0,0x0,0x24,0x25,0x8,0x45,0x21,0x0,0x0,0x90, + 0x94,0x20,0x14,0x85,0x0,0x0,0x40,0x52,0x82,0x50,0x14,0x2,0x0,0x0,0x49,0x9, + 0x42,0x51,0x8,0x0,0x0,0x24,0x25,0x8,0x45,0x21,0x0,0x0,0x90,0x94,0x20,0x14, + 0x85,0x0,0x0,0x40,0x52,0x82,0x50,0x14,0x2,0x0,0x0,0x49,0x9,0x42,0x51,0x8, + 0x0,0x0,0x24,0x25,0x8,0x45,0x21,0x0,0x0,0x90,0x94,0x20,0x14,0x85,0x0,0x0, + 0x40,0x52,0x82,0x50,0x14,0x2,0x0,0x0,0x49,0x9,0x42,0x51,0x8,0x0,0x0,0x24, + 0x25,0x8,0x45,0x21,0x0,0x0,0x90,0x94,0x20,0x14,0x85,0x0,0x0,0x40,0x52,0x82, + 0x50,0x14,0x2,0x0,0x0,0x49,0x9,0x42,0x51,0x8,0x0,0x0,0x24,0x25,0x8,0x45, + 0x21,0x0,0x0,0x90,0x94,0x20,0x14,0x85,0x0,0x0,0x40,0x52,0x82,0x50,0x14,0x2, + 0x0,0x0,0x49,0x9,0xc2,0xfa,0x23,0xa,0x1,0x0,0x80,0x2a,0x4,0x61,0x1b,0x23, + 0xa,0x1,0x0,0x80,0xcd,0x9,0xc2,0x76,0x46,0x14,0x2,0x0,0x0,0x9b,0x12,0x84, + 0x6d,0x8d,0x28,0x4,0x0,0x0,0x36,0x23,0x8,0xdb,0x1b,0x51,0x8,0x0,0x0,0x6c, + 0x42,0x10,0xb6,0x39,0xa2,0x10,0x0,0x0,0x58,0x9d,0x20,0x6c,0x77,0x44,0x21,0x0, + 0x0,0xb0,0x2a,0x41,0xd8,0xf6,0x88,0x42,0x0,0x0,0x60,0x35,0x82,0xb0,0xfd,0x11, + 0x85,0x0,0x0,0xc0,0x2a,0x4,0x61,0x1f,0x23,0xa,0x1,0x0,0x80,0xc5,0x9,0xc2, + 0x7e,0x46,0x14,0x2,0x0,0x0,0x8b,0x12,0x84,0x7d,0x8d,0x28,0x4,0x0,0x0,0x16, + 0x23,0x8,0xfb,0x1b,0x51,0x8,0x0,0x0,0x2c,0x42,0x10,0xf6,0x39,0xa2,0x10,0x0, + 0x0,0x98,0x4d,0x10,0xf6,0x3b,0xa2,0x10,0xa0,0x9e,0xd7,0x6b,0x2f,0x0,0x3c,0x57, + 0x4a,0xf9,0x65,0x44,0xfc,0xb1,0xf6,0x1e,0xd0,0xa9,0x5f,0xd4,0x5e,0x80,0xcb,0x3c, + 0x78,0xf0,0x20,0x3e,0xfc,0xf0,0xc3,0xb8,0x7b,0xf7,0x6e,0xdc,0xba,0xf5,0x4a,0xfb, + 0xbd,0x1b,0x11,0xf,0x23,0xe2,0xfd,0xed,0x37,0x3,0x18,0xdf,0xae,0xf6,0x2,0xc0, + 0x73,0xa5,0x94,0xb7,0x22,0xe2,0x51,0xed,0x3d,0x60,0x14,0x77,0xee,0xdc,0x89,0x6f, + 0xbf,0xfd,0xb6,0xf6,0x1a,0x4c,0x74,0x75,0x75,0x75,0x28,0xa,0x23,0x22,0xbe,0x8a, + 0x88,0xf7,0x77,0xbb,0xdd,0x93,0x8d,0xd7,0x2,0x18,0xda,0x6b,0xb5,0x17,0x0,0x0, + 0x88,0x78,0x7e,0x52,0xf8,0xe4,0xc9,0xde,0xe6,0x7b,0x37,0x22,0xbe,0x70,0x7d,0x14, + 0x60,0x59,0x82,0x10,0x0,0x68,0x86,0x28,0x4,0xd8,0x96,0x20,0x4,0x0,0x9a,0x22, + 0xa,0x1,0xb6,0xe3,0xa1,0x32,0xd0,0xb8,0xef,0xbf,0xff,0x3e,0x3e,0xfb,0xec,0xb3, + 0xda,0x6b,0x40,0x97,0x7e,0xf8,0xe1,0x87,0xda,0x2b,0x70,0xa1,0x7,0xf,0x1e,0xc4, + 0x47,0x1f,0x7d,0x14,0xf7,0xef,0xdf,0xdf,0xf7,0xb2,0x7,0xcd,0x0,0x0,0xe3,0x29, + 0xa5,0xbc,0x75,0xf3,0x79,0xeb,0x8f,0x1e,0x3d,0xaa,0xfe,0x48,0x78,0x63,0x8c,0xa9, + 0x35,0xfe,0x25,0x5,0xc0,0xba,0x5c,0x19,0x5,0x0,0x9a,0xe5,0xfa,0x28,0xc0,0xba, + 0x4,0x21,0x0,0xd0,0x34,0x51,0x8,0xb0,0x1e,0x41,0x8,0x0,0x34,0x4f,0x14,0x2, + 0xac,0x43,0x10,0x2,0x0,0x5d,0x98,0x10,0x85,0xf,0x37,0x5e,0x9,0xa0,0x7b,0x82, + 0x10,0x0,0xe8,0xc6,0x89,0x28,0x7c,0xcf,0x83,0x66,0x0,0xce,0x23,0x8,0x1,0x80, + 0xae,0xb8,0x3e,0xa,0xb0,0x1c,0x41,0x8,0x0,0x74,0x47,0x14,0x2,0x2c,0x43,0x10, + 0x2,0x0,0x5d,0x12,0x85,0x0,0xf3,0x9,0x42,0x0,0xa0,0x5b,0xa2,0x10,0x60,0x1e, + 0x41,0x8,0x0,0x74,0x4d,0x14,0x2,0x5c,0x4e,0x10,0x2,0x0,0xdd,0x13,0x85,0x0, + 0x97,0x11,0x84,0x0,0xc0,0x10,0x44,0x21,0xc0,0xf9,0x4,0x21,0x0,0x30,0xc,0x51, + 0x8,0x70,0x1e,0x41,0x8,0x0,0xc,0x45,0x14,0x2,0x4c,0x27,0x8,0x1,0x80,0xe1, + 0x88,0x42,0x80,0x69,0x4,0x21,0x0,0x30,0x24,0x51,0x8,0x70,0x9a,0x20,0x4,0x0, + 0x86,0x25,0xa,0x1,0x8e,0x13,0x84,0x0,0xc0,0xd0,0x44,0x21,0xc0,0x61,0x82,0x10, + 0x0,0x18,0x9e,0x28,0x4,0xd8,0x4f,0x10,0x2,0x0,0x29,0x88,0x42,0x80,0x57,0x9, + 0x42,0x0,0x20,0xd,0x51,0x8,0xf0,0x32,0x41,0x8,0x0,0xa4,0x22,0xa,0x1,0x9e, + 0x13,0x84,0x0,0x40,0x3a,0xa2,0x10,0xe0,0x29,0x41,0x8,0x0,0xa4,0x24,0xa,0x1, + 0x4,0x21,0x0,0x90,0x98,0x28,0x4,0xb2,0x13,0x84,0x0,0x40,0x6a,0xa2,0x10,0xc8, + 0x4c,0x10,0x2,0x0,0xe9,0x89,0x42,0x20,0x2b,0x41,0x8,0x0,0x10,0xa2,0x10,0xc8, + 0x49,0x10,0x2,0x0,0x3c,0x23,0xa,0x81,0x6c,0x4,0x21,0x0,0xc0,0xb,0x44,0x21, + 0x90,0x89,0x20,0x4,0x0,0xb8,0x41,0x14,0x2,0x59,0x8,0x42,0x0,0x80,0x3d,0x44, + 0x21,0x90,0x81,0x20,0x4,0x0,0x38,0x40,0x14,0x2,0xa3,0x13,0x84,0x0,0x0,0x47, + 0x88,0x42,0x60,0x64,0x82,0x10,0x0,0xe0,0x4,0x51,0x8,0x8c,0x4a,0x10,0x2,0x0, + 0x4c,0x20,0xa,0x81,0x11,0x9,0x42,0x0,0x80,0x89,0x44,0x21,0x30,0x1a,0x41,0x8, + 0x0,0x70,0x6,0x51,0x8,0x8c,0x44,0x10,0x2,0x0,0x9c,0x49,0x14,0x2,0xa3,0x10, + 0x84,0x0,0x0,0x17,0x98,0x18,0x85,0xaf,0x6f,0xbc,0x16,0xc0,0x59,0x4,0x21,0x0, + 0xc0,0x85,0x26,0x44,0xe1,0x3f,0x44,0x21,0xd0,0x32,0x41,0x8,0x0,0x30,0xc3,0x89, + 0x28,0xfc,0x4d,0x88,0x42,0xa0,0x61,0x82,0x10,0x0,0x60,0x26,0x51,0x8,0xf4,0x4a, + 0x10,0x2,0x0,0x2c,0x40,0x14,0x2,0x3d,0x12,0x84,0x0,0x0,0xb,0x11,0x85,0x40, + 0x6f,0x4,0x21,0x0,0xc0,0x82,0x44,0x21,0xd0,0x13,0x41,0x8,0x0,0xb0,0x30,0x51, + 0x8,0xf4,0x42,0x10,0x2,0x0,0xac,0x40,0x14,0x2,0x3d,0x10,0x84,0x0,0x0,0x2b, + 0x11,0x85,0x40,0xeb,0x4,0x21,0x0,0xc0,0x8a,0x44,0x21,0xd0,0x32,0x41,0x8,0x0, + 0xb0,0x32,0x51,0x8,0xb4,0x4a,0x10,0x2,0x0,0x6c,0x40,0x14,0x2,0x2d,0x12,0x84, + 0x0,0x0,0x1b,0x11,0x85,0x40,0x6b,0x4,0x21,0x0,0xc0,0x86,0x44,0x21,0xd0,0x12, + 0x41,0x8,0x0,0xb0,0x31,0x51,0x8,0xb4,0x42,0x10,0x2,0x0,0x54,0x20,0xa,0x81, + 0x16,0x8,0x42,0x0,0x80,0x4a,0x44,0x21,0x50,0x9b,0x20,0x4,0x0,0xa8,0x48,0x14, + 0x2,0x35,0x9,0x42,0x0,0x80,0xca,0x44,0x21,0x50,0x8b,0x20,0x4,0x0,0x68,0x80, + 0x28,0x4,0x6a,0x10,0x84,0x0,0x0,0x8d,0x10,0x85,0xc0,0xd6,0x4,0x21,0x0,0x40, + 0x43,0x44,0x21,0xb0,0x25,0x41,0x8,0x0,0xd0,0x18,0x51,0x8,0x6c,0x45,0x10,0x2, + 0x0,0x34,0x48,0x14,0x2,0x5b,0x10,0x84,0x0,0x0,0x8d,0x12,0x85,0xc0,0xda,0x4, + 0x21,0x0,0x40,0xc3,0x44,0x21,0xb0,0x26,0x41,0x8,0x0,0xd0,0x38,0x51,0x8,0xac, + 0x45,0x10,0x2,0x0,0x74,0x40,0x14,0x2,0x6b,0x10,0x84,0x0,0x0,0x9d,0x10,0x85, + 0xc0,0xd2,0x4,0x21,0x0,0x40,0x47,0x44,0x21,0xb0,0x24,0x41,0x8,0x0,0xd0,0x19, + 0x51,0x8,0x2c,0x45,0x10,0x2,0x0,0x74,0x48,0x14,0x2,0x4b,0x10,0x84,0x0,0x0, + 0x9d,0x12,0x85,0xc0,0x5c,0x82,0x10,0x0,0xa0,0x63,0xa2,0x10,0x98,0x43,0x10,0x2, + 0x0,0x74,0x4e,0x14,0x2,0x97,0x12,0x84,0x0,0x0,0x3,0x10,0x85,0xc0,0x25,0x4, + 0x21,0x0,0xc0,0x20,0x44,0x21,0x70,0x2e,0x41,0x8,0x0,0x30,0x10,0x51,0x8,0x9c, + 0x43,0x10,0x2,0x0,0xc,0x46,0x14,0x2,0x53,0x9,0x42,0x0,0x80,0x1,0x89,0x42, + 0x60,0xa,0x41,0x8,0x0,0x30,0x28,0x51,0x8,0x9c,0x22,0x8,0x1,0x0,0x6,0x26, + 0xa,0x81,0x63,0x4,0x21,0x0,0xc0,0xe0,0x44,0x21,0x70,0x88,0x20,0x4,0x0,0x48, + 0x40,0x14,0x2,0xfb,0x8,0x42,0x0,0x80,0x24,0x44,0x21,0x70,0x93,0x20,0x4,0x0, + 0x48,0x44,0x14,0x2,0x2f,0x12,0x84,0x0,0x0,0xc9,0x88,0x42,0xe0,0x27,0x82,0x10, + 0x0,0x20,0x21,0x51,0x8,0x44,0x8,0x42,0x0,0x80,0xb4,0x44,0x21,0x20,0x8,0x1, + 0x0,0x12,0x13,0x85,0x90,0x9b,0x20,0x4,0x0,0x48,0x4e,0x14,0x42,0x5e,0x82,0x10, + 0x0,0x0,0x51,0x8,0x49,0x9,0x42,0x0,0x0,0x22,0x42,0x14,0x42,0x46,0x82,0x10, + 0x0,0x80,0x9f,0x89,0x42,0xc8,0x45,0x10,0x2,0x0,0xf0,0x12,0x51,0x8,0x79,0x8, + 0x42,0x0,0x0,0x5e,0x21,0xa,0x21,0x7,0x41,0x8,0x0,0xc0,0x5e,0xa2,0x10,0xc6, + 0x27,0x8,0x1,0x0,0x38,0x48,0x14,0xc2,0xd8,0x4,0x21,0x0,0x0,0x47,0x89,0x42, + 0x18,0x97,0x20,0x4,0x0,0xe0,0x24,0x51,0x8,0x63,0x12,0x84,0x0,0x0,0x4c,0x22, + 0xa,0x61,0x3c,0x82,0x10,0x0,0x80,0xc9,0x44,0x21,0x8c,0x45,0x10,0x2,0x0,0x70, + 0x16,0x51,0x8,0xe3,0x10,0x84,0x0,0x0,0x9c,0x4d,0x14,0xc2,0x18,0x4,0x21,0x0, + 0x0,0x17,0x11,0x85,0xd0,0x3f,0x41,0x8,0x0,0xc0,0xc5,0x44,0x21,0xf4,0x4d,0x10, + 0x2,0x0,0x30,0x8b,0x28,0x84,0x7e,0x9,0x42,0x0,0x0,0x66,0x9b,0x10,0x85,0x7f, + 0xdf,0x78,0x25,0x60,0x2,0x41,0x8,0x0,0xc0,0x22,0x4e,0x44,0xe1,0x6f,0x4b,0x29, + 0xff,0x72,0x52,0x8,0x6d,0x11,0x84,0x0,0x0,0x2c,0xc6,0xf5,0x51,0xe8,0x8b,0x20, + 0x4,0x0,0x60,0x51,0xa2,0x10,0xfa,0x21,0x8,0xa1,0x2d,0xa5,0xf6,0x2,0x0,0xb0, + 0x81,0xeb,0xdd,0x6e,0x77,0x5d,0x7b,0x9,0x40,0x10,0x42,0x6b,0x76,0xb5,0x17,0x0, + 0x80,0xb9,0xae,0xae,0xae,0xe2,0xee,0xdd,0xbb,0x71,0xeb,0xd6,0xad,0x7d,0x2f,0xff, + 0x3b,0x22,0xde,0xdb,0x78,0x25,0xe0,0x0,0x41,0x8,0x0,0xc0,0x62,0x26,0xc4,0xe0, + 0x3b,0x4e,0x7,0xa1,0x1d,0xee,0x6e,0x43,0x5b,0x5c,0x19,0x5,0xa0,0x5b,0x27,0x62, + 0xf0,0x9f,0xbb,0xdd,0xee,0x9d,0xad,0x77,0x2,0x8e,0x73,0x42,0x8,0x6d,0x71,0x65, + 0x14,0x80,0x2e,0xb9,0x26,0xa,0x7d,0x12,0x84,0x0,0x0,0xcc,0xe2,0x9a,0x28,0xf4, + 0x4b,0x10,0x2,0x0,0x70,0x31,0x31,0x8,0x7d,0x13,0x84,0x0,0x0,0x5c,0x44,0xc, + 0x42,0xff,0x4,0x21,0x0,0x0,0x67,0x13,0x83,0x30,0x6,0x41,0x8,0x0,0xc0,0x59, + 0xc4,0x20,0x8c,0x43,0x10,0x2,0x0,0x30,0x99,0x18,0x84,0xb1,0x8,0x42,0x0,0x0, + 0x26,0x11,0x83,0x30,0x1e,0x41,0x8,0x0,0xc0,0x49,0x62,0x10,0xc6,0x24,0x8,0x1, + 0x0,0x38,0x4a,0xc,0xc2,0xb8,0x4,0x21,0x0,0x0,0x7,0x89,0x41,0x18,0x9b,0x20, + 0x4,0x0,0x60,0x2f,0x31,0x8,0xe3,0x13,0x84,0x0,0x0,0xbc,0x42,0xc,0x42,0xe, + 0x82,0x10,0x0,0x80,0x97,0x88,0x41,0xc8,0x43,0x10,0x2,0x0,0xf0,0x33,0x31,0x8, + 0xb9,0x8,0x42,0x0,0x0,0x22,0x42,0xc,0x42,0x46,0x82,0x10,0x0,0x0,0x31,0x8, + 0x49,0x9,0x42,0x0,0x80,0xe4,0xc4,0x20,0xe4,0x25,0x8,0x1,0x0,0x12,0x13,0x83, + 0x90,0x9b,0x20,0x4,0x0,0x48,0x4a,0xc,0x2,0x82,0x10,0x0,0x20,0x21,0x31,0x8, + 0x44,0x8,0x42,0x0,0x80,0x74,0xc4,0x20,0xf0,0x13,0x41,0x8,0x0,0x90,0x88,0x18, + 0x4,0x5e,0x24,0x8,0x1,0x0,0x92,0x10,0x83,0xc0,0x4d,0x82,0x10,0x0,0x20,0x1, + 0x31,0x8,0xec,0x23,0x8,0x1,0x0,0x6,0x27,0x6,0x81,0x43,0x4,0x21,0x0,0xc0, + 0xc0,0xc4,0x20,0x70,0x8c,0x20,0x4,0x0,0x18,0x94,0x18,0x4,0x4e,0x11,0x84,0x0, + 0x0,0x3,0x12,0x83,0xc0,0x14,0x82,0x10,0x0,0x60,0x30,0x62,0x10,0x98,0x4a,0x10, + 0x2,0x0,0xc,0x44,0xc,0x2,0xe7,0x10,0x84,0x0,0x0,0x83,0x10,0x83,0xc0,0xb9, + 0x4,0x21,0x0,0xc0,0x0,0xc4,0x20,0x70,0x9,0x41,0x8,0x0,0xd0,0x39,0x31,0x8, + 0x5c,0x4a,0x10,0x2,0x0,0x74,0x4c,0xc,0x2,0x73,0x8,0x42,0x0,0x80,0x4e,0x89, + 0x41,0x60,0x2e,0x41,0x8,0x0,0xd0,0x21,0x31,0x8,0x2c,0x41,0x10,0x2,0x0,0x74, + 0x46,0xc,0x2,0x4b,0x11,0x84,0x0,0x0,0x1d,0x11,0x83,0xc0,0x92,0x4,0x21,0x0, + 0x40,0x27,0xc4,0x20,0xb0,0x34,0x41,0x8,0x0,0xd0,0x1,0x31,0x8,0xac,0x41,0x10, + 0x2,0x0,0x34,0x4e,0xc,0x2,0x6b,0x11,0x84,0x0,0x0,0xd,0x13,0x83,0xc0,0x9a, + 0x4,0x21,0x0,0x40,0xa3,0xc4,0x20,0xb0,0x36,0x41,0x8,0x0,0xd0,0x20,0x31,0x8, + 0x6c,0x41,0x10,0x2,0x0,0x34,0x46,0xc,0x2,0x5b,0x11,0x84,0x0,0x0,0xd,0x11, + 0x83,0xc0,0x96,0x4,0x21,0x0,0x40,0x23,0xc4,0x20,0xb0,0x35,0x41,0x8,0x0,0xd0, + 0x0,0x31,0x8,0xd4,0x20,0x8,0x1,0x0,0x2a,0x13,0x83,0x40,0x2d,0x82,0x10,0x0, + 0xa0,0x22,0x31,0x8,0xd4,0x24,0x8,0x1,0x0,0x2a,0x11,0x83,0x40,0x6d,0x82,0x10, + 0x0,0xa0,0x2,0x31,0x8,0xb4,0x40,0x10,0x2,0x0,0x6c,0x4c,0xc,0x2,0xad,0x10, + 0x84,0x0,0x0,0x1b,0x12,0x83,0x40,0x4b,0x4,0x21,0x0,0xc0,0x46,0xc4,0x20,0xd0, + 0x1a,0x41,0x8,0x0,0xb0,0x1,0x31,0x8,0xb4,0x48,0x10,0x2,0x0,0xac,0x4c,0xc, + 0x2,0xad,0x12,0x84,0x0,0x0,0x2b,0x12,0x83,0x40,0xcb,0x4,0x21,0x0,0xc0,0x4a, + 0xc4,0x20,0xd0,0x3a,0x41,0x8,0x0,0xb0,0x2,0x31,0x8,0xf4,0x40,0x10,0x2,0x0, + 0x2c,0x4c,0xc,0x2,0xbd,0x10,0x84,0x0,0x0,0xb,0x12,0x83,0x40,0x4f,0x4,0x21, + 0x0,0xc0,0x42,0xc4,0x20,0xd0,0x1b,0x41,0x8,0x0,0xb0,0x0,0x31,0x8,0xf4,0x48, + 0x10,0x2,0x0,0xcc,0x24,0x6,0x81,0x5e,0x9,0x42,0x0,0x80,0x19,0xc4,0x20,0xd0, + 0x33,0x41,0x8,0x0,0x70,0x21,0x31,0x8,0xf4,0x4e,0x10,0x2,0x0,0x5c,0x40,0xc, + 0x2,0x23,0x10,0x84,0x0,0x0,0x67,0x12,0x83,0xc0,0x28,0x4,0x21,0x0,0xc0,0x19, + 0xc4,0x20,0x30,0x12,0x41,0x8,0x0,0x30,0x91,0x18,0x4,0x46,0x23,0x8,0x1,0x0, + 0x26,0x10,0x83,0xc0,0x88,0x4,0x21,0x0,0xc0,0x9,0x62,0x10,0x18,0x95,0x20,0x4, + 0x0,0x38,0x42,0xc,0x2,0x23,0x13,0x84,0x0,0x0,0x7,0x88,0x41,0x60,0x74,0x82, + 0x10,0x0,0x60,0xf,0x31,0x8,0x64,0x20,0x8,0x1,0x0,0x6e,0x10,0x83,0x40,0x16, + 0x82,0x10,0x0,0xe0,0x5,0x62,0x10,0xc8,0x44,0x10,0x2,0x0,0x3c,0x23,0x6,0x81, + 0x6c,0x4,0x21,0x0,0x40,0x88,0x41,0x20,0x27,0x41,0x8,0x0,0xa4,0x27,0x6,0x81, + 0xac,0x4,0x21,0x0,0x90,0x9a,0x18,0x4,0x32,0x13,0x84,0x0,0x40,0x5a,0x62,0x10, + 0xc8,0x4e,0x10,0x2,0x0,0x29,0x89,0x41,0x0,0x41,0x8,0x0,0x24,0x24,0x6,0x1, + 0x9e,0x12,0x84,0x0,0x40,0x2a,0x62,0x10,0xe0,0x39,0x41,0x8,0x0,0xa4,0x21,0x6, + 0x1,0x5e,0x26,0x8,0x1,0x80,0x14,0xc4,0x20,0xc0,0xab,0x4,0x21,0x0,0x30,0x3c, + 0x31,0x8,0xb0,0x9f,0x20,0x4,0x0,0x86,0x26,0x6,0x1,0xe,0x13,0x84,0x0,0xc0, + 0xb0,0xc4,0x20,0xc0,0x71,0x82,0x10,0x0,0x18,0x92,0x18,0x4,0x38,0x4d,0x10,0x2, + 0x0,0xc3,0x39,0x11,0x83,0x5f,0x85,0x18,0x4,0x88,0x88,0x88,0xd7,0x6b,0x2f,0x0, + 0x0,0xb0,0xa4,0x9,0x31,0xf8,0xfe,0x6e,0xb7,0x7b,0xb2,0xf1,0x5a,0x0,0x4d,0x72, + 0x42,0x8,0x0,0xc,0x43,0xc,0x2,0x9c,0x47,0x10,0x2,0x0,0x43,0x10,0x83,0x0, + 0xe7,0x13,0x84,0x0,0x40,0xf7,0xc4,0x20,0xc0,0x65,0x4,0x21,0x0,0xd0,0x35,0x31, + 0x8,0x70,0x39,0x41,0x8,0x0,0x74,0x4b,0xc,0x2,0xcc,0x23,0x8,0x1,0x80,0x2e, + 0x89,0x41,0x80,0xf9,0x4,0x21,0x0,0xd0,0x1d,0x31,0x8,0xb0,0xc,0xff,0x87,0x10, + 0xda,0x52,0x6a,0x2f,0x0,0xd0,0xba,0x13,0x31,0xf8,0xc5,0x6e,0xb7,0xfb,0xdd,0xd6, + 0x3b,0x1,0xf4,0xca,0x9,0x21,0xb4,0x65,0x57,0x7b,0x1,0x80,0x96,0x4d,0x38,0x19, + 0xfc,0xc3,0xc6,0x2b,0x1,0x74,0x4d,0x10,0x2,0x0,0x5d,0x70,0x4d,0x14,0x60,0x79, + 0x82,0x10,0x0,0x68,0x9e,0x18,0x4,0x58,0x87,0x20,0x4,0x0,0x9a,0x26,0x6,0x1, + 0xd6,0xe3,0xf3,0x4a,0xd0,0x90,0x52,0xca,0x9d,0x88,0x78,0xfc,0xe2,0xd7,0x7e,0xfc, + 0xf1,0xc7,0xf8,0xfa,0xeb,0xaf,0x2b,0x6d,0x4,0x7d,0xfb,0xf8,0xe3,0x8f,0xe3,0xbb, + 0xef,0xbe,0xab,0xbd,0x6,0x33,0x7c,0xf0,0xc1,0x7,0x71,0xef,0xde,0xbd,0x43,0x2f, + 0x7b,0x80,0xc,0xc0,0x4c,0x9e,0x32,0xa,0x6d,0x79,0xe5,0x8f,0x34,0x6f,0xbe,0xf9, + 0x66,0xbc,0xfd,0xf6,0xdb,0x15,0x56,0x81,0xfe,0xbd,0xf1,0xc6,0x1b,0xb5,0x57,0x60, + 0x86,0xab,0xab,0xab,0xf8,0xfc,0xf3,0xcf,0xf,0xbd,0xec,0x1,0x32,0x0,0xb,0x70, + 0x65,0x14,0x0,0x68,0x8e,0x6b,0xa2,0x0,0xdb,0x10,0x84,0x0,0x40,0x53,0xc4,0x20, + 0xc0,0x76,0x4,0x21,0x0,0xd0,0xc,0x31,0x8,0xb0,0x2d,0x9f,0x21,0x84,0xb6,0xfc, + 0x37,0x22,0x7e,0x5d,0x7b,0x9,0xe8,0xd4,0x5f,0x22,0xe2,0x57,0xb5,0x97,0xe0,0x72, + 0x27,0x62,0xd0,0x3,0x64,0x0,0x0,0x80,0xfd,0x4a,0x29,0xdf,0x94,0x1b,0x6e,0xdf, + 0xbe,0x5d,0x22,0xc2,0x74,0x30,0x57,0x57,0x57,0xe5,0xfa,0xfa,0xfa,0xe6,0xaf,0xf0, + 0x27,0x5f,0x96,0x52,0xf6,0x56,0x22,0x0,0x0,0x80,0x20,0xec,0x78,0xc4,0x20,0x0, + 0x0,0x30,0x8b,0x20,0xec,0x73,0xc4,0x20,0x0,0x0,0x30,0x9b,0x20,0xec,0x6f,0xc4, + 0x20,0x0,0x0,0xb0,0x8,0x41,0xd8,0xd7,0x88,0x41,0x0,0x0,0x60,0x31,0x82,0xb0, + 0x9f,0x11,0x83,0x0,0x0,0xc0,0xa2,0x4,0x61,0x1f,0x23,0x6,0x1,0x0,0x80,0xc5, + 0x9,0xc2,0xf6,0x47,0xc,0x2,0x0,0x0,0xab,0x10,0x84,0x6d,0x8f,0x18,0x4,0x0, + 0x0,0x56,0x23,0x8,0xdb,0x1d,0x31,0x8,0x0,0x0,0xac,0x4a,0x10,0xb6,0x39,0x62, + 0x10,0x0,0x0,0x58,0x9d,0x20,0x6c,0x6f,0xc4,0x20,0x0,0x0,0xb0,0x9,0x41,0xd8, + 0xd6,0x88,0x41,0x0,0x0,0x60,0x33,0x82,0xb0,0x9d,0x11,0x83,0x0,0x0,0xc0,0xa6, + 0x4,0x61,0x1b,0x23,0x6,0x1,0x0,0x80,0xcd,0x9,0xc2,0xfa,0x23,0x6,0x1,0x0, + 0x80,0x2a,0x4,0xa1,0x18,0x4,0x0,0x0,0x92,0x12,0x84,0x62,0x10,0x0,0x0,0x48, + 0x4a,0x10,0x8a,0x41,0x0,0x0,0x20,0x29,0x41,0x28,0x6,0x1,0x0,0x80,0xa4,0x4, + 0xa1,0x18,0x4,0x0,0x0,0x92,0x12,0x84,0x62,0x10,0x0,0x0,0x48,0x4a,0x10,0x8a, + 0x41,0x0,0x0,0x20,0x29,0x41,0x28,0x6,0x1,0x0,0x80,0xa4,0x4,0xa1,0x18,0x4, + 0x0,0x0,0x92,0x12,0x84,0x62,0x10,0x0,0x0,0x48,0x4a,0x10,0x8a,0x41,0x0,0x0, + 0x20,0x29,0x41,0x28,0x6,0x1,0x0,0x80,0xa4,0x4,0xa1,0x18,0x4,0x0,0x0,0x92, + 0x12,0x84,0x62,0x10,0x0,0x0,0x48,0x4a,0x10,0x8a,0x41,0x0,0x0,0x20,0x29,0x41, + 0x28,0x6,0x1,0x0,0x80,0xa4,0x4,0xa1,0x18,0x4,0x0,0x0,0x92,0x12,0x84,0x62, + 0x10,0x0,0x0,0x48,0x4a,0x10,0x8a,0x41,0x0,0x0,0x20,0x29,0x41,0x28,0x6,0x1, + 0x0,0x80,0xa4,0x4,0xa1,0x18,0x4,0x0,0x0,0x92,0x12,0x84,0x62,0x10,0x0,0x0, + 0x48,0x4a,0x10,0x8a,0x41,0x0,0x0,0x20,0x29,0x41,0x28,0x6,0x1,0x0,0x80,0xa4, + 0x4,0xa1,0x18,0x4,0x0,0x0,0x92,0x12,0x84,0x62,0x10,0x0,0x0,0x48,0x4a,0x10, + 0x8a,0x41,0x0,0x0,0x20,0x29,0x41,0x28,0x6,0x1,0x0,0x80,0xa4,0x4,0xa1,0x18, + 0x4,0x0,0x0,0x92,0x12,0x84,0x62,0x10,0x0,0x0,0x48,0x4a,0x10,0x8a,0x41,0x0, + 0x0,0x20,0x29,0x41,0x28,0x6,0x1,0x0,0x80,0xa4,0xb2,0x7,0xa1,0x18,0x4,0x0, + 0x0,0xd2,0xca,0x1c,0x84,0x62,0x10,0x0,0x0,0x48,0x2d,0x6b,0x10,0x8a,0x41,0x0, + 0x0,0x20,0xbd,0x8c,0x41,0x28,0x6,0x1,0x0,0x0,0x22,0x5f,0x10,0x8a,0x41,0x0, + 0x0,0x80,0x67,0x32,0x5,0xa1,0x18,0x4,0x0,0x0,0x78,0x41,0x96,0x20,0x14,0x83, + 0x0,0x0,0x0,0x37,0x64,0x8,0x42,0x31,0x8,0x0,0x0,0xb0,0xc7,0xe8,0x41,0x28, + 0x6,0x1,0x0,0x0,0xe,0x18,0x39,0x8,0xc5,0x20,0x0,0x0,0xc0,0x11,0xa3,0x6, + 0xa1,0x18,0x4,0x0,0x0,0x38,0x61,0xc4,0x20,0x14,0x83,0x0,0x0,0x0,0x13,0x8c, + 0x16,0x84,0x62,0x10,0x0,0x0,0x60,0xa2,0x91,0x82,0x50,0xc,0x2,0x0,0x0,0x9c, + 0x61,0x94,0x20,0x14,0x83,0x0,0x0,0x0,0x67,0x1a,0x21,0x8,0xc5,0x20,0x0,0x0, + 0xc0,0x5,0x7a,0xf,0x42,0x31,0x8,0x0,0x0,0x70,0xa1,0x9e,0x83,0x50,0xc,0x2, + 0x0,0x0,0xcc,0xd0,0x6b,0x10,0x8a,0x41,0x0,0x0,0x80,0x99,0x7a,0xc,0x42,0x31, + 0x8,0x0,0x0,0xb0,0x80,0xde,0x82,0x50,0xc,0x2,0x0,0x0,0x2c,0xa4,0xa7,0x20, + 0x14,0x83,0x0,0x0,0x0,0xb,0xea,0x25,0x8,0xc5,0x20,0x0,0x0,0xc0,0xc2,0x7a, + 0x8,0x42,0x31,0x8,0x0,0x0,0xb0,0x82,0xd6,0x83,0x50,0xc,0x2,0x0,0x0,0xac, + 0xa4,0xe5,0x20,0x14,0x83,0x0,0x0,0x0,0x2b,0x6a,0x35,0x8,0xc5,0x20,0x0,0x0, + 0xc0,0xca,0x5a,0xc,0x42,0x31,0x8,0x0,0x0,0xb0,0x81,0xd6,0x82,0x50,0xc,0x2, + 0x0,0x0,0x6c,0xa4,0xa5,0x20,0x3c,0x11,0x83,0xf,0xc5,0x20,0x0,0x0,0xc0,0x82, + 0x5a,0x9,0xc2,0x9,0x31,0xf8,0xda,0x36,0x3f,0x11,0x0,0x0,0x80,0x24,0x5a,0x8, + 0x42,0x31,0x8,0x0,0x0,0x50,0x41,0xed,0x20,0x14,0x83,0x0,0x0,0x0,0x95,0xd4, + 0xc,0x42,0x31,0x8,0x0,0x0,0x50,0x51,0xad,0x20,0x14,0x83,0x0,0x0,0x0,0x95, + 0xd5,0x8,0x42,0x31,0x8,0x0,0x0,0xd0,0x80,0xad,0x83,0x50,0xc,0x2,0x0,0x0, + 0x34,0x62,0xcb,0x20,0x14,0x83,0x0,0x0,0x0,0xd,0xd9,0x2a,0x8,0xc5,0x20,0x0, + 0x0,0x40,0x63,0xb6,0x8,0x42,0x31,0x8,0x0,0x0,0xd0,0xa0,0xb5,0x83,0x50,0xc, + 0x2,0x0,0x0,0x34,0x6a,0xcd,0x20,0x14,0x83,0x0,0x0,0x0,0xd,0x5b,0x2b,0x8, + 0xc5,0x20,0x0,0x0,0x40,0xe3,0xd6,0x8,0x42,0x31,0x8,0x0,0x0,0xd0,0x81,0xa5, + 0x83,0x50,0xc,0x2,0x0,0x0,0x74,0x62,0xc9,0x20,0x14,0x83,0x0,0x0,0x0,0x1d, + 0x59,0x2a,0x8,0xc5,0x20,0x0,0x0,0x40,0x67,0x4a,0x29,0xff,0x99,0x1b,0x84,0x27, + 0x62,0xf0,0x5e,0xa5,0x6f,0xd,0x0,0x0,0x80,0x63,0xe6,0x9e,0x10,0x3a,0x19,0x4, + 0x0,0x0,0xe8,0xd4,0x9c,0x20,0x14,0x83,0x0,0x0,0x0,0x1d,0xbb,0x34,0x8,0xc5, + 0x20,0x0,0x0,0x40,0xe7,0x2e,0x9,0x42,0x31,0x8,0x0,0x0,0x30,0x80,0x73,0x83, + 0x50,0xc,0x2,0x0,0x0,0xc,0xe2,0x9c,0x20,0x14,0x83,0x0,0x0,0x0,0x3,0x99, + 0x1a,0x84,0x62,0x10,0x0,0x0,0x60,0x30,0x53,0x82,0x50,0xc,0x2,0x0,0x0,0xc, + 0xa8,0x94,0xf2,0xf8,0x58,0x10,0x9e,0x88,0xc1,0xfb,0xb5,0xf7,0x7,0x0,0x0,0xe0, + 0x42,0xc7,0x4e,0x8,0x9d,0xc,0x2,0x0,0x0,0xc,0xec,0x50,0x10,0x8a,0x41,0x0, + 0x0,0x80,0xc1,0xed,0xb,0xc2,0x4f,0x3e,0xf9,0x44,0xc,0x2,0x0,0x0,0x8c,0x6e, + 0x5f,0x10,0x1e,0x21,0x6,0x1,0x20,0x22,0xbc,0x19,0x2,0x90,0xcd,0xdf,0x22,0xe2, + 0x6a,0xb7,0xdb,0xfd,0xaf,0xf6,0x22,0x0,0x0,0x0,0x2c,0x60,0xe2,0x9,0xa1,0x93, + 0x41,0x0,0x0,0x80,0xd1,0x4c,0x8,0x42,0x31,0x8,0x0,0x0,0x30,0xa2,0x13,0x41, + 0x28,0x6,0x1,0x0,0x0,0x46,0x75,0x24,0x8,0xc5,0x20,0x0,0x0,0xc0,0xc8,0xe, + 0x4,0xa1,0x18,0x4,0x0,0x0,0x18,0xdd,0x9e,0x20,0x14,0x83,0x0,0x0,0x0,0x19, + 0xdc,0x8,0x42,0x31,0x8,0x0,0x0,0x90,0xc5,0xb,0x41,0x28,0x6,0x1,0x0,0x0, + 0x32,0x79,0x16,0x84,0x62,0x10,0x0,0x0,0x20,0x9b,0x52,0xca,0x9f,0x6a,0xef,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x34,0xec,0xff,0x42,0xb7,0x33,0x93,0xc3, + 0xa1,0xef,0xe7,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/point.png + 0x0,0x0,0x1,0x1e, + 0x0, + 0x0,0x4,0xe3,0x78,0x9c,0xeb,0xc,0xf0,0x73,0xe7,0xe5,0x92,0xe2,0x62,0x60,0x60, + 0xe0,0xf5,0xf4,0x70,0x9,0x2,0xd2,0x2,0x20,0xcc,0xc1,0xc,0x24,0x35,0x74,0xf9, + 0x83,0x81,0x14,0x4b,0xba,0xa3,0xaf,0x23,0x3,0xc3,0xc6,0x7e,0xee,0x3f,0x89,0xac, + 0xc,0xc,0xcc,0xc,0x1,0x3e,0x21,0xae,0x40,0x71,0x6f,0x6f,0xef,0xa8,0xa8,0x28, + 0x86,0xe8,0xfe,0x9e,0x9e,0x9e,0x49,0x9b,0x8f,0x6d,0xba,0xf0,0x70,0xf3,0xdd,0x1f, + 0x5b,0xee,0xfc,0xd8,0x7a,0xf7,0xe7,0xd6,0x7b,0x3f,0x9f,0xbe,0xfd,0xf8,0xf6,0xfb, + 0x5f,0x86,0x51,0x30,0xa,0x86,0x23,0xb8,0xca,0xa3,0xba,0x9e,0x81,0x81,0x91,0xa1, + 0x24,0xc8,0x2f,0xf8,0xff,0xc8,0x6,0xc,0xc1,0xdf,0xd9,0x55,0x81,0x41,0x22,0x59, + 0xe2,0x1a,0x51,0x12,0x9c,0x9f,0x56,0x52,0x9e,0x58,0x94,0xca,0x10,0x90,0x98,0x99, + 0x57,0xa2,0xe7,0xe7,0x1a,0xa2,0x50,0x66,0xac,0x67,0xaa,0x67,0x62,0xd7,0x7b,0xa6, + 0xc,0xa8,0x28,0xd6,0xd3,0xc5,0x31,0x44,0x23,0x78,0x6e,0x7f,0x24,0x5f,0x83,0x1, + 0x87,0x8b,0xeb,0x82,0xa3,0x46,0xdf,0xf7,0xe7,0x2d,0x8d,0x5e,0x53,0xef,0x26,0x34, + 0x6d,0xf,0x8f,0xb3,0xc5,0x2b,0x8e,0x99,0x7b,0xe5,0xe6,0x37,0xa4,0x9e,0xce,0xa, + 0x9c,0xbd,0x6b,0xad,0x84,0xb1,0xcc,0x19,0x69,0xf,0xc6,0x4b,0x6c,0xc,0x4a,0x4c, + 0x6d,0x4e,0x2e,0x57,0xe6,0xfa,0x15,0x5d,0x9f,0xd1,0x7e,0xdc,0xfb,0xa2,0xaf,0xa0, + 0x5c,0x85,0xcd,0xa9,0x3d,0x41,0xd7,0x6e,0xa,0x2d,0x9c,0x78,0x9d,0xc9,0xbe,0x2e, + 0x72,0xfe,0xf7,0x3a,0xe6,0xca,0x7f,0x4b,0xfe,0x6c,0xb3,0x59,0x35,0x1,0x14,0x43, + 0x9e,0xae,0x7e,0x2e,0xeb,0x9c,0x12,0x9a,0x0,0xcc,0xd0,0x60,0x3, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-sizeh.png + 0x0,0x0,0x0,0x91, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x0,0x0,0x0,0xff,0xff, + 0xff,0x7e,0xef,0x8f,0x4f,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x36,0x49,0x44,0x41,0x54,0x8,0x5b,0x63,0x60,0xa0,0x14, + 0x68,0x30,0x30,0x70,0x81,0xe8,0x25,0xc,0xc,0x6c,0xd,0xc,0xc,0x4c,0x53,0x18, + 0x18,0x58,0x17,0x0,0xc5,0x42,0x80,0x74,0x6,0x3,0x3,0x67,0x28,0x10,0x44,0x20, + 0x68,0x98,0x38,0x4c,0x1d,0x4c,0x1f,0xdc,0x1c,0xf2,0x0,0x0,0xd3,0x23,0xa,0x2f, + 0x9a,0xc3,0x39,0x37,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????1.png + 0x0,0x0,0x5,0x19, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x7,0x74,0x49, + 0x4d,0x45,0x7,0xde,0xa,0x1a,0xb,0x23,0x8,0x2d,0xd3,0x68,0x17,0x0,0x0,0x2, + 0x93,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0x99,0x4d,0x68,0x13,0x41,0x14,0xc7,0x7f, + 0xbb,0x29,0x29,0x4a,0xe9,0x21,0x1f,0x48,0xa1,0xc6,0x83,0xa8,0x85,0x42,0x3d,0x88, + 0xb9,0x78,0x28,0x88,0x28,0xe2,0x49,0x3c,0xc4,0x93,0x20,0xf8,0x1,0xa2,0xd6,0x16, + 0xc1,0x83,0x20,0xa8,0xb9,0x49,0xb,0xad,0xb4,0x45,0xd0,0x43,0xd1,0xa,0x5e,0x14, + 0x3c,0x68,0x3d,0x88,0x50,0xd,0x8a,0x5e,0x4a,0x3c,0x8,0xc5,0x46,0x82,0x7,0xf, + 0x9,0xd5,0x24,0x8a,0x5a,0xcc,0x8e,0x87,0xc,0x61,0x37,0x1f,0x66,0xb3,0xd9,0x59, + 0xf,0xdd,0xb7,0x4,0x36,0x6f,0x67,0xe7,0xff,0x9b,0xc7,0x7b,0xc3,0xf0,0x16,0xec, + 0xdb,0x18,0x45,0x44,0x47,0x57,0x99,0x5b,0x74,0xb7,0xa1,0x68,0xb1,0xa3,0xe4,0x3b, + 0x94,0x17,0x8,0x32,0xf4,0x5b,0xa7,0xed,0xb2,0x29,0x7f,0x80,0x9,0xc2,0xc0,0xf, + 0x16,0xf8,0x8e,0xe6,0x68,0x9,0x7b,0xd8,0x4a,0x0,0xdd,0xd9,0xab,0xcb,0x72,0x5, + 0x59,0xb6,0x0,0x9a,0x83,0x4b,0x67,0xe,0x41,0x96,0x58,0xfb,0x11,0x18,0x62,0x86, + 0x6d,0x18,0xfc,0x62,0x23,0x20,0xe4,0xcf,0x25,0x6b,0x1d,0x90,0xcd,0x4c,0x31,0x4, + 0xcc,0xf3,0xdc,0x3d,0x59,0xfb,0x0,0x51,0x26,0x19,0x6,0x9e,0x72,0x89,0xbc,0xf7, + 0x0,0xbd,0xdc,0xe0,0x30,0x90,0xe2,0x3c,0x5f,0x8,0x78,0xd,0x10,0xe4,0xa,0xc7, + 0x80,0x34,0x67,0xf8,0xe8,0x30,0xf3,0x3b,0x0,0xd0,0x19,0xe3,0x2c,0x1a,0x9f,0x39, + 0x47,0x5a,0x8d,0xf8,0xbf,0x1,0x4e,0x73,0x99,0x6e,0x72,0x8c,0xb0,0xa8,0x4e,0xbe, + 0x39,0xc0,0x11,0xae,0xd3,0x43,0x91,0x8b,0x3c,0x52,0x29,0xdf,0xc,0x60,0x2f,0x13, + 0x84,0x59,0xe3,0x2a,0x77,0xd5,0xca,0x37,0x6,0x88,0x33,0x4d,0xc,0x83,0x71,0xa6, + 0xdd,0xdc,0x72,0xec,0x2,0xec,0x60,0x86,0x1,0x4,0xb3,0x24,0xf9,0x6d,0xf2,0xb, + 0x35,0x30,0xb5,0x5b,0xf1,0x6,0x92,0xec,0x2,0x5e,0x71,0x87,0x10,0x11,0xd3,0x13, + 0x8d,0x1e,0x2f,0x0,0x22,0xec,0x6,0x60,0x90,0x87,0x75,0xd1,0x9,0x4b,0x10,0xa5, + 0x0,0x9a,0x14,0x8,0x11,0x6a,0x38,0xbe,0xc4,0x4f,0xb5,0x0,0x15,0x5b,0x21,0xd5, + 0xd0,0x5f,0xe6,0x31,0x39,0x2f,0x0,0x52,0x1c,0x6f,0x98,0x72,0xa,0xd2,0xb0,0xd9, + 0x79,0x40,0x51,0xce,0xd7,0x9b,0xa3,0x3,0x92,0xf,0xe0,0x3,0xf8,0x0,0x3e,0x80, + 0xf,0xe0,0x3,0xf8,0x0,0x3e,0x80,0xf,0xe0,0xd0,0x34,0x1a,0x1c,0xea,0xbd,0x3, + 0x10,0x64,0x30,0xf8,0xc0,0x37,0xab,0xdb,0x6e,0x9b,0xce,0xd,0x9b,0xe2,0x2d,0xcb, + 0x14,0xff,0x1f,0xc0,0x2a,0x4f,0xea,0x9d,0xeb,0x2a,0x9,0x7d,0x80,0xf5,0x5,0xb0, + 0x89,0x4,0xdb,0x2d,0x9e,0x0,0xfb,0xd8,0x4f,0xb0,0xd5,0x8b,0x31,0xb2,0x8,0xe6, + 0x3a,0x6c,0x43,0x68,0x4c,0x22,0x58,0x22,0x6e,0x5a,0xe8,0x28,0x5,0x8a,0x1c,0xf4, + 0x26,0x2,0x82,0x35,0x60,0x27,0xb7,0x25,0x82,0xce,0x8,0xd7,0xe8,0xa5,0x6c,0xe9, + 0x3a,0x29,0x8c,0x0,0x44,0x99,0x47,0x20,0x48,0x13,0x7,0x46,0x29,0x21,0x28,0x70, + 0xaa,0xf5,0x82,0xdd,0x2,0x80,0x8,0xf7,0x11,0x8,0x96,0xb8,0x49,0x41,0xca,0xdb, + 0x98,0xd5,0x3d,0x80,0x4a,0x14,0xc,0xf9,0xa5,0xe5,0xab,0x3d,0x79,0x77,0x1,0xa0, + 0x8f,0x37,0x12,0x20,0xd9,0x6c,0x88,0xca,0x7d,0x40,0x27,0xc1,0x80,0xbc,0x3f,0x64, + 0xaa,0x8,0x8f,0x22,0xa0,0xcb,0xd4,0x5b,0xe5,0x1d,0x46,0x35,0x1d,0x3d,0x3,0x8, + 0x54,0x33,0xff,0x24,0x7d,0x96,0x8a,0xf0,0x8,0xe0,0x44,0xb5,0xf0,0x34,0x20,0x5a, + 0xad,0x88,0x41,0x6f,0x0,0x34,0xee,0xd5,0x14,0x5e,0x44,0x46,0x21,0x51,0x3b,0xb4, + 0xab,0xe9,0x14,0xed,0x98,0xa8,0xfb,0x3f,0xcb,0x1f,0x9e,0xf1,0xa0,0xfa,0x24,0xcf, + 0x5,0x3e,0x11,0xe4,0x45,0x2b,0xa1,0x18,0x2f,0x89,0xb1,0x42,0xaa,0x8d,0x46,0xa5, + 0x86,0x60,0xc1,0x24,0x56,0x31,0x1d,0xc3,0x49,0xf0,0xfa,0xc9,0x38,0xfa,0x28,0xfd, + 0xde,0xd2,0xda,0x6f,0xc3,0x6a,0xf7,0x81,0x1c,0x8b,0xe,0x9a,0xb4,0x6,0xaf,0x29, + 0x39,0x3,0xf8,0xb,0xa7,0xc2,0x1c,0x3c,0xb0,0xdb,0xb3,0xb2,0x0,0x0,0x0,0x25, + 0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0, + 0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x32,0x32,0x3a,0x30,0x35, + 0x3a,0x31,0x37,0x2b,0x30,0x38,0x3a,0x30,0x30,0x52,0x6b,0xd1,0x9,0x0,0x0,0x0, + 0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79, + 0x0,0x32,0x30,0x31,0x34,0x2d,0x31,0x30,0x2d,0x32,0x36,0x54,0x31,0x31,0x3a,0x33, + 0x35,0x3a,0x30,0x38,0x2b,0x30,0x38,0x3a,0x30,0x30,0x7c,0x46,0x45,0x28,0x0,0x0, + 0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f, + 0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d, + 0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f, + 0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69, + 0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0, + 0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75, + 0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb, + 0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x35,0x31, + 0x32,0x8f,0x8d,0x53,0x81,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68, + 0x0,0x35,0x31,0x32,0x1c,0x7c,0x3,0xdc,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0, + 0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0, + 0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d, + 0x65,0x0,0x31,0x34,0x31,0x34,0x32,0x39,0x34,0x35,0x30,0x38,0xd3,0xb6,0x6d,0x9c, + 0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53, + 0x69,0x7a,0x65,0x0,0x31,0x31,0x36,0x30,0x32,0x42,0xe6,0x1e,0xc6,0xd7,0x0,0x0, + 0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49, + 0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77, + 0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77, + 0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63, + 0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e, + 0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x37,0x37,0x35,0x2f,0x31,0x31,0x37, + 0x37,0x35,0x32,0x31,0x2e,0x70,0x6e,0x67,0xa7,0xcd,0xdf,0xcb,0x0,0x0,0x0,0x0, + 0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??.png + 0x0,0x0,0x16,0xcc, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdb,0x5,0x12,0x16,0x4,0x0,0xfa,0x1a,0x4c, + 0xee,0x0,0x0,0x14,0x46,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x5b,0x69,0x94,0x5d, + 0x55,0x95,0xfe,0xce,0x70,0xef,0x1b,0xab,0x2a,0xc3,0xab,0x4a,0xd5,0xab,0x8a,0xa4, + 0x33,0x54,0x30,0x24,0x28,0x60,0x6,0x34,0xb4,0x64,0x80,0xb5,0xec,0x96,0x76,0xea, + 0x5e,0x4b,0x50,0x12,0x95,0x6,0x3b,0xdd,0x86,0x48,0x6b,0x83,0x6d,0x6b,0x94,0xd8, + 0xd8,0x4a,0x1c,0x1a,0x1b,0x13,0x10,0x84,0x26,0x28,0x83,0x10,0xa6,0x40,0x0,0x5, + 0x4,0xd,0xb6,0x21,0x10,0x84,0x44,0x9,0x43,0x20,0x95,0x79,0xaa,0xaa,0x54,0xbd, + 0xe1,0xde,0x7b,0xa6,0xdd,0x3f,0xee,0x7b,0x2f,0x55,0xa4,0x52,0xa9,0xc,0x2e,0x68, + 0xdb,0xf3,0xd6,0x49,0xbd,0xf1,0x9c,0xf3,0x7d,0xfb,0x3b,0x7b,0xef,0xb3,0xef,0xd, + 0xf0,0xe7,0xf6,0xff,0xbb,0xb1,0xb7,0x7a,0x1,0x87,0x6b,0x6b,0x9e,0xfe,0xd,0x9c, + 0x73,0x90,0x42,0x80,0xb,0x1,0xc1,0x39,0x1c,0x11,0xac,0xb5,0x20,0x22,0x30,0xc6, + 0xf0,0xde,0x33,0x67,0xfc,0x69,0x12,0xb0,0xe6,0xe9,0xdf,0xc0,0x5a,0x8b,0x9e,0x9e, + 0x5e,0x5e,0x5f,0x5f,0x77,0x9a,0x10,0xa2,0xde,0xf7,0xbc,0xe,0x22,0xea,0xe,0xa3, + 0xa8,0x90,0xc9,0x64,0xc,0x91,0x83,0x73,0x4,0x15,0x45,0xd0,0xc6,0xc0,0x39,0x7, + 0xc6,0x18,0xe6,0xce,0x99,0xfd,0x7f,0x9b,0x80,0x2a,0xf8,0x37,0xb6,0x6c,0xe1,0x13, + 0xc6,0x8f,0xbf,0x70,0xd8,0xb0,0x61,0x57,0x5a,0x6b,0x87,0x69,0xad,0xa,0xd6,0xba, + 0x37,0x9c,0x73,0x2f,0x3,0xb4,0xc9,0x39,0x7a,0x9,0x44,0xaf,0x69,0xad,0xf7,0x46, + 0x4a,0x15,0x89,0xc8,0x68,0xad,0x61,0x8c,0x1,0xe7,0x1c,0x7f,0x73,0xde,0x7,0x87, + 0x34,0x9f,0x7c,0xab,0x1,0xf7,0x6d,0x4f,0xfd,0x6a,0xd,0xb4,0x36,0xe8,0xd8,0xba, + 0x85,0x4f,0x18,0x3f,0x61,0x5e,0x63,0x63,0x6e,0x69,0x2a,0x99,0xca,0x95,0x83,0x0, + 0x9e,0xe7,0x35,0x10,0x51,0x9b,0x73,0xee,0x2c,0x22,0x82,0xb5,0xa6,0xa8,0x94,0xee, + 0xb5,0xd6,0x6e,0x16,0x42,0xbc,0xac,0xb5,0xde,0x8,0xd0,0xb3,0x0,0x9e,0x3,0x10, + 0xe,0x75,0xce,0xb7,0xd,0x1,0x4f,0x3e,0xf5,0x14,0x8c,0xd1,0x78,0xed,0xb5,0x37, + 0xf8,0x29,0xa7,0x9c,0x3c,0xaf,0xb1,0xb1,0x71,0x69,0x2a,0x95,0xca,0x29,0xa5,0x20, + 0xa5,0x4,0x63,0xb1,0x58,0x89,0x8,0xce,0x11,0xac,0x35,0x59,0xce,0x45,0x96,0x31, + 0x96,0x7,0x63,0x15,0x52,0xec,0xe3,0x8c,0xb9,0xf9,0x8c,0xb1,0x1d,0x43,0x9d,0x97, + 0xbf,0xd5,0xc0,0x1,0xe0,0x89,0x5f,0x3e,0x9,0x63,0xc,0x5e,0xdd,0xfc,0xa,0x7f, + 0xe7,0xa4,0xf6,0x79,0x8d,0xb9,0xdc,0xd2,0x54,0x32,0x99,0x8b,0xa2,0x8,0x4,0x0, + 0x8c,0x81,0x80,0xda,0x73,0xce,0x39,0x84,0x90,0x10,0x42,0x82,0x73,0x1,0xc6,0x18, + 0x88,0x68,0x23,0x11,0x2d,0x49,0xa7,0x33,0x3b,0xaa,0x64,0xd,0xa5,0xbd,0xe5,0xa, + 0x78,0xec,0xb1,0x27,0xa0,0xb5,0xc1,0xab,0x9b,0x37,0xf3,0x29,0x93,0xde,0x39,0xaf, + 0x29,0xd7,0xb8,0x34,0x95,0x4e,0xe5,0xc2,0x28,0x2,0x10,0x3b,0x29,0x22,0xea,0xf7, + 0x9b,0x58,0x5,0xe,0xce,0x59,0x18,0xa3,0xa1,0xb5,0xde,0x68,0xad,0x5d,0xc0,0x80, + 0x35,0xc6,0xe8,0xa3,0x9a,0xff,0x2d,0x75,0x82,0x8f,0xfe,0xfc,0x17,0x70,0xce,0xe1, + 0xd5,0x97,0x37,0xf3,0x29,0xa7,0x4e,0x9a,0x37,0xaa,0xb9,0x79,0x69,0x3a,0x9d,0xce, + 0x45,0x15,0xf0,0x15,0xf8,0x3,0x2c,0x99,0xa0,0xb5,0x46,0x10,0x4,0x8,0x82,0xf2, + 0xc6,0x30,0xc,0x17,0x38,0x47,0x6b,0xa4,0x94,0x70,0xce,0xe1,0xdc,0x73,0xe6,0xe2, + 0xb6,0x3b,0xee,0x0,0x11,0xc0,0x18,0x50,0xe5,0xef,0x13,0xe7,0x7f,0xfc,0x90,0x35, + 0x1c,0x51,0x1,0xbf,0xfa,0xf5,0xaf,0x61,0x9d,0x85,0xe4,0xf1,0x3e,0xc,0xa3,0x8, + 0x8c,0x31,0x30,0x0,0xb3,0x66,0x9d,0x8d,0xc7,0x1e,0x7f,0x1c,0xe7,0xcc,0x9d,0x7b, + 0xd4,0xe0,0x1f,0x5a,0xbd,0x1a,0x4a,0x2b,0xbc,0xfa,0xfa,0x1b,0xfc,0xd4,0xc9,0x93, + 0xe6,0x35,0x35,0x35,0x2d,0x4d,0xa5,0x92,0xb9,0x72,0x39,0x88,0x61,0xb2,0x81,0xc0, + 0x3,0x44,0xe,0xd6,0x1a,0x84,0x61,0x88,0x72,0x39,0xd8,0x18,0x45,0x6a,0x81,0xb3, + 0xb4,0x26,0x91,0x4c,0x80,0x9c,0xc3,0xdc,0x73,0xe6,0x62,0xe5,0x3d,0xf7,0x60,0xe4, + 0xc8,0x1c,0xe,0xf4,0x1c,0xc0,0xee,0xdd,0xbb,0x13,0xe9,0x74,0x6,0x8e,0x5c,0x34, + 0xd0,0x3a,0x6,0xf5,0x1,0xeb,0x9e,0x7d,0xe,0x44,0x40,0x3a,0x95,0x41,0x10,0x6, + 0x63,0x82,0x30,0xbc,0xc8,0x1a,0x73,0xb9,0x31,0x66,0x96,0x73,0x2e,0xf9,0xc4,0x13, + 0xbf,0x84,0x73,0x4,0x22,0xc2,0xea,0x87,0x1f,0x19,0x32,0xf8,0x95,0xf7,0xdc,0xb, + 0xad,0x35,0x76,0xed,0xdc,0xce,0x4f,0x99,0x38,0x71,0xde,0xa8,0xa6,0xa6,0xa5,0xc9, + 0x54,0x2a,0x57,0x2a,0x97,0xe1,0x9c,0x8d,0x41,0x3a,0x7b,0x68,0xb7,0x6,0x5a,0x2b, + 0x94,0x83,0x0,0xa5,0x72,0x79,0x63,0x18,0x85,0xb,0x8,0x6e,0x4d,0x32,0x95,0x2, + 0x63,0xc,0xb3,0x67,0xcf,0xc2,0x83,0xf,0x3d,0x84,0xd1,0xa3,0xdf,0x81,0x62,0xb1, + 0x88,0x30,0x8,0x1b,0xf3,0xf9,0xfc,0xb7,0xd3,0xe9,0xd4,0x87,0xeb,0xeb,0xea,0xf0, + 0xb3,0xbb,0xee,0x1e,0x3a,0x1,0xeb,0x9f,0xff,0x1d,0x9c,0x73,0xc8,0x66,0x33,0xd0, + 0x5a,0x4f,0x6e,0x69,0x69,0xb9,0xb9,0x35,0x9f,0xbf,0xbe,0xae,0xbe,0xfe,0xdb,0xe9, + 0x74,0xfa,0x6e,0x2e,0xf8,0x8f,0x8d,0x35,0x73,0xac,0x73,0xc9,0x47,0x1e,0xfd,0x39, + 0xac,0x75,0x20,0x22,0xdc,0x77,0xff,0xaa,0x21,0x50,0x40,0x78,0xe5,0x95,0xd7,0xd8, + 0xa8,0x51,0xf9,0xb,0x1a,0x1b,0x73,0x4b,0x93,0xa9,0x64,0xae,0x54,0x2c,0xc2,0x59, + 0x87,0x38,0xc1,0xb1,0xa0,0x37,0x75,0x67,0x6d,0x4d,0xf6,0xe5,0x52,0x69,0x63,0x18, + 0x4,0xb,0x88,0x68,0x8d,0xef,0xf9,0x20,0x22,0x9c,0xfd,0xfe,0xbf,0xc4,0xea,0x87, + 0x1f,0x41,0x3e,0xdf,0x8a,0x3,0x7,0xe,0x20,0x8a,0xa2,0x5c,0x5b,0x5b,0xeb,0xb7, + 0x9b,0x1a,0x1b,0x17,0x49,0x21,0xa7,0x7d,0xe4,0x43,0x1f,0x3a,0xc4,0x97,0x1c,0x96, + 0x80,0xe7,0xd6,0x3f,0xf,0x63,0xc,0x12,0xbe,0xf,0x63,0xec,0xe4,0xc6,0xc6,0xc6, + 0x65,0xf5,0x75,0xf5,0x67,0x83,0x31,0x91,0xc9,0x64,0x90,0xcd,0x66,0x46,0x64,0x32, + 0xd9,0xb,0x52,0xa9,0xd4,0x5d,0x82,0xf3,0x1b,0xad,0x31,0x73,0x88,0x5c,0xf2,0xde, + 0xfb,0x1f,0x40,0x14,0x86,0xb8,0xeb,0xee,0x7b,0x6,0x85,0xcf,0x18,0x47,0x5b,0x5b, + 0x5b,0x43,0x2a,0x95,0xba,0x38,0x9d,0xce,0xe4,0xa,0x85,0x12,0x8c,0x75,0x70,0xce, + 0xc1,0x5a,0x1a,0xa0,0x3b,0x68,0x6d,0x10,0x4,0x1,0x4a,0xa5,0xd2,0xc6,0x20,0x8, + 0x16,0x38,0xe7,0xd6,0xf8,0x9e,0x7,0x22,0xc2,0xac,0xb3,0x63,0xf0,0x2d,0x2d,0x2d, + 0xe8,0xee,0xee,0x46,0x18,0x86,0xb9,0xb6,0xb6,0xd6,0xab,0xeb,0xeb,0x1b,0xe6,0x97, + 0x4a,0x65,0x18,0x63,0x26,0xde,0x75,0xf7,0xca,0x2c,0xe7,0xfc,0xc8,0x4,0x3c,0xb3, + 0xee,0x59,0x28,0xa5,0xe1,0xfb,0x1e,0x94,0x52,0x93,0x47,0x8c,0x18,0xb1,0x2c,0x9b, + 0x49,0x9f,0x65,0xac,0x81,0x10,0x2,0x89,0x44,0x12,0x89,0x44,0x12,0xc9,0x64,0x12, + 0xa9,0x74,0x66,0x78,0x3a,0x9d,0xfe,0x44,0x32,0x95,0xba,0x8b,0x31,0xf6,0x63,0x6b, + 0xec,0x2c,0xe7,0x48,0x1a,0x63,0x70,0xdb,0xed,0x77,0xe,0x46,0x1,0x0,0x92,0x89, + 0x44,0x22,0x1d,0x7b,0x72,0x53,0xb1,0xbc,0x83,0xb3,0xb6,0x5f,0xb7,0x36,0xfe,0x3c, + 0xa,0x43,0x94,0xcb,0xe5,0xd,0x41,0x10,0x2e,0x0,0x68,0x8d,0xef,0x27,0x40,0x44, + 0x98,0x3d,0xeb,0x6c,0x3c,0xb4,0xfa,0x61,0x34,0x37,0x37,0xa3,0xab,0xab,0xb,0xe5, + 0x72,0x39,0xd7,0xd2,0xd2,0x72,0x75,0x5d,0x5d,0xfd,0xfc,0x62,0xb1,0xc8,0xb5,0xd6, + 0x90,0x52,0x4e,0x10,0x42,0xd4,0x4b,0x21,0x7,0x27,0xe0,0xc9,0xa7,0x7e,0x85,0x52, + 0xa9,0x4,0xdf,0x97,0x88,0xc2,0x68,0xf2,0xf0,0x11,0xc3,0x97,0xa5,0xd3,0xa9,0xb3, + 0x94,0x36,0x20,0x62,0x10,0x42,0x80,0xb1,0xd8,0x41,0x9,0x21,0xe0,0x79,0x1e,0x92, + 0xc9,0x24,0x92,0xc9,0xd4,0xf0,0x64,0x32,0x79,0x81,0x9f,0xf0,0xef,0x0,0xc3,0xa5, + 0x51,0xa4,0x7c,0x47,0xe,0x2b,0x7e,0xf2,0xd3,0xc3,0x6e,0x81,0x8a,0x18,0x89,0x28, + 0x7e,0xe5,0x9c,0x83,0x75,0xe,0x96,0x6c,0x9f,0x1e,0x6f,0x7,0xad,0x35,0x82,0x28, + 0x7c,0x3d,0x8a,0xa2,0x85,0x8c,0xf1,0x35,0x9e,0xe7,0xc1,0x39,0x87,0x39,0xb3,0x67, + 0x61,0xd5,0x83,0xab,0x91,0xaf,0x58,0xbe,0x58,0x2a,0xe5,0x9a,0x9b,0x9b,0xaf,0xce, + 0x66,0xb3,0xf3,0x4b,0xa5,0x12,0x37,0xd6,0xc2,0xf7,0x7d,0x48,0xcf,0x6b,0x24,0xa2, + 0x71,0x3,0xc5,0xbc,0xfe,0xa,0x60,0xc,0x75,0x75,0x59,0x84,0x61,0x38,0x69,0xd8, + 0xf0,0x61,0xcb,0x53,0xa9,0xd4,0x59,0x4a,0x69,0x38,0x17,0xa7,0x21,0x71,0xec,0x8d, + 0x17,0xea,0x9c,0x3,0x88,0xc0,0x39,0x87,0xe7,0x49,0x24,0x92,0x49,0x24,0x13,0x89, + 0x26,0xcf,0xf3,0xbe,0xc6,0x39,0x3b,0x4f,0x30,0x7e,0x10,0xe6,0x9b,0x9a,0x23,0x2, + 0x55,0x9c,0x67,0x35,0xa6,0x5b,0xe7,0x60,0x6d,0xff,0x2d,0xe0,0x6c,0xfc,0xbe,0x36, + 0x6,0x5a,0xe9,0x15,0x52,0x88,0xa7,0x3c,0x5f,0x82,0x88,0x70,0xee,0x39,0x73,0xf0, + 0xc0,0xaa,0x7,0x91,0x6f,0x69,0x46,0x67,0x57,0x17,0x8a,0x85,0x62,0x2e,0x5f,0x3, + 0x5f,0xe6,0x5a,0x1b,0xc8,0x4a,0xb2,0x24,0xb8,0xa8,0x3,0x63,0xed,0x0,0x3b,0xc4, + 0x11,0xf6,0x27,0x80,0x8,0xaf,0x6f,0x7e,0xdd,0xcb,0xa4,0x33,0xb,0x7d,0xdf,0x9f, + 0x19,0x86,0x51,0xc5,0xb9,0x55,0xf7,0xa7,0x8d,0xc1,0x5b,0x5b,0x79,0x1d,0x2f,0x90, + 0x8,0xe0,0x8c,0x43,0x4a,0xf,0x9e,0x27,0xeb,0x85,0xe0,0x97,0x28,0xad,0xea,0xf9, + 0x61,0xd2,0xc,0x72,0xae,0xd6,0x41,0x4,0x72,0x2e,0x76,0x80,0xd6,0xf6,0xeb,0xce, + 0x59,0x38,0x1b,0x7f,0x66,0xad,0xcd,0x9c,0x3c,0xe9,0x54,0x84,0x41,0x80,0x73,0xcf, + 0x39,0x7,0xf7,0x3d,0xb0,0xa,0xf9,0x7c,0xb,0x3a,0xbb,0xba,0x50,0x28,0x14,0x72, + 0x2d,0x2d,0xcd,0x57,0x67,0xeb,0xb2,0xf3,0x8b,0xc5,0x22,0x57,0xaa,0x1a,0xf1,0xa8, + 0xaa,0x58,0x9,0xc2,0x3b,0x3f,0xfc,0xa1,0xf3,0xe,0x71,0x84,0xbc,0x3f,0x7e,0xc2, + 0xf0,0x11,0x23,0xea,0x82,0x30,0x3c,0xb5,0xb7,0xb7,0x0,0xad,0xcd,0x41,0xb,0xd, + 0x8,0xbe,0xb2,0x40,0x17,0x9f,0xd1,0x39,0x67,0x90,0x52,0x42,0x4a,0xef,0xc,0x47, + 0x74,0xa,0x0,0xfc,0xf8,0xa6,0x9b,0x7,0x50,0x80,0xab,0x74,0x82,0xc3,0xc1,0xac, + 0xae,0xbf,0xfc,0x2b,0xf3,0x39,0xb,0x30,0x82,0x10,0x7c,0xca,0xc6,0x8d,0xcf,0x67, + 0xa5,0xe7,0xe1,0x17,0x8f,0x3d,0x81,0xab,0x96,0x7c,0x7,0x9d,0x9d,0x5d,0x28,0x14, + 0x8b,0xb9,0x96,0x96,0x96,0xab,0xb3,0xd9,0xec,0xfc,0xde,0x42,0x91,0x87,0x51,0x14, + 0x8f,0x57,0x31,0x1a,0x55,0x5c,0xe,0x81,0x4e,0xbe,0xe3,0xce,0x9f,0x65,0xf1,0xa6, + 0x34,0xb9,0x1f,0x1,0xce,0x39,0x0,0x88,0x82,0x20,0xd8,0x1b,0x45,0x11,0x6c,0xc5, + 0xa,0x47,0x2,0x6f,0xfb,0x91,0x20,0xc0,0x5,0x1f,0x9,0xc2,0xec,0x64,0x3a,0x3d, + 0x60,0xe8,0x21,0xaa,0x6c,0x3,0x50,0xed,0xb9,0x1d,0x30,0x2,0xc4,0xa,0x3,0x18, + 0x84,0x94,0x33,0x18,0xe3,0x7f,0x1d,0x45,0x86,0x47,0x2a,0xc2,0x77,0xbf,0xff,0x4d, + 0x14,0x8a,0xc5,0xa6,0x7c,0x4b,0xcb,0xd5,0x75,0xd9,0xec,0xfc,0xde,0x42,0x81,0x87, + 0x61,0x58,0xd9,0x4e,0xd4,0x47,0x9d,0x54,0x75,0x34,0x13,0x8,0xac,0x7e,0x50,0x5, + 0x38,0xe7,0xc0,0xb9,0x28,0x19,0x63,0xee,0x56,0x4a,0x85,0xc6,0xc4,0xe7,0xeb,0xa1, + 0x80,0xb7,0x95,0x30,0x6,0xc4,0xdb,0x81,0x31,0x36,0xbb,0xa7,0xbb,0xbb,0x81,0x73, + 0x8e,0x65,0xcb,0xaf,0xef,0xef,0x6a,0xe2,0x7,0x31,0xb0,0xca,0x16,0x88,0x55,0x40, + 0x3,0xc4,0xff,0x78,0xab,0x10,0x4,0x17,0xc3,0x24,0x17,0x3f,0xf0,0x24,0x5b,0x6e, + 0x8d,0xfd,0x7,0x15,0x45,0xe7,0xbd,0x63,0xf4,0xe8,0xe5,0x75,0xd9,0xec,0xfc,0x9e, + 0xde,0x2,0xf,0x82,0xb0,0x32,0xc6,0xc1,0x71,0x5c,0x65,0x6b,0x55,0x5c,0x51,0x93, + 0xd1,0x6a,0x9c,0x35,0xb6,0xdf,0x5a,0xfa,0xc5,0x85,0xf8,0x54,0x65,0x1,0xd0,0xea, + 0x28,0x8a,0x9e,0x96,0x52,0xce,0x1,0x8b,0x1,0x1d,0x19,0xbc,0xad,0x31,0xce,0x38, + 0x3,0xe7,0xfc,0x74,0x63,0xcc,0x54,0x2e,0xc4,0x63,0x49,0x99,0xae,0xcd,0x71,0xdb, + 0xed,0x77,0x80,0x31,0x40,0x4a,0xe1,0xfb,0xbe,0x9f,0x2,0x8,0xd6,0x9a,0x5a,0xbe, + 0xde,0xcf,0x6d,0x50,0x9f,0xd7,0x44,0xe0,0x82,0x37,0x79,0xf0,0x2f,0xf1,0x7d,0x66, + 0x33,0xd9,0x4c,0x20,0xa5,0xcc,0x1e,0xe8,0xe9,0x41,0x7c,0x76,0x60,0x7,0x8f,0xe, + 0xec,0xe0,0xef,0x6b,0x89,0x15,0xb9,0x8c,0xb5,0x76,0x2,0x80,0x5f,0x1f,0x96,0x80, + 0xb9,0x73,0x66,0xe3,0x91,0x47,0x7f,0xe,0xc6,0x59,0x77,0x14,0x45,0x37,0x9,0x21, + 0xde,0xc7,0x38,0x4f,0x7a,0x52,0x82,0x8,0x47,0x4,0xef,0x2a,0x2a,0x60,0x60,0xe0, + 0x9c,0xf,0x63,0x8c,0x2d,0x8,0x82,0x60,0x2d,0xe7,0x51,0xe1,0x3f,0x7f,0xf0,0x5f, + 0x18,0xd6,0xd0,0x80,0x28,0x8a,0xb0,0x6d,0xdb,0x36,0xaf,0xbd,0xbd,0xfd,0x33,0xd9, + 0x6c,0x76,0x42,0x18,0x46,0x30,0xd6,0x82,0x1d,0xf6,0x5c,0x56,0x45,0x14,0x33,0xc4, + 0x38,0x3,0x0,0x51,0x2c,0x95,0xb2,0xc5,0x52,0x29,0x26,0xbc,0xc6,0x1c,0xf5,0xfb, + 0x5b,0xd,0xaf,0xda,0x18,0x28,0xad,0x61,0xac,0x31,0x83,0x6e,0x1,0x0,0xe0,0x9c, + 0xc7,0xa0,0x88,0x1e,0xe,0x82,0xe0,0xe9,0x28,0x8,0xa1,0xb4,0x8e,0xfd,0xc1,0x11, + 0xc0,0x57,0x7d,0x6,0x81,0x20,0x84,0x80,0x10,0xf2,0xaf,0x40,0xb8,0xb8,0xd0,0xd3, + 0xcb,0x8d,0x31,0xd0,0x5a,0x63,0xf7,0x9e,0xdd,0xfe,0x98,0x31,0x63,0x16,0x36,0x37, + 0x37,0x5f,0xa1,0x94,0x4e,0xf4,0xf4,0xf4,0x56,0xc2,0x9d,0x3d,0x4c,0x77,0x7d,0xfe, + 0xba,0x83,0xa1,0xb8,0x92,0x24,0xd5,0x42,0xe8,0x21,0xdf,0x8d,0xd7,0xab,0x95,0x86, + 0x8a,0x94,0x33,0xda,0xac,0x20,0xc2,0x3,0x6f,0x76,0x49,0x87,0x10,0x70,0xee,0x39, + 0x73,0x61,0x63,0x4f,0xda,0x1d,0x45,0xd1,0x4d,0x41,0x18,0x84,0x2a,0x8a,0x60,0xac, + 0x19,0x12,0x78,0x5b,0xd9,0xb3,0x8c,0x33,0x78,0x9e,0x4c,0x7a,0x9e,0xfc,0xb2,0x9f, + 0x4c,0xcc,0xeb,0xd8,0xb6,0x85,0xed,0xd9,0xb3,0xd7,0x3f,0x69,0xf4,0x49,0x97,0xe6, + 0xf3,0xf9,0x2b,0x9,0x54,0xd7,0xd9,0xd5,0x9,0x6d,0x74,0x6d,0xaf,0x9e,0xc8,0x6e, + 0xad,0x85,0xd2,0xa,0x61,0x14,0xba,0x48,0x45,0xb7,0x38,0xe7,0xbe,0xe4,0x49,0xef, + 0xc0,0x9b,0x85,0x36,0xe0,0x71,0x98,0x4b,0x59,0xad,0xb4,0x3e,0x1c,0x4,0xc1,0x1a, + 0x2,0xe6,0x26,0x9d,0x3,0xab,0x24,0x37,0x6e,0x10,0xf0,0xd5,0xd7,0x20,0x80,0x73, + 0x1,0xcf,0xf3,0x46,0x4a,0xad,0xaf,0x6e,0x6d,0x6e,0xf3,0xda,0xda,0x5a,0x87,0xb7, + 0x8d,0x6e,0xfb,0x2a,0x63,0x2c,0xdb,0xb9,0xbf,0xab,0xe2,0x77,0x0,0x87,0x13,0xd7, + 0xe2,0x2,0xa,0x62,0x2,0x94,0x72,0x91,0x8a,0x6e,0x31,0xc6,0x5c,0x2e,0x4,0xdf, + 0x2f,0x85,0x44,0x18,0x45,0x87,0x7c,0x7f,0xc0,0x76,0xe7,0xdd,0x2b,0x21,0xc0,0x60, + 0x9d,0x9b,0xe3,0xfb,0xde,0x8d,0xbe,0x9f,0x18,0x23,0xa5,0x4,0xe7,0xc,0x0,0xeb, + 0x27,0xc5,0x43,0xc9,0xa8,0x48,0xd1,0x5a,0x18,0x5d,0x3d,0xbb,0x97,0x8b,0x6d,0xa3, + 0xdb,0x64,0xbe,0xa5,0x25,0xd9,0xdd,0xdd,0x5d,0x1,0xcf,0x70,0x98,0x64,0xf1,0xd8, + 0x90,0xf7,0x1,0xaf,0xb5,0x72,0x51,0xa4,0x62,0xf0,0x52,0xec,0x97,0x52,0xc2,0x18, + 0x83,0xf9,0x17,0x7e,0xb2,0xdf,0xcf,0xc4,0xe1,0xc6,0x3b,0xff,0xfc,0xb,0x0,0x72, + 0x78,0x6e,0x57,0xe7,0x1b,0x23,0x7d,0xb1,0xc9,0x39,0x3b,0xde,0x5a,0xdb,0x64,0x8c, + 0x11,0xa6,0xe2,0xf,0x6c,0x35,0xd4,0xd0,0xa1,0xe0,0xab,0xe,0xb1,0x1a,0x87,0x89, + 0xc8,0xef,0xe9,0xe9,0x91,0xe5,0x52,0x19,0x89,0x44,0x32,0x4e,0x4e,0xaa,0xb9,0xc0, + 0x89,0x78,0x38,0x82,0x23,0x7,0x63,0xc,0x54,0xa4,0x5c,0x14,0x55,0x2d,0x2f,0xf6, + 0x4b,0x21,0x61,0x8d,0xc5,0xfc,0x79,0x9f,0x3c,0x1c,0x6f,0x3,0xb7,0x95,0x2b,0xef, + 0x1,0x11,0x41,0x29,0xd,0x2,0xe5,0x89,0xe8,0x6c,0x0,0xb3,0x85,0x10,0x67,0x31, + 0xc6,0xc7,0x30,0x6,0x9f,0x71,0xe,0x6,0xd6,0x27,0xa7,0xef,0x43,0x4e,0xd5,0xb9, + 0x59,0x7,0xa3,0x35,0xc2,0x30,0x84,0x52,0xa,0xb9,0xc6,0x1c,0x46,0x8c,0x18,0x11, + 0xff,0xe,0xf4,0xa6,0x8,0xd0,0xff,0x4,0x51,0xfd,0xac,0xef,0xbb,0x7,0xdf,0xeb, + 0xf3,0xaf,0xa3,0x9a,0xe5,0x95,0xd6,0xb7,0x58,0x6b,0x2f,0x97,0x52,0xee,0xf7,0xa5, + 0xf,0x63,0x35,0x3e,0x35,0x7f,0xde,0x60,0xc2,0x39,0x7c,0xfb,0xd9,0x5d,0x77,0x83, + 0x73,0xe,0x6d,0xc,0x40,0x40,0xb9,0x54,0xf4,0x84,0xf4,0x5a,0x8d,0x31,0x67,0x81, + 0xe1,0xe3,0x42,0x88,0xd9,0x52,0xc8,0x64,0xf5,0xac,0x3d,0x30,0x9,0xae,0x56,0xd0, + 0x8,0xa3,0x10,0x5a,0x6b,0x34,0xe6,0x1a,0x31,0x72,0xe4,0x48,0x30,0xc6,0xe0,0x88, + 0x50,0xd6,0x4,0xce,0x80,0x94,0x64,0xb5,0xad,0xd1,0x17,0x74,0xdf,0xf0,0xd5,0xb7, + 0xea,0x4b,0x95,0xb3,0x84,0x8e,0xa3,0x8c,0x33,0xc6,0xdc,0xe2,0x9c,0xbb,0x5c,0x48, + 0xb1,0xdf,0xf3,0x24,0xac,0x75,0xb8,0xe8,0xd3,0x9f,0x3a,0xd2,0xce,0x39,0x72,0xbb, + 0x65,0xc5,0xad,0x50,0x46,0x21,0xe1,0x25,0xc0,0x18,0x83,0x31,0x16,0xe5,0x72,0xb9, + 0x1,0xa0,0xb,0xa4,0xf4,0x2e,0x97,0x52,0x8e,0x11,0x42,0x0,0xc,0x3,0x82,0xb7, + 0x15,0x7f,0x51,0x55,0x82,0x36,0x6,0xa3,0x9a,0x9a,0x50,0x3f,0x7c,0x4,0x9e,0xdb, + 0xef,0x50,0x90,0x59,0xec,0xe8,0x2a,0x61,0x52,0xbd,0xc5,0xd4,0x51,0x3e,0x38,0xe2, + 0x14,0xd9,0x39,0xb,0x6b,0x2c,0x1c,0xb9,0x1a,0x78,0xce,0x79,0x8d,0x4,0xe7,0x62, + 0xd9,0x6b,0xa5,0x9c,0x31,0xe6,0x16,0x22,0x5c,0x2e,0xa5,0xdc,0x9f,0xf0,0x7d,0x58, + 0xe7,0x70,0xf1,0xdf,0x7f,0x66,0x50,0x5c,0xc7,0x54,0x15,0xbe,0xfe,0x86,0x1b,0x1, + 0xc1,0x41,0xda,0xa0,0xbe,0xbe,0xe,0xfb,0xf6,0xed,0x9f,0x25,0x84,0xb8,0x46,0x7a, + 0xde,0x14,0x21,0x4,0x40,0xa8,0xc5,0xe7,0x2a,0xf8,0x5a,0xe8,0xec,0xa3,0x84,0x48, + 0x5b,0xec,0xcc,0x9c,0x84,0xd4,0xe8,0x89,0xc8,0x64,0xd3,0x78,0x64,0xe3,0x4e,0x84, + 0x85,0x2,0x3e,0xd8,0x4a,0x98,0x96,0x63,0xb0,0xd6,0x90,0x56,0x7a,0x9f,0xd6,0x4a, + 0x59,0x1b,0xa7,0xb0,0x8c,0x73,0x48,0x21,0x5,0xe7,0xdc,0x8b,0xc9,0xb6,0xd0,0xc6, + 0x44,0x5a,0xa9,0x7b,0xad,0x73,0x57,0x26,0x12,0x89,0xfd,0xa9,0x44,0xa,0x96,0x2c, + 0x16,0x7c,0xf6,0x92,0x23,0x62,0x39,0xae,0xb2,0xf8,0xf,0x97,0x5d,0x7,0x22,0x42, + 0xa4,0x22,0x10,0xd1,0x4c,0xc1,0xc5,0xf,0xa5,0x94,0xa7,0xf6,0x57,0x42,0x7f,0xf0, + 0x55,0x52,0xca,0x4a,0xe3,0x25,0x55,0x87,0xb6,0x77,0x4f,0xc7,0x3b,0xda,0x9a,0xf1, + 0xf4,0x96,0x6e,0xec,0xec,0x2a,0xa1,0xf3,0x40,0x11,0xa6,0xd8,0x8b,0x73,0x47,0x94, + 0xe9,0x5d,0x75,0xea,0x7e,0x4e,0x6e,0xb1,0x32,0xa6,0xcb,0x39,0xc7,0x40,0x0,0xe3, + 0x9c,0x38,0x63,0x49,0x2,0x86,0x1,0xe0,0xce,0x39,0x22,0xe7,0x7a,0xb4,0xd2,0xdb, + 0xfc,0xa4,0x1f,0x72,0x21,0x40,0x44,0xf8,0xfc,0xa5,0xb,0x87,0x84,0x41,0xc,0xe9, + 0x5b,0x87,0x69,0xab,0x1f,0x7a,0x10,0x67,0xcf,0x9a,0xd,0xa3,0xd,0x76,0xef,0xde, + 0xbd,0xab,0xa1,0xa1,0xe1,0x14,0xc6,0xd9,0x54,0xa5,0x75,0xff,0x62,0x87,0xed,0xaf, + 0x84,0xc8,0x38,0xbc,0xea,0x46,0xe0,0xe4,0x33,0x67,0xe2,0x5d,0x93,0xc6,0xe0,0xb5, + 0x92,0x85,0x82,0x0,0x97,0x12,0x5c,0x8,0x44,0x8e,0x63,0x53,0x97,0xd5,0x6b,0xf7, + 0xd9,0x9b,0x6f,0xfd,0x4a,0xe3,0x7d,0xb7,0xfe,0x32,0x28,0x34,0xfa,0xae,0x17,0x60, + 0xbd,0x8c,0xf3,0x82,0x10,0xbc,0x9b,0x73,0xbe,0x8b,0x73,0xbe,0x93,0x31,0xb6,0x93, + 0x80,0x2e,0x2,0x8c,0x14,0x12,0x61,0x18,0xe1,0x8b,0xff,0x7c,0xd9,0x90,0x31,0x1c, + 0xd7,0x95,0xa1,0xab,0xfe,0xe3,0x5b,0x88,0x54,0x84,0xee,0xce,0xee,0xe4,0xd8,0xb1, + 0x63,0x17,0x8e,0x1d,0x37,0xf6,0x13,0xc5,0x62,0x11,0x5b,0xb6,0x6c,0x81,0xd1,0x0, + 0x17,0x31,0xbf,0x7d,0x95,0x10,0x69,0x87,0x4d,0xb6,0x1,0x13,0x67,0xbc,0x17,0x33, + 0x4e,0x1b,0x8f,0x8e,0x80,0x90,0x6d,0x10,0xc8,0x71,0xf,0x5c,0x48,0x30,0x2e,0x0, + 0xc6,0xd1,0xc9,0x98,0xdf,0xdd,0xc5,0xaf,0xa8,0xff,0xa7,0x9e,0xce,0x52,0xaf,0x5e, + 0x91,0xae,0xaf,0x77,0x8c,0x73,0x14,0xae,0x9d,0x77,0x3c,0x4b,0x3e,0x71,0xa,0xf8, + 0xc6,0x55,0xdf,0x84,0xb5,0x16,0x85,0xde,0x42,0xb6,0xad,0xad,0xed,0xab,0x63,0xc7, + 0x8e,0xbd,0x2,0x40,0xb6,0xbb,0xab,0x1b,0x9c,0x73,0x4,0x41,0x0,0x53,0x39,0xe5, + 0x51,0xc5,0x99,0x45,0xc6,0xe1,0x25,0xd3,0x80,0xb1,0xef,0x99,0x81,0xd3,0x27,0x8f, + 0xc5,0x3e,0x92,0x90,0xc9,0x4,0x3c,0x19,0xdb,0xa1,0x7a,0xa8,0x61,0x8c,0x3,0x9c, + 0x83,0xc0,0x33,0xc6,0xda,0x99,0x9c,0xf3,0xbd,0xe5,0x52,0xf1,0x45,0xcf,0xf3,0x29, + 0x31,0xed,0xa3,0x50,0xeb,0xee,0x7d,0x6b,0x9,0x58,0xf2,0x8d,0x7f,0x87,0xb5,0x16, + 0xbd,0x85,0xde,0x6c,0xbe,0xa5,0x65,0xf1,0xb8,0x71,0xe3,0x2e,0x63,0x8c,0x25,0x77, + 0xed,0xde,0xd,0xe7,0x1c,0x44,0x45,0xca,0x41,0xb9,0xc,0xa3,0x35,0x40,0x4,0x65, + 0x9,0x7f,0xd0,0xf5,0x68,0x7b,0xf7,0x34,0x4c,0x39,0xf9,0x24,0x6c,0x55,0xc,0x86, + 0x71,0x48,0xce,0x91,0xf4,0x25,0xa4,0x14,0x3,0x90,0xc0,0x40,0xe0,0x69,0x6b,0xdd, + 0x4c,0x6,0xec,0x2d,0xf7,0x16,0x5e,0xf4,0x12,0x3e,0x25,0xa6,0x7f,0x14,0xea,0x99, + 0x13,0x43,0xc2,0x51,0x13,0xf0,0xf5,0x2b,0x97,0xc0,0x54,0x2c,0x9f,0xcf,0xb7,0x2c, + 0x1e,0x3f,0x7e,0xfc,0x22,0xc6,0xb9,0xbf,0x73,0xd7,0xae,0x4a,0xa1,0x34,0xb6,0xb8, + 0x90,0x2,0x5c,0x70,0x4,0xe5,0x0,0xa1,0x36,0x78,0xc9,0xc,0xc3,0xa8,0x53,0xce, + 0x40,0xfb,0xb8,0x36,0x6c,0x2e,0x39,0x68,0x54,0x42,0x19,0x63,0x10,0x9c,0xd,0x42, + 0x2,0x7,0x81,0xa5,0xff,0x58,0x4a,0x38,0x2a,0x2,0x16,0x7f,0xed,0xca,0xd8,0xf2, + 0xbd,0xbd,0xd9,0xd6,0x7c,0x7e,0xf1,0x84,0x71,0x13,0x16,0x31,0xc6,0xfc,0x9d,0x3b, + 0x76,0x56,0xea,0x6f,0xd4,0x37,0xf5,0x85,0x14,0x12,0x8e,0x71,0xac,0x2f,0x24,0x31, + 0xe2,0xe4,0xd3,0xf1,0x17,0x27,0xe5,0xf1,0x52,0x8f,0x46,0x44,0x31,0xf8,0x5a,0x42, + 0x33,0x28,0x9,0xac,0x46,0xc2,0x1f,0x43,0x9,0x43,0x26,0xe0,0x2b,0x5f,0x5d,0xc, + 0x63,0x2d,0x7a,0x7b,0xa,0xd9,0xd6,0xd6,0xfc,0xe2,0xf1,0xe3,0xc7,0x2f,0x2,0x83, + 0xbf,0x7d,0xc7,0xce,0xb8,0x70,0x59,0xb1,0x7c,0xdf,0xae,0x1d,0xe1,0x85,0x62,0x12, + 0xc9,0x93,0x26,0xa1,0x35,0x3f,0xa,0x2f,0x74,0x46,0x88,0x88,0x83,0x57,0x2c,0x1f, + 0x63,0x3f,0x3a,0x12,0x4e,0xb4,0x12,0x86,0x44,0xc0,0xbf,0xfe,0xdb,0x57,0x62,0xcb, + 0xf7,0xf4,0x64,0x5b,0x5b,0xf3,0x8b,0x27,0x4c,0x98,0xb0,0x88,0x81,0xf9,0xdb,0x77, + 0xec,0x88,0xcb,0xd9,0x38,0x14,0x3c,0x88,0xb0,0x2b,0x20,0x74,0x67,0x47,0x63,0x44, + 0x6e,0x24,0x9e,0xdd,0x5d,0x46,0x40,0xc,0x8c,0x89,0x5a,0xf5,0xea,0x58,0x49,0x38, + 0x91,0x4a,0x38,0x22,0x1,0x57,0x7c,0xe9,0xcb,0xf1,0x1d,0x5b,0xbd,0x3d,0xd9,0xb6, + 0xd6,0xd6,0xc5,0xed,0xed,0xed,0x8b,0x0,0xf8,0x5b,0xb7,0x6f,0xaf,0x14,0x41,0xe9, + 0x10,0xf0,0x55,0x2,0xf6,0x44,0xc,0xaf,0x9b,0x2c,0x7e,0xbf,0x3f,0x42,0xd9,0xf1, + 0x38,0xcc,0xb1,0xf8,0x38,0x7d,0xbc,0x24,0xf4,0x57,0x82,0x77,0xcc,0x4a,0x18,0x94, + 0x80,0x2f,0xfe,0xcb,0x15,0xb0,0xce,0xa1,0xb7,0xa7,0x37,0xdb,0xd6,0xd6,0xb6,0xb8, + 0xbd,0xbd,0x7d,0x11,0x11,0xfc,0xad,0xdb,0xb6,0xd7,0x64,0xef,0x68,0x60,0x2,0xaa, + 0xf5,0xb8,0xb5,0xbb,0x35,0x3a,0x8d,0x4,0x97,0x5e,0x25,0xc6,0xb3,0xa,0xe6,0xe3, + 0x27,0xa1,0xa6,0x84,0x42,0xe1,0x45,0xcf,0x3f,0xb6,0xed,0x70,0x58,0x2,0x3e,0x7f, + 0xd9,0x17,0x2a,0xb2,0xef,0xcd,0x8e,0x1e,0xdd,0xba,0x78,0x62,0xfb,0xc4,0x45,0x20, + 0xf8,0x5b,0xb7,0x6e,0xad,0x95,0xbf,0xab,0x96,0x1e,0xa8,0x13,0x11,0x92,0x9c,0x30, + 0xd2,0xb3,0xd8,0x1e,0x70,0x14,0x9d,0x7,0x26,0xe2,0x24,0xe7,0x20,0xe6,0xe3,0x21, + 0x81,0x1d,0x54,0x2,0x63,0x7b,0xcb,0x85,0x8a,0x12,0xa6,0x7f,0x4,0x6a,0xdd,0x7d, + 0xc7,0x47,0xc0,0x3f,0x7e,0x6e,0x21,0x8,0x40,0x10,0x4,0xd9,0x7c,0xbe,0x65,0xf1, + 0xc4,0x89,0x13,0x17,0x11,0x91,0xdf,0xd1,0x17,0xbc,0x3b,0x8c,0xe5,0xfb,0x75,0x87, + 0x6,0x61,0x31,0x9c,0x85,0xd8,0x11,0x70,0x94,0xa8,0x92,0xe9,0xf1,0x2a,0xd8,0xe3, + 0x21,0x81,0xf7,0x21,0xc1,0xcd,0xe4,0x8c,0xed,0xd,0x4a,0xa5,0x17,0xa5,0x14,0x94, + 0x98,0xfa,0x61,0xa8,0x67,0xef,0x3f,0x76,0x2,0xde,0x33,0x75,0x3a,0xca,0xe5,0x52, + 0xa2,0xae,0xae,0x7e,0x71,0x7b,0xfb,0x84,0xcb,0x18,0x67,0x7e,0xc7,0xd6,0x8e,0xca, + 0xdd,0x98,0x7d,0xae,0xea,0xc,0xf6,0xa8,0x9c,0x3,0x8c,0x35,0x48,0x53,0x68,0x85, + 0x9,0x57,0xbf,0x12,0x65,0x14,0x11,0x9a,0x4e,0x2c,0x9,0x1c,0x44,0x48,0x1b,0x63, + 0x67,0x32,0x60,0x6f,0x18,0x4,0x2f,0x4a,0xce,0xc8,0x3f,0xfd,0x83,0x50,0xeb,0x1f, + 0x3c,0x22,0x1,0x3,0x9e,0x5,0x18,0x63,0xf0,0xfd,0x84,0x4f,0x44,0x53,0x76,0xef, + 0xd9,0xe3,0x47,0x91,0x2,0x63,0xf1,0x75,0x3f,0x6b,0x87,0x56,0xc4,0x73,0xce,0xc1, + 0x1a,0x3,0x6d,0x8c,0x75,0xd6,0xae,0x38,0x55,0x14,0x2e,0x5f,0x5d,0xce,0x4f,0x4, + 0x70,0x1d,0x63,0x6c,0xf2,0xd1,0x1e,0x43,0xd3,0x0,0xd2,0x9,0x9,0xd4,0xa7,0xe, + 0xfd,0x90,0x8,0x20,0x97,0xeb,0x76,0x76,0x29,0xac,0x81,0xa,0xca,0x2b,0xbc,0x44, + 0x72,0x48,0xb5,0xd6,0x1,0x15,0x30,0x75,0xea,0x34,0x48,0x4f,0x2a,0x6b,0xec,0xa6, + 0x20,0x8,0x66,0x0,0x68,0xae,0x15,0x21,0x6a,0xf1,0xde,0xd5,0xf2,0xfc,0x83,0xcf, + 0x5d,0xed,0x86,0x66,0xad,0x14,0xa2,0x28,0x52,0x5a,0xab,0x6b,0x8d,0xb5,0x5f,0xe9, + 0x65,0xc9,0xce,0x17,0x55,0x6e,0x9b,0x73,0x76,0x83,0xb3,0x6e,0x1a,0x11,0x9a,0x70, + 0x82,0x94,0x50,0x2d,0x5,0x3b,0x63,0xd2,0x3a,0x8a,0x4e,0x77,0x56,0x3f,0xc1,0x5, + 0xdb,0xa3,0xd6,0x3f,0x74,0x6c,0xa,0x40,0x6d,0x78,0x5a,0x6f,0x9d,0xfb,0x9c,0x52, + 0x6a,0x39,0x80,0xc9,0x44,0x54,0xbb,0x49,0x62,0xa0,0x56,0xad,0xc8,0x1a,0x63,0xa0, + 0x54,0xa4,0x8c,0x31,0xd7,0x38,0xa2,0x25,0x9e,0xf4,0x8a,0x45,0x2b,0x1,0xcf,0x7, + 0xb3,0xd1,0x1a,0xa3,0xa2,0x5,0x1,0xb0,0x1c,0x27,0x4a,0x9,0xe4,0xe0,0xb4,0x82, + 0x8d,0x52,0x50,0x25,0x2f,0xa7,0xca,0x34,0x5a,0x30,0xbc,0x70,0xcc,0xa,0x58,0xb7, + 0xee,0x19,0x4c,0x9f,0x71,0x26,0x84,0x10,0x70,0x8e,0xb6,0x12,0xd9,0xd,0x44,0x98, + 0x6,0xa0,0xa9,0x6a,0xa9,0x81,0x1c,0x9e,0x31,0x15,0xcb,0xab,0x48,0x29,0xa5,0xae, + 0xb1,0xd6,0x2c,0x11,0x5c,0x14,0x19,0x63,0xf8,0xd1,0xf7,0xbf,0x85,0xc4,0xf4,0x8f, + 0x1,0x5c,0x82,0x59,0xb3,0xf5,0x44,0x2a,0x1,0xce,0xc1,0x59,0xd,0x15,0x4,0xe8, + 0xee,0xee,0x7d,0xb5,0x54,0xa,0x97,0x33,0x2e,0x3a,0xa3,0x21,0x28,0xe0,0xb0,0x61, + 0xf0,0x99,0xb5,0xbf,0xc5,0xf4,0x19,0x67,0x82,0x73,0x6,0xe7,0xdc,0x56,0x6b,0xed, + 0x6,0x22,0x8a,0x17,0x5c,0xb3,0x78,0x1f,0x67,0x67,0xe2,0x52,0x57,0x14,0x55,0xc1, + 0xdb,0x25,0x42,0xc4,0xe0,0xaf,0xfd,0xc1,0x35,0x0,0x0,0xb5,0x76,0x25,0x12,0x33, + 0x3e,0x6,0x8,0x1,0x46,0x76,0xab,0xb3,0x76,0x83,0x73,0x6e,0x1a,0xc0,0x9a,0xaa, + 0x5e,0xfd,0x68,0x48,0x48,0xf8,0x12,0x92,0x33,0x38,0xab,0x11,0x14,0x4b,0xd8,0xb2, + 0x6d,0x5f,0xc7,0x9e,0xfd,0x3d,0x5f,0xf8,0xec,0x47,0xa6,0xfd,0xe6,0x99,0x4d,0xbb, + 0xa1,0xd7,0x1f,0xf9,0x8e,0xb5,0x41,0x13,0xa1,0xb5,0xbf,0xfd,0x2d,0xa6,0x4d,0x3f, + 0x33,0xbe,0x6a,0x5c,0x21,0xc1,0x91,0x9b,0x6,0x50,0xd3,0xc1,0x73,0xbe,0xab,0x94, + 0xa3,0x35,0x94,0x8a,0x94,0x56,0x3a,0x6,0xcf,0x79,0x11,0x8c,0xe1,0xba,0x65,0xd7, + 0xf6,0x1b,0x53,0xad,0x5d,0x89,0xc4,0xf4,0xbf,0x3d,0x21,0x4a,0xe0,0xc,0xf0,0x39, + 0x21,0x28,0x95,0xf0,0xbb,0x97,0xb6,0x75,0xbc,0xfc,0xc6,0x9e,0x85,0x7f,0xf7,0xfe, + 0x71,0xab,0x6e,0x78,0x68,0x23,0x4,0x7,0xd4,0x73,0xc7,0x49,0x40,0x55,0x9,0x53, + 0xa7,0x4d,0x7,0x63,0xc,0xd6,0xd1,0x56,0x67,0xed,0x6,0xeb,0xdc,0x34,0x22,0xd7, + 0xe4,0x6a,0xb5,0x78,0xd,0xa5,0x94,0x32,0x5a,0xd7,0x64,0xf,0xc6,0xf0,0xa3,0xeb, + 0x96,0xd,0x38,0xe6,0x9,0x51,0x2,0x11,0x9c,0x35,0x28,0x15,0x8a,0x58,0xb7,0x61, + 0x4b,0xc7,0xfa,0xdf,0x6f,0x5b,0x78,0xc5,0xfc,0xf7,0xae,0xfa,0xde,0x9d,0xcf,0xc3, + 0xf7,0x25,0x8a,0xd7,0x5d,0x74,0x44,0xf0,0x43,0x22,0x0,0x0,0xd6,0x3d,0xb3,0x16, + 0x53,0xa7,0x4e,0xad,0x94,0xc3,0xf5,0x56,0x6b,0xdd,0x6,0x6b,0xed,0x34,0x6b,0x5d, + 0x93,0xd1,0x1a,0xba,0x2,0xde,0x39,0xb7,0x84,0x73,0x51,0x64,0xc,0xb8,0xf1,0x47, + 0xd7,0xf,0x3a,0xe6,0x71,0x29,0xa1,0xa,0xbe,0x58,0xc2,0xba,0x17,0xb6,0x74,0xac, + 0xdb,0xd0,0xb1,0x70,0xe9,0xc2,0xd9,0xab,0x16,0x7e,0xef,0x71,0x24,0x13,0x1e,0xa, + 0xcb,0xe6,0xf,0x9,0xfc,0x90,0x9,0x0,0x62,0xc7,0x78,0xc6,0x7b,0xa6,0x2,0xf1, + 0x35,0x81,0xad,0xd6,0xda,0xd,0xd6,0x98,0xd3,0x8c,0x31,0x75,0xd6,0xda,0xef,0x39, + 0xe7,0xae,0xe2,0x9c,0x17,0x19,0xe7,0xb8,0xe9,0xc6,0x1b,0x86,0x34,0xe6,0x60,0x4a, + 0x0,0xe3,0x7d,0x2c,0x7e,0x90,0x84,0x2a,0xf8,0xa0,0x54,0xc2,0x86,0x97,0xb6,0x77, + 0xbc,0xb0,0x69,0xfb,0xc2,0xab,0x16,0xcc,0x5a,0x75,0xc9,0xb7,0x1e,0x45,0x2a,0xe9, + 0xa1,0xf0,0xc3,0xa3,0xab,0x19,0x1e,0x75,0x59,0xfc,0xa2,0x8b,0x2f,0x89,0xaf,0xbb, + 0x5b,0xd,0x6b,0xec,0x14,0x10,0xc6,0x1,0x78,0x44,0x48,0x11,0x72,0xce,0xb1,0xe2, + 0xbf,0x6f,0x3e,0xda,0x21,0x51,0x77,0xe9,0xed,0x31,0x4a,0x1d,0x81,0x18,0x9b,0x29, + 0xfd,0xc4,0xf2,0x64,0x26,0x33,0x39,0x93,0xcd,0x20,0x9d,0x4e,0x20,0x9d,0xf4,0x91, + 0x4e,0x48,0x24,0x7d,0x81,0x94,0x7,0x70,0xab,0xb1,0x6d,0xc7,0xbe,0x8e,0xcd,0x1d, + 0x7b,0x17,0x5e,0x76,0xc1,0x8c,0x55,0x5f,0xbf,0x71,0xd,0x92,0x9,0x89,0xc2,0xb5, + 0x17,0x1e,0xf5,0xdc,0xc7,0x74,0x5d,0x60,0xde,0xfc,0x4f,0x43,0x4a,0x89,0xf8,0x3f, + 0x34,0x1c,0xbc,0xb6,0xf7,0xd3,0x9f,0xac,0x38,0x96,0xe1,0x62,0x12,0x16,0xdd,0x1e, + 0x3f,0x31,0xa,0x44,0x98,0x29,0x13,0x89,0xe5,0xc9,0x74,0x7a,0x72,0x26,0x93,0x42, + 0x2a,0x99,0x40,0x2a,0x21,0x91,0xf2,0x19,0x24,0x59,0xec,0xdb,0x7f,0xa0,0x63,0xc7, + 0xee,0xae,0x85,0xf3,0x3e,0x30,0x65,0xd5,0xf2,0x7b,0x7f,0x7,0xdf,0x3f,0x36,0xf0, + 0xc7,0x4c,0xc0,0x1f,0xab,0xd5,0x5d,0x5a,0x25,0x21,0x2,0x1,0x33,0xa5,0xf4,0x96, + 0x27,0x92,0x89,0xc9,0xe9,0x54,0x4c,0x80,0x2f,0x80,0x62,0xb1,0xdc,0xd1,0xd9,0x5d, + 0x58,0xf8,0x81,0xf7,0x8d,0x5b,0x75,0xcf,0x93,0xaf,0xc1,0xf3,0x8e,0x1d,0xfc,0xdb, + 0x8e,0x80,0x98,0x84,0xdb,0xe2,0x94,0x52,0x5,0xf1,0xd5,0x26,0xc1,0x97,0xf9,0x9e, + 0x98,0x92,0xf0,0x4,0x9c,0x73,0x5b,0x4a,0x81,0xbe,0xf4,0x8c,0xf6,0xa6,0x55,0xff, + 0xf3,0x72,0x27,0xa4,0x14,0x47,0xbd,0xe7,0xdf,0xf6,0x4,0x0,0x40,0xdd,0xe7,0x6e, + 0x5,0x59,0x3,0xa6,0xca,0x70,0xd6,0x4c,0xe5,0xa0,0xf3,0x19,0x3,0x73,0xc4,0xee, + 0xbb,0xec,0x93,0xa7,0x3d,0xf5,0xdd,0x3b,0x37,0x41,0x78,0x3e,0xa,0xcb,0x3e,0x75, + 0xdc,0x73,0xbd,0x2d,0x9,0x0,0x80,0xec,0x25,0x37,0xc4,0xde,0xc5,0x69,0x14,0xff, + 0xb0,0x8e,0xa1,0x10,0xa0,0xe1,0xcc,0xbf,0x24,0xed,0x38,0x38,0x3,0x8a,0x37,0x7c, + 0xf6,0x84,0xcc,0xf3,0xb6,0x25,0x0,0x0,0x32,0x17,0x7e,0x67,0xc0,0xf7,0x4b,0xb7, + 0x7e,0xf1,0xad,0x5e,0xda,0x9f,0xdb,0x9f,0x4c,0xfb,0x5f,0xfb,0xf7,0x79,0x9,0x5d, + 0xec,0x0,0x1b,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32, + 0x38,0x54,0x32,0x32,0x3a,0x33,0x31,0x3a,0x32,0x37,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0x4c,0xed,0x10,0x91,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65, + 0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x31,0x2d,0x30,0x35,0x2d, + 0x31,0x38,0x54,0x32,0x32,0x3a,0x30,0x34,0x3a,0x30,0x30,0x2b,0x30,0x38,0x3a,0x30, + 0x30,0x9b,0x5e,0xa3,0x76,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66, + 0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c, + 0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61, + 0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69, + 0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c, + 0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67, + 0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65, + 0x69,0x67,0x68,0x74,0x0,0x31,0x32,0x38,0x43,0x7c,0x41,0x80,0x0,0x0,0x0,0x17, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65, + 0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x31,0x32,0x38,0xd0,0x8d,0x11,0xdd,0x0, + 0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69, + 0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67, + 0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x33,0x30,0x35,0x37,0x32,0x37, + 0x34,0x34,0x30,0x83,0xd7,0x23,0x32,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x30,0x36,0x38,0x38, + 0x42,0x2f,0x82,0x56,0x55,0x0,0x0,0x0,0x5e,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f, + 0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77, + 0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f, + 0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61, + 0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x32,0x37, + 0x33,0x2f,0x32,0x37,0x33,0x30,0x36,0x2e,0x70,0x6e,0x67,0x76,0x94,0x6,0xf6,0x0, + 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????.png + 0x0,0x0,0xf,0x31, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x93,0xa3,0x0,0x0,0x93,0xa3,0x1,0xd1, + 0xb2,0xf0,0xc6,0x0,0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdf,0x5,0x10,0xa, + 0x37,0x21,0x66,0xbc,0xe9,0x9,0x0,0x0,0xc,0x90,0x49,0x44,0x41,0x54,0x78,0xda, + 0xed,0x5a,0x4b,0x8c,0x64,0x55,0x19,0xfe,0xfe,0x73,0xeb,0x56,0x3f,0xaa,0x7b,0x60, + 0xaa,0x7b,0xe8,0xea,0x6e,0x1e,0x33,0xc3,0x84,0x91,0x9,0x86,0x10,0x98,0x44,0x23, + 0x4,0x54,0x88,0xb,0x88,0x71,0x63,0x70,0x63,0xdc,0xb0,0x70,0xe3,0xc6,0xa5,0xd1, + 0xb8,0x60,0xe7,0xca,0x8d,0x9,0x21,0x2c,0x8c,0x3b,0x24,0x31,0x26,0xc6,0x85,0xb, + 0x16,0x46,0x34,0x6,0x1f,0x10,0x7c,0x30,0xc3,0x28,0x3,0xf3,0xe8,0x6e,0xa6,0xa7, + 0xbb,0x99,0xa6,0xab,0xeb,0x71,0xef,0x39,0xbf,0x8b,0xf3,0xbe,0x8f,0xaa,0xea,0x1, + 0x23,0x8d,0x9c,0x49,0x4f,0xdd,0x7b,0xee,0xa9,0x7b,0xcf,0xff,0xfd,0xdf,0xff,0xfd, + 0xff,0x39,0xb7,0x80,0x4f,0xdb,0xa7,0xed,0xff,0xba,0xd1,0x4d,0x5f,0x3c,0x44,0x8d, + 0xf,0x62,0xe3,0xb3,0xc7,0x1,0x25,0x81,0xa9,0xd6,0x14,0x3e,0xfb,0x95,0x2f,0xe3, + 0xc8,0x6d,0xc7,0x0,0x62,0x80,0x8,0xe4,0xfe,0xa0,0xcf,0x5,0x1,0x20,0x90,0x40, + 0x70,0x1d,0xd1,0x58,0xd8,0x3e,0x1,0x10,0xf4,0xb9,0xfd,0x88,0x26,0xc9,0x66,0xa6, + 0xcc,0x60,0x30,0xa0,0x6c,0x1f,0x83,0xcd,0x9f,0x3e,0x86,0x3f,0x56,0x30,0x63,0xe3, + 0x6b,0xf6,0x3a,0x98,0xb0,0x7b,0x6d,0x13,0x7f,0xfb,0xcd,0xcb,0x18,0x74,0x7,0x10, + 0x9,0xf0,0x83,0x77,0xe2,0xe7,0x36,0x8a,0x0,0x28,0x5,0xe4,0x3,0x34,0x1a,0xcd, + 0xfc,0xe9,0x73,0xbf,0xfd,0xfd,0xc3,0x22,0x49,0x2,0x0,0xa9,0x4,0x19,0x95,0x60, + 0xa4,0x71,0x87,0xc6,0x7a,0xe,0x7a,0xcd,0x31,0xfb,0x47,0x45,0x5e,0xab,0x3b,0xe1, + 0xa,0xef,0x72,0x3c,0x46,0x49,0x49,0x32,0xcb,0x5f,0xc9,0x87,0x78,0xb1,0x31,0x85, + 0xbc,0x38,0x3c,0x2,0xa0,0x41,0x40,0x73,0xba,0x89,0xa4,0x91,0x3f,0xbd,0x78,0xd7, + 0xea,0xf3,0x47,0x16,0xe6,0x67,0xc1,0xca,0x78,0x2c,0xf0,0x66,0xc9,0xdb,0xbe,0x6f, + 0xdc,0x58,0x7f,0xdd,0x30,0x2,0xc6,0x8b,0xce,0xb3,0x28,0x7b,0x3a,0x60,0x2,0x2a, + 0xfb,0xeb,0xc7,0x82,0x4,0x76,0xb7,0x3e,0xf8,0xe6,0xf5,0x77,0xae,0xc,0x45,0x23, + 0x79,0x9,0xc8,0xea,0x1,0x98,0x12,0xc0,0xdd,0xf,0xde,0x8b,0x77,0xdf,0xb8,0xf0, + 0xf0,0xcc,0xac,0x98,0xed,0x6f,0x5d,0xd6,0x5e,0x11,0xda,0x0,0x12,0x1,0xad,0x45, + 0x40,0x73,0x7b,0xdd,0x86,0x85,0x35,0x5a,0x4,0xa0,0x54,0x8c,0x77,0x71,0x60,0x27, + 0xae,0x3c,0xdd,0x59,0x79,0x63,0x59,0x5,0x21,0xe0,0xc6,0x54,0x8d,0xe7,0x78,0xbc, + 0xd2,0xcf,0x98,0x99,0x6d,0xb7,0x9a,0x33,0xd3,0x8f,0xae,0xde,0x7b,0xe2,0x25,0xbc, + 0xf5,0x8f,0x7a,0x0,0x74,0xa8,0xe,0xc0,0xac,0x38,0xef,0xed,0x69,0x31,0x20,0x2, + 0xd9,0x7,0x82,0xc0,0xd6,0x8,0x13,0xc8,0x4c,0xc6,0x8f,0xf6,0x98,0x2d,0x8,0x0, + 0xb3,0x37,0x9a,0x39,0x60,0x86,0x2a,0x84,0x93,0x8b,0xfd,0xc0,0x7b,0xa,0xe5,0xd8, + 0xf,0x81,0x18,0x3,0x92,0xb,0x4,0xa5,0x90,0xf7,0xf6,0xc0,0xac,0x44,0x33,0x95, + 0xc5,0x8,0x28,0x6b,0x40,0xde,0xef,0x1,0xac,0xa0,0xa4,0xd4,0xda,0xc7,0xc,0xb5, + 0x72,0x1a,0xcd,0x53,0x67,0x21,0x92,0x24,0x88,0xf9,0xd8,0x8b,0x44,0xde,0x28,0x42, + 0xd8,0x5f,0xd0,0xd,0xa2,0x91,0xaa,0x1c,0xc6,0x30,0x31,0x40,0xd0,0xc6,0x53,0xc8, + 0x14,0x1b,0x32,0xb6,0xcf,0x7c,0xda,0x1b,0x4b,0x29,0x31,0xbc,0xf0,0x2a,0x68,0xfd, + 0x2d,0x8d,0xad,0x94,0x0,0x2b,0x6d,0xdb,0x38,0x0,0xd8,0xa,0x91,0x45,0x13,0x8c, + 0xf4,0xee,0x87,0xf0,0x85,0x67,0xbe,0x8f,0xb9,0xd9,0x19,0x4f,0x15,0x78,0xcf,0x47, + 0x6,0x17,0x40,0x88,0x3e,0x2b,0xc6,0x17,0x1e,0xee,0x8d,0x41,0xd9,0x40,0xae,0x98, + 0x63,0x7c,0x4d,0x8b,0xe9,0x5e,0x77,0x1f,0xaf,0x3c,0xff,0x2c,0xb2,0xb5,0x73,0x60, + 0x58,0xc1,0xd,0xbe,0x37,0xe,0x0,0xb6,0x83,0x95,0x6,0x40,0x90,0x40,0x6b,0x76, + 0x6,0x73,0xad,0x59,0xe7,0x55,0x17,0xcf,0xc1,0xb9,0xf3,0xf8,0x88,0xcf,0x83,0x34, + 0x1b,0x2,0x4a,0xa9,0xe8,0x1e,0x2e,0x34,0x82,0xe3,0xb0,0xf,0x60,0x8,0x21,0xa0, + 0x94,0x31,0x5f,0x4,0x36,0x8d,0x5,0x40,0x6,0x71,0x64,0x0,0x60,0x93,0xa4,0xed, + 0xd,0x36,0x36,0x36,0xb0,0xb3,0xb3,0x13,0x19,0x5e,0x65,0x64,0xdd,0xb5,0x66,0xb3, + 0x89,0x13,0x27,0x4e,0x0,0x0,0x2e,0x5e,0xbc,0x88,0xe1,0x70,0x68,0x74,0x22,0x48, + 0x83,0xc6,0xa0,0x76,0xbb,0x8d,0xe5,0xe5,0x65,0x6c,0x6f,0x6f,0x63,0x7d,0x7d,0xbd, + 0xe4,0x49,0x66,0x46,0xa7,0xd3,0xc1,0xd1,0xa3,0x47,0xc1,0xcc,0x4e,0x6f,0x38,0xd2, + 0x2,0x63,0x93,0x9c,0x4,0x0,0x83,0xb6,0x52,0xf6,0xb,0xc,0x29,0x15,0xf2,0x5c, + 0x22,0xcf,0x75,0x1a,0xcd,0xf3,0x1c,0x79,0x9e,0x97,0x0,0x98,0x14,0x4,0x22,0x82, + 0x94,0x12,0x49,0x92,0x44,0x86,0x54,0x1d,0xdf,0x74,0xb3,0xa2,0x69,0x4f,0x2,0xdb, + 0x46,0x2,0xd0,0xcd,0x18,0x92,0x81,0x7e,0xce,0x18,0x66,0xa,0xcc,0x8c,0xbc,0xdb, + 0xc3,0xd6,0xd6,0x16,0x6,0x3d,0xad,0x1,0x69,0x9a,0x62,0x69,0x69,0xa9,0x64,0xd4, + 0x28,0x0,0x8a,0x9f,0xdd,0x6e,0x17,0xf3,0xf3,0xf3,0x38,0x7d,0xfa,0x74,0x3c,0xef, + 0xa,0x16,0x28,0xa5,0xd0,0x6e,0xb7,0xd1,0x6e,0xb7,0xa3,0x31,0xf6,0x53,0x29,0x55, + 0x2,0x8d,0x99,0xc1,0x52,0x99,0xda,0x83,0x1d,0x20,0x23,0x1,0x60,0x0,0x57,0xf7, + 0x25,0x64,0xce,0xe8,0xf6,0x15,0xf6,0x7,0xfa,0xc6,0xd3,0xdb,0x37,0xf0,0xef,0xb7, + 0xdf,0xc6,0xcc,0xf4,0x34,0x8,0xc0,0xf5,0xad,0x2d,0xec,0xee,0xee,0x3a,0xe5,0x4f, + 0x1b,0xd,0xac,0xac,0xac,0x0,0x4,0xac,0xad,0xad,0x6b,0x76,0x38,0x4,0xfc,0x41, + 0xd8,0xd7,0x4c,0x53,0x74,0x96,0x96,0xb0,0xb0,0xb0,0x10,0xc5,0xf6,0xe2,0xe2,0x22, + 0xee,0xb8,0xe3,0xe,0x6c,0x6e,0x6e,0xe2,0xf2,0xe5,0xcb,0x65,0xc7,0x32,0x63,0x75, + 0x75,0x15,0x8b,0x8b,0x8b,0x4e,0x1b,0x2a,0x19,0x63,0x43,0x80,0x0,0x12,0x13,0x8a, + 0xa0,0x62,0xe0,0xfc,0xfb,0x19,0x8e,0xc,0x19,0x40,0x8e,0x46,0xae,0x40,0x60,0xa8, + 0x7f,0xfd,0x13,0xe7,0x7f,0xf1,0x53,0x34,0x92,0x4,0x20,0x20,0x1b,0x66,0x2e,0x1c, + 0x0,0x5d,0xe4,0xec,0x4c,0x4d,0x3,0x0,0x6,0x83,0xc1,0x78,0xa,0x13,0xa1,0xd9, + 0xb9,0x13,0xed,0x47,0x1e,0xc7,0x5d,0xc7,0x8f,0x23,0x6d,0x34,0xdc,0x77,0x9a,0xcd, + 0x26,0x0,0xe0,0xc8,0x91,0x23,0x38,0x79,0xf2,0x64,0x25,0x3b,0xa6,0xa6,0xa6,0x1c, + 0x9b,0x46,0x3d,0x8b,0xc1,0x21,0xec,0x95,0xad,0xc4,0x80,0x2f,0xcd,0x66,0xf8,0xf3, + 0x8e,0xc2,0x43,0xf,0x3e,0x80,0xfb,0xbf,0xf8,0x88,0x2f,0x7a,0xfc,0xec,0x4d,0x2a, + 0x73,0xb9,0x2e,0xba,0x4e,0x24,0x9c,0x91,0xbe,0x3f,0x2c,0x7d,0x9,0x24,0x4,0x36, + 0x2e,0xbe,0x83,0x6b,0xaf,0xbe,0x8c,0xec,0xec,0x59,0x34,0x1a,0x7e,0x1a,0x83,0xc1, + 0x0,0xc3,0xe1,0x10,0xad,0x56,0xb,0xf3,0xf3,0xf3,0xe8,0x76,0xbb,0x25,0x8a,0xf7, + 0xfb,0x7d,0xf4,0x7a,0x3a,0xa7,0xa7,0x69,0xea,0x0,0xf1,0x20,0x15,0x40,0xf1,0xf9, + 0x73,0x34,0x0,0x9,0x1,0x5f,0xfd,0xe1,0x77,0x31,0xf8,0xd1,0xb,0x78,0xe2,0x99, + 0xaf,0x63,0xe5,0xbe,0xbb,0x74,0x11,0x41,0xc2,0x18,0x46,0xfa,0xd3,0xfc,0x69,0x10, + 0xfc,0x35,0x77,0x3c,0xea,0x1a,0x8,0x10,0x9,0x86,0x7b,0x3,0xfc,0xfa,0xc7,0xcf, + 0xe1,0xc2,0x1b,0xaf,0xa1,0x75,0xac,0xe3,0x73,0x3f,0x33,0x9a,0xcd,0x26,0x4e,0x9d, + 0x3a,0x5,0x0,0xb8,0x74,0xe9,0x12,0x6,0x83,0x41,0xd9,0xbb,0x66,0xfc,0xc2,0xc2, + 0x2,0x56,0x56,0x56,0x6e,0x5a,0x38,0xe3,0x52,0x98,0x8,0x9d,0x27,0x1f,0xc7,0xdc, + 0xb,0x3f,0xc7,0xf4,0x7c,0x3,0xb2,0xbf,0xa7,0x4b,0xb,0x12,0x0,0x44,0x60,0x3c, + 0x81,0x20,0xea,0xd,0x26,0xe1,0xae,0xeb,0x75,0x41,0xf8,0x7d,0x7d,0x9e,0x4e,0xa7, + 0x58,0xbe,0x73,0x15,0xf7,0x7c,0xe6,0x34,0x8e,0xde,0x79,0x37,0x98,0x7d,0x3c,0x2b, + 0xa5,0x5c,0x86,0x39,0x73,0xe6,0x8c,0xeb,0x2f,0xe7,0xfb,0xf,0x9f,0x31,0x4a,0x59, + 0x0,0x32,0x3,0x9,0xd2,0xb9,0x93,0x0,0xb0,0xad,0xfb,0x23,0xa8,0xca,0x95,0x5c, + 0x31,0x54,0x22,0x15,0xa4,0xf2,0x39,0x80,0x61,0x9e,0xe1,0xdc,0xf9,0xf3,0x98,0xdb, + 0xdd,0x77,0xf5,0x7d,0x55,0xde,0xb7,0x86,0x76,0x3a,0x1d,0xb4,0xdb,0xed,0x52,0x16, + 0xf8,0x68,0x1,0x0,0x40,0x42,0x8c,0xdf,0xd,0xa,0x97,0xf3,0x15,0xe7,0x7a,0xf1, + 0x13,0x5c,0xe4,0x10,0x4,0x93,0xbe,0x58,0xa1,0xd7,0xdb,0xc7,0x54,0x96,0xb9,0x10, + 0xc8,0x32,0x2d,0xb0,0xf6,0x33,0x34,0xd4,0xf6,0x17,0x1,0x8,0x3f,0x89,0x8,0x79, + 0x96,0x43,0x2a,0x5,0xa5,0x17,0xb2,0x23,0x6d,0x89,0x1,0x20,0x3d,0x73,0x4a,0xcc, + 0xb7,0x1c,0xc0,0xda,0x80,0xc8,0x86,0x12,0x2,0x75,0xa8,0xd8,0x3e,0xb7,0xe5,0x63, + 0xc0,0x51,0x20,0x2,0x5a,0xad,0x39,0x2c,0xdd,0xb6,0xe4,0x1e,0xc6,0xcc,0xb8,0x76, + 0xed,0x1a,0x88,0x8,0x4b,0x4b,0x4b,0x91,0x97,0xa5,0x94,0xd8,0xdc,0xdc,0x8c,0x8c, + 0xf6,0x80,0xfb,0xf3,0xee,0x7e,0xf,0x1f,0xec,0xf7,0xb1,0x9f,0x3,0x42,0x0,0xd3, + 0x42,0xdf,0x3d,0xaf,0x20,0x4c,0x69,0x39,0xc,0x30,0x28,0x11,0x13,0x1a,0x15,0xba, + 0x5b,0xf7,0x31,0xf4,0xa,0xd2,0x9e,0xdb,0x5,0x95,0x4d,0x59,0x64,0x43,0xb,0xc, + 0x25,0x87,0x38,0xf7,0xfa,0x9f,0xb0,0x8b,0x14,0x42,0x8,0x44,0xea,0xed,0x16,0x77, + 0x5c,0x3a,0x2f,0x33,0x3f,0x58,0x25,0x2,0xe8,0xf5,0x7,0x58,0xdb,0xbe,0x81,0x5e, + 0xf,0x48,0x13,0xc6,0x3c,0x18,0x52,0x32,0x2e,0xed,0x8f,0x2d,0x85,0xf5,0x84,0x49, + 0x8,0x7b,0x5b,0x6d,0x94,0xa3,0xb3,0x35,0xa,0xce,0x8,0x7b,0xe2,0xfe,0x77,0x83, + 0xd9,0x51,0x12,0xae,0x1f,0x60,0x56,0x5a,0x30,0x59,0xe2,0xf4,0xe7,0xcf,0xe2,0xea, + 0x8b,0xbf,0xc2,0xf9,0xcb,0x17,0xb4,0x60,0x8e,0x58,0x28,0x7b,0x32,0x56,0x8f,0x9, + 0xbb,0x73,0x99,0x23,0x5b,0x7f,0x1b,0x68,0x34,0x91,0x13,0xe3,0x83,0x8c,0x31,0xcc, + 0x18,0xb2,0x57,0xda,0x11,0xab,0xd1,0x80,0xa4,0x18,0x38,0x81,0xd7,0xb5,0x8b,0xbd, + 0xe1,0xc,0x90,0x3d,0x67,0x5d,0x76,0x32,0xd8,0x10,0x80,0xa1,0x77,0x36,0x4,0x98, + 0x14,0x88,0x85,0xdb,0xfa,0x63,0x95,0xa3,0x73,0xcf,0x49,0x3c,0xf9,0xcc,0x37,0xb0, + 0xf6,0xe6,0x39,0x64,0xfd,0x7e,0xc1,0x54,0xb7,0xe0,0x37,0xae,0x60,0x6f,0xa5,0xdd, + 0x38,0x75,0x7d,0x7e,0xc1,0xe6,0x76,0x57,0x1f,0x7a,0xc,0xc0,0x63,0x50,0x4a,0xe1, + 0xcd,0x3f,0xbc,0x86,0xbf,0xfc,0xee,0x75,0x3c,0x71,0xdf,0x31,0xfc,0xe4,0xaf,0xdb, + 0x23,0x0,0x20,0x0,0xac,0xc,0x3,0xd8,0x4f,0x22,0xd8,0xba,0xf2,0x54,0xe7,0x80, + 0xea,0x66,0x52,0xc4,0x6e,0xe3,0xc2,0x32,0xc4,0x1,0xc4,0x0,0x93,0x2,0x98,0xfc, + 0x5e,0x20,0x33,0x6e,0xe9,0x1c,0xc3,0xad,0x2b,0xb1,0x6,0xf8,0x67,0x2b,0x6f,0xb8, + 0x3b,0x56,0x26,0x65,0xda,0x63,0xd,0x32,0xb3,0x8a,0xce,0xed,0x31,0x9,0x60,0xf1, + 0xc4,0x2a,0x7a,0x3b,0x3b,0x78,0xea,0x3b,0xdf,0x2,0x7e,0xf6,0xbd,0x31,0xc,0x60, + 0x86,0x10,0xe4,0x19,0x5e,0x60,0x80,0x2e,0x2f,0xbd,0xb7,0xb5,0x91,0x14,0xb0,0x0, + 0x86,0x5,0x56,0xb,0xc,0xed,0x89,0x5c,0x4a,0x65,0x32,0x4c,0x2,0xe9,0x89,0xab, + 0xe0,0x61,0x1,0x0,0xde,0xab,0xa1,0xa1,0xd6,0x40,0x2e,0x0,0x61,0xfa,0x50,0x0, + 0x42,0x32,0x66,0xe6,0x67,0x71,0xcb,0xc2,0x2d,0x48,0xee,0x3f,0x3b,0x41,0x8,0x70, + 0x28,0x82,0x56,0x5,0x8c,0x80,0x5,0xc2,0xa6,0x8d,0xa4,0xa,0x16,0x18,0xc3,0x1, + 0x43,0x7b,0x5d,0x20,0x59,0xf6,0x6a,0x36,0xd8,0x5a,0x20,0x8c,0x67,0x4f,0x7d,0xbf, + 0xed,0xa5,0xaa,0xe9,0xcd,0x71,0x9f,0x5f,0xf4,0x6,0x61,0x12,0xe8,0xe,0xc0,0x7a, + 0x9f,0x52,0x8d,0xdb,0x13,0x34,0x82,0x45,0x89,0xf0,0x22,0x67,0x27,0x43,0xfe,0xa6, + 0x3a,0x1d,0xc6,0xf,0x28,0x52,0x9d,0x58,0x38,0xb3,0x48,0x6f,0xcf,0xea,0xfd,0x40, + 0x2e,0xbe,0x13,0x88,0xd0,0x8f,0x26,0xcf,0x91,0xd1,0x2a,0x3e,0x2f,0x8e,0x9,0xd6, + 0x0,0xd1,0x7a,0xc0,0x0,0x42,0x89,0x18,0xbf,0x16,0x70,0xc,0xb0,0x95,0x60,0x91, + 0xfe,0x8e,0x5,0x70,0xc7,0x1a,0x3,0x65,0xbc,0xac,0x74,0xb9,0xcb,0xa1,0xf7,0x8d, + 0xd1,0x66,0xc7,0xd8,0x19,0x5e,0xb3,0x27,0x18,0x7b,0xb2,0xc2,0x50,0x17,0x6,0x5, + 0x11,0xac,0xf9,0x8e,0xdd,0x82,0x25,0x41,0xe3,0x1,0xb0,0x2,0xe6,0xd2,0x20,0x7, + 0x86,0xc3,0xc6,0xb3,0x11,0x3a,0x32,0x14,0x25,0x51,0x11,0xef,0x16,0x84,0x80,0x3c, + 0x41,0x40,0xd9,0x12,0x3b,0xdc,0x15,0xf7,0x9e,0xf,0x40,0x67,0xfb,0x9d,0xaa,0x70, + 0x50,0xe5,0xd0,0x8,0xaf,0x3b,0x86,0xb2,0x67,0x35,0x26,0xd8,0x11,0x2,0x2b,0x50, + 0xe2,0xdf,0xd9,0xf8,0xec,0x17,0xa6,0x36,0xd4,0xc4,0xbb,0x18,0x21,0x7a,0x76,0x9, + 0xed,0x91,0x29,0xfb,0x23,0x4c,0x73,0x3e,0x14,0xca,0x86,0xa9,0x18,0x88,0x3a,0xc6, + 0xd8,0xef,0x91,0x2e,0xef,0x31,0x6e,0x47,0xc8,0x95,0xc2,0x36,0xd,0xb2,0xf3,0xd9, + 0x84,0xf1,0x6e,0x8a,0x1c,0x8,0x67,0x5c,0x28,0x7a,0xa1,0xfa,0xfb,0xff,0x2b,0x58, + 0xe0,0xc2,0xa1,0x3a,0xc7,0x57,0x1b,0x6f,0x40,0xa9,0x2,0xc4,0x8a,0x20,0xc6,0x1, + 0x60,0x2b,0xc1,0x84,0xbc,0x7,0xec,0x87,0x8b,0xf7,0x2a,0xaa,0xc7,0x45,0xe,0x8a, + 0xf1,0x1f,0x1,0xe1,0x4d,0xaf,0xa9,0xe9,0x7c,0xc0,0x14,0x14,0x3d,0x34,0x76,0x22, + 0x5d,0xe0,0x40,0x3,0x12,0x61,0xc2,0x68,0x92,0x10,0x30,0xc,0x70,0xab,0x2c,0x2, + 0xc8,0xc5,0x7b,0x91,0xea,0x65,0xd1,0xd3,0xb,0xa7,0x40,0xf4,0xcc,0x56,0x75,0xb8, + 0x43,0x54,0xf9,0x7a,0xbc,0x0,0x40,0x54,0x9,0xd6,0x32,0x42,0x8d,0xd5,0x5,0x9f, + 0x6,0x27,0xd,0x81,0x84,0xc,0x72,0xf6,0x66,0x62,0x82,0x78,0x17,0xf5,0xa2,0x7, + 0x5b,0xfd,0x59,0x11,0xac,0x5a,0xd0,0x14,0x91,0x8,0xdf,0x12,0x95,0x63,0xbb,0x32, + 0x1c,0x2a,0x42,0x83,0xf,0x2a,0x82,0x6c,0x18,0x60,0x1f,0xce,0xa8,0x89,0xf7,0x22, + 0xed,0x5d,0xfc,0x57,0x8b,0x1e,0x87,0xe9,0x8f,0x31,0xb2,0xa,0x88,0x8a,0x99,0x52, + 0x36,0x28,0x1b,0x3e,0x4a,0x17,0xec,0x4d,0x35,0x3,0xe,0x90,0x5,0xf4,0x23,0x75, + 0x1,0x53,0x19,0xef,0x8,0x45,0xcf,0xc7,0x7b,0xb5,0xfa,0xc7,0xe9,0x2f,0x32,0xb6, + 0x9a,0x6,0x8e,0xfe,0xc5,0x6c,0x50,0xc,0x81,0x51,0xc5,0x92,0xd7,0x0,0x86,0x48, + 0xc2,0xda,0xa6,0x6,0x0,0x1d,0x1,0x71,0x16,0xb0,0x17,0xaa,0xe3,0xdd,0x94,0xb8, + 0x76,0x59,0x10,0xd4,0x1a,0x91,0xfa,0x7,0x9e,0xaf,0xca,0x0,0x25,0x6,0x14,0xaa, + 0xb8,0xd8,0x70,0xf,0x8,0x7,0xc,0x28,0x82,0x61,0xd7,0x9,0xf6,0x1f,0x84,0x98, + 0xe0,0xcd,0x90,0x51,0x26,0x11,0x94,0xc2,0x3a,0xff,0x57,0x89,0x9e,0x15,0x46,0x72, + 0x14,0x2f,0xb2,0xc1,0xc6,0xbc,0x66,0x85,0x4b,0x8c,0xb1,0xb1,0x95,0xd9,0x29,0xcc, + 0x4,0x41,0x28,0x18,0x50,0x78,0x4,0x23,0x62,0x51,0xf4,0x63,0x44,0x52,0xbd,0xdf, + 0x50,0x5b,0xa,0xbb,0x3a,0x8d,0xb9,0xb6,0xc8,0x61,0x23,0x7e,0x3a,0x35,0x5a,0xa3, + 0x3,0x20,0xc,0xa8,0x1c,0xa5,0x3f,0x8e,0x33,0x0,0x97,0x1e,0x5f,0xe8,0xf4,0x4c, + 0x1c,0x5d,0x22,0x57,0x17,0x4b,0x64,0xde,0x47,0x4c,0x54,0xa,0x3b,0xa7,0x38,0x6, + 0xf8,0x59,0x39,0xda,0x87,0x45,0xe,0xa0,0x11,0xf,0x85,0x8d,0xd8,0x1,0x61,0x7f, + 0x5d,0x52,0xac,0xff,0xc7,0x6e,0xe6,0x46,0x20,0x54,0x65,0x83,0x3,0x88,0xa2,0x7d, + 0x29,0x13,0x6d,0xf3,0xd5,0x1,0x60,0x57,0xba,0xa2,0x62,0xb0,0xcb,0x8,0xca,0xf0, + 0x7f,0x8c,0xe8,0xb9,0xd0,0x0,0x42,0x1,0x2c,0xc7,0x7e,0x1c,0x3,0xd5,0x99,0xc0, + 0x33,0xe1,0x40,0xa2,0x18,0x3e,0x45,0x88,0x4a,0xe0,0x2b,0x18,0x60,0x76,0x85,0x6b, + 0x5c,0x13,0x89,0x9e,0x7b,0xc,0x57,0x0,0x61,0xe2,0xdf,0x7a,0xde,0x8,0x60,0x61, + 0x5a,0xb1,0x81,0x65,0x1a,0xc4,0x46,0x17,0x98,0x50,0x2a,0x91,0x43,0xe1,0x2e,0xc2, + 0x9c,0x1c,0xa4,0x14,0x16,0xa2,0x5a,0xa6,0x23,0x4f,0x4,0x4b,0x5c,0x57,0xe9,0xc5, + 0x40,0x0,0x1c,0x81,0x1,0x5f,0xd,0x4,0x0,0x94,0x7c,0x1f,0x1b,0x1c,0x19,0x8d, + 0x38,0xce,0x1d,0x40,0xd5,0x5e,0xf,0x1f,0x43,0x62,0xe2,0xfd,0x0,0x1d,0x2f,0xe3, + 0xde,0xaa,0x86,0x40,0xc4,0xea,0x1f,0x54,0x7f,0x41,0xde,0x2f,0xab,0x7f,0x85,0x47, + 0xb8,0x86,0x5,0xc5,0x6c,0xe0,0x6a,0x84,0x31,0x86,0xbb,0x27,0x93,0x59,0xb,0x94, + 0xaf,0x15,0xde,0xd,0x1a,0x2f,0x8e,0x7b,0x9d,0x52,0x98,0x64,0x64,0xb4,0xa5,0x75, + 0x45,0xfd,0xef,0x9f,0x11,0x2,0x53,0x36,0xb8,0x72,0x5d,0xe0,0x2e,0x14,0x45,0x71, + 0x82,0x46,0x98,0x74,0x35,0xa8,0xef,0x2b,0x12,0xbf,0x9d,0x35,0x79,0xb,0x43,0x3, + 0x81,0xe0,0x55,0x65,0x0,0xaa,0xb9,0x7b,0x1d,0x23,0x42,0xf1,0x3b,0xd8,0xcc,0xec, + 0x48,0x91,0x4c,0x2a,0x82,0x75,0x59,0xe0,0x40,0x40,0xd8,0x49,0x7,0xab,0xa3,0x28, + 0x3,0xd0,0xe8,0xef,0x87,0xff,0x97,0xd8,0x70,0x73,0x4d,0x6b,0xc0,0x38,0x0,0xc8, + 0xef,0x7,0x1c,0x20,0x6,0xc6,0x1a,0x13,0xd7,0xf5,0x75,0xde,0xff,0x68,0xc,0xad, + 0x31,0x5f,0xdb,0x34,0x71,0x21,0x24,0x44,0xe5,0x9e,0xe5,0x47,0xd3,0xfe,0x1b,0x6, + 0x8e,0x31,0x9f,0xea,0x59,0x5d,0xea,0x65,0x56,0xd1,0x7b,0x81,0xc3,0xdf,0xc,0xef, + 0x12,0x1,0xae,0xd8,0x11,0xaa,0x84,0xe5,0x60,0x59,0xe0,0x10,0x34,0x97,0x5,0xca, + 0x4d,0x14,0x7,0xda,0x3a,0x0,0xc0,0x27,0x89,0x0,0xb5,0x75,0x80,0x3,0xa0,0xdd, + 0x6e,0xe3,0xfd,0xdd,0x1,0x86,0x59,0x6e,0x96,0xc3,0x9f,0x20,0xa,0x10,0x41,0x24, + 0x2,0xc3,0x2c,0x77,0xb6,0x46,0x0,0x2c,0x2c,0x2c,0x0,0x0,0x6e,0xbf,0xfd,0x76, + 0xb4,0x8e,0x3f,0xa,0xc5,0x2c,0xf4,0xd6,0xf7,0x87,0x49,0x87,0x1f,0x8f,0x46,0x66, + 0xd3,0x46,0x29,0x46,0xeb,0xf8,0x3,0xee,0x17,0x65,0xd6,0x66,0x1,0xe8,0xfa,0x7a, + 0x77,0x77,0x17,0x79,0x9e,0x27,0x44,0xf7,0xce,0x5e,0x5e,0xdb,0xfe,0xfb,0xf5,0xeb, + 0x5b,0xbd,0x41,0x6,0xe4,0x32,0xd1,0x7f,0xea,0x90,0xfd,0x99,0x79,0xf,0x32,0x60, + 0x73,0xf3,0x7a,0xef,0xdd,0xab,0xdb,0xaf,0x13,0x3d,0x38,0x23,0xa5,0x4c,0x6e,0xdc, + 0xb8,0xe1,0x76,0x97,0x8,0x80,0xfd,0x2d,0xe,0x9,0x21,0x66,0xa4,0xe2,0xf9,0x63, + 0x47,0xa7,0x6e,0xfd,0xf6,0xd3,0x67,0xbe,0xb6,0xb2,0xdc,0xfe,0x1c,0x83,0x9a,0x79, + 0xae,0x52,0xc5,0x9c,0x1c,0x1a,0x4d,0x20,0x40,0x10,0xc9,0x46,0x43,0x64,0x82,0x78, + 0x78,0x75,0x6d,0xfb,0x8f,0xcf,0xbd,0xf8,0xe6,0x2f,0x37,0x77,0xfa,0x3b,0x89,0xa0, + 0x3d,0xa5,0x54,0x8f,0x88,0xf8,0xbd,0xf7,0xde,0xd3,0x0,0x2c,0x2f,0x2f,0xc3,0x30, + 0xa1,0x9,0xa0,0xa5,0x14,0xb7,0xba,0xfb,0xd9,0x6c,0x9a,0xd2,0x1c,0x11,0xcd,0x10, + 0x61,0x8a,0x80,0xe4,0xf0,0x8,0x3,0x33,0x3,0x92,0x19,0x3,0x56,0xbc,0x9f,0xe5, + 0xdc,0x6d,0xcd,0xa6,0xfb,0x42,0x50,0x17,0xc0,0x1e,0x11,0x65,0x0,0xb0,0xbe,0xbe, + 0xae,0xb,0x21,0x29,0x25,0x84,0x10,0x10,0x42,0xc,0x99,0x59,0xa,0x81,0xde,0xfc, + 0x5c,0x73,0xa,0xc0,0xfb,0x0,0x52,0x0,0x9,0x6a,0x52,0xe6,0xc7,0xb8,0x29,0x0, + 0x12,0xc0,0x70,0x1a,0x18,0x2,0x18,0x10,0x51,0xa6,0x94,0x92,0xf6,0xe7,0xfa,0x40, + 0x90,0xed,0xc3,0x9f,0x9b,0x12,0x11,0x84,0x10,0xc8,0xb2,0x8c,0x88,0x88,0x98,0x99, + 0xcc,0x2f,0x37,0xf,0x5,0x3,0x58,0x37,0x90,0xf9,0xd9,0x8a,0x94,0x92,0xd3,0x34, + 0x85,0xfd,0x15,0x6a,0x9a,0xa6,0xb8,0x72,0xe5,0x4a,0xc,0x80,0x6d,0x9d,0x4e,0x7, + 0x52,0x4a,0x34,0x82,0x5f,0x70,0x1f,0xf6,0xc6,0xcc,0xc8,0xf3,0x1c,0x69,0x9a,0x62, + 0x63,0x63,0xe3,0x7f,0x3d,0x9d,0x8f,0x57,0xfb,0xf,0xc,0x9f,0x6d,0x6a,0x58,0x14, + 0x13,0x93,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63, + 0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38, + 0x54,0x32,0x32,0x3a,0x30,0x39,0x3a,0x30,0x39,0x2b,0x30,0x38,0x3a,0x30,0x30,0xd4, + 0xc2,0x4a,0x44,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x35,0x2d,0x30,0x35,0x2d,0x31, + 0x36,0x54,0x31,0x30,0x3a,0x35,0x35,0x3a,0x33,0x33,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0xda,0xb2,0x8c,0x4f,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f, + 0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72, + 0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63, + 0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd, + 0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65, + 0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69, + 0x67,0x68,0x74,0x0,0x31,0x30,0x32,0x34,0xe7,0x26,0xd8,0xbd,0x0,0x0,0x0,0x18, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65, + 0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x31,0x30,0x32,0x34,0xf2,0x6f,0x4,0xa4, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d, + 0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e, + 0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x34,0x33,0x31,0x37,0x34, + 0x34,0x39,0x33,0x33,0xde,0x13,0x63,0x6b,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x38,0x35,0x32,0x39, + 0x33,0x42,0xad,0x39,0xac,0x46,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f, + 0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65, + 0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63, + 0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65, + 0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31, + 0x31,0x38,0x37,0x31,0x2f,0x31,0x31,0x38,0x37,0x31,0x38,0x31,0x2e,0x70,0x6e,0x67, + 0xb9,0x91,0xbe,0x64,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????3.png + 0x0,0x0,0x4,0x33, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x7,0x74,0x49, + 0x4d,0x45,0x7,0xde,0xa,0x1a,0xb,0x2d,0xa,0x5d,0x5e,0x24,0xb5,0x0,0x0,0x1, + 0xad,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0xd9,0xbb,0x4b,0xc3,0x50,0x14,0xc7,0xf1, + 0x6f,0x5a,0x51,0x94,0xe2,0xd0,0xd6,0x4d,0xeb,0x50,0x44,0x7,0xe9,0x22,0xba,0x74, + 0x10,0x5c,0x9c,0xc5,0xc5,0x49,0x70,0x12,0xc4,0x7,0x14,0xc1,0x41,0x10,0xc4,0x6e, + 0x62,0x41,0xa1,0x15,0x7,0x11,0x11,0x57,0x5,0x17,0x5,0x71,0xa9,0xf4,0x1f,0xe8, + 0x28,0x2a,0x14,0x7,0x87,0x76,0xaa,0x8a,0xf,0x68,0xe2,0xd0,0xe,0x7d,0x24,0x9a, + 0xa6,0xb9,0x9d,0xce,0x9,0x59,0x6e,0x1e,0xbf,0x4f,0x2e,0x87,0x10,0x6e,0xc0,0x7e, + 0xc5,0x28,0x62,0xb4,0xb4,0x95,0x38,0xa2,0xab,0x89,0xc4,0x9a,0x9a,0xa3,0xd0,0x62, + 0xbc,0x81,0xc1,0x33,0xfd,0xb5,0xb7,0xed,0xb0,0x19,0x3f,0x4d,0x82,0x0,0xf0,0xc1, + 0xd,0xef,0x68,0x8e,0x1e,0x21,0x4a,0x18,0x2f,0x1e,0x67,0x97,0x3e,0x54,0x9e,0x20, + 0xc7,0x20,0xa0,0x39,0xd8,0x3c,0x9c,0x62,0x90,0x23,0xd4,0xfc,0xc,0x44,0x48,0x31, + 0x84,0xce,0x17,0x3d,0x80,0x51,0xd9,0x5d,0xaa,0xff,0x27,0x64,0x80,0x3,0x22,0xc0, + 0x39,0x77,0xee,0xc5,0xda,0x7,0xf4,0xb1,0xcf,0x24,0x70,0xcd,0x6,0x85,0xf6,0x3, + 0x7a,0xd9,0x65,0x6,0xc8,0xb0,0xca,0x2b,0xde,0x76,0x3,0x3a,0xd9,0x62,0x1e,0xc8, + 0xb2,0xc4,0xa3,0xc3,0xce,0x6f,0x1,0xe0,0x21,0xc6,0x32,0x1a,0x2f,0xac,0x90,0x55, + 0x13,0xfe,0x37,0x60,0x91,0x4d,0xba,0xc8,0xb3,0x46,0x5a,0x5d,0xbc,0x35,0x60,0x96, + 0x1d,0x7c,0x14,0x59,0xe7,0x52,0x65,0xbc,0x15,0x60,0x8a,0x4,0x1,0x7e,0xd8,0xe6, + 0x4c,0x6d,0xbc,0x39,0x60,0x82,0x24,0x21,0x74,0xf6,0x48,0xba,0xf9,0xca,0xb1,0xb, + 0x18,0x26,0xc5,0x8,0x6,0x87,0xc4,0xf9,0xae,0x1a,0x37,0xd4,0x60,0xea,0x5f,0xc5, + 0xdd,0xc4,0x19,0x3,0xee,0x39,0xc6,0x4f,0xb0,0xea,0x88,0x86,0xaf,0x1d,0x80,0x20, + 0xe3,0x0,0x8c,0x72,0xd1,0x30,0x3b,0x81,0xa,0x44,0x29,0x40,0xab,0x4,0xf8,0xf1, + 0x9b,0x9e,0xff,0xc6,0xa7,0x5a,0x40,0xb9,0x9e,0xc8,0x98,0x8e,0x97,0xb8,0x22,0xdf, + 0xe,0x40,0x86,0x5,0xd3,0x96,0x53,0xd0,0x86,0x56,0xdf,0x3,0x8a,0x7a,0xbe,0xb1, + 0x1c,0x7d,0x20,0x9,0x40,0x0,0x2,0x10,0x80,0x0,0x4,0x20,0x0,0x1,0x8,0x40, + 0x0,0x2,0x10,0x80,0x0,0x4,0x20,0x0,0x1,0x8,0x40,0x0,0x2,0x70,0xb3,0xac, + 0xd6,0x9,0xdd,0xff,0x43,0x64,0x71,0x47,0x73,0x40,0x94,0x13,0xd7,0x17,0x2a,0x35, + 0xa2,0x76,0x0,0x3a,0x25,0x20,0x4c,0xd8,0xf5,0x19,0x28,0x57,0x9,0xbd,0x76,0xa0, + 0xbe,0x7,0xf2,0xa4,0x15,0x2e,0xd2,0xea,0xdc,0xd6,0x2f,0x76,0xff,0x2,0xba,0xf4, + 0x92,0xc,0x2f,0xae,0x4a,0x2c,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61, + 0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30, + 0x36,0x2d,0x32,0x38,0x54,0x32,0x32,0x3a,0x30,0x35,0x3a,0x32,0x30,0x2b,0x30,0x38, + 0x3a,0x30,0x30,0x19,0x43,0xe8,0x64,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64, + 0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x34,0x2d, + 0x31,0x30,0x2d,0x32,0x36,0x54,0x31,0x31,0x3a,0x34,0x35,0x3a,0x31,0x30,0x2b,0x30, + 0x38,0x3a,0x30,0x30,0xaa,0x38,0x1e,0x52,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74, + 0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f, + 0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f, + 0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d, + 0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68, + 0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a, + 0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a, + 0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x35,0x31,0x32,0x8f,0x8d,0x53,0x81,0x0, + 0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d, + 0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x35,0x31,0x32,0x1c,0x7c, + 0x3,0xdc,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f, + 0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x34,0x31,0x34, + 0x32,0x39,0x35,0x31,0x31,0x30,0x7b,0xc3,0x1b,0x56,0x0,0x0,0x0,0x12,0x74,0x45, + 0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x30, + 0x36,0x33,0x32,0x42,0xd9,0x38,0x51,0x3e,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a, + 0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f, + 0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79, + 0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67, + 0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63, + 0x2f,0x31,0x31,0x37,0x37,0x36,0x2f,0x31,0x31,0x37,0x37,0x36,0x38,0x33,0x2e,0x70, + 0x6e,0x67,0xf0,0xb4,0xd9,0x9e,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42, + 0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/folder-upload.png + 0x0,0x0,0x1,0x64, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x8,0x6,0x0,0x0,0x0,0x57,0x2,0xf9,0x87, + 0x0,0x0,0x0,0x6,0x62,0x4b,0x47,0x44,0x0,0x0,0x0,0x0,0x0,0x0,0xf9,0x43, + 0xbb,0x7f,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x0,0x48,0x0,0x0, + 0x0,0x48,0x0,0x46,0xc9,0x6b,0x3e,0x0,0x0,0x0,0x9,0x76,0x70,0x41,0x67,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0xce,0xee,0x8c,0x57,0x0,0x0,0x0,0xef, + 0x49,0x44,0x41,0x54,0x68,0xde,0xed,0x98,0xcb,0xd,0x83,0x30,0x14,0x4,0x37,0x51, + 0xee,0x69,0x20,0x48,0x74,0x9a,0x7e,0xe8,0x20,0xd5,0x90,0x6,0x38,0xc4,0xd,0x90, + 0x3,0x70,0xe0,0x1b,0xdb,0x3c,0xbc,0x58,0xd9,0x91,0xde,0x11,0x79,0x46,0x36,0xb2, + 0x64,0x40,0x8,0x21,0x84,0x98,0x53,0x0,0xa8,0x0,0x38,0x0,0x6d,0xe0,0x3c,0xd9, + 0xf2,0xf,0x0,0x4d,0x84,0xf8,0x69,0x22,0xaa,0x9d,0xf2,0xf4,0x88,0x8f,0x51,0x0, + 0x2d,0xc2,0x4a,0xde,0x6a,0x1c,0xba,0x53,0x51,0xe4,0x1a,0x30,0x4c,0x83,0xee,0xff, + 0xcc,0x36,0xa0,0xed,0x77,0x62,0xc4,0x65,0x25,0xe0,0xac,0x38,0x0,0xf7,0x9c,0x3, + 0x66,0xce,0x57,0x92,0xc4,0xbb,0x9f,0x43,0x38,0xfa,0x1c,0xd7,0x0,0xca,0x7e,0xea, + 0x88,0xef,0xa9,0x1,0x83,0xfc,0x40,0x4c,0x4,0x2d,0x60,0x2a,0x1f,0x1b,0x41,0x9, + 0x58,0x93,0x8f,0x89,0x48,0x1e,0xf0,0x4b,0x3e,0x34,0x22,0x69,0x80,0xaf,0x7c,0x48, + 0x44,0xb2,0x80,0x50,0x79,0xdf,0x88,0x24,0x1,0xb1,0xf2,0x3e,0x11,0x23,0x18,0x37, + 0xf1,0x74,0xcd,0xd0,0xf5,0x4e,0x71,0x13,0x9b,0xa1,0x0,0x36,0xa,0x60,0xa3,0x0, + 0x36,0x37,0xc2,0x9a,0xa6,0xf7,0x4c,0xf6,0x3b,0xb0,0x14,0xe0,0xd8,0x52,0x1b,0xcc, + 0xdc,0x96,0x2,0x5e,0x6c,0xcb,0xd,0xbc,0xdc,0x2c,0x1e,0x77,0x8f,0x18,0xef,0x87, + 0x2d,0x60,0xdf,0xf3,0xba,0xf5,0x4,0x3f,0x2d,0xa,0x21,0x84,0xf8,0x1f,0xbe,0xc6, + 0x5,0x3,0xaf,0xfb,0x65,0x9f,0xdc,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae, + 0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/rotate-right.png + 0x0,0x0,0x2,0xd4, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x8,0x6,0x0,0x0,0x0,0x57,0x2,0xf9,0x87, + 0x0,0x0,0x0,0x6,0x62,0x4b,0x47,0x44,0x0,0x0,0x0,0x0,0x0,0x0,0xf9,0x43, + 0xbb,0x7f,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x0,0x48,0x0,0x0, + 0x0,0x48,0x0,0x46,0xc9,0x6b,0x3e,0x0,0x0,0x0,0x9,0x76,0x70,0x41,0x67,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0xce,0xee,0x8c,0x57,0x0,0x0,0x2,0x5f, + 0x49,0x44,0x41,0x54,0x68,0xde,0xed,0x98,0xcf,0x4b,0x94,0x41,0x18,0xc7,0x3f,0xb5, + 0xeb,0xa2,0xd2,0x25,0x8f,0x6,0x9b,0x7,0xcb,0x7b,0x1e,0xc2,0x9b,0x5d,0x16,0x22, + 0x30,0xbb,0x9,0x9d,0x44,0xfc,0x1f,0xa2,0x1f,0x46,0x44,0x10,0x44,0x60,0x76,0x29, + 0xe8,0x14,0x44,0xa8,0x48,0x77,0xf,0xa5,0x88,0x9d,0xd4,0x7f,0xc0,0x83,0x56,0xa4, + 0x15,0xa,0x5,0xfd,0x30,0xa,0xde,0xe,0xf3,0xbe,0xb0,0x3e,0xfb,0xce,0xbe,0x33, + 0x6f,0x33,0xef,0xbb,0x5b,0xef,0x7,0x5e,0x96,0xd9,0x7d,0x66,0xe6,0xfb,0x7d,0x77, + 0x98,0x79,0x9e,0x81,0x82,0x7f,0x97,0x9b,0x59,0x4c,0x52,0xf2,0x38,0xf6,0x52,0xf8, + 0xb9,0x9c,0x85,0x11,0x1f,0x4,0xe1,0x93,0xc9,0x3f,0xe1,0xd3,0x40,0xdb,0x9a,0x8, + 0x68,0x73,0x13,0x1,0x6d,0x66,0xa2,0xb,0xb8,0x8,0xdc,0x5,0x5e,0x69,0xc,0xb4, + 0xa4,0x89,0x3e,0xe0,0x1e,0xb0,0xd7,0x44,0x74,0x4b,0x9a,0x28,0x3,0x57,0x80,0x1f, + 0x16,0xc2,0x5b,0xc6,0x44,0x15,0x58,0x4b,0x29,0x3c,0x7a,0xe6,0xc3,0x97,0x90,0x39, + 0xa7,0x80,0x6d,0x8d,0xa8,0xf7,0xc0,0xc,0x30,0x9a,0x20,0xfe,0x39,0x7e,0xf,0x51, + 0x2d,0x55,0x60,0x37,0x46,0xd0,0xe,0x30,0x1,0x54,0xea,0x62,0x75,0xe2,0x9f,0xe6, + 0x25,0xbe,0xc,0xac,0xc6,0x8,0x5a,0x0,0x7a,0x62,0xe2,0xe3,0xc4,0x3f,0x49,0x10, + 0x5f,0x2,0xae,0xe1,0x69,0x69,0xdd,0x89,0x11,0xf4,0x18,0x38,0xa2,0x89,0x97,0xb1, + 0x8f,0x9a,0xc4,0x46,0xe2,0x9f,0x85,0xb1,0xd7,0x5d,0x8b,0xef,0x5,0xbe,0xd3,0xf8, + 0xe6,0x9b,0x9,0xaa,0x8f,0x7d,0x68,0x21,0x3e,0x40,0xed,0x6c,0x27,0x5c,0x1a,0x98, + 0x16,0x82,0xde,0x2,0xc7,0x13,0xfa,0x44,0xb1,0xf7,0x13,0xc4,0x3,0x1c,0x3,0xde, + 0x89,0x39,0x66,0x5c,0x89,0xef,0x2,0xbe,0x89,0xc1,0xc7,0xd,0xfa,0x5,0xa8,0x53, + 0xd9,0x94,0xcb,0x62,0x8e,0x2f,0x40,0xa7,0xb,0x3,0x17,0xc4,0xc0,0x6f,0x80,0xe, + 0x83,0x7e,0xb7,0x2d,0xe7,0x29,0xd3,0xb8,0x3d,0x5f,0x4a,0xea,0x74,0xd4,0x60,0xe0, + 0x9a,0x68,0xbf,0x0,0x7e,0x19,0xf4,0xbb,0x61,0x69,0xe0,0x37,0x30,0x2b,0xbe,0x1b, + 0x76,0x61,0x60,0x50,0xb4,0x17,0x2d,0x85,0xd9,0xb0,0x24,0xda,0x67,0x5c,0xc,0xba, + 0xc9,0xe1,0xbf,0xb5,0xdf,0xa3,0x1,0x2f,0x7c,0x15,0x6,0xba,0xf3,0x16,0x54,0x8f, + 0xc9,0x12,0x6a,0x69,0x4c,0xc,0xec,0x8a,0x76,0x6f,0xde,0xa2,0x6d,0xd,0x7c,0x14, + 0xed,0xd3,0x1e,0xf5,0x9c,0xe7,0xf0,0x72,0x5d,0x71,0x61,0x60,0x43,0xb4,0x6b,0x6, + 0x7d,0xd2,0x32,0x9c,0x30,0x77,0x2a,0xd2,0x1e,0x64,0xb6,0x94,0x48,0x71,0x90,0x99, + 0x90,0x36,0x95,0xb0,0x65,0xc,0x4f,0xa9,0x4,0xc0,0x3,0xec,0x93,0x39,0x1b,0xba, + 0x81,0x2d,0x3c,0x25,0x73,0xa0,0x76,0x1e,0x59,0xbc,0x27,0xa5,0xd3,0x36,0x54,0x50, + 0x29,0x8a,0xb7,0x74,0x1a,0xec,0xb,0x1a,0x5b,0x3a,0x50,0x85,0xbe,0x97,0x82,0x26, + 0x9a,0xe0,0x75,0x8c,0x9,0x5d,0x49,0x99,0x44,0xf,0x8d,0xe5,0x65,0x29,0x14,0xef, + 0xed,0xb6,0xe2,0x24,0xf0,0x21,0xc6,0x44,0x5c,0x51,0xaf,0xa3,0x2,0x4c,0x2,0x9f, + 0x80,0x39,0x72,0x28,0xf0,0x7,0x30,0xbb,0x56,0x91,0x8c,0xa0,0x2a,0xbb,0x1d,0xd1, + 0x27,0x17,0x13,0x55,0x60,0x5d,0x63,0x22,0x7a,0x24,0xcd,0x62,0x6f,0x65,0x6d,0x0, + 0xd4,0x3a,0xbd,0x8a,0xfe,0x6a,0xd1,0xc4,0xc0,0x1,0x30,0x45,0x4e,0x37,0x74,0x11, + 0x7d,0xa8,0xcb,0xdd,0x7d,0xb,0x3,0x9f,0x51,0x67,0xcb,0x5f,0x6f,0x95,0xae,0xb6, + 0x40,0x50,0x27,0x76,0xd,0x18,0x2,0xce,0x2,0xe7,0xc4,0xef,0x2f,0x51,0xb9,0xcd, + 0x32,0xaa,0xaa,0xfb,0xe9,0x70,0xee,0x82,0x82,0x82,0x82,0x82,0xff,0x94,0x3f,0xc9, + 0xb9,0x2a,0x58,0x86,0xfa,0x4f,0xd8,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae, + 0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??.png + 0x0,0x0,0x5,0x5e, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x7,0x74,0x49, + 0x4d,0x45,0x7,0xdc,0x6,0x19,0x12,0x1e,0x16,0x34,0x4e,0x66,0xd1,0x0,0x0,0x2, + 0xd9,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0xd8,0x4d,0x48,0x54,0x51,0x14,0xc0,0xf1, + 0xbf,0xf3,0x9c,0x61,0xfc,0x68,0x9c,0x40,0x29,0x53,0x53,0x2c,0x2d,0x9,0x31,0x44, + 0x2b,0x37,0xb5,0x29,0xd1,0x28,0x11,0x2a,0x77,0x45,0x62,0x42,0x11,0x2d,0x92,0xa4, + 0x20,0x91,0xa8,0x55,0xee,0x32,0x69,0x1b,0x25,0x2d,0x2c,0x5a,0xb4,0x88,0x20,0xa4, + 0x42,0x22,0xa3,0xf,0x91,0x3e,0x48,0xb4,0xc0,0x32,0x3f,0x2a,0x9,0xd4,0xd4,0xd1, + 0x71,0xe6,0xb6,0xc8,0xe4,0xcd,0xcc,0x9b,0x99,0xc6,0x99,0x7b,0x5f,0xb,0xcf,0xdd, + 0xcd,0x1b,0xde,0xef,0x9e,0xc7,0xb9,0xef,0x9d,0x7b,0x61,0x25,0x4c,0xe,0xcd,0x4, + 0xd3,0x42,0x22,0x4e,0xe6,0x10,0x0,0xf1,0x4a,0xe9,0x34,0xf2,0x29,0xa5,0x98,0x6c, + 0xee,0xd1,0xaa,0x3e,0xf3,0x8d,0x74,0x32,0x85,0x17,0x41,0x37,0x59,0x66,0xf0,0x4f, + 0x10,0x8,0x4,0x5f,0xd8,0x61,0x26,0x3f,0xcd,0x61,0x33,0x79,0x2f,0x2d,0xd8,0xcc, + 0xe3,0x5,0xf,0x49,0x53,0xcd,0xe7,0xeb,0xf8,0x1,0x8a,0x54,0xf3,0x5b,0xe8,0x5e, + 0xe2,0x27,0x38,0xa0,0x9e,0x7f,0xbe,0xc4,0x7b,0x68,0x56,0xfc,0xd6,0xf1,0xe1,0x5, + 0x77,0x71,0x9a,0xc9,0xbf,0x65,0x93,0x99,0xfc,0x38,0x95,0x66,0xf2,0x6e,0x1a,0xb0, + 0x98,0xc7,0xb,0x6e,0x90,0x6c,0x26,0xff,0x92,0x1c,0x33,0xf9,0x51,0x76,0xa9,0xe4, + 0xb,0xfd,0x78,0x17,0xc7,0x55,0xf2,0x70,0x6,0xb7,0xcf,0x4,0xda,0x48,0x50,0x87, + 0xc7,0x3,0xc9,0x34,0xf1,0x6b,0x89,0xef,0x62,0x9d,0x3a,0x3e,0x91,0xcb,0x1c,0xc5, + 0x82,0xc6,0x31,0x7e,0x20,0x10,0x7c,0x66,0x9b,0x3a,0x5e,0xa3,0x99,0x79,0x26,0x39, + 0x87,0x1d,0xa8,0x66,0x90,0x19,0xb5,0x6d,0x47,0x3d,0x93,0x8b,0x45,0x77,0x95,0xd5, + 0xc0,0x4e,0x4e,0x62,0x57,0xc7,0x57,0xf1,0x4d,0xf7,0xcd,0xbb,0xc3,0x7a,0x95,0xb9, + 0x43,0x19,0x9f,0x7c,0x2a,0x5f,0xd0,0xae,0xb2,0xf6,0x37,0xd3,0xe3,0xc7,0xcf,0x53, + 0xa7,0x8e,0xcf,0xa0,0xd3,0x8f,0x17,0x3c,0x25,0x55,0x15,0xef,0xa4,0x23,0x80,0x9f, + 0xa1,0x5a,0x15,0x6f,0xa7,0x15,0x4f,0xc0,0x4,0xee,0xe3,0x50,0xc3,0x6b,0x9c,0xc7, + 0x15,0xc0,0x4f,0xb2,0x5b,0x55,0xfe,0xb5,0x4c,0x4,0xf0,0x82,0x5b,0xaa,0xea,0xbf, + 0x9c,0x11,0x3,0x7e,0x9c,0xed,0x6a,0xf8,0x12,0xfa,0xd,0x78,0xc1,0x15,0xac,0x91, + 0xdf,0x2c,0xf2,0x3,0xa,0x27,0xa7,0x58,0x60,0x18,0xd,0x7,0x71,0xba,0xdf,0x87, + 0x69,0x60,0x4c,0x45,0xfe,0x56,0x52,0xb0,0x91,0x40,0x2e,0x8d,0x8c,0xe9,0xf2,0xbf, + 0xa0,0xa6,0xf1,0x8c,0xf7,0x61,0xf6,0xf0,0x71,0x91,0xef,0x27,0x77,0x79,0x37,0x8c, + 0x8b,0xe0,0x9f,0xa5,0x1c,0x61,0x2d,0x6e,0x46,0x78,0x4c,0xf,0xa3,0x8,0x60,0x1f, + 0xd7,0x49,0xc5,0xcb,0x69,0xd9,0x47,0x2e,0x71,0xd4,0xe9,0x2a,0x7f,0x96,0x3e,0x9a, + 0x70,0x2,0x16,0x5a,0x10,0xf4,0xca,0xef,0x7d,0xf6,0xf2,0xdd,0xaf,0xe6,0x3d,0xdc, + 0x24,0x5,0xd8,0x40,0x1f,0xb5,0xb2,0xf9,0xc,0x5e,0x19,0x2c,0xbb,0x79,0x6a,0x0, + 0x3b,0x8d,0xac,0x91,0xcb,0xff,0x79,0xcc,0x46,0xa3,0x3,0x2b,0x90,0x14,0x41,0x25, + 0x2d,0x2b,0x4a,0xc,0xdf,0x7b,0x2,0xc1,0x83,0xe8,0x1b,0xaf,0xf0,0x6b,0xd7,0xce, + 0x59,0xd2,0x83,0x5c,0x1b,0xc2,0x2d,0x7f,0x2,0xfb,0xa9,0x8,0x7a,0xed,0x3d,0x9e, + 0x68,0x27,0x10,0x2e,0x32,0x3,0x5a,0x2e,0xfd,0xc6,0xab,0x22,0x7a,0x20,0x74,0xd8, + 0xb8,0x16,0x94,0x17,0xc,0x91,0x27,0x7b,0x2,0xf5,0xba,0x8d,0x56,0xe0,0xb8,0x2d, + 0xbb,0xf7,0xaf,0x62,0x34,0x4,0xef,0xa2,0x4a,0x26,0x6e,0xe1,0x10,0x5f,0x43,0xf0, + 0x82,0x67,0x32,0xbb,0xdf,0x34,0x2e,0xf2,0x33,0x24,0x3f,0x23,0xeb,0xd0,0xd1,0x4a, + 0x26,0xf5,0xbc,0x60,0x21,0x24,0x2f,0x68,0x27,0x29,0x36,0xe0,0xdf,0x97,0xa8,0x8d, + 0xad,0x64,0x53,0x48,0x11,0x5,0xe4,0x84,0x6d,0xad,0xde,0x70,0x90,0x81,0x58,0x67, + 0xde,0xe6,0x77,0xba,0x11,0x7c,0xc,0xca,0x39,0xf7,0xc9,0xa2,0xeb,0x9f,0xf8,0x1, + 0xca,0x65,0xf0,0x0,0x5,0x3c,0xa,0x83,0x2f,0xd0,0x49,0xb1,0x2c,0x1e,0x20,0x9d, + 0x4b,0xc,0x19,0x6c,0xb8,0x4,0x82,0x39,0xde,0x71,0x22,0xf6,0x4b,0xcf,0xff,0x4b, + 0xae,0x91,0x47,0x19,0x95,0xe4,0xe3,0x40,0x3,0xbc,0x4c,0x33,0xc5,0x20,0xaf,0xf9, + 0x40,0x2f,0xc3,0xb1,0xcf,0xd9,0xb8,0x95,0xb0,0xb1,0x8a,0x4,0x2c,0x80,0x60,0xe, + 0x17,0xb3,0xd1,0x7f,0x76,0x57,0xe2,0xbf,0x8d,0xdf,0xbb,0x96,0xf,0xb5,0xff,0x86, + 0x67,0x80,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63, + 0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38, + 0x54,0x32,0x31,0x3a,0x32,0x36,0x3a,0x34,0x32,0x2b,0x30,0x38,0x3a,0x30,0x30,0x46, + 0x22,0x9e,0xc6,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x32,0x2d,0x30,0x36,0x2d,0x32, + 0x35,0x54,0x31,0x38,0x3a,0x33,0x30,0x3a,0x32,0x32,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0x58,0x2d,0x2,0x90,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f, + 0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72, + 0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63, + 0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd, + 0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65, + 0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69, + 0x67,0x68,0x74,0x0,0x32,0x35,0x36,0xe9,0xc3,0x44,0x19,0x0,0x0,0x0,0x17,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a, + 0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x32,0x35,0x36,0x7a,0x32,0x14,0x44,0x0,0x0, + 0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d, + 0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f, + 0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x33,0x34,0x30,0x36,0x32,0x30,0x32, + 0x32,0x32,0xbf,0xf7,0x53,0x6b,0x0,0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x32,0x32,0x32,0x30,0x42,0x70, + 0xe9,0xaa,0xf5,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f, + 0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69, + 0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e, + 0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79, + 0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x30,0x37,0x34, + 0x36,0x2f,0x31,0x30,0x37,0x34,0x36,0x33,0x36,0x2e,0x70,0x6e,0x67,0xe1,0xd7,0x7e, + 0xba,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/arc.png + 0x0,0x0,0x3,0xc8, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x18,0x0,0x0,0x0,0x18,0x8,0x3,0x0,0x0,0x0,0xd7,0xa9,0xcd,0xca, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x90, + 0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x31,0x4e,0x6c, + 0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x59,0x71,0x8b,0x9d, + 0xae,0xc0,0xb3,0xc1,0xd1,0x93,0xa6,0xb9,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0xa7,0xb7, + 0xc7,0x31,0x4e,0x6c,0x38,0x55,0x73,0xad,0xbc,0xce,0x31,0x4e,0x6c,0x31,0x4e,0x6c, + 0xb1,0xc0,0xd0,0x31,0x4e,0x6c,0x80,0x96,0xad,0x31,0x4e,0x6c,0xad,0xbc,0xce,0x31, + 0x4e,0x6c,0x99,0xac,0xc2,0x9d,0xb4,0xcd,0x82,0x97,0xae,0x73,0x8f,0xab,0x9b,0xaf, + 0xc5,0x8f,0xab,0xc6,0x49,0x63,0x7f,0x9f,0xb2,0xc7,0x91,0xac,0xc8,0x3d,0x5a,0x77, + 0x42,0x5c,0x78,0x8e,0xa4,0xbc,0x80,0x9c,0xb8,0x3f,0x5b,0x79,0x83,0x9a,0xb3,0x8c, + 0xa5,0xbf,0x8a,0xa5,0xc2,0x90,0xab,0xc7,0x8b,0xa6,0xc1,0x77,0x92,0xae,0x42,0x5f, + 0x7c,0xff,0xff,0xff,0xa4,0x29,0x9c,0xde,0x0,0x0,0x0,0x2f,0x74,0x52,0x4e,0x53, + 0x0,0x29,0x7e,0xbd,0xe7,0xfc,0x24,0xa9,0xd3,0x4e,0x14,0x3,0x56,0xfb,0x38,0x51, + 0xe0,0xe,0xe,0xeb,0x12,0x7f,0x58,0xcf,0xc,0xf9,0xc,0xc,0x58,0x58,0x12,0x12, + 0xe0,0xe,0xe,0xe0,0xfb,0x38,0x38,0xd3,0x4e,0x14,0x3,0x3,0x14,0x4e,0xd3,0x34, + 0x69,0x35,0x6d,0x0,0x0,0x0,0x1,0x62,0x4b,0x47,0x44,0x2f,0x23,0xd4,0x20,0x11, + 0x0,0x0,0x0,0x7c,0x49,0x44,0x41,0x54,0x28,0xcf,0x63,0x60,0xa0,0x1f,0x60,0x64, + 0x62,0x66,0x61,0xc5,0x14,0x66,0x63,0xe7,0xe0,0xe4,0xe2,0xc6,0x14,0xe7,0xe1,0xe5, + 0xc3,0x6a,0xc,0xbf,0x80,0x20,0x56,0x71,0x21,0x61,0x11,0xec,0xf6,0x8a,0x8a,0xe1, + 0x70,0x90,0xb8,0x4,0xe,0x9,0x49,0x6,0xe2,0x25,0x20,0x42,0xe2,0x52,0xe8,0xe2, + 0xd2,0xe2,0x10,0xcb,0x65,0xd0,0x25,0x64,0x45,0xa1,0xce,0x95,0x43,0x15,0x97,0x17, + 0x16,0x82,0x7a,0x50,0x41,0x11,0x59,0x5c,0x49,0x99,0x1f,0x1e,0x24,0x2a,0xaa,0x8, + 0x71,0x35,0x5e,0x1e,0xe4,0x40,0x54,0xd7,0xd0,0xd4,0x62,0x60,0xd0,0xd6,0xd1,0xd5, + 0x63,0x67,0x43,0x31,0x17,0x1c,0xec,0xac,0x2c,0xcc,0x4c,0x8c,0xc,0xf4,0x3,0x0, + 0x15,0xb3,0x5,0x89,0x6b,0x60,0x59,0xc9,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74, + 0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x33, + 0x2d,0x30,0x34,0x2d,0x30,0x33,0x54,0x31,0x37,0x3a,0x31,0x38,0x3a,0x30,0x37,0x2b, + 0x30,0x38,0x3a,0x30,0x30,0xb1,0x97,0x25,0xe4,0x0,0x0,0x0,0x25,0x74,0x45,0x58, + 0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31, + 0x30,0x2d,0x30,0x34,0x2d,0x32,0x36,0x54,0x30,0x30,0x3a,0x30,0x30,0x3a,0x30,0x30, + 0x2b,0x30,0x38,0x3a,0x30,0x30,0xa0,0x55,0x3b,0x5d,0x0,0x0,0x0,0x4d,0x74,0x45, + 0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x49,0x6d,0x61,0x67,0x65, + 0x4d,0x61,0x67,0x69,0x63,0x6b,0x20,0x36,0x2e,0x38,0x2e,0x38,0x2d,0x37,0x20,0x51, + 0x31,0x36,0x20,0x78,0x38,0x36,0x5f,0x36,0x34,0x20,0x32,0x30,0x31,0x34,0x2d,0x30, + 0x32,0x2d,0x32,0x38,0x20,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e, + 0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2e,0x6f,0x72,0x67,0x59, + 0xa4,0x5f,0x7f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65, + 0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69, + 0x67,0x68,0x74,0x0,0x32,0x34,0xd8,0x8c,0x6c,0x80,0x0,0x0,0x0,0x16,0x74,0x45, + 0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a, + 0x57,0x69,0x64,0x74,0x68,0x0,0x32,0x34,0x20,0x23,0xac,0xd,0x0,0x0,0x0,0x19, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74, + 0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56, + 0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x32,0x37,0x32,0x32,0x31,0x31,0x32,0x30,0x30, + 0x9,0x29,0xd,0xef,0x0,0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x34,0x32,0x35,0x42,0x42,0xe7,0xef,0x52, + 0xa4,0x0,0x0,0x0,0x5e,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65, + 0x2f,0x66,0x74,0x70,0x2f,0x31,0x35,0x32,0x30,0x2f,0x65,0x61,0x73,0x79,0x69,0x63, + 0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63, + 0x6e,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63, + 0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x70,0x6e,0x67,0x2f,0x32,0x32,0x37,0x2f,0x32,0x32, + 0x37,0x32,0x32,0x2e,0x70,0x6e,0x67,0x77,0xbc,0x9a,0xdb,0x0,0x0,0x0,0x0,0x49, + 0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/undo.png + 0x0,0x0,0x2,0xd0, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x72,0x49,0x44,0x41,0x54,0x78,0xda,0x62, + 0xf8,0xf1,0xe3,0x87,0x2,0x10,0x1b,0x30,0x90,0x9,0x18,0xbf,0x7d,0xfb,0xe6,0x0, + 0xa4,0xd7,0xff,0xff,0xff,0xdf,0x91,0x9b,0x9b,0xfb,0x2,0x4c,0xe2,0xeb,0xd7,0xaf, + 0x2,0x40,0xca,0x81,0x81,0x91,0x11,0x62,0xf8,0xff,0xff,0x1f,0x80,0xe4,0x6,0xa0, + 0x9a,0x7,0x28,0x6,0x7c,0xfe,0xf2,0x5,0x64,0xc0,0x7e,0x86,0xff,0xc,0x1f,0xfe, + 0x33,0xfc,0x77,0x4,0xb2,0x1f,0x30,0x32,0x30,0xf4,0x3,0xa5,0x2,0xb6,0x9e,0xbe, + 0x27,0x70,0xe9,0xfe,0x2b,0x90,0x66,0x6,0x39,0x51,0x5e,0x6,0x5b,0x1d,0x59,0x6, + 0x39,0x31,0xbe,0x3,0xff,0x19,0x18,0x2,0xf9,0x78,0x79,0x3f,0x80,0xd,0xf8,0xf8, + 0xe9,0x93,0xc3,0x8f,0x1f,0x3f,0xf7,0x17,0x2d,0x3a,0xc7,0x30,0x2d,0xd5,0x12,0x2c, + 0xd8,0xb1,0xf6,0xac,0xc0,0xb4,0xad,0x17,0x18,0x3e,0x7e,0xfe,0xc6,0xc0,0xf0,0xef, + 0xf,0xd0,0x80,0xbf,0x10,0xfa,0xdf,0x5f,0x86,0x2c,0x5f,0x13,0x86,0xf6,0x54,0x77, + 0x90,0x65,0x8a,0x2,0xfc,0xfc,0x1f,0x58,0xfe,0xfd,0xfb,0x7,0x76,0xca,0xd2,0x43, + 0xb7,0x18,0x3e,0x7c,0xfe,0x2a,0xf0,0xe8,0xd5,0x7,0x86,0xcb,0x20,0x5b,0x81,0x8a, + 0xbd,0x4c,0xe4,0x19,0xa2,0x1c,0x34,0x19,0xf8,0xb9,0xd8,0x18,0x1e,0xbd,0xfc,0xc0, + 0x50,0x35,0x7b,0x7,0xc3,0xb4,0xf5,0x47,0x19,0xf8,0x38,0x59,0x4,0xca,0xa3,0x1c, + 0x81,0xae,0x64,0x48,0x64,0x7c,0xfb,0xee,0x9d,0xc3,0x9f,0x3f,0x7f,0xf7,0x8b,0x27, + 0x2d,0x1,0x6b,0x2,0xd9,0x24,0x27,0xcc,0xc5,0x30,0x25,0xc3,0x91,0x41,0x47,0x86, + 0xe7,0xec,0x95,0x2b,0x57,0xb6,0x3c,0x7e,0xf4,0xe8,0x99,0xa1,0xa1,0x91,0xb1,0x84, + 0x8c,0x7c,0x9a,0x61,0x72,0x3f,0x58,0xcd,0xbd,0x55,0xb5,0x1f,0x84,0x85,0x85,0x4, + 0x59,0xfe,0xff,0xfb,0xf,0x9,0x8d,0x7f,0x8,0x67,0x5a,0x69,0x48,0x30,0x58,0x69, + 0x4a,0x31,0x2c,0x5c,0xb4,0xb0,0xa5,0xb8,0xa8,0xe8,0x30,0x50,0xf6,0x17,0x10,0x6f, + 0x39,0x73,0xf6,0x2c,0x6f,0xba,0xaf,0x69,0x64,0xd7,0x92,0x3d,0xc0,0x60,0xf9,0x2f, + 0xf0,0xfa,0xcd,0x1b,0x1,0xa6,0x7f,0xff,0x61,0x6,0xfc,0x81,0x1b,0xb2,0xe2,0xc0, + 0x15,0x86,0x9c,0xa9,0x3b,0x18,0x62,0x63,0x63,0xe7,0xbf,0x7a,0xf5,0x5a,0x16,0x28, + 0xfb,0x19,0x88,0x9f,0xbd,0x7f,0xff,0x7e,0x95,0x95,0xb6,0x2,0x58,0xd,0x48,0x9f, + 0xa8,0x88,0xc8,0x7,0x96,0xff,0x50,0x3,0x5e,0x2e,0x4a,0xc6,0x88,0x63,0xa0,0x14, + 0x30,0x2a,0xff,0xef,0x7f,0xf9,0xf2,0x95,0xa3,0xb8,0xb8,0xd8,0x5,0x3d,0x3d,0x3d, + 0xeb,0x9e,0xa5,0x7b,0xbe,0x49,0xb,0xf3,0xfe,0xfa,0xf9,0xf3,0xe7,0x63,0x90,0x1a, + 0x16,0x71,0x31,0xd1,0xb3,0x40,0xda,0x4,0x5d,0x2f,0x12,0xfe,0xd,0xc4,0x77,0x5f, + 0xbc,0x7c,0xc5,0x3,0x34,0xd0,0x74,0xd5,0xee,0xd3,0x17,0x8b,0xa3,0x5d,0x7e,0xbc, + 0x78,0xf1,0x62,0x2d,0xd8,0x0,0xa8,0xf3,0xce,0x12,0x4a,0x71,0x40,0x97,0x26,0x2f, + 0xd8,0x72,0xec,0xae,0x98,0x20,0xf7,0x8f,0x70,0x67,0xe3,0xcf,0x4d,0x4d,0x8d,0xab, + 0x89,0x4e,0xae,0xcf,0x5f,0xbc,0xd4,0x3e,0x78,0xea,0x52,0xb9,0x79,0x4c,0x6d,0xc1, + 0xb5,0x5b,0xf7,0x32,0x67,0xcf,0x99,0xab,0x1,0x4a,0x43,0xc,0x30,0x2,0x1f,0x78, + 0xf6,0xfc,0x85,0xd4,0xd7,0xef,0x3f,0xad,0xaa,0xa7,0xaf,0xff,0x19,0xe3,0x69,0xf1, + 0x8b,0xe5,0xe7,0x87,0x3b,0x5e,0x9e,0x1e,0xa0,0xe4,0xfc,0x97,0x81,0x8,0xcd,0x6c, + 0xb7,0xef,0x3d,0xd4,0xf,0x2b,0x9d,0xa0,0x7b,0xe9,0xfa,0x1d,0xf5,0xdd,0x7b,0xf6, + 0xa,0x3,0x85,0x99,0x51,0xf2,0x2,0x3e,0x3,0x2e,0x5f,0xb9,0xca,0xf2,0x97,0x89, + 0x8d,0x4f,0x54,0x80,0xe7,0xf7,0xb3,0x67,0xcf,0x7e,0x9a,0x9a,0x18,0xff,0x86,0x6, + 0x2c,0xc2,0x0,0x58,0x34,0x92,0xb,0x0,0x2,0xc,0x0,0x87,0x1a,0x27,0x4d,0xa9, + 0x7,0xd5,0x68,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/???.png + 0x0,0x0,0x7,0xbd, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x61,0x0,0x0,0x0,0x3f,0x8,0x4,0x0,0x0,0x0,0x5a,0x8b,0x6e,0xaf, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0x0,0xaa,0x8d,0x23,0x32,0x0,0x0,0x0,0x9,0x70,0x48, + 0x59,0x73,0x0,0x0,0x2,0x58,0x0,0x0,0x2,0x58,0x0,0x9b,0xc6,0xbe,0xb3,0x0, + 0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xde,0x6,0x3,0xa,0x35,0x39,0x89,0xb6, + 0x42,0xd9,0x0,0x0,0x4,0xb4,0x49,0x44,0x41,0x54,0x68,0xde,0xd5,0x9a,0x7b,0x6c, + 0x15,0x45,0x14,0xc6,0x7f,0xf7,0xde,0xb6,0x94,0x3e,0xb1,0x54,0xa,0x4,0x1a,0xd2, + 0x68,0x8b,0x44,0x8,0x82,0x68,0x93,0x6,0x1b,0x1f,0x68,0x4,0x94,0xa7,0x2,0x46, + 0x81,0x10,0xea,0x23,0x3e,0x52,0x8c,0xc6,0x6,0x4d,0x0,0x11,0x45,0xd3,0x8,0x31, + 0x12,0x21,0x28,0x4,0x31,0x34,0x84,0x77,0x20,0x80,0x1a,0x83,0x90,0x26,0xa4,0x48, + 0x20,0x20,0x1,0xb,0x48,0xa9,0x55,0xa0,0x48,0xa9,0x68,0xa1,0x5,0x4a,0xd7,0x3f, + 0x9c,0x1e,0xa7,0xdc,0x6d,0xef,0xdd,0xed,0xee,0x1d,0xf8,0xf6,0x9f,0x76,0xe7,0x9c, + 0x33,0xdf,0xd9,0xd9,0x3b,0x73,0xe6,0x9b,0xd,0xe1,0x2f,0x42,0xcc,0x27,0x97,0xfd, + 0x3e,0xf7,0xe2,0x2b,0xc6,0x50,0xc7,0x29,0xa,0x4c,0xd3,0x70,0x8f,0x21,0x54,0x62, + 0x61,0xb1,0x9b,0x3e,0xa6,0xa9,0xb8,0x43,0x26,0x5b,0xb1,0xd4,0xb5,0x8c,0x64,0xd3, + 0x74,0x9c,0xa3,0xb,0x9f,0xd2,0x22,0x29,0x5c,0x67,0x96,0x69,0x42,0xce,0x31,0x9d, + 0xcb,0x92,0x80,0x85,0xc5,0x19,0x9e,0x30,0x4d,0xc9,0x19,0x86,0x73,0xba,0x4d,0x2, + 0x16,0x16,0x87,0xc9,0x33,0x4d,0x2b,0x7a,0x64,0x53,0x2e,0xc4,0x2b,0x38,0x2a,0x7f, + 0x97,0x71,0x87,0x69,0x6a,0xd1,0x21,0x85,0xe5,0x42,0xba,0x8a,0x7c,0x46,0x51,0xab, + 0xfe,0xbb,0xc1,0x7c,0xe2,0x4c,0xd3,0x8b,0x8c,0x0,0x6f,0x71,0x5d,0x51,0xfe,0x8b, + 0xc9,0x40,0x80,0x12,0x9a,0xd5,0x9d,0x8b,0x4c,0x34,0x4d,0x30,0x32,0x46,0x72,0x56, + 0xd1,0x6d,0x61,0xa1,0x7a,0xe6,0xa9,0xac,0x94,0x71,0x39,0xc1,0x30,0xd3,0x14,0x3b, + 0xc6,0x3d,0x1c,0x11,0xb2,0xeb,0xc8,0x90,0xfb,0xfd,0xa8,0x90,0xfb,0xdb,0xc9,0x32, + 0x4d,0xb3,0x7d,0x64,0xb0,0x56,0x88,0xfe,0xcc,0x80,0x36,0x6d,0xf,0xf3,0x9b,0xb4, + 0x2d,0xa1,0xab,0x69,0xaa,0xf6,0x88,0xe7,0x43,0x59,0xcc,0xce,0x31,0x2a,0xac,0xbd, + 0x88,0x2b,0xaa,0xb5,0x91,0x22,0xd3,0x64,0xed,0x31,0x89,0x7a,0x59,0x8b,0xdf,0x26, + 0x10,0xd6,0x9e,0xc8,0x67,0x92,0x62,0xd,0x8f,0x98,0xa6,0x1b,0x8e,0x7,0xf9,0x55, + 0x5e,0x94,0xaf,0x48,0xb1,0xb5,0xc9,0x62,0x87,0xd8,0xec,0xa5,0x9f,0x69,0xca,0x6d, + 0xd1,0x8b,0x6f,0x35,0x72,0xd9,0xed,0xda,0xdd,0xcf,0x71,0xb1,0x5b,0x45,0x9a,0x69, + 0xda,0xff,0x23,0x89,0x2f,0x84,0xd8,0x69,0xa,0x3b,0xb4,0x9d,0xc8,0x45,0x65,0xd9, + 0x4c,0x9,0x41,0xd3,0xd4,0x5b,0xf1,0x32,0x4d,0x8a,0xd6,0x65,0x66,0x44,0xb0,0xd, + 0xb1,0x40,0x16,0xba,0x5a,0x9e,0x36,0x4d,0xfd,0x3f,0x8c,0xe0,0x77,0x29,0x20,0x16, + 0xd1,0x25,0xa2,0x7d,0x37,0xd6,0xc8,0x98,0x1d,0x63,0xa0,0x69,0xfa,0x90,0xc3,0x3e, + 0x21,0xb4,0x8d,0x3b,0xa3,0xf2,0xe9,0xcf,0x21,0xf1,0xd9,0x48,0xa6,0xd9,0x4,0xd2, + 0x59,0x2d,0x64,0x2a,0x19,0x12,0xb5,0xdf,0xe3,0xfc,0x21,0x7e,0xa5,0xc4,0x9b,0x4b, + 0x20,0xc8,0xbb,0xf2,0x5e,0x5f,0x60,0x9c,0x23,0xdf,0x62,0xae,0x2a,0xcf,0x4b,0x3c, + 0x6f,0x2e,0x85,0x71,0xfc,0x29,0xb3,0xcb,0x3c,0x42,0x8e,0x7c,0x93,0x58,0x2a,0xb, + 0x5d,0xb5,0x29,0x8d,0x63,0xb0,0xd2,0x27,0x2c,0x2c,0x56,0x93,0xee,0xd8,0xbf,0xf, + 0x7b,0xc4,0xff,0x7,0x13,0x1a,0x47,0xf,0xb6,0x8,0x81,0x3,0xdc,0xed,0x2a,0x46, + 0x81,0xb6,0xa2,0x7f,0x19,0x6b,0x8d,0x23,0x81,0xc5,0xd2,0x79,0xd,0x8f,0xb9,0x8e, + 0xf3,0x82,0x88,0x4,0x4d,0xbc,0x1e,0xdb,0x14,0xa6,0xf1,0xb7,0xea,0xfa,0x6a,0xa7, + 0xba,0x4e,0xe0,0x13,0x99,0x10,0xec,0xaa,0x5b,0xdf,0xf0,0x90,0xd4,0xfe,0x2d,0x2c, + 0x21,0xa9,0x53,0xb1,0xba,0xb3,0x59,0xc6,0xf3,0xa0,0xcb,0x17,0xd2,0x31,0xfa,0xf2, + 0xa3,0x74,0xba,0x8b,0xde,0x9d,0x8e,0x37,0x48,0xdb,0xe9,0xad,0x8d,0x85,0xc6,0x91, + 0xd2,0x66,0x1f,0x9c,0xef,0x49,0xcc,0xd1,0x32,0x39,0xb7,0x30,0xd7,0xe1,0xe4,0xec, + 0x18,0x1,0x8a,0xb9,0xa6,0xba,0x6b,0xe0,0x39,0x8f,0xa2,0x6,0x99,0x2d,0xaa,0x47, + 0x1d,0xcf,0xfa,0x9b,0xc2,0x53,0xa2,0x9,0x35,0xb3,0x90,0x4,0xcf,0xe2,0xa6,0xb2, + 0x42,0xc6,0xf6,0xa4,0x83,0x42,0xc5,0x31,0xf2,0x38,0x2c,0x1d,0x6d,0xd0,0xf4,0x9, + 0x2f,0x90,0xc3,0x4f,0x9a,0xc6,0xd1,0xd3,0x9f,0x4,0x32,0x58,0xaf,0xe9,0xa3,0xf7, + 0x7a,0x1e,0xbf,0x90,0x6a,0x4d,0xe3,0x88,0x5c,0xb4,0x3b,0x46,0x88,0xf,0xa4,0xa6, + 0xa9,0x65,0xa4,0x2f,0xf,0xe9,0x15,0xd9,0x3a,0x35,0x30,0xd3,0xfb,0xf0,0x53,0x34, + 0x7d,0xe2,0x1d,0x9f,0x36,0x8c,0x89,0x2c,0x92,0xc7,0x74,0xd6,0x6b,0x8d,0x63,0x18, + 0xa7,0x64,0x90,0x97,0xb7,0xa3,0x4f,0x78,0x81,0x9e,0x7c,0x2f,0xfd,0x94,0x7b,0xa9, + 0x71,0xe8,0xfa,0x44,0x85,0xcf,0xe2,0xc9,0x50,0x8e,0x49,0x5f,0xdf,0x90,0xea,0x4d, + 0xd0,0x44,0x96,0x6a,0x62,0xfb,0x70,0x5f,0x13,0x0,0x78,0x86,0x4b,0xaa,0xb7,0x6b, + 0xb6,0x92,0x9a,0xb,0xbc,0x24,0xd5,0x64,0x23,0x2f,0xfa,0x9e,0x0,0xc4,0xf1,0xbe, + 0x2c,0x74,0x17,0x18,0xdb,0xf9,0x80,0x23,0x38,0x27,0xfa,0x44,0xa9,0x1f,0x53,0x9d, + 0xd,0xd2,0x35,0x79,0xf9,0xc8,0x4d,0xf2,0xb2,0x63,0xe4,0xb0,0x57,0x82,0xed,0xa4, + 0x47,0x4c,0x12,0x0,0x18,0xc0,0x41,0xe9,0x77,0x4b,0x94,0xba,0x88,0x2d,0xd2,0x28, + 0x93,0x40,0x47,0xb9,0x2f,0x66,0x9,0x80,0x3e,0xfa,0x16,0x1f,0xbb,0x3d,0xde,0xa, + 0x52,0xa2,0x1d,0x39,0x8d,0x8f,0x69,0x2,0x10,0xe0,0x4d,0x4d,0xe3,0x98,0xea,0x2e, + 0xc8,0x4,0xea,0x64,0x31,0x9b,0xe3,0x77,0x9,0x6c,0x3,0x5d,0xa9,0xad,0x76,0x53, + 0xd6,0xf,0xd4,0xe,0x5b,0xd7,0x18,0xd2,0xa0,0xfb,0x6a,0x87,0xbf,0x8e,0x35,0x8e, + 0x2c,0xed,0xfb,0x89,0x3,0xf4,0x37,0x92,0x0,0x40,0x3e,0x27,0xb5,0xaa,0xc0,0xc1, + 0xf1,0x56,0x3c,0xa5,0xe2,0x78,0x86,0x47,0x8d,0x25,0x0,0x30,0x43,0x8e,0xb7,0xae, + 0xf0,0x5a,0xf4,0xb,0xdd,0x74,0x59,0x1f,0x9b,0x28,0x36,0x9a,0x0,0x24,0xf0,0x11, + 0x37,0x14,0x9b,0xf3,0x3c,0x19,0x9d,0x53,0x1,0x35,0x32,0x6,0x9f,0xdf,0x2,0x67, + 0x93,0x99,0x6c,0x17,0x3e,0xfb,0xa2,0xd1,0x38,0xb2,0xd9,0x25,0xe,0x7b,0x6e,0x91, + 0x4f,0xa1,0x6,0x69,0xbb,0xc5,0xf5,0x91,0x34,0x8e,0x64,0x6d,0xf,0x7b,0x82,0x7, + 0x4c,0x73,0x17,0x8c,0xd1,0x8e,0xb7,0xde,0xeb,0x68,0x82,0xf,0xf0,0x6,0x8d,0x72, + 0xe4,0x34,0xcd,0x34,0x6f,0xd,0x41,0x66,0xcb,0x42,0x57,0xcf,0xe4,0xf6,0xd,0x47, + 0x6b,0x62,0xfb,0x2,0x93,0x7,0x17,0x36,0x48,0xe5,0x6b,0x79,0x3f,0x7e,0x61,0xb0, + 0xbd,0x51,0x1e,0xfb,0xc5,0x68,0x2b,0xdd,0x4d,0x73,0xe,0xc3,0x5d,0xda,0x77,0x1c, + 0x3b,0xe8,0x15,0x6e,0x90,0xc1,0x26,0x31,0x38,0xe4,0x83,0x3e,0xe1,0x5,0xa,0xe5, + 0x60,0xd2,0x62,0xf1,0xcd,0x85,0x7f,0x1c,0x73,0x44,0x61,0x3e,0xef,0x93,0x3e,0xe1, + 0x5,0x5e,0xa5,0x41,0xb1,0xfc,0xa7,0x75,0xfb,0xd5,0x5a,0xc4,0x4e,0x62,0x96,0xfa, + 0x9d,0x5b,0x6c,0xa0,0x8a,0x5c,0x6f,0x36,0x7c,0x1e,0xc3,0xa2,0x9c,0x9d,0x4c,0x0, + 0x20,0x85,0xb9,0x54,0xb2,0x1b,0x45,0x74,0x28,0x65,0xb2,0x64,0x58,0xd4,0xd3,0x6c, + 0x9a,0x6b,0x7,0x49,0x74,0xd5,0x4a,0xce,0x72,0xa6,0x52,0x5,0xd0,0x9b,0xef,0xe4, + 0xd,0xbb,0xdd,0xae,0x55,0xa4,0x85,0x48,0x66,0x1e,0x53,0x4c,0x3f,0x5c,0xd7,0xc8, + 0x25,0x0,0x45,0x52,0xd2,0xdd,0x9e,0x57,0xe3,0xbf,0x8,0x9,0x3a,0xf6,0xe9,0x37, + 0xde,0xe2,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63, + 0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38, + 0x54,0x32,0x32,0x3a,0x30,0x31,0x3a,0x34,0x33,0x2b,0x30,0x38,0x3a,0x30,0x30,0xe7, + 0x2f,0x5b,0x4,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x34,0x2d,0x30,0x36,0x2d,0x30, + 0x33,0x54,0x31,0x30,0x3a,0x35,0x33,0x3a,0x35,0x37,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0xac,0xd,0x25,0xa0,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f, + 0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72, + 0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63, + 0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd, + 0xb5,0x79,0xa,0x0,0x0,0x0,0x63,0x74,0x45,0x58,0x74,0x73,0x76,0x67,0x3a,0x63, + 0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x0,0x20,0x47,0x65,0x6e,0x65,0x72,0x61,0x74,0x6f, + 0x72,0x3a,0x20,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6c,0x6c,0x75,0x73,0x74,0x72, + 0x61,0x74,0x6f,0x72,0x20,0x31,0x36,0x2e,0x30,0x2e,0x34,0x2c,0x20,0x53,0x56,0x47, + 0x20,0x45,0x78,0x70,0x6f,0x72,0x74,0x20,0x50,0x6c,0x75,0x67,0x2d,0x49,0x6e,0x20, + 0x2e,0x20,0x53,0x56,0x47,0x20,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e,0x3a,0x20,0x36, + 0x2e,0x30,0x30,0x20,0x42,0x75,0x69,0x6c,0x64,0x20,0x30,0x29,0x20,0x20,0xe,0x49, + 0x83,0xe3,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73, + 0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67, + 0x68,0x74,0x0,0x31,0x32,0x35,0x3d,0xcd,0x3d,0x3d,0x0,0x0,0x0,0x17,0x74,0x45, + 0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a, + 0x57,0x69,0x64,0x74,0x68,0x0,0x31,0x39,0x31,0x4a,0xa5,0x70,0xb2,0x0,0x0,0x0, + 0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65, + 0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2, + 0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x34,0x30,0x31,0x37,0x36,0x34,0x30,0x33, + 0x37,0x22,0xe0,0xc8,0x7e,0x0,0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x32,0x30,0x35,0x34,0x42,0xbb,0xc3, + 0xb1,0xff,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d, + 0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74, + 0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e, + 0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69, + 0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x36,0x38,0x30, + 0x2f,0x31,0x31,0x36,0x38,0x30,0x32,0x38,0x2e,0x70,0x6e,0x67,0xc4,0xfe,0x48,0xff, + 0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????1.png + 0x0,0x0,0x4,0x7e, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x7,0x74,0x49, + 0x4d,0x45,0x7,0xde,0xa,0x1a,0xb,0x1a,0x11,0x47,0x3c,0x4d,0x6d,0x0,0x0,0x1, + 0xf9,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0xd9,0xbf,0x6a,0x14,0x51,0x14,0xc7,0xf1, + 0xcf,0x1d,0x17,0x12,0x5d,0x51,0x88,0x2e,0x36,0x29,0x2,0x4b,0xd0,0xd2,0x4e,0x24, + 0x62,0x97,0x46,0x9f,0xc0,0x42,0x52,0x59,0x5,0x7b,0x2d,0xf3,0x6,0x96,0x9,0xa, + 0x31,0x85,0xaf,0x60,0xa1,0x20,0x1a,0x48,0x1e,0x20,0xa0,0xc4,0x7f,0xa0,0x75,0x9a, + 0xb8,0x55,0x20,0x64,0xae,0xc5,0xcc,0x6e,0x76,0xf3,0x7,0x45,0x76,0xe6,0x4a,0x98, + 0xef,0xb2,0xdc,0x99,0xbb,0xcb,0x9c,0xdf,0x3d,0xe7,0xdc,0xbf,0x43,0x43,0x43,0x43, + 0x62,0x82,0x9,0x1d,0x59,0x22,0xeb,0xb9,0x9d,0xe0,0xa5,0xbb,0xce,0x25,0x12,0x70, + 0x60,0x3d,0xc8,0x85,0x44,0xe6,0x21,0x6,0x11,0xdf,0x6d,0x24,0x30,0x3e,0xa7,0xb, + 0x51,0xb4,0x26,0x13,0x6a,0xfe,0x64,0xd6,0x44,0xb1,0xd5,0x77,0x85,0x98,0x26,0x6, + 0xd9,0xb1,0xfb,0x5,0xcb,0x6e,0x82,0x5b,0x56,0x3c,0x10,0x70,0xc5,0x92,0x25,0x53, + 0xd5,0x48,0x28,0x42,0xd0,0x4f,0xc4,0x8e,0x4f,0xa2,0x67,0x60,0x45,0xf4,0x51,0x7, + 0xf7,0xe5,0x72,0xf7,0xc6,0x6a,0x37,0x8c,0x86,0xa0,0x4f,0xcf,0x1b,0xb9,0x75,0xf0, + 0xde,0x1d,0xaf,0xf5,0xf0,0xd9,0x3b,0xb9,0x2f,0x75,0x78,0x80,0x49,0x57,0xcb,0xc0, + 0x4,0x1d,0x13,0x65,0xed,0x65,0x97,0xc6,0x6c,0x77,0xc4,0x3,0xf9,0x50,0xa,0xee, + 0xd9,0x1b,0x48,0xdb,0x19,0xd4,0xfe,0xaa,0xa0,0xe1,0x39,0x14,0x2,0x66,0x2d,0xd4, + 0xde,0xb,0x82,0xd9,0xa2,0x88,0xa5,0x9e,0xfa,0x9,0x48,0x36,0xd,0xd,0x28,0x42, + 0xb0,0xe1,0xb9,0x58,0xeb,0x9c,0x10,0x5,0x8f,0xcc,0x15,0x97,0xd1,0x6a,0x92,0xc6, + 0xaf,0x8a,0x62,0x11,0x82,0x2c,0xc1,0x8c,0x18,0x8a,0xf0,0x27,0xcf,0x81,0x46,0x40, + 0x23,0xa0,0x11,0xd0,0x8,0xa8,0x5a,0xc0,0xf0,0x1a,0xf3,0x44,0x5a,0x7f,0xfd,0xa8, + 0x7f,0xa3,0xe3,0xa9,0xeb,0xf6,0x3d,0x4e,0xe5,0x81,0x49,0xe7,0x31,0x75,0xba,0x9d, + 0xaa,0x5,0xfc,0x71,0xb9,0x73,0xe6,0x93,0xb0,0xd8,0x71,0x95,0xb,0xd0,0x93,0xa8, + 0x22,0x9,0x33,0x1d,0x93,0x22,0x72,0xd3,0x5a,0xb8,0x68,0x66,0x20,0x61,0x57,0xaf, + 0x6a,0x1,0xf,0x3d,0x71,0xa1,0x6c,0x7f,0xcb,0x35,0xcc,0xfb,0x30,0xf8,0xf5,0x9b, + 0x45,0xdb,0xd5,0xa,0xb8,0xed,0xc6,0x91,0x9a,0xb6,0xf6,0xe0,0x7a,0x5a,0xb7,0x6a, + 0x1,0xcb,0xf6,0x4d,0x95,0x99,0xdf,0x36,0xaf,0xed,0x87,0xcd,0xf2,0x3e,0xd8,0xb2, + 0x39,0xfa,0xf7,0xa3,0x5b,0xb3,0xf1,0x90,0xc9,0x64,0x98,0xf1,0x53,0xf4,0x4a,0xab, + 0xac,0x39,0x4c,0xfa,0x53,0x36,0xa7,0xe3,0x22,0x1f,0x29,0xa3,0xfc,0xb4,0x7e,0x70, + 0xe6,0xc7,0x81,0xff,0x40,0x40,0x28,0xbf,0x89,0x4,0xec,0xfa,0x2a,0xb7,0x55,0xef, + 0x48,0x38,0x4c,0xcf,0xa2,0xee,0xd1,0x8e,0x57,0xa7,0x0,0xb6,0x87,0x87,0x9d,0xe3, + 0x24,0x4f,0xc2,0xbe,0x7,0x52,0x6c,0x4e,0xcb,0xa2,0x7f,0x54,0x5b,0xff,0x11,0xcd, + 0x9c,0x2e,0xc1,0x41,0xd2,0x30,0xe4,0x2d,0x2f,0xcc,0x27,0x3c,0xae,0x7f,0x9b,0xfc, + 0x85,0x45,0x22,0xcb,0xd,0xd,0xd,0x87,0xfc,0x6,0xf4,0x4e,0x83,0x4d,0x1b,0x5e, + 0x99,0x16,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63, + 0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38, + 0x54,0x32,0x32,0x3a,0x30,0x35,0x3a,0x30,0x37,0x2b,0x30,0x38,0x3a,0x30,0x30,0x9e, + 0xc1,0xd1,0x97,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x34,0x2d,0x31,0x30,0x2d,0x32, + 0x36,0x54,0x31,0x31,0x3a,0x32,0x36,0x3a,0x31,0x37,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0x6c,0x1d,0x51,0x9c,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f, + 0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72, + 0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63, + 0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd, + 0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65, + 0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69, + 0x67,0x68,0x74,0x0,0x35,0x31,0x32,0x8f,0x8d,0x53,0x81,0x0,0x0,0x0,0x17,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a, + 0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x35,0x31,0x32,0x1c,0x7c,0x3,0xdc,0x0,0x0, + 0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d, + 0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f, + 0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x34,0x31,0x34,0x32,0x39,0x33,0x39, + 0x37,0x37,0x98,0x85,0x27,0x17,0x0,0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x39,0x30,0x39,0x36,0x42,0xf7, + 0x3f,0x1b,0x8,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f, + 0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69, + 0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e, + 0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79, + 0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x37,0x37, + 0x30,0x2f,0x31,0x31,0x37,0x37,0x30,0x32,0x36,0x2e,0x70,0x6e,0x67,0x5a,0xfa,0x9f, + 0x6f,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??1.png + 0x0,0x0,0x15,0x3a, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdb,0x5,0x12,0x15,0x1f,0x0,0x51,0x6a,0x39, + 0x2d,0x0,0x0,0x12,0xb4,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9a,0x7b,0x90,0x1d, + 0xc7,0x75,0xde,0x7f,0xdd,0x3d,0x33,0xf7,0xfd,0xd8,0x7,0x80,0x5,0xb0,0xb,0x80, + 0x0,0x8,0x11,0x10,0x48,0x88,0x0,0x9f,0x90,0x98,0x90,0x92,0x4c,0x53,0x56,0x2c, + 0x95,0x2c,0x53,0x96,0xa3,0x98,0xb1,0x2b,0xa9,0x24,0xaa,0x4a,0x52,0xa5,0x72,0xc9, + 0x72,0x92,0xaa,0xb8,0x94,0x8a,0x4a,0x8a,0x5d,0xa9,0x52,0xec,0xc4,0x49,0x59,0xb6, + 0xe3,0x92,0x22,0x5b,0x92,0x65,0x93,0x51,0x6c,0x93,0x56,0x68,0x8a,0x12,0x49,0x51, + 0x94,0xc,0x11,0x20,0x40,0x80,0x24,0xb0,0x8b,0x27,0x77,0xb1,0xef,0xdd,0xbb,0xf7, + 0x31,0x77,0xa6,0xbb,0x4f,0xfe,0x98,0xdd,0xc5,0xc5,0x92,0x34,0x59,0xd4,0x5a,0x52, + 0x12,0x7c,0x5b,0x73,0x67,0xee,0x4c,0x6f,0xcf,0xfd,0xbe,0xef,0x9c,0xee,0xd3,0x73, + 0x2f,0x5c,0xc3,0x35,0x5c,0xc3,0x35,0x5c,0xc3,0x35,0x5c,0xc3,0x35,0x5c,0xc3,0x35, + 0xfc,0x7f,0x9,0xb5,0x9e,0x9d,0x5,0x7f,0xaf,0xf,0x4,0x30,0x20,0x89,0x20,0xe7, + 0xba,0xd9,0xf1,0x82,0x83,0xa6,0x7,0xa3,0x40,0x3,0x56,0x20,0xf5,0x59,0xdb,0x15, + 0x18,0x5,0x39,0xd,0x5e,0xc0,0x1,0x11,0xa8,0xba,0x1,0xa5,0x50,0x1b,0x2,0x54, + 0xd9,0x20,0x2e,0xfb,0xc0,0xf6,0xd1,0xc5,0x1f,0xbd,0x0,0xc1,0x7,0xfa,0x20,0x67, + 0x50,0x89,0xc5,0x8d,0xc6,0xc8,0x44,0xa,0xb9,0x2,0x92,0x2b,0xc1,0x96,0x2a,0x7a, + 0x44,0x11,0x6c,0x88,0xd1,0x61,0x82,0x1a,0xca,0xa3,0xde,0xb5,0x19,0x7d,0x60,0x3, + 0x86,0x1a,0x65,0xe,0x52,0xe1,0x10,0x1,0x5,0x34,0x21,0x29,0x1b,0xf1,0x14,0x59, + 0xe0,0xb7,0xe9,0x72,0x2,0x3f,0x71,0x6,0x79,0x76,0x9e,0xf4,0xa8,0xc3,0xce,0xe6, + 0xb0,0xa7,0x34,0x1c,0x9b,0x83,0x4e,0x13,0x65,0x5b,0x10,0x68,0xd4,0x80,0x41,0xd, + 0x47,0x28,0xad,0x1,0xc1,0x3e,0xd6,0xf8,0xdb,0x17,0x20,0xb8,0xaf,0x82,0x2a,0x68, + 0xdc,0xd9,0x18,0x99,0x2,0xe9,0xef,0x47,0x5d,0x5f,0x22,0x1a,0x6e,0xa3,0x6f,0xad, + 0xd0,0x79,0xe0,0x45,0x50,0x9b,0x8a,0xdc,0x54,0x2e,0xa9,0x2d,0xae,0x64,0x74,0xbb, + 0x8e,0x73,0x83,0x68,0xd3,0x2f,0xd5,0x7c,0x9d,0x50,0x95,0x94,0x91,0x2,0x9a,0xbc, + 0x32,0x3e,0x5c,0xe9,0x57,0xbc,0xf2,0x38,0x15,0x8b,0x57,0x31,0x29,0x2d,0xb5,0xd4, + 0x6d,0x10,0x27,0xf3,0x4,0x66,0xd6,0x4b,0x34,0xeb,0xa7,0xa3,0x16,0x27,0x9b,0x6d, + 0xe2,0x99,0xd6,0x7d,0xe2,0xd3,0x67,0xb8,0x8b,0xa5,0x5f,0xeb,0x60,0xff,0x68,0x6, + 0x46,0xc7,0x51,0x75,0x8f,0xaa,0x19,0xd4,0x50,0x88,0x2a,0x85,0x48,0xcb,0xe2,0x9e, + 0x6e,0xae,0x8f,0x0,0xe1,0xfd,0x75,0x28,0x1b,0xfc,0xb,0x4b,0xb8,0x73,0x11,0xec, + 0xdb,0x40,0xf8,0x96,0x94,0xfc,0xaf,0xe,0xb2,0xb4,0x63,0xba,0xc0,0xdd,0x51,0x7f, + 0x50,0x68,0x6e,0x93,0x52,0x74,0x83,0xae,0xc9,0x6e,0x4d,0xf7,0x3a,0x9,0xf4,0x30, + 0xa1,0xd9,0xac,0x94,0x54,0x51,0x3e,0x2,0x22,0x94,0xa,0x41,0x19,0x50,0x5a,0xa4, + 0xe7,0xd6,0x4a,0x40,0x49,0xf6,0x4e,0x79,0x51,0xe0,0xc0,0xa7,0xe2,0x49,0x41,0xa7, + 0x88,0x6e,0x4a,0x2a,0x53,0x2a,0xb1,0x2f,0x8b,0x84,0x17,0x7c,0x33,0x18,0x65,0xb6, + 0xfb,0x92,0xeb,0x46,0x63,0x72,0xdc,0x4f,0x33,0x7f,0xb9,0x71,0x48,0xc6,0xdc,0xf7, + 0x7f,0xed,0x97,0x90,0x7f,0x77,0x2,0x15,0xcd,0xa2,0xb6,0xe5,0x50,0x9b,0x2,0x24, + 0x16,0xfc,0x91,0xf6,0x9b,0x13,0x20,0x78,0x4f,0x5,0xb3,0x55,0x91,0xfc,0x79,0xb, + 0xd9,0xbe,0x95,0xf0,0xad,0x90,0xfe,0xde,0x5,0x78,0xdb,0x8e,0x7e,0x33,0x1c,0xef, + 0x51,0x83,0xe6,0x76,0x93,0x8f,0x6f,0x21,0xa7,0x6f,0x54,0x81,0x1f,0x46,0x4b,0x45, + 0xd0,0x11,0xa2,0xb3,0xdc,0x16,0x85,0x78,0xd,0xa2,0xb2,0xdb,0xc8,0xda,0xdb,0x65, + 0xc4,0x57,0x44,0x50,0xaa,0xe7,0x5c,0xcf,0xb1,0xd2,0x57,0xb7,0x3,0x71,0x38,0xd5, + 0x94,0x54,0x4f,0x13,0xfb,0x53,0xbe,0x13,0x3d,0xeb,0x27,0xe5,0x7b,0xee,0xb2,0x3e, + 0xc1,0xd1,0x85,0xcb,0xd0,0x89,0xf9,0xf8,0x7,0xe1,0x37,0xfe,0x14,0xb5,0x41,0xa3, + 0xb6,0x45,0xe8,0x62,0x80,0x6f,0x58,0xfc,0xb1,0xce,0xeb,0xb,0x10,0x7e,0xa8,0x4e, + 0xf1,0x13,0x11,0x8b,0xef,0x9c,0x41,0x1d,0xdc,0x4e,0xee,0x67,0x2,0xe2,0x5f,0xb7, + 0x45,0x73,0xa0,0xfb,0x56,0xb3,0xd1,0xff,0x84,0x2a,0xa5,0xef,0x54,0x79,0xb9,0x89, + 0xc0,0xf,0x80,0xd6,0x78,0x96,0x89,0x6a,0xf0,0x2a,0x23,0x2e,0x6a,0x99,0x38,0x57, + 0xf6,0xab,0xb7,0xea,0x21,0xb3,0xea,0x7c,0x2f,0xe9,0x55,0xa2,0x99,0x28,0xbd,0xe4, + 0x97,0xb5,0xcc,0x4,0x93,0xe5,0xbe,0x4,0xac,0x6a,0xf8,0x8e,0x1e,0x95,0xa6,0x79, + 0xd2,0x8d,0xeb,0x47,0xdd,0x4b,0xfc,0x35,0x63,0x93,0x53,0x80,0x5,0x83,0x2a,0x39, + 0xf4,0x81,0x2,0xd2,0xf0,0xf8,0x13,0xdd,0x57,0x17,0x20,0xfc,0xd9,0x3e,0x86,0xff, + 0xf8,0x7e,0xe2,0xad,0xbf,0xc3,0xc4,0xa6,0x11,0x72,0x7f,0x3f,0x4f,0xf7,0xf3,0xb6, + 0x1a,0xbc,0x35,0xf9,0xbb,0xa6,0xbf,0xfb,0x61,0x55,0xb6,0xf7,0xa8,0x50,0x86,0x4, + 0xa5,0xf0,0x19,0x59,0x11,0x5,0x7e,0xc5,0x71,0x8d,0xf8,0xe5,0x2e,0x7f,0x20,0xd7, + 0x7b,0x9,0xf6,0xa,0xd0,0x43,0x9e,0x57,0x11,0x6c,0xf9,0xbc,0xa4,0x7a,0xd1,0x37, + 0xcc,0xf7,0xdd,0x64,0xf8,0xa7,0xf6,0xa4,0x3c,0xc2,0xc9,0xa9,0xf3,0xa,0x52,0x1, + 0xf4,0xae,0x88,0xfc,0x99,0xb7,0x12,0xdf,0x74,0xa,0x7f,0x3c,0xbe,0x22,0x40,0xf8, + 0xa1,0x3e,0xd2,0xaf,0x34,0x81,0x14,0xf5,0xbe,0x5d,0xc8,0x5f,0xba,0xd0,0xfc,0x54, + 0xf2,0x77,0x82,0xad,0xc9,0x47,0x75,0x25,0xfd,0x9,0x42,0xa9,0xe2,0x15,0xe2,0x4d, + 0xe6,0xf2,0x2a,0xf9,0x65,0xb2,0xeb,0xe5,0x7a,0xef,0xb5,0xb5,0xae,0xbf,0x6a,0x44, + 0xf4,0x88,0xd9,0x7b,0x4e,0x9,0x62,0x55,0xe2,0x17,0xc3,0xa3,0xee,0x42,0xf8,0xdf, + 0xed,0x53,0xe9,0xd7,0x98,0x9e,0x9f,0xc,0xdf,0x13,0xb8,0xf4,0x7f,0x5b,0xc2,0x8f, + 0xd4,0x71,0x47,0x3a,0xf8,0x13,0x5d,0x4c,0xf8,0xb3,0x7d,0xa4,0xf,0x7a,0xf0,0x5d, + 0x82,0x7f,0x7f,0x0,0x7f,0x32,0xde,0x14,0xbd,0xb3,0xf3,0xf1,0x60,0xb8,0xf3,0x29, + 0x5d,0xb1,0xb7,0xa2,0x55,0x4e,0x9c,0x61,0xd5,0xf5,0x95,0xbc,0x5e,0x76,0x5f,0x44, + 0xaf,0x71,0x5d,0xf5,0xd8,0xb5,0xc6,0x61,0xd5,0x43,0x62,0xe5,0x9c,0xbe,0x72,0xac, + 0x7a,0xc5,0xd0,0xbc,0x32,0xe4,0x15,0x57,0xf5,0xf5,0xda,0xd7,0x40,0x5,0x62,0x4c, + 0xd9,0x6e,0x35,0xfd,0xee,0x5d,0x6a,0x5b,0xb8,0x5b,0x4c,0xf9,0x92,0xfb,0x66,0x73, + 0x5a,0x6f,0xc6,0xb9,0x27,0x62,0xc2,0x5f,0xec,0x43,0x66,0x6c,0x4f,0xa,0xfc,0xfa, + 0x1,0xdc,0xa3,0xb3,0x7b,0xc2,0x3d,0xdd,0x4f,0xeb,0xbe,0xf8,0xfd,0x28,0x65,0x70, + 0xcb,0x4,0xd7,0xdb,0xf5,0x95,0xfc,0x5d,0xeb,0xec,0x55,0x11,0xf1,0x6,0x5c,0x7f, + 0x95,0x71,0xe3,0x4a,0x9a,0xf4,0xb4,0x17,0x70,0x33,0xb9,0xe3,0xe9,0xb1,0xdc,0x27, + 0xdd,0x37,0xa6,0x1f,0xd1,0xc3,0xd2,0xf6,0xd3,0x8,0x5d,0x30,0x21,0xc0,0xcf,0xed, + 0xc6,0x1d,0x6f,0x8d,0x84,0x7b,0xe3,0xdf,0x32,0xfd,0xdd,0xf7,0x83,0xd6,0xe2,0xcc, + 0xea,0xc0,0xb6,0x3a,0xc8,0x89,0x7e,0xf3,0xae,0xeb,0xd7,0xc8,0x75,0xfd,0x4a,0xf7, + 0xde,0xb0,0xeb,0x57,0x85,0xfd,0x95,0x7b,0xbd,0xe2,0xff,0xb4,0xa0,0xcb,0xe9,0x26, + 0x5d,0x93,0x43,0x5e,0x95,0x47,0xfd,0xf3,0x9d,0xb,0xfa,0x7a,0x93,0xe2,0x15,0xc6, + 0xbf,0x63,0x3b,0x72,0x44,0x47,0xd1,0xe1,0xce,0xbf,0x31,0x3,0xdd,0x7,0x10,0xad, + 0xb2,0x5c,0xef,0x21,0xfb,0xaa,0xae,0xab,0xd7,0x77,0x7d,0xf5,0xc3,0xac,0xcd,0xe9, + 0x9e,0x6b,0x57,0x8d,0x7,0xaf,0x45,0xe2,0x6a,0x67,0x57,0xfb,0xd4,0xaf,0xec,0x73, + 0x6d,0xfb,0xde,0x48,0xd2,0x25,0xdb,0xaf,0x4a,0x66,0x9b,0x1d,0xcf,0x3d,0x23,0x63, + 0xf1,0x2c,0x1d,0xf1,0x41,0xb8,0xcf,0xe1,0xeb,0xc9,0x4d,0xba,0x96,0x7c,0x58,0x44, + 0x29,0x9c,0xbe,0x7a,0xe,0x5f,0x21,0xee,0x7b,0x43,0x7d,0xed,0x8,0xbf,0x76,0xc4, + 0xee,0x71,0x8f,0xb5,0x44,0xd6,0x5e,0x13,0x96,0x63,0xf9,0x4a,0xe8,0xae,0x1d,0x8, + 0xff,0xa6,0x3e,0x5f,0x6b,0xba,0xe4,0x8a,0x9,0xab,0xed,0x43,0x30,0xc3,0xdd,0x5b, + 0x83,0x83,0xa5,0xf7,0xda,0x4b,0x9c,0xa3,0x6e,0x16,0x83,0xf0,0x83,0x55,0x92,0x2f, + 0x35,0xee,0x24,0x90,0xcd,0x38,0xf3,0xe6,0x73,0x5d,0x7b,0xd0,0xbd,0xa1,0xe9,0x41, + 0xc4,0x21,0x62,0x71,0xca,0x22,0xca,0x21,0xca,0xe1,0x55,0xe2,0x45,0x2c,0xe0,0xf0, + 0x92,0xa2,0x9,0x94,0x26,0x40,0xa1,0x31,0x44,0x68,0x6f,0xd0,0x3e,0x50,0xc6,0x7, + 0x18,0x9,0x50,0x2a,0xb8,0x3a,0x85,0x7a,0x56,0x50,0x6b,0x73,0x7d,0x8d,0x0,0xab, + 0xc2,0xe8,0x8c,0xbc,0xca,0x29,0x54,0x59,0xc2,0x60,0x6b,0x7a,0xa7,0x25,0xfa,0x32, + 0xb,0x49,0x33,0x28,0xde,0xbb,0x1d,0xfb,0xe0,0xb1,0x21,0xbc,0xd6,0xab,0xae,0xfb, + 0xcc,0xe5,0xbf,0xd1,0x75,0x25,0x19,0x49,0x25,0x28,0x71,0x16,0xa7,0x3a,0xd2,0x51, + 0x8b,0xd2,0xb6,0x93,0x92,0x30,0x25,0xb1,0x99,0xf6,0x4b,0xcc,0xaa,0x86,0x9d,0x23, + 0xf5,0x8b,0x92,0x4a,0x83,0x54,0x5a,0x92,0xaa,0xae,0x78,0x1c,0x4e,0x79,0x1c,0xe, + 0x83,0x22,0x10,0xad,0x14,0x9a,0x50,0x42,0x15,0xa9,0x82,0xa,0x55,0x85,0x50,0xd5, + 0xa8,0x46,0x7d,0xaa,0xa6,0x6,0x74,0xc1,0x6e,0x50,0x39,0xb7,0x91,0x92,0x19,0xd2, + 0x5,0x19,0x50,0x91,0x2d,0xaa,0x90,0x1c,0x57,0x55,0x89,0xaf,0xed,0x3a,0x11,0xa8, + 0x48,0x65,0x2,0x84,0xa0,0xf2,0x6e,0x10,0x1d,0xd4,0xf0,0x89,0xe,0x14,0xff,0x12, + 0x17,0x7f,0x54,0xa9,0x4a,0xf2,0xfa,0xae,0x2b,0x1,0xed,0x51,0xe2,0x9d,0x24,0x6a, + 0x91,0xa6,0xbb,0xe4,0x97,0x38,0xed,0x67,0x64,0x8c,0xd9,0x78,0xd4,0x2f,0x30,0xce, + 0x9c,0x9d,0x27,0x4e,0x1a,0xe0,0x9a,0x40,0x2,0xa4,0x40,0xe6,0x38,0x78,0x56,0xcb, + 0xb7,0xd5,0x6d,0x6d,0xc0,0xaf,0x4c,0x80,0x6,0x8,0xb2,0x4d,0x17,0x8,0x73,0x15, + 0x6,0x83,0x9a,0xee,0x67,0x93,0xea,0x8f,0x76,0xea,0x21,0xb5,0x5b,0xd7,0xec,0x5b, + 0x54,0x9d,0x9d,0xba,0x94,0xe,0xa8,0x48,0x72,0x98,0x9e,0x22,0x49,0xf7,0x10,0x8f, + 0x14,0xe4,0xb2,0x63,0x50,0xf8,0x38,0xd2,0xa8,0xd8,0x0,0x2a,0xb8,0x85,0xfb,0x78, + 0xa2,0x5c,0xc4,0xab,0x4,0x27,0x2e,0xcb,0xfd,0x15,0xd2,0x2b,0xc4,0x33,0xd2,0x5e, + 0x62,0x66,0x64,0xc1,0x9f,0xb2,0x97,0xe5,0x59,0x79,0x39,0x79,0x4e,0x2e,0xdb,0xf3, + 0x34,0xdb,0x93,0x40,0x3,0xe8,0x0,0x2b,0x75,0x66,0x1a,0x15,0x22,0x97,0x5a,0xeb, + 0x24,0xf5,0x82,0x51,0x60,0x94,0xa0,0x35,0xc4,0x16,0x36,0x96,0x60,0xaa,0xc5,0x55, + 0x10,0x81,0xbc,0x81,0x28,0x84,0xd4,0x81,0xf3,0xa,0x27,0xa0,0x50,0x38,0xaf,0x48, + 0x3b,0x9a,0x9,0x8c,0x9f,0x20,0x0,0x22,0x7,0x5,0x72,0xc5,0x1,0x35,0x12,0xc, + 0xeb,0xe1,0xc2,0x7e,0x33,0x2c,0xb7,0xea,0xd,0xf6,0x66,0x53,0x4f,0x47,0x54,0xc9, + 0x47,0x2a,0x2f,0x90,0x5b,0x26,0xdf,0x2b,0xc4,0x62,0x40,0x60,0xcb,0x74,0x55,0x5b, + 0x1,0x2a,0xf8,0xb,0xe0,0xf0,0x5b,0x76,0xa9,0xd4,0x74,0x38,0x3e,0x7a,0xc,0xc4, + 0x5c,0x9,0x73,0xe3,0x51,0xce,0x77,0xfd,0x9c,0xbc,0xe8,0x2e,0xfa,0xa7,0xfc,0xd9, + 0xee,0xd3,0x72,0x21,0x3e,0x8d,0x4f,0x27,0x81,0x25,0x20,0x6,0x12,0x5,0x4e,0xae, + 0xab,0x7,0x37,0x7e,0xf8,0xb6,0xf7,0x6d,0xdd,0x3a,0x70,0xcf,0x85,0x33,0x97,0xbf, + 0x73,0xf2,0xb3,0xdf,0xf8,0x5a,0xbd,0x5a,0x6a,0x2c,0xa4,0x2d,0xd1,0x5a,0xe3,0xad, + 0x7,0x71,0x59,0xbf,0x33,0x6d,0x8,0x74,0x4f,0x2e,0x2b,0x8,0xd,0x38,0xf,0x69, + 0xb2,0x3c,0x28,0x8a,0x20,0x2,0xb2,0x3a,0x32,0x3a,0x84,0x94,0xad,0x25,0x98,0xee, + 0x28,0x9c,0x5f,0xa0,0xdb,0x9e,0x92,0x33,0x9c,0x76,0x67,0x78,0xda,0x11,0xfe,0x31, + 0xdb,0xa,0xdb,0xcd,0x9e,0xe2,0x1d,0xc1,0x6e,0xff,0xae,0x60,0x24,0xbd,0xc5,0x6c, + 0x72,0x75,0x55,0x60,0x35,0xf4,0xa5,0xb,0x51,0xbb,0x46,0x71,0x43,0x81,0x96,0xcf, + 0x62,0x2e,0x0,0x28,0xe6,0x72,0xdc,0x78,0xc3,0xd,0xb4,0x3a,0x4d,0xce,0x5c,0x1a, + 0x43,0x89,0x41,0x89,0x4f,0xfd,0xb4,0x9c,0xb0,0x67,0xdc,0xc3,0xfe,0xf9,0xf6,0x93, + 0x2c,0x75,0xc6,0x80,0x39,0xa0,0x85,0x56,0x9,0xa,0xc7,0xde,0x7e,0x89,0xc6,0x96, + 0xd8,0xff,0xcb,0xf7,0x30,0x77,0x7e,0xee,0x6d,0xb7,0x1f,0xda,0xfb,0x1f,0x87,0xfb, + 0x36,0x8e,0x8c,0x6c,0x1c,0xba,0xbf,0x39,0xd5,0x88,0x2e,0xfc,0xe1,0x91,0x2f,0x6f, + 0xda,0xb5,0xa9,0x39,0x37,0x3e,0x27,0xef,0xfe,0xec,0xcf,0x73,0xe4,0xb7,0xff,0x8a, + 0xd9,0xe7,0x27,0xb2,0xa7,0x3e,0x5e,0x78,0x55,0x48,0x6f,0x66,0x2c,0xe7,0xb2,0xd1, + 0xd9,0xf9,0x50,0xc1,0x54,0x7,0xbc,0x8,0xa2,0x84,0x6c,0xf5,0x91,0x52,0x35,0x31, + 0x8d,0xb4,0xc1,0x85,0x74,0xdc,0x5d,0xe0,0x98,0xfb,0x56,0xe1,0xa1,0xf4,0x96,0xc2, + 0xed,0xe1,0x1,0xf9,0x99,0x70,0x5f,0x7a,0x77,0x30,0xec,0xaa,0x92,0x80,0x9e,0xaa, + 0x10,0xa4,0x21,0x36,0xed,0xae,0x9a,0x1c,0x0,0x58,0xe7,0x28,0xe7,0x23,0xde,0x73, + 0xeb,0x3b,0x78,0x4,0xc5,0x99,0x17,0xce,0x4e,0x25,0x27,0xd3,0x3f,0x91,0x63,0xed, + 0x3f,0xa3,0x19,0xbf,0x4,0xcc,0x2,0x2d,0x8c,0x4a,0xb9,0x6b,0x48,0xf8,0xe6,0x44, + 0xd6,0xc1,0xa9,0x39,0xaa,0xbb,0x36,0xb1,0xe7,0xd0,0x75,0x3c,0x7b,0x7e,0xfe,0xba, + 0x7a,0xb1,0x30,0x10,0x78,0xc3,0x70,0xff,0xc6,0xc1,0xc3,0xef,0x3e,0xf4,0x89,0xa5, + 0x89,0xc5,0xc9,0xc9,0x6f,0x9c,0x79,0x74,0xc7,0xdd,0x6f,0x89,0x9f,0xf8,0xb7,0xf, + 0x49,0x67,0xf6,0x8d,0x3d,0xa4,0x78,0x5,0x9c,0xcf,0xf6,0x49,0x8f,0x30,0x79,0x93, + 0x89,0xa2,0x15,0xc4,0x5e,0x30,0xca,0xe1,0xc4,0x51,0x31,0x9,0x4b,0x9d,0x25,0xff, + 0xed,0xce,0xa5,0xee,0x77,0xf2,0x4f,0xd9,0xbb,0x4b,0xef,0x8a,0xee,0xe0,0xa3,0x85, + 0x2d,0xd1,0x81,0x20,0x89,0xe8,0x26,0x6d,0x94,0xcd,0xaf,0x6,0xb9,0xce,0x44,0xf7, + 0xa4,0x36,0xa5,0x5e,0xcc,0xf3,0x53,0xb7,0xbe,0x9d,0xbb,0xf6,0xdd,0xd9,0xee,0xd3, + 0xf5,0xb3,0x34,0xe3,0xd3,0xc0,0xa5,0x81,0x7a,0x61,0x1,0x48,0x72,0x95,0xbc,0x94, + 0xcf,0x74,0x8,0xa,0x21,0xb9,0x7a,0x1,0x9c,0xd0,0x9e,0x6b,0x32,0x74,0xeb,0xe, + 0x9c,0xf5,0xc6,0x3a,0x4f,0xea,0x1c,0x3e,0xf1,0xec,0xdc,0x3c,0xbc,0xfb,0x8e,0xf, + 0xdc,0xf6,0xab,0xc1,0xde,0xc1,0x9b,0xce,0x3d,0xfe,0x62,0xb8,0xf5,0x9e,0xeb,0xa9, + 0xee,0x18,0xa0,0xbc,0xb5,0xf6,0xe6,0x44,0x58,0x8b,0xd8,0x41,0xd7,0x43,0xc7,0x65, + 0xe9,0x14,0x68,0xa8,0x6,0xd0,0xf5,0x2,0x58,0x6,0x83,0x26,0x3e,0x3e,0xeb,0x1e, + 0x9b,0x7f,0xb0,0xb8,0xd8,0x77,0x3c,0xe8,0x44,0x24,0x8d,0x36,0x92,0x28,0x94,0x5c, + 0x49,0x3f,0xd,0xe0,0xbd,0xe0,0xac,0x25,0x49,0x12,0xa,0x46,0x73,0xdb,0xa1,0xdd, + 0x3b,0xde,0xf7,0xb1,0x77,0x7f,0xe2,0xf0,0xa7,0xde,0xfb,0xaf,0x7,0xde,0xb7,0xf7, + 0xf0,0xec,0x42,0xa7,0xa,0xa8,0xee,0xc7,0x6f,0xa1,0x79,0x69,0x81,0x30,0xc,0x18, + 0xd8,0xbd,0x91,0xfd,0x1f,0xb9,0xd,0x80,0xda,0x96,0x41,0x44,0x4,0xe7,0x3c,0xd6, + 0x66,0x22,0x28,0x2f,0xdc,0xb0,0x73,0xfb,0xe1,0xdb,0x7e,0xfe,0xce,0x5f,0xa6,0x9e, + 0xdb,0x3e,0xf6,0xd5,0x67,0x83,0xc6,0xb9,0x59,0xa2,0x5a,0x81,0xbe,0x1b,0x36,0xae, + 0x8f,0x8,0x2b,0x68,0x3b,0xe8,0x3a,0x68,0x58,0xc8,0x6b,0xe8,0xb,0xd1,0xa2,0x60, + 0xf3,0xa0,0xc3,0xd4,0x6c,0xd8,0xe7,0x36,0xd8,0x38,0xc6,0x27,0x1a,0x5c,0xd8,0x53, + 0xcb,0xac,0x89,0x80,0x34,0x4d,0x49,0xd2,0x4,0xef,0x2c,0x43,0x7d,0x95,0x81,0xdb, + 0x6f,0xbb,0xfe,0x17,0x7f,0xf2,0x23,0x77,0xfe,0x8f,0xbb,0xfe,0xc3,0x4f,0xff,0xe6, + 0xc8,0x3,0x7,0x3f,0xc0,0xe7,0x4f,0x8c,0x0,0x51,0x7b,0xa1,0xcd,0xf8,0x3d,0x1b, + 0x39,0xf1,0xc5,0xef,0x62,0xe3,0x14,0x87,0x43,0x0,0xe7,0x3d,0xa9,0x4f,0xb1,0x24, + 0xa4,0xd2,0x25,0x54,0x8a,0xfd,0x37,0x5e,0xf7,0xfe,0xfd,0xbf,0x74,0xc7,0x3f,0xf3, + 0xb0,0xa1,0x98,0xb,0xcc,0xdc,0xc9,0xcb,0xe4,0x7,0x4a,0xc,0xde,0xbc,0x75,0x7d, + 0x45,0x58,0x41,0xc3,0xc1,0x7c,0x4a,0xf1,0x96,0x7e,0xd0,0x3a,0x5b,0x1a,0x3b,0x25, + 0xd8,0x0,0xed,0x2,0x40,0xb2,0xa2,0x6a,0x19,0x1,0x80,0x17,0x8f,0xb5,0x16,0xb, + 0xab,0x45,0x10,0x5e,0xd0,0xa2,0xd8,0xd2,0x57,0xdf,0x3c,0x58,0xad,0x3e,0xb0,0x73, + 0xd7,0x96,0xf,0x4c,0xdf,0xb9,0xe7,0xf8,0xc4,0xc4,0xfc,0x37,0x47,0xfe,0xc1,0xcd, + 0xdf,0xe2,0xa5,0xcb,0xa7,0x80,0xe9,0xa4,0xd9,0x6d,0x8f,0x70,0x13,0xe2,0x3d,0x56, + 0x52,0xac,0x24,0x8,0x1e,0xf0,0x20,0x42,0x39,0x17,0x46,0x7,0xee,0xd8,0xfd,0x8f, + 0x1a,0xbf,0xb0,0x74,0xf1,0xc2,0x17,0xbe,0xff,0x7,0x7d,0x5b,0x6b,0x8d,0xc9,0xa7, + 0xcf,0xf9,0x43,0x9f,0xfc,0x49,0x5c,0x6a,0x99,0x3f,0x31,0xf9,0xb7,0x23,0x44,0xf6, + 0xb0,0x38,0x7b,0x11,0xad,0x10,0x8d,0x4,0x9,0xe4,0x5c,0x26,0x4c,0xaf,0x0,0xab, + 0xe1,0x8b,0xbb,0xaa,0xfe,0x5f,0xd9,0x94,0x28,0xfa,0x72,0xa5,0x4a,0x7d,0xb8,0x74, + 0x78,0xdb,0xe6,0x4d,0x87,0x97,0xf6,0x6e,0xff,0xe8,0xc2,0x42,0x73,0x6c,0xf1,0xfe, + 0xe6,0xd1,0xa9,0xf1,0xf9,0xa3,0x9f,0xfc,0xd0,0x3f,0x39,0xa1,0x43,0xb3,0xd9,0x4a, + 0xaa,0x2c,0x9,0x22,0xcb,0xf5,0x8e,0xf2,0x88,0x13,0xfa,0xca,0x85,0xda,0xdb,0xde, + 0x79,0xc3,0xc7,0x9a,0xd3,0xcd,0x4b,0x73,0x8f,0xbc,0xf4,0xf0,0xc6,0x9b,0x37,0xb7, + 0x8f,0xff,0xa7,0x6f,0x49,0x3c,0xd3,0x7e,0x53,0xdc,0xde,0x18,0x96,0x5d,0x16,0x95, + 0x55,0xac,0x51,0x17,0x71,0x5d,0xc4,0x2c,0xbf,0x97,0xab,0x22,0x0,0x71,0xce,0x61, + 0x65,0xa5,0xdc,0x5d,0x59,0x1,0xb2,0xbc,0xc,0x56,0x48,0x36,0x27,0x63,0x44,0xd3, + 0x17,0x56,0xea,0x7d,0x1b,0xab,0x7,0x93,0x41,0x7b,0x70,0xcf,0x75,0xa9,0x6d,0x25, + 0x9d,0x46,0xb3,0x13,0x5b,0x1d,0xaa,0x5c,0x2a,0x49,0x46,0x5c,0x4,0x91,0xe5,0x29, + 0x5c,0x84,0xa1,0xd,0x95,0x6d,0x6f,0x7b,0xef,0xde,0x7f,0xf5,0xed,0xcb,0x4b,0x93, + 0x53,0xcf,0x4e,0x7c,0x77,0xd7,0x3,0x7,0xba,0x53,0x4f,0x5e,0xc0,0x5b,0x4f,0xeb, + 0xc2,0xfa,0x7d,0xd1,0xb1,0xa,0x25,0x19,0xf,0xd1,0x60,0x1c,0x12,0xa4,0x88,0x72, + 0xd9,0x18,0x11,0xad,0x36,0xc8,0x4,0x68,0x2f,0xc6,0xd,0xeb,0x3c,0x5a,0x96,0x23, + 0xc0,0xb,0xab,0xcb,0x5d,0xbf,0x32,0x35,0x6b,0xd4,0x6a,0x99,0xec,0x57,0x17,0x20, + 0x81,0x52,0x41,0x2d,0x57,0xe8,0xaf,0x15,0x73,0x59,0x1a,0x60,0x33,0xe1,0x94,0xb0, + 0xf2,0xb7,0x52,0xf4,0x8e,0x6c,0xeb,0x3b,0x78,0xe3,0xfd,0xfb,0x7f,0xe5,0x7b,0x13, + 0xcd,0x5f,0x19,0xfd,0xfc,0xb1,0xd3,0x22,0x62,0xab,0x7,0x6,0xc9,0x95,0x2a,0x74, + 0x4f,0x2d,0xad,0xaf,0x0,0x5a,0x7a,0xa,0x6d,0x9f,0xd5,0x8e,0xa1,0x47,0xf5,0x1b, + 0x98,0x35,0x2d,0xbc,0x4d,0x0,0xd1,0x7f,0x5,0xcc,0x9e,0x9e,0x7b,0xb6,0xd1,0x89, + 0xe7,0x57,0x46,0x71,0xbb,0xb2,0xb7,0x1e,0x6b,0x1d,0xce,0x9,0xce,0x7a,0x52,0xeb, + 0x49,0x9d,0x5d,0xcd,0xf5,0x95,0xc1,0x2e,0x95,0x2e,0xa9,0xeb,0x62,0x7d,0x82,0x95, + 0x94,0x54,0x52,0x52,0x9f,0x92,0x7a,0x8b,0xf5,0x16,0xeb,0xb3,0xf6,0x18,0xcb,0xce, + 0xfd,0x83,0xf7,0xed,0xfb,0x87,0x7,0xfe,0x5,0xe8,0xa1,0x40,0x29,0xb3,0xf4,0xdc, + 0x2c,0xa6,0x1a,0x10,0xed,0x2b,0xad,0x6f,0x0,0x2c,0x8f,0x77,0x78,0x32,0xc7,0xfb, + 0x85,0x60,0x8b,0xa6,0x5c,0x2f,0x8b,0x7b,0x59,0x9f,0x2,0xdb,0xc0,0x28,0xa7,0xdf, + 0xfd,0x89,0xb7,0x33,0xf1,0xf5,0x33,0x47,0x2e,0x9e,0x9b,0x7d,0x34,0x76,0xae,0x87, + 0x78,0x8f,0x18,0xa9,0xc3,0x3a,0x87,0x93,0x14,0xc7,0x32,0xf1,0x65,0xf2,0x96,0x4, + 0x4b,0x37,0x23,0xee,0xaf,0x6c,0xc9,0x8a,0x48,0x92,0x62,0xb5,0x25,0x35,0x16,0x6b, + 0x2c,0x51,0x49,0x5,0xbb,0xf,0xf,0x3d,0x30,0xf2,0x8f,0x6f,0xfa,0x5,0x7,0xb5, + 0x60,0x50,0xeb,0xf6,0x33,0xf3,0x44,0xfb,0x8b,0xeb,0x2a,0x40,0x18,0x99,0x2b,0xd5, + 0x66,0x9,0x8a,0x5b,0x72,0xec,0xde,0xb1,0x99,0xea,0xd4,0xc0,0xd9,0xc6,0x63,0xf3, + 0xdf,0x4,0x1a,0x18,0xe5,0xd,0x4f,0x5d,0x84,0x56,0x1a,0x37,0x44,0xc6,0x4b,0xc3, + 0xe5,0x5b,0x4b,0xa5,0xc2,0x26,0xb1,0xe0,0x7d,0xcf,0x26,0x82,0xc3,0x92,0xad,0x5f, + 0x2d,0x1e,0x8b,0x57,0xe,0xaf,0x2c,0xe,0x87,0x17,0x87,0x17,0x8f,0xef,0x39,0x16, + 0x1c,0x1e,0x8f,0x37,0x1e,0x1f,0x78,0x8,0x20,0xd1,0x9,0x73,0x7e,0x8e,0x29,0xfd, + 0x72,0xd4,0xe9,0x8b,0xf7,0xa5,0xae,0x34,0xda,0x3d,0xba,0x30,0x1a,0xed,0xaf,0xa4, + 0xc9,0xf3,0x2d,0xa4,0xe5,0xd6,0x4d,0x80,0xd2,0xfe,0x1a,0xed,0x73,0xe,0x5a,0x49, + 0x61,0xdb,0x87,0x6,0x3e,0x78,0xe0,0xd0,0x96,0xdd,0xe1,0xe5,0xfa,0xe2,0xa9,0xdf, + 0x9b,0xfc,0xdd,0xf6,0x77,0x27,0x1f,0x45,0x33,0x15,0xdc,0x3b,0x90,0x9a,0xda,0x9e, + 0x41,0x76,0xbf,0xe7,0x7a,0xb9,0xf4,0x3f,0x5f,0x98,0x6a,0x20,0x17,0xa2,0xd,0x85, + 0x7d,0x85,0x52,0x6e,0x13,0x4e,0x65,0x5,0x92,0xb8,0x55,0xb2,0x57,0x36,0x97,0x89, + 0x20,0x1e,0x11,0x97,0x11,0xc7,0x67,0x6d,0x65,0x99,0xb8,0xce,0x88,0x4b,0xe0,0xe9, + 0xea,0x98,0x89,0x74,0x82,0xd1,0xf8,0x34,0xe7,0x92,0xb3,0x4c,0xcb,0x34,0xb6,0xda, + 0xad,0xe4,0x55,0x49,0xb7,0x1e,0x6f,0x3c,0xe1,0xa7,0xe2,0x25,0xdf,0xf5,0xd9,0xec, + 0xb9,0x4e,0x28,0x6c,0x2f,0xd1,0x99,0x12,0x58,0x6a,0x15,0xf6,0xfd,0xdc,0xce,0xfb, + 0xf3,0xbe,0xd2,0x7f,0xe4,0xbf,0x5d,0xfc,0xdd,0x99,0x87,0xce,0xfe,0x9,0x70,0x5e, + 0x97,0x82,0xb6,0x3f,0xdd,0xc2,0xdc,0xf4,0xe9,0x7b,0x39,0xf1,0x1b,0x4f,0x50,0x1d, + 0xa9,0xba,0x85,0xef,0x8d,0x5f,0x98,0x59,0xe8,0x3c,0x4f,0x3d,0x1c,0xcc,0xd7,0xa2, + 0xed,0xc6,0x10,0x78,0xc9,0x1c,0x77,0x2c,0x93,0x56,0xf6,0x8a,0xd3,0xcb,0x31,0xe1, + 0x7a,0x23,0x40,0x79,0x7c,0xe0,0x90,0x40,0x48,0x4d,0xc2,0xa4,0x9d,0xe4,0x4c,0xfb, + 0x34,0x2f,0xdb,0x4b,0xb4,0x4c,0xb,0x9f,0xf3,0xe8,0xbc,0xa2,0x90,0xcb,0xc1,0xf9, + 0xdc,0xf9,0xe6,0xe3,0xb,0x8f,0x81,0xcc,0x67,0x53,0xc7,0x3a,0xa,0xb0,0xb9,0x44, + 0xa7,0x3,0x18,0x9d,0xeb,0x96,0xc2,0xed,0xa3,0x7f,0x39,0xf9,0xe7,0x33,0xf,0x8e, + 0x7d,0xd,0x38,0xa7,0x72,0x66,0x49,0x3a,0x4e,0x54,0x3e,0xc4,0xb4,0xcf,0xce,0xb3, + 0xf1,0xee,0x5d,0x5c,0x7e,0xf2,0x3c,0xe5,0xed,0x35,0xdb,0x7e,0x7e,0x7a,0x62,0xf2, + 0xb9,0xcb,0xcf,0xb4,0xf3,0xcc,0xaa,0x8a,0x1e,0xa,0x4a,0x6a,0x40,0x19,0xaf,0xbc, + 0x2c,0x93,0x17,0xb7,0x2c,0x86,0xc3,0xad,0x90,0x5e,0x89,0x0,0xed,0x90,0x20,0x73, + 0xbe,0x45,0x93,0xb3,0xf1,0x59,0x2e,0x26,0x17,0xe8,0x98,0xe,0x92,0xcb,0x96,0xa5, + 0x61,0xde,0x50,0x2f,0x97,0xc8,0x4d,0xd6,0x17,0x67,0x1f,0x6c,0x7f,0x31,0x1d,0x5b, + 0x3c,0x42,0xa8,0x97,0x20,0x9b,0x30,0xd6,0xb,0xf9,0xcd,0x65,0xba,0xb3,0x5d,0xc2, + 0xb2,0xb6,0x8d,0xc7,0xa6,0x8e,0xc5,0x2f,0xce,0x9e,0x4,0xa6,0x54,0xce,0x34,0xa5, + 0xeb,0xbc,0x2e,0x87,0xe0,0x5,0x13,0x4f,0xb5,0xf0,0xd6,0xd3,0x7f,0xfb,0x36,0x16, + 0x4f,0x4c,0x51,0x3b,0xb8,0xd9,0xc6,0xa3,0xf3,0x8b,0x4b,0xc7,0x26,0x8f,0x4d,0x9c, + 0x5b,0x78,0xa6,0xa3,0xfc,0xac,0xe4,0x54,0xd5,0x14,0xa8,0x61,0x24,0x10,0xe5,0xf0, + 0x3e,0x8b,0x0,0xc1,0x67,0x91,0xa0,0x1c,0xde,0xf8,0x55,0xf2,0xf3,0x7e,0x8e,0xd1, + 0x78,0x94,0x79,0xe6,0xb3,0x87,0x11,0x79,0x85,0xce,0x41,0xb1,0x18,0xb1,0xa1,0x52, + 0xa1,0xb0,0x54,0x4f,0xa6,0xbe,0x92,0x7c,0x69,0xf1,0xa1,0xb,0x5f,0x1,0x5e,0x56, + 0x25,0xd3,0x55,0x1e,0x70,0xeb,0xa7,0x40,0x61,0x5b,0x99,0xee,0xc9,0x59,0xdc,0x7c, + 0xec,0x11,0xd7,0x41,0xd1,0x21,0x6f,0x12,0xba,0x4e,0x74,0x35,0x44,0xac,0x47,0x3a, + 0xe,0x3,0xd0,0x9d,0x69,0xe3,0x12,0xcb,0x8d,0xbf,0xff,0x41,0xc6,0xbf,0x70,0x14, + 0xd7,0x4a,0x7c,0x54,0x8b,0xba,0x76,0xbc,0x39,0xd9,0xf8,0xfe,0xe5,0x23,0x13,0xa7, + 0x66,0x9f,0x5c,0x6a,0xd9,0xd3,0x29,0xa4,0x2e,0x50,0x45,0x15,0x91,0x17,0xe5,0x8d, + 0x18,0x8f,0xd7,0x2e,0xcb,0xf5,0xd0,0xe3,0x43,0xc7,0x8c,0x9f,0xe1,0x7c,0xf7,0x3c, + 0x71,0x10,0xa3,0x72,0xa,0xf2,0x10,0xe6,0x35,0xb5,0x52,0x91,0xa1,0x6a,0x9d,0x92, + 0xad,0xc9,0xf8,0xff,0xb2,0x5f,0xbf,0xfc,0xb9,0x73,0x9f,0xc3,0xfb,0x17,0x55,0xa4, + 0x1b,0xd2,0x71,0xa2,0xa,0x6,0x92,0xf5,0x1b,0x4,0xe2,0x8b,0x2d,0x28,0x87,0xe8, + 0x72,0x84,0x24,0x9e,0x95,0x82,0x24,0xda,0x51,0xc1,0xb7,0x2c,0xd2,0xb2,0xc0,0xab, + 0x7d,0x3b,0x3c,0x50,0x44,0x47,0x86,0x74,0xbe,0xc3,0xbd,0x9d,0xff,0xc2,0xa3,0x95, + 0x7f,0xae,0x6c,0x33,0xd,0x81,0x2,0xb0,0x21,0x7f,0xe3,0xc6,0x5d,0xe5,0xeb,0xeb, + 0x7,0xfb,0xae,0xaf,0xde,0x5c,0x1c,0x88,0xf6,0xe6,0xfb,0x83,0xad,0xb9,0x8a,0x2e, + 0xab,0x9c,0x84,0x8b,0xcc,0x71,0x29,0xb9,0x48,0x6a,0x52,0x54,0xa4,0xd0,0x21,0x14, + 0xf2,0x11,0xf5,0x62,0x89,0xc1,0x52,0x85,0x22,0x65,0xc6,0x1e,0xee,0x1e,0x79,0xf1, + 0x33,0xa3,0x9f,0x66,0xa6,0xf9,0x34,0x81,0x9a,0xc2,0x8a,0x55,0x79,0x3,0x46,0xad, + 0x7e,0xa8,0x1f,0x26,0x5e,0xf5,0xf7,0x1,0xa6,0x2f,0x8f,0xba,0x77,0x17,0x3c,0x7c, + 0x6,0xdf,0xb5,0xf8,0xae,0xc3,0xf4,0xe7,0x95,0x9f,0x8b,0xb5,0x64,0x65,0x45,0x1e, + 0xa8,0xb1,0xb1,0x3c,0x54,0xd9,0x5d,0xdb,0x1e,0x6d,0x2a,0xee,0x29,0xef,0x2d,0xde, + 0x65,0xf,0xcd,0xdc,0xd3,0x34,0xb,0x81,0x8a,0x14,0x61,0xa4,0xa9,0x16,0xa,0xf4, + 0x17,0x2b,0xc,0x16,0x2b,0x54,0xc3,0x32,0x63,0x4f,0x75,0xcf,0x1d,0xfd,0xd4,0xe8, + 0x67,0xd2,0x17,0x66,0xbf,0x8e,0x51,0xe3,0xe6,0xba,0x52,0xd7,0x5f,0x6c,0x23,0x5e, + 0x96,0xbf,0xbf,0xfd,0xe1,0xe3,0x75,0x7f,0x21,0x62,0xaa,0x11,0x2a,0xd0,0xb8,0xb6, + 0x85,0xc4,0x21,0x5e,0x50,0xc5,0x50,0xd1,0x4e,0xb5,0x64,0x4f,0x6e,0x23,0x20,0x2c, + 0xde,0x37,0x74,0x7f,0xe5,0x9f,0xfa,0xcf,0xa6,0xc5,0x76,0xa1,0x90,0x8b,0xe8,0x2b, + 0x96,0x18,0x28,0x56,0x18,0x2c,0x54,0xa8,0x17,0x2a,0x5c,0x7c,0x2e,0x99,0xfb,0xf6, + 0x67,0xc6,0x3e,0xdb,0x7c,0xfc,0xd2,0x57,0xd1,0x9c,0x57,0xa5,0xb0,0x43,0xe2,0x85, + 0xe0,0x47,0xe3,0xfc,0xa,0xf4,0xeb,0x35,0x70,0x8d,0x4,0x3b,0x17,0x43,0xa0,0xa0, + 0x14,0xa0,0xcb,0x21,0xa4,0x4e,0xc4,0x28,0x7,0x24,0x45,0xf9,0x58,0x53,0x44,0xe6, + 0x83,0x7a,0xd8,0x88,0xf2,0x81,0xf4,0x55,0x4a,0x6c,0xad,0xf5,0x33,0x52,0x1b,0x64, + 0xa4,0x3a,0xc8,0x48,0x6d,0x80,0xd6,0x84,0x89,0x8f,0x7d,0x7e,0xfc,0xcb,0xcd,0xc7, + 0x2f,0xfd,0x5,0xf0,0xb2,0x8a,0x4c,0x87,0xb6,0x15,0xa,0x3a,0xcb,0xcf,0x1f,0x21, + 0x82,0x37,0xda,0x50,0x9a,0x69,0xb6,0x87,0xec,0xe1,0xa4,0x17,0x28,0x4,0x74,0xfb, + 0xff,0x33,0x6f,0x9f,0x3b,0x8d,0x36,0x5a,0xfa,0x8b,0x5,0xfa,0x6a,0x1,0x3,0x85, + 0x2a,0x3,0x85,0x32,0x83,0xa5,0x2a,0x8d,0x59,0xf1,0x7f,0xfd,0x47,0xa3,0x8f,0x4c, + 0xfe,0xe1,0xd8,0x57,0x80,0x73,0x2a,0x32,0x4d,0x89,0x9d,0xa8,0x62,0x90,0x3d,0xd2, + 0x4a,0xff,0x2f,0x11,0xe0,0x2a,0xac,0xe4,0x6b,0xc7,0x62,0xca,0x11,0x83,0x54,0x9, + 0xb4,0x66,0x63,0xa9,0xca,0x50,0xb5,0xc8,0x40,0x21,0xcb,0xfb,0x24,0xd6,0x7c,0xe7, + 0xa1,0xb1,0xef,0x9e,0xf9,0x9d,0xd3,0x7f,0x0,0xfe,0x45,0x15,0xa8,0x45,0x49,0x9c, + 0x57,0x85,0x0,0x9c,0x20,0xdd,0xf5,0x2b,0x7d,0xdf,0x2c,0x5e,0x37,0x5,0x5e,0xf, + 0x4a,0x29,0xfa,0x28,0x11,0x68,0xcd,0x86,0x62,0x95,0x6d,0xd5,0x41,0x86,0xab,0xfd, + 0xe4,0x54,0x9e,0xef,0x7c,0x7d,0xe2,0xf4,0xb3,0xbf,0xf5,0xc2,0xe7,0x68,0x74,0x8e, + 0x2a,0xa3,0x66,0x83,0x9d,0x65,0xab,0x72,0xd9,0x22,0xe5,0xc7,0x81,0xfc,0xba,0x8, + 0x0,0x8a,0x2,0x86,0x40,0x1b,0x6,0x8b,0x55,0x86,0x2a,0x75,0x72,0x26,0xe2,0x7b, + 0x4f,0x4f,0xce,0x3c,0xf9,0x9b,0x2f,0xfe,0xbe,0x1b,0x5b,0x78,0x4a,0x69,0xa6,0x74, + 0x35,0x4a,0xdc,0xc5,0x36,0xf9,0xd,0xee,0xc7,0x86,0xfc,0xba,0x8,0x10,0x55,0x43, + 0xc6,0xce,0x37,0xe8,0x76,0x64,0xb2,0x35,0x4f,0xdb,0x79,0x78,0xee,0xc4,0x5c,0xe7, + 0xf1,0xff,0xfa,0xd2,0x17,0xdb,0xdf,0x1e,0x7f,0x4,0x18,0x27,0x67,0x62,0xdf,0x4c, + 0xf0,0x2e,0xa4,0x33,0xb1,0xe,0x9a,0xaf,0x23,0xcc,0xf,0xda,0x41,0x6d,0x57,0x8d, + 0xe3,0x7f,0xb6,0x40,0xfb,0xd8,0xd4,0x62,0xd3,0x28,0x37,0x71,0x69,0xc9,0x1c,0x79, + 0xf0,0xe2,0xc3,0x2f,0x7f,0xe1,0xcc,0x97,0x40,0x46,0x55,0xce,0x2c,0x49,0xec,0x24, + 0xdc,0x51,0x43,0x9a,0xf1,0x8f,0x7c,0xd0,0x5b,0x77,0x6c,0xbd,0x77,0x18,0x80,0x72, + 0x2d,0xd0,0x40,0x1f,0x70,0x3,0xb0,0xb,0xe8,0x53,0x79,0x63,0x0,0x4c,0x2d,0xca, + 0xa6,0xcf,0x1f,0x43,0xfc,0xe0,0xf1,0x28,0x30,0xf0,0x8e,0x21,0x36,0x7d,0xf5,0xa7, + 0xbd,0x89,0xd4,0x2,0x70,0x1a,0x38,0xaf,0x72,0x66,0xc1,0xec,0xac,0x3a,0x5d,0x9, + 0x91,0xd4,0xe3,0x97,0xa7,0xd1,0xff,0x27,0x51,0xd8,0x5e,0xa1,0x7a,0x60,0x0,0x5d, + 0x8,0x7a,0x7e,0xa6,0xa6,0xd1,0xd5,0x10,0x5d,0x7a,0x73,0x33,0xed,0x35,0x5c,0xc3, + 0x35,0x5c,0xc3,0x35,0xfc,0x10,0xf0,0x7f,0x0,0x75,0x66,0xbc,0xd0,0x4,0xbd,0x8e, + 0x37,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72, + 0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54, + 0x32,0x32,0x3a,0x33,0x31,0x3a,0x30,0x39,0x2b,0x30,0x38,0x3a,0x30,0x30,0x5e,0xf7, + 0x6c,0xb1,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d, + 0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x31,0x2d,0x30,0x35,0x2d,0x31,0x38, + 0x54,0x32,0x31,0x3a,0x33,0x31,0x3a,0x30,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0x59, + 0x5f,0x62,0xfd,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77, + 0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69, + 0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65, + 0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b, + 0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5, + 0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73, + 0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67, + 0x68,0x74,0x0,0x31,0x32,0x38,0x43,0x7c,0x41,0x80,0x0,0x0,0x0,0x17,0x74,0x45, + 0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a, + 0x57,0x69,0x64,0x74,0x68,0x0,0x31,0x32,0x38,0xd0,0x8d,0x11,0xdd,0x0,0x0,0x0, + 0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65, + 0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2, + 0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x33,0x30,0x35,0x37,0x32,0x35,0x34,0x36, + 0x30,0x1b,0xe8,0x89,0x3b,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x31,0x31,0x39,0x32,0x42,0x74, + 0x18,0xc5,0xe1,0x0,0x0,0x0,0x5e,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f, + 0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69, + 0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e, + 0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79, + 0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x32,0x36,0x35,0x2f, + 0x32,0x36,0x35,0x32,0x37,0x2e,0x70,0x6e,0x67,0xda,0x56,0x3d,0xc5,0x0,0x0,0x0, + 0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/content-save.png + 0x0,0x0,0x1,0x97, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x8,0x6,0x0,0x0,0x0,0x57,0x2,0xf9,0x87, + 0x0,0x0,0x0,0x6,0x62,0x4b,0x47,0x44,0x0,0x0,0x0,0x0,0x0,0x0,0xf9,0x43, + 0xbb,0x7f,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x0,0x48,0x0,0x0, + 0x0,0x48,0x0,0x46,0xc9,0x6b,0x3e,0x0,0x0,0x0,0x9,0x76,0x70,0x41,0x67,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0xce,0xee,0x8c,0x57,0x0,0x0,0x1,0x22, + 0x49,0x44,0x41,0x54,0x68,0xde,0xed,0x99,0x3b,0xa,0x2,0x31,0x10,0x40,0x9f,0x62, + 0xe7,0xef,0x2,0xda,0xda,0x58,0x68,0xb9,0x5e,0xc5,0xcb,0x78,0x6,0xf7,0x18,0x82, + 0x7,0xf0,0x3e,0xb6,0xa,0x6e,0xa5,0x36,0x5a,0x18,0x41,0x64,0x59,0xcd,0x67,0x92, + 0x88,0xf3,0x60,0x9a,0xec,0x30,0x99,0x47,0x48,0x96,0xdd,0x80,0xa2,0x28,0x4a,0xce, + 0x4c,0x80,0x2d,0x50,0x1,0x37,0xe1,0x58,0x85,0x6e,0x7e,0x4,0x1c,0x23,0x34,0x2e, + 0x26,0xb1,0x89,0xdc,0x7c,0x70,0x89,0x53,0x22,0x81,0x60,0x12,0xef,0x45,0x43,0x23, + 0x2e,0x91,0x5a,0xc0,0x5b,0x22,0x7,0x1,0x2f,0x89,0x5c,0x4,0x1a,0x25,0x5a,0x1f, + 0x26,0xf8,0x36,0xd7,0x55,0xc0,0x86,0xda,0xf9,0xdb,0x81,0x9b,0x8a,0x8e,0xa,0xa4, + 0xa6,0x63,0x91,0x2b,0xb1,0x91,0xbd,0xf9,0xf9,0x15,0x50,0x81,0xd4,0xa8,0x40,0x6a, + 0x54,0x20,0x35,0x12,0x2,0x57,0xa0,0x4,0x16,0x40,0xcf,0xc4,0xc2,0x8c,0x5d,0x63, + 0xca,0xb9,0x7c,0x49,0xed,0x81,0x79,0x43,0xcd,0xb9,0xc9,0x71,0xa9,0x2d,0x2e,0x70, + 0x6,0x66,0x5f,0xd4,0x9d,0x99,0xdc,0xec,0x4,0x4a,0x8b,0xda,0x65,0x8e,0x2,0x85, + 0x45,0xed,0x22,0x47,0x81,0xbe,0x45,0xed,0x7e,0x28,0x1,0x3d,0x46,0x5f,0x98,0xa, + 0xe5,0x46,0x13,0x58,0xa,0xe5,0x3a,0xf3,0x77,0xc7,0xe8,0xcf,0xbf,0xc8,0x9e,0x71, + 0x1,0xd6,0x3c,0x8e,0xca,0xae,0x89,0xc2,0x8c,0x5d,0x3c,0xea,0xd6,0xd2,0xf4,0xaf, + 0xe7,0x4,0xc,0x5c,0xcc,0x5,0xa8,0x80,0x61,0xdd,0x83,0xa6,0x4d,0xbc,0x4b,0xdd, + 0xb5,0x6f,0x2f,0x23,0xe0,0x80,0xfb,0x92,0x87,0x8a,0x83,0xe9,0xc5,0x89,0x31,0x8f, + 0x8b,0x8e,0x18,0x57,0x4c,0xef,0x51,0x99,0xb9,0xc7,0x32,0x8b,0xaa,0x28,0x8a,0x12, + 0x82,0x3b,0xb6,0xd5,0xcd,0xc3,0x13,0x66,0x8c,0x9e,0x0,0x0,0x0,0x0,0x49,0x45, + 0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/Pencil free icon 12.png + 0x0,0x0,0x9,0xe4, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x8,0x6,0x0,0x0,0x0,0x5c,0x72,0xa8,0x66, + 0x0,0x0,0x9,0xab,0x49,0x44,0x41,0x54,0x78,0x9c,0xed,0xdd,0xd1,0x59,0xdb,0x48, + 0x14,0x80,0x51,0x95,0x90,0x12,0x52,0x42,0x4a,0xe0,0xd1,0xd6,0xd5,0x83,0x4b,0x48, + 0x9,0x94,0x90,0xe,0x28,0x81,0x12,0x52,0x2,0x25,0x50,0x2,0x25,0xb8,0x84,0xdd, + 0x7,0x44,0x96,0xb0,0x36,0x60,0x3c,0x92,0x66,0xe6,0x9e,0xf3,0x7d,0xf3,0xba,0x31, + 0xac,0xfe,0x2b,0x63,0x49,0xe3,0x61,0x80,0x44,0xa6,0x69,0xba,0x89,0x88,0xc7,0x88, + 0x78,0x8a,0x88,0xbb,0xad,0x5f,0xf,0xb0,0x92,0x88,0xb8,0x8d,0x88,0x7f,0xde,0xac, + 0xc7,0xad,0x5f,0x17,0xb0,0xb0,0x33,0xf1,0x1b,0x2,0xd0,0xbb,0xf,0xe2,0x37,0x4, + 0xa0,0x57,0x9f,0x8c,0xdf,0x10,0x80,0xde,0x5c,0x18,0xbf,0x21,0x0,0xbd,0xf8,0x62, + 0xfc,0x86,0x0,0xb4,0xee,0xca,0xf8,0xd,0x1,0x68,0x55,0xa1,0xf8,0xff,0xc,0x81, + 0xc3,0xe1,0xf0,0x6d,0xeb,0x9f,0x9,0xf8,0x84,0xc2,0xf1,0x1b,0x2,0xd0,0x8a,0x85, + 0xe2,0x37,0x4,0xa0,0x76,0xb,0xc7,0x6f,0x8,0x40,0xad,0x56,0x8a,0xdf,0x10,0x80, + 0xda,0xac,0x1c,0xbf,0x21,0x0,0xb5,0xd8,0x28,0x7e,0x43,0x0,0xb6,0xb6,0x71,0xfc, + 0x86,0x0,0x6c,0xa5,0x92,0xf8,0xd,0x1,0x58,0x5b,0x65,0xf1,0x1b,0x2,0xb0,0x96, + 0x4a,0xe3,0x37,0x4,0x60,0x69,0x95,0xc7,0x6f,0x8,0xc0,0x52,0x1a,0x89,0xdf,0x10, + 0x80,0xd2,0x1a,0x8b,0xdf,0x10,0x80,0x52,0x1a,0x8d,0xff,0x65,0x3d,0x19,0x2,0xf0, + 0x45,0x8d,0xc7,0x6f,0x8,0xc0,0x57,0x75,0x12,0xbf,0x21,0x0,0x97,0xea,0x2c,0x7e, + 0x43,0x0,0x3e,0xab,0xd3,0xf8,0xd,0x1,0xf8,0x48,0xe7,0xf1,0x1b,0x2,0x70,0x4e, + 0x92,0xf8,0xd,0x1,0x78,0x2b,0x59,0xfc,0x86,0x0,0xbc,0x48,0x1a,0xbf,0x21,0x0, + 0xc9,0xe3,0x37,0x4,0xc8,0x4b,0xfc,0x86,0x0,0x49,0x89,0xdf,0x10,0x20,0x29,0xf1, + 0x1b,0x2,0x24,0x25,0x7e,0x43,0x80,0xa4,0xc4,0x6f,0x8,0x90,0x94,0xf8,0xd,0x1, + 0x92,0x12,0xff,0x55,0xcb,0xa6,0x22,0xb4,0x4b,0xfc,0x86,0x0,0x49,0xb5,0x16,0xff, + 0x38,0x8e,0x3f,0x23,0xe2,0x7e,0xeb,0xd7,0x61,0x8,0xd0,0xbc,0x16,0xe3,0x7f,0xf5, + 0xda,0xd,0x1,0xf8,0xaa,0x96,0xe3,0x7f,0xf5,0x33,0x18,0x2,0x70,0xa9,0x1e,0xe2, + 0x1f,0x86,0x61,0x38,0x1c,0xe,0xdf,0x22,0xe2,0x69,0xeb,0xd7,0x67,0x8,0xd0,0x8c, + 0x9e,0xe2,0x9f,0xa6,0xe9,0xf7,0xd6,0xaf,0xcf,0x10,0xa0,0x19,0xe2,0x37,0x4,0x48, + 0x4a,0xfc,0x86,0x0,0x49,0x89,0xbf,0x8a,0x65,0x8,0xb0,0x3e,0xf1,0x57,0xb5,0xc, + 0x1,0xd6,0x23,0xfe,0x2a,0x97,0x21,0xc0,0xf2,0xc4,0x5f,0xf5,0x32,0x4,0x58,0x8e, + 0xf8,0x9b,0x58,0x86,0x0,0xe5,0x89,0xbf,0xa9,0x65,0x8,0x50,0x8e,0xf8,0x9b,0x5c, + 0x86,0x0,0xd7,0x13,0x7f,0xd3,0xcb,0x10,0xe0,0xeb,0xc4,0xdf,0xc5,0x32,0x4,0xb8, + 0x9c,0xf8,0xbb,0x5a,0x86,0x0,0x9f,0x27,0xfe,0x2e,0x97,0x21,0xc0,0xc7,0xc4,0xdf, + 0xf5,0x32,0x4,0x38,0x4f,0xfc,0x29,0x96,0x21,0xc0,0xff,0x89,0xbf,0xe8,0x7a,0xda, + 0xed,0x76,0xdf,0xc3,0xce,0x42,0xb4,0x40,0xfc,0xe5,0xe3,0x7f,0xf5,0xbb,0x35,0x4, + 0xa8,0x97,0xf8,0x97,0x8b,0xff,0xd5,0xef,0xd8,0x10,0xa0,0x3e,0xe2,0x5f,0x3e,0xfe, + 0x61,0x18,0x86,0x71,0x1c,0x7f,0x6c,0xfd,0xbb,0x33,0x4,0xf8,0x8b,0xf8,0x57,0x8d, + 0xff,0xb8,0xf5,0xef,0xef,0x83,0x75,0xbf,0xe4,0xb1,0x46,0x65,0xc4,0x2f,0xfe,0x37, + 0xeb,0xb8,0xe4,0xf1,0x46,0x45,0xc4,0x2f,0xfe,0x53,0x3f,0xc7,0x92,0xc7,0x1c,0x95, + 0x10,0xbf,0xf8,0xcf,0xfc,0x9e,0x7f,0x2d,0x78,0xd8,0x51,0x3,0xf1,0x8b,0xff,0xcc, + 0xba,0xf3,0x21,0x60,0xe7,0xc4,0x2f,0x7e,0xf1,0x27,0x25,0x7e,0xf1,0x8b,0x3f,0x29, + 0xf1,0x8b,0x5f,0xfc,0x49,0x89,0x5f,0xfc,0xe2,0x4f,0x4a,0xfc,0xe2,0x17,0x7f,0x52, + 0xe2,0x17,0xbf,0xf8,0x93,0x12,0xbf,0xf8,0xc5,0x9f,0x94,0xf8,0xc5,0x2f,0xfe,0xa4, + 0xc4,0x2f,0x7e,0xf1,0x27,0x25,0x7e,0xf1,0x8b,0x3f,0x29,0xf1,0x8b,0x5f,0xfc,0x49, + 0x89,0x5f,0xfc,0xe2,0x4f,0x4a,0xfc,0xe2,0x17,0x7f,0x52,0xe2,0x17,0xbf,0xf8,0x93, + 0x12,0xbf,0xf8,0xc5,0x9f,0x94,0xf8,0xc5,0x2f,0xfe,0xa4,0xc4,0x2f,0x7e,0xf1,0x27, + 0x25,0x7e,0xf1,0x8b,0x3f,0x29,0xf1,0x8b,0x5f,0xfc,0x49,0x89,0x5f,0xfc,0xe2,0x4f, + 0x4a,0xfc,0xe2,0x17,0x7f,0x52,0xe2,0x17,0xbf,0xf8,0x93,0x12,0xbf,0xf8,0xc5,0x9f, + 0x94,0xf8,0xc5,0x2f,0xfe,0xa4,0xc4,0x2f,0x7e,0xf1,0x27,0x25,0x7e,0xf1,0x8b,0x3f, + 0x29,0xf1,0x8b,0x5f,0xfc,0x49,0x89,0x5f,0xfc,0xe2,0x4f,0x4a,0xfc,0xe2,0x17,0x7f, + 0x52,0xe2,0x17,0xbf,0xf8,0x93,0x12,0xbf,0xf8,0xc5,0x9f,0x94,0xf8,0xc5,0x2f,0xfe, + 0xa4,0xc4,0x2f,0x7e,0xf1,0x27,0x25,0x7e,0xf1,0x8b,0x3f,0x29,0xf1,0x8b,0x5f,0xfc, + 0x49,0x89,0x5f,0xfc,0xe2,0x4f,0x4a,0xfc,0xe2,0x17,0x7f,0x52,0xe2,0x17,0xbf,0xf8, + 0x93,0x12,0xbf,0xf8,0xc5,0x9f,0x94,0xf8,0xc5,0x2f,0xfe,0xa4,0xc4,0x2f,0x7e,0xf1, + 0x27,0x25,0x7e,0xf1,0x8b,0x3f,0x29,0xf1,0x8b,0x5f,0xfc,0x49,0x89,0x5f,0xfc,0xe2, + 0x4f,0x4a,0xfc,0xe2,0x17,0x7f,0x52,0xe2,0x17,0xbf,0xf8,0x93,0x12,0xbf,0xf8,0xc5, + 0x9f,0x94,0xf8,0xc5,0x2f,0xfe,0xa4,0xc4,0x2f,0x7e,0xf1,0x27,0x25,0x7e,0xf1,0x8b, + 0x3f,0x29,0xf1,0x8b,0x5f,0xfc,0x49,0x89,0x5f,0xfc,0xe2,0x4f,0x4a,0xfc,0xe2,0x17, + 0x7f,0x52,0xe2,0x17,0xbf,0xf8,0x93,0x12,0xbf,0xf8,0xc5,0x9f,0x94,0xf8,0xc5,0x2f, + 0xfe,0xa4,0xc4,0x2f,0x7e,0xf1,0x27,0x25,0x7e,0xf1,0x8b,0x3f,0x29,0xf1,0x8b,0x5f, + 0xfc,0x49,0x89,0x5f,0xfc,0xe2,0x4f,0x4a,0xfc,0xe2,0x17,0x7f,0x52,0xe2,0x17,0xbf, + 0xf8,0x93,0x12,0xbf,0xf8,0xc5,0x9f,0x94,0xf8,0xc5,0x2f,0xfe,0xa4,0xc4,0x2f,0x7e, + 0xf1,0x27,0x25,0x7e,0xf1,0x8b,0x3f,0x29,0xf1,0x8b,0x5f,0xfc,0x49,0x89,0x5f,0xfc, + 0xe2,0x4f,0x4a,0xfc,0xe2,0x17,0x7f,0x52,0xe2,0x17,0xbf,0xf8,0x93,0x12,0xbf,0xf8, + 0xc5,0x9f,0x94,0xf8,0xc5,0x2f,0xfe,0xa4,0xc4,0x2f,0x7e,0xf1,0x27,0x25,0x7e,0xf1, + 0x8b,0x3f,0x29,0xf1,0x8b,0x5f,0xfc,0x49,0x89,0x5f,0xfc,0xe2,0x4f,0x4a,0xfc,0xe2, + 0x17,0x7f,0x52,0xe2,0x17,0xbf,0xf8,0x93,0x12,0xbf,0xf8,0xc5,0x9f,0x94,0xf8,0xc5, + 0x2f,0xfe,0xa4,0xc4,0x2f,0x7e,0xf1,0x27,0x25,0x7e,0xf1,0x8b,0x3f,0x29,0xf1,0x8b, + 0x5f,0xfc,0x49,0x89,0x5f,0xfc,0xe2,0x4f,0x4a,0xfc,0xe2,0x17,0x7f,0x52,0xe2,0x17, + 0xbf,0xf8,0x93,0x12,0xbf,0xf8,0xc5,0x9f,0x94,0xf8,0xc5,0x2f,0xfe,0xa4,0xc4,0x2f, + 0x7e,0xf1,0x27,0x25,0x7e,0xf1,0x8b,0x3f,0x29,0xf1,0x8b,0x5f,0xfc,0x49,0x89,0x5f, + 0xfc,0xe2,0x4f,0x4a,0xfc,0xe2,0x17,0x7f,0x52,0xe2,0x17,0xbf,0xf8,0x93,0x12,0xbf, + 0xf8,0xc5,0x9f,0x94,0xf8,0xc5,0x2f,0xfe,0xa4,0xc4,0x2f,0x7e,0xf1,0x27,0xd5,0x5a, + 0xfc,0xe7,0x6,0x80,0xf8,0xc5,0xcf,0x85,0x5a,0x8c,0xff,0xd4,0x10,0x10,0xbf,0xf8, + 0xb9,0x50,0x83,0x7,0xe5,0xc9,0x21,0x20,0x7e,0xf1,0x73,0xa1,0xc3,0xe1,0xf0,0x2d, + 0x22,0x1e,0x2b,0x38,0xd8,0x4a,0xac,0xad,0x7f,0xe,0xf1,0xd3,0x96,0xa,0xce,0x98, + 0xbd,0x2c,0xf1,0xd3,0x96,0xfd,0x7e,0x7f,0xa8,0xe0,0x60,0xeb,0x61,0x89,0x9f,0xf6, + 0x2c,0x74,0xf6,0x6f,0xe9,0x60,0x17,0xbf,0xf8,0x73,0xda,0xed,0x76,0xdf,0x17,0x8a, + 0xbf,0xd9,0xab,0x9,0xe2,0x17,0x7f,0x1a,0xe3,0x38,0xfe,0x2a,0x1d,0xff,0x7e,0xbf, + 0x3f,0xcc,0x7,0xfe,0xd6,0x7,0xb3,0xf8,0xc5,0xcf,0x7b,0x22,0xe2,0xa9,0x74,0xfc, + 0xc3,0xf0,0xe7,0xe0,0xdf,0xfa,0x80,0x16,0xbf,0xf8,0x39,0xa7,0x70,0xa4,0x7f,0xe2, + 0x1f,0x86,0x61,0x98,0xa6,0xe9,0xa6,0x82,0x83,0x5a,0xfc,0xe2,0xe7,0x9c,0x28,0xf7, + 0x77,0xfa,0x5f,0xf1,0xf,0x43,0xf7,0x57,0x16,0xc4,0x4f,0xfb,0x22,0xe2,0x61,0x89, + 0xf8,0x87,0x61,0x18,0xc6,0x71,0xfc,0x59,0xc1,0xc1,0x2d,0x7e,0xf1,0x73,0xca,0x7c, + 0xe7,0xdf,0xd5,0x7,0xd1,0xb9,0xa7,0xf0,0x3a,0x1d,0x0,0x3d,0xc5,0x7f,0x2f,0xfe, + 0xc4,0x4a,0xbd,0x45,0x3f,0x17,0x44,0xf4,0x77,0x19,0x50,0xfc,0xf4,0xa3,0xd0,0xcd, + 0x3f,0x8f,0xe7,0xfe,0xfb,0x9d,0xd,0x0,0xf1,0xd3,0x97,0x28,0x70,0xf9,0x6f,0x1c, + 0xc7,0x5f,0xe7,0xfe,0xfb,0xb,0xdc,0x5f,0x20,0x7e,0xf1,0x53,0x42,0xa9,0x4b,0x74, + 0xd3,0x34,0xdd,0x9c,0xfb,0x37,0x22,0xe2,0xae,0x82,0x3,0x5e,0xfc,0xe2,0xe7,0xad, + 0x42,0x67,0xe7,0xa7,0xf7,0xfe,0x8d,0x88,0xb8,0xaf,0xe0,0xa0,0x17,0xbf,0xf8,0x79, + 0x2b,0xca,0xdc,0xfd,0x77,0xf7,0xde,0xbf,0xd1,0xf8,0xe3,0xc5,0xe2,0xa7,0x4f,0xa5, + 0xee,0xfe,0x3b,0x75,0xed,0xff,0xb5,0xc6,0x7,0xc0,0xc9,0xcb,0x9b,0xe2,0xa7,0x79, + 0x51,0xe6,0xd3,0xf9,0xe3,0x47,0x7,0x56,0xbc,0x7f,0x93,0xd1,0x71,0x5e,0x4f,0x11, + 0xf1,0x38,0x4d,0xd3,0xef,0x79,0x60,0xdc,0xcd,0xab,0x8a,0xc8,0x5e,0xf,0x1,0xf1, + 0xd3,0x85,0x12,0x67,0xe6,0x69,0x9a,0x7e,0x7f,0xf4,0xef,0xcc,0x37,0x2,0xdd,0xee, + 0xf7,0xfb,0xc3,0x34,0x4d,0x37,0xe3,0x38,0xfe,0xd8,0xed,0x76,0xdf,0x3f,0x73,0x50, + 0x46,0xd9,0x7,0x94,0xae,0x1e,0x2,0xe2,0xa7,0xb,0xf3,0xdd,0x7f,0x57,0x1f,0xc8, + 0xef,0x5d,0xfe,0x2b,0xa1,0xc2,0xd8,0x6a,0x7b,0x3d,0xe2,0xe7,0x72,0x4b,0xdf,0xfd, + 0x57,0x4a,0x5,0x11,0xb5,0xba,0xc4,0xcf,0x79,0x51,0xe6,0xda,0xfc,0xd9,0xbb,0xff, + 0x4a,0x58,0x68,0x87,0xa2,0xc,0x4b,0xfc,0xbc,0x2f,0x56,0xb8,0xfc,0x77,0xad,0x24, + 0x1b,0x89,0x88,0x9f,0x75,0xad,0x75,0xf9,0xaf,0x96,0xd7,0x99,0x68,0x89,0x9f,0x8f, + 0x45,0xa1,0xcb,0x7f,0x4b,0xbf,0xce,0x4,0x3b,0x9,0x89,0x9f,0xf5,0xad,0x75,0xf9, + 0xef,0x5a,0x9d,0xee,0x23,0x20,0x7e,0xb6,0x53,0x6a,0xf3,0x8f,0xa5,0xdf,0xfe,0xf, + 0x83,0x1,0x20,0x7e,0x8a,0x6b,0xe5,0xf2,0xdf,0x30,0x74,0xb7,0x8f,0x80,0xf8,0xd9, + 0xde,0xd2,0x9b,0x7f,0x94,0xd4,0xd1,0x3e,0x2,0xe2,0xa7,0xe,0xb1,0xf0,0xe6,0x1f, + 0x85,0x5f,0xeb,0x7d,0x5,0xa1,0xd5,0xb8,0xc4,0xcf,0xe5,0x4a,0x5d,0x56,0x1b,0xc7, + 0xf1,0xc7,0x1a,0xaf,0xb7,0xf5,0xa7,0x8,0xc5,0x4f,0x55,0xa,0xbd,0xa5,0x5e,0xe5, + 0xed,0xff,0x30,0x18,0x0,0xe2,0xa7,0xa8,0x88,0x78,0x2c,0x70,0x10,0x2e,0x7a,0xf7, + 0xdf,0x9b,0xd7,0xfb,0x10,0xaf,0x1e,0x15,0x8e,0x88,0x87,0x79,0x28,0xdc,0xc7,0xf3, + 0xad,0xcc,0xb7,0x11,0x71,0x3b,0x8e,0xe3,0xcf,0x97,0xa7,0xc,0xc7,0x71,0xfc,0x31, + 0x5f,0xe9,0xe8,0xed,0x3,0x44,0xf1,0xf3,0x75,0xad,0xdc,0xfd,0x57,0x4a,0x67,0x3, + 0x40,0xfc,0x5c,0xa7,0x50,0x10,0x1f,0x6e,0xfe,0x51,0x8b,0xe8,0xe7,0x3,0x44,0xf1, + 0x73,0xbd,0x56,0xee,0xfe,0x2b,0xa5,0x93,0xcf,0xf,0xc4,0xcf,0xf5,0x4a,0x6d,0xfe, + 0x11,0x11,0xb7,0x5b,0xff,0x2c,0x9f,0xd5,0xc1,0x0,0x10,0x3f,0x65,0xb4,0x74,0xf7, + 0x5f,0x29,0x51,0xe6,0x3,0x4f,0xf1,0xd3,0xbe,0xd6,0x2e,0xff,0x95,0x10,0x15,0xed, + 0x25,0x28,0x7e,0x36,0x55,0x28,0x86,0xd5,0x2e,0xff,0x95,0xd0,0xe8,0x0,0x10,0x3f, + 0x65,0x95,0xba,0xfc,0xf7,0xde,0x57,0x7f,0xd5,0xa8,0x82,0x98,0xc5,0xcf,0xf6,0xa2, + 0x91,0xcd,0x3f,0x4a,0x2a,0xf5,0xc8,0xb3,0xf8,0x69,0x5e,0xb6,0xcb,0x7f,0xc3,0xd0, + 0xdc,0x66,0xa2,0xe2,0x67,0x19,0x2d,0x6d,0xfe,0x51,0x52,0x43,0x7b,0x9,0x8a,0x9f, + 0xe5,0x64,0xbc,0xfc,0x37,0xc,0xcd,0xec,0x25,0x28,0x7e,0x96,0x95,0xf1,0xed,0xff, + 0x30,0x34,0xb1,0x95,0x98,0xf8,0x59,0x5e,0x34,0xb4,0xf9,0x47,0x49,0xf1,0xfe,0x7, + 0x9f,0x2f,0x5f,0x46,0xfa,0x18,0x27,0xbe,0x8c,0x74,0x85,0x3b,0x8,0xc5,0xcf,0xf2, + 0x4a,0xfd,0x1d,0xdc,0xda,0xdb,0xff,0x61,0x78,0xfe,0x10,0xf0,0xd4,0x23,0xc2,0x1f, + 0x85,0x37,0xff,0xce,0xae,0x1e,0x9a,0xe2,0x67,0x73,0x19,0xef,0xfe,0xbb,0xc6,0x7c, + 0xe5,0x40,0xfc,0xf4,0x21,0x1a,0xdb,0xfc,0x63,0x4b,0xe2,0xa7,0x2b,0xd9,0x36,0xff, + 0xb8,0x86,0xf8,0xe9,0x4e,0x94,0xdb,0xd,0xe7,0x61,0xeb,0x9f,0x65,0x49,0xe2,0xa7, + 0x4b,0x85,0x3f,0xc9,0xee,0x72,0x8,0xcc,0xf7,0xa,0x88,0x9f,0xbe,0x14,0xdc,0xfc, + 0xa3,0xab,0x21,0x70,0x38,0x1c,0xbe,0xcd,0xd1,0xdf,0xc5,0xf2,0x7b,0x5,0x88,0x9f, + 0x6d,0x94,0xba,0xfb,0xaf,0x87,0x21,0x30,0x7f,0x16,0x72,0x3b,0x7,0x5f,0x7a,0x28, + 0x8a,0x9f,0xfa,0x2c,0xfc,0x75,0x5a,0x55,0xf,0x81,0x97,0xb3,0xfc,0xfc,0x3b,0xd8, + 0x62,0x47,0x20,0xf1,0xb3,0xad,0x58,0x7e,0x23,0x8c,0xaa,0x86,0xc0,0xab,0xb3,0xfc, + 0xc3,0x8a,0x67,0x79,0xf1,0x53,0x9f,0x42,0x97,0xff,0xee,0x6a,0x1e,0x2,0x15,0x9c, + 0xe5,0xc5,0x4f,0x9d,0xe2,0xfa,0xcb,0x7f,0xc7,0x57,0x1f,0x96,0x55,0x33,0x4,0x5e, + 0x7d,0xd3,0xcf,0xd6,0x67,0x79,0xf1,0x53,0xaf,0x6b,0x2f,0xff,0xbd,0x7e,0xf2,0x6f, + 0xcb,0x21,0x50,0xe9,0x59,0x5e,0xfc,0xd4,0xab,0xc4,0xe5,0xbf,0xb7,0x77,0xfe,0xad, + 0x39,0x4,0xe,0x87,0xc3,0xb7,0xf9,0xa,0xc6,0x7d,0x85,0x67,0x79,0xf1,0x53,0xb7, + 0x2,0x97,0xff,0x4e,0x7e,0xed,0xd7,0x27,0x87,0xc0,0xc5,0xf,0xd,0x9d,0x38,0xcb, + 0xb7,0x10,0xbd,0xf8,0xa9,0xd3,0xb5,0x97,0xff,0xce,0x6d,0xfc,0x31,0x4d,0xd3,0xcd, + 0x27,0xff,0xb4,0xf8,0x70,0x8,0x34,0x78,0x96,0x17,0x3f,0x6d,0xb8,0xf6,0xef,0xff, + 0x33,0x6f,0xff,0x2f,0xd,0xf5,0x7f,0x43,0x60,0x7e,0x1e,0xbf,0xc5,0xb3,0xbc,0xf8, + 0x69,0x47,0x5c,0x77,0xfd,0xff,0xcf,0xdb,0xff,0x39,0xfc,0x6b,0x3e,0x78,0x7b,0x5c, + 0xf1,0x96,0xdb,0x35,0xd7,0x9d,0xf8,0xa9,0xd6,0x95,0x3,0xe0,0x61,0xde,0x47,0xaf, + 0xa7,0x60,0x4b,0xad,0x63,0x34,0xf4,0xa5,0xa8,0x24,0x15,0xed,0xbf,0xbd,0xae,0x71, + 0x1d,0x33,0xec,0x89,0x40,0x7,0xc2,0xd9,0xbb,0x68,0xf8,0xe3,0x38,0xfe,0xf2,0x96, + 0x9f,0x66,0xac,0xb0,0x9b,0x6d,0x86,0xf5,0x10,0x11,0xb7,0xc2,0xa7,0x39,0xf1,0xb9, + 0x7b,0xf8,0xad,0xbf,0xd7,0xf1,0x25,0xfa,0x71,0x1c,0x7f,0x6c,0xfd,0xff,0x10,0xbe, + 0x6c,0xe1,0xc7,0x80,0x7b,0x5a,0x8f,0xf1,0xbc,0xff,0xff,0x8d,0x33,0x3d,0xdd,0x68, + 0xe8,0xfb,0xf0,0xd6,0x5e,0xc7,0x78,0xbe,0xca,0xf1,0xcb,0x59,0x9e,0xae,0xc5,0xf2, + 0x7b,0x1,0xb4,0xb2,0x8e,0xe1,0x2c,0x4f,0x36,0xd,0x7c,0x27,0x9e,0xb3,0x3c,0x2c, + 0xa5,0xd4,0xd7,0x81,0x37,0xb2,0x8e,0xd3,0x34,0xfd,0x1e,0xc7,0xf1,0xa7,0xb3,0x3c, + 0xcc,0xe2,0xf9,0xfe,0xfd,0xad,0xe3,0x5c,0x6a,0xfd,0x39,0xcb,0x8b,0x1e,0x4e,0x58, + 0x68,0x5b,0x70,0x67,0x79,0x68,0xc5,0x27,0x9f,0xe1,0xaf,0x75,0x3d,0x3a,0xcb,0xc3, + 0x95,0xa2,0x9d,0x1b,0x83,0xdc,0x8c,0x3,0x4b,0x88,0x7a,0x9f,0xf,0x70,0x33,0xe, + 0x2c,0x6d,0xfe,0x3c,0xa0,0x86,0x21,0xe0,0x32,0x1d,0x6c,0x65,0xa3,0x3f,0x7,0xdc, + 0x8c,0x3,0xb5,0x58,0xe1,0x83,0x41,0x67,0x79,0xa8,0xd9,0x6e,0xb7,0xfb,0x1e,0x65, + 0xef,0x13,0x70,0x99,0xe,0x5a,0x14,0xcf,0xdf,0xb4,0xf3,0xf4,0x85,0xe8,0xdd,0x8c, + 0x3,0xbd,0xd8,0xef,0xf7,0x87,0x71,0x1c,0x7f,0xce,0x8f,0x13,0x3f,0xc4,0x7f,0x5f, + 0xbf,0xf5,0x34,0x6f,0x32,0x72,0x17,0x11,0xb7,0xfe,0x96,0x87,0x7a,0xfd,0xb,0x55, + 0x78,0x9c,0x2e,0x90,0x5c,0xa1,0x9c,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae, + 0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??.png + 0x0,0x0,0x4,0x99, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x7,0x74,0x49, + 0x4d,0x45,0x7,0xde,0x4,0x5,0x16,0x2d,0x2b,0xb2,0x83,0xfd,0x60,0x0,0x0,0x2, + 0x11,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0x99,0xcb,0x4a,0x1c,0x41,0x14,0x86,0xbf, + 0x4e,0x66,0xe7,0x8c,0xd7,0x68,0x8f,0xce,0x28,0xa,0x79,0x1,0x97,0xee,0x3,0xe2, + 0x43,0xb8,0x13,0x1f,0xc2,0x9d,0x2b,0xc9,0xd2,0xdb,0x24,0x5e,0xd1,0x88,0x97,0xe0, + 0x65,0x1c,0x45,0xbc,0x2d,0xdc,0xe4,0x9,0xf2,0x4,0x81,0xe0,0x46,0x14,0x5c,0xa8, + 0x10,0xe8,0xe9,0xca,0xa2,0xbd,0xf4,0x9c,0xd6,0xf1,0x2,0x75,0x6a,0x63,0x35,0xc, + 0x54,0xd,0xf4,0xf7,0xff,0x7f,0xd5,0x54,0x4f,0x9d,0x6,0xfb,0xad,0x80,0x79,0xf2, + 0xba,0xfc,0xa0,0x20,0xa0,0x6a,0x4b,0xa9,0x91,0xce,0xb9,0xc6,0xbb,0xef,0x19,0x52, + 0xf8,0xa4,0xf4,0x4,0x84,0xc,0x53,0xe4,0x63,0x4c,0x40,0x9e,0x75,0x72,0x7a,0x2, + 0xc,0x67,0x9c,0x8a,0xb1,0x0,0x40,0x6f,0xd,0x48,0x92,0x17,0x4d,0x88,0xf3,0x45, + 0xf8,0x2e,0x40,0x43,0x80,0x71,0x2b,0x20,0x4d,0x7,0x0,0x65,0x31,0x1e,0x44,0xc2, + 0x6c,0xff,0xc,0xd3,0x8c,0xd0,0x7,0x78,0xf4,0xd2,0x50,0xb1,0xf,0x34,0x91,0xb1, + 0x6e,0x9e,0x5a,0x26,0x28,0x57,0x79,0x12,0x18,0x2e,0x6d,0xe2,0x33,0x7c,0x23,0xac, + 0x8a,0x37,0x5c,0xd9,0x9b,0x82,0x7a,0xbe,0x32,0x10,0xdb,0xfd,0xe1,0x17,0xbf,0x2b, + 0xfa,0xe0,0x71,0x63,0xb,0x5f,0xc7,0xb4,0xf0,0xba,0x4b,0xce,0x9a,0xd9,0x47,0xdc, + 0xcf,0x8b,0xf0,0x77,0x68,0xd3,0xc3,0x37,0x32,0xe3,0x12,0xdf,0xc0,0x92,0x8,0x5f, + 0x15,0xdf,0xc2,0xa2,0xdb,0xf0,0x97,0x5d,0xba,0xf7,0x59,0x15,0xf8,0x92,0x26,0xfe, + 0x13,0x2b,0x2e,0xf1,0x59,0x36,0x4,0x7e,0x9b,0x56,0x3d,0xbc,0xcf,0x9a,0xc0,0x17, + 0x75,0xdd,0x17,0x13,0xf8,0xac,0x1e,0xbe,0x35,0x11,0xfe,0x86,0x66,0xf8,0x59,0xb6, + 0x5,0x7e,0xb,0x5f,0xf,0xdf,0x96,0x8,0x7f,0x4d,0x37,0x7c,0xe9,0x7e,0x93,0x16, + 0x4d,0xf7,0x25,0x81,0x5f,0xa6,0xd9,0x25,0xfe,0xa7,0xae,0xfb,0x1d,0x81,0xff,0x41, + 0xa3,0x3b,0x7c,0xc8,0x92,0x5b,0xf7,0xb,0xd4,0xbb,0x74,0x3f,0x4b,0x93,0x4b,0xf7, + 0x73,0xd4,0xe9,0xe1,0x73,0x9,0xf7,0xdf,0x75,0xc3,0xdf,0x15,0xf8,0x29,0x6a,0xf5, + 0xf0,0xf9,0x4,0x7e,0x52,0xe3,0x6c,0x77,0xd7,0x72,0x2,0x5f,0xd6,0xc5,0xe7,0xd9, + 0x13,0xf8,0x71,0xd2,0x9a,0x78,0xe9,0x7e,0x4c,0x17,0x7f,0x20,0xf0,0xa3,0xd4,0xe8, + 0xe1,0xbb,0xd8,0x77,0x89,0x6f,0xe7,0xd0,0x25,0xfe,0x33,0xc7,0x2e,0xf1,0x9d,0x1c, + 0xb9,0x9d,0xfb,0x13,0x2d,0xbc,0x47,0x21,0x31,0x66,0xe8,0xa6,0x27,0xd6,0xf,0x99, + 0x60,0x88,0x6b,0x5b,0x6e,0xcd,0x33,0x97,0xf5,0xf0,0x1d,0xe3,0xa3,0x2a,0xd9,0x5, + 0x23,0x9c,0xc7,0x2a,0x58,0x21,0x5f,0xe8,0x7,0x2,0xa,0x36,0xc3,0x7f,0x48,0xe0, + 0x4f,0xe2,0x28,0x39,0x78,0x5b,0x5e,0xb0,0xbe,0xe9,0x46,0xb5,0x62,0x2f,0x51,0xb2, + 0x8d,0x8a,0xaa,0x7f,0xb9,0xd2,0x11,0xf0,0x54,0xf3,0x5e,0x78,0x17,0x6b,0x2,0x14, + 0xda,0xbb,0x80,0x48,0x80,0x41,0xbe,0xd5,0x30,0xaf,0xbf,0xd5,0xdb,0x5a,0xea,0xf6, + 0x33,0x4f,0x7c,0xc9,0x5,0x7a,0x87,0x8d,0x48,0x80,0xcf,0x3a,0x41,0xc5,0x8b,0x55, + 0xb5,0xbf,0x9c,0x77,0x9,0x28,0x96,0xd2,0xa5,0x80,0x7f,0x55,0xbe,0xb,0xec,0xb, + 0xf8,0xf,0x75,0x59,0xa4,0x88,0xc0,0x35,0x2,0x54,0x0,0x0,0x0,0x25,0x74,0x45, + 0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30, + 0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x32,0x31,0x3a,0x34,0x38,0x3a,0x31, + 0x34,0x2b,0x30,0x38,0x3a,0x30,0x30,0x9b,0x6e,0x5f,0x68,0x0,0x0,0x0,0x25,0x74, + 0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32, + 0x30,0x31,0x34,0x2d,0x30,0x34,0x2d,0x30,0x35,0x54,0x32,0x32,0x3a,0x34,0x35,0x3a, + 0x34,0x33,0x2b,0x30,0x38,0x3a,0x30,0x30,0x63,0x60,0x51,0x2f,0x0,0x0,0x0,0x43, + 0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73, + 0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67, + 0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d, + 0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64, + 0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65, + 0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0, + 0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d, + 0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x31,0x31,0x30,0x32, + 0x3d,0xb1,0x75,0x3d,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0, + 0x31,0x31,0x30,0x32,0x28,0xf8,0xa9,0x24,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0, + 0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0, + 0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d, + 0x65,0x0,0x31,0x33,0x39,0x36,0x37,0x30,0x39,0x31,0x34,0x33,0xa8,0xad,0x95,0x86, + 0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53, + 0x69,0x7a,0x65,0x0,0x31,0x37,0x35,0x36,0x37,0x42,0x2,0x11,0x14,0x6e,0x0,0x0, + 0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49, + 0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77, + 0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77, + 0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63, + 0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e, + 0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x34,0x32,0x37,0x2f,0x31,0x31,0x34, + 0x32,0x37,0x36,0x32,0x2e,0x70,0x6e,0x67,0x68,0x8c,0x75,0xda,0x0,0x0,0x0,0x0, + 0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/polyline.png + 0x0,0x0,0x1,0x41, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x0,0xe3,0x49,0x44,0x41,0x54,0x78,0xda,0x62, + 0xfc,0xff,0xff,0x3f,0x3,0x25,0x80,0x89,0x81,0x42,0x40,0xb1,0x1,0x2c,0xe4,0x68, + 0x62,0x8c,0xbf,0xf0,0x1f,0xa7,0x1,0xc8,0x92,0xff,0x17,0x1a,0x30,0xe2,0x32,0xc4, + 0xde,0x44,0x90,0xe1,0xe0,0x99,0xf7,0xd8,0xbd,0x0,0x92,0x24,0x4,0x40,0x9a,0xc1, + 0x16,0xc2,0x62,0x21,0x2f,0x2f,0xf,0x4c,0x4f,0xfe,0x98,0x4,0x77,0x41,0x1c,0x43, + 0xbf,0x43,0x5d,0x5d,0xdd,0x41,0x10,0xbb,0xa9,0xa9,0x9,0x6e,0x3e,0x10,0xaf,0x3, + 0xe2,0x20,0x90,0x1c,0xd3,0xdd,0xbb,0x77,0x19,0x40,0xf8,0xe3,0xc7,0x8f,0x20,0x6c, + 0xf,0xd4,0xf4,0xe,0x88,0x9d,0xef,0xd4,0xf1,0x82,0x9c,0xbf,0xe,0xa8,0xd1,0x1e, + 0xd9,0x71,0x50,0xcd,0xa1,0x30,0x83,0x99,0xb0,0x49,0x2,0xf1,0x3e,0xa8,0x58,0x10, + 0x54,0xc,0x97,0x3c,0xc4,0x0,0xa8,0x2d,0x18,0x92,0x50,0x5b,0x82,0x54,0x9a,0x3e, + 0xff,0x5f,0xc4,0x50,0x78,0x0,0x88,0x85,0xf8,0xf9,0xf9,0xf7,0x1,0x31,0x83,0xb2, + 0xb2,0x32,0x18,0xb3,0x80,0x24,0x19,0x18,0xa,0xc1,0x1a,0x72,0xf9,0xe7,0xc1,0x35, + 0x83,0x24,0x41,0x60,0xe1,0xc2,0x85,0x7,0x17,0xc5,0x5f,0x80,0x87,0x3a,0x46,0xac, + 0x31,0xc4,0x9d,0xff,0xf,0x93,0xc4,0x15,0x6d,0xf8,0xa2,0x96,0x5,0x39,0x4a,0x70, + 0x1,0x7c,0xe9,0x81,0x71,0xe8,0x67,0x26,0x80,0x0,0x3,0x0,0x5a,0xb4,0x65,0xee, + 0x3a,0xe9,0xcf,0x48,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/rotate.png + 0x0,0x0,0x5,0x38, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x18,0x0,0x0,0x0,0x18,0x8,0x4,0x0,0x0,0x0,0x4a,0x7e,0xf5,0x73, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xfe,0xf0,0x88,0xfc,0x29,0x0,0x0,0x0,0x9,0x70,0x48, + 0x59,0x73,0x0,0x0,0xd,0xd6,0x0,0x0,0xd,0xd6,0x1,0x90,0x6f,0x79,0x9c,0x0, + 0x0,0x2,0x45,0x49,0x44,0x41,0x54,0x38,0xcb,0x95,0x54,0x5d,0x48,0x53,0x61,0x18, + 0x7e,0xbe,0x73,0xbe,0xb3,0xe3,0xfe,0x72,0x3a,0x46,0x6,0xc9,0x1a,0x1b,0xb,0xca, + 0x22,0xbc,0xd0,0x8b,0x15,0xc3,0x64,0x85,0xd0,0x45,0x44,0x10,0x51,0xa4,0xa0,0x37, + 0xd5,0x55,0x17,0xd1,0x45,0xe0,0x65,0x51,0x84,0x50,0x14,0x12,0x41,0x25,0x82,0x78, + 0x17,0x62,0x10,0xb5,0x8b,0x8a,0x68,0xb9,0x8c,0x65,0x7f,0x17,0x19,0x4e,0x5d,0xa8, + 0xb,0xd9,0xf,0xa7,0xe3,0x7e,0xce,0x3c,0x7b,0xbb,0x58,0xd,0xcd,0xb3,0xc2,0xf7, + 0xee,0x7b,0x79,0x9f,0xef,0xf9,0xde,0xe7,0x79,0xf8,0x80,0x4d,0x16,0xdb,0xd8,0x22, + 0x6,0x6,0xb0,0xb2,0x31,0x80,0x1b,0xf4,0x4,0x34,0x42,0x20,0x5,0x45,0x23,0x90, + 0x60,0xc8,0x6a,0xb5,0xdd,0xbf,0xbc,0x1f,0x36,0x12,0xff,0xfb,0x42,0x62,0x24,0x91, + 0x9d,0xfc,0xec,0x2d,0x8b,0xfb,0xfb,0x69,0x1b,0xc9,0xff,0x1e,0xe6,0xe4,0xb8,0xd4, + 0xd9,0x7c,0x83,0xbf,0xc2,0x7b,0x4c,0x21,0x2e,0x3f,0xb9,0x19,0x20,0x2b,0xad,0xdb, + 0x73,0xcd,0x81,0x24,0xb8,0x3c,0x67,0xe7,0x4e,0xa2,0x84,0x2,0x8a,0x0,0x0,0xb3, + 0x94,0x5a,0x3a,0xef,0x8c,0xb3,0xa2,0xc1,0xd2,0xc4,0xd3,0x4d,0xee,0x6b,0xea,0x5e, + 0x2c,0x81,0xec,0x99,0x9c,0x5d,0xe7,0xc0,0x91,0xc8,0x70,0xd4,0x91,0x58,0x3b,0x5e, + 0x5,0x10,0x83,0xb5,0xbd,0x47,0xf5,0xe1,0x87,0x2d,0x7b,0x67,0xf2,0xb4,0x62,0xb, + 0x89,0xb8,0x3d,0xd1,0x1d,0x45,0x94,0xe5,0x8d,0x65,0x35,0xdd,0xda,0x39,0x13,0x42, + 0xca,0xa6,0x4c,0x85,0xbd,0x2f,0x51,0x6e,0x77,0x3f,0x9c,0x75,0x87,0x31,0xc7,0xf4, + 0x5a,0x3e,0xf0,0x81,0x2e,0x52,0xa0,0x5f,0x99,0xf0,0x8e,0x23,0x8d,0xa6,0xe7,0xef, + 0xf0,0x1,0x49,0x50,0xd,0x1f,0x88,0x41,0x56,0xea,0x90,0x37,0x2b,0x7d,0xaf,0x91, + 0x85,0xd4,0xdb,0x26,0x77,0xf3,0xbb,0x7,0xce,0xc0,0x5a,0xcb,0x38,0x11,0xf2,0x4a, + 0x3d,0x4a,0xbe,0xef,0xe6,0x79,0x94,0x61,0x1d,0xed,0xd2,0x4a,0x7a,0x2a,0x72,0x38, + 0xd3,0x48,0xa6,0x9a,0xd1,0x90,0x15,0xcd,0x32,0x23,0x54,0x2e,0x70,0x2e,0xe4,0x38, + 0x60,0x51,0x53,0x52,0x83,0x31,0x3,0x5b,0x45,0xa1,0x65,0x19,0x5a,0x7e,0xeb,0x44, + 0x3d,0x4,0xa8,0xf,0xbe,0xb5,0x24,0xb6,0x27,0x7,0xbf,0xf8,0x96,0x51,0x22,0x4e, + 0xdc,0x88,0x41,0x6b,0x4d,0xbd,0xd1,0xa8,0xd4,0x77,0xe8,0xf3,0x10,0x7e,0x76,0x86, + 0x3f,0xa5,0x21,0x23,0x6,0x15,0x96,0xc1,0xdd,0xc1,0xc,0x2d,0xa2,0xf0,0x97,0x5e, + 0x24,0x7f,0x3c,0x68,0xb9,0x8a,0x1,0x36,0x7a,0xb1,0x83,0xb6,0x10,0x27,0x4e,0x9c, + 0x24,0xb2,0xf7,0x77,0x88,0x63,0xe2,0x78,0xa8,0x97,0x5c,0x7f,0x82,0xc8,0xaa,0xc6, + 0xb9,0x86,0x8e,0xf5,0x78,0x20,0x32,0xff,0xbe,0x70,0xec,0x31,0x54,0xe0,0xab,0xf3, + 0x42,0xdb,0xd3,0xa3,0xe5,0x4,0xb0,0x63,0x75,0xf6,0x3a,0x52,0x15,0x8e,0x6a,0x96, + 0x88,0x63,0xcf,0xa9,0xe0,0x88,0x13,0x1c,0x5e,0x66,0xaf,0x5b,0x4,0xa,0xcd,0x94, + 0xc3,0x34,0x8a,0x1,0x7d,0x2c,0xe6,0x7c,0xc6,0xa,0x1b,0xc3,0x67,0x42,0x70,0xd8, + 0x77,0xae,0x41,0x15,0x21,0xc1,0xe,0x86,0x2c,0x74,0xe0,0xb8,0x76,0x2f,0xe9,0x78, + 0xc4,0x14,0xa3,0xb4,0x32,0x8,0xf0,0x2f,0x4,0x46,0xe4,0x88,0x30,0x29,0xe5,0x4c, + 0xbb,0xd0,0x5a,0x3e,0xb1,0x12,0x98,0xc7,0xb,0xa6,0x1a,0xc6,0xfb,0x37,0xc8,0x6, + 0xf,0x5c,0x70,0x41,0x86,0x8a,0x34,0xa6,0x91,0x5c,0xaf,0x4f,0xad,0x4f,0xa0,0xd2, + 0x2f,0x33,0x83,0x34,0x6d,0xb2,0x7e,0x1,0x1d,0x51,0xdf,0x75,0x17,0x8,0xaf,0x2d, + 0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x63,0x72,0x65,0x61,0x74,0x65,0x2d,0x64, + 0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x30,0x2d,0x30,0x37,0x2d,0x32,0x38,0x54,0x31, + 0x39,0x3a,0x35,0x30,0x3a,0x35,0x38,0x2b,0x30,0x32,0x3a,0x30,0x30,0x4e,0x98,0xf, + 0x9d,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72, + 0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x33,0x2d,0x30,0x34,0x2d,0x30,0x33,0x54, + 0x31,0x37,0x3a,0x31,0x38,0x3a,0x30,0x32,0x2b,0x30,0x38,0x3a,0x30,0x30,0xe3,0xaf, + 0xa,0x43,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d, + 0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x32,0x2d,0x30,0x37,0x2d,0x32,0x37, + 0x54,0x32,0x33,0x3a,0x31,0x37,0x3a,0x35,0x35,0x2b,0x30,0x38,0x3a,0x30,0x30,0xe6, + 0x15,0xa8,0xfc,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x6d,0x6f,0x64,0x69,0x66, + 0x79,0x2d,0x64,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x30,0x2d,0x30,0x37,0x2d,0x32, + 0x38,0x54,0x31,0x39,0x3a,0x35,0x30,0x3a,0x35,0x38,0x2b,0x30,0x32,0x3a,0x30,0x30, + 0x11,0x29,0x79,0xa9,0x0,0x0,0x0,0x4d,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b, + 0x20,0x36,0x2e,0x38,0x2e,0x38,0x2d,0x37,0x20,0x51,0x31,0x36,0x20,0x78,0x38,0x36, + 0x5f,0x36,0x34,0x20,0x32,0x30,0x31,0x34,0x2d,0x30,0x32,0x2d,0x32,0x38,0x20,0x68, + 0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x69,0x6d,0x61,0x67,0x65,0x6d, + 0x61,0x67,0x69,0x63,0x6b,0x2e,0x6f,0x72,0x67,0x59,0xa4,0x5f,0x7f,0x0,0x0,0x0, + 0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75, + 0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb, + 0x2f,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x32,0x34, + 0xd8,0x8c,0x6c,0x80,0x0,0x0,0x0,0x16,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0, + 0x32,0x34,0x20,0x23,0xac,0xd,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d, + 0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0, + 0x31,0x33,0x34,0x33,0x34,0x30,0x32,0x32,0x37,0x35,0xf0,0xd,0x12,0xf0,0x0,0x0, + 0x0,0x13,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a, + 0x65,0x0,0x31,0x2e,0x31,0x33,0x4b,0x42,0x42,0x5b,0xb4,0x6,0xef,0x0,0x0,0x0, + 0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0, + 0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x66,0x74,0x70, + 0x2f,0x31,0x35,0x32,0x30,0x2f,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63, + 0x6e,0x2f,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x63,0x64, + 0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63, + 0x6e,0x2f,0x70,0x6e,0x67,0x2f,0x31,0x30,0x37,0x38,0x34,0x2f,0x31,0x30,0x37,0x38, + 0x34,0x31,0x33,0x2e,0x70,0x6e,0x67,0xe3,0x2b,0xe5,0x5c,0x0,0x0,0x0,0x0,0x49, + 0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????.png + 0x0,0x0,0x1a,0x3d, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xda,0x4,0x1a,0x0,0x0,0x0,0xb5,0x55,0x84, + 0xd2,0x0,0x0,0x17,0xb9,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9b,0x6b,0x6c,0x9c, + 0xd7,0x99,0xdf,0x7f,0xe7,0x9c,0xf7,0x9d,0x2b,0x87,0xa4,0x78,0x1b,0x91,0x12,0x65, + 0x8b,0x52,0x64,0x5d,0x2c,0x47,0x92,0x65,0x51,0xb2,0x65,0xcb,0x56,0x7c,0x89,0x91, + 0xc4,0xb5,0x13,0xc1,0x81,0xa5,0xac,0x2d,0x23,0xd9,0x14,0xe8,0xa6,0x69,0xfa,0x25, + 0x1,0xba,0xbb,0x59,0xa0,0xd8,0xed,0xf6,0x6,0x3,0x45,0x91,0x45,0x9b,0xf,0x5b, + 0x24,0xcd,0x6e,0x37,0x89,0x3f,0xd4,0xb1,0x63,0x89,0x81,0xed,0x75,0x6c,0x4b,0x16, + 0x9d,0x48,0xa2,0x14,0x9a,0x91,0x25,0xd9,0x96,0x44,0x51,0x12,0xef,0x1c,0xce,0xf5, + 0xbd,0x9d,0xd3,0xf,0xef,0xcc,0x68,0x78,0xa7,0xec,0x14,0x6d,0x81,0x3e,0xc4,0xc1, + 0xcc,0xbc,0xd7,0xf3,0xfc,0x9f,0xff,0x73,0x3b,0xef,0x4b,0xc1,0x1f,0x58,0xba,0xbb, + 0xbb,0x17,0xdc,0xd7,0xdb,0xdb,0xfb,0x87,0xbe,0xdd,0xa7,0x16,0xf1,0x69,0x2f,0xb0, + 0x6a,0xd5,0x2a,0xb6,0x6c,0xd9,0x42,0x7b,0x7b,0x3b,0xb1,0x58,0x8c,0x64,0x32,0xc9, + 0x9a,0x35,0x6b,0xf8,0xce,0x77,0xbe,0x23,0x0,0x65,0x8c,0xf1,0xbf,0xff,0xfd,0xef, + 0x33,0x39,0x39,0x49,0xb1,0x58,0x24,0x9b,0xcd,0x72,0xf5,0xea,0x55,0x8e,0x1f,0x3f, + 0xfe,0x7f,0x5a,0xf7,0x4f,0x7,0xc0,0x9e,0x3d,0x7b,0xd8,0xb1,0x63,0x7,0xf,0x3e, + 0xf8,0x20,0xdf,0xfd,0xee,0x77,0x93,0x77,0xde,0x79,0xe7,0x9a,0x44,0x22,0xb1,0x3d, + 0x95,0x4a,0xb5,0xd7,0xd7,0xd7,0xa7,0xe2,0xf1,0x78,0x93,0x94,0x32,0x1e,0x4,0xc1, + 0x64,0x36,0x9b,0xcd,0x64,0x32,0x99,0x4c,0x2e,0x97,0xfb,0x70,0x6a,0x6a,0xea,0xec, + 0x1b,0x6f,0xbc,0x31,0xfc,0xbd,0xef,0x7d,0xcf,0x1f,0x1c,0x1c,0xa4,0xa7,0xa7,0x87, + 0xf1,0xf1,0xf1,0xff,0xfb,0x0,0x90,0x52,0x46,0xb5,0xd6,0xc9,0x9a,0x63,0x4c,0xcd, + 0x6e,0x3,0x44,0xf7,0xed,0xdb,0xb7,0x7e,0xdd,0xba,0x75,0xf7,0xb6,0xb5,0xb5,0xed, + 0xed,0xe8,0xe8,0xd8,0x91,0x4e,0xa7,0x5b,0x92,0xc9,0x64,0x34,0x99,0x4c,0x92,0x48, + 0x24,0x88,0x44,0x22,0x38,0x8e,0x43,0x36,0x9b,0x25,0x97,0xcb,0x99,0x62,0xb1,0x98, + 0xbf,0x7a,0xf5,0xea,0x95,0xe1,0xe1,0xe1,0x77,0x2e,0x5f,0xbe,0x7c,0xfc,0xdc,0xb9, + 0x73,0x27,0xfa,0xfb,0xfb,0x87,0x1,0xbd,0x8c,0xb9,0x9a,0x25,0x7e,0x2f,0xb4,0xad, + 0x76,0x9f,0x3,0x4,0xcb,0x2,0x0,0x48,0x3e,0xf2,0xc8,0x23,0x5f,0xb9,0xf7,0xde, + 0x7b,0x1f,0x8e,0xc5,0x62,0x0,0x46,0x4a,0x69,0x3c,0xcf,0xe3,0xe3,0x8f,0x3f,0xc6, + 0x75,0xdd,0xb6,0x6d,0xdb,0xb6,0xdd,0xbd,0x61,0xc3,0x86,0xb6,0x55,0xab,0x56,0xd1, + 0xd8,0xd0,0x40,0x24,0x1a,0x45,0x0,0x5a,0x6b,0x2,0xad,0x31,0x8,0xa4,0x0,0x29, + 0x4,0x52,0x4a,0xb4,0x31,0x14,0x8b,0x45,0xc6,0xc7,0xc7,0xb9,0x72,0xe5,0x8a,0xdb, + 0xdf,0xdf,0xff,0xe1,0xf9,0xf3,0xe7,0x4f,0x77,0x76,0x76,0x16,0xdb,0xdb,0xdb,0x85, + 0x31,0x6,0x63,0x42,0x1d,0x84,0xb8,0x39,0x35,0x21,0x84,0xa9,0xfc,0xce,0x14,0x46, + 0x28,0x3a,0x39,0xda,0x9b,0xd6,0x99,0x59,0xc7,0x9a,0xda,0x73,0xe6,0x58,0x5a,0x8, + 0x33,0x34,0x34,0x74,0xfa,0x17,0xbf,0xf8,0xc5,0x7f,0x5b,0xbd,0x7a,0xb5,0xf3,0xda, + 0x6b,0xaf,0x1,0x60,0x2d,0x86,0xd8,0xd6,0xad,0x5b,0xef,0x7a,0xe6,0x99,0x67,0xfe, + 0xa8,0xb1,0xb1,0x11,0x80,0xb1,0xb1,0x31,0x7e,0xfb,0xdb,0xdf,0x92,0x4a,0xa5,0xd8, + 0xb8,0x71,0x23,0x5d,0x5d,0x5d,0xc4,0xe3,0x71,0x3c,0xcf,0x27,0x57,0x72,0x18,0xcc, + 0x14,0xc8,0x39,0x3e,0xae,0x36,0x78,0xda,0xa0,0xd,0x58,0x12,0x6c,0x29,0x88,0x29, + 0x49,0x63,0xdc,0xa6,0x3e,0x6a,0xd3,0xd1,0xd1,0xc1,0xea,0x55,0xab,0x22,0x5b,0xb6, + 0x6c,0xde,0x34,0x30,0xf0,0xfb,0x4d,0xd7,0xae,0x5d,0x63,0xdd,0xba,0x75,0xdc,0x75, + 0xd7,0x5d,0xc4,0x62,0x31,0xb4,0xd6,0xcc,0xa7,0x8c,0x94,0x8a,0x13,0x3,0xaf,0xf0, + 0xd6,0xd9,0x9f,0xf1,0xd9,0x5d,0x9f,0x63,0xf3,0xed,0x7b,0x58,0x4c,0xe9,0x5a,0x20, + 0x3d,0xcf,0xe3,0x9d,0x77,0xde,0xe9,0x39,0x7a,0xf4,0xe8,0xdf,0xa5,0xd3,0x69,0xa7, + 0xb2,0x7f,0x31,0x0,0x50,0x4a,0x99,0x78,0x3c,0x4e,0x22,0x91,0xe0,0xd2,0xa5,0x4b, + 0xbc,0xf3,0xce,0x3b,0xa4,0xd3,0x69,0x76,0xef,0xde,0x4d,0x32,0x99,0x24,0x5f,0x2c, + 0x71,0x71,0x78,0x92,0x91,0x82,0xcb,0x64,0xc9,0xa7,0x14,0x18,0x2,0x33,0x8b,0x87, + 0xe5,0x1f,0x52,0x80,0x2d,0x1d,0xea,0x6c,0x41,0x73,0xdc,0x66,0x65,0x32,0x42,0x53, + 0x32,0x49,0x77,0x77,0x37,0x63,0x63,0x63,0xf4,0xf5,0xf5,0xf1,0xee,0xbb,0xef,0x72, + 0xff,0xfd,0xf7,0x53,0x5f,0x5f,0x5f,0x65,0xc2,0x8c,0xf9,0x48,0xb,0x65,0x19,0x92, + 0xf5,0x71,0xde,0xfb,0xe8,0x7f,0x52,0xc,0xa6,0xb8,0x77,0xcb,0x13,0xd8,0x2a,0x8a, + 0xc1,0x2c,0xa,0x86,0xe7,0x79,0xd8,0xb6,0xad,0x67,0xb3,0x6b,0x51,0x6,0x8,0x21, + 0x8c,0xd6,0x9a,0x33,0x67,0xce,0x70,0xf6,0xec,0x59,0x36,0x6d,0xda,0xc4,0xba,0x75, + 0xeb,0x70,0x7d,0x9f,0x4b,0x63,0x53,0x5c,0xc9,0xba,0x4c,0x3a,0x1,0xda,0x84,0x17, + 0x95,0x52,0x20,0x67,0xea,0x1d,0x5a,0xa1,0x66,0x5b,0xd6,0x87,0xe9,0xac,0xc7,0xf5, + 0x82,0x4f,0x3a,0xe7,0xd2,0x59,0x1f,0xa5,0xb9,0xb9,0x99,0xbd,0x7b,0xf7,0xd2,0xd7, + 0xd7,0xc7,0x2f,0x7f,0xf9,0x4b,0xf6,0xef,0xdf,0x4f,0x5b,0x5b,0xdb,0xc,0x10,0x84, + 0x10,0x18,0xc,0xda,0x18,0x3a,0xd3,0x77,0xb0,0x7d,0xe3,0x83,0xfc,0xe3,0x7b,0x3f, + 0x67,0x32,0x7b,0x83,0x87,0x77,0xfc,0x11,0x75,0x89,0x15,0x18,0x33,0x7f,0x28,0x11, + 0x42,0x50,0xeb,0x5e,0x33,0x58,0xc5,0x12,0xd2,0xd7,0xd7,0xc7,0x99,0x33,0x67,0xd8, + 0xb9,0x73,0x27,0xeb,0xd7,0xaf,0x27,0x93,0x2f,0xd2,0x3f,0x3c,0xcd,0xc0,0xa4,0xc3, + 0xb4,0x7,0x51,0xdb,0xa2,0x2e,0x6a,0x93,0x8c,0xd8,0x24,0xa3,0x36,0x75,0x31,0x9b, + 0x54,0x2c,0x42,0x7d,0xcd,0xa8,0x8b,0x86,0xfb,0x6a,0x87,0x90,0x8a,0x6b,0xc5,0x80, + 0x33,0x63,0x5,0x3e,0x1e,0xcb,0x20,0xa4,0x64,0xe7,0xce,0x9d,0xa4,0xd3,0x69,0x8e, + 0x1c,0x39,0xc2,0xc8,0xc8,0x8,0x52,0xca,0x19,0x34,0x16,0x65,0x18,0xd,0x86,0xe6, + 0xc6,0x76,0x1e,0xbd,0xef,0x10,0x59,0x7f,0x8c,0x17,0xdf,0x7e,0x81,0x91,0xc9,0x2b, + 0x48,0xb1,0xb0,0x3a,0xb,0xb1,0x63,0xe,0x3,0xba,0xbb,0xbb,0xab,0x5,0xcb,0xe5, + 0xcb,0x97,0xad,0x96,0x96,0x16,0xf6,0xef,0xdf,0x4f,0x6b,0x4b,0xb,0xa3,0x99,0x1c, + 0x17,0x33,0xe,0x53,0x9e,0x21,0x62,0x5b,0xc4,0x2c,0x2b,0xc,0x70,0x42,0x60,0x2b, + 0x41,0x44,0x49,0x94,0x14,0x28,0x21,0xaa,0x56,0xd7,0x80,0xd6,0x86,0xa0,0x1c,0x17, + 0x7c,0xad,0x9,0xb4,0xc1,0x0,0x81,0x36,0x94,0x3c,0x9f,0x8f,0x72,0x1,0x8e,0x2e, + 0x70,0x5b,0x43,0x9c,0xbb,0xb6,0x6e,0xc5,0xf3,0x3c,0x5e,0x7f,0xfd,0x75,0xbe,0xf0, + 0x85,0x2f,0x92,0x4a,0xd5,0x61,0xb4,0x1,0x11,0x5e,0x47,0x9b,0xd0,0xc7,0xdc,0xa0, + 0x84,0xb2,0x2d,0x1e,0xdc,0xf9,0x15,0x4e,0xfd,0xfe,0xd,0x7e,0xfe,0xd6,0x7f,0xe4, + 0xb1,0xbb,0xf,0xd3,0xd5,0xb1,0x8d,0x5a,0x5d,0x97,0x8a,0x11,0x73,0x0,0xe8,0xea, + 0xea,0xa2,0xbe,0xbe,0x9e,0xf1,0xf1,0xf1,0xdb,0x56,0xae,0x5c,0xb9,0x77,0xd7,0xae, + 0x5d,0xb4,0xb6,0xb4,0x30,0x32,0x9d,0xe7,0xe2,0xb4,0x4b,0x21,0x80,0x86,0x78,0x94, + 0x78,0xc4,0xc2,0x12,0x82,0x98,0xa5,0x88,0xdb,0xa,0x25,0xc3,0x88,0x5f,0xf5,0x1f, + 0x33,0xd7,0xd,0xc,0x60,0x4c,0x8,0x44,0xde,0x71,0x29,0xf9,0x1e,0x51,0x4b,0x91, + 0x77,0x34,0x83,0x79,0x7,0xd7,0x77,0xb9,0xbd,0x21,0xc6,0xe6,0x2d,0x1b,0x39,0x71, + 0xe2,0x4,0xaf,0x1e,0x79,0x99,0xed,0xdb,0x77,0x60,0x59,0x2a,0xa4,0xab,0x50,0x8c, + 0x8e,0xe,0xa3,0x63,0x3a,0xbc,0x4e,0x50,0x42,0x8,0xc9,0xf6,0xcd,0xf,0x92,0xaa, + 0x6b,0xe4,0xe5,0xde,0xbf,0x61,0xfb,0xed,0x9f,0xe7,0xbe,0xcf,0x3e,0x81,0x6d,0xd9, + 0xf3,0x52,0x7e,0x51,0x0,0xba,0xbb,0xbb,0xb9,0x71,0xe3,0x6,0xa7,0x4f,0x9f,0x8e, + 0x3c,0xfd,0xf4,0xd3,0xff,0xfc,0xa1,0x87,0x1e,0xba,0xe7,0xf6,0xdb,0x6e,0x63,0x2a, + 0x5f,0xe4,0x4a,0xce,0xa7,0x64,0x24,0x2b,0x12,0x11,0x52,0xf1,0x28,0x11,0x29,0x49, + 0x46,0x14,0x51,0x25,0xab,0x4e,0xae,0x4d,0x8d,0xa5,0xcb,0xdf,0x75,0x79,0x12,0x15, + 0xa6,0x58,0x52,0x61,0x82,0x9,0x6,0xce,0xff,0x3,0x79,0x37,0xf,0x8,0xb4,0x31, + 0x38,0x7e,0xc0,0x25,0x63,0x18,0xb0,0x5,0xf1,0x88,0x45,0x49,0x96,0xb8,0x3a,0x32, + 0xc4,0xd0,0x6f,0x8e,0x13,0x8d,0x46,0xcb,0x20,0xa,0x26,0xf2,0xd7,0xd8,0xb2,0xe9, + 0x6e,0x8c,0x9,0xd0,0x26,0xc0,0x68,0x17,0x2f,0x28,0x70,0x7b,0xe7,0x1d,0x24,0x13, + 0x29,0x8e,0x9f,0x3a,0x82,0x13,0x64,0x79,0x70,0xdb,0x57,0x89,0x45,0x93,0xb,0xc6, + 0x85,0x79,0x1,0xe8,0xed,0xed,0xe5,0xeb,0x5f,0xff,0x3a,0xf5,0xf5,0xf5,0xf7,0x6d, + 0xdd,0xba,0xf5,0xab,0x9b,0x37,0x6f,0xa6,0xe8,0xba,0xc,0xe6,0x3d,0xa,0x5a,0xd0, + 0x18,0x8f,0xd0,0x5c,0x17,0x27,0x66,0x49,0xea,0x22,0x16,0x56,0xd9,0xe4,0x81,0x31, + 0xb8,0x81,0xc1,0x9,0x34,0x7e,0x39,0xfd,0xc1,0xcc,0xa0,0x58,0x91,0x0,0xc1,0xe8, + 0xf4,0xd,0xb2,0xa5,0x8f,0xd9,0xf3,0xd9,0xc7,0xb0,0xac,0x48,0x48,0x97,0xa,0x45, + 0xca,0x1f,0x42,0x8,0x76,0xdd,0x13,0x6,0xaf,0x9b,0x54,0x32,0x8,0x21,0x59,0x51, + 0x9f,0xc6,0xd7,0x1e,0x81,0xf6,0x30,0x4,0x68,0xe3,0xe3,0x3a,0x5,0x1a,0x1a,0x1a, + 0x79,0x68,0xcf,0x53,0x9c,0xe8,0xeb,0x61,0xf2,0xd8,0x30,0x8f,0xef,0xfa,0x3a,0x2b, + 0xea,0xda,0xd0,0x46,0x2f,0xc8,0x86,0x2a,0x0,0xdd,0xdd,0xdd,0xa4,0xd3,0x69,0xce, + 0x9c,0x39,0x53,0x77,0xdf,0x7d,0xf7,0xfd,0xb3,0xad,0x5b,0xb7,0x36,0x5b,0x4a,0x71, + 0x63,0xba,0x48,0x36,0x10,0xc4,0x23,0x8a,0xb6,0xfa,0x4,0xc9,0x88,0x55,0x55,0xde, + 0x98,0x50,0xe9,0x52,0x60,0xf0,0xb5,0x41,0x48,0x89,0xbd,0x44,0x58,0x15,0x42,0x62, + 0x29,0x41,0x2a,0xb1,0x82,0x8e,0xb6,0x2e,0x7c,0xe3,0xb2,0x34,0x51,0x67,0x8a,0x36, + 0x3e,0x45,0xbf,0x40,0x60,0x3c,0xb4,0xf1,0xd1,0xc6,0xc7,0x98,0x80,0x7c,0x50,0xc4, + 0xb2,0x6d,0xf6,0xee,0x7c,0x9c,0xd3,0x3,0x6f,0xf3,0xd3,0x37,0xff,0x1d,0x5f,0xe8, + 0xfe,0xa7,0x74,0xb6,0x6e,0x58,0x3a,0x8,0x9e,0x38,0x71,0x82,0xe7,0x9e,0x7b,0xe, + 0x29,0xe5,0xfe,0xd,0x1b,0x36,0x7c,0x7e,0xd5,0xaa,0x55,0xe4,0x1d,0x97,0x8c,0x2f, + 0x50,0x52,0xd2,0x54,0x17,0xa7,0x3e,0x16,0x25,0x15,0x55,0x58,0x52,0xa2,0xb5,0xa1, + 0x10,0x4,0x38,0x5a,0x20,0x84,0xc4,0x56,0xcb,0x6b,0x2c,0x84,0x90,0xd8,0x52,0x61, + 0x0,0x5f,0x7b,0xb8,0xba,0x74,0x8b,0xea,0x97,0xf3,0x80,0xf1,0x8,0xca,0xca,0x6b, + 0xed,0x13,0x18,0x17,0x5f,0x3b,0xe4,0xdc,0x22,0x81,0x71,0x59,0xbb,0x6e,0x2d,0x57, + 0xaf,0x5e,0xe1,0xc5,0xb7,0xff,0x3,0x8f,0x6c,0x3f,0xcc,0x67,0x56,0xed,0x44,0xcc, + 0x33,0xc3,0x2a,0x0,0x7b,0xf7,0xee,0xe5,0xd8,0xb1,0x63,0xea,0x5b,0xdf,0xfa,0xd6, + 0xe3,0x9b,0x36,0x6d,0xaa,0x93,0x42,0x30,0xe5,0x6a,0xb4,0x50,0x24,0xa3,0x8a,0xe6, + 0xba,0x38,0xa9,0x98,0x45,0x4c,0x29,0x2,0x63,0x28,0x69,0x4d,0x60,0x44,0xe8,0x6, + 0xb7,0xd0,0x52,0x9,0x21,0x51,0x4a,0x86,0x8c,0x37,0x6,0x63,0x74,0x48,0xf9,0x65, + 0x2b,0xf,0x98,0x80,0xc0,0x84,0x4a,0x3b,0x7e,0x9e,0xbc,0x37,0x4e,0xd1,0xcb,0x50, + 0xf2,0xb3,0x78,0x41,0x1,0x5f,0x3b,0x80,0xa6,0xa9,0x75,0xd,0xf1,0x78,0x27,0x47, + 0x4f,0xfd,0x57,0x86,0x27,0x6,0x71,0xfd,0x98,0xb1,0x4c,0xd2,0x60,0x24,0x7,0xfe, + 0x6c,0x15,0x2f,0xfe,0xe5,0x50,0x8,0x40,0x77,0x77,0x37,0x9d,0x9d,0x9d,0x3c,0xf6, + 0xd8,0x63,0xe9,0x96,0x96,0x96,0x7,0x5a,0x5b,0x5b,0x29,0x79,0x61,0xd0,0x93,0x52, + 0x90,0x8a,0x45,0x48,0x45,0x23,0x24,0xec,0xd0,0x72,0xae,0xa7,0x41,0x8,0x6c,0xeb, + 0xd6,0x9b,0x49,0x29,0x24,0xb6,0x92,0x65,0x65,0x34,0xda,0xe8,0xb2,0x4d,0x97,0xf, + 0x41,0x60,0x3c,0x8a,0xde,0x14,0x39,0x77,0x9c,0x82,0x37,0x89,0xe3,0xe7,0x8,0x74, + 0x89,0xc0,0xb8,0x4,0xda,0xad,0xba,0xc6,0x8d,0xec,0xef,0x69,0x8c,0x75,0xb0,0x71, + 0xf3,0x46,0xfa,0x3e,0x38,0xc2,0xc8,0xe5,0x5c,0x73,0xc7,0xae,0xe9,0x54,0xa9,0xf1, + 0xbd,0x9c,0x31,0x86,0x3,0x7f,0xb6,0x6a,0x66,0x10,0x54,0x4a,0xdd,0xdd,0xd1,0xd1, + 0x71,0x5b,0x3c,0x1e,0x67,0xba,0xe8,0x22,0xa4,0x8d,0x65,0x4,0xd,0xf1,0x28,0x89, + 0x48,0x98,0xea,0xa,0x5e,0xd8,0xe4,0x58,0xf2,0x93,0x75,0xd2,0x52,0x84,0xb5,0x42, + 0x99,0x2,0x65,0x6,0x2c,0xae,0x7e,0x2d,0x43,0x2,0xe3,0x93,0x75,0xc7,0xc8,0x3a, + 0xa3,0x78,0x41,0x1e,0x5f,0x3b,0x61,0x46,0x28,0x7,0xc3,0xd0,0x2d,0x3c,0x2,0xed, + 0x63,0xf0,0x19,0xcd,0x7f,0x44,0x2a,0x96,0x65,0xd3,0x96,0x8d,0xd8,0x91,0xb,0x3b, + 0x26,0x3,0xf7,0xdf,0x64,0xb2,0xe3,0x7f,0x61,0x99,0xc8,0x15,0x25,0xd4,0xcd,0x20, + 0x7d,0xe8,0xd0,0x21,0x5a,0x5b,0x5b,0x77,0xb5,0xb4,0xb4,0x24,0x5,0xe0,0x22,0x50, + 0x4a,0x62,0xdb,0x92,0x54,0x3c,0x42,0x54,0x49,0x7c,0x3,0x46,0x84,0x31,0xc1,0x52, + 0xb7,0x3e,0xa4,0x14,0x18,0xc0,0xb,0x74,0x55,0x79,0x4d,0x10,0x32,0x61,0x91,0xbf, + 0xca,0x7e,0x4f,0xbb,0x4c,0x97,0x46,0xc9,0xbb,0x93,0x68,0xe3,0x95,0x6b,0x42,0x8d, + 0x21,0xa8,0xa6,0x45,0x6d,0x7c,0x2,0xed,0xd5,0xb0,0xc1,0x21,0x53,0xbc,0xce,0xf5, + 0xe2,0x59,0xd6,0xdf,0xd1,0x65,0xdf,0x7b,0xcf,0xc3,0x87,0x5b,0x9b,0xdb,0xff,0x16, + 0x63,0xb6,0x42,0x4d,0x29,0xfc,0xa5,0x2f,0x7d,0xc9,0x6a,0x68,0x68,0x68,0x4f,0xa7, + 0xd3,0x78,0x41,0x80,0x16,0x32,0x8c,0xea,0x4a,0x11,0xb3,0x14,0x8,0x41,0x60,0xc2, + 0x2a,0xcf,0x52,0x22,0xac,0xf8,0x96,0x1c,0x12,0x25,0x25,0xc6,0x18,0xa6,0x8b,0xe, + 0xc3,0x99,0x3c,0x83,0x13,0xd3,0x8c,0x4c,0xe7,0xd1,0xc6,0x94,0x83,0x99,0x46,0x6b, + 0x1d,0x32,0x61,0xbe,0x51,0xde,0xe7,0x7,0x1e,0x39,0x77,0x12,0x27,0x28,0x94,0xf7, + 0x99,0xea,0x31,0xba,0x7a,0x7c,0x10,0xa6,0x45,0x42,0x16,0xf8,0x65,0x10,0xb4,0x71, + 0x29,0x79,0xd3,0x94,0x74,0x86,0x74,0xcb,0x2a,0x12,0xb1,0xba,0x1d,0xc0,0x7a,0x28, + 0x7,0x41,0xcb,0xb2,0x48,0xa7,0xd3,0xb1,0x20,0x8,0xda,0xa2,0xd1,0x28,0x5a,0x1b, + 0x94,0xc,0xcb,0xdc,0x88,0x15,0x46,0x7d,0xdf,0x80,0x10,0x4b,0x97,0x96,0xb5,0xe2, + 0x7,0x9a,0x6c,0xc9,0x65,0xaa,0x50,0xa2,0xe4,0xf9,0x68,0xc3,0x8c,0x7a,0x3d,0x6c, + 0x6e,0x2a,0x6c,0x58,0xe0,0xba,0x22,0x5c,0x5f,0x28,0x7a,0xd3,0x78,0x41,0xa9,0xba, + 0x6d,0xe6,0x28,0x83,0x49,0x2d,0x28,0x1,0x5a,0xbb,0x18,0x34,0x96,0x4c,0xb1,0x32, + 0xb5,0x11,0x6f,0x3a,0xc2,0x7b,0x67,0x5f,0x3d,0x7f,0x7d,0x74,0xf0,0xcf,0x85,0x90, + 0xaf,0x54,0x1,0x88,0xc5,0x62,0xac,0x5c,0xb9,0x32,0x26,0x84,0x68,0x57,0x4a,0x61, + 0x8c,0x41,0x29,0x89,0x2c,0x57,0x69,0x99,0x92,0x43,0x32,0x12,0x41,0x4a,0xb1,0x2c, + 0x0,0x2a,0x8a,0x67,0x8a,0xe,0x25,0xcf,0xc7,0x18,0x83,0x14,0x82,0xb0,0x68,0x94, + 0xc8,0xf2,0x35,0x4c,0x4d,0xc,0x58,0x40,0x77,0xb4,0x36,0x94,0xfc,0x1c,0x6e,0x50, + 0xbc,0xc5,0x68,0x13,0x2,0x12,0xb3,0x52,0xac,0x4a,0x6d,0x63,0xe2,0x7a,0x91,0xfe, + 0xb3,0xa7,0x3e,0xba,0x31,0x76,0xf5,0x8f,0x1b,0x13,0xed,0x6f,0x65,0xf5,0x35,0xaa, + 0x0,0x48,0x29,0xb1,0x6d,0xdb,0x12,0x42,0xd4,0x57,0x82,0x8e,0x94,0x12,0x69,0xc2, + 0x7c,0x3f,0x32,0x5d,0x24,0x62,0xb9,0x24,0x22,0x16,0x89,0x88,0x4d,0xd4,0x52,0x8, + 0x21,0xaa,0x4d,0x87,0x1,0x8c,0x36,0xb8,0x41,0x40,0xc9,0xb,0xc8,0x39,0x2e,0x8e, + 0x17,0xa0,0x8d,0x41,0x9,0x41,0x6d,0x93,0x20,0x8,0xdd,0x23,0x4,0x20,0xb4,0xd4, + 0x7c,0xad,0x33,0x80,0x6f,0x2,0x5c,0xbf,0x80,0xa7,0x9d,0x19,0xaa,0x9,0x53,0xb9, + 0x69,0x65,0x8,0xaa,0x7f,0x42,0x22,0x84,0x44,0xa,0x45,0x63,0x7c,0x15,0x2d,0x91, + 0xd,0xc,0x7e,0x78,0xd,0xdb,0x6b,0x61,0xcb,0x8a,0xa7,0xce,0x9f,0xfd,0x87,0x37, + 0x4e,0x26,0xb6,0xc5,0x90,0xab,0x6f,0xdc,0x4c,0x83,0xae,0xeb,0x52,0x28,0x14,0x7c, + 0xad,0x75,0x36,0x8,0x2,0x6c,0x40,0x9,0xb0,0xca,0x7e,0x1f,0x5a,0x35,0x60,0xba, + 0x18,0x90,0x2b,0xb9,0xa1,0x6f,0x2b,0x81,0x12,0xb2,0x4c,0x3b,0xca,0x5d,0x9e,0x46, + 0xeb,0x10,0x12,0x59,0x5e,0x1f,0x98,0x6b,0xd5,0x1a,0x6,0x54,0x5c,0xa0,0x6,0x2, + 0x53,0x6,0xc6,0x37,0x3e,0x5e,0x50,0x42,0x9b,0x60,0xd6,0xf9,0x2,0xc4,0x4d,0x45, + 0x43,0x65,0x25,0x5a,0x28,0x84,0x50,0x8,0x23,0x51,0xc2,0xa6,0x29,0xb9,0x9a,0x98, + 0x6e,0xe3,0xc2,0xc0,0x87,0xdc,0xde,0xb4,0x93,0xfb,0x76,0x7c,0x85,0x53,0xbf,0x39, + 0x6b,0x72,0xc1,0xdf,0x4b,0xe1,0xde,0xc9,0x8b,0x7f,0x39,0x74,0x93,0x1,0xae,0xeb, + 0x92,0xc9,0x64,0x9c,0x52,0xa9,0x34,0xec,0xba,0x2e,0x89,0x64,0x12,0x8d,0xc1,0x52, + 0x12,0xc2,0x94,0x5f,0xb6,0x58,0x38,0x45,0x6d,0xc,0xda,0x37,0x78,0xb3,0xd6,0x32, + 0x43,0xeb,0x86,0xc5,0xce,0x42,0x22,0xca,0x69,0x30,0xb4,0xd6,0x4d,0x97,0xa,0x81, + 0x34,0x4,0xda,0x2f,0xe7,0xf1,0x0,0x21,0x4,0x4a,0xcc,0x6c,0x58,0xd,0x12,0xa3, + 0x35,0xda,0xf8,0x21,0x98,0x48,0x34,0xaa,0xc,0x86,0xc2,0x56,0x71,0x9a,0xe2,0x1b, + 0x70,0xa7,0x5,0x17,0x3e,0xfc,0x88,0xbb,0xd7,0x3e,0xc1,0xdd,0x1b,0x1e,0xc5,0x68, + 0xca,0xd7,0x9c,0x39,0x1f,0xb,0xc2,0x20,0x33,0x3c,0x3c,0xec,0x38,0x8e,0x33,0x3a, + 0x39,0x39,0xc9,0x8a,0xa6,0x26,0x84,0x31,0xd8,0x15,0xb,0xce,0x38,0xe9,0xd3,0x3d, + 0x4a,0x8,0x95,0x12,0x38,0x5e,0x11,0xa7,0x54,0xc4,0x22,0x12,0xa6,0x3a,0x13,0xf2, + 0x59,0x1a,0xb,0x5b,0xc4,0x6a,0x6e,0x23,0xaa,0xe7,0x85,0x16,0x10,0x44,0xe2,0x11, + 0xa6,0x9c,0x6b,0x64,0xb4,0x13,0x5a,0x5d,0x28,0x84,0x51,0xc4,0xac,0x14,0x4d,0xb1, + 0x4e,0x86,0xaf,0x8d,0x32,0x76,0x63,0x92,0x47,0x3e,0xfb,0xc7,0xac,0xef,0xb8,0x1b, + 0x30,0x78,0x81,0xc7,0x7c,0xfd,0x50,0x15,0xde,0xf1,0xf1,0x71,0xf7,0xd9,0x67,0x9f, + 0x1d,0x9e,0x98,0x98,0x60,0xdd,0xba,0x75,0x8,0xa3,0x51,0x2,0xf4,0x2d,0x96,0xba, + 0x4b,0x2,0x80,0xa0,0x3e,0xd9,0x82,0xef,0xdb,0xfc,0xe3,0x89,0x23,0x33,0xb2,0x82, + 0xad,0x44,0xd9,0x9d,0x4c,0x75,0xf5,0x47,0xfb,0x3e,0xbe,0xef,0x93,0x99,0x9a,0xa2, + 0x2e,0x95,0xc2,0x37,0x5,0xee,0xdc,0x74,0xf,0x2b,0x3b,0x3b,0x90,0x8e,0xc2,0x8, + 0x85,0x14,0x8a,0x54,0xb4,0x95,0x94,0xd5,0xc6,0x85,0xb,0x3,0x98,0x52,0x9c,0x27, + 0x77,0xff,0x4b,0xda,0x1a,0x6f,0xb,0xd3,0x28,0x66,0xe9,0x6e,0xf0,0xd0,0xa1,0x43, + 0xe4,0x72,0xb9,0x93,0xd7,0xaf,0x5f,0x2f,0x69,0xad,0x63,0x18,0x1f,0x85,0xc1,0x52, + 0x8a,0x65,0xac,0x2b,0xdc,0xa,0x2,0x34,0x37,0xac,0xe6,0xb,0xf7,0xfd,0x2b,0x2, + 0xed,0x57,0x37,0xc7,0x2d,0x41,0x7d,0x44,0x31,0xed,0x6,0x14,0x7d,0x43,0x84,0x0, + 0xcf,0x73,0x29,0x4d,0x4d,0x30,0x39,0x39,0xc9,0xdb,0x1f,0xbd,0xc5,0xbe,0xbb,0x1f, + 0xe5,0xc3,0xb1,0x13,0x64,0x73,0x53,0x74,0x88,0x4e,0x84,0x50,0x48,0x6c,0x56,0xc4, + 0x5b,0x90,0x5e,0x8c,0x33,0x67,0x7e,0x43,0x73,0x64,0x2d,0x8f,0xec,0x7e,0x8e,0xfa, + 0xc4,0xa,0x2,0x1d,0xc6,0x8f,0x85,0x96,0xdb,0x67,0x0,0x90,0xcf,0xe7,0xc9,0x66, + 0xb3,0xef,0x7d,0xfc,0xf1,0xc7,0x57,0xb3,0xd9,0xec,0xfa,0xba,0x54,0xa,0x4c,0x80, + 0x2d,0x2d,0xf4,0xd2,0x4b,0x87,0xb7,0x2c,0x56,0xbc,0xbe,0xbc,0x58,0x9,0x11,0x9, + 0xf5,0x91,0xf0,0x1e,0xae,0xd2,0x44,0xb5,0xc1,0x22,0xa0,0x94,0xcf,0x13,0x88,0x22, + 0xc5,0xdc,0x8,0x6b,0xd7,0x6c,0x60,0xd7,0x8e,0xfb,0x28,0x9e,0xbd,0xca,0xb5,0xdc, + 0x39,0x4,0x12,0x4b,0x46,0xa9,0x8f,0x76,0x90,0x9d,0xca,0x32,0x70,0xae,0x97,0xad, + 0x9d,0x9f,0x63,0xe7,0x86,0xcf,0x63,0x5b,0xd1,0x19,0xca,0x57,0x64,0xc1,0x45,0xd1, + 0xde,0xde,0x5e,0xa,0x85,0x2,0x1f,0x7d,0xf4,0xd1,0xb5,0xe1,0xe1,0xe1,0x77,0x2f, + 0x5f,0xbe,0x1c,0xe6,0x60,0xcf,0xc3,0x12,0x84,0x55,0x9d,0x92,0x7f,0xf0,0x21,0x85, + 0x20,0x66,0x9,0xea,0x23,0x12,0x25,0xa0,0x18,0x84,0x13,0xb4,0x45,0x58,0x1,0x3a, + 0x85,0x1c,0x85,0x62,0x81,0x2b,0x57,0xae,0x70,0xfb,0xed,0xb7,0x57,0x57,0x86,0x0, + 0x22,0x2a,0x41,0x4b,0xe2,0x36,0x86,0xaf,0xd,0xf3,0xc1,0xb9,0xdf,0xf1,0xe0,0x96, + 0xaf,0xb1,0x67,0xf3,0x3f,0xc1,0xb6,0x22,0x35,0x95,0xe2,0xc2,0x63,0x6,0x0,0x0, + 0x41,0x10,0xb0,0x67,0xcf,0x1e,0x77,0x6c,0x6c,0xac,0xe7,0xfd,0xf7,0xdf,0x77,0x1c, + 0xc7,0x21,0x70,0x1d,0xf0,0x3d,0xac,0x4a,0x69,0x2b,0x96,0x5b,0x2,0x2f,0x31,0xca, + 0xd7,0x89,0x59,0x82,0x94,0x25,0x50,0x2,0x3c,0xd,0x7e,0xb9,0xc9,0x92,0x18,0x7c, + 0xb7,0x44,0x6e,0x3a,0xc3,0xe4,0xe4,0x24,0x13,0x13,0x13,0xac,0x5f,0xbf,0x1e,0xcf, + 0xf3,0xd0,0x5a,0x23,0x85,0x24,0x26,0x53,0x9c,0x3b,0xd7,0xc7,0xe8,0xf5,0x11,0xbe, + 0xb8,0xeb,0x5b,0x6c,0xec,0xec,0x6,0x66,0x2a,0xb8,0x90,0xd2,0x73,0x18,0x0,0xa0, + 0x94,0x62,0x7a,0x7a,0x9a,0x89,0x89,0x89,0xa3,0x1f,0x7c,0xf0,0xc1,0x5b,0x97,0x2f, + 0x5f,0xc6,0xe8,0x0,0xcf,0x29,0xa1,0xb4,0x8f,0x25,0x4,0x96,0x92,0x61,0x2f,0x20, + 0x6a,0x6b,0xfd,0xf0,0xbb,0x25,0xc2,0xc9,0xcf,0x19,0xe5,0xed,0xb5,0xc7,0xdb,0x4a, + 0x90,0x94,0x90,0x54,0x61,0x8d,0x14,0x10,0x36,0x5f,0x52,0x8,0x2c,0x13,0x60,0xb4, + 0xa6,0x90,0x9d,0xa6,0x54,0x2c,0x72,0xe9,0xd2,0x25,0x36,0x6e,0xdc,0x48,0x4b,0x4b, + 0xb,0xba,0x4c,0xeb,0xc9,0xe9,0x11,0xde,0x7a,0xef,0x25,0xec,0x20,0xc5,0x93,0xf7, + 0xfe,0xb,0xda,0x9b,0xba,0xaa,0xcb,0x5e,0xb3,0x95,0x9f,0xd,0xc4,0x82,0x0,0xf4, + 0xf6,0xf6,0x92,0xc9,0x64,0x58,0xbb,0x76,0xed,0xf8,0xd0,0xd0,0xd0,0x7f,0x39,0x7e, + 0xfc,0x78,0x6e,0x72,0x72,0x12,0xb7,0x54,0xc4,0x77,0x1c,0x94,0x9,0xca,0x8d,0x50, + 0x48,0x5f,0x4b,0xc8,0x50,0x39,0x21,0xb1,0x64,0x99,0xd6,0x72,0x9e,0x51,0xde,0x6e, + 0x9,0x89,0x2d,0x4,0x31,0x1,0x9,0x61,0x88,0x94,0xd7,0x52,0x35,0xe0,0x13,0x16, + 0x34,0x4a,0x7,0x8,0xad,0x29,0xe6,0xf3,0x4c,0x8c,0x8d,0x31,0x3e,0x31,0x41,0x26, + 0x93,0x61,0xcf,0x9e,0x3d,0xe5,0x7,0x23,0x60,0x29,0x9b,0x6b,0x37,0x2e,0xb1,0xb6, + 0x79,0x7,0x8f,0xdf,0xf3,0xd,0x52,0x89,0xa6,0x72,0x31,0x75,0x53,0x66,0x2b,0x3f, + 0x23,0x6,0x2f,0x14,0x4,0x1,0x12,0x89,0x4,0xe3,0xe3,0xe3,0x64,0x32,0x99,0x9e, + 0x81,0x81,0x81,0x5f,0x76,0x76,0x76,0x7e,0x75,0xf7,0xee,0xdd,0x28,0xa5,0x50,0x4a, + 0x12,0x89,0x2b,0x84,0xb2,0x2a,0x77,0x41,0x19,0x8d,0xc0,0xa0,0x85,0x8,0xb,0x94, + 0x79,0x28,0x26,0x30,0x8,0x63,0x90,0x22,0x3c,0xa2,0xf6,0xf6,0x1a,0x41,0x20,0x24, + 0x8,0x89,0xf4,0x3d,0xb4,0xf6,0x29,0x96,0x8a,0x8c,0xde,0xb8,0xc6,0xf4,0xf4,0x34, + 0xbd,0xbd,0xbd,0x64,0xb3,0x59,0x26,0x27,0x27,0x51,0x4a,0xa1,0xb5,0xa1,0x25,0xb1, + 0x8e,0x2f,0xee,0xf8,0xe,0x6b,0xda,0x36,0x93,0x9d,0xce,0x63,0x4c,0x6e,0x86,0xa2, + 0x4a,0x29,0x12,0x89,0xc4,0x9c,0xa7,0x41,0xb,0x31,0x40,0xd5,0xfe,0x18,0x1a,0x1a, + 0x62,0x64,0x64,0x84,0xae,0xae,0x2e,0x6f,0x7c,0x7c,0xfc,0x92,0xe7,0x79,0xf,0x34, + 0x37,0x37,0xb7,0xd4,0xd5,0xd5,0xa1,0xca,0xad,0xb1,0xaa,0xc,0x29,0xc3,0xc7,0x61, + 0x18,0x94,0x31,0xe5,0x7a,0x4c,0xa3,0x8,0x95,0xb5,0xca,0xdb,0xab,0xdb,0xa8,0x2d, + 0x27,0x4,0x46,0x2a,0x8c,0xb4,0x40,0x48,0x8,0x7c,0xb4,0xe7,0xe2,0xba,0x2e,0x23, + 0x37,0xae,0x33,0x39,0x31,0xc1,0xf9,0xf3,0xe7,0x39,0x7e,0xfc,0x38,0x83,0x83,0x83, + 0x5c,0xb9,0x72,0x85,0x74,0x3a,0x8d,0x65,0x29,0xa4,0xb1,0x89,0xdb,0x8d,0x38,0x4e, + 0x89,0x52,0xa9,0x84,0xe3,0x38,0x33,0x3e,0xb5,0xd6,0x24,0x12,0x89,0x19,0xa0,0x18, + 0x63,0x8,0x82,0x80,0xc1,0xc1,0xc1,0x8b,0xc7,0x8f,0x1f,0x7f,0xb1,0xb5,0xb5,0xd5, + 0xed,0xef,0xef,0x9f,0xcb,0x0,0x80,0x6d,0xdb,0xb6,0xd1,0xd7,0xd7,0x47,0x3e,0x9f, + 0x3f,0xdb,0xd9,0xd9,0x79,0xe4,0xd8,0xb1,0x63,0x1b,0x8d,0x31,0x74,0x75,0x75,0x81, + 0x81,0xa4,0xe,0x88,0x25,0xea,0x90,0x91,0x8,0x42,0x2a,0x90,0xa,0x8c,0x46,0x18, + 0xd,0xe5,0xd6,0x56,0x94,0x19,0x52,0xcb,0x83,0xb0,0x6d,0x15,0xa1,0xc2,0xe5,0xb5, + 0x6,0xa9,0xd,0xbe,0xeb,0x10,0x78,0xe,0xa5,0x62,0x89,0x1b,0xd7,0xaf,0x33,0x36, + 0x36,0xca,0x95,0x2b,0x57,0x78,0xfb,0xed,0xb7,0x29,0x95,0x4a,0x58,0x96,0xc5,0xfb, + 0xef,0xbf,0x4f,0x3c,0x1e,0xe7,0x1b,0xdf,0xf8,0x46,0x39,0x16,0xe8,0x39,0x14,0xaf, + 0x58,0xb8,0xf2,0x38,0x6d,0x21,0x17,0x98,0x2d,0x73,0x0,0xa8,0x79,0x8f,0xc7,0x6c, + 0xdd,0xba,0x35,0xbf,0x66,0xcd,0x1a,0x7a,0x7b,0x7b,0xd1,0x5a,0xb3,0x76,0xed,0x5a, + 0x82,0xc0,0x47,0x6b,0x4d,0x2c,0x1e,0x27,0x12,0x8d,0xa3,0x2c,0xb,0xc4,0x4d,0xb7, + 0xb8,0xf9,0x59,0xb3,0x9e,0x2f,0x2a,0xd5,0x64,0xd8,0xc8,0x18,0x63,0x8,0x3c,0x17, + 0xcf,0x71,0x8,0x2,0x9f,0x5c,0x2e,0xcf,0xf5,0x6b,0x43,0x4c,0x4c,0x4c,0x70,0xe9, + 0xd2,0x25,0x7e,0xfd,0xeb,0x5f,0x33,0x35,0x35,0x35,0xe3,0xd9,0xe0,0xc9,0x93,0x27, + 0x71,0x1c,0x87,0x27,0x9f,0x7c,0x92,0xe6,0xe6,0xe6,0x5,0x41,0x88,0xc5,0x62,0xa4, + 0xd3,0x69,0x64,0x79,0x21,0x66,0xa9,0x8c,0xb0,0xe8,0xe3,0x71,0xcb,0xb2,0x78,0xf8, + 0xe1,0x87,0x69,0x6a,0x6a,0xe2,0xbd,0xf7,0xde,0x23,0x97,0xcb,0xd1,0xd5,0xd5,0x45, + 0x4b,0x4b,0xb,0xf5,0xf5,0xf5,0xc4,0xe3,0x2e,0xd1,0x58,0xc,0x2b,0x12,0xc1,0xb2, + 0x6c,0xa4,0x94,0xe5,0x66,0x63,0x66,0xa0,0x9,0x1f,0x6e,0x18,0xb4,0xd6,0x78,0xae, + 0x83,0xef,0x79,0x4,0xbe,0x47,0xc9,0x71,0x98,0x9c,0x9c,0x64,0x74,0x64,0x84,0x5c, + 0x2e,0xc7,0xc5,0x8b,0x17,0x39,0x76,0xec,0x18,0x99,0x4c,0x66,0x46,0xb0,0x52,0x2a, + 0xf4,0xd4,0xdf,0xfd,0xee,0x77,0x48,0x29,0x39,0x7c,0xf8,0x30,0x2b,0x57,0xae,0xac, + 0x82,0x50,0xab,0xa4,0x52,0x6a,0x86,0xff,0x2f,0xc5,0x84,0x45,0x1,0x30,0xc6,0x8, + 0xdb,0xb6,0x79,0xf4,0xd1,0x47,0x69,0x6a,0x6a,0xe2,0x95,0x57,0x5e,0x61,0x74,0x74, + 0x94,0x2d,0x5b,0xb6,0xd0,0xdc,0xdc,0x4c,0x7d,0x7d,0x3d,0xa9,0x54,0x8a,0x58,0x2c, + 0x86,0x65,0xdb,0x58,0x96,0x1d,0x16,0x38,0x52,0x55,0x9f,0xf4,0x18,0xc,0x3a,0xd0, + 0x68,0x1d,0x10,0xf8,0x3e,0x41,0x10,0x54,0x5f,0x9b,0x19,0x1b,0x1b,0x23,0x9b,0xcd, + 0x32,0x3e,0x3e,0x4e,0x7f,0x7f,0x3f,0xe7,0xce,0x9d,0xa3,0x58,0x2c,0xce,0xbb,0xe8, + 0x62,0x59,0x16,0x42,0x8,0xce,0x9e,0x3d,0xcb,0x8f,0x7f,0xfc,0x63,0xe,0x1c,0x38, + 0xc0,0x8a,0x15,0x2b,0xe6,0x30,0x21,0x12,0x89,0x60,0xdb,0x76,0x15,0x84,0xd9,0xd6, + 0x5f,0x34,0xb,0xcc,0xd6,0x5f,0x8,0x61,0x2a,0x27,0xdd,0x73,0xcf,0x3d,0x34,0x35, + 0x35,0x71,0xe4,0xc8,0x11,0x4e,0x9c,0x38,0x41,0x67,0x67,0x27,0xed,0xed,0xed,0x34, + 0x34,0x34,0x50,0x57,0x57,0x47,0x22,0x91,0x20,0x16,0x8b,0xa1,0x94,0xc2,0xb2,0xac, + 0xaa,0x25,0xb4,0xd6,0x78,0x9e,0x47,0xa0,0x35,0x4e,0xa9,0xc4,0xf4,0xf4,0x34,0xb9, + 0x5c,0x8e,0x62,0xb1,0x48,0xa1,0x50,0x60,0x70,0x70,0x90,0xb,0x17,0x2e,0x70,0xe1, + 0xc2,0x5,0xb4,0xd6,0x73,0x26,0x3f,0x1f,0x8,0xa7,0x4f,0x9f,0xa6,0x54,0x2a,0x71, + 0xf0,0xe0,0x41,0xd2,0xe9,0xf4,0xc,0x10,0x2a,0x6c,0x99,0xcf,0xf2,0xf3,0x5e,0x73, + 0x31,0x6,0x8,0x21,0x4c,0xed,0xc9,0x9f,0xf9,0xcc,0x67,0x58,0xbd,0x7a,0x35,0xa7, + 0x4f,0x9f,0xe6,0xcd,0x37,0xdf,0xe4,0xe2,0xc5,0x8b,0xac,0x5e,0xbd,0x9a,0xf6,0xf6, + 0x76,0xe2,0xf1,0x38,0xb1,0x58,0xc,0xdb,0xb6,0x51,0x4a,0x95,0xdd,0x21,0x4,0xc0, + 0x75,0x5d,0xfc,0xb2,0xf5,0x4b,0xa5,0x12,0xd9,0x6c,0x96,0x4b,0x97,0x2e,0x31,0x36, + 0x36,0x46,0x47,0x47,0x7,0x5f,0xfe,0xf2,0x97,0x39,0x76,0xec,0x18,0x6f,0xbe,0xf9, + 0x26,0xbe,0xef,0x63,0xdb,0x76,0xd5,0x87,0xe7,0x3,0x1,0xe0,0xdc,0xb9,0x73,0xbc, + 0xf4,0xd2,0x4b,0x3c,0xf3,0xcc,0x33,0x34,0x35,0x35,0x55,0x41,0xa8,0x2c,0xe9,0xcd, + 0x97,0x6,0x6f,0xd9,0x5,0x66,0x81,0x11,0x6,0xbf,0x58,0x8c,0xee,0xee,0x6e,0x36, + 0x6c,0xd8,0xc0,0x7,0x1f,0x7c,0xc0,0xc0,0xc0,0x0,0x67,0xce,0x9c,0x1,0x20,0x12, + 0x89,0xb0,0x62,0xc5,0xa,0x1a,0x1b,0x1b,0xcb,0x6f,0x8c,0x84,0x20,0x14,0xa,0x5, + 0xc6,0xc7,0xc7,0x71,0x1c,0x87,0x62,0xb1,0x88,0x52,0x8a,0xd6,0xd6,0x56,0x76,0xec, + 0xd8,0xc1,0xea,0xd5,0xab,0xb1,0x2c,0x8b,0xc7,0x1f,0x7f,0x1c,0x80,0xb7,0xde,0x7a, + 0xb,0xcf,0xf3,0x88,0x44,0x22,0xb,0xae,0x3f,0x56,0x58,0x72,0xf2,0xe4,0x49,0xf2, + 0xf9,0x3c,0x4f,0x3d,0xf5,0x54,0x35,0x3b,0x44,0xa3,0x51,0xa2,0xd1,0xe8,0xc,0x0, + 0x17,0xab,0x4,0x97,0x5,0xc0,0x6c,0x7f,0xd2,0x5a,0x53,0x57,0x57,0xc7,0x3,0xf, + 0x3c,0x40,0x77,0x77,0x37,0x53,0x53,0x53,0x5c,0xbc,0x78,0x91,0xf3,0xe7,0xcf,0x53, + 0x28,0x14,0x18,0x1e,0x1e,0x26,0x9b,0xcd,0xe2,0xba,0x2e,0x75,0x75,0x75,0x54,0xde, + 0x33,0xea,0xe8,0xe8,0xe0,0x8e,0x3b,0xee,0xa0,0xbd,0xbd,0xbd,0x9a,0xab,0xb5,0xbe, + 0x59,0xc5,0x3d,0xf7,0xdc,0x73,0x44,0x22,0x11,0x7e,0xf5,0xab,0x5f,0x55,0x41,0x98, + 0x4f,0x8c,0x31,0x33,0x98,0x70,0xe4,0xc8,0x11,0x9e,0x7f,0xfe,0x79,0xda,0xda,0xda, + 0xc2,0x5e,0x61,0x96,0xf2,0xb3,0xcf,0x5d,0x76,0x16,0xa8,0x28,0xbf,0x90,0x68,0xad, + 0x51,0x4a,0xd1,0xd2,0xd2,0x42,0x63,0x63,0x23,0x6d,0x6d,0x6d,0x94,0x4a,0x25,0x3c, + 0xcf,0xab,0x36,0x2e,0x96,0x65,0x61,0xdb,0x36,0x96,0x65,0x85,0xaf,0xca,0x69,0xcd, + 0xf8,0xf8,0x38,0x63,0x63,0x63,0x33,0x26,0x58,0xa1,0xed,0xfd,0xf7,0xdf,0x4f,0x2e, + 0x97,0xe3,0xdd,0x77,0xdf,0xc5,0x75,0xdd,0x19,0x1d,0x60,0xed,0x71,0xb5,0x4c,0xe8, + 0xeb,0xeb,0xe3,0x47,0x3f,0xfa,0x11,0xcf,0x3f,0xff,0x3c,0xad,0xad,0xad,0xb,0xa6, + 0xc8,0xf9,0x64,0xd9,0x2e,0xb0,0x98,0x54,0x26,0xd5,0xd2,0xd2,0x32,0xef,0x8d,0x16, + 0x6b,0x52,0xe6,0x3,0xe1,0xf0,0xe1,0xc3,0xd4,0xd7,0xd7,0xd3,0xd3,0xd3,0x33,0x2f, + 0x8,0xb5,0x8c,0xac,0x80,0x70,0xea,0xd4,0xa9,0x2a,0x8b,0x2a,0x2f,0x58,0xcd,0x77, + 0xdf,0x5b,0xc9,0x2,0xb7,0x24,0x42,0x8,0xea,0xea,0xea,0xe6,0x28,0x3e,0xfb,0x73, + 0x29,0x20,0x8c,0x31,0x24,0x93,0x49,0xe,0x1d,0x3a,0x84,0x10,0x82,0xa3,0x47,0x8f, + 0x2,0xe1,0xb3,0x8b,0xda,0x7b,0xd5,0x8a,0x6d,0xdb,0x0,0x9c,0x3a,0x75,0xa,0x63, + 0x4c,0x15,0x84,0x8a,0x7b,0x2d,0x56,0xd,0x2e,0x95,0x5,0x96,0xd,0xc0,0x9c,0x57, + 0xda,0x96,0xa1,0xf4,0x62,0xdf,0x13,0x89,0x4,0xcf,0x3c,0xf3,0xc,0x0,0x3d,0x3d, + 0x3d,0x38,0x8e,0x53,0xd,0x6e,0xf3,0x49,0x25,0x68,0xf6,0xf5,0xf5,0x1,0xf0,0xec, + 0xb3,0xcf,0x56,0xdd,0xa1,0x66,0x5e,0x22,0x8,0x82,0xe5,0xc7,0x80,0xda,0x34,0xb8, + 0x18,0x30,0x95,0xb,0xd6,0x5e,0x7c,0x29,0xeb,0x2f,0x5,0x42,0x45,0xa9,0x3,0x7, + 0xe,0xe0,0xfb,0x3e,0x95,0x57,0x5b,0x63,0xb1,0xd8,0x82,0x86,0xa9,0x5,0xc1,0x18, + 0x53,0xad,0x18,0xcb,0x73,0xb,0xb4,0xd6,0xbf,0xe9,0xef,0xef,0x2f,0x76,0x76,0x76, + 0x2e,0xb,0x80,0x5b,0x5a,0xa,0xf5,0x3c,0x8f,0xa1,0xa1,0x21,0x7c,0xdf,0x9f,0x17, + 0x80,0xd9,0xdf,0x17,0x2,0x69,0xf6,0x3e,0x21,0x4,0x7b,0xf7,0xee,0x25,0x9b,0xcd, + 0xd2,0xdb,0xdb,0x8b,0x10,0x82,0x58,0x2c,0xb6,0x60,0x9d,0x50,0xc9,0x1c,0x67,0xce, + 0x9c,0xe1,0x27,0x3f,0xf9,0x9,0xdf,0xfc,0xe6,0x37,0x59,0xb1,0x62,0x85,0x19,0x1a, + 0x1a,0xfa,0xc9,0xc0,0xc0,0xc0,0x7f,0x7a,0xe1,0x85,0x17,0x7c,0x80,0x23,0x47,0x8e, + 0x2c,0xcd,0x80,0xa5,0x2c,0x5f,0x6b,0x39,0xa5,0x54,0xb5,0x34,0x5d,0xcc,0xe2,0x9f, + 0xe4,0xb3,0xa1,0xa1,0x81,0x83,0x7,0xf,0x92,0x4a,0xa5,0x78,0xfd,0xf5,0xd7,0x1, + 0x88,0xc7,0xe3,0xf3,0x32,0x51,0x8,0x41,0x34,0x1a,0xad,0xd6,0x9,0x3f,0xfc,0xe1, + 0xf,0xb9,0xff,0xfe,0xfb,0x8f,0xf4,0xf7,0xf7,0x7f,0x6f,0xfb,0xf6,0xed,0xe3,0x95, + 0xd8,0xb2,0x1c,0x6,0xcc,0x90,0x62,0xb1,0x88,0xe3,0x38,0x54,0x5e,0x9c,0x9e,0x2d, + 0x5a,0x6b,0x4a,0xa5,0xd2,0x1c,0x6,0x2c,0x65,0xe1,0xd9,0x79,0x79,0xa1,0x63,0x85, + 0x10,0xec,0xdf,0xbf,0x9f,0x6c,0x36,0xcb,0x89,0x13,0x27,0x10,0x42,0x10,0x8f,0xc7, + 0xe7,0x35,0x50,0xa5,0x27,0x80,0x30,0x30,0x9e,0x3c,0x79,0xd2,0x2a,0x95,0x4a,0xd1, + 0x57,0x5f,0x7d,0x95,0x1f,0xfc,0xe0,0x7,0x33,0x5e,0x6,0x5d,0x74,0xbd,0xbb,0x12, + 0x3,0xb4,0xd6,0x5c,0xbc,0x78,0x91,0xf,0x3f,0xfc,0x70,0x46,0xb3,0x32,0xdb,0xca, + 0x7e,0xf9,0x21,0x46,0xed,0xf0,0x3c,0xaf,0xfa,0x3d,0x8,0x82,0x39,0xdb,0x6a,0xb7, + 0x2f,0x36,0x3c,0xcf,0x23,0x1a,0x8d,0xf2,0xc4,0x13,0x4f,0xb0,0x6f,0xdf,0x3e,0x5c, + 0xd7,0xad,0xce,0xa5,0x76,0x54,0x80,0xa8,0x30,0x21,0x99,0x4c,0x22,0x84,0x78,0x34, + 0x12,0x89,0xfc,0x67,0xcb,0xb2,0x6e,0xab,0x30,0xb4,0xf2,0xaf,0x3d,0xcb,0xae,0x4, + 0xd3,0xe9,0x34,0x4a,0x29,0xa2,0xd1,0xe8,0xbc,0x16,0x53,0x4a,0x2d,0x9a,0x7f,0x17, + 0xb2,0xfa,0x42,0xdb,0x6a,0x41,0xae,0xdd,0x2f,0x84,0xe0,0xe0,0xc1,0x83,0x44,0x22, + 0x11,0x5e,0x7f,0xfd,0x75,0x84,0x10,0xd5,0xaa,0xb2,0x76,0xbe,0x95,0xf3,0x2a,0xee, + 0x90,0xcb,0xe5,0x9e,0x8,0x82,0x0,0xe0,0x4f,0x80,0xab,0xb7,0xe4,0x2,0x52,0x4a, + 0xd2,0xe9,0x74,0x75,0x2,0x95,0x68,0x5f,0x3b,0x39,0xcf,0xf3,0xb8,0x7e,0xfd,0xfa, + 0xbc,0x2e,0x30,0x1f,0xb5,0x17,0x2b,0x55,0x1,0x1a,0x1b,0x1b,0xe7,0x28,0x56,0xd9, + 0x9f,0x48,0x24,0x38,0x70,0xe0,0x0,0x96,0x65,0xd1,0xd3,0xd3,0x3,0x40,0x32,0x99, + 0x9c,0xe3,0xa,0x15,0xa9,0x80,0x90,0xcd,0x66,0x9f,0x8,0x82,0xe0,0x1c,0xf0,0xa7, + 0x80,0xbf,0x14,0x0,0xa6,0x96,0x56,0xb5,0x17,0x9e,0xcd,0x80,0xa,0x30,0x75,0x75, + 0x75,0x73,0x16,0x29,0x96,0xa3,0xfc,0x7c,0x60,0x54,0x6a,0xfd,0xf9,0xd8,0x51,0x1, + 0xe1,0xd0,0xa1,0x43,0xd8,0xb6,0xcd,0x2b,0xaf,0xbc,0x52,0x65,0xc2,0x42,0x75,0x42, + 0x34,0x1a,0xc5,0xf3,0x3c,0xf2,0xf9,0xfc,0x7e,0xa0,0x11,0x18,0x5b,0x92,0x1,0xb3, + 0xeb,0x80,0xc5,0x9e,0xb2,0x48,0x29,0x69,0x6c,0x6c,0xfc,0xc4,0x79,0x7f,0xbe,0xce, + 0x6d,0x76,0x25,0x57,0x7b,0x9c,0xd6,0x9a,0x86,0x86,0x6,0xbe,0xf6,0xb5,0xaf,0x11, + 0x4,0x1,0x47,0x8f,0x1e,0xad,0x82,0xb0,0x50,0x9d,0x50,0x5e,0x2b,0xc8,0x1a,0x63, + 0xbc,0xca,0x31,0xcb,0x72,0x81,0xd9,0x93,0x59,0xac,0xc3,0xba,0x55,0xff,0xff,0xa4, + 0xe7,0x55,0xda,0xf3,0x78,0x3c,0xce,0xc1,0x83,0x7,0x29,0x16,0x8b,0xde,0x6b,0xaf, + 0xbd,0x26,0x1,0x95,0x4c,0x26,0xe7,0xd4,0x9,0xe5,0x95,0xa8,0x9c,0x31,0xe6,0xbf, + 0x2b,0xa5,0x32,0x15,0x7d,0x16,0xcd,0x2,0x8b,0x5,0xb4,0xa5,0xf6,0x2f,0xb5,0x20, + 0xf9,0x49,0xce,0x9b,0xef,0xfe,0xe5,0x78,0x54,0xbc,0xe3,0x8e,0x3b,0xfe,0x6d,0x10, + 0x4,0x7f,0x93,0xcd,0x66,0xdd,0x42,0xa1,0x50,0x61,0x70,0x15,0xa8,0x6c,0x36,0x5b, + 0x70,0x1c,0xe7,0xaf,0x81,0xff,0x51,0x5b,0x1e,0x2f,0xc9,0x80,0xff,0x1d,0xa,0x7d, + 0x1a,0x76,0xcc,0x96,0x7c,0x3e,0xef,0xd,0xc,0xc,0xfc,0xe0,0x67,0x3f,0xfb,0xd9, + 0x5f,0x7,0x41,0x60,0x49,0x29,0x83,0x6c,0x36,0xfb,0x27,0xc6,0x18,0x3b,0x91,0x48, + 0x54,0x95,0x2f,0x16,0x8b,0x7f,0xa5,0xb5,0x7e,0x41,0x4a,0x59,0x2,0x96,0x57,0x7, + 0x54,0x50,0x9c,0xef,0xe6,0x33,0x5e,0x6f,0x59,0x62,0xdd,0x6d,0x39,0xb2,0xd4,0x79, + 0xb3,0x73,0xbd,0x94,0x92,0x52,0xa9,0x64,0xce,0x9f,0x3f,0xff,0xa3,0x17,0x5f,0x7c, + 0xf1,0xaf,0x1e,0x7a,0xe8,0xa1,0xa2,0x52,0x2a,0xb,0xfc,0x85,0xd6,0xfa,0xdf,0x67, + 0xb3,0xd9,0x1b,0x63,0x63,0x63,0xc5,0xf1,0xf1,0xf1,0x2b,0xc5,0x62,0xf1,0xcf,0x8d, + 0x31,0x73,0x94,0x5f,0x8a,0x1,0xa6,0xb2,0x9c,0x65,0x59,0xd6,0x9c,0x0,0x4,0xa1, + 0x5f,0xb9,0xae,0xbb,0xa8,0x45,0x3f,0x9,0xb,0x16,0xda,0x37,0x1b,0xb0,0xd1,0xd1, + 0xd1,0x9f,0xbf,0xfc,0xf2,0xcb,0x7f,0xba,0x6f,0xdf,0xbe,0xa9,0xc3,0x87,0xf,0xf3, + 0xd3,0x9f,0xfe,0x14,0x60,0x1a,0xf8,0xd7,0xc6,0x98,0x97,0x3c,0xcf,0x5b,0x3,0x5c, + 0x34,0xc6,0xf4,0x4b,0x29,0x83,0xd9,0xca,0xc3,0x22,0x2f,0xbf,0x18,0x63,0xf8,0xf6, + 0xb7,0xbf,0xfd,0xb9,0x8d,0x1b,0x37,0x7e,0x31,0x1a,0x8d,0x9a,0xda,0xc9,0x48,0x29, + 0x49,0x24,0x12,0xc2,0xf7,0x7d,0x53,0xf1,0xb7,0xd9,0x96,0x5c,0xaa,0xe,0xa8,0xdd, + 0xbe,0xd0,0xb1,0x8b,0x30,0x43,0x0,0x53,0x97,0x2f,0x5f,0xfe,0xdb,0xdd,0xbb,0x77, + 0xf,0x3e,0xfd,0xf4,0xd3,0x8,0x21,0x16,0xfd,0xc7,0xed,0xf9,0x94,0xff,0x7f,0x5a, + 0x8c,0x31,0xf4,0xf4,0xf4,0x7c,0x62,0x97,0xfb,0xff,0x52,0x96,0xff,0x5,0x84,0xca, + 0xf0,0xce,0xd6,0xbe,0x38,0xa1,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61, + 0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30, + 0x36,0x2d,0x32,0x38,0x54,0x32,0x32,0x3a,0x32,0x39,0x3a,0x30,0x37,0x2b,0x30,0x38, + 0x3a,0x30,0x30,0xdc,0x91,0x88,0xd8,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64, + 0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x30,0x2d, + 0x30,0x34,0x2d,0x32,0x36,0x54,0x30,0x30,0x3a,0x30,0x30,0x3a,0x30,0x30,0x2b,0x30, + 0x38,0x3a,0x30,0x30,0xa0,0x55,0x3b,0x5d,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74, + 0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f, + 0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f, + 0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d, + 0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68, + 0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a, + 0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a, + 0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x31,0x32,0x38,0x43,0x7c,0x41,0x80,0x0, + 0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d, + 0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x31,0x32,0x38,0xd0,0x8d, + 0x11,0xdd,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f, + 0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x32,0x37,0x32, + 0x32,0x31,0x31,0x32,0x30,0x30,0x9,0x29,0xd,0xef,0x0,0x0,0x0,0x12,0x74,0x45, + 0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x33, + 0x31,0x33,0x37,0x42,0x7e,0x38,0xe7,0x12,0x0,0x0,0x0,0x5c,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a, + 0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f, + 0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79, + 0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67, + 0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63, + 0x2f,0x32,0x31,0x2f,0x32,0x31,0x33,0x35,0x2e,0x70,0x6e,0x67,0xa2,0xa5,0x5d,0x49, + 0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??.png + 0x0,0x0,0x5,0x8c, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x7,0x74,0x49, + 0x4d,0x45,0x7,0xde,0x4,0x5,0x16,0x2c,0x1b,0x8d,0x41,0xfc,0x8d,0x0,0x0,0x3, + 0x4,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0x99,0x4d,0x48,0x14,0x61,0x18,0xc7,0x7f, + 0xe3,0xee,0xaa,0x94,0x49,0xab,0xad,0x9a,0xbb,0xf9,0x1,0x6a,0xc8,0x16,0xb6,0xd4, + 0xc5,0x53,0x12,0xda,0xa1,0xf,0xf0,0x62,0x81,0x60,0x5d,0x4,0x8b,0xba,0x7,0x41, + 0xd0,0xa5,0x82,0xe,0x5d,0x2,0x41,0x3a,0x49,0x54,0x86,0x20,0x8,0x59,0xd0,0x41, + 0xbb,0x78,0x53,0xa,0x3b,0x24,0x1e,0x4c,0xd,0x3d,0xf8,0xb1,0x54,0xac,0xda,0xe6, + 0xae,0xd3,0x41,0x9b,0x7d,0x67,0x56,0x97,0x9d,0x59,0xf7,0xb1,0x43,0xcf,0xc0,0xf2, + 0xce,0xbe,0x33,0xef,0xef,0xff,0x3c,0xf3,0xbc,0x1f,0x33,0x2f,0x64,0xdf,0xba,0xd1, + 0x77,0x3d,0xd6,0x72,0x4,0x4,0xa4,0x34,0xb7,0x18,0x69,0x85,0x8,0x9a,0x71,0xa6, + 0xe3,0xa6,0x14,0xb7,0x8c,0x0,0x1d,0xd0,0x79,0x48,0x9f,0x42,0xd3,0x9,0xd0,0x8f, + 0x3f,0xbb,0x2,0x5c,0xe4,0xe3,0xa5,0x84,0x0,0x0,0xcb,0x2c,0x58,0xea,0x63,0x90, + 0x1d,0x1,0x5e,0x2,0x4,0xa9,0x25,0x48,0x80,0x32,0x8a,0x39,0x4,0xa0,0x84,0x9f, + 0xed,0x73,0x6d,0xaf,0x5,0xe4,0x51,0xc5,0x19,0x1a,0x69,0xa4,0x82,0x22,0xd2,0x4c, + 0xef,0xbd,0x11,0xe0,0xa1,0x9e,0x26,0xce,0x13,0xa2,0x2c,0x5d,0xf0,0xde,0x9,0xf0, + 0x71,0x96,0x36,0x9a,0x28,0x71,0x76,0x7b,0x66,0x2,0xaa,0xb9,0x4a,0x1b,0x27,0xf1, + 0x38,0x6f,0xc2,0xb9,0x80,0x1a,0xda,0x69,0xe7,0x78,0x8a,0x2b,0xd6,0x8,0xb3,0xc4, + 0xc,0x75,0x4,0x81,0xb8,0xa5,0x36,0x86,0xee,0x5c,0x80,0x8f,0xeb,0x74,0x51,0xb3, + 0x4b,0x6d,0x98,0x69,0xc6,0x98,0x60,0x92,0x59,0xbe,0xf3,0x83,0xa7,0x4,0xd1,0x68, + 0xe1,0x0,0x2e,0xe3,0x1a,0xdd,0xe8,0x1d,0xe,0x62,0xd6,0xca,0x28,0x9b,0x3b,0x8c, + 0xeb,0x71,0xa6,0x79,0x49,0x17,0x21,0xbc,0xa6,0x3b,0x52,0xce,0x5,0x76,0xf1,0xd5, + 0x74,0x13,0xd9,0xa1,0xa1,0x25,0x6,0xb9,0x46,0x95,0xe2,0x63,0xc2,0x7a,0x52,0x8, + 0xd8,0xb0,0xf3,0x8,0x34,0x2e,0xf0,0x80,0x86,0xa4,0xff,0x27,0x19,0x60,0x80,0xcf, + 0xfc,0xde,0xe5,0xbe,0x11,0x92,0x33,0xe0,0xaf,0x6d,0xa4,0x8f,0x3f,0xc8,0x5d,0xc2, + 0x49,0x1e,0x7c,0xe1,0xe,0x15,0x76,0xc3,0xe8,0xc4,0xca,0xe9,0x25,0x66,0x81,0xcf, + 0x73,0x4f,0x6,0xe,0x75,0xc,0x59,0xe0,0xbf,0x78,0xcd,0x69,0x19,0x38,0x9c,0x62, + 0xcc,0x82,0x9f,0xa2,0x83,0x7c,0x39,0xfc,0x47,0x13,0x7c,0x93,0x41,0x4e,0x48,0xc1, + 0xa1,0x9e,0x71,0x13,0x7e,0x9d,0xc7,0x1c,0x96,0xc3,0xfb,0x79,0x6f,0xc2,0xaf,0x70, + 0x2b,0x93,0x71,0xdf,0xae,0x15,0xf0,0xdc,0x84,0x5f,0xe0,0x8a,0x1c,0x1c,0x72,0xb8, + 0x4f,0xdc,0x84,0xbf,0x2c,0x89,0x87,0x56,0x7e,0x9a,0x82,0x2f,0xea,0x3d,0x54,0x9a, + 0x72,0x7f,0x9d,0xdb,0xb2,0xf8,0x5c,0xcb,0x4,0xf2,0x44,0x32,0xf5,0x0,0x2e,0x99, + 0x66,0xbc,0x37,0x96,0xe9,0x35,0xeb,0x56,0xc4,0x7,0x5,0x3f,0x43,0x48,0x16,0xf, + 0x37,0x95,0xec,0xdf,0xe0,0x86,0x34,0xfe,0x28,0x9f,0x14,0xff,0xdf,0x51,0x28,0x2d, + 0xa0,0x53,0xf1,0x3f,0xcc,0x39,0x69,0xbc,0x97,0x51,0xc5,0xff,0x67,0x76,0x5f,0x33, + 0x32,0xb7,0x56,0xa2,0xca,0xe0,0xd3,0x28,0x8d,0x77,0xf3,0x42,0xf1,0xbf,0x57,0xf0, + 0xeb,0xc1,0xb6,0xd5,0x32,0x67,0xe0,0x23,0x34,0x4b,0xe3,0xa1,0x53,0x59,0xef,0xf, + 0x53,0x20,0x81,0x54,0x93,0xcc,0x43,0x8b,0xf2,0x16,0xff,0x96,0x88,0xb4,0xff,0x95, + 0x7c,0x55,0x12,0x50,0x68,0xc9,0xa9,0x46,0xa0,0x81,0x72,0xa3,0x3c,0xc1,0xa4,0xbc, + 0x80,0x10,0xb9,0x46,0x79,0x98,0x55,0x69,0x1,0x1e,0x25,0xe8,0x51,0xc6,0x65,0xf0, + 0xaa,0x80,0x42,0x2a,0x8d,0xf2,0xa2,0xd4,0x3,0x50,0x5,0x1c,0xc3,0x6f,0x94,0x67, + 0x59,0x94,0x17,0xe0,0x53,0xfa,0xfd,0x94,0x5c,0x17,0x4c,0x8,0xa8,0x20,0xcf,0x28, + 0x7f,0x93,0xc2,0xab,0x2,0x12,0x19,0xa0,0x33,0xb3,0x1f,0x2,0x7c,0x46,0x29,0xca, + 0x9c,0xbc,0x80,0x1c,0x8e,0x28,0x11,0x88,0xc9,0x9,0xd0,0xe8,0x6,0xc0,0xcd,0x45, + 0x63,0x1c,0x8c,0x31,0xc4,0x3c,0x1a,0x2e,0x46,0xe8,0xcb,0xbe,0x4,0x3d,0xc5,0xd1, + 0x93,0x7d,0x7c,0xea,0x25,0x57,0x3c,0xcd,0x56,0x32,0xb0,0xad,0x35,0xcf,0xa,0x8f, + 0x58,0x56,0xa6,0xe2,0x4d,0x9a,0xe9,0xc8,0x3e,0x3c,0x21,0x20,0xc2,0x2b,0xcb,0x76, + 0x42,0xbe,0x94,0x80,0xad,0x47,0xa0,0x25,0xad,0xfe,0x5c,0xf6,0x9b,0xca,0x44,0xc0, + 0x3e,0xda,0x7f,0x1,0xff,0x88,0x0,0x7d,0x6b,0xf3,0x40,0x31,0xdd,0x7e,0x53,0xce, + 0xcc,0xbd,0xfd,0x1b,0x40,0xdd,0x58,0x8b,0x51,0x2c,0x2b,0xa0,0x94,0x7e,0x62,0xa6, + 0x8d,0x55,0x87,0xbb,0x19,0xce,0x23,0xe0,0xcf,0xb0,0x9d,0xc,0x4,0x44,0x53,0xd4, + 0x9,0x4c,0xcb,0x7f,0x0,0x7b,0x1d,0x58,0xa4,0x3a,0x7e,0x1a,0xaa,0x0,0x0,0x0, + 0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65, + 0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x32,0x31,0x3a,0x34, + 0x38,0x3a,0x31,0x33,0x2b,0x30,0x38,0x3a,0x30,0x30,0x5e,0xc9,0x61,0xe6,0x0,0x0, + 0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66, + 0x79,0x0,0x32,0x30,0x31,0x34,0x2d,0x30,0x34,0x2d,0x30,0x35,0x54,0x32,0x32,0x3a, + 0x34,0x34,0x3a,0x32,0x37,0x2b,0x30,0x38,0x3a,0x30,0x30,0xbe,0x82,0x17,0x85,0x0, + 0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0, + 0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65, + 0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63, + 0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f, + 0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0, + 0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63, + 0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff, + 0xbb,0x2f,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x31, + 0x31,0x30,0x32,0x3d,0xb1,0x75,0x3d,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64, + 0x74,0x68,0x0,0x31,0x31,0x30,0x32,0x28,0xf8,0xa9,0x24,0x0,0x0,0x0,0x19,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79, + 0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e, + 0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d, + 0x54,0x69,0x6d,0x65,0x0,0x31,0x33,0x39,0x36,0x37,0x30,0x39,0x30,0x36,0x37,0x9c, + 0x34,0x59,0x2a,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x39,0x31,0x35,0x36,0x42,0x29,0x1e,0xb2, + 0x40,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65, + 0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74,0x65, + 0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65, + 0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63, + 0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x34,0x32,0x36,0x2f, + 0x31,0x31,0x34,0x32,0x36,0x39,0x38,0x2e,0x70,0x6e,0x67,0xa8,0x8b,0xd,0x9f,0x0, + 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-closedhand.png + 0x0,0x0,0x0,0x93, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x4,0x0,0x0,0x0,0xb5,0xfa,0x37,0xea, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x89,0x0,0x0,0xb,0x89, + 0x1,0x37,0xc9,0xcb,0xad,0x0,0x0,0x0,0x45,0x49,0x44,0x41,0x54,0x28,0xcf,0xad, + 0xd1,0xcb,0xa,0x0,0x20,0x8,0x44,0xd1,0xf9,0xff,0x9f,0xbe,0x2d,0x24,0x70,0x7a, + 0x53,0x19,0xba,0xe9,0x80,0xa2,0x42,0xeb,0xa7,0x7f,0x40,0x8,0xaf,0x6,0x4,0x80, + 0xd7,0x40,0x6,0x72,0x28,0x32,0xb7,0x60,0x84,0x94,0x27,0x98,0x83,0xd1,0xe7,0x1, + 0xd8,0xc,0xd9,0x80,0x9e,0xd4,0x4d,0xd8,0xce,0x5e,0xc1,0xe5,0xb1,0xa,0x94,0xc, + 0x50,0xbe,0xf5,0x9f,0x96,0xe7,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42, + 0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/rectangle.png + 0x0,0x0,0x1,0x5f, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0x1,0x49,0x44,0x41,0x54,0x78,0xda,0xa4, + 0x93,0x6d,0xe,0xc2,0x20,0xc,0x86,0xb,0xf1,0x9f,0xde,0xc6,0x7b,0xe8,0x49,0x34, + 0xee,0x2a,0x46,0xaf,0x61,0xbc,0x88,0x7,0x5a,0xe8,0x87,0x6d,0x7,0x13,0x66,0x9c, + 0x33,0x92,0x94,0x15,0x46,0x1f,0xca,0x5b,0x8,0x22,0x2,0xff,0xb4,0x95,0x75,0x87, + 0x63,0x27,0xcc,0x4,0x44,0x83,0x89,0x30,0x30,0x33,0x10,0xaa,0xe9,0xbc,0xf9,0x4c, + 0xf9,0xab,0x63,0x44,0x82,0xfb,0xfd,0x16,0x46,0x80,0x5,0x5c,0x2f,0xe7,0xc5,0xbb, + 0xee,0x76,0xfb,0xd1,0x8f,0xd6,0x29,0xf7,0xa7,0xb4,0x89,0xb8,0x5,0xd8,0x84,0x69, + 0xb1,0x54,0x8f,0x7a,0xdd,0x70,0x84,0xa,0x10,0x42,0x98,0xd,0x8a,0x31,0xba,0x1e, + 0xd,0xc0,0x5,0xcb,0x93,0x35,0xc0,0xfc,0x12,0x58,0x67,0x68,0xeb,0x1b,0x0,0x7c, + 0x0,0x4c,0x33,0x30,0xe3,0x6c,0xd,0x0,0xb5,0xa,0x7d,0xdf,0x7b,0x70,0xb1,0x4c, + 0xb3,0xc8,0x71,0x57,0x3f,0xa2,0x1e,0x41,0x18,0xa7,0x1a,0x8,0x24,0x44,0x5f,0x5c, + 0x0,0x16,0x66,0x18,0x19,0xb6,0x6f,0x34,0x20,0x9e,0x64,0xc0,0x9a,0x1,0xa6,0xf4, + 0x5d,0x7d,0x87,0x2a,0x9c,0xf0,0x1d,0x90,0x2a,0x40,0xad,0x43,0xc9,0xa0,0xf8,0x51, + 0xff,0x55,0x45,0x78,0x95,0x11,0x8b,0x88,0x33,0xbb,0x1b,0x88,0xbd,0x32,0x6f,0x65, + 0x24,0xe8,0x4e,0x9d,0x1e,0x43,0xdf,0x82,0xa,0xe4,0x77,0x1e,0xcd,0x1f,0xaa,0x43, + 0xe6,0x53,0xf2,0xf1,0x7a,0xb3,0x1,0xe4,0x17,0x20,0xe4,0xcb,0xb3,0xfd,0xf5,0x15, + 0x6a,0xdc,0x63,0x4,0xfc,0xd3,0x9e,0x2,0xc,0x0,0xa2,0x44,0xe5,0xd,0xed,0xc9, + 0xb6,0x54,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/zoomIn.png + 0x0,0x0,0x2,0xaa, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x4c,0x49,0x44,0x41,0x54,0x78,0xda,0x9c, + 0x92,0xcf,0x6b,0x13,0x51,0x10,0xc7,0x67,0x9b,0x35,0x9,0x5b,0x92,0x2c,0xb6,0x9b, + 0x54,0x41,0x1a,0xbd,0xa4,0x49,0x2f,0xad,0xeb,0xc1,0x56,0xb1,0xd8,0xf4,0xc7,0xa1, + 0x11,0x72,0xd1,0x9b,0xd8,0x5e,0xb,0xe2,0xa1,0x7f,0x40,0xab,0x37,0x3,0x85,0x7a, + 0x11,0xa,0xa2,0xb1,0x1e,0x4,0x3d,0xb4,0xa0,0x1e,0x83,0x34,0xb5,0x78,0x12,0xa5, + 0xda,0x46,0x3d,0xa5,0xd1,0x44,0x48,0x4c,0x58,0x92,0xee,0x46,0xf3,0xde,0x1a,0xdf, + 0x24,0xbb,0x21,0xd9,0xe0,0xc5,0x59,0x86,0x79,0xbb,0xb3,0xf3,0x7d,0x33,0x9f,0xf7, + 0x38,0x30,0xec,0x6e,0x6c,0xd5,0xcf,0xc2,0xb2,0x4e,0x69,0x94,0x50,0x2a,0x52,0x4a, + 0x80,0x12,0xaa,0x10,0x42,0xb6,0x28,0xa5,0xb7,0xd7,0xd6,0x56,0xd3,0x60,0xb1,0x7a, + 0xbd,0xe,0x9c,0x51,0x3c,0xc2,0xc2,0xeb,0xf1,0xf1,0xf3,0xe2,0x39,0x59,0x6,0xa7, + 0xd3,0xd1,0xf8,0xa1,0x5a,0xfd,0x5,0xc9,0x64,0x12,0x5e,0xbc,0x7c,0xa5,0x30,0xb1, + 0xcb,0xeb,0xeb,0xf7,0x3f,0x74,0x9,0x18,0x3b,0xbf,0x9f,0xbf,0x71,0x5d,0xb4,0xf1, + 0x36,0xf8,0x9e,0xcd,0x1,0xc7,0x71,0x4d,0x67,0xcf,0xc9,0x13,0x3,0xa0,0x69,0x2a, + 0xac,0xac,0xdc,0x51,0x74,0xaa,0x8f,0xc6,0x1f,0x3f,0x4c,0xb7,0xb,0xf4,0x60,0xdb, + 0xb8,0xb3,0x59,0xec,0x95,0x24,0x98,0x9d,0x9e,0x82,0x99,0xa9,0x30,0xf8,0xbc,0x12, + 0xe4,0xb,0x5,0x10,0x7a,0x7b,0x21,0x32,0x37,0x27,0x12,0x4a,0x96,0xad,0x63,0xf4, + 0xe0,0xcc,0xd8,0xb6,0x59,0x2c,0x8a,0x9e,0x56,0xd2,0xed,0x71,0x83,0x24,0xf5,0x43, + 0x3e,0x5f,0x80,0x99,0xd9,0x69,0x20,0x35,0x12,0xb5,0xa,0xf0,0x8,0xc,0x67,0xc6, + 0x96,0xcf,0x8e,0x8e,0x74,0x24,0xfd,0x83,0x83,0x8d,0xb8,0xf3,0x66,0x17,0x4,0x41, + 0x0,0xd6,0x81,0xd8,0xd5,0x1,0xd2,0x46,0x43,0x81,0x7f,0x99,0x99,0x63,0x20,0x31, + 0xd8,0x3a,0x4,0x6a,0xbf,0x6b,0x15,0xa4,0x8d,0xc0,0xf6,0xf6,0x3e,0x42,0xfa,0xf0, + 0xb0,0x95,0xcc,0x64,0x32,0x90,0x4a,0x7d,0x86,0x3f,0xc,0x96,0xaa,0xaa,0x40,0x48, + 0xad,0xd2,0xd5,0x41,0xb9,0x5c,0x4e,0xe0,0x51,0x21,0xed,0x62,0xa9,0x4,0x47,0x95, + 0xa3,0x56,0x52,0x55,0x35,0x28,0x29,0xa,0x48,0xfd,0x7d,0xb0,0xb9,0xb9,0xc5,0x8e, + 0xb5,0x9a,0x60,0x9f,0xf5,0xe,0x6,0xfb,0xfb,0x9f,0x62,0xac,0xc5,0xf0,0xf0,0x70, + 0xc8,0xe5,0x45,0xea,0xc,0x58,0x72,0x67,0xb7,0x91,0x2c,0xfc,0x2c,0x32,0x88,0x7d, + 0x50,0x64,0xf1,0xe9,0xc6,0x6,0x5c,0xf4,0xd9,0xdf,0x6d,0x5b,0xc7,0x63,0x6e,0x1f, + 0x1b,0xbb,0x10,0x95,0x65,0xf9,0x41,0x78,0x72,0xd2,0x85,0xb4,0x11,0x58,0xb3,0x3, + 0xb5,0xb1,0xf3,0x93,0x47,0x71,0x18,0xb2,0x55,0x21,0x30,0xe0,0x6,0xef,0x71,0x57, + 0xfc,0xea,0xbd,0x67,0xb,0x1d,0x37,0x91,0x99,0x10,0xa,0x86,0x26,0x2,0x43,0xc1, + 0x45,0xde,0xc6,0x4f,0x38,0x9c,0xe,0x17,0x25,0x4,0x14,0x45,0xa9,0x68,0x9a,0xb6, + 0x4d,0xb2,0xdf,0xbe,0x9c,0x71,0x39,0x96,0x4e,0xf9,0x44,0x40,0x37,0x45,0x50,0x80, + 0x37,0x4,0xb4,0x83,0xd4,0x41,0x82,0x79,0x8a,0xad,0xc5,0x36,0xd2,0x38,0xaf,0x82, + 0x79,0x6,0x9,0xdf,0x97,0x8c,0xef,0xf3,0xcf,0x6f,0x5d,0xc3,0xb8,0xc0,0xb7,0x8d, + 0x53,0x63,0x6e,0x5e,0x53,0xbb,0x51,0xdc,0x2,0xf6,0x36,0xf7,0x23,0x76,0x8c,0xe3, + 0x2,0x6c,0x19,0x31,0x45,0xac,0x2,0x60,0x11,0xb3,0x5a,0x3e,0x99,0xcd,0xdd,0xbc, + 0xd4,0x5c,0x47,0x88,0xae,0x7f,0x85,0xff,0x34,0xff,0x69,0xd1,0x73,0x85,0xc5,0x20, + 0x32,0xf8,0x2b,0xc0,0x0,0x6f,0x61,0x2,0x9c,0xbc,0x56,0x42,0x16,0x0,0x0,0x0, + 0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??.png + 0x0,0x0,0x3,0x38, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x9,0x70,0x48, + 0x59,0x73,0x0,0x0,0x8d,0xbb,0x0,0x0,0x8d,0xbb,0x1,0x9d,0x75,0x81,0x80,0x0, + 0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdd,0x9,0x4,0x16,0x11,0x11,0xc1,0xc4, + 0x8c,0x57,0x0,0x0,0x0,0x9e,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0xd9,0x31,0x11, + 0xc2,0x40,0x10,0x46,0xe1,0x77,0x10,0x30,0x91,0x92,0x8a,0x12,0x3,0x58,0xa0,0xc4, + 0x7,0x42,0xa2,0x6,0x5,0x74,0x54,0x94,0x28,0xc0,0x44,0x80,0x59,0x8a,0x30,0x13, + 0x7,0xfc,0x14,0xef,0x19,0xd8,0x6f,0xee,0xae,0xda,0x3,0x33,0xb,0xd7,0xd8,0xb0, + 0xa5,0xb,0x4d,0x7f,0x71,0x6f,0x5c,0xd9,0xd1,0x42,0x80,0xe2,0xd6,0x18,0x59,0xf1, + 0x66,0xc,0x8c,0x5f,0xb3,0xe4,0xd9,0x51,0xc0,0x99,0xe1,0xe7,0xa7,0x50,0x9c,0x38, + 0x50,0xd3,0xed,0x3f,0xb8,0x4,0x4e,0xe0,0x8,0xb0,0x0,0x8,0xbd,0x81,0x36,0x3, + 0x82,0x9,0x10,0x20,0x40,0x80,0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x0, + 0x1,0x2,0x4,0x8,0x10,0x20,0x60,0x2,0x54,0x64,0x76,0x1,0xdf,0x3d,0x79,0xcf, + 0x3e,0xb0,0xaa,0xed,0x1,0xe2,0xcb,0xea,0x3f,0x58,0xd7,0x87,0x3f,0x2c,0x42,0x93, + 0xcd,0x6c,0xee,0x3,0x73,0xad,0x1c,0xa4,0x9,0x4a,0x33,0xb0,0x0,0x0,0x0,0x25, + 0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0, + 0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x32,0x31,0x3a,0x34,0x32, + 0x3a,0x34,0x39,0x2b,0x30,0x38,0x3a,0x30,0x30,0xa5,0x7b,0xa0,0x5,0x0,0x0,0x0, + 0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79, + 0x0,0x32,0x30,0x31,0x33,0x2d,0x30,0x39,0x2d,0x30,0x34,0x54,0x32,0x32,0x3a,0x31, + 0x37,0x3a,0x31,0x37,0x2b,0x30,0x38,0x3a,0x30,0x30,0x56,0xf7,0x38,0xc9,0x0,0x0, + 0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f, + 0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d, + 0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f, + 0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69, + 0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0, + 0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75, + 0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb, + 0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x35,0x31, + 0x32,0x8f,0x8d,0x53,0x81,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68, + 0x0,0x35,0x31,0x32,0x1c,0x7c,0x3,0xdc,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0, + 0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0, + 0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d, + 0x65,0x0,0x31,0x33,0x37,0x38,0x33,0x30,0x34,0x32,0x33,0x37,0xce,0x89,0x8a,0xa5, + 0x0,0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53, + 0x69,0x7a,0x65,0x0,0x32,0x37,0x38,0x32,0x42,0x78,0x96,0xbd,0x93,0x0,0x0,0x0, + 0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0, + 0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77, + 0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77, + 0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64, + 0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63, + 0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x32,0x35,0x36,0x2f,0x31,0x31,0x32,0x35, + 0x36,0x36,0x32,0x2e,0x70,0x6e,0x67,0x2d,0x85,0xa9,0x4a,0x0,0x0,0x0,0x0,0x49, + 0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????.png + 0x0,0x0,0x6,0x93, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x60,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x4f,0x3d,0xba,0x85, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0x0,0xaa,0x8d,0x23,0x32,0x0,0x0,0x0,0x9,0x70,0x48, + 0x59,0x73,0x0,0x0,0x1,0x2c,0x0,0x0,0x1,0x2c,0x0,0x73,0x88,0xe9,0x52,0x0, + 0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xde,0xc,0x13,0x12,0x38,0x1f,0xe6,0x89, + 0x4,0x9f,0x0,0x0,0x3,0x8a,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0xda,0x5b,0x88, + 0x55,0x65,0x1c,0x86,0xf1,0xdf,0xde,0x3a,0x79,0xc0,0x1c,0x4d,0x72,0x94,0x6c,0x14, + 0x67,0x3a,0x68,0xa6,0x98,0x59,0xa,0x45,0x60,0x96,0x50,0x18,0xd6,0x85,0x1a,0x44, + 0x88,0x4,0x5,0x11,0x48,0x41,0x10,0xd4,0x85,0x50,0x7a,0x51,0x44,0xd0,0x4d,0x47, + 0x10,0xeb,0xa2,0x6e,0x14,0xcd,0xbb,0xa8,0x8b,0xe,0x1e,0xa0,0x34,0x6c,0x72,0x50, + 0xc3,0xd0,0x74,0xd4,0x99,0x46,0x1d,0xf,0xe4,0x71,0xfe,0x5d,0xec,0x65,0xcc,0x69, + 0x4f,0xb3,0x8,0xf6,0x37,0x3,0xfb,0xb9,0x5b,0x6b,0x7d,0x7b,0xf3,0xbc,0x7b,0xad, + 0x6f,0xed,0xf5,0xb1,0xde,0x82,0x72,0x14,0xd4,0x5b,0x68,0xa1,0x39,0xa6,0xaa,0x33, + 0x4a,0xe5,0x9,0x67,0xb4,0x38,0x64,0xa7,0xed,0xf6,0xe8,0x28,0xa7,0xd9,0x17,0x35, + 0xee,0xb7,0xdc,0x22,0xd,0x46,0x26,0x10,0xef,0x1d,0xe4,0xb4,0x3d,0xb6,0xd9,0xe4, + 0xc8,0xc0,0x2,0xcc,0xf3,0xa2,0x27,0x4c,0xe8,0xf6,0x15,0x21,0x2a,0x2e,0x5e,0x50, + 0xe8,0xe6,0xd7,0x64,0x83,0x8d,0xda,0xfa,0xf,0x30,0xc6,0x6a,0xaf,0xa8,0xcf,0xb6, + 0xce,0xd8,0xe7,0x80,0xbd,0x4e,0xfa,0xdb,0xd5,0x8a,0xeb,0xdf,0x60,0x8c,0x46,0x77, + 0x9a,0x65,0xba,0x1a,0x10,0xbe,0xb5,0xd6,0xf7,0xe5,0x3f,0x34,0xd9,0x46,0x57,0xb2, + 0xdf,0xfb,0xa0,0x75,0x1e,0x30,0xae,0xc2,0xda,0xbd,0xa9,0x51,0x6f,0x85,0x2f,0x9d, + 0xc9,0xbc,0x8e,0x59,0x65,0x58,0xdf,0x43,0xa7,0xd9,0x96,0xd,0x6a,0xb5,0xce,0x6d, + 0xa9,0xcd,0xbb,0x31,0xc2,0x62,0x5f,0xb9,0x2a,0x84,0xb3,0x5e,0x73,0x43,0xef,0x21, + 0x93,0x6c,0xcd,0xf4,0x77,0x78,0xb8,0xcc,0xe4,0x4e,0xcb,0x38,0xaf,0x6a,0x17,0xc2, + 0x45,0x2f,0xf5,0x3c,0x38,0xda,0xa7,0x99,0xfe,0x26,0xd3,0x53,0x9b,0xf6,0xc3,0xa, + 0x87,0x85,0xd0,0x66,0x59,0xf7,0x3,0xcf,0xbb,0x24,0x84,0xcd,0x26,0xa5,0x76,0xfc, + 0xf,0x1e,0x77,0x42,0x8,0x4d,0x5d,0x2f,0xf2,0x59,0x7e,0x17,0xc2,0x2e,0xd,0xa9, + 0xfd,0x6,0xc0,0x6a,0xe7,0x84,0xf0,0xf1,0xf5,0x99,0x50,0xf4,0xbe,0x10,0xda,0x2d, + 0x49,0xed,0x36,0x20,0x86,0x67,0xbe,0x1d,0x16,0x97,0x76,0xcc,0x75,0x4c,0x8,0xef, + 0x28,0xa6,0x76,0x1b,0x20,0xd3,0xfc,0x2a,0x84,0x2f,0x4a,0x4f,0xa,0x6f,0x9,0xe1, + 0xb0,0x99,0xa9,0xbd,0x72,0xf0,0xb2,0x4e,0xa1,0xcd,0x83,0x4c,0xb4,0x4b,0x8,0xef, + 0xa5,0x76,0xca,0xc5,0x34,0x7,0x84,0xf0,0x36,0x8f,0x39,0x2b,0x9c,0xf7,0x48,0x6a, + 0xa7,0x5c,0x14,0x7c,0x20,0x84,0xe6,0xa2,0x7b,0x8d,0xc1,0x41,0xbf,0xa4,0x76,0xca, + 0x45,0xf8,0xc6,0x35,0xdc,0x51,0x74,0x9f,0x2,0xf6,0x39,0x95,0xda,0x29,0x27,0xcd, + 0x5a,0x51,0x28,0x9a,0xc,0xe,0xba,0x96,0xda,0x28,0x27,0xc7,0xb5,0x43,0xd1,0x4, + 0x84,0xa3,0xa9,0x7d,0x72,0x73,0xd9,0xd9,0x52,0x80,0x3a,0x74,0x96,0x5b,0xb0,0xd, + 0x62,0x2e,0x6b,0x2d,0x5,0x28,0x2d,0x1a,0x2b,0xbd,0x5c,0xf9,0xff,0x74,0xba,0x58, + 0xa,0x30,0xc4,0xa9,0x6,0x48,0x4d,0x35,0x40,0x6a,0xaa,0x1,0x52,0x53,0xd,0x90, + 0x9a,0x6a,0x80,0xd4,0x54,0x3,0xa4,0xa6,0x1a,0x20,0x35,0xd5,0x0,0xa9,0xa9,0x6, + 0x48,0x4d,0x35,0x40,0x6a,0xaa,0x1,0x52,0x53,0x74,0x1,0xfa,0x7a,0x6d,0x39,0xc8, + 0x19,0x66,0x74,0x29,0x40,0x2b,0x8a,0x6a,0x53,0xfb,0xe4,0xa6,0xc6,0xc4,0x52,0x80, + 0x76,0x14,0x4c,0x4d,0xed,0x93,0x9b,0x11,0x6e,0x2c,0x5,0xf8,0x13,0x34,0x1a,0x9e, + 0xda,0x28,0x27,0xb7,0x5e,0x3f,0x3,0xbb,0x4,0x66,0xb9,0x39,0xb5,0x51,0x4e,0x66, + 0x9a,0x80,0x6b,0x45,0x3f,0xeb,0xc0,0x74,0xf3,0x52,0x1b,0xe5,0x62,0x98,0x47,0x15, + 0xd1,0x54,0xb4,0x5b,0x13,0x46,0x5a,0x3a,0xa4,0x6e,0xa9,0x8d,0x1e,0x42,0xd8,0x2, + 0x6f,0x8,0xa1,0xc5,0x3d,0xa9,0xad,0x72,0xb0,0x36,0xab,0xde,0xcc,0x87,0x19,0xfe, + 0x10,0xc2,0x87,0x43,0xe6,0xdf,0xe0,0x2e,0x87,0x32,0xe3,0x52,0x11,0xca,0x7a,0x21, + 0x9c,0xb3,0x3c,0xb5,0xd9,0x80,0x18,0xe5,0xb3,0xac,0xd5,0xb4,0xe0,0xfa,0xae,0x6, + 0x7b,0x4b,0x6f,0x5d,0x87,0xc0,0x54,0x2e,0x58,0xe3,0x62,0x56,0x8d,0xe8,0xd2,0xdc, + 0x5a,0xe9,0xbc,0x10,0x7e,0x18,0x64,0x4d,0xad,0xde,0xac,0x72,0x5a,0x8,0x3b,0x4d, + 0xe9,0xba,0xbb,0xc6,0xba,0xac,0xd0,0xb5,0x7d,0x10,0x9f,0x85,0xe1,0x5e,0x70,0x4a, + 0x8,0x47,0x2c,0xea,0x79,0x70,0xac,0xcf,0xb3,0xce,0x56,0xb3,0x95,0x83,0x72,0x3a, + 0xdf,0xe2,0xdd,0xac,0x29,0xf4,0x97,0x15,0x7d,0xd,0xa8,0xb3,0x31,0x3b,0xb,0xe7, + 0x7d,0x62,0x7e,0xb9,0x6e,0x60,0x12,0xc6,0x7b,0x26,0x2b,0xa5,0x84,0xe3,0x9e,0x2d, + 0xf7,0x9f,0x35,0xd6,0xfa,0x6c,0x2e,0x84,0x13,0x36,0x78,0x4a,0xbd,0x11,0x89,0xd5, + 0x6b,0xcd,0xb1,0xc6,0x77,0x59,0x25,0x2e,0xec,0xb7,0xb4,0xeb,0xe1,0x9e,0xed,0xc4, + 0x1a,0x4f,0x7a,0xdd,0xdd,0xd9,0xd6,0x25,0x47,0x35,0x3b,0xac,0xc5,0x49,0x6d,0x15, + 0xed,0xee,0x86,0x51,0x26,0xa9,0x33,0x45,0xa3,0xdb,0xff,0x7d,0x4e,0xbb,0x64,0xb3, + 0x37,0xfd,0xd6,0x5f,0x0,0x68,0xf0,0x9c,0xa7,0x7b,0x3c,0x60,0x87,0xce,0xa,0xea, + 0x97,0xcc,0xba,0x5f,0x26,0x97,0xed,0xf0,0x91,0x2d,0xd9,0x2,0xac,0xdf,0x0,0x30, + 0xc3,0x32,0x4b,0xcc,0x56,0x3b,0x8,0x9e,0x90,0xae,0x68,0xf1,0xa3,0xad,0xbe,0xee, + 0xab,0x51,0xd3,0x5f,0xc1,0x75,0xbc,0xb9,0x66,0x5b,0x60,0xb2,0x5a,0x37,0x55,0xfc, + 0xbe,0x14,0x2e,0x38,0xa5,0x43,0xb3,0x9f,0xec,0xb6,0xdf,0x95,0xbe,0x87,0xfd,0x3, + 0xb3,0x13,0x18,0xad,0xbb,0x96,0x50,0x24,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74, + 0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38, + 0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x32,0x32,0x3a,0x30,0x37,0x3a,0x32,0x32,0x2b, + 0x30,0x38,0x3a,0x30,0x30,0x8a,0x29,0x29,0x70,0x0,0x0,0x0,0x25,0x74,0x45,0x58, + 0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31, + 0x34,0x2d,0x31,0x32,0x2d,0x31,0x39,0x54,0x31,0x38,0x3a,0x35,0x36,0x3a,0x33,0x31, + 0x2b,0x30,0x38,0x3a,0x30,0x30,0x4a,0x82,0x46,0xff,0x0,0x0,0x0,0x43,0x74,0x45, + 0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f, + 0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63, + 0x6b,0x2f,0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67, + 0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78, + 0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x63,0x74,0x45,0x58, + 0x74,0x73,0x76,0x67,0x3a,0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x0,0x20,0x47,0x65, + 0x6e,0x65,0x72,0x61,0x74,0x6f,0x72,0x3a,0x20,0x41,0x64,0x6f,0x62,0x65,0x20,0x49, + 0x6c,0x6c,0x75,0x73,0x74,0x72,0x61,0x74,0x6f,0x72,0x20,0x31,0x36,0x2e,0x30,0x2e, + 0x30,0x2c,0x20,0x53,0x56,0x47,0x20,0x45,0x78,0x70,0x6f,0x72,0x74,0x20,0x50,0x6c, + 0x75,0x67,0x2d,0x49,0x6e,0x20,0x2e,0x20,0x53,0x56,0x47,0x20,0x56,0x65,0x72,0x73, + 0x69,0x6f,0x6e,0x3a,0x20,0x36,0x2e,0x30,0x30,0x20,0x42,0x75,0x69,0x6c,0x64,0x20, + 0x30,0x29,0x20,0x20,0x72,0xb,0x75,0x96,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a, + 0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65, + 0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x31,0x37,0x36,0xd9,0xb3,0x98,0xc2, + 0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49, + 0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x32,0x36,0x36,0x51, + 0x1f,0x47,0x87,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65, + 0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x34,0x31, + 0x38,0x39,0x38,0x36,0x35,0x39,0x31,0x41,0xa6,0x15,0xfd,0x0,0x0,0x0,0x11,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x32, + 0x35,0x39,0x38,0x42,0x29,0xb2,0xf7,0xa5,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a, + 0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f, + 0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79, + 0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67, + 0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63, + 0x2f,0x31,0x31,0x38,0x33,0x30,0x2f,0x31,0x31,0x38,0x33,0x30,0x37,0x36,0x2e,0x70, + 0x6e,0x67,0x1c,0xe0,0x83,0x71,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42, + 0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/left.png + 0x0,0x0,0x2,0xa6, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x8,0x6,0x0,0x0,0x0,0xc4,0xb4,0x6c,0x3b, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xd6,0xd8,0xd4,0x4f,0x58,0x32, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x38,0x49,0x44,0x41,0x54,0x38,0xcb,0xdd, + 0x94,0x41,0x48,0x54,0x51,0x14,0x86,0xbf,0x73,0xde,0x73,0xd4,0x4c,0x44,0x70,0x1d, + 0x65,0x4a,0x53,0x60,0x5b,0x37,0x2d,0x2b,0x5a,0x14,0x65,0x64,0x96,0x4c,0x11,0x94, + 0x42,0x14,0x24,0xd1,0xaa,0x55,0xb4,0x8,0x5a,0xb4,0x8f,0xa1,0x9d,0xab,0x28,0x71, + 0x19,0x92,0x65,0x89,0xd0,0xca,0x5d,0x50,0x1b,0x93,0x16,0x61,0x52,0xd2,0xcc,0x38, + 0xa3,0x36,0xf3,0xde,0x9c,0x16,0xf3,0x7c,0x5e,0x75,0x1c,0xc3,0x70,0xd3,0x81,0xcb, + 0xbb,0x8f,0x7b,0xce,0x77,0xff,0x7b,0xce,0x3d,0xd7,0x37,0x33,0x76,0xc3,0x7c,0x76, + 0xc9,0xfe,0x53,0xb0,0x88,0x9c,0x4,0x6e,0x2,0x4f,0x81,0xd7,0x80,0xd9,0x36,0xc5, + 0xf1,0xff,0x6,0xda,0xd2,0x9a,0x18,0x3b,0xde,0x9b,0x60,0x24,0x9d,0xf7,0x80,0xf7, + 0x40,0x9,0x8,0x77,0xc,0x16,0x91,0xa3,0x89,0x7a,0x1d,0xbb,0x74,0x23,0x49,0x7d, + 0xdb,0x47,0x80,0x33,0xc0,0x1e,0xa0,0xb0,0x63,0xb0,0x88,0x9c,0x6f,0x6c,0xf2,0x47, + 0x7a,0xfa,0x3b,0x69,0x4f,0xa,0xf3,0x99,0xf8,0xe4,0xb,0xd1,0xfa,0xc6,0x90,0x34, + 0x70,0xb,0x8,0xcd,0xcc,0xfc,0xad,0x94,0x36,0x35,0xd7,0x8d,0xc,0xc,0x75,0xb1, + 0xff,0x50,0x99,0x6c,0xe1,0x2b,0xf5,0x9,0x78,0xf8,0xac,0x95,0xb6,0x96,0x83,0x88, + 0x10,0xf,0x4,0xe6,0x7e,0x4e,0xf3,0x60,0xc0,0x6,0x81,0x7b,0xc0,0x32,0x10,0xf8, + 0x55,0xa0,0xe7,0x54,0x65,0xb4,0xe7,0x72,0x7,0xfb,0x3a,0x2,0x7e,0xe5,0x66,0x8, + 0xc3,0x25,0x7c,0x85,0xa0,0x98,0x61,0x7e,0x61,0x1a,0x51,0x50,0x40,0xb4,0x32,0xbe, + 0xcd,0xc4,0xe1,0x7b,0xa3,0xfc,0xaf,0x7,0x8b,0xc8,0xa9,0x96,0xd6,0xc4,0xe8,0xf5, + 0xdb,0x5d,0xb4,0x27,0x8d,0x6c,0x7e,0x16,0x9,0x97,0xf1,0x14,0x54,0x2a,0x10,0x55, + 0x10,0x9c,0xb9,0x80,0xaf,0x31,0xa2,0x11,0xc8,0xad,0xcb,0xb1,0x88,0x34,0x37,0x34, + 0x78,0xaf,0xae,0xe,0x1e,0xe6,0x40,0x67,0x91,0x4c,0xe6,0xb,0x61,0x79,0x29,0xe, + 0x76,0xa1,0xea,0x40,0x25,0xda,0xd4,0xa9,0x99,0x6e,0x2c,0x9e,0x20,0x46,0xf2,0x48, + 0x99,0xec,0xe2,0x2c,0x16,0x1d,0xdf,0xcd,0xa7,0x56,0x81,0x8a,0xae,0x53,0xbc,0xf9, + 0x56,0x98,0x59,0x4e,0x44,0xd2,0xcf,0x87,0x3f,0xf,0x9e,0x38,0x1d,0xe0,0xf9,0xe0, + 0x89,0x3,0x90,0x35,0xa8,0x3a,0x50,0xd5,0x8a,0xdf,0x76,0xd7,0xed,0xfe,0xe4,0x78, + 0x29,0x51,0x2a,0x72,0xed,0x6c,0xaf,0xe0,0xe9,0xda,0x51,0x57,0xa1,0x44,0x73,0x71, + 0x36,0xa9,0xa9,0x38,0xb2,0xc,0x70,0xf7,0xc3,0x24,0x9e,0xa7,0x76,0xa5,0xe7,0x22, + 0xf8,0xe2,0x80,0x37,0x28,0x55,0x11,0xd4,0xab,0xf8,0xd4,0x4,0x9b,0x59,0x28,0x22, + 0x8b,0xc0,0xd0,0xd4,0x3b,0x44,0x85,0xd4,0x85,0x3e,0xf0,0xea,0xe0,0xc7,0x77,0x58, + 0xca,0x83,0xc9,0x5a,0x8e,0x57,0xbf,0xcb,0x85,0x18,0x11,0x0,0xe5,0xaa,0x9d,0x67, + 0x66,0x81,0x88,0xe4,0x80,0x3b,0x93,0x13,0xe0,0x9,0xa9,0xbe,0xfe,0xa,0xf4,0xf1, + 0xa3,0x4d,0xde,0xee,0xcf,0xcb,0xa8,0x39,0xc2,0x2d,0x5b,0xda,0x85,0x4f,0xbc,0x5, + 0x55,0x52,0xdd,0xdd,0xf1,0xf2,0x31,0x60,0x11,0x58,0x71,0x42,0x82,0x8,0x9a,0x8f, + 0xe6,0x5b,0xbf,0x15,0x2e,0xfc,0xcd,0x38,0xfc,0x5e,0x21,0x5,0xbc,0x0,0xe6,0xaa, + 0x80,0xcb,0x91,0xd2,0xa0,0xa6,0xe2,0x6a,0xf0,0xa9,0x29,0x3e,0x1,0xc3,0x40,0x16, + 0x58,0x31,0xb3,0xe2,0x3f,0xbd,0xc7,0xe,0xfc,0x49,0xd4,0x55,0xab,0xca,0x6a,0xda, + 0x1f,0xc9,0x19,0xc4,0x91,0xf7,0xf4,0x60,0x5d,0x0,0x0,0x0,0x0,0x49,0x45,0x4e, + 0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??.png + 0x0,0x0,0x16,0x3a, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x5a,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0x9a,0xe5,0x60,0xff, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xda,0x5,0x1f,0x0,0x0,0x0,0xbf,0xeb,0x5d, + 0x50,0x0,0x0,0x13,0xb4,0x49,0x44,0x41,0x54,0x78,0xda,0xdd,0x9c,0x79,0xac,0x1d, + 0x57,0x79,0xc0,0x7f,0xdf,0x39,0x33,0x77,0x7b,0xef,0x79,0xc9,0xe2,0xd8,0x9,0x9, + 0x8e,0xb3,0x91,0xf4,0x25,0x4d,0x52,0xa8,0x0,0x21,0xa,0xa4,0x52,0x81,0x90,0x26, + 0xec,0x12,0x20,0x82,0x69,0x2,0xa5,0x9b,0x22,0xd4,0x92,0xaa,0x45,0x42,0xd0,0x56, + 0x6a,0xa9,0x54,0xa8,0x9a,0x50,0x55,0x2d,0x59,0x68,0x85,0x90,0x10,0xa2,0xc4,0x21, + 0x2c,0xa,0x8,0xd1,0xfe,0x41,0x58,0x2,0x84,0x50,0x48,0x20,0xa,0xc1,0x59,0x6c, + 0xc7,0x6b,0xfc,0xde,0xbd,0xef,0xde,0x99,0xf3,0x7d,0xfd,0xe3,0x9c,0x59,0xee,0x73, + 0x1c,0x3b,0xf1,0x4b,0xec,0x78,0xa4,0xa3,0x3b,0x73,0x66,0xe6,0xcc,0xcc,0xef,0x7c, + 0xe7,0x5b,0xce,0x7c,0x73,0x85,0x63,0x60,0xb1,0x2d,0xf3,0xcd,0x86,0xb4,0x77,0xb4, + 0xaa,0xaf,0xb8,0xf7,0x68,0xdf,0xe6,0x11,0x2d,0x72,0xe4,0x4d,0x3c,0xbd,0xc5,0x6e, + 0x9f,0x8f,0x0,0x5,0xe8,0x1a,0xec,0xca,0x1c,0x5d,0xf5,0x64,0x76,0x22,0x70,0xa, + 0xc2,0x29,0x40,0x16,0xf,0x66,0x3b,0xb0,0x83,0x20,0xdb,0x18,0x8b,0x72,0xc6,0x24, + 0xb0,0x27,0x83,0x0,0x38,0x90,0xcb,0x9f,0x3f,0xf0,0x9f,0x33,0xd0,0xb6,0x65,0x1e, + 0x14,0xf0,0xc0,0xe5,0xf7,0xc2,0x96,0xb,0xd7,0xe3,0xec,0x37,0x71,0xbc,0xa,0x67, + 0x2f,0x41,0x38,0x15,0x4f,0x1f,0xb1,0x3e,0xe0,0xe2,0x49,0x32,0x44,0x19,0x61,0xec, + 0x40,0xe5,0x47,0x28,0xdf,0xc6,0xf8,0x3e,0x43,0xf7,0x30,0x3,0xd,0x68,0x7c,0x82, + 0xe7,0x83,0xb4,0x3f,0xeb,0xa0,0x6d,0x4b,0x92,0x60,0x7,0x9c,0x1c,0x60,0x87,0xdf, + 0x84,0xb7,0x2b,0x70,0xbc,0x95,0x8c,0x4b,0x2c,0xd3,0x3e,0x39,0x82,0x37,0xf0,0x16, + 0xef,0xc8,0x11,0xcf,0x31,0x20,0x48,0x94,0xe0,0x52,0x4c,0xa,0x29,0x9,0x72,0x2f, + 0x81,0xdb,0x8,0xf2,0x65,0xa,0xee,0x26,0x27,0xd4,0xf,0xf3,0x86,0x63,0x17,0xf8, + 0xb3,0xa,0xda,0x6e,0x4f,0x52,0x9c,0x1b,0x14,0x6e,0xd,0xde,0xde,0x4e,0x66,0x9b, + 0xc9,0xed,0x52,0xeb,0x6a,0x4e,0x7,0xac,0x63,0x71,0x7f,0x66,0xe0,0x52,0x91,0xa, + 0xb4,0x80,0xa,0x94,0x40,0x29,0xc8,0x44,0x60,0x22,0x30,0x76,0x48,0x21,0xf7,0x53, + 0xc8,0xe7,0x8,0xdc,0xc4,0xac,0x3e,0xc4,0x82,0x3b,0xa6,0xd5,0xc9,0xb3,0xb,0x7a, + 0xcb,0x3c,0x74,0x14,0xa,0x77,0x9,0xde,0xfe,0x9a,0x8e,0x5d,0x6e,0x3d,0xed,0xd1, + 0x33,0xac,0xa7,0x51,0x47,0x77,0xc,0xf2,0x80,0x38,0x5,0x7,0x25,0x7d,0x2,0x39, + 0x8e,0x92,0x8c,0x11,0x62,0x86,0xa9,0x83,0xd2,0xc1,0xc4,0xc1,0x44,0x90,0x25,0x7, + 0x4b,0x2,0x4b,0x4e,0x65,0x2c,0x77,0x51,0xca,0xdf,0x32,0xf4,0x5f,0xa5,0x17,0x14, + 0x8e,0x4d,0x55,0xf2,0xac,0x80,0xae,0xd,0xde,0xfa,0x12,0xb6,0x67,0xbf,0x4b,0x6e, + 0xff,0x60,0x5d,0xbb,0x94,0x19,0xc5,0xfa,0xa,0x7d,0x85,0x5e,0xc0,0x72,0x28,0x5d, + 0x8f,0xbd,0xe5,0xf9,0x3c,0x11,0x36,0xb1,0x10,0x5e,0xc8,0x44,0x4f,0xa0,0xa4,0x8f, + 0x67,0x4c,0xd7,0xed,0x66,0xe0,0x1e,0x61,0x2e,0x7b,0x90,0xb5,0xd9,0xff,0xd1,0xb1, + 0xfd,0x48,0x69,0x30,0xf6,0xb0,0xe4,0x90,0xa1,0xc0,0xd0,0x21,0x4b,0x6e,0x2b,0x13, + 0x3e,0x42,0x21,0x9f,0xc5,0xdb,0x98,0xbe,0x22,0x97,0xfd,0xec,0x68,0xb3,0x7d,0xe, + 0x40,0x6f,0x99,0x47,0xaf,0x3f,0x19,0xf7,0xf1,0xc7,0xdf,0x49,0x6e,0x1f,0xb3,0x81, + 0x6e,0x62,0x46,0xb1,0x19,0x85,0x41,0x80,0xae,0xb2,0x28,0x1b,0x78,0x6c,0xf2,0xa, + 0x1e,0x19,0xbf,0x8e,0xc5,0x70,0x16,0x81,0x35,0x94,0xb6,0xa,0xef,0x52,0x1b,0x6, + 0x6a,0xe0,0x65,0x91,0x8c,0x7d,0xf4,0xdc,0xc3,0x6c,0xe8,0x7c,0x83,0xd3,0xba,0x77, + 0x32,0xe7,0x1e,0x42,0x26,0xa,0x23,0xf,0x8b,0xe,0x19,0x3a,0x58,0x74,0xbb,0x65, + 0x2c,0xff,0xc8,0x44,0x3e,0x41,0xc6,0x18,0x3b,0xb6,0x24,0x7b,0x45,0x41,0xdb,0x96, + 0xf9,0xd8,0x62,0x47,0x61,0xe2,0x5e,0x4b,0xc7,0x6e,0xb4,0x81,0x6e,0xb2,0xb9,0x0, + 0x33,0xa,0x33,0x81,0x22,0xef,0xf3,0xe8,0xe4,0x55,0xfc,0x62,0xb4,0x99,0x85,0x30, + 0x4f,0xe6,0x3a,0x64,0xe,0x32,0x67,0x64,0xce,0x70,0x8,0x99,0x83,0xd9,0x8e,0x90, + 0x3b,0x28,0x15,0x86,0xa5,0xb0,0x6f,0xc,0x4b,0xe5,0x84,0x9e,0x3c,0xc8,0xc6,0xde, + 0xe7,0x38,0xa3,0x77,0x3b,0x3d,0xdd,0x5,0xc3,0x2c,0xc2,0x5e,0x70,0xb0,0xe0,0x16, + 0x64,0x2c,0xd7,0xb1,0xe4,0x6e,0x21,0xb3,0x80,0x3b,0x76,0xc,0xe4,0xca,0x82,0xbe, + 0x23,0x19,0x3f,0xe3,0x2,0x72,0xbb,0xd5,0x66,0xf4,0xc5,0xcc,0x29,0x11,0x74,0xc9, + 0xd0,0x9f,0xcc,0xcf,0x87,0xd7,0xf2,0xc8,0xf8,0x8d,0xe0,0x4e,0xa0,0xe7,0x95,0x8e, + 0x97,0x4,0x1a,0xbc,0xc4,0x72,0xda,0xac,0xe3,0xc4,0x7e,0x4,0xad,0x6,0xe3,0x60, + 0x2c,0x14,0xb0,0x6d,0xd1,0x78,0x6c,0x11,0x86,0xc5,0x88,0x93,0xb3,0x3b,0xb9,0x60, + 0xe6,0x46,0x56,0xcb,0x2f,0x61,0xe8,0x60,0xc1,0x23,0xfb,0x1d,0xb2,0xe0,0x7e,0xc5, + 0xd8,0x5d,0x4b,0x66,0x77,0x32,0x72,0xe0,0xed,0x98,0x90,0x6c,0xbf,0x62,0x90,0x2b, + 0x37,0xce,0x64,0x35,0xb9,0x7d,0xd4,0xfa,0x76,0xb9,0xcd,0x29,0xcc,0x5,0x98,0xd, + 0x3c,0xe1,0x36,0x72,0xf7,0xc2,0x47,0xd8,0x56,0x5c,0x49,0x27,0x9b,0x65,0x26,0x57, + 0x6,0x99,0xd0,0xcf,0xa0,0x97,0x41,0xd7,0xb,0x5d,0x2f,0xcc,0x74,0x84,0xd,0xb3, + 0x8e,0x3c,0xa9,0x10,0x11,0xc8,0x9d,0x30,0x93,0xb,0x27,0xf5,0x85,0x13,0x7b,0x50, + 0x68,0xc6,0xe3,0xe3,0x73,0x79,0x7c,0x72,0x21,0xab,0xf2,0xfb,0xe8,0x77,0xb6,0x23, + 0x62,0x48,0xf4,0x52,0xd6,0x48,0x90,0x33,0x28,0xe5,0xdb,0x64,0xec,0xe5,0x57,0xf0, + 0xd1,0x3b,0x76,0x1c,0x6d,0xce,0x29,0x30,0x58,0xa9,0xe5,0x8a,0x37,0x80,0xb7,0x37, + 0x92,0xdb,0x5b,0x19,0x68,0x54,0x17,0x83,0xc0,0xd0,0xaf,0xe3,0x9e,0x85,0x3f,0x67, + 0x77,0xf9,0x1a,0xfa,0x79,0xc6,0x4c,0x6e,0xc,0x32,0x61,0x90,0x43,0x3f,0x93,0x54, + 0xa0,0x97,0x43,0xcf,0xcb,0x41,0x87,0x99,0x17,0x38,0xa1,0x27,0x5c,0x74,0x92,0x63, + 0xd3,0x6a,0x61,0x89,0x8b,0xb9,0x67,0xe1,0xaf,0xd8,0x67,0x67,0x43,0x3f,0x24,0x1b, + 0xa0,0x58,0x57,0x5f,0x89,0xb7,0xab,0x19,0xba,0x8c,0x33,0x8f,0x36,0xe2,0x95,0x6, + 0xed,0x80,0xdb,0x6e,0x5f,0x87,0xb7,0xf7,0x5b,0xcf,0xe6,0x2a,0xef,0xa2,0xcc,0xbb, + 0xfc,0x7c,0xb8,0x99,0x9d,0xe5,0x6b,0xe8,0x67,0xc2,0x4c,0x6,0x83,0x2c,0x2,0xee, + 0x65,0x42,0x2f,0x49,0x74,0x2f,0x13,0x7a,0x49,0x8d,0xa8,0x3d,0xf5,0xa5,0x7a,0x19, + 0x9c,0xbb,0xd6,0x71,0xe6,0x2a,0x18,0xd9,0x25,0xfc,0x6c,0xf1,0xcf,0x18,0xbb,0x35, + 0x11,0xf6,0x40,0xa1,0x6f,0x8e,0xcc,0xde,0x43,0x5f,0xcf,0xc3,0xd9,0xf4,0x5c,0xca, + 0xf3,0x19,0xb4,0x6d,0x99,0x8f,0x1,0x87,0xe7,0xf7,0x2d,0xb7,0x8b,0xe9,0x1b,0xc, + 0xc,0x7a,0xca,0xa3,0xc5,0xef,0xb0,0x75,0xe9,0x6d,0x74,0x7d,0xa7,0x56,0x13,0x3d, + 0x2f,0xf4,0x3c,0xf4,0x3c,0x74,0x7d,0xa5,0x36,0xe2,0x7a,0xc7,0xc3,0x44,0x8d,0x43, + 0xb0,0xa6,0xe3,0x23,0xec,0xd3,0x66,0x1d,0x3b,0xcb,0x57,0xf3,0xe0,0xd2,0x5b,0xd0, + 0xdc,0x43,0x5f,0xb1,0x9e,0x61,0x5d,0x3b,0x3,0x6f,0xef,0x61,0xe4,0x56,0x4c,0x3d, + 0x1e,0x75,0xd0,0x0,0x8c,0x65,0xe,0x6f,0x57,0xd0,0xb5,0x9e,0x75,0x15,0xba,0x81, + 0x45,0x59,0xc7,0x3,0xa3,0x77,0x20,0x6e,0x75,0xd4,0xc3,0x49,0x17,0x77,0x32,0x62, + 0xf1,0x92,0xa,0xe4,0x1e,0xf2,0x64,0x14,0x21,0x7a,0x1b,0x87,0x5a,0x3a,0x1e,0x36, + 0xae,0x16,0x66,0x3b,0x7d,0xb6,0x2e,0xbd,0x89,0xbd,0xe1,0x5c,0xe8,0x6,0x88,0xc1, + 0x90,0x58,0x66,0x97,0xd1,0xb1,0x33,0x71,0xc9,0xb7,0x7f,0x3e,0x83,0xae,0x5d,0x3a, + 0xc7,0xa5,0x78,0xbb,0x84,0x8e,0xa5,0x88,0x2f,0xf0,0xd8,0xe4,0x95,0xec,0x2d,0x7f, + 0x8b,0x5e,0x66,0x53,0x12,0xdb,0x71,0xd0,0x71,0xd1,0xab,0x38,0xb0,0x8,0x5e,0x84, + 0x60,0x10,0xe,0x25,0xd6,0xc0,0xda,0x9e,0xb0,0x6e,0x60,0x8c,0xec,0x1c,0x1e,0x99, + 0xfc,0x1e,0xea,0x73,0xe8,0xa6,0xa8,0x33,0xb3,0x73,0xf1,0xf6,0x52,0xfc,0x61,0x34, + 0x74,0xac,0x83,0x6,0xe2,0x5c,0x85,0xe3,0x62,0xcb,0x78,0x1,0x1d,0x85,0x4e,0x60, + 0x2c,0x6b,0xd8,0x3e,0x79,0x5,0xce,0xd,0xe8,0xb4,0x20,0x56,0x40,0x2b,0x97,0x2e, + 0x4b,0x2e,0x5d,0x26,0x82,0x77,0x92,0xd6,0xe3,0x8d,0x5,0x83,0xa0,0x3c,0xa5,0x1a, + 0x11,0xa2,0xce,0xef,0x7a,0xc7,0xf6,0xc9,0xab,0x19,0xda,0x3a,0xe8,0x4,0x2c,0x57, + 0xc8,0x99,0xc1,0xf3,0x62,0x16,0x7d,0xe7,0xb9,0x9f,0x10,0x7e,0x36,0x40,0xf,0xdd, + 0x0,0x67,0xf3,0x64,0x26,0x96,0x3,0xb9,0x32,0xd2,0x75,0xec,0x2a,0x5e,0x4c,0xc7, + 0x69,0x3,0xb5,0x86,0x2b,0x35,0x60,0xef,0xc0,0x8b,0xe0,0xa4,0xf1,0xa3,0x9d,0x8b, + 0xf5,0x8e,0xe8,0x96,0x7,0x3d,0xb4,0x81,0xcc,0x9c,0x31,0xd2,0x33,0xd9,0x1f,0x36, + 0x45,0xa7,0x35,0x8f,0x2,0x60,0xce,0x2e,0xa2,0xab,0x27,0xe0,0x8e,0xae,0x54,0x1f, + 0x39,0xe8,0xa8,0x36,0x56,0x21,0x9c,0x45,0x56,0xcd,0xc2,0x9,0xfb,0xc2,0xd9,0x4, + 0x3b,0x21,0x45,0x7c,0x90,0x25,0x69,0xad,0x40,0xd6,0x30,0x45,0xe2,0xb6,0xc4,0x22, + 0x12,0x9b,0x14,0x9a,0x3a,0x23,0xea,0xec,0x49,0x88,0xbf,0x55,0x29,0x14,0x76,0x2f, + 0xc5,0x60,0x26,0x73,0x20,0xd2,0x65,0x57,0x71,0x9,0x2a,0x3e,0x19,0x67,0x43,0x1c, + 0xe7,0xe1,0x6c,0xf5,0xd1,0x96,0xe8,0x6c,0x65,0x40,0xdb,0xc0,0x84,0xd,0xb8,0xd8, + 0x75,0xe6,0x1c,0xb,0x93,0x33,0x10,0x71,0xb5,0xb4,0x56,0x12,0xeb,0xaa,0xed,0x16, + 0x4c,0xa1,0x1,0x8c,0x34,0xb3,0xa4,0x10,0x57,0x1c,0x71,0x4a,0x3a,0x18,0x4c,0x82, + 0x11,0xc,0x4a,0x83,0x71,0x80,0xfd,0x13,0x23,0xa8,0xd5,0x6d,0x2f,0x86,0x8d,0x98, + 0xc4,0x88,0xd0,0x3c,0x88,0x70,0x22,0x8e,0xfe,0xa,0x47,0xc,0x4f,0x7b,0x59,0x1, + 0x89,0x36,0x10,0x7a,0x22,0xb6,0xae,0x9a,0x4f,0x36,0x11,0x16,0x34,0x82,0x16,0x59, + 0x26,0xad,0xad,0x75,0x27,0x52,0x4b,0x6f,0x1b,0x72,0xd5,0x7f,0xb4,0xeb,0x5b,0xa5, + 0x92,0xf0,0x32,0xe9,0x93,0xa6,0x4d,0xcf,0x42,0x78,0x61,0xaa,0xa8,0xe6,0xb7,0x71, + 0x98,0x6c,0x64,0xee,0x30,0xdc,0x98,0x63,0x1a,0x74,0x44,0x91,0x83,0xcc,0x54,0xc4, + 0xc,0xa1,0xd4,0x19,0x4,0xa9,0xe1,0x54,0x47,0x4e,0x81,0x65,0x5a,0x55,0x3c,0x69, + 0xcb,0xcb,0xce,0x6d,0xef,0x13,0xa4,0x1e,0xd,0x55,0x9d,0xd2,0x59,0x76,0x92,0x9, + 0x58,0x8f,0xb5,0x93,0xe7,0x3b,0x68,0x20,0xa,0x99,0x1e,0x58,0x75,0xf0,0x83,0xeb, + 0xf5,0x23,0xb2,0x51,0x7,0x9e,0x2c,0x3c,0xa9,0xe4,0x2a,0xc5,0xd1,0x55,0xd2,0x2b, + 0x0,0xda,0x0,0x46,0x60,0xdb,0xb0,0x38,0xae,0x5,0xa3,0xe7,0x76,0x61,0x28,0x66, + 0x34,0x85,0x65,0xeb,0xad,0x16,0xda,0xeb,0xed,0x96,0xab,0x8e,0xa8,0xcf,0x65,0xfa, + 0xfc,0xe9,0x6d,0xa3,0x23,0xbb,0x63,0x6d,0xd5,0xf5,0x2a,0x8a,0xb0,0x9d,0xc7,0x3b, + 0xcf,0x73,0xd0,0x2a,0xa0,0x4c,0xcc,0x64,0x7f,0x7a,0x30,0xc4,0x94,0x19,0xbf,0x15, + 0x35,0x4b,0x25,0x3d,0xb3,0x81,0x62,0xf5,0xba,0xa5,0x7d,0x6d,0x60,0xb4,0x3b,0xa6, + 0x5,0x56,0xed,0x40,0xd8,0x9a,0xdc,0xbe,0xa6,0xc4,0xeb,0x8a,0x69,0xba,0x2f,0x1, + 0x63,0x2,0xec,0x3e,0xe,0x24,0x1a,0x30,0x59,0x14,0x63,0x6b,0xf5,0xc6,0x5a,0x54, + 0x59,0x9b,0xff,0xc,0xb3,0x49,0xed,0x8a,0x5,0xb5,0x3a,0x0,0x69,0xc3,0xb1,0x1a, + 0xfa,0x93,0x48,0x6a,0x1b,0xb2,0x51,0x77,0x5a,0x68,0x17,0x6d,0x7e,0x55,0x95,0xd5, + 0xd9,0x7d,0x11,0x74,0x0,0x9,0x60,0xc6,0x56,0x94,0x85,0x43,0x4e,0x9e,0x1c,0xf3, + 0xa0,0xd,0x18,0xca,0x1e,0x8c,0x7b,0xab,0xb7,0xd5,0x94,0xc2,0x8c,0x7b,0x98,0x39, + 0xff,0xb,0xa,0x95,0x29,0xdf,0x77,0xa,0x8e,0x41,0x68,0xc3,0x63,0xb9,0x84,0x36, + 0x25,0x60,0xd3,0x70,0x53,0xc7,0xb5,0x7d,0x6a,0x2f,0xbb,0x39,0x31,0xff,0x21,0xa2, + 0x5a,0xdf,0x87,0x28,0x3f,0x25,0xc8,0x5e,0x8e,0xae,0xd3,0xb1,0x42,0x12,0xbd,0x3a, + 0x4,0x82,0xfc,0x94,0x52,0x86,0x52,0x8,0x14,0x8e,0xbe,0xdb,0xc9,0x49,0xf9,0x5d, + 0x14,0x2a,0x14,0x6a,0x53,0x40,0x4a,0x35,0xc2,0x14,0x7c,0x8b,0xc0,0x75,0x99,0xb4, + 0xb6,0x3a,0x23,0xc2,0x4d,0xe7,0x58,0x6c,0xa7,0x6a,0xab,0x50,0x98,0xa8,0x63,0xad, + 0xff,0x1,0x3,0xf7,0x68,0x84,0x5c,0xa4,0x12,0xe4,0xc7,0x9c,0x33,0xda,0x83,0x1d, + 0xf,0xaa,0x23,0x8,0x28,0xdf,0x93,0x92,0x7,0x18,0xb,0x4c,0x1c,0x3e,0x8c,0x39, + 0xb5,0xfb,0x4d,0x3a,0xb2,0x95,0x71,0xf0,0x4c,0x34,0x6,0x1b,0x45,0x20,0x81,0x69, + 0xc1,0xaf,0x22,0x3e,0xb3,0xd8,0x9,0xd5,0xaf,0xc6,0xdf,0x76,0x27,0x15,0xa,0x45, + 0x48,0x70,0x3,0x4c,0x14,0xc6,0x41,0xc0,0xf6,0x71,0x6a,0xf7,0x6b,0x74,0xd9,0x3, + 0x13,0x1f,0x73,0x40,0x4a,0x79,0xc,0xe5,0x2e,0x1e,0xec,0x1d,0x55,0xc8,0x2b,0x2, + 0xba,0x7e,0x1f,0x37,0x91,0xfb,0x9,0xf2,0x3f,0x31,0xc1,0x45,0x60,0x9c,0x71,0x52, + 0xf6,0x63,0x4e,0xc9,0xbf,0xc9,0x24,0x94,0x8c,0x4b,0x63,0x1c,0x22,0xec,0xf8,0x1b, + 0x61,0x17,0x6d,0x80,0xcb,0xc0,0x2f,0xdf,0x57,0x75,0xd6,0xa4,0x82,0x9c,0xda,0x1a, + 0x7,0x58,0xe3,0xef,0xe2,0x94,0xce,0xff,0x42,0xe1,0xd2,0xf5,0x5,0x9,0xdc,0x4d, + 0x90,0xef,0xa1,0x72,0xd4,0x13,0x6b,0x56,0x2e,0x30,0x9d,0x51,0x45,0xe5,0x56,0x99, + 0xc8,0xf6,0x98,0xe0,0xe2,0xf0,0x65,0xc1,0xd9,0x83,0xcf,0xd2,0x93,0xfb,0x19,0x96, + 0x8e,0xa5,0x60,0x2c,0x85,0xf8,0xb2,0x75,0x12,0x60,0x5c,0xa6,0xf5,0x1a,0x5c,0x84, + 0x36,0xa9,0xa1,0x36,0x75,0xf1,0x1c,0x63,0xac,0xf1,0xbc,0xaa,0xad,0x51,0x29,0x88, + 0xed,0xe0,0xac,0xfe,0x67,0xe8,0xb1,0x7,0xc6,0x3e,0x26,0xd8,0x8c,0x65,0x4c,0x29, + 0xb7,0xd3,0xb1,0xbd,0x47,0x95,0xf0,0x4a,0x82,0x96,0x2b,0xee,0x8d,0xea,0xa3,0x90, + 0x1f,0x53,0xca,0x17,0x18,0x9,0x8c,0x4,0x96,0x1c,0xab,0xe5,0x1,0x2e,0x98,0xf9, + 0x17,0xb0,0x1d,0xc,0xb,0xc7,0xa8,0x34,0x46,0x25,0x8c,0xca,0x8,0x6a,0xa9,0x84, + 0xa5,0xd2,0x18,0xb7,0xa4,0x73,0x5c,0x56,0x9d,0x40,0xaa,0xb7,0x74,0x1c,0x2c,0x15, + 0x30,0xa,0xb1,0x8d,0x61,0x29,0x94,0x61,0x3f,0x67,0xf5,0xfe,0x9d,0x75,0xf9,0x77, + 0x61,0xec,0xa8,0xae,0x2d,0x85,0x7c,0x97,0x20,0xff,0x8d,0x1d,0x1b,0x69,0x62,0x2b, + 0x27,0xd1,0x1,0xe8,0xea,0x98,0x52,0xfe,0x53,0x26,0xee,0x97,0x32,0x74,0x31,0x8b, + 0x68,0x2c,0x9c,0xda,0xf9,0x16,0xe7,0xcf,0xfc,0x33,0xaa,0xbb,0x58,0x2c,0x3c,0xa3, + 0xa2,0x81,0x3d,0x2a,0x23,0xc4,0x51,0x2,0x1e,0x25,0x35,0x95,0xd2,0x18,0xb5,0x3a, + 0xa3,0x3a,0x7e,0x54,0xc0,0xb0,0x0,0x3f,0xfe,0x35,0xe7,0xe4,0x37,0x72,0x66,0xff, + 0xf3,0xb8,0x22,0xc0,0x28,0x25,0xd3,0x2c,0xb9,0x5d,0x4,0xf9,0x24,0x27,0x8d,0xb7, + 0x11,0x8e,0xf2,0xb4,0x5d,0x5a,0x8e,0x7c,0xf6,0xae,0x5a,0x84,0x68,0xed,0x77,0x67, + 0x77,0x71,0x72,0xf9,0x49,0x46,0xee,0xe3,0x92,0x31,0x30,0xf,0x99,0x2b,0xd8,0xd4, + 0xfd,0x2,0x42,0xe0,0xe7,0x8b,0x7f,0xca,0x42,0x71,0x1a,0xa5,0x19,0x5d,0x8d,0x6f, + 0x5b,0x72,0x6f,0x69,0x6e,0x7a,0x7a,0xee,0xa2,0xa,0x6a,0x82,0xd1,0x32,0xa2,0x30, + 0x2e,0x94,0xd5,0xe3,0xef,0xf2,0x22,0xff,0x4f,0xac,0x99,0xfd,0x9,0xae,0x2c,0x61, + 0xd1,0x23,0xb,0x1e,0x86,0x4e,0xa5,0x90,0x5b,0x28,0xe4,0x2b,0xec,0xea,0x1e,0x6d, + 0xbe,0x53,0x78,0x56,0x6c,0xa9,0x73,0xee,0x8c,0x59,0x3a,0xf6,0xf7,0xd6,0xb3,0x3f, + 0x62,0x2e,0x88,0xcd,0xc5,0x2c,0x25,0xed,0xa,0xdb,0x8b,0x97,0x72,0xff,0xf0,0xf, + 0xd8,0x13,0x5e,0x4e,0xee,0xb3,0xfa,0xed,0x4b,0xb6,0x6c,0x4e,0xda,0x5a,0xc1,0x4c, + 0x68,0x19,0xc3,0x32,0x4,0xd6,0x87,0xaf,0x72,0x7e,0xe7,0x9f,0x99,0x9d,0x7b,0x0, + 0x53,0x8f,0x54,0x99,0x4a,0xfb,0x3d,0x32,0x74,0x5f,0x63,0x22,0xef,0x47,0xec,0x21, + 0x9c,0x22,0xaf,0x3d,0x36,0x72,0xf0,0x56,0x7c,0x5c,0xd9,0x96,0xf9,0x98,0xe7,0xac, + 0xf2,0x2,0x72,0xfb,0xa4,0xf5,0xf4,0xcd,0xcc,0x2a,0x36,0x1b,0x73,0x2e,0xe8,0x5, + 0x16,0x59,0xcf,0x43,0x4b,0x57,0xf0,0xeb,0xa5,0x37,0x32,0xb6,0xd3,0x41,0x66,0xc8, + 0x9c,0x90,0x89,0x36,0xa0,0x89,0xb0,0x83,0xc5,0x80,0x7,0x1b,0xe1,0xd9,0xc1,0x69, + 0xf9,0x1d,0x9c,0xdb,0xfb,0xc,0xfd,0x6c,0x1b,0x56,0x64,0xc8,0x50,0x90,0x45,0x7, + 0xfb,0x1d,0xec,0x37,0xd3,0x85,0xf1,0x7f,0x84,0xd1,0xf0,0x83,0xe2,0x6c,0xc1,0x39, + 0x21,0x4,0xa3,0xfb,0xae,0xc7,0x8f,0x36,0xe7,0x67,0x29,0xc9,0xf1,0x4b,0x17,0xc6, + 0xfc,0xbb,0x20,0x67,0x92,0xdb,0xdf,0x59,0x57,0xdf,0xc6,0x8c,0x79,0x1b,0x24,0xd8, + 0xfd,0x12,0xcd,0x3c,0x23,0x3b,0x89,0xc7,0x26,0xaf,0x64,0xe7,0xe4,0xb7,0x19,0xea, + 0x19,0x4c,0xec,0x24,0xa,0x5b,0x55,0xdf,0x94,0x97,0x45,0x72,0xd9,0xc3,0xc0,0x3d, + 0xc2,0x89,0xf9,0xf7,0xd8,0xd0,0xf9,0x36,0x33,0xee,0x61,0xbc,0x96,0xd1,0xf0,0xd, + 0xeb,0x4,0x47,0xd8,0xaf,0xe8,0xe2,0x18,0x2b,0x26,0x8b,0x66,0x7a,0x2b,0xa6,0x1f, + 0x3,0xb6,0x1b,0x60,0xe5,0x84,0xde,0xd5,0x7b,0x8f,0x43,0xd0,0xb7,0xcf,0xc7,0x7c, + 0xb8,0xd9,0x0,0x2a,0xa7,0x91,0xd9,0x5f,0xd0,0xb1,0xab,0xad,0xaf,0x6b,0x18,0xa4, + 0xdc,0xe8,0x9e,0x62,0x1d,0x43,0x32,0x45,0x5d,0xc6,0x50,0xd7,0x31,0xd2,0xf5,0x8c, + 0x75,0x4d,0xdd,0x4e,0x2e,0xb,0xf4,0xdc,0x4e,0x66,0xfc,0x63,0x64,0x36,0x84,0xe0, + 0xa2,0x9f,0x1c,0x73,0xa3,0x91,0x51,0x4c,0xdb,0x65,0xd1,0xb0,0xd1,0x4,0x2d,0x4b, + 0xb0,0x80,0x69,0x39,0x31,0xd5,0x5b,0x51,0xfd,0x4b,0x33,0xdd,0x8d,0x9b,0x81,0xf2, + 0x9,0x7a,0x9b,0x9f,0x38,0xbe,0x40,0xd7,0xc0,0x3f,0x77,0x11,0xac,0xa,0x50,0xca, + 0x2c,0x99,0xbd,0x99,0x9c,0xeb,0xac,0x63,0x17,0xd1,0x53,0x47,0xcf,0xb0,0xae,0xa6, + 0x44,0x74,0x3,0xaf,0xe0,0x14,0x69,0xbf,0x44,0x35,0xc1,0x54,0x1a,0xc0,0x85,0xa4, + 0x44,0xf4,0x94,0xf5,0x3f,0x12,0x6c,0xa4,0x58,0x51,0x62,0xa1,0xc4,0x4c,0x41,0x3, + 0xa6,0x25,0xa6,0xa1,0x34,0xd5,0x4f,0xa3,0xfa,0x61,0xc3,0x76,0xaa,0x95,0xcc,0x6c, + 0x5e,0x3c,0x4e,0x41,0x6f,0x99,0x87,0x25,0xf,0x83,0x12,0x7d,0xfd,0x4f,0x71,0x77, + 0xcc,0x9f,0x83,0xe7,0xdd,0x64,0xf6,0x26,0xcb,0xed,0x7c,0x3a,0x2a,0x74,0xc,0xcb, + 0x2d,0xbe,0xb9,0xae,0xbe,0x61,0xa9,0xee,0xca,0x48,0x2f,0xb,0x5,0x29,0xea,0xf9, + 0xb,0x93,0xb1,0x2c,0x30,0x91,0x2e,0xa5,0x75,0x2c,0x4,0x2c,0x4,0xcc,0x2,0xa6, + 0xa1,0xd,0x1a,0xb,0x3a,0xc1,0xc2,0x2d,0x66,0xe1,0x43,0x20,0xfb,0x2c,0x4,0x6, + 0xd7,0xc,0x8f,0x3f,0xd0,0x53,0xd0,0xbf,0x31,0xf,0x23,0x60,0x22,0x19,0x5d,0x7b, + 0x11,0xde,0x2e,0xc3,0x71,0x15,0xde,0x2e,0xb0,0xcc,0x66,0xf1,0x74,0x71,0xf8,0xe9, + 0x6f,0x58,0x88,0x13,0xf7,0xca,0x58,0x4a,0x19,0x12,0xf8,0x25,0x2a,0x5f,0xa6,0xe4, + 0x87,0x4,0xb9,0xe,0xd3,0xcb,0x4c,0x23,0xe0,0xaa,0x2c,0x3,0x8d,0x69,0x39,0xc6, + 0xf4,0x6f,0x2c,0xe8,0xc7,0xc1,0xa,0x30,0x6,0xd7,0x2e,0x1d,0xbf,0xa0,0xa1,0x95, + 0x96,0xe5,0x80,0x7,0xba,0xc2,0xc6,0xf1,0x1c,0x9e,0xd3,0x11,0xbb,0x18,0xc7,0x79, + 0xc0,0x46,0x1c,0xab,0x9a,0x13,0x18,0x1,0xf,0xa2,0x3c,0x88,0x71,0x37,0x2a,0xf, + 0x30,0x74,0xfb,0x99,0xd,0x81,0x52,0xde,0x8e,0xe9,0xbf,0x9a,0x86,0xb5,0x7,0x82, + 0x4e,0xb0,0x23,0x68,0xd0,0xb0,0xc3,0x4c,0xff,0x10,0xef,0xbf,0x48,0x19,0x18,0x5c, + 0x3b,0x3a,0xbe,0x41,0xd7,0xb0,0x97,0x80,0x3e,0xf1,0xd,0x7a,0x6,0xe6,0xad,0xc9, + 0x3f,0x10,0x6b,0xa9,0xe,0xa9,0x5f,0x49,0x49,0x52,0x21,0x31,0xa3,0x6,0x80,0x81, + 0xa9,0x7e,0x2,0xd3,0xf7,0x1d,0xc,0x34,0x41,0x51,0xd,0x60,0x25,0xa6,0xe1,0x3b, + 0x98,0xbd,0x7,0xb8,0xcf,0x44,0x99,0xb9,0xa6,0x38,0xbe,0x41,0x3f,0xd9,0x72,0xf3, + 0x4d,0x37,0x2c,0x4b,0xe6,0x68,0xdf,0x9e,0x1d,0xb0,0xfe,0xc8,0xe4,0x74,0x3e,0xb4, + 0xfe,0xc3,0x64,0x14,0xe7,0x9a,0xd9,0x2d,0x58,0x78,0xd9,0x61,0x80,0x36,0x54,0xff, + 0x4d,0x4d,0x3f,0x28,0x22,0xa3,0x99,0xf7,0x1d,0x47,0xa0,0x6f,0xbe,0xe9,0xc6,0x65, + 0x35,0x36,0x7d,0xc5,0x36,0xd8,0x3,0x41,0xcb,0xc1,0x40,0x3,0xec,0x28,0x37,0xf0, + 0xa1,0xf3,0xdf,0x6c,0x61,0xe7,0x8b,0x5e,0x27,0x56,0x7e,0xca,0x34,0x6c,0x3c,0x0, + 0xb4,0x26,0xd0,0x95,0xce,0x56,0xdd,0x8d,0x86,0x6b,0xc,0xf7,0xc5,0x99,0x5d,0x5, + 0xb7,0x9c,0x7a,0x43,0x6c,0x57,0x15,0x44,0xd8,0xfc,0xde,0x3f,0x39,0xf6,0x41,0xdf, + 0x7c,0xf3,0xd,0x4f,0xe,0x10,0x1,0x76,0x1,0x27,0x93,0x3e,0x70,0x69,0xe5,0xc6, + 0x48,0xb3,0x2d,0x22,0x18,0x49,0x57,0x3c,0x79,0x1e,0xcd,0x72,0xf6,0x25,0x39,0x67, + 0xe7,0xf7,0x66,0x2f,0xef,0x7f,0xfd,0x1a,0xcf,0xf8,0x63,0x68,0x98,0x5b,0xae,0x46, + 0xa6,0x40,0x87,0x0,0xa6,0x5f,0x2f,0xcd,0xbf,0x7b,0x55,0x31,0xd9,0x7e,0xdb,0xcc, + 0xf5,0xec,0xd6,0x35,0x90,0xcd,0x1d,0x34,0x3b,0x62,0xa5,0xe0,0x1f,0x31,0xe8,0x9b, + 0x6f,0x6e,0x49,0xad,0xa,0x38,0x4d,0xaf,0xb3,0xdb,0x69,0x2d,0x16,0x35,0xb0,0x20, + 0x20,0x29,0x71,0xc,0xc1,0x4c,0xea,0x75,0x11,0x49,0x75,0xae,0x6,0x5f,0x1d,0x23, + 0x55,0x5b,0xd6,0x2,0x22,0x9,0x76,0x66,0x2f,0xcc,0x7f,0xd1,0x7b,0x59,0xf7,0xab, + 0xd7,0xf4,0xd8,0x7f,0x1d,0x5a,0xae,0x3a,0x28,0x68,0xd,0x10,0x74,0x5c,0x9a,0xbf, + 0xfe,0xbf,0xfa,0x9f,0xfe,0x54,0x26,0xa5,0x75,0x6c,0xb1,0xc9,0x49,0xb1,0x3,0xc5, + 0x64,0xa5,0x80,0x3f,0x23,0xd0,0x37,0xdf,0x74,0xc3,0x74,0x13,0x92,0x24,0x33,0x4a, + 0x64,0x55,0xe1,0x22,0x60,0x71,0xcd,0x3a,0x4d,0x11,0x1c,0x56,0xfd,0x4a,0x75,0xac, + 0xd4,0xc7,0x35,0xa0,0x63,0x17,0x99,0x2c,0x97,0x76,0x4b,0x6b,0x56,0x5a,0xae,0x1b, + 0xfc,0x43,0x83,0x97,0x75,0xef,0x78,0xd7,0x1c,0x3b,0xaf,0x45,0xcb,0x35,0xd3,0xa0, + 0x1b,0x97,0x8f,0x10,0x8,0x26,0xdf,0xd9,0xea,0x2f,0x7d,0xef,0x9d,0xdd,0xeb,0xb7, + 0xae,0xd2,0x6d,0x24,0xd0,0xed,0xb2,0xec,0x65,0x7c,0xf5,0x77,0xc,0xcd,0x70,0x7a, + 0xba,0xe0,0x9f,0x16,0xe8,0x46,0xe7,0xb6,0xc5,0x4a,0x98,0x6,0x29,0x3e,0x82,0x32, + 0x8f,0xe1,0x13,0x58,0x5f,0xd7,0x63,0x69,0x3f,0x1e,0x13,0x8f,0x54,0xfb,0x91,0x78, + 0x7c,0xd,0xdc,0xa7,0xdf,0xe9,0x2c,0xb2,0xa8,0x62,0x0,0xb3,0xf4,0xdc,0x86,0x8, + 0x6a,0x2e,0xac,0x76,0xbb,0xba,0x2f,0xc9,0xbf,0xf2,0xea,0x75,0x3c,0xf4,0x1,0x67, + 0xe3,0xf5,0x4f,0xe,0x5a,0x31,0xd3,0xd1,0x56,0x7f,0xc9,0x95,0x77,0x76,0xaf,0xbf, + 0x67,0x56,0x1f,0x27,0x25,0x26,0x44,0xdf,0x46,0x2c,0xa4,0xd4,0x93,0x0,0xa2,0xb1, + 0xbe,0x2,0x2e,0x2d,0xe8,0xb0,0xf9,0xbd,0x7f,0xbc,0x72,0xa0,0xa7,0xa4,0xb7,0x1c, + 0x40,0x36,0xa2,0xf5,0xf0,0x9,0x58,0xd,0xcb,0xa7,0x6d,0x4f,0x9c,0xeb,0xf6,0x9, + 0x72,0x5a,0xb7,0x6c,0x7a,0xbf,0xa4,0xfd,0x6d,0xf8,0xa4,0x51,0x60,0x55,0x27,0xb8, + 0x24,0xc8,0x11,0x7a,0x25,0x54,0x49,0x9a,0x23,0x68,0xc0,0x50,0xc3,0x5,0xc1,0xf4, + 0xe2,0xec,0x1b,0x17,0x6e,0x92,0x1f,0xbe,0xb3,0x67,0xfb,0x2e,0x36,0xd,0x62,0x7, + 0x48,0xb4,0x7b,0xfc,0xfe,0xec,0x35,0x9b,0xbf,0x9f,0xbf,0xe3,0xbe,0xae,0x2d,0x18, + 0xf1,0xb3,0xfe,0xa,0x74,0x89,0xc5,0x78,0x34,0x75,0x40,0x5a,0x6f,0x4b,0xbc,0x18, + 0x96,0x81,0x94,0x87,0xd,0xfc,0x90,0x1f,0xd2,0x5c,0x75,0xe5,0xeb,0x1b,0x29,0x76, + 0x25,0x49,0x15,0x24,0x40,0x64,0x8,0x19,0x42,0x7,0x24,0x7,0xf2,0xb8,0x4e,0x17, + 0xea,0xdf,0x2e,0x48,0x17,0xac,0x7,0x54,0xa5,0xf,0xd2,0x7,0xeb,0x23,0xf4,0x81, + 0x41,0x2c,0x92,0x7e,0x99,0x69,0xad,0x37,0xdb,0xc2,0x0,0xa3,0xa9,0x17,0xe9,0xc7, + 0xb6,0x62,0xbb,0x82,0xf5,0x41,0x7a,0x8f,0xea,0x39,0x7b,0x16,0x58,0x73,0xdf,0x2c, + 0xbb,0xb5,0xcb,0xc2,0xa9,0x62,0x65,0x17,0xb3,0xf8,0x1,0x3f,0x32,0xde,0x27,0x1b, + 0x3e,0x7f,0x4f,0x76,0xd5,0x5d,0x81,0x8e,0x8,0xd6,0x8,0x84,0x30,0xad,0xde,0x2a, + 0xbb,0x22,0x8d,0x97,0x4f,0xd5,0xe7,0xa8,0xc5,0x6c,0x77,0xe5,0xaa,0x2b,0x5f,0xcf, + 0x97,0xbe,0x74,0xc7,0x53,0x72,0x7c,0x1a,0x6f,0x58,0x24,0x1a,0x32,0xb1,0x8,0xda, + 0x92,0xf4,0x22,0x1e,0x8b,0x61,0x7,0x90,0x61,0x92,0x13,0x6f,0x3e,0x43,0xc8,0xd3, + 0xbe,0x1c,0x91,0x3c,0xee,0x27,0x4b,0xd7,0x6d,0x6d,0x4b,0xaa,0xb3,0x24,0xe5,0x96, + 0xda,0xab,0xd5,0x4d,0x32,0x9e,0xcb,0x66,0x42,0x2c,0xd,0x69,0x91,0x28,0x69,0x66, + 0xa,0x94,0x8e,0x10,0x7e,0x6d,0xf3,0xc3,0x9d,0xfa,0x82,0xdb,0x7e,0x43,0xbe,0xf9, + 0xd0,0xe9,0xfc,0xe4,0xb5,0x19,0x8b,0x27,0x4,0x64,0xff,0x5e,0xb7,0xfe,0x5b,0x3f, + 0xf0,0x6f,0xd9,0xb2,0x5f,0xd6,0x79,0x47,0x98,0x1,0x8a,0x74,0x2f,0x5,0x46,0x9, + 0x14,0x8,0x59,0xda,0x76,0x69,0x84,0x85,0xfa,0x1e,0x62,0xbe,0x6c,0x88,0x3c,0x8a, + 0x4a,0xad,0x1c,0x72,0x39,0xc,0xd0,0xf5,0x58,0x95,0x64,0xf0,0x1c,0x92,0x8c,0x97, + 0x55,0xd2,0x5d,0x49,0x45,0x5,0xac,0x6,0x99,0x47,0x49,0xb7,0x1c,0x4b,0x60,0xeb, + 0x7a,0xcb,0x41,0x32,0xa4,0xbd,0x4f,0x32,0xc4,0x32,0x4c,0xb2,0x29,0x35,0x23,0x49, + 0xd7,0xc7,0x6b,0xd7,0x3,0x2c,0xe6,0x7e,0xa1,0x58,0x3d,0xbc,0xd3,0x50,0x97,0xd2, + 0x59,0x28,0x47,0xcc,0x15,0x3f,0xb0,0x2b,0x7f,0xf4,0x28,0xe7,0xfd,0x6a,0xad,0x6c, + 0x5d,0xfb,0x84,0x3f,0x65,0xdb,0xa3,0x72,0xc1,0x23,0x41,0xb2,0xd2,0x11,0x7a,0x20, + 0x45,0xf2,0x7c,0xa4,0x51,0x4d,0x42,0xad,0x8c,0xaa,0x14,0xcb,0xca,0x16,0x44,0xf5, + 0x66,0x98,0x54,0xfb,0x24,0xea,0xed,0x15,0x1,0x5d,0x5f,0x2a,0xe,0x22,0xab,0x25, + 0xab,0xe5,0xb2,0x21,0x49,0x4f,0xb7,0xbd,0xb,0xdf,0x78,0x15,0x34,0x75,0xb5,0x91, + 0x94,0xa6,0x83,0x22,0xd0,0x2c,0x49,0x52,0xd5,0x21,0x19,0x66,0xcb,0x74,0x39,0x2e, + 0x75,0x36,0xe9,0x1,0xab,0x80,0x3c,0x16,0x91,0x92,0xca,0x53,0xa1,0xf9,0x2,0xf7, + 0x51,0xce,0xdf,0xfd,0xb0,0x9b,0xdf,0x26,0x68,0xe9,0x8,0x4e,0xe2,0x68,0x49,0x7f, + 0x3c,0x24,0x55,0x1b,0xc9,0x1e,0xb4,0x3c,0x25,0x11,0x87,0x99,0xd6,0x9d,0x21,0x52, + 0x7d,0x56,0xb3,0x3c,0xd5,0xfb,0x90,0xb0,0xf,0xf,0x74,0xec,0xe5,0xd8,0x93,0x92, + 0xd2,0x11,0xd,0x45,0x4c,0x62,0xef,0x8a,0x46,0xe9,0x32,0xc3,0x44,0x93,0x32,0xd4, + 0x98,0xac,0x6c,0x9,0x88,0xa5,0x6d,0x9a,0x7,0x8b,0x9d,0x20,0x2d,0xdd,0x18,0x3b, + 0xb1,0x12,0x12,0x4b,0x56,0xde,0x50,0xb0,0x32,0x76,0x5e,0x6b,0x6a,0xcf,0xa6,0xda, + 0x8b,0xd2,0x6c,0x52,0x2,0x25,0x62,0x25,0x48,0x89,0x59,0x10,0x4c,0xbd,0x29,0x48, + 0xba,0xd7,0x3a,0xa9,0xd5,0x34,0x79,0x16,0x51,0x7c,0xa6,0xea,0x93,0xd1,0x93,0x3a, + 0x23,0xb8,0x51,0x55,0x53,0x5e,0x48,0x25,0x87,0x47,0xa,0x3a,0xb6,0x55,0x5b,0xf6, + 0x96,0x9e,0x8c,0xc3,0x4d,0x8,0x98,0xb9,0x68,0xa9,0x93,0xaf,0x7b,0x40,0xb2,0x73, + 0xb,0x98,0x54,0x60,0x4c,0xd3,0x39,0x79,0x94,0x46,0x2b,0xa3,0xea,0x10,0xdf,0x48, + 0xb2,0x4d,0xeb,0x68,0x2a,0x3f,0xbd,0xdd,0x7a,0xea,0x64,0x23,0xa4,0xf6,0x23,0x6c, + 0x23,0x20,0x4,0x90,0x22,0x75,0x52,0x89,0x59,0xd4,0xc1,0x50,0x80,0x94,0x88,0x94, + 0x98,0x15,0x71,0x5f,0x55,0x1f,0x53,0x35,0xab,0x69,0xac,0x96,0x7,0xa2,0xb5,0xc0, + 0x4c,0xf9,0xda,0x66,0x2b,0x3,0xba,0x59,0xaa,0x0,0x21,0x44,0x49,0xc3,0x30,0x6b, + 0xf7,0xb0,0x87,0x96,0x84,0x9,0x9,0x24,0x9e,0xc6,0xe0,0x64,0x98,0x4c,0xa2,0x1e, + 0x26,0xa7,0xf2,0x5c,0xcc,0x3c,0xd2,0x56,0x15,0x95,0x3f,0x6e,0x8d,0xa4,0xb7,0xdd, + 0xbb,0xa,0x73,0x5b,0xda,0xaa,0x6b,0xd7,0x60,0xd2,0xba,0x50,0x46,0x29,0xb7,0xd0, + 0x40,0xac,0x8a,0x4d,0x6f,0x57,0xc7,0x4a,0xda,0x67,0xd2,0xa8,0xa4,0x68,0x7,0x62, + 0x47,0xc6,0xe,0x48,0x79,0xae,0x87,0x17,0x8a,0x3c,0xbd,0xbc,0xe,0xad,0x86,0x92, + 0x59,0xa3,0x23,0x25,0xc1,0x34,0x5f,0x19,0xa2,0x24,0x89,0x25,0xb5,0x1b,0x68,0x95, + 0x81,0x8c,0xc7,0x4d,0xf9,0xd9,0xb5,0xb7,0xd2,0x4,0x33,0x4d,0x60,0xd3,0xd8,0x82, + 0xca,0x77,0x9f,0xfe,0x24,0xc0,0xd2,0x88,0xd3,0x34,0x6a,0x5a,0xea,0xa0,0x5,0xbc, + 0xf1,0x85,0xcb,0x24,0x4,0x21,0x41,0x6e,0xd7,0x57,0xfe,0x73,0x39,0x6d,0x5c,0x6b, + 0x1f,0xba,0xed,0x4b,0x4f,0xa9,0x8c,0xc3,0xf1,0xa3,0x8f,0x24,0x32,0x94,0xe4,0x1, + 0x54,0xf3,0x13,0xad,0xc8,0xd0,0x5a,0x1,0x8c,0xb8,0x4,0xb6,0x29,0x6d,0x17,0xb1, + 0xa,0x54,0xc0,0x61,0xf5,0xb9,0xd2,0x84,0xe6,0x6d,0x75,0x21,0xf5,0xe7,0x48,0x4d, + 0x94,0x96,0x74,0x65,0x14,0x0,0xc5,0x24,0x81,0xa8,0xf5,0x6c,0x8a,0xfa,0x5a,0xd0, + 0x24,0x5,0x23,0xc6,0xf2,0x7d,0x21,0xa9,0x9e,0xd8,0x39,0x42,0x4b,0x9f,0x63,0x51, + 0xc7,0x37,0x3d,0xbd,0x79,0xf3,0xe1,0x87,0xe1,0xcf,0x70,0xae,0xe3,0xc6,0xf8,0x69, + 0x59,0x90,0x18,0x8b,0xb0,0x94,0xc0,0xa7,0x21,0x6e,0x53,0xde,0x87,0xd0,0xe,0x6, + 0xea,0x79,0xd,0x5a,0xd2,0x5b,0x5b,0xf4,0x64,0xf5,0xd3,0x76,0x63,0xed,0x69,0xdc, + 0xb0,0xf6,0xad,0x5b,0xe5,0x47,0x47,0xe0,0x66,0x95,0xb1,0xab,0xdc,0xaf,0xd0,0x48, + 0x3a,0x95,0xe1,0xd3,0xa6,0xbe,0x2,0x2d,0x2d,0x63,0x5d,0xeb,0xe2,0xa4,0x96,0x24, + 0x8e,0x9a,0xcc,0xc7,0x14,0x57,0xe7,0xd8,0x7c,0xf5,0x7,0x9e,0x36,0xb3,0x67,0x3c, + 0x7b,0x17,0xa7,0x45,0x2b,0x77,0xb3,0xd5,0x9a,0x18,0x71,0x2,0x28,0x22,0x68,0x4d, + 0x8,0x25,0x35,0x50,0x4f,0x1c,0xb5,0xb6,0x71,0xf1,0x33,0xb5,0x56,0x50,0x12,0x25, + 0xba,0xd5,0x81,0x34,0x56,0x82,0xea,0x3a,0xf5,0x10,0x6e,0x9b,0xdf,0x66,0x68,0x8b, + 0xa5,0x70,0xb9,0x9a,0xaf,0x68,0x41,0x17,0xac,0xf6,0x38,0x6a,0xa0,0xb5,0xb7,0x6c, + 0xcd,0x57,0x4a,0xe9,0x19,0xa5,0xb9,0xf4,0xe6,0xcd,0x87,0x3f,0xc7,0x71,0xc4,0xa0, + 0xf,0xe,0xbf,0xb5,0x18,0x60,0x63,0xf0,0xdd,0x66,0xf4,0x9b,0xb5,0xbe,0x91,0xa5, + 0xa5,0xa,0xda,0x51,0x9f,0xb4,0xd5,0x5,0x60,0xee,0x40,0x6f,0x75,0xea,0xa5,0x80, + 0x36,0x17,0x94,0x2a,0xc8,0x68,0xc,0x76,0x9c,0x5c,0x6c,0x79,0x9,0x44,0x57,0x4f, + 0x24,0x7e,0x3e,0xd0,0x17,0x18,0xb7,0x5e,0xa,0xcb,0x33,0x7,0xfa,0x9c,0x80,0x3e, + 0x0,0xfc,0x4d,0x37,0x4e,0xa7,0xe,0xd4,0xa3,0x5d,0x1a,0x46,0xae,0xaa,0x6b,0x7f, + 0x85,0xd9,0x3e,0x21,0xad,0xc7,0x59,0x3b,0x5b,0x6,0x7c,0xd9,0x90,0x5a,0x7e,0x3e, + 0x49,0xea,0x2b,0xa9,0xf4,0x54,0x2f,0x1c,0x9b,0x8,0xb3,0xa5,0x73,0x9f,0xf,0x6f, + 0x58,0x9e,0xe9,0x32,0x3d,0xb7,0xbd,0x1c,0xd4,0x72,0x95,0xcc,0x41,0xb6,0x9f,0x2, + 0xf4,0x33,0x98,0xd2,0x7c,0x36,0x96,0xff,0x7,0xa3,0xa5,0x26,0xec,0x92,0x1f,0xf2, + 0xc9,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72, + 0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54, + 0x32,0x32,0x3a,0x33,0x37,0x3a,0x33,0x39,0x2b,0x30,0x38,0x3a,0x30,0x30,0xdd,0x66, + 0x1b,0x15,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d, + 0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x30,0x2d,0x30,0x35,0x2d,0x33,0x31, + 0x54,0x30,0x30,0x3a,0x30,0x30,0x3a,0x30,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0xd, + 0xe8,0x88,0x33,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77, + 0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69, + 0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65, + 0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b, + 0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5, + 0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73, + 0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67, + 0x68,0x74,0x0,0x38,0x39,0x5c,0xd2,0xf8,0xb7,0x0,0x0,0x0,0x17,0x74,0x45,0x58, + 0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57, + 0x69,0x64,0x74,0x68,0x0,0x31,0x32,0x36,0x37,0x35,0x3c,0xda,0x0,0x0,0x0,0x19, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74, + 0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56, + 0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x32,0x37,0x35,0x32,0x33,0x35,0x32,0x30,0x30, + 0x39,0x2c,0xf7,0x56,0x0,0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x36,0x33,0x37,0x32,0x42,0x9,0x28,0xcb, + 0x39,0x0,0x0,0x0,0x60,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65, + 0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74,0x65, + 0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65, + 0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63, + 0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x35,0x30,0x30,0x37,0x2f,0x35, + 0x30,0x30,0x37,0x34,0x34,0x2e,0x70,0x6e,0x67,0xf8,0xc8,0x3b,0x9d,0x0,0x0,0x0, + 0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/move.png + 0x0,0x0,0x1,0xad, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0x4f,0x49,0x44,0x41,0x54,0x78,0xda,0x62, + 0x60,0x20,0x1e,0x24,0x30,0x50,0x0,0xfa,0x81,0xf8,0x3f,0x94,0x26,0x19,0x24,0x40, + 0x35,0xc3,0x30,0x49,0x2e,0x9,0x40,0x62,0xff,0xc7,0x2a,0xee,0x60,0xef,0x78,0xde, + 0xce,0xd6,0x5e,0x1,0x8b,0xe6,0x6,0x34,0x4d,0xe8,0x6c,0x90,0x3c,0x3,0x13,0x3b, + 0x3b,0x9b,0x1,0x27,0x17,0xe7,0x79,0x4b,0xb,0xcb,0x0,0x34,0x67,0xd7,0x23,0x29, + 0xfe,0x8f,0x85,0x5d,0xf,0x56,0x97,0x9e,0x96,0xfe,0xff,0xe6,0xcd,0x9b,0xff,0xa3, + 0xa2,0xa2,0xff,0x1b,0x1b,0x99,0xf4,0x93,0xea,0x2,0x86,0xa4,0xa4,0xe4,0xff,0x20, + 0xf0,0xe9,0xd3,0xa7,0xff,0xb5,0x35,0xb5,0xff,0xf5,0x74,0xf5,0xce,0xeb,0x68,0xeb, + 0x28,0x20,0xf9,0x55,0x0,0x6f,0x18,0xc4,0xc5,0xc6,0xfd,0x47,0x6,0xeb,0xd7,0xaf, + 0xff,0xaf,0xa1,0xae,0xf1,0x5e,0x4d,0x55,0x3d,0x0,0x49,0x31,0x72,0x2c,0x20,0x7b, + 0x95,0x81,0xe9,0xf7,0x9f,0xdf,0x70,0xce,0xc9,0x13,0x27,0x19,0x56,0xae,0x5c,0xc5, + 0xf0,0xeb,0xd7,0x2f,0x81,0x3f,0x7f,0x7e,0xaf,0x57,0x50,0x50,0x4,0x79,0x69,0x3, + 0x10,0x37,0x42,0x95,0x34,0x42,0xf9,0x70,0xc0,0xf2,0xfb,0xf7,0x1f,0x86,0x55,0xab, + 0x56,0x31,0x30,0x2,0x61,0x68,0x58,0x28,0xc3,0x83,0xc2,0x7,0xc,0xbf,0x7e,0xff, + 0x6e,0x64,0x62,0x64,0x3c,0x80,0x16,0x1e,0xf,0x80,0x78,0x1,0x46,0x5c,0xa9,0xa8, + 0xa8,0xfc,0x57,0x55,0x55,0x7d,0x6f,0x64,0x64,0xc,0xf6,0xc2,0x8a,0xe5,0x2b,0xfe, + 0x8b,0x8a,0x8a,0xee,0x27,0x3a,0xa5,0xf0,0xf3,0xb,0xfc,0x17,0xe0,0x17,0x28,0x0, + 0xd2,0xfb,0x97,0x2e,0x5d,0xa,0x36,0x44,0x57,0x57,0xef,0x3f,0x1f,0x1f,0x9f,0x3, + 0x51,0x6,0x70,0x72,0x72,0xae,0x7,0xd1,0x5c,0x5c,0x5c,0xe,0xc0,0xc0,0xfb,0x9f, + 0x9a,0x92,0xfa,0x1f,0x28,0xf6,0x1e,0xc8,0x27,0x2e,0xc9,0xb2,0xb2,0xb2,0xc2,0xa2, + 0x89,0x81,0x99,0x99,0x79,0x3d,0xb,0xb,0x4b,0x3,0xb2,0x18,0x21,0xc0,0x8,0x74, + 0x31,0x25,0xb9,0x94,0x1,0x20,0xc0,0x0,0x37,0x15,0x8c,0x56,0x4b,0xfa,0x7f,0xc6, + 0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/background.png + 0x0,0x0,0x0,0xc8, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x50,0x61,0x69,0x6e,0x74,0x2e,0x4e,0x45,0x54,0x20,0x76,0x33,0x2e,0x33,0x36, + 0xa9,0xe7,0xe2,0x25,0x0,0x0,0x0,0x5b,0x49,0x44,0x41,0x54,0x38,0x4f,0x63,0x60, + 0xa0,0x12,0xf8,0xf,0x34,0x87,0x58,0x8c,0xd5,0xca,0xff,0xff,0xff,0x33,0x0,0x31, + 0x8,0xe0,0xa6,0xa1,0x96,0xe0,0x32,0x0,0xbf,0x66,0xb0,0x2c,0xc4,0x95,0x43,0xc5, + 0x5,0x44,0x6,0x2a,0xdc,0x3b,0x18,0x1,0x8,0x32,0xa0,0xa1,0xa1,0x1,0x27,0x46, + 0xf,0xf,0x8c,0xd0,0x27,0xc3,0x0,0xd4,0x58,0x20,0xd9,0x0,0x6c,0x7e,0x26,0xc5, + 0xb,0xd8,0xe2,0x96,0xa4,0x30,0xa0,0x8d,0x1,0x44,0x44,0x25,0x95,0xb2,0x22,0x25, + 0xc6,0x0,0x0,0x83,0x1,0x57,0xf6,0x25,0xad,0xbc,0x9b,0x0,0x0,0x0,0x0,0x49, + 0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/ellipse.png + 0x0,0x0,0x2,0x33, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xd5,0x49,0x44,0x41,0x54,0x78,0xda,0xb4, + 0x93,0xcf,0x4b,0x2,0x41,0x14,0xc7,0x67,0x76,0xf3,0x17,0x16,0x16,0xc2,0x8a,0x78, + 0x49,0x4a,0x5,0x13,0xbd,0x74,0xb0,0xa3,0xe2,0xc9,0x24,0xc,0x3b,0x79,0xc8,0x73, + 0xd4,0xa9,0xfe,0x82,0xfe,0x2,0xbb,0x99,0x47,0x91,0xc0,0xe,0xdd,0xc4,0x8b,0x10, + 0x84,0x6,0x21,0x11,0x1d,0xbc,0x29,0x24,0xfe,0x3c,0x88,0x9b,0x8a,0x92,0xeb,0xea, + 0x6e,0x6f,0xc4,0x15,0xd3,0xe8,0x22,0x3d,0xf8,0x30,0xb3,0x33,0xef,0xbd,0xef,0x9b, + 0x37,0x3b,0x94,0x28,0x8a,0x68,0x15,0x28,0xb4,0xa2,0xad,0x9c,0x0,0xcf,0x7f,0x78, + 0xbd,0xde,0x75,0x18,0x4e,0x80,0x20,0x60,0x4,0x76,0xa7,0x5b,0x65,0xe0,0x3,0x78, + 0x0,0xee,0x52,0xa9,0x14,0xbb,0x94,0x0,0x82,0xaf,0x31,0xc6,0x57,0x5a,0xad,0xf6, + 0xc5,0xe3,0xf1,0xb4,0xad,0x56,0xab,0xce,0x62,0xb1,0xe8,0x14,0xa,0x5,0xc3,0xb2, + 0xec,0x46,0xad,0x56,0xe3,0x22,0x91,0x48,0xb6,0x5e,0xaf,0xef,0x83,0xfb,0x3d,0x24, + 0x39,0x9b,0x57,0xbe,0xf1,0xfb,0xfd,0xb9,0x7c,0x3e,0xff,0xc8,0xf3,0x7c,0x7b,0x3c, + 0x1e,0x8b,0x12,0x82,0x20,0xcc,0xe6,0xfd,0x7e,0x3f,0x9f,0xc9,0x64,0x6e,0x3,0x81, + 0xc0,0xbb,0xcf,0xe7,0x7b,0xea,0x74,0xba,0x32,0xc,0xc1,0x46,0x50,0xc9,0xc5,0x62, + 0x31,0x4e,0xa5,0x52,0x19,0x96,0xce,0x88,0xf1,0xa4,0xdb,0x92,0x49,0xdd,0xf,0x85, + 0x42,0x68,0x34,0x1a,0x5d,0x50,0x90,0xf9,0xd0,0x66,0xb3,0x71,0x4a,0xa5,0x52,0x7, + 0x6a,0x68,0x11,0xd8,0x47,0xbf,0xad,0x9b,0x4c,0x26,0xd4,0xeb,0xf5,0x82,0x6b,0xdd, + 0x6e,0xb7,0x58,0xa9,0x54,0x34,0x92,0xe3,0x72,0x9b,0x31,0x91,0xfd,0x51,0x1,0xf1, + 0x2b,0x97,0xcb,0x68,0x30,0x18,0xbc,0xd1,0xd5,0x6a,0xb5,0x61,0xb7,0xdb,0x8f,0xa, + 0x85,0xc2,0x96,0xc3,0xe1,0x90,0xcd,0x3b,0x8d,0x1,0x71,0x3a,0x4e,0x94,0x41,0x84, + 0x8,0x85,0xc3,0x61,0x44,0x51,0x14,0x4a,0x24,0x12,0xc7,0x34,0xf8,0xf3,0x90,0xe4, + 0x55,0xad,0x56,0x1f,0x24,0x93,0x49,0x2d,0x74,0x5b,0x30,0x18,0xc,0x34,0xf4,0x65, + 0x16,0x40,0xc6,0x4f,0x96,0x45,0xf1,0x78,0x1c,0x45,0xa3,0x51,0x44,0xd3,0x34,0x4a, + 0xa7,0xd3,0xa7,0xcd,0x66,0xf3,0x59,0xba,0x46,0x92,0x68,0xc7,0xed,0x76,0xfb,0x34, + 0x1a,0xcd,0xf9,0x70,0x38,0xdc,0x26,0xc5,0xcb,0xe5,0x72,0x11,0x94,0x30,0xc7,0x71, + 0x98,0x54,0xc5,0x30,0xcc,0xd0,0xe9,0x74,0x16,0x4d,0x66,0x73,0xd6,0xed,0x72,0x5d, + 0x82,0x4f,0x1f,0x2f,0x9c,0x78,0x13,0x20,0x37,0xa1,0x84,0x2a,0x18,0xbd,0x5e,0xbf, + 0x7,0x81,0x42,0xab,0xd5,0x2a,0x96,0x4a,0xa5,0x1a,0xac,0x93,0x26,0xd,0x80,0x36, + 0xd0,0x58,0xfa,0x13,0x17,0x8c,0xf4,0x43,0x3d,0x9d,0x7f,0x1,0xdc,0xaf,0x6f,0xe1, + 0x8f,0x97,0xc6,0x3,0xed,0x29,0xdc,0xbf,0xbd,0xc6,0x6f,0x1,0x6,0x0,0x63,0x4c, + 0x6d,0xe6,0x3a,0x66,0xa5,0x3f,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42, + 0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/edit.png + 0x0,0x0,0x2,0xf8, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84,0x0,0x0,0xfa, + 0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60,0x0,0x0,0x3a, + 0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x18,0x74,0x45,0x58, + 0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x50,0x61,0x69,0x6e,0x74,0x2e, + 0x4e,0x45,0x54,0x20,0x76,0x33,0x2e,0x32,0x32,0xb7,0x91,0x17,0x7d,0x0,0x0,0x2, + 0x52,0x49,0x44,0x41,0x54,0x38,0x4f,0x63,0x94,0x55,0x13,0x36,0x50,0x96,0xd2,0x3d, + 0x7f,0xf7,0xd9,0x65,0xc7,0xc7,0xb7,0xde,0x1e,0x60,0x20,0x0,0xbe,0xb5,0xb6,0xa, + 0x30,0xb2,0xb3,0xef,0x67,0x55,0x51,0x31,0x60,0x60,0x64,0x4c,0x64,0x70,0x70,0x70, + 0xf8,0xf,0x2,0x20,0xba,0x6e,0x59,0x50,0x3,0x10,0x3b,0xe0,0x32,0xa3,0xab,0xab, + 0x4b,0x60,0xe2,0xc4,0x89,0xe7,0xcf,0x6f,0xde,0xf2,0xff,0xf7,0xfa,0xf5,0xff,0xcf, + 0xe5,0xe7,0xff,0x67,0x0,0xba,0x40,0x0,0xa4,0xb9,0x74,0xb2,0xdb,0xf1,0x96,0xd5, + 0xc1,0xcf,0x81,0x6,0x80,0xc,0x2,0xe1,0xfd,0xc8,0x6,0xc2,0x34,0x6f,0xdd,0xba, + 0xed,0xff,0xfa,0xf5,0x1b,0xfe,0xb7,0x25,0x26,0xfd,0x6f,0xb4,0xb2,0x3c,0xf,0xb6, + 0xc,0xa4,0x61,0xf3,0xa5,0xf8,0x86,0xed,0x57,0x92,0x1a,0x36,0x5f,0x4c,0xee,0x58, + 0x70,0x30,0x6e,0xc5,0xc4,0xad,0x91,0xc7,0x5b,0xd7,0x84,0x82,0xd,0x6c,0x5b,0x15, + 0xf1,0xff,0xe3,0x8b,0x15,0xf7,0xcf,0x1e,0x5b,0x9,0xd6,0x1c,0x11,0x11,0xf5,0x5f, + 0x57,0x4f,0xef,0x7c,0x9c,0xb2,0x92,0x0,0xdc,0x0,0x90,0xe6,0x3d,0x37,0xd2,0x1a, + 0xe,0xde,0xce,0x6a,0x38,0x72,0x2f,0xb7,0xe1,0xd8,0xfd,0xfc,0x86,0x63,0xf,0xf2, + 0x1b,0xe,0xdf,0x2a,0x9a,0xf0,0xe2,0xf1,0xc2,0xef,0x5f,0xee,0xf7,0xfe,0x7f,0x79, + 0xbe,0xf8,0x7f,0x6e,0xbc,0x1f,0x58,0xb3,0x92,0xb2,0x32,0x44,0x33,0xcc,0x5,0xbb, + 0xaf,0xa7,0x82,0x35,0x83,0x34,0x9e,0x7a,0x54,0xdc,0x70,0xf6,0x49,0x69,0xc3,0xa5, + 0xa7,0x35,0x1d,0x5f,0xdf,0xac,0x7c,0xfe,0xf5,0xd1,0x14,0xb0,0xe6,0x9,0xd9,0x96, + 0xff,0xab,0x93,0x8c,0xfe,0xcb,0xab,0x4a,0x18,0xa0,0x84,0x13,0xc8,0x99,0x7b,0x6f, + 0x66,0x80,0x6d,0x6,0x69,0xbe,0xf0,0xac,0xbc,0xe1,0xc6,0xcb,0x86,0x8e,0x6f,0x6f, + 0x57,0x3e,0xff,0xf6,0x74,0x16,0x5c,0x73,0x63,0x82,0xe1,0xf3,0xba,0x85,0x1,0xff, + 0x31,0x2,0x19,0x64,0xc0,0xfe,0x5b,0x99,0x60,0xdb,0x41,0x36,0x43,0x34,0xaf,0x42, + 0xd1,0xdc,0x94,0x68,0xf4,0x7c,0xc7,0xe9,0xe4,0xe,0x90,0x5a,0xec,0x6,0xdc,0x6, + 0x1a,0x0,0xf4,0xf3,0xd9,0xa7,0xa5,0xd,0xb7,0xe,0x15,0x9e,0xff,0x74,0x67,0x6, + 0xdc,0xe6,0xe6,0x44,0xe3,0xe7,0xfb,0x2f,0x64,0x74,0x1c,0xbc,0x93,0xd,0x8a,0x66, + 0xec,0x6,0xec,0xbb,0x95,0xd1,0x70,0xf4,0x5e,0x5e,0xc3,0xb9,0x7,0x65,0x1d,0x6f, + 0x2f,0x4e,0xff,0xfe,0xfe,0xda,0xea,0xff,0x4b,0xea,0x7c,0xfe,0x83,0x34,0x1f,0xbe, + 0x9c,0xd3,0x1,0x32,0xfc,0x0,0x30,0x8c,0x70,0x1a,0xb0,0x1b,0x18,0x3,0x87,0x80, + 0x36,0xb4,0xf5,0x67,0x1f,0x68,0xab,0xcd,0xfb,0x7f,0x68,0x56,0xf6,0xff,0x65,0xcd, + 0xe,0xe7,0x41,0x9a,0x4f,0x3c,0x2c,0x6c,0x38,0x7c,0x37,0xa7,0x61,0xef,0xcd,0x74, + 0xdc,0x6,0xec,0xb8,0x9a,0xdc,0x70,0xf4,0x76,0x51,0x87,0x6f,0x80,0xe7,0xfb,0x88, + 0x44,0x9b,0x3,0xc7,0xae,0xe5,0x82,0x35,0x82,0xa3,0x12,0xa8,0x79,0x1f,0x30,0x8c, + 0x76,0x5e,0x4b,0xc1,0x6d,0xc0,0x16,0x60,0x42,0x2,0x19,0xb2,0xe7,0x46,0x7a,0x3, + 0x28,0x40,0x41,0xfe,0x5,0x61,0x90,0xb3,0x41,0x36,0x83,0x34,0x6f,0xbd,0x9c,0x80, + 0x69,0x0,0x28,0x33,0x81,0x92,0x72,0x79,0xaf,0xc3,0x2,0x50,0x6a,0xdc,0x76,0x25, + 0xb1,0x61,0xc7,0xb5,0xe4,0x86,0x5d,0xc0,0x74,0x1,0xc2,0x20,0x8d,0xa0,0x44,0x6, + 0xb2,0xa0,0x79,0xb6,0xdb,0xc,0x90,0x5a,0xa0,0x1e,0x44,0x7e,0x41,0xcb,0x4c,0xb0, + 0x7c,0x80,0x95,0x46,0x56,0xb,0x8f,0x4a,0x58,0x66,0x2,0xb9,0x84,0x50,0x56,0xc6, + 0xa6,0x16,0x0,0x12,0x67,0xc5,0xe7,0x9c,0xad,0x7f,0x48,0x0,0x0,0x0,0x0,0x49, + 0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/icon.qrc + 0x0,0x0,0x2,0xd6, + 0x0, + 0x0,0xf,0x70,0x78,0x9c,0x8d,0x97,0x5d,0x4f,0x13,0x41,0x14,0x86,0xef,0x4d,0xfc, + 0xf,0xd,0xf7,0xd2,0xa0,0xb7,0x95,0x84,0xa0,0x17,0xde,0x28,0xca,0xf,0x20,0xd3, + 0xd9,0xb3,0xdb,0x89,0xc3,0xcc,0x30,0xbb,0xdb,0x16,0xae,0xbc,0x91,0x8f,0x18,0x83, + 0x11,0x2,0x1a,0x6a,0xfc,0x8,0x4a,0x48,0x20,0x21,0xc6,0x88,0xe1,0xf3,0xcf,0x74, + 0x5b,0xfc,0x17,0xce,0x76,0xab,0x21,0x6a,0xdf,0xd9,0x5e,0x34,0xe9,0xbe,0x4f,0xcf, + 0x9e,0x99,0x33,0xe7,0x3d,0xbb,0xb5,0x27,0xd3,0xd3,0x93,0x37,0x6f,0x54,0xdc,0xa7, + 0xb6,0x60,0x29,0xd6,0xa9,0xe5,0x54,0x31,0x96,0x42,0xd1,0xbe,0x3b,0x56,0x55,0xd4, + 0xaa,0x16,0x3f,0x26,0xc6,0x86,0xd8,0x0,0xd,0x85,0xa4,0x49,0xc9,0x16,0xc9,0xce, + 0xb1,0x20,0x18,0x17,0x5c,0xd7,0xaa,0x83,0x6b,0x7f,0x33,0xf,0xa9,0x35,0xdb,0x60, + 0x86,0x0,0x12,0xb3,0x26,0x92,0x97,0xb4,0x9e,0x9f,0x13,0xca,0x47,0xe8,0x34,0x1, + 0x48,0x9d,0xf1,0xa7,0x91,0xd5,0xa9,0xa,0xc6,0x8d,0x8a,0x46,0x40,0x9c,0xa9,0x26, + 0x8b,0x41,0x94,0x21,0x0,0x22,0x8,0xcb,0x25,0x21,0x40,0x9b,0x45,0x24,0xbb,0x45, + 0x8c,0x56,0x3,0x92,0x94,0xa0,0xe8,0x14,0x8,0xf4,0x7f,0x92,0x52,0x98,0x18,0x6, + 0xb0,0x2c,0x26,0x8b,0x80,0x36,0xbc,0x83,0xfb,0x92,0x50,0x86,0xfb,0x1f,0x6a,0x4b, + 0xde,0x22,0x85,0xa9,0x94,0xf7,0xdb,0x9,0x29,0x94,0x87,0x2b,0xa1,0x1a,0x5f,0xb0, + 0x7c,0x84,0x2c,0x85,0x42,0xbb,0x30,0xaf,0x9b,0x48,0x76,0x3d,0x1,0x54,0x6d,0x48, + 0x1,0xd9,0x30,0xa1,0xd0,0x41,0x2d,0x74,0xf4,0x7f,0x1c,0x3d,0x86,0x7,0xc4,0xb0, + 0xa4,0x81,0x64,0x52,0x5c,0xa0,0x2,0x1a,0xed,0xc9,0x4e,0xcb,0xc5,0x48,0xc3,0xc, + 0x1d,0xe1,0xd9,0x7e,0x63,0xdd,0x1e,0xda,0x4,0xf5,0xc9,0x2,0x4a,0xc2,0x12,0x4f, + 0x98,0x8a,0x60,0x1f,0x5a,0xa,0x34,0x90,0x7,0x96,0x84,0xe5,0x29,0xe4,0x3,0x31, + 0x27,0x5,0x2d,0xcf,0x75,0x32,0x47,0x6b,0x28,0x80,0x29,0xd8,0x4d,0x9,0xb5,0x51, + 0x8,0xd7,0x46,0x68,0x89,0xa9,0xf2,0x26,0xf1,0x1b,0xc1,0x69,0xe4,0xee,0xfb,0x0, + 0x95,0x3c,0x7,0x1e,0x41,0x63,0x63,0x96,0x43,0xd5,0x6a,0xd4,0x71,0x75,0x5a,0x12, + 0xd0,0xb4,0xea,0x56,0xa8,0x28,0xd1,0xa1,0xd5,0xf0,0xf0,0xf2,0xd4,0xc6,0xda,0xde, + 0xf2,0xdd,0x6e,0x88,0x71,0xa9,0x63,0xa,0x1a,0xc,0x4f,0x94,0x21,0x6b,0x75,0xc, + 0xc7,0x46,0x81,0x39,0xff,0xab,0x8b,0x20,0x80,0xfe,0x31,0x44,0x1b,0xb1,0x91,0xd0, + 0x89,0x87,0x5c,0xee,0x46,0xe5,0x72,0x8c,0xc5,0x12,0x31,0x58,0xe8,0x6b,0x60,0xbd, + 0x1c,0x16,0x96,0xc3,0x90,0x25,0x5d,0xc3,0x9a,0x7e,0x2c,0x35,0x25,0xab,0xd7,0xf4, + 0xed,0x5f,0xa0,0x5b,0xa8,0xc,0xf7,0x2c,0x43,0x77,0x89,0x74,0xfe,0xc0,0x1,0x1, + 0x57,0xec,0x16,0xb3,0xa8,0x30,0xce,0x3e,0xd0,0xc,0xa3,0x10,0xe5,0x3f,0x33,0xb0, + 0xf2,0x4a,0x68,0x89,0x2a,0xf9,0x34,0xac,0x4c,0xdc,0x6,0xf4,0xe3,0x99,0x7c,0xec, + 0xb8,0x26,0x1a,0x6d,0x59,0x56,0x44,0xd,0xe8,0xba,0x3a,0x61,0x70,0xf6,0xc,0x6, + 0xbb,0xf5,0xd9,0x9e,0xa,0x12,0xdf,0xde,0xcd,0x8a,0x79,0x23,0xdd,0x33,0xea,0x3f, + 0x2b,0x44,0x5e,0x69,0x85,0x6f,0x24,0xa4,0x6,0x88,0xfd,0x83,0x4d,0xa0,0xf6,0x36, + 0x2f,0xb2,0xdd,0x3d,0x2f,0x80,0x12,0xcc,0x8e,0x3f,0x67,0xcf,0x8f,0x51,0x6,0xef, + 0xf7,0xb3,0xf3,0x4f,0xe8,0x1e,0x3b,0x5f,0xfb,0x27,0x97,0x0,0xe8,0xfe,0x58,0xbb, + 0xda,0x7b,0x8d,0x83,0x64,0xab,0x1f,0x7e,0xbe,0xdd,0xed,0x6d,0xbc,0xec,0x9e,0x77, + 0x4a,0x62,0x70,0x55,0xab,0xc7,0xd9,0xe1,0x2b,0xb4,0xaa,0xb3,0xfd,0xec,0x68,0x1d, + 0x86,0xd8,0xb9,0xe8,0xaf,0xad,0x20,0xa2,0xb7,0x7b,0x98,0x75,0x96,0x11,0xb0,0xb5, + 0xd2,0xeb,0x1c,0xf4,0x3e,0x7a,0x98,0xee,0xe9,0xf7,0xee,0xe5,0xbb,0xec,0xf0,0x4d, + 0x49,0xc,0xe6,0x34,0xe0,0x7a,0x6b,0x1b,0xd9,0xd9,0xb3,0x92,0x18,0xea,0xcf,0xeb, + 0xdc,0x1d,0x2f,0x97,0xad,0x7f,0x29,0xb3,0x8a,0x2,0xf3,0xaf,0xa2,0x28,0x76,0x49, + 0xac,0xc4,0xa6,0x6c,0x1d,0x65,0xa7,0x27,0x10,0xcb,0x81,0x2,0x46,0xd8,0xf6,0x8b, + 0xab,0xf3,0x3,0x2f,0x0,0xcf,0x56,0x67,0xd9,0x23,0xbb,0x86,0xf1,0x36,0x5e,0x7f, + 0xe7,0xdb,0xff,0x1a,0xaf,0x56,0xfd,0xf3,0x3e,0xed,0xae,0xd4,0xaa,0xc5,0x8b,0xf6, + 0x2f,0xc7,0xd9,0xcf,0x47, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????1.png + 0x0,0x0,0xe,0xd1, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdb,0x5,0x12,0x14,0x2d,0x0,0xbd,0xd8,0x7, + 0x6b,0x0,0x0,0xc,0x4c,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x5b,0x6b,0x8c,0x24, + 0x55,0x15,0xfe,0xce,0xad,0xea,0xd7,0x74,0xf7,0xcc,0xf4,0xf4,0xec,0xc,0xfb,0x82, + 0x65,0x57,0x76,0xd9,0x7,0xc2,0x2c,0xe1,0xe1,0x93,0xc5,0x17,0x3e,0x12,0xa3,0x51, + 0x23,0x1,0x24,0x26,0xa8,0x31,0xa2,0xfc,0xf1,0x87,0x48,0x30,0x68,0xa2,0x6,0x63, + 0x7c,0xc4,0x84,0xe0,0x6b,0xa3,0x51,0xb3,0x60,0x50,0x82,0x6f,0x62,0x60,0x9,0x8b, + 0xe2,0xa2,0xcc,0x2c,0xcb,0xca,0xc2,0xc2,0xae,0xb0,0xaf,0x99,0xe9,0x99,0xdd,0x79, + 0x74,0x57,0xf5,0xab,0xee,0xbd,0xc7,0x1f,0x55,0xd5,0x53,0xd3,0xd3,0xd5,0xd3,0xd3, + 0xd3,0x93,0x31,0x91,0xd3,0xa9,0xf4,0xad,0x7b,0xab,0x6e,0x9d,0xf3,0xd5,0xb9,0xe7, + 0x9c,0x7b,0xee,0x2d,0xe0,0xff,0x9c,0xc8,0x2f,0xec,0xdb,0xb7,0x6f,0xb5,0x79,0x59, + 0x11,0xba,0xe9,0xa6,0x9b,0x9a,0xb6,0x9b,0x75,0xe7,0x9,0x0,0x97,0x6b,0xad,0x63, + 0xcc,0xcc,0x1d,0xe6,0x85,0x3,0xff,0xcd,0xca,0x4d,0xaf,0xf3,0xf8,0x6a,0x7a,0x9d, + 0x61,0x18,0x9a,0x88,0xce,0x0,0x28,0x2c,0xc6,0xd4,0x3c,0x0,0x98,0x79,0x9d,0x10, + 0xe2,0x67,0xa9,0x54,0x6a,0xad,0x10,0x42,0x77,0x40,0x68,0xa,0x30,0xa8,0x1,0x68, + 0x22,0x52,0x7e,0x39,0x78,0x84,0xd5,0x3,0x50,0x44,0xb4,0xa0,0x2e,0x70,0xdf,0xbc, + 0x7a,0x66,0xd6,0xb6,0x6d,0x4f,0x39,0x8e,0xf3,0x3,0x22,0x1a,0x59,0x12,0x0,0x5a, + 0x6b,0x11,0x8f,0xc7,0x7b,0x87,0x86,0x86,0x7a,0xba,0xbb,0xbb,0xd1,0x79,0x25,0x58, + 0x40,0x4c,0x54,0x1b,0x85,0xf5,0xf,0xe3,0x90,0x32,0x88,0x28,0xb4,0x4d,0x4a,0x59, + 0x1d,0x19,0x19,0x39,0x30,0x3e,0x3e,0x4e,0xa6,0x59,0xaf,0xe0,0x8b,0x0,0xe0,0x77, + 0x1e,0x8b,0xc5,0x10,0x8f,0xc7,0x57,0x5a,0x78,0x30,0x33,0x5,0x4e,0xa9,0xed,0x8e, + 0xe6,0x78,0x87,0x10,0x2,0x42,0x8,0x5,0x57,0x4b,0x96,0xe,0x40,0x1d,0x83,0x2b, + 0xe,0x42,0x27,0x89,0x99,0xc1,0x2e,0xf9,0x43,0x64,0x79,0x0,0x84,0x51,0x40,0x6d, + 0x57,0x55,0xd8,0x26,0x6d,0x2b,0x3,0x0,0x33,0xa3,0x58,0x2c,0xc2,0x71,0x9c,0x55, + 0x3,0x81,0x99,0x61,0x9a,0x26,0x92,0xc9,0x64,0x18,0xf,0xcc,0xcc,0x12,0x9d,0x18, + 0x2,0x8d,0x1e,0x3e,0x35,0x35,0x5,0xdb,0xb6,0x57,0x45,0x78,0x9f,0xe2,0xf1,0x38, + 0x12,0x89,0x4,0xc,0xc3,0x8,0xbb,0x64,0xf9,0x1a,0xc0,0xcc,0x90,0x52,0x22,0x68, + 0x49,0x85,0x10,0x18,0x18,0x18,0x80,0xd6,0x9d,0xf0,0x90,0xed,0x93,0x67,0xe8,0x9a, + 0xb0,0xce,0x92,0x99,0x97,0x7,0xc0,0x99,0x33,0x67,0x30,0x31,0x31,0x81,0xad,0x5b, + 0xb7,0x22,0x9d,0x4e,0x83,0x99,0xa1,0xb5,0xc6,0xe4,0xe4,0xe4,0xff,0x84,0x6,0x6c, + 0xd8,0xb0,0x21,0x54,0x3,0x3a,0x62,0x3,0x2a,0x95,0xa,0x22,0x91,0x8,0x88,0xa8, + 0x66,0x70,0x88,0x8,0x99,0x4c,0x6,0xa9,0x54,0x6a,0x55,0x1,0x30,0xc,0x23,0x54, + 0x3,0x3a,0xe6,0x5,0x36,0x6d,0xda,0x4,0x29,0x25,0x62,0xb1,0x58,0xb0,0x73,0x14, + 0x8b,0x45,0x94,0x4a,0xa5,0x55,0x35,0x82,0xb1,0x58,0xac,0x99,0x11,0x84,0x67,0x4, + 0x97,0x7,0x80,0x69,0x9a,0xcd,0x8c,0xcc,0xaa,0x51,0xb,0xc0,0x33,0x3a,0x61,0x4, + 0xc3,0x1e,0x9e,0x48,0x24,0xd0,0x4a,0x88,0xb9,0x92,0x64,0x18,0x46,0x33,0x20,0x56, + 0xe,0x0,0x66,0xc6,0xcc,0xcc,0xc,0x2c,0xcb,0x5a,0xd5,0x21,0x90,0x48,0x24,0x90, + 0x4c,0x26,0x1b,0x6a,0xa8,0x37,0x5b,0x54,0xcb,0xf6,0x2,0x8d,0x48,0x8,0x81,0x35, + 0x6b,0xd6,0x20,0x9b,0xcd,0xae,0x8a,0xf0,0x41,0x3e,0x9a,0xb8,0x41,0xed,0x19,0xc1, + 0x96,0xe2,0xf8,0x25,0x1,0xa0,0xb5,0xc6,0xc4,0xc4,0xc4,0xff,0x84,0x1b,0xdc,0xb8, + 0x71,0x63,0x53,0xd,0xc0,0x4a,0xd9,0x80,0xbe,0xbe,0x3e,0xa4,0xd3,0xe9,0x55,0x5, + 0xa0,0x99,0x1b,0xc4,0xfc,0xbc,0x41,0x67,0x1,0x60,0x66,0xd8,0xb6,0x8d,0x72,0xb9, + 0xbc,0xaa,0x0,0x44,0xa3,0xd1,0xa6,0x73,0x1,0xac,0x94,0xd,0x8,0xcc,0xb7,0x3b, + 0x2a,0x10,0x81,0x5a,0xce,0x6,0x30,0x73,0xd3,0xe7,0x7b,0x82,0xaf,0x8c,0xd,0x0, + 0xdc,0xf1,0xd7,0xc9,0xf8,0x80,0x40,0xe0,0xd6,0x78,0xf5,0x45,0x84,0x61,0x98,0x35, + 0x30,0x88,0x44,0xbd,0xac,0x9a,0x99,0x57,0x46,0x3,0x98,0x19,0xb3,0xb3,0xb3,0x1d, + 0x73,0x83,0x4,0xc2,0x64,0xfe,0x34,0xe,0xbf,0xf6,0x18,0x34,0x4b,0xf,0xc,0xbf, + 0xad,0x5e,0xec,0x0,0xd3,0xa6,0x89,0x9e,0x9e,0x1e,0x10,0x1,0xe9,0x44,0x6,0x7b, + 0xae,0xf8,0x38,0x92,0xf1,0x1e,0x30,0x38,0x68,0x4,0x3b,0xaf,0x1,0x42,0x8,0xf4, + 0xf7,0xf7,0x23,0x93,0xc9,0x74,0x4,0x0,0x41,0x6,0xce,0x1c,0x7d,0xe,0x16,0x9f, + 0xc5,0x65,0x5b,0xdf,0xec,0xa7,0x7d,0x3d,0x81,0x83,0x89,0xde,0xb9,0x4,0x48,0xad, + 0x9e,0x19,0x55,0x59,0xc1,0x73,0xc7,0xf7,0xe3,0x8d,0x9b,0xaf,0x43,0x32,0xd1,0xeb, + 0xdf,0x5b,0x4b,0x8e,0xb6,0xb,0x40,0x28,0x72,0x5a,0x6b,0xe4,0x72,0xb9,0x8e,0xb9, + 0x41,0x41,0x6,0x26,0x26,0x72,0x18,0xe8,0xbb,0x10,0x97,0x6d,0x7d,0x2b,0xca,0x8e, + 0x5,0x66,0xd,0xd,0x6,0xb3,0x6,0x43,0xbb,0xe7,0xac,0x3,0xe7,0xc,0xcd,0x1a, + 0x20,0x20,0x82,0x18,0xc6,0x72,0x27,0xa1,0x59,0xd7,0xd2,0xcf,0x98,0x8b,0x4,0x5b, + 0xa2,0x46,0x0,0x84,0x22,0x47,0x44,0xc8,0x66,0xb3,0xe8,0xe9,0xe9,0x69,0x4b,0xe0, + 0x7a,0xad,0x11,0xc2,0xc0,0xa9,0x7c,0x1f,0x46,0xb,0x39,0x48,0x59,0x41,0xd9,0xb1, + 0xa1,0x6b,0x42,0x2b,0x57,0x68,0xd6,0xd0,0x98,0x3,0xc1,0xaf,0x7,0x80,0x84,0xb1, + 0x30,0x73,0xcd,0xcc,0xda,0x9b,0xc,0xb5,0x3d,0x4,0x42,0x1,0x60,0x66,0x58,0x96, + 0x85,0x52,0xa9,0xd4,0x96,0xf0,0xd9,0x6c,0x76,0x5e,0xc,0x21,0xc8,0x40,0x22,0x91, + 0xf0,0x96,0x2f,0x5c,0x70,0x7c,0x3b,0x40,0x20,0x30,0x1,0x60,0x82,0xff,0x63,0xaf, + 0x1f,0xae,0x8d,0x82,0x86,0xac,0xfa,0x5e,0xa0,0x25,0xaa,0x5f,0x18,0xf1,0x17,0x30, + 0x42,0xc9,0x30,0xc,0x44,0x22,0x91,0xb6,0x0,0x8,0xe6,0x16,0x0,0x80,0xa9,0xfd, + 0xac,0x33,0x83,0xc1,0xd,0x58,0xf5,0xc6,0x7e,0x67,0x34,0xa0,0x9e,0x61,0x7f,0x2e, + 0xd0,0x36,0xd3,0x9d,0x4a,0xb3,0x13,0x81,0x59,0x85,0xf5,0xe7,0x1b,0xc1,0xb6,0x0, + 0x60,0xb8,0xcb,0x4d,0x5c,0x28,0x14,0x68,0x7a,0x7a,0x1a,0x83,0x83,0x83,0x88,0x46, + 0xa3,0x9d,0x17,0x2,0x5e,0x0,0xd4,0xe,0x31,0x43,0x69,0x9,0x36,0xb8,0x41,0x53, + 0xcd,0x6,0xb4,0x44,0x61,0x1a,0xc0,0xa7,0x4f,0x9f,0xa6,0xe9,0xe9,0x69,0xa4,0xd3, + 0x69,0xc4,0x62,0xb1,0x9a,0xe0,0x52,0xca,0x8e,0x25,0x45,0xd,0xa1,0x20,0x65,0xcb, + 0xbc,0xce,0x9,0x9,0x17,0x0,0x84,0xa4,0x4,0xb1,0x8c,0x38,0xa0,0x66,0x3,0xd6, + 0xad,0x5b,0x87,0x81,0x81,0x81,0x5a,0x42,0x14,0x70,0xdd,0xe0,0xe8,0xe8,0x68,0xc7, + 0x2,0x21,0x41,0x2,0xb9,0x5c,0xe,0x6c,0xf2,0x92,0x16,0xc6,0x94,0x96,0xd0,0x1c, + 0x6a,0xe7,0x7c,0x1b,0xd0,0x12,0x85,0xda,0x80,0xde,0xde,0xde,0x5,0xea,0x4e,0x44, + 0xe8,0xef,0xef,0x47,0x6f,0x6f,0xef,0xb2,0x85,0x77,0x1,0x30,0x70,0x6a,0xb6,0xf, + 0xa3,0x56,0xae,0xa5,0xeb,0x9,0x80,0x62,0xd,0x47,0x95,0x43,0xc3,0x67,0x2f,0xc, + 0x6e,0x3f,0x12,0xf4,0x96,0x9b,0x1b,0xde,0xcc,0xcc,0xc8,0xe7,0xf3,0x6d,0xb9,0xc1, + 0x30,0x0,0x2c,0xcb,0x5a,0xc4,0xae,0xcc,0x2d,0xff,0x33,0x18,0x15,0x59,0x84,0x62, + 0xd9,0x68,0xe,0xe0,0x53,0xfb,0x6e,0x10,0x81,0x21,0xd0,0x88,0x88,0x8,0xd1,0x68, + 0x14,0x5a,0xeb,0x8e,0xd,0x81,0x48,0x24,0x2,0x72,0x16,0xbb,0x92,0xc0,0x50,0x28, + 0xcb,0x22,0x1c,0x55,0x59,0xec,0xe2,0x65,0x7,0x42,0x4d,0xd5,0xc7,0x34,0xcd,0x79, + 0xa9,0xf2,0x65,0x1,0x20,0xc,0x37,0xc1,0xea,0x34,0x1,0x93,0x8,0x5a,0x4b,0x94, + 0x9c,0x2,0x2a,0xb2,0xb4,0xa8,0x5c,0xfe,0x74,0xb8,0x55,0x6f,0x15,0xe6,0x6,0xc3, + 0x3a,0x87,0x65,0x59,0x4b,0x9e,0xb,0xb8,0xfd,0x2d,0xec,0x53,0x90,0x80,0x6d,0xdb, + 0xa1,0x1,0x11,0x81,0xa0,0xb4,0x44,0xd1,0x99,0xf5,0x84,0x6f,0xc0,0xad,0xd7,0xf, + 0x91,0x80,0x0,0x40,0x24,0x94,0x80,0x21,0x77,0x64,0x3f,0xa0,0x7e,0xf1,0xd2,0xc7, + 0xf0,0xd1,0xbb,0xd7,0x3,0x0,0x7e,0xf3,0xf5,0xb3,0x2d,0x1,0x0,0x78,0x6e,0x30, + 0x4c,0x90,0x6c,0x36,0x8b,0xde,0xde,0xde,0x25,0xd,0x1,0xa5,0x25,0x8a,0x95,0x59, + 0x28,0x56,0xb5,0xd9,0x1e,0xe0,0x6a,0x40,0xb4,0x8b,0x80,0x12,0x87,0xde,0x67,0x55, + 0xa7,0x50,0x51,0x45,0x78,0xf1,0x71,0x0,0x1a,0xd7,0x73,0x28,0x25,0x71,0x3e,0x3f, + 0x86,0x78,0x2c,0xe9,0x2e,0xde,0x4e,0x9f,0x8b,0xbc,0x32,0xf9,0x74,0xff,0x83,0xa7, + 0xbe,0x78,0x71,0x15,0x96,0x45,0x10,0x13,0x68,0x32,0xac,0x97,0x3c,0x17,0xc8,0xe5, + 0x72,0xb0,0x2c,0xab,0x65,0xe1,0x89,0x4,0x66,0x8a,0xe3,0xf8,0xcb,0x73,0x3f,0x80, + 0x11,0x21,0xa4,0x92,0x99,0x1a,0x8,0x44,0x84,0xaa,0x53,0xc2,0xce,0x4b,0xae,0xd, + 0xbc,0x54,0xd7,0xc,0x69,0x96,0xb0,0xaa,0xe7,0x51,0x94,0x33,0x73,0xa0,0xf9,0x20, + 0x30,0x81,0xc9,0x84,0x10,0x2,0x3d,0x3d,0x7d,0x78,0x74,0xf8,0xa7,0x30,0xcd,0x28, + 0xc0,0x80,0xa3,0xaa,0xdb,0x2b,0x5c,0xfc,0x6e,0x57,0xba,0x4b,0x56,0xf3,0xf6,0xe3, + 0x20,0x7c,0x16,0x4d,0x36,0x4b,0x2d,0xd9,0x8,0xae,0x59,0xb3,0x66,0xc9,0x1a,0xb0, + 0x56,0xf,0x22,0x67,0xbf,0x13,0x27,0x26,0x87,0x71,0xc3,0x5b,0x6e,0x46,0x57,0x2c, + 0xed,0x6,0x32,0x60,0x30,0x1,0x51,0x33,0x6,0xa5,0x1d,0x6f,0xba,0x2b,0xa1,0x58, + 0xc2,0x76,0xa6,0x61,0x55,0xce,0x41,0xb1,0x4,0x82,0x43,0x44,0xbb,0x13,0x23,0x4d, + 0xe,0x2a,0xda,0xc2,0x65,0x3b,0xae,0xc1,0x76,0xb9,0x1b,0x80,0x0,0x81,0x10,0x35, + 0x13,0x51,0xdb,0xce,0x67,0xff,0xf4,0xe4,0xcf,0x27,0xcf,0xcf,0x8c,0x3d,0x14,0x31, + 0x63,0x85,0x66,0xa9,0x81,0x25,0xd,0x1,0x3f,0x23,0x54,0x2c,0x16,0x97,0xe8,0x5, + 0x8,0xdb,0x6,0xaf,0xc3,0xa9,0xb1,0x13,0x38,0x7c,0xec,0x29,0x5c,0x7f,0xd5,0x47, + 0x51,0xd5,0x65,0x37,0x9c,0x65,0x85,0x8a,0xb6,0x21,0x75,0x15,0x9a,0x25,0x14,0x3b, + 0x90,0xaa,0x82,0x42,0x65,0x12,0x55,0x5d,0x4,0x98,0x3d,0x1b,0xe1,0x6b,0x81,0x3b, + 0xa9,0x22,0x16,0x38,0x67,0x9f,0x84,0x21,0x22,0x10,0x64,0x80,0x60,0x20,0x66,0x26, + 0x11,0xc1,0x3a,0x3c,0xfb,0xef,0xfd,0xa5,0x33,0xe3,0xaf,0x7c,0xb3,0x60,0x4f,0xff, + 0x3e,0xd3,0x3d,0xd0,0x94,0xb3,0x25,0xe7,0x3,0xa2,0xd1,0x68,0x5b,0xf3,0x81,0x44, + 0x22,0x81,0xf7,0x5f,0xf3,0x29,0xfc,0x65,0xe4,0x7e,0x8c,0xbc,0xf8,0x4,0xae,0xd8, + 0x7e,0x1d,0xa4,0xaa,0x42,0xb1,0x84,0xd2,0xe,0x34,0x4b,0x68,0x76,0xc0,0x2c,0x51, + 0x96,0x79,0x94,0x9d,0x59,0x28,0xf6,0xb4,0x42,0xcf,0x45,0x8a,0xc4,0x0,0x48,0x80, + 0x20,0x40,0xe4,0x40,0x71,0x15,0x4,0x3,0x11,0x23,0x86,0x64,0x64,0x3d,0xe,0x1f, + 0xfd,0x1b,0x8e,0x9d,0x78,0xee,0xb7,0x49,0xe3,0x82,0xbd,0x5d,0xd9,0x3e,0x5d,0x74, + 0xa6,0x42,0xd,0x60,0x23,0x0,0xfc,0x21,0xd0,0xd4,0x8,0xb6,0x4b,0x44,0xeb,0x10, + 0xeb,0xba,0x1d,0xf,0x1d,0xf8,0xe,0x7a,0xd2,0xfd,0xb8,0x68,0xfd,0x36,0xd8,0xd5, + 0xb2,0x27,0xbc,0x1b,0xde,0x2a,0x5d,0x85,0x55,0x3d,0x8f,0xaa,0x2e,0xd6,0xb2,0x40, + 0x73,0x5a,0x0,0x90,0xaf,0x1,0x30,0x40,0x64,0x80,0xc9,0x80,0x20,0x13,0x3d,0xb1, + 0x8d,0x38,0x7d,0xfa,0x4,0x8e,0x1e,0x1b,0x79,0xe1,0xd2,0xbe,0xf7,0xfc,0xea,0x4b, + 0xef,0xf8,0xb6,0xfd,0xbb,0x23,0x8f,0xe2,0x43,0x1f,0x7b,0x5f,0xe7,0x34,0x0,0x58, + 0xde,0x6c,0x90,0x59,0xe1,0xa2,0xc1,0x1d,0x78,0xf7,0xee,0x5b,0xf1,0xd7,0x91,0x9f, + 0x23,0xd5,0xd5,0x8d,0x74,0x77,0xf,0xa4,0x2a,0x41,0xb3,0x82,0x66,0x89,0xaa,0x2a, + 0xc1,0xae,0x4e,0x41,0xe9,0xca,0xbc,0xb4,0x58,0xcd,0xe,0x30,0x81,0x48,0x80,0xc8, + 0x80,0x60,0x3,0x9a,0xc,0xf4,0x75,0xd,0xc0,0x9a,0xb5,0x31,0x72,0xe4,0x6f,0xe3, + 0xeb,0x93,0x43,0x7b,0x2f,0xc9,0xbc,0xfd,0x85,0x7,0x46,0x1e,0x6c,0x89,0xd1,0xfa, + 0x4,0x3b,0x13,0x91,0xaa,0xdb,0x88,0xd8,0x10,0x84,0x76,0xf,0xcd,0x1a,0xbb,0x2e, + 0x7e,0x2b,0x76,0x6f,0x79,0xf,0xe,0x3c,0xfb,0x8,0xaa,0x95,0xa,0xc,0x23,0x2, + 0x66,0xcf,0x1e,0x28,0x1b,0x8e,0x2a,0x42,0xe9,0x2a,0x14,0x57,0x20,0x75,0xd9,0x3d, + 0x54,0xc5,0x3d,0xb8,0x2,0xa9,0x2b,0x50,0xda,0x2d,0x27,0x22,0x49,0x98,0x32,0x81, + 0x83,0x23,0x8f,0xe5,0x23,0xd5,0xcc,0x8f,0xde,0xd0,0xbb,0xe7,0x61,0x10,0x9d,0x25, + 0x10,0xb7,0x12,0xc,0x2e,0x49,0x3,0xfc,0x2d,0x32,0xcb,0xd9,0x20,0xe1,0xe6,0xf2, + 0x9,0x1b,0xbb,0x77,0xe3,0x65,0x7d,0x4,0x4f,0xd,0xff,0xe,0x7b,0xae,0xfe,0x10, + 0x88,0x4,0x34,0x14,0xaa,0xd2,0x86,0xd4,0x65,0x28,0x76,0xed,0x2,0xb3,0x82,0xf6, + 0x86,0x1,0x80,0x9a,0xfa,0x6b,0x32,0x90,0x88,0xf4,0xa0,0xdb,0x5c,0x8b,0x7f,0xd, + 0x3f,0x55,0x29,0x9c,0x2f,0xff,0xf2,0xda,0x8d,0x37,0xfe,0x62,0x5d,0xf7,0x8e,0x53, + 0xa7,0x67,0xf,0x33,0x43,0x2f,0xba,0x51,0xba,0x91,0x6,0xf8,0x0,0x84,0xda,0x0, + 0xc3,0x30,0x6a,0x9b,0x27,0xda,0x39,0xfc,0x7b,0x13,0xf1,0x24,0xde,0xb5,0xfb,0x56, + 0xa0,0x1a,0xc1,0xa1,0x17,0x9f,0x44,0xc2,0x4c,0x1,0xac,0x51,0x51,0x16,0x24,0x57, + 0xa1,0xd8,0x81,0xd2,0x55,0x48,0xf6,0xde,0xb6,0xaf,0x9,0xde,0x9b,0x27,0x30,0xfa, + 0x13,0x17,0xe1,0xa5,0x97,0x8f,0xf0,0xd9,0xd3,0x67,0xfe,0xb0,0xbd,0xff,0x86,0xfb, + 0x3e,0xbc,0xeb,0x93,0xaf,0x8e,0xe6,0x5f,0x60,0xcd,0xb2,0x25,0xe1,0x17,0x68,0x40, + 0x7d,0x4e,0xb0,0x3e,0x25,0x6,0xb8,0x2b,0x43,0x42,0x88,0x8e,0x4c,0x86,0x92,0xe8, + 0xc2,0x9e,0x5d,0xb7,0xe0,0x91,0x7f,0x7c,0xf,0xa9,0x64,0xf,0x36,0x6e,0xb8,0x18, + 0x55,0x65,0xbb,0x6,0x51,0xbb,0x16,0xde,0x37,0x90,0xcc,0xae,0x27,0x10,0x2c,0x60, + 0x88,0x28,0xfa,0x93,0x9b,0x30,0x7e,0x36,0x87,0x17,0x5f,0x3a,0xf2,0xf4,0xfa,0xd4, + 0x95,0xf7,0x7e,0xe1,0xd3,0x5f,0x7e,0xe9,0xe1,0x87,0xfe,0xc0,0x8e,0x2e,0xb7,0x2c, + 0xfc,0x2,0x0,0x82,0x1a,0x60,0xdb,0x36,0xf2,0xf9,0x3c,0xfa,0xfb,0xfb,0x6b,0x3b, + 0x42,0xfc,0xd,0x12,0x9d,0x5c,0x1e,0x17,0xd4,0x85,0xab,0xb7,0x7c,0x4,0x7,0x5f, + 0xfc,0x35,0x12,0x89,0x2e,0xc4,0xcc,0x14,0xb8,0x3c,0x5a,0x13,0x5c,0x71,0x15,0x5a, + 0x4b,0x30,0x14,0xc0,0x80,0x26,0x13,0xfd,0x89,0x4d,0xa8,0xe4,0x9,0x87,0x8e,0x3c, + 0x73,0xac,0xb,0x3,0xf7,0x7c,0xf5,0x8e,0x1f,0x8d,0x3c,0xf8,0xc0,0xaf,0x59,0xb1, + 0x83,0x5b,0x6e,0xfe,0xc4,0x92,0x9e,0x1f,0x1a,0x9,0x9e,0x3c,0x79,0x12,0x53,0x53, + 0x53,0x88,0xc7,0xe3,0xc8,0x64,0x32,0xb5,0x45,0xc9,0xb5,0x6b,0xd7,0x76,0x7c,0xf, + 0xf1,0xe6,0x2d,0x9b,0xd1,0xd5,0x63,0xe2,0xc9,0x23,0xfb,0x70,0xc5,0xe5,0x57,0xa2, + 0x2b,0x9a,0xc1,0x6c,0x79,0xcc,0x4b,0x7c,0x2a,0x68,0x76,0xa0,0xd8,0x9d,0x33,0xf7, + 0x25,0x6,0x91,0xd0,0x83,0x38,0x78,0xf8,0xef,0x13,0x15,0x9b,0xef,0xb9,0xff,0x2b, + 0x7f,0xde,0x7f,0xdf,0xde,0x7b,0x19,0x44,0xf8,0xfc,0x6d,0x77,0x2e,0xf9,0xd9,0xa1, + 0x1a,0x30,0x38,0x38,0x88,0xbe,0xbe,0x3e,0xa4,0x52,0xa9,0x79,0x29,0xb1,0xa9,0xa9, + 0xa9,0x8e,0x25,0x44,0x32,0x99,0xc,0xba,0xbb,0xbb,0x1,0x0,0x57,0x5d,0x7a,0x3, + 0xa6,0xb,0xe3,0x38,0x7a,0xf4,0x0,0x76,0xec,0xda,0x85,0x8a,0x93,0x87,0xad,0x2b, + 0x5e,0x3a,0xc4,0x4d,0x81,0x77,0x45,0x7a,0xd1,0x1f,0xdf,0x86,0xe7,0xf,0x1d,0x2a, + 0x4e,0xe4,0x26,0xee,0x7d,0xdb,0x85,0xb7,0xff,0xe6,0xae,0xef,0xdf,0xc2,0x51,0x23, + 0x8e,0xaf,0xdd,0xb1,0xb7,0x2d,0x1e,0x42,0xbd,0x40,0x36,0x9b,0x6d,0xf8,0xa6,0x3b, + 0xf9,0xf6,0x6b,0xeb,0x7d,0xcc,0x30,0x84,0x81,0xeb,0x87,0x6e,0xc4,0x54,0x61,0xc, + 0xaf,0x9e,0x38,0x81,0xb,0xb7,0x6c,0xc7,0xa9,0xd9,0x11,0xb0,0x52,0x60,0x32,0x11, + 0x31,0xe2,0xd8,0x90,0x1e,0xc2,0x7f,0x5e,0x7e,0x55,0xbf,0x7a,0xea,0xf8,0x8f,0x63, + 0xd4,0xfb,0xc3,0x91,0xf1,0x7d,0x2a,0x6a,0x76,0xe1,0xbe,0x3b,0xf7,0xb7,0xcd,0xc3, + 0x82,0x21,0xe0,0xa5,0xc4,0x1a,0x92,0xbf,0x55,0xb6,0x93,0x14,0x4,0x21,0x1e,0x4d, + 0xe2,0x3,0xd7,0x7c,0x6,0xfb,0xf6,0x7f,0x3,0xe7,0xc6,0x66,0xb1,0x76,0x70,0x3b, + 0xce,0xe4,0x9f,0x87,0x60,0x13,0xeb,0xba,0x77,0xe2,0xfc,0x98,0x85,0xa3,0xc7,0xe, + 0x3f,0x52,0x2e,0x95,0xbe,0x81,0x98,0x28,0x69,0x15,0xc3,0x4f,0xee,0x3e,0xb8,0xac, + 0xe7,0x37,0x74,0x83,0x8b,0x5,0x42,0x2b,0x45,0xcc,0x1a,0x99,0xf4,0x0,0x3e,0xf8, + 0xa6,0xcf,0x61,0x62,0xfc,0x3c,0x9c,0x42,0x4,0x83,0xa9,0xad,0xb8,0x20,0x7d,0x29, + 0x9c,0x7c,0xc,0x87,0x8e,0x3c,0xf3,0xcf,0x7c,0x61,0xfa,0x2e,0x23,0x22,0xce,0x9, + 0x83,0x50,0x74,0xa6,0x97,0xfd,0xcc,0xb0,0x38,0x60,0xd5,0x48,0xb3,0xc6,0xc6,0x81, + 0x6d,0x78,0xef,0x95,0xb7,0xe1,0xf8,0xf1,0x57,0x90,0xc2,0x7a,0x24,0x79,0x3d,0x86, + 0xf,0x3f,0x7d,0xea,0xfc,0xd4,0xc4,0x9d,0xb1,0x68,0xfc,0x18,0x6b,0x46,0xb9,0x5c, + 0x6a,0x3a,0xc9,0x69,0x95,0xe6,0xd,0x1,0x22,0x62,0xad,0xb5,0x2a,0x16,0x8b,0x16, + 0xdc,0xe4,0x22,0x7,0xb4,0x61,0xc1,0xbf,0x17,0xb,0x84,0xb6,0xfb,0x7d,0xd6,0xd5, + 0x37,0xbb,0xa6,0x56,0xb7,0xf9,0x82,0x21,0xde,0x92,0xbd,0x56,0x3c,0x33,0xfc,0xf8, + 0xa0,0xd2,0x4e,0x79,0x74,0xfc,0xb5,0xaf,0x46,0xb,0x6f,0x78,0xe2,0xc4,0xc9,0xa3, + 0x18,0xfe,0xe3,0x4c,0xc7,0x0,0x9f,0x7,0x80,0x69,0x9a,0xba,0x5c,0x2e,0x8f,0xf, + 0xf,0xf,0x3f,0xea,0x7d,0x35,0x16,0xf6,0x45,0x97,0xc2,0xfc,0x2f,0xb6,0x42,0xbf, + 0xe2,0xa,0x9e,0x7b,0x9,0x4b,0xed,0x2d,0x5f,0xb1,0xd6,0xba,0x56,0xe,0xfe,0xbb, + 0x8a,0xc0,0xba,0x6a,0x77,0xe3,0xec,0x6b,0xb9,0xab,0x67,0xcb,0x63,0x93,0x47,0x9f, + 0xb2,0x1e,0x3e,0xfe,0xcc,0xd3,0x31,0x20,0xb8,0x15,0x20,0xf4,0xb3,0xbb,0x46,0xa0, + 0x2f,0xe,0x0,0x80,0x73,0x5a,0xeb,0x6f,0xe5,0xf3,0x79,0xaa,0x5b,0x5c,0x5c,0xd0, + 0x61,0x48,0xfb,0xbc,0xa6,0x72,0xb9,0xc,0xcb,0xb2,0x68,0x66,0x66,0x86,0xa,0x85, + 0x82,0xb0,0x2c,0x4b,0xd8,0xb6,0x2d,0x8a,0xc5,0x22,0x95,0xcb,0x65,0x51,0xa9,0x54, + 0x84,0xe3,0x38,0xa2,0x5a,0xad,0xa,0x29,0x25,0x49,0x29,0x49,0x29,0x25,0x94,0x52, + 0xa4,0x94,0x22,0xd6,0x40,0x49,0xce,0x3c,0x9b,0x2f,0xcc,0xca,0x52,0x5e,0xf7,0xd6, + 0x9,0xea,0x3,0x1b,0xdc,0x17,0xa8,0xeb,0xca,0xc1,0xba,0x86,0xd9,0xae,0x7a,0x0, + 0x14,0x11,0x4d,0xb6,0xb3,0xfc,0x1d,0x24,0xad,0x35,0x76,0xee,0xdc,0x89,0xa1,0xa1, + 0x21,0x82,0x6b,0x67,0x8c,0xc0,0x21,0x16,0x29,0xc3,0x2b,0xfb,0xf7,0xfa,0xf5,0xb1, + 0x10,0xc1,0x82,0x65,0xe5,0x5d,0xab,0x2,0x6d,0xfe,0x22,0x89,0xaa,0xd3,0x1e,0x0, + 0x1d,0xf8,0x54,0xad,0x45,0xf2,0xf3,0xe2,0xbe,0x40,0xc1,0x72,0x7d,0x1d,0xd5,0x1d, + 0x41,0xa,0x6a,0xa2,0xff,0xf6,0x83,0xda,0x10,0xd4,0xa,0x5d,0x77,0xd,0x87,0x31, + 0xb6,0xda,0x44,0x2d,0xd6,0x35,0x2,0x62,0xb1,0xba,0xd7,0xe9,0x75,0x5a,0x84,0xfe, + 0xb,0xae,0x6b,0xae,0xa9,0x7a,0x92,0x13,0x3a,0x0,0x0,0x0,0x25,0x74,0x45,0x58, + 0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31, + 0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x32,0x32,0x3a,0x32,0x32,0x3a,0x32,0x30, + 0x2b,0x30,0x38,0x3a,0x30,0x30,0xa3,0xf3,0x4a,0xdc,0x0,0x0,0x0,0x25,0x74,0x45, + 0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30, + 0x31,0x31,0x2d,0x30,0x35,0x2d,0x31,0x38,0x54,0x32,0x30,0x3a,0x34,0x35,0x3a,0x30, + 0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0xa4,0x19,0xe,0x81,0x0,0x0,0x0,0x43,0x74, + 0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72, + 0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69, + 0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61, + 0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65, + 0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45, + 0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e, + 0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0, + 0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61, + 0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x31,0x32,0x38,0x43,0x7c, + 0x41,0x80,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x31,0x32, + 0x38,0xd0,0x8d,0x11,0xdd,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61, + 0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45, + 0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31, + 0x33,0x30,0x35,0x37,0x32,0x32,0x37,0x30,0x30,0xd2,0x23,0xa8,0x5d,0x0,0x0,0x0, + 0x11,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65, + 0x0,0x35,0x37,0x36,0x38,0x42,0x3a,0xc7,0xa4,0x3,0x0,0x0,0x0,0x5e,0x74,0x45, + 0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c, + 0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f, + 0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61, + 0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69, + 0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73, + 0x72,0x63,0x2f,0x31,0x32,0x31,0x2f,0x31,0x32,0x31,0x36,0x37,0x2e,0x70,0x6e,0x67, + 0x6,0x5a,0x4d,0xcc,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/Draw.png + 0x0,0x0,0x49,0xd6, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x3,0x84,0x0,0x0,0x3,0x84,0x8,0x6,0x0,0x0,0x0,0xf9,0x4e,0xff,0x3b, + 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88, + 0x0,0x0,0x20,0x0,0x49,0x44,0x41,0x54,0x78,0x9c,0xec,0xdd,0x7b,0xb8,0x5c,0x75, + 0x61,0xef,0xff,0xb5,0x73,0x81,0x44,0x93,0x10,0x20,0x24,0x22,0x1c,0x22,0xb1,0x5, + 0x21,0x82,0xc8,0xa5,0xe5,0x22,0x90,0x1f,0x8,0x88,0x50,0xe4,0x12,0x2e,0x62,0xd5, + 0xb6,0x4a,0xa9,0x55,0x6b,0x2d,0xd4,0x52,0x7b,0x44,0xe0,0x54,0xb4,0xc5,0x2a,0x68, + 0xbd,0x94,0xd6,0xb,0x2,0x45,0xf9,0x9,0x7,0x10,0x15,0xb0,0x8,0x8a,0x48,0xd, + 0x78,0x10,0x1b,0x14,0x10,0x34,0x22,0x48,0x24,0x10,0xc2,0x2d,0x1,0x92,0x9d,0xcf, + 0xf9,0x23,0x9b,0x53,0x9c,0xac,0x99,0xbd,0x93,0xcc,0xac,0xb5,0xf6,0xec,0xd7,0xeb, + 0x79,0xde,0xcf,0xe9,0xb3,0x73,0x1e,0x99,0xdb,0xe6,0xf9,0x7e,0x58,0x93,0x99,0xa2, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd6,0xd3,0x40,0xdd,0x37, + 0x0,0x0,0x60,0xb4,0x4a,0xb2,0x43,0x51,0x14,0xdb,0x14,0x45,0xb1,0x45,0x51,0x14, + 0x9b,0x15,0x45,0xb1,0x69,0x51,0x14,0xd3,0x8b,0xa2,0x98,0x56,0x14,0xc5,0x26,0x43, + 0xff,0xef,0x40,0x51,0x14,0x4b,0x8b,0xa2,0x78,0xb4,0x28,0x8a,0x47,0x5e,0xf0,0x7f, + 0xbf,0xb0,0xa5,0x3,0x3,0x3,0x4b,0xab,0xbe,0xfd,0x0,0x6,0x21,0x0,0xc0,0x3a, + 0x4a,0xb2,0x69,0x51,0x14,0xdf,0x29,0x8a,0x62,0xa7,0x2e,0xfe,0xcf,0xae,0x28,0x8a, + 0xe2,0xf6,0xa2,0x28,0x16,0x14,0x45,0x71,0x6b,0x51,0x14,0xb,0x6,0x6,0x6,0xee, + 0xed,0xe2,0xff,0x3e,0xc0,0x5a,0xc,0x42,0x0,0x80,0x75,0xd0,0xa3,0x31,0xd8,0xce, + 0x63,0x45,0x51,0xdc,0x56,0xac,0x19,0x89,0xb,0x8a,0xa2,0xf8,0xcf,0x81,0x81,0x81, + 0x87,0x2b,0xf8,0xe7,0x2,0x63,0x84,0x41,0x8,0x0,0x30,0x42,0x49,0x36,0x2b,0x8a, + 0xe2,0x86,0xa2,0x28,0x76,0xae,0xf1,0x66,0xfc,0xba,0x28,0x8a,0x1b,0x8b,0xa2,0xb8, + 0xaa,0x28,0x8a,0xaf,0xf,0xc,0xc,0x3c,0x55,0xe3,0x6d,0x1,0x46,0x39,0x83,0x10, + 0x0,0x60,0x4,0x2a,0xbe,0x32,0x38,0x52,0xcf,0x16,0x45,0xf1,0xed,0xa2,0x28,0xfe, + 0x77,0x51,0x14,0x57,0xba,0x7a,0x8,0xac,0x2b,0x83,0x10,0x0,0x60,0x18,0x49,0x36, + 0x2f,0xd6,0x5c,0x19,0x2c,0x1d,0x83,0xd7,0x5f,0x7f,0x7d,0xb1,0x70,0xe1,0xc2,0xe2, + 0xde,0x7b,0xef,0x2d,0xee,0xbf,0xff,0xfe,0xe2,0xf1,0xc7,0x1f,0x2f,0xfd,0xdf,0x99, + 0x36,0x6d,0x5a,0x31,0x63,0xc6,0x8c,0x62,0xd6,0xac,0x59,0xc5,0x4b,0x5e,0xf2,0x92, + 0x62,0xbb,0xed,0xb6,0x2b,0xb6,0xdd,0x76,0xdb,0xe2,0x15,0xaf,0x78,0x45,0xb7,0x6e, + 0xea,0xf7,0x8b,0xa2,0xb8,0xb2,0x28,0x8a,0xcb,0x6,0x6,0x6,0xee,0xeb,0xd6,0xff, + 0x28,0x0,0x0,0xc0,0x98,0x94,0x64,0xd3,0x24,0x3f,0x4e,0x1b,0x6f,0x7c,0xe3,0x1b, + 0x53,0x14,0xc5,0x6,0xb7,0xf3,0xce,0x3b,0xe7,0x8d,0x6f,0x7c,0x63,0xfe,0xe1,0x1f, + 0xfe,0x21,0xd7,0x5d,0x77,0x5d,0x1e,0x7c,0xf0,0xc1,0x76,0xff,0xc8,0x91,0xba,0x25, + 0xc9,0x5b,0x93,0x4c,0xaa,0xfc,0x41,0x3,0x0,0x0,0x18,0xed,0x86,0x1b,0x83,0xc7, + 0x1f,0x7f,0x7c,0x57,0xc6,0x60,0xbb,0xa6,0x4f,0x9f,0x9e,0xd7,0xbc,0xe6,0x35,0xf9, + 0xb3,0x3f,0xfb,0xb3,0x5c,0x74,0xd1,0x45,0x79,0xfc,0xf1,0xc7,0xd7,0x67,0x18,0x2e, + 0x4d,0xf2,0xf1,0x24,0xdb,0x57,0xf8,0xd0,0x1,0x0,0x0,0x8c,0x5e,0x9d,0xc6,0xe0, + 0xaa,0x55,0xab,0x72,0xd4,0x51,0x47,0xf5,0x74,0xc,0x96,0xb5,0xd1,0x46,0x1b,0xe5, + 0x90,0x43,0xe,0xc9,0x67,0x3f,0xfb,0xd9,0x3c,0xf4,0xd0,0x43,0xeb,0x33,0xe,0x6f, + 0x4c,0x72,0x7c,0x92,0x8d,0xaa,0x79,0x14,0x1,0x0,0x0,0x46,0x99,0x24,0x9b,0x25, + 0xb9,0xa3,0x49,0x63,0xb0,0xb5,0x81,0x81,0x81,0xec,0xb7,0xdf,0x7e,0xf9,0xf4,0xa7, + 0x3f,0x9d,0x25,0x4b,0x96,0xac,0xeb,0x30,0x7c,0x28,0xc9,0x29,0x49,0x26,0xf7,0xfe, + 0xd1,0x4,0x0,0x0,0x18,0x25,0x3a,0x8d,0xc1,0xa4,0x7b,0x7f,0x67,0xb0,0xdb,0x1d, + 0x74,0xd0,0x41,0xf9,0xfc,0xe7,0x3f,0x9f,0x27,0x9e,0x78,0x62,0x5d,0x86,0xe1,0x92, + 0x24,0x7f,0x97,0x64,0x6a,0x4f,0x1f,0x54,0x0,0x0,0x80,0xa6,0x4b,0x3,0xdf,0x26, + 0xba,0xae,0x4d,0x9a,0x34,0x29,0xc7,0x1d,0x77,0x5c,0xbe,0xfe,0xf5,0xaf,0x67,0xd5, + 0xaa,0x55,0x23,0x1d,0x86,0xcb,0x92,0xfc,0xaf,0xac,0xf9,0x9e,0x45,0x0,0x0,0x80, + 0xb1,0x25,0xc9,0xe6,0xed,0xc6,0x60,0x93,0xaf,0xc,0x76,0x6a,0xd6,0xac,0x59,0xf9, + 0xcb,0xbf,0xfc,0xcb,0x2c,0x5c,0xb8,0x70,0xa4,0xc3,0x70,0x45,0xd6,0x7c,0x0,0xcd, + 0x4b,0x7a,0xf3,0x28,0x3,0x0,0x0,0x34,0x4c,0x3f,0x5c,0x19,0x1c,0xae,0x3,0xe, + 0x38,0x20,0x57,0x5d,0x75,0x55,0x56,0xaf,0x5e,0x3d,0xd2,0x61,0xf8,0xa9,0x24,0x5b, + 0x77,0xff,0xd1,0x6,0x0,0x0,0x68,0x88,0xb1,0x30,0x6,0x5f,0xd8,0xcb,0x5f,0xfe, + 0xf2,0x9c,0x77,0xde,0x79,0x79,0xf2,0xc9,0x27,0x47,0x32,0xc,0x9f,0x4d,0xf2,0xe1, + 0x24,0x2f,0xea,0xf2,0xc3,0xe,0x0,0x0,0x50,0xaf,0x4e,0x63,0x30,0xe9,0xfd,0xf7, + 0xc,0xd6,0xd9,0xd4,0xa9,0x53,0xf3,0xb7,0x7f,0xfb,0xb7,0x23,0xfd,0x10,0x9a,0x7, + 0x92,0x1c,0xdf,0xcd,0xc7,0x1e,0x0,0x0,0xa0,0x36,0x63,0xed,0xca,0x60,0xbb,0x66, + 0xcc,0x98,0x91,0x73,0xcf,0x3d,0x37,0xcf,0x3e,0xfb,0xec,0x48,0x86,0xe1,0x77,0x92, + 0xec,0xd0,0xb5,0x27,0x1,0x0,0x0,0xa0,0x6a,0xc6,0xe0,0xda,0xbd,0xec,0x65,0x2f, + 0xcb,0x45,0x17,0x5d,0x34,0x92,0xbf,0x63,0xb8,0x32,0x6b,0x3e,0x78,0x66,0x5a,0x77, + 0x9e,0xd,0x0,0x0,0x80,0x8a,0x74,0x1a,0x83,0x49,0x7f,0xbf,0x4d,0x74,0x24,0xcd, + 0x9d,0x3b,0x37,0x5f,0xfb,0xda,0xd7,0x46,0x72,0xb5,0x70,0x71,0x92,0xb7,0x26,0x19, + 0xe8,0xc2,0xd3,0x2,0x0,0x0,0xd0,0x5b,0xae,0xc,0x8e,0xbc,0xfd,0xf7,0xdf,0x3f, + 0x3f,0xf9,0xc9,0x4f,0x46,0x32,0xc,0xbf,0x17,0x9f,0x46,0xa,0x0,0x0,0x34,0x99, + 0x31,0xb8,0xee,0x8d,0x1b,0x37,0x2e,0x7f,0xf2,0x27,0x7f,0x92,0xc5,0x8b,0x17,0xf, + 0x37,0xa,0x9f,0x48,0xf2,0xb6,0xd,0x7b,0x86,0x0,0x0,0x0,0x7a,0xc0,0x18,0xdc, + 0xb0,0x5e,0xf4,0xa2,0x17,0xe5,0xf4,0xd3,0x4f,0xcf,0x53,0x4f,0x3d,0x35,0xdc,0x30, + 0xfc,0x56,0x92,0x99,0x1b,0xf0,0x54,0x1,0x0,0x0,0x74,0x8f,0x31,0xd8,0xbd,0xb6, + 0xdc,0x72,0xcb,0x5c,0x7b,0xed,0xb5,0xc3,0x8d,0xc2,0x47,0x93,0x9c,0xb0,0xbe,0xcf, + 0x17,0x0,0x0,0x40,0x57,0x18,0x83,0xbd,0xe9,0xc4,0x13,0x4f,0xcc,0x92,0x25,0x4b, + 0x86,0x1b,0x86,0x57,0x26,0xd9,0x74,0xbd,0x9e,0x38,0x0,0x0,0x80,0xd,0x61,0xc, + 0xf6,0xb6,0x19,0x33,0x66,0xe4,0x92,0x4b,0x2e,0x19,0x6e,0x14,0x3e,0x9c,0xe4,0x75, + 0xeb,0xf1,0xf4,0x1,0x0,0x0,0xac,0x1f,0x63,0xb0,0xba,0xe,0x3e,0xf8,0xe0,0xfc, + 0xfa,0xd7,0xbf,0x1e,0x6e,0x18,0x9e,0x97,0x64,0xc2,0xba,0x3e,0x8f,0x0,0x0,0x0, + 0xeb,0xa4,0xd3,0x18,0x4c,0x7c,0xcf,0x60,0x2f,0x9a,0x3a,0x75,0x6a,0x2e,0xba,0xe8, + 0xa2,0xe1,0x46,0xe1,0xf,0x92,0xcc,0x5a,0xb7,0x67,0x13,0x0,0x0,0x60,0x84,0x5c, + 0x19,0xac,0xb7,0xb7,0xbc,0xe5,0x2d,0x79,0xfa,0xe9,0xa7,0x3b,0x8d,0xc2,0x87,0x93, + 0xec,0xb5,0xe,0x4f,0x29,0x0,0x0,0xc0,0xf0,0x8c,0xc1,0x66,0xf4,0xf2,0x97,0xbf, + 0x3c,0x3f,0xfa,0xd1,0x8f,0x3a,0x8d,0xc2,0x55,0x49,0xde,0x37,0xe2,0x27,0x16,0x0, + 0x0,0xa0,0x13,0x63,0xb0,0x59,0x6d,0xbc,0xf1,0xc6,0xf9,0xc4,0x27,0x3e,0xd1,0x69, + 0x14,0x26,0xc9,0x37,0x92,0x4c,0x19,0xe1,0x53,0xc,0x0,0x0,0xb0,0x36,0x63,0xb0, + 0xb9,0x1d,0x76,0xd8,0x61,0x59,0xba,0x74,0x69,0xa7,0x51,0xf8,0xf3,0x24,0xaf,0x18, + 0xc9,0xf3,0xc,0x0,0x0,0xf0,0x5b,0x3a,0x8d,0xc1,0xc4,0x7,0xc8,0x34,0xa1,0xad, + 0xb6,0xda,0x2a,0xb7,0xdd,0x76,0x5b,0xa7,0x51,0xf8,0x74,0x92,0x83,0x87,0x7f,0xb6, + 0x1,0x0,0x0,0x86,0xb8,0x32,0x38,0x7a,0x9a,0x34,0x69,0x52,0x2e,0xbd,0xf4,0xd2, + 0x4e,0xa3,0x70,0x30,0xc9,0xbb,0x87,0x7b,0xce,0x1,0x0,0x0,0x8c,0xc1,0x51,0xda, + 0x69,0xa7,0x9d,0x96,0xd5,0xab,0x57,0x77,0x1a,0x86,0xe7,0x27,0x19,0xe8,0xf8,0xe4, + 0x3,0x0,0x0,0x63,0x97,0x31,0x38,0xba,0x7b,0xfd,0xeb,0x5f,0x9f,0x27,0x9f,0x7c, + 0xb2,0xd3,0x28,0xbc,0x26,0xc9,0xe4,0xe,0x2f,0x1,0x0,0x0,0x60,0x2c,0x32,0x6, + 0xfb,0xa3,0x57,0xbc,0xe2,0x15,0xf9,0xd9,0xcf,0x7e,0xd6,0x69,0x14,0xde,0x91,0xe4, + 0xa5,0x6d,0x5f,0x8,0x0,0x0,0xc0,0xd8,0x62,0xc,0xf6,0x57,0xd3,0xa6,0x4d,0xcb, + 0xb7,0xbe,0xf5,0xad,0x4e,0xa3,0x70,0x71,0x92,0x9d,0xda,0xbc,0x1c,0x0,0x0,0x80, + 0xb1,0x22,0xc9,0x34,0x63,0xb0,0xff,0x1a,0x37,0x6e,0x5c,0xce,0x3f,0xff,0xfc,0x4e, + 0xa3,0xd0,0x27,0x90,0x2,0x0,0xc0,0x58,0x36,0x34,0x6,0x7f,0x68,0xc,0xf6,0x6f, + 0xa7,0x9c,0x72,0x4a,0xa7,0xf,0x9b,0x19,0x4c,0xf2,0xf6,0xb5,0x5f,0x19,0x0,0x0, + 0x40,0x5f,0x33,0x6,0xc7,0x4e,0x87,0x1f,0x7e,0x78,0x56,0xac,0x58,0xd1,0xe9,0x6a, + 0xe1,0x87,0x5a,0x5f,0x1f,0x0,0x0,0x40,0x9f,0x32,0x6,0xc7,0x5e,0xbb,0xed,0xb6, + 0x5b,0x96,0x2c,0x59,0xd2,0x69,0x14,0x7e,0xba,0x0,0x0,0x0,0xfa,0x9b,0x31,0x38, + 0x76,0xdb,0x66,0x9b,0x6d,0x72,0xf7,0xdd,0x77,0x77,0x1a,0x85,0x17,0x15,0x0,0x0, + 0x40,0x7f,0x32,0x6,0xb5,0xc9,0x26,0x9b,0xe4,0xa6,0x9b,0x6e,0xea,0x34,0xa,0x2f, + 0x4d,0x32,0xbe,0x0,0x0,0x0,0xfa,0x47,0xa7,0x31,0x98,0x24,0xc7,0x1f,0x7f,0x7c, + 0xed,0x63,0x45,0xd5,0x75,0xf1,0xc5,0x17,0x77,0x1a,0x85,0xdf,0x48,0xb2,0x51,0x1, + 0x0,0x0,0x8c,0x7e,0xae,0xc,0xaa,0xb5,0x81,0x81,0x81,0xe1,0xbe,0x96,0xe2,0xbb, + 0x49,0x5e,0x54,0x0,0x0,0x0,0xa3,0x97,0x31,0xa8,0x4e,0x9d,0x79,0xe6,0x99,0x9d, + 0x46,0xe1,0x6d,0x49,0xa6,0x16,0x0,0x0,0xc0,0xe8,0x93,0x64,0xba,0x31,0xa8,0xe1, + 0x3a,0xe9,0xa4,0x93,0x3a,0x7d,0x57,0xe1,0x1d,0x49,0xb6,0x28,0x0,0x0,0x80,0xd1, + 0xc3,0x95,0x41,0xad,0x4b,0x27,0x9c,0x70,0x42,0x56,0xae,0x5c,0xd9,0x6e,0x14,0x2e, + 0x4c,0xb2,0x49,0x1,0x0,0x0,0x34,0x9f,0x31,0xa8,0xf5,0xe9,0xe0,0x83,0xf,0xce, + 0x33,0xcf,0x3c,0xd3,0x6e,0x14,0x2e,0x48,0x32,0xb9,0x0,0x0,0x0,0x9a,0xcb,0x18, + 0xd4,0x86,0xb4,0xcf,0x3e,0xfb,0xe4,0x89,0x27,0x9e,0x68,0x37,0xa,0x6f,0x48,0x32, + 0xb1,0x0,0x0,0x0,0x9a,0xa7,0xd3,0x18,0x4c,0x7c,0xb5,0x84,0x46,0xd6,0xee,0xbb, + 0xef,0x9e,0x65,0xcb,0x96,0xb5,0x7b,0x19,0x7d,0x2d,0xc9,0xb8,0x2,0x0,0x0,0x68, + 0xe,0x57,0x6,0xd5,0xcd,0x76,0xdb,0x6d,0xb7,0x3c,0xf9,0xe4,0x93,0xed,0x46,0xe1, + 0xbf,0x17,0x0,0x0,0x40,0x33,0x18,0x83,0xea,0x45,0x7b,0xee,0xb9,0x67,0x9e,0x7e, + 0xfa,0xe9,0x76,0xa3,0xf0,0xdc,0x2,0x0,0x0,0xa8,0x57,0x7c,0xb5,0x84,0x7a,0xd8, + 0x7e,0xfb,0xed,0x97,0x15,0x2b,0x56,0xb4,0x1b,0x85,0x7f,0x57,0x0,0x0,0x0,0xf5, + 0x70,0x65,0x50,0x55,0xf4,0xda,0xd7,0xbe,0x36,0xcf,0x3e,0xfb,0x6c,0xbb,0x51,0x78, + 0x72,0x1,0x0,0x0,0x54,0xab,0xd3,0x18,0x4c,0x92,0x63,0x8f,0x3d,0xb6,0xf6,0x21, + 0xa1,0xfe,0xe9,0x98,0x63,0x8e,0x69,0xf7,0x52,0x5b,0x9d,0xe4,0x84,0x2,0x0,0x0, + 0xa8,0x86,0x2b,0x83,0xaa,0xa3,0xf7,0xbd,0xef,0x7d,0xed,0x46,0xe1,0xaa,0x24,0x7b, + 0x17,0x0,0x0,0x40,0x6f,0x19,0x83,0xaa,0xb3,0xcf,0x7f,0xfe,0xf3,0xed,0x46,0xe1, + 0xd2,0x24,0x2f,0x2b,0x0,0x0,0x80,0xde,0x30,0x6,0x55,0x77,0xe3,0xc7,0x8f,0xcf, + 0x8d,0x37,0xde,0xd8,0x6e,0x14,0xde,0x9d,0x64,0x6a,0x1,0x0,0x0,0x74,0x97,0x31, + 0xa8,0xa6,0x34,0x6d,0xda,0xb4,0xfc,0xe4,0x27,0x3f,0x69,0x37,0xa,0xbf,0x1d,0x5f, + 0x5c,0xf,0x0,0x0,0xdd,0xd3,0x69,0xc,0x26,0x3e,0x40,0x46,0xd5,0x37,0x7b,0xf6, + 0xec,0x2c,0x59,0xb2,0xa4,0xdd,0x4b,0xf2,0x5f,0xb,0x0,0x0,0x60,0xc3,0xb9,0x32, + 0xa8,0xa6,0xb6,0xeb,0xae,0xbb,0xe6,0xa9,0xa7,0x9e,0x6a,0x37,0xa,0xdf,0x5b,0x0, + 0x0,0x0,0xeb,0xcf,0x18,0x54,0xd3,0x7b,0xed,0x6b,0x5f,0x9b,0x55,0xab,0x56,0x95, + 0xbd,0x44,0x7,0x93,0x1c,0x5c,0x0,0x0,0x0,0xeb,0xce,0x18,0xd4,0x68,0xe9,0xad, + 0x6f,0x7d,0x6b,0xbb,0xab,0x84,0x4f,0x26,0xd9,0xa1,0x0,0x0,0x0,0x46,0xce,0x18, + 0xd4,0x68,0xeb,0x43,0x1f,0xfa,0x50,0xbb,0x51,0xf8,0x8b,0x24,0x53,0xa,0x0,0x0, + 0x60,0x78,0x9d,0xc6,0x60,0xe2,0x3,0x64,0xd4,0xdc,0x2e,0xbb,0xec,0xb2,0x76,0x2f, + 0xdb,0x2b,0xa,0x0,0x0,0xa0,0x33,0x57,0x6,0x35,0x9a,0x9b,0x32,0x65,0x4a,0x7e, + 0xf6,0xb3,0x9f,0xb5,0x1b,0x85,0xa7,0x16,0x0,0x0,0x40,0x39,0x63,0x50,0xfd,0xd0, + 0xe,0x3b,0xec,0x90,0xa7,0x9f,0x7e,0xba,0xec,0x65,0xbc,0x32,0xc9,0xde,0x5,0x0, + 0x0,0xf0,0xdb,0x8c,0x41,0xf5,0x53,0xf3,0xe7,0xcf,0x6f,0x77,0x95,0x70,0x71,0x92, + 0xcd,0xa,0x0,0x0,0x60,0xd,0x63,0x50,0xfd,0xd8,0x67,0x3f,0xfb,0xd9,0x76,0xa3, + 0xf0,0xdb,0x49,0x6,0xa,0x0,0x0,0x18,0xeb,0x3a,0x8d,0xc1,0xc4,0x7,0xc8,0x68, + 0x74,0xf7,0xc3,0x1f,0xb6,0x7d,0x69,0x9f,0x55,0x0,0x0,0xc0,0x58,0xe6,0xca,0xa0, + 0xfa,0xbd,0x97,0xbe,0xf4,0xa5,0x79,0xf4,0xd1,0x47,0xcb,0x5e,0xe2,0xab,0x93,0xcc, + 0x2b,0x0,0x0,0x60,0x2c,0x32,0x6,0x35,0x56,0xda,0x6f,0xbf,0xfd,0x32,0x38,0x38, + 0x58,0xf6,0x52,0x7f,0x24,0xc9,0x4b,0xb,0x0,0x0,0x18,0x4b,0x8c,0x41,0x8d,0xb5, + 0x4e,0x3b,0xed,0xb4,0x76,0x6f,0x1d,0xfd,0x5e,0x1,0x0,0x0,0x63,0x45,0xa7,0x31, + 0x98,0x24,0xc7,0x1d,0x77,0x5c,0xed,0x87,0x77,0xa9,0x17,0x5d,0x71,0xc5,0x15,0xed, + 0x5e,0xf6,0xef,0x29,0x0,0x0,0xa0,0xdf,0xb9,0x32,0xa8,0xb1,0xdc,0x66,0x9b,0x6d, + 0x96,0xdf,0xfc,0xe6,0x37,0x65,0x2f,0xff,0x15,0x49,0xe6,0x14,0x0,0x0,0xd0,0xaf, + 0x8c,0x41,0xa9,0xc8,0xa1,0x87,0x1e,0xda,0xee,0x2a,0xe1,0x82,0xf8,0x2a,0xa,0x0, + 0x0,0xfa,0x91,0x31,0x28,0xfd,0x77,0x9f,0xfb,0xdc,0xe7,0xda,0x8d,0xc2,0xf7,0x15, + 0x0,0x0,0xd0,0x4f,0x8c,0x41,0xe9,0xb7,0x7b,0xf1,0x8b,0x5f,0x9c,0x7,0x1f,0x7c, + 0xb0,0xec,0x57,0xe2,0xd9,0x24,0xaf,0x28,0x0,0x0,0xa0,0x1f,0x24,0x79,0x71,0xbb, + 0x31,0x98,0x24,0xf3,0xe7,0xcf,0xaf,0xfd,0x70,0x2e,0xd5,0xd1,0x1,0x7,0x1c,0xd0, + 0xee,0xd7,0xe2,0x47,0xde,0x3a,0xa,0x0,0xc0,0xa8,0x37,0x34,0x6,0xff,0xd3,0x95, + 0x41,0xa9,0xbc,0x7f,0xf9,0x97,0x7f,0x69,0x37,0xa,0x4f,0x2f,0x0,0x0,0x60,0xb4, + 0x32,0x6,0xa5,0xe1,0x9b,0x32,0x65,0x4a,0x1e,0x78,0xe0,0x81,0xb2,0x5f,0x93,0x95, + 0x49,0x76,0x2e,0x0,0x0,0x60,0xb4,0x31,0x6,0xa5,0x91,0x77,0xe0,0x81,0x7,0xb6, + 0xbb,0x4a,0x78,0x7b,0x1,0x0,0x0,0xa3,0x89,0x31,0x28,0xad,0x7b,0x17,0x5c,0x70, + 0x41,0xbb,0x51,0xf8,0xb6,0x2,0x0,0x0,0x46,0x3,0x63,0x50,0x5a,0xbf,0xa6,0x4f, + 0x9f,0x9e,0x47,0x1e,0x79,0xa4,0xec,0x57,0xe7,0xe1,0x24,0x53,0xa,0x0,0x0,0x68, + 0x32,0x63,0x50,0xda,0xb0,0x4e,0x3c,0xf1,0xc4,0x76,0x57,0x9,0xcf,0x2d,0x0,0x0, + 0xa0,0xa9,0x8c,0x41,0xa9,0x3b,0x5d,0x73,0xcd,0x35,0xa5,0xbf,0x46,0x49,0x76,0x28, + 0x0,0x0,0xa0,0x69,0x8c,0x41,0xa9,0x7b,0x6d,0xbd,0xf5,0xd6,0x59,0xbe,0x7c,0x79, + 0xd9,0xaf,0xd3,0x77,0xa,0x0,0x0,0x68,0x92,0x4e,0x63,0x30,0x49,0x8e,0x3d,0xf6, + 0xd8,0xda,0xf,0xd8,0xd2,0x68,0xeb,0xfd,0xef,0x7f,0x7f,0xbb,0x5f,0xa9,0xf9,0x5, + 0x0,0x0,0x34,0x81,0x2b,0x83,0x52,0x6f,0x9a,0x38,0x71,0x62,0x16,0x2d,0x5a,0x54, + 0xf6,0xab,0xf5,0xcb,0x24,0x1b,0x15,0x0,0x0,0x50,0x27,0x63,0x50,0xea,0x6d,0xf3, + 0xe7,0xcf,0x6f,0x77,0x95,0xf0,0xcc,0x2,0x0,0x0,0xea,0x62,0xc,0x4a,0xd5,0x74, + 0xcb,0x2d,0xb7,0x94,0xfd,0x9a,0x2d,0x4f,0xb2,0x79,0x1,0x0,0x0,0x55,0xeb,0x34, + 0x6,0x93,0x64,0xfe,0xfc,0xf9,0xb5,0x1f,0xa2,0xa5,0x7e,0x69,0xb7,0xdd,0x76,0x6b, + 0xf7,0xab,0xf6,0xd1,0x2,0x0,0x0,0xaa,0xe4,0xca,0xa0,0x54,0x7d,0x97,0x5d,0x76, + 0x99,0xab,0x84,0x0,0x0,0xd4,0xcb,0x18,0x94,0xea,0x69,0xc7,0x1d,0x77,0xcc,0xe0, + 0xe0,0xa0,0xab,0x84,0x0,0x0,0xd4,0xc3,0x18,0x94,0xea,0xed,0xe2,0x8b,0x2f,0x76, + 0x95,0x10,0x0,0x80,0xea,0x75,0x1a,0x83,0x89,0xef,0x19,0x94,0xaa,0x68,0xbb,0xed, + 0xb6,0x6b,0xf7,0x2b,0x78,0x4e,0x1,0x0,0x0,0xbd,0xe0,0xca,0xa0,0xd4,0x9c,0x2e, + 0xbc,0xf0,0x42,0x57,0x9,0x1,0x0,0xa8,0x86,0x31,0x28,0x35,0xab,0xdf,0xfd,0xdd, + 0xdf,0x6d,0xf7,0x77,0x9,0x5d,0x25,0x4,0x0,0xa0,0x7b,0x8c,0x41,0xa9,0x99,0x7d, + 0xe5,0x2b,0x5f,0x71,0x95,0x10,0x0,0x80,0xde,0xe9,0x34,0x6,0x13,0x7f,0x67,0x50, + 0xaa,0xb3,0x9d,0x76,0xda,0xa9,0xdd,0xaf,0xe6,0x7,0xb,0x0,0x0,0xd8,0x10,0x9d, + 0xc6,0xe0,0xca,0x95,0x2b,0x5d,0x19,0x94,0x1a,0xd0,0xd5,0x57,0x5f,0x5d,0xf6,0x2b, + 0xfa,0x50,0x92,0x81,0x2,0x0,0x0,0xd6,0xc7,0x70,0x63,0xf0,0xb0,0xc3,0xe,0xab, + 0xfd,0x20,0x2c,0xa9,0xc8,0xbe,0xfb,0xee,0xdb,0xee,0x2a,0xe1,0xd1,0x5,0x0,0x0, + 0xac,0x2b,0x63,0x50,0x1a,0x5d,0x2d,0x58,0xb0,0xa0,0xec,0xd7,0xf5,0x5b,0x5,0x0, + 0x0,0xac,0x8b,0x4e,0x63,0x30,0x49,0x8e,0x3c,0xf2,0xc8,0xda,0xf,0xbf,0x92,0x7e, + 0xbb,0x63,0x8e,0x39,0xa6,0xec,0xd7,0x75,0x75,0x92,0x97,0x17,0x0,0x0,0x30,0x12, + 0xae,0xc,0x4a,0xa3,0xb3,0x71,0xe3,0xc6,0xe5,0xd7,0xbf,0xfe,0x75,0xd9,0xaf,0xee, + 0x3f,0x15,0x0,0x0,0x30,0x1c,0x63,0x50,0x1a,0xdd,0x9d,0x75,0xd6,0x59,0x65,0xbf, + 0xbe,0x8f,0x27,0xd9,0xa8,0x0,0x0,0x80,0x76,0x8c,0x41,0x69,0xf4,0xb7,0xe5,0x96, + 0x5b,0xb6,0xfb,0xa2,0xfa,0x3f,0x2a,0x0,0x0,0xa0,0x4c,0xa7,0x31,0x98,0xf8,0x3b, + 0x83,0xd2,0x68,0xea,0x1b,0xdf,0xf8,0x46,0xd9,0xaf,0xf1,0xd,0x5,0x0,0x0,0xb4, + 0x72,0x65,0x50,0xea,0xaf,0x3a,0x7c,0xb8,0xcc,0xa6,0x5,0x0,0x0,0x3c,0xcf,0x18, + 0x94,0xfa,0xaf,0x89,0x13,0x27,0xe6,0xb1,0xc7,0x1e,0x2b,0xfb,0xb5,0x7e,0x47,0x1, + 0x0,0x0,0x45,0x51,0xc,0xfb,0x36,0xd1,0x63,0x8e,0x39,0xa6,0xf6,0x83,0xad,0xa4, + 0xf5,0xeb,0x13,0x9f,0xf8,0x44,0xd9,0xaf,0xf5,0xb7,0xb,0x0,0x0,0x70,0x65,0x50, + 0xea,0xef,0xf6,0xde,0x7b,0x6f,0x6f,0x1b,0x5,0x0,0x60,0x6d,0xc6,0xa0,0xd4,0xff, + 0xd,0xc,0xc,0xb4,0xfb,0x4e,0xc2,0x93,0xb,0x68,0x88,0x71,0x75,0xdf,0x0,0x0, + 0x18,0x6b,0x92,0xbc,0xb8,0x28,0x8a,0xeb,0x8b,0xa2,0xf8,0xfd,0xd6,0x3f,0x5b,0xb5, + 0x6a,0x55,0x71,0xe4,0x91,0x47,0x16,0x5f,0xff,0xfa,0xd7,0xab,0xbf,0x61,0x40,0x57, + 0x25,0x29,0x2e,0xbb,0xec,0xb2,0xb2,0x3f,0x3a,0xb6,0xea,0xdb,0x2,0x0,0x40,0x3, + 0xc,0xf7,0x77,0x6,0x7d,0xb5,0x84,0xd4,0x5f,0x1d,0x70,0xc0,0x1,0x65,0xbf,0xea, + 0xab,0xbc,0x6d,0x14,0x0,0x60,0x8c,0xf1,0x36,0x51,0x69,0xec,0x35,0x7e,0xfc,0xf8, + 0x2c,0x5b,0xb6,0xac,0xec,0xd7,0xfe,0x4f,0xb,0x68,0x0,0x6f,0x19,0x5,0x80,0xa, + 0x78,0x9b,0x28,0x8c,0x4d,0x83,0x83,0x83,0xc5,0xb5,0xd7,0x5e,0x5b,0xf6,0x47,0xaf, + 0xab,0xfa,0xb6,0x40,0x19,0x83,0x10,0x0,0x7a,0xac,0xd3,0x18,0x2c,0x8a,0xa2,0x38, + 0xf6,0xd8,0x63,0x8d,0x41,0xe8,0x63,0x6d,0x7e,0xbf,0xf7,0xad,0xfa,0x76,0x0,0x0, + 0x50,0xb1,0x24,0x53,0x92,0xdc,0xe2,0x6d,0xa2,0xd2,0xd8,0x6d,0xe6,0xcc,0x99,0xed, + 0xfe,0xda,0xf0,0xb6,0x5,0x0,0x0,0xfd,0xc9,0xdf,0x19,0x94,0xf4,0x7c,0x3f,0xfe, + 0xf1,0x8f,0xcb,0xfe,0x55,0xf0,0xa6,0x2,0x6a,0xe6,0x2d,0xa3,0x0,0xd0,0x3,0x49, + 0x26,0x17,0xde,0x26,0xa,0xc,0xb9,0xfe,0xfa,0xeb,0xcb,0x7e,0xbc,0x77,0xd5,0xb7, + 0x3,0x5a,0x19,0x84,0x0,0xd0,0x65,0x43,0x63,0xf0,0xba,0xa2,0xcd,0x7,0xc8,0x1c, + 0x7e,0xf8,0xe1,0xc5,0x15,0x57,0x5c,0x51,0xfd,0xd,0x3,0x6a,0xf3,0xbd,0xef,0x7d, + 0xaf,0xec,0xc7,0x6,0x21,0x0,0x40,0x3f,0x49,0x32,0x39,0xc9,0x4d,0xde,0x26,0x2a, + 0xe9,0x85,0xcd,0x98,0x31,0xa3,0xec,0x5f,0xb,0x83,0x49,0x26,0x15,0x0,0x0,0x8c, + 0x7e,0x9d,0xc6,0x60,0xe2,0x4b,0xe7,0xa5,0xb1,0xde,0xfd,0xf7,0xdf,0x5f,0xf6,0xaf, + 0x86,0x3,0xa,0xa8,0x91,0xb7,0x8c,0x2,0x40,0x17,0xbc,0xe0,0x6d,0xa2,0xaf,0x69, + 0xfd,0x33,0x6f,0x13,0x5,0x8a,0xa2,0x28,0x6e,0xbb,0xed,0xb6,0xb2,0x1f,0x7b,0xdb, + 0x28,0xb5,0x32,0x8,0x1,0x60,0x3,0xd,0x37,0x6,0x7d,0xe9,0x3c,0x50,0x14,0x45, + 0xf1,0xc3,0x1f,0xfe,0xb0,0xec,0xc7,0x6,0x21,0xb5,0x32,0x8,0x1,0x60,0x3,0x74, + 0x1a,0x83,0x45,0xe1,0xd3,0x44,0x81,0xff,0x76,0xfb,0xed,0xb7,0x97,0xfd,0x78,0x9f, + 0xaa,0x6f,0x7,0x0,0x0,0x5d,0xe0,0x3,0x64,0x24,0xad,0x4b,0xb3,0x67,0xcf,0x6e, + 0xf7,0x57,0x8c,0x5f,0x52,0x0,0x0,0x30,0x7a,0xc,0xf7,0x1,0x32,0x47,0x1f,0x7d, + 0x74,0xed,0x87,0x4f,0x49,0xcd,0xeb,0xa9,0xa7,0x9e,0x2a,0xfb,0x57,0xc6,0xab,0xb, + 0xa8,0x89,0xb7,0x8c,0x2,0xc0,0x3a,0x1a,0xc9,0x7,0xc8,0x5c,0x7e,0xf9,0xe5,0xd5, + 0xdf,0x30,0xa0,0xf1,0xee,0xb9,0xe7,0x9e,0xb2,0x1f,0xbb,0x42,0x48,0x6d,0xc,0x42, + 0x0,0x58,0x7,0x3e,0x40,0x6,0xd8,0x10,0xf7,0xdd,0x77,0x5f,0xd9,0x8f,0xb7,0xac, + 0xfa,0x76,0xc0,0xf3,0xc,0x42,0x0,0x18,0x21,0x63,0x10,0xd8,0x50,0xbf,0xfc,0xe5, + 0x2f,0xcb,0x7e,0xec,0xa,0x21,0xb5,0x31,0x8,0x1,0x60,0x4,0x8c,0x41,0xa0,0x1b, + 0x1e,0x7a,0xe8,0xa1,0xb2,0x1f,0x1b,0x84,0xd4,0xc6,0x20,0x4,0x80,0x61,0xf8,0x6a, + 0x9,0xa0,0x5b,0x96,0x2c,0x59,0x52,0xf6,0x63,0x6f,0x19,0xa5,0x36,0x13,0xea,0xbe, + 0x1,0x0,0xd0,0x64,0xae,0xc,0x2,0xdd,0xf4,0xc8,0x23,0x8f,0x94,0xfd,0xd8,0x15, + 0x42,0x6a,0xe3,0xa,0x21,0x0,0xb4,0xe1,0xca,0x20,0xd0,0x6d,0x4f,0x3c,0xf1,0x44, + 0xd9,0x8f,0x5d,0x21,0xa4,0x36,0xae,0x10,0x2,0x40,0x9,0x57,0x6,0x81,0x5e,0x58, + 0xb1,0x62,0x45,0xd9,0x8f,0xb7,0xa9,0xfa,0x76,0xc0,0xf3,0x5c,0x21,0x4,0x80,0x16, + 0x49,0x5e,0x54,0x14,0xc5,0xb5,0x85,0x2b,0x83,0x40,0x97,0x3d,0xf7,0xdc,0x73,0x65, + 0x3f,0x9e,0x58,0xf5,0xed,0x80,0xe7,0xb9,0x42,0x8,0x0,0x2f,0x30,0x74,0x65,0xb0, + 0xed,0x18,0x3c,0xe6,0x98,0x63,0x8a,0x2b,0xae,0xb8,0xa2,0xda,0x1b,0x5,0xf4,0x8d, + 0xc1,0xc1,0xc1,0xb2,0x1f,0xa7,0xea,0xdb,0x1,0xcf,0x33,0x8,0x1,0x60,0x88,0xb7, + 0x89,0x2,0xbd,0x36,0x7e,0xfc,0xf8,0xb2,0x1f,0x97,0xae,0x44,0xa8,0x82,0xb7,0x8c, + 0x2,0x40,0x51,0x14,0x49,0x5e,0x5c,0xf8,0x0,0x19,0xa0,0xc7,0x26,0x4d,0x9a,0x54, + 0xf6,0xe3,0x55,0x55,0xdf,0xe,0x78,0x9e,0x2b,0x84,0x0,0x8c,0x79,0x43,0x7f,0x67, + 0xf0,0x1b,0x45,0x9b,0x31,0x78,0xe4,0x91,0x47,0x16,0x57,0x5e,0x79,0x65,0xb5,0x37, + 0xa,0xe8,0x4b,0xd3,0xa6,0x4d,0x2b,0xfb,0xb1,0x2b,0x84,0xd4,0xc6,0x20,0x4,0x60, + 0x4c,0x1b,0xee,0xef,0xc,0x1a,0x83,0x40,0x37,0xcd,0x98,0x31,0xa3,0xec,0xc7,0x8f, + 0x57,0x7d,0x3b,0xe0,0x79,0xde,0x32,0xa,0xc0,0x98,0x35,0x74,0x65,0xf0,0x9b,0x45, + 0x87,0xf,0x90,0x31,0x6,0x81,0x6e,0x9a,0x33,0x67,0x4e,0xd9,0x8f,0x7f,0x51,0xf5, + 0xed,0x80,0xe7,0xb9,0x42,0x8,0xc0,0x98,0xf4,0x82,0xb7,0x89,0xee,0x5f,0xf6,0xe7, + 0x47,0x1d,0x75,0x94,0x4f,0x13,0x5,0xba,0x6e,0xe7,0x9d,0x77,0x2e,0xfb,0xf1,0xfd, + 0x55,0xdf,0xe,0x0,0x80,0x31,0x2b,0xc9,0x8b,0x92,0xdc,0x98,0x12,0x2b,0x57,0xae, + 0xcc,0x61,0x87,0x1d,0x96,0x62,0xcd,0xc7,0xc0,0x4b,0x52,0xd7,0x3a,0xff,0xfc,0xf3, + 0xcb,0xfe,0xb5,0x93,0x24,0xff,0xab,0x0,0x0,0xa0,0xf7,0x86,0xc6,0xe0,0x77,0x8d, + 0x41,0x49,0x55,0xd6,0x61,0xc,0x26,0xc9,0x61,0x5,0x0,0x0,0xbd,0x95,0x64,0x72, + 0x92,0x9b,0x8c,0x41,0x49,0x55,0x36,0xcc,0x18,0x3c,0xa7,0x0,0x0,0xa0,0xb7,0x8c, + 0x41,0x49,0x75,0x64,0xc,0x2,0x0,0xd4,0xcc,0x18,0x94,0x54,0x47,0xc6,0x20,0x0, + 0x40,0xcd,0x8c,0x41,0x49,0x75,0x64,0xc,0x2,0x0,0xd4,0xcc,0x18,0x94,0x54,0x47, + 0xc6,0x20,0x0,0x40,0xcd,0x8c,0x41,0x49,0x75,0x64,0xc,0x2,0x0,0xd4,0xcc,0x18, + 0x94,0x54,0x47,0xc6,0x20,0x0,0x40,0xcd,0x8c,0x41,0x49,0x75,0x64,0xc,0x2,0x0, + 0xd4,0xcc,0x18,0x94,0x54,0x47,0xc6,0x20,0x0,0x40,0xcd,0x8c,0x41,0x49,0x55,0x37, + 0x30,0x30,0x60,0xc,0x2,0x0,0xd4,0xcd,0x18,0x94,0x54,0x75,0x3,0x3,0x3,0xb9, + 0xe0,0x82,0xb,0x8c,0x41,0x0,0x80,0x3a,0x19,0x83,0x92,0xaa,0xce,0x18,0x4,0x0, + 0x68,0x0,0x63,0x50,0x52,0xd5,0x19,0x83,0x0,0x0,0xd,0x60,0xc,0x4a,0xaa,0x3a, + 0x63,0x10,0x0,0xa0,0x1,0x8c,0x41,0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x40,0x92, + 0x8d,0x8d,0x41,0x49,0x55,0x66,0xc,0x2,0x0,0x34,0xc0,0xd0,0x18,0xbc,0xde,0x18, + 0x94,0x54,0x55,0xc6,0x20,0x0,0x40,0x3,0x18,0x83,0x92,0xaa,0xce,0x18,0x4,0x0, + 0x68,0x0,0x63,0x50,0x52,0xd5,0x19,0x83,0x0,0x0,0xd,0x60,0xc,0x4a,0xaa,0x3a, + 0x63,0x10,0x0,0xa0,0x1,0x8c,0x41,0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x80,0x31, + 0x28,0xa9,0xea,0x8c,0x41,0x0,0x80,0x6,0x30,0x6,0x25,0x55,0x9d,0x31,0x8,0x0, + 0xd0,0x0,0xc6,0xa0,0xa4,0xaa,0x33,0x6,0x1,0x0,0x1a,0xc0,0x18,0x94,0x54,0x75, + 0xc6,0x20,0x0,0x40,0x3,0x18,0x83,0x92,0xaa,0xce,0x18,0x4,0x0,0x68,0x0,0x63, + 0x50,0x52,0xd5,0x19,0x83,0x0,0x0,0xd,0x60,0xc,0x4a,0xaa,0x3a,0x63,0x10,0x0, + 0xa0,0x1,0x8c,0x41,0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x80,0x31,0x28,0xa9,0xea, + 0x8c,0x41,0x0,0x80,0x6,0x30,0x6,0x25,0x55,0x9d,0x31,0x8,0x0,0xd0,0x0,0xc6, + 0xa0,0xa4,0xaa,0x33,0x6,0x1,0x0,0x1a,0xc0,0x18,0x94,0x54,0x75,0xc6,0x20,0x0, + 0x40,0x3,0x18,0x83,0x92,0xaa,0xce,0x18,0x4,0x0,0x68,0x0,0x63,0x50,0x52,0xd5, + 0x19,0x83,0x0,0x0,0xd,0x60,0xc,0x4a,0xaa,0x3a,0x63,0x10,0x0,0xa0,0x1,0x8c, + 0x41,0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x80,0x31,0x28,0xa9,0xea,0x46,0x30,0x6, + 0xcf,0x28,0x0,0x0,0xe8,0x2d,0x63,0x50,0x52,0xd5,0x8d,0x60,0xc,0x9e,0x52,0x0, + 0x0,0xd0,0x5b,0xc6,0xa0,0xa4,0xaa,0x33,0x6,0x1,0x0,0x1a,0xc0,0x18,0x94,0x54, + 0x75,0xc6,0x20,0x0,0x40,0x43,0x24,0xf9,0x96,0x31,0x28,0xa9,0xaa,0x46,0x30,0x6, + 0xff,0xb6,0x0,0x0,0xa0,0xb7,0x92,0x6c,0x94,0xe4,0x6,0x63,0x50,0x52,0x55,0xb9, + 0x32,0x8,0x0,0xd0,0x0,0xc6,0xa0,0xa4,0xaa,0x33,0x6,0x1,0x0,0x1a,0xa0,0xd3, + 0x18,0x4c,0x92,0x37,0xbc,0xe1,0xd,0xb5,0x1f,0x1c,0x25,0xf5,0x5f,0xff,0xfa,0xaf, + 0xff,0x6a,0xc,0x2,0x0,0xd4,0xa9,0xd3,0x18,0x7c,0xee,0xb9,0xe7,0x5c,0x19,0x94, + 0xd4,0xf5,0x5c,0x19,0x4,0x0,0x68,0x80,0x24,0x93,0x3a,0x8d,0xc1,0x83,0xe,0x3a, + 0xa8,0xf6,0x83,0xa3,0xa4,0xfe,0xca,0x18,0x4,0x0,0x68,0x80,0xa1,0x31,0x78,0xb3, + 0x31,0x28,0xa9,0xaa,0x8c,0x41,0x0,0x80,0x6,0x48,0x32,0x39,0xc9,0x8d,0xc6,0xa0, + 0xa4,0xaa,0xf2,0xd5,0x12,0x0,0x0,0xd,0xe0,0xca,0xa0,0xa4,0xaa,0x73,0x65,0x10, + 0x0,0xa0,0x1,0x92,0xbc,0xb8,0xdd,0x18,0x7c,0xe6,0x99,0x67,0x8c,0x41,0x49,0x5d, + 0xcf,0x18,0x4,0x0,0x68,0x80,0xa1,0x31,0xb8,0xa0,0xdd,0x18,0x9c,0x37,0x6f,0x5e, + 0xed,0x7,0x47,0x49,0xfd,0x95,0x31,0x8,0x0,0xd0,0x0,0xc6,0xa0,0xa4,0xaa,0x33, + 0x6,0x1,0x0,0x1a,0xc0,0x18,0x94,0x54,0x75,0xc6,0x20,0x0,0x40,0x3,0x18,0x83, + 0x92,0xaa,0xce,0x18,0x4,0x0,0x68,0x80,0x24,0x53,0xdb,0x8d,0xc1,0xe5,0xcb,0x97, + 0x1b,0x83,0x92,0xba,0x9e,0x31,0x8,0x0,0xd0,0x0,0x43,0x63,0xf0,0xf6,0x76,0x63, + 0x70,0xef,0xbd,0xf7,0xae,0xfd,0xe0,0x28,0xa9,0xbf,0x32,0x6,0x1,0x0,0x1a,0xc0, + 0x18,0x94,0x54,0x75,0xc6,0x20,0x0,0x40,0x3,0x18,0x83,0x92,0xaa,0xce,0x18,0x4, + 0x0,0x68,0x0,0x63,0x50,0x52,0xd5,0x19,0x83,0x0,0x0,0xd,0x90,0x64,0x7a,0xbb, + 0x31,0xf8,0xe4,0x93,0x4f,0x1a,0x83,0x92,0xba,0x9e,0x31,0x8,0x0,0xd0,0x0,0x43, + 0x63,0x70,0x61,0xbb,0x31,0xb8,0xc7,0x1e,0x7b,0xd4,0x7e,0x70,0x94,0xd4,0x5f,0x19, + 0x83,0x0,0x0,0xd,0x60,0xc,0x4a,0xaa,0x3a,0x63,0x10,0x0,0xa0,0x1,0x8c,0x41, + 0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x80,0x31,0x28,0xa9,0xea,0x8c,0x41,0x0,0x80, + 0x6,0x48,0xb2,0x79,0xbb,0x31,0xf8,0xf8,0xe3,0x8f,0x1b,0x83,0x92,0xba,0x9e,0x31, + 0x8,0x0,0xd0,0x0,0x43,0x63,0xf0,0xae,0x76,0x63,0x70,0x97,0x5d,0x76,0xa9,0xfd, + 0xe0,0x28,0xa9,0xbf,0x32,0x6,0x1,0x0,0x1a,0xc0,0x18,0x94,0x54,0x75,0xc6,0x20, + 0x0,0x40,0x3,0x18,0x83,0x92,0xaa,0xce,0x18,0x4,0x0,0x68,0x0,0x63,0x50,0x52, + 0xd5,0x19,0x83,0x0,0x0,0xd,0x90,0x64,0x66,0xbb,0x31,0xb8,0x74,0xe9,0x52,0x63, + 0x50,0x52,0xd7,0x33,0x6,0x1,0x0,0x1a,0x60,0x68,0xc,0xde,0xd7,0x6e,0xc,0xce, + 0x9d,0x3b,0xb7,0xf6,0x83,0xa3,0xa4,0xfe,0xca,0x18,0x4,0x0,0x68,0x0,0x63,0x50, + 0x52,0xd5,0x19,0x83,0x0,0x0,0xd,0x60,0xc,0x4a,0xaa,0x3a,0x63,0x10,0x0,0xa0, + 0x1,0x8c,0x41,0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x40,0x92,0x97,0xb6,0x1b,0x83, + 0x4b,0x96,0x2c,0x31,0x6,0x25,0x75,0x3d,0x63,0x10,0x0,0xa0,0x1,0x86,0xc6,0xe0, + 0xa2,0x76,0x63,0x70,0xfb,0xed,0xb7,0xaf,0xfd,0xe0,0x28,0xa9,0xbf,0x1a,0xc1,0x18, + 0x7c,0x67,0x1,0x0,0x40,0x6f,0x19,0x83,0x92,0xaa,0xce,0x18,0x4,0x0,0x68,0x0, + 0x63,0x50,0x52,0xd5,0x19,0x83,0x0,0x0,0xd,0x90,0x64,0x1b,0x63,0x50,0x52,0x95, + 0x19,0x83,0x0,0x0,0xd,0x30,0x34,0x6,0x1f,0x28,0x3b,0x8d,0x2d,0x5e,0xbc,0xd8, + 0x18,0x94,0xd4,0xf5,0x8c,0x41,0x0,0x80,0x6,0x18,0x6e,0xc,0xce,0x99,0x33,0xa7, + 0xf6,0x83,0xa3,0xa4,0xfe,0xca,0x18,0x4,0x0,0x68,0x0,0x63,0x50,0x52,0xd5,0x19, + 0x83,0x0,0x0,0xd,0x60,0xc,0x4a,0xaa,0x3a,0x63,0x10,0x0,0xa0,0x1,0x92,0x6c, + 0x6b,0xc,0x4a,0xaa,0x32,0x63,0x10,0x0,0xa0,0x1,0x86,0xc6,0xe0,0xe2,0xb2,0xd3, + 0xd8,0x3,0xf,0x3c,0x60,0xc,0x4a,0xea,0x7a,0xc6,0x20,0x0,0x40,0x3,0xc,0x37, + 0x6,0x67,0xcf,0x9e,0x5d,0xfb,0xc1,0x51,0x52,0x7f,0x65,0xc,0x2,0x0,0x34,0x80, + 0x31,0x28,0xa9,0xea,0x8c,0x41,0x0,0x80,0x6,0x30,0x6,0x25,0x55,0x9d,0x31,0x8, + 0x0,0xd0,0x0,0x49,0xb6,0x33,0x6,0x25,0x55,0x99,0x31,0x8,0x0,0xd0,0x0,0x43, + 0x63,0x70,0x49,0xd9,0x69,0x6c,0xd1,0xa2,0x45,0xc6,0xa0,0xa4,0xae,0x67,0xc,0x2, + 0x0,0x34,0xc0,0x70,0x63,0x70,0xab,0xad,0xb6,0xaa,0xfd,0xe0,0x28,0xa9,0xbf,0x32, + 0x6,0x1,0x0,0x1a,0xc0,0x18,0x94,0x54,0x75,0xc6,0x20,0x0,0x40,0x3,0x18,0x83, + 0x92,0xaa,0xce,0x18,0x4,0x0,0x68,0x80,0x24,0x3b,0x1a,0x83,0x92,0xaa,0xcc,0x18, + 0x4,0x0,0x68,0x80,0xa1,0x31,0xb8,0xb4,0xec,0x34,0x76,0xdf,0x7d,0xf7,0x19,0x83, + 0x92,0xba,0x9e,0x31,0x8,0x0,0xd0,0x0,0xc3,0x8d,0xc1,0x59,0xb3,0x66,0xd5,0x7e, + 0x70,0x94,0xd4,0x5f,0x19,0x83,0x0,0x0,0xd,0x60,0xc,0x4a,0xaa,0x3a,0x63,0x10, + 0x0,0xa0,0x1,0x8c,0x41,0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x40,0x92,0x57,0x19, + 0x83,0x92,0xaa,0xcc,0x18,0x4,0x0,0x68,0x80,0xa1,0x31,0xf8,0x78,0xd9,0x69,0xec, + 0xae,0xbb,0xee,0x32,0x6,0x25,0x75,0x3d,0x63,0x10,0x0,0xa0,0x1,0x86,0x1b,0x83, + 0x33,0x66,0xcc,0xa8,0xfd,0xe0,0x28,0xa9,0xbf,0x32,0x6,0x1,0x0,0x1a,0xc0,0x18, + 0x94,0x54,0x75,0xc6,0x20,0x0,0x40,0x3,0x18,0x83,0x92,0xaa,0xce,0x18,0x4,0x0, + 0x68,0x80,0x24,0xbb,0x1b,0x83,0x92,0xaa,0xcc,0x18,0x4,0x0,0x68,0x80,0xa1,0x31, + 0xf8,0x64,0xd9,0x69,0x6c,0xe1,0xc2,0x85,0xc6,0xa0,0xa4,0xae,0x67,0xc,0x2,0x0, + 0x34,0xc0,0x70,0x63,0x70,0xd3,0x4d,0x37,0xad,0xfd,0xe0,0x28,0xa9,0xbf,0x32,0x6, + 0x1,0x0,0x1a,0xc0,0x18,0x94,0x54,0x75,0x3,0x3,0x3,0xb9,0xe4,0x92,0x4b,0x8c, + 0x41,0x0,0x80,0x3a,0x19,0x83,0x92,0xaa,0xce,0x18,0x4,0x0,0x68,0x80,0x24,0x7b, + 0x19,0x83,0x92,0xaa,0xcc,0x18,0x4,0x0,0x68,0x80,0xa1,0x31,0xb8,0xbc,0xec,0x34, + 0x76,0xfb,0xed,0xb7,0x1b,0x83,0x92,0xba,0x9e,0x31,0x8,0x0,0xd0,0x0,0xc3,0x8d, + 0xc1,0x69,0xd3,0xa6,0xd5,0x7e,0x70,0x94,0xd4,0x5f,0x19,0x83,0x0,0x0,0xd,0x60, + 0xc,0x4a,0xaa,0x3a,0x63,0x10,0x0,0xa0,0x1,0x92,0xec,0x6f,0xc,0x4a,0xaa,0x32, + 0x63,0x10,0x0,0xa0,0x1,0x86,0xc6,0xe0,0x33,0xc6,0xa0,0xa4,0xaa,0x1a,0xc1,0x18, + 0x7c,0x7b,0x1,0x0,0x40,0x6f,0x75,0x1a,0x83,0xb,0x16,0x2c,0x30,0x6,0x25,0x75, + 0x3d,0x63,0x10,0x0,0xa0,0x1,0x86,0x1b,0x83,0x53,0xa6,0x4c,0xa9,0xfd,0xe0,0x28, + 0xa9,0xbf,0x32,0x6,0x1,0x0,0x1a,0xc0,0x18,0x94,0x54,0x75,0xc6,0x20,0x0,0x40, + 0x3,0x24,0x79,0xad,0x31,0x28,0xa9,0xca,0x8c,0x41,0x0,0x80,0x6,0x18,0x1a,0x83, + 0xcf,0x19,0x83,0x92,0xaa,0xca,0x18,0x4,0x0,0x68,0x80,0x4e,0x63,0xf0,0xe6,0x9b, + 0x6f,0x36,0x6,0x25,0x75,0x3d,0x63,0x10,0x0,0xa0,0x1,0x86,0x1b,0x83,0x93,0x27, + 0x4f,0xae,0xfd,0xe0,0x28,0xa9,0xbf,0x32,0x6,0x1,0x0,0x1a,0xc0,0x18,0x94,0x54, + 0x75,0xc6,0x20,0x0,0x40,0x3,0x24,0x79,0xbd,0x31,0x28,0xa9,0xca,0x8c,0x41,0x0, + 0x80,0x6,0x18,0x1a,0x83,0x2b,0x8d,0x41,0x49,0x55,0x65,0xc,0x2,0x0,0x34,0x40, + 0xa7,0x31,0x78,0xc3,0xd,0x37,0x18,0x83,0x92,0xba,0x9e,0x31,0x8,0x0,0xd0,0x0, + 0xc3,0x8d,0xc1,0x8d,0x37,0xde,0xb8,0xf6,0x83,0xa3,0xa4,0xfe,0xca,0x18,0x4,0x0, + 0x68,0x0,0x63,0x50,0x52,0xd5,0x19,0x83,0x0,0x0,0xd,0x90,0xe4,0x48,0x63,0x50, + 0x52,0x95,0x19,0x83,0x0,0x0,0xd,0x30,0x34,0x6,0x57,0x19,0x83,0x92,0xaa,0xca, + 0x18,0x4,0x0,0x68,0x80,0x4e,0x63,0xf0,0xba,0xeb,0xae,0x33,0x6,0x25,0x75,0x3d, + 0x63,0x10,0x0,0xa0,0x1,0x86,0x1b,0x83,0x13,0x27,0x4e,0xac,0xfd,0xe0,0x28,0xa9, + 0xbf,0x32,0x6,0x1,0x0,0x1a,0xc0,0x18,0x94,0x54,0x75,0xc6,0x20,0x0,0x40,0x3, + 0x24,0x39,0xde,0x18,0x94,0x54,0x65,0xc6,0x20,0x0,0x40,0x3,0xc,0x8d,0xc1,0xd5, + 0xc6,0xa0,0xa4,0xaa,0x32,0x6,0x1,0x0,0x1a,0xa0,0xd3,0x18,0xbc,0xfa,0xea,0xab, + 0x8d,0x41,0x49,0x5d,0xcf,0x18,0x4,0x0,0x68,0x80,0xe1,0xc6,0xe0,0x84,0x9,0x13, + 0x6a,0x3f,0x38,0x4a,0xea,0xaf,0x8c,0x41,0x0,0x80,0x6,0x30,0x6,0x25,0x55,0x9d, + 0x31,0x8,0x0,0xd0,0x0,0x49,0xde,0x6c,0xc,0x4a,0xaa,0x32,0x63,0x10,0x0,0xa0, + 0x1,0x8c,0x41,0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x40,0xa7,0x31,0x78,0xf9,0xe5, + 0x97,0x1b,0x83,0x92,0xba,0x9e,0x31,0x8,0x0,0xd0,0x0,0xc3,0x8d,0xc1,0xf1,0xe3, + 0xc7,0xd7,0x7e,0x70,0x94,0xd4,0x5f,0x19,0x83,0x0,0x0,0xd,0x90,0xe4,0xed,0xc6, + 0xa0,0xa4,0x2a,0x33,0x6,0x1,0x0,0x1a,0x60,0x68,0xc,0x96,0x32,0x6,0x25,0xf5, + 0x22,0x63,0x10,0x0,0xa0,0x1,0x8c,0x41,0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x40, + 0xa7,0x31,0x78,0xc9,0x25,0x97,0x18,0x83,0x92,0xba,0x9e,0x31,0x8,0x0,0xd0,0x0, + 0xc3,0x8d,0xc1,0x81,0x81,0x81,0xda,0xf,0x8e,0x92,0xfa,0x2b,0x63,0x10,0x0,0xa0, + 0x1,0x92,0xbc,0xd3,0x18,0x94,0x54,0x65,0xc6,0x20,0x0,0x40,0x3,0x18,0x83,0x92, + 0xaa,0xce,0x18,0x4,0x0,0x68,0x0,0x63,0x50,0x52,0xd5,0x19,0x83,0x0,0x0,0xd, + 0xd0,0x69,0xc,0x5e,0x70,0xc1,0x5,0xc6,0xa0,0xa4,0xae,0x67,0xc,0x2,0x0,0x34, + 0x80,0x31,0x28,0xa9,0xea,0x86,0x19,0x83,0xab,0x8d,0x41,0x0,0x80,0xa,0x24,0x39, + 0xc5,0x18,0x94,0x54,0x65,0x23,0x18,0x83,0x6f,0x2e,0x0,0x0,0xe8,0x2d,0x63,0x50, + 0x52,0xd5,0x19,0x83,0x0,0x0,0xd,0xd0,0x69,0xc,0x9e,0x7f,0xfe,0xf9,0xc6,0xa0, + 0xa4,0xae,0x67,0xc,0x2,0x0,0x34,0xc0,0x70,0x63,0xb0,0x68,0xc0,0xc1,0x51,0x52, + 0x7f,0x65,0xc,0x2,0x0,0x34,0x80,0x31,0x28,0xa9,0xea,0x8c,0x41,0x0,0x80,0x6, + 0x48,0x72,0x86,0x31,0x28,0xa9,0xca,0x8c,0x41,0x0,0x80,0x6,0x48,0x72,0x8e,0x31, + 0x28,0xa9,0xca,0x8c,0x41,0x0,0x80,0x6,0xe8,0x34,0x6,0x3f,0xf9,0xc9,0x4f,0xd6, + 0x7e,0x68,0x94,0xd4,0x7f,0x19,0x83,0x0,0x0,0xd,0x60,0xc,0x4a,0xaa,0x3a,0x63, + 0x10,0x0,0xa0,0x1,0x8c,0x41,0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x80,0x31,0x28, + 0xa9,0xea,0x8c,0x41,0x0,0x80,0x6,0x48,0xf2,0x49,0x63,0x50,0x52,0x95,0x19,0x83, + 0x0,0x0,0xd,0xd0,0x69,0xc,0x9e,0x73,0xce,0x39,0xb5,0x1f,0x1a,0x25,0xf5,0x5f, + 0xc6,0x20,0x0,0x40,0x3,0x18,0x83,0x92,0xaa,0xce,0x18,0x4,0x0,0x68,0x0,0x63, + 0x50,0x52,0xd5,0x19,0x83,0x0,0x0,0xd,0x60,0xc,0x4a,0xaa,0x3a,0x63,0x10,0x0, + 0xa0,0x1,0x92,0x9c,0x6f,0xc,0x4a,0xaa,0x32,0x63,0x10,0x0,0xa0,0x1,0x3a,0x8d, + 0xc1,0x33,0xce,0x38,0xa3,0xf6,0x43,0xa3,0xa4,0xfe,0xcb,0x18,0x4,0x0,0x68,0x80, + 0x4e,0x63,0xf0,0xd4,0x53,0x4f,0xad,0xfd,0xd0,0x28,0xa9,0xff,0x32,0x6,0x1,0x0, + 0x1a,0xc0,0x18,0x94,0x54,0x75,0xc6,0x20,0x0,0x40,0x3,0x24,0xb9,0xc0,0x18,0x94, + 0x54,0x65,0xc6,0x20,0x0,0x40,0x3,0x18,0x83,0x92,0xaa,0xce,0x18,0x4,0x0,0x68, + 0x0,0x63,0x50,0x52,0xd5,0x19,0x83,0x0,0x0,0xd,0xd0,0x69,0xc,0xbe,0xeb,0x5d, + 0xef,0xaa,0xfd,0xd0,0x28,0xa9,0xff,0x32,0x6,0x1,0x0,0x1a,0xc0,0x18,0x94,0x54, + 0x75,0xc6,0x20,0x0,0x40,0x3,0x24,0x69,0x7b,0x22,0x33,0x6,0x25,0xf5,0x22,0x63, + 0x10,0x0,0xa0,0x1,0x8c,0x41,0x49,0x55,0x67,0xc,0x2,0x0,0x34,0x80,0x31,0x28, + 0xa9,0xea,0x8c,0x41,0x0,0x80,0x6,0x48,0x72,0x61,0xbb,0x13,0xd9,0x49,0x27,0x9d, + 0x54,0xfb,0xa1,0x51,0x52,0xff,0x35,0xcc,0x18,0x4c,0x92,0x3f,0x2e,0x0,0x0,0xe8, + 0x9d,0x24,0xe3,0x3a,0x5d,0x19,0x34,0x6,0x25,0xf5,0x22,0x57,0x6,0x1,0x0,0x6a, + 0x36,0x34,0x6,0x2f,0x37,0x6,0x25,0x55,0x99,0x31,0x8,0x0,0x50,0x33,0x63,0x50, + 0x52,0x1d,0x19,0x83,0x0,0x0,0x35,0x1b,0x6e,0xc,0xbe,0xe3,0x1d,0xef,0xa8,0xfd, + 0xd0,0x28,0xa9,0x3f,0xbb,0xf8,0xe2,0x8b,0x8d,0x41,0x0,0x80,0xba,0x74,0x1a,0x83, + 0xab,0x57,0xaf,0xce,0x5b,0xde,0xf2,0x96,0xda,0xf,0x8c,0x92,0xfa,0xaf,0xf1,0xe3, + 0xc7,0xbb,0x32,0x8,0x0,0x50,0xa7,0x24,0xe3,0x8d,0x41,0x49,0x55,0x37,0x7e,0xfc, + 0xf8,0x5c,0x7e,0x79,0xdb,0x37,0x25,0x18,0x83,0x0,0x0,0x55,0x48,0xf2,0x55,0x63, + 0x50,0x52,0x95,0xd,0x33,0x6,0x13,0x5f,0x2d,0x1,0x0,0xd0,0x5b,0x43,0x57,0x6, + 0xaf,0x36,0x6,0x25,0x55,0xd9,0x8,0xae,0xc,0x1e,0x5f,0x0,0x0,0xd0,0x3b,0xc6, + 0xa0,0xa4,0x3a,0x32,0x6,0x1,0x0,0x6a,0x36,0xdc,0x18,0x3c,0xe1,0x84,0x13,0x6a, + 0x3f,0x34,0x4a,0xea,0xbf,0x26,0x4c,0x98,0x60,0xc,0x2,0x0,0xd4,0x29,0xc9,0x4, + 0x63,0x50,0x52,0xd5,0x4d,0x98,0x30,0x21,0x57,0x5f,0x5d,0xfa,0xaf,0x1e,0x63,0x10, + 0x0,0xa0,0xa,0x43,0x63,0xf0,0x3a,0x63,0x50,0x52,0x95,0xd,0x33,0x6,0x57,0x19, + 0x83,0x0,0x0,0x3d,0x66,0xc,0x4a,0xaa,0xa3,0x11,0x8c,0xc1,0x23,0xb,0x0,0x0, + 0x7a,0xa7,0xd3,0x18,0x5c,0xb5,0x6a,0x95,0x31,0x28,0xa9,0x27,0x19,0x83,0x0,0x0, + 0x35,0x1b,0x6e,0xc,0x1e,0x75,0xd4,0x51,0xb5,0x1f,0x1a,0x25,0xf5,0x5f,0x13,0x27, + 0x4e,0x34,0x6,0x1,0x0,0xea,0x94,0x64,0x23,0x63,0x50,0x52,0xd5,0x4d,0x9c,0x38, + 0x31,0xd7,0x5d,0x57,0xfa,0xaf,0x1e,0x63,0x10,0x0,0xa0,0xa,0x43,0x63,0xf0,0x6, + 0x63,0x50,0x52,0x95,0xd,0x33,0x6,0x57,0x1a,0x83,0x0,0x0,0x3d,0x66,0xc,0x4a, + 0xaa,0xa3,0x11,0x8c,0xc1,0xd7,0x17,0x0,0x0,0xf4,0x4e,0xa7,0x31,0xb8,0x72,0xe5, + 0x4a,0x63,0x50,0x52,0x4f,0x32,0x6,0x1,0x0,0x6a,0x36,0xdc,0x18,0x3c,0xec,0xb0, + 0xc3,0x6a,0x3f,0x34,0x4a,0xea,0xbf,0x36,0xde,0x78,0x63,0x63,0x10,0x0,0xa0,0x4e, + 0x49,0x26,0x19,0x83,0x92,0xaa,0x6e,0xe3,0x8d,0x37,0xce,0xd,0x37,0x94,0xfe,0xab, + 0xc7,0x18,0x4,0x0,0xa8,0xc2,0xd0,0x18,0xbc,0xd9,0x18,0x94,0x54,0x65,0xc3,0x8c, + 0xc1,0xe7,0x8c,0x41,0x0,0x80,0x1e,0x33,0x6,0x25,0xd5,0xd1,0x8,0xc6,0xe0,0x6b, + 0xb,0x0,0x0,0x7a,0xa7,0xd3,0x18,0x7c,0xee,0xb9,0xe7,0x8c,0x41,0x49,0x3d,0xc9, + 0x18,0x4,0x0,0xa8,0x59,0x92,0x17,0x77,0x1a,0x83,0x7,0x1d,0x74,0x50,0xed,0x87, + 0x46,0x49,0xfd,0xd7,0xe4,0xc9,0x93,0x8d,0x41,0x0,0x80,0x3a,0xd,0x8d,0xc1,0x5, + 0xc6,0xa0,0xa4,0x2a,0x9b,0x3c,0x79,0x72,0x6e,0xbe,0xb9,0xf4,0xbf,0x43,0x19,0x83, + 0x0,0x0,0x55,0x30,0x6,0x25,0xd5,0xd1,0x30,0x63,0xf0,0x19,0x63,0x10,0x0,0xa0, + 0xc7,0x8c,0x41,0x49,0x75,0x34,0x82,0x31,0xb8,0x7f,0x1,0x0,0x40,0xef,0x74,0x1a, + 0x83,0xcf,0x3c,0xf3,0x8c,0x31,0x28,0xa9,0x27,0x19,0x83,0x0,0x0,0x35,0x4b,0x32, + 0xb5,0xd3,0x18,0x9c,0x37,0x6f,0x5e,0xed,0x87,0x46,0x49,0xfd,0xd7,0x94,0x29,0x53, + 0x8c,0x41,0x0,0x80,0x3a,0xd,0x8d,0xc1,0xdb,0x8d,0x41,0x49,0x55,0x36,0x65,0xca, + 0x94,0x2c,0x58,0x50,0xfa,0xdf,0xa1,0x8c,0x41,0x0,0x80,0x2a,0x18,0x83,0x92,0xea, + 0x68,0x98,0x31,0xb8,0xdc,0x18,0x4,0x0,0xe8,0x31,0x63,0x50,0x52,0x1d,0x8d,0x60, + 0xc,0xee,0x55,0x0,0x0,0xd0,0x3b,0x9d,0xc6,0xe0,0xf2,0xe5,0xcb,0x8d,0x41,0x49, + 0x3d,0xc9,0x18,0x4,0x0,0xa8,0x59,0x92,0xe9,0x9d,0xc6,0xe0,0xde,0x7b,0xef,0x5d, + 0xfb,0xa1,0x51,0x52,0xff,0x35,0x6d,0xda,0x34,0x63,0x10,0x0,0xa0,0x4e,0x43,0x63, + 0x70,0xa1,0x31,0x28,0xa9,0xca,0xa6,0x4d,0x9b,0x96,0xdb,0x6f,0x2f,0xfd,0xef,0x50, + 0xc6,0x20,0x0,0x40,0x15,0x8c,0x41,0x49,0x75,0x34,0xcc,0x18,0x7c,0xd2,0x18,0x4, + 0x0,0xe8,0x31,0x63,0x50,0x52,0x1d,0x8d,0x60,0xc,0xee,0x5e,0x0,0x0,0xd0,0x3b, + 0x9d,0xc6,0xe0,0x93,0x4f,0x3e,0x69,0xc,0x4a,0xea,0x49,0xc6,0x20,0x0,0x40,0xcd, + 0x92,0x6c,0xde,0x69,0xc,0xee,0xb1,0xc7,0x1e,0xb5,0x1f,0x1a,0x25,0xf5,0x5f,0x9b, + 0x6e,0xba,0xa9,0x31,0x8,0x0,0x50,0xa7,0xa1,0x31,0x78,0x97,0x31,0x28,0xa9,0xca, + 0x36,0xdd,0x74,0xd3,0x2c,0x5c,0x58,0xfa,0xdf,0xa1,0x92,0xe4,0x71,0x63,0x10,0x0, + 0xa0,0xc7,0x8c,0x41,0x49,0x75,0x34,0x82,0x31,0xf8,0xaa,0x2,0x0,0x80,0xde,0x31, + 0x6,0x25,0xd5,0x91,0x31,0x8,0x0,0x50,0xb3,0x4e,0x63,0xf0,0xf1,0xc7,0x1f,0x37, + 0x6,0x25,0xf5,0x24,0x63,0x10,0x0,0xa0,0x66,0x49,0x66,0x76,0x1a,0x83,0xbb,0xec, + 0xb2,0x4b,0xed,0x87,0x46,0x49,0xfd,0xd7,0x8c,0x19,0x33,0x8c,0x41,0x0,0x80,0x3a, + 0xd,0x8d,0xc1,0xfb,0x8c,0x41,0x49,0x55,0x36,0x63,0xc6,0x8c,0xdc,0x75,0x57,0xe9, + 0x7f,0x87,0x4a,0x92,0xa5,0xc6,0x20,0x0,0x40,0x8f,0x19,0x83,0x92,0xea,0x68,0x4, + 0x63,0x70,0xc7,0x2,0x0,0x80,0xde,0x31,0x6,0x25,0xd5,0x91,0x31,0x8,0x0,0x50, + 0xb3,0x4e,0x63,0x70,0xe9,0xd2,0xa5,0xc6,0xa0,0xa4,0x9e,0x64,0xc,0x2,0x0,0xd4, + 0x2c,0xc9,0x4b,0x3b,0x8d,0xc1,0xb9,0x73,0xe7,0xd6,0x7e,0x68,0x94,0xd4,0x7f,0xcd, + 0x9a,0x35,0xcb,0x18,0x4,0x0,0xa8,0xd3,0xd0,0x18,0x5c,0x64,0xc,0x4a,0xaa,0xb2, + 0x59,0xb3,0x66,0xe5,0xbe,0xfb,0x4a,0xff,0x3b,0x54,0x92,0x2c,0x31,0x6,0x1,0x0, + 0x7a,0xcc,0x18,0x94,0x54,0x47,0x23,0x18,0x83,0xdb,0x15,0x0,0x0,0xf4,0x8e,0x31, + 0x28,0xa9,0x8e,0x8c,0x41,0x0,0x80,0x9a,0x25,0xd9,0xa6,0xdd,0x18,0x5c,0xb2,0x64, + 0x89,0x31,0x28,0xa9,0x27,0x19,0x83,0x0,0x0,0x35,0x1b,0x1a,0x83,0xf,0xb4,0x1b, + 0x83,0xdb,0x6f,0xbf,0x7d,0xed,0x87,0x46,0x49,0xfd,0xd7,0x56,0x5b,0x6d,0x65,0xc, + 0x2,0x0,0xd4,0xc9,0x18,0x94,0x54,0x47,0x5b,0x6d,0xb5,0x55,0x16,0x2d,0x2a,0x7d, + 0x53,0x42,0x92,0x2c,0x36,0x6,0x1,0x0,0x7a,0xcc,0x18,0x94,0x54,0x47,0x23,0x18, + 0x83,0xdb,0x16,0x0,0x0,0xf4,0x8e,0x31,0x28,0xa9,0x8e,0x8c,0x41,0x0,0x80,0x9a, + 0x25,0xd9,0xb6,0xdd,0x18,0x5c,0xbc,0x78,0xb1,0x31,0x28,0xa9,0x27,0x19,0x83,0x0, + 0x0,0x35,0x1b,0x1a,0x83,0x8b,0xdb,0x8d,0xc1,0x39,0x73,0xe6,0xd4,0x7e,0x68,0x94, + 0xd4,0x7f,0xcd,0x9e,0x3d,0xdb,0x18,0x4,0x0,0xa8,0x93,0x31,0x28,0xa9,0x8e,0x66, + 0xcf,0x9e,0x9d,0x7,0x1e,0x28,0x7d,0x53,0x42,0x86,0xde,0xad,0x60,0xc,0x2,0x0, + 0xf4,0x92,0x31,0x28,0xa9,0x8e,0x46,0x30,0x6,0xb7,0x29,0x0,0x0,0xe8,0x1d,0x63, + 0x50,0x52,0x1d,0x19,0x83,0x0,0x0,0x35,0x4b,0xb2,0x5d,0xbb,0x31,0xf8,0xc0,0x3, + 0xf,0x18,0x83,0x92,0x7a,0x92,0x31,0x8,0x0,0x50,0xb3,0xa1,0x31,0xb8,0xa4,0xdd, + 0x18,0x9c,0x3d,0x7b,0x76,0xed,0x87,0x46,0x49,0xfd,0xd7,0x9c,0x39,0x73,0x8c,0x41, + 0x0,0x80,0x3a,0x19,0x83,0x92,0xea,0x68,0xce,0x9c,0x39,0x59,0xbc,0xb8,0xf4,0x4d, + 0x9,0x49,0xb2,0xc8,0x18,0x4,0x0,0xe8,0xb1,0x24,0x3b,0x24,0x79,0xd8,0x18,0x94, + 0x54,0x65,0x23,0x18,0x83,0x5b,0x17,0x0,0x0,0xf4,0x8e,0x2b,0x83,0x92,0xea,0x68, + 0x4,0x63,0xf0,0xa5,0x5,0x0,0x0,0xbd,0x93,0x64,0xc7,0x76,0x63,0x70,0xd1,0xa2, + 0x45,0xc6,0xa0,0xa4,0x9e,0x64,0xc,0x2,0x0,0xd4,0x2c,0xc9,0xce,0x49,0x1e,0x6b, + 0x37,0x6,0xb7,0xda,0x6a,0xab,0xda,0xf,0x8d,0x92,0xfa,0xaf,0xed,0xb7,0xdf,0xbe, + 0xd3,0x18,0xbc,0x37,0xc9,0x56,0x5,0x0,0x0,0xbd,0x33,0x74,0x65,0x70,0xa9,0x31, + 0x28,0xa9,0xca,0xb6,0xdf,0x7e,0xfb,0x2c,0x59,0x52,0xfa,0xa6,0x84,0x24,0xb9,0xcf, + 0x95,0x41,0x0,0xaa,0x30,0xbe,0xee,0x1b,0x0,0x75,0x4a,0xb2,0x53,0x51,0x14,0x37, + 0x15,0x45,0xb1,0x69,0xeb,0x9f,0x2d,0x5a,0xb4,0xa8,0xd8,0x77,0xdf,0x7d,0x8b,0x7, + 0x1f,0x7c,0xb0,0xfa,0x1b,0x36,0xe4,0x15,0xaf,0x78,0x45,0x31,0x77,0xee,0xdc,0x22, + 0x49,0x31,0x79,0xf2,0xe4,0xe2,0xa9,0xa7,0x9e,0xaa,0xed,0xb6,0x0,0xdd,0xb3,0xc3, + 0xe,0x3b,0x14,0xdf,0xf9,0xce,0x77,0x8a,0x2d,0xb6,0xd8,0xa2,0xec,0x8f,0xef,0x2b, + 0x8a,0x62,0xdf,0x81,0x81,0x81,0x87,0x2a,0xbe,0x59,0x0,0x0,0x63,0x47,0xa7,0x2b, + 0x83,0xf7,0xde,0x7b,0x6f,0xed,0x57,0x6,0xe8,0x48,0x84,0xec,0x0,0x0,0x20,0x0, + 0x49,0x44,0x41,0x54,0xf7,0xd9,0x67,0x9f,0x2c,0x5f,0xbe,0x7c,0xad,0xdb,0xf6,0xe8, + 0xa3,0x8f,0xe6,0xba,0xeb,0xae,0xcb,0x3f,0xfe,0xe3,0x3f,0xe6,0x75,0xaf,0x7b,0x5d, + 0xed,0x57,0x39,0x24,0xad,0x5b,0x3b,0xee,0xb8,0x63,0x1e,0x7e,0xb8,0xf4,0x83,0x8c, + 0x9f,0xbf,0x32,0x38,0xb3,0x0,0x0,0xa0,0x77,0x92,0xbc,0xaa,0xc9,0x63,0x70,0xa7, + 0x9d,0x76,0xca,0xb2,0x65,0xcb,0xda,0x1d,0x18,0xd7,0x72,0xd7,0x5d,0x77,0xe5,0xab, + 0x5f,0xfd,0x6a,0x4e,0x3e,0xf9,0xe4,0xec,0xb0,0xc3,0xe,0xb5,0x1f,0x78,0x25,0x95, + 0xb7,0xc3,0xe,0x3b,0x18,0x83,0x0,0x0,0x75,0x1a,0x1a,0x83,0x8f,0xb7,0x1b,0x83, + 0x5b,0x6e,0xb9,0x65,0xad,0x7,0xc6,0x97,0xbd,0xec,0x65,0x9d,0x3e,0x64,0x62,0x44, + 0x1e,0x7e,0xf8,0xe1,0x5c,0x7a,0xe9,0xa5,0x79,0xe7,0x3b,0xdf,0x99,0x1d,0x77,0xdc, + 0xb1,0xf6,0x43,0xb0,0xa4,0x22,0xaf,0x7c,0xe5,0x2b,0xf3,0xc8,0x23,0x8f,0x18,0x83, + 0x0,0x0,0x75,0x4a,0x9b,0x2f,0x9d,0xbf,0xe7,0x9e,0x7b,0x32,0x73,0xe6,0xcc,0x5a, + 0xf,0x8c,0x5b,0x6c,0xb1,0x45,0xee,0xbb,0xef,0xbe,0xd,0x1a,0x83,0xed,0xee,0xdb, + 0x99,0x67,0x9e,0x99,0x57,0xbd,0xea,0x55,0xb5,0x1f,0x8a,0xa5,0xb1,0xd8,0xce,0x3b, + 0xef,0x9c,0xa5,0x4b,0x4b,0xdf,0x94,0x90,0x24,0x3f,0x4d,0x32,0xab,0x0,0x0,0xa0, + 0xb7,0x92,0xfc,0x6e,0xd9,0x69,0xec,0xee,0xbb,0xef,0xae,0xfd,0xca,0xe0,0x94,0x29, + 0x53,0xf2,0xe3,0x1f,0xff,0xb8,0xeb,0x63,0xb0,0xd5,0x2f,0x7e,0xf1,0x8b,0x9c,0x79, + 0xe6,0x99,0x99,0x35,0x6b,0x56,0xed,0x87,0x64,0x69,0x2c,0xf4,0xaa,0x57,0xbd,0x2a, + 0x8f,0x3e,0xfa,0x68,0xbb,0x5f,0xc9,0x9f,0xc6,0x95,0x41,0x0,0x80,0x6a,0x24,0x79, + 0x63,0xeb,0x69,0xec,0xfe,0xfb,0xef,0xcf,0x4b,0x5e,0xf2,0x92,0x5a,0xf,0x8c,0x93, + 0x27,0x4f,0xce,0xf7,0xbf,0xff,0xfd,0x76,0x7,0xc6,0xa5,0x49,0x76,0x78,0xc1,0x7d, + 0xd8,0x2e,0xc9,0x11,0x49,0x4e,0x4b,0x72,0x41,0x92,0x3b,0xd6,0x77,0x1c,0x5e,0x75, + 0xd5,0x55,0x39,0xfc,0xf0,0xc3,0x6b,0x3f,0x30,0x4b,0xfd,0xda,0x4e,0x3b,0xed,0xd4, + 0xe9,0xca,0xe0,0x4f,0x8c,0x41,0x0,0x80,0xa,0x25,0xf9,0x78,0xeb,0x89,0xec,0x9c, + 0x73,0xce,0xa9,0xfd,0xd0,0x78,0xf5,0xd5,0x57,0xb7,0x3b,0x30,0x3e,0x9d,0xe4,0xf7, + 0x47,0x70,0xbf,0xb6,0x4e,0x72,0x72,0x92,0x2b,0x92,0x3c,0xb5,0xae,0xc3,0xf0,0xa1, + 0x87,0x1e,0xca,0xfb,0xdf,0xff,0xfe,0x4c,0x9b,0x36,0xad,0xf6,0xc7,0x42,0xea,0x97, + 0x76,0xd9,0x65,0x97,0x4e,0x63,0x70,0x61,0x92,0xd2,0xef,0x9c,0x0,0x0,0xa0,0x47, + 0x92,0x7c,0xaf,0xf5,0x54,0x76,0xdc,0x71,0xc7,0xd5,0x7a,0x68,0xbc,0xf0,0xc2,0xb, + 0x3b,0x6d,0xb5,0xd7,0xad,0xe7,0xfd,0x7c,0x6d,0x92,0xf3,0xd3,0xe6,0x93,0x54,0xdb, + 0x79,0xe2,0x89,0x27,0xf2,0x91,0x8f,0x7c,0xa4,0xf6,0xb7,0xcf,0x4a,0xa3,0xbd,0x57, + 0xbf,0xfa,0xd5,0xc6,0x20,0x0,0x40,0xd3,0x24,0x59,0xeb,0x8b,0xfd,0xe6,0xcc,0x99, + 0x53,0xdb,0xa1,0xf1,0xdc,0x73,0xcf,0xed,0xb4,0xcf,0x4e,0xe8,0xd2,0x7d,0x3e,0x34, + 0xc9,0x97,0xb2,0x8e,0x57,0xe,0xbf,0xf4,0xa5,0x2f,0xf9,0x84,0x52,0x69,0x3d,0x7a, + 0xf5,0xab,0x5f,0x9d,0xc7,0x1e,0x7b,0xac,0xdd,0xaf,0xd6,0x1d,0x49,0x36,0x2b,0x0, + 0x0,0xa8,0x56,0xd6,0x7c,0xdd,0xc4,0x6f,0x59,0xb6,0x6c,0x59,0x6d,0x87,0xc6,0xd3, + 0x4e,0x3b,0xad,0xd3,0x1e,0x7b,0x47,0xf,0xee,0xff,0xa4,0x24,0xc7,0x27,0x69,0xfb, + 0x97,0x15,0x5b,0xad,0x5e,0xbd,0x3a,0x17,0x5e,0x78,0x61,0xb6,0xdd,0x76,0xdb,0xda, + 0xf,0xd9,0xd2,0x68,0x68,0x97,0x5d,0x76,0xc9,0xe3,0x8f,0x97,0x7e,0xab,0x8d,0x31, + 0x8,0x0,0x50,0xa7,0x24,0x27,0xb5,0x9e,0xce,0xbe,0xf9,0xcd,0x6f,0xd6,0x72,0x68, + 0x7c,0xfb,0xdb,0xdf,0xde,0x69,0x87,0x9d,0x55,0xc1,0x63,0xb1,0x4b,0xd6,0x7c,0x20, + 0xcd,0xb3,0x23,0x1d,0x87,0xff,0xfc,0xcf,0xff,0x9c,0x2d,0xb6,0xd8,0xa2,0xf6,0x3, + 0xb7,0xd4,0xd4,0x76,0xdb,0x6d,0xb7,0x2c,0x5b,0xb6,0xac,0xdd,0xaf,0xd0,0xc2,0x24, + 0xd3,0xb,0x0,0x0,0xea,0x91,0x35,0x7f,0xa7,0xee,0xb7,0x97,0xd7,0x59,0x67,0x55, + 0x7e,0x68,0x3c,0xea,0xa8,0xa3,0x3a,0xed,0xae,0x2f,0x54,0xf3,0x68,0xac,0x91,0x64, + 0x46,0x92,0xd3,0x93,0xfc,0x7a,0x24,0xa3,0x70,0xf9,0xf2,0xe5,0xf9,0xd8,0xc7,0x3e, + 0x96,0xcd,0x36,0xdb,0xac,0xf6,0xc3,0xb7,0xd4,0xa4,0x76,0xdd,0x75,0x57,0x63,0x10, + 0x0,0xa0,0xc9,0x92,0xdc,0xde,0x7a,0x4a,0xab,0xfa,0x2b,0x17,0xe6,0xcd,0x9b,0x97, + 0x67,0x9f,0x6d,0x7b,0x51,0xee,0xab,0x49,0x6,0x2a,0x7a,0x38,0x7e,0x4b,0x92,0x89, + 0x49,0x4e,0x4c,0xf2,0x83,0x91,0xc,0xc3,0x65,0xcb,0x96,0xe5,0x1d,0xef,0x78,0x47, + 0xc6,0x8d,0x1b,0x57,0xfb,0x41,0x5c,0xaa,0xbb,0x3d,0xf6,0xd8,0xa3,0xd3,0xdb,0x44, + 0x6f,0x37,0x6,0x1,0x0,0x6a,0x96,0x64,0x42,0x92,0xc1,0xd6,0x93,0xda,0x8c,0x19, + 0x33,0x2a,0x3b,0x34,0xee,0xba,0xeb,0xae,0x79,0xfa,0xe9,0xa7,0xdb,0x1d,0x1a,0x6f, + 0x48,0x32,0xbe,0xaa,0xc7,0xa3,0x93,0x24,0xbf,0x97,0xe4,0xe2,0x24,0xcf,0xd,0x37, + 0xc,0x17,0x2e,0x5c,0x98,0x7d,0xf7,0xdd,0xb7,0xf6,0x3,0xb9,0x54,0x57,0x7b,0xee, + 0xb9,0x67,0x9e,0x7c,0xf2,0xc9,0x4e,0x63,0x70,0x6a,0x1,0x0,0x40,0xbd,0x92,0xec, + 0xd5,0x7a,0x52,0xbb,0xff,0xfe,0xfb,0x2b,0x3b,0x34,0xce,0x99,0x33,0x27,0x8f,0x3c, + 0xf2,0x48,0xbb,0x43,0xe3,0x82,0x24,0x93,0xab,0x7a,0x2c,0x46,0x2a,0xc9,0xcc,0x24, + 0x67,0x25,0xf9,0xcd,0x70,0xc3,0xf0,0xd2,0x4b,0x2f,0xcd,0x36,0xdb,0x6c,0x53,0xfb, + 0xe1,0x5c,0xaa,0xb2,0x3d,0xf6,0xd8,0xc3,0x18,0x4,0x0,0x18,0xd,0x92,0xfc,0x45, + 0xeb,0x69,0xed,0xb2,0xcb,0x2e,0xab,0xe4,0xd0,0xb8,0xe5,0x96,0x5b,0xe6,0x97,0xbf, + 0xfc,0x65,0xbb,0x43,0xe3,0x4f,0xd3,0xf0,0x4f,0x1d,0xcc,0x9a,0x4f,0x27,0xfd,0xfb, + 0xe1,0x46,0xe1,0x8a,0x15,0x2b,0xf2,0x57,0x7f,0xf5,0x57,0xb5,0x1f,0xd2,0xa5,0x2a, + 0xda,0x6b,0xaf,0xbd,0x3a,0x8d,0xc1,0xdb,0xe2,0x6d,0xa2,0x0,0x0,0xcd,0x91,0x64, + 0xad,0x6f,0x7f,0xff,0x9b,0xbf,0xf9,0x9b,0x9e,0x1f,0x1a,0xa7,0x4f,0x9f,0x9e,0xbb, + 0xef,0xbe,0xbb,0xdd,0xa1,0xf1,0xc1,0x24,0x5b,0x56,0xf7,0x28,0x6c,0x98,0x24,0x73, + 0x92,0x7c,0x67,0xb8,0x61,0x78,0xed,0xb5,0xd7,0x56,0xfa,0x56,0x5c,0xa9,0xea,0x5c, + 0x19,0x4,0x0,0x18,0x65,0x92,0xdc,0xd5,0x7a,0x6a,0x3b,0xf0,0xc0,0x3,0x7b,0x7e, + 0x70,0xbc,0xfe,0xfa,0xeb,0xdb,0x1d,0x1a,0x1f,0x4d,0xb2,0x7d,0x75,0x8f,0x40,0xf7, + 0x24,0x79,0x63,0x92,0xc5,0x9d,0x46,0xe1,0xe2,0xc5,0x8b,0xf3,0xfa,0xd7,0xbf,0xbe, + 0xf6,0x83,0xbb,0xd4,0xed,0x5e,0xf3,0x9a,0xd7,0x74,0x1a,0x83,0xb7,0x26,0x99,0x56, + 0x0,0x0,0xd0,0x1c,0x49,0xa6,0x95,0x9d,0xdc,0x36,0xd9,0x64,0x93,0x9e,0x1e,0x1c, + 0xa7,0x4e,0x9d,0x9a,0xc1,0xc1,0xb5,0x3e,0xc7,0x26,0x49,0x9e,0x4c,0xb2,0x7b,0x85, + 0xf,0x41,0xd7,0xd,0x3d,0xa6,0xe7,0x75,0x1a,0x85,0x49,0xf2,0xe5,0x2f,0x7f,0x39, + 0x33,0x67,0xce,0xac,0xfd,0x10,0x2f,0x75,0xa3,0xbd,0xf7,0xde,0x3b,0xcb,0x97,0x2f, + 0x6f,0xf7,0x72,0xbf,0x25,0xae,0xc,0x2,0x0,0x34,0x4f,0x92,0x3,0x5b,0x4f,0x6e, + 0x77,0xdd,0x75,0x57,0xcf,0xf,0x8f,0x87,0x1c,0x72,0x48,0xd9,0xa1,0xf1,0xd9,0x24, + 0xfb,0x57,0x77,0xef,0x7b,0x2b,0xc9,0xe,0x19,0xe6,0xab,0x2a,0x96,0x2e,0x5d,0x9a, + 0xe3,0x8e,0x3b,0xae,0xf6,0xc3,0xbc,0xb4,0x21,0xed,0xb7,0xdf,0x7e,0x9d,0xc6,0xe0, + 0x82,0x24,0x2f,0x2e,0x0,0x0,0x68,0x9e,0x24,0x7f,0xd3,0x7a,0x7a,0xbb,0xf0,0xc2, + 0xb,0x7b,0x7e,0x80,0x3c,0xe3,0x8c,0x33,0xca,0xe,0x8e,0x5f,0xaa,0xee,0x9e,0x57, + 0x27,0xc9,0xdb,0x92,0xb4,0xfd,0x18,0xd5,0x24,0xf9,0xc4,0x27,0x3e,0x91,0x89,0x13, + 0x27,0xd6,0x7e,0xb0,0x97,0xd6,0xb5,0x61,0xae,0xc,0xde,0x1c,0x57,0x6,0x1,0x0, + 0x9a,0x2b,0xc9,0x65,0xad,0x27,0xb8,0xbf,0xf8,0x8b,0xbf,0xe8,0xf9,0x21,0xf2,0xda, + 0x6b,0xaf,0x2d,0x3b,0x3c,0xbe,0xa7,0xba,0x7b,0x5e,0xad,0x24,0x33,0x92,0xdc,0xd8, + 0x69,0x14,0xde,0x72,0xcb,0x2d,0xd9,0x62,0x8b,0x2d,0x6a,0x3f,0xe0,0x4b,0x23,0x6d, + 0x98,0x31,0xe8,0xca,0x20,0x0,0x40,0xd3,0x25,0xb9,0xbf,0xf5,0x14,0xb7,0xd7,0x5e, + 0x7b,0xf5,0xf4,0x10,0x39,0x6e,0xdc,0xb8,0x3c,0xf1,0xc4,0x13,0x65,0x7,0xc8,0x3d, + 0x2a,0xbc,0xeb,0x95,0x4b,0x32,0x2e,0xc9,0xe9,0x49,0x4a,0xff,0xf2,0x64,0x92,0x3c, + 0xf4,0xd0,0x43,0xd9,0x7b,0xef,0xbd,0x6b,0x3f,0xe8,0x4b,0xc3,0x35,0x6f,0xde,0xbc, + 0xe1,0xae,0xc,0x1a,0x83,0x0,0x0,0x4d,0x96,0x35,0x57,0xad,0x7e,0xcb,0xe0,0xe0, + 0x60,0xcf,0xdf,0xba,0xb8,0xd3,0x4e,0x3b,0x95,0x1d,0x20,0x57,0x24,0x19,0x5f,0xe1, + 0xdd,0xaf,0x4d,0x92,0xfd,0x92,0x3c,0xd4,0xee,0x24,0xbd,0x6a,0xd5,0x2a,0xdf,0x59, + 0xa8,0x46,0x37,0x6f,0xde,0xbc,0x3c,0xf3,0xcc,0x33,0x9d,0xc6,0xe0,0xa4,0x2,0x0, + 0x80,0x66,0x4b,0x72,0x78,0xeb,0x49,0xee,0xf6,0xdb,0x6f,0xef,0xf9,0x61,0xf2,0xe4, + 0x93,0x4f,0x2e,0x3b,0x44,0x7e,0xa7,0xba,0x7b,0x5e,0xbf,0x8c,0xe0,0x2d,0xa4,0x97, + 0x5e,0x7a,0x69,0xed,0x7,0x7f,0xa9,0xb5,0x3,0xf,0x5c,0xeb,0x73,0xa8,0x8c,0x41, + 0x0,0xfa,0xd6,0xb8,0xba,0x6f,0x0,0xf4,0xd8,0xef,0xb5,0xfe,0x60,0xc1,0x82,0x5, + 0x3d,0xff,0x87,0xee,0xb5,0xd7,0x5e,0x65,0x3f,0xbe,0xa5,0xe7,0xff,0xe0,0x6,0x19, + 0x18,0x18,0x78,0xa4,0x28,0x8a,0x3,0x8a,0xa2,0x38,0xa3,0x28,0x8a,0xd5,0x65,0xff, + 0x7f,0x8e,0x3d,0xf6,0xd8,0xe2,0xb6,0xdb,0x6e,0x2b,0x66,0xcd,0x9a,0x55,0xe5,0x4d, + 0x83,0xb6,0xe6,0xcd,0x9b,0x57,0x7c,0xfd,0xeb,0x5f,0x6f,0xf7,0xc7,0xdf,0x2f,0x8a, + 0xe2,0xc0,0x81,0x81,0x81,0x67,0x2a,0xbc,0x49,0x0,0x0,0xac,0xaf,0x24,0xdf,0x6c, + 0xfd,0xcf,0xfb,0x6f,0x7f,0xfb,0xdb,0x7b,0x7e,0x85,0xe1,0x9e,0x7b,0xee,0x29,0xbb, + 0xb2,0x70,0x44,0x75,0xf7,0xbc,0x59,0xb2,0xe6,0x2d,0xa4,0xf,0xb7,0xbb,0xe4,0xf2, + 0xc0,0x3,0xf,0x64,0xe7,0x9d,0x77,0xae,0xfd,0xca,0x90,0xc6,0x76,0xde,0x26,0xa, + 0x0,0xd0,0x67,0x92,0x2c,0x6b,0x3d,0xd5,0xed,0xb2,0xcb,0x2e,0x3d,0x3d,0x54,0x6e, + 0xb1,0xc5,0x16,0xed,0xe,0x94,0x9b,0x55,0x78,0xd7,0x1b,0x27,0xc9,0xac,0x74,0x78, + 0xb,0xe9,0x53,0x4f,0x3d,0x95,0x83,0xf,0x3e,0xb8,0xf6,0x51,0xa0,0xb1,0xd9,0xa1, + 0x87,0x1e,0xda,0xee,0xa5,0x99,0x24,0x37,0x18,0x83,0x0,0x0,0xa3,0x4c,0x92,0x6d, + 0x5b,0x4f,0x75,0xcf,0x3d,0xf7,0x5c,0xc6,0x8d,0x1b,0xd7,0xd3,0x83,0xe5,0x11,0x47, + 0x1c,0x51,0x76,0xa0,0xbc,0xa7,0xc2,0xbb,0xde,0x58,0x59,0xf3,0x29,0xa4,0x67,0xa6, + 0xcd,0xa7,0x90,0xae,0x5c,0xb9,0x32,0x27,0x9c,0x70,0x42,0xed,0xe3,0x40,0x63,0xab, + 0x83,0xe,0x3a,0x28,0xcf,0x3d,0xf7,0x5c,0xa7,0x31,0xb8,0x51,0x1,0x0,0xc0,0xe8, + 0x92,0xe4,0xb8,0xd6,0x93,0xdd,0xcd,0x37,0xdf,0xdc,0xf3,0xc3,0xe5,0x87,0x3f,0xfc, + 0xe1,0xb2,0x43,0xe5,0x5,0xd5,0xdd,0xf3,0xe6,0x4b,0x87,0xb7,0x90,0xae,0x5e,0xbd, + 0x3a,0xef,0x7a,0xd7,0xbb,0x6a,0x1f,0x9,0x1a,0x1b,0x19,0x83,0x0,0x0,0x7d,0x2a, + 0xc9,0x39,0xad,0xa7,0xbb,0xf3,0xce,0x3b,0xaf,0xe7,0x7,0xcc,0x9b,0x6e,0xba,0xa9, + 0xec,0x60,0x79,0x72,0x75,0xf7,0x7c,0x74,0x48,0xf2,0x3f,0x92,0xfc,0xbc,0xdd,0x49, + 0xfc,0xef,0xff,0xfe,0xef,0x6b,0x1f,0xb,0xea,0xef,0xe,0x3f,0x7c,0xad,0xf,0x21, + 0x36,0x6,0x1,0x0,0xfa,0x45,0x4a,0xfe,0xbe,0xda,0x9b,0xde,0xf4,0xa6,0x9e,0x1e, + 0x30,0x27,0x4c,0x98,0x90,0x15,0x2b,0x56,0x94,0x1d,0x2e,0x77,0xaa,0xf0,0xae,0x8f, + 0x1a,0x49,0xb6,0x48,0x72,0x47,0xbb,0x13,0xf9,0x17,0xbf,0xf8,0xc5,0x9e,0xbf,0xc5, + 0x57,0x63,0x33,0x57,0x6,0x1,0x0,0xfa,0x58,0x92,0x81,0x24,0xcb,0x5b,0x4f,0x79, + 0xdb,0x6d,0xb7,0x5d,0x4f,0xf,0x99,0x7b,0xec,0xb1,0x47,0xd9,0xe1,0xf2,0x89,0x24, + 0x3,0x15,0xde,0xfd,0x51,0x25,0xc9,0xd4,0x24,0xb7,0xb4,0x3b,0x99,0x7f,0xed,0x6b, + 0x5f,0xcb,0xc6,0x1b,0x6f,0x5c,0xfb,0x80,0x50,0xff,0x74,0xd8,0x61,0x87,0x75,0x1a, + 0x83,0xd7,0x19,0x83,0x0,0x0,0xa3,0x5c,0x92,0x1d,0x5b,0x4f,0x79,0x8f,0x3d,0xf6, + 0x58,0xcf,0xf,0x9a,0xef,0x79,0xcf,0x7b,0xca,0xe,0x98,0xd7,0x54,0x77,0xcf,0x47, + 0xa7,0x24,0x2f,0x1a,0x3a,0x88,0x97,0xfa,0xee,0x77,0xbf,0x9b,0xc9,0x93,0x27,0xd7, + 0x3e,0x24,0x34,0xfa,0x3b,0xf2,0xc8,0x23,0xdb,0xbd,0xcc,0x92,0xa4,0xed,0x17,0x10, + 0x2,0x0,0x30,0x8a,0x24,0xf9,0xa3,0xd6,0x93,0xde,0xb7,0xbe,0xf5,0xad,0x9e,0x1f, + 0x36,0xbf,0xfc,0xe5,0x2f,0x97,0x1d,0x32,0xcf,0xa8,0xec,0x8e,0x8f,0x62,0x49,0x26, + 0x24,0xb9,0xb4,0xdd,0x49,0xfd,0xa6,0x9b,0x6e,0xca,0x94,0x29,0x53,0x6a,0x1f,0x14, + 0x1a,0xbd,0x1d,0x76,0xd8,0x61,0x59,0xb9,0x72,0x65,0xbb,0x97,0xd8,0x75,0x49,0x26, + 0x14,0x0,0x0,0x8c,0x7e,0x49,0x3e,0xd5,0x7a,0xda,0x3b,0xfb,0xec,0xb3,0x7b,0x7e, + 0xe0,0xbc,0xff,0xfe,0xfb,0xcb,0xe,0x9a,0x7,0x57,0x77,0xcf,0x47,0xbf,0x24,0x9f, + 0x6b,0x77,0x62,0xff,0xcf,0xff,0xfc,0x4f,0xa3,0x50,0xeb,0x95,0x31,0x8,0x0,0x30, + 0x86,0x24,0x59,0xd0,0x7a,0xe2,0x3b,0xfa,0xe8,0xa3,0x7b,0x7a,0xe0,0xdc,0x6a,0xab, + 0xad,0xda,0x1d,0x36,0xa7,0x54,0x78,0xd7,0xfb,0x42,0x92,0x8f,0x77,0x1a,0x85,0x53, + 0xa7,0x4e,0xad,0x7d,0x60,0x68,0xf4,0x74,0xcc,0x31,0xc7,0xb4,0x7b,0x39,0x19,0x83, + 0x0,0x0,0xfd,0x26,0x6b,0xde,0x7a,0xb8,0xd6,0x27,0x46,0x6c,0xbd,0xf5,0xd6,0x3d, + 0x3d,0x74,0x1e,0x7b,0xec,0xb1,0x65,0x87,0xcd,0xff,0xaa,0xf0,0xae,0xf7,0x95,0x24, + 0xa7,0xb5,0x3b,0xc1,0xdf,0x7c,0xf3,0xcd,0x99,0x34,0x69,0x52,0xed,0x43,0x43,0xcd, + 0xef,0xa8,0xa3,0x8e,0xea,0x74,0x65,0xf0,0x6a,0x63,0x10,0x0,0xa0,0xcf,0x24,0xd9, + 0xbd,0xf5,0xd4,0xf7,0xf0,0xc3,0xf,0xf7,0xfc,0xe0,0xf9,0xf1,0x8f,0x97,0x5e,0xd4, + 0xfa,0x97,0xea,0xee,0x79,0xff,0x49,0xf2,0x67,0x49,0x56,0x97,0x3d,0xb0,0xd7,0x5e, + 0x7b,0x6d,0x26,0x4c,0x98,0x50,0xfb,0xe0,0x50,0x73,0x3b,0xea,0xa8,0xa3,0xb2,0x6a, + 0xd5,0xaa,0x4e,0x63,0x70,0x7c,0x1,0x0,0x40,0x7f,0x49,0xf2,0x8e,0xd6,0x93,0xdf, + 0x55,0x57,0x5d,0xd5,0xf3,0xc3,0xe7,0xf,0x7e,0xf0,0x83,0xb2,0x43,0xe7,0x5b,0xab, + 0xbb,0xe7,0xfd,0x29,0xc9,0xfc,0x24,0xa5,0x97,0x78,0xbe,0xfa,0xd5,0xaf,0xfa,0x9e, + 0x42,0x95,0x66,0xc,0x2,0x0,0x8c,0x51,0x49,0x3e,0xdf,0x7a,0xfa,0xfb,0xc0,0x7, + 0x3e,0xd0,0xd3,0xc3,0xe7,0xa4,0x49,0x93,0xda,0xbd,0x2d,0xed,0x77,0x2a,0xbc,0xeb, + 0x7d,0x2b,0xc9,0x11,0xed,0x4e,0xf6,0x5f,0xf8,0xc2,0x17,0x6a,0x1f,0x1f,0x6a,0x56, + 0xc3,0x8c,0xc1,0xcb,0xa,0x0,0x0,0xfa,0x57,0x92,0x85,0xad,0x27,0xc0,0xd7,0xbd, + 0xee,0x75,0x3d,0x3d,0x80,0xbe,0xe6,0x35,0xaf,0x29,0x3b,0x78,0x3e,0x52,0xe1,0xdd, + 0xee,0x7b,0x49,0xde,0xd4,0xee,0x84,0x7f,0xee,0xb9,0xe7,0xd6,0x3e,0x42,0xd4,0x8c, + 0x5c,0x19,0x4,0x0,0x18,0xc3,0x92,0x4c,0x4a,0x32,0xd8,0x7a,0xa,0xdc,0x64,0x93, + 0x4d,0x7a,0x7a,0x8,0x7d,0xdf,0xfb,0xde,0x57,0x76,0xf8,0xbc,0xaa,0xc2,0xbb,0x3e, + 0x26,0x24,0x79,0x6f,0xbb,0x93,0xfe,0x7,0x3f,0xf8,0xc1,0xda,0xc7,0x88,0xea,0xed, + 0x84,0x13,0x4e,0xe8,0x34,0x6,0x2f,0x37,0x6,0x1,0x0,0xfa,0x5c,0x92,0xfd,0x5a, + 0x4f,0x81,0x3f,0xff,0xf9,0xcf,0x7b,0x7e,0x10,0xbd,0xf2,0xca,0x2b,0xcb,0xe,0xa0, + 0xa7,0x55,0x77,0xcf,0xc7,0x8e,0x24,0x1f,0x69,0x77,0xe2,0x7f,0xf7,0xbb,0xdf,0x5d, + 0xfb,0x28,0x51,0x3d,0xbd,0xf9,0xcd,0x6f,0x6e,0xf7,0xb2,0x78,0x7e,0xc,0x8e,0x2b, + 0x0,0x0,0xe8,0x6f,0x49,0x4e,0x69,0x3d,0x9,0x7e,0xf9,0xcb,0x5f,0xee,0xf9,0x61, + 0xf4,0x91,0x47,0x1e,0x29,0x3b,0x84,0xee,0x5f,0xdd,0x3d,0x1f,0x5b,0x92,0xfc,0x5b, + 0xd9,0x3,0xbe,0x7a,0xf5,0xea,0x1c,0x7e,0xf8,0xe1,0xb5,0x8f,0x13,0x55,0xdb,0x9, + 0x27,0x9c,0x90,0xd5,0xab,0x4b,0x3f,0x8c,0xd6,0x18,0x4,0x0,0x18,0x4b,0x92,0x7c, + 0xb9,0xf5,0x34,0x78,0xca,0x29,0xa7,0xf4,0xf4,0x30,0xfa,0xf2,0x97,0xbf,0xbc,0xec, + 0x10,0x3a,0x98,0x64,0xe3,0xa,0xef,0xfa,0x98,0x92,0x64,0x20,0x49,0xe9,0x65,0xd9, + 0xe5,0xcb,0x97,0x67,0xf7,0xdd,0x77,0xaf,0x7d,0xa4,0xa8,0x9a,0x8c,0x41,0x0,0x0, + 0xfe,0x9f,0x24,0xf7,0xb5,0x9e,0x8,0xf7,0xdb,0x6f,0xbf,0x9e,0x1e,0x48,0xdb,0xbc, + 0x55,0xed,0xd6,0xa,0xef,0xf6,0x98,0x94,0x64,0x62,0x92,0x9b,0xca,0x1e,0xfc,0x25, + 0x4b,0x96,0x64,0xeb,0xad,0xb7,0xae,0x7d,0xac,0xa8,0xb7,0x19,0x83,0x0,0x0,0xfc, + 0x3f,0x49,0xa6,0xb5,0x9e,0x8,0x7,0x7,0x7,0x33,0x79,0xf2,0xe4,0x9e,0x1e,0x4a, + 0x3f,0xf3,0x99,0xcf,0x94,0x1d,0x46,0xcf,0xab,0xf0,0xae,0x8f,0x59,0x49,0xa6,0x24, + 0xf9,0x3f,0x65,0x4f,0xc0,0x4f,0x7e,0xf2,0x93,0x4c,0x9b,0x36,0xad,0xf6,0xd1,0xa2, + 0xde,0xf4,0x96,0xb7,0xbc,0xa5,0xd3,0x18,0xbc,0xc4,0x18,0x4,0x0,0x18,0x63,0x92, + 0x1c,0xd2,0x7a,0x2a,0x5c,0xb8,0x70,0x61,0xcf,0xf,0xa6,0x77,0xdc,0x71,0x47,0xd9, + 0x81,0xf4,0x84,0xea,0xee,0xf9,0xd8,0x96,0x64,0xb3,0x24,0xf7,0x96,0x3d,0x9,0x37, + 0xde,0x78,0x63,0xc6,0x8f,0x1f,0x5f,0xfb,0x78,0x51,0x77,0x1b,0x6e,0xc,0x16,0x0, + 0x0,0x8c,0x3d,0x49,0x3e,0xd0,0x7a,0x32,0xec,0xf5,0x97,0x96,0x4f,0x9a,0x34,0x29, + 0x83,0x83,0x6b,0x7d,0xcb,0x45,0x92,0x6c,0x53,0xe1,0x5d,0x1f,0xf3,0x92,0xfc,0x8f, + 0x24,0x8b,0xcb,0x9e,0x88,0xcf,0x7f,0xfe,0xf3,0xb5,0xf,0x18,0x75,0x2f,0x63,0x10, + 0x0,0x80,0x52,0x49,0xae,0x6a,0x3d,0x1d,0xfe,0xf9,0x9f,0xff,0x79,0x4f,0xf,0xa7, + 0x7,0x1d,0x74,0x50,0xd9,0xa1,0xf4,0xc1,0xa,0xef,0x36,0x43,0x92,0xcc,0x4d,0xf2, + 0x58,0xd9,0x13,0xf2,0xd7,0x7f,0xfd,0xd7,0xb5,0xf,0x19,0x6d,0x78,0x6f,0x7b,0xdb, + 0xdb,0xda,0xd,0x41,0x63,0x10,0x0,0x60,0xac,0x4b,0xf2,0x70,0xeb,0x9,0xb1,0xd7, + 0x9f,0x36,0x79,0xfa,0xe9,0xa7,0x97,0x1d,0x4c,0x2f,0xad,0xf0,0x6e,0xf3,0x2,0x49, + 0xf6,0x48,0xb2,0xa2,0xf5,0x9,0x19,0x1c,0x1c,0xcc,0xbc,0x79,0xf3,0x6a,0x1f,0x34, + 0x5a,0xff,0x5c,0x19,0x4,0x0,0xa0,0xad,0x24,0x5b,0xb7,0x9e,0x10,0x9f,0x7b,0xee, + 0xb9,0x4c,0x9c,0x38,0xb1,0xa7,0x87,0xd4,0x6b,0xae,0xb9,0xa6,0xec,0x70,0xfa,0xde, + 0xa,0xef,0x3a,0x2d,0x92,0x1c,0x5b,0xf6,0xa4,0x3c,0xf2,0xc8,0x23,0xd9,0x6a,0xab, + 0xad,0x6a,0x1f,0x36,0x5a,0xf7,0x4e,0x3a,0xe9,0xa4,0x4e,0x63,0xf0,0x82,0xd2,0x17, + 0x2,0x0,0x0,0x63,0x47,0x92,0xa3,0x5a,0x4f,0x89,0xb,0x16,0x2c,0xe8,0xf9,0x41, + 0xf5,0x89,0x27,0x9e,0x28,0x3b,0xa0,0xfe,0x7e,0x75,0xf7,0x9c,0x32,0x49,0x4a,0x3f, + 0xfa,0xf5,0xb6,0xdb,0x6e,0xcb,0x84,0x9,0x13,0x6a,0x1f,0x38,0x1a,0x79,0x27,0x9d, + 0x74,0x52,0xbb,0x21,0x68,0xc,0x2,0x0,0xb0,0x46,0x92,0xb3,0x5b,0x4f,0x8a,0x9f, + 0xfa,0xd4,0xa7,0x7a,0x7a,0x50,0x9d,0x3b,0x77,0x6e,0xd9,0x1,0x75,0x65,0x92,0xf1, + 0x15,0xde,0x75,0x4a,0x24,0x99,0x90,0xe4,0x47,0x65,0x4f,0xd0,0x27,0x3f,0xf9,0xc9, + 0xda,0x47,0x8e,0x8c,0x41,0x0,0x0,0xba,0x28,0xc9,0xb7,0x5a,0x4f,0x8b,0x7f,0xf4, + 0x47,0x7f,0x54,0xc7,0x61,0xf5,0xa6,0xa,0xef,0x36,0x1d,0x24,0x99,0x9d,0xa4,0xf4, + 0x12,0xee,0xfc,0xf9,0xf3,0x6b,0x1f,0x3b,0x32,0x6,0x1,0x0,0xe8,0x92,0x24,0xcb, + 0x5a,0x4f,0x8c,0x73,0xe7,0xce,0xed,0xe9,0x81,0xf5,0xb,0x5f,0xf8,0x42,0xd9,0x41, + 0xf5,0x1f,0x2b,0xbc,0xdb,0xc,0x23,0xc9,0x11,0x65,0x4f,0xd2,0xd3,0x4f,0x3f,0x9d, + 0x1d,0x76,0xd8,0xa1,0xf6,0xd1,0xa3,0xf5,0x1a,0x83,0xe7,0x77,0x7a,0xce,0x1,0x0, + 0x18,0x63,0x92,0x6c,0xd7,0x7a,0x62,0x5c,0xbe,0x7c,0x79,0xc6,0x8d,0x1b,0xd7,0xd3, + 0x43,0xeb,0x5d,0x77,0xdd,0x55,0x76,0x58,0x3d,0xb2,0xc2,0xbb,0xce,0x8,0x24,0x39, + 0xaf,0xec,0x89,0xba,0xf3,0xce,0x3b,0xfd,0x7d,0xc2,0x6,0xf6,0xae,0x77,0xbd,0xcb, + 0x18,0x4,0x0,0x60,0xe4,0x92,0xbc,0xa9,0xf5,0xd4,0xf8,0x9d,0xef,0x7c,0xa7,0xa7, + 0x87,0xd6,0xa9,0x53,0xa7,0xb6,0x3b,0xb0,0x6e,0x56,0xe1,0x5d,0x67,0x4,0xb2,0xe6, + 0xef,0x13,0x2e,0x28,0x7b,0xb2,0x3e,0xf4,0xa1,0xf,0xd5,0x3e,0x80,0x64,0xc,0x2, + 0x0,0xb0,0x1,0x92,0x9c,0xdb,0x7a,0x72,0xfc,0xe8,0x47,0x3f,0xda,0xd3,0x83,0xeb, + 0xe1,0x87,0x1f,0x5e,0x76,0x60,0xbd,0xb7,0xc2,0xbb,0xcd,0x3a,0x48,0xf2,0xd2,0x94, + 0x7c,0x69,0xfd,0xaa,0x55,0xab,0xb2,0xcb,0x2e,0xbb,0xd4,0x3e,0x84,0x64,0xc,0x2, + 0x0,0xb0,0x9e,0x92,0xdc,0xdc,0x7a,0x7a,0x3c,0xee,0xb8,0xe3,0x7a,0x7a,0x78,0x3d, + 0xfb,0xec,0xb5,0x3e,0xd4,0x34,0x49,0x2e,0xac,0xf0,0x6e,0xb3,0x8e,0x92,0x1c,0x52, + 0xf6,0xa4,0xdd,0x79,0xe7,0x9d,0xd9,0x68,0xa3,0x8d,0x6a,0x1f,0x44,0x63,0x39,0x63, + 0x10,0x0,0x80,0xf5,0x92,0x64,0x20,0xc9,0xf2,0xd6,0x13,0xe4,0xb6,0xdb,0x6e,0xdb, + 0xd3,0x3,0xec,0xd,0x37,0xdc,0x50,0x76,0x70,0x7d,0x47,0x85,0x77,0x9d,0xf5,0x90, + 0xe4,0x9c,0xb2,0x27,0xee,0x23,0x1f,0xf9,0x48,0xed,0xa3,0x68,0xac,0x76,0xea,0xa9, + 0xa7,0x76,0x1a,0x83,0x9f,0x1c,0xc9,0xf3,0xa,0x0,0xc0,0x18,0x95,0xe4,0x55,0xad, + 0x27,0xc8,0x65,0xcb,0x96,0xf5,0xf4,0x0,0x3b,0x6e,0xdc,0xb8,0xac,0x58,0xb1,0xa2, + 0xec,0xf0,0xfa,0xaa,0xa,0xef,0x3a,0xeb,0x21,0xc9,0xf8,0x94,0xfc,0x7d,0xc2,0x55, + 0xab,0x56,0xe5,0xf7,0x7e,0xef,0xf7,0x6a,0x1f,0x47,0x63,0x2d,0x63,0x10,0x0,0x80, + 0xd,0x92,0xe4,0xed,0xad,0xa7,0xc8,0x6b,0xae,0xb9,0xa6,0xa7,0x87,0xd8,0xdd,0x76, + 0xdb,0xad,0xec,0xf0,0xba,0x22,0xc9,0x40,0x85,0x77,0x9d,0xf5,0x94,0x64,0xdb,0x24, + 0xcf,0xb4,0x3e,0x81,0x3f,0xfd,0xe9,0x4f,0x6b,0x1f,0x48,0x63,0xa9,0xd3,0x4e,0x3b, + 0xcd,0x18,0x4,0x0,0x60,0xc3,0x24,0xf9,0x97,0xd6,0x93,0xe4,0x59,0x67,0x9d,0xd5, + 0xd3,0x83,0xec,0xbb,0xdf,0xfd,0xee,0xb2,0x3,0xec,0x7f,0x54,0x78,0xb7,0xd9,0x40, + 0x49,0x3e,0x50,0xf6,0x24,0x9e,0x7e,0xfa,0xe9,0xb5,0xf,0xa5,0xb1,0x90,0x2b,0x83, + 0x0,0x0,0x74,0x45,0x92,0xdb,0x5b,0x4f,0x93,0x7f,0xf0,0x7,0x7f,0xd0,0xd3,0xc3, + 0xec,0xbf,0xff,0xfb,0xbf,0x97,0x1d,0x62,0xcf,0xaa,0xf0,0x6e,0xb3,0x81,0xb2,0xe6, + 0xab,0x28,0xee,0x6b,0x7d,0x12,0x9f,0x79,0xe6,0x99,0xcc,0x99,0x33,0xa7,0xf6,0xc1, + 0xd4,0xcf,0x19,0x83,0x0,0x0,0x74,0xc5,0xd0,0xa1,0x7e,0xb0,0xf5,0x44,0xb9,0xc5, + 0x16,0x5b,0xf4,0xf4,0x40,0xbb,0x68,0xd1,0xa2,0xb2,0x83,0xec,0xeb,0x2a,0xbc,0xeb, + 0x74,0x41,0x92,0x79,0x65,0x4f,0xe4,0xb7,0xbf,0xfd,0xed,0xda,0x47,0x53,0xbf,0xf6, + 0xc1,0xf,0x7e,0xb0,0xd3,0x18,0x3c,0x67,0x5d,0x9e,0x3f,0x0,0x0,0xc6,0xb8,0x24, + 0x7b,0xb5,0x9e,0x28,0x7f,0xf5,0xab,0x5f,0xf5,0xf4,0x40,0xbb,0xf9,0xe6,0x9b,0xb7, + 0x3b,0xcc,0x4e,0xa9,0xf0,0xae,0xd3,0x25,0x49,0x4a,0x2f,0xf7,0x9e,0x78,0xe2,0x89, + 0xb5,0x8f,0xa7,0x7e,0xeb,0x9c,0x73,0x4a,0x3f,0xe0,0xd5,0x18,0x4,0x0,0x60,0xfd, + 0x24,0xf9,0x8b,0xd6,0x53,0xe5,0xe5,0x97,0x5f,0xde,0xd3,0x43,0xed,0xfc,0xf9,0xf3, + 0xcb,0xe,0xb3,0x77,0x56,0x78,0xb7,0xe9,0xa2,0x24,0xb3,0x92,0x3c,0xd1,0xfa,0x84, + 0x2e,0x59,0xb2,0x24,0xd3,0xa7,0x4f,0xaf,0x7d,0x44,0xf5,0x4b,0xc6,0x20,0x0,0x34, + 0xd7,0xb8,0xba,0x6f,0x0,0x6c,0x80,0x3d,0x5a,0x7f,0x70,0xeb,0xad,0xb7,0xf6,0xf4, + 0x1f,0xb8,0xf7,0xde,0x7b,0x97,0xfd,0xf8,0xfb,0x3d,0xfd,0x87,0xd2,0x33,0x3,0x3, + 0x3,0xbf,0x29,0x8a,0xe2,0xef,0x5a,0x7f,0x3e,0x63,0xc6,0x8c,0xe2,0xec,0xb3,0xcf, + 0xae,0xe1,0x16,0xf5,0x9f,0xb3,0xcf,0x3e,0xbb,0x38,0xf5,0xd4,0x53,0xdb,0xfd,0xf1, + 0x47,0x7,0x6,0x6,0xfe,0xba,0xca,0xdb,0x3,0x0,0x40,0x9f,0x48,0x72,0x57,0xeb, + 0xa5,0x86,0x3,0xf,0x3c,0xb0,0xa7,0x57,0x3a,0x6e,0xb9,0xe5,0x96,0xb2,0x2b,0x1c, + 0x7f,0x5c,0xe1,0xdd,0xa6,0x7,0x92,0xfc,0xb8,0xf5,0x49,0x5d,0xb5,0x6a,0x55,0xb6, + 0xdf,0x7e,0xfb,0xda,0xaf,0xae,0x8d,0xe6,0x5c,0x19,0x4,0x0,0xa0,0x27,0x92,0x4c, + 0x2b,0x3b,0x61,0x6e,0xb2,0xc9,0x26,0x3d,0x3b,0xdc,0x4e,0x98,0x30,0x21,0x2b,0x57, + 0xae,0x2c,0xfb,0xc7,0x6e,0x5f,0xe5,0x7d,0xa7,0xfb,0x92,0xec,0x96,0x64,0x75,0xeb, + 0x13,0xdb,0xeb,0xb7,0x20,0xf7,0x73,0xc3,0x8c,0xc1,0x33,0xd6,0xe3,0x69,0x2,0x0, + 0x80,0x35,0x92,0xfc,0x7f,0xad,0x27,0xcc,0xbb,0xef,0xbe,0xbb,0xa7,0x7,0xdc,0x7d, + 0xf6,0xd9,0xa7,0xec,0x60,0xfb,0x68,0x85,0x77,0x9b,0x1e,0x4a,0xf2,0xa9,0xb2,0x27, + 0x78,0xf7,0xdd,0x77,0xaf,0x7d,0x5c,0x8d,0xb6,0x3e,0xf9,0xc9,0x4f,0x76,0x1a,0x83, + 0x6b,0xbd,0x45,0x17,0x0,0x0,0xd6,0x49,0x92,0xd3,0x5a,0x4f,0x99,0x17,0x5d,0x74, + 0x51,0x4f,0xf,0xb9,0x6d,0xbe,0x3f,0xed,0xea,0xa,0xef,0x36,0x3d,0x94,0x64,0x4a, + 0x92,0x25,0xad,0x4f,0xf0,0x4d,0x37,0xdd,0x54,0xfb,0xc0,0x1a,0x4d,0xd,0x33,0x6, + 0x4f,0x59,0xcf,0xa7,0x7,0x0,0x0,0xfe,0x5b,0x92,0xff,0xbf,0xf5,0xa4,0xf9,0x9e, + 0xf7,0xbc,0xa7,0xa7,0x7,0xdd,0xcb,0x2f,0xbf,0xbc,0xec,0x80,0xfb,0xf1,0xa,0xef, + 0x36,0x3d,0x96,0xe4,0xc4,0xb2,0x27,0xf9,0xd,0x6f,0x78,0x43,0xed,0x43,0x6b,0x34, + 0x34,0xcc,0x18,0xfc,0x9b,0xf5,0x7e,0x62,0x0,0x0,0xe0,0x85,0x92,0xdc,0xdf,0x7a, + 0xda,0xdc,0x67,0x9f,0x7d,0x7a,0x7a,0xd8,0x5d,0xb2,0x64,0xad,0x8b,0x47,0xcf,0xfb, + 0x4a,0x92,0x97,0x54,0x78,0xf7,0xe9,0xa1,0x24,0xff,0xd5,0xfa,0x4,0xdf,0x79,0xe7, + 0x9d,0xb5,0x8f,0xad,0xa6,0x77,0xee,0xb9,0xe7,0x76,0x1a,0x83,0xae,0xc,0x2,0x0, + 0xd0,0x1d,0x49,0x66,0xb4,0x9e,0x36,0x7,0x7,0x7,0x33,0x71,0xe2,0xc4,0x9e,0x1d, + 0x76,0xe7,0xcc,0x99,0xd3,0xe9,0xb0,0x9b,0xac,0xf9,0x2e,0xbb,0xbf,0x4a,0x32,0xbe, + 0xca,0xc7,0x82,0xee,0x4b,0xf2,0xc6,0xb2,0x27,0xf8,0x88,0x23,0x8e,0xa8,0x7d,0x74, + 0x35,0x35,0x6f,0x13,0x5,0x0,0xa0,0x32,0x49,0xe,0x6f,0x3d,0x71,0xfe,0xe8,0x47, + 0x3f,0xea,0xe9,0x81,0x77,0xc2,0x84,0x9,0x79,0xf7,0xbb,0xdf,0x9d,0x65,0xcb,0x96, + 0xd,0x37,0xc,0xef,0x4c,0xb2,0x57,0x85,0xf,0x7,0x5d,0x96,0x64,0x20,0xc9,0x2f, + 0x5a,0x9f,0xd8,0x5b,0x6f,0xbd,0xb5,0xf6,0xe1,0xd5,0xc4,0xce,0x3f,0xff,0xfc,0x4e, + 0xbf,0xf,0xef,0xdc,0xa0,0x27,0x3,0x0,0x0,0x5a,0x25,0x39,0xa3,0xf5,0xd4,0x79, + 0xfe,0xf9,0xe7,0x57,0x72,0xf8,0xdd,0x7c,0xf3,0xcd,0xf3,0x99,0xcf,0x7c,0x26,0x83, + 0x83,0x83,0xc3,0xd,0xc3,0x2f,0x26,0xd9,0xbc,0xb2,0x7,0x85,0xae,0x4a,0x72,0x72, + 0xd9,0x93,0x3a,0x6f,0xde,0xbc,0xda,0x7,0x58,0x93,0x1a,0x66,0xc,0xbe,0x77,0x3, + 0x9f,0x6,0x0,0x0,0x58,0x5b,0x92,0x6f,0xb4,0x9e,0x3c,0x4f,0x3e,0xf9,0xe4,0x4a, + 0xf,0xc2,0x3b,0xed,0xb4,0x53,0xbb,0x2f,0xa9,0x7f,0xa1,0x47,0x93,0x1c,0x53,0xd1, + 0xc3,0x42,0x97,0x25,0xf9,0x4d,0xeb,0x13,0x7a,0xed,0xb5,0xd7,0xd6,0x3e,0xc2,0x9a, + 0xd2,0xa7,0x3e,0x55,0xfa,0x2d,0x1d,0xcf,0xfb,0xcb,0xd,0x7d,0xfc,0x1,0x0,0xa0, + 0x54,0x92,0xb5,0xde,0xb7,0xb9,0xeb,0xae,0xbb,0xd6,0x72,0x28,0xfe,0xd3,0x3f,0xfd, + 0xd3,0x3c,0xf6,0xd8,0x63,0xc3,0xd,0xc3,0x2f,0x25,0x99,0x56,0xc9,0x83,0x43,0xd7, + 0xa4,0xe4,0xab,0x4d,0x92,0xe4,0xd5,0xaf,0x7e,0x75,0xed,0x63,0xac,0xee,0x86,0x19, + 0x83,0xde,0x26,0xa,0x0,0x40,0x6f,0x24,0x79,0x59,0xeb,0xe9,0x73,0xc5,0x8a,0x15, + 0xb5,0x1e,0x8e,0x67,0xce,0x9c,0x99,0x4b,0x2e,0xb9,0x64,0xb8,0x51,0xf8,0x60,0x92, + 0x3,0x2a,0x78,0x88,0xe8,0x92,0x24,0x53,0x53,0xf2,0x1f,0x1f,0xbe,0xf4,0xa5,0x2f, + 0xd5,0x3e,0xc8,0xea,0xec,0xd3,0x9f,0xfe,0x74,0xa7,0xd7,0xf9,0xbb,0xba,0xf0,0xd0, + 0x3,0x0,0x40,0xb9,0x24,0xc7,0xb5,0x9e,0x40,0xbf,0xff,0xfd,0xef,0xd7,0x7e,0x48, + 0x2e,0x8a,0x22,0x87,0x1e,0x7a,0x68,0x16,0x2f,0x5e,0xdc,0xe9,0xb0,0xbc,0x3a,0xc9, + 0xb9,0x49,0x26,0xf5,0xfc,0x81,0xa2,0x2b,0x92,0x7c,0xb8,0xf5,0x49,0x7c,0xe6,0x99, + 0x67,0xb2,0xd9,0x66,0x9b,0xd5,0xfe,0x7a,0xab,0xba,0x81,0x81,0x81,0x5c,0x70,0xc1, + 0x5,0x9d,0x5e,0xdf,0x6f,0xef,0xce,0xa3,0xe,0x0,0x0,0x6d,0x24,0x39,0xa7,0xf5, + 0x14,0x7a,0xde,0x79,0xe7,0xd5,0x7e,0x58,0x7e,0xbe,0xe9,0xd3,0xa7,0xe7,0x8b,0x5f, + 0xfc,0x62,0xa7,0x43,0x73,0x92,0xdc,0x93,0x64,0x97,0x5e,0x3f,0x56,0x6c,0xb8,0xac, + 0xf9,0x8a,0x93,0x67,0x5b,0x9f,0xc0,0xd3,0x4e,0x3b,0xad,0xf6,0xd7,0x5a,0x95,0x19, + 0x83,0x0,0x0,0x34,0x42,0x92,0x1b,0x5b,0x4f,0xa2,0x7f,0xf8,0x87,0x7f,0x58,0xfb, + 0x81,0xb9,0xb5,0x43,0xe,0x39,0x24,0xbf,0xfa,0xd5,0xaf,0x3a,0x1d,0xa0,0x57,0x26, + 0xf9,0x40,0x7c,0x6f,0x61,0xe3,0x25,0xf9,0x4c,0xeb,0x93,0x77,0xff,0xfd,0xf7,0xd7, + 0xfe,0x1a,0xab,0xb2,0x7f,0xfb,0xb7,0x7f,0x33,0x6,0x1,0x0,0xa8,0x57,0xd6,0x7c, + 0x3f,0xdc,0xf2,0xd6,0xd3,0xe8,0xf6,0xdb,0x6f,0x5f,0xfb,0x81,0xb9,0xac,0xa9,0x53, + 0xa7,0xe,0xf7,0xe1,0x1b,0x49,0xf2,0xdd,0x24,0x33,0x7a,0xfa,0xc0,0xb1,0x41,0x92, + 0xcc,0x4e,0xb2,0xd6,0xf7,0x8c,0x1c,0x75,0xd4,0x51,0xb5,0xbf,0xc6,0xaa,0xe8,0x73, + 0x9f,0xfb,0x9c,0x31,0x8,0x0,0x40,0xfd,0x92,0xec,0xd8,0x7a,0x1a,0x5d,0xb6,0x6c, + 0x59,0xed,0x7,0xe6,0xe1,0xda,0x73,0xcf,0x3d,0x73,0xcf,0x3d,0xf7,0x74,0x3a,0x54, + 0xff,0x3a,0xc9,0xef,0xf7,0xee,0x91,0x63,0x43,0x25,0xf9,0xf7,0xd6,0x27,0xed,0x6b, + 0x5f,0xfb,0x5a,0xed,0xaf,0xad,0x5e,0x36,0xcc,0xdb,0x44,0x57,0x1b,0x83,0x0,0x0, + 0x54,0x2a,0xc9,0x5b,0x5b,0x4f,0xa5,0xd7,0x5f,0x7f,0x7d,0xed,0x7,0xe7,0x91,0xf6, + 0x4f,0xff,0xf4,0x4f,0x9d,0x46,0x61,0xe2,0xe3,0xfa,0x1b,0x2b,0xc9,0xce,0x65,0x4f, + 0xd8,0xcc,0x99,0x33,0x6b,0x7f,0x5d,0xf5,0xaa,0xb,0x2f,0xbc,0xb0,0xd3,0x6b,0xd5, + 0x18,0x4,0x0,0xa0,0x5a,0x49,0xfe,0xb9,0xf5,0x54,0xfa,0xe1,0xf,0x7f,0xb8,0xf6, + 0x83,0xf3,0xba,0x74,0xc4,0x11,0x47,0x64,0xd9,0xb2,0xb5,0xbe,0xc9,0xe0,0x85,0xbe, + 0x1c,0x9f,0x42,0xda,0x48,0x49,0xfe,0x4f,0xeb,0x93,0xf5,0xde,0xf7,0xbe,0xb7,0xf6, + 0xd7,0x54,0xb7,0x1b,0x18,0x18,0xe8,0xf4,0x35,0x2a,0xab,0x93,0xbc,0xb9,0xbb,0x8f, + 0x2c,0x0,0x0,0x8c,0x40,0x92,0x5,0xad,0xa7,0xd3,0xa3,0x8f,0x3e,0xba,0xf6,0x3, + 0xf4,0xba,0xb6,0xcd,0x36,0xdb,0xe4,0x7,0x3f,0xf8,0x41,0xa7,0x51,0xb8,0x30,0xc9, + 0x36,0xbd,0x79,0x14,0x59,0x5f,0x49,0xde,0xdb,0xfa,0x44,0xdd,0x79,0xe7,0x9d,0xb5, + 0xbf,0x9e,0xba,0x99,0x31,0x8,0x0,0x40,0x23,0x25,0x99,0x90,0xe4,0xb9,0xd6,0x13, + 0xea,0xec,0xd9,0xb3,0x6b,0x3f,0x44,0xaf,0x6f,0xc3,0xbc,0x85,0xf4,0xb1,0x24,0x7, + 0xf7,0xe2,0xb1,0x64,0xfd,0x24,0xd9,0x22,0xc9,0xaa,0xd6,0x27,0xea,0x95,0xaf,0x7c, + 0x65,0xed,0xaf,0xa5,0x6e,0x75,0xf1,0xc5,0x17,0x1b,0x83,0x0,0x0,0x34,0x4f,0x92, + 0xdd,0x5b,0x4f,0xa8,0xf,0x3f,0xfc,0x70,0xed,0x7,0xe8,0xd,0xed,0xe8,0xa3,0x8f, + 0xce,0xf2,0xe5,0x6b,0x7d,0x70,0xea,0xb,0xf,0xe1,0x1f,0x4c,0x32,0xd0,0xfd,0x47, + 0x94,0xf5,0x91,0xe4,0x9b,0xad,0x4f,0x52,0x3f,0x7c,0x27,0xe1,0xf8,0xf1,0xe3,0x5d, + 0x19,0x4,0x0,0xa0,0xb9,0x92,0xbc,0xa3,0xf5,0x94,0xda,0x2f,0x9f,0xf2,0x38,0x77, + 0xee,0xdc,0x2c,0x5a,0xb4,0xa8,0xdd,0x61,0x3c,0x49,0xae,0x48,0xb2,0x51,0xd7,0x1f, + 0x54,0xd6,0x59,0x92,0x13,0x5b,0x9f,0x9c,0x9b,0x6f,0xbe,0xb9,0xf6,0xd7,0xd0,0x86, + 0x34,0x7e,0xfc,0xf8,0x5c,0x7e,0xf9,0xe5,0x9d,0xc6,0xe0,0xf1,0x3d,0x78,0x28,0x1, + 0x0,0x60,0xe4,0x92,0x7c,0xbe,0xf5,0xa4,0x7a,0xfa,0xe9,0xa7,0xd7,0x7e,0x98,0xee, + 0x56,0xd3,0xa7,0x4f,0xcf,0xf5,0xd7,0x5f,0xdf,0x69,0x14,0x7e,0x3f,0xc9,0x94,0x6e, + 0x3f,0xae,0xac,0x9b,0x24,0x93,0x93,0x3c,0xfb,0x5b,0x8b,0x69,0xf5,0xea,0xcc,0x98, + 0x31,0xa3,0xf6,0xd7,0xd0,0xfa,0x64,0xc,0x2,0x0,0x30,0x2a,0x24,0xf9,0xaf,0xd6, + 0xd3,0xea,0xa1,0x87,0x1e,0x5a,0xfb,0x81,0xba,0xdb,0x7d,0xec,0x63,0x1f,0xeb,0x34, + 0xa,0x17,0x26,0x99,0xd5,0xdd,0x47,0x96,0x75,0x95,0xe4,0x9a,0xd6,0x27,0xe6,0xad, + 0x6f,0x7d,0x6b,0xed,0xaf,0x9d,0xf5,0xe9,0x2b,0x5f,0xf9,0x8a,0x31,0x8,0x0,0x40, + 0xb3,0x25,0x99,0x94,0x64,0xb0,0xf5,0xc4,0xba,0xc9,0x26,0x9b,0xd4,0x7e,0xa0,0xee, + 0x45,0x7f,0xfc,0xc7,0x7f,0x9c,0x55,0xab,0xd6,0xfa,0xec,0x92,0xe7,0xfd,0x2a,0xc9, + 0x9c,0xae,0x3e,0xc0,0xac,0x93,0x24,0x7f,0xde,0xfa,0xa4,0x5c,0x74,0xd1,0x45,0xb5, + 0xbf,0x6e,0xd6,0xa5,0x61,0xae,0xc,0xae,0x32,0x6,0x1,0x0,0x68,0x8c,0x24,0xfb, + 0xb6,0x9e,0x58,0x7f,0xfe,0xf3,0x9f,0xd7,0x7e,0xa8,0xee,0x65,0xfb,0xef,0xbf,0x7f, + 0x1e,0x7f,0xfc,0xf1,0x76,0x7,0xf6,0x47,0x93,0xec,0xd6,0xc5,0x87,0x98,0x75,0x90, + 0x64,0xcb,0xd6,0x27,0xe4,0x37,0xbf,0xf9,0x4d,0xed,0xaf,0x99,0x91,0x36,0x61,0xc2, + 0x84,0xe1,0xc6,0xe0,0x91,0xbd,0x7a,0xec,0x0,0x0,0x60,0x9d,0x25,0x39,0xa5,0xf5, + 0xd4,0x7a,0xe9,0xa5,0x97,0xd6,0x7e,0xb0,0xee,0x75,0xbf,0xf3,0x3b,0xbf,0x93,0x7b, + 0xef,0xbd,0xb7,0xdd,0xc1,0x7d,0x45,0x92,0xd7,0x75,0xef,0x51,0x66,0x5d,0x24,0xf9, + 0x51,0xeb,0x13,0xb2,0xd3,0x4e,0x3b,0xd5,0xfe,0x9a,0x19,0x49,0x97,0x5d,0x76,0x99, + 0x31,0x8,0x0,0xc0,0xe8,0x91,0x64,0xad,0xcf,0xc3,0x3f,0xf5,0xd4,0x53,0x6b,0x3f, + 0x58,0x57,0xd1,0xcc,0x99,0x33,0x73,0xc7,0x1d,0x77,0xb4,0x3b,0xc0,0x27,0xc9,0x89, + 0x5d,0x7b,0xa0,0x19,0xb1,0x24,0x1f,0x6d,0x7d,0x22,0xde,0xf9,0xce,0x77,0xd6,0xfe, + 0x7a,0xe9,0xd4,0x84,0x9,0x13,0x72,0xf5,0xd5,0x57,0x77,0x7a,0x2d,0x1d,0xd7,0xc3, + 0x87,0xc,0x0,0x0,0xd6,0x4f,0x92,0xfb,0x5a,0x4f,0xae,0xfb,0xef,0xbf,0x7f,0xed, + 0x7,0xec,0xaa,0x9a,0x36,0x6d,0x5a,0x6e,0xb9,0xe5,0x96,0x4e,0x57,0x75,0xe,0xeb, + 0xd6,0x63,0xcd,0xc8,0x24,0x39,0xba,0xf5,0x89,0xb8,0xf0,0xc2,0xb,0x6b,0x7f,0xad, + 0xb4,0x6b,0x98,0x31,0xe8,0xca,0x20,0x0,0x0,0xcd,0x94,0x64,0x5a,0xeb,0xe9,0x75, + 0x70,0x70,0x30,0x93,0x27,0x4f,0xae,0xfd,0x90,0x5d,0x65,0x93,0x27,0x4f,0xce,0x7f, + 0xfc,0xc7,0x7f,0xb4,0x3b,0xd0,0x3f,0x9b,0x64,0xff,0x2e,0x3d,0xe4,0x8c,0x40,0x92, + 0xcd,0x5b,0x9f,0x84,0x9f,0xfd,0xec,0x67,0xb5,0xbf,0x4e,0xca,0x1a,0x66,0xc,0xae, + 0x34,0x6,0x1,0x0,0x68,0xac,0x24,0x87,0xb4,0x9e,0x60,0xef,0xbc,0xf3,0xce,0xda, + 0xf,0xd9,0x75,0x34,0x71,0xe2,0xc4,0x5c,0x71,0xc5,0x15,0xed,0xe,0xf6,0x4f,0x27, + 0xd9,0xbd,0x2b,0xf,0x3a,0x23,0x92,0xe4,0x17,0xad,0x4f,0xc2,0x94,0x29,0x53,0x6a, + 0x7f,0x9d,0xbc,0xb0,0x89,0x13,0x27,0xe,0x37,0x6,0x5f,0xdf,0xe3,0x87,0x9,0x0, + 0x0,0xd6,0x5f,0x92,0xff,0xd9,0x7a,0x8a,0xfd,0xe2,0x17,0xbf,0x58,0xfb,0x41,0xbb, + 0xae,0xc6,0x8f,0x1f,0x9f,0xaf,0x7e,0xf5,0xab,0xed,0xe,0xf8,0x8f,0x25,0xd9,0xb1, + 0x1b,0x8f,0x3b,0xc3,0x4b,0x72,0x71,0xeb,0x13,0xb0,0xe7,0x9e,0x7b,0xd6,0xfe,0x1a, + 0x79,0xbe,0x89,0x13,0x27,0xe6,0xba,0xeb,0xae,0x33,0x6,0x1,0x80,0x8e,0xc6,0xd5, + 0x7d,0x3,0x60,0x18,0x6b,0x5d,0xf5,0xba,0xf5,0xd6,0x5b,0xeb,0xb8,0x1d,0x8d,0x30, + 0x38,0x38,0x58,0xcc,0x9f,0x3f,0xbf,0xb8,0xe6,0x9a,0x6b,0xca,0xfe,0x78,0x7a,0x51, + 0x14,0xdf,0x4e,0xf2,0xf2,0x8a,0x6f,0xd6,0x58,0x75,0x67,0xeb,0xf,0xe6,0xce,0x9d, + 0x5b,0xc7,0xed,0x28,0x75,0xe5,0x95,0x57,0x16,0x7,0x1d,0x74,0x50,0xbb,0x3f,0x3e, + 0x66,0x60,0x60,0xe0,0x1b,0x55,0xde,0x1e,0x0,0x0,0x58,0x67,0x49,0xfe,0x6f,0x7b, + 0x77,0x17,0x63,0x57,0x75,0xdd,0x1,0x7c,0x1d,0xdb,0xd8,0x1e,0x33,0x4c,0xc7,0x1f, + 0xd8,0x4e,0x4d,0x6c,0xc7,0x60,0x10,0xe,0xc6,0xd8,0xd8,0xe3,0x19,0xd3,0x26,0x4a, + 0x85,0xf2,0x90,0xa6,0x34,0x20,0x28,0x55,0x94,0x48,0x8d,0x54,0x25,0x51,0x1f,0xda, + 0x40,0xa8,0x2a,0x5e,0x52,0xaa,0x44,0x54,0x2,0xab,0x69,0xa9,0x44,0x54,0xf1,0x42, + 0x12,0x11,0xa9,0x55,0x3,0x42,0xad,0x1a,0x37,0xf,0x89,0x14,0x61,0x8f,0x3f,0x70, + 0x30,0x4,0xf3,0x69,0xd7,0xe,0x1,0x7,0x9b,0x4,0x18,0x43,0x6c,0x63,0x63,0xaf, + 0x3e,0x8c,0x3f,0x66,0xae,0x67,0x3c,0x9e,0x99,0x73,0xef,0xb9,0x77,0xe6,0xf7,0x93, + 0x96,0x90,0xae,0xf1,0xbe,0x67,0xce,0x9e,0x87,0xfd,0xf7,0x3e,0x67,0xaf,0x5f,0xd7, + 0x6e,0x6d,0xac,0x5b,0xb7,0xae,0xf2,0xdd,0x97,0xaa,0x6b,0xe6,0xcc,0x99,0xf9,0xd3, + 0x9f,0xfe,0x74,0xb8,0xdd,0x9f,0x7d,0x99,0xb9,0x70,0xfc,0x77,0x9f,0xb,0xc9,0xcc, + 0xbf,0xa8,0xbd,0xf1,0xf7,0xdf,0x7f,0x7f,0xe5,0xbf,0x1b,0x23,0xec,0xc,0x66,0x66, + 0xde,0x52,0xff,0xbb,0x3,0x0,0x0,0xe3,0x94,0x99,0x8b,0x86,0x5a,0xcd,0x46,0x13, + 0x4,0xb2,0x66,0xa8,0xf6,0xf6,0xf6,0xdc,0xb6,0x6d,0xdb,0x70,0x8b,0xfe,0x17,0x32, + 0x73,0xee,0x78,0xe7,0x80,0xa1,0x65,0xe6,0xbc,0xcc,0x7c,0xbe,0xf6,0xa6,0xff,0xe0, + 0x7,0x3f,0xa8,0xfc,0xf7,0x62,0xd3,0xa6,0x4d,0x17,0xa,0x83,0x7f,0x52,0xff,0xbb, + 0x3,0x0,0x0,0x25,0xc8,0xcc,0x3f,0xad,0x5d,0xcd,0xee,0xd8,0xb1,0xa3,0xf2,0x5, + 0x77,0x33,0x55,0x67,0x67,0xe7,0x85,0xfa,0x14,0x3e,0x9d,0x99,0xed,0xe3,0x9c,0x6, + 0x6a,0x64,0xe6,0xe5,0x43,0x85,0xc1,0xcc,0xcc,0x2d,0x5b,0xb6,0x54,0xfa,0xfb,0xf0, + 0xa3,0x1f,0xfd,0xe8,0x42,0x61,0xf0,0xb3,0xd,0xb8,0x3d,0x0,0x0,0x50,0x8e,0xcc, + 0xbc,0xbf,0x76,0x45,0xfb,0xf0,0xc3,0xf,0x57,0x1e,0xc2,0x9a,0xad,0xe6,0xcf,0x9f, + 0x9f,0x7b,0xf7,0x9e,0xd7,0xaa,0xf1,0x8c,0xff,0xc9,0xcc,0x62,0x7c,0x33,0xc1,0x19, + 0xd9,0xdf,0x6e,0xe2,0xa5,0xa1,0x6e,0x74,0x5f,0x5f,0x5f,0xde,0x70,0xc3,0xd,0x95, + 0xfc,0xe,0xcc,0x98,0x31,0xe3,0x42,0x8f,0x10,0x1f,0xcf,0xcc,0x9b,0x1b,0x72,0x83, + 0x0,0x0,0xa0,0x2c,0x99,0xf9,0xbf,0xb5,0x2b,0xdb,0x2f,0x7d,0xe9,0x4b,0x95,0x7, + 0xb0,0x66,0xac,0x8f,0x7e,0xf4,0xa3,0xf9,0xc6,0x1b,0x6f,0xc,0x17,0x8,0xfe,0x71, + 0x5c,0x13,0x41,0x44,0xc4,0x99,0x9d,0xc1,0x17,0x5a,0x2c,0xc,0x66,0x3a,0x4d,0x14, + 0x0,0x80,0x56,0x94,0x99,0xef,0xd6,0xae,0x6c,0xaf,0xbb,0xee,0xba,0xca,0xc3,0x57, + 0xb3,0xd6,0xd5,0x57,0x5f,0x9d,0xbf,0xf9,0xcd,0x6f,0x86,0xb,0x5,0x7f,0x36,0x9e, + 0xb9,0x98,0xec,0xd2,0xce,0x20,0x0,0x0,0x34,0x4e,0x66,0x2e,0xaf,0x5d,0xdd,0x1e, + 0x39,0x72,0x24,0xa7,0x4c,0x99,0x52,0x79,0xf0,0x6a,0xe6,0x5a,0xb5,0x6a,0x55,0x1e, + 0x3e,0x7c,0x78,0xa8,0x70,0x70,0x2c,0x33,0x6f,0x18,0xc7,0x94,0x4c,0x5a,0x2d,0x1a, + 0x6,0x8f,0x9,0x83,0x0,0x0,0xb4,0xac,0xcc,0xfc,0x7c,0xed,0xa,0xf7,0x67,0x3f, + 0xfb,0x59,0xe5,0x81,0xab,0x15,0xea,0xa6,0x9b,0x6e,0x1a,0x2e,0x24,0x1c,0xc8,0xcc, + 0x79,0x63,0x9e,0x94,0x49,0x68,0xa4,0x30,0xb8,0x7a,0xf5,0xea,0x4a,0xe6,0x78,0xe6, + 0xcc,0x99,0xf9,0x93,0x9f,0xfc,0xe4,0x42,0x61,0xf0,0x93,0xd,0xb9,0x41,0x0,0x0, + 0x50,0xf,0x99,0xf9,0xed,0xda,0x55,0xee,0xc6,0x8d,0x1b,0x2b,0xf,0x5b,0xad,0x52, + 0x77,0xdc,0x71,0xc7,0x70,0x61,0x61,0x5b,0x66,0x4e,0x1b,0xeb,0xbc,0x4c,0x26,0x23, + 0x85,0xc1,0xaa,0x76,0x6,0xdb,0xda,0xda,0x72,0xf3,0xe6,0xcd,0xc2,0x20,0x0,0x0, + 0x13,0x57,0x66,0x9e,0xb7,0xe2,0xbd,0xf3,0xce,0x3b,0x2b,0xf,0x5a,0xad,0x54,0xdf, + 0xfa,0xd6,0xb7,0x86,0xb,0xd,0x8f,0x8e,0x6d,0x56,0x26,0xf,0x61,0x10,0x0,0x0, + 0x2a,0x92,0x99,0x45,0x66,0x1e,0xa9,0x5d,0xed,0x2e,0x5b,0xb6,0xac,0xf2,0x90,0xd5, + 0x4a,0x55,0x14,0x45,0x3e,0xf9,0xe4,0x93,0xc3,0x85,0x87,0xbf,0x1a,0xe3,0xf4,0x4c, + 0x78,0xc2,0x20,0x0,0x0,0x54,0x28,0x33,0x57,0xd5,0xae,0x76,0xdf,0x7d,0xf7,0xdd, + 0xca,0x3,0x56,0x2b,0x56,0x5b,0x5b,0x5b,0x3e,0xf3,0xcc,0x33,0x43,0x5,0x88,0xf, + 0x33,0xf3,0xa6,0x31,0x4d,0xd0,0x4,0x76,0xa1,0x30,0xf8,0xf6,0xdb,0x6f,0x37,0x6b, + 0x18,0x3c,0x22,0xc,0x2,0x0,0x30,0x61,0x64,0xe6,0x5f,0xd6,0xae,0x78,0x37,0x6d, + 0xda,0x54,0x79,0xb8,0x6a,0xd5,0xba,0xe2,0x8a,0x2b,0xf2,0x9d,0x77,0xde,0x19,0x2a, + 0x48,0xfc,0x36,0x33,0xaf,0x18,0xcb,0x1c,0x4d,0x44,0x23,0x85,0xc1,0x8f,0x7f,0xfc, + 0xe3,0x95,0xcc,0x5f,0x7b,0x7b,0xfb,0x48,0x61,0xb0,0xa7,0x21,0x37,0x8,0x0,0x0, + 0x1a,0x21,0x33,0xff,0xad,0x76,0xd5,0xfb,0xcd,0x6f,0x7e,0xb3,0xf2,0x60,0xd5,0xca, + 0xf5,0x99,0xcf,0x7c,0x66,0xb8,0x40,0xb1,0x3d,0x33,0x8b,0x31,0x4c,0xd3,0x84,0xd2, + 0xcc,0x61,0x70,0xfb,0xf6,0xed,0xc2,0x20,0x0,0x0,0x93,0x47,0x66,0xfe,0xbc,0x76, + 0xe5,0x7b,0xcb,0x2d,0xb7,0x54,0x1e,0xaa,0x5a,0xbd,0xbe,0xfd,0xed,0xf3,0xe,0x6e, + 0x3d,0xe3,0xde,0xd1,0xcf,0xd2,0xc4,0x21,0xc,0x2,0x0,0x40,0x13,0x19,0x6a,0xf5, + 0x7b,0xf9,0xe5,0x97,0x57,0x1e,0xa8,0x5a,0xbd,0xa6,0x4d,0x9b,0x36,0xdc,0xfb,0x84, + 0x99,0x99,0xd7,0x8d,0x7e,0xa6,0x5a,0x5f,0x66,0x5e,0x9e,0x99,0x2f,0xb4,0x58,0x18, + 0x7c,0x3f,0xbd,0xff,0x9,0x0,0xc0,0x44,0x94,0x99,0xdd,0xb5,0xab,0xdf,0xd7,0x5f, + 0x7f,0xbd,0xf2,0x30,0x35,0x51,0x6a,0xe9,0xd2,0xa5,0xd9,0xd7,0xd7,0x37,0x54,0xc8, + 0x78,0x76,0xb4,0x73,0xd5,0x8a,0x32,0x73,0x66,0x66,0x7e,0x32,0x33,0xff,0x2e,0x33, + 0x9f,0xcc,0xcc,0xd7,0x86,0xb,0x83,0x55,0x1d,0x20,0x73,0xe9,0xa5,0x97,0x66,0x6f, + 0x6f,0xaf,0x30,0x8,0x0,0xc0,0xe4,0x93,0x99,0x7f,0x5d,0xbb,0x2,0x7e,0xfc,0xf1, + 0xc7,0x2b,0xf,0x52,0x13,0xa9,0x2e,0xd0,0xb4,0xfe,0xfe,0x51,0x4e,0x57,0xd3,0xcb, + 0xcc,0x8f,0x65,0xe6,0xe7,0x33,0xf3,0x5f,0x33,0xf3,0xe9,0xcc,0x3c,0x31,0xdc,0xf, + 0x3f,0x30,0xc,0x56,0xb5,0x33,0xd8,0xd1,0xd1,0x71,0xa1,0x9d,0xc1,0xf7,0x32,0x73, + 0x6d,0x43,0x6e,0x1c,0x0,0x0,0x54,0x21,0x33,0xbf,0x5f,0xbb,0xa,0xbe,0xf7,0xde, + 0x7b,0x2b,0xf,0x51,0x13,0xad,0xbe,0xff,0xfd,0xf3,0x6e,0x73,0x66,0xe6,0xc9,0x56, + 0xe,0x1c,0xd9,0xbf,0xfb,0xf7,0x7,0x99,0xf9,0xb7,0x99,0xf9,0x78,0x66,0xfe,0x7a, + 0xa4,0xf0,0xd7,0x6c,0x61,0xf0,0x2,0x8f,0xf4,0xa,0x83,0x0,0x0,0x4c,0x7c,0x39, + 0xc4,0xe1,0x1e,0x37,0xdf,0x7c,0x73,0xe5,0x1,0x6a,0xa2,0x55,0x47,0x47,0x47,0xbe, + 0xf6,0xda,0x90,0x4f,0x4b,0xee,0xc9,0xcc,0x19,0xa3,0x9b,0xb5,0x6a,0x64,0xe6,0x92, + 0xcc,0xfc,0xf3,0xcc,0xfc,0x97,0xec,0x3f,0x2d,0xf5,0xf8,0x68,0x3,0xa0,0x30,0x8, + 0x0,0x0,0x4d,0x22,0x33,0x3b,0x86,0x5a,0xd,0xcf,0x9e,0x3d,0xbb,0xf2,0x0,0x35, + 0x11,0x6b,0xc3,0x86,0xd,0xc3,0x5,0x90,0x87,0x46,0x35,0x71,0xd,0x92,0xfd,0xbb, + 0x7f,0xf7,0x64,0xff,0xee,0xdf,0x9b,0xe3,0x9,0x7f,0x3,0xed,0xdd,0xbb,0x37,0x1f, + 0x7b,0xec,0xb1,0x5c,0xb5,0x6a,0x55,0x25,0xf3,0xd0,0xd9,0xd9,0x99,0x3b,0x77,0xee, + 0x1c,0xee,0xf2,0xde,0xcf,0xcc,0xf5,0xd,0xb9,0xc1,0x0,0x0,0x50,0xa5,0xcc,0xfc, + 0xa3,0xda,0xd5,0xf0,0x2b,0xaf,0xbc,0x52,0x79,0x70,0x9a,0xc8,0xb5,0x71,0xe3,0xc6, + 0xe1,0x82,0xc8,0xa7,0x46,0x31,0x75,0xa5,0xcb,0xcc,0xc5,0x99,0x79,0x67,0x66,0xfe, + 0x73,0x66,0x6e,0xcb,0xcc,0xf,0xc6,0x9d,0xfc,0x32,0xf3,0x83,0xf,0x3e,0xc8,0x2d, + 0x5b,0xb6,0xe4,0xc6,0x8d,0x1b,0xf3,0xb6,0xdb,0x6e,0xcb,0x85,0xb,0x17,0x56,0x7a, + 0xff,0x47,0xd8,0x19,0xec,0x4b,0x3b,0x83,0x0,0x0,0x4c,0x16,0xd9,0x7f,0xf2,0xe3, + 0x20,0x8f,0x3d,0xf6,0x58,0xe5,0xa1,0x69,0x22,0x57,0x5b,0x5b,0x5b,0xee,0xdb,0xb7, + 0x6f,0xa8,0x30,0xb2,0x3f,0x33,0xa7,0x8d,0x62,0xfa,0xc6,0x2c,0x33,0x67,0x64,0x66, + 0x4f,0x66,0xde,0x9d,0x99,0xff,0x99,0x99,0x6f,0x94,0x90,0xfd,0x32,0x33,0xf3,0xd0, + 0xa1,0x43,0xf9,0xc4,0x13,0x4f,0xe4,0x3d,0xf7,0xdc,0x93,0x1b,0x36,0x6c,0xc8,0x19, + 0x33,0x66,0x54,0x7e,0xcf,0xcf,0xd4,0xec,0xd9,0xb3,0x47,0xa,0x83,0xab,0xea,0x7d, + 0xef,0x1,0x0,0xa0,0x69,0x9c,0xe,0x3,0x83,0x7c,0xed,0x6b,0x5f,0xab,0x7c,0xe1, + 0x3e,0xd1,0xeb,0x13,0x9f,0xf8,0xc4,0x70,0xa1,0xe4,0xee,0x8b,0x9f,0xbd,0x8b,0x97, + 0x99,0x57,0x64,0xe6,0x1d,0x99,0xf9,0x4f,0x99,0xd9,0x9b,0x25,0xed,0xfe,0x9d,0x3c, + 0x79,0x32,0x9f,0x7d,0xf6,0xd9,0xfc,0xce,0x77,0xbe,0x93,0x5f,0xfc,0xe2,0x17,0xf3, + 0xca,0x2b,0xaf,0xac,0xfc,0xde,0xe,0x57,0xb3,0x67,0xcf,0xce,0xe7,0x9f,0x7f,0x7e, + 0xb8,0x1f,0x45,0x18,0x4,0x0,0x60,0xf2,0xc9,0xcc,0x5f,0xd6,0xae,0x8c,0x6f,0xba, + 0xe9,0xa6,0xca,0x17,0xef,0x93,0xa1,0x1e,0x79,0xe4,0x91,0xe1,0x82,0x49,0xe7,0x45, + 0x4f,0xe0,0x10,0x32,0x73,0x7a,0xf6,0xf7,0x96,0xbc,0x2b,0x33,0xff,0x23,0x33,0x7f, + 0x55,0x46,0xf8,0xcb,0xcc,0x3c,0x7c,0xf8,0x70,0xfe,0xf8,0xc7,0x3f,0xce,0xfb,0xee, + 0xbb,0x2f,0x3f,0xfd,0xe9,0x4f,0x67,0x47,0x47,0x47,0xe5,0xf7,0xf1,0x62,0x4a,0x18, + 0x4,0x0,0x80,0x1a,0x99,0x39,0xaf,0x76,0x65,0x7c,0xf2,0xe4,0xc9,0x6c,0x6b,0x6b, + 0xab,0x7c,0x1,0x3f,0x19,0x6a,0xf6,0xec,0xd9,0xc3,0x35,0xac,0x1f,0xd5,0x1,0x33, + 0x99,0xf9,0xfb,0xd9,0xbf,0xfb,0xb7,0x31,0xfb,0x77,0xff,0x4a,0xb3,0x67,0xcf,0x9e, + 0xfc,0xde,0xf7,0xbe,0x97,0x5f,0xfd,0xea,0x57,0xf3,0xfa,0xeb,0xaf,0xcf,0x29,0x53, + 0xa6,0x54,0x7e,0xdf,0xc6,0x72,0x9f,0x2f,0x10,0x6,0xf,0x67,0xe6,0xea,0xd1,0xdc, + 0x6f,0x0,0x0,0x98,0x10,0x32,0xf3,0xb3,0xb5,0xab,0xe3,0x5d,0xbb,0x76,0x55,0xbe, + 0x80,0x9f,0x4c,0x75,0xd7,0x5d,0x77,0xd,0x15,0x52,0x3e,0xcc,0xcc,0x2b,0x87,0x99, + 0xb3,0x4b,0x32,0xb3,0x2b,0x33,0xff,0x26,0x33,0xff,0x3d,0x33,0x87,0xec,0x63,0x31, + 0x16,0xc7,0x8e,0x1d,0xcb,0xcd,0x9b,0x37,0xe7,0x83,0xf,0x3e,0x98,0xb7,0xde,0x7a, + 0x6b,0x2e,0x58,0xb0,0xa0,0xf2,0xfb,0x33,0xde,0x1a,0x21,0xc,0xbe,0x9d,0x76,0x6, + 0x1,0x0,0x98,0xac,0x32,0xf3,0x1f,0x6a,0x57,0xc8,0x8f,0x3c,0xf2,0x48,0xe5,0x8b, + 0xf8,0xc9,0x54,0x97,0x5c,0x72,0x49,0xee,0xdf,0xbf,0x7f,0xa8,0xb0,0xf2,0x5f,0xa7, + 0xe7,0x68,0x61,0x66,0xde,0x96,0x99,0xf,0x66,0xe6,0x53,0x99,0x79,0xb4,0x94,0xf4, + 0x97,0x99,0x7,0xf,0x1e,0xcc,0xc7,0x1f,0x7f,0x3c,0xbf,0xfe,0xf5,0xaf,0x67,0x4f, + 0x4f,0x4f,0x53,0x1d,0xfe,0x52,0x46,0xcd,0x9b,0x37,0x6f,0xa4,0x30,0xb8,0x22,0x0, + 0x0,0x60,0xb2,0xca,0xcc,0xff,0xae,0x5d,0x25,0x7f,0xf9,0xcb,0x5f,0xae,0x7c,0x21, + 0x3f,0xd9,0xea,0xd6,0x5b,0x6f,0x1d,0x2e,0xb4,0xbc,0x5e,0x4e,0xf4,0xeb,0x7f,0x14, + 0x78,0xd7,0xae,0x5d,0xf9,0xf0,0xc3,0xf,0xe7,0x17,0xbe,0xf0,0x85,0x5c,0xb6,0x6c, + 0x59,0xe5,0x3f,0x77,0x3d,0x6b,0xde,0xbc,0x79,0xf9,0xd2,0x4b,0x2f,0xd,0x77,0x3b, + 0xde,0x49,0x3b,0x83,0x0,0x0,0x4c,0x76,0x99,0xf9,0x6e,0xed,0x4a,0x79,0xcd,0x9a, + 0x35,0x95,0x2f,0xe6,0x27,0x63,0x6d,0xde,0xbc,0xb9,0xac,0xec,0x97,0x99,0xfd,0x87, + 0xbf,0x6c,0xda,0xb4,0x29,0xbf,0xf1,0x8d,0x6f,0xe4,0xcd,0x37,0xdf,0x9c,0xed,0xed, + 0xed,0x95,0xff,0x8c,0x8d,0xaa,0xb9,0x73,0xe7,0xe6,0xee,0xdd,0xbb,0x87,0xbb,0x35, + 0x76,0x6,0x1,0x0,0x20,0x33,0x97,0xd6,0xae,0x94,0x8f,0x1f,0x3f,0xde,0x92,0x87, + 0x86,0x4c,0x84,0x5a,0xbb,0x76,0xed,0xb8,0x2,0xe0,0xab,0xaf,0xbe,0x9a,0xdf,0xfd, + 0xee,0x77,0xf3,0x2b,0x5f,0xf9,0x4a,0xae,0x5c,0xb9,0x72,0xd2,0xce,0xe3,0x8,0x3b, + 0x83,0xc2,0x20,0x0,0x0,0x44,0x44,0x64,0xe6,0xed,0xb5,0xab,0xe5,0xde,0xde,0xde, + 0xca,0x17,0xf4,0x93,0xb9,0x9e,0x78,0xe2,0x89,0x8b,0xa,0x7f,0xc7,0x8e,0x1d,0xcb, + 0xa7,0x9e,0x7a,0x2a,0x1f,0x78,0xe0,0x81,0xfc,0xdc,0xe7,0x3e,0x97,0xf3,0xe7,0xcf, + 0xaf,0xfc,0xda,0x9b,0xa1,0x46,0x8,0x83,0x87,0x32,0xf3,0xda,0x0,0x0,0x0,0x22, + 0x32,0xf3,0x81,0xda,0x15,0xf3,0x43,0xf,0x3d,0x54,0xf9,0xa2,0x7e,0x32,0xd7,0x35, + 0xd7,0x5c,0x93,0x27,0x4f,0x9e,0x3c,0x2f,0xc9,0x1c,0x3c,0x78,0x30,0x7f,0xf8,0xc3, + 0x1f,0xe6,0xdd,0x77,0xdf,0x9d,0xdd,0xdd,0xdd,0x39,0x7d,0xfa,0xf4,0xca,0xaf,0xb5, + 0xd9,0x6a,0xc1,0x82,0x5,0x17,0xa,0x83,0x6f,0x65,0xe6,0xd5,0x1,0x0,0xd0,0x24, + 0xa6,0x55,0x7d,0x1,0x10,0x11,0x6b,0x6b,0x3f,0xd8,0xb1,0x63,0x47,0x15,0xd7,0xc1, + 0x69,0x2f,0xbf,0xfc,0x72,0x3c,0xfa,0xe8,0xa3,0xb1,0x66,0xcd,0x9a,0xd8,0xb2,0x65, + 0xcb,0xd9,0xda,0xb7,0x6f,0x5f,0xd5,0x97,0xd6,0xd4,0x16,0x2c,0x58,0x10,0x5b,0xb6, + 0x6c,0x89,0x65,0xcb,0x96,0xd,0xf5,0xc7,0x87,0x22,0xe2,0x53,0x45,0x51,0xbc,0xd2, + 0xe0,0xcb,0x2,0x0,0x80,0xe6,0x95,0x99,0x47,0x6a,0xb7,0x51,0xae,0xb9,0xe6,0x9a, + 0xca,0x77,0x7a,0x94,0x1a,0x4d,0x2d,0x58,0xb0,0x20,0xf7,0xee,0xdd,0x6b,0x67,0x10, + 0x0,0x0,0x2e,0x56,0x66,0xae,0xa8,0x5d,0x39,0x1f,0x39,0x72,0xa4,0xf2,0xc5,0xbd, + 0x52,0xa3,0xa9,0x11,0xc2,0xe0,0x9b,0xc2,0x20,0x0,0xd0,0xac,0xa6,0x54,0x7d,0x1, + 0x4c,0x7a,0x37,0xd6,0x7e,0xd0,0xdb,0xdb,0x5b,0xc5,0x75,0xc0,0x98,0x8c,0xf0,0x98, + 0xe8,0x9b,0x11,0xf1,0x9,0x8f,0x89,0x2,0x0,0xcd,0x4a,0x20,0xa4,0x6a,0xeb,0x6b, + 0x3f,0xf0,0xfe,0x20,0xad,0x62,0xd1,0xa2,0x45,0x23,0x85,0xc1,0x3f,0x14,0x6,0x1, + 0x80,0x66,0xe6,0x50,0x84,0x9d,0x8b,0x6e,0x0,0x0,0x9,0x75,0x49,0x44,0x41,0x54, + 0x19,0xaa,0xb6,0xae,0xf6,0x3,0x81,0x90,0x56,0xb0,0x68,0xd1,0xa2,0xd8,0xbc,0x79, + 0x73,0x2c,0x59,0xb2,0x64,0xa8,0x3f,0x3e,0x18,0x11,0x1b,0x8a,0xa2,0xd8,0xd7,0xe0, + 0xcb,0x2,0x0,0x80,0xd6,0x31,0xd4,0xb,0x57,0x8b,0x17,0x2f,0xae,0xfc,0x9d,0x30, + 0xa5,0x2e,0x54,0x8b,0x16,0x2d,0xca,0xfd,0xfb,0xf7,0xf,0xf7,0xce,0xe0,0x81,0xcc, + 0xbc,0x2a,0x0,0x0,0x80,0xe1,0x65,0xe6,0x8d,0xb5,0x2b,0xe9,0x43,0x87,0xe,0x55, + 0xbe,0xd8,0x57,0xea,0x42,0x35,0x42,0x18,0x7c,0x3d,0x33,0x3f,0x16,0x0,0x0,0x2d, + 0xc2,0x23,0xa3,0x54,0xc9,0xe3,0xa2,0xb4,0x84,0x2b,0xaf,0xbc,0x32,0xba,0xbb,0xbb, + 0x63,0xfd,0xfa,0xf5,0x71,0xfb,0xed,0xb7,0xc7,0x47,0x3e,0xf2,0x91,0xa1,0xfe,0xb7, + 0x3,0xd1,0x7f,0x80,0xcc,0xbe,0x6,0x5f,0x1e,0x0,0xc0,0x98,0x9,0x84,0x54,0xa9, + 0xab,0xf6,0x83,0xed,0xdb,0xb7,0x57,0x71,0x1d,0x70,0xd6,0x65,0x97,0x5d,0x16,0x5d, + 0x5d,0x5d,0xd1,0xdd,0xdd,0x1d,0x3d,0x3d,0x3d,0xd1,0xdd,0xdd,0x1d,0x73,0xe7,0xce, + 0x1d,0xe9,0xaf,0xbd,0x11,0xfd,0xef,0xc,0xbe,0xd6,0x80,0x4b,0x4,0x0,0x28,0x8d, + 0x40,0x48,0x95,0xce,0xdb,0x21,0x14,0x8,0x69,0xa4,0xa2,0x28,0xe2,0xda,0x6b,0xaf, + 0x1d,0x14,0xfe,0x56,0xac,0x58,0x11,0x53,0xa6,0x8c,0xea,0x0,0x66,0x61,0x10,0x0, + 0x68,0x59,0x45,0xd5,0x17,0xc0,0xe4,0x94,0x99,0x33,0x23,0xe2,0x77,0x51,0xd3,0xfa, + 0xa4,0xb3,0xb3,0x33,0xfa,0xfa,0xfa,0xaa,0xb9,0x28,0x26,0xbc,0x39,0x73,0xe6,0xc4, + 0xfa,0xf5,0xeb,0xcf,0x86,0xbf,0xf5,0xeb,0xd7,0x47,0x47,0x47,0xc7,0x78,0x86,0x14, + 0x6,0x1,0x80,0x96,0x66,0x87,0x90,0xaa,0xac,0x8d,0x9a,0x30,0xb8,0x7f,0xff,0x7e, + 0x61,0x90,0xd2,0x4c,0x9d,0x3a,0x35,0x56,0xae,0x5c,0x79,0x36,0xfc,0x75,0x77,0x77, + 0xc7,0xd5,0x57,0x5f,0x5d,0xe6,0x57,0x6c,0x8b,0x88,0x3b,0x85,0x41,0x0,0xa0,0x95, + 0x9,0x84,0x54,0xe5,0xbc,0xf7,0x7,0x1d,0x28,0xc3,0x78,0x2c,0x5c,0xb8,0xf0,0x6c, + 0xf0,0xeb,0xee,0xee,0x8e,0x75,0xeb,0xd6,0xc5,0xac,0x59,0xb3,0xca,0x1a,0xfe,0xcd, + 0x88,0xd8,0x3a,0xa0,0xb6,0x17,0x45,0x71,0xb4,0xac,0xc1,0x1,0x0,0xaa,0x22,0x10, + 0x52,0x15,0x27,0x8c,0x32,0x66,0xd3,0xa7,0x4f,0x8f,0xd5,0xab,0x57,0xf,0xa,0x80, + 0x4b,0x97,0x2e,0x2d,0x6b,0xf8,0xe3,0x11,0xf1,0x4c,0xc,0x8,0x80,0x45,0x51,0xec, + 0x2f,0x6b,0x70,0x0,0x80,0x66,0x22,0x10,0x52,0x15,0x81,0x90,0x8b,0xb6,0x78,0xf1, + 0xe2,0x41,0xe1,0x6f,0xcd,0x9a,0x35,0x31,0x63,0xc6,0x8c,0xb2,0x86,0xff,0x55,0x44, + 0xf4,0xc6,0xb9,0x0,0xf8,0xf3,0xa2,0x28,0x3e,0x28,0x6b,0x70,0x0,0x80,0x66,0xe6, + 0x50,0x19,0x1a,0x2e,0x33,0x3b,0x22,0xe2,0xbc,0x97,0x5,0x67,0xcd,0x9a,0x15,0x47, + 0x8f,0x7a,0xa,0x6f,0xb2,0x6b,0x6b,0x6b,0x8b,0xb5,0x6b,0xd7,0x9e,0xd,0x7f,0x1b, + 0x36,0x6c,0x88,0x85,0xb,0x17,0x96,0x35,0xfc,0xd1,0x88,0x78,0x3a,0xce,0x85,0xbf, + 0x2d,0x45,0x51,0xbc,0x59,0xd6,0xe0,0x0,0x0,0xad,0xc6,0xe,0x21,0x55,0xe8,0xa9, + 0xfd,0xe0,0xc5,0x17,0x5f,0x14,0x6,0x27,0xa9,0xab,0xae,0xba,0x6a,0x50,0xdb,0x87, + 0x55,0xab,0x56,0xc5,0xd4,0xa9,0x53,0xcb,0x1a,0x7e,0x6f,0xc,0xde,0xfd,0x7b,0xb6, + 0x28,0x8a,0xf,0xcb,0x1a,0x1c,0x0,0xa0,0xd5,0x9,0x84,0x54,0xc1,0xe3,0xa2,0x93, + 0x54,0x47,0x47,0x47,0xac,0x5b,0xb7,0x6e,0xd0,0xc9,0x9f,0x17,0xd1,0xf4,0xfd,0x62, + 0xbd,0x17,0x11,0x3b,0xe2,0x5c,0x0,0xec,0x2d,0x8a,0xe2,0xb7,0x65,0xd,0xe,0x0, + 0x30,0x11,0x9,0x84,0x54,0x41,0x43,0xfa,0x49,0xe0,0x4c,0xd3,0xf7,0x81,0xe1,0x6f, + 0xc,0x4d,0xdf,0x87,0x93,0x11,0xf1,0x52,0x9c,0xe,0x7e,0xa7,0xff,0xbb,0xbb,0x28, + 0x8a,0x53,0x65,0xc,0xe,0x0,0x30,0x59,0x8,0x84,0x54,0xe1,0xbc,0x47,0x46,0xed, + 0x10,0xb6,0xbe,0x39,0x73,0xe6,0xc,0x3a,0xf8,0xa5,0x84,0xa6,0xef,0x3,0xbd,0x13, + 0xfd,0x7d,0xff,0xce,0x4,0xc0,0x6d,0x45,0x51,0x68,0x5a,0x9,0x0,0x30,0x4e,0xe, + 0x95,0xa1,0xa1,0x32,0x73,0x51,0x44,0xbc,0x3e,0xf0,0xb3,0x13,0x27,0x4e,0xc4,0xa5, + 0x97,0x5e,0x1a,0x27,0x4e,0x9c,0xa8,0xe8,0xaa,0x18,0xad,0xa9,0x53,0xa7,0xc6,0xf5, + 0xd7,0x5f,0x3f,0x28,0x0,0x96,0xd8,0xf4,0xfd,0x64,0x44,0x3c,0x1f,0x3,0x76,0xff, + 0x8a,0xa2,0x78,0xb9,0xac,0xc1,0x1,0x0,0x38,0xc7,0xe,0x21,0x8d,0x76,0xde,0xe3, + 0xa2,0xcf,0x3d,0xf7,0x9c,0x30,0xd8,0xe4,0x6a,0x9b,0xbe,0x77,0x75,0x75,0x45,0x5b, + 0x5b,0x5b,0x59,0xc3,0x1f,0x8a,0x73,0x87,0xbe,0xf4,0x46,0x7f,0xd3,0xf7,0x23,0x65, + 0xd,0xe,0x0,0xc0,0xf0,0x4,0x42,0x1a,0xcd,0x81,0x32,0x4d,0xae,0xb6,0xe9,0x7b, + 0x4f,0x4f,0x4f,0x2c,0x59,0xb2,0xa4,0xac,0xe1,0x4f,0x44,0xc4,0xae,0x18,0x10,0x0, + 0x8b,0xa2,0xd8,0x57,0xd6,0xe0,0x0,0x0,0x8c,0x8e,0x40,0x48,0xa3,0x75,0xd5,0x7e, + 0x20,0x10,0x56,0x6b,0x60,0xd3,0xf7,0x9e,0x9e,0x9e,0x58,0xbd,0x7a,0x75,0x99,0x4d, + 0xdf,0x5f,0x8f,0x73,0xe1,0x6f,0x6b,0x44,0x3c,0xad,0xe9,0x3b,0x0,0x40,0xf3,0x10, + 0x8,0x69,0x34,0x3b,0x84,0x15,0x9a,0x35,0x6b,0x56,0xdc,0x78,0xe3,0x8d,0x67,0x4f, + 0xfe,0xec,0xe9,0xe9,0x29,0xb3,0xe9,0xfb,0xb1,0x88,0xd8,0x19,0x83,0x9b,0xbe,0x1f, + 0x28,0x6b,0x70,0x0,0x0,0xca,0xe7,0x50,0x19,0x1a,0x26,0x33,0x97,0x47,0xc4,0x2b, + 0x3,0x3f,0x3b,0x7a,0xf4,0x68,0xb4,0xb7,0xb7,0xc7,0xa9,0x53,0xba,0x5,0xd4,0xc3, + 0x55,0x57,0x5d,0x35,0xa8,0xed,0x43,0xc9,0x4d,0xdf,0xff,0x2f,0x6,0xef,0xfe,0xed, + 0x2a,0x8a,0xc2,0xcb,0xa0,0x0,0x0,0x2d,0xc4,0xe,0x21,0x8d,0x74,0xde,0xee,0xe0, + 0xce,0x9d,0x3b,0x85,0xc1,0x92,0x74,0x74,0x74,0x44,0x57,0x57,0xd7,0xa0,0xc7,0x3f, + 0xe7,0xcc,0x99,0x53,0xd6,0xf0,0xef,0x47,0x7f,0xd3,0xf7,0x81,0xef,0xfe,0xbd,0x55, + 0xd6,0xe0,0x0,0x0,0x54,0x43,0x20,0xa4,0x91,0x34,0xa4,0x2f,0xc9,0x94,0x29,0x53, + 0xe2,0xda,0x6b,0xaf,0x1d,0x74,0xf2,0x67,0xc9,0x4d,0xdf,0x5f,0x89,0x73,0xd,0xdf, + 0xb7,0x46,0xc4,0x2f,0x34,0x7d,0x7,0x0,0x98,0x78,0x4,0x42,0x1a,0xc9,0xfb,0x83, + 0x63,0x34,0x77,0xee,0xdc,0x58,0xbf,0x7e,0x7d,0xbd,0x9a,0xbe,0xbf,0x1b,0xe7,0x9a, + 0xbe,0x6f,0x8d,0xfe,0xa6,0xef,0xef,0x94,0x35,0x38,0x0,0x0,0xcd,0x4b,0x20,0xa4, + 0x21,0x32,0xb3,0x88,0x88,0x35,0xb5,0x9f,0xb,0x84,0xe7,0x9b,0x36,0x6d,0x5a,0xac, + 0x5c,0xb9,0x72,0xd0,0xa3,0x9f,0xcb,0x97,0x2f,0x2f,0x6b,0xf8,0x53,0x11,0xb1,0x3b, + 0x6,0xef,0xfe,0xbd,0x54,0x14,0x45,0x96,0xf5,0x5,0x0,0x0,0xb4,0xe,0x87,0xca, + 0xd0,0x10,0x99,0x79,0x7d,0x44,0x3c,0x3b,0xf0,0xb3,0xbe,0xbe,0xbe,0xe8,0xec,0xec, + 0xac,0xe8,0x8a,0x9a,0xc7,0xc0,0xa6,0xef,0x3d,0x3d,0x3d,0xb1,0x6e,0xdd,0xba,0x32, + 0x9b,0xbe,0xbf,0x15,0xfd,0xbb,0x7f,0x67,0x2,0xe0,0xf6,0xa2,0x28,0xde,0x2f,0x6b, + 0x70,0x0,0x0,0x5a,0x9b,0x1d,0x42,0x1a,0xe5,0xbc,0xfe,0x83,0xdb,0xb6,0x6d,0xab, + 0xe2,0x3a,0x2a,0x35,0xb0,0xe9,0xfb,0x99,0xd3,0x3f,0x4b,0x6c,0xfa,0xfe,0x61,0xf4, + 0x87,0xee,0xad,0x71,0x3a,0x0,0x16,0x45,0xb1,0xb7,0xac,0xc1,0x1,0x0,0x98,0x78, + 0x4,0x42,0x1a,0x65,0x52,0xbe,0x3f,0xb8,0x78,0xf1,0xe2,0x41,0x6d,0x1f,0x4a,0x6e, + 0xfa,0x7e,0x20,0x6,0x9c,0xfa,0x19,0xfd,0x4d,0xdf,0x8f,0x95,0x35,0x38,0x0,0x0, + 0x13,0x9f,0x40,0x48,0xa3,0x4c,0xf8,0x40,0x38,0x6b,0xd6,0xac,0x58,0xbb,0x76,0xed, + 0xa0,0xc7,0x3f,0x4b,0x6c,0xfa,0xfe,0x41,0x44,0xfc,0x3c,0x6,0xef,0xfe,0xfd,0xaa, + 0xac,0xc1,0x1,0x0,0x98,0x9c,0xbc,0x43,0x48,0xdd,0x65,0xe6,0xb4,0xe8,0xf,0x34, + 0x83,0x7a,0x22,0xcc,0x9f,0x3f,0x3f,0xde,0x7a,0xab,0x75,0x5b,0xd9,0x2d,0x5f,0xbe, + 0x7c,0x50,0xdb,0x87,0x92,0x9b,0xbe,0xef,0x8f,0xc1,0xbb,0x7f,0xbb,0x8a,0xa2,0x38, + 0x5e,0xd6,0xe0,0x0,0x0,0x10,0x61,0x87,0x90,0xc6,0x58,0x1b,0x35,0x61,0xf0,0xc0, + 0x81,0x3,0x2d,0x15,0x6,0xeb,0xdc,0xf4,0xfd,0x77,0x11,0xf1,0x74,0x9c,0xb,0x80, + 0x5b,0x8a,0xa2,0x38,0x54,0xd6,0xe0,0x0,0x0,0x30,0x1c,0x81,0x90,0x46,0x68,0xa9, + 0x86,0xf4,0x75,0x6e,0xfa,0x1e,0xd1,0xdf,0xf4,0x7d,0xeb,0x80,0x7a,0xae,0x28,0x8a, + 0x93,0x65,0xd,0xe,0x0,0x0,0x17,0x4b,0x20,0xa4,0x11,0x9a,0xfa,0xfd,0xc1,0x81, + 0x4d,0xdf,0x7b,0x7a,0x7a,0xa2,0xab,0xab,0xab,0xcc,0xa6,0xef,0x7d,0x11,0xb1,0x3d, + 0x6,0x4,0xc0,0xa2,0x28,0xde,0x2e,0x6b,0x70,0x0,0x0,0x18,0xf,0x81,0x90,0x46, + 0x68,0x9a,0x40,0x38,0xb0,0xe9,0xfb,0x99,0xd3,0x3f,0x4b,0x6e,0xfa,0xfe,0x42,0xc, + 0xde,0xfd,0x7b,0x41,0xd3,0x77,0x0,0x0,0x9a,0x95,0x43,0x65,0xa8,0xab,0xcc,0xbc, + 0x2c,0x22,0xe,0xd7,0x7e,0xde,0xd9,0xd9,0x19,0x7d,0x7d,0x7d,0x75,0xff,0xfe,0x33, + 0x4d,0xdf,0xcf,0x84,0xbf,0x92,0x9b,0xbe,0xbf,0x1d,0xfd,0xa1,0x6f,0x5b,0x44,0x6c, + 0x89,0x88,0x6d,0x45,0x51,0xbc,0x57,0xd6,0xe0,0x0,0x0,0x50,0x6f,0x76,0x8,0xa9, + 0xb7,0xf3,0x76,0x7,0xf7,0xec,0xd9,0x53,0x97,0x30,0x38,0x7d,0xfa,0xf4,0x58,0xb3, + 0x66,0xcd,0xa0,0x77,0xff,0x4a,0x6e,0xfa,0xfe,0x8b,0x38,0xdd,0xf2,0x21,0xfa,0x1f, + 0xfd,0x7c,0xb5,0xac,0xc1,0x1,0x0,0xa0,0xa,0x2,0x21,0xf5,0x56,0xb7,0xc7,0x45, + 0x97,0x2c,0x59,0x32,0x28,0xfc,0x95,0xdc,0xf4,0xfd,0xcd,0x18,0x10,0xfe,0x22,0x62, + 0x47,0x51,0x14,0x47,0xcb,0x1a,0x1c,0x0,0x0,0x9a,0x81,0x40,0x48,0xbd,0x95,0x12, + 0x8,0xeb,0xdc,0xf4,0xfd,0x78,0x44,0x3c,0x13,0x83,0x77,0xff,0x7e,0x59,0xd6,0xe0, + 0x0,0x0,0xd0,0xac,0x4,0x42,0xea,0x6d,0x4c,0x81,0xb0,0xce,0x4d,0xdf,0x5f,0x8b, + 0x73,0xd,0xdf,0xb7,0x46,0xc4,0x33,0x45,0x51,0x7c,0x50,0xd6,0xe0,0x0,0x0,0xd0, + 0x2a,0x1c,0x2a,0x43,0xdd,0x64,0xe6,0xbc,0x88,0x18,0xd4,0x7d,0xfe,0xd4,0xa9,0x53, + 0xd1,0xde,0xde,0x1e,0x47,0x8f,0x9e,0x7b,0xfa,0xb2,0xce,0x4d,0xdf,0x8f,0x44,0xc4, + 0xce,0x38,0x17,0x0,0x7b,0x8b,0xa2,0x78,0xb3,0xac,0xc1,0x1,0x0,0xa0,0x95,0xd9, + 0x21,0xa4,0x9e,0xd6,0xd7,0x7e,0xb0,0x7b,0xf7,0xee,0x58,0xb6,0x6c,0xd9,0xa0,0x93, + 0x3f,0x57,0xac,0x58,0x11,0x45,0x51,0xda,0xbf,0x4d,0xec,0x89,0x73,0xef,0xfd,0xf5, + 0x46,0xc4,0xb3,0x9a,0xbe,0x3,0x0,0xc0,0xd0,0xec,0x10,0x52,0x37,0x99,0x79,0x5f, + 0x44,0xfc,0x7d,0x1d,0xbf,0xe2,0xbd,0x38,0xd7,0xf4,0xbd,0x37,0xfa,0xdf,0xfd,0xfb, + 0x6d,0x1d,0xbf,0xf,0x0,0x0,0x26,0x14,0x3b,0x84,0xd4,0x53,0x57,0x89,0x63,0x65, + 0x44,0xbc,0x18,0x83,0x77,0xff,0x5e,0x28,0x8a,0xe2,0x54,0x89,0xdf,0x1,0x0,0x0, + 0x93,0x8a,0x1d,0x42,0xea,0x26,0x33,0xdf,0x8d,0x88,0xdf,0x1b,0xe3,0x5f,0x7f,0x3b, + 0xfa,0x1b,0xbe,0x9f,0x9,0x80,0x5b,0x8b,0xa2,0x38,0xaf,0xc1,0x3d,0x0,0x0,0x30, + 0x76,0x76,0x8,0xa9,0x8b,0xcc,0x5c,0x1a,0x17,0x1f,0x6,0x4f,0x46,0x7f,0xd3,0xf7, + 0x81,0xe1,0xef,0xe5,0x3a,0x5d,0x1a,0x0,0x0,0x70,0x9a,0x40,0x48,0xbd,0x9c,0xd7, + 0x6e,0x62,0x80,0x83,0x31,0x20,0xfc,0x45,0xc4,0xf6,0xa2,0x28,0x8e,0x34,0xe4,0xaa, + 0x0,0x0,0x80,0xb3,0x4,0x42,0xea,0xe5,0x4c,0x20,0x3c,0x11,0xfd,0x4d,0xdf,0x7, + 0xee,0xfe,0xed,0xab,0xec,0xaa,0x0,0x0,0x0,0xa8,0xaf,0xcc,0xfc,0xe3,0xcc,0xdc, + 0x50,0xf5,0x75,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0xcb,0xfb, + 0x7f,0x47,0x7c,0x93,0x8,0x5f,0xe3,0xf2,0xc4,0x0,0x0,0x0,0x0,0x49,0x45,0x4e, + 0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????2.png + 0x0,0x0,0x15,0xf2, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xd,0xd7,0x0,0x0,0xd,0xd7,0x1,0x42, + 0x28,0x9b,0x78,0x0,0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdc,0x5,0x8,0x10, + 0x19,0xe,0xc4,0xe2,0xf6,0x4,0x0,0x0,0x13,0x52,0x49,0x44,0x41,0x54,0x78,0xda, + 0xc5,0x9b,0x59,0x8f,0x2c,0xc9,0x55,0xc7,0x7f,0x11,0x91,0x6b,0xed,0xdd,0x7d,0xb7, + 0x59,0xae,0x19,0x7b,0xbc,0x8c,0x19,0x64,0x81,0x6d,0x21,0x61,0x1b,0xb0,0x25,0x33, + 0x46,0xf2,0xc8,0x8,0x89,0x7,0x1e,0x91,0x78,0xe0,0x95,0xaf,0xe0,0x4f,0xc0,0x3, + 0x2,0xc4,0x3,0x92,0x11,0x2,0x84,0x25,0x84,0x65,0x63,0x61,0x19,0x78,0x30,0x60, + 0x63,0x1b,0x21,0x1,0x16,0xd8,0x1e,0xec,0x59,0x34,0x77,0xeb,0xb9,0xf7,0xf6,0xed, + 0xee,0xea,0xae,0x25,0x33,0x23,0xe,0xf,0x11,0x19,0x99,0xd5,0xdd,0xe3,0xee,0x3b, + 0xd3,0x23,0xba,0x15,0xca,0xcc,0xa8,0xac,0xaa,0x8c,0x13,0x67,0xf9,0x9f,0xff,0x39, + 0xa5,0x38,0xe7,0xef,0x8f,0xff,0xec,0x2f,0x98,0xe,0xc7,0x9f,0x7a,0x70,0xb0,0xff, + 0xbb,0x4a,0x6b,0x95,0x24,0x9,0x49,0x92,0x60,0x8c,0xf1,0xc7,0x24,0x21,0x31,0x6, + 0x6d,0x12,0xa5,0x14,0x38,0xe7,0xa4,0x69,0x1a,0xac,0xb5,0x34,0x4d,0x83,0x6d,0x9a, + 0xee,0x68,0xdb,0xf3,0xcd,0xd7,0x1a,0xdb,0x60,0x9b,0x46,0xba,0x39,0x4b,0xd3,0xd4, + 0x18,0xad,0xf5,0xf3,0x1f,0x78,0xee,0xc7,0x2f,0x7e,0xe6,0x85,0xbf,0x7f,0xf2,0xa9, + 0x1b,0xdf,0xda,0x7f,0x70,0xf0,0xc8,0x64,0x86,0xba,0x6a,0xd8,0xbe,0x32,0x63,0xf7, + 0xce,0x7d,0x6e,0x3c,0x75,0xed,0xbc,0x25,0xfc,0xc4,0xbf,0xe4,0xbc,0x1b,0xac,0x75, + 0x38,0x71,0xef,0xb2,0xd6,0x7e,0x4e,0x89,0xa0,0x94,0x42,0x29,0x5,0x4a,0xa1,0x9c, + 0x3,0xe7,0x50,0x5a,0xa1,0xc4,0xa1,0xb4,0xf1,0xf3,0x4a,0x1,0xa0,0x14,0x10,0x47, + 0xff,0xc2,0xff,0x49,0xef,0x7b,0xa4,0x77,0x94,0x70,0xb5,0xae,0x2a,0xfe,0xeb,0x7f, + 0xfe,0x9b,0x24,0x31,0xbf,0xfd,0xcb,0x1f,0xfb,0xf8,0x7f,0x3c,0x79,0xe3,0xc6,0x57, + 0xac,0xd8,0x6f,0x88,0xc8,0xf7,0xe,0xf7,0xe7,0xb,0x71,0x8e,0x57,0x5e,0x7a,0x8d, + 0xe1,0x68,0xc0,0xfe,0xa3,0x3,0xde,0xff,0xfc,0x7b,0x2f,0x5f,0x0,0xce,0x39,0x9c, + 0x73,0xe2,0x9c,0x13,0x5,0x2a,0x5c,0xa3,0xc2,0x51,0x3b,0x87,0x73,0xa,0xa7,0x1d, + 0x5a,0x34,0x5a,0x6b,0xc4,0x18,0xb4,0x8,0x22,0x82,0xd6,0x7e,0x88,0x16,0xb4,0xe, + 0xaf,0x87,0xa3,0x36,0x1a,0x11,0xdd,0xbd,0xaf,0x9d,0xef,0x9d,0x57,0x75,0xcd,0xbf, + 0x7c,0xe7,0x3b,0xa3,0x5b,0xb7,0xef,0x7c,0xe2,0x85,0x4f,0x7e,0xea,0x13,0xcf,0xbd, + 0xff,0x7d,0x8f,0xd2,0x34,0xf9,0xae,0x6d,0xec,0x97,0x45,0xe4,0x9f,0x16,0x47,0xc7, + 0x3f,0x4c,0xb3,0xa4,0x16,0x27,0xfc,0xe7,0x77,0xbf,0x47,0x92,0x26,0x3c,0xff,0x73, + 0x1f,0xbc,0xb0,0x0,0xf4,0x79,0x37,0x88,0x73,0x48,0x58,0xac,0x73,0xf6,0xd4,0xb0, + 0xd6,0xe2,0xac,0xc3,0x59,0x87,0x75,0xe,0x82,0x96,0xe8,0xde,0x62,0x4e,0xd,0x13, + 0x46,0x6f,0xce,0x6c,0x9c,0x1b,0x74,0x18,0xc6,0xf8,0xf1,0xe3,0xd7,0x5e,0xe5,0xb, + 0x7f,0xf5,0x97,0x7c,0xe5,0xef,0xbe,0xb6,0xf5,0x68,0x6f,0xff,0x33,0x5a,0xeb,0x3f, + 0x28,0x6,0xe5,0xd7,0x77,0xae,0x5f,0xf9,0x62,0x53,0x37,0xbf,0xe3,0xac,0x7b,0xcf, + 0xed,0x57,0x6f,0x6b,0x11,0xe1,0x9f,0xff,0xf1,0x5b,0x88,0x8,0xbf,0xff,0x7b,0x7f, + 0x74,0xae,0x0,0xcc,0x79,0x37,0xfc,0xea,0x8b,0x9f,0x23,0xcf,0xb2,0xf,0x1d,0x2d, + 0x17,0xbf,0x8e,0xa0,0x94,0xf6,0x6a,0xdc,0x9a,0x42,0x67,0x12,0xa0,0xe8,0xcc,0x83, + 0x56,0x95,0x5,0x44,0x4,0x82,0x46,0x88,0x4,0x25,0x6f,0xcf,0xfb,0xf3,0xfe,0xb2, + 0x9b,0xa7,0x7b,0x1d,0xa0,0x5a,0xaf,0xf9,0xdf,0x57,0x5f,0xe6,0xf5,0x5b,0xb7,0x98, + 0x8d,0xa6,0x4c,0x27,0x93,0x71,0x96,0x67,0xcf,0xa5,0x59,0xfa,0x59,0x93,0x98,0xcf, + 0x4d,0x66,0xe3,0x8f,0x8a,0x93,0x5c,0x9c,0x7b,0x70,0xef,0xee,0x1b,0x47,0xbf,0xf6, + 0x1b,0x2f,0xf2,0xf9,0xcf,0x7f,0xfe,0xed,0x99,0x80,0x75,0xe,0xe7,0x4,0x67,0x1d, + 0x4a,0x7b,0x9f,0xa0,0x94,0xd7,0x8,0xeb,0x2c,0xca,0x2a,0x6c,0x10,0x82,0xc5,0x82, + 0x2,0xad,0xbc,0x62,0xb5,0xc2,0xd1,0x5a,0xe3,0x7a,0x3b,0xec,0xe4,0xb4,0xaa,0x6b, + 0x6d,0x36,0xcd,0xc4,0x78,0xd3,0x70,0x1b,0x9a,0x63,0x10,0x11,0xbe,0xff,0xa3,0x97, + 0xb8,0xbb,0xbb,0xcb,0xa7,0x7e,0xe1,0xe3,0xfc,0xfc,0x87,0x3f,0xc2,0x78,0x32,0x56, + 0xc3,0xd1,0xe0,0xdd,0x59,0x9e,0xbd,0xfb,0x5f,0xbf,0xfd,0xed,0xdf,0xfc,0xd2,0x57, + 0xff,0xf6,0xbb,0xb7,0x6e,0xdf,0xfa,0xad,0x24,0x49,0x5f,0x3a,0x6f,0x7d,0xe7,0xfb, + 0x0,0x1b,0x54,0xdd,0x59,0x5a,0x27,0x68,0x4f,0xec,0x7a,0xdf,0xf1,0x1,0x88,0x9, + 0xae,0x4e,0xf0,0xda,0xa0,0x3a,0x61,0x28,0xad,0xd0,0x4e,0xe1,0x94,0x46,0xf5,0x86, + 0xd6,0xe,0xa7,0xc3,0xeb,0x5a,0xe1,0x5c,0x10,0x9e,0x52,0x38,0xd5,0x3b,0xd7,0x1a, + 0x63,0x12,0xf6,0xe,0x1e,0xf1,0x37,0x5f,0xfb,0x2a,0x3f,0x7a,0xe5,0x15,0x7e,0xe5, + 0x97,0x3e,0xc9,0xf5,0xeb,0xd7,0xf8,0xc6,0xb7,0xbf,0xc9,0x5f,0x7f,0xf9,0x4b,0x66, + 0x7f,0x7f,0xff,0xc3,0x65,0x51,0x3e,0x61,0x9d,0x7d,0xfb,0x2,0xf8,0xc8,0xf3,0x3f, + 0x43,0x9a,0x24,0x3c,0xf3,0xf4,0x4d,0xb4,0x51,0xc1,0x2e,0xfd,0x8e,0x69,0x13,0xec, + 0x35,0xd8,0xb3,0x31,0x6,0xa5,0x35,0x3a,0x3c,0xb0,0x0,0x22,0xe,0x71,0xe2,0x35, + 0xc6,0x5a,0xef,0x4b,0xac,0xd7,0x9e,0xfe,0xd1,0x59,0xeb,0xb5,0xcd,0x5a,0x1f,0x79, + 0x5c,0x38,0x86,0xf7,0xb4,0xbe,0x26,0xbe,0x2f,0x84,0xd9,0xd5,0x6a,0xc5,0xcb,0x2f, + 0xbf,0xc2,0xde,0xfd,0x87,0xdc,0x79,0xf5,0x16,0x1f,0xfe,0xe0,0x87,0xc8,0xb2,0xac, + 0x4e,0xd2,0xb4,0x41,0x84,0xaf,0x7f,0xf5,0xcb,0x6f,0x4f,0x0,0xb5,0x8f,0xd5,0x6, + 0xad,0x50,0x4e,0x23,0x4a,0x70,0x4e,0x50,0xca,0x21,0x4e,0x21,0xca,0x21,0xe,0x44, + 0x29,0x1f,0x15,0x0,0xd1,0x9d,0x6f,0xf5,0x1a,0xd2,0x39,0x46,0xaf,0x22,0x82,0xa0, + 0x43,0xec,0x93,0x33,0xe3,0xa1,0x62,0xf3,0xd8,0xfb,0xc0,0x8d,0x40,0x9a,0x67,0x19, + 0xf7,0x1f,0x3d,0xe0,0xb5,0xdb,0xaf,0x23,0xa,0xf2,0x22,0x27,0x49,0x52,0x92,0xe4, + 0xdc,0xa5,0x5d,0x4c,0x0,0xdf,0xfc,0xf7,0x7f,0x23,0xcf,0xb2,0x64,0xb9,0x5e,0xab, + 0x8,0x7e,0x4c,0x0,0x40,0x89,0x9,0x40,0x28,0xc1,0x24,0xc6,0xcf,0x7,0xaf,0xad, + 0xb5,0x8e,0x66,0x21,0xd2,0x69,0x40,0x1c,0x4d,0x83,0xb5,0x1e,0xf4,0xd8,0xe,0xc, + 0x75,0xd7,0x1b,0x73,0x3d,0xd0,0x74,0x1e,0xa8,0x6a,0x1a,0xc4,0x39,0x5d,0x96,0xa5, + 0x41,0xe4,0xed,0xb,0x20,0x31,0x6,0xa3,0x8d,0xa4,0x26,0x89,0x2a,0x9f,0x18,0x6f, + 0x6,0x89,0x36,0x98,0x10,0xc2,0xfc,0x50,0x21,0x9c,0x29,0x8c,0x56,0xc1,0xbe,0x95, + 0xf7,0xf2,0xe1,0x1e,0x1b,0x1c,0xa2,0xd5,0x1a,0x6b,0x35,0x46,0x5b,0xac,0xd1,0x24, + 0x8d,0xa1,0x31,0x86,0xc4,0x58,0x6c,0x62,0x68,0x1a,0x83,0x6d,0xc,0x8d,0x49,0xb0, + 0xc9,0x89,0xc5,0xda,0xbe,0x20,0xec,0x29,0x21,0x89,0x8,0x45,0x9e,0xcb,0x5,0xd6, + 0x7f,0xbe,0x0,0x3e,0xfd,0xb1,0x4f,0x80,0x50,0x2b,0xa3,0xc5,0x68,0xad,0x62,0x1c, + 0xf,0x9e,0x59,0x45,0x2f,0xad,0x7a,0x73,0xa,0x1d,0x16,0xdf,0xea,0xab,0x8f,0x7e, + 0x5e,0x13,0x5a,0x8d,0xd8,0x1c,0xbd,0x39,0xdb,0x9f,0xb7,0x27,0xae,0xdd,0x9b,0x5e, + 0xb7,0x3e,0xc4,0x39,0x71,0x20,0x16,0xe0,0x8b,0x7f,0xfe,0xa7,0x6f,0x4f,0x0,0x57, + 0xb7,0x77,0x70,0xce,0xb9,0x24,0x31,0xbd,0x5,0xab,0xe0,0xb9,0x5b,0xaf,0xad,0xa3, + 0x8d,0x77,0xa1,0x2f,0x44,0x87,0xd6,0x68,0xc5,0xe3,0x2,0x11,0x41,0x5c,0x17,0xfb, + 0x3b,0x81,0x88,0x7,0x5c,0x12,0x8e,0xae,0x3b,0xba,0x9e,0x23,0x6d,0x8f,0xfd,0xb9, + 0xfe,0x7b,0xfd,0x3d,0x4e,0x9c,0x13,0x39,0xed,0x40,0xde,0x82,0x0,0x5a,0x29,0x5b, + 0xe7,0xbd,0xba,0x46,0x40,0x34,0x3e,0xd4,0x2b,0x14,0x1a,0xc4,0xe7,0x3,0x8,0x3e, + 0x2f,0x50,0xa,0x69,0xc1,0x12,0xaa,0xc5,0x45,0x1e,0xe4,0x44,0xb4,0xdf,0x1,0x1c, + 0x9,0xce,0x50,0xc2,0xc5,0xc6,0x75,0xb,0xa6,0xe2,0x95,0x6c,0x0,0xac,0x8d,0xd9, + 0x8,0xac,0x3a,0x10,0xf6,0xb6,0x5,0x20,0x1d,0x52,0x13,0x11,0x51,0x22,0xa,0x87, + 0x4,0xac,0xf,0x38,0xe7,0xbd,0xbe,0x10,0xe6,0xdb,0x37,0x86,0x71,0x72,0x17,0xce, + 0x78,0x28,0xd5,0xbb,0x55,0x94,0x42,0x29,0x41,0x24,0x1c,0xc3,0xb5,0x12,0x85,0xa8, + 0x2e,0x19,0x8b,0xe7,0xd2,0xde,0xe3,0x5,0xdd,0xbf,0xff,0x22,0x1a,0x70,0x7e,0x2e, + 0xd0,0x83,0xaa,0x12,0xd4,0xd3,0x9f,0x7,0xd5,0x13,0x9,0x6a,0x2b,0x31,0xe6,0x9f, + 0x54,0x73,0x89,0x10,0xb7,0xd3,0x4,0xa0,0x3,0x4f,0x1,0x28,0x79,0x93,0x21,0x0, + 0xab,0xa0,0x61,0xaa,0xbb,0x6e,0xcd,0xe9,0x24,0xc,0x57,0x74,0x2,0x88,0x9f,0xd3, + 0x9a,0xdf,0xa5,0x69,0x80,0xb,0x6a,0xa6,0x4f,0xa8,0x69,0x70,0x6e,0x5d,0x48,0x7f, + 0x73,0xd5,0x53,0xea,0xac,0x39,0x15,0x4d,0x21,0x6a,0x80,0x48,0x58,0x44,0xab,0x9, + 0xed,0xce,0xb2,0xa1,0x9,0x9d,0x46,0xb4,0xf7,0x85,0xdd,0xf7,0x37,0x72,0x11,0x15, + 0x78,0x1c,0x13,0x8,0xbb,0x8d,0x57,0x7f,0x7,0xe8,0xd6,0xc,0x5a,0xc1,0xa8,0x37, + 0x17,0x80,0x5f,0xdd,0x9b,0x8,0xc6,0xfb,0xf,0x51,0x12,0x9e,0x5b,0x5,0x14,0x1d, + 0x34,0x40,0xba,0x45,0x29,0xad,0x50,0x4e,0xf5,0xb4,0x86,0x4e,0x8,0x6c,0x9a,0xc2, + 0x45,0xfe,0xce,0x17,0x80,0xdb,0x14,0x0,0xe2,0xe7,0x9c,0x6,0xac,0xc5,0x3a,0x62, + 0xc8,0xd3,0xa6,0x8b,0x6,0xce,0xb9,0xc0,0x1a,0x19,0x4,0x3c,0x6,0x10,0xe7,0x29, + 0x11,0xad,0x70,0xae,0xcb,0xf4,0xac,0x75,0xed,0xb7,0x1,0x1e,0x7d,0x5a,0xeb,0xe2, + 0xfe,0x89,0x8,0x55,0x55,0xa1,0x94,0xa2,0xaa,0x6a,0x8f,0x28,0x45,0x42,0xfa,0x4d, + 0x84,0xde,0xad,0xf0,0xa2,0x16,0x5c,0x8a,0x0,0x3a,0x7,0xe8,0x5,0xe0,0x40,0xb4, + 0x3f,0x1e,0xcc,0xe7,0x3e,0x49,0x52,0x9a,0x3c,0xcf,0xb0,0xd6,0x62,0x8c,0xa1,0x2c, + 0xa,0xe6,0x8b,0x5,0x79,0x96,0x32,0x1a,0xe,0x11,0x11,0xb2,0x34,0xe5,0xf0,0xe8, + 0x88,0xb2,0x28,0xc8,0xd2,0x94,0x83,0xf9,0x11,0x89,0xd1,0x38,0x11,0x9a,0xc6,0xfa, + 0x5d,0x73,0xfe,0xbe,0xf9,0xf1,0x31,0xc7,0x8b,0x5,0x45,0x96,0xa3,0xb5,0x26,0x31, + 0x86,0xe3,0xc5,0x82,0xe1,0xa0,0xe4,0xc1,0xc3,0x3d,0xc0,0x2f,0x7a,0xb9,0x5a,0x91, + 0xa5,0x19,0xd7,0xaf,0x5e,0xd9,0x34,0x5,0xfc,0xf9,0xe5,0x9a,0x40,0xf0,0x1,0xe8, + 0x90,0xaf,0x2b,0x18,0x8f,0x86,0x3d,0x52,0xc3,0xf3,0x4,0x1e,0x2d,0x6a,0xca,0xb2, + 0xe8,0x80,0x51,0x70,0x68,0x5b,0xd3,0x49,0x74,0x5c,0xdb,0x5b,0xd3,0xf8,0xd9,0x2a, + 0x7e,0x8f,0x3f,0x16,0x45,0xce,0xce,0xd6,0xc,0x44,0x68,0xac,0x45,0xa1,0x18,0xd, + 0x7,0x88,0x8,0x65,0x51,0xc4,0xc4,0xa8,0x7b,0xff,0x9,0x7f,0xe0,0x6d,0x80,0x8b, + 0x28,0xc1,0xf9,0x38,0xa0,0xf7,0x60,0x4e,0x7c,0x98,0x13,0x11,0xc4,0xa,0xf7,0xf7, + 0xf6,0x68,0xac,0x25,0x4b,0x53,0xf2,0x3c,0x8f,0x0,0xc5,0x18,0xc3,0xa0,0x2c,0xa9, + 0xea,0x1a,0x80,0xe9,0x64,0xcc,0x62,0xb9,0x62,0xbd,0x5e,0x33,0x1c,0xe,0xa2,0xca, + 0xa7,0x69,0xc2,0x7a,0x5d,0x79,0x33,0x70,0x8e,0xc4,0x68,0x96,0xcb,0x15,0x65,0x51, + 0xd0,0x34,0xd,0xcb,0xd5,0x1a,0xe7,0x1c,0x83,0xb2,0xe0,0x70,0x7e,0x4,0x22,0xa4, + 0x69,0x4a,0x53,0xd7,0xec,0xed,0xef,0x33,0x1e,0x8d,0xc8,0xb3,0x8c,0xed,0xd9,0xc, + 0xe5,0x14,0xd2,0xf3,0x7,0xad,0xd0,0x2f,0x47,0x3,0x9c,0x20,0xaa,0x3,0x19,0x4e, + 0x4,0xad,0x14,0xd3,0xf1,0x98,0x26,0xa8,0x7d,0x9a,0x18,0x94,0xd2,0x8,0x7e,0x27, + 0xb2,0x2c,0x25,0x4d,0x12,0x50,0x8a,0x34,0x49,0x18,0xd,0x7,0x94,0x45,0x4e,0x9a, + 0x24,0x41,0xa8,0x5e,0xdd,0x8b,0x3c,0xf3,0x50,0x36,0xcc,0xa5,0x49,0x42,0x9a,0xa4, + 0x38,0xe7,0x28,0x8a,0x3c,0xda,0x78,0x62,0x3a,0xf2,0x4a,0x9c,0x50,0x96,0x25,0xe6, + 0x44,0xd6,0xd9,0xe1,0x6,0x75,0x61,0x1f,0x70,0x1,0x4e,0xf0,0x24,0xe,0xf0,0xc3, + 0x3a,0x47,0xd3,0x34,0xe1,0x1e,0xc7,0xba,0xaa,0xa9,0xea,0x1a,0x85,0xc2,0x3a,0xc7, + 0xf1,0x62,0x19,0x5f,0x3b,0x5e,0x2c,0xb0,0x8d,0x25,0x31,0x66,0x83,0x17,0x58,0x57, + 0x15,0x4d,0x63,0x23,0xd3,0x13,0x92,0x98,0x48,0x20,0x6b,0xa5,0x31,0x46,0x53,0x35, + 0xd,0x49,0x92,0xa0,0x42,0xca,0xdd,0xd8,0x26,0x6e,0x4e,0x3b,0x1f,0x29,0x39,0xda, + 0x9d,0xbf,0x98,0x10,0x2e,0xec,0x3,0xbc,0xfa,0xbb,0x90,0xc7,0x3b,0xbf,0x50,0x6b, + 0x59,0xad,0xab,0x40,0x84,0xb4,0xbb,0xe4,0x71,0xbd,0xb7,0x5d,0xd0,0x5a,0xd3,0x58, + 0x4b,0x5d,0x37,0xa4,0x69,0xea,0xd9,0x9e,0x98,0x7,0x8,0x49,0x58,0x7c,0x1d,0x85, + 0xe9,0x5f,0x5b,0xd7,0x95,0x87,0xd6,0xc0,0x7a,0x5d,0x91,0xa6,0x9,0x55,0x55,0x51, + 0xd7,0xd,0x75,0x5d,0x93,0xa5,0x29,0xb5,0x73,0x88,0x40,0x96,0xa6,0xa7,0xfc,0xc0, + 0xe5,0x9a,0x40,0x74,0x82,0x21,0x2,0x84,0x38,0x5f,0xe4,0x39,0x83,0xb2,0x44,0x80, + 0x36,0x59,0x2,0x22,0x1f,0xe0,0xcf,0x75,0x44,0x40,0x3a,0xc4,0x77,0xdd,0xcb,0x12, + 0x15,0x3e,0xa1,0x12,0x1,0xe7,0x6c,0x7c,0xe8,0x52,0x8a,0x88,0x3c,0xc7,0xa3,0x61, + 0x48,0x9a,0x86,0x58,0x6b,0x37,0x42,0x67,0xcc,0x79,0x23,0x48,0xe2,0xb1,0x4c,0xe0, + 0x2,0x2,0x70,0x21,0x5c,0xf7,0xec,0x3f,0x38,0xc2,0x83,0xf9,0x9c,0xaa,0xaa,0x39, + 0x5a,0x2c,0x98,0x4d,0x26,0x94,0x65,0xc1,0xd1,0x62,0x41,0x59,0x14,0xe4,0x79,0x46, + 0xd3,0x58,0xf2,0x3c,0x8b,0x49,0x8b,0x56,0xde,0x3c,0xd2,0x24,0x89,0x9c,0xbf,0x31, + 0x9a,0x3c,0xcb,0x70,0xce,0x71,0xbc,0x5c,0xa1,0x15,0xde,0xd3,0x3b,0xc7,0x72,0xb9, + 0x42,0x2b,0x85,0xd1,0x86,0xaa,0xae,0x28,0x8b,0x82,0x87,0x7b,0x8f,0x98,0x4d,0x27, + 0x1c,0x1c,0xce,0x59,0x2c,0x97,0x8c,0x87,0x43,0xae,0x6c,0x6f,0x77,0xc8,0x50,0x7c, + 0x0,0xe0,0x42,0x31,0xe0,0x42,0x2,0xe8,0xa3,0x41,0x3c,0xea,0xc3,0x83,0x99,0xe9, + 0x68,0x8c,0xd2,0x8a,0xab,0xec,0xf8,0x78,0x9d,0x18,0x26,0xe3,0x91,0x7,0x46,0x21, + 0x4d,0x16,0xf1,0xe8,0xcd,0x68,0x4f,0x7e,0x76,0xac,0xb1,0x6c,0x3c,0xa3,0x88,0x30, + 0x1c,0xc,0xfc,0x17,0x6,0x78,0x3c,0x2c,0xcb,0x98,0xf5,0xf9,0x14,0x1f,0x9e,0xb8, + 0x7e,0xd,0xa5,0x14,0x79,0x96,0x5,0x86,0xba,0xfb,0xc,0x2f,0x4,0xaf,0x9,0x1e, + 0x7,0x5c,0x8a,0x0,0x36,0x93,0x9a,0xe,0xff,0x43,0x5d,0x7b,0x6a,0x4a,0x6b,0xc3, + 0x68,0x34,0x60,0xb5,0x5a,0x7b,0xc7,0x94,0x26,0x14,0x79,0xce,0x62,0xb1,0x44,0x1b, + 0x4d,0x91,0xe7,0x88,0x40,0xd3,0xd4,0x64,0x79,0x46,0x55,0x57,0x38,0xe7,0x48,0x93, + 0x14,0x14,0x3c,0x3a,0x38,0x3c,0xe3,0x3b,0x1,0x71,0x31,0xd1,0xea,0x38,0x0,0x9f, + 0x84,0xb5,0xc4,0x69,0x9e,0xe7,0xec,0xcc,0x66,0x31,0xa7,0x8,0x10,0xa0,0x95,0xc8, + 0x25,0x8,0xc0,0xb9,0xc0,0xee,0xb6,0xf8,0xdf,0x21,0xa2,0x11,0x7,0x87,0xf3,0x39, + 0xeb,0xaa,0xa,0x71,0xdf,0xc7,0xea,0xba,0xae,0x19,0x8f,0x47,0x64,0x49,0xca,0xc1, + 0x7c,0xee,0x39,0xc2,0xc0,0xe9,0xd7,0x75,0x4d,0x9a,0x26,0x1c,0x1d,0x2f,0xa8,0x9b, + 0x86,0xe1,0xa0,0x24,0x4d,0x52,0x96,0xcb,0x65,0xd8,0x78,0xd5,0x81,0x9b,0x70,0xde, + 0x11,0x24,0x41,0x0,0x22,0x91,0x15,0xb6,0xd6,0x9e,0xd6,0x80,0x0,0x8c,0x2e,0x19, + 0xa,0x83,0xe0,0x7c,0x91,0xa2,0xf5,0x3,0xe0,0x1,0x48,0xa0,0xc1,0x45,0x84,0xed, + 0xd9,0xb4,0x23,0x44,0xb5,0xf2,0x10,0x35,0xa4,0xb0,0x5a,0x2b,0xb2,0xa4,0xa4,0x45, + 0x84,0xed,0x3,0xaf,0xab,0xa,0x17,0x1c,0x59,0x5d,0xd7,0xdc,0xd9,0xbd,0xcf,0x7a, + 0x5d,0xb1,0xb3,0x35,0x63,0x6b,0x36,0x8d,0xb9,0xb3,0x52,0xa,0x67,0x1d,0x8f,0xf6, + 0xf,0x18,0xd,0x87,0x1d,0xfe,0xef,0x85,0xc0,0x28,0x38,0x15,0xc2,0xc7,0xe5,0x45, + 0x81,0x8e,0xd3,0x6b,0xfd,0x80,0x53,0xc2,0xfd,0x87,0xf,0xa9,0x1b,0x4b,0x92,0x18, + 0x5c,0xf0,0xcc,0x93,0xf1,0x88,0x6b,0x57,0x76,0x30,0x18,0x1e,0xee,0x3f,0xa2,0xb1, + 0x96,0xaa,0xaa,0xc9,0x8b,0x9c,0x41,0x59,0x84,0xc5,0x2b,0xe,0xe6,0x73,0x8a,0x3c, + 0xf7,0x5,0x52,0xe7,0x0,0xc5,0x83,0xbd,0x7d,0xee,0x3f,0x78,0x88,0x0,0x55,0x55, + 0x5,0xd,0xf1,0x8f,0x68,0x9d,0xe5,0xce,0xbd,0x37,0xd8,0xbd,0xff,0x80,0xd9,0x74, + 0xc2,0x53,0xd7,0xaf,0x77,0x55,0x68,0x54,0x4,0x60,0xad,0x6,0x70,0x21,0x36,0xe0, + 0x31,0x9c,0xe0,0xc9,0x34,0x18,0x14,0xb3,0xe9,0xb4,0x57,0x8,0xf5,0xa1,0x2c,0x2, + 0x13,0x84,0xf1,0x68,0x14,0x77,0xc5,0x4,0x22,0xb5,0xdd,0xcd,0xc9,0x68,0xe4,0xb3, + 0xbb,0xba,0xf6,0x99,0xa1,0xf2,0xe8,0xd2,0x5,0x62,0xc5,0x53,0x6b,0x0,0x82,0xb5, + 0x96,0xdb,0x77,0x77,0x79,0xe3,0xc1,0x43,0x9c,0x8,0xf,0xf6,0x1e,0xe1,0xac,0xe3, + 0xc9,0x1b,0xd7,0x4e,0xa9,0x7a,0x8c,0x6,0x17,0x32,0x80,0xc7,0x8,0x83,0xfd,0x34, + 0x58,0x7,0xf2,0xf1,0xee,0xee,0x2e,0x65,0x59,0x92,0x18,0x5f,0x23,0x18,0x8f,0x46, + 0xac,0xab,0x2a,0xec,0x6e,0x46,0x96,0x65,0x0,0xac,0xaa,0x35,0xc3,0x72,0xe0,0xcb, + 0x6a,0xd6,0xb2,0x58,0xae,0x30,0x89,0x61,0x50,0x94,0x8,0xfe,0xb3,0x50,0x3e,0x67, + 0x78,0xfa,0xc9,0xeb,0xac,0xab,0x8a,0xed,0xa9,0x37,0xa7,0xc6,0x5a,0x6e,0xdd,0xf3, + 0x8b,0xef,0xa,0xab,0x70,0x7f,0x6f,0xf,0x6b,0x2d,0xc3,0xf7,0xd,0x22,0xe8,0xe9, + 0xb8,0x8,0x75,0x79,0x26,0xe0,0x5c,0x8,0x27,0xae,0x3,0x41,0xad,0xb7,0x2d,0xf2, + 0x82,0xf5,0x6a,0x8d,0x4d,0x2c,0x4d,0xa3,0x29,0x8a,0x2,0xf0,0xb6,0x6c,0xb4,0x46, + 0xf0,0x28,0xcd,0x59,0x17,0x91,0x5e,0x46,0xca,0xba,0xaa,0x48,0x5c,0x42,0x96,0xa6, + 0xa1,0x58,0xda,0xe6,0xf5,0x9a,0xab,0xdb,0x5b,0x71,0x27,0x6d,0xd3,0x70,0xeb,0xee, + 0x2e,0xbb,0xf,0x1e,0x76,0x40,0xac,0xc7,0x39,0xde,0xdf,0xdb,0x63,0xba,0x3b,0xe6, + 0xe9,0x27,0x6e,0x9c,0x30,0x85,0xf6,0xea,0x52,0x34,0x40,0x36,0xcf,0x83,0x26,0x88, + 0xf2,0x8b,0x9b,0x8e,0xc7,0x64,0x59,0xea,0xab,0xbb,0x8,0x49,0x62,0x7c,0xc2,0xe3, + 0x5c,0x98,0xd7,0x14,0xd3,0x69,0x57,0xf5,0x15,0xe1,0xea,0xce,0x36,0x75,0xd3,0x90, + 0x67,0x19,0x55,0x5d,0x47,0xf8,0x7b,0xff,0xd1,0x1e,0x45,0x91,0x87,0x24,0xcb,0x2f, + 0xfe,0x8d,0x7,0xf,0x7b,0x25,0xf4,0x68,0x93,0xf1,0x79,0x96,0xab,0xf5,0x6,0x3, + 0xd5,0xf9,0x81,0xb,0x29,0xc0,0x5b,0x14,0x40,0xa0,0xa0,0xef,0xdc,0xbb,0x47,0x9a, + 0xa6,0x3c,0x71,0xfd,0x3a,0x4d,0xd3,0xb0,0x58,0x2d,0x99,0x4e,0x26,0x34,0x4d,0xc3, + 0xc3,0xfd,0x7d,0xca,0xa2,0x20,0x9,0x59,0x62,0x59,0x14,0xc,0x7,0x25,0x7,0xf3, + 0x39,0x49,0x92,0x78,0x35,0x9f,0xcd,0xc8,0xb3,0x14,0xeb,0x2c,0xf7,0xde,0x78,0xc0, + 0xad,0xbb,0xf7,0x28,0xf2,0x9c,0x67,0x6e,0x3e,0xc5,0xe1,0xfc,0x88,0xdd,0xb0,0xf8, + 0xfe,0xf7,0x8b,0xb4,0xc4,0x78,0xc7,0x23,0xc6,0x13,0xe9,0x5d,0x5c,0xd0,0x9,0x5c, + 0x4c,0x0,0xbe,0x20,0x80,0x4,0x73,0x10,0xed,0x1d,0xdb,0x7b,0x9f,0x79,0x6,0x94, + 0x22,0x49,0xc,0xa0,0x18,0x8f,0x47,0x9e,0x6,0x33,0x86,0xad,0xd9,0xcc,0x87,0x2a, + 0xdd,0xa2,0x3f,0x85,0x49,0x12,0x6,0x65,0x19,0x6b,0x7,0x46,0x1b,0x16,0xab,0x25, + 0xb7,0xef,0xde,0xe3,0xf5,0xdb,0x77,0x11,0xc0,0x5a,0xcb,0x4b,0x2f,0xbf,0x1a,0xf1, + 0xc7,0x99,0x85,0x95,0x1e,0x47,0x71,0x26,0xfd,0x78,0xd1,0xed,0xbf,0x90,0x0,0x5a, + 0x1f,0x20,0xe0,0xf0,0x7d,0x40,0xed,0x43,0xdc,0xba,0x7b,0x87,0xc3,0xa3,0x39,0x37, + 0xae,0x5d,0x67,0xb9,0x5c,0x62,0x92,0x4,0x63,0x3c,0x1f,0x78,0x65,0x67,0x87,0xe3, + 0xc5,0x22,0x84,0x47,0xeb,0xd1,0x20,0x90,0x67,0x99,0xe7,0xfc,0x9c,0x65,0x67,0x6b, + 0x8b,0xa6,0x69,0x78,0xed,0xf5,0xdb,0x34,0x8d,0xf5,0x89,0x93,0x8,0x55,0xaf,0x19, + 0x4b,0xf5,0x77,0xb3,0x27,0x4,0xda,0x8d,0x89,0x9a,0xa0,0x38,0x29,0x8e,0x4b,0x61, + 0x84,0x62,0x22,0xe3,0x88,0x74,0x98,0xb,0x9d,0x61,0xb3,0xe9,0x94,0xe1,0x60,0xc0, + 0x70,0x38,0xa4,0xc8,0x73,0xb2,0x2c,0x5,0x3c,0x50,0x2a,0xf2,0x1c,0x63,0xc,0xd6, + 0x5a,0xb4,0xd6,0x64,0x59,0x1a,0xf3,0xf7,0xf6,0x33,0x8b,0x3c,0xe7,0xd1,0x72,0xe9, + 0xfd,0x40,0xeb,0xe1,0x43,0xd1,0x45,0xb5,0x65,0xb6,0x93,0xea,0x2c,0x67,0xc1,0xf3, + 0x76,0xc1,0x5d,0x24,0xb8,0x20,0x10,0xbc,0xb0,0xf,0x68,0xd3,0x80,0xae,0x9c,0x65, + 0x85,0x6a,0x5d,0x91,0xa4,0x9,0xd5,0xba,0x42,0x1b,0x4d,0xd3,0x58,0x9c,0x38,0xb4, + 0xd2,0x2c,0x97,0x4b,0xb4,0x31,0x3e,0x27,0x58,0x2d,0x91,0xb5,0x30,0x1c,0xe,0x58, + 0x57,0x15,0x45,0x9e,0xd3,0x34,0x36,0x14,0x57,0x7c,0x41,0xb3,0xf3,0x2f,0xde,0xc4, + 0x36,0x84,0xd0,0x76,0x9a,0xf4,0xeb,0xf,0x6d,0x6c,0xbe,0x48,0xfd,0xeb,0x32,0x34, + 0x40,0x5,0x2d,0x68,0x89,0x51,0x80,0xe5,0x6a,0x85,0xa9,0x75,0xe0,0x5,0x33,0x4c, + 0xa2,0xa9,0x1b,0x4b,0x1a,0xc0,0x50,0x96,0xa5,0x20,0xc2,0x62,0xb1,0x22,0xcb,0x52, + 0xb2,0xd4,0xe3,0x7e,0x85,0x87,0xc0,0xbe,0xb1,0x52,0x62,0x8e,0x1f,0x75,0x40,0x34, + 0xa2,0xa1,0xdf,0x97,0x18,0x1,0x4f,0x2c,0xbe,0x74,0xd5,0xa7,0x77,0x54,0x0,0xae, + 0x73,0x82,0x1,0x5,0x7b,0x3e,0x40,0x29,0xc5,0xf5,0xab,0x57,0xc3,0x33,0x49,0x4, + 0x43,0x2e,0x30,0xc6,0x46,0xfb,0x66,0xa,0x27,0xce,0x53,0xe3,0x41,0x8c,0x57,0x7, + 0x3b,0x80,0x62,0x38,0x1c,0x90,0x24,0xc6,0x53,0xeb,0x7d,0x1,0xf4,0x8,0x18,0x5f, + 0x7d,0x6e,0x1b,0x2d,0x7a,0x2c,0x6f,0xef,0xde,0x7e,0xe1,0xf4,0x9d,0xd1,0x80,0xd, + 0x20,0x14,0xbe,0xdc,0xf9,0x42,0xe8,0xed,0xbb,0x77,0x68,0x6c,0xc3,0xe1,0x7c,0xce, + 0x95,0x9d,0x1d,0xb6,0xb7,0xb6,0x78,0xfd,0xce,0x9d,0x48,0x86,0x3e,0x73,0xf3,0xa6, + 0xcf,0xda,0x9c,0xe3,0x70,0x3e,0x47,0x10,0x6e,0x3e,0xf5,0x24,0x22,0xc2,0xfe,0xe1, + 0x9c,0xd1,0x60,0xe0,0xdb,0x6a,0x94,0xc2,0xe1,0x9b,0xa0,0xfc,0xe8,0x95,0xe0,0x4f, + 0x24,0x3d,0xfd,0x86,0x3,0x45,0x28,0xc3,0xb7,0x9a,0xf1,0x16,0xb4,0xe1,0x31,0x71, + 0x0,0xb1,0x1a,0xac,0x94,0xe2,0x89,0x90,0x90,0x38,0xe7,0x48,0xd3,0x14,0x93,0x24, + 0x7c,0xe0,0xd9,0x67,0x63,0x1f,0x41,0x96,0xa6,0x31,0x24,0x6d,0xcf,0xa6,0x28,0xa5, + 0x49,0x53,0x6f,0x1e,0x83,0x72,0x10,0x2b,0x48,0x9f,0x7d,0xe1,0xd3,0xa1,0x9b,0x56, + 0xc7,0x2,0xe7,0xa9,0x62,0x29,0xbd,0x62,0x73,0xc,0x8b,0x3e,0xaa,0xb4,0xa5,0xb5, + 0x77,0x46,0x3,0x7a,0x2,0x70,0xc1,0xfc,0x5b,0x75,0x3d,0x5e,0x2c,0xa2,0x97,0xd7, + 0x46,0xfb,0x9d,0x33,0x9a,0x2c,0xcd,0xd8,0x3f,0x3c,0xa0,0x2c,0xb,0x26,0xe3,0x89, + 0xa7,0xb8,0xf3,0x9c,0xf9,0xf1,0x21,0x45,0x91,0x53,0x16,0x5,0xc7,0x8b,0x45,0xe4, + 0x11,0xf3,0x34,0x8b,0x82,0x29,0x8a,0x82,0xe5,0x72,0xc5,0xba,0xf2,0x14,0x58,0x12, + 0xca,0x6b,0xc7,0x8b,0x25,0x83,0xb2,0xe4,0xe8,0xf8,0x98,0x34,0x4d,0x49,0x8c,0xf7, + 0x3d,0x89,0x49,0x36,0x31,0xd0,0x3b,0x22,0x0,0x11,0x41,0x2b,0x70,0xde,0x39,0xb5, + 0xcd,0x17,0xeb,0x75,0x45,0x55,0x57,0x24,0xc6,0x90,0xe7,0x39,0x8b,0x7a,0xe9,0xf1, + 0xbd,0xf2,0x11,0xa1,0xaa,0xea,0xd8,0xb3,0xd3,0x58,0xcb,0x72,0xb5,0x24,0x4d,0x4c, + 0x68,0x6f,0x5b,0x93,0x65,0x69,0x20,0x44,0x3,0xe5,0x85,0x67,0x91,0x57,0xeb,0x35, + 0xab,0xf5,0x9a,0xc4,0x18,0x2a,0x2a,0xd2,0xd4,0x87,0xd7,0x76,0xa3,0xd7,0x55,0x85, + 0x35,0x86,0xaa,0xaa,0x49,0x53,0x4b,0x19,0x72,0x10,0xff,0xc0,0xef,0x8c,0x0,0xe0, + 0x44,0x35,0x18,0xd,0xc3,0x41,0xc9,0x56,0x36,0xd,0x7d,0xbd,0x2a,0x2e,0x40,0x69, + 0xcd,0x68,0x38,0xc,0x44,0x88,0xef,0x1f,0x5c,0xae,0x56,0xec,0xcc,0xb6,0x7c,0xe9, + 0xcc,0x18,0xae,0xee,0x6c,0xb3,0xae,0x6b,0xc4,0x39,0xb2,0x3c,0x43,0x7,0xf3,0x10, + 0xa0,0x28,0x8a,0x58,0x2e,0xab,0xea,0x9a,0xa2,0xc8,0xb1,0xd6,0x33,0xc6,0xdb,0xb3, + 0x19,0x4d,0xed,0x6b,0x10,0x93,0xf1,0x78,0xa3,0x80,0xfa,0xce,0x68,0x80,0xeb,0xc5, + 0xda,0x7e,0x59,0xdc,0xfa,0x5c,0x60,0xb9,0x5a,0x52,0xe4,0x5,0x65,0x59,0x62,0x9d, + 0xdf,0x75,0x6d,0x34,0x5b,0xd3,0x19,0xf3,0xe3,0x23,0x94,0x82,0xa7,0x9e,0x78,0x92, + 0x7b,0xf7,0xdf,0x60,0xb5,0x5a,0xb1,0xb3,0xbd,0x1d,0x8a,0xa1,0x8a,0xc1,0xa0,0xc, + 0xe1,0xd0,0x2f,0xc3,0x63,0x86,0x15,0x5b,0xd3,0x29,0xce,0x39,0x56,0x6b,0xcf,0x31, + 0x6e,0xcd,0xa6,0x1c,0x1d,0x2f,0xbc,0x89,0xe4,0x19,0x8d,0xb5,0x1c,0x1c,0xce,0xd9, + 0xd9,0x9a,0x91,0xa6,0x29,0xdb,0xb3,0x59,0xd8,0xfc,0x77,0xc4,0x9,0xba,0xe,0x7, + 0x88,0x4,0x45,0xf0,0xf1,0xf9,0xe6,0x93,0x4f,0x41,0x68,0x88,0xd2,0x5a,0x6f,0x38, + 0x31,0x6d,0xc,0x57,0x76,0x3c,0x5d,0x9d,0x26,0x9,0xef,0x7d,0xe6,0xdd,0x8,0x82, + 0x9,0x59,0x63,0x3b,0xf,0xf4,0x60,0x9b,0xff,0x26,0x93,0x98,0x8e,0x4a,0xb,0xde, + 0x7f,0x3a,0x99,0xf8,0x73,0x42,0x8,0xbe,0x72,0x25,0x86,0xc7,0x8,0x8a,0xde,0x82, + 0x12,0x5c,0x18,0x8,0x45,0x6d,0x8,0x70,0xd8,0x3a,0xcb,0xee,0x1b,0xbb,0x1c,0x1e, + 0x1d,0x79,0x6f,0x6e,0x2d,0x26,0x49,0x98,0x8c,0x47,0xac,0xd6,0x15,0xf3,0xe3,0x23, + 0xae,0xee,0xec,0xa0,0x42,0x19,0xbb,0x28,0xa,0xc6,0xa3,0x11,0xce,0xb9,0x8,0x7d, + 0x5,0x21,0xcf,0x73,0x26,0xe3,0xb1,0x7,0x48,0x4a,0x31,0x18,0x78,0xe2,0xa4,0x69, + 0x1a,0x4,0x21,0xcb,0x32,0x56,0xab,0x15,0x83,0xc1,0x80,0xa6,0x6e,0x70,0xe2,0x82, + 0xe3,0xf5,0xbd,0x8a,0xe3,0xd1,0x88,0xd9,0x64,0xd2,0x53,0xd2,0x1e,0x85,0x77,0x19, + 0x2,0x88,0x40,0x48,0x81,0x68,0xf,0x6,0xc4,0x79,0x3e,0x7e,0x32,0x9e,0x90,0xa6, + 0x99,0x77,0x66,0x21,0x74,0xb5,0x55,0xe2,0xed,0xad,0x2d,0xca,0xa2,0x8,0xa5,0xb1, + 0x26,0xbe,0x66,0x42,0x29,0xcc,0x33,0xbc,0x44,0x84,0x58,0x16,0x45,0x64,0x8f,0x4d, + 0x28,0xa7,0xb5,0x58,0xa0,0xcc,0xb,0x9f,0x44,0xd9,0x26,0x36,0x46,0xe4,0x59,0xb6, + 0x91,0x5b,0xb4,0x8b,0xef,0x34,0xe9,0x62,0xfd,0x1,0x6f,0xad,0x38,0x2a,0x5d,0xeb, + 0xab,0x31,0x9a,0xa3,0xa3,0xa3,0x50,0xd9,0x4d,0xe3,0xf9,0x70,0x30,0xc0,0x5a,0xf, + 0x8b,0xf3,0x2c,0xf3,0xa8,0xd0,0x39,0x96,0xcb,0x65,0xcc,0x17,0x44,0x24,0x46,0x9, + 0xa3,0x75,0x2c,0xa1,0xfb,0x12,0xbb,0xe,0xbf,0x1d,0x6a,0xc8,0xd2,0xd4,0x67,0x94, + 0x59,0x86,0x75,0x8e,0xb2,0x28,0x7c,0x4d,0xa2,0xb1,0x1d,0x8a,0x8c,0x42,0xd8,0x78, + 0xfa,0xb7,0xaf,0x1,0x7d,0x53,0xf0,0x16,0xd0,0xd2,0xe4,0xb0,0x58,0x2c,0x58,0x2c, + 0x17,0x1c,0x1c,0x1e,0xb2,0xae,0x2a,0xa6,0x93,0x9,0xfb,0x7,0x7,0x2c,0x57,0x2b, + 0xca,0xb2,0xa4,0xaa,0x2b,0x8e,0x8e,0x8f,0x7d,0xf,0x21,0x1e,0x1e,0x37,0xce,0x32, + 0x68,0x4a,0x0,0xd6,0xd5,0x9a,0x24,0x49,0xb1,0x8d,0x45,0x14,0x2c,0x16,0x4b,0xf, + 0xa7,0xdd,0x8,0x1,0x96,0xcb,0x25,0x49,0x92,0x50,0xe7,0x39,0x8d,0xb5,0xc,0x7, + 0x25,0xfb,0x7,0x7,0x9e,0x47,0x58,0x2e,0x58,0x57,0x35,0xc3,0xc1,0x80,0x41,0x59, + 0xf6,0x16,0x2f,0x3c,0x4e,0x8e,0x74,0x61,0x1,0xb4,0x42,0x10,0x82,0x20,0x94,0xe6, + 0xda,0xd5,0x6b,0x91,0x11,0x56,0x81,0xfc,0xb8,0x71,0xed,0x7a,0xc4,0xef,0xfd,0xd0, + 0x18,0xbb,0x48,0xdb,0x7b,0x21,0xf6,0x14,0xb5,0xa8,0x4f,0x9f,0x40,0x80,0x6a,0x67, + 0x27,0x22,0xbf,0xd6,0x29,0x4e,0xc6,0x63,0xc0,0x77,0xa7,0xb4,0xac,0xdf,0x46,0x8, + 0x6c,0x39,0x83,0xb,0xae,0xe9,0xb1,0x4,0x10,0x13,0xf,0xb7,0xe9,0xf,0x1c,0xde, + 0xfb,0x6b,0x1c,0x4e,0x69,0x34,0xe,0x94,0xc2,0xd1,0x15,0x4d,0x9c,0x73,0x5e,0x20, + 0x4e,0xc7,0x5f,0x91,0xf9,0xb6,0x7b,0xe2,0x70,0xbd,0x73,0x14,0xe0,0xdc,0xe9,0xc4, + 0xbe,0x67,0xda,0xa1,0x2f,0xac,0xf7,0x52,0x47,0xde,0x5c,0xd4,0xb,0x3e,0x9e,0x0, + 0x7a,0xd2,0x76,0x2,0xba,0xa5,0xc9,0x9d,0x3,0x1d,0xd2,0x45,0x9c,0xff,0x49,0xc, + 0xf8,0xda,0x1e,0x3a,0x76,0x8f,0xfa,0xdb,0x2,0xb3,0xd2,0x3e,0xe8,0xf9,0x32,0x67, + 0x33,0x13,0xe8,0x18,0xa0,0xb8,0xe8,0x7e,0x14,0xe5,0xf1,0xf0,0xc0,0x63,0xb,0x20, + 0xa,0xa1,0x4f,0x93,0xfb,0xc9,0xb0,0x40,0xba,0xbe,0xc1,0x16,0x34,0xf5,0xd6,0xec, + 0xef,0xe9,0x32,0xcc,0xb3,0xdd,0x70,0xb7,0xcd,0xa1,0x4d,0x30,0xf2,0x9c,0xbd,0x96, + 0xca,0x53,0xb,0xef,0xbf,0xfd,0xd2,0x4c,0xa0,0xad,0xec,0x9c,0x35,0xdf,0x9,0x82, + 0xa8,0x72,0x1b,0x15,0x64,0x80,0xb6,0xab,0xa4,0xbf,0xf1,0x7d,0xf5,0x3c,0x53,0x8, + 0x67,0xa7,0x37,0xad,0x58,0x36,0x5f,0x3d,0xcd,0xff,0xc7,0xd,0xb9,0x80,0x19,0x9c, + 0x1b,0x6,0x6f,0x3e,0x7d,0x13,0xe7,0xdc,0x99,0x1,0xb5,0xdf,0x3e,0x73,0xb2,0x47, + 0xd8,0xf5,0xc2,0xa6,0x93,0xb3,0x43,0xe9,0xc9,0xbe,0xa3,0x53,0x7d,0xc9,0x27,0x6, + 0xa7,0xae,0xe9,0xe6,0x7a,0xff,0x88,0x50,0xd7,0xb5,0xfa,0xe9,0xe7,0xce,0xff,0x1, + 0xe5,0x79,0x2,0x50,0x1f,0xfd,0xc5,0x9f,0x65,0xb9,0x5a,0xa6,0x67,0xdd,0xfb,0x66, + 0xf,0xb6,0xb9,0x48,0x4e,0xbc,0x7e,0xba,0xfd,0x36,0xfe,0x9f,0xba,0xaf,0xd5,0x16, + 0xe9,0x9d,0x6f,0x1e,0xe3,0x1e,0x4b,0x37,0x44,0x44,0xef,0xed,0xed,0x65,0xf9,0x38, + 0x6d,0xd5,0xe9,0x4d,0xff,0xce,0x35,0x1,0xa5,0x94,0xfe,0x93,0x3f,0xfc,0x42,0x5d, + 0x16,0xe5,0xae,0x88,0x24,0x22,0xa2,0xc4,0x37,0x5,0xb7,0x1a,0x18,0x7f,0xd2,0x16, + 0x4a,0xe5,0x4a,0xb5,0x3f,0x97,0xd1,0x5d,0x68,0x8b,0xbf,0x26,0xd3,0x1d,0xc3,0xd3, + 0x86,0x4a,0x7f,0x7e,0x6,0x19,0xd2,0x6b,0x83,0x57,0x81,0x12,0x8a,0xdd,0xe3,0xf4, + 0x8e,0xfe,0x5c,0x7c,0x1b,0xae,0x16,0x60,0x7e,0x38,0x3f,0x6c,0x8d,0xeb,0x27,0xda, + 0xc1,0x79,0x2,0x10,0x40,0xfd,0xe0,0xa5,0x1f,0xfc,0xc3,0xd6,0x6c,0xeb,0xc5,0xbd, + 0x47,0x7b,0xc5,0xf1,0xf1,0x51,0x56,0xd5,0x75,0xe2,0x9c,0xd5,0x27,0x85,0x70,0xc6, + 0x50,0x5d,0xdb,0xfb,0xc9,0x41,0xaf,0xad,0xfd,0x54,0xbb,0x7c,0xfb,0xc6,0xf8,0x3a, + 0xf1,0xba,0xfd,0xbc,0xb8,0x72,0x94,0x2,0x63,0x8c,0xcb,0xb2,0xbc,0x99,0x8c,0xc7, + 0xd5,0xf6,0xf6,0xce,0xe2,0x7,0x3f,0xfc,0xfe,0x8f,0x7b,0x6b,0x78,0xeb,0x7f,0x3f, + 0xf5,0xae,0x67,0xfa,0x97,0x3a,0x8,0x2d,0xd,0x23,0xfb,0x9,0x23,0xfd,0x7f,0x18, + 0x9,0x3d,0x53,0x7d,0xf6,0x3d,0xcf,0x9e,0xbb,0xbe,0xff,0x3,0xbe,0xc0,0x64,0x65, + 0xfe,0x4d,0xa,0x8,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65, + 0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d, + 0x32,0x38,0x54,0x32,0x31,0x3a,0x32,0x33,0x3a,0x35,0x30,0x2b,0x30,0x38,0x3a,0x30, + 0x30,0xfb,0x3e,0x44,0x35,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74, + 0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x32,0x2d,0x30,0x35, + 0x2d,0x30,0x38,0x54,0x31,0x36,0x3a,0x32,0x35,0x3a,0x31,0x34,0x2b,0x30,0x38,0x3a, + 0x30,0x30,0x16,0x13,0x7c,0x4a,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f, + 0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61, + 0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68, + 0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67, + 0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d, + 0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61, + 0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58, + 0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48, + 0x65,0x69,0x67,0x68,0x74,0x0,0x35,0x31,0x32,0x8f,0x8d,0x53,0x81,0x0,0x0,0x0, + 0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67, + 0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x35,0x31,0x32,0x1c,0x7c,0x3,0xdc, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d, + 0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e, + 0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x33,0x33,0x36,0x34,0x36, + 0x35,0x35,0x31,0x34,0x9e,0x75,0x78,0xc2,0x0,0x0,0x0,0x13,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x30,0x39,0x32, + 0x38,0x35,0x42,0xdc,0x6d,0x70,0x98,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f, + 0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e, + 0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69, + 0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e, + 0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f, + 0x31,0x30,0x36,0x36,0x32,0x2f,0x31,0x30,0x36,0x36,0x32,0x30,0x33,0x2e,0x70,0x6e, + 0x67,0x96,0x9e,0xc1,0x9a,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60, + 0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/select.png + 0x0,0x0,0x2,0x38, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xda,0x49,0x44,0x41,0x54,0x78,0xda,0x94, + 0x92,0x4b,0x4b,0x2,0x51,0x14,0xc7,0x8f,0xd3,0x58,0x2a,0x32,0x8a,0xd5,0xa6,0x10, + 0xec,0x61,0x2e,0x8a,0x72,0x2d,0x2e,0x2a,0x8a,0x56,0x65,0x50,0xeb,0x72,0xe9,0x32, + 0xc8,0x3e,0x40,0xb5,0x71,0x67,0xd8,0xa6,0x56,0x2e,0x72,0x5b,0x2d,0xd,0xaa,0xf, + 0xd0,0x3,0x86,0x72,0x91,0x6,0x66,0xab,0x52,0xc7,0x79,0x84,0xa0,0x8b,0xc6,0x4e, + 0xf7,0x8e,0x4d,0x68,0xa8,0xd8,0x81,0x3f,0xe7,0xce,0x99,0x7b,0x7e,0xf7,0x7f,0x1f, + 0x80,0x88,0xa0,0x4b,0x51,0x14,0x99,0x28,0x47,0xb4,0xa,0x5d,0x4,0xed,0x81,0x46, + 0x80,0x2c,0x2b,0xe8,0xf7,0xfb,0xf1,0xe1,0xe1,0x11,0x65,0x59,0x8e,0xfe,0x1b,0x20, + 0x49,0x12,0xd2,0xba,0xcd,0x66,0xc3,0x93,0x44,0x2,0x45,0x49,0xe2,0x45,0x51,0xf2, + 0x76,0xd,0x10,0x45,0x51,0x3,0x2c,0xaf,0xac,0xa2,0xd5,0x6a,0xc5,0x50,0x28,0x84, + 0xd9,0x6c,0x56,0x2e,0x89,0x62,0xb0,0x1d,0x80,0x69,0x2c,0x7c,0x51,0x22,0x9,0xb3, + 0xd9,0xc,0xb,0x8b,0x4b,0x90,0xbc,0xb8,0x80,0x40,0x20,0x60,0x4f,0xa5,0x52,0x71, + 0xa1,0x54,0x8a,0xb,0x42,0xc9,0xfe,0x17,0xc2,0x34,0x13,0xeb,0xb9,0x5a,0xad,0x40, + 0xad,0xa6,0xc2,0xf4,0xf4,0xc,0xf4,0xb0,0x46,0x58,0x5f,0x5b,0x83,0xe3,0xa3,0xe3, + 0x20,0xf1,0xc9,0x17,0x5,0xc1,0xdb,0x1,0x50,0x27,0x54,0x2a,0xd5,0x5f,0xd,0xc, + 0xc,0xc2,0xd8,0xb8,0x1b,0x22,0x91,0x8,0x6c,0x6e,0x6c,0xb8,0x3e,0x94,0xf,0xbe, + 0x50,0x2c,0x6e,0xe9,0x3d,0x2c,0xb4,0xb0,0x40,0x1d,0xa8,0xaa,0xa,0x2c,0xcb,0x42, + 0x26,0xfd,0x4,0x6a,0xad,0x46,0xbe,0x3f,0x21,0x99,0x4c,0xc2,0xfc,0xfc,0x1c,0xc4, + 0x62,0x87,0xd1,0x7c,0xa1,0x48,0xa7,0x1e,0x34,0x1,0x7e,0x76,0x0,0xe5,0x72,0x19, + 0x5e,0x73,0x2f,0xe0,0x1a,0x19,0x5,0xa3,0xd1,0x8,0x1e,0x8f,0x7,0xc2,0x3b,0x3b, + 0xbf,0xf3,0x38,0x8e,0x6b,0xb6,0xad,0xeb,0x3d,0x5f,0xa8,0x5f,0xa3,0xdd,0x8e,0x4e, + 0xa7,0x13,0x1d,0xe,0x7,0xba,0xdd,0x13,0xc8,0x30,0xc,0x5e,0x5d,0x5f,0x23,0xf9, + 0x3f,0xdb,0xf1,0x1a,0x75,0xc0,0xe4,0xd4,0x14,0xde,0xde,0xdd,0x23,0x47,0xde,0xc3, + 0xd0,0xf0,0x30,0x1,0xf5,0xa3,0xcf,0xe7,0xa3,0x0,0xbe,0x2b,0xc0,0xe5,0x95,0xb6, + 0x5a,0x6e,0x3b,0x1c,0x46,0x93,0xc9,0x84,0xe4,0x20,0x35,0x17,0xa7,0x67,0x67,0xa4, + 0x9e,0xf,0xb6,0x5,0xbc,0xbd,0xe7,0x71,0x77,0x6f,0x1f,0x49,0x3e,0x27,0x72,0xa5, + 0x33,0xcf,0xc8,0x71,0x36,0xb4,0x58,0x2c,0xd8,0xdb,0xdb,0xa7,0xb9,0x20,0xf5,0x5c, + 0x27,0x0,0xff,0x23,0xed,0xc1,0x90,0x1c,0xa7,0x2e,0xc,0x6,0x83,0x26,0xa,0xbb, + 0xb9,0xbd,0xa3,0x10,0x57,0x4b,0xc0,0xdf,0xd0,0x5d,0xd0,0x3,0xa5,0x20,0x3a,0x26, + 0xb5,0x68,0x5b,0x7,0xad,0x82,0x36,0xd0,0xad,0x51,0x37,0xfa,0xca,0x8d,0x80,0x6f, + 0x1,0x6,0x0,0xef,0x88,0x9e,0x2f,0xb8,0x87,0x50,0xdf,0x0,0x0,0x0,0x0,0x49, + 0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/qt.png + 0x0,0x0,0x2,0xc, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x3,0x0,0x0,0x0,0x28,0x2d,0xf,0x53, + 0x0,0x0,0x1,0x2,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x80,0xbf,0x40,0x7e,0xc3, + 0x42,0x7c,0xc1,0x44,0x7f,0xc3,0x42,0x7e,0xc2,0x41,0x7e,0xc3,0x42,0x7e,0xc2,0x42, + 0x7e,0xc2,0x43,0x7d,0xc3,0x42,0x7f,0xc2,0x41,0x7e,0xc2,0x41,0x7d,0xc0,0x43,0x7e, + 0xc2,0x42,0x7e,0xc3,0x42,0x7e,0xc2,0x42,0x7e,0xc2,0x42,0x7d,0xc2,0x42,0x7e,0xc2, + 0x42,0x86,0xc6,0x4e,0x7e,0xc2,0x42,0x7d,0xc2,0x43,0x7e,0xc2,0x41,0x80,0xbf,0x40, + 0x7e,0xc2,0x42,0x7e,0xc2,0x42,0x7e,0xc3,0x42,0x80,0xc2,0x43,0x80,0xbf,0x40,0x80, + 0xff,0x80,0x7e,0xc2,0x42,0xff,0xff,0xff,0x85,0xc5,0x4c,0x96,0xcd,0x66,0xb3,0xdb, + 0x90,0xfe,0xff,0xfe,0xc1,0xe2,0xa5,0xfa,0xfd,0xf8,0x80,0xc3,0x44,0x81,0xc3,0x46, + 0xf8,0xfc,0xf5,0xbe,0xe0,0xa0,0xdf,0xf0,0xd0,0x87,0xc6,0x4f,0xf5,0xfa,0xf1,0xf6, + 0xfb,0xf2,0xee,0xf7,0xe7,0xd1,0xe9,0xbc,0xe0,0xf0,0xd1,0x84,0xc5,0x4b,0xf9,0xfc, + 0xf6,0xc8,0xe5,0xaf,0x8a,0xc8,0x54,0x8b,0xc8,0x55,0xad,0xd8,0x86,0x95,0xcd,0x64, + 0x83,0xc4,0x49,0xa6,0xd5,0x7d,0xc0,0xe1,0xa3,0xbd,0xe0,0x9f,0xee,0xf7,0xe6,0x8a, + 0xc8,0x53,0xca,0xe6,0xb1,0xe4,0xf2,0xd8,0xa7,0xd5,0x7e,0xf3,0xf9,0xed,0x8d,0xc9, + 0x58,0xbd,0xe0,0x9e,0xf2,0xf9,0xec,0x8d,0xc9,0x57,0x82,0xc4,0x48,0xea,0xf5,0xe1, + 0xa4,0xd4,0x7a,0xe3,0xf2,0xd6,0xf4,0xfa,0xef,0xca,0xe6,0xb2,0x9f,0xd2,0x73,0xe2, + 0xf1,0xd4,0xe7,0xf4,0xdb,0xef,0xf8,0xe8,0xba,0xde,0x9a,0xfd,0xfe,0xfd,0x7f,0xc2, + 0x43,0x89,0xc7,0x52,0x80,0xc3,0x45,0xfc,0xfe,0xfb,0xf4,0xaa,0xbb,0xc4,0x0,0x0, + 0x0,0x1e,0x74,0x52,0x4e,0x53,0x0,0x4,0xd7,0x29,0xa5,0x79,0x4d,0xd1,0xb8,0xad, + 0x81,0xc3,0x3d,0xf9,0x55,0xe5,0xfd,0x70,0xf6,0xd0,0xa2,0x76,0x4b,0x1c,0xd2,0xa6, + 0x7b,0x50,0x24,0x2,0x89,0xca,0x90,0x64,0x0,0x0,0x0,0x9b,0x49,0x44,0x41,0x54, + 0x78,0x5e,0x4d,0xce,0x55,0xe,0xc3,0x30,0x14,0x44,0x51,0x97,0x99,0x99,0xde,0xb, + 0xa7,0xcc,0xcc,0xcc,0xc,0xfb,0xdf,0x4a,0xdb,0xc8,0x8e,0x72,0x3f,0x8f,0x34,0xd2, + 0x10,0x42,0xbc,0x4e,0xb3,0xcb,0xed,0xb7,0x98,0x8,0xcb,0x3,0x5a,0x3e,0x87,0xd5, + 0x66,0xd7,0x0,0xc,0x51,0x50,0x4f,0xc7,0xcb,0x19,0x40,0x50,0x18,0x8,0x78,0x97, + 0xe4,0xd7,0xfb,0xb3,0x65,0x50,0xc4,0x4e,0x3,0xf7,0x7,0xbc,0x32,0xb8,0x3d,0x9e, + 0x90,0x2f,0xf0,0x58,0x62,0x50,0xae,0x0,0x54,0x6b,0x3c,0xea,0x93,0xba,0xa8,0x40, + 0x53,0x32,0x40,0xb,0xdb,0x1c,0x76,0x7b,0xd8,0x67,0x30,0x10,0x87,0xa3,0xf1,0x4, + 0xa6,0x33,0x95,0x2,0xcc,0xe5,0xc5,0xd2,0x78,0xc,0x60,0xb5,0xde,0xfc,0x21,0xa0, + 0x3,0xb7,0xc3,0x1f,0x4,0x43,0x3a,0x40,0x38,0x12,0x8d,0xc5,0x13,0x44,0x2b,0x99, + 0x4a,0x67,0xb2,0x39,0x42,0xfb,0x2,0xd5,0x8b,0x1a,0x11,0x28,0x3d,0x85,0x79,0x0, + 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????.png + 0x0,0x0,0x4,0xff, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x7,0x74,0x49, + 0x4d,0x45,0x7,0xde,0xa,0x1a,0xb,0x1a,0xa,0xcd,0x59,0x84,0x81,0x0,0x0,0x2, + 0x79,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0x99,0xbd,0x6b,0xd4,0x60,0x1c,0xc7,0x3f, + 0x4f,0x5a,0xa5,0xf6,0x6a,0x29,0x84,0xe2,0x20,0xda,0xa1,0x95,0x53,0x9c,0x44,0x28, + 0xd8,0x2e,0xfe,0x1,0x1d,0xe,0xb5,0x83,0x2e,0x45,0x14,0xc5,0xa5,0xb5,0x38,0x38, + 0x68,0xa7,0xd2,0x41,0x4a,0xbd,0x2a,0xa5,0x1d,0x14,0xfc,0x3,0x14,0x4,0x7,0x71, + 0x11,0xd4,0x2a,0x58,0x5d,0x7c,0x19,0x14,0xd4,0x42,0xf1,0x96,0xb3,0x54,0xa,0x97, + 0x93,0x8a,0x69,0xe2,0x70,0x21,0x5c,0xd3,0xe7,0x72,0x49,0xee,0x9e,0x4,0x25,0xdf, + 0x70,0x39,0xf2,0xbc,0xe4,0xfb,0x79,0x5e,0xf2,0x3c,0x77,0xbf,0x40,0x50,0xd,0xf0, + 0x9,0xbb,0xc1,0xe3,0x3,0x7,0x3,0xfb,0x79,0x94,0x65,0xa9,0x61,0x7b,0x1b,0x8b, + 0xd3,0xde,0x1b,0xb7,0x6,0xb2,0xdf,0xcb,0x1c,0xfd,0x0,0xbc,0xe2,0xb,0x5a,0x84, + 0x6,0x58,0x1c,0x60,0x10,0xd8,0x19,0xa5,0xf5,0x3a,0xf7,0xdd,0x16,0x8c,0x0,0x22, + 0xc2,0x1,0x23,0x58,0x4e,0xfd,0x90,0x3d,0xd0,0xc1,0xd,0x4e,0x1,0x65,0xda,0x1, + 0xdb,0xf9,0x84,0x57,0x8d,0x5a,0xf5,0xba,0x73,0x7,0x13,0x9c,0x5,0xde,0x73,0x7, + 0xb,0x10,0x91,0xcc,0xa9,0x5d,0xb3,0xb5,0x4e,0xa5,0xcb,0x8c,0xa2,0x51,0x60,0x94, + 0x7d,0x91,0xc6,0xbe,0xae,0xfc,0x6f,0x7a,0x9e,0x9,0xda,0x58,0x63,0x9c,0x17,0xb4, + 0xa8,0xb0,0xf7,0x7,0xc8,0x31,0xc5,0x6e,0xc,0xae,0xf2,0x80,0x46,0x3a,0x3f,0x22, + 0xc0,0x71,0x66,0xe9,0xe6,0xf,0x93,0xdc,0x53,0x63,0xed,0xf,0x70,0x94,0x39,0x7a, + 0xb0,0x99,0xe5,0x16,0x56,0xfc,0x0,0x7d,0xcc,0x73,0x18,0xb8,0xcb,0x24,0xbf,0x55, + 0xda,0xcb,0x1,0xf6,0x90,0xa7,0x1f,0x78,0xc8,0x35,0x4a,0x6a,0xed,0x65,0x0,0x5d, + 0xdc,0x64,0x8,0x78,0xc6,0x38,0xab,0xaa,0xed,0xb7,0x3,0xb4,0x33,0xc5,0x19,0xe0, + 0x2d,0x97,0x58,0xd9,0x92,0xa3,0x68,0x26,0x78,0x17,0xa2,0xb,0x5c,0x4,0x8a,0x4c, + 0x53,0x62,0x7f,0x55,0xba,0x49,0x77,0x1c,0x0,0x82,0x23,0xb4,0x0,0x9d,0x4c,0x7b, + 0x9e,0x7b,0x9b,0xe,0x44,0xc4,0x5d,0x20,0x54,0xf,0x54,0xb4,0x8b,0x1e,0x69,0xfa, + 0x26,0xeb,0x71,0x0,0x94,0x79,0x82,0x21,0x5d,0xf9,0x3e,0xf2,0x3c,0xe,0x80,0x35, + 0xae,0xb0,0x22,0x5,0x88,0x6d,0x8,0xa2,0xef,0xfa,0xa1,0xa5,0x64,0x8b,0x4d,0x1, + 0x52,0x80,0x14,0x20,0x5,0x48,0x1,0x52,0x80,0x14,0x20,0x5,0xf8,0xa7,0x0,0x82, + 0x5,0xa9,0x9a,0x21,0x1b,0x81,0xe4,0x87,0x5e,0x7c,0x0,0xcb,0xac,0x62,0xf3,0x2d, + 0x39,0x80,0xd7,0x9c,0xc0,0x66,0x29,0x39,0x0,0x93,0x97,0xb2,0xe4,0xc4,0x27,0x61, + 0xa,0xa0,0x1a,0x40,0x67,0x88,0xbe,0x24,0x1,0xc6,0x78,0xc4,0x2,0x5d,0x49,0x1, + 0x68,0xf4,0x22,0xc8,0xd2,0x99,0x5c,0xf,0xd4,0xfd,0x9b,0xfb,0xdf,0x4f,0xc2,0xba, + 0x52,0xb3,0x12,0x6a,0xee,0xb7,0x70,0xaf,0x2b,0x69,0xdb,0x62,0x6d,0xcd,0x7,0xd0, + 0x19,0xa3,0xd7,0x19,0x77,0xc1,0x0,0xa0,0x93,0x77,0x42,0x3e,0x2,0x83,0x5,0xde, + 0xa9,0x5,0x38,0xc6,0x75,0x4f,0x78,0x27,0x43,0xae,0xea,0xea,0x97,0x6a,0x80,0xcf, + 0x3c,0x25,0xeb,0xce,0x7c,0x9d,0xc,0x26,0x45,0x4c,0x7,0xca,0x60,0x71,0x6b,0xf1, + 0xe6,0x3,0x7c,0x65,0xd8,0x7d,0xee,0x35,0xf2,0xe4,0x28,0x32,0x4c,0xc1,0x19,0x82, + 0xd,0x7e,0xa8,0x6,0x80,0xf5,0xaa,0x68,0xa2,0x1,0x98,0x14,0xf8,0x5e,0xab,0xb0, + 0xea,0x95,0xb0,0xd2,0x6e,0xe1,0x57,0x24,0x61,0xc9,0x87,0x40,0x10,0xee,0x1d,0x51, + 0xed,0xc5,0x56,0x54,0x9d,0x3,0x3,0xe8,0xcc,0x60,0x84,0xb0,0xd7,0x58,0xe6,0x36, + 0x3f,0x25,0x39,0x16,0x6,0x60,0xb0,0x11,0x14,0xc0,0xc6,0x2,0x32,0x9c,0xc,0x61, + 0xf,0xb0,0xc9,0x1b,0x1e,0x4b,0x73,0xe6,0x29,0xb3,0xe8,0x9d,0xf9,0x7e,0x3a,0x47, + 0x29,0xd2,0x6b,0xf9,0x43,0x21,0x91,0x5d,0xfd,0x5,0xa5,0x84,0xe0,0xc9,0x1b,0xc0, + 0x45,0xb4,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63, + 0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38, + 0x54,0x32,0x32,0x3a,0x30,0x35,0x3a,0x30,0x37,0x2b,0x30,0x38,0x3a,0x30,0x30,0x9e, + 0xc1,0xd1,0x97,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x34,0x2d,0x31,0x30,0x2d,0x32, + 0x36,0x54,0x31,0x31,0x3a,0x32,0x36,0x3a,0x31,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0xa9,0xba,0x6f,0x12,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f, + 0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72, + 0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63, + 0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd, + 0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65, + 0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69, + 0x67,0x68,0x74,0x0,0x35,0x31,0x32,0x8f,0x8d,0x53,0x81,0x0,0x0,0x0,0x17,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a, + 0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x35,0x31,0x32,0x1c,0x7c,0x3,0xdc,0x0,0x0, + 0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d, + 0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f, + 0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x34,0x31,0x34,0x32,0x39,0x33,0x39, + 0x37,0x30,0x6,0xe1,0xb2,0xb4,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x32,0x30,0x30,0x34,0x42, + 0xd2,0x8f,0x44,0x5d,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68, + 0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73, + 0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e, + 0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73, + 0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x37, + 0x37,0x30,0x2f,0x31,0x31,0x37,0x37,0x30,0x31,0x38,0x2e,0x70,0x6e,0x67,0x63,0x5e, + 0x53,0xa0,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/unselectAll.png + 0x0,0x0,0x0,0xfa, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x0,0x9c,0x49,0x44,0x41,0x54,0x78,0xda,0xd4, + 0x93,0x4d,0xe,0x2,0x31,0x8,0x85,0x1f,0x3a,0xe7,0x51,0x33,0xd1,0x3b,0xa9,0x27, + 0x32,0x73,0x21,0xa3,0x2b,0xcf,0x23,0x7f,0x42,0x9d,0x49,0xd4,0x1d,0xe3,0xc2,0xf8, + 0x25,0x14,0x16,0xe5,0x15,0x5a,0x4a,0xee,0x8e,0xfd,0xe1,0xe8,0xa6,0x6,0x53,0x85, + 0xaa,0x40,0x44,0xc3,0x18,0xc2,0x93,0xf,0x13,0x69,0x31,0xb3,0x8c,0x7b,0x4,0xe7, + 0xeb,0x85,0x3a,0x4,0x99,0x3c,0xc,0x27,0x54,0xd8,0xf5,0xdb,0xe6,0x17,0xb9,0xa4, + 0x62,0x15,0x1b,0x73,0x9a,0x80,0x70,0x5d,0x40,0x4d,0x5f,0x4,0xa2,0xb7,0x2a,0x6e, + 0xfe,0x5d,0x5,0x13,0x4d,0x80,0x99,0x7f,0x2c,0x30,0xe7,0xe,0xde,0x2b,0xb8,0xff, + 0x7d,0xb,0x2a,0xf3,0x9f,0xb1,0x7b,0x8e,0xb2,0xa2,0x5f,0xad,0x61,0x66,0xc8,0xcf, + 0x55,0x81,0x32,0x81,0x88,0x36,0x11,0x2f,0xab,0xd3,0x1c,0xb9,0x37,0xaa,0x9e,0xf8, + 0xc9,0x43,0x80,0x1,0x0,0xc6,0xa,0x71,0x4e,0xdb,0xae,0x32,0xd2,0x0,0x0,0x0, + 0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-sizeall.png + 0x0,0x0,0x0,0xae, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x0,0x0,0x0,0xff,0xff, + 0xff,0x7e,0xef,0x8f,0x4f,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x53,0x49,0x44,0x41,0x54,0x8,0x5b,0x63,0x60,0xc0,0x0, + 0x5c,0xb,0x20,0xb4,0x66,0x6,0x84,0x5e,0x1a,0x5,0xa6,0x98,0xa6,0x86,0x35,0x80, + 0xe9,0xd0,0x50,0x30,0xad,0xc1,0xe8,0xa0,0x1,0xa2,0x97,0x30,0x3a,0x48,0x81,0x84, + 0xa7,0x30,0x3a,0x88,0x1,0x25,0xb8,0x42,0x18,0x1d,0x44,0x81,0x26,0x70,0x86,0x2, + 0x41,0x2,0x82,0x86,0x89,0xc3,0xd4,0xc1,0xf4,0xc1,0xcd,0x81,0x99,0xb,0xb3,0x7, + 0x66,0x2f,0xdc,0x1d,0x30,0x77,0x61,0x5,0x0,0xdb,0x74,0x15,0xc3,0xaa,0xe7,0x4e, + 0x58,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/fullExtent.png + 0x0,0x0,0x3,0x8d, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x3,0x2f,0x49,0x44,0x41,0x54,0x78,0xda,0x64, + 0x53,0x4b,0x6c,0x1b,0x55,0x14,0x3d,0xf3,0x1f,0xdb,0xe3,0xc8,0x8e,0xe3,0xc4,0x75, + 0x2c,0xea,0x26,0xc5,0x6d,0xa3,0x8,0x14,0xc2,0x2,0xa4,0x22,0xa,0xb,0xb2,0x8b, + 0x44,0xc5,0x9a,0x45,0x17,0x20,0x16,0x95,0x58,0x74,0x51,0x4,0xaa,0xc2,0xaa,0x2c, + 0xd8,0x21,0x58,0x12,0x76,0xa8,0x48,0xb0,0x60,0x11,0x1,0x2,0x29,0xb0,0xa9,0x10, + 0x72,0xa4,0x14,0xa,0x56,0xab,0x94,0x28,0x69,0xc6,0x9f,0x99,0xf1,0xfc,0xc7,0x9e, + 0x37,0x33,0x9e,0x3e,0x9b,0xa4,0x6a,0xc5,0x95,0x8e,0x9e,0xde,0xd5,0xbd,0xe7,0x1e, + 0xdd,0xf3,0x1e,0xb3,0xb1,0xb1,0x81,0x31,0x4e,0xa2,0x71,0x31,0x8b,0xae,0xbc,0x36, + 0x5f,0xca,0x25,0x57,0x22,0xbe,0xba,0x74,0x61,0xf6,0x76,0x45,0xd3,0x49,0xa7,0x65, + 0xbf,0xf9,0xf7,0xc0,0xd7,0xbe,0xc4,0xd0,0x3b,0x42,0xf3,0xeb,0xc7,0xf5,0xc,0x9e, + 0x88,0x85,0xd7,0xe6,0xc5,0xd3,0xf3,0xc9,0xc7,0x8d,0x46,0xed,0xfa,0xd4,0xf4,0x7b, + 0xc8,0x32,0xbf,0x41,0xcc,0xce,0x43,0xb5,0x1b,0xe8,0x38,0xe7,0x70,0xb0,0xf7,0xd, + 0x4c,0x75,0xeb,0x13,0xe2,0xa9,0x37,0xe,0x6e,0xbb,0xd1,0x53,0x4,0x67,0x2e,0xd5, + 0xc4,0x72,0xd1,0x6d,0x36,0x96,0xce,0x2f,0x3f,0x7b,0xf6,0x5d,0x9c,0x3e,0xb3,0x8e, + 0x64,0xc4,0x62,0x40,0xcb,0x4c,0x3f,0x46,0xbb,0xdd,0x44,0x9e,0xfd,0x2,0x46,0x57, + 0xc5,0xee,0xae,0xfa,0x67,0x5b,0xd,0x56,0x1f,0xfe,0x6e,0x47,0xdc,0xa4,0xfb,0xe2, + 0x3b,0xa8,0xe4,0x7,0x9f,0x9e,0x5d,0xfd,0x6c,0xbd,0xb6,0x78,0x15,0x73,0x73,0xcf, + 0xa1,0x5a,0x92,0x91,0xcf,0x8,0x10,0x5,0xe,0x3,0xe7,0x17,0x58,0xbd,0xef,0xd0, + 0xd3,0x7a,0x90,0xe4,0x10,0xd3,0x5,0x69,0xae,0xd7,0xb,0x14,0xa1,0x28,0xfe,0xf8, + 0x1f,0x41,0x6d,0xe5,0x99,0xa5,0x17,0xae,0xde,0x5a,0xa8,0x9f,0x43,0x6d,0x56,0xc1, + 0x5c,0x51,0x42,0x56,0xe6,0x90,0x95,0x58,0xf0,0x1c,0x3,0x4e,0x5c,0x44,0x4c,0xbe, + 0xc2,0xa5,0xd7,0xeb,0x10,0x25,0x6,0x83,0x20,0xa4,0x77,0xf2,0x72,0xa7,0x1b,0x6e, + 0xf2,0xe3,0xfe,0x6c,0xa6,0x70,0xb9,0x54,0x9c,0x41,0x3e,0x27,0x63,0x2a,0x2b,0xa0, + 0xa8,0x70,0x38,0x55,0xe0,0x20,0x8b,0xc,0x2c,0x7f,0x84,0x56,0xeb,0x7d,0xe8,0x6, + 0x87,0xad,0x9f,0xeb,0xe0,0x60,0x42,0x64,0x81,0x9c,0xc2,0x43,0x92,0x98,0xcb,0xec, + 0x98,0xa0,0x9a,0x3b,0x5c,0x13,0x44,0x19,0x2,0xcf,0x53,0x30,0x10,0xe9,0xd4,0xc, + 0xad,0x52,0xa8,0x2,0xe,0x3e,0x48,0xa8,0x61,0xa6,0x5c,0x42,0x46,0x72,0x60,0xe0, + 0x43,0xec,0xec,0xbf,0x5,0xd3,0x25,0xe0,0x78,0x7e,0x6d,0xa2,0x40,0x8,0xb7,0xcb, + 0x51,0xe4,0x81,0x24,0x33,0x88,0x92,0x14,0xc3,0x68,0x44,0x27,0x27,0xe8,0xdb,0x5d, + 0x1c,0xb4,0x3f,0xc7,0x4b,0xaf,0x5c,0xa0,0xb,0xd,0x71,0xf8,0x50,0xc5,0x1f,0xcd, + 0x6b,0x50,0x4a,0x3a,0x5a,0xc6,0x8,0x1c,0x97,0x94,0xc7,0xa,0x44,0x45,0x4e,0xd, + 0x57,0xbb,0x35,0xd9,0x76,0xd7,0x4a,0xd0,0x36,0x93,0xc9,0xb9,0xaf,0xfe,0x84,0xfa, + 0x62,0x9e,0x5a,0xc5,0x21,0x1c,0x26,0x48,0xa9,0x2b,0xd5,0x59,0x89,0x4a,0xe7,0x91, + 0xa6,0x2c,0xfc,0x40,0x30,0xc6,0xa,0x88,0x69,0x90,0xed,0x5c,0x65,0xf7,0x8d,0xbe, + 0x13,0x41,0xe0,0x78,0xaa,0x24,0x85,0xee,0x26,0x60,0xc9,0xf,0x28,0x54,0xa6,0x11, + 0x85,0xc,0x4c,0xcb,0x85,0xae,0x59,0xd0,0x75,0x13,0x56,0xdf,0x45,0x4a,0x6,0x70, + 0xac,0xdc,0xf6,0xc4,0x85,0x88,0x8c,0xa4,0x5a,0xdd,0x7f,0x7b,0x10,0x45,0x88,0xa5, + 0x17,0x41,0x62,0x20,0x8,0x47,0x50,0xdb,0x26,0x32,0xfc,0xe,0xc,0xd3,0x84,0xa6, + 0x19,0xe8,0xf5,0x4c,0xa,0xb,0xbd,0x8e,0x4d,0xe1,0x43,0xdf,0xb,0x6f,0x4e,0x8, + 0x88,0x97,0xc4,0x8c,0xc2,0x16,0xca,0x53,0xad,0x95,0xfe,0x70,0x19,0x43,0x94,0xe1, + 0xd3,0xa9,0x21,0x96,0x71,0xe7,0x9f,0x18,0x77,0xff,0x7d,0x1e,0xf7,0xf6,0x8,0xd2, + 0xe1,0x5d,0x18,0x9a,0x7,0xad,0xed,0x41,0x3d,0xca,0x6e,0x6,0x87,0xf6,0xb7,0xdc, + 0xf1,0x43,0xf4,0x9d,0x6e,0x7c,0xe4,0x8a,0xe7,0x5f,0x4d,0xd8,0xd5,0x12,0x19,0x86, + 0xd4,0xeb,0x0,0x9e,0xe7,0xd2,0x85,0x56,0xe0,0xfb,0xa,0x1c,0x57,0xc6,0xd0,0xda, + 0x82,0xad,0xb9,0xd0,0x2c,0xfe,0x9e,0xf1,0x97,0xf3,0x1,0x46,0xe9,0xfd,0x13,0x82, + 0x34,0x4d,0xd2,0xd0,0x57,0xb5,0x5f,0xdd,0x28,0xe0,0xe2,0x84,0x5d,0x9,0x7d,0xf, + 0x81,0x63,0xc0,0xb3,0xba,0x70,0xfb,0x1d,0x84,0xce,0xe,0x12,0xbb,0x9,0x43,0x17, + 0x36,0xf5,0x3b,0xde,0x47,0x69,0x9c,0xde,0xa7,0x7d,0x83,0xa7,0x3e,0x13,0x8d,0x2, + 0x45,0x1d,0xca,0xec,0x29,0xb6,0xd4,0x58,0xe7,0xa4,0xc2,0x2,0xc3,0x8,0xa5,0x11, + 0xf1,0xd,0x9e,0x79,0xf0,0x60,0x64,0x1f,0x7e,0x4f,0x8c,0xb0,0x4d,0x6b,0xf6,0x29, + 0xac,0xff,0xfd,0xc6,0xe3,0x18,0xab,0xaa,0x1e,0x93,0x89,0x4f,0xe4,0xc9,0x71,0x93, + 0x4a,0x91,0x9c,0x24,0x1f,0x9,0x30,0x0,0x17,0x51,0x8a,0xf,0x99,0xed,0xf6,0xb, + 0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/roundrect.png + 0x0,0x0,0x3,0x13, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x18,0x0,0x0,0x0,0x18,0x8,0x3,0x0,0x0,0x0,0xd7,0xa9,0xcd,0xca, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x39, + 0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x31,0x4e,0x6c, + 0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x31, + 0x4e,0x6c,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x31,0x4e,0x6c,0x5a,0x71, + 0x8a,0x47,0x61,0x7c,0x43,0x5e,0x7a,0x49,0x65,0x82,0xff,0xff,0xff,0x48,0xfc,0x9a, + 0x6b,0x0,0x0,0x0,0xd,0x74,0x52,0x4e,0x53,0x0,0x5e,0xa8,0xc1,0x4d,0x5b,0x1d, + 0x2a,0x68,0x73,0x6f,0xf,0x64,0x3d,0x6a,0x19,0x3b,0x0,0x0,0x0,0x1,0x62,0x4b, + 0x47,0x44,0x12,0x7b,0xbc,0x6c,0x0,0x0,0x0,0x0,0x42,0x49,0x44,0x41,0x54,0x28, + 0xcf,0x63,0x60,0x18,0x58,0xc0,0xc8,0xc4,0x8b,0x2,0x98,0x59,0x20,0xe2,0xac,0x7c, + 0x6c,0xa8,0xa,0xd9,0xf9,0x39,0xc0,0x34,0x33,0x3b,0xba,0x11,0xec,0xcc,0x60,0x8a, + 0x17,0xd3,0x70,0xde,0xa1,0x28,0x81,0xd3,0x83,0x9c,0x2,0x68,0x32,0xec,0x82,0x5c, + 0x60,0x9a,0x9b,0x13,0x3d,0x10,0x79,0x88,0xb,0x7c,0x1a,0x2,0x0,0x80,0x7d,0x3, + 0xd,0xf0,0xab,0x25,0x35,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74, + 0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x33,0x2d,0x30,0x34, + 0x2d,0x30,0x33,0x54,0x31,0x37,0x3a,0x31,0x38,0x3a,0x30,0x37,0x2b,0x30,0x38,0x3a, + 0x30,0x30,0xb1,0x97,0x25,0xe4,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61, + 0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x30,0x2d,0x30, + 0x34,0x2d,0x32,0x36,0x54,0x30,0x30,0x3a,0x30,0x30,0x3a,0x30,0x30,0x2b,0x30,0x38, + 0x3a,0x30,0x30,0xa0,0x55,0x3b,0x5d,0x0,0x0,0x0,0x4d,0x74,0x45,0x58,0x74,0x73, + 0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67, + 0x69,0x63,0x6b,0x20,0x36,0x2e,0x38,0x2e,0x38,0x2d,0x37,0x20,0x51,0x31,0x36,0x20, + 0x78,0x38,0x36,0x5f,0x36,0x34,0x20,0x32,0x30,0x31,0x34,0x2d,0x30,0x32,0x2d,0x32, + 0x38,0x20,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x69,0x6d,0x61, + 0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2e,0x6f,0x72,0x67,0x59,0xa4,0x5f,0x7f, + 0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44, + 0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31, + 0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74, + 0x0,0x32,0x34,0xd8,0x8c,0x6c,0x80,0x0,0x0,0x0,0x16,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64, + 0x74,0x68,0x0,0x32,0x34,0x20,0x23,0xac,0xd,0x0,0x0,0x0,0x19,0x74,0x45,0x58, + 0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65, + 0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0, + 0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69, + 0x6d,0x65,0x0,0x31,0x32,0x37,0x32,0x32,0x31,0x31,0x32,0x30,0x30,0x9,0x29,0xd, + 0xef,0x0,0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x53,0x69,0x7a,0x65,0x0,0x32,0x36,0x33,0x42,0x42,0xe3,0x40,0x4c,0xe1,0x0,0x0, + 0x0,0x5c,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49, + 0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x66,0x74, + 0x70,0x2f,0x31,0x35,0x32,0x30,0x2f,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e, + 0x63,0x6e,0x2f,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x63, + 0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e, + 0x63,0x6e,0x2f,0x70,0x6e,0x67,0x2f,0x32,0x38,0x2f,0x32,0x38,0x32,0x34,0x2e,0x70, + 0x6e,0x67,0xda,0xc6,0xd,0x3b,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42, + 0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-sizeb.png + 0x0,0x0,0x0,0xa1, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x0,0x0,0x0,0xff,0xff, + 0xff,0x7e,0xef,0x8f,0x4f,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x46,0x49,0x44,0x41,0x54,0x8,0x99,0x63,0x60,0x20,0xc, + 0x56,0xad,0x6a,0x0,0xd3,0x53,0x43,0x21,0xb4,0x2a,0x94,0xe6,0x84,0xd2,0x8c,0x50, + 0x9a,0x15,0x4a,0x8b,0xaa,0x42,0xe8,0x10,0x4e,0x10,0xbd,0x80,0x31,0x80,0x9,0x44, + 0xcf,0x60,0x75,0x0,0x8b,0x4e,0x13,0x85,0x98,0x3a,0x35,0x4,0x4a,0x7,0x40,0xe9, + 0x8,0x28,0x1d,0xc6,0x80,0x62,0x1b,0xcc,0x76,0xfc,0x0,0x0,0x20,0x6c,0x12,0x3d, + 0x8,0xc,0xcf,0x6a,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cut.png + 0x0,0x0,0x2,0x88, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x2a,0x49,0x44,0x41,0x54,0x78,0xda,0x62, + 0xf8,0xff,0xff,0x3f,0x3,0x2e,0x10,0x11,0x19,0xfd,0xbf,0xaf,0x7f,0xc2,0xfb,0xe0, + 0x90,0x30,0x3,0x6c,0xf2,0x20,0xbd,0x4c,0xc,0x78,0xc0,0xbf,0x7f,0xff,0x18,0xd2, + 0x52,0x53,0x4,0xfe,0xfc,0xf9,0xbd,0x1f,0x97,0x1a,0xb0,0x1,0x3e,0x3e,0xbe,0x6, + 0x5e,0x5e,0x3e,0x5,0xe8,0x92,0x7f,0xff,0xfe,0x65,0xe0,0xe6,0xe6,0x66,0xf8,0xfd, + 0xeb,0xb7,0x0,0x2e,0x3,0x58,0x40,0x84,0xa1,0xa1,0x61,0xbd,0x8c,0x8c,0x4c,0xc0, + 0xdf,0xbf,0x7f,0xe2,0x81,0xb6,0x3a,0xee,0xde,0xbd,0xeb,0x3,0x48,0x1c,0x68,0x33, + 0x58,0xd1,0xef,0x5f,0xbf,0x18,0xf0,0xba,0xe0,0xcd,0x9b,0xb7,0x2,0xc9,0xc9,0x49, + 0xc,0x75,0x75,0x75,0x6,0x40,0x1b,0xef,0x3b,0x39,0x3a,0x39,0x40,0x34,0xfe,0x6, + 0xfb,0xf3,0xe7,0xcf,0x1f,0xf8,0xd,0x78,0xfc,0xf8,0xf1,0x85,0xbe,0xbe,0x7e,0x6, + 0x2d,0x2d,0x4d,0x86,0xee,0xee,0x2e,0x1,0x65,0x65,0xe5,0xfd,0xf6,0x76,0xf6,0xd, + 0x20,0x9b,0x7f,0xff,0xf9,0xc3,0xf0,0xe3,0x7,0x6e,0x3,0x18,0x60,0xb1,0xe0,0xe9, + 0xe9,0x3d,0x3f,0x3d,0x3d,0xe3,0xff,0xc3,0x87,0xf,0xff,0x7f,0xfc,0xf8,0xf1,0x7f, + 0x5b,0x5b,0xdb,0x7f,0x1b,0x1b,0xdb,0xff,0x2f,0x5f,0xbe,0xfa,0xaf,0xa7,0xab,0xfb, + 0x1f,0xa7,0x5e,0xe4,0x68,0x74,0x77,0xf3,0x48,0xf0,0xf7,0xb,0xf8,0xbf,0x77,0xef, + 0xde,0xff,0x7f,0xfe,0xfc,0xf9,0xbf,0x75,0xeb,0xd6,0xff,0x31,0xd1,0x31,0xff,0xb5, + 0x34,0x34,0x88,0x33,0x0,0x4,0x9c,0x9d,0x5c,0xc,0x1c,0x1d,0x9c,0xee,0xcf,0x9c, + 0x39,0xf3,0xff,0xcf,0x9f,0x3f,0xff,0xdf,0xbc,0x79,0xf3,0xbf,0xb7,0x97,0x37,0xc8, + 0x10,0x7,0x6c,0x6,0x30,0x82,0x9,0x46,0x46,0x14,0x9,0x7,0x7b,0x47,0x81,0x7f, + 0xff,0xfe,0xce,0xd7,0xd6,0xd1,0xe,0x48,0x48,0x4c,0x62,0xf8,0xf5,0xfb,0x37,0xc3, + 0xbc,0x6d,0x27,0x2e,0xac,0xb8,0xf0,0x4a,0xe0,0xfb,0xd7,0xcf,0xa,0x5c,0xcc,0xff, + 0xf,0x7c,0xbb,0x79,0x34,0xf1,0xff,0xe3,0xb,0xf,0xb0,0x26,0xa4,0x3,0x7,0xf7, + 0x7f,0x38,0x74,0xf8,0x50,0xe0,0x95,0xcb,0x57,0x2e,0xcf,0x99,0x3d,0x9b,0x61,0xd7, + 0x8e,0x9d,0xdf,0xbe,0xc8,0x9a,0x1b,0x7c,0xff,0xf1,0xf3,0x14,0xc3,0xcb,0x5b,0x5a, + 0xcc,0x46,0x81,0xc,0x5c,0x92,0x2a,0xfd,0xf0,0x74,0x80,0xd,0x70,0x68,0x3b,0x17, + 0xbc,0x36,0x8,0xd7,0x15,0x16,0xe7,0x61,0x58,0x3f,0x21,0xd7,0xfd,0x8b,0xc4,0xd1, + 0x74,0xe,0x83,0x0,0x9b,0x1f,0xa,0xa6,0xdf,0x19,0x59,0x39,0xaf,0xb3,0x70,0xb, + 0x48,0xe2,0x36,0x40,0x4a,0xd7,0xe0,0xa7,0x94,0x61,0xd3,0x8d,0x53,0x7,0xab,0xee, + 0xc8,0xea,0x55,0xfe,0x61,0x97,0x12,0x61,0xb8,0xba,0x27,0x97,0x85,0x4b,0x68,0xf, + 0x93,0xb0,0xe2,0xfd,0xef,0xb7,0xf6,0x7d,0xfe,0x7d,0xf3,0x90,0x37,0x4a,0x34,0xa2, + 0x19,0xd0,0xc0,0x98,0xb2,0x62,0x25,0x88,0xc9,0x98,0xb5,0xe9,0x10,0x88,0xf,0x95, + 0x1,0x25,0x69,0x29,0x20,0x16,0xc3,0x9f,0x99,0xfe,0xfd,0x7d,0xc6,0xc1,0xf4,0xcf, + 0x4d,0xa2,0xf3,0x5a,0x3,0xc7,0xf7,0x37,0xba,0x20,0x3e,0x54,0x6,0x94,0xc4,0x41, + 0xec,0x57,0x30,0xa5,0x58,0x63,0x1,0x8,0xd8,0x18,0x44,0x55,0x8a,0x19,0xf8,0xa5, + 0x14,0x18,0x3e,0x3e,0x7b,0xc0,0xf0,0xfa,0x4e,0x2f,0x50,0xec,0x17,0xb6,0x68,0x4, + 0x8,0x30,0x0,0x94,0x93,0xe,0xa4,0xbe,0x7a,0xcb,0x8b,0x0,0x0,0x0,0x0,0x49, + 0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/goback.png + 0x0,0x0,0x25,0x15, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x3,0x84,0x0,0x0,0x3,0x84,0x8,0x6,0x0,0x0,0x0,0xf9,0x4e,0xff,0x3b, + 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88, + 0x0,0x0,0x20,0x0,0x49,0x44,0x41,0x54,0x78,0x9c,0xed,0xdd,0x5f,0x8c,0x9d,0x77, + 0x99,0xd8,0xf1,0xe7,0x37,0x9e,0x19,0xff,0x99,0x49,0x16,0x36,0x1,0x2a,0x68,0x68, + 0xa1,0x85,0xad,0x42,0x49,0xca,0x6,0x75,0x23,0x35,0xce,0xa,0x1c,0xd1,0x90,0x80, + 0xb3,0x59,0x12,0x2c,0xd5,0xac,0xa5,0x26,0x37,0xa1,0x17,0x69,0x2a,0x5,0x65,0xb, + 0x52,0x4a,0x23,0x41,0x37,0x52,0xa4,0xba,0xb9,0x20,0xb9,0x71,0x2a,0x65,0x71,0x2b, + 0x43,0x20,0x8a,0x21,0x21,0xa0,0x98,0x2c,0x24,0x2b,0x65,0x2b,0xb2,0x15,0xec,0x2a, + 0xa2,0xd0,0x42,0xb,0x5,0x15,0x16,0xa,0x8d,0x67,0xec,0xf1,0x8c,0xc7,0xbf,0x5e, + 0xe4,0x38,0x1c,0x9f,0x79,0xcf,0x7b,0xce,0xcc,0x9c,0x3f,0xef,0x9f,0xcf,0x47,0xe2, + 0x66,0x9e,0x3c,0xf8,0xb9,0x61,0xf2,0x7e,0x79,0xcf,0x78,0x22,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7a,0xe5,0x9c,0x2f,0xce,0x39,0xdf,0x3d,0xed,0x3b,0x0, + 0x60,0x54,0x66,0xa7,0x7d,0x0,0x0,0xd4,0x41,0xce,0xf9,0xa2,0x88,0xf8,0x46,0x44, + 0x7c,0x6f,0xda,0xb7,0x0,0xc0,0xa8,0xcc,0x4c,0xfb,0x0,0x0,0xa8,0xba,0x4e,0xc, + 0x7e,0x33,0x22,0xfe,0xd1,0xb4,0x6f,0x1,0x80,0x51,0x12,0x84,0x0,0x50,0x42,0xc, + 0x2,0xd0,0x64,0x82,0x10,0x0,0xfa,0x10,0x83,0x0,0x34,0x9d,0x20,0x4,0x80,0x2, + 0x62,0x10,0x80,0x36,0x10,0x84,0x0,0xd0,0x23,0xe7,0xfc,0x9a,0x10,0x83,0x0,0xb4, + 0x80,0xbf,0x65,0x14,0x0,0xba,0x74,0x62,0xf0,0xf9,0x88,0x78,0xc7,0xb4,0x6f,0x1, + 0x80,0x71,0xf3,0x86,0x10,0x0,0x3a,0x72,0xce,0xbf,0x1d,0x11,0x7f,0x16,0xe5,0x31, + 0x98,0x27,0x73,0xd,0x0,0x8c,0x9f,0x37,0x84,0x0,0x10,0x11,0x39,0xe7,0xd7,0xc6, + 0x2b,0x31,0xf8,0xce,0x1,0xff,0x68,0x1a,0xff,0x35,0x0,0x30,0x19,0xde,0x10,0x2, + 0xd0,0x7a,0x39,0xe7,0x8b,0xe3,0x95,0x5f,0x3a,0x3f,0x28,0x6,0x1,0xa0,0x51,0x4, + 0x21,0x0,0xad,0xd6,0x89,0xc1,0x67,0x43,0xc,0x2,0xd0,0x42,0x82,0x10,0x80,0xd6, + 0xea,0x8a,0xc1,0xdf,0xed,0x9d,0x2d,0x2d,0x2d,0xc5,0x67,0x3e,0xf3,0x99,0xc9,0x1f, + 0x5,0x0,0x13,0xe4,0x67,0x8,0x1,0x68,0xa5,0x41,0x31,0x78,0xf3,0xcd,0x37,0xc7, + 0x65,0x97,0x5d,0x36,0xf9,0xc3,0x0,0x60,0x82,0xbc,0x21,0x4,0xa0,0x75,0x86,0x89, + 0xc1,0x17,0x5f,0x7c,0x71,0xf2,0x87,0x1,0xc0,0x84,0x9,0x42,0x0,0x5a,0x25,0xe7, + 0xfc,0x5b,0x11,0xf1,0x4c,0x6c,0x3d,0x6,0xfd,0xda,0x9,0x0,0x1a,0xc3,0x47,0x46, + 0x1,0x68,0x8d,0x9c,0xf3,0x42,0x44,0x7c,0x3d,0xb6,0xf7,0x66,0xd0,0xaf,0x9d,0x0, + 0xa0,0x31,0xbc,0x21,0x4,0xa0,0x15,0x3a,0x31,0x78,0x22,0xa,0x62,0xf0,0xd4,0xa9, + 0x53,0x3e,0x26,0xa,0x40,0x2b,0x9,0x42,0x0,0x1a,0xaf,0x2b,0x6,0x7f,0xaf,0x77, + 0x76,0xea,0xd4,0xa9,0xb8,0xe5,0x96,0x5b,0xc4,0x20,0x0,0xad,0x24,0x8,0x1,0x68, + 0xb4,0x61,0x62,0xf0,0x85,0x17,0x5e,0x98,0xfc,0x61,0x0,0x50,0x1,0x82,0x10,0x80, + 0xc6,0x12,0x83,0x0,0x50,0x4e,0x10,0x2,0xd0,0x48,0x62,0x10,0x0,0x6,0x13,0x84, + 0x0,0x34,0x4e,0xce,0x79,0x77,0x88,0x41,0x0,0x18,0x48,0x10,0x2,0xd0,0x28,0x9d, + 0x18,0xfc,0x5a,0x14,0xc4,0xe0,0xca,0xca,0x8a,0x18,0x4,0x80,0x2e,0x82,0x10,0x80, + 0xc6,0xc8,0x39,0xef,0x89,0x88,0xaf,0x46,0xc4,0x35,0xbd,0xb3,0x95,0x95,0x95,0x38, + 0x70,0xe0,0x40,0xdf,0x18,0x5c,0x5d,0x5d,0x5d,0x1d,0xf6,0x8f,0xd9,0xfa,0x85,0x0, + 0x50,0x2d,0x82,0x10,0x80,0x46,0xe8,0xbc,0x19,0xfc,0x6a,0x44,0xec,0xed,0x9d,0x9d, + 0x8f,0xc1,0xe7,0x9e,0x7b,0xae,0x70,0x77,0x69,0x69,0x69,0x69,0x6d,0x6d,0x6d,0x6d, + 0xc8,0x3f,0xca,0x2f,0xa6,0x7,0xa0,0x31,0x4,0x21,0x0,0xb5,0xd7,0xf5,0x31,0xd1, + 0xbe,0x6f,0x6,0x47,0x14,0x83,0x0,0xd0,0x28,0x82,0x10,0x80,0x5a,0x13,0x83,0x0, + 0xb0,0x75,0x82,0x10,0x80,0xda,0xca,0x39,0xef,0xc,0x31,0x8,0x0,0x5b,0x26,0x8, + 0x1,0xa8,0xa5,0x4e,0xc,0x3e,0x15,0x5,0x31,0xb8,0xba,0xba,0x2a,0x6,0x1,0x60, + 0x8,0x82,0x10,0x80,0xda,0xe9,0x8a,0xc1,0xf7,0xf6,0xce,0x56,0x57,0x57,0xe3,0xe0, + 0xc1,0x83,0x62,0x10,0x0,0x86,0x20,0x8,0x1,0xa8,0x95,0x61,0x62,0xf0,0xc4,0x89, + 0x13,0x85,0xbb,0x62,0x10,0x0,0x2e,0x24,0x8,0x1,0xa8,0xd,0x31,0x8,0x0,0xa3, + 0x25,0x8,0x1,0xa8,0x5,0x31,0x8,0x0,0xa3,0x27,0x8,0x1,0xa8,0x3c,0x31,0x8, + 0x0,0xe3,0x21,0x8,0x1,0xa8,0xb4,0x9c,0xf3,0x5c,0xf4,0x89,0xc1,0xb3,0x67,0xcf, + 0x8a,0x41,0x0,0xd8,0x6,0x41,0x8,0x40,0x65,0x75,0x62,0xf0,0x78,0xf4,0x89,0xc1, + 0x43,0x87,0xe,0x89,0x41,0x0,0xd8,0x6,0x41,0x8,0x40,0x25,0x75,0xc5,0xe0,0xf5, + 0xbd,0xb3,0xf3,0x31,0xf8,0xf4,0xd3,0x4f,0x17,0xee,0x2e,0x2f,0x2f,0x2f,0x8b,0x41, + 0x0,0x18,0x4c,0x10,0x2,0x50,0x39,0xdb,0x8d,0xc1,0xd5,0xd5,0xd5,0xd5,0x31,0x9f, + 0x8,0x0,0x8d,0x20,0x8,0x1,0xa8,0x14,0x31,0x8,0x0,0x93,0x23,0x8,0x1,0xa8, + 0xc,0x31,0x8,0x0,0x93,0x25,0x8,0x1,0xa8,0x84,0x9c,0xf3,0x8e,0xe8,0x13,0x83, + 0xeb,0xeb,0xeb,0x62,0x10,0x0,0xc6,0x40,0x10,0x2,0x30,0x75,0x9d,0x18,0xfc,0x62, + 0xf4,0x89,0xc1,0xdb,0x6f,0xbf,0x5d,0xc,0x2,0xc0,0x18,0x8,0x42,0x0,0xa6,0xaa, + 0x2b,0x6,0xf7,0xf7,0xce,0xce,0xc7,0xe0,0xf1,0xe3,0xc7,0xb,0x77,0xc5,0x20,0x0, + 0x6c,0x8f,0x20,0x4,0x60,0x6a,0xc4,0x20,0x0,0x4c,0x97,0x20,0x4,0x60,0x2a,0xc4, + 0x20,0x0,0x4c,0x9f,0x20,0x4,0x60,0xe2,0xc4,0x20,0x0,0x54,0x83,0x20,0x4,0x60, + 0xa2,0x72,0xce,0x33,0xd1,0x27,0x6,0xcf,0x9d,0x3b,0x27,0x6,0x1,0x60,0x82,0x4, + 0x21,0x0,0x13,0xd3,0x89,0xc1,0x63,0xd1,0x27,0x6,0xef,0xb8,0xe3,0xe,0x31,0x8, + 0x0,0x13,0x24,0x8,0x1,0x98,0x88,0xae,0x18,0xbc,0xa5,0x77,0x76,0x3e,0x6,0x1f, + 0x7b,0xec,0xb1,0xc2,0x5d,0x31,0x8,0x0,0xe3,0x21,0x8,0x1,0x18,0x3b,0x31,0x8, + 0x0,0xd5,0x24,0x8,0x1,0x18,0x2b,0x31,0x8,0x0,0xd5,0x25,0x8,0x1,0x18,0x1b, + 0x31,0x8,0x0,0xd5,0x26,0x8,0x1,0x18,0x8b,0x9c,0x73,0x8a,0x3e,0x31,0x98,0x73, + 0x16,0x83,0x0,0x50,0x1,0x82,0x10,0x80,0x91,0xeb,0xc4,0xe0,0x9f,0x46,0x9f,0x18, + 0xbc,0xf3,0xce,0x3b,0xc5,0x20,0x0,0x54,0x80,0x20,0x4,0x60,0xa4,0xba,0x62,0xf0, + 0x60,0xc1,0x2c,0xee,0xbc,0xf3,0xce,0x38,0x7a,0xf4,0x68,0xe1,0xee,0xa9,0x53,0xa7, + 0x4e,0x89,0x41,0x0,0x98,0x1c,0x41,0x8,0xc0,0xc8,0x6c,0x37,0x6,0xcf,0x9c,0x39, + 0x73,0x66,0xcc,0x27,0x2,0x0,0x5d,0x4,0x21,0x0,0x23,0x21,0x6,0x1,0xa0,0x7e, + 0x4,0x21,0x0,0xdb,0x26,0x6,0x1,0xa0,0x9e,0x4,0x21,0x0,0xdb,0x52,0x16,0x83, + 0x11,0x21,0x6,0x1,0xa0,0xc2,0x4,0x21,0x0,0xdb,0xd5,0x37,0x6,0xef,0xbe,0xfb, + 0x6e,0x31,0x8,0x0,0x15,0x26,0x8,0x1,0xd8,0xb2,0x9c,0xf3,0x91,0x28,0x89,0xc1, + 0x47,0x1e,0x79,0xa4,0x70,0x4f,0xc,0x2,0x40,0x35,0x8,0x42,0x0,0xb6,0xa4,0x13, + 0x83,0xb7,0x15,0xcd,0xc4,0x20,0x0,0xd4,0x83,0x20,0x4,0x60,0xd3,0xc4,0x20,0x0, + 0x34,0x83,0x20,0x4,0x60,0x53,0xc4,0x20,0x0,0x34,0x87,0x20,0x4,0x60,0x68,0x62, + 0x10,0x0,0x9a,0x45,0x10,0x2,0x30,0x94,0xb2,0x18,0xfc,0xf8,0xc7,0x3f,0x2e,0x6, + 0x1,0xa0,0x86,0x4,0x21,0x0,0x3,0xe5,0x9c,0x3f,0x13,0x25,0x31,0xf8,0xf0,0xc3, + 0xf,0x17,0xee,0x9d,0x3e,0x7d,0xfa,0xb4,0x18,0x4,0x80,0xea,0x12,0x84,0x0,0x94, + 0xea,0xc4,0xe0,0x47,0x8b,0x66,0x83,0x62,0x70,0x65,0x65,0x65,0x65,0x9c,0xb7,0x1, + 0x0,0xdb,0x23,0x8,0x1,0xe8,0x4b,0xc,0x2,0x40,0xb3,0x9,0x42,0x0,0xa,0x89, + 0x41,0x0,0x68,0x3e,0x41,0x8,0xc0,0x6,0x62,0x10,0x0,0xda,0x41,0x10,0x2,0x70, + 0x81,0xad,0xc6,0xe0,0x4a,0xc7,0x38,0x6f,0x3,0x0,0x46,0x4b,0x10,0x2,0xf0,0xaa, + 0x9c,0xf3,0xbf,0x8f,0x3e,0x31,0x78,0xdf,0x7d,0xf7,0x95,0xc6,0xe0,0xe9,0xd3,0xa7, + 0x4f,0x8f,0xf3,0x36,0x0,0x60,0xf4,0x4,0x21,0x0,0x11,0xf1,0x6a,0xc,0xde,0x55, + 0x34,0xbb,0xef,0xbe,0xfb,0xe2,0xf0,0xe1,0xc3,0x85,0x7b,0x62,0x10,0x0,0xea,0x4b, + 0x10,0x2,0x20,0x6,0x1,0xa0,0xa5,0x4,0x21,0x40,0xcb,0x89,0x41,0x0,0x68,0x2f, + 0x41,0x8,0xd0,0x62,0x62,0x10,0x0,0xda,0x4d,0x10,0x2,0xb4,0x54,0x59,0xc,0xde, + 0x7f,0xff,0xfd,0x62,0x10,0x0,0x5a,0x40,0x10,0x2,0xb4,0x50,0xce,0xf9,0xdf,0x45, + 0x9f,0x18,0x3c,0x7c,0xf8,0x70,0xdc,0x7f,0xff,0xfd,0x85,0x7b,0x62,0x10,0x0,0x9a, + 0x45,0x10,0x2,0xb4,0x4c,0x27,0x6,0xff,0xb8,0x68,0x76,0xf8,0xf0,0xe1,0xb8,0xef, + 0xbe,0xfb,0xa,0xf7,0xc4,0x20,0x0,0x34,0x8f,0x20,0x4,0x68,0x11,0x31,0x8,0x0, + 0x74,0x13,0x84,0x0,0x2d,0x21,0x6,0x1,0x80,0x5e,0x82,0x10,0xa0,0x5,0xc4,0x20, + 0x0,0x50,0x44,0x10,0x2,0x34,0x5c,0xce,0xf9,0x93,0xd1,0x27,0x6,0x1f,0x7a,0xe8, + 0xa1,0xbe,0x31,0x78,0xe6,0xcc,0x99,0x33,0x62,0x10,0x0,0x9a,0x4d,0x10,0x2,0x34, + 0x58,0xce,0xf9,0x9e,0x88,0xf8,0x37,0x45,0xb3,0x87,0x1e,0x7a,0x28,0x3e,0xf1,0x89, + 0x4f,0x14,0xee,0x9d,0x39,0x73,0xe6,0xcc,0xa9,0x53,0xa7,0x4e,0x8d,0xf3,0x36,0x0, + 0x60,0xfa,0x4,0x21,0x40,0x43,0x75,0x62,0xf0,0x4f,0x8a,0x66,0x62,0x10,0x0,0x88, + 0x10,0x84,0x0,0x8d,0x24,0x6,0x1,0x80,0x61,0x8,0x42,0x80,0x86,0x11,0x83,0x0, + 0xc0,0xb0,0x4,0x21,0x40,0x83,0x88,0x41,0x0,0x60,0x33,0x4,0x21,0x40,0x43,0x94, + 0xc5,0xe0,0x23,0x8f,0x3c,0x22,0x6,0x1,0x80,0xd,0x4,0x21,0x40,0x3,0xe4,0x9c, + 0xff,0x65,0x94,0xc4,0xe0,0xdd,0x77,0xdf,0x5d,0xb8,0x27,0x6,0x1,0xa0,0xdd,0x4, + 0x21,0x40,0xcd,0x75,0x62,0xf0,0x70,0xd1,0x4c,0xc,0x2,0x0,0x65,0x4,0x21,0x40, + 0x8d,0x89,0x41,0x0,0x60,0x3b,0x4,0x21,0x40,0x4d,0x89,0x41,0x0,0x60,0xbb,0x4, + 0x21,0x40,0xd,0x89,0x41,0x0,0x60,0x14,0x4,0x21,0x40,0xcd,0x94,0xc5,0xe0,0x67, + 0x3f,0xfb,0xd9,0xbe,0x31,0xb8,0xba,0xba,0xba,0x2a,0x6,0x1,0x80,0x6e,0x82,0x10, + 0xa0,0x46,0x72,0xce,0x77,0x44,0x49,0xc,0xde,0x79,0xe7,0x9d,0x85,0x7b,0xab,0xab, + 0xab,0xab,0xcb,0xcb,0xcb,0xcb,0xe3,0xbc,0xd,0x0,0xa8,0x1f,0x41,0x8,0x50,0x13, + 0x9d,0x18,0x7c,0xa8,0x68,0x26,0x6,0x1,0x80,0xad,0x10,0x84,0x0,0x35,0x20,0x6, + 0x1,0x80,0x71,0x10,0x84,0x0,0x15,0x27,0x6,0x1,0x80,0x71,0x11,0x84,0x0,0x15, + 0x26,0x6,0x1,0x80,0x71,0x12,0x84,0x0,0x15,0x55,0x16,0x83,0x9f,0xff,0xfc,0xe7, + 0xc5,0x20,0x0,0xb0,0x6d,0x82,0x10,0xa0,0x82,0x72,0xce,0xff,0x3c,0x4a,0x62,0xf0, + 0x8e,0x3b,0xee,0x28,0xdc,0x13,0x83,0x0,0xc0,0x66,0x8,0x42,0x80,0x8a,0xe9,0xc4, + 0xe0,0x91,0xa2,0xd9,0xf9,0x18,0xcc,0x39,0x6f,0x98,0x89,0x41,0x0,0x60,0xb3,0x4, + 0x21,0x40,0x85,0x74,0xc5,0x60,0xea,0x9d,0x89,0x41,0x0,0x60,0xd4,0x4,0x21,0x40, + 0x45,0x88,0x41,0x0,0x60,0xd2,0x4,0x21,0x40,0x5,0x88,0x41,0x0,0x60,0x1a,0x4, + 0x21,0xc0,0x94,0x95,0xc5,0xe0,0x13,0x4f,0x3c,0xd1,0x37,0x6,0xd7,0xd6,0xd6,0xd6, + 0xc4,0x20,0x0,0xb0,0x1d,0x82,0x10,0x60,0x8a,0x72,0xce,0xff,0x2c,0x4a,0x62,0xf0, + 0xf6,0xdb,0x6f,0xef,0x1b,0x83,0x4b,0x4b,0x4b,0x4b,0x13,0x38,0x11,0x0,0x68,0x30, + 0x41,0x8,0x30,0x25,0x9d,0x18,0xfc,0xd3,0x28,0x89,0xc1,0x73,0xe7,0xce,0x6d,0xd8, + 0x13,0x83,0x0,0xc0,0xa8,0x8,0x42,0x80,0x29,0xe8,0x8a,0xc1,0xd,0xdf,0x87,0xc5, + 0x20,0x0,0x30,0x29,0x82,0x10,0x60,0xc2,0xc4,0x20,0x0,0x50,0x15,0x82,0x10,0x60, + 0x82,0xc4,0x20,0x0,0x50,0x25,0x82,0x10,0x60,0x42,0xca,0x62,0xf0,0x2b,0x5f,0xf9, + 0x8a,0x18,0x4,0x0,0x26,0x4e,0x10,0x2,0x4c,0xc0,0xa0,0x18,0x3c,0x74,0xe8,0x90, + 0x18,0x4,0x0,0x26,0x4e,0x10,0x2,0x8c,0x59,0xce,0xf9,0x43,0x31,0x20,0x6,0xd7, + 0xd7,0xd7,0x37,0xec,0x89,0x41,0x0,0x60,0xdc,0x4,0x21,0xc0,0x18,0x75,0x62,0xf0, + 0x58,0x88,0x41,0x0,0xa0,0x82,0x4,0x21,0xc0,0x98,0x74,0xc5,0xe0,0x8e,0xde,0x99, + 0x18,0x4,0x0,0xaa,0x60,0x76,0xda,0x7,0x0,0x34,0x51,0xce,0xf9,0xd6,0x88,0xf8, + 0x5c,0xd1,0x4c,0xc,0xd6,0xde,0x3b,0x72,0xce,0x9f,0x9c,0xf6,0x11,0x50,0x63,0x9f, + 0x49,0x29,0xfd,0x7c,0xda,0x47,0x0,0xaf,0x10,0x84,0x0,0x23,0xd6,0x79,0x33,0xf8, + 0x9f,0x8b,0x66,0xcf,0x3c,0xf3,0x8c,0x18,0xac,0xbf,0x77,0x74,0xfe,0x3,0x6c,0xcd, + 0x17,0x22,0x42,0x10,0x42,0x45,0xf8,0xc8,0x28,0xc0,0x8,0x95,0x7d,0x4c,0xf4,0x99, + 0x67,0x9e,0x89,0x83,0x7,0xf,0x16,0xc6,0xe0,0xd9,0xb3,0x67,0xcf,0x8a,0x41,0x0, + 0x60,0xd2,0x4,0x21,0xc0,0x88,0xe4,0x9c,0x3f,0x18,0x3,0x62,0x70,0x6d,0x6d,0x6d, + 0xc3,0xde,0xd9,0xb3,0x67,0xcf,0x9e,0x3c,0x79,0xf2,0xe4,0x4,0x4e,0x4,0x0,0xb8, + 0x80,0x20,0x4,0x18,0x81,0x4e,0xc,0x7e,0x31,0xc4,0x20,0x0,0x50,0x23,0x7e,0x86, + 0x10,0x60,0x9b,0x72,0xce,0x7f,0x10,0x11,0x8f,0x17,0xcd,0x9e,0x79,0xe6,0x99,0xf8, + 0xf0,0x87,0x3f,0x5c,0xb8,0xb7,0xb6,0xb6,0xb6,0xb6,0xbc,0xbc,0xbc,0x3c,0xce,0xdb, + 0xd8,0x9e,0xef,0x7e,0xf7,0xbb,0x71,0xff,0xfd,0xf7,0x4f,0xfb,0xc,0xa8,0xad,0xdb, + 0x6e,0xbb,0x2d,0x5e,0xf7,0xba,0xd7,0xf5,0x7e,0x39,0x4f,0xe3,0x16,0xa0,0x58,0x9a, + 0xf6,0x1,0x0,0x75,0xd6,0xf5,0x66,0x70,0xc3,0xff,0xc1,0xe6,0xcd,0x60,0xbd,0xcc, + 0xcf,0xcf,0xcf,0x2f,0x2c,0x2c,0x2c,0x4c,0xfb,0xe,0x68,0x92,0xe7,0x9f,0x7f,0x3e, + 0x2e,0xbf,0xfc,0xf2,0xde,0x2f,0x5f,0x91,0x52,0xfa,0xab,0x69,0xdc,0x3,0x6c,0xe4, + 0x23,0xa3,0x0,0x5b,0x54,0x16,0x83,0xdf,0xfc,0xe6,0x37,0xc5,0x20,0x0,0x50,0x79, + 0x82,0x10,0x60,0xb,0x6,0xc5,0xe0,0x81,0x3,0x7,0xc4,0x20,0x0,0x50,0x79,0x82, + 0x10,0x60,0x93,0x72,0xce,0xff,0x34,0x6,0xc4,0xe0,0x99,0x33,0x67,0x36,0xec,0xf9, + 0xd5,0x12,0x0,0x40,0xd5,0xf8,0x4b,0x65,0x0,0x36,0x21,0xe7,0x7c,0x63,0x44,0x7c, + 0xb9,0x68,0x36,0x4c,0xc,0xe6,0x9c,0xfd,0x65,0xa,0x15,0xb5,0xbe,0xbe,0xbe,0xbe, + 0xb2,0xb2,0xb2,0x32,0xed,0x3b,0xa0,0xae,0xe6,0xe7,0xe7,0xe7,0x67,0x66,0x66,0x86, + 0x79,0xd9,0xe0,0xfb,0x20,0x54,0x88,0x20,0x4,0x18,0x52,0xd7,0x9b,0xc1,0xd,0xc4, + 0x60,0xfd,0xad,0xaf,0xaf,0xaf,0x9f,0x3e,0x7d,0xfa,0xf4,0xb4,0xef,0x80,0xba,0x9a, + 0x9b,0x9b,0x9b,0x1b,0xf2,0x1f,0xf5,0x97,0x1a,0x42,0x85,0xf8,0xc8,0x28,0xc0,0x10, + 0x3a,0x31,0x78,0x3c,0x22,0xe6,0x7b,0x67,0x62,0x10,0x0,0xa8,0x2b,0x41,0x8,0x30, + 0x40,0x59,0xc,0xbe,0xf0,0xc2,0xb,0x62,0x10,0x0,0xa8,0x2d,0x41,0x8,0x50,0x62, + 0x50,0xc,0x7e,0xe8,0x43,0x1f,0x12,0x83,0x0,0x40,0x6d,0x9,0x42,0x80,0x3e,0x72, + 0xce,0xef,0x89,0x1,0x31,0x58,0xf4,0x23,0x67,0x62,0x10,0x0,0xa8,0xb,0x41,0x8, + 0x50,0xa0,0x13,0x83,0x4f,0x85,0x18,0x4,0x0,0x1a,0x4c,0x10,0x2,0xf4,0xe8,0x8a, + 0xc1,0x5d,0xbd,0x33,0x31,0x8,0x0,0x34,0x89,0x20,0x4,0xe8,0x22,0x6,0x1,0x80, + 0x36,0x11,0x84,0x0,0x1d,0x65,0x31,0xf8,0xad,0x6f,0x7d,0x4b,0xc,0x2,0x0,0x8d, + 0x23,0x8,0x1,0x62,0x70,0xc,0xde,0x7c,0xf3,0xcd,0x85,0x31,0xb8,0xbe,0xbe,0xbe, + 0x2e,0x6,0x1,0x80,0xba,0x12,0x84,0x40,0xeb,0xd,0x13,0x83,0xcb,0xcb,0xcb,0x1b, + 0xf6,0xd6,0xd7,0xd7,0xd7,0x4f,0x9e,0x3c,0x79,0x52,0xc,0x2,0x0,0x75,0x25,0x8, + 0x81,0x56,0xcb,0x39,0xff,0x93,0x10,0x83,0x0,0x40,0x4b,0x9,0x42,0xa0,0xb5,0x3a, + 0x31,0xf8,0xb5,0x10,0x83,0x0,0x40,0x4b,0x9,0x42,0xa0,0x95,0xba,0x62,0x70,0x4f, + 0xef,0x4c,0xc,0x2,0x0,0x6d,0x21,0x8,0x81,0xd6,0x29,0x8b,0xc1,0x6f,0x7f,0xfb, + 0xdb,0x62,0x10,0x0,0x68,0xd,0x41,0x8,0xb4,0xca,0xa0,0x18,0xbc,0xe9,0xa6,0x9b, + 0xc4,0x20,0x0,0xd0,0x1a,0x82,0x10,0x68,0x8d,0x61,0x62,0xf0,0xe5,0x97,0x5f,0xde, + 0xb0,0x27,0x6,0x1,0x80,0xa6,0x12,0x84,0x40,0x2b,0xe4,0x9c,0xff,0x71,0x88,0x41, + 0x0,0x80,0xb,0x8,0x42,0xa0,0xf1,0x3a,0x31,0x78,0x22,0xc4,0x20,0x0,0xc0,0x5, + 0x4,0x21,0xd0,0x68,0x5d,0x31,0xb8,0xd8,0x3b,0x13,0x83,0x0,0x40,0xdb,0x9,0x42, + 0xa0,0xb1,0xc4,0x20,0x0,0x40,0x39,0x41,0x8,0x34,0x52,0x59,0xc,0xbe,0xf4,0xd2, + 0x4b,0x62,0x10,0x0,0x20,0x4,0x21,0xd0,0x40,0x83,0x62,0xf0,0x3,0x1f,0xf8,0x80, + 0x18,0x4,0x0,0x8,0x41,0x8,0x34,0x4c,0xce,0xf9,0x5d,0x31,0x20,0x6,0x7f,0xfd, + 0xeb,0x5f,0x6f,0xd8,0x13,0x83,0x0,0x40,0x1b,0x9,0x42,0xa0,0x31,0x3a,0x31,0xf8, + 0x6c,0x88,0x41,0x0,0x80,0xa1,0x8,0x42,0xa0,0x11,0xba,0x62,0xf0,0xb7,0x7a,0x67, + 0x62,0x10,0x0,0xa0,0x98,0x20,0x4,0x6a,0x4f,0xc,0x2,0x0,0x6c,0x8d,0x20,0x4, + 0x6a,0xad,0x2c,0x6,0xbf,0xf7,0xbd,0xef,0xf5,0x8d,0xc1,0x73,0xe7,0xce,0x9d,0x13, + 0x83,0x0,0x40,0xdb,0x9,0x42,0xa0,0xb6,0x6,0xc5,0xe0,0x8d,0x37,0xde,0x28,0x6, + 0x1,0x0,0x4a,0x8,0x42,0xa0,0x96,0x72,0xce,0xff,0x30,0x6,0xc4,0xe0,0x2f,0x7f, + 0xf9,0xcb,0xd,0x7b,0xe7,0x63,0xf0,0xdc,0xb9,0x73,0xe7,0x26,0x70,0x26,0x0,0x40, + 0xa5,0x9,0x42,0xa0,0x76,0x3a,0x31,0xf8,0x8d,0x10,0x83,0x0,0x0,0xdb,0x22,0x8, + 0x81,0x5a,0xe9,0x8a,0xc1,0xdf,0xee,0x9d,0x89,0x41,0x0,0x80,0xcd,0x11,0x84,0x40, + 0x6d,0x88,0x41,0x0,0x80,0xd1,0x12,0x84,0x40,0x2d,0x94,0xc5,0xe0,0xf,0x7e,0xf0, + 0x3,0x31,0x8,0x0,0xb0,0x5,0x82,0x10,0xa8,0xbc,0x41,0x31,0x78,0xc3,0xd,0x37, + 0x88,0x41,0x0,0x80,0x2d,0x10,0x84,0x40,0xa5,0xd,0x13,0x83,0x3f,0xff,0xf9,0xcf, + 0x37,0xec,0x89,0x41,0x0,0x80,0xc1,0x4,0x21,0x50,0x59,0x39,0xe7,0xdf,0x9,0x31, + 0x8,0x0,0x30,0x36,0x82,0x10,0xa8,0xa4,0x4e,0xc,0x3e,0x17,0x62,0x10,0x0,0x60, + 0x6c,0x4,0x21,0x50,0x39,0x5d,0x31,0xf8,0xba,0xde,0x99,0x18,0x4,0x0,0x18,0x1d, + 0x41,0x8,0x54,0x4a,0x59,0xc,0xfe,0xe8,0x47,0x3f,0x12,0x83,0x0,0x0,0x23,0x24, + 0x8,0x81,0xca,0x10,0x83,0x0,0x0,0x93,0x25,0x8,0x81,0x4a,0x18,0x26,0x6,0x7f, + 0xfa,0xd3,0x9f,0x6e,0xd8,0x13,0x83,0x0,0x0,0x5b,0x27,0x8,0x81,0xa9,0xcb,0x39, + 0xff,0xbd,0x10,0x83,0x0,0x0,0x13,0x27,0x8,0x81,0xa9,0xea,0xc4,0xe0,0xf3,0x21, + 0x6,0x1,0x0,0x26,0x4e,0x10,0x2,0x53,0xd3,0x15,0x83,0x7f,0xab,0x77,0x26,0x6, + 0x1,0x0,0xc6,0x4f,0x10,0x2,0x53,0x51,0x16,0x83,0x3f,0xf9,0xc9,0x4f,0xc4,0x20, + 0x0,0xc0,0x4,0x8,0x42,0x60,0xe2,0xc4,0x20,0x0,0x40,0x35,0x8,0x42,0x60,0xa2, + 0x86,0x89,0xc1,0x1f,0xff,0xf8,0xc7,0x1b,0xf6,0xc4,0x20,0x0,0xc0,0xe8,0x9,0x42, + 0x60,0x62,0x72,0xce,0x7f,0x27,0xc4,0x20,0x0,0x40,0x65,0x8,0x42,0x60,0x22,0xc4, + 0x20,0x0,0x40,0xf5,0x8,0x42,0x60,0xec,0xba,0x62,0xf0,0x6f,0xf7,0xce,0xc4,0x20, + 0x0,0xc0,0xf4,0x8,0x42,0x60,0xac,0xca,0x62,0xf0,0x67,0x3f,0xfb,0x59,0xdf,0x18, + 0xcc,0x39,0x67,0x31,0x8,0x0,0x30,0x5e,0x82,0x10,0x18,0x1b,0x31,0x8,0x0,0x50, + 0x6d,0x82,0x10,0x18,0x8b,0x61,0x62,0xf0,0x87,0x3f,0xfc,0x61,0xd1,0x5e,0x3e,0x79, + 0xf2,0xe4,0xc9,0xf5,0xf5,0xf5,0xf5,0x9,0x9c,0x9,0x0,0xd0,0x6a,0x82,0x10,0x18, + 0xb9,0x9c,0xf3,0x9b,0x42,0xc,0x2,0x0,0x54,0x9e,0x20,0x4,0x46,0x4a,0xc,0x2, + 0x0,0xd4,0x87,0x20,0x4,0x46,0xa6,0x2b,0x6,0xff,0x6e,0xef,0x4c,0xc,0x2,0x0, + 0x54,0x8f,0x20,0x4,0x46,0xa2,0x2c,0x6,0x7f,0xf1,0x8b,0x5f,0x88,0x41,0x0,0x80, + 0xa,0x12,0x84,0xc0,0xb6,0xd,0x8a,0xc1,0x1b,0x6f,0xbc,0x51,0xc,0x2,0x0,0x54, + 0x90,0x20,0x4,0xb6,0x65,0x98,0x18,0xfc,0xfe,0xf7,0xbf,0x5f,0xb4,0x27,0x6,0x1, + 0x0,0xa6,0x4c,0x10,0x2,0x5b,0x26,0x6,0x1,0x0,0xea,0x4d,0x10,0x2,0x5b,0x92, + 0x73,0x7e,0x43,0x88,0x41,0x0,0x80,0x5a,0x13,0x84,0xc0,0xa6,0x89,0x41,0x0,0x80, + 0x66,0x10,0x84,0xc0,0xa6,0x74,0xc5,0xe0,0xdf,0xef,0x9d,0xfd,0xea,0x57,0xbf,0x12, + 0x83,0x0,0x0,0x35,0x22,0x8,0x81,0xa1,0xd,0x8a,0xc1,0xf,0x7e,0xf0,0x83,0x62, + 0x10,0x0,0xa0,0x46,0x4,0x21,0x30,0x94,0x61,0x62,0xf0,0xa5,0x97,0x5e,0x2a,0xda, + 0x13,0x83,0x0,0x0,0x15,0x25,0x8,0x81,0x81,0xc4,0x20,0x0,0x40,0x33,0x9,0x42, + 0xa0,0x54,0xce,0xf9,0xd2,0x10,0x83,0x0,0x0,0x8d,0x24,0x8,0x81,0xbe,0x3a,0x31, + 0xf8,0x5c,0x88,0x41,0x0,0x80,0x46,0x12,0x84,0x40,0xa1,0xae,0x18,0xfc,0x7,0xbd, + 0xb3,0x97,0x5f,0x7e,0x59,0xc,0x2,0x0,0x34,0x80,0x20,0x4,0x36,0x18,0x14,0x83, + 0xfb,0xf7,0xef,0x17,0x83,0x0,0x0,0xd,0x20,0x8,0x81,0xb,0xc,0x13,0x83,0xdf, + 0xf9,0xce,0x77,0x8a,0xf6,0xf2,0xd2,0xd2,0xd2,0x92,0x18,0x4,0x0,0xa8,0xf,0x41, + 0x8,0xbc,0x6a,0xbb,0x31,0x78,0xf6,0xec,0xd9,0xb3,0x13,0x38,0x13,0x0,0x80,0x11, + 0x11,0x84,0x40,0x44,0x44,0xe4,0x9c,0x5f,0x1b,0x62,0x10,0x0,0xa0,0x55,0x4,0x21, + 0x70,0x3e,0x6,0xbf,0x11,0x62,0x10,0x0,0xa0,0x55,0x4,0x21,0xb4,0x5c,0x57,0xc, + 0xbe,0xb3,0x77,0xb6,0xb4,0xb4,0x24,0x6,0x1,0x0,0x1a,0x4c,0x10,0x42,0x8b,0xd, + 0x8a,0xc1,0x9b,0x6f,0xbe,0x59,0xc,0x2,0x0,0x34,0x98,0x20,0x84,0x96,0x1a,0x26, + 0x6,0x5f,0x7c,0xf1,0xc5,0xa2,0x3d,0x31,0x8,0x0,0xd0,0x10,0x82,0x10,0x5a,0x48, + 0xc,0x2,0x0,0x10,0x21,0x8,0xa1,0x75,0x72,0xce,0x17,0x87,0x18,0x4,0x0,0x20, + 0x4,0x21,0xb4,0x4a,0x27,0x6,0x9f,0xd,0x31,0x8,0x0,0x40,0x8,0x42,0x68,0x8d, + 0xae,0x18,0xfc,0xdd,0xde,0xd9,0xa9,0x53,0xa7,0xc4,0x20,0x0,0x40,0xb,0x9,0x42, + 0x68,0x81,0x41,0x31,0x78,0xcb,0x2d,0xb7,0x88,0x41,0x0,0x80,0x16,0x12,0x84,0xd0, + 0x70,0xc3,0xc4,0xe0,0xb,0x2f,0xbc,0x50,0xb4,0x27,0x6,0x1,0x0,0x1a,0x4e,0x10, + 0x42,0x83,0x89,0x41,0x0,0x0,0xca,0x8,0x42,0x68,0x28,0x31,0x8,0x0,0xc0,0x20, + 0x82,0x10,0x1a,0x28,0xe7,0xbc,0x10,0x62,0x10,0x0,0x80,0x1,0x4,0x21,0x34,0x4c, + 0x27,0x6,0x4f,0x44,0x41,0xc,0xae,0xac,0xac,0x88,0x41,0x0,0x0,0x5e,0x25,0x8, + 0xa1,0x41,0xba,0x62,0xf0,0xf7,0x7a,0x67,0x2b,0x2b,0x2b,0x71,0xe0,0xc0,0x81,0xc2, + 0x18,0x8c,0x88,0x10,0x83,0x0,0x0,0xed,0x23,0x8,0xa1,0x21,0x86,0x89,0xc1,0xe7, + 0x9e,0x7b,0xae,0x70,0x57,0xc,0x2,0x0,0xb4,0x93,0x20,0x84,0x6,0xd8,0x6e,0xc, + 0xae,0xad,0xad,0xad,0x8d,0xf9,0x44,0x0,0x0,0x2a,0x48,0x10,0x42,0xcd,0x89,0x41, + 0x0,0x0,0xb6,0x4a,0x10,0x42,0x8d,0xe5,0x9c,0x77,0x87,0x18,0x4,0x0,0x60,0x8b, + 0x4,0x21,0xd4,0x54,0x27,0x6,0xbf,0x16,0x5,0x31,0xb8,0xba,0xba,0x2a,0x6,0x1, + 0x0,0x18,0x48,0x10,0x42,0xd,0x75,0xc5,0xe0,0x35,0xbd,0xb3,0xd5,0xd5,0xd5,0x38, + 0x78,0xf0,0xa0,0x18,0x4,0x0,0x60,0x20,0x41,0x8,0x35,0x33,0x4c,0xc,0x9e,0x38, + 0x71,0xa2,0x70,0x57,0xc,0x2,0x0,0xd0,0x4d,0x10,0x42,0x8d,0x88,0x41,0x0,0x0, + 0x46,0x49,0x10,0x42,0x4d,0x88,0x41,0x0,0x0,0x46,0x4d,0x10,0x42,0xd,0xe4,0x9c, + 0x77,0x86,0x18,0x4,0x0,0x60,0xc4,0x4,0x21,0x54,0x5c,0x27,0x6,0x9f,0xa,0x31, + 0x8,0x0,0xc0,0x88,0x9,0x42,0xa8,0xb0,0xae,0x18,0x7c,0x6f,0xef,0xec,0xec,0xd9, + 0xb3,0x62,0x10,0x0,0x80,0x6d,0x11,0x84,0x50,0x51,0x83,0x62,0xf0,0xd0,0xa1,0x43, + 0x7d,0x63,0x70,0x79,0x79,0x79,0x59,0xc,0x2,0x0,0x30,0x88,0x20,0x84,0xa,0x1a, + 0x26,0x6,0x9f,0x7e,0xfa,0xe9,0xc2,0xdd,0xe5,0xe5,0xe5,0xe5,0xd5,0xd5,0xd5,0xd5, + 0x31,0x9f,0x8,0x0,0x40,0x3,0x8,0x42,0xa8,0x98,0x9c,0xf3,0xae,0x88,0xf8,0x72, + 0x88,0x41,0x0,0x9a,0x29,0x4f,0xfb,0x0,0xe0,0x37,0x66,0xa7,0x7d,0x0,0xf0,0x1b, + 0x39,0xe7,0xb9,0x88,0x78,0x32,0xc4,0x20,0x0,0xcd,0x95,0xa6,0x7d,0x0,0xf0,0x1b, + 0xde,0x10,0x42,0x45,0x74,0x62,0xf0,0x78,0x88,0x41,0x0,0x0,0x26,0x44,0x10,0x42, + 0x5,0x74,0xc5,0xe0,0xf5,0xbd,0xb3,0xf5,0xf5,0x75,0x31,0x8,0x0,0xc0,0x58,0x8, + 0x42,0xa8,0x80,0x94,0xd2,0x5a,0x44,0x9c,0xeb,0x37,0x9f,0x9f,0x9f,0x2f,0xfc,0x7a, + 0xce,0xd9,0xcf,0x61,0x0,0x50,0x37,0xfe,0xdd,0x5,0x15,0x22,0x8,0xa1,0x3a,0xfe, + 0x20,0x22,0x36,0xbc,0x6,0xdc,0xb1,0x63,0x47,0x1c,0x39,0x72,0x24,0xae,0xbf,0x7e, + 0xc3,0xcb,0xc3,0x48,0x29,0xa5,0x85,0x85,0x85,0x85,0xf9,0x7e,0xc5,0x8,0x0,0xd5, + 0xe3,0x67,0x8,0xa1,0x42,0x4,0x21,0x54,0x44,0xe7,0x2d,0xe1,0xfe,0xe8,0x13,0x85, + 0x8f,0x3e,0xfa,0x68,0x61,0x14,0x46,0x44,0x88,0x42,0x0,0x0,0xb6,0x42,0x10,0x42, + 0x85,0xa4,0x94,0xd6,0x52,0x4a,0xef,0x8f,0x88,0xaf,0xf6,0xce,0x66,0x67,0x67,0x45, + 0x21,0x0,0x4d,0xe0,0x23,0xa3,0x50,0x21,0x82,0x10,0xaa,0xe9,0xa6,0x88,0xf8,0x7a, + 0xef,0x17,0x45,0x21,0x0,0xd,0xe0,0x23,0xa3,0x50,0x21,0x82,0x10,0x2a,0x28,0xa5, + 0x74,0x26,0x22,0x6e,0x8,0x51,0x8,0x0,0xc0,0x18,0x9,0x42,0xa8,0xa8,0xed,0x46, + 0xe1,0xdc,0xdc,0xdc,0xdc,0x98,0x4f,0x4,0x0,0xa0,0xe6,0x4,0x21,0x54,0xd8,0x30, + 0x51,0xb8,0x6f,0xdf,0xbe,0xc2,0xdd,0xc5,0xc5,0xc5,0x45,0x51,0x8,0x0,0x40,0x19, + 0x41,0x8,0x15,0x37,0x28,0xa,0x8f,0x1e,0x3d,0x2a,0xa,0x1,0x0,0xd8,0x12,0x41, + 0x8,0x35,0x50,0x16,0x85,0xf3,0xf3,0xf3,0xa2,0x10,0x0,0x80,0x2d,0x11,0x84,0x50, + 0x13,0x9d,0x28,0xfc,0x40,0x44,0x3c,0xdf,0x3b,0x13,0x85,0x0,0x0,0x6c,0x85,0x20, + 0x84,0x1a,0x49,0x29,0x9d,0x8e,0x88,0xf7,0x85,0x28,0x4,0x0,0x60,0x4,0x4,0x21, + 0xd4,0x8c,0x28,0x4,0x0,0x60,0x54,0x4,0x21,0xd4,0xd0,0x30,0x51,0xb8,0x77,0xef, + 0xde,0xc2,0x5d,0x51,0x8,0x0,0xc0,0x79,0x82,0x10,0x6a,0x6a,0x50,0x14,0x1e,0x3b, + 0x76,0x4c,0x14,0x2,0x0,0x50,0x4a,0x10,0x42,0x8d,0x95,0x45,0xe1,0xae,0x5d,0xbb, + 0x44,0x21,0x0,0x0,0xa5,0x4,0x21,0xd4,0x5c,0x57,0x14,0xfe,0x45,0xef,0x4c,0x14, + 0x2,0x0,0x50,0x46,0x10,0x42,0x3,0x74,0xa2,0x70,0x5f,0x88,0x42,0x0,0x0,0x36, + 0x41,0x10,0x42,0x43,0xa4,0x94,0x96,0x63,0x1b,0x51,0x38,0x3b,0x3b,0x3b,0x3b,0xe6, + 0x13,0x1,0x0,0xa8,0x18,0x41,0x8,0xd,0x32,0x4c,0x14,0x5e,0x7d,0xf5,0xd5,0x85, + 0xbb,0xa2,0x10,0x0,0xa0,0x7d,0x4,0x21,0x34,0xcc,0xa0,0x28,0x7c,0xec,0xb1,0xc7, + 0xa,0xa3,0x30,0xa5,0x94,0x44,0x21,0x0,0x40,0xbb,0x8,0x42,0x68,0xa0,0xb2,0x28, + 0xdc,0xb3,0x67,0x8f,0x28,0x4,0x0,0x20,0x22,0x4,0x21,0x34,0x96,0x28,0x4,0x0, + 0x60,0x10,0x41,0x8,0xd,0xd6,0x15,0x85,0x7f,0xd9,0x3b,0x13,0x85,0x0,0x0,0x8, + 0x42,0x68,0xb8,0x4e,0x14,0xbe,0x27,0x44,0x21,0x0,0x0,0x3d,0x4,0x21,0xb4,0x40, + 0x4a,0xe9,0xe5,0x18,0x10,0x85,0x57,0x5d,0x75,0x55,0xd1,0x9e,0x28,0x4,0x0,0x68, + 0x30,0x41,0x8,0x2d,0x31,0x28,0xa,0x1f,0x7f,0xfc,0x71,0x51,0x8,0x0,0xd0,0x32, + 0x82,0x10,0x5a,0xa4,0x2c,0xa,0x17,0x17,0x17,0x45,0x21,0x0,0x40,0xcb,0x8,0x42, + 0x68,0x19,0x51,0x8,0x0,0xc0,0x79,0x82,0x10,0x5a,0x48,0x14,0x2,0x0,0x10,0x21, + 0x8,0xa1,0xb5,0xba,0xa2,0xf0,0xaf,0x7a,0x67,0xa2,0x10,0x0,0xa0,0x1d,0x4,0x21, + 0xb4,0x58,0x27,0xa,0x7f,0x3f,0x4a,0xa2,0xf0,0x8a,0x2b,0xae,0x28,0xda,0x13,0x85, + 0x0,0x0,0xd,0x20,0x8,0xa1,0xe5,0x52,0x4a,0xbf,0x8a,0x92,0x28,0x3c,0x7e,0xfc, + 0xb8,0x28,0x4,0x0,0x68,0x28,0x41,0x8,0x94,0x46,0xe1,0xc5,0x17,0x5f,0x2c,0xa, + 0x1,0x0,0x1a,0x4a,0x10,0x2,0x11,0x21,0xa,0x1,0x0,0xda,0x48,0x10,0x2,0xaf, + 0x12,0x85,0x0,0x0,0xed,0x22,0x8,0x81,0xb,0x74,0x45,0xe1,0x77,0x7b,0x67,0xc3, + 0x44,0xe1,0x8e,0x1d,0x3b,0x76,0x4c,0xe0,0x4c,0x0,0x0,0x46,0x40,0x10,0x2,0x1b, + 0x74,0xa2,0x70,0x6f,0x94,0x44,0xe1,0xe5,0x97,0x5f,0x5e,0xb4,0x97,0x2e,0xba,0xe8, + 0xa2,0x8b,0x44,0x21,0x0,0x40,0x3d,0x8,0x42,0xa0,0x50,0x4a,0xe9,0x17,0x51,0x12, + 0x85,0x5f,0xfa,0xd2,0x97,0x44,0x21,0x0,0x40,0xcd,0x9,0x42,0xa0,0xaf,0xb2,0x28, + 0x7c,0xed,0x6b,0x5f,0x2b,0xa,0x1,0x0,0x6a,0x4e,0x10,0x2,0xa5,0x44,0x21,0x0, + 0x40,0x73,0x9,0x42,0x60,0x20,0x51,0x8,0x0,0xd0,0x4c,0x82,0x10,0x18,0x8a,0x28, + 0x4,0x0,0x68,0x1e,0x41,0x8,0xc,0xad,0x2b,0xa,0xff,0x7b,0xef,0xec,0x7c,0x14, + 0xbe,0xed,0x6d,0x6f,0x2b,0xda,0x13,0x85,0x0,0x0,0x15,0x24,0x8,0x81,0x4d,0xe9, + 0x44,0xe1,0x35,0xd1,0x27,0xa,0x9f,0x7c,0xf2,0x49,0x51,0x8,0x0,0x50,0x13,0x82, + 0x10,0xd8,0xb4,0x94,0xd2,0xcf,0xa2,0x4f,0x14,0x5e,0x7a,0xe9,0xa5,0xa2,0x10,0x0, + 0xa0,0x26,0x4,0x21,0xb0,0x25,0xa2,0x10,0x0,0xa0,0xfe,0x4,0x21,0xb0,0x65,0xa2, + 0x10,0x0,0xa0,0xde,0x4,0x21,0xb0,0x2d,0xa2,0x10,0x0,0xa0,0xbe,0x4,0x21,0xb0, + 0x6d,0xc3,0x44,0xe1,0x5b,0xde,0xf2,0x96,0xa2,0x3d,0x51,0x8,0x0,0x30,0x45,0x82, + 0x10,0x18,0x89,0xae,0x28,0xfc,0x9f,0xbd,0xb3,0x4b,0x2f,0xbd,0x34,0x9e,0x7a,0xea, + 0x29,0x51,0x8,0x0,0x50,0x31,0x82,0x10,0x18,0x99,0xb2,0x28,0x7c,0xc3,0x1b,0xde, + 0x20,0xa,0x1,0x0,0x2a,0x46,0x10,0x2,0x23,0x95,0x52,0xfa,0x49,0x88,0x42,0x0, + 0x80,0x5a,0x10,0x84,0xc0,0xc8,0x89,0x42,0x0,0x80,0x7a,0x10,0x84,0xc0,0x58,0x6c, + 0x37,0xa,0x67,0x66,0x66,0x7c,0x7f,0x2,0x0,0x18,0x33,0xf,0x5c,0xc0,0xd8,0xc, + 0x13,0x85,0x97,0x5d,0x76,0x59,0xd1,0x9e,0x28,0x4,0x0,0x98,0x0,0xf,0x5b,0xc0, + 0x58,0x75,0x45,0xe1,0xff,0xee,0x9d,0x95,0x45,0xe1,0xcc,0xcc,0xcc,0x8c,0x28,0x4, + 0x0,0x18,0x2f,0xf,0x5a,0xc0,0xd8,0x95,0x45,0xe1,0x9b,0xde,0xf4,0x26,0x51,0x8, + 0x0,0x30,0x25,0x1e,0xb2,0x80,0x89,0x48,0x29,0xfd,0xaf,0x10,0x85,0x0,0x0,0x95, + 0xe2,0x1,0xb,0x98,0x18,0x51,0x8,0x0,0x50,0x2d,0x1e,0xae,0x80,0x89,0x12,0x85, + 0x0,0x0,0xd5,0xe1,0xc1,0xa,0x98,0xb8,0x61,0xa2,0xf0,0x8d,0x6f,0x7c,0xe3,0x86, + 0x3d,0x51,0x8,0x0,0x30,0x5a,0x1e,0xaa,0x80,0xa9,0x10,0x85,0x0,0x0,0xd3,0xe7, + 0x81,0xa,0x98,0x9a,0xae,0x28,0xfc,0x3f,0xbd,0xb3,0x37,0xbf,0xf9,0xcd,0xa2,0x10, + 0x0,0x60,0xcc,0x3c,0x4c,0x1,0x53,0x25,0xa,0x1,0x0,0xa6,0xc7,0x83,0x14,0x30, + 0x75,0x29,0xa5,0xff,0x11,0xa2,0x10,0x0,0x60,0xe2,0x3c,0x44,0x1,0x95,0x20,0xa, + 0x1,0x0,0x26,0xcf,0x3,0x14,0x50,0x19,0xc3,0x44,0xe1,0xeb,0x5f,0xff,0xfa,0xd, + 0x7b,0xa2,0x10,0x0,0x60,0x6b,0x3c,0x3c,0x1,0x95,0x22,0xa,0x1,0x0,0x26,0xc7, + 0x83,0x13,0x50,0x39,0x65,0x51,0xf8,0xd6,0xb7,0xbe,0x55,0x14,0x2,0x0,0x8c,0x88, + 0x87,0x26,0xa0,0x92,0xba,0xa2,0xf0,0x6f,0x7a,0x67,0xa2,0x10,0x0,0x60,0x34,0x3c, + 0x30,0x1,0x95,0xd5,0x89,0xc2,0xbd,0x21,0xa,0x1,0x0,0xc6,0xc2,0xc3,0x12,0x50, + 0x69,0x29,0xa5,0xff,0x16,0xa2,0x10,0x0,0x60,0x2c,0x3c,0x28,0x1,0x95,0x37,0x4c, + 0x14,0x5e,0x72,0xc9,0x25,0x1b,0xf6,0x44,0x21,0x0,0x40,0x39,0xf,0x49,0x40,0x2d, + 0xc,0x8a,0xc2,0x27,0x9f,0x7c,0x52,0x14,0x2,0x0,0x6c,0x92,0x7,0x24,0xa0,0x36, + 0xca,0xa2,0xf0,0xed,0x6f,0x7f,0xbb,0x28,0x4,0x0,0xd8,0x24,0xf,0x47,0x40,0xad, + 0x74,0x45,0xe1,0xff,0xed,0x9d,0x89,0x42,0x0,0x80,0xcd,0xf1,0x60,0x4,0xd4,0x4e, + 0x27,0xa,0x7f,0x3f,0x44,0x21,0x0,0xc0,0xb6,0x78,0x28,0x2,0x6a,0x29,0xa5,0xf4, + 0xd7,0x21,0xa,0x1,0x0,0xb6,0xc5,0x3,0x11,0x50,0x5b,0xc3,0x44,0xe1,0x6b,0x5e, + 0xf3,0x9a,0xd,0x7b,0xe7,0xa3,0x30,0xa5,0x94,0x26,0x70,0x26,0x0,0x40,0x65,0x9, + 0x42,0xa0,0xd6,0x6,0x45,0xe1,0x97,0xbf,0xfc,0x65,0x51,0x8,0x0,0xd0,0x87,0x20, + 0x4,0x6a,0xaf,0x2c,0xa,0x2f,0xbf,0xfc,0xf2,0xbe,0x51,0xb8,0x63,0xc7,0x8e,0x1d, + 0xa2,0x10,0x0,0x68,0x33,0x41,0x8,0x34,0x82,0x28,0x4,0x0,0xd8,0x3c,0x41,0x8, + 0x34,0x46,0x57,0x14,0xfe,0xbf,0xde,0x99,0x28,0x4,0x0,0xd8,0x48,0x10,0x2,0x8d, + 0xd2,0x89,0xc2,0xf7,0x84,0x28,0x4,0x0,0x18,0x48,0x10,0x2,0x8d,0x93,0x52,0xfa, + 0xaf,0x31,0x20,0xa,0x2f,0xbe,0xf8,0xe2,0xd,0x7b,0xa2,0x10,0x0,0x68,0x1b,0x41, + 0x8,0x34,0xd2,0xa0,0x28,0x7c,0xe2,0x89,0x27,0x44,0x21,0x0,0xd0,0x7a,0x82,0x10, + 0x68,0xac,0xb2,0x28,0xbc,0xf2,0xca,0x2b,0x45,0x21,0x0,0xd0,0x7a,0x82,0x10,0x68, + 0x34,0x51,0x8,0x0,0xd0,0x9f,0x20,0x4,0x1a,0x4f,0x14,0x2,0x0,0x14,0x13,0x84, + 0x40,0x2b,0x74,0x45,0xe1,0x52,0xef,0x4c,0x14,0x2,0x0,0x6d,0x25,0x8,0x81,0xd6, + 0xe8,0x44,0xe1,0xbe,0x28,0x89,0xc2,0x85,0x85,0x85,0xd,0x7b,0xa2,0x10,0x0,0x68, + 0x2a,0x41,0x8,0xb4,0x4a,0x4a,0xe9,0xbf,0x44,0x49,0x14,0x3e,0xfe,0xf8,0xe3,0xa2, + 0x10,0x0,0x68,0xd,0x41,0x8,0xb4,0x4e,0x59,0x14,0xbe,0xfb,0xdd,0xef,0x16,0x85, + 0x0,0x40,0x6b,0x8,0x42,0xa0,0x95,0x44,0x21,0x0,0x80,0x20,0x4,0x5a,0x4c,0x14, + 0x2,0x0,0x6d,0x27,0x8,0x81,0x56,0xeb,0x8a,0xc2,0x53,0xbd,0x33,0x51,0x8,0x0, + 0x34,0x9d,0x20,0x4,0x5a,0xaf,0x13,0x85,0xef,0x8b,0x92,0x28,0xdc,0xbd,0x7b,0xf7, + 0x86,0x3d,0x51,0x8,0x0,0xd4,0x9d,0x20,0x4,0x88,0x88,0x94,0xd2,0x9f,0x47,0x49, + 0x14,0x7e,0xe1,0xb,0x5f,0xe8,0x1b,0x85,0x8b,0x8b,0x8b,0x8b,0xa2,0x10,0x0,0xa8, + 0x23,0x41,0x8,0xd0,0x51,0x16,0x85,0x57,0x5f,0x7d,0x75,0xdf,0x28,0x9c,0x9d,0x9d, + 0x9d,0x15,0x85,0x0,0x40,0x1d,0x9,0x42,0x80,0x2e,0xa2,0x10,0x0,0x68,0x13,0x41, + 0x8,0xd0,0x43,0x14,0x2,0x0,0x6d,0x21,0x8,0x1,0xa,0x88,0x42,0x0,0xa0,0xd, + 0x4,0x21,0x40,0x1f,0x5d,0x51,0xb8,0xd2,0x3b,0x3b,0x1f,0x85,0x3b,0x77,0xee,0xdc, + 0xb0,0x27,0xa,0x1,0x80,0xba,0x10,0x84,0x0,0x25,0x3a,0x51,0x78,0x43,0xf4,0x89, + 0xc2,0x63,0xc7,0x8e,0x89,0x42,0x0,0xa0,0xb6,0x4,0x21,0xc0,0x0,0x29,0xa5,0x67, + 0xa3,0x4f,0x14,0x5e,0x7b,0xed,0xb5,0xa2,0x10,0x0,0xa8,0xad,0xd9,0x69,0x1f,0x0, + 0x50,0x7,0x29,0xa5,0x67,0x73,0xce,0x37,0x46,0xc4,0x89,0xde,0xd9,0xf9,0x28,0x3c, + 0x70,0xe0,0x40,0x9c,0x39,0x73,0xe6,0x82,0xd9,0xf9,0x28,0x5c,0x5a,0x5a,0x5a,0xca, + 0x39,0xe7,0x49,0xdd,0xcb,0xe6,0xcd,0xce,0xce,0xce,0xee,0x2e,0xfa,0xc1,0x50,0x60, + 0x28,0x33,0x33,0x33,0xc3,0xbe,0x68,0xf0,0xbd,0x10,0x2a,0x44,0x10,0x2,0xc,0x29, + 0xa5,0xf4,0xf5,0x9c,0xf3,0x7b,0x23,0xe2,0xa9,0x88,0xd8,0xd5,0x3d,0x13,0x85,0xf5, + 0x37,0x33,0x33,0x33,0x33,0x3b,0x3b,0xeb,0xdf,0x8b,0x30,0x7e,0x3e,0x35,0x1,0x15, + 0xe2,0x23,0xa3,0x0,0x9b,0xe0,0xe3,0xa3,0x0,0x40,0x93,0x8,0x42,0x80,0x4d,0x1a, + 0x26,0xa,0xe7,0xe6,0xe6,0x36,0xec,0x9d,0x8f,0xc2,0x9,0x9c,0x8,0x0,0x30,0x14, + 0x41,0x8,0xb0,0x5,0x5d,0x51,0xb8,0xda,0x3b,0xbb,0xf6,0xda,0x6b,0xe3,0xe8,0xd1, + 0xa3,0x7d,0xa3,0xf0,0xa2,0x8b,0x2e,0xba,0x68,0x2,0x27,0x2,0x0,0xc,0xe4,0xa3, + 0x4b,0x0,0xdb,0x90,0x73,0xbe,0x3e,0x22,0xbe,0x52,0x34,0x3b,0x71,0xe2,0x44,0xdc, + 0x7a,0xeb,0xad,0x85,0x7b,0x6b,0x6b,0x6b,0x6b,0xcb,0xcb,0xcb,0xcb,0x7e,0xa6,0xb0, + 0x3a,0xe6,0xe7,0xe7,0xe7,0x17,0x16,0x16,0x16,0xba,0xbf,0xb6,0x77,0xef,0xde,0xf8, + 0xd8,0xc7,0x3e,0x36,0xad,0x93,0xa0,0xf6,0xde,0xf5,0xae,0x77,0x45,0xcf,0xff,0xac, + 0x22,0x22,0xde,0x99,0x52,0xfa,0xeb,0x69,0xdc,0x3,0x6c,0xe4,0x87,0xe7,0x1,0xb6, + 0x21,0xa5,0xf4,0x74,0x27,0xa,0x8f,0x47,0xc4,0x7c,0xf7,0x6c,0xdf,0xbe,0x7d,0xf1, + 0xb9,0xcf,0x7d,0x2e,0xe,0x1e,0x3c,0x18,0x6b,0x6b,0x6b,0x17,0xec,0xcd,0xcd,0xcd, + 0xcd,0x2d,0x2e,0x2e,0x2e,0x9e,0x3c,0x79,0xf2,0xe4,0x4,0xcf,0x65,0x93,0x2e,0xb9, + 0xe4,0x92,0xb8,0xe6,0x9a,0x6b,0xa6,0x7d,0x6,0x34,0x8d,0x17,0x12,0x50,0x21,0x3e, + 0x32,0xa,0xb0,0x4d,0x29,0xa5,0xaf,0x46,0xc4,0xfe,0x28,0xf8,0xf8,0xe8,0x75,0xd7, + 0x5d,0xe7,0xe3,0xa3,0x0,0x40,0x65,0x9,0x42,0x80,0x11,0x10,0x85,0x0,0x40,0x1d, + 0x9,0x42,0x80,0x11,0x19,0x26,0xa,0x77,0xec,0xd8,0xb1,0x61,0x4f,0x14,0x2,0x0, + 0xd3,0xe2,0x67,0x8,0x1,0x46,0x28,0xa5,0xf4,0xd5,0x9c,0xf3,0xcd,0x11,0xf1,0x64, + 0xef,0xec,0xba,0xeb,0xae,0x8b,0x47,0x1f,0x7d,0x34,0xe,0x1d,0x3a,0x14,0xeb,0xeb, + 0xeb,0x17,0xcc,0xba,0x7f,0x79,0xfd,0xa4,0x6e,0x65,0xcb,0x9e,0x8d,0x88,0xfb,0xa6, + 0x7d,0x4,0xd4,0xd8,0xf,0xa6,0x7d,0x0,0xf0,0x1b,0x82,0x10,0x60,0xc4,0x52,0x4a, + 0x4f,0xe5,0x9c,0xf7,0x47,0xc4,0x17,0xa3,0xe7,0xfb,0xec,0xfb,0xdf,0xff,0xfe,0xbe, + 0x51,0x78,0xfe,0x2f,0x9a,0x11,0x85,0x95,0xf7,0x37,0x29,0xa5,0x3f,0x9b,0xf6,0x11, + 0x0,0x30,0xa,0x3e,0x32,0xa,0x30,0x6,0x29,0xa5,0x2f,0x45,0xc4,0x1f,0x46,0xc4, + 0xd9,0xde,0xd9,0xf9,0x28,0x2c,0xfa,0xf8,0xe8,0xf9,0x28,0x9c,0xc0,0x89,0x0,0x0, + 0x82,0x10,0x60,0x5c,0x44,0x21,0x0,0x50,0x75,0x82,0x10,0x60,0x8c,0x44,0x21,0x0, + 0x50,0x65,0x82,0x10,0x60,0xcc,0x86,0x89,0xc2,0x99,0x99,0x8d,0xdf,0x8e,0x45,0x21, + 0x0,0x30,0x6e,0x82,0x10,0x60,0x2,0x6,0x45,0xe1,0x91,0x23,0x47,0x44,0x21,0x0, + 0x30,0x71,0x82,0x10,0x60,0x42,0xba,0xa2,0x70,0xbd,0x77,0x76,0xd3,0x4d,0x37,0x89, + 0x42,0x0,0x60,0xe2,0x4,0x21,0xc0,0x4,0x75,0xa2,0xf0,0x40,0x88,0x42,0x0,0xa0, + 0x2,0x4,0x21,0xc0,0x84,0xa5,0x94,0xbe,0x10,0xa2,0x10,0x0,0xa8,0x0,0x41,0x8, + 0x30,0x5,0xa2,0x10,0x0,0xa8,0x2,0x41,0x8,0x30,0x25,0xc3,0x44,0x61,0x4a,0x69, + 0xc3,0x9e,0x28,0x4,0x0,0x46,0x45,0x10,0x2,0x4c,0xd1,0xa0,0x28,0x7c,0xf8,0xe1, + 0x87,0xfb,0x46,0xe1,0xc2,0xc2,0xc2,0xc2,0x4,0x4e,0x4,0x0,0x1a,0x4c,0x10,0x2, + 0x4c,0x59,0x59,0x14,0xde,0x7a,0xeb,0xad,0x7d,0xa3,0x70,0x7e,0x7e,0x7e,0x5e,0x14, + 0x2,0x0,0xdb,0x21,0x8,0x1,0x2a,0xa0,0x2b,0xa,0xcf,0xf5,0xce,0x44,0x21,0x0, + 0x30,0x2e,0x82,0x10,0xa0,0x22,0x3a,0x51,0xf8,0x47,0x21,0xa,0x1,0x80,0x9,0x11, + 0x84,0x0,0x15,0x92,0x52,0xfa,0x4f,0x21,0xa,0x1,0x80,0x9,0x11,0x84,0x0,0x15, + 0x33,0x4c,0x14,0x16,0x11,0x85,0x0,0xc0,0x66,0x9,0x42,0x80,0xa,0x1a,0x14,0x85, + 0xf,0x3e,0xf8,0x60,0xe1,0x9e,0x28,0x4,0x0,0x36,0x43,0x10,0x2,0x54,0x54,0x59, + 0x14,0x7e,0xe4,0x23,0x1f,0x11,0x85,0x0,0xc0,0xb6,0x9,0x42,0x80,0xa,0xeb,0x8a, + 0xc2,0xdc,0x3b,0x13,0x85,0x0,0xc0,0x76,0x9,0x42,0x80,0x8a,0xeb,0x44,0xe1,0xed, + 0x21,0xa,0x1,0x80,0x11,0x13,0x84,0x0,0x35,0x90,0x52,0xfa,0x8f,0x21,0xa,0x1, + 0x80,0x11,0x13,0x84,0x0,0x35,0x21,0xa,0x1,0x80,0x51,0x13,0x84,0x0,0x35,0x32, + 0x28,0xa,0x1f,0x78,0xe0,0x81,0xc2,0x3d,0x51,0x8,0x0,0x14,0x11,0x84,0x0,0x35, + 0x53,0x16,0x85,0xb7,0xdd,0x76,0x5b,0x69,0x14,0xee,0xd9,0xb3,0x67,0xcf,0x98,0xcf, + 0x3,0x0,0x6a,0x44,0x10,0x2,0xd4,0xd0,0x56,0xa3,0x70,0xe7,0xce,0x9d,0x3b,0x45, + 0x21,0x0,0x70,0x9e,0x20,0x4,0xa8,0xa9,0xae,0x28,0xdc,0x40,0x14,0x2,0x0,0xc3, + 0x10,0x84,0x0,0x35,0xd6,0x89,0xc2,0x8f,0x16,0xcd,0x44,0x21,0x0,0x30,0x88,0x20, + 0x4,0xa8,0xb9,0x94,0xd2,0xc3,0x21,0xa,0x1,0x80,0x2d,0x10,0x84,0x0,0xd,0x30, + 0x28,0xa,0x3f,0xf5,0xa9,0x4f,0x15,0xee,0x89,0x42,0x0,0x68,0x37,0x41,0x8,0xd0, + 0x10,0x65,0x51,0xf8,0xd1,0x8f,0x7e,0x54,0x14,0x2,0x0,0x1b,0x8,0x42,0x80,0x6, + 0x11,0x85,0x0,0xc0,0x66,0x8,0x42,0x80,0x86,0x11,0x85,0x0,0xc0,0xb0,0x4,0x21, + 0x40,0x3,0x89,0x42,0x0,0x60,0x18,0x82,0x10,0xa0,0xa1,0x3a,0x51,0x78,0x57,0xd1, + 0x4c,0x14,0x2,0x0,0x11,0x82,0x10,0xa0,0xd1,0x52,0x4a,0xff,0x21,0x4a,0xa2,0xf0, + 0xde,0x7b,0xef,0x2d,0xdc,0x13,0x85,0x0,0xd0,0xe,0x82,0x10,0xa0,0xe1,0xca,0xa2, + 0xf0,0xae,0xbb,0xee,0x2a,0x8d,0xc2,0xdd,0xbb,0x77,0xef,0x1e,0xe7,0x6d,0x0,0xc0, + 0x74,0x9,0x42,0x80,0x16,0xd8,0x6a,0x14,0xee,0xda,0xb5,0x6b,0x97,0x28,0x4,0x80, + 0xe6,0x12,0x84,0x0,0x2d,0x21,0xa,0x1,0x80,0x5e,0x82,0x10,0xa0,0x45,0x44,0x21, + 0x0,0xd0,0x4d,0x10,0x2,0xb4,0x4c,0x27,0xa,0xff,0xb8,0x68,0x76,0xd7,0x5d,0x77, + 0xc5,0x3d,0xf7,0xdc,0x53,0xb8,0x27,0xa,0x1,0xa0,0x79,0x4,0x21,0x40,0xb,0xa5, + 0x94,0xee,0x8f,0x3e,0x51,0x78,0xcf,0x3d,0xf7,0xc4,0x5d,0x77,0x15,0xbe,0x44,0x14, + 0x85,0x0,0xd0,0x30,0x82,0x10,0xa0,0xa5,0xca,0xa2,0xf0,0xde,0x7b,0xef,0x15,0x85, + 0x0,0xd0,0x2,0x82,0x10,0xa0,0xc5,0x44,0x21,0x0,0xb4,0x9b,0x20,0x4,0x68,0x39, + 0x51,0x8,0x0,0xed,0x25,0x8,0x1,0x10,0x85,0x0,0xd0,0x52,0x82,0x10,0x80,0x88, + 0x78,0x35,0xa,0xff,0x6d,0xd1,0xec,0xde,0x7b,0xef,0x8d,0x3b,0xee,0xb8,0xa3,0x70, + 0x4f,0x14,0x2,0x40,0x7d,0x9,0x42,0x0,0x5e,0x95,0x52,0xfa,0x64,0x44,0xfc,0x49, + 0xd1,0xec,0xd3,0x9f,0xfe,0x74,0x69,0x14,0xee,0xda,0xb5,0x6b,0xd7,0x18,0x4f,0x3, + 0x0,0xc6,0x40,0x10,0x2,0x70,0x81,0x94,0xd2,0xbf,0x8e,0x2d,0x44,0xe1,0xee,0xdd, + 0xbb,0x77,0x8b,0x42,0x0,0xa8,0x17,0x41,0x8,0xc0,0x6,0xa2,0x10,0x0,0xda,0x41, + 0x10,0x2,0x50,0x48,0x14,0x2,0x40,0xf3,0x9,0x42,0x0,0xfa,0x12,0x85,0x0,0xd0, + 0x6c,0x82,0x10,0x80,0x52,0x83,0xa2,0xf0,0xb6,0xdb,0x6e,0x2b,0xdc,0x13,0x85,0x0, + 0x50,0x7d,0x82,0x10,0x80,0x81,0x3a,0x51,0x78,0xb8,0x68,0xf6,0xc0,0x3,0xf,0x94, + 0x46,0xe1,0xce,0x9d,0x3b,0x77,0x8e,0xf3,0x36,0x0,0x60,0xeb,0x4,0x21,0x0,0x43, + 0x49,0x29,0xfd,0xab,0xd8,0x42,0x14,0xee,0xd9,0xb3,0x67,0x8f,0x28,0x4,0x80,0x6a, + 0x12,0x84,0x0,0xc,0x4d,0x14,0x2,0x40,0xb3,0x8,0x42,0x0,0x36,0x45,0x14,0x2, + 0x40,0x73,0x8,0x42,0x0,0x36,0x4d,0x14,0x2,0x40,0x33,0x8,0x42,0x0,0xb6,0x64, + 0x50,0x14,0x1e,0x3c,0x78,0xb0,0x70,0x4f,0x14,0x2,0x40,0x75,0x8,0x42,0x0,0xb6, + 0xac,0x13,0x85,0xf,0x15,0xcd,0x1e,0x7c,0xf0,0x41,0x51,0x8,0x0,0x15,0x27,0x8, + 0x1,0xd8,0x96,0x94,0xd2,0xbf,0x88,0x82,0x28,0x4c,0x29,0x89,0x42,0x0,0xa8,0x38, + 0x41,0x8,0xc0,0xb6,0x89,0x42,0x0,0xa8,0x27,0x41,0x8,0xc0,0x48,0x88,0x42,0x0, + 0xa8,0x1f,0x41,0x8,0xc0,0xc8,0x88,0x42,0x0,0xa8,0x17,0x41,0x8,0xc0,0x48,0xd, + 0x8a,0xc2,0x5b,0x6e,0xb9,0xa5,0x70,0x4f,0x14,0x2,0xc0,0xe4,0x9,0x42,0x0,0x46, + 0xae,0x2c,0xa,0x1f,0x7e,0xf8,0xe1,0xd2,0x28,0x9c,0x9f,0x9f,0x9f,0x1f,0xf7,0x7d, + 0x0,0xc0,0x2b,0x4,0x21,0x0,0x63,0xd1,0x89,0xc2,0x47,0x7a,0xbf,0x3e,0x33,0x33, + 0x53,0x1a,0x85,0xb,0xb,0xb,0xb,0xa2,0x10,0x0,0x26,0x43,0x10,0x2,0x30,0x36, + 0x29,0xa5,0xdb,0x43,0x14,0x2,0x40,0x65,0x9,0x42,0x0,0xc6,0x4a,0x14,0x2,0x40, + 0x75,0x9,0x42,0x0,0xc6,0x4e,0x14,0x2,0x40,0x35,0x9,0x42,0x0,0x26,0x62,0x50, + 0x14,0xee,0xdf,0xbf,0xbf,0x70,0x4f,0x14,0x2,0xc0,0xf8,0x8,0x42,0x0,0x26,0xa6, + 0x2c,0xa,0x8f,0x1c,0x39,0x22,0xa,0x1,0x60,0xc2,0x4,0x21,0x0,0x13,0xd5,0x2f, + 0xa,0x77,0xec,0xd8,0x21,0xa,0x1,0x60,0xc2,0x4,0x21,0x0,0x13,0xd7,0x89,0xc2, + 0xa3,0xbd,0x5f,0x17,0x85,0x0,0x30,0x59,0x82,0x10,0x80,0x69,0xf9,0xa3,0x10,0x85, + 0x0,0x30,0x55,0x82,0x10,0x80,0xa9,0x48,0x29,0xe5,0x10,0x85,0x0,0x30,0x55,0x82, + 0x10,0x80,0xa9,0x19,0x26,0xa,0xaf,0xbf,0xfe,0xfa,0xc2,0x5d,0x51,0x8,0x0,0xdb, + 0x27,0x8,0x1,0x98,0xaa,0x41,0x51,0xf8,0xe8,0xa3,0x8f,0x8a,0x42,0x0,0x18,0x13, + 0x41,0x8,0xc0,0xd4,0x95,0x45,0xe1,0xec,0xec,0xac,0x28,0x4,0x80,0x31,0x11,0x84, + 0x0,0x54,0x42,0x57,0x14,0x3e,0xd6,0x3b,0x13,0x85,0x0,0x30,0x1e,0x82,0x10,0x80, + 0xca,0xe8,0x44,0xe1,0x81,0x10,0x85,0x0,0x30,0x11,0x82,0x10,0x80,0x4a,0x49,0x29, + 0x9d,0xb,0x51,0x8,0x0,0x13,0x21,0x8,0x1,0xa8,0x9c,0x61,0xa2,0x70,0xdf,0xbe, + 0x7d,0x85,0xbb,0xa2,0x10,0x0,0x86,0x27,0x8,0x1,0xa8,0xa4,0x41,0x51,0x78,0xf4, + 0xe8,0xd1,0xd2,0x28,0x9c,0x9b,0x9b,0x9b,0x1b,0xf3,0x89,0x0,0x50,0x7b,0x82,0x10, + 0x80,0xca,0x2a,0x8b,0xc2,0xf9,0xf9,0xf9,0xd2,0x28,0x5c,0x5c,0x5c,0x5c,0x14,0x85, + 0x0,0x50,0x4e,0x10,0x2,0x50,0x69,0xa2,0x10,0x0,0xc6,0x47,0x10,0x2,0x50,0x79, + 0x5d,0x51,0x78,0xbc,0x77,0x26,0xa,0x1,0x60,0xeb,0x4,0x21,0x0,0xb5,0xd0,0x89, + 0xc2,0x3f,0xc,0x51,0x8,0x0,0x23,0x23,0x8,0x1,0xa8,0x8d,0x94,0xd2,0x7a,0xc, + 0x88,0xc2,0xbd,0x7b,0xf7,0x16,0xee,0x8a,0x42,0x0,0xd8,0x48,0x10,0x2,0x50,0x2b, + 0x83,0xa2,0xf0,0xd8,0xb1,0x63,0xa2,0x10,0xf1,0x65,0x9,0x6d,0x0,0x0,0x4,0xc0, + 0x49,0x44,0x41,0x54,0x0,0x86,0x24,0x8,0x1,0xa8,0x9d,0xb2,0x28,0xdc,0xb5,0x6b, + 0x97,0x28,0x4,0x80,0x21,0x9,0x42,0x0,0x6a,0x49,0x14,0x2,0xc0,0xf6,0x9,0x42, + 0x0,0x6a,0x4b,0x14,0x2,0xc0,0xf6,0x8,0x42,0x0,0x6a,0xad,0x2b,0xa,0x9f,0xee, + 0x9d,0x89,0x42,0x0,0x28,0x27,0x8,0x1,0xa8,0xbd,0x4e,0x14,0xee,0x8f,0x92,0x28, + 0xbc,0xfa,0xea,0xab,0xb,0x77,0x45,0x21,0x0,0x6d,0x26,0x8,0x1,0x68,0x84,0x94, + 0xd2,0x5a,0x4a,0xe9,0xfd,0x11,0xf1,0xa5,0xde,0xd9,0xae,0x5d,0xbb,0xe2,0xb1,0xc7, + 0x1e,0x2b,0x8d,0xc2,0xd9,0xd9,0xd9,0xd9,0x21,0xff,0xa8,0xbc,0x8d,0x33,0x1,0xa0, + 0x52,0x4,0x21,0x0,0x4d,0xf3,0xa1,0x28,0x78,0x53,0xb8,0x67,0xcf,0x9e,0xd2,0x28, + 0xdc,0xb9,0x73,0xe7,0xce,0x21,0xff,0xfb,0xd3,0x36,0x6e,0x3,0x80,0x4a,0x11,0x84, + 0x0,0x34,0x4a,0x4a,0x69,0x2d,0xfa,0x7c,0x7c,0x74,0x50,0x14,0x2,0x40,0xdb,0x8, + 0x42,0x0,0x1a,0x47,0x14,0x2,0xc0,0x70,0x4,0x21,0x0,0x8d,0xd4,0x15,0x85,0x5f, + 0xef,0x9d,0x89,0x42,0x0,0x78,0x85,0x20,0x4,0xa0,0xb1,0x3a,0x51,0x78,0x43,0x94, + 0x44,0xe1,0x55,0x57,0x5d,0x35,0xf9,0xc3,0x0,0xa0,0x22,0x4,0x21,0x0,0x8d,0x96, + 0x52,0x3a,0x13,0x25,0x51,0xf8,0xf8,0xe3,0x8f,0x8b,0x42,0x0,0x5a,0x4b,0x10,0x2, + 0xd0,0x78,0x65,0x51,0xb8,0xb8,0xb8,0x28,0xa,0x1,0x68,0x2d,0x41,0x8,0x40,0x2b, + 0x88,0x42,0x0,0xd8,0x48,0x10,0x2,0xd0,0x1a,0x9d,0x28,0xbc,0x31,0x22,0x4e,0xf4, + 0xce,0x36,0x11,0x85,0x7e,0x31,0x3d,0x0,0x8d,0x21,0x8,0x1,0x68,0x95,0x94,0xd2, + 0x4a,0xbc,0x12,0x85,0x5b,0x7d,0x53,0xe8,0x17,0xd3,0x3,0xd0,0x18,0x82,0x10,0x80, + 0xd6,0xe9,0xfa,0xf8,0xe8,0xf3,0xbd,0xb3,0xf3,0x51,0x78,0xc5,0x15,0x57,0x4c,0xfe, + 0x30,0x0,0x98,0x30,0x41,0x8,0x40,0x2b,0x75,0xa2,0xf0,0x7d,0xd1,0x27,0xa,0x8f, + 0x1f,0x3f,0x1e,0x57,0x5e,0x79,0xe5,0xe4,0xf,0x3,0x0,0x0,0x60,0x32,0x72,0xce, + 0xbb,0x73,0xce,0xcf,0xe5,0xe1,0x1d,0x9b,0xf6,0xcd,0x0,0x30,0x2a,0xde,0x10,0x2, + 0xd0,0x6a,0x29,0xa5,0xd3,0xd1,0xe7,0x4d,0x21,0x0,0x34,0x9d,0x20,0x4,0xa0,0xf5, + 0x44,0x21,0x0,0x6d,0x25,0x8,0x1,0x20,0x44,0x21,0x0,0xed,0x24,0x8,0x1,0xa0, + 0x43,0x14,0x2,0xd0,0x36,0x82,0x10,0x0,0xba,0x74,0x45,0xe1,0x5f,0x4c,0xfb,0x16, + 0x0,0x18,0x37,0x41,0x8,0x0,0x3d,0x3a,0x51,0xb8,0x2f,0x44,0x21,0x0,0xd,0x27, + 0x8,0x1,0xa0,0x40,0x4a,0x69,0x39,0x44,0x21,0x0,0xd,0x27,0x8,0x1,0xa0,0xf, + 0x51,0x8,0x40,0xd3,0x9,0x42,0x0,0x28,0x21,0xa,0x1,0x68,0x32,0x41,0x8,0x0, + 0x3,0x88,0x42,0x0,0x9a,0x4a,0x10,0x2,0xc0,0x10,0x3a,0x51,0x78,0x5d,0x44,0xfc, + 0xe5,0xb4,0x6f,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb6,0xe0,0xff,0x3, + 0x12,0x5f,0x72,0xaa,0xde,0x27,0xd5,0x74,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44, + 0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/redo.png + 0x0,0x0,0x2,0xdc, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x7e,0x49,0x44,0x41,0x54,0x78,0xda,0xa4, + 0x53,0x7f,0x48,0x53,0x51,0x14,0x3e,0x77,0x1b,0x1b,0xb6,0x64,0xf,0x32,0x67,0x86, + 0x6b,0x29,0x58,0xe0,0x26,0x83,0x8a,0x68,0xf4,0x47,0x42,0x51,0x60,0x44,0x46,0x14, + 0x21,0xa5,0x5,0x51,0x2d,0x9,0x8a,0x8c,0x84,0xfe,0x89,0x28,0xa,0x54,0x12,0x22, + 0xa4,0x55,0x83,0xa8,0x56,0xfd,0xa3,0x14,0x39,0xa1,0xd2,0xcc,0x4a,0xd4,0xe9,0x74, + 0xd8,0x2f,0xd,0x73,0xc3,0xf6,0xd3,0x6d,0x6f,0xbe,0xd,0xb6,0xf1,0xf6,0x6e,0x67, + 0x9b,0x8d,0x11,0x5,0x56,0x7,0xce,0x3d,0x97,0xef,0x9c,0xfb,0xdd,0xef,0x9d,0x77, + 0x2e,0x81,0x7f,0xb4,0x58,0x2c,0xa6,0xc3,0xc0,0x4a,0x7e,0x4d,0x44,0xa3,0x51,0x35, + 0x86,0xdd,0x40,0x8,0x93,0x6,0x28,0x1d,0xc3,0xf5,0xb5,0x5c,0x2e,0x67,0x73,0x6a, + 0x74,0x82,0x20,0xf4,0xe2,0xb6,0x26,0x4b,0x30,0xcf,0x71,0xc,0x1,0xe8,0x98,0xf1, + 0xb0,0x5b,0xfa,0x27,0x9c,0xe0,0xf4,0x73,0x0,0x44,0x4,0x95,0xab,0xb,0xa1,0x7a, + 0x43,0x29,0xcb,0x71,0x5c,0x27,0x5,0x38,0x8d,0xa5,0x6a,0x41,0xa0,0xbd,0x40,0x68, + 0xfa,0x2,0x92,0x5a,0xd8,0x70,0x18,0xf,0x93,0x6f,0x4d,0xc6,0x6e,0xe6,0xe6,0x53, + 0x2b,0x80,0x8,0x79,0x45,0xe2,0x6c,0x54,0x2c,0x5d,0x2,0x86,0x6a,0x1d,0x9c,0xdf, + 0xbb,0x3e,0xad,0xc2,0x60,0x7c,0xcf,0xb4,0x1f,0xdf,0xc,0xa8,0xa2,0x2a,0x4d,0x10, + 0xa,0xb1,0xa6,0x6b,0xf,0x7a,0xea,0xaf,0x9a,0xfb,0x40,0x91,0x2f,0x87,0x2b,0x47, + 0x77,0x80,0x4a,0xc9,0x40,0x38,0x9a,0x80,0x87,0x7d,0x9f,0xa1,0xcb,0x3a,0x93,0x26, + 0xd2,0xaa,0x95,0x88,0x2b,0xe0,0xf9,0xe8,0x77,0xe0,0xcc,0x47,0x80,0xe7,0xf9,0xc, + 0x41,0x20,0x10,0xc,0x95,0xee,0xbb,0xc4,0x0,0x11,0x83,0xed,0xee,0x19,0xf0,0xcc, + 0x3a,0x6e,0xd9,0x6c,0xa3,0x23,0x25,0x2a,0x55,0xb1,0x46,0xa3,0xd9,0x39,0x31,0x1b, + 0x59,0xd7,0xd0,0xde,0xb,0xce,0x40,0x14,0x35,0x67,0x54,0x5,0xee,0xd5,0xa7,0xf4, + 0x57,0x49,0xfc,0x73,0x73,0xc,0xa5,0x94,0x9,0xcf,0x47,0xe0,0xdc,0xc1,0x6d,0x10, + 0xf4,0xbb,0xcd,0x7a,0xfd,0xa6,0x8b,0xc8,0x8b,0x4d,0x0,0x69,0x4b,0x6b,0xeb,0x58, + 0xdd,0xa1,0xba,0xe,0xfd,0x5a,0x25,0x38,0xfb,0xa7,0xf0,0x30,0xa2,0x42,0xa6,0x6f, + 0x54,0xa0,0x20,0x59,0x5e,0x50,0xc0,0xfa,0xfc,0x73,0x8,0xf2,0xa0,0xaf,0x50,0xe3, + 0xe7,0x84,0x9e,0x60,0xce,0x95,0x2a,0xf0,0xf9,0xfc,0x3a,0xbc,0xc5,0xd4,0x70,0xc3, + 0x2,0x8f,0xde,0x7c,0xc9,0xf4,0x24,0x65,0xa2,0x4c,0x10,0x28,0x12,0xa4,0x36,0xf1, + 0x78,0x7c,0x7c,0x65,0x41,0x7e,0xc9,0x3b,0xfb,0x57,0xe9,0xd9,0xda,0xad,0x7a,0x84, + 0x3a,0xbd,0x5e,0x9f,0x8e,0x2,0x76,0x9b,0x12,0xa6,0xcd,0xb0,0x1d,0x52,0x9e,0x6b, + 0x7c,0x32,0x9,0xd9,0xbf,0x30,0x6c,0x1d,0x31,0xf4,0x7f,0x70,0xd5,0xb4,0x3d,0xee, + 0xc9,0x1b,0x34,0x35,0x25,0x10,0xda,0x55,0xa4,0x2c,0xe4,0x31,0x96,0xa1,0x4b,0x16, + 0xee,0x24,0xb,0x67,0x49,0xe,0xcf,0xa4,0x38,0xad,0x88,0x88,0x1c,0x27,0xf,0x1f, + 0x50,0x3d,0x7b,0x3b,0x1e,0x8c,0x27,0x78,0x4e,0x57,0x5e,0xa2,0x68,0x69,0x6e,0x1e, + 0xc6,0x94,0x1f,0xdd,0x8b,0xee,0x41,0x77,0xff,0xc6,0x13,0x3f,0x99,0x88,0xf1,0xf6, + 0x9d,0x35,0x1f,0x27,0xa7,0x8f,0x6d,0xac,0xbd,0x70,0xaa,0x6f,0xc8,0xde,0xe8,0xf6, + 0x78,0x2b,0x16,0x33,0xd2,0xb9,0x72,0xc4,0x5d,0x96,0xee,0x55,0xbc,0x8c,0x29,0xbb, + 0x6f,0x19,0x90,0x5d,0x3e,0xb1,0x47,0x2a,0xcf,0x93,0xd,0x14,0xaf,0x28,0x72,0xff, + 0xcd,0x1b,0x11,0xbf,0x78,0xf9,0x6a,0x99,0xfd,0xd3,0x54,0xf9,0xfe,0xc6,0xeb,0x9a, + 0xa9,0x69,0x47,0xa5,0xcb,0xed,0x91,0x2e,0x56,0x41,0x16,0x1b,0x1c,0x1c,0x92,0xe0, + 0x10,0xc9,0x7c,0x21,0x4e,0x22,0x4e,0xc6,0x23,0x5a,0xad,0x86,0xff,0x23,0x1,0xe, + 0x11,0xfc,0x8f,0xfd,0x10,0x60,0x0,0xd1,0x14,0x1,0x65,0x65,0x9c,0xfa,0x50,0x0, + 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/delete.png + 0x0,0x0,0x2,0x85, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x27,0x49,0x44,0x41,0x54,0x78,0xda,0xa4, + 0x53,0x4d,0x4b,0x1b,0x51,0x14,0xbd,0x93,0x36,0x46,0x13,0x25,0x21,0x36,0x48,0xa1, + 0xa8,0x45,0x88,0xab,0x40,0x40,0x28,0x8,0x12,0xe2,0x42,0x5c,0x74,0x53,0x57,0xdd, + 0xb8,0xf2,0x7,0x88,0x60,0x71,0xdd,0x6e,0x5,0x37,0xfe,0x81,0x16,0xdc,0x56,0x94, + 0xb6,0x50,0xa,0x85,0x81,0x2c,0x74,0x61,0x25,0xc5,0xe0,0xc0,0xf8,0x11,0x2c,0x4d, + 0x46,0xad,0x8d,0x9d,0x7c,0x18,0x43,0xd3,0x72,0x7b,0xcf,0x73,0x5e,0x4c,0xe8,0xd2, + 0xb,0x87,0xb9,0x73,0xdf,0x3b,0xe7,0xdd,0x8f,0xf7,0xc,0x66,0xa6,0xbb,0x98,0x1, + 0x1,0xc3,0x30,0xd4,0xf,0xdb,0x76,0x44,0x3e,0xb,0xde,0xda,0xa6,0x31,0x3a,0xfa, + 0xd5,0x8b,0xa7,0xe5,0x3,0xb8,0x82,0x37,0x12,0x77,0x55,0x1c,0x5c,0x2d,0xe0,0x91, + 0x4d,0xea,0xed,0x4d,0x2a,0x7a,0xad,0x86,0x4d,0x93,0x82,0x24,0xf9,0x7c,0xaf,0x25, + 0x4e,0xd4,0x6c,0x12,0x5d,0x5f,0x43,0x74,0x12,0x22,0xe0,0xfa,0xda,0x4e,0x36,0x29, + 0x1a,0x4d,0x96,0x4b,0x25,0x72,0xf6,0xf7,0x49,0xfc,0x9b,0x18,0xc8,0xb1,0x18,0x39, + 0xb9,0x1c,0x35,0x3,0x1,0xa2,0x50,0x28,0xa9,0xe2,0xda,0xa0,0x22,0x2,0xb,0x5c, + 0x28,0xb0,0xbb,0xb7,0xc7,0xef,0xa6,0xa6,0x78,0x7d,0x7c,0x9c,0x4f,0x36,0x36,0x98, + 0x2f,0x2e,0x98,0x5d,0x57,0xf9,0x88,0x7d,0x9e,0x9d,0xe5,0xdf,0xe7,0xe7,0xcc,0xf9, + 0x3c,0xa3,0x2c,0x70,0xef,0x43,0xc4,0xad,0x54,0xea,0x91,0x9e,0x1e,0xa,0xe,0xc, + 0x28,0x94,0x6b,0x35,0xda,0x5d,0x5e,0x6e,0x1d,0xd2,0xee,0x7b,0xa7,0x82,0x53,0x8d, + 0xe8,0x26,0xbe,0x9a,0x9f,0x1f,0x7e,0x31,0x37,0xf7,0x29,0x14,0x8b,0xc5,0x9b,0x7e, + 0x3f,0x65,0x16,0x17,0xa9,0x7c,0x7c,0xdc,0xc1,0x9,0x8f,0x8c,0x50,0x6a,0x65,0x85, + 0xfc,0xd2,0x87,0x62,0x3e,0xff,0xe1,0x51,0x2a,0xf5,0x5c,0xb8,0x75,0xf2,0xc6,0x78, + 0xef,0x69,0x3a,0xfd,0xa4,0x91,0xcb,0x39,0x5c,0x2c,0xaa,0x34,0x3f,0xce,0xcc,0xa8, + 0xb4,0x1,0xf8,0x2a,0x75,0x29,0xf3,0xc7,0xf6,0x36,0xea,0x1f,0xd6,0xe5,0xfb,0xbc, + 0x3,0xfe,0xbe,0x5d,0x5d,0x4d,0x4,0xba,0xbb,0x1f,0x4a,0x93,0xc8,0xd9,0xda,0xa2, + 0xfa,0xd9,0x59,0xeb,0x74,0xf8,0x88,0x91,0x34,0x31,0x1a,0xe,0x8f,0x79,0x4d,0xbf, + 0xbd,0x7,0x74,0x70,0x80,0x51,0x65,0xd1,0xed,0x6f,0xa6,0xd9,0xaa,0x19,0x69,0xc3, + 0x74,0x39,0x63,0x4b,0x4b,0x34,0x34,0x31,0x41,0x74,0x79,0x89,0x11,0x3f,0xa6,0x78, + 0xdc,0xd5,0x19,0x3c,0xa3,0x60,0x90,0x7e,0x5a,0x56,0x7,0x19,0x35,0x3,0x5a,0x8, + 0x6b,0xe5,0xd3,0x53,0x64,0x12,0x51,0xf7,0x43,0x4c,0x9,0x58,0x47,0x47,0xbb,0xd4, + 0x68,0xd0,0x83,0x44,0x82,0x86,0xa6,0xa7,0x3b,0x1a,0x6,0x68,0x11,0xb5,0x36,0x38, + 0xa8,0x2e,0x94,0x70,0x9c,0xd6,0x3d,0x10,0xeb,0x33,0xd7,0xd6,0x5e,0xaa,0xf9,0x56, + 0xab,0x37,0x90,0x86,0x15,0x32,0x99,0xf7,0xb5,0x6c,0xd6,0x86,0xcf,0x57,0x57,0xea, + 0x4e,0xf0,0xe1,0x21,0x63,0xaf,0x70,0xba,0x14,0xb7,0xed,0x31,0xf5,0x2b,0x11,0xdb, + 0x56,0x9b,0x40,0x46,0xb7,0x31,0x9d,0x5f,0x3b,0x3b,0x5f,0x10,0xfb,0x63,0x59,0x15, + 0x8f,0xdc,0xff,0xdf,0x5b,0xd0,0x22,0x7a,0x44,0x62,0x25,0xc1,0x9,0x46,0x2c,0x40, + 0x13,0xfa,0x30,0x2d,0xc1,0x77,0x6f,0xed,0x56,0xe0,0x2e,0xf6,0x4f,0x80,0x1,0x0, + 0x5c,0x5c,0x5c,0xf9,0x8c,0xc9,0xbe,0x8b,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44, + 0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/selectAll.png + 0x0,0x0,0x1,0x4f, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x0,0xf1,0x49,0x44,0x41,0x54,0x78,0xda,0x9c, + 0x92,0x3b,0xe,0xc2,0x30,0xc,0x86,0x1d,0xe8,0x45,0x60,0x4,0x9,0x10,0xf,0xb1, + 0xa2,0x2e,0x1d,0x11,0xb7,0x68,0x39,0x11,0xe2,0x26,0x3d,0x1,0x82,0x89,0x8b,0x94, + 0x5,0xd1,0x1,0x3f,0x42,0x92,0x36,0xa8,0x14,0x18,0xd2,0x4f,0x72,0xed,0x5a,0xb5, + 0xe3,0xf8,0xaf,0xd2,0x5a,0x43,0x9a,0xed,0xb5,0xb0,0x80,0x30,0x3,0x33,0x1,0x11, + 0x1b,0x43,0x20,0xf4,0xde,0x18,0x91,0x8b,0x11,0xa9,0xfe,0x86,0xe0,0x74,0x39,0xab, + 0x8,0xc,0xb6,0xf8,0x78,0x3c,0x40,0x8,0xab,0xf9,0xd2,0xf9,0x9e,0x7d,0xd8,0x8e, + 0x96,0x2c,0x4d,0x61,0x38,0x18,0x38,0xb3,0xb1,0xe7,0x57,0x5e,0xea,0x1a,0x37,0x1, + 0x61,0xf5,0x92,0xe7,0x39,0x6c,0xe2,0x18,0xee,0xf7,0x87,0x8b,0x3d,0xbf,0xf2,0x2c, + 0xdc,0x68,0x60,0xee,0xe6,0x29,0x8a,0x1b,0x94,0x65,0xf9,0x35,0x72,0x3b,0xaf,0x45, + 0x7f,0x4f,0x90,0x24,0xc9,0xfb,0x4,0x1b,0x7b,0xfe,0xe5,0xab,0x4e,0x46,0x85,0xdd, + 0x76,0xa7,0x43,0x99,0x8c,0xc6,0xd6,0x55,0x4b,0x44,0x44,0xe8,0x4a,0xaf,0xb9,0x83, + 0x10,0x15,0x3c,0x6e,0x7,0xf8,0xc4,0x60,0x15,0x3e,0x1b,0x60,0xb8,0xa,0x1f,0xd, + 0xfc,0x15,0x3a,0xab,0xb0,0x5e,0x2c,0x3b,0xab,0x10,0x55,0xbf,0x32,0xc3,0x7c,0x32, + 0x5,0x11,0x71,0xd,0x43,0x50,0xb6,0x40,0x29,0x35,0x33,0x71,0x3f,0x50,0x41,0x36, + 0xb5,0x57,0x15,0x7a,0x62,0x9b,0x97,0x0,0x3,0x0,0xb8,0xaa,0x30,0x5c,0xb8,0x81, + 0xf2,0x4b,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????.png + 0x0,0x0,0x5,0xf, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x7,0x74,0x49, + 0x4d,0x45,0x7,0xde,0xa,0x1a,0xb,0x2d,0x6,0x54,0xe8,0x68,0x9e,0x0,0x0,0x2, + 0x89,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0x99,0x4d,0x68,0x13,0x41,0x14,0xc7,0x7f, + 0xbb,0xad,0xad,0xb5,0x45,0x24,0x69,0x14,0x34,0xa6,0x7,0x11,0xb,0x4a,0x3d,0xa8, + 0xb9,0xe4,0x20,0x78,0xf1,0x50,0x3c,0xa8,0x97,0x9e,0x14,0xf1,0x20,0x88,0xb5,0x50, + 0xa,0x5,0x8b,0x42,0xb1,0x37,0xb1,0x62,0x21,0x15,0x5,0x23,0xf5,0x3,0xec,0x41, + 0x5,0x2f,0xf6,0x22,0x48,0x68,0x10,0xeb,0xad,0xa2,0xd5,0x52,0x23,0xd1,0x83,0xe2, + 0x16,0x2a,0x69,0xc5,0x28,0x24,0xe3,0xc1,0xad,0x74,0x9b,0x4d,0xf6,0x3b,0x1e,0x9c, + 0xb7,0xec,0x65,0x76,0xdf,0xfc,0x7f,0xf3,0x76,0x76,0xe6,0xcd,0xc,0xd8,0xb7,0x5e, + 0xf2,0x8,0x4f,0x57,0x91,0xeb,0x34,0x3a,0x50,0x34,0x58,0x17,0xf3,0x1e,0xe5,0x5, + 0x82,0x2c,0x51,0x63,0xb5,0xf5,0x36,0xe5,0xf,0x32,0x4c,0x18,0xf8,0xce,0x4,0x4b, + 0x28,0xae,0x9a,0x90,0x60,0x1b,0x75,0xa8,0xee,0x5c,0x67,0xf5,0x16,0xe4,0x68,0x3, + 0x14,0x17,0x97,0xca,0x18,0x82,0x1c,0x31,0xe7,0x11,0xe8,0x60,0x94,0xed,0x94,0x28, + 0xb0,0xe,0x10,0xfa,0xed,0x93,0x59,0x7,0x64,0x2b,0x23,0x74,0x0,0xf7,0x78,0xea, + 0x9f,0xac,0x7d,0x80,0x8,0x57,0xd9,0xf,0x3c,0xa1,0x9f,0xf9,0xda,0x3,0xac,0xe7, + 0x12,0x87,0x81,0xc,0x67,0xf9,0x4c,0x5d,0xad,0x1,0x1a,0xb8,0xc0,0x31,0x60,0x9a, + 0xd3,0xcc,0xb9,0xec,0xf9,0x1e,0x0,0x54,0x7a,0x39,0x83,0xc2,0x27,0xba,0x99,0xe, + 0x46,0xbc,0x3a,0xc0,0x29,0x6,0x68,0x44,0xa3,0x87,0x74,0x70,0xf2,0x95,0x1,0x8e, + 0x72,0x91,0x16,0xf2,0xf4,0xf1,0x28,0x48,0xf9,0x4a,0x0,0x7,0x18,0x26,0xcc,0x2f, + 0x6,0xb9,0x13,0xac,0xbc,0x39,0x40,0x9c,0x24,0x31,0x4a,0x5c,0x26,0xe9,0xe7,0x90, + 0x63,0x17,0x60,0x7,0xa3,0xb4,0x23,0xb8,0xc6,0x10,0x3f,0x57,0x94,0x8b,0x60,0x60, + 0x56,0xf,0xc5,0x4d,0xc,0xb1,0x7,0x98,0xe4,0x26,0x21,0x5a,0x57,0x3c,0x51,0x68, + 0xa9,0x5,0x40,0x2b,0xfb,0x0,0xd8,0xc9,0xc3,0xb2,0xe8,0x84,0x75,0x90,0x40,0x1, + 0x14,0x5d,0x20,0x44,0xc8,0xf4,0xfd,0x45,0x7e,0x4,0xb,0xf0,0xc7,0xde,0x93,0x31, + 0x2d,0x2f,0xf2,0x18,0xad,0x16,0x0,0x19,0x4e,0x98,0x76,0xb9,0x0,0xba,0x61,0xa5, + 0x7c,0x20,0xa0,0x3e,0x5f,0x6e,0xae,0x12,0x24,0x9,0x20,0x1,0x24,0x80,0x4,0x90, + 0x0,0x12,0x40,0x2,0x48,0x0,0x9,0xe0,0xd2,0x14,0x4c,0x92,0xfa,0xda,0x1,0x8, + 0xb2,0x94,0x98,0xe1,0x9b,0xb1,0xd8,0xee,0x36,0x9d,0x1b,0x8b,0x73,0x92,0x67,0xdc, + 0xff,0x9b,0xde,0x8e,0x30,0xc5,0x2c,0xf9,0xea,0x4e,0x31,0x72,0x8,0xc6,0x7c,0x59, + 0xff,0xdc,0x40,0xf0,0x86,0x4d,0xd5,0x5f,0xa,0xee,0x13,0xa8,0x34,0x3,0xcd,0xac, + 0xfd,0x57,0x0,0xcb,0xcb,0x18,0x8b,0xf5,0xc5,0x7f,0xf5,0x1b,0x4a,0x0,0x9,0x20, + 0x1,0x4c,0xcd,0xdf,0xb9,0x20,0x44,0xf,0x6b,0x48,0x31,0x57,0xf6,0x24,0xc2,0x71, + 0xda,0x48,0xf2,0xd6,0xaa,0xa,0x6f,0x73,0x41,0x27,0x45,0x4,0x33,0x74,0xb3,0x1, + 0xb8,0x8b,0x20,0xc7,0x16,0xea,0x39,0xc2,0x24,0x25,0x4,0xe7,0xca,0x5d,0xfc,0xfd, + 0x4,0xef,0x78,0x1,0xb4,0x73,0x85,0x7,0x74,0xea,0xd1,0xdd,0x4b,0x8a,0xdb,0x24, + 0x50,0xf8,0xc8,0x4b,0xeb,0x2a,0xbc,0xce,0x86,0x51,0x6,0xf9,0x82,0x40,0xb0,0x80, + 0x86,0xa0,0x80,0x86,0x40,0xb0,0x44,0x8a,0xdd,0x76,0x2a,0xf0,0x63,0x3a,0x8e,0x33, + 0x4e,0xc1,0x70,0x5a,0x98,0xe6,0x10,0xd,0xf6,0x9c,0xfd,0xc9,0x7,0x9a,0xe8,0x62, + 0x4a,0x17,0xff,0x40,0x1f,0x11,0xfb,0xae,0xfe,0x25,0x24,0x9b,0x39,0xcf,0x6b,0x52, + 0xec,0x72,0xe6,0xb6,0xc,0xa0,0x3a,0x3a,0x94,0xac,0x64,0x1b,0xad,0x3,0x6f,0x3e, + 0xe,0x24,0xb8,0xe5,0x60,0xa3,0x52,0x41,0x30,0xc1,0xb8,0x89,0xc7,0x57,0xe7,0x81, + 0x8b,0x92,0x75,0x75,0x28,0xfd,0xca,0xb0,0xb5,0xef,0xc0,0x56,0x8f,0x3,0x1a,0x69, + 0x17,0x9b,0xb4,0x25,0x9e,0xb3,0xe8,0xe,0xe0,0x37,0x60,0x1a,0x0,0xe0,0x2e,0xa7, + 0xc5,0xc9,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63, + 0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38, + 0x54,0x32,0x32,0x3a,0x30,0x35,0x3a,0x32,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0x19, + 0x43,0xe8,0x64,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x34,0x2d,0x31,0x30,0x2d,0x32, + 0x36,0x54,0x31,0x31,0x3a,0x34,0x35,0x3a,0x30,0x36,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0x5,0x42,0x2b,0xf6,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f, + 0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72, + 0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63, + 0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd, + 0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65, + 0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69, + 0x67,0x68,0x74,0x0,0x35,0x31,0x32,0x8f,0x8d,0x53,0x81,0x0,0x0,0x0,0x17,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a, + 0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x35,0x31,0x32,0x1c,0x7c,0x3,0xdc,0x0,0x0, + 0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d, + 0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f, + 0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x34,0x31,0x34,0x32,0x39,0x35,0x31, + 0x30,0x36,0x8b,0xbb,0x8f,0x22,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x32,0x33,0x32,0x34,0x42, + 0xc3,0xbe,0x3f,0xdd,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68, + 0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73, + 0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e, + 0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73, + 0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x37, + 0x37,0x36,0x2f,0x31,0x31,0x37,0x37,0x36,0x37,0x33,0x2e,0x70,0x6e,0x67,0x1,0xe2, + 0x6b,0x4b,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-sizef.png + 0x0,0x0,0x0,0xa1, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x0,0x0,0x0,0xff,0xff, + 0xff,0x7e,0xef,0x8f,0x4f,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x46,0x49,0x44,0x41,0x54,0x8,0xd7,0x63,0x60,0x20,0x4, + 0x56,0xad,0x6a,0x0,0xd3,0x53,0x43,0xa1,0x74,0x18,0x44,0x7c,0x6a,0x4,0x94,0xe, + 0x80,0xd2,0x21,0x10,0x7a,0x9a,0x28,0x84,0x9e,0xc1,0xea,0x0,0xa6,0x17,0x30,0x6, + 0x30,0x41,0x74,0x86,0x70,0x42,0x68,0x51,0x55,0x8,0xcd,0xa,0x35,0x91,0x11,0x4a, + 0x73,0x42,0x69,0xd5,0x50,0x54,0x1b,0x61,0x2e,0xc0,0x7,0x0,0x24,0x2c,0x12,0x3d, + 0xcf,0x2,0x9,0x27,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/scene.ico + 0x0,0x0,0x74,0xe6, + 0x0, + 0x0,0x1,0x0,0xc,0x0,0x30,0x30,0x10,0x0,0x1,0x0,0x4,0x0,0x68,0x6,0x0, + 0x0,0xc6,0x0,0x0,0x0,0x20,0x20,0x10,0x0,0x1,0x0,0x4,0x0,0xe8,0x2,0x0, + 0x0,0x2e,0x7,0x0,0x0,0x18,0x18,0x10,0x0,0x1,0x0,0x4,0x0,0xe8,0x1,0x0, + 0x0,0x16,0xa,0x0,0x0,0x10,0x10,0x10,0x0,0x1,0x0,0x4,0x0,0x28,0x1,0x0, + 0x0,0xfe,0xb,0x0,0x0,0x30,0x30,0x0,0x0,0x1,0x0,0x8,0x0,0xa8,0xe,0x0, + 0x0,0x26,0xd,0x0,0x0,0x20,0x20,0x0,0x0,0x1,0x0,0x8,0x0,0xa8,0x8,0x0, + 0x0,0xce,0x1b,0x0,0x0,0x18,0x18,0x0,0x0,0x1,0x0,0x8,0x0,0xc8,0x6,0x0, + 0x0,0x76,0x24,0x0,0x0,0x10,0x10,0x0,0x0,0x1,0x0,0x8,0x0,0x68,0x5,0x0, + 0x0,0x3e,0x2b,0x0,0x0,0x30,0x30,0x0,0x0,0x1,0x0,0x20,0x0,0xa8,0x25,0x0, + 0x0,0xa6,0x30,0x0,0x0,0x20,0x20,0x0,0x0,0x1,0x0,0x20,0x0,0xa8,0x10,0x0, + 0x0,0x4e,0x56,0x0,0x0,0x18,0x18,0x0,0x0,0x1,0x0,0x20,0x0,0x88,0x9,0x0, + 0x0,0xf6,0x66,0x0,0x0,0x10,0x10,0x0,0x0,0x1,0x0,0x20,0x0,0x68,0x4,0x0, + 0x0,0x7e,0x70,0x0,0x0,0x28,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x60,0x0,0x0, + 0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x80,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x80, + 0x0,0x80,0x0,0x80,0x0,0x0,0x80,0x80,0x0,0x80,0x80,0x80,0x0,0xc0,0xc0,0xc0, + 0x0,0xff,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0x0,0xff,0xff,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x78,0xf0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x8,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7, + 0xff,0xff,0x83,0x7f,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x8f,0xff,0x87,0x3b,0x38,0xff,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x8f,0xff, + 0x87,0x33,0x88,0x83,0x8f,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0xf7,0x33,0xb8,0x88,0x8b,0x38,0xff,0x70,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0xf8,0x33, + 0x3b,0x88,0x88,0xb3,0x33,0x8f,0xf7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x78,0xff,0xf8,0x33,0x3b,0x88,0x88,0x8b,0xbb,0x87,0x78,0xff,0x70, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x78,0xff,0xf8,0x73,0x33,0xbb, + 0x88,0x8b,0xb8,0x88,0x83,0x32,0x8f,0xf7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x8,0xff,0xf8,0x73,0x33,0xbb,0xb8,0x88,0xbb,0x8f,0x87,0x22,0x22,0x7f,0xff, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0x73,0x33,0x3b,0xbb,0xbb, + 0x8b,0xb8,0xf7,0x22,0x67,0x76,0x27,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x8f,0xff,0x83,0x33,0x33,0xbb,0xbb,0xbb,0xbb,0xbf,0x72,0x67,0x77,0x77,0x62,0x7f, + 0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0x83,0x33,0x33,0x3b,0xbb,0xbb,0xbb, + 0xbb,0x8f,0x76,0x77,0x77,0x77,0x66,0x27,0xff,0x80,0x0,0x0,0x0,0x0,0x7,0xff, + 0xf8,0x33,0x33,0x33,0xbb,0xbb,0xbb,0xbb,0xbb,0xbf,0x76,0x77,0x77,0x77,0x66,0x22, + 0x7f,0xf8,0x0,0x0,0x0,0x0,0x7f,0xff,0x71,0x33,0x33,0x3b,0xbb,0xbb,0xbb,0xbb, + 0xbb,0xbf,0x86,0x77,0x77,0x66,0x66,0x62,0x28,0xff,0x80,0x0,0x0,0x0,0x8f,0xf7, + 0x13,0x33,0x33,0x3b,0xbb,0xbb,0xbb,0xbb,0xb3,0x3f,0x86,0x77,0x76,0x66,0x67,0x66, + 0x22,0x8f,0xf8,0x0,0x0,0x7,0xff,0x71,0x33,0x33,0x33,0xbb,0xbb,0xbb,0xbb,0xbb, + 0xb3,0x8f,0x86,0x77,0x76,0xee,0x67,0x66,0x22,0x28,0xff,0x70,0x0,0x8,0xf8,0x11, + 0x33,0x33,0x33,0x3b,0xbb,0xbb,0xbb,0xbb,0x33,0xf8,0x66,0x77,0x77,0x77,0x76,0x66, + 0x22,0x22,0x8f,0xf7,0x0,0x7f,0xf7,0x11,0x33,0x33,0x33,0x37,0xbb,0xbb,0xbb,0xbb, + 0x3b,0xf7,0x67,0x77,0x77,0x77,0x76,0x66,0x22,0x22,0x28,0xff,0x0,0x7f,0xf1,0x11, + 0x31,0x13,0x33,0x38,0x7b,0xbb,0xbb,0xbb,0x38,0xf7,0x67,0x77,0x77,0x76,0x76,0x66, + 0x22,0x22,0x22,0xff,0x80,0x7f,0x81,0x11,0x11,0x11,0x33,0x78,0x87,0xbb,0xbb,0x33, + 0x38,0xf7,0x67,0x76,0x66,0x77,0x66,0xe6,0x22,0x22,0x27,0xff,0xf8,0x7f,0x81,0x11, + 0x11,0x11,0x13,0x7f,0x88,0x7b,0xb3,0x33,0x88,0xf7,0x67,0x6e,0xe6,0x77,0x66,0x62, + 0x22,0x27,0x8f,0xf8,0x80,0x7f,0xf1,0x11,0x1,0x11,0x13,0x8f,0xf8,0x87,0x33,0xb8, + 0x88,0x76,0x67,0x77,0x67,0x76,0x66,0x22,0x27,0xff,0xf8,0x80,0x0,0x8,0xf7,0x0, + 0x0,0x1,0x7,0xff,0xff,0x88,0x38,0x87,0x76,0x66,0x77,0x76,0x66,0x66,0x22,0x77, + 0xff,0xf8,0x0,0x0,0x0,0x7,0x70,0x0,0x0,0x0,0x7f,0xff,0xf8,0x88,0x87,0x72, + 0x66,0x77,0x76,0x66,0x66,0x62,0x78,0xff,0xf8,0x0,0x0,0x0,0x0,0x0,0x70,0x0, + 0x0,0x17,0xff,0xff,0xf8,0x77,0x88,0x76,0x77,0x76,0x66,0x66,0x77,0x66,0x88,0x88, + 0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x77,0x78,0xff,0xff,0xff,0x86,0x76,0x78,0x87, + 0x77,0x66,0x66,0x67,0x77,0x76,0x67,0x70,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x78, + 0xff,0xff,0xff,0xff,0x87,0x87,0x68,0x88,0x76,0x66,0x77,0x67,0x77,0x88,0x76,0x66, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x8f,0xff,0xff,0xff,0xf7,0x88,0x76,0x88, + 0x76,0x66,0x77,0x66,0x78,0x88,0x87,0x76,0x66,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x78,0xff,0xff,0xff,0xf8,0x88,0x76,0x77,0x66,0x66,0x77,0x76,0x78,0x88,0x88,0x87, + 0x66,0x60,0x0,0x1,0x11,0x0,0x0,0x0,0x7,0x8f,0xff,0xff,0xff,0x78,0x87,0x66, + 0x77,0x76,0x78,0x88,0x78,0x88,0x88,0x88,0x87,0x66,0x64,0x43,0x33,0x0,0x0,0x0, + 0x0,0x78,0xff,0xff,0xff,0x78,0x88,0x76,0x77,0x76,0x78,0x88,0x88,0x88,0x88,0x88, + 0x88,0x76,0x66,0x63,0x33,0x0,0x0,0x0,0x0,0x7,0x8f,0xff,0xff,0x87,0x88,0x86, + 0x78,0x87,0x68,0x88,0x88,0x88,0x88,0x88,0x88,0x86,0x66,0x63,0x37,0x0,0x0,0x0, + 0x0,0x0,0x78,0xff,0xff,0xf7,0x88,0x87,0x68,0x88,0x77,0x88,0x88,0x88,0x88,0x88, + 0x88,0x87,0x66,0x63,0x77,0x0,0x0,0x0,0x0,0x0,0x7,0x8f,0xff,0xf8,0x78,0x88, + 0x66,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x77,0x73,0x77,0x0,0x0,0x0, + 0x0,0x0,0x0,0x8,0xff,0xff,0x78,0xf8,0x86,0x88,0x88,0x88,0x88,0x88,0x88,0x88, + 0x88,0x88,0x87,0x73,0x77,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8f,0xff,0xf7,0x8f, + 0xf8,0x68,0x88,0x88,0xf8,0x88,0x88,0x88,0x88,0x88,0x87,0x77,0x78,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xf8,0x78,0xff,0x87,0x88,0x88,0xff,0xff,0xf8,0xf8, + 0x88,0x88,0x88,0x87,0x88,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8f,0xff,0x87, + 0x8f,0xf8,0x88,0x8f,0xff,0xff,0xff,0xff,0xff,0x8f,0xf8,0x87,0x88,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xf8,0x88,0xff,0x88,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xf8,0x87,0x88,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8f,0xff, + 0xf8,0x8f,0xf8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x88,0x88,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xff,0x88,0xff,0xff,0xff,0xf8,0x88,0x87, + 0x77,0x77,0x77,0x78,0x88,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8f, + 0xff,0x88,0x88,0x88,0x87,0x77,0x77,0x70,0x0,0x0,0x0,0x8,0x88,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xf8,0x88,0x80,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x88,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x8,0xf8,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0x9a,0x9c,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xc3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x1,0xff,0xff,0xff,0xff,0xff,0xff,0xfc, + 0x1,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xe0, + 0x0,0x7f,0xff,0xff,0xff,0xff,0xff,0x80,0x0,0x3f,0xff,0xff,0xff,0xff,0xfe,0x0, + 0x0,0x1f,0xff,0xff,0xff,0xff,0xfc,0x0,0x0,0xf,0xff,0xff,0xfe,0xff,0xf0,0x0, + 0x0,0x7,0xff,0xff,0xfc,0xff,0xc0,0x0,0x0,0x3,0xff,0xff,0xf0,0xff,0x0,0x0, + 0x0,0x1,0xff,0xff,0xc0,0xfe,0x0,0x0,0x0,0x1,0xff,0xff,0x0,0xf8,0x0,0x0, + 0x0,0x0,0xff,0xfe,0x0,0xf0,0x0,0x0,0x0,0x0,0x7f,0xf8,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x3f,0xf0,0x0,0xc0,0x0,0x0,0x0,0x0,0x1f,0xe0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0xf,0xc0,0x0,0x80,0x0,0x0,0x0,0x0,0x7,0xc0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x3,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x80,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x3f,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0xff,0x80,0x0,0xc0,0x0,0x0, + 0x0,0x3,0xff,0x80,0x0,0xe0,0x0,0x0,0x0,0x7,0xff,0xc0,0x0,0xf0,0x0,0x0, + 0x0,0x3,0xff,0xe0,0x0,0xf8,0x0,0x0,0x0,0x0,0xf8,0xf0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x78,0xf8,0x0,0xfe,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0xff,0x0,0x0, + 0x0,0x0,0x0,0xfe,0x0,0xff,0x80,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0xff,0x80,0xff,0xe0,0x0,0x0,0x0,0x0,0xff,0xc0,0xff,0xf8,0x0, + 0x0,0x0,0x0,0xff,0xe0,0xff,0xfc,0x0,0x0,0x0,0x0,0xff,0xf8,0xff,0xfe,0x0, + 0x0,0x0,0x0,0xff,0xfc,0xff,0xff,0x0,0x0,0x0,0x0,0xff,0xfe,0xff,0xff,0x80, + 0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xc0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xe0, + 0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xf0,0x0,0x7,0xf8,0xff,0xff,0xff,0xff,0xf8, + 0x7,0xff,0xfc,0xff,0xff,0xff,0xff,0xfe,0x1f,0xff,0xff,0xff,0xff,0x28,0x0,0x0, + 0x0,0x20,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x80,0x0, + 0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x0,0x0,0x80,0x80, + 0x0,0x80,0x80,0x80,0x0,0xc0,0xc0,0xc0,0x0,0xff,0x0,0x0,0x0,0x0,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0x0,0xff,0xff, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x77,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xf8,0x7f,0xf0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x78,0xff,0x73,0x37,0xf8, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0x83,0x38,0x83,0x7f, + 0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0x83,0x3b,0x88,0x8b,0x38, + 0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0x83,0x3b,0xb8,0x8b,0x88,0x73, + 0x7f,0x70,0x0,0x0,0x0,0x0,0x0,0x7,0x8f,0x87,0x33,0xbb,0x88,0xb8,0x87,0x22, + 0x28,0xf7,0x0,0x0,0x0,0x0,0x0,0x8f,0xf7,0x33,0x3b,0xbb,0xbb,0x88,0x66,0x77, + 0x62,0x8f,0x70,0x0,0x0,0x0,0x8,0xf8,0x33,0x33,0xbb,0xbb,0xbb,0x87,0x67,0x77, + 0x76,0x28,0xf7,0x0,0x0,0x0,0xff,0x73,0x33,0x3b,0xbb,0xbb,0xbb,0x88,0x67,0x77, + 0x66,0x22,0x8f,0x0,0x0,0x8,0xf7,0x13,0x33,0xbb,0xbb,0xbb,0xb3,0x88,0x67,0x76, + 0x66,0x62,0x2f,0xf0,0x0,0x7f,0x81,0x33,0x33,0x3b,0xbb,0xbb,0xbb,0xf7,0x67,0x7e, + 0xe6,0x66,0x22,0xff,0x0,0x8f,0x31,0x33,0x33,0x73,0xbb,0xbb,0x3b,0x86,0x77,0x77, + 0x66,0x66,0x22,0x2f,0x80,0x8f,0x11,0x11,0x33,0x88,0x3b,0xbb,0x3b,0x86,0x66,0x66, + 0x76,0x66,0x22,0x28,0xf8,0x8f,0x11,0x11,0x13,0x8f,0x83,0x33,0xb8,0x86,0x6e,0xe6, + 0x76,0x62,0x27,0xff,0x80,0x7f,0x10,0x0,0x7,0xff,0xf7,0x38,0x87,0x66,0x76,0x66, + 0x22,0x78,0xff,0x80,0x0,0x7,0x0,0x0,0x3f,0xff,0x88,0x77,0x66,0x77,0x66,0x66, + 0x68,0xff,0x80,0x0,0x0,0x0,0x77,0x78,0xff,0xff,0x76,0x77,0x77,0x66,0x67,0x77, + 0x67,0x70,0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0x78,0x68,0x76,0x67,0x76,0x77, + 0x76,0x66,0x0,0x0,0x0,0x0,0x0,0x8f,0xff,0xff,0x78,0x77,0x76,0x67,0x76,0x78, + 0x88,0x76,0x60,0x0,0x11,0x0,0x0,0x8,0xff,0xff,0x88,0x86,0x67,0x77,0x88,0x88, + 0x88,0x88,0x76,0x64,0x37,0x0,0x0,0x0,0x8f,0xff,0xf7,0x88,0x67,0x76,0x88,0x88, + 0x88,0x88,0x87,0x66,0x37,0x0,0x0,0x0,0x8,0xff,0xf8,0x88,0x77,0x88,0x88,0x88, + 0x88,0x88,0x87,0x77,0x77,0x0,0x0,0x0,0x0,0x8f,0xff,0x78,0x86,0x88,0x88,0x88, + 0x88,0x88,0x88,0x87,0x78,0x0,0x0,0x0,0x0,0x8,0xff,0x88,0xf8,0x78,0x88,0x88, + 0x88,0x88,0x88,0x87,0x78,0x0,0x0,0x0,0x0,0x0,0x8f,0xf8,0x88,0x87,0x88,0xff, + 0xf8,0x88,0x88,0x88,0x78,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0x88,0xf8,0x8f,0xff, + 0xff,0xff,0xff,0x88,0x88,0x0,0x0,0x0,0x0,0x0,0x0,0x8f,0xf8,0x8f,0xff,0xf8, + 0x88,0x88,0x77,0x77,0x8f,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0x88,0x88,0x77, + 0x77,0x0,0x0,0x0,0x88,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xf8,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xcf,0xff,0xff,0xff,0xf, + 0xff,0xff,0xfc,0x7,0xff,0xff,0xf0,0x3,0xff,0xff,0xc0,0x1,0xff,0xff,0x80,0x0, + 0xff,0xfe,0x0,0x0,0x7f,0xf8,0x0,0x0,0x3f,0xf0,0x0,0x0,0x1f,0xe0,0x0,0x0, + 0xf,0xc0,0x0,0x0,0xf,0x80,0x0,0x0,0x7,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x7,0x80,0x0,0x0, + 0x1f,0xc0,0x0,0x0,0x7f,0xe0,0x0,0x0,0x3f,0xf0,0x0,0x0,0x1c,0xf8,0x0,0x0, + 0x0,0xfc,0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0xff,0x80,0x0, + 0x0,0xff,0xc0,0x0,0x0,0xff,0xe0,0x0,0x0,0xff,0xf0,0x0,0x0,0xff,0xf8,0x0, + 0xfc,0xff,0xfe,0x3f,0xff,0x28,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x30,0x0,0x0, + 0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x80,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x80, + 0x0,0x80,0x0,0x80,0x0,0x0,0x80,0x80,0x0,0x80,0x80,0x80,0x0,0xc0,0xc0,0xc0, + 0x0,0xff,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0x0,0xff,0xff,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8, + 0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xf8,0xf8,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7,0xf8,0x77,0x7f,0x70,0x0,0x0,0x0,0x0,0x0,0x0, + 0x7,0xff,0x73,0x88,0xb7,0xf7,0x0,0x0,0x0,0x0,0x0,0x7,0x8f,0x83,0x38,0x8b, + 0x87,0x7f,0x70,0x0,0x0,0x0,0x0,0x8f,0x83,0x3b,0x88,0xb8,0x76,0x27,0xf7,0x0, + 0x0,0x0,0x7f,0x83,0x33,0xbb,0xbb,0x87,0x67,0x72,0x7f,0x0,0x0,0x7,0xf7,0x33, + 0x3b,0xbb,0xbb,0x87,0x76,0x66,0x28,0xf0,0x0,0xf,0x71,0x33,0xbb,0xbb,0xbb,0x87, + 0x66,0xe6,0x62,0x8f,0x0,0x88,0x13,0x33,0x3b,0xbb,0xbb,0x86,0x77,0x77,0x62,0x28, + 0x80,0x87,0x11,0x13,0x77,0xbb,0x3b,0x86,0x76,0x66,0x66,0x26,0xf8,0x87,0x11,0x11, + 0x88,0x73,0xb8,0x76,0x6e,0x62,0x26,0x88,0x80,0x7,0x0,0x7,0xff,0x87,0x76,0x67, + 0x66,0x67,0x8f,0xf0,0x0,0x7,0x77,0x8f,0xf8,0x78,0x76,0x66,0x67,0x67,0x80,0x0, + 0x0,0x0,0x7f,0xff,0xf8,0x86,0x86,0x67,0x67,0x87,0x66,0x0,0x0,0x0,0x7,0xff, + 0xf8,0x87,0x66,0x67,0x78,0x88,0x87,0x64,0x13,0x0,0x0,0x7f,0xff,0x78,0x67,0x77, + 0x88,0x88,0x88,0x76,0x37,0x0,0x0,0x7,0xff,0x88,0x86,0x87,0x88,0x88,0x88,0x87, + 0x77,0x0,0x0,0x0,0x7f,0xf8,0x87,0x78,0x88,0x88,0x88,0x88,0x78,0x0,0x0,0x0, + 0x0,0xff,0x88,0x88,0x8f,0xff,0xff,0x88,0x78,0x0,0x0,0x0,0x0,0xf,0xf8,0x88, + 0xff,0xff,0xff,0xf8,0x78,0x0,0x0,0x0,0x0,0x0,0xff,0x88,0x88,0x88,0x77,0x77, + 0x88,0x0,0x0,0x0,0x0,0x0,0xf,0x88,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xf1,0xff,0xff,0xff,0xe0,0xff,0xff,0xff,0x80,0x7f,0xff,0xfe,0x0,0x3f, + 0xff,0xf8,0x0,0x1f,0xfe,0xf0,0x0,0xf,0xf8,0xc0,0x0,0xf,0xf0,0x80,0x0,0x7, + 0xc0,0x80,0x0,0x3,0x80,0x0,0x0,0x1,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x1, + 0x0,0x80,0x0,0x7,0x0,0x80,0x0,0x1f,0x80,0xc0,0x0,0xf,0x80,0xe0,0x0,0x0, + 0xc0,0xf0,0x0,0x0,0xe0,0xf8,0x0,0x0,0xf0,0xfc,0x0,0x0,0xf8,0xff,0x0,0x0, + 0xfc,0xff,0x80,0x0,0xff,0xff,0xc0,0x0,0xff,0xff,0xe3,0xff,0xff,0x28,0x0,0x0, + 0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x80,0x0, + 0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x0,0x0,0x80,0x80, + 0x0,0x80,0x80,0x80,0x0,0xc0,0xc0,0xc0,0x0,0xff,0x0,0x0,0x0,0x0,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0x0,0xff,0xff, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x7,0x8f,0x70,0x0,0x0,0x0,0x0,0x0,0x88,0xb3,0x80,0x0,0x0,0x0,0x0,0x78, + 0x7b,0xbb,0x38,0x0,0x0,0x0,0x78,0x73,0xbb,0xb7,0x22,0x80,0x0,0x8,0x83,0x3b, + 0xbb,0x76,0x62,0x68,0x0,0x88,0x13,0xbb,0xbb,0x76,0x66,0x26,0x80,0x81,0x13,0x73, + 0xbb,0x76,0x66,0x20,0x78,0x81,0x1,0xf7,0x33,0x66,0x62,0x27,0x80,0x1,0x18,0xf6, + 0x72,0x66,0x76,0x70,0x13,0x0,0xff,0xf7,0x76,0x67,0x88,0x76,0x77,0x0,0xf,0xf8, + 0x86,0x78,0x88,0x87,0x78,0x0,0x0,0xff,0x78,0x78,0x88,0x88,0x78,0x0,0x0,0xf, + 0xf7,0x8f,0xff,0x88,0x88,0x0,0x0,0x0,0xff,0x77,0x76,0x0,0x8,0x0,0x0,0x0, + 0xf,0x88,0x0,0x0,0x0,0xff,0xff,0xbb,0xcd,0xfe,0x1f,0xff,0xff,0xf8,0xf,0xfe, + 0x1f,0xe0,0x7,0xf8,0xf,0xc0,0x7,0xe0,0x7,0x80,0x3,0xc0,0x7,0x0,0x1,0x80, + 0x3,0x0,0x0,0x0,0x1,0x0,0x1,0x0,0x0,0x80,0x4,0x0,0x1,0xc0,0x0,0x80, + 0x4,0xe0,0x0,0xc0,0x0,0xf0,0x0,0xe0,0x0,0xf8,0x0,0xf0,0x0,0xfc,0xe,0xf8, + 0x0,0xfe,0x3f,0xfc,0xe,0x28,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x60,0x0,0x0, + 0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0, + 0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0,0x0,0x80,0x80,0x80,0x0,0xc0,0xdc,0xc0, + 0x0,0xf0,0xca,0xa6,0x0,0xaa,0x3f,0x2a,0x0,0xff,0x3f,0x2a,0x0,0x0,0x5f,0x2a, + 0x0,0x55,0x5f,0x2a,0x0,0xaa,0x5f,0x2a,0x0,0xff,0x5f,0x2a,0x0,0x0,0x7f,0x2a, + 0x0,0x55,0x7f,0x2a,0x0,0xaa,0x7f,0x2a,0x0,0xff,0x7f,0x2a,0x0,0x0,0x9f,0x2a, + 0x0,0x55,0x9f,0x2a,0x0,0xaa,0x9f,0x2a,0x0,0xff,0x9f,0x2a,0x0,0x0,0xbf,0x2a, + 0x0,0x55,0xbf,0x2a,0x0,0xaa,0xbf,0x2a,0x0,0xff,0xbf,0x2a,0x0,0x0,0xdf,0x2a, + 0x0,0x55,0xdf,0x2a,0x0,0xaa,0xdf,0x2a,0x0,0xff,0xdf,0x2a,0x0,0x0,0xff,0x2a, + 0x0,0x55,0xff,0x2a,0x0,0xaa,0xff,0x2a,0x0,0xff,0xff,0x2a,0x0,0x0,0x0,0x55, + 0x0,0x55,0x0,0x55,0x0,0xaa,0x0,0x55,0x0,0xff,0x0,0x55,0x0,0x0,0x1f,0x55, + 0x0,0x55,0x1f,0x55,0x0,0xaa,0x1f,0x55,0x0,0xff,0x1f,0x55,0x0,0x0,0x3f,0x55, + 0x0,0x55,0x3f,0x55,0x0,0xaa,0x3f,0x55,0x0,0xff,0x3f,0x55,0x0,0x0,0x5f,0x55, + 0x0,0x55,0x5f,0x55,0x0,0xaa,0x5f,0x55,0x0,0xff,0x5f,0x55,0x0,0x0,0x7f,0x55, + 0x0,0x55,0x7f,0x55,0x0,0xaa,0x7f,0x55,0x0,0xff,0x7f,0x55,0x0,0x0,0x9f,0x55, + 0x0,0x55,0x9f,0x55,0x0,0xaa,0x9f,0x55,0x0,0xff,0x9f,0x55,0x0,0x0,0xbf,0x55, + 0x0,0x55,0xbf,0x55,0x0,0xaa,0xbf,0x55,0x0,0xff,0xbf,0x55,0x0,0x0,0xdf,0x55, + 0x0,0x55,0xdf,0x55,0x0,0xaa,0xdf,0x55,0x0,0xff,0xdf,0x55,0x0,0x0,0xff,0x55, + 0x0,0x55,0xff,0x55,0x0,0xaa,0xff,0x55,0x0,0xff,0xff,0x55,0x0,0x0,0x0,0x7f, + 0x0,0x55,0x0,0x7f,0x0,0xaa,0x0,0x7f,0x0,0xff,0x0,0x7f,0x0,0x0,0x1f,0x7f, + 0x0,0x55,0x1f,0x7f,0x0,0xaa,0x1f,0x7f,0x0,0xff,0x1f,0x7f,0x0,0x0,0x3f,0x7f, + 0x0,0x55,0x3f,0x7f,0x0,0xaa,0x3f,0x7f,0x0,0xff,0x3f,0x7f,0x0,0x0,0x5f,0x7f, + 0x0,0x55,0x5f,0x7f,0x0,0xaa,0x5f,0x7f,0x0,0xff,0x5f,0x7f,0x0,0x0,0x7f,0x7f, + 0x0,0x55,0x7f,0x7f,0x0,0xaa,0x7f,0x7f,0x0,0xff,0x7f,0x7f,0x0,0x0,0x9f,0x7f, + 0x0,0x55,0x9f,0x7f,0x0,0xaa,0x9f,0x7f,0x0,0xff,0x9f,0x7f,0x0,0x0,0xbf,0x7f, + 0x0,0x55,0xbf,0x7f,0x0,0xaa,0xbf,0x7f,0x0,0xff,0xbf,0x7f,0x0,0x0,0xdf,0x7f, + 0x0,0x55,0xdf,0x7f,0x0,0xaa,0xdf,0x7f,0x0,0xff,0xdf,0x7f,0x0,0x0,0xff,0x7f, + 0x0,0x55,0xff,0x7f,0x0,0xaa,0xff,0x7f,0x0,0xff,0xff,0x7f,0x0,0x0,0x0,0xaa, + 0x0,0x55,0x0,0xaa,0x0,0xaa,0x0,0xaa,0x0,0xff,0x0,0xaa,0x0,0x0,0x1f,0xaa, + 0x0,0x55,0x1f,0xaa,0x0,0xaa,0x1f,0xaa,0x0,0xff,0x1f,0xaa,0x0,0x0,0x3f,0xaa, + 0x0,0x55,0x3f,0xaa,0x0,0xaa,0x3f,0xaa,0x0,0xff,0x3f,0xaa,0x0,0x0,0x5f,0xaa, + 0x0,0x55,0x5f,0xaa,0x0,0xaa,0x5f,0xaa,0x0,0xff,0x5f,0xaa,0x0,0x0,0x7f,0xaa, + 0x0,0x55,0x7f,0xaa,0x0,0xaa,0x7f,0xaa,0x0,0xff,0x7f,0xaa,0x0,0x0,0x9f,0xaa, + 0x0,0x55,0x9f,0xaa,0x0,0xaa,0x9f,0xaa,0x0,0xff,0x9f,0xaa,0x0,0x0,0xbf,0xaa, + 0x0,0x55,0xbf,0xaa,0x0,0xaa,0xbf,0xaa,0x0,0xff,0xbf,0xaa,0x0,0x0,0xdf,0xaa, + 0x0,0x55,0xdf,0xaa,0x0,0xaa,0xdf,0xaa,0x0,0xff,0xdf,0xaa,0x0,0x0,0xff,0xaa, + 0x0,0x55,0xff,0xaa,0x0,0xaa,0xff,0xaa,0x0,0xff,0xff,0xaa,0x0,0x0,0x0,0xd4, + 0x0,0x55,0x0,0xd4,0x0,0xaa,0x0,0xd4,0x0,0xff,0x0,0xd4,0x0,0x0,0x1f,0xd4, + 0x0,0x55,0x1f,0xd4,0x0,0xaa,0x1f,0xd4,0x0,0xff,0x1f,0xd4,0x0,0x0,0x3f,0xd4, + 0x0,0x55,0x3f,0xd4,0x0,0xaa,0x3f,0xd4,0x0,0xff,0x3f,0xd4,0x0,0x0,0x5f,0xd4, + 0x0,0x55,0x5f,0xd4,0x0,0xaa,0x5f,0xd4,0x0,0xff,0x5f,0xd4,0x0,0x0,0x7f,0xd4, + 0x0,0x55,0x7f,0xd4,0x0,0xaa,0x7f,0xd4,0x0,0xff,0x7f,0xd4,0x0,0x0,0x9f,0xd4, + 0x0,0x55,0x9f,0xd4,0x0,0xaa,0x9f,0xd4,0x0,0xff,0x9f,0xd4,0x0,0x0,0xbf,0xd4, + 0x0,0x55,0xbf,0xd4,0x0,0xaa,0xbf,0xd4,0x0,0xff,0xbf,0xd4,0x0,0x0,0xdf,0xd4, + 0x0,0x55,0xdf,0xd4,0x0,0xaa,0xdf,0xd4,0x0,0xff,0xdf,0xd4,0x0,0x0,0xff,0xd4, + 0x0,0x55,0xff,0xd4,0x0,0xaa,0xff,0xd4,0x0,0xff,0xff,0xd4,0x0,0x55,0x0,0xff, + 0x0,0xaa,0x0,0xff,0x0,0x0,0x1f,0xff,0x0,0x55,0x1f,0xff,0x0,0xaa,0x1f,0xff, + 0x0,0xff,0x1f,0xff,0x0,0x0,0x3f,0xff,0x0,0x55,0x3f,0xff,0x0,0xaa,0x3f,0xff, + 0x0,0xff,0x3f,0xff,0x0,0x0,0x5f,0xff,0x0,0x55,0x5f,0xff,0x0,0xaa,0x5f,0xff, + 0x0,0xff,0x5f,0xff,0x0,0x0,0x7f,0xff,0x0,0x55,0x7f,0xff,0x0,0xaa,0x7f,0xff, + 0x0,0xff,0x7f,0xff,0x0,0x0,0x9f,0xff,0x0,0x55,0x9f,0xff,0x0,0xaa,0x9f,0xff, + 0x0,0xff,0x9f,0xff,0x0,0x0,0xbf,0xff,0x0,0x55,0xbf,0xff,0x0,0xaa,0xbf,0xff, + 0x0,0xff,0xbf,0xff,0x0,0x0,0xdf,0xff,0x0,0x55,0xdf,0xff,0x0,0xaa,0xdf,0xff, + 0x0,0xff,0xdf,0xff,0x0,0x55,0xff,0xff,0x0,0xaa,0xff,0xff,0x0,0xff,0xcc,0xcc, + 0x0,0xff,0xcc,0xff,0x0,0xff,0xff,0x33,0x0,0xff,0xff,0x66,0x0,0xff,0xff,0x99, + 0x0,0xff,0xff,0xcc,0x0,0x0,0x7f,0x0,0x0,0x55,0x7f,0x0,0x0,0xaa,0x7f,0x0, + 0x0,0xff,0x7f,0x0,0x0,0x0,0x9f,0x0,0x0,0x55,0x9f,0x0,0x0,0xaa,0x9f,0x0, + 0x0,0xff,0x9f,0x0,0x0,0x0,0xbf,0x0,0x0,0x55,0xbf,0x0,0x0,0xaa,0xbf,0x0, + 0x0,0xff,0xbf,0x0,0x0,0x0,0xdf,0x0,0x0,0x55,0xdf,0x0,0x0,0xaa,0xdf,0x0, + 0x0,0xff,0xdf,0x0,0x0,0x55,0xff,0x0,0x0,0xaa,0xff,0x0,0x0,0x0,0x0,0x2a, + 0x0,0x55,0x0,0x2a,0x0,0xaa,0x0,0x2a,0x0,0xff,0x0,0x2a,0x0,0x0,0x1f,0x2a, + 0x0,0x55,0x1f,0x2a,0x0,0xaa,0x1f,0x2a,0x0,0xff,0x1f,0x2a,0x0,0x0,0x3f,0x2a, + 0x0,0x55,0x3f,0x2a,0x0,0xf0,0xfb,0xff,0x0,0xa4,0xa0,0xa0,0x0,0x80,0x80,0x80, + 0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0,0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0, + 0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2d,0x8,0xf6,0xf5,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xf5,0x82,0xff,0xff,0xff,0xaf,0xf0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0xf0,0xf7,0xf6,0xff,0xff,0xaf,0xf6,0xff,0x8,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x7,0xaf,0xff,0xff,0xf6,0xf7,0x12,0x5e,0xff,0xff,0x8,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x31,0x8,0xff,0xff,0xff,0x86,0x36,0x12,0x3b,0x12,0xf7,0xff,0xff,0x86,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2d,0x86, + 0xff,0xff,0xff,0x8,0x36,0xdc,0x17,0x3f,0x63,0x3f,0x12,0x82,0xff,0xff,0x82,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0xf7,0xf6,0xff, + 0xff,0xaf,0x5a,0xdc,0xe0,0x3b,0x3f,0x63,0x63,0x63,0x17,0xdc,0x86,0xff,0xff,0x7, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xaf,0xff,0xff,0xf6, + 0xf7,0xe,0xdc,0x17,0x3f,0x63,0x63,0x63,0x63,0x3f,0xe1,0xdc,0x6,0x8,0xff,0xff, + 0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x31,0x8,0xff,0xff,0xff,0x86,0xe, + 0xdc,0xe0,0x17,0x3f,0x63,0x67,0x63,0x3f,0x1b,0xe1,0x3f,0x63,0x3b,0x36,0x8,0xff, + 0xff,0x31,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2d,0x86,0xff,0xff,0xff,0x8,0x36,0xdc,0xdc, + 0xe1,0x1b,0x3f,0x63,0x63,0x63,0x3f,0x17,0x3f,0x9,0x8b,0x5e,0x36,0xd,0xf5,0xaf, + 0xff,0xf6,0x2d,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xf1,0xf7,0xf6,0xff,0xff,0xaf,0x36,0x6,0xdc,0xe1,0xe1, + 0x3f,0x3f,0x3f,0x63,0x3f,0x1b,0x17,0x63,0x8b,0x9,0x3a,0xd,0xc,0x11,0xda,0x35, + 0xf6,0xff,0xf6,0xf5,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x7,0xf6,0xff,0xff,0xf6,0x5e,0x6,0xdc,0xdc,0xe1,0xe1,0x1b, + 0x3f,0x3f,0x3f,0x3f,0x3f,0xe1,0x9,0xaf,0x5e,0xd,0x10,0x35,0x39,0x39,0x39,0x10, + 0x35,0xf6,0xff,0xaf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0xf5,0x8,0xff,0xff,0xf6,0x82,0x6,0xdc,0xdc,0xdc,0xe1,0xe1,0x1b,0x1b, + 0x3f,0x3f,0x3f,0x3f,0xe1,0x3f,0xb3,0x5e,0xc,0x39,0x61,0x61,0x61,0x61,0x3d,0x39, + 0x10,0x35,0xf6,0xff,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x31,0xf6,0xff,0xff,0x8,0xe,0xa,0xdc,0xdc,0xdc,0xe1,0xe5,0xe5,0x1b,0x1b, + 0x1b,0x3f,0x3f,0x3f,0xe1,0x3f,0xb3,0x35,0x34,0x61,0x85,0x61,0x61,0x61,0x61,0x39, + 0x39,0xda,0x7,0xff,0xff,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x31,0xf6,0xff,0xff,0xf7,0xf5,0xdc,0xdc,0xdc,0xdc,0xe1,0xe1,0xe5,0xe5,0x1b,0x1b, + 0x1b,0x1b,0x3f,0x3f,0xe1,0x3f,0xb3,0x7,0x34,0x85,0x85,0x61,0x61,0x61,0x61,0x3d, + 0x39,0x15,0xda,0xf7,0xff,0xff,0x82,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2d, + 0xaf,0xff,0xf6,0x36,0x4,0xdc,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe5,0xe5,0xe5,0xe5, + 0x1b,0x1b,0x1b,0x3f,0xe1,0x17,0xff,0xf7,0x34,0x85,0x89,0x85,0x61,0x5d,0x39,0x3d, + 0x3d,0x39,0x14,0xda,0xf7,0xff,0xff,0x82,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8, + 0xff,0xf6,0x36,0x4,0xdc,0xdc,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe1,0xe5,0xe1,0xe5, + 0x1b,0x1b,0x1b,0x1b,0xe1,0xe1,0xb3,0x8,0x34,0x61,0x89,0x89,0x5d,0xa0,0xa0,0x5d, + 0x3d,0x39,0x39,0x10,0xc,0x86,0xff,0xff,0xf7,0x0,0x0,0x0,0x0,0x0,0x7,0xff, + 0xff,0x5e,0x4,0xa,0xdc,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe5, + 0xe5,0xe5,0x1b,0xe1,0xe1,0x63,0xff,0x86,0x34,0x85,0x89,0x61,0x81,0xca,0xca,0x81, + 0x3d,0x3d,0x39,0x14,0x10,0xc,0x86,0xff,0xf6,0xf7,0x0,0x0,0x0,0x0,0x8,0xff, + 0x8,0xf1,0xa,0xa,0xe,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe5, + 0xe1,0xe5,0xe5,0xe1,0xe1,0xb3,0x8,0x34,0x5c,0x85,0x89,0x85,0x61,0x61,0x61,0x61, + 0x61,0x3d,0x39,0x14,0x10,0xda,0xf4,0x8,0xff,0xf6,0x7,0x0,0x0,0x7,0xf6,0xff, + 0x5a,0x4,0xa,0xa,0xa,0x6,0xdc,0xdc,0xe1,0x12,0x36,0xe1,0xe1,0xe1,0xe1,0xe1, + 0xe1,0xe5,0xe1,0xdd,0x3f,0xb3,0x5d,0x38,0x85,0x89,0x89,0x85,0x61,0x61,0x3d,0x61, + 0x61,0x39,0x38,0x14,0x10,0xda,0xda,0xc,0x8,0xff,0xf6,0x0,0x0,0x7,0xff,0xf6, + 0xf5,0x4,0xa,0xa,0xf5,0xf5,0x6,0xdc,0xe1,0x12,0x82,0x36,0xe1,0xe1,0xe1,0xe1, + 0xe1,0xe1,0xe1,0xdd,0x3f,0xaf,0x35,0x5c,0x89,0x89,0x61,0x5d,0x61,0x61,0x61,0x61, + 0x5d,0x7c,0x3,0x14,0x10,0xda,0xda,0xc,0xc,0xaf,0xff,0xaf,0x0,0xf7,0xff,0xaf, + 0xf1,0x4,0xa,0xa,0xf1,0xf5,0xf5,0x6,0xdc,0x3a,0xaf,0x82,0x36,0xe1,0xe1,0xe1, + 0xe1,0xe1,0xdd,0xdc,0x3b,0xaf,0x5d,0x38,0x85,0x81,0xa0,0xa0,0x5d,0x61,0x61,0x3d, + 0x5d,0xc6,0x3,0x10,0x10,0xda,0xf4,0xc,0x7,0xaf,0xf6,0xf6,0x8,0xf7,0xff,0x8, + 0xf1,0x4,0x4,0xf1,0xf1,0xf1,0xf5,0xf5,0xf5,0x5e,0xff,0xaf,0x82,0x36,0xe1,0xe1, + 0xe1,0xdd,0xe1,0x3f,0x8b,0xaf,0x7,0x34,0x61,0x81,0xca,0xca,0x81,0x61,0x61,0x3d, + 0x39,0x39,0x10,0xda,0xda,0xc,0x7,0xaf,0xff,0xaf,0xaf,0x8,0x0,0x7,0xf6,0xaf, + 0xf1,0x4,0xf1,0xf1,0xf1,0xf1,0xf1,0xf5,0xf5,0x8,0xff,0xf6,0xaf,0x82,0x36,0xdd, + 0xdd,0x3b,0x9,0x9,0x9,0x35,0x34,0x5c,0x85,0x61,0x81,0x81,0x61,0x61,0x3d,0x39, + 0x39,0x10,0xda,0xd,0xf7,0xaf,0xf6,0xf6,0xaf,0x8,0x0,0x0,0x0,0x0,0x8,0xff, + 0x31,0x0,0x0,0x0,0xf1,0xf1,0xf1,0xf1,0x7,0xff,0xff,0xff,0xf6,0xaf,0x82,0x12, + 0x3b,0x9,0x5e,0x35,0x34,0x34,0x61,0x61,0x61,0x61,0x39,0x35,0x35,0x39,0x39,0x14, + 0xda,0x35,0xf7,0xf6,0xf6,0xaf,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xf7, + 0xf5,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xf6,0xff,0xff,0xff,0x8,0x8,0x86,0xf7, + 0x5e,0x36,0xc,0x34,0x5d,0x61,0x61,0x61,0x5d,0x59,0x50,0x54,0x50,0x30,0xc,0x35, + 0x86,0xf6,0xf6,0xaf,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2d, + 0xf5,0x0,0x0,0x0,0x0,0xf5,0xf7,0xf6,0xff,0xff,0xff,0xf6,0x86,0xf7,0xf7,0x86, + 0x82,0x31,0x39,0x61,0x61,0x61,0x5d,0x58,0x34,0x54,0x7d,0x81,0x81,0x55,0x54,0x82, + 0x8,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x7,0x7,0x7,0xf7,0x86,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0x8,0x55,0x7d,0x54,0x7d, + 0x8,0x82,0x59,0x61,0x61,0x5d,0x54,0x54,0x55,0x50,0xa5,0xa5,0xa5,0xa5,0x7d,0x50, + 0x59,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x7,0x8,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0x8,0x7d,0xd0,0xa5,0x54, + 0x82,0x8,0x82,0x35,0x35,0x30,0x55,0x7d,0x81,0x54,0x81,0xa5,0xa5,0xa5,0xa5,0x7d, + 0x54,0x50,0x2c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x7,0x8,0xf6,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0x7d,0xd0,0xcc,0x7d, + 0x55,0x8,0xaa,0x55,0x50,0x50,0x55,0xa5,0xa5,0x7d,0x79,0xa5,0xa5,0xa5,0xa9,0xa5, + 0x81,0x7d,0x55,0x50,0x2c,0x0,0x0,0x0,0x0,0x0,0xf1,0xf1,0xf1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x7,0x8,0xf6,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xa6,0xa5,0xd0,0xa5, + 0x55,0xf7,0x59,0x54,0x7d,0x79,0x54,0xa5,0xa5,0xa5,0x54,0x81,0xcc,0xd0,0xcc,0xa9, + 0xa9,0xa9,0x81,0x7d,0x54,0x50,0x0,0x0,0x0,0x0,0xf5,0xf5,0xf5,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x7,0x8,0xf6,0xff,0xff,0xff,0xf6,0xf6,0xf6,0x7d,0xd0,0xaa, + 0x81,0x55,0x55,0x7d,0x7d,0x81,0x50,0xa5,0xa5,0xa9,0xaa,0xa5,0xd0,0xd0,0xd0,0xd0, + 0xa9,0xa9,0xa9,0xa5,0x7d,0x55,0x50,0x2c,0x2c,0x2c,0xf5,0x6,0x12,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7,0x8,0xf6,0xff,0xff,0xff,0xf6,0xf6,0x81,0xaa,0xd0, + 0xa9,0x7d,0x54,0x7d,0xa5,0xa5,0x55,0x7d,0xaa,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xa9,0xa9,0xa9,0xa9,0x7d,0x7d,0x55,0x50,0x2d,0xf5,0x12,0x12,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x8,0xf6,0xff,0xff,0xff,0xf6,0xaa,0x81,0xd0, + 0xd0,0xa9,0x55,0x7d,0xa5,0xa5,0x81,0x54,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0xa9,0xa9,0xa9,0xa9,0x7d,0x7d,0x54,0x31,0x6,0x12,0x36,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x8,0xf6,0xff,0xff,0xff,0xf6,0x81,0xaa, + 0xd0,0xd0,0x7d,0x54,0xa5,0xa9,0xaa,0xa5,0x81,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0xcc,0xa9,0xa9,0xa9,0xa5,0x7d,0x55,0x31,0x6,0x36,0x3a,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x8,0xf6,0xff,0xff,0xff,0xae,0x81, + 0xd0,0xd0,0xd0,0x55,0x7d,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0xd0,0xaa,0xa9,0xa9,0xa5,0xa5,0x81,0x7d,0xe,0x3a,0x3a,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xf6,0xff,0xff,0xff,0xa5, + 0xaa,0xd0,0xd0,0xaa,0x54,0xa9,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0xd0,0xd0,0xaa,0xa9,0xa9,0xa9,0x81,0x7,0x12,0x3a,0x5e,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xf6,0xff,0xff,0xf6, + 0xa5,0xd0,0xd0,0xd0,0xaa,0x55,0xaa,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xaa,0xaa,0xa5,0x81,0x36,0x5e,0x62,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xf6,0xff,0xff, + 0xae,0xa5,0xd0,0xd0,0xd0,0xd0,0x7d,0xaa,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xaa,0xf7,0x36,0x62,0x63,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xf6,0xff, + 0xff,0xae,0xa5,0xd0,0xd0,0xd0,0xd0,0xaa,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xaa,0x86,0x3a,0x63,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xf6, + 0xff,0xff,0xae,0xa5,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xaa,0x86,0x3a,0x9,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8, + 0xf6,0xff,0xff,0xf6,0xa5,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xaa,0xaa,0xf7,0x5e,0x9,0x8b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x8,0xf6,0xff,0xf6,0xf6,0xa6,0xd0,0xd3,0xd3,0xd3,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xaa,0xaa,0xa5,0x81,0x7d,0x7d,0x7d,0x7d,0x59,0x7,0x62,0x8b,0x8b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x8,0xf6,0xf6,0xf6,0x8,0xaa,0xaa,0xaa,0xaa,0xaa,0xa5,0x81,0x81,0x81,0x7d, + 0x7d,0x7d,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x63,0x63,0x63,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x8,0xaf,0xf6,0xaf,0x8,0xaa,0xaa,0xaa,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0xaf,0xaf,0xaf,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0x9a,0x9c,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xc3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x1,0xff,0xff,0xff,0xff,0xff,0xff,0xfc, + 0x1,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xe0, + 0x0,0x7f,0xff,0xff,0xff,0xff,0xff,0x80,0x0,0x3f,0xff,0xff,0xff,0xff,0xfe,0x0, + 0x0,0x1f,0xff,0xff,0xff,0xff,0xfc,0x0,0x0,0xf,0xff,0xff,0xfe,0xff,0xf0,0x0, + 0x0,0x7,0xff,0xff,0xfc,0xff,0xc0,0x0,0x0,0x3,0xff,0xff,0xf0,0xff,0x0,0x0, + 0x0,0x1,0xff,0xff,0xc0,0xfe,0x0,0x0,0x0,0x1,0xff,0xff,0x0,0xf8,0x0,0x0, + 0x0,0x0,0xff,0xfe,0x0,0xf0,0x0,0x0,0x0,0x0,0x7f,0xf8,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x3f,0xf0,0x0,0xc0,0x0,0x0,0x0,0x0,0x1f,0xe0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0xf,0xc0,0x0,0x80,0x0,0x0,0x0,0x0,0x7,0xc0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x3,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x80,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x3f,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0xff,0x80,0x0,0xc0,0x0,0x0, + 0x0,0x3,0xff,0x80,0x0,0xe0,0x0,0x0,0x0,0x7,0xff,0xc0,0x0,0xf0,0x0,0x0, + 0x0,0x3,0xff,0xe0,0x0,0xf8,0x0,0x0,0x0,0x0,0xf8,0xf0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x78,0xf8,0x0,0xfe,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0xff,0x0,0x0, + 0x0,0x0,0x0,0xfe,0x0,0xff,0x80,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0xff,0x80,0xff,0xe0,0x0,0x0,0x0,0x0,0xff,0xc0,0xff,0xf8,0x0, + 0x0,0x0,0x0,0xff,0xe0,0xff,0xfc,0x0,0x0,0x0,0x0,0xff,0xf8,0xff,0xfe,0x0, + 0x0,0x0,0x0,0xff,0xfc,0xff,0xff,0x0,0x0,0x0,0x0,0xff,0xfe,0xff,0xff,0x80, + 0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xc0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xe0, + 0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xf0,0x0,0x7,0xf8,0xff,0xff,0xff,0xff,0xf8, + 0x7,0xff,0xfc,0xff,0xff,0xff,0xff,0xfe,0x1f,0xff,0xff,0xff,0xff,0x28,0x0,0x0, + 0x0,0x20,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0, + 0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0, + 0x0,0x80,0x80,0x80,0x0,0xc0,0xdc,0xc0,0x0,0xf0,0xca,0xa6,0x0,0xaa,0x3f,0x2a, + 0x0,0xff,0x3f,0x2a,0x0,0x0,0x5f,0x2a,0x0,0x55,0x5f,0x2a,0x0,0xaa,0x5f,0x2a, + 0x0,0xff,0x5f,0x2a,0x0,0x0,0x7f,0x2a,0x0,0x55,0x7f,0x2a,0x0,0xaa,0x7f,0x2a, + 0x0,0xff,0x7f,0x2a,0x0,0x0,0x9f,0x2a,0x0,0x55,0x9f,0x2a,0x0,0xaa,0x9f,0x2a, + 0x0,0xff,0x9f,0x2a,0x0,0x0,0xbf,0x2a,0x0,0x55,0xbf,0x2a,0x0,0xaa,0xbf,0x2a, + 0x0,0xff,0xbf,0x2a,0x0,0x0,0xdf,0x2a,0x0,0x55,0xdf,0x2a,0x0,0xaa,0xdf,0x2a, + 0x0,0xff,0xdf,0x2a,0x0,0x0,0xff,0x2a,0x0,0x55,0xff,0x2a,0x0,0xaa,0xff,0x2a, + 0x0,0xff,0xff,0x2a,0x0,0x0,0x0,0x55,0x0,0x55,0x0,0x55,0x0,0xaa,0x0,0x55, + 0x0,0xff,0x0,0x55,0x0,0x0,0x1f,0x55,0x0,0x55,0x1f,0x55,0x0,0xaa,0x1f,0x55, + 0x0,0xff,0x1f,0x55,0x0,0x0,0x3f,0x55,0x0,0x55,0x3f,0x55,0x0,0xaa,0x3f,0x55, + 0x0,0xff,0x3f,0x55,0x0,0x0,0x5f,0x55,0x0,0x55,0x5f,0x55,0x0,0xaa,0x5f,0x55, + 0x0,0xff,0x5f,0x55,0x0,0x0,0x7f,0x55,0x0,0x55,0x7f,0x55,0x0,0xaa,0x7f,0x55, + 0x0,0xff,0x7f,0x55,0x0,0x0,0x9f,0x55,0x0,0x55,0x9f,0x55,0x0,0xaa,0x9f,0x55, + 0x0,0xff,0x9f,0x55,0x0,0x0,0xbf,0x55,0x0,0x55,0xbf,0x55,0x0,0xaa,0xbf,0x55, + 0x0,0xff,0xbf,0x55,0x0,0x0,0xdf,0x55,0x0,0x55,0xdf,0x55,0x0,0xaa,0xdf,0x55, + 0x0,0xff,0xdf,0x55,0x0,0x0,0xff,0x55,0x0,0x55,0xff,0x55,0x0,0xaa,0xff,0x55, + 0x0,0xff,0xff,0x55,0x0,0x0,0x0,0x7f,0x0,0x55,0x0,0x7f,0x0,0xaa,0x0,0x7f, + 0x0,0xff,0x0,0x7f,0x0,0x0,0x1f,0x7f,0x0,0x55,0x1f,0x7f,0x0,0xaa,0x1f,0x7f, + 0x0,0xff,0x1f,0x7f,0x0,0x0,0x3f,0x7f,0x0,0x55,0x3f,0x7f,0x0,0xaa,0x3f,0x7f, + 0x0,0xff,0x3f,0x7f,0x0,0x0,0x5f,0x7f,0x0,0x55,0x5f,0x7f,0x0,0xaa,0x5f,0x7f, + 0x0,0xff,0x5f,0x7f,0x0,0x0,0x7f,0x7f,0x0,0x55,0x7f,0x7f,0x0,0xaa,0x7f,0x7f, + 0x0,0xff,0x7f,0x7f,0x0,0x0,0x9f,0x7f,0x0,0x55,0x9f,0x7f,0x0,0xaa,0x9f,0x7f, + 0x0,0xff,0x9f,0x7f,0x0,0x0,0xbf,0x7f,0x0,0x55,0xbf,0x7f,0x0,0xaa,0xbf,0x7f, + 0x0,0xff,0xbf,0x7f,0x0,0x0,0xdf,0x7f,0x0,0x55,0xdf,0x7f,0x0,0xaa,0xdf,0x7f, + 0x0,0xff,0xdf,0x7f,0x0,0x0,0xff,0x7f,0x0,0x55,0xff,0x7f,0x0,0xaa,0xff,0x7f, + 0x0,0xff,0xff,0x7f,0x0,0x0,0x0,0xaa,0x0,0x55,0x0,0xaa,0x0,0xaa,0x0,0xaa, + 0x0,0xff,0x0,0xaa,0x0,0x0,0x1f,0xaa,0x0,0x55,0x1f,0xaa,0x0,0xaa,0x1f,0xaa, + 0x0,0xff,0x1f,0xaa,0x0,0x0,0x3f,0xaa,0x0,0x55,0x3f,0xaa,0x0,0xaa,0x3f,0xaa, + 0x0,0xff,0x3f,0xaa,0x0,0x0,0x5f,0xaa,0x0,0x55,0x5f,0xaa,0x0,0xaa,0x5f,0xaa, + 0x0,0xff,0x5f,0xaa,0x0,0x0,0x7f,0xaa,0x0,0x55,0x7f,0xaa,0x0,0xaa,0x7f,0xaa, + 0x0,0xff,0x7f,0xaa,0x0,0x0,0x9f,0xaa,0x0,0x55,0x9f,0xaa,0x0,0xaa,0x9f,0xaa, + 0x0,0xff,0x9f,0xaa,0x0,0x0,0xbf,0xaa,0x0,0x55,0xbf,0xaa,0x0,0xaa,0xbf,0xaa, + 0x0,0xff,0xbf,0xaa,0x0,0x0,0xdf,0xaa,0x0,0x55,0xdf,0xaa,0x0,0xaa,0xdf,0xaa, + 0x0,0xff,0xdf,0xaa,0x0,0x0,0xff,0xaa,0x0,0x55,0xff,0xaa,0x0,0xaa,0xff,0xaa, + 0x0,0xff,0xff,0xaa,0x0,0x0,0x0,0xd4,0x0,0x55,0x0,0xd4,0x0,0xaa,0x0,0xd4, + 0x0,0xff,0x0,0xd4,0x0,0x0,0x1f,0xd4,0x0,0x55,0x1f,0xd4,0x0,0xaa,0x1f,0xd4, + 0x0,0xff,0x1f,0xd4,0x0,0x0,0x3f,0xd4,0x0,0x55,0x3f,0xd4,0x0,0xaa,0x3f,0xd4, + 0x0,0xff,0x3f,0xd4,0x0,0x0,0x5f,0xd4,0x0,0x55,0x5f,0xd4,0x0,0xaa,0x5f,0xd4, + 0x0,0xff,0x5f,0xd4,0x0,0x0,0x7f,0xd4,0x0,0x55,0x7f,0xd4,0x0,0xaa,0x7f,0xd4, + 0x0,0xff,0x7f,0xd4,0x0,0x0,0x9f,0xd4,0x0,0x55,0x9f,0xd4,0x0,0xaa,0x9f,0xd4, + 0x0,0xff,0x9f,0xd4,0x0,0x0,0xbf,0xd4,0x0,0x55,0xbf,0xd4,0x0,0xaa,0xbf,0xd4, + 0x0,0xff,0xbf,0xd4,0x0,0x0,0xdf,0xd4,0x0,0x55,0xdf,0xd4,0x0,0xaa,0xdf,0xd4, + 0x0,0xff,0xdf,0xd4,0x0,0x0,0xff,0xd4,0x0,0x55,0xff,0xd4,0x0,0xaa,0xff,0xd4, + 0x0,0xff,0xff,0xd4,0x0,0x55,0x0,0xff,0x0,0xaa,0x0,0xff,0x0,0x0,0x1f,0xff, + 0x0,0x55,0x1f,0xff,0x0,0xaa,0x1f,0xff,0x0,0xff,0x1f,0xff,0x0,0x0,0x3f,0xff, + 0x0,0x55,0x3f,0xff,0x0,0xaa,0x3f,0xff,0x0,0xff,0x3f,0xff,0x0,0x0,0x5f,0xff, + 0x0,0x55,0x5f,0xff,0x0,0xaa,0x5f,0xff,0x0,0xff,0x5f,0xff,0x0,0x0,0x7f,0xff, + 0x0,0x55,0x7f,0xff,0x0,0xaa,0x7f,0xff,0x0,0xff,0x7f,0xff,0x0,0x0,0x9f,0xff, + 0x0,0x55,0x9f,0xff,0x0,0xaa,0x9f,0xff,0x0,0xff,0x9f,0xff,0x0,0x0,0xbf,0xff, + 0x0,0x55,0xbf,0xff,0x0,0xaa,0xbf,0xff,0x0,0xff,0xbf,0xff,0x0,0x0,0xdf,0xff, + 0x0,0x55,0xdf,0xff,0x0,0xaa,0xdf,0xff,0x0,0xff,0xdf,0xff,0x0,0x55,0xff,0xff, + 0x0,0xaa,0xff,0xff,0x0,0xff,0xcc,0xcc,0x0,0xff,0xcc,0xff,0x0,0xff,0xff,0x33, + 0x0,0xff,0xff,0x66,0x0,0xff,0xff,0x99,0x0,0xff,0xff,0xcc,0x0,0x0,0x7f,0x0, + 0x0,0x55,0x7f,0x0,0x0,0xaa,0x7f,0x0,0x0,0xff,0x7f,0x0,0x0,0x0,0x9f,0x0, + 0x0,0x55,0x9f,0x0,0x0,0xaa,0x9f,0x0,0x0,0xff,0x9f,0x0,0x0,0x0,0xbf,0x0, + 0x0,0x55,0xbf,0x0,0x0,0xaa,0xbf,0x0,0x0,0xff,0xbf,0x0,0x0,0x0,0xdf,0x0, + 0x0,0x55,0xdf,0x0,0x0,0xaa,0xdf,0x0,0x0,0xff,0xdf,0x0,0x0,0x55,0xff,0x0, + 0x0,0xaa,0xff,0x0,0x0,0x0,0x0,0x2a,0x0,0x55,0x0,0x2a,0x0,0xaa,0x0,0x2a, + 0x0,0xff,0x0,0x2a,0x0,0x0,0x1f,0x2a,0x0,0x55,0x1f,0x2a,0x0,0xaa,0x1f,0x2a, + 0x0,0xff,0x1f,0x2a,0x0,0x0,0x3f,0x2a,0x0,0x55,0x3f,0x2a,0x0,0xf0,0xfb,0xff, + 0x0,0xa4,0xa0,0xa0,0x0,0x80,0x80,0x80,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0, + 0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf7,0x2d,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7,0xf6,0xff,0xf6,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x31,0xaf,0xff,0x8,0x5e,0xf6,0xaf,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x2d,0x8,0xff,0xaf,0x5e,0x16,0x16,0x5e,0xff,0x8,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf1, + 0x86,0xff,0xf6,0x5e,0x12,0x17,0x63,0x63,0x16,0x5e,0xff,0x8,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf7,0xff, + 0xff,0x86,0x12,0xdc,0x3f,0x63,0x67,0x3f,0x17,0xdc,0x5e,0xff,0x86,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xf6,0xff,0x8, + 0x12,0xdc,0xe1,0x3f,0x63,0x63,0x1b,0x3f,0x63,0x3a,0xd,0xf7,0xff,0xf7,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x31,0x8,0xff,0xaf,0x36,0xdc, + 0xdc,0x17,0x3f,0x3f,0x3f,0x17,0x67,0x9,0x7,0x11,0x11,0x10,0x86,0xff,0x7,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0xff,0xf6,0x5e,0xdc,0xdc,0xe1, + 0x1b,0x1b,0x3f,0x3f,0x1b,0x63,0x8,0x35,0x38,0x61,0x61,0x39,0x10,0x86,0xff,0x7, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xaf,0xff,0x86,0xdc,0xdc,0xdc,0xe1,0xe5, + 0x1b,0x1b,0x3f,0x3f,0xe1,0x8b,0x5e,0x38,0x89,0x61,0x61,0x61,0x39,0x10,0x8,0xff, + 0x31,0x0,0x0,0x0,0x0,0x0,0x0,0xaf,0xff,0x36,0xa,0xdc,0xdc,0xe1,0xe1,0xe5, + 0xe5,0x1b,0x1b,0x3f,0xe1,0x63,0x86,0x38,0x89,0x61,0x61,0x39,0x3d,0x14,0x10,0x8, + 0xff,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0x36,0xa,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1, + 0xe1,0xe5,0x1b,0x1b,0xe1,0x63,0x8,0x38,0x89,0x85,0xa0,0xa0,0x5d,0x39,0x10,0xc, + 0xaf,0xf6,0x0,0x0,0x0,0x7,0xff,0x82,0x4,0xe,0xdc,0xdc,0xe1,0xe1,0xe1,0xe1, + 0xe1,0xe5,0xe5,0xe1,0xe1,0xaf,0x5d,0x5c,0x89,0x85,0xca,0xca,0x81,0x3d,0x38,0xda, + 0xc,0xf6,0xaf,0x0,0x0,0x82,0xff,0xf5,0x4,0xa,0x6,0xdc,0xe1,0x36,0x16,0xe1, + 0xe1,0xe1,0xe5,0xe1,0x3f,0x8,0x34,0x89,0x61,0x61,0x61,0x5d,0x61,0x5c,0x38,0x10, + 0xda,0xd,0xf6,0xaf,0x0,0x8,0xaf,0xf1,0x4,0xf5,0xf5,0xf5,0xdc,0x5e,0x82,0xe0, + 0xe1,0xe1,0xe1,0xdd,0x3b,0x8,0x38,0x85,0xa0,0xa0,0x5d,0x3d,0x5d,0xa4,0x34,0xda, + 0xda,0xc,0x8,0xff,0x8,0x86,0xaf,0xf1,0x4,0xf1,0xf1,0xf5,0xf5,0x8,0xf6,0xf7, + 0xe0,0xe1,0xdd,0x3b,0x9,0x86,0x38,0x81,0xca,0xca,0x81,0x3d,0x39,0x34,0xc,0x11, + 0xf7,0xf6,0xf6,0x8,0x0,0x7,0xf6,0xf5,0xed,0x0,0xf1,0xf1,0x31,0xff,0xff,0xf6, + 0xf7,0xdc,0x63,0x62,0x35,0x34,0x61,0x61,0x81,0x59,0x39,0x15,0x10,0x35,0xf7,0xaf, + 0xf6,0x8,0x0,0x0,0x0,0x0,0x7,0xf0,0x0,0x0,0x0,0xf5,0xaf,0xff,0xff,0x8, + 0x86,0xf7,0x7,0x34,0x5d,0x61,0x61,0x39,0x54,0x55,0x30,0x31,0x86,0xaf,0xf6,0x8, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x31,0x31,0x31,0xf7,0xf6,0xff,0xff,0xf6,0x59, + 0x55,0xf7,0xf7,0x5d,0x61,0x5d,0x54,0x54,0x7d,0x81,0x81,0x55,0x59,0xf7,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0xff,0xff,0xff,0xf6,0xf6,0xaf,0x81, + 0xa5,0x55,0x8,0xf7,0x35,0x30,0x7d,0x7d,0x55,0xa5,0xa5,0xa5,0x59,0x54,0x2c,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0xf6,0xff,0xff,0xf6,0xf6,0x81, + 0xae,0x7d,0x59,0x55,0x55,0x55,0x7d,0xa5,0x55,0xa5,0xaa,0xa9,0xa5,0x81,0x59,0x54, + 0x0,0x0,0x0,0xf5,0xf5,0x0,0x0,0x0,0x0,0x0,0x86,0xf6,0xff,0xff,0xf6,0xaa, + 0xaa,0xa9,0x55,0x55,0x81,0x7d,0x7d,0xa9,0xaa,0xaa,0xd0,0xd0,0xaa,0xa9,0xa9,0x7d, + 0x55,0x54,0x2d,0xd,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0xf6,0xff,0xff,0xf6, + 0x81,0xd0,0xa5,0x55,0xa5,0xa5,0x55,0xae,0xd0,0xd0,0xd0,0xd0,0xd0,0xaa,0xa9,0xa9, + 0x7d,0x55,0x31,0xd,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0xf6,0xff,0xff, + 0xaa,0xaa,0xd0,0x7d,0x7d,0xaa,0xa9,0xa5,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xaa,0xa9, + 0xa5,0x7d,0x55,0x36,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0xf6,0xff, + 0xf6,0x81,0xd0,0xae,0x55,0xaa,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xaa, + 0xa9,0xa9,0x7,0x36,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0xf6, + 0xff,0xaa,0xaa,0xd0,0xd0,0x59,0xaa,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xaa,0xaa,0xf7,0x3a,0x62,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x86, + 0xf6,0xff,0xaa,0xaa,0xd0,0xd0,0x81,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0x86,0x5e,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x86,0xf6,0xff,0xae,0xa6,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0x86,0x62,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x86,0xf6,0xff,0xae,0xaa,0xd0,0xd0,0xd0,0xd0,0xd0,0xae,0xae,0xaa,0xaa,0x81, + 0x81,0x81,0x7,0x9,0x8b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x86,0xf6,0xf6,0x8,0xaa,0xaa,0xaa,0x81,0x81,0x81,0x7d,0x0,0x0,0x0, + 0x0,0x0,0x0,0x9,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0xaf,0xaf,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xcf,0xff,0xff,0xff,0xf, + 0xff,0xff,0xfc,0x7,0xff,0xff,0xf0,0x3,0xff,0xff,0xc0,0x1,0xff,0xff,0x80,0x0, + 0xff,0xfe,0x0,0x0,0x7f,0xf8,0x0,0x0,0x3f,0xf0,0x0,0x0,0x1f,0xe0,0x0,0x0, + 0xf,0xc0,0x0,0x0,0xf,0x80,0x0,0x0,0x7,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x7,0x80,0x0,0x0, + 0x1f,0xc0,0x0,0x0,0x7f,0xe0,0x0,0x0,0x3f,0xf0,0x0,0x0,0x1c,0xf8,0x0,0x0, + 0x0,0xfc,0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0xff,0x80,0x0, + 0x0,0xff,0xc0,0x0,0x0,0xff,0xe0,0x0,0x0,0xff,0xf0,0x0,0x0,0xff,0xf8,0x0, + 0xfc,0xff,0xfe,0x3f,0xff,0x28,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x30,0x0,0x0, + 0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0, + 0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0,0x0,0x80,0x80,0x80,0x0,0xc0,0xdc,0xc0, + 0x0,0xf0,0xca,0xa6,0x0,0xaa,0x3f,0x2a,0x0,0xff,0x3f,0x2a,0x0,0x0,0x5f,0x2a, + 0x0,0x55,0x5f,0x2a,0x0,0xaa,0x5f,0x2a,0x0,0xff,0x5f,0x2a,0x0,0x0,0x7f,0x2a, + 0x0,0x55,0x7f,0x2a,0x0,0xaa,0x7f,0x2a,0x0,0xff,0x7f,0x2a,0x0,0x0,0x9f,0x2a, + 0x0,0x55,0x9f,0x2a,0x0,0xaa,0x9f,0x2a,0x0,0xff,0x9f,0x2a,0x0,0x0,0xbf,0x2a, + 0x0,0x55,0xbf,0x2a,0x0,0xaa,0xbf,0x2a,0x0,0xff,0xbf,0x2a,0x0,0x0,0xdf,0x2a, + 0x0,0x55,0xdf,0x2a,0x0,0xaa,0xdf,0x2a,0x0,0xff,0xdf,0x2a,0x0,0x0,0xff,0x2a, + 0x0,0x55,0xff,0x2a,0x0,0xaa,0xff,0x2a,0x0,0xff,0xff,0x2a,0x0,0x0,0x0,0x55, + 0x0,0x55,0x0,0x55,0x0,0xaa,0x0,0x55,0x0,0xff,0x0,0x55,0x0,0x0,0x1f,0x55, + 0x0,0x55,0x1f,0x55,0x0,0xaa,0x1f,0x55,0x0,0xff,0x1f,0x55,0x0,0x0,0x3f,0x55, + 0x0,0x55,0x3f,0x55,0x0,0xaa,0x3f,0x55,0x0,0xff,0x3f,0x55,0x0,0x0,0x5f,0x55, + 0x0,0x55,0x5f,0x55,0x0,0xaa,0x5f,0x55,0x0,0xff,0x5f,0x55,0x0,0x0,0x7f,0x55, + 0x0,0x55,0x7f,0x55,0x0,0xaa,0x7f,0x55,0x0,0xff,0x7f,0x55,0x0,0x0,0x9f,0x55, + 0x0,0x55,0x9f,0x55,0x0,0xaa,0x9f,0x55,0x0,0xff,0x9f,0x55,0x0,0x0,0xbf,0x55, + 0x0,0x55,0xbf,0x55,0x0,0xaa,0xbf,0x55,0x0,0xff,0xbf,0x55,0x0,0x0,0xdf,0x55, + 0x0,0x55,0xdf,0x55,0x0,0xaa,0xdf,0x55,0x0,0xff,0xdf,0x55,0x0,0x0,0xff,0x55, + 0x0,0x55,0xff,0x55,0x0,0xaa,0xff,0x55,0x0,0xff,0xff,0x55,0x0,0x0,0x0,0x7f, + 0x0,0x55,0x0,0x7f,0x0,0xaa,0x0,0x7f,0x0,0xff,0x0,0x7f,0x0,0x0,0x1f,0x7f, + 0x0,0x55,0x1f,0x7f,0x0,0xaa,0x1f,0x7f,0x0,0xff,0x1f,0x7f,0x0,0x0,0x3f,0x7f, + 0x0,0x55,0x3f,0x7f,0x0,0xaa,0x3f,0x7f,0x0,0xff,0x3f,0x7f,0x0,0x0,0x5f,0x7f, + 0x0,0x55,0x5f,0x7f,0x0,0xaa,0x5f,0x7f,0x0,0xff,0x5f,0x7f,0x0,0x0,0x7f,0x7f, + 0x0,0x55,0x7f,0x7f,0x0,0xaa,0x7f,0x7f,0x0,0xff,0x7f,0x7f,0x0,0x0,0x9f,0x7f, + 0x0,0x55,0x9f,0x7f,0x0,0xaa,0x9f,0x7f,0x0,0xff,0x9f,0x7f,0x0,0x0,0xbf,0x7f, + 0x0,0x55,0xbf,0x7f,0x0,0xaa,0xbf,0x7f,0x0,0xff,0xbf,0x7f,0x0,0x0,0xdf,0x7f, + 0x0,0x55,0xdf,0x7f,0x0,0xaa,0xdf,0x7f,0x0,0xff,0xdf,0x7f,0x0,0x0,0xff,0x7f, + 0x0,0x55,0xff,0x7f,0x0,0xaa,0xff,0x7f,0x0,0xff,0xff,0x7f,0x0,0x0,0x0,0xaa, + 0x0,0x55,0x0,0xaa,0x0,0xaa,0x0,0xaa,0x0,0xff,0x0,0xaa,0x0,0x0,0x1f,0xaa, + 0x0,0x55,0x1f,0xaa,0x0,0xaa,0x1f,0xaa,0x0,0xff,0x1f,0xaa,0x0,0x0,0x3f,0xaa, + 0x0,0x55,0x3f,0xaa,0x0,0xaa,0x3f,0xaa,0x0,0xff,0x3f,0xaa,0x0,0x0,0x5f,0xaa, + 0x0,0x55,0x5f,0xaa,0x0,0xaa,0x5f,0xaa,0x0,0xff,0x5f,0xaa,0x0,0x0,0x7f,0xaa, + 0x0,0x55,0x7f,0xaa,0x0,0xaa,0x7f,0xaa,0x0,0xff,0x7f,0xaa,0x0,0x0,0x9f,0xaa, + 0x0,0x55,0x9f,0xaa,0x0,0xaa,0x9f,0xaa,0x0,0xff,0x9f,0xaa,0x0,0x0,0xbf,0xaa, + 0x0,0x55,0xbf,0xaa,0x0,0xaa,0xbf,0xaa,0x0,0xff,0xbf,0xaa,0x0,0x0,0xdf,0xaa, + 0x0,0x55,0xdf,0xaa,0x0,0xaa,0xdf,0xaa,0x0,0xff,0xdf,0xaa,0x0,0x0,0xff,0xaa, + 0x0,0x55,0xff,0xaa,0x0,0xaa,0xff,0xaa,0x0,0xff,0xff,0xaa,0x0,0x0,0x0,0xd4, + 0x0,0x55,0x0,0xd4,0x0,0xaa,0x0,0xd4,0x0,0xff,0x0,0xd4,0x0,0x0,0x1f,0xd4, + 0x0,0x55,0x1f,0xd4,0x0,0xaa,0x1f,0xd4,0x0,0xff,0x1f,0xd4,0x0,0x0,0x3f,0xd4, + 0x0,0x55,0x3f,0xd4,0x0,0xaa,0x3f,0xd4,0x0,0xff,0x3f,0xd4,0x0,0x0,0x5f,0xd4, + 0x0,0x55,0x5f,0xd4,0x0,0xaa,0x5f,0xd4,0x0,0xff,0x5f,0xd4,0x0,0x0,0x7f,0xd4, + 0x0,0x55,0x7f,0xd4,0x0,0xaa,0x7f,0xd4,0x0,0xff,0x7f,0xd4,0x0,0x0,0x9f,0xd4, + 0x0,0x55,0x9f,0xd4,0x0,0xaa,0x9f,0xd4,0x0,0xff,0x9f,0xd4,0x0,0x0,0xbf,0xd4, + 0x0,0x55,0xbf,0xd4,0x0,0xaa,0xbf,0xd4,0x0,0xff,0xbf,0xd4,0x0,0x0,0xdf,0xd4, + 0x0,0x55,0xdf,0xd4,0x0,0xaa,0xdf,0xd4,0x0,0xff,0xdf,0xd4,0x0,0x0,0xff,0xd4, + 0x0,0x55,0xff,0xd4,0x0,0xaa,0xff,0xd4,0x0,0xff,0xff,0xd4,0x0,0x55,0x0,0xff, + 0x0,0xaa,0x0,0xff,0x0,0x0,0x1f,0xff,0x0,0x55,0x1f,0xff,0x0,0xaa,0x1f,0xff, + 0x0,0xff,0x1f,0xff,0x0,0x0,0x3f,0xff,0x0,0x55,0x3f,0xff,0x0,0xaa,0x3f,0xff, + 0x0,0xff,0x3f,0xff,0x0,0x0,0x5f,0xff,0x0,0x55,0x5f,0xff,0x0,0xaa,0x5f,0xff, + 0x0,0xff,0x5f,0xff,0x0,0x0,0x7f,0xff,0x0,0x55,0x7f,0xff,0x0,0xaa,0x7f,0xff, + 0x0,0xff,0x7f,0xff,0x0,0x0,0x9f,0xff,0x0,0x55,0x9f,0xff,0x0,0xaa,0x9f,0xff, + 0x0,0xff,0x9f,0xff,0x0,0x0,0xbf,0xff,0x0,0x55,0xbf,0xff,0x0,0xaa,0xbf,0xff, + 0x0,0xff,0xbf,0xff,0x0,0x0,0xdf,0xff,0x0,0x55,0xdf,0xff,0x0,0xaa,0xdf,0xff, + 0x0,0xff,0xdf,0xff,0x0,0x55,0xff,0xff,0x0,0xaa,0xff,0xff,0x0,0xff,0xcc,0xcc, + 0x0,0xff,0xcc,0xff,0x0,0xff,0xff,0x33,0x0,0xff,0xff,0x66,0x0,0xff,0xff,0x99, + 0x0,0xff,0xff,0xcc,0x0,0x0,0x7f,0x0,0x0,0x55,0x7f,0x0,0x0,0xaa,0x7f,0x0, + 0x0,0xff,0x7f,0x0,0x0,0x0,0x9f,0x0,0x0,0x55,0x9f,0x0,0x0,0xaa,0x9f,0x0, + 0x0,0xff,0x9f,0x0,0x0,0x0,0xbf,0x0,0x0,0x55,0xbf,0x0,0x0,0xaa,0xbf,0x0, + 0x0,0xff,0xbf,0x0,0x0,0x0,0xdf,0x0,0x0,0x55,0xdf,0x0,0x0,0xaa,0xdf,0x0, + 0x0,0xff,0xdf,0x0,0x0,0x55,0xff,0x0,0x0,0xaa,0xff,0x0,0x0,0x0,0x0,0x2a, + 0x0,0x55,0x0,0x2a,0x0,0xaa,0x0,0x2a,0x0,0xff,0x0,0x2a,0x0,0x0,0x1f,0x2a, + 0x0,0x55,0x1f,0x2a,0x0,0xaa,0x1f,0x2a,0x0,0xff,0x1f,0x2a,0x0,0x0,0x3f,0x2a, + 0x0,0x55,0x3f,0x2a,0x0,0xf0,0xfb,0xff,0x0,0xa4,0xa0,0xa0,0x0,0x80,0x80,0x80, + 0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0,0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0, + 0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xf5,0x8,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x82,0xf6,0x8,0xaf,0x86,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xf6, + 0xaf,0x3a,0x3a,0x3a,0xf6,0xf7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x31,0xaf,0xaf,0x5e,0x16,0x3f,0x63,0x17,0x3a,0xff,0x7,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2d,0x8,0xf6,0x5e,0xdc,0x17, + 0x63,0x63,0x3f,0x63,0x36,0x7,0xff,0x55,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x86,0xf6,0x9,0xdc,0xdc,0x1b,0x3f,0x3f,0x3f,0x9,0x7,0x35,0x10,0x7,0xff, + 0x31,0x0,0x0,0x0,0x0,0x0,0x0,0x31,0xf6,0xd4,0x12,0xdc,0xe1,0x1b,0x1b,0x3f, + 0x1b,0x9,0x5d,0x5d,0x61,0x3d,0x14,0xf7,0xff,0x0,0x0,0x0,0x0,0x0,0x31,0xff, + 0x5e,0xdc,0xdc,0xe1,0xe5,0xe5,0x1b,0x1b,0xe1,0x63,0x5d,0x61,0x85,0x7c,0x5c,0x10, + 0x86,0xf6,0x0,0x0,0x0,0x0,0xf6,0x5e,0xa,0xdc,0xdc,0xe1,0xe1,0xe1,0xe5,0x1b, + 0xe1,0x9,0x5d,0x61,0x85,0xca,0x80,0x39,0xda,0x86,0xf6,0x0,0x0,0x82,0xaf,0x4, + 0xa,0xdc,0xdc,0xe0,0xe1,0xe1,0xe1,0xe1,0x17,0x86,0x5d,0x89,0x61,0x61,0x61,0x39, + 0x10,0xda,0x86,0xaf,0x0,0x8,0x5e,0x4,0xf5,0xf5,0xdc,0x5e,0x3a,0xe1,0xe1,0xe1, + 0x17,0x86,0x60,0x85,0x7c,0x5d,0x3d,0x80,0x34,0xda,0x35,0xf6,0x8,0x8,0x5a,0x4, + 0xf1,0xf1,0xf5,0xaf,0x8,0x3a,0xdd,0x17,0x63,0x7,0x5d,0x85,0xc6,0x81,0x15,0x34, + 0x35,0x86,0xaf,0xaf,0x0,0x0,0x7,0x0,0x0,0x0,0x7,0xff,0xf6,0x86,0x5e,0x5e, + 0x39,0x5d,0x61,0x59,0x30,0x34,0x35,0x86,0xaf,0xaf,0x0,0x0,0x0,0x0,0x31,0x2d, + 0x31,0xf7,0xf6,0xff,0x82,0x7d,0x82,0x59,0x61,0x5d,0x54,0x55,0xa5,0x79,0x59,0x82, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf7,0xf6,0xff,0xf6,0xf6,0x82,0xa9,0x55,0xaa, + 0x55,0x54,0xa5,0x55,0xa5,0xa5,0x7d,0x54,0x2c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0xf7,0xf6,0xff,0xf6,0xae,0xaa,0x81,0x55,0x7d,0x55,0xa5,0x81,0xa5,0xd0,0xa9,0xa5, + 0x7d,0x50,0x2c,0xf5,0x6,0x0,0x0,0x0,0x0,0xf7,0xf6,0xff,0xf6,0x81,0xd0,0x7d, + 0x81,0x7d,0x81,0xd0,0xd0,0xd0,0xd0,0xa9,0xa9,0x7d,0x54,0xd,0x36,0x0,0x0,0x0, + 0x0,0x0,0xf7,0xf6,0xff,0xae,0xaa,0xaa,0x55,0xaa,0x81,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xa9,0xa5,0x7d,0x31,0x3a,0x0,0x0,0x0,0x0,0x0,0x0,0xf7,0xf6,0xff,0xaa,0xd0, + 0xa5,0x81,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xa9,0xa5,0x36,0x62,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xf6,0xf6,0xaa,0xd0,0xaa,0xaa,0xd0,0xd0,0xd0,0xd0,0xd0, + 0xd0,0xd0,0xaa,0x5e,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf6,0xf6, + 0xaa,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xaa,0x5e,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xaf,0xf6,0xaa,0xd0,0xd0,0xaa,0xaa,0xa5,0x81, + 0x7d,0x7d,0x7d,0x62,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0xaf,0xaf,0xaa,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xf1,0xff,0xff,0xff,0xe0,0xff,0xff,0xff,0x80,0x7f,0xff,0xfe,0x0,0x3f, + 0xff,0xf8,0x0,0x1f,0xfe,0xf0,0x0,0xf,0xf8,0xc0,0x0,0xf,0xf0,0x80,0x0,0x7, + 0xc0,0x80,0x0,0x3,0x80,0x0,0x0,0x1,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x1, + 0x0,0x80,0x0,0x7,0x0,0x80,0x0,0x1f,0x80,0xc0,0x0,0xf,0x80,0xe0,0x0,0x0, + 0xc0,0xf0,0x0,0x0,0xe0,0xf8,0x0,0x0,0xf0,0xfc,0x0,0x0,0xf8,0xff,0x0,0x0, + 0xfc,0xff,0x80,0x0,0xff,0xff,0xc0,0x0,0xff,0xff,0xe3,0xff,0xff,0x28,0x0,0x0, + 0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0, + 0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0, + 0x0,0x80,0x80,0x80,0x0,0xc0,0xdc,0xc0,0x0,0xf0,0xca,0xa6,0x0,0xaa,0x3f,0x2a, + 0x0,0xff,0x3f,0x2a,0x0,0x0,0x5f,0x2a,0x0,0x55,0x5f,0x2a,0x0,0xaa,0x5f,0x2a, + 0x0,0xff,0x5f,0x2a,0x0,0x0,0x7f,0x2a,0x0,0x55,0x7f,0x2a,0x0,0xaa,0x7f,0x2a, + 0x0,0xff,0x7f,0x2a,0x0,0x0,0x9f,0x2a,0x0,0x55,0x9f,0x2a,0x0,0xaa,0x9f,0x2a, + 0x0,0xff,0x9f,0x2a,0x0,0x0,0xbf,0x2a,0x0,0x55,0xbf,0x2a,0x0,0xaa,0xbf,0x2a, + 0x0,0xff,0xbf,0x2a,0x0,0x0,0xdf,0x2a,0x0,0x55,0xdf,0x2a,0x0,0xaa,0xdf,0x2a, + 0x0,0xff,0xdf,0x2a,0x0,0x0,0xff,0x2a,0x0,0x55,0xff,0x2a,0x0,0xaa,0xff,0x2a, + 0x0,0xff,0xff,0x2a,0x0,0x0,0x0,0x55,0x0,0x55,0x0,0x55,0x0,0xaa,0x0,0x55, + 0x0,0xff,0x0,0x55,0x0,0x0,0x1f,0x55,0x0,0x55,0x1f,0x55,0x0,0xaa,0x1f,0x55, + 0x0,0xff,0x1f,0x55,0x0,0x0,0x3f,0x55,0x0,0x55,0x3f,0x55,0x0,0xaa,0x3f,0x55, + 0x0,0xff,0x3f,0x55,0x0,0x0,0x5f,0x55,0x0,0x55,0x5f,0x55,0x0,0xaa,0x5f,0x55, + 0x0,0xff,0x5f,0x55,0x0,0x0,0x7f,0x55,0x0,0x55,0x7f,0x55,0x0,0xaa,0x7f,0x55, + 0x0,0xff,0x7f,0x55,0x0,0x0,0x9f,0x55,0x0,0x55,0x9f,0x55,0x0,0xaa,0x9f,0x55, + 0x0,0xff,0x9f,0x55,0x0,0x0,0xbf,0x55,0x0,0x55,0xbf,0x55,0x0,0xaa,0xbf,0x55, + 0x0,0xff,0xbf,0x55,0x0,0x0,0xdf,0x55,0x0,0x55,0xdf,0x55,0x0,0xaa,0xdf,0x55, + 0x0,0xff,0xdf,0x55,0x0,0x0,0xff,0x55,0x0,0x55,0xff,0x55,0x0,0xaa,0xff,0x55, + 0x0,0xff,0xff,0x55,0x0,0x0,0x0,0x7f,0x0,0x55,0x0,0x7f,0x0,0xaa,0x0,0x7f, + 0x0,0xff,0x0,0x7f,0x0,0x0,0x1f,0x7f,0x0,0x55,0x1f,0x7f,0x0,0xaa,0x1f,0x7f, + 0x0,0xff,0x1f,0x7f,0x0,0x0,0x3f,0x7f,0x0,0x55,0x3f,0x7f,0x0,0xaa,0x3f,0x7f, + 0x0,0xff,0x3f,0x7f,0x0,0x0,0x5f,0x7f,0x0,0x55,0x5f,0x7f,0x0,0xaa,0x5f,0x7f, + 0x0,0xff,0x5f,0x7f,0x0,0x0,0x7f,0x7f,0x0,0x55,0x7f,0x7f,0x0,0xaa,0x7f,0x7f, + 0x0,0xff,0x7f,0x7f,0x0,0x0,0x9f,0x7f,0x0,0x55,0x9f,0x7f,0x0,0xaa,0x9f,0x7f, + 0x0,0xff,0x9f,0x7f,0x0,0x0,0xbf,0x7f,0x0,0x55,0xbf,0x7f,0x0,0xaa,0xbf,0x7f, + 0x0,0xff,0xbf,0x7f,0x0,0x0,0xdf,0x7f,0x0,0x55,0xdf,0x7f,0x0,0xaa,0xdf,0x7f, + 0x0,0xff,0xdf,0x7f,0x0,0x0,0xff,0x7f,0x0,0x55,0xff,0x7f,0x0,0xaa,0xff,0x7f, + 0x0,0xff,0xff,0x7f,0x0,0x0,0x0,0xaa,0x0,0x55,0x0,0xaa,0x0,0xaa,0x0,0xaa, + 0x0,0xff,0x0,0xaa,0x0,0x0,0x1f,0xaa,0x0,0x55,0x1f,0xaa,0x0,0xaa,0x1f,0xaa, + 0x0,0xff,0x1f,0xaa,0x0,0x0,0x3f,0xaa,0x0,0x55,0x3f,0xaa,0x0,0xaa,0x3f,0xaa, + 0x0,0xff,0x3f,0xaa,0x0,0x0,0x5f,0xaa,0x0,0x55,0x5f,0xaa,0x0,0xaa,0x5f,0xaa, + 0x0,0xff,0x5f,0xaa,0x0,0x0,0x7f,0xaa,0x0,0x55,0x7f,0xaa,0x0,0xaa,0x7f,0xaa, + 0x0,0xff,0x7f,0xaa,0x0,0x0,0x9f,0xaa,0x0,0x55,0x9f,0xaa,0x0,0xaa,0x9f,0xaa, + 0x0,0xff,0x9f,0xaa,0x0,0x0,0xbf,0xaa,0x0,0x55,0xbf,0xaa,0x0,0xaa,0xbf,0xaa, + 0x0,0xff,0xbf,0xaa,0x0,0x0,0xdf,0xaa,0x0,0x55,0xdf,0xaa,0x0,0xaa,0xdf,0xaa, + 0x0,0xff,0xdf,0xaa,0x0,0x0,0xff,0xaa,0x0,0x55,0xff,0xaa,0x0,0xaa,0xff,0xaa, + 0x0,0xff,0xff,0xaa,0x0,0x0,0x0,0xd4,0x0,0x55,0x0,0xd4,0x0,0xaa,0x0,0xd4, + 0x0,0xff,0x0,0xd4,0x0,0x0,0x1f,0xd4,0x0,0x55,0x1f,0xd4,0x0,0xaa,0x1f,0xd4, + 0x0,0xff,0x1f,0xd4,0x0,0x0,0x3f,0xd4,0x0,0x55,0x3f,0xd4,0x0,0xaa,0x3f,0xd4, + 0x0,0xff,0x3f,0xd4,0x0,0x0,0x5f,0xd4,0x0,0x55,0x5f,0xd4,0x0,0xaa,0x5f,0xd4, + 0x0,0xff,0x5f,0xd4,0x0,0x0,0x7f,0xd4,0x0,0x55,0x7f,0xd4,0x0,0xaa,0x7f,0xd4, + 0x0,0xff,0x7f,0xd4,0x0,0x0,0x9f,0xd4,0x0,0x55,0x9f,0xd4,0x0,0xaa,0x9f,0xd4, + 0x0,0xff,0x9f,0xd4,0x0,0x0,0xbf,0xd4,0x0,0x55,0xbf,0xd4,0x0,0xaa,0xbf,0xd4, + 0x0,0xff,0xbf,0xd4,0x0,0x0,0xdf,0xd4,0x0,0x55,0xdf,0xd4,0x0,0xaa,0xdf,0xd4, + 0x0,0xff,0xdf,0xd4,0x0,0x0,0xff,0xd4,0x0,0x55,0xff,0xd4,0x0,0xaa,0xff,0xd4, + 0x0,0xff,0xff,0xd4,0x0,0x55,0x0,0xff,0x0,0xaa,0x0,0xff,0x0,0x0,0x1f,0xff, + 0x0,0x55,0x1f,0xff,0x0,0xaa,0x1f,0xff,0x0,0xff,0x1f,0xff,0x0,0x0,0x3f,0xff, + 0x0,0x55,0x3f,0xff,0x0,0xaa,0x3f,0xff,0x0,0xff,0x3f,0xff,0x0,0x0,0x5f,0xff, + 0x0,0x55,0x5f,0xff,0x0,0xaa,0x5f,0xff,0x0,0xff,0x5f,0xff,0x0,0x0,0x7f,0xff, + 0x0,0x55,0x7f,0xff,0x0,0xaa,0x7f,0xff,0x0,0xff,0x7f,0xff,0x0,0x0,0x9f,0xff, + 0x0,0x55,0x9f,0xff,0x0,0xaa,0x9f,0xff,0x0,0xff,0x9f,0xff,0x0,0x0,0xbf,0xff, + 0x0,0x55,0xbf,0xff,0x0,0xaa,0xbf,0xff,0x0,0xff,0xbf,0xff,0x0,0x0,0xdf,0xff, + 0x0,0x55,0xdf,0xff,0x0,0xaa,0xdf,0xff,0x0,0xff,0xdf,0xff,0x0,0x55,0xff,0xff, + 0x0,0xaa,0xff,0xff,0x0,0xff,0xcc,0xcc,0x0,0xff,0xcc,0xff,0x0,0xff,0xff,0x33, + 0x0,0xff,0xff,0x66,0x0,0xff,0xff,0x99,0x0,0xff,0xff,0xcc,0x0,0x0,0x7f,0x0, + 0x0,0x55,0x7f,0x0,0x0,0xaa,0x7f,0x0,0x0,0xff,0x7f,0x0,0x0,0x0,0x9f,0x0, + 0x0,0x55,0x9f,0x0,0x0,0xaa,0x9f,0x0,0x0,0xff,0x9f,0x0,0x0,0x0,0xbf,0x0, + 0x0,0x55,0xbf,0x0,0x0,0xaa,0xbf,0x0,0x0,0xff,0xbf,0x0,0x0,0x0,0xdf,0x0, + 0x0,0x55,0xdf,0x0,0x0,0xaa,0xdf,0x0,0x0,0xff,0xdf,0x0,0x0,0x55,0xff,0x0, + 0x0,0xaa,0xff,0x0,0x0,0x0,0x0,0x2a,0x0,0x55,0x0,0x2a,0x0,0xaa,0x0,0x2a, + 0x0,0xff,0x0,0x2a,0x0,0x0,0x1f,0x2a,0x0,0x55,0x1f,0x2a,0x0,0xaa,0x1f,0x2a, + 0x0,0xff,0x1f,0x2a,0x0,0x0,0x3f,0x2a,0x0,0x55,0x3f,0x2a,0x0,0xf0,0xfb,0xff, + 0x0,0xa4,0xa0,0xa0,0x0,0x80,0x80,0x80,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0, + 0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x31,0x8,0xaf,0x2d, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2d,0x86,0x9,0x17,0x17,0xaf, + 0xf5,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0xf7,0x9,0x3b,0xe1,0x1b,0xe1,0xdc, + 0x8,0xf1,0x0,0x0,0x0,0x0,0x0,0x7,0x8,0x3a,0xdc,0x1b,0x1b,0x3f,0x35,0xda, + 0x15,0x8,0x0,0x0,0x0,0x0,0x82,0x62,0xdc,0xdd,0xe5,0x1b,0xe5,0x3a,0x38,0x60, + 0x10,0x39,0x8,0x0,0x0,0xf7,0x5e,0x4,0xdc,0xe1,0xe1,0xe5,0xe1,0x5e,0x5c,0x60, + 0xa0,0xda,0x39,0x8,0x0,0x8,0x4,0x4,0xe,0x3a,0xe1,0xe1,0xe1,0x39,0x60,0x5c, + 0x38,0x2,0x0,0x7,0x8,0x86,0xf1,0x0,0xf1,0xaf,0x5e,0xdc,0x16,0x34,0x34,0x54, + 0xda,0xda,0xf7,0x8,0x0,0x0,0xf5,0xf5,0x86,0xff,0x55,0x55,0xc,0x55,0x55,0x81, + 0x55,0x7,0x0,0xf5,0xd,0x0,0x0,0xf6,0xff,0xf6,0x7d,0x7d,0x55,0x59,0x81,0xa9, + 0xa9,0x81,0x55,0x31,0x36,0x0,0x0,0x0,0xaf,0xff,0xaa,0xa5,0x59,0x81,0xae,0xd0, + 0xd0,0xaa,0x81,0x59,0x5e,0x0,0x0,0x0,0x0,0xaf,0xff,0x7d,0xaa,0x81,0xd0,0xd0, + 0xd0,0xd0,0xaa,0xf7,0x9,0x0,0x0,0x0,0x0,0x0,0xf6,0xf6,0x7d,0xaa,0xd0,0xd0, + 0xd0,0xd0,0xaa,0xf7,0x8b,0x0,0x0,0x0,0x0,0x0,0x0,0xaf,0xf6,0x7d,0x81,0x7d, + 0x2c,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xaf,0xaf,0x8,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xbb,0xcd,0xfe,0x1f,0xff,0xff,0xf8,0xf,0xfe, + 0x1f,0xe0,0x7,0xf8,0xf,0xc0,0x7,0xe0,0x7,0x80,0x3,0xc0,0x7,0x0,0x1,0x80, + 0x3,0x0,0x0,0x0,0x1,0x0,0x1,0x0,0x0,0x80,0x4,0x0,0x1,0xc0,0x0,0x80, + 0x4,0xe0,0x0,0xc0,0x0,0xf0,0x0,0xe0,0x0,0xf8,0x0,0xf0,0x0,0xfc,0xe,0xf8, + 0x0,0xfe,0x3f,0xfc,0xe,0x28,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x60,0x0,0x0, + 0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0x17,0xb,0xb,0xb,0x53,0x2c,0x2c,0x2c, + 0x73,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x25,0x0,0x0,0x0,0x51,0x4e,0x4e,0x4e,0xab,0xca,0xca,0xca,0xfc,0xef,0xef,0xef, + 0xff,0x3e,0x3e,0x3e,0x87,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x5,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x13,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x4e,0x34,0x34,0x34, + 0x9f,0xad,0xad,0xad,0xf0,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xe4,0xe4,0xe4,0xfe,0x2a,0x2a,0x2a,0x80,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0xc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x39,0x0,0x0,0x0,0x4b,0x1d,0x1d,0x1d,0x8e,0x92,0x92,0x92,0xe4,0xf2,0xf2,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xe8,0xe8,0xe7,0xff,0xf8,0xf9,0xf8, + 0xff,0xff,0xff,0xff,0xff,0xd7,0xd7,0xd6,0xf9,0x1d,0x1d,0x1d,0x77,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x25,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x48,0xb,0xb,0xb, + 0x7f,0x78,0x78,0x78,0xd5,0xe4,0xe4,0xe4,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xef,0xf0,0xf0,0xff,0xb9,0xad,0x9b,0xff,0x91,0x70,0x32,0xff,0xab,0x9c,0x81, + 0xff,0xfb,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xc9,0xc9,0xc9,0xf4,0xe,0xe,0xe, + 0x6d,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x5,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x3b,0x0,0x0,0x0, + 0x43,0x0,0x0,0x0,0x46,0x2,0x2,0x2,0x6e,0x5c,0x5c,0x5c,0xc2,0xcf,0xcf,0xcf, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xfc,0xfd,0xff,0xc0,0xb9,0xae, + 0xff,0x9c,0x7e,0x48,0xff,0xba,0x89,0x25,0xff,0xe4,0xaf,0x4d,0xff,0xb6,0x8a,0x35, + 0xff,0xaf,0xa3,0x91,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb8,0xb8,0xb8, + 0xec,0x5,0x5,0x5,0x61,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x23,0x0,0x0,0x0, + 0xa,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x23,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x44,0x0,0x0,0x0,0x44,0x0,0x0,0x0, + 0x5d,0x43,0x43,0x43,0xb0,0xbb,0xbb,0xbb,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xd4,0xd0,0xca,0xff,0x9b,0x80,0x56,0xff,0xad,0x7c,0x5, + 0xff,0xd9,0xa3,0x38,0xff,0xe8,0xb8,0x5f,0xff,0xe9,0xbc,0x6d,0xff,0xe9,0xb9,0x64, + 0xff,0xaf,0x84,0x33,0xff,0xb7,0xae,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xa7,0xa7,0xa7,0xe1,0x3,0x3,0x3,0x56,0x0,0x0,0x0,0x36,0x0,0x0,0x0, + 0x29,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x3d,0x0,0x0,0x0, + 0x45,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x4c,0x1e,0x1e,0x1e,0x8e,0x9b,0x9b,0x9b, + 0xed,0xf8,0xf8,0xf8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xe5,0xe4,0xe4, + 0xff,0xa0,0x8d,0x71,0xff,0x9b,0x6c,0x0,0xff,0xcd,0x93,0x5,0xff,0xe5,0xaf,0x4a, + 0xff,0xea,0xbe,0x69,0xff,0xf1,0xc8,0x80,0xff,0xf1,0xc9,0x85,0xff,0xeb,0xbe,0x70, + 0xff,0xe1,0xa9,0x3d,0xff,0x9c,0x6a,0x0,0xff,0xc1,0xb8,0xad,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x8d,0x8d,0x8d,0xd2,0x0,0x0,0x0,0x48,0x0,0x0,0x0, + 0x38,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x28,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x40,0x0,0x0,0x0, + 0x40,0xe,0xe,0xe,0x77,0x7b,0x7b,0x7b,0xd4,0xe5,0xe5,0xe5,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xef,0xf0,0xf2,0xff,0xb5,0xa8,0x95,0xff,0x94,0x6c,0x16, + 0xff,0xbb,0x80,0x0,0xff,0xdc,0xa2,0x27,0xff,0xe6,0xb5,0x52,0xff,0xee,0xc3,0x70, + 0xff,0xf4,0xce,0x85,0xff,0xf6,0xcf,0x8a,0xff,0xf2,0xc6,0x77,0xff,0xe8,0xb3,0x4e, + 0xff,0xdc,0x9b,0x0,0xff,0xcf,0x86,0x0,0xff,0x92,0x62,0x0,0xff,0xcf,0xcb,0xc5, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x75,0x75,0x75,0xbe,0x0,0x0,0x0, + 0x3f,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x12,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x38,0x4,0x4,0x4,0x60,0x5f,0x5f,0x5f, + 0xbf,0xd1,0xd1,0xd1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xfc,0xff, + 0xff,0xbf,0xb6,0xab,0xff,0x94,0x6e,0x30,0xff,0xaa,0x6e,0x0,0xff,0xd4,0x95,0x0, + 0xff,0xe1,0xa9,0x33,0xff,0xe9,0xb9,0x5a,0xff,0xf3,0xc9,0x76,0xff,0xf8,0xd0,0x84, + 0xff,0xf6,0xce,0x7e,0xff,0xf1,0xc0,0x62,0xff,0xeb,0xb0,0x35,0xff,0xe6,0xa7,0x13, + 0xff,0xe6,0xb2,0x53,0xff,0xe9,0xb9,0x6c,0xff,0xe0,0xa9,0x54,0xff,0x99,0x75,0x41, + 0xff,0xd8,0xd5,0xd3,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfa,0xff,0x60,0x60,0x60, + 0xac,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x1c,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x38,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x4b,0x45,0x45,0x45,0xa7,0xbd,0xbd,0xbc,0xf6,0xfe,0xfe,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xd2,0xce,0xc7,0xff,0x95,0x77,0x46, + 0xff,0x9e,0x64,0x0,0xff,0xc7,0x83,0x0,0xff,0xdb,0x9e,0x0,0xff,0xe5,0xb0,0x3f, + 0xff,0xee,0xbf,0x5a,0xff,0xf3,0xc7,0x6f,0xff,0xf7,0xce,0x7a,0xff,0xf5,0xc8,0x6f, + 0xff,0xee,0xb8,0x47,0xff,0xe9,0xaa,0x16,0xff,0xed,0xba,0x5b,0xff,0xf9,0xd5,0x9a, + 0xff,0xfb,0xd9,0xa6,0xff,0xc7,0xad,0x76,0xff,0x85,0x7c,0x40,0xff,0x4a,0x51,0x8, + 0xff,0x38,0x49,0x2a,0xff,0xdf,0xdf,0xdd,0xff,0xff,0xff,0xff,0xff,0xf5,0xf5,0xf5, + 0xff,0x4d,0x4d,0x4d,0x99,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x2a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x2a,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x3a,0x2e,0x2e,0x2e, + 0x8c,0xa3,0xa3,0xa3,0xed,0xf7,0xf7,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xdc,0xdb,0xd8,0xff,0x9e,0x87,0x62,0xff,0x91,0x5a,0x0,0xff,0xbe,0x77,0x0, + 0xff,0xd5,0x93,0x0,0xff,0xdd,0xa3,0x0,0xff,0xe9,0xb6,0x41,0xff,0xf0,0xc3,0x58, + 0xff,0xf1,0xc5,0x5f,0xff,0xf5,0xcc,0x70,0xff,0xf4,0xc8,0x69,0xff,0xec,0xb4,0x3b, + 0xff,0xe8,0xa9,0x1c,0xff,0xf3,0xcd,0x87,0xff,0xff,0xe8,0xbf,0xff,0xdb,0xc6,0x9c, + 0xff,0x97,0x97,0x69,0xff,0x2e,0x64,0x2f,0xff,0x21,0x69,0x2e,0xff,0x2d,0x72,0x2c, + 0xff,0x24,0x6d,0xe,0xff,0x48,0x73,0x4a,0xff,0xe9,0xe9,0xe9,0xff,0xff,0xff,0xff, + 0xff,0xec,0xec,0xea,0xff,0x39,0x39,0x39,0x86,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x2e,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0xd,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x22,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x22,0xf,0xf,0xf,0x65,0x88,0x88,0x88,0xd7,0xeb,0xeb,0xe9, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xec,0xed,0xed,0xff,0xa8,0x96,0x7d, + 0xff,0x8c,0x5a,0x0,0xff,0xaf,0x69,0x0,0xff,0xcd,0x87,0x0,0xff,0xd6,0x95,0x0, + 0xff,0xe3,0xab,0xc,0xff,0xe9,0xb6,0x36,0xff,0xef,0xbe,0x48,0xff,0xf2,0xc4,0x57, + 0xff,0xf1,0xc5,0x5d,0xff,0xf4,0xc9,0x66,0xff,0xee,0xb9,0x45,0xff,0xe6,0xa6,0x0, + 0xff,0xf4,0xd1,0x94,0xff,0xff,0xea,0xc9,0xff,0xa9,0xa7,0x7f,0xff,0x32,0x6a,0x38, + 0xff,0x1e,0x70,0x3a,0xff,0x34,0x8f,0x56,0xff,0x41,0xac,0x69,0xff,0x42,0xaf,0x5e, + 0xff,0x40,0xa7,0x4a,0xff,0x25,0x87,0x18,0xff,0x56,0x7d,0x5a,0xff,0xf3,0xf1,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xe0,0xe0,0xe0,0xfc,0x2b,0x2b,0x2b,0x72,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x13,0x0,0x0,0x0, + 0xa,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x21,0x3d,0x3d,0x3d,0x96,0xca,0xca,0xca,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xf5,0xf8,0xff,0xb9,0xad,0x9e,0xff,0x88,0x5b,0x0,0xff,0xa2,0x5a,0x0, + 0xff,0xc6,0x7b,0x0,0xff,0xcf,0x8a,0x0,0xff,0xd8,0x98,0x0,0xff,0xe7,0xaf,0x0, + 0xff,0xed,0xba,0x31,0xff,0xec,0xb8,0x36,0xff,0xef,0xbe,0x45,0xff,0xf1,0xc2,0x50, + 0xff,0xf0,0xc1,0x54,0xff,0xf2,0xc3,0x56,0xff,0xe8,0xab,0x6,0xff,0xeb,0xb6,0x51, + 0xff,0xff,0xf0,0xd1,0xff,0x9f,0xa4,0x80,0xff,0x17,0x69,0x35,0xff,0x2f,0x91,0x5e, + 0xff,0x43,0xb4,0x7d,0xff,0x49,0xc3,0x87,0xff,0x49,0xc6,0x82,0xff,0x45,0xbe,0x73, + 0xff,0x41,0xb1,0x5d,0xff,0x3d,0xa5,0x48,0xff,0x1e,0x7f,0x15,0xff,0x63,0x85,0x67, + 0xff,0xf9,0xf7,0xf9,0xff,0xff,0xff,0xff,0xff,0xd2,0xd2,0xd2,0xf6,0x1e,0x1e,0x1e, + 0x59,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x10,0x0,0x0,0x0, + 0xb,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x1c,0x5b,0x5b,0x5b, + 0xb4,0xeb,0xeb,0xeb,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xce,0xc9,0xc2, + 0xff,0x8a,0x65,0x29,0xff,0x94,0x4e,0x0,0xff,0xbd,0x6d,0x0,0xff,0xcb,0x81,0x0, + 0xff,0xd0,0x8b,0x0,0xff,0xdb,0x9a,0x0,0xff,0xe8,0xb0,0x0,0xff,0xec,0xb7,0xa, + 0xff,0xee,0xba,0x29,0xff,0xec,0xb8,0x29,0xff,0xef,0xbd,0x3e,0xff,0xf1,0xc0,0x47, + 0xff,0xf0,0xbf,0x4b,0xff,0xf1,0xbf,0x4b,0xff,0xe5,0xa3,0x0,0xff,0xed,0xbe,0x68, + 0xff,0xff,0xf0,0xd9,0xff,0x50,0x79,0x50,0xff,0x22,0x89,0x56,0xff,0x4a,0xc0,0x91, + 0xff,0x4f,0xcf,0x9a,0xff,0x4c,0xca,0x92,0xff,0x4b,0xc7,0x87,0xff,0x47,0xc2,0x7c, + 0xff,0x44,0xba,0x6b,0xff,0x3f,0xae,0x5c,0xff,0x39,0xa1,0x45,0xff,0x16,0x77,0xb, + 0xff,0x71,0x8d,0x75,0xff,0xfc,0xfa,0xfb,0xff,0xff,0xff,0xff,0xff,0xc7,0xc7,0xc7, + 0xed,0x14,0x14,0x14,0x3c,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x5,0x56,0x56,0x56,0xac,0xed,0xed,0xed, + 0xff,0xff,0xff,0xff,0xff,0xfa,0xfd,0xff,0xff,0xb0,0xa3,0x93,0xff,0x7b,0x41,0x0, + 0xff,0xae,0x5d,0x0,0xff,0xc4,0x77,0x0,0xff,0xca,0x80,0x0,0xff,0xd1,0x8a,0x0, + 0xff,0xd9,0x96,0x0,0xff,0xe7,0xae,0x0,0xff,0xeb,0xb3,0x0,0xff,0xec,0xb6,0x0, + 0xff,0xed,0xb8,0x18,0xff,0xeb,0xb3,0x19,0xff,0xee,0xbc,0x32,0xff,0xee,0xbc,0x39, + 0xff,0xee,0xbc,0x42,0xff,0xef,0xbc,0x42,0xff,0xe4,0xa0,0x0,0xff,0xea,0xb5,0x54, + 0xff,0xff,0xf8,0xe5,0xff,0x79,0x91,0x70,0xff,0x1c,0x87,0x55,0xff,0x4c,0xc7,0x9a, + 0xff,0x51,0xcf,0x9d,0xff,0x4e,0xca,0x92,0xff,0x4c,0xc8,0x8a,0xff,0x4a,0xc8,0x80, + 0xff,0x47,0xc3,0x74,0xff,0x40,0xb7,0x64,0xff,0x38,0xa7,0x51,0xff,0x2f,0x9a,0x38, + 0xff,0x9,0x69,0x0,0xff,0x8a,0x9e,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xae,0xae,0xae,0xdb,0xe,0xe,0xe,0x19,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x45,0x45,0x45,0x8b,0xe8,0xe8,0xe6,0xff,0xff,0xff,0xff, + 0xff,0xf5,0xf6,0xf7,0xff,0x91,0x7b,0x5e,0xff,0x7d,0x38,0x0,0xff,0xb1,0x5f,0x0, + 0xff,0xc1,0x73,0x0,0xff,0xca,0x80,0x0,0xff,0xd1,0x88,0x0,0xff,0xd6,0x90,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe9,0xaf,0x0,0xff,0xea,0xb1,0x0,0xff,0xea,0xb3,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xe9,0xb1,0x0,0xff,0xef,0xbb,0x2f,0xff,0xed,0xb9,0x2b, + 0xff,0xee,0xbb,0x3a,0xff,0xef,0xbc,0x40,0xff,0xe3,0xa1,0x0,0xff,0xe3,0xa5,0x1c, + 0xff,0xff,0xfc,0xec,0xff,0xa4,0xb2,0x98,0xff,0x12,0x82,0x4e,0xff,0x4b,0xc6,0x9a, + 0xff,0x51,0xd0,0xa0,0xff,0x4e,0xcc,0x97,0xff,0x4d,0xca,0x8a,0xff,0x3f,0xac,0x78, + 0xff,0x37,0xa1,0x6a,0xff,0x40,0xba,0x67,0xff,0x3d,0xb2,0x62,0xff,0x34,0xa2,0x4d, + 0xff,0x27,0x94,0x32,0xff,0x7,0x63,0x7,0xff,0x9b,0xaa,0x9e,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xac,0xac,0xab,0xc7,0x4d,0x4d,0x4d,0xf,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x56,0x56,0x56,0x46,0xcc,0xcc,0xcb,0xff,0xff,0xff,0xff,0xff,0xf7,0xfa,0xfb, + 0xff,0x88,0x70,0x55,0xff,0x77,0x2e,0x0,0xff,0xa7,0x57,0x0,0xff,0xb5,0x69,0x0, + 0xff,0xc3,0x78,0x0,0xff,0xce,0x84,0x0,0xff,0xd4,0x8b,0x0,0xff,0xdf,0x9f,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe8,0xad,0x0,0xff,0xe9,0xae,0x0,0xff,0xe9,0xb2,0x0, + 0xff,0xe7,0xae,0x0,0xff,0xea,0xb2,0x0,0xff,0xed,0xb8,0x1a,0xff,0xea,0xb3,0x16, + 0xff,0xed,0xba,0x2e,0xff,0xec,0xb6,0x2a,0xff,0xe1,0x9b,0x0,0xff,0xde,0x99,0x0, + 0xff,0xff,0xf9,0xe7,0xff,0xbf,0xca,0xb6,0xff,0x11,0x81,0x50,0xff,0x44,0xc0,0x94, + 0xff,0x53,0xd2,0xa3,0xff,0x52,0xd0,0x95,0xff,0x3a,0xa5,0x8e,0xff,0x0,0x89,0xd9, + 0xff,0x0,0x83,0xe2,0xff,0x2b,0x99,0x8b,0xff,0x42,0xbd,0x65,0xff,0x37,0xac,0x5b, + 0xff,0x2c,0x9a,0x46,0xff,0x18,0x89,0x25,0xff,0x2,0x5a,0x7,0xff,0xaa,0xb4,0xad, + 0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfa,0xff,0xa5,0xa5,0xa5,0xb3,0x6d,0x6d,0x6d, + 0x5,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4f,0x4f,0x4f, + 0x6,0x8f,0x8f,0x8f,0xcc,0xfc,0xfc,0xfb,0xff,0xff,0xff,0xff,0xff,0xa1,0x92,0x84, + 0xff,0x69,0x22,0x0,0xff,0x9b,0x4c,0x0,0xff,0xa9,0x5c,0x0,0xff,0xb7,0x6b,0x0, + 0xff,0xc1,0x76,0x0,0xff,0xcc,0x81,0x0,0xff,0xd6,0x90,0x0,0xff,0xe7,0xa8,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe8,0xae,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe4,0xa8,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb4,0x0,0xff,0xe8,0xb0,0x0, + 0xff,0xed,0xb8,0x1a,0xff,0xe7,0xaa,0x0,0xff,0xdc,0x92,0x0,0xff,0xea,0xbe,0x74, + 0xff,0xff,0xff,0xf5,0xff,0xac,0xb8,0xa3,0xff,0xb,0x84,0x53,0xff,0x44,0xc0,0x95, + 0xff,0x53,0xd1,0xa3,0xff,0x51,0xcf,0x94,0xff,0x3f,0xaa,0x9c,0xff,0x26,0xbd,0xff, + 0xff,0x1d,0xb6,0xff,0xff,0x33,0xa4,0x9b,0xff,0x41,0xbe,0x64,0xff,0x37,0xb1,0x63, + 0xff,0x2c,0xa1,0x51,0xff,0x20,0x92,0x38,0xff,0x2,0x7d,0x16,0xff,0x0,0x52,0xb, + 0xff,0xbb,0xc2,0xbc,0xff,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf5,0xff,0x96,0x96,0x96, + 0x9f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x54,0x54,0x54, + 0x4b,0xd1,0xd1,0xd0,0xff,0xff,0xff,0xff,0xff,0xd6,0xd4,0xd1,0xff,0x5e,0x28,0x0, + 0xff,0x89,0x38,0x0,0xff,0x9a,0x4d,0x0,0xff,0x99,0x52,0x0,0xff,0xaf,0x65,0x0, + 0xff,0xbf,0x73,0x0,0xff,0xc5,0x7a,0x0,0xff,0xdb,0x97,0x0,0xff,0xda,0xa0,0x0, + 0xff,0xe2,0xa3,0x0,0xff,0xe8,0xa9,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe2,0xa6,0x0, + 0xff,0xe6,0xac,0x0,0xff,0xea,0xb2,0x0,0xff,0xe7,0xab,0x0,0xff,0xe9,0xb1,0x0, + 0xff,0xeb,0xb3,0x0,0xff,0xe0,0x9a,0x0,0xff,0xe0,0x9e,0x0,0xff,0xff,0xf2,0xdd, + 0xff,0xc7,0xc7,0xb3,0xff,0x1b,0x79,0x4b,0xff,0x23,0xa3,0x76,0xff,0x4f,0xcd,0xa3, + 0xff,0x52,0xd1,0xa0,0xff,0x4f,0xcd,0x97,0xff,0x4b,0xc8,0x8b,0xff,0x47,0xb3,0x90, + 0xff,0x46,0xb2,0x8d,0xff,0x44,0xbd,0x71,0xff,0x3e,0xbc,0x6e,0xff,0x37,0xb5,0x67, + 0xff,0x2b,0xa4,0x54,0xff,0x1c,0x92,0x3b,0xff,0xc,0x83,0x24,0xff,0x0,0x6c,0x0, + 0xff,0x4,0x4c,0x11,0xff,0xca,0xce,0xcc,0xff,0xff,0xff,0xff,0xff,0xf0,0xf0,0xf0, + 0xff,0x8b,0x8b,0x8b,0x89,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x77,0x77,0x77, + 0x8b,0xf4,0xf4,0xf3,0xff,0xff,0xff,0xff,0xff,0x98,0x85,0x76,0xff,0x64,0x18,0x0, + 0xff,0x8b,0x3d,0x0,0xff,0x9b,0x4d,0x0,0xff,0x89,0x48,0x0,0xff,0x8a,0x4d,0x0, + 0xff,0xb1,0x68,0x0,0xff,0xc5,0x79,0x0,0xff,0xde,0x99,0x0,0xff,0xa9,0x84,0x17, + 0xff,0x9b,0x83,0x4c,0xff,0xe6,0xa5,0x0,0xff,0xe4,0xa3,0x0,0xff,0xe3,0xa6,0x0, + 0xff,0xe8,0xae,0x0,0xff,0xe7,0xac,0x0,0xff,0xe3,0xa7,0x0,0xff,0xeb,0xb3,0x0, + 0xff,0xe8,0xac,0x0,0xff,0xdb,0x8e,0x0,0xff,0xe6,0xb0,0x4f,0xff,0xff,0xf3,0xe1, + 0xff,0x60,0x93,0x6f,0xff,0x0,0x93,0x63,0xff,0x48,0xc6,0x9d,0xff,0x54,0xd2,0xa9, + 0xff,0x52,0xd2,0x9e,0xff,0x4f,0xcf,0x95,0xff,0x4c,0xc9,0x8e,0xff,0x45,0xc4,0x78, + 0xff,0x41,0xc0,0x6a,0xff,0x44,0xc0,0x74,0xff,0x40,0xbc,0x6c,0xff,0x34,0xac,0x50, + 0xff,0x27,0xa3,0x47,0xff,0x1b,0x95,0x3f,0xff,0x9,0x83,0x2c,0xff,0x0,0x74,0xf, + 0xff,0x0,0x5d,0x0,0xff,0x14,0x55,0x23,0xff,0xd9,0xdc,0xd9,0xff,0xff,0xff,0xff, + 0xff,0xea,0xea,0xe9,0xff,0x81,0x81,0x81,0x77,0x0,0x0,0x0,0x0,0x90,0x90,0x90, + 0xc1,0xfc,0xfd,0xfb,0xff,0xf0,0xf2,0xf3,0xff,0x65,0x3f,0x20,0xff,0x72,0x23,0x0, + 0xff,0x88,0x3b,0x0,0xff,0x96,0x48,0x0,0xff,0x77,0x3c,0x0,0xff,0x73,0x3d,0x0, + 0xff,0x84,0x49,0x0,0xff,0xb8,0x73,0x0,0xff,0xdc,0x93,0x0,0xff,0xaf,0x88,0x23, + 0xff,0x99,0xa1,0xaf,0xff,0xa0,0x85,0x4f,0xff,0xe0,0xa0,0x0,0xff,0xe9,0xab,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe2,0xa3,0x0,0xff,0xe7,0xab,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe2,0xa0,0x0,0xff,0xd7,0x85,0x0,0xff,0xea,0xba,0x69,0xff,0xf9,0xe6,0xd1, + 0xff,0x44,0x8c,0x64,0xff,0x1a,0xa4,0x77,0xff,0x50,0xd0,0xa7,0xff,0x55,0xd4,0xa2, + 0xff,0x47,0xb6,0x8a,0xff,0x42,0xae,0x80,0xff,0x4c,0xc8,0x86,0xff,0x48,0xc5,0x80, + 0xff,0x3e,0xbc,0x6c,0xff,0x44,0xc1,0x6d,0xff,0x34,0xa8,0x7b,0xff,0x1,0x83,0xb7, + 0xff,0x18,0x88,0x80,0xff,0x1d,0x95,0x32,0xff,0x7,0x82,0x2a,0xff,0x0,0x72,0xc, + 0xff,0x0,0x6a,0x0,0xff,0x0,0x53,0x0,0xff,0x1a,0x4f,0x28,0xff,0xe0,0xe2,0xe0, + 0xff,0xfe,0xfd,0xfd,0xff,0xde,0xde,0xdd,0xff,0x79,0x79,0x79,0x69,0x98,0x98,0x98, + 0xd4,0xff,0xff,0xff,0xff,0xdd,0xdd,0xdc,0xff,0x4f,0x1f,0x0,0xff,0x74,0x24,0x0, + 0xff,0x87,0x37,0x0,0xff,0x83,0x3b,0x0,0xff,0x5d,0x2d,0x0,0xff,0x67,0x34,0x0, + 0xff,0x6d,0x39,0x0,0xff,0x85,0x51,0x0,0xff,0xbf,0x7b,0x0,0xff,0xb3,0x93,0x4e, + 0xff,0xda,0xdf,0xe5,0xff,0xa6,0xa9,0xb1,0xff,0x9d,0x85,0x4c,0xff,0xe3,0xa2,0x0, + 0xff,0xe3,0xa2,0x0,0xff,0xe5,0xa8,0x0,0xff,0xe5,0xa6,0x0,0xff,0xdf,0x9b,0x0, + 0xff,0xd8,0x8a,0x0,0xff,0xcf,0x75,0x0,0xff,0xe4,0xae,0x55,0xff,0xff,0xe9,0xd1, + 0xff,0x69,0x93,0x6d,0xff,0x2,0x93,0x65,0xff,0x4a,0xcb,0x9b,0xff,0x41,0xae,0x99, + 0xff,0x0,0x82,0xcd,0xff,0x0,0x7b,0xd4,0xff,0x32,0xa0,0x93,0xff,0x4b,0xc9,0x7a, + 0xff,0x41,0xbe,0x6d,0xff,0x3f,0xbc,0x61,0xff,0x35,0xa5,0x83,0xff,0x29,0xa9,0xf1, + 0xff,0x21,0x8d,0x90,0xff,0x17,0x8b,0x21,0xff,0x2,0x7e,0x1d,0xff,0x0,0x6b,0x0, + 0xff,0x0,0x4b,0x0,0xff,0x11,0x53,0x23,0xff,0x87,0x9c,0x8e,0xff,0xe3,0xe4,0xe1, + 0xff,0xf1,0xf0,0xef,0xff,0xed,0xed,0xeb,0xff,0xc6,0xc6,0xc5,0xe5,0x92,0x92,0x92, + 0xc6,0xff,0xff,0xff,0xff,0xd9,0xd8,0xd6,0xff,0x4c,0x19,0x0,0xff,0x71,0x21,0x0, + 0xff,0x82,0x31,0x0,0xff,0x5f,0x27,0x0,0xff,0x4e,0x22,0x0,0xff,0x59,0x2a,0x0, + 0xff,0x61,0x30,0x0,0xff,0x6c,0x3e,0x0,0xff,0x77,0x46,0x0,0xff,0xa7,0x9c,0x8a, + 0xff,0xfb,0xfc,0xff,0xff,0xdd,0xdd,0xde,0xff,0xa3,0xa7,0xae,0xff,0x9e,0x82,0x45, + 0xff,0xe2,0x9f,0x0,0xff,0xe4,0xa0,0x0,0xff,0xda,0x90,0x0,0xff,0xd5,0x83,0x0, + 0xff,0xd9,0x90,0x0,0xff,0xe5,0xb0,0x55,0xff,0xf8,0xd6,0xa4,0xff,0xff,0xe3,0xc3, + 0xff,0x8e,0x95,0x75,0xff,0x0,0x82,0x55,0xff,0x44,0xc6,0x8f,0xff,0x3f,0xa6,0xa3, + 0xff,0xb,0xb8,0xff,0xff,0x3,0xb6,0xff,0xff,0x36,0xa6,0xa7,0xff,0x49,0xc5,0x6f, + 0xff,0x41,0xbc,0x6b,0xff,0x3a,0xb2,0x5f,0xff,0x38,0xab,0x58,0xff,0x2b,0x92,0x44, + 0xff,0x21,0x8e,0x30,0xff,0x4,0x7e,0x12,0xff,0x0,0x5e,0x0,0xff,0x18,0x58,0x27, + 0xff,0x89,0x9b,0x8d,0xff,0xdf,0xde,0xde,0xff,0xfc,0xf9,0xfb,0xff,0xe9,0xe8,0xe6, + 0xff,0xdc,0xdb,0xd9,0xed,0xd4,0xd3,0xd2,0x86,0xd4,0xd3,0xd2,0x26,0x7c,0x7c,0x7c, + 0x93,0xf8,0xf9,0xf9,0xff,0xe1,0xe2,0xe2,0xff,0x4e,0x1e,0x0,0xff,0x6a,0x19,0x0, + 0xff,0x54,0x1b,0x0,0xff,0x38,0x13,0x0,0xff,0x42,0x1a,0x0,0xff,0x4a,0x20,0x0, + 0xff,0x50,0x25,0x0,0xff,0x5e,0x31,0x0,0xff,0x5e,0x41,0x0,0xff,0xd4,0xd6,0xd8, + 0xff,0xff,0xff,0xff,0xff,0xf5,0xf5,0xf5,0xff,0xde,0xde,0xde,0xff,0xa4,0xa7,0xaf, + 0xff,0x9c,0x81,0x44,0xff,0xd6,0x87,0x0,0xff,0xd5,0x84,0x0,0xff,0xe1,0xa8,0x44, + 0xff,0xf8,0xd5,0xa3,0xff,0xf4,0xd5,0xaf,0xff,0xd0,0xbd,0x97,0xff,0x67,0x88,0x5f, + 0xff,0x10,0x7f,0x4f,0xff,0x26,0xa3,0x72,0xff,0x4a,0xc9,0x95,0xff,0x4e,0xca,0x93, + 0xff,0x41,0xad,0x9e,0xff,0x3c,0xa3,0x96,0xff,0x46,0xbc,0x77,0xff,0x44,0xbb,0x6c, + 0xff,0x3e,0xb1,0x5c,0xff,0x36,0xa6,0x4d,0xff,0x33,0x9f,0x45,0xff,0x1a,0x89,0x19, + 0xff,0x0,0x67,0x0,0xff,0x30,0x68,0x3c,0xff,0x91,0xa2,0x95,0xff,0xe6,0xe5,0xe5, + 0xff,0xf9,0xf6,0xf8,0xff,0xea,0xe9,0xe9,0xff,0xdb,0xda,0xda,0xe3,0xd4,0xd3,0xd1, + 0x82,0xd1,0xd0,0xcd,0x19,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x55,0x55,0x55, + 0x4c,0xd0,0xd0,0xd0,0xff,0xff,0xff,0xff,0xff,0x6f,0x53,0x42,0xff,0x2c,0x3,0x0, + 0xff,0x23,0x5,0x0,0xff,0x2d,0xc,0x0,0xff,0x35,0x12,0x0,0xff,0x3d,0x18,0x0, + 0xff,0x41,0x19,0x0,0xff,0x40,0x1a,0x0,0xff,0x94,0x8f,0x87,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xff,0xdd,0xdd,0xdd, + 0xff,0xa4,0xa8,0xaf,0xff,0x93,0x73,0x3e,0xff,0xe1,0xac,0x55,0xff,0xfa,0xd4,0xa1, + 0xff,0xb7,0xa7,0x7a,0xff,0x51,0x79,0x4c,0xff,0x1b,0x71,0x41,0xff,0x14,0x8a,0x5a, + 0xff,0x36,0xb0,0x7e,0xff,0x4b,0xc8,0x94,0xff,0x4e,0xcb,0x94,0xff,0x49,0xc1,0x86, + 0xff,0x39,0x9d,0x67,0xff,0x32,0x87,0x63,0xff,0x33,0x89,0x57,0xff,0x39,0x98,0x4e, + 0xff,0x37,0xa0,0x41,0xff,0x29,0x92,0x2c,0xff,0x15,0x70,0x11,0xff,0x41,0x73,0x48, + 0xff,0x9b,0xa9,0x9c,0xff,0xec,0xe9,0xea,0xff,0xf8,0xf4,0xf6,0xff,0xe8,0xe7,0xe6, + 0xff,0xda,0xda,0xd7,0xde,0xd2,0xd1,0xcf,0x78,0xcf,0xce,0xcc,0x12,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x52,0x52,0x52, + 0x4,0x7b,0x7b,0x7b,0xb0,0x96,0x96,0x96,0xff,0x39,0x37,0x35,0xff,0x7,0x0,0x0, + 0xff,0x1b,0x4,0x0,0xff,0x21,0x5,0x0,0xff,0x25,0x6,0x0,0xff,0x27,0x6,0x0, + 0xff,0x2b,0xb,0x0,0xff,0x7a,0x71,0x68,0xff,0xf5,0xf6,0xf9,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xfe,0xfe,0xff,0xfc,0xfc,0xfc,0xff,0xda,0xd9,0xd9,0xff,0xc6,0xc5,0xc5, + 0xff,0xb7,0xb7,0xb7,0xff,0x9f,0xa2,0xa8,0xff,0xa0,0x90,0x80,0xff,0x86,0x88,0x55, + 0xff,0x1f,0x6d,0x3b,0xff,0x21,0x8c,0x5a,0xff,0x37,0xab,0x77,0xff,0x46,0xbf,0x8b, + 0xff,0x4c,0xc6,0x91,0xff,0x45,0xb7,0x80,0xff,0x3e,0xa7,0x72,0xff,0x2f,0x7f,0x6e, + 0xff,0x1a,0x4c,0x72,0xff,0x24,0x59,0x7f,0xff,0x1c,0x4f,0x76,0xff,0x1d,0x56,0x64, + 0xff,0x17,0x5b,0x1b,0xff,0x47,0x71,0x4b,0xff,0xa8,0xb4,0xaa,0xff,0xea,0xe8,0xea, + 0xff,0xf8,0xf5,0xf6,0xff,0xe4,0xe4,0xe3,0xff,0xd9,0xd8,0xd6,0xdb,0xd3,0xd2,0xd0, + 0x6b,0xcf,0xce,0xcd,0x12,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x53,0x53,0x53,0xe,0x4a,0x49,0x4b,0xba,0x3b,0x3b,0x3b,0xff,0x10,0x9,0x5, + 0xff,0x4,0x0,0x0,0xff,0xa,0x0,0x0,0xff,0x17,0x4,0x0,0xff,0x41,0x32,0x24, + 0xff,0x9e,0x9b,0x9a,0xff,0xf7,0xf7,0xf9,0xff,0xfc,0xfb,0xfb,0xff,0xfa,0xf9,0xf9, + 0xff,0xfc,0xfb,0xfb,0xff,0xf1,0xf1,0xf1,0xff,0xa8,0xb3,0xbd,0xff,0x7f,0x94,0xa7, + 0xff,0x8a,0x9b,0xa9,0xff,0xb9,0xb9,0xb9,0xff,0xa8,0xa5,0xa8,0xff,0x54,0x6c,0x5c, + 0xff,0x32,0x98,0x5f,0xff,0x47,0xc2,0x89,0xff,0x4e,0xcb,0x93,0xff,0x4d,0xca,0x8e, + 0xff,0x38,0x99,0x70,0xff,0x2a,0x73,0x6f,0xff,0x29,0x70,0x6a,0xff,0x1c,0x50,0x71, + 0xff,0x3e,0x7a,0xa1,0xff,0x52,0x95,0xbd,0xff,0x4f,0x92,0xb9,0xff,0x30,0x68,0x90, + 0xff,0x29,0x55,0x75,0xff,0xa2,0xa8,0xb1,0xff,0xd2,0xd0,0xd1,0xff,0xd8,0xd7,0xd7, + 0xff,0xd8,0xd7,0xd5,0xd2,0xd2,0xd1,0xce,0x64,0xcf,0xcd,0xcc,0xc,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x65,0x64,0x64,0xd,0x75,0x74,0x73,0xb3,0x85,0x85,0x83, + 0xff,0x89,0x85,0x85,0xff,0x99,0x97,0x95,0xff,0xb7,0xb7,0xb7,0xff,0xec,0xec,0xee, + 0xff,0xff,0xff,0xff,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8, + 0xff,0xfa,0xfa,0xfa,0xff,0xd6,0xdf,0xe5,0xff,0x3a,0x6a,0x8f,0xff,0x46,0x81,0xa8, + 0xff,0x2a,0x5e,0x84,0xff,0x6a,0x84,0x98,0xff,0xc6,0xc6,0xc6,0xff,0xb0,0xa9,0xac, + 0xff,0x68,0x8d,0x78,0xff,0x46,0xc2,0x83,0xff,0x47,0xc5,0x80,0xff,0x3e,0xa7,0x78, + 0xff,0x1c,0x50,0x72,0xff,0x28,0x5e,0x86,0xff,0x2e,0x65,0x8b,0xff,0x1a,0x4c,0x73, + 0xff,0x5a,0xa0,0xc7,0xff,0x5d,0xa4,0xcc,0xff,0x5f,0xa5,0xcc,0xff,0x61,0xa8,0xce, + 0xff,0x3f,0x7b,0xa2,0xff,0x19,0x4b,0x72,0xff,0x5b,0x74,0x89,0xe9,0x71,0x76,0x7a, + 0x88,0xb,0xb,0xb,0x2a,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6e,0x6c,0x6a,0x9,0x8f,0x8e,0x8d, + 0xad,0xd9,0xd8,0xd8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfa,0xfa,0xfa,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf6,0xf6, + 0xff,0xf8,0xf8,0xf8,0xff,0xcf,0xd9,0xe3,0xff,0x55,0x87,0xab,0xff,0x97,0xd7,0xf7, + 0xff,0x5d,0xa1,0xca,0xff,0x25,0x57,0x7e,0xff,0x9e,0xaa,0xb2,0xff,0xda,0xda,0xda, + 0xff,0xb0,0xa8,0xab,0xff,0x5a,0x77,0x64,0xff,0x33,0x8f,0x50,0xff,0x27,0x6d,0x62, + 0xff,0x2d,0x63,0x8b,0xff,0x4e,0x8f,0xb6,0xff,0x54,0x98,0xbf,0xff,0x22,0x57,0x7e, + 0xff,0x52,0x95,0xbb,0xff,0x60,0xa7,0xce,0xff,0x62,0xa8,0xcf,0xff,0x64,0xab,0xd2, + 0xff,0x65,0xac,0xd1,0xff,0x48,0x8b,0xb0,0xff,0x27,0x5d,0x84,0xff,0x1a,0x4a,0x71, + 0xf2,0x15,0x43,0x66,0xb3,0x9,0x24,0x3a,0x59,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6b,0x69,0x68, + 0x4,0x88,0x87,0x85,0xa6,0xcc,0xcb,0xca,0xff,0xf5,0xf5,0xf5,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfa,0xf9,0xf9,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0x53,0x80,0xa2,0xff,0x98,0xd2,0xee, + 0xff,0x84,0xc7,0xeb,0xff,0x45,0x86,0xaf,0xff,0x38,0x62,0x83,0xff,0xd3,0xd3,0xd3, + 0xff,0xba,0xc2,0xc9,0xff,0x41,0x5f,0x7b,0xff,0x1f,0x4e,0x71,0xff,0x1a,0x4c,0x73, + 0xff,0x2e,0x65,0x8c,0xff,0x5b,0xa2,0xc9,0xff,0x5e,0xa5,0xcd,0xff,0x39,0x74,0x9b, + 0xff,0x36,0x6f,0x96,0xff,0x64,0xab,0xd0,0xff,0x67,0xad,0xd3,0xff,0x68,0xae,0xd2, + 0xff,0x6a,0xb0,0xd5,0xff,0x69,0xae,0xd2,0xff,0x54,0x99,0xbe,0xff,0x44,0x84,0xac, + 0xff,0x2c,0x65,0x8c,0xff,0x1c,0x4f,0x76,0xff,0x17,0x46,0x69,0xbf,0x4,0xd,0x1a, + 0x39,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0xd,0x39,0x23,0x0,0x8c,0x3c,0x25,0x0,0x99,0x3c,0x25,0x0,0x99,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x6e,0x6c,0x6a,0x4,0x8a,0x89,0x87,0xaa,0xce,0xce,0xce,0xff,0xf6,0xf5,0xf5, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfa,0xf9,0xf9,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6,0xff,0x90,0xac,0xc4,0xff,0x7a,0xae,0xcd, + 0xff,0x9e,0xdc,0xf9,0xff,0x60,0xa7,0xce,0xff,0x32,0x69,0x91,0xff,0x87,0x9a,0xaa, + 0xff,0x57,0x76,0x91,0xff,0x2a,0x5f,0x86,0xff,0x3f,0x78,0xa0,0xff,0x36,0x6f,0x95, + 0xff,0x26,0x5a,0x82,0xff,0x60,0xa7,0xce,0xff,0x62,0xa9,0xd0,0xff,0x5f,0xa4,0xca, + 0xff,0x1e,0x52,0x79,0xff,0x58,0x98,0xbe,0xff,0x8a,0xcf,0xf1,0xff,0x91,0xd5,0xf8, + 0xff,0x83,0xc8,0xeb,0xff,0x72,0xb8,0xdc,0xff,0x72,0xb7,0xda,0xff,0x6b,0xb0,0xd3, + 0xff,0x53,0x96,0xbc,0xff,0x3e,0x7f,0xa5,0xff,0x26,0x5e,0x84,0xff,0x1a,0x4b,0x72, + 0xf2,0x9,0x25,0x3b,0x59,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x26,0x2f,0x1f,0x0, + 0x50,0x52,0x37,0x0,0xff,0x52,0x37,0x0,0xff,0x52,0x37,0x0,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x71,0x6e,0x6d,0x4,0x8b,0x8a,0x89,0xa4,0xcf,0xcf,0xcd, + 0xff,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xf9,0xf9,0xf9, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xda,0xe1,0xe8,0xff,0x54,0x84,0xa8, + 0xff,0xaa,0xe2,0xfd,0xff,0x87,0xc7,0xe9,0xff,0x4e,0x92,0xba,0xff,0x36,0x62,0x86, + 0xff,0x34,0x5d,0x7f,0xff,0x44,0x80,0xa7,0xff,0x4f,0x8f,0xb6,0xff,0x53,0x94,0xbb, + 0xff,0x1a,0x4c,0x73,0xff,0x5b,0x9f,0xc4,0xff,0x66,0xac,0xd2,0xff,0x78,0xbe,0xe1, + 0xff,0x83,0xc5,0xe6,0xff,0x68,0xa3,0xc6,0xff,0x93,0xd7,0xf8,0xff,0x92,0xd6,0xf7, + 0xff,0x93,0xd6,0xf8,0xff,0x8d,0xd0,0xf3,0xff,0x77,0xbc,0xdf,0xff,0x77,0xbc,0xdf, + 0xff,0x79,0xbe,0xe0,0xff,0x6a,0xae,0xd1,0xff,0x46,0x88,0xaf,0xff,0x2e,0x68,0x90, + 0xff,0x1c,0x4d,0x75,0xff,0x17,0x46,0x6a,0xcc,0x15,0x3f,0x60,0xcc,0x2a,0x3e,0x45, + 0xd9,0x5d,0x42,0x0,0xff,0x83,0x6a,0x1e,0xff,0x8f,0x76,0x2f,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x75,0x72,0x71,0x1,0x8e,0x8d,0x8b, + 0x9a,0xce,0xce,0xcc,0xff,0xf7,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd, + 0xff,0xf9,0xf9,0xf9,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0x74,0x9a,0xb7, + 0xff,0x8c,0xc0,0xdc,0xff,0xa8,0xe1,0xfb,0xff,0x76,0xba,0xdd,0xff,0x46,0x81,0xa9, + 0xff,0x1f,0x50,0x77,0xff,0x49,0x87,0xae,0xff,0x5d,0xa3,0xc9,0xff,0x62,0xa9,0xce, + 0xff,0x32,0x6a,0x91,0xff,0x4b,0x89,0xaf,0xff,0x83,0xc7,0xe8,0xff,0x96,0xd8,0xf7, + 0xff,0x96,0xd7,0xf7,0xff,0x96,0xd7,0xf7,0xff,0x95,0xd7,0xf7,0xff,0x95,0xd7,0xf7, + 0xff,0x95,0xd7,0xf7,0xff,0x94,0xd7,0xf7,0xff,0x8f,0xd2,0xf2,0xff,0x7b,0xc0,0xe2, + 0xff,0x79,0xbe,0xe0,0xff,0x79,0xbf,0xe0,0xff,0x76,0xbb,0xdd,0xff,0x4a,0x8d,0xb3, + 0xff,0x36,0x75,0x9d,0xff,0x2b,0x65,0x8f,0xff,0x1d,0x4f,0x72,0xff,0x2c,0x47,0x52, + 0xff,0x68,0x4e,0x0,0xff,0x8e,0x74,0x2d,0xff,0x9a,0x81,0x3d,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x8f,0x8e,0x8c,0x90,0xcd,0xcc,0xcc,0xff,0xf5,0xf5,0xf5,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfa,0xf9,0xf9,0xff,0xf6,0xf5,0xf5,0xff,0xbd,0xcd,0xdb, + 0xff,0x60,0x92,0xb3,0xff,0xb1,0xe5,0xff,0xff,0xa0,0xdd,0xf9,0xff,0x72,0xb6,0xdb, + 0xff,0x2b,0x61,0x88,0xff,0x45,0x82,0xa8,0xff,0x65,0xac,0xd1,0xff,0x67,0xad,0xd3, + 0xff,0x52,0x91,0xb7,0xff,0x24,0x58,0x7f,0xff,0x90,0xd1,0xf1,0xff,0x98,0xd9,0xf7, + 0xff,0x98,0xd8,0xf7,0xff,0x98,0xd8,0xf7,0xff,0x97,0xd8,0xf7,0xff,0xa3,0xdf,0xfb, + 0xff,0x9c,0xda,0xf9,0xff,0x96,0xd8,0xf6,0xff,0x96,0xd8,0xf7,0xff,0x91,0xd3,0xf3, + 0xff,0x7b,0xc0,0xe2,0xff,0x79,0xbf,0xe0,0xff,0x79,0xbe,0xe0,0xff,0x70,0xb4,0xd6, + 0xff,0x40,0x82,0xaa,0xff,0x38,0x78,0xa0,0xff,0x26,0x5b,0x7f,0xff,0x33,0x51,0x5c, + 0xff,0x72,0x58,0x0,0xff,0x98,0x7f,0x3b,0xff,0xa5,0x8b,0x4a,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x8e,0x8d,0x8b,0x8a,0xcd,0xcc,0xcc,0xff,0xf6,0xf6,0xf6, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xf9,0xf9,0xf9,0xff,0xf6,0xf5,0xf5, + 0xff,0x79,0xa0,0xbc,0xff,0x92,0xc5,0xe0,0xff,0xae,0xe4,0xfd,0xff,0x99,0xd7,0xf4, + 0xff,0x50,0x8e,0xb3,0xff,0x24,0x59,0x7f,0xff,0x68,0xaf,0xd4,0xff,0x70,0xb5,0xd9, + 0xff,0x84,0xc7,0xe7,0xff,0x64,0x9e,0xc0,0xff,0x5d,0x94,0xb6,0xff,0x9a,0xd9,0xf6, + 0xff,0x9b,0xd9,0xf7,0xff,0x9a,0xd9,0xf6,0xff,0x99,0xd9,0xf6,0xff,0xad,0xe3,0xfe, + 0xff,0xab,0xe2,0xfd,0xff,0xa5,0xdf,0xfb,0xff,0x98,0xd8,0xf7,0xff,0x98,0xd8,0xf7, + 0xff,0x8d,0xce,0xee,0xff,0x79,0xbf,0xe0,0xff,0x79,0xbe,0xe0,0xff,0x79,0xbe,0xe0, + 0xff,0x5a,0x9f,0xc3,0xff,0x40,0x82,0xa9,0xff,0x2e,0x65,0x88,0xff,0x40,0x5e,0x6a, + 0xff,0x7d,0x63,0x13,0xff,0xa2,0x89,0x47,0xff,0xaf,0x96,0x55,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x90,0x8e,0x8e,0x81,0xcb,0xcb,0xcb, + 0xff,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfa,0xf9,0xf9, + 0xff,0xc0,0xd0,0xde,0xff,0x6a,0x9a,0xbb,0xff,0xb7,0xe8,0xff,0xff,0xa8,0xe0,0xfb, + 0xff,0x95,0xd3,0xf0,0xff,0x30,0x67,0x8c,0xff,0x40,0x7a,0x9f,0xff,0x98,0xd6,0xf3, + 0xff,0x9e,0xdb,0xf7,0xff,0x9d,0xdb,0xf7,0xff,0x92,0xd0,0xed,0xff,0x9c,0xda,0xf7, + 0xff,0x9d,0xda,0xf8,0xff,0x9d,0xda,0xf8,0xff,0x9e,0xdb,0xf8,0xff,0xb0,0xe5,0xfe, + 0xff,0xae,0xe4,0xfe,0xff,0xaf,0xe4,0xfd,0xff,0xa4,0xde,0xfa,0xff,0x9a,0xd9,0xf7, + 0xff,0x99,0xd9,0xf6,0xff,0x85,0xc8,0xe8,0xff,0x79,0xbe,0xe0,0xff,0x79,0xbe,0xe0, + 0xff,0x66,0xac,0xcf,0xff,0x61,0xa5,0xc8,0xff,0x63,0x9f,0xbb,0xff,0x6a,0x8e,0x95, + 0xff,0x88,0x6e,0x25,0xff,0xac,0x93,0x53,0xff,0xb8,0x9f,0x60,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x92,0x8f,0x8f, + 0x78,0xcb,0xca,0xca,0xff,0xf4,0xf4,0xf4,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfa,0xf9,0xf9,0xff,0x79,0xa3,0xc1,0xff,0x99,0xca,0xe5,0xff,0xb9,0xea,0xff, + 0xff,0xad,0xe3,0xfc,0xff,0x85,0xc2,0xe2,0xff,0x25,0x5a,0x80,0xff,0x78,0xb0,0xcf, + 0xff,0x9f,0xdc,0xf7,0xff,0xa0,0xdb,0xf8,0xff,0xa0,0xdb,0xf7,0xff,0x9f,0xdb,0xf7, + 0xff,0xa6,0xdf,0xf9,0xff,0xae,0xe3,0xfd,0xff,0xb2,0xe6,0xff,0xff,0xb3,0xe6,0xff, + 0xff,0xb2,0xe6,0xff,0xff,0xb2,0xe5,0xff,0xff,0xaf,0xe4,0xfe,0xff,0xa0,0xdc,0xfa, + 0xff,0x9b,0xda,0xf7,0xff,0x9b,0xda,0xf7,0xff,0x87,0xc9,0xe8,0xff,0x79,0xbe,0xe0, + 0xff,0x79,0xbe,0xe0,0xff,0x79,0xbe,0xe0,0xff,0x66,0xa2,0xbf,0xff,0x6d,0x90,0x97, + 0xff,0x92,0x79,0x33,0xff,0xb7,0x9e,0x5f,0xff,0xc3,0xaa,0x6c,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x93,0x91,0x90,0x71,0xcb,0xca,0xca,0xff,0xf5,0xf5,0xf5,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xd6,0xe2,0xea,0xff,0x6d,0x9e,0xc0,0xff,0xac,0xdb,0xf5, + 0xff,0xbb,0xeb,0xff,0xff,0xb9,0xea,0xff,0xff,0x8d,0xc3,0xde,0xff,0x2d,0x5f,0x84, + 0xff,0x89,0xc3,0xdf,0xff,0xa1,0xdc,0xf7,0xff,0xa1,0xdc,0xf6,0xff,0xa1,0xdc,0xf7, + 0xff,0xa1,0xdd,0xf8,0xff,0xb8,0xe9,0xff,0xff,0xb6,0xe9,0xff,0xff,0xb6,0xe9,0xff, + 0xff,0xb5,0xe8,0xff,0xff,0xb5,0xe7,0xff,0xff,0xb4,0xe8,0xff,0xff,0xb2,0xe7,0xff, + 0xff,0xae,0xe4,0xfd,0xff,0xaa,0xe1,0xfc,0xff,0xa2,0xdd,0xf9,0xff,0x93,0xd3,0xf0, + 0xff,0x83,0xc6,0xe6,0xff,0x82,0xc5,0xe5,0xff,0x6d,0xa8,0xc3,0xff,0x78,0x9a,0x9f, + 0xff,0x9d,0x84,0x41,0xff,0xc2,0xa9,0x6b,0xff,0xcd,0xb5,0x77,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x98,0x97,0x96,0x76,0xcd,0xcd,0xcc,0xff,0xf7,0xf6,0xf6, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xc6,0xd7,0xe3,0xff,0x6f,0xa0,0xc1, + 0xff,0xad,0xdd,0xf5,0xff,0xbd,0xec,0xff,0xff,0xbc,0xeb,0xff,0xff,0xa5,0xda,0xf2, + 0xff,0x48,0x7b,0x9d,0xff,0x8b,0xc3,0xdf,0xff,0xa4,0xdd,0xf7,0xff,0xa2,0xdd,0xf6, + 0xff,0xa9,0xe0,0xfa,0xff,0xb9,0xe9,0xff,0xff,0xba,0xea,0xff,0xff,0xb8,0xe9,0xff, + 0xff,0xb8,0xe9,0xff,0xff,0xb8,0xe9,0xff,0xff,0xb7,0xe8,0xff,0xff,0xb7,0xe9,0xff, + 0xff,0xb6,0xe8,0xff,0xff,0xb7,0xe8,0xff,0xff,0xb5,0xe7,0xff,0xff,0xb3,0xe7,0xff, + 0xff,0xad,0xe4,0xfd,0xff,0xa9,0xe1,0xfc,0xff,0x8d,0xbe,0xd5,0xff,0x8c,0xa9,0xac, + 0xff,0xa7,0x8e,0x4c,0xff,0xcb,0xb2,0x75,0xff,0xd8,0xbf,0x83,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x98,0x97,0x97,0x6f,0xcd,0xcc,0xcc, + 0xff,0xf5,0xf5,0xf5,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfd,0xff,0xc6,0xd7,0xe4, + 0xff,0x72,0xa3,0xc4,0xff,0xaa,0xd9,0xf1,0xff,0xbf,0xec,0xff,0xff,0xbe,0xed,0xff, + 0xff,0xa9,0xe0,0xf8,0xff,0x84,0xba,0xd6,0xff,0xa7,0xdf,0xf7,0xff,0xb5,0xe8,0xff, + 0xff,0xbc,0xec,0xff,0xff,0xbc,0xeb,0xff,0xff,0xbb,0xeb,0xff,0xff,0xbb,0xea,0xff, + 0xff,0xba,0xeb,0xff,0xff,0xba,0xea,0xff,0xff,0xba,0xeb,0xff,0xff,0xb9,0xe9,0xff, + 0xff,0xb9,0xea,0xff,0xff,0xb8,0xea,0xff,0xff,0xb8,0xe8,0xff,0xff,0xb7,0xe8,0xff, + 0xff,0xb7,0xe9,0xff,0xff,0xb7,0xe9,0xff,0xff,0x9c,0xc7,0xdb,0xff,0x9a,0xb3,0xb3, + 0xff,0xb1,0x98,0x58,0xff,0xd6,0xbe,0x81,0xff,0xe2,0xca,0x8e,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9b,0x98,0x98, + 0x69,0xcc,0xcb,0xcb,0xfd,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xfd,0xfc,0xfc, + 0xff,0xc8,0xd8,0xe5,0xff,0x79,0xa6,0xc6,0xff,0xa2,0xd0,0xeb,0xff,0xc0,0xed,0xff, + 0xff,0xba,0xe9,0xff,0xff,0xa8,0xe0,0xf8,0xff,0xa7,0xdf,0xf7,0xff,0xb9,0xe9,0xff, + 0xff,0xbe,0xec,0xff,0xff,0xbe,0xec,0xff,0xff,0xbe,0xec,0xff,0xff,0xbe,0xed,0xff, + 0xff,0xbe,0xec,0xff,0xff,0xbc,0xeb,0xff,0xff,0xbd,0xec,0xff,0xff,0xbc,0xeb,0xff, + 0xff,0xbc,0xec,0xff,0xff,0xbb,0xea,0xff,0xff,0xba,0xea,0xff,0xff,0xba,0xea,0xff, + 0xff,0xba,0xe9,0xff,0xff,0xb9,0xe9,0xff,0xff,0x9d,0xc7,0xdb,0xff,0x9f,0xb6,0xb6, + 0xff,0xbc,0xa3,0x64,0xff,0xe0,0xc7,0x8b,0xff,0xec,0xd4,0x99,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x9c,0x9a,0x98,0x61,0xcc,0xcc,0xca,0xfe,0xf5,0xf4,0xf4,0xff,0xfe,0xfe,0xfe, + 0xff,0xfb,0xfa,0xfa,0xff,0xde,0xe6,0xed,0xff,0x7d,0xa9,0xc8,0xff,0xa5,0xd4,0xed, + 0xff,0xc2,0xee,0xff,0xff,0xbe,0xed,0xff,0xff,0xb7,0xe7,0xfe,0xff,0xc1,0xef,0xff, + 0xff,0xc0,0xed,0xff,0xff,0xc0,0xed,0xff,0xff,0xc0,0xee,0xff,0xff,0xbf,0xed,0xff, + 0xff,0xbf,0xee,0xff,0xff,0xbf,0xec,0xff,0xff,0xbe,0xec,0xff,0xff,0xbe,0xec,0xff, + 0xff,0xbd,0xec,0xff,0xff,0xbd,0xeb,0xff,0xff,0xbe,0xec,0xff,0xff,0xbc,0xec,0xff, + 0xff,0xbc,0xec,0xff,0xff,0x9f,0xcf,0xe9,0xff,0x87,0xb0,0xc6,0xff,0x92,0xa9,0xaa, + 0xff,0xc6,0xae,0x70,0xff,0xeb,0xd3,0x97,0xff,0xf6,0xde,0xa3,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x9b,0x9a,0x98,0x5b,0xca,0xc9,0xc9,0xf9,0xf1,0xf1,0xf1, + 0xff,0xfb,0xfb,0xfb,0xff,0xf7,0xf7,0xf7,0xff,0xdc,0xe3,0xe9,0xff,0x81,0xaf,0xcc, + 0xff,0xa8,0xd5,0xef,0xff,0xc3,0xf0,0xff,0xff,0xc4,0xf0,0xff,0xff,0xc3,0xf0,0xff, + 0xff,0xc2,0xee,0xff,0xff,0xc2,0xee,0xff,0xff,0xc2,0xef,0xff,0xff,0xbc,0xe9,0xff, + 0xff,0xa8,0xd6,0xee,0xff,0xa7,0xd5,0xed,0xff,0x8c,0xba,0xd6,0xff,0x8b,0xba,0xd6, + 0xff,0x75,0xa4,0xc3,0xff,0x6d,0x9c,0xbd,0xff,0x5d,0x8d,0xaf,0xff,0x4e,0x7f,0xa2, + 0xff,0x4f,0x7f,0xa3,0xff,0x4e,0x7f,0xa3,0xbf,0x46,0x73,0x92,0xbf,0x72,0x86,0x8b, + 0xcf,0xd1,0xb8,0x7b,0xff,0xf3,0xdc,0xa2,0xff,0xff,0xe7,0xb0,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9c,0x9b,0x99,0x54,0xc7,0xc6,0xc6, + 0xf5,0xef,0xee,0xee,0xff,0xf6,0xf6,0xf6,0xff,0xf2,0xf2,0xf1,0xff,0xd5,0xdd,0xe4, + 0xff,0x8b,0xb5,0xd2,0xff,0x93,0xc2,0xdf,0xff,0x9e,0xcd,0xe8,0xff,0x9d,0xcc,0xe7, + 0xff,0x89,0xb9,0xd7,0xff,0x77,0xa7,0xc7,0xff,0x68,0x98,0xba,0xff,0x64,0x95,0xb7, + 0xef,0x61,0x91,0xb3,0xbf,0x5e,0x8f,0xb1,0xbf,0x5b,0x8b,0xae,0x80,0x59,0x8b,0xad, + 0x80,0x58,0x88,0xab,0x50,0x56,0x87,0xa9,0x40,0x56,0x86,0xaa,0x20,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc1,0x85, + 0x30,0xdb,0xc3,0x87,0xff,0xdb,0xc2,0x86,0xff,0xdb,0xc3,0x86,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa1,0xa0,0x9e, + 0x3d,0xc6,0xc5,0xc5,0xd0,0xe7,0xe6,0xe6,0xff,0xef,0xee,0xed,0xff,0xe8,0xe7,0xe7, + 0xff,0xd9,0xdb,0xdc,0xff,0xb0,0xc5,0xd1,0xff,0xa5,0xbb,0xcc,0xff,0x97,0xb3,0xc7, + 0xd2,0x7e,0xa9,0xc7,0x6a,0x72,0xa3,0xc5,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xe3,0xca,0x8e,0x70,0xe3,0xca,0x8e,0x80,0xe3,0xca,0x8e,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xb2,0xb0,0xb0,0xa,0xcd,0xcb,0xcb,0x5b,0xe0,0xdf,0xdd,0xbc,0xe4,0xe3,0xe1, + 0xeb,0xdb,0xda,0xd9,0xe7,0xcf,0xce,0xcb,0xb1,0xc4,0xc2,0xbf,0x45,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0x0,0xc0,0xff,0xff,0xff,0x3,0xff,0xff,0xff,0xff,0xff,0xff,0xf8, + 0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xe0,0x0,0x7f,0xff,0xff,0xff,0xff,0xff,0x0, + 0x0,0x1f,0xff,0xff,0xff,0xff,0xfc,0x0,0x0,0xf,0xff,0xff,0xff,0xff,0xe0,0x0, + 0x0,0x7,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x1,0xff,0xff,0xff,0xfc,0x0,0x0, + 0x0,0x0,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x7f,0xff,0xfe,0xe0,0x0,0x0, + 0x0,0x0,0x3f,0xff,0xfc,0xc0,0x0,0x0,0x0,0x0,0xf,0xff,0xf0,0x80,0x0,0x0, + 0x0,0x0,0x7,0xff,0xc0,0x80,0x0,0x0,0x0,0x0,0x3,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x1,0xfe,0x0,0x80,0x0,0x0,0x0,0x0,0x3,0xf8,0x0,0x80,0x0,0x0, + 0x0,0x0,0x1f,0xf0,0x0,0xc0,0x0,0x0,0x0,0x0,0xf,0xe0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x7,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xc0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x3,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0xf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0x80,0x0,0x80,0x0,0x0, + 0x0,0x0,0xff,0x80,0x0,0xc0,0x0,0x0,0x0,0x1,0xff,0xc0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x70,0xe0,0x0,0xf0,0x0,0x0,0x0,0x0,0x30,0xf0,0x0,0xf8,0x0,0x0, + 0x0,0x0,0x0,0xf8,0x0,0xfc,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0xfe,0x0,0xff,0x80,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0xff,0x80,0xff,0xe0,0x0,0x0,0x0,0x0,0xff,0xc0,0xff,0xf0,0x0, + 0x0,0x0,0x0,0xff,0xe0,0xff,0xf8,0x0,0x0,0x0,0x0,0xff,0xf8,0xff,0xfc,0x0, + 0x0,0x0,0x0,0xff,0xfc,0xff,0xfe,0x0,0x0,0x0,0x0,0xff,0xfe,0xff,0xff,0x0, + 0x0,0x0,0x0,0xff,0xff,0xff,0xff,0x80,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xc0, + 0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xe0,0x0,0x0,0xf0,0xff,0xff,0xff,0xff,0xf0, + 0x1,0xff,0xf8,0xff,0xff,0xff,0xff,0xf8,0xf,0xff,0xff,0xff,0xff,0x28,0x0,0x0, + 0x0,0x20,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x1f,0x21,0x21,0x21,0x6d,0x9e,0x9e,0x9e, + 0xd1,0x4a,0x4a,0x4a,0x7f,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x2a,0xc,0xc,0xc,0x69,0x84,0x84,0x84,0xca,0xf2,0xf3,0xf6,0xff,0xff,0xff,0xff, + 0xff,0xef,0xef,0xf0,0xfe,0x32,0x32,0x32,0x77,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x10,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x33,0x3,0x3,0x3,0x61,0x66,0x66,0x66, + 0xb9,0xe1,0xe1,0xe2,0xfd,0xff,0xff,0xff,0xff,0xdd,0xd7,0xcd,0xff,0xb5,0xa2,0x83, + 0xff,0xf7,0xf6,0xf6,0xff,0xe3,0xe4,0xe4,0xf9,0x20,0x20,0x20,0x70,0x0,0x0,0x0, + 0x19,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x38,0x0,0x0,0x0,0x56,0x48,0x48,0x48,0xa6,0xca,0xca,0xca,0xf3,0xff,0xff,0xff, + 0xff,0xe9,0xe6,0xe5,0xff,0xb7,0xa0,0x79,0xff,0xbf,0x92,0x38,0xff,0xd2,0x9f,0x3c, + 0xff,0xb7,0x9f,0x78,0xff,0xfb,0xfd,0xff,0xff,0xd4,0xd5,0xd5,0xf2,0x12,0x12,0x12, + 0x67,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x10,0x0,0x0,0x0, + 0x22,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x4a,0x2e,0x2e,0x2e, + 0x8f,0xb0,0xb0,0xb1,0xe5,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf7,0xff,0xbc,0xa9,0x8c, + 0xff,0xb1,0x84,0x2a,0xff,0xd7,0xa3,0x36,0xff,0xef,0xc4,0x74,0xff,0xf3,0xc8,0x80, + 0xff,0xd2,0x9c,0x36,0xff,0xb2,0x96,0x6d,0xff,0xff,0xff,0xff,0xff,0xc5,0xc5,0xc5, + 0xe8,0x6,0x6,0x6,0x5a,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x12,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x35,0x0,0x0,0x0, + 0x3a,0x0,0x0,0x0,0x3e,0x17,0x17,0x17,0x76,0x93,0x93,0x93,0xd4,0xfc,0xfd,0xff, + 0xff,0xff,0xff,0xff,0xff,0xc6,0xb9,0xa5,0xff,0xaa,0x7e,0x2a,0xff,0xc8,0x8e,0x0, + 0xff,0xea,0xb8,0x51,0xff,0xf5,0xcc,0x81,0xff,0xf7,0xd0,0x83,0xff,0xed,0xba,0x59, + 0xff,0xe3,0xa4,0x1a,0xff,0xc7,0x86,0x0,0xff,0xc1,0xa9,0x8c,0xff,0xff,0xff,0xff, + 0xff,0xb2,0xb2,0xb2,0xdd,0x2,0x2,0x2,0x4c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x18,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x31,0x6,0x5,0x7, + 0x5d,0x77,0x77,0x77,0xbd,0xeb,0xec,0xed,0xff,0xff,0xff,0xff,0xff,0xd3,0xca,0xbf, + 0xff,0xa7,0x7f,0x3b,0xff,0xb8,0x79,0x0,0xff,0xdf,0xa5,0x14,0xff,0xee,0xbe,0x59, + 0xff,0xf6,0xcf,0x7b,0xff,0xf5,0xc8,0x6b,0xff,0xec,0xb2,0x3b,0xff,0xf5,0xbf,0x60, + 0xff,0xf9,0xcf,0x90,0xff,0xc2,0xa6,0x68,0xff,0x6e,0x62,0x19,0xff,0x95,0x9c,0x8f, + 0xff,0xff,0xff,0xff,0xff,0x9d,0x9d,0x9d,0xce,0x0,0x0,0x0,0x3e,0x0,0x0,0x0, + 0x2b,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0xf,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x41,0x59,0x59,0x59,0xa2,0xd6,0xd7,0xd7, + 0xf7,0xff,0xff,0xff,0xff,0xe1,0xdd,0xd7,0xff,0xa8,0x88,0x52,0xff,0xab,0x6c,0x0, + 0xff,0xd1,0x8f,0x0,0xff,0xe6,0xae,0x27,0xff,0xf0,0xc1,0x56,0xff,0xf4,0xc9,0x68, + 0xff,0xf3,0xc5,0x64,0xff,0xe9,0xae,0x2b,0xff,0xfa,0xd0,0x8e,0xff,0xdd,0xcb,0xa4, + 0xff,0x7b,0x8d,0x60,0xff,0x2f,0x73,0x3c,0xff,0x2c,0x80,0x37,0xff,0x26,0x73,0x1b, + 0xff,0xa7,0xb8,0xa7,0xff,0xff,0xff,0xff,0xff,0x8a,0x8a,0x89,0xbd,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x16,0x1c,0x1c,0x1c,0x64,0xb3,0xb4,0xb4,0xe4,0xff,0xff,0xff,0xff,0xef,0xee,0xee, + 0xff,0xaf,0x95,0x70,0xff,0xa2,0x63,0x0,0xff,0xc2,0x78,0x0,0xff,0xdd,0x9c,0x0, + 0xff,0xeb,0xb6,0x1f,0xff,0xee,0xbb,0x3e,0xff,0xf1,0xc4,0x52,0xff,0xf3,0xc5,0x5d, + 0xff,0xeb,0xb1,0x2d,0xff,0xf6,0xc8,0x7a,0xff,0xca,0xc8,0xaa,0xff,0x36,0x79,0x49, + 0xff,0x2a,0x97,0x60,0xff,0x44,0xbc,0x7d,0xff,0x47,0xc0,0x74,0xff,0x3e,0xad,0x4f, + 0xff,0x28,0x7e,0x27,0xff,0xb6,0xc3,0xb8,0xff,0xff,0xff,0xff,0xff,0x76,0x76,0x76, + 0xa7,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x32,0x32,0x32, + 0x72,0xdd,0xde,0xde,0xfc,0xff,0xff,0xff,0xff,0xbf,0xb0,0x9b,0xff,0x99,0x60,0x0, + 0xff,0xb5,0x67,0x0,0xff,0xd0,0x85,0x0,0xff,0xdc,0x9d,0x0,0xff,0xeb,0xb4,0x0, + 0xff,0xee,0xba,0x24,0xff,0xec,0xb8,0x32,0xff,0xef,0xbe,0x45,0xff,0xf0,0xbf,0x4f, + 0xff,0xe8,0xa9,0x0,0xff,0xff,0xd7,0x9c,0xff,0x8d,0xa7,0x88,0xff,0x22,0x95,0x64, + 0xff,0x52,0xd2,0x9e,0xff,0x4d,0xcc,0x90,0xff,0x4a,0xc7,0x81,0xff,0x47,0xbe,0x6b, + 0xff,0x34,0xa4,0x46,0xff,0x26,0x77,0x2a,0xff,0xc3,0xcd,0xc6,0xff,0xff,0xff,0xff, + 0xff,0x63,0x63,0x63,0x8a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2d,0x2d,0x2d,0x52,0xe1,0xe1,0xe1, + 0xfe,0xfb,0xfc,0xfd,0xff,0x9e,0x80,0x5d,0xff,0x95,0x4a,0x0,0xff,0xc3,0x72,0x0, + 0xff,0xd0,0x86,0x0,0xff,0xdb,0x98,0x0,0xff,0xe8,0xae,0x0,0xff,0xeb,0xb4,0x0, + 0xff,0xeb,0xb5,0x0,0xff,0xeb,0xb6,0x18,0xff,0xee,0xbb,0x33,0xff,0xf0,0xbe,0x42, + 0xff,0xe5,0xa5,0x0,0xff,0xf8,0xc7,0x7d,0xff,0xb2,0xc2,0xad,0xff,0x28,0x99,0x69, + 0xff,0x52,0xd1,0xa2,0xff,0x4f,0xcd,0x91,0xff,0x44,0xb5,0x79,0xff,0x3b,0xaa,0x66, + 0xff,0x3e,0xb4,0x5c,0xff,0x26,0x9a,0x38,0xff,0x27,0x74,0x2f,0xff,0xd1,0xd7,0xd1, + 0xff,0xfd,0xfb,0xfc,0xff,0x6e,0x6e,0x6e,0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x53,0x53,0x53,0x19,0xc3,0xc4,0xc4,0xe9,0xff,0xff,0xff, + 0xff,0x94,0x77,0x56,0xff,0x8a,0x3b,0x0,0xff,0xb7,0x67,0x0,0xff,0xc8,0x7c,0x0, + 0xff,0xd4,0x8c,0x0,0xff,0xe6,0xa6,0x0,0xff,0xe9,0xae,0x0,0xff,0xe9,0xaf,0x0, + 0xff,0xe7,0xae,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb5,0x15,0xff,0xed,0xb9,0x28, + 0xff,0xe1,0x9a,0x0,0xff,0xf7,0xc7,0x7d,0xff,0xc9,0xd2,0xc4,0xff,0x1f,0x92,0x64, + 0xff,0x53,0xd4,0xa1,0xff,0x42,0xb4,0x95,0xff,0x0,0x84,0xcc,0xff,0x0,0x7e,0xd5, + 0xff,0x2c,0x99,0x80,0xff,0x37,0xae,0x53,0xff,0x12,0x8a,0x27,0xff,0x28,0x6f,0x35, + 0xff,0xde,0xe2,0xdf,0xff,0xf6,0xf5,0xf7,0xfe,0x87,0x87,0x87,0x57,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7a,0x7a,0x7a,0x81,0xfe,0xff,0xff,0xff,0xb7,0xa9,0x9e, + 0xff,0x71,0x27,0x0,0xff,0x9f,0x50,0x0,0xff,0xae,0x63,0x0,0xff,0xc4,0x77,0x0, + 0xff,0xd6,0x90,0x0,0xff,0xdb,0xa1,0x0,0xff,0xe8,0xaa,0x0,0xff,0xe6,0xab,0x0, + 0xff,0xe6,0xab,0x0,0xff,0xea,0xb1,0x0,0xff,0xe9,0xb1,0x0,0xff,0xe9,0xac,0x0, + 0xff,0xe3,0xa1,0x0,0xff,0xf7,0xe5,0xcc,0xff,0x69,0x9e,0x7e,0xff,0x28,0xa9,0x7c, + 0xff,0x57,0xd7,0xa3,0xff,0x44,0xb4,0xa1,0xff,0x1a,0xb9,0xff,0xff,0xe,0xb4,0xff, + 0xff,0x2f,0x9d,0x95,0xff,0x37,0xb5,0x53,0xff,0x21,0x98,0x41,0xff,0x0,0x74,0x0, + 0xff,0x29,0x69,0x39,0xff,0xea,0xeb,0xeb,0xff,0xe7,0xe7,0xe7,0xf7,0x7b,0x7b,0x7b, + 0x44,0x0,0x0,0x0,0x0,0xac,0xac,0xac,0xcb,0xfb,0xfd,0xfd,0xff,0x79,0x4e,0x28, + 0xff,0x83,0x30,0x0,0xff,0x93,0x4a,0x0,0xff,0x83,0x47,0x0,0xff,0xaf,0x67,0x0, + 0xff,0xd9,0x92,0x0,0xff,0x9f,0x86,0x4b,0xff,0xbe,0x94,0x19,0xff,0xe8,0xa4,0x0, + 0xff,0xe8,0xab,0x0,0xff,0xe5,0xa9,0x0,0xff,0xea,0xb1,0x0,0xff,0xe2,0x9d,0x0, + 0xff,0xec,0xb1,0x4b,0xff,0xc3,0xc8,0xb3,0xff,0xa,0x8f,0x61,0xff,0x50,0xd2,0xa5, + 0xff,0x4c,0xc0,0x93,0xff,0x48,0xb9,0x83,0xff,0x47,0xb7,0x91,0xff,0x40,0xaf,0x8a, + 0xff,0x3e,0xb6,0x70,0xff,0x22,0x95,0x6f,0xff,0x1c,0x93,0x48,0xff,0x3,0x80,0x24, + 0xff,0x0,0x60,0x0,0xff,0x2e,0x6b,0x3e,0xff,0xe8,0xea,0xe9,0xff,0xdc,0xdc,0xda, + 0xee,0x75,0x75,0x75,0x37,0xc1,0xc2,0xc1,0xe0,0xe7,0xe7,0xe7,0xff,0x64,0x29,0x0, + 0xff,0x86,0x32,0x0,0xff,0x7c,0x3a,0x0,0xff,0x64,0x32,0x0,0xff,0x7b,0x45,0x0, + 0xff,0xb6,0x74,0x0,0xff,0xb8,0xa7,0x85,0xff,0xac,0xaf,0xb5,0xff,0xbe,0x92,0x0, + 0xff,0xe8,0xa6,0x0,0xff,0xe5,0xa8,0x0,0xff,0xe3,0xa1,0x0,0xff,0xd5,0x81,0x0, + 0xff,0xe9,0xab,0x40,0xff,0xce,0xca,0xb1,0xff,0x22,0x97,0x65,0xff,0x39,0xb0,0x9c, + 0xff,0x0,0x83,0xcc,0xff,0x0,0x7b,0xc8,0xff,0x39,0xa9,0x80,0xff,0x45,0xc5,0x5e, + 0xff,0x35,0xa8,0x80,0xff,0x18,0x96,0xe9,0xff,0x17,0x86,0x65,0xff,0x0,0x77,0x0, + 0xff,0x0,0x54,0x0,0xff,0x26,0x61,0x36,0xff,0xc7,0xcd,0xc8,0xff,0xfa,0xf9,0xf9, + 0xff,0xc1,0xc1,0xc0,0xd2,0xbb,0xbc,0xbb,0xd8,0xe3,0xe2,0xe1,0xff,0x60,0x21,0x0, + 0xff,0x78,0x29,0x0,0xff,0x53,0x23,0x0,0xff,0x53,0x26,0x0,0xff,0x60,0x30,0x0, + 0xff,0x6e,0x42,0x0,0xff,0xd2,0xcd,0xc1,0xff,0xed,0xf1,0xf6,0xff,0xa4,0xa1,0x9e, + 0xff,0xc3,0x90,0x0,0xff,0xe2,0x95,0x0,0xff,0xd8,0x8c,0x0,0xff,0xea,0xab,0x43, + 0xff,0xfa,0xcf,0x9c,0xff,0xbc,0xb7,0x96,0xff,0x28,0x90,0x5a,0xff,0x30,0xa4,0xa5, + 0xff,0x2,0xbe,0xff,0xff,0x0,0xb0,0xff,0xff,0x34,0x9e,0x95,0xff,0x42,0xbc,0x5d, + 0xff,0x37,0xaa,0x5a,0xff,0x21,0x8c,0x54,0xff,0x0,0x6f,0x15,0xff,0x2c,0x70,0x3a, + 0xff,0x93,0xa7,0x99,0xff,0xed,0xea,0xeb,0xff,0xeb,0xe9,0xe9,0xf5,0xd7,0xd6,0xd4, + 0x9d,0xd5,0xd4,0xd3,0x2f,0x8f,0x8f,0x8f,0xa3,0xf5,0xf5,0xf4,0xff,0x5e,0x32,0x10, + 0xff,0x36,0x7,0x0,0xff,0x32,0x10,0x0,0xff,0x40,0x18,0x0,0xff,0x3e,0x12,0x0, + 0xff,0x78,0x65,0x47,0xff,0xf9,0xfa,0xfc,0xff,0xff,0xff,0xff,0xff,0xe6,0xe8,0xec, + 0xff,0xa5,0xa1,0x9a,0xff,0xb8,0x81,0x0,0xff,0xf0,0xbe,0x73,0xff,0xbc,0xb2,0x8a, + 0xff,0x67,0x8e,0x64,0xff,0x23,0x8a,0x5a,0xff,0x39,0xb9,0x86,0xff,0x4d,0xc7,0x93, + 0xff,0x3d,0x9d,0x95,0xff,0x31,0x7d,0x7b,0xff,0x3b,0xa0,0x56,0xff,0x2e,0x9d,0x3a, + 0xff,0x1f,0x83,0x24,0xff,0x45,0x81,0x46,0xff,0x9f,0xb1,0xa3,0xff,0xe9,0xe6,0xe6, + 0xff,0xef,0xec,0xec,0xf0,0xd9,0xd7,0xd6,0x94,0xd1,0xd0,0xcd,0x28,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x5e,0x5e,0x5e,0x29,0x8a,0x8b,0x8b,0xeb,0x28,0x21,0x1e, + 0xff,0x5,0x0,0x0,0xff,0x12,0x0,0x0,0xff,0x1e,0x4,0x0,0xff,0x5c,0x4a,0x39, + 0xff,0xe2,0xe2,0xe2,0xff,0xff,0xff,0xff,0xff,0xf9,0xf9,0xf9,0xff,0xcf,0xcf,0xcf, + 0xff,0xbc,0xbc,0xbd,0xff,0xa3,0x9d,0xa0,0xff,0x82,0x86,0x63,0xff,0x24,0x81,0x4c, + 0xff,0x2e,0xab,0x75,0xff,0x46,0xc2,0x8e,0xff,0x45,0xb0,0x7e,0xff,0x3b,0x97,0x6a, + 0xff,0x27,0x55,0x6b,0xff,0x36,0x67,0x84,0xff,0x26,0x53,0x68,0xff,0x3e,0x69,0x52, + 0xff,0xa3,0xb1,0xa4,0xff,0xea,0xe6,0xe9,0xff,0xec,0xe9,0xe9,0xeb,0xd8,0xd7,0xd6, + 0x8b,0xd0,0xcf,0xcd,0x22,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x55,0x54,0x54,0x35,0x60,0x60,0x60, + 0xe6,0x5b,0x55,0x52,0xff,0x6e,0x66,0x63,0xff,0xa8,0xa5,0xa2,0xff,0xef,0xef,0xf0, + 0xff,0xfd,0xfd,0xfd,0xff,0xf9,0xf9,0xf9,0xff,0xdf,0xe5,0xe8,0xff,0x47,0x71,0x8a, + 0xff,0x3d,0x67,0x82,0xff,0x8f,0x9c,0xa4,0xff,0x96,0x9a,0x99,0xff,0x4e,0xa2,0x78, + 0xff,0x47,0xcc,0x88,0xff,0x38,0x91,0x72,0xff,0x28,0x53,0x6f,0xff,0x28,0x53,0x70, + 0xff,0x45,0x7b,0x98,0xff,0x61,0xa2,0xbf,0xff,0x5b,0x99,0xb6,0xff,0x2f,0x5d,0x79, + 0xff,0x6a,0x7e,0x8e,0xf5,0x93,0x97,0x98,0x9b,0x8c,0x8b,0x8a,0x28,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x77,0x75,0x73, + 0x2f,0xb9,0xb9,0xb9,0xe2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfc,0xfc, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xd9,0xe1,0xe6,0xff,0x6c,0x9c,0xb4, + 0xff,0x6f,0xad,0xc9,0xff,0x3b,0x64,0x7f,0xff,0xc5,0xc5,0xc8,0xff,0x94,0x99,0x98, + 0xff,0x39,0x72,0x58,0xff,0x24,0x57,0x5e,0xff,0x51,0x8c,0xa9,0xff,0x4d,0x87,0xa4, + 0xff,0x3b,0x6e,0x8a,0xff,0x66,0xa7,0xc4,0xff,0x69,0xaa,0xc6,0xff,0x66,0xa7,0xc2, + 0xff,0x3d,0x71,0x8d,0xff,0x28,0x54,0x70,0xf2,0x1f,0x45,0x5e,0xb3,0x12,0x29,0x37, + 0x3d,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x70,0x6e,0x6d,0x29,0xb2,0xb1,0xb1,0xdc,0xf7,0xf7,0xf7,0xff,0xff,0xff,0xff, + 0xff,0xfa,0xf9,0xf9,0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6,0xff,0x6a,0x91,0xa8, + 0xff,0x9a,0xd3,0xe9,0xff,0x4d,0x86,0xa3,0xff,0x67,0x82,0x94,0xff,0x46,0x68,0x7e, + 0xff,0x33,0x62,0x7e,0xff,0x2d,0x5a,0x76,0xff,0x53,0x8e,0xab,0xff,0x66,0xa7,0xc3, + 0xff,0x30,0x5e,0x7a,0xff,0x69,0xa7,0xc3,0xff,0x85,0xc6,0xe0,0xff,0x7b,0xbc,0xd7, + 0xff,0x6d,0xae,0xc9,0xff,0x5f,0x9e,0xb9,0xff,0x3f,0x76,0x93,0xff,0x27,0x52,0x6e, + 0xf2,0x1b,0x3b,0x51,0x7c,0x0,0x0,0x0,0x20,0x2f,0x21,0xb,0x39,0x50,0x38,0x10, + 0xff,0x50,0x38,0x10,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x72,0x70,0x6f,0x23,0xb1,0xb0,0xaf,0xd7,0xf5,0xf5,0xf5, + 0xff,0xff,0xff,0xff,0xff,0xfa,0xfa,0xfa,0xff,0xf5,0xf4,0xf4,0xff,0xb1,0xc4,0xcf, + 0xff,0x8b,0xbc,0xd2,0xff,0x7f,0xbc,0xd6,0xff,0x3d,0x6e,0x8a,0xff,0x2e,0x5c,0x78, + 0xff,0x57,0x93,0xb0,0xff,0x48,0x7e,0x9b,0xff,0x46,0x7b,0x98,0xff,0x73,0xb3,0xce, + 0xff,0x85,0xc3,0xdc,0xff,0x81,0xbc,0xd5,0xff,0x96,0xd6,0xee,0xff,0x95,0xd5,0xee, + 0xff,0x84,0xc4,0xdd,0xff,0x7b,0xbc,0xd5,0xff,0x73,0xb3,0xcd,0xff,0x4e,0x89,0xa5, + 0xff,0x2e,0x5d,0x7a,0xff,0x25,0x50,0x6b,0xff,0x2f,0x3e,0x41,0xd9,0x6c,0x54,0x2c, + 0xff,0x90,0x78,0x50,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x79,0x78,0x77,0x1e,0xb1,0xb0,0xaf, + 0xd1,0xf5,0xf5,0xf5,0xff,0xff,0xff,0xff,0xff,0xfa,0xfa,0xfa,0xff,0xeb,0xed,0xef, + 0xff,0x6e,0x98,0xb0,0xff,0xaf,0xe3,0xf6,0xff,0x6f,0xac,0xc7,0xff,0x2c,0x59,0x75, + 0xff,0x66,0xa7,0xc3,0xff,0x66,0xa6,0xc2,0xff,0x31,0x5f,0x7b,0xff,0x92,0xd0,0xe8, + 0xff,0x9a,0xd7,0xee,0xff,0x99,0xd7,0xee,0xff,0x9f,0xdb,0xf1,0xff,0x9a,0xd8,0xef, + 0xff,0x98,0xd6,0xee,0xff,0x87,0xc7,0xdf,0xff,0x7c,0xbd,0xd6,0xff,0x79,0xba,0xd3, + 0xff,0x4d,0x88,0xa5,0xff,0x38,0x6d,0x89,0xff,0x39,0x52,0x5b,0xff,0x7b,0x63,0x3b, + 0xff,0xa0,0x88,0x60,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7d,0x7c,0x7b, + 0x19,0xb2,0xb1,0xb1,0xcb,0xf5,0xf4,0xf4,0xff,0xff,0xff,0xff,0xff,0xfa,0xfa,0xfa, + 0xff,0xab,0xc0,0xcd,0xff,0x95,0xc4,0xd9,0xff,0xa4,0xdb,0xf0,0xff,0x4d,0x82,0x9d, + 0xff,0x4d,0x84,0x9f,0xff,0x81,0xbf,0xd8,0xff,0x7f,0xb7,0xcf,0xff,0x74,0xab,0xc3, + 0xff,0x9d,0xd9,0xef,0xff,0x9c,0xd8,0xee,0xff,0xaa,0xe0,0xf4,0xff,0xae,0xe2,0xf6, + 0xff,0xa1,0xdb,0xf1,0xff,0x98,0xd6,0xed,0xff,0x82,0xc2,0xdb,0xff,0x7c,0xbd,0xd6, + 0xff,0x66,0xa6,0xc0,0xff,0x46,0x7f,0x9a,0xff,0x4d,0x6a,0x71,0xff,0x8b,0x73,0x4b, + 0xff,0xb0,0x98,0x70,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x80,0x7f,0x7d,0x15,0xb1,0xb0,0xb0,0xc5,0xf5,0xf4,0xf5,0xff,0xff,0xff,0xff, + 0xff,0xf1,0xf4,0xf5,0xff,0x79,0xa3,0xba,0xff,0xb8,0xe8,0xf9,0xff,0x9d,0xd2,0xe6, + 0xff,0x37,0x67,0x82,0xff,0x86,0xbe,0xd4,0xff,0xa1,0xda,0xef,0xff,0xa0,0xda,0xef, + 0xff,0xa2,0xdb,0xf0,0xff,0xab,0xe1,0xf4,0xff,0xb3,0xe6,0xf8,0xff,0xb3,0xe5,0xf8, + 0xff,0xb1,0xe4,0xf7,0xff,0xa1,0xdb,0xf0,0xff,0x9b,0xd7,0xed,0xff,0x82,0xc2,0xdb, + 0xff,0x7a,0xbb,0xd4,0xff,0x73,0xb1,0xc9,0xff,0x6e,0x8f,0x94,0xff,0x9a,0x82,0x5a, + 0xff,0xbf,0xa7,0x7f,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x83,0x82,0x81,0x11,0xb3,0xb2,0xb2,0xbe,0xf3,0xf3,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xb4,0xcb,0xd7,0xff,0x89,0xb7,0xcd,0xff,0xbd,0xeb,0xfb, + 0xff,0xa8,0xd9,0xec,0xff,0x45,0x72,0x8b,0xff,0x8b,0xc1,0xd6,0xff,0xa3,0xdc,0xef, + 0xff,0xa4,0xdc,0xf0,0xff,0xb9,0xe8,0xfa,0xff,0xb8,0xe8,0xf9,0xff,0xb7,0xe7,0xf9, + 0xff,0xb6,0xe7,0xf9,0xff,0xb4,0xe6,0xf8,0xff,0xb0,0xe3,0xf6,0xff,0xa6,0xdd,0xf2, + 0xff,0x93,0xcf,0xe5,0xff,0x86,0xc1,0xd7,0xff,0x7c,0x9b,0x9f,0xff,0xaa,0x92,0x6a, + 0xff,0xce,0xb6,0x8e,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8c,0x89,0x89,0xd,0xb4,0xb3,0xb3, + 0xb7,0xf2,0xf2,0xf2,0xff,0xff,0xff,0xff,0xff,0xae,0xc7,0xd5,0xff,0x8d,0xba,0xd0, + 0xff,0xba,0xe7,0xf8,0xff,0xb1,0xdf,0xf1,0xff,0x6d,0x9e,0xb5,0xff,0xac,0xe0,0xf2, + 0xff,0xb8,0xe8,0xf9,0xff,0xbc,0xea,0xfb,0xff,0xbc,0xea,0xfb,0xff,0xbb,0xea,0xfb, + 0xff,0xbb,0xe9,0xfa,0xff,0xba,0xe9,0xfa,0xff,0xb9,0xe8,0xfa,0xff,0xb8,0xe8,0xfa, + 0xff,0xb8,0xe8,0xf9,0xff,0xae,0xdc,0xec,0xff,0x99,0xb0,0xb0,0xff,0xb9,0xa1,0x79, + 0xff,0xde,0xc6,0x9e,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8f,0x8d,0x8d, + 0xa,0xb4,0xb3,0xb3,0xb0,0xf3,0xf2,0xf2,0xff,0xff,0xff,0xff,0xff,0xc7,0xd8,0xe1, + 0xff,0x82,0xaf,0xc6,0xff,0xbd,0xe9,0xf9,0xff,0xb4,0xe5,0xf6,0xff,0xb1,0xe3,0xf4, + 0xff,0xc0,0xed,0xfd,0xff,0xc0,0xec,0xfd,0xff,0xbf,0xec,0xfc,0xff,0xbe,0xec,0xfc, + 0xff,0xbe,0xeb,0xfc,0xff,0xbd,0xeb,0xfb,0xff,0xbd,0xeb,0xfb,0xff,0xbc,0xea,0xfb, + 0xff,0xbc,0xea,0xfb,0xff,0xb1,0xde,0xee,0xff,0x9f,0xb5,0xb5,0xff,0xc9,0xb1,0x89, + 0xff,0xee,0xd6,0xae,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x92,0x91,0x8f,0x6,0xb3,0xb2,0xb2,0xa8,0xef,0xee,0xee,0xff,0xfd,0xfc,0xfc, + 0xff,0xc5,0xd6,0xdf,0xff,0x88,0xb5,0xcc,0xff,0xbf,0xea,0xfb,0xff,0xc3,0xef,0xff, + 0xff,0xc3,0xee,0xfe,0xff,0xc2,0xee,0xfe,0xff,0xbc,0xe8,0xf8,0xff,0xa8,0xd4,0xe7, + 0xff,0xa7,0xd3,0xe6,0xff,0x8b,0xb7,0xcc,0xff,0x8a,0xb6,0xcc,0xff,0x74,0xa0,0xb8, + 0xff,0x6d,0x99,0xb1,0xff,0x69,0x94,0xab,0xff,0x79,0x8f,0x94,0xff,0xd8,0xc1,0x99, + 0xff,0xfc,0xe5,0xbe,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x93,0x92,0x91,0x4,0xb3,0xb2,0xb2,0x9c,0xe9,0xe9,0xe9, + 0xff,0xf3,0xf3,0xf2,0xff,0xc7,0xd5,0xdc,0xff,0x8e,0xb9,0xcf,0xff,0x8e,0xbb,0xd1, + 0xff,0x84,0xb2,0xc8,0xff,0x6e,0x9b,0xb4,0xc0,0x69,0x96,0xaf,0xbf,0x64,0x90,0xaa, + 0x80,0x60,0x8d,0xa6,0x80,0x5c,0x89,0xa2,0x40,0x5b,0x87,0xa1,0x40,0x5a,0x87,0xa0, + 0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc0,0x98,0x20,0xdc,0xc4,0x9c, + 0xff,0xdc,0xc4,0x9c,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xbf,0xbe,0xbe, + 0x54,0xe2,0xe1,0xdf,0xb8,0xe3,0xe2,0xe1,0xec,0xd3,0xd1,0xcf,0xc4,0xc5,0xc2,0xbf, + 0x5d,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xcf,0xff,0xff,0xfc,0x7,0xff,0xff,0xf0,0x1, + 0xff,0xff,0x80,0x0,0xff,0xfe,0x0,0x0,0x7f,0xf0,0x0,0x0,0x3f,0xc0,0x0,0x0, + 0xf,0x80,0x0,0x0,0x7,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x1,0x40,0x0,0x0, + 0x9,0x80,0x0,0x0,0x7,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0xf,0x80,0x0,0x0,0x3c,0xc0,0x0,0x0,0x8,0xe0,0x0,0x0,0x0,0xf0,0x0,0x0, + 0x0,0xf8,0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0xff,0x0,0x0, + 0x0,0xff,0x80,0x0,0x0,0xff,0xc0,0x0,0x0,0xff,0xe0,0x0,0x0,0xff,0xf0,0x0, + 0x18,0xff,0xfc,0x1f,0xff,0x28,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x30,0x0,0x0, + 0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x2,0x2,0x2,0x24,0x4,0x4,0x4,0x23,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x27,0x3c,0x3c,0x3e, + 0x80,0xca,0xcc,0xcf,0xe9,0xc3,0xc3,0xc5,0xde,0x4,0x4,0x4,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x14,0x0,0x0,0x0,0x2e,0x22,0x22,0x22,0x78,0xa3,0xa5,0xa8,0xd7,0xf6,0xf8,0xfb, + 0xff,0xd9,0xcd,0xbb,0xff,0xf1,0xec,0xe6,0xff,0xb0,0xb1,0xb2,0xd5,0x1,0x1,0x1, + 0x33,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x32,0xa,0xa,0xa, + 0x68,0x86,0x87,0x88,0xc6,0xeb,0xee,0xf2,0xff,0xe6,0xde,0xd2,0xff,0xc3,0xa1,0x69, + 0xff,0xd2,0xa1,0x42,0xff,0xc4,0xa1,0x66,0xff,0xf9,0xf7,0xf4,0xff,0x99,0x9a,0x9b, + 0xc8,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x32,0x2,0x2,0x2,0x56,0x64,0x65,0x65,0xac,0xdf,0xe2,0xe6, + 0xf8,0xee,0xea,0xe4,0xff,0xc0,0xa2,0x71,0xff,0xc6,0x92,0x26,0xff,0xeb,0xbc,0x63, + 0xff,0xf6,0xcb,0x80,0xff,0xe0,0xa4,0x2c,0xff,0xc0,0x92,0x4d,0xff,0xff,0xfe,0xfb, + 0xff,0x82,0x82,0x83,0xb7,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x3f,0x48,0x48,0x48,0x90,0xc7,0xca,0xce,0xe9,0xf4,0xf4,0xf6,0xff,0xc7,0xae,0x89, + 0xff,0xb8,0x81,0x0,0xff,0xdc,0xa3,0x1b,0xff,0xf4,0xc8,0x6e,0xff,0xf4,0xc6,0x6d, + 0xff,0xf2,0xba,0x52,0xff,0xf6,0xc2,0x71,0xff,0xb5,0x8f,0x44,0xff,0x87,0x84,0x62, + 0xff,0xfc,0xfc,0xfe,0xff,0x6c,0x6c,0x6c,0xa1,0x0,0x0,0x0,0x2a,0x0,0x0,0x0, + 0x19,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x23,0x25,0x25,0x25,0x6c,0xae,0xb0,0xb3, + 0xd5,0xf6,0xf8,0xfa,0xff,0xd1,0xbf,0xa7,0xff,0xb0,0x7b,0x0,0xff,0xc9,0x88,0x0, + 0xff,0xe9,0xb2,0x2b,0xff,0xf3,0xc6,0x61,0xff,0xf2,0xc3,0x5d,0xff,0xf0,0xba,0x54, + 0xff,0xe2,0xc9,0x97,0xff,0x7b,0x95,0x6a,0xff,0x37,0x84,0x4c,0xff,0x24,0x80,0x27, + 0xff,0x7b,0xa5,0x7e,0xff,0xfe,0xfb,0xfc,0xff,0x54,0x53,0x55,0x88,0x0,0x0,0x0, + 0x1b,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x11,0x5e,0x5e,0x5e,0x96,0xf0,0xf3,0xf5,0xff,0xe0,0xd6,0xc8, + 0xff,0xad,0x7d,0x22,0xff,0xb8,0x6e,0x0,0xff,0xd9,0x97,0x0,0xff,0xed,0xb8,0x18, + 0xff,0xef,0xbd,0x3e,0xff,0xf1,0xc3,0x53,0xff,0xeb,0xb2,0x27,0xff,0xf4,0xcd,0x8f, + 0xff,0x64,0x97,0x73,0xff,0x2b,0xa7,0x73,0xff,0x49,0xca,0x88,0xff,0x49,0xc0,0x62, + 0xff,0x28,0x95,0x24,0xff,0x89,0xac,0x8d,0xff,0xfa,0xf6,0xf9,0xfd,0x40,0x3f,0x3f, + 0x65,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x63,0x64,0x64,0x8e,0xfc,0xfd,0xff,0xff,0xba,0x9f,0x80,0xff,0xa2,0x59,0x0, + 0xff,0xc7,0x78,0x0,0xff,0xdb,0x97,0x0,0xff,0xea,0xb2,0x0,0xff,0xeb,0xb5,0x0, + 0xff,0xeb,0xb6,0x21,0xff,0xee,0xbd,0x3e,0xff,0xe9,0xac,0x0,0xff,0xf4,0xc9,0x8a, + 0xff,0x62,0xa2,0x82,0xff,0x45,0xc9,0x94,0xff,0x40,0xb7,0x9a,0xff,0x12,0x8d,0xb4, + 0xff,0x28,0x96,0x7c,0xff,0x1c,0x88,0x16,0xff,0x9a,0xb6,0x9f,0xff,0xf2,0xee,0xf1, + 0xf3,0x47,0x47,0x47,0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x66,0x66,0x66, + 0x49,0xf1,0xf4,0xf6,0xff,0xaf,0x95,0x7b,0xff,0x8e,0x3f,0x0,0xff,0xbf,0x71,0x0, + 0xff,0xd2,0x8a,0x0,0xff,0xe8,0xa7,0x0,0xff,0xea,0xaf,0x0,0xff,0xe7,0xae,0x0, + 0xff,0xe9,0xb2,0x0,0xff,0xec,0xb8,0x18,0xff,0xe3,0xa0,0x0,0xff,0xfa,0xd0,0x98, + 0xff,0x6d,0xa9,0x8d,0xff,0x3f,0xc3,0x8c,0xff,0x3e,0xb4,0xb3,0xff,0xa,0xb2,0xff, + 0xff,0x29,0x9f,0xb2,0xff,0x31,0xa9,0x45,0xff,0x3,0x75,0xe,0xff,0xa7,0xbc,0xab, + 0xff,0xf3,0xee,0xf1,0xea,0x74,0x74,0x74,0x2f,0x0,0x0,0x0,0x0,0xab,0xad,0xad, + 0xb1,0xdf,0xda,0xd5,0xff,0x77,0x30,0x0,0xff,0x99,0x4c,0x0,0xff,0xab,0x64,0x0, + 0xff,0xd3,0x8a,0x0,0xff,0xc7,0x96,0x0,0xff,0xe2,0xa3,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe7,0xae,0x0,0xff,0xe8,0xac,0x0,0xff,0xeb,0xaa,0x16,0xff,0xc0,0xc6,0xa9, + 0xff,0x2d,0xa0,0x78,0xff,0x51,0xd2,0xa0,0xff,0x51,0xc9,0x86,0xff,0x45,0xba,0x81, + 0xff,0x42,0xbc,0x73,0xff,0x2d,0xa5,0x5b,0xff,0xc,0x89,0x2e,0xff,0x0,0x60,0x0, + 0xff,0xae,0xc2,0xb3,0xff,0xdc,0xd9,0xdb,0xdd,0x75,0x74,0x74,0x22,0xcc,0xcf,0xd0, + 0xdf,0xaa,0x94,0x84,0xff,0x76,0x22,0x0,0xff,0x7f,0x3d,0x0,0xff,0x73,0x3e,0x0, + 0xff,0xb4,0x71,0x0,0xff,0xb0,0xa0,0x7f,0xff,0xb5,0x9b,0x5f,0xff,0xe3,0xa2,0x0, + 0xff,0xe7,0xa9,0x0,0xff,0xde,0x95,0x0,0xff,0xee,0xa6,0x1d,0xff,0xa5,0xb8,0x99, + 0xff,0x27,0xb0,0x80,0xff,0x42,0xb9,0xa8,0xff,0x10,0x8e,0xbe,0xff,0x30,0xa5,0x86, + 0xff,0x3e,0xb7,0x6a,0xff,0x1b,0x90,0xb5,0xff,0x0,0x7e,0x43,0xff,0x0,0x5b,0x0, + 0xff,0x38,0x71,0x4b,0xff,0xf3,0xf1,0xf1,0xff,0xc2,0xc2,0xc0,0xc7,0xc4,0xc8,0xca, + 0xd4,0xa7,0x8d,0x7b,0xff,0x5e,0x12,0x0,0xff,0x50,0x20,0x0,0xff,0x50,0x22,0x0, + 0xff,0x66,0x3c,0x0,0xff,0xde,0xda,0xd3,0xff,0xd5,0xda,0xe2,0xff,0xb2,0x93,0x4c, + 0xff,0xd9,0x8d,0x0,0xff,0xe9,0xa6,0x24,0xff,0xe2,0xbc,0x85,0xff,0x7d,0x9d,0x78, + 0xff,0x2f,0xad,0x75,0xff,0x3c,0xb4,0xb6,0xff,0xb,0xac,0xff,0xff,0x2c,0xa0,0xa3, + 0xff,0x2e,0xa4,0x39,0xff,0x18,0x82,0x40,0xff,0x3d,0x80,0x4e,0xff,0x9e,0xb3,0xa3, + 0xff,0xe0,0xdf,0xde,0xf6,0xdc,0xdb,0xd9,0x9f,0xd6,0xd5,0xd4,0x38,0x8b,0x8d,0x8d, + 0x7d,0x94,0x8b,0x85,0xff,0x11,0x0,0x0,0xff,0x19,0x1,0x0,0xff,0x2a,0x6,0x0, + 0xff,0x95,0x88,0x7a,0xff,0xff,0xff,0xff,0xff,0xef,0xef,0xef,0xff,0xba,0xbd,0xbf, + 0xff,0xb1,0x95,0x71,0xff,0x98,0x9e,0x6b,0xff,0x3c,0x90,0x63,0xff,0x2f,0xab,0x78, + 0xff,0x47,0xbc,0x87,0xff,0x30,0x81,0x73,0xff,0x1f,0x5f,0x6a,0xff,0x23,0x70,0x45, + 0xff,0x55,0x8f,0x59,0xff,0xaa,0xbb,0xaa,0xff,0xe5,0xe1,0xe2,0xf2,0xe6,0xe1,0xe1, + 0x9a,0xd3,0xd1,0xcf,0x2a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x54,0x54,0x54, + 0x6,0x54,0x55,0x55,0x9f,0x4f,0x49,0x44,0xff,0x67,0x5b,0x58,0xff,0xab,0xa6,0xa2, + 0xff,0xf8,0xf8,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0x94,0xab,0xbd,0xff,0x5a,0x7f,0x9d, + 0xff,0x9c,0xa2,0xad,0xff,0x5f,0x8b,0x75,0xff,0x3a,0xbe,0x7e,0xff,0x35,0x93,0x7a, + 0xff,0x28,0x66,0x75,0xff,0x2e,0x66,0x8d,0xff,0x56,0x9b,0xc2,0xff,0x36,0x6f,0x97, + 0xff,0x68,0x7e,0x94,0xf9,0xa8,0xa9,0xae,0xa4,0xb5,0xb5,0xb2,0x2c,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd,0x0,0x0,0x0, + 0x0,0x69,0x67,0x65,0x1,0x9f,0x9d,0x9c,0x99,0xf7,0xf9,0xf9,0xff,0xff,0xff,0xff, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0x8d,0xaa,0xbf,0xff,0x78,0xb7,0xda, + 0xff,0x3d,0x68,0x8c,0xff,0xbd,0xbc,0xc0,0xff,0x39,0x64,0x6d,0xff,0x1f,0x55,0x71, + 0xff,0x58,0x9c,0xc4,0xff,0x2c,0x63,0x8a,0xff,0x63,0xa9,0xd0,0xff,0x66,0xad,0xd2, + 0xff,0x47,0x87,0xad,0xff,0x26,0x5d,0x82,0xf2,0x16,0x43,0x66,0xa3,0x6,0x1d,0x30, + 0x23,0x0,0x0,0x0,0x0,0x23,0x14,0x0,0x3d,0x2d,0x1c,0x0,0x66,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x97,0x96,0x95,0x93,0xee,0xee,0xee, + 0xff,0xff,0xff,0xff,0xff,0xf7,0xf5,0xf5,0xff,0xc4,0xd2,0xdd,0xff,0x80,0xb5,0xd4, + 0xff,0x52,0x92,0xb7,0xff,0x2d,0x5b,0x7d,0xff,0x3c,0x76,0x9d,0xff,0x2f,0x65,0x8d, + 0xff,0x5f,0xa3,0xca,0xff,0x54,0x91,0xb6,0xff,0x6e,0xad,0xd0,0xff,0x8e,0xd1,0xf4, + 0xff,0x79,0xbe,0xe0,0xff,0x68,0xad,0xd0,0xff,0x41,0x7f,0xa6,0xff,0x1b,0x4c,0x71, + 0xd9,0x13,0x3b,0x5a,0x99,0x4d,0x3c,0x0,0xe6,0x72,0x58,0x0,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9b,0x9a,0x99, + 0x8c,0xef,0xef,0xef,0xff,0xff,0xff,0xff,0xff,0xf6,0xf5,0xf5,0xff,0x77,0xa1,0xbf, + 0xff,0x9d,0xd6,0xf3,0xff,0x39,0x70,0x95,0xff,0x51,0x91,0xb8,0xff,0x4a,0x89,0xaf, + 0xff,0x56,0x93,0xb7,0xff,0x98,0xd8,0xf7,0xff,0x97,0xd8,0xf7,0xff,0x9e,0xdb,0xfa, + 0xff,0x94,0xd6,0xf6,0xff,0x7e,0xc3,0xe5,0xff,0x76,0xbc,0xdd,0xff,0x49,0x8b,0xb1, + 0xff,0x28,0x5e,0x83,0xff,0x5b,0x53,0x29,0xff,0xa1,0x88,0x45,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x9e,0x9d,0x9b,0x87,0xee,0xed,0xed,0xff,0xff,0xff,0xff,0xff,0xc0,0xd0,0xdc, + 0xff,0x95,0xc6,0xe2,0xff,0x85,0xc0,0xdf,0xff,0x33,0x6b,0x92,0xff,0x87,0xc9,0xe8, + 0xff,0x66,0x9d,0xbe,0xff,0x9c,0xda,0xf7,0xff,0x9d,0xdb,0xf8,0xff,0xae,0xe4,0xfe, + 0xff,0xa6,0xe0,0xfa,0xff,0x93,0xd4,0xf2,0xff,0x7b,0xc0,0xe1,0xff,0x69,0xae,0xd1, + 0xff,0x47,0x84,0xa6,0xff,0x75,0x6f,0x47,0xff,0xb6,0x9d,0x5d,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xa0,0x9f,0x9f,0x80,0xee,0xee,0xee,0xff,0xff,0xff,0xff, + 0xff,0x85,0xb0,0xcc,0xff,0xb3,0xe5,0xfc,0xff,0x73,0xa6,0xc5,0xff,0x68,0x9e,0xbd, + 0xff,0xa1,0xdc,0xf7,0xff,0xa5,0xde,0xf9,0xff,0xb5,0xe8,0xff,0xff,0xb5,0xe8,0xff, + 0xff,0xb4,0xe7,0xff,0xff,0xaa,0xe1,0xfb,0xff,0x9d,0xd9,0xf5,0xff,0x7d,0xc3,0xe3, + 0xff,0x6d,0xab,0xca,0xff,0x8b,0x86,0x60,0xff,0xcb,0xb2,0x74,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa5,0xa4,0xa2,0x79,0xed,0xed,0xed, + 0xff,0xe5,0xed,0xf4,0xff,0x86,0xb4,0xd1,0xff,0xb4,0xe3,0xfa,0xff,0x88,0xb8,0xd4, + 0xff,0x8d,0xc4,0xdf,0xff,0xb4,0xe7,0xfe,0xff,0xbb,0xeb,0xff,0xff,0xba,0xea,0xff, + 0xff,0xb9,0xe9,0xff,0xff,0xb8,0xea,0xff,0xff,0xb7,0xe9,0xff,0xff,0xb6,0xe8,0xff, + 0xff,0x9e,0xce,0xe5,0xff,0xa6,0x9e,0x77,0xff,0xde,0xc6,0x8a,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa7,0xa6,0xa4, + 0x74,0xed,0xed,0xed,0xff,0xe6,0xee,0xf5,0xff,0x90,0xb7,0xd1,0xff,0xb2,0xe0,0xf8, + 0xff,0xb5,0xe6,0xfd,0xff,0xc0,0xed,0xff,0xff,0xbf,0xee,0xff,0xff,0xbe,0xec,0xff, + 0xff,0xbe,0xec,0xff,0xff,0xbd,0xeb,0xff,0xff,0xbc,0xeb,0xff,0xff,0xbb,0xeb,0xff, + 0xff,0x8e,0xbb,0xd2,0xff,0xb2,0xa9,0x82,0xff,0xf2,0xda,0x9f,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xa7,0xa6,0xa5,0x6d,0xe8,0xe7,0xe7,0xff,0xee,0xf1,0xf2,0xff,0x96,0xbd,0xd7, + 0xff,0xad,0xdb,0xf3,0xff,0xa5,0xd3,0xed,0xff,0x97,0xc5,0xe1,0xff,0x81,0xb0,0xcf, + 0xff,0x79,0xa9,0xc7,0xdf,0x68,0x97,0xb9,0xbf,0x53,0x84,0xa7,0xaf,0x50,0x80,0xa4, + 0x80,0x4d,0x7c,0x9d,0x80,0xc4,0xb4,0x86,0xdf,0xef,0xd7,0x9f,0xff,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xaf,0xae,0xad,0x50,0xe1,0xe1,0xe0,0xc2,0xdc,0xdf,0xdf, + 0xea,0xb6,0xc3,0xcc,0xcb,0x98,0xb2,0xc7,0x6b,0x76,0xa6,0xc8,0x20,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xe4,0xcb,0x90,0x20,0xe4,0xcb,0x90,0x40,0xff,0xf9,0xff, + 0xc0,0xff,0xc0,0xff,0xd4,0xfe,0x0,0x3f,0xff,0xf0,0x0,0x1f,0xff,0xc0,0x0,0x7, + 0xff,0x80,0x0,0x3,0xfe,0x0,0x0,0x1,0xf8,0x0,0x0,0x1,0xf0,0x80,0x0,0x3, + 0xc0,0x0,0x0,0x1,0x80,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x3,0x0,0x0,0x0,0xe,0x80,0x80,0x0,0x4,0x80,0xe0,0x0,0x0, + 0xc0,0xf0,0x0,0x0,0xe0,0xf8,0x0,0x0,0xf0,0xfc,0x0,0x0,0xf8,0xfe,0x0,0x0, + 0xfc,0xff,0x0,0x0,0xff,0xff,0x80,0x0,0xff,0xff,0xc0,0xfc,0x0,0x28,0x0,0x0, + 0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xa,0xb,0xb,0x3f,0x38,0x3a,0x3c,0x6d,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x3c,0x55,0x58,0x5d,0xaf,0xca,0xc6,0xc1,0xf9,0xee,0xe8,0xe0,0xff,0x4d,0x4e,0x54, + 0x9d,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x3c,0x38,0x3a,0x40,0x9e,0xb3,0xb5,0xb6, + 0xee,0xe3,0xcf,0xaf,0xff,0xda,0xaa,0x3f,0xff,0xd6,0xa0,0x1f,0xff,0xe5,0xd9,0xcb, + 0xff,0x3a,0x3b,0x3e,0x97,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x34,0x1e,0x21,0x24,0x84,0x9b,0x9f,0xa5,0xe0,0xdc,0xce,0xbc,0xff,0xd5,0xa7,0x4e, + 0xff,0xde,0xa6,0x0,0xff,0xf5,0xbb,0x23,0xff,0xee,0xa6,0x0,0xff,0xa8,0x7d,0x0, + 0xff,0xcb,0xcc,0xcb,0xfd,0x2b,0x29,0x2c,0x84,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x3,0x3,0x3,0x49,0x7c,0x82,0x88, + 0xc8,0xd6,0xce,0xc4,0xfd,0xd0,0xa1,0x4e,0xff,0xcd,0x8b,0x0,0xff,0xeb,0xb5,0x15, + 0xff,0xf6,0xc1,0x36,0xff,0xe3,0xb1,0x40,0xff,0x57,0x88,0x42,0xff,0x0,0x75,0x0, + 0xff,0x37,0x99,0x2d,0xff,0xcc,0xcc,0xc9,0xf9,0x1c,0x19,0x1d,0x60,0x0,0x0,0x0, + 0x5,0x0,0x0,0x0,0x0,0xb,0xb,0xb,0x1e,0xa9,0xad,0xb0,0xe4,0xd3,0xb4,0x86, + 0xff,0xb5,0x5e,0x0,0xff,0xd6,0x89,0x0,0xff,0xee,0xb6,0x0,0xff,0xf0,0xbd,0x2f, + 0xff,0xf2,0xb0,0x0,0xff,0xbb,0xa8,0x59,0xff,0x0,0x9d,0x59,0xff,0x0,0xc4,0x70, + 0xff,0x0,0x7b,0x29,0xff,0x3d,0x94,0x52,0xff,0xc4,0xc2,0xc2,0xf0,0x22,0x21,0x23, + 0x24,0x0,0x0,0x0,0x0,0xa1,0xa4,0xa7,0xb0,0xc2,0xa3,0x82,0xff,0x8a,0x26,0x0, + 0xff,0xcb,0x71,0x0,0xff,0xe4,0xa4,0x0,0xff,0xe9,0xad,0x0,0xff,0xeb,0xb3,0x0, + 0xff,0xec,0xa2,0x0,0xff,0xaf,0xab,0x6b,0xff,0x0,0xaf,0x6d,0xff,0x0,0xbb,0x77, + 0xff,0x0,0x89,0xd9,0xff,0x0,0x67,0xc,0xff,0x3e,0x90,0x42,0xff,0xcb,0xca,0xca, + 0xe5,0x69,0x69,0x69,0x18,0xca,0xca,0xc9,0xec,0x80,0x39,0x0,0xff,0x6c,0x1c,0x0, + 0xff,0xa1,0x53,0x0,0xff,0xb9,0x9a,0x4e,0xff,0xd9,0x9f,0x0,0xff,0xe7,0x9e,0x0, + 0xff,0xf1,0x96,0x0,0xff,0x5a,0x9f,0x6a,0xff,0x0,0xb1,0x78,0xff,0x0,0x94,0x80, + 0xff,0x0,0xa6,0x48,0xff,0x0,0x81,0x0,0xff,0x0,0x2b,0x0,0xff,0x7e,0xa8,0x8c, + 0xff,0xcb,0xc7,0xc8,0xd2,0xbb,0xb8,0xb6,0xe6,0x5c,0x26,0x0,0xff,0x24,0x4,0x0, + 0xff,0x4b,0x27,0x0,0xff,0xe3,0xe4,0xe7,0xff,0xa5,0x94,0x74,0xff,0xc3,0x78,0x0, + 0xff,0xae,0x92,0x1c,0xff,0x15,0x82,0x49,0xff,0x12,0x70,0x68,0xff,0x16,0x58,0x7e, + 0xff,0x2,0x67,0xd,0xff,0x12,0x7b,0x0,0xff,0x8a,0xab,0x93,0xfe,0xcb,0xcc,0xcb, + 0xdc,0xae,0xad,0xac,0x74,0x74,0x73,0x73,0x6d,0x43,0x39,0x34,0xfc,0x4e,0x3e,0x3b, + 0xff,0xc1,0xbc,0xb8,0xff,0xff,0xff,0xff,0xff,0x32,0x60,0x7c,0xff,0x54,0x69,0x72, + 0xff,0x7,0x6b,0x39,0xff,0x2f,0x64,0x79,0xff,0x3a,0x6c,0x89,0xff,0x5d,0x9b,0xb8, + 0xff,0x3e,0x6b,0x80,0xff,0x6f,0x81,0x8e,0xec,0xb3,0xb0,0xb0,0x65,0x54,0x3d,0x17, + 0x86,0x71,0x59,0x31,0xff,0x0,0x0,0x0,0x0,0x84,0x84,0x84,0x6c,0xe9,0xea,0xec, + 0xfa,0xff,0xff,0xff,0xff,0xf8,0xf6,0xf6,0xff,0x61,0x88,0x9f,0xff,0x4b,0x7c,0x96, + 0xff,0x37,0x67,0x83,0xff,0x40,0x74,0x90,0xff,0x58,0x90,0xab,0xff,0x7d,0xba,0xd4, + 0xff,0x79,0xb9,0xd3,0xff,0x56,0x91,0xac,0xff,0x2b,0x58,0x73,0xe6,0x53,0x52,0x41, + 0xcc,0xa6,0x8e,0x66,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8d,0x8a,0x89, + 0x61,0xe8,0xe7,0xe7,0xf8,0xff,0xfe,0xfe,0xff,0xa8,0xb6,0xc1,0xff,0x78,0xaa,0xc2, + 0xff,0x3e,0x70,0x8c,0xff,0x5e,0x95,0xaf,0xff,0x95,0xd0,0xe6,0xff,0xa6,0xde,0xf3, + 0xff,0xa0,0xda,0xf0,0xff,0x82,0xc2,0xdb,0xff,0x5d,0x9b,0xb6,0xff,0x68,0x73,0x6b, + 0xff,0xc2,0xaa,0x82,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x91,0x90,0x8e,0x57,0xe7,0xe7,0xe7,0xf5,0xff,0xfe,0xfe,0xff,0x67,0x8a,0x9f, + 0xff,0x8d,0xbc,0xd1,0xff,0x6d,0x9e,0xb5,0xff,0xab,0xe0,0xf3,0xff,0xb8,0xe8,0xf9, + 0xff,0xb6,0xe7,0xf9,0xff,0xab,0xe0,0xf4,0xff,0x92,0xcd,0xe3,0xff,0x8e,0x9a,0x8f, + 0xff,0xdd,0xc5,0x9d,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x98,0x96,0x96,0x54,0xe8,0xe8,0xe8,0xf4,0xf1,0xf4,0xf6, + 0xff,0x68,0x8b,0x9f,0xff,0xa1,0xce,0xe0,0xff,0xbf,0xec,0xfc,0xff,0xbf,0xec,0xfd, + 0xff,0xbe,0xec,0xfc,0xff,0xb3,0xe1,0xf2,0xff,0x95,0xc2,0xd6,0xff,0xa1,0xa8,0x9d, + 0xff,0xf8,0xe0,0xba,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa0,0x9f,0x9f,0x4e,0xe7,0xe7,0xe7, + 0xf2,0xec,0xed,0xef,0xff,0x6d,0x89,0x9b,0xff,0x7b,0x9a,0xac,0xff,0x61,0x82,0x97, + 0xc8,0x23,0x4d,0x69,0x80,0x23,0x4d,0x69,0x70,0x23,0x4d,0x69,0x40,0xa0,0x9e,0x8d, + 0x60,0xdf,0xc7,0x9f,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa7,0xa6,0xa4, + 0x46,0xe2,0xe1,0xe0,0xd2,0xe1,0xde,0xdd,0xec,0xc8,0xc7,0xc3,0x9c,0xce,0xcc,0xc9, + 0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0x3f,0x0,0xc0,0xf8,0xf,0x9f,0xd4,0xc0,0x7,0xfe, + 0x1f,0x0,0x1,0xf8,0xf,0x0,0x1,0xe0,0x7,0x0,0x1,0xc0,0x7,0x0,0x0,0x80, + 0x3,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x80, + 0x4,0xc0,0x0,0xc0,0x0,0xe0,0x0,0xe0,0x0,0xf0,0x0,0xf0,0x0,0xf8,0x0,0xf8, + 0x0,0xfc,0x1f,0x4,0x0, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????.png + 0x0,0x0,0x1d,0xd1, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdd,0x6,0x1e,0x12,0x22,0x3b,0x54,0xe9,0xa8, + 0x47,0x0,0x0,0x1b,0x47,0x49,0x44,0x41,0x54,0x78,0xda,0xb5,0x9b,0x79,0xb0,0x1e, + 0xd5,0x79,0xe6,0x7f,0x67,0xe9,0xee,0x6f,0xbb,0x57,0xf7,0x7e,0x77,0xd3,0x86,0xd0, + 0x86,0x2e,0x62,0x73,0x2c,0xc0,0x26,0x8e,0x8d,0x1,0x3b,0x98,0x18,0xc7,0xcb,0xc4, + 0xcb,0x24,0x71,0x65,0xa6,0x1c,0xcf,0xe2,0x99,0xd8,0x35,0x26,0x33,0x1e,0x8f,0x37, + 0xbc,0x90,0xa2,0x2a,0x9e,0x62,0x62,0x3c,0x93,0xa,0x36,0xce,0x24,0x94,0x67,0xfe, + 0x70,0x4d,0x8d,0x13,0x83,0x7,0xc7,0xc1,0x18,0x30,0x36,0x46,0x80,0x57,0x84,0x30, + 0x2,0x84,0x0,0x49,0x77,0xbf,0xba,0xdb,0xb7,0x74,0xf7,0x39,0x67,0xfe,0x38,0xa7, + 0xfb,0xfb,0xae,0x90,0x40,0x90,0xa4,0x55,0xad,0x5e,0xbf,0xee,0x3e,0xcf,0x79,0xdf, + 0xe7,0x7d,0xde,0xf7,0x9c,0x2b,0x78,0x5,0x4b,0xa3,0xd1,0xe0,0x8e,0x6f,0x7f,0x9b, + 0x47,0x1e,0x7e,0xf8,0xcf,0xb7,0xef,0xdc,0xf1,0xa1,0x28,0x8a,0x1,0x87,0x73,0xfe, + 0xba,0xb,0x3b,0xeb,0xb7,0xc5,0x75,0x87,0x73,0x61,0xdf,0x39,0x1c,0xa7,0xd9,0xf, + 0xc7,0xd6,0x58,0x6a,0xb5,0x5a,0xdb,0xc0,0x75,0xb7,0xff,0x9f,0xff,0x7b,0xcb,0xe5, + 0x6f,0xbe,0xca,0x1,0xfc,0xab,0xf,0x7c,0xe0,0x95,0x7c,0xfa,0xb,0x16,0xf1,0x4a, + 0x7e,0x54,0xaf,0xd7,0x59,0x5d,0x5d,0xe5,0x2b,0x5f,0xf9,0xca,0x9f,0xbf,0xee,0x8d, + 0x6f,0xfc,0x90,0x8c,0x22,0xac,0xb3,0x38,0x6b,0xb1,0xce,0x61,0x6d,0xd8,0x2f,0x56, + 0x63,0xb0,0xd6,0x61,0xac,0xc1,0x18,0xbf,0x5a,0x63,0xb1,0xd6,0x60,0x72,0x53,0x9e, + 0xb7,0xc6,0x96,0xd7,0x8d,0xc9,0xc9,0xf3,0x9c,0xd5,0x95,0x15,0x36,0x4e,0x4c,0xa0, + 0xb4,0x9e,0x5d,0x3a,0xb1,0x74,0xdd,0x2f,0x1e,0xf9,0xc9,0xff,0x9e,0x3c,0xff,0x3c, + 0x2b,0x84,0xe0,0x5f,0xff,0xe1,0x1f,0xfe,0x83,0x1,0xd0,0x67,0x72,0xd3,0xe7,0x3e, + 0xf7,0xb9,0x17,0x9c,0xbb,0xfb,0xfb,0xdf,0xc7,0x81,0x33,0xce,0x37,0xc4,0x39,0x17, + 0x1a,0xed,0x70,0xce,0x62,0x4e,0x2,0xc1,0x58,0x1b,0x1a,0x69,0xc8,0xf3,0x1c,0x53, + 0x0,0x63,0xc,0xb9,0x31,0x98,0x3c,0xf7,0xdb,0xbe,0x7b,0xf2,0x3c,0x67,0x75,0x6d, + 0xd,0xa5,0x14,0x67,0x9f,0xb5,0x6d,0xec,0x19,0x7b,0xe4,0xcb,0x17,0x5d,0xbc,0x2f, + 0x7e,0xfe,0xc8,0x91,0xbf,0x1e,0x9b,0x98,0x30,0x5f,0xf9,0xda,0xd7,0xfe,0xc1,0x20, + 0xc8,0x33,0xbd,0x71,0xb8,0xd9,0xa4,0xdd,0x6e,0x57,0x16,0x17,0x16,0x87,0xbb,0x9d, + 0xce,0xa6,0x7b,0xee,0xbe,0x7b,0xbb,0xb5,0xb6,0x29,0xf0,0x66,0x24,0x0,0x29,0x25, + 0x4a,0x29,0xa4,0x52,0x68,0xa5,0x50,0xc5,0xaa,0x75,0x6f,0x5f,0x29,0x74,0x14,0x11, + 0xe9,0x28,0x9c,0xd7,0xbd,0x73,0x51,0x84,0xd6,0x1a,0xa5,0x35,0x5a,0x87,0x7d,0xa5, + 0xa9,0x54,0x2a,0x6c,0xd9,0xbc,0x99,0x9d,0x3b,0xb6,0xf,0xd,0x6e,0x18,0xfc,0xd2, + 0x96,0x6d,0xdb,0xfe,0xc3,0xdc,0xcc,0x4c,0x64,0xad,0xe5,0x96,0x5b,0x6f,0xfd,0xa7, + 0xb7,0x0,0xe7,0x1c,0x7,0xf,0x1c,0x88,0xce,0x99,0x9c,0xfc,0x93,0x1d,0x3b,0x77, + 0x5e,0x55,0x6f,0x34,0xaa,0xe0,0x6a,0x33,0x53,0xd3,0x23,0xfe,0xe,0x81,0x28,0x9c, + 0x49,0x80,0x74,0x12,0x57,0xfc,0x58,0x8,0x84,0x10,0x8,0xfc,0xd6,0x8,0x1,0xc6, + 0x20,0x82,0xf7,0xe5,0x80,0x16,0x60,0x8c,0x29,0x5e,0x16,0xee,0x7,0xe7,0x2c,0x4a, + 0x29,0x4,0x2,0x1d,0x69,0x26,0x26,0x26,0xb0,0xce,0x35,0x9e,0xe1,0xc8,0xe7,0x71, + 0xae,0x32,0x75,0xec,0xd8,0x7f,0x1d,0x6a,0x36,0xbb,0xb7,0xdc,0x7a,0x2b,0x47,0x9f, + 0x7d,0x96,0xcf,0x7f,0xfe,0xf3,0x2f,0x1b,0x0,0xf5,0x52,0x37,0x5c,0x7f,0xfd,0xf5, + 0x8,0x21,0xf8,0x5f,0xb7,0xdd,0x26,0xde,0x7a,0xed,0xb5,0x1f,0xdc,0x7d,0xde,0xde, + 0xab,0xba,0xd6,0x8e,0x4e,0xcf,0xce,0x6e,0x58,0x3a,0xb1,0x18,0x6d,0xdf,0xbe,0x3, + 0xa1,0xa4,0xff,0x68,0x21,0x7c,0x83,0xa1,0xdc,0x2f,0x17,0x11,0xce,0x85,0x46,0x16, + 0xc7,0xe5,0xbd,0xc5,0x6d,0x52,0x7a,0x70,0xc2,0xa9,0x4e,0xa7,0xcd,0xe0,0xc0,0x20, + 0x5b,0xb7,0x6e,0x45,0x4a,0x45,0x25,0xa9,0xa0,0x94,0x8e,0xba,0xdd,0xee,0xeb,0xb4, + 0xd6,0xd1,0xc2,0xdc,0xdc,0x3,0x71,0x92,0xe4,0x43,0x23,0x23,0xbc,0xfa,0x55,0xaf, + 0xe2,0xde,0x7b,0xef,0x7d,0x59,0x0,0x9c,0xd6,0x5,0x3e,0xfb,0xd9,0xcf,0x72,0xfd, + 0xf5,0xd7,0x33,0x30,0x30,0xc0,0x6f,0xbf,0xfd,0xed,0x38,0xe7,0x64,0xb7,0xdb,0x5d, + 0xee,0x76,0x53,0x5a,0xed,0x36,0x6b,0x6b,0x2d,0xb2,0x34,0xb,0xf6,0xef,0x1b,0x5b, + 0xb0,0x7e,0xd1,0xeb,0x4a,0xca,0xde,0xaa,0x94,0x77,0x11,0xa9,0x82,0x89,0xeb,0xd2, + 0xdc,0x95,0x52,0xe5,0xb1,0x56,0xa,0x1d,0x69,0xa2,0x70,0x4d,0x2a,0x45,0x6e,0x72, + 0x9c,0x10,0x38,0x1,0x51,0x14,0x31,0x3e,0x36,0xca,0x59,0x67,0x6d,0xad,0x6c,0x18, + 0x1e,0xfe,0xd8,0xd8,0xc6,0x89,0x1b,0x56,0x96,0x96,0x1a,0x59,0x9a,0xb2,0x6d,0xe7, + 0x4e,0x3e,0xfd,0xe9,0x4f,0xff,0xe3,0x58,0xc0,0x95,0x57,0x5e,0x89,0x73,0xae,0x1e, + 0x27,0xc9,0x25,0xd3,0x53,0x53,0x7f,0x70,0xf5,0x35,0xd7,0x5c,0x17,0x27,0xc9,0x15, + 0x9b,0x36,0x6f,0x6e,0xb4,0xd3,0x2e,0x2b,0xcb,0x2b,0x64,0xdd,0xe,0x3b,0x77,0xed, + 0x46,0xc8,0x5e,0xcf,0xfb,0x38,0x26,0x10,0x52,0xf6,0xc0,0x8,0xdd,0xe9,0x9c,0x3, + 0x21,0x90,0x52,0xfa,0x33,0x7d,0xd7,0x8a,0x2e,0x2f,0xad,0x41,0x8,0x70,0x8e,0x76, + 0xab,0x4d,0x52,0x49,0xd8,0x33,0x39,0x89,0xb,0xcf,0x90,0x52,0x12,0xc7,0x31,0x4a, + 0x49,0x95,0x66,0xd9,0xa5,0x52,0xaa,0xe6,0xe2,0xc2,0xc2,0xfd,0x4a,0xa9,0xee,0xe6, + 0xb3,0xce,0xe2,0xfc,0xbd,0x7b,0xb9,0xef,0xbe,0xfb,0xce,0x8,0x80,0xd3,0x72,0x80, + 0x8e,0x22,0x9c,0xb5,0x93,0x17,0x5d,0x74,0xd1,0x37,0xa2,0x6a,0x75,0xeb,0xec,0xdc, + 0x1c,0x33,0x53,0x53,0x58,0x6b,0x82,0x79,0x43,0xcf,0xd1,0x8b,0x86,0xf7,0x1a,0x90, + 0x67,0x19,0x69,0xb7,0x5b,0x36,0xce,0xba,0xf5,0x61,0xd1,0x59,0x87,0x31,0x21,0x1a, + 0x58,0x8b,0xc9,0x73,0x1c,0xa0,0x75,0x54,0x82,0x62,0x3,0x41,0xe6,0x79,0x8e,0x94, + 0x92,0x24,0x49,0xe8,0x86,0x77,0xc5,0x71,0xc2,0xe8,0xe8,0x28,0xce,0x39,0xd,0xfc, + 0x5b,0xe7,0x5c,0x32,0x37,0x3b,0xfb,0x9f,0x80,0xc5,0x7d,0x97,0x5d,0xc6,0xa7,0x3e, + 0xf5,0x29,0x6e,0xb8,0xe1,0x86,0x57,0xe,0x40,0x96,0xa6,0xa4,0xdd,0xee,0x94,0x75, + 0xae,0xb5,0xda,0x69,0x33,0xbf,0x74,0x82,0xe5,0xb5,0x55,0xf2,0x2c,0xf,0xc4,0x54, + 0xb6,0xbc,0xdc,0x2f,0x84,0x4e,0xe1,0xe,0x3d,0x21,0x64,0x3d,0x56,0xce,0xf5,0x7c, + 0x5e,0x2,0x86,0xf2,0x58,0x4a,0x4f,0x9c,0x5a,0x49,0xac,0xf0,0xc6,0x69,0x95,0x45, + 0x4a,0x81,0xb3,0xfe,0x59,0x4a,0x29,0xe2,0x38,0x26,0x75,0xe,0xe5,0x20,0x49,0x12, + 0x9a,0xcd,0x11,0xac,0x75,0x12,0xc7,0x7,0x80,0x64,0x6e,0x76,0xf6,0x3a,0x9e,0x7b, + 0x6e,0xf6,0x6d,0xef,0x7e,0x37,0xc0,0x4b,0x82,0x70,0x5a,0x0,0xf2,0x3c,0xe7,0xa7, + 0x3f,0xfd,0xe9,0xdc,0xee,0x3d,0xe7,0x3c,0xb1,0x71,0xdb,0xb6,0x3d,0x5a,0x6b,0xa4, + 0x54,0x64,0x59,0x86,0x92,0xd2,0x37,0x32,0xb4,0xd7,0x15,0x6,0x2c,0x8,0x4,0x26, + 0x88,0xe3,0x98,0x38,0x8a,0xb0,0xa1,0xd1,0x85,0xf9,0x3a,0xeb,0x15,0x5e,0x11,0xef, + 0x5d,0xd0,0x8,0xa5,0x58,0x32,0x6,0x21,0x7c,0x44,0xd0,0xda,0xa2,0x75,0x84,0x54, + 0x3d,0xaa,0x52,0x4a,0x11,0x27,0x9,0x29,0xe0,0x70,0x54,0x2a,0x15,0x9a,0xcd,0x26, + 0xce,0x59,0x1,0xbc,0x1f,0x48,0xe6,0x66,0x66,0x3e,0xf2,0xf0,0x3,0xf,0x4c,0x7d, + 0xe1,0xb,0x5f,0x78,0x49,0x10,0x4e,0x4b,0x82,0xce,0x39,0x3e,0x77,0xc3,0xd,0xe9, + 0xea,0xea,0xda,0xfd,0xd5,0x24,0x71,0x71,0x1c,0x23,0x95,0xa4,0xd3,0x6e,0x23,0xfb, + 0x7c,0xd7,0x77,0x66,0x1f,0xbb,0x7,0x41,0x54,0xb8,0x84,0x2c,0xc3,0x20,0x81,0xc, + 0x25,0x52,0x8,0x94,0x54,0x68,0xd5,0x23,0x41,0xa5,0x35,0x4a,0x2b,0xb4,0xe,0x84, + 0x58,0xe8,0x3,0xad,0x50,0x52,0xae,0x93,0xac,0x5,0x8,0x3a,0x8a,0xd0,0x91,0xd7, + 0x9,0xc3,0xc3,0x4d,0xc6,0x27,0xc6,0x19,0x6e,0x36,0xdf,0x33,0x32,0x3e,0x7e,0xcb, + 0xea,0xf2,0xf2,0xd6,0xff,0xf1,0x17,0x7f,0xc1,0x7f,0xff,0xd3,0x3f,0xe5,0x93,0x9f, + 0xfc,0xe4,0xcb,0x7,0x40,0x8,0xc1,0xf7,0xee,0xba,0x8b,0xd6,0xda,0xda,0xdd,0x12, + 0x71,0xa2,0x5a,0xa9,0xa0,0x94,0x66,0x65,0x65,0x5,0x29,0x65,0x4f,0x44,0xf7,0x99, + 0x41,0xd1,0x58,0x1c,0x38,0x6b,0x11,0x2e,0x98,0x78,0xdf,0xd6,0xdf,0x27,0x51,0x42, + 0x20,0xe5,0xfa,0x68,0x21,0x45,0x11,0x2d,0x14,0x52,0x7b,0xd1,0x24,0x84,0x44,0x8, + 0xc9,0xc9,0xaa,0x5d,0x29,0x45,0x5c,0x49,0x88,0xe2,0x98,0x28,0x8e,0xa9,0x54,0x2b, + 0xc,0xf,0xd,0x33,0x36,0x36,0x46,0xb3,0xd9,0x7c,0xfb,0xc8,0xf8,0xd8,0xad,0x2b, + 0xcb,0xcb,0x3b,0xfe,0xe4,0xe6,0x9b,0x79,0xfc,0xc0,0x1,0x3e,0x71,0x1a,0x10,0x4e, + 0x1b,0x5,0xee,0xbb,0xef,0x3e,0x2e,0x7b,0xed,0x6b,0x59,0x5c,0x5c,0xcc,0x37,0x6e, + 0xdc,0xf8,0x2e,0x1d,0xc7,0xe3,0x4b,0xcb,0xcb,0x90,0xe7,0xc,0x8f,0x8e,0x72,0x62, + 0xf1,0x4,0xdd,0x76,0x8b,0x9d,0x3b,0x77,0x22,0x95,0xa2,0xc7,0x5,0xa2,0x24,0x49, + 0x11,0x98,0x9c,0x93,0x3e,0x5f,0x88,0xde,0x9,0xdf,0xc0,0x9e,0x58,0x2a,0xc0,0x2f, + 0xb0,0x6d,0xb7,0x5a,0x28,0x25,0xd9,0xb5,0x7b,0xb7,0x7,0xbe,0xbf,0xf7,0x2,0x60, + 0x5,0x1b,0x7b,0x2e,0x51,0x8,0x29,0x70,0x8e,0xdd,0x52,0x88,0x8b,0x16,0xe7,0xe7, + 0x7f,0xb4,0xf7,0xc2,0xb,0x17,0xe,0x1d,0x3c,0xc8,0x6f,0xbd,0xf5,0xad,0xfc,0xe0, + 0x7,0x3f,0x38,0x33,0xb,0x0,0xb0,0xd6,0x72,0xcf,0xf7,0xbf,0xbf,0x30,0x3d,0x75, + 0xfc,0x57,0x91,0xd2,0x44,0x51,0x44,0x37,0x4d,0xbd,0xc9,0x7,0xc7,0x16,0x38,0xb0, + 0xd6,0xaf,0xce,0x81,0xb3,0xe0,0x2c,0xc2,0x3a,0x5c,0xf0,0xf1,0xc2,0x25,0x9c,0x73, + 0xfe,0xfe,0x82,0xc,0xf1,0xbf,0xf7,0x5b,0x81,0x90,0xa2,0x74,0x13,0xad,0x24,0x5a, + 0x4a,0x6f,0xe6,0x3a,0x3a,0xbd,0x9,0x4b,0x49,0x52,0xa9,0x94,0x6b,0xad,0x5e,0x63, + 0x68,0x68,0x88,0x91,0x91,0x26,0xcd,0x91,0x91,0x2b,0x47,0xc7,0xc7,0xff,0xe7,0x89, + 0x85,0x85,0xf3,0x7e,0xe3,0x8a,0x2b,0xf8,0xab,0xaf,0x7e,0xf5,0x5,0xbf,0x7f,0x49, + 0x29,0x7c,0xfd,0xe7,0x3e,0x97,0x3f,0x73,0xf8,0xf0,0xdd,0xd5,0x4a,0xf2,0xce,0x24, + 0x49,0x54,0xab,0xd3,0xc5,0x39,0xbb,0x5e,0xd5,0xf5,0xaf,0xa1,0xd7,0xb3,0x2c,0xa3, + 0x9b,0xa6,0x65,0xcf,0xf4,0xa7,0xc6,0x45,0x8f,0x3b,0x87,0xcf,0x22,0x9d,0xb,0x24, + 0x9,0x95,0x4a,0xe2,0x7b,0x25,0x88,0xa7,0x4a,0x92,0xa0,0xa4,0x24,0xcf,0x73,0xac, + 0xb5,0xa7,0xfe,0xc8,0xf0,0xcc,0x22,0x17,0x89,0xa2,0x98,0x7a,0xbd,0x4e,0x9e,0xe5, + 0x18,0x6b,0x7e,0x43,0x8,0xf1,0x57,0x33,0x53,0x53,0xff,0xe2,0xba,0x8f,0x7f,0xfc, + 0xe0,0x7f,0xfc,0xe3,0x3f,0x7e,0x79,0x0,0xfc,0xe2,0x17,0xbf,0x40,0xc0,0xfd,0x58, + 0xb7,0x50,0xab,0xd6,0xc6,0x56,0x16,0x4f,0x94,0x3e,0xeb,0xc0,0xb3,0xba,0xb1,0x14, + 0xe1,0x8f,0x90,0xeb,0xb,0x4,0x91,0x52,0x65,0x83,0xb,0xac,0x2,0x45,0x78,0x0, + 0x0,0x21,0x74,0x19,0x32,0x1d,0x9e,0x28,0xad,0xb5,0x8,0x29,0x71,0x4a,0x51,0xaf, + 0xd7,0x69,0xad,0xad,0xf1,0xc0,0xf,0x7f,0x44,0xa7,0xdb,0xc1,0xe4,0xa6,0xd4,0x13, + 0xce,0xf9,0xf4,0xbb,0xc8,0x3a,0x8d,0xb1,0x21,0x8d,0x36,0xe4,0x79,0x46,0x9e,0xe7, + 0x38,0xe7,0xd8,0x71,0xf6,0xf6,0x4b,0xb3,0x4e,0xe7,0xd,0xb5,0x7a,0xfd,0xe0,0xb, + 0x2c,0xe8,0xc5,0x1a,0x7f,0xe3,0x8d,0x37,0xb2,0xb6,0xba,0xca,0xd1,0xe7,0x8f,0x3e, + 0x3f,0x37,0x33,0xf3,0x5c,0x92,0x24,0x20,0xfc,0x47,0x16,0x7e,0x8f,0x73,0x8,0xe7, + 0x3c,0xc1,0xd9,0x22,0x2,0x58,0xb4,0x94,0x54,0xe2,0x84,0x4a,0x92,0x90,0x44,0x31, + 0x49,0x14,0x53,0x49,0x62,0x92,0x38,0x21,0x89,0xfd,0x71,0x35,0x49,0xa8,0xc4,0x9, + 0xd5,0x4a,0x85,0x6a,0xa5,0x42,0x25,0x4e,0x42,0x84,0xf0,0x84,0xa8,0x95,0xa2,0x5a, + 0xa9,0x50,0xaf,0xd7,0x51,0x4a,0x12,0xe9,0x90,0x31,0x46,0x1a,0x1d,0x79,0x99,0x2c, + 0x84,0x4,0x21,0xbd,0x54,0xe,0x9d,0x20,0x95,0x44,0xe9,0x8,0x1d,0xc5,0xe8,0x28, + 0x26,0x49,0x12,0xa4,0x94,0x4a,0xeb,0x17,0xf6,0xf7,0x4b,0x5a,0x80,0x73,0x8e,0x5b, + 0xbe,0x72,0xcb,0xd2,0x5,0x17,0x5d,0x78,0x70,0xfb,0x39,0xbb,0xf7,0x49,0xa5,0xc8, + 0x33,0xaf,0xcc,0xa,0xb6,0xa7,0x4f,0x19,0x7a,0x23,0x8,0x26,0x8d,0x27,0x2a,0x47, + 0x70,0x78,0x5b,0xe4,0x47,0x41,0x42,0x5a,0x42,0x68,0xf0,0x4,0x28,0x85,0x3,0x27, + 0xb0,0x2,0x94,0x12,0x60,0x20,0xd2,0x1a,0x59,0xad,0x91,0x24,0x49,0xa9,0x1a,0xad, + 0x2d,0xa,0x27,0x16,0x63,0xbd,0x9e,0x28,0xea,0xd,0x79,0x96,0x63,0x5d,0x7f,0x61, + 0xc5,0x10,0x27,0x31,0xe,0xb7,0x2e,0x37,0x3b,0x63,0x0,0x46,0x46,0x46,0xf8,0xda, + 0x5f,0xfe,0xa5,0x59,0x98,0x9f,0xff,0x6e,0xad,0x52,0x7d,0x6f,0x1c,0x27,0x91,0x35, + 0x6,0xad,0x54,0x1f,0x7,0x58,0xb0,0x5e,0x98,0x40,0x1,0x44,0x30,0xfb,0x20,0x6a, + 0x84,0x10,0xd8,0xc2,0x7,0x44,0x48,0x9f,0x9d,0x6f,0x70,0xc1,0x88,0x52,0x48,0x90, + 0x16,0x41,0x50,0x92,0xd2,0x87,0x3f,0x21,0x4,0xd2,0xa,0x64,0x21,0x9a,0xac,0xf5, + 0xf9,0x84,0x34,0x48,0xab,0x30,0x32,0x47,0x5a,0x8b,0x10,0x12,0x19,0xf8,0x42,0x4a, + 0x59,0xae,0x4a,0x29,0xca,0x1e,0x79,0xb9,0x0,0xcc,0xcf,0xcf,0xb3,0xb2,0xb2,0x82, + 0x80,0xfd,0x36,0xcf,0xe7,0xaa,0x95,0xca,0xa6,0x6e,0xb7,0x5b,0x4a,0x57,0x9c,0x3, + 0xe3,0xc9,0x49,0x50,0x24,0x3c,0x1e,0x13,0x11,0x64,0x6c,0x88,0x89,0xa1,0xd1,0xbe, + 0xd7,0x5d,0x68,0x98,0xc3,0x86,0xc4,0x49,0x96,0xcf,0xf0,0xe7,0x5,0x48,0x8b,0xb5, + 0x84,0xe4,0xa9,0x78,0x86,0xaf,0x29,0x14,0xc7,0x9e,0x18,0x9d,0x3f,0xd6,0x60,0x8c, + 0x7,0xde,0x18,0x5b,0x92,0x6d,0x69,0x85,0xa7,0x58,0x5e,0xb2,0x22,0xf4,0xc5,0x2f, + 0x7e,0x91,0x76,0xbb,0xcd,0x33,0x47,0x8e,0x1c,0x9f,0x3a,0x7e,0xfc,0xd9,0x24,0x89, + 0x59,0x5b,0x5b,0xf3,0x72,0x38,0xf4,0xbe,0x33,0x6,0x6b,0x72,0x9c,0x31,0x3e,0x1c, + 0x1a,0x8b,0xb3,0x6,0x9b,0xe7,0x38,0xd3,0x77,0x3d,0x37,0x38,0x93,0x63,0xf3,0x1c, + 0x6b,0x72,0x2f,0x85,0x8d,0xf5,0x24,0x1a,0x4c,0xb9,0x17,0x51,0x6c,0x28,0xa2,0x84, + 0xf,0x9,0x8a,0x53,0xa,0x51,0xa,0x2e,0x19,0x34,0x44,0x59,0x69,0x52,0xba,0xa7, + 0x24,0x75,0x2f,0xed,0x16,0xe1,0x5b,0x4f,0x5,0xc2,0x19,0x57,0x84,0xbe,0xfe,0xf5, + 0xaf,0x2f,0x5f,0x7c,0xf1,0xc5,0x8f,0x6e,0xdb,0xb5,0xf3,0xb5,0x2b,0x4b,0xcb,0xc, + 0x34,0x87,0xfd,0xc5,0xb2,0xf7,0x5d,0xf8,0xdf,0xf7,0x46,0x9e,0x65,0x74,0xba,0xdd, + 0x1e,0xeb,0x87,0x1e,0xeb,0x4b,0x1a,0x2,0x81,0xf9,0xd4,0xb9,0xcc,0x30,0xc3,0x7e, + 0xcf,0xa6,0xc0,0xe2,0x3c,0xdb,0x87,0x82,0xab,0xb5,0xc5,0x71,0x60,0x7e,0xe7,0xef, + 0x8e,0xe3,0x18,0x61,0xfa,0xa,0x33,0xc6,0x60,0x8,0x89,0x96,0x3b,0xb5,0xd,0x9c, + 0x11,0x0,0x42,0x8,0x6e,0xba,0xe9,0x26,0xd7,0x6e,0xb7,0xef,0xac,0x57,0xab,0xef, + 0x5f,0x98,0x9b,0x4f,0xca,0x1c,0xbf,0x10,0x3a,0xfd,0x80,0x9,0x90,0x38,0x12,0xad, + 0xfa,0xcc,0xbf,0x90,0x7e,0xf4,0x8e,0x43,0x52,0x25,0x84,0xf4,0x61,0x8f,0x70,0x4d, + 0xc9,0xe0,0x16,0x1e,0x14,0xaf,0x17,0x7c,0xf,0x96,0x69,0x75,0x1,0x86,0x73,0x98, + 0x50,0x88,0x95,0x42,0x62,0x44,0x8e,0x28,0xdc,0x40,0x8,0x10,0xa6,0xe7,0xae,0xaf, + 0x4,0x80,0x3b,0x3f,0xfe,0x5f,0x48,0x57,0x57,0xf9,0xc1,0xb1,0x63,0x38,0xe7,0x7e, + 0x96,0xa5,0xd9,0xac,0xd6,0x6a,0x6b,0x69,0x9a,0x85,0xa,0x2c,0xd3,0x42,0x11,0x7c, + 0xcb,0x21,0xa5,0x2a,0x7b,0xba,0x14,0x40,0x52,0x82,0xc,0xda,0x2f,0x0,0x80,0x2c, + 0xac,0x20,0x5c,0x13,0xb2,0x2c,0xb3,0x15,0x59,0xa7,0x2d,0x3,0x87,0xeb,0x3,0x20, + 0x64,0x96,0x7d,0x19,0xa5,0x7f,0x9f,0x45,0x48,0x4f,0x9a,0x5,0x11,0xf2,0x4a,0x2c, + 0x20,0xfb,0xc0,0x7,0xd1,0xc7,0xa7,0x59,0xde,0xb9,0x9d,0x5f,0xed,0xdf,0xcf,0x3d, + 0x71,0x34,0xb5,0x67,0x72,0xf2,0x70,0xa5,0x5a,0xdd,0xea,0xd5,0x57,0x0,0xc0,0x98, + 0x75,0x82,0xa7,0x30,0xfa,0xf2,0x9c,0xf0,0x16,0xe2,0xa,0x5f,0xb4,0xa2,0xa7,0xeb, + 0x85,0x40,0x20,0x1,0x87,0x13,0x36,0x24,0x3e,0xce,0x6b,0xa,0xe1,0x89,0x54,0xca, + 0x9e,0x25,0x48,0x2,0x60,0xce,0xe1,0xe8,0x15,0x57,0xcb,0xd7,0x6,0x8b,0xc5,0xfa, + 0xe2,0x2b,0xe0,0x6b,0xa,0xa7,0x69,0xe3,0x69,0x49,0x70,0xe5,0xf,0xfe,0x25,0xb9, + 0xb5,0xfc,0xf0,0x92,0x7d,0x2c,0x55,0xab,0xbf,0x3e,0xe2,0xdc,0x27,0x2e,0x78,0xe0, + 0xc7,0xb5,0xc5,0x13,0x27,0x7e,0x12,0x69,0x4d,0xbd,0x5a,0x43,0x4a,0xe5,0xf5,0x7e, + 0x6e,0x3c,0x8,0x79,0x8e,0xcb,0x73,0x6c,0xe6,0x9,0x51,0x4,0x70,0x3c,0xd9,0xf9, + 0x7b,0xc8,0x73,0x6,0x96,0x57,0x58,0x7d,0xfc,0x71,0x3a,0x4b,0x4b,0xa1,0x26,0x10, + 0xc8,0xd3,0xd9,0x20,0xaa,0xc2,0x4a,0x41,0x88,0x7d,0x4,0x28,0x5,0x4a,0xc9,0x20, + 0x8c,0xfa,0xcb,0xed,0x5e,0x1c,0x95,0xb5,0xc6,0x82,0x18,0xb5,0xee,0x59,0xc0,0x29, + 0xac,0xe0,0x94,0x16,0x70,0xfc,0x77,0x7f,0x9f,0xd4,0x5a,0xac,0x10,0x5c,0xf6,0xb3, + 0x9f,0xbf,0x7e,0x7a,0x62,0xfc,0x6b,0xed,0x95,0x95,0x3d,0xcd,0xd1,0xd1,0x73,0xb3, + 0x63,0xc7,0xfe,0x3e,0xde,0xbd,0x7b,0x4d,0x4a,0x59,0x17,0x22,0x8,0x21,0x93,0xbf, + 0x90,0x64,0xac,0x2d,0x7d,0xba,0xe8,0x69,0x67,0x2d,0x1b,0x66,0xe7,0xd8,0xbc,0xbc, + 0xc2,0x73,0x4f,0x1e,0xe2,0xa9,0x87,0x1e,0x62,0xc7,0xb5,0xd7,0xd2,0x18,0x1e,0x42, + 0xeb,0x60,0x9,0xc2,0x81,0xa,0xd9,0x9d,0x2b,0xb4,0x45,0x51,0x5b,0xe8,0x29,0x3e, + 0xe3,0x7c,0xcf,0x16,0x61,0x53,0x48,0x87,0xb5,0xd2,0x87,0x48,0x6b,0x29,0xf4,0x43, + 0xa1,0x19,0xce,0x98,0x3,0x9e,0xf8,0x9d,0xf7,0x90,0x9a,0xa2,0x56,0xc5,0x1b,0x5a, + 0x99,0xfb,0xea,0xf4,0x63,0x7,0xf7,0x74,0x96,0x97,0x11,0x4a,0xfd,0xbe,0x7a,0x70, + 0xff,0xf6,0xe5,0xc9,0xc9,0x74,0x68,0x78,0xb8,0xae,0xa4,0x2a,0x7b,0x15,0x28,0x35, + 0xbd,0x14,0x2,0x8b,0xc0,0x39,0x5b,0xfa,0xb0,0x10,0x82,0xe6,0xcc,0x2c,0x9b,0x9e, + 0x3f,0x86,0xaa,0x56,0x19,0xe9,0xa4,0xfc,0xfc,0x81,0x1f,0x63,0xf2,0x9c,0x1d,0xd7, + 0x5e,0xcb,0x40,0xb3,0x89,0x8e,0x22,0x84,0x73,0x60,0x25,0x48,0x83,0x90,0xca,0x73, + 0x83,0x73,0x9e,0x1b,0xa4,0xf3,0x7c,0xe2,0xbd,0xa0,0xe4,0x5,0x7c,0x73,0x4b,0x57, + 0x11,0x8,0x9c,0xf2,0xbf,0x29,0x78,0xe0,0x8c,0xc2,0xe0,0xc3,0xbf,0xfd,0xe,0xba, + 0xc6,0xe0,0x4,0x60,0xc4,0x1b,0x9c,0xb1,0xb7,0xce,0xce,0xcc,0xee,0xa1,0x36,0xc0, + 0x36,0x3,0x47,0x5c,0x2e,0x5d,0xab,0xf5,0x86,0xf9,0xbf,0xfb,0xae,0xdb,0xb8,0x79, + 0x33,0x4a,0x29,0x6c,0x1e,0x4c,0xdf,0x23,0xe0,0xb9,0x50,0x8,0xb2,0x3c,0xa7,0x9b, + 0xa6,0x41,0xe8,0x9,0x46,0xa6,0xa7,0xd9,0x78,0xf4,0x18,0x3a,0x8a,0x99,0x7b,0xee, + 0x39,0xc8,0x2d,0x3b,0x6b,0x3,0x3c,0xfd,0xa3,0x7,0x78,0x22,0xcb,0xd9,0xfa,0x96, + 0xab,0x3,0x8,0xda,0x37,0x5c,0x49,0x28,0xb6,0x81,0x1c,0x4b,0xa2,0xc,0x25,0x72, + 0x17,0xa2,0x84,0x9,0x8d,0xac,0x54,0xab,0x48,0x17,0x84,0x92,0x14,0xa5,0x3c,0x16, + 0x67,0x12,0x6,0xef,0x7e,0xcb,0x35,0x65,0xed,0x2e,0x33,0xf6,0xd,0xd8,0xf4,0xd6, + 0xc5,0x99,0xf9,0x3d,0x6a,0x6c,0x82,0xe6,0x96,0xad,0x5c,0x34,0x36,0x6,0xf,0x3f, + 0xc8,0x91,0x3c,0xc7,0x1c,0x3e,0x2c,0x8e,0x7e,0xeb,0x76,0xb2,0x73,0x27,0xbd,0xe0, + 0xc9,0xf2,0x32,0x7,0x28,0x22,0x81,0x72,0x96,0x44,0xfb,0x51,0x9d,0x81,0xa3,0x47, + 0xd9,0x7c,0xe8,0x49,0x94,0x10,0xcc,0x2e,0x1c,0x63,0xbe,0xde,0x60,0xe8,0x92,0x4b, + 0x39,0xff,0x9c,0x3d,0xf0,0xad,0xbf,0xe1,0xa9,0xfd,0xf,0x71,0x4c,0x49,0x76,0xbd, + 0xed,0x6d,0xd4,0x46,0x46,0xd0,0x71,0x8c,0x50,0x2a,0x84,0x43,0x6f,0x5,0x4e,0xa, + 0xa4,0x52,0xb8,0xfe,0xb0,0x19,0x40,0x70,0xc1,0x51,0x84,0x94,0xbe,0x12,0x25,0x65, + 0xa8,0x2d,0x86,0x42,0xcb,0x69,0x7a,0x7f,0x1d,0x0,0xed,0x2c,0xa7,0xaa,0x23,0xba, + 0xd6,0xee,0x8b,0xe0,0xab,0xab,0xf3,0xb,0x7b,0x6a,0x23,0xe3,0x34,0x9a,0xa3,0xd0, + 0x4d,0xa9,0x36,0x6,0xb8,0xe8,0xd2,0x5f,0x87,0x87,0x1e,0xe0,0x70,0x9e,0x73,0x7c, + 0xff,0x7e,0xf4,0xc2,0x3c,0xed,0xcd,0x5b,0xa8,0x4a,0x5f,0xbc,0xe8,0xbd,0xc6,0xbf, + 0x58,0x3,0xf5,0x63,0xcf,0x33,0xf6,0xf8,0x13,0xc8,0x3c,0x63,0x66,0x6e,0x81,0x13, + 0xc3,0x23,0xc,0x5e,0x70,0x21,0x64,0x39,0x51,0xa5,0xca,0x79,0x57,0x5f,0x3,0xdf, + 0xf9,0x7f,0x3c,0xfd,0xe3,0x7,0x79,0x36,0x8e,0xd9,0xfd,0xf6,0xb7,0x33,0x10,0x45, + 0x68,0xe9,0x1b,0x29,0xb4,0xa,0xa1,0xd3,0x83,0x41,0x0,0x82,0xbe,0x10,0xe9,0x8a, + 0x50,0x69,0x1d,0x56,0x8,0xb0,0xd6,0xe7,0x5e,0x52,0x22,0xac,0x45,0x14,0xa,0xf3, + 0xc5,0xa2,0x40,0x9c,0xc4,0x9c,0x88,0xb5,0xea,0xa4,0xe9,0x87,0xd7,0xa6,0x67,0x26, + 0x2b,0x83,0x4d,0x1a,0x43,0x4d,0xc8,0x52,0xcf,0xec,0xdd,0x2e,0xd5,0x46,0x83,0x8b, + 0x2e,0xb9,0x8c,0xb3,0x91,0xb8,0x2c,0x63,0xf5,0xd0,0x21,0x1e,0xfc,0xc6,0x37,0x98, + 0x9f,0x9a,0x22,0x4b,0xbb,0xb8,0x2c,0x87,0x10,0x9,0x5c,0x96,0x91,0x3c,0x73,0x84, + 0x81,0x47,0x1f,0xc3,0x75,0x3a,0xcc,0x4e,0x4d,0xb3,0x58,0x1f,0x64,0xe0,0xfc,0xb, + 0x21,0x37,0xd8,0x6e,0x7,0xdb,0xed,0xa0,0x93,0xa,0xe7,0x5e,0x7e,0x5,0x3b,0x2a, + 0x75,0x96,0xf6,0x3f,0xc4,0xcc,0xe1,0xc3,0xb4,0x3b,0x1d,0x3f,0xfe,0x0,0xde,0xff, + 0xb,0x1e,0xc,0x95,0xa4,0x22,0xbd,0x2c,0x8a,0x20,0x65,0xd2,0xa3,0x55,0x99,0xfc, + 0xf4,0x8f,0x38,0x15,0x4a,0xf0,0x54,0x6e,0x50,0x2,0xd0,0x59,0x58,0x24,0x9b,0x9a, + 0x39,0x2b,0x9d,0x9e,0xb9,0x7c,0x70,0x70,0x98,0x46,0x63,0x0,0xdb,0xee,0x60,0xd3, + 0x14,0x9b,0x67,0xb8,0x2c,0xc7,0xb4,0xdb,0x54,0x6a,0x35,0x5e,0xb5,0xef,0x35,0xec, + 0x12,0x1a,0xd3,0x4d,0x39,0xf2,0xd8,0x63,0x3c,0x70,0xe7,0x9d,0xcc,0x4e,0x4d,0x93, + 0x67,0xa9,0xd7,0xfb,0x79,0x8e,0x3e,0x72,0x84,0xea,0x81,0x3,0xd8,0x76,0x9b,0xb9, + 0xe9,0x19,0x56,0x6,0x86,0x68,0x9c,0x77,0x3e,0x64,0x19,0xb6,0xd3,0xc6,0x76,0x3a, + 0xd8,0x76,0x1b,0xdb,0x6a,0xa1,0xa3,0x98,0xc9,0xd7,0xbd,0x9e,0xb3,0x91,0x2c,0x3d, + 0x7a,0x80,0xd5,0xd5,0x55,0x4c,0x6e,0x4a,0x97,0x2a,0xcb,0x67,0x65,0xc8,0xef,0x8d, + 0x45,0x8,0x51,0xc,0xbf,0x29,0x94,0x90,0x68,0xe5,0xeb,0x4,0x32,0xd4,0x2c,0x94, + 0x52,0x3e,0xcb,0x3c,0xcd,0x22,0x1,0x2a,0x42,0x50,0x9d,0x5d,0x40,0x1e,0x79,0xee, + 0xad,0xa3,0x83,0xc3,0x67,0x37,0x2a,0x35,0xff,0x91,0x79,0x86,0xcd,0x32,0xf,0x42, + 0x37,0xc5,0xa6,0x19,0xa6,0xd3,0x21,0x69,0xd4,0xd9,0x77,0xc9,0x6b,0x38,0x57,0x6a, + 0x5c,0x9e,0x73,0xf8,0xd0,0x13,0xdc,0x73,0xe7,0x9d,0xcc,0xcd,0xcd,0x79,0xdf,0x7b, + 0xf6,0x59,0xf4,0x81,0x3,0x98,0x76,0x9b,0xc5,0x99,0x59,0xda,0x8d,0x41,0x6,0x26, + 0x27,0x21,0xf7,0x8d,0x77,0x9d,0xae,0x7,0xb7,0xdd,0xc1,0x74,0x3a,0x98,0x6e,0x17, + 0xad,0x23,0xce,0x79,0xf5,0xa5,0x88,0x3,0x7,0x59,0x3a,0x7e,0x9c,0x2c,0x4d,0x3, + 0xcd,0xf7,0x56,0x51,0xfc,0x13,0xbd,0xe2,0xa9,0x28,0x6,0x59,0x65,0x61,0x11,0xa2, + 0x1c,0x8b,0xd4,0x61,0x7d,0xc9,0x5c,0xc0,0x38,0xc7,0x7c,0xab,0x85,0x6c,0xb5,0x8e, + 0xb4,0x8c,0x59,0xaa,0x1b,0xd3,0x2c,0x6,0xaf,0x45,0x50,0x65,0x42,0x19,0x70,0x6, + 0xe1,0x22,0x84,0xb3,0x24,0xd5,0x1a,0x97,0x5e,0xf2,0x5a,0xd2,0xfd,0xf,0x70,0x7f, + 0x7b,0x8d,0x27,0x7e,0xf5,0x2b,0x5a,0xc6,0xf0,0xb6,0x8b,0x2f,0x66,0xfc,0xe8,0x51, + 0xb2,0x2c,0xa3,0x7d,0x62,0x9,0x39,0x34,0xc2,0x86,0x5d,0xe7,0xe0,0xba,0x69,0x6f, + 0xfa,0x4b,0x7f,0x1,0x35,0xf7,0x42,0x48,0x58,0xc7,0x52,0x9e,0x71,0x4,0xc7,0xd6, + 0xd5,0x55,0x46,0xd7,0xd6,0x88,0xe2,0x18,0xe5,0x1c,0x28,0x83,0x50,0xa,0x69,0x1d, + 0x42,0x49,0x9c,0x11,0x9e,0x1c,0x6d,0x5f,0x32,0x25,0x15,0x51,0x14,0xf9,0xa8,0x53, + 0xe4,0xd,0xc6,0xfa,0x28,0x21,0xd3,0xc0,0x4e,0x2f,0x4,0x41,0x81,0x2f,0xcc,0x5c, + 0xba,0xba,0xc2,0x1d,0xdd,0xd6,0x53,0x3,0x9d,0xee,0x54,0x52,0x6f,0x5c,0x5e,0x8f, + 0xe3,0x2a,0xd6,0x96,0x66,0x58,0x56,0x75,0xc0,0xa7,0xb0,0xd6,0xa0,0xe3,0x84,0x4d, + 0x63,0xe3,0x64,0xd3,0xd3,0x3c,0xdd,0x69,0x73,0x7c,0x7e,0x9e,0x5d,0x69,0xca,0xa8, + 0xd2,0x74,0x17,0x16,0xd1,0x3,0x43,0xc,0xee,0xd8,0x89,0xcb,0x32,0xbf,0x9a,0xdc, + 0xaf,0x59,0x56,0xf2,0x84,0xcd,0x3d,0x6f,0xcc,0xb7,0xd6,0xf8,0xee,0xe1,0x43,0xa4, + 0xe7,0x9d,0xcb,0x86,0xb1,0x31,0xea,0xf5,0x1a,0x4a,0x6b,0x5f,0xdd,0xb1,0x8e,0xdc, + 0xfa,0x99,0x24,0xb9,0x31,0xe4,0xb9,0x9,0x85,0x11,0x7f,0x6c,0x8d,0xc1,0x39,0x88, + 0x2b,0x49,0x28,0x93,0xf5,0xea,0xf,0x42,0x48,0x4c,0x96,0xf1,0xc4,0xc1,0xc7,0xbf, + 0x5d,0xab,0xd5,0x1f,0xfe,0xe6,0x37,0xbf,0x79,0xea,0x28,0x10,0xa9,0x98,0xd7,0x98, + 0xcc,0xfe,0xfb,0xb9,0xa9,0xdb,0xbe,0xec,0x1c,0xee,0x9c,0xc9,0x9b,0x26,0xea,0x3, + 0x4d,0x11,0x64,0xaa,0x70,0x1a,0xac,0x41,0x58,0xe3,0x63,0xb1,0x51,0x90,0x65,0xc4, + 0x71,0xcc,0xe5,0xaf,0xbe,0x84,0xee,0x43,0xf,0xf2,0xdd,0xb5,0x65,0x72,0x63,0x68, + 0xcf,0x2f,0x50,0x1b,0xd8,0xc0,0xc0,0x96,0xad,0xd8,0x6e,0x77,0x7d,0xc5,0x38,0xa8, + 0x17,0x17,0x92,0x28,0x21,0x60,0xbe,0xdb,0xe1,0x7b,0xcf,0x3d,0x43,0x7e,0xde,0xb9, + 0x6c,0xda,0xbe,0x9d,0xb1,0x66,0x93,0xa1,0xc1,0xd,0xd4,0xeb,0x35,0x74,0x14,0xfb, + 0x48,0xa0,0xb4,0xf,0x8d,0x52,0x42,0xd8,0x7a,0xad,0x10,0xa2,0x45,0xa8,0x23,0x16, + 0xd1,0x41,0x3a,0x87,0x13,0x32,0x94,0xc2,0xce,0x40,0x7,0x5c,0x67,0xba,0x7c,0x41, + 0x25,0x7c,0xc6,0x64,0xee,0xc3,0xf3,0xd3,0xb7,0x7d,0x19,0x70,0xe7,0x4c,0xde,0x34, + 0x5e,0xab,0x37,0x45,0xda,0x5,0x93,0x23,0x74,0x4,0x79,0x8e,0xd0,0xba,0x14,0x28, + 0x36,0x4d,0x89,0xe3,0x98,0x37,0xed,0xbb,0x4,0x7e,0xf2,0x10,0x7a,0x61,0x91,0xca, + 0x96,0xb3,0x68,0x6c,0xda,0x8c,0xe9,0x74,0x8a,0xa0,0xd8,0x57,0x2e,0xeb,0x95,0xd0, + 0x5,0xb0,0x90,0xa5,0xdc,0x7d,0xf4,0x59,0xb2,0xf3,0xce,0x65,0xe3,0xb6,0x6d,0x6c, + 0x1e,0x1f,0x67,0x6c,0x64,0x84,0x7a,0xb5,0xea,0xeb,0x81,0x85,0x16,0x50,0xaa,0xd7, + 0xe0,0xbe,0x73,0xa5,0x40,0x2a,0x6a,0xa,0xc5,0x1b,0x65,0x51,0x8a,0xf,0xa,0xf1, + 0xa5,0x74,0x0,0xc0,0xa7,0x4f,0x2,0xe1,0x66,0xc0,0xee,0xda,0x7d,0xd3,0x44,0x6d, + 0xa0,0x89,0x31,0x3e,0x24,0x29,0x85,0xb0,0x41,0x9a,0x86,0xf,0xb1,0xd6,0x10,0x29, + 0xcd,0x9b,0x5e,0x7d,0x9,0x59,0xb7,0x4b,0x6d,0xc3,0x6,0x6c,0xbb,0x53,0x7c,0x4b, + 0xb9,0x94,0x5,0xd4,0x50,0x45,0x3e,0x61,0x32,0xbe,0x3f,0x75,0x8c,0x7c,0xef,0x24, + 0xe3,0x5b,0xb7,0xb2,0x71,0x74,0x94,0xf1,0x91,0x11,0x6,0xea,0x75,0x22,0xad,0x7d, + 0xa6,0x57,0x76,0x5c,0x2f,0x1f,0xe8,0xd5,0x17,0x1c,0x2,0x59,0x8e,0x31,0x80,0xb, + 0x33,0x4c,0x2,0xc3,0x2b,0x15,0x0,0x78,0x19,0x5,0x91,0x7e,0x10,0x3e,0x32,0x3f, + 0x7d,0xdb,0xcd,0xe,0xd8,0xb5,0xfb,0xa6,0xb1,0x7a,0xbd,0x49,0x96,0x21,0xac,0xf1, + 0xd2,0x54,0x29,0x84,0x91,0x8,0x65,0x3d,0x18,0x59,0xe6,0x27,0x36,0x25,0x15,0x4c, + 0xab,0xdd,0xe7,0x87,0x27,0xa5,0xa2,0xa1,0xe7,0x17,0x6d,0xce,0xbd,0x73,0xd3,0xe4, + 0xe7,0x4e,0x32,0x71,0x96,0x6f,0xfc,0xc6,0xd1,0x51,0x6,0xea,0x75,0xe2,0x30,0x12, + 0x54,0x26,0x3a,0x50,0x46,0x80,0x1e,0xa6,0xce,0x7,0xb1,0xbe,0x92,0x59,0xff,0xe4, + 0x8a,0xf2,0xb4,0x2c,0xc6,0x9f,0x38,0x25,0x8,0xa7,0xcc,0x6,0xd7,0x81,0xb0,0x10, + 0x2c,0x61,0xe7,0xae,0x9b,0xc6,0xaa,0xb5,0x26,0x59,0xe6,0x63,0x73,0xa4,0x7d,0xe1, + 0xa2,0xc8,0xeb,0x43,0x5e,0x80,0xe8,0x8d,0xfe,0x14,0xe5,0xad,0x62,0xf8,0xdc,0x8f, + 0x28,0x49,0x96,0x70,0xdc,0x37,0x3f,0xe3,0x1b,0xbf,0x75,0xb,0x13,0xcd,0x26,0x1b, + 0x47,0x46,0x19,0xac,0x37,0x7c,0xd,0x4f,0xf8,0x81,0xd6,0xfe,0x4c,0xb2,0xc,0x77, + 0x3d,0x1,0xb0,0xce,0xb4,0xfb,0xb,0xa7,0x45,0x8d,0x7e,0x7d,0xad,0xe0,0x65,0x16, + 0x44,0x5e,0x8,0x82,0xc3,0xed,0xdc,0x75,0xd3,0x68,0x5c,0x69,0xba,0x75,0x96,0x10, + 0x7c,0xcf,0x4,0xf6,0x95,0xc1,0x6c,0xfb,0x7c,0xd2,0x95,0x1f,0xe3,0x58,0x96,0x82, + 0x7b,0x17,0xe7,0x49,0xf7,0xec,0x62,0x7c,0x7c,0x8c,0xe6,0xc0,0x0,0x43,0x8d,0x1, + 0x22,0xad,0xc9,0x4c,0x8e,0xe9,0xe2,0x4b,0xdc,0xc6,0x4,0xae,0x51,0xc8,0x48,0x23, + 0xf2,0x82,0x7,0xb4,0x7f,0xb6,0xe,0x83,0x22,0xa1,0xaa,0x24,0x23,0x4d,0x25,0xa9, + 0x14,0xd8,0xf8,0x6f,0xa3,0x7,0xda,0xe9,0x94,0xe0,0x8b,0x56,0x84,0x7a,0x20,0xa4, + 0xee,0x23,0xb,0x33,0xb7,0xfd,0x19,0x60,0xce,0xde,0x7e,0xf3,0x68,0x94,0xc,0x92, + 0xe7,0xfe,0x4d,0xa6,0x28,0x6d,0x65,0x8,0xa9,0x4a,0xe2,0x11,0xb2,0xd7,0x7b,0xa1, + 0x24,0xca,0xb2,0x12,0xdc,0xbf,0xb2,0x44,0x77,0x72,0x37,0xa3,0x13,0x13,0x8c,0x6e, + 0xd8,0x40,0x73,0x70,0x90,0x4a,0x12,0xfb,0x78,0x9d,0x1b,0x6c,0x51,0xed,0x2d,0x4c, + 0xdd,0x59,0x24,0x20,0xac,0x43,0x58,0x87,0x2c,0xc0,0xd,0x51,0x45,0xa8,0x30,0xb3, + 0x44,0x0,0x9,0x65,0x2,0x54,0x54,0x63,0x85,0xe8,0xb9,0xc0,0xcb,0xb2,0x80,0x62, + 0xd9,0x7b,0xc5,0xe5,0xcc,0x65,0x29,0x1f,0xfe,0xf1,0x7e,0xf7,0xe8,0xe8,0x70,0xf7, + 0xd0,0xf4,0x31,0xf7,0xa6,0xd1,0x9,0x26,0x74,0x8c,0xcd,0xd3,0xd0,0xeb,0x81,0xa1, + 0x31,0xa5,0x2f,0x3a,0xe7,0xca,0x9a,0x9f,0x10,0x82,0x55,0xad,0xb8,0xfd,0xe9,0xa7, + 0x59,0x18,0x1a,0xe4,0xd7,0x46,0x46,0xd9,0x36,0x31,0xc1,0xc6,0xd1,0x31,0x6,0x7, + 0x7,0x89,0xab,0x15,0x64,0x14,0x23,0x22,0x8d,0x8c,0x22,0x84,0xf6,0x5b,0x94,0x2a, + 0xf7,0x85,0x92,0x3d,0xb,0xe8,0xcb,0x12,0xcb,0xd0,0x28,0xfd,0x90,0x58,0xbf,0xcb, + 0xf5,0x73,0xc1,0x4b,0x26,0x43,0xa7,0x5a,0x7e,0xfa,0xce,0x7f,0x46,0x33,0x49,0xf8, + 0xf9,0xec,0x1c,0x7b,0x2f,0xbd,0xf8,0xbd,0x63,0xb5,0xda,0x9f,0x2d,0x54,0x92,0xd, + 0xbf,0x98,0x3e,0x4e,0xda,0x6d,0x63,0xd2,0x2e,0x79,0x9a,0xfa,0x6d,0xa7,0x8b,0xe9, + 0x76,0x31,0xdd,0x94,0xac,0xd3,0xc1,0x64,0x19,0x79,0x37,0x9c,0xcb,0x32,0x9e,0x3c, + 0x76,0x94,0x27,0xd7,0x56,0x69,0x2d,0x9e,0x60,0xee,0xd1,0x47,0x89,0x1d,0xd4,0xaa, + 0x55,0xa2,0x48,0x87,0x64,0xc6,0xf7,0x7c,0x91,0xd8,0x88,0x30,0xf6,0xaf,0x54,0x98, + 0x21,0xd2,0x77,0xad,0x9c,0x69,0xa2,0xc2,0xef,0x64,0x6f,0x56,0x5a,0x51,0x7c,0xa1, + 0x4f,0x1e,0xfb,0xf6,0xbf,0x4c,0x17,0x38,0xfc,0xbe,0x7f,0x4e,0xc7,0x18,0xee,0x38, + 0x72,0x84,0xf7,0xec,0xd8,0xf1,0xde,0xa9,0x76,0xeb,0xe6,0xe5,0x34,0x9d,0xd8,0xe3, + 0xe0,0xc2,0xc6,0x20,0xa6,0xd5,0xc1,0xe5,0x59,0xcf,0xcc,0xcb,0x4c,0xf8,0xe4,0xe9, + 0x63,0xfe,0x70,0x7b,0x25,0xe1,0x8a,0x28,0xe1,0xa0,0x80,0xd5,0xa3,0xcf,0xf3,0xf4, + 0xf,0x7f,0xc8,0xd0,0xe0,0x20,0x95,0x5a,0xb5,0x34,0xd3,0xc2,0x6d,0xfa,0xc9,0xae, + 0xe0,0x34,0x29,0xe5,0x7a,0x12,0x2c,0x5f,0x17,0x7e,0x5b,0x8c,0x0,0x15,0x16,0x18, + 0xde,0xeb,0x41,0x38,0x7d,0x27,0x9f,0xd2,0x2,0xe,0xfe,0xce,0xbb,0xc9,0xad,0xe5, + 0x96,0xc7,0x1e,0xe7,0xdf,0xec,0xde,0xfb,0xde,0x46,0xa4,0x6f,0x6e,0x44,0xd1,0xc4, + 0xc6,0x6e,0xca,0x25,0x3a,0x66,0xd0,0x39,0xf2,0xb4,0xeb,0x7,0x1f,0x9d,0x9f,0xd8, + 0x64,0x6c,0x58,0xf3,0xcc,0x1f,0x67,0xb9,0xdf,0xe6,0x7e,0xe6,0xb7,0x6c,0xb7,0xf9, + 0xb5,0x81,0x21,0x2e,0x35,0x82,0x86,0x13,0x2c,0x3d,0x73,0x98,0x5f,0xdd,0x75,0x17, + 0x8b,0x73,0x73,0x18,0xeb,0xca,0xde,0x2a,0x4,0x4d,0x4f,0xd8,0x9c,0x5c,0xf5,0x15, + 0xe5,0xac,0x92,0x62,0x64,0x88,0x22,0x6a,0x40,0x2f,0x54,0x96,0x60,0xbd,0xb8,0x5, + 0xbc,0x0,0x80,0x9f,0xbc,0xe3,0x5d,0xe4,0xd6,0x61,0x32,0xc9,0x1f,0x9d,0xbf,0xf7, + 0x7d,0x4a,0x88,0x9b,0x13,0xa9,0x26,0xaa,0xcb,0xab,0x4c,0x74,0x33,0xa2,0xcc,0x90, + 0xb5,0x3b,0x7e,0x40,0xc2,0xb9,0x75,0x83,0x14,0xc6,0x5a,0xf,0x88,0xb5,0x98,0x30, + 0x9a,0x53,0x6c,0x73,0x63,0x30,0xad,0x16,0xbb,0x6a,0x75,0x26,0xd3,0x8c,0x8a,0x75, + 0x2c,0x3c,0xf5,0x14,0x7,0xbf,0xf3,0x1d,0xf,0x42,0x7f,0xd5,0x66,0x5d,0xf8,0x13, + 0xa1,0xd2,0x56,0x70,0xa,0x27,0xe7,0xc6,0x65,0x3,0x7b,0x51,0xb0,0x1f,0xcc,0x3e, + 0xec,0x4e,0xb1,0xac,0x73,0x81,0xfb,0xdf,0xfa,0x36,0x32,0xeb,0xc7,0xf1,0x88,0x78, + 0x9f,0xb3,0xf2,0x4b,0x5a,0x32,0x91,0x2f,0x2c,0xe0,0x4e,0x2c,0xe1,0xba,0x29,0x79, + 0x37,0xed,0x9b,0x11,0xea,0x7,0x27,0xa,0x75,0xb7,0xde,0x36,0x29,0x6b,0x84,0xc5, + 0xb8,0xb9,0x35,0x6,0xb1,0xb6,0xc6,0xc6,0x5a,0x95,0x68,0xad,0xcd,0xf1,0x46,0x8d, + 0x85,0x43,0x4f,0x72,0xe0,0xf6,0xdb,0xd9,0x7d,0xed,0xb5,0xc,0x6f,0xda,0x48,0x94, + 0x24,0x88,0x3c,0x47,0x6a,0xed,0xc3,0x60,0x8,0x85,0x42,0x29,0x84,0xce,0xca,0xaa, + 0x50,0x41,0xbc,0x5,0xd1,0xaa,0x28,0xa2,0x5a,0xab,0xf5,0xa2,0x0,0x7d,0x7c,0x40, + 0x31,0x71,0xe3,0x45,0x2c,0xe0,0xef,0xaf,0x7e,0xb,0x0,0xb3,0xed,0x36,0x46,0x88, + 0xf7,0x65,0xd6,0x7e,0x29,0xb7,0x76,0x62,0x79,0x66,0x96,0xc5,0xe9,0x59,0xd2,0x56, + 0x87,0xac,0xd5,0x5e,0xf7,0x47,0x11,0x7e,0x64,0xa6,0x37,0x1f,0xa0,0xa8,0x7,0x16, + 0x33,0x47,0x8a,0x3f,0x9c,0xf0,0x99,0x6f,0x2f,0x45,0xcd,0x5b,0x1d,0x46,0x74,0xcc, + 0xa6,0xd5,0x16,0xd2,0x18,0xe6,0xf,0x1d,0xe2,0xf1,0x3b,0xee,0x60,0x61,0x7a,0x86, + 0x3c,0x8c,0x35,0xfa,0xd1,0xa0,0xde,0x98,0x20,0xf4,0x9e,0x51,0xa4,0xb6,0xe5,0xcc, + 0x92,0x12,0xe8,0x3e,0xd2,0xe8,0xab,0x1b,0x84,0xbb,0x5f,0xdc,0x2,0xba,0xc6,0x90, + 0x28,0x4d,0x43,0x47,0x57,0x65,0xc6,0xfe,0x37,0x60,0xa2,0x3b,0x3f,0xcf,0xda,0xec, + 0x3c,0x69,0xbb,0x83,0xeb,0x76,0xfd,0x88,0x16,0x6e,0x9d,0x3e,0x2f,0x3a,0x5a,0x48, + 0x41,0xd6,0xa8,0x63,0xb4,0xa2,0xb2,0xd6,0xc2,0xa5,0x29,0x3d,0x17,0xc,0x45,0xcb, + 0xa2,0x7,0x4c,0x8e,0x59,0x5b,0x63,0xb4,0x5e,0x83,0xd5,0x16,0xc7,0x1b,0x35,0x96, + 0x9e,0x7c,0x92,0x23,0xdf,0xbb,0x8b,0xe1,0xdf,0xfb,0x3d,0x2a,0x43,0x1b,0x88,0x92, + 0xa4,0x67,0x5,0x4a,0x21,0xb4,0xa,0x89,0x90,0xb7,0x6,0x5f,0x20,0x95,0x9e,0x38, + 0xfb,0xc2,0x6d,0x11,0x3,0xc5,0xc9,0xcc,0xe7,0x4e,0xd,0x42,0x69,0x1,0x91,0x94, + 0x4c,0xb5,0x56,0x44,0x6e,0xed,0xef,0xe6,0xd6,0x6e,0x6a,0xcf,0xf9,0xc6,0xe7,0xed, + 0xe,0xae,0xd3,0x45,0x9,0xe1,0x57,0x84,0x1f,0xf7,0xc3,0x21,0x1,0xe9,0x40,0xb, + 0x41,0xb7,0x56,0xe3,0xe7,0x3,0x35,0x1e,0xdb,0x3c,0xc1,0x4a,0xbd,0x8a,0x8e,0x22, + 0x14,0xfe,0x37,0x32,0x8c,0x75,0xc8,0xbe,0x55,0x18,0x83,0x5d,0x6d,0x31,0x1e,0x2c, + 0x41,0xe5,0x39,0xb,0x4f,0x3e,0xc5,0xec,0xb1,0x63,0x74,0xf3,0x62,0x76,0xf8,0xfa, + 0x71,0xc3,0xa2,0x1a,0xec,0x89,0xcf,0x37,0xbe,0xd0,0x1,0x42,0xc8,0x52,0xf8,0xac, + 0x9b,0x86,0x17,0x78,0x63,0x9d,0x95,0x9c,0xa,0x80,0xd4,0x5a,0xaa,0x51,0x32,0x90, + 0x5a,0x73,0x41,0x67,0x7e,0x81,0x7c,0xfe,0x4,0x74,0xba,0x88,0x6e,0x8a,0x16,0xa0, + 0x9c,0xf3,0x2b,0xa0,0x11,0x28,0x7,0x3a,0x34,0xbe,0x53,0xaf,0xf2,0xcb,0x81,0x1a, + 0xfa,0xe2,0x7d,0xc,0x5d,0x7a,0x9,0x8b,0x7b,0xcf,0x65,0xb5,0x51,0x47,0x47,0x1a, + 0xe5,0x1c,0x5a,0x78,0xa5,0x16,0x9,0xe1,0xf7,0x9,0x80,0x98,0x1c,0xb7,0xba,0xc6, + 0x46,0x15,0xb1,0x79,0xad,0x8d,0x5b,0x5b,0x63,0xe1,0xd8,0x31,0xd6,0xda,0x6d,0x4c, + 0x28,0x6f,0xf7,0x8f,0x3,0x94,0x2d,0xeb,0x9f,0x34,0x50,0xec,0xc9,0x17,0xe,0xa4, + 0xf6,0x5c,0xfe,0xc,0x94,0x60,0x9e,0xa6,0x38,0xad,0x36,0xba,0x13,0xcb,0xdb,0xea, + 0x6b,0x6d,0x64,0xa7,0x8b,0xeb,0xa6,0x41,0x72,0xf6,0x4d,0xe,0x2f,0x6,0x45,0x83, + 0x7d,0xaf,0xd5,0xab,0xfc,0x72,0xa0,0x8e,0xbe,0xf4,0x62,0xc6,0x37,0x6f,0x66,0x64, + 0x70,0x10,0x3d,0xb1,0x91,0xc5,0x6a,0x15,0xf5,0xc8,0xcf,0x18,0x5e,0x5b,0xf3,0x15, + 0xa0,0xf2,0x33,0xc4,0xfa,0x19,0x22,0xd6,0x20,0x5a,0x2d,0xb6,0xd4,0xeb,0x88,0x13, + 0xcb,0xb4,0x9e,0x3e,0x4c,0x6b,0xdf,0x3e,0x86,0x83,0x92,0x14,0xb2,0x10,0x34,0x45, + 0xf1,0xa3,0x98,0x67,0xd0,0xa7,0x1b,0x38,0x45,0xcf,0x9f,0xac,0x47,0x5e,0x4c,0x8, + 0xc5,0x42,0x10,0x1f,0x7e,0x96,0x4c,0x70,0xd9,0x40,0xa5,0x3a,0x16,0x75,0x53,0x6c, + 0xa7,0xd3,0x37,0xa1,0xa1,0x6f,0xd6,0x67,0xdf,0xf1,0x6a,0xa3,0xc1,0x2f,0x87,0x7, + 0xd1,0xfb,0x5e,0xcd,0xf8,0x96,0xcd,0x4c,0x34,0x9b,0x8c,0x6c,0xd8,0x80,0x56,0x9a, + 0xfa,0x15,0x6f,0xe4,0x98,0x52,0xc8,0x87,0x1e,0xa1,0xb9,0xb2,0xa,0x59,0xd6,0xe3, + 0x28,0xfc,0x1c,0x82,0xf2,0x84,0xb5,0xc8,0x56,0x8b,0xad,0x95,0xa,0x47,0x7e,0x79, + 0x80,0xd6,0x6f,0xbe,0x99,0x6c,0xe3,0x46,0x2a,0x45,0x52,0x23,0xe5,0xba,0xb9,0x4, + 0xfd,0xc3,0x6d,0x14,0xae,0xd2,0x77,0x2c,0xf0,0xf3,0x91,0xca,0x9c,0x40,0xbc,0x44, + 0x18,0x14,0xe,0xd2,0x4e,0x7,0x97,0xa6,0x42,0x54,0xaa,0x26,0x32,0xe6,0x14,0x53, + 0x33,0x7b,0x76,0x25,0xa4,0x64,0xa9,0x56,0x75,0xf,0x8d,0xc,0x75,0xc7,0xae,0xfd, + 0xad,0x8a,0x56,0x8a,0x8d,0x23,0x23,0x8c,0xf,0xf,0xd3,0xa8,0xd6,0x90,0x52,0x90, + 0x54,0x2b,0x88,0x2b,0xaf,0xe0,0xa8,0x14,0xa8,0x7,0x1f,0x66,0x7c,0x65,0x95,0x22, + 0x81,0x5a,0x3f,0x94,0x1e,0x9e,0x69,0xc,0x1d,0x6b,0x98,0x36,0x86,0x5a,0xbb,0x4d, + 0x5e,0xc,0x70,0x96,0x13,0x25,0x42,0x8f,0x7,0x50,0xa4,0xec,0x6f,0xb4,0x2c,0x4d, + 0xbe,0xe7,0x25,0x7d,0x73,0x2,0x8a,0x62,0xec,0xe9,0x0,0xe8,0xe2,0x78,0x76,0x71, + 0x91,0x25,0xd3,0xfd,0xc6,0x84,0xd6,0xbb,0xf6,0xc,0x37,0x3f,0xd6,0x84,0xc4,0x99, + 0xbc,0x7c,0x80,0x9f,0xe6,0xea,0x3f,0x64,0xa9,0x5e,0xe3,0xc1,0x95,0xe5,0xbf,0x99, + 0x7a,0xfd,0x65,0xe2,0xdc,0xad,0x5b,0xdf,0x59,0x33,0x86,0x89,0x91,0x51,0x1a,0xb5, + 0x2a,0x5a,0xf9,0x7c,0x5e,0xc5,0x9,0x63,0x51,0x84,0x78,0xf3,0x9b,0x38,0x26,0x15, + 0xfa,0xc7,0xf,0xb2,0x69,0x65,0x15,0xb2,0x7c,0x7d,0x44,0x8,0x56,0xdb,0xae,0x54, + 0x78,0x78,0xa0,0x81,0xbb,0xea,0x8d,0xe8,0x46,0xc3,0xcf,0x28,0xb,0xc,0xbf,0x6e, + 0xb2,0xc4,0x3a,0x85,0xd7,0x9b,0x8f,0xe0,0xc2,0xf0,0x79,0xf1,0x44,0x1,0xbd,0x94, + 0xbc,0xbc,0xed,0x45,0x72,0x81,0xbd,0x52,0xf3,0x9b,0x2a,0x69,0xbf,0x7f,0x61,0xe6, + 0x46,0x27,0x4,0x17,0xc,0xf,0x7f,0x6c,0xa4,0xd5,0x4e,0x30,0x79,0xcf,0x7b,0x5, + 0x2c,0xd6,0xeb,0xfc,0x68,0x6d,0xf5,0x6f,0xef,0x9d,0x39,0xfe,0x47,0xe7,0xd,0xf, + 0x7f,0x62,0x78,0x70,0x90,0xe1,0x38,0x66,0xa0,0xde,0x40,0x6b,0x55,0xbe,0x5e,0x2, + 0xb5,0x28,0x62,0x54,0x6b,0xd4,0x35,0x57,0xf3,0xbc,0x52,0xe8,0xfb,0x7f,0xc4,0xd6, + 0x55,0xf,0x42,0xff,0x5f,0x9c,0xb4,0x2b,0x9,0xf,0xc,0xd6,0xe9,0x5c,0xf5,0x46, + 0xb6,0x4c,0x4e,0x32,0x38,0x38,0xe8,0x7,0x3a,0x75,0x54,0x96,0xbc,0xb,0x8d,0xdf, + 0x3f,0x93,0xa4,0xc7,0xd,0x85,0x3c,0x26,0xb8,0x83,0x8,0x73,0x14,0xd7,0x4f,0xcf, + 0x49,0xb3,0xf4,0xf4,0x0,0x5c,0x9d,0xad,0x91,0x80,0xe8,0xc,0xec,0x6c,0xbf,0x7f, + 0xfe,0xe9,0x1b,0x85,0x73,0xbc,0x6a,0x78,0xf8,0x63,0x63,0xad,0x76,0x42,0x18,0x68, + 0x9c,0xaf,0xd7,0xb9,0x6f,0x6d,0xf5,0xf6,0xbf,0x9b,0x9e,0xba,0xee,0x1e,0x38,0x71, + 0x4e,0x9a,0xd6,0x1b,0x43,0x43,0xc,0xd6,0xeb,0x7e,0xde,0x60,0x5f,0x1c,0x6,0xcf, + 0xf4,0xf5,0x5a,0x15,0xdd,0x68,0xa0,0xdf,0xf5,0xe,0x8e,0xf,0xc,0xa0,0xef,0xfa, + 0x1e,0xdb,0x16,0x97,0x20,0xcb,0x10,0xc0,0x5a,0xb5,0xc2,0x43,0x13,0xe3,0xc4,0xd7, + 0x5c,0xcd,0x96,0x3d,0xe7,0x30,0x3a,0x3a,0xc2,0xe8,0xd8,0x38,0x49,0xad,0xea,0xd5, + 0xa3,0x73,0x7e,0xbc,0x3f,0x4c,0xb9,0x13,0x58,0xef,0xb3,0x56,0x20,0xa4,0xf5,0xe6, + 0x5f,0x12,0xe0,0xfa,0x92,0x98,0xd,0x80,0x65,0xdd,0x94,0x95,0xd5,0xd5,0xda,0x67, + 0x3e,0xf3,0x99,0x24,0xc0,0x9e,0xe3,0x47,0x3,0xd6,0x4b,0xe1,0x2e,0x10,0xad,0x3c, + 0x2d,0xb2,0x2d,0x6f,0x6e,0xbf,0xe7,0xe8,0x5d,0x37,0xa,0xe0,0xe2,0xe1,0xe1,0x8f, + 0x6d,0xea,0x74,0x93,0xd9,0x4a,0xc2,0x3d,0x6b,0xab,0x7f,0xfb,0xdd,0xe9,0xa9,0x8f, + 0xde,0xe3,0xcc,0x2a,0xb0,0xfd,0xd0,0x93,0x4f,0xae,0x7c,0xe3,0x8e,0x3b,0xe,0x26, + 0x71,0x6c,0x4e,0xc3,0x31,0x65,0xe4,0xb0,0xce,0x91,0x9a,0xc,0x97,0x44,0xea,0x9d, + 0x49,0x7c,0xf6,0x1e,0x21,0x6a,0x6b,0x4a,0xf2,0x1d,0x9b,0x4f,0x3d,0x3a,0xda,0x9c, + 0x1b,0x5a,0x3a,0xc1,0x53,0x8f,0x3c,0xd2,0x4b,0x7f,0xfb,0xfe,0xb0,0xea,0x5,0xcb, + 0x8b,0xa5,0x77,0xfd,0x7e,0x15,0x5c,0x21,0x4d,0x53,0x1e,0xda,0xbf,0x5f,0x2,0xdb, + 0x80,0x13,0xc0,0x12,0x90,0x96,0xb7,0x85,0x45,0xf6,0xad,0xa,0xe0,0x2,0xa8,0x7e, + 0x70,0x78,0xec,0x3f,0xef,0x6d,0xe,0xff,0xbb,0x9f,0xaf,0xad,0xde,0xfb,0xad,0xe9, + 0xa9,0x8f,0xde,0xef,0xec,0x31,0xa0,0xe,0xd4,0x92,0x4a,0xa5,0x91,0x67,0x59,0x62, + 0x7d,0x7c,0xb1,0x5,0xdd,0xf4,0x3d,0x4f,0xf4,0x3d,0x4f,0x8,0x29,0x45,0x25,0x8a, + 0xc4,0x87,0x54,0x7c,0xe5,0x9b,0xc6,0x27,0x3e,0xfa,0x54,0xa7,0x7d,0xec,0xaf,0x67, + 0xa7,0x6f,0xf8,0xa9,0x92,0xcf,0xe2,0x43,0xa5,0xc3,0x39,0xeb,0x9c,0x2b,0x9e,0x65, + 0x39,0x3d,0x81,0xf7,0x23,0xfc,0xe2,0x58,0x48,0x69,0xb5,0xd6,0xad,0x34,0x4d,0x57, + 0x80,0x16,0xd0,0x1,0x4c,0x3f,0x0,0x22,0x58,0x43,0x4,0x24,0x61,0xab,0x1,0xc6, + 0xa1,0xfa,0xda,0x6a,0xed,0x82,0x43,0xdd,0xee,0xe1,0xc7,0xad,0x99,0x65,0x7d,0x6, + 0x99,0x3,0x59,0xdf,0x5a,0x98,0x96,0x8,0x8d,0x8e,0x80,0x38,0xac,0xba,0x78,0x9f, + 0x6,0x75,0x75,0x52,0xbd,0x60,0x3a,0xcf,0x16,0x1e,0x31,0xf9,0x73,0x2f,0xf2,0xbc, + 0xac,0x30,0xd5,0xfe,0xe6,0xbe,0xd2,0x25,0x54,0xaa,0xd6,0x3d,0xa3,0x1f,0x0,0xd9, + 0x7,0x82,0xa6,0xf7,0xd7,0x24,0x45,0x4f,0x9c,0xfc,0x77,0x2b,0x2e,0xa0,0x68,0xc2, + 0x87,0xe7,0x61,0xdf,0xb1,0xbe,0xe7,0xfb,0x9f,0xd7,0xff,0x7b,0xd3,0x77,0x5f,0xff, + 0x7b,0xf2,0xbe,0x67,0x9a,0x93,0x0,0xf8,0x47,0x5f,0xfe,0x3f,0xf,0x4e,0x5b,0x75, + 0x75,0x29,0x3c,0x21,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65, + 0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d, + 0x32,0x38,0x54,0x32,0x31,0x3a,0x34,0x30,0x3a,0x34,0x32,0x2b,0x30,0x38,0x3a,0x30, + 0x30,0xa3,0x89,0x24,0xc2,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74, + 0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x33,0x2d,0x30,0x36, + 0x2d,0x33,0x30,0x54,0x31,0x38,0x3a,0x33,0x34,0x3a,0x35,0x39,0x2b,0x30,0x38,0x3a, + 0x30,0x30,0xb3,0xd3,0x8d,0x9c,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f, + 0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61, + 0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68, + 0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67, + 0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d, + 0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61, + 0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58, + 0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48, + 0x65,0x69,0x67,0x68,0x74,0x0,0x32,0x35,0x36,0xe9,0xc3,0x44,0x19,0x0,0x0,0x0, + 0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67, + 0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x32,0x35,0x36,0x7a,0x32,0x14,0x44, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d, + 0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e, + 0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x33,0x37,0x32,0x35,0x38, + 0x38,0x34,0x39,0x39,0xdf,0xdc,0x7b,0xb0,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x37,0x30,0x39,0x38, + 0x34,0x42,0xd,0xd,0xea,0x12,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f, + 0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65, + 0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63, + 0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65, + 0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31, + 0x31,0x31,0x38,0x39,0x2f,0x31,0x31,0x31,0x38,0x39,0x39,0x37,0x2e,0x70,0x6e,0x67, + 0xc1,0x4,0x2,0x5,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??.png + 0x0,0x0,0x16,0x49, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdb,0x5,0x12,0x16,0x2,0x0,0xac,0x40,0xeb, + 0x68,0x0,0x0,0x13,0xc3,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9b,0x7b,0x90,0x5c, + 0x55,0x9d,0xc7,0x3f,0xbf,0xdf,0xb9,0xb7,0xbb,0xe7,0x3d,0x3d,0xc9,0x64,0x66,0xf2, + 0x22,0x6f,0x12,0x12,0x40,0xc9,0x2,0x82,0x2,0x2a,0x88,0x2b,0xb8,0xf8,0x7e,0xac, + 0xab,0x2b,0xba,0xba,0x52,0xae,0xca,0x56,0xa9,0xb5,0x5a,0xeb,0x2a,0xec,0x16,0x68, + 0x95,0xb5,0xa5,0x96,0xaf,0x5d,0x1f,0xf8,0x80,0x45,0x4,0xf1,0x81,0x88,0x22,0x10, + 0x91,0x82,0x60,0x2,0x46,0x42,0x12,0x12,0x9,0x21,0xef,0x4c,0xe6,0x9d,0x99,0xe9, + 0x79,0x74,0xf7,0xbd,0xe7,0xb7,0x7f,0xdc,0xdb,0x49,0x67,0x32,0x21,0x93,0x90,0x60, + 0xad,0xeb,0xaf,0xea,0x54,0xdf,0x7b,0xfb,0xf6,0x39,0xe7,0xf7,0x3d,0xbf,0xf3,0x3b, + 0xbf,0x57,0xc3,0xff,0x73,0x92,0x17,0x62,0x90,0x85,0xa2,0x87,0xdd,0x17,0xcc,0x1f, + 0x76,0xdf,0xf5,0xe7,0x4,0xc0,0x79,0xea,0x0,0xa8,0x15,0x41,0xc5,0x68,0x51,0xa5, + 0xdb,0x7b,0x4a,0xc0,0x92,0xd0,0xb1,0xba,0x18,0x51,0x34,0x63,0x96,0x2a,0xef,0xaa, + 0xa9,0xe1,0xdb,0x63,0xa3,0x4c,0x43,0x18,0x30,0xa3,0x1,0xd8,0x60,0xfe,0xe0,0xa4, + 0x7a,0xec,0x4f,0x88,0xcc,0xf1,0xd0,0xc5,0x81,0x72,0x51,0xa0,0x5c,0x19,0x6,0x5c, + 0x15,0x86,0xb4,0x3b,0x68,0x16,0x61,0xa8,0xb9,0x6,0x80,0xcb,0xc3,0x10,0x6b,0x9b, + 0x3e,0xe9,0x6f,0x3f,0x14,0x2a,0xdb,0xeb,0x6a,0xf8,0x42,0x98,0xa5,0x9,0x58,0x24, + 0xca,0xc5,0xea,0x58,0xa6,0x42,0x3,0xd0,0x92,0xb6,0x53,0x45,0xcf,0x4b,0x2,0xde, + 0x10,0x86,0xd4,0x20,0x8c,0x61,0xdc,0x57,0xf6,0x14,0x88,0xb9,0x50,0x1c,0x8f,0xac, + 0x5c,0x8e,0x3c,0xfe,0x64,0xa5,0xff,0xcc,0x5c,0x91,0xda,0x15,0x41,0x90,0x6b,0x57, + 0x9,0xd,0x5c,0x11,0xac,0xdb,0x5b,0x79,0x53,0x1c,0x97,0x3a,0xbd,0x1f,0x5,0x4a, + 0x80,0x7,0xac,0x9,0xec,0xd5,0xce,0xd9,0x3c,0x35,0x7e,0x18,0x1b,0xb,0x11,0xb6, + 0x98,0xa7,0x8,0x38,0xa0,0xfb,0x24,0x4b,0xc5,0x9,0x1,0xf0,0xc6,0x30,0x4,0x13, + 0x6a,0xd4,0x78,0x2c,0x8a,0x78,0xda,0x1b,0x76,0xda,0x5c,0x64,0xe7,0x2e,0x3a,0x90, + 0xba,0xd7,0x67,0x33,0xed,0x59,0x61,0xe9,0x5c,0xd5,0x33,0x54,0x64,0x7e,0xd1,0xac, + 0xa3,0x46,0xa4,0x25,0x7,0x75,0x2,0x1,0x66,0x71,0xc9,0x6c,0xa4,0x68,0x36,0x90, + 0x81,0xfd,0x45,0xd8,0xb9,0xdd,0xfb,0x2d,0x5d,0xc6,0xd3,0x3f,0x8f,0xe3,0xfd,0xe3, + 0xde,0xf,0x3,0xd1,0x2c,0xf0,0x8b,0x55,0xed,0x41,0xef,0x59,0x86,0x30,0x80,0x31, + 0x2,0x4,0xc0,0xc0,0x9f,0xa,0x80,0x37,0x87,0x21,0x39,0x84,0x7b,0xa3,0x12,0xa3, + 0x6,0x85,0xd9,0x33,0x91,0x3d,0xfb,0x82,0x77,0x65,0x32,0x73,0x16,0x3b,0xf7,0xb2, + 0x6,0x91,0x4b,0xeb,0x45,0xce,0x57,0x61,0xa6,0x42,0xbd,0x80,0x4e,0xec,0xc3,0x99, + 0x1d,0x6c,0x6a,0x20,0x66,0xe6,0xb1,0x42,0xc,0x9d,0x7,0xcc,0xd6,0x75,0xc2,0x6f, + 0x1f,0xf5,0xb6,0xfa,0xbe,0x28,0xda,0x9,0x8c,0xe5,0x21,0x5a,0x26,0xe2,0xb3,0x66, + 0xac,0xc,0x1c,0x37,0x45,0x31,0x75,0x2,0xbb,0x4f,0x82,0x34,0x4c,0x19,0x80,0xd7, + 0x6,0x1,0x81,0x40,0xd1,0xe0,0x7b,0xb9,0x5a,0x5a,0xeb,0xb2,0x48,0x57,0x4f,0x70, + 0x6d,0x2e,0x7b,0xfa,0x1c,0xd5,0x37,0xd5,0x89,0xbc,0x21,0x2b,0xb2,0x54,0x21,0x77, + 0xcc,0x41,0xcd,0x8,0xcc,0x50,0x33,0x9c,0x25,0x80,0x4,0x18,0xce,0x1b,0xa,0x78, + 0xb3,0x62,0x1,0xb6,0xee,0x13,0xf9,0xe5,0x23,0xd8,0xcf,0xee,0x8c,0xe2,0xcd,0x98, + 0x15,0xe6,0x40,0xf4,0x12,0x55,0xff,0x88,0x4f,0x14,0x65,0x37,0x90,0x5,0xa,0xa7, + 0x1a,0x80,0x77,0x64,0x42,0x30,0xc8,0x21,0xec,0xca,0x2a,0xf7,0x17,0xc6,0xb9,0x3a, + 0x93,0x99,0xbd,0x2c,0x70,0x7f,0xd7,0x22,0x72,0x75,0x20,0x72,0xba,0x1c,0x7,0x98, + 0x72,0x50,0x2,0xc0,0x91,0x5e,0x7b,0x4b,0xaf,0xc1,0x99,0xc7,0x19,0x80,0xd9,0x30, + 0xb2,0x6d,0xab,0xc8,0xed,0x3f,0x31,0xbb,0xfd,0xd1,0x38,0x7e,0x36,0x3,0xe3,0x8b, + 0x84,0xa8,0x3,0xec,0x81,0x17,0x42,0x2,0xde,0x92,0x9,0xa9,0x17,0xe1,0x3b,0xc5, + 0x12,0x36,0x7d,0x6,0x41,0x6f,0x77,0xe6,0xdf,0x6a,0x72,0xaf,0x6c,0x53,0xfd,0x78, + 0x4e,0xe4,0x62,0x49,0xb6,0xe4,0xf1,0xd,0x9a,0x8a,0xfe,0xe4,0xcc,0x27,0xcf,0x2, + 0x4b,0x9f,0x79,0xf0,0x58,0xdc,0xad,0xba,0xf6,0x21,0x91,0xaf,0x7f,0x25,0x8e,0xef, + 0xc7,0x6c,0x60,0x16,0x94,0xe6,0x80,0xdf,0xb,0x44,0x2,0x9d,0x27,0x8,0x86,0x3b, + 0xda,0x17,0x57,0x84,0x1,0xd3,0x55,0x98,0x2e,0xc2,0xe9,0x41,0xc0,0x3,0x67,0xad, + 0xe0,0xb5,0xbb,0x76,0xe5,0xdf,0x9b,0xcb,0x7e,0xb0,0xc3,0xb9,0xcf,0x65,0x44,0xce, + 0x9a,0x6c,0x7f,0x4f,0x5,0x6d,0x21,0xf9,0xa1,0x2,0x62,0x87,0xae,0x93,0x96,0x6c, + 0x3,0xa9,0x34,0x83,0x10,0x34,0xef,0xfd,0x9c,0xf9,0xf0,0xb2,0xe5,0xce,0x65,0x37, + 0xc3,0x8e,0xbd,0x66,0xa3,0x65,0xf0,0x3f,0xcd,0x62,0xb7,0x47,0x90,0x1,0xc6,0x4e, + 0x0,0x80,0xa3,0x4a,0xc0,0x65,0xa1,0xe3,0xfe,0x72,0xcc,0xa7,0x6b,0x72,0x5c,0x3f, + 0x3a,0xc6,0xfb,0x73,0xd9,0x8e,0x15,0x2e,0xf8,0x54,0xa3,0xca,0x7b,0xa7,0xb4,0xcf, + 0xd3,0xcf,0x8,0x7c,0x64,0x56,0x34,0x28,0xc5,0x50,0x32,0x88,0x15,0x34,0x34,0xcb, + 0x6,0x66,0x61,0x16,0xb2,0x59,0x33,0x57,0x51,0x88,0x15,0xf1,0x3f,0x24,0x1d,0x24, + 0xfa,0xc1,0x8c,0x0,0x18,0x17,0x29,0x6d,0x52,0xfd,0xd1,0xd7,0xe1,0xb,0x4f,0xc4, + 0xf1,0xd3,0x8d,0x30,0xb2,0x2,0xe2,0xed,0xc9,0x58,0xf4,0x9c,0xc,0x0,0xde,0x96, + 0x8a,0xfd,0xb7,0x9a,0x1a,0xa1,0xab,0x87,0x6b,0x72,0xd9,0xb9,0x67,0x5,0xc1,0x8d, + 0xb5,0x22,0x6f,0x97,0xe7,0x90,0x9a,0x4a,0x87,0x25,0x28,0xd,0x79,0xdf,0xdd,0x6d, + 0xb6,0xad,0xd3,0xfb,0x1d,0xbb,0x63,0xbf,0xe7,0x80,0x59,0xf7,0x18,0x8c,0xa4,0x0, + 0x50,0x7,0xd9,0xbc,0xc8,0xb4,0x79,0xaa,0xb3,0x66,0xb,0xf3,0xdb,0x61,0x69,0x8b, + 0x31,0xb3,0x36,0x1,0x6,0x9d,0x4,0x0,0x47,0x32,0x78,0x24,0xe2,0x37,0x3b,0xfd, + 0xd5,0x57,0x8d,0x1b,0xd6,0xc6,0xf1,0xa6,0x6,0x28,0x7c,0x13,0xe2,0xf,0xa7,0x0, + 0x38,0x20,0x3e,0x51,0x0,0xae,0xc,0x2,0x3a,0x54,0xf9,0x56,0xa9,0x84,0xcd,0x6c, + 0xe7,0x7d,0x7d,0xfd,0x6d,0x2b,0x83,0xe0,0xf3,0xb5,0x22,0xef,0x7c,0x2e,0x89,0x11, + 0x60,0xcc,0x6c,0x74,0x8f,0xf7,0x9b,0x37,0xc4,0xf1,0x9a,0x27,0xa2,0xf8,0xc9,0x5d, + 0xde,0xef,0x35,0xe8,0x7,0x46,0x49,0x24,0xb4,0x4c,0x62,0xf0,0x54,0x7e,0xe2,0x48, + 0x14,0x79,0xc3,0x12,0xd5,0x99,0xe7,0x3a,0x3d,0xeb,0x1c,0x91,0x4b,0xe6,0x99,0xad, + 0x6c,0xf4,0xd6,0x10,0xa4,0x52,0x51,0xd,0x80,0x92,0x28,0x9d,0x48,0x84,0x4d,0x4e, + 0xef,0xfe,0xac,0xd9,0x7f,0x6c,0x8e,0xfd,0x96,0x16,0x18,0x99,0x6,0xf1,0xd6,0xe3, + 0x94,0x80,0x23,0x56,0x73,0x89,0x28,0x8b,0x44,0x79,0x68,0xc1,0x6c,0x2e,0xd9,0xdb, + 0xd5,0x78,0x49,0x26,0xfc,0x54,0x83,0xc8,0xfb,0x8e,0xb6,0xdf,0x25,0x41,0x3b,0xda, + 0xe5,0xfd,0xa6,0x7b,0xcb,0xe5,0xdb,0x6f,0x2f,0x96,0xee,0xdc,0x18,0xfb,0xd5,0x83, + 0x66,0x5b,0x80,0x9d,0xc0,0xfe,0x74,0x61,0x6,0x80,0x41,0x60,0xb8,0xaa,0xd,0xa5, + 0xcf,0xfa,0xfb,0xcc,0x3a,0x37,0x78,0xbf,0x65,0xb5,0xb7,0xb5,0x45,0x91,0x67,0x1a, + 0x55,0xea,0x1b,0xa1,0x23,0x63,0x38,0x4d,0x27,0x5a,0xd1,0x1d,0x2,0x84,0xc0,0x74, + 0x63,0xe1,0x2c,0xd1,0xda,0x47,0x44,0x36,0xd,0x98,0x15,0x3c,0x44,0xd,0x60,0x15, + 0x90,0xca,0xc7,0xb,0xc0,0x5b,0x33,0x21,0xa1,0x8,0xff,0x55,0x2e,0x71,0x7d,0xff, + 0x60,0x70,0x4d,0x2e,0xfb,0x9e,0x69,0xaa,0x9f,0xd0,0x64,0x95,0x26,0x65,0xbe,0x60, + 0x76,0xe0,0xd1,0x28,0xfa,0xc5,0xcd,0xc5,0xd2,0xad,0x1b,0x63,0xbf,0xba,0xc,0x5b, + 0x81,0x3d,0x40,0x6f,0xca,0x60,0xc5,0xd4,0x8d,0x52,0xc9,0x9c,0xd8,0xca,0xe9,0xf7, + 0x63,0x2,0x23,0x25,0x18,0x78,0xca,0xdb,0x33,0x4f,0xc0,0xba,0x26,0xa7,0x85,0xe9, + 0xd8,0x82,0x5a,0xa3,0xae,0xc2,0x78,0xf5,0x67,0x6,0x74,0x6,0x2c,0xc9,0x3b,0x1d, + 0xf9,0xad,0xb7,0x2d,0x45,0x18,0xaf,0x81,0xd8,0x98,0xba,0x6d,0x70,0x10,0x80,0x57, + 0x4,0x1,0xcd,0x22,0xdc,0x56,0x4e,0x70,0xfb,0x44,0x4d,0xee,0xc2,0xd9,0xce,0x7d, + 0x3e,0x80,0x19,0x47,0x63,0xbe,0xd7,0xfb,0xbd,0x77,0x97,0xcb,0xb7,0xfe,0xb8,0x54, + 0xbe,0x7b,0xc,0x36,0x1,0xbb,0xd2,0xd5,0x2e,0xa4,0x4c,0xc5,0xc0,0x94,0xe,0x28, + 0x49,0xde,0x8b,0x14,0x4a,0x2,0xe3,0x43,0x66,0x3,0xf,0x7b,0xbf,0x29,0x74,0xba, + 0x7b,0xa6,0xb0,0xb8,0xd1,0x6c,0x5a,0x45,0xa,0xaa,0x81,0xa8,0x81,0xa0,0x15,0x59, + 0x38,0xaa,0xfa,0xcc,0x26,0xb3,0xdd,0x11,0x14,0x17,0x80,0x1f,0x4b,0x7,0xf6,0xc7, + 0x18,0xf7,0x20,0x0,0x73,0x54,0xf9,0x97,0xb0,0x8e,0x9b,0x5a,0x1a,0xd8,0x54,0x2e, + 0x4f,0x3f,0x3b,0x8,0x6e,0xc8,0x89,0x5c,0x78,0x34,0xe6,0xbb,0xbd,0xdf,0x75,0x47, + 0xa9,0xf4,0xbd,0x87,0xa2,0xf8,0x1,0x92,0x55,0xdf,0x47,0x22,0xce,0xa5,0x29,0x8c, + 0x7b,0x34,0x10,0x30,0xb0,0x30,0x51,0x94,0x25,0xf,0x63,0x4f,0x7a,0xdb,0x19,0x3b, + 0xb7,0xe3,0x34,0x91,0x65,0x4d,0x66,0xad,0x7,0x8f,0x4f,0xe,0x1d,0x9d,0xf5,0x66, + 0xd,0x79,0xd5,0xfc,0x6a,0x91,0x75,0x7,0xcc,0xe,0xc,0x43,0x79,0x24,0xdd,0xa, + 0x53,0x2,0xe0,0x65,0x81,0x32,0x5d,0x94,0x73,0x42,0x61,0xe1,0xc0,0xa0,0xbe,0x2b, + 0x9b,0x7d,0x6b,0xb3,0xea,0xb5,0x92,0x6c,0xb5,0x23,0x26,0xd9,0xe7,0xad,0xf3,0xce, + 0x52,0xf9,0xfb,0xbf,0x8b,0xe2,0x7,0x81,0x6d,0x24,0xfb,0xbc,0xc0,0xd4,0x95,0xef, + 0x31,0x81,0x88,0xc0,0x6a,0x21,0x8a,0xa0,0xb8,0xd9,0xfb,0x7d,0x38,0xb7,0x7b,0x1, + 0x9c,0xdd,0x64,0x36,0xad,0x5a,0x2,0x84,0x64,0xbf,0x37,0x43,0x87,0x3a,0xd7,0xfb, + 0xb0,0xf7,0x5b,0x62,0x18,0xcb,0x42,0x94,0xe1,0xd8,0x7a,0xc0,0x1,0xcc,0x56,0x61, + 0x8f,0xaf,0xe7,0x3f,0xeb,0x43,0x76,0xc6,0xf1,0xec,0xc5,0xce,0xdd,0x18,0x8a,0x2c, + 0x98,0x6c,0x62,0xa3,0x66,0x85,0x7b,0xcb,0xe5,0xdb,0x56,0x45,0xd1,0xfd,0xc0,0x33, + 0x24,0x1,0x9d,0xb1,0x13,0x5d,0xf5,0xa3,0x4d,0xaa,0xb2,0x7a,0xf5,0xe0,0x4b,0x50, + 0xde,0xe4,0x7d,0xe7,0x74,0xa7,0x83,0xf3,0x91,0x97,0xd4,0x9a,0xd5,0x56,0x4b,0x80, + 0x2,0x39,0x8,0x6a,0x85,0xfc,0x63,0x22,0x6b,0xfa,0xcc,0x7a,0x3d,0x94,0xca,0x53, + 0xd8,0x7e,0xba,0xd2,0x39,0xea,0x50,0x7e,0xdd,0x10,0x23,0x7d,0xfd,0xb2,0x24,0x70, + 0x97,0x67,0x44,0x56,0x4e,0xf6,0x72,0xc,0xfe,0x89,0x28,0x7e,0xf0,0x9e,0x72,0xf9, + 0x37,0xc0,0xe,0x12,0x7f,0xe4,0xa4,0x32,0x4f,0xba,0x6a,0x15,0xd1,0x9b,0x7,0x36, + 0x2d,0x79,0x34,0xf8,0xe5,0xd8,0xdf,0xfd,0x7,0x95,0xff,0x29,0x89,0xc4,0xd5,0x56, + 0x65,0x85,0xda,0x8c,0x39,0xa7,0x9,0xb3,0x81,0x9c,0x81,0x4e,0x45,0xf9,0xa8,0x1, + 0x25,0x3c,0xd,0x2e,0xcb,0x15,0x61,0xd8,0xd2,0x28,0xf2,0xc6,0xc9,0xb4,0x7e,0xba, + 0xef,0xb7,0xdf,0x53,0x2e,0xff,0xca,0x60,0x3b,0xa7,0x60,0xe5,0xab,0xa9,0xa2,0xc4, + 0x9e,0x2,0x46,0xc1,0xda,0xa1,0x84,0x59,0xef,0xf,0x8d,0xef,0xef,0x53,0x5d,0x37, + 0x91,0x79,0x49,0xde,0x2b,0xf6,0x25,0x5c,0x7,0x4c,0xd1,0x39,0x53,0x7,0xfc,0x36, + 0xf2,0x34,0x5d,0x75,0x39,0x67,0x38,0xb7,0xa2,0x46,0xe4,0xbc,0xa3,0xac,0x4a,0xf9, + 0xb1,0x28,0xfa,0xcd,0x6e,0xef,0xb7,0xa4,0xcc,0x9f,0xb4,0x3d,0x7f,0x34,0x8a,0x80, + 0x5a,0xa0,0x1e,0xd8,0xf,0x96,0x87,0xe2,0x9a,0x38,0xde,0xfa,0x7b,0x91,0xef,0xd, + 0xab,0x16,0x2a,0x3a,0xc0,0x1,0x45,0x11,0xd6,0x8a,0xfc,0x61,0x83,0x59,0x57,0x32, + 0xdd,0xa9,0x9d,0x3e,0xda,0x28,0x60,0x17,0xcc,0x47,0xbe,0xfb,0x3,0xd7,0xa1,0x7a, + 0xb1,0xc2,0x11,0xc1,0x3b,0x1,0x7a,0xbc,0xdf,0xf1,0x70,0x39,0x5a,0x93,0xcc,0x85, + 0xc1,0x74,0x7e,0xa7,0x9c,0x6,0x53,0x4e,0x66,0x1,0x6f,0x56,0xf5,0xc0,0xd8,0x97, + 0xbc,0xff,0xf9,0x6f,0x54,0xbe,0xb0,0xcb,0xe9,0xf6,0x3,0xa2,0x85,0x3d,0xaa,0x7d, + 0xf7,0xa8,0xde,0xf7,0x35,0xf3,0x77,0x44,0x66,0xfb,0x48,0x6c,0x8f,0x29,0x49,0x66, + 0xb0,0xd4,0x85,0x7c,0xe3,0xc9,0x2e,0x5e,0x1d,0x6,0xcd,0x19,0xe1,0x82,0xc9,0xe4, + 0x26,0x6,0xdb,0x1a,0xc7,0xeb,0xba,0xcc,0x76,0x90,0x98,0xb6,0xe3,0x53,0x45,0xf8, + 0x64,0x50,0xf,0x89,0x14,0xfc,0xd8,0x7b,0x4e,0x83,0x68,0xa7,0xf7,0xdd,0x9f,0x34, + 0xbe,0x75,0xbe,0xea,0xea,0x36,0x95,0xf9,0x3d,0x66,0xf1,0x3a,0xef,0xf7,0x14,0xcd, + 0xf6,0x90,0x2c,0xd0,0x94,0xb7,0x66,0xf0,0xcb,0xb2,0xe7,0x2b,0x4b,0x16,0xb0,0x71, + 0xeb,0xb6,0x19,0xb5,0x22,0xcb,0x26,0xbe,0x20,0x40,0xd1,0x6c,0x68,0x7d,0x1c,0xaf, + 0x27,0xb1,0xee,0x4e,0xb9,0xe8,0x4f,0x46,0x35,0x24,0xb6,0xf3,0x0,0x58,0x1d,0x14, + 0x47,0x8c,0xae,0x35,0xb1,0x2f,0x0,0x1b,0x49,0x76,0x41,0x19,0x18,0x21,0x59,0xfd, + 0x8,0xe0,0xc,0x11,0xfa,0xcd,0x28,0x93,0x9c,0x14,0x93,0x79,0x8a,0xda,0x6f,0x65, + 0x58,0xf7,0x20,0xde,0x58,0x64,0x30,0x6d,0xb2,0xc1,0x7b,0xcd,0xf6,0x6d,0x8f,0xfd, + 0x4e,0x12,0xd3,0xb6,0xc4,0xb,0xb8,0xfa,0x15,0xaa,0x78,0x79,0xd9,0x84,0x53,0xd3, + 0x64,0x1e,0x7,0x48,0xf4,0x51,0xa7,0x40,0xb7,0x83,0xe1,0xd7,0xd7,0xd7,0x95,0x3f, + 0xd0,0x50,0x6f,0x6,0xbc,0x41,0x15,0x44,0xe8,0x3,0xfa,0x8e,0xd2,0xaf,0x1e,0x30, + 0x43,0xc2,0x19,0x72,0x9a,0xd3,0x79,0x2e,0x1,0xfa,0x8,0x3a,0xe0,0x6d,0x77,0xbf, + 0x59,0x4f,0x35,0xba,0x7f,0xa,0x1a,0x49,0x7,0x4f,0x4d,0x4d,0xab,0x7,0x5f,0x2b, + 0x52,0xbe,0xf,0x4a,0xbe,0xb5,0x25,0x8a,0x11,0x79,0xa0,0x58,0xca,0xdf,0x3c,0x3e, + 0x3e,0x4d,0x20,0x77,0x43,0x1c,0x7,0x4d,0xa0,0x2f,0x15,0x68,0x3f,0x4a,0x9f,0xc1, + 0xe7,0xb3,0x19,0x3e,0x5e,0x2c,0x69,0xad,0x48,0xfb,0x64,0xe1,0xad,0x18,0x6c,0xc0, + 0x6c,0x3f,0x89,0x4,0x16,0xf9,0x13,0xac,0x7e,0x85,0x5e,0xa7,0x4a,0x4c,0xe2,0x9c, + 0xdc,0xe4,0x3d,0x85,0x4c,0x88,0xe5,0x9b,0x90,0x9e,0xfe,0xe0,0x63,0x83,0xc3,0x8b, + 0x7e,0x1c,0xb8,0xd7,0x37,0xc4,0xf1,0x5,0x6,0xda,0x15,0x4,0x8f,0xdd,0x84,0xfd, + 0xe8,0x37,0x51,0xbc,0xb3,0x1f,0xc6,0xed,0x28,0xdb,0x36,0xf8,0x78,0xb1,0x4,0x10, + 0x44,0x90,0x9f,0xec,0x85,0xc8,0x28,0x77,0x79,0xdf,0x47,0xa2,0xf8,0xa6,0x7c,0xbc, + 0x9c,0x4c,0xba,0x42,0x95,0x88,0xe4,0x78,0xfa,0xb6,0xf7,0x18,0xf0,0xed,0xd9,0x1d, + 0xc8,0xde,0x4e,0xf7,0x81,0x81,0xc1,0x79,0x3f,0x50,0x7d,0xd3,0xe2,0x38,0x7e,0x67, + 0xab,0xb7,0xe5,0x35,0x66,0xaa,0x40,0xd1,0xec,0x8a,0x6,0xa7,0x67,0x6e,0x53,0xbd, + 0x7e,0x97,0xf7,0xdb,0xeb,0x60,0x6c,0x11,0xf8,0x67,0x26,0xf4,0xad,0xb5,0x28,0x1, + 0x84,0x91,0x51,0x37,0xd9,0xe0,0x86,0xf9,0x71,0xb3,0x8a,0xf4,0xf9,0x17,0x1a,0x80, + 0x77,0xab,0xd2,0xa,0x9c,0x3b,0x67,0xe,0xdf,0x72,0x8a,0xb5,0x4e,0x47,0x40,0xdf, + 0xd7,0xdd,0x3b,0xf7,0x66,0x17,0x7c,0xf0,0xea,0x38,0xbe,0xed,0xdc,0x38,0xbe,0x71, + 0x66,0xec,0xcf,0xcc,0x9a,0x29,0x24,0x8a,0xbb,0xce,0x4c,0xcf,0x8e,0xfd,0x15,0xaf, + 0x55,0xbd,0xc,0x68,0x1a,0x83,0x60,0x2b,0x47,0x6,0x40,0x82,0x73,0x82,0x80,0x35, + 0x51,0x49,0x4,0x53,0x31,0x30,0x99,0x78,0x10,0x8a,0x89,0xe0,0x39,0xe,0xd7,0xf6, + 0x64,0xd0,0x87,0x55,0x69,0x1,0x1e,0x37,0xe3,0xee,0x30,0x3,0xa5,0x11,0xa4,0x1c, + 0xc9,0x3b,0x7,0x87,0x3a,0x6e,0xa,0x83,0x2b,0x17,0xc5,0xfe,0xea,0x36,0xef,0xcf, + 0xad,0x31,0xb,0xab,0xdd,0xe4,0x4a,0x3,0x68,0x82,0xda,0x95,0x66,0x17,0x0,0xab, + 0x3c,0xc,0x5,0x50,0x6e,0x6,0xab,0x56,0x88,0xc1,0x90,0xa4,0x5a,0xd5,0x28,0x3b, + 0xc0,0xa7,0x3c,0x56,0x38,0x15,0x10,0xb1,0xe3,0x8b,0xfe,0x3e,0x1f,0xfa,0x80,0x28, + 0x1,0x60,0x66,0x5c,0x6f,0xc6,0xef,0x5b,0x9a,0x91,0xfe,0x3,0x72,0x55,0x9f,0x6f, + 0xfd,0xef,0x30,0xf8,0xeb,0x25,0x71,0x7c,0x75,0xab,0xf7,0x17,0xd4,0x99,0xe5,0x2a, + 0x4e,0x93,0x1c,0xa5,0x65,0xcc,0x58,0x68,0xb6,0x7c,0xb6,0xea,0xac,0x3d,0xde,0xef, + 0x33,0x18,0xed,0x9f,0xb0,0x88,0xc1,0xfa,0x57,0x2e,0x43,0xee,0x5d,0x5f,0xe,0xa1, + 0xa0,0x18,0x92,0x7e,0x5d,0x79,0x2b,0x4,0xd7,0xa2,0x5a,0x5f,0x35,0xd6,0x29,0xa3, + 0xf7,0xaa,0x22,0xc0,0x74,0x51,0x76,0xb7,0x34,0x40,0xcf,0x0,0x9f,0x2c,0x8c,0xb4, + 0x7c,0x2d,0xc,0x2f,0x5d,0x14,0xfb,0xf7,0xcc,0xf0,0xfe,0x92,0x7a,0xb3,0xda,0xe7, + 0x62,0x7c,0xe2,0xf3,0xb9,0xd8,0x9c,0x73,0x44,0x16,0xee,0x81,0x4d,0x6,0x83,0x6, + 0x5e,0xaa,0xf8,0xb,0x58,0xbf,0x1f,0x20,0x36,0xac,0xaf,0xda,0x7d,0xb2,0x94,0x57, + 0x85,0x70,0x96,0x48,0x6b,0x82,0x5,0x2e,0xcd,0x0,0xd9,0xc9,0xde,0xb,0xaf,0x4c, + 0x35,0x7c,0xb3,0x28,0xd7,0xc7,0x11,0x2f,0x1b,0x2c,0xd4,0x7e,0x31,0xc,0x5f,0xb1, + 0x24,0xf6,0xef,0x6b,0xf3,0xfe,0xd2,0x3a,0xb3,0x86,0xe0,0x18,0x2b,0x3e,0x59,0xcb, + 0x1b,0xd,0x2f,0x55,0x39,0xf3,0x2e,0x58,0x65,0x10,0xba,0x44,0x97,0x59,0xe5,0x48, + 0x8,0x5e,0xdf,0xdb,0xb,0x60,0x5d,0x66,0x9d,0xad,0x50,0x74,0x90,0x5,0xc1,0x30, + 0x10,0x43,0x10,0x9a,0xb0,0x99,0xe,0x1a,0xe2,0x43,0x5e,0xd6,0x29,0xd1,0x5,0xef, + 0xf6,0x46,0xb0,0xa8,0x83,0xd5,0xbb,0xf6,0xd7,0x5c,0x63,0x76,0xed,0xc2,0xd8,0x7f, + 0xac,0xc1,0xfb,0x96,0x63,0x89,0xfa,0x61,0x89,0x96,0x9,0xad,0xc6,0x4c,0x96,0x9b, + 0x2d,0xcf,0xa9,0x4c,0x1f,0xf7,0xd6,0x69,0x13,0xcc,0x78,0xfd,0x59,0x14,0x3,0xd8, + 0x7e,0xef,0xb7,0x1,0x23,0xce,0x48,0x92,0x96,0x69,0xaa,0x4a,0xbd,0xd1,0x26,0x32, + 0x6f,0xa1,0xd3,0x56,0x20,0x2b,0x20,0xa7,0x4a,0x21,0xbc,0x5,0xe3,0xa2,0xee,0x3, + 0xbc,0xc6,0x38,0x7f,0x7e,0xec,0xff,0xb9,0xd1,0xfb,0x96,0x13,0x65,0xbc,0xda,0x53, + 0x5c,0x64,0x2c,0x5a,0x89,0xcc,0x25,0x31,0xf4,0xb4,0xda,0x49,0xd0,0xba,0x44,0xd2, + 0xad,0x1f,0xf6,0x44,0x66,0x9d,0xee,0x20,0xf3,0x69,0xce,0xce,0x8c,0x66,0xb3,0xf6, + 0x33,0x55,0x97,0xa6,0x1d,0x4,0x1,0x27,0x90,0x10,0x3c,0x6,0xc5,0x24,0xe6,0xaa, + 0xc,0xd,0xb3,0x0,0xce,0xad,0x33,0x6b,0x9d,0x18,0xf5,0xa9,0x34,0xc7,0x73,0x33, + 0x3e,0xf1,0xbb,0x36,0xb3,0x96,0x97,0x88,0x2c,0x7,0x6a,0xd,0x82,0x90,0x43,0x31, + 0x7e,0xed,0x48,0xd7,0xf3,0xae,0x72,0xdc,0x3b,0x6c,0x3c,0xe9,0x48,0x13,0x93,0x95, + 0x84,0x25,0x46,0xad,0x59,0xcd,0xd9,0xa2,0xe7,0x3,0x2d,0x3e,0x31,0xc7,0xa5,0xe6, + 0xd8,0x3c,0x1d,0x17,0xf5,0x9a,0xf1,0x2a,0x55,0x0,0x2d,0x26,0x8a,0xca,0x26,0x32, + 0x58,0xb9,0xef,0x55,0x2d,0xee,0x77,0x5a,0x9a,0x8a,0x34,0x0,0xd4,0x63,0xe1,0xb9, + 0xd8,0xa,0x44,0xf2,0x6,0x99,0xb8,0x4a,0x8a,0xd5,0xcc,0x78,0x97,0x53,0x8b,0xcc, + 0x17,0x7a,0x60,0x8d,0x99,0x95,0x13,0xe6,0x49,0xb3,0xb5,0x10,0x18,0x2c,0xc0,0xce, + 0xbb,0x28,0x70,0x67,0x0,0x75,0x1e,0xdc,0x70,0x2a,0xe,0xe1,0x54,0xb8,0x9b,0x2, + 0x95,0x80,0xfb,0x7c,0x22,0x9c,0x8f,0x9a,0x3d,0x36,0x28,0xb2,0xa7,0x7a,0xc5,0x1d, + 0x30,0x26,0x12,0xaf,0x71,0xfa,0xf4,0x37,0x54,0xef,0x1b,0x83,0xd1,0x6a,0x49,0x78, + 0xae,0x6d,0x10,0x18,0x2c,0x86,0x65,0x4b,0x44,0x3a,0x48,0xf2,0x9a,0x7,0xf5,0xbd, + 0xab,0x11,0xa1,0x6c,0xc2,0x5e,0x8c,0x69,0x2a,0xd1,0x32,0xe4,0xf2,0x1a,0x2c,0x9f, + 0x20,0x6a,0x7,0x5b,0xce,0xa8,0xcf,0x89,0x8c,0x3f,0xe8,0xfd,0x3a,0xf,0x85,0x7a, + 0x28,0x37,0x92,0xb8,0x87,0x27,0xb,0x80,0x6,0x20,0x0,0x79,0xc4,0x6c,0x68,0x81, + 0x73,0xe3,0x79,0x58,0x9a,0x81,0xba,0x48,0xc4,0xef,0x52,0xed,0xbe,0x43,0xf5,0x57, + 0x37,0x18,0x77,0x5e,0xe,0x73,0x2f,0xf1,0xf6,0xa2,0x20,0x5d,0xc9,0xea,0x66,0x1c, + 0xb9,0x55,0x48,0xae,0xb3,0x1b,0x54,0x37,0x6c,0x30,0xdb,0xa,0x8c,0x48,0xea,0x1b, + 0xb8,0x18,0x28,0x88,0x31,0x6,0xf2,0x14,0x8c,0xbf,0x5c,0x65,0xc9,0x34,0xe3,0xc5, + 0x13,0x3b,0xe,0x80,0x46,0xa4,0xa3,0xac,0xba,0x75,0x8b,0xf7,0x3b,0xd,0x8a,0x35, + 0x10,0x7,0x24,0x1e,0x52,0x86,0xe7,0x17,0x24,0xc8,0x91,0xf8,0xe2,0x4d,0x89,0xa5, + 0x16,0xaf,0xf2,0x7e,0xfb,0x5e,0xd5,0xf5,0xcf,0xaa,0x3c,0xfb,0x88,0xc8,0x63,0xdf, + 0x85,0x9f,0xdf,0xe9,0xfd,0xaa,0xcb,0x54,0x1b,0xfe,0xd1,0xec,0xef,0xa7,0x99,0xd5, + 0x4f,0x9c,0x63,0xc,0xf6,0xc7,0xc0,0x15,0xf3,0x86,0xcb,0xa4,0xe0,0x54,0xb6,0x41, + 0x20,0x92,0xe9,0x15,0xe9,0xba,0xc7,0xec,0x71,0x60,0x48,0x93,0xb2,0x82,0x24,0xef, + 0x36,0x4b,0x84,0x76,0x15,0xeb,0xf6,0xe6,0xe7,0x3a,0xf5,0xb,0x8c,0x57,0xe5,0x26, + 0x84,0x9e,0x5,0xc8,0x99,0xd5,0x4e,0x17,0x99,0xf6,0x47,0xe1,0x89,0x1e,0xb3,0x7e, + 0x81,0xf2,0x85,0x60,0x39,0x12,0x7f,0x3d,0xcb,0x89,0xfb,0xca,0xa9,0x9f,0x4f,0x6f, + 0x2,0x82,0x1f,0x83,0xd2,0xb3,0x66,0x5d,0x8f,0x79,0x7b,0x6a,0x9d,0xd9,0x86,0xfd, + 0x66,0xdb,0x96,0x39,0xe7,0x3f,0x3,0x1f,0x5e,0xe4,0xfd,0x59,0x93,0x29,0xc6,0x7d, + 0x22,0x85,0x5b,0x54,0x1f,0x3f,0xd7,0xac,0xbd,0x1e,0x82,0x6a,0xab,0x2d,0x0,0xa, + 0x22,0xd1,0x5d,0x22,0x8f,0x8e,0x27,0xae,0x7d,0xd1,0xc0,0x5c,0x8,0x8c,0x23,0x94, + 0x48,0x42,0x3d,0xdb,0x60,0xf0,0x2,0xd5,0xc5,0xd3,0xbd,0x5f,0xa1,0x72,0xa4,0x6, + 0x6e,0x32,0x66,0xb6,0xab,0x86,0xbf,0x83,0x8d,0x5,0xb3,0x42,0x2f,0x44,0x43,0x60, + 0xb3,0x49,0x62,0xe4,0x27,0x4a,0x45,0xa0,0x31,0x95,0xa4,0xd1,0x44,0x94,0xbd,0x41, + 0x31,0x80,0x51,0xf,0xc3,0xf5,0xce,0xf9,0x2f,0xa,0xd7,0xbc,0xd8,0xfb,0xb7,0x67, + 0x41,0x27,0x13,0xfd,0x5f,0x3a,0x5d,0x77,0x8b,0xd9,0xfd,0x57,0x89,0x9c,0x39,0xdd, + 0xac,0x7e,0xe2,0x18,0x2a,0x92,0xfd,0xbd,0xb0,0xf6,0x59,0xb3,0x9d,0xe9,0x30,0xde, + 0x45,0xe9,0xaa,0x7d,0x25,0x70,0xac,0x37,0xe8,0x34,0x2b,0xb7,0xaa,0x16,0x16,0xc3, + 0xcb,0x6b,0x8d,0x86,0x6a,0x29,0x70,0xc9,0x4,0xb5,0x15,0x16,0xcf,0x52,0x8d,0x1e, + 0x32,0xfb,0xe3,0x38,0x8c,0xd5,0x41,0x2c,0x49,0xa8,0x8a,0x15,0x41,0x32,0x9b,0x13, + 0xd1,0xd,0x15,0x97,0x73,0x1c,0x88,0x33,0x21,0x12,0x38,0x5b,0x15,0xfb,0x98,0xc0, + 0x85,0xdf,0x55,0xf9,0x87,0xf3,0x62,0xff,0xd1,0x46,0xb3,0x9a,0x89,0xa9,0x31,0x7, + 0xec,0x50,0x1d,0xf8,0xac,0x70,0xdb,0x3a,0xb3,0x27,0xdf,0x2c,0x72,0xfa,0x69,0x66, + 0x73,0x27,0xf6,0x6f,0xa0,0xf,0x8b,0xae,0x7f,0xd2,0xec,0xa9,0x74,0xb8,0x38,0x39, + 0x77,0x80,0x8f,0x44,0x31,0xe3,0x98,0x29,0x94,0x6f,0x8a,0xe3,0xb5,0x9b,0x55,0x6f, + 0xf3,0x10,0x7,0x69,0xbd,0x4e,0x70,0xb0,0xac,0xcd,0x68,0xf0,0xbe,0xe6,0x12,0xef, + 0xdf,0xff,0xef,0xce,0x5d,0x93,0x57,0x9d,0xdb,0xf,0x35,0xe3,0xe0,0xde,0x1a,0x28, + 0xbb,0x22,0xc8,0x90,0x54,0x79,0xe6,0xa7,0xc6,0x37,0x0,0xaf,0x51,0xe5,0x32,0x55, + 0xde,0xa2,0xca,0xbb,0x45,0x28,0x1a,0x7c,0xba,0xad,0x8d,0xb3,0x32,0x61,0xe3,0xf, + 0x45,0x3e,0x78,0x5e,0xec,0x3f,0xd5,0x64,0xd6,0x30,0xf1,0xc8,0x73,0xc0,0xa8,0x88, + 0xff,0x89,0xc8,0x43,0xf,0xc6,0xfe,0xf1,0xc8,0x6c,0x6b,0x9f,0xca,0x13,0xa5,0x23, + 0xbc,0x5a,0x18,0x15,0xca,0x7d,0x66,0xa3,0x54,0x79,0xc5,0xe,0x12,0xe5,0x35,0x4e, + 0x12,0xf2,0x99,0x27,0x70,0xc0,0x88,0xfa,0x45,0xf6,0x2d,0x17,0x59,0xde,0x62,0x76, + 0xda,0x44,0xc4,0x53,0x7d,0x90,0x99,0x85,0xbd,0xf8,0xc,0xd5,0x7c,0xb7,0xe8,0xce, + 0x67,0xcc,0x86,0xd6,0x78,0xf3,0xf3,0x45,0xac,0x1d,0xf8,0x1b,0x11,0xba,0x81,0x8c, + 0x8,0x1,0x49,0x7c,0x7f,0x62,0xd,0xcf,0x85,0xa,0x73,0x4,0xda,0x5,0xce,0x42, + 0x68,0x33,0xe3,0x9b,0x66,0x34,0xb7,0x4c,0xe3,0xfd,0x23,0x5,0x76,0x8f,0x8d,0xcf, + 0xf9,0x90,0xb7,0x4f,0xbc,0x28,0x8e,0x3f,0xd6,0x6c,0xd6,0x38,0x99,0x61,0x4,0xf0, + 0x90,0x73,0x4f,0x7d,0xc6,0xfb,0x5b,0x86,0x93,0x3c,0x4a,0x67,0xbb,0xba,0x91,0x33, + 0xe0,0xa2,0xbc,0x59,0x53,0x65,0xac,0x92,0x8,0xf7,0xab,0xae,0xfb,0x9a,0xd9,0x2f, + 0xc6,0x93,0xf4,0xfd,0x30,0xe0,0xf,0x43,0xa2,0x91,0x24,0xa6,0x9c,0x7,0x7b,0xd6, + 0xac,0x90,0x73,0xae,0x6b,0x11,0x9c,0xd7,0x68,0x96,0x9f,0xcc,0x28,0xc9,0x1a,0x41, + 0xbb,0x71,0xe6,0x99,0x22,0x2b,0x66,0x38,0x57,0xf8,0x3,0xf4,0x74,0x9a,0x95,0x77, + 0x80,0x9,0x70,0xa1,0x8,0x1b,0xcd,0xb8,0x4e,0x85,0x21,0xe0,0x7c,0x11,0x96,0xab, + 0x70,0x36,0xc2,0x79,0x22,0xcc,0x4e,0x7b,0x7b,0xd6,0x84,0x7b,0xcd,0x58,0xd0,0xdc, + 0xc4,0x86,0xa5,0xa7,0xf3,0x91,0x3d,0x7b,0x6b,0x6f,0x74,0xee,0x95,0x57,0x79,0xff, + 0xb9,0xa5,0xde,0xff,0x6d,0x83,0x59,0x76,0x32,0x8b,0x50,0x80,0x4d,0xaa,0xfb,0xaf, + 0x13,0x6e,0xde,0xe8,0x6d,0xd,0x49,0x7a,0x7e,0x68,0x8d,0x59,0x4f,0xde,0xb9,0xde, + 0x1a,0x91,0x59,0x88,0xd4,0xf4,0x88,0x14,0xee,0x55,0x5d,0xfb,0x39,0xb3,0xdb,0x76, + 0x9a,0x6d,0xe2,0x50,0x56,0xcb,0xe,0x93,0x93,0x56,0xe,0x25,0x21,0x36,0x43,0x50, + 0x82,0xe6,0x8f,0x6,0xc1,0xdb,0x5e,0xeb,0xfd,0x75,0x2d,0xde,0x4f,0x9a,0x30,0xa9, + 0x78,0x46,0x83,0xaa,0xfd,0xdb,0x54,0x7e,0xf9,0x30,0xf2,0xc3,0x3b,0xcc,0xfe,0x30, + 0x18,0xc7,0x7d,0x24,0x8a,0x3d,0x3e,0x1f,0xb8,0x55,0xd5,0x16,0x5c,0x76,0x31,0xf2, + 0xeb,0x7,0xf,0x75,0x50,0x93,0x65,0x75,0x3e,0xcf,0x85,0xfb,0xf6,0x3,0xc8,0xac, + 0x30,0xac,0xff,0x27,0x38,0xeb,0x1c,0xb3,0x77,0xcc,0xf3,0xfe,0x4d,0x79,0xef,0xdb, + 0xaa,0x3d,0xc0,0x89,0x0,0xec,0x50,0x1d,0xbc,0x41,0xe4,0x96,0x9b,0xe3,0xf8,0x2e, + 0xe0,0x69,0x60,0x7f,0x2d,0x14,0xc7,0x20,0x34,0x68,0x5e,0xe2,0x74,0xf1,0x42,0x58, + 0x30,0x68,0x4,0xeb,0xcc,0xba,0xc7,0xcd,0xf6,0x2,0x9d,0x24,0xd5,0x2a,0xa5,0xa, + 0xf,0x47,0x30,0x65,0x40,0x1b,0x48,0x57,0x62,0xe8,0xcd,0xf8,0x54,0x10,0xbc,0xfb, + 0xd5,0xde,0x7f,0x34,0xef,0x7d,0xbe,0x2a,0x50,0x72,0xc4,0x67,0xc,0xc,0xa9,0xf6, + 0x74,0x8a,0xac,0x7e,0x46,0xe4,0x81,0xcd,0xf0,0xf8,0x5a,0xd8,0xbb,0x39,0x8e,0xf, + 0x60,0x36,0xce,0xc4,0x90,0x9a,0x6a,0xe6,0x82,0x30,0x68,0xb8,0xc8,0xfb,0xf6,0x25, + 0xc8,0x5f,0xcd,0xf7,0xfe,0xb2,0xe,0xb3,0x97,0x37,0x7b,0xdf,0x51,0x49,0x4e,0xea, + 0x51,0x0,0xd8,0xab,0x5a,0xf8,0x82,0xc8,0x1d,0x5f,0x89,0xe3,0x9f,0x2,0x5b,0x48, + 0xea,0x13,0x46,0x1,0x9f,0x7,0x19,0x84,0xc0,0x27,0x3b,0xaf,0x96,0x84,0x8f,0x88, + 0xc3,0xf3,0x6,0x36,0x29,0x0,0x21,0x87,0x7c,0xde,0x7a,0x90,0xee,0xe4,0x88,0x6e, + 0xfb,0xd7,0x20,0x78,0xe7,0xe5,0xde,0x5f,0xdb,0xea,0x7d,0xeb,0x44,0xc0,0xaa,0xa5, + 0xa1,0x2,0x60,0x51,0xa4,0x34,0x2a,0xd2,0xdd,0xf,0xcf,0x14,0x45,0xb6,0xc5,0x2a, + 0xfb,0x47,0x90,0x3,0xe9,0xa9,0x91,0x6d,0x80,0xc6,0x8c,0xf7,0xed,0x39,0x6c,0xe1, + 0x34,0x63,0x71,0x83,0x59,0x7b,0xce,0x2c,0x1b,0x56,0x31,0x2e,0x93,0x30,0x2f,0xc0, + 0x4e,0xd5,0xc1,0x2f,0x8b,0xdc,0xf9,0xd5,0x38,0xfe,0x39,0xf0,0xc7,0x94,0xf9,0x61, + 0xc0,0x57,0xd2,0xea,0xe9,0x3c,0xaa,0x7f,0x56,0x29,0x18,0xf1,0x93,0xcd,0xff,0x30, + 0xca,0x93,0x58,0x66,0xbd,0x40,0xd,0xc8,0x50,0x72,0x3b,0xe3,0x23,0x41,0xf0,0xba, + 0x2b,0xbd,0xbf,0x76,0xae,0xf7,0xb,0x74,0x92,0x4e,0x26,0x82,0x51,0x79,0xc7,0x73, + 0x30,0xd6,0x18,0xa7,0x93,0x54,0x5,0x17,0xa4,0xb5,0x7f,0x93,0x39,0x3c,0x13,0x3f, + 0x5d,0xda,0xcf,0x46,0xd5,0xce,0x2f,0x89,0xfc,0xe8,0xd6,0x38,0xbe,0x8f,0xa4,0x3e, + 0xa1,0x33,0x65,0xfe,0x30,0x43,0x34,0x4b,0x62,0x5b,0x1c,0x8b,0x26,0xad,0xf9,0x1b, + 0x27,0x31,0x48,0x3c,0x89,0xa6,0xa8,0x87,0xb8,0x4,0xc5,0x35,0xde,0xef,0x18,0x56, + 0x7d,0xba,0x4d,0xb5,0x2d,0xf,0xb3,0x2a,0x6,0xc9,0xd1,0x56,0xaa,0x72,0xef,0x52, + 0xa9,0xa,0x41,0x43,0x70,0x21,0x68,0xc0,0xe1,0x6e,0xed,0x73,0x35,0x7,0x14,0x44, + 0xe2,0x55,0xce,0x3d,0x79,0x1d,0xdc,0x7c,0x8f,0xf7,0xab,0x38,0x46,0x65,0xca,0x54, + 0xcd,0xf2,0xa3,0x16,0x3d,0x8e,0xa5,0x93,0x76,0x29,0x92,0x75,0x10,0x47,0x50,0xdc, + 0x62,0xd6,0xb9,0x4e,0xe4,0x89,0x3a,0xa7,0x63,0x79,0x64,0x76,0x3,0xd6,0x58,0xf1, + 0xaf,0x27,0x3,0xe1,0x58,0x8c,0x1d,0xeb,0x3e,0x16,0xd8,0xaa,0xda,0xf3,0x1d,0xd5, + 0x7b,0xae,0xf3,0xfe,0x7,0x5b,0xcc,0xd6,0x72,0xa8,0x38,0x63,0x84,0xe7,0x59,0x9f, + 0xf0,0x9c,0x55,0x9f,0x95,0xfc,0x7c,0x1d,0x89,0xe6,0xc8,0x26,0xe6,0x69,0xa9,0xcf, + 0xec,0xc0,0x2a,0x6f,0x1b,0x3b,0x55,0x37,0x65,0x45,0xad,0x4e,0xa4,0xb5,0x16,0xea, + 0xc2,0x2a,0x26,0xa6,0x2,0xc4,0x64,0xcf,0x2b,0xae,0x6f,0x59,0x84,0x9d,0xaa,0x3, + 0x77,0xa9,0xae,0xbe,0x51,0xb8,0xf5,0xd6,0xd8,0xdf,0x3b,0xa,0x9b,0x49,0xce,0xf0, + 0x3e,0xe,0xd5,0x50,0x3c,0x2f,0x9a,0x52,0x94,0xb7,0x86,0xe4,0x3c,0x8b,0x48,0xd2, + 0xd4,0x45,0xd0,0x72,0xa2,0x17,0xea,0x11,0x69,0x7f,0x8d,0xea,0x8b,0x2f,0x17,0x2e, + 0x3d,0xd3,0xec,0x25,0xb3,0xbc,0xcd,0xa9,0x83,0x5c,0x26,0xd,0x9b,0x56,0x7,0x26, + 0x8e,0x15,0xbd,0x89,0x44,0x18,0x86,0xe2,0xe,0x95,0xfd,0xbf,0x13,0x59,0xff,0x33, + 0xb3,0x35,0xf,0x7b,0xdb,0x44,0x72,0x7c,0x75,0x93,0x24,0x43,0x47,0x39,0x89,0x39, + 0x8a,0xa9,0xd7,0xf8,0xa7,0x23,0x86,0x1c,0xac,0xe1,0x91,0x18,0x9c,0xaf,0x0,0x1, + 0xd3,0x96,0xaa,0xce,0x7f,0xa9,0xc8,0xd9,0x2b,0xe1,0xec,0xd9,0x66,0x4b,0x66,0xc2, + 0xcc,0x6,0xb3,0xba,0x2c,0x84,0x21,0x4,0x49,0xae,0xf6,0x50,0x39,0x9c,0x87,0x68, + 0x1c,0xa2,0x82,0xc8,0xe8,0x1e,0xe8,0xda,0x26,0xb2,0xfd,0x77,0xb0,0xe5,0x11,0xb3, + 0xcd,0x3b,0xbc,0xdf,0x4d,0xa2,0x87,0xfb,0x38,0x54,0x70,0x59,0x5d,0x6a,0x7b,0x52, + 0xe8,0xb8,0xe3,0xfc,0x2e,0x5,0xa2,0xb2,0x77,0xe2,0xa4,0xa2,0xdd,0x59,0xa2,0x78, + 0x6b,0x52,0x30,0x9a,0xa7,0xab,0xce,0x58,0x4,0x33,0x3a,0x84,0x99,0xed,0xc8,0x8c, + 0x99,0x22,0xcd,0xb5,0x58,0x8e,0xa4,0xfc,0x97,0x11,0xa1,0xb8,0xcf,0x18,0xee,0x34, + 0xeb,0xdb,0xb,0xdd,0xcf,0x42,0xdf,0x40,0x92,0x83,0x1c,0x4c,0x19,0x2e,0xa4,0x6d, + 0x9c,0x43,0x69,0xb9,0x93,0x4e,0xcf,0x2b,0xd1,0x51,0x11,0xdd,0x38,0xf9,0xac,0x94, + 0xfe,0xa7,0xa,0x9f,0x6c,0xda,0x72,0x24,0x87,0x4a,0x98,0xb6,0xca,0xe9,0x68,0x1c, + 0x5e,0x2a,0x5b,0x4c,0x99,0x2d,0xa6,0xf7,0x65,0x5e,0x80,0x74,0xdc,0x49,0xcb,0xf4, + 0x84,0xe9,0x6c,0xfd,0xa1,0x7e,0xab,0x4f,0xc1,0xc9,0x7c,0x98,0x6a,0xc3,0x24,0xae, + 0xba,0x7e,0x41,0x13,0xb0,0xa7,0x34,0xd5,0x35,0xc5,0xf1,0xfe,0xaf,0xfc,0x3f,0xf4, + 0x2f,0xf4,0x17,0xfa,0x73,0xa4,0xff,0x5,0x1c,0xb0,0x1f,0x6b,0xb3,0x5b,0xf7,0x7c, + 0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65, + 0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x32, + 0x32,0x3a,0x33,0x31,0x3a,0x31,0x36,0x2b,0x30,0x38,0x3a,0x30,0x30,0x64,0x15,0x1c, + 0xc6,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f, + 0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x31,0x2d,0x30,0x35,0x2d,0x31,0x38,0x54, + 0x32,0x32,0x3a,0x30,0x32,0x3a,0x30,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0x96,0x40, + 0xd3,0x31,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61, + 0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d, + 0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65,0x2f, + 0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d, + 0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79, + 0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0, + 0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68, + 0x74,0x0,0x31,0x32,0x38,0x43,0x7c,0x41,0x80,0x0,0x0,0x0,0x17,0x74,0x45,0x58, + 0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57, + 0x69,0x64,0x74,0x68,0x0,0x31,0x32,0x38,0xd0,0x8d,0x11,0xdd,0x0,0x0,0x0,0x19, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74, + 0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56, + 0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x33,0x30,0x35,0x37,0x32,0x37,0x33,0x32,0x30, + 0xd0,0xc2,0x92,0x31,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x31,0x30,0x36,0x33,0x42,0xde,0xe3, + 0xd4,0xf8,0x0,0x0,0x0,0x5e,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a, + 0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d, + 0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74, + 0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e, + 0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69, + 0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x32,0x36,0x38,0x2f,0x32, + 0x36,0x38,0x36,0x31,0x2e,0x70,0x6e,0x67,0x64,0xc4,0xa6,0xb4,0x0,0x0,0x0,0x0, + 0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/canvas.png + 0x0,0x0,0x3,0xb5, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x3,0x57,0x49,0x44,0x41,0x54,0x78,0xda,0x4c, + 0x93,0x7b,0x68,0x1c,0x55,0x14,0xc6,0x7f,0x33,0xbb,0x3b,0xfb,0xc8,0x6e,0xf6,0xd1, + 0xc4,0xdd,0x64,0xb3,0xcd,0xb,0xda,0x26,0x31,0xa9,0x49,0x8,0xfa,0x47,0x9,0x16, + 0xdb,0x8a,0x55,0x52,0xa,0xa5,0x85,0x52,0x35,0xa9,0x20,0x52,0xed,0x1f,0xa2,0xc4, + 0xfe,0xa3,0x44,0x44,0xc4,0x22,0x22,0x15,0xa5,0x8a,0x8f,0x2a,0x5a,0x54,0xa8,0xad, + 0x8d,0x68,0x5b,0xfa,0xd8,0x8d,0x26,0x6,0x85,0xb6,0x92,0x54,0x45,0xd2,0xda,0x74, + 0x5b,0xd4,0x9a,0xcd,0xc3,0xee,0xc6,0xdd,0x9d,0x99,0x1d,0xcf,0xac,0x6,0x72,0x87, + 0x3b,0x77,0xe6,0xcc,0xdc,0xef,0x9c,0xef,0x3b,0xdf,0x55,0x2c,0xcb,0x62,0x69,0xbc, + 0x76,0x7c,0xc4,0xb2,0xdf,0xed,0x59,0x2a,0x49,0xdc,0x5e,0xcb,0xcf,0xa5,0xff,0x63, + 0x26,0xa6,0x84,0x43,0xfe,0xa,0x66,0x66,0x67,0x7,0x5e,0x18,0xd8,0x7a,0x88,0xa5, + 0xd,0xf6,0x7c,0xf5,0x58,0xd2,0x5a,0x3e,0x4c,0x41,0x29,0x1a,0x96,0x95,0xcd,0x9b, + 0xd6,0x4c,0x56,0xb7,0xae,0xcd,0x15,0xac,0xa1,0xf,0x87,0xad,0x4c,0xae,0x68,0xbd, + 0x72,0xe4,0x8c,0xf5,0xcc,0x5b,0x9f,0xf5,0x3b,0x7,0x7,0x7,0x9,0x45,0x22,0x68, + 0x9a,0x7,0xb5,0xf1,0x8e,0x72,0x25,0x23,0x93,0x57,0xa8,0xf6,0x39,0x90,0x94,0xcc, + 0xe5,0xd,0x1c,0xa1,0x28,0x86,0xa4,0x2e,0x18,0x96,0x54,0x50,0x22,0xe2,0x73,0xb1, + 0xfb,0xbe,0x5e,0xe,0x1e,0x3f,0xf3,0xbe,0xb3,0xbc,0x43,0xb2,0x2b,0x72,0x49,0x1d, + 0xa4,0xd3,0xd7,0xa9,0xab,0x70,0x91,0xa8,0xab,0x21,0x9b,0x5d,0xc4,0x9d,0xbb,0xc5, + 0x9c,0x2,0x4e,0x7f,0x10,0x87,0x29,0x54,0x64,0xee,0x7b,0xe7,0x8,0x96,0x80,0x1b, + 0xa6,0x89,0x6a,0x97,0xae,0xa8,0x2a,0x85,0x42,0x1e,0x72,0xb,0x65,0x9e,0x4d,0x8d, + 0x9,0x14,0xc5,0x22,0x1c,0xe,0x30,0x31,0x39,0xc9,0xfc,0x6c,0x6,0x8f,0xa4,0xf2, + 0x3a,0x55,0xfa,0x1e,0xe8,0x63,0xd3,0xfa,0x7b,0xd8,0xbb,0x7d,0xb,0x7a,0x51,0x47, + 0x55,0x14,0x85,0x42,0x3e,0x2f,0x14,0xb4,0xed,0x9b,0xba,0x5b,0xa9,0xaf,0xaf,0xa7, + 0x20,0x1f,0x9c,0x4e,0x17,0x3f,0x5f,0xbc,0x42,0x38,0xd6,0x48,0x43,0x53,0x23,0x9a, + 0x2a,0x0,0x2e,0x4,0x48,0xc5,0xed,0x54,0xe4,0x59,0x2d,0x8b,0xab,0xda,0xb7,0xe8, + 0x6d,0xd5,0xf,0xf5,0x3f,0xbc,0xeb,0x8d,0xf6,0x96,0x55,0x14,0x8b,0x6,0x6e,0xcd, + 0xc5,0x57,0xdf,0xe,0xf3,0xf2,0xa9,0x97,0xa8,0x70,0xab,0x84,0x84,0xa5,0x26,0x92, + 0xb8,0x1d,0xff,0x81,0x38,0xa5,0x62,0x8f,0x80,0x98,0xa6,0xe8,0xd3,0xd1,0xb1,0x76, + 0xe0,0x5c,0x72,0xfc,0xc0,0x4c,0x26,0x1b,0x6e,0x6f,0x5f,0x43,0x40,0x5a,0x74,0xf6, + 0xf4,0x39,0xf6,0x9f,0xdd,0xc5,0xd1,0xf0,0x28,0x9f,0x4f,0x9d,0x22,0x33,0x9d,0xa6, + 0xcd,0xbb,0x92,0xa0,0x37,0x80,0xe2,0x72,0x92,0x2b,0x16,0xa9,0xad,0x74,0x33,0x3c, + 0xfa,0x3,0x8e,0xfe,0x47,0xf7,0x1e,0x3d,0xf8,0xc1,0x58,0x34,0x79,0xfa,0x24,0xae, + 0xaa,0x6a,0xdc,0x1,0x3f,0x77,0x7f,0xb9,0xc0,0x6f,0x6a,0x2b,0xeb,0xbc,0x5f,0xb3, + 0xcd,0x9d,0xa1,0xf2,0xe2,0x28,0x3b,0x2e,0xbc,0x49,0xe6,0xda,0xd,0x56,0xfb,0xe3, + 0xf8,0x3c,0x1,0xa2,0x41,0x1f,0xc7,0x92,0xdf,0xa3,0xae,0x4c,0x24,0x7c,0xc4,0x7b, + 0x20,0xb6,0x95,0x17,0x6f,0x84,0x58,0x37,0xbe,0x0,0xf1,0x55,0x10,0xdc,0x49,0x9d, + 0xb6,0x8d,0x7c,0x25,0xfc,0xb3,0x1a,0xd4,0xda,0x12,0x87,0xe,0xbf,0xc7,0xdb,0xc3, + 0x7,0xb8,0x79,0xf5,0x57,0x5b,0x3c,0x74,0xa1,0xa0,0x5e,0xba,0x30,0xfa,0xc5,0xe0, + 0xe3,0x9b,0xa1,0xb9,0x13,0x1c,0xf2,0xa7,0xaf,0x1,0x6a,0x3c,0x50,0x29,0x6d,0xd2, + 0x36,0x70,0x5d,0x38,0x27,0x22,0xf0,0xd8,0x25,0xb8,0xbd,0xaf,0x9b,0x8d,0x5d,0x7d, + 0xa8,0x55,0x89,0x72,0xf7,0x4d,0x43,0xda,0x38,0x34,0xf4,0xfc,0x73,0x15,0x99,0x91, + 0xb1,0xa1,0x27,0xda,0x20,0x60,0xc0,0xef,0xb3,0x62,0x20,0xf1,0x6b,0xd4,0xcf,0x4d, + 0x33,0xc6,0xfc,0x34,0xec,0x49,0xc3,0x8f,0x9d,0x3d,0x3c,0xdb,0xfa,0x34,0xf5,0xb5, + 0x2d,0x4,0x82,0xe1,0x32,0x80,0xa1,0x1b,0xb6,0x37,0x4a,0xd9,0x64,0xea,0x9b,0xf3, + 0x71,0x33,0xad,0xed,0x5e,0x5b,0xdd,0xd9,0xd5,0x90,0x60,0x3a,0x67,0xf1,0xb7,0x74, + 0x63,0x3a,0xd0,0xc4,0xd4,0x54,0x15,0x4e,0x7d,0x5,0xfb,0xbb,0x1e,0xc4,0xcc,0x79, + 0xb9,0xb3,0xb7,0x97,0xf9,0x45,0x11,0x31,0xa0,0x71,0xf8,0x64,0xa,0x69,0x8c,0x58, + 0x10,0xfe,0x9c,0xf8,0xe5,0x72,0x2a,0xd2,0xdc,0xba,0xaf,0xcd,0x4a,0xb3,0x3e,0x64, + 0xd1,0x5d,0x13,0x23,0x35,0x53,0x84,0x15,0x77,0xf1,0x6e,0xf3,0x1a,0xd2,0x97,0xaf, + 0xd2,0xb5,0xf1,0x7e,0x6e,0x15,0xcc,0x72,0x76,0x1b,0xe0,0xa3,0x13,0x29,0x6c,0x2b, + 0x2f,0x1d,0xc7,0xf9,0x78,0x4b,0x7,0x3b,0x77,0xdc,0xcb,0xf8,0x77,0x63,0xe4,0xce, + 0x7f,0xc2,0xa7,0x3d,0x1b,0x8,0xb8,0x17,0xf9,0xeb,0xa7,0x9,0x9e,0xda,0xf3,0x8, + 0x2e,0x97,0x8b,0xe5,0x43,0x17,0xa,0xca,0xf2,0xc0,0x93,0xaf,0x7f,0x6c,0x99,0xe2, + 0x6f,0xdb,0xe3,0xba,0x58,0xfb,0xf,0x51,0xdb,0xef,0xd6,0x20,0x12,0xc3,0x3e,0xc7, + 0xba,0x61,0x94,0x95,0xd7,0x45,0x3c,0x43,0xd7,0x31,0x64,0xfd,0x57,0x80,0x1,0x0, + 0x97,0x6d,0x84,0xf9,0x7b,0xaf,0x3f,0xce,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44, + 0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/saveAs.png + 0x0,0x0,0x3,0x0, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0xa2,0x49,0x44,0x41,0x54,0x78,0xda,0xa4, + 0x53,0x5b,0x48,0x54,0x41,0x18,0xfe,0xce,0xc5,0xbd,0xe0,0x82,0xe6,0x65,0x57,0x4b, + 0x41,0x4a,0x88,0x6e,0x6f,0x41,0x4,0x65,0x6c,0xa,0x65,0xf6,0x1a,0xe4,0x9b,0xa4, + 0x24,0x52,0x14,0x74,0x7d,0x93,0xf0,0x49,0x8,0xa1,0x87,0xa,0xa,0xb3,0xb,0x5a, + 0x28,0x92,0xa6,0xa0,0x52,0xa4,0x6f,0x1a,0xda,0x45,0x59,0x8,0x6f,0xeb,0x6a,0x6e, + 0xe9,0xae,0xa9,0x9b,0xdb,0xda,0xee,0x9e,0x33,0x33,0xcd,0xcc,0x6e,0x96,0xf,0xf5, + 0xd2,0x81,0xff,0xfc,0x33,0x67,0xe6,0xfb,0xfe,0xef,0xbf,0x1c,0x85,0x31,0x86,0xff, + 0x79,0xf4,0x7,0x4d,0x8f,0xd3,0x27,0xc2,0x76,0x1f,0xa3,0x34,0x9d,0x12,0x2,0x4a, + 0x29,0xb6,0xe7,0x65,0x73,0xcf,0xe4,0x9a,0x7f,0x7,0x65,0x54,0xae,0xc7,0xbd,0xf3, + 0xd2,0x27,0x2d,0xd4,0xd2,0x70,0x75,0x8b,0x2e,0x58,0x4,0xb8,0xfc,0x54,0x19,0x4c, + 0x2,0x74,0xf7,0xe,0xe0,0x7c,0xf9,0x31,0x8,0x65,0x42,0x5c,0xc2,0x27,0xec,0x62, + 0xfd,0x23,0xb8,0x8f,0x9f,0x4,0x25,0x26,0xba,0xda,0x9e,0xa6,0x4b,0x5,0x55,0x95, + 0x15,0xa1,0x4b,0x37,0x9b,0x25,0x38,0x18,0xa6,0x20,0xa6,0x29,0x2f,0xdf,0x7a,0x39, + 0xbd,0x49,0xea,0x39,0x77,0x1,0x8f,0x4a,0x90,0xef,0x74,0x60,0xc6,0xbf,0x2c,0x55, + 0x48,0x2,0xf1,0x12,0x1b,0x93,0xef,0x55,0x55,0x5,0xe1,0x97,0x44,0xe4,0xb,0x25, + 0x3b,0x36,0x45,0x17,0x26,0xc8,0x95,0x58,0xc,0xc5,0x9e,0xd7,0x38,0x7d,0x74,0x37, + 0x5a,0x8a,0x5f,0x54,0x48,0x2,0x1,0x12,0xa,0x34,0x85,0x93,0x11,0x22,0x2f,0x77, + 0x8f,0x2e,0xc8,0x8,0xb2,0xc4,0x7c,0x5f,0xba,0x37,0x5b,0x1c,0xc2,0x33,0xd4,0x7, + 0x5b,0x7e,0xe,0xb2,0x4c,0x3,0x9e,0x81,0x81,0x87,0xc9,0x1a,0x30,0x18,0x52,0x1, + 0x37,0x45,0xc1,0xe5,0x86,0x66,0x1e,0x8d,0x80,0xc8,0xa2,0x12,0x19,0xb9,0xa7,0x83, + 0xa0,0x30,0x13,0xd8,0xe6,0xcc,0xc4,0x6c,0x3c,0x8e,0xde,0xae,0x6e,0x18,0x13,0xe3, + 0xa3,0x9,0x5,0xfc,0xa2,0x48,0x41,0xe7,0x4,0xa5,0x65,0x27,0xa0,0x49,0xa2,0x4, + 0xa1,0x78,0x14,0x66,0x62,0x97,0xe3,0x3d,0xbc,0xd3,0xcb,0xf8,0x14,0x88,0xa3,0xb5, + 0xb5,0xd,0x53,0xb3,0xf3,0xd8,0xb3,0xb4,0xe8,0x56,0x93,0x5d,0xe0,0x29,0x30,0x99, + 0xc2,0xdf,0xc0,0x7a,0x64,0xc,0x79,0xf6,0x61,0xf4,0x77,0x36,0x21,0xb0,0xba,0x6, + 0xd7,0xce,0x3,0x78,0xe2,0x9d,0x9,0x6d,0xd4,0x40,0xca,0xe5,0x24,0x8d,0xb7,0xef, + 0x20,0x6f,0x6b,0xae,0xac,0x43,0x30,0xe0,0xc7,0x8d,0x9a,0x7d,0x48,0x89,0x6,0xf0, + 0x3d,0xf4,0x5,0xcf,0x1a,0x7,0x91,0xeb,0x70,0xa1,0xe0,0xcc,0x15,0xf4,0xf7,0xf5, + 0xfc,0xee,0x82,0x1c,0x16,0x4e,0xa2,0x2a,0x2a,0x52,0x6d,0x16,0x9c,0xad,0xaa,0x84, + 0xa,0x3,0x2c,0xf8,0x1c,0x4e,0xc7,0x2a,0xc2,0x41,0x9f,0x4,0x7f,0x5e,0xd6,0x70, + 0xe4,0xda,0x5d,0xcc,0xcc,0xf9,0x65,0xb1,0x37,0x8,0x44,0x74,0x42,0x28,0xac,0x56, + 0x2b,0x2c,0x16,0xb,0x3f,0x8c,0xc2,0xa5,0xd,0x41,0x4d,0xb,0x73,0xf0,0x84,0x4, + 0x2f,0xac,0xe8,0x58,0x71,0xb9,0xa1,0x58,0x1d,0xc9,0xe2,0xd2,0x3f,0x15,0x90,0xe8, + 0x9c,0x77,0xca,0x66,0xd1,0xa,0xe5,0x2c,0x30,0x5f,0x3b,0x68,0xd6,0x3a,0x22,0xe1, + 0x29,0x9,0xf6,0x2f,0x29,0xf8,0xea,0x2c,0x42,0xdc,0x10,0x63,0xcd,0xa4,0x5a,0x61, + 0x1b,0x4,0x99,0x7a,0xe4,0xde,0x87,0xe1,0xc1,0x6a,0xc3,0x30,0x6c,0xb6,0x14,0x86, + 0xc,0xbb,0x9,0x12,0xcf,0xc0,0xab,0x8e,0x49,0xcc,0x2d,0x52,0xf8,0xec,0xfb,0x41, + 0xd7,0x22,0xd0,0x34,0xd,0x93,0x1f,0x3d,0xb2,0xc5,0x9b,0x14,0xa4,0x6a,0x46,0xbd, + 0xd3,0x42,0x31,0x3a,0x32,0x58,0x6d,0x31,0xbe,0xd9,0xee,0xb7,0xfb,0x70,0x28,0x9f, + 0x60,0x72,0x81,0xc1,0x97,0x76,0x18,0x6,0xd3,0x65,0xce,0x31,0xae,0xa0,0xaf,0xb3, + 0x3d,0x1,0x66,0x34,0x2a,0xbb,0xf4,0x6b,0xd6,0x6b,0x6b,0x6b,0x73,0xb8,0xab,0x18, + 0x79,0xfb,0xee,0x7a,0xf4,0xc7,0xfa,0x58,0x49,0xd1,0xc1,0x37,0x31,0xa6,0x47,0xff, + 0xf1,0x27,0x47,0xeb,0xea,0xea,0xea,0x7f,0xa,0x30,0x0,0x40,0x37,0xa1,0xfd,0xc3, + 0x3c,0x1a,0xf0,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/right.png + 0x0,0x0,0x2,0x8f, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x8,0x6,0x0,0x0,0x0,0xc4,0xb4,0x6c,0x3b, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xd6,0xd8,0xd4,0x4f,0x58,0x32, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x21,0x49,0x44,0x41,0x54,0x38,0x8d,0xed, + 0xd2,0x4d,0x6b,0x13,0x61,0x10,0xc0,0xf1,0xff,0x3c,0xdb,0x8b,0x28,0xfd,0x0,0xc5, + 0x83,0x37,0x3f,0x80,0xa1,0x27,0x3d,0xe8,0x41,0x4f,0x82,0x17,0x6f,0xa2,0x9e,0x4, + 0x11,0xf1,0x4b,0x88,0x1e,0xf4,0xd0,0x56,0x29,0x6,0x6d,0xb5,0x62,0xda,0xd4,0x50, + 0x6a,0x85,0xd8,0x50,0xb5,0xa,0xe2,0xa5,0x31,0x26,0xa,0xe2,0x4b,0x23,0xb4,0xd4, + 0xd2,0xa4,0x89,0x6d,0x2d,0x89,0x79,0x6b,0x32,0x1e,0xb2,0xb1,0x9b,0x6c,0x36,0x90, + 0x83,0x37,0x7,0x96,0x79,0xe0,0xd9,0xfd,0x31,0x33,0x3b,0xa2,0xaa,0xfc,0x8b,0x90, + 0xff,0x70,0xd7,0xb0,0x88,0x1c,0x7,0x2e,0x2,0x77,0x80,0xe7,0x80,0x6a,0x87,0x8f, + 0xbb,0x81,0xa7,0xcf,0x5d,0x39,0x70,0x6a,0xea,0xc1,0x12,0xb9,0x5f,0x9c,0x4,0xe6, + 0x80,0x8a,0x17,0xde,0xd,0xac,0x3,0xc1,0x7e,0x5e,0x46,0xa2,0x44,0xc6,0x95,0x4a, + 0x99,0x23,0xc0,0x82,0x17,0xde,0x4,0x8b,0xc8,0x30,0xf5,0x76,0xdb,0xc6,0xed,0xc9, + 0x7e,0x92,0x2b,0x51,0xbe,0xbc,0x83,0xd7,0x33,0x4a,0xb1,0xc0,0x59,0x60,0xb2,0x1d, + 0xde,0xa,0xab,0xff,0xf1,0x9,0x7e,0x17,0x7f,0x22,0x16,0x8,0x20,0x2,0xc6,0x80, + 0x18,0x8b,0x62,0x79,0x93,0xcd,0xed,0x45,0x8c,0x8,0xc9,0xcf,0xca,0xf4,0x88,0x52, + 0xc8,0x73,0x18,0x88,0xb6,0xe2,0x2e,0x78,0xf0,0xa1,0x8f,0xd5,0x4c,0xcc,0x1,0x82, + 0x91,0x7a,0x96,0x46,0x36,0x50,0xad,0xc0,0xfb,0xb7,0x30,0x1b,0x54,0x6a,0x35,0xce, + 0x0,0x21,0x27,0xee,0x82,0x6f,0x3d,0xf2,0xb1,0xb6,0x6e,0xc3,0x56,0x1d,0xc5,0x81, + 0x1b,0x63,0x77,0x62,0xc0,0x18,0x61,0xf1,0x93,0x12,0x1a,0x51,0xb6,0xb7,0x38,0xd, + 0x3c,0x6d,0xe0,0x2e,0x78,0x38,0x50,0x87,0x8d,0xd9,0xad,0x58,0x5a,0xd0,0xbf,0x77, + 0x2,0x8,0x2c,0xbc,0x81,0x99,0x80,0x52,0x2a,0xb2,0x1f,0x48,0xab,0xea,0x8e,0x7b, + 0xc6,0x1,0x1f,0xa9,0x8c,0x7,0x2c,0xcd,0xa8,0x18,0xc8,0xe7,0x21,0xbd,0xa,0xfe, + 0x9b,0x4a,0xa9,0xc4,0x41,0x60,0x59,0x55,0x4b,0x2e,0xf8,0xde,0xb8,0x8f,0x74,0x36, + 0x86,0x18,0xb0,0x1c,0x33,0x15,0x7,0xda,0x18,0x4b,0x2e,0x7,0x99,0x14,0xcc,0x47, + 0x94,0x44,0x94,0x27,0xc0,0x65,0x20,0xab,0xaa,0x45,0x17,0x3c,0x3a,0xe1,0x63,0x3d, + 0x1b,0xdb,0x5,0xac,0xe6,0x4a,0xb1,0xcf,0xb9,0x1c,0xa4,0xd7,0xe0,0x45,0x58,0xf9, + 0x18,0x67,0x16,0xb8,0x6,0x7c,0x3,0xb6,0x54,0xb5,0xec,0x82,0xc7,0x82,0x87,0xc8, + 0xd8,0xb0,0x38,0x2a,0x6c,0xfc,0x48,0x71,0xa0,0x73,0x61,0xf8,0x10,0x27,0x2,0x5c, + 0x5,0x56,0x80,0xd,0xa0,0xa0,0xaa,0x55,0x17,0x7c,0x63,0x10,0x96,0x97,0x9a,0x57, + 0xcc,0x18,0xe8,0xeb,0x83,0xde,0xde,0xfa,0x4c,0x53,0x29,0x88,0x34,0xa3,0x3f,0x1c, + 0xe8,0x4e,0xbb,0x75,0xf3,0x3,0x17,0xf0,0x88,0xbb,0xf7,0xe1,0x7b,0x12,0x22,0xcf, + 0x20,0xd1,0x1,0x6d,0x7,0xf7,0x0,0x7b,0x80,0x7d,0x76,0xee,0x71,0xb8,0x5f,0x47, + 0xc7,0x60,0x68,0x0,0x12,0x71,0xc2,0xc0,0x75,0x2f,0xb4,0x1d,0x2c,0x80,0x65,0x83, + 0x16,0x60,0x1c,0xef,0xe,0x1d,0x3d,0xc6,0xf9,0x57,0xf3,0x84,0x6c,0x74,0xc3,0xb, + 0x75,0xc1,0x9d,0x42,0x44,0xf6,0x2,0x97,0x80,0x9,0xa0,0x68,0x3f,0x6d,0xd1,0x6e, + 0x61,0xe3,0xe8,0xa4,0x6,0x54,0xbd,0x50,0x80,0x3f,0x6d,0xca,0x56,0xe4,0x6d,0xd4, + 0x88,0xab,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/text.png + 0x0,0x0,0x2,0xe, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xb0,0x49,0x44,0x41,0x54,0x78,0xda,0xa4, + 0x53,0x3b,0x4f,0xc2,0x50,0x14,0x3e,0xa5,0x2f,0xa,0xa4,0x34,0x35,0x40,0x42,0x7, + 0x34,0x44,0x99,0x64,0x60,0x73,0x20,0x61,0x70,0x57,0x37,0x47,0x98,0x1c,0x5c,0x18, + 0x5c,0x9c,0x64,0x73,0xc0,0xc4,0xcd,0x59,0x7e,0x80,0x9,0x61,0xb7,0xb,0x7f,0x0, + 0x7f,0x1,0x82,0xb0,0xd4,0xf0,0xa8,0x82,0xb4,0xa5,0x50,0xcf,0x6d,0xc0,0x84,0x47, + 0xc0,0x84,0x93,0x7c,0xf7,0xf4,0xf6,0xe4,0x7c,0xe7,0xdc,0x73,0xbf,0x4b,0x39,0x8e, + 0x3,0x3b,0xd9,0x6,0x2,0x9,0x91,0xdf,0x94,0x47,0x40,0xb9,0xb,0x45,0xb9,0x3f, + 0xd3,0xe9,0xb4,0xeb,0x59,0x96,0x5,0x55,0x55,0xf3,0x81,0x40,0xe0,0x71,0x30,0x18, + 0x1c,0xe4,0x72,0xb9,0xf7,0x2f,0x5d,0x87,0x9e,0xde,0x7,0xf5,0x55,0x5d,0x28,0xec, + 0x21,0x4b,0x22,0x91,0x70,0xa1,0x69,0x9a,0x8b,0x76,0xbb,0xd,0xc,0xc3,0xe4,0x33, + 0x99,0xc,0x9,0x17,0xc2,0xa1,0x30,0x4,0x83,0x41,0xf0,0x7a,0xbd,0x2b,0x9d,0x78, + 0xd6,0xb5,0xa7,0x69,0x9f,0xa7,0xf1,0x78,0x3c,0x96,0x4c,0x1e,0x83,0x2c,0xcb,0x17, + 0xc5,0x87,0xa2,0xc4,0xf2,0x1c,0x30,0x34,0xf3,0x3f,0x2,0x59,0x96,0xee,0x48,0xb5, + 0x89,0x3d,0x81,0x54,0x2a,0x25,0xf2,0x3c,0x9f,0xb5,0x4c,0xb,0xf7,0xf6,0x76,0x2, + 0x63,0x34,0x92,0x58,0x96,0x3b,0xc1,0xa9,0xbc,0xd4,0xde,0x6a,0xa0,0x44,0xa3,0xc0, + 0x73,0x5c,0x5e,0xc7,0x19,0x8c,0xc,0x63,0x3b,0x1,0xcb,0x71,0xf,0xe8,0x7e,0x7c, + 0x7e,0xff,0x55,0xa7,0xdb,0x85,0x5e,0xbf,0x7,0x7b,0xa1,0x50,0xac,0x52,0xa9,0x9c, + 0x8f,0xc7,0xd6,0x76,0x2,0xac,0x7c,0x89,0xae,0xd4,0x41,0x33,0x46,0x46,0xe9,0xa3, + 0xd5,0x82,0x80,0xdf,0x7,0xce,0xd4,0xc9,0xba,0xd1,0x4d,0x4,0x78,0x3,0x59,0x8a, + 0xa6,0x7d,0x78,0xe6,0xf6,0xd8,0x1e,0x8b,0x78,0x57,0x83,0xe1,0x70,0x8,0xa2,0x18, + 0xc4,0xce,0xd8,0xb3,0x6a,0xb5,0xba,0xbf,0x91,0x0,0x13,0x6f,0x4d,0xd3,0x6c,0x4d, + 0xa7,0xf6,0xbd,0xdf,0x27,0xe8,0x94,0x7,0xae,0xb1,0x8b,0x8e,0x69,0x1a,0x10,0xc5, + 0x59,0xac,0x13,0xd6,0x1f,0x41,0xbd,0x5e,0x3f,0x44,0xe1,0x1c,0xe1,0x10,0xb3,0x96, + 0x65,0x53,0x73,0x34,0x9b,0xcd,0x9b,0x46,0xa3,0x9,0x91,0x48,0x84,0x68,0x23,0x37, + 0x53,0xe8,0x2a,0x81,0x20,0x8,0x4f,0x96,0x65,0x7d,0x4b,0x92,0xa4,0x2e,0x15,0x29, + 0xe3,0x38,0x30,0x99,0x6,0x45,0x51,0xc4,0x95,0x2e,0x66,0x92,0x7c,0x26,0x9f,0x28, + 0x69,0xb2,0x29,0xcf,0x95,0x89,0x46,0xce,0x5c,0x23,0xb1,0x25,0x14,0x16,0xde,0xc2, + 0x2e,0xe6,0x81,0x1d,0xed,0x57,0x80,0x1,0x0,0xf4,0xae,0xbe,0x87,0x98,0xdd,0xd0, + 0x5b,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??1.png + 0x0,0x0,0xde,0x74, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x1,0x67,0x0,0x0,0x1,0x7d,0x8,0x6,0x0,0x0,0x0,0xd8,0xf5,0xa9,0x70, + 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc4,0x0,0x0,0xe,0xc4, + 0x1,0x95,0x2b,0xe,0x1b,0x0,0x0,0x20,0x0,0x49,0x44,0x41,0x54,0x78,0x5e,0xec, + 0xbd,0x79,0xbc,0x25,0xc7,0x55,0xe7,0xf9,0x3d,0x11,0x99,0x79,0x97,0xb7,0x6f,0x55, + 0xaf,0x56,0xa9,0xb4,0x59,0x96,0x64,0x59,0x20,0xef,0xd0,0xb6,0x31,0x3,0x34,0xa6, + 0x19,0x60,0xec,0xb6,0x99,0x1,0xb3,0x36,0x33,0xc3,0xd2,0xd0,0x3,0x86,0xa6,0x19, + 0xd3,0xfe,0xd0,0x1f,0xb3,0xc,0xed,0x4f,0x37,0x1e,0x77,0x8f,0x69,0xd3,0xf0,0x99, + 0x66,0x58,0x9b,0x61,0xd8,0x9a,0xc5,0x18,0x6c,0xcb,0xfb,0x2a,0x59,0xb2,0x16,0x4b, + 0x2a,0xd5,0x5e,0xef,0xd5,0xdb,0xd7,0xbb,0x65,0x66,0xc4,0x99,0x3f,0x22,0xef,0xab, + 0x57,0xcf,0x36,0x96,0x54,0x25,0xd7,0x7b,0x55,0xf1,0xad,0x4f,0xd6,0xbb,0x19,0x99, + 0x19,0x99,0x77,0xc9,0x5f,0x9c,0x3c,0x71,0xe2,0x4,0x44,0x22,0x91,0x48,0x24,0x12, + 0x89,0x44,0x22,0x91,0x48,0x24,0x12,0x89,0x44,0x22,0x91,0x48,0x24,0x12,0x89,0x44, + 0x22,0x91,0x48,0x24,0x12,0x89,0x44,0x22,0x91,0x48,0x24,0x12,0x89,0x44,0x22,0x91, + 0x48,0x24,0x12,0x89,0x44,0x22,0x91,0x48,0x24,0x12,0xd9,0x7b,0xc8,0xce,0x82,0x48, + 0xe4,0x6a,0xa3,0xaa,0x49,0xff,0xa5,0x88,0xb8,0x4b,0x36,0x46,0x22,0xd7,0x9,0x51, + 0x9c,0x23,0xbb,0xa,0xd5,0xb9,0x9b,0x81,0xf7,0x83,0x1,0xe4,0xac,0xc8,0xe4,0xd7, + 0xec,0xdc,0x27,0x12,0x89,0x44,0x22,0x91,0x48,0x24,0x12,0x89,0x44,0x22,0x91,0x48, + 0x24,0x12,0x89,0x44,0x22,0x91,0x48,0x24,0xf2,0xf4,0x89,0x1d,0x82,0x91,0x3d,0x87, + 0xaa,0xd6,0x3d,0x2b,0xef,0x30,0x3b,0x37,0x6c,0x31,0xf6,0xa3,0x22,0x52,0xee,0x2c, + 0x8d,0x44,0xf6,0x12,0xfd,0x90,0xa5,0x48,0x64,0x57,0xa3,0xba,0x3c,0x52,0xe0,0xff, + 0x1f,0x5,0x72,0x96,0x12,0x81,0x6f,0x2e,0x31,0xbd,0xc,0x5e,0xbf,0x73,0x5f,0xc0, + 0xef,0x2c,0x88,0x44,0xf6,0x1a,0xd1,0x72,0x8e,0xec,0x9,0x54,0x35,0x29,0x58,0xbb, + 0x7,0x8a,0x8b,0x65,0x24,0xbe,0x26,0x63,0xf7,0x6f,0xdb,0x2d,0x12,0xb9,0x66,0x88, + 0xe2,0x1c,0xd9,0xf3,0xa8,0xaa,0x59,0x86,0xd3,0x9e,0x60,0x32,0xaf,0xc1,0x2d,0xb7, + 0x89,0xf4,0x76,0xee,0x17,0x89,0x44,0x22,0x91,0xaf,0x30,0xaa,0x6a,0xb6,0x96,0x72, + 0x69,0x53,0x55,0x9b,0x3b,0xf7,0x89,0x44,0xf6,0x12,0xd1,0x72,0x8e,0xec,0x19,0x54, + 0x55,0x60,0x7d,0x1c,0x86,0x97,0x61,0x63,0x72,0xe7,0x76,0x91,0xe1,0x5,0x0,0xcd, + 0x67,0x3a,0x88,0xa9,0x23,0x6,0x6c,0x76,0x2b,0x8c,0x3c,0x25,0x22,0xba,0x73,0xff, + 0x48,0x64,0x37,0x13,0xc5,0x39,0xb2,0xeb,0x9,0xb9,0x36,0xce,0xdd,0x41,0x51,0x8c, + 0x92,0xd7,0xff,0x1c,0xb3,0xf4,0x5a,0xcc,0xe8,0x47,0xf0,0x1e,0xca,0x7e,0xdf,0x9f, + 0x85,0xce,0xa3,0xf7,0xa0,0x5e,0x19,0xbd,0xed,0x93,0x88,0xd4,0x90,0x4,0x24,0x83, + 0xc4,0xbe,0xa,0x1e,0xf9,0xa8,0xc8,0xd7,0xc5,0x8,0x8e,0xc8,0x9e,0x21,0x8a,0x73, + 0x64,0xd7,0xa2,0xaa,0x75,0x98,0x79,0x15,0xe4,0xe3,0x5a,0xfa,0xdf,0xd3,0x62,0x1d, + 0x2d,0xd6,0xc8,0x5b,0xab,0x50,0xb4,0xa1,0xd7,0x42,0xf2,0x1c,0xf1,0x8a,0x88,0x41, + 0x92,0x4,0x63,0x2d,0x6e,0xf0,0x56,0x48,0x6a,0xd8,0xda,0x0,0x26,0x6b,0x22,0xb6, + 0x9,0xa9,0xee,0x17,0x39,0x30,0xbf,0xf3,0x1c,0x91,0xc8,0x6e,0x25,0x8a,0x73,0x64, + 0xd7,0xa1,0xba,0x38,0xec,0x70,0xff,0x3,0x14,0x13,0xf8,0xfc,0xed,0x2e,0x5f,0x21, + 0xdf,0x9c,0xa1,0xb3,0x78,0x9a,0xce,0xda,0x79,0x36,0xe6,0x4e,0x93,0x14,0x2d,0x24, + 0xdf,0xc4,0xe4,0x3d,0x12,0xef,0xc8,0x80,0x54,0x20,0x31,0x86,0xf9,0x89,0x6f,0x27, + 0x1b,0x18,0x61,0x68,0x6c,0x82,0xe6,0xd8,0x34,0xe9,0xc8,0x14,0xc6,0x36,0x7e,0xc2, + 0xae,0xe8,0x6f,0xc8,0xd1,0xa3,0x9d,0x9d,0xe7,0x8b,0x44,0x76,0x23,0x31,0xce,0x39, + 0xb2,0xab,0x50,0x5d,0x1d,0xf7,0xdd,0xce,0xcf,0x91,0xfa,0x9f,0xa2,0xb7,0x88,0x5b, + 0x79,0x8a,0xf5,0xb,0x8f,0xd2,0x99,0x7f,0x82,0xde,0xf2,0x69,0x74,0x73,0x8e,0x7a, + 0xde,0x21,0xf1,0x3d,0x28,0x73,0xd0,0x12,0xf0,0x14,0x2,0x39,0x80,0x11,0xfc,0x92, + 0xe2,0xb2,0x6,0xf9,0xe0,0x28,0xe9,0xc8,0x14,0xc9,0xd4,0x21,0x64,0xdf,0xb1,0x77, + 0xd0,0x2c,0xf6,0x6b,0xfb,0xbe,0xd,0x92,0x3,0x90,0xda,0x77,0x89,0xdc,0xbc,0xb6, + 0xa4,0xfa,0x43,0x5d,0xf8,0x93,0x43,0x22,0x8b,0x3b,0x2e,0xe5,0x59,0xa3,0x7a,0xf6, + 0x9b,0x81,0x17,0x86,0xb5,0xfe,0x50,0x19,0xb3,0x7d,0xb9,0x4f,0x64,0xe2,0x63,0xd5, + 0x86,0x48,0xe4,0x8b,0x12,0xc5,0x39,0xb2,0xbb,0xe8,0x6d,0x4e,0x19,0xf2,0x9f,0xf2, + 0xab,0x8b,0x74,0xe6,0x1f,0x65,0xf3,0xd4,0x27,0x69,0x9f,0x7f,0x0,0xb3,0x7e,0x8a, + 0x31,0xbf,0xcc,0xa0,0xf6,0x30,0x65,0x78,0xe4,0xf3,0x40,0x29,0x90,0x5b,0x28,0x44, + 0x28,0x4,0xbc,0x8,0x37,0x76,0x3e,0x85,0x74,0x5,0x5d,0x17,0xfc,0x4c,0x8d,0xf2, + 0xdc,0x3e,0xcc,0xe1,0xe7,0x23,0x37,0xbf,0xf4,0xe7,0xa4,0xb1,0xf,0x6,0x3c,0x90, + 0xfd,0x21,0xb0,0x66,0xa1,0x3d,0x70,0xe5,0x7,0xad,0xf4,0x40,0x5b,0x3b,0xb,0x3, + 0x2,0xf8,0x8b,0xc1,0xda,0x91,0xc8,0x97,0x20,0x8a,0x73,0x64,0x77,0xd1,0x3b,0x85, + 0x2f,0x7a,0x6c,0x9e,0x78,0x98,0xd9,0xa7,0x3e,0x4d,0x77,0xe9,0x9,0x6a,0xdd,0x19, + 0x9a,0x6e,0xd,0x23,0xbd,0x60,0x77,0x56,0x71,0x17,0x6,0xb0,0x40,0xe2,0x4,0xc5, + 0x20,0x80,0xf3,0x82,0xf3,0x8a,0x35,0x82,0xaa,0x92,0x17,0x6d,0xf2,0xe5,0x39,0xc4, + 0xa7,0xd4,0x75,0x10,0xd3,0x49,0x68,0xde,0x3a,0x8c,0x31,0x47,0xff,0x83,0xea,0xdc, + 0xf,0x8a,0xc8,0xef,0x5e,0x3c,0xf9,0x95,0x41,0xe4,0xc8,0xfb,0x80,0xf7,0xed,0x2c, + 0x8f,0x44,0x9e,0x9,0x51,0x9c,0x23,0x57,0x1d,0xd5,0xf9,0x5b,0x71,0xf2,0x5b,0xde, + 0x75,0x28,0x37,0x67,0x1a,0xfa,0xf8,0x9f,0xb3,0x7c,0xe2,0x51,0x5a,0xb3,0x4f,0xd0, + 0x60,0x8d,0xe1,0xac,0x43,0xa6,0x6d,0x12,0xf,0x46,0xaa,0x8e,0x92,0x4a,0xa0,0xad, + 0xa,0x88,0x41,0xd4,0xe0,0x4,0xbc,0x40,0xe9,0xa,0x8c,0xb1,0xd8,0x24,0xa1,0x26, + 0x6,0x57,0xf6,0xe8,0x6e,0x2c,0xd0,0x39,0xf3,0x28,0xf9,0x5a,0x8f,0x83,0xd9,0x8, + 0xcd,0x23,0xc9,0x6b,0x65,0xf4,0xe8,0x5f,0xa8,0x2e,0xbf,0x4e,0x64,0xfc,0xcc,0xf6, + 0xeb,0x89,0x44,0x76,0x3,0x51,0x9c,0x23,0x57,0x15,0xd5,0xa5,0xbb,0x70,0xee,0xaf, + 0x54,0x5b,0x47,0xfc,0xe6,0x2,0xeb,0xb3,0x4f,0xe0,0x1f,0xf9,0x4b,0xfc,0xda,0x2, + 0x63,0x6e,0x83,0x91,0xa6,0x52,0x37,0x25,0x3e,0x7,0x4a,0x30,0x29,0x41,0x98,0xb7, + 0x1c,0x11,0x6,0x2b,0x6,0x23,0x52,0x15,0x7b,0x3a,0x46,0x70,0xaa,0x18,0x2d,0xb1, + 0x16,0x6,0x8c,0xc1,0xf8,0xe,0xad,0xce,0x1c,0x79,0xe1,0x99,0x7f,0x7c,0x80,0x49, + 0x15,0x6,0xb2,0xfa,0x8b,0xcc,0xc0,0xf4,0x87,0x54,0x57,0xbf,0x5e,0x64,0xf4,0x78, + 0xbf,0xc6,0xab,0x8d,0xea,0xe2,0xf7,0x0,0xff,0x1a,0xe4,0x77,0x45,0x26,0xde,0xba, + 0x73,0x7b,0xe4,0xfa,0x20,0x8a,0x73,0xe4,0xaa,0xa1,0xf9,0xc2,0x8b,0xc8,0xfd,0x87, + 0x30,0xed,0xba,0xf6,0x16,0x69,0xcf,0x3f,0xc9,0xca,0xa9,0xfb,0x99,0x58,0xfa,0x3c, + 0xe3,0xea,0x48,0x12,0x48,0x15,0xb4,0xb,0x45,0x17,0x12,0x1,0xbd,0x64,0x28,0x89, + 0x45,0x30,0xa0,0x52,0x85,0x1d,0x95,0x58,0x51,0x8a,0x2c,0x45,0x5d,0x4e,0x9e,0x83, + 0x28,0x24,0xe2,0xa8,0x27,0x45,0x65,0x71,0x5b,0xd6,0xce,0x3f,0x88,0xcd,0x6a,0x34, + 0x6,0x87,0x30,0x47,0xd3,0xa3,0xd4,0xa6,0x1e,0x52,0x9d,0x7d,0xb1,0xc8,0x81,0x47, + 0xb6,0xd7,0x7e,0x15,0x19,0x1,0xb9,0x19,0x74,0x6a,0xe7,0x86,0xc8,0xf5,0x43,0x14, + 0xe7,0xc8,0x55,0x44,0xc,0xd2,0xab,0x53,0xae,0xe3,0xd7,0xce,0xb3,0x79,0xe1,0x51, + 0xd6,0x67,0x1e,0xe3,0x66,0xef,0x40,0x40,0x3d,0xb8,0x4e,0x18,0x67,0x92,0x59,0xc0, + 0x40,0xae,0xe1,0x2f,0x62,0x30,0xde,0x22,0x8,0x6,0x7,0xe2,0x0,0xd,0xdd,0x6d, + 0xde,0x23,0x6,0x8c,0x1,0xf1,0x41,0xa0,0x4d,0x9,0xf5,0xa4,0x85,0xc1,0x50,0xf4, + 0x1c,0xf9,0x85,0xc7,0x58,0x1f,0x1c,0x65,0xa4,0x39,0x84,0x9d,0xaa,0x35,0xc8,0xea, + 0x43,0xaa,0x6a,0x44,0xe4,0xb2,0x3b,0x7,0x55,0x4f,0xd6,0x61,0x28,0x83,0x89,0x8e, + 0x88,0x3c,0xe3,0xce,0x3f,0x91,0xc9,0x77,0x2,0xef,0xdc,0x59,0x1e,0xb9,0xbe,0xf8, + 0xd2,0x29,0x71,0x23,0x91,0xe7,0x9a,0xb4,0x0,0x72,0xb4,0xb7,0x86,0x5b,0x3b,0x4b, + 0xbe,0x78,0x12,0xd6,0xcf,0x41,0xd0,0x59,0x28,0x83,0xe6,0x26,0x16,0xb2,0x6,0xd8, + 0x1a,0x14,0x2,0x85,0x31,0x14,0x26,0x23,0x37,0x86,0xd2,0x28,0x85,0x29,0xf1,0xa2, + 0xa8,0x80,0x1a,0x28,0xca,0x12,0x14,0xea,0x75,0x68,0x34,0xa1,0x96,0x81,0x15,0xb0, + 0x1e,0x12,0xb7,0xc1,0xb0,0xd9,0xc4,0xb6,0xce,0xd3,0x99,0x7b,0x2,0xb7,0x74,0x1a, + 0x2d,0x37,0xc0,0xa5,0x1f,0x83,0x95,0x17,0xec,0xb8,0xc2,0x67,0x85,0x67,0xf0,0x9d, + 0x1e,0xd6,0x60,0xe9,0xe7,0x54,0xe7,0x6f,0x53,0x5d,0x19,0xdd,0xb9,0xcf,0x97,0x62, + 0x45,0x75,0x74,0x5d,0xa3,0xc5,0x1c,0x89,0xe2,0x1c,0xb9,0xaa,0x14,0x80,0x43,0xf3, + 0xd,0xf2,0xd9,0xe3,0xf4,0x16,0x9f,0x62,0x98,0x36,0x94,0x6,0x72,0x81,0x60,0x40, + 0xe3,0x3d,0x74,0x73,0xe8,0x96,0x50,0x8a,0xa5,0x90,0x8c,0x42,0x2c,0xa5,0x35,0xe4, + 0x56,0x29,0x2d,0x94,0x16,0x9c,0x5,0x67,0x20,0xcb,0x82,0xf,0xba,0x28,0xa1,0x2c, + 0x82,0x7b,0xda,0x5a,0xc8,0xc,0x64,0xa,0x35,0x6d,0x51,0x73,0x6b,0xe4,0xab,0xe7, + 0xe8,0xce,0x9f,0x44,0xdb,0x2b,0x84,0x16,0xe1,0xca,0x60,0x28,0x1e,0x57,0xf2,0xf, + 0x38,0xca,0x57,0x7b,0xf8,0x4f,0xe0,0x5e,0xb3,0x73,0x9f,0x7f,0x80,0xef,0x2b,0xe0, + 0x2d,0x3b,0xb,0x23,0xd7,0x1f,0xd1,0xad,0x11,0xb9,0x7a,0x14,0x40,0x59,0x42,0x77, + 0x1d,0xed,0xac,0x90,0x15,0xcb,0x64,0xba,0x9,0xda,0x40,0xf1,0x28,0x25,0xe,0x87, + 0x43,0x71,0x48,0xb5,0xa4,0xa8,0xb1,0xa0,0xa0,0x28,0xa6,0xa,0xdb,0x50,0x82,0x90, + 0x8b,0x80,0x75,0x17,0x3d,0x13,0xda,0x5f,0x82,0x53,0x1a,0xb,0xa4,0x28,0xa9,0x76, + 0x28,0x8b,0xd,0xb4,0xb3,0x86,0x76,0xd6,0x60,0xb8,0x7,0xf6,0xca,0xdc,0xe,0x22, + 0x7,0xdf,0xe,0xbc,0x7d,0x67,0xf9,0xd3,0xc1,0xc3,0xe3,0x2,0xcb,0x3b,0xcb,0x23, + 0xd7,0x1f,0x57,0xe6,0xd7,0x18,0x89,0x3c,0x2b,0xa,0x28,0x4b,0xb4,0xb5,0x41,0xd1, + 0x5a,0x46,0x8a,0x75,0xea,0xda,0x45,0xa5,0x86,0x8a,0xc3,0x63,0xf0,0x94,0xa8,0x94, + 0x95,0xb8,0x1a,0x82,0x2a,0xf7,0xc5,0x57,0xc3,0x3f,0xb9,0x28,0xbe,0x0,0xc6,0x7, + 0xa1,0x46,0x82,0x30,0xf7,0xbd,0x24,0x52,0x2d,0x6,0x48,0x70,0x50,0x74,0xc8,0xdb, + 0x1b,0x68,0x7b,0x3,0xf2,0x1e,0x90,0x6e,0xd5,0x71,0xb5,0x98,0x10,0xf9,0xeb,0x9d, + 0x65,0x91,0xeb,0x93,0x28,0xce,0x91,0xab,0x47,0x1,0x38,0x87,0xf6,0xda,0xf8,0x6e, + 0x8b,0x24,0x6f,0x91,0xda,0x2e,0xce,0x64,0xa8,0x8,0xde,0x80,0x17,0xf,0xb8,0xca, + 0xff,0xe6,0x11,0x35,0x28,0x6,0x34,0xc,0x3a,0x11,0x9,0x1d,0x7e,0xb2,0x4d,0x9c, + 0x2d,0x41,0x8c,0xd1,0x10,0xf7,0x8c,0x80,0x93,0x30,0x78,0x45,0xb6,0x6d,0xc3,0x97, + 0xb8,0x5e,0x1b,0xba,0xed,0xe0,0xff,0x78,0xe6,0x7d,0x77,0x97,0x85,0x6e,0x5c,0xf8, + 0x6,0xc,0xdf,0xb0,0xe5,0x52,0x31,0xfd,0x46,0xa7,0xb,0xa6,0x20,0xdc,0x9e,0x16, + 0x4c,0x3d,0xfc,0x95,0xf4,0x33,0x92,0x4c,0xfc,0x61,0xb5,0x53,0xe4,0x1a,0x27,0x8a, + 0x73,0xe4,0x39,0x45,0x75,0xf9,0x85,0x38,0xf7,0x8d,0x92,0x4c,0xfd,0xdb,0x9d,0xdb, + 0x80,0xca,0xb4,0x75,0x88,0xef,0x91,0x68,0x4e,0xaa,0xe,0x67,0xb,0x94,0x32,0x8, + 0x94,0x14,0x20,0x41,0x70,0x8d,0x57,0x50,0x7,0x78,0x50,0x3,0x98,0x4a,0x95,0x2b, + 0x85,0xe,0xaf,0x30,0x5a,0x69,0xaf,0x84,0xa5,0x6f,0x55,0x7b,0x9,0xdb,0x1,0x42, + 0x5c,0x87,0xa0,0xde,0x83,0x73,0xec,0x88,0xd1,0x7b,0xce,0xd0,0x72,0xf6,0xd,0xf4, + 0x3a,0xdf,0x4a,0xbe,0xe,0xdd,0xb3,0x77,0x53,0x96,0x77,0x53,0x76,0xc0,0xf7,0xe8, + 0xe7,0x9,0x41,0xb4,0x72,0x92,0x37,0xa0,0x3e,0x4,0xd9,0x0,0xd8,0x26,0x90,0x9d, + 0x50,0x9d,0x19,0x17,0x39,0xf8,0xae,0x9d,0xf5,0x46,0xae,0x3d,0xa2,0x38,0x47,0x9e, + 0x5b,0x4a,0x3d,0x84,0xc8,0x6b,0x80,0x2f,0x2e,0xce,0x8,0x62,0x4,0x6b,0x4,0x8f, + 0x47,0x50,0x4a,0x9b,0x63,0xc8,0x41,0x7c,0xb0,0x8c,0x9,0x82,0xcb,0xd6,0x12,0x44, + 0x7a,0x4b,0x60,0xb1,0x95,0x38,0x7,0x61,0x33,0x1a,0x3a,0x1,0x11,0x2a,0xd7,0x88, + 0xa0,0x12,0xea,0x16,0x40,0x3d,0x28,0x9,0x22,0x9,0x22,0x12,0x4,0xde,0xda,0xe7, + 0xd4,0xab,0xa1,0xe5,0xcc,0xff,0x4a,0xbe,0xf9,0x7a,0xd6,0xce,0xdd,0x5c,0x6c,0x2e, + 0xdd,0xe8,0x36,0xe6,0xd0,0xee,0x32,0xae,0xb5,0x88,0x6b,0xaf,0xa0,0xbd,0xcd,0x10, + 0x37,0xe8,0x4b,0x34,0x1d,0x40,0x1b,0xe3,0xd8,0xda,0x0,0xe9,0xd0,0x4,0xd9,0xf0, + 0x7e,0x92,0xa1,0x69,0x18,0xdc,0x77,0x13,0xb5,0xd1,0x7f,0xad,0xf9,0xcc,0x84,0x64, + 0x7,0xdf,0xb6,0xf3,0x1c,0x91,0x6b,0x8b,0x28,0xce,0x91,0xaf,0x0,0x5f,0xca,0x2a, + 0x4d,0x41,0x2c,0x18,0x4b,0x62,0x4c,0x65,0xd9,0x2a,0x48,0xf,0x2f,0x1a,0x5c,0x19, + 0x12,0x7c,0xc4,0xa2,0xd5,0xdf,0xfe,0xa1,0xa,0xa1,0xd3,0x30,0x21,0xb8,0x39,0xc2, + 0x3a,0x2,0xa2,0x45,0x30,0xa8,0x35,0x54,0x10,0x64,0xd9,0x80,0x78,0xc,0x8a,0x57, + 0xc0,0x58,0x8c,0x31,0x58,0x6b,0xc1,0x98,0xb0,0x3c,0x47,0xea,0xac,0x7a,0xfe,0x67, + 0x8b,0xd6,0xca,0x9b,0x37,0xe6,0x4e,0x4d,0xac,0xce,0x3e,0x49,0x7b,0xf1,0x34,0x6c, + 0xce,0x61,0xf2,0x65,0xe8,0x2e,0x63,0x8a,0x35,0x52,0xdf,0x26,0xa5,0x24,0x35,0x9e, + 0x32,0x19,0xa5,0x65,0xf6,0x51,0x78,0x4b,0x61,0xeb,0xd8,0x81,0x29,0x6,0x26,0x6f, + 0x64,0x64,0xfa,0x56,0x86,0xa7,0x6e,0x9a,0xae,0x8d,0x1c,0x78,0xb3,0x16,0xb,0xe3, + 0x92,0x4e,0xfd,0xe4,0xce,0x73,0x45,0xae,0x1d,0xa2,0x38,0x47,0x9e,0x5b,0x92,0xf1, + 0xbf,0x85,0xf9,0xf,0xee,0x2c,0x6,0xa0,0xd9,0x4,0x53,0xe0,0xeb,0x3,0xb4,0x4c, + 0x93,0xdc,0x8e,0x20,0x6c,0xd0,0x94,0x1e,0x62,0xc0,0x2b,0xf4,0x14,0x54,0x4,0x93, + 0x36,0x29,0x4b,0xa5,0x97,0x17,0xd4,0xd3,0xc,0x63,0xca,0x90,0xc7,0xd9,0x17,0x24, + 0x7d,0x97,0x44,0x65,0x59,0xcf,0x8c,0x41,0xa2,0x90,0xe5,0x50,0x2b,0x2c,0x3,0x45, + 0xd,0x71,0x26,0x58,0xdc,0x92,0x53,0x8a,0xa3,0x55,0x53,0xf2,0x9a,0x43,0x9a,0x82, + 0x8e,0xd7,0xa0,0x26,0xac,0xeb,0xd0,0x7d,0xcb,0xbd,0xcd,0x57,0x8d,0xd7,0x6,0x1f, + 0xbc,0xe4,0x3a,0x9f,0x1,0xb,0xda,0x7b,0x27,0xf0,0x89,0x29,0xa9,0xfd,0x8e,0xf6, + 0xce,0xfe,0x2a,0xf9,0xfc,0xf,0x72,0xfc,0x3d,0x4d,0xff,0xd4,0xc7,0xeb,0xe6,0xec, + 0x3,0x4c,0xac,0x9f,0xe5,0x40,0xb1,0x8e,0xf1,0x5,0xa0,0x38,0xe3,0x29,0x8c,0x92, + 0xdb,0x90,0x5d,0x2f,0x17,0x18,0xd8,0x5c,0xe2,0x40,0xeb,0x34,0x5a,0x53,0xa,0xeb, + 0xd9,0x58,0x83,0xee,0xbc,0xa1,0x7b,0x7a,0x8,0x46,0x6e,0x62,0x60,0xfa,0xde,0x91, + 0xe6,0xcd,0xaf,0xfa,0x51,0x5d,0xf8,0xcc,0xf7,0x92,0x4e,0xff,0x95,0x8c,0x1e,0x7a, + 0x53,0xff,0xfc,0x67,0xd6,0xf5,0x95,0x62,0xf8,0xc9,0x23,0x83,0xf2,0xed,0x17,0xaf, + 0x2a,0xb2,0x17,0x89,0xe2,0x1c,0x79,0x4e,0x11,0x91,0x12,0xd8,0xdc,0x59,0xbe,0x85, + 0x18,0x4c,0xd6,0xa0,0x31,0x34,0x81,0x36,0xc6,0x70,0xdd,0x2,0xf1,0xbd,0xad,0x8e, + 0x3e,0x3c,0x88,0x51,0x8c,0x38,0xd2,0x34,0x41,0x24,0x45,0xaa,0x68,0xd,0x15,0xa1, + 0x34,0x80,0x6,0x31,0xee,0x9b,0xd5,0x49,0xe5,0xb6,0x35,0xa,0x6,0x8f,0x91,0xbc, + 0x72,0x5f,0x28,0x2a,0x25,0x49,0x2d,0xa5,0xf0,0x8e,0x52,0xc,0x43,0xf5,0x61,0x4c, + 0x6d,0x18,0xa4,0x9e,0xf,0xa7,0xdd,0x57,0x8a,0x4c,0x3f,0xd4,0xbf,0xb4,0x67,0xc3, + 0x94,0xd4,0xfe,0xb9,0xaa,0x5a,0xdd,0x38,0xf9,0x6e,0xbf,0x78,0xf6,0x87,0xf2,0xd9, + 0x87,0xe9,0xcc,0x3e,0x40,0x77,0xf6,0x11,0x64,0xf5,0x1c,0xcd,0x62,0x85,0x84,0x1e, + 0xb6,0x6a,0x4f,0xfa,0xfe,0x71,0x27,0x61,0xa0,0x8c,0x2,0x16,0x47,0x62,0x40,0x8d, + 0x7,0xe3,0xc9,0x4,0xa,0xf,0x79,0x5b,0x29,0xca,0xf3,0x14,0xbd,0x3a,0xd2,0xa9, + 0x65,0xf5,0xfd,0xc5,0x38,0x87,0xb2,0xef,0xd6,0x8d,0x85,0x71,0x6,0x27,0xbf,0x4d, + 0x44,0xca,0xa3,0xc3,0xf2,0x41,0xe0,0x8b,0x37,0x86,0x91,0x3d,0x45,0x14,0xe7,0xc8, + 0xd5,0xc5,0x24,0xd8,0xc6,0x18,0x83,0x93,0x37,0x50,0xae,0x9c,0xa7,0xdd,0xde,0x64, + 0x58,0xd6,0x82,0x7b,0x82,0x2a,0xf2,0x42,0xc1,0x94,0x39,0x58,0xc5,0x18,0xa1,0x2c, + 0x5d,0xf0,0x1d,0x8b,0xe2,0xc4,0xa2,0xaa,0x94,0x95,0xd9,0x2c,0xa,0xf5,0x3c,0x54, + 0x9d,0x3a,0xb0,0x5a,0x82,0x94,0x90,0x4,0xe1,0xf3,0x6,0xb4,0x5e,0xa3,0xd3,0x6, + 0x3b,0x30,0xca,0xd0,0xc4,0x61,0x4c,0x3a,0xe,0x7e,0xe1,0x5e,0x91,0x97,0x3c,0xbc, + 0xa9,0x3a,0x3d,0x0,0xcb,0x22,0x52,0xd5,0xf2,0xf4,0x51,0x5d,0x9b,0x80,0xd6,0x20, + 0xed,0xcf,0xfc,0x8a,0x5f,0x9d,0xfd,0xce,0x95,0xa7,0x1e,0x64,0xe9,0xcc,0x83,0xb8, + 0xd5,0xa7,0xa8,0x75,0x66,0x18,0x28,0x56,0x31,0xe4,0x8,0x55,0xc3,0x43,0x10,0x67, + 0x2b,0xe1,0x46,0xd4,0x6a,0x3d,0x51,0xc5,0x9b,0x12,0xaf,0x21,0x8e,0xc3,0x48,0x70, + 0xb8,0x78,0x57,0x90,0xb7,0x97,0x58,0x6f,0xc3,0xc6,0x6a,0x97,0xa1,0xe5,0x35,0x26, + 0xca,0xe,0xd9,0xb1,0x7b,0x5f,0x2b,0xb6,0xf7,0x5e,0xd5,0xd9,0x37,0xc6,0xa9,0xb8, + 0xae,0x1d,0xa2,0x38,0x47,0xae,0x26,0x9b,0x88,0x7d,0x88,0x81,0x89,0xbb,0x65,0xf2, + 0x26,0xec,0x85,0xb3,0x74,0xe7,0xe7,0x71,0x6e,0x76,0x2b,0xec,0x2d,0x31,0xe0,0x3d, + 0x21,0xc1,0x86,0xeb,0x81,0x80,0xd5,0x60,0x35,0x7b,0x13,0xc2,0xea,0x82,0x77,0xba, + 0x1a,0x8e,0x22,0xd0,0xec,0x59,0x4,0x8f,0xa1,0x87,0x45,0xc1,0x84,0x48,0xd,0x67, + 0xa0,0x67,0xa0,0x87,0xa3,0x9b,0xe,0x31,0x32,0x7e,0xc,0xbb,0xef,0x36,0x24,0x9b, + 0x2,0x1a,0x0,0xe4,0x6d,0x7e,0xc9,0x5b,0xfe,0x2d,0xf0,0x58,0xff,0x22,0x9f,0xe, + 0xaa,0x67,0x6e,0xc1,0x6f,0xbe,0x23,0xf7,0xdd,0xd7,0xca,0x85,0x87,0xe9,0x9d,0xfc, + 0x38,0xad,0x99,0xe3,0xe8,0xf2,0x69,0xea,0xe5,0x32,0x3,0xa6,0x45,0x23,0xed,0x91, + 0x3a,0xd,0x71,0xd8,0x7d,0x71,0x6,0x12,0x67,0x40,0x83,0x30,0x7b,0x1,0xe3,0x95, + 0x9e,0x28,0xde,0x43,0x95,0x66,0x84,0xcc,0x80,0x31,0x4a,0xea,0xb,0x1c,0xab,0x94, + 0x85,0x63,0x63,0xae,0x45,0xa9,0x6b,0x8c,0xeb,0x1a,0x8d,0x9b,0x5e,0xf2,0x6a,0x6b, + 0xf,0xff,0xb9,0xe6,0x67,0xff,0x5,0x69,0x63,0x4d,0x64,0xf2,0x19,0x5d,0x7f,0x64, + 0xf7,0x11,0xc5,0x39,0x72,0xd5,0x10,0x99,0x7c,0x54,0xf5,0xf4,0xf,0x50,0x1b,0xfd, + 0xb4,0x8c,0x1c,0x25,0x1d,0xbf,0x15,0x33,0xb7,0x48,0x6f,0xe9,0xf3,0xa0,0x9e,0xd4, + 0xb0,0xb5,0xf4,0x47,0x92,0x68,0xf5,0xe8,0xaf,0x28,0xe,0x47,0x61,0x3c,0x5e,0x6c, + 0x15,0x95,0x61,0x50,0x31,0x8c,0xe5,0x29,0x42,0x9,0xa6,0xb,0x69,0xb0,0x96,0xb, + 0xb,0x3d,0xb,0x1d,0x3,0x6b,0xce,0xc2,0xf0,0x61,0x6,0xa7,0xef,0xc0,0x8c,0xdc, + 0x4,0x32,0xf2,0x5e,0x9c,0x5d,0x7,0x18,0x1f,0x90,0x1f,0xb8,0xe4,0x22,0x9f,0x6, + 0xaa,0x33,0x2f,0xc6,0x17,0x6f,0xf7,0xbd,0xe5,0x57,0x76,0xd7,0xe7,0xd1,0x13,0x1f, + 0xa1,0x3c,0xf5,0x41,0xcc,0xe6,0xa,0x3,0xe5,0x6,0x35,0x72,0x6a,0x38,0x52,0x42, + 0x63,0x23,0x1a,0xde,0x43,0x88,0xf1,0xb3,0x18,0x35,0x24,0x1a,0x44,0xd9,0x1b,0x8f, + 0x1a,0x45,0xd3,0xe0,0x73,0xf7,0xa,0xf8,0xf0,0x4,0x91,0x88,0xa0,0x38,0x54,0x3a, + 0x38,0xeb,0x68,0x69,0x8b,0xce,0xf2,0x26,0xf3,0xc7,0x5b,0x8c,0x49,0xce,0xf0,0x2d, + 0x5f,0xfb,0x52,0x3b,0x74,0xf4,0x63,0xe4,0xf9,0xfb,0x81,0xd7,0x6c,0xbb,0xc4,0xc8, + 0x1e,0x24,0x8a,0x73,0xe4,0xea,0xd2,0x49,0x16,0x48,0xcd,0x1f,0x4a,0xf3,0xc0,0x1b, + 0x6b,0xfb,0xef,0x64,0x74,0xb3,0x8b,0x6f,0xdf,0x4f,0x99,0x77,0x28,0x7c,0x8f,0x86, + 0x51,0xea,0xc6,0x61,0x71,0x98,0x2a,0x1c,0xb9,0xd2,0xab,0x10,0xcd,0xa1,0xa,0x38, + 0x10,0xc5,0x93,0xa0,0xa2,0xe0,0x52,0x10,0xf,0x46,0x51,0xa0,0x30,0xd0,0x4d,0xa0, + 0x63,0xa1,0x25,0xd,0x5c,0xe3,0x6,0x26,0x8e,0xbe,0x94,0xc6,0xc1,0x17,0x61,0xd2, + 0xc9,0xdf,0xa5,0xe9,0xde,0x2c,0x72,0xf4,0xc2,0xf6,0xcb,0x7a,0x46,0x78,0xfd,0x49, + 0xca,0xce,0x2b,0x7b,0x2b,0xe7,0x58,0x3e,0xfb,0x79,0x1a,0x33,0x9f,0xa3,0xb1,0x76, + 0x12,0x29,0xa,0x4,0xc5,0xa,0x18,0x1f,0xae,0xd9,0x4b,0x75,0x8c,0x8,0xc1,0xd7, + 0x62,0x9,0xb6,0xb1,0x62,0x70,0x18,0x55,0x4a,0x51,0x5c,0x6,0xea,0x8,0xc9,0xf6, + 0xbc,0x20,0x5e,0xb0,0x55,0x5d,0x6a,0x3c,0x5e,0xbb,0xa4,0xb5,0x2e,0x46,0x7b,0x6c, + 0xac,0x94,0x2c,0x9d,0x48,0x31,0xc9,0x0,0x23,0xc7,0x6a,0x30,0xb8,0xaf,0x7f,0x65, + 0x91,0x3d,0x4c,0x14,0xe7,0xc8,0x55,0x45,0x9a,0x87,0xce,0xa8,0x5e,0xf8,0x9,0xd2, + 0xe1,0x79,0xbb,0xff,0x8e,0x7f,0x3e,0xac,0x96,0xd6,0xca,0x47,0xe8,0xac,0x2d,0x52, + 0x6e,0xae,0xe2,0xe9,0x22,0x74,0xc9,0x7c,0x1b,0xe3,0x14,0xab,0x60,0xaa,0xb0,0xe6, + 0xad,0x94,0xa0,0xa2,0x94,0x26,0x64,0xde,0xf0,0x5e,0x40,0x2c,0x48,0x9,0x26,0x8, + 0x73,0xcf,0x42,0xdb,0x40,0xcb,0x34,0x69,0xc9,0x41,0x26,0xe,0xbc,0x8c,0xb1,0xe7, + 0x7d,0x3,0x32,0x72,0xe4,0xdf,0xa3,0x9b,0xbf,0x28,0x72,0xe7,0xd2,0xce,0xeb,0x7a, + 0xba,0x68,0x7b,0xf6,0x8d,0x14,0xed,0x17,0x90,0x2f,0x53,0x2c,0x9f,0x64,0xed,0xf4, + 0x43,0xa4,0x4b,0x33,0xd4,0x7b,0x39,0x5e,0xc3,0xa5,0x18,0x13,0x3a,0xfc,0x9c,0x83, + 0x42,0xc1,0x20,0x20,0xa1,0x73,0x33,0x8,0xb3,0x27,0x64,0xe,0x29,0x11,0x51,0x9c, + 0x42,0xcf,0x55,0x3,0x6f,0xc4,0x22,0xa4,0x18,0x7,0x46,0xb,0x12,0x71,0x48,0xe5, + 0x3f,0x77,0x39,0x34,0x6d,0x4e,0xa9,0xcb,0x74,0x57,0x4f,0xb1,0x71,0xee,0x51,0x9a, + 0x3,0xfb,0x49,0xaf,0x50,0x8e,0x90,0xc8,0xd5,0x25,0x7e,0x8b,0x91,0xab,0x8e,0xc8, + 0xf4,0x9c,0xea,0xea,0x5b,0x45,0x93,0x7,0xcd,0xf0,0xf0,0x74,0xe3,0xf6,0x57,0xbe, + 0x2d,0x3f,0xfd,0x14,0x6b,0x67,0x9e,0x60,0xb3,0x35,0x8f,0x4b,0x12,0x46,0x93,0x84, + 0x9a,0xb4,0xd1,0x22,0x24,0xcd,0x17,0x0,0xd,0x9d,0x69,0x46,0xc3,0x12,0xa2,0x1d, + 0x14,0x4c,0x1e,0x7e,0xd9,0xb5,0x8c,0x22,0x81,0xd,0xf5,0x6c,0xb8,0x6,0xda,0xbc, + 0x99,0xc6,0xe8,0x5d,0x8c,0xdd,0xfe,0x5a,0xcc,0xd8,0xb1,0x9f,0x35,0x5a,0xbc,0x4b, + 0x46,0x5e,0xb6,0xbe,0xfd,0x5a,0x54,0x67,0xde,0x2,0xf2,0x3b,0x22,0x7,0x4e,0x6d, + 0x2f,0xff,0x92,0x58,0x5e,0x7,0xc5,0x9d,0xbd,0xc5,0x33,0xac,0x9e,0x7c,0x8,0x59, + 0x3d,0x4d,0xad,0xec,0x92,0xf8,0xca,0x6b,0xa1,0x95,0x6b,0x2,0xc0,0x80,0x43,0x70, + 0x6a,0x41,0x13,0xaa,0xee,0x4e,0xc,0x5a,0xf9,0xc8,0x15,0x11,0xc2,0xe0,0x47,0x40, + 0x55,0x50,0x4d,0x11,0xad,0x85,0xf7,0xa7,0x82,0xa1,0x8b,0x38,0xd,0xe9,0x45,0x4, + 0x6a,0x40,0xdd,0x14,0x94,0xdd,0x65,0x7a,0xb,0xa7,0x68,0xf,0x1f,0x67,0xa4,0x5e, + 0xaf,0x4e,0x18,0xd9,0xcb,0x44,0x71,0x8e,0xec,0xa,0x44,0x46,0x57,0x80,0xdf,0xd4, + 0xb5,0xbf,0x7f,0x9e,0x69,0xbc,0xe2,0x6d,0xa3,0x8d,0xc3,0x94,0xb5,0x49,0xd6,0xcf, + 0x3f,0xce,0xe6,0xda,0xc,0xea,0x96,0x19,0x44,0x18,0x48,0xbb,0xe4,0xdd,0x6e,0x10, + 0xe5,0x4a,0xc8,0x34,0x18,0x9f,0xc1,0x39,0x20,0xe0,0x1a,0x9,0x3d,0x3c,0x3d,0x15, + 0x3a,0x9a,0xd1,0x4a,0x87,0x91,0xa1,0xa3,0x8c,0x1c,0x7a,0x31,0x23,0x87,0x5e,0x4e, + 0x6d,0xec,0xe8,0xf7,0xd9,0xf1,0xa9,0xff,0x2a,0x72,0xb4,0xb3,0xfd,0x1a,0x54,0xcf, + 0xfd,0x9f,0xd0,0xfb,0x1e,0xb0,0xef,0x1,0x4e,0x6d,0xdf,0xf6,0x25,0xb1,0xe,0xba, + 0x1b,0x94,0x4b,0x67,0xc8,0xe7,0x8f,0x53,0xef,0xce,0x52,0xd3,0x92,0x90,0x3,0x44, + 0x71,0xaa,0x38,0x5f,0x75,0x48,0xa,0x38,0xc,0x2a,0x7d,0x77,0x6,0x84,0xe1,0x31, + 0x1e,0x11,0x8f,0x81,0x20,0xce,0x12,0x1a,0x9a,0xf0,0xe6,0x2c,0x60,0x41,0xc,0xd2, + 0x77,0xe6,0x38,0x17,0x26,0x13,0x0,0x52,0xf,0x99,0xf3,0xa4,0xb4,0x29,0x36,0x16, + 0x71,0x8b,0x67,0x60,0xe2,0xc8,0xb,0x74,0xed,0xc2,0xaf,0xc8,0xc8,0xf4,0xcf,0x5e, + 0xbc,0xd0,0xc8,0x5e,0x23,0x8a,0x73,0x64,0x77,0x31,0x7c,0xc,0x29,0x4b,0xd2,0xda, + 0x7e,0xa6,0x6,0xf,0xd0,0x18,0x39,0xc0,0xca,0xa9,0x47,0xd8,0x5c,0x3c,0x81,0x2b, + 0x96,0x70,0xda,0x26,0xa9,0xad,0x93,0x52,0x92,0x48,0x8,0x65,0x50,0x3,0x88,0xd9, + 0x4a,0x8f,0xb1,0x48,0x8d,0x6e,0xa9,0xe4,0xd4,0xa1,0x31,0x45,0x7d,0xf2,0x56,0x6, + 0xa6,0xef,0x62,0xf8,0xd0,0x4b,0x48,0x6b,0x43,0xff,0x98,0x7d,0xf6,0x7d,0x22,0x47, + 0xbf,0x48,0x96,0x23,0xff,0x8f,0xa0,0x1c,0x81,0xde,0xce,0xd,0x5f,0x9a,0xbc,0x3, + 0xeb,0x4b,0x94,0xab,0x33,0x98,0xd6,0x1c,0x59,0x67,0x1e,0x71,0x25,0x25,0xd,0x3c, + 0x6e,0x6b,0x71,0x68,0xd5,0x61,0x69,0x51,0x95,0xca,0xf4,0x7,0x50,0x1c,0x1e,0x23, + 0x21,0xbb,0x9e,0x8,0x61,0xac,0x8c,0xa3,0x6a,0x75,0xfa,0x73,0x23,0x86,0xb4,0xa9, + 0x82,0xc1,0x56,0xef,0x5b,0x34,0xf8,0xb2,0x53,0xa0,0x46,0x89,0xef,0xad,0x50,0x2c, + 0x9f,0x20,0x5f,0x3c,0x32,0x69,0xe,0xb4,0x5e,0xde,0x3f,0x43,0x64,0x6f,0x12,0xc5, + 0x39,0xb2,0xcb,0x38,0x76,0x1c,0x3d,0xff,0x35,0x52,0x1b,0xfe,0x48,0x32,0x31,0xc8, + 0x48,0x7d,0x9c,0xa1,0xc9,0x1b,0x68,0xcf,0x3e,0xc1,0xe6,0x85,0xe3,0x6c,0xac,0xcc, + 0xe0,0x5b,0x8b,0xa4,0xbe,0xb,0xda,0x43,0x5d,0x18,0x69,0x27,0x52,0x65,0xce,0x10, + 0x61,0xa3,0x39,0x48,0x3a,0x34,0xc4,0xc0,0xf8,0x11,0x46,0xa6,0x6f,0xa5,0xbe,0xef, + 0x79,0xc8,0xc8,0xad,0x98,0x81,0xa3,0x90,0xc8,0xc3,0x5f,0x5c,0x98,0x21,0xb8,0x19, + 0x82,0xd4,0x3d,0x6d,0xf2,0xe,0x6e,0x6d,0x91,0x72,0x65,0x96,0xb4,0xb7,0x44,0xd3, + 0xaf,0x22,0xd4,0x29,0x25,0xc3,0x4b,0x49,0x10,0xd7,0x20,0xaf,0x54,0xee,0x8b,0x30, + 0xe3,0x61,0x5f,0x9d,0x43,0x67,0x66,0xbf,0x48,0x85,0x7e,0x5f,0x26,0x4a,0x90,0x6e, + 0x24,0xc7,0x19,0x43,0x48,0xfa,0x14,0xc4,0xdb,0x10,0xf6,0xc3,0x43,0x22,0x50,0x37, + 0x4a,0xe1,0x36,0x28,0xd7,0xce,0xd0,0x5e,0x7a,0x92,0x2c,0xcf,0x5f,0xaa,0xed,0xb9, + 0x3f,0x95,0xe6,0xfe,0x38,0x52,0x70,0x8f,0x12,0xc5,0x39,0xb2,0xab,0x10,0x11,0x7, + 0x7c,0x14,0x10,0xd5,0xe5,0x1b,0xa4,0x31,0x76,0xca,0x4c,0x1c,0x66,0xf8,0xe0,0x6d, + 0xc,0xcd,0x9f,0xa6,0x58,0x3a,0xc7,0xf2,0xec,0x29,0xb4,0xe8,0xe0,0xf2,0x4d,0x5c, + 0xde,0x1,0xef,0x30,0xc6,0x60,0x12,0x8b,0xb5,0x96,0xc9,0x43,0xd3,0xc,0xd,0xef, + 0xa7,0x31,0x79,0x23,0x32,0x7a,0x3,0x34,0xe,0x42,0x5a,0xdb,0xff,0xe5,0x6,0x68, + 0x88,0x1c,0xfa,0xaa,0x9d,0x65,0x5f,0x96,0xee,0x26,0xbd,0xf5,0x25,0xca,0xd6,0x12, + 0xd,0x5a,0xc,0x89,0xc3,0x21,0x14,0x56,0x8,0x49,0x9b,0x42,0xc8,0x85,0x11,0xc5, + 0x8,0x4,0x67,0xb1,0xab,0xdc,0x15,0x6,0x50,0xd0,0x8b,0x53,0x6c,0x41,0x88,0xe3, + 0xb6,0x5e,0xf0,0xe2,0x70,0xe2,0xf1,0xc6,0x80,0x40,0xa9,0xe0,0x55,0x49,0x9c,0x90, + 0x28,0x58,0x2c,0x5e,0x3d,0xd6,0xa4,0xd4,0x12,0x4b,0x49,0x87,0xdc,0x75,0x29,0xdb, + 0x67,0xa1,0xbd,0x5e,0x6b,0x8e,0xc,0x7d,0x9b,0x16,0x4b,0x1f,0x93,0x74,0x22,0x5a, + 0xd1,0x7b,0x90,0x28,0xce,0x91,0x5d,0x8b,0xc8,0xf8,0x69,0x40,0x74,0xe3,0xc2,0x7e, + 0xea,0x87,0x1e,0x90,0xa3,0x13,0x64,0x47,0x5f,0xc0,0xf4,0xf3,0xd6,0x84,0xa2,0x98, + 0x26,0x6f,0x41,0xde,0x5,0x57,0x82,0x35,0xc1,0x84,0xb4,0x16,0x6,0x7,0xa0,0x3e, + 0x2,0xc9,0xf0,0x5,0xca,0x1,0x25,0xad,0xdf,0x59,0xf9,0xb4,0xb7,0x50,0x5d,0x9f, + 0x84,0x4e,0xf5,0xfb,0x7f,0x74,0x51,0xe4,0xeb,0xca,0xed,0xdb,0xb7,0xa3,0xe5,0xe2, + 0xfb,0xb0,0xfa,0x8b,0x22,0x53,0x7f,0xbf,0x73,0x9b,0xef,0x75,0xe8,0x6e,0xac,0x50, + 0x76,0xd6,0x18,0xd0,0x82,0x4,0x28,0xa4,0xc4,0x89,0x22,0x94,0x18,0x29,0x31,0x4, + 0x61,0xee,0x4f,0x36,0x2b,0xaa,0x84,0xf4,0xa0,0xc1,0x96,0x56,0x24,0x88,0xb3,0x6, + 0xcb,0xd9,0x78,0xb0,0x5e,0x43,0x7e,0x11,0x13,0x62,0x9f,0x5d,0xa5,0xe3,0x46,0xc1, + 0xa9,0xc5,0xf9,0x84,0x8c,0x14,0xaf,0x8a,0x78,0xb0,0x78,0x6a,0x26,0x7,0x2d,0xd0, + 0x62,0x89,0xbc,0xdd,0x82,0x32,0x87,0xda,0x33,0x78,0xa,0x88,0xec,0x2a,0xa2,0x38, + 0x47,0x76,0x3d,0x32,0x34,0x3d,0x7,0x1c,0xec,0xaf,0xeb,0xdc,0xdc,0x20,0xe3,0xe6, + 0x3e,0x5c,0x1,0x2e,0xcc,0x43,0x18,0xdc,0x2,0x2,0x62,0xf0,0xd6,0xdc,0x63,0x92, + 0xda,0x43,0xe0,0xbe,0x56,0x92,0xe9,0xd6,0x56,0x45,0xc0,0x92,0x6e,0xdc,0x69,0xe8, + 0x64,0x2d,0x36,0xfe,0x5c,0x70,0x87,0xd,0x16,0xe1,0x79,0x77,0x2,0x8f,0x6e,0xdf, + 0xef,0xe9,0x52,0xe6,0x1d,0xba,0xed,0x4d,0xca,0xce,0x26,0xe2,0xca,0x10,0x8b,0x6d, + 0x4b,0xbc,0xf5,0x18,0x9,0xf9,0x99,0x85,0x2a,0xa2,0x84,0x60,0x15,0x8b,0x6,0xa1, + 0xe,0x6e,0xb,0xc5,0x23,0x78,0x11,0x3c,0xa,0x2,0xd6,0x57,0x36,0xb5,0x84,0xb7, + 0x84,0x25,0xc,0x3b,0x7,0xbc,0x3,0x63,0x4,0x34,0x25,0x91,0x6,0x4a,0x89,0xfa, + 0x2,0x71,0x25,0x22,0x5,0x56,0xa0,0xc4,0xd3,0xeb,0x75,0x61,0xdb,0x74,0x5d,0x91, + 0xbd,0x47,0x14,0xe7,0xc8,0x9e,0x43,0xf6,0xef,0xdf,0x4,0xee,0xdd,0x59,0xde,0xa7, + 0xd7,0x99,0xff,0x93,0x2c,0x99,0xfa,0x4e,0x11,0xf9,0x22,0x3d,0x7b,0xfa,0x33,0x9, + 0x3a,0xa9,0xf4,0x1e,0x52,0xca,0x87,0x84,0x4,0x45,0xbf,0x74,0x62,0x26,0xc0,0x8b, + 0xc7,0x61,0x5e,0xb2,0xae,0xe7,0x1f,0x1c,0x96,0x43,0x8b,0x97,0x6c,0xcc,0x1d,0xda, + 0xcb,0xa1,0x2c,0x83,0x90,0x7a,0xaa,0xc8,0xb,0x8f,0xd1,0x20,0xcc,0x42,0x10,0x64, + 0xd3,0x7f,0x5d,0x1d,0x1a,0xfe,0xa,0x6,0x1,0x35,0x88,0xf7,0x78,0xa9,0x24,0x5b, + 0x82,0x38,0x7b,0x9,0x16,0x35,0xba,0xed,0x20,0x13,0x7c,0xd7,0x50,0xa2,0x94,0x78, + 0x2d,0x50,0x57,0xe2,0x8d,0x20,0xc6,0xa2,0xce,0xe0,0x8a,0x1c,0xf5,0xe5,0xd6,0xb9, + 0x22,0x7b,0x8f,0x28,0xce,0x91,0x6b,0x8e,0x5a,0x63,0xdf,0x77,0xec,0x2c,0xeb,0x33, + 0x21,0xc3,0xdf,0xbb,0xb3,0xec,0xcb,0xa1,0x61,0xa4,0xe1,0x2f,0xa5,0xd4,0x3e,0x3, + 0xfc,0xed,0xf6,0x6d,0x59,0xe,0x69,0x21,0x88,0x4f,0x90,0xc4,0x84,0xe,0x3a,0xf, + 0xb8,0x10,0xb3,0x2c,0x84,0x90,0xbf,0xbe,0x48,0xaa,0x54,0x3a,0x2b,0x61,0x25,0x44, + 0x39,0xdb,0x50,0xa6,0x82,0x41,0x51,0xe3,0x29,0xad,0xf,0x5d,0x88,0xa,0x6c,0xeb, + 0x20,0xb4,0xa,0x9,0x8e,0xd4,0xb6,0x31,0xda,0xe,0xc3,0xd3,0x1d,0x14,0x5e,0x50, + 0xa9,0xe3,0xa9,0x51,0x96,0x3,0xa8,0xd7,0xea,0xe0,0xc8,0x5e,0x25,0x8a,0x73,0x24, + 0xf2,0x65,0xb1,0x8,0xf2,0x3b,0x50,0x9e,0xd8,0xb9,0x85,0x24,0xc3,0xa4,0x29,0x6a, + 0x4c,0x98,0x61,0x45,0x0,0x12,0xc4,0xb,0x22,0x5,0x88,0xa7,0x6f,0xf8,0x2a,0x17, + 0x45,0x3a,0xbc,0xd8,0x9a,0x9b,0x5,0xed,0x87,0x5e,0xf4,0x23,0x37,0xbe,0x40,0x57, + 0x2f,0x76,0x1e,0x6e,0xfb,0x83,0x68,0x70,0xb7,0xb,0x9,0xa5,0xb1,0xe1,0x2,0xc4, + 0x60,0xb3,0x1a,0x98,0x78,0x7b,0xef,0x65,0xe2,0xb7,0x17,0x89,0x7c,0x19,0x14,0x7d, + 0x47,0x1,0x9f,0x19,0x90,0xfd,0xe7,0x76,0x6e,0x23,0x4b,0x48,0xea,0x4d,0x7a,0x69, + 0x83,0x3c,0xb7,0xa4,0x12,0x84,0xd2,0xba,0x4,0x15,0xb,0x26,0x47,0x4d,0x98,0x3d, + 0xbc,0xbf,0x84,0x17,0x86,0x20,0xb8,0x0,0x61,0x10,0xa,0x4,0x61,0x36,0x1a,0x3a, + 0x5,0x1,0xc4,0x18,0xc,0xd5,0xbe,0xda,0xcf,0xbf,0xe1,0x83,0xcf,0xda,0x7,0xab, + 0xdc,0x58,0x8b,0x92,0xa0,0xde,0xe2,0xb0,0x60,0x32,0xea,0x8d,0x6,0x62,0xc3,0x40, + 0x97,0xc8,0xde,0x24,0x8a,0x73,0x24,0xf2,0x65,0x48,0x65,0xea,0xcf,0x76,0x96,0x6d, + 0x51,0xaf,0x93,0xd,0x8f,0xd0,0x1d,0x18,0xa2,0x5b,0xa4,0x18,0x84,0xba,0x1a,0x12, + 0x97,0x84,0xd9,0xc3,0x9,0x51,0xce,0x6a,0x1d,0xe,0x70,0x12,0x84,0x56,0x25,0x78, + 0xa0,0xfb,0x93,0x68,0x89,0x4,0x37,0x88,0x81,0x2a,0xf4,0x59,0x10,0x4,0xf1,0x16, + 0x11,0x1b,0x66,0xd1,0x42,0x31,0xaa,0x58,0xd,0xa3,0x9,0xb7,0x50,0x83,0x53,0x43, + 0xa1,0x82,0x33,0x29,0x36,0x6b,0x92,0xd,0xc,0x43,0x92,0x3e,0x86,0x6a,0x1c,0x25, + 0xb8,0x47,0xb9,0xe4,0x3b,0x8e,0x44,0x22,0xcf,0x90,0x66,0x93,0xfa,0xf8,0x4,0xd9, + 0xe8,0x3e,0xca,0x64,0x84,0xae,0xd4,0x42,0x4e,0x66,0xf5,0x41,0x44,0x35,0x48,0x70, + 0x18,0xa4,0x6d,0x51,0x2c,0xa5,0x58,0x9c,0xd8,0x10,0xa1,0x21,0x55,0xa7,0x9f,0x10, + 0xdc,0x19,0xfd,0x45,0x5,0xc1,0x22,0x6a,0x82,0x50,0x6b,0x8,0xaf,0xeb,0xb,0xb3, + 0x95,0xca,0x33,0x52,0xc9,0x7b,0xee,0x21,0x57,0x83,0xa9,0x35,0x69,0xc,0x8f,0x50, + 0x6f,0xe,0x41,0x52,0x5b,0x96,0x6c,0xdf,0x7d,0x17,0x2f,0x36,0xb2,0x97,0x88,0x96, + 0x73,0x24,0x72,0x39,0xc,0xc,0x63,0xc6,0xf6,0x91,0x8e,0x1d,0xc0,0x2d,0x8d,0xd3, + 0xed,0xf6,0x18,0x2c,0xda,0x88,0x76,0x41,0x1d,0xa6,0x1a,0xb8,0x2d,0xa,0x22,0xdb, + 0xd4,0xb7,0x9f,0x44,0x83,0x6d,0xa1,0x76,0x5a,0xb9,0x29,0x7c,0x7f,0x2f,0x47,0x98, + 0x42,0x40,0x51,0x55,0x42,0xda,0xa4,0x8b,0x11,0x20,0x48,0xf0,0x8e,0x38,0x84,0x42, + 0xc,0xa4,0x75,0x6a,0xa3,0xe3,0x34,0x27,0xa7,0xd1,0x5a,0xed,0x13,0xd4,0x1b,0xaf, + 0xeb,0x5f,0x66,0x64,0xef,0x11,0xc5,0x39,0x12,0xb9,0x1c,0x6c,0x2,0x83,0x63,0x30, + 0xbc,0x9f,0xb2,0x36,0x89,0x2b,0x73,0x4a,0xd3,0x1,0xe9,0x6e,0xb9,0x29,0x14,0xaa, + 0xfc,0x73,0xa,0x54,0xe1,0x6d,0x3e,0x1,0x35,0x84,0x6c,0x19,0x42,0x95,0xde,0x28, + 0x3c,0xca,0x2a,0x40,0xdf,0xe9,0xac,0x8,0xe,0x8,0x5d,0x87,0xc1,0x5a,0xae,0x74, + 0xdd,0x80,0x5a,0xa1,0xc4,0x52,0x90,0xe0,0xb3,0x26,0x32,0x3c,0x81,0x19,0x9d,0xc2, + 0xa7,0xf5,0x9e,0xc8,0xd0,0x5c,0xb5,0x7b,0x64,0xf,0x12,0xc5,0x39,0x12,0xb9,0x1c, + 0x6c,0x6,0xf5,0x41,0x86,0xa6,0x8f,0xd1,0x5b,0xbb,0x83,0xf3,0x27,0x1c,0x1d,0x9d, + 0x63,0x28,0x5,0xb1,0xe0,0x7d,0x18,0xb,0x92,0xa4,0x90,0xa6,0xd0,0xcb,0x95,0xd2, + 0x15,0x18,0x51,0x50,0x8b,0xf1,0x42,0xe8,0xf2,0xb,0x29,0x43,0x8d,0x4,0x6d,0xf6, + 0x26,0x18,0xd7,0x42,0xe8,0x24,0xec,0x8b,0x32,0x4,0xd9,0x76,0x3e,0xe4,0x86,0x2e, + 0x8d,0xd0,0x16,0xcb,0x6,0x19,0x49,0x7d,0x94,0xf4,0xe0,0xcd,0xc8,0xe1,0xe1,0xf7, + 0x27,0x43,0xfb,0x5f,0xb3,0xed,0x90,0xc8,0x1e,0x24,0x8a,0x73,0x24,0x72,0x39,0x48, + 0x72,0x8e,0x64,0x60,0x8d,0xe1,0x3,0x23,0xc9,0xc4,0x4d,0xd8,0xe5,0x4d,0xca,0x8d, + 0x13,0x14,0xbd,0x45,0xac,0x9,0x22,0xab,0x1e,0x5c,0x95,0xdf,0x28,0x35,0x90,0x28, + 0xa8,0x2b,0x11,0x55,0xc4,0xf7,0xad,0x67,0x4b,0x95,0x8a,0xae,0xef,0xd3,0xa8,0xea, + 0xf,0x7f,0x42,0x88,0x5e,0x58,0x75,0x1a,0xdc,0x19,0x92,0x26,0x78,0x3b,0x88,0x93, + 0x21,0xb2,0xc6,0x1,0x86,0x8f,0x3c,0x9f,0xc6,0x81,0x5b,0x61,0xf0,0x50,0x75,0x70, + 0x64,0x2f,0x13,0x3b,0x4,0x23,0x91,0xcb,0x40,0xec,0xfe,0x9f,0x44,0x6a,0x7f,0xcd, + 0xe0,0x34,0x8d,0xe9,0xdb,0x19,0x3e,0xf8,0x2,0x74,0x64,0x9a,0x8d,0xa4,0xc6,0xba, + 0x58,0xf2,0xcc,0x40,0x23,0x78,0x31,0x5c,0x15,0xca,0x9c,0x68,0xc8,0xc3,0x9c,0x78, + 0x4f,0x98,0xfd,0x50,0xe9,0xf,0x46,0x9,0x63,0xb,0x3,0x5a,0x59,0xd1,0xdb,0xff, + 0xf6,0xf3,0x42,0x97,0x92,0xd0,0xd5,0x3a,0xeb,0x65,0x9d,0xd,0x46,0x30,0x63,0x37, + 0xd2,0x3c,0x72,0x37,0x4c,0xde,0xe,0xb5,0x28,0xce,0xd7,0x2,0xd1,0x72,0x8e,0x44, + 0x2e,0x17,0xd3,0xf8,0x10,0xc8,0x4b,0x6b,0x63,0x37,0x1c,0x9b,0x3c,0x9a,0x52,0x76, + 0x8f,0xd3,0x31,0x5d,0x5a,0xeb,0xf3,0x24,0x7e,0x83,0x81,0x24,0x27,0xb5,0x5,0xe2, + 0x3c,0xb8,0xaa,0xe3,0xf,0x80,0x90,0x59,0x43,0x1,0x2f,0xa6,0x5a,0x42,0x36,0xbb, + 0x8b,0x12,0xcd,0x56,0x42,0xa4,0xfe,0xc0,0x13,0x35,0x29,0x4e,0x1a,0x6c,0x96,0x35, + 0xba,0xe9,0x18,0xb5,0x89,0x5b,0x19,0x3e,0xfc,0xd5,0x64,0x53,0x77,0x43,0xfd,0xe8, + 0x2c,0x24,0xef,0xdd,0x3a,0x38,0xb2,0x67,0x89,0xe2,0x1c,0x89,0x5c,0x26,0x22,0xe3, + 0xff,0x97,0xea,0xd2,0x32,0xd9,0xd0,0x57,0xd7,0xc7,0xe,0xc2,0x8d,0x5f,0xf5,0x4d, + 0xa4,0xb5,0xbb,0xd7,0x4e,0x3d,0xc2,0xda,0xd2,0x53,0xb4,0x7a,0xcb,0xc,0x99,0x16, + 0xd,0xe9,0x61,0x44,0xf1,0x4,0x7f,0x32,0x12,0xe4,0xd9,0xe1,0x29,0x5,0x4a,0x63, + 0x70,0x6,0x12,0x15,0x6a,0xbe,0x12,0x62,0xaa,0xfd,0xd4,0x10,0x86,0xa0,0x24,0x38, + 0xad,0x93,0x6b,0x13,0x9f,0x8c,0x30,0xb4,0xef,0xf9,0x8c,0xde,0xfa,0x35,0x34,0x8f, + 0xbe,0xf0,0x84,0x1d,0x3c,0xfc,0xc7,0x79,0xb2,0x2f,0x5f,0x63,0xf4,0xa9,0x4b,0x2e, + 0x30,0xb2,0x27,0x89,0xe2,0x1c,0x89,0x5c,0x1,0x44,0x26,0xfe,0x0,0xf8,0x3,0x0, + 0xdd,0xf8,0xe4,0x58,0xa3,0x31,0x7d,0xf7,0x78,0x3a,0x89,0x66,0xc3,0x14,0xcb,0x4f, + 0xd0,0xed,0x5d,0x20,0x35,0xab,0x78,0x7a,0xa8,0xf,0x89,0x8d,0x0,0x1c,0x50,0x8a, + 0x52,0x58,0x4f,0x61,0x14,0x27,0xa1,0x30,0x5,0xc2,0x8c,0x29,0x6,0xaf,0x16,0x2f, + 0x16,0x55,0x8b,0x92,0xe2,0xb5,0x49,0x52,0x9f,0x64,0x62,0xea,0x56,0xea,0xc7,0xee, + 0xa5,0x7e,0xf4,0x1e,0x18,0x3d,0xf6,0xf8,0x7a,0xfd,0xd8,0x7f,0xce,0xe1,0x6d,0xb9, + 0xe3,0x15,0xc0,0x7f,0xad,0x2e,0x2d,0xb2,0x47,0x89,0xe2,0x1c,0x89,0x5c,0x69,0x6a, + 0x87,0x49,0xa7,0x26,0x18,0x6b,0xe,0xd3,0x18,0x1e,0x64,0xe3,0xa9,0x84,0x7c,0xce, + 0xa3,0x9d,0x2,0xef,0x4b,0x3c,0x55,0x6,0x3b,0x82,0x65,0xec,0xc,0x94,0x46,0x29, + 0x4d,0x88,0xbe,0xb0,0xa,0x94,0x6,0xc4,0xb0,0x35,0x87,0x20,0x9,0x4a,0x82,0x27, + 0x23,0xad,0x8d,0x30,0x70,0xe4,0x56,0x92,0x9b,0x5f,0x8c,0x39,0x70,0x17,0x34,0xa7, + 0x81,0x1,0xa,0xb8,0x41,0x95,0x7f,0xea,0xe0,0xfd,0x5b,0xd7,0x12,0xd9,0xb3,0x44, + 0x71,0x8e,0x44,0xae,0x34,0xde,0xbf,0xdd,0x65,0x3,0xfb,0x49,0x8f,0x7e,0x6b,0xbd, + 0xd1,0x40,0xc6,0xf,0xb1,0x7e,0xe1,0x85,0xac,0xcf,0x3c,0xc6,0xcc,0xdc,0x53,0x48, + 0x77,0x81,0xba,0x6f,0x93,0xe9,0x26,0xa9,0xb6,0x48,0x34,0xf,0xdd,0x81,0x46,0x49, + 0x45,0x51,0x9a,0xac,0x9b,0x51,0xb0,0x75,0x72,0x6a,0xb4,0x7c,0x46,0xcf,0xc,0x62, + 0x87,0xf7,0x33,0x30,0x79,0x3,0xc3,0x87,0x6f,0x23,0xbb,0xe9,0x2e,0x68,0xc,0x7d, + 0x10,0x56,0xde,0x8a,0x35,0x60,0xd2,0xa5,0x4,0xce,0x15,0xc2,0xd7,0x19,0xcb,0x25, + 0x13,0xb,0x44,0xf6,0x26,0x55,0xfb,0x1d,0x89,0x44,0xae,0x24,0xaa,0x17,0xf6,0x43, + 0x39,0xa,0xf2,0x16,0x5f,0x76,0xbf,0xdb,0xb7,0x16,0xe8,0x2e,0x9d,0xa1,0xbd,0x78, + 0x9a,0xcd,0xc5,0x13,0x14,0x6b,0xe7,0xb1,0xf9,0x32,0xd2,0x5b,0xc6,0x14,0x6b,0x48, + 0xd9,0x22,0xd1,0x1e,0x6,0x8f,0xfa,0x31,0xbc,0x1c,0xc2,0x36,0x86,0x90,0xc6,0x28, + 0x34,0x26,0x48,0x86,0xf,0x50,0x9b,0xba,0x81,0xda,0xbe,0x63,0xd8,0xb1,0x43,0x24, + 0xb5,0xd1,0xbf,0x21,0x1d,0xfe,0x41,0x91,0x81,0x99,0x9d,0xe7,0x8e,0x5c,0x1b,0x44, + 0x71,0x8e,0x44,0x9e,0x43,0x54,0x4f,0xd6,0xa1,0xc8,0x28,0x87,0x7f,0x51,0x5d,0xfe, + 0x63,0xe4,0x6b,0xf8,0xf5,0x59,0x58,0x9f,0x43,0xbb,0x2b,0x94,0xad,0x25,0x8a,0xce, + 0x2a,0x5a,0x6c,0x22,0xbe,0x87,0xc1,0x21,0xa6,0x89,0xa4,0x63,0x98,0xac,0x89,0x1d, + 0x18,0xc5,0x8c,0xec,0x47,0xc6,0xe,0xc0,0xe0,0x24,0x92,0xc,0x81,0x64,0xff,0x1f, + 0xd6,0x7d,0xb7,0xc8,0xd1,0xce,0xce,0xf3,0x45,0xae,0x1d,0xa2,0x38,0x47,0x22,0x57, + 0x1,0xed,0xce,0xbc,0x5,0x57,0xfc,0x2b,0xf2,0x36,0x14,0x6d,0x70,0x3d,0x42,0x3e, + 0x67,0xf,0x96,0x84,0x44,0x32,0xb0,0x60,0x6a,0x25,0xd9,0x40,0x4e,0xda,0x4,0x32, + 0x9c,0x4f,0x50,0xe4,0xff,0x4d,0xb3,0x89,0xef,0xdd,0x59,0x67,0x24,0x12,0x89,0x44, + 0x9e,0x43,0xb4,0x9c,0xf9,0x1e,0x2d,0x66,0x8e,0xab,0x9b,0x3f,0xae,0xba,0xf0,0xb6, + 0x9d,0xdb,0x23,0x91,0x48,0x24,0x12,0x89,0x44,0x22,0x91,0x48,0x24,0x12,0x89,0x44, + 0x22,0x91,0x48,0x24,0x12,0xf9,0x4a,0x31,0xab,0x7a,0x6c,0x5e,0xf5,0x9f,0xed,0x2c, + 0x8f,0xec,0x2d,0xe2,0x20,0x94,0xc8,0x15,0x65,0x35,0x3f,0xf3,0x62,0x6b,0xe5,0x87, + 0x53,0x93,0x92,0x90,0x3d,0x90,0xc8,0xf8,0x3b,0x77,0xee,0xf3,0x6c,0x99,0xd3,0xb9, + 0xc1,0x21,0x9f,0xfc,0x52,0xd3,0x4e,0xfc,0xf8,0xce,0x6d,0x91,0x8b,0x18,0xe8,0x28, + 0x9c,0xdb,0x59,0xae,0x7a,0xee,0x8,0x3e,0xfb,0x5,0x28,0x81,0x22,0x14,0x5e,0xcc, + 0xaf,0x44,0x98,0xa8,0xd0,0x0,0xba,0x29,0xf6,0x70,0xfc,0x8c,0xaf,0x32,0x51,0x9c, + 0x23,0x57,0x94,0x46,0x9a,0xde,0x88,0xca,0xf7,0x83,0xa5,0xf0,0xee,0x5b,0x36,0x8a, + 0x85,0xc9,0xa1,0x74,0xea,0xad,0x3b,0xf7,0x7b,0x36,0xec,0x63,0x5f,0xaf,0xeb,0x17, + 0xff,0x74,0x67,0x79,0xe4,0x52,0xf6,0x8b,0x5c,0xe8,0xe9,0xd2,0xb9,0xd2,0x2d,0xfc, + 0xb5,0x25,0x7,0xa,0xd0,0x12,0xca,0xf5,0x21,0x94,0xaf,0xa1,0xec,0x41,0xb7,0x5, + 0xbe,0x4,0xef,0x40,0x35,0x1c,0x68,0x12,0xb0,0x16,0xc4,0xe6,0xda,0x7a,0xe8,0x56, + 0x6c,0xa,0x49,0xd,0x24,0x5,0x93,0x39,0x91,0xfd,0xff,0xe4,0x92,0x13,0x45,0x9e, + 0x53,0x62,0x9c,0x73,0xe4,0x8a,0xa2,0xba,0x3c,0x2,0xf9,0xd,0x39,0x19,0x39,0x90, + 0x20,0xeb,0xd,0x19,0x3b,0x75,0x61,0x51,0x5f,0x86,0xe5,0xd7,0xd5,0x41,0x51,0x80, + 0x2b,0x42,0x7e,0x63,0x25,0x18,0x6c,0x69,0x6,0x59,0xd,0xd2,0x84,0x93,0x13,0x43, + 0xf2,0x1d,0x3b,0xeb,0x8d,0x3c,0x7d,0x54,0x1f,0x7a,0x11,0xa5,0xfd,0x7d,0x85,0x5b, + 0x44,0xb,0x70,0x5d,0x68,0xaf,0xa3,0xeb,0xb,0x14,0xab,0x8b,0xf4,0x36,0x57,0x28, + 0x5a,0x6b,0xa8,0xcb,0xd1,0xb2,0xa8,0xe6,0x27,0x4,0x63,0xc,0x92,0xa4,0x18,0x9b, + 0x60,0x87,0x8f,0xd0,0x1c,0x1a,0xc1,0x8e,0x4e,0xc2,0xf0,0x14,0xd4,0x86,0x15,0x49, + 0x1f,0x82,0x14,0x7c,0x1d,0x6a,0x7,0x5f,0x2c,0x22,0x95,0xf9,0x1d,0x79,0x2e,0x88, + 0xe2,0x1c,0xb9,0xe2,0xcc,0xaf,0xe9,0xb7,0x78,0xc7,0x6f,0x6d,0x6c,0xc2,0xea,0x52, + 0xce,0xdc,0x85,0x55,0x2e,0xcc,0x2e,0xa7,0xcb,0xcb,0x6b,0x63,0xab,0xab,0x1b,0x6c, + 0xac,0xb5,0x71,0x4e,0x29,0xcb,0x12,0x55,0xc5,0x5a,0xc8,0xb2,0x84,0xac,0x96,0x52, + 0xaf,0xd5,0xca,0xfd,0xfb,0x6e,0x5e,0x1e,0x1e,0x19,0x60,0x6a,0xdf,0x30,0x53,0x53, + 0x75,0x26,0x26,0x60,0x70,0x84,0x85,0x7d,0xe3,0x72,0xd7,0xce,0x73,0x45,0xbe,0x10, + 0x2d,0xde,0xff,0x6a,0x54,0xdf,0x4f,0x6b,0x13,0xbf,0x30,0x4b,0x6f,0x79,0x96,0xce, + 0xca,0x5,0x8a,0xb5,0x79,0x8a,0x8d,0x65,0x5c,0x7b,0x15,0x29,0xbb,0x88,0x2b,0xd0, + 0xb2,0x44,0x71,0x40,0x10,0x67,0x63,0x12,0xc4,0x5a,0xa8,0xef,0x27,0x6b,0xc,0x52, + 0x1f,0x9a,0x20,0x1d,0x99,0xa6,0x36,0x7e,0x8,0xc6,0x8e,0xc0,0xe4,0x11,0xa8,0x4f, + 0x80,0x6d,0xce,0x63,0xdd,0x8d,0x71,0x94,0xe2,0x73,0x47,0x14,0xe7,0xc8,0x15,0x41, + 0x55,0xcd,0xa9,0x53,0xa7,0xde,0xd8,0xed,0x35,0x7f,0x6f,0x66,0x7e,0x98,0x13,0xc7, + 0x2f,0xf0,0xe8,0xa3,0x4f,0x70,0xea,0xc4,0x2c,0xab,0x2b,0x1d,0xf2,0x9e,0x45,0x5d, + 0x8a,0x2b,0x85,0x76,0xbb,0x87,0x7a,0x83,0xf7,0x1e,0x50,0xc4,0x4,0xeb,0xd9,0x5a, + 0x8b,0x52,0xd2,0xde,0x5c,0x61,0x6c,0x6c,0x98,0x3,0x87,0xc6,0x39,0x72,0xc3,0x4, + 0x47,0x8f,0x8e,0x73,0xf3,0x6d,0xfb,0xb8,0xe9,0xa6,0x7d,0x4c,0x4f,0x67,0x24,0x19, + 0x6b,0x93,0xa3,0x66,0x4c,0x44,0xaa,0xe7,0xf1,0x70,0x7e,0x11,0xd9,0xee,0x41,0xbd, + 0x6a,0xa8,0x6a,0x95,0xad,0x19,0xbe,0x92,0xd7,0xa4,0xaa,0xa6,0xbb,0x39,0xf7,0x1a, + 0x53,0x2e,0xbc,0x37,0x5d,0xfc,0x5b,0xf2,0xb,0xe7,0x99,0x3f,0x7b,0x92,0x8d,0x85, + 0xb3,0x68,0x67,0x85,0x9a,0x76,0x68,0x90,0xd3,0xd0,0x82,0xba,0x94,0x18,0x9f,0x23, + 0x7a,0x71,0xf2,0x58,0x15,0x10,0x2c,0x88,0xa1,0x64,0x98,0x5c,0x85,0x8e,0x66,0x74, + 0xcd,0x20,0xc,0x4e,0xd3,0x3c,0xf8,0x3c,0xc6,0x6f,0x78,0x1,0x76,0xfa,0x36,0x64, + 0x68,0x1a,0x6a,0x53,0x48,0xdd,0xe,0x89,0xec,0xdf,0xdc,0x79,0x2d,0x91,0xcb,0x27, + 0x8a,0x73,0xe4,0x69,0x33,0xab,0xb3,0x3,0xd3,0xa4,0x56,0x64,0x72,0x1d,0xe0,0xfc, + 0x79,0x6d,0x5e,0x28,0x19,0x1d,0x71,0x2b,0xaf,0xdf,0xdc,0x58,0x7a,0xc7,0x23,0xf, + 0x3f,0xca,0xfd,0xf,0x5c,0xe0,0xb3,0xf,0xa5,0x6c,0xac,0xb7,0x69,0xb7,0x72,0xbc, + 0x4b,0xb0,0xd2,0x44,0xa8,0x53,0x16,0x16,0x75,0x86,0x2c,0x6b,0x0,0x6,0x11,0xa9, + 0x1e,0xa9,0x3d,0x8a,0xa2,0xea,0x10,0x94,0x34,0xcd,0x51,0xed,0x51,0xb8,0x36,0x45, + 0xb9,0x4a,0x92,0x75,0x99,0x98,0xcc,0x38,0x72,0xc3,0x8,0x87,0x8f,0x8c,0xf0,0x8d, + 0xdf,0xf8,0xa,0xf6,0xed,0x1f,0x6c,0xcd,0x2c,0xee,0xbf,0xed,0xb6,0xdb,0xd0,0x1b, + 0xa6,0x98,0xeb,0xe6,0xcb,0x67,0xea,0xd9,0xf8,0x11,0x11,0x51,0xd5,0xf9,0x3,0x30, + 0x75,0x61,0xbb,0x78,0x7f,0x25,0x51,0x5d,0xfe,0x55,0xbc,0xfe,0x4f,0x0,0x18,0x7d, + 0x8b,0xc8,0xe4,0xff,0x7d,0xe9,0x1e,0x57,0x16,0xd5,0x27,0x6a,0x74,0xb2,0xd7,0x97, + 0xa5,0xff,0x9d,0xd6,0xfa,0xa,0xad,0x99,0xcf,0xd1,0x79,0xf0,0x37,0x29,0x7a,0x6d, + 0x7c,0xaf,0x45,0xe6,0x3a,0x34,0x24,0xa7,0xae,0x3d,0x12,0xd7,0x22,0x29,0x7b,0xa4, + 0x84,0xe9,0xb2,0x42,0xb,0x42,0xf0,0x2f,0x6d,0xaf,0x13,0xc1,0xdb,0x1a,0x85,0xd4, + 0x69,0xd1,0x64,0x53,0x6,0xe9,0xd6,0xa6,0xd0,0xe6,0x7e,0xca,0x81,0x3,0xdc,0xf6, + 0xa2,0xaf,0x27,0x19,0x39,0x84,0x75,0x67,0x6f,0xa3,0x3e,0xdc,0xa2,0xf9,0x3c,0x68, + 0xfe,0xd6,0x5,0x91,0x5f,0xf0,0x17,0x54,0xf7,0x7f,0x10,0x16,0xdf,0x20,0x12,0x4c, + 0xf2,0xc8,0xb3,0x22,0x8a,0x73,0xe4,0x69,0xb3,0x51,0x2e,0x7d,0xa7,0xc7,0x1f,0x6e, + 0xb5,0x27,0xff,0xcb,0xec,0xfc,0xda,0xd1,0x5e,0xb7,0xf8,0xf6,0xd6,0xba,0xbc,0xe5, + 0xfe,0x4f,0xaf,0xf0,0x99,0x4f,0x9d,0xe5,0xc4,0x89,0x25,0x5a,0x6b,0x1e,0xb4,0xb1, + 0xf3,0xd0,0xa7,0x8d,0x22,0x94,0x26,0x3,0x5,0x41,0xab,0x12,0x8f,0xa1,0x44,0xe8, + 0x61,0x4d,0x87,0xa9,0x7d,0x35,0xee,0xb8,0xeb,0x10,0x2f,0x7f,0xc5,0x6d,0xdc,0x79, + 0x67,0xbd,0xd8,0xec,0xea,0xcb,0x5f,0x70,0xfb,0x8,0xa3,0x3,0xf2,0x19,0x80,0x8e, + 0x9b,0xeb,0xd4,0xcd,0xbe,0x9,0x11,0x69,0xef,0xa8,0xfe,0x9a,0x43,0x75,0x79,0x84, + 0xf5,0xb3,0xdf,0xa7,0xdd,0xb3,0xbf,0xe6,0x66,0xee,0x23,0x3f,0xf9,0x21,0x7a,0xb3, + 0x8f,0x53,0xdf,0xb8,0x8c,0xac,0xa1,0xa,0xf8,0x7a,0xf8,0xf4,0x25,0xac,0xf6,0xe7, + 0x2f,0x4,0xa1,0x24,0xa3,0x39,0x7e,0x84,0xe4,0xc0,0xed,0x98,0x9b,0x5f,0x8e,0x99, + 0xbe,0x7,0x69,0xde,0xc,0xb5,0x74,0x4a,0xe4,0xd0,0xe2,0x85,0x52,0xff,0x12,0xcb, + 0xf,0x4c,0x8b,0xcc,0x5d,0x52,0x6f,0xe4,0x19,0x11,0xc5,0x39,0xf2,0x8c,0x38,0x79, + 0xb2,0x73,0x63,0x4b,0xf3,0x9f,0x99,0x99,0x5d,0xf8,0xe1,0x4f,0x7c,0xfc,0x9,0x3e, + 0xfb,0xc0,0xc,0xa7,0x4e,0xb4,0xd9,0x5c,0xab,0x63,0xcc,0x28,0xd6,0x34,0x70,0xe5, + 0xb3,0x37,0x58,0x95,0x30,0x5d,0x53,0xb0,0x79,0xc3,0x4c,0x7b,0x82,0x56,0xe2,0x5c, + 0x62,0xe8,0x22,0xb6,0x83,0xc8,0x6,0x13,0x93,0x96,0xbb,0xef,0x3e,0xcc,0x4b,0x5f, + 0xf1,0x7c,0x5e,0x78,0xcf,0x1,0xac,0x8c,0xfc,0xf7,0xb7,0xdf,0xc4,0x7f,0x6b,0x15, + 0x8b,0x7f,0x34,0x90,0x4e,0x7e,0x97,0x88,0xf4,0xb6,0xd7,0x7d,0xad,0xa1,0x9b,0x73, + 0xd3,0x14,0x9b,0x3f,0xea,0xdb,0x17,0xde,0xd2,0x39,0xf5,0x7e,0xd6,0x9f,0xfc,0x3b, + 0xf2,0xd5,0x47,0x69,0xfa,0x35,0x6,0xf3,0xcb,0x78,0xeb,0xa,0x68,0x12,0x34,0x5a, + 0x2e,0x15,0x68,0x0,0x47,0x8a,0xd4,0xc6,0xe9,0xca,0x8,0xf5,0x7d,0x77,0x30,0x78, + 0xc7,0xab,0x48,0x8e,0xbc,0x1c,0xa9,0x8f,0x7d,0x17,0xe7,0xdc,0x1f,0xcb,0x6d,0xb7, + 0x5d,0xc6,0xc9,0x23,0x7d,0xa2,0x38,0x47,0x2e,0x41,0x75,0xe1,0x45,0xa0,0x5e,0x64, + 0xdf,0xfd,0x3b,0xb7,0x7d,0xf2,0x93,0x1b,0x77,0xad,0x77,0x36,0x7e,0xee,0xec,0xb9, + 0x99,0xff,0xf1,0xe3,0x9f,0x78,0x8c,0x7,0x1f,0x3c,0xcd,0xf2,0x92,0x60,0x98,0xc2, + 0x30,0x8e,0x2b,0x9b,0xa1,0x83,0x2f,0x79,0xf6,0x4f,0xb3,0x8a,0x52,0x1a,0x8f,0x20, + 0x80,0x1,0x15,0x44,0xd,0x6,0xbf,0x65,0x41,0x27,0x89,0xa3,0xd5,0x5e,0xc4,0xb3, + 0xc1,0xe8,0x8,0x1c,0x3c,0x34,0xc2,0x9d,0x77,0x1d,0xe3,0x55,0xaf,0xba,0x97,0x89, + 0xb1,0xd1,0x1f,0x3e,0x7d,0xd2,0xfe,0xc6,0x1b,0xde,0x70,0xed,0x3e,0x52,0x6b,0xe7, + 0xc2,0x4d,0xa4,0xee,0xeb,0x29,0xdb,0x5f,0x55,0xae,0x2c,0xfc,0xf0,0xe6,0x53,0x1f, + 0x65,0xf5,0xc4,0x87,0x28,0x16,0x1f,0x22,0x2b,0x2e,0xd0,0x94,0x1e,0x83,0xfe,0x32, + 0x5c,0xdd,0xa,0xaa,0x12,0x44,0x59,0xc2,0x94,0x5a,0x7d,0x61,0x6,0xf0,0x18,0x7a, + 0x65,0x4a,0x87,0x26,0xae,0x71,0x88,0xc6,0xc1,0x17,0x32,0x7c,0xdb,0x2b,0x19,0xb8, + 0xe9,0xa5,0x48,0x63,0xe4,0xcd,0x98,0x6c,0x1d,0x6b,0x7e,0x4f,0xe4,0x40,0xeb,0xe2, + 0x51,0x91,0x67,0x4a,0x8c,0x73,0x8e,0x5c,0x82,0x27,0xff,0x36,0x43,0xf2,0xa,0xd5, + 0xe5,0x7f,0x23,0x32,0x7e,0x1f,0xc0,0xd2,0x92,0xbe,0x62,0xf6,0x7c,0xe7,0xbf,0x7b, + 0xf0,0x73,0xb,0x2f,0x7b,0xe2,0xc9,0x93,0xdf,0xfc,0xc0,0x3,0x4f,0x30,0xb7,0xd0, + 0x66,0x7d,0x7d,0x90,0x44,0x47,0x48,0x92,0x71,0xd4,0xf,0x83,0x64,0x78,0xcd,0x81, + 0x8d,0x1d,0xb5,0x3e,0x13,0x14,0x91,0x12,0x10,0x50,0x8b,0x60,0xb7,0x5e,0x7,0x6b, + 0x2e,0xc5,0x95,0x4a,0x96,0x8,0xd6,0x8c,0xe0,0xf2,0x82,0x33,0x27,0x3a,0x2c,0xcf, + 0x9f,0x62,0x65,0xbe,0xc6,0x3d,0x5f,0x75,0xcb,0xbb,0x6e,0xbf,0x7d,0xec,0xe0,0xb9, + 0x99,0xb2,0x3c,0x74,0xc0,0xfe,0x8a,0x88,0xe4,0x3b,0xcf,0xb0,0x97,0x51,0x9d,0xbd, + 0xb,0xef,0x7e,0x1e,0xb7,0xf9,0x6,0xd7,0x3a,0xcb,0xfa,0xb9,0x4f,0xb,0x99,0xad, + 0x34,0x0,0x0,0x20,0x0,0x49,0x44,0x41,0x54,0xb3,0xf0,0xd4,0x87,0x70,0x4b,0x4f, + 0x30,0x62,0x5a,0xd4,0x53,0x90,0x9e,0xbf,0x2c,0xb3,0x6b,0xa7,0x28,0xf7,0x9f,0x83, + 0xc2,0x73,0xc,0xa1,0x91,0xf4,0x3d,0x46,0x9a,0x9,0x1d,0xd6,0x58,0x9b,0x7d,0x98, + 0x9e,0x18,0xd2,0x46,0x83,0xec,0xf0,0x9d,0x6f,0x97,0x6c,0x18,0x2c,0x7f,0x3,0x44, + 0x71,0xbe,0xc,0xa2,0x38,0x47,0x76,0x50,0x52,0xa0,0xaf,0x51,0xfc,0x87,0x81,0xfb, + 0x0,0x9e,0x7c,0xbc,0xf5,0x35,0xa7,0x4f,0xaf,0xfc,0xc2,0x47,0x3e,0xf4,0x4,0x8f, + 0x3e,0x7a,0x8e,0xd5,0x55,0xc5,0xeb,0x28,0x29,0xd,0x9c,0xaf,0xd3,0x69,0xa5,0x78, + 0x85,0x2c,0xc9,0x48,0x12,0xc1,0x5d,0x96,0x38,0x3,0xa2,0xa0,0x4a,0x50,0x18,0x5b, + 0x15,0x5a,0x14,0x8b,0x2a,0x14,0x9d,0x1c,0xd5,0x1a,0x69,0x52,0xa7,0x5e,0xb7,0xa8, + 0x76,0x59,0x5f,0xed,0xf0,0xe0,0xfd,0xb,0x9c,0x3d,0x55,0xb2,0xf1,0x9a,0xd1,0x9f, + 0xb7,0xc9,0x6d,0x9c,0x3a,0x31,0xf4,0xef,0x81,0x1c,0xa0,0xe7,0x16,0xff,0x8f,0x4, + 0x86,0x8d,0xb1,0xff,0x4a,0x64,0x6c,0xb5,0x7f,0xaa,0xdd,0x88,0xea,0xc2,0xab,0x1d, + 0xba,0x3f,0x91,0x7d,0x7f,0xb8,0x73,0x1b,0x14,0x2f,0x80,0xce,0x1b,0x5c,0xfb,0x4, + 0x6b,0x27,0x3e,0xc2,0xe2,0xf1,0x8f,0xe3,0xd6,0x8f,0xd3,0x70,0xcb,0xa4,0x65,0x97, + 0x4c,0x1d,0x89,0x8,0x17,0x25,0xf5,0xd9,0xa1,0x26,0xd4,0xb0,0xdd,0x62,0x86,0xf0, + 0x8d,0x18,0x85,0x81,0xc,0x5c,0xd9,0x21,0x95,0x25,0x1a,0x46,0xc9,0x17,0x1f,0x67, + 0xe1,0x11,0xcb,0x94,0xdb,0x20,0x3b,0x76,0x7,0x92,0xf6,0xa5,0x3c,0xf2,0x6c,0x89, + 0xe2,0x1c,0xb9,0x4,0x8f,0x41,0xab,0x9,0x45,0xe7,0x97,0xf4,0x9f,0x9e,0x3f,0xdf, + 0xfa,0xae,0xf,0xbe,0xef,0xcc,0x2d,0xf7,0x7f,0xf2,0x24,0x4f,0x3c,0xbe,0x48,0xa7, + 0x53,0xc3,0xeb,0x8,0xbd,0x1c,0xc4,0xa4,0xa4,0xd9,0x0,0xcd,0x46,0x8d,0xd2,0x81, + 0x2b,0x7b,0x14,0x65,0xf,0x73,0xb9,0xbf,0x2a,0x25,0xa8,0xc3,0x96,0xf9,0xd7,0x37, + 0xe1,0xc,0x82,0x21,0xcd,0x52,0x50,0x8f,0xaa,0xa7,0xd3,0xc9,0x71,0xce,0x0,0xd, + 0x44,0x13,0xd4,0x2b,0x7f,0xfd,0x57,0xf,0xb2,0xb8,0xd8,0xe5,0x9e,0xaf,0xbe,0xf1, + 0xf7,0xcf,0x9c,0x2b,0xcb,0x46,0xcd,0xbe,0x9,0x96,0xbe,0xd7,0x8b,0xdb,0x6f,0xe0, + 0x6d,0xc0,0xae,0x16,0xe7,0x82,0xf2,0x5,0x8a,0xfd,0x17,0x1d,0x5d,0x1a,0x6d,0xc8, + 0xc4,0x7f,0xba,0x64,0xa3,0x5b,0x87,0x7c,0x8d,0x7c,0xfe,0x51,0xd6,0x4e,0x7f,0x9c, + 0x62,0xf1,0x41,0x46,0xa5,0x45,0x33,0x2d,0xd0,0xcd,0x2,0xf1,0x42,0x5a,0xb7,0x14, + 0xbe,0xbc,0xe4,0xb0,0x2b,0x82,0x56,0xcd,0xa5,0x42,0x62,0x61,0xb3,0xe5,0x31,0xa6, + 0xcd,0xe8,0x50,0x8d,0xf5,0xee,0x3c,0x6b,0xa7,0x3b,0x34,0xac,0x63,0x6c,0x8,0x64, + 0xff,0xb7,0xfc,0x67,0xd5,0x8d,0x37,0x89,0xc,0xcd,0xef,0xac,0x26,0xf2,0xf4,0xb8, + 0xdc,0xdb,0x28,0x72,0x8d,0xd1,0xf5,0x19,0xc6,0x98,0x77,0x83,0xbc,0xfb,0x89,0xe3, + 0x6b,0xdf,0xf7,0xe4,0x63,0xb3,0xdf,0xf6,0xd1,0xf,0x3f,0xcc,0x63,0x9f,0x5b,0x46, + 0x75,0x8c,0x2c,0x1b,0xc7,0x15,0x82,0x31,0x1e,0x11,0xf0,0xea,0x28,0xcb,0x4d,0xbc, + 0x7a,0x42,0x88,0xec,0x65,0xf8,0x3a,0x81,0x20,0xc4,0x29,0x20,0x88,0xf6,0x2d,0x67, + 0xa9,0x16,0x45,0xf1,0x95,0x4d,0xa8,0x68,0x25,0x40,0x69,0xd6,0x20,0xcb,0x2c,0xde, + 0x39,0x56,0xd7,0x5b,0x6c,0xb6,0x94,0xf,0xdc,0xf7,0x8,0xed,0xde,0xfa,0xb7,0x1c, + 0x3a,0x9a,0xd1,0xc8,0x6a,0xd9,0x3d,0x93,0xf6,0x9b,0xcb,0xd2,0xff,0x6d,0xb2,0x7, + 0x7e,0xf1,0xc1,0x59,0xee,0x3f,0x53,0x67,0xf0,0x6f,0xb6,0x97,0x6b,0xb1,0xf4,0x8f, + 0x71,0xeb,0xff,0xa6,0x58,0x7b,0x92,0xf6,0xe9,0xcf,0xc1,0xea,0x29,0xea,0xdd,0x25, + 0x52,0x94,0x9a,0x28,0x22,0x60,0xbc,0xe2,0xbb,0x1e,0xb2,0xed,0x47,0x3e,0xb,0xfa, + 0xf,0x2e,0xdb,0xc,0x70,0xa9,0xc4,0x59,0x14,0xa4,0x84,0x81,0x4,0xbc,0x81,0x32, + 0xdf,0x24,0x2b,0x1c,0x35,0xc9,0xd1,0x95,0x53,0xf0,0x54,0x6,0x13,0xaf,0xf9,0x46, + 0xcc,0xe6,0x7b,0xb4,0x75,0xf6,0x5b,0x65,0xe0,0xc8,0x17,0xe4,0xf9,0x88,0x7c,0x79, + 0xe2,0xb3,0x47,0xe4,0x12,0xba,0xf9,0x20,0x9d,0xde,0xc0,0xf9,0xcf,0x7e,0xc6,0xbc, + 0xee,0x73,0xf,0x3e,0xf9,0xe6,0xff,0xf6,0x17,0x1f,0xe7,0x89,0x27,0x97,0x70,0x7e, + 0x8,0x18,0xa2,0x2c,0x53,0x54,0x2d,0x46,0xc,0x62,0x3c,0x4a,0x17,0x35,0x9b,0x90, + 0xac,0x41,0xb2,0x2,0x72,0xb9,0x6e,0x46,0x1,0xcd,0x10,0x4d,0x81,0xac,0x7a,0xbe, + 0x96,0xa0,0x8,0xc6,0xa1,0xa6,0x44,0xa5,0x0,0x53,0x20,0xa9,0xf,0x8b,0xcd,0x29, + 0x5d,0x7,0x47,0xf,0x9b,0x41,0x51,0xc,0xa0,0x3a,0xc2,0xc7,0x3e,0xf6,0x18,0xef, + 0xfe,0x8d,0x3f,0x66,0x65,0x73,0xfe,0xb3,0x1f,0xfd,0xc0,0xdc,0xd9,0x7a,0x22,0x2f, + 0x84,0xf7,0x5d,0xd8,0x79,0xc6,0xdd,0x47,0x8a,0x90,0xce,0x89,0x34,0x4f,0x5f,0x52, + 0xec,0xfd,0x24,0x1b,0x1b,0xb7,0xb4,0x9f,0x7c,0x98,0xf9,0x27,0x1f,0x24,0xd9,0x9c, + 0x67,0x4c,0x3c,0x83,0x5e,0x49,0xb,0x48,0x3d,0x58,0xc,0xf8,0xbe,0x2b,0xe8,0x32, + 0xd0,0xfe,0xd2,0x7f,0x6a,0xb9,0x58,0x26,0xa,0xbe,0x0,0x1c,0xd8,0x2,0x4c,0xaf, + 0xa0,0x49,0xce,0x98,0xcd,0x71,0x2b,0x33,0x2c,0x3c,0xfc,0x49,0xca,0xf9,0x53,0xa8, + 0x76,0xee,0xa1,0x9e,0x7d,0x42,0xf5,0xc2,0x4d,0xfd,0x6a,0x17,0x73,0xfd,0xeb,0x25, + 0xd5,0x3b,0xfb,0xeb,0x91,0x2f,0x4d,0x14,0xe7,0xc8,0x25,0x4c,0xd6,0x9b,0x6f,0x3d, + 0x75,0xdc,0xc8,0x53,0xc7,0xe7,0xff,0xdd,0x87,0x3f,0xfc,0xf8,0xe8,0xa9,0x53,0x1b, + 0xb8,0x72,0x80,0x24,0x19,0xc6,0x93,0x51,0x38,0x45,0x51,0x30,0x25,0x6a,0xba,0xa8, + 0x69,0x21,0x5b,0xcb,0x6,0x98,0xcb,0xd,0x2d,0x96,0x20,0xcc,0x9a,0x6,0x61,0xc6, + 0x80,0x80,0x17,0x7,0x52,0x20,0xd2,0x43,0x4c,0x17,0x4c,0x17,0x4c,0x7,0x31,0x1d, + 0xbc,0xe9,0xe2,0x4c,0x17,0x6f,0xba,0x60,0x73,0x92,0xfa,0x10,0xdd,0x6e,0x42,0xbb, + 0x93,0x70,0xe2,0xc4,0x1a,0x1f,0xfa,0xe0,0xc3,0x87,0x1b,0xa3,0x63,0x33,0x9f,0x7c, + 0xc4,0x7b,0x91,0x37,0xec,0xfa,0x28,0x8e,0x3a,0x13,0xff,0xa1,0xc6,0xf8,0x4f,0xec, + 0x2c,0xa7,0xbb,0x4e,0xb9,0xb9,0x48,0xbe,0x34,0x43,0xd6,0xdd,0xa4,0x51,0x16,0x34, + 0x3c,0xd4,0x3c,0x58,0x4f,0x78,0xd2,0x90,0x4,0xbd,0x5c,0xbf,0x92,0x86,0xba,0xc4, + 0x5b,0x44,0x13,0xd0,0xc,0x34,0x43,0xb7,0x1c,0xd1,0xc1,0x82,0x36,0x4,0xff,0x73, + 0x2,0x24,0x5a,0x92,0xfa,0x82,0xb4,0x68,0x63,0xba,0xab,0xb4,0xe7,0x8e,0xa3,0x9b, + 0xf3,0xe0,0x3b,0x7,0x7d,0x6e,0x3f,0xdf,0xed,0x2e,0xdc,0xe,0x80,0xe1,0x80,0xb9, + 0x7c,0xbb,0xfe,0xba,0xe0,0x32,0xbf,0xc5,0xc8,0xb5,0xc6,0xcc,0xb2,0xff,0x85,0xb9, + 0xd9,0xc5,0xb7,0xfc,0xed,0x7b,0x3e,0xc7,0xfd,0xf,0x9c,0xa7,0xec,0xe,0x92,0xd9, + 0x6,0x46,0x32,0x14,0x83,0xe2,0x2b,0x61,0xce,0xc1,0xe4,0xe1,0xaf,0x14,0xd5,0xe2, + 0xc0,0xa5,0x3b,0xab,0x7c,0x66,0xa8,0x10,0x7e,0x96,0xa,0xe2,0x1,0x1f,0xea,0xa5, + 0xc4,0x8b,0x47,0x70,0x55,0x99,0x7,0x82,0x9b,0x63,0x27,0x46,0x13,0xba,0x25,0x58, + 0x3b,0xcc,0xea,0x4a,0xc1,0x7,0xde,0xff,0x4,0xcd,0xc6,0x68,0xfa,0xba,0xd7,0xbd, + 0x6c,0xf6,0xcc,0x19,0x3d,0x7c,0xf4,0xa8,0x9c,0xdf,0x79,0xcc,0x6e,0xa2,0x1a,0xd9, + 0xa8,0xdb,0xcb,0x54,0x9f,0xa8,0x71,0xfe,0xdc,0x60,0x67,0xee,0x24,0x9b,0xb,0xe7, + 0x69,0x94,0x3d,0x9a,0xde,0x51,0xaf,0x3e,0x1e,0x55,0xf0,0x40,0x69,0x2c,0x5e,0xcc, + 0x96,0xb7,0xfe,0xd9,0x20,0x80,0xf1,0x6,0xc5,0xe0,0xc4,0x82,0x58,0xc2,0x8,0x4e, + 0x83,0xc7,0xe3,0xb5,0x20,0x31,0x1a,0xbe,0x2,0xfa,0x2,0xed,0x50,0x97,0xe3,0x31, + 0xa0,0x9,0x8b,0x67,0x3e,0x4f,0x63,0x74,0x12,0xd3,0x18,0xc0,0xd8,0x24,0xad,0x65, + 0xe1,0x8a,0x26,0x13,0xb9,0xe7,0xe2,0x99,0x22,0xff,0x10,0xd1,0x72,0x8e,0x6c,0xf1, + 0xd4,0x43,0x1b,0xfb,0xff,0xfe,0x3d,0x9d,0xa9,0xf7,0xfd,0xdd,0x2,0x4f,0x3d,0xb9, + 0x8e,0xba,0x51,0xb2,0x6c,0x12,0xe7,0x33,0x8a,0x12,0xc4,0x82,0x24,0x1e,0x95,0x12, + 0xa4,0x44,0x25,0xe4,0x65,0x0,0x8,0xa1,0x6e,0x19,0x70,0x99,0xe2,0xdc,0x37,0xcd, + 0xa8,0x84,0xb9,0xff,0x5a,0x3c,0xe0,0xd0,0xea,0xbc,0x2a,0x9e,0xbe,0xff,0xd9,0x3, + 0x5e,0xfa,0x47,0x18,0xf2,0xb2,0x85,0x4d,0x12,0x92,0x74,0x4,0xc3,0x24,0x6b,0x4b, + 0x3,0xdc,0xff,0xc9,0xb,0x7c,0xe2,0xa3,0xf3,0xcc,0xce,0x6e,0xde,0xfe,0xe9,0x4f, + 0xeb,0xe5,0x5e,0xe4,0x57,0x14,0xd5,0xd3,0x63,0xf4,0x6a,0x6f,0x2e,0x93,0xec,0x5d, + 0xed,0xa5,0x53,0xe4,0xeb,0x73,0xa4,0xae,0x47,0x52,0x3a,0xa4,0x24,0x7c,0x44,0x12, + 0xbe,0x82,0xd2,0x2a,0xa5,0xfd,0xc2,0x6,0xeb,0x99,0x72,0x31,0xae,0x5c,0x83,0xf2, + 0x63,0x50,0x12,0x3c,0x16,0x8f,0x45,0x91,0xad,0x7,0x9b,0xe0,0xf5,0x50,0xa0,0x4, + 0xed,0xa1,0x9a,0xd3,0x9e,0x7b,0xa,0xbf,0x74,0x1a,0x2d,0x56,0xc1,0x3c,0x7,0x9d, + 0x93,0xd7,0x1,0x51,0x9c,0x23,0x0,0xcc,0x9f,0xd5,0x5b,0x5b,0x65,0xf7,0xd7,0x96, + 0xe6,0x4e,0xfd,0x2f,0x9f,0x7d,0xe0,0x2c,0x9b,0x1b,0x19,0x89,0x1d,0xc7,0xc8,0x20, + 0x4a,0x2,0x22,0x28,0x1e,0x4f,0x9,0x95,0x38,0x6,0x45,0x48,0x41,0x1b,0xa0,0x83, + 0xe0,0x86,0xc0,0x3f,0xfb,0xa1,0xdb,0x7d,0xc,0x6e,0x4b,0x1c,0x82,0x45,0x5e,0x2, + 0xa1,0x41,0xe8,0x37,0x6,0xaa,0x42,0x8,0xad,0x4b,0x43,0xa3,0xa0,0xf5,0xea,0x3a, + 0x1a,0x78,0x53,0x92,0x35,0xea,0x94,0x65,0x82,0xf7,0xa3,0x64,0xe9,0x11,0x4e,0x3d, + 0x55,0xf0,0xe1,0xf7,0x3f,0x89,0x2b,0xe5,0xef,0xea,0x75,0xe,0xf4,0xcf,0xa5,0xba, + 0xf4,0xa,0xd5,0xd9,0x81,0xfe,0xfa,0x6e,0x43,0x75,0xf1,0x10,0x64,0xff,0x3b,0x49, + 0xf1,0xb6,0xa2,0x37,0x43,0x67,0xe3,0xc,0x52,0xae,0x92,0xfa,0x1c,0xeb,0x2b,0x73, + 0xd9,0x87,0x4f,0xc5,0x19,0xa5,0x48,0x4a,0x4a,0x7b,0xf9,0x62,0x18,0x2,0x17,0x1d, + 0x42,0x81,0xe0,0x42,0x43,0x28,0xbe,0x72,0x41,0xb,0xde,0x98,0xd0,0x1d,0x50,0x89, + 0xb3,0x17,0xf0,0x52,0x54,0x8d,0x67,0xe,0xad,0x5,0xf2,0xd5,0xf3,0xd0,0x59,0x1, + 0xdf,0xa5,0x8a,0x68,0x8c,0x3c,0x3,0xa2,0x38,0x47,0x0,0xd8,0xd8,0xec,0xfe,0xb3, + 0x73,0x67,0x2e,0x7c,0xe7,0xe7,0x1e,0x7c,0x8a,0xc5,0x85,0x92,0xa2,0xa8,0x93,0xf7, + 0x2c,0x79,0x15,0x32,0x27,0xd6,0xe0,0x35,0xa4,0x97,0x54,0xe9,0x9b,0x6a,0x49,0x10, + 0x45,0x37,0x8,0xe5,0x8,0x94,0x63,0xe0,0x2e,0x53,0xe7,0x44,0x2b,0x41,0x2e,0x40, + 0xf2,0x6d,0xc2,0x7c,0xd1,0x1a,0xc,0x39,0xd4,0x2c,0xa1,0x61,0xc8,0x82,0x28,0xfb, + 0x1,0xf0,0x3,0xa8,0x1f,0x20,0xa9,0x9,0x8a,0xa3,0xd7,0x53,0x8a,0xa2,0x81,0x77, + 0x13,0x6c,0xae,0x35,0x39,0xfe,0xc4,0x2a,0x1f,0xfb,0xd0,0x59,0x36,0xd7,0xdb,0xaf, + 0x7b,0xf8,0x61,0x1d,0x2c,0x74,0xe1,0xdb,0x3d,0xe5,0x1f,0x15,0x98,0x1f,0x57,0x5d, + 0x19,0xdd,0x3a,0xc1,0x2e,0xc2,0xb9,0xde,0x6b,0xbd,0xeb,0xfd,0x94,0xba,0x45,0xf2, + 0xd6,0x19,0x7a,0x9d,0x59,0x32,0xdb,0xc5,0x92,0x63,0xbc,0xf,0xe2,0xc,0x20,0xe0, + 0xc,0x94,0xd6,0x51,0xda,0xcb,0x77,0xab,0xf7,0x7d,0xca,0x17,0x1b,0x48,0x7,0xe2, + 0x51,0x51,0x9c,0x78,0xbc,0xf8,0xad,0xa7,0x15,0x27,0x41,0xa0,0x83,0x50,0x97,0x20, + 0x5,0x99,0x76,0xe8,0xad,0xcd,0xe3,0xd7,0x17,0x43,0x3e,0x69,0x97,0x7d,0x9b,0xae, + 0x9c,0xdc,0x95,0x9f,0xf1,0x6e,0x25,0x8a,0x73,0x84,0xce,0x8a,0xbe,0x7a,0x65,0x65, + 0xed,0x25,0xf,0x3e,0xf8,0x18,0xc7,0x9f,0x3c,0x4b,0x51,0x58,0xac,0x19,0x0,0xa9, + 0x81,0x49,0x10,0xb1,0x14,0x65,0x81,0x57,0x8f,0x4d,0x4c,0x10,0xd0,0xca,0xb7,0x88, + 0xaf,0x81,0x6f,0x82,0x1f,0x4,0x3f,0xc,0x7a,0x99,0xe2,0xc,0x41,0x90,0xa5,0x44, + 0xb6,0xac,0xe7,0xbe,0x7b,0x3,0x94,0xfe,0xb3,0x74,0x75,0x7e,0xcd,0x50,0xad,0xa1, + 0x5a,0x47,0x2b,0xcb,0x39,0xc9,0x94,0x4e,0x77,0x13,0x31,0x9,0x59,0x32,0x44,0xd1, + 0xcd,0x48,0x64,0x8c,0x4e,0x2b,0xe1,0xbe,0xfb,0x3e,0x45,0x59,0xf6,0xfe,0xdd,0xf0, + 0xf8,0xfa,0x5b,0xd4,0xf3,0x1b,0x50,0x1e,0x14,0xe4,0x97,0xc0,0x1f,0xbe,0xe4,0x1a, + 0x76,0x9,0x96,0x1e,0x22,0x1d,0x7c,0xb1,0x4a,0x77,0xf3,0x2,0xbd,0x7c,0x99,0xc4, + 0x96,0x18,0x2d,0xc3,0xd7,0x10,0x3e,0x16,0x14,0xf0,0x6,0xbc,0x55,0xfc,0x15,0x70, + 0x6b,0x48,0xb5,0x84,0x4f,0x7b,0xfb,0x77,0xa0,0x20,0x8a,0x17,0xc5,0x69,0x25,0xcc, + 0xdb,0x2c,0x68,0x8c,0x82,0xf1,0x64,0x52,0xd0,0xdb,0x58,0x46,0xd7,0x96,0x9,0xa1, + 0x1d,0xf6,0x57,0x18,0x1d,0x3e,0xb4,0xed,0x14,0x91,0x2f,0x43,0xec,0x10,0xbc,0xce, + 0x39,0xbf,0xa0,0xdf,0x3e,0xbf,0xc9,0x5b,0x4e,0xcd,0x76,0xef,0xfd,0xdc,0xe3,0x5d, + 0x56,0x36,0x12,0xbc,0x17,0xac,0x9,0x49,0xf0,0x43,0xd4,0xad,0x47,0x4c,0x89,0x18, + 0xc2,0x1d,0xa8,0xfd,0x5b,0x17,0xc2,0xd,0x5b,0x54,0x37,0x6f,0x65,0x61,0x5d,0x16, + 0xba,0x25,0x38,0x61,0x55,0x10,0xa9,0x3a,0x8,0x81,0x90,0x73,0x83,0xa0,0x6,0x0, + 0x78,0x94,0x2a,0xae,0xab,0x92,0x14,0x9f,0x27,0xa8,0x77,0xd8,0xb4,0x0,0xb3,0x49, + 0x89,0x60,0x2c,0x74,0x5c,0xc6,0xa9,0x73,0x8e,0xf7,0x7f,0xf0,0x3c,0x6f,0x3c,0x72, + 0xec,0x5f,0x3a,0x9f,0xbc,0xcd,0x98,0xee,0xa2,0x47,0xff,0xe5,0xee,0x7d,0xe8,0x4e, + 0x11,0x57,0xa2,0x5d,0xc5,0xb7,0x3c,0xe4,0x21,0xcd,0x6a,0x69,0xc3,0xbb,0xb6,0x5a, + 0x7d,0x13,0x2,0xd6,0x9,0x99,0xf6,0x3,0x21,0x2e,0x23,0xf7,0x90,0x40,0x6e,0x2b, + 0xc1,0x7,0x3c,0x12,0x6,0x6d,0x56,0x9b,0x3d,0x42,0x1,0x21,0xf,0xf7,0xb6,0xc6, + 0xc1,0x42,0xd5,0x91,0x28,0x8c,0xb9,0x79,0xf2,0x4e,0x86,0xe4,0xeb,0xc1,0xa4,0x17, + 0xff,0xcb,0xd0,0xd9,0x3,0x61,0x8c,0xbb,0x87,0x28,0xce,0xd7,0x39,0x6a,0x78,0xd5, + 0xe2,0x9a,0xbf,0xf7,0xd1,0x27,0x37,0x39,0x3f,0x6f,0xf0,0xc,0x6d,0xd,0x2e,0xd9, + 0xd2,0x5f,0xa0,0x3f,0x78,0x43,0x55,0x2f,0xa,0x24,0x4,0x51,0xee,0xb,0xf3,0x15, + 0xe0,0x62,0xdd,0xe1,0xaf,0xc0,0xa5,0x62,0xfd,0x5,0xb8,0x6a,0x61,0xeb,0x7a,0x5d, + 0x91,0x92,0x18,0x3,0x92,0xe3,0x24,0x87,0xd4,0xe2,0xb4,0x4e,0x57,0xd,0xa2,0xa3, + 0x7c,0xf8,0xa3,0x67,0xb9,0xe7,0x25,0x37,0xb0,0xb8,0x3c,0xfa,0x5f,0x5e,0x71,0xef, + 0xd8,0xf1,0x8e,0xce,0x7d,0xbe,0xc3,0xea,0xd9,0xad,0x2a,0x77,0x15,0x35,0xf0,0xe, + 0xe9,0x25,0x98,0x5e,0x82,0x94,0x16,0xe7,0x15,0x67,0xc1,0x4b,0x10,0xe7,0xfe,0xe7, + 0x63,0x9d,0xa1,0xe6,0x52,0x3c,0x2,0xf6,0xd9,0x8b,0xb3,0x2,0xa5,0x9,0x2f,0x14, + 0x42,0x3,0xb9,0xbd,0x41,0x96,0x90,0xcc,0x15,0x2a,0xdd,0xa5,0xfa,0x19,0x68,0x58, + 0x50,0x8b,0x75,0x6b,0x88,0x1b,0x2,0x75,0xe0,0x2d,0x14,0xbd,0xdf,0x96,0xfa,0xb1, + 0xa5,0xea,0xb0,0xc8,0xd3,0x20,0x8a,0xf3,0x75,0x8e,0x2f,0xe1,0xc2,0x85,0x55,0x4e, + 0x9e,0x9c,0x61,0x6d,0xad,0x85,0xf7,0x83,0x3b,0x77,0xd9,0x83,0x18,0x82,0xcd,0xd7, + 0x67,0xbb,0xe0,0xb,0xe7,0xce,0x9d,0xe7,0xa3,0x1f,0x7d,0x84,0xa1,0xa1,0x60,0x65, + 0x36,0x64,0xff,0x7b,0xb6,0x76,0xdd,0x95,0x28,0x78,0x45,0x54,0x31,0xea,0x11,0x5f, + 0x45,0x51,0xec,0xa0,0x6f,0xe5,0x6,0x9f,0xfc,0x95,0xe5,0xd2,0x1a,0xc3,0x67,0xbb, + 0xf5,0xa9,0x6a,0xff,0x93,0x5,0x14,0x4,0x8f,0x37,0xe0,0x64,0xab,0x45,0xaf,0xf6, + 0x8c,0x3c,0x13,0xfa,0xcf,0x86,0x91,0xeb,0x94,0x4e,0xb,0xce,0x9d,0x59,0xe0,0xd4, + 0x89,0x59,0x3a,0x2d,0xe5,0xf2,0x43,0xe1,0x76,0x3,0x86,0xea,0x21,0xfb,0xd2,0x62, + 0x15,0x50,0x4b,0xbb,0x55,0xf0,0xc0,0xfd,0x8f,0xf0,0x35,0x2f,0x3f,0xf6,0xde,0x87, + 0x1e,0xd7,0x9b,0x2e,0xdd,0x69,0x37,0x22,0x88,0x80,0x95,0xea,0x5d,0xa9,0xc3,0xe2, + 0x30,0x7d,0x4b,0x95,0x60,0xe1,0xaa,0x8,0x4e,0xc,0x5e,0x2e,0x5f,0x9c,0xb5,0x5a, + 0xb6,0x13,0x64,0xdf,0x23,0x5a,0xb9,0x96,0xfb,0xb,0x17,0x5,0xda,0xe0,0x31,0x78, + 0xa,0x49,0x28,0x6d,0x82,0xca,0x15,0x18,0xad,0x78,0x9d,0x12,0x2d,0xe7,0xeb,0x98, + 0xc5,0xd,0xfd,0xd5,0xb9,0x39,0x7e,0xe4,0xfc,0xf9,0xd,0x56,0x57,0x3a,0x8,0x75, + 0xac,0xa9,0xe1,0x2e,0xd7,0x6d,0x7c,0xd5,0xb1,0x95,0xb5,0x56,0x3d,0x9b,0x3,0x17, + 0x6d,0x3b,0x43,0xbd,0x36,0xc4,0x85,0xd9,0x59,0x4e,0x9f,0x9e,0xb9,0xb1,0xdd,0x69, + 0xef,0xf2,0xd6,0x28,0x34,0x32,0x62,0x52,0x92,0x24,0x21,0xf4,0xc7,0xfa,0xea,0x9d, + 0x84,0x77,0xd4,0x7f,0x87,0x2a,0x21,0x32,0xf9,0x8a,0xb1,0xbd,0x72,0x82,0x45,0xc, + 0x8a,0x54,0xfe,0xe,0x91,0x2f,0xb4,0x9a,0x41,0x11,0x85,0xd2,0xd6,0xf1,0x49,0x13, + 0xb2,0x3a,0xa1,0xb3,0x22,0xf2,0x4c,0x89,0x9f,0xda,0x75,0x8c,0x3a,0x6a,0xb,0x17, + 0xd6,0xb2,0x99,0x73,0x2b,0x14,0x79,0x42,0x6a,0x86,0x91,0x6b,0xc1,0x72,0xf6,0xd5, + 0xf0,0x6f,0x76,0x58,0x6d,0x6a,0x40,0x53,0xd2,0xa4,0x49,0xde,0x83,0x47,0x1f,0x3e, + 0xc1,0xad,0xb7,0x8c,0x7e,0x7e,0x71,0x5d,0xef,0xb8,0x74,0xc7,0xdd,0x83,0x24,0x13, + 0xbf,0x81,0x76,0x7f,0x50,0x6a,0x75,0x92,0xfa,0x0,0x89,0x49,0xb7,0x2c,0xd7,0xed, + 0x56,0xb3,0x13,0x70,0x22,0xf8,0x2b,0x64,0x39,0x7b,0xaa,0xf6,0xad,0x3a,0xcf,0x45, + 0x6b,0x59,0x31,0xaa,0x58,0xd,0xfe,0x6e,0xbb,0x55,0x7e,0x71,0x11,0xa0,0x97,0x34, + 0x71,0x8d,0x21,0x68,0xc,0x41,0x56,0x83,0x5a,0x1c,0xb1,0xfd,0x4c,0x89,0xe2,0x7c, + 0x1d,0x53,0x14,0x70,0x61,0x76,0x89,0xb9,0xd9,0x35,0x44,0x1b,0x8,0xd,0xbc,0xbb, + 0xfc,0x1b,0xfb,0xea,0x63,0xa9,0x6c,0xb9,0x8a,0x4a,0x65,0x2a,0x77,0x87,0x2b,0x85, + 0xc4,0x34,0x39,0x79,0x62,0x86,0x8d,0xf5,0x82,0x7c,0xf7,0x86,0x6a,0x4,0x4c,0xa, + 0x49,0xd,0xa9,0x37,0xb1,0x69,0x86,0x12,0x86,0x68,0xf7,0xdf,0x95,0xa,0xf4,0xed, + 0xd7,0x10,0x83,0xae,0xdb,0x8f,0x7e,0x76,0x48,0xbf,0xde,0x80,0xd1,0xe0,0xf3,0x16, + 0xf5,0x5f,0xe0,0xca,0xe8,0x1b,0xd8,0x61,0x9,0x93,0x8a,0x75,0xed,0x0,0x3e,0x1b, + 0x87,0xe6,0x28,0xa4,0x35,0x62,0x3a,0x8d,0x67,0x4e,0x14,0xe7,0xeb,0x98,0xb2,0x80, + 0xe5,0xa5,0xd,0xd6,0xd7,0x3a,0xe0,0x33,0xd4,0x67,0x78,0x7f,0xd,0xfc,0x24,0x34, + 0x9,0x56,0x72,0x5f,0x36,0xb6,0xc7,0xe8,0xaa,0xe0,0x9d,0x21,0xb1,0x4d,0x36,0xd6, + 0x73,0xd6,0xd7,0xba,0x6c,0x2e,0x3f,0xfb,0xc8,0x86,0xaf,0xc,0x29,0xd8,0x6,0xb6, + 0x31,0x42,0x52,0x1f,0xc5,0x4b,0x1d,0x47,0x7a,0x71,0xf0,0x7,0xdb,0xe4,0xb8,0x6f, + 0xee,0x5e,0x2e,0xdb,0xab,0xd1,0xf0,0x5f,0x90,0xdd,0xed,0x2e,0x8c,0x70,0x3a,0xaf, + 0xd5,0xee,0x2,0x5e,0x6c,0x98,0xe9,0xd1,0xc,0xc1,0xe0,0x14,0xd4,0xc6,0x40,0x92, + 0x4f,0x81,0xbd,0xdc,0x8c,0x58,0xd7,0x1d,0xd7,0xc0,0x9d,0x18,0x79,0xb6,0x74,0x7b, + 0xb0,0xb2,0xb2,0x49,0xaf,0x5b,0xe2,0xbd,0xc1,0x3b,0x8b,0xe9,0xf7,0xb0,0xef,0x69, + 0x4c,0xb5,0xf4,0x15,0xc6,0x3,0x61,0x84,0x5b,0x28,0x4f,0x28,0x73,0x8b,0x50,0xe7, + 0xec,0x99,0x5,0x8e,0x1f,0xdf,0xe5,0xe1,0xb7,0xa6,0x76,0x82,0x24,0xfb,0x44,0x6d, + 0xf4,0x0,0x83,0x53,0x37,0xe0,0xd3,0x11,0x7a,0x52,0x27,0x37,0x86,0x42,0x2e,0x8e, + 0xd0,0x33,0x46,0x31,0x55,0x92,0xa8,0x2b,0x41,0x5f,0x1c,0xb6,0x4,0x79,0x7,0xaa, + 0x50,0x2a,0x94,0x3e,0x9c,0xd1,0x9b,0x1a,0xce,0xd6,0x29,0x34,0xa5,0x48,0xc7,0x19, + 0x99,0xbe,0x5,0x3b,0x38,0x1,0xe5,0xd2,0x77,0x8b,0x8c,0x9f,0xd9,0x79,0x7c,0xe4, + 0x1f,0x26,0x8a,0xf3,0x75,0x4c,0x67,0x13,0xda,0xad,0x92,0xa2,0x70,0xd5,0x40,0xf, + 0x73,0x8d,0x44,0x3d,0x6d,0xfb,0x59,0x8b,0xab,0x96,0xbe,0xf5,0xc,0x22,0x29,0xce, + 0x19,0x7a,0x5d,0xa5,0xd7,0xf5,0xe4,0xbb,0xdc,0xaf,0x21,0xe9,0xd4,0x7,0x10,0x7d, + 0x17,0xb5,0x11,0xec,0xe8,0x1,0xcc,0xf0,0x41,0x3a,0xc,0xd2,0x95,0x1a,0x85,0x1, + 0x6f,0x40,0x8d,0xa2,0x5a,0x62,0xc8,0xb1,0x57,0x48,0x9c,0xe1,0xa2,0x95,0x2c,0x5c, + 0x14,0xe9,0xed,0x6e,0xc,0x4,0xd4,0x40,0x29,0x86,0x9c,0x94,0x9e,0xd6,0x28,0x6c, + 0x9d,0xfa,0xe4,0x8d,0x24,0x23,0x87,0x20,0x1d,0x81,0xda,0xd0,0x56,0x7d,0x5f,0x8c, + 0x15,0xd5,0xd7,0xb7,0x54,0xe3,0xe8,0xc1,0x1d,0x44,0x71,0xbe,0x8e,0xd9,0x68,0xe5, + 0x6c,0xb6,0xda,0x14,0x65,0x8e,0x11,0x3,0x2a,0xa8,0xbf,0x26,0xd4,0xb9,0xa2,0xb2, + 0x98,0xa9,0xf2,0x73,0x6c,0xc5,0xe7,0xa,0xae,0x84,0x6e,0xa7,0xa0,0xdb,0x2e,0xd8, + 0xd8,0xd8,0xdd,0xe2,0x1c,0xc8,0x3e,0x83,0x6d,0xfc,0x41,0x3a,0x71,0x8c,0x6c,0xe2, + 0x46,0xda,0xc9,0x28,0x1d,0x19,0xa0,0x47,0x4a,0x41,0x70,0x2d,0xa0,0x1e,0xab,0x5, + 0x89,0x5c,0xbe,0x38,0x9b,0x4a,0x7d,0xb7,0xfc,0xca,0x7d,0x35,0xae,0x16,0x5,0x7c, + 0x25,0xcc,0xde,0xa,0x39,0x29,0x9d,0x32,0xa1,0xa7,0x19,0x3e,0x1d,0x66,0xf4,0xc0, + 0xf3,0xc8,0xc6,0x6f,0x40,0x4c,0xed,0x57,0x61,0x62,0x61,0x7b,0xdd,0x3b,0x71,0xf0, + 0xe3,0x3d,0xb8,0x65,0x67,0xf9,0xf5,0x4e,0x14,0xe7,0xeb,0x98,0x5e,0xd1,0x23,0xcf, + 0x7b,0x94,0x65,0x89,0x54,0x77,0xe1,0xb5,0x23,0xcd,0x61,0x48,0x46,0xb0,0x9a,0xcb, + 0xea,0xaf,0x23,0xbc,0x43,0x83,0xf7,0x50,0x14,0x4a,0x51,0xb8,0xdd,0xdf,0x21,0x8, + 0x48,0xed,0xe8,0xc3,0x24,0x8d,0xbf,0xb4,0xe3,0x37,0x50,0xdb,0x77,0x13,0xc,0xee, + 0xa7,0x97,0x8c,0xd0,0xd6,0x8c,0x5c,0xd,0x9e,0x20,0xa8,0x16,0x47,0x72,0x5,0x2c, + 0x67,0x21,0xd4,0x17,0x22,0x42,0xc2,0xb0,0x96,0xb0,0x84,0xd1,0x81,0x42,0x10,0x67, + 0x27,0x50,0x48,0x4a,0xae,0x29,0x6d,0x4d,0xf0,0xd9,0x10,0xd9,0xf0,0x14,0xc3,0xfb, + 0x6f,0xc1,0xc,0x1d,0x84,0x2c,0x79,0xb7,0xc8,0xe8,0xca,0xb6,0xaa,0x1,0x50,0x5d, + 0x7c,0xab,0xea,0xdc,0xcd,0x10,0xbe,0x91,0xed,0x57,0xac,0xdd,0x85,0x9f,0xd2,0xde, + 0xf2,0xb,0xb7,0x15,0x5d,0x97,0x44,0x71,0xbe,0x8e,0x31,0x78,0x44,0x14,0x11,0x45, + 0xd5,0x83,0x5e,0x7c,0xf4,0xdf,0xf3,0x8,0xf4,0x73,0x40,0x7,0x7f,0xf3,0xc5,0x61, + 0xde,0x82,0x21,0xc4,0x42,0x5b,0x74,0x2b,0x47,0xc7,0x1e,0x60,0x70,0xe4,0xef,0x4c, + 0x2d,0xfb,0xa5,0xfa,0xf4,0xcd,0xc,0x1f,0xb8,0x5,0x3b,0x38,0x45,0x69,0x9a,0xb8, + 0xea,0x36,0x16,0x85,0xc4,0x87,0xf0,0xb6,0xcb,0x65,0x7b,0x24,0x86,0x0,0xfd,0xa7, + 0x8e,0x6a,0x2b,0x18,0x9,0xe2,0x4c,0x42,0x49,0x46,0x21,0x19,0x9a,0x36,0xa9,0x8f, + 0x4e,0xd1,0x3c,0x74,0x23,0xe9,0xd8,0x21,0xbc,0xb5,0x6f,0x2,0x99,0xd9,0x76,0x20, + 0x0,0xea,0x96,0xfe,0x23,0xe8,0xff,0x6,0x76,0xb2,0x5f,0x66,0xe0,0xed,0x2b,0xaa, + 0x21,0x11,0xbf,0xba,0xaf,0x47,0xcb,0x5d,0x99,0x88,0xea,0x2b,0xc9,0x1e,0xfa,0x65, + 0x46,0xae,0x34,0x69,0x2d,0x23,0xcd,0x52,0x8c,0x9,0x29,0x36,0x55,0xc2,0xa4,0xad, + 0xd7,0x14,0xfd,0xa4,0xf,0xb8,0x4a,0x65,0x3c,0x22,0x82,0x35,0x9,0x89,0x4d,0x49, + 0x6c,0x46,0x96,0xed,0x8d,0x30,0x2f,0x91,0xfd,0x17,0x48,0x9b,0xf,0xd7,0x26,0x8f, + 0x32,0x71,0xec,0xe,0x6,0x26,0xe,0x20,0xb5,0x1,0xd4,0xa4,0x20,0x61,0x14,0xa1, + 0x68,0xd5,0x26,0x5d,0x6,0x17,0x5,0xb9,0x5a,0xdf,0x21,0xf6,0x1e,0xc2,0x68,0x44, + 0x15,0x4a,0xc,0x5e,0x52,0x48,0xeb,0xa4,0x3,0xa3,0xc,0xee,0x3b,0x44,0x72,0xf3, + 0xf3,0x31,0x8d,0x71,0xac,0x6f,0x7e,0x58,0xe4,0x68,0xe7,0xd2,0xa3,0x1,0xd5,0x97, + 0xa1,0x32,0xd2,0x5f,0xf5,0x80,0xc0,0x8b,0x80,0xf1,0x50,0x72,0xb1,0x21,0xbd,0x9e, + 0x89,0xe2,0x7c,0x1d,0x53,0xaf,0xa5,0x64,0x35,0x8b,0x4d,0x84,0x30,0x93,0xc5,0x15, + 0x30,0xb9,0x76,0xd,0xdb,0x9f,0x2,0xfc,0x96,0x30,0xf7,0x55,0x47,0x44,0x48,0x92, + 0x4,0x63,0x2d,0x7b,0x2a,0x6,0x37,0x1b,0xc4,0xc,0x8e,0x52,0xdb,0x7f,0x88,0x81, + 0x91,0x49,0x4c,0xad,0x1,0xc6,0x22,0x52,0x65,0x8e,0xeb,0x3f,0x0,0x5d,0x1,0xb6, + 0x5b,0xce,0x17,0xc5,0x5a,0x40,0x24,0x84,0xd0,0x1,0x4e,0x5,0x15,0x83,0x98,0x8c, + 0x7a,0x73,0x90,0x64,0x62,0xa,0x99,0x3a,0x8,0x49,0x13,0xa8,0x6f,0x1d,0x75,0x9, + 0x5f,0x36,0xdc,0xef,0xca,0x45,0x9c,0xec,0x65,0xae,0x85,0xb8,0xa9,0x8,0x50,0xea, + 0xe2,0x5f,0x28,0xfa,0x4d,0x20,0x16,0xf4,0x75,0xa9,0x4c,0xfd,0xe9,0xce,0x7d,0x0, + 0x54,0x17,0xde,0xd,0xf2,0x43,0x60,0x7e,0xf4,0xf1,0x53,0x9e,0xda,0x0,0x50,0x4b, + 0x71,0x6e,0x98,0x5e,0x31,0x8e,0x91,0x35,0x52,0x59,0xbd,0xf4,0xa0,0xfe,0x9d,0xb9, + 0x75,0x3f,0xf5,0xdb,0x74,0xc3,0x56,0x3c,0xf1,0x17,0xc4,0x15,0x5f,0x3d,0x4c,0xfd, + 0x53,0x78,0xc9,0xc0,0xf,0xa0,0x6e,0x1f,0x61,0x76,0x96,0x2c,0x34,0x40,0xa6,0x83, + 0x9a,0x55,0x12,0xb3,0x44,0x3a,0x4,0x23,0xe3,0x35,0xc6,0x47,0xf7,0x8e,0x38,0x4b, + 0x72,0xe8,0xf7,0x81,0xdf,0xd7,0xd6,0x53,0xaf,0xaf,0xdd,0x79,0xe8,0x8f,0x6,0xec, + 0xcd,0x2c,0x3e,0xfe,0x5e,0x5a,0x1b,0x9f,0x63,0xb2,0xb1,0x44,0x13,0x87,0x2b,0x9, + 0x5e,0x1b,0xf,0xbe,0xaf,0x73,0xd5,0x57,0x62,0xc4,0x60,0x24,0xad,0x9a,0x62,0xc5, + 0x8b,0x47,0x4d,0x19,0x3a,0xf7,0xfa,0xb,0xc1,0xdf,0x6c,0x8,0x33,0x7a,0x1b,0xd5, + 0x30,0xeb,0xa,0x80,0x80,0x4d,0xa0,0xdb,0x81,0x5a,0x63,0x9c,0xb6,0x8c,0xb3,0xe4, + 0x46,0xb0,0x13,0xb7,0x33,0x72,0xf7,0xd7,0xc2,0x6d,0x5f,0xd,0x8d,0x31,0xb0,0xbd, + 0xa3,0x22,0x47,0xbf,0x68,0xa6,0x3f,0x49,0xa7,0xee,0xdd,0xbe,0xbe,0x5f,0xe4,0x95, + 0xdb,0xd7,0xa5,0x71,0xf4,0xb5,0xdb,0xd7,0xaf,0x57,0xa2,0x38,0x5f,0x23,0x24,0x32, + 0xf9,0xad,0x0,0xa5,0x2e,0xfe,0xd9,0x3f,0x64,0x93,0x4,0x74,0x19,0xfc,0xa6,0x31, + 0x86,0xe1,0xe1,0x11,0x1a,0xf5,0x3a,0x79,0xc7,0x63,0x6d,0xe5,0x7b,0xbe,0xe4,0x81, + 0x4a,0x2b,0x4b,0xa7,0xcf,0x36,0x61,0xde,0x8e,0x68,0x25,0xde,0x5f,0xfe,0xec,0xcf, + 0x39,0x6a,0xb8,0xd8,0x70,0x10,0x5e,0x87,0xd,0x40,0xc8,0xdb,0xd6,0xcb,0x3b,0x40, + 0x9d,0x91,0x91,0x21,0xc6,0xc7,0xc7,0xaa,0xed,0x7b,0x88,0xac,0xd1,0x4e,0x86,0x26, + 0x17,0xc6,0x6f,0x7a,0xc1,0xd4,0xa0,0xac,0xb2,0xf2,0x54,0x9b,0xf5,0xa5,0x1e,0xa5, + 0xae,0x93,0xa2,0x14,0x2d,0xc8,0x32,0xa8,0xa5,0x60,0x53,0xc1,0x97,0x82,0x3a,0x50, + 0xaf,0x8,0xe5,0x96,0x38,0xb,0x1e,0xd5,0xad,0x66,0x75,0x6b,0x41,0xc1,0x1a,0x48, + 0x53,0xb0,0x69,0x58,0xd7,0x2,0x28,0xa0,0xdb,0x6,0xea,0x4d,0x56,0x8b,0x84,0x76, + 0x56,0x67,0xec,0xe0,0x2d,0x4c,0xde,0xfe,0x62,0x1a,0x47,0x9f,0x8f,0xd4,0x46,0x51, + 0x32,0x24,0x4a,0xcb,0x65,0x13,0x3f,0xc1,0x5d,0x44,0x4f,0x37,0x5f,0x98,0x31,0xf0, + 0x98,0x88,0x3c,0xeb,0xf8,0x1,0x7,0x4f,0x8,0xfa,0x5,0xbd,0xe3,0x5b,0x78,0x1, + 0x23,0x3f,0x27,0x32,0xf1,0xdb,0x27,0x67,0xf4,0xde,0xe9,0xfd,0x13,0xc,0xe,0x66, + 0xac,0x2c,0x77,0x31,0xb6,0xc0,0x15,0xfe,0xa2,0xa8,0x6d,0x3d,0xcb,0x6e,0xdd,0xb2, + 0x15,0x3b,0x45,0xf,0xa0,0xba,0xc3,0x77,0x81,0x38,0x2b,0x19,0x61,0xa,0x2b,0x7b, + 0xf1,0xbd,0x28,0x80,0xc7,0x88,0x27,0xcb,0x12,0x8a,0xc2,0x31,0x38,0x58,0x63,0x6c, + 0x2c,0x7d,0x70,0x7a,0xba,0xf6,0x85,0x7e,0xd1,0x5d,0x8e,0xa4,0x7,0xff,0x4a,0x3b, + 0x27,0xdf,0x20,0x13,0xc7,0x7e,0xbd,0x66,0xfc,0xf3,0xc6,0x8d,0x61,0xd9,0x34,0x58, + 0x5f,0x3d,0x49,0xad,0x5c,0x67,0xb8,0xb6,0x82,0xe0,0x29,0x72,0xc8,0x9d,0x82,0xb, + 0xdf,0x4b,0x6a,0xa8,0x6,0xaa,0x4,0x14,0x50,0xdd,0xf6,0xd,0x57,0xaf,0x3d,0x40, + 0x1,0x3d,0x1f,0xbe,0x65,0xa9,0x7c,0x1b,0x9a,0x18,0xca,0x6c,0x90,0xae,0x1d,0xa5, + 0xa8,0x8d,0x33,0xb8,0xff,0xf9,0x4c,0xde,0xfe,0x72,0xd2,0x9b,0xee,0x45,0x86,0xe, + 0x80,0xd4,0xef,0x77,0x9a,0x16,0x9,0xee,0x59,0xff,0x86,0x23,0x81,0x1d,0xe6,0x4f, + 0xe4,0xb9,0x66,0x7e,0x4d,0xff,0x89,0xaa,0x7e,0xd1,0x3c,0x8a,0xa5,0xef,0xfe,0x18, + 0x6c,0x6c,0x75,0x94,0x3c,0x1b,0x6a,0x32,0xf9,0xd3,0x99,0xec,0xbb,0x6f,0x67,0x79, + 0x1f,0x8f,0x82,0xb,0xcf,0xb8,0xb5,0x6,0x4c,0x4f,0x8f,0x33,0x32,0xdc,0x40,0xfd, + 0x26,0xe8,0x26,0x22,0xd5,0x33,0x71,0xdf,0xf2,0x54,0x53,0x89,0x5c,0xb2,0x6d,0xe9, + 0x97,0xf7,0x6b,0xed,0xdf,0xda,0xdb,0xfd,0xbc,0x57,0xf,0xd5,0x1a,0x21,0xf1,0x51, + 0x82,0x6c,0xd,0xe5,0xe,0x56,0x22,0x52,0x62,0xa5,0xa4,0x96,0x9,0x7,0xf,0x4c, + 0xf1,0x67,0x7f,0xf2,0xa9,0x37,0xde,0x78,0xa3,0x9c,0xdc,0x59,0xc7,0x5e,0x40,0x1a, + 0xc7,0x3e,0x0,0xf6,0x7b,0x18,0x39,0xf6,0xb1,0xec,0xe6,0xd7,0x30,0x71,0xd7,0x77, + 0x50,0x3f,0xf2,0x8d,0x74,0x9a,0x77,0xe1,0xcd,0x28,0x3d,0x37,0x48,0xbb,0xc8,0xc8, + 0x7d,0xa,0x69,0x46,0x52,0x4b,0x10,0x1b,0x72,0xcb,0x9,0x41,0x70,0xd,0xc1,0x42, + 0x4b,0x34,0x44,0x7a,0xf4,0x17,0x0,0x93,0x18,0x4c,0x96,0x52,0x26,0x29,0x9b,0x3e, + 0x65,0xd5,0x35,0x58,0x33,0xfb,0xd8,0xac,0x1d,0x21,0x1f,0xbe,0x85,0xd1,0xdb,0xfe, + 0x11,0x7,0xbe,0xfa,0x9b,0xc8,0x6e,0x7a,0x11,0x34,0xf,0x3,0x43,0x7f,0x85,0x69, + 0x7c,0x7d,0x9a,0x4c,0xbd,0x4c,0x64,0x7a,0xae,0x7f,0x9d,0x91,0x67,0x47,0xb4,0x9c, + 0xaf,0x10,0xaa,0x5a,0x5b,0x5c,0xe4,0xfb,0x7b,0x5,0x2c,0xae,0x38,0xce,0x9f,0x99, + 0xe7,0xd4,0xe9,0xb3,0x5c,0x98,0x9d,0x65,0x63,0xb3,0x4d,0x51,0x14,0x78,0xe0,0x91, + 0xcf,0x9d,0x7d,0xc7,0xc3,0xf,0x9e,0xfe,0x99,0x5f,0x7f,0xf7,0xa7,0x7a,0xc3,0x63, + 0x83,0xec,0xdb,0xb7,0x8f,0x3,0x7,0x46,0x18,0x1d,0xb0,0xbf,0x3d,0x60,0xe5,0x87, + 0x76,0xd6,0x7b,0xc5,0x71,0x17,0xfb,0xc1,0x6b,0x9,0x1f,0x1e,0x1c,0x18,0x7c,0xf5, + 0xf4,0xf4,0xe8,0xdd,0x8f,0x3f,0xb6,0x46,0xde,0x5b,0xc7,0xd0,0x17,0xb3,0xed,0xf4, + 0x5,0x57,0xb7,0x59,0xd3,0x3b,0xd7,0xab,0x7d,0x14,0x76,0xec,0xf4,0x95,0x47,0x6b, + 0x84,0xc6,0x25,0x64,0xa6,0xb,0x57,0x13,0x1e,0xe7,0x85,0x82,0x6e,0x6f,0x8d,0x46, + 0xd3,0x70,0xec,0xc6,0xc3,0x8c,0x8d,0xfc,0xc3,0xa3,0xd7,0x76,0x3b,0x32,0xf0,0xbc, + 0x4f,0x6a,0xef,0xcc,0xff,0xcc,0x70,0xe3,0x47,0xd2,0x64,0xe8,0xf0,0xe8,0xf0,0xcd, + 0xdf,0x6a,0x87,0x8f,0x60,0xce,0x79,0x74,0x63,0x95,0xbc,0xb5,0x86,0x50,0x40,0xa2, + 0xa8,0xed,0xa1,0x79,0x1b,0xef,0x7b,0x64,0x9,0x5b,0x19,0xe4,0xfa,0xdf,0x76,0x3f, + 0x9a,0xd9,0x3,0x1d,0x2f,0xa4,0x49,0xd,0x4c,0x9d,0x5c,0x2d,0x6d,0xb1,0xb8,0x64, + 0x84,0x64,0x70,0x9a,0x64,0xf8,0x20,0x23,0x47,0xef,0x60,0xf0,0xc8,0xb,0x91,0xc9, + 0x9b,0x21,0x1d,0xfc,0x4d,0x75,0x8d,0x5c,0x96,0xfc,0xcf,0xc8,0xfe,0xb1,0xcd,0x99, + 0x9e,0xbe,0xc9,0xae,0xf2,0x27,0xfb,0xf7,0xcb,0xe6,0xc5,0x2b,0x8d,0x3c,0x53,0xa2, + 0x38,0x5f,0x26,0x73,0x73,0x3a,0xb8,0xd9,0xf6,0x3f,0xfd,0xf7,0xef,0xdf,0x68,0xa4, + 0x49,0xfb,0xa7,0x1f,0x7f,0x6a,0x91,0x8d,0x75,0xc7,0xe2,0xe2,0xa,0xb,0xb,0x4b, + 0xac,0xae,0xae,0x52,0x14,0xfd,0xf8,0x5a,0xf8,0x8f,0xef,0xfc,0x7b,0xd2,0xcc,0xfe, + 0x5a,0xa3,0x51,0x63,0x68,0x68,0x80,0x89,0xc9,0x65,0xe,0x1f,0x9e,0xa6,0xd3,0xa9, + 0xdd,0xf6,0x7,0x7f,0x5c,0x6c,0xbc,0xe0,0xae,0x84,0xc1,0x3a,0xbf,0x76,0xc3,0xd, + 0xf2,0xa5,0x5d,0x13,0x97,0x81,0x11,0xfb,0x67,0x78,0x99,0x5,0x98,0x18,0x92,0x3f, + 0xfa,0xec,0xc3,0xfa,0x8a,0x9b,0x6e,0x9c,0xbc,0xfb,0xe1,0xf1,0x19,0xe6,0xe7,0xd6, + 0x51,0x86,0x80,0xda,0x8e,0xa3,0xfa,0x62,0xab,0x6c,0xf5,0xb4,0xf7,0xe3,0xab,0xb4, + 0xff,0xba,0xbf,0xc0,0xd5,0x7e,0x20,0x53,0xad,0x11,0x7a,0xc4,0x12,0x44,0x6d,0xd5, + 0x86,0x38,0x8c,0x14,0x8,0x39,0xbd,0xde,0x3a,0x37,0x1c,0x1d,0xe1,0x8e,0x3b,0xf, + 0x33,0x35,0x7e,0x5,0x26,0xa4,0xbd,0xca,0x48,0xed,0xe8,0xc3,0xc0,0x8f,0x68,0xe7, + 0xf4,0x4d,0x49,0x36,0xf1,0xa9,0x31,0x29,0x8e,0x25,0x53,0xf5,0xef,0x4f,0xe7,0x67, + 0xf1,0xb3,0x27,0xd9,0x58,0x9d,0xa1,0x55,0xac,0x63,0x5d,0xb,0x2b,0x9,0x26,0xe9, + 0x92,0x25,0x8a,0xd5,0x90,0xb0,0x3f,0x8c,0x6,0xb4,0x88,0x1a,0x84,0x30,0xa0,0xa5, + 0x9d,0xd5,0x50,0x12,0x9c,0x66,0x38,0xdb,0xc4,0xc,0x4e,0x30,0x34,0x75,0x13,0x3, + 0x7,0x6f,0x25,0x9d,0x3a,0x46,0x3a,0x7e,0x3,0x32,0x70,0x0,0x6c,0xed,0x6d,0x98, + 0x83,0x6f,0xb3,0xa9,0x6c,0x65,0x8f,0xb2,0xc2,0x2f,0x27,0xfb,0xf8,0x0,0x10,0xc5, + 0xf9,0x32,0x88,0xe2,0xfc,0xc,0xb8,0xb0,0xa1,0xfb,0x53,0xf8,0xb1,0x89,0x21,0xf9, + 0xf9,0x87,0x1f,0xd6,0x71,0x95,0xf2,0x97,0xff,0xf2,0x2f,0x4f,0x34,0x36,0x5b,0x2b, + 0x6f,0x3a,0x7e,0x7c,0x8e,0xf9,0xf9,0x65,0xce,0x9e,0x4b,0x71,0xce,0x53,0xfe,0xff, + 0xec,0xbd,0x79,0xb4,0x1d,0xd7,0x5d,0xe7,0xfb,0xf9,0xed,0x5d,0x55,0x67,0xb8,0xf3, + 0x24,0xe9,0x6a,0xb2,0x64,0xd9,0xb2,0x24,0xcb,0xf1,0x10,0x13,0x67,0xb2,0x93,0x10, + 0x12,0x87,0x31,0x4c,0x1d,0x8,0x81,0xc7,0x63,0x6c,0x1a,0x8,0x90,0xb5,0x12,0xa6, + 0x40,0x20,0x40,0x77,0xb3,0x78,0xe9,0xf7,0x18,0xf2,0x9a,0x6e,0x42,0x37,0xf0,0xd6, + 0x62,0x8,0x2c,0xc8,0x40,0x48,0xa7,0x9,0xc1,0x21,0xce,0xec,0x29,0xb6,0x64,0xd9, + 0x96,0x35,0xeb,0xea,0xce,0xf3,0x70,0xce,0xa9,0x61,0xef,0xdf,0xfb,0xa3,0xea,0xdc, + 0x7b,0xee,0xb5,0x9c,0xd8,0x1a,0x2c,0xc9,0x39,0x1f,0xad,0x52,0x55,0xed,0x1a,0x4e, + 0x9d,0xba,0x75,0xbe,0xfb,0x57,0xbf,0xfd,0xdb,0xbf,0x9d,0x3a,0xd2,0x2c,0xcb,0x1b, + 0x62,0x8a,0xdb,0x2c,0x22,0x24,0x49,0x42,0x10,0x58,0xc2,0xc8,0x61,0x4c,0x1d,0x63, + 0xa7,0xe9,0xec,0x1c,0x61,0x70,0xb0,0xff,0x1d,0x7d,0xfd,0x63,0x8c,0x9e,0xce,0xe8, + 0xea,0xe8,0xb8,0xf1,0xa1,0x87,0x1a,0x4b,0xa5,0x52,0xe9,0x37,0xe,0x1e,0x94,0x4b, + 0x9a,0x95,0x47,0xc2,0xfe,0x7f,0x6a,0x5d,0xef,0xef,0x87,0xeb,0x76,0xf6,0x32,0x34, + 0x14,0x31,0x3f,0x33,0x45,0x96,0x85,0x38,0x1f,0x16,0x5b,0x9b,0x22,0xdb,0x6a,0x9, + 0xb,0xb9,0x48,0xfb,0xa2,0xb8,0x29,0xc8,0x4d,0x71,0xbe,0xc2,0x56,0x33,0x80,0x86, + 0xe4,0x9,0xde,0xf3,0xd4,0xa1,0x42,0x3e,0x24,0xa9,0x90,0x20,0xd2,0xa0,0x1c,0x39, + 0x76,0xee,0x18,0xa0,0x14,0xf1,0x6b,0x3,0x3,0xdd,0x97,0xf4,0xfe,0x5e,0x49,0xa4, + 0x72,0xdd,0x9,0xe0,0xb7,0x75,0xe9,0x81,0xd7,0x92,0x6e,0xfa,0x91,0x68,0x70,0x91, + 0xde,0x6d,0x13,0x94,0x67,0xcf,0x50,0x9b,0x3b,0x4b,0x6d,0xfe,0x1c,0x8d,0x95,0x69, + 0x7c,0xba,0x88,0xb8,0x4,0xeb,0x33,0xac,0x6a,0x2e,0xca,0x85,0xfb,0xc7,0x68,0x80, + 0x8a,0x21,0xe9,0xec,0xc2,0x4,0x25,0xc2,0x6a,0x3f,0xbd,0x3,0xc3,0x44,0x9b,0x76, + 0x51,0x1e,0xda,0x8d,0xed,0xde,0x82,0x94,0x6,0xc0,0x86,0x3f,0xd,0x9d,0x19,0xe6, + 0xcc,0x9f,0x8b,0x6c,0x4b,0x1,0xa6,0x97,0xf5,0x7d,0x34,0xf8,0x2d,0x63,0xf8,0xc5, + 0x3e,0x98,0xdd,0x70,0x79,0x6d,0x9e,0x27,0x6d,0x71,0x7e,0x1e,0x68,0x27,0xcb,0x8d, + 0x69,0x9e,0x78,0xe0,0x91,0xf8,0xa3,0xf7,0xdf,0xff,0x64,0x65,0x64,0x74,0xfc,0x9b, + 0x1e,0xfd,0xca,0x69,0xc6,0x46,0xe7,0x71,0x59,0x40,0x14,0x56,0x59,0xae,0xf5,0xe4, + 0xc2,0x50,0xc,0x88,0xa9,0xcd,0xa4,0xb8,0xda,0x94,0x2e,0x45,0x1d,0xa4,0x9,0xa0, + 0xe,0xe7,0x33,0x96,0x17,0x1d,0x93,0xe3,0x8b,0xd8,0x60,0x99,0xc3,0xf,0x9f,0x62, + 0xeb,0x70,0xcf,0x5b,0xcf,0x9e,0x9d,0x65,0xdb,0x8e,0xad,0x37,0x3e,0xfc,0x70,0xbc, + 0x5c,0xa9,0x44,0x3f,0xb7,0x7f,0xbf,0x9c,0x5a,0xbb,0x92,0x4b,0x47,0x10,0xf1,0x81, + 0x30,0x8,0xae,0xdb,0x7d,0x5d,0xef,0x77,0x8d,0x9d,0x1b,0x61,0x66,0x76,0x9,0x31, + 0x9d,0x18,0x31,0x78,0xaf,0x88,0x58,0x44,0x2c,0x69,0x9a,0xe2,0x9c,0xc3,0x5a,0x8b, + 0x31,0xf9,0x77,0x7b,0xa6,0x30,0x37,0xd7,0xaf,0x2c,0x42,0x44,0xa3,0x11,0x53,0x8a, + 0x22,0x2,0x6b,0x88,0xeb,0x35,0xc2,0x20,0xa5,0x5c,0x51,0x9c,0x4f,0xa8,0x56,0x2, + 0xee,0xbd,0xf7,0xe,0xac,0xd8,0xf,0xee,0xd9,0x23,0xb,0x1b,0x8f,0xbf,0xe6,0xf1, + 0x1d,0x87,0x88,0xdc,0xb7,0x4b,0xb9,0x7f,0x7f,0x38,0x70,0xc3,0xef,0x5,0x3b,0xe, + 0x50,0xa9,0x4d,0xd1,0xbd,0x34,0x46,0xb6,0x3c,0x85,0x6b,0xcc,0x51,0x5f,0x98,0x46, + 0xe3,0x98,0x2c,0x8e,0xf1,0xa9,0x62,0x8,0x8,0x6d,0x89,0x52,0x58,0x21,0x88,0x4a, + 0xc8,0xd6,0x61,0x4c,0x54,0xc1,0x76,0xf4,0x12,0x75,0x6d,0xc2,0x74,0xe,0x41,0xd4, + 0x3,0x54,0xc1,0xfb,0x37,0x63,0x3f,0xf0,0x31,0x91,0xf7,0x16,0xde,0xe9,0x9c,0xc0, + 0xf2,0xbf,0x27,0x67,0x89,0xf7,0xe,0xca,0x5f,0xb5,0x96,0xb7,0xb9,0x30,0xda,0xe2, + 0xdc,0x42,0xac,0x23,0xb7,0x1b,0x82,0x3f,0x71,0x1e,0xf0,0xf6,0xf1,0x72,0x38,0xf4, + 0x7f,0x36,0xb7,0x8d,0x8d,0xe9,0xee,0xe5,0x53,0xc9,0xdf,0x7e,0xfe,0xb3,0xa7,0x4b, + 0xa7,0x4e,0x4f,0xdd,0xf2,0xe0,0x3,0xc7,0x38,0x37,0xb2,0x84,0x77,0x55,0xac,0xdd, + 0x86,0xf7,0xb0,0x30,0xef,0x90,0xa8,0xcc,0x5a,0x63,0x99,0x29,0x26,0xa,0x83,0x32, + 0x17,0x34,0x8f,0xcf,0x1b,0xe5,0xc4,0x83,0x44,0x80,0xcf,0xff,0x65,0xb0,0xbc,0xdc, + 0xc3,0xd1,0xa3,0x75,0xce,0x9e,0x7d,0x92,0x6d,0xdb,0x27,0x5e,0x77,0xf6,0xcc,0x24, + 0xbb,0xaf,0xdf,0x72,0xfd,0xa3,0x87,0x1a,0xf5,0x72,0x54,0xfa,0x3f,0x6e,0xba,0x49, + 0x9e,0x28,0x2e,0x69,0x95,0x34,0x9d,0x7e,0x3f,0x64,0x77,0xa9,0xca,0x2f,0x44,0xd1, + 0xe6,0xcf,0x6d,0xdc,0xfe,0xd5,0xd8,0x3a,0x28,0x47,0xbe,0xfc,0x60,0x7c,0x62,0xff, + 0xfe,0x6d,0x9c,0x38,0xfe,0x34,0xf3,0xf3,0xd,0x9c,0x26,0x38,0x35,0x78,0x5,0x43, + 0x80,0x68,0x1e,0x62,0x67,0x8c,0xc1,0x98,0xbc,0x71,0xd,0x64,0x83,0xa1,0x5c,0x88, + 0xb3,0x14,0xe5,0x57,0x10,0x8f,0x41,0x24,0xc8,0x2b,0x42,0x75,0x88,0x38,0x44,0x62, + 0xd4,0xd5,0x70,0x6e,0x81,0x5b,0x6e,0xb9,0x1e,0xe7,0xf5,0xcd,0xdb,0xb6,0x6d,0x3a, + 0x6f,0x1c,0xee,0xb5,0x8e,0xf4,0x1c,0x98,0x1,0x3e,0xa6,0x3a,0x76,0x1f,0xe8,0xbf, + 0x4a,0x18,0x1d,0x8,0xaa,0x9b,0xff,0xbf,0xa0,0x6f,0x27,0xa4,0x8b,0xa8,0xab,0xd3, + 0x69,0x1c,0x9a,0x26,0x68,0x9c,0xe4,0x79,0x3f,0x9,0x30,0xa6,0x84,0x84,0x25,0x4c, + 0x10,0x21,0xd6,0xe4,0x31,0x74,0x51,0x5,0x4c,0x67,0x82,0x4d,0x5e,0x9,0x55,0x20, + 0x44,0xec,0xd0,0x43,0x1b,0x3e,0x12,0x80,0xde,0x8a,0x7c,0x72,0x63,0x59,0x9b,0xb, + 0xa7,0x2d,0xce,0x2d,0x38,0x5c,0xa7,0x77,0xdc,0x19,0xd9,0xf2,0x43,0xc6,0xc4,0xef, + 0x6c,0x96,0x3f,0xf8,0x60,0x63,0xdf,0xb1,0x13,0x8b,0x9f,0xfe,0xd2,0x97,0x9e,0xd8, + 0xfc,0x85,0x2f,0x3c,0xc9,0xd8,0x68,0x9d,0x89,0x89,0x1a,0x2e,0xab,0xd2,0xd1,0xd1, + 0x8d,0x35,0x3d,0x64,0xde,0x13,0x67,0x31,0x51,0xa9,0xe8,0xd9,0x24,0xe4,0x22,0xbd, + 0xce,0xff,0xda,0x6a,0x6d,0x66,0xb9,0x38,0xe3,0xc9,0x7d,0xb6,0x4d,0x23,0x64,0x0, + 0x97,0xc5,0xcc,0xce,0x2d,0x31,0x3b,0x3b,0xc9,0xc9,0x53,0x93,0xdc,0xb8,0x77,0xf3, + 0xcd,0x4b,0x4b,0x9,0xb7,0xde,0xb6,0xfb,0xd3,0x5f,0x7a,0x44,0xef,0xbd,0xeb,0x76, + 0xf9,0x4a,0xb1,0x33,0x0,0xc6,0xc8,0x5e,0x11,0x73,0xa7,0x8a,0xff,0x70,0xaa,0xe7, + 0x7e,0x20,0x94,0x6d,0xcf,0xeb,0x47,0xd2,0xdb,0x1d,0xfd,0x56,0x7f,0x6f,0xa5,0x72, + 0xc3,0x9e,0x81,0x9f,0x1e,0x19,0x9d,0x60,0x7e,0x29,0xc9,0x7b,0x99,0x89,0x45,0x51, + 0xbc,0x77,0xa8,0xa,0xd6,0x86,0x18,0x63,0xf0,0xbe,0x79,0xad,0x1b,0x5c,0x18,0xad, + 0x5f,0xef,0xa,0xe2,0xbc,0x23,0x2c,0x5,0x79,0x35,0xa8,0x29,0xe5,0x92,0xa2,0x1a, + 0xa3,0xba,0x4c,0x5f,0x8f,0xe5,0xb5,0xaf,0x7d,0x19,0x3d,0x9d,0x7d,0x87,0xf6,0xee, + 0x5d,0xf3,0x93,0xbe,0x58,0x48,0x74,0xe6,0x55,0x9,0xc1,0x7,0x63,0xba,0xbf,0x28, + 0x22,0xdf,0xb,0x3c,0xa4,0xfa,0xe0,0x63,0x30,0xf4,0x29,0xac,0x81,0x68,0x78,0x9f, + 0xa8,0xfd,0x54,0x80,0x63,0x35,0x86,0xe,0x29,0x9e,0xd5,0x80,0xdc,0x57,0xcf,0x1c, + 0xe9,0xec,0x41,0xaa,0x90,0xb,0x72,0x59,0x45,0x76,0x8e,0xad,0x7d,0x4a,0x9b,0x17, + 0x82,0xb6,0x38,0xaf,0xa3,0x82,0x17,0xff,0x39,0x2b,0x83,0xaf,0x6,0x98,0x9c,0xd3, + 0x3b,0x1a,0xf5,0xec,0x81,0xc3,0x87,0xa6,0xf9,0x97,0x4f,0x3e,0x64,0xbe,0xf8,0x85, + 0xa3,0xcc,0xce,0x78,0xa2,0x68,0x80,0xee,0xae,0xcd,0x38,0x17,0x51,0x6f,0x78,0x6a, + 0x8d,0x98,0x20,0x88,0xa8,0x76,0x76,0x93,0xc9,0x14,0x79,0xa4,0x0,0xe4,0x7e,0xcf, + 0xf3,0x35,0x8e,0x35,0x45,0xd9,0x93,0xef,0xd8,0x5c,0xf6,0xc4,0x71,0x3f,0x91,0xad, + 0xd2,0x5d,0xe9,0x7,0x69,0x90,0xa6,0xf3,0x1c,0x7d,0x7a,0x91,0xf9,0x85,0x87,0x78, + 0xf4,0xd1,0x27,0x37,0x7d,0xf3,0xb7,0xbc,0xf2,0xa1,0x4f,0x7e,0xb2,0xf6,0xea,0x37, + 0xbc,0xa1,0xfa,0x5,0x80,0xd9,0x85,0xd9,0x7f,0x5e,0xaa,0x99,0xdf,0xeb,0xe9,0xec, + 0xbf,0xb7,0x91,0x9e,0xfb,0x47,0x23,0xcf,0xd6,0x67,0xf6,0xd9,0xd9,0xbb,0x57,0x16, + 0x8f,0x1c,0x59,0x59,0x9e,0x9b,0xdb,0xc2,0x13,0x4f,0x2f,0xb3,0x58,0x4b,0x48,0x5c, + 0x46,0x60,0x2b,0x58,0x63,0xc9,0xd2,0xc,0x2d,0x7c,0xb8,0x79,0x27,0x95,0x56,0xae, + 0x2,0x1f,0xf3,0x6,0x72,0x6b,0x59,0x50,0x9f,0x21,0xe2,0xb0,0xa1,0xa7,0x51,0x5f, + 0xa1,0xbf,0xc7,0xf0,0xb2,0x97,0x1f,0xe4,0xb6,0x5b,0x37,0xd3,0xd7,0x5f,0xdd,0x78, + 0xd8,0x35,0x4f,0xaa,0xd3,0x6f,0x10,0xfc,0x27,0xc,0xde,0x78,0xf8,0xee,0x29,0x55, + 0xa7,0xc0,0x2c,0x3c,0x30,0x20,0xf2,0xf2,0x62,0xb7,0x51,0x6d,0x66,0x7b,0x7a,0x96, + 0x3f,0x9d,0xc8,0xc6,0x6c,0x1a,0x6d,0xae,0x4,0x6d,0x71,0x6e,0xa1,0x2a,0x9b,0xee, + 0x9f,0x9a,0x9f,0x7f,0xc7,0xf4,0xfc,0xfc,0x3f,0x1d,0x7a,0xa4,0xe7,0xcd,0x8f,0x7f, + 0x65,0xa1,0x7f,0x7a,0x7a,0xce,0xfc,0xc3,0xdf,0xdf,0xc7,0xd1,0xa7,0xa6,0x31,0x76, + 0x10,0x23,0x1,0x49,0x5c,0xca,0x7d,0xc9,0xc6,0x60,0xa3,0x12,0x46,0x40,0x55,0x49, + 0xb4,0x8e,0x31,0x45,0xd2,0x16,0x31,0xa0,0x8e,0xfc,0x17,0xd0,0x9c,0x9a,0x14,0xa2, + 0x2c,0x9e,0xdc,0x82,0x5e,0xb3,0x9c,0x9d,0x18,0xea,0x19,0x24,0xaa,0x84,0x36,0x4, + 0xba,0xc8,0x62,0xc3,0xd8,0x68,0x9d,0xb9,0xd9,0x65,0x56,0x6a,0x9f,0x31,0x6f,0x7c, + 0xc3,0x9d,0x9f,0xff,0xd0,0x87,0x66,0xbf,0x63,0xc7,0x8e,0xbe,0x4f,0xf4,0xf7,0xc8, + 0x1b,0x9b,0x67,0xad,0x27,0x13,0xf3,0xa,0x17,0x64,0xd,0x1e,0x38,0xd0,0xf1,0x4b, + 0x1f,0xfe,0xd0,0x67,0xdd,0x81,0x3,0xbb,0x7f,0x65,0x64,0x7c,0x8c,0x5a,0x7d,0x9, + 0x23,0x42,0x18,0xac,0xf9,0x98,0x55,0x33,0x32,0xe7,0xb1,0xa6,0xf9,0xd8,0x34,0xbf, + 0x93,0x90,0x57,0x48,0x1b,0x85,0xfb,0xca,0x60,0x2,0xc1,0x69,0xa,0x1a,0x63,0x43, + 0x70,0x6e,0x5,0xf5,0xcb,0x6c,0xdb,0xb1,0x83,0xd7,0xbd,0xf6,0x2e,0x66,0x66,0xe5, + 0xba,0x3,0x37,0xcb,0x99,0x8d,0xc7,0x5d,0xeb,0x4,0xf8,0x4,0x64,0xaa,0x42,0xfa, + 0xb9,0xaa,0xc8,0xf7,0x6c,0xdc,0xde,0xa4,0x2d,0xbe,0xd7,0x6,0x6d,0x71,0xde,0xc0, + 0x50,0x6f,0xef,0x3,0xf,0x3e,0xa8,0xff,0x4e,0x64,0xee,0x2d,0xc7,0x4f,0x9c,0xfb, + 0xcb,0xff,0xf5,0xb1,0x2f,0x72,0xec,0xe8,0x1c,0x69,0xda,0x4d,0x18,0x76,0x11,0x5, + 0x9d,0x24,0xa9,0x21,0xc5,0xa3,0xaa,0x88,0x26,0x20,0xe,0x15,0x87,0xc7,0x61,0xb4, + 0xe5,0x96,0xae,0x73,0x6b,0x34,0x5,0xda,0x93,0x47,0x11,0x78,0xf2,0x88,0xe3,0x66, + 0x59,0x2e,0x6c,0x51,0x29,0x24,0x49,0x1c,0x8d,0x2c,0x21,0xf3,0x86,0x30,0x88,0x30, + 0xd6,0xe0,0xd4,0x52,0xab,0xd7,0x39,0x7c,0x68,0x94,0x7a,0xfd,0xf3,0xdc,0x7b,0xef, + 0x9d,0x1f,0x35,0x46,0x7e,0xfc,0xbe,0xfb,0xf4,0x83,0xaf,0x7b,0x5d,0x1e,0x4f,0x5a, + 0x89,0x36,0xff,0x20,0x17,0xc1,0x37,0xbc,0xec,0xe0,0x58,0xdd,0xad,0x8c,0x9f,0x38, + 0x2b,0x5b,0xea,0x8d,0x25,0x92,0x46,0x83,0xcc,0x1b,0x3c,0x1,0xc6,0x96,0xc1,0x83, + 0xcb,0x9a,0xd6,0x7e,0x4b,0x65,0xd3,0xba,0x7a,0x15,0xfc,0xec,0x83,0xd0,0x90,0x25, + 0xc5,0xdf,0xc5,0x67,0x40,0xcc,0xd6,0xe1,0x7e,0x6e,0xbd,0x75,0x2f,0x7b,0xf7,0x76, + 0x3e,0x1e,0x95,0x4a,0xe9,0xc6,0x63,0x5e,0xc,0x48,0xde,0xf9,0x68,0x8b,0xea,0x58, + 0x87,0xea,0xc4,0xad,0x10,0x2,0x66,0x45,0xa4,0xf7,0xd8,0xc6,0x7d,0xdb,0x5c,0xfd, + 0x9c,0xef,0x9d,0xfb,0xeb,0x9a,0x47,0x1e,0x99,0xeb,0x8d,0xe3,0xb9,0x9f,0x98,0x18, + 0x9b,0xfc,0xcb,0x8f,0x7d,0xf8,0xd3,0x1c,0x39,0x7c,0xe,0x6b,0xfa,0xa8,0x44,0x43, + 0x2c,0x2e,0x42,0x9a,0x84,0x88,0xa9,0x10,0x86,0x1d,0x98,0x20,0x20,0xd3,0x94,0xc4, + 0xd5,0x50,0xd3,0x20,0x88,0x52,0xd0,0x12,0xf8,0x12,0xf8,0x4a,0xbe,0xac,0x25,0xd0, + 0x72,0x31,0x35,0xd7,0x8b,0xc9,0x6f,0x98,0x6b,0x9,0x35,0x1e,0x9,0x21,0x2a,0x45, + 0x44,0xe5,0x32,0x26,0x28,0xe1,0x7d,0x40,0xe6,0x22,0xbc,0x2b,0xa1,0xda,0xc1,0xb1, + 0x63,0x13,0xfc,0xcb,0x27,0xbf,0xc4,0xcc,0xec,0xec,0x9f,0x6,0xd1,0xca,0xcf,0x1c, + 0x39,0xa2,0x3,0x1b,0xbf,0xc7,0x85,0xb0,0x6d,0x5b,0xef,0x1f,0xed,0xd8,0xb5,0xf5, + 0x4f,0x5f,0xf5,0xea,0xbd,0xec,0xd8,0x31,0x4c,0xa9,0x6c,0x71,0x3e,0xc5,0xb9,0x14, + 0x11,0xcd,0xbd,0x34,0xab,0x31,0xcd,0x4d,0x5a,0xdf,0x8,0x36,0xbe,0x21,0x5c,0x19, + 0x54,0x73,0x7f,0xbe,0x88,0x92,0xf9,0x98,0x6a,0x35,0xe2,0xf6,0x3b,0x5e,0xc2,0x2b, + 0x5e,0x79,0x90,0xe9,0x99,0xd2,0xbd,0xbb,0x76,0xe5,0x71,0xde,0x0,0x49,0x32,0xf3, + 0x2a,0x55,0xbd,0xf6,0x83,0x9d,0xd7,0xf3,0xd,0x1e,0xf7,0x15,0x25,0xfd,0xa,0xa4, + 0x1f,0x55,0x9d,0x6e,0xba,0x34,0xda,0x5c,0x43,0xb4,0x2d,0xe7,0x16,0x8e,0x8f,0xeb, + 0xe6,0xa9,0xf1,0xe4,0xed,0x4f,0x9f,0x98,0x78,0xf7,0x3f,0x7f,0xe2,0x21,0xce,0x9c, + 0x6b,0x60,0xc2,0x7e,0x54,0x3a,0x70,0x1a,0x12,0x96,0x84,0xd4,0x3b,0xd4,0xc7,0x20, + 0x8a,0x4,0x19,0x91,0xb5,0x60,0x22,0x54,0x52,0xf0,0x79,0xcc,0x68,0x4e,0xab,0x50, + 0x6d,0x14,0xb3,0xa6,0xa9,0xd9,0xcc,0xfd,0xd0,0x74,0x7,0x28,0x59,0xa6,0x78,0xc0, + 0x88,0xc7,0x69,0x83,0x3c,0xdb,0x8c,0x43,0xc,0x58,0x53,0xc6,0x10,0x92,0xc6,0x96, + 0x13,0xc7,0x6a,0x7c,0xea,0x9f,0x1f,0xa7,0x54,0xaa,0xfc,0x6e,0x57,0x57,0x69,0xe0, + 0xcc,0x19,0xfd,0x83,0x9d,0x3b,0xe5,0x5c,0x71,0xa2,0x75,0x24,0x3a,0x7b,0x77,0x88, + 0x19,0x15,0xe9,0x3d,0xbe,0x71,0xdb,0x46,0xf6,0x1d,0xe4,0xe1,0x24,0xe9,0x7b,0x64, + 0x6a,0x6c,0xe7,0xed,0xb8,0x25,0x46,0xcf,0xcd,0x93,0x64,0x21,0x81,0x74,0xe2,0xbc, + 0x21,0xf,0x11,0x8c,0x0,0xc1,0x93,0x37,0xb8,0x51,0x24,0x11,0x16,0xe3,0x11,0x6f, + 0x30,0xae,0xd5,0xdd,0xb1,0xc1,0xc2,0x6e,0x16,0xaf,0x16,0xb4,0x8a,0x7d,0xeb,0xe, + 0x5a,0xec,0xb7,0x76,0xef,0x56,0xb7,0x8a,0x90,0x66,0x79,0xc3,0x6b,0x10,0x84,0xa8, + 0x2a,0x59,0x96,0xbf,0x85,0x84,0x51,0x88,0x49,0x3d,0x6,0x45,0x24,0x26,0xc,0x1b, + 0xec,0xde,0xbd,0x89,0x57,0xde,0xbd,0x87,0xdd,0xbb,0x83,0xbf,0x1,0xd6,0x8d,0x2, + 0x9d,0x3a,0xbe,0x25,0x4d,0xa7,0x4f,0x2,0x2b,0xad,0xe5,0x57,0x12,0xd5,0xd1,0xfd, + 0x20,0x77,0xad,0x95,0x44,0x47,0x45,0x6,0x3e,0xbf,0xb6,0xfe,0xb5,0x68,0x8c,0x1b, + 0xe4,0xcf,0x40,0xc0,0x7,0xa0,0xf6,0xd,0xc0,0x17,0x37,0xee,0xd5,0xe6,0xea,0xa6, + 0x2d,0xce,0x2d,0x9c,0x1d,0x61,0xef,0xdc,0xb4,0x7b,0xf7,0x67,0xbe,0x38,0xc9,0xe3, + 0x4f,0xc7,0xc4,0x49,0x1f,0x98,0x12,0xce,0xe7,0xf9,0x17,0x4d,0x18,0x90,0xbb,0x22, + 0x5a,0x44,0xc5,0x3,0xde,0x80,0x44,0x85,0x7a,0xac,0x25,0x95,0x79,0x5e,0x28,0x80, + 0xe0,0xb4,0x84,0xc1,0x81,0xd4,0x41,0x6a,0x60,0xea,0x18,0xa3,0x88,0x6,0xa8,0x2b, + 0x93,0x65,0x11,0x61,0xb0,0x1d,0x97,0xd4,0x78,0xe2,0xf0,0xa,0xe5,0xca,0x31,0x7a, + 0x7a,0xc2,0x77,0x65,0x49,0xe7,0xa7,0x80,0xf3,0x8a,0xb3,0x3a,0xdd,0x92,0x38,0x7d, + 0x4e,0xbd,0xb5,0x6,0xcb,0xf2,0xa1,0x27,0x9f,0xd4,0xc5,0xd7,0xdd,0xbd,0xed,0x3d, + 0xd5,0x70,0xe9,0x9e,0x7f,0xbb,0x6f,0x81,0xf1,0xd1,0x3a,0xe2,0x63,0xf0,0x25,0x9c, + 0xf,0x11,0x53,0x2,0x63,0x1,0x97,0x3b,0x67,0xa4,0xf0,0x9b,0x4b,0x86,0x95,0x80, + 0x32,0x42,0x33,0xce,0x3b,0x7f,0x39,0x2b,0x96,0x57,0x75,0xb6,0x55,0x94,0x3d,0x6b, + 0x23,0x96,0x34,0x77,0x69,0x15,0x64,0x6d,0x11,0xe9,0x7c,0x59,0x4c,0x80,0x4b,0x1d, + 0xa,0x4,0xb6,0x84,0x29,0xc2,0xf7,0xb2,0xcc,0x83,0xf3,0x74,0x78,0xc1,0xeb,0xa, + 0x51,0xb5,0xc6,0x4d,0xfb,0x7b,0x79,0xd3,0x37,0x1f,0xe0,0xe0,0xad,0x9d,0xbf,0x5f, + 0x2e,0x9b,0x5f,0xdf,0xd8,0xa5,0xb8,0xa3,0x32,0xf0,0xee,0xd6,0xf5,0xab,0x3,0xdf, + 0xb,0xe6,0xc6,0x7c,0x59,0x0,0x7d,0x5e,0xb1,0xd8,0x22,0xbb,0x9f,0x4,0x7e,0x74, + 0x63,0x79,0x9b,0x6b,0x8b,0xb6,0x38,0x17,0x3c,0xfe,0xf8,0xe4,0x8d,0xe7,0xc6,0xa6, + 0x7f,0xfe,0xfe,0xcf,0xcc,0x70,0xfc,0xe9,0xd3,0xac,0xac,0xd4,0x31,0x52,0xc6,0x60, + 0x50,0xc,0xd6,0x58,0x54,0x6d,0xde,0x10,0xb8,0x91,0xf3,0x14,0x5d,0x38,0xb9,0x8, + 0xe5,0x19,0xe,0x20,0x17,0x37,0xbf,0x2a,0x76,0x61,0x10,0x91,0x26,0x19,0xd6,0x58, + 0x92,0xd4,0x71,0xf8,0xd0,0x13,0xc,0x6e,0x76,0xbc,0xfe,0x9b,0x6e,0xf9,0xf,0x47, + 0x8f,0xea,0xd9,0xbd,0x7b,0xe5,0xc8,0xda,0xb9,0x72,0x4a,0xc1,0xc0,0xdf,0x6d,0x2c, + 0xfb,0x6a,0xec,0xdb,0x27,0x9f,0x3a,0x74,0x48,0x17,0xf,0xde,0xa2,0xef,0x49,0x33, + 0xf3,0x6d,0x9f,0xbd,0xff,0x8,0xa3,0x23,0x73,0x80,0x10,0x84,0x9d,0x24,0xa9,0x43, + 0x82,0xa,0x62,0xd,0x16,0x8b,0x6a,0x84,0x77,0xa0,0x5e,0xf2,0x2b,0x97,0x8c,0x3c, + 0xde,0xb9,0x29,0xd0,0x2,0x6a,0xf2,0x32,0x20,0x17,0xd9,0xc2,0xcf,0xbe,0xda,0x18, + 0x9a,0x2f,0xaf,0xc9,0x32,0xac,0xdd,0xd8,0x35,0xdf,0xbd,0x7a,0x48,0x33,0xa5,0x5c, + 0xaa,0xa2,0x80,0xcb,0xf2,0xca,0x32,0xb4,0x1,0xa1,0x31,0xa4,0x59,0x46,0xa6,0xf3, + 0x4,0x61,0xca,0x8d,0x7b,0xb7,0xf0,0xa6,0x6f,0xce,0x4c,0xd2,0xf4,0x0,0x0,0x20, + 0x0,0x49,0x44,0x41,0x54,0xb9,0x83,0x1b,0x6e,0xdc,0xf4,0xcb,0x73,0x13,0xe1,0x1f, + 0xee,0xdf,0x23,0xd7,0x44,0xf6,0x39,0x91,0xed,0x5f,0x0,0xbe,0xb0,0xb1,0xbc,0xcd, + 0xd7,0x17,0x6d,0x71,0x2e,0x18,0x3d,0x33,0xb3,0xed,0xdc,0x44,0xfd,0x7b,0x1e,0xfd, + 0xca,0x28,0x93,0x93,0x73,0xa0,0x21,0x61,0x58,0xc1,0xbb,0x0,0xef,0xc,0x5e,0x5, + 0x54,0x79,0xa6,0x12,0xaf,0xb9,0x24,0xf2,0xe9,0xbc,0x9,0xe7,0x9e,0x7,0x4d,0xb1, + 0x2a,0x16,0xa1,0x10,0xb5,0x5c,0xec,0x3c,0xf9,0x65,0xe4,0x31,0xc7,0x65,0x16,0x16, + 0xa6,0xf8,0xca,0x23,0x4f,0x72,0xdd,0xf5,0x7d,0x6f,0x1e,0xde,0x59,0x1e,0x18,0x9d, + 0xd7,0x77,0x6c,0xed,0x95,0x7,0x8b,0x23,0x2f,0x98,0x5b,0x6e,0x91,0x7,0x3e,0xf7, + 0xb9,0xc6,0xbb,0xee,0xb8,0xe3,0xa6,0x85,0xa8,0x14,0xbd,0xed,0xd3,0xf7,0x1d,0x62, + 0x64,0x64,0x6,0xef,0x62,0x6c,0xd0,0x89,0xe2,0x50,0x8d,0x80,0x3c,0x27,0x83,0xd1, + 0x12,0x62,0xcb,0x58,0xe3,0x70,0xda,0xd4,0x40,0x53,0x7c,0x7,0xc9,0x97,0x57,0x9b, + 0x38,0x9a,0xf7,0xaa,0xf8,0xae,0x4d,0xa1,0x6e,0x6e,0x5b,0xcd,0xd,0x6d,0xc8,0x5d, + 0x3f,0xf9,0x77,0x37,0x58,0x50,0xcd,0x7b,0x8e,0xab,0x41,0xa,0x77,0x86,0xf3,0x19, + 0x12,0xe4,0xae,0x9f,0x30,0x50,0x2,0x33,0xcd,0x6d,0x77,0xec,0xe3,0x8d,0x6f,0xfa, + 0x6,0x86,0x77,0xe,0xfe,0x70,0x4f,0x87,0xfd,0x9b,0x83,0x7,0x2f,0x3c,0xd,0x6b, + 0x9b,0x36,0x57,0x82,0xb6,0x38,0x3,0xa7,0x8f,0xe9,0x9d,0x67,0x47,0x47,0xfe,0xf0, + 0xa1,0x7,0x1f,0x66,0x66,0x2a,0xc0,0xa5,0x1,0x51,0x58,0x22,0xc,0x2a,0xc4,0x99, + 0x47,0xbd,0x80,0xc9,0x47,0x6c,0xce,0xc3,0xca,0x60,0x4d,0x39,0x2f,0x2d,0x85,0xfc, + 0xb6,0xac,0x37,0x2d,0x50,0x83,0x22,0x38,0xaf,0x84,0x61,0x29,0x6f,0xa4,0xb3,0x21, + 0x1d,0x1d,0xfd,0x4c,0x4c,0x8c,0xf3,0xf9,0xcf,0x3e,0xca,0xf5,0x7b,0x36,0xbf,0x3a, + 0x30,0x1d,0xc3,0xab,0x7,0x5f,0x0,0xcb,0x3a,0xf9,0x13,0x16,0x93,0x55,0x64,0xf0, + 0xcf,0x5e,0xf5,0xaa,0xf2,0x93,0x67,0x27,0xf4,0xf0,0xf6,0xeb,0x3a,0xe9,0xee,0xa9, + 0xf2,0xf1,0x8f,0x7f,0x89,0x13,0xc7,0x67,0x28,0x85,0x42,0x92,0xa6,0xa8,0x56,0x11, + 0x53,0xc1,0x68,0x40,0xe6,0x14,0x75,0x16,0x25,0x1,0xd3,0x5a,0x61,0xc1,0x9a,0x28, + 0xb7,0xd2,0xac,0x84,0x9a,0xe2,0x9c,0x97,0xe9,0xaa,0x35,0x6d,0xf2,0x6a,0xb0,0xb0, + 0xbe,0x85,0x0,0x8f,0xc1,0x88,0x21,0x8a,0xc,0xf5,0x95,0x25,0x94,0x8c,0xae,0xce, + 0x12,0x61,0x14,0xe1,0xd2,0x1a,0x49,0x56,0x7,0xf5,0xdc,0xf3,0xda,0x3d,0x7c,0xd3, + 0x1b,0x5e,0xc6,0xc0,0x40,0xff,0x1b,0xc6,0x5e,0x61,0xef,0x7b,0xbd,0xb4,0x24,0x30, + 0x6e,0xd3,0xe6,0x1a,0xa1,0x2d,0xce,0xc0,0xe9,0x33,0x13,0x3d,0xa7,0xce,0x4e,0xde, + 0xf2,0xe4,0x13,0x67,0x69,0x34,0x76,0x81,0x46,0x88,0x94,0x70,0x99,0xc5,0x65,0xa, + 0x84,0x88,0x34,0xc3,0xdf,0x84,0xcb,0x25,0xcc,0x39,0x19,0xf9,0xf9,0x37,0xa,0x9b, + 0x41,0x45,0x72,0x99,0xa,0x23,0x96,0x97,0xea,0xa4,0x59,0x42,0xef,0x40,0x7,0x8b, + 0xb,0xc2,0x13,0x4f,0x9c,0xe3,0xf1,0x43,0xd3,0xd4,0x97,0x2f,0xae,0x73,0x45,0x88, + 0xee,0x54,0xfc,0x6a,0xa8,0x59,0xc7,0x26,0xfe,0xd8,0xf9,0xca,0x7,0xf7,0x1f,0xdc, + 0xf9,0x63,0xe5,0x6a,0xf8,0xee,0xfb,0xfe,0xf5,0x11,0x8e,0x3c,0x7e,0xe,0xd7,0xb0, + 0x78,0xd7,0x49,0x58,0xea,0x23,0xb0,0x1d,0xa0,0x16,0xef,0xf2,0x5e,0x67,0xab,0x9e, + 0x1f,0x65,0x9d,0xd5,0xff,0xc,0xf2,0xf0,0x8f,0x62,0xf2,0xf9,0xc,0x83,0x97,0xbc, + 0x71,0xcf,0x14,0xa1,0x88,0xf9,0x68,0xd9,0x41,0x71,0xe,0x45,0x9d,0xc3,0x8a,0x43, + 0x6c,0x86,0xfa,0x94,0xda,0xca,0x12,0x4a,0x83,0xed,0x3b,0xb6,0xb0,0x6f,0xef,0x1e, + 0x7e,0xf8,0xc7,0xf6,0xb1,0x6d,0x5b,0x95,0x70,0xc0,0x7c,0xe9,0xee,0xe7,0x29,0xcc, + 0xaa,0x33,0x1f,0x6,0x79,0x8f,0x48,0xff,0x63,0x1b,0xb7,0xb5,0x69,0xf3,0x42,0x72, + 0x3e,0x93,0xe6,0xeb,0x8a,0xf1,0x71,0x7d,0x7d,0x67,0x4f,0xf4,0xb1,0xc3,0x87,0xce, + 0x30,0x3b,0x97,0x80,0xf,0x41,0x43,0x34,0xb3,0xa4,0x89,0xe0,0x9d,0xc1,0x48,0x80, + 0x88,0xcd,0xc7,0x63,0x5b,0xa7,0xcb,0x4d,0x8b,0xef,0x12,0xb3,0xda,0x73,0x30,0xb7, + 0x98,0x57,0xe3,0xa5,0x8b,0x7c,0x17,0x5e,0x7d,0x6e,0xc9,0x23,0x34,0x62,0xf0,0xae, + 0xcc,0xca,0x4a,0xc0,0x63,0x87,0xce,0xd1,0xdf,0x1d,0xff,0xdd,0xc8,0xe9,0xc6,0xb7, + 0xaf,0x3f,0xe1,0x73,0xc7,0x60,0x50,0xaf,0xef,0x5e,0x4c,0xc6,0x56,0x16,0x1b,0xe3, + 0xef,0xe9,0x17,0x59,0xd8,0x35,0x2c,0x27,0x49,0xba,0x7f,0xf3,0x9b,0xde,0x78,0xc3, + 0xbb,0xde,0xf6,0x83,0xaf,0xe0,0xee,0x7b,0xf6,0x72,0xe3,0x4d,0x3d,0x74,0xf7,0xc5, + 0xd8,0x60,0xe,0x61,0x1e,0xc3,0x12,0xa1,0xa9,0x63,0x4d,0x52,0x54,0x2d,0x6,0xc5, + 0xa2,0x4,0xc5,0xbc,0xb9,0xdc,0x9c,0x42,0x54,0x5b,0xb7,0x85,0xa8,0x86,0xe4,0x19, + 0xfc,0x8a,0x6e,0xc4,0xcd,0xb9,0x6,0xe4,0xd6,0x73,0x9e,0xe3,0xc3,0x67,0x2b,0x54, + 0x2a,0xd0,0x59,0x5,0x6b,0xe6,0x28,0x95,0x96,0xd8,0x77,0x53,0x1f,0xdf,0xf9,0x9d, + 0x77,0xf2,0xef,0x7f,0xfa,0x76,0x6,0xbb,0x3b,0xfb,0xb2,0x9a,0xa9,0xe,0x89,0x2c, + 0xb5,0x7e,0xb7,0xe7,0x86,0xdf,0xe,0xae,0xb4,0xb1,0xf4,0xc5,0x8e,0xea,0xe4,0xb0, + 0xd3,0xf1,0x15,0xd5,0x33,0x2b,0xaa,0x67,0xce,0x6c,0xdc,0xde,0xe6,0x85,0xe7,0xeb, + 0xce,0x72,0x6e,0x34,0x66,0xbf,0xd,0xfc,0x5b,0xcb,0xe5,0xc1,0xb7,0x1,0xcc,0xce, + 0x62,0x27,0x26,0xe3,0xf2,0xd9,0xb3,0xf3,0xa8,0xef,0xc0,0x48,0x19,0xc5,0xa3,0x3e, + 0x0,0x55,0x44,0xc0,0x98,0xdc,0xef,0xe9,0xbd,0x2b,0xac,0xbd,0xc2,0xb2,0x3d,0x8f, + 0x31,0x78,0xf1,0xe4,0x46,0x6b,0x7e,0x6a,0x29,0x84,0x9,0x50,0xb,0x22,0x64,0x2e, + 0xa5,0x91,0x1a,0x4a,0xe5,0x52,0x1e,0x52,0x96,0xd6,0x8,0x82,0x2e,0xa2,0xa8,0xca, + 0x99,0xd3,0xb,0x8c,0x8d,0xce,0x97,0xf6,0xec,0xee,0xf9,0xeb,0xd9,0x29,0xfd,0x81, + 0xfe,0x21,0xf9,0x68,0xf3,0xac,0xcf,0x95,0x50,0x86,0x7e,0x1d,0xf8,0xf5,0xe6,0xfa, + 0xf4,0xd2,0xdc,0x3b,0x4,0x7a,0x7,0xba,0xe4,0x37,0x80,0xf7,0x1,0xef,0xfb,0xd0, + 0xc7,0xc6,0x7e,0xec,0x86,0xbd,0x93,0x7f,0xf4,0xe0,0x97,0x9f,0xa8,0x9c,0x3a,0x39, + 0xc3,0xdc,0xfc,0x4,0x69,0x2a,0x40,0x84,0x48,0x27,0xf8,0x22,0x6c,0x58,0x73,0xcb, + 0x58,0xc4,0xe4,0xd7,0x4f,0xb3,0x92,0x69,0x36,0xfc,0x15,0xae,0xd,0xc9,0xef,0x33, + 0x68,0xbe,0x4d,0x32,0xc,0x6,0x54,0xc0,0x9b,0xe2,0x56,0x67,0x18,0x3c,0xc6,0xa4, + 0x98,0x20,0x1,0x96,0x31,0xb6,0xc6,0xe6,0xe1,0x90,0xdb,0x6f,0xbf,0x55,0x5f,0xf9, + 0xea,0x5b,0x17,0x6f,0xbf,0x7d,0x90,0x6d,0x5b,0xcc,0xa0,0xe4,0xc3,0xb9,0x5c,0x20, + 0x66,0x19,0xcc,0xf3,0xb2,0xb6,0x2f,0x17,0xaa,0x1a,0xc2,0x4c,0x65,0x63,0xf9,0x73, + 0x67,0x20,0x13,0x91,0x75,0xa1,0x83,0xe7,0x63,0x45,0xa7,0xb7,0xc7,0xe8,0x61,0xb3, + 0xfa,0xc6,0xe4,0x2e,0xe2,0xfe,0xb5,0xb9,0x54,0x5c,0x16,0x79,0xb9,0x56,0x18,0x1b, + 0xd3,0x8e,0x13,0x27,0x1a,0xdf,0xf7,0xc0,0x3,0x4f,0xff,0x8f,0xbf,0xf8,0xb3,0x7f, + 0x24,0xb0,0x9b,0x59,0x6e,0x6c,0x65,0xfd,0xb,0x45,0x2e,0xe,0x0,0x6b,0x1d,0x30, + 0x9a,0xa2,0xd2,0xf4,0x99,0x16,0x65,0xa,0x17,0xdb,0x20,0xe8,0x90,0xe2,0xaf,0xd2, + 0xea,0x8b,0xa5,0x68,0x0,0x2b,0xac,0x4a,0xa5,0x48,0x3e,0x94,0x61,0x24,0xc3,0xda, + 0x4,0x1b,0x38,0x4c,0xa0,0x7c,0xe7,0xb7,0xc,0xf2,0xd,0xb7,0x6e,0xf9,0xd9,0x3b, + 0x5f,0xfd,0x92,0xbf,0xd8,0x18,0x36,0x76,0x29,0x79,0xfc,0x49,0x7d,0xcb,0xec,0xdc, + 0xd2,0xef,0x1f,0x7e,0xfc,0xd4,0xf0,0x23,0xf,0x3f,0xc9,0xf1,0x63,0xe7,0x98,0x9f, + 0xab,0x11,0xa7,0x9d,0x24,0x7e,0x2b,0xde,0x29,0xaa,0x82,0x88,0xc5,0x98,0x0,0x2b, + 0x21,0xaa,0x82,0x2a,0xa8,0x7,0xaf,0xc5,0x3d,0x44,0x41,0x4,0x6b,0x5,0x6b,0xf2, + 0xef,0x9e,0x64,0xf5,0x22,0x3a,0x6,0x5c,0x96,0xe1,0xb3,0x14,0xc1,0x53,0x2d,0x1b, + 0x4a,0x25,0x4f,0x10,0xd4,0x19,0x1a,0x2c,0xb3,0x7f,0xff,0x90,0xdf,0xb7,0x7f,0xfb, + 0xd1,0xbb,0x5e,0xb9,0xdf,0x1d,0xdc,0x27,0x7,0x37,0x5e,0xe3,0xb5,0xce,0xbc,0xce, + 0x7c,0xbf,0x85,0xff,0x3b,0x50,0x3f,0x1c,0xe2,0xb1,0xea,0xc0,0x67,0xe4,0x23,0xb5, + 0x2,0xce,0x83,0xd3,0xfc,0x36,0x7a,0xf2,0xca,0xac,0xe9,0x46,0x32,0x2,0x81,0x3c, + 0x4c,0x76,0xec,0x7,0x28,0x75,0x41,0xa9,0x4,0x74,0x91,0xc7,0xa8,0x77,0xc4,0x22, + 0x7d,0xa7,0xd6,0x3e,0xa9,0xcd,0xd5,0xc8,0xd7,0x9d,0xe5,0xdc,0x4a,0x54,0xe5,0x9e, + 0xce,0x9e,0xec,0x7f,0x9c,0x1d,0x99,0x25,0xcd,0x2a,0x78,0x1f,0xb1,0x5e,0x98,0x85, + 0xc2,0x6c,0x2b,0x68,0x15,0x67,0x6d,0x16,0xe6,0x3f,0x8a,0xd5,0xed,0x17,0x4b,0x71, + 0xe,0x11,0x5a,0x2b,0x6,0x25,0xb7,0xd8,0x85,0x22,0x4c,0x4d,0x1c,0xe0,0xf1,0x22, + 0x20,0x1,0x68,0x80,0x7a,0x98,0x99,0x5e,0xa1,0x6f,0x60,0xe0,0xfd,0xc9,0x32,0xe3, + 0xc0,0xdf,0xe7,0x47,0x5f,0x7a,0x6e,0xde,0x27,0x7f,0x3b,0x3a,0xa9,0xcb,0x43,0x9b, + 0xf6,0xbd,0x73,0xef,0xde,0xcd,0x5b,0xce,0x9c,0x1e,0xd9,0x7f,0xe4,0xf1,0x63,0x1c, + 0x3f,0xb1,0xc2,0xe8,0xa8,0x25,0x8e,0x63,0xe2,0x38,0xc5,0x7b,0x41,0xd4,0x82,0xcf, + 0xc5,0x36,0xf7,0xc8,0x4,0x4,0x56,0xb0,0xd6,0x82,0x90,0xbb,0x2a,0x5c,0x46,0x16, + 0x67,0x38,0xef,0x50,0x32,0x6c,0x10,0x10,0x58,0x43,0x29,0x4,0x53,0xf6,0x94,0x23, + 0xa1,0xa3,0x3,0xba,0xba,0x2,0xee,0xfc,0x86,0xdb,0xd8,0xbf,0x7f,0x4b,0xb6,0xe7, + 0xc6,0xad,0xff,0x72,0xfb,0x4b,0xe4,0x9b,0x9b,0xd7,0x94,0xe8,0xec,0x6b,0x4,0x27, + 0x1,0xef,0xff,0xcc,0xc6,0x5c,0xc3,0xd7,0x22,0xbd,0x32,0xf0,0x37,0x59,0x36,0xd9, + 0x85,0x66,0x7f,0x62,0x7d,0x1d,0x75,0x75,0x34,0x5d,0xc1,0x37,0x96,0xf0,0x2b,0xf3, + 0x68,0x5a,0x43,0xe3,0x1a,0xa4,0x31,0xb8,0x14,0xc8,0x7b,0x71,0xaa,0x31,0xf8,0x30, + 0xc2,0x94,0x2a,0x77,0x98,0x72,0xd7,0x93,0xa6,0xdc,0xc0,0x94,0x3a,0x31,0xa1,0x83, + 0xb0,0x13,0x44,0x4f,0xa9,0x9e,0xfc,0x11,0x28,0xd7,0x45,0x86,0xbf,0xb4,0xf1,0x73, + 0xdb,0x5c,0x1d,0x7c,0x5d,0x89,0xb3,0xea,0xcc,0xe,0x87,0x7b,0xb5,0x27,0x18,0x89, + 0xa4,0xff,0xfe,0x38,0x86,0xf9,0xf9,0x15,0x8e,0x1f,0x1b,0xc5,0xbb,0x2a,0xea,0x4a, + 0xe4,0x63,0xf6,0xac,0x1e,0xf1,0xec,0xf3,0x55,0xc1,0x5e,0x5d,0xd8,0xb0,0x7c,0x81, + 0x14,0x86,0x4f,0xfe,0x51,0xcd,0x95,0xfc,0xbc,0x5a,0x58,0xe8,0x8a,0x82,0x71,0xe8, + 0xaa,0x70,0x5b,0x9c,0xa,0xea,0x2c,0xd3,0x53,0x33,0x4c,0x4d,0x2e,0x53,0xad,0x7e, + 0xcd,0xb7,0xd9,0x8b,0x66,0xeb,0x26,0xf9,0x38,0xf0,0xf1,0xd9,0x59,0xbd,0x7b,0xcf, + 0xee,0xce,0x9f,0xda,0xbe,0xbd,0x8f,0xaf,0x3c,0x36,0xc1,0xd1,0x27,0xb3,0x1d,0x95, + 0x8a,0xbd,0xfb,0xdc,0xc8,0x2c,0x33,0xd3,0xb3,0xd4,0xeb,0x35,0x5c,0xa6,0x78,0x2f, + 0x79,0x2c,0x74,0xb3,0x61,0x4f,0xf3,0x49,0x50,0x6c,0x0,0x61,0x98,0x57,0x41,0x61, + 0x10,0x0,0x19,0xd6,0x42,0x67,0x47,0x99,0xcd,0x5b,0x7a,0xd9,0xb3,0x67,0xb,0x37, + 0xec,0xe9,0x6f,0xd4,0x1a,0xf6,0x1f,0xee,0xba,0x6b,0x27,0x9b,0x36,0xd1,0xd8,0xba, + 0x55,0x7e,0x6c,0xfd,0x15,0xe9,0x8f,0xe3,0xdd,0xf,0x60,0x7e,0xb3,0xa,0xef,0xbd, + 0xa0,0x4,0x50,0x57,0x1a,0x6d,0x4c,0xdd,0x84,0x68,0x7,0xd,0x96,0xc8,0x56,0xee, + 0x64,0x71,0xfe,0x65,0x5e,0x13,0xd2,0xa5,0x9,0xd2,0xb9,0xb3,0xa4,0xf3,0xe7,0x48, + 0x96,0xc6,0x49,0x57,0xa6,0x20,0x5d,0xc4,0x25,0x4b,0xb8,0xb4,0x86,0x6a,0x8c,0x15, + 0x8f,0xb5,0x82,0xb3,0x96,0x95,0x52,0x89,0x20,0x2c,0x11,0x45,0x9d,0x94,0xaa,0x3d, + 0x94,0x3b,0x86,0x28,0xf5,0xc,0x13,0x76,0x6f,0xc3,0x56,0x37,0xef,0x92,0xd2,0xe6, + 0xfb,0x88,0xfa,0xc7,0xb5,0x31,0xf6,0x93,0x52,0x1e,0xfe,0xc7,0x8d,0xd7,0xd1,0xe6, + 0xca,0xf3,0xa2,0x12,0x67,0xd5,0x89,0xdb,0xc0,0xc,0x88,0xc,0x7d,0x6a,0xe3,0x36, + 0x80,0xc,0xbd,0xb,0xe4,0xaf,0xc,0xfe,0x23,0xc0,0xfd,0x71,0xc,0x73,0xf3,0xd, + 0x46,0x47,0x67,0x31,0xd2,0x8b,0x52,0x21,0x7f,0x3f,0x84,0x35,0x21,0x2e,0x96,0xcf, + 0xab,0xbb,0xad,0x16,0xf3,0x79,0x77,0x78,0xfe,0x34,0x15,0x97,0xdc,0x5f,0xbb,0x36, + 0xe5,0xef,0xae,0xbe,0xf9,0xe,0x2b,0xcd,0x6b,0x32,0x78,0x35,0x8,0x16,0xc5,0xb0, + 0xb4,0x54,0x67,0x79,0xa9,0x41,0x7d,0xf9,0x85,0xb,0xeb,0xed,0xef,0x97,0xfb,0x81, + 0xfb,0x9b,0xeb,0x8f,0x3e,0xaa,0xb7,0x34,0xd2,0xf4,0xb7,0x17,0x16,0x6a,0x6f,0x1e, + 0x1b,0x9b,0x66,0x7a,0x6a,0x91,0xd9,0x99,0x65,0xe6,0xe7,0x96,0xa8,0xd5,0xea,0xc4, + 0x8d,0x94,0x24,0x4d,0x49,0x93,0x4,0xe7,0x3c,0x36,0xb0,0x94,0xcb,0x11,0x95,0x6a, + 0x85,0x52,0x14,0xd1,0x55,0xe9,0xa4,0xa7,0xa7,0x4a,0x7f,0x7f,0x65,0x61,0x72,0x32, + 0xfb,0xd3,0x1b,0x6e,0xda,0xc1,0xfe,0x7d,0x9b,0xd8,0xbd,0x87,0x95,0x81,0x1,0xf9, + 0x8d,0x96,0x8f,0x5e,0x47,0x24,0x3,0x3f,0x14,0xbb,0x91,0x51,0xf8,0xf4,0x55,0xe1, + 0x33,0x7e,0x3e,0xa8,0xce,0xdf,0x49,0x9a,0xdc,0x83,0x66,0xf7,0x90,0xc5,0xfd,0xd4, + 0x66,0xa7,0x5c,0xbd,0xf1,0xdd,0xc9,0xec,0x28,0xf5,0xb9,0x11,0xe2,0xb9,0x11,0x1a, + 0xb,0x23,0x64,0xb5,0x71,0x4c,0x36,0x4f,0x28,0x2b,0x18,0x5f,0xc3,0xe8,0xa,0x86, + 0x18,0x91,0xc,0x11,0xf,0x56,0x50,0x1,0xb3,0x62,0x71,0x6a,0xa8,0xa9,0xa1,0x26, + 0x11,0x61,0xd4,0x4d,0xb9,0x3a,0x44,0xa5,0x6b,0x98,0xb0,0xba,0x95,0xb0,0x6f,0xf, + 0x61,0xdf,0x9e,0x2d,0x41,0xef,0xee,0x3f,0xd3,0xc9,0x23,0xbf,0x2c,0x9b,0xe,0xfc, + 0xe9,0xc6,0x6b,0x6a,0x73,0x65,0x79,0x51,0x89,0x33,0x98,0x57,0x79,0xe4,0x66,0xe0, + 0xbc,0xe2,0xc,0xeb,0x65,0x74,0x6e,0x11,0x16,0x16,0x3d,0x2b,0x35,0x87,0x98,0xe, + 0xc,0x15,0x3c,0xcd,0xe,0x14,0xad,0xe2,0x7c,0x3e,0xa,0xf3,0x76,0x5d,0xe6,0x39, + 0xa5,0xd5,0x4f,0x7c,0x21,0xac,0x3a,0x55,0x54,0xf0,0x18,0x8a,0x96,0xb2,0x16,0x1c, + 0x90,0xb5,0x78,0x52,0x2c,0x20,0x68,0x31,0x40,0x67,0x9a,0x78,0x92,0xc4,0x91,0x5c, + 0x41,0x79,0xba,0xf5,0x56,0x39,0x34,0x31,0xa1,0xef,0x74,0xdb,0x7b,0xee,0xdf,0x73, + 0x7d,0xf,0xf5,0x6,0xcc,0xcd,0xa6,0xcc,0xce,0x2e,0x30,0x3d,0x3d,0xcd,0xe9,0x93, + 0x67,0x89,0xe3,0x98,0x24,0x89,0x73,0x71,0xb6,0x86,0x8e,0x8e,0xa,0x1d,0x1d,0x1d, + 0x74,0x75,0x74,0x73,0x60,0xdf,0x3e,0x7a,0x7b,0x2a,0xc,0xe,0xb2,0xb0,0x73,0x8f, + 0xac,0x13,0xd,0x55,0xad,0x24,0xc9,0xfc,0xaf,0x94,0x4a,0x7d,0xef,0x69,0x2d,0x6f, + 0x52,0xb2,0xdb,0x7f,0x69,0x63,0xd9,0xd5,0x8e,0xa6,0x53,0xdf,0x48,0x16,0xbf,0x7, + 0x97,0xbe,0x86,0x2c,0x81,0xd9,0x93,0xf8,0xd1,0x47,0x89,0x67,0x26,0x58,0x9c,0x38, + 0xcb,0xca,0xdc,0x18,0xbe,0x31,0x47,0xa0,0xcb,0x74,0x9a,0x3a,0xa1,0x34,0x10,0xea, + 0x18,0x32,0x8c,0x75,0x20,0x79,0x57,0x76,0xaf,0xe0,0x7d,0x9e,0x8b,0xae,0x6a,0x8a, + 0x9c,0xd6,0xaa,0xa8,0x5f,0xc1,0xd5,0xe7,0xf1,0xb,0xe3,0xc4,0x13,0xc7,0x69,0xd8, + 0x5e,0x82,0xce,0x6d,0x98,0x9e,0x5d,0x94,0x37,0x1f,0x18,0x28,0x6f,0xde,0xff,0x5f, + 0x74,0xfc,0xb3,0x37,0xd1,0xbf,0x6b,0x51,0xa2,0xed,0xbf,0xbd,0xf1,0xfa,0xda,0x5c, + 0x19,0x5e,0x64,0xe2,0xec,0xf9,0x5a,0x16,0xac,0x0,0xae,0xc8,0xe3,0x30,0x3b,0x1b, + 0xb3,0xb4,0x9c,0x1,0x21,0x3e,0xb3,0x58,0x1b,0xe4,0xe2,0xfa,0xb5,0xd2,0xdd,0xae, + 0x26,0x37,0x6a,0xd2,0xb4,0x6e,0x95,0x35,0xcb,0xfb,0x62,0xc9,0x63,0x9a,0x57,0xbb, + 0x8b,0xb,0x34,0xc5,0x5f,0x71,0xc5,0x35,0x16,0xb1,0xd7,0x9a,0x6f,0xf2,0xa,0x69, + 0xea,0x49,0x93,0x8c,0xe1,0xcd,0xd1,0xcf,0x2d,0x8c,0xe9,0x48,0xcf,0xb0,0xbc,0xa0, + 0x3e,0x45,0xd5,0xe9,0x97,0xa5,0xde,0xbd,0x1d,0xa6,0xf0,0x3e,0x6f,0xf7,0x57,0x95, + 0xc7,0xe,0xee,0x1f,0xfa,0xbf,0x36,0xee,0xfb,0x5c,0x51,0x9d,0xeb,0xcd,0xe2,0xc6, + 0x1f,0x25,0xae,0x41,0xad,0x76,0x2a,0x8a,0xa2,0xce,0xef,0x54,0x9d,0x1a,0x16,0x19, + 0xfa,0x89,0x8d,0xfb,0x5e,0x93,0xa4,0xc9,0x5d,0xa4,0xf1,0x6b,0xd2,0xc5,0x39,0x6a, + 0xb,0xb3,0xf8,0x91,0x7f,0xc3,0x9c,0xfa,0x18,0x2e,0xae,0x13,0x24,0x2b,0xf4,0x66, + 0x75,0x2,0x49,0xb0,0x92,0x11,0x68,0x86,0x51,0x4f,0xd1,0x74,0xc,0xc5,0x52,0x26, + 0x6,0x87,0x41,0xd4,0xa0,0xce,0x53,0x4a,0x32,0xc2,0xd0,0x12,0x84,0x90,0xf7,0xe6, + 0xf4,0x38,0x17,0xe3,0x89,0xc9,0x58,0xa2,0xde,0x98,0xa1,0xbe,0x70,0x96,0xfa,0xc2, + 0x69,0xaa,0xcb,0xa7,0xbb,0x3b,0xb2,0xdb,0xde,0x59,0xb1,0xf5,0xba,0xd6,0xef,0xdf, + 0x4b,0xb9,0x7b,0x49,0xe4,0xd6,0x9f,0x6e,0xbd,0xc4,0x36,0x2f,0x3c,0x2f,0x32,0x71, + 0xfe,0xea,0x4,0xe4,0x76,0xa7,0x7,0xa6,0x57,0xf4,0xe5,0x93,0xe3,0x8d,0xff,0xf4, + 0xc8,0xc3,0x31,0xd6,0x46,0x34,0xea,0x8a,0x88,0x40,0x50,0x28,0xdd,0xb3,0x5a,0xce, + 0x2d,0x56,0xf2,0xba,0x8a,0xe0,0xab,0x57,0xa,0x17,0x42,0x1e,0xd9,0xdb,0x14,0xfd, + 0x1c,0x8f,0x92,0x87,0x9e,0x35,0x2b,0x82,0x22,0x2,0x2,0x50,0x55,0x92,0x34,0x25, + 0x89,0x33,0xc4,0xc8,0x3d,0x19,0x5c,0x7,0xbc,0xa0,0xe2,0xec,0x58,0xb9,0xce,0xa, + 0x3f,0x8,0xf9,0x78,0x83,0x36,0x32,0xa8,0xea,0x4c,0x92,0x8d,0xdd,0x6b,0x6d,0xf8, + 0x88,0x95,0xc1,0x77,0x6d,0x3c,0xe6,0xd9,0x50,0x1d,0xdf,0xc,0xe6,0x2f,0xa1,0x11, + 0x99,0xc0,0xdd,0x5d,0xa,0x9a,0x15,0x55,0xd,0x28,0x7d,0x3f,0xf0,0xbc,0xc4,0x59, + 0x75,0xfa,0x83,0x10,0xfd,0x8c,0x48,0xf7,0xf4,0xc6,0x6d,0x57,0xa,0x8d,0xc7,0xdf, + 0x46,0x5c,0xff,0xd1,0xc6,0xec,0x34,0x53,0x23,0xa7,0x98,0x38,0x77,0x86,0xea,0xcc, + 0xc3,0xec,0xac,0x1d,0xc6,0x38,0xc5,0xa8,0x12,0x2,0x81,0xc9,0x6b,0xdf,0xa6,0xdd, + 0x20,0x80,0x2a,0x64,0xe,0xc0,0x20,0x4,0x88,0x2d,0x61,0x4d,0x84,0x11,0xa1,0xec, + 0x1d,0x92,0x38,0x4c,0x9a,0x80,0x66,0xa0,0x10,0x8,0x68,0x0,0x1a,0x64,0x4,0xba, + 0x48,0xa0,0x9,0xcb,0xf5,0x94,0xc9,0x91,0x79,0xfc,0xe2,0x59,0xba,0xe6,0xf7,0x57, + 0x36,0xdd,0x70,0xf3,0xf,0x56,0x36,0xef,0x9c,0x1,0xda,0xe2,0x7c,0x85,0x79,0x91, + 0x89,0x73,0x8a,0xc1,0x7e,0x9f,0xea,0xcc,0xa4,0xc8,0xc0,0x6f,0x6e,0xdc,0xa,0xfa, + 0xbf,0x53,0xfc,0xcf,0x39,0xcf,0xeb,0x5d,0x95,0xc3,0x33,0x33,0xe9,0x1f,0x5b,0x6b, + 0xff,0x3b,0x92,0x8f,0xca,0x1c,0x8a,0x23,0x97,0xef,0x67,0x13,0xe6,0x2,0xf1,0xac, + 0xb9,0x33,0x5a,0x2d,0xe5,0xaf,0x71,0xdc,0x73,0x40,0x88,0x11,0x72,0xef,0x72,0xfe, + 0xe7,0x9,0xc8,0x9b,0xcc,0x64,0x35,0x32,0xc3,0xa3,0xe0,0x33,0x4,0x10,0x35,0xe4, + 0xff,0x2,0x44,0x2,0x42,0x6b,0xf0,0x9a,0xb5,0x8c,0xf3,0xf7,0xc2,0x62,0xa9,0x7e, + 0x2,0x59,0x3e,0x90,0xfb,0xc5,0x4b,0xac,0xdd,0x13,0x5,0xcc,0xf3,0x4c,0xcb,0x39, + 0x32,0xb,0xbb,0xde,0xe,0x19,0xc6,0xb6,0xe6,0xc7,0x57,0xc0,0x5e,0xc0,0x17,0xc, + 0xde,0xd,0x5d,0xf3,0x1b,0x4b,0xaf,0x14,0xaa,0xb3,0x3f,0xcd,0xe2,0xd8,0x6f,0xe8, + 0xd9,0x7,0x37,0xc9,0xd1,0x7f,0xa5,0xff,0xcc,0x83,0xf4,0xaf,0x4c,0xa0,0xd4,0xb0, + 0x36,0xa3,0xd9,0xfc,0xd0,0x34,0x28,0x68,0xf5,0xa0,0x91,0x8b,0x33,0x80,0xe2,0x10, + 0x3c,0x81,0xa4,0x80,0x80,0x15,0xe2,0x4e,0x5,0xb4,0xd8,0x69,0xfd,0x73,0xa9,0x80, + 0x73,0x10,0x66,0x8e,0x7e,0x59,0xa4,0x27,0x5e,0x21,0x99,0x3b,0x83,0x1d,0x7f,0x98, + 0xd2,0xb9,0x1d,0xb0,0x6d,0x57,0x8f,0xce,0xdf,0xf7,0x38,0x41,0x27,0x4,0xfd,0x75, + 0x29,0xef,0xb9,0x73,0xdd,0x9,0xda,0xbc,0x20,0xbc,0xc8,0xc4,0x19,0x14,0xe9,0x17, + 0xf4,0xbc,0xf9,0x25,0x44,0x86,0x96,0x56,0x74,0x7c,0x4,0x84,0xcd,0x22,0xcb,0xff, + 0x72,0x7f,0xe3,0x6c,0xb9,0x1c,0x2,0x8e,0x30,0xb4,0x79,0xff,0x92,0x7c,0xcf,0x62, + 0xae,0xeb,0x16,0xd7,0x56,0xa4,0x30,0x5d,0x8a,0x22,0x85,0xe7,0xe2,0x52,0x79,0x2e, + 0x88,0xe4,0xb6,0xb2,0x48,0x91,0x67,0x2,0xcf,0x6a,0xe3,0xa0,0x34,0x2d,0x69,0x61, + 0x2d,0x9e,0x3a,0x77,0x7f,0xe4,0x42,0xed,0xb1,0xc6,0x10,0x85,0x1,0x61,0x60,0xb0, + 0x17,0x17,0x72,0x7d,0x41,0x88,0xc,0x2d,0x1,0xcf,0x18,0x21,0xfc,0x42,0x10,0xb9, + 0x33,0xe5,0x12,0x9d,0xb,0xe0,0x6a,0x1a,0x11,0x24,0x49,0x66,0x7f,0xb9,0xb1,0x30, + 0xf3,0x9e,0x74,0xfc,0x68,0x25,0x3d,0xfb,0x18,0x6e,0xec,0x8,0x95,0x85,0xd3,0x54, + 0xdd,0x32,0x3e,0xca,0xbb,0x22,0xb5,0x36,0x37,0x9c,0xb7,0xda,0x2f,0xb6,0xe7,0xb3, + 0x35,0x11,0x56,0x38,0x6f,0x6f,0xf9,0xd5,0x67,0x58,0x5,0x63,0xd,0xaa,0xa,0x59, + 0x4a,0x80,0x83,0xcc,0x43,0x16,0xe3,0x46,0x53,0xa4,0xb6,0x1c,0x24,0xdd,0x4f,0x1f, + 0x28,0x6d,0xd9,0x5,0xfd,0x3d,0xaa,0xd9,0xd4,0x98,0x4,0x43,0xe7,0xfd,0x4d,0xb5, + 0xb9,0x7c,0xbc,0xc8,0xc4,0xd9,0xa2,0xb8,0x3f,0x36,0xb2,0xe5,0x59,0x5f,0xc9,0x2c, + 0xd6,0x8b,0x21,0x1,0x18,0xea,0x2f,0x31,0xda,0x19,0xa0,0x9a,0x12,0x46,0x82,0xa8, + 0xc3,0x69,0xa1,0x68,0xab,0xa2,0xbc,0xd1,0xf2,0x68,0x2a,0x78,0x8b,0x9,0x23,0x4d, + 0x61,0xbe,0x0,0x63,0xee,0x59,0x39,0xcf,0xcf,0x71,0x35,0xd7,0x84,0xc5,0x88,0x2d, + 0x44,0xd9,0xe4,0x6e,0x67,0x97,0x1,0x86,0x20,0x34,0x54,0x3a,0x2a,0x8c,0x9e,0x8b, + 0xbf,0xf7,0xfa,0x3,0xd5,0xcb,0x16,0xe7,0xdc,0xe6,0xf9,0xa3,0xaa,0x16,0x8,0x60, + 0xea,0x37,0xd3,0xa5,0x89,0x5f,0x5e,0x1e,0x39,0xc4,0xec,0xf1,0x2f,0x91,0x9d,0x7b, + 0x98,0xca,0xfc,0x59,0x2,0xad,0xe3,0xf3,0xf6,0xdd,0xcb,0x8b,0x80,0x35,0x86,0x34, + 0x75,0x78,0x9f,0x11,0xd8,0x88,0x30,0xb4,0x38,0xa7,0x34,0xea,0x35,0x5c,0x3c,0xca, + 0xc4,0xa3,0x9f,0x65,0x77,0x5a,0x27,0x2a,0x57,0x84,0x72,0xd8,0xa7,0xaa,0x91,0x48, + 0x3b,0xb3,0xdf,0xb,0xc9,0x8b,0x4c,0x9c,0x61,0x9d,0x68,0x9e,0x87,0xb2,0xc,0x7d, + 0x4,0xf8,0x8,0x40,0x7f,0x1f,0xf4,0xf6,0x8,0x95,0xb2,0x25,0xae,0x35,0xa,0x61, + 0xb6,0x80,0x9e,0x57,0x1b,0xcf,0x4f,0x73,0xc7,0xe6,0xfc,0x22,0x7f,0x59,0xa,0x2a, + 0x92,0x2f,0xac,0x9b,0x4,0x83,0xc9,0x3b,0x75,0x98,0x0,0x23,0x85,0xbd,0xec,0x15, + 0x54,0x69,0xe6,0x7f,0xe,0x2,0x43,0xa9,0x14,0x10,0x55,0xae,0x80,0xd9,0xdc,0xe6, + 0x59,0x51,0x9d,0xef,0x83,0xf1,0xdf,0xc5,0xa7,0x3f,0xe9,0xeb,0x53,0x24,0xe3,0x4f, + 0xb0,0x72,0xfa,0xcb,0xc4,0xe7,0x1e,0x21,0x58,0x3e,0x4d,0x64,0x97,0xb0,0x36,0x77, + 0x66,0xbd,0x10,0xa8,0x16,0x6d,0x2c,0x28,0x88,0x62,0x6d,0x80,0x31,0x8a,0x73,0x8a, + 0xf3,0x8e,0xfa,0xd8,0x11,0x26,0x43,0xc7,0xb0,0x15,0xec,0x4e,0x29,0x61,0xa2,0x15, + 0xf2,0x40,0x90,0x36,0x2f,0x10,0x2f,0x32,0x71,0xe,0x78,0x3e,0xe2,0x58,0xe9,0x60, + 0xae,0x14,0xc9,0x91,0xcd,0x9b,0xba,0xf,0x9c,0x39,0x55,0xc3,0x39,0xc0,0x74,0x6d, + 0xd8,0xab,0xc5,0x72,0x5e,0x77,0x6a,0x6d,0x59,0x2f,0xb6,0x2b,0x3c,0x9f,0xcf,0x3f, + 0x3f,0x86,0xf5,0x29,0xe7,0x8b,0x9f,0xab,0x58,0xf2,0x8a,0xc7,0x22,0xe4,0xf6,0x33, + 0xaa,0xe4,0x5d,0x79,0x3d,0x22,0x60,0xd,0x74,0x75,0x95,0xe9,0xe8,0x2c,0x51,0xa9, + 0x44,0x2d,0xe7,0x68,0x73,0xe5,0x89,0x7f,0xd,0x1f,0xff,0x24,0xe9,0x34,0x8d,0x73, + 0x8f,0xb0,0xf8,0xd4,0xe7,0xc9,0xc6,0xe,0x53,0x5e,0x3e,0x4d,0x87,0x2c,0xd3,0x59, + 0x4a,0xb0,0x40,0x9c,0x81,0xb8,0x8b,0x4d,0x2,0xf0,0xd5,0x51,0x55,0x94,0xc,0x6b, + 0x3,0x54,0x2d,0xde,0x7b,0x12,0x1f,0x63,0xc4,0x62,0xad,0x41,0xc,0xf4,0xea,0x34, + 0x2b,0x67,0x1b,0x4c,0xa8,0x67,0x4b,0x58,0xc5,0x54,0x7b,0xd1,0xe4,0xe4,0xcb,0x25, + 0xda,0xdd,0x1e,0xee,0xea,0x5,0xe2,0xab,0x9b,0x99,0xd7,0x1c,0xe6,0xb8,0xa2,0x5f, + 0xd9,0x58,0xfa,0x6c,0xc,0xf6,0xc8,0x17,0x1f,0xfa,0xd2,0xec,0x3b,0xf6,0xdc,0xb0, + 0xd,0x31,0x35,0x8c,0xc4,0xac,0xb5,0xba,0x34,0xa7,0xe2,0x4d,0x14,0xb,0x6a,0x58, + 0xe7,0xcc,0xd3,0xe6,0x7f,0x4a,0x2e,0xa2,0x17,0x6f,0xf7,0xe4,0xb2,0x2c,0xc5,0xbc, + 0x38,0x6f,0x6b,0x4e,0xf,0xd,0xc8,0xc7,0x85,0xb,0xc0,0x1b,0xbc,0x57,0x14,0x47, + 0x60,0x1d,0x61,0xe8,0xd8,0xb4,0xa5,0x9f,0xfe,0x81,0x2e,0xba,0xba,0xbe,0xee,0x12, + 0xab,0x5d,0xe5,0x64,0x68,0xbc,0x40,0x36,0x79,0x8c,0x95,0x13,0xf,0x10,0x9f,0xfe, + 0x32,0xa5,0xb9,0xa7,0xe8,0x4d,0xa7,0xe9,0xa6,0x46,0x48,0x46,0xaa,0x4a,0x4d,0x20, + 0xbe,0xd8,0xfa,0xfd,0xab,0x92,0x3f,0x47,0xaa,0x60,0x6c,0xde,0x2e,0xe1,0x7d,0x46, + 0x96,0x25,0x64,0x2e,0x25,0xcd,0x52,0x9c,0x4b,0xe8,0x37,0xf3,0x54,0xea,0xe7,0x68, + 0x8c,0x1d,0x66,0xe9,0xe4,0x83,0xf8,0xf1,0x23,0x1,0x69,0xfc,0x39,0x4d,0xa7,0xbf, + 0x4b,0xcf,0x3b,0x1c,0x50,0x9b,0x4b,0xcd,0x8b,0xca,0x72,0x16,0x19,0xf8,0xc4,0xc6, + 0xb2,0xaf,0xc5,0x6d,0xb7,0xdd,0xc8,0x89,0x13,0x67,0xf8,0xdc,0xfd,0xf,0x82,0x46, + 0xc4,0x59,0xd3,0x6a,0x6d,0x3e,0x7f,0xcd,0xfa,0xab,0x55,0x20,0xb5,0x10,0xcc,0xa6, + 0x18,0x37,0xb7,0x5d,0xa,0xa,0xb7,0xa,0x14,0x9f,0x1,0x90,0xc7,0x6b,0xe4,0x1d, + 0x4d,0x0,0xc,0x38,0x1,0xef,0xc0,0x67,0x88,0x24,0x18,0x3,0x51,0x14,0xb0,0x75, + 0x78,0xb,0x1d,0x55,0xfb,0xf1,0x4a,0x95,0xe3,0xc5,0xc1,0x6d,0xae,0x6,0xb2,0x18, + 0xb7,0x38,0x45,0xed,0xf4,0xe3,0xa4,0x63,0x47,0xa8,0xd4,0x46,0xe8,0xcc,0x96,0x8, + 0x51,0x4c,0x6,0x89,0x87,0x4c,0xc0,0x7,0x41,0xfe,0xe8,0xa5,0x97,0x21,0x31,0x5c, + 0xe1,0xc5,0x0,0xf2,0x4a,0x5d,0x1d,0xa8,0x20,0xa2,0x58,0x6b,0x8,0x82,0xbc,0x91, + 0x30,0xcb,0x32,0x3a,0xdc,0x22,0x41,0x14,0xb0,0x98,0x4c,0x32,0x7b,0xea,0x11,0x4c, + 0xb9,0x8f,0xae,0xce,0x21,0x43,0xd8,0xf5,0xf,0xe4,0xba,0x91,0x77,0x16,0x68,0x73, + 0xd9,0x78,0x91,0x59,0xce,0xcf,0x9f,0xe1,0xe1,0xe,0xb6,0xef,0xe8,0x61,0xfb,0x8e, + 0x6e,0x6c,0x50,0x47,0xac,0xe2,0x7c,0xa,0xe4,0x3d,0xd7,0x54,0x3d,0xde,0x7b,0xbc, + 0xcf,0xfd,0x71,0xf9,0x2d,0xdb,0x68,0x38,0x34,0xc5,0xf9,0xe2,0x2d,0xe7,0xdc,0x42, + 0xcf,0x5d,0x18,0x7e,0xf5,0x9c,0xf9,0x94,0xdb,0xd3,0x6,0xd4,0x12,0x98,0x0,0xbc, + 0xc7,0xa2,0x84,0xd6,0xa1,0xba,0x4c,0x4f,0xaf,0xb0,0xfb,0xfa,0x2d,0xf4,0xf,0x75, + 0xad,0x54,0xba,0xf3,0x46,0xcf,0x36,0x57,0x7,0xd9,0xfc,0x24,0x2b,0x13,0x67,0x59, + 0x1c,0x39,0x8e,0x2c,0x4e,0xd0,0xe9,0x1b,0x54,0x50,0x22,0x5,0xeb,0xc0,0x64,0x20, + 0x6a,0xf1,0x52,0xc6,0x73,0xf9,0x5d,0x52,0x22,0xe0,0x7d,0x3e,0xc4,0x97,0xb1,0x60, + 0x3,0x21,0xef,0x80,0xe5,0x31,0x46,0xb1,0xe2,0x29,0x91,0x51,0x65,0x1e,0xb3,0x32, + 0xc6,0xfc,0xd9,0x43,0x64,0x13,0x4f,0xa3,0xd9,0x3c,0xf8,0xc9,0xf7,0x16,0x8d,0x9b, + 0x6d,0x2e,0x23,0x5f,0xf7,0xe2,0xdc,0xbf,0x9,0xb6,0x6f,0xaf,0xb2,0xef,0xa6,0xad, + 0x4,0x61,0x3,0xef,0x62,0xf2,0xb8,0x5a,0x8f,0x92,0x91,0xb9,0x5c,0xe3,0xac,0xb5, + 0x68,0x33,0xb0,0x14,0x61,0x7d,0xac,0x52,0x21,0xce,0x1b,0x35,0xfb,0x42,0xd0,0x7c, + 0x40,0xd9,0xd5,0x93,0x15,0x3f,0x98,0x26,0x46,0xc,0xa5,0x20,0x42,0x54,0xf0,0x2e, + 0x23,0x8a,0xc0,0x98,0x6,0xd6,0xae,0x70,0xfd,0xf5,0x3,0xec,0xde,0xb3,0x99,0xae, + 0xae,0xca,0x84,0x73,0x5c,0xfe,0xcc,0x47,0x6d,0x9e,0x13,0x1a,0x9f,0xf9,0x7e,0x1a, + 0xf5,0x37,0xc4,0x93,0x67,0x71,0xb,0xe3,0x44,0xf1,0x12,0x51,0x96,0xe5,0x59,0xa3, + 0x8b,0x3f,0xaf,0x5,0xac,0x1a,0xc8,0x2,0xd4,0x5d,0xc6,0x9f,0xa5,0xe4,0xc2,0x9c, + 0x87,0x59,0xe6,0x79,0xb4,0xf3,0x90,0x3d,0x9f,0x5b,0xd2,0xf8,0x7c,0x60,0x75,0x1, + 0x8d,0x3d,0x11,0x31,0x5d,0xb6,0x46,0x3a,0x7f,0x86,0xfa,0xc8,0xe3,0xb0,0x34,0xa, + 0xae,0xf1,0x6e,0x2e,0xaf,0x5b,0xbc,0xd,0x6d,0x71,0x26,0x80,0x87,0x3,0x91,0x5f, + 0xbd,0x69,0xef,0x30,0x3,0x3,0x11,0x4e,0xeb,0x4,0x91,0x62,0x43,0x25,0x4d,0x1b, + 0x64,0x59,0x8c,0xd,0x20,0x8a,0x42,0xac,0x2d,0x9e,0xda,0xd5,0xa9,0x85,0x4b,0x21, + 0xcc,0x80,0x12,0xe4,0x96,0xf3,0xba,0x34,0xa4,0x45,0xe7,0x18,0x5,0xe7,0x1c,0x41, + 0x10,0x90,0xc4,0xd,0x54,0x33,0x2,0x93,0x91,0x24,0x73,0xf4,0xf4,0x8,0xb7,0xdc, + 0xb2,0xd,0x4c,0xf9,0xbd,0xb1,0xe3,0x77,0xfa,0xfa,0xe4,0xd4,0xda,0x59,0xdb,0x5c, + 0x51,0x6a,0x8b,0x2f,0xcf,0x96,0x66,0x6f,0xc9,0x66,0x47,0x30,0xf5,0x39,0x42,0xd7, + 0x28,0xba,0x60,0xb7,0x22,0x18,0xb5,0x58,0x6f,0x31,0x97,0xdb,0xa5,0xbb,0xee,0xf1, + 0x6d,0xbe,0xf5,0xb5,0x4c,0xc5,0x23,0x27,0x2,0x61,0x0,0x91,0x89,0xa1,0x31,0xc9, + 0xe2,0xe8,0x51,0x18,0x7f,0x1a,0xd2,0x79,0x48,0x27,0x3e,0xa2,0x47,0x8f,0xb6,0x1b, + 0x36,0x2e,0x23,0x5f,0xf7,0xe2,0xbc,0x6d,0x9b,0x4c,0xf,0xf6,0x77,0x7c,0xf9,0xe6, + 0x83,0x5b,0x39,0x70,0x60,0x7,0x9d,0xdd,0x1,0xc6,0x26,0x78,0xdf,0xc0,0x4,0xe, + 0x1b,0x7a,0x44,0x1c,0x5e,0x33,0x9e,0xe9,0xb6,0x68,0x3e,0xe1,0x97,0xf2,0xc7,0xd4, + 0x6c,0x80,0x6c,0x3d,0xe7,0x9a,0xdb,0xc4,0xa7,0x19,0x2e,0x4b,0xf1,0x3e,0xa3,0x14, + 0x19,0x94,0x6,0x51,0x29,0xe5,0xc0,0xcd,0xdb,0x38,0xf8,0x92,0x7e,0x7a,0xfa,0xa3, + 0x87,0xb6,0x6c,0x91,0x89,0x96,0x83,0xdb,0x5c,0x41,0xb4,0x71,0xf6,0x97,0x48,0x96, + 0xdf,0x9a,0x4e,0x9f,0x20,0x9b,0x3d,0x43,0x10,0xcf,0x13,0x68,0x9a,0xbb,0xa8,0xa, + 0x91,0x54,0x0,0x15,0x8c,0x42,0xc9,0x67,0x84,0xfa,0x2,0xb9,0x73,0x5b,0xed,0x8c, + 0xd6,0xc9,0x0,0x1,0x38,0xb,0x5e,0xc8,0xf3,0x7a,0xb8,0x25,0x56,0xa6,0x4e,0xb1, + 0x32,0x7a,0x14,0x5d,0x1c,0x3,0xad,0xbf,0x89,0x1b,0xcb,0x5f,0xf7,0xfa,0x71,0x39, + 0x69,0xdf,0x5c,0x60,0x7e,0x39,0xb8,0x5f,0x8c,0x7e,0xf7,0xcb,0xee,0xba,0x85,0x6d, + 0xdb,0x37,0xe3,0x89,0x59,0xa9,0xcf,0x61,0xad,0xa3,0x52,0x9,0xf1,0x9a,0x90,0xa4, + 0x75,0xd6,0xfc,0xbf,0x2d,0xee,0x8d,0xe6,0xbc,0x59,0x74,0xb1,0x68,0xc0,0x6a,0x46, + 0xba,0x42,0x90,0x57,0x27,0xf1,0x94,0x4a,0x21,0x2e,0x4b,0x8,0x2d,0x94,0x4a,0x6, + 0xe7,0x6a,0xec,0xd8,0xde,0xc7,0x6b,0x5f,0xf7,0x52,0xfa,0xba,0xfb,0xde,0x86,0xe3, + 0x9f,0xd7,0x9f,0xb0,0xcd,0x15,0xc5,0x2f,0x6e,0xa7,0x36,0xbe,0xc9,0xcf,0x1e,0x47, + 0x6a,0xa3,0x84,0x7e,0x11,0x23,0x29,0xde,0xb0,0x3a,0x39,0x3,0x1e,0xc5,0xaa,0xa3, + 0xe4,0x63,0xc2,0xb5,0xf1,0x75,0xaf,0x18,0x59,0x8,0x2e,0x82,0xd4,0x83,0x92,0x50, + 0xb1,0xa,0xc9,0x3c,0xcb,0x93,0xa7,0x60,0xfa,0xc,0x64,0xcb,0x90,0x54,0x4e,0xa8, + 0x8e,0x15,0x63,0x92,0xb5,0xb9,0xd4,0xb4,0xc5,0x19,0x38,0x78,0x50,0x92,0x3b,0xef, + 0xdc,0xf6,0xa1,0x93,0x63,0x3b,0xef,0xb9,0xe5,0x25,0x37,0xd0,0xdb,0x57,0xc6,0xf9, + 0x6,0x4a,0x82,0x18,0x87,0xd7,0x14,0xef,0x53,0xf2,0x64,0x43,0x1b,0x54,0x78,0x75, + 0xf5,0x12,0x9,0xb4,0x36,0x1b,0x4,0x9b,0xc2,0x9f,0x27,0x39,0x12,0xc9,0x1b,0x4, + 0xa3,0x28,0xc0,0x67,0x19,0xaa,0x19,0x59,0x52,0xa3,0x5c,0x81,0x5b,0x6f,0xdf,0xcb, + 0xe4,0xf8,0xec,0x9b,0x6e,0xbd,0x35,0xf8,0xab,0xbd,0x7b,0xe5,0x9a,0x4c,0x32,0xff, + 0x62,0x44,0xdd,0xb9,0xff,0x17,0x1f,0xff,0xac,0x5b,0x3c,0x85,0x5f,0x3c,0x45,0xc9, + 0xcf,0x10,0x99,0x1a,0x2a,0x19,0xa9,0x85,0x86,0x85,0x86,0x15,0x12,0x63,0xf0,0x22, + 0x58,0xcd,0x28,0xb9,0xc6,0x15,0x17,0x67,0x5,0x62,0x93,0xb,0x74,0xa2,0xe0,0x9c, + 0x52,0x89,0xa0,0x62,0x13,0x92,0xc5,0x9,0x92,0xa9,0xb3,0x68,0xba,0xc,0xae,0xbe, + 0x5,0xcc,0xa5,0x7c,0x6d,0x6c,0xd3,0xc2,0x8b,0x2a,0x94,0xee,0x62,0x79,0xcd,0xeb, + 0x2b,0xcc,0x4e,0xe,0x32,0x37,0x7f,0x80,0x38,0x8e,0xa9,0xaf,0x38,0x32,0x97,0x60, + 0x4c,0x4,0x62,0x50,0x9f,0x87,0xb4,0xad,0x77,0x39,0xb4,0x58,0xcf,0xeb,0xca,0x2f, + 0x14,0xb3,0x61,0x82,0xfc,0xe7,0x92,0x4f,0x99,0xcb,0x40,0x14,0x63,0xc0,0x86,0xc2, + 0x6d,0xb7,0xde,0xcc,0x3d,0xf7,0xdc,0x3a,0xb3,0x6d,0x67,0x6f,0x5b,0x94,0xaf,0x12, + 0x54,0xb5,0x1b,0x48,0xf1,0x27,0x21,0x9d,0x27,0x5d,0x1a,0x45,0x6b,0xe3,0x94,0x74, + 0x99,0x50,0x12,0x3c,0x3e,0x8f,0x84,0x14,0x8b,0x6a,0xee,0x63,0xe,0x7d,0x86,0x55, + 0xdf,0x1a,0x48,0x79,0xc5,0x50,0x60,0x39,0x83,0x4a,0x4,0x9a,0xe6,0xd6,0x73,0x29, + 0x54,0x2,0x51,0x92,0x78,0x85,0xda,0xc2,0x14,0x91,0x6f,0x80,0x26,0x40,0xdb,0xed, + 0x7c,0xb9,0x68,0x8b,0x73,0xb,0x37,0xdd,0xc0,0xf2,0x74,0x6f,0xf9,0xa9,0x97,0xde, + 0xb1,0xeb,0xa6,0xb9,0x99,0x31,0x8e,0x3f,0x3d,0xca,0xf2,0x52,0xd,0x63,0x2c,0x46, + 0x4a,0x64,0x1e,0x14,0x3,0x6a,0x40,0xf2,0xe1,0xa2,0x14,0x40,0x73,0x97,0x83,0x88, + 0x20,0xcf,0xe8,0xa4,0xd2,0x8a,0xac,0x2f,0x5c,0x8d,0x63,0x86,0x66,0xb9,0x9a,0x46, + 0x1e,0xbe,0xa7,0x69,0x21,0xf7,0x41,0xe1,0x49,0xb1,0x18,0x35,0xe0,0x32,0xa2,0x50, + 0xa8,0x56,0x42,0xb6,0x6d,0x1b,0xe4,0x35,0xaf,0xb9,0x85,0x52,0xd4,0xfb,0xfd,0x37, + 0xec,0x9b,0x3c,0x1b,0xeb,0xc8,0xed,0x11,0xe5,0xe3,0x22,0x83,0x8b,0x2d,0x27,0xbe, + 0xaa,0x51,0xd5,0xa,0x9c,0xdb,0x7,0x35,0xf2,0x74,0x3f,0xbe,0x21,0x72,0xcb,0x25, + 0x4b,0x76,0x74,0x25,0x98,0x86,0xff,0x2,0x3c,0x30,0x48,0xa,0x69,0xd,0x57,0x9f, + 0xc3,0xa5,0x8b,0x84,0x12,0xe7,0x1,0x92,0xc5,0x9f,0x3d,0x7f,0x17,0xca,0x2b,0x60, + 0x2d,0x5e,0xbc,0x9e,0xf1,0xc8,0x5c,0x28,0x17,0x79,0xa2,0xd4,0x41,0x5,0xf2,0x64, + 0x60,0xe,0xf2,0xb0,0xcd,0x14,0x7c,0x83,0xa4,0xbe,0xc,0x71,0xc,0xa5,0x8b,0xfc, + 0x90,0x36,0x5f,0x95,0xb6,0x38,0xb7,0xd0,0x57,0x92,0x47,0x4e,0x8e,0xea,0x77,0xdd, + 0x75,0x67,0xf0,0x81,0x6a,0xb8,0xfd,0x55,0xff,0xfa,0xa9,0x79,0xe,0x1f,0x1a,0x67, + 0x69,0xc9,0x3,0x96,0xd0,0xf4,0xe2,0x29,0x11,0x67,0x1e,0xaf,0x1e,0x9,0x2d,0x2a, + 0x9,0x19,0x31,0x2a,0x9,0xd6,0x1a,0xca,0x71,0xab,0xb,0xce,0xf0,0x4c,0xcb,0x7a, + 0xcd,0xa,0x86,0x2c,0x9f,0x8b,0x2b,0xd6,0xc1,0x97,0xce,0xe5,0x23,0x53,0xbb,0x8, + 0xd1,0x2a,0xc6,0x77,0x23,0x2e,0x42,0x14,0x2c,0xe,0x61,0x99,0xd0,0x2e,0xb2,0xe7, + 0xfa,0x5e,0xde,0xf4,0xad,0x37,0xf1,0xb2,0x97,0x77,0x7c,0x71,0x70,0x90,0x69,0x41, + 0xde,0x6f,0x30,0x6f,0xca,0x68,0x7c,0x7,0x70,0xd,0x8d,0x9,0x37,0xb9,0xcd,0x63, + 0xff,0xc0,0x50,0xba,0x3b,0xbf,0x5f,0xee,0x49,0x60,0xff,0xc6,0xbd,0xae,0x25,0x1a, + 0xab,0x4b,0x21,0x9a,0x26,0x64,0xf1,0x22,0xea,0x97,0x30,0xbe,0x81,0xf5,0x2d,0x4f, + 0x85,0xa,0x4e,0x72,0x17,0x96,0xc7,0xe3,0xc5,0x63,0xac,0x5e,0xf4,0xb,0xd8,0xc5, + 0xbe,0xc3,0x9,0xd0,0x1d,0x1,0x31,0x58,0x9f,0x8b,0x84,0xba,0x98,0xd0,0x78,0x34, + 0xf4,0x34,0x96,0x17,0x61,0x6a,0x6,0x7a,0x6e,0xde,0x70,0x64,0x9b,0x4b,0x49,0x5b, + 0x9c,0x37,0xb0,0x7b,0xab,0x3c,0x31,0x37,0xa7,0x3f,0x54,0x8a,0xf6,0xfc,0x3f,0x22, + 0xe1,0x9b,0xd3,0xe4,0x31,0x9e,0x38,0x32,0x45,0x6d,0x65,0x19,0x31,0x21,0x61,0x60, + 0x89,0xd3,0x84,0x2c,0x73,0x4,0xc6,0x12,0x94,0x2c,0x56,0x2a,0x64,0x6a,0xc0,0x7b, + 0x68,0x26,0xee,0x52,0x53,0x98,0x1d,0x4d,0x5a,0x7f,0x2e,0x4a,0xb3,0x81,0x2f,0x37, + 0x8b,0x5d,0xb1,0xd9,0x43,0x5a,0xa1,0x14,0x95,0x40,0x85,0x46,0x23,0xc3,0xf9,0x65, + 0x2a,0x51,0x99,0xc0,0x28,0x2e,0x5d,0x42,0xec,0xa,0x37,0xdf,0xb2,0x93,0x7b,0xef, + 0x3d,0xc0,0xbe,0x9b,0x87,0xfe,0xc9,0x5,0xd1,0x3b,0xfb,0xfa,0xe4,0xc9,0x86,0xce, + 0x7e,0x2,0x74,0xc4,0x63,0xcf,0xb4,0x7c,0xd0,0x55,0x8f,0xc8,0xe6,0x63,0xaa,0x33, + 0x6f,0x3,0xf3,0x9e,0xa2,0x77,0xe4,0xd8,0xc6,0x7d,0xae,0x35,0x56,0x3,0x80,0x7d, + 0x8a,0x3a,0x87,0x77,0xe,0xef,0x94,0x67,0x44,0xcf,0x6d,0xb0,0x95,0x75,0xc3,0x8b, + 0xd5,0x15,0xa5,0x78,0x34,0x5,0xf2,0xff,0x3c,0x28,0x1e,0xe7,0xf2,0xae,0xde,0xea, + 0x12,0xf2,0x9c,0xe2,0x97,0xbf,0xc3,0xcc,0xd7,0x2b,0x6d,0x71,0x3e,0xf,0x7d,0x7d, + 0x72,0xf2,0xcc,0x19,0xfd,0x99,0x3b,0x5e,0xba,0x6b,0xb2,0xa3,0x5a,0xf9,0x89,0xff, + 0xf5,0xf1,0x43,0x7c,0xe5,0x91,0x33,0x2c,0x2e,0x4d,0x41,0x16,0x63,0x4d,0x48,0x29, + 0xc,0x50,0x11,0x5c,0x92,0xb,0xad,0xb5,0x21,0x41,0x18,0x80,0x6b,0x8e,0x41,0xd8, + 0xea,0x33,0x86,0xaf,0x2e,0xce,0x9e,0x66,0x77,0x70,0xeb,0x87,0x68,0x2c,0x26,0xa8, + 0x66,0x94,0x22,0x8b,0xd8,0x84,0x24,0x19,0x45,0x83,0x6,0x5d,0xdd,0xf0,0xd2,0x3b, + 0x6f,0xe0,0xee,0xbb,0xf,0x70,0xf3,0x81,0xc1,0x3f,0x1f,0x1a,0x8a,0xde,0x3b,0x3c, + 0x9c,0xc7,0x33,0x97,0xa5,0xff,0xf,0x5a,0x3e,0xe0,0x9a,0x42,0x64,0xe0,0x2c,0xcf, + 0x73,0x54,0x93,0xab,0x19,0x3,0x1f,0xf3,0x70,0xe,0x97,0xdd,0xaa,0xce,0xa1,0xce, + 0xe3,0x35,0xcf,0xce,0xdd,0x8a,0x0,0x52,0xf8,0x38,0x84,0xdc,0x45,0xe6,0xb9,0x3a, + 0xf4,0xb9,0xf9,0x32,0x67,0x0,0x2b,0xe4,0x3e,0x72,0xef,0xf0,0x3e,0x21,0xf3,0xd, + 0xbc,0x6f,0x60,0x7d,0x2,0x54,0x37,0x1c,0xd9,0xe6,0x52,0xd1,0x16,0xe7,0x67,0x61, + 0xe7,0x4e,0x39,0xb7,0xb8,0xa8,0xbf,0x6a,0xec,0xa6,0x47,0x46,0x46,0x6e,0xd8,0xba, + 0x69,0x53,0xef,0xaf,0xdd,0xff,0x99,0xc7,0x19,0x9f,0x1c,0xc7,0x98,0x2e,0xa2,0xa0, + 0xb,0x6b,0x2d,0x99,0x17,0xe2,0x4,0x34,0x5,0xf5,0x9e,0x22,0xed,0x7d,0x31,0xb1, + 0x36,0xd7,0x66,0x99,0x16,0x42,0x2c,0x79,0x99,0x14,0xe5,0xa,0x88,0x21,0xd2,0xe, + 0xd0,0x80,0x20,0x72,0x74,0x74,0x64,0xd4,0x1b,0xb3,0x24,0x3a,0xc6,0xf0,0xb6,0x2e, + 0xee,0x7a,0xf9,0x5e,0xae,0xdf,0xbd,0xe3,0xf7,0x6e,0xdc,0x3b,0x70,0x2a,0x8,0x4a, + 0x1f,0x1e,0x1e,0x96,0x6b,0xde,0xca,0x6c,0x65,0x52,0x75,0xd8,0xc0,0x8f,0xf,0x8a, + 0xfc,0xf6,0xc6,0x6d,0xd7,0x12,0x5b,0x44,0x3e,0x2,0xa0,0xb5,0xc3,0x3f,0x82,0x3a, + 0x54,0x35,0x1f,0x7c,0x15,0xf0,0x92,0xff,0xf9,0x5,0x30,0x28,0x1e,0x65,0x75,0xa4, + 0x9b,0x62,0xfb,0xd5,0x21,0xce,0x82,0x68,0xde,0x83,0xd0,0x48,0xee,0x76,0x6,0x50, + 0x52,0xbc,0xc6,0x38,0x92,0xdc,0x7,0xcd,0x54,0xeb,0x61,0x6d,0x2e,0x21,0x6d,0x71, + 0x6e,0xa1,0xa1,0xa3,0x7,0x2,0xec,0xef,0x58,0xc2,0xa7,0x44,0xfa,0x7f,0xa5,0xbb, + 0x5b,0xa6,0x81,0x3f,0x3e,0x72,0x2c,0x3e,0x18,0x2f,0x6f,0xff,0xb5,0xe1,0xe1,0x7e, + 0xee,0xbf,0xff,0x31,0xc6,0xc6,0x56,0x98,0x9a,0x9c,0xa4,0x1e,0x97,0x8,0x6c,0x95, + 0x92,0x2d,0xe3,0x32,0xc1,0x67,0x80,0x8d,0x58,0x13,0x67,0x53,0x88,0x72,0x93,0x42, + 0x9c,0x55,0x59,0xb5,0x9a,0x8b,0xc6,0xc4,0x66,0xb9,0x4f,0x63,0x2,0xc9,0xd0,0x74, + 0x91,0xda,0xca,0x22,0x9d,0xdd,0x75,0x5e,0x72,0xdb,0x2e,0x5e,0x7d,0xcf,0x3e,0xfa, + 0xfb,0xba,0xde,0x99,0x96,0xd3,0xff,0x79,0xe7,0x1d,0x95,0xb9,0x96,0x93,0xbe,0x68, + 0x10,0x58,0x56,0xf8,0xfc,0xc6,0xf2,0x6b,0x19,0x41,0x10,0xc9,0x5d,0x5c,0x4a,0x51, + 0x7,0x53,0x2c,0x34,0x25,0xb9,0xf9,0x88,0x88,0xe4,0xed,0xd,0x57,0x1a,0x85,0x40, + 0x23,0xd0,0x38,0x7f,0xf7,0x6b,0xb1,0x27,0xb0,0x8a,0x58,0x45,0xac,0xcf,0x1d,0xd2, + 0xeb,0xde,0xe,0xdb,0x5c,0x4a,0xda,0xe2,0xdc,0x42,0x89,0xf2,0x80,0x57,0xf7,0x5d, + 0x99,0x4b,0xd7,0xe5,0xac,0xdd,0xbf,0x27,0x3a,0x3e,0x32,0x22,0xaf,0xd8,0xbf,0x6f, + 0xd7,0xce,0x5d,0xbb,0x6,0x3f,0xf8,0xd8,0xa3,0x67,0x78,0xe4,0x91,0x63,0x8c,0x9c, + 0x99,0xa3,0x5e,0x5f,0x41,0x35,0x45,0x4d,0x88,0x6a,0x40,0x23,0xab,0x92,0x8b,0x32, + 0xb4,0xfc,0xea,0x5a,0x96,0x21,0x17,0x65,0x73,0x5e,0x81,0x8e,0xc2,0x79,0x82,0x20, + 0x23,0x88,0x62,0x6,0x87,0x2a,0xdc,0xfa,0xd2,0x1b,0xb8,0xe7,0x35,0x37,0x52,0xee, + 0xc,0x7f,0xb8,0xb6,0x90,0xfe,0xfd,0xbd,0xf7,0xe,0x3f,0xcf,0x71,0xf8,0xae,0x1d, + 0x86,0x44,0x96,0x80,0x4f,0xb5,0x96,0xe9,0xd8,0xd8,0x26,0x42,0x3e,0x8c,0xcb,0x20, + 0x2b,0xa2,0x5,0xd,0xd0,0xda,0x8b,0xce,0x5a,0xb0,0x1,0x4,0xc5,0x9c,0x95,0xdc, + 0xdc,0xb,0xaa,0xb0,0x18,0xdc,0x2b,0x43,0x43,0x4b,0x6b,0x3b,0xbf,0x80,0x18,0x10, + 0x63,0x11,0x5b,0x2,0x13,0xe1,0x8d,0xc5,0x69,0xde,0xd,0x5f,0x24,0xb7,0x9c,0x15, + 0xb7,0x2a,0xd8,0xa,0xeb,0xeb,0xf2,0x2b,0x44,0x6e,0x56,0x84,0x78,0x9f,0x21,0x38, + 0x54,0xa,0x8b,0x5f,0xc0,0x4,0x60,0x42,0x83,0xd,0x4d,0x5b,0x3d,0x2e,0x33,0xed, + 0xdb,0xbb,0x8e,0xbe,0x2f,0x1b,0x99,0xdb,0x65,0x2,0xbf,0x2e,0x66,0x58,0x44,0xea, + 0xc0,0x17,0xef,0xbb,0x4f,0x1f,0xbc,0x69,0x6f,0xf0,0x9a,0xbd,0x37,0xf6,0xfc,0xdb, + 0x4b,0x5e,0x72,0x3d,0x4f,0x1c,0x39,0xcd,0x13,0x47,0xce,0x72,0xe2,0xc4,0x28,0xf3, + 0x73,0x73,0x38,0x67,0x30,0x94,0x8b,0x83,0x5a,0x5,0xba,0x55,0x9c,0x9b,0x9e,0x47, + 0x25,0x8f,0xd6,0xf0,0x34,0xfd,0xcd,0x8,0xc,0x6d,0x6e,0xb0,0x75,0xb8,0x9b,0x3, + 0x7,0xf7,0x72,0xfb,0x4b,0x77,0x11,0x27,0x8d,0x37,0xf6,0xf7,0x75,0x1f,0xbd,0xe3, + 0x8e,0xca,0xa8,0x88,0xac,0xeb,0x9d,0xb0,0xb2,0x38,0xf5,0xd7,0xa2,0xfe,0x8f,0xaa, + 0x3d,0x9b,0xaf,0x59,0x6b,0x53,0xe3,0xd9,0x5b,0xc0,0x7f,0x34,0x8f,0x99,0xd5,0x5c, + 0x80,0x97,0x47,0xf2,0x94,0x99,0x49,0x1d,0x3f,0xfb,0x59,0x9b,0xa6,0xd9,0x8e,0xac, + 0x5e,0xc7,0x25,0xd,0x7c,0xd6,0x20,0x4b,0x63,0xd0,0xdc,0x85,0x14,0x88,0x60,0x4b, + 0x11,0xe5,0x72,0x19,0x5b,0xaa,0x20,0x61,0x8,0xdd,0xfd,0x10,0x95,0xa1,0xd4,0x9, + 0x95,0xca,0x61,0x4d,0x4e,0x78,0xa4,0xa,0x81,0x7f,0x99,0xc8,0xd6,0x17,0xf0,0x3d, + 0xdc,0x22,0x12,0x22,0xa6,0x84,0xb7,0x15,0xbc,0x84,0x78,0x75,0xab,0xd1,0x1a,0x79, + 0x20,0x9d,0xa2,0xea,0xc9,0xc7,0x86,0x2c,0x9e,0xe,0xb9,0xc2,0xf6,0xa8,0x8,0x6, + 0x8b,0x60,0x1,0x97,0x37,0x64,0xda,0xa2,0xe2,0xb0,0x1,0x12,0x86,0xf9,0x7d,0xb6, + 0x1,0x30,0xb0,0xfe,0xd8,0x36,0x97,0x8c,0xb6,0x38,0xb7,0x20,0x22,0x31,0x70,0x7a, + 0x63,0x79,0x93,0xd7,0xbd,0x4e,0x32,0xe0,0x33,0x87,0xf,0x6b,0xe9,0xe6,0x9b,0xa3, + 0x9d,0xb7,0xde,0xd6,0xf3,0xf4,0xf4,0xf4,0x41,0x8e,0x1d,0x9d,0xe6,0xf0,0xa1,0xa7, + 0x38,0x75,0x6a,0x94,0x13,0x67,0x12,0x6a,0xb5,0x1a,0xcb,0x4b,0x35,0x32,0x97,0x62, + 0x6d,0x88,0x35,0x21,0xc6,0x18,0x44,0x4,0xe7,0xf2,0x96,0x16,0xd5,0xc,0xa7,0x29, + 0xc6,0xc0,0xe0,0x60,0x3f,0x3b,0xaf,0xdb,0xc9,0xd6,0xad,0x5b,0x78,0xe5,0xcb,0x2c, + 0x3b,0x76,0xe,0x22,0x52,0xbe,0xf9,0xd8,0xb1,0xd2,0xb1,0xb7,0xbc,0xa5,0x27,0x2d, + 0xd4,0xfb,0x19,0x54,0xbb,0x6,0x7f,0x88,0x35,0x77,0xe0,0x35,0x85,0x26,0xe3,0x2f, + 0x47,0xfc,0xa7,0x61,0x46,0xf0,0xcb,0x11,0xf5,0x39,0x58,0x9c,0xc2,0x2d,0x4e,0xb1, + 0x3c,0xf6,0x10,0x71,0x1c,0xd3,0x58,0x5e,0xa6,0xb1,0xb2,0x40,0x16,0xd7,0x10,0x9f, + 0x62,0x44,0x9,0x50,0xb2,0xa4,0x81,0x5,0x44,0x4,0x63,0xc,0xc6,0xe6,0xf7,0x56, + 0x44,0x50,0x31,0x84,0x5d,0x2f,0xa1,0xdc,0xd9,0x43,0x57,0xff,0x10,0xb6,0x6f,0xeb, + 0x4e,0xe9,0x1b,0x86,0xce,0x21,0x28,0xf7,0x9e,0xd5,0xf4,0x1c,0xa4,0xec,0x95,0xea, + 0xb6,0x33,0x1b,0xaf,0xe9,0x92,0x23,0x1,0x54,0x3a,0xa1,0xda,0x83,0xb3,0x65,0x52, + 0x89,0x8,0xc9,0x10,0x32,0x2,0x6d,0xa,0x74,0x51,0x59,0x17,0x6e,0xf,0x64,0xad, + 0x1a,0xbf,0x52,0xa8,0x2a,0x49,0x2d,0xa1,0x5c,0xa,0x70,0x24,0x38,0x5,0x55,0x68, + 0x64,0x10,0x67,0x42,0xd8,0xd9,0x7,0xfd,0x9b,0xf3,0x60,0x68,0xfb,0x2,0xd6,0x75, + 0x5f,0x67,0xb4,0xc5,0xf9,0x2,0x38,0x78,0x50,0x12,0xe0,0x18,0xc5,0xef,0xe8,0xdc, + 0x39,0x1d,0x7c,0xe9,0x9d,0x9b,0x9e,0x5a,0x58,0x50,0x9e,0x3e,0xb9,0xc4,0xc2,0xc2, + 0x22,0xb,0xb,0x73,0xfd,0x33,0xd3,0x73,0x2c,0x2e,0x2e,0x52,0xab,0x35,0x58,0x59, + 0xa9,0x11,0x27,0x31,0xbd,0x3d,0x3d,0x74,0x74,0x56,0xe9,0xef,0xef,0xa5,0xbf,0xbf, + 0x97,0xce,0xce,0xee,0xb9,0xcd,0xc3,0x9b,0x74,0xdb,0x70,0x99,0xfe,0x41,0x43,0x67, + 0x67,0xf2,0x9a,0xfe,0xce,0xfa,0x39,0x68,0x70,0xfb,0xed,0xa5,0xbc,0x3b,0xe0,0xb3, + 0x20,0x22,0x97,0x21,0x23,0xfb,0xe5,0x45,0xf5,0xbe,0x0,0x6e,0x7e,0x83,0xfa,0xe4, + 0xe3,0xb8,0x19,0x74,0xe5,0x1c,0x7a,0xee,0x71,0xb2,0xd1,0xa7,0xa8,0xcd,0x9c,0x25, + 0xab,0xcd,0x92,0x66,0x23,0x79,0x77,0x79,0x97,0x52,0x49,0x53,0xf0,0x29,0x96,0xc, + 0x5b,0xd8,0x97,0xea,0x72,0xcb,0x52,0x4,0x8c,0x1,0x71,0xf9,0x72,0xb3,0xcd,0x75, + 0x6e,0xa4,0x46,0x16,0x55,0x68,0x8c,0xf5,0x62,0x2b,0x3d,0x4,0x5d,0x43,0x74,0xf4, + 0x6f,0x23,0xd8,0x7c,0x7d,0x49,0x6,0x76,0x20,0x5d,0x9b,0x4f,0x6b,0x72,0x16,0xf0, + 0x77,0x12,0x72,0x2,0x76,0x2e,0x88,0xb4,0xe4,0x65,0xbd,0x54,0x98,0x10,0xc2,0xe, + 0xa4,0xd2,0x8b,0x46,0x3d,0xc4,0x8d,0xa,0x11,0x9,0x81,0x64,0xd0,0xfc,0xe,0x80, + 0x27,0x8f,0xe6,0x50,0x23,0x78,0x31,0x88,0xe6,0x16,0xf5,0x95,0x22,0x37,0x90,0xd, + 0xc6,0xa,0x71,0x9c,0xbf,0xe3,0xd9,0x4a,0x80,0x66,0x42,0xac,0x11,0xdd,0xa5,0x1e, + 0x24,0xa8,0x22,0x41,0x15,0xe8,0xdc,0x70,0x74,0x9b,0x4b,0x45,0x5b,0x9c,0x2f,0x1, + 0xdb,0xb6,0xc9,0x34,0x2d,0xef,0x77,0x67,0xce,0x68,0x25,0xa8,0xee,0x7c,0x20,0x49, + 0xc8,0xc7,0x25,0x54,0xc8,0xb2,0xc,0xe7,0x1d,0x8d,0x7a,0x83,0xa8,0x14,0xd2,0xd9, + 0x59,0xa6,0x5a,0x35,0x44,0x70,0x77,0x6f,0xaf,0xac,0x36,0xf0,0x25,0x7a,0xee,0x64, + 0x86,0xec,0x52,0xb5,0x78,0x37,0xf5,0xed,0xaa,0x47,0x3f,0x29,0xb2,0xf7,0x9a,0xef, + 0x9a,0xad,0x3a,0xd6,0x41,0xac,0xd7,0x91,0x34,0xee,0xf4,0x6e,0xee,0x2f,0xb2,0x85, + 0x93,0x24,0x63,0x47,0x58,0x19,0x7d,0x8c,0x64,0xe2,0x29,0x74,0xf1,0x2c,0x36,0x99, + 0xc3,0xf8,0x18,0x21,0x23,0x34,0x10,0x48,0x3e,0x59,0x1,0xab,0xe4,0x2a,0xa1,0xb9, + 0x38,0x4b,0xd3,0xbc,0x2c,0xe6,0x52,0x6c,0x46,0xa0,0xcb,0x8f,0x43,0x12,0x42,0x3a, + 0x41,0x63,0x3e,0x60,0x69,0xac,0xc4,0x52,0xc7,0x10,0xd5,0xf1,0x9d,0x54,0x7,0x76, + 0x52,0x1a,0xbe,0x11,0xe9,0xdb,0x81,0xe9,0xdb,0xfe,0xa0,0x98,0x1,0xb0,0xe3,0xdf, + 0xa1,0x7a,0xf4,0x9f,0x2f,0xfd,0x7d,0x2e,0x41,0xd8,0x49,0xd8,0x35,0x88,0xe9,0x18, + 0x20,0x59,0x1e,0xc5,0x49,0x82,0x8a,0xc7,0xfb,0x4,0xb3,0x6a,0x3d,0x43,0xfe,0x36, + 0x5,0x5a,0xbc,0x1,0xac,0x76,0x23,0xbc,0x42,0x18,0x3,0x14,0x91,0xa1,0xce,0x40, + 0x18,0x55,0xf1,0x99,0xe0,0xa9,0xd2,0xd1,0x3b,0xc,0x61,0x2f,0x98,0xce,0x23,0x90, + 0x3d,0xa3,0x52,0x53,0x9d,0xbc,0x11,0x86,0x4e,0x5e,0x8b,0xc6,0xc3,0xd5,0x44,0x5b, + 0x9c,0x2f,0x3,0x3b,0x77,0x4a,0x1d,0x38,0xb8,0xb1,0xbc,0x95,0x5a,0x32,0xf9,0x1a, + 0x11,0x1f,0x0,0x77,0xa4,0x3a,0x4e,0x50,0x74,0x5d,0xc8,0x68,0x94,0x3d,0x1e,0xef, + 0xd3,0xcf,0x8b,0x54,0x7e,0xbe,0xd1,0xe8,0x3a,0xc,0x9c,0x6a,0x3d,0xf6,0x5a,0x42, + 0x75,0x64,0x80,0x46,0x76,0x1b,0xf5,0xc5,0x3b,0x70,0xd9,0xef,0xb9,0xe5,0x31,0x56, + 0xc6,0x9e,0x64,0xee,0xec,0xe3,0x2c,0x9e,0x3b,0x84,0x2e,0x9d,0xa5,0x47,0x16,0xe9, + 0xe,0x62,0x42,0xdb,0x40,0x7d,0xee,0xe0,0x34,0x2a,0x98,0xc2,0x82,0x34,0xea,0x57, + 0xdd,0xf2,0x14,0x82,0x46,0xbe,0xb8,0x3a,0x41,0x9e,0xf5,0x44,0x5,0xca,0x61,0x1d, + 0x4c,0x82,0x88,0x21,0x14,0x21,0x75,0x90,0xae,0xcc,0x93,0xc4,0xe3,0xd4,0x27,0x8f, + 0x52,0x9a,0x38,0x4a,0xd4,0xbf,0x93,0xca,0xd6,0x7d,0x84,0xc3,0x37,0x61,0xba,0xb7, + 0x7d,0x54,0x6c,0xf4,0x13,0xaa,0x23,0x27,0xc9,0x2,0x58,0x58,0x7c,0x40,0x6,0xf7, + 0x5e,0x7c,0x17,0x78,0x9,0x9f,0x24,0x28,0x9d,0x8d,0x3a,0x87,0x76,0x44,0x5d,0x43, + 0xac,0x4c,0x77,0xd2,0x48,0x57,0x28,0x11,0x60,0x49,0x50,0x58,0x15,0x68,0x23,0x6b, + 0xad,0x11,0x57,0x3,0xce,0x27,0x4,0x12,0xae,0xf6,0xa3,0xca,0x5c,0x40,0xaa,0x1, + 0x41,0x79,0x90,0xae,0xc1,0x5d,0x10,0xf6,0x81,0x89,0xef,0x14,0xd9,0xd9,0xc,0xec, + 0x5f,0xc3,0x71,0x1f,0x76,0xf6,0x15,0xc0,0xd9,0x8d,0x9b,0xda,0x3c,0x77,0xda,0xe2, + 0x7c,0x9,0x51,0xd5,0xb0,0x5e,0x9f,0xfe,0x3e,0xd0,0xac,0x5a,0xdd,0xf4,0x37,0x1b, + 0xb7,0xb7,0xe2,0xbc,0xbe,0x15,0x5c,0x35,0xb0,0x80,0xf,0x71,0xf0,0x3d,0x22,0x5a, + 0x35,0x52,0xfe,0x7,0x83,0xac,0xd4,0xad,0xfb,0xc5,0x4e,0xd9,0x34,0xbe,0xf1,0xb8, + 0x6b,0x9,0xd5,0xb3,0xdb,0xf1,0xee,0xe7,0xd1,0xda,0x3b,0x75,0x61,0x84,0x6c,0xfc, + 0x69,0xea,0xe3,0x4f,0x31,0x75,0xea,0x31,0xa4,0x3e,0x45,0x67,0x3a,0x43,0x45,0x6a, + 0x54,0x83,0x8c,0x48,0x32,0x54,0x3d,0xe,0x43,0xa0,0x15,0xd4,0x2b,0x68,0x86,0xf7, + 0x79,0x63,0x99,0xa8,0x5f,0xb5,0x32,0xc5,0xe4,0x16,0xa6,0x2a,0xe4,0xc1,0x68,0x6, + 0x9a,0xeb,0x2a,0x64,0x3e,0x6,0xcd,0x10,0xf2,0x7,0xbc,0x64,0x5,0x91,0x84,0x34, + 0x5b,0xa6,0x1e,0x4f,0x93,0xd4,0x26,0xa8,0x4f,0x9d,0x62,0x65,0xea,0x34,0x9d,0x33, + 0x23,0x74,0xec,0x78,0x9,0xc1,0x96,0x3d,0x1f,0x10,0x33,0x80,0x4a,0x84,0xc,0x94, + 0x5f,0x6,0x3c,0xb0,0xee,0xcb,0x5c,0x0,0x12,0xc,0xfe,0x91,0xc6,0x4f,0xee,0xb5, + 0x9d,0x7d,0x3f,0x5b,0xea,0xdb,0x8c,0x9d,0xe8,0x21,0x5b,0x98,0x25,0x55,0x43,0x20, + 0x6,0xd1,0x3c,0x31,0x2c,0x34,0x2b,0x18,0x65,0xad,0xea,0xb9,0x72,0x28,0xe0,0x7c, + 0x4a,0x90,0x29,0x36,0x10,0x32,0xa0,0x96,0x7a,0x24,0xe8,0xa2,0x77,0x70,0x27,0xb6, + 0x77,0x3b,0x22,0x1d,0x7f,0x9,0xb,0xe,0x60,0x46,0xf5,0x2d,0xfd,0xf0,0x61,0x11, + 0x49,0x54,0xa7,0xbf,0x7,0x92,0xa,0xed,0x51,0xd2,0x2e,0x9a,0xb6,0x38,0x5f,0x52, + 0x4e,0x59,0xd5,0x8e,0x97,0xb0,0xda,0x87,0xfb,0xd9,0xe9,0x2a,0x6f,0xfe,0xa9,0xd6, + 0xf5,0x2c,0x9b,0x7d,0xca,0x1c,0x71,0x17,0xfb,0x0,0x0,0x20,0x0,0x49,0x44,0x41, + 0x54,0x93,0xf5,0x4,0x52,0xfb,0xcf,0x22,0xd7,0x5d,0xb3,0x71,0xcc,0x23,0xaa,0x7b, + 0x81,0x7d,0xdb,0x45,0x3e,0x4a,0x96,0xdc,0xae,0x71,0xed,0x9d,0x6e,0xea,0x29,0x92, + 0x33,0x8f,0x12,0x8f,0x3c,0x4a,0x3a,0x7d,0x9c,0xee,0x95,0x9,0x2a,0x26,0x26,0x30, + 0x19,0xea,0x32,0xb2,0x24,0xa3,0x81,0x62,0x2,0x83,0xd,0x3,0x5c,0x96,0x22,0x9a, + 0x47,0x31,0x88,0xc9,0xcd,0x65,0x23,0x6b,0x11,0xc,0x79,0x2,0x2a,0xf0,0x22,0xb9, + 0x48,0x3,0x8,0x34,0xe5,0xdb,0x54,0x4,0xef,0x14,0xa,0x8f,0x7d,0xe0,0x95,0x40, + 0x32,0x42,0x20,0x22,0xef,0xe1,0x56,0x6f,0xd4,0xa9,0x4f,0xd7,0x58,0x4c,0x6a,0x24, + 0xb5,0x45,0x3a,0x6a,0x73,0x54,0xb6,0xde,0x80,0xe9,0x1e,0x2,0x7f,0x29,0xbb,0x24, + 0x47,0x48,0xa5,0x97,0xea,0xe0,0x56,0x3a,0x7a,0x87,0x48,0x6a,0xe3,0xb8,0x78,0x99, + 0x66,0x74,0x6,0xac,0xb9,0x36,0xae,0xbc,0x2c,0xaf,0x61,0x2,0x48,0x5d,0x86,0x9, + 0xc,0x46,0x2d,0x8d,0x44,0xe9,0xdc,0x34,0x44,0xdf,0xce,0x9b,0xa0,0x3a,0x8,0xc1, + 0xc2,0x8f,0x8a,0x1c,0x4c,0xa6,0x55,0x7f,0x4e,0xe1,0x77,0x17,0x60,0x1b,0x90,0x80, + 0x7f,0x3f,0x64,0xfd,0x57,0x38,0xde,0xe4,0x45,0x41,0x5b,0x9c,0x2f,0x21,0x22,0xbb, + 0x1b,0xc0,0x2f,0x6e,0x2c,0x7f,0x2e,0x4,0x41,0xff,0x7f,0xdc,0x58,0xb6,0x91,0x46, + 0x36,0xfe,0xb,0x56,0x64,0x87,0x31,0xf9,0x83,0x6f,0xf0,0xff,0x55,0x64,0xf3,0xf1, + 0xd,0xbb,0x5d,0x51,0x1c,0xdc,0xa,0xfc,0xc7,0x9,0xd5,0xfe,0xda,0xf4,0x17,0x66, + 0xdc,0xca,0x3c,0x2b,0xc7,0x1f,0x26,0x3d,0xfd,0x20,0xe1,0xec,0x31,0x3a,0x92,0x49, + 0x2a,0x52,0x27,0xc8,0x1c,0xea,0x8a,0x50,0x13,0x1,0xd,0x2,0xbc,0x84,0x38,0x6f, + 0x30,0xa6,0x86,0x48,0x2e,0x5f,0x6b,0x8d,0x66,0x85,0x57,0x43,0x21,0x13,0x50,0x14, + 0x15,0xf2,0x18,0x5c,0xa0,0xe9,0x84,0x56,0x84,0xc4,0xe5,0x6e,0x82,0x52,0x0,0xc6, + 0x93,0x8f,0xd5,0xe7,0xc0,0x92,0x87,0x44,0x47,0xde,0x11,0xda,0x1a,0x1,0x4b,0x2c, + 0x2c,0x8e,0x30,0x55,0x8f,0x59,0x58,0x5a,0x66,0xa0,0x51,0xa7,0x67,0xc7,0x1e,0x6c, + 0xa9,0x8,0x87,0xbc,0x14,0xa8,0x85,0xa8,0x42,0xa9,0x77,0x80,0x8e,0xbe,0x41,0x74, + 0xb6,0x3,0xd2,0x59,0xd4,0xe5,0xd7,0xbb,0x2a,0xc8,0x9a,0x7f,0x85,0xab,0x41,0xa0, + 0x45,0x20,0x2c,0x41,0xad,0xe,0x51,0xa8,0xa0,0x16,0x9f,0x9,0xbd,0x7d,0x9b,0x8, + 0xb7,0xee,0x42,0xec,0x5a,0x72,0x2f,0xf,0xbf,0x23,0x79,0x2,0xbb,0x2,0x47,0x1e, + 0x22,0xea,0xd6,0x8a,0xda,0x5c,0x10,0x6d,0x71,0xbe,0x86,0x50,0x75,0x47,0x84,0x70, + 0xdc,0xac,0xd9,0x90,0x57,0xa6,0x73,0xc5,0x57,0xa1,0xbf,0xfe,0x14,0xe2,0xfd,0x8d, + 0x61,0x7d,0xe2,0xb7,0xfc,0x53,0x9f,0x3a,0xb9,0x38,0x79,0x8a,0xfa,0xe4,0x61,0xca, + 0xe9,0x18,0x65,0x3b,0x8f,0xda,0x84,0x4c,0xf2,0x3c,0x13,0x42,0x6e,0x1,0x1b,0x43, + 0x9e,0xd8,0xc9,0x67,0x78,0xc0,0x16,0xfd,0x9b,0xa5,0x65,0x9f,0xfc,0xb5,0x3f,0x17, + 0x67,0xd3,0x5c,0xd7,0x7c,0x6e,0x9b,0x1b,0xc8,0x45,0x5b,0xb2,0x7c,0x1f,0x2b,0xf9, + 0xf6,0x34,0x3f,0xdd,0x7a,0xe1,0xd3,0x8c,0xd0,0x2d,0xd0,0xed,0x96,0x29,0x25,0x13, + 0x98,0xec,0x14,0xa5,0xc6,0x21,0x64,0xac,0x1f,0x6e,0x78,0xfd,0x6f,0xeb,0xc2,0x27, + 0x66,0xa9,0xe,0x81,0x19,0x4,0x13,0xfe,0x8e,0xc8,0xd6,0x23,0xad,0x87,0x3f,0x67, + 0x24,0xf8,0x33,0x6c,0xc7,0x1e,0xd3,0xbd,0xe7,0x9b,0x83,0x2d,0xb3,0xa4,0xd3,0xf3, + 0xc4,0xf5,0x4,0xeb,0xd,0x25,0x96,0xd0,0x34,0x1,0xa7,0x58,0x4,0x13,0x44,0x58, + 0x22,0xf0,0xe,0xeb,0x53,0x58,0x8d,0xd9,0x68,0xbe,0x1d,0x8,0x60,0xd6,0x6e,0x46, + 0x41,0x7e,0xbb,0x5a,0xef,0x52,0xb3,0x2a,0x3,0xc5,0xa0,0x6,0x9c,0x48,0x9e,0x1f, + 0xc3,0x68,0xbe,0xcd,0x28,0x5e,0x33,0xb4,0xb8,0x37,0x81,0x29,0x6c,0x5d,0xcd,0x6f, + 0xa5,0x4d,0xf3,0xca,0xad,0xe1,0xba,0x98,0x63,0x2b,0x7e,0x60,0x3f,0xb2,0xf5,0x4d, + 0xd0,0xf5,0x52,0x30,0xe6,0x6d,0xb0,0x2f,0x2b,0x76,0xff,0x11,0x20,0x1c,0x81,0xa2, + 0x73,0x94,0xfc,0x14,0xf8,0xa,0x2c,0xcc,0xe4,0xeb,0x6d,0x2e,0x94,0xb6,0x38,0x5f, + 0x43,0x54,0xc2,0x6d,0x57,0xfd,0x10,0x54,0x9d,0xb,0x27,0x21,0xad,0xe1,0x27,0x4f, + 0xee,0x58,0x19,0x3f,0xb9,0x23,0x19,0x7f,0x14,0xa9,0x9f,0x43,0xec,0x12,0x4a,0x86, + 0x5a,0x70,0x85,0xa2,0x4a,0x21,0x9e,0xa,0x88,0x7a,0x2c,0x1e,0x23,0x45,0x86,0xe3, + 0xd,0x2,0xd4,0xe4,0x19,0x96,0xe5,0x79,0xf6,0xb,0x1,0x28,0x4e,0x4e,0xf1,0x19, + 0xad,0x7,0x16,0xea,0x6e,0x34,0xa1,0x84,0x12,0x7a,0x30,0xf1,0x2,0xe1,0xec,0x24, + 0xb2,0x1c,0xb1,0xd0,0xb1,0xf7,0xde,0x6a,0x65,0xb,0xe1,0x96,0xe,0xa8,0x3a,0x20, + 0xfa,0x13,0xe0,0x82,0xc4,0x59,0x4a,0xdb,0x1e,0x56,0x9d,0x78,0x3b,0x61,0xfa,0x9f, + 0xc2,0xfe,0xeb,0xdf,0x52,0xd9,0x74,0x8e,0xa5,0x85,0x29,0x56,0x1a,0x4b,0x44,0x5a, + 0xcb,0x85,0x51,0xc8,0xdd,0x38,0xde,0x21,0x38,0x72,0x2f,0x7a,0x9e,0x75,0x23,0x97, + 0x5d,0x41,0x10,0x54,0x9b,0xe9,0x91,0xd6,0xbe,0x4c,0x5e,0x4d,0x37,0xef,0x62,0xbe, + 0x6c,0x50,0x4,0x87,0x22,0x78,0x51,0x9a,0x79,0xa3,0x55,0x4c,0xf1,0x96,0x91,0xdf, + 0x80,0xa6,0x6d,0x6b,0x24,0x2f,0x32,0xe4,0xc2,0xdc,0x4c,0x7a,0xe4,0x55,0x58,0xf1, + 0x15,0xb2,0x8e,0x6d,0x74,0x6f,0xbb,0xb,0x33,0xfc,0x52,0x2f,0xd1,0xf0,0x37,0x4a, + 0xb5,0xff,0xdf,0x8a,0x43,0xd9,0x2c,0xf2,0xf7,0xcd,0x65,0x0,0x91,0x2d,0x1f,0x69, + 0x5d,0x6f,0x73,0xe1,0xb4,0xc5,0xb9,0xcd,0xa5,0x65,0xea,0x24,0xd9,0xca,0x2,0xb, + 0xc7,0xf,0x31,0x3f,0xf5,0x34,0xd6,0xd5,0x8,0xc4,0xe3,0xe2,0x8c,0xcc,0x40,0x47, + 0xc0,0x6a,0x1a,0xeb,0x56,0x72,0x79,0x39,0x8f,0xd2,0xbe,0x40,0x38,0x7,0xaa,0x29, + 0x59,0x96,0x31,0x71,0xfc,0x71,0xaa,0x69,0xc8,0x26,0xd,0x88,0xb6,0x77,0x40,0x78, + 0x71,0xaf,0xe8,0x22,0x9b,0x8f,0xab,0x1b,0x1b,0x29,0x75,0xc,0x33,0xb4,0x75,0x1f, + 0x66,0x6e,0x8c,0xe5,0xa5,0x49,0x6a,0x8d,0x25,0x8c,0x34,0x30,0x91,0x82,0xe6,0x3e, + 0x5e,0xaf,0xe,0x63,0x14,0x9f,0x7,0xef,0xb4,0x48,0x2e,0x9c,0xa7,0x6a,0x2a,0xec, + 0x63,0x40,0x9b,0x5b,0x8b,0x23,0xa,0x3,0x3b,0xf7,0xd8,0x53,0xb8,0x7f,0x72,0x91, + 0x47,0x41,0x3d,0x79,0x44,0xc,0x60,0xd,0x58,0x67,0x30,0x28,0xea,0x15,0x55,0x25, + 0x8b,0x60,0x25,0xe,0x49,0xc3,0x6e,0xba,0x37,0xed,0x64,0x60,0xf7,0x1e,0xec,0xd0, + 0x30,0xad,0xc2,0xdc,0xe6,0xf2,0xd2,0x16,0xe7,0x36,0x97,0x4,0x5d,0x3a,0xf1,0x16, + 0xd2,0xf8,0x3,0x8c,0x1d,0xa,0x92,0x33,0x9f,0x65,0x7e,0xe2,0x28,0x49,0x6d,0x82, + 0xce,0x4a,0x42,0x54,0xc4,0x8b,0x85,0xe4,0xae,0x6,0x5f,0x28,0x86,0x42,0x8b,0xde, + 0xe4,0x3e,0xe4,0x17,0x2,0x7d,0x96,0x18,0x62,0xef,0xc1,0x7b,0x25,0x5d,0x18,0x65, + 0xf9,0x5c,0x99,0x4a,0xa9,0x44,0x4f,0xd4,0x49,0xb0,0xf9,0xe6,0x8f,0x69,0x7a,0xf2, + 0xdb,0x24,0xdc,0xfd,0xe9,0x8d,0xc7,0x3c,0x67,0xcc,0xd2,0xaf,0x9a,0xb0,0xcb,0xca, + 0xe6,0x7d,0x3f,0xdf,0x5d,0x5b,0x40,0x92,0x45,0xe2,0xd1,0x84,0xe5,0x7a,0x8a,0xd8, + 0x6,0x1,0x1e,0x2f,0x80,0x28,0x6a,0x21,0x6b,0xb9,0xc4,0xd5,0xfb,0xa4,0x79,0xf5, + 0xf5,0xac,0xf7,0x49,0x73,0xeb,0xd7,0xb,0x64,0xb6,0x58,0xd7,0x7c,0xde,0x74,0x7d, + 0x88,0x16,0x4d,0x91,0x85,0xaa,0x1b,0x2,0xc4,0x5,0x8,0x16,0xf5,0x1,0xde,0x2b, + 0x8a,0xb2,0x10,0x28,0x69,0xa9,0x8f,0xf2,0xe0,0x1e,0x6,0xf7,0x1c,0xc0,0x6c,0xbb, + 0x3e,0xa3,0x23,0xe8,0x5b,0xfd,0xac,0x36,0x97,0x9d,0xb6,0x38,0xb7,0xb9,0x60,0x54, + 0xd5,0xc2,0xec,0x8f,0xe3,0x92,0xff,0xa6,0x8d,0x59,0x6a,0x33,0x27,0x99,0x3f,0xf6, + 0x65,0xcc,0xf8,0x21,0x22,0xbf,0x4c,0x18,0x36,0x8,0x7c,0x83,0x40,0x12,0xc2,0xc0, + 0x60,0xbd,0xc7,0xc7,0x20,0x1e,0x44,0xd,0xf9,0xab,0xb6,0xa2,0xc6,0xe3,0xb,0x3f, + 0x73,0x7e,0xe2,0x75,0x1f,0x73,0xc9,0x69,0xd5,0x66,0x11,0xb0,0x36,0xef,0xf8,0xe1, + 0x7d,0x3e,0x84,0x54,0xbf,0xad,0x53,0x5f,0x3a,0xc3,0xd2,0x19,0x8,0xc3,0x32,0x1d, + 0xa5,0xce,0xe,0xdb,0x7f,0xd3,0x7d,0xaa,0x13,0xf7,0x8a,0x6c,0xbe,0x20,0xd7,0x52, + 0xd1,0xc1,0xe5,0x17,0x74,0xe5,0x89,0x7a,0x75,0xc7,0xad,0xbf,0x6c,0xb3,0x3a,0xb3, + 0x49,0x8d,0x95,0x89,0x3a,0xce,0x4d,0x51,0x32,0x9,0xc6,0x92,0xe7,0x6e,0x12,0xd6, + 0xb5,0xa7,0x15,0xfa,0xba,0xce,0x70,0x5e,0xb7,0xde,0xfc,0x3e,0x92,0x1f,0xe6,0x4, + 0x52,0xc9,0x37,0xb,0x45,0x43,0x28,0xd0,0x4c,0x24,0xd7,0x7a,0xab,0x51,0xc5,0x29, + 0xa4,0x5e,0xf3,0x5e,0x8a,0x6a,0xc9,0xc4,0x32,0xed,0x3a,0xe8,0xde,0xb4,0x8b,0xfe, + 0x1b,0xee,0xc0,0x5c,0x77,0xb,0x74,0xe,0x21,0xb2,0x79,0xb9,0x79,0x58,0x9b,0xcb, + 0x4f,0x5b,0x9c,0xdb,0x5c,0x38,0xc9,0xec,0x8f,0x20,0xf1,0x7f,0x83,0x39,0xdc,0xf2, + 0x19,0x96,0xce,0x3e,0xca,0xec,0xb9,0x47,0xe9,0x59,0x39,0x4d,0xb9,0x14,0x60,0x25, + 0xc5,0x67,0x35,0x44,0x1d,0xd6,0x80,0x64,0xe0,0x52,0x8,0x6d,0xc0,0xda,0xa3,0xa7, + 0xa0,0x19,0x79,0x1f,0xec,0xb5,0xa2,0xcb,0x49,0xb3,0x3,0x5e,0x53,0xa4,0x8b,0x40, + 0xf,0x8c,0x31,0x78,0xef,0xe9,0x61,0x1,0x9b,0xd4,0x59,0x9e,0x4a,0x59,0xb0,0x65, + 0xc2,0x4a,0x1f,0xe5,0x72,0xf,0xc2,0xe0,0xb0,0xea,0x99,0xca,0x79,0x3b,0x5e,0x3c, + 0x57,0xec,0xa6,0x19,0x3a,0x3b,0xe6,0x4a,0xdb,0xe3,0xbe,0xee,0xfa,0x12,0xde,0x64, + 0xa4,0x73,0x4f,0xe1,0xe2,0x9,0xac,0x8f,0x29,0x9,0x44,0xe4,0x22,0xda,0xa4,0x29, + 0xb2,0x1b,0x51,0x58,0xb5,0xa2,0xd7,0xdd,0x32,0x15,0x20,0x4,0xf5,0x18,0x75,0x58, + 0x55,0x2,0x85,0xc0,0x83,0xd5,0xa2,0x1,0xb5,0x38,0x26,0x13,0x87,0xe2,0xc8,0x4c, + 0x88,0x13,0xc0,0x1a,0x7c,0x60,0xa1,0x77,0x3f,0xd5,0x9d,0x7,0x8,0xaf,0xbb,0xd, + 0xfa,0xb6,0x2b,0xb6,0x7a,0x7c,0xed,0x3,0xda,0xbc,0x10,0xb4,0xc5,0xb9,0xcd,0x85, + 0x63,0x53,0x70,0x75,0xfc,0xc2,0x39,0xea,0xa7,0x1e,0x61,0x61,0xf4,0x2b,0x48,0xfd, + 0x2c,0x65,0x59,0x22,0xf4,0x16,0x8b,0xc7,0xe3,0x9,0x34,0x17,0x1b,0x5,0x8c,0x18, + 0xd0,0x90,0xfc,0xd1,0x53,0xc0,0xad,0xa9,0xe3,0xb,0x84,0x88,0x0,0x8a,0xf7,0xb9, + 0x40,0x4b,0x4b,0xfa,0x12,0x55,0x28,0xa5,0x2b,0x74,0xd1,0x80,0xcc,0x53,0x9b,0x39, + 0xce,0xe2,0x99,0x1,0x6c,0xd7,0x0,0xe1,0x8e,0x3b,0xfe,0x5c,0x6c,0x79,0x50,0x75, + 0xfe,0x7f,0x8a,0xf4,0x5e,0x50,0x2c,0xba,0x94,0x7,0xde,0xa7,0xf1,0xe4,0x2,0x5d, + 0xd7,0xfd,0x5a,0xc7,0xd,0xaf,0xdc,0x19,0x56,0x4a,0x2c,0x9c,0x29,0xb3,0x3c,0x79, + 0x18,0x57,0x1f,0x47,0x4d,0x82,0x71,0x42,0xe0,0xd6,0x2a,0x2f,0x43,0x7e,0xa1,0x79, + 0xee,0xe7,0xb5,0x8,0xe9,0xe6,0x55,0xe7,0xd,0x7f,0xcd,0x2,0x83,0x11,0xb,0xae, + 0x8a,0x55,0x87,0x25,0x25,0xd0,0x84,0x40,0x1d,0x96,0xdc,0x6a,0x6,0x50,0x3,0x98, + 0xdc,0xbb,0x91,0xa,0x24,0x38,0xb2,0x30,0xc2,0x96,0x4a,0x98,0x4a,0x17,0x5b,0x6e, + 0x7a,0x2d,0xfd,0x3b,0xf6,0xc0,0xa6,0x1b,0x21,0xec,0x4b,0x24,0x18,0xdc,0x57,0x7c, + 0x1c,0x33,0xaa,0xaf,0xec,0x87,0x2f,0x48,0xeb,0x8d,0x6b,0x73,0xc9,0x69,0x8b,0xf3, + 0x25,0x44,0xf5,0xc1,0xb0,0xc6,0xd6,0x37,0x83,0xc9,0x3a,0x64,0xcb,0x87,0x37,0x6e, + 0x7f,0xd1,0xe1,0x56,0x20,0x5b,0x20,0x9d,0x3f,0xcd,0xc2,0xd9,0x43,0xa4,0x33,0xc7, + 0xe8,0x90,0x25,0x2a,0xa1,0xa2,0x3e,0x5b,0x6b,0x6c,0x52,0x40,0xc1,0x60,0xb1,0x26, + 0x42,0x35,0xc0,0xaf,0x8a,0xb3,0xd2,0x8c,0x39,0x78,0xa1,0xc8,0xc5,0x79,0x4d,0x94, + 0x73,0xb,0x7a,0x6d,0x59,0x80,0x32,0xe,0x35,0x75,0x5c,0x3a,0x4b,0x63,0xea,0x18, + 0xf5,0xd1,0xcd,0xd8,0xee,0x4d,0xd8,0xa8,0xf3,0x7d,0xd8,0xfa,0x53,0xc0,0xc7,0x78, + 0x16,0x54,0x47,0x5f,0xa,0xec,0x6,0xf3,0xb0,0xc8,0x96,0x13,0x1b,0xb7,0x4b,0x69, + 0xd3,0x7,0x34,0x1b,0x5b,0x20,0xb8,0xf1,0x3d,0x91,0xd,0x6e,0xee,0xc0,0x90,0x49, + 0x44,0x63,0xe6,0x28,0x71,0x7d,0x92,0x20,0x89,0xa9,0xac,0xfa,0x84,0x3d,0xa2,0xcd, + 0x28,0xe,0xc5,0x88,0x27,0x1f,0xda,0xaa,0x68,0x3e,0x15,0xcd,0xdf,0x2,0x30,0x79, + 0xdc,0x37,0xb9,0x58,0x87,0x8,0xa2,0xf9,0xbd,0x37,0xda,0x72,0x87,0x5,0x54,0xc0, + 0x79,0xf0,0x16,0x92,0x20,0xa0,0x86,0xa5,0x61,0x4a,0x48,0xb5,0x8f,0xea,0xc0,0x26, + 0xc2,0xbe,0x61,0xba,0xf7,0xbe,0x2,0xe9,0x1e,0x80,0xb0,0x37,0xc3,0x94,0xd6,0x45, + 0x64,0x68,0xc6,0xdb,0x9,0xf8,0x32,0x79,0xd3,0x6e,0x9b,0xcb,0x44,0x5b,0x9c,0x2f, + 0x29,0xd7,0x57,0x21,0xf9,0x3b,0x30,0xf1,0x4a,0x36,0xf1,0xae,0xd8,0x83,0x77,0xe8, + 0x60,0x65,0xf3,0xfb,0x37,0xee,0x79,0xad,0xa3,0x3a,0x76,0x33,0x8d,0xf9,0x6f,0x64, + 0x69,0x92,0x74,0xe2,0x24,0xf5,0xa9,0x13,0xd8,0xda,0x18,0x1d,0x51,0xbc,0xfa,0x4a, + 0xbe,0xea,0xdb,0x54,0xc8,0x8d,0x3f,0x85,0x42,0x48,0xa0,0x88,0xdd,0x7d,0x81,0x85, + 0x19,0x8a,0xeb,0x20,0xf7,0x35,0x6f,0xc4,0xda,0xfc,0xca,0x34,0x86,0x30,0x4c,0xe8, + 0x30,0xd,0x92,0x95,0x31,0x96,0xc6,0x9e,0xa4,0x3c,0xb8,0x3,0xdb,0x3d,0x4,0xc1, + 0xe0,0xb7,0x69,0xfd,0xf4,0x11,0xa9,0x5c,0xf7,0xc,0xe1,0xcd,0x71,0x3f,0x5,0xe6, + 0xc7,0x81,0xbf,0x55,0x9d,0xfd,0x1d,0x91,0xfe,0x43,0x1b,0xf7,0x90,0x60,0xf8,0x6f, + 0x35,0x3d,0xb3,0x48,0xe7,0x8e,0xf7,0x54,0x77,0x5,0xaf,0x88,0xaa,0x7d,0x2c,0x8f, + 0x6c,0x66,0x7e,0xf4,0x69,0xd2,0xf4,0x34,0x9,0x33,0x18,0x94,0xc0,0x48,0x9e,0x7f, + 0x43,0x3d,0xa2,0x1e,0xef,0x15,0xb4,0x10,0xe9,0xfc,0x66,0x62,0x4,0x14,0x9f,0xb, + 0x2f,0x80,0x3a,0x8c,0x2f,0xb6,0xe3,0xa1,0x48,0xf0,0x4f,0x61,0x2d,0xab,0xb5,0xa4, + 0x3e,0xa4,0x2e,0x1,0x75,0xad,0x52,0xf,0xba,0xd0,0xce,0x1,0xba,0xb7,0xee,0xa2, + 0x7f,0xf7,0x4d,0x4,0x5b,0xae,0x83,0xee,0xeb,0x63,0x44,0xff,0x3b,0x26,0x4a,0x44, + 0x6,0xdf,0xd5,0x7a,0xed,0x83,0xa1,0xbc,0xb5,0x75,0xbd,0xcd,0xe5,0xa1,0x2d,0xce, + 0x5f,0x83,0xc9,0x49,0x1d,0x36,0x25,0xfe,0xdd,0x60,0x8f,0xfc,0xe1,0xc6,0x6d,0xcf, + 0x64,0xba,0x61,0xe9,0xf9,0x15,0x8f,0xe0,0x91,0xe,0xf0,0x34,0x7b,0x17,0xbf,0xe8, + 0x48,0x93,0x57,0x91,0x34,0xde,0x9a,0x4e,0x9d,0xa2,0x31,0x71,0x9c,0x30,0x9e,0xa1, + 0x43,0x56,0x28,0x65,0x71,0x1e,0x21,0x50,0xe8,0xde,0xea,0x8b,0xaf,0x0,0xaa,0x78, + 0xf1,0xe4,0xd9,0xdb,0xb,0x51,0x6e,0xee,0x47,0x53,0x58,0xf2,0xf5,0x2b,0x4a,0x4a, + 0x9e,0x8a,0x54,0x20,0xf0,0xd,0x4a,0xb2,0x4c,0xbc,0x38,0x4a,0x7d,0xfc,0x28,0xc1, + 0xd0,0x76,0x6c,0xd4,0xf9,0xef,0x9,0x7b,0x7,0x34,0x9e,0xf9,0x4d,0x29,0xd,0x3c, + 0xbe,0xf1,0x70,0x4f,0xde,0x91,0x1c,0xe4,0x2d,0x42,0xd2,0xab,0x3a,0xf1,0x5e,0x91, + 0x67,0xe,0x88,0x20,0xe1,0xce,0x4f,0x68,0x32,0xb2,0x48,0x75,0xc7,0x7b,0x82,0x2d, + 0x9d,0xf7,0x76,0x86,0x3,0x44,0x5d,0xbb,0x71,0xa3,0xf,0xa1,0x13,0xf,0x92,0xd4, + 0x6b,0xd4,0x93,0x3a,0x16,0x47,0x68,0x21,0x40,0x31,0xce,0x21,0x3e,0x8f,0x6c,0x11, + 0x58,0xbd,0x7f,0x45,0x7d,0x57,0x84,0x30,0x2b,0x9a,0x26,0xab,0x49,0x8b,0xd4,0xe4, + 0xb1,0xe5,0x4e,0x40,0x4d,0x48,0x2a,0x55,0x6a,0xb6,0xca,0x8a,0x76,0xe1,0xa2,0x4d, + 0x44,0x43,0xbb,0xe9,0xdb,0xb1,0x9f,0xca,0xb6,0x1b,0x9,0x6,0xb6,0x41,0xa5,0x73, + 0x5,0x5b,0xf9,0x35,0x91,0xc1,0xdf,0x2f,0xce,0xde,0xe6,0xa,0xd0,0x16,0xe7,0xf3, + 0x30,0x5f,0xd7,0xeb,0x6b,0x35,0x7e,0x7d,0x6c,0x34,0xe6,0xb,0xf,0x9c,0xe8,0x6f, + 0xc4,0x2b,0x77,0xbf,0xe3,0x5d,0x7f,0x73,0xfb,0xf2,0x52,0x8d,0xf9,0xd9,0x45,0x2a, + 0x1d,0x15,0xba,0xba,0xba,0xe8,0xef,0xef,0x61,0x78,0x78,0x13,0xbb,0xae,0xbf,0x8e, + 0xeb,0x77,0xf,0x2d,0x8b,0xc8,0xdb,0x81,0xdf,0xdd,0x78,0xbe,0x17,0x1b,0xaa,0x53, + 0xaf,0x23,0x5b,0xfe,0x61,0x6d,0xcc,0xd2,0x98,0x3c,0xcd,0xf2,0xf8,0x29,0x4a,0xe9, + 0x22,0x5d,0x92,0x62,0xb2,0x16,0x51,0x28,0xa6,0xf5,0x78,0x74,0x75,0xd4,0xf1,0x7c, + 0x1d,0x72,0x11,0xbf,0x5a,0x3c,0x98,0x1e,0x10,0x9b,0x47,0x3e,0x88,0x4f,0x28,0x7, + 0xd,0xea,0x2b,0x93,0x2c,0x8c,0x3f,0x4d,0x79,0xf8,0x7a,0x6c,0xd7,0x66,0x34,0xe8, + 0xf8,0x5e,0x89,0xcc,0x5f,0x3,0xcf,0x10,0x67,0x47,0x84,0x20,0x18,0x4,0x30,0x6f, + 0x14,0xe4,0x9f,0x78,0x96,0xb1,0x11,0x25,0xda,0xfe,0x79,0x8d,0xc7,0xdf,0x45,0xb5, + 0xb2,0x10,0x4,0x3d,0x6f,0x9,0x3a,0x77,0x40,0x7f,0x17,0x6e,0x6b,0x88,0x4c,0x8c, + 0x33,0x3f,0x71,0x8e,0x78,0x69,0x86,0xc0,0x35,0x28,0xdb,0x80,0x52,0xc9,0x11,0x68, + 0xa,0x3e,0x3,0x9f,0xbb,0x34,0xa0,0xb8,0xcf,0x45,0x85,0x62,0x4,0xa2,0x20,0x2f, + 0x73,0x40,0x96,0x41,0xe2,0x84,0x94,0x12,0x19,0x5d,0x24,0xd2,0x47,0x62,0xfb,0xa8, + 0xe,0xed,0x65,0x70,0xfb,0x2d,0x44,0xdb,0x6f,0xa6,0xdc,0xb7,0x73,0x8e,0x20,0x7d, + 0x7,0xe5,0x1,0x30,0xb6,0x21,0x32,0xf8,0xc1,0xb5,0xab,0x6c,0x73,0x25,0x68,0xd6, + 0xbb,0x6d,0x80,0x23,0xc7,0xf4,0xe0,0x72,0x2d,0x7e,0xdf,0x63,0x87,0xce,0xf6,0x8c, + 0x9c,0x39,0xf9,0xf2,0x93,0x27,0xc7,0x99,0x9f,0x5b,0xa1,0x51,0xcf,0x68,0x34,0x32, + 0x92,0x38,0xcb,0x83,0xf7,0xad,0xc5,0x98,0xfc,0xb5,0xb8,0x52,0x29,0x31,0x38,0xd4, + 0xcb,0xd0,0x50,0x5f,0x32,0x3b,0x57,0xbf,0xef,0x5b,0xbf,0xed,0x76,0x76,0xed,0xde, + 0xc1,0xf5,0xd7,0xdb,0x64,0xb0,0x53,0xbe,0x43,0x55,0x65,0x6a,0x89,0x8f,0xf,0x75, + 0xf1,0xad,0x97,0x25,0xa1,0xfb,0x15,0x40,0x93,0x91,0xff,0x40,0xb6,0xf4,0x5f,0xb3, + 0xf1,0xc7,0x98,0x7d,0xe4,0x13,0x2c,0x3c,0x7d,0x3f,0x3,0x4c,0xd2,0x4d,0x1d,0x17, + 0xa7,0x68,0x33,0x6f,0x50,0xf3,0x35,0x1b,0xd6,0x94,0x5a,0xd,0x79,0xc4,0x73,0xde, + 0x8f,0x2f,0x6f,0x10,0xcc,0x40,0xd2,0x4b,0xf7,0x34,0x2a,0x5c,0xcc,0xc9,0x2c,0x8a, + 0xb1,0x90,0x24,0xe4,0x81,0xf,0xa5,0xe,0xe6,0xd2,0x32,0xf5,0xea,0x76,0x6,0xf7, + 0xdf,0x43,0xf7,0xad,0x6f,0xc0,0xf6,0xdf,0x4,0x41,0xf5,0x7b,0x44,0x76,0xfc,0xc3, + 0xc6,0xe3,0x55,0xa7,0xf,0x64,0xb0,0x1d,0x9a,0xd6,0x8f,0xbc,0x16,0xcc,0x3,0x22, + 0x7d,0x1f,0x6a,0xdd,0xaf,0x15,0xd5,0xb9,0x5d,0x34,0x6a,0x7b,0x71,0xfe,0xbb,0xd0, + 0xb1,0x9f,0x22,0x7d,0x2,0xb7,0x38,0x4b,0x3c,0x3d,0x46,0x6d,0xea,0x1c,0x2b,0x33, + 0x63,0x34,0x16,0x26,0xc9,0x6a,0x73,0x18,0x5f,0x27,0x12,0x87,0xd1,0xc,0xd5,0xbc, + 0x3b,0x9f,0x31,0x82,0x34,0x47,0x85,0xc1,0x83,0xab,0xa1,0x18,0x1c,0x21,0x8e,0x32, + 0xde,0x74,0x40,0x34,0x88,0x94,0x37,0x61,0xaa,0x5b,0x19,0xd8,0x76,0x80,0xd2,0xe0, + 0x8d,0x44,0x43,0xbb,0xc7,0x8d,0x91,0x1f,0xa6,0x7a,0x5d,0x43,0xaa,0xfd,0x9f,0xd9, + 0x78,0x5d,0x6d,0xae,0x1c,0x17,0xfe,0x4,0xbf,0x48,0x58,0x18,0xd7,0x57,0xcc,0xcf, + 0xc7,0x7f,0x7c,0xf8,0xf0,0x38,0x8f,0x3d,0x71,0xa2,0xe3,0xe1,0xa7,0x67,0x6e,0x98, + 0x9c,0x5a,0x64,0x7a,0x6a,0x8e,0x34,0x56,0xc2,0xb0,0x8a,0x91,0x32,0x49,0xfc,0xff, + 0xb3,0x77,0xe7,0x71,0x92,0x5c,0x57,0x81,0xef,0x7f,0xe7,0xde,0x88,0xc8,0xa5,0xb2, + 0xf6,0xaa,0x5e,0xab,0x7a,0x97,0xd4,0xda,0xf7,0xcd,0x96,0x2c,0x59,0x5e,0xc0,0x6, + 0xf,0x66,0xb1,0x87,0x59,0xde,0x3c,0x63,0x78,0x2c,0x1e,0x33,0x66,0xc,0x66,0x1e, + 0x3,0x33,0x8f,0x37,0xe0,0xe1,0xc1,0x2c,0xc0,0xc0,0x30,0x80,0x19,0x6c,0xc0,0xc3, + 0x33,0x60,0x9e,0x31,0x6,0x1b,0xef,0xb2,0x64,0x59,0xb6,0x16,0xb7,0x64,0x49,0xdd, + 0xea,0x7d,0xaf,0xae,0xea,0xda,0xb7,0xdc,0x22,0xee,0x3d,0xef,0x8f,0xc8,0xec,0xae, + 0x2e,0xb,0x6c,0xa9,0x5a,0x52,0x75,0xe9,0x7e,0x3f,0x9f,0xf8,0x54,0x66,0x64,0xc6, + 0x8d,0xac,0xcc,0x8c,0x93,0x27,0x6e,0xdc,0x45,0x49,0x53,0x47,0xb1,0x50,0x6e,0x35, + 0xc5,0x72,0x64,0xae,0x89,0xd7,0x14,0x63,0x94,0x42,0x31,0xa6,0x58,0x8c,0xd9,0x30, + 0xe0,0xb9,0xec,0xb2,0xed,0xdc,0x7a,0xdb,0x95,0x7e,0xf7,0x95,0x1b,0xbf,0x7e,0xe3, + 0x35,0x72,0xeb,0xd4,0xbc,0x5e,0xdb,0xd7,0x29,0xdf,0x54,0xef,0x78,0x29,0x52,0x3d, + 0xfb,0x83,0x64,0xb5,0xff,0xc4,0xfc,0xc8,0x50,0xed,0xd8,0x63,0x4c,0x3e,0xfd,0x39, + 0xdc,0xc8,0x1e,0x6,0x98,0xa0,0xec,0x6a,0xb8,0x54,0x48,0x93,0x88,0x3c,0xe8,0xe6, + 0x93,0x83,0x9e,0xeb,0x34,0x71,0x2e,0x40,0x47,0xf9,0x82,0x60,0x50,0xf2,0x66,0x74, + 0xab,0x27,0x38,0x13,0x1b,0x54,0x1d,0x69,0x23,0xaf,0xde,0xb0,0x49,0x81,0xf9,0x2c, + 0xa1,0x1a,0xf,0x12,0x6f,0xb8,0x86,0x81,0x5b,0xdf,0x42,0x71,0xf8,0x66,0x48,0xd6, + 0x1d,0xc3,0x14,0x7f,0x54,0x64,0xe0,0xb3,0xcb,0x8b,0x58,0x4a,0xdd,0xe4,0x6f,0x80, + 0xff,0x1,0x60,0x2,0x23,0xbf,0x29,0x32,0xf0,0xc1,0xe5,0xcf,0x69,0xd3,0xb9,0xd3, + 0x3,0x74,0xd4,0x7f,0x1a,0x4d,0xff,0x4f,0x34,0x45,0xb3,0x2a,0x7e,0x61,0x92,0xe6, + 0xf8,0x29,0x16,0xc7,0x4f,0x50,0x9b,0x39,0x43,0xba,0x38,0x8d,0x6f,0xcc,0x43,0xd6, + 0xc0,0x65,0x75,0xbc,0x6b,0xe2,0xbd,0xcb,0x33,0x7e,0x23,0xe4,0xd5,0x69,0xe,0x1b, + 0x17,0xb0,0x71,0x27,0x51,0xb9,0x87,0xb8,0x63,0x1d,0xa5,0xee,0xcd,0x14,0xbb,0x36, + 0x13,0x75,0x6d,0x22,0x59,0xb7,0x3,0xb1,0x95,0x13,0x34,0xfd,0x77,0x48,0xd7,0xf6, + 0x67,0x97,0xbf,0x8e,0xe0,0xe5,0xf7,0x8a,0xad,0xd6,0x98,0x19,0xd3,0x37,0x36,0x6a, + 0xee,0x4f,0xbe,0xf1,0x8d,0xc9,0xe4,0x1b,0x4f,0xee,0xeb,0x79,0xfc,0xf1,0xa7,0x39, + 0x72,0x7c,0x8a,0x33,0xd5,0xd,0x58,0x13,0x23,0xb2,0x9,0x6b,0x22,0xd2,0x86,0x20, + 0x14,0x48,0xa2,0xe,0xca,0x85,0x2,0x8d,0x7a,0xb3,0x95,0xa1,0x28,0xd6,0x28,0xaa, + 0x29,0x5e,0x53,0xb2,0x46,0xc6,0x42,0xdd,0x73,0x74,0x6a,0x8a,0xa3,0x7,0xf6,0xf3, + 0xb5,0xaf,0x1c,0x36,0x57,0x5d,0xbd,0xe9,0xe6,0xdf,0xfb,0xfd,0x3,0x63,0xc7,0x8f, + 0x7a,0x26,0xe6,0x94,0xfe,0x4e,0x86,0x64,0xd9,0x24,0xad,0x97,0x1e,0x37,0x0,0xd9, + 0x50,0xa3,0x36,0xcb,0xcc,0xc4,0x19,0x1a,0xb,0x33,0x54,0x44,0x89,0x9d,0x47,0x52, + 0x5,0xb5,0xa0,0x9,0x4a,0xd6,0x6a,0x3d,0xb0,0xa4,0xfd,0xf2,0xf9,0x32,0x5a,0xab, + 0xda,0x2d,0x36,0x5a,0x75,0xb4,0xba,0xf2,0xb8,0x7a,0x31,0xa4,0x12,0xd1,0xc8,0x14, + 0x6b,0x3d,0x71,0x24,0x64,0x69,0x5e,0x8f,0x9e,0x48,0x46,0x75,0x76,0x82,0x74,0x66, + 0x94,0xe2,0xc0,0x34,0x44,0x7d,0xdb,0x30,0xae,0x7b,0xf9,0xf6,0x53,0xaa,0xff,0x5, + 0x78,0xa2,0x4f,0xe4,0x4f,0x0,0x30,0x7d,0x3f,0x8f,0x1f,0x4b,0x40,0x7e,0x2,0xc7, + 0xba,0xb,0x9f,0x7d,0x21,0xe9,0xda,0x3c,0xa1,0x7a,0xe2,0x3f,0x40,0xe9,0xbf,0xc2, + 0x2,0x12,0xa5,0xd8,0xb4,0x42,0x69,0xf8,0xae,0x7f,0x5c,0x18,0xe2,0xb7,0x34,0x9d, + 0x87,0xc5,0x49,0x98,0x3a,0x83,0x4f,0x17,0x49,0x1b,0x55,0x9a,0x8d,0x2a,0x69,0xd6, + 0xc4,0x39,0x87,0x57,0x45,0xac,0xa5,0x50,0xee,0x20,0x4a,0x4a,0x44,0xc5,0x2e,0xa2, + 0x72,0xf,0xb6,0xd2,0x8b,0x54,0x6,0x90,0x52,0xf,0x22,0xa5,0xfd,0x58,0xbd,0x1b, + 0xca,0x4e,0x8a,0x3d,0x53,0xcb,0x5f,0x43,0xb0,0x3a,0xac,0xf9,0xe0,0xac,0xaa,0xb2, + 0xbc,0x3d,0xe6,0xf8,0x68,0xfa,0xd6,0xa9,0xe9,0xc5,0x8f,0x7d,0xf5,0x2b,0x7,0xb8, + 0xff,0x8b,0x5f,0xe3,0xd9,0x7d,0x47,0xa8,0x56,0x53,0x88,0xfa,0x81,0xee,0xfc,0x74, + 0x56,0x2d,0x46,0x12,0x2c,0x45,0x54,0x13,0xaa,0x35,0x70,0x19,0xc4,0x71,0x7,0xaa, + 0xda,0x3a,0x9d,0xf4,0xd8,0x28,0xc2,0x98,0x22,0xf9,0x38,0x6b,0x8e,0xa2,0xb1,0x64, + 0x59,0x8d,0xc9,0xf1,0x29,0x1e,0x7a,0xe0,0x19,0x39,0x74,0xf0,0xd9,0x75,0x7,0xf, + 0x6f,0xe1,0xf5,0x6f,0xbc,0x99,0x9b,0x6e,0xde,0xd6,0x54,0xd5,0xe,0xa0,0xe,0x70, + 0x69,0x56,0x73,0xe4,0x57,0xff,0xd3,0xfa,0x22,0xb,0xb3,0x93,0x64,0xf5,0x1a,0x91, + 0x51,0x8c,0x3,0x55,0x50,0x2b,0xe4,0xcd,0xe4,0xc8,0xdf,0x23,0x69,0xb5,0x14,0x58, + 0x1a,0x70,0x25,0xef,0x22,0x2c,0xad,0x53,0x72,0xc8,0x9b,0x85,0x5d,0xdc,0x98,0x7c, + 0xc1,0x47,0xfe,0xbc,0x34,0x9d,0x92,0x3a,0x25,0x89,0x2d,0xc6,0x8,0x59,0xea,0xf0, + 0x92,0x11,0x89,0xc3,0x35,0xab,0xb8,0xf9,0x59,0xb4,0x5a,0x45,0xca,0xd9,0x37,0x1d, + 0x41,0xaa,0x2a,0x13,0xd0,0xa9,0xb4,0xa7,0x61,0x7,0x11,0x59,0x54,0x37,0xba,0x88, + 0xcf,0x1c,0xc6,0xbe,0x5f,0x75,0xc2,0x88,0xc,0xfc,0xca,0x84,0xea,0xbf,0x17,0x30, + 0xfd,0x22,0xbf,0xb8,0xa4,0x8,0x46,0x19,0xfe,0x61,0xe0,0x37,0x5a,0x23,0x6f,0x7e, + 0x60,0x63,0x97,0xfc,0x4,0xf0,0xdb,0xc0,0x6f,0x6b,0xf5,0xd4,0xf,0x52,0xda,0xf8, + 0x61,0xfa,0x76,0x61,0x5d,0x8d,0xd8,0xd5,0x29,0xbb,0x14,0xf0,0x79,0x9a,0x6f,0xc, + 0x88,0x5,0xa,0x10,0xc5,0xf9,0x2c,0xe4,0x92,0xb4,0x96,0xe8,0x49,0xb1,0xfd,0x37, + 0x2f,0xdd,0x57,0xb0,0x7a,0x5d,0xdc,0xe3,0x61,0x95,0x69,0x64,0x13,0xef,0x50,0xd1, + 0xd7,0x16,0xed,0xe0,0xff,0xe,0x70,0xf4,0xa8,0x16,0x27,0xe7,0xdc,0x3f,0x1f,0x1f, + 0x4f,0x3f,0xf0,0xc5,0x2f,0x8e,0xf2,0xc8,0xa3,0x87,0x19,0x19,0x5b,0xc0,0xf9,0x8, + 0x95,0x8,0x51,0x4f,0xe2,0x57,0xd2,0x74,0x53,0x91,0xc8,0x53,0xaf,0x37,0xb1,0x26, + 0x26,0x4e,0xf2,0x40,0x1d,0x25,0xca,0xd,0x37,0x6e,0xe3,0xce,0x3b,0xaf,0xe0,0x3b, + 0xdf,0xdc,0x41,0x1c,0xc7,0x74,0x94,0xe5,0xb4,0x78,0xde,0xd0,0xdf,0xc9,0x7e,0x11, + 0xf1,0xaa,0x63,0x1b,0xe0,0x4b,0xe3,0x22,0x6f,0x77,0xcb,0x4b,0x5d,0x4d,0x54,0x27, + 0xde,0xcd,0xfc,0xc8,0x6f,0xd5,0xf6,0x7d,0x8a,0xea,0x93,0x9f,0x20,0x9a,0xdc,0x9b, + 0xcf,0xfd,0x67,0xc,0x52,0x8c,0x49,0x9d,0x23,0xe6,0xd2,0x3e,0x39,0xa8,0x5b,0x10, + 0x2f,0xc4,0xde,0x10,0x7b,0x10,0x1c,0xce,0xc0,0x62,0xc,0xb3,0x71,0x85,0xd2,0x96, + 0xdb,0xe8,0xbf,0xee,0xfb,0x49,0x36,0xbd,0xe,0x8a,0x3,0x6f,0x13,0x19,0xf8,0x68, + 0x7b,0xdb,0xa6,0x8e,0xff,0xa1,0x41,0x1e,0x8a,0x64,0xe0,0x7f,0x2e,0x2d,0x33,0x8, + 0x9e,0xaf,0xd6,0x75,0xf5,0xb5,0x49,0xd5,0x4c,0xa0,0x72,0x4,0x60,0x66,0x46,0x7b, + 0x67,0x16,0x6b,0xef,0x39,0x33,0x32,0xf5,0x81,0x2f,0x7e,0xe1,0x19,0x1e,0x79,0x64, + 0xf,0x67,0xcf,0x4e,0x82,0xa,0x46,0xf2,0x7a,0xba,0x95,0x13,0x8c,0x31,0xc4,0x71, + 0x8c,0xb5,0x16,0xc1,0x2,0x11,0xb5,0x6a,0x83,0x67,0x9e,0x3e,0xc0,0x27,0xff,0xf6, + 0xb3,0x7c,0xe8,0x83,0x5f,0x67,0x7e,0xb6,0xc1,0x74,0x9d,0xab,0x14,0xf7,0xdf,0x66, + 0x66,0xe8,0x2,0xa8,0xd7,0xed,0x1f,0xc0,0x9b,0xce,0x4d,0x12,0xbb,0x7a,0x39,0xd4, + 0x3b,0x5c,0xb3,0x49,0x96,0x35,0x41,0x5d,0x3e,0xcc,0x67,0x6b,0x9c,0x60,0xd5,0x8b, + 0xf1,0x3e,0xbe,0xcc,0x14,0xda,0x6d,0x88,0xf3,0xd3,0x81,0x7c,0x75,0x5e,0xf5,0xa2, + 0x64,0x59,0x8a,0x6f,0xe6,0xe3,0x30,0x7f,0x73,0x37,0x8c,0xfc,0x7d,0x8,0x82,0x95, + 0x5a,0xd3,0xd5,0x1a,0xc5,0xb8,0xef,0x6f,0x80,0xbf,0x39,0x31,0xa1,0x9b,0xc7,0xa7, + 0xeb,0xef,0x19,0x39,0x3d,0xf6,0xbe,0x4f,0xfc,0xcd,0x1e,0xf6,0x3e,0x33,0xc5,0x99, + 0x33,0x4d,0x90,0x6e,0x6c,0x9c,0xf,0x78,0x23,0x22,0xd8,0xc8,0xae,0xf0,0xb8,0x52, + 0xb2,0x2c,0x6f,0xd1,0xa1,0xe4,0x65,0x46,0x51,0x1,0x1b,0x41,0xa3,0xb6,0xc8,0xd1, + 0x23,0x63,0xcc,0xcc,0x8c,0xd2,0x55,0x89,0xd9,0xb9,0x63,0xc3,0x9b,0x26,0xcf,0x8c, + 0xbe,0xf9,0xc7,0x7e,0xec,0x96,0x14,0xa0,0x54,0x1a,0xf8,0xee,0x5a,0x3a,0xf1,0x7a, + 0x55,0x7d,0x48,0x44,0x5e,0xf8,0xd8,0xd,0x2f,0x1,0xef,0x32,0xd2,0x7a,0x95,0x66, + 0xa3,0x46,0x51,0x33,0xa2,0x56,0x13,0x2e,0xa7,0x8e,0x7c,0x6a,0xec,0xe5,0x5b,0x5c, + 0x5a,0xcc,0xb9,0x45,0xc9,0x47,0x53,0x6e,0x7,0x66,0x30,0x78,0x9a,0xf5,0x1a,0x59, + 0xbd,0x86,0xfa,0x7c,0x9e,0xc2,0xa5,0x6c,0xfe,0xb4,0x20,0x58,0xb1,0x35,0x9d,0x39, + 0xb7,0xcd,0x4d,0x2d,0xdc,0x73,0xfc,0xf8,0xc4,0xfb,0x3e,0xfb,0x99,0x27,0x78,0xfc, + 0xd1,0x3,0x4c,0x4f,0x35,0x49,0xa2,0x2e,0xe2,0xb8,0xdc,0x1a,0x26,0xb2,0xd5,0x1c, + 0x69,0x65,0x91,0xb9,0xc5,0x23,0x6,0xbc,0xcf,0xab,0x37,0xb2,0xa6,0xc7,0x4a,0x99, + 0x38,0xea,0x1,0x2a,0x34,0x6a,0x45,0xfe,0xfc,0x23,0x9f,0xe1,0xc4,0xf1,0x91,0x8f, + 0xdc,0x71,0xf7,0x35,0xff,0xf2,0xe8,0x51,0x3d,0x57,0x37,0x69,0x8c,0xdc,0x37,0x37, + 0x77,0xba,0xbc,0xa4,0xb0,0xd5,0xc7,0x65,0xf8,0xac,0x41,0xda,0xac,0xe1,0xd2,0x3a, + 0x68,0x3e,0xa8,0x91,0x91,0xbc,0xce,0x7d,0x2d,0x38,0x77,0x85,0xa2,0x35,0xeb,0x77, + 0xde,0x43,0x2f,0x3f,0x58,0x4,0x48,0x9b,0xd,0x9a,0xf5,0x7a,0xeb,0x7b,0xb3,0xfc, + 0x7f,0x5e,0x3b,0xef,0x43,0xf0,0xf2,0x5a,0xf3,0xc1,0xf9,0xd9,0xc3,0x7a,0xdd,0xa9, + 0xe3,0x73,0xdf,0x7b,0xff,0x17,0x9f,0xe2,0x6b,0x5f,0x3b,0x48,0x6d,0xb1,0x80,0xa1, + 0x13,0x31,0x65,0x5c,0x66,0x40,0x21,0x8e,0x22,0x44,0x94,0x34,0xfd,0x96,0xf3,0xb2, + 0x7e,0x4b,0x42,0x3e,0xea,0x5a,0x1c,0xc7,0x18,0x89,0x71,0xce,0x90,0x36,0x21,0x6d, + 0x46,0xf8,0xac,0x3,0x7c,0x27,0xe3,0x63,0x29,0x9f,0xfb,0xcc,0xe3,0xec,0x7d,0xfa, + 0xf8,0xaf,0x67,0xbe,0xf9,0x8b,0x67,0xce,0x68,0x7,0x40,0xc1,0xf6,0xff,0xdb,0xee, + 0xee,0xa1,0xd5,0x3d,0xbd,0x8f,0x4f,0xc1,0xa5,0x78,0xd7,0x40,0x35,0xcb,0xbb,0x11, + 0xb,0x79,0x55,0x80,0x5e,0xf2,0x49,0x33,0x90,0xff,0xf,0xed,0x60,0x9c,0x67,0xcf, + 0xad,0xc0,0xac,0x0,0x8a,0x4f,0x53,0x7c,0x96,0xc2,0x73,0x4,0x67,0xc3,0xf9,0x51, + 0xdf,0x82,0x60,0x25,0xd6,0x74,0xb5,0x6,0xc0,0x81,0x7d,0xa7,0xae,0x3f,0x76,0xfc, + 0xcc,0xf,0x3c,0xf2,0xc8,0x11,0x66,0xa6,0x2d,0x49,0xbc,0x8e,0x2c,0x2d,0x92,0x66, + 0x16,0xaf,0x6,0x1b,0xe5,0x33,0x40,0x78,0xef,0x51,0xef,0xc1,0xbc,0xf0,0x43,0x4b, + 0x15,0xbc,0xcb,0x7,0xa9,0xb1,0xa6,0x40,0xb1,0x18,0xe3,0xbd,0xe4,0xbd,0x95,0x15, + 0x2c,0x3d,0xd4,0x16,0xe6,0xe8,0xeb,0xd9,0xc1,0xb1,0xa3,0x67,0xf8,0xe8,0x5f,0x3c, + 0x48,0x77,0x57,0xe9,0xdf,0x24,0xdd,0xc9,0xaf,0x73,0x6e,0xe,0xb6,0x55,0xce,0xe5, + 0x75,0xce,0xf8,0x7c,0x3a,0x24,0x63,0x0,0x5,0xf5,0x20,0x96,0x7c,0x2c,0xe2,0x4b, + 0x5c,0x3b,0x5b,0x6e,0x67,0xcc,0xe7,0xab,0x34,0xc0,0xa8,0xe6,0xf5,0xea,0xed,0x21, + 0xed,0x82,0xe0,0x45,0xb2,0xa6,0x32,0xe7,0x7a,0x7a,0xf6,0xcd,0xcd,0x6c,0xf2,0xc7, + 0xda,0xf7,0x9f,0x78,0x42,0xef,0x9b,0x9e,0xa9,0xfe,0xd4,0x17,0xbe,0xf0,0x24,0x47, + 0x8f,0xcc,0x91,0x24,0x83,0xa4,0xcd,0x2,0xcd,0x66,0x44,0x14,0x95,0xe9,0xe8,0xe8, + 0xc4,0x1a,0x4b,0xb3,0xd1,0x0,0xef,0x28,0x15,0xda,0xbd,0xd6,0x5e,0x18,0x11,0xb0, + 0x26,0xc2,0x39,0x4f,0x96,0xa5,0xb4,0x7,0xd8,0xc9,0x52,0x25,0x4b,0xd,0x22,0x25, + 0x54,0x3b,0xf1,0xae,0x93,0xb4,0x51,0xe1,0xc8,0xe1,0x49,0x1e,0x7c,0x60,0x2f,0x1d, + 0x51,0xc7,0x87,0x9e,0x7e,0x5a,0xfb,0x96,0x15,0xb7,0x6a,0x89,0xb6,0xff,0x57,0xc9, + 0x7,0xdd,0xd1,0x3c,0x56,0x89,0x90,0x7,0xeb,0x4b,0x5c,0xbb,0x8e,0x79,0xe9,0xef, + 0xcc,0xd2,0x75,0xed,0xea,0x8d,0x20,0x78,0x31,0xad,0xa9,0xcc,0x39,0x8d,0xdc,0x63, + 0x96,0xec,0x19,0x80,0xa9,0x59,0x7d,0xcb,0x53,0x4f,0x8f,0xfc,0xc6,0x9e,0x3d,0x7, + 0x76,0x9c,0x39,0x53,0xc3,0x98,0x3e,0xd0,0x2e,0xbc,0xc6,0x88,0x4d,0x50,0x6f,0x48, + 0xd3,0x14,0x55,0x4f,0x64,0xd,0x62,0x3c,0xde,0x65,0xac,0xf4,0x2d,0x11,0xb5,0xb4, + 0x87,0xa4,0xf4,0x3e,0x45,0x35,0xc2,0x58,0xb,0x58,0x9c,0x13,0xd4,0x27,0x18,0x12, + 0x84,0x79,0x1a,0xf5,0x94,0xc7,0x1f,0x3f,0xc0,0xe6,0xe1,0xee,0xef,0x2c,0xc6,0xc9, + 0xb9,0xba,0xe7,0xd5,0x4e,0x8c,0xc1,0x1a,0x4b,0x43,0x15,0xaf,0x79,0x1d,0x3b,0x2e, + 0x6f,0x7,0xae,0xe6,0xd2,0xf,0x5c,0xed,0x6a,0x9a,0xb,0x68,0xfe,0x23,0xa4,0x5e, + 0x31,0x62,0xf2,0xee,0xd2,0xaa,0xcb,0x6b,0x35,0x82,0xe0,0xa2,0x59,0x3,0x79,0xce, + 0x79,0x89,0x8b,0xdf,0x64,0x7d,0xfc,0xa3,0x0,0xa7,0x4e,0xb9,0xc1,0x33,0x23,0xb5, + 0x1d,0xc7,0x8f,0x4f,0xb1,0xb8,0x18,0xe1,0x7d,0x7,0x69,0x96,0xa0,0x92,0x80,0x58, + 0x3c,0xe4,0xd5,0x18,0xea,0xb1,0xc6,0x60,0x91,0x15,0xb6,0xd4,0x20,0x3f,0xa0,0xd5, + 0x20,0xda,0x9a,0x48,0x13,0x8f,0x90,0x61,0x8c,0x6f,0xd,0xf1,0x8,0xce,0x19,0xbc, + 0x16,0x30,0xa6,0x2,0x54,0x98,0x9e,0x4e,0x39,0x74,0xe4,0x2c,0x37,0xdf,0x79,0xe5, + 0xa3,0xc7,0x8e,0xe9,0xc6,0xb,0xb,0x5c,0x9d,0x44,0x2c,0x22,0x6,0xf5,0xf9,0x80, + 0xf5,0xed,0x94,0x72,0x79,0x3c,0xbb,0x94,0x89,0x70,0xee,0x47,0x16,0x5a,0xff,0x9b, + 0x2,0x8,0x2a,0x6,0xc4,0xe6,0xcb,0x73,0xd6,0x30,0x3f,0xd7,0xba,0x20,0x78,0x7e, + 0x56,0x96,0x26,0xae,0x32,0x89,0xed,0xff,0x63,0x80,0xd1,0xb3,0xfa,0x23,0x63,0x63, + 0xf3,0xbf,0x7b,0xe8,0xe0,0x18,0xa3,0xa3,0x8b,0xd4,0x6a,0x16,0xa4,0x44,0xa6,0x31, + 0x8a,0x5,0x1,0x69,0x5d,0x55,0xcf,0x9b,0x4a,0xb5,0xc7,0xbe,0x5d,0xe9,0xf8,0x9e, + 0xf9,0x58,0x64,0xe0,0xc9,0x7b,0xc,0x7a,0xda,0xf3,0xcc,0xe7,0x71,0x3f,0xaf,0xa0, + 0xf5,0x1e,0xe2,0xa8,0x3,0xa4,0xc1,0x42,0x75,0x86,0x63,0x47,0x46,0x39,0x72,0x74, + 0x62,0x53,0xa9,0xa3,0xbc,0xfa,0x8f,0x6a,0x1b,0x23,0x36,0xc6,0x98,0x4,0x55,0x9b, + 0x5f,0x13,0x13,0x30,0x2,0x5e,0xf2,0xa6,0xbf,0x97,0x7a,0xbd,0xb3,0xb6,0x16,0xf, + 0xe4,0x23,0xcb,0xe5,0x3d,0x18,0xf3,0x25,0xbf,0x4c,0x28,0x62,0x41,0xa2,0x7c,0x0, + 0xe8,0xb,0xac,0xa9,0x7c,0x27,0x78,0x19,0xad,0xa9,0x6f,0x92,0x88,0xa8,0x88,0x68, + 0xb5,0x8a,0x8c,0x8f,0x2f,0xda,0x93,0x27,0x27,0x98,0x5f,0x70,0x20,0x5,0xa2,0xa8, + 0x4,0x62,0x51,0x51,0x54,0x1c,0x6a,0x32,0x30,0x19,0x48,0x86,0xa8,0xc7,0x78,0x30, + 0x2b,0xcd,0x9c,0x1,0x7c,0x82,0x68,0x8c,0x0,0x98,0x26,0x6a,0x9a,0xa8,0xa9,0x82, + 0xad,0x81,0x69,0x60,0x23,0xa5,0x99,0x35,0x71,0x6a,0x51,0x29,0x90,0x36,0xd,0x67, + 0xcf,0x2e,0x70,0xf8,0xe0,0x19,0x76,0xed,0xec,0x3c,0x39,0x32,0xa5,0x5b,0x97,0x17, + 0xb9,0xaa,0x98,0x18,0x13,0x15,0x88,0x8a,0x65,0x4c,0x54,0xc2,0x7b,0x73,0x61,0xf6, + 0xbc,0xb2,0x5f,0xb7,0x55,0xc1,0x1,0x19,0x82,0xd3,0x8,0x8f,0xc5,0x8b,0x80,0x80, + 0x37,0xa0,0xc6,0x12,0xc5,0x45,0xa2,0x42,0x11,0x63,0xcd,0x2c,0x98,0xc6,0x85,0x5b, + 0xcb,0x3c,0x48,0xfd,0xc2,0x75,0x41,0xf0,0xfc,0xad,0xa9,0xcc,0xb9,0x6d,0x7e,0xc1, + 0x31,0x39,0x55,0x67,0x62,0x72,0x11,0x97,0x45,0x88,0x29,0x82,0x89,0x51,0x55,0x54, + 0x3c,0x22,0x19,0x68,0x13,0xc5,0xb5,0xb2,0x66,0xc8,0xb3,0xde,0x8b,0x90,0xf2,0x69, + 0xc4,0x92,0x86,0xb2,0x79,0x80,0x86,0x3c,0x6a,0x89,0x20,0x71,0x44,0x5a,0xcb,0x5a, + 0xa7,0xcd,0x6,0x63,0x4a,0x54,0xeb,0xf3,0x9c,0x1e,0x99,0x64,0x76,0xd6,0x93,0x7e, + 0x53,0x8f,0xb3,0xd5,0x26,0x86,0xb8,0x40,0x54,0xea,0x22,0x29,0x76,0xe0,0xab,0x9, + 0xce,0xa7,0x18,0x23,0x78,0xc,0x9e,0xfc,0x4c,0xe1,0x52,0xa6,0x2a,0xa0,0x51,0xfe, + 0xff,0x48,0xde,0x2a,0x45,0xc5,0xb5,0xfe,0x2b,0xa1,0x58,0xee,0x20,0x2a,0x55,0x60, + 0xf1,0xf0,0x3b,0xa5,0xfb,0x9a,0x4f,0x2c,0xdd,0x56,0x64,0xf0,0x3d,0x4b,0xef,0x7, + 0xc1,0xb,0xb5,0xa6,0x32,0xe7,0xb6,0xa9,0xa9,0x2a,0x13,0xe3,0xf3,0xcc,0xce,0xd4, + 0x50,0xf2,0xc9,0x44,0x3d,0x90,0x79,0xd7,0x3a,0xc8,0x52,0x30,0x19,0x2a,0x19,0x88, + 0x7,0x34,0x9f,0xbd,0x63,0xc5,0x31,0x25,0x3f,0xa8,0xcf,0x8d,0x91,0x29,0x19,0x48, + 0x13,0xa4,0x1,0xa6,0xe,0xa6,0x81,0xb1,0xe,0x4f,0x8a,0x98,0xbc,0x62,0xc5,0xd8, + 0x18,0xe7,0x2c,0xe3,0x13,0x73,0x4c,0x4f,0x79,0x66,0x5e,0xd0,0xb4,0xa1,0x2f,0x21, + 0x6b,0x4e,0x60,0xed,0xde,0xb8,0xd2,0x45,0x47,0x47,0x37,0x91,0x2d,0xa0,0xde,0xe0, + 0x54,0xce,0xbd,0xd7,0x97,0xba,0xbc,0x92,0xab,0x3d,0xc9,0x93,0xc1,0xd3,0x6a,0xed, + 0x2c,0x6,0x95,0x88,0x72,0xa5,0x8b,0xa8,0xa3,0xb,0x4a,0xa5,0xe5,0x9b,0x6,0xc1, + 0x45,0xb3,0x26,0x83,0xf3,0xec,0x6c,0x95,0xb9,0xd9,0x45,0x6a,0xd5,0x26,0x22,0x11, + 0x88,0xc9,0x2f,0xee,0xb4,0xc7,0x7f,0x10,0xc7,0xb9,0x3a,0x61,0xf2,0xe0,0xc,0x5c, + 0x8c,0xbc,0x99,0xfc,0x62,0x50,0xfb,0x6d,0xf5,0x40,0x5e,0x75,0x92,0x7,0xe9,0xb4, + 0xf5,0xc3,0x0,0x71,0x1c,0x3,0x6,0x55,0x43,0x96,0x29,0x73,0xb3,0x8b,0xcc,0xcf, + 0x3b,0xea,0xab,0xfd,0x84,0xb8,0xe1,0xe,0x60,0xfc,0xa3,0xb6,0x58,0xa6,0x50,0xea, + 0xc0,0x44,0x5,0x9c,0x1a,0xbc,0x37,0xa8,0x5a,0xf2,0x3a,0xd9,0x4b,0xdb,0xf9,0xab, + 0x10,0x86,0xf6,0xb7,0x22,0xf,0xd6,0x6,0x15,0x21,0x29,0x77,0x10,0x95,0xca,0x90, + 0x84,0xe0,0x1c,0xbc,0x78,0x2e,0xfd,0x23,0xe9,0x39,0x54,0xab,0x75,0x16,0x6a,0x4d, + 0xd2,0xc,0xac,0x49,0xf2,0x4c,0xd6,0xe7,0x93,0x65,0xa,0x59,0x5e,0xad,0x21,0x59, + 0xeb,0xb8,0x8b,0xf0,0x14,0x71,0xda,0x81,0xcb,0x3b,0xea,0xad,0x88,0xe2,0x5a,0x7, + 0xb2,0xb4,0x82,0x55,0x84,0x6a,0x8c,0x6a,0x94,0x1f,0xdc,0xe4,0xb3,0x6c,0x68,0x7b, + 0xd8,0x4c,0xb1,0xa8,0x37,0x34,0x9b,0xc2,0xfc,0x82,0x67,0x7a,0xb5,0x67,0xce,0xc6, + 0xf4,0x62,0x4a,0x67,0xd4,0x54,0xfe,0x2e,0xeb,0xbd,0x8a,0x5a,0x65,0xb,0xd5,0xb8, + 0x3,0x6f,0x3c,0x91,0x4f,0xb1,0xa,0xd,0x12,0x52,0x22,0x9c,0xe6,0x27,0x26,0x91, + 0x6b,0x2d,0x3e,0x5f,0xac,0x27,0xaf,0xf9,0x59,0x72,0xa6,0x22,0xe4,0x5f,0xc6,0x8b, + 0xf2,0x85,0x6c,0x97,0xbd,0x64,0xc9,0x7f,0x96,0xf3,0xfa,0xe4,0x6f,0xb5,0x18,0x57, + 0x22,0xa2,0x88,0x3a,0x4f,0xea,0x32,0xbc,0xf1,0x64,0x6,0x9a,0x14,0xb1,0x85,0x61, + 0x4c,0xf7,0x35,0x10,0x57,0xfe,0x92,0x28,0xd9,0xcf,0x32,0xaa,0x27,0xdf,0xa4,0x7a, + 0xf2,0xba,0xe5,0xeb,0x83,0xe0,0xf9,0xba,0x28,0xc7,0xc2,0x6a,0x32,0x56,0xd5,0x57, + 0x6f,0xde,0x5e,0xf9,0xc7,0xa9,0x73,0xa8,0x18,0xa2,0xa8,0x80,0x78,0x8b,0x66,0xbe, + 0x95,0xd3,0xe6,0x27,0xaa,0xed,0x7a,0x66,0x47,0x9c,0x7,0x67,0x3a,0xf0,0xac,0x34, + 0x13,0x52,0x30,0xed,0xcc,0xdc,0x0,0x31,0xaa,0x5,0xd0,0x2,0x68,0x11,0x25,0x6, + 0x89,0x10,0x63,0xc9,0x7c,0xa,0x92,0xf,0x8c,0x8e,0xc4,0x40,0x7e,0x71,0x70,0xb5, + 0x67,0xce,0x92,0xf4,0x3f,0x2c,0x85,0x1d,0x3f,0xa7,0xd1,0xe6,0x8f,0xb9,0xc1,0x1b, + 0xa9,0x77,0x5d,0x4e,0xad,0xd0,0x8b,0xc6,0x50,0x30,0xd,0x62,0xf1,0x34,0x4d,0x81, + 0xac,0x75,0xc6,0x62,0x80,0x48,0x21,0x56,0x88,0xdb,0xc1,0x59,0xf3,0x60,0xbc,0x34, + 0x3e,0x5f,0xcc,0xe0,0x7c,0x6e,0x3c,0xc,0xda,0x79,0x6f,0x7b,0x5f,0x82,0x8a,0xe0, + 0xc5,0xe0,0xce,0x2d,0x82,0x17,0xc1,0xb,0xb4,0x67,0x6d,0xb1,0x3e,0x21,0xd1,0x2, + 0x82,0xc7,0x6b,0x8a,0x8f,0x1c,0xd,0x81,0xd4,0x74,0x53,0xea,0xbe,0x92,0xb8,0xf7, + 0x46,0x88,0xb6,0xfe,0x89,0x14,0x6e,0xff,0xa6,0xf9,0x3,0xc1,0xbc,0xd,0xcc,0xad, + 0xcb,0xd7,0x6,0xc1,0xf3,0x75,0xe9,0x57,0x10,0x2e,0x63,0x84,0x6b,0x3b,0x3b,0xe3, + 0xd7,0x19,0x23,0x79,0x55,0x86,0x92,0x67,0xa7,0xe7,0x9a,0x7d,0x59,0xd0,0x56,0xf3, + 0x27,0x15,0xce,0x57,0x6d,0x5c,0x9c,0x2b,0x71,0xed,0x46,0x73,0x79,0x99,0x70,0x3e, + 0x3c,0xe4,0x47,0xbe,0x57,0x8f,0x6a,0xde,0xa5,0xfb,0xdc,0x23,0x22,0xe4,0xbd,0xeb, + 0xe4,0xfc,0x8,0xed,0xab,0x9c,0xed,0xee,0xa3,0x90,0xce,0x51,0xec,0xec,0xa5,0x31, + 0x5d,0xc1,0x37,0xb,0x78,0xaa,0xe0,0xdb,0x39,0xea,0xf9,0xe6,0x67,0x5e,0xf2,0x60, + 0xd9,0xbe,0x9d,0xb5,0x16,0x8f,0x80,0x28,0xb6,0x1d,0xa1,0x39,0xff,0x9e,0xac,0x48, + 0xfe,0xb1,0x3f,0x7,0x45,0x34,0xdf,0xe7,0xf9,0xfd,0x9c,0x7f,0xe6,0xf9,0x75,0x75, + 0x54,0x2d,0xd6,0xfa,0x7c,0xd4,0x42,0xb1,0xa4,0x3e,0xc1,0x16,0xfb,0x28,0xf7,0x6f, + 0xc4,0x16,0xcb,0xcf,0xd1,0x84,0xae,0x6d,0x65,0xbd,0x4c,0x83,0xa0,0x6d,0xcd,0x5, + 0x67,0x5a,0x41,0x2f,0xb2,0x79,0xf,0xae,0xac,0x99,0xb5,0xe,0xc8,0x18,0x75,0x1e, + 0x6c,0xc,0xea,0x10,0xd1,0x3c,0xc5,0x42,0x81,0x14,0x35,0x72,0xbe,0x91,0xc5,0x4a, + 0x48,0x3b,0x2c,0x2d,0x59,0x81,0x2,0xad,0x36,0xd0,0xad,0xf4,0x4c,0x90,0x56,0xc, + 0x53,0x54,0xf2,0xa1,0x27,0xad,0x91,0x25,0xf3,0x67,0xac,0x72,0xe5,0x32,0x51,0x77, + 0x1f,0x1d,0x83,0x9b,0x71,0x53,0x83,0x2c,0x4e,0x9d,0x42,0xb4,0x4a,0x64,0x15,0xeb, + 0x1d,0xa6,0xd5,0x12,0xa6,0x1d,0x90,0x5d,0x2b,0x60,0x3a,0x81,0x4c,0x2c,0x99,0x44, + 0xe4,0x21,0xd2,0xe3,0x71,0x44,0x38,0xd0,0x56,0x80,0x3c,0x1f,0x25,0x5f,0x90,0xfc, + 0xdd,0x3e,0x7f,0x9b,0xd6,0xfd,0x7c,0x6f,0xe7,0x3,0xf3,0xb9,0x71,0x33,0x96,0x11, + 0x53,0x3,0x24,0xaf,0x7e,0xb2,0x31,0x4d,0x9f,0xd0,0x94,0x6e,0xca,0x5d,0xc3,0x24, + 0x1b,0x77,0x61,0xca,0x5d,0xff,0x40,0x70,0xe6,0x57,0xc0,0xcf,0x2d,0x5f,0x19,0x4, + 0xcf,0xd7,0x9a,0xb,0xce,0x52,0xe3,0x4f,0xc7,0xc7,0x6a,0x7d,0x85,0x62,0xfc,0xfe, + 0x7c,0xa4,0xb9,0x6,0xea,0x3b,0xb0,0x51,0x44,0xe6,0xda,0xe9,0xaa,0x6f,0x9d,0xf7, + 0x66,0x80,0x6b,0x1d,0xb9,0xf9,0x61,0xfb,0x5c,0x7,0xeb,0xf3,0xe3,0x41,0x96,0x57, + 0xaa,0xb6,0x42,0x83,0xa,0x60,0x11,0x14,0x51,0x70,0xde,0x23,0x92,0x77,0x7f,0x8e, + 0x22,0x28,0x26,0x50,0x5c,0x69,0xcd,0xca,0x4b,0x26,0xc6,0x94,0xbb,0x28,0x6e,0xd8, + 0x46,0xfd,0xec,0x10,0x93,0x93,0x87,0xc8,0xdc,0x22,0xdd,0x11,0x58,0x97,0x72,0xae, + 0x89,0xa2,0xb4,0xf3,0xe8,0xbc,0x3e,0x37,0x95,0x88,0x4c,0x12,0x9c,0x44,0x20,0x82, + 0x68,0x7e,0xd6,0x22,0x9a,0x22,0x64,0x17,0xa5,0x5a,0x3,0x96,0xe6,0xc3,0x80,0x9c, + 0xf,0xc2,0x76,0xe9,0xc7,0xd2,0x26,0xf9,0xba,0xf6,0x73,0xa2,0x48,0x71,0x59,0x7e, + 0xe,0x94,0x69,0x42,0x5d,0x2b,0x48,0x69,0x33,0xe5,0xc1,0x2b,0x89,0x6,0x77,0x42, + 0xa9,0x7,0xcc,0x73,0xff,0x8a,0x8a,0xac,0x3b,0xb8,0x7c,0x5d,0x10,0xbc,0x10,0x17, + 0xeb,0x58,0x58,0x35,0x6,0x6,0x64,0x2e,0x8e,0xa,0xe3,0xbd,0xdd,0x1d,0x94,0x8a, + 0x11,0x68,0x9e,0x95,0x1a,0xc9,0x6b,0x34,0x85,0x8,0xd1,0x98,0x7c,0x22,0x52,0x43, + 0x7e,0x54,0xb6,0x5a,0x53,0xb0,0xf2,0x21,0x43,0xf3,0x50,0xd4,0xaa,0xd2,0x68,0x47, + 0x27,0xa4,0xb5,0x2f,0x83,0xb4,0x6f,0x6b,0xfe,0x43,0x20,0x78,0x92,0xc4,0xd2,0xd9, + 0x51,0xa4,0xaf,0xd7,0xd0,0xdb,0xd3,0x2e,0x67,0x95,0x8b,0x7,0xfe,0x90,0x58,0xde, + 0x6d,0xfa,0x36,0x91,0x6c,0xd8,0x85,0xe9,0xde,0x46,0x2d,0xda,0x40,0x8d,0xa,0x16, + 0x87,0xd5,0x56,0xf3,0x44,0xf2,0x58,0xe8,0xa1,0x55,0xbf,0x6b,0xf0,0x62,0xf3,0x5, + 0x8b,0x62,0x1,0x9b,0xbf,0x1f,0xcf,0x15,0x38,0x5f,0x0,0x2f,0xe7,0x97,0x76,0xab, + 0x46,0x96,0x94,0xdd,0xfa,0x44,0xf2,0xef,0x85,0xe6,0x17,0x28,0xad,0xe6,0xb7,0x8d, + 0x92,0x8f,0xc7,0x2d,0x79,0x45,0x57,0x83,0x84,0x34,0x1a,0xa4,0xd8,0x7f,0x25,0xf1, + 0xa6,0xeb,0x90,0x8e,0xd,0x10,0x95,0x20,0x4a,0x5a,0x5,0x7,0xc1,0x8b,0x63,0xcd, + 0x5,0x67,0x80,0xc1,0xc1,0x1e,0x6,0xfb,0xbb,0xe9,0xeb,0x29,0x53,0x28,0x8,0xd6, + 0x68,0xde,0xbd,0xd8,0x29,0xa2,0x11,0x79,0x5b,0xe4,0x38,0xf,0x92,0xa2,0x78,0x93, + 0x81,0x69,0x80,0x5d,0x59,0x70,0x56,0x40,0x5b,0x59,0xb3,0x4a,0x7e,0x4a,0x9f,0x7, + 0x62,0x43,0x1e,0x80,0xf2,0x1f,0x4,0xe3,0x1,0xf5,0x58,0x1c,0x49,0xc,0x95,0x72, + 0x44,0x5f,0x6f,0x85,0x75,0x3,0x2c,0x6c,0xe8,0xb9,0x18,0xe1,0xe9,0xc5,0x27,0x22, + 0x19,0x26,0x6e,0x48,0xa9,0x97,0xd2,0xa6,0x2b,0xe8,0xdd,0x76,0x23,0xda,0xbd,0x93, + 0x45,0xd7,0x99,0xb7,0xca,0x68,0x5,0x3a,0xab,0xf9,0x97,0xac,0x1d,0xc,0xcf,0x6d, + 0xf,0xa0,0x20,0xaa,0x18,0x9f,0xd7,0x3b,0x5b,0x9f,0x5f,0x30,0x5c,0x29,0xf,0x78, + 0x39,0xdf,0x56,0xb9,0xdd,0x6b,0x51,0x5a,0xaf,0x67,0xe9,0xd2,0x7e,0x6d,0x4b,0xb5, + 0xeb,0xc5,0x53,0x93,0x90,0xc5,0x3d,0x44,0x9d,0x5b,0xe9,0x1a,0xba,0x9e,0x78,0xd3, + 0xd5,0x68,0x32,0x0,0x5e,0xde,0x22,0x32,0xf8,0xf1,0x65,0x9b,0x5,0xc1,0x45,0xb5, + 0xe6,0xaa,0x35,0xa6,0xa6,0xa6,0xba,0x6b,0xd,0xa,0x9d,0x9d,0x76,0xb4,0xa7,0xb7, + 0xb8,0xa1,0x90,0xd4,0x71,0x59,0x9e,0x15,0xe7,0x7,0x61,0x7e,0x38,0xea,0xb9,0xc, + 0x16,0xc4,0x78,0x14,0xb7,0xf2,0x3a,0x67,0x81,0xbc,0x5a,0xe3,0x7c,0x41,0xf9,0x3e, + 0x65,0x59,0xb7,0x66,0xf,0xde,0x23,0xd6,0x13,0x19,0x4f,0xa9,0x4,0xeb,0x6,0x3b, + 0x98,0x99,0x9e,0x7e,0xf3,0xf5,0xd7,0x95,0x46,0x96,0x3e,0x73,0x55,0xb3,0xc5,0x59, + 0xd4,0x8f,0x46,0x3d,0xc3,0x1b,0xca,0x9b,0xae,0xc1,0xce,0xd6,0xa9,0xcf,0x4f,0xa3, + 0x9c,0x40,0x68,0xd5,0xbc,0x6b,0xfe,0x1e,0x58,0x3,0x8a,0xe2,0x35,0x23,0xaf,0x3e, + 0xf2,0xa0,0x82,0x55,0x25,0xd2,0x8c,0xd8,0x3b,0xe2,0xd6,0x7b,0xb4,0xd2,0x4b,0xb3, + 0x79,0xad,0xb2,0x9c,0xfb,0x1c,0xda,0x2d,0x37,0xce,0x5,0xe2,0x76,0xb0,0x96,0xd6, + 0xf,0xaa,0x9e,0x3b,0xd7,0x1,0x1,0xaf,0xd0,0x34,0x90,0x46,0x65,0x5c,0x61,0x10, + 0xdb,0xb3,0x15,0x19,0xbc,0x1c,0x92,0x81,0x53,0xce,0x15,0xaa,0xf8,0x4b,0x64,0xec, + 0xed,0xe0,0x92,0xb6,0xe6,0x32,0x67,0x47,0xe1,0x9e,0xa4,0xb8,0x50,0x98,0x9c,0x4a, + 0x7f,0x7e,0xeb,0x96,0x1,0x8a,0x85,0x26,0xea,0xe7,0xf0,0xba,0x40,0x94,0x78,0xf2, + 0x81,0x88,0x20,0x3f,0xdf,0x95,0xd6,0x5f,0xd0,0xbf,0xef,0xea,0xd0,0xf3,0x76,0xbe, + 0x95,0xc2,0x79,0xf9,0xc5,0x40,0xc1,0xb4,0x7e,0xd,0x1d,0x99,0xab,0x51,0x2a,0x46, + 0x34,0x1b,0x33,0x54,0xca,0xc2,0xed,0xb7,0x5d,0xcd,0xe5,0x57,0x6c,0xf8,0xb5,0xb3, + 0x67,0x19,0xb8,0x60,0xd3,0x55,0x4c,0x64,0xdd,0x5f,0x10,0x99,0x7f,0x4b,0x79,0x1d, + 0xf1,0xba,0x2b,0xe8,0x19,0xbe,0x89,0x8e,0xc1,0xdd,0x64,0xb6,0x3,0x67,0xa,0x78, + 0x35,0x64,0x3e,0x7f,0x2f,0xac,0x85,0x58,0x20,0x52,0x4f,0xac,0x4d,0x62,0x6d,0xe4, + 0x7f,0x7d,0x93,0x48,0x53,0xac,0xfa,0x8b,0xd4,0x4b,0xf3,0x1f,0xb0,0xfc,0xf3,0xd5, + 0x3c,0x10,0x67,0x1e,0x9c,0x7,0x87,0xc5,0x4b,0x4c,0xd,0xa1,0x6e,0x2c,0xcd,0xa8, + 0x97,0xa4,0x7f,0x7,0xfd,0x3b,0x6f,0x22,0xe9,0x1f,0x7e,0x12,0x6f,0xbe,0x2f,0x2e, + 0xf,0x5e,0x11,0x97,0x6,0xbf,0xb8,0xac,0xa4,0x20,0xb8,0xe8,0xd6,0x54,0x70,0xae, + 0xd5,0x66,0x76,0x95,0xb,0xd5,0xd3,0x83,0xbd,0x9d,0xff,0x65,0xf7,0x95,0x3b,0x8e, + 0x74,0xf7,0x76,0x7c,0xad,0xd8,0x91,0x91,0x94,0x1a,0x44,0x71,0x9d,0x34,0x9d,0x1, + 0xea,0x5c,0x98,0x9b,0xe5,0x55,0xe,0xf9,0x28,0x63,0xcb,0x8f,0xde,0x95,0x6a,0xe7, + 0x6b,0x2d,0xaa,0x58,0x63,0x68,0xd4,0x16,0x29,0x97,0x62,0x22,0xd3,0x44,0x4c,0x8d, + 0xa1,0xe1,0x1e,0x3a,0x3b,0xcd,0xc7,0xa7,0x26,0xcd,0x77,0xad,0x5f,0x2f,0xa3,0xe7, + 0x37,0xb8,0x14,0x14,0x8f,0x60,0xcb,0x5f,0xb5,0x95,0x4d,0x74,0x6d,0xbc,0x9a,0x9e, + 0xcd,0xd7,0xe2,0xcb,0x9b,0xa9,0x4a,0xf,0x75,0xdb,0x1,0xc5,0x22,0x1e,0x43,0x75, + 0x1,0x9a,0xf5,0xfc,0x54,0x2d,0x56,0x25,0xd6,0x8c,0x58,0x9b,0x44,0xa4,0xe4,0xb5, + 0xcf,0x17,0xcf,0x5,0x31,0xfe,0x39,0x82,0x7d,0xfb,0x63,0xce,0x14,0x32,0x15,0x9c, + 0x44,0x38,0x53,0xc4,0x49,0x81,0x26,0x5,0xe6,0x5d,0x91,0xaa,0xac,0x23,0xea,0xd9, + 0x45,0xe7,0xb6,0x1b,0x88,0x86,0xae,0x80,0x42,0xf4,0xd3,0xd2,0xb3,0xe5,0xd1,0xb, + 0x4b,0xa,0x82,0x17,0xcf,0x9a,0xa,0xce,0xaa,0x6e,0x3d,0xc8,0x36,0x80,0x5b,0x6f, + 0x94,0xfb,0xbd,0x6b,0xfe,0xee,0xee,0xdd,0x9b,0x88,0xe2,0x5,0x8c,0x9d,0x27,0x4e, + 0x1a,0x40,0xd,0x68,0x92,0x5f,0x8b,0x6f,0x5,0x66,0x8d,0xf2,0xe5,0x22,0xd4,0xf2, + 0xfc,0x43,0xc9,0x9f,0xa0,0xa4,0x59,0x83,0x42,0xc1,0x50,0x2a,0xa,0xb3,0x73,0xa3, + 0x74,0xf7,0x58,0x5e,0x75,0xe7,0x35,0x8c,0x8f,0xcf,0xbc,0xeb,0x9a,0x6b,0x64,0x6a, + 0xf9,0x36,0xab,0x9d,0xc8,0xba,0x2f,0x61,0xe2,0x9f,0x94,0xa8,0xe3,0xd7,0xb,0x5d, + 0x1b,0x7e,0xbd,0x6b,0x70,0xd3,0xdf,0xc4,0xc3,0xb7,0x52,0x2f,0x6f,0x67,0xda,0xf7, + 0xb2,0xa0,0x9d,0xb8,0xb8,0x84,0x44,0xf9,0x57,0x4d,0x3c,0xed,0x4b,0x80,0xe7,0x3a, + 0xba,0xb,0x4b,0x2e,0xde,0x5d,0xb4,0xdf,0xc7,0xfc,0x93,0x38,0xf7,0x5,0x5f,0xf2, + 0xc1,0xa8,0x82,0x53,0xc8,0xbb,0x23,0x15,0x50,0x53,0xc2,0x9b,0x12,0x99,0xe9,0x20, + 0x33,0x65,0x6a,0xd1,0x16,0xe8,0xba,0x8a,0x8e,0xa1,0x9b,0x48,0xb6,0x5c,0x87,0xf4, + 0x6e,0x86,0x4a,0x7f,0xbb,0xa4,0x20,0x78,0x49,0xac,0xa9,0xe0,0x5c,0x2e,0xf7,0x3f, + 0x44,0xc6,0xe9,0xc5,0xb9,0xe9,0xef,0x3,0xb8,0xea,0xaa,0x6d,0x8f,0xd,0xd,0xf, + 0x7e,0x64,0xf3,0x50,0x85,0xd4,0x4d,0x10,0xc5,0x55,0xb0,0x75,0x90,0x94,0xbc,0x61, + 0x97,0x80,0x5a,0x54,0x63,0xd0,0x4,0xf5,0x2b,0xcf,0xdf,0xce,0xb5,0xe,0xa0,0x1d, + 0x69,0x96,0x66,0xcf,0x9e,0x34,0xad,0x53,0x28,0x58,0x6a,0xf5,0x39,0x9a,0xcd,0x59, + 0x6e,0xba,0x69,0x37,0x5b,0x86,0x87,0xfe,0xc3,0xae,0x5d,0x5b,0x2e,0xd9,0xb6,0xb1, + 0x22,0x83,0x8f,0x49,0x61,0xe3,0x7b,0xa5,0x6f,0xd7,0x7b,0x4d,0x5f,0xe5,0x8f,0xb, + 0x57,0xbc,0x96,0xe2,0xd6,0xdb,0x69,0x54,0x76,0x30,0xe1,0xba,0x98,0x73,0x25,0xb4, + 0x90,0x60,0xe2,0x3c,0x30,0x2e,0x7d,0x47,0x94,0xf3,0x17,0xe0,0x32,0x3,0xee,0x22, + 0x7c,0x23,0x5b,0x57,0x14,0x96,0xae,0x38,0x5f,0xdf,0x4c,0x9e,0x31,0x7b,0x4,0x95, + 0x18,0x67,0x12,0x52,0x49,0x68,0x48,0x81,0x86,0x14,0x68,0x4a,0x89,0xa4,0xf7,0x3a, + 0xfa,0xb6,0xbd,0x86,0x8e,0xed,0x77,0x62,0x7a,0xb6,0x82,0x4d,0x7e,0x8f,0xd4,0x1f, + 0x5a,0x5a,0x64,0x10,0xbc,0xd8,0x56,0x9e,0x2a,0xae,0x32,0x19,0x7e,0xaa,0x64,0xf3, + 0x4b,0x74,0x70,0xc3,0xbe,0x0,0x0,0x20,0x0,0x49,0x44,0x41,0x54,0x4b,0xdf,0xf1, + 0x1d,0x1b,0x9f,0xfe,0xfc,0x17,0x47,0x3e,0x99,0x94,0xcc,0xf,0x8e,0x4d,0x7c,0x99, + 0xf9,0x85,0xc5,0xbc,0xb5,0x6,0x16,0x51,0xd3,0xca,0xab,0x6c,0x7e,0xb1,0xce,0x3, + 0x92,0x67,0x73,0x2b,0xd3,0xe,0x1,0xed,0xc0,0xbc,0x24,0x8f,0x16,0x88,0x8c,0x92, + 0xa6,0x79,0x15,0xcb,0xd5,0xd7,0xec,0xe0,0xbb,0xbe,0xfb,0xe,0xa2,0xc4,0xfc,0xce, + 0xe6,0xa1,0x89,0x5f,0x4e,0xdd,0x78,0x6f,0x64,0x9a,0x3f,0x2d,0xb2,0x79,0xe2,0xfc, + 0x46,0x97,0x98,0xc1,0x1b,0xb0,0xdd,0x35,0xba,0x92,0x41,0x5c,0xa1,0x8b,0xe9,0x43, + 0x5f,0x61,0x7a,0xea,0x59,0x1c,0xb,0x74,0x59,0x28,0xd8,0xfc,0xad,0x56,0xf2,0x1f, + 0x32,0x2f,0xad,0x77,0x48,0xdb,0xe1,0x53,0xb0,0x2b,0xbd,0x24,0x28,0xc0,0xd2,0x0, + 0xbd,0xe4,0x23,0x68,0xef,0x1b,0x89,0xf1,0x36,0xc1,0x69,0x44,0x5d,0x2d,0x8e,0x18, + 0x1b,0x97,0x89,0xb,0x25,0x6,0xb6,0xbc,0x8a,0x8e,0x9d,0x37,0x63,0x7,0x37,0x42, + 0x5c,0x7c,0x3f,0x91,0xfd,0x2d,0x89,0x37,0x8c,0x9d,0x2f,0x25,0x8,0x5e,0x7c,0x6b, + 0x2e,0x38,0x77,0x77,0xaf,0x3b,0xb0,0xf4,0xfe,0x8e,0xab,0x36,0x7e,0x76,0xe4,0xec, + 0xdc,0xaf,0xbc,0xea,0xae,0x1b,0x7e,0xee,0xb1,0xc7,0x4f,0x30,0x39,0xd1,0xc4,0xb9, + 0x62,0x7e,0x5e,0xab,0x8a,0xaa,0x1,0x55,0xbc,0x31,0x88,0x5f,0x72,0xee,0xfb,0x82, + 0x5d,0x90,0xb3,0x9d,0xa7,0x80,0x7a,0x6c,0x64,0x10,0x2c,0xc3,0x9b,0x87,0x78,0xeb, + 0xf7,0xdc,0xca,0xc0,0x40,0xcf,0xf,0x14,0xa,0x85,0x69,0x9b,0xa4,0x1f,0x8d,0x4c, + 0xfd,0x2f,0x41,0xfe,0x3d,0x70,0xe9,0x6,0xe7,0xa4,0xf2,0x25,0xf1,0xc9,0x1b,0xa2, + 0xbe,0xa1,0x57,0xf7,0x5f,0x19,0xff,0x62,0x29,0x72,0xcc,0x1d,0xce,0x70,0x13,0x29, + 0x4d,0x6d,0x12,0x19,0x8f,0x21,0x7f,0x3b,0x9c,0xe4,0xe7,0x2f,0x8a,0xe0,0xa5,0xfd, + 0xa3,0xc9,0xca,0x83,0x33,0x17,0x7e,0xa,0xcb,0x3f,0x11,0xf,0x60,0x4,0x24,0xc2, + 0x69,0x7e,0x11,0x30,0x2e,0x75,0xd1,0x3d,0xb8,0x91,0x68,0x60,0x1d,0xd1,0xf6,0xdb, + 0x30,0x5d,0x9b,0xff,0x15,0x51,0x71,0x1f,0x51,0xe1,0x31,0x91,0xde,0x99,0x65,0x45, + 0x4,0xc1,0x8b,0x6e,0xcd,0x5,0xe7,0xe5,0xb6,0xaf,0x97,0xd1,0xa3,0xa7,0x1b,0x4f, + 0x6f,0xda,0xdc,0xcb,0xcc,0xc,0x4c,0x4d,0x1e,0x45,0x44,0xf3,0x66,0x54,0xad,0xf6, + 0x53,0xaa,0x6,0x75,0xad,0x4c,0xab,0xdd,0x73,0x62,0x45,0x96,0x87,0x83,0xf3,0x79, + 0xb4,0xcb,0x32,0x36,0xae,0xef,0xe3,0xd5,0xaf,0xba,0x9e,0x9e,0xee,0xee,0x57,0x1d, + 0x3e,0x1c,0x3f,0xf2,0xf6,0xb7,0x8b,0x3,0xbe,0xbc,0xd0,0x78,0xb6,0x61,0x92,0x4b, + 0xbb,0x73,0x83,0xc8,0xc6,0xb3,0xc0,0xe7,0x74,0xf1,0x68,0xc5,0xf4,0x26,0x74,0x5e, + 0x79,0x33,0xa5,0x52,0x9d,0xc6,0xfe,0x79,0x1a,0x63,0x8b,0xa4,0x7e,0x91,0xc4,0x9c, + 0xcf,0x9c,0x15,0x21,0x23,0xc2,0x13,0xa1,0x44,0x18,0xd1,0x25,0xed,0xda,0x5e,0x1c, + 0xce,0x1,0xb6,0xd5,0xe,0x5a,0x22,0x6c,0x54,0xa2,0xbb,0xb7,0x9f,0xe2,0xf6,0x9d, + 0x98,0xad,0x3b,0xa0,0x38,0xf9,0x83,0x2c,0xe,0xff,0xb5,0xc,0x6c,0xa8,0x2d,0xdf, + 0x36,0x8,0x5e,0x2a,0x6b,0x3e,0x38,0x3,0x6c,0xdb,0x94,0x7c,0xd4,0xd3,0x5f,0x7a, + 0xdb,0xf,0x5c,0xfe,0x7,0xc2,0x59,0x8e,0x1c,0x9e,0x60,0x74,0x54,0x81,0x5e,0xbc, + 0xef,0xc5,0xa5,0x15,0xe2,0xa8,0x87,0x62,0x49,0xc8,0xe4,0x28,0xaa,0x8a,0xcf,0xc0, + 0xfb,0xbc,0x59,0x9c,0x10,0x61,0x24,0xc2,0x18,0x43,0x9a,0xe6,0x4d,0xf1,0x44,0x40, + 0x4c,0x2b,0x1,0x13,0xd0,0xd6,0x80,0x46,0xae,0xb6,0x1e,0xc4,0x61,0xa4,0x86,0xc4, + 0x8b,0xd8,0x68,0x1e,0x6b,0xe6,0x31,0xc9,0x1c,0x62,0x66,0xe8,0xe9,0x55,0xde,0xfc, + 0xe6,0xbb,0xf9,0xee,0xef,0xee,0xa6,0x23,0x8a,0x9f,0xdd,0xba,0xb5,0xdd,0xb6,0xf, + 0x3a,0x92,0xf8,0x5a,0xf8,0xa3,0xf9,0xf6,0xfd,0x4b,0x5a,0x52,0x41,0xa4,0x84,0xc4, + 0x1d,0xd8,0x64,0x2b,0x59,0xe7,0x6d,0x4c,0x9f,0xd8,0xcb,0xc2,0xe8,0x21,0xdc,0xcc, + 0x9,0x7a,0x64,0x9e,0x8a,0xce,0x50,0x68,0x4c,0x52,0xa8,0x2f,0x90,0xb8,0x94,0xd8, + 0x8,0x2e,0x11,0x16,0x4a,0x15,0xf0,0x2e,0x6f,0xe7,0xa6,0xed,0x79,0x1e,0xc1,0x92, + 0xf7,0x22,0x54,0x55,0x20,0x6f,0x9a,0x88,0xc9,0x2f,0x2b,0xe6,0x9d,0xc5,0xf3,0x67, + 0x76,0xb8,0x19,0xc4,0x71,0xae,0xd5,0x64,0xab,0xf6,0xa,0x2f,0x90,0xa,0x68,0x5, + 0xe6,0x28,0xb0,0x18,0x6f,0x86,0xde,0xab,0xa9,0x6c,0xba,0xd,0x37,0x7c,0x2b,0x8d, + 0x68,0xf6,0x9e,0x52,0xc7,0xfe,0xa7,0xe9,0xae,0xcf,0x4a,0xff,0x96,0x73,0x9f,0x4b, + 0x10,0xbc,0x1c,0x5e,0x11,0xc1,0x59,0x44,0x9a,0x93,0x33,0x3a,0x77,0xed,0xd5,0xdb, + 0x9a,0x42,0x59,0x3e,0xfa,0xd1,0x7,0xe3,0xc9,0xc9,0xa3,0x14,0x62,0x47,0xa1,0x50, + 0x60,0x61,0x5e,0x99,0x9b,0x19,0x67,0x61,0xb1,0x89,0x49,0xe6,0x89,0xe3,0x98,0x28, + 0x2a,0x60,0x6d,0x4c,0x3e,0x82,0x9c,0xe0,0x1c,0x64,0x99,0x23,0x8a,0x5a,0xd3,0x5d, + 0xa9,0x47,0xbd,0xe2,0xc4,0xa3,0xed,0x14,0x1c,0xa1,0x5c,0x8a,0xa8,0xd5,0x17,0x50, + 0x1a,0x74,0x14,0xd,0xc6,0x8,0xf5,0x74,0x11,0xf5,0xb,0x54,0x3a,0x94,0xb7,0xbc, + 0xe5,0xd,0xdc,0x7a,0xeb,0x15,0xcc,0x8d,0xcf,0x75,0x5f,0x75,0xc7,0xc0,0x5,0x17, + 0x1,0x45,0x76,0xce,0x2e,0xbd,0x7f,0x29,0x93,0x78,0xf0,0xaf,0x0,0x51,0x1d,0xfb, + 0x4e,0xdb,0x1d,0xfd,0x75,0x4f,0x64,0xe3,0x4a,0xb9,0xcc,0x7c,0x6f,0xf,0x23,0xfb, + 0xa1,0x3a,0x7d,0x82,0x46,0x75,0x8e,0x6e,0xa,0xf4,0x55,0x84,0x84,0x3a,0xbe,0x9a, + 0x92,0x55,0x15,0xb5,0xb,0x79,0x3c,0x95,0x7c,0x31,0xa,0xd2,0x5a,0xc,0x60,0xc, + 0xf9,0xe7,0xa2,0x82,0xf7,0xad,0xbf,0xb4,0x62,0xb9,0xe6,0x71,0xdd,0x18,0x20,0xc9, + 0x7f,0x40,0x91,0x3c,0x19,0x6f,0x0,0x75,0x81,0xa9,0x5a,0x1,0xe9,0xdc,0x40,0xcf, + 0xa6,0x2b,0xe9,0x1c,0xbe,0x99,0xf2,0xa6,0x1b,0x30,0x7d,0xdb,0x53,0xa2,0xf2,0x8c, + 0x14,0xbe,0xfb,0x92,0x6b,0x31,0x13,0xac,0x4d,0xdf,0x7c,0xfe,0xbd,0x86,0xa9,0x6a, + 0x69,0xef,0x41,0xbe,0xff,0xf4,0xa9,0x99,0xff,0xf2,0xf9,0xcf,0x3f,0xb1,0xee,0x81, + 0x7,0xf6,0x31,0x39,0xa1,0x14,0x93,0x41,0xf0,0x65,0x9a,0x4d,0x47,0x52,0x89,0xf1, + 0x4e,0x71,0xce,0xe7,0xa7,0xbf,0x2a,0xe4,0x59,0x9a,0x65,0xe9,0xdb,0x75,0xbe,0xab, + 0x49,0xbe,0x48,0x2b,0x83,0x36,0x5a,0xc0,0x6b,0x9d,0x38,0x71,0x44,0x51,0x93,0x85, + 0xea,0x29,0x60,0x9e,0xeb,0x6e,0x1c,0xe6,0xae,0xbb,0xae,0xe2,0x4d,0x6f,0xbe,0xe9, + 0xc4,0x40,0xbf,0x55,0xad,0x73,0xed,0xe0,0xa0,0xac,0x8d,0x2c,0xf9,0x5b,0x50,0x1d, + 0xb9,0x7,0xef,0xfe,0xc,0xb7,0xb8,0x9e,0xea,0x38,0xe9,0xc8,0x41,0xa6,0x8e,0x3f, + 0xc3,0xd4,0xb1,0xa7,0x70,0xb3,0x27,0xa9,0xb0,0x48,0xc5,0x36,0x88,0x5c,0x3,0xb2, + 0x2a,0x5,0xdb,0x44,0x5a,0x81,0xd9,0x2,0x78,0xd0,0xd6,0x82,0x6b,0xb5,0xf4,0xc8, + 0x3f,0x16,0x20,0xf,0xc0,0xd2,0xaa,0x2a,0x41,0x60,0xe,0x83,0xb1,0x16,0x63,0xc, + 0xce,0x5b,0x1a,0x19,0x38,0x12,0x7c,0x54,0xc1,0xc5,0xbd,0x74,0xac,0xdb,0x49,0x69, + 0xc3,0x65,0x14,0x86,0xaf,0xc1,0x6c,0xb8,0x1c,0x8a,0xeb,0x21,0x2a,0xbc,0xb1,0x46, + 0x69,0x7f,0x89,0xde,0x33,0x22,0x92,0xe6,0x25,0x7,0xc1,0xcb,0xe7,0x15,0x15,0x9c, + 0xc7,0xa7,0xf5,0x3e,0x31,0xbc,0x61,0x71,0x81,0x4f,0x8e,0x8d,0xcd,0xfe,0xfe,0x17, + 0x3e,0xb7,0x6f,0xf7,0xd7,0x1e,0x3e,0xc4,0xc4,0x78,0x9d,0x66,0xdd,0xd0,0x68,0x5a, + 0x1a,0xae,0x13,0xe7,0x3d,0xea,0x5,0x10,0x8c,0x58,0x84,0xa8,0x95,0xa9,0xe5,0xd9, + 0xb3,0xb5,0x16,0x63,0x5b,0x6f,0x9d,0xe6,0x97,0xb4,0x10,0x10,0xa3,0x88,0xce,0x1, + 0x4d,0x4c,0x94,0x92,0x24,0x8e,0x4a,0x97,0x70,0xc5,0xe5,0x1b,0x78,0xc3,0x77,0xdc, + 0xcc,0x9d,0x77,0xc,0x7d,0x6d,0x78,0xa3,0x79,0x8d,0x88,0xac,0x6c,0x10,0x8f,0x4b, + 0x90,0xea,0xf8,0xad,0xf8,0xe6,0x7f,0x83,0x7a,0x27,0x6e,0xe1,0x6a,0x9d,0x1d,0xa5, + 0x71,0xe6,0x10,0x73,0xa7,0xf,0x52,0x3d,0x7b,0x8c,0x74,0x7e,0x2,0xe3,0xeb,0x14, + 0xa8,0xd3,0x5b,0xdd,0x97,0x57,0x50,0xa8,0xe6,0x19,0x33,0xad,0xec,0x19,0x6d,0x45, + 0xe0,0x56,0x99,0xed,0x1b,0x72,0x61,0x70,0x3e,0x61,0x3b,0x11,0x5b,0x40,0xa4,0x88, + 0x97,0x32,0xd0,0x49,0x5c,0x5e,0x4f,0xb9,0x77,0x98,0xa4,0x73,0x33,0x95,0xcb,0xae, + 0xc7,0x94,0x7b,0xf6,0xd0,0x3d,0xd0,0xc0,0x76,0x40,0x54,0xc0,0xfb,0x88,0x6,0x6, + 0x13,0xf9,0x77,0x14,0x65,0xf0,0x9b,0x66,0x38,0x9,0x82,0x97,0xda,0x2b,0x2a,0x38, + 0x2f,0x35,0x3e,0xae,0xb7,0xcc,0xce,0xa6,0x3f,0xff,0xf8,0x63,0x63,0xeb,0xf6,0x3f, + 0x7b,0xe4,0x55,0xfb,0x9e,0x39,0xcc,0xf8,0x44,0x93,0xb3,0x33,0xdd,0xb8,0xcc,0xe1, + 0x9d,0x82,0x18,0xac,0x49,0x30,0x12,0xa3,0x5e,0xf1,0xad,0xda,0xb,0x6b,0x2d,0x22, + 0xe0,0xd5,0xe3,0x5c,0x8a,0x57,0x87,0x88,0x60,0x44,0x29,0x96,0xc7,0x28,0xc4,0x96, + 0xce,0xae,0x84,0xa1,0xe1,0x41,0x6e,0xbc,0xe9,0x32,0xbd,0x6c,0xe7,0xd6,0x8f,0x5f, + 0x7b,0x43,0x99,0xfd,0xcf,0x98,0xb7,0xbd,0xf6,0xb5,0xb2,0xf2,0xa6,0x8,0x97,0x30, + 0x6d,0x1c,0xbf,0x1a,0x2b,0xff,0x3,0xc9,0xee,0xc6,0x2f,0xa0,0x8b,0x53,0xb8,0x89, + 0x53,0xcc,0x8d,0x9e,0xa4,0x3a,0x33,0x8e,0xaf,0x4d,0xd1,0x3b,0xf3,0x8,0x9a,0x65, + 0xa4,0x69,0x3,0x9f,0x36,0x50,0x97,0xf,0x27,0x6a,0x5b,0x67,0x28,0xa8,0xb6,0x26, + 0x2d,0x68,0x9f,0xbf,0x98,0xfc,0x9b,0x2c,0x6,0x44,0x18,0x29,0x6f,0x20,0x29,0x74, + 0x52,0xea,0x18,0x20,0x29,0x6f,0xa0,0x58,0x1a,0xa2,0xd4,0xb3,0x9d,0x62,0xa9,0xe7, + 0x53,0xa6,0x6b,0xb8,0x41,0xdf,0x26,0x20,0xfa,0x71,0xe9,0xc,0xcd,0xe3,0x82,0xd5, + 0xeb,0x15,0x1b,0x9c,0xdb,0x9e,0x7a,0x5c,0xaf,0x9c,0x99,0x9f,0xf9,0xc9,0x3,0xcf, + 0x1e,0xde,0x54,0xad,0xf1,0x3d,0xcf,0x1c,0x14,0x26,0x27,0x27,0x19,0x1d,0x3d,0xcb, + 0xcc,0xf4,0x3c,0xcd,0x66,0x86,0x35,0x11,0xd6,0xc6,0x88,0x58,0xb2,0x2c,0xc3,0x98, + 0xfc,0x7c,0x5a,0x5b,0x59,0xb3,0x8d,0x2c,0xc5,0x62,0x42,0xb9,0x94,0xb0,0x75,0x6b, + 0x8d,0xa1,0xe1,0x8d,0xec,0xdc,0xb5,0x2d,0x13,0x6b,0x3f,0x70,0xf3,0x4d,0xbb,0xfc, + 0x75,0x57,0xcb,0xbb,0x2f,0xdc,0xeb,0x2b,0x9b,0xea,0xcc,0x4e,0x48,0x7f,0xcd,0xf9, + 0xf4,0xfb,0xc,0x29,0xe2,0x53,0xb4,0x3a,0x4b,0xba,0x38,0x4b,0x56,0x9d,0xa4,0x38, + 0xfd,0x34,0xae,0xd1,0x20,0xad,0x2e,0x50,0xab,0xce,0x51,0xaf,0x2d,0xe2,0x1a,0x35, + 0xd4,0xa5,0xa8,0x66,0xf9,0x40,0x56,0x2,0x22,0x82,0x58,0x43,0x14,0x27,0x44,0x71, + 0x8c,0x8d,0x13,0xac,0x35,0x64,0x7d,0x9b,0x88,0xa,0x5d,0x14,0xbb,0xd6,0x93,0x94, + 0x37,0x13,0x95,0x36,0x21,0x52,0xfa,0x10,0xa6,0xf2,0x1e,0x19,0xb8,0xfc,0x1f,0xec, + 0xec,0x53,0x4f,0x27,0xbe,0xbf,0x10,0x25,0xf,0x88,0x74,0x8d,0x2f,0x7f,0x2c,0x8, + 0x5e,0x4a,0xaf,0xf8,0xe0,0xdc,0x76,0xe4,0x99,0xea,0xd6,0xf9,0x3a,0xff,0x6e,0xba, + 0xc6,0xf,0x8f,0x8d,0xcd,0x73,0xe2,0xf8,0x24,0x23,0x23,0x67,0x99,0x9e,0x9e,0xa3, + 0xba,0x58,0xa3,0x5e,0x6f,0x92,0xa6,0x19,0x2e,0xf3,0x18,0x6b,0xb0,0xc6,0x12,0xc7, + 0x86,0x72,0xb9,0x48,0x6f,0x7f,0x1f,0xeb,0xd7,0xf,0xd0,0xd7,0x57,0xe6,0x8a,0xcb, + 0x84,0x9e,0xde,0xee,0x66,0xa1,0xd0,0xff,0x8b,0xd7,0x5d,0x23,0xbf,0xb2,0x7c,0x3f, + 0x41,0x6e,0x71,0x71,0x62,0xc8,0xc6,0xfc,0x50,0xc1,0xb4,0xfa,0x73,0xd3,0x4,0x97, + 0x41,0x5a,0x1d,0xc0,0x35,0xff,0x15,0x59,0x8a,0x36,0xeb,0x64,0xf5,0x45,0xd2,0x46, + 0x1d,0xd7,0xac,0xa1,0xae,0x81,0x7a,0x87,0x77,0xad,0x89,0x16,0x85,0x3c,0x38,0x47, + 0x31,0x36,0x29,0x60,0xa3,0x8,0x13,0x45,0xd8,0x72,0x5,0xb1,0x5,0x88,0xbb,0x20, + 0xea,0x1,0x93,0xfc,0x3f,0x44,0xf1,0x2f,0x8b,0x6c,0xfc,0x96,0xa3,0xc9,0x35,0xb2, + 0xc9,0x1f,0xc9,0xac,0xff,0x64,0x87,0xc,0x5e,0x3a,0xa3,0x3,0x6,0x6b,0x52,0x8, + 0xce,0x4b,0x8c,0x2d,0xe8,0x6,0x6d,0xf0,0xdd,0xe3,0xe3,0x70,0xe6,0x4c,0x93,0xb1, + 0xb1,0x9,0xd4,0xd7,0x87,0x37,0x6d,0x2a,0xfd,0xfb,0xea,0x62,0x93,0x66,0xd3,0xa1, + 0xa,0xc6,0x8,0x51,0x64,0x48,0x12,0x43,0xa1,0x10,0xcd,0x1c,0x3c,0xb0,0xf8,0xbe, + 0xa1,0xa1,0x21,0x6,0x6,0x8b,0xec,0xda,0xe,0x22,0xa4,0x7d,0x7d,0xf2,0x47,0xcb, + 0xcb,0xf,0xbe,0x35,0xd5,0xa9,0x6e,0xc8,0xde,0x96,0xf,0x13,0xe7,0x20,0xad,0x83, + 0x4f,0xc1,0xa5,0xe0,0x1b,0xe4,0xdd,0x56,0x1c,0xce,0xb5,0xae,0xe,0x5a,0x8b,0x35, + 0x6,0x6c,0xd2,0x6a,0x32,0x67,0xc0,0xc4,0xe4,0xd3,0x48,0x15,0x80,0x4e,0xb0,0x83, + 0x7f,0x22,0x22,0x8d,0xa5,0xfb,0x9,0x82,0xd5,0x2e,0x4,0xe7,0x6f,0xe1,0xc0,0x84, + 0x76,0x95,0x3c,0x77,0xbb,0x46,0xab,0xf3,0x42,0x4b,0x62,0x21,0x2a,0x40,0xb1,0x44, + 0xbd,0xb7,0x53,0x3e,0x7f,0xfe,0x91,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x58,0xeb, + 0x9a,0x7a,0xe6,0xf6,0xa6,0x8e,0x9d,0x6e,0xea,0xd8,0x69,0xa7,0x53,0x7f,0xb3,0xfc, + 0xf1,0x20,0x8,0x82,0x97,0xca,0x2b,0xa2,0x87,0xe0,0xb7,0x2b,0xa6,0x90,0x78,0xdc, + 0x51,0xc3,0xc0,0xdd,0x22,0x2b,0x9e,0xb4,0x2a,0x8,0x82,0x20,0x8,0x82,0x20,0x58, + 0x4b,0xd6,0xd4,0x5,0x41,0xd5,0xd9,0x7e,0x70,0x43,0xe0,0x27,0x45,0x6,0x4e,0x2d, + 0x7f,0x3c,0x8,0xfe,0x21,0x75,0x3d,0x7b,0xb9,0xa0,0xa5,0x84,0x75,0x7,0x44,0x24, + 0x8c,0x48,0x17,0xbc,0xac,0xd6,0x58,0xb5,0x86,0xbb,0x13,0xfc,0xbb,0x80,0x4f,0x1, + 0xbf,0xb5,0xfc,0xd1,0x4b,0xcd,0xd4,0x9c,0xde,0xa5,0x9e,0x4a,0x46,0xab,0xa5,0x48, + 0x6,0xb5,0x98,0x87,0x77,0xf6,0xc9,0xb7,0x1c,0x20,0x69,0x41,0xa7,0x6f,0xb0,0x34, + 0x37,0x44,0xb8,0xd6,0x87,0x6c,0x1,0xfb,0x94,0xc8,0xc0,0xe9,0xb,0x9f,0x19,0x9c, + 0x67,0x7f,0xd2,0x91,0xed,0x6c,0x30,0xfe,0x53,0xc0,0x5,0xe3,0x82,0x7,0xc1,0x4b, + 0x6d,0x4d,0x65,0xce,0x6b,0xc1,0xe1,0x63,0xfa,0x3,0x93,0x67,0x9b,0x9d,0xc7,0x4e, + 0x8e,0x30,0x3c,0x54,0xfc,0xe5,0x34,0xcb,0x36,0x35,0x9b,0x19,0x69,0x9a,0x91,0x65, + 0x9e,0x3,0xfb,0x4e,0xfe,0xd2,0xec,0xfc,0xc2,0xd1,0xe1,0xe1,0x41,0xb6,0x6e,0xdb, + 0xc4,0xa6,0xad,0x1b,0xb0,0x71,0xf1,0xd3,0x57,0x6e,0x95,0xb,0x3a,0x4d,0xcc,0x65, + 0x53,0x3f,0x61,0x25,0xbd,0xa5,0x60,0xfc,0x3d,0x78,0xbf,0x13,0xc,0xa8,0x79,0x67, + 0x14,0xad,0xff,0xe0,0xd2,0xe7,0x5,0x41,0xb0,0x3a,0x85,0xe0,0xbc,0x4a,0x3c,0xfa, + 0xc4,0xfc,0x4f,0x1e,0x39,0x7a,0xac,0x53,0xd3,0xae,0x9f,0x99,0x9a,0x5c,0xec,0x3d, + 0x7d,0x6a,0x94,0xb3,0x63,0x13,0x2c,0x2c,0xd6,0xc8,0x52,0x4f,0x96,0x65,0x64,0x59, + 0x46,0xb1,0x98,0x50,0x2a,0xc7,0x74,0xf7,0x94,0x59,0xb7,0xbe,0x9b,0xcd,0x43,0x83, + 0x88,0x26,0x7f,0x38,0xbc,0x65,0xe8,0xf0,0x15,0x57,0x74,0x52,0xa8,0xf0,0x17,0xeb, + 0xba,0xe5,0x60,0xbb,0xdc,0x4c,0xcf,0xbe,0x4d,0x5d,0xf6,0xef,0x3c,0x1c,0xc5,0xe9, + 0xff,0x5d,0x28,0x6c,0xfe,0xfa,0xd2,0xfd,0x6,0x41,0xb0,0x3a,0x85,0xe0,0xfc,0x32, + 0x3b,0x70,0x48,0xff,0xe3,0x63,0x8f,0x1d,0xec,0x9c,0x9c,0x99,0x7a,0xc7,0xf1,0x13, + 0xa7,0x2a,0x47,0xf6,0x45,0xcc,0x4c,0xd5,0x99,0x9b,0x9b,0xa7,0x5e,0x6f,0x20,0x44, + 0xc4,0x51,0x1,0x11,0x83,0xaa,0x92,0xf,0xd3,0x96,0xa1,0x9a,0x62,0x23,0xa5,0xa7, + 0xa7,0xc8,0xf0,0xd6,0x8d,0x5c,0x76,0xf9,0x56,0xb6,0x6e,0xeb,0x63,0xeb,0xf6,0xee, + 0xbf,0xd9,0xb6,0xb3,0x74,0x2c,0x2e,0xf1,0x3f,0xd7,0x57,0xe4,0x9,0x0,0xd5,0x89, + 0xd7,0x83,0x9e,0x94,0x30,0xda,0x5a,0x10,0x5c,0x32,0x42,0x70,0x7e,0x19,0x3d,0xf0, + 0x50,0xf5,0x83,0xfb,0x9e,0x3d,0xf4,0x4f,0x1e,0x7d,0x74,0x5f,0xe1,0xf0,0x91,0xd3, + 0xcc,0x2f,0xd4,0x69,0xcc,0x6e,0x7,0x9f,0x20,0x18,0xf2,0x4b,0x2,0xf9,0x38,0xd2, + 0xea,0x5,0xaf,0x1e,0xef,0x1c,0xd6,0x82,0x8d,0x5,0x91,0xc,0xc8,0x88,0x62,0x28, + 0x77,0x24,0x74,0x74,0x94,0xb8,0xe9,0xf6,0xa,0xb7,0xdc,0xbe,0x99,0xcb,0x2f,0x1f, + 0xfc,0xea,0x40,0x5f,0xf1,0xa7,0xd7,0xf7,0xcb,0x57,0x2e,0xdc,0x6b,0x10,0x4,0x97, + 0x82,0x10,0x9c,0x5f,0x26,0x7f,0xf5,0xf1,0x91,0xbf,0x7b,0xf0,0xa1,0x3d,0xf7,0x3d, + 0xfa,0xf8,0xa1,0x78,0x6e,0x4e,0x51,0x5f,0xa0,0x5a,0x77,0xb8,0xea,0x0,0x91,0x2d, + 0x11,0x47,0x5,0x8c,0x24,0xe4,0xb3,0x7d,0x80,0x11,0x8b,0xb5,0x11,0x22,0x2,0xa2, + 0x28,0x19,0x59,0xd6,0x20,0xcd,0x1a,0x40,0x4a,0x9c,0x18,0x92,0x24,0xa6,0x50,0x1e, + 0x61,0x78,0x6b,0x89,0xd7,0xbc,0xe6,0x3a,0xee,0x79,0xcd,0xf6,0xfd,0x9b,0xb6,0x74, + 0xbc,0x7b,0xa0,0x53,0x3e,0xb7,0x7c,0xff,0x41,0x10,0xac,0x6e,0x21,0x38,0xbf,0xc4, + 0x46,0xc7,0xf4,0x99,0x2f,0x7e,0xf1,0x48,0xf1,0x53,0x9f,0xfe,0xda,0xb6,0x47,0x1e, + 0x3d,0x68,0xd2,0x66,0x99,0xae,0x9e,0x2d,0x18,0xd3,0xc1,0xfc,0x7c,0x93,0xd8,0xd8, + 0xbc,0xa,0xc3,0x4b,0x3e,0xf6,0x4f,0x6,0xde,0xb,0x82,0x60,0x4c,0x94,0xf,0xbc, + 0x24,0x60,0x23,0x41,0x4,0x14,0x87,0xd7,0xc,0xef,0x32,0x14,0x87,0xb1,0x53,0x18, + 0xb3,0xc0,0xd0,0x50,0xf,0xf7,0xbd,0xee,0x5a,0x5e,0x77,0xdf,0xee,0xb1,0xf5,0x1b, + 0x3a,0x7e,0x6c,0xeb,0x66,0xf9,0xf8,0xf2,0xd7,0x12,0x4,0xc1,0xea,0x15,0x82,0xf3, + 0x4b,0xec,0x63,0x7f,0x75,0xaa,0xfa,0x89,0xbf,0xfd,0x72,0xe9,0x6b,0x8f,0x1c,0x22, + 0x8a,0x36,0x50,0x28,0xac,0x67,0x72,0x32,0xa5,0xde,0xb0,0xf4,0x74,0xf,0xa2,0x32, + 0x82,0xf7,0x4d,0xbc,0x7,0xc1,0x62,0x4c,0x8c,0x31,0x71,0x6b,0x1e,0x43,0x8f,0x31, + 0x79,0xdd,0xb3,0xf7,0x19,0xaa,0xba,0x64,0x92,0x59,0x45,0xf1,0x44,0xc6,0x80,0x36, + 0xc8,0xdc,0xc,0x7d,0xbd,0xca,0xdd,0x77,0x5f,0xc1,0x5b,0xbf,0xf7,0xc6,0xe6,0x96, + 0xed,0x7d,0xef,0xdc,0x3c,0x28,0xff,0x6b,0xf9,0xeb,0x9,0x82,0x60,0x75,0x5a,0x63, + 0xed,0x9c,0x57,0xaf,0x89,0x9,0xed,0xfa,0xc2,0xfd,0xc7,0xc7,0x3f,0xf2,0x67,0x9f, + 0x4d,0xce,0x8c,0xd5,0x40,0x7b,0xa9,0xd6,0x12,0xea,0x75,0x8f,0x35,0xdd,0x94,0x4a, + 0x5,0x1a,0x4d,0x8b,0xc4,0x4d,0x44,0x52,0xb0,0x82,0xe2,0x70,0x9a,0xe1,0x7c,0x3, + 0x30,0x60,0x5,0x87,0x1,0x4,0x2c,0xe4,0xd3,0x9a,0x82,0x6f,0x4d,0x93,0x5,0xe0, + 0xa5,0x80,0x4b,0x2d,0x22,0xca,0xc4,0xe4,0x14,0x9f,0xf9,0xec,0x13,0x20,0x3e,0xb9, + 0xec,0xb2,0xe1,0xce,0xc7,0x1e,0xd3,0xf8,0x96,0x5b,0xc2,0xfc,0x78,0x41,0x70,0x29, + 0x68,0x4d,0x91,0x19,0xbc,0xd8,0xa6,0xa6,0xb2,0xc9,0xaf,0x7c,0x65,0x6f,0x72,0x7a, + 0xa4,0xc6,0xd4,0x94,0x52,0xab,0x17,0xf0,0xbe,0x88,0x52,0x4,0x22,0x4,0x83,0xc1, + 0x20,0x6a,0x41,0xe3,0x65,0x4b,0x4,0x6a,0x5b,0x8b,0x1,0x95,0xd6,0xdf,0xa5,0x8f, + 0xe7,0x4b,0xb5,0xea,0x69,0xa6,0x6,0x6b,0xbb,0x28,0x14,0x6,0x69,0x34,0xa,0x3c, + 0xf9,0xe4,0x9,0x6a,0xd5,0xe6,0xff,0x98,0x5b,0x98,0x7e,0xdf,0xd4,0x94,0x76,0x2f, + 0x7f,0x6d,0x41,0x10,0xac,0x3e,0x21,0x73,0x7e,0x9,0xec,0xdb,0xa7,0xf7,0x3e,0xf8, + 0xe5,0x53,0xf2,0xd0,0x43,0xcf,0xb2,0x58,0x2b,0x90,0x36,0x4b,0x88,0x94,0xb1,0xd2, + 0x81,0x48,0x84,0x8a,0x22,0x9a,0x82,0xf1,0xa0,0x65,0xf2,0x69,0xa6,0xa5,0xb5,0xb4, + 0x9,0xe7,0x66,0x30,0x6d,0xdf,0x5f,0xfa,0x78,0x6b,0x98,0x26,0x11,0xc0,0x40,0xe6, + 0x15,0x4b,0x9,0xef,0x2b,0x9c,0x38,0x3e,0xcd,0xc3,0x5f,0xd9,0xcb,0x96,0x2d,0xdd, + 0xef,0x1f,0x3d,0xdb,0x71,0x16,0xf8,0x83,0xf3,0x1b,0x6,0x41,0xb0,0x1a,0x85,0xcc, + 0xf9,0x22,0x52,0xd5,0x58,0xf5,0xec,0xdb,0x96,0xad,0x93,0xc9,0xc9,0xfa,0x17,0xbe, + 0xf0,0x85,0xaf,0xdb,0x99,0x19,0x41,0x7d,0x17,0x51,0xd4,0x4b,0x12,0x77,0x13,0x45, + 0x85,0x3c,0x10,0x4b,0x13,0x4c,0x3,0x23,0x55,0xd0,0x62,0x2b,0x40,0x17,0x41,0xb, + 0x4b,0x96,0x4,0x48,0x80,0xb8,0xb5,0xb4,0x9b,0xd9,0x45,0x17,0x2c,0x36,0x49,0x88, + 0x8b,0x5,0x1a,0x99,0xa7,0x56,0x77,0xd8,0xa8,0x13,0xb4,0x93,0x53,0x27,0xe7,0xd9, + 0xf3,0xf5,0x53,0x1c,0x3b,0x36,0x75,0xfb,0x89,0x13,0xba,0xeb,0xdc,0xb,0xc,0x82, + 0x60,0x55,0xa,0xc1,0xf9,0xa2,0x9a,0x2e,0x7b,0xf4,0x9b,0xb2,0xd2,0xaf,0x7e,0xed, + 0x18,0x4f,0x3d,0x7d,0x8c,0x52,0x69,0x3d,0xde,0x57,0x80,0xe,0x84,0x4,0x97,0x79, + 0xbc,0x6b,0x22,0xda,0x20,0xb2,0x75,0xac,0x59,0x4,0x3c,0x79,0x1a,0xac,0xad,0xdb, + 0xad,0xe9,0x98,0x68,0xd,0xae,0xf1,0x4d,0x4b,0xda,0x5a,0xf2,0xfb,0x69,0x56,0x3, + 0xe3,0xb1,0x51,0x84,0xc7,0xa0,0x5a,0xc0,0x98,0xa,0xb,0xf3,0xca,0x81,0x67,0x47, + 0xa8,0x2d,0x36,0x7e,0x64,0x6e,0xce,0xbd,0x8e,0x20,0x8,0x56,0xb5,0x50,0xad,0x71, + 0xd1,0xf9,0x42,0x23,0x1d,0x7b,0x7f,0x21,0x5e,0xff,0xf3,0xaa,0x6a,0xf6,0xed,0xe7, + 0x57,0xbf,0xf2,0x95,0xaf,0x53,0xab,0x19,0x8a,0xc5,0xe,0x5c,0x66,0xd1,0x56,0x7b, + 0x65,0xe7,0x9a,0x20,0x29,0x36,0xf2,0x58,0x93,0xe2,0x7d,0x1d,0x83,0x25,0xff,0xcd, + 0x6c,0xf5,0x6,0x3c,0x17,0xa4,0x15,0x24,0xbf,0x0,0xf8,0xdc,0xf2,0x6a,0x8e,0x34, + 0x4b,0x31,0x5e,0xf2,0xc9,0x4e,0xb3,0x18,0xe7,0x4,0xef,0x23,0x7c,0x66,0x18,0x1b, + 0x9d,0xe3,0xc4,0xb1,0x69,0xca,0xe5,0xce,0xe5,0x1b,0x7,0x41,0xb0,0xca,0x84,0xcc, + 0xf9,0x22,0x13,0xf5,0x85,0x5a,0xa3,0xf9,0x1e,0x80,0xfb,0xef,0xc7,0xcc,0xcc,0xb8, + 0x9f,0x79,0x66,0xdf,0x61,0xe9,0xec,0xea,0x67,0x76,0xb6,0x8a,0x50,0x40,0x24,0x41, + 0x24,0xc6,0x58,0x21,0x8a,0x84,0xc8,0x7a,0x84,0x6,0x69,0xb6,0x80,0x52,0x3,0xa9, + 0x83,0xa9,0xe7,0x7f,0xa5,0x96,0x2f,0xa6,0xf5,0x57,0x6a,0x20,0x55,0x30,0xd5,0xfc, + 0xef,0xd2,0x75,0x52,0xa5,0x50,0x34,0x88,0x78,0xd2,0xb4,0x89,0x47,0x31,0x26,0xc2, + 0xda,0x2,0x90,0xb0,0x30,0xdf,0x64,0x6c,0x6c,0x9a,0x72,0xc9,0xff,0xd0,0xa9,0x53, + 0xfa,0xfa,0x65,0x2f,0x3d,0x8,0x82,0x55,0x24,0x64,0xce,0x17,0xd5,0x93,0x8b,0xce, + 0xed,0xba,0xcf,0x7b,0x75,0x0,0xf7,0xdf,0xf,0x3d,0x3d,0x47,0x89,0xa4,0x9b,0x46, + 0x2d,0xa3,0x58,0x2e,0x80,0xcc,0xa3,0x66,0x1,0x2f,0x80,0x75,0x38,0x84,0xba,0x8b, + 0x40,0x7b,0xf0,0xf4,0x62,0xd5,0x1,0x9a,0x27,0xcc,0x90,0xdf,0x86,0x3c,0x31,0x3e, + 0xbf,0xf2,0xef,0x95,0x88,0x1,0x7,0xc6,0xe7,0x9d,0x59,0xbc,0x7,0x6f,0xc,0x44, + 0x11,0xf3,0xce,0x71,0x7a,0x7a,0x9a,0x45,0x4d,0x6f,0x6f,0x18,0x2e,0x7,0x42,0xcf, + 0xc1,0x20,0x58,0xa5,0x42,0x70,0xbe,0xa8,0xae,0x29,0x39,0x6f,0x7e,0xb5,0xaf,0xab, + 0xff,0xb6,0xfc,0xfe,0xfd,0x1c,0x3b,0x22,0x18,0x62,0xd2,0xcc,0x61,0x2c,0x78,0x93, + 0xa1,0xa2,0x68,0xbb,0xb1,0x85,0x5a,0x54,0x6d,0x7e,0xc1,0xcf,0x58,0x44,0x6b,0xc8, + 0x73,0x5,0xe1,0xe7,0x58,0xf5,0x5c,0x44,0xf3,0x27,0x8a,0x31,0xa0,0x16,0xaf,0xad, + 0x40,0x6f,0xc,0xe,0x61,0x76,0x61,0x91,0xd9,0x85,0x6,0xd5,0xc6,0x85,0xdb,0x5, + 0x41,0xb0,0xba,0x84,0xe0,0x7c,0x11,0x89,0xc,0xce,0xe7,0x23,0xc0,0xe5,0xee,0xbf, + 0x1f,0x6,0xfb,0x4f,0xa3,0x9a,0x57,0x2f,0x38,0x35,0xa0,0x11,0xe7,0xeb,0x91,0x21, + 0x8f,0xd0,0x1e,0x24,0xfb,0xb6,0x3,0xf0,0x3f,0xac,0xdd,0xc,0xaf,0xcd,0x90,0xb7, + 0x89,0xce,0xdb,0x48,0xd7,0x6a,0xd,0x16,0x17,0x1a,0xd4,0x6a,0x6e,0xc9,0x73,0x82, + 0x20,0x58,0x6d,0x42,0x70,0xbe,0xe8,0xfa,0x97,0xe4,0xa4,0xf7,0x33,0xbf,0xb0,0x1, + 0x6b,0xd,0xd6,0x14,0xf1,0x59,0x8c,0xa8,0xc5,0xa9,0x20,0xe2,0x50,0xf1,0xe4,0xd, + 0x93,0x1,0x71,0x20,0x1e,0xdc,0xca,0x22,0xb4,0x42,0x5e,0x8e,0x2a,0x68,0xde,0xb1, + 0x5,0xa2,0x3c,0x38,0xfb,0x18,0xcd,0xc,0xda,0x6e,0xfc,0x11,0x4,0xc1,0xaa,0x15, + 0x82,0xf3,0x45,0xa4,0x3a,0xd5,0xd,0xe3,0x27,0x80,0x73,0xbd,0xf0,0x92,0x44,0x10, + 0xe3,0x51,0x14,0xbc,0x1,0x12,0x44,0x4,0x25,0x43,0xf0,0xa0,0x8e,0x7c,0x8c,0xe6, + 0x76,0x50,0x5e,0xde,0xf9,0xe4,0x79,0x3a,0x57,0x8e,0xe6,0x8b,0xb6,0x7a,0xa5,0xa8, + 0xc5,0xa8,0x25,0x92,0x88,0xc8,0x44,0x44,0xd6,0x2e,0xd9,0xe8,0xc5,0xa7,0xaa,0xc5, + 0xd1,0x51,0x36,0x0,0x14,0x8b,0x10,0xc7,0xd4,0x2b,0x15,0x19,0x5d,0xfe,0xbc,0x20, + 0x8,0x72,0x21,0x38,0x5f,0x74,0xe7,0x9b,0xbb,0xdd,0xcb,0xbd,0x9c,0xd9,0x38,0xc9, + 0xe9,0x53,0xa3,0xd4,0xea,0x75,0xd0,0x2,0x98,0x7c,0x7c,0xe6,0x3c,0x68,0xb6,0xb2, + 0xe5,0x73,0x6d,0x99,0x3d,0x50,0x38,0xb7,0xfd,0xb,0xa3,0xe4,0xc1,0xfd,0x7c,0x6, + 0x9e,0xc7,0xfe,0x7c,0x64,0xbb,0x62,0x52,0xa0,0x5c,0x88,0x29,0xbe,0x4,0x9f,0xfc, + 0xf1,0xe3,0xda,0xbb,0xe8,0xd3,0xdd,0x53,0x67,0x33,0x1e,0xdf,0xb3,0x70,0x6b,0xa5, + 0x12,0xfd,0x66,0x96,0x7a,0xc4,0x38,0xbc,0xd3,0xa7,0xfe,0xe0,0xf,0xe,0xfe,0x58, + 0x57,0x57,0x89,0x75,0xeb,0x4a,0x6c,0xd8,0xd0,0xb7,0xb8,0x7b,0xb7,0x7c,0x63,0x79, + 0x19,0x41,0xf0,0x4a,0xf5,0x12,0x1c,0xa2,0xaf,0x34,0x4b,0xda,0x22,0xdf,0xb,0xdb, + 0x92,0xd,0x3c,0xf1,0xc4,0x19,0xdc,0x62,0x1d,0x63,0x5b,0x9,0xb5,0x5a,0x4,0x93, + 0x67,0xd3,0x18,0xf2,0x20,0xdd,0xe,0xd4,0xed,0xe0,0xfa,0xc2,0x2c,0xad,0x14,0xc9, + 0x2f,0x2c,0x7a,0x4,0x45,0xf0,0x8,0x9e,0x4a,0x47,0x89,0xee,0xae,0x84,0x4a,0x65, + 0xc9,0x13,0x2f,0xb2,0x7d,0xc7,0x75,0xd3,0xc4,0xc4,0xfc,0x1d,0x4f,0xed,0x3f,0x7e, + 0x8b,0x11,0xf3,0x73,0xa3,0x23,0xf3,0x4c,0x8e,0x57,0x99,0x9f,0x4b,0xa9,0x2d,0x36, + 0xa9,0xd7,0x1b,0x14,0x8a,0xc9,0xb5,0xa5,0x72,0xf4,0x95,0x8e,0x4a,0xcc,0xcc,0x5c, + 0x7,0x33,0xf3,0xd5,0x63,0x7f,0xf4,0xe1,0x43,0x3f,0xbd,0x75,0xeb,0xd6,0xf9,0x7b, + 0xef,0x8e,0x3f,0xbb,0xbc,0xcc,0x20,0x78,0xa5,0x9,0xc1,0xf9,0xe2,0x8b,0x55,0x27, + 0x7f,0x54,0xa4,0xff,0xf7,0xef,0xbd,0xf7,0x5e,0x16,0x16,0x4e,0xf1,0x97,0xff,0xdf, + 0x83,0x14,0x4b,0x45,0xd2,0xb4,0x89,0x31,0x15,0xf0,0x90,0xa9,0x20,0x62,0x11,0x2c, + 0x5e,0x1b,0xe0,0x1d,0x72,0x11,0x5a,0x9d,0x3b,0xf5,0x58,0x6b,0x31,0x2a,0xa0,0x8a, + 0x15,0x45,0x35,0x43,0x7d,0x83,0x42,0xe2,0x19,0xe8,0xeb,0xa4,0xab,0x52,0x24,0x7a, + 0x81,0xb5,0x1a,0x8d,0xc6,0xd4,0xb5,0x22,0xf4,0x26,0x49,0xdf,0x3,0xcb,0x1f,0x3b, + 0x3b,0xab,0x97,0x9d,0x39,0xbd,0xf0,0xc6,0x47,0x1f,0x3e,0x72,0xfd,0xc2,0xc2,0xec, + 0xff,0xb1,0x6f,0xef,0x51,0x46,0x4e,0x4e,0x33,0x39,0x51,0x67,0x61,0xce,0x93,0xa5, + 0x11,0x46,0x12,0xc0,0x60,0x8c,0x22,0x92,0x21,0x51,0x4a,0x47,0xc5,0xb0,0x7e,0x43, + 0xcf,0xb6,0xe1,0x2d,0x1b,0xff,0x72,0x74,0x6c,0x6e,0xf4,0x83,0x1f,0x7e,0xe4,0x97, + 0x5f,0x7b,0xcf,0xad,0xb3,0xdb,0x86,0xe5,0xc3,0xcb,0xf7,0x11,0x4,0xaf,0x14,0x21, + 0x38,0x5f,0x64,0xaa,0xa6,0xe4,0x9c,0xff,0xaf,0xc0,0xef,0xdf,0x7b,0x2f,0xfe,0xd0, + 0xa1,0x8d,0xbf,0xd0,0xdb,0x17,0xfd,0xd2,0xe4,0x44,0x55,0x9c,0x2b,0x22,0xa6,0x99, + 0xf7,0x12,0xf4,0x6,0x63,0xc,0xc6,0x46,0xa8,0xb7,0x79,0xbe,0x9d,0x37,0x8f,0x5e, + 0x21,0xc1,0x58,0x3,0x2e,0x9f,0x2d,0xc5,0xda,0xbc,0x27,0xa2,0x68,0x83,0x9e,0xae, + 0x98,0xe1,0xcd,0xfd,0x8,0xf1,0xc7,0x35,0xe3,0xab,0xcb,0xb7,0xfc,0x76,0x88,0xf8, + 0x7b,0xbc,0x72,0x25,0x70,0x41,0x70,0xfe,0xea,0xd7,0xf5,0xfa,0x7d,0xfb,0x66,0xff, + 0xaf,0xe3,0xc7,0x46,0xbe,0xf7,0xa1,0x87,0x8e,0xb3,0xff,0xd9,0xa3,0x8c,0x8f,0xcd, + 0x61,0xa4,0x3,0x2b,0x15,0x9a,0x8d,0x8,0xcd,0x12,0x22,0x5b,0x6c,0xb5,0xbf,0xce, + 0xf0,0x34,0x80,0x26,0xd5,0x6a,0xca,0xf4,0xcc,0x2,0x87,0xf,0x1f,0xa4,0x54,0x96, + 0xd,0xd7,0xdf,0x58,0xfa,0xed,0x52,0xa9,0x7b,0xfa,0xc1,0x87,0xe6,0x77,0xef,0xde, + 0x5d,0x99,0x1d,0xec,0x97,0xff,0xb4,0x74,0x5f,0x41,0xf0,0x4a,0x10,0x82,0xf3,0x45, + 0x35,0x52,0x13,0x19,0x7c,0x57,0x96,0xba,0xff,0xa4,0xaa,0xd1,0xf4,0x74,0xe3,0xbf, + 0xef,0xda,0x55,0xf8,0xf1,0xd7,0xbd,0xfe,0x8e,0x5f,0xfa,0xd0,0x1f,0x7d,0x9a,0x52, + 0xb1,0x93,0x66,0x63,0xe,0x23,0x15,0x30,0x9,0xea,0x3c,0x2a,0xda,0xca,0x74,0x23, + 0x32,0x97,0x1,0xba,0x92,0x5a,0xd,0xa2,0x28,0x22,0xcb,0x3c,0xae,0x99,0x62,0x31, + 0x38,0x93,0xe1,0xfd,0x2,0xe5,0x52,0xca,0xfa,0xd,0x5d,0x6c,0xd9,0x5a,0xa1,0xb3, + 0x33,0xf9,0xd4,0xe6,0xcd,0xf2,0x82,0x66,0xe1,0xf6,0x9e,0xcf,0x1b,0x13,0x3f,0xb6, + 0x74,0xdd,0xd7,0xf7,0xe9,0xab,0xce,0x8c,0xcc,0xfc,0xc7,0xc7,0x1f,0xdb,0x7f,0xcf, + 0xc3,0xf,0xef,0xe5,0xcc,0x69,0x47,0xad,0xa,0xf8,0x7e,0xe2,0xa8,0x13,0xa7,0x25, + 0xbc,0x8b,0xf0,0x3e,0x2,0x12,0x8c,0xb1,0xa8,0x3a,0x94,0x14,0xa5,0x89,0x4f,0x53, + 0xbc,0x4f,0xc9,0x9a,0x8e,0x6a,0xad,0xce,0x17,0x3e,0xb7,0x97,0x93,0x27,0x6a,0xbd, + 0xaf,0xbd,0xf7,0xd6,0x9f,0x2f,0x95,0x76,0x2f,0x9c,0x38,0xa9,0x1b,0xb6,0xc,0xcb, + 0x4f,0x2f,0xdd,0x67,0x10,0xac,0x75,0x21,0x38,0x5f,0x44,0x22,0xd7,0x34,0x55,0xf5, + 0xf7,0x91,0xc9,0x83,0x80,0xf7,0x5e,0xff,0x12,0xe0,0x75,0xaf,0xbf,0x81,0xfb,0x1f, + 0x78,0x84,0xb1,0xd1,0x59,0xb0,0x10,0xdb,0x32,0x5e,0xa1,0xd9,0x48,0xc9,0x52,0x4f, + 0x84,0x60,0x6c,0x44,0x64,0x13,0xf2,0xae,0x83,0x2f,0x9c,0x73,0x9e,0x66,0x96,0x61, + 0x54,0x88,0x12,0x8b,0x52,0xc3,0xfb,0x79,0xba,0xba,0x22,0x76,0xec,0xe8,0x7,0xdc, + 0x6f,0xf6,0xf4,0xc4,0x9f,0x5c,0xbe,0xdd,0xb7,0xab,0x58,0x1c,0xd8,0xb7,0xf4,0xfe, + 0x83,0x8f,0xa6,0x6f,0x38,0xb8,0x7f,0xf4,0x3f,0x3f,0xf2,0xc8,0xfe,0xeb,0x1e,0x7b, + 0xec,0x20,0x67,0xc7,0x1a,0xf8,0xac,0x2f,0x9f,0x3,0x91,0x98,0x2c,0xb3,0xb8,0xd4, + 0xa0,0x1a,0x81,0xc4,0xf8,0x76,0xa7,0x1b,0x4c,0x6b,0xb1,0x28,0x31,0x99,0x4b,0x21, + 0x4b,0x11,0x6b,0x29,0x15,0x86,0x79,0xf6,0xe9,0x29,0x1a,0x8b,0x7b,0xa8,0xce,0x65, + 0x95,0x9b,0x6f,0xd9,0xfe,0xae,0x91,0x53,0xba,0x61,0xd3,0x90,0xfc,0xb3,0xa5,0xfb, + 0xe,0x82,0xb5,0xec,0x22,0xd4,0x72,0x6,0x4b,0x89,0x88,0x2b,0x95,0x6,0x3e,0x27, + 0x22,0x7e,0x60,0xa0,0xf4,0x19,0x11,0xd1,0xee,0xde,0xca,0x8d,0x6f,0x78,0xe3,0xed, + 0x59,0xa1,0xdc,0x20,0x4d,0x67,0x70,0x3a,0x8f,0x11,0x47,0x14,0xe5,0x6f,0xbf,0x77, + 0xa0,0xde,0x62,0x24,0x41,0x56,0x92,0x36,0x3,0xb4,0x26,0x82,0x2d,0x96,0xa,0x24, + 0x9,0x78,0xb7,0x48,0x52,0x48,0xd9,0xb2,0xb5,0x97,0x1b,0x6e,0xd8,0xc6,0x96,0xa1, + 0xf5,0x4f,0xf,0xd,0xc9,0xc9,0x4c,0xc7,0xff,0x4d,0xa6,0x67,0x7f,0x70,0xf9,0xe6, + 0xcf,0xc7,0xfe,0xfd,0xfa,0xbd,0xd5,0xe9,0x99,0xf,0x3c,0xf4,0xa5,0xa7,0xae,0xfb, + 0xec,0x67,0x9e,0xe4,0xf4,0xe9,0x14,0x6b,0xd7,0xa1,0x5a,0x46,0xb5,0x44,0x33,0x8b, + 0xa8,0x37,0x3d,0xa9,0x57,0x4c,0x64,0x88,0x12,0x83,0x44,0x8a,0xa3,0x81,0x27,0x5, + 0xe3,0xf2,0xf4,0xc0,0x1a,0x30,0x11,0x6a,0x12,0x54,0x4b,0xf8,0x6c,0x90,0xb4,0xd1, + 0xcb,0xc9,0x63,0x35,0xee,0xff,0xe2,0xd3,0x3c,0xf4,0xc0,0xbe,0xe2,0xe9,0xd3,0x61, + 0x24,0xbd,0xe0,0x95,0x25,0x64,0xce,0x2f,0x81,0x2b,0x76,0xc8,0x93,0x7b,0xf6,0x35, + 0x78,0x7a,0xdf,0x9,0xbe,0xfa,0xf0,0x71,0x7c,0xba,0x80,0x4a,0x81,0xc8,0x76,0x11, + 0x45,0x45,0x9a,0x69,0x3,0x97,0x36,0x97,0xcc,0x7,0xb8,0xbc,0x84,0x6f,0x9f,0x31, + 0x36,0x9f,0x28,0x45,0x1d,0xf5,0xfa,0x22,0xce,0x2d,0x32,0xb4,0xb9,0xc2,0xf5,0x37, + 0x5c,0x46,0xb9,0xb3,0xfb,0xa7,0x1c,0x9d,0xff,0xb,0x40,0x7d,0x73,0x58,0x30,0xff, + 0x36,0xd3,0xd1,0xce,0x48,0x36,0x7c,0x60,0x79,0x39,0xdf,0x8e,0x47,0x1e,0x3b,0xd4, + 0x7f,0xec,0xd8,0xd9,0xad,0xdf,0xf8,0xc6,0x71,0xaa,0x8b,0x9,0x62,0xfb,0x49,0xb3, + 0x12,0xa9,0x73,0x64,0xad,0x39,0xe,0x31,0xe4,0x3f,0x42,0x26,0x23,0xf3,0x4d,0x1c, + 0xe,0xc,0x79,0x5b,0x6f,0x1,0x63,0xc,0xa0,0xad,0x96,0x25,0xa0,0xce,0x50,0x5b, + 0xe8,0xa0,0xd2,0xd1,0x5,0x32,0xc7,0x89,0x63,0x67,0x70,0xd9,0xd3,0xc,0xc,0x54, + 0x6,0xe,0xef,0xd7,0xa7,0x77,0x5e,0x21,0xd7,0x5c,0xf8,0x2a,0x82,0x60,0x6d,0xa, + 0xc1,0xf9,0x25,0x32,0xb4,0x35,0xe1,0x1f,0xbd,0xf5,0xf5,0xd4,0xaa,0xf,0x72,0xfc, + 0x48,0x83,0xf1,0xf1,0x1a,0x98,0x2,0x49,0xd2,0x81,0xc1,0xe0,0x30,0x18,0x11,0x64, + 0x25,0x91,0x19,0x50,0x55,0xd4,0x7b,0x52,0xd7,0x44,0x7c,0x93,0xbe,0xfe,0x2e,0x6e, + 0xbd,0xfd,0x1a,0xee,0x7a,0xf5,0xe,0x1d,0xda,0xd2,0x31,0xb7,0x71,0xa3,0xd4,0x54, + 0xc7,0xfe,0x7,0x64,0x3f,0xee,0xbc,0xc3,0x3b,0x29,0x2f,0x2f,0xe3,0xdb,0xf1,0xd0, + 0x83,0xe3,0x3f,0x7a,0xe0,0xc0,0xc9,0xdf,0x7b,0xec,0x91,0x67,0x98,0x18,0x6f,0x50, + 0x2e,0x6e,0x22,0x73,0x5d,0xd4,0x9b,0x8e,0xb8,0x60,0xc9,0xb2,0x34,0x9f,0x25,0xdc, + 0x1a,0xc4,0x38,0x32,0x57,0xc7,0x69,0x8a,0x1a,0x4f,0xd4,0x6a,0x2a,0xe2,0x15,0x3c, + 0x6,0x21,0xbf,0x9f,0xb7,0x5e,0x89,0x28,0x16,0x37,0x52,0x88,0x3d,0x69,0x6,0xe8, + 0x2c,0xa3,0x23,0x93,0x7c,0xe1,0xf3,0xf,0xdb,0xce,0x4e,0xb3,0x7e,0xc9,0x4b,0x8, + 0x82,0x35,0x2d,0x54,0x6b,0xbc,0x48,0xe,0x1c,0x38,0x50,0x98,0x5f,0x18,0x3f,0x76, + 0x6e,0x85,0x32,0xf2,0xaa,0x3b,0x6,0x47,0xee,0xba,0xfb,0x46,0xdd,0xb6,0x7d,0x3d, + 0xd6,0x3a,0x1a,0x8d,0x45,0xb2,0x34,0x9f,0xbc,0xd5,0x50,0x20,0x8e,0x3a,0x5a,0x4f, + 0xd5,0x3c,0xc8,0x9e,0x5b,0xb8,0x70,0xa1,0xbd,0xe4,0x33,0x6e,0xe7,0x8b,0x43,0x71, + 0x18,0x32,0xc,0x29,0x49,0xe4,0xe9,0xef,0x2b,0x73,0xed,0x55,0x3b,0xb8,0xed,0xd6, + 0xad,0xd3,0xa5,0x8e,0x8e,0xb7,0x6f,0xdc,0x28,0x1f,0x6c,0xa4,0x13,0xbf,0x96,0x39, + 0xff,0x8f,0xc0,0x8f,0x78,0xef,0x47,0x9c,0x4b,0x17,0xcf,0xbd,0xc6,0xbf,0x87,0xea, + 0x99,0xe,0xd5,0xb3,0x1b,0x55,0xf,0x74,0x1,0x9c,0x3a,0xda,0xfc,0x9,0x9f,0xd5, + 0x7e,0xef,0x99,0xa7,0x8f,0x32,0x32,0x32,0x43,0xad,0xea,0x69,0xa6,0x79,0xcf,0x73, + 0x63,0x4,0xd4,0xe3,0xbd,0xc3,0xfb,0x14,0xd5,0x14,0xef,0x1b,0xa8,0xa6,0x58,0xab, + 0x14,0x8b,0x16,0x91,0xf6,0x44,0x1,0xe,0xf5,0x19,0xde,0x37,0x51,0x4d,0x51,0x9f, + 0xa2,0xea,0x48,0x53,0xc7,0xd4,0xd4,0x1c,0x8b,0x8b,0x29,0x95,0xce,0x7e,0x2a,0x1d, + 0xfd,0x9c,0x3c,0x71,0x96,0x6f,0x3c,0xb5,0x77,0xe0,0xd0,0xb3,0xd9,0xd4,0xe8,0xbc, + 0x9e,0xb,0xd2,0xaa,0xb,0x1b,0xda,0xb7,0x83,0x60,0x2d,0x9,0x99,0xf3,0x8b,0xe4, + 0xf2,0xcb,0x2f,0x6f,0x0,0xdb,0xda,0xf7,0x7,0x3b,0x64,0x2b,0xc0,0xf1,0xb3,0x8d, + 0x2f,0x77,0x77,0xcf,0xdf,0x61,0xe4,0x94,0xdd,0xfb,0xf4,0x59,0xd2,0x1a,0x24,0x6c, + 0xc4,0xb9,0x2e,0x1a,0x33,0x31,0x74,0x1d,0x41,0x35,0xcb,0x87,0xd8,0x50,0x83,0x91, + 0x18,0x91,0x18,0x41,0x50,0x25,0x6f,0xb,0xdd,0xe,0x6e,0x92,0x81,0x34,0x11,0x93, + 0xe2,0x49,0x51,0xcd,0xe8,0x61,0x2,0xe3,0xa7,0xe9,0xed,0x2b,0x73,0xd7,0x6b,0x6e, + 0xe0,0xde,0xd7,0x6d,0x3f,0xb2,0x71,0x73,0xe5,0xdd,0xbb,0x76,0xcb,0xa7,0x0,0xa, + 0xf1,0xc0,0xcf,0x2,0x3f,0xdb,0x7e,0x5d,0xdf,0x9e,0xe8,0x5d,0x1e,0xfd,0x35,0xe8, + 0xfe,0xd,0xe0,0x5f,0x8f,0x4e,0xc6,0x3c,0xb3,0x4f,0x79,0xf4,0x91,0x12,0x8d,0xea, + 0x75,0x14,0x8b,0x90,0xca,0xc,0x99,0x39,0x44,0x21,0x29,0x42,0xbd,0x9f,0x92,0x6d, + 0x7d,0xb5,0x3c,0x9c,0xfb,0x9a,0x29,0xd0,0xf8,0x7b,0xbe,0x74,0x79,0xad,0x6,0x8a, + 0xe0,0x8a,0xd3,0x98,0xa2,0x10,0x49,0x91,0xf9,0x3a,0x18,0xe9,0xa2,0xde,0xec,0xe1, + 0xe9,0x83,0x8b,0x3c,0x79,0xe0,0x6c,0xef,0x5d,0xeb,0x37,0xee,0x7,0x7a,0x54,0xf, + 0x14,0x9a,0x34,0x3e,0x6,0xdc,0xb9,0xb4,0xa8,0x20,0x58,0xb,0x9e,0xf3,0x38,0x9, + 0x5e,0x3c,0x5b,0xd7,0x15,0xee,0xda,0x7b,0x44,0xff,0xbc,0x5c,0x1a,0x78,0x6b,0x6f, + 0xf7,0xb3,0xf1,0x13,0x5f,0x1f,0x65,0x7e,0x6e,0x9c,0xc8,0xa4,0x44,0x71,0x42,0x35, + 0xcd,0x50,0x81,0xd8,0xc4,0x88,0x89,0xa0,0xdd,0xb2,0x41,0xd,0x20,0xa8,0x73,0x20, + 0x6,0x11,0x83,0xb6,0x67,0x73,0xc5,0x12,0x5b,0x43,0x14,0x17,0x89,0xdc,0x4,0xdb, + 0xb7,0xe,0xf1,0xea,0xbb,0x6e,0xe6,0xa6,0x5b,0xaf,0x7a,0x7c,0xc3,0xba,0xde,0xf7, + 0xee,0xd8,0x2d,0x17,0xb4,0x49,0x7e,0x61,0x4,0x10,0xa6,0xa6,0x74,0xeb,0x93,0x4f, + 0x2e,0x5e,0x73,0x66,0x64,0x96,0x6a,0xb5,0x8a,0xcb,0x4a,0xf9,0x24,0x59,0x6,0x7c, + 0x24,0x64,0x99,0xbf,0x8,0x5f,0x2a,0x45,0xd5,0xe3,0x5a,0x3d,0xdb,0xa3,0x42,0x42, + 0x42,0x89,0xf9,0xb9,0x2a,0xfb,0xf7,0x1f,0xe5,0x96,0x5b,0x36,0x2,0x20,0x72,0x79, + 0x83,0x10,0x98,0x83,0x35,0x6a,0xe5,0xc7,0x51,0xf0,0xbc,0x5d,0xb5,0x43,0xde,0x7e, + 0xf8,0x94,0xfe,0x86,0xf5,0x95,0xf2,0x65,0x97,0x9f,0xfd,0xe7,0x5f,0x7d,0x78,0x7f, + 0xe9,0xe8,0xe1,0x13,0xd4,0x6b,0x9e,0x82,0xef,0x41,0xd5,0xe2,0xbd,0x43,0xbd,0x6f, + 0x5,0xe7,0x3c,0x40,0x8b,0xe4,0x9d,0xbe,0x11,0xf,0xe2,0xf1,0xea,0x51,0x32,0x22, + 0x51,0x3a,0x8a,0x5,0x3a,0x3a,0x4a,0xdc,0x7a,0xed,0x2d,0xdc,0x72,0xc3,0x66,0x76, + 0xee,0x1c,0xfa,0x5c,0x77,0x7f,0xd7,0xcf,0xed,0xb8,0x52,0x2e,0x68,0x93,0xfc,0xc2, + 0xc4,0x4f,0x42,0xf6,0x1,0x83,0x7f,0x38,0xf5,0xbc,0x45,0x64,0xf1,0x5d,0x27,0x4f, + 0x9e,0xa2,0x5e,0x6f,0x20,0xd2,0x9,0x4e,0x11,0x13,0x63,0xa4,0x88,0xbf,0x28,0xfd, + 0x68,0x5a,0xa3,0xea,0x61,0xf0,0xa,0x22,0x31,0x71,0x54,0x66,0x61,0x7e,0x81,0xfd, + 0xfb,0x8e,0xb0,0x30,0xf7,0xaa,0xe5,0x5b,0x4,0xc1,0x9a,0x13,0x82,0xf3,0xcb,0x64, + 0xe7,0x90,0xfc,0x14,0xc0,0xc3,0x8f,0xeb,0xe1,0x1d,0xbb,0x8a,0xbf,0xf0,0xec,0xbe, + 0x93,0x95,0xe3,0xc7,0x4e,0x73,0xf0,0xd9,0x98,0xb9,0xd9,0x6,0xb,0xf3,0x55,0x9a, + 0xa9,0xc3,0xda,0x88,0x38,0x2e,0x12,0xd9,0x4,0x11,0x68,0x36,0x1b,0x78,0x4d,0x41, + 0x1d,0x49,0xa4,0x54,0x3a,0x8b,0x6c,0xda,0x3c,0xc8,0xce,0x5d,0x9b,0x18,0xde,0xd2, + 0xc5,0xd6,0x8d,0x85,0x3f,0xbb,0x7c,0x67,0xe7,0x81,0xce,0xce,0xe4,0x23,0x9b,0xb6, + 0xc9,0xde,0xe5,0xfb,0x7d,0x21,0x44,0x7a,0x3e,0x3,0x7c,0x6,0xe0,0xf4,0x69,0x7d, + 0xf7,0xec,0xec,0x2,0x93,0x53,0x53,0x78,0x7,0x36,0x4a,0xf2,0xcb,0x79,0xe2,0xc1, + 0x78,0x54,0x57,0x3a,0x2e,0xb5,0x92,0x8f,0x35,0x22,0x58,0x63,0x70,0x19,0xb8,0x4c, + 0x89,0xa2,0x2,0x8d,0xd4,0x32,0x3e,0xb6,0xc0,0xc2,0xc2,0x92,0xf1,0x4b,0x82,0x60, + 0x8d,0xa,0xc1,0xf9,0x65,0x76,0xe7,0xcd,0xf2,0xab,0x23,0x13,0x3a,0xda,0xd7,0x57, + 0x2c,0xbf,0xe6,0xde,0xcd,0xef,0x7f,0xf6,0x29,0xd3,0x3b,0x7a,0xa6,0xca,0xe9,0x53, + 0xa3,0x4c,0x4c,0x4c,0x52,0xad,0x36,0xc8,0xd2,0x94,0x34,0xad,0x93,0x65,0x29,0xe5, + 0x8e,0x32,0xe5,0x72,0x99,0x4a,0xa5,0x4c,0x6f,0x7f,0x27,0x1b,0x36,0xc,0xb0,0x6d, + 0x7b,0x3f,0xa5,0x52,0xe5,0xb7,0x7,0xd7,0x15,0xf6,0x56,0xfa,0xf8,0xe4,0x15,0x3b, + 0xe4,0xf8,0xf2,0xfd,0x5c,0x2c,0xf5,0x7a,0x4a,0xb5,0x5a,0xa7,0x56,0xab,0xa3,0x5a, + 0x44,0x3d,0x18,0x89,0xc9,0x34,0x3,0x5f,0x68,0x55,0xbf,0xac,0x90,0x64,0xa8,0x17, + 0x6c,0x5c,0xc4,0x34,0xc,0x69,0x33,0xc3,0x98,0x98,0xc8,0x96,0x71,0x4e,0x68,0x54, + 0x57,0x14,0xfd,0x83,0xe0,0x92,0x10,0x82,0xf3,0x2a,0xd0,0xd3,0x3d,0xf5,0x9a,0xeb, + 0x6f,0xd4,0xde,0x34,0x1b,0x7c,0x77,0xe4,0xe3,0x6a,0x5f,0x6f,0x93,0xfb,0xde,0xb8, + 0xe1,0xbf,0x2f,0xce,0x37,0x37,0x2d,0x2e,0x36,0x68,0x36,0x53,0xd2,0xa6,0xc7,0xb9, + 0x7c,0xec,0xe7,0x8e,0x8e,0x22,0x7d,0x7d,0x15,0xe6,0xe7,0xf5,0x17,0x94,0xd2,0x33, + 0x9b,0x36,0x95,0xe9,0x2c,0xf3,0x95,0x5d,0xbb,0xe4,0xec,0xf2,0xb2,0x2f,0xb6,0xcc, + 0x3b,0xbc,0x77,0x58,0x2b,0x88,0x81,0x2c,0x73,0xd8,0xb8,0x84,0x7a,0x8b,0x66,0x11, + 0x76,0x85,0xb1,0x59,0x4,0x8c,0x55,0x9a,0x8d,0x26,0x24,0x65,0x6c,0x14,0xe1,0x52, + 0x87,0x60,0x30,0xa6,0x88,0xa8,0x92,0xa5,0x2b,0x6b,0x6e,0x18,0x4,0x97,0x82,0x10, + 0x9c,0x5f,0x46,0x8b,0xf5,0xf1,0x4f,0x1b,0x4b,0x17,0x91,0xfe,0xbb,0x22,0xe6,0x7f, + 0x15,0xe2,0xb9,0xad,0x37,0xdf,0x2c,0xdf,0x75,0xcb,0x2d,0xeb,0x47,0xa7,0xe6,0xf5, + 0xc8,0xcc,0xc,0xa5,0x5a,0x35,0xcd,0xdb,0xfb,0xa6,0xf9,0x36,0xb5,0xda,0x1c,0x71, + 0x29,0xa6,0xaf,0xbf,0x44,0x67,0x31,0xde,0x3b,0x38,0x28,0xf3,0x17,0x14,0xfa,0xa2, + 0xcb,0xb0,0x91,0x52,0x2c,0x45,0xc4,0x11,0xd4,0x33,0x47,0x14,0x45,0x48,0x33,0x46, + 0xd5,0x63,0xc4,0x80,0x36,0x97,0x6f,0xf4,0xbc,0x58,0xa3,0x64,0x59,0x9a,0xff,0x8, + 0x44,0x16,0x75,0xed,0x8e,0x2a,0x6,0x55,0x87,0x5e,0x8c,0xec,0x3c,0x8,0x56,0xb9, + 0x10,0x9c,0x5f,0x4e,0x85,0xf2,0x3b,0x95,0x86,0x2d,0xd1,0x7b,0xa,0xaa,0x37,0x42, + 0x23,0x82,0xde,0x71,0x80,0xbe,0xce,0x6f,0x7f,0xe0,0x79,0xa7,0x13,0x7f,0x2,0x7a, + 0x37,0x80,0x47,0x7e,0x24,0x96,0x81,0x17,0x6d,0x56,0xed,0x52,0xb9,0x40,0xa5,0xab, + 0x44,0xa9,0x6c,0x11,0x9b,0x91,0x14,0xa0,0x99,0xd6,0x51,0xf5,0xa8,0x42,0x9a,0x39, + 0x92,0x15,0xc4,0x4e,0x55,0x4f,0xa3,0xd9,0xa4,0x50,0x88,0x41,0x3c,0x69,0xd3,0x11, + 0x59,0xc1,0xb9,0x94,0xcc,0x35,0xe8,0xa8,0x74,0xb2,0x71,0xd3,0xf2,0xad,0x82,0x60, + 0xed,0x9,0xc1,0xf9,0x65,0xd4,0x21,0x1d,0xa7,0x97,0xdc,0x1d,0x59,0x72,0xfb,0x79, + 0x31,0xf4,0xbf,0x83,0x56,0x87,0x22,0x93,0xf7,0xee,0x78,0xd1,0xc,0x6f,0x8a,0x7f, + 0xe7,0x4f,0xff,0xf4,0x18,0xe5,0xb2,0xf9,0xad,0xcc,0x2d,0x90,0xa6,0xf3,0x88,0x89, + 0x51,0x4,0x11,0xb0,0xc6,0xb0,0xb2,0x9,0xa,0x5,0x63,0x4,0xe7,0x3d,0xf5,0xfa, + 0x22,0x3e,0x85,0xa8,0x10,0xe1,0xb5,0x4e,0x94,0x64,0xac,0x5b,0xdf,0x49,0xb1,0xb4, + 0x7c,0x9b,0x20,0x58,0x7b,0x56,0x90,0xe3,0x4,0xab,0x85,0x88,0x38,0x11,0x49,0x5b, + 0xcb,0x8b,0x7a,0xb5,0x4c,0x44,0xfc,0xf0,0xd6,0x75,0x6e,0xd3,0x70,0x2f,0xa5,0xa, + 0xa8,0xd4,0xb0,0x89,0x23,0x8a,0x1c,0xaa,0x19,0x2b,0xec,0x7d,0x4e,0xde,0xc6,0xb9, + 0xdd,0x23,0x45,0xb1,0x91,0x12,0x17,0x15,0x27,0x35,0xca,0x15,0x65,0xe7,0xae,0x4d, + 0xbe,0xd8,0xc1,0xd4,0x85,0xdb,0x4,0xc1,0xda,0x13,0x32,0xe7,0xe0,0x79,0xbb,0xe2, + 0xf2,0xcd,0x8,0x31,0x7b,0xf7,0x4e,0xb3,0x6f,0xb1,0x8a,0xb2,0x88,0x89,0x8a,0x90, + 0x65,0x78,0xd5,0x15,0xfd,0xe2,0xab,0x42,0x96,0x79,0xe2,0x38,0x26,0x29,0xc4,0xa8, + 0x73,0xa8,0x34,0x31,0xa6,0xce,0xba,0xd,0x3d,0xec,0xbe,0x6a,0x78,0x66,0xd3,0x3a, + 0xd9,0xb1,0x7c,0xbb,0x20,0x58,0x6b,0x56,0x72,0x1c,0x5,0x6b,0x90,0xea,0xe8,0xe, + 0xd5,0x33,0xdb,0x97,0xaf,0x7,0xa8,0xea,0xe4,0x70,0x5d,0xcf,0x5e,0xbe,0x61,0xcb, + 0xc0,0xa9,0xe1,0xad,0x1b,0xf6,0x5d,0x76,0xc5,0x10,0xa5,0xa,0xd4,0x1a,0xd3,0x64, + 0xae,0x8a,0xb5,0x19,0x22,0x2b,0xa9,0xd2,0xc8,0x89,0x18,0x8c,0x58,0xac,0x35,0xa4, + 0x69,0x95,0x7a,0x7d,0x9a,0xee,0xde,0x84,0xcb,0x77,0x6f,0x6e,0x5e,0x76,0x65,0xcf, + 0xfd,0x0,0xaa,0x7f,0x6e,0x53,0x1d,0x7f,0x9d,0xea,0xf8,0x6b,0x97,0x6d,0x1e,0x4, + 0x6b,0x42,0x8,0xce,0xc1,0x32,0xf6,0x87,0x20,0xfe,0xdf,0x96,0xaf,0x5,0x48,0x70, + 0xdf,0x17,0xc1,0x6f,0xad,0xeb,0x9d,0x1d,0x2d,0x94,0xca,0xbf,0x71,0xdd,0xf5,0x3b, + 0xb9,0xfc,0xf2,0x2d,0x94,0xca,0x6,0xe7,0xab,0x88,0x75,0xd8,0x68,0x65,0xf5,0x1a, + 0x22,0x86,0x38,0x4a,0x48,0xd3,0x94,0x2c,0x4b,0x49,0x5d,0x83,0xa4,0x20,0x5c,0x7d, + 0xcd,0xe,0x6e,0xbe,0xe5,0x8a,0xb9,0xdd,0xdb,0xe4,0xfb,0xf3,0x67,0xde,0x5d,0x54, + 0xf4,0x73,0xe,0xfd,0xbb,0xb,0x4b,0x8,0x82,0xb5,0x21,0x4,0xe7,0x4b,0x84,0xea, + 0xd4,0xbf,0x50,0x9d,0x7c,0x9f,0xea,0xd9,0x7c,0x60,0x89,0x97,0x85,0x47,0xe1,0x8d, + 0x4a,0xf6,0x8e,0x81,0xc1,0xe2,0x93,0x3b,0x2f,0x1b,0xfc,0xbb,0x57,0xdf,0x7d,0xd, + 0x5b,0xb7,0x6e,0xc6,0x46,0xe0,0xb5,0xc9,0xca,0x2e,0x6,0x42,0x1e,0xda,0xd,0xf5, + 0x7a,0x3,0xf0,0x54,0x2a,0x25,0xb6,0x6c,0xdd,0xc4,0xab,0xee,0xba,0x8e,0x9b,0x6e, + 0xc9,0x7,0xa0,0x53,0xd5,0xa4,0x86,0xfc,0x94,0xa7,0x81,0xe4,0x23,0x2b,0x5,0xc1, + 0x9a,0x13,0xea,0x9c,0x2f,0x1d,0x19,0x98,0x14,0xb2,0x17,0xf5,0x82,0x1f,0x98,0x4f, + 0x82,0x3e,0x67,0xc4,0x73,0x64,0xf,0x8,0xd1,0xbf,0x36,0xc8,0x93,0x3b,0x36,0xca, + 0xd7,0xf6,0x1e,0xd2,0xf7,0x5d,0xbe,0xbd,0x63,0x7a,0xfe,0x8e,0xee,0x7f,0x92,0x56, + 0x9f,0x61,0x7c,0x7c,0x1a,0xa5,0x87,0xa6,0x6c,0xc6,0x7b,0x40,0xf3,0xd9,0x5d,0xd4, + 0xe7,0x53,0x53,0x89,0xc4,0x58,0x13,0x91,0xf,0x7d,0x9a,0xcf,0xa,0x8e,0x78,0x44, + 0x1c,0xed,0x61,0x4f,0xd,0x9e,0xb2,0x2e,0xa0,0x6e,0x8e,0xb2,0x5f,0x64,0xcb,0xd6, + 0x3e,0x6e,0xbb,0x6d,0xcb,0xec,0xe6,0x4d,0x3,0xbf,0x38,0x30,0x40,0xad,0xfd,0x5a, + 0x14,0x16,0xc1,0xff,0x6b,0x73,0x71,0x66,0xc5,0xd,0x82,0x55,0x67,0x65,0xe7,0xa0, + 0xc1,0x2b,0xde,0x13,0x5f,0x3d,0xb3,0x7d,0x62,0x72,0xf1,0x67,0xe,0x1e,0x3c,0xfa, + 0xae,0xfb,0xef,0xff,0x32,0x87,0x8e,0xd6,0xa8,0xf9,0xab,0x48,0x53,0x45,0x48,0x88, + 0xa3,0xa,0xa2,0x25,0xb2,0xd4,0xe2,0x32,0x1,0x35,0x20,0x16,0x63,0x4,0x63,0x3c, + 0xc6,0xfa,0xbc,0xbb,0xb6,0xa6,0x78,0x4d,0x31,0x34,0xe9,0xb7,0x13,0xcc,0x2f,0x4e, + 0xb2,0x63,0xe7,0x3a,0xbe,0xf3,0xbb,0xee,0x9c,0xe8,0xdf,0x50,0xfe,0xe1,0xef,0xff, + 0xa7,0x3b,0xfe,0x7a,0xf9,0xbe,0x83,0x60,0x2d,0xb,0xc1,0x39,0x58,0xb1,0x6f,0x3c, + 0x3c,0xbf,0x7e,0x6e,0x71,0xe1,0xdd,0xc7,0x8e,0x1d,0xfb,0x85,0x2f,0x3e,0xb8,0x97, + 0xbd,0x47,0x84,0xb9,0xb9,0x45,0xea,0x75,0x4f,0x1c,0x55,0x28,0xc4,0x9d,0xa0,0x45, + 0xd2,0xa6,0xe2,0x9d,0x10,0x45,0x31,0xd6,0x8,0xe0,0xf0,0xda,0x24,0x73,0x75,0x3c, + 0x29,0x62,0x1c,0xb1,0x71,0x6c,0xaa,0x2c,0xb2,0x63,0xd7,0x30,0xf7,0xde,0x77,0x33, + 0x77,0xbf,0x66,0xe3,0xc9,0x4d,0xbb,0x92,0x2d,0xcb,0xf7,0x19,0x4,0x6b,0x5d,0x8, + 0xce,0xc1,0x45,0xb1,0xef,0xcb,0xe3,0x9d,0x71,0x5f,0xf1,0x87,0x4f,0x8f,0x2d,0xfc, + 0xfa,0xe7,0x1e,0x3a,0xc9,0x91,0xc3,0x27,0x38,0x7e,0xec,0x34,0xb3,0x33,0x75,0xbc, + 0x8b,0x10,0xa,0x8,0x9,0x42,0x84,0xaa,0x90,0x8f,0xd7,0xdc,0xc4,0xb9,0x3a,0x26, + 0xf2,0x54,0x2a,0x45,0xfa,0xfa,0xba,0xe9,0xef,0x2d,0x73,0xc3,0x65,0x5d,0xdc,0x73, + 0xcf,0xed,0x27,0xea,0x59,0xfc,0xfa,0xdb,0xef,0x2e,0xa4,0xa5,0x92,0x1c,0x5b,0xbe, + 0xbf,0x20,0x58,0xeb,0x42,0x70,0xe,0x2e,0x1a,0x55,0x8d,0xce,0x4c,0xbb,0x7f,0x5a, + 0xab,0xf2,0x47,0x7,0xf,0xce,0xb1,0xf7,0x99,0x3,0x1c,0x3e,0x74,0x92,0x91,0xd3, + 0x13,0xcc,0x4c,0x2f,0xd2,0x6c,0x78,0x5c,0x26,0x34,0x1a,0x29,0x51,0x64,0x89,0x13, + 0xa1,0x5c,0x4e,0x18,0x58,0xd7,0xcb,0xb6,0x6d,0x9b,0xd9,0xbe,0x7d,0x2b,0x3,0x83, + 0xfd,0x7,0xe,0xed,0xdb,0x7b,0xcb,0x77,0x7c,0xc7,0xab,0xfd,0xd,0x37,0xc8,0xb7, + 0x9c,0x42,0x2b,0x8,0xd6,0xaa,0x10,0x9c,0x83,0x17,0xc5,0x99,0x71,0x7d,0x4b,0x33, + 0x75,0xff,0xef,0xc4,0x44,0x9d,0x33,0x23,0x93,0x8c,0x9f,0x9d,0x31,0xd5,0xc5,0x46, + 0x29,0x6d,0x66,0xb8,0xcc,0x93,0x24,0x31,0xc5,0x72,0xe2,0xca,0xe5,0x62,0xbd,0x6f, + 0xa0,0x93,0x75,0xeb,0x7b,0x18,0xec,0xef,0xd8,0x37,0xbc,0x89,0xdb,0xe0,0x58,0x41, + 0x64,0x7b,0x7d,0x79,0x99,0x41,0xf0,0x4a,0x12,0x82,0x73,0xf0,0x92,0x18,0x1b,0xd3, + 0x57,0x8b,0xe1,0x43,0xed,0x99,0x52,0x8c,0x81,0x28,0xe2,0x89,0xbe,0x3e,0x79,0xdb, + 0xd2,0xe7,0xcd,0xd6,0x4f,0x5d,0x21,0xa9,0x7c,0xaa,0xb3,0xd2,0xf1,0x6,0xf0,0xa9, + 0x48,0xdf,0x89,0xa5,0x8f,0x7,0x41,0x10,0x4,0x2f,0x3,0xd5,0xf1,0x2b,0x54,0xc7, + 0x55,0x75,0xbc,0x9a,0xea,0xf8,0x9f,0x2d,0x7f,0x3c,0x8,0x5e,0x29,0x42,0x27,0x94, + 0x60,0x15,0xf2,0x80,0x8e,0xc4,0x32,0xf8,0x8f,0x97,0x3f,0x12,0x4,0xaf,0x14,0xa1, + 0x13,0x4a,0xb0,0xca,0x64,0xd3,0x10,0xfd,0x26,0xc8,0xc4,0xf2,0x47,0x82,0x20,0x8, + 0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82, + 0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20, + 0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8, + 0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82, + 0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20, + 0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8, + 0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82, + 0x8b,0x4a,0x96,0xaf,0x58,0xd,0xe6,0xe6,0xe6,0x6,0x9d,0x73,0x69,0x6f,0x6f,0xef, + 0xc,0xc0,0xe9,0xd3,0xa7,0x7,0x9c,0x73,0xde,0x18,0x23,0x49,0x92,0xf4,0x2f,0x7f, + 0x7e,0x96,0x65,0xd3,0x9b,0x36,0x6d,0x1a,0x5f,0xba,0x6e,0x62,0x62,0xa2,0x2b,0xcb, + 0xb2,0xd2,0x86,0xd,0x1b,0xc6,0xc6,0xc7,0xc7,0x3b,0xbd,0xf7,0x1d,0xeb,0xd7,0xaf, + 0x1f,0x5d,0xfa,0x9c,0x60,0x75,0x7a,0xec,0xb1,0xc7,0xe2,0xfe,0xfe,0xfe,0xcd,0xdb, + 0xb7,0x6f,0x3f,0xd6,0x5e,0xa7,0xaa,0xf6,0xec,0xd9,0xb3,0xdb,0xd6,0xaf,0x5f,0x7f, + 0x78,0xc9,0x53,0x83,0x60,0xcd,0x5a,0x95,0xc1,0x79,0x62,0x62,0xe2,0x5f,0x59,0x6b, + 0x4f,0x89,0xc8,0x13,0xd5,0x6a,0x75,0x78,0x7e,0x7e,0xfe,0x47,0xcf,0x9c,0x39,0xb3, + 0xb8,0xb0,0xb0,0x50,0xe8,0xee,0xee,0xfe,0x17,0xce,0x39,0xac,0xb5,0x44,0x51,0x84, + 0x88,0x50,0xad,0x56,0xff,0x7c,0xcf,0x9e,0x3d,0xbf,0x73,0xed,0xb5,0xd7,0xb2,0x79, + 0xf3,0xe6,0x91,0xab,0xaf,0xbe,0xfa,0xe0,0xe4,0xe4,0xe4,0x9b,0xbc,0xb6,0x8,0x3b, + 0xab,0x0,0x0,0x20,0x0,0x49,0x44,0x41,0x54,0xf7,0xd7,0xe,0xe,0xe,0xfe,0xda, + 0xf8,0xf8,0xf8,0xeb,0x44,0xe4,0x55,0x3,0x3,0x3,0xbf,0xb4,0x7c,0x5f,0x2f,0x97, + 0xb1,0xb1,0xb1,0x57,0xaf,0x5b,0xb7,0xee,0x6b,0x22,0x92,0x2d,0x7f,0xec,0x95,0xe8, + 0x89,0x27,0x9e,0xe8,0x30,0xc6,0xdc,0xb2,0x67,0xcf,0x1e,0x4e,0x9f,0x3e,0x3d,0x74, + 0xc3,0xd,0x37,0xfc,0xea,0x83,0xf,0x3e,0xf8,0xcf,0x5e,0xfb,0xda,0xd7,0x72,0xdd, + 0x75,0xd7,0x35,0x1a,0x8d,0xc6,0xfe,0x8e,0x8e,0x8e,0xf,0xe,0xc,0xc,0xbc,0x75, + 0xf9,0xb6,0x41,0xb0,0x16,0xad,0xca,0xe0,0xc,0xf0,0xcc,0x33,0xcf,0xdc,0x38,0x3d, + 0x3d,0xfd,0x4b,0x53,0x53,0x53,0xdf,0x75,0xf4,0xe8,0x51,0xf6,0xec,0xd9,0xc3,0xf1, + 0xe3,0xc7,0xa9,0xd7,0xeb,0x64,0x59,0x86,0xb5,0x96,0x38,0x8e,0x11,0x11,0x3a,0x3b, + 0x3b,0x19,0x1a,0x1a,0x62,0xe7,0xce,0x9d,0x74,0x75,0x75,0x7d,0x76,0x71,0x71,0xf1, + 0xf,0xef,0xb8,0xe3,0x8e,0xc3,0xaf,0x7e,0xf5,0xab,0x1f,0x5d,0x5e,0xee,0xb,0x71, + 0xf8,0xf0,0xe1,0xee,0xc9,0xc9,0xc9,0x37,0xfd,0xed,0xdf,0xfe,0x2d,0xd3,0xd3,0xd3, + 0xd4,0x6a,0x35,0xac,0xb5,0xe7,0x1e,0x2f,0x95,0x4a,0x0,0x2c,0x2c,0x2c,0x90,0x24, + 0x9,0x0,0xd6,0xda,0x73,0xaf,0xb1,0x54,0x2a,0x31,0x30,0x30,0x40,0xa5,0x52,0xe1, + 0xea,0xab,0xaf,0x66,0x71,0x71,0xf1,0xa3,0x57,0x5e,0x79,0xe5,0xef,0xaa,0xea,0x7b, + 0x36,0x6e,0xdc,0xb8,0x78,0xae,0xa0,0x57,0xa8,0xa3,0x47,0x8f,0xf6,0x4c,0x4c,0x4c, + 0xfc,0xe8,0xe9,0xd3,0xa7,0x7f,0xf5,0xa1,0x87,0x1e,0xe2,0xd1,0x47,0x1f,0xa5,0x5a, + 0xad,0x32,0x3c,0x3c,0xcc,0x1d,0x77,0xdc,0xc1,0xcd,0x37,0xdf,0x3c,0x72,0xdf,0x7d, + 0xf7,0x6d,0x5e,0xbe,0x5d,0x10,0xac,0x65,0xab,0x2a,0x38,0xb7,0x32,0xdc,0x6b,0x1f, + 0x79,0xe4,0x11,0x9e,0x7c,0xf2,0xc9,0xb7,0xee,0xdd,0xbb,0xf7,0x9e,0x3d,0x7b,0xf6, + 0x30,0x3e,0x3e,0xce,0xdc,0xdc,0x1c,0x69,0x9a,0x2,0xa0,0xaa,0xa8,0xea,0xb9,0xdb, + 0x51,0x14,0x51,0x2e,0x97,0xe9,0xec,0xec,0x64,0x70,0x70,0x90,0xab,0xae,0xba,0x8a, + 0xcb,0x2e,0xbb,0xec,0xab,0xbb,0x77,0xef,0xfe,0xb3,0xd7,0xbf,0xfe,0xf5,0x7b,0x7, + 0x6,0x6,0x3e,0xb3,0x74,0x3f,0xcf,0xd7,0x13,0x4f,0x3c,0x71,0xcd,0xd9,0xb3,0x67, + 0x9f,0xfa,0xc0,0x7,0x3e,0xc0,0xe4,0xe4,0x24,0x69,0x9a,0x22,0x92,0xbf,0x75,0xde, + 0x7b,0x8a,0xc5,0x22,0x90,0x7,0xe7,0x42,0xa1,0x80,0x88,0x9c,0x7b,0x7d,0xd6,0x5a, + 0x92,0x24,0xa1,0xb3,0xb3,0x93,0x72,0xb9,0xcc,0xc6,0x8d,0x1b,0xf9,0xc8,0x47,0x3e, + 0xf2,0x6f,0x6e,0xbc,0xf1,0xc6,0xe6,0x3b,0xdf,0xf9,0x4e,0x6a,0xb5,0xda,0xef,0xbd, + 0xfd,0xed,0x6f,0xaf,0x9d,0xdb,0xd9,0x2b,0xd0,0xa7,0x3f,0xfd,0xe9,0x1b,0x26,0x26, + 0x26,0xf6,0xfc,0xf1,0x1f,0xff,0x31,0x8f,0x3e,0xfa,0x28,0x53,0x53,0x53,0x0,0xc4, + 0x71,0xcc,0xe6,0xcd,0x9b,0xb9,0xfd,0xf6,0xdb,0x67,0xdf,0xfb,0xde,0xf7,0xbe,0xef, + 0xb6,0xdb,0x6e,0xfb,0x93,0xa9,0xa9,0xa9,0x77,0xf4,0xf7,0xf7,0xff,0xee,0xb2,0x22, + 0x82,0x60,0xcd,0x89,0x96,0xaf,0x78,0x39,0x79,0xef,0xed,0x33,0xcf,0x3c,0xf3,0xf6, + 0xcf,0x7f,0xfe,0xf3,0x77,0x7e,0xe2,0x13,0x9f,0xe0,0xd4,0xa9,0x53,0x34,0x9b,0x4d, + 0x8c,0x31,0xf4,0xf5,0xf5,0xb1,0x6d,0xdb,0x36,0x86,0x86,0x86,0xe8,0xee,0xee,0x26, + 0x8e,0x63,0x9a,0xcd,0x26,0x53,0x53,0x53,0x1c,0x3b,0x76,0x8c,0x23,0x47,0x8e,0x70, + 0xea,0xd4,0x29,0x46,0x46,0x46,0xd8,0xbf,0x7f,0x3f,0x43,0x43,0x43,0x77,0xdc,0x77, + 0xdf,0x7d,0x77,0x14,0x8b,0xc5,0xa7,0x1f,0x79,0xe4,0x91,0xf7,0xdf,0x76,0xdb,0x6d, + 0x1f,0x59,0xbe,0xbf,0x6f,0xd7,0xf4,0xf4,0x34,0xe3,0xe3,0xe3,0x3c,0xf0,0xc0,0x3, + 0x4c,0x4e,0x4e,0x62,0x8c,0x41,0x55,0x71,0xce,0x1,0x5c,0x70,0xdf,0x5a,0x7b,0x2e, + 0x30,0x1b,0x63,0x96,0x16,0x83,0x88,0x60,0x8c,0xa1,0x5c,0x2e,0xff,0xea,0xde,0xbd, + 0x7b,0xf9,0xd0,0x87,0x3e,0xc4,0xc2,0xc2,0xc2,0x8e,0xbf,0xfe,0xeb,0xbf,0xae,0x45, + 0x51,0xf4,0xfe,0x37,0xbf,0xf9,0xcd,0x73,0x17,0x6c,0xf0,0xa,0xb0,0x67,0xcf,0x9e, + 0xcd,0x23,0x23,0x23,0xef,0xf9,0xec,0x67,0x3f,0xcb,0x97,0xbf,0xfc,0x65,0x16,0x17, + 0xcf,0x9f,0x48,0xa4,0x69,0xca,0xf1,0xe3,0xc7,0x11,0x91,0xee,0xb1,0xb1,0xb1,0x5f, + 0x3a,0x79,0xf2,0xe4,0x87,0x2b,0x95,0xca,0xaa,0xfa,0xce,0xbe,0x58,0x4e,0x9d,0x3a, + 0x75,0xe7,0xe1,0xc3,0x87,0xdf,0xfa,0xa5,0x2f,0x7d,0x89,0xb1,0xb1,0x31,0x54,0x95, + 0x38,0x8e,0xb9,0xf2,0xca,0x2b,0xb9,0xf3,0xce,0x3b,0x9f,0xbc,0xfe,0xfa,0xeb,0xff, + 0x74,0xf9,0x36,0xc1,0xda,0xb2,0x6a,0xbe,0xe8,0x27,0x4e,0x9c,0xf8,0xe1,0x8f,0x7d, + 0xec,0x63,0xf7,0x7c,0xfc,0xe3,0x1f,0xef,0x7b,0xf2,0xc9,0x27,0x19,0x1d,0x1d,0xa5, + 0x52,0xa9,0x70,0xc5,0x15,0x57,0x70,0xd7,0x5d,0x77,0xd1,0xd9,0xd9,0xf9,0xe7,0xd3, + 0xd3,0xd3,0x9f,0xb8,0xfe,0xfa,0xeb,0x19,0x1a,0x1a,0xa2,0xab,0xab,0x8b,0x85,0x85, + 0x5,0x8e,0x1e,0x3d,0x8a,0x88,0x7c,0xa7,0xaa,0xfe,0xb3,0xc7,0x1e,0x7b,0x8c,0x87, + 0x1e,0x7a,0x88,0xd3,0xa7,0x4f,0x73,0xe8,0xd0,0x21,0x26,0x26,0x26,0x38,0x76,0xec, + 0xd8,0x35,0xdf,0xf3,0x3d,0xdf,0xf3,0xfe,0xa7,0x9e,0x7a,0xaa,0xef,0xda,0x6b,0xaf, + 0xfd,0x9d,0xe5,0xfb,0xfd,0x76,0x24,0x49,0x42,0x14,0x45,0xe7,0x2,0x70,0xb1,0x58, + 0xa4,0x56,0xab,0x51,0x2e,0x97,0xd9,0xbd,0x7b,0x37,0x7d,0x7d,0x7d,0xe7,0xd6,0xb7, + 0x3,0xb5,0xf7,0x1e,0xe7,0x1c,0xf5,0x7a,0x9d,0xd9,0xd9,0x59,0x26,0x27,0x27,0x99, + 0x9b,0x9b,0x63,0x71,0x71,0x91,0xf9,0xf9,0x79,0x66,0x66,0x66,0x38,0x70,0xe0,0x0, + 0xeb,0xd7,0xaf,0xff,0xc9,0xf,0x7f,0xf8,0xc3,0xec,0xda,0xb5,0x6b,0xc7,0x9e,0x3d, + 0x7b,0x6a,0xa5,0x52,0xe9,0xbd,0xbb,0x77,0xef,0x9e,0x58,0xfe,0x1a,0xd6,0x2a,0x6b, + 0xed,0x86,0x28,0x8a,0xde,0x71,0xea,0xd4,0x29,0xaa,0xd5,0x2a,0x49,0x92,0x5c,0x70, + 0x66,0xa2,0xaa,0x4c,0x4d,0x4d,0x31,0x32,0x32,0xd2,0x75,0xf3,0xcd,0x37,0xff,0xe7, + 0xbe,0xbe,0xbe,0x7f,0xb9,0xac,0x88,0x35,0xa9,0xd1,0x68,0xdc,0x34,0x3e,0x3e,0xfe, + 0xb3,0x8f,0x3c,0xf2,0x8,0xff,0x7f,0x7b,0x67,0x1e,0xde,0x54,0x99,0xf6,0xff,0xef, + 0xc9,0xc9,0x9e,0xb4,0x4d,0x9b,0x34,0x6d,0xda,0xa6,0x2b,0xd,0x6d,0x69,0x4b,0xa1, + 0xad,0xec,0x94,0x45,0x41,0x40,0x94,0x65,0x70,0xc0,0x85,0xc1,0x19,0x1d,0x47,0x7d, + 0xc7,0x1f,0xa2,0xce,0x8c,0xbe,0x33,0xc3,0xeb,0x8c,0x8e,0xf2,0x3a,0xa3,0x8e,0xca, + 0xb8,0x8d,0xbb,0x8,0x82,0x2c,0x3a,0x82,0x40,0x59,0xca,0x52,0xba,0xd0,0xd2,0x7d, + 0xdf,0x97,0xb4,0x69,0x92,0xa6,0xd9,0x9a,0xa4,0xd9,0xce,0xef,0x8f,0x78,0x62,0x89, + 0xb2,0x14,0x4a,0x4b,0x7d,0xf3,0xb9,0x2e,0x2f,0x69,0x72,0x3f,0x4f,0xda,0x9c,0x73, + 0xee,0xe7,0x79,0xee,0xb5,0xa9,0xa9,0x9,0x14,0x45,0x81,0xcf,0xe7,0x83,0x20,0x8, + 0xa4,0xa4,0xa4,0x7c,0x1,0xc0,0xaf,0x9c,0x7f,0xe2,0xdc,0x14,0xca,0xb9,0xb3,0xb3, + 0xf3,0x29,0x95,0x4a,0xb5,0xb9,0xb4,0xb4,0x34,0xb2,0xa4,0xa4,0x4,0xfd,0xfd,0xfd, + 0x90,0xc9,0x64,0x58,0xb6,0x6c,0x19,0xe2,0xe3,0xe3,0xdf,0x91,0xcb,0xe5,0x7b,0xa6, + 0x4f,0x9f,0xde,0x3c,0x65,0xca,0x94,0xe,0xdf,0xb1,0x0,0xd0,0xdf,0xdf,0x7f,0x4a, + 0xa3,0xd1,0x7c,0x48,0x92,0x24,0x18,0xc,0xc6,0xca,0xde,0xde,0xde,0xff,0x57,0x50, + 0x50,0x0,0xa3,0xd1,0x88,0x53,0xa7,0x4e,0x41,0xa7,0xd3,0xc5,0xdb,0x6c,0xb6,0x3f, + 0x75,0x76,0x76,0x86,0x44,0x47,0x47,0x3f,0xef,0x3b,0xfe,0x6a,0xa1,0xed,0xc9,0x4e, + 0xa7,0x13,0x4,0x41,0x20,0x2a,0x2a,0xa,0xbf,0xfc,0xe5,0x2f,0xfb,0xab,0xab,0xab, + 0x7f,0xe,0x0,0x2,0x81,0x0,0x4c,0x26,0x13,0x4e,0xa7,0xf3,0x22,0xc5,0xcc,0x62, + 0xb1,0xf0,0xe2,0x8b,0x2f,0x1e,0xd1,0xeb,0xf5,0xe4,0x85,0xb,0x17,0x50,0x54,0x54, + 0x84,0x9a,0x9a,0x1a,0x98,0x4c,0x26,0xf4,0xf5,0xf5,0xe1,0xeb,0xaf,0xbf,0x46,0x7a, + 0x7a,0xfa,0xcf,0x4,0x2,0x1,0xd8,0x6c,0xf6,0x9f,0x0,0xfc,0x9f,0x51,0xce,0x7c, + 0x3e,0x1f,0x7c,0x3e,0x1f,0x3c,0x1e,0xf,0x14,0x45,0xc1,0xe9,0xf4,0xf8,0x47,0xdd, + 0x6e,0xb7,0x57,0x86,0x20,0x8,0x8,0x4,0x2,0x1b,0x8b,0xc5,0xba,0xe6,0xd3,0xcf, + 0x44,0xc3,0xed,0x76,0xc3,0x60,0x30,0xa0,0xb9,0xb9,0x19,0xd,0xd,0xd,0x0,0x3c, + 0xdf,0x95,0x42,0xa1,0xf0,0x91,0xf4,0xf3,0x53,0xe5,0xa6,0x50,0xce,0x16,0x8b,0x65, + 0xca,0xfe,0xfd,0xfb,0x23,0xf,0x1e,0x3c,0x8,0xad,0x56,0xb,0x85,0x42,0x81,0x7b, + 0xee,0xb9,0x7,0xd3,0xa6,0x4d,0xdb,0xe6,0x74,0x3a,0x5f,0x5e,0xb3,0x66,0x4d,0xbf, + 0xef,0x98,0xe1,0x88,0xc5,0xe2,0x2e,0x0,0x5d,0x0,0xd0,0xd8,0xd8,0x98,0xd8,0xd9, + 0xd9,0x89,0x3d,0x7b,0xf6,0x60,0xdf,0xbe,0x7d,0xd0,0x6a,0xb5,0xa8,0xaa,0xaa,0x2, + 0x45,0x51,0xe1,0x4c,0x26,0xf3,0xa9,0xf6,0xf6,0x76,0x49,0x6c,0x6c,0xec,0x66,0x9f, + 0x29,0x2e,0x8b,0xdd,0x6e,0xf7,0x2a,0x5c,0x8a,0xa2,0x60,0xb3,0xd9,0xbc,0xb6,0xe4, + 0xe8,0xe8,0x68,0xfb,0xa3,0x8f,0x3e,0x7a,0xdc,0x77,0x8c,0x2f,0xbb,0x76,0xed,0x4a, + 0xd3,0xe9,0x74,0x84,0xc5,0x62,0x41,0x43,0x43,0x3,0x9e,0x7f,0xfe,0xf9,0xc2,0x83, + 0x7,0xf,0x6,0x9c,0x3a,0x75,0xa,0x26,0x93,0x9,0xf5,0xf5,0xf5,0x68,0x6b,0x6b, + 0xc3,0xcf,0x7f,0xfe,0xf3,0xa3,0x5b,0xb7,0x6e,0x5d,0xfc,0xdc,0x73,0xcf,0x75,0xfb, + 0xce,0xf1,0x53,0x24,0x28,0x28,0x8,0x4e,0xa7,0x13,0xc9,0xc9,0xc9,0x28,0x2b,0x2b, + 0x43,0x77,0x77,0x37,0x8,0x82,0x0,0x9f,0xcf,0x87,0xd5,0x6a,0x5,0x93,0xc9,0x44, + 0x6a,0x6a,0x2a,0x22,0x22,0x22,0xec,0x52,0xa9,0xf4,0x8c,0xef,0xf8,0x9f,0x2a,0xb4, + 0xc9,0x8c,0x76,0x3c,0x13,0x4,0x1,0xb7,0xdb,0xd,0x8a,0xa2,0xbc,0x9b,0x4,0x3f, + 0x3f,0x6d,0x6e,0xa,0xe5,0xfc,0xd1,0x47,0x1f,0x21,0x2f,0x2f,0xcf,0xab,0x98,0xd7, + 0xaf,0x5f,0x8f,0xb4,0xb4,0xb4,0x67,0x92,0x92,0x92,0x5e,0x55,0x28,0x14,0x43,0xbe, + 0xf2,0x97,0x23,0x31,0x31,0xf1,0x3,0x81,0x40,0xc0,0x59,0xb7,0x6e,0xdd,0x6b,0x2a, + 0x95,0xa,0x47,0x8f,0x1e,0x85,0xdb,0xed,0x46,0x43,0x43,0x3,0x4e,0x9d,0x3a,0x15, + 0x24,0x93,0xc9,0xe4,0xbe,0x63,0xae,0x7,0xfa,0xf8,0x7d,0x25,0x24,0x12,0x49,0xdd, + 0xf0,0x9f,0x1f,0x78,0xe0,0x81,0xe8,0x67,0x9f,0x7d,0xb6,0x35,0x2e,0x2e,0x2e,0xf8, + 0xf3,0xcf,0x3f,0x87,0x4e,0xa7,0x83,0xd3,0xe9,0xc4,0xc9,0x93,0x27,0x15,0x9b,0x36, + 0x6d,0xaa,0x7a,0xe7,0x9d,0x77,0xb2,0x1e,0x7e,0xf8,0xe1,0x9f,0x7c,0x4c,0xaf,0x44, + 0x22,0x29,0xb7,0x5a,0xad,0x39,0xeb,0xd7,0xaf,0x3f,0x35,0x38,0x38,0x88,0x2f,0xbf, + 0xfc,0x12,0x3,0x3,0x3,0xb0,0x58,0x2c,0x60,0xb1,0x58,0x98,0x3e,0x7d,0x3a,0xd6, + 0xad,0x5b,0xd7,0xeb,0x76,0xbb,0x93,0x7d,0xc7,0xfe,0xd4,0xa1,0x7d,0x14,0x57,0x7b, + 0x8f,0xf9,0xf9,0x69,0x31,0xee,0xca,0xb9,0xa8,0xa8,0xe8,0xe3,0x97,0x5f,0x7e,0x79, + 0x63,0x69,0x69,0x29,0xb8,0x5c,0x2e,0x72,0x72,0x72,0x10,0x1d,0x1d,0xfd,0x5f,0x6b, + 0xd6,0xac,0xd9,0xee,0x2b,0x7b,0x35,0x10,0x4,0x61,0x7,0xf0,0xcf,0x8e,0x8e,0xe, + 0xfd,0xfd,0xf7,0xdf,0xff,0x9e,0x56,0xab,0x65,0x15,0x14,0x14,0x60,0x68,0x68,0x8, + 0x45,0x45,0x45,0x48,0x4a,0x4a,0x5a,0x53,0x52,0x52,0x72,0x20,0x2b,0x2b,0x6b,0x5c, + 0xe3,0x65,0x57,0xaf,0x5e,0xad,0x7,0x10,0x52,0x5f,0x5f,0xdf,0x45,0x51,0x54,0xe4, + 0x87,0x1f,0x7e,0x48,0x58,0x2c,0x16,0xd4,0xd4,0xd4,0xe0,0xf3,0xcf,0x3f,0x17,0xbd, + 0xff,0xfe,0xfb,0xcd,0x1a,0x8d,0x26,0x39,0x34,0x34,0xb4,0xde,0x77,0xec,0x4f,0x9, + 0x82,0x20,0x5c,0x0,0x4e,0xf7,0xf6,0xf6,0xa6,0x3d,0xf1,0xc4,0x13,0x25,0x73,0xe6, + 0xcc,0x41,0x67,0x67,0x27,0x74,0x3a,0x1d,0xc4,0x62,0x31,0xb2,0xb3,0xb3,0xbb,0x16, + 0x2d,0x5a,0x94,0xe8,0x3b,0xce,0x8f,0x9f,0x9f,0x3a,0xe3,0xaa,0x9c,0x6b,0x6b,0x6b, + 0xc5,0xef,0xbf,0xff,0xbe,0xa0,0xba,0xba,0x1a,0x6e,0xb7,0x1b,0xd3,0xa7,0x4f,0x47, + 0x4e,0x4e,0x4e,0xff,0xb4,0x69,0xd3,0x4c,0xbe,0xb2,0x23,0x25,0x26,0x26,0xe6,0xe3, + 0xc2,0xc2,0xc2,0xc1,0x85,0xb,0x17,0xbe,0x55,0x55,0x55,0x25,0x71,0x3a,0x9d,0x50, + 0xab,0xd5,0x38,0x73,0xe6,0xc,0x62,0x63,0x63,0x7d,0xc5,0xc7,0x8d,0xa4,0xa4,0x24, + 0x79,0x7e,0x7e,0xfe,0xf9,0xce,0xce,0xce,0x8c,0xdc,0xdc,0x5c,0xa6,0xd5,0x6a,0x45, + 0x45,0x45,0x5,0xf6,0xef,0xdf,0x8f,0x99,0x33,0x67,0x46,0x94,0x94,0x94,0xb4,0x64, + 0x65,0x65,0x79,0x62,0x8,0x7f,0xc2,0xc8,0x64,0xb2,0x6a,0x0,0x9e,0x98,0x44,0x3f, + 0x7e,0xfc,0xe0,0xe2,0x58,0xaf,0x31,0xc6,0x68,0x34,0xfe,0xb3,0xaf,0xaf,0x6f,0x6d, + 0x57,0x57,0x17,0x82,0x83,0x83,0x31,0x7f,0xfe,0x7c,0x84,0x86,0x86,0xfe,0x31,0x25, + 0x25,0xe5,0x13,0x5f,0xd9,0x6b,0x61,0xe6,0xcc,0x99,0x5f,0x1a,0xc,0x86,0x2d,0x73, + 0xe7,0xce,0x85,0xdb,0xed,0xc6,0xd0,0xd0,0x10,0x3a,0x3b,0x3b,0x51,0x53,0x53,0x13, + 0x5c,0x5b,0x5b,0x7b,0xd3,0x78,0x56,0xe6,0xcc,0x99,0x93,0x3d,0x63,0xc6,0x8c,0xbe, + 0xc8,0xc8,0x48,0x70,0x38,0x1c,0xb8,0xdd,0x6e,0x7c,0xf3,0xcd,0x37,0x8,0xd,0xd, + 0x3d,0x1e,0x19,0x19,0x79,0xd3,0xfc,0x9e,0x7e,0xfc,0xf8,0x19,0x3b,0xc6,0x55,0x39, + 0xef,0xdc,0xb9,0x13,0xa5,0xa5,0xa5,0xb0,0xd9,0x6c,0x88,0x8b,0x8b,0x83,0x5c,0x2e, + 0x2f,0x9b,0x34,0x69,0x52,0x9b,0xaf,0xdc,0xf5,0xf0,0xd0,0x43,0xf,0x75,0xce,0x9c, + 0x39,0xf3,0x7c,0x60,0x60,0x20,0x0,0x40,0xa7,0xd3,0x41,0xa7,0xd3,0xcd,0x37,0x18, + 0xc,0x7f,0xf7,0x11,0x1d,0x57,0x66,0xcf,0x9e,0x8d,0xe4,0xe4,0x64,0xaf,0x7d,0xb1, + 0xb5,0xb5,0x15,0x55,0x55,0x55,0x28,0x2f,0x2f,0xf7,0x91,0xf4,0xe3,0xc7,0xcf,0xff, + 0x5,0xc6,0x4d,0x39,0x5f,0xb8,0x70,0xe1,0xd6,0xa6,0xa6,0xa6,0xc4,0xde,0xde,0x5e, + 0xb0,0x58,0x2c,0xa4,0xa6,0xa6,0xc2,0x6e,0xb7,0xbf,0x15,0x1f,0x1f,0x7f,0xc4,0x57, + 0xf6,0x7a,0x48,0x4f,0x4f,0x3f,0xd5,0xd3,0xd3,0xf3,0xda,0xd4,0xa9,0x53,0x41,0x10, + 0x4,0xe8,0x68,0x89,0x96,0x96,0x9b,0xcb,0xd7,0x96,0x98,0x98,0xf8,0xb1,0x42,0xa1, + 0x30,0x71,0x38,0x1c,0x0,0x80,0xd5,0x6a,0xc5,0x99,0x33,0x67,0x70,0xe4,0xc8,0xa8, + 0x7e,0x1d,0x7e,0xfc,0xf8,0x99,0x20,0x8c,0x9b,0x72,0x6e,0x6a,0x6a,0xfa,0x15,0x45, + 0x51,0xb7,0xd0,0xc9,0x1c,0x93,0x27,0x4f,0xc6,0xcc,0x99,0x33,0x7d,0xc5,0x46,0x85, + 0xe5,0xcb,0x97,0x23,0x33,0x33,0x13,0x1c,0xe,0x7,0x14,0x45,0x41,0xa3,0xd1,0xe0, + 0xc2,0x85,0xb,0xbe,0x62,0xe3,0x4a,0x54,0x54,0xd4,0x7f,0x27,0x27,0x27,0xeb,0x25, + 0x12,0x9,0x18,0xc,0x86,0x37,0xc2,0x64,0xe1,0xc2,0x85,0xff,0xd5,0xd2,0xd2,0x12, + 0xe6,0x2b,0xef,0xe7,0xa7,0x8d,0xd3,0xe9,0x84,0xd3,0xe9,0xf4,0xc6,0x7b,0xf,0x8f, + 0xd8,0x18,0x1e,0x3,0xee,0xe7,0xc6,0xd1,0xdf,0xdf,0x3f,0xa5,0xbf,0xbf,0xff,0xe7, + 0xbe,0xaf,0x8f,0x15,0xe3,0xa6,0x9c,0xcf,0x9e,0x3d,0x8b,0xce,0xce,0x4e,0x38,0x9d, + 0x4e,0x84,0x86,0x86,0xc2,0x64,0x32,0x7d,0x14,0x12,0x12,0x72,0xda,0x57,0x6e,0x34, + 0x98,0x32,0x65,0xa,0x14,0xa,0x5,0x24,0x12,0x89,0x37,0xb8,0xdf,0x68,0x34,0xa6, + 0xb7,0xb7,0xb7,0x3f,0xee,0x2b,0x3b,0x9e,0xc4,0xc7,0xc7,0x43,0x24,0x12,0x79,0xb3, + 0xc,0xcd,0x66,0x33,0x84,0x42,0xe1,0x6f,0x0,0xfc,0x64,0x94,0xb3,0x5a,0xad,0x56, + 0xf4,0xf5,0xf5,0xfd,0xce,0xf7,0x75,0x3f,0x3f,0x84,0xa2,0x2e,0xae,0x21,0xe3,0x76, + 0xbb,0xbd,0x31,0xf7,0x13,0x1d,0x9d,0x4e,0xf7,0xec,0xc0,0xc0,0x40,0x9c,0xef,0xeb, + 0x37,0x13,0x76,0xbb,0xdd,0xc2,0x60,0x30,0x7c,0x4b,0x11,0xa7,0xf4,0xf4,0xf4,0x3c, + 0x31,0xfc,0xb5,0x1b,0xc5,0xb8,0x44,0x6b,0x28,0x95,0xca,0x3f,0xbc,0xf4,0xd2,0x4b, + 0xf3,0x35,0x1a,0xd,0x48,0x92,0x84,0x42,0xa1,0x80,0xdd,0x6e,0x3f,0x13,0x1f,0x1f, + 0xef,0x49,0x85,0x1a,0x65,0x98,0x4c,0x66,0x9e,0x4e,0xa7,0xdb,0x16,0x17,0x17,0xf7, + 0xfb,0xee,0xee,0x6e,0xc,0xe,0xe,0xc2,0x60,0x30,0xc4,0x18,0xc,0x86,0xa5,0x0, + 0x5e,0xf7,0x95,0x1f,0x2f,0xc4,0x62,0x31,0x58,0x2c,0x16,0x0,0xcf,0xc3,0x38,0x38, + 0x38,0x8,0xa3,0xd1,0x8,0xbd,0x5e,0xef,0x23,0x79,0x31,0x1a,0x8d,0xe6,0xaf,0x14, + 0x45,0xed,0x97,0x4a,0xa5,0xde,0xe3,0x40,0x5f,0x5f,0xdf,0x1f,0xc,0x6,0xc3,0x5c, + 0x95,0x4a,0xe5,0xad,0x3d,0xd2,0xd3,0xd3,0x3,0x83,0xc1,0x0,0xb3,0xd9,0xc,0xab, + 0xd5,0xa,0xb1,0x58,0x8c,0xcc,0xcc,0x4c,0x64,0x65,0x65,0x21,0x3e,0x3e,0x1e,0x3c, + 0x1e,0xef,0x63,0x99,0x4c,0xb6,0x67,0xf8,0xdc,0xa3,0x8d,0xcd,0x66,0xd3,0xb2,0xd9, + 0xec,0x8b,0x16,0x61,0x95,0x4a,0x15,0x4f,0x92,0xe4,0x13,0x46,0xa3,0xf1,0x65,0x16, + 0x8b,0xf5,0x4c,0x74,0x74,0xf4,0x23,0x0,0x60,0x32,0x99,0xa4,0x76,0xbb,0x7d,0x9b, + 0x58,0x2c,0x7e,0x60,0xb8,0xfc,0xd5,0xa0,0x56,0xab,0xbf,0xdc,0xb9,0x73,0x27,0x97, + 0x24,0x49,0x38,0x1c,0xe,0x28,0x14,0xa,0x50,0x14,0x75,0xff,0x1d,0x77,0xdc,0x31, + 0xe0,0x2b,0x7b,0x39,0xca,0xca,0xca,0x5e,0x6c,0x68,0x68,0x48,0xab,0xa8,0xa8,0x40, + 0x77,0x77,0x37,0x86,0x86,0x86,0x20,0x12,0x89,0x30,0x65,0xca,0x14,0x64,0x67,0x67, + 0x23,0x24,0x24,0xe4,0xc5,0xa4,0xa4,0xa4,0x7c,0x0,0xd0,0x6a,0xb5,0x4f,0x38,0x9d, + 0xce,0xaa,0xf0,0xf0,0xf0,0x63,0xbe,0xf3,0xf8,0xd2,0xde,0xde,0x7e,0x2f,0x45,0x51, + 0x54,0x5c,0x5c,0xdc,0xe7,0x6a,0xb5,0x7a,0x9d,0xcb,0xe5,0x12,0xc8,0x64,0xb2,0x8f, + 0xe8,0xf7,0x6d,0x36,0x9b,0x37,0x11,0x85,0xa2,0x28,0x30,0x18,0xc,0x70,0x38,0x1c, + 0x70,0xb9,0xdc,0x11,0xc7,0x3d,0xab,0xd5,0xea,0x44,0x16,0x8b,0xf5,0x58,0x70,0x70, + 0xf0,0x88,0x92,0xaf,0x46,0x82,0x4a,0xa5,0xda,0xd9,0xdc,0xdc,0x1c,0x70,0xee,0xdc, + 0x39,0x14,0x15,0x15,0xc1,0x60,0x30,0xc0,0x6e,0xb7,0x23,0x38,0x38,0x18,0x69,0x69, + 0x69,0xc8,0xce,0xce,0xc6,0xa4,0x49,0x93,0x40,0x92,0xe4,0x6f,0x93,0x92,0x92,0xda, + 0x28,0x8a,0xca,0x23,0x8,0x62,0x44,0xd7,0xe2,0x52,0x6c,0xdd,0xba,0xf5,0x37,0x2, + 0x81,0xe0,0xe,0x89,0x44,0x82,0xf4,0xf4,0x74,0xc4,0xc6,0xc6,0x7e,0x28,0x91,0x48, + 0xf6,0xfa,0xca,0xf9,0xa2,0x56,0xab,0xef,0x30,0x9b,0xcd,0xbf,0x69,0x6d,0x6d,0x45, + 0x79,0x79,0x39,0x2a,0x2a,0x2a,0x60,0x34,0x1a,0x11,0x12,0x12,0x82,0xc4,0xc4,0x44, + 0x54,0x54,0x54,0x20,0x32,0x32,0x12,0x6a,0xb5,0x7a,0x96,0x54,0x2a,0x7d,0x1,0x0, + 0x86,0x86,0x86,0xd4,0xc,0x6,0x23,0xdf,0x77,0xae,0x1b,0xc1,0xb8,0x28,0x67,0x93, + 0xc9,0x34,0x7d,0x70,0x70,0x30,0xc2,0x6a,0xb5,0x82,0xcd,0x66,0x23,0x26,0x26,0x6, + 0xa9,0xa9,0xa9,0xbe,0x62,0xa3,0x46,0x4c,0x4c,0x4c,0xcf,0xb6,0x6d,0xdb,0xca,0xa2, + 0xa3,0xa3,0x1,0x78,0x6e,0x7c,0xba,0x48,0xd2,0xcd,0x44,0x60,0x60,0x20,0xbe,0x4b, + 0x41,0x87,0xdb,0xed,0xf6,0xd6,0xe1,0x18,0x18,0xb8,0xfc,0x3d,0xec,0x70,0x38,0x66, + 0xd8,0x6c,0xb6,0x9f,0x9f,0x38,0x71,0xc2,0x78,0xe1,0xc2,0x5,0xd4,0xd7,0xd7,0xe3, + 0xd1,0x47,0x1f,0x8d,0x57,0xab,0xd5,0xc1,0x5a,0xad,0xd6,0x5b,0x66,0x95,0x8e,0x58, + 0x1,0x0,0x26,0x93,0x9,0xb7,0xdb,0x8d,0x73,0xe7,0xce,0x41,0x28,0x14,0x22,0x26, + 0x26,0x6,0x93,0x27,0x4f,0xce,0xd8,0xb1,0x63,0xc7,0xef,0xe3,0xe3,0xe3,0xdf,0x99, + 0x35,0x6b,0xd6,0x7b,0x3e,0x1f,0x33,0x2a,0x70,0xb9,0xdc,0x58,0x6,0x83,0xf1,0xab, + 0xf5,0xeb,0xd7,0x5b,0x5c,0x2e,0xd7,0x7,0x56,0xab,0x15,0xbf,0xfd,0xed,0x6f,0x79, + 0x21,0x21,0x21,0xb1,0x7a,0xbd,0x7e,0x21,0x83,0xc1,0x48,0x58,0xba,0x74,0x69,0x36, + 0x93,0xc9,0xc4,0xfd,0xf7,0xdf,0xcf,0x4e,0x48,0x48,0x98,0xfc,0xfe,0xfb,0xef,0xa7, + 0xad,0x5c,0xb9,0xb2,0x5f,0x2a,0x95,0x2e,0xf5,0x9d,0xef,0x52,0xc,0xc,0xc,0xdc, + 0xbe,0x6f,0xdf,0x3e,0x81,0x4a,0xa5,0x82,0xc3,0xe1,0xc0,0xa2,0x45,0x8b,0xf0,0xcc, + 0x33,0xcf,0x9c,0xec,0xed,0xed,0x5d,0x22,0x93,0xc9,0xd4,0xbe,0xf2,0x34,0x5a,0xad, + 0xf6,0xd3,0xce,0xce,0xce,0xe4,0x63,0xc7,0x8e,0xe1,0xc0,0x81,0x3,0xb8,0xef,0xbe, + 0xfb,0x14,0x4e,0xa7,0x33,0xc0,0xe9,0x74,0xc2,0x6a,0xb5,0xc2,0x66,0xb3,0x81,0x20, + 0x8,0xe4,0xe5,0xe5,0x41,0xa1,0x50,0x20,0x21,0x21,0x21,0x69,0xff,0xfe,0xfd,0xfa, + 0x88,0x88,0x88,0x3f,0x32,0x18,0x8c,0x7d,0x5c,0x2e,0xf7,0x8a,0x61,0xa0,0xef,0xbd, + 0xf7,0xde,0x23,0xef,0xbc,0xf3,0xce,0x1f,0x5b,0x5b,0x5b,0xb1,0x7a,0xf5,0xea,0x2d, + 0x5b,0xb6,0x6c,0x9,0xa7,0x28,0x8a,0x5c,0xb1,0x62,0xc5,0x7f,0xd1,0xc5,0xb3,0x9e, + 0x7f,0xfe,0xf9,0x50,0xa3,0xd1,0x88,0xbe,0xbe,0x3e,0x10,0x84,0xa7,0xca,0xa1,0xd5, + 0x6a,0x45,0x71,0x71,0x31,0xfe,0xf1,0x8f,0x7f,0xdc,0xb6,0x62,0xc5,0x8a,0x12,0xdf, + 0x79,0x69,0x5c,0x2e,0x17,0xac,0x56,0x2b,0x28,0x8a,0x2,0x8f,0xc7,0xc3,0x83,0xf, + 0x3e,0xc8,0x9f,0x3c,0x79,0x72,0xcc,0xce,0x9d,0x3b,0xa5,0x1b,0x36,0x6c,0xb8,0xc7, + 0x57,0xfe,0x5a,0xa9,0xa9,0xa9,0x39,0x5b,0x50,0x50,0xc0,0xdd,0xb3,0x67,0xf,0x96, + 0x2c,0x59,0x32,0xd5,0x66,0xb3,0x31,0x2d,0x16,0xb,0xcc,0x66,0x33,0x8,0x82,0x80, + 0xc3,0xe1,0x0,0x97,0xcb,0x45,0x4d,0x4d,0xd,0xf6,0xec,0xd9,0x3,0x81,0x40,0x80, + 0x88,0x88,0x88,0xb8,0xb7,0xde,0x7a,0xcb,0xda,0xdb,0xdb,0x8b,0xc0,0xc0,0xc0,0x4d, + 0x0,0x2e,0xbf,0xf3,0xb8,0x2,0x7d,0x7d,0x7d,0xcf,0xbc,0xf0,0xc2,0xb,0x9b,0x77, + 0xee,0xdc,0x29,0xd,0xc,0xc,0xc4,0x5d,0x77,0xdd,0x85,0x5b,0x6e,0xb9,0xe5,0x8a, + 0x27,0xf0,0xf3,0xe7,0xcf,0x6f,0xc8,0xcb,0xcb,0x7b,0xe9,0xd8,0xb1,0x63,0xd1,0xc5, + 0xc5,0xc5,0xd0,0x68,0x34,0xb0,0x5a,0x3d,0xc5,0x21,0x59,0x2c,0x16,0x58,0x2c,0x16, + 0xc4,0x62,0x31,0xd2,0xd3,0xd3,0xb1,0x76,0xed,0xda,0x39,0x4a,0xa5,0x52,0x1c,0x19, + 0x19,0xb9,0x25,0x32,0x32,0x52,0xdb,0xd9,0xd9,0x19,0xdf,0xde,0xde,0xfe,0x56,0x6c, + 0x6c,0xec,0x23,0x3e,0xd3,0x8e,0x2a,0xe3,0xa2,0x9c,0x55,0x2a,0x15,0x4c,0x26,0x93, + 0x77,0x7,0x10,0x12,0x12,0x82,0x98,0x98,0x18,0x1f,0xa9,0xd1,0x25,0x21,0x21,0x1, + 0x6a,0xb5,0xda,0x6b,0x32,0x18,0x1c,0x1c,0x44,0x57,0x57,0x97,0xaf,0xd8,0xb8,0xc2, + 0xe5,0x72,0x41,0x92,0xa4,0xf7,0x7b,0xb1,0xdb,0xed,0xb0,0xd9,0x6c,0xb0,0xdb,0xed, + 0x3e,0x92,0x1e,0xba,0xbb,0xbb,0xf7,0xe4,0xe5,0xe5,0xcd,0xde,0xb6,0x6d,0x5b,0x48, + 0x73,0x73,0x33,0xb7,0xba,0xba,0x1a,0x56,0xab,0x15,0xe,0x87,0x3,0x16,0x8b,0x5, + 0xe,0x87,0xe3,0x7,0xf6,0x49,0x1e,0x8f,0x7,0xa1,0x50,0x8,0x87,0xc3,0x1,0xb3, + 0xd9,0xc,0x87,0xc3,0x1,0x8a,0xa2,0xd0,0xd4,0xd4,0x84,0xd2,0xd2,0xd2,0xc8,0xb3, + 0x67,0xcf,0x46,0x4e,0x9b,0x36,0xed,0xef,0xfb,0xf6,0xed,0xfb,0x9f,0xd4,0xd4,0xd4, + 0x7f,0x2a,0x14,0x8a,0xff,0xbd,0x68,0x82,0xeb,0x44,0xad,0x56,0x57,0xcb,0xe5,0xf2, + 0x3f,0x14,0x14,0x14,0x28,0xdc,0x6e,0x77,0xa6,0x56,0xab,0x1d,0x6e,0x57,0x9d,0x42, + 0x10,0x4,0xdc,0x6e,0x77,0x26,0x2d,0x2f,0x16,0x8b,0xb1,0x69,0xd3,0xa6,0x48,0x97, + 0xcb,0xb5,0xdc,0x3b,0xc9,0x55,0x10,0x1c,0x1c,0x8c,0xc1,0xc1,0x41,0x34,0x37,0x37, + 0xc3,0xe5,0x72,0x41,0x2c,0x16,0x43,0xab,0xd5,0x4e,0x15,0x89,0x44,0x9e,0xa3,0xc9, + 0x8f,0x70,0xfc,0xf8,0xf1,0xa3,0x3b,0x76,0xec,0xc8,0xd9,0xb5,0x6b,0x17,0xbb,0xb3, + 0xb3,0x13,0x66,0xb3,0x19,0x76,0xbb,0x1d,0x6e,0xb7,0xa7,0x88,0xd5,0x70,0x73,0x42, + 0x7f,0x7f,0x3f,0x5a,0x5a,0x5a,0xc0,0x66,0xb3,0x13,0xf2,0xf3,0xf3,0xb1,0x7e,0xfd, + 0xfa,0xcf,0xd5,0x6a,0xf5,0xaf,0x57,0xae,0x5c,0xf9,0xe5,0xb0,0x29,0x7f,0x14,0x95, + 0x4a,0x15,0x59,0x5c,0x5c,0x1c,0x71,0xf6,0xec,0x59,0x90,0x24,0x19,0x41,0x9b,0x2f, + 0x8,0x82,0x8,0xa7,0x28,0xa,0x24,0x49,0xc2,0xed,0x76,0xc3,0xe1,0x70,0x78,0x4b, + 0x6,0xd0,0xf7,0x45,0x57,0x57,0x17,0xfa,0xfa,0xfa,0x42,0x5c,0x2e,0x57,0x88,0xef, + 0xbc,0x34,0xc,0x6,0x3,0x5c,0x2e,0x97,0x9e,0x13,0x16,0x8b,0x5,0x15,0x15,0x15, + 0x8,0xc,0xc,0x4c,0xf1,0x95,0xbd,0x1a,0xaa,0xab,0xab,0xd9,0xe1,0xe1,0xe1,0x4d, + 0x12,0x89,0x24,0x6,0x0,0x3a,0x3b,0x3b,0x3b,0xe,0x1c,0x38,0xc0,0x7c,0xfa,0xe9, + 0xa7,0xc3,0x8b,0x8b,0x8b,0x19,0x83,0x83,0x83,0x70,0x38,0x1c,0x60,0x30,0x18,0x60, + 0x30,0x18,0xb0,0xd9,0x6c,0xe0,0x72,0xb9,0x70,0xbb,0xdd,0x30,0x9b,0xcd,0xd0,0x6a, + 0x3d,0xa5,0x62,0x78,0x3c,0x1e,0xda,0xdb,0xdb,0x53,0xce,0x9d,0x3b,0x87,0x9c,0x9c, + 0x1c,0xac,0x5e,0xbd,0xfa,0xc4,0xc1,0x83,0x7,0x97,0x5f,0x6e,0xa1,0xb9,0x12,0x24, + 0x49,0x6e,0xdf,0xbb,0x77,0x6f,0xa2,0x46,0xa3,0x79,0xc0,0xe9,0x74,0x22,0x2c,0x2c, + 0xec,0x7,0xd5,0x20,0x87,0xd3,0xdd,0xdd,0xfd,0x9b,0xa6,0xa6,0xa6,0x3f,0xbd,0xfd, + 0xf6,0xdb,0x82,0xa3,0x47,0x8f,0x6,0xf5,0xf5,0xf5,0xc1,0xed,0x76,0x83,0xc9,0x64, + 0x82,0xc1,0x60,0x80,0xc5,0x62,0x61,0x68,0x68,0x8,0x16,0x8b,0x5,0x4a,0xa5,0x12, + 0xd,0xd,0xd,0x28,0x2a,0x2a,0x12,0xe5,0xe4,0xe4,0x3c,0xf2,0xd5,0x57,0x5f,0x49, + 0xee,0xba,0xeb,0xae,0x8d,0x46,0xa3,0xb1,0x3c,0x30,0x30,0xf0,0xbf,0x7d,0xe7,0x1e, + 0x6d,0xc6,0x45,0x39,0xb7,0xb5,0xb5,0x41,0xa7,0xd3,0xc1,0xe1,0x70,0x80,0x24,0x49, + 0x88,0x44,0x22,0x84,0x85,0xdd,0x58,0xb3,0x6a,0x5c,0x5c,0x1c,0xba,0xba,0xba,0x10, + 0x10,0x10,0x0,0x93,0xc9,0xe4,0x7d,0x70,0x6f,0x36,0x68,0xc5,0x4c,0x1f,0x65,0x7d, + 0x6f,0x34,0xb5,0x5a,0x5d,0x40,0x92,0xe4,0x16,0xb1,0x58,0x5c,0x60,0x30,0x18,0x24, + 0xa5,0xa5,0xa5,0x11,0xbb,0x77,0xef,0x86,0x46,0xa3,0xf1,0x3e,0xc8,0x0,0xc0,0xe1, + 0x70,0x10,0x15,0x15,0x85,0xd8,0xd8,0x58,0x3a,0x4c,0x11,0x21,0x21,0x21,0xa0,0x28, + 0xa,0x1,0x1,0x1,0x10,0x89,0x44,0x30,0x99,0x4c,0x68,0x6e,0x6e,0x46,0x45,0x45, + 0x5,0xe8,0x4a,0x80,0xfd,0xfd,0xfd,0x68,0x6e,0x6e,0xe,0x6c,0x6b,0x6b,0xb,0xdc, + 0xb0,0x61,0xc3,0x4b,0xe5,0xe5,0xe5,0x41,0x19,0x19,0x19,0xa3,0x76,0x23,0xa6,0xa6, + 0xa6,0xda,0x1,0xf4,0xc7,0xc4,0xc4,0x78,0x6d,0xa8,0xf4,0xf1,0x1d,0xf0,0xfc,0xfd, + 0x1c,0xe,0xc7,0xab,0x98,0x6,0x7,0x7,0xe1,0x74,0x3a,0xdd,0x97,0xdb,0xed,0xfe, + 0x18,0x52,0xa9,0x54,0xf8,0x8b,0x5f,0xfc,0xc2,0x50,0x5b,0x5b,0x1b,0x48,0x2f,0x56, + 0xad,0xad,0xad,0x10,0xa,0x85,0xbe,0xa2,0x0,0x80,0xc3,0x87,0xf,0x57,0xec,0xd8, + 0xb1,0x23,0x6d,0xef,0xde,0xbd,0x84,0xc1,0x60,0x40,0x50,0x50,0x10,0x62,0x63,0x63, + 0x91,0x9c,0x9c,0x8c,0x94,0x94,0x14,0x44,0x45,0x45,0x81,0xcd,0x66,0xc3,0x66,0xb3, + 0xa1,0xbc,0xbc,0x1c,0xa5,0xa5,0xa5,0x68,0x69,0x69,0x41,0x7f,0x7f,0x3f,0x4a,0x4a, + 0x4a,0xa0,0xd3,0xe9,0x82,0xef,0xbb,0xef,0xbe,0xdd,0x3b,0x77,0xee,0xfc,0xe5,0x86, + 0xd,0x1b,0x3e,0xf2,0x9d,0x7f,0x38,0x36,0x9b,0xed,0x22,0x1b,0x32,0xe0,0xb9,0xde, + 0x4,0x41,0x78,0xaf,0xbf,0xdb,0xed,0xf6,0x2a,0x59,0x7a,0x71,0x60,0x30,0x18,0x18, + 0x1a,0x1a,0xba,0x2a,0x9b,0xb3,0xd5,0x6a,0x5,0x41,0x10,0xde,0x42,0x5c,0xf4,0xe7, + 0x5d,0xb,0xdf,0x5d,0xb3,0x18,0x8a,0xa2,0x88,0xe6,0xe6,0x66,0xe7,0x2b,0xaf,0xbc, + 0x42,0xec,0xdc,0xb9,0x93,0x18,0x18,0x18,0x80,0xcb,0xe5,0xf2,0x5e,0x3f,0x82,0x20, + 0x30,0x65,0xca,0x14,0x4c,0x99,0x32,0x5,0xd3,0xa7,0x4f,0x87,0x50,0x28,0x84,0xd9, + 0x6c,0x46,0x6d,0x6d,0x2d,0x8a,0x8a,0x8a,0xd0,0xd2,0xd2,0xe2,0xad,0xd5,0xbd,0x7f, + 0xff,0x7e,0xb4,0xb4,0xb4,0x84,0xae,0x5a,0xb5,0xaa,0xb8,0xb4,0xb4,0x14,0xa1,0xa1, + 0xa1,0xb,0xa3,0xa3,0xa3,0x4f,0xd,0xfb,0xd8,0xab,0x42,0x22,0x91,0x18,0x53,0x53, + 0x53,0x2d,0x36,0x9b,0xd,0x26,0x93,0x9,0x5a,0xad,0x16,0xf1,0xf1,0xf1,0x2f,0xf5, + 0xf6,0xf6,0x92,0x32,0x99,0xec,0xc5,0xe1,0xb2,0x1a,0x8d,0xe6,0xf7,0xd5,0xd5,0xd5, + 0x2f,0xbe,0xfb,0xee,0xbb,0x44,0x6e,0x6e,0x2e,0xac,0x56,0x2b,0x4,0x2,0x1,0xa2, + 0xa2,0xa2,0x90,0x9c,0x9c,0x8c,0xa4,0xa4,0x24,0x84,0x86,0x86,0x62,0x68,0x68,0x8, + 0xed,0xed,0xed,0x38,0x7f,0xfe,0x3c,0xaa,0xaa,0xaa,0xd0,0xd8,0xd8,0x8,0xab,0xd5, + 0xca,0x8d,0x8a,0x8a,0xba,0xaf,0xae,0xae,0xee,0x3e,0x89,0x44,0x92,0x1b,0x1a,0x1a, + 0x7a,0xd5,0xa7,0xb8,0x6b,0x65,0x5c,0x94,0xb3,0x52,0xa9,0xc4,0xc0,0xc0,0x0,0x86, + 0x86,0x86,0x20,0x16,0x8b,0xf1,0xfa,0xeb,0xaf,0x6f,0xda,0xb2,0x65,0xcb,0xc7,0xbe, + 0x72,0xa3,0x49,0x60,0x60,0x20,0x42,0x43,0x43,0x21,0x16,0x8b,0x61,0x30,0x18,0x30, + 0x38,0x38,0x88,0xfa,0xfa,0x9b,0x2b,0x33,0x7a,0x70,0x70,0x10,0x2e,0x97,0xb,0x6e, + 0xb7,0xa7,0xc0,0xd,0x87,0xc3,0xf1,0xee,0x74,0x69,0xa4,0x52,0xe9,0x2c,0xfa,0xdf, + 0x53,0xa6,0x4c,0x59,0xf8,0xc4,0x13,0x4f,0x1c,0xe3,0xf1,0x78,0x8b,0x59,0x2c,0x16, + 0x82,0x83,0x83,0x91,0x9d,0x9d,0x8d,0x94,0x94,0x14,0xc4,0xc4,0xc4,0xc,0x28,0x14, + 0x8a,0xa1,0xe8,0xe8,0x68,0x4,0x5,0x5,0x81,0xc3,0xe1,0x3c,0x2e,0x16,0x8b,0x7f, + 0x60,0x4f,0xd6,0x68,0x34,0xcf,0x69,0x34,0x9a,0x5f,0xe7,0xe7,0xe7,0xb,0xbf,0xf8, + 0xe2,0xb,0x61,0x69,0x69,0x29,0x6,0x7,0x7,0x71,0xe6,0xcc,0x19,0x98,0x4c,0x26, + 0xc2,0xe5,0x72,0x3d,0x5b,0x59,0x59,0xc9,0x4c,0x4f,0x4f,0xff,0xbd,0xef,0xd8,0xeb, + 0xe1,0x4f,0x7f,0xfa,0x93,0xc3,0xe5,0x72,0xa9,0xf4,0x7a,0x3d,0x5c,0x2e,0x17,0x98, + 0x4c,0x26,0xd3,0x64,0x32,0x49,0x76,0xed,0xda,0x85,0xa6,0xa6,0x26,0xaf,0x1c,0xad, + 0xa4,0xae,0x85,0x94,0x94,0x14,0x50,0x94,0xa7,0xcc,0x6b,0x77,0x77,0x37,0x4a,0x4a, + 0x4a,0x40,0x87,0x2a,0xd2,0xd4,0xd6,0xd6,0x8a,0xb,0xb,0xb,0xf3,0xff,0xf5,0xaf, + 0x7f,0x4d,0x3e,0x73,0xe6,0xc,0x86,0x86,0x86,0xb0,0x6c,0xd9,0x32,0xcc,0x9f,0x3f, + 0xbf,0xff,0xb6,0xdb,0x6e,0x73,0x88,0xc5,0xe2,0xd5,0x71,0x71,0x71,0x85,0x17,0xd, + 0x2,0xf0,0xd6,0x5b,0x6f,0x7d,0x90,0x9b,0x9b,0xbb,0x21,0x2f,0x2f,0x8f,0xab,0xd3, + 0xe9,0xd0,0xda,0xda,0x8a,0x3d,0x7b,0xf6,0x10,0xf,0x3f,0xfc,0xf0,0x87,0xa7,0x4e, + 0x9d,0x22,0x73,0x72,0x72,0xde,0xf7,0x1d,0x43,0xb3,0x62,0xc5,0xa,0x64,0x66,0x66, + 0x9a,0x96,0x2f,0x5f,0x3e,0x38,0x34,0x34,0x4,0x26,0xf3,0xe2,0xc7,0x90,0x24,0x49, + 0xd8,0xed,0x76,0x7e,0x75,0x75,0x75,0xe0,0x89,0x13,0x27,0xa0,0x52,0x79,0x5a,0x5f, + 0x12,0x4,0x81,0x69,0xd3,0xa6,0x61,0xc5,0x8a,0x15,0xd6,0x80,0x80,0x0,0xc3,0x45, + 0x83,0x86,0x41,0x92,0x24,0xb8,0x5c,0x2e,0xb,0x40,0x80,0xdb,0xed,0xd6,0xd9,0xed, + 0x76,0xb0,0xd9,0x6c,0xa4,0xa7,0xa7,0x5f,0x73,0xb5,0x43,0x8d,0x46,0x13,0x51,0x51, + 0x51,0xa1,0x7c,0xe3,0x8d,0x37,0xf0,0xe9,0xa7,0x9f,0x5e,0x74,0x9a,0xb,0xc,0xc, + 0xc4,0xa2,0x45,0x8b,0xb0,0x78,0xf1,0xe2,0xbe,0x79,0xf3,0xe6,0x51,0x4c,0x26,0x73, + 0x5a,0x6a,0x6a,0xaa,0xa,0x0,0xb4,0x5a,0xed,0x39,0xa7,0xd3,0x19,0xd7,0xd5,0xd5, + 0x85,0x13,0x27,0x4e,0xe0,0xf8,0xf1,0xe3,0xe2,0xb,0x17,0x2e,0xb0,0xf4,0x7a,0x3d, + 0x2a,0x2b,0x2b,0xd1,0xd5,0xd5,0x45,0xc,0xc,0xc,0x20,0x36,0x36,0x36,0x64,0xeb, + 0xd6,0xad,0xec,0xe7,0x9e,0x7b,0xee,0xc7,0x8f,0x89,0x97,0x21,0x26,0x26,0x6,0x66, + 0xb3,0x19,0x7a,0xbd,0x1e,0xad,0xad,0xad,0xa8,0xad,0xad,0x25,0x12,0x13,0x2f,0xce, + 0xf8,0x57,0xa9,0x54,0xcf,0x96,0x97,0x97,0xbf,0xf0,0xf1,0xc7,0x1f,0xe3,0xd8,0xb1, + 0x63,0x30,0x1a,0x8d,0x48,0x49,0x49,0xc1,0xea,0xd5,0xab,0x2d,0xcb,0x97,0x2f,0x37, + 0xc6,0xc5,0xc5,0xed,0x90,0x48,0x24,0x4f,0xd1,0xf2,0x65,0x65,0x65,0xab,0x96,0x2e, + 0x5d,0xfa,0xd6,0x17,0x5f,0x7c,0xc1,0x39,0x7c,0xf8,0x70,0x70,0x77,0x77,0x37,0x3e, + 0xfa,0xe8,0x23,0x42,0xa3,0xd1,0x9c,0xfc,0xd5,0xaf,0x7e,0x35,0x26,0x11,0x1c,0xe3, + 0xa2,0x9c,0x75,0x3a,0x9d,0xd7,0x26,0x16,0x14,0x14,0x4,0x89,0x44,0x82,0xf6,0xf6, + 0x76,0x5f,0xb1,0x51,0x85,0xcd,0x66,0x83,0xcf,0xe7,0x83,0x4e,0x46,0xb1,0x5a,0xad, + 0xe8,0xee,0xbe,0xb9,0xa,0xbf,0x19,0xc,0x6,0xef,0x2e,0x7,0xf0,0xec,0x7e,0x79, + 0x3c,0x1e,0x4,0x2,0x81,0x8f,0xe4,0xf7,0xcc,0x99,0x33,0xa7,0xb9,0xbb,0xbb,0x3b, + 0x44,0x22,0x91,0x20,0x3b,0x3b,0x1b,0x19,0x19,0x19,0x90,0xc9,0x64,0xe0,0x72,0xb9, + 0x4f,0x7,0x7,0x7,0x5f,0xb1,0x5a,0x5e,0x68,0x68,0xe8,0x56,0x0,0x5b,0x2f,0x5c, + 0xb8,0xf0,0xff,0x48,0x92,0xfc,0xc5,0xe0,0xe0,0xa0,0xac,0xb4,0xb4,0x34,0xdc,0xe9, + 0x74,0xa2,0xb9,0xb9,0x19,0x87,0xe,0x1d,0x82,0xd9,0x6c,0x96,0xd6,0xd5,0xd5,0x45, + 0x24,0x27,0x27,0x8f,0x9a,0x91,0xfe,0xc1,0x7,0x1f,0x2c,0x1,0x20,0xa3,0x7f,0x56, + 0xab,0xd5,0x89,0xad,0xad,0xad,0x5f,0xed,0xdb,0xb7,0xef,0x7,0x5,0x8e,0x1c,0xdf, + 0x75,0xc0,0x19,0x29,0xc9,0xc9,0xc9,0x5e,0xc5,0x6e,0x34,0x1a,0xd1,0xd8,0xd8,0x88, + 0x8d,0x1b,0x37,0x4e,0xa1,0x28,0x4a,0x4d,0x10,0x84,0x43,0xab,0xd5,0x26,0x9f,0x3f, + 0x7f,0xfe,0xe0,0xa1,0x43,0x87,0xe2,0x4e,0x9e,0x3c,0x9,0x2e,0x97,0x8b,0x15,0x2b, + 0x56,0xd4,0x6f,0xde,0xbc,0xd9,0x1a,0x11,0x11,0xf1,0x8b,0x84,0x84,0x84,0x2a,0x9f, + 0x29,0xbd,0x3c,0xf2,0xc8,0x23,0xbf,0xfc,0xc7,0x3f,0xfe,0xd1,0x3f,0x30,0x30,0xf0, + 0xab,0xf2,0xf2,0xf2,0x60,0x83,0xc1,0x80,0x96,0x96,0x16,0x1c,0x3c,0x78,0x10,0x1a, + 0x8d,0x46,0x9e,0x9b,0x9b,0x2b,0xbe,0xed,0xb6,0xdb,0x7e,0xb4,0x9a,0x62,0x62,0x62, + 0x62,0xef,0xe4,0xc9,0x93,0x9f,0x5c,0xb3,0x66,0xcd,0x25,0xed,0xfa,0xd5,0xd5,0xd5, + 0x8f,0x49,0x24,0x92,0x37,0x2b,0x2b,0x2b,0xa1,0xd1,0x68,0xbc,0xa7,0xa8,0xd8,0xd8, + 0x58,0x2c,0x5d,0xba,0xf4,0xeb,0x79,0xf3,0xe6,0xad,0xf7,0x1d,0x33,0x1c,0xb5,0x5a, + 0x3d,0xcd,0xe9,0x74,0xfe,0x36,0x22,0x22,0xe2,0x97,0xbe,0xef,0x8d,0x14,0x8a,0xa2, + 0xd8,0x4d,0x4d,0x4d,0xca,0x57,0x5f,0x7d,0x15,0x3b,0x77,0xee,0x84,0xdd,0x6e,0x7, + 0x8b,0xc5,0x82,0xd3,0xe9,0x44,0x54,0x54,0x14,0xe6,0xce,0x9d,0x5b,0xf9,0xe8,0xa3, + 0x8f,0xba,0x84,0x42,0xe1,0xa2,0x8c,0x8c,0x8c,0x8b,0x6c,0xc8,0x12,0x89,0x64,0xf6, + 0xf0,0x9f,0x77,0xed,0xda,0xb5,0x4b,0x26,0x93,0x29,0xce,0x9d,0x3b,0xa7,0xe8,0xe8, + 0xe8,0x10,0xc,0xc,0xc,0x60,0xff,0xfe,0xfd,0x58,0xbb,0x76,0xed,0xbe,0xf0,0xf0, + 0xf0,0xc5,0x0,0x4e,0xc,0x97,0xbf,0x1a,0x12,0x12,0x12,0xd0,0xd3,0xd3,0x83,0x8e, + 0x8e,0xe,0xf4,0xf7,0xf7,0xa3,0xb5,0xb5,0xf5,0xa2,0x53,0xb1,0x4a,0xa5,0xa,0x2b, + 0x2b,0x2b,0x93,0xe5,0xe6,0xe6,0x22,0x2f,0x2f,0xf,0x4,0x41,0x60,0xd5,0xaa,0x55, + 0xea,0x7,0x1e,0x78,0x40,0x99,0x94,0x94,0xb4,0x3b,0x2e,0x2e,0xee,0xa5,0x61,0xd3, + 0x1,0x0,0xa6,0x4d,0x9b,0x76,0x0,0xc0,0x81,0x4d,0x9b,0x36,0xad,0xc9,0xc8,0xc8, + 0xd8,0x7b,0xfc,0xf8,0x71,0x68,0x34,0x1a,0xf4,0xf4,0xf4,0x2c,0xd4,0xe9,0x74,0xbb, + 0x1,0x2c,0xf1,0x1d,0x33,0xda,0x8c,0x8b,0x72,0x56,0xa9,0x54,0xb0,0xd9,0x6c,0x0, + 0x0,0x89,0x44,0x82,0xd8,0xd8,0x58,0x14,0x16,0xfe,0x60,0x73,0x32,0xaa,0xf0,0x78, + 0x3c,0xf0,0x78,0x3c,0x70,0xb9,0x5c,0x30,0x99,0x4c,0x58,0xad,0x56,0x74,0x74,0x74, + 0xf8,0x8a,0x8d,0x2b,0x4a,0xa5,0x12,0x26,0x93,0x9,0x14,0xe5,0x69,0xbd,0x25,0x14, + 0xa,0xc1,0x64,0x32,0x4f,0xb,0x4,0x82,0x4b,0x3a,0x99,0x7e,0xf6,0xb3,0x9f,0xfd, + 0x86,0xfe,0xf7,0x5b,0x6f,0xbd,0x35,0xfc,0xad,0x11,0x31,0x7d,0xfa,0xf4,0x7f,0x2, + 0xf8,0xe7,0x86,0xd,0x1b,0xfe,0x6a,0x36,0x9b,0xff,0x58,0x5f,0x5f,0xf,0xb3,0xd9, + 0x8c,0x73,0xe7,0xce,0x21,0x3a,0x3a,0x7a,0x93,0x46,0xa3,0x9,0xd4,0x6a,0xb5,0x7f, + 0xf4,0xad,0xae,0x37,0x5a,0x48,0xa5,0xd2,0xa6,0x5b,0x6e,0xb9,0xe5,0x67,0x24,0x49, + 0xd6,0xd0,0xaf,0x11,0xc4,0xf5,0x55,0x65,0x8b,0x89,0x89,0xf1,0x8e,0x67,0x30,0x18, + 0xe8,0xed,0xed,0x45,0x54,0x54,0xd4,0x91,0xd6,0xd6,0xd6,0x18,0x0,0x9d,0x5a,0xad, + 0xf6,0xab,0x5d,0xbb,0x76,0xc5,0x1d,0x39,0x72,0x4,0x7c,0x3e,0x1f,0x1b,0x36,0x6c, + 0x80,0x44,0x22,0xb9,0x77,0xde,0xbc,0x79,0x57,0x15,0x4,0xff,0xe4,0x93,0x4f,0x3e, + 0xfd,0xf0,0xc3,0xf,0xc7,0x74,0x76,0x76,0xae,0x1b,0x18,0x18,0x80,0xd3,0xe9,0x44, + 0x45,0x45,0x5,0xa6,0x4d,0x9b,0xb6,0xd5,0x60,0x30,0xf4,0x0,0x78,0xd7,0x77,0xc, + 0x0,0x84,0x86,0x86,0x5e,0xb1,0xa8,0x17,0x83,0xc1,0xf0,0x96,0xb,0xa5,0xcd,0x11, + 0xb4,0x82,0xa6,0x23,0x7a,0x2e,0x87,0x54,0x2a,0x2d,0x3,0x30,0x1a,0x8a,0x99,0x71, + 0xfe,0xfc,0xf9,0xa5,0x7b,0xf7,0xee,0xc5,0x27,0x9f,0x7c,0x72,0x91,0xd9,0x4d,0xa1, + 0x50,0x60,0xcb,0x96,0x2d,0x0,0x30,0x7f,0xde,0xbc,0x79,0x97,0xdc,0xc9,0xf,0x67, + 0xfd,0xfa,0xf5,0xeb,0x1,0x60,0xdb,0xb6,0x6d,0xc5,0xbb,0x77,0xef,0xce,0xae,0xae, + 0xae,0x46,0x6f,0x6f,0x2f,0x3e,0xfb,0xec,0x33,0x24,0x25,0x25,0xdd,0xf2,0xd8,0x63, + 0x8f,0x55,0x6c,0xdf,0xbe,0xfd,0x47,0x17,0xb5,0x4b,0x11,0x11,0x11,0xe1,0xad,0x7, + 0xce,0xe1,0x70,0xd0,0xd0,0xd0,0xe0,0x75,0x7c,0x3,0x80,0x5a,0xad,0xfe,0x75,0x63, + 0x63,0xe3,0x7f,0xe5,0xe6,0xe6,0x82,0xc7,0xe3,0x61,0xf9,0xf2,0xe5,0x6d,0xb,0x16, + 0x2c,0x78,0x71,0xd9,0xb2,0x65,0x97,0x5c,0x1c,0x69,0x1e,0x7a,0xe8,0x21,0xd5,0x91, + 0x23,0x47,0x4a,0x8b,0x8a,0x8a,0x32,0x2d,0x16,0xb,0xea,0xea,0xea,0x90,0x9f,0x9f, + 0x2f,0xee,0xec,0xec,0xbc,0x25,0x3a,0x3a,0xba,0xd8,0x57,0x7e,0x34,0xb9,0xb6,0xf3, + 0xe2,0x75,0xa0,0xd1,0x68,0x16,0x89,0xc5,0xe2,0x58,0xda,0x3e,0xca,0x66,0xb3,0x2f, + 0xbb,0x33,0x1c,0x2d,0x48,0xd2,0xd3,0x6c,0x95,0xcf,0xe7,0x3,0xf0,0x78,0xb4,0x2d, + 0x16,0x8b,0x8f,0xd4,0xd8,0xa1,0xd1,0x68,0xee,0xa3,0x28,0xea,0xa2,0xc2,0xbc,0x85, + 0x85,0x85,0x30,0x18,0xc,0xa0,0x28,0xa,0x5c,0x2e,0x17,0x41,0x41,0x41,0x78,0xf5, + 0xd5,0x57,0x1f,0x4d,0x4a,0x4a,0x1a,0xd5,0x94,0xf6,0xcb,0xb1,0x78,0xf1,0xe2,0xd2, + 0xe8,0xe8,0xe8,0xb,0x5c,0x2e,0x17,0x4e,0xa7,0x13,0x16,0x8b,0x5,0xc5,0xc5,0xc5, + 0xa8,0xab,0xab,0x5b,0x63,0xb3,0xd9,0x7e,0xed,0x2b,0x7f,0x33,0x23,0x10,0x8,0x3e, + 0x71,0xbb,0xdd,0x43,0xb4,0x33,0xaf,0xab,0xab,0xb,0x1d,0x1d,0x1d,0x68,0x6d,0x6d, + 0x5,0x0,0xec,0xd9,0xb3,0x7,0x79,0x79,0x79,0x20,0x49,0x12,0x8b,0x17,0x2f,0xc6, + 0x8c,0x19,0x33,0xf6,0xcf,0x9a,0x35,0x6b,0x44,0x8a,0x61,0xed,0xda,0xb5,0x88,0x8f, + 0x8f,0x7,0x83,0xe1,0x71,0x34,0xf,0xc,0xc,0xa0,0xbc,0xbc,0x1c,0xfd,0xfd,0xfd, + 0x73,0x94,0x4a,0x65,0x92,0xaf,0xfc,0x44,0x82,0xa2,0x28,0xa6,0x52,0xa9,0xfc,0x75, + 0x47,0x47,0xc7,0xd7,0x5f,0x7c,0xf1,0x85,0xd7,0x6e,0xcd,0x60,0x30,0x30,0x69,0xd2, + 0x24,0x3c,0xf5,0xd4,0x53,0x58,0xb8,0x70,0xe1,0x27,0xcb,0x96,0x2d,0x1b,0xb1,0x29, + 0x62,0xd5,0xaa,0x55,0x5f,0x6d,0xdc,0xb8,0x51,0x9d,0x9e,0x9e,0xe,0x36,0x9b,0xd, + 0x9d,0x4e,0x7,0xb3,0xd9,0xfc,0xa2,0x5c,0x2e,0x7f,0xa6,0xac,0xac,0x6c,0x44,0xcd, + 0x7c,0x3,0x2,0x2,0xbc,0x35,0xae,0x69,0x7b,0x31,0x80,0xcc,0xc2,0xc2,0xc2,0xa9, + 0x6d,0x6d,0x6d,0xd3,0xca,0xca,0xca,0xa6,0x9f,0x39,0x73,0x6,0x2,0x81,0x0,0xf7, + 0xdf,0x7f,0x3f,0x56,0xae,0x5c,0xb9,0xff,0x9e,0x7b,0xee,0xb9,0xa2,0x62,0x6,0x80, + 0x39,0x73,0xe6,0x9c,0x2b,0x2b,0x2b,0xfb,0x6b,0x72,0x72,0x32,0x28,0x8a,0x82,0x56, + 0xab,0x85,0xd1,0x68,0x9c,0x6e,0xb5,0x5a,0x2f,0xb2,0x67,0xdf,0x8,0xc6,0x5c,0x39, + 0x3b,0x9d,0xce,0xc7,0xc4,0x62,0x71,0xb6,0xd3,0xe9,0xe9,0x26,0x42,0x37,0x66,0xbd, + 0xd1,0x10,0x4,0x51,0x6b,0x34,0x1a,0xf7,0xe,0x57,0xce,0x72,0xb9,0x3c,0xa1,0xb7, + 0xb7,0xf7,0xb2,0xc7,0xc3,0x1b,0x5,0x41,0x10,0xb1,0x5d,0x5d,0x5d,0xde,0x16,0xde, + 0xe5,0xe5,0xe5,0xbf,0xad,0xaf,0xaf,0xf,0xa0,0xc3,0xe6,0xec,0x76,0x3b,0xa6,0x4d, + 0x9b,0x86,0x85,0xb,0x17,0x7a,0xc7,0x8c,0x5,0xf,0x3e,0xf8,0xe0,0x81,0xc0,0xc0, + 0xc0,0xff,0xc4,0xc5,0xc5,0x1,0xf0,0x38,0xaf,0xea,0xea,0xea,0x50,0x52,0x52,0x72, + 0xd3,0x9d,0x34,0xae,0xc4,0xa4,0x49,0x93,0x7e,0xcb,0xe5,0x72,0x2d,0xf4,0x6e,0x4f, + 0xab,0xd5,0xa2,0xb5,0xb5,0x15,0x31,0x31,0x31,0xff,0x75,0xf6,0xec,0xd9,0x67,0x8f, + 0x1c,0x39,0x12,0xac,0x52,0xa9,0x10,0x17,0x17,0x87,0xd5,0xab,0x57,0x23,0x2a,0x2a, + 0xea,0xb9,0xc5,0x8b,0x17,0x8f,0xe8,0x8f,0x4c,0x4b,0x4b,0xdb,0x17,0x10,0x10,0x50, + 0x23,0x14,0xa,0x41,0x92,0x24,0x5c,0x2e,0x17,0x6a,0x6a,0x6a,0x60,0xb7,0xdb,0x37, + 0x9a,0x4c,0xa6,0xb1,0xbd,0x78,0xa3,0x4c,0x4d,0x4d,0xd,0x57,0xad,0x56,0xbf,0xf5, + 0xd1,0x47,0x1f,0x79,0xcd,0x8e,0xc,0x6,0x3,0xc1,0xc1,0xc1,0x58,0xb3,0x66,0xd, + 0xe6,0xce,0x9d,0xbb,0xcd,0x6e,0xb7,0x3f,0xc4,0xe5,0x72,0x1f,0x69,0x6b,0x6b,0x1b, + 0x51,0x45,0xc1,0xc9,0x93,0x27,0xbf,0x90,0x91,0x91,0xf1,0xe7,0xf9,0xf3,0xe7,0x77, + 0x85,0x85,0x85,0x81,0x24,0x49,0x54,0x56,0x56,0xa2,0xbb,0xbb,0xfb,0xc9,0xfc,0xfc, + 0xfc,0x34,0x5f,0xf9,0xcb,0x21,0x93,0xc9,0xbc,0x1b,0x3c,0x8a,0xf2,0xb4,0x35,0x63, + 0xb1,0x58,0x6b,0xdb,0xda,0xda,0xee,0x50,0xab,0xd5,0x77,0xa9,0x54,0xaa,0x55,0x5a, + 0xad,0x16,0xb,0x17,0x2e,0xc4,0xca,0x95,0x2b,0xb,0x66,0xcf,0x9e,0x7d,0xc5,0x38, + 0xf4,0xe1,0xcc,0x98,0x31,0x3,0x49,0x49,0x9e,0x75,0xd6,0x6a,0xb5,0x7a,0x4b,0xda, + 0xde,0x68,0xc6,0x5c,0x39,0xf,0xd,0xd,0x79,0xc3,0x93,0xe8,0x1d,0x22,0x6d,0x7, + 0xbe,0x91,0x84,0x84,0x84,0x54,0x15,0x16,0x16,0xee,0x62,0xb1,0x58,0xde,0x63,0x62, + 0x54,0x54,0xd4,0x64,0x97,0xcb,0xb5,0xe9,0x62,0xc9,0xb1,0x41,0x22,0x91,0x3c,0x1f, + 0x1d,0x1d,0xed,0xed,0xba,0x5d,0x51,0x51,0xf1,0xfb,0xf6,0xf6,0x76,0x91,0xcb,0xe5, + 0x2,0x41,0x10,0x90,0xcb,0xe5,0xb8,0xfd,0xf6,0xdb,0xb1,0x72,0xe5,0xca,0xe1,0xc3, + 0xc6,0x84,0x3b,0xef,0xbc,0x13,0xa,0x85,0xc2,0x7b,0x84,0x35,0x9b,0xcd,0x68,0x6e, + 0x6e,0xc6,0xf9,0xf3,0xe7,0x7d,0x24,0x6f,0x7e,0x22,0x22,0x22,0xc0,0xe1,0x70,0xc0, + 0x60,0x30,0xe0,0x72,0xb9,0x50,0x57,0x57,0x7,0xa7,0xd3,0xf9,0x74,0x6d,0x6d,0xed, + 0xb,0xed,0xed,0xed,0x12,0x26,0x93,0x89,0x59,0xb3,0x66,0x21,0x3c,0x3c,0xfc,0x6f, + 0xf1,0xf1,0xf1,0x4a,0xdf,0xf1,0x57,0x42,0x26,0x93,0xed,0xa,0xc,0xc,0xac,0x92, + 0x48,0x24,0x5e,0xf3,0x49,0x5f,0x5f,0x1f,0x1a,0x1b,0x1b,0xbd,0xed,0xa5,0x26,0x22, + 0x9d,0x9d,0x9d,0x3c,0x1e,0x8f,0xf7,0xf7,0x53,0xa7,0x4e,0xe1,0xd4,0xa9,0x53,0xe0, + 0xf1,0x78,0x5e,0xb3,0xca,0xac,0x59,0xb3,0x90,0x96,0x96,0xb6,0x79,0xd7,0xae,0x5d, + 0x7f,0xfc,0x2e,0x92,0xc3,0xe8,0x70,0x38,0x3c,0x8e,0x92,0x11,0x90,0x93,0x93,0xf3, + 0xce,0x9d,0x77,0xde,0xd9,0x99,0x9e,0x9e,0xe,0x1e,0x8f,0x7,0x26,0x93,0x89,0x83, + 0x7,0xf,0xc2,0xe5,0x72,0x3d,0x52,0x53,0x53,0x33,0xc5,0x57,0xfe,0x52,0x84,0x84, + 0x84,0x78,0xfb,0x2b,0xd2,0x3e,0x86,0xea,0xea,0x6a,0xec,0xdb,0xb7,0xf,0x67,0xcf, + 0x9e,0x45,0x65,0x65,0x25,0x42,0x43,0x43,0x91,0x94,0x94,0x74,0x34,0x22,0x22,0xe2, + 0x29,0xb1,0x58,0xfc,0xad,0xcf,0x14,0x97,0x65,0xc6,0x8c,0x19,0x98,0x34,0x69,0x12, + 0x0,0x8f,0x89,0xa9,0xbb,0xbb,0xfb,0x8a,0xb9,0x7,0xa3,0xc1,0x98,0x2b,0x67,0x87, + 0xc3,0xe1,0x8d,0xad,0x5,0x3c,0x4e,0xaf,0xb1,0xd8,0x39,0x3,0x1e,0xd3,0x6,0x41, + 0x78,0xda,0xfd,0xd0,0xf,0x2b,0x6d,0xfb,0x1e,0x4f,0xaa,0xab,0xab,0xdf,0x3b,0x7a, + 0xf4,0x68,0x48,0x73,0x73,0x33,0x9c,0x4e,0x4f,0x3b,0xac,0xd5,0xab,0x57,0x23,0x38, + 0x38,0xf8,0x71,0xb9,0x5c,0xde,0x5,0x0,0x2a,0x95,0xea,0x65,0xbd,0x5e,0x1f,0xef, + 0x3b,0xf6,0x46,0x90,0x95,0x95,0x5,0xb9,0x5c,0xee,0x4d,0x88,0x1,0x80,0x96,0x96, + 0x16,0xfc,0xe7,0x3f,0xff,0xf1,0x91,0xbc,0xf9,0x89,0x8e,0x8e,0xf6,0x36,0xe7,0x5, + 0x80,0xf2,0xf2,0x72,0xb4,0xb7,0xb7,0x7b,0x5b,0x98,0x85,0x85,0x85,0xe1,0xd6,0x5b, + 0x6f,0x5,0x87,0xc3,0xd9,0x19,0x19,0x19,0x79,0x4d,0xd1,0xc,0x33,0x66,0xcc,0x80, + 0x58,0x2c,0x86,0xd3,0xe9,0xa9,0x87,0xe1,0x74,0x3a,0xd1,0xd6,0xd6,0x86,0xb2,0xb2, + 0x32,0x5f,0xd1,0x9,0x83,0xc3,0xe1,0x60,0xf,0xc,0xc,0x3c,0x7c,0xf8,0xf0,0x61, + 0x98,0xcd,0x66,0xef,0x66,0x8a,0xcf,0xe7,0x63,0xfd,0xfa,0xf5,0x20,0x49,0xf2,0xad, + 0xe7,0x9e,0x7b,0xce,0x9,0x0,0x52,0xa9,0xf4,0xdf,0x23,0xed,0x58,0x44,0x13,0x17, + 0x17,0xf7,0xdf,0xb7,0xdc,0x72,0x4b,0x6d,0x70,0x70,0x30,0x28,0x8a,0x82,0x5a,0xad, + 0x86,0x52,0xa9,0xbc,0xb3,0xb8,0xb8,0x38,0xd6,0x57,0xf6,0x52,0xd0,0xca,0x99,0x36, + 0x2d,0x51,0x14,0x85,0xe6,0xe6,0x66,0x50,0x14,0xb5,0xa1,0xa5,0xa5,0x65,0x5d,0x4b, + 0x4b,0xb,0x52,0x52,0x52,0x90,0x91,0x91,0x71,0x21,0x2c,0x2c,0xec,0x9c,0xef,0xf8, + 0x2b,0x11,0x10,0x10,0xe0,0xb5,0x69,0xf,0xd,0xd,0x41,0xaf,0xd7,0x43,0xa9,0x1c, + 0xf1,0x3a,0x3e,0x62,0xc6,0x5c,0x39,0xd3,0xb6,0x66,0xfa,0x61,0xa1,0xb3,0x71,0xc6, + 0x12,0xda,0xd9,0xe2,0x76,0xbb,0xc7,0x5d,0x39,0xd7,0xd7,0xd7,0x7f,0x73,0xf4,0xe8, + 0xd1,0x8d,0x45,0x45,0x45,0x3c,0xb3,0xd9,0xc,0x97,0xcb,0x85,0xb4,0xb4,0x34,0x30, + 0x18,0x8c,0x9f,0x77,0x77,0x77,0xff,0x5b,0x22,0x91,0x18,0xbf,0x13,0xfd,0xd4,0x6a, + 0xb5,0xf6,0x5d,0x34,0xf8,0x6,0x11,0x1c,0x1c,0xfc,0xef,0xca,0xca,0xca,0xf7,0xe8, + 0x13,0xd,0x41,0x10,0xe8,0xed,0xed,0x45,0x58,0x58,0xd8,0xdd,0x8d,0x8d,0x8d,0x63, + 0x52,0x57,0x60,0xb4,0x88,0x8a,0x8a,0x2,0xf0,0x7d,0xdc,0x78,0x53,0x53,0x13,0xbe, + 0xf9,0xe6,0x1b,0x94,0x96,0x96,0x82,0x24,0x49,0xe4,0xe4,0xe4,0xc0,0xe9,0x74,0xde, + 0xcb,0x60,0x30,0x3c,0x86,0xe8,0x6b,0x40,0x22,0x91,0x78,0x93,0x3e,0x68,0xda,0xdb, + 0xdb,0x6f,0xb8,0x93,0xfb,0x46,0x52,0x5a,0x5a,0x8a,0xca,0xca,0x4a,0x94,0x96,0x96, + 0x2,0xf0,0x9c,0x78,0x29,0x8a,0xc2,0xb4,0x69,0xd3,0x10,0x16,0x16,0x36,0x6f,0xdd, + 0xba,0x75,0xd7,0x16,0x42,0xe3,0x43,0x74,0x74,0xf4,0xa9,0x65,0xcb,0x96,0xf5,0x27, + 0x27,0x27,0x83,0x24,0x49,0x50,0x14,0x85,0x82,0x82,0x2,0x48,0xa5,0xd2,0x97,0x75, + 0x3a,0xdd,0x5c,0x5f,0xf9,0x1f,0x23,0x38,0x38,0x18,0x22,0x91,0xe8,0xa2,0x6b,0x60, + 0xb5,0x5a,0xd1,0xd8,0xd8,0x38,0xa5,0xa0,0xa0,0x20,0x85,0xc1,0x60,0x80,0xc9,0x64, + 0x7e,0x24,0x91,0x48,0xae,0xda,0x63,0xae,0xd5,0x6a,0x6f,0xed,0xef,0xef,0xff,0xb, + 0x0,0x58,0x2c,0x16,0xb8,0x5c,0x2e,0xaf,0x82,0x66,0x30,0x18,0x30,0x1a,0xe9,0xc7, + 0xf2,0xc6,0x31,0xe6,0xd1,0x1a,0xb4,0x62,0xa6,0x8f,0xcc,0xb4,0xa2,0x1c,0x2b,0x8, + 0xc2,0x13,0xe8,0x4f,0xef,0xa0,0x2f,0x95,0x7d,0x37,0x56,0xe4,0xe5,0xe5,0xdd,0xb2, + 0x7d,0xfb,0x76,0x76,0x47,0x47,0x7,0x18,0xc,0x6,0x44,0x22,0x11,0x9e,0x7e,0xfa, + 0x69,0x84,0x87,0x87,0x97,0x2d,0x59,0xb2,0xc4,0x6b,0xf6,0x8,0xf,0xf,0xaf,0x1c, + 0x3e,0xee,0x46,0x22,0x91,0x48,0xba,0x6f,0xbb,0xed,0xb6,0xae,0x90,0x90,0x10,0xaf, + 0x6d,0xcd,0xe1,0x70,0xc0,0x6e,0xb7,0x47,0xf4,0xf4,0xf4,0x78,0x8c,0xd1,0x13,0x4, + 0xa9,0x54,0xea,0xdd,0xfd,0xb,0x85,0x42,0x98,0x4c,0x26,0xec,0xd8,0xb1,0x3,0x26, + 0x93,0x9,0x61,0x61,0x61,0xb8,0xfb,0xee,0xbb,0x21,0x97,0xcb,0xcb,0x53,0x53,0x53, + 0xaf,0xd9,0x3b,0x3c,0xbc,0xe,0x6,0x7d,0x5f,0xf7,0xf5,0xf5,0x8d,0xab,0xc3,0xf9, + 0x7a,0x68,0x6b,0x6b,0x13,0xb9,0xdd,0xee,0xf2,0x57,0x5e,0x79,0xc5,0x7b,0x7c,0x17, + 0xa,0x85,0xb0,0xdb,0xed,0xb8,0xf5,0xd6,0x5b,0x31,0x30,0x30,0x50,0x40,0x10,0xc4, + 0x88,0xcd,0x18,0x97,0x22,0x24,0x24,0xe4,0x6e,0x81,0x40,0xb0,0x3f,0x20,0x20,0x60, + 0x66,0x7f,0x7f,0x3f,0x94,0x4a,0x25,0xcc,0x66,0x73,0xb2,0x5e,0xaf,0xbf,0x64,0x16, + 0xe4,0x70,0x28,0x8a,0xfa,0x73,0x69,0x69,0xa9,0x80,0xcf,0xe7,0x6f,0x1a,0x1c,0x1c, + 0xf4,0x5e,0x83,0xba,0xba,0x3a,0x8,0x85,0x42,0xac,0x5b,0xb7,0xe,0x59,0x59,0x59, + 0x4a,0x92,0x24,0x97,0xf7,0xf5,0xf5,0x89,0xc2,0xc2,0xc2,0x7e,0x10,0x3a,0xe7,0x8b, + 0xc3,0xe1,0x28,0xa0,0x28,0xaa,0x2,0x0,0xcc,0x66,0x73,0x2e,0x45,0x51,0x71,0xae, + 0xef,0x72,0x10,0xbe,0x4b,0x9e,0xf3,0x3e,0x9b,0x37,0x8a,0x31,0x57,0xce,0x80,0xc7, + 0x6e,0x43,0x9b,0x16,0xac,0x56,0xeb,0x15,0xb,0xfb,0x8c,0x36,0x2e,0x97,0x27,0xab, + 0x89,0x20,0x88,0x11,0x2f,0xc,0x4,0x41,0x80,0xcd,0x66,0x7b,0xcd,0xf,0xd7,0x4a, + 0x59,0x59,0x99,0x6a,0xef,0xde,0xbd,0x41,0xdb,0xb6,0x6d,0xe3,0x74,0x74,0x74,0x80, + 0xc5,0x62,0x21,0x2c,0x2c,0xc,0xff,0xf3,0x3f,0xff,0x83,0x99,0x33,0x67,0x82,0xc7, + 0xe3,0xf9,0xe,0x19,0x53,0x42,0x42,0x42,0xbc,0xe9,0xee,0xb4,0x8d,0x5e,0xaf,0xd7, + 0xdf,0x74,0x75,0xb0,0xaf,0x84,0x54,0x2a,0xf5,0x5e,0x27,0x8b,0xc5,0x2,0x8a,0xa2, + 0x60,0x30,0x78,0xa2,0xbe,0x16,0x2d,0x5a,0x84,0xfc,0xfc,0xfc,0xf4,0xbf,0xfe,0xf5, + 0xaf,0xd7,0x15,0x1e,0x18,0x18,0x18,0xe8,0x4d,0x24,0xa1,0x77,0x6e,0xdf,0xed,0xd6, + 0x86,0x8b,0x4d,0x18,0x6,0x7,0x7,0x19,0x46,0xa3,0x31,0xa6,0xaa,0xaa,0xca,0xfb, + 0x9c,0x98,0xcd,0x66,0xc8,0x64,0x32,0xdc,0x7e,0x52,0x68,0x28,0xa7,0x0,0x0,0x1d, + 0xce,0x49,0x44,0x41,0x54,0xfb,0xed,0xc8,0xca,0xca,0xf2,0x1d,0x72,0x5d,0xc4,0xc5, + 0xc5,0xa9,0xb6,0x6d,0xdb,0x66,0xab,0xac,0xac,0x84,0x56,0xab,0x5,0xdd,0x4b,0xf3, + 0x6a,0x9f,0xaf,0xe8,0xe8,0x68,0xdd,0xa2,0x45,0x8b,0x8c,0xf4,0x33,0x43,0xdf,0xaf, + 0x2e,0x97,0xb,0x2c,0x16,0xb,0x11,0x11,0x11,0x48,0x48,0x48,0x40,0x58,0x58,0xd8, + 0x55,0x45,0x68,0x0,0x80,0x4c,0x26,0x1b,0x4,0x30,0x8,0x0,0x77,0xde,0x79,0xa7, + 0x5,0x40,0x3b,0xfd,0x5e,0x43,0x43,0x3,0x36,0x6f,0xbe,0x61,0x35,0xa4,0xbc,0x8c, + 0xf9,0xdd,0x43,0x10,0x9e,0x22,0x2e,0xf4,0xee,0x79,0x2c,0x77,0xce,0xc3,0x6d,0xa8, + 0xd7,0xa,0xad,0xac,0x8,0x82,0xa0,0x9d,0x18,0x44,0x5b,0x5b,0x9b,0x48,0x24,0x12, + 0x1,0x0,0x28,0x8a,0xa2,0x42,0x42,0x42,0xc,0x0,0x50,0x56,0x56,0x26,0xa2,0x17, + 0x9e,0xf6,0xf6,0x76,0xcc,0x9b,0x37,0xaf,0xaf,0xbb,0xbb,0x9b,0x5d,0x5e,0x5e,0x8e, + 0xa7,0x9e,0x7a,0xa,0x5,0x5,0x5,0xb0,0x58,0x2c,0x60,0x30,0x18,0x48,0x4d,0x4d, + 0xc5,0xe2,0xc5,0x8b,0xf5,0x33,0x67,0xce,0xa4,0x58,0x2c,0xd6,0x74,0xb9,0x5c,0xde, + 0xee,0xfd,0xd0,0x6b,0x80,0xa2,0x28,0xfe,0x81,0x3,0x7,0xd8,0xe5,0xe5,0xe5,0x28, + 0x2f,0x2f,0xc7,0xf3,0xcf,0x3f,0xff,0x2f,0xab,0xd5,0x9a,0x1f,0x1c,0x1c,0x9c,0xed, + 0x70,0x38,0x2a,0xb6,0x6d,0xdb,0xf6,0x61,0x6c,0x6c,0x2c,0x32,0x32,0x32,0x90,0x91, + 0x91,0x1,0x87,0xc3,0x61,0xf5,0xb5,0x1b,0xe,0x5f,0x44,0x9,0x82,0x80,0xcd,0x66, + 0xf3,0xd6,0x49,0x98,0x28,0xc,0x37,0x99,0xd1,0xf,0x2d,0xe0,0xb9,0x8e,0x33,0x67, + 0xce,0x44,0x58,0x58,0x98,0x7d,0x34,0x76,0x81,0xf4,0x6e,0xed,0xa7,0x0,0x5d,0xb9, + 0x91,0x8e,0xd0,0xa0,0x37,0x24,0xa,0x85,0x82,0x92,0xc9,0x64,0x37,0x64,0x27,0x35, + 0x77,0xee,0x5c,0x1c,0x3c,0x78,0x10,0x6d,0x6d,0x6d,0x30,0x1a,0x8d,0xe8,0xee,0xee, + 0x6,0x97,0x3b,0xa2,0x0,0x90,0x1f,0x40,0x10,0x4,0xa4,0x52,0x29,0x64,0x32,0x99, + 0x55,0x24,0x12,0x59,0x9,0x4f,0x33,0xe1,0x9,0xc3,0x98,0x2b,0xe7,0xf1,0x84,0x76, + 0x8,0xd2,0xb,0xc4,0xb5,0xe0,0x76,0x7b,0xea,0x1c,0x90,0x24,0x9,0xab,0xd5,0x8a, + 0xfa,0xfa,0xfa,0x70,0x36,0x9b,0x3d,0x40,0x17,0x13,0x22,0x8,0xc2,0xac,0x50,0x28, + 0xb2,0xa3,0xa2,0xa2,0xd8,0x7a,0xbd,0xbe,0xc2,0x6c,0x36,0xc3,0x6c,0x36,0xa3,0xa7, + 0xa7,0x7,0x2f,0xbc,0xf0,0x2,0x1a,0x1a,0x1a,0x70,0xfe,0xfc,0x79,0x38,0x1c,0xe, + 0xf0,0xf9,0x7c,0x44,0x44,0x44,0x60,0xfa,0xf4,0xe9,0x78,0xe0,0x81,0x7,0xc0,0xe3, + 0xf1,0xd2,0x52,0x52,0x52,0xae,0x2b,0x6d,0xb1,0xb3,0xb3,0x33,0xf2,0xcc,0x99,0x33, + 0x1,0x67,0xcf,0x9e,0x7d,0xcd,0x68,0x34,0x2e,0xd5,0xeb,0xf5,0x20,0x49,0x12,0x5b, + 0xb6,0x6c,0x81,0xcd,0x66,0xdb,0x20,0x10,0x8,0xc0,0xe5,0x72,0xc1,0xe3,0xf1,0x5e, + 0xb1,0xd9,0x6c,0x30,0x18,0xc,0xe8,0xec,0xec,0x4,0x41,0x10,0x7f,0xff,0xfa,0xeb, + 0xaf,0xdf,0xcf,0xcc,0xcc,0x84,0x50,0x28,0xd4,0x6c,0xde,0xbc,0xd9,0xab,0xd8,0xe8, + 0xef,0x8d,0x24,0xc9,0x1f,0xa4,0x3f,0xdf,0xec,0xf0,0x78,0x3c,0xaf,0xe2,0x1c,0x7e, + 0xcd,0x23,0x23,0x23,0x91,0x9d,0x9d,0xdd,0x1c,0x13,0x13,0x33,0xbe,0x76,0xad,0x9b, + 0x90,0xef,0x42,0x1,0xd1,0xd9,0xd9,0x9,0xe0,0xfb,0x45,0x2d,0x3d,0x3d,0x9d,0x8a, + 0x8a,0x8a,0xba,0x2a,0x53,0xc3,0x48,0x91,0xcb,0xe5,0x1d,0x24,0x49,0xe,0x12,0x4, + 0x21,0xb0,0x58,0x2c,0x68,0x6f,0x6f,0x87,0x5c,0x2e,0x8f,0xea,0xeb,0xeb,0x13,0x86, + 0x85,0x85,0x99,0x7d,0xe5,0xaf,0x4,0x83,0xe1,0x89,0x2c,0x91,0xcb,0xe5,0x30,0x18, + 0xc,0x2f,0xd3,0x25,0x3f,0x27,0x12,0x63,0xae,0x9c,0xe9,0x5d,0xd8,0x8f,0x3d,0x30, + 0x37,0x3b,0xf4,0xe,0x62,0x68,0x68,0x8,0x2e,0x97,0xb,0xf5,0xf5,0xf5,0x78,0xe3, + 0x8d,0x37,0xbc,0x7f,0x8b,0xc3,0xe1,0x80,0xd5,0x6a,0x15,0x72,0x38,0x9c,0xba,0x96, + 0x96,0x16,0x6c,0xdc,0xb8,0xd1,0x6b,0xfe,0x30,0x1a,0x8d,0x70,0x3a,0x3d,0x65,0x3b, + 0xe9,0x63,0x70,0x6c,0x6c,0x2c,0xd2,0xd3,0xd3,0xcf,0x6c,0xdc,0xb8,0xd1,0x91,0x94, + 0x94,0x4,0xb7,0xdb,0x3d,0x62,0x8f,0xb7,0xd9,0x6c,0x9e,0xea,0x74,0x3a,0x3b,0x45, + 0x22,0xd1,0x40,0x5d,0x5d,0x5d,0x5a,0x43,0x43,0xc3,0xdb,0xed,0xed,0xed,0xb3,0xdf, + 0x7d,0xf7,0x5d,0x34,0x36,0x36,0x62,0x70,0x70,0x10,0x16,0x8b,0x5,0x4e,0xa7,0xd3, + 0xeb,0x70,0x71,0xbb,0x3d,0x55,0xb8,0xd8,0x6c,0x36,0xd8,0x6c,0x36,0x5d,0x9f,0xf8, + 0xa9,0x59,0xb3,0x66,0x3d,0xc5,0x62,0xb1,0x20,0x14,0xa,0x3f,0xa,0xa,0xa,0xa2, + 0x68,0xa5,0x4c,0x1f,0x2f,0x5,0x2,0x1,0x22,0x23,0x47,0x94,0x1f,0x30,0xee,0xd0, + 0x21,0x56,0x24,0xe9,0x89,0x41,0xa6,0xc9,0xce,0xce,0xc6,0x9b,0x6f,0xbe,0xb9,0xec, + 0xb3,0xcf,0x3e,0x1b,0xb3,0x4,0x9f,0x89,0x82,0xd1,0x68,0x84,0xc3,0xe1,0xf0,0x46, + 0xb9,0xb8,0x5c,0x2e,0x38,0x1c,0xe,0x64,0x67,0x67,0xfb,0x8a,0x8e,0x1a,0xd1,0xd1, + 0xd1,0x9b,0xb2,0xb2,0xb2,0xa2,0xf8,0x7c,0xfe,0x62,0xab,0xd5,0xa,0x83,0xc1,0x80, + 0xac,0xac,0xac,0xed,0x4e,0xa7,0xb3,0x7,0xc0,0x1,0x5f,0xf9,0xab,0x25,0x3c,0x3c, + 0x1c,0x53,0xa7,0x4e,0xf5,0x7d,0x79,0x42,0x30,0xe6,0xca,0x99,0x24,0x3d,0x99,0x7a, + 0xb4,0x79,0xc0,0xe5,0x72,0x8d,0x99,0x53,0x8e,0x36,0xe8,0xd3,0xb,0x2,0x49,0x92, + 0x23,0x32,0xa9,0x50,0x94,0x27,0x94,0x86,0xc9,0x64,0x82,0x20,0x8,0x38,0x9d,0x4e, + 0xf4,0xf5,0xf5,0x79,0xeb,0xc0,0xd2,0xf3,0xd1,0x4e,0x14,0xfa,0x6f,0xa4,0x28,0x4f, + 0x3c,0xb7,0x4c,0x26,0x83,0x4c,0x26,0x43,0x58,0x58,0x18,0xdc,0x6e,0xf7,0xee,0x3f, + 0xff,0xf9,0xcf,0xe,0x3e,0x9f,0xff,0x48,0x72,0x72,0xf2,0x25,0xd3,0xb3,0xaf,0x84, + 0xcd,0x66,0x5b,0xee,0x70,0x38,0xfe,0x53,0x55,0x55,0x35,0xb5,0xb6,0xb6,0xf6,0x95, + 0x5d,0xbb,0x76,0x4d,0x2b,0x28,0x28,0x80,0x56,0xab,0x85,0xd3,0xe9,0x84,0x50,0x28, + 0xa4,0xed,0x6d,0x8,0xa,0xa,0x42,0x6b,0x6b,0x6b,0x61,0x50,0x50,0x90,0x58,0x22, + 0x91,0x24,0xd2,0xf,0x81,0x56,0xab,0x45,0x7e,0x7e,0x3e,0x72,0x73,0x73,0x91,0x90, + 0x90,0x80,0xcc,0xcc,0xcc,0x4d,0x66,0xb3,0x19,0x2a,0x95,0xea,0x22,0x9b,0x33,0x87, + 0xc3,0x19,0x93,0x98,0xf4,0xd1,0x84,0xde,0xe9,0x33,0x18,0x9e,0xd0,0x49,0x9a,0x39, + 0x73,0xe6,0x20,0x34,0x34,0x14,0x9f,0x7d,0xf6,0x99,0xf7,0x35,0x3f,0x1e,0x6a,0x6b, + 0x6b,0xbd,0x8b,0xb8,0xdb,0xed,0x6,0x9b,0xcd,0x6,0x45,0x51,0x88,0x8c,0x8c,0x84, + 0x4a,0xa5,0xba,0xc7,0x6a,0xb5,0x8e,0xf8,0xd9,0xf1,0x85,0x3e,0x7d,0xda,0xed,0x76, + 0x38,0x1c,0x8e,0x5c,0x93,0xc9,0x94,0xfe,0xf6,0xdb,0x6f,0x87,0xd1,0x25,0xc,0x2c, + 0x16,0xb,0xac,0x56,0xeb,0x75,0x39,0x55,0x49,0x92,0x84,0x58,0x2c,0x46,0x6c,0x6c, + 0xac,0xef,0x5b,0x13,0x82,0x31,0x57,0xce,0x4c,0x26,0xd3,0xab,0x9c,0x29,0x8a,0xf2, + 0xc6,0x3d,0x8f,0x5,0xc3,0xcb,0x53,0x12,0x84,0xc7,0xde,0x3d,0x52,0xa7,0xd,0x41, + 0x10,0xa0,0x13,0x59,0x2,0x3,0x3,0x31,0x7b,0xf6,0x6c,0x8,0x85,0x42,0xef,0xae, + 0x9a,0xa2,0x28,0xd8,0xed,0x76,0x30,0x18,0xc,0x8,0x4,0x2,0x30,0x99,0x4c,0x90, + 0x24,0x89,0xdc,0xdc,0xdc,0x7f,0x44,0x45,0x45,0x51,0x6b,0xd6,0xac,0xc1,0xea,0xd5, + 0xab,0xe1,0x74,0x3a,0xff,0x14,0x17,0x17,0x77,0xdd,0x71,0x7c,0x12,0x89,0xe4,0xc5, + 0x96,0x96,0x96,0x9f,0xd5,0xd6,0xd6,0xfe,0x75,0xc7,0x8e,0x1d,0x49,0x79,0x79,0x79, + 0x18,0x1c,0x1c,0x84,0x58,0x2c,0x46,0x4a,0x4a,0xa,0x1d,0x83,0x7b,0x70,0xf2,0xe4, + 0xc9,0x75,0x93,0x27,0x4f,0x6,0x9f,0xcf,0xdf,0xc3,0xe7,0xf3,0xa3,0xc,0x6,0xc3, + 0xac,0x8e,0x8e,0xe,0x54,0x54,0x54,0xa0,0xa8,0xa8,0x8,0x6e,0xb7,0x7b,0xbe,0xcd, + 0x66,0xbb,0xa5,0xb1,0xb1,0x11,0x87,0xf,0x1f,0xf6,0x3e,0x18,0x14,0xe5,0x9,0x1d, + 0x2,0x3c,0xc5,0xa3,0x26,0x9a,0x72,0xa6,0x17,0x52,0x7a,0x41,0xa6,0x4f,0x6e,0xc9, + 0xc9,0xc9,0xa0,0x9b,0x2f,0xf8,0xb9,0x18,0x83,0xc1,0x0,0x26,0xd3,0x53,0xdf,0x98, + 0xa2,0x3c,0xb5,0xa4,0x9d,0x4e,0x27,0x8e,0x1f,0x3f,0xce,0x68,0x69,0x69,0xd9,0x31, + 0x34,0x34,0xe4,0x35,0x75,0x5d,0x2b,0x6e,0xb7,0x1b,0x24,0xe9,0xe9,0x52,0x53,0x5a, + 0x5a,0xba,0x3d,0x3a,0x3a,0xfa,0x76,0xbd,0x5e,0x9f,0x40,0xeb,0x2,0xbb,0xdd,0xee, + 0x55,0xd0,0xd7,0x2,0x45,0x79,0x1a,0xd,0x18,0x8d,0xc6,0x7c,0xa1,0x50,0x38,0x26, + 0x9d,0x4b,0x46,0x9b,0x91,0x69,0xa6,0x51,0x80,0x3e,0x4e,0xd3,0xab,0x2e,0x7d,0x64, + 0x1a,0xb,0x5c,0xae,0x8b,0x6b,0xcf,0x92,0xe4,0xc8,0x1d,0x84,0xf4,0x31,0xcf,0xe5, + 0xf2,0x14,0x70,0x5f,0xb7,0x6e,0x9d,0x51,0x28,0x14,0x3e,0x47,0xdf,0xcc,0x26,0x93, + 0x67,0x13,0xcc,0xe3,0xf1,0x10,0x14,0x14,0x84,0xc0,0xc0,0x40,0x4,0x4,0x4,0xe0, + 0x5f,0xff,0xfa,0xd7,0xab,0x4,0x41,0x50,0x79,0x79,0x79,0x78,0xfc,0xf1,0xd1,0x6d, + 0x5d,0x58,0x5c,0x5c,0xfc,0xeb,0x2f,0xbe,0xf8,0x22,0xe9,0xe4,0xc9,0x93,0x30,0x9b, + 0xcd,0x48,0x4c,0x4c,0xc4,0xf2,0xe5,0xcb,0xa1,0x50,0x28,0x3e,0x99,0x3b,0x77,0x6e, + 0x45,0x6c,0x6c,0xec,0xa1,0xc0,0xc0,0xc0,0xe1,0xf5,0x51,0x8b,0x1,0xec,0x1b,0xf6, + 0x33,0xbe,0xfd,0xf6,0xdb,0x79,0x1d,0x1d,0x1d,0xd9,0x39,0x39,0x39,0xb7,0xb7,0xb7, + 0xb7,0xdf,0x76,0xec,0xd8,0x31,0xb4,0xb6,0xb6,0xc2,0x6e,0xb7,0x7b,0x1f,0x50,0x81, + 0x40,0x80,0xe0,0xe0,0xe0,0xe1,0xc3,0x6e,0x7a,0x7c,0xaf,0x2f,0x83,0xe1,0x29,0x1c, + 0x14,0x12,0x12,0x82,0xd0,0xd0,0xd0,0x8b,0xde,0xf3,0x3,0xf4,0xf5,0xf5,0x9,0xf5, + 0x7a,0xfd,0x5f,0x1e,0x7d,0xf4,0x51,0x38,0xbf,0x2b,0xb1,0x60,0xb7,0xdb,0x41,0x10, + 0x4,0xde,0x7b,0xef,0x3d,0xf0,0xf9,0x7c,0xef,0x49,0xf7,0x7a,0x95,0x33,0xbd,0x68, + 0x92,0x24,0xf9,0x98,0xd3,0xe9,0x84,0xc3,0xe1,0x80,0xd1,0x68,0x4,0x45,0x79,0xba, + 0xbe,0x58,0x2c,0x96,0xeb,0xda,0x39,0xb,0x85,0x42,0x5c,0xb8,0x70,0xe1,0x68,0x64, + 0x64,0xe4,0x51,0xdf,0xf7,0x26,0x2,0xe3,0xa1,0x9c,0x5f,0x55,0xab,0xd5,0x11,0xc, + 0x6,0x63,0x26,0xe0,0x9,0x16,0x1f,0x8b,0x80,0x6e,0xad,0x56,0x3b,0xb3,0xb0,0xb0, + 0xf0,0xf1,0x9a,0x1a,0x4f,0xd1,0x33,0x8a,0xa2,0xd0,0xd0,0xd0,0x50,0x4e,0x10,0xc4, + 0x15,0x63,0x1e,0x7d,0x71,0x38,0x3c,0x5d,0x1f,0x78,0x3c,0x1e,0xc2,0xc2,0xc2,0x6, + 0x57,0xac,0x58,0xf1,0x8a,0xaf,0xcc,0x58,0x71,0xfc,0xf8,0xf1,0x67,0xde,0x7a,0xeb, + 0xad,0xd4,0x53,0xa7,0x4e,0xc1,0x66,0xb3,0x21,0x21,0x21,0x1,0x1b,0x37,0x6e,0x44, + 0x76,0x76,0xf6,0x6b,0x62,0xb1,0xf8,0xd5,0xf4,0xf4,0x74,0x8f,0x57,0xe7,0xa,0x2c, + 0x5b,0xb6,0xec,0xc,0x80,0x33,0x2a,0x95,0x2a,0xb7,0xa5,0xa5,0x65,0xab,0xc5,0x62, + 0x59,0xfb,0x5d,0x96,0x15,0x0,0xcf,0x11,0xb1,0xb1,0xb1,0xf1,0x5b,0x26,0x93,0xf9, + 0xf1,0xc5,0x23,0x6f,0x7e,0x68,0xbb,0x39,0x6d,0xa2,0x89,0x8a,0x8a,0x42,0x4f,0x4f, + 0xcf,0xe6,0xb8,0xb8,0x38,0x4f,0xa1,0xe4,0xeb,0xe4,0x7a,0x94,0xd4,0xcd,0x6,0x8f, + 0xc7,0xe3,0x59,0x2c,0x96,0xc7,0x68,0x53,0x16,0x45,0x7d,0x9f,0x93,0x60,0xb3,0xd9, + 0x7e,0xb0,0xd8,0x5d,0xf,0xf4,0xbd,0xe5,0x74,0x7a,0x9a,0x7,0x70,0x38,0x1c,0x88, + 0xc5,0x62,0x0,0x9e,0xc4,0x1e,0xbb,0xdd,0x7e,0xcd,0x61,0xb6,0x14,0x45,0x41,0x24, + 0x12,0x21,0x21,0x21,0x1,0x25,0x25,0xd7,0xdc,0x68,0x65,0x5c,0x19,0x73,0xe5,0x1c, + 0x16,0x16,0x76,0xf6,0xc1,0x7,0x1f,0xec,0x62,0xb3,0xd9,0x33,0x1,0xcf,0x11,0x8a, + 0x2e,0x26,0x7e,0x23,0x71,0x38,0x1c,0x31,0x1c,0xe,0x67,0x1e,0xbd,0xea,0x93,0x24, + 0x9,0xad,0x56,0xdb,0x93,0x98,0x98,0x98,0x77,0xb1,0xe4,0x95,0x19,0xae,0xb0,0xc6, + 0x9b,0xd2,0xd2,0xd2,0xc5,0x4d,0x4d,0x4d,0x32,0xa3,0xd1,0x8,0x3e,0x9f,0x8f,0xa5, + 0x4b,0x97,0x22,0x3e,0x3e,0xfe,0x4f,0xa1,0xa1,0xa1,0xef,0x4c,0x9f,0x3e,0xfd,0xa2, + 0xce,0xc1,0x57,0x43,0x78,0x78,0x78,0x55,0x57,0x57,0x57,0x75,0x70,0x70,0xf0,0x5a, + 0xfa,0xa1,0x1,0x3c,0x26,0x8d,0xd6,0xd6,0xd6,0x86,0x49,0x93,0x26,0x79,0x52,0xc6, + 0x26,0x10,0xc3,0x76,0x68,0x70,0x3a,0x3d,0xdd,0xde,0x5f,0x7d,0xf5,0xd5,0xaf,0xd7, + 0xac,0x59,0x33,0xe2,0x28,0x80,0x1f,0x63,0xb8,0xc2,0x1a,0x6e,0x42,0x99,0xa8,0x50, + 0x94,0xc7,0xdc,0x48,0xe3,0x76,0xbb,0xc1,0xe1,0x70,0xf0,0xfb,0xdf,0xff,0x1e,0xb1, + 0xb1,0xb1,0x60,0xb1,0x58,0x57,0xf4,0x13,0xd,0xb7,0xef,0xff,0x18,0xb4,0x79,0xe9, + 0x52,0x30,0x99,0x4c,0x24,0x26,0x26,0x22,0x28,0x28,0xc8,0xf7,0xad,0xab,0x86,0xc7, + 0xe3,0x21,0x24,0xe4,0x86,0x4,0x97,0x8c,0x9,0x63,0xae,0x9c,0x1,0x20,0x34,0x34, + 0x14,0x2,0x81,0x0,0xc,0x6,0x3,0x5a,0xad,0xf6,0x8a,0x17,0x72,0x34,0xa0,0x6d, + 0x58,0xf4,0x31,0x89,0xc3,0xe1,0x40,0x2a,0x95,0xa2,0xad,0x6d,0xe2,0x3a,0xeb,0xcf, + 0x9e,0x3d,0xfb,0xf1,0x3b,0xef,0xbc,0x33,0x53,0xa9,0x54,0xc2,0xed,0x76,0x23,0x21, + 0x21,0x1,0x66,0xb3,0xf9,0x11,0x26,0x93,0xf9,0xd9,0xf4,0xe9,0xd3,0x47,0x45,0xf1, + 0x0,0xde,0xce,0x1a,0x63,0x56,0x3,0xe5,0x46,0x43,0x9b,0x9a,0xfc,0xfc,0x38,0xb4, + 0x2f,0x86,0xf6,0xad,0xd0,0xa6,0xc7,0xe5,0xcb,0x97,0xbb,0x49,0x92,0xbc,0xaa,0x3e, + 0x84,0xc3,0xeb,0x29,0x5f,0x8a,0xcb,0x85,0x65,0xe,0xd,0xd,0x21,0x3c,0x3c,0x1c, + 0x2c,0x16,0xeb,0x9a,0x8a,0x58,0x10,0x84,0xc7,0x37,0x74,0xbd,0xb1,0xd2,0xe3,0xc9, + 0xb8,0x28,0xe7,0xf0,0xf0,0x70,0x4,0x4,0x4,0x80,0x24,0x49,0x6f,0xd8,0xce,0x8d, + 0xc6,0x6a,0xb5,0xc2,0x64,0x32,0x79,0x8f,0x49,0x3c,0x1e,0xf,0x93,0x26,0x4d,0x9a, + 0xd0,0xca,0xb9,0xba,0xba,0x3a,0xba,0xbe,0xbe,0x5e,0x40,0xa7,0xac,0xce,0x9b,0x37, + 0xf,0xe9,0xe9,0xe9,0xca,0xbb,0xef,0xbe,0xfb,0xba,0x15,0x33,0x45,0x5d,0x9c,0x66, + 0xff,0x5d,0x88,0x9d,0x8f,0xd4,0xc4,0x24,0x30,0x30,0x70,0xc2,0x39,0x36,0xc7,0x8a, + 0x80,0x80,0x0,0xed,0x8e,0x1d,0x3b,0xe2,0x2,0x2,0x2,0xda,0xe8,0xe7,0x32,0x20, + 0x20,0x0,0x83,0x83,0x83,0xe8,0xee,0xee,0xc6,0x9d,0x77,0xde,0x39,0x61,0x4a,0xed, + 0x4d,0xc4,0xe8,0xa2,0xe1,0x8c,0x9e,0x1,0x69,0x4,0x84,0x87,0x87,0x23,0x30,0x30, + 0x10,0x2c,0x16,0xb,0x2e,0x97,0xb,0xbf,0xfb,0xdd,0xef,0x3e,0x6a,0x6c,0x6c,0xfc, + 0xa5,0xaf,0xdc,0x68,0x62,0x34,0x1a,0xd1,0xdf,0xdf,0xef,0xcd,0x70,0x13,0x8,0x4, + 0xde,0x32,0x80,0x13,0x91,0xea,0xea,0x6a,0x76,0x49,0x49,0x9,0xa3,0xaf,0xaf,0xf, + 0x43,0x43,0x43,0x60,0xb1,0x58,0xc8,0xca,0xca,0x1a,0xba,0xfd,0xf6,0xdb,0xaf,0xfb, + 0x18,0x42,0x1f,0x39,0xe9,0xff,0xd3,0xf6,0xda,0xcb,0xed,0x74,0x26,0x12,0x1c,0xe, + 0x67,0x42,0xef,0xa8,0x6e,0x24,0x4,0x41,0x50,0x8d,0x8d,0x8d,0xc6,0xf0,0xf0,0x70, + 0xaf,0xb9,0xc6,0xe9,0xf4,0xb4,0x4e,0x3b,0x71,0x62,0xc4,0x1d,0xa4,0xc6,0x15,0xe, + 0x87,0xe3,0x6d,0xae,0x31,0x11,0x19,0x17,0xe5,0x2c,0x97,0xcb,0x21,0x12,0x89,0xbc, + 0x41,0xee,0x3d,0x3d,0x3d,0xa8,0xad,0xad,0xf5,0x15,0x1b,0x55,0x3a,0x3b,0x3b,0xd1, + 0xd3,0xd3,0xe3,0x75,0x3e,0xa,0x4,0x2,0x24,0x24,0x24,0xf8,0x48,0x4d,0x1c,0x4, + 0x2,0xc1,0x31,0xe,0x87,0x33,0x9f,0xae,0x16,0x16,0x1d,0x1d,0x8d,0xd7,0x5f,0x7f, + 0x7d,0x8d,0x5c,0x2e,0x3f,0xe4,0x2b,0x3b,0x52,0x68,0xa5,0x4c,0xff,0x47,0xbf,0x36, + 0xde,0xf5,0x3e,0x46,0x8b,0xcb,0xd9,0x3a,0xfd,0x78,0x4e,0x16,0x41,0x41,0x41,0xde, + 0x5,0x8c,0xe,0x67,0x2b,0x2a,0x2a,0x42,0x6f,0x6f,0x6f,0xdc,0x70,0xd9,0x9b,0x15, + 0x8a,0xf2,0x84,0x80,0x4e,0xe4,0x45,0x78,0x5c,0x94,0x73,0x58,0x58,0x58,0x3d,0x83, + 0xc1,0xd0,0x0,0x9e,0xc8,0x87,0x8e,0x8e,0xe,0x54,0x56,0xde,0xb8,0xa2,0x6b,0x4a, + 0xa5,0x52,0xe2,0x72,0xb9,0x14,0xbd,0xbd,0xbd,0xde,0xcc,0x27,0x1e,0x8f,0x7,0xb9, + 0x5c,0xee,0x2b,0x3a,0x61,0x30,0x99,0x4c,0x30,0x99,0x4c,0xb0,0xd9,0x6c,0x20,0x8, + 0x2,0x19,0x19,0x19,0x58,0xb4,0x68,0x91,0xaf,0xd8,0x75,0x31,0x5c,0x39,0xd3,0xdf, + 0x99,0x9f,0x9f,0x3e,0x81,0x81,0x9e,0x4e,0xf5,0x76,0xbb,0xdd,0x9b,0x7,0xc0,0x62, + 0xb1,0x60,0x30,0x18,0x18,0x7a,0xbd,0xbe,0x95,0xa2,0xa8,0xf1,0xf7,0x84,0x5f,0x5, + 0x24,0x49,0x7a,0xdb,0x57,0x4d,0x44,0xc6,0x45,0x39,0x27,0x24,0x24,0xfc,0x59,0xa9, + 0x54,0x1e,0x17,0x8,0x4,0x70,0xb9,0x3c,0x6d,0xeb,0xb9,0x5c,0x6e,0x66,0x7b,0x7b, + 0xfb,0x75,0xaf,0xca,0x2a,0x95,0x2a,0x7e,0x60,0x60,0x60,0x1a,0x0,0xf4,0xf4,0xf4, + 0xc4,0x68,0x34,0x9a,0x2c,0x92,0x24,0x97,0x84,0x84,0x84,0xfc,0x45,0xa9,0x54,0x82, + 0x24,0x49,0x30,0x99,0x4c,0x88,0x44,0x22,0xc8,0x64,0xde,0xe6,0xcf,0x13,0xe,0xba, + 0x66,0x7,0x1d,0x19,0x20,0x97,0xcb,0x91,0x9c,0xfc,0x83,0xc6,0xd5,0xd7,0x84,0xcd, + 0x66,0xf3,0xc6,0xb8,0xd2,0x47,0x5b,0x16,0x8b,0xe5,0x57,0xce,0xe3,0x0,0xbd,0x38, + 0xd2,0xd7,0x99,0xa2,0x3c,0x99,0x7b,0x37,0x92,0x29,0x53,0xa6,0x20,0x29,0x29,0xe9, + 0x22,0x93,0x80,0xd3,0xe9,0x84,0x46,0xa3,0x41,0x61,0x61,0x21,0xf6,0xec,0xd9,0x33, + 0x4c,0xda,0xcf,0x8d,0x62,0x5c,0x94,0x33,0x0,0x2c,0x58,0xb0,0x0,0xe1,0xe1,0xe1, + 0x70,0xbb,0xdd,0xe8,0xed,0xed,0x45,0x60,0x60,0xe0,0xa3,0x43,0x43,0x43,0xb7,0xfa, + 0xca,0x8d,0x14,0x16,0x8b,0x25,0x73,0xbb,0xdd,0xa,0x0,0x20,0x8,0x22,0xdc,0xe5, + 0x72,0x25,0x19,0x8d,0x46,0xb4,0xb7,0xb7,0x7b,0x4d,0x27,0x7c,0x3e,0x1f,0x61,0x61, + 0x61,0x6d,0x11,0x11,0x11,0x5f,0x5f,0x34,0x78,0x2,0x61,0x36,0x9b,0x61,0xb1,0x58, + 0xbc,0xf,0xaf,0x40,0x20,0x18,0x35,0xe7,0x7,0x9d,0x78,0x42,0x10,0xdf,0x87,0x85, + 0xf1,0x78,0x3c,0x48,0x24,0x12,0x1f,0x49,0x3f,0x37,0xa,0x5a,0x1,0x93,0xa4,0xa7, + 0x1e,0xa,0xe0,0x31,0x2d,0xb9,0x87,0x95,0x1f,0xb8,0x56,0xf4,0x7a,0x7d,0xb0,0x4e, + 0xa7,0xbb,0xd7,0xf7,0x75,0x9a,0xa8,0xa8,0x28,0xc8,0x64,0x32,0x24,0x25,0x25,0x79, + 0xfd,0xc,0x24,0x49,0xc2,0x64,0x32,0xa1,0xa0,0xa0,0x60,0xc2,0x28,0x67,0xb7,0xdb, + 0xed,0x8d,0xa1,0x9e,0x88,0x8c,0x9b,0x72,0xce,0xc9,0xc9,0x81,0x58,0x2c,0x6,0x83, + 0xc1,0x80,0xd9,0x6c,0x46,0x4b,0x4b,0xcb,0xa8,0x98,0x36,0xc4,0x62,0x71,0xbe,0x58, + 0x2c,0xfe,0x2,0x0,0x64,0x32,0x59,0x51,0x78,0x78,0xf8,0x67,0x5,0x5,0x5,0xa8, + 0xa8,0xa8,0x80,0x5a,0xad,0xf6,0x66,0xf6,0x85,0x87,0x87,0x57,0x4f,0x9a,0x34,0xe9, + 0x1d,0xdf,0xf1,0x13,0x9,0x26,0x93,0xe9,0xbd,0xf9,0xb8,0x5c,0xee,0xa8,0x39,0x3f, + 0xf8,0x7c,0x3e,0x38,0x1c,0xe,0xdc,0x6e,0x4f,0x61,0x71,0xc0,0x33,0x3f,0x9d,0x20, + 0xe0,0xe7,0xc6,0xe3,0x72,0x7d,0xdf,0x31,0x88,0x20,0x3c,0xd9,0xac,0xf4,0x49,0x86, + 0x36,0x35,0x5c,0x2b,0x4,0x41,0x30,0x28,0x8a,0xba,0x64,0xcb,0x7b,0x81,0x40,0x60, + 0xe1,0x70,0x38,0x7f,0x99,0x3a,0x75,0xaa,0x37,0xf1,0xc4,0xe1,0x70,0xc0,0x66,0xb3, + 0xa1,0xaa,0xaa,0xa,0x9b,0x37,0x6f,0xfe,0xeb,0xee,0xdd,0xbb,0x27,0x84,0x69,0x63, + 0x22,0x33,0x6e,0xca,0x39,0x3a,0x3a,0xfa,0x6d,0x26,0x93,0x59,0x20,0x10,0x8,0xa0, + 0xd3,0xe9,0x50,0x5d,0x5d,0xd,0x0,0xbf,0xe8,0xed,0xed,0x5d,0xe0,0x23,0x7a,0xdd, + 0xec,0xda,0xb5,0xb,0xf9,0xf9,0xf9,0xa0,0x28,0xa,0x6c,0x36,0x1b,0x31,0x31,0x31, + 0x98,0x35,0x6b,0x96,0xaf,0xd8,0x84,0x22,0x28,0x28,0x8,0x42,0xa1,0x10,0xc,0x86, + 0xa7,0x1e,0xb6,0x4a,0xa5,0x42,0x6b,0xeb,0x35,0x77,0x5a,0xba,0x88,0xc2,0xc2,0x42, + 0x74,0x74,0x74,0xc0,0xe5,0x72,0x81,0xc9,0x64,0x5e,0xb7,0x32,0xf0,0x33,0x72,0x48, + 0xd2,0x53,0x58,0x88,0x36,0x2b,0xd1,0xf1,0xc6,0xf4,0x7b,0xd7,0x42,0x57,0x57,0x57, + 0x54,0x7b,0x7b,0xfb,0xfb,0x66,0xb3,0x79,0xb3,0x58,0x2c,0x7e,0xd7,0xf7,0x7d,0x9a, + 0xb8,0xb8,0x38,0x5b,0x43,0x43,0xc3,0x2b,0x99,0x99,0x99,0xe0,0xf1,0x78,0x17,0xfd, + 0x1e,0x4d,0x4d,0x4d,0x68,0x6c,0x6c,0x7c,0x6,0xc0,0xb5,0xfd,0x12,0x7e,0xae,0x9a, + 0x71,0x53,0xce,0xf1,0xf1,0xf1,0xa7,0x16,0x2c,0x58,0xd0,0x1a,0x1f,0x1f,0xf,0xa7, + 0xd3,0x89,0xe6,0xe6,0x66,0xa8,0x54,0xaa,0x39,0x3d,0x3d,0x3d,0x9e,0x1e,0xe4,0xa3, + 0xc4,0x7,0x1f,0x7c,0xb0,0x28,0x34,0x34,0xf4,0xe9,0xfa,0xfa,0x7a,0x30,0x18,0xc, + 0x8,0x85,0x42,0x24,0x27,0x27,0x23,0x2d,0x6d,0x44,0xdd,0xd7,0x6f,0x3a,0xa4,0x52, + 0x29,0x2,0x2,0x2,0xc0,0x60,0x78,0xaa,0xad,0x95,0x94,0x94,0xe0,0xdb,0x6f,0x47, + 0xd4,0x54,0xf8,0x47,0x29,0x2e,0x2e,0xbe,0xbf,0xbc,0xbc,0xfc,0x1e,0xba,0xd3,0x36, + 0x1d,0xb9,0x61,0xb3,0xd9,0xc6,0xa4,0x1d,0xbc,0x1f,0xf,0x1c,0xe,0x7,0x1c,0xe, + 0x7,0x2c,0x16,0xb,0x14,0xe5,0xa9,0xe7,0x42,0x51,0x9e,0x2c,0xc7,0x6b,0x71,0x72, + 0x75,0x74,0x74,0x24,0x68,0x34,0x9a,0x9d,0xb9,0xb9,0xb9,0xbf,0xfc,0xfc,0xf3,0xcf, + 0x37,0xff,0xe1,0xf,0x7f,0x38,0xf4,0xbf,0xff,0xfb,0xbf,0xff,0xf6,0x95,0xa3,0x89, + 0x8f,0x8f,0x47,0x72,0x72,0x32,0x14,0xa,0x5,0x9c,0x4e,0xa7,0x57,0x39,0xeb,0xf5, + 0x7a,0x1c,0x3a,0x74,0x8,0x93,0x26,0x4d,0xfa,0xea,0xd0,0xa1,0x43,0x3f,0x8d,0xd8, + 0xca,0x9b,0x94,0x71,0x53,0xce,0x0,0xf0,0xb3,0x9f,0xfd,0xc,0x19,0x19,0x19,0xe0, + 0xf3,0xf9,0xe8,0xea,0xea,0x42,0x61,0x61,0x21,0xf4,0x7a,0xfd,0xb3,0xdd,0xdd,0xdd, + 0x3f,0xf7,0x95,0xbd,0x56,0x3e,0xfd,0xf4,0xd3,0xc8,0xf2,0xf2,0xf2,0xc,0xfa,0xe6, + 0xe,0xf,0xf,0x47,0x50,0x50,0xd0,0xc9,0xa0,0xa0,0xa0,0xd1,0xad,0x3e,0x34,0xc6, + 0xf0,0xf9,0xfc,0x7,0x2c,0x16,0x4b,0x9,0x9b,0xcd,0x86,0xdb,0xed,0x46,0x5d,0x5d, + 0x1d,0xd6,0xae,0x5d,0xfb,0x46,0x67,0x67,0x67,0x8e,0xaf,0xec,0x48,0xd8,0xbd,0x7b, + 0xb7,0xe2,0xcc,0x99,0x33,0x89,0x9d,0x9d,0x9d,0xde,0x74,0x67,0xa7,0xd3,0x89,0xc1, + 0xc1,0xc1,0x31,0x49,0xb3,0xf7,0xe3,0x81,0xc7,0xe3,0x41,0x28,0x14,0x42,0x20,0x10, + 0x5c,0x14,0xce,0xc8,0x66,0xb3,0xbd,0x4d,0x10,0x46,0x42,0x4d,0x4d,0x4d,0x60,0x79, + 0x79,0xf9,0xdc,0xf7,0xde,0x7b,0xf,0xdb,0xb6,0x6d,0x13,0xee,0xda,0xb5,0x6b,0x59, + 0x77,0x77,0xf7,0x7d,0x3a,0x9d,0xee,0x1b,0x5f,0x59,0xc0,0xa3,0x9c,0xe3,0xe2,0xe2, + 0xb0,0x78,0xf1,0x62,0xef,0x7d,0x0,0x78,0x1c,0x83,0x67,0xcf,0x9e,0x45,0x79,0x79, + 0xf9,0xed,0xe9,0xe9,0xe9,0x45,0x4a,0xa5,0x72,0x74,0x6c,0x69,0x7e,0x7e,0xc0,0xb8, + 0x2a,0x67,0x91,0x48,0xf4,0x68,0x64,0x64,0xe4,0xee,0x29,0x53,0xa6,0xc0,0xe5,0x72, + 0xa1,0xa0,0xa0,0x0,0xf9,0xf9,0xf9,0xf2,0x8a,0x8a,0x8a,0x51,0xf1,0x3c,0x6d,0xdf, + 0xbe,0xfd,0xe7,0x11,0x11,0x11,0x6f,0x34,0x34,0x34,0x80,0x24,0x49,0x4,0x5,0x5, + 0x61,0xc6,0x8c,0x19,0x98,0x3f,0x7f,0xbe,0x51,0x26,0x93,0xb5,0xfb,0xca,0x4f,0x24, + 0xc2,0xc2,0xc2,0x5a,0xd2,0xd2,0xd2,0xcc,0x91,0x91,0x91,0x60,0x32,0x99,0x30,0x1a, + 0x8d,0x28,0x2e,0x2e,0x8e,0xdf,0xbf,0x7f,0xff,0x35,0x7b,0x5,0xdf,0x7d,0xf7,0xdd, + 0x67,0xbb,0xba,0xba,0x36,0x97,0x95,0x95,0x79,0x77,0x6a,0xb4,0x3,0xaa,0xbf,0xbf, + 0x1f,0x75,0x75,0xd7,0xd5,0x6a,0xcf,0xcf,0x8,0x70,0xbb,0xdd,0x1f,0x34,0x35,0x35, + 0xfd,0x2e,0x24,0x24,0xc4,0xeb,0x94,0xa3,0x1d,0xb4,0x57,0xaa,0x6b,0xe1,0x4b,0x43, + 0x43,0x43,0x46,0x60,0x60,0x60,0xee,0xe1,0xc3,0x87,0x71,0xe1,0xc2,0x5,0x6f,0x9f, + 0xbe,0xa4,0xa4,0xa4,0x1e,0x92,0x24,0x7f,0xe1,0x2b,0xf,0x0,0xc1,0xc1,0xc1,0x46, + 0x16,0x8b,0x15,0xbf,0x6a,0xd5,0x2a,0x64,0x66,0x66,0x5e,0xf4,0x5e,0x6f,0x6f,0x2f, + 0x76,0xee,0xdc,0x89,0xea,0xea,0xea,0xa9,0x8d,0x8d,0x8d,0xe3,0xaa,0x43,0x7e,0xca, + 0x8c,0xeb,0x17,0x2b,0x91,0x48,0x8c,0x1b,0x37,0x6e,0xb4,0xce,0x9a,0x35,0x8b,0xa, + 0xc,0xc,0x44,0x5b,0x5b,0x1b,0xa,0xb,0xb,0xc1,0x64,0x32,0xdf,0xec,0xea,0xea, + 0xba,0xae,0x9d,0x6d,0x61,0x61,0xe1,0xaf,0x8c,0x46,0xe3,0xae,0x23,0x47,0x8e,0x4, + 0x51,0x94,0xa7,0x90,0x4b,0x4c,0x4c,0xc,0x42,0x43,0x43,0xf7,0x2d,0x59,0xb2,0x64, + 0x95,0xaf,0xfc,0xd5,0xe0,0xeb,0x25,0xa7,0x1d,0x36,0xe3,0xc5,0xcc,0x99,0x33,0x11, + 0x13,0x13,0x3,0x36,0x9b,0xd,0x6,0x83,0x81,0xe3,0xc7,0x8f,0xe3,0xd3,0x4f,0x3f, + 0x25,0x28,0x8a,0x1a,0x71,0x96,0xc5,0xc9,0x93,0x27,0xb7,0xd5,0xd4,0xd4,0xbc,0x70, + 0xec,0xd8,0x31,0xa1,0xc3,0xe1,0x0,0x9b,0xcd,0x86,0xcb,0xe5,0x69,0x7,0x4f,0xfb, + 0x5,0xea,0xeb,0x87,0x57,0x1d,0xbd,0xf1,0x8c,0xc6,0x77,0x3b,0x7c,0xe,0xfa,0xdf, + 0xa3,0x31,0xef,0xd5,0xc0,0x60,0x30,0x46,0x7c,0x1d,0x68,0xa2,0xa3,0xa3,0xad,0x2, + 0x81,0xc0,0x24,0x16,0x8b,0xbd,0xca,0xd9,0xe5,0x72,0xc1,0x6a,0xb5,0xc2,0x6c,0x1e, + 0x59,0x76,0x7e,0x59,0x59,0x19,0xab,0xa8,0xa8,0x48,0x7c,0xf2,0xe4,0x49,0xb8,0xdd, + 0x6e,0x84,0x85,0x85,0x21,0x33,0x33,0xb3,0xe1,0xd1,0x47,0x1f,0x8d,0xf,0xa,0xa, + 0xea,0xf7,0x95,0x7,0x3c,0x99,0x82,0x32,0x99,0xac,0xed,0xcb,0x2f,0xbf,0xe4,0xe7, + 0xe4,0xe4,0x80,0xcd,0x66,0x5f,0x94,0x21,0x9a,0x9b,0x9b,0x8b,0xc2,0xc2,0x42,0x4c, + 0x9a,0x34,0xc9,0xa4,0xd3,0xe9,0xae,0xbd,0x3a,0xd1,0x30,0xbe,0xbb,0x6f,0xe9,0xff, + 0x46,0x4,0x6d,0x76,0xf9,0x29,0x31,0xee,0x7f,0x51,0x62,0x62,0xe2,0xa6,0xcc,0xcc, + 0xcc,0x8f,0x67,0xcc,0x98,0x1,0x2e,0x97,0x8b,0x13,0x27,0x4e,0x60,0xfb,0xf6,0xed, + 0x78,0xff,0xfd,0xf7,0x83,0xe,0x1c,0x38,0x10,0xd1,0xdb,0xdb,0x7b,0x49,0xaf,0xf2, + 0x8f,0x51,0x52,0x52,0xc2,0x2f,0x29,0x29,0x79,0xba,0xa4,0xa4,0xe4,0xdf,0xef,0xbd, + 0xf7,0x1e,0x8c,0x46,0x23,0xd8,0x6c,0x36,0x64,0x32,0x19,0x96,0x2c,0x59,0x62,0x7d, + 0xe8,0xa1,0x87,0x7e,0xf4,0x66,0xbc,0x5a,0x86,0x67,0x97,0x5d,0xcb,0x2e,0x66,0x34, + 0xd0,0x6a,0xb5,0x7,0xb4,0x5a,0xed,0x2d,0x49,0x49,0x49,0xda,0xac,0xac,0x2c,0x9b, + 0x44,0x22,0x1,0x49,0x92,0xe8,0xee,0xee,0x46,0x6a,0x6a,0xea,0x57,0xe7,0xce,0x9d, + 0x73,0x77,0x75,0x75,0x3d,0x44,0x51,0xd4,0x15,0xd3,0xa3,0xa,0xb,0xb,0x3,0x8f, + 0x1e,0x3d,0xfa,0x76,0x5e,0x5e,0xde,0xef,0xe,0x1e,0x3c,0x8,0xbd,0x5e,0xf,0xb9, + 0x5c,0x8e,0xd,0x1b,0x36,0x60,0xc9,0x92,0x25,0x0,0x3c,0x45,0x68,0x8,0x82,0xc0, + 0xdd,0x77,0xdf,0xbd,0x39,0x3f,0x3f,0xff,0x75,0x9f,0x29,0x46,0x15,0xda,0xd9,0x35, + 0xfc,0x28,0x1f,0x10,0x10,0x10,0xa6,0xd5,0x6a,0xcb,0x86,0xcb,0x5d,0x2d,0x14,0x45, + 0x79,0xcd,0x0,0x2e,0x97,0xb,0x6c,0x36,0xdb,0x1b,0x79,0x30,0x5a,0xb8,0xdd,0x9e, + 0xda,0xc4,0x34,0x74,0x74,0xc5,0x93,0x4f,0x3e,0xb9,0xbd,0xaf,0xaf,0xef,0xb1,0x61, + 0xa2,0x23,0x22,0x23,0x23,0x63,0x30,0x39,0x39,0x79,0x40,0x2e,0x97,0x83,0xc3,0xe1, + 0xc0,0xe1,0x70,0x40,0xa9,0x54,0xd2,0xce,0xf3,0x4b,0x42,0x51,0x14,0xdb,0x60,0x30, + 0x88,0x4b,0x4a,0x4a,0x58,0x5f,0x7d,0xf5,0xd5,0x1d,0xfd,0xfd,0xfd,0xc5,0x1f,0x7f, + 0xfc,0x31,0xb4,0x5a,0x2d,0x84,0x42,0x21,0xa6,0x4f,0x9f,0xee,0xf8,0xe4,0x93,0x4f, + 0xfa,0x7c,0xc7,0xfd,0x18,0x8f,0x3f,0xfe,0x38,0xf5,0xd0,0x43,0xf,0x29,0xef,0xbe, + 0xfb,0x6e,0xef,0xa2,0xc6,0xe1,0x70,0x40,0x10,0x4,0x5e,0x7b,0xed,0x35,0xbc,0xfc, + 0xf2,0xcb,0x78,0xf9,0xe5,0x97,0x65,0x75,0x75,0x75,0x11,0x5b,0xb7,0x6e,0x1d,0xb1, + 0x3e,0x29,0x29,0x29,0x91,0xbc,0xf1,0xc6,0x1b,0x11,0x95,0x95,0x95,0xf9,0xaf,0xbe, + 0xfa,0xaa,0xfb,0xd6,0x5b,0x6f,0x75,0x3f,0xf3,0xcc,0x33,0xee,0xed,0xdb,0xb7,0xaf, + 0xf0,0x95,0xbd,0x14,0x6a,0xb5,0xfa,0xcd,0x15,0x2b,0x56,0x3c,0x4e,0xdf,0x3b,0xb4, + 0x9f,0x84,0x8e,0x6e,0x99,0xa8,0xdc,0x14,0x6e,0xf8,0x59,0xb3,0x66,0xb5,0x31,0x18, + 0xc,0xd,0x8f,0xc7,0xb,0x3d,0x7d,0xfa,0x34,0xbe,0xf9,0xe6,0x1b,0x18,0x8d,0xc6, + 0xbf,0xc8,0xe5,0xf2,0xbf,0x34,0x35,0x35,0xbd,0x56,0x50,0x50,0xf0,0xd2,0xac,0x59, + 0xb3,0x2e,0x7b,0x33,0x35,0x37,0x37,0x4b,0x5b,0x5a,0x5a,0xe4,0x35,0x35,0x35,0x6b, + 0xbb,0xba,0xba,0x9e,0xd9,0xb7,0x6f,0x1f,0xba,0xbb,0xbb,0xe1,0x76,0x7b,0x3a,0x96, + 0x2c,0x5b,0xb6,0x4c,0xb7,0x72,0xe5,0xca,0x77,0x27,0x4d,0x9a,0xf4,0xc,0x3d,0x46, + 0xab,0xd5,0x6,0x32,0x99,0x4c,0xa9,0x48,0x24,0x6a,0x1e,0x3e,0xd7,0x8f,0x41,0x3f, + 0xe4,0x14,0xf5,0x7d,0x68,0x13,0x5d,0xb9,0x6b,0xac,0x91,0x48,0x24,0xf4,0xce,0x7f, + 0xdd,0xb7,0xdf,0x7e,0xbb,0xbd,0xba,0xba,0xfa,0xde,0x23,0x47,0x8e,0x4,0x59,0xad, + 0x56,0xe4,0xe5,0xe5,0x21,0x20,0x20,0x0,0xeb,0xd6,0xad,0x7b,0xd7,0x6e,0xb7,0x8b, + 0x3b,0x3a,0x3a,0xde,0x89,0x89,0x89,0xf1,0xf4,0xcd,0x1a,0x46,0x53,0x53,0x93,0xbc, + 0xa1,0xa1,0x41,0xda,0xd3,0xd3,0xb3,0xe5,0xec,0xd9,0xb3,0xf7,0xec,0xd9,0xb3,0x7, + 0x1a,0x8d,0x6,0x19,0x19,0x19,0x58,0xb1,0x62,0x85,0x72,0xc1,0x82,0x5,0xd8,0xb3, + 0x67,0x4f,0xe4,0xb1,0x63,0xc7,0x40,0x92,0x24,0xf8,0x7c,0x3e,0x34,0x1a,0xd,0xce, + 0x9c,0x39,0xe3,0x3b,0xd5,0xa8,0xc1,0x66,0xb3,0x7f,0x10,0x97,0x4a,0x10,0x4,0x2c, + 0x16,0x4b,0x9f,0x44,0x22,0x99,0x76,0xd1,0x1b,0x57,0x9,0x8b,0xc5,0x82,0xd3,0xe9, + 0xe9,0x9f,0xe8,0x76,0xbb,0x61,0xb7,0xdb,0xc1,0x66,0xb3,0x47,0x35,0xad,0x97,0x56, + 0x5a,0xc,0x86,0xa7,0x73,0x8,0x9b,0xcd,0x6,0x41,0x10,0x30,0x9b,0xcd,0x1d,0x4c, + 0x26,0x53,0xed,0x23,0x7e,0xd5,0xcc,0x9c,0x39,0xf3,0xd3,0x97,0x5e,0x7a,0x89,0x9b, + 0x91,0x91,0xf1,0x6e,0x57,0x57,0x17,0xdc,0x6e,0x37,0xba,0xba,0xba,0xb0,0x73,0xe7, + 0xce,0xe0,0xdd,0xbb,0x77,0x67,0x4e,0x9d,0x3a,0x75,0x60,0xf2,0xe4,0xc9,0x3f,0x8, + 0xd1,0xd1,0xeb,0xf5,0xb3,0x6d,0x36,0xdb,0x3f,0x8a,0x8b,0x8b,0xb7,0x5b,0xad,0xd6, + 0xf7,0x3f,0xfe,0xf8,0x63,0x54,0x57,0x57,0x23,0x34,0x34,0x14,0x77,0xdc,0x71,0x7, + 0x36,0x6e,0xdc,0xd8,0x14,0x1a,0x1a,0x7a,0x55,0xbe,0x89,0xb8,0xb8,0x38,0x5b,0x49, + 0x49,0x49,0xdc,0x96,0x2d,0x5b,0xce,0x1,0xc8,0xfa,0xea,0xab,0xaf,0x60,0x32,0x99, + 0xc0,0xe3,0xf1,0xa0,0xd7,0xeb,0xf1,0xef,0x7f,0xff,0x1b,0xeb,0xd6,0xad,0xab,0x6b, + 0x6f,0x6f,0x47,0x4e,0x4e,0xce,0xad,0x27,0x4f,0x9e,0x3c,0xb5,0x70,0xe1,0xc2,0x4b, + 0x6,0x17,0x1b,0x8d,0xc6,0x64,0xa5,0x52,0xc9,0xaf,0xaf,0xaf,0xc7,0x85,0xb,0x17, + 0xd0,0xd3,0xd3,0xf3,0x6f,0x8d,0x46,0x93,0xf1,0xe4,0x93,0x4f,0xe2,0xc2,0x85,0xb, + 0xd0,0xe9,0x74,0x30,0x99,0x4c,0x58,0xba,0x74,0xe9,0x24,0x9d,0x4e,0x17,0x44,0x77, + 0xb2,0xbf,0x1c,0x6e,0xb7,0xa7,0x9d,0x16,0x45,0x7d,0xdf,0xb5,0x67,0xa2,0x2b,0x66, + 0xe0,0x26,0x51,0xce,0xa,0x85,0xe2,0x2f,0x75,0x75,0x75,0x3,0x7a,0xbd,0xfe,0x49, + 0x8b,0xc5,0x12,0x53,0x5c,0x5c,0x8c,0xc2,0xc2,0x42,0xe8,0x74,0x3a,0x2c,0x58,0xb0, + 0x60,0x73,0x70,0x70,0x70,0xd0,0xb3,0xcf,0x3e,0xbb,0x77,0xf6,0xec,0xd9,0x88,0x8c, + 0x8c,0x44,0x60,0x60,0x20,0x48,0x92,0xc4,0xd0,0xd0,0x10,0x54,0x2a,0x15,0xaa,0xab, + 0xab,0x51,0x50,0x50,0x70,0xa7,0xc1,0x60,0xf8,0x75,0x5e,0x5e,0x1e,0xaa,0xaa,0xaa, + 0xbc,0xd5,0xe6,0x4,0x2,0x1,0xa4,0x52,0x29,0x84,0x42,0x61,0x75,0x54,0x54,0xd4, + 0x45,0xd1,0xf3,0x4c,0x26,0x33,0xd1,0xe5,0x72,0xdd,0x9,0x60,0xeb,0xf0,0xd7,0x2f, + 0xc5,0xf0,0xc4,0x0,0x82,0xf0,0x14,0x4,0x1a,0xf,0xe5,0x3c,0x9c,0x65,0xcb,0x96, + 0x3d,0xf6,0xe6,0x9b,0x6f,0x26,0x6a,0xb5,0xda,0xdb,0x8a,0x8b,0x8b,0xa1,0x54,0x2a, + 0x71,0xe0,0xc0,0x1,0xc,0xc,0xc,0x60,0xe1,0xc2,0x85,0x2f,0x92,0x24,0x19,0xf2, + 0xf9,0xe7,0x9f,0x9f,0x4a,0x4e,0x4e,0x6,0x87,0xc3,0xc1,0xd0,0xd0,0x10,0x94,0x4a, + 0x25,0xea,0xea,0xea,0x7e,0xd3,0xde,0xde,0x7e,0xc7,0xf1,0xe3,0xc7,0x51,0x54,0x54, + 0x4,0xa7,0xd3,0x89,0xf9,0xf3,0xe7,0xd3,0x4e,0xda,0x77,0xa5,0x52,0x29,0x15,0x15, + 0x15,0xf5,0x97,0x90,0x90,0x10,0xe8,0xf5,0x7a,0xd8,0x6c,0x36,0xb4,0xb6,0xb6,0xa2, + 0xad,0xad,0x2d,0xb6,0xbf,0xbf,0x7f,0x8a,0x58,0x2c,0xf6,0x74,0x2d,0x18,0x45,0xcc, + 0x66,0xb3,0x37,0x32,0x80,0x75,0x15,0x35,0x83,0xaf,0x6,0x3a,0x9a,0x85,0xc9,0x64, + 0xc2,0xe5,0xf2,0x74,0xb0,0x19,0xbe,0xcb,0x1d,0x4d,0xe8,0xfb,0xc2,0xed,0x76,0x43, + 0xaf,0xd7,0x63,0xeb,0xd6,0xad,0xdb,0x9e,0x78,0xe2,0x89,0xeb,0xca,0xd8,0xb8,0xfd, + 0xf6,0xdb,0x3b,0xc3,0xc2,0xc2,0x2a,0xd4,0x6a,0xf5,0xd4,0xd3,0xa7,0x4f,0x43,0xa7, + 0xd3,0x61,0x70,0x70,0x70,0x49,0x5b,0x5b,0xdb,0x12,0x81,0x40,0x70,0x2e,0x3f,0x3f, + 0xff,0x6f,0xe1,0xe1,0xe1,0x20,0x49,0x4f,0xef,0xca,0xd6,0xd6,0x56,0xe4,0xe6,0xe6, + 0xa6,0x51,0x14,0x35,0xfd,0xf4,0xe9,0xd3,0xef,0x9f,0x3a,0x75,0xa,0xfd,0xfd,0xfd, + 0x88,0x8a,0x8a,0xc2,0xfc,0xf9,0xf3,0x8d,0xb,0x17,0x2e,0x3c,0x9d,0x9a,0x9a,0xda, + 0xe9,0xfb,0x39,0x97,0x23,0x2b,0x2b,0xcb,0x41,0x51,0xd4,0x8c,0xfb,0xef,0xbf,0xff, + 0xab,0x80,0x80,0x80,0x15,0x87,0xe,0x1d,0x22,0x7a,0x7b,0x7b,0x1,0x0,0x16,0x8b, + 0x5,0x5f,0x7c,0xf1,0x5,0xaa,0xab,0xab,0xb1,0x6a,0xd5,0xaa,0x63,0xcd,0xcd,0xcd, + 0xf7,0xbd,0xf4,0xd2,0x4b,0xfa,0x5,0xb,0x16,0x20,0x38,0x38,0xd8,0xeb,0xf,0xd1, + 0x6a,0xb5,0xe8,0xe8,0xe8,0x40,0x55,0x55,0xd5,0xeb,0x6a,0xb5,0x3a,0xbe,0xb9,0xb9, + 0x19,0xad,0xad,0xad,0x38,0x7a,0xf4,0x28,0x9a,0x9a,0x9a,0xa0,0xd7,0xeb,0xc1,0x66, + 0xb3,0x21,0x95,0x4a,0x11,0x12,0x12,0x82,0x9c,0x9c,0x9c,0xd7,0xec,0x76,0x7b,0x1b, + 0x80,0xab,0x4a,0x14,0xa3,0xaf,0x2d,0x93,0xf9,0x7d,0x7f,0xcf,0xd1,0x3e,0x21,0x8d, + 0x35,0x37,0x85,0x72,0x6,0x80,0xe4,0xe4,0xe4,0x37,0x7a,0x7a,0x7a,0x6,0xe2,0xe2, + 0xe2,0x9e,0x49,0x48,0x48,0x48,0x39,0x7d,0xfa,0x34,0xba,0xba,0xba,0xf0,0xe1,0x87, + 0x1f,0x22,0x2c,0x2c,0xec,0x81,0xd4,0xd4,0xd4,0x7,0x5c,0x2e,0x17,0xa4,0x52,0x29, + 0xb8,0x5c,0x2e,0x8,0x82,0x0,0xdd,0xa0,0xb4,0xab,0xab,0xb,0x4d,0x4d,0x4d,0xe8, + 0xee,0xee,0xf6,0x36,0x36,0x15,0x8b,0xc5,0x18,0x1a,0x1a,0xc2,0xc0,0xc0,0x0,0x5a, + 0x5a,0x5a,0x10,0x15,0x15,0x35,0xbf,0xb4,0xb4,0xf4,0x9d,0xf6,0xf6,0xf6,0x3f,0xc4, + 0xc6,0xc6,0x1e,0x7,0x0,0x91,0x48,0x54,0xa,0xe0,0x8a,0xc5,0xe3,0x69,0x9b,0xae, + 0xc3,0xe1,0xf0,0x7a,0xae,0x29,0xca,0x13,0xde,0x44,0x1f,0xa5,0xc6,0x93,0x45,0x8b, + 0x16,0x1d,0x72,0x3a,0x9d,0xed,0x6c,0x36,0x7b,0x69,0x7d,0x7d,0x7d,0xb4,0x52,0xa9, + 0xc4,0x97,0x5f,0x7e,0x89,0x82,0x82,0x2,0x4c,0x9a,0x34,0xe9,0x69,0x85,0x42,0xf1, + 0x74,0x6f,0x6f,0x2f,0xd8,0x6c,0x36,0xcc,0x66,0x33,0xfa,0xfb,0xfb,0xd1,0xdc,0xdc, + 0x8c,0xba,0xba,0x3a,0xf4,0xf7,0xf7,0x43,0x2a,0x95,0x62,0xc1,0x82,0x5,0x58,0xb8, + 0x70,0x61,0x71,0x56,0x56,0x56,0x85,0x40,0x20,0xb8,0xa0,0x52,0xa9,0x28,0x6,0x83, + 0x71,0x5e,0x2e,0x97,0x67,0xf,0xc,0xc,0xc0,0xe5,0x72,0x41,0xa3,0xd1,0x80,0xc1, + 0x60,0xac,0xec,0xed,0xed,0xed,0x2,0x70,0xcd,0xc7,0xf5,0x4b,0x61,0xb7,0xdb,0xe1, + 0x70,0x38,0xbc,0xe6,0x22,0x8a,0xf2,0xf8,0xa,0x18,0xc,0x6,0x5f,0xa3,0xd1,0xdc, + 0x1b,0x1a,0x1a,0xba,0xc3,0x77,0xcc,0x95,0xa0,0x15,0x31,0x6d,0x9a,0xa1,0xaf,0xe3, + 0x68,0x3f,0xb4,0xc3,0x7e,0x57,0xb0,0xd9,0x6c,0xf0,0x78,0x3c,0xb0,0xd9,0xec,0xeb, + 0xee,0xf2,0x93,0x91,0x91,0x71,0xe4,0xc8,0x91,0x23,0xe6,0xdb,0x6f,0xbf,0xfd,0x79, + 0x26,0x93,0xb9,0xe0,0xfc,0xf9,0xf3,0xa8,0xaa,0xaa,0x82,0x56,0xab,0xc5,0xb4,0x69, + 0xd3,0x66,0xa7,0xa5,0xa5,0x7d,0x23,0x16,0x8b,0x41,0x92,0x24,0x2c,0x16,0xb,0x54, + 0x2a,0x15,0x3a,0x3a,0x3a,0x50,0x53,0x53,0x83,0xde,0xde,0x5e,0xb8,0xdd,0x6e,0x64, + 0x65,0x65,0x61,0xde,0xbc,0x79,0xda,0xcc,0xcc,0xcc,0x1d,0x8b,0x16,0x2d,0x3a,0x2d, + 0x91,0x48,0x2e,0x6a,0x51,0x76,0x35,0x10,0x4,0xe1,0x6,0x70,0x67,0x51,0x51,0xd1, + 0xdb,0xa,0x85,0xe2,0xc1,0x13,0x27,0x4e,0x30,0x4a,0x4a,0x4a,0xa0,0x52,0xa9,0xe0, + 0x76,0xbb,0x51,0x59,0x59,0x89,0xfa,0xfa,0x7a,0x28,0x14,0x8a,0xcf,0x1c,0xe,0x7, + 0x5c,0x2e,0x17,0xf8,0x7c,0x3e,0x98,0x4c,0x26,0x1c,0xe,0x7,0xf4,0x7a,0x3d,0x7a, + 0x7a,0x7a,0xb0,0x77,0xef,0x5e,0xa8,0xd5,0x6a,0xc,0xc,0xc,0x40,0xa9,0x54,0x82, + 0xc1,0x60,0x20,0x3c,0x3c,0x1c,0x53,0xa6,0x4c,0x81,0x42,0xa1,0x80,0xdb,0xed,0x3e, + 0x94,0x96,0x96,0xa6,0x94,0x4a,0xa5,0x20,0x8,0xa2,0xc3,0xf7,0xf7,0xf8,0x31,0xe8, + 0x38,0x7c,0xfa,0x99,0xa4,0x4d,0x1a,0xa3,0x7d,0x42,0x1a,0x6b,0x6e,0x1a,0xe5,0xc, + 0x0,0x11,0x11,0x11,0x9f,0xf5,0xf6,0xf6,0xea,0x3,0x2,0x2,0xb2,0xd3,0xd2,0xd2, + 0x96,0x36,0x36,0x36,0xce,0x38,0x77,0xee,0x1c,0x1a,0x1a,0x1a,0x70,0xf8,0xf0,0x61, + 0x9c,0x38,0x71,0xe2,0x22,0xfb,0xa1,0xcb,0xe5,0xe9,0xa6,0xed,0x72,0x79,0x8a,0x81, + 0xf3,0xf9,0x7c,0x28,0x14,0xa,0xa4,0xa5,0xa5,0x21,0x2a,0x2a,0xa,0xd,0xd,0xd, + 0xf8,0xf6,0xdb,0x6f,0x31,0x34,0x34,0x84,0xfc,0xfc,0x7c,0x90,0x24,0x99,0x25,0x14, + 0xa,0x5f,0xef,0xef,0xef,0x7f,0x4e,0x2c,0x16,0xef,0xf6,0xf9,0xf8,0x4b,0x62,0x36, + 0x9b,0xbd,0x65,0x39,0xe9,0x9d,0x18,0x41,0x10,0xe0,0x72,0xb9,0xa3,0xb2,0xbb,0xbb, + 0x5e,0x52,0x52,0x52,0x5e,0x3,0x80,0xbf,0xfd,0xed,0x6f,0xf7,0x66,0x64,0x64,0xfc, + 0xa9,0xb2,0xb2,0x72,0x72,0x79,0x79,0x39,0xba,0xbb,0xbb,0xd1,0xd1,0xd1,0x81,0xfc, + 0xfc,0x7c,0x8,0x85,0x42,0x50,0x14,0x5,0x9b,0xcd,0xe6,0xfd,0xde,0x22,0x23,0x23, + 0x71,0xd7,0x5d,0x77,0x21,0x25,0x25,0xe5,0xe8,0x2d,0xb7,0xdc,0x52,0x18,0x1f,0x1f, + 0x9f,0x1b,0x19,0x19,0x79,0x96,0x9e,0xf7,0xa5,0x97,0x5e,0xca,0x88,0x88,0x88,0xc8, + 0xae,0xac,0xac,0x4,0x83,0xc1,0x80,0xd5,0x6a,0x45,0x73,0x73,0x33,0x3a,0x3a,0x3a, + 0xb2,0xd4,0x6a,0xf5,0x72,0xa9,0x54,0x7a,0xdd,0x15,0xf0,0x86,0x13,0x12,0x12,0xe2, + 0xed,0x57,0x7,0x78,0x1e,0xb6,0xef,0x1e,0x30,0x91,0xdb,0xed,0xfe,0x7,0x80,0x11, + 0x2b,0x67,0xab,0xd5,0xa,0x2e,0x97,0xb,0xab,0xd5,0xea,0xb5,0xd,0xf3,0xbe,0xeb, + 0xef,0x38,0x5a,0xd0,0xc5,0xa7,0x18,0xc,0x8f,0xad,0x93,0xfe,0x1b,0xd6,0xaf,0x5f, + 0xbf,0xec,0xa9,0xa7,0x9e,0x3a,0x1f,0x11,0x11,0x71,0x5d,0x7d,0x92,0x96,0x2e,0x5d, + 0x9a,0xbf,0x7f,0xff,0xfe,0x27,0xd6,0xaf,0x5f,0xff,0xe7,0xe4,0xe4,0xe4,0xd5,0x7, + 0xf,0x1e,0x44,0x67,0x67,0x27,0xbe,0xf9,0xe6,0x1b,0x1c,0x39,0x72,0xc4,0xbb,0x79, + 0x70,0xbb,0x3d,0xe9,0xca,0x6e,0xb7,0x1b,0x41,0x41,0x41,0x98,0x3d,0x7b,0x36,0x92, + 0x92,0x92,0xba,0xa5,0x52,0xe9,0x7,0xf7,0xde,0x7b,0x6f,0x8f,0x48,0x24,0x3a,0x60, + 0xb3,0xd9,0xd6,0xfa,0xce,0x3f,0x2,0xa8,0x19,0x33,0x66,0x3c,0xdc,0xda,0xda,0xaa, + 0x14,0x8b,0xc5,0xe4,0xc2,0x85,0xb,0x9f,0x29,0x29,0x29,0x61,0x55,0x56,0x56,0xa2, + 0xad,0xad,0xd,0x43,0x43,0x43,0xa8,0xae,0xae,0x46,0x6d,0x6d,0x2d,0xe,0x1f,0x3e, + 0xec,0x35,0x27,0xd1,0xa6,0x25,0x8b,0xc5,0x2,0x6,0x83,0x81,0x80,0x80,0x0,0xc4, + 0xc7,0xc7,0x63,0xda,0xb4,0x69,0x68,0x6f,0x6f,0xff,0x30,0x3e,0x3e,0xbe,0x6b,0xf1, + 0xe2,0xc5,0x98,0x31,0x63,0x6,0x4,0x2,0xc1,0x27,0xa,0x85,0xa2,0xc5,0xf7,0x83, + 0x2f,0x7,0x5d,0x35,0xcf,0x37,0x59,0xca,0xe9,0x74,0x8e,0xfa,0x22,0x3c,0x96,0xdc, + 0x54,0xca,0x19,0x0,0x64,0x32,0xd9,0x37,0x0,0xbe,0xe9,0xee,0xee,0x3e,0x92,0x90, + 0x90,0x90,0x6e,0x30,0x18,0x30,0x67,0xce,0x9c,0x55,0x1c,0xe,0x67,0x69,0x6f,0x6f, + 0x2f,0xc,0x6,0x3,0x86,0x86,0x86,0xe0,0x76,0xbb,0xbd,0xc5,0x78,0x2,0x3,0x3, + 0x21,0x91,0x48,0x60,0xb5,0x5a,0xf3,0xb4,0x5a,0xed,0x17,0x6b,0xd7,0xae,0x85,0x4c, + 0x26,0xc3,0xa9,0x53,0xa7,0x66,0x19,0x8d,0xc6,0x8d,0xa7,0x4e,0x9d,0xc2,0xe0,0xe0, + 0x20,0x8a,0x8b,0x8b,0x11,0x1e,0x1e,0x9e,0x42,0x10,0xc4,0x3d,0x0,0xae,0x5a,0x39, + 0x53,0x14,0xd5,0xc3,0xe5,0x72,0x9f,0x7b,0xf0,0xc1,0x7,0xb7,0x9a,0x4c,0x26,0x58, + 0xad,0x56,0xf0,0x78,0x3c,0x48,0xa5,0xd2,0x9b,0xaa,0x83,0xf3,0xb3,0xcf,0x3e,0xbb, + 0xa3,0xbe,0xbe,0xbe,0xff,0xf0,0xe1,0xc3,0xb1,0xb7,0xdd,0x76,0xdb,0x43,0x3a,0x9d, + 0x6e,0x7a,0x4b,0x4b,0xb,0x74,0x3a,0x1d,0x18,0xc,0x4f,0x3d,0x66,0xe,0x87,0x83, + 0xe0,0xe0,0x60,0xa8,0x54,0xaa,0x5d,0x76,0xbb,0xfd,0xd4,0xca,0x95,0x2b,0x91,0x96, + 0x96,0x76,0x2e,0x21,0x21,0xe1,0x7,0xb9,0xf3,0x8b,0x17,0x2f,0x86,0x48,0x24,0xf2, + 0x76,0xd,0x11,0x8,0x4,0x88,0x89,0x89,0x1,0x83,0xc1,0xb0,0x2,0x18,0x59,0xc8, + 0xc0,0x55,0x70,0xd7,0x5d,0x77,0xc1,0xe5,0x72,0x61,0xee,0xdc,0xb9,0x5e,0x25,0xc7, + 0xe5,0x72,0x91,0x9d,0x9d,0xad,0x7,0xf0,0x3b,0x5f,0xf9,0xab,0x41,0x2e,0x97,0xe3, + 0xa1,0x87,0x1e,0xc2,0xe0,0xe0,0x20,0xdc,0x6e,0x37,0x98,0x4c,0x26,0x32,0x32,0x32, + 0x46,0x75,0x47,0x65,0x36,0x9b,0xdf,0x9f,0x3f,0x7f,0x7e,0xfc,0xd4,0xa9,0x53,0x6f, + 0xa1,0x8f,0xd4,0x22,0x91,0x8,0x19,0x19,0x19,0x66,0x82,0x20,0xae,0xad,0x7d,0xb4, + 0xf,0xab,0x57,0xaf,0x2e,0x6f,0x6e,0x6e,0xfe,0xbd,0x48,0x24,0x3a,0x2a,0x12,0x89, + 0x32,0x39,0x1c,0xce,0x83,0xed,0xed,0xed,0x50,0x2a,0x95,0xb0,0x5a,0xad,0x20,0x49, + 0x12,0x1,0x1,0x1,0x90,0x48,0x24,0x60,0x30,0x18,0xd,0x16,0x8b,0xe5,0x9b,0xfb, + 0xee,0xbb,0x6f,0x55,0x64,0x64,0xe4,0xd3,0x93,0x27,0x4f,0xde,0xff,0x87,0x3f,0xfc, + 0x81,0x9e,0xea,0x5f,0xc3,0xe7,0xbd,0x16,0xe2,0xe3,0xe3,0xff,0x2,0x0,0xbd,0xbd, + 0xbd,0x9d,0x93,0x27,0x4f,0x66,0x1,0xc0,0x7d,0xf7,0xdd,0xf7,0xf7,0xfe,0xfe,0x7e, + 0x81,0x5e,0xaf,0x87,0xc9,0x64,0x82,0xd9,0x6c,0xf6,0x56,0xb5,0xb,0x8,0x8,0x40, + 0x50,0x50,0x10,0x82,0x82,0x82,0x10,0x11,0x11,0x81,0xa2,0xa2,0xa2,0xbf,0x49,0xa5, + 0xd2,0xae,0x39,0x73,0xe6,0x40,0x2c,0x16,0xef,0xbf,0xf5,0xd6,0x5b,0xfb,0xae,0xa7, + 0x5e,0xc7,0xe0,0xe0,0xe0,0xae,0xa8,0xa8,0xa8,0x94,0x4d,0x9b,0x36,0x2d,0x1c,0x18, + 0x18,0xf0,0x9a,0x35,0xd2,0xd2,0xd2,0x26,0x74,0xb2,0xd9,0x8d,0x31,0xbe,0x8d,0x32, + 0x5a,0xad,0x36,0x45,0xa9,0x54,0x26,0x56,0x55,0x55,0xa1,0xa7,0xa7,0x7,0x56,0xab, + 0x15,0x4e,0xa7,0x13,0x1c,0xe,0x7,0x22,0x91,0x8,0x11,0x11,0x11,0x88,0x8d,0x8d, + 0x85,0x44,0x22,0x69,0x15,0x8,0x4,0x11,0x4e,0xa7,0x33,0x3e,0x2c,0x2c,0xec,0xad, + 0xf,0x3e,0xf8,0x40,0x7e,0xfe,0xfc,0xf9,0x2d,0x45,0x45,0x45,0x9b,0x2f,0x5c,0xb8, + 0x0,0x92,0x24,0x21,0x97,0xcb,0xb1,0x7c,0xf9,0xf2,0xde,0x85,0xb,0x17,0xbe,0xb9, + 0x6e,0xdd,0xba,0xbf,0xf9,0x7e,0xd6,0xa5,0x38,0x79,0xf2,0xa4,0xd0,0x66,0xb3,0x2d, + 0xe6,0xf3,0xf9,0xd0,0xeb,0xf5,0xe0,0xf3,0xf9,0x20,0x49,0x12,0x53,0xa7,0x4e,0xb5, + 0x89,0xc5,0xe2,0x23,0xbe,0xf2,0xe3,0x8d,0x46,0xa3,0xc9,0xee,0xea,0xea,0x8a,0x28, + 0x29,0x29,0x41,0x63,0x63,0x23,0x48,0x92,0x84,0x48,0x24,0x2,0x9f,0xcf,0x47,0x6c, + 0x6c,0x2c,0x44,0x22,0x51,0x65,0x4e,0x4e,0x8e,0xc7,0x30,0x7f,0x9,0xd4,0x6a,0xb5, + 0xa2,0xb1,0xb1,0x31,0xb9,0xb4,0xd4,0x63,0xf9,0x11,0x8b,0xc5,0x8,0x8,0x8,0x0, + 0x8b,0xc5,0x6a,0x5b,0xbe,0x7c,0xf9,0xf,0x94,0xf9,0xf5,0x72,0xe0,0xc0,0x81,0x0, + 0x26,0x93,0xb9,0x88,0x5e,0xc,0x2c,0x16,0xb,0xec,0x76,0x3b,0xd2,0xd2,0xd2,0xac, + 0xf1,0xf1,0xf1,0xd7,0xd4,0x41,0xb9,0xbf,0xbf,0x7f,0xd9,0x85,0xb,0x17,0xd8,0x4e, + 0xa7,0x13,0x4c,0xe6,0xf7,0x9d,0xdf,0xb9,0x5c,0x6e,0x6e,0x56,0x56,0xd6,0xb5,0xb7, + 0x76,0xf6,0xe1,0xdc,0xb9,0x73,0xd3,0xd,0x6,0x83,0x9c,0xb6,0xeb,0x73,0x38,0x1c, + 0xf0,0x78,0xbc,0x8a,0x59,0xb3,0x66,0xb5,0xfb,0xca,0x5e,0x2f,0x1a,0x8d,0x26,0x42, + 0xaf,0xd7,0x67,0x57,0x55,0x55,0xa1,0xb6,0xb6,0x16,0x7a,0xbd,0xde,0x7b,0x6f,0xc7, + 0xc6,0xc6,0x22,0x22,0x22,0x42,0xc3,0xe5,0x72,0x1b,0x4,0x2,0x41,0x72,0x4c,0x4c, + 0x8c,0xf7,0x24,0x74,0x23,0xe9,0xe9,0xe9,0x59,0xd6,0xda,0xda,0xca,0xee,0xea,0xea, + 0x42,0x7f,0x7f,0x3f,0x7a,0x7a,0x7a,0xe0,0x72,0x79,0xa2,0x63,0x24,0x12,0x9,0xa4, + 0x52,0x29,0xe4,0x72,0x39,0xe2,0xe2,0xe2,0xc0,0xe3,0xf1,0xf2,0xae,0xc6,0xd1,0x37, + 0x12,0x4a,0x4a,0x4a,0xd2,0x6,0x7,0x7,0xe3,0xed,0x76,0x3b,0x48,0xd2,0x53,0xa4, + 0xe9,0x3b,0xbd,0x50,0x1f,0x1a,0x1a,0x3a,0x61,0xba,0xb7,0xfc,0xa4,0xe9,0xed,0xed, + 0x95,0xe,0xc,0xc,0xc4,0xd2,0x3f,0x9f,0x3e,0x7d,0xfa,0xfe,0x77,0xdf,0x7d,0x97, + 0xca,0xcc,0xcc,0xa4,0x0,0x50,0x4c,0x26,0x93,0x4a,0x4c,0x4c,0xa4,0x9e,0x7a,0xea, + 0x29,0xdd,0xb1,0x63,0xc7,0xc6,0xad,0x6b,0xb6,0x1f,0x3f,0x7e,0xfc,0x5c,0x8e,0x89, + 0x1d,0x6b,0xf2,0x23,0xc8,0x64,0x32,0x75,0x70,0x70,0x70,0x3b,0xfd,0x73,0x42,0x42, + 0xc2,0xde,0xc0,0xc0,0xc0,0xc7,0x97,0x2f,0x5f,0x8e,0x29,0x53,0xa6,0x80,0xc1,0x60, + 0xa0,0xb5,0xb5,0x15,0x7,0xf,0x1e,0xc,0x3e,0x7f,0xfe,0xfc,0x6f,0xca,0xca,0xca, + 0x3e,0x19,0x36,0xdc,0x8f,0x1f,0x3f,0x7e,0x6e,0xa,0x6e,0x3a,0x9b,0xf3,0x68,0x13, + 0x19,0x19,0x69,0x51,0x2a,0x95,0xfd,0xa9,0xa9,0xa9,0x88,0x89,0x89,0x41,0x49,0x49, + 0x9,0xcc,0x66,0x33,0x5d,0x62,0x93,0x67,0x32,0x99,0xa4,0xbe,0x63,0xfc,0xf8,0xf1, + 0xe3,0x67,0xbc,0x99,0x10,0x36,0xe7,0xd1,0xa2,0xbb,0xbb,0xfb,0x4e,0x6,0x83,0xf1, + 0x1,0x9b,0xcd,0x1e,0x1e,0xa,0x77,0x22,0x34,0x34,0xf4,0x6e,0x5f,0x59,0x3f,0x7e, + 0xfc,0xf8,0xf1,0xe3,0xc7,0x8f,0x1f,0x3f,0x7e,0xfc,0xf8,0xf1,0xe3,0xc7,0x8f,0x1f, + 0x3f,0x7e,0xfc,0xf8,0xf1,0xe3,0xc7,0x8f,0x1f,0x3f,0x7e,0xfc,0xf8,0xf1,0xe3,0xc7, + 0x8f,0x1f,0x3f,0x7e,0xfc,0xf8,0xf1,0xe3,0xc7,0x8f,0x1f,0x3f,0x7e,0xfc,0xf8,0xf1, + 0xe3,0xc7,0x8f,0x1f,0x3f,0x7e,0xfc,0xf8,0xf1,0xe3,0xe7,0xa6,0xe6,0xff,0x3,0xda, + 0xb6,0x18,0x22,0x60,0xb9,0x7c,0xb1,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae, + 0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/arrow-top-left.png + 0x0,0x0,0x1,0x9, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x8,0x6,0x0,0x0,0x0,0x57,0x2,0xf9,0x87, + 0x0,0x0,0x0,0x6,0x62,0x4b,0x47,0x44,0x0,0x0,0x0,0x0,0x0,0x0,0xf9,0x43, + 0xbb,0x7f,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x0,0x48,0x0,0x0, + 0x0,0x48,0x0,0x46,0xc9,0x6b,0x3e,0x0,0x0,0x0,0x9,0x76,0x70,0x41,0x67,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0xce,0xee,0x8c,0x57,0x0,0x0,0x0,0x94, + 0x49,0x44,0x41,0x54,0x68,0xde,0xed,0xcf,0x41,0xa,0x80,0x30,0x10,0x43,0xd1,0xa8, + 0x67,0xf4,0x8c,0x5,0xcf,0x28,0xe8,0x5e,0x5a,0xb5,0xad,0x38,0x89,0xe6,0x43,0x77, + 0x85,0xc9,0x3,0x9c,0x73,0xce,0x39,0x17,0xd7,0x50,0xf1,0x77,0xb,0xbc,0x5d,0x6c, + 0x7c,0x78,0xd4,0xeb,0x19,0xa0,0xd4,0x56,0x78,0x2b,0x80,0x39,0x7a,0x5c,0xf,0x40, + 0x6,0x91,0x1b,0x2d,0x85,0x38,0x2,0x66,0x35,0xc4,0x11,0x0,0x35,0x44,0xe,0x20, + 0x85,0x28,0x1,0x64,0x10,0x67,0x0,0x9,0xc4,0x15,0x80,0x1e,0x71,0x7,0x40,0x8d, + 0xb8,0xb,0xa0,0x45,0xd4,0x0,0x28,0x11,0xb5,0x0,0x3a,0x44,0xb,0x80,0xa,0xd1, + 0xa,0xa0,0x41,0xf4,0x0,0x68,0x10,0xbd,0x19,0xc1,0x92,0x11,0x2c,0x7d,0x16,0x91, + 0xa2,0x47,0xf5,0x20,0x16,0x0,0x53,0xf4,0xa0,0x56,0x44,0x52,0x1d,0xef,0x9c,0x73, + 0xce,0xfd,0xb3,0x1d,0xbc,0x43,0xbb,0xce,0x0,0xbb,0x6f,0x49,0x0,0x0,0x0,0x0, + 0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/fill.png + 0x0,0x0,0x2,0xdc, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84,0x0,0x0,0xfa, + 0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60,0x0,0x0,0x3a, + 0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x18,0x74,0x45,0x58, + 0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x50,0x61,0x69,0x6e,0x74,0x2e, + 0x4e,0x45,0x54,0x20,0x76,0x33,0x2e,0x33,0x36,0xa9,0xe7,0xe2,0x25,0x0,0x0,0x2, + 0x36,0x49,0x44,0x41,0x54,0x38,0x4f,0x63,0x60,0xc0,0x1,0x2,0x32,0x6b,0x7c,0x71, + 0xc9,0xe1,0x15,0x7,0x69,0x74,0x88,0xcc,0xfd,0x9f,0xdf,0x34,0xf1,0x3f,0x88,0xe, + 0xcf,0x6f,0x8a,0x20,0xc9,0x20,0x90,0xa6,0x80,0xf8,0x9c,0xf4,0xe4,0xfc,0xca,0xc4, + 0xfa,0xfe,0x39,0x60,0x43,0x88,0x36,0x40,0xdf,0x23,0x86,0x11,0xa4,0xa1,0xa2,0x77, + 0x7e,0x47,0x75,0xd7,0xb4,0xff,0x97,0x6e,0xdc,0x5,0x1b,0xd0,0x3c,0x75,0x9,0x71, + 0x86,0x14,0x74,0xce,0x61,0xb6,0xa,0x4c,0xf9,0x5f,0xd3,0x3d,0xe3,0xff,0x87,0xf, + 0x1f,0xfe,0xbf,0x7e,0xf3,0x16,0x6c,0xc0,0xe4,0x65,0x5b,0xff,0xeb,0xa7,0x4f,0xfa, + 0x2f,0x5b,0xf7,0xf2,0xf,0x57,0xe5,0x97,0x73,0xc,0x95,0x9f,0xb,0x18,0x72,0x6f, + 0xf0,0xa0,0xb8,0x6c,0xf5,0x81,0xcb,0xcc,0xd3,0x56,0xee,0xa,0xc9,0xac,0x68,0xf9, + 0x7f,0xe9,0xca,0xf5,0xff,0xd7,0x6f,0xde,0xfe,0x7f,0xec,0xe4,0x99,0xff,0x2e,0xb1, + 0x5,0xff,0x5f,0xbe,0xff,0xfc,0x7f,0xd1,0xe6,0x3,0xff,0x75,0x33,0x67,0xfd,0x67, + 0x8,0x5a,0xf5,0x9f,0x21,0xf1,0xd0,0x7f,0x86,0xec,0xcb,0x5,0x70,0x3,0x16,0xee, + 0x38,0xcd,0xd2,0x34,0x65,0x51,0x28,0x48,0xf3,0x97,0x2f,0x5f,0xfe,0xc3,0xc0,0xec, + 0x79,0xb,0xff,0x5b,0x3b,0xba,0xfe,0x3f,0x7a,0xfe,0xe6,0xff,0xdb,0xcf,0xde,0xff, + 0xcf,0x69,0x9a,0xf4,0x5f,0xd4,0xab,0xf5,0x3f,0x43,0xdc,0xbe,0xff,0xc,0x49,0xc7, + 0xae,0xc2,0xd,0xa8,0xed,0x99,0x1d,0x93,0x5d,0xd5,0xf6,0xff,0xd3,0xd7,0x6f,0x70, + 0xcd,0xbf,0xfe,0xfe,0xff,0x7f,0xe0,0xec,0xad,0xff,0x13,0xe6,0xac,0xf8,0x3f,0x6f, + 0xf3,0xe1,0xff,0xf3,0xb6,0x9d,0xfc,0x5f,0xd6,0x35,0xe7,0xbf,0xbc,0x55,0xc0,0x7, + 0x86,0xe0,0xd,0xff,0x18,0xa2,0xf7,0xbe,0x84,0x1b,0x90,0x5a,0x5c,0xff,0xff,0xe9, + 0x7,0x88,0xe6,0x3f,0x40,0x8d,0x5f,0x7f,0xfd,0xff,0x7f,0xff,0xc3,0xbf,0xff,0xe7, + 0x9f,0xff,0xfa,0xbf,0xf7,0xda,0xab,0xff,0x73,0xb7,0x1c,0xff,0x5f,0xde,0xbf,0xf8, + 0xbf,0xa9,0xb3,0xdf,0x33,0x4e,0x51,0xf9,0x1a,0x6,0x8b,0xf6,0x67,0xc,0x61,0xdb, + 0x5f,0xc0,0xd,0x90,0x90,0x96,0xcf,0x8,0x2d,0xed,0xfb,0xff,0xf1,0xeb,0xcf,0xff, + 0xff,0x80,0x86,0x3c,0x4,0x6a,0x3e,0xf9,0xe0,0xcb,0xff,0x4d,0xa7,0xee,0xfc,0x9f, + 0xb9,0xf1,0xf0,0xff,0x8a,0x9,0x4b,0xff,0x1b,0x38,0x5,0xfe,0xe7,0x12,0x10,0xc9, + 0x2,0x6a,0x12,0x66,0x30,0x6d,0x3e,0xc7,0x10,0xba,0xe9,0x21,0x72,0x20,0xf2,0x72, + 0xf3,0xb,0x26,0xb8,0xc4,0x15,0xfd,0xbf,0xf6,0xf2,0xe3,0xff,0x4b,0x2f,0x7e,0xfd, + 0xdf,0x74,0x2,0xa8,0x79,0xc3,0x21,0xa0,0xe6,0x25,0x10,0xcd,0x82,0x62,0x85,0x40, + 0xd,0xfc,0x60,0x4d,0xe6,0x6d,0xa7,0x18,0x2,0x57,0x6e,0x45,0x4f,0x1f,0xdc,0x1c, + 0x3c,0xfc,0x9,0xce,0xb1,0x85,0xff,0x57,0x1d,0xbc,0xfa,0x7f,0xc1,0xf6,0x13,0xff, + 0x2b,0x27,0xc2,0x35,0x17,0x1,0x15,0xb,0xc0,0x35,0x58,0x34,0x6f,0x5f,0x76,0xf0, + 0x18,0xd6,0xb4,0xc1,0xcd,0xc6,0xc5,0x93,0x0,0xb2,0xb1,0xa0,0x73,0xee,0x7f,0x7d, + 0x88,0xcd,0xa8,0x9a,0x81,0xa6,0xb8,0xf4,0x5e,0x4,0x69,0x36,0xc6,0x95,0x42,0xb9, + 0xd9,0xb9,0xf9,0xb2,0xf4,0x1c,0xfc,0xfe,0xf3,0x89,0x4a,0x57,0xa2,0xd8,0xc,0xd5, + 0x1,0xb6,0xdd,0x6e,0x32,0x13,0xbe,0x24,0xce,0x7,0xb5,0x41,0x10,0x87,0x22,0x9c, + 0xb6,0x13,0x9d,0x6f,0x60,0xa,0x1,0xe1,0xe9,0x3a,0x9a,0xab,0x60,0xd,0x7c,0x0, + 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??1.png + 0x0,0x0,0x16,0x51, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdc,0x6,0x1b,0x17,0x8,0x39,0x2f,0xc5,0xe4, + 0x3f,0x0,0x0,0x13,0xc7,0x49,0x44,0x41,0x54,0x78,0xda,0xd5,0x9b,0x7b,0x90,0x1d, + 0x57,0x79,0xe0,0x7f,0xdf,0x39,0x7d,0xdf,0xf3,0xd2,0xbc,0x24,0x8d,0x1e,0xe8,0x61, + 0x4b,0xc6,0xb2,0x6c,0x6c,0x9,0x3b,0xb6,0xc1,0x3c,0xd6,0x9b,0x40,0x20,0x40,0x70, + 0xc2,0xc3,0xce,0x8b,0x10,0xc2,0x26,0x95,0x22,0xf1,0x6e,0x85,0x6c,0xca,0xb8,0x42, + 0x85,0x5,0x6a,0x97,0x24,0x4b,0x52,0x4b,0x2d,0xcb,0x2,0xb5,0x84,0x38,0x26,0x40, + 0xa,0x91,0x38,0xc6,0x8f,0xf2,0x23,0xb6,0x83,0x8d,0x49,0x8c,0xad,0x97,0x65,0xeb, + 0xad,0x91,0x46,0xd2,0xcc,0x68,0xe6,0xce,0xcc,0x9d,0xfb,0xe8,0xee,0x73,0xbe,0xfd, + 0xa3,0x6f,0x8f,0xee,0x5c,0xcd,0xc8,0x2f,0xd,0x76,0x4e,0xd5,0xa9,0xee,0xbe,0x7d, + 0xfa,0xf6,0xf9,0x7e,0xe7,0x3b,0xdf,0x77,0xbe,0xaf,0xbb,0x85,0x97,0x58,0xf6,0xee, + 0xdd,0x3b,0xef,0x58,0x55,0x2d,0x30,0x0,0xc,0x1,0x2b,0x81,0x7e,0xa0,0x4,0x8, + 0xd0,0x0,0xca,0xc0,0x29,0xe0,0x4,0x70,0x5a,0x44,0xaa,0xed,0xff,0x79,0xe9,0xa5, + 0x97,0xbe,0xd4,0x6e,0x5c,0xb0,0x22,0xaf,0x40,0xf0,0xe5,0xc0,0x15,0x22,0xf2,0x2e, + 0x63,0xcc,0x5b,0x8c,0x31,0x2b,0xac,0xb5,0x1d,0x22,0x92,0x31,0xc6,0xd8,0x66,0x1b, + 0xf5,0xde,0xc7,0xde,0xfb,0x9a,0xf7,0xfe,0x8c,0x73,0x6e,0xaf,0xaa,0x7e,0x1f,0x78, + 0x1c,0x38,0x20,0x22,0xd1,0xab,0xd,0xe2,0x5,0x1,0x2c,0x20,0xf8,0x2a,0xe0,0xbd, + 0xd6,0xda,0x8f,0x5,0x41,0x70,0x49,0x36,0x9b,0xcd,0xe7,0x72,0x39,0x8c,0x31,0xa8, + 0xea,0xbc,0x2a,0x22,0x18,0x63,0x10,0x49,0x6e,0x13,0x45,0x11,0xf5,0x7a,0xdd,0x47, + 0x51,0x74,0xda,0x39,0x77,0x97,0xaa,0x7e,0x4d,0x44,0x7e,0x2,0x84,0xaf,0x16,0x84, + 0xf3,0x2,0xd8,0xb3,0x67,0xf,0xaa,0x8a,0x31,0x6,0xa0,0xa8,0xaa,0x37,0x1b,0x63, + 0xfe,0x20,0x9f,0xcf,0xbf,0xbe,0x58,0x2c,0x1a,0x63,0xc,0xf5,0x7a,0x9d,0x30,0xc, + 0x89,0xe3,0x18,0xef,0x7d,0xa,0xe9,0xec,0xd,0x9a,0x10,0xac,0xb5,0x64,0x32,0x19, + 0xf2,0xf9,0x3c,0xd6,0x5a,0xea,0xf5,0x3a,0xd5,0x6a,0x75,0x22,0x8e,0xe3,0xef,0xab, + 0xea,0xe7,0x81,0xfd,0x29,0xa8,0x9f,0x26,0x84,0x45,0x1,0xec,0xd9,0xb3,0xa7,0xf5, + 0xf0,0x75,0x22,0xf2,0xd9,0x6c,0x36,0x7b,0x53,0x47,0x47,0x47,0xde,0x18,0x43,0xb5, + 0x5a,0xa5,0xd1,0x68,0xe0,0x9c,0x4b,0xdb,0x78,0xa0,0x2,0xcc,0x0,0x35,0xc0,0x1, + 0x79,0x12,0x7b,0xd0,0x9,0xe4,0x52,0x20,0xd9,0x6c,0x96,0x52,0xa9,0x44,0x10,0x4, + 0xcc,0xce,0xce,0x52,0xad,0x56,0xf7,0x78,0xef,0x6f,0x13,0x91,0x7f,0x54,0x55,0xf, + 0xb0,0x65,0xcb,0x96,0x57,0xf,0x40,0xab,0xf0,0xaa,0x7a,0xa5,0x31,0xe6,0x4b,0xa5, + 0x52,0xe9,0xda,0x62,0xb1,0x48,0xb5,0x5a,0xa5,0x56,0xab,0xa5,0x82,0x2b,0x89,0x71, + 0xfb,0x67,0x11,0xb9,0x3f,0x9b,0xcd,0x9e,0xcc,0xe5,0x72,0x8d,0x20,0x8,0x62,0x11, + 0xc1,0x39,0x67,0xc2,0x30,0xc,0x1a,0x8d,0x46,0xb7,0x73,0x6e,0x1b,0xf0,0x2e,0xe0, + 0x12,0xa0,0x20,0x22,0xe4,0xf3,0x79,0x3a,0x3b,0x3b,0x71,0xce,0x31,0x35,0x35,0x35, + 0x11,0xc7,0xf1,0xa7,0x81,0x2f,0x3,0xd1,0x4f,0xb,0xc2,0x39,0x0,0x76,0xef,0xde, + 0x8d,0x88,0xa4,0x6a,0x7c,0x95,0x31,0xe6,0xeb,0x5d,0x5d,0x5d,0x57,0x64,0x32,0x19, + 0xa6,0xa7,0xa7,0x9,0xc3,0xb9,0xe9,0x7a,0x0,0xf8,0x72,0xa9,0x54,0x7a,0xb2,0xb7, + 0xb7,0x77,0x79,0x10,0x4,0xff,0xb1,0x29,0xdc,0x80,0x88,0x14,0x0,0x23,0x22,0xa1, + 0x88,0x4c,0x8a,0xc8,0x31,0x55,0x7d,0x74,0x66,0x66,0xe6,0xa9,0xb1,0xb1,0xb1,0x3e, + 0xe7,0xdc,0x6f,0x89,0xc8,0x8d,0x40,0x2e,0x8,0x2,0xba,0xbb,0xbb,0x31,0xc6,0x50, + 0x2e,0x97,0xab,0x51,0x14,0x7d,0x6,0xf8,0x73,0x20,0x52,0x55,0x2e,0xbb,0xec,0xb2, + 0x9f,0x3e,0x80,0x66,0xd9,0x64,0x8c,0xb9,0xa3,0xab,0xab,0x6b,0xbb,0xb5,0x96,0xa9, + 0xa9,0xa9,0x74,0xd4,0x6b,0xc0,0xd7,0x4a,0xa5,0xd2,0xdf,0xf5,0xf7,0xf7,0x5f,0x7, + 0x7c,0x8,0xd8,0x2c,0x22,0x45,0x11,0x99,0x9b,0xf3,0xb,0x14,0x2f,0x22,0x27,0x44, + 0xe4,0xc1,0x7a,0xbd,0xfe,0xcd,0xe1,0xe1,0xe1,0x21,0x55,0xfd,0x54,0xf3,0x3e,0x74, + 0x75,0x75,0x91,0xcd,0x66,0x99,0x98,0x98,0x98,0x8d,0xa2,0xe8,0x56,0xef,0xfd,0x57, + 0x8d,0x31,0xa,0x2c,0x29,0x84,0x79,0x0,0x76,0xed,0xda,0x95,0x5a,0xec,0x1e,0xe0, + 0xaf,0x3b,0x3b,0x3b,0x7f,0x21,0x9b,0xcd,0x52,0x2e,0x97,0x53,0xe1,0x47,0x45,0xe4, + 0xb6,0x55,0xab,0x56,0x8d,0x59,0x6b,0x3f,0x9,0x5c,0x63,0x8c,0xb1,0xc6,0x98,0x16, + 0x6b,0x2f,0x73,0x56,0x3f,0x29,0xda,0xaa,0x51,0xa9,0x77,0x18,0x11,0x91,0xaf,0xc, + 0xf,0xf,0x3f,0x3c,0x3b,0x3b,0xfb,0x29,0xe0,0x46,0x11,0xa1,0xa7,0xa7,0x87,0x20, + 0x8,0x98,0x98,0x98,0x18,0x8d,0xe3,0xf8,0x43,0xc0,0x43,0xc6,0x98,0x25,0x9d,0xa, + 0x73,0x3d,0xdd,0xb5,0x6b,0x57,0xda,0x41,0x11,0x91,0xdb,0xa,0x85,0xc2,0xa7,0x4b, + 0xa5,0x92,0x6d,0x11,0xfe,0x94,0x31,0xe6,0xf7,0x57,0xaf,0x5e,0xbd,0xa,0xf8,0x63, + 0x63,0xcc,0x80,0xb5,0x76,0x6e,0xb4,0x45,0xc,0xf8,0x8,0xc2,0xa,0x44,0x33,0xa0, + 0x1e,0xb2,0x1d,0x48,0xb6,0x13,0x9,0xf2,0xb,0xdd,0xdb,0x89,0xc8,0x8e,0xb1,0xb1, + 0xb1,0xff,0x39,0x36,0x36,0xf6,0x49,0x11,0x79,0x8f,0x31,0x86,0xde,0xde,0x5e,0x9c, + 0x73,0x94,0xcb,0xe5,0x1f,0x79,0xef,0xdf,0x2f,0x22,0x23,0xaa,0xca,0xd6,0xad,0x5b, + 0x97,0x4,0x40,0x30,0x37,0x4e,0x4d,0xbf,0xd,0x6c,0xb5,0xd6,0xfe,0x76,0xb1,0x58, + 0xb4,0xd3,0xd3,0xd3,0xc4,0x71,0xc,0x30,0x2d,0x22,0x7f,0xb8,0x6a,0xd5,0xaa,0x8d, + 0xc0,0xa7,0x8c,0x31,0xc5,0x20,0x8,0xe6,0x8d,0xb4,0x56,0xc7,0x60,0x72,0x3f,0xda, + 0x28,0x83,0x8f,0x9b,0x78,0x2d,0x92,0x2d,0x21,0xdd,0xeb,0x30,0xdd,0x6b,0x41,0x6c, + 0x13,0x96,0xa0,0xaa,0x56,0x55,0x6f,0x1a,0x18,0x18,0x28,0xaa,0xea,0xe7,0xc7,0xc7, + 0xc7,0x7b,0x9d,0x73,0x6f,0x2a,0x97,0xcb,0xf4,0xf5,0xf5,0x91,0xcb,0xe5,0xae,0xae, + 0x56,0xab,0x1f,0x1,0x3e,0x47,0x62,0x6c,0x97,0xa4,0xcc,0x9b,0xac,0xaa,0x9a,0x11, + 0x91,0x5b,0xb,0x85,0xc2,0x9a,0x5a,0xad,0x96,0x1a,0x3c,0x5,0xbe,0xb8,0x7a,0xf5, + 0xea,0xc,0xf0,0x5f,0x8d,0x31,0x45,0x6b,0x6d,0x8b,0xf0,0x8a,0x96,0xf,0xa1,0x27, + 0x9f,0x44,0x67,0x4f,0x41,0x5c,0x4f,0x0,0xf8,0x18,0x5c,0x3,0xad,0x4f,0xe0,0x47, + 0x77,0xe2,0x47,0x77,0x25,0x1a,0xd2,0x54,0xba,0xd4,0x5e,0x0,0xef,0x5c,0xbe,0x7c, + 0xf9,0xef,0x14,0xa,0x85,0xff,0x6,0xc,0x87,0x61,0xc8,0xf4,0xf4,0x34,0x9d,0x9d, + 0x9d,0x12,0x4,0xc1,0xc7,0x55,0xf5,0x12,0x80,0x9d,0x3b,0x77,0x2e,0x1d,0x80,0x67, + 0x9e,0x79,0x26,0x5,0xb0,0xc9,0x18,0xf3,0xb3,0xd6,0x5a,0x6a,0xb5,0x5a,0xba,0xa2, + 0x7b,0xb2,0xb7,0xb7,0xf7,0x9,0x11,0xf9,0x63,0x63,0x4c,0xd7,0x7c,0xe1,0x41,0xa7, + 0x8f,0xa2,0xe3,0xbb,0x21,0xaa,0xa0,0x2e,0x84,0xa0,0x80,0xf4,0xac,0x47,0x7a,0xd6, + 0x43,0xa6,0x8,0xaa,0xe0,0x23,0x7c,0xf9,0x20,0xfe,0xcc,0x3e,0x50,0x77,0x4e,0x27, + 0x54,0xf5,0x97,0x37,0x6c,0xd8,0xb0,0x59,0x55,0xbf,0xc,0xb8,0x6a,0xb5,0x8a,0xf7, + 0x9e,0x5c,0x2e,0xb7,0x46,0x55,0x6f,0x6a,0x34,0x1a,0x4b,0xa5,0x0,0xb4,0x9b,0xeb, + 0x9b,0xb3,0xd9,0xec,0x50,0xea,0xe7,0x55,0xb5,0x6e,0x8c,0xf9,0x4a,0x3e,0x9f,0xff, + 0x5d,0xe0,0xe2,0xf9,0xc2,0xb,0x5a,0x1d,0xc3,0xf,0xff,0x90,0xf8,0xd4,0xb3,0x84, + 0x27,0xf6,0xe0,0x22,0xf0,0x2b,0xae,0xc1,0xf7,0x6d,0x45,0xfb,0xb7,0xc2,0xd0,0xb5, + 0x78,0xc9,0xa2,0xb5,0x29,0x88,0x43,0xfc,0xe4,0x81,0x44,0x4b,0x5a,0x6c,0xaf,0x88, + 0x1,0x31,0x1,0x22,0xb7,0xae,0x5e,0xbd,0xe6,0x9,0x55,0xdd,0xe9,0xbd,0x67,0x7a, + 0x7a,0x9a,0x62,0xb1,0x88,0x31,0xe6,0xc3,0x41,0x10,0xc,0xa9,0x2a,0x4f,0x3f,0xfd, + 0xf4,0xd2,0x1,0xf0,0xde,0x77,0x8b,0xc8,0xdb,0xad,0xb5,0xad,0xbe,0x7e,0x77,0xa9, + 0x54,0x12,0xe0,0x2d,0x73,0x6,0xaf,0x69,0xe9,0x7d,0x54,0x23,0xdc,0xfb,0xf,0x84, + 0x87,0x9f,0xc0,0x9d,0x39,0x86,0xf7,0x20,0x6b,0xdf,0xc,0xb9,0xee,0xe6,0xa8,0x2, + 0xd9,0x4e,0x64,0xe0,0x72,0xa2,0x33,0xc7,0x88,0x4e,0xec,0xc6,0x97,0x4f,0xe0,0xc7, + 0xf6,0x80,0x6b,0x24,0x10,0xd4,0xe1,0x6b,0xe3,0xf8,0xf2,0x1,0x7c,0xf9,0xe8,0xba, + 0x9e,0xce,0xfc,0x8d,0x22,0xe6,0x3b,0x80,0x6f,0x34,0x1a,0xa8,0x2a,0x99,0x4c,0x66, + 0xbd,0xaa,0x6e,0x69,0xf6,0xf1,0x82,0x3,0x8,0x92,0xce,0x2a,0xaa,0xba,0xda,0x18, + 0xb3,0xa1,0x6d,0x79,0xfb,0x3d,0x63,0xcc,0x3b,0x8d,0x31,0x9d,0xc6,0x6,0x10,0x4e, + 0xe2,0x47,0x9f,0xc4,0xf7,0x5d,0x8d,0xaf,0x57,0x70,0xa3,0xfb,0x20,0x6e,0x80,0x8, + 0x76,0xd5,0x36,0xa4,0x63,0x30,0xb1,0xfe,0xa9,0x96,0xa8,0x22,0xa5,0x41,0xc8,0x94, + 0x70,0x67,0xf6,0xe3,0x6a,0x65,0x6c,0x75,0x12,0x33,0xb0,0x15,0x53,0xec,0xc3,0x9d, + 0x7e,0xa,0x37,0x75,0x0,0xc2,0x32,0xd1,0xe9,0x3d,0x98,0x8e,0x95,0xbf,0xd4,0xb3, + 0xec,0x6d,0xbf,0x37,0x11,0x2f,0x3b,0xae,0xea,0xd7,0xd6,0x6a,0x35,0x32,0x99,0x4c, + 0xa1,0x56,0xab,0xdd,0x30,0x34,0x34,0x74,0xff,0x89,0x13,0x27,0x2e,0xbc,0x6,0x3c, + 0xf5,0xd4,0x53,0x29,0x80,0x75,0x40,0x4f,0x14,0x45,0xe9,0x71,0xd9,0x5a,0x7b,0xc8, + 0x18,0x73,0xb9,0xb1,0x16,0xf1,0xd,0xdc,0x81,0x1d,0xd4,0x7f,0xf8,0x39,0xe2,0x3, + 0xdf,0x83,0xa8,0x6,0x71,0xd,0x7c,0x84,0x14,0xfb,0x30,0x2b,0xaf,0x62,0xc1,0x95, + 0xb5,0xfa,0xc4,0xf8,0xa9,0x3,0xd7,0xc0,0x95,0x4f,0xe0,0xa6,0x47,0x88,0x47,0x9e, + 0xc4,0x97,0xf,0x61,0xbb,0xd6,0x11,0xac,0xbe,0x1,0xdb,0x39,0x48,0x78,0xf0,0xee, + 0xd,0xc1,0xbd,0x9f,0x78,0xbb,0xc6,0xe1,0x61,0x55,0xa5,0x9,0x0,0x63,0xcc,0x5b, + 0x87,0x87,0x87,0x3b,0x5b,0x83,0xac,0xb,0xae,0x1,0xc0,0x3a,0x11,0xc9,0x7a,0xef, + 0xd3,0xe3,0xd1,0x20,0x8,0xf2,0xd6,0x6,0x2b,0xad,0x86,0xf8,0xc3,0xf,0x10,0x3e, + 0x7b,0x17,0x7e,0x76,0x12,0x8e,0x3f,0x80,0x5d,0xff,0x1e,0xec,0x96,0x9b,0xa0,0x31, + 0x85,0xc,0x6c,0x49,0x46,0xbf,0xdd,0x5b,0x89,0xc1,0x97,0x8f,0xa0,0x33,0x27,0x0, + 0x7,0xea,0x10,0x13,0xe0,0xc6,0xf7,0xe3,0xc7,0xf7,0x91,0xd9,0xf0,0x26,0x82,0xa1, + 0x6b,0xc1,0x66,0xc8,0xaa,0x27,0x1c,0x7e,0xcc,0x4a,0xed,0xf8,0x87,0xed,0xf8,0xf3, + 0xcf,0xc6,0xcb,0xb7,0xa4,0x2e,0x18,0x11,0x19,0x52,0xd5,0x6e,0x92,0x40,0xeb,0xc2, + 0x2,0x68,0xa,0x6b,0x44,0xe4,0xf5,0x61,0x18,0xce,0xc5,0xf2,0xc0,0x19,0x6b,0x64, + 0xb3,0x94,0xf,0x97,0xe4,0xf4,0x1,0xa2,0x43,0xf,0xa2,0x61,0xd,0x44,0xd0,0xc6, + 0x38,0x2a,0x20,0x6b,0x6f,0x40,0xd0,0xa6,0xca,0x9f,0x2b,0xbc,0x56,0xc7,0x89,0xf7, + 0x7e,0x17,0xad,0x4f,0x26,0x6d,0xd4,0x63,0xfa,0x37,0x21,0xa5,0x7e,0xa8,0xf4,0x62, + 0x96,0x6d,0x6,0x9b,0x49,0x9a,0xe7,0x97,0x21,0xd9,0x22,0xb6,0x40,0x8f,0x9d,0x3c, + 0x78,0x2c,0x5a,0xbe,0xa5,0xe1,0xbd,0xcf,0x39,0xe7,0x10,0x91,0x8e,0x26,0x80,0xe3, + 0x4b,0x5,0x20,0x50,0xd5,0x95,0xf3,0xfa,0x2f,0x66,0x8c,0xd1,0xdd,0x43,0x3a,0xf6, + 0x23,0x71,0x59,0x7,0xfd,0x97,0x23,0x85,0x3e,0x38,0x7a,0x3c,0xf1,0xf5,0xae,0xd1, + 0x14,0x5a,0x13,0x8b,0xd7,0xba,0xfc,0x15,0x83,0x56,0x4e,0x11,0x3f,0xf3,0xd,0xdc, + 0x58,0x33,0xb2,0x54,0x8f,0x14,0xfa,0xc9,0x5c,0xfa,0x7e,0x6c,0xdf,0x26,0x32,0x6b, + 0xaf,0x3,0x11,0xdc,0xf4,0x8,0x42,0x84,0x3b,0xf9,0x18,0x68,0x4c,0xd0,0x3b,0x38, + 0x2a,0xdd,0xfd,0x8f,0xab,0xf7,0x37,0xab,0xfa,0x5c,0xd3,0x20,0xe7,0x54,0xb5,0x78, + 0xa1,0x85,0x87,0xb3,0x2b,0x41,0x3,0x74,0xb7,0x9e,0x50,0xb4,0xa1,0xb9,0xee,0x4c, + 0xdc,0xb5,0x1,0xbf,0xfa,0xf5,0xc8,0xe0,0x16,0x74,0xe7,0x57,0x13,0x81,0x7d,0x94, + 0xcc,0xed,0x5,0x8b,0xe2,0x4f,0xfd,0x84,0x78,0xf7,0x1d,0xf8,0xc9,0x83,0x24,0x76, + 0xc1,0x23,0x85,0x3e,0xb2,0x6f,0xf8,0x35,0x4c,0xdf,0x66,0x10,0x41,0x32,0x5,0xc2, + 0xbd,0x3b,0x88,0x8e,0x3e,0x4c,0x66,0x70,0xd,0x62,0xea,0x48,0xa6,0x83,0xe2,0x1b, + 0x3f,0x34,0x6d,0xb3,0xd7,0x8f,0xea,0xf4,0x4c,0x8c,0x2a,0x4d,0xad,0x14,0x55,0x35, + 0xf3,0x63,0x8c,0xb,0xab,0x1,0x1e,0x98,0x9e,0x2f,0x87,0xe6,0xe9,0x5e,0x3b,0x13, + 0xf7,0xad,0x47,0xfb,0xfa,0x11,0x63,0x9b,0xbe,0xd,0xf0,0x21,0x68,0xdc,0xf6,0x57, + 0x82,0xba,0x10,0xb7,0xff,0xfb,0xb8,0xe7,0x77,0x40,0x7d,0xa,0xc4,0x0,0x1e,0xd3, + 0xb3,0x8e,0xcc,0x95,0x1f,0x27,0x58,0xf1,0x86,0x26,0x90,0xa4,0x9a,0x9e,0x35,0x98, + 0x89,0xd5,0x48,0x61,0x39,0x22,0x15,0x70,0x35,0xaa,0x3f,0xfe,0xd2,0x2a,0x2f,0xbb, + 0xae,0x61,0xcb,0x2d,0x81,0xc2,0x5c,0xde,0x41,0x55,0xfd,0x92,0x18,0xc1,0xe6,0x9f, + 0xc6,0x24,0x99,0xdb,0xd6,0xd2,0x7,0x1c,0x71,0x5e,0xf1,0xce,0xcd,0xf,0x71,0x25, + 0x60,0xde,0x1a,0x4a,0xc,0x1a,0x4e,0xe1,0x76,0x7f,0x3,0x77,0xe8,0xde,0x79,0x4b, + 0x5e,0xbb,0x62,0x3b,0xd9,0xab,0xfe,0x13,0xa6,0x67,0x3,0xe9,0x94,0xd1,0xb8,0xe, + 0x8,0xc1,0xd0,0x36,0x82,0x15,0x57,0x20,0xc6,0x40,0x63,0x92,0xf0,0xf8,0xbf,0x12, + 0x1f,0x7a,0x6a,0xb9,0xca,0x89,0xdf,0x57,0xef,0xa,0x88,0xd0,0x34,0xca,0x75,0xa0, + 0xb2,0x94,0x0,0x3c,0xb0,0xaf,0xed,0xdc,0x80,0x73,0xee,0x0,0x50,0x8b,0xe3,0xb8, + 0x10,0x64,0x32,0x67,0xcf,0x98,0xc,0x24,0x89,0xdf,0xe6,0x7c,0x1f,0xc1,0x3d,0xfd, + 0x25,0xdc,0xf1,0x7f,0x1,0x34,0x31,0x8c,0x36,0x4b,0x70,0xf1,0xfb,0xc8,0x6c,0xf9, + 0x55,0x4c,0xb1,0xff,0xec,0xfa,0x20,0x6e,0x10,0xed,0xf9,0x7b,0x34,0xaa,0x91,0xbb, + 0xfc,0x83,0x98,0x42,0x4f,0x72,0x4d,0x61,0x10,0xd3,0xb5,0xe,0x57,0x55,0xe2,0x55, + 0xeb,0xbb,0x54,0xc,0xa8,0x4f,0x1,0x54,0x54,0x75,0xfa,0x85,0xc5,0x79,0xe9,0xc5, + 0xc0,0xdc,0x42,0xe8,0x90,0xaa,0x86,0x2d,0x59,0xdd,0xc1,0x46,0xa3,0x31,0xa3,0xaa, + 0xe3,0x69,0x5c,0x90,0x14,0x5,0x9b,0x4b,0x20,0x0,0x3a,0xf1,0x1c,0xd1,0xe3,0x7f, + 0x42,0x7c,0xec,0x7e,0xd4,0xd7,0x50,0x5f,0x83,0x4c,0x86,0xcc,0x15,0x1f,0x23,0xf3, + 0x86,0x8f,0x27,0x86,0xb3,0xd5,0x5e,0x18,0x83,0xc6,0x21,0x6e,0x74,0x2f,0xee,0xf4, + 0xae,0xe6,0x6c,0x30,0xa8,0x6b,0xe0,0x67,0xc7,0x88,0xab,0x86,0xa8,0xfb,0x75,0x78, + 0x4d,0xfa,0xe5,0x9c,0xc3,0x39,0x77,0x2,0x98,0x5a,0xa,0xd,0x30,0xd7,0x5c,0x73, + 0x4d,0x2a,0xf0,0x61,0xef,0x7d,0xd9,0xfb,0x84,0xba,0xf7,0xbe,0xbb,0xd1,0x68,0xac, + 0x17,0x91,0xe7,0xc3,0x30,0x24,0x8a,0xa2,0xa4,0xb3,0x4a,0x12,0xe3,0xdb,0x2,0x3a, + 0xbe,0x93,0xf0,0xb1,0x3f,0xc2,0x9f,0x7a,0x2,0x7c,0x1d,0x7c,0xd,0xc9,0x16,0xc8, + 0x6c,0xff,0x2f,0x4,0x9b,0x3f,0x88,0xd8,0x7c,0xf3,0x2,0x49,0x42,0x61,0xb1,0x10, + 0x14,0xc8,0x6c,0x7c,0x1b,0x92,0xeb,0x22,0x7c,0xfe,0x1e,0xe2,0xd3,0x7b,0xd0,0xda, + 0x4,0xe1,0xfe,0x7f,0x20,0x3e,0xfe,0x14,0xa1,0x1d,0xa8,0xc5,0xdd,0x6b,0xbc,0x7a, + 0x87,0xf7,0x3e,0x8d,0x49,0x1e,0x8c,0xa2,0x68,0x69,0xa6,0x40,0xaa,0x1,0xc0,0x71, + 0x55,0x3d,0x4,0xc,0xa6,0x27,0x9d,0x73,0x3f,0xaf,0xaa,0x3b,0x54,0xf5,0xcd,0xb3, + 0x95,0x4a,0xb6,0x2b,0x4e,0x62,0x4,0x19,0xd8,0xe,0x62,0x89,0xf7,0x7c,0x5,0x9d, + 0x78,0x6,0x4c,0x90,0x18,0x48,0x9b,0x23,0xb3,0xf5,0xb7,0xb0,0x6b,0xde,0xe,0x3e, + 0x44,0xbd,0x26,0x6,0xd3,0xd5,0xd1,0x46,0x19,0xad,0x9e,0x44,0x32,0x25,0x82,0x81, + 0xab,0xc8,0x5e,0xf2,0x6e,0x1a,0xbb,0xbf,0x4d,0xfd,0x47,0xff,0xb,0xac,0xc1,0xcf, + 0x1c,0x21,0x9c,0x9e,0x39,0x3c,0xfd,0xfa,0xf,0x1d,0x89,0x8b,0x7d,0x6f,0xc1,0xcf, + 0x2d,0xc7,0x6b,0xaa,0xfa,0xd8,0x22,0x69,0xb6,0xb,0x7,0xc0,0x39,0x37,0x65,0x8c, + 0xb9,0xf,0xf8,0x99,0x96,0xf3,0x5b,0xa6,0xa6,0xa6,0xbe,0xb9,0x6c,0xd9,0xb2,0x5d, + 0xf5,0x46,0xb8,0x2d,0x63,0x7b,0x29,0x2c,0xdf,0x86,0xd9,0x70,0x53,0x32,0xb2,0xf5, + 0xd3,0xa0,0x55,0xd0,0x20,0x39,0xd6,0x98,0xf8,0xc0,0xdf,0xe2,0x8e,0xee,0x48,0xae, + 0x56,0xf,0x71,0x15,0xe2,0xa,0x1a,0x4e,0xa3,0x51,0x5,0x53,0x18,0xa4,0xf8,0x8e, + 0xef,0x10,0xac,0xb9,0x1a,0xc9,0x77,0x12,0xed,0xbf,0x7,0x3f,0x7b,0x1c,0x33,0x74, + 0x5d,0xb5,0xd6,0xd7,0xf1,0xc5,0xd9,0xe2,0x1b,0x3f,0x82,0xfa,0x56,0x69,0xf,0x3, + 0xcf,0x2e,0x89,0xf4,0xb4,0x64,0x84,0x9a,0x59,0x9a,0x6f,0x1,0x1f,0x5,0x56,0x35, + 0x7f,0xce,0x87,0x61,0x78,0x4b,0x1c,0xc7,0xdf,0xb6,0xd6,0x6e,0x9e,0x5d,0xfe,0xd6, + 0x8e,0xcc,0x45,0xef,0x20,0xe8,0x5e,0x1,0x62,0x30,0x17,0x7d,0x0,0x3f,0xf6,0x23, + 0x34,0x2c,0x83,0x31,0xe0,0x67,0x71,0xa7,0x1f,0x9b,0xb,0x9,0xe6,0xbc,0xf6,0xdc, + 0x8e,0x62,0x86,0xae,0x47,0xa,0x3,0x0,0xd8,0xc1,0x4b,0x9,0xfa,0x36,0x12,0x87, + 0x55,0x2a,0xb5,0xe8,0xee,0x93,0x7,0x8e,0xae,0xd2,0x38,0xbc,0xac,0x6d,0x51,0x79, + 0xc7,0xcc,0xcc,0xcc,0x48,0x57,0x57,0x17,0xd7,0x5e,0x7b,0xed,0x5,0x7,0x60,0x0, + 0xae,0xbf,0xfe,0xfa,0xd4,0xe,0xec,0x57,0xd5,0x7b,0xda,0x1e,0x71,0x6d,0x3b,0x73, + 0xe6,0xcc,0x90,0x88,0xec,0xf0,0x26,0xc7,0x54,0x23,0x79,0xaa,0x3,0x8a,0x5d,0xff, + 0x3e,0x32,0xd7,0x7c,0xf6,0xec,0x92,0x56,0xe3,0x24,0xe8,0x69,0xad,0x38,0x30,0x1, + 0x52,0x1c,0x24,0xb3,0xe9,0x57,0xc9,0x5f,0xfb,0xdf,0x91,0x6c,0x77,0x53,0x63,0x3c, + 0xb1,0x5a,0x66,0x1a,0xec,0x3b,0x3e,0x72,0xfa,0xbe,0x28,0xac,0x7f,0x58,0x55,0x83, + 0x96,0x7b,0x1f,0x53,0xd5,0xbf,0xef,0xe8,0xe8,0x58,0x2a,0x5,0x38,0x3b,0x36,0x8f, + 0x3e,0xfa,0x68,0x1a,0x6f,0x6f,0x5,0xee,0x2,0xd6,0xb6,0xb4,0x9b,0xce,0x66,0xb3, + 0x9f,0xed,0xeb,0xeb,0x7b,0x9b,0xaa,0xbe,0xc3,0x18,0x43,0x47,0x47,0x7,0xa5,0x52, + 0x9,0x63,0x2c,0x5a,0x3d,0x9,0x33,0x7,0xf1,0x33,0x87,0xd0,0xf2,0x3e,0xb4,0x3a, + 0x92,0xac,0xfb,0xf3,0x7d,0x98,0x9e,0xcd,0x98,0xee,0x8b,0x30,0x5d,0x1b,0xb1,0x9d, + 0xaf,0x4b,0x32,0x46,0xcd,0x21,0xe,0xc3,0x90,0x4a,0xa5,0x72,0xa2,0x5c,0x2e,0x7f, + 0xfe,0xe4,0xc9,0x93,0x37,0x8b,0xc8,0x75,0x73,0xba,0xa2,0xa8,0x8,0xb7,0xdd,0xf0, + 0xc6,0x7b,0x3e,0xbf,0xeb,0xa9,0xff,0xc0,0xe5,0x6f,0xba,0x71,0x69,0x1,0x3c,0xf2, + 0xc8,0x23,0x78,0xef,0xb1,0xd6,0xe2,0x9c,0xfb,0xa4,0xaa,0x7e,0x96,0x96,0x29,0x2, + 0x9c,0x2c,0x14,0xa,0x5f,0xe8,0xeb,0xeb,0xbb,0xd1,0x7b,0xff,0x4e,0x11,0x91,0x5c, + 0x2e,0x47,0x47,0x47,0x7,0xd9,0x5c,0x1e,0x63,0x3,0x4,0x1,0x8d,0x90,0x66,0xda, + 0x4b,0x8c,0x5,0x93,0x45,0x8c,0x41,0xb4,0x19,0x37,0x90,0xb8,0xb6,0x6a,0xb5,0x4a, + 0xbd,0x5e,0x3f,0x5a,0xa9,0x54,0xfe,0x62,0x64,0x64,0xe4,0xe7,0x81,0x9f,0x9b,0xeb, + 0x94,0x40,0xc5,0x14,0xfd,0xa3,0xb3,0x3d,0x7f,0xb9,0x7b,0x26,0x77,0xfb,0x40,0xd6, + 0xcd,0x1a,0x81,0xaf,0xbf,0x77,0xe3,0xd2,0x1,0x0,0x78,0xf8,0xe1,0x87,0x53,0x8f, + 0xd0,0xa5,0xaa,0xdf,0x0,0xde,0xd7,0xd6,0xfe,0x54,0x36,0x9b,0xfd,0xdf,0x83,0x83, + 0x83,0x6b,0x44,0xe4,0x83,0xaa,0xda,0x99,0x3e,0xf4,0x2c,0x14,0xa,0xe4,0x72,0x39, + 0x92,0xb4,0x99,0x49,0x3c,0x5f,0x6b,0xee,0xb0,0xe9,0xd3,0x9b,0xc9,0x56,0xef,0x9c, + 0x7b,0xbc,0x5c,0x2e,0xdf,0x39,0x3e,0x3e,0xfe,0x4b,0xc0,0x5b,0x5b,0x3b,0x54,0xf5, + 0x86,0x53,0x3d,0x1b,0x38,0xe5,0xa,0xf1,0xa1,0x53,0xd3,0x7f,0xd6,0x88,0xfd,0x9f, + 0x64,0x2,0x13,0xa,0x17,0x1e,0xc2,0x39,0xd1,0xc5,0x43,0xf,0x3d,0x94,0xce,0xbf, + 0x8b,0x80,0x3b,0x81,0xed,0x6d,0x4d,0x2a,0x22,0x72,0x57,0x7f,0x7f,0xff,0x8f,0x8b, + 0xc5,0xe2,0xfb,0x54,0x75,0x1b,0x50,0x14,0x11,0xac,0xb5,0x73,0x35,0x7d,0x50,0x92, + 0xce,0xe7,0xe6,0x8a,0xce,0x79,0xef,0x8f,0x3a,0xe7,0xbe,0x35,0x32,0x32,0xd2,0xa8, + 0xd7,0xeb,0xbf,0x22,0x22,0x17,0xb7,0xfe,0x79,0xa4,0xc2,0xf,0xa7,0x8b,0xc,0xd3, + 0xcd,0xf6,0x4d,0x2b,0x38,0x55,0xae,0xd7,0x86,0xc7,0x67,0xff,0xe0,0xcc,0x4c,0xfc, + 0x7f,0x7,0xba,0x32,0xca,0x5,0x86,0x70,0xe,0x80,0x7,0x1f,0x7c,0x10,0xef,0x7d, + 0xda,0xf9,0xed,0xc0,0xd7,0x54,0xf5,0xf2,0x5,0xae,0x7d,0x2e,0x93,0xc9,0xdc,0xdf, + 0xdb,0xdb,0x7b,0xa0,0x58,0x2c,0xbe,0x49,0x44,0xae,0x20,0x79,0x3b,0xa4,0x28,0x22, + 0x1,0x80,0x88,0x78,0xa0,0x21,0x22,0x65,0xe0,0x48,0x1c,0xc7,0xf7,0x8f,0x8d,0x8d, + 0x85,0x95,0x4a,0xe5,0x67,0x81,0x6b,0x80,0xb9,0x10,0x57,0x4,0x22,0x2f,0x3c,0x3e, + 0x95,0x63,0x6f,0xbd,0x80,0x98,0x80,0xde,0xae,0x22,0x57,0x6e,0x5c,0xce,0xc1,0x53, + 0x33,0x63,0xa3,0x53,0xf5,0xdf,0xb0,0x86,0xbb,0xd3,0x2e,0x5f,0x28,0x8,0xb,0xc6, + 0x97,0xf,0x3c,0xf0,0x40,0x2b,0x84,0x2b,0x55,0xf5,0x4b,0xc0,0x42,0x3e,0xc8,0xab, + 0xea,0x11,0x63,0xcc,0xfe,0x5c,0x2e,0xb7,0xab,0x54,0x2a,0xd,0xe7,0x72,0x39,0x6b, + 0xad,0xcd,0x88,0x88,0x78,0xef,0xe3,0x28,0x8a,0xc2,0x6a,0xb5,0x5a,0xaa,0x56,0xab, + 0x5b,0x9d,0x73,0x9b,0x81,0xcd,0xc0,0x3c,0xb3,0x2e,0x2,0xb5,0x18,0xfe,0x65,0x32, + 0xe0,0xd9,0x6a,0xe,0xb1,0x1,0x41,0x10,0x60,0xad,0x65,0xa8,0xaf,0x8b,0x4b,0xd6, + 0xf4,0xb1,0x77,0xb8,0xfc,0x7c,0x79,0x36,0xbc,0xd9,0x1a,0xf9,0xb7,0xf4,0x65,0x8c, + 0xb,0x1,0x61,0xd1,0x0,0xfb,0xfe,0xfb,0xef,0x9f,0x7b,0x5a,0xe4,0xbd,0x5f,0x7, + 0xfc,0x29,0xf0,0x1,0x9a,0xcf,0xf9,0x17,0x28,0xb1,0xaa,0x4e,0x71,0xf6,0xfd,0x0, + 0xf,0x64,0x9b,0xc2,0x76,0x8b,0xc8,0x39,0x9,0x8d,0x34,0x8f,0x34,0x5a,0x57,0xfe, + 0x79,0x5c,0x38,0xd6,0x8,0x30,0x36,0x20,0x98,0x3,0x90,0xec,0x6f,0x1c,0xea,0x65, + 0x65,0x5f,0x27,0x7b,0x8f,0x4d,0xfe,0x70,0xb6,0x11,0xdf,0x62,0x8d,0x1c,0x49,0xed, + 0xcb,0x2b,0x85,0x70,0xde,0xc,0xc3,0x7d,0xf7,0xdd,0x97,0x2,0x40,0x55,0x4b,0xc0, + 0xfb,0x81,0x3f,0x52,0xd5,0x4b,0x5f,0xe8,0xda,0x17,0x53,0x6a,0x4e,0xd9,0x39,0xe9, + 0xf8,0xf1,0x4,0x4c,0x7b,0x3b,0x27,0xf8,0x3c,0x0,0x41,0x40,0x26,0x8,0xb8,0x6c, + 0xdd,0x20,0xb9,0x6c,0x86,0xe7,0x4e,0x4c,0x7d,0xb7,0x11,0xf9,0xdf,0xb6,0x46,0x26, + 0xe5,0x2,0x78,0x86,0x17,0x14,0xe2,0xde,0x7b,0xef,0x9d,0x8b,0x4,0x9b,0x30,0xd6, + 0xaa,0xea,0x4d,0x24,0x2b,0xc6,0x8b,0x58,0x5c,0x23,0x16,0x2b,0x2a,0x70,0x6a,0x78, + 0x36,0x1e,0xfe,0xa7,0xe1,0xfa,0x95,0x27,0xeb,0x64,0x30,0x89,0x90,0x76,0x11,0x0, + 0xd6,0x6,0xe4,0x73,0x59,0xb6,0x5f,0xbc,0x92,0xe9,0x5a,0xec,0x8f,0x8c,0xce,0xfc, + 0x79,0xec,0xb9,0x3d,0x30,0xd2,0x80,0x57,0x6,0xe1,0x45,0x8f,0xe2,0xf,0x7e,0xf0, + 0x83,0xb9,0x7d,0x63,0xc,0x71,0x1c,0xf,0x1,0xdb,0x80,0xf7,0x0,0xd7,0x35,0xdf, + 0x1a,0xeb,0x0,0x32,0x9c,0xcd,0x96,0x28,0x49,0xb2,0xa5,0xe,0x4c,0x8a,0xc8,0x73, + 0xc0,0xf7,0x32,0x46,0x1e,0xf9,0xcb,0x5d,0xe5,0x99,0x23,0x15,0xf7,0xcd,0x4c,0x10, + 0xdc,0x10,0xd8,0x0,0xdb,0x22,0x78,0xfb,0xb1,0xb5,0x49,0xed,0x2a,0xe5,0xd9,0xbe, + 0x69,0x25,0xc3,0xe3,0xd5,0xfa,0xc9,0x89,0xea,0xad,0xb1,0xca,0xff,0xc9,0x5a,0x5e, + 0x91,0x67,0x78,0xc9,0x6a,0x7c,0xf7,0xdd,0x77,0x27,0x92,0x35,0xb5,0xc2,0x7b,0x1f, + 0x88,0x48,0x1f,0xb0,0xa2,0x9,0xa1,0x97,0xc4,0xba,0x7,0x4d,0xc1,0xa7,0x80,0x31, + 0x11,0x39,0x9,0x8c,0x1a,0x63,0x66,0x55,0x95,0xaf,0xec,0x9b,0xe1,0xe0,0x54,0xb8, + 0x4d,0xc4,0xdc,0x19,0x58,0x7b,0xb1,0x5d,0x60,0xe4,0x17,0xd2,0x84,0xfe,0xee,0xe, + 0xae,0xd8,0x30,0xc8,0xf3,0x23,0x53,0xe3,0x67,0x66,0x1a,0xbf,0x29,0xf0,0x8f,0x69, + 0xa4,0xf8,0x72,0x20,0xbc,0xec,0x79,0x7c,0xd7,0x5d,0x77,0x2d,0xf8,0xfb,0x42,0x31, + 0x7b,0x7b,0x32,0xf3,0xe9,0x33,0xd,0xee,0x3c,0x50,0xc1,0xda,0x0,0xef,0xdd,0xbb, + 0x8d,0x31,0x5f,0xb7,0x36,0x18,0x58,0x8,0xc0,0x42,0x9a,0xb0,0x76,0xb0,0x9b,0x8d, + 0x43,0xbd,0xec,0x39,0x36,0x79,0x60,0xa6,0x16,0xdd,0x6c,0x8c,0xfc,0xd8,0xbe,0x4c, + 0xcf,0x70,0xe1,0xd3,0xac,0x2f,0xb2,0x6c,0xb9,0xfd,0x1b,0x0,0x54,0x6b,0x15,0x4a, + 0xc5,0xce,0xdf,0x35,0xc6,0x7c,0x21,0xb0,0x41,0x71,0x3e,0x80,0xc,0x8b,0x69,0xc6, + 0xa6,0x35,0x7d,0xf4,0x77,0x97,0xd8,0x7b,0x6c,0xf2,0x89,0x7a,0xe4,0x6f,0x36,0xc2, + 0xe1,0x14,0xf6,0x4b,0x81,0xb0,0x34,0x59,0x86,0x17,0x51,0xf6,0x7c,0xe6,0xd7,0x1, + 0x28,0x16,0x3a,0xf0,0xde,0x7f,0xd5,0x7b,0xff,0x65,0xe7,0x9c,0x8f,0x93,0x14,0x18, + 0xce,0x39,0x62,0x17,0xe3,0x9a,0xb5,0x7d,0xff,0xc0,0x89,0x9,0xea,0x8d,0x90,0xf5, + 0xcb,0x3b,0x7f,0x26,0x30,0xf2,0x5,0xaf,0xf4,0xbe,0x9c,0xf1,0x7c,0xd5,0x0,0xb4, + 0x42,0x10,0x91,0x50,0x55,0xff,0xd4,0x79,0xf7,0x5d,0xd7,0x2,0xe0,0x7c,0x35,0x8c, + 0x62,0x76,0x1f,0x19,0xa3,0x98,0xb3,0xac,0xea,0x2b,0xbe,0xdf,0x8,0xb7,0x6b,0xf2, + 0x5e,0x22,0xbf,0xf9,0xfd,0x83,0xff,0x3e,0x0,0xa4,0x10,0x9a,0x6f,0x8b,0x4c,0xa9, + 0xea,0x1f,0x7a,0xef,0x1e,0x5b,0x68,0xc4,0x5d,0x5b,0xf5,0x3e,0xa6,0xd6,0x8,0xd9, + 0x79,0xe8,0x34,0x2b,0x97,0x15,0x64,0xa0,0x2b,0xff,0x3b,0xaa,0xfe,0x63,0xc6,0x4, + 0xe6,0xa5,0x40,0x78,0xd5,0x1,0x40,0x62,0x38,0x1b,0x51,0x1d,0x11,0x39,0xe6,0xbd, + 0xff,0x84,0xf3,0xee,0xb9,0xb3,0xd3,0x60,0xfe,0xc8,0xb7,0x1f,0x97,0x2b,0x75,0xf6, + 0x1c,0x1d,0x63,0xc3,0x8a,0xce,0x5c,0x4f,0x31,0xfb,0xe9,0x28,0xe,0x7f,0x21,0x6e, + 0x3e,0xde,0x7f,0x31,0x10,0x5e,0x13,0x0,0xf6,0x7c,0xe6,0xd7,0xc9,0x6,0x39,0xbc, + 0xf7,0x18,0x63,0x7e,0xe2,0xbd,0xfe,0x67,0xe7,0xe2,0xd1,0xf6,0x51,0x5f,0x4c,0x13, + 0x4e,0x4f,0x56,0x38,0x74,0x72,0x92,0x4d,0xab,0xba,0x7b,0x8b,0x59,0xfb,0x17,0x22, + 0xe6,0x6a,0xaf,0x1e,0x63,0xcc,0xb,0x42,0x78,0x4d,0x0,0x48,0x21,0xa4,0xcb,0xee, + 0xbd,0x47,0x9e,0xbe,0x5b,0xbd,0xde,0xee,0x9c,0x9b,0x5d,0xcc,0x6,0xb4,0x6b,0xc2, + 0x91,0xd3,0x65,0xc6,0xa7,0x66,0x79,0xdd,0x60,0xe7,0x6,0x2b,0xfc,0x95,0x20,0x1b, + 0x9c,0x73,0x2f,0xf8,0x56,0x89,0x7d,0xb5,0x5,0x6f,0x2d,0x63,0x8f,0xec,0x60,0xf0, + 0x2d,0xbf,0xc8,0x40,0xcf,0xa,0xbc,0xf7,0x3b,0x5,0xe9,0x0,0xbd,0x56,0xc0,0xa4, + 0x4b,0x9,0x11,0x92,0xcc,0x93,0x8,0x32,0xf7,0x52,0xa6,0x20,0x40,0xb9,0x1a,0xd2, + 0x55,0xcc,0x51,0xa9,0xc7,0xab,0xbd,0xd7,0x3e,0x63,0xec,0xbd,0x20,0xd1,0xd3,0xdf, + 0xfa,0xab,0x45,0xef,0xf9,0x9a,0xd1,0x80,0xb4,0xa4,0x9e,0xc1,0x18,0x13,0x79,0xf5, + 0x9f,0xf3,0xde,0x7f,0xa7,0x7d,0xc4,0x17,0x34,0x90,0xde,0xd1,0x8,0x23,0xf6,0x9f, + 0x38,0x43,0xbd,0x11,0xe2,0xbd,0x7f,0xb7,0xf7,0x6e,0x8b,0x5f,0xe0,0xad,0xb4,0xd7, + 0x34,0x80,0x56,0x8,0x22,0x32,0xed,0xbd,0xff,0xa4,0xf3,0xee,0x91,0xc5,0x54,0x7f, + 0x21,0xf7,0x18,0xc7,0x31,0xce,0xbb,0x2e,0xe7,0xdc,0x46,0xef,0xce,0x3f,0x5,0x5e, + 0x93,0x0,0x20,0xf1,0xc,0xe5,0x72,0x19,0x23,0x66,0x58,0x55,0x3f,0xe1,0x9c,0x7b, + 0xf6,0x7c,0x46,0x71,0x1,0x3,0x29,0xce,0xbb,0x8c,0x73,0xf1,0x79,0xef,0xb3,0xe0, + 0xd2,0xe9,0x8e,0x3b,0xee,0x78,0xb5,0xe5,0x7,0x20,0x63,0xe0,0x6f,0x8e,0xc6,0x1c, + 0xad,0x19,0x62,0xef,0x7f,0xce,0x88,0xf9,0x7f,0x36,0x8,0x56,0xbc,0x98,0xe8,0x31, + 0x8,0x82,0xaa,0x31,0xe6,0xdd,0x28,0xf,0xbd,0x47,0x77,0x73,0xcb,0x2d,0xb7,0x2c, + 0xc,0x60,0x89,0x85,0x7d,0xa5,0xb1,0x86,0x3a,0x85,0x5f,0xfb,0x1f,0xd3,0xe8,0xad, + 0xcf,0x71,0xd9,0xa1,0x2b,0x3f,0x6a,0x8c,0xf9,0x62,0x60,0x83,0x8e,0xc5,0x62,0x84, + 0x96,0xdf,0x1f,0x37,0xc6,0xbe,0x37,0x4b,0x3c,0xf6,0x2e,0xd9,0xbf,0x78,0x7,0x17, + 0x0,0x20,0x2d,0xdb,0x17,0xaa,0xe6,0x45,0xb6,0x7b,0xb9,0x25,0x9d,0xc0,0x9a,0x35, + 0xf8,0xc3,0xb3,0x3e,0xf8,0xf6,0x71,0x7f,0x5b,0xa8,0xf6,0xf7,0x6c,0x10,0x4,0xe7, + 0x1,0x70,0x2c,0x1f,0x98,0x8f,0x7e,0xb7,0xf7,0x9e,0x7,0xbe,0x55,0xd9,0x24,0x1e, + 0x69,0x79,0xb6,0x3f,0xbf,0x4,0xcd,0xe,0x6,0x24,0xf9,0xbb,0x1c,0x49,0x42,0x23, + 0xdb,0x56,0x33,0x2d,0xdb,0x4c,0xb3,0x7d,0xba,0xd,0x48,0xdc,0x69,0xba,0x4d,0x6b, + 0xa,0xc8,0xf2,0xd2,0x6d,0x4d,0xfa,0x14,0xc5,0x35,0x21,0xf8,0xd0,0xe3,0xd6,0x14, + 0x4d,0xfc,0x91,0x75,0xb2,0x6f,0xc7,0x88,0xdf,0x79,0x3a,0x8c,0xaf,0x3a,0x67,0xb8, + 0x10,0xf2,0x46,0x8f,0x6d,0xcc,0xce,0x7e,0xe1,0xea,0x6c,0x79,0xf4,0xce,0xca,0xe6, + 0xcd,0x9a,0x7c,0x91,0x96,0xd6,0x88,0xe4,0x5b,0xc6,0x88,0x24,0x51,0xa3,0x1,0x49, + 0x16,0x67,0x8,0x58,0x7,0x2c,0x7,0x96,0x91,0x7c,0xe4,0xd4,0x41,0x92,0xd8,0x28, + 0x34,0xc1,0xe4,0x16,0x80,0xd0,0x2e,0xb4,0x69,0xa9,0xd2,0xb6,0xff,0x52,0x8b,0xa6, + 0xc2,0xa7,0xfb,0x5e,0xf1,0xcb,0x32,0xe2,0x3e,0xb0,0xda,0x9a,0x7f,0x9d,0xd4,0xc9, + 0x7d,0x15,0xd7,0x5d,0xf7,0x62,0x44,0x84,0xbc,0xe2,0xd7,0x64,0xe2,0xf2,0x1b,0x4a, + 0x8d,0x3,0x3,0x41,0xbc,0x4d,0x61,0xab,0x26,0xc9,0xd9,0x2a,0x67,0x3f,0xe6,0x9a, + 0x20,0x79,0x15,0xe8,0x28,0xc9,0xb7,0x4e,0xf5,0x80,0xe4,0xab,0xae,0x75,0xc0,0xd5, + 0xc0,0x6,0x92,0xdc,0x7e,0x77,0xf3,0xf7,0x7c,0x8b,0xe0,0xb,0x9,0xbb,0xd0,0x34, + 0x68,0x1f,0x97,0xc5,0x84,0x9f,0xff,0x59,0xc9,0xc2,0x0,0xce,0xd9,0x2a,0x68,0xc9, + 0xe2,0xdf,0xdc,0x2f,0x7a,0x45,0x37,0xf5,0x8a,0x73,0x28,0x5e,0x8b,0x96,0xb8,0x3b, + 0xf0,0x71,0x20,0x6c,0xd6,0x24,0x57,0x19,0x36,0x47,0xbb,0xde,0x4,0x30,0x5,0x8c, + 0x2,0x7,0x9b,0xff,0x35,0x91,0x2,0x98,0x6d,0x12,0xb1,0x4d,0x2a,0xcb,0x80,0xae, + 0x26,0x80,0x54,0x3,0xf2,0x9c,0x3b,0x25,0xda,0x81,0x9c,0x4f,0x3,0xda,0x5,0x6f, + 0xd7,0x8a,0x74,0x94,0xdb,0x41,0xcc,0xd3,0x80,0xb4,0x2a,0x38,0x1,0xd7,0x93,0x21, + 0x5e,0x96,0xd5,0x18,0x34,0x56,0x25,0x56,0x8,0xf5,0xac,0x9a,0xd7,0x99,0xaf,0x1, + 0x53,0xc0,0x24,0x70,0x92,0xe4,0x85,0xcb,0x3a,0x4d,0x21,0x66,0x81,0x43,0x4d,0xe1, + 0xd3,0xd1,0x4e,0xb7,0xed,0x42,0xb7,0xd7,0xc5,0x6c,0x40,0x2a,0x78,0xab,0xa6,0xb4, + 0x2,0x68,0xfd,0x3d,0x15,0xce,0xb5,0x1,0x98,0x67,0x3,0x9a,0xfb,0xad,0x35,0x56, + 0x88,0x55,0x89,0x49,0x84,0x6e,0xaf,0x61,0x5b,0x6d,0xb4,0x6d,0x23,0x9a,0x36,0xc0, + 0xb7,0x34,0x9a,0x59,0x40,0x9d,0x17,0xb2,0xf4,0x86,0x57,0xe6,0x9,0x16,0xd3,0x80, + 0xf6,0x29,0x70,0xbe,0xea,0xcf,0x73,0xdc,0x7e,0xe,0x16,0xd6,0xb0,0x79,0x8f,0xbf, + 0x59,0xa4,0xe1,0xf9,0x17,0xd3,0xe7,0x96,0xa5,0xca,0x33,0x2e,0xc9,0x77,0x43,0xf3, + 0x3a,0xfb,0x5a,0x59,0x1,0x2e,0x65,0x69,0x5f,0x11,0xfe,0x7f,0x59,0xa0,0x45,0x5e, + 0x61,0x6f,0x31,0xd8,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65, + 0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d, + 0x32,0x38,0x54,0x32,0x31,0x3a,0x32,0x36,0x3a,0x35,0x32,0x2b,0x30,0x38,0x3a,0x30, + 0x30,0x8a,0x88,0x9e,0x58,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74, + 0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x32,0x2d,0x30,0x36, + 0x2d,0x32,0x37,0x54,0x32,0x33,0x3a,0x30,0x38,0x3a,0x35,0x37,0x2b,0x30,0x38,0x3a, + 0x30,0x30,0x96,0xed,0xbd,0xc0,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f, + 0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61, + 0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68, + 0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67, + 0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d, + 0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61, + 0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58, + 0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48, + 0x65,0x69,0x67,0x68,0x74,0x0,0x32,0x35,0x36,0xe9,0xc3,0x44,0x19,0x0,0x0,0x0, + 0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67, + 0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x32,0x35,0x36,0x7a,0x32,0x14,0x44, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d, + 0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e, + 0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x33,0x34,0x30,0x38,0x30, + 0x39,0x37,0x33,0x37,0xed,0x8f,0x29,0xd4,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x38,0x31,0x36, + 0x31,0x42,0x59,0x79,0xb3,0x6e,0x0,0x0,0x0,0x62,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f, + 0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65, + 0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63, + 0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65, + 0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31, + 0x30,0x37,0x35,0x32,0x2f,0x31,0x30,0x37,0x35,0x32,0x32,0x37,0x2e,0x70,0x6e,0x67, + 0x72,0xb8,0x2b,0xc2,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/pan.png + 0x0,0x0,0x2,0xfb, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x9d,0x49,0x44,0x41,0x54,0x78,0xda,0x84, + 0x52,0x4f,0x48,0x53,0x71,0x1c,0x7f,0xfb,0xbf,0xd6,0x86,0xa2,0xa0,0xb3,0x31,0xdf, + 0xa2,0xed,0xc1,0x70,0x90,0x1e,0x4,0x49,0x50,0x77,0xf1,0x30,0x2b,0xba,0xb8,0x11, + 0xd8,0x8,0xf5,0x9c,0x3b,0x79,0x13,0x3c,0x5,0x89,0xb1,0x93,0x97,0x3c,0x48,0xa0, + 0xa6,0x7,0xbd,0x74,0xf0,0x18,0x9,0xcb,0xc2,0x86,0x8a,0x45,0x98,0xda,0xd8,0x56, + 0xdb,0x4a,0xb7,0xb1,0x27,0xce,0xda,0x7b,0xcf,0xd7,0xe7,0xfb,0xe8,0xc5,0x94,0x45, + 0x5f,0xf8,0xf0,0xfd,0xfe,0xf8,0x7d,0xff,0x7c,0xbe,0x7f,0x18,0xa6,0x86,0xb4,0xb5, + 0xb5,0xbd,0x9a,0x98,0x98,0x90,0xed,0x76,0x7b,0x94,0xde,0x5e,0xaf,0x37,0xd1,0xdf, + 0xdf,0x5f,0xc4,0xdb,0xc5,0xfc,0x4b,0xe8,0x13,0x68,0xe7,0xdc,0x6e,0xe3,0xed,0x81, + 0x81,0x3d,0x19,0x32,0x36,0x36,0x26,0x5f,0x67,0x59,0xef,0xf4,0xf4,0xb4,0x9c,0x4a, + 0xa5,0x28,0xe1,0xe4,0xe5,0x38,0xad,0x6a,0xb0,0x2c,0xbb,0x15,0xa,0x85,0xb6,0x4e, + 0x4e,0x4f,0x1f,0x6e,0x6f,0x6f,0xbf,0xe0,0x79,0x9e,0x9,0x6,0x83,0xcc,0x2f,0x41, + 0x88,0xc4,0xe3,0xf1,0xac,0xd3,0xe9,0x24,0xb7,0x9b,0x9d,0x9d,0x9d,0x93,0x94,0xf8, + 0x42,0x32,0x54,0xb5,0x75,0x75,0x75,0x65,0xa8,0x2a,0x82,0x8a,0xad,0x4e,0xe7,0xbd, + 0xa5,0xa5,0x25,0x7a,0xca,0x83,0x83,0x83,0xfc,0x83,0xa1,0x21,0x85,0x51,0x20,0x10, + 0x48,0x8c,0x8f,0x8f,0xcf,0x91,0x4d,0x2d,0x55,0x33,0x90,0xd2,0xa9,0xd4,0xe2,0xf2, + 0xf2,0x32,0x33,0x3b,0x3b,0x5b,0x6f,0xb5,0xd9,0x9e,0x6c,0x6e,0x6e,0xc6,0xe9,0x63, + 0x78,0x78,0xd8,0x96,0xc9,0x66,0x39,0xb2,0x3d,0x1e,0x8f,0x4b,0x12,0x45,0x13,0xd9, + 0x56,0xab,0xb5,0xfe,0x42,0x2f,0x60,0xc1,0x11,0x8b,0x52,0xa9,0x24,0xaf,0xad,0xad, + 0x11,0x45,0x9e,0x6c,0x12,0x8e,0xe3,0x14,0x4d,0xb3,0x18,0x1d,0x1d,0xe5,0x55,0xa6, + 0x14,0xa7,0x53,0x13,0x34,0x36,0x34,0x9c,0x15,0x8a,0xc5,0x82,0xc1,0x60,0xb8,0x13, + 0xe,0x87,0x99,0xba,0xba,0x3a,0xa5,0x12,0xf5,0x8e,0xca,0x8c,0xdb,0xed,0x66,0x68, + 0x2e,0xe,0x87,0xc3,0xe4,0xf3,0xf9,0x98,0x99,0x99,0x99,0xb7,0xc9,0x64,0xf2,0xf9, + 0x65,0x16,0xae,0x6b,0x2d,0x2d,0x2f,0x63,0xb1,0x98,0xfc,0x3f,0x1,0xc3,0x39,0x65, + 0x6,0xb4,0x3a,0x9a,0x28,0xd0,0x87,0x77,0xda,0x6c,0x36,0x3f,0xc6,0x1c,0x6a,0x6d, + 0x5a,0xbe,0x84,0x7a,0xf5,0x68,0xd6,0xa9,0x67,0xea,0x8f,0xb2,0xba,0x58,0xf6,0x6, + 0xb1,0xa8,0x2a,0x76,0xe,0x91,0x0,0x11,0x10,0x54,0x60,0x3b,0x47,0xca,0xc,0xae, + 0x5a,0x2c,0xc7,0xd8,0x73,0x5f,0x34,0x1a,0xb5,0xf9,0xfd,0xfe,0x76,0x49,0x92,0x1e, + 0xf5,0xf6,0xf6,0xb6,0xf4,0xf4,0xf4,0x18,0x29,0x1a,0x3e,0xe7,0x50,0x12,0xb4,0x8, + 0xad,0x80,0x6c,0x1c,0x96,0x61,0x77,0x77,0x77,0x9e,0xfa,0x6e,0x64,0x5b,0x5b,0xef, + 0x63,0xaf,0x7c,0x55,0xef,0x6a,0xd5,0xa,0x12,0x96,0x45,0x51,0x2c,0x9,0x82,0x70, + 0x4,0x64,0x80,0x34,0xde,0x5f,0xa7,0xa6,0xa6,0xb2,0x60,0x7c,0x4b,0xfb,0xf9,0xe0, + 0x20,0x6f,0x32,0x1a,0x5f,0x1f,0xee,0xef,0xdf,0x5,0xad,0x67,0x91,0x48,0x84,0xf9, + 0x53,0x59,0x82,0x12,0x80,0x33,0x80,0x56,0x97,0x47,0xc2,0xef,0x0,0x1d,0x5c,0x46, + 0xa3,0xd1,0x64,0xe0,0x93,0x54,0xe,0x9,0x49,0x32,0x3a,0x9d,0xee,0x8d,0xd5,0x62, + 0x79,0xba,0xba,0xb2,0x32,0xd2,0xdd,0xdd,0x9d,0xd8,0xd8,0xd8,0x28,0xc3,0xf1,0x4, + 0xa0,0x63,0x38,0x46,0x60,0x1a,0x7a,0x1f,0xf8,0x4,0x7c,0x80,0xff,0x7a,0x2e,0x97, + 0xfb,0xf6,0xf7,0xe,0xf2,0x85,0x82,0x4,0xe4,0xed,0x4d,0x4d,0xa9,0xb3,0x72,0x79, + 0x71,0x7e,0x61,0xa1,0x8,0xd1,0xe3,0xe2,0xd2,0xcd,0xcd,0xcd,0x5f,0xe0,0x72,0xa8, + 0xd5,0x6a,0xf7,0x80,0x8f,0x8,0x7e,0xbf,0xb3,0xb3,0xf3,0xe,0xb3,0x3b,0xd2,0xd4, + 0xda,0x17,0xe6,0x42,0x89,0xaf,0x54,0x4,0xc1,0x54,0xa9,0x54,0x7c,0x2b,0xab,0xab, + 0xba,0x8e,0x8e,0x8e,0x1f,0x7a,0xbd,0x3e,0x8f,0xe0,0x13,0xfc,0xfd,0xa4,0x16,0xd1, + 0x86,0xfc,0x5b,0x80,0x1,0x0,0x11,0x97,0xcd,0x35,0xdc,0x8a,0xbb,0xb,0x0,0x0, + 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/eraser.png + 0x0,0x0,0x3,0x14, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0xb6,0x49,0x44,0x41,0x54,0x78,0xda,0xa4, + 0x92,0xdf,0x4b,0x53,0x61,0x18,0xc7,0x9f,0xf3,0x63,0x3b,0x73,0xce,0x73,0x76,0xb6, + 0x39,0xe7,0x30,0xb5,0xd6,0x5c,0x79,0x21,0x16,0x4,0x5,0x16,0x29,0x41,0x60,0x74, + 0x23,0x44,0xd1,0xf,0xb,0xa1,0x8b,0xfe,0x85,0x6e,0xba,0xee,0xd2,0x8b,0xa2,0xb, + 0x41,0x10,0x84,0x8,0x23,0x12,0x89,0x2e,0xc2,0x9b,0x2c,0x23,0xa,0x86,0x88,0xce, + 0x69,0xae,0x39,0xe7,0x7e,0x6f,0xce,0xed,0xec,0xec,0x9c,0x9d,0xf7,0x3d,0xbd,0xc7, + 0x1f,0x23,0x44,0xbb,0xe9,0x81,0xe7,0x3d,0x9c,0xf7,0x7d,0x9f,0xcf,0xf3,0x7d,0xde, + 0xe7,0xa1,0xe0,0x90,0xa9,0xd1,0xb8,0x2b,0x9b,0xc9,0xc,0xab,0x95,0x4a,0x80,0x42, + 0x54,0x8a,0x91,0xe5,0x67,0x6d,0x83,0x3,0x3a,0x1c,0x63,0x54,0x3d,0x30,0x1c,0xe9, + 0x2a,0x57,0xa4,0x11,0x59,0xd3,0x86,0x6c,0x2c,0xeb,0xe7,0x18,0x16,0x30,0xc6,0xb0, + 0x93,0xca,0x4c,0x42,0x61,0xe7,0x81,0xe7,0xf6,0xcd,0x23,0x21,0xec,0xf7,0x57,0x93, + 0xfd,0xdc,0xf9,0xc0,0xad,0x74,0x3e,0x7f,0x97,0xb7,0x70,0x82,0xab,0xc1,0xa,0x80, + 0x75,0xd0,0x49,0x30,0x43,0x42,0xec,0x2d,0xee,0x7b,0x92,0x8e,0x35,0x72,0xf7,0xd1, + 0x51,0x0,0xba,0xf8,0x73,0xf1,0xb1,0x7d,0x2b,0xf7,0xc4,0xe3,0xb0,0xb,0x1c,0x6, + 0xd0,0xab,0x2a,0xe8,0x8a,0xa,0xa0,0x28,0xa0,0x57,0x64,0x0,0xd,0x81,0xad,0xb5, + 0xe5,0x61,0xf6,0xc3,0xec,0x78,0xf4,0xc5,0x4,0x75,0x18,0xc0,0xb4,0x9b,0x6c,0xed, + 0x5a,0x2c,0x71,0xbd,0xc5,0xeb,0x85,0x46,0x87,0x0,0xd8,0x8,0xd6,0x49,0x6a,0xa2, + 0x40,0x27,0x5f,0x4a,0x23,0xc9,0xc9,0xaf,0x59,0xe0,0x7b,0x75,0x49,0xf2,0x3d,0xbd, + 0x72,0x6d,0xe6,0xf9,0xc7,0x69,0x5c,0x57,0x20,0xeb,0xda,0x7c,0x55,0xa9,0xa9,0x73, + 0x6f,0xa6,0x21,0x1d,0x5a,0x5,0x13,0x46,0x0,0x55,0x92,0xb9,0xaa,0x0,0x45,0x14, + 0xe8,0x32,0xf1,0x9d,0x12,0x80,0x54,0x1,0xfe,0x54,0xc7,0x7d,0x46,0x14,0x27,0x62, + 0xa3,0x63,0x75,0x25,0x74,0xb8,0x9a,0xf,0x95,0xa0,0xb6,0x54,0xce,0x6f,0xc3,0xec, + 0xeb,0xf7,0x90,0x5c,0x8d,0x80,0x99,0x66,0xf7,0x54,0x18,0xa,0xd0,0xde,0x7b,0x18, + 0xe5,0x60,0xb9,0xa,0x5c,0x67,0xdb,0x1d,0xce,0x6a,0x1d,0xaf,0x97,0x10,0x4e,0x25, + 0xd4,0x1f,0xd1,0x5f,0x6b,0xdd,0xe,0xcf,0x40,0x23,0x45,0xf3,0x91,0x50,0x18,0x9a, + 0xf8,0x26,0x10,0x9b,0x9d,0x7b,0x65,0x1c,0xb4,0xcb,0xc8,0xa9,0xd4,0x0,0xd3,0x34, + 0xb0,0x2e,0xb1,0x77,0xa4,0xe7,0x22,0xc,0x76,0x9e,0x9e,0x67,0xc8,0xb6,0x2e,0x69, + 0xb5,0xf8,0x52,0x26,0xbe,0xdc,0xe5,0x70,0xf7,0x89,0x34,0x2b,0x6c,0x10,0x88,0x8d, + 0xe7,0xc1,0xe9,0x71,0x3,0x46,0xa4,0x24,0x9a,0xda,0x25,0x50,0x86,0xaa,0xb2,0x4, + 0x28,0x91,0x6,0x2a,0x97,0xbf,0x2a,0xc9,0x4a,0x90,0xd9,0x4f,0x80,0xca,0x5a,0x6d, + 0x63,0x25,0x97,0x5a,0xe,0x88,0xee,0xcb,0x2e,0xb3,0x45,0x88,0xaf,0xac,0x81,0xd5, + 0x66,0x3,0x67,0x87,0x17,0xb0,0x46,0x1e,0xb6,0x5c,0x6,0x94,0xcd,0x2,0x4a,0xa6, + 0x1,0x15,0xb6,0x49,0x4,0x82,0xa2,0xaa,0x70,0xcc,0x5f,0x1d,0xd1,0x4a,0x9a,0x1a, + 0x33,0x20,0x7e,0xde,0xd1,0x67,0x37,0x99,0x85,0xcd,0xb5,0x75,0x10,0x9d,0x22,0xf0, + 0x16,0x1a,0x94,0xdf,0x51,0xd0,0x9,0x44,0xaf,0x69,0xc0,0x10,0x45,0x18,0x61,0x48, + 0x4a,0x95,0x56,0xe6,0x50,0x5b,0xd,0xc8,0xc6,0x4a,0x21,0x13,0xf2,0xb,0x8e,0x7e, + 0x81,0x35,0x35,0x6d,0x17,0x8b,0x70,0xc2,0xdb,0xc,0xa8,0x54,0x2,0x86,0x94,0x81, + 0x48,0x5b,0x97,0xb7,0x92,0x68,0x7a,0x71,0x71,0x6e,0xec,0xdb,0xe7,0x51,0xea,0x98, + 0x11,0xb7,0x4,0x6c,0xe2,0x8d,0x61,0x7f,0xcf,0xcb,0x6e,0x9f,0xcf,0x7d,0xee,0x52, + 0xf,0x40,0xa9,0x8,0xeb,0x89,0x4c,0xe5,0xed,0xc2,0xc2,0xa7,0x2f,0x91,0xf5,0xa9, + 0x60,0x72,0xf3,0x2b,0xb9,0x97,0x39,0xe,0x60,0x58,0xc3,0x59,0x2,0x19,0xea,0xbd, + 0x30,0xda,0x7e,0xe6,0x24,0x97,0x8a,0xc7,0x66,0xa6,0x82,0xc1,0x77,0xb,0x89,0xad, + 0x20,0x39,0xcb,0x12,0x97,0x76,0x7,0xd,0xfe,0x6d,0xd,0xc4,0x7d,0xc6,0xbc,0x10, + 0xcf,0xed,0x7b,0xf5,0xe0,0x70,0x17,0x60,0x2c,0xff,0x63,0x7f,0x4,0x18,0x0,0xd3, + 0x1,0x53,0x75,0x1a,0x79,0x71,0x93,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae, + 0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/arrow.png + 0x0,0x0,0x3,0x7c, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x8,0x4,0x0,0x0,0x0,0x6e,0xbd,0xa4,0xb0, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8e,0x7c,0xfb,0x51,0x93, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x25,0x0,0x0,0x80,0x83, + 0x0,0x0,0xf9,0xff,0x0,0x0,0x80,0xe9,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x6f,0x92,0x5f,0xc5,0x46,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x9,0x70,0x48, + 0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13,0x1,0x0,0x9a,0x9c,0x18,0x0, + 0x0,0x0,0xef,0x49,0x44,0x41,0x54,0x28,0xcf,0x8d,0xd3,0x31,0x6e,0xc2,0x30,0x14, + 0xc6,0xf1,0xff,0xab,0x32,0x54,0x86,0x9,0x4,0x2b,0xc,0x5d,0x9a,0xa8,0x63,0x18, + 0x39,0x48,0xa5,0x70,0x1,0x8e,0x52,0x4e,0xd1,0x9c,0xa5,0x4b,0x77,0x76,0xb2,0x20, + 0x11,0xd4,0xa1,0x43,0x3,0xdb,0x63,0x80,0xc4,0xa1,0x79,0x8e,0xb0,0x17,0x3b,0xfa, + 0xe9,0x93,0xf3,0x9e,0x2d,0xca,0xe3,0xe3,0xc9,0x2f,0x57,0x2a,0x53,0x71,0xf,0x62, + 0xc8,0xe,0x24,0xbd,0x5c,0x9b,0x99,0xa9,0x6a,0xa6,0xa4,0x38,0xc5,0x9e,0xff,0x70, + 0x3f,0xef,0xe0,0x3e,0x6e,0xe0,0x30,0x37,0x71,0x88,0x7,0xb0,0xcd,0x83,0xd8,0xe2, + 0x3d,0xb8,0xcb,0x23,0xbb,0xfa,0xab,0xba,0x4d,0xdf,0xf9,0x42,0xb6,0x5a,0x5d,0x77, + 0x51,0x97,0x7d,0x2,0x90,0x6f,0xf8,0xe5,0xcc,0x89,0x31,0x43,0xaa,0x50,0x7,0x3f, + 0x9a,0xe6,0xbc,0x93,0x12,0x33,0xf3,0x7,0x89,0xee,0x53,0xf3,0xd,0xbb,0x66,0xfb, + 0x4c,0xa9,0x45,0xf0,0x6e,0xb0,0x66,0x4d,0x4a,0xdc,0x64,0x2f,0xef,0xab,0xd1,0x4a, + 0xce,0xe7,0xbc,0xf2,0xc3,0xb6,0x95,0xf4,0x42,0x41,0x61,0x26,0xe3,0x98,0x5e,0x93, + 0x98,0xd9,0xd9,0xad,0xfb,0xac,0x95,0x96,0xb7,0x22,0x1d,0x5b,0xd9,0x13,0x2f,0xcc, + 0x3a,0x6b,0x25,0xf3,0xdb,0x8f,0x8e,0x18,0xf8,0xef,0x62,0xbf,0x41,0x71,0x24,0xbc, + 0x31,0x62,0xcf,0x97,0xaf,0x88,0x84,0x1e,0xac,0x38,0x26,0xc,0xf8,0xe3,0x58,0xf7, + 0xf,0x2e,0x4a,0x9b,0x35,0xdc,0x40,0x2e,0x14,0x2b,0x0,0x0,0x0,0x25,0x74,0x45, + 0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30, + 0x31,0x33,0x2d,0x30,0x34,0x2d,0x30,0x33,0x54,0x31,0x37,0x3a,0x31,0x38,0x3a,0x30, + 0x32,0x2b,0x30,0x38,0x3a,0x30,0x30,0xe3,0xaf,0xa,0x43,0x0,0x0,0x0,0x25,0x74, + 0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32, + 0x30,0x31,0x31,0x2d,0x30,0x35,0x2d,0x31,0x38,0x54,0x32,0x32,0x3a,0x32,0x36,0x3a, + 0x30,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0xc7,0xc7,0xca,0x8a,0x0,0x0,0x0,0x4d, + 0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x49,0x6d,0x61, + 0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x20,0x36,0x2e,0x38,0x2e,0x38,0x2d,0x37, + 0x20,0x51,0x31,0x36,0x20,0x78,0x38,0x36,0x5f,0x36,0x34,0x20,0x32,0x30,0x31,0x34, + 0x2d,0x30,0x32,0x2d,0x32,0x38,0x20,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77, + 0x77,0x2e,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2e,0x6f,0x72, + 0x67,0x59,0xa4,0x5f,0x7f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61, + 0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x17,0x74,0x45,0x58, + 0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48, + 0x65,0x69,0x67,0x68,0x74,0x0,0x32,0x32,0x31,0xef,0xc9,0xb5,0x0,0x0,0x0,0x16, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65, + 0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x32,0x32,0xc9,0x40,0x9,0x38,0x0,0x0, + 0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d, + 0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f, + 0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x33,0x30,0x35,0x37,0x32,0x38,0x37, + 0x36,0x30,0xeb,0xc4,0xef,0xbf,0x0,0x0,0x0,0x13,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x33,0x2e,0x30,0x39,0x4b,0x42, + 0x42,0x9e,0xf6,0xde,0x12,0x0,0x0,0x0,0x5e,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f, + 0x68,0x6f,0x6d,0x65,0x2f,0x66,0x74,0x70,0x2f,0x31,0x35,0x32,0x30,0x2f,0x65,0x61, + 0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x65,0x61,0x73,0x79,0x69,0x63, + 0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61, + 0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x70,0x6e,0x67,0x2f,0x33,0x32, + 0x34,0x2f,0x33,0x32,0x34,0x34,0x39,0x2e,0x70,0x6e,0x67,0xb4,0xd2,0xf9,0x8d,0x0, + 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/?1.png + 0x0,0x0,0x6,0xd7, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0x0,0xaa,0x8d,0x23,0x32,0x0,0x0,0x0,0x9,0x70,0x48, + 0x59,0x73,0x0,0x0,0x4,0xb0,0x0,0x0,0x4,0xb0,0x0,0x90,0x2b,0x17,0x30,0x0, + 0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xde,0x4,0x6,0x9,0x28,0x34,0x47,0x33, + 0x4f,0x73,0x0,0x0,0x4,0xe,0x49,0x44,0x41,0x54,0x68,0xde,0xed,0x98,0x4f,0x68, + 0x53,0x59,0x14,0xc6,0x7f,0x79,0xc9,0xd3,0x6a,0x4d,0x15,0x69,0xad,0x8c,0x1d,0xd0, + 0xc2,0x84,0xa6,0x94,0xe2,0xa2,0x2d,0x8a,0x9b,0x71,0xd4,0x41,0xec,0xcc,0x5a,0x66, + 0xe9,0x1f,0x4,0x51,0xc4,0x5d,0x41,0x41,0xeb,0x74,0xd5,0x85,0x64,0x25,0x88,0x88, + 0xba,0x72,0x21,0x3a,0x2e,0x67,0x25,0x3a,0x9b,0x5a,0xe2,0xaa,0xcc,0xa2,0x89,0x4c, + 0x9d,0x2e,0x2c,0x93,0x19,0x9a,0x4a,0xfb,0xda,0xc4,0xa6,0x49,0xde,0x2c,0x3c,0xbd, + 0x4d,0x5e,0xd2,0xe4,0xbd,0x97,0xab,0xc3,0x40,0xbe,0xb7,0x79,0x21,0xf7,0x3b,0xe7, + 0x3b,0xe7,0xde,0x7b,0xee,0xb9,0xf,0x9a,0x68,0xa2,0x89,0xff,0x18,0x1,0xdf,0x4c, + 0x93,0x10,0x26,0x61,0xc,0x2c,0x56,0x29,0x90,0xfb,0x52,0x2,0x4c,0xbe,0xa1,0x87, + 0x8,0x87,0xd9,0xc5,0x56,0xda,0x31,0x48,0x93,0x61,0x85,0x38,0x9,0x92,0x4c,0xf3, + 0xf1,0x73,0xe6,0x6b,0x3f,0xe7,0x78,0xce,0x1c,0x79,0xec,0x2a,0x4f,0x81,0x79,0x7e, + 0xe5,0x2a,0xbd,0xd,0xe4,0xb5,0x6,0xba,0xb9,0xc1,0x5b,0xa,0x55,0x5d,0x97,0x3f, + 0xef,0x89,0xd1,0xaf,0x57,0xc4,0xe,0x2e,0xf3,0xb6,0x8a,0xab,0x8f,0x64,0xc8,0x90, + 0xad,0x2a,0x62,0x8c,0xe,0x37,0xa6,0xdd,0xe8,0xec,0x67,0x94,0x1f,0x9,0xa9,0xdf, + 0x79,0x66,0x89,0x33,0x49,0x86,0x39,0xb2,0x80,0x49,0x17,0xad,0x1c,0xe4,0x8,0x7, + 0x68,0x29,0xe1,0xfd,0xc6,0x28,0xaf,0x1a,0x8f,0x7e,0xb8,0x2c,0xf6,0x14,0xf7,0x38, + 0xcd,0xd7,0x25,0x72,0xd6,0x61,0xb0,0x97,0x1f,0x88,0x31,0x53,0x36,0xfa,0x3c,0x46, + 0x23,0xce,0xd,0xce,0xf0,0xb7,0x32,0xb7,0xc8,0x23,0x6,0xeb,0xe6,0x2c,0xc2,0x6d, + 0x52,0x8a,0xb3,0xc4,0x48,0x59,0x56,0x3c,0xe2,0xc,0x8b,0xca,0xd4,0x4b,0x8e,0x63, + 0xba,0x62,0x5,0x18,0xe4,0x29,0x45,0xe1,0xe5,0xb8,0xe6,0x37,0xb,0xc3,0x2a,0xfa, + 0x2,0xf,0xf9,0xca,0x13,0xb7,0x8d,0x71,0x56,0x84,0x6d,0x71,0xc1,0x8f,0xfb,0x7e, + 0x35,0xf7,0x16,0x37,0x9,0x7b,0xe6,0x87,0xb8,0xc0,0xbc,0x58,0x98,0xe7,0x94,0x57, + 0xfa,0xe,0x7e,0x51,0xd1,0xdf,0xf4,0xbd,0x90,0xce,0x62,0x89,0x95,0x38,0xfb,0xbc, + 0x51,0x2f,0xb3,0x26,0xd4,0x87,0x3e,0xa2,0x5f,0x87,0xc1,0x98,0x2a,0x5d,0x31,0x82, + 0xee,0x89,0xdd,0x2a,0xfd,0x2f,0x3d,0xce,0xbd,0x13,0x61,0x1e,0xab,0x69,0x38,0xe4, + 0x9e,0x76,0x43,0x6d,0xbc,0xe3,0xd,0xb9,0x7,0x88,0xf2,0x4e,0xac,0xdd,0xaf,0x52, + 0x3d,0xaa,0x62,0xbf,0x8a,0xff,0x91,0xcb,0x8d,0x57,0x1b,0xd7,0x55,0xe,0x86,0xdc, + 0x11,0xce,0xc9,0xbc,0xa5,0x18,0xd4,0xe0,0x1e,0xba,0x98,0x12,0x9,0xe3,0x6e,0x86, + 0x9b,0x3c,0x97,0xe1,0xf7,0xb4,0x9d,0x68,0x23,0x62,0x71,0x92,0xdd,0xf5,0x7,0xf7, + 0x32,0x87,0x8d,0xcd,0x1a,0xa7,0x35,0xb9,0x87,0x1,0xa9,0x8,0x19,0xbe,0x77,0xfe, + 0x55,0xb9,0xc3,0x7b,0xe8,0x4,0x60,0x96,0x9,0x6d,0x2,0x92,0x24,0x1,0xd8,0x46, + 0xb4,0xbe,0x80,0x88,0xec,0xd7,0x38,0x7f,0x69,0x13,0x60,0xf1,0x42,0xde,0x86,0x9c, + 0xd5,0xc0,0x29,0xc0,0xe4,0xb0,0xbc,0x4d,0x92,0xd7,0x26,0x0,0xa6,0xc4,0x5a,0xc4, + 0x59,0xd6,0x9c,0x2,0x42,0xec,0x92,0xb7,0x8c,0x46,0xf7,0x90,0x16,0x1,0x1d,0xb4, + 0xd5,0xcb,0xc0,0x56,0x0,0x56,0x99,0xd3,0x2a,0x20,0x2b,0x6d,0x7b,0xc5,0xbe,0x72, + 0xa,0x8,0xd3,0xe,0x40,0x91,0xac,0x56,0x1,0x29,0x16,0x0,0x8,0xb2,0xa5,0xb6, + 0x0,0xa3,0xb1,0x16,0x6a,0x53,0x14,0x29,0x4a,0x6,0x1c,0x39,0x70,0xba,0xb3,0x48, + 0xcb,0x40,0x1d,0x45,0x78,0x3,0x9d,0x52,0x82,0xf2,0xce,0x1b,0x94,0x53,0xc0,0xaa, + 0x2c,0xbe,0x16,0xba,0xb4,0xa,0x68,0x95,0xb5,0x5,0x76,0x6d,0x1,0x5,0x56,0x14, + 0x45,0x27,0x76,0xca,0x49,0xb8,0xc0,0x72,0x6d,0x1,0x39,0xe2,0xf2,0x76,0x50,0xeb, + 0x6a,0x88,0xca,0x94,0xce,0x62,0xd5,0x16,0x0,0x9,0x59,0x2e,0x47,0xd8,0xa3,0xcd, + 0xfd,0x76,0x4e,0xc8,0xdb,0x6b,0xd6,0xea,0x9,0x48,0xf2,0x1,0x80,0x3,0xc,0x68, + 0x13,0xd0,0x4d,0x1f,0x0,0x6b,0x24,0x9c,0x7f,0x55,0xa,0x98,0xe6,0xd,0x0,0x2d, + 0x1c,0xd3,0x26,0xe0,0x3b,0x39,0xe0,0x92,0x62,0xbb,0xe,0xae,0xca,0xe9,0x3d,0x43, + 0x44,0x8b,0xfb,0x76,0x26,0xc4,0xe2,0x1d,0x77,0x84,0x5e,0xde,0xb,0xe1,0xb6,0x96, + 0x96,0xe4,0x92,0x74,0x58,0x4b,0x1c,0x75,0x47,0x8,0x10,0x53,0x97,0xcb,0xc6,0x9b, + 0xb2,0x8d,0x86,0xec,0x19,0xdb,0xdc,0x92,0xfa,0x55,0xe,0x9e,0x3a,0x4f,0x2f,0x8f, + 0x30,0x55,0x30,0x16,0x27,0xdd,0xd3,0x2,0x8c,0x9,0xad,0xc8,0xb8,0xdb,0x66,0xba, + 0x2a,0x2e,0x92,0x11,0x4b,0xf,0x9c,0xc7,0x50,0x6d,0x74,0xf0,0x4a,0x88,0x2b,0xfe, + 0xae,0x96,0x0,0xc,0xf3,0x8f,0x58,0x99,0xa6,0xc7,0x2b,0xf9,0x5b,0x75,0xcb,0x9f, + 0xe7,0xac,0xaf,0xaa,0x38,0xcc,0x1f,0x62,0x61,0x99,0x9f,0xfc,0xe8,0x3f,0xcf,0x92, + 0x9a,0xbf,0x31,0x8f,0x37,0x44,0x93,0x8b,0x2a,0xfa,0x2,0xb7,0xbc,0xdc,0xb,0x37, + 0x60,0x30,0x42,0x4e,0x19,0x79,0x5c,0xd9,0xd1,0x6e,0x8a,0x2e,0x62,0x6a,0xee,0x6d, + 0xee,0xfa,0x3f,0xd8,0x5a,0xb8,0xa6,0x2e,0xd8,0x36,0xef,0xb8,0xee,0xe2,0x90,0x6e, + 0xe7,0x92,0xda,0x78,0x36,0x5,0xee,0xaa,0x2e,0xd3,0x17,0x8c,0x92,0xcf,0xc,0x36, + 0x36,0x53,0x8c,0x30,0xb0,0xc9,0x74,0x6c,0xa7,0x8f,0x2b,0x4c,0x94,0x7c,0x4b,0x5c, + 0xe6,0x56,0xbd,0xe8,0xdd,0x54,0xba,0x53,0x8c,0x96,0x15,0xa4,0x34,0x49,0x5e,0x30, + 0x45,0x9a,0x2c,0x29,0x8a,0x74,0xd2,0xca,0x4e,0xa2,0x9c,0xa0,0x4f,0x6a,0xfe,0x27, + 0x24,0xf8,0x99,0x27,0x14,0x1a,0x89,0x7f,0x1d,0xfb,0x88,0x95,0xe5,0xe1,0xd3,0xd5, + 0x2d,0xcb,0x22,0x7f,0x32,0xc3,0x7,0x32,0x6a,0xad,0xd8,0x6a,0xd9,0x3e,0xf0,0xbe, + 0xf1,0x6a,0x21,0xc8,0x21,0xee,0x57,0x88,0xa8,0xfe,0x2c,0xf1,0x8c,0x93,0xde,0xca, + 0x8e,0x3b,0x84,0x18,0x62,0x9c,0xc9,0x92,0xf5,0xed,0x7c,0x72,0xfc,0xce,0x1d,0x8e, + 0xba,0xaf,0xf9,0x7e,0x3e,0xd7,0xef,0x66,0x80,0x28,0x43,0x44,0xe8,0x20,0x40,0x90, + 0x0,0x79,0x60,0x81,0x59,0x5e,0x93,0xe0,0x8d,0xd7,0x1b,0xa5,0xdf,0xe3,0x36,0x48, + 0x98,0x36,0x60,0xb,0x1,0x72,0xd8,0x2c,0x63,0x39,0x9b,0xad,0x26,0x9a,0x68,0xe2, + 0x7f,0x82,0x7f,0x1,0x53,0xea,0xe6,0x3c,0xbc,0xd,0x93,0xd5,0x0,0x0,0x0,0x25, + 0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0, + 0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x32,0x31,0x3a,0x34,0x38, + 0x3a,0x32,0x35,0x2b,0x30,0x38,0x3a,0x30,0x30,0xb3,0x96,0x53,0x3f,0x0,0x0,0x0, + 0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79, + 0x0,0x32,0x30,0x31,0x34,0x2d,0x30,0x34,0x2d,0x30,0x36,0x54,0x30,0x39,0x3a,0x34, + 0x30,0x3a,0x35,0x32,0x2b,0x30,0x38,0x3a,0x30,0x30,0xc0,0xfb,0x5e,0xbd,0x0,0x0, + 0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f, + 0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d, + 0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f, + 0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69, + 0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0, + 0x23,0x74,0x45,0x58,0x74,0x73,0x76,0x67,0x3a,0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74, + 0x0,0x20,0x47,0x65,0x6e,0x65,0x72,0x61,0x74,0x6f,0x72,0x3a,0x20,0x49,0x63,0x6f, + 0x4d,0x6f,0x6f,0x6e,0x2e,0x69,0x6f,0x20,0xbc,0x30,0xac,0x80,0x0,0x0,0x0,0x18, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d, + 0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f, + 0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49, + 0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x35,0x33,0x33, + 0xca,0xbc,0x1,0x95,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0, + 0x35,0x33,0x33,0x59,0x4d,0x51,0xc8,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69, + 0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65, + 0x0,0x31,0x33,0x39,0x36,0x37,0x34,0x38,0x34,0x35,0x32,0x8d,0x46,0x97,0x1f,0x0, + 0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69, + 0x7a,0x65,0x0,0x38,0x35,0x37,0x34,0x42,0xc5,0x29,0x8d,0x2,0x0,0x0,0x0,0x62, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66, + 0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72, + 0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e, + 0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e, + 0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e, + 0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x34,0x33,0x33,0x2f,0x31,0x31,0x34,0x33,0x33, + 0x35,0x37,0x2e,0x70,0x6e,0x67,0x43,0xab,0x27,0x69,0x0,0x0,0x0,0x0,0x49,0x45, + 0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-vsplit.png + 0x0,0x0,0x0,0xa1, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x0,0x0,0x0,0xff,0xff, + 0xff,0x7e,0xef,0x8f,0x4f,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x46,0x49,0x44,0x41,0x54,0x8,0x5b,0x63,0x60,0xc0,0xd, + 0x14,0xa0,0xf4,0xc,0x8,0xc5,0x14,0x6,0xa1,0x39,0x43,0x1b,0xc0,0xb4,0x6a,0x68, + 0x2,0x98,0xe6,0x9a,0x5,0xe1,0x33,0x8,0x80,0x8,0xa6,0x55,0xab,0x66,0xad,0x5a, + 0x5,0x52,0x5,0x2,0xd,0x70,0x1a,0x1d,0x60,0x91,0x7,0xeb,0x47,0x98,0x7,0x33, + 0x1f,0x66,0x1f,0xcc,0x7e,0x98,0x7b,0xe0,0xee,0x3,0x1,0x0,0x56,0x7,0x14,0x5, + 0x94,0xb6,0xb7,0x4f,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/find.png + 0x0,0x0,0x2,0x96, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x38,0x49,0x44,0x41,0x54,0x78,0xda,0x74, + 0x53,0xcb,0x6e,0xd3,0x40,0x14,0x3d,0xb6,0x95,0xd4,0x8e,0x64,0xc7,0x5d,0x24,0x69, + 0x53,0x12,0x30,0xaa,0x78,0x84,0x5,0x6e,0x2a,0xa1,0xa,0xa,0xa8,0x2,0xb5,0x51, + 0x44,0x1b,0xaf,0xa0,0x5,0x24,0x40,0x48,0xf0,0x13,0x48,0x54,0xb0,0xeb,0x1f,0xc0, + 0x5f,0x40,0x7f,0x0,0x1,0xdb,0x8a,0x6c,0x49,0x8b,0x92,0xd,0x9b,0x54,0x25,0x7e, + 0x28,0xb1,0xeb,0x38,0x35,0x33,0x4e,0x5d,0x6c,0xb7,0x8c,0x34,0x9a,0x99,0x33,0xd7, + 0xf7,0x9c,0x39,0xf7,0x9a,0x41,0x64,0xd4,0x6a,0x75,0xdf,0x32,0x4d,0x58,0x96,0x1, + 0xc7,0xb6,0x97,0x5a,0x7b,0x7b,0x5f,0x28,0x7e,0xed,0x6a,0xc5,0x17,0x25,0x9,0x74, + 0xf2,0xbc,0xb0,0xb4,0xbd,0xfd,0x29,0xc0,0x7d,0xdf,0x7,0x8b,0xc4,0xb8,0xb1,0xb0, + 0x80,0x4c,0x26,0x93,0x84,0x71,0x7d,0xae,0xa,0x59,0x9e,0x3c,0x85,0x33,0xe1,0xa6, + 0x5e,0x7f,0xd0,0x73,0x1c,0x5b,0x3e,0x74,0x1c,0xca,0xe,0xc7,0x71,0xf4,0xe1,0xd0, + 0x55,0x38,0x8e,0x6b,0x13,0x56,0x99,0x17,0x78,0x4c,0xf0,0x2,0x55,0xa0,0xa7,0x52, + 0x29,0x85,0xa8,0xd0,0x93,0xa,0xe4,0xb,0xca,0x45,0x3c,0xda,0x78,0x82,0xc5,0x3b, + 0x77,0xc1,0xb2,0xac,0x4c,0x30,0x95,0xe2,0x57,0x2a,0x15,0x3c,0x7e,0xfa,0xc,0x73, + 0xd5,0xf9,0x28,0xfe,0x4f,0xc1,0xca,0x4a,0x4d,0xf6,0x86,0x5e,0xcf,0xb6,0x7,0x94, + 0x99,0x28,0x18,0xa0,0x67,0x18,0xc1,0x1b,0x19,0x86,0x81,0x24,0x8a,0x10,0x84,0x80, + 0x3d,0x58,0x3d,0x6f,0x74,0xf9,0xdb,0xf7,0xaf,0xad,0x13,0x5,0x24,0x48,0xcb,0x17, + 0xa,0x78,0xf3,0x76,0x13,0xab,0x8d,0x46,0x90,0xd9,0x3f,0x3a,0x7a,0x7d,0xcc,0xf0, + 0x11,0x3e,0xf1,0x40,0x55,0xb1,0xf9,0xee,0x3d,0x4a,0xe5,0xf3,0x34,0xc9,0xcd,0x50, + 0x41,0x98,0xa0,0x91,0xcd,0x66,0x63,0xe6,0x9c,0x2b,0x95,0x3e,0x28,0x8a,0x82,0xe2, + 0xcc,0xcc,0xab,0x28,0x9e,0xcf,0xe7,0x83,0xf8,0x44,0x2,0x56,0x4b,0xa5,0x53,0xa7, + 0x1c,0x5e,0x5d,0xd3,0x30,0xf2,0xbc,0x18,0x46,0x4b,0xc9,0xb0,0xac,0x16,0x4b,0x30, + 0x96,0xca,0x20,0xc9,0xd4,0xfc,0xb1,0x83,0xe9,0x62,0x31,0x86,0x13,0x13,0xe3,0x65, + 0x9c,0x2a,0x14,0x8a,0xaa,0x5a,0xfd,0xed,0xba,0x2e,0x31,0x30,0x28,0x1f,0xe,0x1d, + 0xdb,0x6a,0x77,0x3a,0x6b,0x3,0xdb,0xb6,0x32,0x82,0x20,0x96,0x4b,0xe5,0xcf,0xa4, + 0x8c,0x22,0x3f,0x2e,0x23,0xd2,0xe9,0x34,0x3a,0xed,0x5f,0x93,0x3f,0x77,0x77,0x75, + 0x96,0x38,0xbc,0xcc,0xb2,0xc,0x1e,0xae,0x6f,0xe0,0xde,0xfd,0xe5,0xe0,0xd2,0xb4, + 0xac,0x2d,0xf2,0xf1,0xe,0x21,0x68,0xd1,0xb5,0x3f,0xe8,0x6f,0xe5,0x72,0x39,0x3c, + 0x7f,0xf1,0x12,0xb7,0x16,0x6f,0xa3,0xdf,0xb7,0x28,0xb9,0x16,0x3e,0xa1,0x51,0x98, + 0x9a,0x3e,0x91,0x44,0xcd,0x14,0x78,0x7e,0x9e,0x6c,0xad,0x70,0xd2,0x73,0x34,0x46, + 0x14,0x25,0xba,0x34,0xc6,0x4f,0xe2,0x38,0x4d,0x8a,0x54,0x40,0x18,0xb7,0xb1,0x96, + 0xf0,0x53,0x13,0xc5,0x48,0x8c,0x90,0x9,0x4a,0x1f,0x24,0xe0,0x27,0x78,0xfc,0x39, + 0x38,0x40,0xb7,0xdb,0x85,0x6e,0xe8,0x20,0xd,0x85,0xb3,0x86,0x69,0x1a,0xe8,0xee, + 0xef,0xc3,0x20,0xab,0x3b,0x74,0x41,0x5a,0x7c,0x6c,0xe2,0xa5,0xd9,0x59,0x93,0xaa, + 0x4a,0xc4,0x5b,0xe4,0x4f,0x94,0xc2,0xc3,0xff,0x62,0x88,0x89,0x12,0x73,0xdc,0xd7, + 0x5c,0xe2,0x72,0x44,0x66,0x33,0x72,0x3e,0x33,0x86,0xb4,0x72,0xf3,0xaf,0x0,0x3, + 0x0,0xf6,0xa6,0xcb,0x5a,0xfb,0x5f,0xda,0x61,0x0,0x0,0x0,0x0,0x49,0x45,0x4e, + 0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/Simple pencil free icon 1.png + 0x0,0x0,0x3,0x8a, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x8,0x6,0x0,0x0,0x0,0xc3,0x3e,0x61,0xcb, + 0x0,0x0,0x3,0x51,0x49,0x44,0x41,0x54,0x78,0x9c,0xed,0xdb,0x6d,0x71,0xf2,0x40, + 0x18,0x85,0xe1,0x23,0x21,0x12,0x90,0x80,0x84,0x48,0xa8,0x4,0x24,0x54,0x42,0x1c, + 0x20,0x1,0x9,0x95,0x80,0x4,0x24,0x20,0x1,0x9,0xbc,0x3f,0x42,0xe7,0xed,0x30, + 0x6c,0x48,0xc2,0x7e,0x65,0xcf,0x7d,0xcd,0x30,0xfd,0xd5,0xa4,0xdd,0xfb,0x61,0x1b, + 0x2,0x95,0x50,0x93,0x4e,0xd2,0x20,0xe9,0x22,0xe9,0x26,0xe9,0x47,0xd2,0xae,0xe0, + 0xcf,0x83,0x8c,0x3a,0x8d,0xc1,0xef,0x2f,0x1e,0x7d,0xb9,0x1f,0xb,0x39,0x4c,0xc5, + 0x67,0x8,0x1a,0x37,0x27,0x3e,0x43,0xd0,0xa8,0x25,0xf1,0x19,0x82,0xc6,0xac,0x89, + 0xcf,0x10,0x34,0xe2,0x93,0xf8,0xc,0xc1,0xc6,0xc5,0x88,0xcf,0x10,0x6c,0x54,0xcc, + 0xf8,0xc,0xc1,0xc6,0xa4,0x88,0xcf,0x10,0x6c,0x44,0xca,0xf8,0xc,0x41,0xe5,0x72, + 0xc4,0x67,0x8,0x2a,0x95,0x33,0x3e,0x43,0x50,0x99,0x12,0xf1,0x19,0x82,0x4a,0x94, + 0x8c,0xcf,0x10,0x14,0x56,0x43,0x7c,0x86,0xa0,0x90,0x9a,0xe2,0x33,0x4,0x99,0xd5, + 0x18,0x9f,0x21,0xc8,0xa4,0xe6,0xf8,0xc,0x41,0x62,0x5b,0x88,0xcf,0x10,0x24,0xb2, + 0xa5,0xf8,0xc,0x41,0x64,0x5b,0x8c,0xcf,0x10,0x44,0xb2,0xe5,0xf8,0xc,0xc1,0x87, + 0x5a,0x88,0xff,0xfb,0xd8,0x47,0x5e,0x9b,0xe6,0xb5,0x14,0xff,0xfe,0xf8,0x5d,0x30, + 0x53,0x6b,0xf1,0xef,0x1a,0xff,0xf9,0x4,0x33,0xb4,0x18,0xff,0x2e,0xe9,0x1a,0x73, + 0x91,0x5a,0xd5,0x6a,0xfc,0xbb,0xa4,0x63,0xc4,0x75,0x6a,0x52,0xcb,0xf1,0x2f,0x8f, + 0xdf,0xf,0x1,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46, + 0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c, + 0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63, + 0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4, + 0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37, + 0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46, + 0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c, + 0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63, + 0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x63,0xc4, + 0x37,0x46,0x7c,0x63,0xc4,0x37,0x46,0x7c,0x73,0xc4,0x37,0xb6,0xd7,0xfb,0x45,0xfc, + 0x7e,0x7c,0x2d,0x1d,0x94,0xf8,0x9,0xc,0x9a,0xbf,0x88,0xbd,0xb6,0x31,0x8,0xc4, + 0x5f,0xe0,0xac,0xe5,0x8b,0xf8,0x1d,0xf8,0x9e,0x1a,0x1e,0xc4,0x5f,0x60,0x6a,0xfb, + 0xff,0x7a,0xf3,0xbd,0x9d,0xea,0xdb,0xd,0x88,0xbf,0x50,0xe8,0x99,0x7c,0xd3,0xfc, + 0x85,0x3c,0x6,0x8e,0x41,0xfc,0xd,0x8,0x5d,0xfd,0xff,0x2c,0x3c,0x4e,0x1f,0x38, + 0xe,0xf1,0x2b,0xd6,0x69,0x7c,0xa6,0xbf,0x5a,0xd0,0xc3,0x8a,0xe3,0xed,0x27,0x8e, + 0x47,0xfc,0xa,0x7d,0x29,0xbc,0xa8,0xbb,0x95,0xc7,0xcc,0x3d,0x4,0xc4,0xff,0x40, + 0xac,0xed,0xff,0xd9,0x4e,0x79,0x86,0x80,0xf8,0x1f,0x98,0xda,0xfe,0x87,0x8,0xc7, + 0x7f,0x77,0x73,0x89,0xf8,0x85,0xa5,0xd8,0xfe,0x9f,0xf5,0x13,0xe7,0x20,0x7e,0x61, + 0x27,0x85,0x17,0x37,0xa6,0xd8,0x2f,0x11,0x89,0x1f,0xc9,0x55,0xe9,0xb6,0xff,0x67, + 0xe7,0xc0,0xb9,0x88,0x5f,0x48,0xaf,0xf0,0x22,0xef,0x13,0x9c,0x6f,0xea,0x7a,0x83, + 0xf8,0x5,0xc,0xca,0xb3,0xfd,0xff,0x75,0x8,0x9c,0x93,0xf8,0x5,0x84,0xb6,0xff, + 0x63,0xe2,0xf3,0xae,0x79,0xdf,0x80,0xf8,0x91,0x4d,0xbd,0x3c,0xeb,0x13,0x9f,0x7b, + 0x37,0x71,0x6e,0xe2,0x67,0x32,0xe8,0xf5,0x62,0xdf,0x32,0x9d,0x3f,0xb4,0xfb,0x10, + 0x3f,0x93,0xd0,0x15,0x79,0xea,0xed,0xff,0xd7,0x21,0x70,0x7e,0xe2,0x67,0xf0,0xc9, + 0x7b,0xff,0x31,0xcc,0xf9,0xe0,0x29,0xf1,0x13,0x9a,0xfa,0x14,0x4f,0xea,0x45,0x27, + 0x7e,0x5,0xa6,0x2,0x9c,0x13,0x9e,0xb7,0x7f,0x73,0x6e,0xe2,0x67,0x30,0xe7,0x66, + 0x4c,0xac,0x21,0xe8,0x34,0x46,0x3f,0x6a,0xde,0x4b,0x3f,0xe2,0x67,0x30,0xf5,0xe6, + 0x4f,0x8c,0x21,0xe8,0x1e,0xe7,0x38,0x69,0xd9,0x5d,0x3f,0xe2,0x67,0xb2,0xe4,0x1f, + 0x3f,0xe6,0xe,0x41,0xa7,0xf1,0xaa,0xfe,0xac,0x75,0xb7,0x7a,0x89,0x9f,0xc9,0x9a, + 0x7b,0xf1,0xa1,0x21,0xd8,0x6b,0xbc,0x97,0x70,0x59,0x71,0x4c,0xe2,0x17,0x32,0x77, + 0xfb,0xf,0xd,0x41,0xaf,0xff,0xd1,0xd7,0x6,0x27,0x7e,0x41,0x27,0xad,0x8f,0x15, + 0xeb,0xa3,0x5d,0x57,0x8d,0x17,0x85,0x7b,0x11,0x3f,0xbb,0xab,0xe2,0x44,0x5c,0xf3, + 0x4c,0x1f,0x94,0xe6,0x2d,0x66,0xcc,0xd4,0x2b,0x5f,0xf0,0x9b,0xc6,0x3f,0x1b,0x83, + 0x88,0x5e,0x8d,0x41,0x79,0xa2,0x7f,0x8b,0xad,0xbd,0x4a,0x29,0xb6,0xff,0x9b,0xc6, + 0x97,0x95,0x5f,0x22,0x7a,0xd5,0x62,0x7e,0x34,0x9b,0x8b,0xb8,0xd,0x1a,0xf4,0x59, + 0x74,0xfe,0x9e,0x6f,0xdc,0x59,0x5c,0xc4,0x59,0x9b,0xf3,0xf7,0xff,0x37,0xfa,0x41, + 0x6c,0xed,0xcd,0x39,0x69,0xfa,0x22,0xae,0x17,0xd1,0x9b,0xf6,0xf7,0x43,0x18,0x17, + 0x71,0x11,0x67,0xe5,0x1f,0x2e,0xd8,0x66,0x1a,0xc,0x51,0x4,0x4e,0x0,0x0,0x0, + 0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/NewShape.ico + 0x0,0x0,0x3,0x7e, + 0x0, + 0x0,0x1,0x0,0x1,0x0,0x10,0x10,0x0,0x0,0x0,0x0,0x18,0x0,0x68,0x3,0x0, + 0x0,0x16,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0, + 0x0,0x1,0x0,0x18,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff, + 0x0,0x0,0xff,0xff,0x33,0x0,0xff,0x33,0x0,0xff,0x33,0x0,0xff,0x33,0x0,0xff, + 0x33,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff, + 0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0xff,0x33,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x33,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0xff,0x33,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x33,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x80,0x7c,0x7a,0xc7,0xbe,0xba,0x75,0x71,0x6e,0x57,0x54,0x51,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x33, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x6b,0x69,0x68,0xa3,0x9d,0x98,0xfd,0xfe,0xfe,0x51, + 0x93,0xa9,0xe,0x12,0x16,0xcf,0xcb,0xca,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xff,0x33,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x9e,0x98,0x95,0xa3,0x9d,0x98,0x88,0xb7,0xc7,0x74, + 0xce,0xe2,0x49,0x9a,0xb2,0xe,0x12,0x16,0xd1,0xca,0xc8,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd3,0xd3,0xd4,0x4d,0x9c,0xb3,0x8c, + 0xe0,0xee,0x62,0xbf,0xd7,0x49,0x9a,0xb2,0xe,0x12,0x16,0xd4,0xd0,0xd0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd6,0xd5,0xd7,0x57, + 0xa0,0xb5,0x8c,0xe0,0xee,0x62,0xbf,0xd7,0x49,0x9a,0xb2,0xe,0x12,0x16,0xd6,0xd3, + 0xd2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8, + 0xd7,0xd9,0x65,0xa6,0xb7,0x8c,0xe0,0xee,0x62,0xbf,0xd7,0x49,0x9a,0xb2,0xe,0x12, + 0x16,0xca,0xcc,0xce,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0xd8,0xd7,0xd9,0x73,0xac,0xb9,0x8c,0xe0,0xee,0x62,0xbf,0xd7,0x49,0x9a, + 0xb2,0xe,0x12,0x16,0xca,0xcc,0xce,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xd8,0xd8,0xda,0x65,0xa6,0xb7,0x8c,0xe0,0xee,0x62,0xbf, + 0xd7,0x49,0x9a,0xb2,0xe,0x12,0x16,0xd2,0xd0,0xd1,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xd9,0xdc,0x73,0xac,0xb9,0x8c,0xe0, + 0xee,0x6c,0xc4,0xd9,0x7d,0x86,0x86,0x35,0x35,0x90,0xbb,0xb6,0xcb,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xda,0xdc,0x7d,0xb0, + 0xbb,0xca,0xb8,0xac,0x73,0x85,0xd1,0x5e,0x6c,0xad,0x35,0x35,0x90,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xdb, + 0xde,0x5e,0x6c,0xad,0x70,0x8f,0xdf,0x5e,0x76,0xd0,0x5e,0x6c,0xad,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd0,0xd0,0xe2,0x5e,0x6c,0xad,0x5e,0x6c,0xad,0xde,0xdb,0xe6,0x0,0x7f,0x0, + 0x0,0x3e,0x7f,0x0,0x0,0xbf,0xbf,0x0,0x0,0xdf,0xdf,0x0,0x0,0xc1,0xef,0x0, + 0x0,0xe0,0x71,0x0,0x0,0xe0,0x39,0x0,0x0,0xf0,0x1f,0x0,0x0,0xf8,0xf,0x0, + 0x0,0xfc,0x7,0x0,0x0,0xfe,0x3,0x0,0x0,0xff,0x1,0x0,0x0,0xff,0x80,0x0, + 0x0,0xff,0xc0,0x0,0x0,0xff,0xe0,0x0,0x0,0xff,0xf0,0x0,0x0, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/new.png + 0x0,0x0,0x2,0x2, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xa4,0x49,0x44,0x41,0x54,0x78,0xda,0x8c, + 0x93,0xcd,0x4e,0x2,0x31,0x10,0xc7,0xa7,0xec,0xc2,0xae,0x10,0xb2,0x6b,0x3c,0xfb, + 0xe,0x3e,0x80,0x48,0x78,0x6,0xd0,0xf8,0x15,0xe2,0x3,0x28,0x44,0x39,0x7a,0xf6, + 0x5,0x88,0x72,0x35,0x86,0xf8,0x1c,0x24,0x78,0x36,0xe1,0x66,0xe2,0xc1,0x83,0x26, + 0xc6,0x44,0xd,0x18,0xc,0x8,0xb4,0x1d,0x3b,0x4b,0xbb,0x7c,0x13,0x26,0x99,0x9d, + 0xed,0xec,0xcc,0x8f,0x7f,0x4b,0x87,0x21,0x22,0x90,0x15,0x8a,0xe7,0x4d,0x15,0x7c, + 0x29,0x25,0x90,0x23,0x52,0x44,0x8,0xd7,0x14,0x51,0xb6,0xa4,0x90,0x99,0x6a,0xf5, + 0xae,0x41,0x3d,0x41,0x2f,0x3d,0xc8,0x4f,0xcf,0x8a,0x48,0xd6,0x1f,0x8,0xe5,0x1c, + 0xbb,0xbd,0x1,0xb6,0xda,0x5d,0x7c,0xfd,0x68,0xe2,0xe3,0xd3,0x1b,0xe6,0xf3,0x27, + 0x58,0xaf,0x3f,0xe0,0xe1,0xd1,0x71,0x73,0xff,0xe0,0x70,0xcb,0x0,0x6c,0xd0,0x26, + 0x38,0xf,0xe2,0xf3,0xd7,0x1f,0x30,0x9d,0xa3,0x5f,0xee,0xf5,0x11,0x7e,0x85,0xd, + 0x42,0x8,0x48,0xa5,0xb6,0x29,0xe7,0x57,0x2a,0x95,0x5a,0x36,0xbb,0x9b,0x51,0x25, + 0x8d,0x11,0x40,0x15,0x90,0x45,0x54,0xb7,0x97,0x70,0x35,0x4,0x55,0xde,0x1,0x2f, + 0xee,0x84,0xdf,0xd3,0xe9,0x1d,0xda,0x9e,0x5f,0x2e,0x5f,0xd7,0xd4,0x72,0x7d,0x6, + 0xc0,0x54,0xa7,0x63,0x47,0x86,0x0,0x7a,0xd8,0x16,0xc4,0xd4,0x9a,0xbe,0xe7,0x72, + 0x7b,0xfa,0x6c,0x2,0xf7,0xa9,0x64,0xae,0x2,0x72,0xa6,0x61,0x10,0xac,0x2d,0xb8, + 0xb9,0xbd,0x87,0x4e,0xb7,0xf,0x2f,0xef,0xdf,0xe0,0xe2,0x0,0xae,0x2e,0xb,0x30, + 0x1f,0x0,0x53,0x0,0xad,0x84,0x29,0x15,0xb0,0x16,0x5,0x2f,0xe9,0x82,0x17,0x75, + 0xc3,0xfa,0xe5,0xa,0xcc,0x36,0xd4,0xbf,0xc5,0x54,0xd2,0x51,0xdb,0x89,0x3b,0x31, + 0xf0,0x13,0xd6,0x12,0x80,0x76,0x36,0x6,0x41,0xad,0x84,0x59,0xc,0x62,0x51,0xb, + 0x12,0x6e,0x6c,0x1e,0x80,0x1b,0xb5,0x43,0x5,0xe3,0x0,0x53,0xa4,0x5e,0xac,0x8, + 0x41,0xec,0xc5,0xa,0x98,0x6e,0x1e,0x57,0x11,0xdc,0x9,0xa3,0x8c,0xa2,0x82,0x8, + 0xbe,0x8,0x0,0xa3,0x3,0x34,0x67,0x41,0xa,0x18,0xea,0x38,0xa5,0x78,0x6,0x40, + 0xf6,0xf9,0xd3,0x9,0xf,0x93,0x9c,0xae,0xbc,0xd4,0x3e,0x5d,0x3f,0x3,0xd8,0xdc, + 0x88,0xc3,0x2a,0x46,0x97,0x69,0x2,0xc0,0x39,0x6f,0x97,0x2e,0x4a,0x49,0x1a,0x10, + 0x19,0xc,0x18,0x4d,0xe0,0xe4,0xbb,0x19,0x3c,0x3d,0x48,0xed,0x60,0xcb,0x26,0xc1, + 0x18,0xa3,0x9,0xb3,0x60,0x75,0x13,0xaa,0xb7,0xf1,0x2f,0xc0,0x0,0x57,0xe2,0x9, + 0xf7,0x68,0x6d,0xf1,0xd8,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60, + 0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/canvas.ico + 0x0,0x4,0xf8,0x6, + 0x0, + 0x0,0x1,0x0,0x10,0x0,0x40,0x40,0x10,0x0,0x1,0x0,0x4,0x0,0x68,0xa,0x0, + 0x0,0x6,0x1,0x0,0x0,0x30,0x30,0x10,0x0,0x1,0x0,0x4,0x0,0x68,0x6,0x0, + 0x0,0x6e,0xb,0x0,0x0,0x20,0x20,0x10,0x0,0x1,0x0,0x4,0x0,0xe8,0x2,0x0, + 0x0,0xd6,0x11,0x0,0x0,0x18,0x18,0x10,0x0,0x1,0x0,0x4,0x0,0xe8,0x1,0x0, + 0x0,0xbe,0x14,0x0,0x0,0x10,0x10,0x10,0x0,0x1,0x0,0x4,0x0,0x28,0x1,0x0, + 0x0,0xa6,0x16,0x0,0x0,0x40,0x40,0x0,0x0,0x1,0x0,0x8,0x0,0x28,0x16,0x0, + 0x0,0xce,0x17,0x0,0x0,0x30,0x30,0x0,0x0,0x1,0x0,0x8,0x0,0xa8,0xe,0x0, + 0x0,0xf6,0x2d,0x0,0x0,0x20,0x20,0x0,0x0,0x1,0x0,0x8,0x0,0xa8,0x8,0x0, + 0x0,0x9e,0x3c,0x0,0x0,0x18,0x18,0x0,0x0,0x1,0x0,0x8,0x0,0xc8,0x6,0x0, + 0x0,0x46,0x45,0x0,0x0,0x10,0x10,0x0,0x0,0x1,0x0,0x8,0x0,0x68,0x5,0x0, + 0x0,0xe,0x4c,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x28,0x20,0x4, + 0x0,0x76,0x51,0x0,0x0,0x40,0x40,0x0,0x0,0x1,0x0,0x20,0x0,0x28,0x42,0x0, + 0x0,0x9e,0x71,0x4,0x0,0x30,0x30,0x0,0x0,0x1,0x0,0x20,0x0,0xa8,0x25,0x0, + 0x0,0xc6,0xb3,0x4,0x0,0x20,0x20,0x0,0x0,0x1,0x0,0x20,0x0,0xa8,0x10,0x0, + 0x0,0x6e,0xd9,0x4,0x0,0x18,0x18,0x0,0x0,0x1,0x0,0x20,0x0,0x88,0x9,0x0, + 0x0,0x16,0xea,0x4,0x0,0x10,0x10,0x0,0x0,0x1,0x0,0x20,0x0,0x68,0x4,0x0, + 0x0,0x9e,0xf3,0x4,0x0,0x28,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x80,0x0,0x0, + 0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x80,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x80, + 0x0,0x80,0x0,0x80,0x0,0x0,0x80,0x80,0x0,0x80,0x80,0x80,0x0,0xc0,0xc0,0xc0, + 0x0,0xff,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0x0,0xff,0xff,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x78,0x70, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x78,0xff,0xf0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0x88,0x88,0x88,0x87,0x77,0x77,0x77,0x78,0xff,0xff,0xff, + 0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x70,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0x88,0x88,0x77,0xff,0xff,0xff,0xff, + 0x87,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xf8,0x88,0x88,0x77,0x8f,0xff,0xf8,0x37,0xff, + 0xf8,0x78,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xf8,0x88,0x88,0x77,0x8f,0xff,0xf8,0x73,0x33,0x7f, + 0xff,0x88,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x7,0x88,0x88,0x88,0x77,0x8f,0xff,0xf8,0x73,0x3b,0x88,0x37, + 0xff,0xf8,0x78,0x88,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x7,0x88,0x88,0x87,0x7f,0xff,0xff,0x73,0x3b,0x88,0x88,0x83, + 0x7f,0xff,0x78,0x88,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x7,0x88,0x87,0x78,0xff,0xff,0x83,0x33,0xb8,0x88,0x88,0x83, + 0x37,0xff,0xf7,0x88,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x7,0x87,0x78,0xff,0xff,0x87,0x33,0x3b,0x88,0x88,0x88,0xb3, + 0x33,0x8f,0xff,0x78,0x88,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x7,0x78,0xff,0xff,0x87,0x33,0x3b,0xb8,0x88,0x88,0xbb,0xbb, + 0x77,0x38,0xff,0xf7,0x88,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xf7,0x33,0x33,0xbb,0x88,0x88,0x8b,0xbb,0x88, + 0x87,0x33,0x8f,0xff,0x78,0x88,0x88,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x0,0x7,0xff,0xff,0xf8,0x33,0x33,0x3b,0xb8,0x88,0x8b,0xbb,0x88,0x88, + 0x72,0x22,0x28,0xff,0x87,0x88,0x88,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x7,0x8f,0xff,0xf8,0x33,0x33,0x3b,0xbb,0xb8,0x88,0xbb,0xb8,0xf8,0x73, + 0x22,0x22,0x22,0xff,0xf8,0x88,0x88,0x8f,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x7,0x8f,0xff,0xf8,0x73,0x33,0x33,0xbb,0xbb,0xbb,0x8b,0xbb,0x8f,0x82,0x26, + 0x67,0x76,0x62,0x7f,0xff,0x88,0x88,0x8f,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x7f,0xff,0xff,0x73,0x33,0x33,0x3b,0xbb,0xbb,0xbb,0xbb,0xb8,0xf7,0x26,0x67, + 0x77,0x77,0x66,0x27,0xff,0xf8,0x8f,0x8f,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x8,0xff,0xff,0x83,0x33,0x33,0x33,0xbb,0xbb,0xbb,0xbb,0xbb,0xb8,0xf7,0x66,0x77, + 0x77,0x77,0x76,0x22,0x7f,0xff,0x88,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x8f,0xff,0x83,0x33,0x33,0x33,0x3b,0xbb,0xbb,0xbb,0xbb,0xbb,0xbf,0xf7,0x67,0x77, + 0x77,0x77,0x76,0x62,0x27,0xff,0xf8,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x8, + 0xff,0xf8,0x13,0x33,0x33,0x33,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0x38,0xf7,0x67,0x77, + 0x77,0x77,0x76,0x66,0x22,0x7f,0xff,0x8f,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x8f, + 0xff,0x71,0x33,0x33,0x33,0x3b,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0x38,0xf7,0x67,0x77, + 0x77,0x66,0x67,0x66,0x22,0x28,0xff,0xf8,0xff,0xff,0xff,0xff,0x70,0x0,0x7,0xff, + 0xf7,0x13,0x33,0x33,0x33,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0x38,0xf8,0x66,0x77, + 0x76,0x6e,0x66,0x76,0x62,0x22,0x8f,0xff,0x8f,0xff,0xff,0xff,0x70,0x0,0x8,0xff, + 0x81,0x33,0x33,0x33,0x33,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xb3,0x38,0xf8,0x66,0x77, + 0x76,0xee,0xe6,0x76,0x66,0x22,0x28,0xff,0x88,0xff,0xff,0xff,0x70,0x0,0x7f,0xff, + 0x11,0x33,0x33,0x33,0x3b,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xb3,0x8f,0x86,0x66,0x77, + 0x77,0x6e,0x66,0x66,0x66,0x22,0x22,0x8f,0xf8,0x8f,0xff,0xff,0x70,0x0,0x8f,0xf7, + 0x11,0x33,0x33,0x33,0x3b,0x33,0xbb,0xbb,0xbb,0xbb,0xbb,0x33,0xff,0x76,0x67,0x77, + 0x77,0x76,0x77,0x66,0x66,0x22,0x22,0x2f,0xff,0x88,0xff,0xff,0x70,0x7,0xff,0xf1, + 0x11,0x33,0x33,0x33,0x33,0x77,0x3b,0xbb,0xbb,0xbb,0xbb,0x33,0xf8,0x66,0x77,0x77, + 0x77,0x76,0x77,0x66,0x66,0x22,0x22,0x22,0xff,0xf8,0x8f,0xff,0x70,0x7,0xff,0x81, + 0x11,0x33,0x11,0x33,0x33,0x78,0x73,0xbb,0xbb,0xbb,0xb3,0x3b,0xf8,0x66,0x77,0x76, + 0x67,0x77,0x67,0x66,0x66,0x22,0x22,0x22,0x2f,0xff,0x8f,0xff,0x70,0x7,0xff,0x81, + 0x11,0x31,0x11,0x13,0x33,0x78,0x87,0x3b,0x3b,0xbb,0x33,0x33,0xf8,0x66,0x77,0x66, + 0x66,0x77,0x66,0x6e,0xe6,0x22,0x22,0x22,0x7f,0xff,0xf8,0xff,0x70,0x7,0xff,0x71, + 0x11,0x11,0x11,0x11,0x33,0x8f,0x88,0x73,0xbb,0x33,0x33,0x38,0x8f,0x76,0x76,0xee, + 0xe6,0x77,0x66,0x66,0x62,0x22,0x22,0x78,0xff,0xf8,0x8f,0xff,0x70,0x7,0xff,0x71, + 0x11,0x11,0x11,0x11,0x33,0x8f,0xf8,0x87,0x33,0x33,0x38,0x8f,0x87,0x66,0x77,0xee, + 0xe6,0x77,0x66,0x62,0x22,0x22,0x78,0xff,0xf8,0x8f,0xff,0xff,0x70,0x7,0xff,0x81, + 0x11,0x0,0x11,0x11,0x17,0xff,0xff,0x88,0x73,0x3b,0x88,0x87,0x76,0x66,0x77,0x77, + 0x77,0x77,0x66,0x22,0x22,0x7f,0xff,0xf8,0x8f,0xff,0xff,0xff,0x70,0x0,0x8f,0xf0, + 0x0,0x0,0x0,0x0,0x3f,0xff,0xff,0xf8,0x87,0x78,0x87,0x26,0x66,0x77,0x77,0x77, + 0x77,0x76,0x22,0x22,0x7f,0xff,0xf8,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x78,0x70, + 0x0,0x0,0x0,0x1,0x8f,0xff,0xff,0xff,0x88,0x78,0x72,0x66,0x67,0x77,0x77,0x77, + 0x76,0x62,0x26,0x8f,0xff,0xf8,0xff,0xff,0xff,0xff,0x8f,0xff,0x70,0x0,0x7,0x0, + 0x0,0x0,0x0,0x78,0xff,0xff,0xff,0xff,0xf8,0x87,0x26,0x77,0x77,0x77,0x77,0x77, + 0x32,0x27,0x8f,0xff,0xf8,0xff,0xff,0xff,0xff,0xff,0x8f,0xff,0x70,0x0,0x0,0x77, + 0x0,0x0,0x78,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x77,0x77,0x77,0x77,0x77,0x32, + 0x27,0x8f,0xff,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0x8f,0xff,0x70,0x0,0x0,0x7, + 0x88,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x87,0x77,0x77,0x77,0x22,0x27, + 0x8f,0xff,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x8f,0xff,0x70,0x0,0x0,0x0, + 0x78,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x77,0x77,0x22,0x27,0x8f, + 0xff,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x8f,0xff,0x70,0x0,0x0,0x0, + 0x7,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x87,0x32,0x27,0x8f,0xff, + 0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x8f,0xff,0x70,0x0,0x0,0x0, + 0x0,0x78,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x77,0x8f,0xff,0x88, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x8f,0xff,0x70,0x0,0x0,0x0, + 0x0,0x7,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x87,0x8f,0x88,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x8f,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x78,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x78,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x88,0x8f,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x7,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x87,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x88,0x8f,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x78,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x88,0x88,0x8f,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x87,0x8f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x88,0x88,0x8f,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x78, + 0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x88,0x88,0x88,0x8f,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x87, + 0x8f,0xff,0xff,0xff,0xff,0xff,0x88,0x88,0x88,0x88,0x8f,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88, + 0x7f,0xff,0xff,0xff,0xff,0x88,0x88,0x88,0x88,0x88,0x8f,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xf8,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8, + 0x78,0xff,0xff,0xff,0xf8,0x88,0x88,0x88,0x88,0x88,0x8f,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8, + 0x88,0xff,0xff,0xff,0x88,0x88,0x88,0x88,0x88,0x88,0x7f,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xf8,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x88,0xff,0xff,0xf8,0x88,0x88,0x88,0x88,0x88,0x88,0x7f,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x88,0xff,0xff,0x88,0x88,0x88,0x88,0x88,0x88,0x87,0x78,0xf8,0xf0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xf8,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xf8, + 0x8f,0xff,0xf8,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x8f,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0x88, + 0x8f,0xf8,0x88,0x88,0x88,0x88,0x88,0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xf8,0x8f,0xff,0xff,0xff,0xff,0x88,0x88, + 0x8f,0x88,0x88,0x88,0x88,0x88,0x88,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0x88,0xff,0xff,0xff,0x88,0x88,0x88, + 0xf8,0x88,0x88,0x88,0x88,0x88,0x88,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xf8,0x88,0xff,0xff,0x88,0x88,0x8f, + 0x88,0x88,0x88,0x88,0x88,0x88,0x88,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xff,0xf8,0x8f,0xff,0x88,0x88,0xf8, + 0x88,0x88,0x88,0x88,0x88,0x88,0x88,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x8f,0x88, + 0x88,0x88,0x88,0x88,0x88,0x88,0x78,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x88,0x88,0x88,0x88, + 0x88,0x88,0x88,0x88,0x88,0x77,0x78,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88, + 0x88,0x88,0x88,0x88,0x88,0x88,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xc7,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x3,0xff,0xff,0xff,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfc,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xf8,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xe0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0x80,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xf8,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xf8,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0x80,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xc0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xe0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xf8,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfc,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x3,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0xf,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1f,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x3f,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x3,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xfe,0x0, + 0x0,0x0,0x0,0xf,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0x1f,0xff,0x28,0x0,0x0, + 0x0,0x30,0x0,0x0,0x0,0x60,0x0,0x0,0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x80,0x0, + 0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x0,0x0,0x80,0x80, + 0x0,0x80,0x80,0x80,0x0,0xc0,0xc0,0xc0,0x0,0xff,0x0,0x0,0x0,0x0,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0x0,0xff,0xff, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x70,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x78,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x8,0x88,0x88,0x87,0x77,0x77,0x78,0xff,0xff,0x77,0x77,0x77,0x77,0x77, + 0x77,0x77,0x77,0x77,0x70,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xff,0x88,0x88,0x78, + 0xff,0xf8,0x8f,0xf7,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x8,0xff,0x88,0x88,0x77,0xff,0xf8,0x73,0x38,0xff,0x78,0x8f,0xff,0xff, + 0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0,0x0,0x0,0x7,0x88,0x88,0x77,0xff,0xf8, + 0x73,0x38,0x83,0x8f,0xf7,0x88,0x8f,0xff,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x7,0x88,0x77,0x8f,0xff,0x73,0x3b,0x88,0x8b,0x38,0xff,0x78,0x88,0xff, + 0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0,0x0,0x0,0x7,0x87,0x8f,0xff,0x83,0x3b, + 0x88,0x88,0x8b,0x33,0x8f,0xf7,0x88,0x8f,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x0,0x7,0x8f,0xff,0x83,0x33,0xb8,0x88,0x8b,0xbb,0x87,0x78,0xff,0x78,0x88, + 0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0x87,0x33,0x3b,0x88, + 0x88,0xbb,0x88,0x83,0x33,0xff,0x88,0x88,0x8f,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x0,0x78,0xff,0xf7,0x33,0x3b,0xbb,0x88,0xbb,0x8f,0x87,0x22,0x22,0x7f,0xf8,0x88, + 0x88,0xff,0xff,0xff,0x70,0x0,0x0,0x0,0x8,0xff,0xf8,0x33,0x33,0xbb,0xbb,0xbb, + 0xb8,0xf8,0x26,0x67,0x77,0x27,0xff,0x88,0x88,0xff,0xff,0xff,0x70,0x0,0x0,0x7, + 0xff,0xf8,0x33,0x33,0x3b,0xbb,0xbb,0xbb,0xb8,0x82,0x67,0x77,0x77,0x62,0x7f,0xf8, + 0x8f,0xff,0xff,0xff,0x70,0x0,0x0,0x7f,0xff,0x73,0x33,0x33,0xbb,0xbb,0xbb,0xbb, + 0xb8,0x82,0x77,0x77,0x77,0x66,0x27,0xff,0x8f,0xff,0xff,0xff,0x70,0x0,0x7,0xff, + 0x83,0x33,0x33,0x3b,0xbb,0xbb,0xbb,0xbb,0x38,0xf6,0x67,0x77,0x76,0x66,0x22,0x7f, + 0xf8,0xff,0xff,0xff,0x70,0x0,0x7f,0xf8,0x13,0x33,0x33,0xbb,0xbb,0xbb,0xbb,0xbb, + 0x38,0xf6,0x67,0x76,0x66,0x66,0x62,0x28,0xff,0x8f,0xff,0xff,0x70,0x0,0x8f,0x81, + 0x13,0x33,0x33,0xbb,0xbb,0xbb,0xbb,0xbb,0x38,0xf7,0x67,0x76,0xee,0x67,0x66,0x22, + 0x8f,0xf8,0xff,0xff,0x70,0x0,0xff,0x71,0x33,0x33,0x33,0xbb,0xbb,0xbb,0xbb,0xb3, + 0xbf,0x76,0x77,0x77,0x66,0x76,0x66,0x22,0x28,0xff,0x8f,0xff,0x70,0x7,0xff,0x11, + 0x33,0x33,0x33,0x73,0xbb,0xbb,0xbb,0xb3,0x88,0x66,0x77,0x77,0x77,0x76,0x66,0x22, + 0x22,0x8f,0x88,0xff,0x70,0x7,0xf8,0x11,0x11,0x13,0x33,0x77,0x3b,0xbb,0xbb,0x33, + 0x88,0x67,0x77,0x67,0x76,0x76,0x66,0x22,0x22,0x28,0xf8,0x8f,0x70,0x7,0xf8,0x11, + 0x11,0x11,0x33,0x88,0x73,0xbb,0xb3,0x33,0x88,0x66,0x76,0x66,0x77,0x66,0xe6,0x22, + 0x22,0x7f,0xff,0x8f,0x70,0x7,0xf8,0x11,0x10,0x11,0x13,0xff,0x87,0x3b,0x33,0xb8, + 0x88,0x66,0x7e,0xe6,0x77,0x66,0x62,0x22,0x78,0xff,0x88,0xff,0x70,0x0,0xff,0x10, + 0x0,0x11,0x17,0xff,0xf8,0x73,0x38,0x88,0x76,0x67,0x77,0x67,0x76,0x62,0x26,0x7f, + 0xff,0x8f,0xf8,0xff,0x70,0x0,0x88,0x0,0x0,0x0,0x1f,0xff,0xff,0x87,0x88,0x72, + 0x66,0x77,0x77,0x77,0x62,0x26,0x7f,0xff,0x8f,0xff,0xf8,0xff,0x70,0x0,0x2,0x0, + 0x0,0x3,0x8f,0xff,0xff,0xf8,0x77,0x66,0x77,0x77,0x77,0x72,0x27,0x8f,0xff,0x8f, + 0xff,0xff,0xf8,0xff,0x70,0x0,0x7,0x70,0x7,0x8f,0xff,0xff,0xff,0xff,0x87,0x77, + 0x77,0x77,0x72,0x27,0x8f,0xff,0x8f,0xff,0xff,0xff,0xf8,0xff,0x70,0x0,0x0,0x78, + 0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x77,0x67,0x72,0x27,0x8f,0xf8,0x8f,0xff,0xff, + 0xff,0xff,0xf8,0xff,0x70,0x0,0x0,0x7,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0x87, + 0x72,0x27,0x8f,0xf8,0x8f,0xff,0xff,0xff,0xff,0xff,0xf8,0xff,0x70,0x0,0x0,0x0, + 0x78,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x77,0x8f,0xf8,0x8f,0xff,0xff,0xff,0xff, + 0xff,0xff,0xf8,0xff,0x70,0x0,0x0,0x0,0x7,0x8f,0xff,0xff,0xff,0xff,0xff,0xff, + 0x87,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0xff,0x70,0x0,0x0,0x0, + 0x0,0x78,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x78,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0x88,0x88,0xff,0x70,0x0,0x0,0x0,0x0,0x7,0x8f,0xff,0xff,0xff,0xff,0xff, + 0xff,0x87,0x8f,0xff,0xff,0xff,0xff,0xff,0xf8,0x88,0x88,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x78,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x78,0xff,0xff,0xff,0xff,0xff, + 0x88,0x88,0x88,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x8,0x8f,0xff,0xff,0xff,0xff, + 0xff,0xff,0x87,0x8f,0xff,0xff,0xff,0xf8,0x88,0x88,0x88,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x8,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x78,0xff,0xff,0xff,0x88, + 0x88,0x88,0x88,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x8,0xf8,0x8f,0xff,0xff,0xff, + 0xff,0xff,0xff,0x88,0xff,0xff,0xf8,0x88,0x88,0x88,0x88,0xff,0x80,0x0,0x0,0x0, + 0x0,0x0,0x8,0xff,0x88,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0xff,0xff,0x88,0x88, + 0x88,0x88,0x87,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xf8,0x8f,0xff,0xff, + 0xff,0xff,0xff,0xf8,0xff,0xf8,0x88,0x88,0x88,0x88,0x87,0x88,0x80,0x0,0x0,0x0, + 0x0,0x0,0x8,0xff,0xff,0x88,0xff,0xff,0xff,0xff,0xff,0x8f,0xff,0x88,0x88,0x88, + 0x88,0x87,0x78,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xf8,0x8f,0xff, + 0xff,0xff,0x88,0x8f,0x88,0x88,0x88,0x88,0x8f,0xff,0xff,0xf0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x8,0xff,0xff,0xff,0x88,0xff,0xff,0x88,0x88,0x88,0x88,0x88,0x88,0x88, + 0x8f,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xf8,0x8f, + 0xff,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x8f,0xff,0xf0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xf8,0xff,0x88,0x88,0x88,0x88,0x88,0x88,0x87, + 0x8f,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xf8, + 0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x77,0x8f,0xf0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x8,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x8f, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xdf,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf,0xff,0xff,0xff,0xff,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xff,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0xc0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0x0,0x0, + 0x0,0x0,0x1,0xff,0xc0,0xfc,0x0,0x0,0x0,0x0,0x1,0xff,0x0,0xf8,0x0,0x0, + 0x0,0x0,0x1,0xfc,0x0,0xf0,0x0,0x0,0x0,0x0,0x1,0xf8,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x1,0xf0,0x0,0xc0,0x0,0x0,0x0,0x0,0x1,0xe0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x1,0xc0,0x0,0xc0,0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x1,0xc0,0x0,0x80,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x80,0x0,0x0, + 0x0,0x0,0x1,0x80,0x0,0x80,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x1,0x80,0x0,0xc0,0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x1,0xc0,0x0,0xe0,0x0,0x0,0x0,0x0,0x1,0xe0,0x0,0xf0,0x0,0x0, + 0x0,0x0,0x1,0xe0,0x0,0xf8,0x0,0x0,0x0,0x0,0x1,0xf0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x1,0xf8,0x0,0xfe,0x0,0x0,0x0,0x0,0x1,0xfc,0x0,0xff,0x0,0x0, + 0x0,0x0,0x1,0xfe,0x0,0xff,0x80,0x0,0x0,0x0,0x1,0xff,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x1,0xff,0x80,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xc0,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x3,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x7,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0xf,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1f,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x3f,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x7f,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0xff,0xff,0xe0,0xff,0xe0,0x0,0x0,0x1,0xff,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x3,0xff,0xff,0xe0,0x28,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x40,0x0,0x0, + 0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x80,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x80, + 0x0,0x80,0x0,0x80,0x0,0x0,0x80,0x80,0x0,0x80,0x80,0x80,0x0,0xc0,0xc0,0xc0, + 0x0,0xff,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0x0,0xff,0xff,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x8,0x88,0x88,0x77,0x77,0xff,0x87,0x77,0x77,0x77,0x77,0x77,0x70,0x0,0x0,0x0, + 0x8,0xff,0xff,0x87,0xff,0x88,0xf8,0x8f,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x8,0xf8,0x87,0x8f,0x87,0x33,0x8f,0x88,0xff,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x8,0xf7,0x8f,0xf7,0x3b,0x88,0x38,0xf7,0x8f,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x7,0x8f,0xf8,0x33,0x88,0x8b,0xb3,0x8f,0x78,0xff,0xff,0xff,0x70,0x0,0x0,0x0, + 0x7f,0xf8,0x33,0xb8,0x8b,0xb8,0x83,0x38,0xf7,0x8f,0xff,0xff,0x70,0x0,0x0,0x8, + 0xff,0x73,0x3b,0xb8,0xbb,0x87,0x26,0x22,0xff,0x8f,0xff,0xff,0x70,0x0,0x7,0xff, + 0x73,0x33,0xbb,0xbb,0xb8,0x76,0x77,0x72,0x7f,0x88,0xff,0xff,0x70,0x0,0x8f,0x83, + 0x33,0x3b,0xbb,0xbb,0xb8,0x76,0x77,0x77,0x27,0xf8,0x8f,0xff,0x70,0x7,0xf8,0x13, + 0x33,0xbb,0xbb,0xbb,0xb8,0x86,0x76,0x66,0x62,0x7f,0x8f,0xff,0x70,0xf,0x81,0x33, + 0x3b,0xbb,0xbb,0xbb,0x38,0x76,0x76,0xe6,0x66,0x27,0xf8,0xff,0x70,0x7f,0x31,0x33, + 0x33,0x3b,0xbb,0xbb,0xb8,0x67,0x77,0x77,0x66,0x22,0x7f,0x8f,0x70,0x8f,0x11,0x11, + 0x33,0x73,0xbb,0xb3,0xb8,0x67,0x66,0x76,0x66,0x22,0x28,0xf8,0x70,0x88,0x11,0x11, + 0x17,0xf8,0x3b,0x3b,0x88,0x66,0xe6,0x76,0x62,0x27,0x8f,0xff,0x70,0x7f,0x10,0x1, + 0x18,0xff,0x83,0x88,0x76,0x67,0x77,0x62,0x27,0x8f,0xff,0xff,0x70,0x7,0x0,0x0, + 0x7f,0xff,0xf8,0x76,0x67,0x77,0x72,0x27,0x8f,0xff,0xff,0x8f,0x70,0x0,0x77,0x78, + 0xff,0xff,0xff,0x87,0x77,0x72,0x27,0x8f,0xff,0xff,0xff,0x8f,0x70,0x0,0x8,0xff, + 0xff,0xff,0xff,0xf8,0x72,0x27,0x8f,0xff,0xff,0xff,0xff,0x8f,0x70,0x0,0x0,0x8f, + 0xff,0xff,0xff,0xff,0x87,0x8f,0xff,0xff,0xff,0xff,0xff,0x8f,0x70,0x0,0x0,0x8, + 0xff,0xff,0xff,0xff,0xf8,0x8f,0xff,0xff,0xff,0xff,0xf8,0x8f,0x80,0x0,0x0,0x0, + 0x8f,0xff,0xff,0xff,0xff,0x88,0xff,0xff,0xff,0xf8,0x88,0x8f,0x80,0x0,0x0,0x0, + 0x8,0xff,0xff,0xff,0xff,0xf8,0x8f,0xff,0xff,0x88,0x88,0x8f,0x80,0x0,0x0,0x0, + 0x8,0x8f,0xff,0xff,0xff,0xff,0x88,0xff,0xff,0x88,0x88,0x8f,0x80,0x0,0x0,0x0, + 0x8,0xf8,0xff,0xff,0xff,0xff,0x88,0xff,0xf8,0x88,0x88,0x7f,0x80,0x0,0x0,0x0, + 0x8,0xff,0x8f,0xff,0xff,0xff,0xf8,0xff,0x88,0x8f,0xff,0xff,0xf0,0x0,0x0,0x0, + 0x8,0xff,0xf8,0xff,0xff,0xff,0x8f,0xf8,0x88,0x8f,0xff,0xff,0x0,0x0,0x0,0x0, + 0x8,0xff,0xff,0x8f,0xff,0x88,0x8f,0x88,0x88,0x8f,0xff,0xf0,0x0,0x0,0x0,0x0, + 0x8,0xff,0xff,0xf8,0xff,0x88,0x88,0x88,0x87,0x8f,0xff,0x0,0x0,0x0,0x0,0x0, + 0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0, + 0x8,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0xff,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xbf,0xff,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0, + 0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0,0x1,0xfc,0x0,0x0,0x1,0xf0,0x0,0x0, + 0x1,0xe0,0x0,0x0,0x1,0xc0,0x0,0x0,0x1,0x80,0x0,0x0,0x1,0x80,0x0,0x0, + 0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x1,0x80,0x0,0x0,0x1,0xc0,0x0,0x0,0x1,0xe0,0x0,0x0,0x1,0xf0,0x0,0x0, + 0x1,0xf8,0x0,0x0,0x1,0xfc,0x0,0x0,0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0, + 0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0,0x3,0xfe,0x0,0x0, + 0x7,0xfe,0x0,0x0,0xf,0xfe,0x0,0x0,0x1f,0xfe,0x0,0x0,0x3f,0x28,0x0,0x0, + 0x0,0x18,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x80,0x0, + 0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x0,0x0,0x80,0x80, + 0x0,0x80,0x80,0x80,0x0,0xc0,0xc0,0xc0,0x0,0xff,0x0,0x0,0x0,0x0,0xff,0x0, + 0x0,0xff,0xff,0x0,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0x0,0x0,0xff,0xff, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x88,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x77, + 0x77,0x77,0x8f,0x8f,0x87,0x77,0x77,0x77,0x70,0x0,0x0,0x7f,0x87,0x8f,0xf7,0x77, + 0xf8,0x8f,0xff,0xff,0x70,0x0,0x0,0x78,0x8f,0xf8,0x38,0x8b,0x7f,0x88,0x88,0xff, + 0x70,0x0,0x0,0x7f,0xf8,0x3b,0x88,0x88,0x37,0xf8,0x8f,0x8f,0x70,0x0,0x8,0xf8, + 0x33,0xbb,0xb8,0x77,0x62,0x7f,0x8f,0x8f,0x70,0x0,0xff,0x33,0x3b,0xbb,0xb8,0x76, + 0x76,0x27,0xf8,0xff,0x70,0xf,0x83,0x33,0xbb,0xbb,0xb8,0x77,0x6e,0x62,0x7f,0x8f, + 0x70,0x8f,0x13,0x33,0x3b,0xbb,0xb8,0x77,0x76,0x62,0x27,0xff,0x70,0x88,0x13,0x33, + 0x73,0xb3,0xb8,0x67,0x66,0x66,0x22,0x88,0x70,0x87,0x11,0x17,0xf8,0x3b,0x87,0x66, + 0xe6,0x26,0x78,0x8f,0x70,0x77,0x0,0x18,0xff,0x87,0x76,0x77,0x62,0x78,0xff,0x8f, + 0x70,0x7,0x77,0x8f,0xff,0xf7,0x67,0x67,0x78,0xff,0xff,0x8f,0x70,0x0,0x8f,0xff, + 0xff,0xff,0x77,0x78,0xff,0xff,0xff,0x8f,0x70,0x0,0x8,0xff,0xff,0xff,0xf8,0x8f, + 0xff,0xff,0xff,0x8f,0x70,0x0,0x0,0x8f,0xff,0xff,0xff,0x8f,0xff,0xff,0xf8,0x8f, + 0x70,0x0,0x0,0x88,0xff,0xff,0xff,0xf7,0x8f,0xff,0x88,0x8f,0x70,0x0,0x0,0x8f, + 0x8f,0xff,0xff,0xff,0x8f,0xf8,0x88,0x8f,0x70,0x0,0x0,0x8f,0xf8,0xff,0xff,0xff, + 0x8f,0x88,0x78,0x88,0x80,0x0,0x0,0x8f,0xff,0x8f,0xff,0xf8,0x88,0x88,0x7f,0xf8, + 0x0,0x0,0x0,0x8f,0xff,0xf8,0xff,0x88,0x88,0x88,0x8f,0x80,0x0,0x0,0x0,0x8f, + 0xff,0xff,0xff,0xff,0xff,0xff,0x88,0x0,0x0,0x0,0x0,0x88,0x88,0x88,0x88,0x88, + 0x88,0x88,0x80,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xe3,0xff,0xff,0xf0,0x0,0x1, + 0xff,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x1,0xf0,0xe0,0x0,0x1, + 0xf0,0xc0,0x0,0x1,0xe0,0x80,0x0,0x1,0xc0,0x0,0x0,0x1,0x80,0x0,0x0,0x1, + 0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x80,0x0,0x1,0x0,0xc0,0x0,0x1, + 0x80,0xe0,0x0,0x1,0xc0,0xf0,0x0,0x1,0xe0,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x1, + 0xf0,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x3,0xf0,0xf0,0x0,0x7,0xf0,0xf0,0x0,0xf, + 0xf0,0xf0,0x0,0x1f,0xf0,0x28,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0, + 0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x80,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x80,0x0,0x0,0x0,0x0,0x80, + 0x0,0x80,0x0,0x80,0x0,0x0,0x80,0x80,0x0,0x80,0x80,0x80,0x0,0xc0,0xc0,0xc0, + 0x0,0xff,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0x0,0x0,0xff, + 0x0,0xff,0x0,0xff,0x0,0x0,0xff,0xff,0x0,0xff,0xff,0xff,0x0,0x0,0x7,0x77, + 0x77,0x77,0x77,0x77,0x77,0x0,0x7,0xf8,0x78,0x87,0xff,0xff,0xf7,0x0,0x7,0x78, + 0x8b,0xb8,0x78,0xff,0xf7,0x0,0x77,0x8b,0xbb,0x33,0x88,0xff,0xf7,0x7,0x83,0x3b, + 0xb3,0x62,0x28,0x8f,0xf7,0x77,0x13,0xbb,0xb7,0x66,0x62,0x88,0xf7,0x81,0x13,0x33, + 0x37,0x66,0x20,0x78,0xf7,0x70,0x7,0x83,0x32,0x66,0x27,0x8f,0xf7,0x1,0x7f,0xf8, + 0x62,0x27,0x8f,0xff,0xf7,0x0,0xff,0xff,0x87,0x8f,0xff,0xf8,0xf7,0x0,0x8,0xff, + 0xf8,0x8f,0xff,0xf8,0xf7,0x0,0x7,0xff,0xff,0x88,0xff,0xf8,0xf7,0x0,0x8,0xf8, + 0xff,0xff,0xff,0x77,0x77,0x0,0x8,0xf8,0x88,0x88,0x88,0x7f,0xf8,0x0,0x8,0xff, + 0xff,0xff,0xff,0x7f,0x80,0x0,0x8,0x88,0x88,0x88,0x87,0x78,0x0,0xe0,0x0,0xdf, + 0x28,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xc0,0x0,0xe0,0x0,0x80,0x0,0xc0, + 0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0, + 0x0,0xc0,0x0,0x80,0x0,0xe0,0x0,0xc0,0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0, + 0x0,0xe0,0x0,0xe0,0x0,0xe0,0x1,0xe0,0x0,0xe0,0x3,0xe0,0x1,0x28,0x0,0x0, + 0x0,0x40,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0, + 0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0, + 0x0,0x80,0x80,0x80,0x0,0xc0,0xdc,0xc0,0x0,0xf0,0xca,0xa6,0x0,0xaa,0x3f,0x2a, + 0x0,0xff,0x3f,0x2a,0x0,0x0,0x5f,0x2a,0x0,0x55,0x5f,0x2a,0x0,0xaa,0x5f,0x2a, + 0x0,0xff,0x5f,0x2a,0x0,0x0,0x7f,0x2a,0x0,0x55,0x7f,0x2a,0x0,0xaa,0x7f,0x2a, + 0x0,0xff,0x7f,0x2a,0x0,0x0,0x9f,0x2a,0x0,0x55,0x9f,0x2a,0x0,0xaa,0x9f,0x2a, + 0x0,0xff,0x9f,0x2a,0x0,0x0,0xbf,0x2a,0x0,0x55,0xbf,0x2a,0x0,0xaa,0xbf,0x2a, + 0x0,0xff,0xbf,0x2a,0x0,0x0,0xdf,0x2a,0x0,0x55,0xdf,0x2a,0x0,0xaa,0xdf,0x2a, + 0x0,0xff,0xdf,0x2a,0x0,0x0,0xff,0x2a,0x0,0x55,0xff,0x2a,0x0,0xaa,0xff,0x2a, + 0x0,0xff,0xff,0x2a,0x0,0x0,0x0,0x55,0x0,0x55,0x0,0x55,0x0,0xaa,0x0,0x55, + 0x0,0xff,0x0,0x55,0x0,0x0,0x1f,0x55,0x0,0x55,0x1f,0x55,0x0,0xaa,0x1f,0x55, + 0x0,0xff,0x1f,0x55,0x0,0x0,0x3f,0x55,0x0,0x55,0x3f,0x55,0x0,0xaa,0x3f,0x55, + 0x0,0xff,0x3f,0x55,0x0,0x0,0x5f,0x55,0x0,0x55,0x5f,0x55,0x0,0xaa,0x5f,0x55, + 0x0,0xff,0x5f,0x55,0x0,0x0,0x7f,0x55,0x0,0x55,0x7f,0x55,0x0,0xaa,0x7f,0x55, + 0x0,0xff,0x7f,0x55,0x0,0x0,0x9f,0x55,0x0,0x55,0x9f,0x55,0x0,0xaa,0x9f,0x55, + 0x0,0xff,0x9f,0x55,0x0,0x0,0xbf,0x55,0x0,0x55,0xbf,0x55,0x0,0xaa,0xbf,0x55, + 0x0,0xff,0xbf,0x55,0x0,0x0,0xdf,0x55,0x0,0x55,0xdf,0x55,0x0,0xaa,0xdf,0x55, + 0x0,0xff,0xdf,0x55,0x0,0x0,0xff,0x55,0x0,0x55,0xff,0x55,0x0,0xaa,0xff,0x55, + 0x0,0xff,0xff,0x55,0x0,0x0,0x0,0x7f,0x0,0x55,0x0,0x7f,0x0,0xaa,0x0,0x7f, + 0x0,0xff,0x0,0x7f,0x0,0x0,0x1f,0x7f,0x0,0x55,0x1f,0x7f,0x0,0xaa,0x1f,0x7f, + 0x0,0xff,0x1f,0x7f,0x0,0x0,0x3f,0x7f,0x0,0x55,0x3f,0x7f,0x0,0xaa,0x3f,0x7f, + 0x0,0xff,0x3f,0x7f,0x0,0x0,0x5f,0x7f,0x0,0x55,0x5f,0x7f,0x0,0xaa,0x5f,0x7f, + 0x0,0xff,0x5f,0x7f,0x0,0x0,0x7f,0x7f,0x0,0x55,0x7f,0x7f,0x0,0xaa,0x7f,0x7f, + 0x0,0xff,0x7f,0x7f,0x0,0x0,0x9f,0x7f,0x0,0x55,0x9f,0x7f,0x0,0xaa,0x9f,0x7f, + 0x0,0xff,0x9f,0x7f,0x0,0x0,0xbf,0x7f,0x0,0x55,0xbf,0x7f,0x0,0xaa,0xbf,0x7f, + 0x0,0xff,0xbf,0x7f,0x0,0x0,0xdf,0x7f,0x0,0x55,0xdf,0x7f,0x0,0xaa,0xdf,0x7f, + 0x0,0xff,0xdf,0x7f,0x0,0x0,0xff,0x7f,0x0,0x55,0xff,0x7f,0x0,0xaa,0xff,0x7f, + 0x0,0xff,0xff,0x7f,0x0,0x0,0x0,0xaa,0x0,0x55,0x0,0xaa,0x0,0xaa,0x0,0xaa, + 0x0,0xff,0x0,0xaa,0x0,0x0,0x1f,0xaa,0x0,0x55,0x1f,0xaa,0x0,0xaa,0x1f,0xaa, + 0x0,0xff,0x1f,0xaa,0x0,0x0,0x3f,0xaa,0x0,0x55,0x3f,0xaa,0x0,0xaa,0x3f,0xaa, + 0x0,0xff,0x3f,0xaa,0x0,0x0,0x5f,0xaa,0x0,0x55,0x5f,0xaa,0x0,0xaa,0x5f,0xaa, + 0x0,0xff,0x5f,0xaa,0x0,0x0,0x7f,0xaa,0x0,0x55,0x7f,0xaa,0x0,0xaa,0x7f,0xaa, + 0x0,0xff,0x7f,0xaa,0x0,0x0,0x9f,0xaa,0x0,0x55,0x9f,0xaa,0x0,0xaa,0x9f,0xaa, + 0x0,0xff,0x9f,0xaa,0x0,0x0,0xbf,0xaa,0x0,0x55,0xbf,0xaa,0x0,0xaa,0xbf,0xaa, + 0x0,0xff,0xbf,0xaa,0x0,0x0,0xdf,0xaa,0x0,0x55,0xdf,0xaa,0x0,0xaa,0xdf,0xaa, + 0x0,0xff,0xdf,0xaa,0x0,0x0,0xff,0xaa,0x0,0x55,0xff,0xaa,0x0,0xaa,0xff,0xaa, + 0x0,0xff,0xff,0xaa,0x0,0x0,0x0,0xd4,0x0,0x55,0x0,0xd4,0x0,0xaa,0x0,0xd4, + 0x0,0xff,0x0,0xd4,0x0,0x0,0x1f,0xd4,0x0,0x55,0x1f,0xd4,0x0,0xaa,0x1f,0xd4, + 0x0,0xff,0x1f,0xd4,0x0,0x0,0x3f,0xd4,0x0,0x55,0x3f,0xd4,0x0,0xaa,0x3f,0xd4, + 0x0,0xff,0x3f,0xd4,0x0,0x0,0x5f,0xd4,0x0,0x55,0x5f,0xd4,0x0,0xaa,0x5f,0xd4, + 0x0,0xff,0x5f,0xd4,0x0,0x0,0x7f,0xd4,0x0,0x55,0x7f,0xd4,0x0,0xaa,0x7f,0xd4, + 0x0,0xff,0x7f,0xd4,0x0,0x0,0x9f,0xd4,0x0,0x55,0x9f,0xd4,0x0,0xaa,0x9f,0xd4, + 0x0,0xff,0x9f,0xd4,0x0,0x0,0xbf,0xd4,0x0,0x55,0xbf,0xd4,0x0,0xaa,0xbf,0xd4, + 0x0,0xff,0xbf,0xd4,0x0,0x0,0xdf,0xd4,0x0,0x55,0xdf,0xd4,0x0,0xaa,0xdf,0xd4, + 0x0,0xff,0xdf,0xd4,0x0,0x0,0xff,0xd4,0x0,0x55,0xff,0xd4,0x0,0xaa,0xff,0xd4, + 0x0,0xff,0xff,0xd4,0x0,0x55,0x0,0xff,0x0,0xaa,0x0,0xff,0x0,0x0,0x1f,0xff, + 0x0,0x55,0x1f,0xff,0x0,0xaa,0x1f,0xff,0x0,0xff,0x1f,0xff,0x0,0x0,0x3f,0xff, + 0x0,0x55,0x3f,0xff,0x0,0xaa,0x3f,0xff,0x0,0xff,0x3f,0xff,0x0,0x0,0x5f,0xff, + 0x0,0x55,0x5f,0xff,0x0,0xaa,0x5f,0xff,0x0,0xff,0x5f,0xff,0x0,0x0,0x7f,0xff, + 0x0,0x55,0x7f,0xff,0x0,0xaa,0x7f,0xff,0x0,0xff,0x7f,0xff,0x0,0x0,0x9f,0xff, + 0x0,0x55,0x9f,0xff,0x0,0xaa,0x9f,0xff,0x0,0xff,0x9f,0xff,0x0,0x0,0xbf,0xff, + 0x0,0x55,0xbf,0xff,0x0,0xaa,0xbf,0xff,0x0,0xff,0xbf,0xff,0x0,0x0,0xdf,0xff, + 0x0,0x55,0xdf,0xff,0x0,0xaa,0xdf,0xff,0x0,0xff,0xdf,0xff,0x0,0x55,0xff,0xff, + 0x0,0xaa,0xff,0xff,0x0,0xff,0xcc,0xcc,0x0,0xff,0xcc,0xff,0x0,0xff,0xff,0x33, + 0x0,0xff,0xff,0x66,0x0,0xff,0xff,0x99,0x0,0xff,0xff,0xcc,0x0,0x0,0x7f,0x0, + 0x0,0x55,0x7f,0x0,0x0,0xaa,0x7f,0x0,0x0,0xff,0x7f,0x0,0x0,0x0,0x9f,0x0, + 0x0,0x55,0x9f,0x0,0x0,0xaa,0x9f,0x0,0x0,0xff,0x9f,0x0,0x0,0x0,0xbf,0x0, + 0x0,0x55,0xbf,0x0,0x0,0xaa,0xbf,0x0,0x0,0xff,0xbf,0x0,0x0,0x0,0xdf,0x0, + 0x0,0x55,0xdf,0x0,0x0,0xaa,0xdf,0x0,0x0,0xff,0xdf,0x0,0x0,0x55,0xff,0x0, + 0x0,0xaa,0xff,0x0,0x0,0x0,0x0,0x2a,0x0,0x55,0x0,0x2a,0x0,0xaa,0x0,0x2a, + 0x0,0xff,0x0,0x2a,0x0,0x0,0x1f,0x2a,0x0,0x55,0x1f,0x2a,0x0,0xaa,0x1f,0x2a, + 0x0,0xff,0x1f,0x2a,0x0,0x0,0x3f,0x2a,0x0,0x55,0x3f,0x2a,0x0,0xf0,0xfb,0xff, + 0x0,0xa4,0xa0,0xa0,0x0,0x80,0x80,0x80,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0, + 0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x31,0x8,0x31,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x2d,0x8,0xff,0xff,0xf6,0xf5,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x36, + 0x36,0x36,0x31,0x31,0xf7,0xf6,0xff,0xff,0xff,0xff,0xaf,0x31,0x36,0x36,0x3a,0x3a, + 0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x36,0x36,0x36,0x36,0x36,0x36,0x36, + 0x36,0x36,0x36,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x5e,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0xaf,0x8,0x8,0x8, + 0x86,0x7,0xf7,0xf6,0xff,0xff,0xff,0xf6,0xf6,0xff,0xff,0x8,0xf7,0x8,0xaf,0xf6, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x62,0xff,0xff,0xff,0xf6,0xf6,0xaf,0x8,0x8,0x86,0x86,0x7, + 0x7,0x8,0xff,0xff,0xff,0xff,0x86,0x36,0x36,0xf6,0xff,0xff,0x8,0xf7,0x8,0x8, + 0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x62,0xff,0xf6,0xaf,0x8,0x8,0x8,0x86,0x86,0xf7,0x7,0x8, + 0xff,0xff,0xff,0xff,0x8,0x36,0x12,0x17,0x12,0x36,0xf6,0xff,0xff,0x86,0xf7,0x8, + 0x8,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x5e,0xaf,0x8,0x8,0xf7,0xf7,0xf7,0x5e,0x7,0x82,0xff,0xff, + 0xff,0xff,0xaf,0x5a,0xe,0x16,0x3b,0x3f,0x3f,0x12,0x5a,0xff,0xff,0xff,0xf7,0x5e, + 0x86,0x86,0x9,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x5a,0x8,0x86,0x86,0xf7,0xf7,0x7,0xf7,0xf6,0xff,0xff,0xff, + 0xf6,0x5e,0xe,0xdc,0x17,0x3f,0x63,0x63,0x63,0x3f,0x12,0x5e,0xff,0xff,0xff,0xf7, + 0x82,0x8,0x8,0xaf,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb3,0xaf, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x36,0x86,0x86,0x86,0x7,0x7,0xaf,0xff,0xff,0xff,0xff,0x86, + 0xe,0xdc,0x17,0x3b,0x3f,0x63,0x63,0x63,0x63,0x3f,0x17,0xdc,0x5e,0xff,0xff,0xff, + 0xf7,0x86,0x8,0x8,0x8,0xaf,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb3,0xaf, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x36,0x8,0xf7,0x7,0x8,0xff,0xff,0xff,0xff,0x8,0x36,0xdc, + 0xdc,0x17,0x3b,0x3f,0x63,0x63,0x67,0x63,0x3f,0x17,0xe1,0xdc,0x6,0x82,0xff,0xff, + 0xff,0x7,0x8,0x8,0x8,0x8,0xaf,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb3,0xaf, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x7,0x7,0x86,0xff,0xff,0xff,0xff,0xaf,0x36,0x6,0xdc,0xe1, + 0x17,0x3f,0x3f,0x63,0x67,0x63,0x63,0x3f,0x17,0xe1,0x3b,0x3b,0x3b,0xe,0x8,0xff, + 0xff,0xf6,0x7,0x8,0x8,0x8,0x8,0xaf,0xb3,0xff,0xff,0xff,0xff,0xff,0xff,0xaf, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0xf1,0xf7,0xf6,0xff,0xff,0xff,0xf6,0x5e,0x6,0xdc,0xdc,0xe1,0x17, + 0x3f,0x3f,0x63,0x63,0x63,0x3f,0x1b,0xe1,0x3f,0x63,0x9,0x63,0x3a,0x12,0xf5,0x8, + 0xff,0xff,0xf6,0xf7,0x8,0x8,0x8,0x8,0xaf,0xaf,0xff,0xff,0xff,0xff,0xff,0xaf, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x7,0xaf,0xff,0xff,0xff,0xf6,0x82,0x6,0xdc,0xdc,0xe0,0xe1,0x1b,0x3f, + 0x3f,0x63,0x63,0x3f,0x3f,0xe1,0x17,0x63,0x8b,0x8b,0x9,0x35,0xd,0xc,0xf4,0xf4, + 0x8,0xff,0xff,0xaf,0xf7,0x8,0x8,0x8,0x8,0xaf,0xaf,0xff,0xff,0xff,0xff,0xaf, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x31,0x8,0xff,0xff,0xff,0xff,0x8,0xe,0x6,0xdc,0xdc,0xe1,0xe1,0x1b,0x3f,0x3f, + 0x3f,0x63,0x3f,0x3f,0xe1,0x3f,0x8b,0xaf,0x9,0x7,0xd,0xc,0x11,0x11,0x11,0xda, + 0xd,0xaf,0xff,0xff,0x8,0xf7,0x8,0x8,0x8,0xaf,0xaf,0xaf,0xb3,0xff,0xff,0xaf, + 0xff,0xff,0xff,0x3a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2d,0x86, + 0xff,0xff,0xff,0xff,0x8,0x36,0x6,0xdc,0xdc,0xdc,0xe1,0x17,0x1b,0x3f,0x3f,0x3f, + 0x3f,0x3f,0x3f,0xe1,0x1b,0x8b,0xaf,0x62,0xd,0xc,0x34,0x39,0x61,0x3d,0x39,0x39, + 0x2,0x31,0xf6,0xff,0xff,0x8,0x86,0xaf,0x8,0xaf,0xaf,0xaf,0xaf,0xb3,0xff,0xaf, + 0xff,0xff,0xff,0x3a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xf6,0xff, + 0xff,0xff,0xf6,0x5a,0x6,0xdc,0xdc,0xdc,0xdc,0xe1,0xe5,0x1b,0x1b,0x3f,0x3f,0x3f, + 0x3f,0x3f,0x1b,0xe1,0x9,0xb3,0x5e,0xc,0x34,0x39,0x61,0x61,0x61,0x61,0x3d,0x39, + 0x39,0xda,0x35,0xf6,0xff,0xff,0x86,0x8,0xaf,0xaf,0xaf,0xaf,0xaf,0xb3,0xff,0xaf, + 0xff,0xff,0xff,0x3a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x82,0xff,0xff,0xff, + 0xf6,0xf7,0x6,0xa,0xdc,0xdc,0xdc,0xdc,0xe1,0xe5,0xe5,0x1b,0x1b,0x1b,0x3f,0x3f, + 0x3f,0x3f,0x17,0xe1,0x8b,0xaf,0x35,0x34,0x5d,0x61,0x61,0x61,0x61,0x61,0x61,0x3d, + 0x39,0x15,0xda,0x59,0xff,0xff,0xff,0x82,0xaf,0xf6,0xaf,0xb3,0xb3,0xb3,0xff,0xaf, + 0xff,0xff,0xff,0x3a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0xff,0xf6,0xff,0x8, + 0xe,0xa,0xdc,0xdc,0xdc,0xdc,0xdc,0xe1,0xe5,0xe5,0xe5,0x1b,0x1b,0x1b,0x3f,0x3f, + 0x3f,0x3f,0xe1,0xe1,0x8b,0xaf,0x35,0x34,0x61,0x85,0x85,0x61,0x61,0x61,0x61,0x61, + 0x39,0x39,0x15,0xda,0x7,0xff,0xff,0xff,0xf7,0xaf,0xff,0xff,0xff,0xff,0xff,0xaf, + 0xff,0xff,0xff,0x3a,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0xff,0xff,0xff,0x86,0xf5, + 0xa,0xdc,0xdc,0xdc,0xdc,0xdc,0xe1,0xe1,0xe5,0xe5,0xe5,0xe5,0xe5,0x1b,0x1b,0x1b, + 0x3f,0x3f,0xe1,0xe1,0x9,0xff,0x7,0x34,0x61,0x89,0x85,0x61,0x61,0x61,0x61,0x61, + 0x3d,0x39,0x39,0x14,0xda,0xf7,0xff,0xff,0xff,0xf7,0xff,0xff,0xff,0xff,0xff,0xaf, + 0xff,0xff,0xff,0x3a,0x0,0x0,0x0,0x0,0x0,0x82,0xff,0xff,0xff,0x5e,0xf1,0xe, + 0xdc,0xdc,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe1,0xe5,0xe5,0xe5,0xe1,0x1b,0x1b,0x1b, + 0x1b,0x1b,0xe1,0xdd,0x63,0xff,0x5e,0x34,0x61,0x89,0x85,0x61,0x61,0x59,0x58,0x34, + 0x3d,0x3d,0x39,0x15,0x10,0xda,0xf7,0xff,0xff,0xf6,0x86,0xff,0xff,0xff,0xff,0xaf, + 0xff,0xff,0xff,0x3a,0x0,0x0,0x0,0x0,0x7,0xff,0xf6,0xff,0x5e,0xf1,0xa,0xdc, + 0xdc,0xdc,0xdc,0xdc,0xdd,0xe1,0xe1,0xe1,0xe1,0xe5,0xe5,0xe1,0xe5,0xe5,0x1b,0x1b, + 0x1b,0x1b,0xe1,0xdd,0x63,0xff,0xf7,0x34,0x61,0x89,0x85,0x65,0x3,0xa0,0xc6,0x9c, + 0x3,0x3d,0x39,0x39,0x14,0x10,0xc,0x86,0xff,0xff,0xaf,0x86,0xff,0xff,0xff,0xaf, + 0xff,0xff,0xff,0x3a,0x0,0x0,0x0,0x0,0xaf,0xff,0xff,0x86,0xf1,0xa,0xe,0xdc, + 0xdc,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe5,0xe5,0xe5,0xe5, + 0x1b,0xe1,0xe1,0xdd,0x8b,0xff,0x86,0x34,0x5d,0x89,0x85,0x61,0x81,0xca,0xca,0xc6, + 0x7c,0x3d,0x3d,0x39,0x38,0x10,0xda,0xf4,0x8,0xff,0xff,0xaf,0x8,0xff,0xb3,0xaf, + 0xff,0xff,0xff,0x3a,0x0,0x0,0x0,0xf7,0xff,0xf6,0xaf,0xf5,0x4,0xa,0xe,0xdc, + 0xdc,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe5,0xe5,0xe1,0xe5, + 0xe5,0xe1,0xdd,0x63,0xff,0xaf,0x35,0x34,0x61,0x89,0x85,0x61,0x61,0xa5,0xcb,0xa5, + 0x5d,0x61,0x3d,0x39,0x38,0x10,0x10,0xda,0xf4,0x8,0xff,0xff,0x8,0x8,0xb3,0xaf, + 0xff,0xff,0xff,0x5e,0x0,0x0,0x0,0x8,0xff,0xff,0x7,0x4,0xa,0xa,0xe,0x6, + 0xdc,0xdc,0xdc,0xdc,0xe1,0xdc,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe5,0xe1,0xe1,0xe5, + 0xe1,0xe1,0xe1,0xaf,0xaf,0x35,0x34,0x5d,0x85,0x89,0x85,0x85,0x61,0x61,0x5d,0x61, + 0x61,0x61,0x3d,0x39,0x38,0x10,0x10,0xda,0xda,0xc,0xaf,0xff,0xff,0x8,0x8,0xaf, + 0xff,0xff,0xff,0x5e,0x0,0x0,0x55,0xf6,0xf6,0xf6,0xf5,0x4,0xa,0xa,0xa,0xf5, + 0x6,0xdc,0xdc,0xdc,0xe1,0x36,0x7,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe5, + 0xe1,0xdd,0xe1,0xaf,0x8,0x34,0x5c,0x85,0x89,0x89,0x89,0x65,0x61,0x61,0x61,0x61, + 0x61,0x3d,0x39,0x38,0x38,0x14,0x10,0xda,0xda,0xc,0xd,0xf6,0xff,0xff,0x8,0x8, + 0xff,0xff,0xff,0x5e,0x0,0x0,0x7,0xff,0xff,0x8,0xf1,0x4,0xa,0xa,0xa,0xf5, + 0xf5,0x6,0xdc,0xdc,0xe1,0x36,0x82,0x7,0xe0,0xe1,0xe1,0xe1,0xe1,0xe1,0xe5,0xe1, + 0xe1,0xdd,0x17,0xaf,0x86,0x34,0x5c,0x85,0x89,0x61,0x5d,0x5d,0x61,0x61,0x61,0x3d, + 0x61,0x5c,0x7c,0x78,0x34,0x14,0x10,0xda,0xda,0xda,0xf4,0x31,0xf6,0xf6,0xff,0x86, + 0xaf,0xff,0xff,0x5e,0x0,0x0,0x7,0xff,0xff,0xf7,0xed,0x4,0x4,0xa,0xf5,0xf5, + 0xf5,0xf5,0x6,0xdc,0xdc,0x5a,0xaf,0x82,0x7,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1, + 0xdd,0xdc,0xe1,0xaf,0x86,0x34,0x5c,0x85,0x85,0x7c,0xa0,0x9c,0x3,0x61,0x61,0x3d, + 0x3d,0x7c,0xca,0xc6,0x34,0x10,0x10,0xda,0xda,0xf4,0xf4,0x59,0xaf,0xf6,0xf6,0xf6, + 0x86,0xff,0xff,0x5e,0x0,0x0,0x7,0xff,0xff,0x5a,0xed,0x4,0x4,0x4,0xf1,0xf1, + 0xf1,0xf5,0xf5,0x6,0xdc,0x82,0xf6,0x8,0x82,0x7,0xe0,0xe1,0xe1,0xe1,0xe1,0xdd, + 0xdc,0xdd,0x3f,0xaf,0xaf,0x35,0x34,0x61,0x81,0xc6,0xca,0xca,0xa0,0x61,0x61,0x3d, + 0x3d,0x39,0x5d,0x58,0x10,0x10,0xda,0xf4,0xf4,0x7,0xaf,0xff,0xf6,0xaf,0xaf,0xaf, + 0xf6,0xff,0xff,0x5e,0x0,0x0,0x7,0xf6,0xff,0xf7,0xed,0x4,0x4,0xf1,0xf1,0xf1, + 0xf1,0xf1,0xf5,0xf5,0xf5,0xaf,0xff,0xf6,0x8,0x82,0x7,0xe1,0xe1,0xdd,0xdc,0xe1, + 0x63,0x8b,0x8b,0x8b,0x5e,0x34,0x38,0x61,0x85,0xa5,0xca,0xcb,0x81,0x61,0x61,0x3d, + 0x39,0x39,0x14,0x2,0x10,0xda,0xc,0x7,0xaf,0xff,0xf6,0xaf,0xaf,0xaf,0xaf,0xaf, + 0xff,0xff,0xff,0x5e,0x0,0x0,0x31,0xaf,0xff,0x86,0xed,0x4,0xf1,0x0,0xf1,0xf1, + 0xf1,0xf1,0xf1,0xf5,0x7,0xff,0xff,0xff,0xf6,0x8,0x82,0x7,0xdc,0xdd,0x17,0x9, + 0x8b,0x9,0x5e,0x35,0x34,0x38,0x61,0x85,0x61,0x61,0x81,0x5d,0x61,0x3d,0x3d,0x39, + 0x39,0x15,0x10,0xda,0xd,0x7,0xaf,0xff,0xf6,0xaf,0xaf,0xaf,0xaf,0xb3,0xb3,0xaf, + 0xff,0xff,0xff,0x5e,0x0,0x0,0x0,0x82,0xff,0xaf,0xf1,0x0,0x0,0x0,0x0,0xf1, + 0xf1,0xf1,0xf1,0xf5,0xaf,0xff,0xff,0xff,0xff,0xf6,0x8,0x82,0x7,0x3a,0x9,0x9, + 0x36,0xd,0x34,0x34,0x5d,0x61,0x85,0x61,0x61,0x61,0x61,0x61,0x3d,0x39,0x39,0x15, + 0x10,0xda,0xd,0xf7,0xaf,0xff,0xf6,0xaf,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf, + 0xff,0xff,0xff,0x5e,0x0,0x0,0x0,0x31,0x86,0x7,0xf0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0xf5,0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x82,0x7,0x5e,0x35, + 0xc,0x34,0x5d,0x61,0x61,0x85,0x61,0x61,0x61,0x61,0x3d,0x39,0x39,0x39,0x10,0xda, + 0x31,0xf7,0xf6,0xff,0xf6,0xaf,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf, + 0xff,0xff,0xff,0x5e,0x0,0x0,0x0,0x0,0x2d,0xf5,0xf0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x31,0x8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x82,0x7,0xc, + 0x39,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x39,0x39,0x39,0x11,0xda,0x31,0xf7, + 0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf, + 0xff,0xff,0xff,0x5e,0x0,0x0,0x0,0x0,0x0,0x31,0x31,0xf5,0xf0,0xf0,0xf1,0x31, + 0x82,0xf6,0xff,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x82,0x7, + 0x5d,0x61,0x61,0x61,0x61,0x61,0x3d,0x39,0x39,0x15,0x11,0xc,0x35,0x86,0xf6,0xf6, + 0xaf,0xaf,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf, + 0xff,0xff,0xff,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x86,0x8,0x8,0xf6,0xff, + 0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x82, + 0x7,0x61,0x61,0x61,0x3d,0x39,0x39,0x15,0xdb,0xda,0x35,0x86,0xf6,0xf6,0xaf,0xaf, + 0xaf,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf, + 0xff,0xff,0xff,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x8,0xf6,0xff,0xff, + 0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0x8, + 0x82,0x7,0x39,0x3d,0x39,0x15,0xdb,0xc,0x35,0x86,0xf6,0xf6,0xaf,0xaf,0xaf,0xaf, + 0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xd4, + 0xf6,0xff,0xff,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x86,0xaf,0xff, + 0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf6, + 0x8,0x82,0x7,0x15,0xdb,0xda,0x35,0x86,0xf6,0xf6,0xaf,0xaf,0xaf,0xaf,0xb3,0xb3, + 0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0x9, + 0xb3,0xff,0xff,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x86,0xaf, + 0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xf6,0x8,0x82,0x35,0x31,0x86,0xf6,0xf6,0xaf,0xaf,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x9, + 0xb3,0xff,0xff,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x86, + 0xaf,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf6,0x8,0x82,0x7,0x8,0xf6,0xaf,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xd4,0x9, + 0xb3,0xff,0xff,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7, + 0x86,0xaf,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xf6,0x8,0x82,0x7,0x8,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x8b,0x9,0x9, + 0xb3,0xff,0xf6,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x7,0x86,0xf6,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xf6,0x8,0x82,0x7,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x8b,0x8b,0x9,0x9, + 0xaf,0xff,0xb3,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x86,0xaf,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf6,0x8,0x82,0x7,0x8,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xd4,0x9,0x9,0x9,0x9, + 0xaf,0xb3,0xb3,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x86,0xaf,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xf6,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x82,0x7,0x8,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xd4,0x9,0x9,0x9,0x9,0x9, + 0xaf,0xaf,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x86,0xaf,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xf6,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x82,0x7,0x8,0xb3,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x8b,0x9,0x9,0x9,0x9,0x9,0x9, + 0xaf,0xaf,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0xf7,0x86,0xaf,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xf6, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x82,0x7,0x8,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x8b,0x9,0x9,0x9,0x9,0x9,0x9,0x62, + 0xaf,0xaf,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0x8,0x86,0xaf,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6, + 0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0xf6,0x8,0xf7,0x7,0xaf,0xb3,0xb3,0xaf, + 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x8b,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x5e, + 0xaf,0xaf,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0x8,0x86,0xaf,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6, + 0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xf6,0xaf,0x8,0xf7,0x8,0xb3,0xaf,0xaf, + 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x8b,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x63,0x5e, + 0xaf,0xaf,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xaf,0x86,0xaf,0xff,0xff,0xff,0xff,0xf6,0xf6, + 0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xaf,0x8,0x8,0xaf,0xaf,0xaf, + 0xaf,0xaf,0xaf,0xaf,0xaf,0x8b,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x63,0x5e,0x5e, + 0xaf,0xaf,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0x8,0x86,0xaf,0xff,0xff,0xff,0xff,0xf6, + 0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xaf,0x8,0x8,0xaf,0xaf,0xaf, + 0xaf,0xaf,0xaf,0x8b,0x8b,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x63,0x5e,0x5e,0x5e, + 0xaf,0xaf,0xaf,0x62,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xaf,0xd4,0x86,0xaf,0xff,0xff,0xff,0xff, + 0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf, + 0xaf,0xaf,0xaf,0x8b,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x63,0x5e,0x5e,0x5e,0x3a, + 0xaf,0xaf,0xaf,0xaf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xaf,0xb3,0xd4,0x86,0xaf,0xff,0xff,0xff, + 0xff,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0x8,0xaf,0xaf,0xaf,0xaf, + 0xaf,0x8b,0x8b,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x62,0x62, + 0xaf,0xff,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xaf,0xb3,0xb3,0xaf,0x86,0xaf,0xff,0xff, + 0xff,0xf6,0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0xaf,0xaf,0x8,0x8,0xaf,0xaf,0xaf,0xaf, + 0x8b,0x8b,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xaf,0xb3,0xb3,0xb3,0xaf,0x86,0xaf,0xf6, + 0xff,0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0xaf,0x8,0x8,0x8,0xaf,0xaf,0xaf,0xaf,0x8b, + 0x8b,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x63,0xff,0xff,0xff,0xff,0xb3,0xb3,0xb3, + 0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x86,0xaf, + 0xf6,0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0x8,0x8,0x8,0x8,0xaf,0xaf,0x8b,0x8b,0x8b, + 0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x63,0x5e,0xff,0xff,0xb3,0xb3,0xaf,0xb3,0xb3, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xaf,0xb3,0xb3,0xaf,0xaf,0xb3,0xaf,0x8, + 0xaf,0xf6,0xf6,0xf6,0xaf,0xaf,0x8,0x8,0x8,0x8,0xaf,0xaf,0x8b,0x8b,0x8b,0x9, + 0x9,0x9,0x9,0x9,0x9,0x9,0x63,0x5e,0x9,0xff,0xb3,0xb3,0xaf,0xb3,0xb3,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xaf,0xaf,0xb3,0xaf,0xaf,0xb3,0xb3,0xaf, + 0x8,0x8,0xaf,0xf6,0xaf,0xaf,0x8,0x8,0xd4,0xaf,0x8b,0x8b,0x8b,0x8b,0x9,0x9, + 0x9,0x9,0x9,0x9,0x63,0x63,0x5e,0x5e,0x9,0xff,0xb3,0xaf,0xb3,0xb3,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xaf,0xaf,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3, + 0xd9,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x8b,0x8b,0x8b,0x9,0x9,0x9, + 0x9,0x9,0x9,0x63,0x63,0x5e,0x5e,0x5e,0x9,0xff,0xb3,0xb3,0xb3,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf, + 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x8b,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9, + 0x9,0x9,0x62,0x5e,0x5e,0x5e,0x3a,0x3a,0x9,0xff,0xb3,0xb3,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf6, + 0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xff,0xff,0xb3,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb3, + 0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xff,0xb3,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb3,0xb3, + 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9, + 0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9, + 0x9,0x9,0x9,0x9,0x9,0x9,0x9,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc7,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0x3,0xff,0xff,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfc,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xf8,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xe0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xf0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xf0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xc0,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xe0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xf8,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfc,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x3,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x7,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1f,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x3f,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x7f,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x1,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0x3,0xff,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x7,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0xf,0xff,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x1f,0xff,0x28,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x60,0x0,0x0, + 0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0, + 0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0,0x0,0x80,0x80,0x80,0x0,0xc0,0xdc,0xc0, + 0x0,0xf0,0xca,0xa6,0x0,0xaa,0x3f,0x2a,0x0,0xff,0x3f,0x2a,0x0,0x0,0x5f,0x2a, + 0x0,0x55,0x5f,0x2a,0x0,0xaa,0x5f,0x2a,0x0,0xff,0x5f,0x2a,0x0,0x0,0x7f,0x2a, + 0x0,0x55,0x7f,0x2a,0x0,0xaa,0x7f,0x2a,0x0,0xff,0x7f,0x2a,0x0,0x0,0x9f,0x2a, + 0x0,0x55,0x9f,0x2a,0x0,0xaa,0x9f,0x2a,0x0,0xff,0x9f,0x2a,0x0,0x0,0xbf,0x2a, + 0x0,0x55,0xbf,0x2a,0x0,0xaa,0xbf,0x2a,0x0,0xff,0xbf,0x2a,0x0,0x0,0xdf,0x2a, + 0x0,0x55,0xdf,0x2a,0x0,0xaa,0xdf,0x2a,0x0,0xff,0xdf,0x2a,0x0,0x0,0xff,0x2a, + 0x0,0x55,0xff,0x2a,0x0,0xaa,0xff,0x2a,0x0,0xff,0xff,0x2a,0x0,0x0,0x0,0x55, + 0x0,0x55,0x0,0x55,0x0,0xaa,0x0,0x55,0x0,0xff,0x0,0x55,0x0,0x0,0x1f,0x55, + 0x0,0x55,0x1f,0x55,0x0,0xaa,0x1f,0x55,0x0,0xff,0x1f,0x55,0x0,0x0,0x3f,0x55, + 0x0,0x55,0x3f,0x55,0x0,0xaa,0x3f,0x55,0x0,0xff,0x3f,0x55,0x0,0x0,0x5f,0x55, + 0x0,0x55,0x5f,0x55,0x0,0xaa,0x5f,0x55,0x0,0xff,0x5f,0x55,0x0,0x0,0x7f,0x55, + 0x0,0x55,0x7f,0x55,0x0,0xaa,0x7f,0x55,0x0,0xff,0x7f,0x55,0x0,0x0,0x9f,0x55, + 0x0,0x55,0x9f,0x55,0x0,0xaa,0x9f,0x55,0x0,0xff,0x9f,0x55,0x0,0x0,0xbf,0x55, + 0x0,0x55,0xbf,0x55,0x0,0xaa,0xbf,0x55,0x0,0xff,0xbf,0x55,0x0,0x0,0xdf,0x55, + 0x0,0x55,0xdf,0x55,0x0,0xaa,0xdf,0x55,0x0,0xff,0xdf,0x55,0x0,0x0,0xff,0x55, + 0x0,0x55,0xff,0x55,0x0,0xaa,0xff,0x55,0x0,0xff,0xff,0x55,0x0,0x0,0x0,0x7f, + 0x0,0x55,0x0,0x7f,0x0,0xaa,0x0,0x7f,0x0,0xff,0x0,0x7f,0x0,0x0,0x1f,0x7f, + 0x0,0x55,0x1f,0x7f,0x0,0xaa,0x1f,0x7f,0x0,0xff,0x1f,0x7f,0x0,0x0,0x3f,0x7f, + 0x0,0x55,0x3f,0x7f,0x0,0xaa,0x3f,0x7f,0x0,0xff,0x3f,0x7f,0x0,0x0,0x5f,0x7f, + 0x0,0x55,0x5f,0x7f,0x0,0xaa,0x5f,0x7f,0x0,0xff,0x5f,0x7f,0x0,0x0,0x7f,0x7f, + 0x0,0x55,0x7f,0x7f,0x0,0xaa,0x7f,0x7f,0x0,0xff,0x7f,0x7f,0x0,0x0,0x9f,0x7f, + 0x0,0x55,0x9f,0x7f,0x0,0xaa,0x9f,0x7f,0x0,0xff,0x9f,0x7f,0x0,0x0,0xbf,0x7f, + 0x0,0x55,0xbf,0x7f,0x0,0xaa,0xbf,0x7f,0x0,0xff,0xbf,0x7f,0x0,0x0,0xdf,0x7f, + 0x0,0x55,0xdf,0x7f,0x0,0xaa,0xdf,0x7f,0x0,0xff,0xdf,0x7f,0x0,0x0,0xff,0x7f, + 0x0,0x55,0xff,0x7f,0x0,0xaa,0xff,0x7f,0x0,0xff,0xff,0x7f,0x0,0x0,0x0,0xaa, + 0x0,0x55,0x0,0xaa,0x0,0xaa,0x0,0xaa,0x0,0xff,0x0,0xaa,0x0,0x0,0x1f,0xaa, + 0x0,0x55,0x1f,0xaa,0x0,0xaa,0x1f,0xaa,0x0,0xff,0x1f,0xaa,0x0,0x0,0x3f,0xaa, + 0x0,0x55,0x3f,0xaa,0x0,0xaa,0x3f,0xaa,0x0,0xff,0x3f,0xaa,0x0,0x0,0x5f,0xaa, + 0x0,0x55,0x5f,0xaa,0x0,0xaa,0x5f,0xaa,0x0,0xff,0x5f,0xaa,0x0,0x0,0x7f,0xaa, + 0x0,0x55,0x7f,0xaa,0x0,0xaa,0x7f,0xaa,0x0,0xff,0x7f,0xaa,0x0,0x0,0x9f,0xaa, + 0x0,0x55,0x9f,0xaa,0x0,0xaa,0x9f,0xaa,0x0,0xff,0x9f,0xaa,0x0,0x0,0xbf,0xaa, + 0x0,0x55,0xbf,0xaa,0x0,0xaa,0xbf,0xaa,0x0,0xff,0xbf,0xaa,0x0,0x0,0xdf,0xaa, + 0x0,0x55,0xdf,0xaa,0x0,0xaa,0xdf,0xaa,0x0,0xff,0xdf,0xaa,0x0,0x0,0xff,0xaa, + 0x0,0x55,0xff,0xaa,0x0,0xaa,0xff,0xaa,0x0,0xff,0xff,0xaa,0x0,0x0,0x0,0xd4, + 0x0,0x55,0x0,0xd4,0x0,0xaa,0x0,0xd4,0x0,0xff,0x0,0xd4,0x0,0x0,0x1f,0xd4, + 0x0,0x55,0x1f,0xd4,0x0,0xaa,0x1f,0xd4,0x0,0xff,0x1f,0xd4,0x0,0x0,0x3f,0xd4, + 0x0,0x55,0x3f,0xd4,0x0,0xaa,0x3f,0xd4,0x0,0xff,0x3f,0xd4,0x0,0x0,0x5f,0xd4, + 0x0,0x55,0x5f,0xd4,0x0,0xaa,0x5f,0xd4,0x0,0xff,0x5f,0xd4,0x0,0x0,0x7f,0xd4, + 0x0,0x55,0x7f,0xd4,0x0,0xaa,0x7f,0xd4,0x0,0xff,0x7f,0xd4,0x0,0x0,0x9f,0xd4, + 0x0,0x55,0x9f,0xd4,0x0,0xaa,0x9f,0xd4,0x0,0xff,0x9f,0xd4,0x0,0x0,0xbf,0xd4, + 0x0,0x55,0xbf,0xd4,0x0,0xaa,0xbf,0xd4,0x0,0xff,0xbf,0xd4,0x0,0x0,0xdf,0xd4, + 0x0,0x55,0xdf,0xd4,0x0,0xaa,0xdf,0xd4,0x0,0xff,0xdf,0xd4,0x0,0x0,0xff,0xd4, + 0x0,0x55,0xff,0xd4,0x0,0xaa,0xff,0xd4,0x0,0xff,0xff,0xd4,0x0,0x55,0x0,0xff, + 0x0,0xaa,0x0,0xff,0x0,0x0,0x1f,0xff,0x0,0x55,0x1f,0xff,0x0,0xaa,0x1f,0xff, + 0x0,0xff,0x1f,0xff,0x0,0x0,0x3f,0xff,0x0,0x55,0x3f,0xff,0x0,0xaa,0x3f,0xff, + 0x0,0xff,0x3f,0xff,0x0,0x0,0x5f,0xff,0x0,0x55,0x5f,0xff,0x0,0xaa,0x5f,0xff, + 0x0,0xff,0x5f,0xff,0x0,0x0,0x7f,0xff,0x0,0x55,0x7f,0xff,0x0,0xaa,0x7f,0xff, + 0x0,0xff,0x7f,0xff,0x0,0x0,0x9f,0xff,0x0,0x55,0x9f,0xff,0x0,0xaa,0x9f,0xff, + 0x0,0xff,0x9f,0xff,0x0,0x0,0xbf,0xff,0x0,0x55,0xbf,0xff,0x0,0xaa,0xbf,0xff, + 0x0,0xff,0xbf,0xff,0x0,0x0,0xdf,0xff,0x0,0x55,0xdf,0xff,0x0,0xaa,0xdf,0xff, + 0x0,0xff,0xdf,0xff,0x0,0x55,0xff,0xff,0x0,0xaa,0xff,0xff,0x0,0xff,0xcc,0xcc, + 0x0,0xff,0xcc,0xff,0x0,0xff,0xff,0x33,0x0,0xff,0xff,0x66,0x0,0xff,0xff,0x99, + 0x0,0xff,0xff,0xcc,0x0,0x0,0x7f,0x0,0x0,0x55,0x7f,0x0,0x0,0xaa,0x7f,0x0, + 0x0,0xff,0x7f,0x0,0x0,0x0,0x9f,0x0,0x0,0x55,0x9f,0x0,0x0,0xaa,0x9f,0x0, + 0x0,0xff,0x9f,0x0,0x0,0x0,0xbf,0x0,0x0,0x55,0xbf,0x0,0x0,0xaa,0xbf,0x0, + 0x0,0xff,0xbf,0x0,0x0,0x0,0xdf,0x0,0x0,0x55,0xdf,0x0,0x0,0xaa,0xdf,0x0, + 0x0,0xff,0xdf,0x0,0x0,0x55,0xff,0x0,0x0,0xaa,0xff,0x0,0x0,0x0,0x0,0x2a, + 0x0,0x55,0x0,0x2a,0x0,0xaa,0x0,0x2a,0x0,0xff,0x0,0x2a,0x0,0x0,0x1f,0x2a, + 0x0,0x55,0x1f,0x2a,0x0,0xaa,0x1f,0x2a,0x0,0xff,0x1f,0x2a,0x0,0x0,0x3f,0x2a, + 0x0,0x55,0x3f,0x2a,0x0,0xf0,0xfb,0xff,0x0,0xa4,0xa0,0xa0,0x0,0x80,0x80,0x80, + 0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0,0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0, + 0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x31,0xaf,0xff,0x86,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e, + 0x36,0x36,0x31,0x31,0x8,0xff,0xff,0xff,0xff,0xf7,0x36,0x36,0x3a,0x3a,0x3a,0x3a, + 0x3a,0x3a,0x3a,0x3a,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x5e,0xff,0xff,0xff,0xf6,0xaf,0x8,0x8, + 0x86,0x7,0x86,0xff,0xff,0xff,0x86,0x5e,0xff,0xff,0xf7,0x86,0xaf,0xf6,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x62,0xf6,0xf6,0x8,0x8,0x8,0x86,0x7, + 0xf7,0xf6,0xff,0xff,0x8,0x36,0x12,0x12,0x82,0xff,0xff,0xf7,0x8,0x8,0xf6,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x5e,0x8,0x8,0xf7,0xf7,0x7,0x7,0xaf, + 0xff,0xff,0xaf,0x5e,0x12,0x17,0x3f,0x3f,0x12,0x86,0xff,0xff,0x7,0x86,0x86,0x9, + 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xff,0xff,0x36,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x36,0x86,0x8,0x5e,0x7,0x8,0xff,0xff, + 0xf6,0x5e,0xdc,0xe0,0x3f,0x63,0x63,0x63,0x3b,0xdc,0x8,0xff,0xf6,0x7,0x8,0x8, + 0xaf,0xf6,0xff,0xff,0xff,0xff,0xff,0xb3,0xaf,0xff,0xff,0x36,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x36,0x86,0x7,0x86,0xff,0xff,0xf6,0xf7, + 0x12,0xdc,0x17,0x3f,0x63,0x67,0x63,0x3f,0x17,0xdc,0x6,0x8,0xff,0xf6,0xf7,0x8, + 0x8,0xaf,0xf6,0xff,0xff,0xff,0xff,0xff,0xaf,0xff,0xff,0x36,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x31,0xf7,0xf6,0xff,0xff,0x8,0xe,0xdc, + 0xe0,0x17,0x3f,0x63,0x67,0x63,0x3f,0x17,0x3b,0x63,0x3b,0x36,0xaf,0xff,0xaf,0xf7, + 0x8,0x8,0xaf,0xaf,0xff,0xff,0xff,0xff,0xaf,0xff,0xff,0x36,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xaf,0xff,0xff,0x8,0x36,0xdc,0xdc,0xe1, + 0x3f,0x3f,0x63,0x63,0x3f,0x17,0x3f,0x9,0x8b,0x5e,0x11,0xd,0xd,0xf6,0xff,0x8, + 0x82,0x8,0x8,0xaf,0xaf,0xff,0xff,0xff,0xaf,0xff,0xff,0x36,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x31,0x8,0xff,0xff,0xf6,0x5e,0x6,0xdc,0xe1,0xe1,0x3f, + 0x3f,0x3f,0x63,0x3f,0xe1,0x63,0x8b,0x9,0x7,0xd,0x10,0x11,0xda,0x35,0xf6,0xff, + 0x8,0x86,0x8,0x8,0xaf,0xaf,0xb3,0xff,0xaf,0xff,0xff,0x3a,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0xf1,0x86,0xff,0xff,0xf6,0xf7,0x6,0xdc,0xdc,0xe1,0xe1,0x1b,0x3f, + 0x3f,0x3f,0x3f,0x17,0x3f,0xaf,0x62,0xd,0x34,0x39,0x61,0x3d,0x39,0x10,0x35,0xf6, + 0xff,0x86,0x8,0xaf,0xaf,0xaf,0xaf,0xb3,0xaf,0xff,0xff,0x3a,0x0,0x0,0x0,0x0, + 0x0,0x0,0x7,0xf6,0xff,0xff,0x86,0xe,0xdc,0xdc,0xdc,0xe1,0xe1,0x1b,0x1b,0x3f, + 0x3f,0x3f,0x3f,0xe1,0x8b,0x9,0xc,0x39,0x61,0x61,0x61,0x61,0x3d,0x39,0x10,0x7, + 0xff,0xff,0x82,0xaf,0xaf,0xaf,0xb3,0xb3,0xaf,0xff,0xff,0x3a,0x0,0x0,0x0,0x0, + 0x0,0xf7,0xff,0xff,0xf6,0x36,0xa,0xdc,0xdc,0xdc,0xe1,0xe5,0xe5,0x1b,0x1b,0x1b, + 0x3f,0x3f,0x1b,0xe1,0x8b,0x86,0x10,0x61,0x89,0x61,0x61,0x61,0x61,0x39,0x39,0xda, + 0x7,0xff,0xff,0x82,0xff,0xff,0xff,0xff,0xaf,0xff,0xff,0x3a,0x0,0x0,0x0,0x0, + 0x7,0xff,0xff,0x8,0x6,0xa,0xdc,0xdc,0xdc,0xe1,0xe1,0xe5,0xe5,0xe5,0xe5,0x1b, + 0x1b,0x3f,0x1b,0xe1,0x9,0xaf,0x35,0x61,0x89,0x85,0x61,0x61,0x3d,0x3d,0x39,0x15, + 0xda,0xf7,0xff,0xff,0x82,0xff,0xff,0xff,0xaf,0xff,0xff,0x3a,0x0,0x0,0x0,0x55, + 0xf6,0xff,0x86,0xf5,0xa,0xdc,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe5,0xe5,0xe5,0x1b, + 0x1b,0x1b,0x1b,0xe1,0x63,0xff,0x35,0x61,0x89,0x89,0x5d,0x7c,0x7c,0x5d,0x3d,0x39, + 0x14,0xda,0x86,0xff,0xf6,0x8,0xff,0xff,0xaf,0xff,0xff,0x3a,0x0,0x0,0x0,0x86, + 0xff,0xaf,0xf5,0xa,0xdc,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe5,0xe5, + 0xe5,0x1b,0xe1,0xdd,0x9,0xff,0x35,0x5c,0x89,0x61,0x81,0xca,0xca,0x80,0x3d,0x39, + 0x38,0x10,0xc,0x86,0xff,0xf6,0x8,0xff,0xaf,0xff,0xff,0x3a,0x0,0x0,0x0,0xf6, + 0xff,0x7,0x4,0xa,0xe,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe5,0xe1, + 0xe5,0xe5,0xe1,0x3f,0xff,0xf7,0x34,0x61,0x89,0x85,0x61,0x81,0x81,0x61,0x3d,0x3d, + 0x38,0x10,0xda,0xf4,0x8,0xff,0xaf,0x8,0xaf,0xff,0xff,0x5e,0x0,0x0,0x7,0xf6, + 0xf6,0xf5,0x4,0xa,0xa,0xdc,0xdc,0xdc,0xe1,0x36,0xe0,0xe1,0xe1,0xe1,0xe1,0xe1, + 0xe5,0xe1,0xdd,0x9,0x8,0x34,0x61,0x89,0x89,0x89,0x61,0x61,0x3d,0x61,0x3d,0x39, + 0x38,0x10,0x10,0xda,0xc,0x8,0xff,0x8,0x8,0xff,0xff,0x5e,0x0,0x0,0x7,0xff, + 0xaf,0xf1,0x4,0xa,0xf5,0xf5,0x6,0xdc,0xdc,0x7,0x5e,0xe0,0xe1,0xe1,0xe1,0xe1, + 0xe5,0xe1,0xdd,0x8b,0x86,0x34,0x85,0x89,0x5d,0x5d,0x61,0x61,0x3d,0x61,0x80,0x7c, + 0x34,0x10,0x10,0xda,0xda,0xf4,0xaf,0xff,0x8,0xaf,0xff,0x5e,0x0,0x0,0x7,0xff, + 0x8,0xf1,0x4,0x4,0xf1,0xf5,0xf5,0x6,0xdc,0x82,0x8,0x7,0xe0,0xe1,0xe1,0xe1, + 0xe1,0xdd,0xdc,0x9,0x9,0x34,0x61,0x85,0xa0,0xc2,0x7c,0x61,0x61,0x3d,0x81,0xc6, + 0x34,0x10,0xda,0xc,0xc,0xf7,0xaf,0xf6,0xaf,0x8,0xff,0x5e,0x0,0x0,0x7,0xff, + 0x8,0xf1,0x4,0xf1,0xf1,0xf1,0xf1,0xf5,0x6,0xaf,0xf6,0x8,0x7,0xe0,0xe1,0xdd, + 0xdd,0x17,0x63,0x8b,0x9,0x35,0x5c,0x85,0xca,0xca,0x80,0x61,0x3d,0x39,0x39,0x34, + 0x2,0xda,0xc,0xf7,0xaf,0xff,0xaf,0xaf,0xaf,0xf6,0xff,0x5e,0x0,0x0,0x0,0xaf, + 0xf6,0xf1,0x0,0x0,0x0,0xf1,0xf1,0xf1,0x7,0xff,0xff,0xf6,0x8,0x7,0xdc,0xdd, + 0x63,0x9,0x62,0x7,0x34,0x5c,0x61,0x61,0x85,0x81,0x61,0x3d,0x39,0x39,0x14,0xda, + 0x35,0xf7,0xf6,0xf6,0xaf,0xaf,0xaf,0xb3,0xaf,0xff,0xff,0x5e,0x0,0x0,0x0,0xf7, + 0xf7,0x0,0x0,0x0,0x0,0xf1,0xed,0xf5,0xaf,0xff,0xff,0xff,0xf6,0x8,0x7,0x5e, + 0x9,0x35,0x10,0x34,0x5d,0x61,0x61,0x61,0x61,0x3d,0x3d,0x39,0x15,0xda,0x35,0xf7, + 0xf6,0xf6,0xaf,0xaf,0xaf,0xb3,0xb3,0xb3,0xaf,0xff,0xff,0x5e,0x0,0x0,0x0,0x0, + 0x2d,0xf0,0x0,0x0,0x0,0x0,0xf5,0x8,0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x7, + 0x35,0x34,0x5d,0x61,0x61,0x61,0x61,0x61,0x3d,0x39,0x15,0xda,0x35,0x86,0xf6,0xf6, + 0xaf,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xff,0xff,0x5e,0x0,0x0,0x0,0x0, + 0x31,0x31,0xf5,0xf1,0x2d,0xf7,0xf6,0xff,0xf6,0xff,0xff,0xff,0xff,0xff,0xf6,0x8, + 0x7,0x5d,0x65,0x61,0x61,0x61,0x3d,0x39,0x15,0x10,0x35,0x86,0xf6,0xf6,0xaf,0xaf, + 0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xd4,0xff,0xff,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x7,0x8,0xf6,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xf6, + 0x8,0x7,0x5d,0x61,0x3d,0x39,0x15,0x11,0x35,0x86,0xf6,0xf6,0xaf,0xaf,0xaf,0xb3, + 0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0x9,0xb3,0xff,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x0,0xf7,0xaf,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff, + 0xf6,0x8,0x7,0x39,0x15,0xda,0x35,0x86,0xf6,0xf6,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0x9,0xb3,0xff,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0xf7,0xaf,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff, + 0xff,0xf6,0x8,0x7,0x35,0x86,0xf6,0xf6,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0x9,0xb3,0xff,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0xf7,0xaf,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff, + 0xff,0xff,0xf6,0x8,0xf7,0x8,0xaf,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0x9,0xaf,0xff,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xf7,0xaf,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xff,0xff, + 0xff,0xff,0xff,0xf6,0x8,0x7,0x8,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, + 0xb3,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x9,0x9,0xaf,0xf6,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0xf7,0x8,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf6,0x8,0x7,0x8,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, + 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x9,0x9,0x9,0xaf,0xb3,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf7,0x8,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xf6, + 0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x7,0x8,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf, + 0xaf,0xaf,0xaf,0xaf,0xaf,0x9,0x9,0x9,0x9,0xaf,0xaf,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf7,0x8,0xff,0xff,0xff,0xf6,0xf6,0xf6, + 0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x7,0x8,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf, + 0xaf,0xaf,0xaf,0x8b,0x9,0x9,0x9,0x9,0x62,0xaf,0xaf,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x8,0x8,0xff,0xff,0xff,0xf6,0xf6, + 0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xf6,0x8,0x7,0xd4,0xb3,0xaf,0xaf,0xaf,0xaf, + 0xaf,0xaf,0x8b,0x9,0x9,0x9,0x9,0x9,0x5e,0xaf,0xaf,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0x8,0xaf,0xff,0xff,0xff,0xf6, + 0xf6,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xf6,0xaf,0x86,0x8,0xb3,0xaf,0xaf,0xaf,0xaf, + 0xaf,0xd4,0x9,0x9,0x9,0x9,0x9,0x63,0x5e,0xaf,0xaf,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0x86,0x8,0xff,0xff,0xff, + 0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0x8,0x8,0xaf,0xaf,0xaf,0xaf,0xaf, + 0x8b,0x9,0x9,0x9,0x9,0x9,0x63,0x5e,0x5e,0xaf,0xaf,0x62,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xaf,0x8,0x8,0xff,0xff, + 0xff,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0x8b, + 0x9,0x9,0x9,0x9,0x9,0x63,0x5e,0x5e,0x3a,0xaf,0xaf,0xd4,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xaf,0xaf,0x8,0x8,0xff, + 0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0x8,0xaf,0xaf,0xaf,0x8b,0x8b,0x9, + 0x9,0x9,0x9,0x9,0x63,0x5e,0x5e,0x3a,0x5e,0xaf,0xb3,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xaf,0xb3,0xaf,0x8,0x8, + 0xf6,0xff,0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0x8,0x8,0xaf,0xaf,0x8b,0x8b,0x9,0x9, + 0x9,0x9,0x9,0x9,0xff,0xff,0xff,0xff,0xb3,0xff,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xaf,0xaf,0xb3,0xaf,0x8, + 0x8,0xf6,0xf6,0xf6,0xaf,0xaf,0x8,0x8,0x8,0xaf,0xaf,0x8b,0x8b,0x9,0x9,0x9, + 0x9,0x9,0x63,0x9,0xff,0xff,0xb3,0xaf,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xaf,0xaf,0xaf,0xb3,0xaf, + 0x8,0x8,0xf6,0xf6,0xaf,0xaf,0x8,0x8,0xaf,0xaf,0x8b,0x8b,0x9,0x9,0x9,0x9, + 0x9,0x63,0x5e,0x9,0xff,0xb3,0xaf,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xaf,0xb3,0xaf,0xb3,0xb3, + 0xaf,0xaf,0xaf,0xaf,0xaf,0x8,0xd4,0xaf,0x8b,0x8b,0x8b,0x9,0x9,0x9,0x9,0x9, + 0x63,0x5e,0x5e,0x9,0xff,0xb3,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xaf,0xaf,0xaf,0xaf,0xaf, + 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xd4,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x62,0x5e, + 0x5e,0x5e,0x3a,0x9,0xb3,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb3,0xaf,0xaf, + 0xaf,0xaf,0xaf,0xff,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb3,0xaf,0xaf,0xaf, + 0xaf,0xaf,0xaf,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9, + 0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9, + 0x9,0x9,0xaf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xdf,0xc7,0xff,0xff,0xff,0xdf,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xf,0xff,0xff,0xff,0xff,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xff,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xc0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0x0,0x0,0x0,0x0,0x1,0xff,0xc0,0xfc,0x0,0x0, + 0x0,0x0,0x1,0xff,0x0,0xf8,0x0,0x0,0x0,0x0,0x1,0xfc,0x0,0xf0,0x0,0x0, + 0x0,0x0,0x1,0xf8,0x0,0xe0,0x0,0x0,0x0,0x0,0x1,0xf0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x1,0xe0,0x0,0xc0,0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x1,0xc0,0x0,0x80,0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x1,0x80,0x0,0x80,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0x80,0x0,0x0, + 0x0,0x0,0x1,0x80,0x0,0xc0,0x0,0x0,0x0,0x0,0x1,0x80,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x1,0xc0,0x0,0xe0,0x0,0x0,0x0,0x0,0x1,0xc0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x1,0xe0,0x0,0xf0,0x0,0x0,0x0,0x0,0x1,0xe0,0x0,0xf8,0x0,0x0, + 0x0,0x0,0x1,0xf0,0x0,0xfc,0x0,0x0,0x0,0x0,0x1,0xf8,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x1,0xfc,0x0,0xff,0x0,0x0,0x0,0x0,0x1,0xfe,0x0,0xff,0x80,0x0, + 0x0,0x0,0x1,0xff,0x0,0xff,0xc0,0x0,0x0,0x0,0x1,0xff,0x80,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xc0,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x3,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x7,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0xf,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x1f,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x3f,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x7f,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0xff,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x1,0xff,0xff,0xe0,0xff,0xe0,0x0,0x0,0x3,0xff,0xff,0xe0,0x28,0x0,0x0, + 0x0,0x20,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0, + 0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0, + 0x0,0x80,0x80,0x80,0x0,0xc0,0xdc,0xc0,0x0,0xf0,0xca,0xa6,0x0,0xaa,0x3f,0x2a, + 0x0,0xff,0x3f,0x2a,0x0,0x0,0x5f,0x2a,0x0,0x55,0x5f,0x2a,0x0,0xaa,0x5f,0x2a, + 0x0,0xff,0x5f,0x2a,0x0,0x0,0x7f,0x2a,0x0,0x55,0x7f,0x2a,0x0,0xaa,0x7f,0x2a, + 0x0,0xff,0x7f,0x2a,0x0,0x0,0x9f,0x2a,0x0,0x55,0x9f,0x2a,0x0,0xaa,0x9f,0x2a, + 0x0,0xff,0x9f,0x2a,0x0,0x0,0xbf,0x2a,0x0,0x55,0xbf,0x2a,0x0,0xaa,0xbf,0x2a, + 0x0,0xff,0xbf,0x2a,0x0,0x0,0xdf,0x2a,0x0,0x55,0xdf,0x2a,0x0,0xaa,0xdf,0x2a, + 0x0,0xff,0xdf,0x2a,0x0,0x0,0xff,0x2a,0x0,0x55,0xff,0x2a,0x0,0xaa,0xff,0x2a, + 0x0,0xff,0xff,0x2a,0x0,0x0,0x0,0x55,0x0,0x55,0x0,0x55,0x0,0xaa,0x0,0x55, + 0x0,0xff,0x0,0x55,0x0,0x0,0x1f,0x55,0x0,0x55,0x1f,0x55,0x0,0xaa,0x1f,0x55, + 0x0,0xff,0x1f,0x55,0x0,0x0,0x3f,0x55,0x0,0x55,0x3f,0x55,0x0,0xaa,0x3f,0x55, + 0x0,0xff,0x3f,0x55,0x0,0x0,0x5f,0x55,0x0,0x55,0x5f,0x55,0x0,0xaa,0x5f,0x55, + 0x0,0xff,0x5f,0x55,0x0,0x0,0x7f,0x55,0x0,0x55,0x7f,0x55,0x0,0xaa,0x7f,0x55, + 0x0,0xff,0x7f,0x55,0x0,0x0,0x9f,0x55,0x0,0x55,0x9f,0x55,0x0,0xaa,0x9f,0x55, + 0x0,0xff,0x9f,0x55,0x0,0x0,0xbf,0x55,0x0,0x55,0xbf,0x55,0x0,0xaa,0xbf,0x55, + 0x0,0xff,0xbf,0x55,0x0,0x0,0xdf,0x55,0x0,0x55,0xdf,0x55,0x0,0xaa,0xdf,0x55, + 0x0,0xff,0xdf,0x55,0x0,0x0,0xff,0x55,0x0,0x55,0xff,0x55,0x0,0xaa,0xff,0x55, + 0x0,0xff,0xff,0x55,0x0,0x0,0x0,0x7f,0x0,0x55,0x0,0x7f,0x0,0xaa,0x0,0x7f, + 0x0,0xff,0x0,0x7f,0x0,0x0,0x1f,0x7f,0x0,0x55,0x1f,0x7f,0x0,0xaa,0x1f,0x7f, + 0x0,0xff,0x1f,0x7f,0x0,0x0,0x3f,0x7f,0x0,0x55,0x3f,0x7f,0x0,0xaa,0x3f,0x7f, + 0x0,0xff,0x3f,0x7f,0x0,0x0,0x5f,0x7f,0x0,0x55,0x5f,0x7f,0x0,0xaa,0x5f,0x7f, + 0x0,0xff,0x5f,0x7f,0x0,0x0,0x7f,0x7f,0x0,0x55,0x7f,0x7f,0x0,0xaa,0x7f,0x7f, + 0x0,0xff,0x7f,0x7f,0x0,0x0,0x9f,0x7f,0x0,0x55,0x9f,0x7f,0x0,0xaa,0x9f,0x7f, + 0x0,0xff,0x9f,0x7f,0x0,0x0,0xbf,0x7f,0x0,0x55,0xbf,0x7f,0x0,0xaa,0xbf,0x7f, + 0x0,0xff,0xbf,0x7f,0x0,0x0,0xdf,0x7f,0x0,0x55,0xdf,0x7f,0x0,0xaa,0xdf,0x7f, + 0x0,0xff,0xdf,0x7f,0x0,0x0,0xff,0x7f,0x0,0x55,0xff,0x7f,0x0,0xaa,0xff,0x7f, + 0x0,0xff,0xff,0x7f,0x0,0x0,0x0,0xaa,0x0,0x55,0x0,0xaa,0x0,0xaa,0x0,0xaa, + 0x0,0xff,0x0,0xaa,0x0,0x0,0x1f,0xaa,0x0,0x55,0x1f,0xaa,0x0,0xaa,0x1f,0xaa, + 0x0,0xff,0x1f,0xaa,0x0,0x0,0x3f,0xaa,0x0,0x55,0x3f,0xaa,0x0,0xaa,0x3f,0xaa, + 0x0,0xff,0x3f,0xaa,0x0,0x0,0x5f,0xaa,0x0,0x55,0x5f,0xaa,0x0,0xaa,0x5f,0xaa, + 0x0,0xff,0x5f,0xaa,0x0,0x0,0x7f,0xaa,0x0,0x55,0x7f,0xaa,0x0,0xaa,0x7f,0xaa, + 0x0,0xff,0x7f,0xaa,0x0,0x0,0x9f,0xaa,0x0,0x55,0x9f,0xaa,0x0,0xaa,0x9f,0xaa, + 0x0,0xff,0x9f,0xaa,0x0,0x0,0xbf,0xaa,0x0,0x55,0xbf,0xaa,0x0,0xaa,0xbf,0xaa, + 0x0,0xff,0xbf,0xaa,0x0,0x0,0xdf,0xaa,0x0,0x55,0xdf,0xaa,0x0,0xaa,0xdf,0xaa, + 0x0,0xff,0xdf,0xaa,0x0,0x0,0xff,0xaa,0x0,0x55,0xff,0xaa,0x0,0xaa,0xff,0xaa, + 0x0,0xff,0xff,0xaa,0x0,0x0,0x0,0xd4,0x0,0x55,0x0,0xd4,0x0,0xaa,0x0,0xd4, + 0x0,0xff,0x0,0xd4,0x0,0x0,0x1f,0xd4,0x0,0x55,0x1f,0xd4,0x0,0xaa,0x1f,0xd4, + 0x0,0xff,0x1f,0xd4,0x0,0x0,0x3f,0xd4,0x0,0x55,0x3f,0xd4,0x0,0xaa,0x3f,0xd4, + 0x0,0xff,0x3f,0xd4,0x0,0x0,0x5f,0xd4,0x0,0x55,0x5f,0xd4,0x0,0xaa,0x5f,0xd4, + 0x0,0xff,0x5f,0xd4,0x0,0x0,0x7f,0xd4,0x0,0x55,0x7f,0xd4,0x0,0xaa,0x7f,0xd4, + 0x0,0xff,0x7f,0xd4,0x0,0x0,0x9f,0xd4,0x0,0x55,0x9f,0xd4,0x0,0xaa,0x9f,0xd4, + 0x0,0xff,0x9f,0xd4,0x0,0x0,0xbf,0xd4,0x0,0x55,0xbf,0xd4,0x0,0xaa,0xbf,0xd4, + 0x0,0xff,0xbf,0xd4,0x0,0x0,0xdf,0xd4,0x0,0x55,0xdf,0xd4,0x0,0xaa,0xdf,0xd4, + 0x0,0xff,0xdf,0xd4,0x0,0x0,0xff,0xd4,0x0,0x55,0xff,0xd4,0x0,0xaa,0xff,0xd4, + 0x0,0xff,0xff,0xd4,0x0,0x55,0x0,0xff,0x0,0xaa,0x0,0xff,0x0,0x0,0x1f,0xff, + 0x0,0x55,0x1f,0xff,0x0,0xaa,0x1f,0xff,0x0,0xff,0x1f,0xff,0x0,0x0,0x3f,0xff, + 0x0,0x55,0x3f,0xff,0x0,0xaa,0x3f,0xff,0x0,0xff,0x3f,0xff,0x0,0x0,0x5f,0xff, + 0x0,0x55,0x5f,0xff,0x0,0xaa,0x5f,0xff,0x0,0xff,0x5f,0xff,0x0,0x0,0x7f,0xff, + 0x0,0x55,0x7f,0xff,0x0,0xaa,0x7f,0xff,0x0,0xff,0x7f,0xff,0x0,0x0,0x9f,0xff, + 0x0,0x55,0x9f,0xff,0x0,0xaa,0x9f,0xff,0x0,0xff,0x9f,0xff,0x0,0x0,0xbf,0xff, + 0x0,0x55,0xbf,0xff,0x0,0xaa,0xbf,0xff,0x0,0xff,0xbf,0xff,0x0,0x0,0xdf,0xff, + 0x0,0x55,0xdf,0xff,0x0,0xaa,0xdf,0xff,0x0,0xff,0xdf,0xff,0x0,0x55,0xff,0xff, + 0x0,0xaa,0xff,0xff,0x0,0xff,0xcc,0xcc,0x0,0xff,0xcc,0xff,0x0,0xff,0xff,0x33, + 0x0,0xff,0xff,0x66,0x0,0xff,0xff,0x99,0x0,0xff,0xff,0xcc,0x0,0x0,0x7f,0x0, + 0x0,0x55,0x7f,0x0,0x0,0xaa,0x7f,0x0,0x0,0xff,0x7f,0x0,0x0,0x0,0x9f,0x0, + 0x0,0x55,0x9f,0x0,0x0,0xaa,0x9f,0x0,0x0,0xff,0x9f,0x0,0x0,0x0,0xbf,0x0, + 0x0,0x55,0xbf,0x0,0x0,0xaa,0xbf,0x0,0x0,0xff,0xbf,0x0,0x0,0x0,0xdf,0x0, + 0x0,0x55,0xdf,0x0,0x0,0xaa,0xdf,0x0,0x0,0xff,0xdf,0x0,0x0,0x55,0xff,0x0, + 0x0,0xaa,0xff,0x0,0x0,0x0,0x0,0x2a,0x0,0x55,0x0,0x2a,0x0,0xaa,0x0,0x2a, + 0x0,0xff,0x0,0x2a,0x0,0x0,0x1f,0x2a,0x0,0x55,0x1f,0x2a,0x0,0xaa,0x1f,0x2a, + 0x0,0xff,0x1f,0x2a,0x0,0x0,0x3f,0x2a,0x0,0x55,0x3f,0x2a,0x0,0xf0,0xfb,0xff, + 0x0,0xa4,0xa0,0xa0,0x0,0x80,0x80,0x80,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0, + 0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x5e,0x5e,0x5e,0x5e, + 0x5e,0x5e,0x36,0x31,0x7,0xf6,0xff,0x82,0x31,0x36,0x36,0x3a,0x3a,0x3a,0x3a,0x3a, + 0x36,0x36,0x36,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x62,0xff,0xff,0xff, + 0xaf,0x82,0x7,0xaf,0xff,0x8,0x86,0xff,0xf7,0x86,0xaf,0xf6,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x62,0xff,0xaf,0x8, + 0x7,0x8,0xff,0xaf,0x5e,0x16,0x16,0x86,0xff,0xf7,0x8,0xaf,0xaf,0xaf,0xaf,0xaf, + 0xaf,0xaf,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x62,0xaf,0xf7,0x86, + 0xff,0xf6,0x5e,0x12,0x3b,0x63,0x63,0xdc,0x86,0xff,0xf7,0x8,0xaf,0xff,0xff,0xff, + 0xff,0xaf,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x5a,0xf7,0xf6,0xff, + 0x86,0x12,0xe0,0x3f,0x67,0x63,0x3f,0x17,0x12,0x8,0xff,0xf7,0xaf,0xaf,0xff,0xff, + 0xff,0xaf,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x31,0xaf,0xff,0x8,0x12, + 0xdc,0x17,0x3f,0x63,0x3f,0x3f,0x67,0x9,0x36,0xd,0x8,0xff,0xf7,0xaf,0xaf,0xff, + 0xff,0xaf,0xff,0x3a,0x0,0x0,0x0,0x0,0x0,0xf5,0x8,0xff,0xaf,0x36,0xdc,0xe1, + 0x1b,0x3f,0x3f,0x3f,0x3f,0x8b,0x5e,0x35,0x35,0x15,0x11,0xaf,0xf6,0x82,0xaf,0xaf, + 0xff,0xaf,0xff,0x3a,0x0,0x0,0x0,0x0,0x7,0xff,0xf6,0x3a,0xdc,0xdc,0xe1,0x1b, + 0x1b,0x3f,0x3f,0x17,0x8b,0x5e,0x34,0x61,0x61,0x61,0x15,0x35,0xf6,0xaf,0x8,0xb3, + 0xb3,0xaf,0xff,0x3a,0x0,0x0,0x0,0xf7,0xff,0x86,0xdc,0xdc,0xdc,0xe1,0xe5,0xe5, + 0x1b,0x1b,0x3f,0xe1,0x8b,0x7,0x5d,0x89,0x61,0x61,0x3d,0x14,0x35,0xf6,0x8,0xaf, + 0xff,0xaf,0xff,0x3a,0x0,0x0,0x7,0xff,0xf7,0xa,0xdc,0xdc,0xe1,0xe1,0xe5,0xe5, + 0xe5,0x1b,0x1b,0xe1,0x63,0x86,0x5c,0x89,0x85,0x7c,0x5d,0x3d,0x10,0x35,0xff,0x8, + 0xb3,0xaf,0xff,0x5e,0x0,0x0,0xf6,0x8,0x4,0xdc,0xdc,0xdc,0xe1,0xe1,0xe1,0xe1, + 0xe5,0xe5,0xe5,0xe1,0x8b,0xf7,0x5c,0x89,0x85,0xca,0x81,0x3d,0x38,0xda,0x35,0xff, + 0x8,0xaf,0xff,0x5e,0x0,0xf7,0xff,0xd,0x4,0xa,0xdc,0xdc,0xe0,0xe0,0xe1,0xe1, + 0xe1,0xe5,0xe1,0x3f,0x8,0x38,0x85,0x89,0x61,0x61,0x61,0x39,0x38,0x10,0xda,0x59, + 0xff,0x8,0xff,0x5e,0x0,0x86,0xf6,0xf5,0xa,0xf5,0xf5,0xdc,0xdc,0xf7,0xe0,0xe1, + 0xe1,0xe1,0xdd,0x3f,0x86,0x5c,0x85,0x80,0x5d,0x61,0x61,0xa4,0x3,0x2,0xda,0xf4, + 0x86,0xff,0xaf,0x5e,0x0,0x86,0xaf,0x4,0x4,0xf1,0xf1,0xf5,0x36,0xf6,0x86,0xdc, + 0xe1,0xdd,0xe1,0x9,0x86,0x38,0x85,0xc6,0xa4,0x3d,0x3d,0x5d,0x10,0xc,0x59,0x8, + 0xaf,0xaf,0xf6,0x5e,0x0,0xf7,0xf6,0xf1,0x0,0xf1,0xf1,0xf1,0x86,0xff,0xf6,0x82, + 0xdc,0x3f,0x9,0x35,0x34,0x61,0x85,0x61,0x61,0x3d,0x14,0x10,0x7,0x8,0xf6,0xaf, + 0xaf,0xaf,0xff,0x5e,0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xff,0xf6, + 0x86,0x7,0x35,0x5c,0x61,0x61,0x61,0x3d,0x15,0x11,0x7,0x8,0xf6,0xaf,0xb3,0xb3, + 0xb3,0xaf,0xff,0x5e,0x0,0x0,0x0,0x31,0x31,0x7,0x8,0xff,0xff,0xff,0xff,0xff, + 0xf6,0x82,0x5d,0x61,0x61,0x3d,0x15,0x11,0xf7,0x8,0xf6,0xaf,0xb3,0xb3,0xb3,0xb3, + 0xaf,0x9,0xb3,0x5e,0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xf6,0xf6,0xf6,0xff,0xff, + 0xff,0xf6,0x82,0x39,0x15,0x11,0x7,0xaf,0xf6,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf, + 0xaf,0x9,0xb3,0x5e,0x0,0x0,0x0,0x0,0x0,0x86,0xff,0xff,0xf6,0xf6,0xff,0xff, + 0xff,0xff,0xf6,0x82,0x35,0x8,0xf6,0xaf,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf, + 0xaf,0x9,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0xff,0xff,0xf6,0xf6,0xf6, + 0xff,0xff,0xff,0xf6,0x86,0x86,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0xaf, + 0x8b,0x9,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xf6,0xf6, + 0xf6,0xff,0xff,0xff,0xf6,0x82,0x86,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0xaf,0x9, + 0x9,0x9,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0xff,0xff,0xff, + 0xf6,0xf6,0xff,0xff,0xff,0xf6,0x82,0x86,0xb3,0xb3,0xb3,0xaf,0xaf,0x8b,0x9,0x9, + 0x9,0x62,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x8,0xff,0xff, + 0xf6,0xf6,0xff,0xff,0xff,0xff,0xf6,0x82,0x8,0xb3,0xb3,0xaf,0xaf,0x9,0x9,0x9, + 0x9,0x5e,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0x8,0xff, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xaf,0x8,0xaf,0xaf,0xaf,0x8b,0x9,0x9,0x9, + 0x5e,0x3a,0xaf,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xaf,0x8, + 0xff,0xff,0xf6,0xf6,0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0xaf,0xaf,0x9,0x9,0xff,0xff, + 0xff,0xff,0xff,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xaf,0xaf, + 0x8,0xff,0xff,0xf6,0xf6,0xaf,0xaf,0x8,0xaf,0xaf,0xaf,0x9,0x9,0x9,0xff,0xff, + 0xb3,0xb3,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xaf,0xd9, + 0xaf,0x8,0xf6,0xf6,0xaf,0xaf,0x8,0x8,0xaf,0x8b,0x9,0x9,0x63,0x9,0xff,0xb3, + 0xb3,0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xaf,0xaf, + 0xaf,0xaf,0xaf,0xaf,0xaf,0x8,0xd4,0x8b,0x9,0x9,0x9,0x62,0x5e,0x62,0xff,0xb3, + 0xb3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0xff,0xff,0xff, + 0xff,0xff,0xb3,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xb3,0xaf,0xaf,0xaf,0xaf,0xff,0xb3, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x9,0x9,0x9, + 0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0x9,0xaf,0xb3,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xbf,0xff,0xfe,0x0,0x0, + 0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0, + 0x1,0xfc,0x0,0x0,0x1,0xf0,0x0,0x0,0x1,0xe0,0x0,0x0,0x1,0xc0,0x0,0x0, + 0x1,0x80,0x0,0x0,0x1,0x80,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x80,0x0,0x0,0x1,0xc0,0x0,0x0, + 0x1,0xe0,0x0,0x0,0x1,0xf0,0x0,0x0,0x1,0xf8,0x0,0x0,0x1,0xfc,0x0,0x0, + 0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0,0x1,0xfe,0x0,0x0, + 0x1,0xfe,0x0,0x0,0x3,0xfe,0x0,0x0,0x7,0xfe,0x0,0x0,0xf,0xfe,0x0,0x0, + 0x1f,0xfe,0x0,0x0,0x3f,0x28,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x30,0x0,0x0, + 0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0, + 0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0,0x0,0x80,0x80,0x80,0x0,0xc0,0xdc,0xc0, + 0x0,0xf0,0xca,0xa6,0x0,0xaa,0x3f,0x2a,0x0,0xff,0x3f,0x2a,0x0,0x0,0x5f,0x2a, + 0x0,0x55,0x5f,0x2a,0x0,0xaa,0x5f,0x2a,0x0,0xff,0x5f,0x2a,0x0,0x0,0x7f,0x2a, + 0x0,0x55,0x7f,0x2a,0x0,0xaa,0x7f,0x2a,0x0,0xff,0x7f,0x2a,0x0,0x0,0x9f,0x2a, + 0x0,0x55,0x9f,0x2a,0x0,0xaa,0x9f,0x2a,0x0,0xff,0x9f,0x2a,0x0,0x0,0xbf,0x2a, + 0x0,0x55,0xbf,0x2a,0x0,0xaa,0xbf,0x2a,0x0,0xff,0xbf,0x2a,0x0,0x0,0xdf,0x2a, + 0x0,0x55,0xdf,0x2a,0x0,0xaa,0xdf,0x2a,0x0,0xff,0xdf,0x2a,0x0,0x0,0xff,0x2a, + 0x0,0x55,0xff,0x2a,0x0,0xaa,0xff,0x2a,0x0,0xff,0xff,0x2a,0x0,0x0,0x0,0x55, + 0x0,0x55,0x0,0x55,0x0,0xaa,0x0,0x55,0x0,0xff,0x0,0x55,0x0,0x0,0x1f,0x55, + 0x0,0x55,0x1f,0x55,0x0,0xaa,0x1f,0x55,0x0,0xff,0x1f,0x55,0x0,0x0,0x3f,0x55, + 0x0,0x55,0x3f,0x55,0x0,0xaa,0x3f,0x55,0x0,0xff,0x3f,0x55,0x0,0x0,0x5f,0x55, + 0x0,0x55,0x5f,0x55,0x0,0xaa,0x5f,0x55,0x0,0xff,0x5f,0x55,0x0,0x0,0x7f,0x55, + 0x0,0x55,0x7f,0x55,0x0,0xaa,0x7f,0x55,0x0,0xff,0x7f,0x55,0x0,0x0,0x9f,0x55, + 0x0,0x55,0x9f,0x55,0x0,0xaa,0x9f,0x55,0x0,0xff,0x9f,0x55,0x0,0x0,0xbf,0x55, + 0x0,0x55,0xbf,0x55,0x0,0xaa,0xbf,0x55,0x0,0xff,0xbf,0x55,0x0,0x0,0xdf,0x55, + 0x0,0x55,0xdf,0x55,0x0,0xaa,0xdf,0x55,0x0,0xff,0xdf,0x55,0x0,0x0,0xff,0x55, + 0x0,0x55,0xff,0x55,0x0,0xaa,0xff,0x55,0x0,0xff,0xff,0x55,0x0,0x0,0x0,0x7f, + 0x0,0x55,0x0,0x7f,0x0,0xaa,0x0,0x7f,0x0,0xff,0x0,0x7f,0x0,0x0,0x1f,0x7f, + 0x0,0x55,0x1f,0x7f,0x0,0xaa,0x1f,0x7f,0x0,0xff,0x1f,0x7f,0x0,0x0,0x3f,0x7f, + 0x0,0x55,0x3f,0x7f,0x0,0xaa,0x3f,0x7f,0x0,0xff,0x3f,0x7f,0x0,0x0,0x5f,0x7f, + 0x0,0x55,0x5f,0x7f,0x0,0xaa,0x5f,0x7f,0x0,0xff,0x5f,0x7f,0x0,0x0,0x7f,0x7f, + 0x0,0x55,0x7f,0x7f,0x0,0xaa,0x7f,0x7f,0x0,0xff,0x7f,0x7f,0x0,0x0,0x9f,0x7f, + 0x0,0x55,0x9f,0x7f,0x0,0xaa,0x9f,0x7f,0x0,0xff,0x9f,0x7f,0x0,0x0,0xbf,0x7f, + 0x0,0x55,0xbf,0x7f,0x0,0xaa,0xbf,0x7f,0x0,0xff,0xbf,0x7f,0x0,0x0,0xdf,0x7f, + 0x0,0x55,0xdf,0x7f,0x0,0xaa,0xdf,0x7f,0x0,0xff,0xdf,0x7f,0x0,0x0,0xff,0x7f, + 0x0,0x55,0xff,0x7f,0x0,0xaa,0xff,0x7f,0x0,0xff,0xff,0x7f,0x0,0x0,0x0,0xaa, + 0x0,0x55,0x0,0xaa,0x0,0xaa,0x0,0xaa,0x0,0xff,0x0,0xaa,0x0,0x0,0x1f,0xaa, + 0x0,0x55,0x1f,0xaa,0x0,0xaa,0x1f,0xaa,0x0,0xff,0x1f,0xaa,0x0,0x0,0x3f,0xaa, + 0x0,0x55,0x3f,0xaa,0x0,0xaa,0x3f,0xaa,0x0,0xff,0x3f,0xaa,0x0,0x0,0x5f,0xaa, + 0x0,0x55,0x5f,0xaa,0x0,0xaa,0x5f,0xaa,0x0,0xff,0x5f,0xaa,0x0,0x0,0x7f,0xaa, + 0x0,0x55,0x7f,0xaa,0x0,0xaa,0x7f,0xaa,0x0,0xff,0x7f,0xaa,0x0,0x0,0x9f,0xaa, + 0x0,0x55,0x9f,0xaa,0x0,0xaa,0x9f,0xaa,0x0,0xff,0x9f,0xaa,0x0,0x0,0xbf,0xaa, + 0x0,0x55,0xbf,0xaa,0x0,0xaa,0xbf,0xaa,0x0,0xff,0xbf,0xaa,0x0,0x0,0xdf,0xaa, + 0x0,0x55,0xdf,0xaa,0x0,0xaa,0xdf,0xaa,0x0,0xff,0xdf,0xaa,0x0,0x0,0xff,0xaa, + 0x0,0x55,0xff,0xaa,0x0,0xaa,0xff,0xaa,0x0,0xff,0xff,0xaa,0x0,0x0,0x0,0xd4, + 0x0,0x55,0x0,0xd4,0x0,0xaa,0x0,0xd4,0x0,0xff,0x0,0xd4,0x0,0x0,0x1f,0xd4, + 0x0,0x55,0x1f,0xd4,0x0,0xaa,0x1f,0xd4,0x0,0xff,0x1f,0xd4,0x0,0x0,0x3f,0xd4, + 0x0,0x55,0x3f,0xd4,0x0,0xaa,0x3f,0xd4,0x0,0xff,0x3f,0xd4,0x0,0x0,0x5f,0xd4, + 0x0,0x55,0x5f,0xd4,0x0,0xaa,0x5f,0xd4,0x0,0xff,0x5f,0xd4,0x0,0x0,0x7f,0xd4, + 0x0,0x55,0x7f,0xd4,0x0,0xaa,0x7f,0xd4,0x0,0xff,0x7f,0xd4,0x0,0x0,0x9f,0xd4, + 0x0,0x55,0x9f,0xd4,0x0,0xaa,0x9f,0xd4,0x0,0xff,0x9f,0xd4,0x0,0x0,0xbf,0xd4, + 0x0,0x55,0xbf,0xd4,0x0,0xaa,0xbf,0xd4,0x0,0xff,0xbf,0xd4,0x0,0x0,0xdf,0xd4, + 0x0,0x55,0xdf,0xd4,0x0,0xaa,0xdf,0xd4,0x0,0xff,0xdf,0xd4,0x0,0x0,0xff,0xd4, + 0x0,0x55,0xff,0xd4,0x0,0xaa,0xff,0xd4,0x0,0xff,0xff,0xd4,0x0,0x55,0x0,0xff, + 0x0,0xaa,0x0,0xff,0x0,0x0,0x1f,0xff,0x0,0x55,0x1f,0xff,0x0,0xaa,0x1f,0xff, + 0x0,0xff,0x1f,0xff,0x0,0x0,0x3f,0xff,0x0,0x55,0x3f,0xff,0x0,0xaa,0x3f,0xff, + 0x0,0xff,0x3f,0xff,0x0,0x0,0x5f,0xff,0x0,0x55,0x5f,0xff,0x0,0xaa,0x5f,0xff, + 0x0,0xff,0x5f,0xff,0x0,0x0,0x7f,0xff,0x0,0x55,0x7f,0xff,0x0,0xaa,0x7f,0xff, + 0x0,0xff,0x7f,0xff,0x0,0x0,0x9f,0xff,0x0,0x55,0x9f,0xff,0x0,0xaa,0x9f,0xff, + 0x0,0xff,0x9f,0xff,0x0,0x0,0xbf,0xff,0x0,0x55,0xbf,0xff,0x0,0xaa,0xbf,0xff, + 0x0,0xff,0xbf,0xff,0x0,0x0,0xdf,0xff,0x0,0x55,0xdf,0xff,0x0,0xaa,0xdf,0xff, + 0x0,0xff,0xdf,0xff,0x0,0x55,0xff,0xff,0x0,0xaa,0xff,0xff,0x0,0xff,0xcc,0xcc, + 0x0,0xff,0xcc,0xff,0x0,0xff,0xff,0x33,0x0,0xff,0xff,0x66,0x0,0xff,0xff,0x99, + 0x0,0xff,0xff,0xcc,0x0,0x0,0x7f,0x0,0x0,0x55,0x7f,0x0,0x0,0xaa,0x7f,0x0, + 0x0,0xff,0x7f,0x0,0x0,0x0,0x9f,0x0,0x0,0x55,0x9f,0x0,0x0,0xaa,0x9f,0x0, + 0x0,0xff,0x9f,0x0,0x0,0x0,0xbf,0x0,0x0,0x55,0xbf,0x0,0x0,0xaa,0xbf,0x0, + 0x0,0xff,0xbf,0x0,0x0,0x0,0xdf,0x0,0x0,0x55,0xdf,0x0,0x0,0xaa,0xdf,0x0, + 0x0,0xff,0xdf,0x0,0x0,0x55,0xff,0x0,0x0,0xaa,0xff,0x0,0x0,0x0,0x0,0x2a, + 0x0,0x55,0x0,0x2a,0x0,0xaa,0x0,0x2a,0x0,0xff,0x0,0x2a,0x0,0x0,0x1f,0x2a, + 0x0,0x55,0x1f,0x2a,0x0,0xaa,0x1f,0x2a,0x0,0xff,0x1f,0x2a,0x0,0x0,0x3f,0x2a, + 0x0,0x55,0x3f,0x2a,0x0,0xf0,0xfb,0xff,0x0,0xa4,0xa0,0xa0,0x0,0x80,0x80,0x80, + 0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0,0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0, + 0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2d,0x8,0x86,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x5e,0x5e,0x3a,0x36,0x36,0x31,0x8,0xff,0x9,0xaf,0x82,0x32,0x36,0x36,0x36, + 0x36,0x36,0x36,0x36,0x0,0x0,0x0,0x0,0x0,0x5e,0xf6,0x8,0xf7,0xaa,0xf6,0xaf, + 0x3a,0x3b,0x3a,0xaf,0x86,0x8,0xff,0xff,0xff,0xff,0xff,0x36,0x0,0x0,0x0,0x0, + 0x0,0x36,0x82,0x82,0xf6,0xaf,0x3f,0x16,0x3f,0x63,0x17,0x3a,0xaf,0x82,0x86,0xaf, + 0xaf,0xaf,0xff,0x36,0x0,0x0,0x0,0x0,0x0,0x7,0xf6,0xf6,0x63,0xe0,0xe1,0x63, + 0x3f,0x63,0x5e,0x11,0x35,0xf6,0x82,0x8,0xaf,0xaf,0xff,0x36,0x0,0x0,0x0,0x0, + 0x8,0xf6,0x9,0xdc,0xdc,0xe5,0x3f,0x3f,0x63,0x62,0x5d,0x39,0x14,0x5d,0xf6,0x82, + 0xaf,0xaf,0xff,0x36,0x0,0x0,0x0,0xf6,0xaf,0xdc,0xdc,0xe1,0xe5,0x1b,0x3f,0xe5, + 0x63,0x5d,0x61,0x85,0x5c,0x10,0x62,0xf6,0x8,0xaf,0xff,0x36,0x0,0x0,0xaf,0x9, + 0xa,0xdc,0xe1,0xe5,0xe5,0xe5,0x1b,0xe1,0x63,0x5d,0x61,0xa5,0xc6,0x5c,0x2,0xf7, + 0xf6,0x8,0xff,0x36,0x0,0x82,0xf6,0xa,0xa,0xdc,0xe1,0xe1,0xe1,0xe1,0xe5,0xe1, + 0x9,0x5d,0x85,0x85,0x85,0x61,0x14,0xda,0xf7,0xaf,0xaf,0x36,0x0,0x8,0x5e,0x4, + 0xa,0xdc,0xdc,0x5e,0xe1,0xe1,0xe1,0xe1,0x86,0x5d,0x85,0x80,0x61,0x61,0x3,0xda, + 0xda,0x8,0x8,0x36,0x0,0x8,0x36,0x4,0xf1,0xf1,0x36,0xf6,0x5e,0xdc,0xe1,0x63, + 0x5e,0x5d,0xa9,0xc6,0x5d,0x14,0x34,0x35,0x86,0xaf,0xf6,0x36,0x0,0x7,0x7,0x0, + 0x0,0xf1,0x8,0xff,0xf6,0x5e,0x3a,0x39,0x5d,0x61,0x61,0x39,0x39,0x5d,0x8,0xaf, + 0xaf,0xaf,0xff,0x36,0x0,0x0,0x31,0x31,0x7,0x8,0xff,0xff,0xff,0xf6,0xf7,0x5d, + 0x61,0x39,0x39,0x7,0x8,0xaf,0xaf,0xb3,0xb3,0xaf,0xff,0x3a,0x0,0x0,0x0,0x86, + 0xff,0xff,0xf6,0xf6,0xff,0xff,0xf6,0xf7,0x39,0x7,0x8,0xaf,0xaf,0xb3,0xb3,0xb3, + 0xaf,0x8b,0xff,0x3a,0x0,0x0,0x0,0x0,0xf7,0xf6,0xff,0xf6,0xf6,0xff,0xff,0xaf, + 0x82,0x8,0xb3,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf,0x9,0xff,0x3a,0x0,0x0,0x0,0x0, + 0x0,0xf7,0xf6,0xff,0xf6,0xf6,0xff,0xff,0xf6,0x86,0xb3,0xb3,0xb3,0xb3,0xaf,0xaf, + 0xaf,0x9,0xb3,0x3a,0x0,0x0,0x0,0x0,0x0,0x5e,0x8,0xf6,0xff,0xf6,0xf6,0xff, + 0xff,0xaf,0xf7,0xaf,0xb3,0xaf,0xaf,0xaf,0x8b,0x9,0xaf,0x3a,0x0,0x0,0x0,0x0, + 0x0,0x5e,0xff,0x8,0xf6,0xff,0xf6,0xf6,0xff,0xff,0xaf,0x86,0xaf,0xaf,0xaf,0x8b, + 0x9,0x9,0xaf,0x5e,0x0,0x0,0x0,0x0,0x0,0x5e,0xff,0xaf,0x8,0xf6,0xff,0xf6, + 0xf6,0xf6,0xf6,0xaf,0xaf,0xaf,0x8b,0x5e,0x86,0x86,0x62,0x5e,0x0,0x0,0x0,0x0, + 0x0,0x5e,0xff,0xaf,0xaf,0x8,0xf6,0xff,0xf6,0xaf,0x8,0xaf,0x8b,0x8b,0x9,0x5e, + 0xff,0xff,0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x5e,0xff,0xaf,0xaf,0xaf,0x8,0xaf, + 0xaf,0x8,0x8,0x9,0x9,0x9,0x9,0x5e,0xff,0x8,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x62,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb3,0xaf,0xaf,0x86, + 0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x62,0x62,0x62,0x5e,0x5e,0x5e,0x5e, + 0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xe3,0xff,0xff,0xf0,0x0,0x1,0xff,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x1, + 0xf0,0xf0,0x0,0x1,0xf0,0xe0,0x0,0x1,0xf0,0xc0,0x0,0x1,0xe0,0x80,0x0,0x1, + 0xc0,0x0,0x0,0x1,0x80,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, + 0x0,0x80,0x0,0x1,0x0,0xc0,0x0,0x1,0x80,0xe0,0x0,0x1,0xc0,0xf0,0x0,0x1, + 0xe0,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x3, + 0xf0,0xf0,0x0,0x7,0xf0,0xf0,0x0,0xf,0xf0,0xf0,0x0,0x1f,0xf0,0x28,0x0,0x0, + 0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x1,0x0,0x8,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0, + 0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0, + 0x0,0x80,0x80,0x80,0x0,0xc0,0xdc,0xc0,0x0,0xf0,0xca,0xa6,0x0,0xaa,0x3f,0x2a, + 0x0,0xff,0x3f,0x2a,0x0,0x0,0x5f,0x2a,0x0,0x55,0x5f,0x2a,0x0,0xaa,0x5f,0x2a, + 0x0,0xff,0x5f,0x2a,0x0,0x0,0x7f,0x2a,0x0,0x55,0x7f,0x2a,0x0,0xaa,0x7f,0x2a, + 0x0,0xff,0x7f,0x2a,0x0,0x0,0x9f,0x2a,0x0,0x55,0x9f,0x2a,0x0,0xaa,0x9f,0x2a, + 0x0,0xff,0x9f,0x2a,0x0,0x0,0xbf,0x2a,0x0,0x55,0xbf,0x2a,0x0,0xaa,0xbf,0x2a, + 0x0,0xff,0xbf,0x2a,0x0,0x0,0xdf,0x2a,0x0,0x55,0xdf,0x2a,0x0,0xaa,0xdf,0x2a, + 0x0,0xff,0xdf,0x2a,0x0,0x0,0xff,0x2a,0x0,0x55,0xff,0x2a,0x0,0xaa,0xff,0x2a, + 0x0,0xff,0xff,0x2a,0x0,0x0,0x0,0x55,0x0,0x55,0x0,0x55,0x0,0xaa,0x0,0x55, + 0x0,0xff,0x0,0x55,0x0,0x0,0x1f,0x55,0x0,0x55,0x1f,0x55,0x0,0xaa,0x1f,0x55, + 0x0,0xff,0x1f,0x55,0x0,0x0,0x3f,0x55,0x0,0x55,0x3f,0x55,0x0,0xaa,0x3f,0x55, + 0x0,0xff,0x3f,0x55,0x0,0x0,0x5f,0x55,0x0,0x55,0x5f,0x55,0x0,0xaa,0x5f,0x55, + 0x0,0xff,0x5f,0x55,0x0,0x0,0x7f,0x55,0x0,0x55,0x7f,0x55,0x0,0xaa,0x7f,0x55, + 0x0,0xff,0x7f,0x55,0x0,0x0,0x9f,0x55,0x0,0x55,0x9f,0x55,0x0,0xaa,0x9f,0x55, + 0x0,0xff,0x9f,0x55,0x0,0x0,0xbf,0x55,0x0,0x55,0xbf,0x55,0x0,0xaa,0xbf,0x55, + 0x0,0xff,0xbf,0x55,0x0,0x0,0xdf,0x55,0x0,0x55,0xdf,0x55,0x0,0xaa,0xdf,0x55, + 0x0,0xff,0xdf,0x55,0x0,0x0,0xff,0x55,0x0,0x55,0xff,0x55,0x0,0xaa,0xff,0x55, + 0x0,0xff,0xff,0x55,0x0,0x0,0x0,0x7f,0x0,0x55,0x0,0x7f,0x0,0xaa,0x0,0x7f, + 0x0,0xff,0x0,0x7f,0x0,0x0,0x1f,0x7f,0x0,0x55,0x1f,0x7f,0x0,0xaa,0x1f,0x7f, + 0x0,0xff,0x1f,0x7f,0x0,0x0,0x3f,0x7f,0x0,0x55,0x3f,0x7f,0x0,0xaa,0x3f,0x7f, + 0x0,0xff,0x3f,0x7f,0x0,0x0,0x5f,0x7f,0x0,0x55,0x5f,0x7f,0x0,0xaa,0x5f,0x7f, + 0x0,0xff,0x5f,0x7f,0x0,0x0,0x7f,0x7f,0x0,0x55,0x7f,0x7f,0x0,0xaa,0x7f,0x7f, + 0x0,0xff,0x7f,0x7f,0x0,0x0,0x9f,0x7f,0x0,0x55,0x9f,0x7f,0x0,0xaa,0x9f,0x7f, + 0x0,0xff,0x9f,0x7f,0x0,0x0,0xbf,0x7f,0x0,0x55,0xbf,0x7f,0x0,0xaa,0xbf,0x7f, + 0x0,0xff,0xbf,0x7f,0x0,0x0,0xdf,0x7f,0x0,0x55,0xdf,0x7f,0x0,0xaa,0xdf,0x7f, + 0x0,0xff,0xdf,0x7f,0x0,0x0,0xff,0x7f,0x0,0x55,0xff,0x7f,0x0,0xaa,0xff,0x7f, + 0x0,0xff,0xff,0x7f,0x0,0x0,0x0,0xaa,0x0,0x55,0x0,0xaa,0x0,0xaa,0x0,0xaa, + 0x0,0xff,0x0,0xaa,0x0,0x0,0x1f,0xaa,0x0,0x55,0x1f,0xaa,0x0,0xaa,0x1f,0xaa, + 0x0,0xff,0x1f,0xaa,0x0,0x0,0x3f,0xaa,0x0,0x55,0x3f,0xaa,0x0,0xaa,0x3f,0xaa, + 0x0,0xff,0x3f,0xaa,0x0,0x0,0x5f,0xaa,0x0,0x55,0x5f,0xaa,0x0,0xaa,0x5f,0xaa, + 0x0,0xff,0x5f,0xaa,0x0,0x0,0x7f,0xaa,0x0,0x55,0x7f,0xaa,0x0,0xaa,0x7f,0xaa, + 0x0,0xff,0x7f,0xaa,0x0,0x0,0x9f,0xaa,0x0,0x55,0x9f,0xaa,0x0,0xaa,0x9f,0xaa, + 0x0,0xff,0x9f,0xaa,0x0,0x0,0xbf,0xaa,0x0,0x55,0xbf,0xaa,0x0,0xaa,0xbf,0xaa, + 0x0,0xff,0xbf,0xaa,0x0,0x0,0xdf,0xaa,0x0,0x55,0xdf,0xaa,0x0,0xaa,0xdf,0xaa, + 0x0,0xff,0xdf,0xaa,0x0,0x0,0xff,0xaa,0x0,0x55,0xff,0xaa,0x0,0xaa,0xff,0xaa, + 0x0,0xff,0xff,0xaa,0x0,0x0,0x0,0xd4,0x0,0x55,0x0,0xd4,0x0,0xaa,0x0,0xd4, + 0x0,0xff,0x0,0xd4,0x0,0x0,0x1f,0xd4,0x0,0x55,0x1f,0xd4,0x0,0xaa,0x1f,0xd4, + 0x0,0xff,0x1f,0xd4,0x0,0x0,0x3f,0xd4,0x0,0x55,0x3f,0xd4,0x0,0xaa,0x3f,0xd4, + 0x0,0xff,0x3f,0xd4,0x0,0x0,0x5f,0xd4,0x0,0x55,0x5f,0xd4,0x0,0xaa,0x5f,0xd4, + 0x0,0xff,0x5f,0xd4,0x0,0x0,0x7f,0xd4,0x0,0x55,0x7f,0xd4,0x0,0xaa,0x7f,0xd4, + 0x0,0xff,0x7f,0xd4,0x0,0x0,0x9f,0xd4,0x0,0x55,0x9f,0xd4,0x0,0xaa,0x9f,0xd4, + 0x0,0xff,0x9f,0xd4,0x0,0x0,0xbf,0xd4,0x0,0x55,0xbf,0xd4,0x0,0xaa,0xbf,0xd4, + 0x0,0xff,0xbf,0xd4,0x0,0x0,0xdf,0xd4,0x0,0x55,0xdf,0xd4,0x0,0xaa,0xdf,0xd4, + 0x0,0xff,0xdf,0xd4,0x0,0x0,0xff,0xd4,0x0,0x55,0xff,0xd4,0x0,0xaa,0xff,0xd4, + 0x0,0xff,0xff,0xd4,0x0,0x55,0x0,0xff,0x0,0xaa,0x0,0xff,0x0,0x0,0x1f,0xff, + 0x0,0x55,0x1f,0xff,0x0,0xaa,0x1f,0xff,0x0,0xff,0x1f,0xff,0x0,0x0,0x3f,0xff, + 0x0,0x55,0x3f,0xff,0x0,0xaa,0x3f,0xff,0x0,0xff,0x3f,0xff,0x0,0x0,0x5f,0xff, + 0x0,0x55,0x5f,0xff,0x0,0xaa,0x5f,0xff,0x0,0xff,0x5f,0xff,0x0,0x0,0x7f,0xff, + 0x0,0x55,0x7f,0xff,0x0,0xaa,0x7f,0xff,0x0,0xff,0x7f,0xff,0x0,0x0,0x9f,0xff, + 0x0,0x55,0x9f,0xff,0x0,0xaa,0x9f,0xff,0x0,0xff,0x9f,0xff,0x0,0x0,0xbf,0xff, + 0x0,0x55,0xbf,0xff,0x0,0xaa,0xbf,0xff,0x0,0xff,0xbf,0xff,0x0,0x0,0xdf,0xff, + 0x0,0x55,0xdf,0xff,0x0,0xaa,0xdf,0xff,0x0,0xff,0xdf,0xff,0x0,0x55,0xff,0xff, + 0x0,0xaa,0xff,0xff,0x0,0xff,0xcc,0xcc,0x0,0xff,0xcc,0xff,0x0,0xff,0xff,0x33, + 0x0,0xff,0xff,0x66,0x0,0xff,0xff,0x99,0x0,0xff,0xff,0xcc,0x0,0x0,0x7f,0x0, + 0x0,0x55,0x7f,0x0,0x0,0xaa,0x7f,0x0,0x0,0xff,0x7f,0x0,0x0,0x0,0x9f,0x0, + 0x0,0x55,0x9f,0x0,0x0,0xaa,0x9f,0x0,0x0,0xff,0x9f,0x0,0x0,0x0,0xbf,0x0, + 0x0,0x55,0xbf,0x0,0x0,0xaa,0xbf,0x0,0x0,0xff,0xbf,0x0,0x0,0x0,0xdf,0x0, + 0x0,0x55,0xdf,0x0,0x0,0xaa,0xdf,0x0,0x0,0xff,0xdf,0x0,0x0,0x55,0xff,0x0, + 0x0,0xaa,0xff,0x0,0x0,0x0,0x0,0x2a,0x0,0x55,0x0,0x2a,0x0,0xaa,0x0,0x2a, + 0x0,0xff,0x0,0x2a,0x0,0x0,0x1f,0x2a,0x0,0x55,0x1f,0x2a,0x0,0xaa,0x1f,0x2a, + 0x0,0xff,0x1f,0x2a,0x0,0x0,0x3f,0x2a,0x0,0x55,0x3f,0x2a,0x0,0xf0,0xfb,0xff, + 0x0,0xa4,0xa0,0xa0,0x0,0x80,0x80,0x80,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0, + 0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x5e,0x5e,0x36,0x36,0x31,0x31,0x36,0x36, + 0x36,0x36,0x36,0x31,0x31,0x0,0x0,0x0,0x5e,0xf6,0x86,0x7,0x9,0x9,0xf7,0xff, + 0xff,0xff,0xff,0xff,0x31,0x0,0x0,0x0,0x31,0x7,0xf7,0x63,0xe1,0xe1,0x86,0x5e, + 0xaf,0xaf,0xaf,0xff,0x36,0x0,0x0,0x31,0xf7,0x63,0x17,0xe1,0xe1,0x6,0xdb,0x86, + 0x82,0xff,0xaf,0xff,0x36,0x0,0x7,0x5e,0xdc,0xdd,0xe1,0xe5,0x16,0x34,0x2,0x15, + 0x82,0x8,0xaf,0xff,0x36,0x7,0x5e,0xa,0xdc,0xe1,0xe1,0xe1,0x3a,0x38,0x80,0x30, + 0x11,0x86,0x9,0xff,0x36,0x86,0x4,0x4,0xdc,0xe0,0xe1,0xdd,0x39,0x5c,0x5c,0x2, + 0xf4,0x35,0x8,0xff,0x36,0xf7,0xed,0x0,0x5a,0x8,0xdc,0x6,0x14,0x5c,0x54,0xda, + 0x39,0x8,0xaf,0xff,0x36,0x0,0xf5,0x7,0xf6,0xff,0x86,0x34,0xde,0xde,0x5d,0x8, + 0xaf,0xb3,0xaf,0xff,0x36,0x0,0x0,0xf6,0xff,0xff,0xff,0x86,0x35,0x8,0xff,0xb3, + 0xb3,0xb3,0xaf,0xff,0x36,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0xd4,0x8,0xb3,0xb3, + 0xb3,0xaf,0xaf,0xff,0x5a,0x0,0x0,0x0,0x5e,0xaf,0xff,0xff,0xff,0x86,0x9,0xb3, + 0xaf,0xaf,0x8b,0xaf,0x5e,0x0,0x0,0x0,0x5e,0xaf,0xaf,0xff,0xf6,0xaf,0xaf,0xaf, + 0xaf,0x5e,0x5e,0x5e,0x5e,0x0,0x0,0x0,0x5e,0xff,0x8,0xaf,0xaf,0x8,0xaf,0xaf, + 0x8b,0x5e,0xff,0xff,0x5e,0x0,0x0,0x0,0x62,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xaf,0x5e,0xff,0x5e,0x0,0x0,0x0,0x0,0x62,0x62,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e, + 0x5e,0x5e,0x62,0x0,0x0,0xe0,0x0,0xdf,0x28,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0, + 0x0,0xc0,0x0,0xe0,0x0,0x80,0x0,0xc0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0xc0,0x0,0x80,0x0,0xe0,0x0,0xc0, + 0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0,0x1,0xe0, + 0x0,0xe0,0x3,0xe0,0x1,0x28,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2,0x0, + 0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0xb,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x12,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x19,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x13,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0x12,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1c,0x0,0x0,0x0, + 0x1e,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x21,0x0,0x0,0x0,0x22,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x1c,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0xc,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x1c,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x25,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x1b,0x18,0x18,0x18, + 0x46,0x29,0x29,0x29,0x7f,0x1f,0x1f,0x1f,0x4d,0x0,0x0,0x0,0x13,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0xf,0x0,0x0,0x0, + 0x8,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x19,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x21,0x0,0x0,0x0,0x25,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x26,0xe,0xe,0xe,0x3a,0x2a,0x2a,0x2a,0x7f,0x53,0x53,0x53, + 0xd2,0x5c,0x5c,0x5c,0xff,0x6b,0x6b,0x6b,0xd4,0x1f,0x1f,0x1f,0x4d,0x0,0x0,0x0, + 0x1b,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x13,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xf,0x0,0x0,0x0, + 0x13,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x22,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x32,0x3,0x3,0x3, + 0x31,0x26,0x26,0x26,0x6f,0x4c,0x4c,0x4c,0xc7,0x57,0x57,0x57,0xf8,0x56,0x56,0x56, + 0xff,0x88,0x88,0x88,0xff,0x78,0x78,0x78,0xff,0x64,0x64,0x64,0xcb,0x19,0x19,0x19, + 0x3d,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x22,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x5,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0x8,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x23,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x37,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x40,0x0,0x0,0x0, + 0x42,0x0,0x0,0x0,0x43,0x0,0x0,0x0,0x3b,0x18,0x18,0x18,0x62,0x43,0x43,0x43, + 0xbe,0x56,0x56,0x56,0xee,0x4f,0x4f,0x4f,0xff,0x7c,0x7c,0x7c,0xff,0xd1,0xd1,0xd1, + 0xff,0xee,0xee,0xee,0xff,0xc9,0xc9,0xc9,0xff,0x74,0x74,0x74,0xff,0x5e,0x5e,0x5e, + 0xbb,0xf,0xf,0xf,0x43,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x14,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x5,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x12,0x0,0x0,0x0, + 0x13,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x14,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x14,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x18,0x0,0x0,0x0, + 0x1b,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x2b,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x38,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x3e,0x0,0x0,0x0,0x43,0x0,0x0,0x0,0x47,0x0,0x0,0x0, + 0x49,0x0,0x0,0x0,0x4c,0x0,0x0,0x0,0x4e,0x0,0x0,0x0,0x52,0x0,0x0,0x0, + 0x4b,0x5,0x5,0x5,0x5c,0x3c,0x3c,0x3c,0xb2,0x54,0x54,0x54,0xeb,0x53,0x53,0x53, + 0xff,0x68,0x68,0x68,0xff,0xbc,0xbc,0xbc,0xff,0xef,0xef,0xef,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xc2,0xc2,0xc2,0xff,0x69,0x69,0x69, + 0xfe,0x56,0x56,0x56,0xb7,0x8,0x8,0x8,0x4d,0x0,0x0,0x0,0x3f,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x14,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x14,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x13,0x0,0x0,0x0, + 0x12,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0xc,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x12,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x1c,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1e,0x0,0x0,0x0, + 0x1e,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x1e,0x0,0x0,0x0, + 0x1e,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x21,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x2a,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x46,0x0,0x0,0x0,0x49,0x0,0x0,0x0, + 0x4d,0x0,0x0,0x0,0x4f,0x0,0x0,0x0,0x52,0x0,0x0,0x0,0x56,0x0,0x0,0x0, + 0x58,0x0,0x0,0x0,0x5b,0x0,0x0,0x0,0x5b,0x3,0x3,0x3,0x62,0x2f,0x2f,0x2f, + 0xa1,0x51,0x51,0x51,0xef,0x57,0x57,0x57,0xfd,0x5b,0x5b,0x5b,0xff,0xa2,0xa2,0xa2, + 0xff,0xed,0xed,0xed,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xb4,0xb4,0xb4, + 0xff,0x6e,0x6e,0x6e,0xfc,0x47,0x47,0x47,0xa8,0x4,0x4,0x4,0x51,0x0,0x0,0x0, + 0x4b,0x0,0x0,0x0,0x47,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x3d,0x0,0x0,0x0, + 0x38,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x24,0x0,0x0,0x0, + 0x21,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1e,0x0,0x0,0x0, + 0x1e,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x1e,0x0,0x0,0x0, + 0x1e,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1c,0x0,0x0,0x0, + 0x1b,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x12,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x1b,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x22,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x26,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x3b,0x0,0x0,0x0, + 0x40,0x0,0x0,0x0,0x43,0x0,0x0,0x0,0x46,0x0,0x0,0x0,0x4a,0x0,0x0,0x0, + 0x4d,0x0,0x0,0x0,0x51,0x0,0x0,0x0,0x54,0x0,0x0,0x0,0x57,0x0,0x0,0x0, + 0x5a,0x0,0x0,0x0,0x5d,0x0,0x0,0x0,0x60,0x0,0x0,0x0,0x62,0x0,0x0,0x0, + 0x64,0x2,0x2,0x2,0x6a,0x1c,0x1c,0x1c,0x8d,0x4e,0x4e,0x4e,0xe5,0x56,0x56,0x56, + 0xfc,0x5b,0x5b,0x5b,0xff,0x8c,0x8c,0x8c,0xff,0xe5,0xe5,0xe4,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc, + 0xff,0xb1,0xb1,0xb1,0xff,0x6e,0x6e,0x6e,0xfc,0x45,0x45,0x45,0xa9,0x3,0x3,0x3, + 0x5a,0x0,0x0,0x0,0x52,0x0,0x0,0x0,0x50,0x0,0x0,0x0,0x4b,0x0,0x0,0x0, + 0x46,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x34,0x0,0x0,0x0, + 0x2e,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x24,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x21,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x17,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x5,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x20,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x28,0x0,0x0,0x0, + 0x2a,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x3d,0x0,0x0,0x0, + 0x41,0x0,0x0,0x0,0x45,0x0,0x0,0x0,0x48,0x0,0x0,0x0,0x4b,0x0,0x0,0x0, + 0x50,0x0,0x0,0x0,0x53,0x0,0x0,0x0,0x55,0x0,0x0,0x0,0x59,0x0,0x0,0x0, + 0x5c,0x0,0x0,0x0,0x5e,0x0,0x0,0x0,0x62,0x0,0x0,0x0,0x65,0x0,0x0,0x0, + 0x67,0x0,0x0,0x0,0x69,0x0,0x0,0x0,0x68,0x1,0x1,0x1,0x72,0xd,0xd,0xd, + 0x88,0x48,0x48,0x48,0xd4,0x55,0x55,0x55,0xff,0x58,0x58,0x58,0xff,0x7b,0x7b,0x7b, + 0xff,0xd2,0xd2,0xd2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xf3,0xf1,0xff,0x9d,0x9d,0x9d,0xff,0x6f,0x6f,0x6f,0xff,0x2b,0x2b,0x2b, + 0x9b,0x0,0x0,0x0,0x5d,0x0,0x0,0x0,0x5c,0x0,0x0,0x0,0x59,0x0,0x0,0x0, + 0x54,0x0,0x0,0x0,0x4f,0x0,0x0,0x0,0x49,0x0,0x0,0x0,0x43,0x0,0x0,0x0, + 0x3d,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2a,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x20,0x0,0x0,0x0, + 0x1b,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x5,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2e,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x3c,0x0,0x0,0x0, + 0x3f,0x0,0x0,0x0,0x43,0x0,0x0,0x0,0x47,0x0,0x0,0x0,0x4a,0x0,0x0,0x0, + 0x4d,0x0,0x0,0x0,0x51,0x0,0x0,0x0,0x54,0x0,0x0,0x0,0x57,0x0,0x0,0x0, + 0x5b,0x0,0x0,0x0,0x5d,0x0,0x0,0x0,0x60,0x0,0x0,0x0,0x63,0x0,0x0,0x0, + 0x66,0x0,0x0,0x0,0x69,0x0,0x0,0x0,0x6b,0x0,0x0,0x0,0x6e,0x0,0x0,0x0, + 0x6b,0x1,0x1,0x1,0x71,0x4,0x4,0x4,0x83,0x39,0x39,0x39,0xc2,0x54,0x54,0x54, + 0xfc,0x55,0x55,0x55,0xff,0x71,0x71,0x71,0xff,0xb5,0xb5,0xb5,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xf1,0xf1,0xf1,0xff,0x9b,0x9b,0x9b,0xff,0x6e,0x6e,0x6e, + 0xfa,0x29,0x29,0x29,0x9a,0x0,0x0,0x0,0x61,0x0,0x0,0x0,0x60,0x0,0x0,0x0, + 0x5d,0x0,0x0,0x0,0x58,0x0,0x0,0x0,0x52,0x0,0x0,0x0,0x4d,0x0,0x0,0x0, + 0x48,0x0,0x0,0x0,0x43,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x2e,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x24,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x5,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x22,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x38,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x46,0x0,0x0,0x0, + 0x49,0x0,0x0,0x0,0x4c,0x0,0x0,0x0,0x51,0x0,0x0,0x0,0x53,0x0,0x0,0x0, + 0x56,0x0,0x0,0x0,0x59,0x0,0x0,0x0,0x5c,0x0,0x0,0x0,0x5f,0x0,0x0,0x0, + 0x63,0x0,0x0,0x0,0x65,0x0,0x0,0x0,0x68,0x0,0x0,0x0,0x6b,0x0,0x0,0x0, + 0x6d,0x0,0x0,0x0,0x70,0x0,0x0,0x0,0x6e,0x0,0x0,0x0,0x70,0x5,0x5,0x5, + 0x83,0x29,0x29,0x29,0xad,0x52,0x52,0x52,0xf1,0x54,0x54,0x54,0xff,0x6e,0x6e,0x6e, + 0xff,0x9c,0x9c,0x9c,0xff,0xf4,0xf4,0xf4,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xe9,0xe9,0xe9,0xff,0x8f,0x8f,0x8f, + 0xff,0x70,0x70,0x70,0xfc,0x15,0x15,0x15,0x8d,0x0,0x0,0x0,0x61,0x0,0x0,0x0, + 0x64,0x0,0x0,0x0,0x60,0x0,0x0,0x0,0x5a,0x0,0x0,0x0,0x55,0x0,0x0,0x0, + 0x50,0x0,0x0,0x0,0x4b,0x0,0x0,0x0,0x47,0x0,0x0,0x0,0x41,0x0,0x0,0x0, + 0x3a,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x21,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc2,0xaf,0x84, + 0xef,0xc2,0xaf,0x83,0xff,0xc2,0xad,0x84,0xff,0xc2,0xad,0x84,0xff,0xc2,0xad,0x83, + 0xff,0xc1,0xad,0x82,0xff,0xc1,0xad,0x82,0xff,0xc1,0xac,0x82,0xff,0xc1,0xac,0x82, + 0xff,0xc1,0xac,0x83,0xff,0xc1,0xac,0x83,0xff,0xc0,0xac,0x81,0xff,0xc0,0xac,0x81, + 0xff,0xc0,0xad,0x82,0xff,0xc0,0xab,0x81,0xff,0xc0,0xab,0x81,0xff,0xc0,0xac,0x80, + 0xff,0xc0,0xac,0x81,0xff,0xbf,0xac,0x80,0xff,0xc0,0xab,0x81,0xff,0xbf,0xaa,0x80, + 0xff,0xc0,0xab,0x80,0xff,0xbe,0xab,0x7f,0xff,0xbe,0xab,0x7f,0xff,0xbe,0xa9,0x80, + 0xff,0xbe,0xa9,0x80,0xff,0xbe,0xa9,0x7e,0xff,0xbf,0xaa,0x7e,0xff,0xbe,0xa9,0x7e, + 0xff,0xbd,0xa8,0x7f,0xff,0xbd,0xa9,0x7f,0xff,0xbd,0xa9,0x7d,0xff,0xbd,0xa9,0x7d, + 0xff,0xbd,0xa9,0x7d,0xff,0xbc,0xa7,0x7d,0xff,0xbc,0xa7,0x7d,0xff,0xbc,0xa7,0x7c, + 0xff,0xbd,0xa8,0x7c,0xff,0xbc,0xa8,0x7c,0xff,0xbb,0xa6,0x7a,0xff,0xb8,0xa4,0x78, + 0xff,0xb4,0xa1,0x77,0xff,0xb2,0x9e,0x76,0xff,0xaf,0x9b,0x73,0xff,0xac,0x97,0x70, + 0xff,0xa8,0x94,0x6d,0xff,0xa4,0x93,0x6b,0xff,0xa1,0x8f,0x69,0xff,0x9f,0x8d,0x67, + 0xff,0x9c,0x8a,0x64,0xff,0x99,0x87,0x62,0xff,0x96,0x85,0x61,0xff,0x93,0x82,0x5e, + 0xff,0x90,0x80,0x5c,0xff,0x8d,0x7c,0x5b,0xff,0x8c,0x7b,0x59,0xff,0x87,0x78,0x58, + 0xff,0x86,0x77,0x55,0xff,0x84,0x75,0x54,0xff,0x81,0x72,0x52,0xff,0x82,0x72,0x53, + 0xff,0x83,0x74,0x53,0xff,0x7b,0x6d,0x4f,0xff,0x68,0x5f,0x4b,0xff,0x60,0x5c,0x55, + 0xff,0x4f,0x4f,0x4f,0xff,0x66,0x66,0x66,0xff,0x92,0x92,0x92,0xff,0xdf,0xdf,0xdf, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xdf,0xdf,0xdf, + 0xff,0x8a,0x8a,0x8a,0xff,0x74,0x72,0x6d,0xff,0x74,0x67,0x4d,0xff,0x87,0x77,0x53, + 0xff,0x86,0x75,0x51,0xff,0x8a,0x79,0x53,0xff,0x8f,0x7d,0x58,0xff,0x92,0x80,0x59, + 0xff,0x95,0x83,0x5d,0xff,0x9a,0x87,0x5f,0xff,0x9e,0x8a,0x61,0xff,0xa3,0x8f,0x64, + 0xff,0xa8,0x93,0x67,0xff,0xad,0x98,0x6a,0xff,0xaf,0x99,0x6b,0xff,0xb0,0x9a,0x6c, + 0xff,0xaf,0x99,0x6c,0xff,0xb0,0x9a,0x6c,0xff,0xae,0x98,0x6a,0xff,0xaf,0x99,0x6b, + 0xff,0xaf,0x99,0x6b,0xff,0xaf,0x99,0x69,0xff,0xae,0x98,0x69,0xff,0xae,0x98,0x6a, + 0xff,0xad,0x98,0x6a,0xff,0xad,0x98,0x6a,0xff,0xad,0x98,0x68,0xff,0xad,0x98,0x68, + 0xff,0xac,0x96,0x68,0xff,0xac,0x96,0x68,0xff,0xad,0x97,0x67,0xff,0xab,0x95,0x67, + 0xff,0xac,0x96,0x67,0xff,0xac,0x96,0x68,0xff,0xab,0x95,0x67,0xff,0xab,0x95,0x65, + 0xff,0xaa,0x94,0x66,0xff,0xaa,0x94,0x66,0xff,0xaa,0x94,0x64,0xff,0xab,0x95,0x65, + 0xff,0xab,0x94,0x65,0xff,0xaa,0x94,0x64,0xff,0xaa,0x94,0x64,0xff,0xa9,0x93,0x63, + 0xff,0xaa,0x94,0x64,0xff,0xa9,0x93,0x64,0xff,0xa8,0x92,0x64,0xff,0xa8,0x92,0x62, + 0xff,0xa8,0x92,0x62,0xff,0xa9,0x93,0x63,0xff,0xa7,0x91,0x61,0xff,0xa7,0x91,0x61, + 0xff,0xa7,0x91,0x61,0xff,0xa7,0x90,0x60,0xff,0xa8,0x91,0x61,0xff,0xa7,0x91,0x60, + 0xff,0xa6,0x90,0x60,0xff,0xa6,0x90,0x60,0xff,0xa7,0x90,0x5f,0xff,0xa6,0x8f,0x5f, + 0xff,0xa5,0x8f,0x5f,0xff,0xa5,0x8f,0x5f,0xff,0xa6,0x8f,0x5e,0xff,0xa4,0x8e,0x5e, + 0xff,0xa4,0x8e,0x5e,0xff,0xa4,0x8e,0x5c,0xff,0xa5,0x8f,0x5d,0xff,0xa4,0x8d,0x5d, + 0xff,0xa4,0x8d,0x5d,0xff,0xa3,0x8d,0x5d,0xff,0xa3,0x8c,0x5b,0xff,0xa3,0x8c,0x5c, + 0xff,0xa3,0x8c,0x5c,0xff,0xa3,0x8c,0x5c,0xff,0xa2,0x8c,0x5a,0xff,0xa3,0x8c,0x5b, + 0xff,0xa3,0x8b,0x5b,0xff,0xa2,0x8b,0x59,0xff,0xa1,0x8b,0x59,0xff,0xa1,0x8a,0x59, + 0xff,0xa1,0x8a,0x58,0xff,0xa1,0x8a,0x58,0xff,0xa1,0x8a,0x59,0xff,0xa1,0x89,0x59, + 0xff,0xa0,0x89,0x58,0xff,0xa0,0x89,0x57,0xff,0xa0,0x89,0x57,0xff,0xa0,0x88,0x58, + 0xff,0x9f,0x88,0x57,0xff,0xa0,0x88,0x56,0xff,0x9f,0x87,0x57,0xff,0x9e,0x87,0x56, + 0xff,0x9e,0x87,0x54,0xff,0x9f,0x87,0x55,0xff,0x9e,0x88,0x55,0xff,0x9d,0x87,0x54, + 0xff,0x9d,0x86,0x53,0xff,0x9d,0x86,0x53,0xff,0x9e,0x86,0x54,0xff,0x9c,0x85,0x52, + 0xff,0x9c,0x85,0x52,0xff,0x9c,0x85,0x52,0xff,0x9a,0x83,0x50,0xf1,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc2,0xae,0x85, + 0xff,0xc2,0xae,0x83,0xff,0xc2,0xaf,0x83,0xff,0xc3,0xae,0x84,0xff,0xc3,0xae,0x84, + 0xff,0xc2,0xad,0x83,0xff,0xc1,0xad,0x82,0xff,0xc2,0xae,0x83,0xff,0xc1,0xac,0x83, + 0xff,0xc1,0xac,0x83,0xff,0xc1,0xac,0x83,0xff,0xc1,0xad,0x83,0xff,0xc0,0xac,0x81, + 0xff,0xc0,0xad,0x81,0xff,0xc0,0xac,0x81,0xff,0xc0,0xac,0x82,0xff,0xc0,0xab,0x81, + 0xff,0xc1,0xac,0x81,0xff,0xbf,0xab,0x80,0xff,0xbf,0xac,0x80,0xff,0xbf,0xaa,0x81, + 0xff,0xbf,0xab,0x81,0xff,0xbf,0xab,0x7f,0xff,0xbe,0xaa,0x7f,0xff,0xbf,0xab,0x80, + 0xff,0xbe,0xa9,0x80,0xff,0xbe,0xaa,0x80,0xff,0xbe,0xa9,0x7e,0xff,0xbe,0xa9,0x7e, + 0xff,0xbe,0xaa,0x7e,0xff,0xbe,0xa9,0x7f,0xff,0xbe,0xa9,0x7f,0xff,0xbe,0xa9,0x7d, + 0xff,0xbd,0xa9,0x7d,0xff,0xbe,0xa9,0x7d,0xff,0xbd,0xa8,0x7e,0xff,0xbd,0xa8,0x7e, + 0xff,0xbb,0xa6,0x7b,0xff,0xb8,0xa3,0x79,0xff,0xb4,0xa0,0x76,0xff,0xb0,0x9c,0x73, + 0xff,0xad,0x9a,0x71,0xff,0xab,0x98,0x70,0xff,0xa7,0x95,0x6e,0xff,0xa5,0x92,0x6b, + 0xff,0xa1,0x8e,0x68,0xff,0x9e,0x8c,0x67,0xff,0x9b,0x89,0x65,0xff,0x98,0x87,0x63, + 0xff,0x95,0x84,0x61,0xff,0x92,0x81,0x5e,0xff,0x8f,0x7e,0x5c,0xff,0x8d,0x7d,0x5b, + 0xff,0x8b,0x7b,0x59,0xff,0x89,0x79,0x58,0xff,0x86,0x76,0x55,0xff,0x83,0x73,0x54, + 0xff,0x81,0x72,0x53,0xff,0x7f,0x70,0x51,0xff,0x83,0x74,0x54,0xff,0x7e,0x70,0x51, + 0xff,0x6b,0x60,0x4b,0xff,0x5f,0x5b,0x50,0xff,0x52,0x52,0x52,0xff,0x57,0x57,0x57, + 0xff,0x86,0x86,0x86,0xff,0xcc,0xcc,0xcc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xde,0xde,0xde,0xff,0x7c,0x7c,0x7c,0xff,0x71,0x6f,0x69,0xff,0x7d,0x6e,0x4f, + 0xff,0x86,0x76,0x54,0xff,0x86,0x75,0x51,0xff,0x8a,0x79,0x53,0xff,0x8d,0x7c,0x56, + 0xff,0x91,0x7f,0x5a,0xff,0x95,0x83,0x5d,0xff,0x99,0x86,0x5e,0xff,0x9e,0x8a,0x60, + 0xff,0xa2,0x8e,0x63,0xff,0xa7,0x92,0x67,0xff,0xab,0x96,0x68,0xff,0xaf,0x99,0x6b, + 0xff,0xaf,0x99,0x6b,0xff,0xb0,0x9a,0x6c,0xff,0xb0,0x9a,0x6c,0xff,0xae,0x98,0x6a, + 0xff,0xae,0x98,0x6a,0xff,0xae,0x98,0x6a,0xff,0xae,0x98,0x68,0xff,0xaf,0x99,0x69, + 0xff,0xae,0x98,0x6a,0xff,0xad,0x98,0x6a,0xff,0xad,0x97,0x69,0xff,0xac,0x97,0x68, + 0xff,0xac,0x97,0x68,0xff,0xac,0x96,0x68,0xff,0xad,0x97,0x69,0xff,0xac,0x96,0x66, + 0xff,0xac,0x96,0x68,0xff,0xab,0x95,0x67,0xff,0xab,0x95,0x67,0xff,0xab,0x95,0x67, + 0xff,0xac,0x96,0x66,0xff,0xaa,0x94,0x66,0xff,0xaa,0x94,0x66,0xff,0xab,0x95,0x65, + 0xff,0xab,0x95,0x65,0xff,0xab,0x93,0x65,0xff,0xaa,0x94,0x64,0xff,0xa9,0x93,0x63, + 0xff,0xa9,0x93,0x63,0xff,0xa9,0x93,0x63,0xff,0xa8,0x92,0x64,0xff,0xa9,0x93,0x64, + 0xff,0xa9,0x93,0x63,0xff,0xa8,0x92,0x62,0xff,0xa9,0x93,0x63,0xff,0xa7,0x91,0x61, + 0xff,0xa8,0x91,0x61,0xff,0xa7,0x91,0x61,0xff,0xa7,0x90,0x60,0xff,0xa8,0x91,0x61, + 0xff,0xa7,0x91,0x61,0xff,0xa7,0x91,0x61,0xff,0xa7,0x91,0x60,0xff,0xa6,0x8f,0x5f, + 0xff,0xa6,0x8f,0x5f,0xff,0xa5,0x8f,0x5f,0xff,0xa6,0x90,0x5f,0xff,0xa5,0x8e,0x5e, + 0xff,0xa4,0x8e,0x5e,0xff,0xa4,0x8e,0x5e,0xff,0xa5,0x8f,0x5d,0xff,0xa5,0x8f,0x5d, + 0xff,0xa5,0x8e,0x5d,0xff,0xa4,0x8d,0x5d,0xff,0xa3,0x8d,0x5d,0xff,0xa3,0x8c,0x5b, + 0xff,0xa3,0x8c,0x5c,0xff,0xa2,0x8c,0x5b,0xff,0xa3,0x8d,0x5c,0xff,0xa3,0x8c,0x5a, + 0xff,0xa2,0x8b,0x5a,0xff,0xa3,0x8c,0x5b,0xff,0xa1,0x8b,0x59,0xff,0xa1,0x8b,0x59, + 0xff,0xa2,0x8b,0x5a,0xff,0xa1,0x8a,0x57,0xff,0xa1,0x8a,0x58,0xff,0xa1,0x8a,0x59, + 0xff,0xa0,0x89,0x58,0xff,0xa0,0x89,0x58,0xff,0x9f,0x89,0x57,0xff,0x9f,0x89,0x57, + 0xff,0xa0,0x88,0x58,0xff,0xa0,0x89,0x58,0xff,0x9f,0x88,0x55,0xff,0x9e,0x87,0x56, + 0xff,0x9e,0x87,0x56,0xff,0x9e,0x87,0x54,0xff,0x9e,0x87,0x54,0xff,0x9d,0x87,0x54, + 0xff,0x9e,0x87,0x55,0xff,0x9e,0x86,0x54,0xff,0x9d,0x86,0x53,0xff,0x9d,0x86,0x53, + 0xff,0x9c,0x85,0x52,0xff,0x9c,0x85,0x52,0xff,0x9c,0x85,0x52,0xff,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc3,0xae,0x85, + 0xff,0xc2,0xaf,0x85,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfc,0xfc,0xff,0xfa,0xfa,0xfa,0xff,0xf7,0xf7,0xf7, + 0xff,0xf1,0xf1,0xf1,0xff,0xee,0xee,0xee,0xff,0xea,0xea,0xea,0xff,0xe5,0xe5,0xe5, + 0xff,0xe2,0xe2,0xe2,0xff,0xdd,0xdd,0xdd,0xff,0xda,0xda,0xda,0xff,0xd7,0xd7,0xd7, + 0xff,0xd3,0xd3,0xd3,0xff,0xd0,0xd0,0xd0,0xff,0xcb,0xcb,0xcb,0xff,0xc7,0xc7,0xc7, + 0xff,0xc5,0xc5,0xc5,0xff,0xc1,0xc1,0xc1,0xff,0xbd,0xbd,0xbd,0xff,0xbb,0xbb,0xbb, + 0xff,0xb8,0xb8,0xb8,0xff,0xb6,0xb6,0xb6,0xff,0xb3,0xb3,0xb3,0xff,0xb0,0xb0,0xb0, + 0xff,0xb1,0xb1,0xb1,0xff,0xb4,0xb4,0xb4,0xff,0x94,0x94,0x94,0xff,0x6e,0x6e,0x6e, + 0xff,0x5a,0x5a,0x5a,0xff,0x51,0x51,0x51,0xff,0x78,0x78,0x78,0xff,0xba,0xba,0xba, + 0xff,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xce,0xce,0xce,0xff,0x79,0x79,0x79,0xff,0x83,0x83,0x83, + 0xff,0xb0,0xb0,0xb0,0xff,0xc0,0xc0,0xc0,0xff,0xc0,0xc0,0xc0,0xff,0xc5,0xc5,0xc5, + 0xff,0xca,0xca,0xca,0xff,0xd0,0xd0,0xd0,0xff,0xd5,0xd5,0xd5,0xff,0xdc,0xdc,0xdc, + 0xff,0xe3,0xe3,0xe3,0xff,0xe9,0xe9,0xe9,0xff,0xef,0xef,0xef,0xff,0xf6,0xf6,0xf6, + 0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9d,0x86,0x53,0xff,0x9d,0x86,0x53,0xff,0x0,0x0,0x0, + 0x25,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc3,0xae,0x84, + 0xff,0xc3,0xaf,0x85,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfb,0xfb, + 0xff,0xf8,0xf8,0xf8,0xff,0xf2,0xf2,0xf2,0xff,0xee,0xee,0xee,0xff,0xe9,0xe9,0xe9, + 0xff,0xe6,0xe6,0xe6,0xff,0xe3,0xe3,0xe3,0xff,0xde,0xde,0xde,0xff,0xda,0xda,0xda, + 0xff,0xd7,0xd7,0xd7,0xff,0xd3,0xd3,0xd3,0xff,0xd0,0xd0,0xd0,0xff,0xcc,0xcc,0xcc, + 0xff,0xc8,0xc8,0xc8,0xff,0xc5,0xc5,0xc5,0xff,0xc2,0xc2,0xc2,0xff,0xbe,0xbe,0xbe, + 0xff,0xbc,0xbc,0xbc,0xff,0xba,0xba,0xba,0xff,0xb6,0xb6,0xb6,0xff,0xb4,0xb4,0xb4, + 0xff,0xb1,0xb1,0xb1,0xff,0xaf,0xaf,0xaf,0xff,0xae,0xae,0xae,0xff,0xb5,0xb5,0xb5, + 0xff,0xa1,0xa1,0xa1,0xff,0x75,0x75,0x75,0xff,0x62,0x62,0x62,0xff,0x52,0x52,0x52, + 0xff,0x6b,0x6b,0x6b,0xff,0xb1,0xb1,0xb1,0xff,0xe7,0xe7,0xe7,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xc8,0xc8,0xc8,0xff,0x70,0x70,0x70, + 0xff,0x81,0x81,0x81,0xff,0xba,0xba,0xba,0xff,0xbf,0xbf,0xbf,0xff,0xbf,0xbf,0xbf, + 0xff,0xc3,0xc3,0xc3,0xff,0xc8,0xc8,0xc8,0xff,0xcd,0xcd,0xcd,0xff,0xd4,0xd4,0xd4, + 0xff,0xd9,0xd9,0xd9,0xff,0xe0,0xe0,0xe0,0xff,0xe5,0xe5,0xe5,0xff,0xed,0xed,0xed, + 0xff,0xf4,0xf4,0xf4,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9d,0x86,0x53,0xff,0x9d,0x86,0x53,0xff,0x0,0x0,0x0, + 0x25,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xb0,0x85, + 0xff,0xc3,0xae,0x85,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfb,0xfb,0xfb,0xff,0xf9,0xf9,0xf9,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf2, + 0xff,0xed,0xed,0xed,0xff,0xe9,0xe9,0xe9,0xff,0xe5,0xe5,0xe5,0xff,0xe1,0xe1,0xe1, + 0xff,0xdd,0xdd,0xdd,0xff,0xda,0xda,0xda,0xff,0xd5,0xd5,0xd5,0xff,0xd2,0xd2,0xd2, + 0xff,0xce,0xce,0xce,0xff,0xcb,0xcb,0xcb,0xff,0xc9,0xc9,0xc9,0xff,0xc5,0xc5,0xc5, + 0xff,0xc2,0xc2,0xc2,0xff,0xbe,0xbe,0xbe,0xff,0xbc,0xbc,0xbc,0xff,0xb9,0xb9,0xb9, + 0xff,0xb5,0xb5,0xb5,0xff,0xb4,0xb4,0xb4,0xff,0xb1,0xb1,0xb1,0xff,0xad,0xad,0xad, + 0xff,0xac,0xac,0xac,0xff,0xb1,0xb1,0xb1,0xff,0xac,0xac,0xac,0xff,0x7a,0x7a,0x7a, + 0xff,0x64,0x64,0x64,0xff,0x55,0x55,0x55,0xff,0x5d,0x5d,0x5d,0xff,0xa1,0xa1,0xa1, + 0xff,0xe0,0xe0,0xe0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xbb,0xbb,0xbb, + 0xff,0x6c,0x6c,0x6c,0xff,0x87,0x87,0x87,0xff,0xbe,0xbe,0xbe,0xff,0xbc,0xbc,0xbc, + 0xff,0xbe,0xbe,0xbe,0xff,0xc2,0xc2,0xc2,0xff,0xc7,0xc7,0xc7,0xff,0xce,0xce,0xce, + 0xff,0xd3,0xd3,0xd3,0xff,0xd9,0xd9,0xd9,0xff,0xde,0xde,0xde,0xff,0xe5,0xe5,0xe5, + 0xff,0xec,0xec,0xec,0xff,0xf3,0xf3,0xf3,0xff,0xf8,0xf8,0xf8,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9d,0x86,0x53,0xff,0x9d,0x86,0x53,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc3,0xaf,0x84, + 0xff,0xc4,0xb0,0x85,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xf7,0xf7,0xf7, + 0xff,0xf3,0xf3,0xf3,0xff,0xee,0xee,0xee,0xff,0xec,0xec,0xec,0xff,0xe8,0xe8,0xe8, + 0xff,0xe4,0xe4,0xe4,0xff,0xdf,0xdf,0xdf,0xff,0xdc,0xdc,0xdc,0xff,0xd8,0xd8,0xd8, + 0xff,0xd5,0xd5,0xd5,0xff,0xd1,0xd1,0xd1,0xff,0xce,0xce,0xce,0xff,0xc9,0xc9,0xc9, + 0xff,0xc7,0xc7,0xc7,0xff,0xc4,0xc4,0xc4,0xff,0xc1,0xc1,0xc1,0xff,0xbe,0xbe,0xbe, + 0xff,0xba,0xba,0xba,0xff,0xb8,0xb8,0xb8,0xff,0xb6,0xb6,0xb6,0xff,0xb3,0xb3,0xb3, + 0xff,0xb0,0xb0,0xb0,0xff,0xad,0xad,0xad,0xff,0xac,0xac,0xac,0xff,0xad,0xad,0xad, + 0xff,0xaf,0xaf,0xaf,0xff,0x8d,0x8d,0x8d,0xff,0x64,0x64,0x64,0xff,0x59,0x59,0x59, + 0xff,0x54,0x54,0x54,0xff,0x8d,0x8d,0x8d,0xff,0xd6,0xd6,0xd6,0xff,0xf9,0xf9,0xf9, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xff,0xff,0xfd,0xff,0xfe,0xfe,0xfc, + 0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc, + 0xff,0xbb,0xbb,0xbb,0xff,0x69,0x69,0x69,0xff,0x87,0x87,0x87,0xff,0xba,0xba,0xba, + 0xff,0xbb,0xbb,0xbb,0xff,0xbc,0xbc,0xbc,0xff,0xc1,0xc1,0xc1,0xff,0xc8,0xc8,0xc8, + 0xff,0xcc,0xcc,0xcc,0xff,0xd3,0xd3,0xd3,0xff,0xd7,0xd7,0xd7,0xff,0xdd,0xdd,0xdd, + 0xff,0xe5,0xe5,0xe5,0xff,0xeb,0xeb,0xeb,0xff,0xef,0xef,0xef,0xff,0xf6,0xf6,0xf6, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9d,0x86,0x53,0xff,0x9e,0x86,0x54,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc3,0xb0,0x86, + 0xff,0xc3,0xaf,0x84,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfa,0xfa,0xfa,0xff,0xf5,0xf5,0xf5,0xff,0xf3,0xf3,0xf3,0xff,0xee,0xee,0xee, + 0xff,0xe9,0xe9,0xe9,0xff,0xe6,0xe6,0xe6,0xff,0xe2,0xe2,0xe2,0xff,0xdf,0xdf,0xdf, + 0xff,0xda,0xda,0xda,0xff,0xd6,0xd6,0xd6,0xff,0xd3,0xd3,0xd3,0xff,0xcf,0xcf,0xcf, + 0xff,0xcd,0xcd,0xcd,0xff,0xcb,0xcb,0xcb,0xff,0xc6,0xc6,0xc6,0xff,0xc4,0xc4,0xc4, + 0xff,0xc0,0xc0,0xc0,0xff,0xbf,0xbf,0xbf,0xff,0xbb,0xbb,0xbb,0xff,0xb8,0xb8,0xb8, + 0xff,0xb4,0xb4,0xb4,0xff,0xb3,0xb3,0xb3,0xff,0xb1,0xb1,0xb1,0xff,0xae,0xae,0xae, + 0xff,0xac,0xac,0xac,0xff,0xaa,0xaa,0xaa,0xff,0xb0,0xb0,0xb0,0xff,0x96,0x96,0x96, + 0xff,0x6d,0x6d,0x6d,0xff,0x5c,0x5c,0x5c,0xff,0x56,0x56,0x56,0xff,0x77,0x77,0x77, + 0xff,0xc4,0xc4,0xc4,0xff,0xf4,0xf4,0xf4,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfc, + 0xff,0xff,0xff,0xfd,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfc,0xff,0xff,0xff,0xff, + 0xff,0xf6,0xf6,0xf6,0xff,0xa5,0xa5,0xa5,0xff,0x6c,0x6c,0x6c,0xff,0x8e,0x8e,0x8e, + 0xff,0xbd,0xbd,0xbd,0xff,0xb8,0xb8,0xb8,0xff,0xbd,0xbd,0xbd,0xff,0xc2,0xc2,0xc2, + 0xff,0xc6,0xc6,0xc6,0xff,0xcc,0xcc,0xcc,0xff,0xd2,0xd2,0xd2,0xff,0xd7,0xd7,0xd7, + 0xff,0xdc,0xdc,0xdc,0xff,0xe3,0xe3,0xe3,0xff,0xe8,0xe8,0xe8,0xff,0xef,0xef,0xef, + 0xff,0xf4,0xf4,0xf4,0xff,0xfb,0xfb,0xfb,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9d,0x87,0x54,0xff,0x9d,0x86,0x53,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xb0,0x86, + 0xff,0xc3,0xaf,0x86,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfa,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf3,0xf3,0xf3, + 0xff,0xf0,0xf0,0xf0,0xff,0xeb,0xeb,0xeb,0xff,0xe9,0xe9,0xe9,0xff,0xe3,0xe3,0xe3, + 0xff,0xe0,0xe0,0xe0,0xff,0xdd,0xdd,0xdd,0xff,0xd9,0xd9,0xd9,0xff,0xd5,0xd5,0xd5, + 0xff,0xd2,0xd2,0xd2,0xff,0xcf,0xcf,0xcf,0xff,0xcb,0xcb,0xcb,0xff,0xc8,0xc8,0xc8, + 0xff,0xc6,0xc6,0xc6,0xff,0xc2,0xc2,0xc2,0xff,0xbf,0xbf,0xbf,0xff,0xbc,0xbc,0xbc, + 0xff,0xba,0xba,0xba,0xff,0xb7,0xb7,0xb7,0xff,0xb5,0xb5,0xb5,0xff,0xb1,0xb1,0xb1, + 0xff,0xaf,0xaf,0xaf,0xff,0xae,0xae,0xae,0xff,0xac,0xac,0xac,0xff,0xab,0xab,0xab, + 0xff,0xaa,0xaa,0xaa,0xff,0x9d,0x9d,0x9d,0xff,0x76,0x76,0x76,0xff,0x59,0x59,0x59, + 0xff,0x57,0x57,0x57,0xff,0x65,0x65,0x65,0xff,0xb5,0xb5,0xb5,0xff,0xf2,0xf2,0xf2, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xf8,0xf7,0xf6,0xff,0xb4,0xab,0x9a,0xff,0x74,0x60,0x3e,0xff,0xdd,0xd9,0xd1, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xf3,0xf3,0xff,0xa4,0xa4,0xa4,0xff,0x6d,0x6d,0x6d, + 0xff,0x8d,0x8d,0x8d,0xff,0xb9,0xb9,0xb9,0xff,0xb9,0xb9,0xb9,0xff,0xbc,0xbc,0xbc, + 0xff,0xc1,0xc1,0xc1,0xff,0xc7,0xc7,0xc7,0xff,0xca,0xca,0xca,0xff,0xd0,0xd0,0xd0, + 0xff,0xd5,0xd5,0xd5,0xff,0xdc,0xdc,0xdc,0xff,0xe1,0xe1,0xe1,0xff,0xe7,0xe7,0xe7, + 0xff,0xed,0xed,0xed,0xff,0xf3,0xf3,0xf3,0xff,0xf9,0xf9,0xf9,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9d,0x87,0x55,0xff,0x9d,0x87,0x55,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xaf,0x86, + 0xff,0xc4,0xb0,0x86,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfb,0xfb,0xff,0xf7,0xf7,0xf7, + 0xff,0xf4,0xf4,0xf4,0xff,0xf0,0xf0,0xf0,0xff,0xeb,0xeb,0xeb,0xff,0xe8,0xe8,0xe8, + 0xff,0xe5,0xe5,0xe5,0xff,0xe2,0xe2,0xe2,0xff,0xde,0xde,0xde,0xff,0xda,0xda,0xda, + 0xff,0xd6,0xd6,0xd6,0xff,0xd3,0xd3,0xd3,0xff,0xd1,0xd1,0xd1,0xff,0xcd,0xcd,0xcd, + 0xff,0xc9,0xc9,0xc9,0xff,0xc6,0xc6,0xc6,0xff,0xc3,0xc3,0xc3,0xff,0xc1,0xc1,0xc1, + 0xff,0xbe,0xbe,0xbe,0xff,0xbb,0xbb,0xbb,0xff,0xb8,0xb8,0xb8,0xff,0xb5,0xb5,0xb5, + 0xff,0xb4,0xb4,0xb4,0xff,0xb1,0xb1,0xb1,0xff,0xae,0xae,0xae,0xff,0xac,0xac,0xac, + 0xff,0xaa,0xaa,0xaa,0xff,0xaa,0xaa,0xaa,0xff,0xa7,0xa7,0xa7,0xff,0x9e,0x9e,0x9e, + 0xff,0x82,0x82,0x82,0xff,0x5e,0x5e,0x5e,0xff,0x56,0x56,0x56,0xff,0x60,0x60,0x60, + 0xff,0x96,0x96,0x96,0xff,0xed,0xed,0xed,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xf7,0xf4,0xff,0xcb,0xc4,0xba, + 0xff,0x6e,0x5d,0x3d,0xff,0x4f,0x39,0xe,0xff,0x4f,0x3a,0xf,0xff,0x68,0x55,0x33, + 0xff,0xde,0xda,0xd2,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xea,0xea,0xea,0xff,0x92,0x92,0x92, + 0xff,0x72,0x72,0x72,0xff,0x8f,0x8f,0x8f,0xff,0xba,0xba,0xba,0xff,0xb8,0xb8,0xb8, + 0xff,0xbb,0xbb,0xbb,0xff,0xbf,0xbf,0xbf,0xff,0xc4,0xc4,0xc4,0xff,0xc8,0xc8,0xc8, + 0xff,0xcd,0xcd,0xcd,0xff,0xd4,0xd4,0xd4,0xff,0xd9,0xd9,0xd9,0xff,0xde,0xde,0xde, + 0xff,0xe4,0xe4,0xe4,0xff,0xe9,0xe9,0xe9,0xff,0xf0,0xf0,0xf0,0xff,0xf6,0xf6,0xf6, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9e,0x87,0x54,0xff,0x9d,0x87,0x54,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xaf,0x86, + 0xff,0xc4,0xb0,0x86,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfc,0xfc, + 0xff,0xf8,0xf8,0xf8,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf2,0xff,0xee,0xee,0xee, + 0xff,0xea,0xea,0xea,0xff,0xe7,0xe7,0xe7,0xff,0xe3,0xe3,0xe3,0xff,0xe0,0xe0,0xe0, + 0xff,0xdc,0xdc,0xdc,0xff,0xd9,0xd9,0xd9,0xff,0xd6,0xd6,0xd6,0xff,0xd2,0xd2,0xd2, + 0xff,0xce,0xce,0xce,0xff,0xcc,0xcc,0xcc,0xff,0xca,0xca,0xca,0xff,0xc7,0xc7,0xc7, + 0xff,0xc3,0xc3,0xc3,0xff,0xbf,0xbf,0xbf,0xff,0xbe,0xbe,0xbe,0xff,0xba,0xba,0xba, + 0xff,0xb8,0xb8,0xb8,0xff,0xb5,0xb5,0xb5,0xff,0xb3,0xb3,0xb3,0xff,0xb0,0xb0,0xb0, + 0xff,0xaf,0xaf,0xaf,0xff,0xad,0xad,0xad,0xff,0xaa,0xaa,0xaa,0xff,0xab,0xab,0xab, + 0xff,0xa9,0xa9,0xa9,0xff,0x9e,0x9e,0x9e,0xff,0x87,0x87,0x87,0xff,0x67,0x67,0x67, + 0xff,0x54,0x54,0x54,0xff,0x5b,0x5b,0x5b,0xff,0x85,0x85,0x85,0xff,0xde,0xde,0xde, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf9,0xf8,0xf7,0xff,0xdd,0xd9,0xd2,0xff,0x85,0x76,0x5e,0xff,0x49,0x33,0x5, + 0xff,0x4d,0x38,0xd,0xff,0x70,0x53,0x1c,0xff,0x75,0x59,0x20,0xff,0x4b,0x37,0xf, + 0xff,0x6b,0x59,0x38,0xff,0xf0,0xee,0xea,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xe5,0xe5,0xe5, + 0xff,0x8d,0x8d,0x8d,0xff,0x78,0x78,0x78,0xff,0x97,0x97,0x97,0xff,0xb8,0xb8,0xb8, + 0xff,0xb8,0xb8,0xb8,0xff,0xba,0xba,0xba,0xff,0xbf,0xbf,0xbf,0xff,0xc2,0xc2,0xc2, + 0xff,0xc8,0xc8,0xc8,0xff,0xcd,0xcd,0xcd,0xff,0xd2,0xd2,0xd2,0xff,0xd7,0xd7,0xd7, + 0xff,0xdd,0xdd,0xdd,0xff,0xe3,0xe3,0xe3,0xff,0xe9,0xe9,0xe9,0xff,0xee,0xee,0xee, + 0xff,0xf4,0xf4,0xf4,0xff,0xfa,0xfa,0xfa,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9e,0x87,0x54,0xff,0x9e,0x87,0x54,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xb0,0x86, + 0xff,0xc4,0xb0,0x86,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfa,0xfa,0xfa,0xff,0xf7,0xf7,0xf7,0xff,0xf3,0xf3,0xf3, + 0xff,0xf0,0xf0,0xf0,0xff,0xed,0xed,0xed,0xff,0xe9,0xe9,0xe9,0xff,0xe5,0xe5,0xe5, + 0xff,0xe1,0xe1,0xe1,0xff,0xde,0xde,0xde,0xff,0xda,0xda,0xda,0xff,0xd7,0xd7,0xd7, + 0xff,0xd4,0xd4,0xd4,0xff,0xd0,0xd0,0xd0,0xff,0xce,0xce,0xce,0xff,0xcd,0xcd,0xcd, + 0xff,0xc8,0xc8,0xc8,0xff,0xc6,0xc6,0xc6,0xff,0xc3,0xc3,0xc3,0xff,0xc0,0xc0,0xc0, + 0xff,0xbc,0xbc,0xbc,0xff,0xba,0xba,0xba,0xff,0xb8,0xb8,0xb8,0xff,0xb5,0xb5,0xb5, + 0xff,0xb2,0xb2,0xb2,0xff,0xb0,0xb0,0xb0,0xff,0xaf,0xaf,0xaf,0xff,0xad,0xad,0xad, + 0xff,0xab,0xab,0xab,0xff,0xa9,0xa9,0xa9,0xff,0xaf,0xaf,0xaf,0xff,0xa3,0xa3,0xa3, + 0xff,0x8c,0x8c,0x8c,0xff,0x6f,0x6f,0x6f,0xff,0x54,0x54,0x54,0xff,0x59,0x59,0x59, + 0xff,0x7f,0x7f,0x7f,0xff,0xc3,0xc3,0xc3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xe0,0xdb,0xd5, + 0xff,0x9c,0x8f,0x7a,0xff,0x4e,0x38,0xf,0xff,0x47,0x31,0x2,0xff,0x66,0x4c,0x1a, + 0xff,0x8f,0x6d,0x28,0xff,0xa5,0x7d,0x31,0xff,0xa5,0x7d,0x32,0xff,0x72,0x56,0x22, + 0xff,0x4a,0x35,0xf,0xff,0x7d,0x6d,0x52,0xff,0xed,0xeb,0xe7,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xe1,0xe1,0xe1,0xff,0x86,0x86,0x86,0xff,0x7a,0x7a,0x7a,0xff,0x9f,0x9f,0x9f, + 0xff,0xb8,0xb8,0xb8,0xff,0xb7,0xb7,0xb7,0xff,0xba,0xba,0xba,0xff,0xbe,0xbe,0xbe, + 0xff,0xc3,0xc3,0xc3,0xff,0xc9,0xc9,0xc9,0xff,0xcd,0xcd,0xcd,0xff,0xd1,0xd1,0xd1, + 0xff,0xd6,0xd6,0xd6,0xff,0xdb,0xdb,0xdb,0xff,0xe1,0xe1,0xe1,0xff,0xe7,0xe7,0xe7, + 0xff,0xee,0xee,0xee,0xff,0xf3,0xf3,0xf3,0xff,0xf8,0xf8,0xf8,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9e,0x87,0x56,0xff,0x9e,0x87,0x54,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xb1,0x87, + 0xff,0xc4,0xb0,0x86,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfc,0xfc,0xff,0xf9,0xf9,0xf9, + 0xff,0xf4,0xf4,0xf4,0xff,0xf1,0xf1,0xf1,0xff,0xee,0xee,0xee,0xff,0xeb,0xeb,0xeb, + 0xff,0xe7,0xe7,0xe7,0xff,0xe4,0xe4,0xe4,0xff,0xe1,0xe1,0xe1,0xff,0xde,0xde,0xde, + 0xff,0xda,0xda,0xda,0xff,0xd6,0xd6,0xd6,0xff,0xd3,0xd3,0xd3,0xff,0xd0,0xd0,0xd0, + 0xff,0xcd,0xcd,0xcd,0xff,0xca,0xca,0xca,0xff,0xc7,0xc7,0xc7,0xff,0xc6,0xc6,0xc6, + 0xff,0xc2,0xc2,0xc2,0xff,0xc0,0xc0,0xc0,0xff,0xbd,0xbd,0xbd,0xff,0xba,0xba,0xba, + 0xff,0xb7,0xb7,0xb7,0xff,0xb5,0xb5,0xb5,0xff,0xb4,0xb4,0xb4,0xff,0xb2,0xb2,0xb2, + 0xff,0xaf,0xaf,0xaf,0xff,0xad,0xad,0xad,0xff,0xab,0xab,0xab,0xff,0xa9,0xa9,0xa9, + 0xff,0xae,0xae,0xae,0xff,0xab,0xab,0xab,0xff,0x93,0x93,0x93,0xff,0x76,0x76,0x76, + 0xff,0x58,0x58,0x58,0xff,0x53,0x53,0x53,0xff,0x76,0x76,0x75,0xff,0xb0,0xb0,0xb0, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfd,0xff,0xfd,0xfd,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xe7,0xe4,0xde,0xff,0xb4,0xab,0x9b,0xff,0x5d,0x48,0x23, + 0xff,0x3e,0x27,0x0,0xff,0x5d,0x44,0x12,0xff,0x83,0x63,0x26,0xff,0xaa,0x81,0x34, + 0xff,0xb4,0x89,0x37,0xff,0xb8,0x8c,0x3b,0xff,0xb1,0x86,0x38,0xff,0xa7,0x7f,0x36, + 0xff,0x6c,0x50,0x1f,0xff,0x46,0x31,0x5,0xff,0x84,0x74,0x5a,0xff,0xf4,0xf2,0xf1, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xd4,0xd4,0xd4,0xff,0x82,0x82,0x82,0xff,0x80,0x80,0x80, + 0xff,0xa3,0xa3,0xa3,0xff,0xb6,0xb6,0xb6,0xff,0xb6,0xb6,0xb6,0xff,0xb9,0xb9,0xb9, + 0xff,0xbf,0xbf,0xbf,0xff,0xc4,0xc4,0xc4,0xff,0xc7,0xc7,0xc7,0xff,0xcb,0xcb,0xcb, + 0xff,0xd0,0xd0,0xd0,0xff,0xd5,0xd5,0xd5,0xff,0xdb,0xdb,0xdb,0xff,0xe1,0xe1,0xe1, + 0xff,0xe7,0xe7,0xe7,0xff,0xeb,0xeb,0xeb,0xff,0xf1,0xf1,0xf1,0xff,0xf7,0xf7,0xf7, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9f,0x88,0x57,0xff,0x9e,0x87,0x56,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xb1,0x87, + 0xff,0xc4,0xb1,0x87,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd, + 0xff,0xfb,0xfb,0xfb,0xff,0xf8,0xf8,0xf8,0xff,0xf4,0xf4,0xf4,0xff,0xf1,0xf1,0xf1, + 0xff,0xed,0xed,0xed,0xff,0xe9,0xe9,0xe9,0xff,0xe7,0xe7,0xe7,0xff,0xe3,0xe3,0xe3, + 0xff,0xdf,0xdf,0xdf,0xff,0xdc,0xdc,0xdc,0xff,0xd9,0xd9,0xd9,0xff,0xd6,0xd6,0xd6, + 0xff,0xd3,0xd3,0xd3,0xff,0xd0,0xd0,0xd0,0xff,0xcd,0xcd,0xcd,0xff,0xca,0xca,0xca, + 0xff,0xc7,0xc7,0xc7,0xff,0xc5,0xc5,0xc5,0xff,0xc3,0xc3,0xc3,0xff,0xbf,0xbf,0xbf, + 0xff,0xbd,0xbd,0xbd,0xff,0xba,0xba,0xba,0xff,0xb8,0xb8,0xb8,0xff,0xb6,0xb6,0xb6, + 0xff,0xb4,0xb4,0xb4,0xff,0xb2,0xb2,0xb2,0xff,0xb0,0xb0,0xb0,0xff,0xae,0xae,0xae, + 0xff,0xac,0xac,0xac,0xff,0xaa,0xaa,0xaa,0xff,0xac,0xac,0xac,0xff,0xb1,0xb1,0xb1, + 0xff,0x9b,0x9b,0x9b,0xff,0x7b,0x7b,0x7b,0xff,0x61,0x61,0x61,0xff,0x4e,0x4e,0x4e, + 0xff,0x6b,0x6b,0x6b,0xff,0xa1,0xa1,0xa1,0xff,0xe6,0xe6,0xe4,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfe,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfc, + 0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfc, + 0xff,0xfd,0xfd,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfb,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf4,0xf3,0xf0, + 0xff,0xc3,0xba,0xad,0xff,0x71,0x60,0x42,0xff,0x3e,0x28,0x0,0xff,0x57,0x3f,0x9, + 0xff,0x7b,0x5d,0x21,0xff,0xa2,0x7c,0x2d,0xff,0xb7,0x8b,0x37,0xff,0xc1,0x92,0x3f, + 0xff,0xce,0x9c,0x45,0xff,0xd8,0xa5,0x45,0xff,0xcf,0x9e,0x45,0xff,0xba,0x8d,0x3c, + 0xff,0xa9,0x82,0x38,0xff,0x68,0x4d,0x1b,0xff,0x47,0x33,0x11,0xff,0x9c,0x8f,0x7c, + 0xff,0xf5,0xf3,0xf0,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xcf,0xcf,0xcf,0xff,0x78,0x78,0x78, + 0xff,0x7e,0x7e,0x7e,0xff,0xae,0xae,0xae,0xff,0xb7,0xb7,0xb7,0xff,0xb5,0xb5,0xb5, + 0xff,0xba,0xba,0xba,0xff,0xbe,0xbe,0xbe,0xff,0xc2,0xc2,0xc2,0xff,0xc6,0xc6,0xc6, + 0xff,0xcb,0xcb,0xcb,0xff,0xd0,0xd0,0xd0,0xff,0xd6,0xd6,0xd6,0xff,0xdb,0xdb,0xdb, + 0xff,0xe0,0xe0,0xe0,0xff,0xe5,0xe5,0xe5,0xff,0xe9,0xe9,0xe9,0xff,0xef,0xef,0xef, + 0xff,0xf7,0xf7,0xf7,0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9f,0x88,0x56,0xff,0x9e,0x87,0x56,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xb1,0x87, + 0xff,0xc4,0xb1,0x87,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfb,0xfb,0xfb,0xff,0xf8,0xf8,0xf8,0xff,0xf5,0xf5,0xf5, + 0xff,0xf2,0xf2,0xf2,0xff,0xee,0xee,0xee,0xff,0xeb,0xeb,0xeb,0xff,0xe6,0xe6,0xe6, + 0xff,0xe3,0xe3,0xe3,0xff,0xe0,0xe0,0xe0,0xff,0xdd,0xdd,0xdd,0xff,0xda,0xda,0xda, + 0xff,0xd6,0xd6,0xd6,0xff,0xd5,0xd5,0xd5,0xff,0xd1,0xd1,0xd1,0xff,0xce,0xce,0xce, + 0xff,0xcb,0xcb,0xcb,0xff,0xc8,0xc8,0xc8,0xff,0xc5,0xc5,0xc5,0xff,0xc3,0xc3,0xc3, + 0xff,0xc0,0xc0,0xc0,0xff,0xbf,0xbf,0xbf,0xff,0xbc,0xbc,0xbc,0xff,0xb9,0xb9,0xb9, + 0xff,0xb6,0xb6,0xb6,0xff,0xb6,0xb6,0xb6,0xff,0xb3,0xb3,0xb3,0xff,0xb1,0xb1,0xb1, + 0xff,0xae,0xae,0xae,0xff,0xae,0xae,0xae,0xff,0xab,0xab,0xab,0xff,0xaa,0xaa,0xaa, + 0xff,0xaa,0xaa,0xaa,0xff,0xb2,0xb2,0xb2,0xff,0xa6,0xa6,0xa6,0xff,0x80,0x80,0x80, + 0xff,0x69,0x69,0x69,0xff,0x51,0x51,0x51,0xff,0x59,0x59,0x59,0xff,0x96,0x96,0x96, + 0xff,0xd4,0xd4,0xd4,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfc,0xff,0xfd,0xfd,0xfc,0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfb, + 0xff,0xfd,0xfd,0xfc,0xff,0xfd,0xfd,0xfc,0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfc, + 0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xce,0xc6,0xbb,0xff,0x8a,0x7c,0x64, + 0xff,0x45,0x30,0x0,0xff,0x49,0x31,0x0,0xff,0x72,0x53,0x1c,0xff,0x9a,0x74,0x2b, + 0xff,0xb6,0x8a,0x35,0xff,0xc2,0x93,0x3a,0xff,0xcf,0x9e,0x43,0xff,0xda,0xa6,0x48, + 0xff,0xdf,0xaa,0x4d,0xff,0xde,0xaa,0x4d,0xff,0xde,0xab,0x4e,0xff,0xd0,0xa1,0x47, + 0xff,0xbb,0x91,0x40,0xff,0xa2,0x7c,0x38,0xff,0x5c,0x44,0x15,0xff,0x42,0x2e,0x5, + 0xff,0xa5,0x98,0x85,0xff,0xfa,0xf9,0xf8,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xc1,0xc1,0xc1, + 0xff,0x75,0x75,0x75,0xff,0x81,0x81,0x81,0xff,0xb2,0xb2,0xb2,0xff,0xb5,0xb5,0xb5, + 0xff,0xb6,0xb6,0xb6,0xff,0xb9,0xb9,0xb9,0xff,0xbe,0xbe,0xbe,0xff,0xc1,0xc1,0xc1, + 0xff,0xc6,0xc6,0xc6,0xff,0xc9,0xc9,0xc9,0xff,0xcf,0xcf,0xcf,0xff,0xd3,0xd3,0xd3, + 0xff,0xd8,0xd8,0xd8,0xff,0xdd,0xdd,0xdd,0xff,0xe2,0xe2,0xe2,0xff,0xe8,0xe8,0xe8, + 0xff,0xef,0xef,0xef,0xff,0xf4,0xf4,0xf4,0xff,0xf9,0xf9,0xf9,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9f,0x88,0x57,0xff,0xa0,0x89,0x56,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc5,0xb0,0x87, + 0xff,0xc4,0xb0,0x87,0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfc,0xfc,0xff,0xfa,0xfa,0xfa, + 0xff,0xf7,0xf7,0xf7,0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xef,0xff,0xec,0xec,0xec, + 0xff,0xe8,0xe8,0xe8,0xff,0xe5,0xe5,0xe5,0xff,0xe2,0xe2,0xe2,0xff,0xdf,0xdf,0xdf, + 0xff,0xdb,0xdb,0xdb,0xff,0xd8,0xd8,0xd8,0xff,0xd5,0xd5,0xd5,0xff,0xd3,0xd3,0xd3, + 0xff,0xcf,0xcf,0xcf,0xff,0xcc,0xcc,0xcc,0xff,0xca,0xca,0xca,0xff,0xc7,0xc7,0xc7, + 0xff,0xc4,0xc4,0xc4,0xff,0xc2,0xc2,0xc2,0xff,0xc0,0xc0,0xc0,0xff,0xbd,0xbd,0xbd, + 0xff,0xba,0xba,0xba,0xff,0xb8,0xb8,0xb8,0xff,0xb6,0xb6,0xb6,0xff,0xb5,0xb5,0xb5, + 0xff,0xb2,0xb2,0xb2,0xff,0xb1,0xb1,0xb1,0xff,0xaf,0xaf,0xaf,0xff,0xad,0xad,0xad, + 0xff,0xab,0xab,0xab,0xff,0xa9,0xa9,0xa9,0xff,0xa9,0xa9,0xa9,0xff,0xb0,0xb0,0xb0, + 0xff,0xac,0xac,0xac,0xff,0x87,0x87,0x87,0xff,0x6a,0x6a,0x6a,0xff,0x54,0x54,0x54, + 0xff,0x52,0x52,0x52,0xff,0x88,0x88,0x88,0xff,0xc5,0xc5,0xc5,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xdf,0xda,0xd3,0xff,0x97,0x89,0x73,0xff,0x57,0x42,0x1f,0xff,0x3e,0x27,0x0, + 0xff,0x67,0x4a,0x12,0xff,0x90,0x6c,0x25,0xff,0xad,0x82,0x30,0xff,0xbd,0x8f,0x37, + 0xff,0xcb,0x9a,0x3e,0xff,0xd9,0xa5,0x47,0xff,0xdf,0xaa,0x48,0xff,0xde,0xaa,0x4b, + 0xff,0xdd,0xaa,0x49,0xff,0xdd,0xab,0x4c,0xff,0xde,0xac,0x50,0xff,0xde,0xac,0x4d, + 0xff,0xd0,0xa0,0x4b,0xff,0xbb,0x8f,0x44,0xff,0xa1,0x7c,0x39,0xff,0x5b,0x43,0x14, + 0xff,0x47,0x34,0x10,0xff,0xb6,0xab,0x9c,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfc,0xff,0xfd,0xfd,0xfc,0xff,0xfd,0xfd,0xfc,0xff,0xfd,0xfd,0xfc, + 0xff,0xfd,0xfd,0xfc,0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfb, + 0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfc,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xbd,0xbd,0xbc,0xff,0x6f,0x6f,0x6f,0xff,0x82,0x82,0x82,0xff,0xb4,0xb4,0xb4, + 0xff,0xb3,0xb3,0xb3,0xff,0xb6,0xb6,0xb6,0xff,0xb9,0xb9,0xb9,0xff,0xbc,0xbc,0xbc, + 0xff,0xc1,0xc1,0xc1,0xff,0xc5,0xc5,0xc5,0xff,0xc9,0xc9,0xc9,0xff,0xcd,0xcd,0xcd, + 0xff,0xd2,0xd2,0xd2,0xff,0xd7,0xd7,0xd7,0xff,0xdb,0xdb,0xdb,0xff,0xe1,0xe1,0xe1, + 0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf2,0xf2,0xf2,0xff,0xf8,0xf8,0xf8, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9f,0x88,0x57,0xff,0x9f,0x88,0x57,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xc4,0xaf,0x86, + 0xff,0xc2,0xae,0x86,0xff,0xf7,0xf7,0xf7,0xff,0xf4,0xf4,0xf4,0xff,0xf2,0xf2,0xf2, + 0xff,0xef,0xef,0xef,0xff,0xea,0xea,0xea,0xff,0xe7,0xe7,0xe7,0xff,0xe3,0xe3,0xe3, + 0xff,0xe1,0xe1,0xe1,0xff,0xdd,0xdd,0xdd,0xff,0xdb,0xdb,0xdb,0xff,0xd7,0xd7,0xd7, + 0xff,0xd4,0xd4,0xd4,0xff,0xd2,0xd2,0xd2,0xff,0xcf,0xcf,0xcf,0xff,0xcd,0xcd,0xcd, + 0xff,0xc9,0xc9,0xc9,0xff,0xc8,0xc8,0xc8,0xff,0xc5,0xc5,0xc5,0xff,0xc2,0xc2,0xc2, + 0xff,0xbf,0xbf,0xbf,0xff,0xbe,0xbe,0xbe,0xff,0xba,0xba,0xba,0xff,0xb8,0xb8,0xb8, + 0xff,0xb7,0xb7,0xb7,0xff,0xb6,0xb6,0xb6,0xff,0xb4,0xb4,0xb4,0xff,0xb2,0xb2,0xb2, + 0xff,0xb0,0xb0,0xb0,0xff,0xad,0xad,0xad,0xff,0xac,0xac,0xac,0xff,0xaa,0xaa,0xaa, + 0xff,0xa9,0xa9,0xa9,0xff,0xab,0xab,0xab,0xff,0xb2,0xb2,0xb2,0xff,0x97,0x97,0x97, + 0xff,0x69,0x69,0x69,0xff,0x5e,0x5e,0x5e,0xff,0x4d,0x4d,0x4d,0xff,0x72,0x72,0x72, + 0xff,0xc0,0xc0,0xc0,0xff,0xf0,0xf0,0xf0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xf1,0xf0,0xea,0xff,0xa8,0x9b,0x88, + 0xff,0x68,0x54,0x37,0xff,0x3d,0x27,0x0,0xff,0x59,0x40,0x3,0xff,0x8a,0x67,0x20, + 0xff,0xa5,0x7b,0x29,0xff,0xb9,0x8c,0x32,0xff,0xc5,0x96,0x38,0xff,0xd3,0xa0,0x41, + 0xff,0xda,0xa7,0x45,0xff,0xde,0xa8,0x49,0xff,0xdc,0xa9,0x4a,0xff,0xde,0xab,0x4f, + 0xff,0xdd,0xac,0x4e,0xff,0xde,0xac,0x51,0xff,0xdf,0xad,0x51,0xff,0xde,0xad,0x51, + 0xff,0xde,0xac,0x50,0xff,0xcf,0x9f,0x4c,0xff,0xbc,0x90,0x44,0xff,0x9a,0x76,0x37, + 0xff,0x50,0x38,0xd,0xff,0x50,0x3c,0x1a,0xff,0xba,0xb2,0xa3,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xfe,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfc,0xff,0xfd,0xfd,0xfc, + 0xff,0xfd,0xfd,0xfc,0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfd,0xfc,0xff,0xff,0xff,0xfe, + 0xff,0xfd,0xfd,0xfb,0xff,0xad,0xad,0xac,0xff,0x6d,0x6d,0x6d,0xff,0x88,0x88,0x88, + 0xff,0xb9,0xb9,0xb9,0xff,0xb3,0xb3,0xb3,0xff,0xb6,0xb6,0xb6,0xff,0xba,0xba,0xba, + 0xff,0xbd,0xbd,0xbd,0xff,0xc0,0xc0,0xc0,0xff,0xc4,0xc4,0xc4,0xff,0xc8,0xc8,0xc8, + 0xff,0xcd,0xcd,0xcd,0xff,0xd2,0xd2,0xd2,0xff,0xd6,0xd6,0xd6,0xff,0xdb,0xdb,0xdb, + 0xff,0xe1,0xe1,0xe1,0xff,0xe6,0xe6,0xe6,0xff,0xeb,0xeb,0xeb,0xff,0xf1,0xf1,0xf1, + 0xff,0xf6,0xf6,0xf6,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9f,0x89,0x57,0xff,0x9f,0x88,0x57,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x6,0xbe,0xab,0x83, + 0xff,0xbc,0xa8,0x80,0xff,0xf0,0xf0,0xf0,0xff,0xed,0xed,0xed,0xff,0xe9,0xe9,0xe9, + 0xff,0xe6,0xe6,0xe6,0xff,0xe3,0xe3,0xe3,0xff,0xe0,0xe0,0xe0,0xff,0xdc,0xdc,0xdc, + 0xff,0xda,0xda,0xda,0xff,0xd6,0xd6,0xd6,0xff,0xd5,0xd5,0xd5,0xff,0xd1,0xd1,0xd1, + 0xff,0xce,0xce,0xce,0xff,0xcc,0xcc,0xcc,0xff,0xc9,0xc9,0xc9,0xff,0xbe,0xb4,0xa0, + 0xff,0xbb,0xb0,0x9c,0xff,0xb8,0xae,0x9b,0xff,0xb6,0xad,0x99,0xff,0xb5,0xac,0x98, + 0xff,0xb3,0xa8,0x95,0xff,0xb1,0xa7,0x94,0xff,0xae,0xa4,0x93,0xff,0xad,0xa4,0x91, + 0xff,0xac,0xa3,0x90,0xff,0xaa,0xa0,0x8e,0xff,0xa8,0x9e,0x8d,0xff,0xa6,0x9c,0x8b, + 0xff,0xa4,0x9b,0x88,0xff,0xa2,0x9a,0x88,0xff,0xa1,0x99,0x87,0xff,0xa0,0x98,0x86, + 0xff,0xa7,0x9d,0x8c,0xff,0x9a,0x92,0x83,0xff,0x6e,0x6a,0x64,0xff,0x5f,0x5e,0x5c, + 0xff,0x50,0x50,0x50,0xff,0x60,0x60,0x60,0xff,0xb0,0xb0,0xb0,0xff,0xe7,0xe7,0xe7, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xfa,0xfa,0xfa,0xff,0xb6,0xab,0x9d,0xff,0x73,0x60,0x40,0xff,0x44,0x2f,0x5, + 0xff,0x4d,0x34,0x0,0xff,0x83,0x60,0x1c,0xff,0x9e,0x76,0x24,0xff,0xb5,0x87,0x2f, + 0xff,0xc1,0x92,0x35,0xff,0xd0,0x9c,0x39,0xff,0xd8,0xa6,0x3e,0xff,0xdb,0xa7,0x43, + 0xff,0xdc,0xa7,0x4a,0xff,0xde,0xaa,0x4b,0xff,0xdd,0xab,0x4d,0xff,0xdf,0xad,0x51, + 0xff,0xdf,0xae,0x55,0xff,0xe0,0xae,0x55,0xff,0xe0,0xae,0x55,0xff,0xde,0xad,0x54, + 0xff,0xdf,0xae,0x54,0xff,0xdd,0xac,0x54,0xff,0xce,0x9f,0x4c,0xff,0xb7,0x8d,0x42, + 0xff,0x93,0x71,0x31,0xff,0x52,0x3a,0xf,0xff,0x55,0x41,0x1d,0xff,0xd2,0xcb,0xc2, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xfd,0xff,0xf5,0xf5,0xf5,0xff,0xad,0xad,0xad,0xff,0x6f,0x6e,0x6e, + 0xff,0x84,0x7e,0x74,0xff,0xb1,0xa7,0x94,0xff,0xab,0xa2,0x8f,0xff,0xae,0xa5,0x92, + 0xff,0xb2,0xa8,0x95,0xff,0xb4,0xaa,0x98,0xff,0xb8,0xae,0x9b,0xff,0xbb,0xb1,0x9d, + 0xff,0xc0,0xb5,0xa0,0xff,0xc3,0xb7,0xa3,0xff,0xc6,0xbc,0xa6,0xff,0xcc,0xc1,0xac, + 0xff,0xd1,0xc5,0xaf,0xff,0xd5,0xc9,0xb3,0xff,0xd8,0xcd,0xb6,0xff,0xdf,0xd2,0xbc, + 0xff,0xe4,0xd8,0xc0,0xff,0xea,0xdd,0xc5,0xff,0xef,0xe2,0xca,0xff,0xf2,0xe5,0xcb, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa0,0x8a,0x57,0xff,0x9f,0x89,0x56,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xe,0xb8,0xa5,0x7e, + 0xff,0xb5,0xa3,0x7c,0xff,0xe7,0xe7,0xe7,0xff,0xe5,0xe5,0xe5,0xff,0xe2,0xe2,0xe2, + 0xff,0xe0,0xe0,0xe0,0xff,0xdc,0xdc,0xdc,0xff,0xd9,0xd9,0xd9,0xff,0xd7,0xd7,0xd7, + 0xff,0xd4,0xd4,0xd4,0xff,0xd1,0xd1,0xd1,0xff,0xce,0xce,0xce,0xff,0xcc,0xcc,0xcc, + 0xff,0xc9,0xc9,0xc9,0xff,0xc6,0xc6,0xc6,0xff,0xc4,0xc4,0xc4,0xff,0xb8,0xae,0x9b, + 0xff,0xb7,0xae,0x9a,0xff,0xb4,0xaa,0x98,0xff,0xb2,0xa8,0x95,0xff,0xb1,0xa7,0x94, + 0xff,0xaf,0xa4,0x93,0xff,0xad,0xa3,0x91,0xff,0xab,0xa1,0x8e,0xff,0xaa,0xa1,0x8e, + 0xff,0xa8,0x9e,0x8d,0xff,0xa6,0x9d,0x8b,0xff,0xa5,0x9c,0x8a,0xff,0xa4,0x9b,0x88, + 0xff,0xa2,0x99,0x88,0xff,0xa1,0x99,0x87,0xff,0xa3,0x9b,0x89,0xff,0xa3,0x9b,0x89, + 0xff,0x7b,0x75,0x6c,0xff,0x5f,0x5e,0x5b,0xff,0x55,0x55,0x55,0xff,0x5b,0x5b,0x5b, + 0xff,0x9d,0x9d,0x9d,0xff,0xe2,0xe2,0xe2,0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xce,0xc6,0xbd, + 0xff,0x80,0x6d,0x51,0xff,0x4e,0x39,0xa,0xff,0x47,0x30,0x0,0xff,0x72,0x53,0x11, + 0xff,0x99,0x71,0x23,0xff,0xac,0x80,0x27,0xff,0xb9,0x8c,0x2c,0xff,0xca,0x98,0x36, + 0xff,0xd7,0xa1,0x3c,0xff,0xda,0xa4,0x3f,0xff,0xda,0xa6,0x42,0xff,0xdc,0xa9,0x47, + 0xff,0xde,0xaa,0x4c,0xff,0xdf,0xac,0x50,0xff,0xe0,0xae,0x53,0xff,0xe1,0xb1,0x56, + 0xff,0xe2,0xb1,0x5a,0xff,0xe2,0xb1,0x5d,0xff,0xe2,0xb1,0x5a,0xff,0xe0,0xaf,0x59, + 0xff,0xe1,0xb0,0x59,0xff,0xdf,0xae,0x57,0xff,0xdc,0xab,0x54,0xff,0xc8,0x9a,0x4a, + 0xff,0xb3,0x8c,0x41,0xff,0x88,0x6a,0x2e,0xff,0x4e,0x38,0xf,0xff,0x5e,0x4c,0x2a, + 0xff,0xd4,0xcf,0xc8,0xff,0xfd,0xfd,0xff,0xff,0xfc,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xf2,0xf2,0xf2,0xff,0x92,0x92,0x92, + 0xff,0x72,0x72,0x70,0xff,0x8c,0x85,0x7a,0xff,0xb4,0xab,0x98,0xff,0xab,0xa1,0x8f, + 0xff,0xae,0xa5,0x92,0xff,0xb1,0xa7,0x94,0xff,0xb5,0xac,0x98,0xff,0xb7,0xae,0x9a, + 0xff,0xbc,0xb1,0x9d,0xff,0xbf,0xb4,0xa0,0xff,0xc3,0xb7,0xa3,0xff,0xc7,0xbc,0xa7, + 0xff,0xcb,0xc0,0xab,0xff,0xd0,0xc5,0xaf,0xff,0xd5,0xc8,0xb3,0xff,0xd8,0xcd,0xb6, + 0xff,0xdd,0xd1,0xba,0xff,0xe4,0xd7,0xc0,0xff,0xe9,0xdc,0xc4,0xff,0xed,0xe1,0xc7, + 0xff,0xf1,0xe4,0xca,0xff,0xf2,0xe4,0xcb,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe5,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf2,0xe5,0xcc, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa0,0x89,0x58,0xff,0xa0,0x8a,0x57,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0xc,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x16,0xb2,0xa1,0x7a, + 0xff,0xaf,0x9d,0x78,0xff,0xe0,0xe0,0xe0,0xff,0xdd,0xdd,0xdd,0xff,0xdb,0xdb,0xdb, + 0xff,0xd9,0xd9,0xd9,0xff,0xd5,0xd5,0xd5,0xff,0xd3,0xd3,0xd3,0xff,0xd1,0xd1,0xd1, + 0xff,0xcd,0xcd,0xcd,0xff,0xcc,0xcc,0xcc,0xff,0xc8,0xc8,0xc8,0xff,0xc7,0xc7,0xc7, + 0xff,0xc5,0xc5,0xc5,0xff,0xc2,0xc2,0xc2,0xff,0xc0,0xc0,0xc0,0xff,0xb4,0xab,0x98, + 0xff,0xb3,0xa8,0x96,0xff,0xb1,0xa7,0x94,0xff,0xaf,0xa4,0x93,0xff,0xac,0xa3,0x90, + 0xff,0xac,0xa2,0x90,0xff,0xaa,0xa0,0x8e,0xff,0xa7,0x9e,0x8d,0xff,0xa7,0x9e,0x8d, + 0xff,0xa6,0x9c,0x8b,0xff,0xa5,0x9c,0x8a,0xff,0xa4,0x9b,0x88,0xff,0xa4,0x9b,0x88, + 0xff,0xa3,0x9b,0x89,0xff,0xa3,0x99,0x88,0xff,0x85,0x7f,0x73,0xff,0x63,0x61,0x5e, + 0xff,0x59,0x59,0x59,0xff,0x5a,0x5a,0x5a,0xff,0x86,0x86,0x86,0xff,0xd4,0xd4,0xd4, + 0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xe3,0xdf,0xd8,0xff,0x90,0x80,0x68,0xff,0x54,0x3d,0x10, + 0xff,0x49,0x32,0x4,0xff,0x63,0x47,0x8,0xff,0x96,0x6d,0x1d,0xff,0xab,0x7e,0x24, + 0xff,0xb6,0x87,0x28,0xff,0xc5,0x93,0x2b,0xff,0xd2,0x9d,0x35,0xff,0xd9,0xa2,0x3c, + 0xff,0xda,0xa4,0x3c,0xff,0xdb,0xa8,0x41,0xff,0xdc,0xa9,0x48,0xff,0xdd,0xab,0x4d, + 0xff,0xe0,0xae,0x53,0xff,0xe1,0xb0,0x58,0xff,0xe1,0xb2,0x5a,0xff,0xe2,0xb2,0x5e, + 0xff,0xe3,0xb5,0x61,0xff,0xe2,0xb4,0x60,0xff,0xe4,0xb5,0x61,0xff,0xe3,0xb3,0x5f, + 0xff,0xe3,0xb3,0x5d,0xff,0xe1,0xaf,0x5b,0xff,0xdf,0xaf,0x56,0xff,0xda,0xaa,0x52, + 0xff,0xc5,0x97,0x48,0xff,0xb4,0x8c,0x41,0xff,0x83,0x65,0x2b,0xff,0x4e,0x38,0x10, + 0xff,0x5e,0x4a,0x27,0xff,0xe4,0xe1,0xdd,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xec,0xec,0xec, + 0xff,0x92,0x92,0x92,0xff,0x72,0x71,0x70,0xff,0x8f,0x88,0x7b,0xff,0xb3,0xa8,0x95, + 0xff,0xac,0xa3,0x90,0xff,0xae,0xa5,0x92,0xff,0xb1,0xa7,0x94,0xff,0xb3,0xaa,0x97, + 0xff,0xb6,0xad,0x99,0xff,0xba,0xb0,0x9c,0xff,0xbe,0xb3,0x9f,0xff,0xc3,0xb8,0xa4, + 0xff,0xc6,0xbc,0xa6,0xff,0xca,0xbf,0xab,0xff,0xce,0xc3,0xae,0xff,0xd3,0xc8,0xb1, + 0xff,0xd8,0xcc,0xb5,0xff,0xdd,0xd1,0xba,0xff,0xe3,0xd7,0xbf,0xff,0xe7,0xda,0xc2, + 0xff,0xeb,0xdf,0xc6,0xff,0xef,0xe2,0xca,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf2,0xe5,0xcc, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa0,0x89,0x58,0xff,0xa1,0x8a,0x59,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x9,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x13,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x1f,0xab,0x9b,0x75, + 0xff,0xa9,0x98,0x74,0xff,0xda,0xda,0xda,0xff,0xd7,0xd7,0xd7,0xff,0xd4,0xd4,0xd4, + 0xff,0xd1,0xd1,0xd1,0xff,0xcf,0xcf,0xcf,0xff,0xcc,0xcc,0xcc,0xff,0xca,0xca,0xca, + 0xff,0xc8,0xc8,0xc8,0xff,0xc5,0xc5,0xc5,0xff,0xc3,0xc3,0xc3,0xff,0xc0,0xc0,0xc0, + 0xff,0xc0,0xc0,0xc0,0xff,0xbc,0xbc,0xbc,0xff,0xbb,0xbb,0xbb,0xff,0xb1,0xa7,0x94, + 0xff,0xaf,0xa4,0x93,0xff,0xad,0xa4,0x91,0xff,0xab,0xa1,0x8f,0xff,0xaa,0xa1,0x8e, + 0xff,0xa8,0x9e,0x8d,0xff,0xa7,0x9d,0x8c,0xff,0xa6,0x9d,0x8c,0xff,0xa5,0x9c,0x8a, + 0xff,0xa4,0x9c,0x89,0xff,0xa3,0x9b,0x88,0xff,0xa4,0x9c,0x89,0xff,0xa5,0x9c,0x8a, + 0xff,0x8f,0x88,0x79,0xff,0x6d,0x6b,0x65,0xff,0x57,0x57,0x56,0xff,0x59,0x59,0x59, + 0xff,0x72,0x72,0x71,0xff,0xc1,0xc1,0xbf,0xff,0xfa,0xfa,0xf9,0xff,0xfd,0xfd,0xfc, + 0xff,0xfd,0xfd,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xff,0xff,0xfc,0xfd,0xfd,0xff,0xed,0xea,0xe6, + 0xff,0xa6,0x99,0x85,0xff,0x5c,0x47,0x20,0xff,0x4c,0x35,0x2,0xff,0x59,0x3f,0x1, + 0xff,0x89,0x64,0x18,0xff,0xac,0x7e,0x20,0xff,0xb6,0x84,0x27,0xff,0xc4,0x91,0x28, + 0xff,0xd2,0x9c,0x30,0xff,0xd8,0xa1,0x35,0xff,0xd9,0xa3,0x38,0xff,0xd9,0xa5,0x3d, + 0xff,0xdb,0xa7,0x45,0xff,0xdd,0xab,0x48,0xff,0xdf,0xaf,0x4f,0xff,0xe1,0xb1,0x58, + 0xff,0xe3,0xb1,0x5d,0xff,0xe4,0xb4,0x60,0xff,0xe3,0xb5,0x62,0xff,0xe5,0xb6,0x65, + 0xff,0xe5,0xb7,0x66,0xff,0xe6,0xb8,0x68,0xff,0xe6,0xb8,0x67,0xff,0xe4,0xb7,0x66, + 0xff,0xe3,0xb5,0x64,0xff,0xe3,0xb3,0x5d,0xff,0xe0,0xb0,0x59,0xff,0xe0,0xae,0x55, + 0xff,0xdb,0xaa,0x52,0xff,0xc5,0x9a,0x47,0xff,0xb6,0x8c,0x42,0xff,0x7f,0x61,0x2b, + 0xff,0x4d,0x39,0x12,0xff,0x74,0x63,0x45,0xff,0xe7,0xe4,0xdf,0xff,0xfe,0xfe,0xfe, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff, + 0xff,0xe6,0xe6,0xe6,0xff,0x85,0x85,0x85,0xff,0x76,0x75,0x72,0xff,0x95,0x8e,0x81, + 0xff,0xb0,0xa7,0x94,0xff,0xac,0xa2,0x90,0xff,0xae,0xa4,0x92,0xff,0xb0,0xa6,0x93, + 0xff,0xb4,0xaa,0x98,0xff,0xb6,0xac,0x98,0xff,0xb9,0xaf,0x9c,0xff,0xbe,0xb3,0x9f, + 0xff,0xc1,0xb6,0xa2,0xff,0xc5,0xbb,0xa5,0xff,0xc9,0xbf,0xaa,0xff,0xcd,0xc2,0xac, + 0xff,0xd1,0xc6,0xaf,0xff,0xd7,0xcb,0xb4,0xff,0xda,0xcf,0xb7,0xff,0xdf,0xd3,0xbc, + 0xff,0xe4,0xd8,0xc0,0xff,0xe9,0xdc,0xc4,0xff,0xee,0xe2,0xc9,0xff,0xf2,0xe5,0xcb, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa0,0x89,0x58,0xff,0xa1,0x8a,0x59,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x26,0xa6,0x95,0x73, + 0xff,0xa4,0x94,0x71,0xff,0xd3,0xd3,0xd3,0xff,0xd0,0xd0,0xd0,0xff,0xce,0xce,0xce, + 0xff,0xcc,0xcc,0xcc,0xff,0xc9,0xc9,0xc9,0xff,0xc8,0xc8,0xc8,0xff,0xc6,0xc6,0xc6, + 0xff,0xc3,0xc3,0xc3,0xff,0xc1,0xc1,0xc1,0xff,0xbf,0xbf,0xbf,0xff,0xbe,0xbe,0xbe, + 0xff,0xbd,0xbd,0xbd,0xff,0xbb,0xbb,0xbb,0xff,0xb9,0xb9,0xb9,0xff,0xae,0xa5,0x92, + 0xff,0xac,0xa3,0x90,0xff,0xab,0xa2,0x8f,0xff,0xa9,0x9f,0x8e,0xff,0xb1,0xac,0xa1, + 0xff,0xb0,0xab,0x9f,0xff,0xaf,0xaa,0x9e,0xff,0xae,0xa9,0x9d,0xff,0xae,0xa8,0x9e, + 0xff,0xb0,0xab,0xa1,0xff,0xae,0xa9,0x9f,0xff,0x9c,0x98,0x8f,0xff,0x7b,0x79,0x74, + 0xff,0x58,0x58,0x57,0xff,0x57,0x57,0x57,0xff,0x69,0x69,0x69,0xff,0xa9,0xa9,0xa9, + 0xff,0xef,0xef,0xef,0xff,0xfe,0xfe,0xfc,0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfb, + 0xff,0xfc,0xfc,0xfa,0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfb, + 0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfa,0xff,0xfc,0xfc,0xfb,0xff,0xfd,0xfd,0xfb, + 0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfa,0xff,0xfc,0xfc,0xfa,0xff,0xfc,0xfc,0xfa, + 0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfa,0xff,0xfc,0xfc,0xfb,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xff,0xff,0xff,0xf5,0xf3,0xf1,0xff,0xbe,0xb5,0xa7,0xff,0x67,0x51,0x2e, + 0xff,0x48,0x32,0x0,0xff,0x52,0x39,0x4,0xff,0x7b,0x59,0x14,0xff,0xa7,0x79,0x1e, + 0xff,0xb0,0x80,0x20,0xff,0xbd,0x8b,0x28,0xff,0xcf,0x98,0x2d,0xff,0xd6,0x9f,0x31, + 0xff,0xd7,0xa1,0x34,0xff,0xd9,0xa2,0x38,0xff,0xdb,0xa7,0x42,0xff,0xdd,0xa9,0x48, + 0xff,0xde,0xab,0x4f,0xff,0xdf,0xaf,0x52,0xff,0xe2,0xb1,0x59,0xff,0xe3,0xb3,0x5d, + 0xff,0xe5,0xb5,0x62,0xff,0xe6,0xb8,0x64,0xff,0xe5,0xb8,0x69,0xff,0xe7,0xb9,0x6c, + 0xff,0xe8,0xbc,0x6d,0xff,0xe6,0xba,0x6b,0xff,0xe8,0xba,0x6d,0xff,0xe6,0xb9,0x6a, + 0xff,0xe5,0xb8,0x67,0xff,0xe4,0xb4,0x64,0xff,0xe2,0xb2,0x5e,0xff,0xe0,0xaf,0x58, + 0xff,0xe1,0xae,0x55,0xff,0xd8,0xa8,0x4f,0xff,0xc4,0x97,0x44,0xff,0xb3,0x89,0x41, + 0xff,0x73,0x58,0x25,0xff,0x50,0x3c,0x15,0xff,0x75,0x64,0x46,0xff,0xec,0xea,0xe6, + 0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xff,0xdc,0xdc,0xdc,0xff,0x82,0x82,0x82,0xff,0x7b,0x7b,0x79, + 0xff,0xa2,0xa1,0x9d,0xff,0xb8,0xb5,0xb3,0xff,0xb6,0xb3,0xaf,0xff,0xb8,0xb5,0xb0, + 0xff,0xbb,0xb8,0xb4,0xff,0xbe,0xbb,0xb5,0xff,0xc0,0xbd,0xb7,0xff,0xc5,0xc2,0xbc, + 0xff,0xc7,0xc4,0xbe,0xff,0xcc,0xc9,0xc3,0xff,0xd0,0xcd,0xc7,0xff,0xd3,0xd0,0xcb, + 0xff,0xd6,0xd3,0xcc,0xff,0xdb,0xd8,0xd0,0xff,0xe0,0xdd,0xd5,0xff,0xe5,0xe1,0xda, + 0xff,0xe8,0xe4,0xde,0xff,0xee,0xea,0xe3,0xff,0xf4,0xf0,0xe7,0xff,0xf8,0xf4,0xea, + 0xff,0xfd,0xf9,0xf0,0xff,0xff,0xfb,0xf2,0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xf2, + 0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf0, + 0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xef, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf9,0xea,0xff,0xff,0xf7,0xea, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xf6,0xea,0xd3, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa2,0x8b,0x58,0xff,0xa0,0x89,0x58,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x18,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x2c,0xa4,0x92,0x6f, + 0xff,0xa0,0x90,0x6d,0xff,0xcf,0xcf,0xcf,0xff,0xcb,0xcb,0xcb,0xff,0xca,0xca,0xca, + 0xff,0xc7,0xc7,0xc7,0xff,0xc5,0xc5,0xc5,0xff,0xc2,0xc2,0xc2,0xff,0xc1,0xc1,0xc1, + 0xff,0xbe,0xbe,0xbe,0xff,0xbe,0xbe,0xbe,0xff,0xbb,0xbb,0xbb,0xff,0xb9,0xb9,0xb9, + 0xff,0xb8,0xb8,0xb8,0xff,0xb8,0xb8,0xb8,0xff,0xb6,0xb6,0xb6,0xff,0xab,0xa2,0x8f, + 0xff,0xab,0xa1,0x8f,0xff,0xa8,0x9e,0x8d,0xff,0xa7,0x9e,0x8c,0xff,0xb0,0xab,0xa0, + 0xff,0xaf,0xaa,0x9e,0xff,0xae,0xa9,0x9d,0xff,0xb0,0xab,0xa1,0xff,0xb1,0xac,0xa2, + 0xff,0xa0,0x9b,0x92,0xff,0x83,0x80,0x7a,0xff,0x5f,0x5f,0x5e,0xff,0x56,0x56,0x56, + 0xff,0x62,0x62,0x62,0xff,0x94,0x94,0x94,0xff,0xe4,0xe4,0xe4,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfa,0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfa, + 0xff,0xfc,0xfc,0xfa,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xf8,0xf6,0xf5, + 0xff,0xd0,0xc9,0xbc,0xff,0x7e,0x6c,0x50,0xff,0x46,0x2e,0x0,0xff,0x50,0x38,0x0, + 0xff,0x6e,0x4d,0xe,0xff,0x9b,0x71,0x13,0xff,0xad,0x7e,0x1d,0xff,0xb7,0x85,0x1d, + 0xff,0xc7,0x92,0x26,0xff,0xd4,0x9c,0x2f,0xff,0xd6,0x9f,0x2d,0xff,0xd7,0xa1,0x34, + 0xff,0xd8,0xa4,0x3b,0xff,0xdc,0xa7,0x42,0xff,0xde,0xac,0x49,0xff,0xdf,0xad,0x4f, + 0xff,0xe2,0xb1,0x56,0xff,0xe2,0xb3,0x59,0xff,0xe4,0xb7,0x5f,0xff,0xe4,0xb8,0x63, + 0xff,0xe6,0xba,0x69,0xff,0xe9,0xbc,0x6b,0xff,0xe8,0xbd,0x6f,0xff,0xe9,0xbf,0x72, + 0xff,0xe9,0xbe,0x73,0xff,0xe8,0xbf,0x72,0xff,0xe8,0xbc,0x71,0xff,0xe7,0xbb,0x6e, + 0xff,0xe7,0xba,0x6c,0xff,0xe5,0xb7,0x68,0xff,0xe3,0xb6,0x62,0xff,0xe1,0xb0,0x5a, + 0xff,0xdf,0xad,0x54,0xff,0xdf,0xad,0x52,0xff,0xd8,0xa8,0x4d,0xff,0xc1,0x94,0x43, + 0xff,0xb2,0x88,0x3d,0xff,0x73,0x57,0x23,0xff,0x4e,0x39,0x13,0xff,0x90,0x81,0x69, + 0xff,0xf2,0xf1,0xed,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xd8,0xd8,0xd8,0xff,0x7b,0x7b,0x7b, + 0xff,0x7b,0x7b,0x79,0xff,0xa7,0xa6,0xa1,0xff,0xbb,0xb9,0xb3,0xff,0xb6,0xb4,0xae, + 0xff,0xb9,0xb6,0xb2,0xff,0xba,0xb6,0xb2,0xff,0xbe,0xbb,0xb7,0xff,0xc1,0xbd,0xb8, + 0xff,0xc4,0xc1,0xbb,0xff,0xc6,0xc3,0xbe,0xff,0xca,0xc7,0xc2,0xff,0xce,0xcb,0xc6, + 0xff,0xd1,0xce,0xc8,0xff,0xd6,0xd3,0xcc,0xff,0xdb,0xd8,0xd0,0xff,0xe1,0xdd,0xd5, + 0xff,0xe4,0xe0,0xd9,0xff,0xe8,0xe4,0xdd,0xff,0xee,0xe9,0xe3,0xff,0xf2,0xee,0xe7, + 0xff,0xf8,0xf4,0xea,0xff,0xfc,0xf8,0xee,0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xf2, + 0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf1, + 0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfb,0xf1,0xff,0xff,0xfa,0xf1, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xfb,0xf0,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xf0, + 0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xe9,0xff,0xff,0xf9,0xe9,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xea,0xd3, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa1,0x8a,0x57,0xff,0xa1,0x8a,0x58,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x13,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x1c,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x28,0x0,0x0,0x0, + 0x2a,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x30,0x9f,0x8f,0x6c, + 0xff,0x9d,0x8c,0x6b,0xff,0xc9,0xc9,0xc9,0xff,0xc6,0xc6,0xc6,0xff,0xc5,0xc5,0xc5, + 0xff,0xc3,0xc3,0xc3,0xff,0xc1,0xc1,0xc1,0xff,0xbf,0xbf,0xbf,0xff,0xbd,0xbd,0xbd, + 0xff,0xbc,0xbc,0xbc,0xff,0xba,0xba,0xba,0xff,0xb9,0xb9,0xb9,0xff,0xb8,0xb8,0xb8, + 0xff,0xb5,0xb5,0xb5,0xff,0xb4,0xb4,0xb4,0xff,0xb5,0xb5,0xb5,0xff,0xab,0xa2,0x8f, + 0xff,0xa9,0x9f,0x8e,0xff,0xa7,0x9e,0x8d,0xff,0xa7,0x9e,0x8c,0xff,0xaf,0xaa,0x9e, + 0xff,0xaf,0xaa,0x9f,0xff,0xb6,0xb0,0xa6,0xff,0xa6,0xa1,0x98,0xff,0x89,0x84,0x7f, + 0xff,0x6b,0x6a,0x68,0xff,0x54,0x54,0x54,0xff,0x5b,0x5b,0x5b,0xff,0x88,0x88,0x88, + 0xff,0xd3,0xd3,0xd3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xff,0xdd,0xd7,0xd0,0xff,0x97,0x89,0x71, + 0xff,0x48,0x30,0x0,0xff,0x45,0x2b,0x0,0xff,0x61,0x45,0x4,0xff,0x93,0x69,0xf, + 0xff,0xad,0x7d,0x16,0xff,0xb5,0x83,0x1a,0xff,0xc2,0x8d,0x21,0xff,0xd1,0x97,0x27, + 0xff,0xd6,0x9d,0x2b,0xff,0xd6,0x9e,0x30,0xff,0xd8,0xa1,0x34,0xff,0xda,0xa5,0x3a, + 0xff,0xdc,0xa8,0x43,0xff,0xdf,0xab,0x4a,0xff,0xe1,0xaf,0x52,0xff,0xe2,0xb2,0x56, + 0xff,0xe5,0xb5,0x5d,0xff,0xe5,0xb6,0x5e,0xff,0xe6,0xb9,0x64,0xff,0xe7,0xbb,0x6b, + 0xff,0xe9,0xbe,0x70,0xff,0xeb,0xbf,0x73,0xff,0xeb,0xc0,0x76,0xff,0xeb,0xc1,0x77, + 0xff,0xeb,0xc2,0x77,0xff,0xeb,0xc1,0x75,0xff,0xe9,0xc0,0x75,0xff,0xe8,0xbe,0x71, + 0xff,0xe7,0xbc,0x70,0xff,0xe7,0xb9,0x6a,0xff,0xe5,0xb7,0x67,0xff,0xe3,0xb4,0x5e, + 0xff,0xe1,0xb0,0x59,0xff,0xdf,0xac,0x53,0xff,0xe1,0xad,0x51,0xff,0xd4,0xa3,0x47, + 0xff,0xbb,0x8e,0x3b,0xff,0xa9,0x80,0x30,0xff,0x65,0x4a,0x17,0xff,0x47,0x30,0x5, + 0xff,0x90,0x82,0x68,0xff,0xf6,0xf4,0xf3,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xca,0xca,0xca, + 0xff,0x7a,0x7a,0x7a,0xff,0x80,0x7f,0x7d,0xff,0xaf,0xac,0xa8,0xff,0xb7,0xb5,0xb0, + 0xff,0xb6,0xb4,0xae,0xff,0xb9,0xb7,0xb1,0xff,0xba,0xb7,0xb3,0xff,0xbe,0xbb,0xb7, + 0xff,0xc1,0xbe,0xb8,0xff,0xc3,0xc0,0xbb,0xff,0xc6,0xc3,0xbd,0xff,0xca,0xc7,0xc1, + 0xff,0xce,0xcb,0xc5,0xff,0xd3,0xd0,0xca,0xff,0xd6,0xd3,0xcc,0xff,0xdb,0xd8,0xcf, + 0xff,0xde,0xdb,0xd2,0xff,0xe2,0xde,0xd7,0xff,0xe9,0xe5,0xde,0xff,0xed,0xe8,0xe2, + 0xff,0xf1,0xed,0xe6,0xff,0xf6,0xf2,0xe9,0xff,0xfa,0xf6,0xed,0xff,0xff,0xfa,0xf1, + 0xff,0xff,0xfa,0xf2,0xff,0xff,0xfb,0xf2,0xff,0xff,0xfb,0xf2,0xff,0xff,0xfb,0xf1, + 0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfb,0xf1, + 0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf9,0xef,0xff,0xff,0xfa,0xf0,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xef, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xf6,0xeb,0xd3, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa2,0x8b,0x5a,0xff,0xa2,0x8a,0x58,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0xf,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x22,0x0,0x0,0x0, + 0x25,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2e,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x36,0x9c,0x8d,0x6b, + 0xff,0x9b,0x8b,0x69,0xff,0xc5,0xc5,0xc5,0xff,0xc4,0xc4,0xc4,0xff,0xc2,0xc2,0xc2, + 0xff,0xc1,0xc1,0xc1,0xff,0xbf,0xbf,0xbf,0xff,0xbc,0xbc,0xbc,0xff,0xbc,0xbc,0xbc, + 0xff,0xba,0xba,0xba,0xff,0xb7,0xb7,0xb7,0xff,0xb7,0xb7,0xb7,0xff,0xb5,0xb5,0xb5, + 0xff,0xb5,0xb5,0xb5,0xff,0xb3,0xb3,0xb3,0xff,0xb2,0xb2,0xb2,0xff,0xa9,0x9f,0x8e, + 0xff,0xa8,0x9f,0x8d,0xff,0xa5,0x9c,0x8b,0xff,0xa6,0x9c,0x8b,0xff,0xb8,0xb2,0xa7, + 0xff,0xb0,0xaa,0x9f,0xff,0x8a,0x86,0x7e,0xff,0x73,0x72,0x6e,0xff,0x57,0x57,0x57, + 0xff,0x53,0x53,0x53,0xff,0x7d,0x7d,0x7d,0xff,0xbd,0xbd,0xbd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xe2,0xde,0xd7,0xff,0xa6,0x98,0x85,0xff,0x59,0x44,0x1f,0xff,0x3c,0x23,0x0, + 0xff,0x5c,0x3f,0x0,0xff,0x83,0x5d,0x9,0xff,0xa8,0x79,0x11,0xff,0xb0,0x7f,0x15, + 0xff,0xbe,0x8a,0x1b,0xff,0xcd,0x95,0x1b,0xff,0xd5,0x9b,0x23,0xff,0xd5,0x9d,0x29, + 0xff,0xd6,0x9f,0x2d,0xff,0xd8,0xa1,0x38,0xff,0xdc,0xa6,0x3c,0xff,0xde,0xa8,0x44, + 0xff,0xdf,0xad,0x4b,0xff,0xe2,0xb1,0x51,0xff,0xe3,0xb2,0x5a,0xff,0xe5,0xb5,0x5e, + 0xff,0xe6,0xb7,0x62,0xff,0xe8,0xbb,0x65,0xff,0xe9,0xbd,0x6d,0xff,0xeb,0xc0,0x72, + 0xff,0xed,0xc3,0x77,0xff,0xed,0xc4,0x77,0xff,0xed,0xc4,0x78,0xff,0xed,0xc3,0x7b, + 0xff,0xed,0xc3,0x7b,0xff,0xec,0xc4,0x79,0xff,0xed,0xc3,0x79,0xff,0xec,0xc1,0x76, + 0xff,0xea,0xbf,0x72,0xff,0xe8,0xbb,0x70,0xff,0xe6,0xb8,0x6b,0xff,0xe3,0xb6,0x61, + 0xff,0xe1,0xb1,0x5b,0xff,0xe0,0xac,0x51,0xff,0xde,0xa9,0x47,0xff,0xdc,0xa6,0x43, + 0xff,0xcd,0x99,0x37,0xff,0xb5,0x86,0x2a,0xff,0xa2,0x77,0x22,0xff,0x62,0x43,0x9, + 0xff,0x47,0x2f,0x0,0xff,0xa3,0x95,0x81,0xff,0xfc,0xfc,0xfb,0xff,0xff,0xff,0xff, + 0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfb,0xff,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff, + 0xff,0xc4,0xc4,0xc4,0xff,0x77,0x77,0x77,0xff,0x82,0x80,0x7f,0xff,0xb2,0xb0,0xab, + 0xff,0xb8,0xb6,0xb1,0xff,0xb7,0xb5,0xaf,0xff,0xb9,0xb7,0xb1,0xff,0xbb,0xb8,0xb4, + 0xff,0xbf,0xbc,0xb7,0xff,0xc1,0xbe,0xba,0xff,0xc3,0xc0,0xbb,0xff,0xc6,0xc3,0xbe, + 0xff,0xca,0xc7,0xc2,0xff,0xcf,0xcc,0xc7,0xff,0xd2,0xcf,0xca,0xff,0xd8,0xd4,0xce, + 0xff,0xda,0xd6,0xd0,0xff,0xdd,0xda,0xd1,0xff,0xe3,0xdf,0xd8,0xff,0xe7,0xe3,0xdc, + 0xff,0xec,0xe8,0xe1,0xff,0xf1,0xed,0xe6,0xff,0xf5,0xf1,0xe7,0xff,0xfa,0xf6,0xec, + 0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf2,0xff,0xff,0xfb,0xf2,0xff,0xff,0xfa,0xf2, + 0xff,0xff,0xfb,0xf1,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfb,0xf1,0xff,0xff,0xfa,0xf0, + 0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfb,0xf0,0xff,0xff,0xfb,0xf0, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xf0,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf9,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd3, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa2,0x8b,0x59,0xff,0xa1,0x8a,0x5a,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x13,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x21,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x29,0x0,0x0,0x0, + 0x2b,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x34,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x3a,0x98,0x88,0x68, + 0xff,0x96,0x88,0x68,0xff,0xc2,0xc2,0xc2,0xff,0xbf,0xbf,0xbf,0xff,0xbf,0xbf,0xbf, + 0xff,0xbd,0xbd,0xbd,0xff,0xbc,0xbc,0xbc,0xff,0xb9,0xb9,0xb9,0xff,0xb8,0xb8,0xb8, + 0xff,0xb8,0xb8,0xb8,0xff,0xb5,0xb5,0xb5,0xff,0xb5,0xb5,0xb5,0xff,0xb4,0xb4,0xb4, + 0xff,0xb4,0xb4,0xb4,0xff,0xb2,0xb2,0xb2,0xff,0xb0,0xb0,0xb0,0xff,0xa8,0x9e,0x8d, + 0xff,0xa7,0x9e,0x8c,0xff,0xad,0xa3,0x91,0xff,0xb3,0xa8,0x96,0xff,0x94,0x90,0x87, + 0xff,0x78,0x76,0x71,0xff,0x59,0x59,0x59,0xff,0x4e,0x4e,0x4e,0xff,0x72,0x72,0x72, + 0xff,0xb1,0xb1,0xb1,0xff,0xed,0xed,0xed,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xf1,0xee,0xea,0xff,0xb5,0xa9,0x98, + 0xff,0x68,0x55,0x32,0xff,0x32,0x1a,0x0,0xff,0x52,0x35,0x0,0xff,0x7b,0x56,0x5, + 0xff,0xa1,0x73,0x0,0xff,0xb3,0x80,0xb,0xff,0xbc,0x87,0x13,0xff,0xc9,0x91,0x16, + 0xff,0xd3,0x99,0x1f,0xff,0xd6,0x9c,0x21,0xff,0xd5,0x9c,0x29,0xff,0xd7,0x9f,0x2e, + 0xff,0xda,0xa3,0x3a,0xff,0xdb,0xa6,0x42,0xff,0xdd,0xaa,0x47,0xff,0xe0,0xae,0x4e, + 0xff,0xe2,0xb2,0x52,0xff,0xe4,0xb4,0x58,0xff,0xe5,0xb7,0x5e,0xff,0xe8,0xbb,0x64, + 0xff,0xe9,0xbd,0x6b,0xff,0xea,0xc0,0x72,0xff,0xee,0xc4,0x78,0xff,0xed,0xc3,0x79, + 0xff,0xee,0xc6,0x7a,0xff,0xef,0xc5,0x7d,0xff,0xef,0xc7,0x7d,0xff,0xef,0xc7,0x7d, + 0xff,0xef,0xc7,0x7d,0xff,0xee,0xc6,0x7e,0xff,0xed,0xc5,0x7c,0xff,0xed,0xc4,0x7a, + 0xff,0xeb,0xc1,0x77,0xff,0xe9,0xbf,0x72,0xff,0xe7,0xbb,0x68,0xff,0xe5,0xb5,0x60, + 0xff,0xe2,0xb0,0x57,0xff,0xe0,0xac,0x4d,0xff,0xdc,0xa6,0x43,0xff,0xd9,0xa2,0x38, + 0xff,0xd9,0x9f,0x2e,0xff,0xc9,0x91,0x24,0xff,0xb4,0x81,0x1a,0xff,0x9e,0x6f,0x18, + 0xff,0x52,0x36,0x0,0xff,0x46,0x2d,0x0,0xff,0xae,0xa2,0x8d,0xff,0xfb,0xfa,0xf8, + 0xff,0xfe,0xfe,0xfd,0xff,0xfb,0xfb,0xfa,0xff,0xfd,0xfd,0xfb,0xff,0xfc,0xfc,0xfb, + 0xff,0xfc,0xfc,0xfb,0xff,0xfd,0xfd,0xfb,0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfb, + 0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfb,0xff,0xfc,0xfc,0xfa,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xb5,0xb5,0xb5,0xff,0x75,0x75,0x75,0xff,0x82,0x82,0x7f, + 0xff,0xb9,0xb7,0xb1,0xff,0xb7,0xb5,0xb0,0xff,0xb7,0xb5,0xaf,0xff,0xb9,0xb7,0xb2, + 0xff,0xbd,0xbb,0xb5,0xff,0xc0,0xbd,0xb9,0xff,0xc1,0xbe,0xba,0xff,0xc4,0xc1,0xbb, + 0xff,0xc8,0xc5,0xbf,0xff,0xca,0xc7,0xc2,0xff,0xcd,0xca,0xc4,0xff,0xd2,0xcf,0xca, + 0xff,0xd5,0xd2,0xcd,0xff,0xd9,0xd6,0xcf,0xff,0xdd,0xda,0xd2,0xff,0xe2,0xde,0xd7, + 0xff,0xe5,0xe1,0xda,0xff,0xea,0xe6,0xdf,0xff,0xef,0xeb,0xe4,0xff,0xf3,0xef,0xe7, + 0xff,0xf9,0xf5,0xeb,0xff,0xfc,0xf7,0xef,0xff,0xff,0xfb,0xf2,0xff,0xff,0xfa,0xf2, + 0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfb,0xf1,0xff,0xff,0xfb,0xf1, + 0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xf0,0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xea,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd3, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa1,0x8b,0x59,0xff,0xa1,0x8b,0x59,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x5,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0x10,0x0,0x0,0x0, + 0x13,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x25,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x39,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x3e,0x96,0x86,0x67, + 0xff,0x94,0x85,0x65,0xff,0xbe,0xbe,0xbe,0xff,0xbd,0xbd,0xbd,0xff,0xbc,0xbc,0xbc, + 0xff,0xba,0xba,0xba,0xff,0xb9,0xb9,0xb9,0xff,0xb7,0xb7,0xb7,0xff,0xb6,0xb6,0xb6, + 0xff,0xb4,0xb4,0xb4,0xff,0xb4,0xb4,0xb4,0xff,0xb3,0xb3,0xb3,0xff,0xb3,0xb3,0xb3, + 0xff,0xb2,0xb2,0xb2,0xff,0xb1,0xb1,0xb1,0xff,0xb0,0xb0,0xb0,0xff,0xaa,0xa1,0x8e, + 0xff,0xb6,0xad,0x99,0xff,0x99,0x92,0x82,0xff,0x76,0x71,0x68,0xff,0x63,0x62,0x61, + 0xff,0x52,0x52,0x52,0xff,0x61,0x61,0x61,0xff,0xa6,0xa6,0xa6,0xff,0xdc,0xdc,0xdd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfc,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xff,0xff,0xff,0xc1,0xb8,0xaa,0xff,0x7d,0x6a,0x4d,0xff,0x3d,0x26,0x0, + 0xff,0x44,0x2a,0x0,0xff,0x74,0x51,0x3,0xff,0x96,0x69,0x0,0xff,0xb0,0x7d,0x0, + 0xff,0xba,0x84,0x0,0xff,0xc7,0x90,0x11,0xff,0xd0,0x96,0x18,0xff,0xd4,0x9a,0x1d, + 0xff,0xd5,0x9c,0x24,0xff,0xd6,0x9e,0x29,0xff,0xd9,0xa3,0x33,0xff,0xdc,0xa6,0x3b, + 0xff,0xde,0xa9,0x42,0xff,0xdf,0xab,0x4b,0xff,0xe2,0xb0,0x50,0xff,0xe4,0xb2,0x57, + 0xff,0xe5,0xb5,0x5b,0xff,0xe7,0xb8,0x60,0xff,0xea,0xbd,0x68,0xff,0xeb,0xbf,0x6f, + 0xff,0xed,0xc4,0x74,0xff,0xed,0xc4,0x78,0xff,0xef,0xc7,0x7d,0xff,0xef,0xc8,0x7e, + 0xff,0xf0,0xc8,0x7e,0xff,0xf1,0xca,0x82,0xff,0xf1,0xc9,0x83,0xff,0xf1,0xca,0x84, + 0xff,0xf1,0xc9,0x83,0xff,0xf0,0xc8,0x82,0xff,0xef,0xc8,0x81,0xff,0xef,0xc7,0x80, + 0xff,0xed,0xc4,0x7a,0xff,0xeb,0xbf,0x71,0xff,0xe7,0xb8,0x67,0xff,0xe6,0xb3,0x5f, + 0xff,0xe2,0xae,0x51,0xff,0xe0,0xa9,0x4a,0xff,0xdc,0xa4,0x3f,0xff,0xda,0x9f,0x31, + 0xff,0xd8,0x9d,0x22,0xff,0xd6,0x99,0x18,0xff,0xc5,0x8b,0x12,0xff,0xb0,0x7a,0x5, + 0xff,0x90,0x63,0x0,0xff,0x4f,0x30,0x0,0xff,0x48,0x2c,0x0,0xff,0xbd,0xb1,0xa1, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xaf,0xaf,0xaf,0xff,0x74,0x74,0x74, + 0xff,0x85,0x84,0x82,0xff,0xb7,0xb4,0xb0,0xff,0xb5,0xb3,0xae,0xff,0xb7,0xb5,0xb0, + 0xff,0xbb,0xb9,0xb3,0xff,0xbc,0xba,0xb5,0xff,0xbe,0xbb,0xb7,0xff,0xc0,0xbd,0xb9, + 0xff,0xc4,0xc1,0xbb,0xff,0xc7,0xc4,0xbe,0xff,0xc9,0xc6,0xc0,0xff,0xcd,0xca,0xc5, + 0xff,0xd1,0xce,0xc8,0xff,0xd5,0xd2,0xcc,0xff,0xd8,0xd5,0xce,0xff,0xdd,0xda,0xd2, + 0xff,0xe0,0xdd,0xd5,0xff,0xe4,0xe0,0xd9,0xff,0xe7,0xe3,0xdc,0xff,0xed,0xe8,0xe2, + 0xff,0xf2,0xee,0xe5,0xff,0xf6,0xf2,0xe9,0xff,0xfc,0xf7,0xee,0xff,0xff,0xfa,0xf1, + 0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf0, + 0xff,0xff,0xfb,0xf1,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xef, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xe9, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa2,0x8b,0x5a,0xff,0xa1,0x8b,0x59,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0xc,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x18,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x20,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x2a,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x35,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x3b,0x0,0x0,0x0, + 0x3c,0x0,0x0,0x0,0x3e,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x41,0x94,0x84,0x64, + 0xff,0x93,0x83,0x65,0xff,0xbb,0xbb,0xbb,0xff,0xbc,0xbc,0xbc,0xff,0xba,0xba,0xba, + 0xff,0xb8,0xb8,0xb8,0xff,0xb7,0xb7,0xb7,0xff,0xb5,0xb5,0xb5,0xff,0xb5,0xb5,0xb5, + 0xff,0xb4,0xb4,0xb4,0xff,0xb3,0xb3,0xb3,0xff,0xb3,0xb3,0xb3,0xff,0xb3,0xb3,0xb3, + 0xff,0xb2,0xb2,0xb2,0xff,0xb3,0xb3,0xb3,0xff,0xc0,0xc0,0xc0,0xff,0xa7,0x9d,0x8c, + 0xff,0x7c,0x78,0x6d,0xff,0x66,0x64,0x60,0xff,0x56,0x56,0x56,0xff,0x51,0x51,0x51, + 0xff,0x96,0x96,0x96,0xff,0xd2,0xd2,0xd1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xdb,0xd4,0xcc, + 0xff,0x8b,0x7a,0x60,0xff,0x50,0x3a,0xc,0xff,0x3b,0x22,0x0,0xff,0x69,0x47,0x0, + 0xff,0x8d,0x64,0x0,0xff,0xa9,0x77,0x3,0xff,0xb6,0x80,0x0,0xff,0xc2,0x89,0x2, + 0xff,0xce,0x93,0x1,0xff,0xd4,0x98,0xd,0xff,0xd5,0x9b,0x10,0xff,0xd5,0x9d,0x26, + 0xff,0xd7,0xa0,0x2f,0xff,0xda,0xa3,0x35,0xff,0xdc,0xa8,0x3e,0xff,0xde,0xaa,0x42, + 0xff,0xe0,0xad,0x4b,0xff,0xe2,0xaf,0x52,0xff,0xe4,0xb4,0x55,0xff,0xe6,0xb6,0x5c, + 0xff,0xe9,0xba,0x63,0xff,0xea,0xbd,0x6d,0xff,0xed,0xc1,0x73,0xff,0xee,0xc5,0x79, + 0xff,0xef,0xc6,0x7a,0xff,0xef,0xc7,0x7d,0xff,0xf0,0xc9,0x7f,0xff,0xf1,0xc9,0x81, + 0xff,0xf2,0xcb,0x81,0xff,0xf2,0xcc,0x86,0xff,0xf3,0xcc,0x86,0xff,0xf3,0xcc,0x86, + 0xff,0xf2,0xca,0x86,0xff,0xf2,0xca,0x86,0xff,0xf1,0xc9,0x82,0xff,0xef,0xc5,0x7d, + 0xff,0xee,0xc3,0x75,0xff,0xec,0xbe,0x6d,0xff,0xe8,0xb7,0x61,0xff,0xe4,0xb1,0x56, + 0xff,0xe2,0xac,0x4c,0xff,0xde,0xa7,0x43,0xff,0xdb,0xa3,0x34,0xff,0xd9,0x9d,0x27, + 0xff,0xd6,0x98,0x11,0xff,0xd4,0x94,0x6,0xff,0xd1,0x90,0x0,0xff,0xbf,0x82,0x0, + 0xff,0xab,0x73,0x0,0xff,0x89,0x5b,0x0,0xff,0x45,0x26,0x0,0xff,0x54,0x3b,0xe, + 0xff,0xc8,0xbe,0xb2,0xff,0xff,0xff,0xff,0xff,0xfc,0xfd,0xfd,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xf7,0xf7,0xf7,0xff,0x9d,0x9d,0x9d, + 0xff,0x6f,0x6f,0x6f,0xff,0x93,0x91,0x90,0xff,0xc0,0xbe,0xb8,0xff,0xb6,0xb4,0xae, + 0xff,0xb8,0xb6,0xb0,0xff,0xba,0xb8,0xb3,0xff,0xbc,0xba,0xb5,0xff,0xbf,0xbb,0xb7, + 0xff,0xc2,0xbf,0xba,0xff,0xc4,0xc1,0xbb,0xff,0xc7,0xc4,0xbe,0xff,0xcb,0xc8,0xc2, + 0xff,0xce,0xcb,0xc5,0xff,0xd0,0xcd,0xc8,0xff,0xd5,0xd2,0xcc,0xff,0xd9,0xd6,0xcf, + 0xff,0xdb,0xd8,0xd0,0xff,0xdf,0xdc,0xd4,0xff,0xe4,0xe0,0xd9,0xff,0xe8,0xe4,0xdd, + 0xff,0xec,0xe8,0xe2,0xff,0xf0,0xec,0xe4,0xff,0xf4,0xef,0xe7,0xff,0xf9,0xf4,0xec, + 0xff,0xfd,0xf8,0xef,0xff,0xff,0xfb,0xf2,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf1, + 0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfb,0xf1,0xff,0xff,0xfa,0xf1, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xef, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa2,0x8b,0x5a,0xff,0xa3,0x8b,0x5b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xd,0x0,0x0,0x0, + 0x12,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x1e,0x0,0x0,0x0,0x21,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x26,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x38,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3e,0x0,0x0,0x0, + 0x3f,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x43,0x92,0x83,0x63, + 0xff,0x91,0x81,0x63,0xff,0xba,0xba,0xba,0xff,0xb9,0xb9,0xb9,0xff,0xb8,0xb8,0xb8, + 0xff,0xb7,0xb7,0xb7,0xff,0xb6,0xb6,0xb6,0xff,0xb6,0xb6,0xb6,0xff,0xb4,0xb4,0xb4, + 0xff,0xb4,0xb4,0xb4,0xff,0xb4,0xb4,0xb4,0xff,0xb2,0xb2,0xb2,0xff,0xb2,0xb2,0xb2, + 0xff,0xb9,0xb9,0xb9,0xff,0xba,0xba,0xba,0xff,0x92,0x92,0x92,0xff,0x65,0x63,0x5e, + 0xff,0x5a,0x5a,0x58,0xff,0x4e,0x4e,0x4e,0xff,0x7c,0x7c,0x7b,0xff,0xc9,0xc9,0xc8, + 0xff,0xf5,0xf5,0xf4,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfb,0xff,0xfb,0xfb,0xfa, + 0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xf9, + 0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa, + 0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa, + 0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xff,0xee,0xea,0xe8,0xff,0x9a,0x8a,0x71,0xff,0x63,0x4c,0x26, + 0xff,0x39,0x20,0x0,0xff,0x5b,0x3c,0x0,0xff,0x89,0x5f,0x0,0xff,0xa1,0x70,0x0, + 0xff,0xb1,0x7d,0x0,0xff,0xbc,0x84,0x0,0xff,0xca,0x8f,0x0,0xff,0xd0,0x93,0x0, + 0xff,0xd1,0x95,0xe,0xff,0xd3,0x99,0x14,0xff,0xd6,0x9d,0x1e,0xff,0xd8,0xa1,0x31, + 0xff,0xda,0xa5,0x39,0xff,0xdd,0xa8,0x3c,0xff,0xdf,0xab,0x46,0xff,0xe1,0xaf,0x4d, + 0xff,0xe2,0xb1,0x52,0xff,0xe3,0xb4,0x54,0xff,0xe5,0xb6,0x5d,0xff,0xea,0xbd,0x68, + 0xff,0xee,0xc1,0x6f,0xff,0xee,0xc3,0x73,0xff,0xef,0xc6,0x78,0xff,0xf1,0xc8,0x7c, + 0xff,0xf2,0xc9,0x7f,0xff,0xf1,0xc9,0x80,0xff,0xf3,0xcb,0x83,0xff,0xf3,0xcb,0x84, + 0xff,0xf4,0xcd,0x84,0xff,0xf4,0xcf,0x87,0xff,0xf4,0xcf,0x87,0xff,0xf4,0xcd,0x89, + 0xff,0xf3,0xcc,0x88,0xff,0xf2,0xca,0x84,0xff,0xf0,0xc7,0x7c,0xff,0xee,0xc3,0x74, + 0xff,0xec,0xbf,0x6b,0xff,0xe9,0xba,0x65,0xff,0xe7,0xb6,0x5a,0xff,0xe4,0xaf,0x4f, + 0xff,0xe1,0xaa,0x41,0xff,0xde,0xa6,0x38,0xff,0xdb,0xa1,0x2a,0xff,0xd9,0x9b,0x1f, + 0xff,0xd6,0x96,0x4,0xff,0xd2,0x90,0x0,0xff,0xd0,0x8e,0x0,0xff,0xcc,0x8a,0x0, + 0xff,0xb9,0x7b,0x0,0xff,0xa7,0x6d,0x0,0xff,0x7e,0x50,0x0,0xff,0x42,0x22,0x0, + 0xff,0x52,0x36,0x0,0xff,0xd2,0xcb,0xc0,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xef,0xef,0xef, + 0xff,0x99,0x99,0x99,0xff,0x77,0x76,0x76,0xff,0x95,0x93,0x91,0xff,0xc1,0xbe,0xb9, + 0xff,0xb8,0xb6,0xb0,0xff,0xb9,0xb7,0xb2,0xff,0xba,0xb8,0xb3,0xff,0xbc,0xba,0xb4, + 0xff,0xbf,0xbd,0xb7,0xff,0xc2,0xbf,0xbb,0xff,0xc6,0xc3,0xbd,0xff,0xc8,0xc5,0xc0, + 0xff,0xcb,0xc7,0xc2,0xff,0xce,0xca,0xc5,0xff,0xd1,0xce,0xc8,0xff,0xd5,0xd2,0xcc, + 0xff,0xd9,0xd6,0xcf,0xff,0xdb,0xd8,0xd0,0xff,0xde,0xdb,0xd3,0xff,0xe2,0xde,0xd7, + 0xff,0xe6,0xe2,0xdb,0xff,0xea,0xe6,0xde,0xff,0xef,0xeb,0xe3,0xff,0xf4,0xef,0xe8, + 0xff,0xf9,0xf4,0xeb,0xff,0xfc,0xf7,0xef,0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xf0, + 0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf1, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef,0xff,0xff,0xfb,0xf0,0xff,0xff,0xf9,0xf0, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xef, + 0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xeb, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf9,0xe9,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa3,0x8d,0x5a,0xff,0xa3,0x8c,0x5b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x17,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x20,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x29,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x34,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x3f,0x0,0x0,0x0, + 0x41,0x0,0x0,0x0,0x43,0x0,0x0,0x0,0x44,0x0,0x0,0x0,0x45,0x91,0x82,0x63, + 0xff,0x90,0x81,0x62,0xff,0xba,0xba,0xba,0xff,0xb8,0xb8,0xb8,0xff,0xb8,0xb8,0xb8, + 0xff,0xb8,0xb8,0xb8,0xff,0xb5,0xb5,0xb5,0xff,0xb5,0xb5,0xb5,0xff,0xb5,0xb5,0xb5, + 0xff,0xb4,0xb4,0xb4,0xff,0xb5,0xb5,0xb5,0xff,0xb6,0xb6,0xb6,0xff,0xb9,0xb9,0xb9, + 0xff,0x9d,0x9d,0x9d,0xff,0x6f,0x6f,0x6f,0xff,0x60,0x60,0x60,0xff,0x4f,0x4f,0x4f, + 0xff,0x6e,0x6e,0x6e,0xff,0xc0,0xc0,0xc0,0xff,0xed,0xed,0xec,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfd,0xff,0xfc,0xfc,0xfa,0xff,0xfb,0xfb,0xfa,0xff,0xfc,0xfc,0xfa, + 0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xf9, + 0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xf9,0xff,0xfc,0xfc,0xfa,0xff,0xfb,0xfb,0xfa, + 0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa, + 0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa,0xff,0xff,0xff,0xff,0xff,0xf9,0xf9,0xf7, + 0xff,0xb2,0xa6,0x93,0xff,0x6c,0x56,0x31,0xff,0x43,0x2a,0x0,0xff,0x4f,0x33,0x0, + 0xff,0x80,0x57,0x0,0xff,0x9a,0x6b,0x0,0xff,0xad,0x79,0x0,0xff,0xb9,0x82,0x0, + 0xff,0xc7,0x8e,0x0,0xff,0xcd,0x92,0x0,0xff,0xcf,0x93,0x0,0xff,0xd1,0x96,0x4, + 0xff,0xd4,0x99,0x1a,0xff,0xd7,0x9d,0x2b,0xff,0xd9,0xa1,0x32,0xff,0xdb,0xa5,0x3b, + 0xff,0xdc,0xa9,0x3d,0xff,0xdf,0xab,0x46,0xff,0xe1,0xaf,0x4d,0xff,0xe3,0xb2,0x53, + 0xff,0xe5,0xb5,0x57,0xff,0xe9,0xba,0x61,0xff,0xec,0xbf,0x6d,0xff,0xee,0xc1,0x71, + 0xff,0xef,0xc4,0x75,0xff,0xf0,0xc6,0x77,0xff,0xf1,0xc8,0x7b,0xff,0xf2,0xca,0x7f, + 0xff,0xf3,0xcb,0x82,0xff,0xf3,0xcc,0x82,0xff,0xf4,0xcd,0x86,0xff,0xf5,0xce,0x88, + 0xff,0xf4,0xcf,0x88,0xff,0xf5,0xcf,0x8b,0xff,0xf5,0xcf,0x8b,0xff,0xf4,0xce,0x88, + 0xff,0xf3,0xcb,0x84,0xff,0xf1,0xc8,0x7d,0xff,0xef,0xc4,0x74,0xff,0xed,0xc0,0x6e, + 0xff,0xeb,0xbc,0x64,0xff,0xea,0xb8,0x5f,0xff,0xe7,0xb4,0x53,0xff,0xe4,0xae,0x49, + 0xff,0xe1,0xa7,0x3b,0xff,0xde,0xa2,0x30,0xff,0xdb,0x9e,0x25,0xff,0xd8,0x99,0x14, + 0xff,0xd5,0x93,0x0,0xff,0xd1,0x8f,0x0,0xff,0xcf,0x8b,0x0,0xff,0xce,0x88,0x0, + 0xff,0xc8,0x83,0x0,0xff,0xb7,0x76,0x0,0xff,0xa4,0x67,0x0,0xff,0x7a,0x4c,0x0, + 0xff,0x3f,0x1e,0x0,0xff,0x62,0x49,0x1e,0xff,0xdd,0xd7,0xcf,0xff,0xff,0xff,0xff, + 0xff,0xfc,0xfc,0xfd,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff, + 0xff,0xef,0xef,0xef,0xff,0x84,0x84,0x84,0xff,0x78,0x78,0x76,0xff,0xa4,0xa3,0x9f, + 0xff,0xc1,0xbf,0xba,0xff,0xb8,0xb6,0xb0,0xff,0xba,0xb8,0xb3,0xff,0xbd,0xbb,0xb5, + 0xff,0xbe,0xbb,0xb6,0xff,0xc0,0xbe,0xb8,0xff,0xc2,0xbf,0xbb,0xff,0xc6,0xc3,0xbd, + 0xff,0xc7,0xc4,0xbf,0xff,0xca,0xc7,0xc2,0xff,0xcd,0xca,0xc4,0xff,0xd1,0xce,0xc9, + 0xff,0xd5,0xd2,0xcb,0xff,0xd7,0xd4,0xcd,0xff,0xdb,0xd8,0xcf,0xff,0xdf,0xdc,0xd4, + 0xff,0xe3,0xdf,0xd8,0xff,0xe7,0xe3,0xdc,0xff,0xeb,0xe6,0xde,0xff,0xef,0xeb,0xe2, + 0xff,0xf2,0xed,0xe6,0xff,0xf7,0xf2,0xea,0xff,0xfc,0xf7,0xef,0xff,0xff,0xf9,0xf0, + 0xff,0xff,0xfa,0xf1,0xff,0xff,0xfb,0xf1,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfb,0xf1, + 0xff,0xff,0xfb,0xf1,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf9,0xf0,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xea,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa2,0x8c,0x5c,0xff,0xa2,0x8c,0x5a,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x1c,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x25,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2e,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x36,0x0,0x0,0x0, + 0x38,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x3c,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x42,0x0,0x0,0x0, + 0x43,0x0,0x0,0x0,0x44,0x0,0x0,0x0,0x45,0x0,0x0,0x0,0x46,0x90,0x81,0x63, + 0xff,0x8f,0x81,0x62,0xff,0xb8,0xb8,0xb8,0xff,0xb8,0xb8,0xb8,0xff,0xb8,0xb8,0xb8, + 0xff,0xb7,0xb7,0xb7,0xff,0xb5,0xb5,0xb5,0xff,0xb6,0xb6,0xb6,0xff,0xb6,0xb6,0xb6, + 0xff,0xb4,0xb4,0xb4,0xff,0xb5,0xb5,0xb5,0xff,0xac,0xac,0xac,0xff,0x7a,0x7a,0x7a, + 0xff,0x5e,0x5e,0x5e,0xff,0x55,0x55,0x55,0xff,0x60,0x60,0x60,0xff,0xa8,0xa8,0xa8, + 0xff,0xec,0xec,0xec,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xfb,0xfb,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa, + 0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa, + 0xff,0xfd,0xfe,0xfc,0xff,0xfe,0xfe,0xfc,0xff,0xca,0xc2,0xb7,0xff,0x71,0x5c,0x3a, + 0xff,0x48,0x31,0x0,0xff,0x48,0x2e,0x0,0xff,0x74,0x4f,0x0,0xff,0x97,0x69,0x0, + 0xff,0xa7,0x74,0x0,0xff,0xb6,0x80,0x0,0xff,0xc3,0x89,0x0,0xff,0xcd,0x91,0x0, + 0xff,0xd0,0x93,0x0,0xff,0xd0,0x94,0x0,0xff,0xd2,0x97,0x12,0xff,0xd3,0x99,0x1a, + 0xff,0xd7,0x9e,0x29,0xff,0xdb,0xa2,0x33,0xff,0xdd,0xa7,0x3a,0xff,0xdf,0xab,0x42, + 0xff,0xe1,0xae,0x46,0xff,0xe2,0xb1,0x4d,0xff,0xe4,0xb3,0x55,0xff,0xe8,0xb8,0x5a, + 0xff,0xea,0xbe,0x68,0xff,0xee,0xc1,0x6f,0xff,0xef,0xc3,0x71,0xff,0xf0,0xc5,0x76, + 0xff,0xf0,0xc8,0x78,0xff,0xf2,0xc9,0x7c,0xff,0xf3,0xca,0x81,0xff,0xf4,0xcc,0x83, + 0xff,0xf3,0xcd,0x84,0xff,0xf5,0xce,0x87,0xff,0xf6,0xcf,0x88,0xff,0xf6,0xd0,0x89, + 0xff,0xf5,0xd0,0x8a,0xff,0xf5,0xd0,0x89,0xff,0xf4,0xcd,0x87,0xff,0xf4,0xcb,0x81, + 0xff,0xf3,0xc7,0x7c,0xff,0xf0,0xc3,0x75,0xff,0xee,0xc0,0x6e,0xff,0xec,0xbd,0x65, + 0xff,0xeb,0xb9,0x5a,0xff,0xea,0xb5,0x54,0xff,0xe7,0xb0,0x4a,0xff,0xe4,0xac,0x41, + 0xff,0xe1,0xa6,0x36,0xff,0xde,0xa1,0x27,0xff,0xdb,0x9b,0x19,0xff,0xd9,0x97,0x0, + 0xff,0xd5,0x92,0x0,0xff,0xd2,0x8e,0x0,0xff,0xd0,0x89,0x0,0xff,0xcd,0x86,0x0, + 0xff,0xcb,0x82,0x0,0xff,0xc6,0x7d,0x0,0xff,0xb4,0x71,0x0,0xff,0xa0,0x64,0x0, + 0xff,0x6f,0x43,0x0,0xff,0x40,0x20,0x0,0xff,0x64,0x49,0x1b,0xff,0xdd,0xd6,0xcf, + 0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfe,0xfe,0xfe,0xff,0xe2,0xe2,0xe2,0xff,0x84,0x84,0x84,0xff,0x7a,0x7a,0x78, + 0xff,0xa9,0xa7,0xa4,0xff,0xbf,0xbd,0xb9,0xff,0xb9,0xb7,0xb2,0xff,0xbb,0xb9,0xb3, + 0xff,0xbc,0xba,0xb5,0xff,0xbe,0xbc,0xb7,0xff,0xc1,0xbf,0xba,0xff,0xc3,0xc0,0xbc, + 0xff,0xc5,0xc2,0xbd,0xff,0xc7,0xc4,0xbf,0xff,0xca,0xc7,0xc1,0xff,0xce,0xcb,0xc5, + 0xff,0xd0,0xcd,0xc8,0xff,0xd4,0xd1,0xca,0xff,0xd6,0xd3,0xcc,0xff,0xdb,0xd8,0xcf, + 0xff,0xde,0xdb,0xd3,0xff,0xe2,0xde,0xd7,0xff,0xe6,0xe2,0xdb,0xff,0xea,0xe5,0xdd, + 0xff,0xed,0xe8,0xe1,0xff,0xf3,0xed,0xe7,0xff,0xf8,0xf3,0xea,0xff,0xfc,0xf7,0xee, + 0xff,0xff,0xf9,0xf0,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf1, + 0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf9,0xf0,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf9,0xeb, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xea,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa2,0x8c,0x5c,0xff,0xa2,0x8c,0x5c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0xa,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x13,0x0,0x0,0x0, + 0x17,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x20,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x2a,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x34,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3e,0x0,0x0,0x0,0x3f,0x0,0x0,0x0, + 0x40,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x43,0x0,0x0,0x0,0x44,0x0,0x0,0x0, + 0x45,0x0,0x0,0x0,0x46,0x0,0x0,0x0,0x47,0x0,0x0,0x0,0x47,0x8f,0x82,0x63, + 0xff,0x8f,0x81,0x63,0xff,0xb7,0xb7,0xb7,0xff,0xb8,0xb8,0xb8,0xff,0xb7,0xb7,0xb7, + 0xff,0xb6,0xb6,0xb6,0xff,0xb7,0xb7,0xb7,0xff,0xb8,0xb8,0xb8,0xff,0xb6,0xb6,0xb6, + 0xff,0xb0,0xb0,0xb0,0xff,0x8a,0x8a,0x8a,0xff,0x60,0x60,0x60,0xff,0x58,0x58,0x58, + 0xff,0x5c,0x5c,0x5c,0xff,0x8f,0x8f,0x8f,0xff,0xe1,0xe1,0xe1,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xf9,0xfa,0xf9, + 0xff,0xdb,0xd6,0xcf,0xff,0x80,0x6c,0x4f,0xff,0x49,0x30,0x0,0xff,0x43,0x2c,0x0, + 0xff,0x66,0x43,0x0,0xff,0x94,0x66,0x0,0xff,0xa5,0x71,0x0,0xff,0xb0,0x7a,0x0, + 0xff,0xc1,0x87,0x0,0xff,0xcc,0x8f,0x0,0xff,0xce,0x92,0x0,0xff,0xd1,0x95,0x0, + 0xff,0xd2,0x96,0x0,0xff,0xd3,0x99,0x8,0xff,0xd5,0x9b,0x1f,0xff,0xd8,0x9f,0x2a, + 0xff,0xdb,0xa4,0x35,0xff,0xdd,0xa8,0x3c,0xff,0xe1,0xac,0x44,0xff,0xe1,0xaf,0x48, + 0xff,0xe4,0xb1,0x4e,0xff,0xe4,0xb5,0x55,0xff,0xea,0xbc,0x61,0xff,0xed,0xc0,0x6a, + 0xff,0xed,0xc3,0x6e,0xff,0xef,0xc4,0x73,0xff,0xf1,0xc6,0x77,0xff,0xf2,0xc9,0x7a, + 0xff,0xf3,0xca,0x7d,0xff,0xf4,0xcc,0x81,0xff,0xf5,0xcd,0x84,0xff,0xf5,0xcf,0x85, + 0xff,0xf6,0xcf,0x88,0xff,0xf5,0xd0,0x89,0xff,0xf7,0xd1,0x8a,0xff,0xf7,0xd2,0x8a, + 0xff,0xf7,0xd0,0x88,0xff,0xf4,0xcd,0x84,0xff,0xf2,0xca,0x7f,0xff,0xf2,0xc7,0x78, + 0xff,0xf1,0xc5,0x70,0xff,0xef,0xc1,0x6c,0xff,0xee,0xbe,0x63,0xff,0xed,0xbb,0x5e, + 0xff,0xea,0xb6,0x54,0xff,0xe9,0xb3,0x4d,0xff,0xe6,0xaf,0x43,0xff,0xe4,0xa9,0x38, + 0xff,0xe1,0xa5,0x31,0xff,0xde,0xa0,0x20,0xff,0xdb,0x9c,0x0,0xff,0xd8,0x97,0x0, + 0xff,0xd6,0x92,0x0,0xff,0xd3,0x8d,0x0,0xff,0xcf,0x88,0x0,0xff,0xce,0x85,0x0, + 0xff,0xcb,0x80,0x0,0xff,0xcb,0x7e,0x0,0xff,0xc3,0x79,0x0,0xff,0xad,0x6a,0x0, + 0xff,0x9d,0x60,0x0,0xff,0x6c,0x3f,0x0,0xff,0x3e,0x1f,0x0,0xff,0x7d,0x68,0x4c, + 0xff,0xec,0xea,0xe6,0xff,0xfe,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfd,0xfd,0xfd,0xff,0xe1,0xe1,0xe1,0xff,0x76,0x76,0x76, + 0xff,0x7b,0x7a,0x7a,0xff,0xad,0xaa,0xa8,0xff,0xbf,0xbd,0xb9,0xff,0xba,0xb8,0xb2, + 0xff,0xbb,0xb9,0xb3,0xff,0xbd,0xbb,0xb6,0xff,0xc0,0xbd,0xb8,0xff,0xc0,0xbd,0xb9, + 0xff,0xc2,0xbf,0xbb,0xff,0xc5,0xc2,0xbc,0xff,0xc7,0xc4,0xbe,0xff,0xcc,0xc9,0xc3, + 0xff,0xce,0xcb,0xc5,0xff,0xd0,0xcc,0xc7,0xff,0xd2,0xcf,0xc8,0xff,0xd6,0xd3,0xcc, + 0xff,0xda,0xd7,0xce,0xff,0xdd,0xda,0xd2,0xff,0xe0,0xdd,0xd4,0xff,0xe5,0xe1,0xd9, + 0xff,0xe7,0xe3,0xdb,0xff,0xeb,0xe6,0xe0,0xff,0xf1,0xec,0xe5,0xff,0xf5,0xf0,0xe8, + 0xff,0xf8,0xf3,0xeb,0xff,0xfd,0xf8,0xee,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf0, + 0xff,0xff,0xfb,0xf1,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf9,0xf0,0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa3,0x8c,0x5c,0xff,0xa3,0x8d,0x5c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xb,0x0,0x0,0x0, + 0xf,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x1b,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x21,0x0,0x0,0x0,0x24,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x35,0x0,0x0,0x0, + 0x37,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3c,0x0,0x0,0x0, + 0x3d,0x0,0x0,0x0,0x3e,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x41,0x0,0x0,0x0, + 0x42,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x44,0x0,0x0,0x0,0x44,0x0,0x0,0x0, + 0x45,0x0,0x0,0x0,0x46,0x0,0x0,0x0,0x46,0x0,0x0,0x0,0x47,0x90,0x81,0x63, + 0xff,0x8f,0x81,0x63,0xff,0xb8,0xb8,0xb8,0xff,0xb7,0xb7,0xb7,0xff,0xb8,0xb8,0xb8, + 0xff,0xba,0xba,0xba,0xff,0xba,0xba,0xba,0xff,0xb6,0xb6,0xb6,0xff,0x98,0x98,0x98, + 0xff,0x65,0x65,0x65,0xff,0x56,0x56,0x56,0xff,0x5c,0x5c,0x5c,0xff,0x78,0x78,0x78, + 0xff,0xd0,0xd0,0xd0,0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfc,0xfc,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfd,0xfe,0xfe,0xff,0xfa,0xfa,0xf9,0xff,0xe8,0xe5,0xe1,0xff,0x98,0x88,0x6e, + 0xff,0x4b,0x32,0x0,0xff,0x45,0x2c,0x0,0xff,0x59,0x3c,0x0,0xff,0x8b,0x5e,0x0, + 0xff,0xa3,0x71,0x0,0xff,0xae,0x78,0x0,0xff,0xbb,0x81,0x0,0xff,0xc8,0x8b,0x0, + 0xff,0xce,0x8f,0x0,0xff,0xcf,0x93,0x0,0xff,0xd0,0x95,0x0,0xff,0xd3,0x99,0x8, + 0xff,0xd5,0x9a,0x17,0xff,0xd7,0x9d,0x1d,0xff,0xd8,0x9f,0x2b,0xff,0xdb,0xa4,0x32, + 0xff,0xde,0xa9,0x3a,0xff,0xe0,0xac,0x42,0xff,0xe2,0xaf,0x48,0xff,0xe6,0xb4,0x51, + 0xff,0xe7,0xb8,0x5b,0xff,0xeb,0xbe,0x66,0xff,0xed,0xc1,0x6d,0xff,0xef,0xc4,0x70, + 0xff,0xef,0xc5,0x72,0xff,0xf0,0xc8,0x76,0xff,0xf2,0xc9,0x7a,0xff,0xf4,0xcb,0x7c, + 0xff,0xf4,0xcd,0x80,0xff,0xf5,0xce,0x84,0xff,0xf6,0xcf,0x86,0xff,0xf6,0xd0,0x87, + 0xff,0xf7,0xd1,0x8a,0xff,0xf6,0xd2,0x8b,0xff,0xf7,0xd1,0x89,0xff,0xf7,0xce,0x85, + 0xff,0xf5,0xcc,0x7d,0xff,0xf3,0xca,0x7b,0xff,0xf2,0xc8,0x75,0xff,0xf1,0xc4,0x6d, + 0xff,0xef,0xc1,0x67,0xff,0xee,0xbd,0x61,0xff,0xed,0xbb,0x59,0xff,0xec,0xb8,0x53, + 0xff,0xe9,0xb3,0x4b,0xff,0xe7,0xaf,0x43,0xff,0xe6,0xab,0x38,0xff,0xe3,0xa7,0x2e, + 0xff,0xe1,0xa4,0x27,0xff,0xdf,0x9f,0x18,0xff,0xdc,0x9b,0x0,0xff,0xd9,0x96,0x0, + 0xff,0xd6,0x91,0x0,0xff,0xd3,0x8b,0x0,0xff,0xd0,0x88,0x0,0xff,0xcd,0x84,0x0, + 0xff,0xcb,0x81,0x0,0xff,0xca,0x80,0x0,0xff,0xca,0x80,0x0,0xff,0xc2,0x7e,0x0, + 0xff,0xaf,0x74,0x0,0xff,0xa1,0x6e,0x0,0xff,0x65,0x46,0xa,0xff,0x43,0x2e,0x4, + 0xff,0x84,0x74,0x5d,0xff,0xef,0xee,0xec,0xff,0xfd,0xfe,0xfe,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xd3,0xd3,0xd3, + 0xff,0x79,0x79,0x79,0xff,0x7e,0x7e,0x7c,0xff,0xb5,0xb3,0xb0,0xff,0xbf,0xbd,0xb9, + 0xff,0xbb,0xb9,0xb3,0xff,0xbe,0xbc,0xb6,0xff,0xbf,0xbd,0xb7,0xff,0xc0,0xbe,0xb8, + 0xff,0xc2,0xbf,0xba,0xff,0xc3,0xc0,0xbc,0xff,0xc5,0xc2,0xbc,0xff,0xc9,0xc6,0xc1, + 0xff,0xcb,0xc8,0xc2,0xff,0xcd,0xca,0xc5,0xff,0xd0,0xcd,0xc7,0xff,0xd3,0xd0,0xc9, + 0xff,0xd7,0xd4,0xcd,0xff,0xd9,0xd6,0xcf,0xff,0xdd,0xda,0xd2,0xff,0xe1,0xdd,0xd6, + 0xff,0xe4,0xe0,0xd8,0xff,0xe8,0xe3,0xdc,0xff,0xed,0xe8,0xe1,0xff,0xf0,0xeb,0xe4, + 0xff,0xf4,0xef,0xe7,0xff,0xf8,0xf3,0xe9,0xff,0xfb,0xf6,0xed,0xff,0xff,0xfa,0xf0, + 0xff,0xff,0xfb,0xf1,0xff,0xff,0xfb,0xf1,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xfb,0xf0,0xff,0xff,0xfa,0xf0,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa3,0x8c,0x5c,0xff,0xa3,0x8c,0x5c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x20,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x29,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x39,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3d,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x41,0x0,0x0,0x0, + 0x42,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x44,0x0,0x0,0x0,0x44,0x0,0x0,0x0, + 0x45,0x0,0x0,0x0,0x46,0x0,0x0,0x0,0x46,0x0,0x0,0x0,0x46,0x91,0x82,0x64, + 0xff,0x90,0x81,0x63,0xff,0xba,0xba,0xba,0xff,0xbb,0xbb,0xbb,0xff,0xc0,0xc0,0xc0, + 0xff,0xb9,0xb9,0xb9,0xff,0x9f,0x9f,0x9f,0xff,0x74,0x74,0x74,0xff,0x54,0x54,0x54, + 0xff,0x5b,0x5b,0x5b,0xff,0x75,0x75,0x75,0xff,0xba,0xba,0xba,0xff,0xf8,0xf8,0xf8, + 0xff,0xfc,0xfc,0xfc,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfd,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xeb,0xe8,0xe4,0xff,0xb7,0xad,0x9d,0xff,0x55,0x3c,0x9,0xff,0x43,0x29,0x0, + 0xff,0x53,0x36,0x0,0xff,0x7b,0x53,0x0,0xff,0xa0,0x6d,0x0,0xff,0xaa,0x75,0x0, + 0xff,0xb7,0x7e,0x0,0xff,0xc5,0x88,0x0,0xff,0xcd,0x8d,0x0,0xff,0xcd,0x8f,0x0, + 0xff,0xcf,0x92,0x0,0xff,0xd1,0x96,0x0,0xff,0xd3,0x99,0xc,0xff,0xd7,0x9d,0x19, + 0xff,0xd8,0xa0,0x23,0xff,0xda,0xa1,0x27,0xff,0xdb,0xa5,0x34,0xff,0xdd,0xa8,0x3c, + 0xff,0xe0,0xad,0x42,0xff,0xe3,0xb1,0x4b,0xff,0xe6,0xb6,0x53,0xff,0xea,0xbb,0x60, + 0xff,0xec,0xc1,0x69,0xff,0xed,0xc3,0x6b,0xff,0xee,0xc4,0x6f,0xff,0xf0,0xc6,0x73, + 0xff,0xf2,0xc8,0x75,0xff,0xf2,0xca,0x79,0xff,0xf3,0xcb,0x7c,0xff,0xf5,0xcd,0x7f, + 0xff,0xf5,0xce,0x82,0xff,0xf6,0xd0,0x86,0xff,0xf7,0xd1,0x88,0xff,0xf7,0xd2,0x89, + 0xff,0xf8,0xd2,0x8a,0xff,0xf7,0xd0,0x85,0xff,0xf6,0xcc,0x81,0xff,0xf5,0xca,0x7a, + 0xff,0xf4,0xc7,0x74,0xff,0xf3,0xc5,0x6e,0xff,0xf2,0xc1,0x69,0xff,0xf0,0xbf,0x63, + 0xff,0xf0,0xbd,0x5e,0xff,0xed,0xb9,0x57,0xff,0xec,0xb5,0x4e,0xff,0xea,0xb2,0x47, + 0xff,0xe8,0xaf,0x41,0xff,0xe6,0xab,0x38,0xff,0xe4,0xa8,0x2c,0xff,0xe2,0xa5,0x20, + 0xff,0xe1,0xa1,0x7,0xff,0xdf,0x9d,0x0,0xff,0xdd,0x9a,0x0,0xff,0xd9,0x94,0x0, + 0xff,0xd6,0x8e,0x0,0xff,0xd3,0x8d,0x0,0xff,0xd3,0x90,0x0,0xff,0xd3,0x92,0x0, + 0xff,0xd3,0x97,0x22,0xff,0xd3,0x99,0x2e,0xff,0xd2,0x9b,0x37,0xff,0xd3,0x9d,0x40, + 0xff,0xca,0x98,0x41,0xff,0xb5,0x88,0x3d,0xff,0xa3,0x7d,0x39,0xff,0x66,0x4d,0x23, + 0xff,0x48,0x33,0xf,0xff,0x95,0x89,0x75,0xff,0xf6,0xf5,0xf3,0xff,0xfe,0xfe,0xfd, + 0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xcf,0xcf,0xcf,0xff,0x76,0x76,0x76,0xff,0x7f,0x7e,0x7d,0xff,0xb7,0xb5,0xb1, + 0xff,0xc4,0xc2,0xbd,0xff,0xbe,0xbb,0xb6,0xff,0xbf,0xbd,0xb7,0xff,0xc0,0xbe,0xb8, + 0xff,0xc1,0xbf,0xb9,0xff,0xc3,0xc0,0xbc,0xff,0xc4,0xc1,0xbd,0xff,0xc7,0xc4,0xbf, + 0xff,0xc9,0xc6,0xc0,0xff,0xcb,0xc8,0xc3,0xff,0xce,0xcb,0xc6,0xff,0xd1,0xce,0xc7, + 0xff,0xd3,0xd0,0xc9,0xff,0xd7,0xd3,0xcd,0xff,0xda,0xd7,0xcf,0xff,0xdc,0xd9,0xd1, + 0xff,0xe0,0xdd,0xd3,0xff,0xe3,0xdf,0xd7,0xff,0xe8,0xe3,0xdc,0xff,0xea,0xe5,0xde, + 0xff,0xee,0xe9,0xe2,0xff,0xf2,0xed,0xe6,0xff,0xf6,0xf1,0xe8,0xff,0xfb,0xf6,0xec, + 0xff,0xff,0xfa,0xf1,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xf0, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xef,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf9,0xeb,0xff,0xff,0xf9,0xea,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa3,0x8d,0x5d,0xff,0xa3,0x8c,0x5b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0xb,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x19,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x2b,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x35,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x3e,0x0,0x0,0x0, + 0x3f,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x42,0x0,0x0,0x0, + 0x42,0x0,0x0,0x0,0x44,0x0,0x0,0x0,0x44,0x0,0x0,0x0,0x45,0x0,0x0,0x0, + 0x45,0x0,0x0,0x0,0x45,0x0,0x0,0x0,0x45,0x0,0x0,0x0,0x46,0x92,0x82,0x65, + 0xff,0x92,0x83,0x63,0xff,0xc2,0xc2,0xc2,0xff,0xbf,0xbf,0xbf,0xff,0xa6,0xa6,0xa6, + 0xff,0x7f,0x7f,0x7f,0xff,0x58,0x58,0x58,0xff,0x55,0x55,0x55,0xff,0x68,0x68,0x66, + 0xff,0xa5,0xa5,0xa5,0xff,0xef,0xef,0xef,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfc,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xf3,0xf2,0xef,0xff,0xcc,0xc3,0xb8, + 0xff,0x6d,0x58,0x33,0xff,0x3c,0x20,0x0,0xff,0x4f,0x32,0x0,0xff,0x6c,0x48,0x0, + 0xff,0x97,0x66,0x0,0xff,0xa8,0x73,0x0,0xff,0xaf,0x78,0x0,0xff,0xbf,0x84,0x0, + 0xff,0xcc,0x8d,0x0,0xff,0xcd,0x8e,0x0,0xff,0xcf,0x8f,0x0,0xff,0xd0,0x93,0x0, + 0xff,0xd3,0x97,0x0,0xff,0xd5,0x9b,0x10,0xff,0xd7,0x9e,0x1c,0xff,0xd9,0xa1,0x26, + 0xff,0xdb,0xa2,0x2c,0xff,0xdd,0xa6,0x2e,0xff,0xdd,0xa7,0x35,0xff,0xe1,0xad,0x42, + 0xff,0xe4,0xb2,0x4c,0xff,0xea,0xba,0x5a,0xff,0xed,0xbf,0x63,0xff,0xee,0xc2,0x68, + 0xff,0xef,0xc4,0x6c,0xff,0xf0,0xc5,0x6e,0xff,0xf1,0xc8,0x73,0xff,0xf2,0xc7,0x76, + 0xff,0xf4,0xcb,0x7a,0xff,0xf4,0xcc,0x7d,0xff,0xf4,0xce,0x81,0xff,0xf5,0xce,0x81, + 0xff,0xf7,0xd0,0x85,0xff,0xf7,0xd1,0x87,0xff,0xf7,0xd3,0x88,0xff,0xf7,0xd1,0x86, + 0xff,0xf6,0xce,0x83,0xff,0xf6,0xcc,0x7c,0xff,0xf5,0xc8,0x77,0xff,0xf4,0xc6,0x6f, + 0xff,0xf3,0xc3,0x6a,0xff,0xf1,0xc1,0x66,0xff,0xf1,0xbf,0x60,0xff,0xef,0xbb,0x58, + 0xff,0xed,0xb8,0x52,0xff,0xec,0xb4,0x4c,0xff,0xeb,0xb3,0x43,0xff,0xea,0xae,0x3c, + 0xff,0xe7,0xac,0x36,0xff,0xe7,0xa8,0x2c,0xff,0xe4,0xa5,0x1d,0xff,0xe3,0xa2,0xb, + 0xff,0xe2,0xa0,0x0,0xff,0xdf,0x9c,0x0,0xff,0xdd,0x97,0x0,0xff,0xdd,0x9c,0x0, + 0xff,0xdb,0x9e,0x29,0xff,0xdb,0xa5,0x45,0xff,0xdd,0xab,0x53,0xff,0xdd,0xac,0x59, + 0xff,0xdb,0xac,0x5a,0xff,0xda,0xab,0x5b,0xff,0xd7,0xa9,0x55,0xff,0xd5,0xa6,0x52, + 0xff,0xd7,0xa6,0x54,0xff,0xca,0x9b,0x4c,0xff,0xb4,0x89,0x43,0xff,0xa4,0x7e,0x3a, + 0xff,0x5f,0x46,0x20,0xff,0x46,0x31,0xd,0xff,0xa6,0x9a,0x8c,0xff,0xf6,0xf5,0xf4, + 0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xf9, + 0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa, + 0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa,0xff,0xfd,0xfd,0xfb, + 0xff,0xfb,0xfb,0xf8,0xff,0xba,0xba,0xb9,0xff,0x75,0x75,0x76,0xff,0x81,0x80,0x7f, + 0xff,0xbe,0xbc,0xb8,0xff,0xc2,0xc0,0xbc,0xff,0xbe,0xbc,0xb6,0xff,0xc0,0xbe,0xb8, + 0xff,0xc1,0xbf,0xb9,0xff,0xc2,0xc0,0xba,0xff,0xc4,0xc1,0xbd,0xff,0xc5,0xc2,0xbd, + 0xff,0xc8,0xc5,0xbf,0xff,0xcb,0xc8,0xc2,0xff,0xcb,0xc8,0xc3,0xff,0xcd,0xca,0xc5, + 0xff,0xd1,0xce,0xc7,0xff,0xd3,0xd0,0xc9,0xff,0xd7,0xd4,0xcd,0xff,0xd9,0xd6,0xcf, + 0xff,0xdc,0xd9,0xd0,0xff,0xdf,0xdc,0xd3,0xff,0xe4,0xe0,0xd8,0xff,0xe7,0xe2,0xdb, + 0xff,0xeb,0xe6,0xdf,0xff,0xee,0xe9,0xe3,0xff,0xf3,0xee,0xe6,0xff,0xf5,0xf0,0xe7, + 0xff,0xfb,0xf6,0xec,0xff,0xfd,0xf8,0xef,0xff,0xff,0xfa,0xf1,0xff,0xff,0xfb,0xf0, + 0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xfd,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa4,0x8d,0x5d,0xff,0xa3,0x8d,0x5d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0x10,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x24,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2e,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x35,0x0,0x0,0x0, + 0x37,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3c,0x0,0x0,0x0, + 0x3c,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x3e,0x0,0x0,0x0,0x3f,0x0,0x0,0x0, + 0x40,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x42,0x0,0x0,0x0, + 0x43,0x0,0x0,0x0,0x43,0x0,0x0,0x0,0x44,0x0,0x0,0x0,0x44,0x0,0x0,0x0, + 0x45,0x0,0x0,0x0,0x45,0x0,0x0,0x0,0x45,0x0,0x0,0x0,0x45,0x97,0x88,0x68, + 0xff,0x9b,0x8c,0x6c,0xff,0xab,0xab,0xab,0xff,0x86,0x86,0x86,0xff,0x62,0x62,0x62, + 0xff,0x53,0x53,0x53,0xff,0x60,0x60,0x60,0xff,0x97,0x97,0x96,0xff,0xdd,0xdd,0xda, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfb,0xfb,0xff,0xff,0xff,0xff, + 0xff,0xfb,0xfb,0xfb,0xff,0xd4,0xcd,0xc2,0xff,0x8c,0x7b,0x60,0xff,0x3e,0x20,0x0, + 0xff,0x46,0x27,0x0,0xff,0x61,0x3e,0x0,0xff,0x8d,0x5e,0x0,0xff,0xa8,0x72,0x0, + 0xff,0xac,0x75,0x0,0xff,0xba,0x80,0x0,0xff,0xc7,0x89,0x0,0xff,0xce,0x8d,0x0, + 0xff,0xcd,0x8e,0x0,0xff,0xce,0x90,0x0,0xff,0xd1,0x93,0x0,0xff,0xd4,0x97,0x0, + 0xff,0xd6,0x9b,0x13,0xff,0xd8,0x9f,0x1c,0xff,0xda,0xa3,0x25,0xff,0xdb,0xa4,0x2c, + 0xff,0xdc,0xa4,0x2c,0xff,0xdf,0xa8,0x32,0xff,0xe2,0xae,0x41,0xff,0xe6,0xb5,0x50, + 0xff,0xeb,0xbc,0x60,0xff,0xee,0xc0,0x64,0xff,0xee,0xc2,0x66,0xff,0xef,0xc4,0x6b, + 0xff,0xf1,0xc6,0x71,0xff,0xf2,0xc8,0x73,0xff,0xf2,0xc9,0x76,0xff,0xf2,0xca,0x7b, + 0xff,0xf3,0xcb,0x7c,0xff,0xf6,0xcd,0x7f,0xff,0xf5,0xcf,0x80,0xff,0xf7,0xd1,0x83, + 0xff,0xf7,0xd2,0x87,0xff,0xf8,0xd0,0x87,0xff,0xf8,0xcf,0x84,0xff,0xf6,0xcd,0x7f, + 0xff,0xf5,0xcb,0x79,0xff,0xf4,0xc8,0x71,0xff,0xf3,0xc6,0x6d,0xff,0xf2,0xc2,0x66, + 0xff,0xf1,0xbf,0x61,0xff,0xef,0xbd,0x5a,0xff,0xee,0xba,0x54,0xff,0xed,0xb8,0x4d, + 0xff,0xec,0xb5,0x46,0xff,0xeb,0xb2,0x41,0xff,0xea,0xb0,0x38,0xff,0xe9,0xac,0x30, + 0xff,0xe7,0xab,0x24,0xff,0xe6,0xa6,0x19,0xff,0xe4,0xa3,0x5,0xff,0xe2,0xa1,0x0, + 0xff,0xe0,0x9b,0x0,0xff,0xe0,0x9e,0x0,0xff,0xe1,0xa5,0x34,0xff,0xe4,0xb2,0x5c, + 0xff,0xe4,0xb9,0x70,0xff,0xe3,0xba,0x74,0xff,0xe1,0xb9,0x73,0xff,0xe0,0xb6,0x70, + 0xff,0xdf,0xb3,0x6b,0xff,0xdb,0xae,0x65,0xff,0xda,0xac,0x5d,0xff,0xd8,0xa8,0x55, + 0xff,0xd7,0xa6,0x54,0xff,0xd6,0xa6,0x51,0xff,0xc8,0x99,0x4b,0xff,0xb4,0x8a,0x43, + 0xff,0x97,0x72,0x35,0xff,0x5c,0x45,0x1b,0xff,0x46,0x32,0xd,0xff,0xab,0xa1,0x91, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfc,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xf9, + 0xff,0xfb,0xfb,0xf9,0xff,0xfc,0xfc,0xfa,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa, + 0xff,0xfb,0xfb,0xfa,0xff,0xfc,0xfc,0xfa,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xf9, + 0xff,0xff,0xff,0xfe,0xff,0xfd,0xfd,0xfc,0xff,0xb7,0xb7,0xb7,0xff,0x75,0x75,0x75, + 0xff,0x86,0x85,0x84,0xff,0xbd,0xbb,0xb7,0xff,0xc3,0xc1,0xbc,0xff,0xc0,0xbe,0xb8, + 0xff,0xc1,0xbf,0xb9,0xff,0xc2,0xc0,0xba,0xff,0xc3,0xc0,0xbc,0xff,0xc5,0xc1,0xbd, + 0xff,0xc7,0xc4,0xbe,0xff,0xc8,0xc5,0xc0,0xff,0xcb,0xc8,0xc2,0xff,0xcd,0xca,0xc4, + 0xff,0xce,0xcb,0xc4,0xff,0xd1,0xcd,0xc7,0xff,0xd5,0xd2,0xcb,0xff,0xd6,0xd3,0xcc, + 0xff,0xd9,0xd6,0xcf,0xff,0xdc,0xd9,0xd1,0xff,0xe1,0xdd,0xd4,0xff,0xe4,0xe0,0xd8, + 0xff,0xe7,0xe2,0xdb,0xff,0xea,0xe5,0xde,0xff,0xee,0xe9,0xe1,0xff,0xf3,0xee,0xe5, + 0xff,0xf6,0xf1,0xe7,0xff,0xfa,0xf5,0xeb,0xff,0xfd,0xf8,0xee,0xff,0xff,0xfa,0xf0, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xfb,0xf0,0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xef,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa4,0x8d,0x5d,0xff,0xa5,0x8e,0x5d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x14,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x20,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x28,0x0,0x0,0x0, + 0x2a,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x32,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x39,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x3c,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x3f,0x0,0x0,0x0, + 0x40,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x42,0x0,0x0,0x0, + 0x42,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x43,0x0,0x0,0x0,0x43,0x0,0x0,0x0, + 0x44,0x0,0x0,0x0,0x44,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x37,0x8e,0x81,0x64, + 0xff,0x70,0x68,0x54,0xff,0x70,0x70,0x70,0xff,0x53,0x53,0x53,0xff,0x57,0x57,0x57, + 0xff,0x88,0x88,0x88,0xff,0xc7,0xc7,0xc7,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfb,0xfb,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xdf,0xda,0xd1, + 0xff,0x9b,0x8c,0x78,0xff,0x4b,0x32,0x0,0xff,0x3b,0x1e,0x0,0xff,0x5d,0x3b,0x0, + 0xff,0x7f,0x53,0x0,0xff,0xa1,0x68,0x0,0xff,0xae,0x73,0x0,0xff,0xba,0x7e,0x0, + 0xff,0xc6,0x86,0x0,0xff,0xca,0x8c,0x0,0xff,0xcc,0x8d,0x0,0xff,0xce,0x8f,0x0, + 0xff,0xd0,0x92,0x0,0xff,0xd1,0x95,0x0,0xff,0xd5,0x99,0x0,0xff,0xd7,0x9d,0xf, + 0xff,0xd9,0xa0,0x20,0xff,0xdb,0xa3,0x27,0xff,0xdd,0xa5,0x2e,0xff,0xdd,0xa8,0x2f, + 0xff,0xdf,0xa8,0x36,0xff,0xe4,0xaf,0x43,0xff,0xe9,0xb8,0x53,0xff,0xeb,0xbd,0x5f, + 0xff,0xed,0xc0,0x64,0xff,0xef,0xc2,0x66,0xff,0xf0,0xc5,0x69,0xff,0xf1,0xc6,0x6f, + 0xff,0xf1,0xc7,0x72,0xff,0xf3,0xca,0x75,0xff,0xf4,0xca,0x77,0xff,0xf4,0xcc,0x7b, + 0xff,0xf5,0xcd,0x7e,0xff,0xf8,0xcf,0x7f,0xff,0xf8,0xd1,0x83,0xff,0xf7,0xd1,0x86, + 0xff,0xf8,0xd1,0x86,0xff,0xf7,0xce,0x81,0xff,0xf6,0xcb,0x7c,0xff,0xf5,0xc9,0x75, + 0xff,0xf4,0xc6,0x6f,0xff,0xf2,0xc4,0x6b,0xff,0xf1,0xc1,0x66,0xff,0xf1,0xbe,0x5b, + 0xff,0xef,0xbb,0x55,0xff,0xef,0xb9,0x4e,0xff,0xee,0xb7,0x48,0xff,0xec,0xb4,0x42, + 0xff,0xeb,0xb1,0x3b,0xff,0xe9,0xae,0x33,0xff,0xe8,0xac,0x2b,0xff,0xe8,0xa9,0x21, + 0xff,0xe7,0xa8,0xe,0xff,0xe6,0xa5,0x0,0xff,0xe3,0xa0,0x0,0xff,0xe1,0x9c,0x0, + 0xff,0xe3,0xa4,0x18,0xff,0xe7,0xb3,0x54,0xff,0xeb,0xbf,0x76,0xff,0xeb,0xc5,0x85, + 0xff,0xe9,0xc4,0x86,0xff,0xe7,0xc1,0x80,0xff,0xe4,0xbd,0x7a,0xff,0xe2,0xb9,0x73, + 0xff,0xe0,0xb6,0x6c,0xff,0xde,0xb1,0x69,0xff,0xdb,0xad,0x61,0xff,0xd9,0xab,0x5c, + 0xff,0xd5,0xa7,0x55,0xff,0xd6,0xa5,0x53,0xff,0xd6,0xa5,0x50,0xff,0xc7,0x99,0x4a, + 0xff,0xb1,0x87,0x40,0xff,0x96,0x72,0x36,0xff,0x52,0x3b,0x15,0xff,0x51,0x3f,0x20, + 0xff,0xc0,0xb9,0xac,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfd,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfe,0xfe,0xff,0xff,0xf7,0xf7,0xf6,0xff,0xa8,0xa8,0xa8, + 0xff,0x74,0x74,0x74,0xff,0x8c,0x8b,0x89,0xff,0xc7,0xc5,0xc1,0xff,0xc3,0xc1,0xbb, + 0xff,0xc0,0xbe,0xb9,0xff,0xc1,0xbf,0xba,0xff,0xc2,0xc0,0xbb,0xff,0xc4,0xc1,0xbc, + 0xff,0xc4,0xc1,0xbd,0xff,0xc7,0xc4,0xbe,0xff,0xc9,0xc6,0xc0,0xff,0xca,0xc7,0xc2, + 0xff,0xcc,0xc9,0xc4,0xff,0xce,0xcb,0xc4,0xff,0xd3,0xd0,0xc9,0xff,0xd4,0xd1,0xca, + 0xff,0xd7,0xd4,0xcd,0xff,0xd9,0xd6,0xcf,0xff,0xdd,0xda,0xd2,0xff,0xe0,0xdc,0xd4, + 0xff,0xe2,0xde,0xd6,0xff,0xe6,0xe2,0xda,0xff,0xe9,0xe4,0xde,0xff,0xee,0xe9,0xe1, + 0xff,0xf1,0xec,0xe4,0xff,0xf4,0xee,0xe6,0xff,0xf8,0xf3,0xea,0xff,0xfb,0xf6,0xed, + 0xff,0xfe,0xf9,0xee,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xf0,0xff,0xff,0xf9,0xf0, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xe9,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa4,0x8e,0x5c,0xff,0xa4,0x8d,0x5c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x19,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x2b,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x35,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x39,0x0,0x0,0x0, + 0x3a,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3d,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x0,0x0,0x0, + 0x40,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x42,0x0,0x0,0x0, + 0x42,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x42,0x0,0x0,0x0, + 0x41,0x0,0x0,0x0,0x37,0x5,0x5,0x5,0x40,0x22,0x22,0x22,0x81,0x69,0x64,0x5b, + 0xff,0x57,0x57,0x57,0xff,0x4e,0x4e,0x4e,0xff,0x7e,0x7e,0x7e,0xff,0xbf,0xbf,0xbf, + 0xff,0xf2,0xf2,0xf2,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfb,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfb,0xfb,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf8,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfb,0xfb,0xf9, + 0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xeb,0xe8,0xe2,0xff,0xac,0x9f,0x8a,0xff,0x60,0x4a,0x24, + 0xff,0x32,0x17,0x0,0xff,0x50,0x30,0x0,0xff,0x79,0x4f,0x0,0xff,0x99,0x64,0x0, + 0xff,0xa8,0x6e,0x0,0xff,0xb4,0x76,0x0,0xff,0xc2,0x82,0x0,0xff,0xca,0x89,0x0, + 0xff,0xcc,0x8b,0x0,0xff,0xcc,0x8e,0x0,0xff,0xd0,0x91,0x0,0xff,0xd2,0x94,0x0, + 0xff,0xd4,0x97,0x0,0xff,0xd5,0x9a,0x6,0xff,0xd8,0x9d,0x12,0xff,0xda,0xa2,0x1e, + 0xff,0xdd,0xa5,0x29,0xff,0xde,0xa7,0x2c,0xff,0xe0,0xa9,0x34,0xff,0xe4,0xb0,0x41, + 0xff,0xe4,0xb3,0x4b,0xff,0xea,0xb9,0x57,0xff,0xec,0xbc,0x5d,0xff,0xed,0xc0,0x62, + 0xff,0xef,0xc2,0x66,0xff,0xf1,0xc5,0x6a,0xff,0xf2,0xc6,0x6d,0xff,0xf3,0xc9,0x72, + 0xff,0xf3,0xca,0x74,0xff,0xf4,0xcc,0x77,0xff,0xf6,0xcd,0x7a,0xff,0xf6,0xce,0x7e, + 0xff,0xf7,0xcf,0x7f,0xff,0xf7,0xd1,0x82,0xff,0xf7,0xd1,0x84,0xff,0xf7,0xd0,0x83, + 0xff,0xf7,0xcf,0x7e,0xff,0xf5,0xcb,0x79,0xff,0xf4,0xc8,0x73,0xff,0xf3,0xc6,0x6d, + 0xff,0xf2,0xc3,0x66,0xff,0xf3,0xc0,0x62,0xff,0xf0,0xbc,0x5b,0xff,0xef,0xba,0x51, + 0xff,0xed,0xb8,0x4a,0xff,0xee,0xb6,0x44,0xff,0xeb,0xb3,0x3b,0xff,0xea,0xb1,0x34, + 0xff,0xeb,0xae,0x31,0xff,0xea,0xac,0x26,0xff,0xe9,0xa8,0x19,0xff,0xe8,0xa7,0x9, + 0xff,0xe6,0xa3,0x0,0xff,0xe4,0x9f,0x0,0xff,0xe3,0x9e,0x0,0xff,0xe5,0xaa,0x32, + 0xff,0xeb,0xbd,0x68,0xff,0xed,0xc9,0x88,0xff,0xee,0xcb,0x91,0xff,0xed,0xca,0x8f, + 0xff,0xeb,0xc6,0x89,0xff,0xe9,0xc3,0x84,0xff,0xe7,0xc0,0x7f,0xff,0xe5,0xbc,0x79, + 0xff,0xe3,0xb8,0x74,0xff,0xdf,0xb5,0x6e,0xff,0xde,0xb0,0x66,0xff,0xdb,0xaf,0x60, + 0xff,0xd9,0xaa,0x5b,0xff,0xd8,0xa8,0x56,0xff,0xd6,0xa6,0x52,0xff,0xd4,0xa3,0x53, + 0xff,0xc2,0x95,0x4a,0xff,0xb0,0x86,0x41,0xff,0x8c,0x69,0x31,0xff,0x4e,0x37,0x12, + 0xff,0x52,0x3e,0x1e,0xff,0xba,0xb6,0xae,0xff,0xff,0xff,0xff,0xff,0xfc,0xfb,0xfc, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xf0,0xf0,0xf0, + 0xff,0xa1,0xa1,0xa1,0xff,0x7a,0x7a,0x7a,0xff,0x93,0x92,0x8f,0xff,0xc2,0xc0,0xbc, + 0xff,0xc2,0xc0,0xba,0xff,0xc0,0xbe,0xb9,0xff,0xc2,0xc0,0xba,0xff,0xc2,0xc0,0xbb, + 0xff,0xc4,0xc1,0xbd,0xff,0xc7,0xc4,0xbe,0xff,0xc6,0xc3,0xbe,0xff,0xc9,0xc6,0xc0, + 0xff,0xca,0xc7,0xc2,0xff,0xce,0xca,0xc3,0xff,0xcf,0xcc,0xc5,0xff,0xd1,0xce,0xc7, + 0xff,0xd4,0xd1,0xca,0xff,0xd6,0xd3,0xcc,0xff,0xd9,0xd6,0xcd,0xff,0xdc,0xd9,0xd1, + 0xff,0xe0,0xdb,0xd3,0xff,0xe1,0xdd,0xd4,0xff,0xe5,0xe1,0xd8,0xff,0xe9,0xe4,0xdb, + 0xff,0xeb,0xe6,0xde,0xff,0xef,0xea,0xe1,0xff,0xf3,0xee,0xe6,0xff,0xf7,0xf2,0xe8, + 0xff,0xf9,0xf4,0xe9,0xff,0xfd,0xf8,0xed,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xef, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xea,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa5,0x8f,0x5d,0xff,0xa5,0x8f,0x5d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xb,0x0,0x0,0x0, + 0xf,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x18,0x0,0x0,0x0, + 0x1c,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x21,0x0,0x0,0x0,0x23,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x35,0x0,0x0,0x0, + 0x36,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3e,0x0,0x0,0x0, + 0x3f,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x0,0x0,0x0, + 0x40,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x40,0x0,0x0,0x0, + 0x40,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x39,0x2,0x2,0x2, + 0x35,0x21,0x21,0x21,0x6c,0x43,0x43,0x43,0xbb,0x59,0x59,0x59,0xf5,0x4f,0x4f,0x4f, + 0xff,0x6a,0x6a,0x6a,0xff,0xb0,0xb0,0xb0,0xff,0xe7,0xe7,0xe7,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc, + 0xff,0xb6,0xa9,0x96,0xff,0x6f,0x5b,0x37,0xff,0x3a,0x1f,0x0,0xff,0x44,0x26,0x0, + 0xff,0x73,0x4b,0x0,0xff,0x93,0x60,0x0,0xff,0xa7,0x70,0x0,0xff,0xb0,0x75,0x0, + 0xff,0xbb,0x7c,0x0,0xff,0xc5,0x82,0x0,0xff,0xc9,0x86,0x0,0xff,0xcb,0x8b,0x0, + 0xff,0xcc,0x8e,0x0,0xff,0xce,0x91,0x0,0xff,0xd1,0x94,0x0,0xff,0xd5,0x98,0x0, + 0xff,0xd7,0x9b,0x0,0xff,0xd8,0x9e,0x15,0xff,0xdb,0xa1,0x1e,0xff,0xdc,0xa4,0x27, + 0xff,0xdf,0xa7,0x2a,0xff,0xe1,0xad,0x3b,0xff,0xe7,0xb5,0x4d,0xff,0xe9,0xb8,0x52, + 0xff,0xe8,0xb8,0x54,0xff,0xeb,0xbb,0x57,0xff,0xed,0xbf,0x5e,0xff,0xef,0xc4,0x66, + 0xff,0xf1,0xc5,0x69,0xff,0xf2,0xc7,0x6c,0xff,0xf3,0xc9,0x70,0xff,0xf4,0xca,0x74, + 0xff,0xf5,0xcb,0x77,0xff,0xf5,0xcc,0x7a,0xff,0xf5,0xcd,0x7b,0xff,0xf6,0xce,0x7d, + 0xff,0xf6,0xcf,0x80,0xff,0xf8,0xd0,0x80,0xff,0xf7,0xcf,0x81,0xff,0xf6,0xcd,0x7c, + 0xff,0xf5,0xca,0x73,0xff,0xf3,0xc7,0x6c,0xff,0xf2,0xc3,0x66,0xff,0xf1,0xc1,0x5f, + 0xff,0xf0,0xbe,0x5c,0xff,0xf1,0xbc,0x56,0xff,0xf0,0xb9,0x50,0xff,0xee,0xb6,0x48, + 0xff,0xed,0xb3,0x3e,0xff,0xed,0xb1,0x38,0xff,0xe9,0xaf,0x2d,0xff,0xe9,0xae,0x26, + 0xff,0xe9,0xaa,0x18,0xff,0xe7,0xa6,0x9,0xff,0xe6,0xa4,0x0,0xff,0xe5,0xa3,0x0, + 0xff,0xe6,0xa5,0x4,0xff,0xe8,0xaa,0x2c,0xff,0xeb,0xb5,0x54,0xff,0xee,0xc5,0x7e, + 0xff,0xef,0xce,0x94,0xff,0xf0,0xcf,0x9a,0xff,0xee,0xce,0x96,0xff,0xee,0xcb,0x91, + 0xff,0xec,0xc8,0x8c,0xff,0xea,0xc5,0x87,0xff,0xe9,0xc2,0x83,0xff,0xe7,0xbf,0x7d, + 0xff,0xe3,0xba,0x78,0xff,0xe0,0xb7,0x73,0xff,0xe0,0xb4,0x6c,0xff,0xde,0xb1,0x66, + 0xff,0xdb,0xad,0x61,0xff,0xda,0xab,0x5b,0xff,0xd7,0xa8,0x58,0xff,0xd6,0xa6,0x51, + 0xff,0xd6,0xa6,0x51,0xff,0xc7,0x98,0x4c,0xff,0xbb,0x8e,0x46,0xff,0x8d,0x6b,0x32, + 0xff,0x1d,0x15,0x0,0xff,0x25,0x26,0x16,0xff,0xc3,0xc5,0xc0,0xff,0xff,0xff,0xff, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff, + 0xff,0xf1,0xf1,0xf1,0xff,0x90,0x90,0x90,0xff,0x74,0x74,0x74,0xff,0xa7,0xa5,0xa2, + 0xff,0xc7,0xc5,0xc0,0xff,0xc1,0xbf,0xb9,0xff,0xc2,0xc0,0xba,0xff,0xc2,0xc0,0xbb, + 0xff,0xc3,0xc0,0xbc,0xff,0xc5,0xc2,0xbe,0xff,0xc5,0xc2,0xbc,0xff,0xc7,0xc4,0xbe, + 0xff,0xc9,0xc6,0xc1,0xff,0xcc,0xc9,0xc3,0xff,0xcd,0xca,0xc3,0xff,0xcf,0xcc,0xc5, + 0xff,0xd2,0xcf,0xc8,0xff,0xd5,0xd2,0xcb,0xff,0xd7,0xd4,0xcd,0xff,0xda,0xd7,0xcf, + 0xff,0xdc,0xd8,0xd1,0xff,0xdf,0xdb,0xd3,0xff,0xe2,0xde,0xd6,0xff,0xe6,0xe2,0xda, + 0xff,0xe9,0xe4,0xdc,0xff,0xec,0xe7,0xdf,0xff,0xf0,0xeb,0xe3,0xff,0xf3,0xee,0xe5, + 0xff,0xf6,0xf1,0xe7,0xff,0xfa,0xf5,0xea,0xff,0xfc,0xf7,0xec,0xff,0xff,0xf9,0xf0, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa4,0x8e,0x5e,0xff,0xa4,0x8e,0x5c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0x12,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x1e,0x0,0x0,0x0,0x21,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x25,0x0,0x0,0x0, + 0x29,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x36,0x0,0x0,0x0, + 0x37,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3e,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0x3e,0x0,0x0,0x0,0x3e,0x0,0x0,0x0,0x3e,0x0,0x0,0x0, + 0x40,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x3f,0x0,0x0,0x0, + 0x40,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x31,0x19,0x19,0x19,0x57,0x40,0x40,0x40, + 0xab,0x56,0x56,0x56,0xe7,0x54,0x54,0x54,0xff,0x58,0x58,0x58,0xff,0xa1,0xa1,0xa1, + 0xff,0xdc,0xdc,0xdc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xc8,0xbf,0xb2,0xff,0x83,0x6f,0x4f, + 0xff,0x47,0x2f,0x0,0xff,0x3b,0x1d,0x0,0xff,0x68,0x41,0x0,0xff,0x8c,0x5b,0x0, + 0xff,0xa2,0x6a,0x0,0xff,0xb0,0x74,0x0,0xff,0xbc,0x7d,0x0,0xff,0xc4,0x83,0x0, + 0xff,0xc7,0x83,0x0,0xff,0xc7,0x84,0x0,0xff,0xcb,0x89,0x0,0xff,0xcf,0x8f,0x0, + 0xff,0xd1,0x93,0x0,0xff,0xd3,0x97,0x0,0xff,0xd4,0x9a,0x0,0xff,0xd7,0x9d,0x0, + 0xff,0xd9,0xa0,0x12,0xff,0xdb,0xa3,0x1b,0xff,0xdc,0xa4,0x1f,0xff,0xdf,0xaa,0x32, + 0xff,0xe4,0xb1,0x43,0xff,0xe9,0xb8,0x4f,0xff,0xeb,0xbc,0x56,0xff,0xeb,0xbb,0x57, + 0xff,0xe9,0xb9,0x55,0xff,0xeb,0xbc,0x59,0xff,0xee,0xc2,0x62,0xff,0xf1,0xc5,0x68, + 0xff,0xf2,0xc7,0x6c,0xff,0xf3,0xc8,0x6e,0xff,0xf4,0xc9,0x73,0xff,0xf5,0xcb,0x75, + 0xff,0xf6,0xcc,0x78,0xff,0xf6,0xce,0x7a,0xff,0xf5,0xce,0x7c,0xff,0xf7,0xd0,0x7e, + 0xff,0xf8,0xcf,0x7f,0xff,0xf7,0xcd,0x7b,0xff,0xf4,0xcb,0x76,0xff,0xf3,0xc8,0x72, + 0xff,0xf3,0xc5,0x6a,0xff,0xf3,0xc2,0x60,0xff,0xf2,0xbf,0x5c,0xff,0xf0,0xbc,0x55, + 0xff,0xef,0xba,0x51,0xff,0xef,0xb8,0x49,0xff,0xee,0xb5,0x43,0xff,0xec,0xb1,0x3b, + 0xff,0xec,0xb0,0x32,0xff,0xe9,0xad,0x25,0xff,0xe9,0xab,0x21,0xff,0xe8,0xa9,0x15, + 0xff,0xe7,0xa5,0x0,0xff,0xe6,0xa3,0x0,0xff,0xe7,0xa8,0x1f,0xff,0xeb,0xb3,0x4a, + 0xff,0xed,0xbe,0x6a,0xff,0xf0,0xc7,0x83,0xff,0xf2,0xd1,0x98,0xff,0xf3,0xd3,0xa0, + 0xff,0xf3,0xd3,0x9e,0xff,0xf2,0xd2,0x9b,0xff,0xf0,0xcf,0x97,0xff,0xef,0xcd,0x93, + 0xff,0xed,0xca,0x8e,0xff,0xeb,0xc7,0x8c,0xff,0xea,0xc4,0x86,0xff,0xe8,0xc1,0x83, + 0xff,0xe7,0xbf,0x7d,0xff,0xe3,0xbb,0x79,0xff,0xe0,0xb6,0x6e,0xff,0xe1,0xb5,0x6c, + 0xff,0xe1,0xb3,0x69,0xff,0xe4,0xb4,0x68,0xff,0xe6,0xb4,0x62,0xff,0xe9,0xb3,0x5f, + 0xff,0xca,0x9d,0x4e,0xff,0xa7,0x86,0x3c,0xff,0x75,0x61,0x26,0xff,0x48,0x40,0x12, + 0xff,0xc,0x13,0x0,0xff,0x1,0x5,0x0,0xff,0x2b,0x38,0x24,0xff,0xc2,0xc7,0xc0, + 0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa, + 0xff,0xff,0xff,0xff,0xff,0xe7,0xe7,0xe7,0xff,0x8b,0x8b,0x8b,0xff,0x7a,0x7a,0x78, + 0xff,0xac,0xaa,0xa7,0xff,0xc7,0xc5,0xbf,0xff,0xc1,0xbf,0xba,0xff,0xc3,0xc1,0xbc, + 0xff,0xc3,0xc1,0xbc,0xff,0xc5,0xc2,0xbe,0xff,0xc5,0xc2,0xbd,0xff,0xc6,0xc3,0xbe, + 0xff,0xc8,0xc5,0xbf,0xff,0xcc,0xc9,0xc3,0xff,0xcc,0xc9,0xc2,0xff,0xcf,0xcc,0xc5, + 0xff,0xd0,0xcd,0xc6,0xff,0xd3,0xcf,0xc9,0xff,0xd5,0xd2,0xcb,0xff,0xd8,0xd5,0xcd, + 0xff,0xd9,0xd5,0xce,0xff,0xdd,0xd9,0xd2,0xff,0xe0,0xdc,0xd4,0xff,0xe3,0xdf,0xd6, + 0xff,0xe6,0xe2,0xd8,0xff,0xe9,0xe4,0xdc,0xff,0xec,0xe6,0xde,0xff,0xef,0xea,0xe2, + 0xff,0xf2,0xed,0xe4,0xff,0xf7,0xf2,0xe7,0xff,0xf9,0xf4,0xe9,0xff,0xfc,0xf6,0xed, + 0xff,0xff,0xf8,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xea,0xff,0xf6,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa4,0x8e,0x5e,0xff,0xa4,0x8e,0x5e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x20,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x28,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x32,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x38,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3d,0x0,0x0,0x0, + 0x3d,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x3d,0x0,0x0,0x0, + 0x3d,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x3e,0x0,0x0,0x0,0x3d,0x0,0x0,0x0, + 0x33,0x5,0x5,0x5,0x42,0x3b,0x3b,0x3b,0x9a,0x53,0x53,0x53,0xe2,0x58,0x58,0x58, + 0xff,0x52,0x52,0x52,0xff,0x86,0x86,0x86,0xff,0xd6,0xd6,0xd6,0xff,0xf6,0xf6,0xf6, + 0xff,0xff,0xff,0xff,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff, + 0xff,0xe3,0xdf,0xda,0xff,0x8f,0x7d,0x60,0xff,0x57,0x3c,0x9,0xff,0x3a,0x1f,0x0, + 0xff,0x5d,0x39,0x0,0xff,0x86,0x57,0x0,0xff,0x9a,0x64,0x0,0xff,0xa9,0x6f,0x0, + 0xff,0xb7,0x79,0x0,0xff,0xc4,0x81,0x0,0xff,0xc8,0x85,0x0,0xff,0xc8,0x86,0x0, + 0xff,0xc6,0x84,0x0,0xff,0xca,0x88,0x0,0xff,0xcd,0x8c,0x0,0xff,0xd3,0x94,0x0, + 0xff,0xd3,0x96,0x0,0xff,0xd5,0x9a,0x0,0xff,0xd8,0x9d,0x5,0xff,0xda,0xa0,0xd, + 0xff,0xdc,0xa3,0x15,0xff,0xdf,0xa6,0x22,0xff,0xe3,0xae,0x3b,0xff,0xe6,0xb5,0x46, + 0xff,0xea,0xb9,0x51,0xff,0xeb,0xbb,0x56,0xff,0xec,0xbd,0x58,0xff,0xeb,0xbc,0x57, + 0xff,0xed,0xbd,0x5a,0xff,0xed,0xc0,0x5b,0xff,0xef,0xc4,0x65,0xff,0xf2,0xc7,0x6c, + 0xff,0xf4,0xc8,0x6d,0xff,0xf4,0xca,0x70,0xff,0xf5,0xcb,0x74,0xff,0xf5,0xcd,0x76, + 0xff,0xf6,0xce,0x78,0xff,0xf6,0xce,0x7a,0xff,0xf7,0xce,0x7c,0xff,0xf6,0xcf,0x7d, + 0xff,0xf6,0xcd,0x79,0xff,0xf5,0xca,0x72,0xff,0xf4,0xc7,0x6a,0xff,0xf2,0xc4,0x65, + 0xff,0xf2,0xc1,0x5f,0xff,0xf1,0xbf,0x58,0xff,0xf0,0xbb,0x50,0xff,0xee,0xb9,0x4b, + 0xff,0xee,0xb6,0x44,0xff,0xec,0xb3,0x3b,0xff,0xeb,0xb0,0x33,0xff,0xe9,0xad,0x2d, + 0xff,0xe9,0xab,0x21,0xff,0xe7,0xa9,0xc,0xff,0xe8,0xa7,0x2,0xff,0xe7,0xa4,0x0, + 0xff,0xe8,0xa8,0x8,0xff,0xec,0xb5,0x4d,0xff,0xf0,0xc2,0x76,0xff,0xf3,0xcf,0x90, + 0xff,0xf3,0xd4,0xa1,0xff,0xf6,0xd7,0xa6,0xff,0xf6,0xd8,0xa7,0xff,0xf4,0xd6,0xa3, + 0xff,0xf3,0xd4,0xa0,0xff,0xf2,0xd3,0x9c,0xff,0xf0,0xd1,0x9a,0xff,0xf0,0xd0,0x97, + 0xff,0xee,0xcc,0x92,0xff,0xec,0xc9,0x8f,0xff,0xeb,0xc6,0x8a,0xff,0xeb,0xc4,0x86, + 0xff,0xeb,0xc3,0x82,0xff,0xec,0xc3,0x81,0xff,0xef,0xc3,0x7e,0xff,0xe4,0xb9,0x71, + 0xff,0xc1,0x9e,0x5b,0xff,0x98,0x81,0x43,0xff,0x72,0x65,0x2b,0xff,0x50,0x4d,0x15, + 0xff,0x3d,0x3e,0x5,0xff,0x32,0x36,0x2,0xff,0x24,0x30,0x0,0xff,0x19,0x2e,0x0, + 0xff,0x1f,0x3a,0x5,0xff,0x16,0x2e,0x2,0xff,0x3,0xb,0x0,0xff,0x41,0x4c,0x3a, + 0xff,0xdd,0xdf,0xdb,0xff,0xff,0xff,0xff,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xe4,0xe4,0xe4,0xff,0x7e,0x7e,0x7e, + 0xff,0x78,0x77,0x77,0xff,0xb7,0xb5,0xb2,0xff,0xc7,0xc5,0xbf,0xff,0xc4,0xc2,0xbd, + 0xff,0xc5,0xc3,0xbd,0xff,0xc6,0xc2,0xbe,0xff,0xc6,0xc3,0xbd,0xff,0xc7,0xc4,0xbe, + 0xff,0xc9,0xc6,0xc0,0xff,0xcb,0xc8,0xc2,0xff,0xcc,0xc9,0xc3,0xff,0xce,0xcb,0xc4, + 0xff,0xcf,0xcc,0xc5,0xff,0xd0,0xcd,0xc6,0xff,0xd3,0xd0,0xc9,0xff,0xd7,0xd4,0xcb, + 0xff,0xd8,0xd5,0xcd,0xff,0xda,0xd6,0xcf,0xff,0xdd,0xd9,0xd2,0xff,0xe0,0xdc,0xd4, + 0xff,0xe3,0xdf,0xd5,0xff,0xe6,0xe1,0xd8,0xff,0xe9,0xe4,0xdc,0xff,0xec,0xe7,0xde, + 0xff,0xef,0xea,0xe2,0xff,0xf1,0xec,0xe3,0xff,0xf6,0xf1,0xe7,0xff,0xf9,0xf4,0xe9, + 0xff,0xfc,0xf6,0xec,0xff,0xff,0xf8,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xeb, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa5,0x8e,0x5d,0xff,0xa4,0x8e,0x5e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x18,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x2a,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x38,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x3c,0x0,0x0,0x0, + 0x3c,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x3c,0x0,0x0,0x0, + 0x3c,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x39,0x2,0x2,0x2,0x3c,0x34,0x34,0x34, + 0x80,0x4e,0x4e,0x4e,0xdd,0x59,0x59,0x59,0xfa,0x4f,0x4f,0x4f,0xff,0x77,0x77,0x77, + 0xff,0xcc,0xcc,0xcc,0xff,0xef,0xef,0xef,0xff,0xfe,0xfe,0xfe,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xfe,0xff,0xff,0xff,0xf3,0xf2,0xef,0xff,0xa5,0x97,0x81, + 0xff,0x60,0x46,0x1d,0xff,0x42,0x26,0x0,0xff,0x51,0x2f,0x0,0xff,0x7c,0x4f,0x0, + 0xff,0x98,0x62,0x0,0xff,0xa4,0x6d,0x0,0xff,0xb2,0x74,0x0,0xff,0xbe,0x7e,0x0, + 0xff,0xc6,0x82,0x0,0xff,0xc9,0x85,0x0,0xff,0xca,0x88,0x0,0xff,0xcb,0x89,0x0, + 0xff,0xca,0x88,0x0,0xff,0xcd,0x8d,0x0,0xff,0xd0,0x90,0x0,0xff,0xd5,0x97,0x0, + 0xff,0xd7,0x9b,0x0,0xff,0xd9,0x9d,0x0,0xff,0xda,0x9f,0x8,0xff,0xdb,0xa3,0x1b, + 0xff,0xe1,0xab,0x30,0xff,0xe6,0xb3,0x40,0xff,0xe9,0xb7,0x4b,0xff,0xea,0xba,0x51, + 0xff,0xeb,0xbc,0x54,0xff,0xee,0xbe,0x59,0xff,0xee,0xbf,0x5b,0xff,0xed,0xbe,0x59, + 0xff,0xed,0xbf,0x5a,0xff,0xef,0xc1,0x60,0xff,0xf2,0xc5,0x68,0xff,0xf3,0xc8,0x6b, + 0xff,0xf4,0xc9,0x6f,0xff,0xf4,0xca,0x71,0xff,0xf4,0xcb,0x74,0xff,0xf6,0xcc,0x76, + 0xff,0xf6,0xcd,0x79,0xff,0xf7,0xcf,0x7b,0xff,0xf6,0xcf,0x7b,0xff,0xf6,0xcd,0x77, + 0xff,0xf5,0xc9,0x6f,0xff,0xf4,0xc7,0x6a,0xff,0xf3,0xc4,0x64,0xff,0xf1,0xc0,0x5c, + 0xff,0xf0,0xbe,0x56,0xff,0xee,0xba,0x4f,0xff,0xed,0xb6,0x48,0xff,0xec,0xb4,0x3f, + 0xff,0xec,0xb2,0x3b,0xff,0xeb,0xb0,0x31,0xff,0xea,0xad,0x28,0xff,0xe9,0xaa,0x1c, + 0xff,0xe8,0xa8,0xe,0xff,0xe6,0xa6,0x0,0xff,0xe5,0xa4,0x0,0xff,0xe8,0xab,0x21, + 0xff,0xee,0xc1,0x6b,0xff,0xf4,0xcf,0x90,0xff,0xf7,0xd8,0xa3,0xff,0xf6,0xd9,0xa9, + 0xff,0xf6,0xda,0xaa,0xff,0xf6,0xd9,0xa9,0xff,0xf5,0xd8,0xa6,0xff,0xf5,0xd7,0xa3, + 0xff,0xf4,0xd4,0xa2,0xff,0xf2,0xd4,0x9f,0xff,0xf0,0xd2,0x9d,0xff,0xf0,0xd0,0x99, + 0xff,0xef,0xcd,0x96,0xff,0xed,0xcb,0x92,0xff,0xee,0xcb,0x91,0xff,0xef,0xca,0x8e, + 0xff,0xd6,0xb6,0x7a,0xff,0xa1,0x8f,0x59,0xff,0x66,0x62,0x31,0xff,0x3f,0x45,0x17, + 0xff,0x34,0x3c,0xf,0xff,0x2a,0x35,0x8,0xff,0x23,0x35,0x5,0xff,0x1d,0x39,0x4, + 0xff,0x22,0x41,0x9,0xff,0x26,0x4a,0x8,0xff,0x2a,0x51,0xe,0xff,0x2c,0x51,0xe, + 0xff,0x29,0x4b,0xc,0xff,0x24,0x44,0xd,0xff,0x14,0x2a,0x2,0xff,0x3,0xe,0x0, + 0xff,0x4a,0x56,0x45,0xff,0xdd,0xdf,0xdc,0xff,0xff,0xff,0xff,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfe,0xfe,0xfe,0xff,0xd9,0xd9,0xd9, + 0xff,0x7c,0x7c,0x7c,0xff,0x7e,0x7d,0x7d,0xff,0xbd,0xbb,0xb6,0xff,0xc7,0xc5,0xc0, + 0xff,0xc5,0xc3,0xbe,0xff,0xc6,0xc2,0xbe,0xff,0xc8,0xc4,0xc0,0xff,0xc7,0xc4,0xbe, + 0xff,0xc9,0xc6,0xc0,0xff,0xca,0xc7,0xc1,0xff,0xcc,0xc9,0xc3,0xff,0xcd,0xca,0xc3, + 0xff,0xce,0xcb,0xc4,0xff,0xcf,0xcc,0xc5,0xff,0xd3,0xd0,0xc9,0xff,0xd5,0xd1,0xcb, + 0xff,0xd6,0xd3,0xcb,0xff,0xd9,0xd4,0xce,0xff,0xdb,0xd7,0xd0,0xff,0xde,0xda,0xd1, + 0xff,0xe0,0xdc,0xd4,0xff,0xe3,0xdf,0xd5,0xff,0xe6,0xe2,0xd8,0xff,0xe9,0xe4,0xdb, + 0xff,0xeb,0xe6,0xdd,0xff,0xef,0xea,0xe0,0xff,0xf1,0xec,0xe3,0xff,0xf5,0xf0,0xe6, + 0xff,0xf8,0xf2,0xe8,0xff,0xfb,0xf5,0xea,0xff,0xfd,0xf7,0xec,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xeb, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xf6,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa5,0x8f,0x5f,0xff,0xa6,0x8f,0x5e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0xa,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x23,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2e,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x38,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x3a,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3b,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x3b,0x0,0x0,0x0, + 0x3a,0x2,0x2,0x2,0x3b,0x23,0x23,0x23,0x62,0x4e,0x4e,0x4e,0xcc,0x58,0x58,0x58, + 0xf8,0x56,0x56,0x56,0xff,0x63,0x63,0x63,0xff,0xb5,0xb5,0xb5,0xff,0xf1,0xf1,0xf0, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfc,0xfc,0xff,0xc0,0xb6,0xa7,0xff,0x64,0x4c,0x22,0xff,0x44,0x28,0x0, + 0xff,0x46,0x29,0x0,0xff,0x70,0x45,0x0,0xff,0x94,0x60,0x0,0xff,0xa2,0x69,0x0, + 0xff,0xb0,0x74,0x0,0xff,0xbf,0x7c,0x0,0xff,0xc5,0x81,0x0,0xff,0xc6,0x84,0x0, + 0xff,0xc9,0x87,0x0,0xff,0xca,0x89,0x0,0xff,0xce,0x8c,0x0,0xff,0xd0,0x8f,0x0, + 0xff,0xcd,0x8d,0x0,0xff,0xcf,0x90,0x0,0xff,0xd3,0x94,0x0,0xff,0xda,0x9d,0x0, + 0xff,0xda,0x9e,0x0,0xff,0xdb,0xa1,0x7,0xff,0xdf,0xa6,0x24,0xff,0xe4,0xb1,0x3d, + 0xff,0xe7,0xb5,0x46,0xff,0xea,0xb8,0x49,0xff,0xec,0xbb,0x4d,0xff,0xec,0xbd,0x53, + 0xff,0xed,0xbf,0x57,0xff,0xee,0xc0,0x5a,0xff,0xf0,0xc2,0x5d,0xff,0xed,0xbe,0x57, + 0xff,0xee,0xbf,0x5d,0xff,0xf0,0xc3,0x5f,0xff,0xf3,0xc7,0x68,0xff,0xf4,0xca,0x6d, + 0xff,0xf4,0xca,0x70,0xff,0xf6,0xcb,0x73,0xff,0xf5,0xcc,0x74,0xff,0xf6,0xce,0x78, + 0xff,0xf6,0xcd,0x79,0xff,0xf7,0xce,0x78,0xff,0xf7,0xcc,0x74,0xff,0xf5,0xc9,0x6e, + 0xff,0xf3,0xc5,0x66,0xff,0xf1,0xc2,0x61,0xff,0xf0,0xbe,0x5b,0xff,0xef,0xbc,0x54, + 0xff,0xee,0xb9,0x4c,0xff,0xec,0xb6,0x42,0xff,0xeb,0xb2,0x39,0xff,0xeb,0xb1,0x33, + 0xff,0xea,0xae,0x2e,0xff,0xe9,0xac,0x21,0xff,0xe9,0xaa,0xd,0xff,0xe7,0xa7,0x0, + 0xff,0xe7,0xa3,0x0,0xff,0xe7,0xa4,0x0,0xff,0xe9,0xb2,0x42,0xff,0xf0,0xc6,0x7c, + 0xff,0xf6,0xd5,0x9f,0xff,0xf7,0xdc,0xac,0xff,0xf7,0xdc,0xad,0xff,0xf8,0xdb,0xad, + 0xff,0xf6,0xda,0xaa,0xff,0xf6,0xd9,0xaa,0xff,0xf5,0xd8,0xa8,0xff,0xf6,0xd8,0xa5, + 0xff,0xf3,0xd6,0xa2,0xff,0xf4,0xd4,0xa1,0xff,0xf2,0xd3,0xa0,0xff,0xf2,0xd2,0x9d, + 0xff,0xf2,0xcf,0x9a,0xff,0xef,0xcd,0x95,0xff,0xbf,0xa9,0x75,0xff,0x6a,0x69,0x3c, + 0xff,0x2d,0x3c,0x13,0xff,0x29,0x3b,0x11,0xff,0x24,0x3d,0xd,0xff,0x24,0x47,0x13, + 0xff,0x27,0x52,0x1a,0xff,0x2d,0x5a,0x1f,0xff,0x2d,0x5c,0x1c,0xff,0x2e,0x5b,0x1a, + 0xff,0x2f,0x5b,0x1b,0xff,0x2f,0x5a,0x15,0xff,0x2f,0x5a,0x11,0xff,0x2e,0x57,0x11, + 0xff,0x2d,0x55,0x11,0xff,0x27,0x4b,0x7,0xff,0x23,0x41,0xd,0xff,0x12,0x28,0x3, + 0xff,0x3,0x10,0x0,0xff,0x5e,0x6b,0x5c,0xff,0xe8,0xea,0xe6,0xff,0xff,0xff,0xfd, + 0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf8,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xd9,0xd9,0xd9,0xff,0x74,0x74,0x74,0xff,0x7e,0x7e,0x7c,0xff,0xbf,0xbd,0xb8, + 0xff,0xca,0xc8,0xc3,0xff,0xc7,0xc5,0xbf,0xff,0xc6,0xc3,0xbf,0xff,0xc9,0xc6,0xc0, + 0xff,0xc8,0xc5,0xc0,0xff,0xc9,0xc6,0xc0,0xff,0xcc,0xc8,0xc3,0xff,0xcd,0xca,0xc3, + 0xff,0xce,0xcb,0xc4,0xff,0xcf,0xcc,0xc5,0xff,0xd0,0xcd,0xc6,0xff,0xd3,0xd0,0xc9, + 0xff,0xd5,0xd2,0xca,0xff,0xd7,0xd3,0xcc,0xff,0xda,0xd5,0xcf,0xff,0xdc,0xd8,0xd1, + 0xff,0xde,0xda,0xd1,0xff,0xe1,0xdd,0xd3,0xff,0xe3,0xdf,0xd5,0xff,0xe6,0xe2,0xd8, + 0xff,0xe8,0xe3,0xdb,0xff,0xeb,0xe6,0xdc,0xff,0xef,0xea,0xe0,0xff,0xf1,0xec,0xe2, + 0xff,0xf4,0xee,0xe5,0xff,0xf6,0xf0,0xe5,0xff,0xfa,0xf4,0xe9,0xff,0xfd,0xf7,0xec, + 0xff,0xfe,0xf8,0xed,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa5,0x8f,0x5f,0xff,0xa5,0x8f,0x5f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xd,0x0,0x0,0x0, + 0x10,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x25,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x34,0x0,0x0,0x0, + 0x35,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x38,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x39,0x0,0x0,0x0, + 0x39,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x3a,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x36,0x2,0x2,0x2,0x3d,0x11,0x11,0x11, + 0x52,0x46,0x46,0x46,0xa7,0x55,0x55,0x55,0xfb,0x56,0x56,0x56,0xff,0x5e,0x5e,0x5e, + 0xff,0x9b,0x9b,0x9a,0xff,0xed,0xed,0xeb,0xff,0xfc,0xfc,0xfa,0xff,0xfb,0xfb,0xf9, + 0xff,0xfa,0xfa,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf7, + 0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xfa,0xfa,0xf8,0xff,0xfa,0xfa,0xf8, + 0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xfb,0xfb,0xff,0xfb,0xfb,0xfd,0xff,0xfa,0xf9,0xf8,0xff,0xd6,0xd0,0xc6, + 0xff,0x76,0x60,0x3c,0xff,0x45,0x2a,0x0,0xff,0x44,0x27,0x0,0xff,0x63,0x3d,0x0, + 0xff,0x92,0x5d,0x0,0xff,0x9e,0x64,0x0,0xff,0xab,0x6c,0x0,0xff,0xbb,0x78,0x0, + 0xff,0xc4,0x80,0x0,0xff,0xc6,0x82,0x0,0xff,0xc7,0x84,0x0,0xff,0xc9,0x87,0x0, + 0xff,0xcb,0x8a,0x0,0xff,0xce,0x8e,0x0,0xff,0xd0,0x90,0x0,0xff,0xd3,0x93,0x0, + 0xff,0xd0,0x90,0x0,0xff,0xd2,0x93,0x0,0xff,0xd6,0x98,0x0,0xff,0xda,0x9f,0x0, + 0xff,0xdd,0xa3,0x10,0xff,0xe1,0xac,0x2f,0xff,0xe6,0xb4,0x3f,0xff,0xe8,0xb6,0x45, + 0xff,0xea,0xb8,0x4c,0xff,0xea,0xba,0x4d,0xff,0xed,0xbd,0x53,0xff,0xed,0xbe,0x55, + 0xff,0xee,0xc0,0x59,0xff,0xf0,0xc2,0x5e,0xff,0xf0,0xc2,0x5e,0xff,0xee,0xbf,0x5a, + 0xff,0xef,0xc0,0x5b,0xff,0xf1,0xc5,0x63,0xff,0xf4,0xc8,0x6c,0xff,0xf5,0xcb,0x6e, + 0xff,0xf5,0xcb,0x6f,0xff,0xf5,0xcc,0x72,0xff,0xf6,0xcc,0x74,0xff,0xf6,0xcd,0x75, + 0xff,0xf7,0xcd,0x77,0xff,0xf7,0xcc,0x74,0xff,0xf5,0xca,0x6e,0xff,0xf3,0xc7,0x6a, + 0xff,0xf3,0xc2,0x62,0xff,0xf0,0xbe,0x59,0xff,0xef,0xbc,0x54,0xff,0xed,0xb8,0x4d, + 0xff,0xed,0xb6,0x44,0xff,0xec,0xb3,0x3a,0xff,0xea,0xaf,0x31,0xff,0xea,0xae,0x26, + 0xff,0xe8,0xab,0x1b,0xff,0xe8,0xa8,0x12,0xff,0xe7,0xa6,0x0,0xff,0xe6,0xa3,0x0, + 0xff,0xe7,0xa7,0x13,0xff,0xed,0xba,0x5a,0xff,0xf3,0xcd,0x90,0xff,0xf7,0xd8,0xa7, + 0xff,0xf7,0xdd,0xb0,0xff,0xf7,0xdc,0xaf,0xff,0xf7,0xdc,0xae,0xff,0xf6,0xdc,0xac, + 0xff,0xf6,0xda,0xab,0xff,0xf6,0xd9,0xaa,0xff,0xf6,0xd9,0xa9,0xff,0xf5,0xd8,0xa8, + 0xff,0xf4,0xd7,0xa6,0xff,0xf4,0xd5,0xa4,0xff,0xf4,0xd4,0xa3,0xff,0xf4,0xd5,0xa1, + 0xff,0xf3,0xd3,0x9d,0xff,0x8a,0x82,0x54,0xff,0x2a,0x3c,0x12,0xff,0x24,0x3d,0x11, + 0xff,0x28,0x53,0x21,0xff,0x2e,0x64,0x2c,0xff,0x2f,0x67,0x2b,0xff,0x2f,0x65,0x2b, + 0xff,0x30,0x65,0x26,0xff,0x2f,0x63,0x23,0xff,0x30,0x61,0x23,0xff,0x2e,0x60,0x1c, + 0xff,0x2f,0x5d,0x1b,0xff,0x2e,0x5c,0x19,0xff,0x2e,0x5b,0x13,0xff,0x2e,0x59,0x13, + 0xff,0x2e,0x57,0x11,0xff,0x2c,0x53,0x12,0xff,0x26,0x4c,0x10,0xff,0x23,0x4b,0xf, + 0xff,0x12,0x2f,0x6,0xff,0x2,0x18,0x0,0xff,0x75,0x84,0x75,0xff,0xed,0xef,0xec, + 0xff,0xfd,0xfc,0xfb,0xff,0xfa,0xfa,0xf9,0xff,0xfb,0xfb,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfa,0xfa,0xf8,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfa,0xfa,0xf8,0xff,0xfa,0xfa,0xf8,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xf9,0xf9,0xf8,0xff,0xc2,0xc2,0xc2,0xff,0x73,0x73,0x73,0xff,0x87,0x86,0x85, + 0xff,0xca,0xc8,0xc2,0xff,0xca,0xc8,0xc3,0xff,0xc8,0xc4,0xc0,0xff,0xc8,0xc4,0xc0, + 0xff,0xc9,0xc6,0xc1,0xff,0xca,0xc7,0xc1,0xff,0xcb,0xc8,0xc2,0xff,0xcd,0xc9,0xc4, + 0xff,0xce,0xcb,0xc4,0xff,0xcf,0xcc,0xc5,0xff,0xd0,0xcd,0xc6,0xff,0xd2,0xcf,0xc8, + 0xff,0xd4,0xd1,0xc9,0xff,0xd6,0xd3,0xcb,0xff,0xd8,0xd4,0xcd,0xff,0xda,0xd6,0xcf, + 0xff,0xdc,0xd8,0xd1,0xff,0xdf,0xdb,0xd3,0xff,0xe2,0xde,0xd4,0xff,0xe4,0xe0,0xd6, + 0xff,0xe7,0xe2,0xda,0xff,0xe8,0xe3,0xdb,0xff,0xed,0xe7,0xde,0xff,0xef,0xea,0xe0, + 0xff,0xf2,0xec,0xe4,0xff,0xf4,0xee,0xe5,0xff,0xf7,0xf1,0xe6,0xff,0xfa,0xf3,0xe9, + 0xff,0xfc,0xf6,0xeb,0xff,0xfe,0xf8,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xf6,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa6,0x8f,0x5f,0xff,0xa6,0x90,0x5f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x5,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0xf,0x0,0x0,0x0, + 0x12,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x1e,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x26,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x35,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x37,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x38,0x0,0x0,0x0, + 0x38,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x38,0x0,0x0,0x0, + 0x33,0x1,0x1,0x1,0x35,0x5,0x5,0x5,0x46,0x3f,0x3f,0x3f,0x94,0x57,0x57,0x57, + 0xf4,0x53,0x53,0x53,0xff,0x5f,0x5f,0x5f,0xff,0x87,0x87,0x87,0xff,0xe0,0xe0,0xdf, + 0xff,0xff,0xff,0xff,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf7, + 0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf7, + 0xff,0xfa,0xfa,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xfa,0xfa,0xf8,0xff,0xfd,0xfd,0xfd, + 0xff,0xfa,0xf9,0xf7,0xff,0xdf,0xda,0xd1,0xff,0x8d,0x7a,0x5e,0xff,0x47,0x2a,0x0, + 0xff,0x41,0x25,0x0,0xff,0x57,0x34,0x0,0xff,0x88,0x56,0x0,0xff,0x9d,0x64,0x0, + 0xff,0xa5,0x69,0x0,0xff,0xb3,0x74,0x0,0xff,0xbf,0x7c,0x0,0xff,0xc5,0x80,0x0, + 0xff,0xc6,0x81,0x0,0xff,0xc8,0x84,0x0,0xff,0xc9,0x87,0x0,0xff,0xcb,0x8b,0x0, + 0xff,0xcf,0x90,0x0,0xff,0xd0,0x91,0x0,0xff,0xd3,0x94,0x0,0xff,0xd5,0x97,0x0, + 0xff,0xd3,0x95,0x0,0xff,0xd4,0x98,0x0,0xff,0xd9,0x9c,0x0,0xff,0xe0,0xa8,0x22, + 0xff,0xe6,0xb2,0x38,0xff,0xe6,0xb4,0x3f,0xff,0xe8,0xb6,0x42,0xff,0xeb,0xb9,0x48, + 0xff,0xeb,0xbb,0x4d,0xff,0xed,0xbd,0x50,0xff,0xee,0xbf,0x55,0xff,0xef,0xc1,0x58, + 0xff,0xf0,0xc2,0x5a,0xff,0xf0,0xc3,0x5d,0xff,0xf0,0xc2,0x5c,0xff,0xee,0xbf,0x5a, + 0xff,0xf0,0xc3,0x5c,0xff,0xf3,0xc6,0x62,0xff,0xf5,0xcb,0x6c,0xff,0xf5,0xc9,0x6f, + 0xff,0xf5,0xcc,0x6f,0xff,0xf5,0xcd,0x73,0xff,0xf6,0xcc,0x72,0xff,0xf7,0xcc,0x74, + 0xff,0xf7,0xcd,0x73,0xff,0xf5,0xc9,0x6d,0xff,0xf3,0xc6,0x66,0xff,0xf3,0xc3,0x5f, + 0xff,0xf0,0xbf,0x55,0xff,0xef,0xba,0x4d,0xff,0xee,0xb8,0x47,0xff,0xeb,0xb5,0x3e, + 0xff,0xeb,0xb2,0x35,0xff,0xea,0xaf,0x30,0xff,0xea,0xac,0x1c,0xff,0xe7,0xa9,0x15, + 0xff,0xe7,0xa8,0x0,0xff,0xe6,0xa3,0x0,0xff,0xe6,0xa5,0x0,0xff,0xe9,0xb1,0x3d, + 0xff,0xf0,0xc6,0x7b,0xff,0xf6,0xd6,0xa0,0xff,0xf7,0xdd,0xaf,0xff,0xf9,0xde,0xb3, + 0xff,0xf7,0xdd,0xb0,0xff,0xf8,0xdd,0xaf,0xff,0xf7,0xdc,0xae,0xff,0xf8,0xdb,0xaf, + 0xff,0xf7,0xdb,0xad,0xff,0xf7,0xda,0xac,0xff,0xf6,0xd9,0xa9,0xff,0xf6,0xd8,0xaa, + 0xff,0xf5,0xd8,0xa8,0xff,0xf6,0xd9,0xa6,0xff,0xf5,0xd7,0xa4,0xff,0xfc,0xdc,0xa8, + 0xff,0x90,0x87,0x5d,0xff,0x26,0x3b,0x11,0xff,0x28,0x50,0x20,0xff,0x30,0x6b,0x34, + 0xff,0x2f,0x6d,0x33,0xff,0x30,0x6a,0x32,0xff,0x30,0x69,0x2e,0xff,0x2f,0x68,0x2d, + 0xff,0x2f,0x67,0x28,0xff,0x2e,0x66,0x27,0xff,0x2e,0x63,0x26,0xff,0x2e,0x61,0x21, + 0xff,0x2e,0x60,0x1f,0xff,0x2e,0x5d,0x1c,0xff,0x2e,0x5d,0x1b,0xff,0x2e,0x5c,0x15, + 0xff,0x2d,0x5c,0x13,0xff,0x30,0x60,0x15,0xff,0x2d,0x62,0x18,0xff,0x28,0x5d,0x15, + 0xff,0x21,0x54,0x17,0xff,0x11,0x35,0xb,0xff,0x2,0x20,0x0,0xff,0x78,0x8b,0x78, + 0xff,0xf3,0xf4,0xf2,0xff,0xfc,0xfc,0xfa,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfa,0xfa,0xf8,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfc,0xfc,0xfa,0xff,0xfb,0xfb,0xf9,0xff,0xc2,0xc2,0xc2,0xff,0x71,0x71,0x71, + 0xff,0x88,0x87,0x86,0xff,0xcc,0xca,0xc4,0xff,0xcf,0xcd,0xc7,0xff,0xca,0xc7,0xc3, + 0xff,0xc9,0xc6,0xc1,0xff,0xcb,0xc8,0xc2,0xff,0xcb,0xc8,0xc3,0xff,0xcd,0xca,0xc4, + 0xff,0xcd,0xca,0xc3,0xff,0xcf,0xcc,0xc5,0xff,0xcf,0xcc,0xc5,0xff,0xd1,0xce,0xc7, + 0xff,0xd3,0xd0,0xc9,0xff,0xd6,0xd3,0xca,0xff,0xd7,0xd3,0xcc,0xff,0xd9,0xd5,0xce, + 0xff,0xdb,0xd7,0xd0,0xff,0xde,0xda,0xd1,0xff,0xe0,0xdc,0xd3,0xff,0xe2,0xde,0xd5, + 0xff,0xe5,0xe1,0xd8,0xff,0xe7,0xe2,0xda,0xff,0xeb,0xe5,0xdc,0xff,0xed,0xe8,0xde, + 0xff,0xef,0xe9,0xe0,0xff,0xf2,0xec,0xe3,0xff,0xf5,0xef,0xe5,0xff,0xf7,0xf0,0xe5, + 0xff,0xfa,0xf4,0xe9,0xff,0xfd,0xf7,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa7,0x90,0x5f,0xff,0xa6,0x8f,0x5f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x14,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x29,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2e,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x34,0x0,0x0,0x0, + 0x34,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x36,0x0,0x0,0x0, + 0x36,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x37,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x2f,0x5,0x5,0x5, + 0x44,0x2e,0x2e,0x2e,0x75,0x55,0x55,0x55,0xe2,0x53,0x53,0x53,0xff,0x5c,0x5c,0x5c, + 0xff,0x7a,0x7a,0x7a,0xff,0xcb,0xcb,0xca,0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfc,0xfb, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xfa,0xfa,0xf8, + 0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xf9,0xf9,0xf8,0xff,0xfa,0xfa,0xf8,0xff,0xf9,0xf9,0xf7,0xff,0xfa,0xfa,0xf8, + 0xff,0xf9,0xf9,0xf7,0xff,0xfd,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xe4,0xe0,0xd9, + 0xff,0xa4,0x96,0x7f,0xff,0x53,0x39,0x0,0xff,0x3d,0x1e,0x0,0xff,0x52,0x32,0x0, + 0xff,0x7a,0x4c,0x0,0xff,0x9b,0x61,0x0,0xff,0xa4,0x68,0x0,0xff,0xae,0x6f,0x0, + 0xff,0xbd,0x79,0x0,0xff,0xc5,0x7f,0x0,0xff,0xc5,0x80,0x0,0xff,0xc7,0x81,0x0, + 0xff,0xc9,0x85,0x0,0xff,0xcc,0x8a,0x0,0xff,0xcd,0x8b,0x0,0xff,0xcf,0x8f,0x0, + 0xff,0xd2,0x94,0x0,0xff,0xd3,0x95,0x0,0xff,0xd5,0x98,0x0,0xff,0xd7,0x9b,0x0, + 0xff,0xd6,0x97,0x0,0xff,0xda,0x9f,0x0,0xff,0xdf,0xa8,0x1d,0xff,0xe7,0xb1,0x38, + 0xff,0xe8,0xb6,0x3e,0xff,0xe9,0xb7,0x43,0xff,0xea,0xb9,0x45,0xff,0xeb,0xba,0x4b, + 0xff,0xed,0xbc,0x4f,0xff,0xef,0xbf,0x53,0xff,0xee,0xc0,0x57,0xff,0xf0,0xc1,0x5a, + 0xff,0xf1,0xc3,0x5b,0xff,0xf1,0xc4,0x5f,0xff,0xf0,0xc2,0x5c,0xff,0xef,0xc1,0x5a, + 0xff,0xef,0xc1,0x5d,0xff,0xf2,0xc5,0x64,0xff,0xf4,0xca,0x6c,0xff,0xf4,0xcb,0x6e, + 0xff,0xf6,0xcc,0x6f,0xff,0xf5,0xcc,0x70,0xff,0xf6,0xcc,0x72,0xff,0xf6,0xcc,0x72, + 0xff,0xf5,0xca,0x6d,0xff,0xf4,0xc5,0x66,0xff,0xf2,0xc1,0x5f,0xff,0xf0,0xbd,0x58, + 0xff,0xef,0xba,0x4f,0xff,0xed,0xb6,0x45,0xff,0xed,0xb4,0x3e,0xff,0xeb,0xb1,0x33, + 0xff,0xea,0xae,0x2e,0xff,0xe8,0xab,0x24,0xff,0xe7,0xa8,0xe,0xff,0xe7,0xa6,0x0, + 0xff,0xe5,0xa3,0x0,0xff,0xe6,0xa5,0x0,0xff,0xec,0xb7,0x52,0xff,0xf4,0xd1,0x96, + 0xff,0xf8,0xdc,0xad,0xff,0xf8,0xdf,0xb4,0xff,0xf8,0xdf,0xb5,0xff,0xf7,0xdd,0xb4, + 0xff,0xf7,0xdd,0xb0,0xff,0xf7,0xdd,0xb0,0xff,0xf8,0xdc,0xb0,0xff,0xf6,0xdc,0xae, + 0xff,0xf7,0xdb,0xad,0xff,0xf7,0xdb,0xad,0xff,0xfa,0xdd,0xae,0xff,0xff,0xe0,0xb0, + 0xff,0xff,0xe1,0xb1,0xff,0xf8,0xdb,0xac,0xff,0xff,0xe2,0xaf,0xff,0xc5,0xb1,0x83, + 0xff,0x32,0x41,0x1c,0xff,0x24,0x4e,0x20,0xff,0x30,0x70,0x39,0xff,0x30,0x6f,0x37, + 0xff,0x2f,0x6d,0x35,0xff,0x30,0x6d,0x32,0xff,0x30,0x6c,0x31,0xff,0x30,0x69,0x30, + 0xff,0x2f,0x67,0x2d,0xff,0x2f,0x67,0x2b,0xff,0x2f,0x67,0x29,0xff,0x2f,0x66,0x28, + 0xff,0x2f,0x67,0x24,0xff,0x31,0x68,0x24,0xff,0x31,0x69,0x24,0xff,0x31,0x6c,0x21, + 0xff,0x32,0x70,0x21,0xff,0x34,0x72,0x1f,0xff,0x33,0x77,0x22,0xff,0x30,0x73,0x20, + 0xff,0x2b,0x6d,0x20,0xff,0x25,0x62,0x1c,0xff,0x10,0x3a,0xf,0xff,0x6,0x2c,0x5, + 0xff,0x9a,0xaa,0x9c,0xff,0xf7,0xf8,0xf8,0xff,0xfb,0xfb,0xfb,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfa,0xfa,0xf9,0xff,0xfb,0xfb,0xf9,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xfa,0xfa,0xf8,0xff,0xfc,0xfc,0xfb,0xff,0xf7,0xf7,0xf6,0xff,0xad,0xad,0xad, + 0xff,0x72,0x72,0x72,0xff,0x8c,0x8b,0x88,0xff,0xd2,0xd0,0xcb,0xff,0xd1,0xcd,0xc9, + 0xff,0xca,0xc7,0xc2,0xff,0xcb,0xc8,0xc3,0xff,0xcb,0xc8,0xc2,0xff,0xcc,0xc9,0xc4, + 0xff,0xcd,0xca,0xc3,0xff,0xcf,0xcc,0xc5,0xff,0xd0,0xcd,0xc6,0xff,0xd1,0xce,0xc7, + 0xff,0xd3,0xd0,0xc9,0xff,0xd5,0xd2,0xca,0xff,0xd6,0xd2,0xcb,0xff,0xd9,0xd5,0xce, + 0xff,0xdb,0xd7,0xd0,0xff,0xdd,0xd9,0xd0,0xff,0xdf,0xdb,0xd3,0xff,0xe1,0xdd,0xd3, + 0xff,0xe3,0xdf,0xd5,0xff,0xe6,0xe2,0xd8,0xff,0xe9,0xe4,0xda,0xff,0xeb,0xe5,0xdc, + 0xff,0xed,0xe8,0xde,0xff,0xf0,0xea,0xe2,0xff,0xf3,0xed,0xe3,0xff,0xf5,0xef,0xe5, + 0xff,0xf8,0xf2,0xe7,0xff,0xf9,0xf3,0xe8,0xff,0xfb,0xf5,0xea,0xff,0xfe,0xf8,0xeb, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf9,0xeb,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa6,0x90,0x60,0xff,0xa6,0x8f,0x5f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0xa,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x12,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x1e,0x0,0x0,0x0, + 0x20,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x29,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2e,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x34,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x35,0x0,0x0,0x0, + 0x35,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x35,0x0,0x0,0x0, + 0x32,0x0,0x0,0x0,0x28,0x4,0x4,0x4,0x37,0x27,0x27,0x27,0x6e,0x52,0x52,0x52, + 0xc6,0x56,0x56,0x56,0xff,0x54,0x54,0x54,0xff,0x73,0x73,0x73,0xff,0xb0,0xb0,0xb0, + 0xff,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xfa,0xfa,0xf8,0xff,0xfa,0xfa,0xf8, + 0xff,0xfa,0xfa,0xf8,0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xff,0xeb,0xe9,0xe4,0xff,0xbc,0xb1,0xa0,0xff,0x68,0x50,0x2b, + 0xff,0x35,0x17,0x0,0xff,0x4c,0x2b,0x0,0xff,0x6f,0x44,0x0,0xff,0x95,0x5e,0x0, + 0xff,0xa2,0x66,0x0,0xff,0xab,0x6b,0x0,0xff,0xb8,0x75,0x0,0xff,0xc2,0x7c,0x0, + 0xff,0xc4,0x7f,0x0,0xff,0xc5,0x80,0x0,0xff,0xc8,0x83,0x0,0xff,0xca,0x85,0x0, + 0xff,0xcd,0x89,0x0,0xff,0xcf,0x8c,0x0,0xff,0xd1,0x90,0x0,0xff,0xd2,0x92,0x0, + 0xff,0xd4,0x96,0x0,0xff,0xd6,0x99,0x0,0xff,0xd8,0x9a,0x0,0xff,0xdc,0xa0,0x0, + 0xff,0xdd,0xa3,0xc,0xff,0xe2,0xac,0x26,0xff,0xe4,0xad,0x2a,0xff,0xe8,0xb4,0x38, + 0xff,0xea,0xb8,0x44,0xff,0xe9,0xb9,0x46,0xff,0xec,0xbc,0x4a,0xff,0xed,0xbd,0x4c, + 0xff,0xef,0xbf,0x50,0xff,0xf0,0xc1,0x53,0xff,0xef,0xc1,0x58,0xff,0xf0,0xc2,0x5a, + 0xff,0xf2,0xc4,0x5c,0xff,0xf2,0xc5,0x60,0xff,0xf1,0xc4,0x5b,0xff,0xef,0xc1,0x5b, + 0xff,0xf1,0xc3,0x5f,0xff,0xf2,0xc6,0x65,0xff,0xf4,0xca,0x6a,0xff,0xf4,0xcc,0x6b, + 0xff,0xf5,0xcb,0x6d,0xff,0xf6,0xcc,0x6e,0xff,0xf6,0xcc,0x6e,0xff,0xf5,0xca,0x6d, + 0xff,0xf3,0xc6,0x67,0xff,0xf2,0xc3,0x5e,0xff,0xf1,0xbf,0x57,0xff,0xee,0xba,0x50, + 0xff,0xee,0xb7,0x45,0xff,0xea,0xb4,0x3c,0xff,0xe9,0xb0,0x36,0xff,0xe9,0xae,0x2a, + 0xff,0xe9,0xab,0x1b,0xff,0xe6,0xa7,0xe,0xff,0xe6,0xa5,0x0,0xff,0xe4,0xa2,0x0, + 0xff,0xe7,0xa7,0x1c,0xff,0xee,0xbe,0x67,0xff,0xf5,0xd3,0x99,0xff,0xf7,0xe0,0xb4, + 0xff,0xf9,0xe1,0xb8,0xff,0xf8,0xe0,0xb5,0xff,0xf9,0xdf,0xb4,0xff,0xf7,0xde,0xb2, + 0xff,0xf7,0xde,0xb1,0xff,0xf7,0xdd,0xb0,0xff,0xf6,0xdd,0xaf,0xff,0xf6,0xdc,0xaf, + 0xff,0xf8,0xde,0xaf,0xff,0xff,0xe3,0xb5,0xff,0xf4,0xd8,0xab,0xff,0xcc,0xb8,0x8c, + 0xff,0xb8,0xa6,0x7d,0xff,0xa1,0x95,0x6b,0xff,0xb3,0xa5,0x79,0xff,0x49,0x50,0x2b, + 0xff,0x1e,0x41,0x14,0xff,0x2f,0x6e,0x38,0xff,0x2f,0x71,0x39,0xff,0x30,0x70,0x38, + 0xff,0x2f,0x6e,0x37,0xff,0x30,0x6e,0x36,0xff,0x2e,0x6d,0x35,0xff,0x2f,0x6e,0x34, + 0xff,0x31,0x70,0x36,0xff,0x32,0x72,0x36,0xff,0x33,0x76,0x37,0xff,0x34,0x78,0x35, + 0xff,0x34,0x79,0x34,0xff,0x34,0x7a,0x33,0xff,0x35,0x7d,0x31,0xff,0x35,0x7e,0x30, + 0xff,0x35,0x80,0x2d,0xff,0x36,0x81,0x2c,0xff,0x36,0x84,0x2a,0xff,0x35,0x87,0x2b, + 0xff,0x32,0x7f,0x29,0xff,0x2b,0x77,0x27,0xff,0x21,0x61,0x1d,0xff,0xd,0x39,0xd, + 0xff,0x6,0x2f,0x3,0xff,0x9b,0xab,0x9d,0xff,0xff,0xff,0xff,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfd,0xfd,0xfd,0xff,0xf8,0xf8,0xf8, + 0xff,0xa6,0xa6,0xa6,0xff,0x76,0x76,0x76,0xff,0x96,0x95,0x92,0xff,0xd3,0xcf,0xcb, + 0xff,0xd0,0xcd,0xc7,0xff,0xcc,0xc9,0xc3,0xff,0xcc,0xc9,0xc3,0xff,0xcd,0xca,0xc4, + 0xff,0xce,0xcb,0xc4,0xff,0xcf,0xcc,0xc5,0xff,0xd1,0xcd,0xc7,0xff,0xd1,0xce,0xc7, + 0xff,0xd4,0xd1,0xca,0xff,0xd4,0xd1,0xc9,0xff,0xd6,0xd2,0xcb,0xff,0xd8,0xd4,0xcd, + 0xff,0xda,0xd6,0xcf,0xff,0xdd,0xd9,0xd2,0xff,0xdf,0xdb,0xd3,0xff,0xe0,0xdc,0xd4, + 0xff,0xe2,0xde,0xd4,0xff,0xe4,0xe0,0xd7,0xff,0xe8,0xe3,0xd9,0xff,0xea,0xe5,0xdb, + 0xff,0xec,0xe7,0xdd,0xff,0xed,0xe7,0xdf,0xff,0xf0,0xe9,0xe0,0xff,0xf2,0xec,0xe2, + 0xff,0xf5,0xef,0xe5,0xff,0xf7,0xf1,0xe6,0xff,0xf9,0xf3,0xe8,0xff,0xfa,0xf4,0xe8, + 0xff,0xfe,0xf8,0xeb,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xf6,0xeb,0xd5, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa6,0x90,0x60,0xff,0xa7,0x90,0x60,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0xc,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x17,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x21,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x28,0x0,0x0,0x0, + 0x2a,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2e,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x34,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x34,0x0,0x0,0x0, + 0x34,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x2a,0x4,0x4,0x4, + 0x31,0x1b,0x1b,0x1b,0x60,0x43,0x43,0x43,0xaa,0x5b,0x5b,0x5b,0xff,0x50,0x50,0x50, + 0xff,0x69,0x69,0x69,0xff,0xa0,0xa0,0xa0,0xff,0xe5,0xe5,0xe5,0xff,0xff,0xff,0xff, + 0xff,0xfa,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xfb,0xff,0xff,0xff,0xff,0xff,0xf7,0xf6,0xf4, + 0xff,0xc7,0xbd,0xb1,0xff,0x7d,0x69,0x4b,0xff,0x39,0x1e,0x0,0xff,0x43,0x22,0x0, + 0xff,0x64,0x3d,0x0,0xff,0x88,0x54,0x0,0xff,0xa4,0x67,0x0,0xff,0xaa,0x6b,0x0, + 0xff,0xb6,0x73,0x0,0xff,0xc0,0x7a,0x0,0xff,0xc5,0x7d,0x0,0xff,0xc5,0x7e,0x0, + 0xff,0xc5,0x81,0x0,0xff,0xc7,0x84,0x0,0xff,0xcb,0x88,0x0,0xff,0xcc,0x8a,0x0, + 0xff,0xcf,0x8c,0x0,0xff,0xd1,0x90,0x0,0xff,0xd3,0x93,0x0,0xff,0xd5,0x96,0x0, + 0xff,0xd5,0x98,0x0,0xff,0xd8,0x9c,0x0,0xff,0xde,0xa3,0x0,0xff,0xe4,0xad,0x23, + 0xff,0xe3,0xab,0x25,0xff,0xe4,0xad,0x28,0xff,0xe4,0xaf,0x2d,0xff,0xe8,0xb5,0x3b, + 0xff,0xec,0xba,0x45,0xff,0xec,0xba,0x48,0xff,0xed,0xbc,0x4b,0xff,0xee,0xbe,0x4d, + 0xff,0xf0,0xc0,0x52,0xff,0xf0,0xc1,0x54,0xff,0xf0,0xc3,0x58,0xff,0xf2,0xc4,0x5b, + 0xff,0xf2,0xc5,0x5d,0xff,0xf3,0xc5,0x60,0xff,0xf1,0xc3,0x5a,0xff,0xef,0xc1,0x5b, + 0xff,0xf0,0xc3,0x5f,0xff,0xf3,0xc7,0x64,0xff,0xf5,0xca,0x6a,0xff,0xf5,0xca,0x6c, + 0xff,0xf5,0xcb,0x6d,0xff,0xf6,0xcc,0x6f,0xff,0xf5,0xca,0x6b,0xff,0xf4,0xc7,0x66, + 0xff,0xf2,0xc3,0x5f,0xff,0xf0,0xc0,0x56,0xff,0xf0,0xbc,0x4f,0xff,0xee,0xb9,0x46, + 0xff,0xec,0xb4,0x39,0xff,0xeb,0xb1,0x31,0xff,0xe9,0xad,0x2a,0xff,0xe7,0xab,0x1b, + 0xff,0xe7,0xa9,0x8,0xff,0xe6,0xa5,0x0,0xff,0xe5,0xa1,0x0,0xff,0xe7,0xab,0x28, + 0xff,0xef,0xc4,0x76,0xff,0xf6,0xd7,0xa4,0xff,0xf8,0xe0,0xb5,0xff,0xf9,0xe2,0xb8, + 0xff,0xf8,0xe1,0xb7,0xff,0xf8,0xdf,0xb8,0xff,0xf8,0xdf,0xb4,0xff,0xf9,0xde,0xb3, + 0xff,0xf7,0xde,0xb3,0xff,0xf7,0xdd,0xb2,0xff,0xf8,0xdd,0xb1,0xff,0xfc,0xe0,0xb3, + 0xff,0xfe,0xe2,0xb4,0xff,0xc9,0xb8,0x8d,0xff,0x7f,0x7b,0x56,0xff,0x30,0x40,0x1b, + 0xff,0xd,0x2f,0x3,0xff,0x12,0x38,0x8,0xff,0xe,0x32,0x7,0xff,0x1e,0x41,0x16, + 0xff,0x2d,0x6a,0x36,0xff,0x2f,0x74,0x3d,0xff,0x2f,0x72,0x39,0xff,0x2e,0x71,0x3b, + 0xff,0x2f,0x71,0x38,0xff,0x31,0x76,0x39,0xff,0x32,0x7a,0x3e,0xff,0x34,0x7e,0x40, + 0xff,0x35,0x81,0x44,0xff,0x35,0x84,0x41,0xff,0x36,0x87,0x42,0xff,0x38,0x89,0x41, + 0xff,0x39,0x8a,0x42,0xff,0x39,0x8c,0x3d,0xff,0x39,0x8b,0x3c,0xff,0x38,0x8c,0x3b, + 0xff,0x39,0x8d,0x3a,0xff,0x38,0x8d,0x34,0xff,0x38,0x8e,0x33,0xff,0x38,0x91,0x31, + 0xff,0x38,0x91,0x2f,0xff,0x33,0x87,0x2f,0xff,0x2d,0x7e,0x2b,0xff,0x20,0x62,0x1f, + 0xff,0xc,0x36,0xd,0xff,0xb,0x34,0xa,0xff,0xb9,0xc4,0xba,0xff,0xff,0xff,0xff, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xf3,0xf3,0xff,0x99,0x99,0x99,0xff,0x75,0x74,0x74,0xff,0xa1,0x9f,0x9d, + 0xff,0xd8,0xd4,0xd0,0xff,0xd1,0xcd,0xc8,0xff,0xcc,0xc9,0xc4,0xff,0xce,0xca,0xc5, + 0xff,0xce,0xcb,0xc5,0xff,0xd0,0xcd,0xc6,0xff,0xd0,0xcd,0xc6,0xff,0xd1,0xce,0xc7, + 0xff,0xd3,0xd0,0xc9,0xff,0xd4,0xd1,0xc9,0xff,0xd6,0xd3,0xcb,0xff,0xd8,0xd4,0xcd, + 0xff,0xda,0xd6,0xcf,0xff,0xdc,0xd8,0xd1,0xff,0xde,0xd9,0xd1,0xff,0xe0,0xdc,0xd4, + 0xff,0xe2,0xde,0xd5,0xff,0xe4,0xe0,0xd6,0xff,0xe7,0xe2,0xd8,0xff,0xe9,0xe4,0xda, + 0xff,0xe9,0xe4,0xdb,0xff,0xec,0xe6,0xde,0xff,0xef,0xe9,0xdf,0xff,0xf0,0xea,0xe1, + 0xff,0xf3,0xed,0xe3,0xff,0xf5,0xef,0xe5,0xff,0xf7,0xf1,0xe6,0xff,0xf9,0xf3,0xe6, + 0xff,0xfc,0xf6,0xe9,0xff,0xfc,0xf6,0xea,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xf6,0xeb,0xd4, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa7,0x91,0x60,0xff,0xa6,0x90,0x60,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xb,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x18,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x20,0x0,0x0,0x0, + 0x22,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x29,0x0,0x0,0x0, + 0x2a,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2e,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x32,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x33,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x26,0x1c,0x1c,0x1c,0x55,0x3f,0x3f,0x3f, + 0xa0,0x5c,0x5c,0x5c,0xec,0x51,0x51,0x51,0xff,0x5f,0x5f,0x5f,0xff,0x95,0x95,0x95, + 0xff,0xd4,0xd4,0xd4,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xd8,0xd2,0xc8,0xff,0x92,0x81,0x66, + 0xff,0x45,0x29,0x0,0xff,0x37,0x17,0x0,0xff,0x59,0x34,0x0,0xff,0x7c,0x4d,0x0, + 0xff,0x9d,0x62,0x0,0xff,0xa8,0x69,0x0,0xff,0xb2,0x70,0x0,0xff,0xbf,0x79,0x0, + 0xff,0xc3,0x7c,0x0,0xff,0xc4,0x7d,0x0,0xff,0xc4,0x7f,0x0,0xff,0xc8,0x81,0x0, + 0xff,0xcb,0x85,0x0,0xff,0xca,0x89,0x0,0xff,0xcf,0x8d,0x0,0xff,0xd0,0x8e,0x0, + 0xff,0xd1,0x91,0x0,0xff,0xd4,0x94,0x0,0xff,0xd7,0x97,0x0,0xff,0xd8,0x9a,0x0, + 0xff,0xda,0x9d,0x0,0xff,0xe1,0xa9,0x0,0xff,0xe6,0xb1,0x27,0xff,0xe7,0xb4,0x31, + 0xff,0xe5,0xaf,0x2f,0xff,0xe6,0xaf,0x2c,0xff,0xe6,0xb1,0x31,0xff,0xeb,0xb8,0x3e, + 0xff,0xec,0xbb,0x49,0xff,0xef,0xbd,0x49,0xff,0xef,0xbe,0x4c,0xff,0xf0,0xc0,0x52, + 0xff,0xf0,0xc1,0x54,0xff,0xf1,0xc3,0x54,0xff,0xf2,0xc3,0x58,0xff,0xf3,0xc6,0x5c, + 0xff,0xf2,0xc6,0x5e,0xff,0xf2,0xc7,0x5f,0xff,0xf0,0xc2,0x58,0xff,0xef,0xc1,0x56, + 0xff,0xf0,0xc3,0x5b,0xff,0xf3,0xc9,0x64,0xff,0xf5,0xca,0x67,0xff,0xf5,0xca,0x6c, + 0xff,0xf5,0xcb,0x6e,0xff,0xf5,0xca,0x6e,0xff,0xf4,0xc8,0x69,0xff,0xf3,0xc4,0x60, + 0xff,0xf1,0xc1,0x58,0xff,0xee,0xbd,0x4e,0xff,0xed,0xb9,0x46,0xff,0xed,0xb6,0x41, + 0xff,0xec,0xb0,0x36,0xff,0xeb,0xae,0x2a,0xff,0xe9,0xaa,0x1e,0xff,0xe7,0xa7,0x16, + 0xff,0xe6,0xa5,0x0,0xff,0xe4,0xa2,0x0,0xff,0xe7,0xa9,0x21,0xff,0xf1,0xc6,0x7c, + 0xff,0xf7,0xda,0xa9,0xff,0xf8,0xe0,0xb8,0xff,0xfa,0xe3,0xbd,0xff,0xf9,0xe2,0xb9, + 0xff,0xf8,0xe1,0xb8,0xff,0xf8,0xe1,0xb6,0xff,0xf9,0xdf,0xb7,0xff,0xf7,0xdf,0xb4, + 0xff,0xf8,0xde,0xb5,0xff,0xf8,0xde,0xb3,0xff,0xff,0xe4,0xb9,0xff,0xf2,0xd9,0xaf, + 0xff,0x93,0x8d,0x65,0xff,0x39,0x46,0x21,0xff,0xc,0x33,0x3,0xff,0x25,0x58,0x27, + 0xff,0x2d,0x68,0x34,0xff,0x2e,0x6f,0x3b,0xff,0x2c,0x6a,0x36,0xff,0x2d,0x70,0x3a, + 0xff,0x2f,0x75,0x3e,0xff,0x2f,0x74,0x3d,0xff,0x2e,0x73,0x3c,0xff,0x2e,0x72,0x3d, + 0xff,0x30,0x77,0x40,0xff,0x34,0x84,0x49,0xff,0x36,0x89,0x4b,0xff,0x39,0x90,0x4c, + 0xff,0x39,0x92,0x4f,0xff,0x3a,0x94,0x4e,0xff,0x3b,0x97,0x4e,0xff,0x3b,0x97,0x4d, + 0xff,0x3c,0x98,0x4c,0xff,0x3c,0x99,0x4a,0xff,0x3b,0x98,0x48,0xff,0x3c,0x98,0x45, + 0xff,0x3c,0x99,0x42,0xff,0x3b,0x97,0x3d,0xff,0x3b,0x97,0x3a,0xff,0x38,0x96,0x33, + 0xff,0x39,0x96,0x33,0xff,0x38,0x95,0x34,0xff,0x31,0x89,0x2c,0xff,0x2a,0x7d,0x2c, + 0xff,0x1d,0x5d,0x1e,0xff,0x7,0x30,0x4,0xff,0x21,0x44,0x23,0xff,0xb9,0xc3,0xba, + 0xff,0xff,0xff,0xff,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xff,0xff,0xff,0xff,0xea,0xea,0xea,0xff,0x93,0x93,0x93,0xff,0x7c,0x7c,0x7c, + 0xff,0xab,0xa9,0xa5,0xff,0xd3,0xcf,0xc9,0xff,0xd1,0xce,0xc8,0xff,0xce,0xcb,0xc6, + 0xff,0xcf,0xcc,0xc6,0xff,0xd0,0xcd,0xc6,0xff,0xd1,0xce,0xc7,0xff,0xd3,0xd0,0xc9, + 0xff,0xd3,0xd0,0xc9,0xff,0xd4,0xd1,0xc8,0xff,0xd6,0xd3,0xcb,0xff,0xd8,0xd4,0xcd, + 0xff,0xdb,0xd7,0xd0,0xff,0xdc,0xd8,0xd1,0xff,0xdd,0xd9,0xd1,0xff,0xdf,0xdb,0xd3, + 0xff,0xe1,0xdd,0xd4,0xff,0xe3,0xdf,0xd6,0xff,0xe5,0xe1,0xd8,0xff,0xe7,0xe2,0xd9, + 0xff,0xe9,0xe4,0xda,0xff,0xeb,0xe5,0xdd,0xff,0xee,0xe7,0xde,0xff,0xf0,0xea,0xe0, + 0xff,0xf1,0xeb,0xe1,0xff,0xf3,0xec,0xe3,0xff,0xf4,0xee,0xe5,0xff,0xf8,0xf2,0xe5, + 0xff,0xf9,0xf3,0xe6,0xff,0xfa,0xf4,0xe8,0xff,0xfc,0xf6,0xea,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf9,0xeb,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xf6,0xeb,0xd4, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa7,0x90,0x60,0xff,0xa6,0x90,0x60,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0xf,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x29,0x0,0x0,0x0, + 0x2a,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2e,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x27,0x8,0x8,0x8,0x30,0x2f,0x2f,0x2f,0x8b,0x57,0x57,0x57,0xda,0x54,0x54,0x54, + 0xff,0x52,0x52,0x53,0xff,0x8a,0x8a,0x8a,0xff,0xc8,0xc8,0xc8,0xff,0xf9,0xf9,0xf9, + 0xff,0xff,0xff,0xff,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xfc,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xe9,0xe6,0xe1,0xff,0xa1,0x91,0x78,0xff,0x58,0x3f,0x14,0xff,0x30,0x14,0x0, + 0xff,0x52,0x2e,0x0,0xff,0x75,0x46,0x0,0xff,0x92,0x5b,0x0,0xff,0xa2,0x65,0x0, + 0xff,0xb0,0x6d,0x0,0xff,0xbb,0x76,0x0,0xff,0xc0,0x79,0x0,0xff,0xc3,0x7c,0x0, + 0xff,0xc3,0x7e,0x0,0xff,0xc4,0x80,0x0,0xff,0xc8,0x83,0x0,0xff,0xcb,0x86,0x0, + 0xff,0xcc,0x89,0x0,0xff,0xcf,0x8c,0x0,0xff,0xd1,0x8f,0x0,0xff,0xd2,0x92,0x0, + 0xff,0xd3,0x94,0x0,0xff,0xd6,0x97,0x0,0xff,0xd8,0x98,0x0,0xff,0xdc,0xa0,0x0, + 0xff,0xe3,0xac,0x15,0xff,0xe7,0xb2,0x29,0xff,0xe7,0xb2,0x33,0xff,0xe9,0xb4,0x36, + 0xff,0xe7,0xb1,0x2f,0xff,0xe6,0xb0,0x2f,0xff,0xe7,0xb2,0x32,0xff,0xec,0xb9,0x40, + 0xff,0xed,0xbd,0x49,0xff,0xee,0xbe,0x4b,0xff,0xf0,0xc0,0x4f,0xff,0xf0,0xc1,0x4f, + 0xff,0xf2,0xc3,0x53,0xff,0xf2,0xc4,0x57,0xff,0xf2,0xc5,0x58,0xff,0xf2,0xc4,0x5a, + 0xff,0xf4,0xc6,0x5c,0xff,0xf2,0xc7,0x5b,0xff,0xef,0xc1,0x55,0xff,0xf0,0xc0,0x57, + 0xff,0xf1,0xc3,0x5c,0xff,0xf4,0xc8,0x67,0xff,0xf4,0xc9,0x67,0xff,0xf5,0xca,0x69, + 0xff,0xf5,0xcb,0x6c,0xff,0xf4,0xca,0x6b,0xff,0xf2,0xc5,0x64,0xff,0xf1,0xc1,0x5b, + 0xff,0xef,0xbe,0x54,0xff,0xef,0xba,0x4a,0xff,0xec,0xb5,0x41,0xff,0xea,0xb2,0x39, + 0xff,0xea,0xae,0x2c,0xff,0xe8,0xab,0x1b,0xff,0xe7,0xa8,0xf,0xff,0xe5,0xa6,0x0, + 0xff,0xe3,0xa1,0x0,0xff,0xe7,0xaa,0x26,0xff,0xf1,0xc6,0x7a,0xff,0xf7,0xdb,0xad, + 0xff,0xfa,0xe3,0xbd,0xff,0xf9,0xe3,0xbd,0xff,0xf9,0xe3,0xbb,0xff,0xf9,0xe2,0xbb, + 0xff,0xf9,0xe2,0xba,0xff,0xf8,0xe1,0xb8,0xff,0xf8,0xe0,0xb7,0xff,0xf7,0xdf,0xb5, + 0xff,0xf8,0xdf,0xb5,0xff,0xff,0xea,0xbf,0xff,0xd7,0xc5,0x9a,0xff,0x6c,0x6e,0x4a, + 0xff,0x1c,0x33,0xc,0xff,0x20,0x50,0x22,0xff,0x2d,0x6e,0x3d,0xff,0x2e,0x7b,0x45, + 0xff,0x2f,0x79,0x43,0xff,0x2d,0x77,0x41,0xff,0x2d,0x79,0x43,0xff,0x2d,0x77,0x42, + 0xff,0x2d,0x74,0x40,0xff,0x2e,0x74,0x3f,0xff,0x2d,0x72,0x3f,0xff,0x30,0x78,0x3f, + 0xff,0x33,0x84,0x4c,0xff,0x37,0x8f,0x54,0xff,0x39,0x96,0x58,0xff,0x3c,0x9b,0x5a, + 0xff,0x3d,0x9f,0x5c,0xff,0x3d,0xa0,0x5c,0xff,0x3f,0xa4,0x5a,0xff,0x3e,0xa4,0x57, + 0xff,0x3f,0xa4,0x56,0xff,0x3e,0xa4,0x51,0xff,0x3f,0xa3,0x50,0xff,0x3e,0xa2,0x4c, + 0xff,0x3d,0xa1,0x47,0xff,0x3c,0xa0,0x43,0xff,0x3d,0x9e,0x40,0xff,0x3c,0x9b,0x3d, + 0xff,0x3b,0x9a,0x38,0xff,0x3a,0x98,0x36,0xff,0x38,0x96,0x32,0xff,0x2e,0x83,0x2c, + 0xff,0x29,0x77,0x28,0xff,0x1a,0x57,0x1b,0xff,0x3,0x2a,0x0,0xff,0x2a,0x4d,0x2d, + 0xff,0xd2,0xd8,0xd2,0xff,0xff,0xff,0xff,0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xe6,0xe6,0xe6,0xff,0x87,0x87,0x87, + 0xff,0x7b,0x7a,0x7a,0xff,0xb9,0xb7,0xb2,0xff,0xd9,0xd6,0xcf,0xff,0xd0,0xcd,0xc8, + 0xff,0xd2,0xcf,0xc9,0xff,0xd2,0xce,0xc8,0xff,0xd4,0xd0,0xca,0xff,0xd3,0xd0,0xc9, + 0xff,0xd4,0xd1,0xca,0xff,0xd6,0xd3,0xcc,0xff,0xd7,0xd4,0xcc,0xff,0xd8,0xd4,0xcd, + 0xff,0xdb,0xd7,0xd0,0xff,0xdd,0xd9,0xd2,0xff,0xde,0xda,0xd1,0xff,0xdf,0xdb,0xd3, + 0xff,0xe1,0xdd,0xd3,0xff,0xe3,0xdf,0xd5,0xff,0xe4,0xe0,0xd6,0xff,0xe7,0xe2,0xd8, + 0xff,0xe8,0xe3,0xda,0xff,0xea,0xe5,0xdb,0xff,0xec,0xe6,0xde,0xff,0xee,0xe8,0xde, + 0xff,0xef,0xe9,0xe0,0xff,0xf1,0xeb,0xe2,0xff,0xf3,0xed,0xe4,0xff,0xf5,0xef,0xe4, + 0xff,0xf7,0xf1,0xe5,0xff,0xf9,0xf3,0xe6,0xff,0xfb,0xf5,0xe8,0xff,0xfc,0xf6,0xea, + 0xff,0xfe,0xf7,0xeb,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa7,0x90,0x60,0xff,0xa7,0x90,0x60,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xd,0x0,0x0,0x0, + 0x10,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x28,0x0,0x0,0x0, + 0x2a,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x2e,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x1e,0x25,0x25,0x25, + 0x61,0x49,0x49,0x49,0xc2,0x59,0x59,0x59,0xfd,0x50,0x50,0x50,0xff,0x76,0x76,0x76, + 0xff,0xba,0xba,0xb9,0xff,0xef,0xef,0xee,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb, + 0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf9,0xf9,0xff,0xff,0xff,0xff,0xff,0xf6,0xf5,0xf4,0xff,0xb1,0xa5,0x8f, + 0xff,0x6a,0x52,0x2d,0xff,0x37,0x1a,0x0,0xff,0x43,0x20,0x0,0xff,0x70,0x42,0x0, + 0xff,0x8e,0x56,0x0,0xff,0x9f,0x60,0x0,0xff,0xa7,0x68,0x0,0xff,0xb5,0x70,0x0, + 0xff,0xbf,0x77,0x0,0xff,0xc2,0x79,0x0,0xff,0xc2,0x7b,0x0,0xff,0xc4,0x7d,0x0, + 0xff,0xc7,0x81,0x0,0xff,0xc9,0x84,0x0,0xff,0xcb,0x88,0x0,0xff,0xcd,0x8a,0x0, + 0xff,0xcf,0x8d,0x0,0xff,0xd0,0x8f,0x0,0xff,0xd3,0x93,0x0,0xff,0xd4,0x94,0x0, + 0xff,0xd7,0x98,0x0,0xff,0xd7,0x99,0x0,0xff,0xde,0xa3,0x0,0xff,0xe5,0xae,0x1b, + 0xff,0xe8,0xb2,0x27,0xff,0xe8,0xb2,0x2b,0xff,0xe9,0xb5,0x33,0xff,0xeb,0xb7,0x37, + 0xff,0xe8,0xb2,0x2f,0xff,0xe8,0xb2,0x2e,0xff,0xe9,0xb4,0x31,0xff,0xec,0xb9,0x3e, + 0xff,0xef,0xbf,0x4a,0xff,0xef,0xbf,0x4c,0xff,0xef,0xc1,0x50,0xff,0xf2,0xc3,0x4e, + 0xff,0xf1,0xc2,0x52,0xff,0xf1,0xc4,0x57,0xff,0xf1,0xc4,0x57,0xff,0xf3,0xc5,0x59, + 0xff,0xf3,0xc5,0x5b,0xff,0xf3,0xc5,0x5a,0xff,0xef,0xbf,0x53,0xff,0xef,0xc0,0x55, + 0xff,0xf1,0xc2,0x5a,0xff,0xf4,0xc7,0x64,0xff,0xf4,0xc8,0x67,0xff,0xf4,0xca,0x67, + 0xff,0xf5,0xc9,0x68,0xff,0xf4,0xc9,0x66,0xff,0xf1,0xc4,0x5b,0xff,0xf0,0xbf,0x53, + 0xff,0xee,0xbb,0x49,0xff,0xed,0xb7,0x41,0xff,0xec,0xb3,0x3a,0xff,0xea,0xb0,0x2e, + 0xff,0xe8,0xad,0x18,0xff,0xe6,0xaa,0x1,0xff,0xe5,0xa6,0x0,0xff,0xe4,0xa1,0x0, + 0xff,0xe4,0xa2,0x0,0xff,0xef,0xc3,0x73,0xff,0xf8,0xdc,0xae,0xff,0xfa,0xe5,0xbf, + 0xff,0xfa,0xe4,0xbf,0xff,0xf9,0xe3,0xbd,0xff,0xf9,0xe3,0xbc,0xff,0xf9,0xe3,0xbb, + 0xff,0xf9,0xe2,0xbb,0xff,0xf8,0xe1,0xb9,0xff,0xf8,0xe0,0xb8,0xff,0xfb,0xe3,0xb9, + 0xff,0xff,0xeb,0xc0,0xff,0xb5,0xab,0x84,0xff,0x4d,0x56,0x31,0xff,0x15,0x37,0xb, + 0xff,0x28,0x63,0x32,0xff,0x2d,0x76,0x40,0xff,0x2f,0x79,0x43,0xff,0x2d,0x76,0x41, + 0xff,0x2d,0x77,0x40,0xff,0x2d,0x76,0x41,0xff,0x2d,0x76,0x41,0xff,0x2d,0x76,0x40, + 0xff,0x2d,0x75,0x3f,0xff,0x2e,0x75,0x40,0xff,0x2f,0x7b,0x43,0xff,0x34,0x88,0x4d, + 0xff,0x39,0x94,0x59,0xff,0x3b,0x9d,0x60,0xff,0x3e,0xa5,0x64,0xff,0x41,0xa9,0x67, + 0xff,0x40,0xab,0x65,0xff,0x41,0xac,0x65,0xff,0x41,0xae,0x64,0xff,0x41,0xac,0x61, + 0xff,0x41,0xad,0x5e,0xff,0x40,0xad,0x59,0xff,0x40,0xac,0x56,0xff,0x3f,0xa9,0x54, + 0xff,0x3f,0xa7,0x4d,0xff,0x3f,0xa5,0x4a,0xff,0x3e,0xa2,0x48,0xff,0x3b,0xa0,0x43, + 0xff,0x3b,0x9c,0x3d,0xff,0x39,0x99,0x39,0xff,0x38,0x98,0x35,0xff,0x35,0x93,0x33, + 0xff,0x2e,0x81,0x2c,0xff,0x27,0x76,0x27,0xff,0x18,0x53,0x15,0xff,0x4,0x28,0x0, + 0xff,0x42,0x60,0x47,0xff,0xd1,0xd8,0xd2,0xff,0xff,0xff,0xff,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xff,0xff,0xff,0xff,0xdc,0xdc,0xdc, + 0xff,0x84,0x84,0x84,0xff,0x7c,0x7c,0x7a,0xff,0xc1,0xbe,0xba,0xff,0xd6,0xd2,0xcd, + 0xff,0xd2,0xcf,0xc9,0xff,0xd3,0xd0,0xc9,0xff,0xd4,0xd1,0xca,0xff,0xd4,0xd1,0xca, + 0xff,0xd4,0xd1,0xca,0xff,0xd6,0xd3,0xcc,0xff,0xd8,0xd5,0xcd,0xff,0xda,0xd6,0xcf, + 0xff,0xdb,0xd7,0xd0,0xff,0xdd,0xd9,0xd2,0xff,0xdf,0xdb,0xd2,0xff,0xe0,0xdc,0xd4, + 0xff,0xe2,0xdd,0xd4,0xff,0xe3,0xdf,0xd6,0xff,0xe5,0xe1,0xd8,0xff,0xe7,0xe2,0xd9, + 0xff,0xe8,0xe3,0xd9,0xff,0xea,0xe5,0xdb,0xff,0xec,0xe6,0xde,0xff,0xed,0xe7,0xde, + 0xff,0xf0,0xea,0xe0,0xff,0xf2,0xec,0xe2,0xff,0xf3,0xed,0xe3,0xff,0xf5,0xef,0xe4, + 0xff,0xf7,0xf1,0xe6,0xff,0xf7,0xf1,0xe5,0xff,0xf9,0xf3,0xe7,0xff,0xfa,0xf4,0xe8, + 0xff,0xfd,0xf6,0xe9,0xff,0xff,0xf7,0xeb,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa7,0x91,0x61,0xff,0xa8,0x91,0x60,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xd,0x0,0x0,0x0, + 0x10,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x28,0x0,0x0,0x0, + 0x29,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2d,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x2e,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x26,0xd,0xd,0xd,0x2f,0x37,0x37,0x37,0x95,0x56,0x56,0x56, + 0xe7,0x55,0x55,0x55,0xff,0x5b,0x5b,0x5b,0xff,0xad,0xad,0xab,0xff,0xe8,0xe8,0xe6, + 0xff,0xfc,0xfc,0xfa,0xff,0xfd,0xfd,0xfc,0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xf9,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf6, + 0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xfe,0xfe,0xff, + 0xff,0xff,0xff,0xff,0xff,0xc2,0xb8,0xaa,0xff,0x6f,0x57,0x2f,0xff,0x44,0x28,0x0, + 0xff,0x39,0x1c,0x0,0xff,0x67,0x3b,0x0,0xff,0x88,0x51,0x0,0xff,0x9a,0x5e,0x0, + 0xff,0xa4,0x65,0x0,0xff,0xb2,0x6c,0x0,0xff,0xbb,0x73,0x0,0xff,0xbf,0x77,0x0, + 0xff,0xc1,0x7a,0x0,0xff,0xc2,0x7c,0x0,0xff,0xc5,0x7f,0x0,0xff,0xc7,0x81,0x0, + 0xff,0xca,0x85,0x0,0xff,0xcb,0x88,0x0,0xff,0xcd,0x8a,0x0,0xff,0xce,0x8d,0x0, + 0xff,0xd3,0x91,0x0,0xff,0xd4,0x92,0x0,0xff,0xd5,0x96,0x0,0xff,0xd6,0x97,0x0, + 0xff,0xd9,0x9b,0x0,0xff,0xe1,0xa8,0x0,0xff,0xe4,0xae,0x17,0xff,0xe7,0xb2,0x20, + 0xff,0xe9,0xb3,0x2c,0xff,0xe9,0xb5,0x2d,0xff,0xea,0xb6,0x32,0xff,0xec,0xb9,0x36, + 0xff,0xe8,0xb4,0x2f,0xff,0xe8,0xb3,0x2f,0xff,0xe8,0xb4,0x32,0xff,0xee,0xbb,0x40, + 0xff,0xf0,0xbf,0x49,0xff,0xf0,0xbf,0x4c,0xff,0xf1,0xc1,0x4e,0xff,0xf1,0xc2,0x50, + 0xff,0xf1,0xc2,0x52,0xff,0xf2,0xc3,0x54,0xff,0xf2,0xc4,0x55,0xff,0xf2,0xc6,0x57, + 0xff,0xf3,0xc5,0x5b,0xff,0xf2,0xc3,0x5b,0xff,0xef,0xc0,0x54,0xff,0xef,0xbf,0x54, + 0xff,0xf1,0xc2,0x59,0xff,0xf5,0xc8,0x63,0xff,0xf4,0xc8,0x65,0xff,0xf4,0xc8,0x65, + 0xff,0xf4,0xc9,0x66,0xff,0xf4,0xc7,0x61,0xff,0xf1,0xc1,0x56,0xff,0xee,0xbc,0x4f, + 0xff,0xee,0xb9,0x45,0xff,0xeb,0xb5,0x3b,0xff,0xeb,0xb0,0x35,0xff,0xe9,0xad,0x28, + 0xff,0xe8,0xaa,0xd,0xff,0xe6,0xa8,0x0,0xff,0xe4,0xa3,0x0,0xff,0xe4,0x9e,0x0, + 0xff,0xea,0xb2,0x41,0xff,0xf5,0xd7,0xa1,0xff,0xfa,0xe4,0xc0,0xff,0xfa,0xe5,0xc2, + 0xff,0xfa,0xe5,0xc0,0xff,0xfa,0xe4,0xbf,0xff,0xfa,0xe4,0xbe,0xff,0xf9,0xe3,0xbd, + 0xff,0xf9,0xe2,0xbd,0xff,0xf7,0xe1,0xb9,0xff,0xff,0xe8,0xc0,0xff,0xf5,0xdd,0xb7, + 0xff,0x8d,0x8b,0x65,0xff,0x31,0x40,0x1a,0xff,0x1e,0x47,0x19,0xff,0x2a,0x6d,0x39, + 0xff,0x2c,0x7a,0x43,0xff,0x2c,0x78,0x41,0xff,0x2c,0x78,0x41,0xff,0x2b,0x77,0x41, + 0xff,0x2c,0x77,0x40,0xff,0x2d,0x78,0x42,0xff,0x2d,0x77,0x42,0xff,0x2c,0x77,0x42, + 0xff,0x2e,0x7b,0x47,0xff,0x30,0x83,0x4c,0xff,0x34,0x8d,0x55,0xff,0x3a,0x99,0x5e, + 0xff,0x3d,0xa4,0x65,0xff,0x40,0xaa,0x6a,0xff,0x41,0xb0,0x6e,0xff,0x43,0xb3,0x70, + 0xff,0x43,0xb6,0x6e,0xff,0x44,0xb7,0x6d,0xff,0x43,0xb7,0x6b,0xff,0x44,0xb5,0x6b, + 0xff,0x44,0xb4,0x63,0xff,0x43,0xb1,0x5f,0xff,0x42,0xb1,0x5d,0xff,0x42,0xaf,0x58, + 0xff,0x40,0xaa,0x53,0xff,0x3f,0xa8,0x4f,0xff,0x3e,0xa4,0x4b,0xff,0x3c,0xa2,0x45, + 0xff,0x3b,0x9e,0x3e,0xff,0x3b,0x9c,0x3b,0xff,0x39,0x98,0x36,0xff,0x37,0x97,0x35, + 0xff,0x34,0x91,0x2f,0xff,0x2a,0x7f,0x2b,0xff,0x26,0x72,0x27,0xff,0x14,0x4c,0x14, + 0xff,0x2,0x24,0x0,0xff,0x4e,0x6c,0x51,0xff,0xe1,0xe5,0xe1,0xff,0xff,0xff,0xff, + 0xff,0xf9,0xf9,0xf7,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xfa,0xfa,0xf8,0xff,0xf9,0xf9,0xf7,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xf9,0xf9,0xf7,0xff,0xfa,0xfa,0xf8,0xff,0xfb,0xfb,0xf9,0xff,0xff,0xff,0xff, + 0xff,0xd9,0xd9,0xd8,0xff,0x7c,0x7c,0x7c,0xff,0x7d,0x7c,0x7a,0xff,0xc8,0xc5,0xbf, + 0xff,0xd5,0xd2,0xcc,0xff,0xd5,0xd2,0xcb,0xff,0xd6,0xd3,0xcc,0xff,0xd6,0xd3,0xcc, + 0xff,0xd6,0xd3,0xcc,0xff,0xd7,0xd4,0xcd,0xff,0xd9,0xd6,0xce,0xff,0xdb,0xd7,0xd0, + 0xff,0xdc,0xd8,0xd1,0xff,0xde,0xda,0xd2,0xff,0xdf,0xdb,0xd3,0xff,0xe1,0xdd,0xd3, + 0xff,0xe2,0xde,0xd4,0xff,0xe4,0xe0,0xd6,0xff,0xe5,0xe1,0xd7,0xff,0xe7,0xe2,0xd8, + 0xff,0xe8,0xe3,0xda,0xff,0xeb,0xe5,0xdc,0xff,0xeb,0xe5,0xdd,0xff,0xee,0xe8,0xde, + 0xff,0xf0,0xe9,0xe0,0xff,0xf1,0xeb,0xe1,0xff,0xf2,0xec,0xe3,0xff,0xf4,0xee,0xe3, + 0xff,0xf6,0xef,0xe4,0xff,0xf7,0xf1,0xe6,0xff,0xf9,0xf3,0xe6,0xff,0xf9,0xf3,0xe7, + 0xff,0xfb,0xf4,0xe8,0xff,0xfe,0xf7,0xea,0xff,0xff,0xf7,0xeb,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa8,0x92,0x62,0xff,0xa7,0x91,0x61,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x5,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x20,0x0,0x0,0x0, + 0x22,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2b,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x1e,0x21,0x21,0x21,0x56,0x50,0x50,0x50,0xcd,0x5b,0x5b,0x5b,0xfb,0x54,0x54,0x54, + 0xff,0x7f,0x7f,0x7f,0xff,0xd9,0xd9,0xd8,0xff,0xf6,0xf6,0xf5,0xff,0xfe,0xfe,0xfd, + 0xff,0xf9,0xf9,0xf8,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf6, + 0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf8,0xf8,0xf6,0xff,0xf9,0xf9,0xf8,0xff,0xfd,0xfe,0xfe,0xff,0xd9,0xd4,0xc9, + 0xff,0x83,0x6c,0x4d,0xff,0x4e,0x32,0x0,0xff,0x37,0x19,0x0,0xff,0x5a,0x32,0x0, + 0xff,0x83,0x4f,0x0,0xff,0x96,0x5b,0x0,0xff,0xa4,0x63,0x0,0xff,0xaf,0x6b,0x0, + 0xff,0xb9,0x72,0x0,0xff,0xbe,0x75,0x0,0xff,0xc0,0x77,0x0,0xff,0xc2,0x7a,0x0, + 0xff,0xc2,0x7c,0x0,0xff,0xc6,0x7f,0x0,0xff,0xc8,0x82,0x0,0xff,0xc9,0x84,0x0, + 0xff,0xcc,0x89,0x0,0xff,0xce,0x8c,0x0,0xff,0xd0,0x8d,0x0,0xff,0xd1,0x90,0x0, + 0xff,0xd5,0x93,0x0,0xff,0xd6,0x94,0x0,0xff,0xd7,0x96,0x0,0xff,0xdb,0x9d,0x0, + 0xff,0xe3,0xab,0x0,0xff,0xe5,0xb0,0x16,0xff,0xe7,0xb2,0x20,0xff,0xe7,0xb3,0x24, + 0xff,0xea,0xb6,0x29,0xff,0xeb,0xb7,0x2f,0xff,0xeb,0xb8,0x36,0xff,0xed,0xba,0x38, + 0xff,0xea,0xb6,0x31,0xff,0xe8,0xb3,0x31,0xff,0xe8,0xb4,0x36,0xff,0xed,0xba,0x43, + 0xff,0xf1,0xc1,0x49,0xff,0xf0,0xc0,0x4b,0xff,0xf0,0xc0,0x4e,0xff,0xf0,0xc2,0x50, + 0xff,0xf2,0xc4,0x52,0xff,0xf2,0xc3,0x52,0xff,0xf2,0xc4,0x55,0xff,0xf2,0xc4,0x57, + 0xff,0xf2,0xc5,0x59,0xff,0xf1,0xc3,0x56,0xff,0xee,0xbf,0x53,0xff,0xef,0xbf,0x53, + 0xff,0xf0,0xc2,0x59,0xff,0xf4,0xc8,0x61,0xff,0xf4,0xc8,0x65,0xff,0xf4,0xc8,0x63, + 0xff,0xf4,0xc7,0x63,0xff,0xf2,0xc3,0x5d,0xff,0xf0,0xbe,0x52,0xff,0xee,0xb9,0x49, + 0xff,0xed,0xb7,0x40,0xff,0xeb,0xb3,0x36,0xff,0xea,0xae,0x2e,0xff,0xe8,0xab,0x1f, + 0xff,0xe7,0xa7,0x0,0xff,0xe5,0xa4,0x0,0xff,0xe3,0xa0,0x0,0xff,0xe5,0xa5,0x4, + 0xff,0xf1,0xc7,0x7b,0xff,0xf9,0xe2,0xba,0xff,0xfa,0xe5,0xc4,0xff,0xfa,0xe6,0xc3, + 0xff,0xfa,0xe4,0xc1,0xff,0xfa,0xe4,0xbf,0xff,0xfa,0xe4,0xbf,0xff,0xf9,0xe3,0xbd, + 0xff,0xf9,0xe2,0xbe,0xff,0xff,0xec,0xc6,0xff,0xd8,0xc8,0xa2,0xff,0x5f,0x65,0x40, + 0xff,0x21,0x36,0xd,0xff,0x24,0x57,0x2b,0xff,0x2b,0x73,0x3e,0xff,0x2b,0x79,0x43, + 0xff,0x2c,0x78,0x44,0xff,0x2b,0x77,0x43,0xff,0x2b,0x77,0x43,0xff,0x2c,0x78,0x43, + 0xff,0x2c,0x7d,0x47,0xff,0x2f,0x81,0x4f,0xff,0x32,0x85,0x4f,0xff,0x31,0x88,0x52, + 0xff,0x34,0x8e,0x59,0xff,0x38,0x96,0x5e,0xff,0x3b,0x9f,0x65,0xff,0x3e,0xa6,0x6b, + 0xff,0x41,0xae,0x71,0xff,0x42,0xb5,0x74,0xff,0x43,0xb8,0x78,0xff,0x44,0xbb,0x77, + 0xff,0x46,0xbb,0x76,0xff,0x46,0xbc,0x74,0xff,0x46,0xbb,0x72,0xff,0x45,0xba,0x6f, + 0xff,0x43,0xb7,0x68,0xff,0x44,0xb6,0x64,0xff,0x43,0xb3,0x61,0xff,0x42,0xb1,0x5c, + 0xff,0x41,0xae,0x56,0xff,0x40,0xaa,0x53,0xff,0x40,0xa8,0x4d,0xff,0x3c,0xa4,0x49, + 0xff,0x3d,0xa2,0x43,0xff,0x3b,0x9e,0x3e,0xff,0x3a,0x9c,0x3b,0xff,0x37,0x98,0x36, + 0xff,0x35,0x96,0x33,0xff,0x33,0x8f,0x32,0xff,0x2c,0x80,0x2a,0xff,0x25,0x72,0x24, + 0xff,0x12,0x4a,0x14,0xff,0x1,0x22,0x0,0xff,0x62,0x7c,0x66,0xff,0xec,0xef,0xeb, + 0xff,0xff,0xff,0xff,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf7,0xff,0xf9,0xf9,0xf8,0xff,0xfa,0xfa,0xf9, + 0xff,0xff,0xff,0xfe,0xff,0xc9,0xc9,0xc9,0xff,0x77,0x77,0x77,0xff,0x89,0x88,0x85, + 0xff,0xd3,0xcf,0xc9,0xff,0xd6,0xd3,0xcc,0xff,0xd6,0xd3,0xcc,0xff,0xd7,0xd4,0xcd, + 0xff,0xd8,0xd5,0xce,0xff,0xd9,0xd6,0xcf,0xff,0xda,0xd7,0xce,0xff,0xdc,0xd8,0xd1, + 0xff,0xde,0xda,0xd2,0xff,0xdf,0xdb,0xd2,0xff,0xe0,0xdc,0xd4,0xff,0xe2,0xde,0xd4, + 0xff,0xe3,0xdf,0xd6,0xff,0xe5,0xe0,0xd7,0xff,0xe6,0xe2,0xd8,0xff,0xe8,0xe3,0xd9, + 0xff,0xe9,0xe4,0xda,0xff,0xeb,0xe5,0xdc,0xff,0xed,0xe7,0xdf,0xff,0xee,0xe8,0xde, + 0xff,0xf0,0xea,0xe0,0xff,0xf0,0xea,0xe1,0xff,0xf3,0xed,0xe3,0xff,0xf3,0xed,0xe2, + 0xff,0xf5,0xef,0xe4,0xff,0xf6,0xf0,0xe5,0xff,0xf8,0xf2,0xe5,0xff,0xfa,0xf4,0xe7, + 0xff,0xfc,0xf5,0xe8,0xff,0xfc,0xf5,0xe8,0xff,0xfd,0xf6,0xea,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe5,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xfd,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa7,0x91,0x61,0xff,0xa7,0x91,0x61,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x20,0x0,0x0,0x0, + 0x22,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x27,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x2a,0x0,0x0,0x0, + 0x2b,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x29,0x5,0x5,0x5,0x2a,0x39,0x39,0x39, + 0x81,0x56,0x56,0x56,0xea,0x59,0x59,0x59,0xff,0x5b,0x5b,0x5b,0xff,0xb0,0xb0,0xb0, + 0xff,0xec,0xec,0xec,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xfa,0xf8, + 0xff,0xfa,0xfb,0xf9,0xff,0xed,0xea,0xe6,0xff,0x97,0x86,0x6d,0xff,0x53,0x38,0x0, + 0xff,0x3e,0x21,0x0,0xff,0x4d,0x29,0x0,0xff,0x7d,0x4a,0x0,0xff,0x93,0x57,0x0, + 0xff,0x9e,0x5f,0x0,0xff,0xac,0x69,0x0,0xff,0xba,0x72,0x0,0xff,0xbd,0x74,0x0, + 0xff,0xbe,0x75,0x0,0xff,0xc0,0x78,0x0,0xff,0xc3,0x7b,0x0,0xff,0xc5,0x7e,0x0, + 0xff,0xc7,0x81,0x0,0xff,0xca,0x84,0x0,0xff,0xca,0x87,0x0,0xff,0xcc,0x89,0x0, + 0xff,0xd0,0x8b,0x0,0xff,0xd1,0x8f,0x0,0xff,0xd4,0x92,0x0,0xff,0xd5,0x95,0x0, + 0xff,0xd5,0x96,0x0,0xff,0xd7,0x97,0x0,0xff,0xdc,0xa1,0x0,0xff,0xe4,0xad,0x0, + 0xff,0xe6,0xb0,0x14,0xff,0xe7,0xb1,0x1f,0xff,0xe8,0xb3,0x24,0xff,0xe9,0xb5,0x29, + 0xff,0xeb,0xb8,0x2d,0xff,0xec,0xb8,0x2e,0xff,0xed,0xba,0x38,0xff,0xee,0xbc,0x38, + 0xff,0xe9,0xb6,0x2f,0xff,0xea,0xb4,0x2f,0xff,0xe9,0xb4,0x32,0xff,0xee,0xbc,0x3e, + 0xff,0xef,0xc0,0x48,0xff,0xf0,0xc0,0x4b,0xff,0xf1,0xc2,0x4d,0xff,0xf2,0xc3,0x51, + 0xff,0xf1,0xc2,0x53,0xff,0xf2,0xc4,0x54,0xff,0xf2,0xc3,0x56,0xff,0xf2,0xc5,0x56, + 0xff,0xf2,0xc4,0x58,0xff,0xf1,0xc2,0x54,0xff,0xef,0xbf,0x50,0xff,0xee,0xbf,0x53, + 0xff,0xf1,0xc3,0x59,0xff,0xf3,0xc7,0x60,0xff,0xf3,0xc7,0x62,0xff,0xf4,0xc7,0x64, + 0xff,0xf3,0xc5,0x60,0xff,0xf2,0xc2,0x57,0xff,0xef,0xbd,0x4e,0xff,0xee,0xb8,0x44, + 0xff,0xeb,0xb4,0x39,0xff,0xea,0xb0,0x2b,0xff,0xe9,0xad,0x1e,0xff,0xe7,0xa8,0x12, + 0xff,0xe6,0xa5,0x0,0xff,0xe4,0xa1,0x0,0xff,0xe4,0x9d,0x0,0xff,0xe9,0xb5,0x4b, + 0xff,0xf5,0xd9,0xa4,0xff,0xfb,0xe8,0xc3,0xff,0xfb,0xe7,0xc6,0xff,0xfa,0xe6,0xc4, + 0xff,0xfa,0xe6,0xc3,0xff,0xfa,0xe5,0xc1,0xff,0xfa,0xe5,0xc0,0xff,0xfa,0xe5,0xc0, + 0xff,0xff,0xea,0xc5,0xff,0xb4,0xac,0x87,0xff,0x3c,0x4a,0x26,0xff,0x1e,0x3f,0x14, + 0xff,0x26,0x66,0x33,0xff,0x2a,0x79,0x42,0xff,0x2a,0x7a,0x44,0xff,0x2a,0x79,0x43, + 0xff,0x2b,0x79,0x43,0xff,0x2a,0x79,0x43,0xff,0x2d,0x7b,0x47,0xff,0x2e,0x83,0x4e, + 0xff,0x32,0x8b,0x57,0xff,0x34,0x91,0x5c,0xff,0x37,0x96,0x61,0xff,0x38,0x9b,0x65, + 0xff,0x3c,0xa2,0x68,0xff,0x3e,0xa8,0x6f,0xff,0x41,0xad,0x72,0xff,0x43,0xb3,0x75, + 0xff,0x44,0xb7,0x78,0xff,0x47,0xbd,0x7d,0xff,0x47,0xbf,0x7d,0xff,0x47,0xc0,0x7d, + 0xff,0x47,0xc0,0x7b,0xff,0x46,0xbf,0x78,0xff,0x47,0xbe,0x76,0xff,0x45,0xbb,0x70, + 0xff,0x44,0xb9,0x6c,0xff,0x43,0xb7,0x68,0xff,0x43,0xb5,0x65,0xff,0x43,0xb3,0x61, + 0xff,0x42,0xb0,0x5d,0xff,0x41,0xad,0x58,0xff,0x40,0xab,0x53,0xff,0x3f,0xa6,0x50, + 0xff,0x3e,0xa4,0x49,0xff,0x3c,0xa1,0x45,0xff,0x3a,0x9d,0x40,0xff,0x3a,0x9b,0x3a, + 0xff,0x37,0x98,0x38,0xff,0x36,0x95,0x38,0xff,0x32,0x91,0x31,0xff,0x2c,0x7f,0x2c, + 0xff,0x21,0x6c,0x22,0xff,0xf,0x3f,0xd,0xff,0x2,0x23,0x0,0xff,0x67,0x80,0x69, + 0xff,0xea,0xee,0xea,0xff,0xff,0xfe,0xfe,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xfa,0xfa,0xf8,0xff,0xfa,0xfa,0xf8,0xff,0xfa,0xfa,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf7,0xff,0xf9,0xf9,0xf8, + 0xff,0xfa,0xfa,0xf8,0xff,0xfb,0xfb,0xfa,0xff,0xc9,0xc9,0xc9,0xff,0x76,0x76,0x76, + 0xff,0x89,0x88,0x85,0xff,0xd5,0xd1,0xca,0xff,0xd9,0xd6,0xcf,0xff,0xd9,0xd6,0xcf, + 0xff,0xdb,0xd7,0xcf,0xff,0xdb,0xd8,0xd0,0xff,0xdc,0xd9,0xd0,0xff,0xde,0xda,0xd2, + 0xff,0xdf,0xdb,0xd3,0xff,0xe0,0xdc,0xd3,0xff,0xe2,0xdd,0xd4,0xff,0xe3,0xdf,0xd5, + 0xff,0xe4,0xe0,0xd7,0xff,0xe5,0xe1,0xd8,0xff,0xe6,0xe1,0xd9,0xff,0xe8,0xe2,0xd9, + 0xff,0xea,0xe5,0xdb,0xff,0xec,0xe6,0xde,0xff,0xed,0xe7,0xdf,0xff,0xef,0xe9,0xdf, + 0xff,0xef,0xe9,0xe0,0xff,0xf1,0xeb,0xe1,0xff,0xf2,0xec,0xe3,0xff,0xf3,0xed,0xe2, + 0xff,0xf4,0xee,0xe3,0xff,0xf6,0xf0,0xe5,0xff,0xf7,0xf1,0xe5,0xff,0xf8,0xf2,0xe6, + 0xff,0xf9,0xf2,0xe6,0xff,0xfc,0xf5,0xe8,0xff,0xfc,0xf5,0xe9,0xff,0xfe,0xf7,0xeb, + 0xff,0xfe,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa8,0x92,0x62,0xff,0xa7,0x91,0x61,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x19,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x21,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x26,0x0,0x0,0x0, + 0x27,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x29,0x0,0x0,0x0, + 0x29,0x0,0x0,0x0,0x24,0x12,0x12,0x12,0x3e,0x4e,0x4e,0x4e,0xb0,0x58,0x58,0x58, + 0xfb,0x56,0x56,0x56,0xff,0x7b,0x7b,0x7b,0xff,0xda,0xda,0xda,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf2,0xf1,0xed, + 0xff,0xb7,0xab,0x9b,0xff,0x57,0x3d,0x1,0xff,0x41,0x24,0x0,0xff,0x47,0x26,0x0, + 0xff,0x71,0x40,0x0,0xff,0x92,0x56,0x0,0xff,0x9c,0x5d,0x0,0xff,0xa9,0x65,0x0, + 0xff,0xb6,0x6e,0x0,0xff,0xbd,0x73,0x0,0xff,0xbe,0x74,0x0,0xff,0xbe,0x75,0x0, + 0xff,0xc1,0x79,0x0,0xff,0xc2,0x7c,0x0,0xff,0xc6,0x7e,0x0,0xff,0xc8,0x81,0x0, + 0xff,0xca,0x85,0x0,0xff,0xca,0x88,0x0,0xff,0xce,0x8a,0x0,0xff,0xd0,0x8d,0x0, + 0xff,0xd1,0x8f,0x0,0xff,0xd3,0x91,0x0,0xff,0xd5,0x93,0x0,0xff,0xd6,0x96,0x0, + 0xff,0xd7,0x98,0x0,0xff,0xdf,0xa4,0x0,0xff,0xe6,0xaf,0x0,0xff,0xe7,0xb0,0x9, + 0xff,0xe8,0xb2,0x12,0xff,0xe9,0xb4,0x1f,0xff,0xea,0xb5,0x27,0xff,0xeb,0xb5,0x2d, + 0xff,0xeb,0xb7,0x30,0xff,0xed,0xba,0x31,0xff,0xed,0xba,0x36,0xff,0xee,0xbc,0x3b, + 0xff,0xea,0xb7,0x33,0xff,0xea,0xb5,0x2f,0xff,0xea,0xb6,0x31,0xff,0xed,0xbb,0x3e, + 0xff,0xef,0xc0,0x48,0xff,0xf0,0xc0,0x4b,0xff,0xf1,0xc1,0x4a,0xff,0xf2,0xc3,0x4e, + 0xff,0xf1,0xc3,0x51,0xff,0xf1,0xc2,0x52,0xff,0xf2,0xc4,0x54,0xff,0xf2,0xc4,0x57, + 0xff,0xf2,0xc4,0x55,0xff,0xef,0xc0,0x50,0xff,0xee,0xbd,0x4c,0xff,0xee,0xbf,0x50, + 0xff,0xf0,0xc3,0x58,0xff,0xf3,0xc7,0x60,0xff,0xf3,0xc7,0x60,0xff,0xf4,0xc7,0x60, + 0xff,0xf3,0xc4,0x5c,0xff,0xf1,0xbf,0x56,0xff,0xee,0xbb,0x47,0xff,0xec,0xb6,0x3e, + 0xff,0xeb,0xb3,0x33,0xff,0xe9,0xaf,0x25,0xff,0xe8,0xab,0x19,0xff,0xe7,0xa7,0x2, + 0xff,0xe4,0xa4,0x0,0xff,0xe2,0x9f,0x0,0xff,0xe4,0xa2,0x0,0xff,0xf0,0xc6,0x7a, + 0xff,0xf9,0xe3,0xbb,0xff,0xfb,0xe8,0xc7,0xff,0xfb,0xe7,0xc5,0xff,0xfa,0xe7,0xc5, + 0xff,0xfa,0xe6,0xc4,0xff,0xfa,0xe6,0xc3,0xff,0xfb,0xe6,0xc2,0xff,0xff,0xeb,0xc6, + 0xff,0xb0,0xa9,0x85,0xff,0x2c,0x3c,0x17,0xff,0x20,0x49,0x1e,0xff,0x28,0x72,0x3d, + 0xff,0x2a,0x79,0x45,0xff,0x2a,0x78,0x44,0xff,0x2a,0x79,0x45,0xff,0x2b,0x79,0x45, + 0xff,0x2b,0x79,0x45,0xff,0x2c,0x7d,0x49,0xff,0x31,0x89,0x55,0xff,0x35,0x92,0x5d, + 0xff,0x3a,0x9a,0x65,0xff,0x3b,0xa0,0x6a,0xff,0x3d,0xa5,0x70,0xff,0x3f,0xab,0x74, + 0xff,0x42,0xaf,0x76,0xff,0x43,0xb4,0x7a,0xff,0x44,0xb8,0x7d,0xff,0x45,0xbb,0x7f, + 0xff,0x47,0xbf,0x7f,0xff,0x48,0xc2,0x81,0xff,0x48,0xc4,0x82,0xff,0x4a,0xc4,0x81, + 0xff,0x47,0xc2,0x7e,0xff,0x47,0xc1,0x7a,0xff,0x46,0xc0,0x77,0xff,0x45,0xbd,0x73, + 0xff,0x45,0xbb,0x70,0xff,0x44,0xb9,0x6a,0xff,0x43,0xb7,0x66,0xff,0x42,0xb4,0x62, + 0xff,0x43,0xb2,0x5f,0xff,0x42,0xaf,0x5c,0xff,0x41,0xac,0x57,0xff,0x40,0xa9,0x54, + 0xff,0x3e,0xa6,0x4e,0xff,0x3c,0xa4,0x4b,0xff,0x3b,0xa0,0x44,0xff,0x39,0x9e,0x3d, + 0xff,0x38,0x9a,0x3b,0xff,0x37,0x98,0x35,0xff,0x35,0x95,0x35,0xff,0x32,0x8d,0x32, + 0xff,0x27,0x7c,0x27,0xff,0x20,0x69,0x23,0xff,0xe,0x3f,0x11,0xff,0x2,0x25,0x0, + 0xff,0x89,0x9b,0x8b,0xff,0xf7,0xf8,0xf6,0xff,0xfb,0xfb,0xfb,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xf9,0xf9,0xf7,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf8, + 0xff,0xfa,0xfa,0xf8,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfb,0xfa,0xff,0xae,0xae,0xad, + 0xff,0x75,0x75,0x75,0xff,0x94,0x93,0x90,0xff,0xde,0xdb,0xd4,0xff,0xdc,0xd9,0xd0, + 0xff,0xdb,0xd8,0xcf,0xff,0xdc,0xd9,0xd0,0xff,0xde,0xdb,0xd1,0xff,0xdf,0xdb,0xd3, + 0xff,0xe0,0xdc,0xd4,0xff,0xe2,0xde,0xd6,0xff,0xe3,0xdf,0xd5,0xff,0xe4,0xe0,0xd7, + 0xff,0xe5,0xe1,0xd7,0xff,0xe7,0xe2,0xda,0xff,0xe8,0xe3,0xdb,0xff,0xe9,0xe4,0xda, + 0xff,0xeb,0xe6,0xdc,0xff,0xed,0xe8,0xdf,0xff,0xed,0xe7,0xdf,0xff,0xef,0xe9,0xdf, + 0xff,0xf0,0xea,0xe1,0xff,0xf2,0xec,0xe2,0xff,0xf2,0xec,0xe3,0xff,0xf4,0xee,0xe3, + 0xff,0xf6,0xef,0xe4,0xff,0xf6,0xf0,0xe5,0xff,0xf7,0xf1,0xe5,0xff,0xf9,0xf3,0xe6, + 0xff,0xf9,0xf2,0xe6,0xff,0xfb,0xf4,0xe8,0xff,0xfd,0xf6,0xe9,0xff,0xfe,0xf7,0xea, + 0xff,0xfe,0xf7,0xe9,0xff,0xfe,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe5,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa8,0x92,0x62,0xff,0xa9,0x93,0x63,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x19,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x1e,0x0,0x0,0x0, + 0x20,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x25,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x25,0x2,0x2,0x2, + 0x22,0x19,0x19,0x19,0x59,0x58,0x58,0x58,0xd7,0x55,0x55,0x55,0xff,0x5c,0x5c,0x5c, + 0xff,0xa5,0xa5,0xa5,0xff,0xf1,0xf1,0xf1,0xff,0xfa,0xfa,0xfa,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf9,0xfa, + 0xff,0xfa,0xfb,0xfc,0xff,0xf6,0xf6,0xf4,0xff,0xce,0xc5,0xba,0xff,0x6a,0x51,0x27, + 0xff,0x3e,0x1e,0x0,0xff,0x42,0x23,0x0,0xff,0x64,0x39,0x0,0xff,0x8b,0x53,0x0, + 0xff,0x98,0x5a,0x0,0xff,0xa5,0x62,0x0,0xff,0xb2,0x6b,0x0,0xff,0xbb,0x71,0x0, + 0xff,0xbc,0x72,0x0,0xff,0xbd,0x74,0x0,0xff,0xbe,0x76,0x0,0xff,0xc2,0x79,0x0, + 0xff,0xc4,0x7c,0x0,0xff,0xc6,0x7f,0x0,0xff,0xc8,0x82,0x0,0xff,0xcb,0x84,0x0, + 0xff,0xcb,0x87,0x0,0xff,0xcd,0x8a,0x0,0xff,0xcf,0x8c,0x0,0xff,0xd2,0x8e,0x0, + 0xff,0xd3,0x91,0x0,0xff,0xd4,0x93,0x0,0xff,0xd6,0x95,0x0,0xff,0xd9,0x9a,0x0, + 0xff,0xe2,0xa6,0x0,0xff,0xe4,0xae,0x0,0xff,0xe7,0xb0,0x0,0xff,0xe7,0xb1,0x7, + 0xff,0xe8,0xb2,0x16,0xff,0xea,0xb5,0x22,0xff,0xea,0xb5,0x28,0xff,0xed,0xb7,0x2b, + 0xff,0xec,0xb8,0x2e,0xff,0xec,0xba,0x32,0xff,0xee,0xbb,0x34,0xff,0xee,0xbb,0x3b, + 0xff,0xea,0xb7,0x31,0xff,0xe8,0xb4,0x2b,0xff,0xea,0xb6,0x31,0xff,0xef,0xbc,0x3e, + 0xff,0xf0,0xc0,0x48,0xff,0xf0,0xc0,0x48,0xff,0xf0,0xc0,0x4b,0xff,0xf1,0xc1,0x4f, + 0xff,0xf1,0xc3,0x4e,0xff,0xf1,0xc2,0x50,0xff,0xf2,0xc3,0x52,0xff,0xf2,0xc3,0x54, + 0xff,0xf3,0xc4,0x57,0xff,0xee,0xbe,0x4d,0xff,0xee,0xbd,0x4b,0xff,0xee,0xbe,0x4d, + 0xff,0xf1,0xc3,0x56,0xff,0xf3,0xc6,0x5e,0xff,0xf3,0xc6,0x5e,0xff,0xf3,0xc6,0x5c, + 0xff,0xf2,0xc4,0x57,0xff,0xf1,0xbf,0x4e,0xff,0xed,0xb9,0x44,0xff,0xec,0xb5,0x36, + 0xff,0xea,0xb1,0x2f,0xff,0xe8,0xad,0x1b,0xff,0xe7,0xaa,0x1,0xff,0xe5,0xa6,0x0, + 0xff,0xe4,0xa2,0x0,0xff,0xe1,0x9d,0x0,0xff,0xe7,0xae,0x38,0xff,0xf5,0xd5,0xa1, + 0xff,0xfb,0xe7,0xc6,0xff,0xfa,0xe8,0xc8,0xff,0xfa,0xe7,0xc5,0xff,0xfb,0xe8,0xc6, + 0xff,0xfb,0xe7,0xc5,0xff,0xfa,0xe7,0xc3,0xff,0xff,0xeb,0xca,0xff,0xd1,0xc4,0xa1, + 0xff,0x41,0x4d,0x29,0xff,0x1d,0x47,0x1b,0xff,0x2a,0x74,0x41,0xff,0x2a,0x7b,0x45, + 0xff,0x2a,0x7a,0x44,0xff,0x2a,0x7a,0x46,0xff,0x29,0x7a,0x46,0xff,0x28,0x7b,0x45, + 0xff,0x2c,0x80,0x4c,0xff,0x31,0x8b,0x57,0xff,0x37,0x97,0x64,0xff,0x3a,0x9f,0x6b, + 0xff,0x3e,0xa6,0x72,0xff,0x40,0xad,0x78,0xff,0x41,0xb1,0x7b,0xff,0x43,0xb6,0x7f, + 0xff,0x45,0xbb,0x81,0xff,0x46,0xbd,0x84,0xff,0x47,0xc0,0x85,0xff,0x48,0xc2,0x86, + 0xff,0x49,0xc4,0x85,0xff,0x4a,0xc5,0x84,0xff,0x49,0xc5,0x84,0xff,0x4a,0xc5,0x82, + 0xff,0x49,0xc2,0x7f,0xff,0x47,0xc3,0x7c,0xff,0x46,0xc1,0x7a,0xff,0x47,0xbf,0x78, + 0xff,0x46,0xbd,0x72,0xff,0x45,0xbb,0x6e,0xff,0x45,0xb9,0x6a,0xff,0x42,0xb6,0x67, + 0xff,0x43,0xb5,0x61,0xff,0x41,0xb1,0x5d,0xff,0x41,0xae,0x5a,0xff,0x40,0xad,0x55, + 0xff,0x3e,0xa9,0x50,0xff,0x3c,0xa6,0x4b,0xff,0x3c,0xa3,0x49,0xff,0x3a,0x9f,0x46, + 0xff,0x39,0x9b,0x3d,0xff,0x38,0x99,0x3a,0xff,0x36,0x97,0x36,0xff,0x35,0x95,0x36, + 0xff,0x2f,0x89,0x32,0xff,0x27,0x7a,0x2a,0xff,0x1e,0x64,0x1f,0xff,0xd,0x3a,0xc, + 0xff,0x2,0x28,0x0,0xff,0x8a,0x9d,0x8d,0xff,0xf7,0xf8,0xf7,0xff,0xfc,0xfa,0xfc, + 0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xac,0xac,0xac,0xff,0x74,0x74,0x74,0xff,0x9c,0x99,0x97,0xff,0xe4,0xe0,0xd9, + 0xff,0xe0,0xdc,0xd4,0xff,0xde,0xdb,0xd3,0xff,0xe1,0xdd,0xd4,0xff,0xe1,0xdd,0xd5, + 0xff,0xe2,0xde,0xd6,0xff,0xe3,0xdf,0xd7,0xff,0xe4,0xe0,0xd6,0xff,0xe5,0xe1,0xd7, + 0xff,0xe7,0xe2,0xda,0xff,0xe8,0xe3,0xdb,0xff,0xe8,0xe3,0xdb,0xff,0xea,0xe5,0xdc, + 0xff,0xed,0xe8,0xde,0xff,0xee,0xe9,0xdf,0xff,0xee,0xe7,0xdf,0xff,0xf0,0xea,0xe0, + 0xff,0xf2,0xec,0xe2,0xff,0xf3,0xed,0xe3,0xff,0xf4,0xee,0xe4,0xff,0xf5,0xef,0xe4, + 0xff,0xf6,0xf0,0xe5,0xff,0xf6,0xf0,0xe5,0xff,0xf7,0xf1,0xe5,0xff,0xf8,0xf2,0xe6, + 0xff,0xfa,0xf3,0xe6,0xff,0xfc,0xf5,0xe8,0xff,0xfd,0xf6,0xe9,0xff,0xfd,0xf6,0xea, + 0xff,0xfe,0xf7,0xe9,0xff,0xfe,0xf7,0xe9,0xff,0xfe,0xf7,0xe9,0xff,0xf6,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa8,0x92,0x62,0xff,0xa8,0x92,0x62,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x18,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x1e,0x0,0x0,0x0, + 0x20,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x23,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x22,0x4,0x4,0x4,0x28,0x32,0x32,0x32, + 0x78,0x5b,0x5b,0x5b,0xfc,0x52,0x52,0x53,0xff,0x6c,0x6c,0x6c,0xff,0xc2,0xc2,0xc2, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf9,0xfa,0xff,0xfd,0xfe,0xff,0xff,0xf8,0xf8,0xf8, + 0xff,0xd8,0xd1,0xc9,0xff,0x87,0x73,0x54,0xff,0x40,0x1f,0x0,0xff,0x40,0x1e,0x0, + 0xff,0x59,0x32,0x0,0xff,0x85,0x4d,0x0,0xff,0x95,0x58,0x0,0xff,0x9d,0x5c,0x0, + 0xff,0xac,0x65,0x0,0xff,0xba,0x6f,0x0,0xff,0xbd,0x71,0x0,0xff,0xbd,0x72,0x0, + 0xff,0xbe,0x74,0x0,0xff,0xc1,0x78,0x0,0xff,0xc3,0x7b,0x0,0xff,0xc5,0x7e,0x0, + 0xff,0xc6,0x81,0x0,0xff,0xc8,0x83,0x0,0xff,0xca,0x85,0x0,0xff,0xcd,0x88,0x0, + 0xff,0xcf,0x8a,0x0,0xff,0xd0,0x8e,0x0,0xff,0xd1,0x8f,0x0,0xff,0xd4,0x92,0x0, + 0xff,0xd6,0x94,0x0,0xff,0xd6,0x95,0x0,0xff,0xda,0x9b,0x0,0xff,0xe2,0xa8,0x0, + 0xff,0xe5,0xaf,0x0,0xff,0xe6,0xaf,0x0,0xff,0xe8,0xb2,0x7,0xff,0xe9,0xb2,0xd, + 0xff,0xe9,0xb4,0x15,0xff,0xea,0xb5,0x24,0xff,0xec,0xb7,0x27,0xff,0xec,0xb8,0x2a, + 0xff,0xee,0xba,0x31,0xff,0xed,0xbb,0x32,0xff,0xee,0xbb,0x34,0xff,0xee,0xbc,0x39, + 0xff,0xeb,0xb6,0x31,0xff,0xea,0xb4,0x2b,0xff,0xea,0xb6,0x2d,0xff,0xee,0xbc,0x3b, + 0xff,0xf0,0xc1,0x46,0xff,0xf0,0xc0,0x45,0xff,0xf0,0xc1,0x49,0xff,0xf1,0xc2,0x4c, + 0xff,0xf1,0xc2,0x4f,0xff,0xf1,0xc2,0x50,0xff,0xf1,0xc2,0x50,0xff,0xf2,0xc3,0x51, + 0xff,0xf2,0xc3,0x54,0xff,0xee,0xbd,0x49,0xff,0xee,0xbd,0x48,0xff,0xee,0xbd,0x4c, + 0xff,0xf1,0xc3,0x56,0xff,0xf3,0xc6,0x5e,0xff,0xf3,0xc6,0x5c,0xff,0xf3,0xc5,0x5b, + 0xff,0xf1,0xc1,0x54,0xff,0xf0,0xbe,0x4a,0xff,0xed,0xb7,0x3e,0xff,0xeb,0xb2,0x32, + 0xff,0xea,0xb0,0x25,0xff,0xe8,0xab,0x15,0xff,0xe6,0xa8,0x0,0xff,0xe5,0xa4,0x0, + 0xff,0xe4,0x9f,0x0,0xff,0xe1,0x9b,0x0,0xff,0xec,0xb9,0x5b,0xff,0xf7,0xdf,0xb5, + 0xff,0xfc,0xe9,0xca,0xff,0xfa,0xe9,0xca,0xff,0xfb,0xe9,0xc8,0xff,0xfb,0xe8,0xc7, + 0xff,0xfb,0xe7,0xc6,0xff,0xfd,0xea,0xc8,0xff,0xf3,0xe2,0xbe,0xff,0x7f,0x81,0x5d, + 0xff,0x11,0x38,0x6,0xff,0x29,0x73,0x40,0xff,0x28,0x7d,0x47,0xff,0x29,0x7a,0x46, + 0xff,0x29,0x7a,0x46,0xff,0x29,0x7a,0x46,0xff,0x2b,0x7e,0x48,0xff,0x2e,0x85,0x52, + 0xff,0x33,0x92,0x5e,0xff,0x38,0x9a,0x69,0xff,0x3d,0xa5,0x71,0xff,0x40,0xae,0x7a, + 0xff,0x44,0xb5,0x7e,0xff,0x46,0xb8,0x82,0xff,0x47,0xbd,0x87,0xff,0x48,0xbf,0x88, + 0xff,0x4a,0xc3,0x8a,0xff,0x4b,0xc4,0x8c,0xff,0x4a,0xc6,0x8a,0xff,0x4a,0xc7,0x8c, + 0xff,0x4a,0xc7,0x88,0xff,0x4a,0xc7,0x86,0xff,0x4a,0xc6,0x85,0xff,0x49,0xc5,0x83, + 0xff,0x49,0xc3,0x80,0xff,0x47,0xc4,0x7f,0xff,0x47,0xc2,0x7b,0xff,0x46,0xbf,0x78, + 0xff,0x46,0xbd,0x75,0xff,0x46,0xbd,0x70,0xff,0x45,0xba,0x6d,0xff,0x44,0xb9,0x6a, + 0xff,0x42,0xb5,0x63,0xff,0x43,0xb3,0x61,0xff,0x42,0xb0,0x5e,0xff,0x40,0xae,0x59, + 0xff,0x3f,0xac,0x56,0xff,0x3e,0xa9,0x53,0xff,0x3d,0xa6,0x4d,0xff,0x3a,0xa2,0x44, + 0xff,0x39,0x9f,0x44,0xff,0x38,0x9b,0x40,0xff,0x37,0x99,0x39,0xff,0x36,0x95,0x35, + 0xff,0x34,0x93,0x35,0xff,0x2d,0x87,0x2e,0xff,0x27,0x7a,0x27,0xff,0x1c,0x63,0x21, + 0xff,0xa,0x38,0x9,0xff,0x0,0x25,0x0,0xff,0xa5,0xb4,0xa8,0xff,0xfe,0xfc,0xfd, + 0xff,0xfa,0xf9,0xfb,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0x9e,0x9e,0x9e,0xff,0x76,0x76,0x76,0xff,0xa9,0xa7,0xa3, + 0xff,0xea,0xe6,0xdf,0xff,0xe4,0xe0,0xd9,0xff,0xe2,0xde,0xd6,0xff,0xe3,0xdf,0xd7, + 0xff,0xe4,0xe0,0xd8,0xff,0xe5,0xe1,0xd9,0xff,0xe6,0xe2,0xd8,0xff,0xe7,0xe2,0xda, + 0xff,0xe8,0xe3,0xda,0xff,0xea,0xe5,0xdd,0xff,0xeb,0xe6,0xde,0xff,0xec,0xe7,0xdd, + 0xff,0xed,0xe8,0xde,0xff,0xef,0xe9,0xe0,0xff,0xef,0xe9,0xe0,0xff,0xf1,0xeb,0xe1, + 0xff,0xf3,0xed,0xe3,0xff,0xf3,0xed,0xe4,0xff,0xf5,0xef,0xe5,0xff,0xf5,0xef,0xe4, + 0xff,0xf7,0xf1,0xe6,0xff,0xf8,0xf2,0xe5,0xff,0xf9,0xf3,0xe7,0xff,0xf9,0xf3,0xe7, + 0xff,0xfb,0xf4,0xe8,0xff,0xfc,0xf5,0xe8,0xff,0xfc,0xf5,0xe9,0xff,0xfd,0xf6,0xea, + 0xff,0xff,0xf7,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa9,0x93,0x64,0xff,0xa8,0x92,0x62,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xd,0x0,0x0,0x0, + 0x10,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x17,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x1c,0x0,0x0,0x0, + 0x1e,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,0x21,0x0,0x0,0x0,0x22,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x1e,0xd,0xd,0xd,0x33,0x47,0x47,0x47,0x8f,0x57,0x57,0x57, + 0xff,0x51,0x51,0x51,0xff,0x86,0x86,0x86,0xff,0xdc,0xdc,0xdc,0xff,0xff,0xff,0xff, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xfd,0xfe,0xff,0xff,0xfc,0xfd,0xfd,0xff,0xde,0xd9,0xd2,0xff,0x9f,0x91,0x79, + 0xff,0x47,0x2a,0x0,0xff,0x36,0x14,0x0,0xff,0x52,0x2d,0x0,0xff,0x78,0x44,0x0, + 0xff,0x94,0x55,0x0,0xff,0x9c,0x5b,0x0,0xff,0xa7,0x62,0x0,0xff,0xb3,0x6b,0x0, + 0xff,0xbb,0x6e,0x0,0xff,0xbc,0x70,0x0,0xff,0xbe,0x73,0x0,0xff,0xbf,0x76,0x0, + 0xff,0xc2,0x78,0x0,0xff,0xc4,0x7c,0x0,0xff,0xc6,0x7e,0x0,0xff,0xc8,0x81,0x0, + 0xff,0xc9,0x84,0x0,0xff,0xcc,0x85,0x0,0xff,0xcc,0x88,0x0,0xff,0xce,0x8b,0x0, + 0xff,0xd0,0x8d,0x0,0xff,0xd2,0x90,0x0,0xff,0xd2,0x92,0x0,0xff,0xd5,0x94,0x0, + 0xff,0xd7,0x96,0x0,0xff,0xda,0x9b,0x0,0xff,0xe3,0xa9,0x0,0xff,0xe7,0xaf,0x0, + 0xff,0xe8,0xaf,0x0,0xff,0xe7,0xb1,0x0,0xff,0xe8,0xb2,0x0,0xff,0xea,0xb3,0x11, + 0xff,0xeb,0xb5,0x1c,0xff,0xec,0xb7,0x21,0xff,0xeb,0xb7,0x24,0xff,0xed,0xb9,0x26, + 0xff,0xed,0xba,0x2a,0xff,0xed,0xba,0x32,0xff,0xee,0xbc,0x34,0xff,0xee,0xbc,0x36, + 0xff,0xea,0xb4,0x2b,0xff,0xe9,0xb3,0x2d,0xff,0xea,0xb6,0x31,0xff,0xef,0xbd,0x3e, + 0xff,0xf0,0xbf,0x44,0xff,0xf0,0xbf,0x44,0xff,0xf0,0xc1,0x46,0xff,0xf1,0xc1,0x48, + 0xff,0xf1,0xc1,0x4c,0xff,0xf1,0xc2,0x4f,0xff,0xf1,0xc3,0x51,0xff,0xf1,0xc3,0x50, + 0xff,0xf3,0xc4,0x52,0xff,0xee,0xbc,0x47,0xff,0xed,0xbb,0x49,0xff,0xee,0xbd,0x49, + 0xff,0xf1,0xc4,0x57,0xff,0xf3,0xc6,0x5c,0xff,0xf3,0xc5,0x5b,0xff,0xf3,0xc4,0x58, + 0xff,0xf1,0xbf,0x51,0xff,0xef,0xbc,0x47,0xff,0xed,0xb7,0x3a,0xff,0xeb,0xb2,0x2e, + 0xff,0xe8,0xad,0x20,0xff,0xe8,0xaa,0xd,0xff,0xe6,0xa6,0x0,0xff,0xe4,0xa2,0x0, + 0xff,0xe2,0x9f,0x0,0xff,0xe2,0x9f,0x0,0xff,0xee,0xc1,0x72,0xff,0xf9,0xe5,0xc0, + 0xff,0xfc,0xeb,0xce,0xff,0xfc,0xea,0xcd,0xff,0xfa,0xe8,0xc9,0xff,0xfb,0xe9,0xca, + 0xff,0xfb,0xe7,0xc7,0xff,0xff,0xee,0xcd,0xff,0xd4,0xc7,0xa9,0xff,0x31,0x43,0x1e, + 0xff,0x21,0x5a,0x2c,0xff,0x29,0x80,0x4d,0xff,0x29,0x7b,0x45,0xff,0x28,0x7b,0x47, + 0xff,0x29,0x7b,0x47,0xff,0x2a,0x80,0x4c,0xff,0x30,0x8a,0x56,0xff,0x34,0x95,0x63, + 0xff,0x38,0x9e,0x6d,0xff,0x3d,0xa8,0x76,0xff,0x42,0xb3,0x7f,0xff,0x46,0xb8,0x85, + 0xff,0x48,0xbe,0x89,0xff,0x49,0xc1,0x8d,0xff,0x4b,0xc5,0x8f,0xff,0x4d,0xc7,0x90, + 0xff,0x4b,0xc8,0x90,0xff,0x4d,0xca,0x8f,0xff,0x4b,0xc8,0x8c,0xff,0x4c,0xc9,0x8d, + 0xff,0x4b,0xc7,0x8b,0xff,0x4a,0xc8,0x88,0xff,0x4a,0xc6,0x83,0xff,0x49,0xc5,0x84, + 0xff,0x49,0xc5,0x83,0xff,0x4a,0xc4,0x81,0xff,0x47,0xc2,0x7d,0xff,0x46,0xc2,0x7b, + 0xff,0x46,0xbf,0x75,0xff,0x45,0xbe,0x73,0xff,0x45,0xbc,0x6f,0xff,0x45,0xba,0x6f, + 0xff,0x43,0xb8,0x67,0xff,0x42,0xb6,0x64,0xff,0x43,0xb4,0x62,0xff,0x42,0xb2,0x5c, + 0xff,0x41,0xaf,0x5a,0xff,0x3f,0xab,0x57,0xff,0x3c,0xa7,0x51,0xff,0x3c,0xa6,0x4b, + 0xff,0x39,0xa0,0x48,0xff,0x39,0x9e,0x45,0xff,0x36,0x9a,0x3e,0xff,0x35,0x97,0x3a, + 0xff,0x35,0x96,0x35,0xff,0x32,0x92,0x33,0xff,0x2c,0x86,0x2f,0xff,0x26,0x7b,0x28, + 0xff,0x1b,0x5e,0x1d,0xff,0x8,0x33,0x8,0xff,0xf,0x36,0x13,0xff,0xad,0xb9,0xb0, + 0xff,0xfb,0xfb,0xfb,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xf0,0xf0,0xf0,0xff,0x97,0x97,0x97,0xff,0x76,0x75,0x75, + 0xff,0xb4,0xb2,0xae,0xff,0xea,0xe6,0xdf,0xff,0xe7,0xe3,0xdb,0xff,0xe5,0xe1,0xd8, + 0xff,0xe6,0xe2,0xda,0xff,0xe7,0xe2,0xdb,0xff,0xe8,0xe3,0xda,0xff,0xe9,0xe3,0xdb, + 0xff,0xea,0xe4,0xdc,0xff,0xeb,0xe6,0xdd,0xff,0xec,0xe7,0xde,0xff,0xed,0xe8,0xde, + 0xff,0xee,0xe9,0xdf,0xff,0xf0,0xea,0xe1,0xff,0xf1,0xeb,0xe3,0xff,0xf3,0xed,0xe3, + 0xff,0xf3,0xed,0xe4,0xff,0xf5,0xee,0xe5,0xff,0xf5,0xef,0xe6,0xff,0xf6,0xf0,0xe5, + 0xff,0xf8,0xf2,0xe5,0xff,0xf9,0xf2,0xe6,0xff,0xfa,0xf4,0xe7,0xff,0xfa,0xf4,0xe7, + 0xff,0xfb,0xf3,0xe7,0xff,0xfd,0xf6,0xe9,0xff,0xfe,0xf7,0xea,0xff,0xfe,0xf7,0xea, + 0xff,0xfe,0xf7,0xe9,0xff,0xff,0xf7,0xea,0xff,0xfe,0xf7,0xe9,0xff,0xf6,0xeb,0xd4, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa8,0x92,0x64,0xff,0xa8,0x92,0x64,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xd,0x0,0x0,0x0, + 0x10,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x15,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x22,0x0,0x0,0x0, + 0x17,0x11,0x11,0x11,0x39,0x53,0x53,0x53,0xb2,0x55,0x55,0x55,0xff,0x55,0x55,0x55, + 0xff,0xa0,0xa0,0x9e,0xff,0xf3,0xf3,0xf1,0xff,0xff,0xff,0xff,0xff,0xf7,0xf7,0xf6, + 0xff,0xf7,0xf7,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf6,0xff,0xfb,0xfb,0xfc,0xff,0xff,0xff,0xff, + 0xff,0xe5,0xe1,0xdd,0xff,0xaf,0xa3,0x90,0xff,0x59,0x3f,0x10,0xff,0x2b,0x8,0x0, + 0xff,0x49,0x26,0x0,0xff,0x6b,0x3c,0x0,0xff,0x92,0x54,0x0,0xff,0x9f,0x5b,0x0, + 0xff,0xa8,0x62,0x0,0xff,0xb3,0x68,0x0,0xff,0xba,0x6e,0x0,0xff,0xbb,0x70,0x0, + 0xff,0xbc,0x71,0x0,0xff,0xbe,0x73,0x0,0xff,0xc1,0x76,0x0,0xff,0xc2,0x79,0x0, + 0xff,0xc4,0x7b,0x0,0xff,0xc7,0x7e,0x0,0xff,0xc9,0x81,0x0,0xff,0xca,0x83,0x0, + 0xff,0xcc,0x86,0x0,0xff,0xce,0x88,0x0,0xff,0xcf,0x8b,0x0,0xff,0xd0,0x8d,0x0, + 0xff,0xd2,0x8f,0x0,0xff,0xd4,0x92,0x0,0xff,0xd5,0x93,0x0,0xff,0xd7,0x95,0x0, + 0xff,0xdb,0x9d,0x0,0xff,0xe4,0xaa,0x0,0xff,0xe6,0xae,0x0,0xff,0xe7,0xb0,0x0, + 0xff,0xe8,0xb1,0x0,0xff,0xe8,0xb3,0x0,0xff,0xea,0xb3,0x6,0xff,0xea,0xb4,0x15, + 0xff,0xec,0xb6,0x19,0xff,0xec,0xb8,0x1f,0xff,0xec,0xb7,0x23,0xff,0xed,0xb9,0x2b, + 0xff,0xee,0xbb,0x2f,0xff,0xee,0xbb,0x32,0xff,0xee,0xbb,0x34,0xff,0xee,0xbd,0x36, + 0xff,0xeb,0xb5,0x27,0xff,0xea,0xb4,0x29,0xff,0xeb,0xb5,0x2f,0xff,0xef,0xbe,0x3b, + 0xff,0xef,0xbe,0x43,0xff,0xf1,0xc0,0x44,0xff,0xf0,0xbf,0x47,0xff,0xf1,0xc1,0x46, + 0xff,0xf2,0xc1,0x4b,0xff,0xf1,0xc1,0x4c,0xff,0xf2,0xc2,0x4f,0xff,0xf1,0xc2,0x50, + 0xff,0xf1,0xc1,0x4f,0xff,0xed,0xbb,0x44,0xff,0xed,0xbb,0x46,0xff,0xef,0xbd,0x4b, + 0xff,0xf3,0xc4,0x57,0xff,0xf2,0xc5,0x5a,0xff,0xf3,0xc5,0x5b,0xff,0xf3,0xc4,0x57, + 0xff,0xf1,0xbf,0x4e,0xff,0xee,0xba,0x44,0xff,0xec,0xb6,0x38,0xff,0xea,0xb1,0x27, + 0xff,0xe9,0xad,0x18,0xff,0xe7,0xa8,0x0,0xff,0xe5,0xa4,0x0,0xff,0xe3,0xa2,0x0, + 0xff,0xe1,0x9b,0x0,0xff,0xe4,0xa1,0x0,0xff,0xf0,0xc8,0x81,0xff,0xfb,0xe8,0xc7, + 0xff,0xfc,0xeb,0xce,0xff,0xfc,0xeb,0xce,0xff,0xfc,0xea,0xcc,0xff,0xfb,0xea,0xcb, + 0xff,0xfa,0xe9,0xca,0xff,0xfd,0xeb,0xcc,0xff,0xb2,0xaa,0x8b,0xff,0xa,0x2e,0x0, + 0xff,0x29,0x6e,0x3d,0xff,0x28,0x7e,0x4a,0xff,0x28,0x7b,0x47,0xff,0x27,0x7a,0x47, + 0xff,0x2a,0x7f,0x4c,0xff,0x2d,0x89,0x57,0xff,0x34,0x95,0x65,0xff,0x3a,0xa0,0x6d, + 0xff,0x3d,0xa9,0x78,0xff,0x41,0xb2,0x7f,0xff,0x47,0xbb,0x8a,0xff,0x49,0xbf,0x8d, + 0xff,0x4a,0xc4,0x90,0xff,0x4c,0xc7,0x92,0xff,0x4d,0xc9,0x92,0xff,0x4d,0xca,0x93, + 0xff,0x4c,0xcb,0x90,0xff,0x4c,0xc9,0x91,0xff,0x4c,0xc9,0x8d,0xff,0x4b,0xc9,0x8d, + 0xff,0x4b,0xc8,0x8a,0xff,0x4a,0xc7,0x89,0xff,0x4a,0xc7,0x86,0xff,0x4a,0xc7,0x85, + 0xff,0x49,0xc5,0x82,0xff,0x48,0xc3,0x82,0xff,0x48,0xc2,0x7f,0xff,0x47,0xc1,0x7a, + 0xff,0x46,0xc1,0x79,0xff,0x46,0xbe,0x75,0xff,0x45,0xbd,0x73,0xff,0x44,0xbb,0x70, + 0xff,0x43,0xba,0x6b,0xff,0x43,0xb7,0x66,0xff,0x43,0xb6,0x64,0xff,0x41,0xb3,0x60, + 0xff,0x40,0xb1,0x5d,0xff,0x3f,0xae,0x59,0xff,0x3d,0xaa,0x53,0xff,0x3c,0xa7,0x4d, + 0xff,0x3a,0xa3,0x4a,0xff,0x39,0xa0,0x46,0xff,0x37,0x9d,0x42,0xff,0x37,0x99,0x3d, + 0xff,0x35,0x96,0x38,0xff,0x34,0x96,0x32,0xff,0x30,0x91,0x35,0xff,0x29,0x84,0x2d, + 0xff,0x25,0x79,0x28,0xff,0x19,0x58,0x1a,0xff,0x5,0x2f,0x3,0xff,0x12,0x38,0x16, + 0xff,0xbd,0xc6,0xbe,0xff,0xff,0xff,0xff,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xfd,0xfd,0xfd,0xff,0xed,0xed,0xed,0xff,0x8a,0x8a,0x8a, + 0xff,0x77,0x77,0x77,0xff,0xbd,0xbb,0xb5,0xff,0xf4,0xf0,0xe8,0xff,0xe8,0xe3,0xdc, + 0xff,0xe8,0xe3,0xdc,0xff,0xe9,0xe4,0xdd,0xff,0xe9,0xe4,0xdc,0xff,0xeb,0xe6,0xde, + 0xff,0xec,0xe7,0xdf,0xff,0xee,0xe9,0xe1,0xff,0xef,0xea,0xe2,0xff,0xf0,0xeb,0xe1, + 0xff,0xf0,0xeb,0xe2,0xff,0xf2,0xec,0xe4,0xff,0xf3,0xed,0xe5,0xff,0xf5,0xee,0xe5, + 0xff,0xf5,0xef,0xe5,0xff,0xf7,0xf1,0xe6,0xff,0xf6,0xf0,0xe5,0xff,0xf7,0xf1,0xe5, + 0xff,0xf8,0xf2,0xe6,0xff,0xfa,0xf4,0xe7,0xff,0xfa,0xf4,0xe8,0xff,0xfa,0xf4,0xe8, + 0xff,0xfd,0xf6,0xe9,0xff,0xfe,0xf7,0xea,0xff,0xfd,0xf6,0xea,0xff,0xff,0xf8,0xeb, + 0xff,0xfe,0xf7,0xe9,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xeb,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa9,0x93,0x63,0xff,0xa8,0x92,0x64,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0xf,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x1b,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x11,0x17,0x17,0x17, + 0x48,0x55,0x55,0x55,0xbf,0x56,0x56,0x56,0xff,0x60,0x60,0x60,0xff,0xb3,0xb3,0xb2, + 0xff,0xff,0xff,0xfe,0xff,0xfc,0xfc,0xfb,0xff,0xf7,0xf7,0xf5,0xff,0xf8,0xf8,0xf6, + 0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf5, + 0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf7,0xf7,0xf6,0xff,0xff,0xff,0xff,0xff,0xf4,0xf4,0xf1,0xff,0xbb,0xb0,0x9f, + 0xff,0x71,0x5a,0x36,0xff,0x2f,0xf,0x0,0xff,0x40,0x1c,0x0,0xff,0x64,0x37,0x0, + 0xff,0x87,0x4d,0x0,0xff,0x9a,0x59,0x0,0xff,0xa2,0x5e,0x0,0xff,0xb1,0x66,0x0, + 0xff,0xbb,0x6d,0x0,0xff,0xbc,0x6e,0x0,0xff,0xbb,0x6f,0x0,0xff,0xbd,0x71,0x0, + 0xff,0xbf,0x74,0x0,0xff,0xc2,0x77,0x0,0xff,0xc3,0x7a,0x0,0xff,0xc6,0x7c,0x0, + 0xff,0xc7,0x80,0x0,0xff,0xca,0x84,0x0,0xff,0xcc,0x85,0x0,0xff,0xcc,0x86,0x0, + 0xff,0xcf,0x8a,0x0,0xff,0xd1,0x8c,0x0,0xff,0xd1,0x8d,0x0,0xff,0xd3,0x91,0x0, + 0xff,0xd3,0x91,0x0,0xff,0xd6,0x93,0x0,0xff,0xd7,0x94,0x0,0xff,0xdd,0x9f,0x0, + 0xff,0xe5,0xac,0x0,0xff,0xe8,0xb0,0x0,0xff,0xe9,0xb1,0x0,0xff,0xe8,0xb1,0x0, + 0xff,0xe9,0xb4,0x0,0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb5,0x4,0xff,0xeb,0xb6,0x10, + 0xff,0xec,0xb8,0xf,0xff,0xed,0xb7,0x1e,0xff,0xec,0xb8,0x21,0xff,0xed,0xba,0x24, + 0xff,0xed,0xba,0x2a,0xff,0xee,0xbb,0x30,0xff,0xef,0xbc,0x35,0xff,0xee,0xbc,0x34, + 0xff,0xe9,0xb3,0x24,0xff,0xea,0xb4,0x25,0xff,0xea,0xb4,0x2b,0xff,0xee,0xbc,0x3c, + 0xff,0xf0,0xbf,0x3d,0xff,0xf1,0xbf,0x43,0xff,0xf0,0xc0,0x44,0xff,0xf1,0xc1,0x46, + 0xff,0xf0,0xc1,0x46,0xff,0xf1,0xc1,0x4b,0xff,0xf1,0xc1,0x4c,0xff,0xf1,0xc2,0x4f, + 0xff,0xf0,0xc0,0x4b,0xff,0xed,0xbb,0x43,0xff,0xed,0xbb,0x46,0xff,0xed,0xbe,0x47, + 0xff,0xf3,0xc4,0x55,0xff,0xf3,0xc5,0x56,0xff,0xf2,0xc3,0x58,0xff,0xf1,0xc1,0x54, + 0xff,0xf1,0xbd,0x4b,0xff,0xef,0xb9,0x40,0xff,0xeb,0xb4,0x33,0xff,0xea,0xb0,0x25, + 0xff,0xe8,0xac,0x15,0xff,0xe6,0xa8,0x0,0xff,0xe5,0xa4,0x0,0xff,0xe3,0xa1,0x0, + 0xff,0xe1,0x9a,0x0,0xff,0xe3,0xa3,0x0,0xff,0xf2,0xd0,0x91,0xff,0xfc,0xeb,0xcc, + 0xff,0xfc,0xee,0xd0,0xff,0xfc,0xec,0xd0,0xff,0xfc,0xeb,0xce,0xff,0xfc,0xea,0xcb, + 0xff,0xfc,0xeb,0xcc,0xff,0xf7,0xe6,0xc7,0xff,0x93,0x8f,0x70,0xff,0x13,0x3d,0xf, + 0xff,0x28,0x7a,0x46,0xff,0x27,0x7d,0x49,0xff,0x27,0x7c,0x48,0xff,0x28,0x7b,0x47, + 0xff,0x2b,0x85,0x52,0xff,0x33,0x92,0x61,0xff,0x39,0x9d,0x6d,0xff,0x3e,0xa7,0x79, + 0xff,0x41,0xb1,0x81,0xff,0x47,0xb9,0x88,0xff,0x4a,0xc2,0x91,0xff,0x4c,0xc7,0x94, + 0xff,0x4e,0xca,0x96,0xff,0x4f,0xcc,0x96,0xff,0x4e,0xcb,0x96,0xff,0x4d,0xcb,0x93, + 0xff,0x4e,0xca,0x94,0xff,0x4c,0xc9,0x90,0xff,0x4c,0xc9,0x91,0xff,0x4b,0xc9,0x8e, + 0xff,0x4b,0xc9,0x8d,0xff,0x4b,0xc7,0x8b,0xff,0x4a,0xc8,0x8a,0xff,0x4b,0xc7,0x86, + 0xff,0x49,0xc6,0x82,0xff,0x49,0xc5,0x83,0xff,0x48,0xc4,0x80,0xff,0x48,0xc3,0x7c, + 0xff,0x46,0xc1,0x7c,0xff,0x46,0xbf,0x7a,0xff,0x45,0xbe,0x75,0xff,0x45,0xbe,0x71, + 0xff,0x45,0xbc,0x6d,0xff,0x43,0xb9,0x68,0xff,0x43,0xb7,0x66,0xff,0x43,0xb6,0x64, + 0xff,0x41,0xb2,0x60,0xff,0x40,0xb0,0x5e,0xff,0x40,0xad,0x58,0xff,0x3d,0xaa,0x52, + 0xff,0x3c,0xa7,0x4e,0xff,0x3a,0xa4,0x4b,0xff,0x38,0xa0,0x44,0xff,0x38,0x9d,0x3f, + 0xff,0x36,0x99,0x3c,0xff,0x34,0x97,0x37,0xff,0x31,0x94,0x36,0xff,0x30,0x92,0x35, + 0xff,0x2a,0x83,0x2c,0xff,0x24,0x78,0x27,0xff,0x17,0x57,0x1b,0xff,0x2,0x2a,0x2, + 0xff,0x33,0x52,0x39,0xff,0xc8,0xd1,0xca,0xff,0xff,0xff,0xff,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xe1,0xe1,0xe1, + 0xff,0x88,0x88,0x88,0xff,0x82,0x80,0x7f,0xff,0xcc,0xc9,0xc2,0xff,0xf4,0xf0,0xe8, + 0xff,0xeb,0xe6,0xe0,0xff,0xeb,0xe6,0xe0,0xff,0xed,0xe8,0xe0,0xff,0xed,0xe8,0xe0, + 0xff,0xef,0xea,0xe1,0xff,0xf0,0xeb,0xe2,0xff,0xf1,0xec,0xe3,0xff,0xf2,0xec,0xe3, + 0xff,0xf2,0xed,0xe3,0xff,0xf4,0xee,0xe6,0xff,0xf5,0xef,0xe6,0xff,0xf5,0xef,0xe5, + 0xff,0xf7,0xf1,0xe6,0xff,0xf7,0xf1,0xe6,0xff,0xf8,0xf2,0xe7,0xff,0xfa,0xf4,0xe7, + 0xff,0xf9,0xf3,0xe7,0xff,0xfb,0xf5,0xe8,0xff,0xfd,0xf6,0xea,0xff,0xfb,0xf5,0xe9, + 0xff,0xff,0xf7,0xeb,0xff,0xfe,0xf7,0xea,0xff,0xff,0xf8,0xec,0xff,0xff,0xf7,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfd,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xaa,0x94,0x64,0xff,0xa9,0x93,0x63,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xa,0x0,0x0,0x0, + 0xd,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x13,0x0,0x0,0x0, + 0x13,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x7,0x19,0x19,0x19,0x44,0x58,0x58,0x58, + 0xd5,0x54,0x54,0x54,0xff,0x60,0x60,0x60,0xff,0xc5,0xc5,0xc5,0xff,0xff,0xff,0xfe, + 0xff,0xf9,0xf9,0xf8,0xff,0xf7,0xf7,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf6, + 0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf8,0xf8,0xf6, + 0xff,0xf7,0xf7,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf6,0xf6,0xf5,0xff,0xfb,0xfc,0xfa, + 0xff,0xff,0xff,0xff,0xff,0xdd,0xd7,0xcf,0xff,0x8c,0x79,0x5a,0xff,0x3c,0x1c,0x0, + 0xff,0x37,0x14,0x0,0xff,0x5c,0x30,0x0,0xff,0x7c,0x44,0x0,0xff,0x97,0x55,0x0, + 0xff,0xa0,0x5c,0x0,0xff,0xa9,0x62,0x0,0xff,0xb5,0x6a,0x0,0xff,0xbb,0x6d,0x0, + 0xff,0xbb,0x6c,0x0,0xff,0xbb,0x6f,0x0,0xff,0xbe,0x72,0x0,0xff,0xc1,0x76,0x0, + 0xff,0xc2,0x78,0x0,0xff,0xc3,0x7a,0x0,0xff,0xc7,0x7e,0x0,0xff,0xc9,0x80,0x0, + 0xff,0xc9,0x82,0x0,0xff,0xcc,0x85,0x0,0xff,0xce,0x88,0x0,0xff,0xcf,0x89,0x0, + 0xff,0xd0,0x8c,0x0,0xff,0xd2,0x8e,0x0,0xff,0xd4,0x90,0x0,0xff,0xd4,0x92,0x0, + 0xff,0xd6,0x94,0x0,0xff,0xd6,0x94,0x0,0xff,0xdd,0x9e,0x0,0xff,0xe5,0xac,0x0, + 0xff,0xe8,0xb0,0x0,0xff,0xe9,0xb1,0x0,0xff,0xea,0xb2,0x0,0xff,0xe9,0xb1,0x0, + 0xff,0xea,0xb4,0x0,0xff,0xeb,0xb5,0x0,0xff,0xec,0xb6,0x4,0xff,0xec,0xb7,0xa, + 0xff,0xec,0xb7,0x14,0xff,0xec,0xb7,0x1e,0xff,0xee,0xb9,0x21,0xff,0xed,0xba,0x20, + 0xff,0xed,0xba,0x2a,0xff,0xee,0xbb,0x2a,0xff,0xee,0xba,0x2e,0xff,0xee,0xba,0x31, + 0xff,0xe8,0xb4,0x19,0xff,0xe7,0xb2,0x1c,0xff,0xeb,0xb4,0x25,0xff,0xef,0xbd,0x3e, + 0xff,0xf0,0xbe,0x3b,0xff,0xf0,0xbf,0x3d,0xff,0xf0,0xbf,0x40,0xff,0xf0,0xbf,0x47, + 0xff,0xf0,0xc0,0x47,0xff,0xf0,0xc0,0x45,0xff,0xf0,0xc0,0x48,0xff,0xf2,0xc1,0x4b, + 0xff,0xef,0xbd,0x49,0xff,0xec,0xba,0x3e,0xff,0xec,0xba,0x42,0xff,0xee,0xbd,0x4b, + 0xff,0xf3,0xc3,0x57,0xff,0xf2,0xc3,0x51,0xff,0xf2,0xc4,0x54,0xff,0xf1,0xc2,0x4f, + 0xff,0xef,0xbd,0x47,0xff,0xed,0xb7,0x3e,0xff,0xec,0xb3,0x30,0xff,0xe9,0xad,0x20, + 0xff,0xe8,0xaa,0xd,0xff,0xe6,0xa6,0x0,0xff,0xe4,0xa3,0x0,0xff,0xe2,0x9f,0x0, + 0xff,0xdf,0x98,0x0,0xff,0xe4,0xa7,0x1a,0xff,0xf3,0xd3,0x9d,0xff,0xfc,0xeb,0xce, + 0xff,0xfd,0xee,0xd3,0xff,0xfd,0xec,0xd0,0xff,0xfb,0xeb,0xce,0xff,0xfc,0xea,0xce, + 0xff,0xfe,0xee,0xcf,0xff,0xf0,0xe1,0xc5,0xff,0x77,0x79,0x59,0xff,0x18,0x45,0x18, + 0xff,0x28,0x82,0x4d,0xff,0x25,0x7d,0x49,0xff,0x26,0x7c,0x48,0xff,0x25,0x7d,0x49, + 0xff,0x2d,0x89,0x56,0xff,0x35,0x97,0x67,0xff,0x3a,0xa2,0x73,0xff,0x40,0xae,0x7d, + 0xff,0x44,0xb7,0x88,0xff,0x49,0xc0,0x8f,0xff,0x4c,0xc6,0x95,0xff,0x4e,0xca,0x98, + 0xff,0x4f,0xcc,0x98,0xff,0x4e,0xcd,0x98,0xff,0x4f,0xcd,0x97,0xff,0x4e,0xcb,0x96, + 0xff,0x4d,0xcb,0x93,0xff,0x4d,0xca,0x92,0xff,0x4c,0xc9,0x90,0xff,0x4d,0xca,0x8f, + 0xff,0x4b,0xc9,0x8e,0xff,0x4b,0xc8,0x8c,0xff,0x4c,0xc8,0x8a,0xff,0x4a,0xc7,0x88, + 0xff,0x49,0xc5,0x86,0xff,0x49,0xc6,0x83,0xff,0x48,0xc5,0x80,0xff,0x48,0xc3,0x7e, + 0xff,0x48,0xc1,0x7e,0xff,0x47,0xc2,0x7b,0xff,0x46,0xc0,0x78,0xff,0x45,0xc0,0x73, + 0xff,0x45,0xbe,0x6f,0xff,0x43,0xb9,0x6c,0xff,0x43,0xb9,0x68,0xff,0x44,0xb8,0x67, + 0xff,0x41,0xb4,0x62,0xff,0x41,0xb2,0x60,0xff,0x40,0xaf,0x5c,0xff,0x3f,0xac,0x59, + 0xff,0x3e,0xa9,0x53,0xff,0x3c,0xa6,0x4d,0xff,0x3b,0xa2,0x49,0xff,0x37,0x9e,0x46, + 0xff,0x37,0x9c,0x40,0xff,0x33,0x98,0x3c,0xff,0x31,0x95,0x38,0xff,0x31,0x94,0x33, + 0xff,0x2f,0x90,0x32,0xff,0x26,0x7f,0x2b,0xff,0x20,0x72,0x25,0xff,0x13,0x4e,0x1a, + 0xff,0x1,0x24,0x0,0xff,0x34,0x55,0x3a,0xff,0xd7,0xdd,0xd7,0xff,0xff,0xff,0xff, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf7, + 0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xf9,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf9,0xf9,0xf8,0xff,0xff,0xff,0xff, + 0xff,0xdd,0xdd,0xdd,0xff,0x80,0x80,0x80,0xff,0x83,0x82,0x81,0xff,0xd6,0xd2,0xcc, + 0xff,0xfb,0xf6,0xed,0xff,0xed,0xe8,0xe2,0xff,0xee,0xe9,0xe1,0xff,0xf0,0xeb,0xe3, + 0xff,0xf0,0xeb,0xe3,0xff,0xf2,0xed,0xe5,0xff,0xf3,0xee,0xe6,0xff,0xf4,0xef,0xe5, + 0xff,0xf4,0xef,0xe5,0xff,0xf5,0xef,0xe7,0xff,0xf6,0xf0,0xe7,0xff,0xf7,0xf1,0xe6, + 0xff,0xf8,0xf2,0xe7,0xff,0xfa,0xf4,0xe9,0xff,0xfa,0xf4,0xe9,0xff,0xfb,0xf5,0xe9, + 0xff,0xfc,0xf6,0xe9,0xff,0xfc,0xf6,0xea,0xff,0xfe,0xf8,0xeb,0xff,0xfd,0xf7,0xeb, + 0xff,0xff,0xf7,0xeb,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa9,0x93,0x63,0xff,0xaa,0x94,0x64,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0xc,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x12,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x17,0x0,0x0,0x0, + 0x19,0x2,0x2,0x2,0x8,0x27,0x27,0x27,0x5b,0x56,0x56,0x56,0xdb,0x55,0x55,0x55, + 0xff,0x72,0x72,0x72,0xff,0xcc,0xcc,0xcc,0xff,0xfe,0xfe,0xfe,0xff,0xf8,0xf8,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf7,0xf5,0xff,0xff,0xff,0xff,0xff,0xf7,0xf7,0xf5, + 0xff,0xb1,0xa3,0x8f,0xff,0x63,0x49,0x20,0xff,0x30,0x10,0x0,0xff,0x50,0x26,0x0, + 0xff,0x75,0x40,0x0,0xff,0x8e,0x4f,0x0,0xff,0x9d,0x59,0x0,0xff,0xa8,0x60,0x0, + 0xff,0xb3,0x66,0x0,0xff,0xb7,0x6a,0x0,0xff,0xb9,0x6c,0x0,0xff,0xba,0x6e,0x0, + 0xff,0xbd,0x6f,0x0,0xff,0xbf,0x72,0x0,0xff,0xc1,0x75,0x0,0xff,0xc2,0x78,0x0, + 0xff,0xc5,0x7b,0x0,0xff,0xc6,0x7d,0x0,0xff,0xc9,0x80,0x0,0xff,0xcb,0x82,0x0, + 0xff,0xcd,0x84,0x0,0xff,0xcc,0x87,0x0,0xff,0xcf,0x89,0x0,0xff,0xd1,0x8b,0x0, + 0xff,0xd2,0x8e,0x0,0xff,0xd3,0x90,0x0,0xff,0xd4,0x91,0x0,0xff,0xd7,0x94,0x0, + 0xff,0xd7,0x95,0x0,0xff,0xdb,0x9c,0x0,0xff,0xe5,0xab,0x0,0xff,0xe7,0xb0,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xe8,0xb1,0x0,0xff,0xea,0xb2,0x0,0xff,0xeb,0xb4,0x0, + 0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb5,0x0,0xff,0xec,0xb6,0x0,0xff,0xec,0xb7,0xa, + 0xff,0xec,0xb7,0xf,0xff,0xed,0xb8,0x18,0xff,0xed,0xb9,0x1b,0xff,0xee,0xb9,0x21, + 0xff,0xee,0xba,0x29,0xff,0xee,0xbb,0x2b,0xff,0xed,0xbb,0x2a,0xff,0xed,0xb9,0x2b, + 0xff,0xe8,0xb2,0x1a,0xff,0xe8,0xb1,0x1a,0xff,0xe8,0xb4,0x21,0xff,0xef,0xbd,0x3e, + 0xff,0xef,0xbd,0x3a,0xff,0xef,0xbd,0x3b,0xff,0xef,0xbf,0x3d,0xff,0xf0,0xbe,0x42, + 0xff,0xf1,0xc0,0x45,0xff,0xf1,0xc0,0x47,0xff,0xf0,0xc1,0x46,0xff,0xf0,0xc0,0x48, + 0xff,0xee,0xbc,0x44,0xff,0xec,0xb9,0x3a,0xff,0xec,0xba,0x3f,0xff,0xee,0xbd,0x47, + 0xff,0xf1,0xc3,0x51,0xff,0xf2,0xc3,0x51,0xff,0xf2,0xc3,0x54,0xff,0xf1,0xc0,0x50, + 0xff,0xf0,0xbd,0x46,0xff,0xee,0xb8,0x3b,0xff,0xea,0xb2,0x2e,0xff,0xe9,0xad,0x18, + 0xff,0xe7,0xaa,0x0,0xff,0xe6,0xa5,0x0,0xff,0xe4,0xa1,0x0,0xff,0xe3,0x9e,0x0, + 0xff,0xe0,0x98,0x0,0xff,0xe3,0xa5,0xb,0xff,0xf3,0xd2,0x9a,0xff,0xfc,0xeb,0xcf, + 0xff,0xfc,0xed,0xd3,0xff,0xfd,0xee,0xd2,0xff,0xfd,0xec,0xd1,0xff,0xfc,0xed,0xd1, + 0xff,0xff,0xee,0xd2,0xff,0xf2,0xe3,0xc7,0xff,0x7a,0x7c,0x5d,0xff,0x18,0x42,0x15, + 0xff,0x27,0x7f,0x4b,0xff,0x25,0x7e,0x4a,0xff,0x25,0x7e,0x4a,0xff,0x25,0x7e,0x4a, + 0xff,0x2c,0x8b,0x59,0xff,0x35,0x9a,0x69,0xff,0x3c,0xa6,0x77,0xff,0x41,0xb2,0x82, + 0xff,0x47,0xbc,0x8e,0xff,0x4b,0xc4,0x93,0xff,0x4e,0xc9,0x98,0xff,0x4f,0xcc,0x9b, + 0xff,0x50,0xce,0x9c,0xff,0x4f,0xcc,0x98,0xff,0x4e,0xcc,0x97,0xff,0x4e,0xcb,0x96, + 0xff,0x4d,0xcb,0x94,0xff,0x4d,0xca,0x93,0xff,0x4c,0xcb,0x92,0xff,0x4d,0xca,0x90, + 0xff,0x4d,0xca,0x8e,0xff,0x4b,0xc8,0x8c,0xff,0x4b,0xc7,0x8b,0xff,0x4a,0xc7,0x8a, + 0xff,0x49,0xc7,0x87,0xff,0x49,0xc6,0x84,0xff,0x49,0xc5,0x82,0xff,0x48,0xc4,0x7f, + 0xff,0x48,0xc4,0x7f,0xff,0x47,0xc2,0x7c,0xff,0x47,0xc2,0x79,0xff,0x46,0xc0,0x76, + 0xff,0x45,0xbe,0x72,0xff,0x45,0xbc,0x6f,0xff,0x44,0xba,0x6b,0xff,0x43,0xb8,0x69, + 0xff,0x42,0xb6,0x65,0xff,0x40,0xb4,0x62,0xff,0x40,0xb1,0x5d,0xff,0x3e,0xaf,0x5a, + 0xff,0x3d,0xab,0x57,0xff,0x3c,0xa8,0x52,0xff,0x3b,0xa5,0x4e,0xff,0x3a,0xa1,0x49, + 0xff,0x36,0x9d,0x42,0xff,0x36,0x9b,0x3f,0xff,0x33,0x97,0x3a,0xff,0x31,0x94,0x35, + 0xff,0x31,0x92,0x36,0xff,0x2e,0x8d,0x2f,0xff,0x24,0x7b,0x28,0xff,0x1f,0x6f,0x24, + 0xff,0x11,0x4d,0x16,0xff,0x1,0x23,0x0,0xff,0x4a,0x67,0x4d,0xff,0xe8,0xeb,0xe7, + 0xff,0xff,0xff,0xff,0xff,0xf7,0xf7,0xf6,0xff,0xf9,0xf9,0xf7,0xff,0xf9,0xf9,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf6,0xff,0xf9,0xf9,0xf9, + 0xff,0xfd,0xfd,0xfd,0xff,0xcf,0xcf,0xcf,0xff,0x7c,0x7c,0x7c,0xff,0x86,0x84,0x83, + 0xff,0xe5,0xe0,0xd9,0xff,0xf9,0xf4,0xec,0xff,0xf1,0xec,0xe3,0xff,0xf2,0xed,0xe5, + 0xff,0xf3,0xee,0xe6,0xff,0xf4,0xef,0xe7,0xff,0xf5,0xf0,0xe6,0xff,0xf6,0xf1,0xe7, + 0xff,0xf6,0xf1,0xe6,0xff,0xf7,0xf1,0xe8,0xff,0xf8,0xf2,0xe7,0xff,0xfa,0xf4,0xe9, + 0xff,0xfa,0xf4,0xe9,0xff,0xfb,0xf5,0xea,0xff,0xfb,0xf5,0xea,0xff,0xfc,0xf6,0xea, + 0xff,0xfd,0xf7,0xeb,0xff,0xfe,0xf8,0xec,0xff,0xfe,0xf8,0xec,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa9,0x93,0x64,0xff,0xa9,0x93,0x63,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0xb,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0xf,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x15,0x2,0x2,0x2, + 0x5,0x33,0x33,0x33,0x5d,0x5c,0x5c,0x5c,0xed,0x53,0x53,0x53,0xff,0x72,0x72,0x72, + 0xff,0xd8,0xd8,0xd8,0xff,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf8,0xf8,0xf6,0xff,0xff,0xff,0xff,0xff,0xdd,0xd6,0xd0,0xff,0x81,0x6b,0x4a, + 0xff,0x3e,0x1f,0x0,0xff,0x36,0x14,0x0,0xff,0x65,0x37,0x0,0xff,0x84,0x49,0x0, + 0xff,0x96,0x54,0x0,0xff,0xa2,0x5b,0x0,0xff,0xae,0x63,0x0,0xff,0xb7,0x69,0x0, + 0xff,0xb9,0x6b,0x0,0xff,0xb8,0x6b,0x0,0xff,0xba,0x6f,0x0,0xff,0xbc,0x71,0x0, + 0xff,0xbf,0x74,0x0,0xff,0xc2,0x76,0x0,0xff,0xc2,0x78,0x0,0xff,0xc4,0x7b,0x0, + 0xff,0xc7,0x7e,0x0,0xff,0xc9,0x80,0x0,0xff,0xcb,0x82,0x0,0xff,0xcd,0x84,0x0, + 0xff,0xd0,0x86,0x0,0xff,0xd0,0x89,0x0,0xff,0xd1,0x8b,0x0,0xff,0xd2,0x8d,0x0, + 0xff,0xd3,0x8f,0x0,0xff,0xd4,0x91,0x0,0xff,0xd5,0x93,0x0,0xff,0xd6,0x95,0x0, + 0xff,0xdc,0x9d,0x0,0xff,0xe5,0xac,0x0,0xff,0xe7,0xaf,0x0,0xff,0xe7,0xaf,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb1,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb3,0x0, + 0xff,0xeb,0xb5,0x0,0xff,0xea,0xb4,0x0,0xff,0xeb,0xb5,0x0,0xff,0xed,0xb7,0xa, + 0xff,0xed,0xb8,0xf,0xff,0xec,0xb7,0x17,0xff,0xed,0xb9,0x13,0xff,0xec,0xb8,0x1a, + 0xff,0xee,0xba,0x23,0xff,0xed,0xb9,0x28,0xff,0xee,0xbb,0x2b,0xff,0xec,0xb8,0x24, + 0xff,0xe8,0xb1,0x17,0xff,0xe8,0xb1,0x17,0xff,0xe9,0xb4,0x26,0xff,0xef,0xbd,0x3a, + 0xff,0xf0,0xbd,0x3a,0xff,0xef,0xbd,0x3b,0xff,0xef,0xbd,0x3a,0xff,0xf0,0xbf,0x40, + 0xff,0xf0,0xbf,0x43,0xff,0xf1,0xc0,0x44,0xff,0xf0,0xc0,0x47,0xff,0xf0,0xc0,0x45, + 0xff,0xed,0xbb,0x3d,0xff,0xeb,0xb8,0x3b,0xff,0xec,0xba,0x3b,0xff,0xef,0xbe,0x48, + 0xff,0xf1,0xc2,0x50,0xff,0xf1,0xc2,0x50,0xff,0xf1,0xc2,0x52,0xff,0xf1,0xc1,0x4e, + 0xff,0xef,0xbb,0x44,0xff,0xee,0xb7,0x3a,0xff,0xea,0xb1,0x29,0xff,0xe8,0xac,0x18, + 0xff,0xe6,0xa9,0x0,0xff,0xe5,0xa5,0x0,0xff,0xe4,0xa1,0x0,0xff,0xe4,0x9e,0x0, + 0xff,0xdf,0x96,0x0,0xff,0xe2,0xa0,0x0,0xff,0xf2,0xce,0x90,0xff,0xfd,0xee,0xd1, + 0xff,0xfd,0xf0,0xd5,0xff,0xfd,0xef,0xd4,0xff,0xfd,0xee,0xd3,0xff,0xfd,0xee,0xd2, + 0xff,0xfd,0xed,0xd3,0xff,0xf8,0xe9,0xcd,0xff,0x96,0x93,0x75,0xff,0x14,0x3d,0xe, + 0xff,0x25,0x7a,0x48,0xff,0x24,0x80,0x4b,0xff,0x24,0x7e,0x4a,0xff,0x24,0x7e,0x4b, + 0xff,0x2b,0x8b,0x59,0xff,0x35,0x9b,0x6c,0xff,0x3d,0xa9,0x7b,0xff,0x42,0xb4,0x86, + 0xff,0x49,0xbf,0x91,0xff,0x4d,0xc7,0x98,0xff,0x4f,0xcc,0x9d,0xff,0x50,0xce,0x9d, + 0xff,0x51,0xce,0x9c,0xff,0x50,0xcd,0x9a,0xff,0x4e,0xcc,0x98,0xff,0x4f,0xcc,0x97, + 0xff,0x4e,0xcc,0x95,0xff,0x4d,0xca,0x93,0xff,0x4e,0xcb,0x92,0xff,0x4d,0xca,0x91, + 0xff,0x4c,0xc9,0x8f,0xff,0x4b,0xc8,0x8c,0xff,0x4b,0xc8,0x8a,0xff,0x4a,0xc7,0x89, + 0xff,0x4a,0xc7,0x86,0xff,0x49,0xc5,0x86,0xff,0x49,0xc5,0x84,0xff,0x48,0xc4,0x80, + 0xff,0x48,0xc4,0x7e,0xff,0x47,0xc3,0x7e,0xff,0x47,0xc2,0x7a,0xff,0x47,0xc0,0x78, + 0xff,0x45,0xc0,0x73,0xff,0x45,0xbd,0x6f,0xff,0x44,0xbc,0x6d,0xff,0x44,0xba,0x69, + 0xff,0x42,0xb8,0x67,0xff,0x43,0xb6,0x64,0xff,0x41,0xb3,0x61,0xff,0x40,0xb1,0x5f, + 0xff,0x3f,0xad,0x5a,0xff,0x3c,0xaa,0x55,0xff,0x3c,0xa8,0x52,0xff,0x3a,0xa3,0x4a, + 0xff,0x38,0xa0,0x48,0xff,0x36,0x9c,0x41,0xff,0x34,0x9a,0x40,0xff,0x32,0x95,0x37, + 0xff,0x31,0x93,0x34,0xff,0x30,0x92,0x30,0xff,0x2a,0x89,0x2b,0xff,0x22,0x78,0x27, + 0xff,0x1d,0x6b,0x23,0xff,0xb,0x41,0xd,0xff,0x2,0x23,0x0,0xff,0x56,0x73,0x5a, + 0xff,0xe5,0xeb,0xe5,0xff,0xfe,0xfe,0xfe,0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf9,0xf9,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xfa,0xfa,0xf8,0xff,0xfe,0xfe,0xfc,0xff,0xca,0xca,0xc9,0xff,0x7b,0x7b,0x7b, + 0xff,0x8c,0x8b,0x89,0xff,0xe3,0xdf,0xd9,0xff,0xf8,0xf3,0xea,0xff,0xf3,0xee,0xe6, + 0xff,0xf5,0xf0,0xe8,0xff,0xf6,0xf1,0xe7,0xff,0xf7,0xf2,0xe7,0xff,0xf7,0xf2,0xe7, + 0xff,0xf8,0xf3,0xe8,0xff,0xf9,0xf3,0xe9,0xff,0xfa,0xf4,0xe9,0xff,0xfb,0xf5,0xea, + 0xff,0xfd,0xf7,0xec,0xff,0xfc,0xf6,0xeb,0xff,0xfe,0xf8,0xed,0xff,0xfe,0xf8,0xeb, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xf6,0xeb,0xd4, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xaa,0x93,0x65,0xff,0xaa,0x94,0x64,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0xa,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0xf,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x12,0x3,0x3,0x3,0x5,0x35,0x35,0x35, + 0x5b,0x59,0x59,0x59,0xec,0x52,0x52,0x52,0xff,0x71,0x71,0x71,0xff,0xd8,0xd8,0xd8, + 0xff,0xfc,0xfc,0xfc,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xfa,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfb,0xff,0xb5,0xa8,0x97,0xff,0x59,0x3c,0xc,0xff,0x32,0x12,0x0, + 0xff,0x50,0x26,0x0,0xff,0x79,0x41,0x0,0xff,0x90,0x50,0x0,0xff,0x9d,0x57,0x0, + 0xff,0xa9,0x60,0x0,0xff,0xb3,0x67,0x0,0xff,0xb7,0x67,0x0,0xff,0xb8,0x6a,0x0, + 0xff,0xb9,0x6b,0x0,0xff,0xbb,0x6f,0x0,0xff,0xbd,0x70,0x0,0xff,0xbf,0x73,0x0, + 0xff,0xc1,0x76,0x0,0xff,0xc5,0x79,0x0,0xff,0xc5,0x7c,0x0,0xff,0xc7,0x7d,0x0, + 0xff,0xca,0x81,0x0,0xff,0xcc,0x83,0x0,0xff,0xcd,0x85,0x0,0xff,0xce,0x87,0x0, + 0xff,0xd0,0x89,0x0,0xff,0xd3,0x8c,0x0,0xff,0xd3,0x8e,0x0,0xff,0xd3,0x8e,0x0, + 0xff,0xd5,0x91,0x0,0xff,0xd6,0x92,0x0,0xff,0xd6,0x93,0x0,0xff,0xdd,0x9d,0x0, + 0xff,0xe6,0xab,0x0,0xff,0xe6,0xae,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe8,0xb1,0x0, + 0xff,0xea,0xb1,0x0,0xff,0xea,0xb2,0x0,0xff,0xe9,0xb2,0x0,0xff,0xea,0xb3,0x0, + 0xff,0xeb,0xb5,0x0,0xff,0xec,0xb6,0x0,0xff,0xec,0xb6,0x0,0xff,0xeb,0xb6,0x0, + 0xff,0xed,0xb6,0xa,0xff,0xed,0xb8,0xf,0xff,0xed,0xb8,0x18,0xff,0xec,0xb8,0x13, + 0xff,0xee,0xb9,0x21,0xff,0xee,0xba,0x23,0xff,0xed,0xba,0x25,0xff,0xe9,0xb4,0x1c, + 0xff,0xe8,0xaf,0x13,0xff,0xe8,0xb0,0x16,0xff,0xea,0xb5,0x28,0xff,0xee,0xbc,0x32, + 0xff,0xee,0xbc,0x36,0xff,0xf0,0xbd,0x3a,0xff,0xef,0xbd,0x3a,0xff,0xf0,0xbf,0x39, + 0xff,0xf0,0xbf,0x40,0xff,0xf1,0xbf,0x43,0xff,0xf0,0xbf,0x44,0xff,0xf0,0xbf,0x44, + 0xff,0xec,0xb9,0x3a,0xff,0xea,0xb7,0x37,0xff,0xea,0xb8,0x3c,0xff,0xf0,0xbf,0x46, + 0xff,0xf1,0xc1,0x4f,0xff,0xf1,0xc1,0x4f,0xff,0xf1,0xc3,0x4d,0xff,0xf0,0xc1,0x4b, + 0xff,0xee,0xbb,0x41,0xff,0xed,0xb7,0x36,0xff,0xeb,0xb1,0x25,0xff,0xe8,0xab,0x14, + 0xff,0xe6,0xa7,0x0,0xff,0xe5,0xa5,0x0,0xff,0xe4,0xa0,0x0,0xff,0xe3,0x9d,0x0, + 0xff,0xdf,0x97,0x0,0xff,0xe2,0x9e,0x0,0xff,0xf1,0xca,0x87,0xff,0xfc,0xec,0xcf, + 0xff,0xfe,0xf0,0xd9,0xff,0xfd,0xf0,0xd5,0xff,0xfd,0xef,0xd6,0xff,0xfd,0xee,0xd5, + 0xff,0xfd,0xed,0xd4,0xff,0xff,0xf0,0xd5,0xff,0xb8,0xb2,0x95,0xff,0xe,0x33,0x1, + 0xff,0x24,0x73,0x41,0xff,0x24,0x82,0x4e,0xff,0x23,0x7f,0x4b,0xff,0x23,0x7e,0x4a, + 0xff,0x2a,0x8a,0x57,0xff,0x34,0x9a,0x6b,0xff,0x3c,0xa8,0x7b,0xff,0x44,0xb6,0x88, + 0xff,0x4a,0xbf,0x93,0xff,0x4e,0xc9,0x9a,0xff,0x50,0xcd,0x9e,0xff,0x50,0xce,0x9e, + 0xff,0x51,0xce,0x9e,0xff,0x50,0xcd,0x9b,0xff,0x4e,0xcc,0x98,0xff,0x4e,0xcc,0x97, + 0xff,0x4f,0xcb,0x96,0xff,0x4d,0xcb,0x95,0xff,0x4d,0xca,0x93,0xff,0x4c,0xca,0x90, + 0xff,0x4c,0xc9,0x8f,0xff,0x4c,0xc9,0x8f,0xff,0x4c,0xc9,0x8d,0xff,0x4c,0xc8,0x8a, + 0xff,0x4a,0xc6,0x87,0xff,0x49,0xc6,0x85,0xff,0x49,0xc5,0x84,0xff,0x48,0xc5,0x83, + 0xff,0x48,0xc4,0x7e,0xff,0x48,0xc4,0x7d,0xff,0x47,0xc3,0x7c,0xff,0x47,0xc1,0x79, + 0xff,0x46,0xc1,0x76,0xff,0x45,0xbf,0x72,0xff,0x43,0xbc,0x6f,0xff,0x44,0xbb,0x6a, + 0xff,0x43,0xb9,0x6a,0xff,0x42,0xb7,0x68,0xff,0x41,0xb5,0x64,0xff,0x3f,0xb3,0x61, + 0xff,0x3e,0xb0,0x5d,0xff,0x3d,0xab,0x5a,0xff,0x3c,0xab,0x55,0xff,0x3a,0xa7,0x50, + 0xff,0x38,0xa2,0x4b,0xff,0x36,0xa0,0x46,0xff,0x33,0x9c,0x3e,0xff,0x30,0x97,0x37, + 0xff,0x30,0x93,0x35,0xff,0x2d,0x91,0x2c,0xff,0x2b,0x8e,0x2a,0xff,0x26,0x84,0x27, + 0xff,0x1d,0x75,0x1f,0xff,0x18,0x66,0x18,0xff,0x8,0x3f,0x5,0xff,0x1,0x23,0x0, + 0xff,0x71,0x88,0x74,0xff,0xfc,0xfb,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf7,0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf6, + 0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf7, + 0xff,0xf8,0xf8,0xf7,0xff,0xfb,0xfb,0xfa,0xff,0xfd,0xfd,0xfd,0xff,0xb7,0xb7,0xb7, + 0xff,0x72,0x72,0x72,0xff,0xa3,0xa1,0x9e,0xff,0xf4,0xf0,0xe6,0xff,0xf9,0xf4,0xeb, + 0xff,0xf7,0xf2,0xe8,0xff,0xf7,0xf2,0xe8,0xff,0xfa,0xf5,0xea,0xff,0xfb,0xf6,0xeb, + 0xff,0xf9,0xf4,0xe9,0xff,0xfd,0xf7,0xed,0xff,0xfd,0xf7,0xec,0xff,0xfe,0xf8,0xed, + 0xff,0xfe,0xf8,0xed,0xff,0xfe,0xf8,0xed,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xf6,0xea,0xd4, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xaa,0x95,0x65,0xff,0xaa,0x93,0x65,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x8,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0xf,0x4,0x4,0x4,0x7,0x37,0x37,0x37,0x5a,0x5b,0x5b,0x5b, + 0xee,0x52,0x52,0x52,0xff,0x71,0x71,0x71,0xff,0xd8,0xd8,0xd8,0xff,0xfc,0xfc,0xfc, + 0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xfc,0xfc,0xfd,0xff,0xec,0xea,0xe7, + 0xff,0x88,0x74,0x58,0xff,0x3b,0x1c,0x0,0xff,0x36,0x16,0x0,0xff,0x63,0x33,0x0, + 0xff,0x87,0x49,0x0,0xff,0x96,0x52,0x0,0xff,0xa5,0x5b,0x0,0xff,0xb2,0x64,0x0, + 0xff,0xb5,0x66,0x0,0xff,0xb6,0x68,0x0,0xff,0xb8,0x6b,0x0,0xff,0xbb,0x6d,0x0, + 0xff,0xbd,0x6f,0x0,0xff,0xbf,0x73,0x0,0xff,0xc1,0x75,0x0,0xff,0xc3,0x78,0x0, + 0xff,0xc4,0x7b,0x0,0xff,0xc6,0x7d,0x0,0xff,0xc9,0x7f,0x0,0xff,0xca,0x81,0x0, + 0xff,0xcb,0x83,0x0,0xff,0xce,0x86,0x0,0xff,0xcf,0x88,0x0,0xff,0xcf,0x89,0x0, + 0xff,0xd2,0x8c,0x0,0xff,0xd4,0x8d,0x0,0xff,0xd4,0x8f,0x0,0xff,0xd5,0x91,0x0, + 0xff,0xd6,0x93,0x0,0xff,0xd7,0x94,0x0,0xff,0xda,0x99,0x0,0xff,0xe5,0xaa,0x0, + 0xff,0xe7,0xad,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe8,0xb0,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe9,0xb1,0x0,0xff,0xe9,0xb2,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb5,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb5,0x0,0xff,0xeb,0xb5,0x0, + 0xff,0xec,0xb7,0x0,0xff,0xed,0xb7,0xa,0xff,0xed,0xb8,0xf,0xff,0xed,0xb8,0x18, + 0xff,0xed,0xb8,0x20,0xff,0xed,0xb9,0x23,0xff,0xed,0xba,0x25,0xff,0xe9,0xb3,0xd, + 0xff,0xe7,0xb0,0x9,0xff,0xe8,0xb0,0x14,0xff,0xec,0xb7,0x27,0xff,0xee,0xbb,0x34, + 0xff,0xef,0xbc,0x34,0xff,0xef,0xbd,0x36,0xff,0xf0,0xbd,0x3d,0xff,0xef,0xbe,0x3b, + 0xff,0xf0,0xbf,0x3d,0xff,0xf0,0xbf,0x40,0xff,0xef,0xbe,0x42,0xff,0xf0,0xc0,0x41, + 0xff,0xea,0xb7,0x34,0xff,0xeb,0xb7,0x36,0xff,0xec,0xb9,0x3a,0xff,0xf0,0xbf,0x47, + 0xff,0xf1,0xc1,0x4c,0xff,0xf1,0xc1,0x4c,0xff,0xf1,0xc1,0x4c,0xff,0xf0,0xc0,0x4b, + 0xff,0xef,0xbc,0x41,0xff,0xed,0xb6,0x38,0xff,0xea,0xb2,0x25,0xff,0xe8,0xac,0xc, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa4,0x0,0xff,0xe3,0x9f,0x0,0xff,0xe1,0x9c,0x0, + 0xff,0xdf,0x96,0x0,0xff,0xdf,0x97,0x0,0xff,0xed,0xc1,0x74,0xff,0xfb,0xea,0xcd, + 0xff,0xfd,0xf1,0xd9,0xff,0xfd,0xef,0xd9,0xff,0xfd,0xf0,0xd7,0xff,0xfc,0xef,0xd6, + 0xff,0xfd,0xee,0xd5,0xff,0xff,0xf6,0xdd,0xff,0xd1,0xc6,0xad,0xff,0x1f,0x39,0x11, + 0xff,0x22,0x65,0x36,0xff,0x24,0x84,0x4f,0xff,0x22,0x7f,0x4d,0xff,0x20,0x7f,0x4b, + 0xff,0x26,0x86,0x53,0xff,0x30,0x98,0x68,0xff,0x3b,0xa9,0x7a,0xff,0x42,0xb5,0x87, + 0xff,0x4a,0xc0,0x93,0xff,0x4e,0xca,0x9b,0xff,0x51,0xcf,0xa0,0xff,0x50,0xcf,0x9f, + 0xff,0x51,0xcf,0x9e,0xff,0x4f,0xcd,0x9b,0xff,0x4f,0xcd,0x9a,0xff,0x4e,0xcc,0x98, + 0xff,0x4f,0xcc,0x96,0xff,0x4d,0xcb,0x94,0xff,0x4d,0xca,0x93,0xff,0x4d,0xcb,0x92, + 0xff,0x4d,0xca,0x91,0xff,0x4c,0xc9,0x8d,0xff,0x4b,0xc8,0x8d,0xff,0x4b,0xc9,0x8b, + 0xff,0x4b,0xc7,0x8b,0xff,0x48,0xc6,0x87,0xff,0x49,0xc5,0x84,0xff,0x49,0xc6,0x83, + 0xff,0x47,0xc4,0x7f,0xff,0x48,0xc4,0x7c,0xff,0x47,0xc3,0x7b,0xff,0x47,0xc1,0x7a, + 0xff,0x45,0xc1,0x77,0xff,0x46,0xbf,0x73,0xff,0x45,0xbe,0x70,0xff,0x44,0xbe,0x6f, + 0xff,0x44,0xbc,0x6d,0xff,0x41,0xb9,0x6a,0xff,0x41,0xb8,0x67,0xff,0x40,0xb5,0x63, + 0xff,0x3f,0xb2,0x60,0xff,0x3d,0xaf,0x5c,0xff,0x3a,0xab,0x55,0xff,0x36,0xa5,0x4d, + 0xff,0x34,0xa1,0x45,0xff,0x32,0x9e,0x40,0xff,0x31,0x9b,0x3c,0xff,0x2f,0x96,0x3c, + 0xff,0x2d,0x95,0x34,0xff,0x2a,0x90,0x2d,0xff,0x28,0x8d,0x28,0xff,0x27,0x8b,0x28, + 0xff,0x23,0x83,0x25,0xff,0x1c,0x74,0x1b,0xff,0x16,0x62,0x18,0xff,0x4,0x36,0x3, + 0xff,0x2,0x28,0x1,0xff,0x78,0x8e,0x7c,0xff,0xf7,0xf7,0xf7,0xff,0xfa,0xfa,0xfa, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xb5,0xb5,0xb5,0xff,0x78,0x78,0x78,0xff,0xa1,0x9f,0x9b,0xff,0xf5,0xf0,0xe8, + 0xff,0xfc,0xf7,0xed,0xff,0xfb,0xf6,0xed,0xff,0xfb,0xf6,0xeb,0xff,0xfc,0xf7,0xec, + 0xff,0xfd,0xf8,0xed,0xff,0xfd,0xf7,0xed,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf9,0xeb,0xff,0xf6,0xea,0xd4, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xaa,0x94,0x64,0xff,0xaa,0x94,0x64,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x5,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0xb,0x0,0x0,0x0, + 0xc,0x0,0x0,0x0,0x4,0x18,0x18,0x18,0x40,0x5e,0x5e,0x5e,0xdf,0x52,0x52,0x52, + 0xff,0x72,0x72,0x72,0xff,0xd8,0xd8,0xd7,0xff,0xfc,0xfc,0xf9,0xff,0xf7,0xf7,0xf7, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf7,0xf7,0xff,0xcb,0xc3,0xb8,0xff,0x58,0x3d,0x12, + 0xff,0x37,0x18,0x0,0xff,0x47,0x21,0x0,0xff,0x73,0x3e,0x0,0xff,0x8b,0x4b,0x0, + 0xff,0x98,0x53,0x0,0xff,0xa8,0x5c,0x0,0xff,0xb3,0x65,0x0,0xff,0xb5,0x65,0x0, + 0xff,0xb6,0x68,0x0,0xff,0xb8,0x6a,0x0,0xff,0xbc,0x6d,0x0,0xff,0xbe,0x70,0x0, + 0xff,0xc0,0x73,0x0,0xff,0xc2,0x76,0x0,0xff,0xc3,0x78,0x0,0xff,0xc5,0x7a,0x0, + 0xff,0xc7,0x7d,0x0,0xff,0xc9,0x7f,0x0,0xff,0xca,0x81,0x0,0xff,0xcd,0x84,0x0, + 0xff,0xce,0x85,0x0,0xff,0xce,0x87,0x0,0xff,0xd0,0x89,0x0,0xff,0xd0,0x8b,0x0, + 0xff,0xd3,0x8c,0x0,0xff,0xd5,0x8f,0x0,0xff,0xd6,0x91,0x0,0xff,0xd6,0x92,0x0, + 0xff,0xd8,0x94,0x0,0xff,0xdb,0x99,0x0,0xff,0xe4,0xa8,0x0,0xff,0xe7,0xad,0x0, + 0xff,0xe7,0xae,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe9,0xb1,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xeb,0xb2,0x0,0xff,0xea,0xb3,0x0,0xff,0xeb,0xb4,0x0, + 0xff,0xea,0xb4,0x0,0xff,0xec,0xb5,0x0,0xff,0xeb,0xb5,0x0,0xff,0xec,0xb6,0x0, + 0xff,0xeb,0xb5,0x0,0xff,0xec,0xb6,0x0,0xff,0xed,0xb7,0xa,0xff,0xed,0xb8,0xf, + 0xff,0xed,0xb9,0x1b,0xff,0xee,0xb9,0x21,0xff,0xef,0xba,0x24,0xff,0xe8,0xb1,0x2, + 0xff,0xe7,0xaf,0x3,0xff,0xe6,0xaf,0x9,0xff,0xed,0xb8,0x29,0xff,0xee,0xbb,0x30, + 0xff,0xee,0xbb,0x34,0xff,0xee,0xbb,0x34,0xff,0xef,0xbd,0x39,0xff,0xef,0xbd,0x37, + 0xff,0xef,0xbd,0x3b,0xff,0xf0,0xbe,0x3e,0xff,0xf0,0xbf,0x40,0xff,0xee,0xbd,0x3b, + 0xff,0xeb,0xb5,0x31,0xff,0xea,0xb6,0x32,0xff,0xeb,0xb7,0x38,0xff,0xf0,0xc1,0x46, + 0xff,0xf0,0xc1,0x49,0xff,0xf0,0xc0,0x4b,0xff,0xf1,0xc1,0x4c,0xff,0xf1,0xc0,0x4b, + 0xff,0xee,0xbc,0x41,0xff,0xec,0xb7,0x36,0xff,0xea,0xb1,0x23,0xff,0xe7,0xab,0x0, + 0xff,0xe6,0xa7,0x0,0xff,0xe5,0xa4,0x0,0xff,0xe3,0x9e,0x0,0xff,0xe1,0x9b,0x0, + 0xff,0xdf,0x96,0x0,0xff,0xde,0x94,0x0,0xff,0xeb,0xb7,0x5d,0xff,0xfa,0xe6,0xc4, + 0xff,0xfd,0xf1,0xdb,0xff,0xfd,0xf0,0xda,0xff,0xfe,0xf0,0xd9,0xff,0xfc,0xef,0xd7, + 0xff,0xfd,0xf0,0xd8,0xff,0xff,0xf3,0xdd,0xff,0xe6,0xdb,0xc3,0xff,0x59,0x5f,0x40, + 0xff,0x18,0x4c,0x1d,0xff,0x23,0x85,0x4f,0xff,0x22,0x80,0x4c,0xff,0x22,0x80,0x4d, + 0xff,0x25,0x83,0x52,0xff,0x2e,0x94,0x64,0xff,0x39,0xa7,0x7a,0xff,0x42,0xb4,0x88, + 0xff,0x4a,0xc1,0x93,0xff,0x4e,0xca,0x9c,0xff,0x50,0xce,0xa1,0xff,0x51,0xcf,0xa1, + 0xff,0x51,0xcf,0xa0,0xff,0x50,0xcd,0x9d,0xff,0x4f,0xcd,0x9a,0xff,0x4f,0xcd,0x99, + 0xff,0x4e,0xcc,0x97,0xff,0x4e,0xcb,0x96,0xff,0x4d,0xcb,0x93,0xff,0x4d,0xca,0x92, + 0xff,0x4c,0xc9,0x90,0xff,0x4c,0xc9,0x8f,0xff,0x4b,0xc8,0x8c,0xff,0x4b,0xc8,0x89, + 0xff,0x4a,0xc8,0x88,0xff,0x4a,0xc8,0x87,0xff,0x49,0xc6,0x86,0xff,0x49,0xc5,0x82, + 0xff,0x47,0xc4,0x81,0xff,0x47,0xc4,0x7d,0xff,0x47,0xc4,0x7d,0xff,0x47,0xc3,0x7a, + 0xff,0x46,0xc2,0x79,0xff,0x46,0xc1,0x74,0xff,0x45,0xbf,0x71,0xff,0x44,0xbf,0x70, + 0xff,0x44,0xbc,0x6e,0xff,0x45,0xbb,0x6c,0xff,0x42,0xb9,0x6a,0xff,0x3e,0xb6,0x62, + 0xff,0x3b,0xaf,0x5a,0xff,0x39,0xab,0x54,0xff,0x37,0xa9,0x52,0xff,0x36,0xa5,0x4c, + 0xff,0x34,0xa2,0x49,0xff,0x33,0xa0,0x45,0xff,0x31,0x9d,0x3f,0xff,0x2f,0x99,0x3a, + 0xff,0x2e,0x96,0x35,0xff,0x2c,0x93,0x31,0xff,0x28,0x8f,0x2c,0xff,0x27,0x8c,0x26, + 0xff,0x26,0x8a,0x26,0xff,0x22,0x81,0x22,0xff,0x1a,0x73,0x1d,0xff,0x13,0x60,0x19, + 0xff,0x3,0x33,0x5,0xff,0x0,0x24,0x0,0xff,0x8a,0x9c,0x8d,0xff,0xfe,0xfe,0xfe, + 0xff,0xf9,0xf9,0xf9,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf9,0xf9, + 0xff,0xfb,0xfb,0xfb,0xff,0xa0,0xa0,0xa0,0xff,0x74,0x74,0x74,0xff,0xbb,0xb8,0xb2, + 0xff,0xfb,0xf6,0xec,0xff,0xff,0xf9,0xf0,0xff,0xfd,0xf8,0xed,0xff,0xfe,0xf9,0xee, + 0xff,0xfe,0xf8,0xee,0xff,0xff,0xf9,0xf0,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf9,0xeb,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xaa,0x94,0x66,0xff,0xab,0x95,0x65,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x4,0x14,0x14,0x14,0x36,0x5b,0x5b,0x5b,0xd3,0x52,0x52,0x52,0xff,0x74,0x74,0x74, + 0xff,0xd8,0xd8,0xd6,0xff,0xfd,0xfd,0xfc,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf9,0xf9,0xf8, + 0xff,0xf0,0xef,0xeb,0xff,0xaa,0x9d,0x8a,0xff,0x41,0x22,0x0,0xff,0x37,0x19,0x0, + 0xff,0x57,0x2b,0x0,0xff,0x80,0x43,0x0,0xff,0x8c,0x4c,0x0,0xff,0x99,0x53,0x0, + 0xff,0xaa,0x5d,0x0,0xff,0xb0,0x61,0x0,0xff,0xb3,0x64,0x0,0xff,0xb6,0x68,0x0, + 0xff,0xb9,0x6b,0x0,0xff,0xba,0x6d,0x0,0xff,0xbd,0x70,0x0,0xff,0xc0,0x73,0x0, + 0xff,0xc2,0x75,0x0,0xff,0xc3,0x78,0x0,0xff,0xc6,0x7a,0x0,0xff,0xc8,0x7d,0x0, + 0xff,0xc9,0x80,0x0,0xff,0xca,0x81,0x0,0xff,0xcc,0x83,0x0,0xff,0xce,0x84,0x0, + 0xff,0xcf,0x86,0x0,0xff,0xd1,0x89,0x0,0xff,0xd1,0x8b,0x0,0xff,0xd2,0x8c,0x0, + 0xff,0xd3,0x8d,0x0,0xff,0xd6,0x90,0x0,0xff,0xd7,0x91,0x0,0xff,0xd8,0x93,0x0, + 0xff,0xd9,0x97,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe7,0xad,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe8,0xae,0x0,0xff,0xe7,0xae,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xea,0xb2,0x0,0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb3,0x0,0xff,0xea,0xb3,0x0, + 0xff,0xea,0xb3,0x0,0xff,0xea,0xb4,0x0,0xff,0xec,0xb5,0x0,0xff,0xec,0xb6,0x0, + 0xff,0xec,0xb6,0x0,0xff,0xec,0xb7,0x0,0xff,0xec,0xb6,0x0,0xff,0xec,0xb7,0x2, + 0xff,0xec,0xb7,0x17,0xff,0xec,0xb8,0x1a,0xff,0xec,0xb6,0x1b,0xff,0xe7,0xae,0x0, + 0xff,0xe7,0xaf,0x0,0xff,0xe7,0xb0,0x0,0xff,0xec,0xb9,0x28,0xff,0xee,0xba,0x2e, + 0xff,0xef,0xbc,0x31,0xff,0xee,0xbb,0x30,0xff,0xef,0xbc,0x35,0xff,0xef,0xbc,0x39, + 0xff,0xef,0xbd,0x37,0xff,0xef,0xbd,0x3a,0xff,0xef,0xbd,0x3e,0xff,0xee,0xbc,0x3b, + 0xff,0xe9,0xb4,0x2f,0xff,0xeb,0xb6,0x31,0xff,0xec,0xb7,0x39,0xff,0xf1,0xc1,0x49, + 0xff,0xf0,0xc0,0x45,0xff,0xf0,0xc0,0x48,0xff,0xf1,0xc1,0x4b,0xff,0xf1,0xc0,0x4b, + 0xff,0xf0,0xbd,0x40,0xff,0xec,0xb6,0x36,0xff,0xea,0xb2,0x20,0xff,0xe8,0xab,0x0, + 0xff,0xe6,0xa6,0x0,0xff,0xe5,0xa3,0x0,0xff,0xe3,0x9f,0x0,0xff,0xe1,0x9b,0x0, + 0xff,0xdf,0x97,0x0,0xff,0xdc,0x90,0x0,0xff,0xe5,0xa8,0x33,0xff,0xf6,0xdc,0xb2, + 0xff,0xfe,0xf2,0xdb,0xff,0xfd,0xf2,0xdc,0xff,0xfe,0xf2,0xdb,0xff,0xfd,0xf0,0xda, + 0xff,0xfe,0xf1,0xd9,0xff,0xff,0xf1,0xdb,0xff,0xfe,0xf1,0xda,0xff,0x9e,0x9a,0x80, + 0xff,0xf,0x36,0x6,0xff,0x23,0x74,0x43,0xff,0x21,0x83,0x50,0xff,0x22,0x81,0x4e, + 0xff,0x21,0x82,0x4e,0xff,0x2a,0x90,0x62,0xff,0x37,0xa5,0x76,0xff,0x41,0xb4,0x88, + 0xff,0x49,0xc0,0x92,0xff,0x4e,0xc9,0x9c,0xff,0x51,0xce,0xa1,0xff,0x51,0xcf,0xa0, + 0xff,0x51,0xd0,0x9f,0xff,0x4f,0xce,0x9c,0xff,0x4f,0xcd,0x9b,0xff,0x4f,0xcc,0x9a, + 0xff,0x4e,0xcc,0x97,0xff,0x4e,0xcb,0x96,0xff,0x4d,0xcb,0x94,0xff,0x4d,0xca,0x93, + 0xff,0x4c,0xca,0x90,0xff,0x4c,0xc9,0x8f,0xff,0x4b,0xc8,0x8e,0xff,0x4b,0xc8,0x8a, + 0xff,0x4a,0xc7,0x88,0xff,0x4a,0xc7,0x87,0xff,0x49,0xc6,0x85,0xff,0x49,0xc6,0x84, + 0xff,0x48,0xc4,0x81,0xff,0x48,0xc4,0x7f,0xff,0x48,0xc4,0x7d,0xff,0x46,0xc3,0x7b, + 0xff,0x47,0xc3,0x78,0xff,0x46,0xc1,0x75,0xff,0x46,0xc0,0x73,0xff,0x43,0xbd,0x71, + 0xff,0x44,0xbe,0x71,0xff,0x42,0xbb,0x6c,0xff,0x3d,0xb4,0x61,0xff,0x3a,0xb2,0x5c, + 0xff,0x39,0xb0,0x5a,0xff,0x39,0xae,0x57,0xff,0x38,0xab,0x54,0xff,0x36,0xa8,0x50, + 0xff,0x34,0xa5,0x4c,0xff,0x33,0xa1,0x48,0xff,0x32,0x9f,0x42,0xff,0x31,0x9c,0x40, + 0xff,0x2f,0x98,0x39,0xff,0x2d,0x96,0x38,0xff,0x2c,0x93,0x33,0xff,0x29,0x8f,0x2f, + 0xff,0x29,0x8e,0x2f,0xff,0x27,0x8d,0x2e,0xff,0x21,0x82,0x26,0xff,0x1c,0x73,0x1f, + 0xff,0x12,0x5d,0x17,0xff,0x2,0x30,0x1,0xff,0x9,0x31,0xf,0xff,0x9a,0xa9,0x9e, + 0xff,0xfb,0xfc,0xfb,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xfa,0xfa,0xfa,0xff,0xf5,0xf5,0xf5,0xff,0x9d,0x9d,0x9d,0xff,0x74,0x74,0x74, + 0xff,0xc5,0xc2,0xbb,0xff,0xff,0xf9,0xf0,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf0,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xaa,0x95,0x66,0xff,0xab,0x95,0x67,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x5,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x2,0x13,0x13,0x13, + 0x28,0x5d,0x5d,0x5d,0xc8,0x51,0x51,0x51,0xff,0x74,0x74,0x72,0xff,0xd8,0xd8,0xd7, + 0xff,0xff,0xff,0xfe,0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf4, + 0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf8,0xf6,0xff,0xfb,0xfc,0xfa,0xff,0xe9,0xe7,0xe3, + 0xff,0x8d,0x7a,0x64,0xff,0x34,0x14,0x0,0xff,0x3f,0x1d,0x0,0xff,0x64,0x33,0x0, + 0xff,0x85,0x45,0x0,0xff,0x8f,0x4b,0x0,0xff,0x9e,0x55,0x0,0xff,0xab,0x5b,0x0, + 0xff,0xae,0x60,0x0,0xff,0xaf,0x61,0x0,0xff,0xb4,0x65,0x0,0xff,0xb8,0x6a,0x0, + 0xff,0xbb,0x6d,0x0,0xff,0xbd,0x71,0x0,0xff,0xbf,0x74,0x0,0xff,0xc2,0x76,0x0, + 0xff,0xc3,0x78,0x0,0xff,0xc6,0x7b,0x0,0xff,0xc7,0x7d,0x0,0xff,0xc8,0x7f,0x0, + 0xff,0xcb,0x81,0x0,0xff,0xcc,0x83,0x0,0xff,0xcd,0x85,0x0,0xff,0xcf,0x86,0x0, + 0xff,0xd0,0x88,0x0,0xff,0xd2,0x8a,0x0,0xff,0xd2,0x8c,0x0,0xff,0xd4,0x8e,0x0, + 0xff,0xd4,0x8f,0x0,0xff,0xd5,0x90,0x0,0xff,0xd8,0x92,0x0,0xff,0xda,0x95,0x0, + 0xff,0xe2,0xa4,0x0,0xff,0xe6,0xac,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe8,0xaf,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb1,0x0, + 0xff,0xea,0xb2,0x0,0xff,0xea,0xb3,0x0,0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb3,0x0, + 0xff,0xea,0xb3,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb4,0x0,0xff,0xec,0xb5,0x0, + 0xff,0xec,0xb6,0x0,0xff,0xec,0xb6,0x0,0xff,0xeb,0xb6,0x0,0xff,0xed,0xb6,0x0, + 0xff,0xed,0xb8,0xf,0xff,0xed,0xb9,0x14,0xff,0xe9,0xb3,0x5,0xff,0xe6,0xad,0x0, + 0xff,0xe7,0xae,0x0,0xff,0xe7,0xaf,0x8,0xff,0xee,0xba,0x29,0xff,0xee,0xbb,0x2a, + 0xff,0xee,0xba,0x2e,0xff,0xef,0xbc,0x31,0xff,0xee,0xbb,0x30,0xff,0xee,0xbd,0x36, + 0xff,0xef,0xbd,0x3a,0xff,0xef,0xbd,0x37,0xff,0xf0,0xbe,0x3b,0xff,0xee,0xb9,0x36, + 0xff,0xe9,0xb4,0x2f,0xff,0xea,0xb4,0x2f,0xff,0xec,0xb8,0x36,0xff,0xf0,0xc1,0x46, + 0xff,0xf0,0xc0,0x44,0xff,0xf0,0xbf,0x47,0xff,0xf0,0xc0,0x48,0xff,0xf1,0xc0,0x4a, + 0xff,0xf0,0xbd,0x40,0xff,0xed,0xb6,0x36,0xff,0xea,0xb0,0x22,0xff,0xe7,0xaa,0x6, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa3,0x0,0xff,0xe2,0x9e,0x0,0xff,0xe1,0x9b,0x0, + 0xff,0xdf,0x97,0x0,0xff,0xdc,0x90,0x0,0xff,0xe0,0x9b,0x0,0xff,0xf2,0xcf,0x97, + 0xff,0xfd,0xf0,0xd8,0xff,0xfe,0xf4,0xdf,0xff,0xfd,0xf2,0xdc,0xff,0xfd,0xf1,0xdb, + 0xff,0xfd,0xf1,0xdb,0xff,0xfd,0xf0,0xdb,0xff,0xff,0xf9,0xe3,0xff,0xce,0xc7,0xaf, + 0xff,0x31,0x44,0x1f,0xff,0x1c,0x61,0x32,0xff,0x1f,0x86,0x53,0xff,0x20,0x81,0x50, + 0xff,0x1f,0x81,0x4e,0xff,0x29,0x8f,0x5f,0xff,0x37,0xa4,0x76,0xff,0x40,0xb4,0x87, + 0xff,0x48,0xbf,0x93,0xff,0x4e,0xca,0x9c,0xff,0x51,0xcf,0xa1,0xff,0x52,0xcf,0xa1, + 0xff,0x50,0xcf,0x9f,0xff,0x51,0xcf,0x9d,0xff,0x50,0xcd,0x9b,0xff,0x4f,0xcd,0x99, + 0xff,0x4e,0xcc,0x99,0xff,0x4e,0xcb,0x96,0xff,0x4e,0xcc,0x95,0xff,0x4d,0xca,0x93, + 0xff,0x4c,0xca,0x92,0xff,0x4d,0xca,0x91,0xff,0x4c,0xc9,0x8d,0xff,0x4b,0xc7,0x8d, + 0xff,0x4a,0xc7,0x8b,0xff,0x4a,0xc6,0x89,0xff,0x49,0xc7,0x86,0xff,0x49,0xc5,0x84, + 0xff,0x48,0xc6,0x83,0xff,0x48,0xc4,0x7f,0xff,0x48,0xc3,0x7e,0xff,0x47,0xc3,0x7d, + 0xff,0x46,0xc2,0x79,0xff,0x46,0xc2,0x77,0xff,0x46,0xc1,0x76,0xff,0x44,0xbe,0x73, + 0xff,0x3f,0xba,0x69,0xff,0x3c,0xb7,0x65,0xff,0x3c,0xb5,0x61,0xff,0x3b,0xb2,0x5e, + 0xff,0x3a,0xb2,0x5b,0xff,0x38,0xb1,0x5a,0xff,0x39,0xae,0x57,0xff,0x39,0xac,0x55, + 0xff,0x3a,0xa9,0x56,0xff,0x38,0xa7,0x53,0xff,0x37,0xa5,0x4e,0xff,0x34,0xa1,0x4a, + 0xff,0x32,0x9d,0x45,0xff,0x32,0x9a,0x40,0xff,0x2e,0x97,0x3c,0xff,0x2c,0x93,0x36, + 0xff,0x29,0x8f,0x32,0xff,0x28,0x8e,0x2f,0xff,0x25,0x8a,0x2d,0xff,0x20,0x7d,0x26, + 0xff,0x18,0x6e,0x1f,0xff,0xf,0x56,0x16,0xff,0x2,0x2b,0x1,0xff,0x4,0x2d,0x7, + 0xff,0xa2,0xb0,0xa3,0xff,0xfe,0xfe,0xff,0xff,0xfa,0xf9,0xfa,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0x8e,0x8e,0x8e, + 0xff,0x72,0x72,0x72,0xff,0xd5,0xd1,0xc9,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf9,0xf0,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xac,0x96,0x66,0xff,0xaa,0x94,0x66,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x2,0x13,0x13,0x13,0x15,0x5e,0x5e,0x5e, + 0xa7,0x53,0x53,0x53,0xff,0x6a,0x6a,0x6a,0xff,0xd3,0xd3,0xd2,0xff,0xff,0xff,0xff, + 0xff,0xf6,0xf6,0xf4,0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf7,0xf7,0xf7,0xff,0xfd,0xfe,0xfd,0xff,0xdb,0xd7,0xce,0xff,0x6d,0x55,0x38, + 0xff,0x30,0x11,0x0,0xff,0x45,0x1f,0x0,0xff,0x72,0x3a,0x0,0xff,0x87,0x46,0x0, + 0xff,0x90,0x4c,0x0,0xff,0xa1,0x55,0x0,0xff,0xaa,0x5a,0x0,0xff,0xac,0x5c,0x0, + 0xff,0xae,0x60,0x0,0xff,0xb1,0x63,0x0,0xff,0xb6,0x68,0x0,0xff,0xb9,0x6c,0x0, + 0xff,0xbc,0x6f,0x0,0xff,0xbf,0x73,0x0,0xff,0xc1,0x76,0x0,0xff,0xc3,0x77,0x0, + 0xff,0xc5,0x7a,0x0,0xff,0xc7,0x7c,0x0,0xff,0xc8,0x7f,0x0,0xff,0xcb,0x81,0x0, + 0xff,0xcc,0x82,0x0,0xff,0xcd,0x85,0x0,0xff,0xcf,0x86,0x0,0xff,0xd0,0x88,0x0, + 0xff,0xd1,0x89,0x0,0xff,0xd2,0x8b,0x0,0xff,0xd4,0x8d,0x0,0xff,0xd4,0x8e,0x0, + 0xff,0xd6,0x8f,0x0,0xff,0xd5,0x91,0x0,0xff,0xd7,0x91,0x0,0xff,0xe1,0xa3,0x0, + 0xff,0xe7,0xad,0x0,0xff,0xe7,0xad,0x0,0xff,0xe6,0xac,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0,0xff,0xea,0xb1,0x0, + 0xff,0xe9,0xb1,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb3,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xea,0xb3,0x0,0xff,0xea,0xb3,0x0,0xff,0xeb,0xb5,0x0,0xff,0xeb,0xb4,0x0, + 0xff,0xec,0xb5,0x0,0xff,0xec,0xb6,0x0,0xff,0xec,0xb6,0x0,0xff,0xeb,0xb6,0x9, + 0xff,0xec,0xb7,0x2,0xff,0xee,0xb9,0x13,0xff,0xe9,0xb0,0x0,0xff,0xe5,0xac,0x0, + 0xff,0xe6,0xac,0x0,0xff,0xe8,0xb2,0x0,0xff,0xee,0xba,0x23,0xff,0xee,0xba,0x28, + 0xff,0xed,0xba,0x2a,0xff,0xee,0xba,0x2e,0xff,0xef,0xbc,0x2c,0xff,0xef,0xbc,0x34, + 0xff,0xef,0xbd,0x36,0xff,0xef,0xbd,0x36,0xff,0xef,0xbd,0x37,0xff,0xeb,0xb6,0x2a, + 0xff,0xea,0xb4,0x29,0xff,0xea,0xb4,0x2b,0xff,0xed,0xb9,0x38,0xff,0xef,0xbf,0x41, + 0xff,0xf1,0xc0,0x42,0xff,0xf0,0xbf,0x47,0xff,0xf0,0xc1,0x46,0xff,0xf1,0xc1,0x46, + 0xff,0xef,0xbd,0x40,0xff,0xec,0xb7,0x36,0xff,0xe9,0xb0,0x1d,0xff,0xe8,0xaa,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe4,0xa3,0x0,0xff,0xe2,0x9d,0x0,0xff,0xe0,0x9b,0x0, + 0xff,0xde,0x95,0x0,0xff,0xdd,0x90,0x0,0xff,0xdd,0x90,0x0,0xff,0xed,0xc0,0x74, + 0xff,0xfb,0xec,0xd5,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf3,0xe0,0xff,0xfd,0xf2,0xdd, + 0xff,0xfd,0xf2,0xde,0xff,0xfd,0xf1,0xdc,0xff,0xff,0xf8,0xe4,0xff,0xdd,0xd4,0xbe, + 0xff,0x4e,0x57,0x36,0xff,0x17,0x58,0x29,0xff,0x1e,0x88,0x53,0xff,0x20,0x82,0x4f, + 0xff,0x1e,0x81,0x4f,0xff,0x28,0x8e,0x5f,0xff,0x35,0xa3,0x76,0xff,0x40,0xb3,0x87, + 0xff,0x49,0xc0,0x94,0xff,0x4e,0xca,0x9c,0xff,0x52,0xce,0xa1,0xff,0x52,0xcf,0xa2, + 0xff,0x52,0xcf,0xa1,0xff,0x51,0xcf,0xa0,0xff,0x50,0xcd,0x9d,0xff,0x50,0xcd,0x9a, + 0xff,0x4f,0xcd,0x99,0xff,0x4f,0xcd,0x98,0xff,0x4d,0xcb,0x94,0xff,0x4e,0xca,0x94, + 0xff,0x4d,0xca,0x92,0xff,0x4c,0xc9,0x91,0xff,0x4c,0xc9,0x8d,0xff,0x4b,0xc9,0x8b, + 0xff,0x49,0xc8,0x89,0xff,0x4a,0xc6,0x8a,0xff,0x49,0xc7,0x87,0xff,0x49,0xc6,0x85, + 0xff,0x49,0xc7,0x82,0xff,0x48,0xc4,0x81,0xff,0x47,0xc4,0x7d,0xff,0x47,0xc3,0x7c, + 0xff,0x47,0xc1,0x79,0xff,0x46,0xc2,0x79,0xff,0x45,0xc1,0x78,0xff,0x40,0xbd,0x6c, + 0xff,0x3c,0xb8,0x63,0xff,0x3b,0xb8,0x62,0xff,0x3c,0xb6,0x62,0xff,0x3b,0xb4,0x62, + 0xff,0x3d,0xb4,0x63,0xff,0x3e,0xb5,0x63,0xff,0x3d,0xb4,0x62,0xff,0x3d,0xb1,0x60, + 0xff,0x3c,0xad,0x5c,0xff,0x38,0xab,0x57,0xff,0x37,0xa7,0x50,0xff,0x35,0xa4,0x4f, + 0xff,0x33,0xa0,0x48,0xff,0x31,0x9b,0x42,0xff,0x2f,0x98,0x3c,0xff,0x2d,0x94,0x39, + 0xff,0x2a,0x91,0x32,0xff,0x28,0x8e,0x30,0xff,0x26,0x8d,0x2e,0xff,0x23,0x88,0x2a, + 0xff,0x1c,0x77,0x23,0xff,0x17,0x6e,0x21,0xff,0x10,0x55,0x18,0xff,0x0,0x26,0x0, + 0xff,0x20,0x43,0x27,0xff,0xbb,0xc6,0xbe,0xff,0xff,0xfd,0xff,0xff,0xf9,0xf8,0xf8, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xe8,0xe8,0xe8, + 0xff,0x8d,0x8d,0x8d,0xff,0x7c,0x7b,0x7b,0xff,0xdf,0xdb,0xd3,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf9,0xf0,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xab,0x95,0x67,0xff,0xac,0x96,0x66,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x2,0x14,0x14,0x14,0x4,0x5b,0x5b,0x5b,0x8e,0x53,0x53,0x53, + 0xff,0x5e,0x5e,0x5e,0xff,0xc5,0xc5,0xc4,0xff,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xfa,0xfa,0xf8, + 0xff,0xfe,0xff,0xff,0xff,0xcb,0xc3,0xba,0xff,0x55,0x3b,0x16,0xff,0x2d,0xf,0x0, + 0xff,0x4b,0x22,0x0,0xff,0x79,0x3d,0x0,0xff,0x89,0x46,0x0,0xff,0x97,0x4e,0x0, + 0xff,0xa4,0x57,0x0,0xff,0xa8,0x59,0x0,0xff,0xaa,0x5b,0x0,0xff,0xae,0x5f,0x0, + 0xff,0xb1,0x63,0x0,0xff,0xb4,0x66,0x0,0xff,0xb8,0x6a,0x0,0xff,0xbb,0x6e,0x0, + 0xff,0xbe,0x70,0x0,0xff,0xc2,0x76,0x0,0xff,0xc4,0x79,0x0,0xff,0xc5,0x7b,0x0, + 0xff,0xc8,0x7d,0x0,0xff,0xca,0x7e,0x0,0xff,0xcb,0x81,0x0,0xff,0xcd,0x83,0x0, + 0xff,0xce,0x85,0x0,0xff,0xce,0x86,0x0,0xff,0xcf,0x87,0x0,0xff,0xd1,0x89,0x0, + 0xff,0xd2,0x8b,0x0,0xff,0xd3,0x8b,0x0,0xff,0xd5,0x8d,0x0,0xff,0xd6,0x90,0x0, + 0xff,0xd6,0x90,0x0,0xff,0xd7,0x90,0x0,0xff,0xde,0x9e,0x0,0xff,0xe6,0xab,0x0, + 0xff,0xe6,0xab,0x0,0xff,0xe7,0xad,0x0,0xff,0xe7,0xad,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe9,0xae,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xea,0xb0,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0,0xff,0xeb,0xb2,0x0, + 0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb3,0x0,0xff,0xea,0xb4,0x0, + 0xff,0xec,0xb5,0x0,0xff,0xec,0xb5,0x0,0xff,0xec,0xb6,0x0,0xff,0xec,0xb5,0x0, + 0xff,0xec,0xb6,0xa,0xff,0xec,0xb6,0x4,0xff,0xe7,0xad,0x0,0xff,0xe5,0xab,0x0, + 0xff,0xe5,0xac,0x0,0xff,0xeb,0xb5,0x10,0xff,0xee,0xba,0x23,0xff,0xee,0xba,0x23, + 0xff,0xed,0xb9,0x28,0xff,0xed,0xba,0x2a,0xff,0xee,0xba,0x2e,0xff,0xee,0xbb,0x2c, + 0xff,0xee,0xbc,0x34,0xff,0xee,0xbd,0x32,0xff,0xee,0xbd,0x33,0xff,0xe9,0xb3,0x1f, + 0xff,0xe9,0xb3,0x24,0xff,0xea,0xb5,0x27,0xff,0xee,0xbd,0x36,0xff,0xef,0xbf,0x40, + 0xff,0xf0,0xbf,0x40,0xff,0xf1,0xbf,0x43,0xff,0xf0,0xc0,0x41,0xff,0xf1,0xc0,0x47, + 0xff,0xf0,0xbe,0x3e,0xff,0xed,0xb8,0x31,0xff,0xe9,0xb1,0x1d,0xff,0xe7,0xaa,0x0, + 0xff,0xe5,0xa6,0x0,0xff,0xe4,0xa2,0x0,0xff,0xe2,0x9d,0x0,0xff,0xe0,0x9a,0x0, + 0xff,0xdf,0x96,0x0,0xff,0xdc,0x91,0x0,0xff,0xda,0x8d,0x0,0xff,0xea,0xb9,0x5f, + 0xff,0xfb,0xec,0xd0,0xff,0xfe,0xf5,0xe3,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf3,0xe1, + 0xff,0xfe,0xf4,0xe0,0xff,0xfe,0xf2,0xdf,0xff,0xff,0xfb,0xe8,0xff,0xce,0xc7,0xb0, + 0xff,0x32,0x49,0x22,0xff,0x19,0x66,0x35,0xff,0x1d,0x87,0x54,0xff,0x1e,0x83,0x50, + 0xff,0x1d,0x82,0x51,0xff,0x28,0x8f,0x60,0xff,0x35,0xa3,0x76,0xff,0x40,0xb3,0x87, + 0xff,0x48,0xc0,0x94,0xff,0x4e,0xca,0x9c,0xff,0x52,0xce,0xa1,0xff,0x52,0xd0,0xa2, + 0xff,0x52,0xcf,0xa1,0xff,0x51,0xcf,0x9e,0xff,0x50,0xcd,0x9d,0xff,0x50,0xce,0x9c, + 0xff,0x4e,0xcc,0x99,0xff,0x4e,0xcc,0x97,0xff,0x4f,0xcc,0x96,0xff,0x4d,0xcb,0x94, + 0xff,0x4d,0xca,0x92,0xff,0x4c,0xc9,0x91,0xff,0x4c,0xc9,0x8f,0xff,0x4b,0xc8,0x8c, + 0xff,0x4a,0xc7,0x89,0xff,0x4b,0xc8,0x88,0xff,0x4a,0xc7,0x88,0xff,0x49,0xc6,0x86, + 0xff,0x47,0xc2,0x7f,0xff,0x45,0xbe,0x7b,0xff,0x45,0xbc,0x77,0xff,0x43,0xb8,0x74, + 0xff,0x43,0xb8,0x72,0xff,0x42,0xba,0x6e,0xff,0x3e,0xb9,0x68,0xff,0x3d,0xb8,0x64, + 0xff,0x3e,0xb8,0x65,0xff,0x3e,0xb8,0x65,0xff,0x3f,0xb9,0x66,0xff,0x40,0xba,0x6c, + 0xff,0x41,0xb9,0x6c,0xff,0x41,0xb8,0x68,0xff,0x3e,0xb4,0x64,0xff,0x3e,0xb2,0x62, + 0xff,0x3b,0xae,0x5c,0xff,0x39,0xab,0x5a,0xff,0x37,0xa8,0x55,0xff,0x35,0xa3,0x51, + 0xff,0x34,0xa1,0x4c,0xff,0x32,0x9e,0x47,0xff,0x2f,0x9b,0x41,0xff,0x2c,0x96,0x3b, + 0xff,0x2c,0x94,0x38,0xff,0x2a,0x91,0x34,0xff,0x27,0x8e,0x32,0xff,0x24,0x8b,0x2f, + 0xff,0x21,0x87,0x29,0xff,0x1a,0x76,0x25,0xff,0x16,0x6c,0x1f,0xff,0xc,0x4d,0x12, + 0xff,0x0,0x20,0x0,0xff,0x1d,0x41,0x22,0xff,0xc4,0xcd,0xc6,0xff,0xff,0xfd,0xff, + 0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xfb,0xfb,0xfb, + 0xff,0xe7,0xe7,0xe7,0xff,0x84,0x84,0x83,0xff,0x77,0x77,0x75,0xff,0xe3,0xdf,0xd5, + 0xff,0xff,0xf9,0xef,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xef,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xeb,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xac,0x96,0x68,0xff,0xab,0x95,0x67,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0x67,0x56,0x56,0x56,0xff,0x54,0x54,0x54, + 0xff,0xb1,0xb1,0xb1,0xff,0xff,0xff,0xff,0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf4,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf4, + 0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf5,0xf5,0xf4,0xff,0xfa,0xfb,0xfb,0xff,0xff,0xff,0xff, + 0xff,0xc2,0xb9,0xac,0xff,0x41,0x25,0x0,0xff,0x2c,0x9,0x0,0xff,0x51,0x25,0x0, + 0xff,0x7d,0x3e,0x0,0xff,0x88,0x44,0x0,0xff,0x98,0x4d,0x0,0xff,0xa4,0x56,0x0, + 0xff,0xa7,0x56,0x0,0xff,0xa7,0x5a,0x0,0xff,0xab,0x5e,0x0,0xff,0xb0,0x61,0x0, + 0xff,0xb2,0x65,0x0,0xff,0xb5,0x69,0x0,0xff,0xba,0x6d,0x0,0xff,0xbc,0x6f,0x0, + 0xff,0xbf,0x73,0x0,0xff,0xc4,0x77,0x0,0xff,0xc7,0x7b,0x0,0xff,0xc7,0x7d,0x0, + 0xff,0xca,0x7e,0x0,0xff,0xcc,0x80,0x0,0xff,0xcc,0x83,0x0,0xff,0xcf,0x85,0x0, + 0xff,0xcf,0x87,0x0,0xff,0xd0,0x87,0x0,0xff,0xd0,0x89,0x0,0xff,0xd2,0x8b,0x0, + 0xff,0xd2,0x8c,0x0,0xff,0xd3,0x8d,0x0,0xff,0xd5,0x8e,0x0,0xff,0xd6,0x8f,0x0, + 0xff,0xd7,0x8f,0x0,0xff,0xdc,0x98,0x0,0xff,0xe5,0xaa,0x0,0xff,0xe7,0xac,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xad,0x0,0xff,0xe7,0xad,0x0, + 0xff,0xe9,0xae,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe8,0xaf,0x0, + 0xff,0xea,0xb0,0x0,0xff,0xea,0xb1,0x0,0xff,0xe9,0xb1,0x0,0xff,0xea,0xb1,0x0, + 0xff,0xea,0xb2,0x0,0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb4,0x0, + 0xff,0xeb,0xb5,0x0,0xff,0xec,0xb5,0x0,0xff,0xec,0xb4,0x0,0xff,0xeb,0xb5,0x0, + 0xff,0xec,0xb7,0x0,0xff,0xe8,0xb1,0x0,0xff,0xe5,0xab,0x0,0xff,0xe4,0xab,0x0, + 0xff,0xe6,0xac,0x0,0xff,0xec,0xb7,0x17,0xff,0xed,0xb8,0x21,0xff,0xee,0xba,0x24, + 0xff,0xee,0xba,0x23,0xff,0xed,0xb9,0x28,0xff,0xee,0xbb,0x2a,0xff,0xef,0xbb,0x2b, + 0xff,0xee,0xbc,0x30,0xff,0xef,0xbc,0x34,0xff,0xed,0xb9,0x30,0xff,0xe9,0xb3,0x22, + 0xff,0xe9,0xb2,0x22,0xff,0xe9,0xb3,0x24,0xff,0xef,0xbc,0x3c,0xff,0xef,0xbd,0x3e, + 0xff,0xef,0xbe,0x3c,0xff,0xef,0xbe,0x3f,0xff,0xef,0xbf,0x40,0xff,0xf0,0xc0,0x44, + 0xff,0xf0,0xbe,0x3f,0xff,0xee,0xb8,0x31,0xff,0xea,0xb1,0x17,0xff,0xe7,0xab,0x0, + 0xff,0xe4,0xa6,0x0,0xff,0xe3,0xa1,0x0,0xff,0xe1,0x9c,0x0,0xff,0xdf,0x99,0x0, + 0xff,0xde,0x94,0x0,0xff,0xdd,0x90,0x0,0xff,0xda,0x8c,0x0,0xff,0xea,0xb8,0x5e, + 0xff,0xfb,0xec,0xce,0xff,0xfe,0xf7,0xe5,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf4,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf3,0xe1,0xff,0xff,0xfc,0xea,0xff,0xcf,0xc9,0xb5, + 0xff,0x35,0x49,0x27,0xff,0x1a,0x65,0x35,0xff,0x1d,0x89,0x53,0xff,0x1f,0x83,0x52, + 0xff,0x1e,0x84,0x51,0xff,0x28,0x91,0x62,0xff,0x33,0xa3,0x76,0xff,0x3f,0xb3,0x88, + 0xff,0x47,0xbf,0x93,0xff,0x4d,0xc9,0x9d,0xff,0x52,0xcf,0xa0,0xff,0x52,0xd1,0xa2, + 0xff,0x52,0xcf,0xa0,0xff,0x50,0xce,0x9f,0xff,0x4f,0xce,0x9c,0xff,0x50,0xcd,0x9b, + 0xff,0x50,0xcc,0x9a,0xff,0x4f,0xcc,0x97,0xff,0x4f,0xcb,0x96,0xff,0x4d,0xcb,0x95, + 0xff,0x4d,0xca,0x93,0xff,0x4c,0xca,0x90,0xff,0x4c,0xc9,0x8f,0xff,0x4b,0xc9,0x8e, + 0xff,0x4b,0xc8,0x8b,0xff,0x4b,0xc8,0x88,0xff,0x4a,0xc4,0x86,0xff,0x48,0xc0,0x7e, + 0xff,0x43,0xb8,0x73,0xff,0x3a,0xa4,0x70,0xff,0x34,0x95,0x6c,0xff,0x33,0x93,0x69, + 0xff,0x31,0x92,0x66,0xff,0x2e,0x91,0x61,0xff,0x31,0x9d,0x59,0xff,0x39,0xae,0x59, + 0xff,0x3e,0xb4,0x60,0xff,0x3f,0xb8,0x69,0xff,0x44,0xbd,0x71,0xff,0x42,0xbc,0x6f, + 0xff,0x41,0xba,0x6b,0xff,0x41,0xb8,0x6c,0xff,0x3f,0xb5,0x67,0xff,0x3d,0xb4,0x61, + 0xff,0x3c,0xb0,0x5e,0xff,0x39,0xae,0x5b,0xff,0x38,0xab,0x57,0xff,0x36,0xa6,0x52, + 0xff,0x34,0xa3,0x4f,0xff,0x32,0xa1,0x49,0xff,0x31,0x9d,0x46,0xff,0x2f,0x99,0x41, + 0xff,0x2b,0x96,0x3b,0xff,0x29,0x93,0x36,0xff,0x26,0x8e,0x33,0xff,0x26,0x8c,0x2f, + 0xff,0x21,0x8a,0x2a,0xff,0x1e,0x85,0x25,0xff,0x17,0x78,0x21,0xff,0x13,0x6b,0x1c, + 0xff,0xa,0x4b,0x13,0xff,0x0,0x1e,0x0,0xff,0x32,0x52,0x3a,0xff,0xd6,0xdc,0xd6, + 0xff,0xff,0xfe,0xfe,0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf7, + 0xff,0xfa,0xfa,0xf8,0xff,0xd3,0xd3,0xd2,0xff,0x7e,0x7e,0x7e,0xff,0x85,0x84,0x82, + 0xff,0xeb,0xe6,0xdd,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xf6,0xeb,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xac,0x96,0x67,0xff,0xac,0x96,0x68,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x27,0x27,0x27,0x32,0x55,0x55,0x55,0xf0,0x53,0x53,0x53,0xff,0x99,0x99,0x99, + 0xff,0xfc,0xfc,0xfc,0xff,0xf7,0xf7,0xf7,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf5, + 0xff,0xf5,0xf5,0xf5,0xff,0xfa,0xfb,0xfd,0xff,0xf9,0xfa,0xfa,0xff,0xb1,0xa5,0x93, + 0xff,0x3d,0x20,0x0,0xff,0x2b,0xa,0x0,0xff,0x5b,0x2a,0x0,0xff,0x7c,0x3d,0x0, + 0xff,0x88,0x42,0x0,0xff,0x99,0x4d,0x0,0xff,0xa1,0x53,0x0,0xff,0xa2,0x54,0x0, + 0xff,0xa6,0x56,0x0,0xff,0xa8,0x5a,0x0,0xff,0xad,0x5f,0x0,0xff,0xb1,0x62,0x0, + 0xff,0xb4,0x67,0x0,0xff,0xb7,0x6a,0x0,0xff,0xba,0x6e,0x0,0xff,0xbc,0x70,0x0, + 0xff,0xbf,0x74,0x0,0xff,0xc4,0x77,0x0,0xff,0xc6,0x7c,0x0,0xff,0xc8,0x7f,0x0, + 0xff,0xca,0x80,0x0,0xff,0xcd,0x82,0x0,0xff,0xcd,0x83,0x0,0xff,0xcf,0x85,0x0, + 0xff,0xcf,0x87,0x0,0xff,0xd2,0x89,0x0,0xff,0xd1,0x8b,0x0,0xff,0xd4,0x8c,0x0, + 0xff,0xd4,0x8c,0x0,0xff,0xd5,0x8e,0x0,0xff,0xd5,0x8f,0x0,0xff,0xd6,0x8f,0x0, + 0xff,0xd8,0x93,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe6,0xab,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe8,0xac,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe8,0xae,0x0,0xff,0xe8,0xae,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0,0xff,0xea,0xb1,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xea,0xb1,0x0,0xff,0xea,0xb2,0x0,0xff,0xeb,0xb3,0x0,0xff,0xea,0xb3,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb5,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb5,0x0, + 0xff,0xeb,0xb5,0x0,0xff,0xe6,0xad,0x0,0xff,0xe4,0xaa,0x0,0xff,0xe5,0xab,0x0, + 0xff,0xe8,0xb1,0x0,0xff,0xec,0xb7,0x17,0xff,0xec,0xb8,0x1a,0xff,0xee,0xb9,0x21, + 0xff,0xee,0xb9,0x21,0xff,0xed,0xb9,0x23,0xff,0xed,0xb9,0x2c,0xff,0xee,0xbb,0x2b, + 0xff,0xee,0xbb,0x2e,0xff,0xee,0xbb,0x2c,0xff,0xeb,0xb6,0x2b,0xff,0xe8,0xb0,0x1d, + 0xff,0xe8,0xb2,0x20,0xff,0xe9,0xb5,0x22,0xff,0xf0,0xbd,0x39,0xff,0xef,0xbd,0x3b, + 0xff,0xef,0xbd,0x3a,0xff,0xef,0xbd,0x41,0xff,0xef,0xbe,0x3f,0xff,0xf0,0xbf,0x43, + 0xff,0xef,0xbd,0x3e,0xff,0xee,0xb8,0x31,0xff,0xe9,0xaf,0x13,0xff,0xe7,0xaa,0x0, + 0xff,0xe4,0xa4,0x0,0xff,0xe3,0x9f,0x0,0xff,0xe0,0x9b,0x0,0xff,0xdf,0x98,0x0, + 0xff,0xde,0x95,0x0,0xff,0xdc,0x90,0x0,0xff,0xdb,0x8b,0x0,0xff,0xe8,0xb5,0x60, + 0xff,0xfb,0xeb,0xd0,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf5,0xe5, + 0xff,0xff,0xf5,0xe5,0xff,0xfe,0xf4,0xe3,0xff,0xff,0xfd,0xec,0xff,0xce,0xc9,0xb6, + 0xff,0x33,0x47,0x23,0xff,0x1a,0x66,0x37,0xff,0x1d,0x89,0x55,0xff,0x1d,0x84,0x51, + 0xff,0x1b,0x84,0x51,0xff,0x26,0x90,0x5e,0xff,0x33,0xa4,0x76,0xff,0x3d,0xb2,0x85, + 0xff,0x47,0xbe,0x94,0xff,0x4c,0xc8,0x9d,0xff,0x51,0xcf,0xa2,0xff,0x52,0xd0,0xa3, + 0xff,0x51,0xd0,0xa1,0xff,0x50,0xce,0xa1,0xff,0x50,0xce,0x9e,0xff,0x4f,0xcd,0x9b, + 0xff,0x4f,0xcd,0x99,0xff,0x4e,0xcc,0x99,0xff,0x4e,0xcb,0x96,0xff,0x4d,0xcb,0x94, + 0xff,0x4d,0xca,0x93,0xff,0x4c,0xca,0x92,0xff,0x4c,0xc9,0x8f,0xff,0x4c,0xc9,0x8d, + 0xff,0x4b,0xc8,0x8b,0xff,0x4a,0xc4,0x86,0xff,0x46,0xb9,0x7b,0xff,0x33,0x94,0x70, + 0xff,0x20,0x6d,0x62,0xff,0x15,0x53,0x5b,0xff,0xe,0x44,0x54,0xff,0xe,0x43,0x54, + 0xff,0xd,0x43,0x53,0xff,0xb,0x44,0x51,0xff,0x12,0x52,0x54,0xff,0x1a,0x6a,0x58, + 0xff,0x2f,0x91,0x5f,0xff,0x3f,0xb3,0x67,0xff,0x43,0xb9,0x6e,0xff,0x43,0xbd,0x70, + 0xff,0x42,0xbc,0x6d,0xff,0x40,0xb9,0x6a,0xff,0x3f,0xb6,0x6b,0xff,0x3e,0xb4,0x65, + 0xff,0x3c,0xb1,0x61,0xff,0x3b,0xaf,0x5e,0xff,0x37,0xac,0x59,0xff,0x36,0xa9,0x55, + 0xff,0x34,0xa5,0x51,0xff,0x34,0xa2,0x4d,0xff,0x30,0x9e,0x48,0xff,0x2e,0x9a,0x41, + 0xff,0x2b,0x98,0x3d,0xff,0x29,0x94,0x3b,0xff,0x28,0x92,0x35,0xff,0x26,0x8d,0x31, + 0xff,0x22,0x89,0x2c,0xff,0x1e,0x89,0x28,0xff,0x1c,0x84,0x26,0xff,0x15,0x74,0x21, + 0xff,0x11,0x67,0x1d,0xff,0x7,0x43,0xf,0xff,0x0,0x1b,0x0,0xff,0x45,0x62,0x4b, + 0xff,0xd9,0xdf,0xd9,0xff,0xfb,0xfb,0xfa,0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf6, + 0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf8,0xf8,0xf7,0xff,0xfd,0xfd,0xfb,0xff,0xd1,0xd1,0xd0,0xff,0x77,0x77,0x77, + 0xff,0x8a,0x88,0x86,0xff,0xed,0xe8,0xde,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd4, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xab,0x95,0x67,0xff,0xab,0x95,0x67,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x5f,0x5f,0x5f, + 0x12,0x61,0x61,0x61,0xc9,0x56,0x56,0x56,0xff,0x7e,0x7e,0x7e,0xff,0xef,0xef,0xef, + 0xff,0xf9,0xf9,0xf9,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xfb,0xfc,0xfc,0xff,0xf9,0xfa,0xfb,0xff,0xa6,0x99,0x87,0xff,0x30,0x11,0x0, + 0xff,0x2c,0x9,0x0,0xff,0x5c,0x2b,0x0,0xff,0x7c,0x3c,0x0,0xff,0x86,0x42,0x0, + 0xff,0x97,0x4c,0x0,0xff,0x9f,0x4f,0x0,0xff,0xa1,0x53,0x0,0xff,0xa4,0x55,0x0, + 0xff,0xa7,0x58,0x0,0xff,0xab,0x5d,0x0,0xff,0xaf,0x61,0x0,0xff,0xb1,0x64,0x0, + 0xff,0xb6,0x68,0x0,0xff,0xb9,0x6b,0x0,0xff,0xbc,0x6f,0x0,0xff,0xbe,0x72,0x0, + 0xff,0xc1,0x75,0x0,0xff,0xc5,0x78,0x0,0xff,0xc9,0x7c,0x0,0xff,0xcb,0x7f,0x0, + 0xff,0xcc,0x82,0x0,0xff,0xcd,0x84,0x0,0xff,0xcf,0x85,0x0,0xff,0xd0,0x87,0x0, + 0xff,0xd1,0x89,0x0,0xff,0xd1,0x8a,0x0,0xff,0xd3,0x8b,0x0,0xff,0xd3,0x8c,0x0, + 0xff,0xd5,0x8d,0x0,0xff,0xd5,0x8e,0x0,0xff,0xd6,0x8e,0x0,0xff,0xd7,0x90,0x0, + 0xff,0xe0,0xa0,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xac,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe8,0xae,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xae,0x0, + 0xff,0xe8,0xaf,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0,0xff,0xea,0xb1,0x0, + 0xff,0xea,0xb1,0x0,0xff,0xe9,0xb1,0x0,0xff,0xea,0xb3,0x0,0xff,0xeb,0xb3,0x0, + 0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb4,0x0,0xff,0xec,0xb6,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xe5,0xaa,0x0,0xff,0xe4,0xa9,0x0,0xff,0xe4,0xaa,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xec,0xb7,0x2,0xff,0xed,0xb8,0xf,0xff,0xed,0xb7,0x18, + 0xff,0xed,0xb9,0x21,0xff,0xee,0xb9,0x1b,0xff,0xed,0xb8,0x2a,0xff,0xed,0xb9,0x23, + 0xff,0xee,0xba,0x28,0xff,0xef,0xbc,0x2d,0xff,0xea,0xb4,0x20,0xff,0xe7,0xaf,0x13, + 0xff,0xe8,0xb1,0x17,0xff,0xeb,0xb7,0x26,0xff,0xee,0xbb,0x34,0xff,0xee,0xbc,0x36, + 0xff,0xee,0xbc,0x36,0xff,0xf0,0xbd,0x3d,0xff,0xef,0xbd,0x3b,0xff,0xef,0xbd,0x3e, + 0xff,0xee,0xbd,0x3b,0xff,0xec,0xb7,0x2b,0xff,0xe7,0xae,0xf,0xff,0xe7,0xa7,0x0, + 0xff,0xe4,0xa4,0x0,0xff,0xe2,0x9f,0x0,0xff,0xe1,0x9c,0x0,0xff,0xde,0x96,0x0, + 0xff,0xdd,0x93,0x0,0xff,0xdb,0x8f,0x0,0xff,0xd8,0x8a,0x0,0xff,0xe8,0xb2,0x53, + 0xff,0xfa,0xe8,0xcb,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe6,0xff,0xff,0xfe,0xed,0xff,0xd1,0xcc,0xb8, + 0xff,0x38,0x4b,0x27,0xff,0x19,0x65,0x35,0xff,0x1b,0x89,0x57,0xff,0x1c,0x84,0x54, + 0xff,0x1d,0x84,0x53,0xff,0x25,0x8f,0x5f,0xff,0x31,0xa1,0x74,0xff,0x3d,0xb1,0x86, + 0xff,0x46,0xbd,0x93,0xff,0x4b,0xc6,0x9a,0xff,0x4f,0xcd,0xa3,0xff,0x52,0xd0,0xa3, + 0xff,0x51,0xd0,0xa1,0xff,0x50,0xcf,0x9f,0xff,0x50,0xce,0x9e,0xff,0x4f,0xcd,0x9d, + 0xff,0x4f,0xcd,0x9a,0xff,0x4f,0xcc,0x99,0xff,0x4f,0xcd,0x97,0xff,0x4f,0xcc,0x97, + 0xff,0x4e,0xcc,0x93,0xff,0x4e,0xcb,0x92,0xff,0x4c,0xc9,0x91,0xff,0x4b,0xca,0x8e, + 0xff,0x4b,0xc7,0x86,0xff,0x41,0xb1,0x7c,0xff,0x23,0x71,0x6c,0xff,0xa,0x41,0x5c, + 0xff,0x0,0x36,0x6e,0xff,0x0,0x44,0x8b,0xff,0x0,0x52,0xa0,0xff,0x0,0x52,0x9f, + 0xff,0x0,0x51,0xa0,0xff,0x0,0x50,0xa0,0xff,0x0,0x44,0x8e,0xff,0x0,0x35,0x6b, + 0xff,0xb,0x42,0x5a,0xff,0x23,0x74,0x63,0xff,0x3c,0xab,0x66,0xff,0x43,0xbc,0x6d, + 0xff,0x41,0xbb,0x70,0xff,0x40,0xba,0x6d,0xff,0x3f,0xb8,0x6b,0xff,0x3e,0xb6,0x69, + 0xff,0x3c,0xb4,0x64,0xff,0x3b,0xb0,0x60,0xff,0x3a,0xae,0x5b,0xff,0x38,0xa9,0x58, + 0xff,0x36,0xa8,0x54,0xff,0x34,0xa4,0x4f,0xff,0x30,0xa0,0x4b,0xff,0x2e,0x9c,0x43, + 0xff,0x2d,0x99,0x3f,0xff,0x2b,0x96,0x3d,0xff,0x29,0x92,0x3a,0xff,0x24,0x8e,0x35, + 0xff,0x21,0x8b,0x2b,0xff,0x1e,0x89,0x2b,0xff,0x1e,0x86,0x2a,0xff,0x19,0x7f,0x26, + 0xff,0x12,0x70,0x1b,0xff,0xe,0x60,0x19,0xff,0x5,0x40,0x7,0xff,0x0,0x1c,0x0, + 0xff,0x51,0x6e,0x57,0xff,0xf3,0xf4,0xf3,0xff,0xfa,0xfa,0xfa,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf6, + 0xff,0xf7,0xf7,0xf5,0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf5, + 0xff,0xf8,0xf8,0xf6,0xff,0xf9,0xf9,0xf8,0xff,0xfc,0xfc,0xfa,0xff,0xc4,0xc4,0xc4, + 0xff,0x70,0x70,0x70,0xff,0x9b,0x99,0x95,0xff,0xf8,0xf1,0xe6,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xe9,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xad,0x97,0x67,0xff,0xab,0x95,0x67,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57, + 0x96,0x56,0x56,0x56,0xff,0x60,0x60,0x60,0xff,0xd7,0xd7,0xd7,0xff,0xfa,0xfa,0xfa, + 0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf5, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf9,0xf9,0xfb, + 0xff,0xf8,0xf8,0xfa,0xff,0xa6,0x98,0x88,0xff,0x2f,0x11,0x0,0xff,0x30,0xb,0x0, + 0xff,0x60,0x2d,0x0,0xff,0x7c,0x3b,0x0,0xff,0x88,0x42,0x0,0xff,0x95,0x48,0x0, + 0xff,0x9d,0x4f,0x0,0xff,0x9e,0x50,0x0,0xff,0xa3,0x55,0x0,0xff,0xa6,0x57,0x0, + 0xff,0xa9,0x5b,0x0,0xff,0xac,0x5f,0x0,0xff,0xb0,0x63,0x0,0xff,0xb2,0x66,0x0, + 0xff,0xb7,0x69,0x0,0xff,0xba,0x6d,0x0,0xff,0xbd,0x71,0x0,0xff,0xc0,0x73,0x0, + 0xff,0xc2,0x77,0x0,0xff,0xc5,0x79,0x0,0xff,0xc9,0x7d,0x0,0xff,0xcc,0x80,0x0, + 0xff,0xce,0x83,0x0,0xff,0xce,0x85,0x0,0xff,0xd0,0x85,0x0,0xff,0xd1,0x87,0x0, + 0xff,0xd2,0x89,0x0,0xff,0xd2,0x8b,0x0,0xff,0xd4,0x8c,0x0,0xff,0xd4,0x8c,0x0, + 0xff,0xd5,0x8e,0x0,0xff,0xd4,0x8e,0x0,0xff,0xd5,0x8e,0x0,0xff,0xde,0x9a,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe5,0xa9,0x0,0xff,0xe7,0xab,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xac,0x0,0xff,0xe8,0xac,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xae,0x0,0xff,0xe9,0xaf,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0,0xff,0xea,0xb0,0x0, + 0xff,0xea,0xb1,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xeb,0xb2,0x0,0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb4,0x0,0xff,0xec,0xb6,0x0, + 0xff,0xe7,0xaf,0x0,0xff,0xe4,0xa7,0x0,0xff,0xe4,0xa7,0x0,0xff,0xe6,0xab,0x0, + 0xff,0xec,0xb6,0x0,0xff,0xed,0xb7,0x0,0xff,0xed,0xb7,0xa,0xff,0xec,0xb7,0xf, + 0xff,0xec,0xb7,0x17,0xff,0xed,0xb9,0x13,0xff,0xec,0xb8,0x20,0xff,0xee,0xba,0x24, + 0xff,0xee,0xba,0x23,0xff,0xef,0xba,0x28,0xff,0xe8,0xb2,0x13,0xff,0xe7,0xb0,0x9, + 0xff,0xe8,0xb0,0x13,0xff,0xed,0xb8,0x29,0xff,0xee,0xbb,0x30,0xff,0xee,0xbb,0x34, + 0xff,0xef,0xbd,0x32,0xff,0xee,0xbc,0x39,0xff,0xee,0xbc,0x39,0xff,0xef,0xbd,0x3b, + 0xff,0xee,0xbb,0x34,0xff,0xec,0xb4,0x27,0xff,0xe8,0xac,0x4,0xff,0xe5,0xa7,0x0, + 0xff,0xe3,0xa2,0x0,0xff,0xe1,0x9f,0x0,0xff,0xe0,0x99,0x0,0xff,0xdf,0x96,0x0, + 0xff,0xdc,0x91,0x0,0xff,0xda,0x8e,0x0,0xff,0xd8,0x88,0x0,0xff,0xe4,0xa9,0x35, + 0xff,0xf8,0xe3,0xbe,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xfd,0xee,0xff,0xdf,0xda,0xc9, + 0xff,0x52,0x5b,0x3d,0xff,0x15,0x5a,0x2b,0xff,0x19,0x8c,0x5a,0xff,0x1a,0x86,0x53, + 0xff,0x1b,0x85,0x52,0xff,0x21,0x8e,0x5d,0xff,0x2f,0x9f,0x72,0xff,0x3a,0xaf,0x84, + 0xff,0x44,0xbb,0x91,0xff,0x4a,0xc5,0x99,0xff,0x4f,0xcd,0xa2,0xff,0x52,0xd1,0xa4, + 0xff,0x52,0xd0,0xa3,0xff,0x51,0xcf,0xa1,0xff,0x51,0xce,0x9e,0xff,0x50,0xce,0x9d, + 0xff,0x4f,0xcd,0x9b,0xff,0x4f,0xcc,0x98,0xff,0x4f,0xcd,0x97,0xff,0x4f,0xcc,0x96, + 0xff,0x4d,0xcb,0x94,0xff,0x4e,0xca,0x92,0xff,0x4c,0xc9,0x90,0xff,0x4b,0xc9,0x8a, + 0xff,0x42,0xb4,0x7f,0xff,0x1f,0x6a,0x6b,0xff,0x2,0x34,0x65,0xff,0x0,0x50,0x9b, + 0xff,0x0,0x67,0xbd,0xff,0x0,0x6e,0xca,0xff,0x0,0x72,0xd4,0xff,0x0,0x71,0xd4, + 0xff,0x0,0x71,0xd5,0xff,0x0,0x6f,0xd5,0xff,0x0,0x6c,0xcf,0xff,0x0,0x64,0xc0, + 0xff,0x0,0x49,0x95,0xff,0x4,0x38,0x63,0xff,0x1d,0x6b,0x62,0xff,0x3c,0xb0,0x68, + 0xff,0x43,0xbe,0x6e,0xff,0x42,0xbb,0x6f,0xff,0x3f,0xb9,0x6c,0xff,0x3e,0xb8,0x6b, + 0xff,0x3d,0xb5,0x66,0xff,0x3b,0xb3,0x63,0xff,0x3a,0xb0,0x5f,0xff,0x37,0xac,0x5b, + 0xff,0x36,0xa8,0x57,0xff,0x34,0xa5,0x52,0xff,0x32,0xa2,0x4f,0xff,0x2f,0x9f,0x46, + 0xff,0x2d,0x9b,0x44,0xff,0x2a,0x97,0x3f,0xff,0x28,0x93,0x3a,0xff,0x25,0x90,0x35, + 0xff,0x22,0x8d,0x2e,0xff,0x20,0x8a,0x2d,0xff,0x1e,0x88,0x29,0xff,0x1b,0x86,0x26, + 0xff,0x16,0x7d,0x22,0xff,0xe,0x6d,0x1c,0xff,0xa,0x60,0x15,0xff,0x2,0x37,0x8, + 0xff,0x1,0x25,0x0,0xff,0x66,0x7f,0x6b,0xff,0xf5,0xf6,0xf6,0xff,0xf8,0xf8,0xf8, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xbb,0xbb,0xbb,0xff,0x73,0x73,0x73,0xff,0xa4,0xa1,0x9d,0xff,0xf6,0xf0,0xe6, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd4, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xac,0x96,0x68,0xff,0xac,0x96,0x66,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x56,0x58,0x58,0x58, + 0xf5,0x51,0x51,0x51,0xff,0xbc,0xbc,0xba,0xff,0xf9,0xf9,0xf8,0xff,0xf5,0xf5,0xf4, + 0xff,0xf6,0xf6,0xf4,0xff,0xf6,0xf6,0xf4,0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf3,0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf7,0xf7, + 0xff,0xac,0x9f,0x91,0xff,0x2e,0xf,0x0,0xff,0x30,0xc,0x0,0xff,0x61,0x2c,0x0, + 0xff,0x79,0x39,0x0,0xff,0x88,0x41,0x0,0xff,0x96,0x49,0x0,0xff,0x9a,0x4b,0x0, + 0xff,0x9b,0x4e,0x0,0xff,0x9f,0x52,0x0,0xff,0xa4,0x56,0x0,0xff,0xa7,0x59,0x0, + 0xff,0xab,0x5d,0x0,0xff,0xad,0x60,0x0,0xff,0xb1,0x63,0x0,0xff,0xb3,0x67,0x0, + 0xff,0xb7,0x6a,0x0,0xff,0xba,0x6d,0x0,0xff,0xbd,0x72,0x0,0xff,0xc0,0x74,0x0, + 0xff,0xc2,0x77,0x0,0xff,0xc4,0x79,0x0,0xff,0xc9,0x7d,0x0,0xff,0xcb,0x80,0x0, + 0xff,0xcd,0x82,0x0,0xff,0xd0,0x85,0x0,0xff,0xd1,0x88,0x0,0xff,0xd1,0x88,0x0, + 0xff,0xd1,0x89,0x0,0xff,0xd4,0x8a,0x0,0xff,0xd3,0x8c,0x0,0xff,0xd5,0x8c,0x0, + 0xff,0xd4,0x8d,0x0,0xff,0xd5,0x8e,0x0,0xff,0xd9,0x95,0x0,0xff,0xe4,0xa6,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe7,0xaa,0x0, + 0xff,0xe7,0xaa,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xab,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe8,0xac,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe9,0xae,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xea,0xb1,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb1,0x0,0xff,0xe9,0xb1,0x0, + 0xff,0xea,0xb3,0x0,0xff,0xeb,0xb2,0x0,0xff,0xeb,0xb4,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xe4,0xab,0x0,0xff,0xe2,0xa6,0x0,0xff,0xe3,0xa6,0x0,0xff,0xe8,0xb0,0x0, + 0xff,0xeb,0xb5,0x0,0xff,0xeb,0xb6,0x0,0xff,0xed,0xb7,0x0,0xff,0xed,0xb7,0xa, + 0xff,0xec,0xb7,0xf,0xff,0xed,0xb8,0x18,0xff,0xed,0xb8,0x18,0xff,0xee,0xb9,0x21, + 0xff,0xee,0xba,0x1e,0xff,0xed,0xb6,0x21,0xff,0xe7,0xb0,0xe,0xff,0xe6,0xaf,0x0, + 0xff,0xe6,0xb0,0xe,0xff,0xee,0xba,0x2e,0xff,0xef,0xbb,0x2f,0xff,0xee,0xbb,0x30, + 0xff,0xef,0xbc,0x31,0xff,0xee,0xbb,0x37,0xff,0xef,0xbd,0x36,0xff,0xee,0xbc,0x39, + 0xff,0xee,0xb9,0x2f,0xff,0xeb,0xb3,0x1d,0xff,0xe7,0xab,0x0,0xff,0xe4,0xa6,0x0, + 0xff,0xe3,0xa0,0x0,0xff,0xe0,0x9d,0x0,0xff,0xdf,0x97,0x0,0xff,0xde,0x95,0x0, + 0xff,0xdc,0x90,0x0,0xff,0xdc,0x8f,0x0,0xff,0xd9,0x88,0x0,0xff,0xe2,0xa4,0x18, + 0xff,0xf7,0xdd,0xb5,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xfd,0xf0,0xff,0xe9,0xe4,0xd4, + 0xff,0x63,0x67,0x4e,0xff,0x12,0x53,0x25,0xff,0x19,0x8b,0x59,0xff,0x1b,0x87,0x56, + 0xff,0x1b,0x86,0x55,0xff,0x1f,0x8a,0x5a,0xff,0x2b,0x9e,0x6f,0xff,0x36,0xad,0x81, + 0xff,0x42,0xba,0x8e,0xff,0x49,0xc4,0x98,0xff,0x4f,0xcc,0xa2,0xff,0x51,0xd0,0xa3, + 0xff,0x51,0xd0,0xa3,0xff,0x50,0xcf,0xa2,0xff,0x51,0xcf,0xa0,0xff,0x50,0xce,0x9d, + 0xff,0x4f,0xcd,0x9b,0xff,0x50,0xcc,0x9a,0xff,0x4e,0xcc,0x97,0xff,0x4f,0xcc,0x96, + 0xff,0x4d,0xcb,0x94,0xff,0x4e,0xcb,0x92,0xff,0x4d,0xcb,0x8f,0xff,0x49,0xc1,0x86, + 0xff,0x24,0x75,0x72,0xff,0x2,0x38,0x6c,0xff,0x0,0x5d,0xac,0xff,0x0,0x72,0xd0, + 0xff,0x0,0x77,0xd5,0xff,0x0,0x89,0xe9,0xff,0x0,0x96,0xf7,0xff,0x0,0x97,0xf7, + 0xff,0x0,0x94,0xf6,0xff,0x0,0x89,0xec,0xff,0x0,0x78,0xda,0xff,0x0,0x6e,0xd4, + 0xff,0x0,0x6c,0xd2,0xff,0x0,0x54,0xa6,0xff,0x4,0x39,0x6c,0xff,0x28,0x82,0x6a, + 0xff,0x41,0xb9,0x6e,0xff,0x41,0xbd,0x6d,0xff,0x40,0xba,0x6d,0xff,0x3f,0xb9,0x6b, + 0xff,0x3d,0xb6,0x67,0xff,0x3c,0xb3,0x63,0xff,0x39,0xb0,0x60,0xff,0x38,0xaf,0x5c, + 0xff,0x37,0xab,0x59,0xff,0x34,0xa7,0x53,0xff,0x31,0xa5,0x4e,0xff,0x2f,0xa0,0x4a, + 0xff,0x2d,0x9d,0x48,0xff,0x2b,0x9a,0x40,0xff,0x28,0x96,0x3d,0xff,0x28,0x92,0x38, + 0xff,0x24,0x8e,0x33,0xff,0x21,0x8b,0x2f,0xff,0x1d,0x87,0x2b,0xff,0x1b,0x85,0x29, + 0xff,0x17,0x83,0x25,0xff,0x12,0x78,0x1d,0xff,0xd,0x6a,0x18,0xff,0x7,0x5b,0xf, + 0xff,0x1,0x32,0x4,0xff,0x0,0x22,0x0,0xff,0x6b,0x83,0x70,0xff,0xff,0xff,0xff, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xfa,0xfa,0xfc, + 0xff,0xf9,0xf9,0xf9,0xff,0xab,0xab,0xab,0xff,0x6a,0x6a,0x6a,0xff,0xba,0xb7,0xb2, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xfa,0xed,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xac,0x96,0x68,0xff,0xad,0x97,0x69,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0x18,0x58,0x58,0x58,0xca,0x53,0x53,0x53, + 0xff,0x91,0x91,0x8f,0xff,0xf1,0xf1,0xf0,0xff,0xf6,0xf6,0xf5,0xff,0xf5,0xf5,0xf4, + 0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf5,0xff,0xf8,0xf8,0xf6,0xff,0xc1,0xb8,0xae, + 0xff,0x37,0x19,0x0,0xff,0x2c,0x8,0x0,0xff,0x5d,0x29,0x0,0xff,0x78,0x37,0x0, + 0xff,0x85,0x3e,0x0,0xff,0x94,0x48,0x0,0xff,0x98,0x4a,0x0,0xff,0x9a,0x4d,0x0, + 0xff,0x9d,0x4f,0x0,0xff,0xa0,0x53,0x0,0xff,0xa5,0x57,0x0,0xff,0xa8,0x5b,0x0, + 0xff,0xac,0x5f,0x0,0xff,0xaf,0x62,0x0,0xff,0xb2,0x65,0x0,0xff,0xb5,0x69,0x0, + 0xff,0xb8,0x6b,0x0,0xff,0xbb,0x6f,0x0,0xff,0xbd,0x72,0x0,0xff,0xc1,0x75,0x0, + 0xff,0xc3,0x78,0x0,0xff,0xc6,0x7b,0x0,0xff,0xc7,0x7c,0x0,0xff,0xcb,0x80,0x0, + 0xff,0xce,0x83,0x0,0xff,0xcf,0x85,0x0,0xff,0xd1,0x87,0x0,0xff,0xd2,0x89,0x0, + 0xff,0xd3,0x8a,0x0,0xff,0xd3,0x8a,0x0,0xff,0xd3,0x8c,0x0,0xff,0xd3,0x8c,0x0, + 0xff,0xd5,0x8d,0x0,0xff,0xd5,0x8f,0x0,0xff,0xe0,0x9e,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe6,0xa7,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe8,0xac,0x0,0xff,0xe8,0xac,0x0,0xff,0xe7,0xad,0x0, + 0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe9,0xb1,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb1,0x0, + 0xff,0xe9,0xb1,0x0,0xff,0xe9,0xb2,0x0,0xff,0xec,0xb4,0x0,0xff,0xe7,0xae,0x0, + 0xff,0xe2,0xa6,0x0,0xff,0xe2,0xa7,0x0,0xff,0xe4,0xa9,0x0,0xff,0xeb,0xb2,0x0, + 0xff,0xec,0xb6,0x0,0xff,0xec,0xb6,0x0,0xff,0xec,0xb7,0x0,0xff,0xec,0xb6,0x0, + 0xff,0xec,0xb6,0xa,0xff,0xec,0xb7,0xf,0xff,0xec,0xb7,0xf,0xff,0xec,0xb8,0x1a, + 0xff,0xee,0xba,0x1e,0xff,0xe9,0xb3,0x5,0xff,0xe7,0xaf,0x0,0xff,0xe7,0xaf,0x0, + 0xff,0xe9,0xb3,0xd,0xff,0xed,0xba,0x2a,0xff,0xee,0xbb,0x2b,0xff,0xee,0xba,0x2e, + 0xff,0xef,0xbc,0x2d,0xff,0xee,0xbb,0x34,0xff,0xee,0xbb,0x34,0xff,0xee,0xbb,0x2f, + 0xff,0xec,0xb6,0x24,0xff,0xe9,0xb0,0x13,0xff,0xe6,0xa8,0x0,0xff,0xe5,0xa4,0x0, + 0xff,0xe3,0x9f,0x0,0xff,0xe0,0x9a,0x0,0xff,0xde,0x96,0x0,0xff,0xdc,0x93,0x0, + 0xff,0xdb,0x8f,0x0,0xff,0xda,0x8d,0x0,0xff,0xd7,0x87,0x0,0xff,0xe0,0x9a,0x0, + 0xff,0xf4,0xd7,0xa8,0xff,0xff,0xf5,0xe5,0xff,0xfe,0xf7,0xe9,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xfc,0xf0,0xff,0xf8,0xf2,0xe3, + 0xff,0x7d,0x80,0x69,0xff,0xe,0x48,0x17,0xff,0x1b,0x85,0x54,0xff,0x18,0x88,0x55, + 0xff,0x18,0x87,0x54,0xff,0x1b,0x89,0x5a,0xff,0x27,0x9a,0x6b,0xff,0x35,0xab,0x7e, + 0xff,0x40,0xb7,0x8c,0xff,0x48,0xc4,0x98,0xff,0x4f,0xcd,0xa1,0xff,0x52,0xcf,0xa4, + 0xff,0x52,0xd0,0xa3,0xff,0x50,0xcf,0xa2,0xff,0x50,0xce,0x9f,0xff,0x51,0xce,0x9c, + 0xff,0x4f,0xcd,0x9b,0xff,0x50,0xce,0x9a,0xff,0x4f,0xcd,0x98,0xff,0x4e,0xcb,0x96, + 0xff,0x4d,0xcb,0x94,0xff,0x4d,0xcb,0x93,0xff,0x4f,0xd0,0x8e,0xff,0x36,0x98,0x80, + 0xff,0x6,0x3b,0x65,0xff,0x0,0x58,0xa4,0xff,0x0,0x78,0xd5,0xff,0x0,0x97,0xf4, + 0xff,0x0,0xac,0xff,0xff,0x0,0xb2,0xff,0xff,0x0,0xb6,0xff,0xff,0x0,0xb6,0xff, + 0xff,0x0,0xb4,0xff,0xff,0x0,0xae,0xff,0xff,0x0,0xa8,0xff,0xff,0x0,0x93,0xfb, + 0xff,0x0,0x74,0xd9,0xff,0x0,0x6c,0xd3,0xff,0x0,0x4c,0x94,0xff,0xe,0x4a,0x6d, + 0xff,0x3c,0xae,0x6e,0xff,0x42,0xbe,0x6f,0xff,0x40,0xbb,0x6f,0xff,0x3f,0xb9,0x6c, + 0xff,0x3d,0xb7,0x6b,0xff,0x3b,0xb4,0x66,0xff,0x3a,0xb2,0x62,0xff,0x38,0xaf,0x5f, + 0xff,0x37,0xad,0x5c,0xff,0x35,0xa9,0x57,0xff,0x30,0xa5,0x53,0xff,0x30,0xa2,0x4f, + 0xff,0x2d,0x9e,0x48,0xff,0x2c,0x9c,0x45,0xff,0x29,0x97,0x40,0xff,0x27,0x94,0x3a, + 0xff,0x23,0x90,0x36,0xff,0x21,0x8e,0x32,0xff,0x1e,0x89,0x2e,0xff,0x1c,0x86,0x27, + 0xff,0x19,0x84,0x23,0xff,0x15,0x80,0x27,0xff,0x11,0x77,0x1b,0xff,0x9,0x68,0x18, + 0xff,0x5,0x57,0x11,0xff,0x0,0x2c,0x0,0xff,0x2,0x29,0x7,0xff,0x89,0x9b,0x8e, + 0xff,0xff,0xff,0xff,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xfb,0xfb,0xfb,0xff,0xf4,0xf4,0xf4,0xff,0xa7,0xa7,0xa7,0xff,0x75,0x75,0x73, + 0xff,0xc0,0xbc,0xb5,0xff,0xfd,0xf7,0xeb,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xea,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xac,0x97,0x67,0xff,0xac,0x96,0x68,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x8a,0x55,0x55,0x55,0xfd,0x67,0x67,0x67, + 0xff,0xe3,0xe3,0xe1,0xff,0xf7,0xf7,0xf6,0xff,0xf6,0xf6,0xf4,0xff,0xf6,0xf6,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf6,0xf6,0xf4,0xff,0xf7,0xf8,0xf7,0xff,0xce,0xc7,0xc0,0xff,0x3c,0x1f,0x0, + 0xff,0x2c,0xb,0x0,0xff,0x54,0x23,0x0,0xff,0x77,0x35,0x0,0xff,0x83,0x3c,0x0, + 0xff,0x8f,0x44,0x0,0xff,0x95,0x47,0x0,0xff,0x98,0x4a,0x0,0xff,0x9c,0x4e,0x0, + 0xff,0x9f,0x51,0x0,0xff,0xa2,0x54,0x0,0xff,0xa6,0x59,0x0,0xff,0xa9,0x5b,0x0, + 0xff,0xad,0x5f,0x0,0xff,0xaf,0x61,0x0,0xff,0xb3,0x66,0x0,0xff,0xb6,0x69,0x0, + 0xff,0xb8,0x6b,0x0,0xff,0xbb,0x6f,0x0,0xff,0xbf,0x73,0x0,0xff,0xc1,0x76,0x0, + 0xff,0xc2,0x77,0x0,0xff,0xc6,0x7b,0x0,0xff,0xc7,0x7d,0x0,0xff,0xca,0x80,0x0, + 0xff,0xce,0x82,0x0,0xff,0xd0,0x85,0x0,0xff,0xd2,0x88,0x0,0xff,0xd1,0x89,0x0, + 0xff,0xd2,0x89,0x0,0xff,0xd3,0x8a,0x0,0xff,0xd4,0x8c,0x0,0xff,0xd4,0x8d,0x0, + 0xff,0xd5,0x8d,0x0,0xff,0xdc,0x97,0x0,0xff,0xe6,0xa7,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe5,0xa8,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe5,0xa9,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe8,0xac,0x0,0xff,0xe7,0xac,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe8,0xae,0x0,0xff,0xe9,0xae,0x0,0xff,0xe8,0xae,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb1,0x0,0xff,0xea,0xb0,0x0,0xff,0xea,0xb1,0x0, + 0xff,0xe9,0xb1,0x0,0xff,0xea,0xb3,0x0,0xff,0xea,0xb1,0x0,0xff,0xe5,0xaa,0x0, + 0xff,0xe1,0xa6,0x0,0xff,0xe1,0xa6,0x0,0xff,0xe7,0xaf,0x0,0xff,0xec,0xb5,0x0, + 0xff,0xec,0xb5,0x0,0xff,0xeb,0xb5,0x0,0xff,0xeb,0xb5,0x0,0xff,0xeb,0xb5,0x0, + 0xff,0xec,0xb7,0x0,0xff,0xec,0xb6,0x9,0xff,0xec,0xb7,0x2,0xff,0xed,0xb8,0x18, + 0xff,0xed,0xb8,0x18,0xff,0xe6,0xaf,0x0,0xff,0xe5,0xac,0x0,0xff,0xe7,0xae,0x0, + 0xff,0xeb,0xb5,0x1c,0xff,0xed,0xb9,0x28,0xff,0xee,0xbb,0x26,0xff,0xed,0xba,0x2a, + 0xff,0xed,0xba,0x2a,0xff,0xef,0xbc,0x2d,0xff,0xee,0xbb,0x2c,0xff,0xed,0xb6,0x21, + 0xff,0xea,0xb2,0x12,0xff,0xe7,0xac,0x0,0xff,0xe4,0xa7,0x0,0xff,0xe3,0xa1,0x0, + 0xff,0xe1,0x9d,0x0,0xff,0xe0,0x99,0x0,0xff,0xde,0x95,0x0,0xff,0xdc,0x92,0x0, + 0xff,0xdc,0x8f,0x0,0xff,0xd9,0x8c,0x0,0xff,0xd7,0x86,0x0,0xff,0xdd,0x96,0x0, + 0xff,0xf3,0xd3,0xa0,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe9,0xff,0xfe,0xf6,0xe8, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xed,0xff,0xff,0xfe,0xf8, + 0xff,0x9e,0x9f,0x8a,0xff,0x9,0x38,0x6,0xff,0x1b,0x7e,0x4e,0xff,0x18,0x8b,0x58, + 0xff,0x19,0x87,0x57,0xff,0x18,0x88,0x58,0xff,0x25,0x97,0x69,0xff,0x33,0xa8,0x7c, + 0xff,0x3e,0xb6,0x8b,0xff,0x47,0xc2,0x96,0xff,0x4e,0xcb,0xa1,0xff,0x52,0xcf,0xa3, + 0xff,0x52,0xd0,0xa3,0xff,0x51,0xd0,0xa0,0xff,0x50,0xce,0x9f,0xff,0x51,0xcf,0x9e, + 0xff,0x4f,0xcd,0x9b,0xff,0x50,0xce,0x9a,0xff,0x4e,0xcc,0x99,0xff,0x4e,0xcb,0x96, + 0xff,0x4d,0xcb,0x94,0xff,0x4e,0xcc,0x94,0xff,0x4b,0xc8,0x8c,0xff,0x25,0x76,0x78, + 0xff,0x3,0x43,0x82,0xff,0x0,0x75,0xc9,0xff,0x0,0xa2,0xff,0xff,0x0,0xb9,0xff, + 0xff,0x0,0xbd,0xff,0xff,0x0,0xbc,0xff,0xff,0x0,0xbc,0xff,0xff,0x0,0xbb,0xff, + 0xff,0x0,0xb8,0xff,0xff,0x0,0xb6,0xff,0xff,0x0,0xb3,0xff,0xff,0x0,0xb0,0xff, + 0xff,0x0,0x9e,0xff,0xff,0x0,0x78,0xe1,0xff,0x0,0x5d,0xb6,0xff,0x5,0x3e,0x77, + 0xff,0x31,0x98,0x6f,0xff,0x43,0xbd,0x70,0xff,0x41,0xbb,0x6e,0xff,0x3f,0xbb,0x6c, + 0xff,0x3e,0xb8,0x69,0xff,0x3b,0xb5,0x66,0xff,0x3b,0xb4,0x64,0xff,0x38,0xb2,0x62, + 0xff,0x36,0xad,0x5c,0xff,0x34,0xaa,0x59,0xff,0x32,0xa8,0x56,0xff,0x30,0xa4,0x4f, + 0xff,0x2d,0x9f,0x4c,0xff,0x2b,0x9e,0x48,0xff,0x2b,0x99,0x44,0xff,0x25,0x94,0x3e, + 0xff,0x23,0x91,0x3a,0xff,0x21,0x8f,0x36,0xff,0x1e,0x8b,0x32,0xff,0x1c,0x87,0x2c, + 0xff,0x19,0x84,0x27,0xff,0x14,0x82,0x20,0xff,0x10,0x7f,0x22,0xff,0xc,0x73,0x1b, + 0xff,0x6,0x65,0x12,0xff,0x2,0x51,0x8,0xff,0x0,0x25,0x0,0xff,0x3,0x2c,0xb, + 0xff,0x87,0x9a,0x8d,0xff,0xff,0xff,0xff,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xfb,0xfb,0xfb,0xff,0xf2,0xf2,0xf2,0xff,0x97,0x97,0x97, + 0xff,0x6f,0x6e,0x6e,0xff,0xd0,0xcc,0xc3,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xac,0x98,0x68,0xff,0xad,0x98,0x68,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x58,0x58,0x58,0x3c,0x57,0x57,0x57,0xde,0x50,0x50,0x50,0xff,0xb7,0xb7,0xb5, + 0xff,0xf6,0xf6,0xf4,0xff,0xf6,0xf6,0xf5,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf3, + 0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf7,0xf7,0xf5,0xff,0xdd,0xd7,0xd3,0xff,0x53,0x38,0x19,0xff,0x2b,0xb,0x0, + 0xff,0x4e,0x21,0x0,0xff,0x72,0x33,0x0,0xff,0x7f,0x39,0x0,0xff,0x8e,0x41,0x0, + 0xff,0x92,0x45,0x0,0xff,0x95,0x46,0x0,0xff,0x99,0x4b,0x0,0xff,0x9d,0x4f,0x0, + 0xff,0xa0,0x52,0x0,0xff,0xa2,0x54,0x0,0xff,0xa7,0x59,0x0,0xff,0xaa,0x5d,0x0, + 0xff,0xae,0x60,0x0,0xff,0xb1,0x63,0x0,0xff,0xb2,0x66,0x0,0xff,0xb6,0x69,0x0, + 0xff,0xb8,0x6d,0x0,0xff,0xbb,0x70,0x0,0xff,0xbf,0x72,0x0,0xff,0xc1,0x75,0x0, + 0xff,0xc3,0x78,0x0,0xff,0xc6,0x7c,0x0,0xff,0xc8,0x7e,0x0,0xff,0xca,0x80,0x0, + 0xff,0xcd,0x82,0x0,0xff,0xd0,0x85,0x0,0xff,0xd1,0x87,0x0,0xff,0xd2,0x89,0x0, + 0xff,0xd2,0x89,0x0,0xff,0xd4,0x8a,0x0,0xff,0xd4,0x8b,0x0,0xff,0xd4,0x8c,0x0, + 0xff,0xd7,0x90,0x0,0xff,0xe3,0xa3,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe5,0xa8,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe7,0xa9,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe8,0xad,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xae,0x0, + 0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe8,0xb0,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xeb,0xb3,0x0,0xff,0xe7,0xac,0x0,0xff,0xe1,0xa4,0x0, + 0xff,0xe2,0xa3,0x0,0xff,0xe2,0xa7,0x0,0xff,0xe9,0xb1,0x0,0xff,0xea,0xb4,0x0, + 0xff,0xec,0xb5,0x0,0xff,0xec,0xb5,0x0,0xff,0xec,0xb6,0x0,0xff,0xec,0xb6,0x0, + 0xff,0xec,0xb5,0x0,0xff,0xeb,0xb6,0x0,0xff,0xec,0xb6,0x0,0xff,0xed,0xb8,0xf, + 0xff,0xeb,0xb5,0x4,0xff,0xe6,0xad,0x0,0xff,0xe5,0xac,0x0,0xff,0xe6,0xad,0x0, + 0xff,0xed,0xb7,0x1b,0xff,0xed,0xb9,0x23,0xff,0xed,0xb9,0x23,0xff,0xed,0xb9,0x28, + 0xff,0xed,0xba,0x25,0xff,0xed,0xba,0x2a,0xff,0xed,0xb8,0x24,0xff,0xeb,0xb3,0x11, + 0xff,0xe8,0xae,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe4,0xa4,0x0,0xff,0xe1,0x9f,0x0, + 0xff,0xe0,0x9b,0x0,0xff,0xde,0x97,0x0,0xff,0xde,0x95,0x0,0xff,0xdd,0x90,0x0, + 0xff,0xda,0x8d,0x0,0xff,0xd9,0x89,0x0,0xff,0xd8,0x86,0x0,0xff,0xe2,0xa6,0x2f, + 0xff,0xf7,0xdd,0xb8,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe7,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xff,0xfc, + 0xff,0xbd,0xbd,0xac,0xff,0x27,0x3f,0x19,0xff,0x18,0x6e,0x41,0xff,0x17,0x8d,0x5c, + 0xff,0x16,0x88,0x58,0xff,0x16,0x88,0x57,0xff,0x21,0x94,0x64,0xff,0x30,0xa6,0x79, + 0xff,0x3d,0xb6,0x8b,0xff,0x47,0xc1,0x97,0xff,0x4f,0xcb,0xa0,0xff,0x52,0xcf,0xa4, + 0xff,0x52,0xd0,0xa3,0xff,0x52,0xd0,0xa0,0xff,0x51,0xce,0xa0,0xff,0x51,0xce,0x9e, + 0xff,0x4f,0xcd,0x9b,0xff,0x50,0xce,0x9a,0xff,0x4f,0xcc,0x99,0xff,0x4f,0xcc,0x96, + 0xff,0x4e,0xcc,0x95,0xff,0x50,0xcf,0x95,0xff,0x45,0xba,0x8e,0xff,0x18,0x5f,0x72, + 0xff,0x18,0x60,0x9d,0xff,0x12,0xab,0xff,0xff,0x0,0xbc,0xff,0xff,0x0,0xbd,0xff, + 0xff,0x0,0xbe,0xff,0xff,0x0,0xbf,0xff,0xff,0x0,0xbf,0xff,0xff,0x0,0xbe,0xff, + 0xff,0x0,0xba,0xff,0xff,0x0,0xb8,0xff,0xff,0x0,0xb4,0xff,0xff,0x0,0xb2,0xff, + 0xff,0x0,0xb1,0xff,0xff,0x0,0x97,0xff,0xff,0x0,0x6e,0xd4,0xff,0x5,0x43,0x7f, + 0xff,0x29,0x84,0x73,0xff,0x41,0xbc,0x71,0xff,0x41,0xbc,0x70,0xff,0x40,0xbb,0x6e, + 0xff,0x3d,0xb8,0x69,0xff,0x3b,0xb6,0x67,0xff,0x39,0xb4,0x66,0xff,0x39,0xb1,0x63, + 0xff,0x37,0xae,0x5e,0xff,0x35,0xab,0x5a,0xff,0x31,0xa8,0x57,0xff,0x2f,0xa4,0x52, + 0xff,0x2d,0xa1,0x4e,0xff,0x2b,0x9f,0x4b,0xff,0x2a,0x9b,0x46,0xff,0x26,0x96,0x40, + 0xff,0x23,0x93,0x3c,0xff,0x20,0x8f,0x37,0xff,0x1e,0x8c,0x33,0xff,0x1c,0x88,0x2d, + 0xff,0x19,0x85,0x28,0xff,0x16,0x83,0x21,0xff,0xf,0x80,0x1c,0xff,0xd,0x7c,0x1d, + 0xff,0x8,0x71,0x17,0xff,0x3,0x62,0x10,0xff,0x0,0x4f,0x4,0xff,0x0,0x22,0x0, + 0xff,0x13,0x3a,0x1c,0xff,0xac,0xb8,0xae,0xff,0xfd,0xfd,0xfd,0xff,0xf7,0xf7,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xfa,0xfa,0xfa,0xff,0xec,0xec,0xec, + 0xff,0x92,0x92,0x92,0xff,0x73,0x73,0x73,0xff,0xda,0xd5,0xcc,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf9,0xeb, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xea,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xad,0x97,0x69,0xff,0xac,0x97,0x67,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57, + 0x5,0x58,0x58,0x58,0x9f,0x4f,0x4f,0x4f,0xff,0x84,0x84,0x84,0xff,0xea,0xea,0xe8, + 0xff,0xf9,0xf9,0xf7,0xff,0xf5,0xf5,0xf3,0xff,0xf6,0xf6,0xf4,0xff,0xf6,0xf6,0xf4, + 0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf6, + 0xff,0xec,0xeb,0xea,0xff,0x68,0x51,0x39,0xff,0x2b,0xc,0x0,0xff,0x46,0x1b,0x0, + 0xff,0x6e,0x2f,0x0,0xff,0x7a,0x37,0x0,0xff,0x8c,0x3e,0x0,0xff,0x90,0x42,0x0, + 0xff,0x93,0x45,0x0,0xff,0x95,0x48,0x0,0xff,0x99,0x4c,0x0,0xff,0x9e,0x50,0x0, + 0xff,0xa1,0x54,0x0,0xff,0xa3,0x56,0x0,0xff,0xa7,0x5b,0x0,0xff,0xaa,0x5e,0x0, + 0xff,0xad,0x60,0x0,0xff,0xb2,0x63,0x0,0xff,0xb4,0x67,0x0,0xff,0xb6,0x6a,0x0, + 0xff,0xb9,0x6c,0x0,0xff,0xbc,0x70,0x0,0xff,0xbe,0x73,0x0,0xff,0xc1,0x76,0x0, + 0xff,0xc2,0x78,0x0,0xff,0xc5,0x7a,0x0,0xff,0xc7,0x7e,0x0,0xff,0xc9,0x7f,0x0, + 0xff,0xcb,0x81,0x0,0xff,0xcf,0x84,0x0,0xff,0xd1,0x87,0x0,0xff,0xd1,0x87,0x0, + 0xff,0xd3,0x89,0x0,0xff,0xd3,0x8a,0x0,0xff,0xd3,0x8b,0x0,0xff,0xd3,0x8c,0x0, + 0xff,0xdd,0x9a,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa6,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe6,0xaa,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xab,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe8,0xae,0x0,0xff,0xe8,0xae,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb1,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xea,0xaf,0x0,0xff,0xe4,0xa8,0x0,0xff,0xe0,0xa3,0x0, + 0xff,0xe1,0xa3,0x0,0xff,0xe6,0xaa,0x0,0xff,0xeb,0xb3,0x0,0xff,0xea,0xb3,0x0, + 0xff,0xeb,0xb5,0x0,0xff,0xec,0xb5,0x0,0xff,0xec,0xb5,0x0,0xff,0xeb,0xb5,0x0, + 0xff,0xec,0xb6,0x0,0xff,0xec,0xb6,0x0,0xff,0xeb,0xb6,0x0,0xff,0xee,0xb8,0x2, + 0xff,0xe8,0xb1,0x0,0xff,0xe4,0xab,0x0,0xff,0xe4,0xab,0x0,0xff,0xe7,0xaf,0x0, + 0xff,0xec,0xb7,0x1e,0xff,0xee,0xb9,0x21,0xff,0xed,0xb8,0x21,0xff,0xee,0xba,0x24, + 0xff,0xee,0xba,0x28,0xff,0xed,0xb9,0x26,0xff,0xeb,0xb4,0x1b,0xff,0xe8,0xb0,0x0, + 0xff,0xe6,0xab,0x0,0xff,0xe6,0xa7,0x0,0xff,0xe3,0xa2,0x0,0xff,0xe1,0x9d,0x0, + 0xff,0xdf,0x99,0x0,0xff,0xde,0x97,0x0,0xff,0xdd,0x93,0x0,0xff,0xdb,0x90,0x0, + 0xff,0xd9,0x8c,0x0,0xff,0xd8,0x86,0x0,0xff,0xe0,0x9f,0x0,0xff,0xf1,0xd1,0x9d, + 0xff,0xfb,0xef,0xd9,0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe6, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xeb,0xff,0xff,0xff,0xf5, + 0xff,0xd9,0xd6,0xc8,0xff,0x4b,0x52,0x34,0xff,0x11,0x61,0x32,0xff,0x14,0x8f,0x5b, + 0xff,0x16,0x8a,0x59,0xff,0x16,0x89,0x58,0xff,0x1e,0x92,0x62,0xff,0x2f,0xa5,0x78, + 0xff,0x3d,0xb5,0x8a,0xff,0x47,0xc1,0x97,0xff,0x4e,0xcb,0x9f,0xff,0x52,0xcf,0xa2, + 0xff,0x52,0xd0,0xa3,0xff,0x52,0xd0,0xa0,0xff,0x50,0xce,0x9f,0xff,0x51,0xce,0x9e, + 0xff,0x4f,0xcd,0x9b,0xff,0x50,0xcd,0x9a,0xff,0x4f,0xcd,0x99,0xff,0x4f,0xcc,0x96, + 0xff,0x4d,0xcb,0x94,0xff,0x4f,0xce,0x94,0xff,0x43,0xb9,0x8f,0xff,0x11,0x57,0x72, + 0xff,0x39,0x83,0xb7,0xff,0x2f,0xca,0xff,0xff,0x0,0xbb,0xff,0xff,0x0,0xc0,0xff, + 0xff,0x0,0xc3,0xff,0xff,0x0,0xc4,0xff,0xff,0x0,0xc2,0xff,0xff,0x0,0xc1,0xff, + 0xff,0x0,0xbe,0xff,0xff,0x0,0xbb,0xff,0xff,0x0,0xb6,0xff,0xff,0x0,0xb3,0xff, + 0xff,0x0,0xae,0xff,0xff,0x0,0xac,0xff,0xff,0x0,0x81,0xe4,0xff,0x7,0x47,0x81, + 0xff,0x28,0x82,0x77,0xff,0x42,0xbd,0x72,0xff,0x41,0xbc,0x6f,0xff,0x40,0xbb,0x6e, + 0xff,0x3f,0xb9,0x6b,0xff,0x3b,0xb6,0x69,0xff,0x39,0xb5,0x67,0xff,0x39,0xb2,0x64, + 0xff,0x37,0xaf,0x5f,0xff,0x35,0xac,0x5b,0xff,0x32,0xaa,0x58,0xff,0x30,0xa5,0x55, + 0xff,0x2e,0xa2,0x50,0xff,0x2c,0xa0,0x4c,0xff,0x2a,0x9b,0x47,0xff,0x27,0x97,0x42, + 0xff,0x24,0x95,0x3f,0xff,0x21,0x90,0x38,0xff,0x20,0x8d,0x36,0xff,0x1b,0x89,0x2f, + 0xff,0x19,0x86,0x2a,0xff,0x16,0x83,0x25,0xff,0x11,0x80,0x20,0xff,0xe,0x7c,0x1e, + 0xff,0xb,0x7a,0x1d,0xff,0x3,0x6c,0x17,0xff,0x0,0x5f,0xb,0xff,0x0,0x49,0x6, + 0xff,0x0,0x1c,0x0,0xff,0x13,0x39,0x1c,0xff,0xae,0xbb,0xb1,0xff,0xfe,0xfe,0xfe, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf8,0xf8,0xf7, + 0xff,0xef,0xef,0xec,0xff,0x88,0x88,0x88,0xff,0x72,0x72,0x71,0xff,0xdc,0xd6,0xcd, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf9,0xeb, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xad,0x97,0x69,0xff,0xad,0x97,0x69,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58, + 0x50,0x55,0x55,0x55,0xee,0x59,0x59,0x59,0xff,0xca,0xca,0xca,0xff,0xf9,0xf9,0xf9, + 0xff,0xf5,0xf5,0xf5,0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf5,0xf5, + 0xff,0xf5,0xf5,0xf5,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf5,0xf5,0xff,0xf4,0xf4,0xf4,0xff,0xf7,0xf7,0xf8, + 0xff,0x90,0x7e,0x71,0xff,0x2a,0xb,0x0,0xff,0x3c,0x16,0x0,0xff,0x69,0x2c,0x0, + 0xff,0x77,0x34,0x0,0xff,0x87,0x3c,0x0,0xff,0x8e,0x3f,0x0,0xff,0x8f,0x42,0x0, + 0xff,0x93,0x45,0x0,0xff,0x96,0x4a,0x0,0xff,0x99,0x4c,0x0,0xff,0x9e,0x50,0x0, + 0xff,0xa2,0x54,0x0,0xff,0xa5,0x56,0x0,0xff,0xa8,0x5b,0x0,0xff,0xab,0x5f,0x0, + 0xff,0xad,0x61,0x0,0xff,0xb1,0x64,0x0,0xff,0xb4,0x67,0x0,0xff,0xb6,0x6a,0x0, + 0xff,0xb8,0x6c,0x0,0xff,0xbc,0x6f,0x0,0xff,0xbe,0x73,0x0,0xff,0xc1,0x75,0x0, + 0xff,0xc3,0x78,0x0,0xff,0xc5,0x7a,0x0,0xff,0xc7,0x7c,0x0,0xff,0xc9,0x80,0x0, + 0xff,0xca,0x81,0x0,0xff,0xcd,0x83,0x0,0xff,0xd0,0x85,0x0,0xff,0xd2,0x87,0x0, + 0xff,0xd3,0x89,0x0,0xff,0xd3,0x8b,0x0,0xff,0xd4,0x8b,0x0,0xff,0xd7,0x90,0x0, + 0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe5,0xa5,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe5,0xa8,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xac,0x0, + 0xff,0xe8,0xac,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xea,0xb2,0x0,0xff,0xe7,0xac,0x0,0xff,0xe0,0xa2,0x0,0xff,0xe1,0xa3,0x0, + 0xff,0xe1,0xa5,0x0,0xff,0xe8,0xb0,0x0,0xff,0xec,0xb4,0x0,0xff,0xeb,0xb4,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xea,0xb3,0x0,0xff,0xeb,0xb5,0x0,0xff,0xec,0xb5,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb5,0x0,0xff,0xeb,0xb5,0x0,0xff,0xeb,0xb5,0x0, + 0xff,0xe7,0xae,0x0,0xff,0xe4,0xa9,0x0,0xff,0xe4,0xaa,0x0,0xff,0xea,0xb4,0x0, + 0xff,0xed,0xb8,0x18,0xff,0xec,0xb8,0x1b,0xff,0xed,0xb8,0x1a,0xff,0xed,0xb8,0x21, + 0xff,0xed,0xb9,0x1d,0xff,0xeb,0xb5,0x18,0xff,0xea,0xb2,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe5,0xa9,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe2,0xa1,0x0,0xff,0xe0,0x9b,0x0, + 0xff,0xdf,0x98,0x0,0xff,0xde,0x96,0x0,0xff,0xdc,0x92,0x0,0xff,0xdb,0x8f,0x0, + 0xff,0xd9,0x89,0x0,0xff,0xdd,0x98,0x0,0xff,0xef,0xc9,0x8a,0xff,0xfa,0xeb,0xd2, + 0xff,0xfe,0xf3,0xe1,0xff,0xfd,0xf4,0xe4,0xff,0xfd,0xf4,0xe5,0xff,0xfd,0xf5,0xe6, + 0xff,0xfe,0xf6,0xe7,0xff,0xfe,0xf6,0xe8,0xff,0xfe,0xf6,0xea,0xff,0xff,0xff,0xf7, + 0xff,0xc9,0xc8,0xb7,0xff,0x38,0x48,0x24,0xff,0x15,0x67,0x39,0xff,0x14,0x90,0x5e, + 0xff,0x16,0x89,0x58,0xff,0x16,0x8a,0x59,0xff,0x1e,0x94,0x65,0xff,0x2f,0xa7,0x7a, + 0xff,0x3d,0xb7,0x8a,0xff,0x47,0xc2,0x96,0xff,0x4f,0xcb,0xa1,0xff,0x52,0xd0,0xa4, + 0xff,0x52,0xd0,0xa3,0xff,0x52,0xd0,0xa0,0xff,0x51,0xce,0xa0,0xff,0x51,0xcf,0x9e, + 0xff,0x50,0xce,0x9c,0xff,0x50,0xcd,0x9a,0xff,0x4e,0xcc,0x98,0xff,0x4e,0xcb,0x96, + 0xff,0x4d,0xcb,0x94,0xff,0x50,0xcf,0x93,0xff,0x46,0xbe,0x8f,0xff,0x13,0x61,0x75, + 0xff,0x4e,0x8b,0xba,0xff,0x55,0xd9,0xff,0xff,0x0,0xc0,0xff,0xff,0x0,0xc3,0xff, + 0xff,0x0,0xc8,0xff,0xff,0x0,0xc9,0xff,0xff,0x0,0xc7,0xff,0xff,0x0,0xc6,0xff, + 0xff,0x0,0xbf,0xff,0xff,0x0,0xbd,0xff,0xff,0x0,0xb8,0xff,0xff,0x0,0xb3,0xff, + 0xff,0x0,0xae,0xff,0xff,0x0,0xb1,0xff,0xff,0x30,0x99,0xde,0xff,0x12,0x4c,0x82, + 0xff,0x31,0x9b,0x75,0xff,0x43,0xbe,0x71,0xff,0x42,0xbe,0x6f,0xff,0x40,0xbc,0x6f, + 0xff,0x3f,0xbb,0x6c,0xff,0x3d,0xb7,0x6a,0xff,0x3b,0xb6,0x68,0xff,0x39,0xb3,0x65, + 0xff,0x37,0xb0,0x62,0xff,0x35,0xae,0x5d,0xff,0x33,0xab,0x5a,0xff,0x30,0xa6,0x56, + 0xff,0x2e,0xa3,0x51,0xff,0x2c,0xa1,0x4e,0xff,0x29,0x9c,0x48,0xff,0x27,0x98,0x43, + 0xff,0x24,0x96,0x40,0xff,0x21,0x92,0x3b,0xff,0x1f,0x8f,0x35,0xff,0x1d,0x8c,0x2f, + 0xff,0x18,0x87,0x2c,0xff,0x14,0x84,0x27,0xff,0x10,0x81,0x21,0xff,0xd,0x7d,0x1c, + 0xff,0xa,0x7c,0x18,0xff,0x5,0x78,0x14,0xff,0x0,0x69,0xb,0xff,0x0,0x5b,0xc, + 0xff,0x0,0x44,0x6,0xff,0x0,0x19,0x0,0xff,0x22,0x42,0x29,0xff,0xc1,0xcb,0xc3, + 0xff,0xff,0xff,0xff,0xff,0xf8,0xf7,0xf6,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf7,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xfb,0xfb,0xf8,0xff,0xda,0xda,0xda,0xff,0x84,0x84,0x84,0xff,0x85,0x84,0x81, + 0xff,0xe9,0xe4,0xd9,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xf6,0xea,0xd4, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xad,0x97,0x69,0xff,0xad,0x97,0x69,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x9,0x58,0x58,0x58, + 0xa6,0x4b,0x4b,0x4b,0xff,0x96,0x96,0x96,0xff,0xee,0xee,0xee,0xff,0xf8,0xf8,0xf8, + 0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf4, + 0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf4,0xf4,0xf4,0xff,0xf3,0xf3,0xf3,0xff,0xfe,0xff,0xff,0xff,0xbf,0xb7,0xae, + 0xff,0x2d,0xd,0x0,0xff,0x2f,0xf,0x0,0xff,0x5f,0x26,0x0,0xff,0x73,0x30,0x0, + 0xff,0x84,0x39,0x0,0xff,0x8b,0x3e,0x0,0xff,0x8d,0x40,0x0,0xff,0x91,0x43,0x0, + 0xff,0x95,0x47,0x0,0xff,0x97,0x49,0x0,0xff,0x9b,0x4d,0x0,0xff,0x9e,0x51,0x0, + 0xff,0xa2,0x54,0x0,0xff,0xa5,0x57,0x0,0xff,0xa8,0x5b,0x0,0xff,0xab,0x5e,0x0, + 0xff,0xae,0x61,0x0,0xff,0xb0,0x64,0x0,0xff,0xb4,0x67,0x0,0xff,0xb7,0x6a,0x0, + 0xff,0xb9,0x6d,0x0,0xff,0xbb,0x70,0x0,0xff,0xbe,0x73,0x0,0xff,0xc0,0x75,0x0, + 0xff,0xc3,0x77,0x0,0xff,0xc5,0x7a,0x0,0xff,0xc6,0x7c,0x0,0xff,0xc9,0x7e,0x0, + 0xff,0xc9,0x81,0x0,0xff,0xcc,0x82,0x0,0xff,0xce,0x85,0x0,0xff,0xd0,0x86,0x0, + 0xff,0xd3,0x89,0x0,0xff,0xd3,0x89,0x0,0xff,0xd3,0x8a,0x0,0xff,0xdd,0x9a,0x0, + 0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe4,0xa5,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa8,0x0,0xff,0xe5,0xa8,0x0,0xff,0xe6,0xa7,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe5,0xa9,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xae,0x0,0xff,0xe7,0xad,0x0, + 0xff,0xe7,0xad,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe7,0xae,0x0,0xff,0xe1,0xa5,0x0,0xff,0xdf,0xa1,0x0,0xff,0xe0,0xa2,0x0, + 0xff,0xe5,0xa9,0x0,0xff,0xe9,0xb1,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xea,0xb3,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb5,0x0, + 0xff,0xec,0xb5,0x0,0xff,0xec,0xb5,0x0,0xff,0xeb,0xb6,0x0,0xff,0xe8,0xb1,0x0, + 0xff,0xe5,0xaa,0x0,0xff,0xe4,0xab,0x0,0xff,0xe5,0xa9,0x0,0xff,0xec,0xb4,0x0, + 0xff,0xec,0xb7,0xf,0xff,0xed,0xb8,0x18,0xff,0xec,0xb7,0x18,0xff,0xec,0xb8,0x1a, + 0xff,0xed,0xb7,0xf,0xff,0xec,0xb3,0xd,0xff,0xea,0xae,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe5,0xa6,0x0,0xff,0xe3,0xa2,0x0,0xff,0xe1,0x9d,0x0,0xff,0xdf,0x99,0x0, + 0xff,0xdd,0x95,0x0,0xff,0xdc,0x92,0x0,0xff,0xdc,0x91,0x0,0xff,0xd8,0x8b,0x0, + 0xff,0xdb,0x92,0x0,0xff,0xec,0xbf,0x78,0xff,0xf8,0xe7,0xc9,0xff,0xfd,0xf2,0xde, + 0xff,0xfc,0xf2,0xe2,0xff,0xfd,0xf3,0xe3,0xff,0xfd,0xf4,0xe3,0xff,0xfe,0xf5,0xe5, + 0xff,0xfd,0xf5,0xe6,0xff,0xfe,0xf6,0xe7,0xff,0xff,0xfc,0xf0,0xff,0xf6,0xf0,0xe1, + 0xff,0x73,0x78,0x62,0xff,0x13,0x3f,0x11,0xff,0x17,0x7f,0x4f,0xff,0x12,0x8c,0x5b, + 0xff,0x13,0x8a,0x59,0xff,0x13,0x8a,0x59,0xff,0x22,0x98,0x6b,0xff,0x32,0xaa,0x7f, + 0xff,0x3e,0xb8,0x8d,0xff,0x48,0xc3,0x99,0xff,0x4f,0xcd,0xa2,0xff,0x51,0xd0,0xa3, + 0xff,0x51,0xd0,0xa3,0xff,0x52,0xd0,0xa0,0xff,0x51,0xcf,0xa0,0xff,0x50,0xce,0x9e, + 0xff,0x50,0xcd,0x9b,0xff,0x50,0xce,0x9a,0xff,0x4f,0xcd,0x99,0xff,0x4f,0xcb,0x96, + 0xff,0x4d,0xcb,0x94,0xff,0x4e,0xcb,0x93,0xff,0x4e,0xcf,0x91,0xff,0x28,0x82,0x84, + 0xff,0x25,0x5c,0x94,0xff,0x74,0xce,0xf6,0xff,0x3d,0xd4,0xff,0xff,0x0,0xc3,0xff, + 0xff,0x0,0xc9,0xff,0xff,0x0,0xcc,0xff,0xff,0x0,0xca,0xff,0xff,0x0,0xc6,0xff, + 0xff,0x0,0xc2,0xff,0xff,0x0,0xbe,0xff,0xff,0x0,0xb8,0xff,0xff,0x0,0xb3,0xff, + 0xff,0x0,0xae,0xff,0xff,0x49,0xcd,0xff,0xff,0x41,0x8b,0xbf,0xff,0x16,0x55,0x7e, + 0xff,0x3d,0xb1,0x75,0xff,0x42,0xbe,0x72,0xff,0x41,0xbe,0x6f,0xff,0x40,0xbc,0x6e, + 0xff,0x3f,0xb9,0x6e,0xff,0x3d,0xb8,0x6a,0xff,0x3a,0xb6,0x68,0xff,0x38,0xb3,0x65, + 0xff,0x36,0xb1,0x61,0xff,0x35,0xaf,0x5e,0xff,0x33,0xac,0x5b,0xff,0x30,0xa9,0x57, + 0xff,0x2d,0xa5,0x53,0xff,0x2b,0xa2,0x4f,0xff,0x2b,0x9e,0x4b,0xff,0x26,0x9b,0x46, + 0xff,0x23,0x96,0x43,0xff,0x21,0x94,0x3d,0xff,0x1e,0x90,0x39,0xff,0x1c,0x8c,0x33, + 0xff,0x1a,0x88,0x2d,0xff,0x15,0x85,0x28,0xff,0x10,0x81,0x25,0xff,0xe,0x7e,0x20, + 0xff,0xa,0x7c,0x18,0xff,0x3,0x79,0x18,0xff,0x0,0x74,0x11,0xff,0x0,0x65,0xd, + 0xff,0x0,0x5b,0x9,0xff,0x0,0x40,0x3,0xff,0x0,0xf,0x0,0xff,0x36,0x50,0x3a, + 0xff,0xcd,0xd3,0xce,0xff,0xfc,0xfb,0xfb,0xff,0xf7,0xf7,0xf6,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf4, + 0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf4, + 0xff,0xf6,0xf6,0xf5,0xff,0xfb,0xfb,0xf9,0xff,0xda,0xda,0xda,0xff,0x7c,0x7c,0x7c, + 0xff,0x85,0x84,0x81,0xff,0xec,0xe6,0xdb,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf9,0xea,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xf6,0xeb,0xd4, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfe,0xff,0xae,0x98,0x68,0xff,0xad,0x97,0x69,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x4b,0x54,0x54,0x54, + 0xf1,0x5a,0x5a,0x5a,0xff,0xcc,0xcc,0xcc,0xff,0xfd,0xfd,0xfc,0xff,0xf4,0xf4,0xf4, + 0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf4,0xf4,0xf4,0xff,0xf8,0xf9,0xf9,0xff,0xeb,0xe9,0xe6,0xff,0x51,0x38,0x1c, + 0xff,0x27,0x9,0x0,0xff,0x50,0x1f,0x0,0xff,0x6d,0x2d,0x0,0xff,0x7d,0x35,0x0, + 0xff,0x8a,0x3c,0x0,0xff,0x8b,0x3e,0x0,0xff,0x8d,0x40,0x0,0xff,0x92,0x44,0x0, + 0xff,0x96,0x48,0x0,0xff,0x99,0x4b,0x0,0xff,0x9b,0x4e,0x0,0xff,0x9e,0x52,0x0, + 0xff,0xa1,0x54,0x0,0xff,0xa4,0x57,0x0,0xff,0xaa,0x5d,0x0,0xff,0xac,0x5f,0x0, + 0xff,0xae,0x62,0x0,0xff,0xb1,0x64,0x0,0xff,0xb4,0x67,0x0,0xff,0xb7,0x6a,0x0, + 0xff,0xb9,0x6d,0x0,0xff,0xb9,0x6f,0x0,0xff,0xbd,0x72,0x0,0xff,0xbf,0x74,0x0, + 0xff,0xc2,0x77,0x0,0xff,0xc4,0x79,0x0,0xff,0xc5,0x7b,0x0,0xff,0xc8,0x7d,0x0, + 0xff,0xca,0x7f,0x0,0xff,0xcc,0x82,0x0,0xff,0xcc,0x83,0x0,0xff,0xcf,0x86,0x0, + 0xff,0xd2,0x86,0x0,0xff,0xd3,0x88,0x0,0xff,0xd7,0x91,0x0,0xff,0xe3,0xa3,0x0, + 0xff,0xe4,0xa3,0x0,0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa6,0x0, + 0xff,0xe5,0xa5,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe6,0xaa,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe8,0xad,0x0,0xff,0xe7,0xac,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe7,0xad,0x0,0xff,0xe7,0xad,0x0,0xff,0xe9,0xae,0x0,0xff,0xe9,0xaf,0x0, + 0xff,0xe5,0xa9,0x0,0xff,0xe0,0xa2,0x0,0xff,0xde,0xa0,0x0,0xff,0xe1,0xa3,0x0, + 0xff,0xe8,0xae,0x0,0xff,0xea,0xb1,0x0,0xff,0xe9,0xb1,0x0,0xff,0xeb,0xb3,0x0, + 0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb4,0x0,0xff,0xea,0xb3,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb4,0x0,0xff,0xec,0xb5,0x0,0xff,0xe6,0xad,0x0, + 0xff,0xe4,0xa7,0x0,0xff,0xe4,0xa8,0x0,0xff,0xe7,0xae,0x0,0xff,0xec,0xb6,0x0, + 0xff,0xec,0xb6,0xa,0xff,0xec,0xb7,0xf,0xff,0xed,0xb8,0xf,0xff,0xed,0xb8,0x18, + 0xff,0xec,0xb6,0x4,0xff,0xea,0xb0,0x0,0xff,0xe8,0xac,0x0,0xff,0xe6,0xa7,0x0, + 0xff,0xe4,0xa3,0x0,0xff,0xe3,0x9f,0x0,0xff,0xe1,0x9c,0x0,0xff,0xdf,0x98,0x0, + 0xff,0xde,0x95,0x0,0xff,0xdc,0x92,0x0,0xff,0xda,0x8d,0x0,0xff,0xd8,0x8d,0x0, + 0xff,0xe6,0xb3,0x57,0xff,0xf7,0xe0,0xbd,0xff,0xfb,0xef,0xda,0xff,0xfc,0xf1,0xdf, + 0xff,0xfc,0xf2,0xe0,0xff,0xfc,0xf3,0xe1,0xff,0xfe,0xf4,0xe3,0xff,0xfe,0xf5,0xe4, + 0xff,0xfd,0xf4,0xe4,0xff,0xff,0xfa,0xeb,0xff,0xfb,0xf7,0xeb,0xff,0x8a,0x8d,0x77, + 0xff,0x1a,0x33,0x9,0xff,0x17,0x70,0x43,0xff,0x12,0x91,0x5f,0xff,0x13,0x8a,0x59, + 0xff,0x14,0x8a,0x5a,0xff,0x17,0x8d,0x5d,0xff,0x24,0x9e,0x71,0xff,0x35,0xaf,0x83, + 0xff,0x40,0xbb,0x91,0xff,0x48,0xc6,0x9c,0xff,0x50,0xcd,0xa3,0xff,0x52,0xd1,0xa4, + 0xff,0x52,0xd1,0xa4,0xff,0x51,0xd0,0xa0,0xff,0x51,0xce,0x9f,0xff,0x50,0xce,0x9e, + 0xff,0x4f,0xcd,0x9b,0xff,0x4f,0xcd,0x99,0xff,0x4f,0xcd,0x99,0xff,0x4f,0xcc,0x96, + 0xff,0x4e,0xcc,0x95,0xff,0x4d,0xca,0x93,0xff,0x4f,0xd3,0x91,0xff,0x3f,0xac,0x8d, + 0xff,0x8,0x4a,0x7a,0xff,0x4d,0x8d,0xbc,0xff,0x82,0xe8,0xff,0xff,0x42,0xd8,0xff, + 0xff,0x0,0xc9,0xff,0xff,0x0,0xca,0xff,0xff,0x0,0xc8,0xff,0xff,0x0,0xc4,0xff, + 0xff,0x0,0xc0,0xff,0xff,0x0,0xbc,0xff,0xff,0x0,0xb6,0xff,0xff,0x12,0xbc,0xff, + 0xff,0x51,0xd3,0xff,0xff,0x69,0xbd,0xe9,0xff,0x1c,0x54,0x8b,0xff,0x24,0x83,0x7a, + 0xff,0x43,0xbe,0x73,0xff,0x43,0xbf,0x72,0xff,0x41,0xbd,0x6f,0xff,0x40,0xbd,0x6e, + 0xff,0x3f,0xba,0x6d,0xff,0x3c,0xb8,0x6b,0xff,0x3b,0xb6,0x69,0xff,0x39,0xb4,0x66, + 0xff,0x36,0xb1,0x63,0xff,0x35,0xb0,0x5f,0xff,0x32,0xad,0x5c,0xff,0x30,0xa9,0x58, + 0xff,0x2d,0xa6,0x54,0xff,0x2b,0xa3,0x51,0xff,0x2b,0xa0,0x4c,0xff,0x27,0x9c,0x47, + 0xff,0x22,0x98,0x43,0xff,0x21,0x94,0x3e,0xff,0x1e,0x91,0x37,0xff,0x1c,0x8d,0x34, + 0xff,0x1a,0x8a,0x2f,0xff,0x16,0x86,0x2a,0xff,0x11,0x82,0x24,0xff,0xd,0x7f,0x22, + 0xff,0x9,0x7d,0x1a,0xff,0x4,0x7a,0x19,0xff,0x0,0x77,0x13,0xff,0x0,0x71,0x10, + 0xff,0x0,0x64,0xa,0xff,0x0,0x56,0x0,0xff,0x0,0x3a,0x0,0xff,0x0,0xc,0x0, + 0xff,0x35,0x54,0x3d,0xff,0xdf,0xe3,0xdf,0xff,0xff,0xfd,0xfd,0xff,0xf8,0xf8,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf7,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xfa,0xfa,0xf8,0xff,0xc9,0xc9,0xc7, + 0xff,0x78,0x78,0x76,0xff,0x8f,0x8d,0x8a,0xff,0xf1,0xeb,0xe0,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xea, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xea,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xff,0xfd,0xff,0xae,0x98,0x68,0xff,0xae,0x98,0x68,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0x8,0x58,0x58,0x58,0x97,0x4b,0x4b,0x4b, + 0xff,0x95,0x95,0x95,0xff,0xf0,0xf0,0xef,0xff,0xf7,0xf7,0xf6,0xff,0xf4,0xf4,0xf3, + 0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3, + 0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf4, + 0xff,0xf4,0xf5,0xf4,0xff,0xff,0xff,0xff,0xff,0x82,0x71,0x61,0xff,0x24,0x8,0x0, + 0xff,0x3d,0x14,0x0,0xff,0x67,0x29,0x0,0xff,0x74,0x2f,0x0,0xff,0x84,0x39,0x0, + 0xff,0x88,0x3a,0x0,0xff,0x8a,0x3d,0x0,0xff,0x8d,0x40,0x0,0xff,0x92,0x45,0x0, + 0xff,0x96,0x48,0x0,0xff,0x99,0x4b,0x0,0xff,0x9d,0x4e,0x0,0xff,0x9f,0x52,0x0, + 0xff,0xa1,0x55,0x0,0xff,0x9c,0x53,0x0,0xff,0xa4,0x5a,0x0,0xff,0xad,0x5f,0x0, + 0xff,0xae,0x61,0x0,0xff,0xb0,0x64,0x0,0xff,0xb3,0x67,0x0,0xff,0xb7,0x6a,0x0, + 0xff,0xb9,0x6c,0x0,0xff,0xba,0x6f,0x0,0xff,0xbd,0x71,0x0,0xff,0xbe,0x73,0x0, + 0xff,0xc1,0x76,0x0,0xff,0xc3,0x78,0x0,0xff,0xc6,0x7a,0x0,0xff,0xc7,0x7c,0x0, + 0xff,0xc9,0x7d,0x0,0xff,0xca,0x81,0x0,0xff,0xcd,0x82,0x0,0xff,0xcd,0x83,0x0, + 0xff,0xd0,0x85,0x0,0xff,0xd1,0x88,0x0,0xff,0xdf,0x9c,0x0,0xff,0xe3,0xa4,0x0, + 0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe4,0xa4,0x0, + 0xff,0xe4,0xa5,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa8,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0,0xff,0xe8,0xad,0x0,0xff,0xe7,0xac,0x0, + 0xff,0xe8,0xae,0x0,0xff,0xe8,0xae,0x0,0xff,0xe8,0xae,0x0,0xff,0xe7,0xac,0x0, + 0xff,0xe0,0xa2,0x0,0xff,0xdf,0xa2,0x0,0xff,0xde,0xa0,0x0,0xff,0xe4,0xa8,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0,0xff,0xea,0xb2,0x0,0xff,0xe9,0xb1,0x0, + 0xff,0xea,0xb3,0x0,0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb3,0x0,0xff,0xea,0xb3,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb5,0x0,0xff,0xea,0xb2,0x0,0xff,0xe5,0xa9,0x0, + 0xff,0xe4,0xa7,0x0,0xff,0xe3,0xa6,0x0,0xff,0xea,0xb3,0x0,0xff,0xeb,0xb6,0x0, + 0xff,0xec,0xb7,0x0,0xff,0xec,0xb6,0x9,0xff,0xed,0xb7,0xa,0xff,0xed,0xb8,0x3, + 0xff,0xe9,0xb3,0x0,0xff,0xe9,0xae,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe5,0xa5,0x0, + 0xff,0xe2,0xa2,0x0,0xff,0xe1,0x9d,0x0,0xff,0xdf,0x9a,0x0,0xff,0xdd,0x95,0x0, + 0xff,0xdc,0x92,0x0,0xff,0xda,0x8f,0x0,0xff,0xd8,0x8a,0x0,0xff,0xdf,0xa0,0x1, + 0xff,0xf3,0xda,0xae,0xff,0xfb,0xed,0xd6,0xff,0xfd,0xf1,0xdd,0xff,0xfd,0xf1,0xde, + 0xff,0xfc,0xf0,0xe0,0xff,0xfc,0xf1,0xdf,0xff,0xfd,0xf4,0xe2,0xff,0xfd,0xf3,0xe2, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xfd,0xef,0xff,0xa3,0xa3,0x8f,0xff,0x15,0x2a,0x0, + 0xff,0x18,0x64,0x39,0xff,0x14,0x90,0x5f,0xff,0x13,0x8b,0x5b,0xff,0x13,0x8b,0x5b, + 0xff,0x11,0x8b,0x58,0xff,0x1c,0x94,0x65,0xff,0x2b,0xa5,0x78,0xff,0x39,0xb3,0x88, + 0xff,0x44,0xc0,0x95,0xff,0x4c,0xc9,0x9e,0xff,0x4f,0xce,0xa2,0xff,0x52,0xd1,0xa3, + 0xff,0x52,0xd0,0xa3,0xff,0x52,0xd1,0xa0,0xff,0x50,0xce,0x9f,0xff,0x50,0xce,0x9e, + 0xff,0x50,0xcd,0x9c,0xff,0x4f,0xcd,0x99,0xff,0x4e,0xcc,0x99,0xff,0x4f,0xcb,0x96, + 0xff,0x4d,0xcb,0x95,0xff,0x4e,0xcb,0x94,0xff,0x4c,0xca,0x90,0xff,0x4e,0xcd,0x8e, + 0xff,0x31,0x95,0x8b,0xff,0x13,0x50,0x89,0xff,0x51,0x96,0xc6,0xff,0x85,0xdf,0xfd, + 0xff,0x6d,0xe7,0xff,0xff,0x48,0xdb,0xff,0xff,0x2f,0xd2,0xff,0xff,0x23,0xcd,0xff, + 0xff,0x27,0xcb,0xff,0xff,0x35,0xcd,0xff,0xff,0x53,0xd9,0xff,0xff,0x73,0xde,0xff, + 0xff,0x6c,0xb8,0xde,0xff,0x1c,0x53,0x8f,0xff,0x15,0x63,0x7d,0xff,0x41,0xb9,0x76, + 0xff,0x43,0xc0,0x72,0xff,0x42,0xbd,0x72,0xff,0x41,0xbd,0x71,0xff,0x40,0xbd,0x6e, + 0xff,0x3f,0xba,0x6b,0xff,0x3d,0xb9,0x6c,0xff,0x3a,0xb6,0x69,0xff,0x3a,0xb4,0x66, + 0xff,0x38,0xb2,0x64,0xff,0x36,0xb1,0x62,0xff,0x32,0xae,0x5f,0xff,0x31,0xaa,0x5c, + 0xff,0x2f,0xa8,0x58,0xff,0x2b,0xa4,0x54,0xff,0x2a,0xa0,0x4d,0xff,0x28,0x9d,0x48, + 0xff,0x24,0x99,0x44,0xff,0x22,0x96,0x42,0xff,0x1e,0x92,0x3b,0xff,0x1c,0x8f,0x36, + 0xff,0x19,0x8a,0x30,0xff,0x16,0x88,0x2a,0xff,0xf,0x84,0x23,0xff,0xc,0x81,0x1e, + 0xff,0x9,0x7d,0x22,0xff,0x4,0x7a,0x1d,0xff,0x0,0x77,0x13,0xff,0x0,0x75,0xe, + 0xff,0x0,0x6e,0x6,0xff,0x0,0x61,0x2,0xff,0x0,0x56,0x0,0xff,0x0,0x34,0x0, + 0xff,0x0,0x13,0x0,0xff,0x54,0x6f,0x5b,0xff,0xe9,0xea,0xe8,0xff,0xf9,0xf9,0xf8, + 0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf4,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf4,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf8,0xf8,0xf6,0xff,0xfc,0xfc,0xfb, + 0xff,0xc2,0xc2,0xc1,0xff,0x73,0x73,0x73,0xff,0x9f,0x9d,0x99,0xff,0xf4,0xed,0xe0, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xea,0xff,0xf5,0xea,0xd4, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xff,0xfe,0xff,0xaf,0x99,0x6b,0xff,0xae,0x98,0x68,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x2c,0x54,0x54,0x54,0xe7,0x58,0x58,0x58, + 0xff,0xc3,0xc3,0xc1,0xff,0xff,0xff,0xfd,0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf3, + 0xff,0xf4,0xf4,0xf3,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf3, + 0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf2,0xff,0xf3,0xf3,0xf2, + 0xff,0xfe,0xfe,0xfe,0xff,0xc7,0xbe,0xb7,0xff,0x38,0x19,0x0,0xff,0x26,0x5,0x0, + 0xff,0x5c,0x23,0x0,0xff,0x6d,0x2b,0x0,0xff,0x7f,0x34,0x0,0xff,0x86,0x3a,0x0, + 0xff,0x87,0x3c,0x0,0xff,0x8b,0x3e,0x0,0xff,0x8e,0x41,0x0,0xff,0x92,0x45,0x0, + 0xff,0x97,0x49,0x0,0xff,0x99,0x4b,0x0,0xff,0x9d,0x4f,0x0,0xff,0x9f,0x53,0x0, + 0xff,0xa1,0x57,0x0,0xff,0x96,0x50,0x0,0xff,0x93,0x4f,0x0,0xff,0xa3,0x5a,0x0, + 0xff,0xb0,0x62,0x0,0xff,0xb1,0x64,0x0,0xff,0xb1,0x66,0x0,0xff,0xb5,0x68,0x0, + 0xff,0xb8,0x6b,0x0,0xff,0xbb,0x6f,0x0,0xff,0xbd,0x71,0x0,0xff,0xbd,0x71,0x0, + 0xff,0xbf,0x74,0x0,0xff,0xc2,0x75,0x0,0xff,0xc5,0x78,0x0,0xff,0xc5,0x7c,0x0, + 0xff,0xc6,0x7c,0x0,0xff,0xca,0x7f,0x0,0xff,0xcb,0x80,0x0,0xff,0xcc,0x82,0x0, + 0xff,0xce,0x84,0x0,0xff,0xd4,0x8d,0x0,0xff,0xe1,0xa0,0x0,0xff,0xe3,0xa2,0x0, + 0xff,0xe3,0xa3,0x0,0xff,0xe3,0xa3,0x0,0xff,0xe4,0xa3,0x0,0xff,0xe4,0xa4,0x0, + 0xff,0xe4,0xa5,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe5,0xa5,0x0,0xff,0xe5,0xa6,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe4,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe6,0xab,0x0,0xff,0xe7,0xac,0x0,0xff,0xe6,0xab,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xae,0x0,0xff,0xe2,0xa4,0x0, + 0xff,0xdf,0x9f,0x0,0xff,0xdf,0x9f,0x0,0xff,0xe1,0xa5,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xea,0xb1,0x0,0xff,0xe9,0xb0,0x0,0xff,0xea,0xb1,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe9,0xb1,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xeb,0xb3,0x0,0xff,0xeb,0xb3,0x0,0xff,0xe7,0xae,0x0,0xff,0xe2,0xa6,0x0, + 0xff,0xe2,0xa7,0x0,0xff,0xe6,0xa9,0x0,0xff,0xec,0xb3,0x0,0xff,0xec,0xb6,0x0, + 0xff,0xec,0xb5,0x0,0xff,0xeb,0xb5,0x0,0xff,0xec,0xb5,0x0,0xff,0xec,0xb5,0x0, + 0xff,0xe8,0xb0,0x0,0xff,0xe7,0xac,0x0,0xff,0xe5,0xa8,0x0,0xff,0xe3,0xa3,0x0, + 0xff,0xe2,0x9f,0x0,0xff,0xe0,0x9c,0x0,0xff,0xde,0x98,0x0,0xff,0xdc,0x94,0x0, + 0xff,0xdb,0x91,0x0,0xff,0xdb,0x8c,0x0,0xff,0xdb,0x92,0x0,0xff,0xed,0xc3,0x7c, + 0xff,0xfa,0xeb,0xd3,0xff,0xfb,0xef,0xdc,0xff,0xfc,0xf0,0xdc,0xff,0xfc,0xf0,0xdc, + 0xff,0xfc,0xf1,0xdd,0xff,0xfb,0xf1,0xdf,0xff,0xfc,0xf1,0xe2,0xff,0xfd,0xf3,0xe2, + 0xff,0xff,0xf8,0xe9,0xff,0xaa,0xa9,0x94,0xff,0x2c,0x3e,0x18,0xff,0x17,0x5e,0x32, + 0xff,0x15,0x8b,0x5c,0xff,0x11,0x8d,0x5c,0xff,0x11,0x8c,0x5c,0xff,0xe,0x8b,0x5a, + 0xff,0x16,0x8f,0x5f,0xff,0x23,0x9e,0x71,0xff,0x31,0xad,0x80,0xff,0x3e,0xb9,0x8f, + 0xff,0x48,0xc4,0x99,0xff,0x4d,0xcb,0x9f,0xff,0x52,0xd0,0xa5,0xff,0x53,0xd1,0xa4, + 0xff,0x52,0xcf,0xa4,0xff,0x51,0xd0,0xa2,0xff,0x51,0xcf,0xa0,0xff,0x50,0xce,0x9c, + 0xff,0x4f,0xcd,0x9b,0xff,0x50,0xce,0x9a,0xff,0x4f,0xcc,0x97,0xff,0x4f,0xcc,0x96, + 0xff,0x4e,0xcc,0x95,0xff,0x4e,0xcb,0x94,0xff,0x4d,0xcb,0x91,0xff,0x4d,0xcb,0x90, + 0xff,0x4c,0xca,0x8e,0xff,0x30,0x92,0x89,0xff,0xb,0x4c,0x83,0xff,0x32,0x71,0xab, + 0xff,0x66,0xac,0xd7,0xff,0x7b,0xcd,0xf1,0xff,0x79,0xda,0xff,0xff,0x70,0xd7,0xff, + 0xff,0x71,0xd7,0xff,0xff,0x76,0xd1,0xf9,0xff,0x70,0xbb,0xdc,0xff,0x49,0x8a,0xbe, + 0xff,0x14,0x4f,0x8d,0xff,0x1d,0x70,0x81,0xff,0x3e,0xb3,0x77,0xff,0x44,0xc1,0x73, + 0xff,0x42,0xbe,0x72,0xff,0x41,0xbe,0x71,0xff,0x41,0xbc,0x71,0xff,0x40,0xbc,0x70, + 0xff,0x3e,0xba,0x6c,0xff,0x3d,0xba,0x6b,0xff,0x3c,0xb8,0x6a,0xff,0x3a,0xb5,0x68, + 0xff,0x37,0xb3,0x65,0xff,0x36,0xb1,0x62,0xff,0x32,0xae,0x5f,0xff,0x31,0xaa,0x5b, + 0xff,0x2f,0xa9,0x57,0xff,0x2d,0xa6,0x54,0xff,0x2a,0xa3,0x50,0xff,0x28,0x9e,0x4b, + 0xff,0x24,0x99,0x49,0xff,0x21,0x97,0x42,0xff,0x1f,0x94,0x3c,0xff,0x1b,0x90,0x39, + 0xff,0x19,0x8d,0x33,0xff,0x15,0x89,0x31,0xff,0xf,0x84,0x2a,0xff,0xd,0x81,0x25, + 0xff,0x9,0x7e,0x20,0xff,0x3,0x7a,0x1e,0xff,0x0,0x77,0x17,0xff,0x0,0x75,0xc, + 0xff,0x0,0x73,0xc,0xff,0x0,0x6a,0x0,0xff,0x0,0x5e,0x0,0xff,0x0,0x50,0x0, + 0xff,0x0,0x2e,0x0,0xff,0x0,0x11,0x0,0xff,0x52,0x6c,0x5a,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xfa,0xfa,0xfa,0xff,0xb6,0xb6,0xb6,0xff,0x68,0x68,0x68,0xff,0xad,0xa9,0xa4, + 0xff,0xfd,0xf6,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xea,0xff,0xf6,0xea,0xd4, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xfe,0xfe,0xff,0xae,0x98,0x6a,0xff,0xae,0x98,0x6b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x57,0x57,0x57,0x5,0x57,0x57,0x57,0x76,0x4c,0x4c,0x4c,0xff,0x87,0x87,0x87, + 0xff,0xed,0xed,0xeb,0xff,0xf8,0xf8,0xf7,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3, + 0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf5,0xf5,0xf3, + 0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf5,0xf5,0xf3,0xff,0xf8,0xf8,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0x6b,0x54,0x41,0xff,0x1c,0x3,0x0,0xff,0x4a,0x19,0x0, + 0xff,0x67,0x28,0x0,0xff,0x77,0x31,0x0,0xff,0x82,0x35,0x0,0xff,0x85,0x38,0x0, + 0xff,0x89,0x3c,0x0,0xff,0x8b,0x3f,0x0,0xff,0x8f,0x41,0x0,0xff,0x93,0x45,0x0, + 0xff,0x97,0x4a,0x0,0xff,0x9a,0x4d,0x0,0xff,0x9e,0x4f,0x0,0xff,0x9f,0x52,0x0, + 0xff,0xa3,0x55,0x0,0xff,0x96,0x50,0x0,0xff,0x89,0x49,0x0,0xff,0x91,0x50,0x0, + 0xff,0xa3,0x5a,0x0,0xff,0xb0,0x63,0x0,0xff,0xb3,0x66,0x0,0xff,0xb3,0x68,0x0, + 0xff,0xb7,0x6b,0x0,0xff,0xba,0x6e,0x0,0xff,0xbb,0x70,0x0,0xff,0xbc,0x71,0x0, + 0xff,0xbf,0x73,0x0,0xff,0xbf,0x74,0x0,0xff,0xc3,0x78,0x0,0xff,0xc4,0x7a,0x0, + 0xff,0xc7,0x7b,0x0,0xff,0xc8,0x7d,0x0,0xff,0xc9,0x7f,0x0,0xff,0xcb,0x82,0x0, + 0xff,0xcc,0x81,0x0,0xff,0xda,0x95,0x0,0xff,0xe0,0x9f,0x0,0xff,0xe3,0xa2,0x0, + 0xff,0xe3,0xa2,0x0,0xff,0xe3,0xa2,0x0,0xff,0xe3,0xa4,0x0,0xff,0xe4,0xa3,0x0, + 0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe5,0xa6,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa8,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe7,0xaa,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe7,0xac,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe0,0xa1,0x0, + 0xff,0xdf,0xa0,0x0,0xff,0xe0,0xa1,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb1,0x0,0xff,0xea,0xb1,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb1,0x0, + 0xff,0xea,0xb3,0x0,0xff,0xea,0xb1,0x0,0xff,0xe3,0xa8,0x0,0xff,0xe2,0xa7,0x0, + 0xff,0xe2,0xa5,0x0,0xff,0xe7,0xaf,0x0,0xff,0xea,0xb4,0x0,0xff,0xeb,0xb4,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb5,0x0,0xff,0xec,0xb6,0x0,0xff,0xea,0xb3,0x0, + 0xff,0xe7,0xae,0x0,0xff,0xe5,0xa9,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe2,0xa2,0x0, + 0xff,0xe1,0x9c,0x0,0xff,0xdf,0x99,0x0,0xff,0xdc,0x97,0x0,0xff,0xda,0x91,0x0, + 0xff,0xda,0x8e,0x0,0xff,0xda,0x8e,0x0,0xff,0xe2,0xa7,0x2e,0xff,0xf6,0xda,0xb2, + 0xff,0xfb,0xee,0xda,0xff,0xfa,0xee,0xd9,0xff,0xfb,0xef,0xda,0xff,0xfc,0xf0,0xdb, + 0xff,0xfc,0xf0,0xde,0xff,0xfb,0xf0,0xde,0xff,0xfb,0xf1,0xdf,0xff,0xff,0xf8,0xe6, + 0xff,0xc3,0xc0,0xab,0xff,0x2b,0x3d,0x17,0xff,0x17,0x53,0x28,0xff,0x14,0x8d,0x5d, + 0xff,0x10,0x8d,0x5c,0xff,0x11,0x8d,0x5c,0xff,0x11,0x8b,0x5a,0xff,0x10,0x8d,0x5c, + 0xff,0x21,0x9b,0x6d,0xff,0x2e,0xa9,0x7e,0xff,0x3a,0xb6,0x8b,0xff,0x42,0xbf,0x96, + 0xff,0x4b,0xc8,0x9e,0xff,0x50,0xce,0xa4,0xff,0x53,0xd1,0xa6,0xff,0x53,0xd2,0xa5, + 0xff,0x52,0xcf,0xa4,0xff,0x50,0xcf,0xa2,0xff,0x51,0xcf,0x9e,0xff,0x50,0xcf,0x9d, + 0xff,0x50,0xce,0x9c,0xff,0x50,0xcd,0x99,0xff,0x4f,0xcd,0x97,0xff,0x4f,0xcc,0x97, + 0xff,0x4d,0xcb,0x95,0xff,0x4e,0xcb,0x92,0xff,0x4c,0xc9,0x90,0xff,0x4c,0xc8,0x90, + 0xff,0x4d,0xcb,0x8c,0xff,0x4c,0xca,0x8b,0xff,0x3c,0xa8,0x8c,0xff,0x1d,0x70,0x85, + 0xff,0x13,0x56,0x8c,0xff,0x26,0x62,0xa2,0xff,0x35,0x74,0xad,0xff,0x37,0x74,0xad, + 0xff,0x36,0x73,0xad,0xff,0x2b,0x67,0xa6,0xff,0x17,0x56,0x93,0xff,0x17,0x68,0x82, + 0xff,0x2e,0x92,0x7e,0xff,0x44,0xbf,0x76,0xff,0x46,0xc4,0x71,0xff,0x43,0xbf,0x73, + 0xff,0x42,0xbe,0x72,0xff,0x41,0xbe,0x71,0xff,0x40,0xbd,0x70,0xff,0x40,0xbb,0x6e, + 0xff,0x3d,0xba,0x6d,0xff,0x3c,0xb9,0x6a,0xff,0x3b,0xb7,0x6a,0xff,0x3a,0xb5,0x68, + 0xff,0x38,0xb4,0x66,0xff,0x35,0xb1,0x61,0xff,0x32,0xae,0x60,0xff,0x30,0xac,0x5d, + 0xff,0x2e,0xa8,0x59,0xff,0x2c,0xa5,0x55,0xff,0x2a,0xa2,0x52,0xff,0x28,0x9e,0x4d, + 0xff,0x24,0x9c,0x47,0xff,0x21,0x98,0x43,0xff,0x1f,0x95,0x41,0xff,0x1b,0x91,0x3c, + 0xff,0x17,0x8d,0x35,0xff,0x12,0x89,0x31,0xff,0xf,0x85,0x2c,0xff,0xc,0x82,0x27, + 0xff,0x5,0x7f,0x21,0xff,0x3,0x7c,0x1d,0xff,0x0,0x78,0x19,0xff,0x0,0x75,0x12, + 0xff,0x0,0x72,0x10,0xff,0x0,0x71,0x0,0xff,0x0,0x67,0x6,0xff,0x0,0x5b,0x0, + 0xff,0x0,0x4a,0x0,0xff,0x0,0x28,0x0,0xff,0x0,0x13,0x0,0xff,0x74,0x88,0x78, + 0xff,0xfd,0xfc,0xfc,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf5, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf7,0xf7,0xf7,0xff,0xf4,0xf4,0xf4,0xff,0xaf,0xaf,0xaf,0xff,0x6f,0x6e,0x6e, + 0xff,0xb7,0xb3,0xac,0xff,0xfd,0xf6,0xe9,0xff,0xff,0xf9,0xea,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xea,0xff,0xf5,0xea,0xd3, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xae,0x98,0x6a,0xff,0xae,0x98,0x6a,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x58,0x58,0x58,0x19,0x56,0x56,0x56,0xc6,0x50,0x50,0x50,0xff,0xac,0xac,0xac, + 0xff,0xff,0xff,0xff,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf3, + 0xff,0xf4,0xf4,0xf3,0xff,0xf5,0xf5,0xf3,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3, + 0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf1,0xff,0xff,0xff,0xff, + 0xff,0xb9,0xaf,0xa5,0xff,0x35,0x19,0x0,0xff,0x2c,0x7,0x0,0xff,0x5e,0x22,0x0, + 0xff,0x6f,0x2b,0x0,0xff,0x7e,0x33,0x0,0xff,0x81,0x35,0x0,0xff,0x85,0x38,0x0, + 0xff,0x89,0x3c,0x0,0xff,0x8b,0x3f,0x0,0xff,0x8f,0x41,0x0,0xff,0x93,0x46,0x0, + 0xff,0x97,0x4a,0x0,0xff,0x9a,0x4d,0x0,0xff,0x9e,0x4f,0x0,0xff,0xa0,0x52,0x0, + 0xff,0xa3,0x55,0x0,0xff,0x9a,0x54,0x0,0xff,0x88,0x48,0x0,0xff,0x8a,0x4b,0x0, + 0xff,0x91,0x50,0x0,0xff,0xa4,0x5a,0x0,0xff,0xb2,0x66,0x0,0xff,0xb4,0x68,0x0, + 0xff,0xb5,0x69,0x0,0xff,0xb8,0x6c,0x0,0xff,0xba,0x6e,0x0,0xff,0xbb,0x70,0x0, + 0xff,0xbe,0x72,0x0,0xff,0xbe,0x73,0x0,0xff,0xc1,0x77,0x0,0xff,0xc4,0x78,0x0, + 0xff,0xc6,0x7a,0x0,0xff,0xc7,0x7c,0x0,0xff,0xc8,0x7e,0x0,0xff,0xca,0x7f,0x0, + 0xff,0xce,0x85,0x0,0xff,0xdb,0x9a,0x0,0xff,0xe0,0x9f,0x0,0xff,0xe1,0x9f,0x0, + 0xff,0xe3,0xa2,0x0,0xff,0xe3,0xa3,0x0,0xff,0xe3,0xa2,0x0,0xff,0xe7,0xa6,0x0, + 0xff,0xeb,0xa8,0x0,0xff,0xe7,0xa7,0x0,0xff,0xe3,0xa6,0x0,0xff,0xe4,0xa5,0x0, + 0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa8,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe6,0xaa,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe5,0xa8,0x0,0xff,0xe0,0xa0,0x0,0xff,0xdf,0x9f,0x0, + 0xff,0xdf,0x9f,0x0,0xff,0xe2,0xa4,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0, + 0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xaf,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xea,0xb0,0x0,0xff,0xea,0xb1,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xe9,0xb2,0x0,0xff,0xe7,0xad,0x0,0xff,0xe1,0xa4,0x0,0xff,0xe1,0xa6,0x0, + 0xff,0xe4,0xa8,0x0,0xff,0xea,0xb1,0x0,0xff,0xeb,0xb5,0x0,0xff,0xea,0xb4,0x0, + 0xff,0xec,0xb4,0x0,0xff,0xeb,0xb4,0x0,0xff,0xec,0xb5,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xe7,0xad,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe3,0xa4,0x0,0xff,0xe1,0xa0,0x0, + 0xff,0xe0,0x9b,0x0,0xff,0xdf,0x99,0x0,0xff,0xdc,0x94,0x0,0xff,0xdb,0x90,0x0, + 0xff,0xda,0x8d,0x0,0xff,0xdb,0x92,0x0,0xff,0xeb,0xc0,0x77,0xff,0xf8,0xe4,0xc6, + 0xff,0xfb,0xed,0xd9,0xff,0xfa,0xed,0xd7,0xff,0xfa,0xed,0xd8,0xff,0xfb,0xee,0xda, + 0xff,0xfb,0xef,0xdc,0xff,0xfc,0xf0,0xde,0xff,0xfe,0xf4,0xe2,0xff,0xd6,0xd1,0xbe, + 0xff,0x40,0x4f,0x2e,0xff,0x19,0x4d,0x24,0xff,0x16,0x88,0x57,0xff,0x10,0x8e,0x5c, + 0xff,0x11,0x8b,0x5b,0xff,0x11,0x8b,0x5b,0xff,0xe,0x8c,0x5c,0xff,0x1a,0x96,0x66, + 0xff,0x2b,0xa6,0x7a,0xff,0x38,0xb3,0x8a,0xff,0x41,0xbc,0x93,0xff,0x48,0xc6,0x9b, + 0xff,0x4d,0xcb,0xa1,0xff,0x51,0xd0,0xa4,0xff,0x53,0xd1,0xa6,0xff,0x52,0xd0,0xa4, + 0xff,0x52,0xd1,0xa2,0xff,0x51,0xcf,0x9f,0xff,0x51,0xce,0x9e,0xff,0x50,0xcf,0x9d, + 0xff,0x50,0xce,0x9c,0xff,0x4e,0xcc,0x99,0xff,0x4f,0xcc,0x97,0xff,0x4f,0xcc,0x97, + 0xff,0x4e,0xcc,0x95,0xff,0x4d,0xca,0x92,0xff,0x4c,0xc9,0x90,0xff,0x4d,0xca,0x8e, + 0xff,0x4b,0xc8,0x8b,0xff,0x4b,0xca,0x8a,0xff,0x4d,0xcc,0x88,0xff,0x48,0xc0,0x8a, + 0xff,0x39,0xa9,0x86,0xff,0x2b,0x94,0x7a,0xff,0x22,0x82,0x7b,0xff,0x23,0x82,0x7c, + 0xff,0x27,0x87,0x82,0xff,0x2c,0x92,0x82,0xff,0x38,0xa6,0x7f,0xff,0x41,0xb8,0x7a, + 0xff,0x46,0xc5,0x72,0xff,0x46,0xc4,0x72,0xff,0x43,0xbf,0x73,0xff,0x43,0xbf,0x73, + 0xff,0x43,0xbf,0x72,0xff,0x41,0xbd,0x71,0xff,0x40,0xbd,0x70,0xff,0x3f,0xbb,0x6e, + 0xff,0x3e,0xbb,0x6e,0xff,0x3d,0xba,0x6b,0xff,0x3b,0xb7,0x6a,0xff,0x38,0xb5,0x67, + 0xff,0x37,0xb4,0x66,0xff,0x35,0xb1,0x63,0xff,0x33,0xae,0x60,0xff,0x30,0xac,0x5d, + 0xff,0x2f,0xaa,0x5b,0xff,0x2c,0xa7,0x55,0xff,0x2a,0xa4,0x53,0xff,0x27,0x9f,0x4e, + 0xff,0x24,0x9c,0x4a,0xff,0x20,0x97,0x42,0xff,0x1e,0x93,0x3e,0xff,0x1a,0x90,0x38, + 0xff,0x15,0x8d,0x34,0xff,0x10,0x89,0x2f,0xff,0x10,0x84,0x2d,0xff,0x9,0x82,0x27, + 0xff,0x6,0x7f,0x22,0xff,0x2,0x7c,0x1c,0xff,0x0,0x78,0x19,0xff,0x0,0x75,0x12, + 0xff,0x0,0x71,0x8,0xff,0x0,0x6f,0x0,0xff,0x0,0x6b,0x0,0xff,0x0,0x61,0x0, + 0xff,0x0,0x53,0x0,0xff,0x0,0x44,0x0,0xff,0x0,0x22,0x0,0xff,0x0,0x20,0x0, + 0xff,0x75,0x8a,0x7c,0xff,0xfb,0xfa,0xfb,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf5, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf5, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf6,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xf2,0xf2,0xf2,0xff,0x9f,0x9f,0x9f, + 0xff,0x69,0x69,0x69,0xff,0xc6,0xc2,0xb9,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xf6,0xeb,0xd3, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xaf,0x99,0x6b,0xff,0xae,0x98,0x6b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x57,0x57,0x57,0x3a,0x51,0x51,0x51,0xfa,0x72,0x72,0x72,0xff,0xd7,0xd7,0xd7, + 0xff,0xfc,0xfc,0xfa,0xff,0xf5,0xf5,0xf3,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3, + 0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3, + 0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf8,0xf8,0xf7,0xff,0xf2,0xf1,0xf0, + 0xff,0x70,0x5b,0x49,0xff,0x16,0x2,0x0,0xff,0x4a,0x19,0x0,0xff,0x66,0x26,0x0, + 0xff,0x78,0x30,0x0,0xff,0x7e,0x32,0x0,0xff,0x82,0x36,0x0,0xff,0x85,0x38,0x0, + 0xff,0x88,0x3c,0x0,0xff,0x8c,0x3f,0x0,0xff,0x8f,0x43,0x0,0xff,0x94,0x46,0x0, + 0xff,0x97,0x4a,0x0,0xff,0x9a,0x4d,0x0,0xff,0x9d,0x4f,0x0,0xff,0xa0,0x53,0x0, + 0xff,0xa3,0x56,0x0,0xff,0x9b,0x52,0x0,0xff,0x87,0x47,0x0,0xff,0x88,0x49,0x0, + 0xff,0x8b,0x4c,0x0,0xff,0x90,0x50,0x0,0xff,0xa3,0x5c,0x0,0xff,0xb3,0x66,0x0, + 0xff,0xb5,0x69,0x0,0xff,0xb5,0x6b,0x0,0xff,0xba,0x6d,0x0,0xff,0xbc,0x70,0x0, + 0xff,0xbd,0x72,0x0,0xff,0xbe,0x73,0x0,0xff,0xc0,0x75,0x0,0xff,0xc1,0x76,0x0, + 0xff,0xc3,0x79,0x0,0xff,0xc6,0x7b,0x0,0xff,0xc6,0x7c,0x0,0xff,0xc6,0x7c,0x0, + 0xff,0xd3,0x8d,0x0,0xff,0xdc,0x9a,0x0,0xff,0xdd,0x9c,0x0,0xff,0xdf,0x9d,0x0, + 0xff,0xe0,0x9f,0x0,0xff,0xe3,0xa3,0x0,0xff,0xe3,0xa3,0x0,0xff,0xc8,0x94,0x0, + 0xff,0xa8,0x83,0x14,0xff,0xd0,0x99,0x0,0xff,0xeb,0xa9,0x0,0xff,0xe4,0xa5,0x0, + 0xff,0xe4,0xa5,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe4,0xa6,0x0, + 0xff,0xe5,0xa8,0x0,0xff,0xe6,0xa7,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe7,0xaa,0x0, + 0xff,0xe6,0xab,0x0,0xff,0xe0,0xa1,0x0,0xff,0xde,0x9e,0x0,0xff,0xdf,0xa0,0x0, + 0xff,0xe0,0xa3,0x0,0xff,0xe7,0xad,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe8,0xae,0x0,0xff,0xe8,0xae,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xea,0xb1,0x0,0xff,0xea,0xb1,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xe2,0xa5,0x0,0xff,0xe1,0xa4,0x0,0xff,0xe1,0xa4,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb4,0x0,0xff,0xea,0xb3,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb3,0x0,0xff,0xea,0xb0,0x0, + 0xff,0xe7,0xaa,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe3,0xa0,0x0,0xff,0xe0,0x9d,0x0, + 0xff,0xde,0x99,0x0,0xff,0xdd,0x96,0x0,0xff,0xdc,0x93,0x0,0xff,0xda,0x8e,0x0, + 0xff,0xd9,0x8c,0x0,0xff,0xdd,0x9b,0x0,0xff,0xf2,0xd3,0xa0,0xff,0xf9,0xea,0xcf, + 0xff,0xfa,0xec,0xd6,0xff,0xf9,0xeb,0xd5,0xff,0xfb,0xee,0xd7,0xff,0xfb,0xee,0xd9, + 0xff,0xfb,0xee,0xda,0xff,0xfb,0xef,0xdd,0xff,0xf2,0xe8,0xd3,0xff,0x55,0x61,0x44, + 0xff,0x1b,0x41,0x16,0xff,0x17,0x86,0x57,0xff,0x10,0x8e,0x5c,0xff,0x11,0x8d,0x5c, + 0xff,0xe,0x8c,0x5c,0xff,0xe,0x8c,0x5c,0xff,0x16,0x93,0x65,0xff,0x24,0xa0,0x74, + 0xff,0x34,0xae,0x85,0xff,0x3c,0xba,0x91,0xff,0x46,0xc4,0x9b,0xff,0x4b,0xc9,0x9f, + 0xff,0x4f,0xce,0xa4,0xff,0x51,0xd0,0xa6,0xff,0x52,0xd1,0xa5,0xff,0x53,0xd0,0xa5, + 0xff,0x51,0xd0,0xa1,0xff,0x51,0xd0,0x9f,0xff,0x51,0xce,0x9e,0xff,0x4f,0xcd,0x9d, + 0xff,0x4f,0xcd,0x99,0xff,0x4f,0xcd,0x99,0xff,0x4e,0xcc,0x97,0xff,0x4f,0xcb,0x96, + 0xff,0x4e,0xcb,0x94,0xff,0x4e,0xcb,0x92,0xff,0x4c,0xc9,0x90,0xff,0x4c,0xc9,0x8d, + 0xff,0x4b,0xc8,0x8a,0xff,0x4a,0xc8,0x89,0xff,0x4a,0xc6,0x89,0xff,0x4a,0xc9,0x86, + 0xff,0x4b,0xca,0x83,0xff,0x40,0xc1,0x6e,0xff,0x3e,0xbb,0x6f,0xff,0x3e,0xbb,0x6e, + 0xff,0x43,0xc0,0x7a,0xff,0x47,0xc5,0x79,0xff,0x49,0xc9,0x76,0xff,0x47,0xc4,0x74, + 0xff,0x44,0xc0,0x74,0xff,0x44,0xc0,0x74,0xff,0x44,0xc0,0x73,0xff,0x44,0xc0,0x73, + 0xff,0x43,0xbf,0x72,0xff,0x41,0xbd,0x70,0xff,0x40,0xbc,0x70,0xff,0x3f,0xbc,0x6f, + 0xff,0x3e,0xbb,0x6e,0xff,0x3d,0xba,0x6b,0xff,0x3c,0xb8,0x6a,0xff,0x39,0xb5,0x68, + 0xff,0x37,0xb4,0x66,0xff,0x35,0xb1,0x63,0xff,0x32,0xaf,0x60,0xff,0x30,0xac,0x5d, + 0xff,0x2f,0xaa,0x5b,0xff,0x2c,0xa6,0x57,0xff,0x29,0xa2,0x4f,0xff,0x24,0x9d,0x46, + 0xff,0x1e,0x97,0x3f,0xff,0x1c,0x95,0x3c,0xff,0x19,0x90,0x36,0xff,0x14,0x8d,0x2f, + 0xff,0x12,0x89,0x2e,0xff,0xf,0x86,0x27,0xff,0xc,0x83,0x22,0xff,0x6,0x7f,0x1e, + 0xff,0x3,0x7c,0x1d,0xff,0x0,0x79,0x17,0xff,0x0,0x75,0x12,0xff,0x0,0x72,0x4, + 0xff,0x0,0x70,0x0,0xff,0x0,0x6c,0x0,0xff,0x0,0x69,0x0,0xff,0x0,0x67,0x0, + 0xff,0x0,0x5d,0x0,0xff,0x0,0x50,0x0,0xff,0x0,0x42,0x0,0xff,0x0,0x20,0x0, + 0xff,0x2,0x28,0x9,0xff,0x99,0xa9,0x9f,0xff,0xff,0xff,0xff,0xff,0xf4,0xf4,0xf4, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xfa,0xfa,0xfa,0xff,0xeb,0xeb,0xeb, + 0xff,0x9a,0x9a,0x9a,0xff,0x72,0x71,0x6f,0xff,0xcf,0xca,0xc0,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xf6,0xeb,0xd3, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xb0,0x9a,0x6c,0xff,0xaf,0x99,0x6b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57, + 0x6,0x57,0x57,0x57,0x7f,0x4c,0x4c,0x4c,0xff,0x8d,0x8d,0x8d,0xff,0xfb,0xfb,0xfb, + 0xff,0xf6,0xf6,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3, + 0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3, + 0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xff,0xff,0xff,0xff,0xb7,0xad,0xa3, + 0xff,0x31,0x15,0x0,0xff,0x2c,0x6,0x0,0xff,0x59,0x1e,0x0,0xff,0x6e,0x29,0x0, + 0xff,0x7c,0x2f,0x0,0xff,0x7e,0x31,0x0,0xff,0x82,0x36,0x0,0xff,0x85,0x38,0x0, + 0xff,0x89,0x3b,0x0,0xff,0x8d,0x3f,0x0,0xff,0x8f,0x43,0x0,0xff,0x94,0x46,0x0, + 0xff,0x97,0x49,0x0,0xff,0x99,0x4b,0x0,0xff,0x9c,0x50,0x0,0xff,0xa0,0x52,0x0, + 0xff,0xa2,0x54,0x0,0xff,0x99,0x51,0x0,0xff,0x83,0x47,0x0,0xff,0x85,0x48,0x0, + 0xff,0x88,0x4a,0x0,0xff,0x8b,0x4d,0x0,0xff,0x90,0x51,0x0,0xff,0xa3,0x5b,0x0, + 0xff,0xb2,0x67,0x0,0xff,0xb6,0x6a,0x0,0xff,0xb8,0x6c,0x0,0xff,0xba,0x6e,0x0, + 0xff,0xbc,0x6f,0x0,0xff,0xbd,0x72,0x0,0xff,0xbe,0x73,0x0,0xff,0xc0,0x74,0x0, + 0xff,0xc2,0x77,0x0,0xff,0xc4,0x79,0x0,0xff,0xc5,0x7b,0x0,0xff,0xc8,0x7e,0x0, + 0xff,0xd7,0x93,0x0,0xff,0xdb,0x9a,0x0,0xff,0xdc,0x9b,0x0,0xff,0xde,0x9d,0x0, + 0xff,0xdf,0x9e,0x0,0xff,0xe5,0xa2,0x0,0xff,0xd6,0x9b,0x0,0xff,0x85,0x70,0x3b, + 0xff,0x52,0x55,0x5b,0xff,0x7c,0x6c,0x49,0xff,0xd2,0x9a,0x0,0xff,0xea,0xa8,0x0, + 0xff,0xe4,0xa5,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa8,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe2,0xa1,0x0,0xff,0xdf,0x9e,0x0,0xff,0xde,0x9e,0x0,0xff,0xdf,0x9f,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe8,0xae,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe8,0xaf,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xea,0xaf,0x0, + 0xff,0xe5,0xa8,0x0,0xff,0xe1,0xa2,0x0,0xff,0xe0,0xa3,0x0,0xff,0xe3,0xa7,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0,0xff,0xeb,0xb4,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb3,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe6,0xaa,0x0,0xff,0xe5,0xa4,0x0,0xff,0xe2,0x9f,0x0,0xff,0xe0,0x9b,0x0, + 0xff,0xdf,0x98,0x0,0xff,0xdd,0x95,0x0,0xff,0xda,0x91,0x0,0xff,0xd9,0x8d,0x0, + 0xff,0xd9,0x8b,0x0,0xff,0xe3,0xab,0x3f,0xff,0xf5,0xdc,0xb6,0xff,0xf9,0xea,0xd1, + 0xff,0xf9,0xeb,0xd3,0xff,0xfa,0xec,0xd4,0xff,0xfa,0xec,0xd6,0xff,0xfa,0xed,0xd7, + 0xff,0xfb,0xee,0xda,0xff,0xff,0xf5,0xe3,0xff,0x83,0x88,0x6d,0xff,0x21,0x3c,0x13, + 0xff,0x19,0x7b,0x4d,0xff,0x10,0x8e,0x5c,0xff,0x11,0x8c,0x5c,0xff,0x11,0x8c,0x5c, + 0xff,0xf,0x8c,0x5e,0xff,0x15,0x92,0x64,0xff,0x23,0x9e,0x72,0xff,0x2d,0xab,0x7f, + 0xff,0x3c,0xb7,0x8e,0xff,0x42,0xc1,0x98,0xff,0x4a,0xc8,0xa0,0xff,0x4f,0xce,0xa4, + 0xff,0x52,0xd1,0xa7,0xff,0x52,0xd1,0xa7,0xff,0x53,0xd1,0xa6,0xff,0x52,0xd0,0xa3, + 0xff,0x51,0xd0,0xa0,0xff,0x51,0xce,0xa0,0xff,0x51,0xce,0x9e,0xff,0x4f,0xcd,0x9d, + 0xff,0x50,0xce,0x9a,0xff,0x4e,0xcc,0x98,0xff,0x4e,0xcc,0x97,0xff,0x4d,0xcb,0x94, + 0xff,0x4e,0xcb,0x94,0xff,0x4e,0xcb,0x92,0xff,0x4c,0xc9,0x8f,0xff,0x4c,0xc9,0x8c, + 0xff,0x4b,0xc7,0x8b,0xff,0x4a,0xc8,0x8c,0xff,0x4a,0xc6,0x88,0xff,0x48,0xc6,0x85, + 0xff,0x49,0xc5,0x84,0xff,0x41,0xbf,0x76,0xff,0x3d,0xbc,0x6c,0xff,0x3c,0xbb,0x6b, + 0xff,0x41,0xbe,0x72,0xff,0x47,0xc3,0x7b,0xff,0x46,0xc2,0x76,0xff,0x46,0xc1,0x78, + 0xff,0x45,0xc1,0x75,0xff,0x45,0xc1,0x74,0xff,0x43,0xbf,0x73,0xff,0x43,0xbf,0x73, + 0xff,0x42,0xbf,0x72,0xff,0x41,0xbe,0x71,0xff,0x40,0xbd,0x70,0xff,0x3f,0xbb,0x6f, + 0xff,0x3e,0xbb,0x6e,0xff,0x3c,0xb8,0x6b,0xff,0x3a,0xb8,0x68,0xff,0x37,0xb5,0x65, + 0xff,0x37,0xb4,0x66,0xff,0x35,0xb1,0x63,0xff,0x32,0xae,0x60,0xff,0x30,0xac,0x5f, + 0xff,0x2b,0xa7,0x57,0xff,0x27,0xa1,0x4e,0xff,0x24,0x9e,0x48,0xff,0x21,0x9a,0x40, + 0xff,0x1d,0x96,0x3c,0xff,0x1b,0x94,0x3b,0xff,0x18,0x90,0x38,0xff,0x14,0x8d,0x2e, + 0xff,0x12,0x89,0x2c,0xff,0xf,0x86,0x2a,0xff,0xa,0x83,0x27,0xff,0x6,0x7f,0x1e, + 0xff,0x2,0x7c,0x18,0xff,0x0,0x78,0x14,0xff,0x0,0x75,0xc,0xff,0x0,0x71,0x1, + 0xff,0x0,0x70,0x0,0xff,0x0,0x6c,0x0,0xff,0x0,0x69,0x0,0xff,0x0,0x67,0x0, + 0xff,0x0,0x64,0x0,0xff,0x0,0x5a,0x0,0xff,0x0,0x51,0x0,0xff,0x0,0x41,0x0, + 0xff,0x0,0x1c,0x0,0xff,0xa,0x33,0x15,0xff,0x9b,0xab,0xa1,0xff,0xff,0xff,0xff, + 0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf3,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf6,0xf6,0xf4,0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf4,0xff,0xfa,0xfa,0xf9, + 0xff,0xea,0xea,0xe8,0xff,0x92,0x92,0x91,0xff,0x6f,0x6f,0x6d,0xff,0xd7,0xd1,0xc7, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe8,0xff,0xf5,0xea,0xd2, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xb0,0x9a,0x6c,0xff,0xaf,0x99,0x6c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58, + 0x14,0x55,0x55,0x55,0xc9,0x5a,0x5a,0x5a,0xff,0xaf,0xaf,0xaf,0xff,0xff,0xff,0xff, + 0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3, + 0xff,0xf4,0xf4,0xf4,0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf4,0xf4,0xff,0xf3,0xf3,0xf3, + 0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf5,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0x80,0x6e,0x60, + 0xff,0x12,0x0,0x0,0xff,0x47,0x17,0x0,0xff,0x63,0x23,0x0,0xff,0x76,0x2d,0x0, + 0xff,0x7d,0x30,0x0,0xff,0x7e,0x32,0x0,0xff,0x81,0x35,0x0,0xff,0x85,0x39,0x0, + 0xff,0x89,0x3c,0x0,0xff,0x8d,0x3f,0x0,0xff,0x91,0x44,0x0,0xff,0x92,0x45,0x0, + 0xff,0x96,0x48,0x0,0xff,0x9a,0x4c,0x0,0xff,0x9c,0x4f,0x0,0xff,0xa0,0x52,0x0, + 0xff,0xa1,0x54,0x0,0xff,0x99,0x4f,0x0,0xff,0x80,0x43,0x0,0xff,0x82,0x45,0x0, + 0xff,0x85,0x49,0x0,0xff,0x88,0x49,0x0,0xff,0x8a,0x4c,0x0,0xff,0x90,0x50,0x0, + 0xff,0xa1,0x5c,0x0,0xff,0xb4,0x68,0x0,0xff,0xb7,0x6c,0x0,0xff,0xb9,0x6c,0x0, + 0xff,0xbb,0x6f,0x0,0xff,0xbc,0x70,0x0,0xff,0xbd,0x72,0x0,0xff,0xbe,0x73,0x0, + 0xff,0xc1,0x76,0x0,0xff,0xc3,0x78,0x0,0xff,0xc4,0x78,0x0,0xff,0xcd,0x85,0x0, + 0xff,0xd7,0x94,0x0,0xff,0xd9,0x97,0x0,0xff,0xdb,0x99,0x0,0xff,0xdc,0x9c,0x0, + 0xff,0xde,0x9c,0x0,0xff,0xe4,0xa1,0x0,0xff,0xd3,0x99,0x0,0xff,0x7c,0x6b,0x41, + 0xff,0x50,0x54,0x5e,0xff,0x63,0x64,0x67,0xff,0x82,0x72,0x50,0xff,0xd1,0x99,0x0, + 0xff,0xe8,0xa6,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe2,0xa2,0x0, + 0xff,0xe0,0x9f,0x0,0xff,0xdf,0x9f,0x0,0xff,0xdf,0x9e,0x0,0xff,0xe3,0xa6,0x0, + 0xff,0xe7,0xad,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xac,0x0, + 0xff,0xe8,0xae,0x0,0xff,0xe7,0xad,0x0,0xff,0xe8,0xae,0x0,0xff,0xe9,0xae,0x0, + 0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe5,0xab,0x0, + 0xff,0xe0,0xa2,0x0,0xff,0xe1,0xa3,0x0,0xff,0xe1,0xa2,0x0,0xff,0xe6,0xac,0x0, + 0xff,0xeb,0xb3,0x0,0xff,0xea,0xb1,0x0,0xff,0xeb,0xb3,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xea,0xb2,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb2,0x0,0xff,0xe8,0xac,0x0, + 0xff,0xe5,0xa8,0x0,0xff,0xe2,0xa2,0x0,0xff,0xe1,0x9f,0x0,0xff,0xdf,0x99,0x0, + 0xff,0xdd,0x95,0x0,0xff,0xdc,0x93,0x0,0xff,0xd9,0x8f,0x0,0xff,0xd9,0x8b,0x0, + 0xff,0xd8,0x8a,0x0,0xff,0xe8,0xb9,0x68,0xff,0xf6,0xe1,0xc0,0xff,0xfa,0xeb,0xd2, + 0xff,0xf9,0xea,0xd1,0xff,0xf9,0xea,0xd2,0xff,0xfa,0xec,0xd4,0xff,0xfa,0xed,0xd6, + 0xff,0xff,0xf1,0xdd,0xff,0xdb,0xd4,0xbf,0xff,0x38,0x49,0x25,0xff,0x19,0x61,0x36, + 0xff,0x11,0x8b,0x5b,0xff,0x11,0x8b,0x5c,0xff,0x11,0x8d,0x5c,0xff,0xe,0x8c,0x5d, + 0xff,0x13,0x92,0x63,0xff,0x20,0x9d,0x71,0xff,0x2c,0xa9,0x7f,0xff,0x35,0xb3,0x88, + 0xff,0x3f,0xbe,0x94,0xff,0x47,0xc5,0x9e,0xff,0x4d,0xcc,0xa4,0xff,0x51,0xcf,0xa7, + 0xff,0x53,0xd2,0xa8,0xff,0x53,0xd1,0xa7,0xff,0x53,0xd1,0xa4,0xff,0x51,0xd0,0xa3, + 0xff,0x52,0xcf,0xa2,0xff,0x51,0xcf,0xa0,0xff,0x51,0xcf,0x9d,0xff,0x50,0xcd,0x9c, + 0xff,0x50,0xcd,0x9a,0xff,0x4e,0xcc,0x99,0xff,0x4f,0xcc,0x96,0xff,0x4d,0xcb,0x95, + 0xff,0x4d,0xca,0x93,0xff,0x4c,0xcb,0x92,0xff,0x4c,0xc9,0x8f,0xff,0x4c,0xc9,0x8d, + 0xff,0x4c,0xc8,0x8d,0xff,0x4a,0xc8,0x8a,0xff,0x4b,0xc7,0x87,0xff,0x49,0xc6,0x85, + 0xff,0x49,0xc5,0x84,0xff,0x45,0xc2,0x7d,0xff,0x3c,0xbb,0x6b,0xff,0x3c,0xba,0x6a, + 0xff,0x3c,0xbc,0x6d,0xff,0x44,0xc1,0x77,0xff,0x46,0xc1,0x79,0xff,0x46,0xc1,0x77, + 0xff,0x45,0xc1,0x74,0xff,0x45,0xc1,0x74,0xff,0x43,0xbf,0x73,0xff,0x44,0xbf,0x72, + 0xff,0x42,0xbe,0x72,0xff,0x41,0xbe,0x71,0xff,0x40,0xbd,0x70,0xff,0x3f,0xbc,0x6f, + 0xff,0x3e,0xbb,0x6e,0xff,0x3d,0xb9,0x6b,0xff,0x3a,0xb7,0x68,0xff,0x38,0xb6,0x66, + 0xff,0x36,0xb3,0x65,0xff,0x35,0xb1,0x63,0xff,0x33,0xae,0x60,0xff,0x2c,0xa8,0x55, + 0xff,0x25,0xa2,0x4b,0xff,0x24,0xa1,0x49,0xff,0x21,0x9d,0x47,0xff,0x21,0x99,0x42, + 0xff,0x1d,0x96,0x3e,0xff,0x1a,0x93,0x3a,0xff,0x19,0x91,0x3a,0xff,0x16,0x8e,0x36, + 0xff,0x13,0x8b,0x2f,0xff,0xe,0x87,0x28,0xff,0x9,0x83,0x22,0xff,0x6,0x7f,0x1e, + 0xff,0x3,0x7c,0x18,0xff,0x0,0x79,0x11,0xff,0x0,0x75,0xe,0xff,0x0,0x73,0x5, + 0xff,0x0,0x6f,0x0,0xff,0x0,0x6e,0x0,0xff,0x0,0x6c,0x0,0xff,0x0,0x69,0x0, + 0xff,0x0,0x68,0x0,0xff,0x0,0x64,0x0,0xff,0x0,0x59,0x0,0xff,0x0,0x4f,0x0, + 0xff,0x0,0x3d,0x0,0xff,0x0,0x1a,0x0,0xff,0x15,0x3b,0x1f,0xff,0xb2,0xbf,0xb5, + 0xff,0xff,0xfe,0xfe,0xff,0xf6,0xf6,0xf5,0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xfb,0xfb,0xf8,0xff,0xe0,0xe0,0xdf,0xff,0x89,0x89,0x89,0xff,0x7b,0x79,0x78, + 0xff,0xe3,0xdd,0xd2,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xf6,0xeb,0xd3, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xaf,0x99,0x6b,0xff,0xb0,0x9a,0x6c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58, + 0x24,0x52,0x52,0x52,0xff,0x6e,0x6e,0x6e,0xff,0xd5,0xd5,0xd5,0xff,0xfa,0xfa,0xfa, + 0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf4,0xf4,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3, + 0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf3,0xf3,0xf3, + 0xff,0xf3,0xf3,0xf3,0xff,0xfd,0xff,0xff,0xff,0xcc,0xc4,0xc0,0xff,0x41,0x2a,0x17, + 0xff,0x24,0x4,0x0,0xff,0x53,0x1b,0x0,0xff,0x6b,0x25,0x0,0xff,0x79,0x2d,0x0, + 0xff,0x7c,0x2f,0x0,0xff,0x7e,0x30,0x0,0xff,0x82,0x35,0x0,0xff,0x85,0x3a,0x0, + 0xff,0x89,0x3d,0x0,0xff,0x8d,0x3f,0x0,0xff,0x8e,0x42,0x0,0xff,0x92,0x45,0x0, + 0xff,0x95,0x48,0x0,0xff,0x99,0x4b,0x0,0xff,0x9c,0x4e,0x0,0xff,0x9f,0x51,0x0, + 0xff,0xa1,0x53,0x0,0xff,0x91,0x4b,0x0,0xff,0x7e,0x43,0x0,0xff,0x80,0x44,0x0, + 0xff,0x81,0x46,0x0,0xff,0x84,0x48,0x0,0xff,0x88,0x4a,0x0,0xff,0x89,0x4d,0x0, + 0xff,0x8c,0x4f,0x0,0xff,0xa1,0x5d,0x0,0xff,0xb4,0x68,0x0,0xff,0xb7,0x6b,0x0, + 0xff,0xba,0x6d,0x0,0xff,0xbc,0x70,0x0,0xff,0xbc,0x70,0x0,0xff,0xbe,0x73,0x0, + 0xff,0xc0,0x75,0x0,0xff,0xc2,0x76,0x0,0xff,0xc2,0x76,0x0,0xff,0xcf,0x89,0x0, + 0xff,0xd7,0x95,0x0,0xff,0xd8,0x96,0x0,0xff,0xda,0x98,0x0,0xff,0xdb,0x99,0x0, + 0xff,0xdd,0x9b,0x0,0xff,0xe1,0x9f,0x0,0xff,0xd8,0x9a,0x0,0xff,0x8b,0x71,0x38, + 0xff,0x4b,0x50,0x59,0xff,0x6f,0x6d,0x6d,0xff,0x72,0x72,0x75,0xff,0x7e,0x6f,0x4f, + 0xff,0xd1,0x99,0x0,0xff,0xe8,0xa6,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe5,0xa5,0x0, + 0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe4,0xa7,0x0, + 0xff,0xe6,0xa8,0x0,0xff,0xe7,0xa8,0x0,0xff,0xe2,0xa2,0x0,0xff,0xde,0x9d,0x0, + 0xff,0xde,0x9e,0x0,0xff,0xdf,0x9f,0x0,0xff,0xe2,0xa5,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0,0xff,0xe8,0xac,0x0, + 0xff,0xe7,0xad,0x0,0xff,0xe8,0xae,0x0,0xff,0xe8,0xae,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe7,0xae,0x0,0xff,0xe1,0xa5,0x0, + 0xff,0xdf,0xa2,0x0,0xff,0xdf,0xa0,0x0,0xff,0xe4,0xa7,0x0,0xff,0xea,0xb1,0x0, + 0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0,0xff,0xe9,0xb2,0x0, + 0xff,0xeb,0xb2,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb0,0x0,0xff,0xe6,0xab,0x0, + 0xff,0xe4,0xa6,0x0,0xff,0xe2,0x9f,0x0,0xff,0xe0,0x9b,0x0,0xff,0xdf,0x98,0x0, + 0xff,0xdd,0x94,0x0,0xff,0xdb,0x90,0x0,0xff,0xda,0x8d,0x0,0xff,0xd9,0x8a,0x0, + 0xff,0xda,0x8d,0x0,0xff,0xeb,0xc2,0x7d,0xff,0xf6,0xe3,0xc5,0xff,0xf8,0xe9,0xd0, + 0xff,0xf8,0xe9,0xd0,0xff,0xfa,0xea,0xd2,0xff,0xf9,0xeb,0xd3,0xff,0xfa,0xec,0xd6, + 0xff,0xff,0xf4,0xe0,0xff,0x9f,0xa1,0x87,0xff,0x2b,0x43,0x1b,0xff,0x12,0x85,0x54, + 0xff,0x11,0x8c,0x5c,0xff,0x11,0x8c,0x5c,0xff,0x11,0x8d,0x5e,0xff,0x11,0x90,0x60, + 0xff,0x1d,0x9a,0x6e,0xff,0x29,0xa6,0x7c,0xff,0x32,0xb0,0x88,0xff,0x3d,0xba,0x92, + 0xff,0x44,0xc3,0x9a,0xff,0x4b,0xca,0xa3,0xff,0x4f,0xcf,0xa5,0xff,0x53,0xd1,0xa7, + 0xff,0x53,0xd3,0xa7,0xff,0x53,0xd1,0xa6,0xff,0x53,0xd0,0xa5,0xff,0x51,0xd0,0xa3, + 0xff,0x52,0xcf,0xa1,0xff,0x51,0xce,0x9e,0xff,0x4f,0xce,0x9c,0xff,0x50,0xce,0x9c, + 0xff,0x50,0xcc,0x9a,0xff,0x4f,0xcc,0x97,0xff,0x4f,0xcb,0x96,0xff,0x4d,0xcb,0x94, + 0xff,0x4e,0xca,0x94,0xff,0x4d,0xcb,0x91,0xff,0x4c,0xc9,0x8f,0xff,0x4b,0xc8,0x8e, + 0xff,0x4b,0xc7,0x8b,0xff,0x4a,0xc7,0x88,0xff,0x4b,0xc7,0x87,0xff,0x49,0xc6,0x86, + 0xff,0x49,0xc6,0x83,0xff,0x48,0xc5,0x82,0xff,0x3e,0xbd,0x6e,0xff,0x3b,0xbb,0x6a, + 0xff,0x3b,0xba,0x67,0xff,0x40,0xbe,0x71,0xff,0x47,0xc3,0x7a,0xff,0x46,0xc1,0x75, + 0xff,0x45,0xc1,0x74,0xff,0x45,0xc1,0x74,0xff,0x43,0xbf,0x73,0xff,0x42,0xbe,0x72, + 0xff,0x42,0xbe,0x72,0xff,0x41,0xbd,0x71,0xff,0x40,0xbd,0x70,0xff,0x3f,0xbc,0x6f, + 0xff,0x3d,0xb9,0x6e,0xff,0x3b,0xb8,0x6b,0xff,0x38,0xb7,0x68,0xff,0x39,0xb6,0x66, + 0xff,0x37,0xb4,0x66,0xff,0x33,0xb0,0x62,0xff,0x2c,0xa8,0x57,0xff,0x27,0xa5,0x4c, + 0xff,0x25,0xa2,0x4b,0xff,0x23,0x9f,0x4a,0xff,0x20,0x9d,0x45,0xff,0x21,0x9c,0x45, + 0xff,0x22,0x9b,0x47,0xff,0x20,0x98,0x46,0xff,0x1d,0x96,0x43,0xff,0x1a,0x92,0x3d, + 0xff,0x16,0x8f,0x39,0xff,0x12,0x8c,0x35,0xff,0xe,0x87,0x2f,0xff,0xb,0x84,0x2a, + 0xff,0x5,0x80,0x27,0xff,0x2,0x7e,0x21,0xff,0x0,0x7a,0x19,0xff,0x0,0x77,0x12, + 0xff,0x0,0x72,0x12,0xff,0x0,0x70,0x5,0xff,0x0,0x6c,0x0,0xff,0x0,0x6b,0x0, + 0xff,0x0,0x69,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x62,0x0,0xff,0x0,0x58,0x0, + 0xff,0x0,0x4f,0x0,0xff,0x0,0x3e,0x0,0xff,0x0,0x16,0x0,0xff,0x24,0x45,0x2c, + 0xff,0xc5,0xcd,0xc6,0xff,0xfd,0xfc,0xfb,0xff,0xf7,0xf7,0xf5,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf4, + 0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xfa,0xfa,0xf9,0xff,0xe0,0xe0,0xdf,0xff,0x86,0x86,0x86, + 0xff,0x7c,0x7b,0x79,0xff,0xe6,0xde,0xd2,0xff,0xff,0xf7,0xe8,0xff,0xf6,0xeb,0xd3, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xb0,0x9b,0x6b,0xff,0xb0,0x9a,0x6c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x1,0x57,0x57,0x57, + 0x57,0x50,0x50,0x50,0xff,0x7e,0x7e,0x7e,0xff,0xf2,0xf2,0xf1,0xff,0xf6,0xf6,0xf4, + 0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf4,0xf4,0xf4, + 0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3, + 0xff,0xf4,0xf4,0xf3,0xff,0xfd,0xfc,0xfc,0xff,0x9e,0x90,0x88,0xff,0x10,0x0,0x0, + 0xff,0x3d,0x11,0x0,0xff,0x5d,0x1f,0x0,0xff,0x71,0x29,0x0,0xff,0x78,0x2d,0x0, + 0xff,0x7b,0x2e,0x0,0xff,0x7e,0x32,0x0,0xff,0x81,0x34,0x0,0xff,0x85,0x38,0x0, + 0xff,0x88,0x3c,0x0,0xff,0x8b,0x3f,0x0,0xff,0x8e,0x41,0x0,0xff,0x93,0x45,0x0, + 0xff,0x95,0x47,0x0,0xff,0x99,0x4b,0x0,0xff,0x9c,0x4e,0x0,0xff,0x9f,0x51,0x0, + 0xff,0xa0,0x53,0x0,0xff,0x8c,0x49,0x0,0xff,0x7b,0x40,0x0,0xff,0x7f,0x43,0x0, + 0xff,0x7f,0x45,0x0,0xff,0x82,0x48,0x0,0xff,0x85,0x4a,0x0,0xff,0x87,0x4b,0x0, + 0xff,0x88,0x4c,0x0,0xff,0x8c,0x4f,0x0,0xff,0xa3,0x5e,0x0,0xff,0xb5,0x69,0x0, + 0xff,0xb8,0x6c,0x0,0xff,0xba,0x6d,0x0,0xff,0xbc,0x70,0x0,0xff,0xbd,0x71,0x0, + 0xff,0xbd,0x72,0x0,0xff,0xbe,0x73,0x0,0xff,0xc3,0x7a,0x0,0xff,0xd1,0x8c,0x0, + 0xff,0xd6,0x93,0x0,0xff,0xd8,0x96,0x0,0xff,0xd9,0x97,0x0,0xff,0xda,0x98,0x0, + 0xff,0xdb,0x99,0x0,0xff,0xdf,0x9d,0x0,0xff,0xdc,0x9c,0x0,0xff,0x97,0x78,0x2a, + 0xff,0x47,0x4d,0x57,0xff,0x77,0x76,0x76,0xff,0x8b,0x89,0x87,0xff,0x6f,0x6f,0x71, + 0xff,0x7f,0x6f,0x4e,0xff,0xd1,0x99,0x0,0xff,0xe7,0xa6,0x0,0xff,0xe4,0xa6,0x0, + 0xff,0xe5,0xa5,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa8,0x0, + 0xff,0xe5,0xa6,0x0,0xff,0xe1,0xa1,0x0,0xff,0xde,0x9d,0x0,0xff,0xdf,0x9d,0x0, + 0xff,0xde,0x9e,0x0,0xff,0xe1,0xa1,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe7,0xaa,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0,0xff,0xe6,0xab,0x0, + 0xff,0xe8,0xac,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xae,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe2,0xa7,0x0,0xff,0xdf,0xa1,0x0, + 0xff,0xdf,0xa1,0x0,0xff,0xe0,0xa3,0x0,0xff,0xe7,0xad,0x0,0xff,0xe9,0xb1,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xea,0xb0,0x0,0xff,0xea,0xb2,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xe9,0xb1,0x0,0xff,0xea,0xb2,0x0,0xff,0xe8,0xae,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe4,0xa3,0x0,0xff,0xe2,0x9f,0x0,0xff,0xdf,0x99,0x0,0xff,0xde,0x97,0x0, + 0xff,0xdb,0x92,0x0,0xff,0xdb,0x90,0x0,0xff,0xd9,0x8c,0x0,0xff,0xd7,0x88,0x0, + 0xff,0xd9,0x8e,0x0,0xff,0xed,0xc7,0x89,0xff,0xf7,0xe4,0xc6,0xff,0xf8,0xe9,0xcf, + 0xff,0xf9,0xe9,0xd0,0xff,0xf9,0xe8,0xd1,0xff,0xf9,0xeb,0xd3,0xff,0xfa,0xeb,0xd4, + 0xff,0xff,0xf6,0xe0,0xff,0x81,0x85,0x69,0xff,0x22,0x4b,0x21,0xff,0x11,0x88,0x57, + 0xff,0x11,0x8c,0x5c,0xff,0x11,0x8d,0x5c,0xff,0xd,0x8e,0x5e,0xff,0x19,0x96,0x6a, + 0xff,0x25,0xa3,0x78,0xff,0x30,0xae,0x85,0xff,0x3a,0xb8,0x92,0xff,0x41,0xc1,0x99, + 0xff,0x4a,0xc9,0xa2,0xff,0x4f,0xcd,0xa6,0xff,0x51,0xd1,0xa7,0xff,0x54,0xd3,0xa9, + 0xff,0x53,0xd1,0xa7,0xff,0x53,0xd1,0xa6,0xff,0x53,0xd0,0xa3,0xff,0x52,0xd0,0xa2, + 0xff,0x51,0xcf,0xa0,0xff,0x50,0xcf,0x9d,0xff,0x50,0xce,0x9d,0xff,0x50,0xcd,0x9b, + 0xff,0x4e,0xcc,0x98,0xff,0x4e,0xcc,0x97,0xff,0x4e,0xcb,0x96,0xff,0x4d,0xcb,0x93, + 0xff,0x4e,0xcb,0x92,0xff,0x4c,0xc9,0x90,0xff,0x4c,0xc9,0x8f,0xff,0x4b,0xc8,0x8c, + 0xff,0x4a,0xc8,0x8a,0xff,0x4a,0xc7,0x88,0xff,0x4a,0xc6,0x87,0xff,0x49,0xc5,0x84, + 0xff,0x49,0xc6,0x83,0xff,0x48,0xc5,0x82,0xff,0x43,0xc0,0x76,0xff,0x3b,0xba,0x68, + 0xff,0x39,0xb9,0x66,0xff,0x3c,0xbb,0x69,0xff,0x45,0xc0,0x74,0xff,0x46,0xc1,0x75, + 0xff,0x44,0xc0,0x74,0xff,0x43,0xbf,0x73,0xff,0x44,0xc0,0x73,0xff,0x42,0xbe,0x72, + 0xff,0x43,0xbe,0x73,0xff,0x41,0xbd,0x70,0xff,0x40,0xbc,0x70,0xff,0x3f,0xbb,0x6f, + 0xff,0x3c,0xba,0x6c,0xff,0x3b,0xb9,0x6b,0xff,0x3a,0xb7,0x69,0xff,0x39,0xb5,0x67, + 0xff,0x37,0xb3,0x63,0xff,0x2e,0xac,0x56,0xff,0x29,0xa6,0x52,0xff,0x28,0xa4,0x4e, + 0xff,0x26,0xa2,0x4c,0xff,0x25,0xa1,0x4b,0xff,0x25,0xa1,0x4e,0xff,0x26,0x9f,0x50, + 0xff,0x22,0x9d,0x4b,0xff,0x1f,0x99,0x46,0xff,0x1b,0x97,0x43,0xff,0x19,0x93,0x3e, + 0xff,0x17,0x8f,0x39,0xff,0x13,0x8b,0x34,0xff,0xe,0x87,0x2e,0xff,0x9,0x85,0x2b, + 0xff,0x5,0x80,0x27,0xff,0x1,0x7e,0x20,0xff,0x0,0x7a,0x18,0xff,0x0,0x77,0x12, + 0xff,0x0,0x73,0xf,0xff,0x0,0x70,0x5,0xff,0x0,0x6d,0x3,0xff,0x0,0x69,0x0, + 0xff,0x0,0x66,0x0,0xff,0x0,0x64,0x0,0xff,0x0,0x64,0x0,0xff,0x0,0x62,0x0, + 0xff,0x0,0x58,0x0,0xff,0x0,0x4e,0x0,0xff,0x0,0x38,0x0,0xff,0x0,0x13,0x0, + 0xff,0x25,0x45,0x2e,0xff,0xcb,0xd3,0xcc,0xff,0xff,0xff,0xff,0xff,0xf6,0xf6,0xf5, + 0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xfd,0xfd,0xfc,0xff,0xc9,0xc9,0xc9, + 0xff,0x7c,0x7c,0x7c,0xff,0x8c,0x8a,0x87,0xff,0xef,0xe8,0xda,0xff,0xf6,0xeb,0xd3, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xb1,0x9b,0x6d,0xff,0xaf,0x9a,0x6b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0x6,0x58,0x58,0x58, + 0x93,0x52,0x52,0x52,0xff,0x93,0x93,0x93,0xff,0xff,0xff,0xff,0xff,0xf3,0xf3,0xf2, + 0xff,0xf4,0xf4,0xf2,0xff,0xf4,0xf4,0xf2,0xff,0xf4,0xf4,0xf3,0xff,0xf3,0xf3,0xf2, + 0xff,0xf4,0xf4,0xf2,0xff,0xf4,0xf4,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2, + 0xff,0xf8,0xf9,0xf8,0xff,0xe5,0xe3,0xe0,0xff,0x6a,0x56,0x45,0xff,0x17,0x0,0x0, + 0xff,0x4a,0x16,0x0,0xff,0x64,0x23,0x0,0xff,0x73,0x28,0x0,0xff,0x78,0x2b,0x0, + 0xff,0x7b,0x2e,0x0,0xff,0x7e,0x32,0x0,0xff,0x81,0x34,0x0,0xff,0x85,0x38,0x0, + 0xff,0x89,0x3c,0x0,0xff,0x8b,0x3f,0x0,0xff,0x8e,0x41,0x0,0xff,0x92,0x44,0x0, + 0xff,0x95,0x48,0x0,0xff,0x98,0x4b,0x0,0xff,0x9b,0x4d,0x0,0xff,0x9e,0x50,0x0, + 0xff,0x9e,0x51,0x0,0xff,0x85,0x44,0x0,0xff,0x76,0x3e,0x0,0xff,0x7b,0x40,0x0, + 0xff,0x7c,0x43,0x0,0xff,0x7f,0x46,0x0,0xff,0x81,0x47,0x0,0xff,0x83,0x49,0x0, + 0xff,0x85,0x49,0x0,0xff,0x87,0x4b,0x0,0xff,0x8c,0x4e,0x0,0xff,0xa2,0x5d,0x0, + 0xff,0xb5,0x69,0x0,0xff,0xb9,0x6d,0x0,0xff,0xbb,0x6f,0x0,0xff,0xbc,0x71,0x0, + 0xff,0xbd,0x71,0x0,0xff,0xbd,0x71,0x0,0xff,0xc5,0x7e,0x0,0xff,0xd1,0x8e,0x0, + 0xff,0xd5,0x92,0x0,0xff,0xd6,0x93,0x0,0xff,0xd7,0x95,0x0,0xff,0xd9,0x97,0x0, + 0xff,0xdb,0x99,0x0,0xff,0xde,0x9b,0x0,0xff,0xdc,0x9b,0x0,0xff,0x95,0x78,0x2a, + 0xff,0x46,0x4a,0x56,0xff,0x80,0x7f,0x7e,0xff,0x9c,0x9b,0x99,0xff,0x85,0x83,0x82, + 0xff,0x6f,0x70,0x71,0xff,0x7f,0x6f,0x4f,0xff,0xd0,0x9a,0x0,0xff,0xe8,0xa6,0x0, + 0xff,0xe4,0xa6,0x0,0xff,0xe5,0xa5,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe4,0xa6,0x0, + 0xff,0xe1,0x9f,0x0,0xff,0xdd,0x9c,0x0,0xff,0xde,0x9e,0x0,0xff,0xde,0x9d,0x0, + 0xff,0xe2,0xa1,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe7,0xa9,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xac,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xe7,0xad,0x0,0xff,0xe4,0xa8,0x0,0xff,0xdf,0xa0,0x0,0xff,0xdf,0xa0,0x0, + 0xff,0xdf,0x9f,0x0,0xff,0xe4,0xa9,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xaf,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xea,0xb0,0x0,0xff,0xea,0xb1,0x0,0xff,0xea,0xb0,0x0, + 0xff,0xea,0xb2,0x0,0xff,0xe9,0xb1,0x0,0xff,0xe8,0xad,0x0,0xff,0xe5,0xa6,0x0, + 0xff,0xe3,0xa3,0x0,0xff,0xe1,0x9d,0x0,0xff,0xe0,0x98,0x0,0xff,0xdc,0x94,0x0, + 0xff,0xdb,0x90,0x0,0xff,0xdb,0x8e,0x0,0xff,0xd8,0x8a,0x0,0xff,0xd7,0x87,0x0, + 0xff,0xdb,0x92,0x0,0xff,0xee,0xcc,0x95,0xff,0xf8,0xe4,0xc8,0xff,0xf8,0xe7,0xce, + 0xff,0xf9,0xe8,0xcf,0xff,0xf9,0xe9,0xd0,0xff,0xf9,0xe9,0xd3,0xff,0xf9,0xeb,0xd3, + 0xff,0xff,0xf7,0xe1,0xff,0x76,0x7a,0x5d,0xff,0x20,0x4e,0x24,0xff,0x10,0x88,0x58, + 0xff,0x11,0x8d,0x5c,0xff,0xe,0x8c,0x5d,0xff,0x10,0x8f,0x60,0xff,0x1e,0x9b,0x6f, + 0xff,0x2a,0xa8,0x7d,0xff,0x35,0xb4,0x8a,0xff,0x3e,0xbc,0x93,0xff,0x46,0xc5,0x9d, + 0xff,0x4e,0xcd,0xa4,0xff,0x52,0xd1,0xa8,0xff,0x53,0xd1,0xa9,0xff,0x54,0xd3,0xa9, + 0xff,0x53,0xd2,0xa8,0xff,0x53,0xd1,0xa4,0xff,0x52,0xd0,0xa3,0xff,0x52,0xd0,0xa1, + 0xff,0x51,0xce,0x9f,0xff,0x50,0xce,0x9e,0xff,0x4f,0xcd,0x9b,0xff,0x50,0xce,0x9a, + 0xff,0x4e,0xcc,0x98,0xff,0x4e,0xcc,0x97,0xff,0x4e,0xcc,0x95,0xff,0x4e,0xcb,0x94, + 0xff,0x4e,0xcb,0x92,0xff,0x4d,0xca,0x91,0xff,0x4c,0xc9,0x8d,0xff,0x4c,0xc9,0x8b, + 0xff,0x4a,0xc9,0x8a,0xff,0x4a,0xc7,0x8b,0xff,0x49,0xc7,0x87,0xff,0x49,0xc5,0x84, + 0xff,0x49,0xc6,0x83,0xff,0x48,0xc4,0x81,0xff,0x47,0xc2,0x7d,0xff,0x3d,0xbb,0x6a, + 0xff,0x3b,0xb9,0x68,0xff,0x3a,0xb9,0x65,0xff,0x40,0xbd,0x6e,0xff,0x46,0xc2,0x76, + 0xff,0x45,0xc1,0x74,0xff,0x43,0xbf,0x73,0xff,0x43,0xbf,0x73,0xff,0x43,0xbf,0x72, + 0xff,0x41,0xbd,0x71,0xff,0x42,0xbd,0x70,0xff,0x40,0xbc,0x71,0xff,0x3f,0xbb,0x6e, + 0xff,0x3c,0xba,0x6c,0xff,0x3c,0xb9,0x6a,0xff,0x3a,0xb6,0x67,0xff,0x38,0xb5,0x63, + 0xff,0x30,0xae,0x55,0xff,0x2c,0xaa,0x4b,0xff,0x2a,0xa7,0x4a,0xff,0x2a,0xa6,0x4b, + 0xff,0x28,0xa4,0x50,0xff,0x29,0xa7,0x57,0xff,0x29,0xa3,0x52,0xff,0x26,0x9e,0x4d, + 0xff,0x22,0x9c,0x48,0xff,0x1f,0x99,0x45,0xff,0x1b,0x95,0x41,0xff,0x18,0x91,0x3c, + 0xff,0x16,0x8e,0x39,0xff,0x14,0x8c,0x35,0xff,0xc,0x87,0x2f,0xff,0x9,0x85,0x2b, + 0xff,0x5,0x81,0x25,0xff,0x0,0x7d,0x22,0xff,0x0,0x79,0x1f,0xff,0x0,0x76,0x19, + 0xff,0x0,0x74,0xf,0xff,0x0,0x71,0xd,0xff,0x0,0x6d,0x0,0xff,0x0,0x6a,0x0, + 0xff,0x0,0x68,0x0,0xff,0x0,0x64,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0, + 0xff,0x0,0x63,0x0,0xff,0x0,0x57,0x0,0xff,0x0,0x4e,0x0,0xff,0x0,0x36,0x0, + 0xff,0x0,0x10,0x0,0xff,0x48,0x62,0x4e,0xff,0xe0,0xe4,0xe0,0xff,0xfd,0xfb,0xfb, + 0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf3,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4, + 0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf4,0xf3,0xff,0xf3,0xf3,0xf2,0xff,0xfe,0xfe,0xfb, + 0xff,0xca,0xca,0xca,0xff,0x78,0x78,0x78,0xff,0x94,0x92,0x8d,0xff,0xec,0xe2,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfd,0xff,0xb0,0x9a,0x6c,0xff,0xb1,0x9b,0x6d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0xb,0x55,0x55,0x55, + 0xb9,0x5e,0x5e,0x5e,0xff,0xb0,0xb0,0xaf,0xff,0xfe,0xfe,0xfd,0xff,0xf3,0xf3,0xf2, + 0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf4,0xf4,0xf2, + 0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf4,0xf4,0xf2, + 0xff,0xfc,0xfd,0xfd,0xff,0xce,0xc8,0xc2,0xff,0x3c,0x23,0xf,0xff,0x29,0x5,0x0, + 0xff,0x52,0x1a,0x0,0xff,0x68,0x23,0x0,0xff,0x74,0x29,0x0,0xff,0x77,0x2b,0x0, + 0xff,0x7b,0x2e,0x0,0xff,0x7d,0x31,0x0,0xff,0x82,0x33,0x0,0xff,0x86,0x38,0x0, + 0xff,0x88,0x3b,0x0,0xff,0x8c,0x3e,0x0,0xff,0x8e,0x41,0x0,0xff,0x92,0x45,0x0, + 0xff,0x94,0x47,0x0,0xff,0x96,0x4a,0x0,0xff,0x99,0x4d,0x0,0xff,0x9d,0x4f,0x0, + 0xff,0x9d,0x50,0x0,0xff,0x7d,0x40,0x0,0xff,0x74,0x3b,0x0,0xff,0x77,0x3d,0x0, + 0xff,0x79,0x40,0x0,0xff,0x7b,0x42,0x0,0xff,0x7d,0x44,0x0,0xff,0x7e,0x45,0x0, + 0xff,0x80,0x46,0x0,0xff,0x84,0x49,0x0,0xff,0x86,0x4b,0x0,0xff,0x89,0x4e,0x0, + 0xff,0x9f,0x5c,0x0,0xff,0xb4,0x69,0x0,0xff,0xbb,0x6c,0x0,0xff,0xbb,0x6e,0x0, + 0xff,0xbc,0x71,0x0,0xff,0xbc,0x70,0x0,0xff,0xc9,0x81,0x0,0xff,0xd2,0x8f,0x0, + 0xff,0xd3,0x90,0x0,0xff,0xd5,0x92,0x0,0xff,0xd6,0x93,0x0,0xff,0xd7,0x94,0x0, + 0xff,0xd9,0x97,0x0,0xff,0xdc,0x99,0x0,0xff,0xd9,0x98,0x0,0xff,0x95,0x77,0x29, + 0xff,0x44,0x49,0x55,0xff,0x86,0x85,0x85,0xff,0xa9,0xa8,0xa7,0xff,0x94,0x93,0x92, + 0xff,0x86,0x84,0x82,0xff,0x6f,0x6f,0x73,0xff,0x80,0x71,0x4e,0xff,0xd0,0x99,0x0, + 0xff,0xea,0xa7,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe2,0xa3,0x0,0xff,0xdf,0x9d,0x0, + 0xff,0xde,0x9c,0x0,0xff,0xdd,0x9c,0x0,0xff,0xdd,0x9c,0x0,0xff,0xe0,0xa0,0x0, + 0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe6,0xaa,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xaa,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe7,0xac,0x0,0xff,0xe8,0xac,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe6,0xaa,0x0,0xff,0xe0,0xa1,0x0,0xff,0xdf,0x9f,0x0,0xff,0xdf,0x9f,0x0, + 0xff,0xe2,0xa5,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe8,0xaf,0x0,0xff,0xe8,0xaf,0x0,0xff,0xea,0xb1,0x0,0xff,0xea,0xb1,0x0, + 0xff,0xea,0xb1,0x0,0xff,0xea,0xb1,0x0,0xff,0xe8,0xab,0x0,0xff,0xe5,0xa6,0x0, + 0xff,0xe2,0x9f,0x0,0xff,0xdf,0x99,0x0,0xff,0xdc,0x96,0x0,0xff,0xdc,0x92,0x0, + 0xff,0xda,0x8f,0x0,0xff,0xd8,0x8c,0x0,0xff,0xd8,0x89,0x0,0xff,0xd6,0x86,0x0, + 0xff,0xdd,0x98,0x0,0xff,0xef,0xd0,0xa0,0xff,0xf7,0xe5,0xc9,0xff,0xf8,0xe7,0xcd, + 0xff,0xf8,0xe7,0xce,0xff,0xf8,0xe8,0xcf,0xff,0xf9,0xe9,0xd0,0xff,0xfa,0xea,0xd2, + 0xff,0xfe,0xf5,0xde,0xff,0x4c,0x56,0x37,0xff,0x13,0x59,0x2c,0xff,0x11,0x8b,0x59, + 0xff,0x11,0x8c,0x5c,0xff,0xe,0x8c,0x5d,0xff,0x11,0x90,0x62,0xff,0x21,0x9f,0x73, + 0xff,0x30,0xac,0x82,0xff,0x39,0xb7,0x8e,0xff,0x41,0xbf,0x98,0xff,0x49,0xc7,0x9f, + 0xff,0x4e,0xcd,0xa4,0xff,0x52,0xd1,0xa9,0xff,0x54,0xd3,0xa9,0xff,0x54,0xd3,0xa7, + 0xff,0x53,0xd1,0xa6,0xff,0x53,0xd0,0xa4,0xff,0x52,0xd1,0xa4,0xff,0x52,0xd0,0xa1, + 0xff,0x50,0xcf,0x9d,0xff,0x51,0xce,0x9c,0xff,0x4f,0xcd,0x9b,0xff,0x4f,0xcd,0x9a, + 0xff,0x4e,0xcc,0x97,0xff,0x4e,0xcb,0x96,0xff,0x4e,0xcc,0x95,0xff,0x4d,0xca,0x93, + 0xff,0x4c,0xca,0x92,0xff,0x4c,0xc9,0x8f,0xff,0x4c,0xc9,0x8d,0xff,0x4b,0xc7,0x8d, + 0xff,0x4a,0xc7,0x89,0xff,0x4a,0xc6,0x88,0xff,0x49,0xc7,0x86,0xff,0x49,0xc5,0x84, + 0xff,0x48,0xc5,0x82,0xff,0x48,0xc5,0x80,0xff,0x48,0xc3,0x7e,0xff,0x41,0xbe,0x75, + 0xff,0x39,0xb9,0x66,0xff,0x39,0xb9,0x64,0xff,0x3c,0xb9,0x66,0xff,0x44,0xc0,0x71, + 0xff,0x44,0xc0,0x74,0xff,0x43,0xbf,0x73,0xff,0x43,0xbf,0x73,0xff,0x42,0xbe,0x72, + 0xff,0x41,0xbd,0x70,0xff,0x40,0xbc,0x6f,0xff,0x3f,0xbc,0x6f,0xff,0x3e,0xbb,0x6e, + 0xff,0x3d,0xba,0x6d,0xff,0x3c,0xbb,0x66,0xff,0x38,0xb3,0x63,0xff,0x2a,0x9a,0x5a, + 0xff,0x21,0x87,0x53,0xff,0x1d,0x81,0x50,0xff,0x1d,0x86,0x4c,0xff,0x24,0x93,0x50, + 0xff,0x2c,0xa5,0x53,0xff,0x2b,0xa7,0x52,0xff,0x29,0xa3,0x52,0xff,0x26,0x9e,0x4d, + 0xff,0x22,0x9b,0x49,0xff,0x1e,0x98,0x45,0xff,0x1b,0x95,0x42,0xff,0x19,0x91,0x3c, + 0xff,0x16,0x8e,0x36,0xff,0x11,0x8b,0x34,0xff,0xc,0x87,0x2f,0xff,0x8,0x84,0x2a, + 0xff,0x3,0x80,0x27,0xff,0x0,0x7d,0x22,0xff,0x0,0x79,0x1b,0xff,0x0,0x76,0x15, + 0xff,0x0,0x72,0x12,0xff,0x0,0x71,0x6,0xff,0x0,0x6c,0x0,0xff,0x0,0x69,0x0, + 0xff,0x0,0x66,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0, + 0xff,0x0,0x65,0x0,0xff,0x0,0x61,0x0,0xff,0x0,0x57,0x0,0xff,0x0,0x4b,0x0, + 0xff,0x0,0x30,0x0,0xff,0x0,0xc,0x0,0xff,0x46,0x60,0x4a,0xff,0xe6,0xe9,0xe8, + 0xff,0xfe,0xfc,0xfe,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf4, + 0xff,0xf6,0xf6,0xf4,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf4,0xf4, + 0xff,0xf5,0xf5,0xf3,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf3,0xf3,0xf2, + 0xff,0xff,0xfe,0xfe,0xff,0xba,0xba,0xba,0xff,0x72,0x72,0x72,0xff,0xa0,0x9c,0x93, + 0xff,0xef,0xe1,0xca,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xfe,0xfd,0xff,0xb1,0x9b,0x6d,0xff,0xb0,0x9a,0x6d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0xe,0x53,0x53,0x53, + 0xe4,0x67,0x67,0x67,0xff,0xcc,0xcc,0xcb,0xff,0xfa,0xfa,0xf8,0xff,0xf3,0xf3,0xf2, + 0xff,0xf3,0xf3,0xf2,0xff,0xf4,0xf4,0xf2,0xff,0xf4,0xf4,0xf2,0xff,0xf4,0xf4,0xf2, + 0xff,0xf4,0xf4,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2, + 0xff,0xfe,0xff,0xfd,0xff,0xae,0xa4,0x9c,0xff,0xf,0x0,0x0,0xff,0x39,0xd,0x0, + 0xff,0x5a,0x1c,0x0,0xff,0x6b,0x23,0x0,0xff,0x74,0x29,0x0,0xff,0x78,0x2b,0x0, + 0xff,0x7b,0x2e,0x0,0xff,0x7e,0x30,0x0,0xff,0x81,0x34,0x0,0xff,0x85,0x38,0x0, + 0xff,0x88,0x3a,0x0,0xff,0x8a,0x3e,0x0,0xff,0x8e,0x41,0x0,0xff,0x92,0x43,0x0, + 0xff,0x94,0x46,0x0,0xff,0x97,0x4a,0x0,0xff,0x9a,0x4c,0x0,0xff,0x9c,0x4f,0x0, + 0xff,0x97,0x4c,0x0,0xff,0x74,0x3b,0x0,0xff,0x72,0x3a,0x0,0xff,0x75,0x3b,0x0, + 0xff,0x77,0x3e,0x0,0xff,0x78,0x40,0x0,0xff,0x7a,0x42,0x0,0xff,0x7b,0x43,0x0, + 0xff,0x7d,0x44,0x0,0xff,0x81,0x46,0x0,0xff,0x83,0x49,0x0,0xff,0x83,0x4a,0x0, + 0xff,0x87,0x4c,0x0,0xff,0x9c,0x5a,0x0,0xff,0xb5,0x69,0x0,0xff,0xbb,0x6d,0x0, + 0xff,0xbb,0x6e,0x0,0xff,0xbd,0x73,0x0,0xff,0xcb,0x84,0x0,0xff,0xd0,0x8d,0x0, + 0xff,0xd1,0x8e,0x0,0xff,0xd3,0x90,0x0,0xff,0xd5,0x92,0x0,0xff,0xd6,0x92,0x0, + 0xff,0xd6,0x95,0x0,0xff,0xda,0x97,0x0,0xff,0xd9,0x99,0x0,0xff,0x95,0x76,0x25, + 0xff,0x40,0x46,0x53,0xff,0x8c,0x8c,0x8a,0xff,0xb7,0xb6,0xb5,0xff,0xa2,0xa1,0xa0, + 0xff,0x95,0x94,0x92,0xff,0x84,0x83,0x83,0xff,0x6f,0x6f,0x72,0xff,0x7e,0x6f,0x4e, + 0xff,0xc0,0x90,0x0,0xff,0xe9,0xa6,0x0,0xff,0xde,0x9c,0x0,0xff,0xdd,0x9a,0x0, + 0xff,0xde,0x9b,0x0,0xff,0xde,0x9c,0x0,0xff,0xe1,0xa1,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe5,0xa8,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0,0xff,0xe6,0xab,0x0, + 0xff,0xe1,0xa2,0x0,0xff,0xdf,0x9f,0x0,0xff,0xdf,0xa0,0x0,0xff,0xe0,0xa1,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xae,0x0,0xff,0xe9,0xaf,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe4,0xa3,0x0, + 0xff,0xe1,0x9d,0x0,0xff,0xdd,0x97,0x0,0xff,0xdc,0x93,0x0,0xff,0xda,0x8f,0x0, + 0xff,0xd9,0x8e,0x0,0xff,0xd7,0x8a,0x0,0xff,0xd8,0x88,0x0,0xff,0xd6,0x85,0x0, + 0xff,0xe1,0xa1,0xe,0xff,0xf1,0xd4,0xa5,0xff,0xf8,0xe4,0xc7,0xff,0xf8,0xe6,0xc8, + 0xff,0xf8,0xe6,0xcb,0xff,0xf8,0xe6,0xcd,0xff,0xf9,0xe9,0xce,0xff,0xfc,0xea,0xd4, + 0xff,0xed,0xdf,0xc7,0xff,0x47,0x53,0x32,0xff,0x16,0x63,0x34,0xff,0x10,0x8c,0x5b, + 0xff,0xf,0x8c,0x5e,0xff,0xe,0x8d,0x5d,0xff,0x13,0x92,0x64,0xff,0x25,0xa2,0x77, + 0xff,0x32,0xb0,0x85,0xff,0x3b,0xb9,0x90,0xff,0x44,0xc2,0x99,0xff,0x48,0xc9,0xa1, + 0xff,0x50,0xcf,0xa6,0xff,0x54,0xd1,0xa9,0xff,0x54,0xd2,0xa8,0xff,0x53,0xd1,0xa7, + 0xff,0x52,0xd1,0xa5,0xff,0x52,0xd0,0xa5,0xff,0x51,0xd0,0xa1,0xff,0x51,0xcf,0xa0, + 0xff,0x51,0xcf,0x9f,0xff,0x50,0xce,0x9e,0xff,0x4f,0xce,0x9c,0xff,0x4e,0xcd,0x98, + 0xff,0x4f,0xcd,0x96,0xff,0x4e,0xca,0x95,0xff,0x4d,0xcb,0x94,0xff,0x4d,0xcb,0x91, + 0xff,0x4c,0xcb,0x91,0xff,0x4d,0xca,0x90,0xff,0x4b,0xc8,0x8e,0xff,0x4b,0xc8,0x8b, + 0xff,0x4a,0xc7,0x88,0xff,0x4a,0xc6,0x89,0xff,0x49,0xc6,0x85,0xff,0x49,0xc6,0x84, + 0xff,0x48,0xc5,0x82,0xff,0x48,0xc4,0x7f,0xff,0x47,0xc4,0x7f,0xff,0x45,0xc2,0x79, + 0xff,0x3b,0xbb,0x6a,0xff,0x3a,0xb8,0x63,0xff,0x39,0xb8,0x63,0xff,0x40,0xbb,0x6b, + 0xff,0x46,0xc2,0x75,0xff,0x44,0xc0,0x73,0xff,0x43,0xbf,0x73,0xff,0x42,0xbf,0x72, + 0xff,0x41,0xbe,0x71,0xff,0x40,0xbd,0x70,0xff,0x3e,0xbb,0x6e,0xff,0x3e,0xbc,0x6d, + 0xff,0x3d,0xb9,0x67,0xff,0x31,0x9e,0x64,0xff,0x1d,0x6e,0x5f,0xff,0xc,0x4c,0x58, + 0xff,0x5,0x3e,0x60,0xff,0x3,0x39,0x62,0xff,0x5,0x41,0x5f,0xff,0xe,0x50,0x57, + 0xff,0x16,0x6d,0x58,0xff,0x24,0x92,0x54,0xff,0x28,0xa2,0x4d,0xff,0x23,0x9d,0x4c, + 0xff,0x1f,0x9b,0x48,0xff,0x1e,0x97,0x44,0xff,0x1c,0x94,0x3e,0xff,0x17,0x90,0x3b, + 0xff,0x15,0x8c,0x38,0xff,0x11,0x8a,0x30,0xff,0xc,0x86,0x2d,0xff,0x6,0x83,0x25, + 0xff,0x3,0x80,0x24,0xff,0x0,0x7d,0x22,0xff,0x0,0x78,0x1a,0xff,0x0,0x76,0x14, + 0xff,0x0,0x73,0xd,0xff,0x0,0x70,0xa,0xff,0x0,0x6c,0x0,0xff,0x0,0x6a,0x0, + 0xff,0x0,0x66,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0, + 0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x61,0x0,0xff,0x0,0x56,0x0, + 0xff,0x0,0x4a,0x0,0xff,0x0,0x2c,0x0,0xff,0x0,0x8,0x0,0xff,0x5f,0x77,0x68, + 0xff,0xf3,0xf3,0xf3,0xff,0xfb,0xfa,0xfc,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf5,0xf5, + 0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf3,0xf3,0xf3, + 0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf4,0xf4,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf2,0xf2, + 0xff,0xf2,0xf1,0xf1,0xff,0xf7,0xf7,0xf6,0xff,0xb3,0xb3,0xb2,0xff,0x6e,0x6e,0x6e, + 0xff,0xaa,0xa4,0x99,0xff,0xed,0xe0,0xc8,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf1, + 0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xff,0xfd,0xff,0xb1,0x9b,0x6d,0xff,0xb0,0x9a,0x6c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0x16,0x54,0x54,0x54, + 0xff,0x6c,0x6c,0x6c,0xff,0xda,0xda,0xd8,0xff,0xf8,0xf8,0xf7,0xff,0xf3,0xf3,0xf2, + 0xff,0xf3,0xf3,0xf2,0xff,0xf4,0xf4,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2, + 0xff,0xf4,0xf4,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf6,0xf5,0xf4, + 0xff,0xf1,0xf1,0xee,0xff,0x88,0x7a,0x6f,0xff,0xf,0x0,0x0,0xff,0x44,0x14,0x0, + 0xff,0x5e,0x1d,0x0,0xff,0x6d,0x25,0x0,0xff,0x74,0x28,0x0,0xff,0x77,0x2c,0x0, + 0xff,0x7a,0x2f,0x0,0xff,0x7d,0x31,0x0,0xff,0x81,0x34,0x0,0xff,0x86,0x39,0x0, + 0xff,0x88,0x3a,0x0,0xff,0x8b,0x3c,0x0,0xff,0x8d,0x41,0x0,0xff,0x8f,0x43,0x0, + 0xff,0x94,0x44,0x0,0xff,0x95,0x49,0x0,0xff,0x97,0x4c,0x0,0xff,0x9c,0x4e,0x0, + 0xff,0x8e,0x47,0x0,0xff,0x6f,0x36,0x0,0xff,0x6f,0x37,0x0,0xff,0x72,0x3a,0x0, + 0xff,0x74,0x3b,0x0,0xff,0x77,0x3d,0x0,0xff,0x76,0x3e,0x0,0xff,0x78,0x3f,0x0, + 0xff,0x7a,0x42,0x0,0xff,0x7e,0x44,0x0,0xff,0x7f,0x46,0x0,0xff,0x80,0x47,0x0, + 0xff,0x81,0x48,0x0,0xff,0x85,0x4c,0x0,0xff,0x98,0x59,0x0,0xff,0xb5,0x6b,0x0, + 0xff,0xbb,0x6e,0x0,0xff,0xc0,0x75,0x0,0xff,0xcb,0x86,0x0,0xff,0xcf,0x8b,0x0, + 0xff,0xcf,0x8b,0x0,0xff,0xd1,0x8e,0x0,0xff,0xd3,0x90,0x0,0xff,0xd5,0x93,0x0, + 0xff,0xd6,0x93,0x0,0xff,0xda,0x97,0x0,0xff,0xd2,0x93,0x0,0xff,0x86,0x6f,0x35, + 0xff,0x49,0x4e,0x56,0xff,0x98,0x98,0x97,0xff,0xc3,0xc2,0xc1,0xff,0xb0,0xae,0xac, + 0xff,0xa2,0xa1,0x9f,0xff,0x93,0x93,0x92,0xff,0x84,0x83,0x81,0xff,0x6c,0x6d,0x73, + 0xff,0x6e,0x67,0x56,0xff,0xbb,0x8a,0x0,0xff,0xe7,0x9f,0x0,0xff,0xdc,0x9a,0x0, + 0xff,0xdd,0x9d,0x0,0xff,0xe2,0xa2,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe4,0xa7,0x0, + 0xff,0xe5,0xa8,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa8,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xab,0x0,0xff,0xe0,0xa3,0x0, + 0xff,0xdd,0x9d,0x0,0xff,0xde,0x9e,0x0,0xff,0xdf,0xa0,0x0,0xff,0xe5,0xa8,0x0, + 0xff,0xe9,0xae,0x0,0xff,0xe8,0xad,0x0,0xff,0xe7,0xad,0x0,0xff,0xe9,0xae,0x0, + 0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xaf,0x0,0xff,0xe9,0xb0,0x0, + 0xff,0xe9,0xb0,0x0,0xff,0xe7,0xac,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe3,0xa0,0x0, + 0xff,0xdf,0x9a,0x0,0xff,0xde,0x94,0x0,0xff,0xdc,0x90,0x0,0xff,0xd9,0x8d,0x0, + 0xff,0xd8,0x89,0x0,0xff,0xd8,0x88,0x0,0xff,0xd7,0x86,0x0,0xff,0xd4,0x83,0x0, + 0xff,0xe0,0xa4,0x2c,0xff,0xf1,0xd6,0xab,0xff,0xf7,0xe3,0xc7,0xff,0xf7,0xe4,0xc9, + 0xff,0xf7,0xe6,0xc9,0xff,0xf8,0xe5,0xc9,0xff,0xf8,0xe7,0xcc,0xff,0xfd,0xeb,0xd4, + 0xff,0xdd,0xd1,0xb9,0xff,0x41,0x4d,0x2b,0xff,0x11,0x6d,0x3f,0xff,0x10,0x8c,0x5b, + 0xff,0xe,0x8d,0x5d,0xff,0xe,0x8e,0x5f,0xff,0x12,0x93,0x65,0xff,0x25,0xa3,0x79, + 0xff,0x32,0xb1,0x87,0xff,0x3c,0xbb,0x91,0xff,0x44,0xc2,0x9a,0xff,0x4b,0xc9,0xa0, + 0xff,0x51,0xcf,0xa7,0xff,0x54,0xd2,0xa8,0xff,0x53,0xd2,0xa8,0xff,0x52,0xd1,0xa5, + 0xff,0x52,0xd1,0xa4,0xff,0x52,0xd0,0xa3,0xff,0x52,0xcf,0xa2,0xff,0x51,0xd0,0xa0, + 0xff,0x50,0xcf,0x9f,0xff,0x4f,0xcd,0x99,0xff,0x4d,0xc6,0x96,0xff,0x4b,0xc5,0x91, + 0xff,0x4a,0xc1,0x8d,0xff,0x4a,0xc1,0x8d,0xff,0x49,0xc1,0x8b,0xff,0x4a,0xc2,0x8c, + 0xff,0x4b,0xc6,0x8f,0xff,0x4c,0xc8,0x8e,0xff,0x4b,0xc8,0x8c,0xff,0x4b,0xc8,0x8a, + 0xff,0x4a,0xc6,0x89,0xff,0x4b,0xc7,0x87,0xff,0x49,0xc5,0x86,0xff,0x49,0xc5,0x82, + 0xff,0x48,0xc5,0x82,0xff,0x48,0xc5,0x80,0xff,0x47,0xc4,0x7f,0xff,0x47,0xc3,0x7c, + 0xff,0x41,0xbe,0x72,0xff,0x3a,0xb9,0x62,0xff,0x3a,0xb7,0x60,0xff,0x3c,0xb9,0x66, + 0xff,0x43,0xbf,0x71,0xff,0x44,0xc0,0x74,0xff,0x42,0xbe,0x72,0xff,0x42,0xbe,0x72, + 0xff,0x41,0xbe,0x71,0xff,0x40,0xbd,0x70,0xff,0x3e,0xbc,0x6d,0xff,0x3e,0xb9,0x6c, + 0xff,0x2d,0x94,0x67,0xff,0xd,0x49,0x61,0xff,0x1,0x34,0x71,0xff,0x0,0x4a,0x97, + 0xff,0x0,0x52,0xa5,0xff,0x0,0x53,0xa6,0xff,0x0,0x52,0xa5,0xff,0x0,0x48,0x95, + 0xff,0x2,0x36,0x70,0xff,0xf,0x54,0x5d,0xff,0x22,0x8e,0x51,0xff,0x24,0x9e,0x48, + 0xff,0x20,0x99,0x48,0xff,0x1c,0x97,0x42,0xff,0x1a,0x94,0x3b,0xff,0x17,0x90,0x39, + 0xff,0x14,0x8c,0x35,0xff,0x10,0x8b,0x31,0xff,0xa,0x86,0x2d,0xff,0x7,0x82,0x27, + 0xff,0x4,0x7e,0x27,0xff,0x0,0x7c,0x1c,0xff,0x0,0x78,0x1a,0xff,0x0,0x74,0x17, + 0xff,0x0,0x73,0xd,0xff,0x0,0x70,0xa,0xff,0x0,0x6b,0x4,0xff,0x0,0x69,0x0, + 0xff,0x0,0x66,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0, + 0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x5e,0x0, + 0xff,0x0,0x54,0x0,0xff,0x0,0x47,0x0,0xff,0x0,0x25,0x0,0xff,0x0,0x13,0x0, + 0xff,0x67,0x7f,0x6d,0xff,0xf0,0xf1,0xf1,0xff,0xf7,0xf7,0xf7,0xff,0xf3,0xf3,0xf4, + 0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3, + 0xff,0xf3,0xf3,0xf3,0xff,0xf2,0xf2,0xf2,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3, + 0xff,0xf2,0xf2,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf4,0xf4,0xf3,0xff,0xa4,0xa4,0xa4, + 0xff,0x67,0x67,0x67,0xff,0xb4,0xad,0xa0,0xff,0xf3,0xe6,0xc9,0xff,0xfd,0xfa,0xf1, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xb0,0x9b,0x6e,0xff,0xb0,0x9b,0x6d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x3c,0x53,0x53,0x53, + 0xff,0x74,0x74,0x74,0xff,0xf0,0xf0,0xf0,0xff,0xf5,0xf5,0xf4,0xff,0xf2,0xf2,0xf2, + 0xff,0xf2,0xf2,0xf2,0xff,0xf2,0xf2,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf4,0xf4,0xf2, + 0xff,0xf4,0xf4,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf2,0xff,0xf8,0xf8,0xf6, + 0xff,0xe1,0xdf,0xdb,0xff,0x61,0x4f,0x3f,0xff,0x1c,0x2,0x0,0xff,0x4a,0x14,0x0, + 0xff,0x61,0x1e,0x0,0xff,0x6e,0x26,0x0,0xff,0x73,0x28,0x0,0xff,0x76,0x2a,0x0, + 0xff,0x79,0x2c,0x0,0xff,0x7d,0x2f,0x0,0xff,0x80,0x31,0x0,0xff,0x84,0x36,0x0, + 0xff,0x88,0x3a,0x0,0xff,0x8a,0x3b,0x0,0xff,0x8c,0x3e,0x0,0xff,0x8f,0x42,0x0, + 0xff,0x91,0x44,0x0,0xff,0x95,0x47,0x0,0xff,0x98,0x4a,0x0,0xff,0x9b,0x4d,0x0, + 0xff,0x7f,0x3f,0x0,0xff,0x6b,0x34,0x0,0xff,0x6c,0x35,0x0,0xff,0x6f,0x39,0x0, + 0xff,0x70,0x3a,0x0,0xff,0x72,0x3b,0x0,0xff,0x74,0x3b,0x0,0xff,0x76,0x3e,0x0, + 0xff,0x78,0x41,0x0,0xff,0x79,0x41,0x0,0xff,0x7c,0x43,0x0,0xff,0x7d,0x45,0x0, + 0xff,0x7f,0x46,0x0,0xff,0x7f,0x46,0x0,0xff,0x83,0x4b,0x0,0xff,0x9a,0x5a,0x0, + 0xff,0xb4,0x68,0x0,0xff,0xc2,0x78,0x0,0xff,0xcb,0x87,0x0,0xff,0xce,0x8a,0x0, + 0xff,0xcf,0x8a,0x0,0xff,0xcf,0x8c,0x0,0xff,0xd2,0x8e,0x0,0xff,0xd2,0x90,0x0, + 0xff,0xd5,0x91,0x0,0xff,0xda,0x95,0x0,0xff,0xc9,0x8e,0x0,0xff,0x77,0x65,0x40, + 0xff,0x57,0x59,0x60,0xff,0xa9,0xa7,0xa7,0xff,0xcd,0xcc,0xcc,0xff,0xbb,0xbb,0xba, + 0xff,0xae,0xad,0xac,0xff,0xa2,0xa1,0x9f,0xff,0x93,0x92,0x91,0xff,0x84,0x82,0x82, + 0xff,0x6e,0x6f,0x72,0xff,0x70,0x66,0x57,0xff,0xbb,0x88,0x0,0xff,0xe8,0xa1,0x0, + 0xff,0xe2,0xa2,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe6,0xa7,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe6,0xaa,0x0,0xff,0xe5,0xaa,0x0,0xff,0xe2,0xa3,0x0,0xff,0xdf,0x9e,0x0, + 0xff,0xde,0x9e,0x0,0xff,0xde,0x9e,0x0,0xff,0xe3,0xa7,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe7,0xac,0x0,0xff,0xe8,0xad,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe8,0xaf,0x0,0xff,0xe9,0xae,0x0,0xff,0xe8,0xae,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe7,0xaa,0x0,0xff,0xe4,0xa7,0x0,0xff,0xe2,0xa0,0x0,0xff,0xe0,0x9b,0x0, + 0xff,0xdd,0x96,0x0,0xff,0xdc,0x93,0x0,0xff,0xda,0x90,0x0,0xff,0xd7,0x8b,0x0, + 0xff,0xd8,0x87,0x0,0xff,0xd6,0x85,0x0,0xff,0xd5,0x83,0x0,0xff,0xd3,0x81,0x0, + 0xff,0xe2,0xac,0x44,0xff,0xf2,0xd7,0xad,0xff,0xf6,0xe3,0xc6,0xff,0xf6,0xe4,0xc8, + 0xff,0xf7,0xe4,0xc9,0xff,0xf7,0xe6,0xca,0xff,0xf8,0xe5,0xcb,0xff,0xff,0xee,0xd5, + 0xff,0xc3,0xbc,0xa1,0xff,0x39,0x44,0x21,0xff,0x10,0x79,0x4a,0xff,0xe,0x8c,0x5d, + 0xff,0xe,0x8d,0x5d,0xff,0xd,0x8e,0x5e,0xff,0x11,0x94,0x64,0xff,0x25,0xa4,0x79, + 0xff,0x31,0xb0,0x87,0xff,0x3c,0xbb,0x92,0xff,0x45,0xc3,0x9a,0xff,0x4b,0xc9,0xa0, + 0xff,0x51,0xcf,0xa7,0xff,0x53,0xd1,0xa9,0xff,0x53,0xd2,0xa6,0xff,0x52,0xd1,0xa4, + 0xff,0x52,0xd0,0xa3,0xff,0x51,0xd0,0xa3,0xff,0x52,0xd1,0xa0,0xff,0x50,0xcd,0x9e, + 0xff,0x4e,0xc8,0x99,0xff,0x4b,0xc3,0x8f,0xff,0x4a,0xbe,0x88,0xff,0x42,0xae,0x82, + 0xff,0x3c,0xa3,0x7c,0xff,0x3a,0xa1,0x7a,0xff,0x3c,0xa3,0x79,0xff,0x46,0xb9,0x7f, + 0xff,0x48,0xbe,0x81,0xff,0x48,0xbf,0x86,0xff,0x4a,0xc4,0x89,0xff,0x4b,0xc7,0x8a, + 0xff,0x4a,0xc8,0x88,0xff,0x49,0xc6,0x85,0xff,0x49,0xc5,0x84,0xff,0x48,0xc4,0x81, + 0xff,0x48,0xc4,0x7f,0xff,0x48,0xc4,0x7f,0xff,0x47,0xc4,0x7d,0xff,0x47,0xc3,0x7c, + 0xff,0x45,0xc1,0x78,0xff,0x3e,0xba,0x64,0xff,0x3a,0xb7,0x61,0xff,0x3a,0xb8,0x63, + 0xff,0x40,0xbd,0x6c,0xff,0x44,0xc0,0x74,0xff,0x42,0xbe,0x72,0xff,0x41,0xbd,0x70, + 0xff,0x3f,0xbc,0x71,0xff,0x40,0xbb,0x70,0xff,0x3e,0xbd,0x69,0xff,0x35,0xa8,0x6c, + 0xff,0xd,0x49,0x66,0xff,0x0,0x3a,0x7b,0xff,0x0,0x65,0xbc,0xff,0x0,0x7e,0xe1, + 0xff,0x0,0x8e,0xf4,0xff,0x0,0x90,0xf8,0xff,0x0,0x83,0xed,0xff,0x0,0x70,0xd7, + 0xff,0x0,0x5b,0xb4,0xff,0x3,0x3d,0x78,0xff,0xe,0x58,0x63,0xff,0x23,0x9c,0x46, + 0xff,0x1f,0x98,0x43,0xff,0x1b,0x95,0x3f,0xff,0x19,0x92,0x3e,0xff,0x16,0x8f,0x36, + 0xff,0x12,0x8c,0x30,0xff,0xf,0x89,0x31,0xff,0xa,0x86,0x2a,0xff,0x6,0x80,0x2b, + 0xff,0x2,0x7e,0x20,0xff,0x0,0x7c,0x1c,0xff,0x0,0x76,0x1b,0xff,0x0,0x74,0x15, + 0xff,0x0,0x72,0x9,0xff,0x0,0x6e,0x6,0xff,0x0,0x6b,0x0,0xff,0x0,0x69,0x0, + 0xff,0x0,0x65,0x0,0xff,0x0,0x66,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0, + 0xff,0x0,0x65,0x0,0xff,0x0,0x66,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0, + 0xff,0x0,0x5c,0x0,0xff,0x0,0x4d,0x0,0xff,0x0,0x40,0x0,0xff,0x0,0x22,0x0, + 0xff,0x0,0x17,0x0,0xff,0x83,0x97,0x8a,0xff,0xfd,0xfc,0xfb,0xff,0xf6,0xf5,0xf3, + 0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf2,0xf2,0xf2,0xff,0xf2,0xf3,0xf2, + 0xff,0xf2,0xf2,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf2,0xff,0xf0,0xf0,0xf0, + 0xff,0xf1,0xf1,0xf0,0xff,0xef,0xef,0xef,0xff,0xf2,0xf1,0xf1,0xff,0xe9,0xe9,0xe8, + 0xff,0xa0,0xa0,0xa1,0xff,0x70,0x6f,0x6d,0xff,0xbf,0xb7,0xa5,0xff,0xfc,0xf9,0xf1, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfc,0xff,0xb2,0x9c,0x6e,0xff,0xb0,0x9b,0x6d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x51,0x51,0x51,0x51, + 0xff,0x7a,0x7a,0x7a,0xff,0xfe,0xfe,0xfe,0xff,0xf2,0xf2,0xf2,0xff,0xf2,0xf2,0xf2, + 0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf2,0xf2,0xf2,0xff,0xf2,0xf2,0xf2, + 0xff,0xf2,0xf2,0xf2,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf9,0xfa,0xfa, + 0xff,0xd4,0xd0,0xcd,0xff,0x3e,0x29,0x13,0xff,0x25,0x4,0x0,0xff,0x4f,0x15,0x0, + 0xff,0x63,0x1f,0x0,0xff,0x70,0x23,0x0,0xff,0x73,0x27,0x0,0xff,0x75,0x2a,0x0, + 0xff,0x79,0x2c,0x0,0xff,0x7b,0x2f,0x0,0xff,0x7f,0x32,0x0,0xff,0x83,0x35,0x0, + 0xff,0x86,0x38,0x0,0xff,0x89,0x3c,0x0,0xff,0x8c,0x3e,0x0,0xff,0x8e,0x42,0x0, + 0xff,0x90,0x43,0x0,0xff,0x94,0x45,0x0,0xff,0x97,0x49,0x0,0xff,0x97,0x4a,0x0, + 0xff,0x72,0x38,0x0,0xff,0x66,0x32,0x0,0xff,0x69,0x33,0x0,0xff,0x6c,0x36,0x0, + 0xff,0x6d,0x38,0x0,0xff,0x6f,0x38,0x0,0xff,0x71,0x3a,0x0,0xff,0x72,0x3d,0x0, + 0xff,0x74,0x3e,0x0,0xff,0x76,0x3f,0x0,0xff,0x78,0x41,0x0,0xff,0x7a,0x42,0x0, + 0xff,0x7b,0x44,0x0,0xff,0x7d,0x45,0x0,0xff,0x7f,0x46,0x0,0xff,0x83,0x49,0x0, + 0xff,0x99,0x58,0x0,0xff,0xbe,0x77,0x0,0xff,0xce,0x88,0x0,0xff,0xcb,0x86,0x0, + 0xff,0xce,0x89,0x0,0xff,0xce,0x8b,0x0,0xff,0xd0,0x8d,0x0,0xff,0xd2,0x8f,0x0, + 0xff,0xd4,0x90,0x0,0xff,0xd8,0x93,0x0,0xff,0xc9,0x8c,0x0,0xff,0x76,0x64,0x3f, + 0xff,0x56,0x5a,0x60,0xff,0xad,0xac,0xac,0xff,0xd7,0xd6,0xd6,0xff,0xc6,0xc5,0xc5, + 0xff,0xbb,0xbb,0xb8,0xff,0xae,0xad,0xac,0xff,0xa1,0xa0,0x9f,0xff,0x94,0x93,0x92, + 0xff,0x84,0x83,0x81,0xff,0x6d,0x6e,0x71,0xff,0x6f,0x67,0x55,0xff,0xbf,0x8f,0x0, + 0xff,0xee,0xaa,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe5,0xa6,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa8,0x0, + 0xff,0xe5,0xa8,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa8,0x0, + 0xff,0xe6,0xa8,0x0,0xff,0xe1,0xa3,0x0,0xff,0xdf,0x9e,0x0,0xff,0xdf,0x9e,0x0, + 0xff,0xde,0x9d,0x0,0xff,0xe2,0xa4,0x0,0xff,0xe7,0xac,0x0,0xff,0xe6,0xab,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe7,0xab,0x0,0xff,0xe8,0xad,0x0,0xff,0xe7,0xac,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe6,0xac,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe6,0xa8,0x0, + 0xff,0xe4,0xa5,0x0,0xff,0xe2,0xa0,0x0,0xff,0xe0,0x9d,0x0,0xff,0xdf,0x97,0x0, + 0xff,0xdd,0x95,0x0,0xff,0xd9,0x90,0x0,0xff,0xd9,0x8d,0x0,0xff,0xd7,0x89,0x0, + 0xff,0xd7,0x86,0x0,0xff,0xd6,0x84,0x0,0xff,0xd4,0x81,0x0,0xff,0xd3,0x80,0x0, + 0xff,0xe3,0xac,0x4a,0xff,0xf3,0xd7,0xb1,0xff,0xf6,0xe3,0xc5,0xff,0xf6,0xe3,0xc5, + 0xff,0xf7,0xe3,0xc7,0xff,0xf7,0xe5,0xc8,0xff,0xf7,0xe5,0xca,0xff,0xff,0xef,0xd4, + 0xff,0xb5,0xaf,0x91,0xff,0x33,0x40,0x1d,0xff,0xf,0x81,0x51,0xff,0xd,0x8e,0x5e, + 0xff,0xe,0x8d,0x5f,0xff,0xd,0x8e,0x5e,0xff,0x12,0x95,0x65,0xff,0x23,0xa3,0x78, + 0xff,0x30,0xae,0x85,0xff,0x3b,0xb9,0x90,0xff,0x43,0xc2,0x98,0xff,0x49,0xc9,0x9f, + 0xff,0x4f,0xce,0xa4,0xff,0x53,0xd2,0xa6,0xff,0x53,0xd1,0xa6,0xff,0x53,0xd0,0xa4, + 0xff,0x51,0xd0,0xa3,0xff,0x52,0xd0,0xa1,0xff,0x4f,0xcd,0x9e,0xff,0x4e,0xc7,0x95, + 0xff,0x47,0xb9,0x89,0xff,0x30,0x8c,0x79,0xff,0x1b,0x61,0x69,0xff,0x13,0x4e,0x61, + 0xff,0x10,0x49,0x5c,0xff,0xf,0x48,0x5c,0xff,0x10,0x4a,0x5c,0xff,0x15,0x57,0x63, + 0xff,0x22,0x72,0x6c,0xff,0x38,0x9f,0x77,0xff,0x47,0xbc,0x7f,0xff,0x48,0xc3,0x83, + 0xff,0x4a,0xc6,0x87,0xff,0x4a,0xc6,0x85,0xff,0x49,0xc5,0x82,0xff,0x48,0xc4,0x81, + 0xff,0x48,0xc4,0x7f,0xff,0x47,0xc3,0x7f,0xff,0x47,0xc4,0x7b,0xff,0x47,0xc3,0x7a, + 0xff,0x46,0xc2,0x79,0xff,0x40,0xbd,0x6e,0xff,0x39,0xb7,0x61,0xff,0x3a,0xb7,0x60, + 0xff,0x3c,0xb9,0x66,0xff,0x43,0xbf,0x72,0xff,0x44,0xc0,0x73,0xff,0x41,0xbe,0x71, + 0xff,0x40,0xbd,0x6e,0xff,0x3f,0xbd,0x6c,0xff,0x3d,0xb9,0x6c,0xff,0x24,0x7f,0x6d, + 0xff,0x2,0x38,0x76,0xff,0x0,0x6f,0xc4,0xff,0x0,0x9b,0xfe,0xff,0x0,0xac,0xff, + 0xff,0x0,0xb2,0xff,0xff,0x0,0xb3,0xff,0xff,0x0,0xaa,0xff,0xff,0x0,0x9b,0xff, + 0xff,0x0,0x7d,0xe7,0xff,0x0,0x5b,0xb4,0xff,0x8,0x41,0x68,0xff,0x1a,0x84,0x54, + 0xff,0x21,0x99,0x40,0xff,0x1c,0x94,0x3f,0xff,0x1a,0x90,0x3d,0xff,0x16,0x8d,0x34, + 0xff,0x14,0x8b,0x31,0xff,0xf,0x88,0x2f,0xff,0x8,0x83,0x2e,0xff,0x6,0x80,0x24, + 0xff,0x0,0x7d,0x1f,0xff,0x0,0x7a,0x1d,0xff,0x0,0x77,0x16,0xff,0x0,0x73,0xf, + 0xff,0x0,0x71,0xd,0xff,0x0,0x6d,0x3,0xff,0x0,0x6a,0x0,0xff,0x0,0x67,0x0, + 0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0, + 0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x66,0x0,0xff,0x0,0x66,0x0, + 0xff,0x0,0x5e,0x0,0xff,0x0,0x4c,0x0,0xff,0x0,0x46,0x0,0xff,0x0,0x44,0x0, + 0xff,0x0,0x21,0x0,0xff,0x2,0x2d,0xa,0xff,0x88,0x9a,0x8f,0xff,0xf4,0xf4,0xf3, + 0xff,0xf2,0xf2,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf2,0xff,0xf2,0xf1,0xf0, + 0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf1,0xff,0xf1,0xf1,0xf0,0xff,0xef,0xef,0xee, + 0xff,0xef,0xef,0xee,0xff,0xef,0xef,0xee,0xff,0xef,0xee,0xec,0xff,0xf1,0xf1,0xef, + 0xff,0xe3,0xe3,0xe3,0xff,0x92,0x92,0x93,0xff,0x6c,0x6b,0x69,0xff,0xcc,0xc9,0xc5, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xb1,0x9b,0x6d,0xff,0xb1,0x9b,0x6e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0x49,0x51,0x51,0x51, + 0xff,0x78,0x78,0x78,0xff,0xff,0xff,0xff,0xff,0xf2,0xf2,0xf2,0xff,0xf3,0xf3,0xf3, + 0xff,0xf2,0xf2,0xf2,0xff,0xf2,0xf2,0xf2,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3, + 0xff,0xf2,0xf2,0xf2,0xff,0xf2,0xf2,0xf2,0xff,0xf2,0xf2,0xf2,0xff,0xfb,0xfc,0xfd, + 0xff,0xc7,0xc0,0xbc,0xff,0x18,0x2,0x0,0xff,0x2f,0x7,0x0,0xff,0x58,0x19,0x0, + 0xff,0x65,0x20,0x0,0xff,0x6f,0x23,0x0,0xff,0x71,0x25,0x0,0xff,0x74,0x29,0x0, + 0xff,0x78,0x2c,0x0,0xff,0x7b,0x2e,0x0,0xff,0x7f,0x32,0x0,0xff,0x83,0x34,0x0, + 0xff,0x85,0x37,0x0,0xff,0x89,0x3b,0x0,0xff,0x8b,0x3d,0x0,0xff,0x8d,0x3f,0x0, + 0xff,0x91,0x43,0x0,0xff,0x93,0x45,0x0,0xff,0x96,0x48,0x0,0xff,0x8c,0x45,0x0, + 0xff,0x68,0x32,0x0,0xff,0x64,0x2f,0x0,0xff,0x66,0x32,0x0,0xff,0x68,0x34,0x0, + 0xff,0x6a,0x35,0x0,0xff,0x6c,0x36,0x0,0xff,0x6e,0x37,0x0,0xff,0x6f,0x3a,0x0, + 0xff,0x71,0x3a,0x0,0xff,0x73,0x3d,0x0,0xff,0x74,0x3d,0x0,0xff,0x76,0x3f,0x0, + 0xff,0x79,0x42,0x0,0xff,0x7b,0x43,0x0,0xff,0x7d,0x44,0x0,0xff,0x7c,0x45,0x0, + 0xff,0x80,0x49,0x0,0xff,0xa4,0x66,0x0,0xff,0xc8,0x83,0x0,0xff,0xcd,0x87,0x0, + 0xff,0xcb,0x88,0x0,0xff,0xcd,0x89,0x0,0xff,0xce,0x8a,0x0,0xff,0xcf,0x8c,0x0, + 0xff,0xd1,0x8e,0x0,0xff,0xd8,0x93,0x0,0xff,0xbf,0x87,0x0,0xff,0x62,0x5a,0x49, + 0xff,0x64,0x67,0x6a,0xff,0xbf,0xbe,0xbe,0xff,0xdd,0xdd,0xdd,0xff,0xce,0xcd,0xcd, + 0xff,0xc5,0xc4,0xc4,0xff,0xbb,0xba,0xb8,0xff,0xae,0xad,0xac,0xff,0xa2,0xa1,0xa0, + 0xff,0x94,0x93,0x92,0xff,0x84,0x82,0x80,0xff,0x6e,0x6e,0x72,0xff,0x70,0x68,0x57, + 0xff,0xc1,0x91,0x0,0xff,0xed,0xa9,0x0,0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa6,0x0, + 0xff,0xe4,0xa5,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa6,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe1,0xa2,0x0,0xff,0xde,0x9c,0x0,0xff,0xde,0x9d,0x0,0xff,0xde,0x9e,0x0, + 0xff,0xe3,0xa3,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xab,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe6,0xab,0x0,0xff,0xe7,0xac,0x0,0xff,0xe7,0xac,0x0, + 0xff,0xe7,0xaa,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe5,0xa5,0x0,0xff,0xe3,0xa2,0x0, + 0xff,0xe1,0x9f,0x0,0xff,0xe0,0x9b,0x0,0xff,0xdf,0x98,0x0,0xff,0xdd,0x94,0x0, + 0xff,0xda,0x91,0x0,0xff,0xda,0x8e,0x0,0xff,0xd9,0x8b,0x0,0xff,0xd6,0x87,0x0, + 0xff,0xd5,0x85,0x0,0xff,0xd4,0x82,0x0,0xff,0xd3,0x80,0x0,0xff,0xd2,0x7e,0x0, + 0xff,0xe1,0xab,0x45,0xff,0xf2,0xd7,0xab,0xff,0xf5,0xe2,0xc3,0xff,0xf6,0xe2,0xc3, + 0xff,0xf6,0xe2,0xc5,0xff,0xf6,0xe4,0xc4,0xff,0xf7,0xe4,0xc7,0xff,0xff,0xec,0xd2, + 0xff,0xbd,0xb5,0x9b,0xff,0x37,0x44,0x21,0xff,0xf,0x78,0x4a,0xff,0xd,0x8e,0x5e, + 0xff,0xe,0x8d,0x5e,0xff,0xe,0x8f,0x5e,0xff,0x10,0x92,0x64,0xff,0x1f,0x9f,0x73, + 0xff,0x2c,0xab,0x80,0xff,0x38,0xb7,0x8c,0xff,0x41,0xc1,0x96,0xff,0x49,0xc6,0x9d, + 0xff,0x4e,0xcd,0xa3,0xff,0x52,0xd0,0xa6,0xff,0x53,0xd1,0xa4,0xff,0x51,0xd0,0xa3, + 0xff,0x52,0xcf,0xa2,0xff,0x51,0xcf,0x9e,0xff,0x4d,0xc5,0x96,0xff,0x37,0x9b,0x82, + 0xff,0x15,0x57,0x68,0xff,0x6,0x3c,0x5f,0xff,0x0,0x3a,0x73,0xff,0x0,0x45,0x8c, + 0xff,0x0,0x4d,0x9c,0xff,0x0,0x4e,0x9e,0xff,0x0,0x4d,0x9c,0xff,0x0,0x3f,0x81, + 0xff,0x4,0x39,0x65,0xff,0xb,0x44,0x5e,0xff,0x23,0x72,0x6f,0xff,0x41,0xb2,0x7a, + 0xff,0x49,0xc3,0x82,0xff,0x49,0xc6,0x86,0xff,0x49,0xc6,0x83,0xff,0x48,0xc5,0x82, + 0xff,0x48,0xc3,0x7f,0xff,0x47,0xc3,0x7d,0xff,0x47,0xc3,0x7c,0xff,0x45,0xc2,0x79, + 0xff,0x46,0xc2,0x79,0xff,0x43,0xbf,0x71,0xff,0x3a,0xb7,0x64,0xff,0x39,0xb6,0x61, + 0xff,0x38,0xb6,0x61,0xff,0x42,0xbe,0x6d,0xff,0x43,0xbf,0x71,0xff,0x41,0xbd,0x6f, + 0xff,0x40,0xbb,0x6e,0xff,0x40,0xbb,0x6c,0xff,0x3b,0xb2,0x6e,0xff,0x19,0x62,0x6f, + 0xff,0xa,0x55,0x92,0xff,0x0,0xa4,0xff,0xff,0x0,0xbd,0xff,0xff,0x0,0xbe,0xff, + 0xff,0x0,0xbe,0xff,0xff,0x0,0xba,0xff,0xff,0x0,0xb7,0xff,0xff,0x0,0xb3,0xff, + 0xff,0x0,0xa4,0xff,0xff,0x0,0x6c,0xd2,0xff,0x7,0x47,0x7a,0xff,0x15,0x6a,0x62, + 0xff,0x20,0x9a,0x3c,0xff,0x1c,0x93,0x3e,0xff,0x1a,0x8f,0x37,0xff,0x15,0x8b,0x34, + 0xff,0x12,0x88,0x30,0xff,0x10,0x86,0x2c,0xff,0xa,0x81,0x28,0xff,0x4,0x7f,0x22, + 0xff,0x0,0x7c,0x1c,0xff,0x0,0x79,0x1b,0xff,0x0,0x75,0x17,0xff,0x0,0x71,0xf, + 0xff,0x0,0x6f,0x2,0xff,0x0,0x6c,0x0,0xff,0x0,0x6a,0x0,0xff,0x0,0x67,0x0, + 0xff,0x0,0x64,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0, + 0xff,0x0,0x65,0x0,0xff,0x0,0x64,0x0,0xff,0x0,0x5f,0x0,0xff,0x0,0x58,0x0, + 0xff,0x0,0x51,0x0,0xff,0x0,0x4b,0x0,0xff,0x0,0x3f,0x0,0xff,0x0,0x30,0x0, + 0xff,0x0,0x1e,0x0,0xff,0x0,0x11,0x0,0xff,0x28,0x4c,0x32,0xff,0xd8,0xdd,0xd9, + 0xff,0xf3,0xf3,0xf2,0xff,0xf2,0xf1,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf1, + 0xff,0xf0,0xf0,0xee,0xff,0xf0,0xf0,0xef,0xff,0xee,0xef,0xed,0xff,0xef,0xee,0xec, + 0xff,0xee,0xee,0xeb,0xff,0xee,0xee,0xeb,0xff,0xed,0xed,0xea,0xff,0xec,0xec,0xeb, + 0xff,0xed,0xed,0xec,0xff,0xd8,0xd8,0xd6,0xff,0x8b,0x8c,0x8b,0xff,0x72,0x71,0x71, + 0xff,0xd9,0xd8,0xd8,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xb1,0x9b,0x6d,0xff,0xb1,0x9b,0x6e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x7d,0x56,0x56,0x56, + 0xff,0x8e,0x8e,0x8e,0xff,0xfd,0xfd,0xfd,0xff,0xf2,0xf2,0xf1,0xff,0xf2,0xf2,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1, + 0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf3,0xff,0xfc,0xfd,0xff, + 0xff,0xc2,0xbb,0xb6,0xff,0x7,0x0,0x0,0xff,0x36,0xc,0x0,0xff,0x59,0x19,0x0, + 0xff,0x66,0x1f,0x0,0xff,0x6f,0x23,0x0,0xff,0x70,0x25,0x0,0xff,0x75,0x28,0x0, + 0xff,0x78,0x2b,0x0,0xff,0x7b,0x2d,0x0,0xff,0x7e,0x30,0x0,0xff,0x83,0x35,0x0, + 0xff,0x85,0x37,0x0,0xff,0x87,0x39,0x0,0xff,0x8b,0x3c,0x0,0xff,0x8e,0x3e,0x0, + 0xff,0x90,0x41,0x0,0xff,0x91,0x44,0x0,0xff,0x96,0x48,0x0,0xff,0x7b,0x3a,0x0, + 0xff,0x61,0x2e,0x0,0xff,0x60,0x2d,0x0,0xff,0x63,0x2f,0x0,0xff,0x64,0x30,0x0, + 0xff,0x65,0x31,0x0,0xff,0x68,0x34,0x0,0xff,0x6a,0x36,0x0,0xff,0x6b,0x37,0x0, + 0xff,0x6d,0x38,0x0,0xff,0x6f,0x3b,0x0,0xff,0x70,0x3d,0x0,0xff,0x72,0x3e,0x0, + 0xff,0x75,0x3f,0x0,0xff,0x77,0x41,0x0,0xff,0x79,0x42,0x0,0xff,0x7a,0x43,0x0, + 0xff,0x7c,0x46,0x0,0xff,0x88,0x56,0x0,0xff,0xa8,0x6e,0x0,0xff,0xc6,0x82,0x0, + 0xff,0xcc,0x86,0x0,0xff,0xcc,0x87,0x0,0xff,0xcd,0x89,0x0,0xff,0xce,0x8b,0x0, + 0xff,0xd0,0x8c,0x0,0xff,0xd7,0x91,0x0,0xff,0xb6,0x83,0x0,0xff,0x51,0x51,0x51, + 0xff,0x71,0x71,0x72,0xff,0xcc,0xcb,0xcb,0xff,0xe3,0xe3,0xe3,0xff,0xd6,0xd6,0xd6, + 0xff,0xce,0xce,0xce,0xff,0xc5,0xc4,0xc4,0xff,0xbb,0xba,0xb8,0xff,0xaf,0xae,0xad, + 0xff,0xa1,0xa0,0x9f,0xff,0x95,0x94,0x92,0xff,0x83,0x82,0x82,0xff,0x6e,0x6e,0x71, + 0xff,0x70,0x69,0x5a,0xff,0xc2,0x91,0x0,0xff,0xea,0xa7,0x0,0xff,0xe4,0xa4,0x0, + 0xff,0xe4,0xa5,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa6,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe0,0x9f,0x0, + 0xff,0xdf,0x9d,0x0,0xff,0xdf,0x9d,0x0,0xff,0xdf,0x9c,0x0,0xff,0xe1,0xa2,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe7,0xaa,0x0, + 0xff,0xe7,0xaa,0x0,0xff,0xe7,0xab,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe5,0xa8,0x0, + 0xff,0xe4,0xa6,0x0,0xff,0xe3,0xa4,0x0,0xff,0xe2,0xa1,0x0,0xff,0xe1,0x9e,0x0, + 0xff,0xde,0x9a,0x0,0xff,0xdd,0x97,0x0,0xff,0xdc,0x95,0x0,0xff,0xda,0x90,0x0, + 0xff,0xda,0x8e,0x0,0xff,0xd9,0x8a,0x0,0xff,0xd8,0x88,0x0,0xff,0xd7,0x85,0x0, + 0xff,0xd4,0x82,0x0,0xff,0xd3,0x81,0x0,0xff,0xd2,0x7e,0x0,0xff,0xd2,0x7d,0x0, + 0xff,0xde,0x9f,0x22,0xff,0xef,0xd2,0xa3,0xff,0xf5,0xe0,0xc1,0xff,0xf6,0xe1,0xc2, + 0xff,0xf6,0xe1,0xc3,0xff,0xf7,0xe3,0xc4,0xff,0xf7,0xe2,0xc6,0xff,0xfd,0xe9,0xcd, + 0xff,0xdb,0xcd,0xb2,0xff,0x41,0x4c,0x2a,0xff,0x15,0x6a,0x3d,0xff,0xe,0x8c,0x5c, + 0xff,0xe,0x8d,0x5e,0xff,0xb,0x8e,0x5e,0xff,0xa,0x8f,0x61,0xff,0x16,0x9a,0x6c, + 0xff,0x25,0xa7,0x7a,0xff,0x32,0xb3,0x87,0xff,0x3d,0xbe,0x93,0xff,0x46,0xc6,0x9b, + 0xff,0x4d,0xcc,0xa0,0xff,0x52,0xd1,0xa4,0xff,0x52,0xd0,0xa3,0xff,0x51,0xd0,0xa1, + 0xff,0x52,0xce,0xa0,0xff,0x4c,0xc3,0x94,0xff,0x32,0x8d,0x80,0xff,0x8,0x3d,0x61, + 0xff,0x0,0x40,0x7b,0xff,0x0,0x5e,0xb5,0xff,0x0,0x6c,0xc9,0xff,0x0,0x6d,0xcc, + 0xff,0x0,0x6e,0xcf,0xff,0x0,0x6c,0xcf,0xff,0x0,0x6d,0xcf,0xff,0x0,0x68,0xcb, + 0xff,0x0,0x62,0xc1,0xff,0x0,0x4c,0x98,0xff,0x3,0x36,0x66,0xff,0x19,0x5f,0x6a, + 0xff,0x3d,0xac,0x77,0xff,0x4a,0xc5,0x82,0xff,0x49,0xc5,0x82,0xff,0x48,0xc4,0x7f, + 0xff,0x48,0xc3,0x7e,0xff,0x46,0xc3,0x7d,0xff,0x47,0xc2,0x7c,0xff,0x46,0xc2,0x78, + 0xff,0x45,0xc1,0x77,0xff,0x45,0xc0,0x74,0xff,0x3f,0xbc,0x69,0xff,0x38,0xb6,0x61, + 0xff,0x37,0xb5,0x60,0xff,0x3d,0xba,0x69,0xff,0x41,0xbe,0x6f,0xff,0x41,0xbd,0x70, + 0xff,0x40,0xba,0x6f,0xff,0x3f,0xba,0x6b,0xff,0x3b,0xb1,0x6c,0xff,0x16,0x5e,0x71, + 0xff,0x23,0x6a,0xa3,0xff,0x3a,0xd0,0xff,0xff,0x0,0xbe,0xff,0xff,0x0,0xc3,0xff, + 0xff,0x0,0xc3,0xff,0xff,0x0,0xbf,0xff,0xff,0x0,0xba,0xff,0xff,0x0,0xb5,0xff, + 0xff,0x0,0xb0,0xff,0xff,0x13,0x90,0xeb,0xff,0xa,0x47,0x7b,0xff,0x17,0x6f,0x64, + 0xff,0x1f,0x98,0x33,0xff,0x1b,0x90,0x39,0xff,0x19,0x8c,0x39,0xff,0x14,0x8b,0x31, + 0xff,0x11,0x87,0x2c,0xff,0xe,0x84,0x2a,0xff,0x8,0x80,0x24,0xff,0x4,0x7d,0x22, + 0xff,0x1,0x7b,0x1b,0xff,0x0,0x78,0x19,0xff,0x0,0x74,0x11,0xff,0x0,0x72,0x9, + 0xff,0x0,0x6e,0x6,0xff,0x0,0x6c,0x0,0xff,0x0,0x69,0x0,0xff,0x0,0x66,0x0, + 0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0,0xff,0x0,0x65,0x0, + 0xff,0x0,0x61,0x0,0xff,0x0,0x59,0x0,0xff,0x0,0x52,0x0,0xff,0x0,0x4f,0x0, + 0xff,0x0,0x43,0x0,0xff,0x0,0x2d,0x0,0xff,0x0,0x1f,0x0,0xff,0x0,0x17,0x0, + 0xff,0x12,0x3b,0x1d,0xff,0x89,0x9b,0x8f,0xff,0xd3,0xd8,0xd4,0xff,0xec,0xed,0xec, + 0xff,0xf1,0xf1,0xf0,0xff,0xf1,0xf1,0xef,0xff,0xf1,0xf1,0xef,0xff,0xf0,0xf0,0xed, + 0xff,0xee,0xef,0xee,0xff,0xee,0xee,0xec,0xff,0xee,0xed,0xeb,0xff,0xed,0xed,0xeb, + 0xff,0xec,0xec,0xea,0xff,0xeb,0xeb,0xe9,0xff,0xea,0xea,0xe9,0xff,0xe9,0xe9,0xe7, + 0xff,0xe9,0xe9,0xe6,0xff,0xea,0xeb,0xe8,0xff,0xd1,0xd0,0xcf,0xff,0x89,0x88,0x88, + 0xff,0x76,0x77,0x77,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfc,0xff,0xb2,0x9c,0x6e,0xff,0xb2,0x9c,0x6e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x56,0x56,0x56,0x87,0x59,0x59,0x59, + 0xff,0x9c,0x9c,0x9a,0xff,0xfc,0xfc,0xfa,0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf2,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf2,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf4,0xf5,0xf3,0xff,0xf2,0xf2,0xf0, + 0xff,0x9a,0x8d,0x84,0xff,0xd,0x0,0x0,0xff,0x39,0xc,0x0,0xff,0x58,0x18,0x0, + 0xff,0x66,0x1f,0x0,0xff,0x6d,0x22,0x0,0xff,0x70,0x23,0x0,0xff,0x74,0x28,0x0, + 0xff,0x76,0x2b,0x0,0xff,0x7a,0x2d,0x0,0xff,0x7d,0x30,0x0,0xff,0x82,0x34,0x0, + 0xff,0x84,0x36,0x0,0xff,0x86,0x38,0x0,0xff,0x89,0x3a,0x0,0xff,0x8d,0x3e,0x0, + 0xff,0x8f,0x40,0x0,0xff,0x92,0x44,0x0,0xff,0x90,0x42,0x0,0xff,0x67,0x30,0x0, + 0xff,0x5c,0x2a,0x0,0xff,0x5e,0x2b,0x0,0xff,0x60,0x2d,0x0,0xff,0x63,0x2f,0x0, + 0xff,0x63,0x2f,0x0,0xff,0x65,0x31,0x0,0xff,0x67,0x34,0x0,0xff,0x69,0x36,0x0, + 0xff,0x6b,0x37,0x0,0xff,0x6d,0x38,0x0,0xff,0x6e,0x3b,0x0,0xff,0x6f,0x3b,0x0, + 0xff,0x72,0x3d,0x0,0xff,0x72,0x3d,0x0,0xff,0x75,0x40,0x0,0xff,0x77,0x41,0x0, + 0xff,0x7b,0x47,0x0,0xff,0x84,0x52,0x0,0xff,0x89,0x58,0x0,0xff,0xa3,0x6a,0x0, + 0xff,0xc3,0x80,0x0,0xff,0xcb,0x87,0x0,0xff,0xcc,0x88,0x0,0xff,0xce,0x89,0x0, + 0xff,0xce,0x8b,0x0,0xff,0xd6,0x8f,0x0,0xff,0xaf,0x7e,0x0,0xff,0x42,0x49,0x54, + 0xff,0x86,0x86,0x86,0xff,0xe2,0xe2,0xe2,0xff,0xe8,0xe8,0xe8,0xff,0xde,0xde,0xde, + 0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc5,0xc3,0xc3,0xff,0xba,0xba,0xb8, + 0xff,0xaf,0xae,0xac,0xff,0xa1,0xa0,0x9f,0xff,0x94,0x93,0x91,0xff,0x84,0x83,0x81, + 0xff,0x6e,0x6e,0x71,0xff,0x6e,0x67,0x58,0xff,0xc1,0x92,0x0,0xff,0xe8,0xa7,0x0, + 0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe4,0xa6,0x0,0xff,0xe5,0xa5,0x0, + 0xff,0xe5,0xa6,0x0,0xff,0xe4,0xa3,0x0,0xff,0xde,0x9e,0x0,0xff,0xdd,0x9c,0x0, + 0xff,0xde,0x9d,0x0,0xff,0xdd,0x9b,0x0,0xff,0xe2,0xa1,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe5,0xa9,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe5,0xa5,0x0,0xff,0xe3,0xa2,0x0, + 0xff,0xe1,0xa1,0x0,0xff,0xe1,0x9e,0x0,0xff,0xe0,0x9b,0x0,0xff,0xde,0x98,0x0, + 0xff,0xdc,0x95,0x0,0xff,0xdb,0x92,0x0,0xff,0xda,0x8f,0x0,0xff,0xda,0x8d,0x0, + 0xff,0xd7,0x8a,0x0,0xff,0xd6,0x86,0x0,0xff,0xd6,0x85,0x0,0xff,0xd4,0x82,0x0, + 0xff,0xd2,0x80,0x0,0xff,0xd2,0x7f,0x0,0xff,0xd1,0x7e,0x0,0xff,0xd0,0x7b,0x0, + 0xff,0xda,0x95,0x0,0xff,0xed,0xcb,0x99,0xff,0xf5,0xdf,0xbd,0xff,0xf5,0xe1,0xc0, + 0xff,0xf5,0xe1,0xc1,0xff,0xf6,0xe1,0xc1,0xff,0xf6,0xe3,0xc4,0xff,0xf6,0xe2,0xc6, + 0xff,0xfe,0xef,0xd3,0xff,0x5a,0x63,0x42,0xff,0x1a,0x4c,0x22,0xff,0x10,0x8b,0x5a, + 0xff,0xe,0x8d,0x5f,0xff,0xb,0x8e,0x5e,0xff,0x7,0x8f,0x5f,0xff,0xe,0x92,0x64, + 0xff,0x1d,0xa1,0x73,0xff,0x2e,0xae,0x83,0xff,0x3b,0xb9,0x8d,0xff,0x43,0xc2,0x98, + 0xff,0x4c,0xca,0x9e,0xff,0x51,0xd0,0xa2,0xff,0x52,0xd1,0xa3,0xff,0x52,0xcf,0xa2, + 0xff,0x4e,0xcb,0x9b,0xff,0x38,0x99,0x86,0xff,0x6,0x3b,0x68,0xff,0x0,0x4d,0x92, + 0xff,0x0,0x6e,0xca,0xff,0x0,0x73,0xd1,0xff,0x0,0x76,0xd7,0xff,0x0,0x81,0xe3, + 0xff,0x0,0x8d,0xf0,0xff,0x0,0x8e,0xf3,0xff,0x0,0x7e,0xe2,0xff,0x0,0x73,0xd8, + 0xff,0x0,0x6f,0xd4,0xff,0x0,0x6b,0xd3,0xff,0x0,0x57,0xaa,0xff,0x2,0x33,0x67, + 0xff,0x21,0x6f,0x6f,0xff,0x45,0xbe,0x7e,0xff,0x49,0xc6,0x82,0xff,0x48,0xc5,0x80, + 0xff,0x46,0xc3,0x7e,0xff,0x47,0xc4,0x7b,0xff,0x46,0xc2,0x7a,0xff,0x46,0xc2,0x79, + 0xff,0x46,0xc1,0x77,0xff,0x45,0xc1,0x77,0xff,0x41,0xbe,0x6f,0xff,0x39,0xb7,0x5f, + 0xff,0x38,0xb6,0x5d,0xff,0x3a,0xb7,0x62,0xff,0x40,0xbc,0x6f,0xff,0x40,0xbc,0x71, + 0xff,0x3f,0xbb,0x6c,0xff,0x3e,0xba,0x6b,0xff,0x3b,0xb4,0x6a,0xff,0x1b,0x72,0x75, + 0xff,0x30,0x6a,0x9d,0xff,0x6c,0xdd,0xff,0xff,0x0,0xc6,0xff,0xff,0x0,0xc8,0xff, + 0xff,0x0,0xc8,0xff,0xff,0x0,0xc3,0xff,0xff,0x0,0xbd,0xff,0xff,0x0,0xb6,0xff, + 0xff,0x21,0xbb,0xff,0xff,0x57,0xac,0xde,0xff,0xa,0x4b,0x77,0xff,0x1b,0x81,0x57, + 0xff,0x1d,0x94,0x36,0xff,0x1a,0x8e,0x38,0xff,0x17,0x8c,0x30,0xff,0x12,0x88,0x30, + 0xff,0xf,0x85,0x2b,0xff,0xc,0x82,0x27,0xff,0x6,0x7f,0x22,0xff,0x3,0x7c,0x1d, + 0xff,0x0,0x7a,0x18,0xff,0x0,0x77,0x16,0xff,0x0,0x74,0xf,0xff,0x0,0x71,0x5, + 0xff,0x0,0x6e,0x4,0xff,0x0,0x6b,0x0,0xff,0x0,0x68,0x0,0xff,0x0,0x66,0x0, + 0xff,0x0,0x64,0x0,0xff,0x0,0x63,0x0,0xff,0x0,0x60,0x0,0xff,0x0,0x59,0x0, + 0xff,0x0,0x54,0x0,0xff,0x0,0x4f,0x0,0xff,0x0,0x45,0x0,0xff,0x0,0x2d,0x0, + 0xff,0x0,0x1f,0x0,0xff,0x0,0x1a,0x0,0xff,0x11,0x37,0x1b,0xff,0x84,0x96,0x89, + 0xff,0xdc,0xdf,0xdd,0xff,0xf2,0xf1,0xef,0xff,0xf5,0xf5,0xf4,0xff,0xf2,0xf2,0xef, + 0xff,0xf1,0xf1,0xef,0xff,0xf0,0xf0,0xed,0xff,0xf0,0xf0,0xee,0xff,0xee,0xee,0xed, + 0xff,0xee,0xec,0xec,0xff,0xed,0xed,0xea,0xff,0xec,0xec,0xe9,0xff,0xeb,0xeb,0xe9, + 0xff,0xea,0xea,0xe9,0xff,0xe9,0xe9,0xe7,0xff,0xe7,0xe6,0xe5,0xff,0xe6,0xe6,0xe3, + 0xff,0xe5,0xe4,0xe3,0xff,0xe3,0xe2,0xe1,0xff,0xe6,0xe5,0xe4,0xff,0xc1,0xc0,0xc0, + 0xff,0x7a,0x7b,0x7b,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfb,0xff,0xb1,0x9d,0x6f,0xff,0xb1,0x9b,0x6d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x87,0x58,0x58,0x58, + 0xff,0x9c,0x9c,0x9b,0xff,0xfc,0xfc,0xfb,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf2, + 0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf3,0xf3,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf4,0xf5,0xf3,0xff,0xf0,0xf0,0xef, + 0xff,0x95,0x89,0x80,0xff,0x10,0x0,0x0,0xff,0x3c,0xd,0x0,0xff,0x58,0x17,0x0, + 0xff,0x66,0x1d,0x0,0xff,0x6c,0x22,0x0,0xff,0x6e,0x25,0x0,0xff,0x74,0x27,0x0, + 0xff,0x76,0x2a,0x0,0xff,0x79,0x2c,0x0,0xff,0x7c,0x2e,0x0,0xff,0x80,0x32,0x0, + 0xff,0x83,0x35,0x0,0xff,0x86,0x38,0x0,0xff,0x88,0x39,0x0,0xff,0x8b,0x3d,0x0, + 0xff,0x8d,0x3e,0x0,0xff,0x93,0x42,0x0,0xff,0x7d,0x39,0x0,0xff,0x5a,0x29,0x0, + 0xff,0x5a,0x28,0x0,0xff,0x5b,0x29,0x0,0xff,0x5d,0x2b,0x0,0xff,0x5e,0x2c,0x0, + 0xff,0x61,0x2e,0x0,0xff,0x62,0x2f,0x0,0xff,0x65,0x32,0x0,0xff,0x66,0x34,0x0, + 0xff,0x68,0x35,0x0,0xff,0x6a,0x36,0x0,0xff,0x6c,0x38,0x0,0xff,0x6d,0x3a,0x0, + 0xff,0x6e,0x3a,0x0,0xff,0x70,0x3b,0x0,0xff,0x71,0x3e,0x0,0xff,0x73,0x3d,0x0, + 0xff,0x7a,0x46,0x0,0xff,0x82,0x53,0x0,0xff,0x84,0x54,0x0,0xff,0x85,0x56,0x0, + 0xff,0x9b,0x65,0x0,0xff,0xc0,0x7e,0x0,0xff,0xca,0x86,0x0,0xff,0xcc,0x88,0x0, + 0xff,0xce,0x89,0x0,0xff,0xca,0x86,0x0,0xff,0x95,0x70,0x1a,0xff,0x42,0x48,0x50, + 0xff,0x96,0x96,0x95,0xff,0xf4,0xf4,0xf3,0xff,0xec,0xec,0xea,0xff,0xe4,0xe4,0xe4, + 0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc4,0xc3,0xc3, + 0xff,0xba,0xba,0xb8,0xff,0xae,0xad,0xac,0xff,0xa2,0xa1,0x9f,0xff,0x93,0x92,0x91, + 0xff,0x84,0x82,0x81,0xff,0x71,0x70,0x71,0xff,0x6c,0x66,0x5a,0xff,0xc2,0x91,0x0, + 0xff,0xe7,0xa6,0x0,0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa4,0x0,0xff,0xe4,0xa6,0x0, + 0xff,0xe2,0xa3,0x0,0xff,0xdd,0x9b,0x0,0xff,0xdd,0x9c,0x0,0xff,0xdd,0x9b,0x0, + 0xff,0xdd,0x9b,0x0,0xff,0xe2,0xa2,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe6,0xa8,0x0, + 0xff,0xe5,0xa8,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe6,0xa8,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe4,0xa3,0x0,0xff,0xe3,0xa1,0x0,0xff,0xe2,0x9e,0x0, + 0xff,0xe0,0x9b,0x0,0xff,0xdf,0x9a,0x0,0xff,0xde,0x97,0x0,0xff,0xdc,0x93,0x0, + 0xff,0xdb,0x92,0x0,0xff,0xdb,0x8f,0x0,0xff,0xda,0x8c,0x0,0xff,0xd9,0x8a,0x0, + 0xff,0xd7,0x87,0x0,0xff,0xd5,0x85,0x0,0xff,0xd3,0x83,0x0,0xff,0xd3,0x80,0x0, + 0xff,0xd2,0x7e,0x0,0xff,0xd1,0x7e,0x0,0xff,0xd1,0x7d,0x0,0xff,0xd1,0x7c,0x0, + 0xff,0xd7,0x8a,0x0,0xff,0xec,0xc6,0x8d,0xff,0xf5,0xdd,0xbb,0xff,0xf5,0xe0,0xbf, + 0xff,0xf6,0xe0,0xc0,0xff,0xf5,0xe0,0xc0,0xff,0xf7,0xe2,0xc3,0xff,0xf6,0xe2,0xc6, + 0xff,0xff,0xea,0xce,0xff,0xad,0xa8,0x89,0xff,0x30,0x43,0x1e,0xff,0x18,0x68,0x3c, + 0xff,0xe,0x8c,0x5d,0xff,0xd,0x8e,0x5e,0xff,0xa,0x8f,0x5f,0xff,0xa,0x8f,0x61, + 0xff,0x14,0x98,0x6a,0xff,0x27,0xa8,0x7b,0xff,0x36,0xb6,0x89,0xff,0x3f,0xbf,0x93, + 0xff,0x4a,0xc8,0x9c,0xff,0x50,0xcf,0xa1,0xff,0x52,0xcf,0xa2,0xff,0x53,0xd0,0xa0, + 0xff,0x48,0xbb,0x95,0xff,0x17,0x5c,0x72,0xff,0x0,0x48,0x89,0xff,0x0,0x74,0xd1, + 0xff,0x0,0x80,0xdf,0xff,0x0,0x9c,0xfd,0xff,0x0,0xaf,0xff,0xff,0x0,0xb4,0xff, + 0xff,0x0,0xb2,0xff,0xff,0x0,0xb0,0xff,0xff,0x0,0xaf,0xff,0xff,0x0,0xa9,0xff, + 0xff,0x0,0x90,0xf7,0xff,0x0,0x74,0xd9,0xff,0x0,0x6c,0xd6,0xff,0x0,0x52,0xa5, + 0xff,0xa,0x40,0x67,0xff,0x34,0x9a,0x7a,0xff,0x4b,0xc9,0x80,0xff,0x48,0xc4,0x80, + 0xff,0x46,0xc3,0x7c,0xff,0x47,0xc3,0x7c,0xff,0x46,0xc2,0x7a,0xff,0x46,0xc1,0x79, + 0xff,0x45,0xc1,0x75,0xff,0x45,0xc0,0x74,0xff,0x43,0xbf,0x6d,0xff,0x3b,0xb9,0x62, + 0xff,0x38,0xb5,0x5f,0xff,0x37,0xb4,0x5e,0xff,0x3f,0xbb,0x6c,0xff,0x42,0xbc,0x6f, + 0xff,0x3e,0xb9,0x6a,0xff,0x3c,0xb7,0x6a,0xff,0x3d,0xb8,0x66,0xff,0x30,0x9c,0x70, + 0xff,0x10,0x4d,0x82,0xff,0x4b,0x91,0xc2,0xff,0x73,0xdf,0xff,0xff,0x33,0xd4,0xff, + 0xff,0x0,0xcf,0xff,0xff,0x0,0xca,0xff,0xff,0xf,0xc3,0xff,0xff,0x3a,0xc6,0xff, + 0xff,0x65,0xbe,0xec,0xff,0x1b,0x59,0x8d,0xff,0x13,0x65,0x70,0xff,0x20,0x95,0x35, + 0xff,0x1b,0x8f,0x37,0xff,0x18,0x8c,0x35,0xff,0x15,0x8a,0x2d,0xff,0x13,0x86,0x2d, + 0xff,0x10,0x85,0x27,0xff,0xa,0x81,0x26,0xff,0x4,0x7d,0x1e,0xff,0x1,0x7b,0x1a, + 0xff,0x0,0x77,0x18,0xff,0x0,0x75,0xe,0xff,0x0,0x72,0xc,0xff,0x0,0x70,0x3, + 0xff,0x0,0x6c,0x0,0xff,0x0,0x6a,0x0,0xff,0x0,0x68,0x0,0xff,0x0,0x65,0x0, + 0xff,0x0,0x5f,0x0,0xff,0x0,0x59,0x0,0xff,0x0,0x54,0x0,0xff,0x0,0x4e,0x0, + 0xff,0x0,0x45,0x0,0xff,0x0,0x30,0x0,0xff,0x0,0x1e,0x0,0xff,0x1,0x20,0x0, + 0xff,0x24,0x48,0x2d,0xff,0x98,0xa7,0x9d,0xff,0xe4,0xe5,0xe3,0xff,0xf3,0xf2,0xf2, + 0xff,0xf3,0xf3,0xf2,0xff,0xf1,0xf1,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf0,0xf0,0xee, + 0xff,0xf0,0xf0,0xee,0xff,0xef,0xef,0xed,0xff,0xed,0xed,0xec,0xff,0xee,0xed,0xec, + 0xff,0xed,0xec,0xe9,0xff,0xea,0xea,0xe9,0xff,0xe9,0xe9,0xe8,0xff,0xe9,0xe9,0xe7, + 0xff,0xe8,0xe7,0xe5,0xff,0xe6,0xe6,0xe3,0xff,0xe4,0xe4,0xe2,0xff,0xe3,0xe2,0xe1, + 0xff,0xe1,0xe0,0xdd,0xff,0xde,0xde,0xda,0xff,0xdb,0xdb,0xd8,0xff,0xde,0xdd,0xdc, + 0xff,0xb6,0xb5,0xb5,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfc,0xff,0xff,0xfe,0xfe,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xff,0xfe,0xfc,0xff,0xb2,0x9c,0x6e,0xff,0xb1,0x9d,0x6f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x81,0x58,0x58,0x58, + 0xff,0x97,0x97,0x96,0xff,0xfc,0xfc,0xfb,0xff,0xf2,0xf2,0xf1,0xff,0xf2,0xf2,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf4,0xf4,0xf3,0xff,0xf0,0xf0,0xee, + 0xff,0x90,0x85,0x7d,0xff,0x11,0x0,0x0,0xff,0x3f,0xd,0x0,0xff,0x57,0x16,0x0, + 0xff,0x65,0x1d,0x0,0xff,0x6c,0x21,0x0,0xff,0x6e,0x23,0x0,0xff,0x72,0x27,0x0, + 0xff,0x76,0x29,0x0,0xff,0x78,0x2b,0x0,0xff,0x7b,0x2f,0x0,0xff,0x7f,0x30,0x0, + 0xff,0x82,0x34,0x0,0xff,0x85,0x37,0x0,0xff,0x87,0x3a,0x0,0xff,0x8a,0x3b,0x0, + 0xff,0x8c,0x3e,0x0,0xff,0x90,0x41,0x0,0xff,0x67,0x2e,0x0,0xff,0x54,0x24,0x0, + 0xff,0x57,0x26,0x0,0xff,0x59,0x28,0x0,0xff,0x5a,0x29,0x0,0xff,0x5c,0x2c,0x0, + 0xff,0x5e,0x2e,0x0,0xff,0x5f,0x2f,0x0,0xff,0x61,0x31,0x0,0xff,0x63,0x31,0x0, + 0xff,0x65,0x33,0x0,0xff,0x67,0x34,0x0,0xff,0x69,0x35,0x0,0xff,0x6a,0x38,0x0, + 0xff,0x6c,0x38,0x0,0xff,0x6d,0x3b,0x0,0xff,0x6e,0x3a,0x0,0xff,0x70,0x3d,0x0, + 0xff,0x76,0x43,0x0,0xff,0x7f,0x4f,0x0,0xff,0x80,0x52,0x0,0xff,0x81,0x53,0x0, + 0xff,0x82,0x53,0x0,0xff,0x98,0x63,0x0,0xff,0xbd,0x7b,0x0,0xff,0xc8,0x82,0x0, + 0xff,0xc9,0x83,0x0,0xff,0xc0,0x80,0x0,0xff,0x78,0x64,0x37,0xff,0x4e,0x51,0x58, + 0xff,0xb0,0xb0,0xb0,0xff,0xff,0xff,0xff,0xff,0xee,0xee,0xed,0xff,0xe9,0xe9,0xe8, + 0xff,0xe4,0xe4,0xe4,0xff,0xde,0xde,0xde,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd, + 0xff,0xc5,0xc5,0xc3,0xff,0xbb,0xba,0xb8,0xff,0xaf,0xae,0xac,0xff,0xa2,0xa1,0x9f, + 0xff,0x93,0x93,0x92,0xff,0x86,0x83,0x82,0xff,0x72,0x71,0x71,0xff,0x6d,0x67,0x5b, + 0xff,0xc2,0x92,0x0,0xff,0xe7,0xa5,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe0,0x9f,0x0, + 0xff,0xdd,0x9b,0x0,0xff,0xdd,0x9c,0x0,0xff,0xdd,0x9a,0x0,0xff,0xdd,0x9c,0x0, + 0xff,0xe2,0xa2,0x0,0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa8,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe6,0xa7,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe4,0xa5,0x0, + 0xff,0xe3,0xa2,0x0,0xff,0xe1,0x9f,0x0,0xff,0xe0,0x9c,0x0,0xff,0xe1,0x9b,0x0, + 0xff,0xde,0x98,0x0,0xff,0xde,0x96,0x0,0xff,0xdd,0x93,0x0,0xff,0xda,0x90,0x0, + 0xff,0xd8,0x8e,0x0,0xff,0xd8,0x8d,0x0,0xff,0xd7,0x8a,0x0,0xff,0xd6,0x88,0x0, + 0xff,0xd5,0x85,0x0,0xff,0xd4,0x82,0x0,0xff,0xd3,0x80,0x0,0xff,0xd3,0x7e,0x0, + 0xff,0xd0,0x7c,0x0,0xff,0xd1,0x7c,0x0,0xff,0xcf,0x79,0x0,0xff,0xd0,0x7a,0x0, + 0xff,0xd5,0x8c,0x0,0xff,0xec,0xc7,0x8f,0xff,0xf4,0xdd,0xb9,0xff,0xf5,0xdd,0xbe, + 0xff,0xf5,0xde,0xbe,0xff,0xf5,0xe1,0xbf,0xff,0xf5,0xe1,0xc2,0xff,0xf6,0xe2,0xc3, + 0xff,0xf6,0xe2,0xc5,0xff,0xfe,0xe9,0xcb,0xff,0x98,0x96,0x77,0xff,0x2a,0x3e,0x18, + 0xff,0x17,0x6f,0x42,0xff,0xc,0x90,0x60,0xff,0xb,0x8e,0x60,0xff,0x8,0x90,0x5e, + 0xff,0xb,0x93,0x63,0xff,0x1f,0xa2,0x74,0xff,0x31,0xb3,0x85,0xff,0x3d,0xbd,0x8f, + 0xff,0x48,0xc7,0x9b,0xff,0x4f,0xcc,0x9f,0xff,0x51,0xd0,0xa1,0xff,0x51,0xcf,0x9f, + 0xff,0x3b,0xa0,0x8c,0xff,0x3,0x3c,0x72,0xff,0x0,0x65,0xb2,0xff,0x0,0x8f,0xf0, + 0xff,0x0,0xb2,0xff,0xff,0x0,0xb9,0xff,0xff,0x0,0xb8,0xff,0xff,0x0,0xb9,0xff, + 0xff,0x0,0xb8,0xff,0xff,0x0,0xb5,0xff,0xff,0x0,0xb3,0xff,0xff,0x0,0xb1,0xff, + 0xff,0x0,0xaf,0xff,0xff,0x0,0xa2,0xff,0xff,0x0,0x7b,0xe6,0xff,0x0,0x64,0xc3, + 0xff,0x0,0x3e,0x85,0xff,0x28,0x7d,0x73,0xff,0x49,0xc5,0x7f,0xff,0x48,0xc5,0x7f, + 0xff,0x47,0xc3,0x7d,0xff,0x47,0xc3,0x7a,0xff,0x46,0xc2,0x78,0xff,0x46,0xc1,0x77, + 0xff,0x44,0xc0,0x74,0xff,0x44,0xc0,0x72,0xff,0x43,0xbf,0x71,0xff,0x3e,0xba,0x69, + 0xff,0x39,0xb6,0x5e,0xff,0x38,0xb4,0x5c,0xff,0x3d,0xb8,0x69,0xff,0x3f,0xba,0x6c, + 0xff,0x3e,0xb8,0x6a,0xff,0x3d,0xb6,0x67,0xff,0x3c,0xb6,0x66,0xff,0x39,0xb1,0x64, + 0xff,0x27,0x8a,0x74,0xff,0x10,0x52,0x85,0xff,0x36,0x79,0xad,0xff,0x70,0xbd,0xe7, + 0xff,0x79,0xd3,0xfa,0xff,0x73,0xd1,0xfa,0xff,0x76,0xc8,0xf1,0xff,0x51,0x97,0xc7, + 0xff,0x1a,0x5a,0x8e,0xff,0x14,0x5f,0x7b,0xff,0x20,0x8c,0x49,0xff,0x1f,0x91,0x37, + 0xff,0x1c,0x8e,0x33,0xff,0x19,0x8b,0x32,0xff,0x14,0x87,0x2e,0xff,0x11,0x85,0x29, + 0xff,0xe,0x82,0x27,0xff,0xb,0x7f,0x22,0xff,0x2,0x7b,0x1c,0xff,0x0,0x79,0x1b, + 0xff,0x0,0x77,0x17,0xff,0x0,0x74,0xb,0xff,0x0,0x72,0x9,0xff,0x0,0x6f,0x0, + 0xff,0x0,0x6c,0x0,0xff,0x0,0x69,0x0,0xff,0x0,0x62,0x0,0xff,0x0,0x59,0x0, + 0xff,0x0,0x52,0x0,0xff,0x0,0x4c,0x0,0xff,0x0,0x42,0x0,0xff,0x0,0x2a,0x0, + 0xff,0x0,0x18,0x0,0xff,0x1,0x26,0x4,0xff,0x24,0x48,0x30,0xff,0x9a,0xa9,0x9f, + 0xff,0xf0,0xf0,0xf0,0xff,0xf5,0xf4,0xf4,0xff,0xf0,0xf0,0xf0,0xff,0xf0,0xef,0xef, + 0xff,0xef,0xef,0xef,0xff,0xf0,0xef,0xef,0xff,0xef,0xef,0xef,0xff,0xee,0xee,0xee, + 0xff,0xed,0xed,0xed,0xff,0xed,0xec,0xec,0xff,0xeb,0xeb,0xea,0xff,0xeb,0xeb,0xea, + 0xff,0xe8,0xe9,0xe9,0xff,0xe8,0xe7,0xe7,0xff,0xe8,0xe7,0xe5,0xff,0xe5,0xe5,0xe4, + 0xff,0xe4,0xe3,0xe2,0xff,0xe1,0xe1,0xe0,0xff,0xdf,0xdf,0xdd,0xff,0xdd,0xdd,0xda, + 0xff,0xdb,0xdb,0xd8,0xff,0xd8,0xd7,0xd6,0xff,0xd6,0xd5,0xd3,0xff,0xd8,0xd7,0xd4, + 0xff,0xe7,0xe6,0xe4,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xff,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xb2,0x9c,0x6f,0xff,0xb2,0x9c,0x6f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x56,0x51,0x51,0x51, + 0xff,0x78,0x78,0x78,0xff,0xff,0xff,0xfe,0xff,0xf3,0xf3,0xf1,0xff,0xf3,0xf3,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf2,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf5,0xf5,0xf4,0xff,0xe7,0xe5,0xe4, + 0xff,0x71,0x60,0x56,0xff,0x15,0x0,0x0,0xff,0x3e,0xd,0x0,0xff,0x57,0x17,0x0, + 0xff,0x65,0x1d,0x0,0xff,0x6b,0x1f,0x0,0xff,0x6d,0x22,0x0,0xff,0x72,0x26,0x0, + 0xff,0x75,0x28,0x0,0xff,0x77,0x2a,0x0,0xff,0x7a,0x2e,0x0,0xff,0x7e,0x31,0x0, + 0xff,0x81,0x32,0x0,0xff,0x84,0x36,0x0,0xff,0x86,0x38,0x0,0xff,0x8a,0x3b,0x0, + 0xff,0x8f,0x3e,0x0,0xff,0x80,0x38,0x0,0xff,0x58,0x26,0x0,0xff,0x51,0x22,0x0, + 0xff,0x52,0x24,0x0,0xff,0x55,0x27,0x0,0xff,0x57,0x28,0x0,0xff,0x59,0x2a,0x0, + 0xff,0x5a,0x2b,0x0,0xff,0x5b,0x2c,0x0,0xff,0x5d,0x2e,0x0,0xff,0x5f,0x30,0x0, + 0xff,0x60,0x31,0x0,0xff,0x62,0x32,0x0,0xff,0x64,0x33,0x0,0xff,0x66,0x35,0x0, + 0xff,0x67,0x36,0x0,0xff,0x69,0x37,0x0,0xff,0x6a,0x3a,0x0,0xff,0x6b,0x3a,0x0, + 0xff,0x72,0x42,0x0,0xff,0x7c,0x4e,0x0,0xff,0x7d,0x4e,0x0,0xff,0x7f,0x4f,0x0, + 0xff,0x7e,0x4f,0x0,0xff,0x80,0x4f,0x0,0xff,0x94,0x5d,0x0,0xff,0xba,0x77,0x0, + 0xff,0xcb,0x81,0x0,0xff,0xb9,0x7c,0x0,0xff,0x5f,0x57,0x49,0xff,0x62,0x64,0x66, + 0xff,0xc7,0xc7,0xc7,0xff,0xff,0xff,0xff,0xff,0xf3,0xf3,0xf3,0xff,0xee,0xee,0xed, + 0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd5,0xd5, + 0xff,0xd0,0xce,0xce,0xff,0xc4,0xc4,0xc4,0xff,0xba,0xb9,0xb8,0xff,0xaf,0xaf,0xac, + 0xff,0xa3,0xa1,0x9f,0xff,0x94,0x93,0x92,0xff,0x85,0x83,0x81,0xff,0x71,0x70,0x70, + 0xff,0x6c,0x66,0x5a,0xff,0xc2,0x90,0x0,0xff,0xe3,0x9e,0x0,0xff,0xdd,0x9a,0x0, + 0xff,0xdd,0x9a,0x0,0xff,0xde,0x9b,0x0,0xff,0xde,0x9c,0x0,0xff,0xe2,0xa2,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa7,0x0, + 0xff,0xe5,0xa6,0x0,0xff,0xe4,0xa4,0x0,0xff,0xe3,0xa1,0x0,0xff,0xe3,0xa0,0x0, + 0xff,0xe1,0x9d,0x0,0xff,0xe0,0x9a,0x0,0xff,0xde,0x98,0x0,0xff,0xdd,0x96,0x0, + 0xff,0xdd,0x94,0x0,0xff,0xdc,0x92,0x0,0xff,0xda,0x8f,0x0,0xff,0xd8,0x8b,0x0, + 0xff,0xd7,0x89,0x0,0xff,0xd6,0x87,0x0,0xff,0xd5,0x86,0x0,0xff,0xd5,0x84,0x0, + 0xff,0xd4,0x82,0x0,0xff,0xd3,0x81,0x0,0xff,0xd3,0x7e,0x0,0xff,0xd1,0x7b,0x0, + 0xff,0xd0,0x7a,0x0,0xff,0xcf,0x79,0x0,0xff,0xd1,0x7d,0x0,0xff,0xd8,0x91,0x0, + 0xff,0xe5,0xb5,0x6a,0xff,0xf1,0xd4,0xa7,0xff,0xf3,0xdd,0xba,0xff,0xf4,0xdd,0xbc, + 0xff,0xf4,0xde,0xbd,0xff,0xf5,0xe0,0xbe,0xff,0xf5,0xe0,0xbf,0xff,0xf5,0xe1,0xc2, + 0xff,0xf6,0xe2,0xc3,0xff,0xf5,0xe1,0xc5,0xff,0xff,0xea,0xce,0xff,0x67,0x6d,0x4e, + 0xff,0x21,0x45,0x1c,0xff,0xe,0x8d,0x5e,0xff,0xb,0x8e,0x60,0xff,0x7,0x8f,0x5f, + 0xff,0xa,0x91,0x62,0xff,0x19,0x9d,0x6f,0xff,0x2d,0xad,0x82,0xff,0x3c,0xba,0x8e, + 0xff,0x47,0xc6,0x98,0xff,0x4d,0xcc,0x9e,0xff,0x51,0xcf,0xa0,0xff,0x50,0xcb,0xa0, + 0xff,0x2b,0x83,0x86,0xff,0xa,0x48,0x7e,0xff,0x13,0x92,0xe2,0xff,0x0,0xb7,0xff, + 0xff,0x0,0xbb,0xff,0xff,0x0,0xbb,0xff,0xff,0x0,0xbd,0xff,0xff,0x0,0xbd,0xff, + 0xff,0x0,0xbb,0xff,0xff,0x0,0xba,0xff,0xff,0x0,0xb8,0xff,0xff,0x0,0xb5,0xff, + 0xff,0x0,0xb1,0xff,0xff,0x0,0xb0,0xff,0xff,0x0,0x9e,0xff,0xff,0x0,0x72,0xdb, + 0xff,0x0,0x46,0x96,0xff,0x21,0x6f,0x72,0xff,0x45,0xbd,0x7d,0xff,0x47,0xc6,0x7c, + 0xff,0x47,0xc2,0x7c,0xff,0x46,0xc3,0x79,0xff,0x46,0xc1,0x77,0xff,0x46,0xc1,0x75, + 0xff,0x45,0xc1,0x72,0xff,0x45,0xc0,0x73,0xff,0x45,0xc0,0x75,0xff,0x3e,0xba,0x69, + 0xff,0x39,0xb5,0x5d,0xff,0x38,0xb4,0x5e,0xff,0x3b,0xb5,0x63,0xff,0x3e,0xb8,0x69, + 0xff,0x3d,0xb7,0x69,0xff,0x3c,0xb5,0x65,0xff,0x3b,0xb2,0x62,0xff,0x39,0xb0,0x60, + 0xff,0x37,0xae,0x5c,0xff,0x2d,0x94,0x6b,0xff,0x18,0x66,0x80,0xff,0xe,0x54,0x80, + 0xff,0xc,0x4f,0x81,0xff,0xc,0x4f,0x80,0xff,0xb,0x51,0x7f,0xff,0x11,0x59,0x7f, + 0xff,0x1c,0x75,0x6e,0xff,0x23,0x95,0x3e,0xff,0x21,0x92,0x39,0xff,0x1f,0x8e,0x36, + 0xff,0x1b,0x8b,0x32,0xff,0x18,0x88,0x2d,0xff,0x15,0x86,0x2a,0xff,0x12,0x83,0x25, + 0xff,0xc,0x80,0x23,0xff,0x7,0x7c,0x20,0xff,0x3,0x7b,0x1b,0xff,0x0,0x78,0x14, + 0xff,0x0,0x75,0xe,0xff,0x0,0x74,0x8,0xff,0x0,0x70,0x5,0xff,0x0,0x6b,0x3, + 0xff,0x0,0x64,0x0,0xff,0x0,0x5b,0x0,0xff,0x0,0x53,0x0,0xff,0x0,0x49,0x0, + 0xff,0x0,0x40,0x0,0xff,0x0,0x29,0x0,0xff,0x0,0x16,0x0,0xff,0x3,0x2b,0xc, + 0xff,0x2b,0x4e,0x36,0xff,0x94,0xa3,0x97,0xff,0xf1,0xf1,0xf2,0xff,0xf8,0xf7,0xf8, + 0xff,0xf0,0xf0,0xf0,0xff,0xf1,0xf0,0xf0,0xff,0xf0,0xf0,0xf0,0xff,0xf0,0xef,0xef, + 0xff,0xee,0xee,0xee,0xff,0xed,0xed,0xed,0xff,0xed,0xed,0xed,0xff,0xed,0xec,0xec, + 0xff,0xec,0xeb,0xeb,0xff,0xea,0xe9,0xe9,0xff,0xe8,0xe8,0xea,0xff,0xe8,0xe8,0xe7, + 0xff,0xe6,0xe5,0xe5,0xff,0xe5,0xe4,0xe4,0xff,0xe3,0xe3,0xe1,0xff,0xe1,0xe1,0xdf, + 0xff,0xdf,0xde,0xde,0xff,0xdc,0xdc,0xdb,0xff,0xda,0xd9,0xd9,0xff,0xd8,0xd7,0xd6, + 0xff,0xd5,0xd4,0xd4,0xff,0xd7,0xd4,0xd0,0xff,0xdf,0xd9,0xcc,0xff,0xf9,0xf5,0xef, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfc,0xff,0xb2,0x9c,0x70,0xff,0xb3,0x9d,0x6f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x4e,0x51,0x51,0x51, + 0xff,0x7a,0x7a,0x7a,0xff,0xff,0xff,0xff,0xff,0xf3,0xf3,0xf1,0xff,0xf3,0xf3,0xf1, + 0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf2,0xf1, + 0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf1,0xff,0xf5,0xf5,0xf5,0xff,0xe6,0xe4,0xe1, + 0xff,0x69,0x57,0x4c,0xff,0x16,0x0,0x0,0xff,0x3d,0xc,0x0,0xff,0x57,0x17,0x0, + 0xff,0x65,0x1c,0x0,0xff,0x6a,0x20,0x0,0xff,0x6c,0x22,0x0,0xff,0x71,0x25,0x0, + 0xff,0x73,0x27,0x0,0xff,0x76,0x29,0x0,0xff,0x78,0x2c,0x0,0xff,0x7d,0x31,0x0, + 0xff,0x80,0x32,0x0,0xff,0x82,0x34,0x0,0xff,0x85,0x37,0x0,0xff,0x88,0x39,0x0, + 0xff,0x8b,0x3b,0x0,0xff,0x67,0x2b,0x0,0xff,0x4d,0x20,0x0,0xff,0x4e,0x21,0x0, + 0xff,0x4f,0x22,0x0,0xff,0x51,0x24,0x0,0xff,0x53,0x25,0x0,0xff,0x56,0x27,0x0, + 0xff,0x56,0x27,0x0,0xff,0x58,0x29,0x0,0xff,0x5a,0x2b,0x0,0xff,0x5c,0x2c,0x0, + 0xff,0x5d,0x2d,0x0,0xff,0x5f,0x30,0x0,0xff,0x61,0x31,0x0,0xff,0x62,0x32,0x0, + 0xff,0x65,0x33,0x0,0xff,0x66,0x34,0x0,0xff,0x67,0x37,0x0,0xff,0x67,0x36,0x0, + 0xff,0x6f,0x3f,0x0,0xff,0x78,0x4a,0x0,0xff,0x78,0x49,0x0,0xff,0x7a,0x4a,0x0, + 0xff,0x7a,0x4a,0x0,0xff,0x7c,0x4d,0x0,0xff,0x7c,0x4e,0x0,0xff,0x93,0x5d,0x0, + 0xff,0xbf,0x79,0x0,0xff,0xaa,0x76,0x0,0xff,0x42,0x49,0x56,0xff,0x7c,0x7c,0x7c, + 0xff,0xea,0xe9,0xe9,0xff,0xfe,0xfd,0xfd,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1, + 0xff,0xef,0xef,0xee,0xff,0xe9,0xe9,0xe8,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xce,0xce,0xce,0xff,0xc5,0xc4,0xc4,0xff,0xba,0xba,0xb7, + 0xff,0xaf,0xaf,0xae,0xff,0xa2,0xa1,0xa0,0xff,0x95,0x93,0x92,0xff,0x85,0x83,0x82, + 0xff,0x70,0x70,0x70,0xff,0x6b,0x64,0x59,0xff,0xbc,0x88,0x0,0xff,0xe1,0x9b,0x0, + 0xff,0xdd,0x9b,0x0,0xff,0xe0,0x9e,0x0,0xff,0xe3,0xa2,0x0,0xff,0xe4,0xa5,0x0, + 0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa6,0x0,0xff,0xe5,0xa4,0x0, + 0xff,0xe3,0xa3,0x0,0xff,0xe1,0xa1,0x0,0xff,0xe1,0x9f,0x0,0xff,0xdf,0x9c,0x0, + 0xff,0xde,0x98,0x0,0xff,0xde,0x96,0x0,0xff,0xdd,0x94,0x0,0xff,0xda,0x91,0x0, + 0xff,0xda,0x90,0x0,0xff,0xd8,0x8e,0x0,0xff,0xd8,0x8d,0x0,0xff,0xd7,0x88,0x0, + 0xff,0xd6,0x87,0x0,0xff,0xd5,0x84,0x0,0xff,0xd5,0x84,0x0,0xff,0xd4,0x81,0x0, + 0xff,0xd2,0x7f,0x0,0xff,0xd0,0x7b,0x0,0xff,0xd0,0x79,0x0,0xff,0xd2,0x7d,0x0, + 0xff,0xd2,0x82,0x0,0xff,0xd6,0x8a,0x0,0xff,0xdf,0xa4,0x38,0xff,0xe9,0xc1,0x83, + 0xff,0xf0,0xd3,0xa6,0xff,0xf3,0xdb,0xb4,0xff,0xf4,0xdc,0xb8,0xff,0xf4,0xdd,0xb9, + 0xff,0xf4,0xdd,0xbb,0xff,0xf4,0xdf,0xbb,0xff,0xf5,0xdf,0xbd,0xff,0xf5,0xe0,0xbf, + 0xff,0xf5,0xe1,0xc0,0xff,0xf5,0xe1,0xc2,0xff,0xf8,0xe3,0xc6,0xff,0xcc,0xbf,0xa1, + 0xff,0x24,0x3c,0x15,0xff,0x18,0x75,0x48,0xff,0xa,0x91,0x61,0xff,0x8,0x90,0x5f, + 0xff,0x7,0x8f,0x60,0xff,0x18,0x9b,0x6a,0xff,0x2c,0xad,0x7e,0xff,0x3a,0xb9,0x8d, + 0xff,0x47,0xc4,0x97,0xff,0x4d,0xcb,0x9c,0xff,0x50,0xcf,0x9e,0xff,0x4e,0xca,0x9d, + 0xff,0x24,0x76,0x82,0xff,0x1c,0x5c,0x8f,0xff,0x43,0xcb,0xff,0xff,0x0,0xb8,0xff, + 0xff,0x0,0xbd,0xff,0xff,0x0,0xbf,0xff,0xff,0x0,0xc0,0xff,0xff,0x0,0xc0,0xff, + 0xff,0x0,0xbe,0xff,0xff,0x0,0xbd,0xff,0xff,0x0,0xba,0xff,0xff,0x0,0xb8,0xff, + 0xff,0x0,0xb3,0xff,0xff,0x0,0xaf,0xff,0xff,0x0,0xac,0xff,0xff,0x0,0x8d,0xfb, + 0xff,0x0,0x4b,0x98,0xff,0x1d,0x64,0x72,0xff,0x42,0xb6,0x80,0xff,0x49,0xc6,0x7b, + 0xff,0x47,0xc2,0x7a,0xff,0x46,0xc2,0x79,0xff,0x46,0xc2,0x76,0xff,0x44,0xc0,0x74, + 0xff,0x44,0xbf,0x73,0xff,0x45,0xbf,0x71,0xff,0x43,0xbe,0x70,0xff,0x40,0xbb,0x6a, + 0xff,0x3a,0xb5,0x5d,0xff,0x37,0xb2,0x59,0xff,0x38,0xb1,0x5f,0xff,0x3d,0xb5,0x65, + 0xff,0x3d,0xb4,0x66,0xff,0x3b,0xb1,0x61,0xff,0x3a,0xb0,0x5f,0xff,0x39,0xae,0x5f, + 0xff,0x37,0xab,0x59,0xff,0x36,0xab,0x51,0xff,0x32,0xaa,0x4e,0xff,0x2c,0x97,0x5d, + 0xff,0x20,0x85,0x61,0xff,0x1f,0x80,0x60,0xff,0x1d,0x83,0x56,0xff,0x26,0x96,0x3e, + 0xff,0x26,0x98,0x33,0xff,0x22,0x92,0x38,0xff,0x20,0x8f,0x35,0xff,0x1e,0x8b,0x31, + 0xff,0x1a,0x88,0x2d,0xff,0x17,0x86,0x2a,0xff,0x14,0x83,0x26,0xff,0x12,0x80,0x24, + 0xff,0xe,0x7e,0x20,0xff,0xa,0x7a,0x1a,0xff,0x2,0x79,0x16,0xff,0x0,0x77,0x12, + 0xff,0x0,0x75,0xc,0xff,0x0,0x71,0x6,0xff,0x0,0x68,0x6,0xff,0x0,0x5d,0x0, + 0xff,0x0,0x57,0x0,0xff,0x0,0x4a,0x0,0xff,0x0,0x3f,0x0,0xff,0x0,0x27,0x0, + 0xff,0x0,0x11,0x0,0xff,0x6,0x2c,0x10,0xff,0x44,0x63,0x4c,0xff,0x9a,0xa9,0x9e, + 0xff,0xf0,0xf0,0xf0,0xff,0xfc,0xfb,0xfa,0xff,0xf2,0xf2,0xf0,0xff,0xf0,0xf0,0xef, + 0xff,0xf0,0xef,0xee,0xff,0xee,0xee,0xee,0xff,0xee,0xee,0xee,0xff,0xec,0xec,0xec, + 0xff,0xed,0xec,0xec,0xff,0xeb,0xea,0xea,0xff,0xeb,0xeb,0xe9,0xff,0xe9,0xe9,0xe8, + 0xff,0xe9,0xe9,0xe9,0xff,0xe8,0xe8,0xe8,0xff,0xe5,0xe5,0xe5,0xff,0xe4,0xe4,0xe3, + 0xff,0xe3,0xe3,0xe1,0xff,0xe0,0xe0,0xdf,0xff,0xdf,0xdf,0xdd,0xff,0xdd,0xdd,0xdb, + 0xff,0xd9,0xda,0xd8,0xff,0xd8,0xd6,0xd6,0xff,0xd4,0xd4,0xd3,0xff,0xd8,0xd5,0xd0, + 0xff,0xe0,0xd9,0xcd,0xff,0xee,0xe1,0xca,0xff,0xf2,0xe3,0xca,0xff,0xfc,0xf8,0xf2, + 0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfc, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfc,0xff,0xb3,0x9d,0x71,0xff,0xb2,0x9c,0x70,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x45,0x51,0x51,0x51, + 0xff,0x77,0x77,0x77,0xff,0xf7,0xf7,0xf6,0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf2,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf6,0xf6,0xf6,0xff,0xe4,0xe2,0xe0, + 0xff,0x66,0x54,0x4a,0xff,0x15,0x0,0x0,0xff,0x3d,0xc,0x0,0xff,0x56,0x16,0x0, + 0xff,0x64,0x1c,0x0,0xff,0x69,0x1e,0x0,0xff,0x6b,0x21,0x0,0xff,0x70,0x23,0x0, + 0xff,0x72,0x26,0x0,0xff,0x75,0x29,0x0,0xff,0x79,0x2b,0x0,0xff,0x7c,0x2e,0x0, + 0xff,0x7f,0x31,0x0,0xff,0x82,0x33,0x0,0xff,0x84,0x37,0x0,0xff,0x8a,0x39,0x0, + 0xff,0x78,0x33,0x0,0xff,0x51,0x20,0x0,0xff,0x4a,0x1c,0x0,0xff,0x4c,0x20,0x0, + 0xff,0x4e,0x20,0x0,0xff,0x4f,0x22,0x0,0xff,0x50,0x24,0x0,0xff,0x53,0x26,0x0, + 0xff,0x53,0x26,0x0,0xff,0x56,0x28,0x0,0xff,0x58,0x2a,0x0,0xff,0x59,0x2c,0x0, + 0xff,0x5a,0x2c,0x0,0xff,0x5c,0x2e,0x0,0xff,0x5e,0x2e,0x0,0xff,0x60,0x30,0x0, + 0xff,0x61,0x31,0x0,0xff,0x61,0x32,0x0,0xff,0x63,0x33,0x0,0xff,0x62,0x33,0x0, + 0xff,0x6a,0x3b,0x0,0xff,0x73,0x46,0x0,0xff,0x72,0x46,0x0,0xff,0x74,0x47,0x0, + 0xff,0x77,0x49,0x0,0xff,0x78,0x4a,0x0,0xff,0x7a,0x4c,0x0,0xff,0x7d,0x4e,0x0, + 0xff,0x91,0x5e,0x0,0xff,0x82,0x66,0x2c,0xff,0x48,0x4b,0x51,0xff,0x95,0x95,0x95, + 0xff,0xff,0xff,0xff,0xff,0xfc,0xfb,0xfb,0xff,0xf8,0xf8,0xf8,0xff,0xf5,0xf5,0xf5, + 0xff,0xf3,0xf3,0xf3,0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe5, + 0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc6,0xc3,0xc5, + 0xff,0xba,0xba,0xb9,0xff,0xae,0xae,0xad,0xff,0xa3,0xa2,0xa1,0xff,0x95,0x94,0x92, + 0xff,0x86,0x83,0x82,0xff,0x71,0x71,0x72,0xff,0x6e,0x66,0x57,0xff,0xbc,0x89,0x0, + 0xff,0xe7,0xa1,0x0,0xff,0xe3,0xa4,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe4,0xa4,0x0, + 0xff,0xe4,0xa6,0x0,0xff,0xe4,0xa5,0x0,0xff,0xe3,0xa4,0x0,0xff,0xe2,0xa2,0x0, + 0xff,0xe1,0x9d,0x0,0xff,0xdf,0x9b,0x0,0xff,0xde,0x99,0x0,0xff,0xde,0x97,0x0, + 0xff,0xdc,0x94,0x0,0xff,0xdb,0x93,0x0,0xff,0xdb,0x90,0x0,0xff,0xd8,0x8d,0x0, + 0xff,0xd9,0x8c,0x0,0xff,0xd8,0x8a,0x0,0xff,0xd7,0x89,0x0,0xff,0xd5,0x85,0x0, + 0xff,0xd5,0x85,0x0,0xff,0xd2,0x82,0x0,0xff,0xd3,0x7f,0x0,0xff,0xd1,0x7c,0x0, + 0xff,0xd3,0x80,0x0,0xff,0xd5,0x88,0x0,0xff,0xd8,0x93,0x0,0xff,0xde,0xa3,0x34, + 0xff,0xe4,0xb4,0x60,0xff,0xea,0xc0,0x7e,0xff,0xee,0xcf,0x9d,0xff,0xf2,0xd6,0xae, + 0xff,0xf2,0xda,0xb3,0xff,0xf4,0xda,0xb7,0xff,0xf3,0xdb,0xb6,0xff,0xf3,0xdc,0xb7, + 0xff,0xf4,0xdc,0xb8,0xff,0xf5,0xdd,0xbb,0xff,0xf4,0xde,0xbd,0xff,0xf4,0xdf,0xbf, + 0xff,0xf4,0xdf,0xbe,0xff,0xfc,0xe5,0xc6,0xff,0xff,0xe9,0xcb,0xff,0xdd,0xcd,0xaf, + 0xff,0x2b,0x3d,0x19,0xff,0x1b,0x66,0x3b,0xff,0x9,0x91,0x61,0xff,0xa,0x8f,0x5f, + 0xff,0x7,0x8f,0x5f,0xff,0x17,0x99,0x6b,0xff,0x2b,0xac,0x7d,0xff,0x3a,0xb9,0x8b, + 0xff,0x45,0xc4,0x95,0xff,0x4d,0xca,0x9b,0xff,0x4f,0xcd,0x9d,0xff,0x4f,0xcc,0x9b, + 0xff,0x28,0x81,0x87,0xff,0x2a,0x63,0x94,0xff,0x70,0xe0,0xff,0xff,0x0,0xbb,0xff, + 0xff,0x0,0xc0,0xff,0xff,0x0,0xc3,0xff,0xff,0x0,0xc5,0xff,0xff,0x0,0xc4,0xff, + 0xff,0x0,0xc3,0xff,0xff,0x0,0xbf,0xff,0xff,0x0,0xbd,0xff,0xff,0x0,0xb8,0xff, + 0xff,0x0,0xb5,0xff,0xff,0x0,0xb0,0xff,0xff,0x0,0xb0,0xff,0xff,0x22,0xa4,0xfd, + 0xff,0x1d,0x56,0x91,0xff,0x25,0x7b,0x7a,0xff,0x48,0xc5,0x7c,0xff,0x48,0xc3,0x7b, + 0xff,0x45,0xc2,0x78,0xff,0x46,0xc0,0x78,0xff,0x46,0xc1,0x74,0xff,0x45,0xc0,0x73, + 0xff,0x44,0xbe,0x71,0xff,0x44,0xbd,0x71,0xff,0x42,0xbd,0x6f,0xff,0x40,0xb9,0x6a, + 0xff,0x39,0xb4,0x5e,0xff,0x35,0xaf,0x58,0xff,0x37,0xb0,0x59,0xff,0x3c,0xb2,0x62, + 0xff,0x3c,0xb1,0x61,0xff,0x3a,0xaf,0x5f,0xff,0x39,0xad,0x5d,0xff,0x38,0xab,0x5a, + 0xff,0x36,0xa8,0x56,0xff,0x33,0xa5,0x51,0xff,0x31,0xa3,0x4f,0xff,0x31,0xa3,0x4a, + 0xff,0x28,0x9c,0x36,0xff,0x24,0x97,0x2a,0xff,0x1f,0x93,0x28,0xff,0x21,0x91,0x2e, + 0xff,0x24,0x91,0x3a,0xff,0x22,0x8f,0x35,0xff,0x20,0x8d,0x34,0xff,0x1d,0x89,0x2f, + 0xff,0x19,0x86,0x2a,0xff,0x16,0x84,0x27,0xff,0x12,0x82,0x23,0xff,0x10,0x7f,0x1e, + 0xff,0xb,0x7d,0x1e,0xff,0x8,0x7b,0x1a,0xff,0x2,0x78,0x14,0xff,0x0,0x74,0xf, + 0xff,0x0,0x6c,0xb,0xff,0x0,0x63,0x7,0xff,0x0,0x5b,0x3,0xff,0x0,0x4e,0x0, + 0xff,0x0,0x3d,0x0,0xff,0x0,0x25,0x0,0xff,0x0,0xd,0x0,0xff,0x3,0x28,0xb, + 0xff,0x48,0x65,0x51,0xff,0xa1,0xaf,0xa4,0xff,0xf5,0xf6,0xf3,0xff,0xff,0xfd,0xfd, + 0xff,0xf3,0xf2,0xf1,0xff,0xf0,0xf0,0xef,0xff,0xef,0xef,0xee,0xff,0xef,0xef,0xee, + 0xff,0xef,0xef,0xed,0xff,0xed,0xee,0xec,0xff,0xeb,0xeb,0xea,0xff,0xec,0xeb,0xe9, + 0xff,0xea,0xea,0xe9,0xff,0xea,0xea,0xe9,0xff,0xe9,0xe9,0xe7,0xff,0xe7,0xe7,0xe6, + 0xff,0xe7,0xe6,0xe6,0xff,0xe5,0xe5,0xe3,0xff,0xe3,0xe3,0xe0,0xff,0xe0,0xe1,0xde, + 0xff,0xdf,0xde,0xdd,0xff,0xdc,0xdb,0xdb,0xff,0xda,0xd9,0xd9,0xff,0xd7,0xd7,0xd6, + 0xff,0xd4,0xd4,0xd1,0xff,0xdb,0xd8,0xd4,0xff,0xe6,0xe1,0xda,0xff,0xf0,0xe4,0xd0, + 0xff,0xf2,0xe4,0xc9,0xff,0xf2,0xe3,0xca,0xff,0xf2,0xe2,0xc9,0xff,0xfc,0xf8,0xf0, + 0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfb,0xff,0xb3,0x9e,0x70,0xff,0xb2,0x9c,0x70,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x20,0x52,0x52,0x52, + 0xff,0x71,0x71,0x71,0xff,0xe6,0xe6,0xe4,0xff,0xf4,0xf4,0xf4,0xff,0xf1,0xf1,0xf1, + 0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf3,0xf3,0xf1, + 0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf5,0xf5,0xf5,0xff,0xe9,0xe8,0xe7, + 0xff,0x76,0x66,0x5f,0xff,0x14,0x0,0x0,0xff,0x3d,0xc,0x0,0xff,0x54,0x14,0x0, + 0xff,0x61,0x1a,0x0,0xff,0x68,0x1e,0x0,0xff,0x6a,0x20,0x0,0xff,0x6f,0x22,0x0, + 0xff,0x70,0x23,0x0,0xff,0x74,0x27,0x0,0xff,0x76,0x2a,0x0,0xff,0x7b,0x2d,0x0, + 0xff,0x7e,0x2f,0x0,0xff,0x7f,0x31,0x0,0xff,0x85,0x35,0x0,0xff,0x7e,0x32,0x0, + 0xff,0x57,0x22,0x0,0xff,0x45,0x19,0x0,0xff,0x48,0x1c,0x0,0xff,0x4a,0x1d,0x0, + 0xff,0x4c,0x1e,0x0,0xff,0x4d,0x21,0x0,0xff,0x4f,0x23,0x0,0xff,0x50,0x23,0x0, + 0xff,0x53,0x25,0x0,0xff,0x53,0x26,0x0,0xff,0x55,0x27,0x0,0xff,0x57,0x29,0x0, + 0xff,0x57,0x2a,0x0,0xff,0x5a,0x2b,0x0,0xff,0x5b,0x2b,0x0,0xff,0x5c,0x2d,0x0, + 0xff,0x5d,0x2d,0x0,0xff,0x5e,0x2f,0x0,0xff,0x5f,0x2f,0x0,0xff,0x60,0x30,0x0, + 0xff,0x67,0x37,0x0,0xff,0x6f,0x42,0x0,0xff,0x6f,0x42,0x0,0xff,0x71,0x44,0x0, + 0xff,0x74,0x46,0x0,0xff,0x76,0x4a,0x0,0xff,0x78,0x4b,0x0,0xff,0x7b,0x4c,0x0, + 0xff,0x77,0x4e,0x0,0xff,0x5a,0x56,0x49,0xff,0x5c,0x5c,0x5d,0xff,0xb9,0xb9,0xb9, + 0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf8,0xf8, + 0xff,0xf6,0xf6,0xf6,0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xee,0xff,0xea,0xea,0xe9, + 0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd, + 0xff,0xc5,0xc4,0xc4,0xff,0xba,0xba,0xb9,0xff,0xaf,0xaf,0xad,0xff,0xa3,0xa2,0xa0, + 0xff,0x95,0x93,0x92,0xff,0x84,0x83,0x82,0xff,0x70,0x70,0x71,0xff,0x6f,0x67,0x58, + 0xff,0xc0,0x8f,0x0,0xff,0xee,0xa9,0x0,0xff,0xe4,0xa3,0x0,0xff,0xe4,0xa5,0x0, + 0xff,0xe4,0xa4,0x0,0xff,0xe3,0xa2,0x0,0xff,0xe1,0x9f,0x0,0xff,0xe0,0x9d,0x0, + 0xff,0xde,0x99,0x0,0xff,0xdd,0x97,0x0,0xff,0xdd,0x96,0x0,0xff,0xdb,0x93,0x0, + 0xff,0xd9,0x91,0x0,0xff,0xd8,0x8e,0x0,0xff,0xd7,0x8c,0x0,0xff,0xd6,0x8a,0x0, + 0xff,0xd7,0x88,0x0,0xff,0xd5,0x86,0x0,0xff,0xd6,0x84,0x0,0xff,0xd5,0x83,0x0, + 0xff,0xd3,0x80,0x0,0xff,0xd2,0x7c,0x0,0xff,0xd3,0x82,0x0,0xff,0xd8,0x90,0x0, + 0xff,0xdf,0xa5,0x34,0xff,0xe8,0xbb,0x72,0xff,0xec,0xc8,0x8e,0xff,0xee,0xd0,0x9e, + 0xff,0xf1,0xd5,0xaa,0xff,0xf1,0xd7,0xaf,0xff,0xf2,0xd9,0xb0,0xff,0xf2,0xd8,0xb3, + 0xff,0xf2,0xd9,0xb2,0xff,0xf3,0xda,0xb3,0xff,0xf3,0xd9,0xb4,0xff,0xf3,0xdb,0xb4, + 0xff,0xf4,0xdb,0xb6,0xff,0xf4,0xdb,0xb8,0xff,0xf4,0xdd,0xbb,0xff,0xf6,0xde,0xbe, + 0xff,0xff,0xed,0xcb,0xff,0xe0,0xcd,0xac,0xff,0x9d,0x96,0x77,0xff,0x57,0x59,0x37, + 0xff,0x2a,0x46,0x1f,0xff,0x17,0x76,0x4b,0xff,0xd,0x91,0x60,0xff,0xb,0x8e,0x5e, + 0xff,0x8,0x8e,0x5f,0xff,0x16,0x98,0x6c,0xff,0x2e,0xac,0x7d,0xff,0x3a,0xba,0x8a, + 0xff,0x45,0xc3,0x95,0xff,0x4d,0xca,0x9b,0xff,0x50,0xcd,0x9c,0xff,0x51,0xce,0x9b, + 0xff,0x3a,0xa2,0x92,0xff,0x16,0x4e,0x85,0xff,0x65,0xb8,0xe2,0xff,0x4d,0xda,0xff, + 0xff,0x0,0xbe,0xff,0xff,0x0,0xc6,0xff,0xff,0x0,0xc9,0xff,0xff,0x0,0xc9,0xff, + 0xff,0x0,0xc6,0xff,0xff,0x0,0xc3,0xff,0xff,0x0,0xbe,0xff,0xff,0x0,0xba,0xff, + 0xff,0x0,0xb6,0xff,0xff,0x0,0xae,0xff,0xff,0x1f,0xbf,0xff,0xff,0x54,0xb4,0xec, + 0xff,0x1f,0x54,0x88,0xff,0x2b,0x8f,0x7d,0xff,0x4a,0xca,0x79,0xff,0x46,0xc2,0x7b, + 0xff,0x45,0xc1,0x77,0xff,0x46,0xc0,0x74,0xff,0x43,0xbf,0x73,0xff,0x45,0xbe,0x72, + 0xff,0x44,0xbe,0x70,0xff,0x44,0xbd,0x6e,0xff,0x43,0xbc,0x6d,0xff,0x3f,0xb7,0x68, + 0xff,0x39,0xb1,0x5b,0xff,0x36,0xad,0x56,0xff,0x34,0xad,0x56,0xff,0x3b,0xb1,0x60, + 0xff,0x3b,0xaf,0x5f,0xff,0x3b,0xae,0x5b,0xff,0x38,0xab,0x58,0xff,0x37,0xa8,0x54, + 0xff,0x35,0xa6,0x52,0xff,0x33,0xa4,0x4f,0xff,0x30,0xa1,0x4d,0xff,0x2f,0x9e,0x48, + 0xff,0x29,0x98,0x41,0xff,0x23,0x92,0x32,0xff,0x1e,0x8e,0x2d,0xff,0x1c,0x8b,0x28, + 0xff,0x22,0x8f,0x32,0xff,0x1f,0x8d,0x31,0xff,0x1d,0x8a,0x30,0xff,0x1a,0x86,0x2d, + 0xff,0x15,0x84,0x27,0xff,0x13,0x82,0x24,0xff,0x12,0x80,0x24,0xff,0x10,0x7e,0x1c, + 0xff,0xa,0x7c,0x1d,0xff,0x4,0x78,0x18,0xff,0x0,0x6f,0x10,0xff,0x0,0x68,0xd, + 0xff,0x0,0x60,0xb,0xff,0x0,0x53,0x3,0xff,0x0,0x3f,0x5,0xff,0x0,0x27,0x0, + 0xff,0x0,0xd,0x0,0xff,0x2,0x27,0x8,0xff,0x4d,0x69,0x54,0xff,0xa2,0xaf,0xa5, + 0xff,0xf1,0xf2,0xf0,0xff,0xff,0xff,0xff,0xff,0xf3,0xf2,0xf2,0xff,0xf0,0xf0,0xf0, + 0xff,0xef,0xef,0xee,0xff,0xf0,0xf0,0xed,0xff,0xef,0xef,0xed,0xff,0xee,0xee,0xec, + 0xff,0xec,0xec,0xeb,0xff,0xec,0xeb,0xe9,0xff,0xe9,0xea,0xe9,0xff,0xe9,0xe9,0xe8, + 0xff,0xe9,0xe9,0xe8,0xff,0xe8,0xe8,0xe5,0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe5,0xe2, + 0xff,0xe3,0xe3,0xe0,0xff,0xe1,0xe1,0xde,0xff,0xde,0xde,0xdb,0xff,0xdc,0xdc,0xd9, + 0xff,0xda,0xd9,0xd7,0xff,0xd7,0xd7,0xd4,0xff,0xd4,0xd3,0xd2,0xff,0xdd,0xda,0xd5, + 0xff,0xeb,0xe5,0xdb,0xff,0xf9,0xf0,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xf5,0xe8,0xd0, + 0xff,0xf2,0xe3,0xca,0xff,0xf2,0xe3,0xca,0xff,0xf2,0xe3,0xc8,0xff,0xfc,0xf8,0xf0, + 0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfc, + 0xff,0xfe,0xfd,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xb3,0x9e,0x70,0xff,0xb2,0x9d,0x70,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0xe,0x54,0x54,0x54, + 0xee,0x6a,0x6a,0x6a,0xff,0xd1,0xd1,0xd1,0xff,0xf7,0xf7,0xf7,0xff,0xf1,0xf1,0xf1, + 0xff,0xf1,0xf1,0xf1,0xff,0xf2,0xf2,0xf2,0xff,0xf1,0xf1,0xf1,0xff,0xf2,0xf2,0xf2, + 0xff,0xf2,0xf2,0xf2,0xff,0xf1,0xf1,0xf1,0xff,0xf4,0xf4,0xf4,0xff,0xf0,0xf0,0xf0, + 0xff,0x91,0x85,0x7f,0xff,0x10,0x0,0x0,0xff,0x3c,0xb,0x0,0xff,0x52,0x12,0x0, + 0xff,0x61,0x18,0x0,0xff,0x66,0x1b,0x0,0xff,0x68,0x1d,0x0,0xff,0x6c,0x22,0x0, + 0xff,0x71,0x24,0x0,0xff,0x71,0x24,0x0,0xff,0x75,0x29,0x0,0xff,0x79,0x2a,0x0, + 0xff,0x7c,0x2d,0x0,0xff,0x80,0x31,0x0,0xff,0x80,0x32,0x0,0xff,0x5c,0x23,0x0, + 0xff,0x41,0x17,0x0,0xff,0x42,0x18,0x0,0xff,0x46,0x1a,0x0,0xff,0x47,0x1b,0x0, + 0xff,0x49,0x1f,0x0,0xff,0x4b,0x1f,0x0,0xff,0x4c,0x20,0x0,0xff,0x4d,0x21,0x0, + 0xff,0x4f,0x22,0x0,0xff,0x51,0x23,0x0,0xff,0x52,0x25,0x0,0xff,0x52,0x25,0x0, + 0xff,0x55,0x27,0x0,0xff,0x55,0x28,0x0,0xff,0x57,0x28,0x0,0xff,0x58,0x2a,0x0, + 0xff,0x59,0x2b,0x0,0xff,0x5b,0x2c,0x0,0xff,0x5c,0x2d,0x0,0xff,0x5d,0x2d,0x0, + 0xff,0x64,0x35,0x0,0xff,0x6c,0x40,0x0,0xff,0x6e,0x41,0x0,0xff,0x70,0x43,0x0, + 0xff,0x72,0x47,0x0,0xff,0x73,0x48,0x0,0xff,0x75,0x49,0x0,0xff,0x77,0x4b,0x0, + 0xff,0x6e,0x4f,0x0,0xff,0x4d,0x4f,0x53,0xff,0x75,0x75,0x75,0xff,0xf0,0xf0,0xf0, + 0xff,0xff,0xff,0xff,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf3,0xf3,0xf1,0xff,0xee,0xee,0xed, + 0xff,0xea,0xea,0xe9,0xff,0xe4,0xe4,0xe5,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6, + 0xff,0xcf,0xcd,0xce,0xff,0xc5,0xc4,0xc4,0xff,0xbb,0xbb,0xb9,0xff,0xaf,0xaf,0xae, + 0xff,0xa2,0xa1,0xa0,0xff,0x94,0x93,0x92,0xff,0x84,0x82,0x81,0xff,0x6f,0x6f,0x72, + 0xff,0x70,0x67,0x57,0xff,0xc0,0x8f,0x0,0xff,0xee,0xa9,0x0,0xff,0xe3,0xa4,0x0, + 0xff,0xe2,0xa1,0x0,0xff,0xe1,0x9e,0x0,0xff,0xe0,0x9c,0x0,0xff,0xdf,0x99,0x0, + 0xff,0xdc,0x95,0x0,0xff,0xdc,0x94,0x0,0xff,0xda,0x91,0x0,0xff,0xd9,0x8f,0x0, + 0xff,0xd9,0x8d,0x0,0xff,0xd8,0x8a,0x0,0xff,0xd6,0x88,0x0,0xff,0xd5,0x86,0x0, + 0xff,0xd5,0x84,0x0,0xff,0xd3,0x83,0x0,0xff,0xd4,0x81,0x0,0xff,0xd3,0x7e,0x0, + 0xff,0xd3,0x80,0x0,0xff,0xd9,0x8f,0x0,0xff,0xe0,0xa5,0x37,0xff,0xe9,0xbc,0x74, + 0xff,0xee,0xcb,0x94,0xff,0xf1,0xd4,0xa5,0xff,0xf0,0xd5,0xa9,0xff,0xf2,0xd6,0xac, + 0xff,0xf2,0xd7,0xad,0xff,0xf2,0xd7,0xaf,0xff,0xf2,0xd7,0xaf,0xff,0xf2,0xd7,0xaf, + 0xff,0xf3,0xd7,0xb1,0xff,0xf3,0xd8,0xb2,0xff,0xf2,0xd9,0xb4,0xff,0xf3,0xd9,0xb6, + 0xff,0xf4,0xdb,0xb6,0xff,0xf3,0xda,0xb7,0xff,0xfa,0xe1,0xbe,0xff,0xfe,0xe4,0xc1, + 0xff,0xbc,0xb1,0x8f,0xff,0x5a,0x5c,0x3c,0xff,0x19,0x36,0xd,0xff,0x10,0x52,0x29, + 0xff,0x17,0x75,0x46,0xff,0xd,0x8f,0x60,0xff,0xe,0x8e,0x5d,0xff,0xb,0x8d,0x5c, + 0xff,0xa,0x8f,0x5f,0xff,0x1c,0x9c,0x6e,0xff,0x30,0xae,0x7e,0xff,0x3c,0xba,0x8b, + 0xff,0x48,0xc4,0x95,0xff,0x4d,0xcb,0x99,0xff,0x4f,0xcd,0x99,0xff,0x51,0xcf,0x9b, + 0xff,0x49,0xc1,0x98,0xff,0x15,0x5b,0x83,0xff,0x3a,0x79,0xab,0xff,0x85,0xe5,0xff, + 0xff,0x48,0xd8,0xff,0xff,0x0,0xc7,0xff,0xff,0x0,0xc9,0xff,0xff,0x0,0xcb,0xff, + 0xff,0x0,0xc7,0xff,0xff,0x0,0xc3,0xff,0xff,0x0,0xbf,0xff,0xff,0x0,0xb8,0xff, + 0xff,0x0,0xb4,0xff,0xff,0x33,0xc8,0xff,0xff,0x6d,0xd6,0xff,0xff,0x38,0x75,0xab, + 0xff,0x13,0x5c,0x7d,0xff,0x41,0xb5,0x7d,0xff,0x49,0xc6,0x79,0xff,0x46,0xc0,0x78, + 0xff,0x45,0xc0,0x77,0xff,0x44,0xbf,0x71,0xff,0x43,0xbe,0x70,0xff,0x44,0xbc,0x72, + 0xff,0x44,0xbc,0x6c,0xff,0x43,0xbb,0x6c,0xff,0x42,0xb8,0x6b,0xff,0x3f,0xb6,0x66, + 0xff,0x37,0xaf,0x57,0xff,0x35,0xab,0x54,0xff,0x35,0xab,0x52,0xff,0x3a,0xaf,0x5c, + 0xff,0x39,0xac,0x5b,0xff,0x38,0xab,0x58,0xff,0x37,0xa9,0x55,0xff,0x35,0xa5,0x53, + 0xff,0x34,0xa3,0x4e,0xff,0x30,0xa1,0x49,0xff,0x2f,0x9d,0x47,0xff,0x2d,0x9b,0x44, + 0xff,0x2c,0x98,0x41,0xff,0x23,0x90,0x2d,0xff,0x1e,0x8b,0x28,0xff,0x1c,0x8a,0x25, + 0xff,0x1e,0x8a,0x2a,0xff,0x20,0x8a,0x2d,0xff,0x1d,0x88,0x2a,0xff,0x1b,0x85,0x25, + 0xff,0x17,0x82,0x24,0xff,0x13,0x82,0x22,0xff,0xf,0x80,0x20,0xff,0xd,0x7b,0x1a, + 0xff,0x7,0x72,0x17,0xff,0x5,0x6a,0x12,0xff,0x1,0x63,0x12,0xff,0x0,0x54,0x9, + 0xff,0x0,0x42,0x2,0xff,0x0,0x2b,0x0,0xff,0x0,0x10,0x0,0xff,0x5,0x2b,0xf, + 0xff,0x6b,0x80,0x71,0xff,0xb0,0xbb,0xb1,0xff,0xeb,0xec,0xe9,0xff,0xff,0xff,0xff, + 0xff,0xf4,0xf3,0xf2,0xff,0xf0,0xf0,0xee,0xff,0xf0,0xef,0xed,0xff,0xf0,0xf0,0xed, + 0xff,0xee,0xef,0xee,0xff,0xed,0xed,0xeb,0xff,0xed,0xed,0xeb,0xff,0xec,0xec,0xea, + 0xff,0xeb,0xeb,0xeb,0xff,0xea,0xea,0xea,0xff,0xe9,0xe8,0xe7,0xff,0xe7,0xe7,0xe5, + 0xff,0xe5,0xe5,0xe4,0xff,0xe4,0xe4,0xe1,0xff,0xe3,0xe3,0xe0,0xff,0xe1,0xe0,0xde, + 0xff,0xdf,0xde,0xdc,0xff,0xdc,0xdb,0xd9,0xff,0xd9,0xd8,0xd7,0xff,0xd7,0xd6,0xd5, + 0xff,0xd4,0xd4,0xd0,0xff,0xdc,0xda,0xd3,0xff,0xeb,0xe5,0xda,0xff,0xf9,0xf1,0xe2, + 0xff,0xff,0xf4,0xe5,0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf4,0xe2,0xff,0xf5,0xe6,0xd0, + 0xff,0xf2,0xe2,0xc9,0xff,0xf2,0xe3,0xc8,0xff,0xf1,0xe3,0xc8,0xff,0xfc,0xf8,0xf0, + 0xff,0xfe,0xfe,0xfc,0xff,0xff,0xff,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xff,0xfd,0xfb,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xb3,0x9e,0x70,0xff,0xb3,0x9d,0x6f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0xc,0x55,0x55,0x55, + 0xc9,0x61,0x61,0x61,0xff,0xba,0xba,0xba,0xff,0xfa,0xfa,0xf9,0xff,0xf1,0xf1,0xf0, + 0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf1,0xf1,0xf0, + 0xff,0xf1,0xf1,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf3,0xf2,0xff,0xf0,0xf0,0xef, + 0xff,0x92,0x88,0x7f,0xff,0x11,0x0,0x0,0xff,0x39,0xa,0x0,0xff,0x51,0x11,0x0, + 0xff,0x5f,0x17,0x0,0xff,0x65,0x1a,0x0,0xff,0x67,0x1d,0x0,0xff,0x6b,0x20,0x0, + 0xff,0x6f,0x23,0x0,0xff,0x71,0x24,0x0,0xff,0x74,0x27,0x0,0xff,0x77,0x2a,0x0, + 0xff,0x7c,0x2e,0x0,0xff,0x7f,0x2f,0x0,0xff,0x62,0x24,0x0,0xff,0x3d,0x15,0x0, + 0xff,0x3d,0x15,0x0,0xff,0x41,0x17,0x0,0xff,0x42,0x18,0x0,0xff,0x44,0x1a,0x0, + 0xff,0x45,0x1a,0x0,0xff,0x47,0x1c,0x0,0xff,0x48,0x1d,0x0,0xff,0x4a,0x1f,0x0, + 0xff,0x4b,0x20,0x0,0xff,0x4c,0x21,0x0,0xff,0x4d,0x22,0x0,0xff,0x50,0x23,0x0, + 0xff,0x51,0x25,0x0,0xff,0x53,0x25,0x0,0xff,0x55,0x27,0x0,0xff,0x56,0x28,0x0, + 0xff,0x56,0x28,0x0,0xff,0x58,0x2a,0x0,0xff,0x5a,0x2b,0x0,0xff,0x5b,0x2c,0x0, + 0xff,0x63,0x34,0x0,0xff,0x6a,0x3f,0x0,0xff,0x6b,0x41,0x0,0xff,0x6c,0x42,0x0, + 0xff,0x6f,0x44,0x0,0xff,0x70,0x45,0x0,0xff,0x72,0x46,0x0,0xff,0x73,0x49,0x0, + 0xff,0x60,0x52,0x38,0xff,0x53,0x53,0x56,0xff,0x98,0x98,0x98,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf2, + 0xff,0xee,0xee,0xeb,0xff,0xe9,0xe9,0xe9,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc5,0xc5,0xc3,0xff,0xb9,0xbb,0xb8, + 0xff,0xaf,0xaf,0xad,0xff,0xa3,0xa2,0xa0,0xff,0x94,0x93,0x91,0xff,0x83,0x82,0x82, + 0xff,0x6e,0x6e,0x72,0xff,0x71,0x67,0x57,0xff,0xc1,0x8f,0x0,0xff,0xeb,0xa5,0x0, + 0xff,0xe1,0x9d,0x0,0xff,0xdf,0x9a,0x0,0xff,0xdf,0x98,0x0,0xff,0xdc,0x94,0x0, + 0xff,0xdc,0x92,0x0,0xff,0xda,0x8f,0x0,0xff,0xd9,0x8d,0x0,0xff,0xd7,0x8c,0x0, + 0xff,0xd6,0x89,0x0,0xff,0xd6,0x87,0x0,0xff,0xd7,0x85,0x0,0xff,0xd4,0x84,0x0, + 0xff,0xd3,0x82,0x0,0xff,0xd2,0x80,0x0,0xff,0xd0,0x7c,0x0,0xff,0xd6,0x87,0x0, + 0xff,0xde,0x9e,0x1b,0xff,0xe7,0xb9,0x6b,0xff,0xed,0xc8,0x90,0xff,0xf0,0xd0,0xa0, + 0xff,0xf1,0xd3,0xa6,0xff,0xf1,0xd3,0xa8,0xff,0xf0,0xd4,0xa9,0xff,0xf0,0xd4,0xa8, + 0xff,0xf1,0xd4,0xaa,0xff,0xf1,0xd5,0xab,0xff,0xf1,0xd5,0xad,0xff,0xf2,0xd6,0xad, + 0xff,0xf1,0xd6,0xae,0xff,0xf2,0xd7,0xaf,0xff,0xf2,0xd8,0xb1,0xff,0xf3,0xd8,0xb3, + 0xff,0xf2,0xd9,0xb4,0xff,0xff,0xe5,0xc0,0xff,0xec,0xd6,0xb0,0xff,0x90,0x8b,0x69, + 0xff,0x33,0x3d,0x17,0xff,0x13,0x49,0x1e,0xff,0x17,0x75,0x48,0xff,0x11,0x8b,0x5a, + 0xff,0xf,0x91,0x60,0xff,0x11,0x8c,0x5c,0xff,0xe,0x8d,0x5d,0xff,0xc,0x8d,0x5e, + 0xff,0x12,0x92,0x64,0xff,0x27,0xa3,0x74,0xff,0x36,0xb3,0x83,0xff,0x40,0xbe,0x8f, + 0xff,0x49,0xc6,0x96,0xff,0x4e,0xcc,0x9a,0xff,0x50,0xcc,0x9a,0xff,0x4f,0xcc,0x98, + 0xff,0x4f,0xce,0x98,0xff,0x39,0xa3,0x90,0xff,0xc,0x49,0x82,0xff,0x49,0x8a,0xbc, + 0xff,0x89,0xe5,0xff,0xff,0x72,0xea,0xff,0xff,0x45,0xd9,0xff,0xff,0x15,0xce,0xff, + 0xff,0x0,0xc9,0xff,0xff,0x9,0xc6,0xff,0xff,0xb,0xc3,0xff,0xff,0x36,0xcb,0xff, + 0xff,0x66,0xde,0xff,0xff,0x76,0xd4,0xfc,0xff,0x41,0x80,0xb3,0xff,0x10,0x50,0x81, + 0xff,0x37,0xa0,0x80,0xff,0x4a,0xc7,0x7a,0xff,0x47,0xc2,0x79,0xff,0x45,0xc0,0x75, + 0xff,0x45,0xbe,0x74,0xff,0x44,0xbd,0x71,0xff,0x44,0xbd,0x6e,0xff,0x44,0xbd,0x6e, + 0xff,0x43,0xbb,0x6a,0xff,0x42,0xb8,0x69,0xff,0x42,0xb7,0x68,0xff,0x3d,0xb3,0x5f, + 0xff,0x37,0xad,0x55,0xff,0x35,0xaa,0x51,0xff,0x37,0xab,0x51,0xff,0x3b,0xad,0x5a, + 0xff,0x39,0xaa,0x57,0xff,0x37,0xa7,0x53,0xff,0x36,0xa5,0x51,0xff,0x34,0xa2,0x4f, + 0xff,0x33,0x9f,0x4a,0xff,0x2f,0x9d,0x45,0xff,0x2f,0x9b,0x44,0xff,0x2c,0x97,0x40, + 0xff,0x2b,0x95,0x3d,0xff,0x25,0x90,0x30,0xff,0x21,0x8a,0x25,0xff,0x1c,0x87,0x21, + 0xff,0x1c,0x86,0x20,0xff,0x1f,0x89,0x2b,0xff,0x1c,0x86,0x27,0xff,0x1b,0x85,0x22, + 0xff,0x16,0x82,0x24,0xff,0x12,0x7c,0x1e,0xff,0xe,0x74,0x1a,0xff,0x8,0x6a,0x14, + 0xff,0x6,0x66,0x14,0xff,0x2,0x57,0x7,0xff,0x0,0x3f,0x5,0xff,0x0,0x2c,0x0, + 0xff,0x0,0x18,0x0,0xff,0x3,0x29,0x7,0xff,0x6d,0x81,0x71,0xff,0xbc,0xc5,0xc0, + 0xff,0xf2,0xf2,0xf0,0xff,0xff,0xff,0xff,0xff,0xf5,0xf4,0xf4,0xff,0xf0,0xf0,0xee, + 0xff,0xef,0xef,0xee,0xff,0xef,0xf0,0xed,0xff,0xee,0xee,0xec,0xff,0xed,0xed,0xea, + 0xff,0xed,0xed,0xeb,0xff,0xec,0xec,0xea,0xff,0xeb,0xeb,0xe9,0xff,0xe9,0xe9,0xe8, + 0xff,0xea,0xe9,0xe7,0xff,0xe7,0xe7,0xe6,0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe4,0xe3, + 0xff,0xe3,0xe3,0xdf,0xff,0xe1,0xe0,0xde,0xff,0xdf,0xde,0xdb,0xff,0xdc,0xdc,0xd9, + 0xff,0xdb,0xda,0xd8,0xff,0xd7,0xd6,0xd5,0xff,0xd4,0xd3,0xd2,0xff,0xdc,0xd9,0xd4, + 0xff,0xec,0xe6,0xdb,0xff,0xf9,0xf1,0xe1,0xff,0xff,0xf6,0xe5,0xff,0xfe,0xf4,0xe5, + 0xff,0xff,0xf4,0xe4,0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf3,0xe3,0xff,0xf5,0xe7,0xd0, + 0xff,0xf2,0xe2,0xc8,0xff,0xf1,0xe3,0xc8,0xff,0xf1,0xe3,0xc8,0xff,0xfb,0xf8,0xf0, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfb, + 0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfe,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xff,0xfd,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xb4,0x9f,0x71,0xff,0xb3,0x9d,0x6f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0x8,0x56,0x56,0x56, + 0xa3,0x57,0x57,0x57,0xff,0x9e,0x9e,0x9e,0xff,0xfe,0xfe,0xfc,0xff,0xf1,0xf1,0xf0, + 0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf2,0xf2,0xf0, + 0xff,0xf2,0xf2,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf2,0xf2,0xf1,0xff,0xf0,0xf0,0xef, + 0xff,0x99,0x8e,0x86,0xff,0xd,0x0,0x0,0xff,0x36,0x8,0x0,0xff,0x4e,0x12,0x0, + 0xff,0x5c,0x16,0x0,0xff,0x64,0x19,0x0,0xff,0x66,0x1c,0x0,0xff,0x6a,0x1d,0x0, + 0xff,0x6d,0x21,0x0,0xff,0x70,0x22,0x0,0xff,0x72,0x24,0x0,0xff,0x75,0x29,0x0, + 0xff,0x77,0x2a,0x0,0xff,0x62,0x22,0x0,0xff,0x3e,0x13,0x0,0xff,0x37,0x10,0x0, + 0xff,0x3c,0x13,0x0,0xff,0x3e,0x14,0x0,0xff,0x3f,0x17,0x0,0xff,0x41,0x18,0x0, + 0xff,0x42,0x17,0x0,0xff,0x44,0x1a,0x0,0xff,0x45,0x1b,0x0,0xff,0x48,0x1c,0x0, + 0xff,0x49,0x1c,0x0,0xff,0x49,0x1f,0x0,0xff,0x4c,0x21,0x0,0xff,0x4d,0x22,0x0, + 0xff,0x4f,0x23,0x0,0xff,0x51,0x25,0x0,0xff,0x52,0x26,0x0,0xff,0x54,0x27,0x0, + 0xff,0x54,0x28,0x0,0xff,0x56,0x28,0x0,0xff,0x58,0x2a,0x0,0xff,0x5a,0x2c,0x0, + 0xff,0x5f,0x33,0x0,0xff,0x66,0x3e,0x0,0xff,0x68,0x3f,0x0,0xff,0x69,0x40,0x0, + 0xff,0x6b,0x40,0x0,0xff,0x6c,0x42,0x0,0xff,0x6e,0x44,0x0,0xff,0x6b,0x49,0x0, + 0xff,0x55,0x55,0x52,0xff,0x64,0x64,0x64,0xff,0xce,0xce,0xce,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf5,0xf5,0xf5, + 0xff,0xf2,0xf2,0xf1,0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe5, + 0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xce,0xce,0xff,0xc4,0xc4,0xc3, + 0xff,0xb9,0xb9,0xb8,0xff,0xae,0xae,0xad,0xff,0xa3,0xa0,0x9f,0xff,0x94,0x93,0x91, + 0xff,0x84,0x83,0x82,0xff,0x6e,0x6e,0x72,0xff,0x70,0x67,0x57,0xff,0xbd,0x89,0x0, + 0xff,0xe7,0x9c,0x0,0xff,0xdc,0x96,0x0,0xff,0xdb,0x93,0x0,0xff,0xdc,0x92,0x0, + 0xff,0xda,0x8e,0x0,0xff,0xd8,0x8c,0x0,0xff,0xd8,0x8a,0x0,0xff,0xd6,0x88,0x0, + 0xff,0xd5,0x87,0x0,0xff,0xd3,0x84,0x0,0xff,0xd4,0x82,0x0,0xff,0xd3,0x80,0x0, + 0xff,0xd1,0x7e,0x0,0xff,0xd2,0x7e,0x0,0xff,0xd8,0x8e,0x0,0xff,0xe2,0xac,0x4e, + 0xff,0xea,0xc2,0x82,0xff,0xed,0xcd,0x98,0xff,0xf0,0xd1,0xa2,0xff,0xef,0xd1,0xa2, + 0xff,0xf0,0xd3,0xa4,0xff,0xf0,0xd1,0xa4,0xff,0xef,0xd2,0xa5,0xff,0xf1,0xd3,0xa6, + 0xff,0xf1,0xd3,0xa8,0xff,0xf1,0xd4,0xa9,0xff,0xf0,0xd4,0xaa,0xff,0xf1,0xd5,0xab, + 0xff,0xf1,0xd5,0xad,0xff,0xf2,0xd6,0xae,0xff,0xf1,0xd7,0xae,0xff,0xf5,0xda,0xb3, + 0xff,0xff,0xe3,0xbb,0xff,0xc6,0xb7,0x91,0xff,0x5c,0x5f,0x3c,0xff,0x22,0x39,0x12, + 0xff,0x17,0x5f,0x33,0xff,0x16,0x84,0x55,0xff,0x12,0x8e,0x5c,0xff,0x13,0x8c,0x5c, + 0xff,0x11,0x8b,0x5c,0xff,0x11,0x8c,0x5c,0xff,0xe,0x8c,0x5c,0xff,0x12,0x91,0x61, + 0xff,0x20,0x9d,0x6e,0xff,0x2f,0xac,0x7c,0xff,0x3b,0xb8,0x87,0xff,0x42,0xc1,0x90, + 0xff,0x4a,0xc9,0x97,0xff,0x4e,0xcc,0x98,0xff,0x4e,0xcc,0x98,0xff,0x4f,0xcd,0x97, + 0xff,0x4f,0xcd,0x96,0xff,0x4e,0xcd,0x93,0xff,0x33,0x97,0x8d,0xff,0x12,0x56,0x87, + 0xff,0x2e,0x6b,0xa3,0xff,0x64,0xac,0xd3,0xff,0x82,0xdc,0xff,0xff,0x83,0xec,0xff, + 0xff,0x80,0xeb,0xff,0xff,0x7f,0xe9,0xff,0xff,0x82,0xeb,0xff,0xff,0x77,0xd5,0xfc, + 0xff,0x59,0xa1,0xcc,0xff,0x2b,0x6a,0xa2,0xff,0x12,0x57,0x85,0xff,0x35,0x9d,0x82, + 0xff,0x48,0xc5,0x7a,0xff,0x48,0xc2,0x79,0xff,0x45,0xbe,0x77,0xff,0x45,0xbe,0x72, + 0xff,0x44,0xbe,0x6f,0xff,0x44,0xba,0x6d,0xff,0x43,0xb9,0x6c,0xff,0x43,0xba,0x6b, + 0xff,0x42,0xb9,0x69,0xff,0x42,0xb7,0x65,0xff,0x41,0xb5,0x64,0xff,0x3c,0xb0,0x59, + 0xff,0x34,0xaa,0x4d,0xff,0x35,0xa8,0x4b,0xff,0x36,0xa8,0x50,0xff,0x39,0xa9,0x54, + 0xff,0x38,0xa7,0x51,0xff,0x37,0xa5,0x50,0xff,0x34,0xa3,0x4b,0xff,0x33,0x9f,0x47, + 0xff,0x32,0x9d,0x44,0xff,0x2f,0x9b,0x41,0xff,0x2e,0x98,0x3d,0xff,0x2b,0x95,0x3a, + 0xff,0x29,0x92,0x36,0xff,0x25,0x8e,0x33,0xff,0x1f,0x88,0x23,0xff,0x1b,0x84,0x1c, + 0xff,0x1a,0x83,0x1a,0xff,0x1c,0x87,0x29,0xff,0x1c,0x85,0x25,0xff,0x15,0x7f,0x1e, + 0xff,0x13,0x74,0x1d,0xff,0xd,0x6b,0x18,0xff,0x9,0x67,0x11,0xff,0x5,0x59,0x11, + 0xff,0x3,0x40,0x7,0xff,0x0,0x2b,0x1,0xff,0x0,0x19,0x0,0xff,0x1,0x2a,0x2, + 0xff,0x6a,0x81,0x71,0xff,0xc1,0xca,0xc4,0xff,0xec,0xed,0xeb,0xff,0xfe,0xfc,0xfd, + 0xff,0xf3,0xf2,0xf2,0xff,0xf0,0xef,0xef,0xff,0xee,0xed,0xee,0xff,0xef,0xef,0xed, + 0xff,0xee,0xee,0xec,0xff,0xee,0xed,0xeb,0xff,0xec,0xec,0xeb,0xff,0xeb,0xeb,0xea, + 0xff,0xeb,0xeb,0xea,0xff,0xea,0xea,0xe9,0xff,0xe9,0xe9,0xe7,0xff,0xe8,0xe8,0xe5, + 0xff,0xe6,0xe6,0xe5,0xff,0xe4,0xe4,0xe3,0xff,0xe3,0xe2,0xe1,0xff,0xe1,0xe0,0xde, + 0xff,0xdf,0xde,0xdc,0xff,0xdb,0xda,0xd8,0xff,0xdb,0xd9,0xd7,0xff,0xd7,0xd6,0xd4, + 0xff,0xd4,0xd3,0xd1,0xff,0xe0,0xdd,0xd6,0xff,0xef,0xe9,0xdc,0xff,0xf9,0xf1,0xe2, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe6,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf3,0xe3,0xff,0xf5,0xe7,0xcf, + 0xff,0xf1,0xe3,0xc8,0xff,0xf1,0xe3,0xc9,0xff,0xf0,0xe2,0xc9,0xff,0xfb,0xf8,0xf0, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfa,0xff,0xb3,0x9e,0x71,0xff,0xb3,0x9e,0x71,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x2,0x57,0x57,0x57, + 0x68,0x50,0x50,0x50,0xff,0x82,0x82,0x82,0xff,0xf7,0xf7,0xf6,0xff,0xf2,0xf2,0xf1, + 0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf1,0xf1,0xf0, + 0xff,0xf2,0xf2,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xfa,0xfa,0xf9, + 0xff,0xb8,0xb0,0xac,0xff,0x6,0x0,0x0,0xff,0x32,0x8,0x0,0xff,0x4f,0x11,0x0, + 0xff,0x59,0x15,0x0,0xff,0x61,0x18,0x0,0xff,0x64,0x1a,0x0,0xff,0x67,0x1d,0x0, + 0xff,0x6a,0x1d,0x0,0xff,0x6d,0x20,0x0,0xff,0x71,0x23,0x0,0xff,0x75,0x28,0x0, + 0xff,0x65,0x21,0x0,0xff,0x3b,0x12,0x0,0xff,0x33,0xe,0x0,0xff,0x37,0x10,0x0, + 0xff,0x39,0x12,0x0,0xff,0x3c,0x14,0x0,0xff,0x3c,0x14,0x0,0xff,0x3e,0x16,0x0, + 0xff,0x3e,0x17,0x0,0xff,0x41,0x17,0x0,0xff,0x42,0x19,0x0,0xff,0x44,0x1a,0x0, + 0xff,0x45,0x1b,0x0,0xff,0x47,0x1d,0x0,0xff,0x48,0x1d,0x0,0xff,0x4a,0x20,0x0, + 0xff,0x4c,0x21,0x0,0xff,0x4d,0x23,0x0,0xff,0x4f,0x23,0x0,0xff,0x51,0x26,0x0, + 0xff,0x52,0x26,0x0,0xff,0x54,0x27,0x0,0xff,0x55,0x28,0x0,0xff,0x57,0x29,0x0, + 0xff,0x5b,0x2f,0x0,0xff,0x63,0x39,0x0,0xff,0x64,0x3b,0x0,0xff,0x67,0x3d,0x0, + 0xff,0x68,0x3e,0x0,0xff,0x69,0x3e,0x0,0xff,0x6b,0x40,0x0,0xff,0x5e,0x50,0x36, + 0xff,0x54,0x54,0x56,0xff,0x84,0x84,0x84,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf8,0xf8, + 0xff,0xf6,0xf7,0xf5,0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xed,0xff,0xe9,0xe9,0xe8, + 0xff,0xe4,0xe4,0xe4,0xff,0xde,0xde,0xde,0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce, + 0xff,0xc4,0xc3,0xc3,0xff,0xb9,0xb9,0xb8,0xff,0xae,0xae,0xad,0xff,0xa2,0xa1,0xa0, + 0xff,0x95,0x94,0x91,0xff,0x84,0x82,0x81,0xff,0x6e,0x6e,0x72,0xff,0x6f,0x66,0x57, + 0xff,0xbb,0x84,0x0,0xff,0xe1,0x94,0x0,0xff,0xda,0x90,0x0,0xff,0xd9,0x8d,0x0, + 0xff,0xd8,0x8b,0x0,0xff,0xd6,0x89,0x0,0xff,0xd6,0x88,0x0,0xff,0xd5,0x85,0x0, + 0xff,0xd4,0x83,0x0,0xff,0xd2,0x81,0x0,0xff,0xd2,0x7f,0x0,0xff,0xd1,0x7b,0x0, + 0xff,0xd3,0x81,0x0,0xff,0xdb,0x98,0x0,0xff,0xe5,0xb2,0x60,0xff,0xec,0xc8,0x8d, + 0xff,0xef,0xcf,0x9b,0xff,0xef,0xcf,0x9f,0xff,0xef,0xcf,0xa0,0xff,0xf0,0xd1,0x9f, + 0xff,0xee,0xd0,0xa0,0xff,0xf0,0xd0,0xa2,0xff,0xf0,0xd2,0xa3,0xff,0xf1,0xd1,0xa6, + 0xff,0xf0,0xd3,0xa6,0xff,0xf0,0xd3,0xa7,0xff,0xf1,0xd5,0xa9,0xff,0xf0,0xd4,0xaa, + 0xff,0xf1,0xd5,0xab,0xff,0xf1,0xd5,0xad,0xff,0xfa,0xdd,0xb4,0xff,0xeb,0xd1,0xa9, + 0xff,0x84,0x82,0x5d,0xff,0x35,0x43,0x1b,0xff,0x19,0x43,0x16,0xff,0x17,0x71,0x42, + 0xff,0x16,0x8b,0x5c,0xff,0x15,0x8c,0x5c,0xff,0x14,0x8b,0x5a,0xff,0x14,0x8c,0x5b, + 0xff,0x11,0x8b,0x5a,0xff,0x11,0x8c,0x5c,0xff,0x18,0x91,0x60,0xff,0x22,0x9d,0x6c, + 0xff,0x2d,0xa9,0x78,0xff,0x38,0xb4,0x83,0xff,0x40,0xbc,0x8b,0xff,0x47,0xc3,0x93, + 0xff,0x4c,0xc9,0x97,0xff,0x4f,0xcd,0x97,0xff,0x4e,0xcc,0x97,0xff,0x4e,0xcb,0x96, + 0xff,0x4d,0xcb,0x94,0xff,0x4e,0xcc,0x94,0xff,0x4e,0xcd,0x90,0xff,0x3f,0xb0,0x8f, + 0xff,0x1f,0x71,0x8a,0xff,0x16,0x56,0x90,0xff,0x26,0x65,0x9e,0xff,0x2c,0x6a,0xa1, + 0xff,0x47,0x8c,0xbc,0xff,0x41,0x82,0xb5,0xff,0x30,0x6f,0xa5,0xff,0x24,0x63,0x9e, + 0xff,0x14,0x54,0x8e,0xff,0x23,0x79,0x85,0xff,0x3e,0xaf,0x7f,0xff,0x46,0xc2,0x7b, + 0xff,0x47,0xc1,0x79,0xff,0x45,0xbf,0x75,0xff,0x45,0xbd,0x73,0xff,0x46,0xbc,0x6f, + 0xff,0x42,0xba,0x6b,0xff,0x43,0xba,0x69,0xff,0x43,0xb8,0x67,0xff,0x42,0xb6,0x67, + 0xff,0x41,0xb5,0x66,0xff,0x40,0xb3,0x62,0xff,0x3f,0xb2,0x5f,0xff,0x38,0xab,0x54, + 0xff,0x35,0xa6,0x49,0xff,0x33,0xa3,0x45,0xff,0x38,0xa6,0x4d,0xff,0x39,0xa6,0x50, + 0xff,0x37,0xa4,0x4f,0xff,0x35,0xa1,0x4a,0xff,0x33,0xa0,0x48,0xff,0x32,0x9d,0x44, + 0xff,0x30,0x9a,0x40,0xff,0x2d,0x97,0x3d,0xff,0x2d,0x94,0x36,0xff,0x2a,0x92,0x36, + 0xff,0x28,0x8f,0x31,0xff,0x24,0x8d,0x2e,0xff,0x1e,0x85,0x1d,0xff,0x1a,0x83,0x19, + 0xff,0x18,0x81,0x19,0xff,0x1c,0x80,0x24,0xff,0x16,0x78,0x1d,0xff,0x11,0x6e,0x1a, + 0xff,0xe,0x67,0x16,0xff,0x9,0x5c,0x13,0xff,0x4,0x41,0xd,0xff,0x1,0x2c,0x5, + 0xff,0x0,0x1b,0x0,0xff,0x15,0x3a,0x1d,0xff,0x76,0x8b,0x7e,0xff,0xc8,0xce,0xca, + 0xff,0xe9,0xeb,0xe9,0xff,0xf9,0xf8,0xf8,0xff,0xf3,0xf3,0xf3,0xff,0xee,0xee,0xee, + 0xff,0xef,0xef,0xef,0xff,0xee,0xee,0xec,0xff,0xed,0xed,0xec,0xff,0xec,0xec,0xec, + 0xff,0xea,0xea,0xea,0xff,0xea,0xe9,0xe9,0xff,0xea,0xea,0xea,0xff,0xe8,0xe8,0xe8, + 0xff,0xe8,0xe8,0xe8,0xff,0xe6,0xe6,0xe6,0xff,0xe6,0xe6,0xe3,0xff,0xe4,0xe3,0xe3, + 0xff,0xe2,0xe1,0xe1,0xff,0xe0,0xdf,0xdd,0xff,0xde,0xdc,0xdb,0xff,0xdb,0xdb,0xda, + 0xff,0xd8,0xd9,0xd8,0xff,0xd7,0xd6,0xd4,0xff,0xd3,0xd2,0xd1,0xff,0xdf,0xdc,0xd5, + 0xff,0xf2,0xeb,0xdf,0xff,0xfb,0xf3,0xe3,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf4,0xe4,0xff,0xff,0xf5,0xe3, + 0xff,0xfe,0xf3,0xe2,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe1,0xff,0xf4,0xe7,0xcf, + 0xff,0xf1,0xe3,0xc8,0xff,0xf0,0xe2,0xc8,0xff,0xf0,0xe2,0xc7,0xff,0xfb,0xf7,0xf0, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xff,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfa,0xff,0xb3,0x9f,0x71,0xff,0xb3,0x9e,0x71,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58, + 0x29,0x53,0x53,0x53,0xff,0x72,0x72,0x72,0xff,0xdc,0xdc,0xdb,0xff,0xf7,0xf7,0xf6, + 0xff,0xf1,0xf1,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf0, + 0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xfa,0xfb,0xfa, + 0xff,0xc6,0xc0,0xbc,0xff,0x18,0x3,0x0,0xff,0x2c,0x5,0x0,0xff,0x4e,0x10,0x0, + 0xff,0x57,0x14,0x0,0xff,0x60,0x16,0x0,0xff,0x62,0x19,0x0,0xff,0x66,0x1b,0x0, + 0xff,0x68,0x1c,0x0,0xff,0x6b,0x1f,0x0,0xff,0x6f,0x21,0x0,0xff,0x60,0x1d,0x0, + 0xff,0x3c,0xf,0x0,0xff,0x30,0xc,0x0,0xff,0x33,0xe,0x0,0xff,0x35,0xe,0x0, + 0xff,0x38,0x11,0x0,0xff,0x39,0x13,0x0,0xff,0x3a,0x13,0x0,0xff,0x3b,0x14,0x0, + 0xff,0x3d,0x17,0x0,0xff,0x3f,0x17,0x0,0xff,0x40,0x18,0x0,0xff,0x42,0x1a,0x0, + 0xff,0x43,0x1b,0x0,0xff,0x45,0x1c,0x0,0xff,0x46,0x1d,0x0,0xff,0x47,0x1f,0x0, + 0xff,0x49,0x20,0x0,0xff,0x4b,0x21,0x0,0xff,0x4c,0x22,0x0,0xff,0x4d,0x23,0x0, + 0xff,0x4e,0x24,0x0,0xff,0x4f,0x25,0x0,0xff,0x51,0x25,0x0,0xff,0x52,0x27,0x0, + 0xff,0x57,0x2d,0x0,0xff,0x5e,0x36,0x0,0xff,0x60,0x38,0x0,0xff,0x63,0x3a,0x0, + 0xff,0x63,0x3b,0x0,0xff,0x65,0x3c,0x0,0xff,0x64,0x43,0x0,0xff,0x56,0x56,0x53, + 0xff,0x61,0x61,0x61,0xff,0xcd,0xcd,0xcd,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb, + 0xff,0xf9,0xf8,0xf8,0xff,0xf5,0xf5,0xf5,0xff,0xf3,0xf3,0xf3,0xff,0xef,0xef,0xed, + 0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd7,0xd7,0xd7, + 0xff,0xce,0xcd,0xcd,0xff,0xc4,0xc3,0xc3,0xff,0xba,0xba,0xb9,0xff,0xb0,0xaf,0xad, + 0xff,0xa2,0xa1,0x9f,0xff,0x95,0x94,0x92,0xff,0x84,0x82,0x82,0xff,0x6f,0x6f,0x73, + 0xff,0x6d,0x65,0x57,0xff,0xb8,0x7e,0x0,0xff,0xdc,0x8e,0x0,0xff,0xd7,0x89,0x0, + 0xff,0xd6,0x86,0x0,0xff,0xd5,0x84,0x0,0xff,0xd3,0x83,0x0,0xff,0xd3,0x81,0x0, + 0xff,0xd2,0x80,0x0,0xff,0xd1,0x7e,0x0,0xff,0xd1,0x7d,0x0,0xff,0xd5,0x8b,0x0, + 0xff,0xe1,0xa7,0x40,0xff,0xe8,0xbd,0x7a,0xff,0xed,0xc9,0x92,0xff,0xee,0xcd,0x99, + 0xff,0xef,0xce,0x9c,0xff,0xef,0xcf,0x9d,0xff,0xef,0xce,0x9c,0xff,0xef,0xcf,0x9e, + 0xff,0xee,0xcf,0x9f,0xff,0xef,0xd0,0x9f,0xff,0xf0,0xd0,0xa2,0xff,0xf0,0xd0,0xa3, + 0xff,0xf0,0xd3,0xa4,0xff,0xf1,0xd3,0xa6,0xff,0xf0,0xd3,0xa7,0xff,0xf2,0xd4,0xa9, + 0xff,0xf2,0xd6,0xab,0xff,0xf1,0xd5,0xab,0xff,0xb2,0xa6,0x7d,0xff,0x43,0x4d,0x29, + 0xff,0x24,0x3c,0x15,0xff,0x19,0x5f,0x32,0xff,0x18,0x83,0x54,0xff,0x16,0x89,0x58, + 0xff,0x16,0x8a,0x58,0xff,0x16,0x8a,0x59,0xff,0x14,0x8a,0x5a,0xff,0x13,0x8a,0x59, + 0xff,0x15,0x8d,0x5d,0xff,0x1c,0x95,0x65,0xff,0x25,0x9e,0x6e,0xff,0x2e,0xa9,0x79, + 0xff,0x37,0xb2,0x84,0xff,0x3f,0xbb,0x8a,0xff,0x46,0xc2,0x91,0xff,0x4a,0xc7,0x93, + 0xff,0x4e,0xcb,0x97,0xff,0x4e,0xcc,0x97,0xff,0x4e,0xcb,0x96,0xff,0x4d,0xcb,0x95, + 0xff,0x4d,0xca,0x93,0xff,0x4e,0xcb,0x92,0xff,0x4e,0xcc,0x90,0xff,0x4d,0xcb,0x8f, + 0xff,0x4a,0xc5,0x8d,0xff,0x40,0xb1,0x8d,0xff,0x30,0x90,0x8e,0xff,0x27,0x83,0x8a, + 0xff,0x21,0x71,0x8f,0xff,0x23,0x75,0x8c,0xff,0x27,0x81,0x89,0xff,0x30,0x96,0x88, + 0xff,0x3f,0xb2,0x82,0xff,0x45,0xbe,0x7d,0xff,0x49,0xc4,0x7a,0xff,0x46,0xc0,0x76, + 0xff,0x46,0xbd,0x74,0xff,0x45,0xbc,0x71,0xff,0x46,0xbc,0x71,0xff,0x43,0xba,0x6d, + 0xff,0x43,0xb8,0x67,0xff,0x44,0xb8,0x67,0xff,0x42,0xb5,0x64,0xff,0x41,0xb4,0x63, + 0xff,0x40,0xb2,0x61,0xff,0x41,0xb1,0x5e,0xff,0x3d,0xae,0x59,0xff,0x36,0xa7,0x4e, + 0xff,0x34,0xa3,0x47,0xff,0x33,0xa2,0x44,0xff,0x38,0xa5,0x4b,0xff,0x38,0xa3,0x4c, + 0xff,0x35,0xa0,0x46,0xff,0x35,0x9d,0x45,0xff,0x34,0x9b,0x42,0xff,0x32,0x99,0x3f, + 0xff,0x30,0x96,0x3b,0xff,0x2d,0x93,0x37,0xff,0x2b,0x92,0x35,0xff,0x28,0x8f,0x2f, + 0xff,0x27,0x8d,0x2f,0xff,0x23,0x8a,0x2a,0xff,0x1b,0x84,0x20,0xff,0x18,0x7e,0x18, + 0xff,0x15,0x75,0xb,0xff,0x16,0x6f,0x1d,0xff,0x11,0x68,0x1c,0xff,0xb,0x5a,0x16, + 0xff,0x5,0x3e,0xb,0xff,0x2,0x2c,0x2,0xff,0x0,0x23,0x0,0xff,0x12,0x38,0x1a, + 0xff,0x7e,0x91,0x83,0xff,0xd4,0xd9,0xd4,0xff,0xee,0xee,0xec,0xff,0xf5,0xf4,0xf5, + 0xff,0xf2,0xf2,0xf1,0xff,0xee,0xee,0xee,0xff,0xee,0xee,0xed,0xff,0xee,0xee,0xee, + 0xff,0xee,0xee,0xec,0xff,0xed,0xed,0xeb,0xff,0xea,0xea,0xec,0xff,0xe9,0xe9,0xe9, + 0xff,0xea,0xea,0xea,0xff,0xe8,0xe8,0xe8,0xff,0xe8,0xe7,0xe7,0xff,0xe5,0xe5,0xe5, + 0xff,0xe5,0xe4,0xe4,0xff,0xe3,0xe3,0xe1,0xff,0xe1,0xe1,0xe1,0xff,0xdf,0xde,0xde, + 0xff,0xdd,0xdc,0xdc,0xff,0xdb,0xd9,0xd9,0xff,0xd8,0xd7,0xd7,0xff,0xd6,0xd5,0xd4, + 0xff,0xd3,0xd3,0xd2,0xff,0xdc,0xda,0xd4,0xff,0xf2,0xec,0xde,0xff,0xfc,0xf4,0xe4, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe3, + 0xff,0xff,0xf3,0xe3,0xff,0xff,0xf4,0xe2,0xff,0xfd,0xf3,0xe0,0xff,0xf4,0xe7,0xcd, + 0xff,0xf0,0xe2,0xc8,0xff,0xf0,0xe2,0xc7,0xff,0xf0,0xe1,0xc7,0xff,0xfb,0xf7,0xf0, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb, + 0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfd,0xfb,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfc,0xf9,0xff,0xb4,0x9e,0x72,0xff,0xb3,0x9e,0x71,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57, + 0x14,0x55,0x55,0x55,0xcc,0x5d,0x5d,0x5d,0xff,0xb6,0xb6,0xb5,0xff,0xfc,0xfc,0xfb, + 0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf0, + 0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf8,0xf9,0xf7, + 0xff,0xd3,0xce,0xcc,0xff,0x3a,0x24,0x15,0xff,0x20,0x2,0x0,0xff,0x48,0xe,0x0, + 0xff,0x56,0x15,0x0,0xff,0x5f,0x17,0x0,0xff,0x63,0x18,0x0,0xff,0x65,0x1a,0x0, + 0xff,0x68,0x1c,0x0,0xff,0x68,0x1e,0x0,0xff,0x50,0x15,0x0,0xff,0x32,0xb,0x0, + 0xff,0x2d,0xa,0x0,0xff,0x2f,0xb,0x0,0xff,0x31,0xc,0x0,0xff,0x33,0xe,0x0, + 0xff,0x33,0xf,0x0,0xff,0x36,0x11,0x0,0xff,0x37,0x12,0x0,0xff,0x39,0x13,0x0, + 0xff,0x3b,0x15,0x0,0xff,0x3d,0x15,0x0,0xff,0x3d,0x17,0x0,0xff,0x3f,0x18,0x0, + 0xff,0x41,0x19,0x0,0xff,0x44,0x1c,0x0,0xff,0x44,0x1b,0x0,0xff,0x45,0x1c,0x0, + 0xff,0x47,0x1e,0x0,0xff,0x48,0x1f,0x0,0xff,0x49,0x1f,0x0,0xff,0x4b,0x21,0x0, + 0xff,0x4c,0x23,0x0,0xff,0x4d,0x23,0x0,0xff,0x4f,0x25,0x0,0xff,0x50,0x25,0x0, + 0xff,0x54,0x29,0x0,0xff,0x5b,0x33,0x0,0xff,0x5e,0x36,0x0,0xff,0x5f,0x37,0x0, + 0xff,0x62,0x39,0x0,0xff,0x62,0x38,0x0,0xff,0x5b,0x50,0x3d,0xff,0x56,0x56,0x56, + 0xff,0x82,0x82,0x82,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf6,0xf6,0xff,0xf2,0xf2,0xf1, + 0xff,0xef,0xef,0xee,0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce,0xff,0xc5,0xc4,0xc4,0xff,0xba,0xba,0xb9, + 0xff,0xaf,0xad,0xac,0xff,0xa2,0xa1,0x9f,0xff,0x94,0x93,0x92,0xff,0x85,0x83,0x81, + 0xff,0x71,0x70,0x73,0xff,0x6c,0x64,0x5a,0xff,0xb6,0x7a,0x0,0xff,0xd7,0x86,0x0, + 0xff,0xd4,0x83,0x0,0xff,0xd3,0x81,0x0,0xff,0xd3,0x80,0x0,0xff,0xd2,0x7e,0x0, + 0xff,0xd1,0x7c,0x0,0xff,0xd0,0x7c,0x0,0xff,0xd9,0x94,0x0,0xff,0xe3,0xb2,0x5a, + 0xff,0xec,0xc4,0x86,0xff,0xee,0xca,0x95,0xff,0xee,0xcc,0x99,0xff,0xee,0xcc,0x99, + 0xff,0xee,0xcc,0x9a,0xff,0xee,0xcc,0x9a,0xff,0xed,0xcd,0x9b,0xff,0xee,0xcd,0x9d, + 0xff,0xef,0xce,0x9e,0xff,0xef,0xcf,0x9e,0xff,0xef,0xcf,0x9f,0xff,0xf2,0xd1,0xa3, + 0xff,0xf1,0xd1,0xa3,0xff,0xec,0xcf,0xa2,0xff,0xeb,0xce,0xa2,0xff,0xdf,0xc5,0x99, + 0xff,0xa6,0x98,0x71,0xff,0x5b,0x60,0x3d,0xff,0x27,0x3d,0x16,0xff,0x20,0x4e,0x24, + 0xff,0x1b,0x79,0x4b,0xff,0x1a,0x87,0x56,0xff,0x18,0x89,0x56,0xff,0x18,0x88,0x57, + 0xff,0x16,0x88,0x57,0xff,0x16,0x89,0x58,0xff,0x18,0x8c,0x5b,0xff,0x1c,0x92,0x62, + 0xff,0x23,0x9b,0x6a,0xff,0x2b,0xa3,0x73,0xff,0x32,0xab,0x7b,0xff,0x3b,0xb5,0x85, + 0xff,0x40,0xbb,0x8a,0xff,0x45,0xc2,0x8f,0xff,0x49,0xc7,0x94,0xff,0x4b,0xc9,0x97, + 0xff,0x4f,0xcd,0x98,0xff,0x4e,0xcb,0x96,0xff,0x4d,0xcb,0x94,0xff,0x4d,0xca,0x93, + 0xff,0x4d,0xca,0x92,0xff,0x4c,0xcb,0x90,0xff,0x4c,0xc9,0x8f,0xff,0x4d,0xca,0x8e, + 0xff,0x4c,0xc9,0x8b,0xff,0x4d,0xca,0x89,0xff,0x4a,0xc5,0x89,0xff,0x49,0xc3,0x88, + 0xff,0x48,0xc0,0x86,0xff,0x47,0xc0,0x84,0xff,0x48,0xc1,0x81,0xff,0x48,0xc2,0x7f, + 0xff,0x48,0xc3,0x7b,0xff,0x47,0xc1,0x78,0xff,0x46,0xbf,0x76,0xff,0x46,0xbd,0x75, + 0xff,0x47,0xbc,0x72,0xff,0x44,0xba,0x6f,0xff,0x44,0xb9,0x6c,0xff,0x43,0xb7,0x68, + 0xff,0x44,0xb7,0x66,0xff,0x42,0xb6,0x64,0xff,0x42,0xb4,0x62,0xff,0x41,0xb2,0x5e, + 0xff,0x40,0xb0,0x5c,0xff,0x3e,0xad,0x5a,0xff,0x39,0xa8,0x50,0xff,0x34,0xa3,0x45, + 0xff,0x33,0xa1,0x43,0xff,0x34,0xa0,0x46,0xff,0x39,0xa2,0x4a,0xff,0x37,0x9f,0x47, + 0xff,0x35,0x9d,0x42,0xff,0x34,0x9c,0x40,0xff,0x31,0x98,0x3e,0xff,0x31,0x97,0x39, + 0xff,0x2e,0x93,0x34,0xff,0x2c,0x91,0x32,0xff,0x29,0x8f,0x2e,0xff,0x27,0x8d,0x2f, + 0xff,0x27,0x8d,0x2f,0xff,0x20,0x86,0x23,0xff,0x17,0x78,0x14,0xff,0x12,0x6e,0x11, + 0xff,0x10,0x66,0xf,0xff,0x10,0x5f,0x16,0xff,0x7,0x41,0x5,0xff,0x3,0x2a,0x3, + 0xff,0x2,0x28,0x1,0xff,0x18,0x3d,0x20,0xff,0x7b,0x8f,0x7f,0xff,0xd9,0xdd,0xd8, + 0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xef,0xef,0xed, + 0xff,0xef,0xef,0xed,0xff,0xee,0xee,0xed,0xff,0xed,0xec,0xeb,0xff,0xed,0xed,0xeb, + 0xff,0xec,0xec,0xea,0xff,0xea,0xea,0xe9,0xff,0xe9,0xe9,0xe8,0xff,0xe9,0xea,0xe8, + 0xff,0xe7,0xe7,0xe6,0xff,0xe6,0xe6,0xe4,0xff,0xe5,0xe4,0xe3,0xff,0xe2,0xe2,0xe1, + 0xff,0xe1,0xe1,0xe0,0xff,0xe0,0xdf,0xde,0xff,0xdd,0xdd,0xdc,0xff,0xda,0xda,0xd8, + 0xff,0xd9,0xd7,0xd6,0xff,0xd5,0xd5,0xd3,0xff,0xd4,0xd3,0xd1,0xff,0xdc,0xd8,0xd4, + 0xff,0xf3,0xec,0xe1,0xff,0xfd,0xf6,0xe4,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf5,0xe4,0xff,0xff,0xf4,0xe4,0xff,0xfe,0xf3,0xe2,0xff,0xff,0xf4,0xe3, + 0xff,0xff,0xf3,0xe2,0xff,0xfe,0xf4,0xe0,0xff,0xfd,0xf3,0xe0,0xff,0xf4,0xe6,0xce, + 0xff,0xf0,0xe2,0xc7,0xff,0xf0,0xe2,0xc8,0xff,0xf0,0xe0,0xc7,0xff,0xfb,0xf7,0xef, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb,0xff,0xff,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfc,0xf9,0xff,0xb4,0x9e,0x72,0xff,0xb4,0x9e,0x73,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58, + 0x6,0x58,0x58,0x58,0x83,0x4b,0x4b,0x4b,0xff,0x8c,0x8c,0x8c,0xff,0xf9,0xf9,0xf8, + 0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf1,0xf1,0xf0, + 0xff,0xf1,0xf1,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf6,0xf6,0xf6, + 0xff,0xe0,0xdd,0xda,0xff,0x5f,0x4c,0x41,0xff,0x18,0x0,0x0,0xff,0x41,0xc,0x0, + 0xff,0x54,0x14,0x0,0xff,0x5f,0x17,0x0,0xff,0x61,0x17,0x0,0xff,0x64,0x19,0x0, + 0xff,0x60,0x19,0x0,0xff,0x42,0xf,0x0,0xff,0x2b,0x8,0x0,0xff,0x29,0x8,0x0, + 0xff,0x2a,0x8,0x0,0xff,0x2d,0xa,0x0,0xff,0x30,0xb,0x0,0xff,0x2f,0xd,0x0, + 0xff,0x32,0xe,0x0,0xff,0x34,0xf,0x0,0xff,0x35,0x11,0x0,0xff,0x36,0x12,0x0, + 0xff,0x37,0x13,0x0,0xff,0x39,0x14,0x0,0xff,0x3b,0x16,0x0,0xff,0x3c,0x16,0x0, + 0xff,0x3d,0x17,0x0,0xff,0x40,0x18,0x0,0xff,0x42,0x1a,0x0,0xff,0x43,0x1c,0x0, + 0xff,0x45,0x1d,0x0,0xff,0x45,0x1d,0x0,0xff,0x47,0x1e,0x0,0xff,0x49,0x1f,0x0, + 0xff,0x49,0x1f,0x0,0xff,0x4b,0x21,0x0,0xff,0x4c,0x23,0x0,0xff,0x4d,0x24,0x0, + 0xff,0x50,0x28,0x0,0xff,0x57,0x30,0x0,0xff,0x5b,0x34,0x0,0xff,0x5c,0x35,0x0, + 0xff,0x5e,0x35,0x0,0xff,0x5d,0x43,0x19,0xff,0x57,0x55,0x52,0xff,0x60,0x5f,0x61, + 0xff,0xd6,0xd6,0xd6,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xf9,0xf9,0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf5,0xf5, + 0xff,0xf3,0xf3,0xf1,0xff,0xef,0xef,0xed,0xff,0xea,0xea,0xe9,0xff,0xe3,0xe3,0xe5, + 0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xce,0xce,0xff,0xc6,0xc5,0xc5, + 0xff,0xbb,0xbb,0xb9,0xff,0xaf,0xae,0xac,0xff,0xa2,0xa1,0x9f,0xff,0x94,0x93,0x91, + 0xff,0x85,0x84,0x82,0xff,0x71,0x70,0x70,0xff,0x6c,0x64,0x58,0xff,0xb6,0x77,0x0, + 0xff,0xd3,0x80,0x0,0xff,0xd1,0x7e,0x0,0xff,0xd1,0x7d,0x0,0xff,0xd1,0x7b,0x0, + 0xff,0xd1,0x7c,0x0,0xff,0xd9,0x94,0x0,0xff,0xe5,0xb6,0x67,0xff,0xeb,0xc5,0x89, + 0xff,0xed,0xca,0x95,0xff,0xee,0xcb,0x95,0xff,0xed,0xcc,0x97,0xff,0xee,0xcc,0x96, + 0xff,0xee,0xcb,0x98,0xff,0xee,0xcd,0x99,0xff,0xee,0xcc,0x98,0xff,0xee,0xcc,0x9a, + 0xff,0xf0,0xcd,0x9b,0xff,0xf3,0xd0,0xa0,0xff,0xed,0xce,0x9c,0xff,0xe8,0xcb,0x9a, + 0xff,0xbd,0xaa,0x7e,0xff,0x7b,0x77,0x50,0xff,0x45,0x51,0x2a,0xff,0x25,0x3c,0x16, + 0xff,0x23,0x3e,0x18,0xff,0x22,0x4c,0x22,0xff,0x1d,0x70,0x43,0xff,0x1c,0x87,0x54, + 0xff,0x1b,0x85,0x54,0xff,0x1a,0x86,0x55,0xff,0x19,0x88,0x57,0xff,0x18,0x87,0x56, + 0xff,0x18,0x87,0x56,0xff,0x1c,0x8d,0x5d,0xff,0x23,0x97,0x66,0xff,0x2a,0xa0,0x6f, + 0xff,0x32,0xa9,0x78,0xff,0x37,0xb0,0x7f,0xff,0x3b,0xb8,0x85,0xff,0x42,0xbd,0x8c, + 0xff,0x45,0xc2,0x90,0xff,0x48,0xc6,0x94,0xff,0x4b,0xc9,0x96,0xff,0x4f,0xcc,0x96, + 0xff,0x4e,0xcb,0x96,0xff,0x4d,0xcb,0x95,0xff,0x4e,0xcb,0x94,0xff,0x4d,0xca,0x92, + 0xff,0x4d,0xcb,0x91,0xff,0x4c,0xc9,0x8f,0xff,0x4d,0xca,0x8e,0xff,0x4b,0xc8,0x8c, + 0xff,0x4b,0xc7,0x8b,0xff,0x4a,0xc6,0x88,0xff,0x4a,0xc5,0x88,0xff,0x4b,0xc6,0x86, + 0xff,0x4a,0xc5,0x84,0xff,0x48,0xc3,0x80,0xff,0x49,0xc3,0x7e,0xff,0x47,0xc1,0x7c, + 0xff,0x48,0xc1,0x7a,0xff,0x47,0xbe,0x75,0xff,0x46,0xbd,0x72,0xff,0x44,0xbc,0x70, + 0xff,0x44,0xba,0x6d,0xff,0x44,0xb8,0x6b,0xff,0x44,0xb8,0x68,0xff,0x42,0xb5,0x64, + 0xff,0x43,0xb5,0x63,0xff,0x41,0xb2,0x60,0xff,0x42,0xb2,0x5e,0xff,0x40,0xb0,0x5b, + 0xff,0x40,0xae,0x59,0xff,0x3d,0xaa,0x53,0xff,0x38,0xa4,0x44,0xff,0x33,0xa0,0x43, + 0xff,0x32,0x9d,0x3d,0xff,0x36,0xa0,0x43,0xff,0x38,0xa0,0x46,0xff,0x35,0x9c,0x41, + 0xff,0x34,0x9a,0x3e,0xff,0x33,0x98,0x3c,0xff,0x30,0x96,0x39,0xff,0x30,0x94,0x35, + 0xff,0x2d,0x92,0x32,0xff,0x2b,0x91,0x31,0xff,0x29,0x8e,0x2c,0xff,0x25,0x87,0x2c, + 0xff,0x22,0x80,0x2b,0xff,0x1a,0x74,0x1d,0xff,0x14,0x66,0x14,0xff,0xf,0x5c,0xc, + 0xff,0x4,0x42,0x3,0xff,0x1,0x29,0x0,0xff,0x6,0x2e,0xb,0xff,0x25,0x48,0x2e, + 0xff,0x82,0x95,0x86,0xff,0xdb,0xde,0xda,0xff,0xf5,0xf4,0xf4,0xff,0xf0,0xf0,0xef, + 0xff,0xf0,0xef,0xee,0xff,0xef,0xef,0xee,0xff,0xee,0xee,0xed,0xff,0xed,0xed,0xec, + 0xff,0xed,0xec,0xeb,0xff,0xed,0xed,0xea,0xff,0xeb,0xeb,0xea,0xff,0xea,0xea,0xe9, + 0xff,0xe9,0xe9,0xe8,0xff,0xe9,0xe9,0xe7,0xff,0xe8,0xe7,0xe5,0xff,0xe7,0xe6,0xe4, + 0xff,0xe5,0xe5,0xe4,0xff,0xe3,0xe3,0xe0,0xff,0xe1,0xe1,0xde,0xff,0xdf,0xdf,0xdc, + 0xff,0xdd,0xdd,0xda,0xff,0xdb,0xda,0xd9,0xff,0xd8,0xd7,0xd7,0xff,0xd5,0xd5,0xd2, + 0xff,0xd6,0xd4,0xd1,0xff,0xe0,0xdd,0xd6,0xff,0xf5,0xee,0xe1,0xff,0xfe,0xf7,0xe8, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf5,0xe5, + 0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf5,0xe5,0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf4,0xe4,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe1, + 0xff,0xfe,0xf4,0xe0,0xff,0xfe,0xf4,0xe0,0xff,0xfd,0xf3,0xdf,0xff,0xf3,0xe6,0xcd, + 0xff,0xf0,0xe2,0xc8,0xff,0xf0,0xe0,0xc7,0xff,0xef,0xe0,0xc6,0xff,0xfb,0xf7,0xef, + 0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfa,0xff,0xff,0xfd,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xff,0xfd,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfb,0xfa,0xff,0xb5,0xa0,0x72,0xff,0xb4,0x9e,0x73,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x57,0x57,0x57,0x3b,0x53,0x53,0x53,0xf9,0x6d,0x6d,0x6d,0xff,0xd1,0xd1,0xd0, + 0xff,0xfa,0xfa,0xf9,0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf0, + 0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf2,0xf2,0xf0,0xff,0xf3,0xf3,0xf2, + 0xff,0xf3,0xf3,0xf1,0xff,0x8d,0x80,0x77,0xff,0xb,0x0,0x0,0xff,0x39,0x9,0x0, + 0xff,0x50,0x11,0x0,0xff,0x5d,0x16,0x0,0xff,0x62,0x18,0x0,0xff,0x55,0x14,0x0, + 0xff,0x35,0x9,0x0,0xff,0x23,0x5,0x0,0xff,0x25,0x6,0x0,0xff,0x26,0x6,0x0, + 0xff,0x29,0x7,0x0,0xff,0x2c,0x9,0x0,0xff,0x2c,0xb,0x0,0xff,0x2e,0xb,0x0, + 0xff,0x30,0xc,0x0,0xff,0x31,0xd,0x0,0xff,0x32,0xe,0x0,0xff,0x34,0x11,0x0, + 0xff,0x35,0x12,0x0,0xff,0x36,0x13,0x0,0xff,0x39,0x14,0x0,0xff,0x39,0x14,0x0, + 0xff,0x3c,0x16,0x0,0xff,0x3d,0x17,0x0,0xff,0x3f,0x19,0x0,0xff,0x40,0x19,0x0, + 0xff,0x42,0x1a,0x0,0xff,0x42,0x1b,0x0,0xff,0x43,0x1d,0x0,0xff,0x45,0x1e,0x0, + 0xff,0x45,0x1e,0x0,0xff,0x47,0x20,0x0,0xff,0x4a,0x21,0x0,0xff,0x4a,0x22,0x0, + 0xff,0x4c,0x23,0x0,0xff,0x52,0x2b,0x0,0xff,0x57,0x32,0x0,0xff,0x59,0x31,0x0, + 0xff,0x5b,0x39,0x0,0xff,0x58,0x54,0x4c,0xff,0x55,0x55,0x57,0xff,0x9a,0x99,0x99, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7, + 0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xed,0xff,0xea,0xea,0xea, + 0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce, + 0xff,0xc6,0xc5,0xc5,0xff,0xbb,0xbb,0xb9,0xff,0xaf,0xae,0xac,0xff,0xa1,0xa0,0x9f, + 0xff,0x93,0x92,0x90,0xff,0x84,0x83,0x82,0xff,0x72,0x72,0x72,0xff,0x6c,0x63,0x59, + 0xff,0xaa,0x71,0x0,0xff,0xcd,0x7a,0x0,0xff,0xcf,0x79,0x0,0xff,0xd1,0x7e,0x0, + 0xff,0xda,0x98,0x0,0xff,0xe4,0xb5,0x66,0xff,0xeb,0xc5,0x8b,0xff,0xec,0xc8,0x93, + 0xff,0xed,0xc9,0x92,0xff,0xec,0xc9,0x94,0xff,0xed,0xc9,0x96,0xff,0xed,0xcb,0x95, + 0xff,0xed,0xcc,0x96,0xff,0xed,0xcb,0x98,0xff,0xee,0xcb,0x99,0xff,0xf2,0xcf,0x9c, + 0xff,0xf2,0xd0,0x9e,0xff,0xde,0xc1,0x90,0xff,0xa2,0x94,0x67,0xff,0x4a,0x52,0x2b, + 0xff,0x1e,0x39,0x11,0xff,0x1c,0x42,0x1a,0xff,0x21,0x56,0x27,0xff,0x22,0x65,0x38, + 0xff,0x1f,0x7b,0x49,0xff,0x1e,0x87,0x54,0xff,0x1d,0x86,0x55,0xff,0x1d,0x85,0x52, + 0xff,0x1d,0x85,0x54,0xff,0x1b,0x86,0x54,0xff,0x1b,0x87,0x56,0xff,0x1a,0x88,0x58, + 0xff,0x1d,0x8e,0x5e,0xff,0x28,0x9a,0x6a,0xff,0x2f,0xa4,0x73,0xff,0x35,0xad,0x7c, + 0xff,0x3a,0xb3,0x83,0xff,0x3f,0xb8,0x88,0xff,0x43,0xbe,0x8c,0xff,0x48,0xc4,0x91, + 0xff,0x4a,0xc8,0x94,0xff,0x4c,0xc9,0x96,0xff,0x4d,0xcb,0x96,0xff,0x4f,0xcc,0x96, + 0xff,0x4e,0xcc,0x95,0xff,0x4d,0xca,0x93,0xff,0x4d,0xca,0x91,0xff,0x4c,0xca,0x90, + 0xff,0x4d,0xca,0x8e,0xff,0x4c,0xc9,0x8d,0xff,0x4b,0xc8,0x8d,0xff,0x4c,0xc8,0x8c, + 0xff,0x4c,0xc7,0x89,0xff,0x4a,0xc6,0x85,0xff,0x4b,0xc5,0x85,0xff,0x4a,0xc5,0x82, + 0xff,0x48,0xc3,0x7f,0xff,0x48,0xc2,0x7d,0xff,0x47,0xc0,0x7b,0xff,0x47,0xbf,0x78, + 0xff,0x47,0xbd,0x74,0xff,0x45,0xbd,0x6f,0xff,0x45,0xbb,0x6c,0xff,0x45,0xba,0x6b, + 0xff,0x44,0xb8,0x67,0xff,0x44,0xb7,0x65,0xff,0x43,0xb5,0x63,0xff,0x42,0xb3,0x60, + 0xff,0x42,0xb0,0x5e,0xff,0x41,0xb0,0x5b,0xff,0x40,0xad,0x58,0xff,0x3f,0xab,0x56, + 0xff,0x3f,0xa9,0x54,0xff,0x3b,0xa5,0x4c,0xff,0x33,0x9e,0x3c,0xff,0x32,0x9d,0x3c, + 0xff,0x32,0x9d,0x3c,0xff,0x36,0x9e,0x41,0xff,0x36,0x9c,0x3e,0xff,0x34,0x98,0x3c, + 0xff,0x33,0x96,0x39,0xff,0x32,0x96,0x35,0xff,0x2f,0x93,0x34,0xff,0x2e,0x91,0x32, + 0xff,0x2b,0x8d,0x2e,0xff,0x28,0x87,0x29,0xff,0x22,0x7e,0x27,0xff,0x1f,0x75,0x26, + 0xff,0x1a,0x6b,0x1d,0xff,0x12,0x5a,0x13,0xff,0x4,0x40,0x3,0xff,0x0,0x24,0x0, + 0xff,0xc,0x31,0x12,0xff,0x2e,0x51,0x35,0xff,0x91,0xa1,0x94,0xff,0xed,0xed,0xec, + 0xff,0xf9,0xf7,0xf5,0xff,0xf1,0xf1,0xee,0xff,0xef,0xef,0xec,0xff,0xee,0xee,0xed, + 0xff,0xee,0xee,0xed,0xff,0xed,0xed,0xec,0xff,0xee,0xed,0xeb,0xff,0xed,0xed,0xea, + 0xff,0xec,0xec,0xeb,0xff,0xeb,0xeb,0xe9,0xff,0xe9,0xe9,0xe8,0xff,0xea,0xea,0xe6, + 0xff,0xe9,0xe8,0xe6,0xff,0xe7,0xe7,0xe4,0xff,0xe5,0xe5,0xe2,0xff,0xe2,0xe2,0xe0, + 0xff,0xe1,0xe1,0xde,0xff,0xde,0xde,0xdb,0xff,0xdc,0xdc,0xd9,0xff,0xda,0xd9,0xd8, + 0xff,0xd8,0xd7,0xd6,0xff,0xd6,0xd5,0xd4,0xff,0xd6,0xd5,0xd2,0xff,0xe0,0xdc,0xd5, + 0xff,0xf6,0xef,0xe2,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5, + 0xff,0xfe,0xf5,0xe4,0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf4,0xe4,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf4,0xe3,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf4,0xe2,0xff,0xfd,0xf3,0xe0, + 0xff,0xfe,0xf4,0xe0,0xff,0xfd,0xf3,0xdf,0xff,0xfd,0xf2,0xde,0xff,0xf3,0xe6,0xcc, + 0xff,0xf0,0xe1,0xc7,0xff,0xef,0xe0,0xc7,0xff,0xef,0xdf,0xc6,0xff,0xfb,0xf7,0xef, + 0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfd,0xfc,0xff,0xfe,0xfd,0xfa, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xff,0xfc,0xfb,0xff,0xfe,0xfc,0xfa, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfa,0xff,0xff,0xfc,0xfa, + 0xff,0xfe,0xfb,0xf8,0xff,0xb4,0x9f,0x72,0xff,0xb4,0x9f,0x72,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x58,0x58,0x58,0x13,0x58,0x58,0x58,0xb7,0x4e,0x4e,0x4e,0xff,0xa2,0xa2,0xa3, + 0xff,0xfa,0xfa,0xfa,0xff,0xf1,0xf1,0xf1,0xff,0xf1,0xf1,0xf1,0xff,0xf1,0xf1,0xf1, + 0xff,0xf1,0xf1,0xf1,0xff,0xf0,0xf0,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xf2,0xf2,0xf0, + 0xff,0xfe,0xff,0xff,0xff,0xb9,0xb2,0xab,0xff,0x13,0x2,0x1,0xff,0x2c,0x4,0x0, + 0xff,0x4d,0x10,0x0,0xff,0x55,0x13,0x0,0xff,0x4b,0xf,0x0,0xff,0x2a,0x6,0x0, + 0xff,0x1e,0x4,0x0,0xff,0x20,0x4,0x0,0xff,0x22,0x5,0x0,0xff,0x23,0x6,0x0, + 0xff,0x25,0x6,0x0,0xff,0x27,0x7,0x0,0xff,0x2a,0x8,0x0,0xff,0x2b,0x8,0x0, + 0xff,0x2b,0xa,0x0,0xff,0x2d,0xc,0x0,0xff,0x2f,0xc,0x0,0xff,0x31,0xe,0x0, + 0xff,0x32,0x10,0x0,0xff,0x34,0x11,0x0,0xff,0x35,0x12,0x0,0xff,0x36,0x13,0x0, + 0xff,0x38,0x13,0x0,0xff,0x3a,0x14,0x0,0xff,0x3b,0x17,0x0,0xff,0x3d,0x18,0x0, + 0xff,0x3f,0x18,0x0,0xff,0x3f,0x19,0x0,0xff,0x40,0x1a,0x0,0xff,0x41,0x1b,0x0, + 0xff,0x42,0x1d,0x0,0xff,0x43,0x1e,0x0,0xff,0x46,0x20,0x0,0xff,0x46,0x21,0x0, + 0xff,0x48,0x21,0x0,0xff,0x4e,0x28,0x0,0xff,0x54,0x2d,0x0,0xff,0x56,0x30,0x0, + 0xff,0x58,0x4d,0x3d,0xff,0x53,0x53,0x55,0xff,0x74,0x74,0x75,0xff,0xf1,0xf1,0xf1, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xf9,0xf9,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1,0xff,0xee,0xee,0xed, + 0xff,0xeb,0xeb,0xe9,0xff,0xe3,0xe3,0xe3,0xff,0xde,0xde,0xde,0xff,0xd6,0xd6,0xd6, + 0xff,0xce,0xcd,0xcd,0xff,0xc5,0xc4,0xc4,0xff,0xba,0xba,0xb9,0xff,0xaf,0xae,0xac, + 0xff,0xa2,0xa1,0xa0,0xff,0x94,0x93,0x92,0xff,0x85,0x83,0x82,0xff,0x71,0x71,0x71, + 0xff,0x61,0x60,0x60,0xff,0xa1,0x6c,0x0,0xff,0xcf,0x7e,0x0,0xff,0xdb,0x9b,0x0, + 0xff,0xe4,0xb6,0x6b,0xff,0xea,0xc3,0x88,0xff,0xec,0xc8,0x92,0xff,0xec,0xc7,0x90, + 0xff,0xec,0xc9,0x92,0xff,0xec,0xc9,0x93,0xff,0xec,0xca,0x93,0xff,0xed,0xca,0x94, + 0xff,0xed,0xc9,0x94,0xff,0xed,0xca,0x96,0xff,0xf3,0xd0,0x99,0xff,0xea,0xc9,0x96, + 0xff,0xb3,0x9f,0x71,0xff,0x4c,0x52,0x2d,0xff,0x14,0x32,0x7,0xff,0x1f,0x4c,0x22, + 0xff,0x23,0x6b,0x3d,0xff,0x21,0x83,0x50,0xff,0x1f,0x86,0x53,0xff,0x20,0x86,0x53, + 0xff,0x1e,0x84,0x51,0xff,0x1e,0x83,0x52,0xff,0x1e,0x84,0x51,0xff,0x1c,0x84,0x53, + 0xff,0x1d,0x84,0x51,0xff,0x1a,0x85,0x54,0xff,0x1d,0x8a,0x59,0xff,0x23,0x93,0x61, + 0xff,0x2a,0x9d,0x6c,0xff,0x33,0xa7,0x75,0xff,0x39,0xb0,0x7e,0xff,0x3d,0xb6,0x84, + 0xff,0x41,0xbc,0x8b,0xff,0x45,0xc1,0x8d,0xff,0x49,0xc4,0x92,0xff,0x4b,0xc8,0x94, + 0xff,0x4e,0xcb,0x97,0xff,0x4e,0xcb,0x96,0xff,0x4d,0xcb,0x94,0xff,0x4d,0xcb,0x94, + 0xff,0x4d,0xca,0x93,0xff,0x4d,0xca,0x90,0xff,0x4c,0xc9,0x8f,0xff,0x4d,0xca,0x8e, + 0xff,0x4d,0xc9,0x8d,0xff,0x4b,0xc7,0x8d,0xff,0x4b,0xc8,0x88,0xff,0x4c,0xc7,0x89, + 0xff,0x49,0xc6,0x86,0xff,0x49,0xc4,0x83,0xff,0x48,0xc3,0x82,0xff,0x48,0xc1,0x7e, + 0xff,0x49,0xc1,0x7c,0xff,0x47,0xbe,0x79,0xff,0x47,0xbd,0x76,0xff,0x47,0xbd,0x73, + 0xff,0x45,0xba,0x71,0xff,0x46,0xba,0x6f,0xff,0x45,0xb9,0x6a,0xff,0x44,0xb7,0x67, + 0xff,0x44,0xb5,0x63,0xff,0x44,0xb2,0x60,0xff,0x41,0xb1,0x5d,0xff,0x42,0xb0,0x5b, + 0xff,0x41,0xae,0x59,0xff,0x40,0xab,0x56,0xff,0x3f,0xa9,0x53,0xff,0x3e,0xa7,0x51, + 0xff,0x3c,0xa5,0x4c,0xff,0x38,0x9f,0x3f,0xff,0x34,0x9c,0x38,0xff,0x31,0x98,0x36, + 0xff,0x34,0x99,0x3b,0xff,0x36,0x9b,0x3f,0xff,0x35,0x99,0x39,0xff,0x33,0x95,0x35, + 0xff,0x32,0x94,0x36,0xff,0x30,0x93,0x32,0xff,0x2e,0x8f,0x31,0xff,0x29,0x89,0x2c, + 0xff,0x24,0x7e,0x2a,0xff,0x1e,0x73,0x26,0xff,0x1a,0x69,0x21,0xff,0x14,0x5c,0x1c, + 0xff,0x5,0x3f,0x2,0xff,0x0,0x1e,0x0,0xff,0x6,0x2d,0xa,0xff,0x35,0x56,0x3a, + 0xff,0x8d,0x9e,0x8f,0xff,0xea,0xeb,0xe9,0xff,0xfa,0xf8,0xf8,0xff,0xf1,0xf0,0xef, + 0xff,0xef,0xef,0xee,0xff,0xef,0xef,0xee,0xff,0xed,0xee,0xec,0xff,0xef,0xef,0xec, + 0xff,0xec,0xec,0xe9,0xff,0xec,0xec,0xea,0xff,0xeb,0xec,0xe9,0xff,0xea,0xe9,0xe9, + 0xff,0xea,0xe9,0xe9,0xff,0xea,0xe9,0xe8,0xff,0xe8,0xe8,0xe5,0xff,0xe6,0xe6,0xe4, + 0xff,0xe5,0xe4,0xe3,0xff,0xe3,0xe3,0xe1,0xff,0xe1,0xe1,0xde,0xff,0xdf,0xdf,0xdc, + 0xff,0xdd,0xdd,0xdb,0xff,0xda,0xda,0xd8,0xff,0xd7,0xd7,0xd5,0xff,0xd5,0xd4,0xd2, + 0xff,0xd8,0xd6,0xd2,0xff,0xe0,0xdd,0xd7,0xff,0xf4,0xee,0xe2,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf4,0xe4,0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf4,0xe3, + 0xff,0xff,0xf3,0xe3,0xff,0xff,0xf4,0xe2,0xff,0xfd,0xf3,0xe0,0xff,0xfd,0xf3,0xe0, + 0xff,0xfc,0xf2,0xdf,0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf2,0xdd,0xff,0xf3,0xe5,0xcd, + 0xff,0xef,0xe0,0xc7,0xff,0xef,0xe0,0xc6,0xff,0xef,0xe0,0xc7,0xff,0xfb,0xf7,0xef, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfa, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfa, + 0xff,0xff,0xfd,0xfa,0xff,0xff,0xfc,0xfa,0xff,0xfe,0xfb,0xfa,0xff,0xfe,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf8,0xff,0xb4,0x9f,0x72,0xff,0xb4,0x9f,0x72,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x62,0x51,0x51,0x51,0xff,0x6e,0x6e,0x6f, + 0xff,0xd6,0xd6,0xd6,0xff,0xfa,0xfa,0xf9,0xff,0xf0,0xf1,0xef,0xff,0xf0,0xf0,0xf0, + 0xff,0xf0,0xf0,0xf0,0xff,0xf0,0xf0,0xf0,0xff,0xf1,0xf1,0xf1,0xff,0xf0,0xf0,0xf0, + 0xff,0xf7,0xf8,0xf9,0xff,0xd3,0xce,0xc9,0xff,0x48,0x30,0x20,0xff,0x1b,0x2,0x0, + 0xff,0x39,0xa,0x0,0xff,0x31,0x7,0x0,0xff,0x1e,0x5,0x0,0xff,0x1a,0x4,0x0, + 0xff,0x1d,0x4,0x0,0xff,0x1e,0x4,0x0,0xff,0x20,0x5,0x0,0xff,0x21,0x5,0x0, + 0xff,0x23,0x6,0x0,0xff,0x24,0x6,0x0,0xff,0x27,0x8,0x0,0xff,0x29,0x8,0x0, + 0xff,0x2a,0xa,0x0,0xff,0x2b,0xb,0x0,0xff,0x2c,0xb,0x0,0xff,0x2e,0xc,0x0, + 0xff,0x2f,0xf,0x0,0xff,0x32,0x10,0x0,0xff,0x33,0x11,0x0,0xff,0x34,0x11,0x0, + 0xff,0x35,0x12,0x0,0xff,0x36,0x13,0x0,0xff,0x39,0x15,0x0,0xff,0x3a,0x15,0x0, + 0xff,0x3c,0x17,0x0,0xff,0x3d,0x18,0x0,0xff,0x3e,0x18,0x0,0xff,0x3f,0x19,0x0, + 0xff,0x40,0x1a,0x0,0xff,0x41,0x1d,0x0,0xff,0x42,0x1c,0x0,0xff,0x43,0x1e,0x0, + 0xff,0x44,0x1e,0x0,0xff,0x4a,0x22,0x0,0xff,0x4e,0x29,0x0,0xff,0x54,0x43,0x29, + 0xff,0x55,0x55,0x55,0xff,0x5f,0x5f,0x5f,0xff,0xd2,0xd2,0xd2,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf6,0xf6,0xff,0xf2,0xf2,0xf1, + 0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xea,0xff,0xe3,0xe3,0xe3,0xff,0xdd,0xdd,0xdd, + 0xff,0xd7,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc5,0xc4,0xc4,0xff,0xbb,0xbb,0xb9, + 0xff,0xae,0xad,0xac,0xff,0xa2,0xa1,0xa0,0xff,0x95,0x93,0x92,0xff,0x85,0x83,0x82, + 0xff,0x73,0x71,0x71,0xff,0x62,0x61,0x5f,0xff,0xa8,0x80,0x40,0xff,0xe8,0xba,0x72, + 0xff,0xea,0xc3,0x8b,0xff,0xea,0xc5,0x8e,0xff,0xeb,0xc6,0x8d,0xff,0xeb,0xc5,0x8f, + 0xff,0xec,0xc7,0x8f,0xff,0xec,0xc7,0x90,0xff,0xec,0xc7,0x92,0xff,0xec,0xc8,0x93, + 0xff,0xed,0xc9,0x94,0xff,0xf6,0xd0,0x9a,0xff,0xcd,0xb2,0x81,0xff,0x77,0x72,0x46, + 0xff,0x1c,0x33,0xc,0xff,0x19,0x49,0x1e,0xff,0x26,0x6d,0x3d,0xff,0x23,0x82,0x4f, + 0xff,0x21,0x84,0x51,0xff,0x22,0x81,0x4d,0xff,0x20,0x81,0x50,0xff,0x20,0x82,0x4f, + 0xff,0x1f,0x82,0x4f,0xff,0x1e,0x83,0x4e,0xff,0x1d,0x82,0x51,0xff,0x1c,0x84,0x52, + 0xff,0x1f,0x86,0x55,0xff,0x22,0x8e,0x5e,0xff,0x28,0x98,0x68,0xff,0x30,0xa0,0x70, + 0xff,0x35,0xa9,0x77,0xff,0x3b,0xb2,0x80,0xff,0x41,0xb9,0x87,0xff,0x44,0xbe,0x8b, + 0xff,0x47,0xc2,0x8f,0xff,0x49,0xc5,0x91,0xff,0x4d,0xc9,0x95,0xff,0x4d,0xcb,0x96, + 0xff,0x4e,0xcb,0x96,0xff,0x4e,0xcb,0x94,0xff,0x4d,0xcb,0x91,0xff,0x4d,0xca,0x92, + 0xff,0x4e,0xca,0x91,0xff,0x4c,0xc9,0x8f,0xff,0x4d,0xc9,0x8f,0xff,0x4c,0xc8,0x8c, + 0xff,0x4b,0xc7,0x8b,0xff,0x4b,0xc6,0x89,0xff,0x4a,0xc6,0x85,0xff,0x4b,0xc5,0x85, + 0xff,0x49,0xc3,0x82,0xff,0x49,0xc2,0x80,0xff,0x48,0xc0,0x7f,0xff,0x49,0xc0,0x7c, + 0xff,0x48,0xbe,0x79,0xff,0x46,0xbc,0x75,0xff,0x47,0xbc,0x73,0xff,0x45,0xb9,0x70, + 0xff,0x46,0xb9,0x6d,0xff,0x44,0xb7,0x6a,0xff,0x44,0xb5,0x67,0xff,0x42,0xb3,0x61, + 0xff,0x43,0xb1,0x5f,0xff,0x41,0xb0,0x5d,0xff,0x42,0xb0,0x59,0xff,0x41,0xad,0x55, + 0xff,0x40,0xaa,0x52,0xff,0x3f,0xa8,0x50,0xff,0x3e,0xa7,0x4e,0xff,0x3d,0xa4,0x49, + 0xff,0x39,0x9e,0x43,0xff,0x34,0x99,0x35,0xff,0x33,0x98,0x30,0xff,0x33,0x97,0x32, + 0xff,0x36,0x99,0x36,0xff,0x37,0x98,0x38,0xff,0x35,0x95,0x35,0xff,0x32,0x95,0x34, + 0xff,0x30,0x90,0x33,0xff,0x2d,0x89,0x2f,0xff,0x29,0x81,0x29,0xff,0x24,0x78,0x27, + 0xff,0x1d,0x6b,0x21,0xff,0x16,0x5a,0x1c,0xff,0x9,0x40,0xb,0xff,0x0,0x1e,0x0, + 0xff,0x10,0x32,0x13,0xff,0x3d,0x5b,0x40,0xff,0x88,0x9b,0x8b,0xff,0xe9,0xea,0xe7, + 0xff,0xfd,0xfb,0xfb,0xff,0xf3,0xf2,0xf0,0xff,0xef,0xef,0xee,0xff,0xef,0xef,0xed, + 0xff,0xee,0xee,0xed,0xff,0xee,0xee,0xec,0xff,0xec,0xec,0xeb,0xff,0xec,0xed,0xea, + 0xff,0xeb,0xeb,0xe9,0xff,0xeb,0xea,0xe8,0xff,0xe9,0xe8,0xe7,0xff,0xea,0xe8,0xe6, + 0xff,0xe8,0xe7,0xe5,0xff,0xe7,0xe6,0xe4,0xff,0xe5,0xe5,0xe2,0xff,0xe2,0xe1,0xe0, + 0xff,0xe1,0xe1,0xde,0xff,0xdf,0xde,0xdd,0xff,0xdc,0xdc,0xdb,0xff,0xda,0xda,0xd7, + 0xff,0xd8,0xd7,0xd5,0xff,0xd4,0xd4,0xd3,0xff,0xd9,0xd7,0xd3,0xff,0xe1,0xdd,0xd6, + 0xff,0xf3,0xec,0xe1,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf5,0xe4,0xff,0xff,0xf4,0xe4,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf4,0xe3, + 0xff,0xff,0xf3,0xe1,0xff,0xfe,0xf4,0xe0,0xff,0xfe,0xf4,0xe0,0xff,0xfd,0xf3,0xdf, + 0xff,0xfc,0xf2,0xdd,0xff,0xfc,0xf2,0xdd,0xff,0xfd,0xf2,0xde,0xff,0xf2,0xe4,0xcd, + 0xff,0xef,0xe0,0xc7,0xff,0xef,0xe0,0xc7,0xff,0xef,0xe0,0xc5,0xff,0xfb,0xf7,0xef, + 0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfe,0xfb,0xff,0xff,0xfc,0xfb,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xff,0xfd,0xfb,0xff,0xff,0xfd,0xfa,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfb,0xfa,0xff,0xfe,0xfb,0xf8,0xff,0xfe,0xfc,0xf9, + 0xff,0xfd,0xfb,0xf9,0xff,0xb4,0xa0,0x72,0xff,0xb4,0x9f,0x72,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x18,0x56,0x56,0x56,0xca,0x4c,0x4c,0x4c, + 0xff,0xa0,0xa0,0x9f,0xff,0xf4,0xf4,0xf3,0xff,0xf3,0xf3,0xf1,0xff,0xf0,0xf0,0xef, + 0xff,0xf0,0xf0,0xef,0xff,0xf0,0xf0,0xef,0xff,0xf1,0xf1,0xef,0xff,0xf1,0xf1,0xef, + 0xff,0xfa,0xfb,0xf9,0xff,0xf2,0xf2,0xf0,0xff,0x72,0x65,0x5c,0xff,0x3,0x0,0x0, + 0xff,0x11,0x3,0x0,0xff,0x13,0x3,0x0,0xff,0x17,0x4,0x0,0xff,0x1b,0x4,0x0, + 0xff,0x1c,0x5,0x0,0xff,0x1c,0x4,0x0,0xff,0x1d,0x4,0x0,0xff,0x1f,0x5,0x0, + 0xff,0x21,0x5,0x0,0xff,0x22,0x6,0x0,0xff,0x24,0x7,0x0,0xff,0x26,0x6,0x0, + 0xff,0x27,0x8,0x0,0xff,0x28,0x8,0x0,0xff,0x2a,0xa,0x0,0xff,0x2b,0xa,0x0, + 0xff,0x2e,0xe,0x0,0xff,0x2e,0xd,0x0,0xff,0x30,0xe,0x0,0xff,0x31,0xf,0x0, + 0xff,0x33,0x11,0x0,0xff,0x34,0x12,0x0,0xff,0x36,0x14,0x0,0xff,0x37,0x14,0x0, + 0xff,0x39,0x15,0x0,0xff,0x39,0x16,0x0,0xff,0x3b,0x17,0x0,0xff,0x3c,0x17,0x0, + 0xff,0x3d,0x18,0x0,0xff,0x3d,0x19,0x0,0xff,0x3f,0x1a,0x0,0xff,0x40,0x1a,0x0, + 0xff,0x41,0x1a,0x0,0xff,0x42,0x1b,0x0,0xff,0x4e,0x39,0x16,0xff,0x56,0x55,0x55, + 0xff,0x50,0x52,0x55,0xff,0xb0,0xb0,0xb0,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfe,0xfe, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf6,0xf7, + 0xff,0xf2,0xf2,0xf2,0xff,0xee,0xee,0xed,0xff,0xe9,0xe9,0xe9,0xff,0xe4,0xe4,0xe4, + 0xff,0xde,0xde,0xde,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xce,0xce,0xff,0xc5,0xc5,0xc3, + 0xff,0xbc,0xbb,0xb9,0xff,0xaf,0xae,0xad,0xff,0xa2,0xa1,0x9f,0xff,0x95,0x94,0x92, + 0xff,0x84,0x83,0x82,0xff,0x72,0x71,0x6f,0xff,0x63,0x63,0x66,0xff,0xb1,0x9a,0x79, + 0xff,0xed,0xc7,0x8f,0xff,0xeb,0xc4,0x8b,0xff,0xe9,0xc4,0x8b,0xff,0xe9,0xc4,0x8d, + 0xff,0xeb,0xc5,0x8e,0xff,0xeb,0xc6,0x8f,0xff,0xeb,0xc6,0x92,0xff,0xee,0xc9,0x93, + 0xff,0xf6,0xcf,0x99,0xff,0xb0,0x9c,0x6b,0xff,0x49,0x4e,0x26,0xff,0xe,0x32,0x8, + 0xff,0x24,0x60,0x32,0xff,0x25,0x7f,0x4d,0xff,0x22,0x83,0x50,0xff,0x24,0x7f,0x4e, + 0xff,0x23,0x80,0x4d,0xff,0x22,0x80,0x4d,0xff,0x21,0x80,0x4d,0xff,0x21,0x81,0x4e, + 0xff,0x20,0x82,0x4f,0xff,0x20,0x84,0x51,0xff,0x21,0x86,0x55,0xff,0x26,0x8d,0x5c, + 0xff,0x2a,0x97,0x65,0xff,0x30,0x9e,0x6d,0xff,0x35,0xa6,0x74,0xff,0x39,0xae,0x7c, + 0xff,0x3d,0xb4,0x83,0xff,0x42,0xbc,0x89,0xff,0x46,0xc0,0x8e,0xff,0x48,0xc3,0x91, + 0xff,0x4b,0xc7,0x94,0xff,0x4c,0xc8,0x94,0xff,0x4d,0xcb,0x95,0xff,0x4d,0xcb,0x94, + 0xff,0x4d,0xcb,0x93,0xff,0x4d,0xcb,0x91,0xff,0x4d,0xca,0x8e,0xff,0x4c,0xc9,0x90, + 0xff,0x4c,0xc8,0x8f,0xff,0x4c,0xc8,0x8c,0xff,0x4c,0xc7,0x8b,0xff,0x4a,0xc7,0x8a, + 0xff,0x4b,0xc6,0x88,0xff,0x49,0xc6,0x86,0xff,0x49,0xc5,0x83,0xff,0x49,0xc2,0x81, + 0xff,0x4a,0xc2,0x80,0xff,0x49,0xc0,0x7e,0xff,0x47,0xbe,0x7b,0xff,0x47,0xbe,0x78, + 0xff,0x47,0xbc,0x74,0xff,0x46,0xba,0x71,0xff,0x44,0xb9,0x6e,0xff,0x46,0xb8,0x6c, + 0xff,0x45,0xb7,0x68,0xff,0x42,0xb4,0x65,0xff,0x44,0xb3,0x61,0xff,0x40,0xb0,0x5c, + 0xff,0x40,0xae,0x59,0xff,0x40,0xad,0x56,0xff,0x41,0xac,0x54,0xff,0x40,0xa8,0x50, + 0xff,0x3f,0xa7,0x4e,0xff,0x3e,0xa4,0x4b,0xff,0x3c,0xa3,0x48,0xff,0x3b,0x9f,0x42, + 0xff,0x34,0x99,0x35,0xff,0x33,0x97,0x32,0xff,0x31,0x95,0x31,0xff,0x34,0x96,0x32, + 0xff,0x36,0x97,0x35,0xff,0x34,0x96,0x33,0xff,0x32,0x94,0x32,0xff,0x2f,0x8b,0x33, + 0xff,0x29,0x81,0x2c,0xff,0x25,0x7a,0x27,0xff,0x20,0x6b,0x24,0xff,0x17,0x57,0x17, + 0xff,0xa,0x42,0x7,0xff,0x0,0x21,0x0,0xff,0x9,0x2c,0xe,0xff,0x51,0x6c,0x56, + 0xff,0x9f,0xad,0xa2,0xff,0xe7,0xe9,0xe7,0xff,0xff,0xfd,0xff,0xff,0xf4,0xf3,0xf2, + 0xff,0xef,0xef,0xef,0xff,0xee,0xee,0xed,0xff,0xee,0xee,0xee,0xff,0xed,0xed,0xec, + 0xff,0xed,0xed,0xec,0xff,0xec,0xeb,0xeb,0xff,0xec,0xeb,0xe9,0xff,0xea,0xea,0xe8, + 0xff,0xe9,0xe9,0xe8,0xff,0xe8,0xe7,0xe6,0xff,0xe8,0xe7,0xe6,0xff,0xe6,0xe6,0xe3, + 0xff,0xe5,0xe5,0xe2,0xff,0xe3,0xe2,0xe1,0xff,0xe1,0xe0,0xdf,0xff,0xde,0xde,0xdb, + 0xff,0xdc,0xdc,0xda,0xff,0xda,0xd9,0xd9,0xff,0xd7,0xd7,0xd6,0xff,0xd4,0xd4,0xd1, + 0xff,0xd8,0xd7,0xd2,0xff,0xe6,0xe0,0xda,0xff,0xf7,0xf0,0xe5,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf4,0xe4,0xff,0xff,0xf3,0xe2,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe1, + 0xff,0xfd,0xf3,0xe0,0xff,0xfd,0xf3,0xe0,0xff,0xfd,0xf2,0xdf,0xff,0xfc,0xf2,0xdd, + 0xff,0xfc,0xf2,0xdd,0xff,0xfd,0xf2,0xde,0xff,0xfb,0xf0,0xdd,0xff,0xf2,0xe4,0xcc, + 0xff,0xef,0xdf,0xc6,0xff,0xef,0xe0,0xc5,0xff,0xee,0xe0,0xc6,0xff,0xfb,0xf7,0xef, + 0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xff,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xff,0xfc,0xfa,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9, + 0xff,0xff,0xfc,0xfa,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfb,0xf9,0xff,0xfd,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf8,0xff,0xb5,0x9f,0x73,0xff,0xb4,0xa0,0x72,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0x5d,0x53,0x53,0x53, + 0xf8,0x5b,0x5b,0x5b,0xff,0xc6,0xc6,0xc5,0xff,0xf8,0xf8,0xf6,0xff,0xf0,0xf0,0xef, + 0xff,0xf1,0xf1,0xef,0xff,0xf1,0xf1,0xf0,0xff,0xf6,0xf6,0xf5,0xff,0xfa,0xfa,0xf9, + 0xff,0xe2,0xe1,0xe0,0xff,0xaf,0xb1,0xaf,0xff,0x52,0x50,0x4d,0xff,0x3,0x2,0x1, + 0xff,0x5,0x1,0x0,0xff,0xf,0x3,0x0,0xff,0x16,0x3,0x0,0xff,0x18,0x3,0x0, + 0xff,0x19,0x4,0x0,0xff,0x1a,0x4,0x0,0xff,0x1a,0x4,0x0,0xff,0x1c,0x4,0x0, + 0xff,0x1e,0x4,0x0,0xff,0x1f,0x5,0x0,0xff,0x20,0x5,0x0,0xff,0x21,0x5,0x0, + 0xff,0x24,0x7,0x0,0xff,0x26,0x8,0x0,0xff,0x26,0x7,0x0,0xff,0x28,0x9,0x0, + 0xff,0x2b,0xb,0x0,0xff,0x2c,0xb,0x0,0xff,0x2d,0xc,0x0,0xff,0x2f,0xe,0x0, + 0xff,0x2f,0xe,0x0,0xff,0x30,0xf,0x0,0xff,0x32,0x11,0x0,0xff,0x35,0x12,0x0, + 0xff,0x36,0x12,0x0,0xff,0x36,0x13,0x0,0xff,0x37,0x14,0x0,0xff,0x38,0x14,0x0, + 0xff,0x39,0x15,0x0,0xff,0x3b,0x16,0x0,0xff,0x3b,0x19,0x0,0xff,0x3d,0x19,0x0, + 0xff,0x3d,0x15,0x0,0xff,0x46,0x2c,0x5,0xff,0x55,0x54,0x51,0xff,0x48,0x4a,0x4d, + 0xff,0x9a,0x99,0x99,0xff,0xf7,0xf7,0xf7,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf8,0xf8, + 0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1,0xff,0xef,0xef,0xed,0xff,0xea,0xea,0xea, + 0xff,0xe3,0xe3,0xe3,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd, + 0xff,0xc6,0xc5,0xc5,0xff,0xba,0xb9,0xb9,0xff,0xae,0xad,0xac,0xff,0xa1,0xa0,0x9f, + 0xff,0x93,0x92,0x91,0xff,0x84,0x83,0x81,0xff,0x6f,0x6e,0x6e,0xff,0x64,0x61,0x61, + 0xff,0xb0,0x99,0x77,0xff,0xee,0xc7,0x8d,0xff,0xea,0xc4,0x8c,0xff,0xe8,0xc4,0x8b, + 0xff,0xe9,0xc3,0x8c,0xff,0xe9,0xc4,0x8d,0xff,0xf0,0xc9,0x92,0xff,0xec,0xc6,0x90, + 0xff,0x8f,0x83,0x56,0xff,0x2c,0x3d,0x14,0xff,0x1b,0x48,0x1d,0xff,0x28,0x6f,0x40, + 0xff,0x27,0x83,0x4e,0xff,0x26,0x7e,0x4b,0xff,0x25,0x7e,0x4a,0xff,0x24,0x7e,0x4b, + 0xff,0x23,0x7f,0x4c,0xff,0x22,0x80,0x4c,0xff,0x24,0x84,0x51,0xff,0x25,0x88,0x55, + 0xff,0x27,0x8c,0x5b,0xff,0x2a,0x91,0x61,0xff,0x2e,0x98,0x67,0xff,0x32,0xa1,0x6e, + 0xff,0x36,0xa8,0x76,0xff,0x3b,0xae,0x7c,0xff,0x3f,0xb4,0x82,0xff,0x40,0xb9,0x87, + 0xff,0x45,0xbf,0x8c,0xff,0x48,0xc2,0x90,0xff,0x4a,0xc6,0x93,0xff,0x4c,0xc8,0x94, + 0xff,0x4e,0xcb,0x95,0xff,0x4e,0xcc,0x95,0xff,0x4d,0xcb,0x94,0xff,0x4d,0xcb,0x91, + 0xff,0x4d,0xcb,0x90,0xff,0x4c,0xc9,0x93,0xff,0x4d,0xc8,0x90,0xff,0x4c,0xc7,0x8f, + 0xff,0x4c,0xc7,0x8d,0xff,0x4c,0xc8,0x8a,0xff,0x4a,0xc5,0x89,0xff,0x4a,0xc5,0x86, + 0xff,0x49,0xc5,0x85,0xff,0x4a,0xc4,0x82,0xff,0x4a,0xc1,0x82,0xff,0x49,0xc0,0x7e, + 0xff,0x47,0xbe,0x7b,0xff,0x48,0xbe,0x79,0xff,0x46,0xbc,0x75,0xff,0x47,0xbb,0x74, + 0xff,0x46,0xba,0x70,0xff,0x44,0xb7,0x6c,0xff,0x45,0xb7,0x69,0xff,0x43,0xb5,0x66, + 0xff,0x42,0xb2,0x64,0xff,0x43,0xb2,0x60,0xff,0x42,0xaf,0x5c,0xff,0x41,0xac,0x57, + 0xff,0x41,0xaa,0x57,0xff,0x40,0xaa,0x50,0xff,0x40,0xa7,0x4f,0xff,0x3f,0xa5,0x4c, + 0xff,0x3e,0xa3,0x49,0xff,0x3d,0xa1,0x47,0xff,0x3c,0x9f,0x43,0xff,0x37,0x99,0x38, + 0xff,0x34,0x96,0x2f,0xff,0x31,0x93,0x2b,0xff,0x33,0x95,0x2d,0xff,0x36,0x98,0x35, + 0xff,0x35,0x95,0x33,0xff,0x31,0x8d,0x32,0xff,0x2b,0x84,0x2d,0xff,0x27,0x7c,0x2a, + 0xff,0x21,0x6f,0x23,0xff,0x17,0x55,0x18,0xff,0xb,0x3d,0xd,0xff,0x0,0x20,0x0, + 0xff,0x4,0x29,0x7,0xff,0x55,0x70,0x5a,0xff,0xa3,0xb0,0xa6,0xff,0xea,0xec,0xe9, + 0xff,0xff,0xfe,0xff,0xff,0xf4,0xf4,0xf4,0xff,0xed,0xed,0xef,0xff,0xee,0xee,0xed, + 0xff,0xec,0xec,0xee,0xff,0xed,0xed,0xec,0xff,0xeb,0xeb,0xeb,0xff,0xeb,0xea,0xea, + 0xff,0xeb,0xeb,0xeb,0xff,0xe9,0xe9,0xeb,0xff,0xe8,0xe8,0xe8,0xff,0xe8,0xe9,0xe7, + 0xff,0xe7,0xe7,0xe6,0xff,0xe4,0xe4,0xe3,0xff,0xe3,0xe2,0xe2,0xff,0xe2,0xe2,0xe0, + 0xff,0xe1,0xdf,0xdf,0xff,0xdf,0xdd,0xdd,0xff,0xdd,0xdc,0xda,0xff,0xda,0xd8,0xd8, + 0xff,0xd7,0xd7,0xd6,0xff,0xd4,0xd4,0xd1,0xff,0xd8,0xd6,0xd2,0xff,0xe7,0xe3,0xdb, + 0xff,0xf5,0xef,0xe4,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf5,0xe5,0xff,0xfe,0xf5,0xe4, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf4,0xe3,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf4,0xe2,0xff,0xfd,0xf3,0xe0, + 0xff,0xfe,0xf4,0xe0,0xff,0xfd,0xf3,0xe1,0xff,0xfd,0xf2,0xde,0xff,0xfc,0xf2,0xdd, + 0xff,0xfd,0xf1,0xde,0xff,0xfc,0xf1,0xdd,0xff,0xfc,0xf1,0xdc,0xff,0xf2,0xe4,0xcc, + 0xff,0xf0,0xe0,0xc6,0xff,0xee,0xe0,0xc5,0xff,0xee,0xe0,0xc4,0xff,0xfb,0xf6,0xee, + 0xff,0xff,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xff,0xfc,0xfb,0xff,0xfe,0xfc,0xfa, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xff,0xfb,0xfa, + 0xff,0xfe,0xfb,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf9,0xff,0xfe,0xfc,0xf9, + 0xff,0xfd,0xfb,0xf7,0xff,0xb5,0xa1,0x73,0xff,0xb6,0xa0,0x74,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0xc,0x59,0x59,0x59, + 0xa8,0x4b,0x4b,0x4b,0xff,0x79,0x79,0x79,0xff,0xe1,0xe1,0xe0,0xff,0xf6,0xf6,0xf4, + 0xff,0xf6,0xf6,0xf5,0xff,0xf8,0xf8,0xf7,0xff,0xdb,0xdb,0xda,0xff,0xa9,0xa9,0xa6, + 0xff,0x74,0x74,0x72,0xff,0x46,0x47,0x46,0xff,0x3b,0x3c,0x3a,0xff,0x17,0x10,0xb, + 0xff,0x2,0x0,0x0,0xff,0xc,0x2,0x0,0xff,0x12,0x3,0x0,0xff,0x15,0x4,0x0, + 0xff,0x17,0x4,0x0,0xff,0x19,0x4,0x0,0xff,0x19,0x4,0x0,0xff,0x1a,0x4,0x0, + 0xff,0x1c,0x4,0x0,0xff,0x1d,0x4,0x0,0xff,0x1e,0x4,0x0,0xff,0x20,0x6,0x0, + 0xff,0x21,0x5,0x0,0xff,0x22,0x6,0x0,0xff,0x24,0x7,0x0,0xff,0x27,0x8,0x0, + 0xff,0x27,0x8,0x0,0xff,0x28,0x9,0x0,0xff,0x2a,0xc,0x0,0xff,0x2b,0xb,0x0, + 0xff,0x2d,0xc,0x0,0xff,0x2e,0xe,0x0,0xff,0x30,0xe,0x0,0xff,0x31,0x10,0x0, + 0xff,0x31,0x12,0x0,0xff,0x33,0x12,0x0,0xff,0x34,0x12,0x0,0xff,0x36,0x13,0x0, + 0xff,0x36,0x13,0x0,0xff,0x39,0x15,0x0,0xff,0x39,0x16,0x0,0xff,0x3a,0x16,0x0, + 0xff,0x44,0x2c,0xe,0xff,0x56,0x51,0x4e,0xff,0x4b,0x4d,0x4e,0xff,0x85,0x85,0x85, + 0xff,0xf3,0xf1,0xf1,0xff,0xff,0xff,0xff,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf3,0xf3,0xf1,0xff,0xee,0xee,0xed, + 0xff,0xe9,0xe9,0xe9,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd7,0xd7,0xd7, + 0xff,0xce,0xce,0xce,0xff,0xc6,0xc4,0xc5,0xff,0xbb,0xbb,0xb9,0xff,0xae,0xad,0xac, + 0xff,0xa2,0xa1,0x9f,0xff,0x95,0x94,0x92,0xff,0x84,0x83,0x82,0xff,0x6e,0x6d,0x6d, + 0xff,0x65,0x62,0x5f,0xff,0xaf,0x98,0x76,0xff,0xee,0xc7,0x8d,0xff,0xe9,0xc3,0x8c, + 0xff,0xe7,0xc2,0x8b,0xff,0xf3,0xc9,0x92,0xff,0xda,0xb8,0x82,0xff,0x7a,0x74,0x48, + 0xff,0x1b,0x33,0xc,0xff,0x21,0x59,0x2a,0xff,0x28,0x79,0x43,0xff,0x26,0x80,0x4c, + 0xff,0x27,0x7c,0x48,0xff,0x25,0x7d,0x49,0xff,0x26,0x7d,0x49,0xff,0x24,0x7e,0x4a, + 0xff,0x26,0x82,0x4f,0xff,0x28,0x89,0x57,0xff,0x2c,0x91,0x5f,0xff,0x30,0x98,0x65, + 0xff,0x32,0x9f,0x6c,0xff,0x36,0xa3,0x74,0xff,0x39,0xa8,0x78,0xff,0x3c,0xae,0x7c, + 0xff,0x40,0xb5,0x83,0xff,0x42,0xb9,0x85,0xff,0x45,0xbd,0x8a,0xff,0x47,0xc1,0x8f, + 0xff,0x49,0xc4,0x90,0xff,0x4d,0xc9,0x93,0xff,0x4d,0xca,0x95,0xff,0x4d,0xcb,0x94, + 0xff,0x4e,0xcb,0x95,0xff,0x4d,0xcb,0x93,0xff,0x4d,0xcb,0x92,0xff,0x4e,0xca,0x93, + 0xff,0x4c,0xca,0x90,0xff,0x4d,0xc8,0x8f,0xff,0x4c,0xc8,0x8c,0xff,0x4c,0xc8,0x8a, + 0xff,0x4b,0xc6,0x89,0xff,0x4a,0xc5,0x87,0xff,0x4a,0xc4,0x85,0xff,0x4a,0xc3,0x83, + 0xff,0x4a,0xc3,0x81,0xff,0x4a,0xc1,0x80,0xff,0x48,0xbf,0x7c,0xff,0x48,0xbf,0x79, + 0xff,0x48,0xbc,0x77,0xff,0x45,0xbb,0x74,0xff,0x47,0xba,0x72,0xff,0x45,0xb8,0x6e, + 0xff,0x45,0xb7,0x6b,0xff,0x44,0xb5,0x67,0xff,0x45,0xb4,0x64,0xff,0x43,0xb1,0x61, + 0xff,0x42,0xaf,0x5d,0xff,0x43,0xaf,0x58,0xff,0x41,0xab,0x56,0xff,0x41,0xaa,0x52, + 0xff,0x42,0xa7,0x51,0xff,0x3e,0xa7,0x4c,0xff,0x3e,0xa5,0x49,0xff,0x3e,0xa2,0x48, + 0xff,0x3c,0x9f,0x42,0xff,0x3d,0x9d,0x40,0xff,0x39,0x99,0x38,0xff,0x33,0x95,0x2b, + 0xff,0x33,0x94,0x2a,0xff,0x32,0x92,0x29,0xff,0x33,0x92,0x2f,0xff,0x31,0x8d,0x32, + 0xff,0x2e,0x85,0x2e,0xff,0x29,0x7f,0x28,0xff,0x25,0x72,0x24,0xff,0x1a,0x58,0x17, + 0xff,0xc,0x3f,0xe,0xff,0x0,0x23,0x0,0xff,0xa,0x2f,0xa,0xff,0x58,0x71,0x5a, + 0xff,0xa8,0xb5,0xa9,0xff,0xe4,0xe7,0xe4,0xff,0xff,0xfe,0xfe,0xff,0xf4,0xf3,0xf2, + 0xff,0xee,0xee,0xee,0xff,0xef,0xef,0xec,0xff,0xee,0xee,0xec,0xff,0xed,0xed,0xec, + 0xff,0xec,0xec,0xea,0xff,0xea,0xea,0xea,0xff,0xea,0xe9,0xe9,0xff,0xea,0xe9,0xe9, + 0xff,0xe9,0xe9,0xe7,0xff,0xe7,0xe7,0xe6,0xff,0xe7,0xe6,0xe7,0xff,0xe5,0xe5,0xe5, + 0xff,0xe3,0xe3,0xe3,0xff,0xe1,0xe1,0xe0,0xff,0xe0,0xdf,0xde,0xff,0xde,0xdd,0xdb, + 0xff,0xdb,0xdb,0xd9,0xff,0xd9,0xd9,0xd8,0xff,0xd6,0xd6,0xd6,0xff,0xd3,0xd3,0xd1, + 0xff,0xd5,0xd4,0xd1,0xff,0xe7,0xe3,0xdb,0xff,0xf6,0xee,0xe3,0xff,0xff,0xf7,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5, + 0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf5,0xe4,0xff,0xfe,0xf3,0xe2, + 0xff,0xff,0xf4,0xe3,0xff,0xff,0xf3,0xe1,0xff,0xfe,0xf4,0xe0,0xff,0xfe,0xf4,0xe0, + 0xff,0xfc,0xf2,0xe0,0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf2,0xdd,0xff,0xfd,0xf2,0xde, + 0xff,0xfc,0xf1,0xdd,0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf1,0xdc,0xff,0xf2,0xe4,0xcb, + 0xff,0xee,0xe0,0xc5,0xff,0xee,0xe0,0xc4,0xff,0xef,0xdf,0xc3,0xff,0xfb,0xf6,0xee, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xff,0xfd,0xfb,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfb,0xfa,0xff,0xfe,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7, + 0xff,0xfd,0xfa,0xf7,0xff,0xb5,0xa1,0x73,0xff,0xb6,0xa1,0x73,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58, + 0x2e,0x57,0x57,0x57,0xdb,0x4f,0x4f,0x4f,0xff,0x95,0x95,0x94,0xff,0xf0,0xf0,0xef, + 0xff,0xd6,0xd6,0xd4,0xff,0x9c,0x9c,0x9a,0xff,0x67,0x67,0x67,0xff,0x44,0x44,0x43, + 0xff,0x38,0x38,0x38,0xff,0x3b,0x3b,0x3b,0xff,0x45,0x45,0x47,0xff,0x2a,0x25,0x24, + 0xff,0x4,0x2,0x1,0xff,0x6,0x2,0x0,0xff,0xe,0x2,0x0,0xff,0x13,0x3,0x0, + 0xff,0x16,0x3,0x0,0xff,0x16,0x3,0x0,0xff,0x17,0x3,0x0,0xff,0x19,0x4,0x0, + 0xff,0x19,0x3,0x0,0xff,0x1a,0x4,0x0,0xff,0x1c,0x4,0x0,0xff,0x1f,0x5,0x0, + 0xff,0x20,0x6,0x0,0xff,0x21,0x5,0x0,0xff,0x22,0x6,0x0,0xff,0x24,0x6,0x0, + 0xff,0x25,0x7,0x0,0xff,0x26,0x7,0x0,0xff,0x27,0x9,0x0,0xff,0x27,0xa,0x0, + 0xff,0x2a,0xb,0x0,0xff,0x2b,0xc,0x0,0xff,0x2d,0xd,0x0,0xff,0x2e,0xe,0x0, + 0xff,0x2e,0x10,0x0,0xff,0x32,0x10,0x0,0xff,0x32,0x11,0x0,0xff,0x34,0x12,0x0, + 0xff,0x33,0x13,0x0,0xff,0x35,0x12,0x0,0xff,0x36,0x12,0x0,0xff,0x45,0x32,0x19, + 0xff,0x56,0x55,0x54,0xff,0x4c,0x4e,0x50,0xff,0x86,0x86,0x86,0xff,0xeb,0xeb,0xeb, + 0xff,0xfe,0xfe,0xfe,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xf9,0xf9,0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf2, + 0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xd0,0xce,0xce,0xff,0xc5,0xc4,0xc4,0xff,0xba,0xba,0xb9, + 0xff,0xae,0xad,0xac,0xff,0xa2,0xa1,0x9f,0xff,0x95,0x94,0x92,0xff,0x85,0x82,0x81, + 0xff,0x6d,0x6c,0x6c,0xff,0x65,0x62,0x5e,0xff,0xb1,0x98,0x75,0xff,0xec,0xc5,0x8e, + 0xff,0xf7,0xcc,0x92,0xff,0xcc,0xae,0x7b,0xff,0x5c,0x5d,0x33,0xff,0x1d,0x38,0x10, + 0xff,0x26,0x62,0x35,0xff,0x29,0x7a,0x46,0xff,0x28,0x7d,0x47,0xff,0x27,0x7b,0x47, + 0xff,0x27,0x7c,0x48,0xff,0x26,0x7c,0x48,0xff,0x26,0x7e,0x4b,0xff,0x2a,0x87,0x54, + 0xff,0x2e,0x8f,0x5e,0xff,0x32,0x98,0x66,0xff,0x35,0xa0,0x6e,0xff,0x39,0xa7,0x75, + 0xff,0x3c,0xac,0x7a,0xff,0x3e,0xaf,0x7c,0xff,0x40,0xb5,0x83,0xff,0x43,0xb9,0x86, + 0xff,0x46,0xbe,0x89,0xff,0x47,0xc1,0x8d,0xff,0x49,0xc4,0x8f,0xff,0x4c,0xc6,0x91, + 0xff,0x4c,0xc8,0x93,0xff,0x4d,0xcb,0x93,0xff,0x4e,0xcc,0x95,0xff,0x4d,0xca,0x92, + 0xff,0x4e,0xca,0x92,0xff,0x4e,0xc9,0x91,0xff,0x4c,0xc9,0x90,0xff,0x4d,0xc9,0x8e, + 0xff,0x4d,0xc9,0x8b,0xff,0x4c,0xc8,0x8c,0xff,0x4b,0xc6,0x87,0xff,0x4a,0xc5,0x87, + 0xff,0x4a,0xc4,0x85,0xff,0x49,0xc3,0x83,0xff,0x49,0xc2,0x81,0xff,0x49,0xc2,0x7e, + 0xff,0x48,0xc0,0x7d,0xff,0x47,0xc0,0x7a,0xff,0x47,0xbd,0x76,0xff,0x47,0xbd,0x74, + 0xff,0x47,0xba,0x71,0xff,0x46,0xb9,0x6f,0xff,0x45,0xb8,0x6c,0xff,0x44,0xb5,0x68, + 0xff,0x43,0xb3,0x65,0xff,0x43,0xb2,0x62,0xff,0x43,0xaf,0x5f,0xff,0x42,0xad,0x5b, + 0xff,0x41,0xab,0x56,0xff,0x41,0xa9,0x51,0xff,0x41,0xa8,0x4f,0xff,0x41,0xa6,0x4d, + 0xff,0x40,0xa4,0x4b,0xff,0x3e,0xa3,0x47,0xff,0x3d,0xa0,0x44,0xff,0x3c,0x9d,0x40, + 0xff,0x3c,0x9c,0x3b,0xff,0x39,0x99,0x38,0xff,0x35,0x94,0x2d,0xff,0x34,0x95,0x2a, + 0xff,0x30,0x8f,0x25,0xff,0x2e,0x87,0x27,0xff,0x2d,0x80,0x2a,0xff,0x2a,0x7d,0x28, + 0xff,0x23,0x6f,0x23,0xff,0x1a,0x57,0x1a,0xff,0x10,0x40,0x12,0xff,0x1,0x2a,0x0, + 0xff,0x9,0x31,0x8,0xff,0x6c,0x81,0x70,0xff,0xbb,0xc4,0xba,0xff,0xdf,0xe2,0xde, + 0xff,0xfb,0xfa,0xf8,0xff,0xf4,0xf3,0xf3,0xff,0xee,0xed,0xec,0xff,0xee,0xed,0xec, + 0xff,0xed,0xed,0xeb,0xff,0xec,0xec,0xea,0xff,0xeb,0xeb,0xea,0xff,0xeb,0xeb,0xea, + 0xff,0xea,0xea,0xe8,0xff,0xe9,0xe8,0xe8,0xff,0xe9,0xe9,0xe8,0xff,0xe8,0xe8,0xe6, + 0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe5,0xe2,0xff,0xe3,0xe3,0xe1,0xff,0xe0,0xe0,0xdf, + 0xff,0xe0,0xdf,0xde,0xff,0xdd,0xdd,0xdc,0xff,0xdb,0xda,0xd9,0xff,0xda,0xd9,0xd7, + 0xff,0xd6,0xd6,0xd5,0xff,0xd3,0xd3,0xd2,0xff,0xd8,0xd6,0xd2,0xff,0xe9,0xe5,0xdc, + 0xff,0xf5,0xef,0xe3,0xff,0xff,0xf7,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xea, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe5, + 0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe3, + 0xff,0xff,0xf3,0xe1,0xff,0xfd,0xf3,0xe0,0xff,0xfe,0xf4,0xe0,0xff,0xfd,0xf3,0xe1, + 0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf2,0xdf,0xff,0xfc,0xf1,0xdd, + 0xff,0xfb,0xf0,0xdb,0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xef,0xdb,0xff,0xf1,0xe3,0xca, + 0xff,0xee,0xe0,0xc3,0xff,0xee,0xdf,0xc2,0xff,0xee,0xde,0xc3,0xff,0xfb,0xf6,0xee, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xff,0xfc,0xfa,0xff,0xfe,0xfc,0xf9, + 0xff,0xff,0xfc,0xfa,0xff,0xfe,0xfb,0xfa,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7,0xff,0xfe,0xfb,0xf8, + 0xff,0xfd,0xfa,0xf7,0xff,0xb5,0xa0,0x75,0xff,0xb5,0xa0,0x73,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x58,0x58,0x58,0x60,0x55,0x55,0x55,0xf3,0x59,0x59,0x59,0xff,0x7e,0x7e,0x7e, + 0xff,0x5d,0x5d,0x5c,0xff,0x3d,0x3d,0x3d,0xff,0x35,0x35,0x34,0xff,0x37,0x37,0x36, + 0xff,0x3a,0x3a,0x3a,0xff,0x3b,0x3b,0x3b,0xff,0x3f,0x3f,0x3f,0xff,0x3c,0x3b,0x3c, + 0xff,0x13,0xd,0xa,0xff,0x3,0x0,0x0,0xff,0x9,0x2,0x0,0xff,0xf,0x3,0x0, + 0xff,0x14,0x3,0x0,0xff,0x15,0x3,0x0,0xff,0x16,0x3,0x0,0xff,0x16,0x3,0x0, + 0xff,0x17,0x3,0x0,0xff,0x19,0x4,0x0,0xff,0x19,0x5,0x0,0xff,0x1a,0x4,0x0, + 0xff,0x1c,0x5,0x0,0xff,0x1d,0x5,0x0,0xff,0x21,0x5,0x0,0xff,0x20,0x5,0x0, + 0xff,0x21,0x5,0x0,0xff,0x23,0x7,0x0,0xff,0x24,0x7,0x0,0xff,0x26,0x8,0x0, + 0xff,0x28,0xa,0x0,0xff,0x27,0xa,0x0,0xff,0x2a,0xc,0x0,0xff,0x2b,0xc,0x0, + 0xff,0x2d,0xd,0x0,0xff,0x2e,0xe,0x0,0xff,0x31,0x10,0x0,0xff,0x30,0x11,0x0, + 0xff,0x31,0x11,0x0,0xff,0x33,0x13,0x0,0xff,0x48,0x39,0x29,0xff,0x56,0x55,0x55, + 0xff,0x4d,0x4e,0x4f,0xff,0x85,0x84,0x84,0xff,0xea,0xe9,0xe9,0xff,0xff,0xfe,0xfe, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf6,0xf6, + 0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xed,0xff,0xe9,0xe9,0xe9,0xff,0xe4,0xe4,0xe4, + 0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc5,0xc4,0xc4, + 0xff,0xba,0xba,0xb9,0xff,0xae,0xad,0xac,0xff,0xa1,0xa0,0x9f,0xff,0x94,0x93,0x92, + 0xff,0x84,0x83,0x80,0xff,0x6e,0x6d,0x6e,0xff,0x64,0x62,0x5f,0xff,0xb9,0x9e,0x7c, + 0xff,0xbe,0xa4,0x71,0xff,0x4c,0x52,0x29,0xff,0x1b,0x3c,0x13,0xff,0x26,0x68,0x38, + 0xff,0x2a,0x7c,0x46,0xff,0x28,0x7a,0x46,0xff,0x29,0x7b,0x45,0xff,0x29,0x7b,0x47, + 0xff,0x27,0x7c,0x48,0xff,0x29,0x81,0x4e,0xff,0x2d,0x8a,0x5a,0xff,0x31,0x95,0x63, + 0xff,0x36,0x9e,0x6d,0xff,0x39,0xa5,0x74,0xff,0x3d,0xad,0x79,0xff,0x40,0xb2,0x7f, + 0xff,0x42,0xb7,0x82,0xff,0x44,0xb9,0x87,0xff,0x45,0xbe,0x8b,0xff,0x49,0xc2,0x8e, + 0xff,0x4a,0xc5,0x8f,0xff,0x4c,0xc7,0x91,0xff,0x4d,0xc9,0x93,0xff,0x4c,0xca,0x92, + 0xff,0x4d,0xcb,0x91,0xff,0x4d,0xca,0x92,0xff,0x4d,0xca,0x90,0xff,0x4e,0xca,0x91, + 0xff,0x4d,0xca,0x91,0xff,0x4d,0xc9,0x90,0xff,0x4d,0xc8,0x8d,0xff,0x4b,0xc7,0x8a, + 0xff,0x4b,0xc6,0x87,0xff,0x4a,0xc6,0x88,0xff,0x4b,0xc3,0x85,0xff,0x4b,0xc2,0x84, + 0xff,0x49,0xc1,0x83,0xff,0x49,0xc1,0x7f,0xff,0x48,0xbf,0x7d,0xff,0x48,0xbf,0x7a, + 0xff,0x48,0xbe,0x78,0xff,0x48,0xbc,0x75,0xff,0x47,0xba,0x71,0xff,0x46,0xba,0x6e, + 0xff,0x46,0xb8,0x6c,0xff,0x44,0xb6,0x6a,0xff,0x43,0xb3,0x65,0xff,0x44,0xb3,0x63, + 0xff,0x43,0xaf,0x5f,0xff,0x42,0xae,0x59,0xff,0x42,0xab,0x56,0xff,0x42,0xab,0x53, + 0xff,0x40,0xa8,0x4e,0xff,0x41,0xa6,0x4b,0xff,0x40,0xa5,0x47,0xff,0x3f,0xa3,0x44, + 0xff,0x3e,0xa1,0x42,0xff,0x3d,0x9f,0x3f,0xff,0x3d,0x9d,0x3c,0xff,0x3c,0x9a,0x39, + 0xff,0x3a,0x98,0x36,0xff,0x34,0x95,0x2f,0xff,0x31,0x8f,0x28,0xff,0x2d,0x86,0x27, + 0xff,0x2a,0x7d,0x22,0xff,0x2a,0x7a,0x2a,0xff,0x26,0x70,0x25,0xff,0x18,0x52,0x1a, + 0xff,0xe,0x3a,0xd,0xff,0x2,0x2b,0x0,0xff,0x6,0x2f,0x3,0xff,0x65,0x7d,0x6a, + 0xff,0xc1,0xca,0xc3,0xff,0xe6,0xe8,0xe6,0xff,0xf9,0xf8,0xf8,0xff,0xf4,0xf3,0xf2, + 0xff,0xee,0xed,0xec,0xff,0xed,0xed,0xec,0xff,0xee,0xed,0xeb,0xff,0xeb,0xec,0xeb, + 0xff,0xeb,0xec,0xe9,0xff,0xeb,0xea,0xe9,0xff,0xea,0xea,0xe8,0xff,0xea,0xe9,0xe7, + 0xff,0xe9,0xe9,0xe8,0xff,0xe8,0xe8,0xe7,0xff,0xe7,0xe7,0xe4,0xff,0xe6,0xe5,0xe4, + 0xff,0xe3,0xe3,0xe0,0xff,0xe2,0xe1,0xde,0xff,0xe0,0xdf,0xdc,0xff,0xdd,0xdd,0xda, + 0xff,0xdb,0xdb,0xd8,0xff,0xda,0xda,0xd7,0xff,0xd6,0xd6,0xd2,0xff,0xd3,0xd2,0xd0, + 0xff,0xd8,0xd6,0xd2,0xff,0xeb,0xe7,0xde,0xff,0xf9,0xf2,0xe7,0xff,0xff,0xf7,0xea, + 0xff,0xff,0xf7,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf8,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf4,0xe4, + 0xff,0xff,0xf4,0xe4,0xff,0xff,0xf3,0xe2,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf3,0xe1, + 0xff,0xfd,0xf3,0xe0,0xff,0xfe,0xf4,0xe0,0xff,0xfc,0xf2,0xe0,0xff,0xfd,0xf3,0xde, + 0xff,0xfc,0xf2,0xdd,0xff,0xfc,0xf1,0xde,0xff,0xfc,0xf1,0xdd,0xff,0xfc,0xf1,0xdc, + 0xff,0xfc,0xf1,0xdc,0xff,0xfb,0xef,0xdb,0xff,0xfb,0xef,0xdb,0xff,0xf1,0xe3,0xc9, + 0xff,0xee,0xdf,0xc2,0xff,0xee,0xde,0xc3,0xff,0xed,0xde,0xc2,0xff,0xfb,0xf6,0xee, + 0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfb,0xf9,0xff,0xfe,0xfb,0xf8,0xff,0xfe,0xfc,0xf9,0xff,0xfd,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfe,0xfb,0xf8, + 0xff,0xfd,0xfa,0xf7,0xff,0xb5,0xa0,0x74,0xff,0xb5,0xa0,0x74,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x58,0x58,0x58,0x6,0x58,0x58,0x58,0x74,0x55,0x55,0x55,0xf5,0x54,0x54,0x54, + 0xff,0x45,0x45,0x45,0xff,0x32,0x32,0x32,0xff,0x35,0x35,0x35,0xff,0x36,0x36,0x36, + 0xff,0x37,0x37,0x37,0xff,0x38,0x38,0x37,0xff,0x39,0x39,0x39,0xff,0x3e,0x3e,0x3e, + 0xff,0x29,0x26,0x25,0xff,0x5,0x3,0x1,0xff,0x4,0x1,0x0,0xff,0xb,0x3,0x0, + 0xff,0xe,0x2,0x0,0xff,0x13,0x3,0x0,0xff,0x15,0x3,0x0,0xff,0x15,0x3,0x0, + 0xff,0x16,0x3,0x0,0xff,0x16,0x4,0x0,0xff,0x17,0x4,0x0,0xff,0x19,0x4,0x0, + 0xff,0x1a,0x4,0x0,0xff,0x1c,0x5,0x0,0xff,0x1d,0x5,0x0,0xff,0x1e,0x5,0x0, + 0xff,0x1f,0x5,0x0,0xff,0x20,0x5,0x0,0xff,0x22,0x7,0x0,0xff,0x23,0x8,0x0, + 0xff,0x24,0x8,0x0,0xff,0x25,0x9,0x0,0xff,0x27,0xa,0x0,0xff,0x28,0xb,0x0, + 0xff,0x2b,0xc,0x0,0xff,0x2c,0xc,0x0,0xff,0x2e,0xe,0x0,0xff,0x2f,0xe,0x0, + 0xff,0x35,0x1a,0x0,0xff,0x4f,0x46,0x40,0xff,0x55,0x55,0x54,0xff,0x55,0x55,0x56, + 0xff,0x9a,0x9a,0x9a,0xff,0xf3,0xf2,0xf2,0xff,0xfc,0xfb,0xfb,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf8,0xf8, + 0xff,0xf6,0xf6,0xf6,0xff,0xf3,0xf3,0xf1,0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xe9, + 0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xce,0xce, + 0xff,0xc6,0xc5,0xc5,0xff,0xba,0xba,0xb9,0xff,0xaf,0xae,0xac,0xff,0xa1,0xa0,0x9f, + 0xff,0x93,0x92,0x90,0xff,0x84,0x83,0x81,0xff,0x6f,0x6e,0x6e,0xff,0x6e,0x68,0x66, + 0xff,0x4a,0x4e,0x39,0xff,0x23,0x46,0x1c,0xff,0x28,0x6c,0x38,0xff,0x2a,0x7b,0x45, + 0xff,0x2a,0x7a,0x44,0xff,0x29,0x7a,0x45,0xff,0x29,0x7a,0x46,0xff,0x29,0x7b,0x47, + 0xff,0x2a,0x83,0x4e,0xff,0x30,0x8f,0x5b,0xff,0x34,0x98,0x67,0xff,0x38,0xa1,0x6f, + 0xff,0x3c,0xaa,0x75,0xff,0x3e,0xb0,0x7e,0xff,0x41,0xb6,0x82,0xff,0x46,0xbc,0x88, + 0xff,0x48,0xbf,0x8b,0xff,0x49,0xc1,0x8b,0xff,0x49,0xc3,0x8f,0xff,0x4b,0xc6,0x92, + 0xff,0x4d,0xc8,0x93,0xff,0x4c,0xca,0x92,0xff,0x4e,0xca,0x92,0xff,0x4d,0xca,0x92, + 0xff,0x4e,0xc9,0x91,0xff,0x4e,0xca,0x91,0xff,0x4c,0xc8,0x8f,0xff,0x4c,0xc8,0x8c, + 0xff,0x4d,0xc7,0x8b,0xff,0x4b,0xc7,0x8b,0xff,0x4c,0xc7,0x8b,0xff,0x4a,0xc5,0x88, + 0xff,0x4a,0xc4,0x84,0xff,0x4a,0xc3,0x83,0xff,0x4b,0xc2,0x84,0xff,0x48,0xc0,0x81, + 0xff,0x48,0xbf,0x7d,0xff,0x49,0xbf,0x7a,0xff,0x48,0xbe,0x78,0xff,0x47,0xbb,0x75, + 0xff,0x47,0xba,0x73,0xff,0x47,0xba,0x70,0xff,0x46,0xb7,0x6c,0xff,0x45,0xb6,0x6a, + 0xff,0x45,0xb3,0x67,0xff,0x44,0xb2,0x65,0xff,0x43,0xb0,0x61,0xff,0x43,0xae,0x5e, + 0xff,0x42,0xab,0x5a,0xff,0x41,0xaa,0x55,0xff,0x42,0xa9,0x51,0xff,0x40,0xa6,0x4d, + 0xff,0x40,0xa5,0x49,0xff,0x40,0xa2,0x46,0xff,0x3f,0xa0,0x41,0xff,0x3d,0x9e,0x3e, + 0xff,0x3e,0x9d,0x3c,0xff,0x3c,0x9a,0x36,0xff,0x3a,0x99,0x35,0xff,0x3b,0x9a,0x35, + 0xff,0x35,0x92,0x2a,0xff,0x2d,0x87,0x25,0xff,0x29,0x7d,0x22,0xff,0x27,0x75,0x22, + 0xff,0x26,0x70,0x24,0xff,0x1a,0x53,0x19,0xff,0xd,0x38,0xd,0xff,0x5,0x2e,0x4, + 0xff,0x7,0x30,0x8,0xff,0x61,0x79,0x63,0xff,0xc6,0xce,0xc5,0xff,0xe8,0xe9,0xe8, + 0xff,0xf6,0xf5,0xf5,0xff,0xf3,0xf2,0xf0,0xff,0xef,0xee,0xec,0xff,0xee,0xee,0xec, + 0xff,0xed,0xec,0xeb,0xff,0xed,0xed,0xeb,0xff,0xeb,0xec,0xeb,0xff,0xea,0xe9,0xe8, + 0xff,0xea,0xe9,0xe9,0xff,0xe9,0xe9,0xe8,0xff,0xe8,0xe8,0xe7,0xff,0xe7,0xe7,0xe5, + 0xff,0xe5,0xe5,0xe3,0xff,0xe4,0xe4,0xe3,0xff,0xe3,0xe3,0xe0,0xff,0xe1,0xe1,0xe0, + 0xff,0xdf,0xdf,0xdd,0xff,0xde,0xdd,0xda,0xff,0xdb,0xdb,0xd8,0xff,0xd9,0xd9,0xd6, + 0xff,0xd7,0xd6,0xd4,0xff,0xd4,0xd3,0xd1,0xff,0xd7,0xd6,0xd1,0xff,0xec,0xe7,0xdd, + 0xff,0xfa,0xf4,0xe7,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe8, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe5, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf4,0xe3, + 0xff,0xff,0xf4,0xe3,0xff,0xff,0xf3,0xe2,0xff,0xff,0xf3,0xe1,0xff,0xfe,0xf4,0xe0, + 0xff,0xfd,0xf3,0xe0,0xff,0xfd,0xf3,0xe1,0xff,0xfc,0xf2,0xdd,0xff,0xfd,0xf3,0xde, + 0xff,0xfd,0xf2,0xde,0xff,0xfb,0xf0,0xdd,0xff,0xfc,0xf0,0xdc,0xff,0xfc,0xf0,0xdc, + 0xff,0xfc,0xf0,0xdb,0xff,0xfb,0xee,0xdb,0xff,0xfb,0xef,0xda,0xff,0xf1,0xe3,0xc8, + 0xff,0xee,0xde,0xc3,0xff,0xed,0xde,0xc2,0xff,0xed,0xdd,0xc2,0xff,0xfb,0xf6,0xee, + 0xff,0xff,0xfc,0xfa,0xff,0xfe,0xfc,0xf9,0xff,0xff,0xfd,0xfa,0xff,0xfe,0xfb,0xfa, + 0xff,0xff,0xfc,0xf9,0xff,0xfd,0xfb,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf9, + 0xff,0xfe,0xfc,0xf7,0xff,0xfe,0xfa,0xf8,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf7, + 0xff,0xfe,0xfb,0xf7,0xff,0xb7,0xa1,0x75,0xff,0xb6,0xa1,0x75,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57,0x5,0x57,0x57,0x57,0x93,0x57,0x57,0x57, + 0xfb,0x57,0x57,0x57,0xff,0x49,0x49,0x49,0xff,0x34,0x34,0x34,0xff,0x32,0x32,0x32, + 0xff,0x32,0x32,0x32,0xff,0x33,0x33,0x33,0xff,0x36,0x36,0x34,0xff,0x37,0x37,0x37, + 0xff,0x3c,0x3d,0x3c,0xff,0x16,0x10,0xd,0xff,0x4,0x1,0x0,0xff,0x5,0x1,0x0, + 0xff,0xb,0x2,0x0,0xff,0xe,0x2,0x0,0xff,0x12,0x3,0x0,0xff,0x14,0x3,0x0, + 0xff,0x13,0x3,0x0,0xff,0x15,0x3,0x0,0xff,0x16,0x4,0x0,0xff,0x16,0x4,0x0, + 0xff,0x18,0x4,0x0,0xff,0x1a,0x5,0x0,0xff,0x1a,0x4,0x0,0xff,0x1c,0x5,0x0, + 0xff,0x1d,0x5,0x0,0xff,0x1e,0x5,0x0,0xff,0x20,0x5,0x0,0xff,0x21,0x7,0x0, + 0xff,0x22,0x8,0x0,0xff,0x22,0x7,0x0,0xff,0x24,0xa,0x0,0xff,0x26,0xa,0x0, + 0xff,0x28,0xb,0x0,0xff,0x2a,0xb,0x0,0xff,0x2a,0xc,0x0,0xff,0x41,0x30,0x1f, + 0xff,0x52,0x4f,0x4c,0xff,0x55,0x55,0x55,0xff,0x61,0x61,0x61,0xff,0xaf,0xaf,0xaf, + 0xff,0xf5,0xf4,0xf4,0xff,0xfb,0xfb,0xfb,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf5,0xf5,0xf5,0xff,0xf3,0xf3,0xf1,0xff,0xee,0xee,0xed, + 0xff,0xe9,0xe9,0xe9,0xff,0xe4,0xe4,0xe4,0xff,0xde,0xde,0xde,0xff,0xd6,0xd6,0xd6, + 0xff,0xd0,0xce,0xcf,0xff,0xc4,0xc4,0xc3,0xff,0xba,0xba,0xb8,0xff,0xaf,0xae,0xac, + 0xff,0xa2,0xa1,0x9f,0xff,0x93,0x92,0x91,0xff,0x84,0x83,0x81,0xff,0x71,0x6f,0x6e, + 0xff,0x5f,0x5c,0x5c,0xff,0x40,0x67,0x4b,0xff,0x2b,0x79,0x42,0xff,0x2b,0x78,0x44, + 0xff,0x2a,0x78,0x44,0xff,0x2a,0x79,0x44,0xff,0x2a,0x7d,0x4a,0xff,0x2e,0x84,0x50, + 0xff,0x33,0x91,0x5c,0xff,0x39,0x9c,0x69,0xff,0x3c,0xa5,0x71,0xff,0x40,0xae,0x79, + 0xff,0x42,0xb4,0x7f,0xff,0x44,0xba,0x84,0xff,0x49,0xbf,0x8a,0xff,0x49,0xc3,0x8d, + 0xff,0x4a,0xc5,0x90,0xff,0x4b,0xc7,0x90,0xff,0x4d,0xc9,0x92,0xff,0x4e,0xc9,0x92, + 0xff,0x4e,0xcb,0x92,0xff,0x4e,0xcb,0x92,0xff,0x4d,0xc9,0x91,0xff,0x4c,0xc9,0x8f, + 0xff,0x4d,0xc8,0x90,0xff,0x4c,0xc8,0x8c,0xff,0x4d,0xc8,0x8c,0xff,0x4b,0xc7,0x8b, + 0xff,0x4c,0xc7,0x89,0xff,0x4a,0xc5,0x87,0xff,0x4b,0xc5,0x87,0xff,0x4b,0xc4,0x84, + 0xff,0x4b,0xc2,0x83,0xff,0x48,0xc1,0x80,0xff,0x49,0xc0,0x7e,0xff,0x49,0xbf,0x7b, + 0xff,0x49,0xbd,0x7a,0xff,0x48,0xbc,0x76,0xff,0x47,0xb9,0x74,0xff,0x47,0xb8,0x71, + 0xff,0x46,0xb8,0x6e,0xff,0x45,0xb7,0x6b,0xff,0x46,0xb4,0x68,0xff,0x45,0xb1,0x63, + 0xff,0x43,0xb1,0x60,0xff,0x43,0xaf,0x5c,0xff,0x43,0xad,0x5a,0xff,0x42,0xab,0x55, + 0xff,0x41,0xa8,0x50,0xff,0x40,0xa6,0x4b,0xff,0x3f,0xa3,0x48,0xff,0x40,0xa2,0x44, + 0xff,0x3f,0xa1,0x42,0xff,0x3f,0x9f,0x3f,0xff,0x3e,0x9c,0x3b,0xff,0x3b,0x9b,0x34, + 0xff,0x3c,0x99,0x37,0xff,0x3c,0x9a,0x38,0xff,0x3a,0x97,0x34,0xff,0x33,0x8a,0x2d, + 0xff,0x2c,0x7d,0x22,0xff,0x26,0x75,0x1b,0xff,0x24,0x6f,0x1c,0xff,0x19,0x53,0x16, + 0xff,0xd,0x37,0xc,0xff,0x8,0x30,0x4,0xff,0x1e,0x41,0x1e,0xff,0x73,0x87,0x74, + 0xff,0xcc,0xd2,0xcd,0xff,0xec,0xed,0xea,0xff,0xf2,0xf1,0xf0,0xff,0xf2,0xf1,0xf1, + 0xff,0xef,0xee,0xed,0xff,0xed,0xed,0xec,0xff,0xed,0xed,0xeb,0xff,0xec,0xec,0xeb, + 0xff,0xeb,0xeb,0xea,0xff,0xeb,0xeb,0xea,0xff,0xea,0xe9,0xe9,0xff,0xe9,0xe8,0xe8, + 0xff,0xe8,0xe8,0xe6,0xff,0xe7,0xe7,0xe5,0xff,0xe6,0xe5,0xe4,0xff,0xe4,0xe4,0xe2, + 0xff,0xe3,0xe2,0xe0,0xff,0xe1,0xe1,0xde,0xff,0xde,0xde,0xdc,0xff,0xdd,0xdc,0xd9, + 0xff,0xda,0xda,0xd9,0xff,0xd8,0xd8,0xd6,0xff,0xd6,0xd5,0xd4,0xff,0xd3,0xd2,0xcf, + 0xff,0xd7,0xd5,0xd1,0xff,0xeb,0xe7,0xdd,0xff,0xfc,0xf6,0xe7,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xfe,0xf5,0xe4, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe4,0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf3,0xe3, + 0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe1,0xff,0xfd,0xf3,0xe0,0xff,0xfe,0xf4,0xe0, + 0xff,0xfc,0xf2,0xe0,0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf2,0xde,0xff,0xfc,0xf1,0xde, + 0xff,0xfb,0xf0,0xdd,0xff,0xfb,0xf0,0xdc,0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf0,0xdb, + 0xff,0xfb,0xef,0xdb,0xff,0xfb,0xee,0xda,0xff,0xfb,0xee,0xd9,0xff,0xf1,0xe2,0xc8, + 0xff,0xed,0xde,0xc1,0xff,0xee,0xdd,0xc3,0xff,0xed,0xdd,0xc2,0xff,0xfb,0xf6,0xed, + 0xff,0xfe,0xfc,0xf9,0xff,0xff,0xfc,0xfa,0xff,0xfe,0xfb,0xf9,0xff,0xfe,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7, + 0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf6, + 0xff,0xfd,0xfa,0xf6,0xff,0xb6,0xa1,0x74,0xff,0xb7,0xa1,0x75,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x58,0x58,0x58,0x2,0x57,0x57,0x57, + 0x77,0x58,0x58,0x58,0xf4,0x58,0x58,0x58,0xff,0x50,0x50,0x50,0xff,0x39,0x39,0x39, + 0xff,0x30,0x30,0x30,0xff,0x30,0x30,0x30,0xff,0x32,0x32,0x32,0xff,0x34,0x34,0x34, + 0xff,0x36,0x36,0x36,0xff,0x33,0x33,0x31,0xff,0xa,0x5,0x4,0xff,0x2,0x0,0x0, + 0xff,0x6,0x2,0x0,0xff,0xb,0x2,0x0,0xff,0xf,0x3,0x0,0xff,0x11,0x3,0x0, + 0xff,0x12,0x2,0x0,0xff,0x13,0x4,0x0,0xff,0x14,0x4,0x0,0xff,0x14,0x4,0x0, + 0xff,0x16,0x3,0x0,0xff,0x17,0x4,0x0,0xff,0x18,0x4,0x0,0xff,0x1b,0x4,0x0, + 0xff,0x1b,0x5,0x0,0xff,0x1c,0x5,0x0,0xff,0x1e,0x5,0x0,0xff,0x1e,0x5,0x0, + 0xff,0x1f,0x6,0x0,0xff,0x20,0x7,0x0,0xff,0x21,0x7,0x0,0xff,0x23,0x7,0x0, + 0xff,0x28,0xa,0x0,0xff,0x33,0x1d,0x6,0xff,0x4e,0x49,0x43,0xff,0x54,0x54,0x54, + 0xff,0x57,0x58,0x5a,0xff,0x79,0x79,0x79,0xff,0xd9,0xd8,0xd8,0xff,0xfa,0xfa,0xfa, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf8,0xf8,0xff,0xf6,0xf6,0xf6,0xff,0xf2,0xf2,0xf1, + 0xff,0xef,0xef,0xee,0xff,0xe9,0xe9,0xe9,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc4,0xc3,0xc3,0xff,0xb9,0xb9,0xb8, + 0xff,0xae,0xad,0xac,0xff,0xa1,0xa0,0x9f,0xff,0x94,0x93,0x92,0xff,0x86,0x83,0x82, + 0xff,0x74,0x72,0x71,0xff,0x63,0x60,0x60,0xff,0x40,0x6c,0x4b,0xff,0x2c,0x78,0x43, + 0xff,0x2a,0x78,0x42,0xff,0x2b,0x7e,0x46,0xff,0x30,0x8a,0x53,0xff,0x35,0x94,0x60, + 0xff,0x38,0x9f,0x69,0xff,0x3e,0xaa,0x75,0xff,0x41,0xb1,0x7a,0xff,0x44,0xb7,0x81, + 0xff,0x46,0xbc,0x86,0xff,0x4a,0xc2,0x8a,0xff,0x4a,0xc5,0x8e,0xff,0x4b,0xc8,0x91, + 0xff,0x4d,0xca,0x91,0xff,0x4d,0xca,0x91,0xff,0x4d,0xca,0x92,0xff,0x4d,0xca,0x90, + 0xff,0x4c,0xca,0x90,0xff,0x4c,0xc8,0x90,0xff,0x4c,0xc8,0x90,0xff,0x4d,0xc9,0x8e, + 0xff,0x4d,0xc8,0x8c,0xff,0x4b,0xc7,0x89,0xff,0x4a,0xc6,0x89,0xff,0x4a,0xc5,0x88, + 0xff,0x4a,0xc4,0x86,0xff,0x4b,0xc4,0x84,0xff,0x4b,0xc3,0x83,0xff,0x49,0xc1,0x80, + 0xff,0x49,0xc1,0x7d,0xff,0x49,0xbe,0x7d,0xff,0x49,0xbd,0x7b,0xff,0x48,0xbc,0x78, + 0xff,0x46,0xba,0x73,0xff,0x47,0xb8,0x71,0xff,0x46,0xb8,0x6e,0xff,0x45,0xb6,0x6c, + 0xff,0x45,0xb4,0x68,0xff,0x45,0xb3,0x65,0xff,0x44,0xb1,0x62,0xff,0x44,0xaf,0x5e, + 0xff,0x43,0xac,0x59,0xff,0x42,0xab,0x55,0xff,0x42,0xa9,0x53,0xff,0x42,0xa8,0x4f, + 0xff,0x41,0xa4,0x4b,0xff,0x40,0xa2,0x44,0xff,0x3f,0xa0,0x41,0xff,0x3f,0x9f,0x3d, + 0xff,0x3e,0x9d,0x3a,0xff,0x3d,0x9c,0x38,0xff,0x3d,0x9a,0x36,0xff,0x3c,0x98,0x36, + 0xff,0x3a,0x95,0x34,0xff,0x36,0x8d,0x32,0xff,0x2f,0x82,0x2a,0xff,0x28,0x76,0x1d, + 0xff,0x22,0x6a,0x1e,0xff,0x16,0x4d,0xf,0xff,0x9,0x34,0x6,0xff,0xc,0x32,0xd, + 0xff,0x22,0x45,0x24,0xff,0x77,0x8b,0x78,0xff,0xd7,0xdc,0xd8,0xff,0xf3,0xf2,0xf1, + 0xff,0xf0,0xf0,0xee,0xff,0xf0,0xf0,0xee,0xff,0xee,0xed,0xec,0xff,0xed,0xed,0xec, + 0xff,0xec,0xec,0xeb,0xff,0xed,0xed,0xec,0xff,0xeb,0xeb,0xea,0xff,0xea,0xea,0xe9, + 0xff,0xea,0xea,0xe8,0xff,0xe9,0xe8,0xe8,0xff,0xe8,0xe8,0xe7,0xff,0xe7,0xe8,0xe6, + 0xff,0xe6,0xe6,0xe5,0xff,0xe5,0xe4,0xe3,0xff,0xe3,0xe2,0xe1,0xff,0xe1,0xe1,0xde, + 0xff,0xdf,0xdf,0xdc,0xff,0xdd,0xdd,0xda,0xff,0xdb,0xda,0xd9,0xff,0xd9,0xd8,0xd7, + 0xff,0xd6,0xd5,0xd4,0xff,0xd5,0xd4,0xd1,0xff,0xda,0xd8,0xd2,0xff,0xef,0xea,0xdf, + 0xff,0xfd,0xf6,0xe8,0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe8,0xff,0xff,0xf8,0xe6,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf4,0xe4,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe3, + 0xff,0xff,0xf4,0xe2,0xff,0xfd,0xf3,0xe0,0xff,0xfe,0xf4,0xe0,0xff,0xfd,0xf3,0xe1, + 0xff,0xfc,0xf2,0xdd,0xff,0xfc,0xf2,0xdd,0xff,0xfd,0xf1,0xde,0xff,0xfb,0xf0,0xdd, + 0xff,0xfc,0xf1,0xdc,0xff,0xfb,0xf0,0xdc,0xff,0xfc,0xef,0xdb,0xff,0xfb,0xee,0xdb, + 0xff,0xfb,0xef,0xda,0xff,0xfb,0xed,0xd9,0xff,0xfb,0xed,0xd9,0xff,0xf0,0xe1,0xc7, + 0xff,0xed,0xdd,0xc2,0xff,0xee,0xdd,0xc3,0xff,0xec,0xdc,0xc1,0xff,0xfb,0xf6,0xed, + 0xff,0xff,0xfd,0xfa,0xff,0xfe,0xfb,0xfa,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf7, + 0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6, + 0xff,0xfe,0xfa,0xf7,0xff,0xb6,0xa2,0x74,0xff,0xb7,0xa2,0x74,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x5b,0x5a,0x5a,0x77,0x59,0x59,0x59,0xf5,0x57,0x57,0x57,0xff,0x56,0x56,0x56, + 0xff,0x45,0x45,0x45,0xff,0x31,0x31,0x31,0xff,0x2e,0x2e,0x2e,0xff,0x2d,0x2d,0x2d, + 0xff,0x2f,0x2f,0x2f,0xff,0x33,0x33,0x33,0xff,0x23,0x22,0x1f,0xff,0x4,0x3,0x1, + 0xff,0x3,0x0,0x0,0xff,0x8,0x2,0x0,0xff,0xb,0x3,0x0,0xff,0xf,0x2,0x0, + 0xff,0x12,0x3,0x0,0xff,0x11,0x3,0x0,0xff,0x13,0x4,0x0,0xff,0x13,0x3,0x0, + 0xff,0x13,0x3,0x0,0xff,0x14,0x3,0x0,0xff,0x16,0x4,0x0,0xff,0x19,0x5,0x0, + 0xff,0x18,0x4,0x0,0xff,0x1a,0x5,0x0,0xff,0x1a,0x4,0x0,0xff,0x1b,0x5,0x0, + 0xff,0x1b,0x4,0x0,0xff,0x1d,0x6,0x0,0xff,0x23,0xb,0x0,0xff,0x2e,0x1a,0x5, + 0xff,0x47,0x3f,0x37,0xff,0x54,0x53,0x54,0xff,0x54,0x55,0x55,0xff,0x67,0x67,0x67, + 0xff,0xa0,0xa0,0xa0,0xff,0xed,0xed,0xed,0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfa,0xfa,0xff,0xf9,0xf8,0xf8,0xff,0xf5,0xf5,0xf5, + 0xff,0xf1,0xf1,0xf3,0xff,0xee,0xee,0xed,0xff,0xe9,0xe9,0xe9,0xff,0xe4,0xe4,0xe4, + 0xff,0xde,0xde,0xde,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc4,0xc3,0xc3, + 0xff,0xb9,0xb9,0xb8,0xff,0xb0,0xae,0xac,0xff,0xa2,0xa1,0xa0,0xff,0x94,0x93,0x92, + 0xff,0x85,0x83,0x82,0xff,0x74,0x72,0x70,0xff,0x63,0x60,0x60,0xff,0x41,0x6d,0x4c, + 0xff,0x2d,0x7e,0x48,0xff,0x31,0x8b,0x55,0xff,0x38,0x97,0x60,0xff,0x3b,0xa1,0x6b, + 0xff,0x3f,0xa9,0x74,0xff,0x41,0xb3,0x7d,0xff,0x46,0xba,0x84,0xff,0x48,0xbf,0x89, + 0xff,0x49,0xc2,0x8b,0xff,0x4a,0xc6,0x8d,0xff,0x4c,0xc8,0x90,0xff,0x4c,0xca,0x90, + 0xff,0x4c,0xca,0x90,0xff,0x4c,0xca,0x8e,0xff,0x4c,0xc9,0x8f,0xff,0x4c,0xc9,0x8f, + 0xff,0x4c,0xc8,0x90,0xff,0x4d,0xc9,0x8d,0xff,0x4c,0xc8,0x8a,0xff,0x4c,0xc7,0x8b, + 0xff,0x4a,0xc7,0x89,0xff,0x4b,0xc6,0x88,0xff,0x4b,0xc5,0x87,0xff,0x4a,0xc3,0x84, + 0xff,0x4b,0xc2,0x83,0xff,0x4a,0xc2,0x82,0xff,0x49,0xc1,0x7d,0xff,0x49,0xbf,0x7b, + 0xff,0x49,0xbd,0x79,0xff,0x49,0xbc,0x75,0xff,0x47,0xbc,0x72,0xff,0x47,0xb9,0x70, + 0xff,0x48,0xb8,0x6c,0xff,0x46,0xb6,0x6a,0xff,0x45,0xb4,0x66,0xff,0x45,0xb2,0x64, + 0xff,0x45,0xb1,0x63,0xff,0x45,0xb0,0x5d,0xff,0x44,0xac,0x59,0xff,0x42,0xaa,0x55, + 0xff,0x43,0xa8,0x52,0xff,0x41,0xa7,0x4e,0xff,0x41,0xa6,0x4b,0xff,0x3f,0xa3,0x45, + 0xff,0x3f,0xa1,0x42,0xff,0x3f,0x9d,0x3d,0xff,0x3f,0x9e,0x3b,0xff,0x3f,0x9c,0x38, + 0xff,0x3d,0x9b,0x37,0xff,0x3c,0x98,0x33,0xff,0x3a,0x94,0x33,0xff,0x35,0x8c,0x32, + 0xff,0x31,0x84,0x2a,0xff,0x2d,0x79,0x26,0xff,0x26,0x6b,0x1d,0xff,0x15,0x4f,0xe, + 0xff,0x4,0x2d,0x0,0xff,0xc,0x31,0x9,0xff,0x29,0x4b,0x2b,0xff,0x72,0x88,0x75, + 0xff,0xd5,0xda,0xd4,0xff,0xf5,0xf4,0xf5,0xff,0xef,0xef,0xef,0xff,0xee,0xed,0xed, + 0xff,0xee,0xee,0xec,0xff,0xed,0xed,0xed,0xff,0xed,0xed,0xeb,0xff,0xec,0xec,0xea, + 0xff,0xec,0xec,0xea,0xff,0xea,0xea,0xe9,0xff,0xea,0xea,0xe8,0xff,0xe9,0xe9,0xe9, + 0xff,0xe8,0xe8,0xe7,0xff,0xe8,0xe8,0xe7,0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe3,0xe3, + 0xff,0xe3,0xe3,0xe0,0xff,0xe0,0xe0,0xdf,0xff,0xdf,0xde,0xdc,0xff,0xdd,0xdc,0xdb, + 0xff,0xda,0xda,0xd7,0xff,0xd8,0xd7,0xd6,0xff,0xd6,0xd5,0xd3,0xff,0xd5,0xd4,0xd2, + 0xff,0xda,0xd8,0xd2,0xff,0xef,0xea,0xdf,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe5, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xfe,0xf4,0xe3, + 0xff,0xff,0xf5,0xe4,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe3,0xff,0xfe,0xf3,0xe1, + 0xff,0xfe,0xf4,0xe0,0xff,0xfe,0xf4,0xe0,0xff,0xfc,0xf2,0xe0,0xff,0xfc,0xf2,0xdd, + 0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf1,0xde,0xff,0xfc,0xf1,0xdd,0xff,0xfc,0xf1,0xdc, + 0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf0,0xdb,0xff,0xfa,0xee,0xdb,0xff,0xfb,0xef,0xda, + 0xff,0xfa,0xed,0xd8,0xff,0xfb,0xec,0xd9,0xff,0xf9,0xec,0xd7,0xff,0xf0,0xe0,0xc7, + 0xff,0xed,0xdd,0xc2,0xff,0xed,0xdc,0xc1,0xff,0xed,0xdc,0xc0,0xff,0xfc,0xf6,0xee, + 0xff,0xff,0xfb,0xfa,0xff,0xfe,0xfb,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf9, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf7, + 0xff,0xfd,0xfa,0xf7,0xff,0xfe,0xfb,0xf6,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf6, + 0xff,0xfd,0xf9,0xf5,0xff,0xb6,0xa2,0x76,0xff,0xb6,0xa2,0x74,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x63,0x62,0x61,0x76,0x5e,0x5d,0x5d,0xf6,0x5a,0x5a,0x5a, + 0xff,0x57,0x57,0x59,0xff,0x54,0x54,0x54,0xff,0x41,0x41,0x41,0xff,0x34,0x34,0x34, + 0xff,0x30,0x30,0x30,0xff,0x2d,0x2d,0x2d,0xff,0x30,0x30,0x30,0xff,0x19,0x15,0x12, + 0xff,0x4,0x1,0x0,0xff,0x4,0x1,0x0,0xff,0x8,0x2,0x0,0xff,0xb,0x2,0x0, + 0xff,0xe,0x3,0x0,0xff,0x10,0x3,0x0,0xff,0x10,0x3,0x0,0xff,0x10,0x4,0x0, + 0xff,0x12,0x3,0x0,0xff,0x12,0x4,0x0,0xff,0x13,0x3,0x0,0xff,0x13,0x2,0x0, + 0xff,0x14,0x3,0x0,0xff,0x13,0x2,0x0,0xff,0x17,0x3,0x0,0xff,0x1d,0x8,0x1, + 0xff,0x25,0x12,0x1,0xff,0x35,0x26,0x18,0xff,0x4c,0x48,0x43,0xff,0x53,0x55,0x55, + 0xff,0x54,0x54,0x55,0xff,0x64,0x64,0x64,0xff,0x87,0x86,0x86,0xff,0xda,0xd9,0xd9, + 0xff,0xfb,0xfa,0xfa,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7, + 0xff,0xf6,0xf6,0xf7,0xff,0xf3,0xf3,0xf3,0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xea, + 0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce, + 0xff,0xc4,0xc4,0xc3,0xff,0xba,0xb9,0xb9,0xff,0xb0,0xaf,0xac,0xff,0xa3,0xa2,0xa0, + 0xff,0x94,0x93,0x92,0xff,0x84,0x83,0x81,0xff,0x74,0x71,0x70,0xff,0x64,0x60,0x5f, + 0xff,0x46,0x79,0x57,0xff,0x37,0x98,0x61,0xff,0x3c,0xa2,0x6c,0xff,0x40,0xab,0x74, + 0xff,0x42,0xb3,0x7d,0xff,0x45,0xba,0x82,0xff,0x47,0xbf,0x88,0xff,0x4b,0xc3,0x8c, + 0xff,0x4b,0xc6,0x8d,0xff,0x4c,0xc8,0x90,0xff,0x4c,0xc9,0x8f,0xff,0x4c,0xc9,0x8f, + 0xff,0x4c,0xc9,0x8d,0xff,0x4c,0xc9,0x8d,0xff,0x4c,0xc8,0x8e,0xff,0x4d,0xc9,0x8d, + 0xff,0x4d,0xc7,0x8c,0xff,0x4a,0xc8,0x88,0xff,0x4b,0xc6,0x88,0xff,0x4a,0xc5,0x87, + 0xff,0x4b,0xc5,0x85,0xff,0x4a,0xc3,0x82,0xff,0x4b,0xc1,0x80,0xff,0x49,0xc0,0x7f, + 0xff,0x49,0xc0,0x7d,0xff,0x48,0xbe,0x7a,0xff,0x49,0xbe,0x77,0xff,0x48,0xbb,0x74, + 0xff,0x48,0xb9,0x72,0xff,0x47,0xb9,0x6f,0xff,0x46,0xb7,0x6d,0xff,0x47,0xb5,0x6b, + 0xff,0x45,0xb4,0x66,0xff,0x45,0xb1,0x65,0xff,0x45,0xb0,0x62,0xff,0x45,0xae,0x5d, + 0xff,0x43,0xab,0x5a,0xff,0x42,0xaa,0x55,0xff,0x43,0xa8,0x52,0xff,0x42,0xa6,0x4f, + 0xff,0x41,0xa3,0x4c,0xff,0x40,0xa2,0x45,0xff,0x40,0xa1,0x42,0xff,0x3f,0x9e,0x3e, + 0xff,0x3e,0x9c,0x3b,0xff,0x3f,0x9b,0x37,0xff,0x3e,0x9a,0x36,0xff,0x3c,0x99,0x34, + 0xff,0x39,0x92,0x33,0xff,0x35,0x8b,0x2f,0xff,0x32,0x83,0x2e,0xff,0x2d,0x7a,0x27, + 0xff,0x28,0x6d,0x22,0xff,0x17,0x52,0x13,0xff,0x2,0x2a,0x0,0xff,0xe,0x32,0xa, + 0xff,0x34,0x54,0x36,0xff,0x72,0x88,0x74,0xff,0xd0,0xd6,0xd0,0xff,0xf9,0xf7,0xf7, + 0xff,0xf0,0xf0,0xef,0xff,0xec,0xed,0xec,0xff,0xee,0xee,0xee,0xff,0xec,0xec,0xea, + 0xff,0xeb,0xeb,0xeb,0xff,0xec,0xec,0xea,0xff,0xea,0xea,0xea,0xff,0xe9,0xe9,0xe9, + 0xff,0xe9,0xe9,0xe9,0xff,0xe9,0xe9,0xe8,0xff,0xe7,0xe7,0xe7,0xff,0xe7,0xe6,0xe6, + 0xff,0xe5,0xe5,0xe5,0xff,0xe2,0xe2,0xe1,0xff,0xe2,0xe1,0xe1,0xff,0xe0,0xdf,0xdf, + 0xff,0xde,0xde,0xdd,0xff,0xdc,0xdc,0xdb,0xff,0xda,0xd9,0xd8,0xff,0xd8,0xd7,0xd6, + 0xff,0xd5,0xd4,0xd3,0xff,0xd5,0xd4,0xd3,0xff,0xdb,0xd8,0xd4,0xff,0xef,0xea,0xdf, + 0xff,0xff,0xf9,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf7,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf5,0xe5, + 0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf4,0xe5,0xff,0xff,0xf4,0xe4,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf4,0xe2,0xff,0xfe,0xf4,0xe1, + 0xff,0xfe,0xf3,0xe0,0xff,0xfc,0xf2,0xdf,0xff,0xfc,0xf2,0xde,0xff,0xfd,0xf2,0xde, + 0xff,0xfc,0xf1,0xde,0xff,0xfb,0xf0,0xdd,0xff,0xfc,0xf0,0xdc,0xff,0xfc,0xf1,0xdc, + 0xff,0xfb,0xef,0xda,0xff,0xfb,0xef,0xdb,0xff,0xfa,0xee,0xd9,0xff,0xfb,0xed,0xd9, + 0xff,0xfb,0xec,0xd9,0xff,0xf9,0xec,0xd7,0xff,0xfa,0xec,0xd7,0xff,0xf0,0xe1,0xc8, + 0xff,0xec,0xdc,0xc1,0xff,0xec,0xdc,0xc0,0xff,0xec,0xdb,0xbf,0xff,0xfc,0xf6,0xed, + 0xff,0xfe,0xfb,0xf9,0xff,0xfd,0xfb,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf8,0xff,0xfe,0xfb,0xf8, + 0xff,0xfe,0xfb,0xf6,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf7,0xff,0xfd,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xb6,0xa1,0x75,0xff,0xb6,0xa2,0x76,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6a,0x68,0x68,0x76,0x67,0x66,0x66, + 0xf6,0x5f,0x5f,0x5f,0xff,0x5a,0x5a,0x5a,0xff,0x58,0x58,0x58,0xff,0x53,0x53,0x53, + 0xff,0x47,0x47,0x47,0xff,0x3c,0x3c,0x3c,0xff,0x34,0x34,0x34,0xff,0x33,0x33,0x33, + 0xff,0x15,0x10,0xc,0xff,0x2,0x0,0x0,0xff,0x2,0x0,0x0,0xff,0x5,0x0,0x0, + 0xff,0x6,0x0,0x0,0xff,0x8,0x0,0x0,0xff,0x9,0x1,0x0,0xff,0xb,0x1,0x0, + 0xff,0xa,0x1,0x0,0xff,0xa,0x0,0x0,0xff,0x12,0x4,0x0,0xff,0x17,0x5,0x0, + 0xff,0x20,0xe,0x3,0xff,0x26,0x15,0x9,0xff,0x33,0x28,0x1c,0xff,0x42,0x3b,0x36, + 0xff,0x50,0x4f,0x4e,0xff,0x52,0x53,0x56,0xff,0x54,0x54,0x56,0xff,0x6f,0x6d,0x6d, + 0xff,0x8c,0x8b,0x8b,0xff,0xc8,0xc7,0xc7,0xff,0xfd,0xfc,0xfc,0xff,0xf9,0xf8,0xf8, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf5,0xf5,0xf5,0xff,0xf3,0xf3,0xf2,0xff,0xef,0xef,0xed, + 0xff,0xea,0xea,0xe9,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6, + 0xff,0xce,0xce,0xce,0xff,0xc4,0xc4,0xc4,0xff,0xba,0xb9,0xb9,0xff,0xb0,0xaf,0xac, + 0xff,0xa2,0xa1,0xa0,0xff,0x94,0x94,0x92,0xff,0x84,0x83,0x82,0xff,0x74,0x71,0x70, + 0xff,0x63,0x61,0x5f,0xff,0x4a,0x87,0x65,0xff,0x3f,0xae,0x74,0xff,0x43,0xb5,0x7b, + 0xff,0x47,0xbb,0x83,0xff,0x48,0xc1,0x87,0xff,0x4b,0xc4,0x8c,0xff,0x4b,0xc7,0x8d, + 0xff,0x4c,0xc8,0x8e,0xff,0x4d,0xca,0x8c,0xff,0x4d,0xc8,0x8d,0xff,0x4d,0xc9,0x8d, + 0xff,0x4d,0xc9,0x8b,0xff,0x4b,0xc7,0x8b,0xff,0x4b,0xc7,0x89,0xff,0x4c,0xc7,0x89, + 0xff,0x4b,0xc5,0x87,0xff,0x4a,0xc4,0x86,0xff,0x4b,0xc5,0x83,0xff,0x49,0xc3,0x82, + 0xff,0x49,0xc1,0x82,0xff,0x4a,0xc1,0x7f,0xff,0x48,0xbf,0x7c,0xff,0x49,0xbf,0x79, + 0xff,0x49,0xbc,0x78,0xff,0x48,0xbb,0x76,0xff,0x48,0xbb,0x71,0xff,0x47,0xb8,0x70, + 0xff,0x47,0xb7,0x6d,0xff,0x46,0xb6,0x6a,0xff,0x47,0xb4,0x68,0xff,0x44,0xb1,0x65, + 0xff,0x44,0xaf,0x61,0xff,0x45,0xad,0x5d,0xff,0x44,0xac,0x5a,0xff,0x42,0xa9,0x53, + 0xff,0x43,0xa8,0x50,0xff,0x42,0xa7,0x4e,0xff,0x41,0xa3,0x4a,0xff,0x41,0xa1,0x45, + 0xff,0x3e,0xa0,0x3f,0xff,0x40,0x9e,0x3e,0xff,0x3e,0x9b,0x38,0xff,0x3e,0x99,0x35, + 0xff,0x3f,0x9b,0x34,0xff,0x3c,0x97,0x34,0xff,0x3b,0x93,0x33,0xff,0x36,0x89,0x2f, + 0xff,0x31,0x81,0x2c,0xff,0x2d,0x77,0x28,0xff,0x26,0x68,0x22,0xff,0x1a,0x53,0x12, + 0xff,0x1,0x2a,0x0,0xff,0x7,0x2d,0x6,0xff,0x38,0x56,0x3a,0xff,0x84,0x96,0x85, + 0xff,0xe3,0xe5,0xe2,0xff,0xfc,0xfa,0xfa,0xff,0xf2,0xf1,0xf1,0xff,0xed,0xed,0xec, + 0xff,0xed,0xed,0xec,0xff,0xec,0xec,0xeb,0xff,0xec,0xec,0xea,0xff,0xec,0xec,0xe9, + 0xff,0xea,0xea,0xe9,0xff,0xe9,0xe9,0xe8,0xff,0xe8,0xe8,0xe7,0xff,0xe9,0xe9,0xe6, + 0xff,0xe7,0xe7,0xe5,0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe5,0xe3,0xff,0xe4,0xe3,0xe2, + 0xff,0xe1,0xe2,0xdf,0xff,0xe0,0xdf,0xdd,0xff,0xde,0xde,0xdb,0xff,0xdc,0xdc,0xd9, + 0xff,0xda,0xd9,0xd7,0xff,0xd9,0xd7,0xd7,0xff,0xd4,0xd3,0xd3,0xff,0xd5,0xd4,0xd1, + 0xff,0xdb,0xd8,0xd4,0xff,0xed,0xe8,0xdd,0xff,0xff,0xf9,0xea,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf5,0xe6,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf3,0xe3, + 0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe1,0xff,0xfd,0xf3,0xe0,0xff,0xfe,0xf4,0xe0, + 0xff,0xfd,0xf3,0xdf,0xff,0xfc,0xf2,0xdd,0xff,0xfc,0xf2,0xdd,0xff,0xfd,0xf2,0xde, + 0xff,0xfb,0xf0,0xdd,0xff,0xfc,0xf1,0xdc,0xff,0xfb,0xf0,0xdc,0xff,0xfc,0xf0,0xdb, + 0xff,0xfa,0xee,0xdb,0xff,0xfb,0xef,0xda,0xff,0xfb,0xee,0xd9,0xff,0xfa,0xec,0xd9, + 0xff,0xfa,0xed,0xd8,0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xf0,0xdf,0xc5, + 0xff,0xec,0xdc,0xc0,0xff,0xec,0xdb,0xbf,0xff,0xeb,0xdb,0xbe,0xff,0xfc,0xf5,0xed, + 0xff,0xfd,0xfb,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7, + 0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf6, + 0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf6,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xb8,0xa2,0x76,0xff,0xb7,0xa2,0x76,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6f,0x6c,0x6b, + 0x76,0x73,0x72,0x71,0xf9,0x72,0x71,0x6f,0xff,0x6a,0x69,0x69,0xff,0x5f,0x5f,0x5f, + 0xff,0x54,0x56,0x56,0xff,0x56,0x56,0x56,0xff,0x52,0x52,0x52,0xff,0x4b,0x4b,0x4b, + 0xff,0x44,0x43,0x43,0xff,0x29,0x27,0x24,0xff,0x20,0x1c,0x1b,0xff,0x1c,0x16,0x13, + 0xff,0x1e,0x14,0xf,0xff,0x1f,0x14,0xd,0xff,0x20,0x15,0xd,0xff,0x23,0x17,0xe, + 0xff,0x29,0x1d,0x17,0xff,0x2c,0x20,0x1b,0xff,0x36,0x2e,0x28,0xff,0x3f,0x38,0x34, + 0xff,0x47,0x45,0x42,0xff,0x4f,0x4f,0x4f,0xff,0x51,0x52,0x54,0xff,0x50,0x51,0x51, + 0xff,0x65,0x67,0x67,0xff,0x80,0x80,0x80,0xff,0xa5,0xa5,0xa5,0xff,0xdb,0xda,0xda, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf6,0xf6,0xff,0xf3,0xf3,0xf3, + 0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc5,0xc4,0xc4,0xff,0xba,0xba,0xb7, + 0xff,0xae,0xae,0xab,0xff,0xa2,0xa1,0xa0,0xff,0x95,0x94,0x92,0xff,0x85,0x83,0x81, + 0xff,0x74,0x70,0x70,0xff,0x63,0x61,0x60,0xff,0x4f,0x91,0x6f,0xff,0x45,0xc0,0x83, + 0xff,0x46,0xc3,0x85,0xff,0x4a,0xc5,0x89,0xff,0x4b,0xc7,0x8b,0xff,0x4b,0xc8,0x8b, + 0xff,0x4b,0xc8,0x8b,0xff,0x4b,0xc8,0x8b,0xff,0x4c,0xc8,0x8c,0xff,0x4b,0xc7,0x89, + 0xff,0x4c,0xc7,0x89,0xff,0x4c,0xc7,0x89,0xff,0x4a,0xc5,0x88,0xff,0x4a,0xc5,0x86, + 0xff,0x4a,0xc4,0x85,0xff,0x4b,0xc2,0x83,0xff,0x4a,0xc1,0x80,0xff,0x48,0xc1,0x7f, + 0xff,0x49,0xbf,0x7e,0xff,0x49,0xbe,0x78,0xff,0x46,0xbb,0x76,0xff,0x45,0xba,0x73, + 0xff,0x44,0xb8,0x71,0xff,0x45,0xb7,0x6d,0xff,0x45,0xb4,0x68,0xff,0x44,0xb3,0x67, + 0xff,0x43,0xb2,0x64,0xff,0x42,0xb0,0x5f,0xff,0x43,0xad,0x5d,0xff,0x43,0xac,0x5b, + 0xff,0x43,0xac,0x58,0xff,0x41,0xa8,0x55,0xff,0x43,0xa8,0x52,0xff,0x42,0xa5,0x4c, + 0xff,0x41,0xa5,0x4a,0xff,0x42,0xa2,0x46,0xff,0x40,0x9f,0x40,0xff,0x40,0x9e,0x3b, + 0xff,0x3e,0x9b,0x37,0xff,0x3e,0x99,0x38,0xff,0x3e,0x9a,0x33,0xff,0x3d,0x98,0x33, + 0xff,0x3a,0x94,0x2f,0xff,0x36,0x88,0x30,0xff,0x32,0x81,0x29,0xff,0x2e,0x76,0x27, + 0xff,0x26,0x63,0x21,0xff,0x1a,0x4c,0x17,0xff,0x1,0x27,0x0,0xff,0x3,0x25,0x0, + 0xff,0x3c,0x5a,0x3d,0xff,0x85,0x97,0x86,0xff,0xde,0xe1,0xdd,0xff,0xfe,0xfb,0xfc, + 0xff,0xf2,0xf2,0xf1,0xff,0xee,0xee,0xec,0xff,0xed,0xed,0xec,0xff,0xec,0xec,0xeb, + 0xff,0xed,0xed,0xea,0xff,0xec,0xec,0xeb,0xff,0xea,0xea,0xe9,0xff,0xea,0xea,0xea, + 0xff,0xe8,0xe8,0xe7,0xff,0xe8,0xe8,0xe7,0xff,0xe6,0xe6,0xe5,0xff,0xe6,0xe6,0xe4, + 0xff,0xe5,0xe5,0xe2,0xff,0xe4,0xe3,0xe0,0xff,0xe2,0xe2,0xdf,0xff,0xe0,0xe0,0xde, + 0xff,0xde,0xdc,0xdb,0xff,0xdc,0xda,0xda,0xff,0xda,0xd9,0xd8,0xff,0xd7,0xd7,0xd4, + 0xff,0xd5,0xd4,0xd0,0xff,0xd4,0xd4,0xcf,0xff,0xdf,0xdc,0xd5,0xff,0xf0,0xeb,0xdf, + 0xff,0xff,0xf9,0xea,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xfe,0xf5,0xe4,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe6,0xff,0xff,0xf5,0xe5, + 0xff,0xff,0xf4,0xe4,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf3,0xe3,0xff,0xfe,0xf3,0xe2, + 0xff,0xff,0xf3,0xe1,0xff,0xfe,0xf4,0xe0,0xff,0xfe,0xf3,0xe0,0xff,0xfc,0xf2,0xdf, + 0xff,0xfc,0xf2,0xde,0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf1,0xde,0xff,0xfc,0xf1,0xde, + 0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf0,0xdb,0xff,0xfa,0xee,0xdb, + 0xff,0xfb,0xef,0xda,0xff,0xfb,0xed,0xd9,0xff,0xfb,0xec,0xd9,0xff,0xfa,0xed,0xd8, + 0xff,0xfa,0xec,0xd7,0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xef,0xe0,0xc5, + 0xff,0xec,0xdb,0xbe,0xff,0xec,0xdb,0xbf,0xff,0xeb,0xda,0xbc,0xff,0xfa,0xf5,0xec, + 0xff,0xfd,0xfb,0xf8,0xff,0xfe,0xfc,0xf9,0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf8, + 0xff,0xfe,0xfb,0xf8,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6, + 0xff,0xfe,0xfa,0xf7,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfe,0xfa,0xf6, + 0xff,0xfd,0xf9,0xf5,0xff,0xb8,0xa3,0x76,0xff,0xb7,0xa1,0x75,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x6d,0x6b,0x69,0x69,0x7d,0x7a,0x78,0xe0,0x8a,0x89,0x88,0xff,0x88,0x87,0x86, + 0xff,0x7f,0x7f,0x7f,0xff,0x73,0x73,0x73,0xff,0x65,0x64,0x64,0xff,0x58,0x59,0x59, + 0xff,0x4f,0x4f,0x50,0xff,0x54,0x55,0x55,0xff,0x55,0x55,0x55,0xff,0x4f,0x4f,0x51, + 0xff,0x4a,0x49,0x49,0xff,0x4b,0x4b,0x49,0xff,0x4b,0x4a,0x4a,0xff,0x4c,0x4c,0x4c, + 0xff,0x50,0x52,0x53,0xff,0x52,0x54,0x54,0xff,0x4d,0x4e,0x50,0xff,0x50,0x51,0x51, + 0xff,0x62,0x62,0x64,0xff,0x75,0x74,0x76,0xff,0x8d,0x8e,0x8e,0xff,0xab,0xab,0xab, + 0xff,0xcc,0xcb,0xcb,0xff,0xf3,0xf2,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfe,0xfe, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xf9,0xf8,0xf8,0xff,0xf6,0xf5,0xf5, + 0xff,0xf2,0xf2,0xf1,0xff,0xef,0xef,0xed,0xff,0xea,0xea,0xe9,0xff,0xe4,0xe4,0xe4, + 0xff,0xdd,0xdd,0xdd,0xff,0xd7,0xd6,0xd6,0xff,0xce,0xce,0xce,0xff,0xc6,0xc5,0xc5, + 0xff,0xba,0xba,0xb8,0xff,0xae,0xae,0xad,0xff,0xa3,0xa2,0xa0,0xff,0x94,0x93,0x92, + 0xff,0x84,0x83,0x83,0xff,0x74,0x70,0x6e,0xff,0x63,0x62,0x61,0xff,0x51,0x99,0x73, + 0xff,0x49,0xcb,0x8a,0xff,0x4b,0xc8,0x8b,0xff,0x4b,0xc8,0x89,0xff,0x4b,0xc7,0x88, + 0xff,0x4b,0xc7,0x89,0xff,0x4b,0xc7,0x88,0xff,0x4b,0xc6,0x88,0xff,0x4a,0xc6,0x87, + 0xff,0x4b,0xc6,0x86,0xff,0x4a,0xc4,0x86,0xff,0x49,0xc4,0x83,0xff,0x4a,0xc4,0x81, + 0xff,0x48,0xc1,0x80,0xff,0x47,0xc0,0x7a,0xff,0x47,0xbe,0x77,0xff,0x45,0xbb,0x76, + 0xff,0x45,0xbb,0x73,0xff,0x44,0xb7,0x6e,0xff,0x42,0xb6,0x6a,0xff,0x41,0xb4,0x68, + 0xff,0x42,0xb3,0x65,0xff,0x41,0xb1,0x5e,0xff,0x3f,0xad,0x5a,0xff,0x3f,0xac,0x59, + 0xff,0x3d,0xa9,0x56,0xff,0x3d,0xa8,0x50,0xff,0x3e,0xa7,0x50,0xff,0x3d,0xa5,0x4c, + 0xff,0x3d,0xa4,0x4a,0xff,0x3e,0xa3,0x44,0xff,0x3f,0xa2,0x43,0xff,0x3f,0x9f,0x42, + 0xff,0x3f,0x9e,0x41,0xff,0x3f,0x9d,0x40,0xff,0x3f,0x9b,0x3b,0xff,0x3e,0x99,0x37, + 0xff,0x3e,0x99,0x34,0xff,0x3d,0x98,0x33,0xff,0x3a,0x92,0x33,0xff,0x37,0x8a,0x2d, + 0xff,0x33,0x82,0x2a,0xff,0x2e,0x78,0x27,0xff,0x24,0x62,0x1f,0xff,0x18,0x49,0x13, + 0xff,0x1,0x28,0x0,0xff,0x2,0x21,0x0,0xff,0x43,0x5f,0x41,0xff,0x8b,0x9d,0x8c, + 0xff,0xdb,0xde,0xda,0xff,0xff,0xfc,0xfd,0xff,0xf5,0xf4,0xf3,0xff,0xee,0xee,0xec, + 0xff,0xec,0xed,0xec,0xff,0xed,0xed,0xeb,0xff,0xed,0xed,0xea,0xff,0xec,0xec,0xea, + 0xff,0xea,0xea,0xe8,0xff,0xea,0xea,0xea,0xff,0xe8,0xe8,0xe8,0xff,0xe9,0xe9,0xe7, + 0xff,0xe8,0xe8,0xe5,0xff,0xe6,0xe6,0xe4,0xff,0xe5,0xe5,0xe4,0xff,0xe3,0xe3,0xe0, + 0xff,0xe1,0xe1,0xdf,0xff,0xe0,0xdf,0xdd,0xff,0xde,0xdd,0xdc,0xff,0xdc,0xdb,0xd9, + 0xff,0xd9,0xd9,0xd7,0xff,0xd8,0xd7,0xd5,0xff,0xd5,0xd3,0xd2,0xff,0xd3,0xd3,0xcf, + 0xff,0xe0,0xdd,0xd6,0xff,0xf0,0xea,0xdf,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe3,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf4,0xe5,0xff,0xff,0xf5,0xe6,0xff,0xff,0xf5,0xe4, + 0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf3,0xe1, + 0xff,0xfd,0xf3,0xe0,0xff,0xfe,0xf4,0xe0,0xff,0xfc,0xf2,0xdf,0xff,0xfd,0xf3,0xde, + 0xff,0xfd,0xf2,0xde,0xff,0xfd,0xf2,0xdf,0xff,0xfb,0xf0,0xdd,0xff,0xfc,0xf0,0xdc, + 0xff,0xfc,0xf1,0xdc,0xff,0xfb,0xef,0xda,0xff,0xfb,0xef,0xdb,0xff,0xfa,0xee,0xd9, + 0xff,0xfb,0xee,0xd9,0xff,0xfa,0xec,0xd9,0xff,0xf9,0xec,0xd7,0xff,0xfa,0xeb,0xd7, + 0xff,0xfa,0xec,0xd7,0xff,0xf8,0xea,0xd5,0xff,0xf9,0xeb,0xd4,0xff,0xef,0xdf,0xc4, + 0xff,0xec,0xdb,0xbf,0xff,0xeb,0xda,0xbc,0xff,0xeb,0xda,0xbb,0xff,0xfb,0xf6,0xec, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfa,0xf7, + 0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf6,0xff,0xfe,0xfa,0xf6,0xff,0xfd,0xf9,0xf7, + 0xff,0xfe,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf4,0xff,0xb7,0xa3,0x75,0xff,0xb7,0xa2,0x75,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x6c,0x6a,0x69,0x4a,0x78,0x76,0x74,0xe1,0x91,0x8f,0x8e, + 0xff,0xa5,0xa4,0xa3,0xff,0xa8,0xa7,0xa6,0xff,0xa3,0xa2,0xa2,0xff,0xa1,0xa0,0xa0, + 0xff,0x9f,0x9e,0x9e,0xff,0x8f,0x8f,0x8f,0xff,0x8f,0x8f,0x8f,0xff,0x7f,0x7f,0x7f, + 0xff,0x7d,0x7d,0x7e,0xff,0x7f,0x7f,0x80,0xff,0x7f,0x80,0x80,0xff,0x7d,0x7e,0x7e, + 0xff,0x92,0x92,0x92,0xff,0x9c,0x9c,0x9c,0xff,0xad,0xad,0xad,0xff,0xbd,0xbd,0xbd, + 0xff,0xcf,0xcf,0xcf,0xff,0xe0,0xdf,0xdf,0xff,0xf7,0xf7,0xf7,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xfa,0xfb,0xfb,0xff,0xf9,0xf8,0xf8, + 0xff,0xfa,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf7,0xf7, + 0xff,0xf5,0xf5,0xf5,0xff,0xf3,0xf3,0xf1,0xff,0xef,0xef,0xec,0xff,0xea,0xea,0xe8, + 0xff,0xe3,0xe3,0xe4,0xff,0xdd,0xde,0xde,0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xcd,0xcf, + 0xff,0xc6,0xc5,0xc5,0xff,0xbb,0xbb,0xb9,0xff,0xaf,0xaf,0xad,0xff,0xa3,0xa2,0xa0, + 0xff,0x93,0x93,0x91,0xff,0x84,0x83,0x81,0xff,0x74,0x6d,0x6d,0xff,0x62,0x62,0x5f, + 0xff,0x54,0x9b,0x74,0xff,0x49,0xcc,0x8a,0xff,0x4a,0xc9,0x88,0xff,0x4a,0xc5,0x87, + 0xff,0x4a,0xc6,0x87,0xff,0x4a,0xc5,0x86,0xff,0x4a,0xc5,0x86,0xff,0x49,0xc4,0x85, + 0xff,0x48,0xc4,0x83,0xff,0x48,0xc0,0x7f,0xff,0x47,0xc0,0x79,0xff,0x44,0xbe,0x75, + 0xff,0x42,0xbb,0x74,0xff,0x44,0xb9,0x71,0xff,0x41,0xb9,0x6c,0xff,0x41,0xb6,0x6b, + 0xff,0x41,0xb4,0x68,0xff,0x40,0xb3,0x63,0xff,0x40,0xb1,0x61,0xff,0x40,0xb0,0x60, + 0xff,0x40,0xad,0x5d,0xff,0x3f,0xad,0x5a,0xff,0x3e,0xa9,0x55,0xff,0x3e,0xa9,0x51, + 0xff,0x3e,0xa7,0x4e,0xff,0x3d,0xa4,0x4b,0xff,0x3c,0xa2,0x46,0xff,0x3c,0xa2,0x45, + 0xff,0x3b,0x9d,0x42,0xff,0x3c,0x9c,0x3b,0xff,0x3a,0x9a,0x36,0xff,0x39,0x98,0x33, + 0xff,0x3a,0x97,0x32,0xff,0x3b,0x98,0x32,0xff,0x3e,0x9a,0x2f,0xff,0x3c,0x97,0x32, + 0xff,0x3a,0x91,0x31,0xff,0x36,0x89,0x2b,0xff,0x33,0x82,0x2a,0xff,0x2f,0x7b,0x25, + 0xff,0x24,0x63,0x1d,0xff,0x19,0x48,0x14,0xff,0x3,0x2f,0x0,0xff,0x4,0x29,0x1, + 0xff,0x54,0x6b,0x54,0xff,0x97,0xa6,0x99,0xff,0xd5,0xd9,0xd4,0xff,0xfe,0xfc,0xfc, + 0xff,0xf7,0xf5,0xf6,0xff,0xed,0xed,0xec,0xff,0xed,0xed,0xeb,0xff,0xec,0xec,0xeb, + 0xff,0xec,0xeb,0xea,0xff,0xec,0xec,0xe9,0xff,0xeb,0xeb,0xe8,0xff,0xea,0xea,0xea, + 0xff,0xe8,0xe8,0xe8,0xff,0xe9,0xe9,0xe7,0xff,0xe8,0xe8,0xe6,0xff,0xe6,0xe6,0xe5, + 0xff,0xe4,0xe3,0xe3,0xff,0xe3,0xe1,0xe0,0xff,0xe1,0xe1,0xe0,0xff,0xde,0xde,0xdc, + 0xff,0xdd,0xdd,0xdb,0xff,0xdc,0xdb,0xd9,0xff,0xda,0xd9,0xd6,0xff,0xd7,0xd7,0xd5, + 0xff,0xd5,0xd5,0xd0,0xff,0xd2,0xd2,0xce,0xff,0xe2,0xdf,0xd7,0xff,0xf0,0xea,0xe1, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf7,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe8,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf8,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe6, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe6,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf3,0xe3,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf3,0xe2,0xff,0xfe,0xf3,0xe0, + 0xff,0xfe,0xf4,0xdf,0xff,0xfd,0xf3,0xdf,0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf2,0xdd, + 0xff,0xfd,0xf2,0xdf,0xff,0xfb,0xf0,0xdd,0xff,0xfc,0xf0,0xdc,0xff,0xfc,0xf1,0xdc, + 0xff,0xfc,0xf0,0xdb,0xff,0xfa,0xee,0xdb,0xff,0xfb,0xee,0xda,0xff,0xfa,0xed,0xd9, + 0xff,0xfa,0xec,0xd9,0xff,0xfa,0xed,0xd8,0xff,0xfa,0xec,0xd7,0xff,0xfa,0xec,0xd7, + 0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd4,0xff,0xf9,0xea,0xd3,0xff,0xef,0xde,0xc4, + 0xff,0xec,0xda,0xbc,0xff,0xeb,0xda,0xbb,0xff,0xe9,0xd9,0xbb,0xff,0xfa,0xf5,0xeb, + 0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf7, + 0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf6,0xff,0xfd,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf4,0xff,0xb7,0xa3,0x77,0xff,0xb7,0xa2,0x75,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6c,0x6a,0x69,0x4a,0x77,0x75,0x73, + 0xe3,0x8c,0x8b,0x89,0xff,0xa2,0xa1,0x9f,0xff,0xb5,0xb4,0xb4,0xff,0xc6,0xc5,0xc5, + 0xff,0xd6,0xd5,0xd5,0xff,0xd3,0xd1,0xd1,0xff,0xd9,0xda,0xd9,0xff,0xd6,0xd6,0xd6, + 0xff,0xd9,0xd9,0xd9,0xff,0xde,0xde,0xde,0xff,0xe2,0xe1,0xe1,0xff,0xe3,0xe3,0xe3, + 0xff,0xf3,0xf3,0xf3,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd, + 0xff,0xfc,0xfd,0xfd,0xff,0xfd,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf6,0xf6,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xed, + 0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6, + 0xff,0xcf,0xce,0xce,0xff,0xc6,0xc5,0xc3,0xff,0xba,0xbb,0xb9,0xff,0xae,0xae,0xac, + 0xff,0xa3,0xa1,0x9f,0xff,0x94,0x92,0x91,0xff,0x84,0x83,0x82,0xff,0x73,0x6d,0x6e, + 0xff,0x62,0x62,0x5f,0xff,0x52,0x9a,0x73,0xff,0x49,0xcb,0x87,0xff,0x4a,0xc6,0x87, + 0xff,0x49,0xc5,0x85,0xff,0x48,0xc3,0x82,0xff,0x47,0xc1,0x80,0xff,0x45,0xbe,0x7b, + 0xff,0x43,0xbd,0x76,0xff,0x44,0xbb,0x74,0xff,0x43,0xbb,0x71,0xff,0x42,0xba,0x6f, + 0xff,0x42,0xb9,0x6b,0xff,0x40,0xb6,0x68,0xff,0x41,0xb4,0x66,0xff,0x40,0xb4,0x64, + 0xff,0x3f,0xb1,0x61,0xff,0x41,0xb0,0x5f,0xff,0x3f,0xaf,0x5c,0xff,0x40,0xad,0x5b, + 0xff,0x3f,0xab,0x56,0xff,0x40,0xab,0x53,0xff,0x40,0xa8,0x52,0xff,0x40,0xa6,0x4f, + 0xff,0x40,0xa4,0x4b,0xff,0x3e,0xa2,0x44,0xff,0x3d,0x9f,0x42,0xff,0x3d,0x9e,0x3e, + 0xff,0x3b,0x9b,0x37,0xff,0x39,0x97,0x32,0xff,0x3a,0x97,0x2d,0xff,0x38,0x95,0x2b, + 0xff,0x39,0x95,0x2a,0xff,0x38,0x93,0x27,0xff,0x34,0x8c,0x23,0xff,0x33,0x84,0x23, + 0xff,0x33,0x7f,0x26,0xff,0x2d,0x77,0x26,0xff,0x22,0x5c,0x1a,0xff,0x18,0x45,0x14, + 0xff,0x7,0x30,0x0,0xff,0x2,0x27,0x0,0xff,0x51,0x6b,0x51,0xff,0xa6,0xb2,0xa8, + 0xff,0xdd,0xe0,0xdb,0xff,0xfe,0xfb,0xfb,0xff,0xf5,0xf4,0xf4,0xff,0xef,0xef,0xec, + 0xff,0xed,0xed,0xec,0xff,0xec,0xed,0xeb,0xff,0xec,0xec,0xea,0xff,0xea,0xea,0xe9, + 0xff,0xea,0xe9,0xe8,0xff,0xea,0xea,0xea,0xff,0xe9,0xe9,0xe9,0xff,0xe8,0xe8,0xe8, + 0xff,0xe8,0xe8,0xe5,0xff,0xe5,0xe5,0xe4,0xff,0xe5,0xe4,0xe2,0xff,0xe3,0xe3,0xe2, + 0xff,0xe1,0xe1,0xe0,0xff,0xe0,0xdf,0xdc,0xff,0xdc,0xde,0xda,0xff,0xdc,0xda,0xda, + 0xff,0xda,0xd9,0xd6,0xff,0xd8,0xd7,0xd5,0xff,0xd4,0xd4,0xd2,0xff,0xd5,0xd4,0xd1, + 0xff,0xe5,0xe1,0xda,0xff,0xf2,0xec,0xe1,0xff,0xfd,0xf6,0xe8,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe6,0xff,0xff,0xf4,0xe5, + 0xff,0xff,0xf4,0xe4,0xff,0xff,0xf4,0xe3,0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf3,0xe2, + 0xff,0xff,0xf3,0xe2,0xff,0xff,0xf3,0xe1,0xff,0xfd,0xf3,0xe0,0xff,0xfd,0xf3,0xde, + 0xff,0xfc,0xf2,0xdf,0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf2,0xde,0xff,0xfc,0xf1,0xde, + 0xff,0xfc,0xf1,0xdd,0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf0,0xdb, + 0xff,0xfb,0xef,0xdb,0xff,0xfb,0xef,0xda,0xff,0xfb,0xee,0xd9,0xff,0xfb,0xed,0xd9, + 0xff,0xf9,0xec,0xd7,0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd6, + 0xff,0xf8,0xea,0xd4,0xff,0xf9,0xe9,0xd3,0xff,0xf8,0xe8,0xd4,0xff,0xee,0xde,0xc2, + 0xff,0xea,0xda,0xbb,0xff,0xe9,0xd9,0xbb,0xff,0xe9,0xd8,0xba,0xff,0xfb,0xf5,0xeb, + 0xff,0xfe,0xfb,0xf8,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfa,0xf7,0xff,0xfe,0xfb,0xf7, + 0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf7,0xff,0xfe,0xf9,0xf5,0xff,0xfd,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf3,0xff,0xb7,0xa2,0x77,0xff,0xb7,0xa2,0x76,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6c,0x6a,0x69, + 0x49,0x77,0x75,0x73,0xe5,0x8b,0x8a,0x89,0xff,0x9f,0x9e,0x9c,0xff,0xaf,0xae,0xae, + 0xff,0xbe,0xbc,0xbc,0xff,0xcd,0xcc,0xcc,0xff,0xd7,0xd7,0xd5,0xff,0xe3,0xe3,0xe1, + 0xff,0xeb,0xeb,0xec,0xff,0xf3,0xf3,0xf3,0xff,0xf9,0xf8,0xf8,0xff,0xfc,0xfb,0xfb, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1, + 0xff,0xef,0xef,0xee,0xff,0xea,0xea,0xea,0xff,0xe3,0xe3,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xce,0xce,0xce,0xff,0xc4,0xc4,0xc3,0xff,0xb9,0xb9,0xb8, + 0xff,0xaf,0xae,0xad,0xff,0xa1,0xa0,0x9f,0xff,0x94,0x93,0x91,0xff,0x84,0x83,0x81, + 0xff,0x72,0x6c,0x6c,0xff,0x62,0x62,0x5f,0xff,0x52,0x9b,0x72,0xff,0x45,0xc4,0x80, + 0xff,0x43,0xc0,0x7b,0xff,0x43,0xbe,0x75,0xff,0x43,0xbd,0x76,0xff,0x43,0xba,0x71, + 0xff,0x42,0xba,0x6e,0xff,0x41,0xb8,0x6f,0xff,0x42,0xb8,0x6c,0xff,0x41,0xb7,0x69, + 0xff,0x41,0xb4,0x67,0xff,0x41,0xb3,0x66,0xff,0x42,0xb3,0x65,0xff,0x42,0xb1,0x63, + 0xff,0x43,0xb2,0x62,0xff,0x43,0xb1,0x60,0xff,0x43,0xac,0x5b,0xff,0x43,0xac,0x5b, + 0xff,0x42,0xaa,0x55,0xff,0x42,0xa9,0x53,0xff,0x42,0xa5,0x4f,0xff,0x41,0xa3,0x4a, + 0xff,0x41,0xa1,0x45,0xff,0x3f,0x9f,0x42,0xff,0x3f,0x9d,0x3d,0xff,0x3e,0x9b,0x37, + 0xff,0x3e,0x99,0x34,0xff,0x3c,0x98,0x2f,0xff,0x3b,0x96,0x2d,0xff,0x39,0x94,0x28, + 0xff,0x35,0x8b,0x21,0xff,0x31,0x82,0x24,0xff,0x2e,0x7b,0x1e,0xff,0x2a,0x74,0x1b, + 0xff,0x20,0x5c,0x19,0xff,0x15,0x41,0x10,0xff,0x9,0x2f,0x2,0xff,0x3,0x26,0x0, + 0xff,0x49,0x64,0x4b,0xff,0xaa,0xb6,0xa9,0xff,0xdb,0xdf,0xda,0xff,0xf8,0xf6,0xf6, + 0xff,0xf4,0xf3,0xf2,0xff,0xef,0xef,0xec,0xff,0xed,0xed,0xeb,0xff,0xec,0xec,0xec, + 0xff,0xec,0xec,0xea,0xff,0xec,0xec,0xe9,0xff,0xeb,0xea,0xe9,0xff,0xea,0xea,0xe9, + 0xff,0xe9,0xe9,0xe7,0xff,0xe8,0xe8,0xe7,0xff,0xe8,0xe8,0xe5,0xff,0xe7,0xe6,0xe5, + 0xff,0xe5,0xe5,0xe2,0xff,0xe3,0xe3,0xe0,0xff,0xe1,0xe1,0xde,0xff,0xdf,0xdf,0xdc, + 0xff,0xdd,0xdd,0xda,0xff,0xdb,0xdb,0xda,0xff,0xd9,0xd9,0xd6,0xff,0xd6,0xd6,0xd5, + 0xff,0xd4,0xd3,0xd1,0xff,0xd3,0xd1,0xcf,0xff,0xe6,0xe2,0xda,0xff,0xf7,0xf0,0xe5, + 0xff,0xfe,0xf6,0xe8,0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf5,0xe5,0xff,0xfe,0xf4,0xe5,0xff,0xff,0xf4,0xe4, + 0xff,0xff,0xf4,0xe3,0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe3, + 0xff,0xff,0xf3,0xe1,0xff,0xfe,0xf4,0xe0,0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf2,0xdf, + 0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf2,0xde,0xff,0xfc,0xf1,0xde,0xff,0xfc,0xf1,0xdd, + 0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf1,0xda,0xff,0xfc,0xef,0xdb,0xff,0xfa,0xee,0xdb, + 0xff,0xfb,0xef,0xda,0xff,0xfb,0xee,0xd9,0xff,0xfa,0xec,0xd9,0xff,0xfa,0xec,0xd8, + 0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd5, + 0xff,0xf9,0xea,0xd4,0xff,0xf8,0xe9,0xd4,0xff,0xf8,0xe8,0xd2,0xff,0xed,0xdd,0xc1, + 0xff,0xe9,0xd9,0xbb,0xff,0xea,0xd8,0xbb,0xff,0xe9,0xd8,0xbb,0xff,0xfb,0xf5,0xeb, + 0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf6,0xff,0xfe,0xfb,0xf6, + 0xff,0xfd,0xf9,0xf6,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5, + 0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf2, + 0xff,0xfc,0xf7,0xf3,0xff,0xb9,0xa3,0x77,0xff,0xb7,0xa2,0x77,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x6d,0x6b,0x69,0x48,0x77,0x75,0x74,0xe5,0x8b,0x8b,0x88,0xff,0x9e,0x9d,0x9c, + 0xff,0xae,0xad,0xad,0xff,0xbe,0xbd,0xbd,0xff,0xcb,0xca,0xca,0xff,0xd5,0xd5,0xd4, + 0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed,0xff,0xf2,0xf1,0xf1, + 0xff,0xf6,0xf6,0xf6,0xff,0xfa,0xfa,0xfa,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf8,0xf8,0xff,0xf5,0xf6,0xf4, + 0xff,0xf2,0xf2,0xf1,0xff,0xef,0xef,0xed,0xff,0xea,0xea,0xe8,0xff,0xe4,0xe4,0xe4, + 0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc4,0xc3,0xc3, + 0xff,0xba,0xba,0xb9,0xff,0xaf,0xae,0xac,0xff,0xa1,0xa0,0x9f,0xff,0x94,0x93,0x92, + 0xff,0x85,0x82,0x81,0xff,0x74,0x6e,0x6e,0xff,0x62,0x62,0x60,0xff,0x4d,0x95,0x6a, + 0xff,0x41,0xbf,0x72,0xff,0x42,0xbc,0x71,0xff,0x41,0xb9,0x6e,0xff,0x41,0xb9,0x6d, + 0xff,0x41,0xb7,0x6a,0xff,0x41,0xb7,0x69,0xff,0x42,0xb7,0x69,0xff,0x44,0xb7,0x6b, + 0xff,0x43,0xb5,0x68,0xff,0x45,0xb5,0x67,0xff,0x44,0xb2,0x64,0xff,0x44,0xb0,0x62, + 0xff,0x43,0xaf,0x5f,0xff,0x44,0xac,0x5b,0xff,0x43,0xab,0x55,0xff,0x42,0xa9,0x51, + 0xff,0x42,0xa7,0x4e,0xff,0x41,0xa5,0x4b,0xff,0x41,0xa2,0x45,0xff,0x40,0xa0,0x43, + 0xff,0x40,0x9e,0x3e,0xff,0x3f,0x9a,0x39,0xff,0x3e,0x99,0x35,0xff,0x3e,0x99,0x34, + 0xff,0x3e,0x98,0x30,0xff,0x3e,0x97,0x2e,0xff,0x38,0x8e,0x2d,0xff,0x35,0x84,0x2a, + 0xff,0x31,0x7d,0x22,0xff,0x2c,0x76,0x1d,0xff,0x20,0x5d,0x15,0xff,0x14,0x3f,0x11, + 0xff,0x8,0x2f,0x3,0xff,0x2,0x26,0x0,0xff,0x43,0x5f,0x46,0xff,0xab,0xb7,0xad, + 0xff,0xdc,0xe0,0xdd,0xff,0xf2,0xf1,0xf3,0xff,0xf3,0xf2,0xf2,0xff,0xed,0xed,0xed, + 0xff,0xec,0xec,0xec,0xff,0xec,0xec,0xea,0xff,0xeb,0xeb,0xeb,0xff,0xeb,0xeb,0xea, + 0xff,0xe9,0xe8,0xe8,0xff,0xe9,0xe8,0xe7,0xff,0xe8,0xe8,0xe8,0xff,0xe6,0xe6,0xe6, + 0xff,0xe7,0xe7,0xe5,0xff,0xe6,0xe6,0xe3,0xff,0xe5,0xe4,0xe3,0xff,0xe2,0xe2,0xe1, + 0xff,0xe2,0xe1,0xe0,0xff,0xdf,0xde,0xdc,0xff,0xdd,0xdd,0xda,0xff,0xdb,0xdb,0xda, + 0xff,0xd9,0xd9,0xd6,0xff,0xd7,0xd6,0xd4,0xff,0xd5,0xd3,0xd2,0xff,0xd2,0xd1,0xcf, + 0xff,0xe4,0xe0,0xda,0xff,0xf7,0xf0,0xe5,0xff,0xff,0xf6,0xe9,0xff,0xff,0xf7,0xea, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf8,0xe7, + 0xff,0xff,0xf7,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf4,0xe5, + 0xff,0xff,0xf4,0xe5,0xff,0xff,0xf5,0xe4,0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf4,0xe2, + 0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe1, + 0xff,0xfe,0xf4,0xdf,0xff,0xfd,0xf3,0xdf,0xff,0xfd,0xf3,0xdf,0xff,0xfd,0xf3,0xde, + 0xff,0xfc,0xf2,0xdd,0xff,0xfd,0xf2,0xdf,0xff,0xfb,0xf0,0xdd,0xff,0xfc,0xf1,0xdc, + 0xff,0xfb,0xf0,0xda,0xff,0xfc,0xef,0xdc,0xff,0xfb,0xef,0xdb,0xff,0xfa,0xee,0xd9, + 0xff,0xfb,0xee,0xd9,0xff,0xfb,0xed,0xd9,0xff,0xf9,0xec,0xd7,0xff,0xf9,0xeb,0xd6, + 0xff,0xfa,0xeb,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xea,0xd4,0xff,0xf9,0xea,0xd3, + 0xff,0xf8,0xe9,0xd4,0xff,0xf8,0xe7,0xd1,0xff,0xf7,0xe8,0xce,0xff,0xec,0xdd,0xbf, + 0xff,0xe9,0xd8,0xba,0xff,0xe9,0xd9,0xbb,0xff,0xe9,0xd6,0xbc,0xff,0xfb,0xf5,0xeb, + 0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf6, + 0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf4,0xff,0xfc,0xf8,0xf3,0xff,0xfd,0xf8,0xf4, + 0xff,0xfc,0xf7,0xf2,0xff,0xb8,0xa3,0x78,0xff,0xb8,0xa3,0x77,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x6d,0x6b,0x69,0x45,0x77,0x76,0x74,0xe7,0x8c,0x8a,0x89, + 0xff,0x9d,0x9c,0x9b,0xff,0xae,0xad,0xad,0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9, + 0xff,0xd5,0xd4,0xd4,0xff,0xde,0xdf,0xde,0xff,0xe7,0xe7,0xe7,0xff,0xed,0xed,0xed, + 0xff,0xf3,0xf2,0xf2,0xff,0xf5,0xf5,0xf5,0xff,0xf8,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf8,0xf8, + 0xff,0xf6,0xf6,0xf6,0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xed,0xff,0xe9,0xe9,0xe9, + 0xff,0xe3,0xe3,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd, + 0xff,0xc5,0xc4,0xc4,0xff,0xba,0xba,0xb8,0xff,0xaf,0xae,0xad,0xff,0xa2,0xa1,0x9f, + 0xff,0x94,0x93,0x92,0xff,0x85,0x83,0x82,0xff,0x73,0x6e,0x6e,0xff,0x62,0x60,0x5e, + 0xff,0x4d,0x94,0x66,0xff,0x40,0xb9,0x6c,0xff,0x42,0xba,0x6b,0xff,0x43,0xb8,0x6d, + 0xff,0x45,0xb9,0x6d,0xff,0x45,0xb8,0x6d,0xff,0x46,0xb7,0x6b,0xff,0x44,0xb5,0x67, + 0xff,0x46,0xb3,0x67,0xff,0x43,0xb0,0x62,0xff,0x43,0xae,0x5e,0xff,0x42,0xad,0x5c, + 0xff,0x43,0xab,0x57,0xff,0x42,0xa8,0x54,0xff,0x42,0xa5,0x4d,0xff,0x41,0xa4,0x48, + 0xff,0x40,0xa2,0x45,0xff,0x40,0x9f,0x42,0xff,0x3f,0x9c,0x3e,0xff,0x3f,0x9a,0x39, + 0xff,0x3e,0x98,0x33,0xff,0x3f,0x99,0x2d,0xff,0x3e,0x97,0x2f,0xff,0x3c,0x95,0x2b, + 0xff,0x39,0x8e,0x2d,0xff,0x36,0x85,0x28,0xff,0x30,0x7d,0x22,0xff,0x2f,0x76,0x24, + 0xff,0x25,0x61,0x1e,0xff,0x16,0x41,0xd,0xff,0xd,0x30,0x4,0xff,0xe,0x33,0x8, + 0xff,0x55,0x6e,0x56,0xff,0xc0,0xc9,0xc0,0xff,0xe6,0xe8,0xe5,0xff,0xf0,0xef,0xee, + 0xff,0xf0,0xf0,0xef,0xff,0xee,0xed,0xed,0xff,0xec,0xec,0xea,0xff,0xeb,0xeb,0xe8, + 0xff,0xeb,0xeb,0xea,0xff,0xea,0xea,0xe8,0xff,0xea,0xea,0xe9,0xff,0xe9,0xe9,0xe7, + 0xff,0xe9,0xe9,0xe7,0xff,0xe6,0xe7,0xe4,0xff,0xe6,0xe6,0xe5,0xff,0xe5,0xe4,0xe4, + 0xff,0xe3,0xe3,0xe2,0xff,0xe1,0xe1,0xdf,0xff,0xe0,0xdf,0xdf,0xff,0xde,0xde,0xdc, + 0xff,0xdc,0xdc,0xda,0xff,0xda,0xd9,0xd8,0xff,0xd8,0xd7,0xd5,0xff,0xd5,0xd5,0xd4, + 0xff,0xd4,0xd3,0xd1,0xff,0xd1,0xd1,0xd0,0xff,0xe3,0xdf,0xd8,0xff,0xf9,0xf2,0xe5, + 0xff,0xfe,0xf7,0xe9,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe8,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf4,0xe5,0xff,0xff,0xf5,0xe4, + 0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf4,0xe2, + 0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe3,0xff,0xff,0xf3,0xe1,0xff,0xfd,0xf3,0xde, + 0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf2,0xdf,0xff,0xfc,0xf2,0xde,0xff,0xfc,0xf2,0xde, + 0xff,0xfd,0xf1,0xde,0xff,0xfc,0xf1,0xdd,0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf1,0xdb, + 0xff,0xfb,0xee,0xdb,0xff,0xfa,0xee,0xdb,0xff,0xfa,0xee,0xd9,0xff,0xfa,0xed,0xd8, + 0xff,0xfb,0xed,0xd9,0xff,0xfa,0xed,0xd8,0xff,0xfa,0xec,0xd7,0xff,0xfa,0xec,0xd7, + 0xff,0xf9,0xeb,0xd6,0xff,0xf8,0xea,0xd4,0xff,0xf8,0xe9,0xd3,0xff,0xf8,0xe9,0xd4, + 0xff,0xf8,0xe7,0xd1,0xff,0xf7,0xe8,0xcf,0xff,0xf6,0xe7,0xcf,0xff,0xec,0xdc,0xc0, + 0xff,0xe8,0xd8,0xba,0xff,0xe8,0xd6,0xbb,0xff,0xe8,0xd6,0xb9,0xff,0xfa,0xf4,0xeb, + 0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf6,0xff,0xfd,0xf9,0xf5, + 0xff,0xfe,0xfa,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf3,0xff,0xfd,0xf8,0xf4,0xff,0xfc,0xf7,0xf1, + 0xff,0xfc,0xf7,0xf2,0xff,0xb8,0xa3,0x77,0xff,0xb8,0xa3,0x77,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6c,0x6a,0x68,0x46,0x78,0x76,0x75, + 0xe7,0x8b,0x8a,0x89,0xff,0x9f,0x9e,0x9c,0xff,0xae,0xad,0xad,0xff,0xbd,0xbc,0xbc, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6, + 0xff,0xed,0xed,0xed,0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xf8,0xf8,0xf8,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1,0xff,0xee,0xee,0xed, + 0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6, + 0xff,0xcf,0xce,0xce,0xff,0xc5,0xc5,0xc3,0xff,0xba,0xba,0xb9,0xff,0xae,0xad,0xac, + 0xff,0xa1,0xa0,0x9f,0xff,0x95,0x94,0x92,0xff,0x84,0x83,0x81,0xff,0x73,0x70,0x6f, + 0xff,0x63,0x5e,0x5c,0xff,0x54,0x85,0x65,0xff,0x46,0xb6,0x6e,0xff,0x45,0xb8,0x6d, + 0xff,0x45,0xb7,0x6b,0xff,0x45,0xb6,0x68,0xff,0x43,0xb3,0x65,0xff,0x44,0xb1,0x61, + 0xff,0x44,0xb0,0x5d,0xff,0x44,0xad,0x5c,0xff,0x43,0xab,0x57,0xff,0x42,0xa9,0x53, + 0xff,0x41,0xa6,0x50,0xff,0x41,0xa5,0x4c,0xff,0x40,0xa1,0x45,0xff,0x40,0x9f,0x40, + 0xff,0x3f,0x9c,0x3e,0xff,0x3f,0x9a,0x39,0xff,0x3e,0x99,0x32,0xff,0x3e,0x97,0x31, + 0xff,0x3d,0x96,0x30,0xff,0x3d,0x95,0x31,0xff,0x3a,0x8e,0x2c,0xff,0x34,0x83,0x28, + 0xff,0x31,0x7a,0x27,0xff,0x2e,0x74,0x24,0xff,0x23,0x5f,0x17,0xff,0x14,0x3f,0xe, + 0xff,0xe,0x32,0xa,0xff,0x18,0x3b,0x13,0xff,0x53,0x6c,0x54,0xff,0xc2,0xc7,0xc0, + 0xff,0xf0,0xf0,0xee,0xff,0xf0,0xee,0xee,0xff,0xef,0xee,0xed,0xff,0xed,0xec,0xeb, + 0xff,0xeb,0xeb,0xea,0xff,0xeb,0xeb,0xe9,0xff,0xeb,0xeb,0xe9,0xff,0xea,0xea,0xe8, + 0xff,0xe9,0xe8,0xe7,0xff,0xe9,0xe9,0xe7,0xff,0xe9,0xe9,0xe6,0xff,0xe8,0xe7,0xe5, + 0xff,0xe7,0xe5,0xe4,0xff,0xe5,0xe4,0xe4,0xff,0xe3,0xe3,0xe2,0xff,0xe1,0xe2,0xdf, + 0xff,0xe0,0xde,0xdd,0xff,0xde,0xdd,0xdc,0xff,0xdc,0xdc,0xd9,0xff,0xda,0xda,0xd7, + 0xff,0xd8,0xd8,0xd6,0xff,0xd5,0xd5,0xd3,0xff,0xd4,0xd2,0xcf,0xff,0xd5,0xd4,0xd1, + 0xff,0xe7,0xe2,0xd9,0xff,0xfa,0xf2,0xe4,0xff,0xfe,0xf6,0xe7,0xff,0xff,0xf8,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf4,0xe4,0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf4,0xe4, + 0xff,0xff,0xf4,0xe4,0xff,0xff,0xf4,0xe2,0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf4,0xe3, + 0xff,0xff,0xf3,0xe3,0xff,0xff,0xf4,0xe0,0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf3,0xde, + 0xff,0xfc,0xf2,0xdf,0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf2,0xdf, + 0xff,0xfc,0xf0,0xdd,0xff,0xfc,0xf1,0xda,0xff,0xfc,0xf0,0xdb,0xff,0xfc,0xee,0xdb, + 0xff,0xfb,0xee,0xdb,0xff,0xfa,0xee,0xd9,0xff,0xfb,0xed,0xd9,0xff,0xfa,0xec,0xd9, + 0xff,0xfa,0xed,0xd8,0xff,0xf9,0xeb,0xd6,0xff,0xfa,0xeb,0xd7,0xff,0xf9,0xeb,0xd6, + 0xff,0xf9,0xeb,0xd4,0xff,0xf8,0xe9,0xd3,0xff,0xf8,0xe9,0xd4,0xff,0xf8,0xe8,0xd2, + 0xff,0xf7,0xe8,0xcf,0xff,0xf6,0xe7,0xcf,0xff,0xf6,0xe6,0xce,0xff,0xec,0xdb,0xbf, + 0xff,0xe8,0xd6,0xbb,0xff,0xe9,0xd6,0xba,0xff,0xe9,0xd5,0xb9,0xff,0xfa,0xf4,0xe9, + 0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf7,0xff,0xfd,0xf9,0xf5,0xff,0xfe,0xf9,0xf5, + 0xff,0xfe,0xfa,0xf6,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf3,0xff,0xfd,0xf8,0xf4,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf1, + 0xff,0xfc,0xf7,0xf1,0xff,0xb8,0xa4,0x78,0xff,0xb8,0xa3,0x78,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6d,0x6b,0x6a, + 0x46,0x78,0x76,0x74,0xe1,0x8c,0x8b,0x89,0xff,0x9f,0x9e,0x9c,0xff,0xaf,0xae,0xaf, + 0xff,0xbe,0xbd,0xbd,0xff,0xcb,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xdc, + 0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf6,0xf6, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf6,0xf6,0xf6,0xff,0xf2,0xf2,0xf1, + 0xff,0xef,0xef,0xed,0xff,0xea,0xea,0xe8,0xff,0xe4,0xe4,0xe4,0xff,0xde,0xde,0xde, + 0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xcd,0xcf,0xff,0xc5,0xc4,0xc4,0xff,0xbb,0xbb,0xb9, + 0xff,0xae,0xad,0xac,0xff,0xa1,0xa0,0x9f,0xff,0x94,0x92,0x91,0xff,0x84,0x83,0x82, + 0xff,0x73,0x71,0x70,0xff,0x64,0x5c,0x5e,0xff,0x53,0x84,0x62,0xff,0x46,0xb1,0x66, + 0xff,0x44,0xb4,0x66,0xff,0x45,0xb2,0x62,0xff,0x43,0xb0,0x5c,0xff,0x44,0xae,0x59, + 0xff,0x43,0xac,0x57,0xff,0x43,0xa9,0x53,0xff,0x41,0xa7,0x4e,0xff,0x41,0xa5,0x48, + 0xff,0x40,0xa3,0x45,0xff,0x40,0x9f,0x40,0xff,0x40,0x9d,0x3a,0xff,0x40,0x9b,0x37, + 0xff,0x3e,0x99,0x31,0xff,0x3d,0x97,0x2e,0xff,0x3d,0x96,0x2d,0xff,0x3b,0x92,0x2a, + 0xff,0x39,0x8b,0x29,0xff,0x33,0x82,0x27,0xff,0x2f,0x77,0x24,0xff,0x2c,0x71,0x23, + 0xff,0x21,0x5c,0x15,0xff,0xe,0x38,0x2,0xff,0xb,0x2f,0x7,0xff,0x1f,0x41,0x1e, + 0xff,0x54,0x6d,0x53,0xff,0xbd,0xc5,0xbb,0xff,0xf4,0xf3,0xf2,0xff,0xee,0xee,0xed, + 0xff,0xed,0xed,0xeb,0xff,0xed,0xed,0xea,0xff,0xeb,0xeb,0xea,0xff,0xeb,0xeb,0xe9, + 0xff,0xea,0xea,0xe9,0xff,0xe9,0xe9,0xe8,0xff,0xea,0xe9,0xe8,0xff,0xe9,0xe9,0xe8, + 0xff,0xe9,0xe9,0xe6,0xff,0xe8,0xe8,0xe5,0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe5,0xe4, + 0xff,0xe3,0xe4,0xe1,0xff,0xe2,0xe2,0xdf,0xff,0xe0,0xe0,0xdd,0xff,0xdf,0xdd,0xdd, + 0xff,0xdc,0xdc,0xd9,0xff,0xda,0xda,0xd7,0xff,0xd8,0xd7,0xd6,0xff,0xd6,0xd6,0xd3, + 0xff,0xd3,0xd2,0xd0,0xff,0xd6,0xd4,0xd0,0xff,0xe7,0xe3,0xdb,0xff,0xfd,0xf5,0xe7, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8, + 0xff,0xff,0xf8,0xe9,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf8,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf4,0xe3,0xff,0xff,0xf4,0xe4,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xfe,0xf3,0xe2,0xff,0xff,0xf4,0xe2, + 0xff,0xff,0xf3,0xe0,0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf2,0xdf, + 0xff,0xfc,0xf2,0xdd,0xff,0xfc,0xf2,0xdd,0xff,0xfd,0xf2,0xde,0xff,0xfc,0xf1,0xdd, + 0xff,0xfb,0xf0,0xda,0xff,0xfb,0xef,0xda,0xff,0xfc,0xef,0xdc,0xff,0xfb,0xee,0xdb, + 0xff,0xfb,0xee,0xda,0xff,0xfb,0xed,0xd9,0xff,0xfa,0xec,0xd9,0xff,0xfa,0xed,0xd8, + 0xff,0xfa,0xeb,0xd7,0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd4, + 0xff,0xf9,0xe9,0xd3,0xff,0xf7,0xe8,0xd3,0xff,0xf8,0xe8,0xd2,0xff,0xf6,0xe7,0xce, + 0xff,0xf6,0xe7,0xcf,0xff,0xf6,0xe6,0xce,0xff,0xf5,0xe5,0xcb,0xff,0xeb,0xda,0xbf, + 0xff,0xe9,0xd6,0xba,0xff,0xe8,0xd5,0xb9,0xff,0xe9,0xd5,0xb6,0xff,0xfb,0xf3,0xea, + 0xff,0xfe,0xfa,0xf7,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfe,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf8,0xf3, + 0xff,0xfc,0xf7,0xf3,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf1, + 0xff,0xfd,0xf7,0xf1,0xff,0xb9,0xa4,0x78,0xff,0xb8,0xa3,0x78,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x72,0x6f,0x6e,0x1f,0x79,0x77,0x75,0xd0,0x8c,0x8a,0x88,0xff,0x9f,0x9e,0x9c, + 0xff,0xae,0xad,0xad,0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4, + 0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf3,0xf2,0xf2, + 0xff,0xf6,0xf5,0xf5,0xff,0xf8,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfc,0xfc,0xfc,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf5,0xf5, + 0xff,0xf2,0xf2,0xf2,0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4, + 0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xce,0xce,0xff,0xc5,0xc4,0xc4, + 0xff,0xbb,0xbb,0xba,0xff,0xae,0xad,0xac,0xff,0xa2,0xa1,0x9f,0xff,0x93,0x92,0x91, + 0xff,0x85,0x83,0x82,0xff,0x74,0x71,0x70,0xff,0x64,0x5c,0x5f,0xff,0x54,0x82,0x5f, + 0xff,0x44,0xab,0x60,0xff,0x42,0xad,0x58,0xff,0x42,0xaa,0x55,0xff,0x42,0xa7,0x51, + 0xff,0x42,0xa6,0x4f,0xff,0x41,0xa3,0x4a,0xff,0x40,0xa2,0x43,0xff,0x40,0xa0,0x40, + 0xff,0x40,0x9d,0x3c,0xff,0x3f,0x9a,0x38,0xff,0x3e,0x97,0x2e,0xff,0x3e,0x97,0x2d, + 0xff,0x3e,0x96,0x2c,0xff,0x3c,0x93,0x2b,0xff,0x37,0x8b,0x28,0xff,0x34,0x81,0x25, + 0xff,0x2e,0x76,0x22,0xff,0x2b,0x6d,0x1f,0xff,0x20,0x59,0x18,0xff,0xc,0x36,0x3, + 0xff,0x7,0x2a,0x0,0xff,0x23,0x42,0x21,0xff,0x53,0x6e,0x54,0xff,0xb7,0xc0,0xb6, + 0xff,0xf6,0xf4,0xf5,0xff,0xef,0xef,0xee,0xff,0xed,0xed,0xeb,0xff,0xec,0xec,0xeb, + 0xff,0xed,0xed,0xea,0xff,0xeb,0xeb,0xe9,0xff,0xeb,0xeb,0xe9,0xff,0xe9,0xe9,0xe8, + 0xff,0xea,0xe9,0xe7,0xff,0xe8,0xe8,0xe7,0xff,0xe9,0xe8,0xe7,0xff,0xe8,0xe8,0xe5, + 0xff,0xe7,0xe6,0xe5,0xff,0xe4,0xe4,0xe2,0xff,0xe3,0xe3,0xe2,0xff,0xe2,0xe1,0xde, + 0xff,0xe0,0xdf,0xdc,0xff,0xde,0xdd,0xdc,0xff,0xdc,0xdc,0xd9,0xff,0xda,0xd9,0xd6, + 0xff,0xd7,0xd7,0xd4,0xff,0xd5,0xd4,0xd3,0xff,0xd3,0xd2,0xcf,0xff,0xd6,0xd5,0xd1, + 0xff,0xe7,0xe2,0xda,0xff,0xfb,0xf4,0xe6,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf5,0xe4,0xff,0xff,0xf4,0xe4,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf5,0xe3, + 0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf3,0xe1,0xff,0xff,0xf3,0xe0, + 0xff,0xfd,0xf3,0xdf,0xff,0xfd,0xf3,0xde,0xff,0xfc,0xf2,0xdf,0xff,0xfd,0xf2,0xde, + 0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf2,0xde,0xff,0xfc,0xf0,0xdc,0xff,0xfb,0xf0,0xda, + 0xff,0xfc,0xf0,0xdb,0xff,0xfb,0xee,0xdb,0xff,0xfa,0xee,0xdb,0xff,0xfb,0xef,0xda, + 0xff,0xfb,0xed,0xd9,0xff,0xfb,0xed,0xda,0xff,0xf9,0xec,0xd6,0xff,0xfa,0xec,0xd7, + 0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xea,0xd5,0xff,0xf9,0xeb,0xd4,0xff,0xf9,0xea,0xd4, + 0xff,0xf8,0xe9,0xd4,0xff,0xf8,0xe8,0xd2,0xff,0xf7,0xe8,0xce,0xff,0xf6,0xe7,0xcf, + 0xff,0xf6,0xe6,0xce,0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe4,0xcc,0xff,0xeb,0xd9,0xbe, + 0xff,0xe8,0xd5,0xb9,0xff,0xe8,0xd5,0xb6,0xff,0xe7,0xd5,0xb5,0xff,0xfb,0xf4,0xea, + 0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf8,0xf4,0xff,0xfd,0xf9,0xf3,0xff,0xfd,0xf8,0xf4, + 0xff,0xfc,0xf7,0xf2,0xff,0xfd,0xf8,0xf2,0xff,0xfd,0xf8,0xf2,0xff,0xfd,0xf7,0xf1, + 0xff,0xfc,0xf7,0xf1,0xff,0xb9,0xa3,0x77,0xff,0xb8,0xa3,0x78,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x71,0x6f,0x6e,0x20,0x79,0x76,0x75,0xce,0x8b,0x8a,0x89, + 0xff,0x9e,0x9d,0x9c,0xff,0xaf,0xae,0xae,0xff,0xbe,0xbd,0xbd,0xff,0xca,0xc8,0xca, + 0xff,0xd4,0xd4,0xd2,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xee, + 0xff,0xf2,0xf1,0xf1,0xff,0xf5,0xf5,0xf5,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf8,0xf8, + 0xff,0xf6,0xf6,0xf6,0xff,0xf2,0xf2,0xf1,0xff,0xee,0xee,0xed,0xff,0xeb,0xeb,0xea, + 0xff,0xe4,0xe4,0xe4,0xff,0xde,0xde,0xde,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd, + 0xff,0xc6,0xc4,0xc5,0xff,0xbb,0xbb,0xb9,0xff,0xaf,0xae,0xad,0xff,0xa2,0xa1,0x9f, + 0xff,0x94,0x93,0x92,0xff,0x85,0x83,0x81,0xff,0x73,0x72,0x6f,0xff,0x63,0x5c,0x5e, + 0xff,0x53,0x7f,0x5a,0xff,0x43,0xa5,0x53,0xff,0x40,0xa8,0x4b,0xff,0x41,0xa5,0x49, + 0xff,0x40,0xa1,0x43,0xff,0x3f,0xa0,0x3e,0xff,0x3e,0x9b,0x3a,0xff,0x3e,0x99,0x35, + 0xff,0x3e,0x97,0x2f,0xff,0x3e,0x97,0x2a,0xff,0x3d,0x95,0x2a,0xff,0x3b,0x92,0x29, + 0xff,0x39,0x8c,0x2a,0xff,0x34,0x83,0x25,0xff,0x30,0x7a,0x21,0xff,0x2b,0x6c,0x1e, + 0xff,0x20,0x58,0x13,0xff,0x8,0x34,0x0,0xff,0x6,0x29,0x0,0xff,0x26,0x44,0x23, + 0xff,0x58,0x71,0x57,0xff,0xb2,0xbb,0xb2,0xff,0xf8,0xf6,0xf6,0xff,0xf4,0xf3,0xf2, + 0xff,0xed,0xed,0xeb,0xff,0xec,0xec,0xeb,0xff,0xed,0xed,0xea,0xff,0xec,0xec,0xea, + 0xff,0xeb,0xeb,0xe8,0xff,0xe9,0xe9,0xe9,0xff,0xea,0xe9,0xe7,0xff,0xe9,0xe9,0xe7, + 0xff,0xe9,0xe8,0xe7,0xff,0xe7,0xe7,0xe5,0xff,0xe6,0xe6,0xe3,0xff,0xe4,0xe3,0xe2, + 0xff,0xe3,0xe3,0xe1,0xff,0xe2,0xe1,0xde,0xff,0xdf,0xdf,0xdd,0xff,0xde,0xdd,0xdb, + 0xff,0xdc,0xdb,0xda,0xff,0xda,0xd9,0xd8,0xff,0xd8,0xd8,0xd5,0xff,0xd5,0xd4,0xd3, + 0xff,0xd5,0xd1,0xd0,0xff,0xd8,0xd6,0xd2,0xff,0xe7,0xe2,0xda,0xff,0xfb,0xf4,0xe6, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe4,0xff,0xfe,0xf4,0xe3, + 0xff,0xff,0xf4,0xe4,0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf4,0xe3, + 0xff,0xff,0xf3,0xe1,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf3,0xe0,0xff,0xfd,0xf3,0xde, + 0xff,0xfe,0xf4,0xdf,0xff,0xfd,0xf2,0xdf,0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf3,0xde, + 0xff,0xfd,0xf1,0xde,0xff,0xfb,0xf0,0xdb,0xff,0xfb,0xef,0xda,0xff,0xfc,0xf0,0xdb, + 0xff,0xfb,0xee,0xdb,0xff,0xfb,0xef,0xdb,0xff,0xfa,0xee,0xd9,0xff,0xfa,0xed,0xd8, + 0xff,0xfb,0xed,0xd8,0xff,0xfa,0xed,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xfa,0xec,0xd7, + 0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xea,0xd4,0xff,0xf8,0xe9,0xd3,0xff,0xf8,0xe9,0xd4, + 0xff,0xf8,0xe7,0xd1,0xff,0xf6,0xe7,0xce,0xff,0xf6,0xe7,0xcf,0xff,0xf6,0xe5,0xce, + 0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe3,0xcc,0xff,0xf5,0xe4,0xcb,0xff,0xeb,0xd9,0xbd, + 0xff,0xe9,0xd6,0xb6,0xff,0xe7,0xd5,0xb6,0xff,0xe7,0xd3,0xb4,0xff,0xfa,0xf3,0xea, + 0xff,0xfd,0xf9,0xf5,0xff,0xfe,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf4, + 0xff,0xfd,0xf9,0xf4,0xff,0xfc,0xf8,0xf3,0xff,0xfc,0xf7,0xf3,0xff,0xfc,0xf7,0xf2, + 0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf6,0xf1,0xff,0xfb,0xf6,0xf1, + 0xff,0xfb,0xf6,0xf0,0xff,0xb9,0xa3,0x78,0xff,0xb9,0xa4,0x78,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x72,0x70,0x6e,0x21,0x79,0x77,0x76, + 0xcf,0x8b,0x8a,0x88,0xff,0x9e,0x9e,0x9c,0xff,0xae,0xad,0xad,0xff,0xbd,0xbd,0xbd, + 0xff,0xc9,0xc8,0xc8,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6, + 0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1,0xff,0xf7,0xf7,0xf7,0xff,0xfa,0xfa,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf6,0xf6,0xff,0xf2,0xf2,0xf2,0xff,0xee,0xee,0xee, + 0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6, + 0xff,0xcf,0xce,0xce,0xff,0xc6,0xc5,0xc5,0xff,0xbb,0xbb,0xb9,0xff,0xae,0xad,0xac, + 0xff,0xa1,0xa0,0x9f,0xff,0x94,0x93,0x92,0xff,0x84,0x83,0x81,0xff,0x73,0x71,0x70, + 0xff,0x63,0x5c,0x5e,0xff,0x52,0x7c,0x56,0xff,0x40,0x9f,0x45,0xff,0x3d,0xa1,0x3d, + 0xff,0x3f,0x9c,0x39,0xff,0x3e,0x99,0x35,0xff,0x3c,0x98,0x2f,0xff,0x3d,0x95,0x2e, + 0xff,0x3c,0x95,0x28,0xff,0x3d,0x94,0x28,0xff,0x39,0x8d,0x24,0xff,0x36,0x83,0x25, + 0xff,0x32,0x7d,0x22,0xff,0x2a,0x6e,0x1f,0xff,0x20,0x58,0xf,0xff,0xc,0x37,0x0, + 0xff,0x4,0x24,0x0,0xff,0x2b,0x49,0x29,0xff,0x71,0x86,0x72,0xff,0xb7,0xc0,0xb6, + 0xff,0xf6,0xf5,0xf4,0xff,0xf8,0xf7,0xf7,0xff,0xec,0xec,0xeb,0xff,0xed,0xed,0xec, + 0xff,0xed,0xec,0xeb,0xff,0xec,0xec,0xeb,0xff,0xeb,0xeb,0xe9,0xff,0xea,0xe9,0xe8, + 0xff,0xea,0xe9,0xe7,0xff,0xe9,0xe8,0xe6,0xff,0xe8,0xe7,0xe5,0xff,0xe7,0xe6,0xe5, + 0xff,0xe6,0xe5,0xe4,0xff,0xe4,0xe4,0xe3,0xff,0xe3,0xe3,0xe0,0xff,0xe2,0xe1,0xdf, + 0xff,0xe0,0xe0,0xde,0xff,0xdd,0xdc,0xdc,0xff,0xdc,0xdb,0xda,0xff,0xda,0xd9,0xd7, + 0xff,0xd8,0xd7,0xd4,0xff,0xd5,0xd4,0xd2,0xff,0xd1,0xd0,0xcf,0xff,0xdb,0xd9,0xd3, + 0xff,0xeb,0xe6,0xdd,0xff,0xfa,0xf3,0xe6,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf5,0xe4,0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf3,0xe1, + 0xff,0xff,0xf3,0xe1,0xff,0xff,0xf3,0xe0,0xff,0xfd,0xf3,0xde,0xff,0xfe,0xf4,0xdf, + 0xff,0xfc,0xf2,0xdf,0xff,0xfc,0xf2,0xdd,0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf2,0xdd, + 0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf0,0xdb,0xff,0xfb,0xef,0xda,0xff,0xfb,0xee,0xdb, + 0xff,0xfa,0xee,0xdb,0xff,0xfa,0xee,0xd9,0xff,0xfb,0xee,0xd9,0xff,0xfa,0xec,0xd7, + 0xff,0xfa,0xed,0xd6,0xff,0xfa,0xeb,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd6, + 0xff,0xf9,0xea,0xd4,0xff,0xf8,0xe9,0xd3,0xff,0xf7,0xe8,0xd2,0xff,0xf8,0xe8,0xd2, + 0xff,0xf7,0xe8,0xcf,0xff,0xf6,0xe7,0xcf,0xff,0xf6,0xe6,0xce,0xff,0xf5,0xe5,0xcb, + 0xff,0xf5,0xe4,0xcc,0xff,0xf5,0xe4,0xca,0xff,0xf4,0xe3,0xca,0xff,0xeb,0xd9,0xba, + 0xff,0xe7,0xd5,0xb6,0xff,0xe8,0xd3,0xb4,0xff,0xe7,0xd2,0xb3,0xff,0xfa,0xf3,0xea, + 0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf4, + 0xff,0xfc,0xf8,0xf3,0xff,0xfd,0xf8,0xf4,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2, + 0xff,0xfd,0xf8,0xf2,0xff,0xfc,0xf6,0xf1,0xff,0xfb,0xf6,0xf1,0xff,0xfc,0xf7,0xf0, + 0xff,0xfc,0xf7,0xf0,0xff,0xb9,0xa5,0x79,0xff,0xba,0xa4,0x78,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x71,0x6e,0x6d, + 0x24,0x78,0x76,0x75,0xcb,0x8b,0x89,0x88,0xff,0x9f,0x9e,0x9c,0xff,0xae,0xad,0xad, + 0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9,0xff,0xd6,0xd5,0xd5,0xff,0xde,0xde,0xdd, + 0xff,0xe5,0xe5,0xe5,0xff,0xed,0xec,0xec,0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf5,0xf5, + 0xff,0xf9,0xf9,0xf9,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xfd,0xfd, + 0xff,0xff,0xfd,0xfd,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfb,0xfb,0xff,0xf9,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfe,0xfe,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xfa,0xf9,0xf9,0xff,0xf5,0xf5,0xf5,0xff,0xf1,0xf1,0xf1, + 0xff,0xef,0xef,0xee,0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xce,0xff,0xc5,0xc4,0xc4,0xff,0xbb,0xbb,0xb9, + 0xff,0xae,0xad,0xac,0xff,0xa2,0xa1,0x9f,0xff,0x94,0x93,0x91,0xff,0x84,0x83,0x82, + 0xff,0x74,0x70,0x70,0xff,0x63,0x5c,0x5f,0xff,0x50,0x76,0x53,0xff,0x3d,0x98,0x36, + 0xff,0x3d,0x99,0x2f,0xff,0x3d,0x95,0x2b,0xff,0x3c,0x95,0x28,0xff,0x3c,0x94,0x2c, + 0xff,0x3b,0x8f,0x28,0xff,0x37,0x86,0x20,0xff,0x33,0x7e,0x21,0xff,0x2c,0x71,0x1c, + 0xff,0x22,0x5d,0x13,0xff,0x12,0x3f,0x5,0xff,0x1,0x1e,0x0,0xff,0x16,0x36,0x13, + 0xff,0x6b,0x7f,0x6c,0xff,0xc3,0xca,0xc2,0xff,0xf8,0xf7,0xf7,0xff,0xfa,0xf8,0xfa, + 0xff,0xee,0xee,0xec,0xff,0xec,0xec,0xea,0xff,0xec,0xec,0xea,0xff,0xeb,0xeb,0xeb, + 0xff,0xeb,0xea,0xea,0xff,0xea,0xea,0xe8,0xff,0xea,0xe9,0xe9,0xff,0xe9,0xe9,0xe8, + 0xff,0xe8,0xe9,0xe6,0xff,0xe8,0xe6,0xe6,0xff,0xe6,0xe5,0xe4,0xff,0xe5,0xe4,0xe3, + 0xff,0xe3,0xe2,0xe0,0xff,0xe1,0xe1,0xde,0xff,0xdf,0xdf,0xdc,0xff,0xde,0xdd,0xdb, + 0xff,0xdd,0xdb,0xdb,0xff,0xda,0xd9,0xd7,0xff,0xd8,0xd6,0xd5,0xff,0xd6,0xd5,0xd2, + 0xff,0xd2,0xd1,0xce,0xff,0xdd,0xdb,0xd5,0xff,0xeb,0xe6,0xdc,0xff,0xfe,0xf6,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe8,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf8,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf4,0xe4,0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf4,0xe4,0xff,0xff,0xf4,0xe4, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf3,0xe1,0xff,0xfe,0xf3,0xe1, + 0xff,0xff,0xf3,0xe0,0xff,0xfd,0xf3,0xde,0xff,0xfe,0xf3,0xdf,0xff,0xfc,0xf2,0xdf, + 0xff,0xfc,0xf2,0xdd,0xff,0xfc,0xf2,0xdd,0xff,0xfd,0xf1,0xdd,0xff,0xfc,0xf0,0xdd, + 0xff,0xfb,0xef,0xda,0xff,0xfb,0xef,0xda,0xff,0xfc,0xee,0xdb,0xff,0xfb,0xef,0xdb, + 0xff,0xfb,0xee,0xda,0xff,0xfb,0xee,0xd9,0xff,0xfb,0xed,0xd8,0xff,0xf9,0xec,0xd6, + 0xff,0xfa,0xec,0xd7,0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd4, + 0xff,0xf9,0xea,0xd4,0xff,0xf8,0xe9,0xd3,0xff,0xf8,0xe8,0xd0,0xff,0xf7,0xe7,0xce, + 0xff,0xf6,0xe7,0xcf,0xff,0xf5,0xe5,0xcd,0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe4,0xcc, + 0xff,0xf5,0xe4,0xcb,0xff,0xf4,0xe2,0xc9,0xff,0xf4,0xe3,0xc7,0xff,0xea,0xd8,0xba, + 0xff,0xe7,0xd3,0xb3,0xff,0xe7,0xd2,0xb3,0xff,0xe6,0xd2,0xb2,0xff,0xfa,0xf4,0xe9, + 0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf2, + 0xff,0xfc,0xf7,0xf3,0xff,0xfc,0xf7,0xf1,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2, + 0xff,0xfd,0xf7,0xf1,0xff,0xfb,0xf6,0xf1,0xff,0xfc,0xf7,0xf0,0xff,0xfb,0xf6,0xef, + 0xff,0xfb,0xf5,0xf0,0xff,0xb9,0xa4,0x78,0xff,0xb9,0xa5,0x79,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x71,0x6f,0x6d,0x26,0x79,0x77,0x76,0xc9,0x8a,0x8a,0x87,0xff,0x9e,0x9d,0x9c, + 0xff,0xaf,0xae,0xaf,0xff,0xbd,0xbc,0xbc,0xff,0xc9,0xc8,0xc8,0xff,0xd5,0xd4,0xd4, + 0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1, + 0xff,0xf6,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf8,0xf8, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf7,0xf7,0xff,0xf5,0xf5,0xf5, + 0xff,0xf3,0xf3,0xf1,0xff,0xef,0xef,0xee,0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4, + 0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce,0xff,0xc5,0xc5,0xc3, + 0xff,0xbb,0xba,0xb9,0xff,0xaf,0xae,0xac,0xff,0xa1,0xa0,0x9f,0xff,0x94,0x93,0x92, + 0xff,0x85,0x83,0x81,0xff,0x73,0x6f,0x6f,0xff,0x63,0x5d,0x5f,0xff,0x4f,0x75,0x4d, + 0xff,0x3d,0x93,0x28,0xff,0x3b,0x94,0x22,0xff,0x3b,0x8e,0x26,0xff,0x36,0x87,0x24, + 0xff,0x33,0x7f,0x22,0xff,0x30,0x78,0x1d,0xff,0x23,0x5c,0x15,0xff,0x15,0x43,0x9, + 0xff,0x2,0x26,0x0,0xff,0x12,0x33,0xc,0xff,0x67,0x7b,0x66,0xff,0xaf,0xb9,0xaf, + 0xff,0xec,0xec,0xeb,0xff,0xfa,0xf8,0xfa,0xff,0xed,0xec,0xec,0xff,0xea,0xea,0xea, + 0xff,0xeb,0xeb,0xea,0xff,0xe9,0xe9,0xe9,0xff,0xea,0xea,0xe8,0xff,0xe9,0xe9,0xe8, + 0xff,0xe9,0xe8,0xe8,0xff,0xe8,0xe8,0xe7,0xff,0xe7,0xe6,0xe6,0xff,0xe7,0xe7,0xe5, + 0xff,0xe5,0xe4,0xe4,0xff,0xe3,0xe3,0xe3,0xff,0xe2,0xe2,0xe0,0xff,0xe1,0xe0,0xdf, + 0xff,0xde,0xde,0xdc,0xff,0xdd,0xdc,0xda,0xff,0xdb,0xdb,0xda,0xff,0xda,0xd8,0xd8, + 0xff,0xd8,0xd7,0xd5,0xff,0xd6,0xd4,0xd2,0xff,0xd1,0xd1,0xcd,0xff,0xdd,0xda,0xd3, + 0xff,0xec,0xe6,0xdc,0xff,0xfb,0xf4,0xe5,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf4,0xe4,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xfe,0xf4,0xe1, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf3,0xe1,0xff,0xff,0xf3,0xe1,0xff,0xff,0xf3,0xe0, + 0xff,0xfe,0xf4,0xdf,0xff,0xfe,0xf4,0xdf,0xff,0xfc,0xf2,0xdf,0xff,0xfc,0xf2,0xdd, + 0xff,0xfd,0xf3,0xdc,0xff,0xfd,0xf1,0xde,0xff,0xfb,0xef,0xdc,0xff,0xfc,0xf0,0xdb, + 0xff,0xfc,0xf0,0xdb,0xff,0xfc,0xef,0xdb,0xff,0xfa,0xee,0xdb,0xff,0xfa,0xee,0xd9, + 0xff,0xfb,0xee,0xd9,0xff,0xfb,0xec,0xd8,0xff,0xfa,0xed,0xd6,0xff,0xf9,0xeb,0xd6, + 0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd4,0xff,0xf9,0xea,0xd3, + 0xff,0xf8,0xe9,0xd2,0xff,0xf8,0xe8,0xd0,0xff,0xf7,0xe8,0xce,0xff,0xf6,0xe6,0xcf, + 0xff,0xf6,0xe6,0xce,0xff,0xf4,0xe5,0xcb,0xff,0xf5,0xe4,0xcc,0xff,0xf5,0xe4,0xcb, + 0xff,0xf4,0xe3,0xca,0xff,0xf4,0xe3,0xc7,0xff,0xf3,0xe2,0xc7,0xff,0xea,0xd7,0xb8, + 0xff,0xe7,0xd3,0xb3,0xff,0xe7,0xd2,0xb3,0xff,0xe5,0xd1,0xb1,0xff,0xf9,0xf2,0xe9, + 0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf2,0xff,0xfd,0xf8,0xf4, + 0xff,0xfd,0xf8,0xf2,0xff,0xfd,0xf8,0xf2,0xff,0xfc,0xf7,0xf1,0xff,0xfc,0xf6,0xf1, + 0xff,0xfc,0xf7,0xf1,0xff,0xfb,0xf6,0xef,0xff,0xfc,0xf7,0xf0,0xff,0xfb,0xf5,0xef, + 0xff,0xfc,0xf6,0xef,0xff,0xb9,0xa4,0x78,0xff,0xb9,0xa5,0x79,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x71,0x6e,0x6d,0x26,0x79,0x77,0x75,0xc9,0x8b,0x89,0x87, + 0xff,0x9e,0x9d,0x9c,0xff,0xaf,0xad,0xad,0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9, + 0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe7,0xff,0xed,0xec,0xec, + 0xff,0xf2,0xf2,0xf2,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfa,0xfa,0xff,0xf9,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1,0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xea, + 0xff,0xe3,0xe3,0xe3,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xce,0xce, + 0xff,0xc6,0xc4,0xc4,0xff,0xbb,0xba,0xba,0xff,0xaf,0xae,0xac,0xff,0xa2,0xa0,0x9f, + 0xff,0x94,0x93,0x92,0xff,0x84,0x83,0x81,0xff,0x74,0x70,0x70,0xff,0x63,0x5f,0x5f, + 0xff,0x4f,0x72,0x4a,0xff,0x35,0x85,0x21,0xff,0x30,0x7d,0x1a,0xff,0x2f,0x7a,0x20, + 0xff,0x25,0x63,0x17,0xff,0x18,0x46,0xf,0xff,0x3,0x2a,0x0,0xff,0x4,0x28,0x0, + 0xff,0x5c,0x73,0x5d,0xff,0xb3,0xbd,0xb1,0xff,0xe7,0xe8,0xe5,0xff,0xfd,0xfa,0xfb, + 0xff,0xf0,0xef,0xed,0xff,0xea,0xea,0xe9,0xff,0xeb,0xea,0xe9,0xff,0xea,0xea,0xe9, + 0xff,0xe8,0xe8,0xe7,0xff,0xe8,0xe8,0xe7,0xff,0xe8,0xe8,0xe6,0xff,0xe7,0xe7,0xe5, + 0xff,0xe7,0xe7,0xe5,0xff,0xe6,0xe6,0xe4,0xff,0xe4,0xe3,0xe2,0xff,0xe3,0xe3,0xe1, + 0xff,0xe2,0xe1,0xe1,0xff,0xe0,0xdf,0xdf,0xff,0xde,0xde,0xdb,0xff,0xdc,0xdc,0xda, + 0xff,0xda,0xda,0xd9,0xff,0xd9,0xd8,0xd6,0xff,0xd7,0xd6,0xd6,0xff,0xd3,0xd3,0xd2, + 0xff,0xd1,0xd0,0xcf,0xff,0xdd,0xdb,0xd3,0xff,0xed,0xe8,0xdd,0xff,0xfb,0xf4,0xe4, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf8,0xe7, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf8,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf3,0xe1,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe0,0xff,0xfd,0xf3,0xde, + 0xff,0xfe,0xf4,0xdf,0xff,0xfc,0xf2,0xdf,0xff,0xfc,0xf2,0xdc,0xff,0xfd,0xf2,0xdd, + 0xff,0xfd,0xf1,0xde,0xff,0xfc,0xef,0xdc,0xff,0xfc,0xf0,0xdb,0xff,0xfc,0xf0,0xdb, + 0xff,0xfb,0xee,0xdb,0xff,0xfb,0xef,0xdb,0xff,0xfa,0xee,0xd9,0xff,0xfa,0xed,0xd7, + 0xff,0xfa,0xec,0xd7,0xff,0xfa,0xed,0xd6,0xff,0xfa,0xeb,0xd7,0xff,0xf9,0xeb,0xd6, + 0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd5,0xff,0xf9,0xea,0xd4,0xff,0xf8,0xe9,0xd2, + 0xff,0xf8,0xe7,0xd0,0xff,0xf7,0xe7,0xce,0xff,0xf6,0xe6,0xcf,0xff,0xf6,0xe6,0xce, + 0xff,0xf4,0xe5,0xcb,0xff,0xf5,0xe3,0xcc,0xff,0xf5,0xe3,0xca,0xff,0xf4,0xe2,0xc9, + 0xff,0xf4,0xe3,0xc6,0xff,0xf3,0xe2,0xc7,0xff,0xf3,0xe1,0xc6,0xff,0xea,0xd6,0xb7, + 0xff,0xe6,0xd2,0xb2,0xff,0xe5,0xd1,0xb2,0xff,0xe5,0xd1,0xb0,0xff,0xf9,0xf2,0xe9, + 0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf3,0xff,0xfd,0xf8,0xf3,0xff,0xfc,0xf7,0xf2, + 0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf1,0xff,0xfc,0xf6,0xf1,0xff,0xfc,0xf7,0xf1, + 0xff,0xfc,0xf7,0xf0,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf5,0xf0,0xff,0xfb,0xf5,0xee, + 0xff,0xfc,0xf6,0xef,0xff,0xba,0xa5,0x79,0xff,0xb9,0xa4,0x78,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x70,0x6e,0x6d,0x25,0x78,0x75,0x74, + 0xca,0x8b,0x89,0x88,0xff,0x9e,0x9d,0x9c,0xff,0xaf,0xae,0xad,0xff,0xbd,0xbc,0xbc, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xdd,0xdd,0xdd,0xff,0xe6,0xe6,0xe6, + 0xff,0xed,0xed,0xed,0xff,0xf4,0xf2,0xf2,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfd,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xf9,0xf9, + 0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1,0xff,0xef,0xef,0xed, + 0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd7,0xd7,0xd7, + 0xff,0xcf,0xcd,0xcd,0xff,0xc5,0xc3,0xc3,0xff,0xbb,0xbb,0xb9,0xff,0xaf,0xae,0xac, + 0xff,0xa1,0xa0,0x9f,0xff,0x94,0x93,0x92,0xff,0x84,0x83,0x82,0xff,0x74,0x70,0x70, + 0xff,0x63,0x5f,0x5f,0xff,0x4a,0x68,0x45,0xff,0x28,0x66,0x18,0xff,0x19,0x4c,0xc, + 0xff,0x9,0x31,0x0,0xff,0x2,0x26,0x0,0xff,0x4d,0x66,0x4f,0xff,0xa8,0xb4,0xa9, + 0xff,0xde,0xe1,0xdd,0xff,0xf9,0xf7,0xf7,0xff,0xef,0xef,0xee,0xff,0xeb,0xea,0xe9, + 0xff,0xeb,0xeb,0xea,0xff,0xeb,0xea,0xe8,0xff,0xe9,0xe9,0xe8,0xff,0xe8,0xe8,0xe7, + 0xff,0xe8,0xe8,0xe7,0xff,0xe6,0xe6,0xe5,0xff,0xe7,0xe7,0xe5,0xff,0xe5,0xe5,0xe4, + 0xff,0xe4,0xe4,0xe3,0xff,0xe4,0xe3,0xe1,0xff,0xe2,0xe1,0xdf,0xff,0xe0,0xdf,0xde, + 0xff,0xde,0xde,0xdb,0xff,0xdc,0xdc,0xd9,0xff,0xda,0xda,0xd8,0xff,0xd9,0xd8,0xd6, + 0xff,0xd6,0xd5,0xd4,0xff,0xd3,0xd2,0xcf,0xff,0xd0,0xcf,0xce,0xff,0xdf,0xdc,0xd5, + 0xff,0xf2,0xec,0xdf,0xff,0xfc,0xf4,0xe4,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf3,0xe1, + 0xff,0xff,0xf4,0xe2,0xff,0xff,0xf3,0xe0,0xff,0xfd,0xf3,0xde,0xff,0xfd,0xf3,0xde, + 0xff,0xfc,0xf2,0xdd,0xff,0xfc,0xf2,0xdc,0xff,0xfc,0xf1,0xdc,0xff,0xfd,0xf1,0xdd, + 0xff,0xfc,0xef,0xdc,0xff,0xfb,0xef,0xda,0xff,0xfc,0xf0,0xdb,0xff,0xfc,0xef,0xdb, + 0xff,0xfa,0xee,0xdb,0xff,0xfb,0xef,0xda,0xff,0xfb,0xee,0xd7,0xff,0xfb,0xed,0xd8, + 0xff,0xfa,0xec,0xd6,0xff,0xfa,0xeb,0xd7,0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd6, + 0xff,0xf9,0xeb,0xd5,0xff,0xf9,0xe9,0xd3,0xff,0xf8,0xe9,0xd3,0xff,0xf8,0xe7,0xd0, + 0xff,0xf7,0xe6,0xcf,0xff,0xf6,0xe6,0xd0,0xff,0xf6,0xe5,0xce,0xff,0xf5,0xe6,0xcb, + 0xff,0xf5,0xe4,0xcc,0xff,0xf5,0xe4,0xca,0xff,0xf5,0xe3,0xca,0xff,0xf4,0xe3,0xc7, + 0xff,0xf3,0xe1,0xc7,0xff,0xf3,0xe1,0xc6,0xff,0xf2,0xe0,0xc5,0xff,0xea,0xd5,0xb8, + 0xff,0xe6,0xd2,0xb2,0xff,0xe5,0xd0,0xaf,0xff,0xe4,0xce,0xb1,0xff,0xfa,0xf3,0xe8, + 0xff,0xfc,0xf8,0xf3,0xff,0xfc,0xf7,0xf3,0xff,0xfc,0xf7,0xf1,0xff,0xfc,0xf7,0xf2, + 0xff,0xfc,0xf7,0xf1,0xff,0xfc,0xf6,0xf1,0xff,0xfc,0xf6,0xf1,0xff,0xfb,0xf6,0xef, + 0xff,0xfb,0xf6,0xef,0xff,0xfc,0xf6,0xf0,0xff,0xfc,0xf5,0xef,0xff,0xfb,0xf5,0xee, + 0xff,0xfb,0xf4,0xed,0xff,0xbb,0xa5,0x79,0xff,0xbb,0xa5,0x79,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x73,0x71,0x6f, + 0x1d,0x7a,0x79,0x78,0xad,0x8b,0x8a,0x89,0xff,0x9f,0x9e,0x9c,0xff,0xae,0xad,0xad, + 0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9,0xff,0xd6,0xd5,0xd5,0xff,0xdd,0xdd,0xdd, + 0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf6,0xf6, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf2, + 0xff,0xef,0xef,0xee,0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xde,0xde,0xde, + 0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce,0xff,0xc5,0xc4,0xc4,0xff,0xba,0xba,0xb9, + 0xff,0xb0,0xae,0xac,0xff,0xa1,0xa0,0x9f,0xff,0x93,0x92,0x91,0xff,0x84,0x83,0x81, + 0xff,0x74,0x6f,0x6f,0xff,0x65,0x62,0x60,0xff,0x3f,0x4f,0x3c,0xff,0x6,0x2a,0x0, + 0xff,0x30,0x4d,0x2d,0xff,0x9b,0xa9,0x9b,0xff,0xd8,0xdc,0xd8,0xff,0xf2,0xf1,0xf1, + 0xff,0xf1,0xf0,0xf0,0xff,0xeb,0xeb,0xe9,0xff,0xeb,0xeb,0xe9,0xff,0xe9,0xe9,0xe8, + 0xff,0xea,0xea,0xe7,0xff,0xe8,0xe8,0xe8,0xff,0xe8,0xe8,0xe6,0xff,0xe6,0xe6,0xe5, + 0xff,0xe6,0xe6,0xe6,0xff,0xe5,0xe6,0xe5,0xff,0xe4,0xe4,0xe4,0xff,0xe4,0xe3,0xe2, + 0xff,0xe2,0xe2,0xdf,0xff,0xe0,0xdf,0xde,0xff,0xde,0xde,0xdb,0xff,0xdc,0xdc,0xda, + 0xff,0xdb,0xda,0xd9,0xff,0xd9,0xd8,0xd5,0xff,0xd6,0xd5,0xd2,0xff,0xd3,0xd2,0xcf, + 0xff,0xd0,0xcf,0xce,0xff,0xde,0xda,0xd5,0xff,0xf3,0xec,0xdf,0xff,0xfd,0xf4,0xe6, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf4,0xe2, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xe2,0xff,0xfe,0xf3,0xe1, + 0xff,0xff,0xf3,0xe0,0xff,0xfe,0xf4,0xdf,0xff,0xfe,0xf4,0xdd,0xff,0xfc,0xf2,0xdd, + 0xff,0xfd,0xf1,0xdd,0xff,0xfc,0xf1,0xdc,0xff,0xfd,0xf0,0xdd,0xff,0xfb,0xef,0xdc, + 0xff,0xfc,0xf0,0xdb,0xff,0xfc,0xf0,0xdb,0xff,0xfb,0xee,0xdb,0xff,0xfb,0xef,0xdb, + 0xff,0xfb,0xef,0xd9,0xff,0xfa,0xed,0xd7,0xff,0xfb,0xed,0xd8,0xff,0xfa,0xed,0xd7, + 0xff,0xf9,0xeb,0xd6,0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd4, + 0xff,0xf9,0xea,0xd4,0xff,0xf8,0xe9,0xd3,0xff,0xf7,0xe7,0xd0,0xff,0xf7,0xe7,0xcf, + 0xff,0xf6,0xe6,0xcf,0xff,0xf6,0xe6,0xce,0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe3,0xcc, + 0xff,0xf5,0xe4,0xcb,0xff,0xf4,0xe3,0xca,0xff,0xf4,0xe3,0xc7,0xff,0xf3,0xe2,0xc7, + 0xff,0xf4,0xe1,0xc7,0xff,0xf2,0xe0,0xc5,0xff,0xf2,0xdf,0xc2,0xff,0xe8,0xd5,0xb4, + 0xff,0xe5,0xd0,0xaf,0xff,0xe4,0xce,0xb1,0xff,0xe4,0xce,0xaf,0xff,0xfa,0xf2,0xe7, + 0xff,0xfc,0xf7,0xf3,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfd,0xf8,0xf2, + 0xff,0xfc,0xf6,0xf1,0xff,0xfb,0xf6,0xf1,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf6,0xef, + 0xff,0xfb,0xf5,0xf0,0xff,0xfc,0xf6,0xef,0xff,0xfb,0xf5,0xee,0xff,0xfc,0xf5,0xee, + 0xff,0xfb,0xf4,0xee,0xff,0xba,0xa6,0x7a,0xff,0xbb,0xa5,0x79,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x74,0x71,0x70,0xf,0x7a,0x79,0x77,0xae,0x8b,0x8a,0x89,0xff,0x9e,0x9d,0x9c, + 0xff,0xae,0xad,0xad,0xff,0xbe,0xbd,0xbd,0xff,0xcb,0xc9,0xca,0xff,0xd5,0xd4,0xd4, + 0xff,0xde,0xde,0xdd,0xff,0xe6,0xe6,0xe6,0xff,0xec,0xed,0xed,0xff,0xf2,0xf2,0xf2, + 0xff,0xf5,0xf5,0xf5,0xff,0xf8,0xf8,0xf8,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xf5,0xf5,0xf5, + 0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xee,0xff,0xea,0xea,0xe9,0xff,0xe4,0xe4,0xe4, + 0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc5,0xc4,0xc4, + 0xff,0xbb,0xbb,0xba,0xff,0xb0,0xaf,0xad,0xff,0xa1,0xa0,0x9f,0xff,0x93,0x92,0x91, + 0xff,0x84,0x83,0x81,0xff,0x74,0x71,0x70,0xff,0x5b,0x59,0x57,0xff,0x67,0x6d,0x65, + 0xff,0xc6,0xcb,0xc5,0xff,0xf0,0xf0,0xef,0xff,0xf1,0xf0,0xee,0xff,0xec,0xec,0xea, + 0xff,0xeb,0xeb,0xea,0xff,0xea,0xea,0xe8,0xff,0xea,0xea,0xe7,0xff,0xe9,0xe9,0xe8, + 0xff,0xe8,0xe8,0xe6,0xff,0xe8,0xe8,0xe6,0xff,0xe5,0xe5,0xe4,0xff,0xe5,0xe5,0xe3, + 0xff,0xe4,0xe4,0xe1,0xff,0xe3,0xe2,0xe1,0xff,0xe1,0xe1,0xdf,0xff,0xe0,0xdf,0xdd, + 0xff,0xde,0xde,0xdc,0xff,0xdd,0xdc,0xdb,0xff,0xda,0xda,0xd7,0xff,0xd8,0xd8,0xd5, + 0xff,0xd6,0xd5,0xd4,0xff,0xd3,0xd2,0xd1,0xff,0xd0,0xd0,0xce,0xff,0xdc,0xd8,0xd2, + 0xff,0xf2,0xeb,0xdf,0xff,0xfd,0xf4,0xe4,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe1,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf4,0xe2, + 0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xfe,0xf4,0xe1, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf3,0xe1,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe0, + 0xff,0xfe,0xf4,0xdd,0xff,0xfd,0xf2,0xde,0xff,0xfc,0xf1,0xde,0xff,0xfd,0xf2,0xdd, + 0xff,0xfd,0xf2,0xdd,0xff,0xfc,0xf0,0xdd,0xff,0xfb,0xef,0xdc,0xff,0xfc,0xf0,0xdb, + 0xff,0xfc,0xef,0xdb,0xff,0xfc,0xef,0xdb,0xff,0xfa,0xee,0xda,0xff,0xfb,0xef,0xd9, + 0xff,0xfa,0xed,0xd7,0xff,0xfa,0xec,0xd7,0xff,0xfa,0xed,0xd6,0xff,0xfa,0xec,0xd7, + 0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xeb,0xd5,0xff,0xf9,0xea,0xd2, + 0xff,0xf8,0xe9,0xd3,0xff,0xf8,0xe7,0xd0,0xff,0xf7,0xe7,0xcf,0xff,0xf6,0xe6,0xcf, + 0xff,0xf6,0xe6,0xce,0xff,0xf5,0xe5,0xcb,0xff,0xf5,0xe4,0xcc,0xff,0xf5,0xe4,0xca, + 0xff,0xf4,0xe2,0xc9,0xff,0xf4,0xe3,0xc7,0xff,0xf3,0xe2,0xc7,0xff,0xf3,0xe1,0xc6, + 0xff,0xf2,0xdf,0xc5,0xff,0xf2,0xdf,0xc2,0xff,0xf1,0xdf,0xc1,0xff,0xe8,0xd3,0xb4, + 0xff,0xe4,0xce,0xb1,0xff,0xe3,0xce,0xaf,0xff,0xe3,0xcd,0xad,0xff,0xf9,0xf1,0xe7, + 0xff,0xfd,0xf8,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfd,0xf8,0xf2,0xff,0xfc,0xf6,0xf1, + 0xff,0xfc,0xf7,0xf1,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf5,0xf0, + 0xff,0xfb,0xf5,0xef,0xff,0xfb,0xf5,0xee,0xff,0xfb,0xf4,0xee,0xff,0xfb,0xf4,0xed, + 0xff,0xfb,0xf4,0xec,0xff,0xba,0xa5,0x7a,0xff,0xbb,0xa6,0x7a,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x73,0x71,0x70,0xa,0x7b,0x79,0x78,0xaf,0x8b,0x8b,0x8a, + 0xff,0x9e,0x9d,0x9c,0xff,0xae,0xad,0xad,0xff,0xbd,0xbc,0xbc,0xff,0xc9,0xc8,0xc8, + 0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xdc,0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed, + 0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf3,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf8,0xf8, + 0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1,0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xea, + 0xff,0xe4,0xe4,0xe4,0xff,0xde,0xde,0xde,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xce,0xce, + 0xff,0xc6,0xc5,0xc5,0xff,0xbb,0xbb,0xb9,0xff,0xb0,0xaf,0xad,0xff,0xa2,0xa1,0x9f, + 0xff,0x93,0x92,0x91,0xff,0x84,0x82,0x80,0xff,0x73,0x71,0x6f,0xff,0x5e,0x5c,0x5a, + 0xff,0xa0,0x9e,0x9c,0xff,0xe6,0xe6,0xe4,0xff,0xec,0xec,0xeb,0xff,0xe9,0xe9,0xe8, + 0xff,0xea,0xea,0xe7,0xff,0xe9,0xe9,0xe7,0xff,0xe7,0xe7,0xe6,0xff,0xe8,0xe8,0xe7, + 0xff,0xe7,0xe7,0xe5,0xff,0xe5,0xe5,0xe4,0xff,0xe4,0xe5,0xe2,0xff,0xe3,0xe3,0xe0, + 0xff,0xe2,0xe1,0xdf,0xff,0xdf,0xdf,0xdc,0xff,0xde,0xdd,0xdc,0xff,0xdc,0xdb,0xd9, + 0xff,0xda,0xda,0xd7,0xff,0xd8,0xd7,0xd6,0xff,0xd5,0xd4,0xd3,0xff,0xd3,0xd2,0xcf, + 0xff,0xd1,0xd0,0xcf,0xff,0xde,0xdb,0xd4,0xff,0xf3,0xec,0xe0,0xff,0xfe,0xf5,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf7,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xfe,0xf4,0xe2,0xff,0xfe,0xf4,0xe2, + 0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xfe,0xf4,0xe1,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf3,0xe1,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xde,0xff,0xfe,0xf2,0xde, + 0xff,0xfe,0xf3,0xde,0xff,0xfd,0xf2,0xde,0xff,0xfd,0xf1,0xdd,0xff,0xfc,0xf1,0xdc, + 0xff,0xfc,0xf0,0xdd,0xff,0xfb,0xef,0xdc,0xff,0xfb,0xef,0xda,0xff,0xfb,0xef,0xda, + 0xff,0xfb,0xee,0xd9,0xff,0xfb,0xef,0xda,0xff,0xfb,0xef,0xd9,0xff,0xfb,0xee,0xd8, + 0xff,0xfb,0xed,0xd8,0xff,0xfa,0xed,0xd6,0xff,0xfa,0xec,0xd7,0xff,0xfa,0xec,0xd7, + 0xff,0xf9,0xeb,0xd4,0xff,0xf9,0xeb,0xd3,0xff,0xf8,0xe9,0xd2,0xff,0xf8,0xe9,0xd3, + 0xff,0xf7,0xe7,0xd0,0xff,0xf7,0xe7,0xcf,0xff,0xf6,0xe6,0xd0,0xff,0xf6,0xe6,0xce, + 0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe3,0xcc,0xff,0xf5,0xe4,0xcb,0xff,0xf4,0xe3,0xc9, + 0xff,0xf4,0xe3,0xc7,0xff,0xf3,0xe2,0xc7,0xff,0xf3,0xe0,0xc6,0xff,0xf2,0xe0,0xc5, + 0xff,0xf2,0xe0,0xc2,0xff,0xf1,0xdf,0xc1,0xff,0xf1,0xde,0xbf,0xff,0xe6,0xd2,0xb4, + 0xff,0xe3,0xce,0xae,0xff,0xe3,0xcd,0xac,0xff,0xe1,0xcc,0xac,0xff,0xf9,0xf1,0xe6, + 0xff,0xfd,0xf7,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfd,0xf6,0xf1,0xff,0xfc,0xf7,0xf1, + 0xff,0xfc,0xf7,0xf0,0xff,0xfc,0xf7,0xf0,0xff,0xfb,0xf5,0xf0,0xff,0xfb,0xf5,0xee, + 0xff,0xfb,0xf5,0xef,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xec, + 0xff,0xfb,0xf4,0xed,0xff,0xba,0xa5,0x7a,0xff,0xba,0xa5,0x7a,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x75,0x73,0x71,0x7,0x7b,0x7a,0x79, + 0xb0,0x8b,0x8a,0x89,0xff,0x9e,0x9d,0x9c,0xff,0xaf,0xae,0xae,0xff,0xbe,0xbd,0xbd, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xdf,0xde,0xff,0xe6,0xe6,0xe7, + 0xff,0xec,0xec,0xec,0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf6,0xf6,0xff,0xf9,0xf9,0xf9, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1,0xff,0xef,0xef,0xed, + 0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6, + 0xff,0xcf,0xce,0xce,0xff,0xc4,0xc3,0xc3,0xff,0xba,0xba,0xb8,0xff,0xaf,0xaf,0xad, + 0xff,0xa3,0xa2,0xa0,0xff,0x94,0x93,0x91,0xff,0x85,0x83,0x82,0xff,0x73,0x71,0x6f, + 0xff,0x5c,0x59,0x58,0xff,0x9c,0x9b,0x9a,0xff,0xe3,0xe3,0xe0,0xff,0xeb,0xeb,0xe9, + 0xff,0xe8,0xe8,0xe6,0xff,0xe8,0xe8,0xe7,0xff,0xe7,0xe7,0xe5,0xff,0xe5,0xe5,0xe4, + 0xff,0xe4,0xe4,0xe2,0xff,0xe3,0xe3,0xe2,0xff,0xe0,0xe0,0xdf,0xff,0xe0,0xe0,0xdd, + 0xff,0xdd,0xdd,0xdb,0xff,0xdc,0xdb,0xda,0xff,0xda,0xda,0xd7,0xff,0xd8,0xd8,0xd5, + 0xff,0xd6,0xd5,0xd4,0xff,0xd3,0xd2,0xd0,0xff,0xd4,0xd2,0xcf,0xff,0xdf,0xdb,0xd5, + 0xff,0xf8,0xf1,0xe2,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe3,0xff,0xff,0xf4,0xe2, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe0, + 0xff,0xff,0xf4,0xe0,0xff,0xff,0xf2,0xdf,0xff,0xfe,0xf3,0xde,0xff,0xfd,0xf2,0xde, + 0xff,0xfd,0xf2,0xde,0xff,0xfd,0xf2,0xdd,0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf0,0xdd, + 0xff,0xfc,0xf0,0xdc,0xff,0xfb,0xef,0xda,0xff,0xfb,0xef,0xd9,0xff,0xfb,0xee,0xd9, + 0xff,0xfa,0xee,0xd9,0xff,0xfb,0xef,0xd8,0xff,0xfb,0xed,0xd7,0xff,0xfb,0xed,0xd8, + 0xff,0xf9,0xec,0xd6,0xff,0xfa,0xec,0xd7,0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd5, + 0xff,0xf9,0xeb,0xd3,0xff,0xf9,0xea,0xd2,0xff,0xf8,0xe8,0xd2,0xff,0xf8,0xe6,0xd0, + 0xff,0xf7,0xe7,0xcf,0xff,0xf6,0xe6,0xd0,0xff,0xf6,0xe6,0xce,0xff,0xf5,0xe6,0xcb, + 0xff,0xf5,0xe4,0xcc,0xff,0xf5,0xe4,0xca,0xff,0xf4,0xe3,0xc9,0xff,0xf4,0xe3,0xc7, + 0xff,0xf3,0xe2,0xc7,0xff,0xf3,0xe1,0xc6,0xff,0xf2,0xe0,0xc4,0xff,0xf2,0xe0,0xc2, + 0xff,0xf2,0xdf,0xc2,0xff,0xf0,0xde,0xbf,0xff,0xf0,0xdc,0xc0,0xff,0xe7,0xd1,0xb3, + 0xff,0xe3,0xcd,0xac,0xff,0xe2,0xcc,0xad,0xff,0xe2,0xca,0xab,0xff,0xfa,0xf2,0xe7, + 0xff,0xfc,0xf7,0xf1,0xff,0xfc,0xf6,0xf1,0xff,0xfb,0xf6,0xf1,0xff,0xfb,0xf6,0xef, + 0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf5,0xf0,0xff,0xfb,0xf5,0xef,0xff,0xfc,0xf6,0xef, + 0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xee,0xff,0xfc,0xf5,0xec,0xff,0xfa,0xf3,0xec, + 0xff,0xfa,0xf3,0xeb,0xff,0xbb,0xa6,0x7a,0xff,0xba,0xa5,0x7a,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x75,0x73,0x71, + 0x6,0x7a,0x79,0x77,0xae,0x8b,0x8a,0x89,0xff,0x9f,0x9e,0x9c,0xff,0xaf,0xae,0xae, + 0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde, + 0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed,0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf5,0xf5, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xf9,0xf9,0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf1,0xf1,0xf1, + 0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xea,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc5,0xc3,0xc3,0xff,0xb9,0xb9,0xb8, + 0xff,0xae,0xae,0xad,0xff,0xa3,0xa2,0xa0,0xff,0x95,0x94,0x92,0xff,0x85,0x83,0x82, + 0xff,0x74,0x72,0x71,0xff,0x5c,0x5a,0x58,0xff,0x9b,0x9a,0x99,0xff,0xe1,0xe1,0xdf, + 0xff,0xe7,0xe8,0xe7,0xff,0xe6,0xe5,0xe5,0xff,0xe4,0xe3,0xe3,0xff,0xe2,0xe2,0xe1, + 0xff,0xe1,0xe0,0xe0,0xff,0xdf,0xdf,0xde,0xff,0xdd,0xde,0xdc,0xff,0xdc,0xdc,0xdb, + 0xff,0xdb,0xda,0xd8,0xff,0xd8,0xd7,0xd4,0xff,0xd5,0xd4,0xd1,0xff,0xd2,0xd2,0xcf, + 0xff,0xd4,0xd3,0xcf,0xff,0xe0,0xdb,0xd5,0xff,0xf6,0xef,0xe0,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf5,0xe3,0xff,0xfe,0xf4,0xe2,0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf3,0xe0,0xff,0xff,0xf2,0xe0, + 0xff,0xff,0xf2,0xdf,0xff,0xfe,0xf2,0xde,0xff,0xfd,0xf2,0xde,0xff,0xfd,0xf2,0xde, + 0xff,0xfc,0xf1,0xdc,0xff,0xfd,0xf2,0xdd,0xff,0xfc,0xf0,0xdd,0xff,0xfc,0xef,0xdc, + 0xff,0xfb,0xef,0xd9,0xff,0xfb,0xef,0xd9,0xff,0xfb,0xee,0xd9,0xff,0xfa,0xee,0xd9, + 0xff,0xfb,0xef,0xd9,0xff,0xfa,0xed,0xd7,0xff,0xfb,0xec,0xd8,0xff,0xfa,0xed,0xd7, + 0xff,0xfa,0xec,0xd7,0xff,0xfa,0xec,0xd7,0xff,0xf9,0xeb,0xd4,0xff,0xf9,0xea,0xd3, + 0xff,0xf9,0xea,0xd2,0xff,0xf8,0xe8,0xd3,0xff,0xf8,0xe7,0xd0,0xff,0xf7,0xe6,0xcf, + 0xff,0xf6,0xe6,0xcf,0xff,0xf6,0xe6,0xcd,0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe4,0xcc, + 0xff,0xf5,0xe4,0xca,0xff,0xf4,0xe3,0xca,0xff,0xf4,0xe3,0xc7,0xff,0xf3,0xe2,0xc7, + 0xff,0xf4,0xe1,0xc7,0xff,0xf2,0xe0,0xc4,0xff,0xf2,0xe0,0xc3,0xff,0xf1,0xdf,0xc1, + 0xff,0xf0,0xde,0xbe,0xff,0xf0,0xdc,0xc0,0xff,0xf0,0xdc,0xbf,0xff,0xe6,0xd0,0xb1, + 0xff,0xe2,0xcc,0xad,0xff,0xe1,0xca,0xaa,0xff,0xe0,0xca,0xa9,0xff,0xf9,0xf1,0xe5, + 0xff,0xfc,0xf6,0xf0,0xff,0xfc,0xf7,0xf1,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf6,0xef, + 0xff,0xfc,0xf6,0xf0,0xff,0xfc,0xf6,0xef,0xff,0xfc,0xf6,0xef,0xff,0xfc,0xf5,0xee, + 0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xec,0xff,0xfb,0xf4,0xed,0xff,0xfa,0xf3,0xeb, + 0xff,0xfb,0xf4,0xec,0xff,0xbb,0xa5,0x7a,0xff,0xbb,0xa5,0x7a,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x75,0x72,0x70,0x7,0x7a,0x79,0x77,0xae,0x8b,0x8a,0x88,0xff,0x9e,0x9d,0x9d, + 0xff,0xaf,0xae,0xaf,0xff,0xbd,0xbc,0xbc,0xff,0xcb,0xca,0xca,0xff,0xd5,0xd4,0xd4, + 0xff,0xde,0xde,0xdc,0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1, + 0xff,0xf5,0xf5,0xf5,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xf9,0xf9,0xff,0xf9,0xf7,0xf7,0xff,0xf5,0xf5,0xf5, + 0xff,0xf3,0xf3,0xf1,0xff,0xef,0xef,0xee,0xff,0xea,0xea,0xea,0xff,0xe3,0xe3,0xe5, + 0xff,0xdc,0xdc,0xdc,0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce,0xff,0xc6,0xc4,0xc3, + 0xff,0xba,0xba,0xb8,0xff,0xb0,0xaf,0xad,0xff,0xa2,0xa1,0xa0,0xff,0x94,0x93,0x92, + 0xff,0x85,0x83,0x82,0xff,0x74,0x72,0x70,0xff,0x5d,0x5b,0x5a,0xff,0x9a,0x98,0x97, + 0xff,0xde,0xdd,0xdb,0xff,0xe5,0xe4,0xe4,0xff,0xe1,0xe0,0xe0,0xff,0xde,0xde,0xdd, + 0xff,0xdd,0xdc,0xdc,0xff,0xdb,0xdb,0xd9,0xff,0xd9,0xd9,0xd7,0xff,0xd8,0xd7,0xd5, + 0xff,0xd5,0xd4,0xd2,0xff,0xd2,0xd0,0xd0,0xff,0xd5,0xd4,0xcf,0xff,0xdf,0xdc,0xd4, + 0xff,0xf6,0xed,0xe0,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf7,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe3, + 0xff,0xfe,0xf4,0xe2,0xff,0xff,0xf4,0xe1,0xff,0xfe,0xf4,0xe1,0xff,0xff,0xf4,0xe0, + 0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xe1,0xff,0xff,0xf3,0xe1,0xff,0xff,0xf2,0xdf, + 0xff,0xfe,0xf2,0xde,0xff,0xfd,0xf2,0xdd,0xff,0xfc,0xf1,0xde,0xff,0xfd,0xf2,0xdd, + 0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf0,0xdd,0xff,0xfb,0xef,0xda,0xff,0xfc,0xef,0xd9, + 0xff,0xfb,0xef,0xd9,0xff,0xfb,0xee,0xd9,0xff,0xfa,0xee,0xd9,0xff,0xfb,0xee,0xd8, + 0xff,0xfb,0xee,0xd8,0xff,0xfb,0xed,0xd8,0xff,0xfa,0xed,0xd6,0xff,0xf9,0xeb,0xd6, + 0xff,0xfa,0xec,0xd6,0xff,0xf9,0xeb,0xd4,0xff,0xf9,0xeb,0xd3,0xff,0xf8,0xe9,0xd2, + 0xff,0xf8,0xe8,0xd3,0xff,0xf8,0xe7,0xd0,0xff,0xf7,0xe6,0xcf,0xff,0xf6,0xe5,0xce, + 0xff,0xf6,0xe6,0xcd,0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe3,0xcc,0xff,0xf5,0xe4,0xca, + 0xff,0xf4,0xe3,0xca,0xff,0xf4,0xe3,0xc6,0xff,0xf3,0xe2,0xc7,0xff,0xf3,0xe1,0xc5, + 0xff,0xf2,0xe0,0xc3,0xff,0xf2,0xe0,0xc2,0xff,0xf1,0xdf,0xc1,0xff,0xf0,0xde,0xbf, + 0xff,0xef,0xdc,0xbf,0xff,0xef,0xdc,0xbe,0xff,0xee,0xda,0xbc,0xff,0xe5,0xd0,0xb0, + 0xff,0xe2,0xcb,0xab,0xff,0xe0,0xca,0xa9,0xff,0xe0,0xca,0xa8,0xff,0xfa,0xf1,0xe6, + 0xff,0xfc,0xf7,0xf1,0xff,0xfc,0xf7,0xf0,0xff,0xfb,0xf6,0xef,0xff,0xfc,0xf5,0xf0, + 0xff,0xfc,0xf6,0xef,0xff,0xfb,0xf5,0xef,0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf5,0xee, + 0xff,0xfb,0xf4,0xec,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xeb,0xff,0xfa,0xf3,0xeb, + 0xff,0xfb,0xf3,0xea,0xff,0xbb,0xa7,0x7b,0xff,0xbb,0xa5,0x79,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x73,0x71,0x70,0xa,0x7b,0x78,0x77,0xac,0x8b,0x8a,0x88, + 0xff,0x9f,0x9e,0x9c,0xff,0xaf,0xae,0xae,0xff,0xbe,0xbd,0xbd,0xff,0xca,0xc9,0xc9, + 0xff,0xd5,0xd4,0xd2,0xff,0xde,0xde,0xdd,0xff,0xe5,0xe5,0xe5,0xff,0xed,0xed,0xed, + 0xff,0xf3,0xf2,0xf2,0xff,0xf5,0xf6,0xf6,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf8,0xf8, + 0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1,0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xe9, + 0xff,0xe3,0xe3,0xe3,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd7,0xd7,0xff,0xcf,0xce,0xce, + 0xff,0xc4,0xc4,0xc3,0xff,0xba,0xb9,0xb9,0xff,0xb0,0xaf,0xad,0xff,0xa2,0xa1,0xa0, + 0xff,0x94,0x93,0x92,0xff,0x85,0x83,0x82,0xff,0x74,0x72,0x70,0xff,0x5c,0x5a,0x59, + 0xff,0x97,0x96,0x95,0xff,0xdb,0xda,0xd9,0xff,0xe0,0xe0,0xdd,0xff,0xdb,0xd9,0xd8, + 0xff,0xd9,0xd9,0xd6,0xff,0xd7,0xd8,0xd3,0xff,0xd4,0xd3,0xd2,0xff,0xd1,0xd0,0xce, + 0xff,0xd6,0xd4,0xd0,0xff,0xe4,0xe0,0xd7,0xff,0xf4,0xec,0xde,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf3,0xe1,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xe0, + 0xff,0xff,0xf2,0xe1,0xff,0xff,0xf3,0xe1,0xff,0xff,0xf3,0xdf,0xff,0xfd,0xf2,0xdd, + 0xff,0xfe,0xf2,0xde,0xff,0xfd,0xf2,0xde,0xff,0xfc,0xf1,0xdd,0xff,0xfc,0xf1,0xdd, + 0xff,0xfc,0xf0,0xdb,0xff,0xfc,0xef,0xdb,0xff,0xfc,0xf0,0xda,0xff,0xfc,0xf0,0xd9, + 0xff,0xfb,0xee,0xd9,0xff,0xfa,0xee,0xd9,0xff,0xfb,0xef,0xd9,0xff,0xfb,0xee,0xd7, + 0xff,0xfa,0xec,0xd8,0xff,0xfa,0xed,0xd7,0xff,0xfa,0xec,0xd5,0xff,0xfa,0xec,0xd6, + 0xff,0xf9,0xeb,0xd4,0xff,0xf9,0xeb,0xd3,0xff,0xf9,0xe8,0xd2,0xff,0xf8,0xe8,0xd3, + 0xff,0xf8,0xe7,0xd1,0xff,0xf7,0xe7,0xcf,0xff,0xf6,0xe6,0xce,0xff,0xf6,0xe6,0xcd, + 0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe4,0xcc,0xff,0xf5,0xe4,0xcb,0xff,0xf4,0xe3,0xca, + 0xff,0xf4,0xe2,0xc6,0xff,0xf3,0xe2,0xc7,0xff,0xf3,0xe1,0xc5,0xff,0xf2,0xdf,0xc3, + 0xff,0xf2,0xe0,0xc2,0xff,0xf1,0xde,0xc1,0xff,0xf0,0xde,0xbf,0xff,0xef,0xdc,0xc0, + 0xff,0xef,0xdb,0xbf,0xff,0xef,0xda,0xbd,0xff,0xee,0xd9,0xba,0xff,0xe5,0xcd,0xaf, + 0xff,0xe0,0xca,0xa9,0xff,0xe0,0xca,0xa8,0xff,0xdf,0xc8,0xa7,0xff,0xf9,0xf1,0xe4, + 0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf6,0xef,0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf5,0xee, + 0xff,0xfb,0xf5,0xef,0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf5,0xee,0xff,0xfb,0xf4,0xec, + 0xff,0xfa,0xf3,0xec,0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf3,0xeb, + 0xff,0xfa,0xf2,0xea,0xff,0xbb,0xa7,0x7b,0xff,0xbb,0xa6,0x7b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x75,0x72,0x71,0xa,0x7e,0x7c,0x7b, + 0x95,0x8a,0x89,0x88,0xfc,0x9e,0x9d,0x9a,0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6, + 0xff,0xed,0xed,0xed,0xff,0xf3,0xf3,0xf3,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfc,0xfd,0xfd,0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfb,0xfb,0xff,0xf9,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfe,0xfe,0xff,0xfd,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xf8,0xf8,0xf8,0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf2,0xff,0xee,0xee,0xed, + 0xff,0xea,0xea,0xea,0xff,0xe3,0xe3,0xe4,0xff,0xde,0xde,0xde,0xff,0xd6,0xd6,0xd6, + 0xff,0xcf,0xcd,0xcd,0xff,0xc6,0xc5,0xc5,0xff,0xba,0xb9,0xb9,0xff,0xaf,0xae,0xad, + 0xff,0xa3,0xa2,0xa0,0xff,0x94,0x93,0x92,0xff,0x85,0x83,0x82,0xff,0x72,0x70,0x6e, + 0xff,0x5d,0x5b,0x59,0xff,0x95,0x94,0x93,0xff,0xd7,0xd6,0xd4,0xff,0xdb,0xd9,0xd7, + 0xff,0xd5,0xd3,0xd3,0xff,0xd1,0xd0,0xcf,0xff,0xd7,0xd5,0xd0,0xff,0xe4,0xe0,0xd6, + 0xff,0xf7,0xef,0xe0,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf7,0xe2,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf5,0xe0,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf3,0xe1, + 0xff,0xff,0xf3,0xe1,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xe1, + 0xff,0xff,0xf3,0xe1,0xff,0xff,0xf2,0xdf,0xff,0xfd,0xf2,0xdd,0xff,0xfe,0xf3,0xde, + 0xff,0xfc,0xf1,0xde,0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf1,0xdb,0xff,0xfd,0xf1,0xdc, + 0xff,0xfc,0xf0,0xdb,0xff,0xfb,0xef,0xd9,0xff,0xfb,0xef,0xd9,0xff,0xfc,0xef,0xda, + 0xff,0xfa,0xee,0xd9,0xff,0xfb,0xef,0xd8,0xff,0xfa,0xed,0xd7,0xff,0xfb,0xed,0xd8, + 0xff,0xf9,0xec,0xd6,0xff,0xf9,0xeb,0xd5,0xff,0xfa,0xec,0xd6,0xff,0xf9,0xeb,0xd5, + 0xff,0xf9,0xea,0xd4,0xff,0xf9,0xe8,0xd2,0xff,0xf8,0xe7,0xd3,0xff,0xf8,0xe7,0xd0, + 0xff,0xf7,0xe7,0xcf,0xff,0xf6,0xe6,0xce,0xff,0xf5,0xe5,0xcc,0xff,0xf5,0xe6,0xcb, + 0xff,0xf5,0xe4,0xcc,0xff,0xf5,0xe4,0xcb,0xff,0xf4,0xe3,0xca,0xff,0xf4,0xe2,0xc6, + 0xff,0xf3,0xe1,0xc5,0xff,0xf3,0xe0,0xc4,0xff,0xf2,0xdf,0xc3,0xff,0xf2,0xe0,0xc2, + 0xff,0xf2,0xdf,0xc2,0xff,0xf0,0xde,0xbf,0xff,0xf0,0xdc,0xc0,0xff,0xef,0xdb,0xbf, + 0xff,0xef,0xda,0xbd,0xff,0xed,0xd9,0xba,0xff,0xed,0xd7,0xb9,0xff,0xe3,0xcd,0xac, + 0xff,0xdf,0xca,0xa7,0xff,0xe0,0xc8,0xa7,0xff,0xdf,0xc8,0xa5,0xff,0xf8,0xf0,0xe4, + 0xff,0xfb,0xf6,0xf0,0xff,0xfb,0xf5,0xef,0xff,0xfc,0xf6,0xef,0xff,0xfc,0xf5,0xef, + 0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf5,0xee,0xff,0xfb,0xf4,0xec,0xff,0xfa,0xf3,0xec, + 0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf4,0xec,0xff,0xfb,0xf3,0xeb,0xff,0xfa,0xf2,0xea, + 0xff,0xfa,0xf2,0xe9,0xff,0xbb,0xa6,0x7b,0xff,0xbb,0xa6,0x7b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x7e,0x7d,0x7b,0x83,0x8b,0x8a,0x87,0xfd,0x9d,0x9c,0x9c,0xff,0xaf,0xae,0xad, + 0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde, + 0xff,0xe5,0xe5,0xe5,0xff,0xec,0xec,0xec,0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf5,0xf5, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfe,0xfe,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfe,0xfe,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf8,0xf8,0xff,0xf6,0xf5,0xf5,0xff,0xf2,0xf2,0xf1, + 0xff,0xef,0xef,0xed,0xff,0xe9,0xe9,0xe9,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xce,0xce,0xce,0xff,0xc5,0xc3,0xc4,0xff,0xba,0xba,0xb7, + 0xff,0xaf,0xae,0xab,0xff,0xa3,0xa2,0xa0,0xff,0x94,0x93,0x92,0xff,0x85,0x84,0x82, + 0xff,0x71,0x6f,0x6e,0xff,0x5e,0x5a,0x59,0xff,0x91,0x90,0x8f,0xff,0xd2,0xd2,0xd0, + 0xff,0xdf,0xdd,0xd9,0xff,0xe5,0xe0,0xd6,0xff,0xf7,0xee,0xde,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe3,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf7,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf7,0xe3,0xff,0xff,0xf6,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf3,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf3,0xe1,0xff,0xfe,0xf3,0xe1, + 0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xe1,0xff,0xff,0xf2,0xe1, + 0xff,0xff,0xf2,0xdf,0xff,0xfe,0xf3,0xde,0xff,0xfd,0xf2,0xdd,0xff,0xfc,0xf1,0xdd, + 0xff,0xfc,0xf1,0xdb,0xff,0xfc,0xf1,0xdb,0xff,0xfd,0xf0,0xdc,0xff,0xfc,0xf0,0xdb, + 0xff,0xfb,0xef,0xd9,0xff,0xfc,0xef,0xd9,0xff,0xfb,0xee,0xd9,0xff,0xfa,0xee,0xd9, + 0xff,0xfa,0xee,0xd8,0xff,0xfb,0xee,0xd8,0xff,0xfb,0xed,0xd7,0xff,0xfa,0xed,0xd7, + 0xff,0xfa,0xeb,0xd5,0xff,0xfa,0xec,0xd5,0xff,0xf9,0xeb,0xd4,0xff,0xf9,0xe9,0xd3, + 0xff,0xf9,0xe9,0xd3,0xff,0xf8,0xe8,0xd3,0xff,0xf8,0xe7,0xd1,0xff,0xf7,0xe6,0xcd, + 0xff,0xf6,0xe6,0xce,0xff,0xf6,0xe6,0xcd,0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe4,0xcc, + 0xff,0xf5,0xe4,0xca,0xff,0xf4,0xe3,0xca,0xff,0xf4,0xe3,0xc7,0xff,0xf3,0xe2,0xc5, + 0xff,0xf3,0xe0,0xc4,0xff,0xf2,0xe0,0xc4,0xff,0xf2,0xe0,0xc2,0xff,0xf1,0xdf,0xc1, + 0xff,0xf0,0xde,0xbf,0xff,0xef,0xdc,0xbf,0xff,0xef,0xdb,0xbf,0xff,0xee,0xda,0xbc, + 0xff,0xee,0xd9,0xba,0xff,0xee,0xd7,0xb9,0xff,0xed,0xd6,0xb9,0xff,0xe2,0xcd,0xab, + 0xff,0xe0,0xc8,0xa7,0xff,0xdf,0xc8,0xa6,0xff,0xde,0xc8,0xa5,0xff,0xf9,0xf0,0xe5, + 0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf5,0xee,0xff,0xfb,0xf5,0xef,0xff,0xfc,0xf5,0xee, + 0xff,0xfc,0xf5,0xee,0xff,0xfc,0xf5,0xec,0xff,0xfa,0xf3,0xec,0xff,0xfb,0xf4,0xec, + 0xff,0xfb,0xf3,0xeb,0xff,0xfb,0xf3,0xeb,0xff,0xfb,0xf3,0xeb,0xff,0xfa,0xf2,0xe8, + 0xff,0xfa,0xf1,0xe9,0xff,0xbb,0xa6,0x7b,0xff,0xbb,0xa7,0x7b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x7d,0x7c,0x7b,0x5,0x7e,0x7d,0x7c,0x82,0x8a,0x89,0x88,0xfe,0x9e,0x9d,0x9a, + 0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc,0xff,0xcb,0xca,0xca,0xff,0xd5,0xd5,0xd4, + 0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed,0xff,0xf2,0xf1,0xf1, + 0xff,0xf5,0xf5,0xf5,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfa,0xfa,0xff,0xf9,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf8,0xf8, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xf9,0xf8,0xf8,0xff,0xf5,0xf5,0xf5, + 0xff,0xf2,0xf2,0xf1,0xff,0xf0,0xf0,0xed,0xff,0xea,0xea,0xe9,0xff,0xe3,0xe3,0xe4, + 0xff,0xdd,0xde,0xde,0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce,0xff,0xc6,0xc5,0xc5, + 0xff,0xbb,0xbb,0xb8,0xff,0xae,0xad,0xac,0xff,0xa2,0xa0,0x9f,0xff,0x94,0x92,0x91, + 0xff,0x84,0x83,0x81,0xff,0x6f,0x6d,0x6c,0xff,0x61,0x5f,0x5d,0xff,0x8d,0x8b,0x87, + 0xff,0xef,0xe7,0xd7,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf6,0xe3, + 0xff,0xff,0xf6,0xe3,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf7,0xe3,0xff,0xff,0xf7,0xe3, + 0xff,0xff,0xf7,0xe3,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf3,0xe1, + 0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xfe,0xf3,0xe0, + 0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xe1,0xff,0xff,0xf2,0xe0,0xff,0xff,0xf2,0xdf, + 0xff,0xfd,0xf2,0xdc,0xff,0xfd,0xf2,0xdc,0xff,0xfd,0xf2,0xdd,0xff,0xfc,0xf1,0xdb, + 0xff,0xfc,0xf1,0xdb,0xff,0xfd,0xf0,0xdc,0xff,0xfc,0xf0,0xdb,0xff,0xfb,0xef,0xd9, + 0xff,0xfc,0xf0,0xd9,0xff,0xfc,0xef,0xda,0xff,0xfa,0xee,0xd9,0xff,0xfb,0xef,0xd8, + 0xff,0xfa,0xed,0xd7,0xff,0xfa,0xec,0xd6,0xff,0xf9,0xec,0xd6,0xff,0xfa,0xec,0xd6, + 0xff,0xfa,0xeb,0xd6,0xff,0xf8,0xe9,0xd4,0xff,0xf9,0xea,0xd3,0xff,0xf9,0xe9,0xd3, + 0xff,0xf8,0xe7,0xd1,0xff,0xf8,0xe7,0xcf,0xff,0xf7,0xe7,0xce,0xff,0xf6,0xe5,0xce, + 0xff,0xf5,0xe5,0xcc,0xff,0xf5,0xe5,0xcb,0xff,0xf5,0xe4,0xcc,0xff,0xf5,0xe4,0xcb, + 0xff,0xf4,0xe3,0xc9,0xff,0xf5,0xe3,0xc7,0xff,0xf3,0xe1,0xc5,0xff,0xf3,0xe1,0xc5, + 0xff,0xf2,0xe0,0xc4,0xff,0xf2,0xe0,0xc2,0xff,0xf1,0xdf,0xc1,0xff,0xf1,0xde,0xbf, + 0xff,0xef,0xdc,0xc0,0xff,0xf0,0xdb,0xbf,0xff,0xee,0xda,0xba,0xff,0xed,0xd9,0xba, + 0xff,0xed,0xd7,0xb9,0xff,0xec,0xd6,0xb8,0xff,0xeb,0xd5,0xb7,0xff,0xe3,0xcb,0xaa, + 0xff,0xde,0xc8,0xa5,0xff,0xde,0xc8,0xa5,0xff,0xdd,0xc5,0xa4,0xff,0xf9,0xf0,0xe3, + 0xff,0xfc,0xf6,0xef,0xff,0xfc,0xf6,0xef,0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf5,0xee, + 0xff,0xfc,0xf5,0xec,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xec,0xff,0xfb,0xf4,0xeb, + 0xff,0xfb,0xf3,0xea,0xff,0xfb,0xf3,0xea,0xff,0xfb,0xf3,0xe9,0xff,0xfa,0xf1,0xe9, + 0xff,0xfa,0xf2,0xe8,0xff,0xbb,0xa7,0x7b,0xff,0xbb,0xa7,0x7b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7d,0x7c,0x7b,0x7,0x7e,0x7d,0x7b,0x83,0x8b,0x8a,0x88, + 0xfe,0x9f,0x9e,0x9c,0xff,0xaf,0xae,0xae,0xff,0xbe,0xbd,0xbd,0xff,0xca,0xc9,0xc9, + 0xff,0xd5,0xd5,0xd4,0xff,0xde,0xde,0xdd,0xff,0xe7,0xe7,0xe7,0xff,0xec,0xec,0xec, + 0xff,0xf2,0xf2,0xf2,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf4,0xf3,0xf3, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7, + 0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf2,0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xe8, + 0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce, + 0xff,0xc5,0xc4,0xc4,0xff,0xbb,0xba,0xb8,0xff,0xaf,0xae,0xad,0xff,0xa2,0xa0,0x9f, + 0xff,0x93,0x92,0x90,0xff,0x84,0x83,0x81,0xff,0x72,0x70,0x6f,0xff,0x62,0x60,0x5d, + 0xff,0xb1,0xaa,0xa2,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe3, + 0xff,0xff,0xf7,0xe3,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf7,0xe3, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf7,0xe3, + 0xff,0xff,0xf7,0xe3,0xff,0xff,0xf7,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe1, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xe1,0xff,0xff,0xf4,0xe2, + 0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf3,0xe0,0xff,0xfe,0xf3,0xe0, + 0xff,0xff,0xf3,0xdf,0xff,0xff,0xf3,0xdf,0xff,0xff,0xf3,0xde,0xff,0xfe,0xf3,0xdd, + 0xff,0xfe,0xf3,0xdd,0xff,0xfc,0xf1,0xdd,0xff,0xfd,0xf2,0xdc,0xff,0xfd,0xf2,0xdc, + 0xff,0xfc,0xf0,0xdb,0xff,0xfc,0xef,0xdb,0xff,0xfb,0xef,0xd9,0xff,0xfb,0xef,0xd9, + 0xff,0xfc,0xef,0xda,0xff,0xfa,0xee,0xd9,0xff,0xfb,0xef,0xd7,0xff,0xfb,0xee,0xd6, + 0xff,0xfa,0xec,0xd6,0xff,0xfa,0xed,0xd7,0xff,0xfa,0xec,0xd5,0xff,0xfa,0xeb,0xd6, + 0xff,0xf8,0xe9,0xd4,0xff,0xf9,0xe9,0xd3,0xff,0xf9,0xe8,0xd2,0xff,0xf8,0xe7,0xd1, + 0xff,0xf7,0xe6,0xcf,0xff,0xf7,0xe7,0xcd,0xff,0xf6,0xe6,0xce,0xff,0xf6,0xe6,0xcc, + 0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe4,0xcc,0xff,0xf5,0xe4,0xcb,0xff,0xf4,0xe3,0xc8, + 0xff,0xf4,0xe2,0xc6,0xff,0xf4,0xe2,0xc6,0xff,0xf3,0xe1,0xc5,0xff,0xf2,0xe0,0xc4, + 0xff,0xf2,0xe0,0xc2,0xff,0xf1,0xdf,0xc2,0xff,0xf1,0xdd,0xc0,0xff,0xf0,0xdc,0xc0, + 0xff,0xef,0xdb,0xbd,0xff,0xee,0xda,0xbb,0xff,0xed,0xd9,0xb9,0xff,0xee,0xd7,0xb9, + 0xff,0xec,0xd6,0xb8,0xff,0xeb,0xd5,0xb7,0xff,0xec,0xd3,0xb5,0xff,0xe2,0xcb,0xab, + 0xff,0xde,0xc8,0xa5,0xff,0xde,0xc5,0xa4,0xff,0xdd,0xc4,0xa2,0xff,0xf8,0xef,0xe3, + 0xff,0xfb,0xf5,0xee,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xee,0xff,0xfb,0xf4,0xec, + 0xff,0xfb,0xf4,0xed,0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf2,0xea, + 0xff,0xfa,0xf2,0xea,0xff,0xfa,0xf2,0xe8,0xff,0xfb,0xf2,0xea,0xff,0xfa,0xf2,0xe8, + 0xff,0xf9,0xf1,0xe6,0xff,0xbc,0xa7,0x7c,0xff,0xbb,0xa7,0x7b,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7d,0x7c,0x7a,0x9,0x7e,0x7d,0x7b, + 0x83,0x8b,0x8a,0x88,0xfd,0x9e,0x9d,0x9d,0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd6,0xd3,0xff,0xde,0xde,0xdd,0xff,0xe7,0xe7,0xe7, + 0xff,0xee,0xee,0xee,0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd, + 0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf6,0xf6,0xff,0xf1,0xf1,0xf1,0xff,0xee,0xee,0xed, + 0xff,0xea,0xea,0xea,0xff,0xe3,0xe3,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6, + 0xff,0xce,0xce,0xce,0xff,0xc5,0xc5,0xc5,0xff,0xbb,0xba,0xb8,0xff,0xae,0xad,0xac, + 0xff,0xa1,0xa0,0x9f,0xff,0x95,0x94,0x92,0xff,0x84,0x82,0x81,0xff,0x74,0x71,0x6f, + 0xff,0x62,0x5f,0x5d,0xff,0x8c,0x87,0x80,0xff,0xed,0xe4,0xd3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe2,0xff,0xff,0xf4,0xe2, + 0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xde,0xff,0xff,0xf3,0xde,0xff,0xff,0xf2,0xdf, + 0xff,0xff,0xf3,0xdf,0xff,0xff,0xf3,0xde,0xff,0xfd,0xf2,0xdc,0xff,0xfe,0xf3,0xdc, + 0xff,0xfd,0xf2,0xdd,0xff,0xfd,0xf2,0xdc,0xff,0xfd,0xf2,0xdb,0xff,0xfc,0xf0,0xdc, + 0xff,0xfc,0xf0,0xdb,0xff,0xfb,0xef,0xd9,0xff,0xfb,0xef,0xd9,0xff,0xfb,0xee,0xd8, + 0xff,0xfb,0xef,0xd9,0xff,0xfb,0xef,0xd7,0xff,0xfa,0xed,0xd5,0xff,0xfb,0xec,0xd6, + 0xff,0xf9,0xeb,0xd6,0xff,0xfa,0xeb,0xd6,0xff,0xf9,0xea,0xd5,0xff,0xf8,0xe9,0xd4, + 0xff,0xf8,0xe9,0xd3,0xff,0xf9,0xe9,0xd1,0xff,0xf8,0xe8,0xd2,0xff,0xf8,0xe7,0xcf, + 0xff,0xf7,0xe7,0xce,0xff,0xf6,0xe5,0xce,0xff,0xf6,0xe6,0xcc,0xff,0xf5,0xe6,0xcb, + 0xff,0xf5,0xe3,0xcc,0xff,0xf5,0xe4,0xcb,0xff,0xf5,0xe3,0xc9,0xff,0xf4,0xe3,0xc5, + 0xff,0xf3,0xe2,0xc5,0xff,0xf3,0xe1,0xc4,0xff,0xf3,0xe0,0xc4,0xff,0xf3,0xe0,0xc3, + 0xff,0xf1,0xdf,0xc1,0xff,0xf1,0xdd,0xc0,0xff,0xf0,0xdb,0xc1,0xff,0xef,0xdb,0xbd, + 0xff,0xef,0xda,0xbb,0xff,0xed,0xd9,0xb9,0xff,0xed,0xd7,0xb9,0xff,0xec,0xd6,0xb8, + 0xff,0xeb,0xd5,0xb7,0xff,0xec,0xd4,0xb6,0xff,0xea,0xd3,0xb3,0xff,0xe1,0xc9,0xa8, + 0xff,0xde,0xc5,0xa4,0xff,0xdd,0xc5,0xa2,0xff,0xdd,0xc3,0x9f,0xff,0xf8,0xef,0xe1, + 0xff,0xfc,0xf5,0xee,0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf5,0xec,0xff,0xfb,0xf4,0xed, + 0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf3,0xeb,0xff,0xfb,0xf2,0xea,0xff,0xfa,0xf2,0xea, + 0xff,0xfa,0xf2,0xe9,0xff,0xfa,0xf1,0xe9,0xff,0xfa,0xf1,0xe8,0xff,0xf9,0xf1,0xe6, + 0xff,0xfa,0xf1,0xe7,0xff,0xbc,0xa8,0x7c,0xff,0xbc,0xa7,0x7c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7d,0x7c,0x7a, + 0x9,0x7e,0x7d,0x7c,0x84,0x8c,0x8b,0x89,0xfb,0x9f,0x9e,0x9c,0xff,0xaf,0xae,0xaf, + 0xff,0xbe,0xbd,0xbd,0xff,0xcb,0xca,0xca,0xff,0xd6,0xd6,0xd4,0xff,0xde,0xde,0xde, + 0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf3,0xf3,0xf3,0xff,0xf6,0xf6,0xf6, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf8,0xf8,0xff,0xf5,0xf5,0xf6,0xff,0xf2,0xf2,0xf1, + 0xff,0xee,0xee,0xed,0xff,0xea,0xea,0xe9,0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce,0xff,0xc4,0xc4,0xc3,0xff,0xb9,0xb9,0xb8, + 0xff,0xae,0xad,0xac,0xff,0xa2,0xa1,0xa0,0xff,0x94,0x93,0x92,0xff,0x84,0x82,0x81, + 0xff,0x73,0x71,0x6f,0xff,0x62,0x60,0x5e,0xff,0x8a,0x85,0x80,0xff,0xee,0xe5,0xd3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xe0, + 0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf2,0xdf,0xff,0xff,0xf3,0xdf, + 0xff,0xff,0xf2,0xdd,0xff,0xfe,0xf3,0xdd,0xff,0xfd,0xf2,0xdc,0xff,0xfd,0xf2,0xdd, + 0xff,0xfd,0xf1,0xdb,0xff,0xfd,0xf2,0xdc,0xff,0xfd,0xf0,0xdc,0xff,0xfb,0xef,0xda, + 0xff,0xfb,0xef,0xd9,0xff,0xfc,0xf0,0xd8,0xff,0xfc,0xee,0xd8,0xff,0xfb,0xef,0xd9, + 0xff,0xfb,0xef,0xd7,0xff,0xfb,0xee,0xd6,0xff,0xfb,0xed,0xd6,0xff,0xfa,0xec,0xd7, + 0xff,0xfa,0xeb,0xd6,0xff,0xfa,0xeb,0xd6,0xff,0xf9,0xea,0xd4,0xff,0xf9,0xea,0xd2, + 0xff,0xf9,0xe9,0xd1,0xff,0xf8,0xe8,0xd1,0xff,0xf8,0xe7,0xcf,0xff,0xf7,0xe7,0xcd, + 0xff,0xf6,0xe6,0xce,0xff,0xf6,0xe6,0xcd,0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe4,0xcc, + 0xff,0xf5,0xe4,0xc9,0xff,0xf4,0xe3,0xc8,0xff,0xf4,0xe2,0xc5,0xff,0xf3,0xe2,0xc5, + 0xff,0xf4,0xe1,0xc5,0xff,0xf2,0xe0,0xc4,0xff,0xf3,0xe0,0xc3,0xff,0xf1,0xdf,0xc1, + 0xff,0xf0,0xdd,0xbf,0xff,0xef,0xdb,0xbf,0xff,0xef,0xdb,0xbd,0xff,0xee,0xda,0xbb, + 0xff,0xee,0xd9,0xba,0xff,0xee,0xd7,0xb9,0xff,0xec,0xd6,0xb8,0xff,0xeb,0xd5,0xb7, + 0xff,0xec,0xd3,0xb5,0xff,0xeb,0xd3,0xb4,0xff,0xe9,0xd2,0xb1,0xff,0xe1,0xc9,0xa8, + 0xff,0xdd,0xc4,0xa2,0xff,0xdd,0xc4,0xa0,0xff,0xdc,0xc1,0xa0,0xff,0xf9,0xef,0xe3, + 0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xec,0xff,0xfa,0xf3,0xec,0xff,0xfa,0xf3,0xeb, + 0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf3,0xea,0xff,0xfb,0xf3,0xea,0xff,0xfa,0xf2,0xe9, + 0xff,0xfb,0xf2,0xe9,0xff,0xfa,0xf2,0xe8,0xff,0xf9,0xf1,0xe6,0xff,0xf9,0xf0,0xe6, + 0xff,0xfa,0xf1,0xe7,0xff,0xbc,0xa7,0x7c,0xff,0xbc,0xa7,0x7c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x7e,0x7d,0x7c,0x7,0x7e,0x7d,0x7c,0x85,0x8b,0x8a,0x89,0xf9,0x9f,0x9d,0x9c, + 0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc,0xff,0xcb,0xca,0xca,0xff,0xd5,0xd5,0xd4, + 0xff,0xdf,0xdf,0xdd,0xff,0xe6,0xe7,0xe7,0xff,0xec,0xec,0xec,0xff,0xf3,0xf2,0xf2, + 0xff,0xf6,0xf6,0xf6,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf7,0xf7, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf5,0xf5,0xf5, + 0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xed,0xff,0xeb,0xeb,0xe9,0xff,0xe4,0xe4,0xe4, + 0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xce,0xcd,0xcd,0xff,0xc5,0xc4,0xc4, + 0xff,0xba,0xba,0xb8,0xff,0xae,0xad,0xac,0xff,0xa1,0xa0,0x9f,0xff,0x94,0x92,0x92, + 0xff,0x84,0x82,0x82,0xff,0x72,0x71,0x70,0xff,0x62,0x60,0x5f,0xff,0x89,0x84,0x7d, + 0xff,0xee,0xe5,0xd4,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf5,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xdf,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xe0, + 0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xe0,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xdf, + 0xff,0xff,0xf3,0xde,0xff,0xff,0xf2,0xdf,0xff,0xff,0xf2,0xdf,0xff,0xff,0xf3,0xde, + 0xff,0xfe,0xf2,0xdc,0xff,0xfd,0xf2,0xdc,0xff,0xfd,0xf1,0xdd,0xff,0xfd,0xf2,0xdc, + 0xff,0xfd,0xf2,0xdc,0xff,0xfd,0xf1,0xdc,0xff,0xfc,0xf0,0xd9,0xff,0xfc,0xf0,0xd8, + 0xff,0xfb,0xef,0xd7,0xff,0xfc,0xef,0xd9,0xff,0xfb,0xef,0xd9,0xff,0xfb,0xee,0xd7, + 0xff,0xfb,0xed,0xd7,0xff,0xfa,0xeb,0xd6,0xff,0xfa,0xeb,0xd7,0xff,0xf9,0xea,0xd5, + 0xff,0xfa,0xeb,0xd6,0xff,0xf9,0xea,0xd4,0xff,0xf8,0xe9,0xd2,0xff,0xf9,0xe9,0xd1, + 0xff,0xf8,0xe8,0xd2,0xff,0xf8,0xe7,0xcf,0xff,0xf7,0xe7,0xce,0xff,0xf6,0xe6,0xce, + 0xff,0xf6,0xe6,0xcd,0xff,0xf4,0xe5,0xcb,0xff,0xf5,0xe4,0xcc,0xff,0xf5,0xe4,0xca, + 0xff,0xf4,0xe2,0xc8,0xff,0xf5,0xe3,0xc6,0xff,0xf3,0xe1,0xc5,0xff,0xf3,0xe1,0xc5, + 0xff,0xf2,0xe0,0xc4,0xff,0xf2,0xe0,0xc2,0xff,0xf1,0xdf,0xc1,0xff,0xf0,0xdd,0xbf, + 0xff,0xef,0xdb,0xbf,0xff,0xef,0xdb,0xbd,0xff,0xef,0xda,0xbb,0xff,0xed,0xd9,0xb9, + 0xff,0xee,0xd7,0xba,0xff,0xed,0xd6,0xb9,0xff,0xec,0xd5,0xb7,0xff,0xeb,0xd3,0xb5, + 0xff,0xeb,0xd3,0xb4,0xff,0xe9,0xd2,0xb1,0xff,0xe9,0xd1,0xb0,0xff,0xe0,0xc8,0xa5, + 0xff,0xdd,0xc4,0xa0,0xff,0xdc,0xc2,0xa1,0xff,0xdb,0xc1,0x9e,0xff,0xf9,0xef,0xe2, + 0xff,0xfc,0xf5,0xec,0xff,0xfa,0xf3,0xec,0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf4,0xeb, + 0xff,0xfb,0xf3,0xea,0xff,0xfb,0xf3,0xeb,0xff,0xfa,0xf2,0xe8,0xff,0xfa,0xf1,0xe9, + 0xff,0xfa,0xf2,0xe8,0xff,0xfa,0xf2,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf0,0xe7, + 0xff,0xfa,0xf1,0xe6,0xff,0xbd,0xa8,0x7e,0xff,0xbc,0xa7,0x7c,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7e,0x7d,0x7b,0x3,0x7f,0x7d,0x7d,0x78,0x8d,0x8b,0x8a, + 0xf4,0x9e,0x9d,0x9c,0xff,0xaf,0xad,0xad,0xff,0xbd,0xbc,0xbc,0xff,0xcb,0xca,0xca, + 0xff,0xd5,0xd5,0xd3,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec, + 0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf5,0xf5,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf8,0xf8, + 0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf1,0xff,0xef,0xef,0xee,0xff,0xea,0xea,0xea, + 0xff,0xe4,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xce,0xce, + 0xff,0xc4,0xc3,0xc3,0xff,0xb9,0xb9,0xb8,0xff,0xaf,0xae,0xac,0xff,0xa2,0xa1,0x9f, + 0xff,0x93,0x92,0x90,0xff,0x83,0x82,0x81,0xff,0x73,0x71,0x6f,0xff,0x63,0x60,0x5f, + 0xff,0x87,0x83,0x7c,0xff,0xee,0xe5,0xd4,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe0, + 0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xe0, + 0xff,0xff,0xf3,0xe0,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xde,0xff,0xff,0xf4,0xdf, + 0xff,0xff,0xf3,0xdf,0xff,0xff,0xf3,0xdf,0xff,0xff,0xf3,0xde,0xff,0xfd,0xf2,0xdc, + 0xff,0xfe,0xf3,0xdd,0xff,0xfc,0xf1,0xdc,0xff,0xfc,0xf1,0xdb,0xff,0xfd,0xf2,0xda, + 0xff,0xfd,0xf0,0xda,0xff,0xfb,0xef,0xd9,0xff,0xfc,0xf0,0xd8,0xff,0xfc,0xf0,0xd8, + 0xff,0xfc,0xef,0xd9,0xff,0xfb,0xee,0xd9,0xff,0xfb,0xee,0xd7,0xff,0xfb,0xed,0xd6, + 0xff,0xfb,0xec,0xd7,0xff,0xfa,0xec,0xd7,0xff,0xf9,0xea,0xd5,0xff,0xfa,0xeb,0xd5, + 0xff,0xf9,0xea,0xd4,0xff,0xf9,0xea,0xd2,0xff,0xf8,0xe8,0xd1,0xff,0xf8,0xe8,0xd2, + 0xff,0xf8,0xe7,0xcf,0xff,0xf7,0xe7,0xce,0xff,0xf6,0xe6,0xce,0xff,0xf6,0xe6,0xcd, + 0xff,0xf5,0xe6,0xcb,0xff,0xf5,0xe3,0xca,0xff,0xf5,0xe4,0xc9,0xff,0xf4,0xe3,0xc9, + 0xff,0xf4,0xe3,0xc5,0xff,0xf3,0xe2,0xc6,0xff,0xf3,0xe1,0xc4,0xff,0xf2,0xdf,0xc3, + 0xff,0xf2,0xe0,0xc2,0xff,0xf1,0xde,0xc1,0xff,0xf0,0xdd,0xbf,0xff,0xf0,0xdb,0xbf, + 0xff,0xef,0xdb,0xbd,0xff,0xef,0xda,0xbb,0xff,0xed,0xd9,0xb9,0xff,0xed,0xd7,0xb9, + 0xff,0xec,0xd6,0xb8,0xff,0xec,0xd5,0xb6,0xff,0xeb,0xd3,0xb5,0xff,0xeb,0xd4,0xb4, + 0xff,0xea,0xd2,0xb2,0xff,0xe9,0xd2,0xb1,0xff,0xe7,0xd0,0xae,0xff,0xdf,0xc6,0xa2, + 0xff,0xdc,0xc1,0xa0,0xff,0xdb,0xc1,0x9e,0xff,0xda,0xbf,0x9c,0xff,0xf7,0xee,0xe0, + 0xff,0xfa,0xf3,0xec,0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf2,0xea, + 0xff,0xfa,0xf2,0xea,0xff,0xfb,0xf3,0xe9,0xff,0xfb,0xf2,0xea,0xff,0xfa,0xf2,0xe8, + 0xff,0xf9,0xf1,0xe6,0xff,0xf9,0xf0,0xe7,0xff,0xfa,0xf0,0xe7,0xff,0xfa,0xf1,0xe6, + 0xff,0xfa,0xf0,0xe5,0xff,0xbc,0xa7,0x7d,0xff,0xbd,0xa8,0x7e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x81,0x80,0x7f, + 0x52,0x8b,0x8a,0x89,0xf0,0x9d,0x9c,0x9c,0xff,0xb0,0xaf,0xae,0xff,0xbd,0xbc,0xbc, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xdc,0xff,0xe6,0xe6,0xe6, + 0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf6,0xf6,0xff,0xfa,0xfa,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xf9,0xf9, + 0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf6,0xf6,0xff,0xf2,0xf2,0xf2,0xff,0xee,0xee,0xed, + 0xff,0xea,0xea,0xe9,0xff,0xe4,0xe4,0xe4,0xff,0xde,0xde,0xde,0xff,0xd6,0xd6,0xd6, + 0xff,0xce,0xcd,0xcd,0xff,0xc5,0xc3,0xc5,0xff,0xb9,0xb8,0xb8,0xff,0xad,0xac,0xab, + 0xff,0xa0,0x9f,0x9e,0xff,0x92,0x91,0x90,0xff,0x83,0x82,0x80,0xff,0x74,0x71,0x70, + 0xff,0x62,0x60,0x5e,0xff,0x87,0x83,0x7d,0xff,0xee,0xe5,0xd4,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe0,0xff,0xff,0xf4,0xdf, + 0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xe0,0xff,0xff,0xf4,0xe0, + 0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xdf,0xff,0xff,0xf3,0xdf,0xff,0xff,0xf3,0xdf, + 0xff,0xff,0xf2,0xdf,0xff,0xff,0xf3,0xde,0xff,0xfd,0xf2,0xdc,0xff,0xfe,0xf3,0xdb, + 0xff,0xfd,0xf2,0xdb,0xff,0xfc,0xf1,0xd9,0xff,0xfc,0xf1,0xda,0xff,0xfc,0xf0,0xda, + 0xff,0xfc,0xf0,0xda,0xff,0xfc,0xf0,0xd8,0xff,0xfc,0xef,0xd8,0xff,0xfc,0xed,0xd9, + 0xff,0xfb,0xed,0xd9,0xff,0xfb,0xee,0xd8,0xff,0xfa,0xec,0xd6,0xff,0xfb,0xec,0xd7, + 0xff,0xfa,0xec,0xd6,0xff,0xfa,0xeb,0xd4,0xff,0xfa,0xeb,0xd4,0xff,0xf9,0xea,0xd3, + 0xff,0xf9,0xe9,0xd2,0xff,0xf9,0xe8,0xd1,0xff,0xf8,0xe8,0xd2,0xff,0xf8,0xe7,0xcf, + 0xff,0xf7,0xe7,0xce,0xff,0xf6,0xe6,0xce,0xff,0xf6,0xe6,0xcd,0xff,0xf5,0xe5,0xc9, + 0xff,0xf5,0xe4,0xcb,0xff,0xf5,0xe4,0xca,0xff,0xf4,0xe3,0xc8,0xff,0xf4,0xe3,0xc5, + 0xff,0xf3,0xe1,0xc5,0xff,0xf3,0xe1,0xc5,0xff,0xf2,0xe0,0xc3,0xff,0xf2,0xdf,0xc2, + 0xff,0xf1,0xde,0xc1,0xff,0xf0,0xdd,0xbf,0xff,0xef,0xdb,0xbf,0xff,0xef,0xdb,0xbd, + 0xff,0xef,0xda,0xbb,0xff,0xed,0xd9,0xb9,0xff,0xed,0xd7,0xb9,0xff,0xec,0xd6,0xb8, + 0xff,0xeb,0xd5,0xb6,0xff,0xec,0xd3,0xb6,0xff,0xeb,0xd3,0xb4,0xff,0xe9,0xd2,0xb1, + 0xff,0xe9,0xd2,0xb1,0xff,0xe7,0xd0,0xae,0xff,0xe7,0xcf,0xac,0xff,0xdf,0xc4,0xa3, + 0xff,0xdb,0xc0,0x9e,0xff,0xdb,0xc0,0x9d,0xff,0xd9,0xbe,0x9a,0xff,0xf7,0xed,0xe1, + 0xff,0xfb,0xf4,0xec,0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf2,0xea,0xff,0xfa,0xf2,0xea, + 0xff,0xfa,0xf2,0xe9,0xff,0xfb,0xf2,0xea,0xff,0xfa,0xf2,0xe8,0xff,0xf9,0xf1,0xe6, + 0xff,0xfa,0xf0,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe6,0xff,0xf9,0xef,0xe4, + 0xff,0xf9,0xef,0xe4,0xff,0xbe,0xa9,0x7d,0xff,0xbd,0xa8,0x7e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x81,0x80,0x7e,0x53,0x8b,0x8a,0x88,0xec,0x9f,0x9e,0x9c,0xff,0xaf,0xae,0xae, + 0xff,0xbe,0xbd,0xbd,0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd2,0xff,0xde,0xde,0xdd, + 0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf5,0xf5, + 0xff,0xf8,0xf8,0xf8,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf5,0xf5,0xf5,0xff,0xf3,0xf3,0xf3, + 0xff,0xef,0xef,0xed,0xff,0xe9,0xe9,0xe9,0xff,0xe3,0xe3,0xe3,0xff,0xdd,0xdd,0xdd, + 0xff,0xd6,0xd6,0xd4,0xff,0xcd,0xcd,0xcd,0xff,0xc5,0xc4,0xc4,0xff,0xb9,0xb9,0xb7, + 0xff,0xad,0xac,0xab,0xff,0xa1,0xa0,0x9e,0xff,0x94,0x93,0x91,0xff,0x84,0x83,0x81, + 0xff,0x73,0x71,0x70,0xff,0x62,0x60,0x5e,0xff,0x87,0x83,0x7d,0xff,0xef,0xe6,0xd3, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe0,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xe0,0xff,0xfe,0xf3,0xe0,0xff,0xff,0xf4,0xe0, + 0xff,0xff,0xf3,0xde,0xff,0xff,0xf3,0xde,0xff,0xff,0xf2,0xdf,0xff,0xff,0xf3,0xde, + 0xff,0xff,0xf2,0xdc,0xff,0xfd,0xf2,0xda,0xff,0xfe,0xf3,0xdb,0xff,0xfc,0xf1,0xdb, + 0xff,0xfc,0xf1,0xd9,0xff,0xfd,0xf2,0xda,0xff,0xfd,0xf0,0xdb,0xff,0xfc,0xef,0xda, + 0xff,0xfc,0xef,0xd9,0xff,0xfc,0xee,0xd8,0xff,0xfc,0xee,0xd9,0xff,0xfb,0xee,0xd9, + 0xff,0xfa,0xed,0xd7,0xff,0xfb,0xed,0xd7,0xff,0xfb,0xeb,0xd7,0xff,0xf9,0xeb,0xd5, + 0xff,0xfa,0xea,0xd4,0xff,0xfa,0xea,0xd4,0xff,0xf9,0xea,0xd3,0xff,0xf9,0xea,0xd2, + 0xff,0xf8,0xe8,0xd1,0xff,0xf8,0xe8,0xd1,0xff,0xf8,0xe7,0xcf,0xff,0xf7,0xe7,0xce, + 0xff,0xf6,0xe6,0xce,0xff,0xf6,0xe6,0xcb,0xff,0xf5,0xe6,0xca,0xff,0xf5,0xe4,0xca, + 0xff,0xf5,0xe4,0xca,0xff,0xf4,0xe3,0xc8,0xff,0xf4,0xe3,0xc5,0xff,0xf3,0xe1,0xc5, + 0xff,0xf3,0xe1,0xc5,0xff,0xf2,0xe0,0xc4,0xff,0xf2,0xdf,0xc2,0xff,0xf1,0xde,0xc0, + 0xff,0xf0,0xdc,0xbf,0xff,0xef,0xdb,0xbe,0xff,0xef,0xdb,0xbd,0xff,0xee,0xda,0xbb, + 0xff,0xed,0xd9,0xba,0xff,0xee,0xd7,0xba,0xff,0xed,0xd6,0xb7,0xff,0xec,0xd5,0xb6, + 0xff,0xeb,0xd3,0xb5,0xff,0xeb,0xd3,0xb4,0xff,0xea,0xd3,0xb2,0xff,0xe9,0xd2,0xb1, + 0xff,0xe8,0xd0,0xae,0xff,0xe8,0xd0,0xad,0xff,0xe7,0xcf,0xab,0xff,0xde,0xc4,0xa1, + 0xff,0xda,0xbf,0x9c,0xff,0xd9,0xbf,0x9a,0xff,0xd8,0xbe,0x99,0xff,0xf7,0xed,0xdf, + 0xff,0xfb,0xf4,0xeb,0xff,0xfb,0xf2,0xea,0xff,0xfa,0xf2,0xea,0xff,0xfb,0xf3,0xe9, + 0xff,0xfb,0xf2,0xea,0xff,0xfa,0xf1,0xe8,0xff,0xf9,0xf1,0xe6,0xff,0xf9,0xf0,0xe7, + 0xff,0xf9,0xf0,0xe6,0xff,0xf9,0xf0,0xe5,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4, + 0xff,0xf9,0xef,0xe4,0xff,0xbd,0xa8,0x7d,0xff,0xbd,0xa9,0x7d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x81,0x80,0x7e,0x53,0x8c,0x8b,0x89,0xe9,0x9e,0x9d,0x9d, + 0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbd,0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4, + 0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6,0xff,0xed,0xee,0xee,0xff,0xf2,0xf1,0xf1, + 0xff,0xf5,0xf5,0xf5,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf7,0xf7, + 0xff,0xf9,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf6,0xf6, + 0xff,0xf3,0xf3,0xf1,0xff,0xef,0xef,0xed,0xff,0xe9,0xea,0xe8,0xff,0xe4,0xe3,0xe4, + 0xff,0xdd,0xdd,0xdd,0xff,0xd5,0xd5,0xd5,0xff,0xce,0xcd,0xcd,0xff,0xc4,0xc3,0xc3, + 0xff,0xb9,0xb9,0xb8,0xff,0xad,0xad,0xac,0xff,0xa1,0x9f,0x9e,0xff,0x94,0x93,0x91, + 0xff,0x83,0x83,0x82,0xff,0x73,0x71,0x6f,0xff,0x62,0x60,0x5e,0xff,0x87,0x83,0x7c, + 0xff,0xee,0xe4,0xd3,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xdf,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xe0, + 0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xe0,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf4,0xdd,0xff,0xff,0xf3,0xde,0xff,0xff,0xf3,0xde,0xff,0xff,0xf2,0xdc, + 0xff,0xfe,0xf2,0xdb,0xff,0xfd,0xf2,0xdb,0xff,0xfd,0xf2,0xdc,0xff,0xfd,0xf1,0xdb, + 0xff,0xfc,0xf0,0xda,0xff,0xfd,0xf0,0xdb,0xff,0xfc,0xef,0xda,0xff,0xfc,0xef,0xd8, + 0xff,0xfc,0xee,0xd8,0xff,0xfb,0xed,0xd8,0xff,0xfb,0xee,0xd8,0xff,0xfb,0xed,0xd6, + 0xff,0xfa,0xec,0xd6,0xff,0xfb,0xec,0xd7,0xff,0xf9,0xeb,0xd5,0xff,0xfa,0xeb,0xd4, + 0xff,0xfa,0xeb,0xd4,0xff,0xf8,0xe9,0xd3,0xff,0xf9,0xea,0xd2,0xff,0xf8,0xe8,0xd1, + 0xff,0xf8,0xe8,0xd1,0xff,0xf8,0xe6,0xcf,0xff,0xf7,0xe6,0xcd,0xff,0xf6,0xe6,0xcd, + 0xff,0xf5,0xe5,0xcb,0xff,0xf5,0xe5,0xc9,0xff,0xf5,0xe3,0xca,0xff,0xf5,0xe4,0xc9, + 0xff,0xf4,0xe3,0xc9,0xff,0xf4,0xe3,0xc5,0xff,0xf3,0xe1,0xc5,0xff,0xf3,0xe1,0xc5, + 0xff,0xf2,0xe0,0xc4,0xff,0xf2,0xdf,0xc1,0xff,0xf1,0xdd,0xc0,0xff,0xf0,0xdd,0xbf, + 0xff,0xef,0xdb,0xbe,0xff,0xef,0xdb,0xbd,0xff,0xef,0xda,0xbb,0xff,0xed,0xd9,0xba, + 0xff,0xee,0xd8,0xb8,0xff,0xec,0xd6,0xb6,0xff,0xec,0xd5,0xb6,0xff,0xeb,0xd3,0xb5, + 0xff,0xeb,0xd3,0xb4,0xff,0xe9,0xd2,0xb1,0xff,0xe8,0xd1,0xb0,0xff,0xe7,0xd0,0xae, + 0xff,0xe8,0xcf,0xad,0xff,0xe7,0xce,0xaa,0xff,0xe6,0xce,0xa8,0xff,0xdd,0xc3,0xa0, + 0xff,0xd9,0xbf,0x9a,0xff,0xd8,0xbd,0x99,0xff,0xd8,0xbd,0x98,0xff,0xf7,0xed,0xe0, + 0xff,0xfa,0xf2,0xea,0xff,0xfb,0xf3,0xea,0xff,0xfb,0xf3,0xe9,0xff,0xfa,0xf1,0xe9, + 0xff,0xfa,0xf2,0xe8,0xff,0xfa,0xf2,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xf9,0xf0,0xe7, + 0xff,0xf9,0xf0,0xe5,0xff,0xf9,0xef,0xe4,0xff,0xfa,0xef,0xe4,0xff,0xf9,0xef,0xe4, + 0xff,0xf9,0xef,0xe4,0xff,0xbd,0xa8,0x7d,0xff,0xbd,0xa8,0x7d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x82,0x80,0x7f,0x55,0x8b,0x8a,0x89, + 0xe8,0x9f,0x9e,0x9d,0xff,0xaf,0xae,0xae,0xff,0xbc,0xbb,0xbc,0xff,0xca,0xc8,0xca, + 0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe5,0xff,0xed,0xed,0xed, + 0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xfa,0xfa, + 0xff,0xf9,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xf8,0xf8,0xf8, + 0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xed,0xff,0xea,0xe9,0xe9, + 0xff,0xe3,0xe3,0xe3,0xff,0xdc,0xdc,0xdc,0xff,0xd5,0xd5,0xd5,0xff,0xcd,0xcc,0xcc, + 0xff,0xc5,0xc3,0xc3,0xff,0xb9,0xb9,0xb8,0xff,0xae,0xae,0xac,0xff,0xa1,0xa0,0x9f, + 0xff,0x94,0x93,0x91,0xff,0x83,0x82,0x80,0xff,0x73,0x71,0x6f,0xff,0x61,0x5f,0x5d, + 0xff,0x88,0x83,0x7c,0xff,0xeb,0xe2,0xcf,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf5,0xe0,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf6,0xe0, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf4,0xde,0xff,0xff,0xf3,0xde,0xff,0xff,0xf4,0xdf, + 0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xde,0xff,0xfe,0xf3,0xdd, + 0xff,0xff,0xf3,0xde,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf3,0xdc,0xff,0xfd,0xf1,0xdb, + 0xff,0xfe,0xf1,0xdb,0xff,0xfd,0xf1,0xdc,0xff,0xfd,0xf0,0xda,0xff,0xfd,0xf1,0xda, + 0xff,0xfd,0xef,0xdb,0xff,0xfc,0xef,0xda,0xff,0xfc,0xef,0xd8,0xff,0xfc,0xef,0xd9, + 0xff,0xfc,0xed,0xd7,0xff,0xfb,0xee,0xd8,0xff,0xfb,0xed,0xd6,0xff,0xfb,0xed,0xd6, + 0xff,0xfb,0xec,0xd7,0xff,0xfa,0xec,0xd5,0xff,0xfa,0xeb,0xd5,0xff,0xf9,0xea,0xd4, + 0xff,0xf9,0xe9,0xd3,0xff,0xf9,0xea,0xd2,0xff,0xf8,0xe8,0xd1,0xff,0xf8,0xe7,0xd1, + 0xff,0xf8,0xe6,0xcf,0xff,0xf7,0xe7,0xcd,0xff,0xf6,0xe5,0xcc,0xff,0xf6,0xe6,0xcb, + 0xff,0xf5,0xe5,0xc9,0xff,0xf5,0xe4,0xca,0xff,0xf5,0xe3,0xc9,0xff,0xf4,0xe2,0xc8, + 0xff,0xf4,0xe2,0xc5,0xff,0xf3,0xe2,0xc5,0xff,0xf3,0xe0,0xc5,0xff,0xf2,0xdf,0xc3, + 0xff,0xf2,0xdf,0xc1,0xff,0xf1,0xde,0xc0,0xff,0xf1,0xdd,0xc0,0xff,0xf0,0xdb,0xbf, + 0xff,0xef,0xdb,0xbd,0xff,0xee,0xda,0xbb,0xff,0xed,0xd9,0xba,0xff,0xee,0xd7,0xb8, + 0xff,0xec,0xd6,0xb7,0xff,0xeb,0xd5,0xb6,0xff,0xeb,0xd3,0xb5,0xff,0xea,0xd3,0xb4, + 0xff,0xea,0xd2,0xb1,0xff,0xe9,0xd2,0xb1,0xff,0xe8,0xd0,0xae,0xff,0xe8,0xcf,0xad, + 0xff,0xe7,0xce,0xaa,0xff,0xe6,0xce,0xa8,0xff,0xe5,0xcb,0xa7,0xff,0xdc,0xc1,0x9d, + 0xff,0xd8,0xbd,0x99,0xff,0xd7,0xbd,0x98,0xff,0xd6,0xbb,0x97,0xff,0xf8,0xed,0xdf, + 0xff,0xfb,0xf3,0xea,0xff,0xfa,0xf2,0xe8,0xff,0xfb,0xf2,0xe9,0xff,0xf9,0xf1,0xe8, + 0xff,0xfa,0xf2,0xe7,0xff,0xf9,0xf0,0xe7,0xff,0xf9,0xf0,0xe7,0xff,0xf9,0xf0,0xe5, + 0xff,0xfa,0xef,0xe4,0xff,0xfa,0xf0,0xe5,0xff,0xf8,0xee,0xe3,0xff,0xf9,0xef,0xe4, + 0xff,0xf9,0xee,0xe3,0xff,0xbd,0xa9,0x7f,0xff,0xbd,0xa9,0x7d,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x7f,0x7e, + 0x56,0x8b,0x8a,0x89,0xe7,0x9e,0x9d,0x9b,0xff,0xaf,0xae,0xaf,0xff,0xbe,0xbd,0xbd, + 0xff,0xca,0xc8,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xdd,0xff,0xe6,0xe6,0xe6, + 0xff,0xee,0xed,0xed,0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xf8,0xf8,0xff,0xfa,0xf9,0xf9, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfe,0xfe,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xf9,0xf8,0xf8,0xff,0xf6,0xf5,0xf5,0xff,0xf2,0xf1,0xf1,0xff,0xee,0xee,0xed, + 0xff,0xe9,0xe9,0xe9,0xff,0xe3,0xe3,0xe3,0xff,0xdc,0xdc,0xdc,0xff,0xd5,0xd5,0xd5, + 0xff,0xce,0xcc,0xcc,0xff,0xc4,0xc3,0xc3,0xff,0xb9,0xb9,0xb8,0xff,0xad,0xad,0xac, + 0xff,0xa1,0xa0,0x9f,0xff,0x94,0x93,0x91,0xff,0x84,0x82,0x81,0xff,0x71,0x6f,0x6e, + 0xff,0x62,0x5f,0x5d,0xff,0x89,0x85,0x7d,0xff,0xea,0xe0,0xce,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf6,0xe1,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf6,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf6,0xe1, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf6,0xe1,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf6,0xe1, + 0xff,0xff,0xf5,0xe0,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf6,0xe1, + 0xff,0xff,0xf6,0xe1,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf6,0xde,0xff,0xff,0xf5,0xdf, + 0xff,0xff,0xf5,0xdf,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf3,0xde,0xff,0xff,0xf3,0xde, + 0xff,0xff,0xf3,0xde,0xff,0xff,0xf4,0xde,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xde, + 0xff,0xff,0xf1,0xde,0xff,0xff,0xf2,0xdd,0xff,0xfe,0xf2,0xdb,0xff,0xfd,0xf1,0xdb, + 0xff,0xfc,0xf0,0xdb,0xff,0xfc,0xf0,0xda,0xff,0xfd,0xf1,0xda,0xff,0xfd,0xf0,0xda, + 0xff,0xfc,0xef,0xda,0xff,0xfb,0xee,0xd8,0xff,0xfb,0xee,0xd8,0xff,0xfc,0xed,0xd7, + 0xff,0xfa,0xed,0xd7,0xff,0xfb,0xee,0xd6,0xff,0xfa,0xec,0xd6,0xff,0xfb,0xeb,0xd7, + 0xff,0xfa,0xec,0xd6,0xff,0xfa,0xeb,0xd5,0xff,0xfa,0xeb,0xd5,0xff,0xf9,0xea,0xd4, + 0xff,0xf9,0xea,0xd2,0xff,0xf9,0xe9,0xd1,0xff,0xf8,0xe8,0xd0,0xff,0xf8,0xe7,0xcd, + 0xff,0xf7,0xe7,0xcc,0xff,0xf6,0xe6,0xcd,0xff,0xf6,0xe5,0xcb,0xff,0xf5,0xe6,0xca, + 0xff,0xf5,0xe4,0xcb,0xff,0xf5,0xe4,0xc9,0xff,0xf4,0xe3,0xc8,0xff,0xf4,0xe2,0xc5, + 0xff,0xf3,0xe2,0xc5,0xff,0xf3,0xe0,0xc4,0xff,0xf3,0xdf,0xc3,0xff,0xf2,0xdf,0xc2, + 0xff,0xf1,0xde,0xc1,0xff,0xf0,0xdd,0xbf,0xff,0xf0,0xdb,0xbf,0xff,0xf0,0xdb,0xbe, + 0xff,0xee,0xda,0xbb,0xff,0xed,0xd9,0xb9,0xff,0xee,0xd7,0xb8,0xff,0xec,0xd6,0xb6, + 0xff,0xeb,0xd5,0xb6,0xff,0xec,0xd3,0xb5,0xff,0xea,0xd3,0xb4,0xff,0xea,0xd2,0xb2, + 0xff,0xe9,0xd1,0xb0,0xff,0xe8,0xd1,0xae,0xff,0xe8,0xcf,0xab,0xff,0xe7,0xce,0xaa, + 0xff,0xe6,0xcd,0xa8,0xff,0xe5,0xcc,0xa8,0xff,0xe4,0xc9,0xa5,0xff,0xda,0xc0,0x9c, + 0xff,0xd7,0xbd,0x98,0xff,0xd7,0xbc,0x97,0xff,0xd5,0xbb,0x95,0xff,0xf8,0xed,0xdf, + 0xff,0xfb,0xf3,0xe9,0xff,0xfb,0xf2,0xe9,0xff,0xfa,0xf2,0xe8,0xff,0xf9,0xf1,0xe6, + 0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xf9,0xf0,0xe5,0xff,0xfa,0xf0,0xe5, + 0xff,0xfa,0xef,0xe4,0xff,0xf8,0xee,0xe3,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xed,0xe2, + 0xff,0xf8,0xed,0xe1,0xff,0xbd,0xa8,0x7f,0xff,0xbd,0xa8,0x7e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x80,0x7f,0x7d,0x56,0x8b,0x8a,0x88,0xe9,0x9f,0x9e,0x9b,0xff,0xaf,0xae,0xae, + 0xff,0xbe,0xbd,0xbd,0xff,0xc9,0xc8,0xc8,0xff,0xd4,0xd4,0xd2,0xff,0xde,0xde,0xdc, + 0xff,0xe6,0xe7,0xe7,0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1,0xff,0xf5,0xf5,0xf5, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfa,0xfa, + 0xff,0xf9,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfe,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfa,0xfa,0xff,0xf8,0xf7,0xf7,0xff,0xf4,0xf4,0xf4,0xff,0xf1,0xf1,0xf0, + 0xff,0xee,0xee,0xed,0xff,0xe9,0xe9,0xe7,0xff,0xe3,0xe3,0xe4,0xff,0xdc,0xdc,0xdc, + 0xff,0xd6,0xd6,0xd6,0xff,0xcf,0xcc,0xce,0xff,0xc4,0xc4,0xc2,0xff,0xb9,0xb8,0xb8, + 0xff,0xaf,0xae,0xac,0xff,0xa2,0xa1,0x9f,0xff,0x94,0x92,0x91,0xff,0x83,0x82,0x80, + 0xff,0x71,0x6f,0x6e,0xff,0x61,0x5f,0x5d,0xff,0x8a,0x86,0x7e,0xff,0xea,0xe1,0xcf, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf6,0xe1, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf6,0xe1, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf6,0xe1, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf5,0xe0,0xff,0xff,0xf6,0xde,0xff,0xff,0xf4,0xde,0xff,0xff,0xf3,0xde, + 0xff,0xff,0xf3,0xde,0xff,0xff,0xf2,0xdf,0xff,0xff,0xf2,0xdf,0xff,0xff,0xf2,0xdf, + 0xff,0xff,0xf3,0xde,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xde,0xff,0xff,0xf1,0xde, + 0xff,0xff,0xf1,0xdd,0xff,0xfd,0xf1,0xdb,0xff,0xfe,0xf1,0xdb,0xff,0xfc,0xf0,0xda, + 0xff,0xfd,0xf0,0xd9,0xff,0xfd,0xf1,0xd9,0xff,0xfc,0xef,0xd9,0xff,0xfc,0xef,0xd8, + 0xff,0xfc,0xef,0xd8,0xff,0xfb,0xee,0xd8,0xff,0xfb,0xed,0xd7,0xff,0xfa,0xed,0xd7, + 0xff,0xfa,0xed,0xd6,0xff,0xfa,0xec,0xd6,0xff,0xfb,0xec,0xd7,0xff,0xf9,0xeb,0xd5, + 0xff,0xfa,0xeb,0xd5,0xff,0xf9,0xea,0xd4,0xff,0xf9,0xe9,0xd2,0xff,0xf9,0xea,0xd1, + 0xff,0xf8,0xe8,0xcf,0xff,0xf8,0xe8,0xd0,0xff,0xf8,0xe7,0xce,0xff,0xf7,0xe7,0xcc, + 0xff,0xf6,0xe6,0xcc,0xff,0xf6,0xe5,0xcb,0xff,0xf5,0xe5,0xc9,0xff,0xf5,0xe4,0xcb, + 0xff,0xf5,0xe4,0xc9,0xff,0xf4,0xe3,0xc8,0xff,0xf4,0xe2,0xc6,0xff,0xf3,0xe2,0xc4, + 0xff,0xf3,0xe0,0xc3,0xff,0xf2,0xdf,0xc3,0xff,0xf2,0xdf,0xc1,0xff,0xf1,0xde,0xc0, + 0xff,0xf1,0xdd,0xc0,0xff,0xef,0xdb,0xbe,0xff,0xf0,0xdb,0xbe,0xff,0xee,0xda,0xbb, + 0xff,0xee,0xd9,0xb9,0xff,0xee,0xd8,0xb8,0xff,0xed,0xd6,0xb7,0xff,0xeb,0xd5,0xb5, + 0xff,0xec,0xd3,0xb5,0xff,0xeb,0xd3,0xb4,0xff,0xea,0xd3,0xb2,0xff,0xe8,0xd1,0xb0, + 0xff,0xe8,0xd1,0xae,0xff,0xe7,0xcf,0xab,0xff,0xe7,0xce,0xaa,0xff,0xe6,0xcd,0xa9, + 0xff,0xe5,0xcb,0xa7,0xff,0xe4,0xc9,0xa5,0xff,0xe3,0xc8,0xa6,0xff,0xda,0xbf,0x9b, + 0xff,0xd6,0xbb,0x97,0xff,0xd6,0xbb,0x95,0xff,0xd6,0xb9,0x93,0xff,0xf7,0xec,0xdd, + 0xff,0xfa,0xf1,0xe9,0xff,0xfa,0xf2,0xe8,0xff,0xfa,0xf2,0xe7,0xff,0xfa,0xf1,0xe7, + 0xff,0xf9,0xf0,0xe6,0xff,0xf9,0xf0,0xe5,0xff,0xfa,0xf0,0xe5,0xff,0xfa,0xef,0xe4, + 0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xee,0xe3,0xff,0xf9,0xee,0xe1, + 0xff,0xf9,0xee,0xe1,0xff,0xbf,0xaa,0x7e,0xff,0xbd,0xa9,0x7f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x80,0x7f,0x7e,0x57,0x8b,0x8a,0x88,0xe7,0x9d,0x9c,0x9b, + 0xff,0xaf,0xae,0xae,0xff,0xbe,0xbc,0xbc,0xff,0xc9,0xc8,0xc8,0xff,0xd6,0xd5,0xd5, + 0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe7,0xff,0xee,0xed,0xed,0xff,0xf3,0xf3,0xf3, + 0xff,0xf7,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfc,0xfc,0xfb,0xff,0xf9,0xf9,0xf9,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf5,0xf5, + 0xff,0xf2,0xf2,0xf2,0xff,0xed,0xed,0xeb,0xff,0xe9,0xe9,0xe9,0xff,0xe3,0xe3,0xe3, + 0xff,0xdc,0xdd,0xdc,0xff,0xd5,0xd4,0xd4,0xff,0xcc,0xcb,0xcb,0xff,0xc3,0xc2,0xc2, + 0xff,0xb9,0xb8,0xb7,0xff,0xaf,0xae,0xac,0xff,0xa2,0xa1,0x9f,0xff,0x92,0x91,0x90, + 0xff,0x83,0x81,0x80,0xff,0x71,0x6f,0x6e,0xff,0x61,0x5e,0x5d,0xff,0x89,0x85,0x7e, + 0xff,0xec,0xe2,0xd0,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf2,0xdf, + 0xff,0xff,0xf2,0xdf,0xff,0xff,0xf3,0xdf,0xff,0xff,0xf3,0xdf,0xff,0xff,0xf2,0xdd, + 0xff,0xff,0xf2,0xdd,0xff,0xff,0xf1,0xde,0xff,0xff,0xf1,0xdc,0xff,0xff,0xf2,0xdb, + 0xff,0xfd,0xf1,0xda,0xff,0xfd,0xf1,0xda,0xff,0xfd,0xf0,0xda,0xff,0xfd,0xf1,0xd9, + 0xff,0xfd,0xf1,0xd9,0xff,0xfc,0xef,0xd9,0xff,0xfb,0xee,0xd8,0xff,0xfc,0xee,0xd8, + 0xff,0xfc,0xef,0xd8,0xff,0xfb,0xed,0xd7,0xff,0xfa,0xed,0xd7,0xff,0xfb,0xee,0xd6, + 0xff,0xfa,0xec,0xd6,0xff,0xfb,0xeb,0xd7,0xff,0xf9,0xeb,0xd5,0xff,0xfa,0xeb,0xd5, + 0xff,0xfa,0xeb,0xd3,0xff,0xf9,0xea,0xd2,0xff,0xf9,0xea,0xd0,0xff,0xf9,0xe8,0xcf, + 0xff,0xf8,0xe8,0xd0,0xff,0xf8,0xe7,0xcd,0xff,0xf6,0xe6,0xcc,0xff,0xf6,0xe6,0xcc, + 0xff,0xf6,0xe6,0xcb,0xff,0xf5,0xe6,0xca,0xff,0xf5,0xe4,0xcb,0xff,0xf5,0xe3,0xc9, + 0xff,0xf4,0xe2,0xc7,0xff,0xf4,0xe2,0xc4,0xff,0xf3,0xe2,0xc4,0xff,0xf3,0xe0,0xc4, + 0xff,0xf3,0xdf,0xc3,0xff,0xf2,0xdf,0xc1,0xff,0xf1,0xde,0xc0,0xff,0xf0,0xdd,0xbf, + 0xff,0xf0,0xdb,0xbf,0xff,0xef,0xdb,0xbd,0xff,0xee,0xda,0xb9,0xff,0xee,0xd9,0xb9, + 0xff,0xed,0xd7,0xb8,0xff,0xed,0xd6,0xb7,0xff,0xeb,0xd5,0xb5,0xff,0xeb,0xd3,0xb5, + 0xff,0xeb,0xd3,0xb4,0xff,0xea,0xd2,0xb1,0xff,0xe8,0xd1,0xae,0xff,0xe8,0xd0,0xac, + 0xff,0xe7,0xcf,0xab,0xff,0xe7,0xcd,0xab,0xff,0xe6,0xcc,0xa8,0xff,0xe5,0xcb,0xa7, + 0xff,0xe3,0xc9,0xa5,0xff,0xe3,0xc8,0xa6,0xff,0xe3,0xc6,0xa2,0xff,0xd9,0xbe,0x99, + 0xff,0xd5,0xbb,0x95,0xff,0xd5,0xb9,0x93,0xff,0xd4,0xb6,0x92,0xff,0xf8,0xec,0xde, + 0xff,0xfa,0xf2,0xe8,0xff,0xf9,0xf1,0xe6,0xff,0xf9,0xf0,0xe6,0xff,0xf9,0xf0,0xe7, + 0xff,0xfa,0xf0,0xe5,0xff,0xfa,0xf0,0xe5,0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xef,0xe4, + 0xff,0xf9,0xef,0xe4,0xff,0xf9,0xee,0xe3,0xff,0xf8,0xed,0xe1,0xff,0xf9,0xee,0xe1, + 0xff,0xf8,0xec,0xe0,0xff,0xbe,0xa9,0x7e,0xff,0xbe,0xa9,0x7e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x83,0x81,0x81,0x38,0x8c,0x8b,0x8a, + 0xd7,0x9d,0x9c,0x9c,0xff,0xaf,0xae,0xaf,0xff,0xbe,0xbd,0xbd,0xff,0xca,0xc8,0xca, + 0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xdd,0xff,0xe5,0xe5,0xe5,0xff,0xed,0xee,0xee, + 0xff,0xf4,0xf1,0xf1,0xff,0xf6,0xf5,0xf5,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf8,0xf8,0xff,0xf8,0xf7,0xf7, + 0xff,0xf5,0xf5,0xf5,0xff,0xf2,0xf2,0xf0,0xff,0xed,0xed,0xec,0xff,0xe9,0xe9,0xe7, + 0xff,0xe3,0xe2,0xe2,0xff,0xdc,0xdb,0xdb,0xff,0xd4,0xd4,0xd4,0xff,0xcc,0xcb,0xcb, + 0xff,0xc3,0xc2,0xc2,0xff,0xba,0xb9,0xb7,0xff,0xae,0xad,0xac,0xff,0x9f,0x9e,0x9d, + 0xff,0x91,0x90,0x8f,0xff,0x82,0x81,0x80,0xff,0x70,0x6e,0x6d,0xff,0x60,0x5e,0x5d, + 0xff,0x8a,0x85,0x7d,0xff,0xed,0xe3,0xd0,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xde, + 0xff,0xff,0xf3,0xde,0xff,0xff,0xf3,0xde,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xdd, + 0xff,0xff,0xf2,0xde,0xff,0xff,0xf3,0xde,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf1,0xdb,0xff,0xfe,0xf2,0xda, + 0xff,0xfd,0xf1,0xd9,0xff,0xfc,0xf0,0xda,0xff,0xfd,0xf1,0xd9,0xff,0xfd,0xf1,0xd9, + 0xff,0xfd,0xf0,0xda,0xff,0xfc,0xef,0xd8,0xff,0xfb,0xee,0xd8,0xff,0xfb,0xee,0xd8, + 0xff,0xfb,0xed,0xd7,0xff,0xfb,0xed,0xd7,0xff,0xfb,0xee,0xd6,0xff,0xfb,0xed,0xd6, + 0xff,0xfb,0xec,0xd6,0xff,0xfa,0xec,0xd4,0xff,0xfa,0xeb,0xd4,0xff,0xfa,0xea,0xd3, + 0xff,0xf9,0xea,0xd2,0xff,0xf9,0xea,0xd0,0xff,0xf9,0xe9,0xd0,0xff,0xf7,0xe7,0xd0, + 0xff,0xf8,0xe7,0xce,0xff,0xf7,0xe7,0xcc,0xff,0xf6,0xe6,0xcd,0xff,0xf6,0xe6,0xcb, + 0xff,0xf5,0xe6,0xc9,0xff,0xf5,0xe4,0xcb,0xff,0xf5,0xe2,0xc8,0xff,0xf4,0xe2,0xc7, + 0xff,0xf4,0xe2,0xc5,0xff,0xf3,0xe2,0xc4,0xff,0xf3,0xe0,0xc4,0xff,0xf2,0xdf,0xc2, + 0xff,0xf2,0xdf,0xc1,0xff,0xf2,0xde,0xc1,0xff,0xf1,0xdd,0xc0,0xff,0xef,0xdb,0xbe, + 0xff,0xf0,0xdb,0xbc,0xff,0xee,0xda,0xb9,0xff,0xed,0xd9,0xb8,0xff,0xed,0xd7,0xb8, + 0xff,0xed,0xd6,0xb7,0xff,0xec,0xd5,0xb6,0xff,0xeb,0xd3,0xb5,0xff,0xea,0xd3,0xb4, + 0xff,0xe9,0xd2,0xb1,0xff,0xe8,0xd1,0xae,0xff,0xe7,0xd0,0xac,0xff,0xe8,0xcf,0xab, + 0xff,0xe7,0xce,0xab,0xff,0xe5,0xcc,0xa8,0xff,0xe5,0xcb,0xa7,0xff,0xe4,0xca,0xa5, + 0xff,0xe2,0xc8,0xa5,0xff,0xe3,0xc6,0xa2,0xff,0xe2,0xc5,0xa1,0xff,0xd8,0xbc,0x96, + 0xff,0xd5,0xb8,0x92,0xff,0xd4,0xb6,0x92,0xff,0xd4,0xb5,0x91,0xff,0xf6,0xeb,0xdc, + 0xff,0xfa,0xf2,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xf9,0xf0,0xe6,0xff,0xfa,0xf1,0xe6, + 0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf8,0xee,0xe3, + 0xff,0xf8,0xed,0xe2,0xff,0xf9,0xee,0xe1,0xff,0xf8,0xed,0xe1,0xff,0xf9,0xed,0xe0, + 0xff,0xf8,0xed,0xdf,0xff,0xbe,0xa9,0x7e,0xff,0xbe,0xa9,0x7e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x85,0x82,0x84, + 0x2e,0x8d,0x8c,0x8b,0xda,0x9e,0x9d,0x9d,0xff,0xaf,0xad,0xad,0xff,0xbe,0xbd,0xbd, + 0xff,0xc9,0xc8,0xc8,0xff,0xd5,0xd4,0xd4,0xff,0xdf,0xdf,0xde,0xff,0xe5,0xe6,0xe6, + 0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf6,0xf6,0xff,0xfa,0xfa,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd, + 0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xf9,0xf9, + 0xff,0xf7,0xf7,0xf7,0xff,0xf4,0xf4,0xf4,0xff,0xf1,0xf1,0xf1,0xff,0xed,0xed,0xec, + 0xff,0xe8,0xe8,0xe6,0xff,0xe1,0xe1,0xe1,0xff,0xdc,0xdc,0xdc,0xff,0xd4,0xd4,0xd4, + 0xff,0xcc,0xcb,0xcb,0xff,0xc2,0xc1,0xc1,0xff,0xb8,0xb8,0xb7,0xff,0xae,0xad,0xab, + 0xff,0xa0,0x9f,0x9d,0xff,0x92,0x91,0x8f,0xff,0x83,0x82,0x80,0xff,0x70,0x6e,0x6d, + 0xff,0x61,0x5d,0x5c,0xff,0x89,0x83,0x7e,0xff,0xec,0xe2,0xd0,0xff,0xff,0xf4,0xe0, + 0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf4,0xe0,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xdf, + 0xff,0xff,0xf4,0xdf,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf5,0xe0,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xde,0xff,0xff,0xf2,0xde, + 0xff,0xff,0xf2,0xde,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf1,0xdc, + 0xff,0xff,0xf1,0xdc,0xff,0xff,0xf1,0xdb,0xff,0xfd,0xf1,0xd9,0xff,0xfe,0xf2,0xda, + 0xff,0xfd,0xf0,0xda,0xff,0xfc,0xf0,0xd8,0xff,0xfc,0xf0,0xd8,0xff,0xfd,0xef,0xd9, + 0xff,0xfc,0xef,0xd9,0xff,0xfb,0xee,0xd8,0xff,0xfb,0xee,0xd8,0xff,0xfc,0xee,0xd8, + 0xff,0xfa,0xed,0xd7,0xff,0xfb,0xee,0xd6,0xff,0xfb,0xed,0xd5,0xff,0xfb,0xec,0xd6, + 0xff,0xfa,0xeb,0xd4,0xff,0xfa,0xeb,0xd3,0xff,0xfa,0xeb,0xd3,0xff,0xf8,0xe9,0xd1, + 0xff,0xf9,0xea,0xd1,0xff,0xf9,0xe9,0xd0,0xff,0xf7,0xe7,0xd0,0xff,0xf8,0xe7,0xce, + 0xff,0xf7,0xe7,0xcc,0xff,0xf6,0xe5,0xcc,0xff,0xf6,0xe6,0xcb,0xff,0xf5,0xe5,0xca, + 0xff,0xf5,0xe3,0xca,0xff,0xf5,0xe3,0xc9,0xff,0xf4,0xe2,0xc7,0xff,0xf4,0xe1,0xc4, + 0xff,0xf3,0xe2,0xc5,0xff,0xf3,0xe0,0xc4,0xff,0xf2,0xdf,0xc2,0xff,0xf2,0xdf,0xc2, + 0xff,0xf1,0xdd,0xc0,0xff,0xf1,0xdd,0xc0,0xff,0xf0,0xdb,0xbe,0xff,0xef,0xdb,0xbb, + 0xff,0xef,0xda,0xba,0xff,0xee,0xd9,0xb9,0xff,0xee,0xd7,0xb8,0xff,0xed,0xd7,0xb7, + 0xff,0xec,0xd5,0xb6,0xff,0xeb,0xd3,0xb5,0xff,0xea,0xd3,0xb3,0xff,0xea,0xd3,0xb0, + 0xff,0xe9,0xd2,0xaf,0xff,0xe8,0xd0,0xad,0xff,0xe7,0xcf,0xab,0xff,0xe7,0xcd,0xab, + 0xff,0xe6,0xcc,0xa8,0xff,0xe5,0xcb,0xa7,0xff,0xe4,0xc9,0xa5,0xff,0xe3,0xc8,0xa4, + 0xff,0xe3,0xc6,0xa2,0xff,0xe2,0xc5,0xa0,0xff,0xe1,0xc4,0x9f,0xff,0xd8,0xbc,0x96, + 0xff,0xd5,0xb7,0x92,0xff,0xd4,0xb5,0x91,0xff,0xd3,0xb5,0x8f,0xff,0xf7,0xeb,0xdb, + 0xff,0xf9,0xf0,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xf9,0xf0,0xe5,0xff,0xfa,0xf0,0xe5, + 0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf8,0xee,0xe3,0xff,0xf9,0xed,0xe2, + 0xff,0xf8,0xed,0xe1,0xff,0xf8,0xed,0xe1,0xff,0xf9,0xed,0xe1,0xff,0xf8,0xed,0xdf, + 0xff,0xf8,0xec,0xe0,0xff,0xbf,0xaa,0x80,0xff,0xbe,0xaa,0x7e,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x84,0x82,0x82,0x2b,0x8d,0x8c,0x8a,0xdb,0x9f,0x9e,0x9c,0xff,0xaf,0xae,0xae, + 0xff,0xbc,0xbb,0xbb,0xff,0xc9,0xc8,0xc8,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde, + 0xff,0xe6,0xe6,0xe7,0xff,0xec,0xec,0xec,0xff,0xf2,0xf2,0xf2,0xff,0xf6,0xf6,0xf6, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf7,0xf7,0xff,0xf4,0xf4,0xf4,0xff,0xf2,0xf1,0xf1, + 0xff,0xed,0xee,0xeb,0xff,0xe7,0xe7,0xe7,0xff,0xe2,0xe2,0xe2,0xff,0xdb,0xdb,0xda, + 0xff,0xd5,0xd3,0xd3,0xff,0xcd,0xcc,0xcc,0xff,0xc4,0xc3,0xc3,0xff,0xb9,0xb8,0xb8, + 0xff,0xad,0xac,0xaa,0xff,0xa0,0x9f,0x9f,0xff,0x92,0x91,0x90,0xff,0x82,0x80,0x7e, + 0xff,0x71,0x6f,0x6d,0xff,0x60,0x5d,0x5c,0xff,0x86,0x82,0x7b,0xff,0xed,0xe3,0xd0, + 0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf4,0xdf, + 0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xe0, + 0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xe0, + 0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf4,0xdd,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xde,0xff,0xff,0xf3,0xde,0xff,0xff,0xf3,0xde, + 0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf1,0xdc,0xff,0xff,0xf1,0xdd, + 0xff,0xff,0xf1,0xdb,0xff,0xfd,0xf1,0xd9,0xff,0xfd,0xf1,0xd9,0xff,0xfc,0xf0,0xda, + 0xff,0xfd,0xf1,0xd9,0xff,0xfc,0xf0,0xd9,0xff,0xfd,0xf0,0xd9,0xff,0xfc,0xee,0xd8, + 0xff,0xfc,0xef,0xd8,0xff,0xfc,0xef,0xd7,0xff,0xfc,0xee,0xd6,0xff,0xfb,0xee,0xd6, + 0xff,0xfb,0xee,0xd5,0xff,0xfa,0xec,0xd4,0xff,0xfb,0xec,0xd6,0xff,0xfa,0xec,0xd4, + 0xff,0xf9,0xea,0xd3,0xff,0xfa,0xeb,0xd3,0xff,0xf8,0xe9,0xd2,0xff,0xf9,0xea,0xd0, + 0xff,0xf9,0xe9,0xd0,0xff,0xf8,0xe8,0xd0,0xff,0xf8,0xe7,0xce,0xff,0xf7,0xe6,0xcc, + 0xff,0xf6,0xe6,0xcd,0xff,0xf6,0xe4,0xcb,0xff,0xf5,0xe5,0xc9,0xff,0xf5,0xe3,0xca, + 0xff,0xf5,0xe3,0xc8,0xff,0xf4,0xe2,0xc7,0xff,0xf4,0xe2,0xc4,0xff,0xf3,0xe2,0xc4, + 0xff,0xf3,0xe0,0xc3,0xff,0xf2,0xde,0xc2,0xff,0xf2,0xdf,0xc1,0xff,0xf1,0xde,0xc0, + 0xff,0xf0,0xdd,0xbe,0xff,0xf0,0xdb,0xbe,0xff,0xef,0xdb,0xbc,0xff,0xef,0xdb,0xba, + 0xff,0xee,0xd9,0xb9,0xff,0xee,0xd7,0xb8,0xff,0xed,0xd6,0xb7,0xff,0xeb,0xd5,0xb6, + 0xff,0xeb,0xd3,0xb5,0xff,0xeb,0xd3,0xb3,0xff,0xe9,0xd2,0xb0,0xff,0xe8,0xd1,0xaf, + 0xff,0xe8,0xd0,0xad,0xff,0xe8,0xd0,0xac,0xff,0xe7,0xce,0xab,0xff,0xe5,0xcc,0xa8, + 0xff,0xe5,0xcb,0xa7,0xff,0xe4,0xc9,0xa5,0xff,0xe2,0xc8,0xa4,0xff,0xe3,0xc6,0xa2, + 0xff,0xe2,0xc5,0xa0,0xff,0xe1,0xc5,0x9f,0xff,0xe1,0xc4,0x9e,0xff,0xd8,0xba,0x95, + 0xff,0xd4,0xb5,0x91,0xff,0xd2,0xb5,0x8e,0xff,0xd1,0xb4,0x8b,0xff,0xf7,0xeb,0xdb, + 0xff,0xf9,0xf0,0xe6,0xff,0xf9,0xf0,0xe5,0xff,0xfa,0xf0,0xe5,0xff,0xfa,0xf0,0xe5, + 0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xed,0xe2,0xff,0xf8,0xed,0xe1, + 0xff,0xf8,0xed,0xe1,0xff,0xf9,0xed,0xe1,0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xdf, + 0xff,0xf8,0xeb,0xde,0xff,0xbe,0xa9,0x80,0xff,0xbe,0xaa,0x80,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x85,0x83,0x83,0x2b,0x8d,0x8b,0x8a,0xdc,0x9e,0x9d,0x9b, + 0xff,0xae,0xad,0xad,0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc8,0xca,0xff,0xd5,0xd4,0xd4, + 0xff,0xde,0xde,0xdc,0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1, + 0xff,0xf7,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xf9,0xf9,0xff,0xf7,0xf6,0xf6,0xff,0xf3,0xf3,0xf3, + 0xff,0xf0,0xf0,0xef,0xff,0xec,0xec,0xeb,0xff,0xe8,0xe8,0xe6,0xff,0xe2,0xe1,0xe1, + 0xff,0xdb,0xdb,0xdb,0xff,0xd4,0xd3,0xd3,0xff,0xcd,0xcb,0xcb,0xff,0xc3,0xc1,0xc1, + 0xff,0xb8,0xb8,0xb6,0xff,0xac,0xab,0xaa,0xff,0xa0,0x9f,0x9d,0xff,0x92,0x91,0x8f, + 0xff,0x83,0x80,0x7f,0xff,0x6f,0x6e,0x6d,0xff,0x60,0x5d,0x5c,0xff,0x88,0x82,0x7c, + 0xff,0xed,0xe3,0xd1,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xdf, + 0xff,0xff,0xf4,0xdf,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf4,0xe0, + 0xff,0xff,0xf4,0xdd,0xff,0xff,0xf4,0xdd,0xff,0xff,0xf4,0xdd,0xff,0xff,0xf3,0xde, + 0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xde,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf1,0xdc,0xff,0xff,0xf2,0xdc, + 0xff,0xfd,0xf1,0xd9,0xff,0xfe,0xf2,0xda,0xff,0xfd,0xf0,0xda,0xff,0xfd,0xf1,0xd9, + 0xff,0xfd,0xf0,0xd9,0xff,0xfd,0xf0,0xd8,0xff,0xfc,0xef,0xd8,0xff,0xfc,0xef,0xd7, + 0xff,0xfb,0xee,0xd7,0xff,0xfc,0xee,0xd6,0xff,0xfa,0xed,0xd6,0xff,0xfb,0xee,0xd5, + 0xff,0xfb,0xed,0xd5,0xff,0xfa,0xeb,0xd5,0xff,0xfa,0xec,0xd4,0xff,0xf9,0xea,0xd3, + 0xff,0xfa,0xeb,0xd3,0xff,0xf9,0xea,0xd2,0xff,0xf9,0xea,0xd0,0xff,0xf9,0xe9,0xd0, + 0xff,0xf8,0xe7,0xd1,0xff,0xf8,0xe6,0xce,0xff,0xf7,0xe6,0xcc,0xff,0xf6,0xe6,0xcb, + 0xff,0xf6,0xe5,0xcc,0xff,0xf5,0xe4,0xc8,0xff,0xf5,0xe3,0xca,0xff,0xf5,0xe2,0xc8, + 0xff,0xf4,0xe2,0xc7,0xff,0xf4,0xe2,0xc4,0xff,0xf3,0xe1,0xc4,0xff,0xf3,0xe0,0xc4, + 0xff,0xf2,0xdf,0xc3,0xff,0xf2,0xdf,0xc1,0xff,0xf2,0xde,0xc1,0xff,0xf1,0xdd,0xbe, + 0xff,0xef,0xdb,0xbd,0xff,0xef,0xdb,0xbc,0xff,0xef,0xda,0xba,0xff,0xed,0xd9,0xb8, + 0xff,0xee,0xd7,0xb8,0xff,0xec,0xd6,0xb7,0xff,0xec,0xd6,0xb6,0xff,0xeb,0xd3,0xb5, + 0xff,0xeb,0xd3,0xb3,0xff,0xea,0xd2,0xb0,0xff,0xe9,0xd0,0xb0,0xff,0xe7,0xcf,0xac, + 0xff,0xe7,0xcf,0xab,0xff,0xe6,0xcd,0xaa,0xff,0xe6,0xcd,0xa9,0xff,0xe5,0xcb,0xa7, + 0xff,0xe4,0xc9,0xa5,0xff,0xe3,0xc8,0xa4,0xff,0xe3,0xc6,0xa1,0xff,0xe2,0xc5,0x9f, + 0xff,0xe1,0xc4,0x9f,0xff,0xe1,0xc3,0x9e,0xff,0xdf,0xc2,0x9c,0xff,0xd7,0xb8,0x92, + 0xff,0xd3,0xb5,0x8f,0xff,0xd1,0xb5,0x8b,0xff,0xd1,0xb3,0x8b,0xff,0xf7,0xea,0xdb, + 0xff,0xfa,0xf1,0xe6,0xff,0xf9,0xef,0xe4,0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xef,0xe4, + 0xff,0xf9,0xef,0xe4,0xff,0xf8,0xed,0xe2,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xee,0xe1, + 0xff,0xf9,0xec,0xe0,0xff,0xf8,0xed,0xdf,0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xde, + 0xff,0xf8,0xeb,0xdd,0xff,0xbe,0xaa,0x7f,0xff,0xbe,0xa9,0x7f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x85,0x83,0x83,0x2a,0x97,0x93,0x8c, + 0xff,0x9e,0x9d,0x9c,0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc,0xff,0xc9,0xc8,0xc8, + 0xff,0xd4,0xd4,0xd3,0xff,0xde,0xde,0xdd,0xff,0xe6,0xe6,0xe7,0xff,0xec,0xed,0xed, + 0xff,0xf3,0xf2,0xf2,0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf7,0xf7,0xff,0xf6,0xf5,0xf5, + 0xff,0xf3,0xf3,0xf3,0xff,0xf1,0xf1,0xf0,0xff,0xec,0xec,0xeb,0xff,0xe7,0xe7,0xe6, + 0xff,0xe0,0xe0,0xe0,0xff,0xda,0xda,0xda,0xff,0xd3,0xd2,0xd2,0xff,0xcb,0xcb,0xcb, + 0xff,0xc2,0xc1,0xc1,0xff,0xb7,0xb6,0xb5,0xff,0xac,0xab,0xaa,0xff,0x9f,0x9d,0x9c, + 0xff,0x91,0x8f,0x8e,0xff,0x81,0x80,0x7f,0xff,0x71,0x6f,0x6d,0xff,0x5f,0x5d,0x5d, + 0xff,0x86,0x81,0x7a,0xff,0xef,0xe5,0xd1,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf5,0xe0,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xe0, + 0xff,0xff,0xf4,0xdf,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf4,0xdd, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf3,0xde,0xff,0xff,0xf2,0xde, + 0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf1,0xdd,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf1,0xdb,0xff,0xfd,0xf1,0xd8, + 0xff,0xfe,0xf2,0xd9,0xff,0xfd,0xf0,0xd9,0xff,0xfc,0xf0,0xd7,0xff,0xfd,0xf1,0xd7, + 0xff,0xfd,0xf0,0xd8,0xff,0xfc,0xef,0xd7,0xff,0xfb,0xee,0xd7,0xff,0xfc,0xef,0xd7, + 0xff,0xfc,0xed,0xd6,0xff,0xfa,0xed,0xd5,0xff,0xfb,0xed,0xd4,0xff,0xfb,0xed,0xd5, + 0xff,0xfa,0xeb,0xd5,0xff,0xfa,0xeb,0xd4,0xff,0xfa,0xeb,0xd3,0xff,0xfa,0xeb,0xd3, + 0xff,0xf9,0xea,0xd2,0xff,0xf9,0xe9,0xd1,0xff,0xf9,0xe8,0xd0,0xff,0xf8,0xe6,0xcf, + 0xff,0xf8,0xe6,0xce,0xff,0xf7,0xe6,0xcb,0xff,0xf6,0xe6,0xcb,0xff,0xf6,0xe5,0xcb, + 0xff,0xf5,0xe5,0xc9,0xff,0xf5,0xe2,0xc9,0xff,0xf5,0xe2,0xc8,0xff,0xf4,0xe2,0xc7, + 0xff,0xf4,0xe2,0xc5,0xff,0xf3,0xe2,0xc4,0xff,0xf3,0xe0,0xc3,0xff,0xf2,0xdf,0xc1, + 0xff,0xf2,0xdf,0xc0,0xff,0xf1,0xde,0xbe,0xff,0xf1,0xdd,0xbe,0xff,0xf0,0xdb,0xbe, + 0xff,0xef,0xdb,0xbc,0xff,0xef,0xda,0xba,0xff,0xed,0xd9,0xb8,0xff,0xed,0xd7,0xb8, + 0xff,0xec,0xd6,0xb6,0xff,0xec,0xd5,0xb6,0xff,0xeb,0xd3,0xb3,0xff,0xeb,0xd3,0xb3, + 0xff,0xe9,0xd1,0xb0,0xff,0xe9,0xd1,0xb0,0xff,0xe8,0xcf,0xad,0xff,0xe8,0xcf,0xab, + 0xff,0xe7,0xcd,0xab,0xff,0xe6,0xcd,0xa9,0xff,0xe5,0xcb,0xa7,0xff,0xe4,0xc9,0xa5, + 0xff,0xe3,0xc8,0xa4,0xff,0xe3,0xc6,0xa1,0xff,0xe2,0xc5,0xa0,0xff,0xe1,0xc5,0x9f, + 0xff,0xe1,0xc3,0x9d,0xff,0xdf,0xc1,0x9c,0xff,0xdf,0xc0,0x9a,0xff,0xd5,0xb8,0x90, + 0xff,0xd1,0xb5,0x8b,0xff,0xd0,0xb3,0x8b,0xff,0xcf,0xb0,0x88,0xff,0xf7,0xeb,0xdb, + 0xff,0xfa,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf8,0xee,0xe3, + 0xff,0xf9,0xee,0xe3,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xec,0xe0, + 0xff,0xf7,0xec,0xde,0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xde,0xff,0xf8,0xeb,0xdd, + 0xff,0xf8,0xeb,0xdd,0xff,0xbe,0xab,0x7f,0xff,0xbe,0xab,0x7f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xca,0xb9,0x99, + 0xff,0x98,0x95,0x8d,0xff,0x9d,0x9c,0x9b,0xff,0xae,0xad,0xad,0xff,0xbe,0xbd,0xbd, + 0xff,0xc9,0xc8,0xc8,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6, + 0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xf8,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf3,0xf2,0xf2,0xff,0xef,0xee,0xf0,0xff,0xec,0xec,0xea, + 0xff,0xe7,0xe7,0xe5,0xff,0xe1,0xe0,0xe0,0xff,0xda,0xda,0xda,0xff,0xd3,0xd3,0xd3, + 0xff,0xcb,0xca,0xc9,0xff,0xc1,0xc0,0xc0,0xff,0xb6,0xb5,0xb4,0xff,0xac,0xa9,0xa8, + 0xff,0x9e,0x9e,0x9c,0xff,0x90,0x8e,0x8d,0xff,0x81,0x7f,0x7d,0xff,0x6f,0x6d,0x6c, + 0xff,0x60,0x5d,0x5d,0xff,0x87,0x82,0x7b,0xff,0xef,0xe4,0xd0,0xff,0xff,0xf4,0xde, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf4,0xde,0xff,0xff,0xf5,0xdf,0xff,0xff,0xf4,0xde, + 0xff,0xff,0xf5,0xdf,0xff,0xff,0xf5,0xde,0xff,0xff,0xf5,0xdd,0xff,0xff,0xf3,0xdc, + 0xff,0xff,0xf3,0xdc,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdb,0xff,0xff,0xf2,0xdb,0xff,0xff,0xf1,0xdb, + 0xff,0xff,0xf1,0xdb,0xff,0xff,0xf2,0xda,0xff,0xfd,0xf1,0xd8,0xff,0xfe,0xf2,0xd9, + 0xff,0xfd,0xf0,0xd9,0xff,0xfc,0xf0,0xd7,0xff,0xfc,0xf0,0xd7,0xff,0xfd,0xf0,0xd8, + 0xff,0xfb,0xee,0xd6,0xff,0xfb,0xee,0xd7,0xff,0xfc,0xef,0xd7,0xff,0xfc,0xee,0xd6, + 0xff,0xfb,0xee,0xd6,0xff,0xfb,0xee,0xd5,0xff,0xfb,0xed,0xd5,0xff,0xfb,0xec,0xd6, + 0xff,0xfa,0xeb,0xd5,0xff,0xfa,0xeb,0xd3,0xff,0xfa,0xe9,0xd3,0xff,0xf9,0xe9,0xd1, + 0xff,0xf9,0xe8,0xcf,0xff,0xf9,0xe8,0xce,0xff,0xf8,0xe6,0xcf,0xff,0xf8,0xe6,0xcd, + 0xff,0xf7,0xe5,0xcb,0xff,0xf6,0xe6,0xcb,0xff,0xf6,0xe5,0xcb,0xff,0xf5,0xe5,0xc9, + 0xff,0xf5,0xe3,0xca,0xff,0xf5,0xe3,0xc8,0xff,0xf4,0xe2,0xc7,0xff,0xf4,0xe2,0xc4, + 0xff,0xf3,0xe1,0xc2,0xff,0xf3,0xe0,0xc2,0xff,0xf2,0xdf,0xc1,0xff,0xf2,0xde,0xbf, + 0xff,0xf1,0xde,0xbf,0xff,0xf0,0xdd,0xbe,0xff,0xf0,0xdb,0xbe,0xff,0xef,0xdb,0xbc, + 0xff,0xee,0xda,0xb9,0xff,0xed,0xd9,0xb8,0xff,0xed,0xd7,0xb8,0xff,0xec,0xd6,0xb7, + 0xff,0xec,0xd5,0xb6,0xff,0xec,0xd4,0xb4,0xff,0xea,0xd2,0xb2,0xff,0xe9,0xd1,0xb0, + 0xff,0xe9,0xd0,0xaf,0xff,0xe7,0xcf,0xac,0xff,0xe8,0xcf,0xab,0xff,0xe7,0xcd,0xab, + 0xff,0xe6,0xcc,0xa8,0xff,0xe5,0xcc,0xa8,0xff,0xe4,0xc9,0xa5,0xff,0xe3,0xc8,0xa4, + 0xff,0xe3,0xc6,0xa1,0xff,0xe2,0xc5,0x9f,0xff,0xe1,0xc5,0x9f,0xff,0xe1,0xc4,0x9e, + 0xff,0xdf,0xc1,0x9b,0xff,0xdf,0xbf,0x99,0xff,0xdd,0xbe,0x97,0xff,0xd4,0xb6,0x8e, + 0xff,0xd1,0xb3,0x8b,0xff,0xcf,0xb0,0x88,0xff,0xce,0xaf,0x86,0xff,0xf6,0xe9,0xd9, + 0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf8,0xed,0xe2, + 0xff,0xf8,0xed,0xe1,0xff,0xf9,0xee,0xe2,0xff,0xf8,0xec,0xe0,0xff,0xf8,0xed,0xdf, + 0xff,0xf8,0xec,0xdf,0xff,0xf8,0xeb,0xde,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xea,0xdd, + 0xff,0xf7,0xea,0xdc,0xff,0xbf,0xaa,0x7f,0xff,0xbf,0xab,0x7f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc4,0x9f, + 0xff,0xca,0xba,0x9a,0xff,0x9e,0x9d,0x9d,0xff,0x9e,0x9d,0x9c,0xff,0xaf,0xaf,0xad, + 0xff,0xbe,0xbd,0xbd,0xff,0xca,0xc8,0xca,0xff,0xd5,0xd5,0xd4,0xff,0xde,0xde,0xde, + 0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf3,0xf2,0xf2,0xff,0xf5,0xf5,0xf5, + 0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf4,0xf4,0xff,0xf2,0xf2,0xf2,0xff,0xef,0xef,0xee, + 0xff,0xeb,0xeb,0xea,0xff,0xe5,0xe5,0xe5,0xff,0xe0,0xdf,0xdf,0xff,0xda,0xda,0xda, + 0xff,0xd2,0xd2,0xd2,0xff,0xca,0xc9,0xc9,0xff,0xc0,0xbf,0xbe,0xff,0xb7,0xb6,0xb4, + 0xff,0xac,0xab,0xa8,0xff,0x9e,0x9d,0x9c,0xff,0x90,0x8f,0x8d,0xff,0x81,0x7f,0x7d, + 0xff,0x70,0x6e,0x6b,0xff,0x5f,0x5d,0x5b,0xff,0x85,0x80,0x79,0xff,0xef,0xe4,0xd1, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf5,0xdf,0xff,0xff,0xf4,0xde,0xff,0xff,0xf5,0xde, + 0xff,0xff,0xf5,0xde,0xff,0xff,0xf5,0xdc,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf3,0xdc, + 0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf3,0xdb,0xff,0xff,0xf3,0xdb,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf1,0xd9,0xff,0xfd,0xf1,0xd8,0xff,0xfe,0xf2,0xd9,0xff,0xfc,0xf0,0xd8, + 0xff,0xfd,0xf1,0xd8,0xff,0xfc,0xf0,0xd7,0xff,0xfd,0xf0,0xd8,0xff,0xfc,0xef,0xd7, + 0xff,0xfc,0xef,0xd7,0xff,0xfc,0xef,0xd7,0xff,0xfc,0xee,0xd6,0xff,0xfb,0xee,0xd6, + 0xff,0xfa,0xec,0xd4,0xff,0xfa,0xeb,0xd5,0xff,0xfa,0xeb,0xd5,0xff,0xf9,0xea,0xd4, + 0xff,0xfa,0xea,0xd4,0xff,0xfa,0xe9,0xd2,0xff,0xf9,0xe9,0xd1,0xff,0xf9,0xe9,0xd0, + 0xff,0xf9,0xe8,0xcf,0xff,0xf8,0xe7,0xcf,0xff,0xf8,0xe5,0xcc,0xff,0xf7,0xe6,0xcb, + 0xff,0xf6,0xe6,0xcb,0xff,0xf6,0xe5,0xcc,0xff,0xf5,0xe5,0xc9,0xff,0xf5,0xe3,0xca, + 0xff,0xf5,0xe3,0xc8,0xff,0xf4,0xe2,0xc6,0xff,0xf4,0xe2,0xc4,0xff,0xf4,0xe2,0xc3, + 0xff,0xf3,0xe0,0xc2,0xff,0xf2,0xdf,0xc1,0xff,0xf3,0xdf,0xc0,0xff,0xf1,0xde,0xbe, + 0xff,0xf0,0xdd,0xbe,0xff,0xef,0xdb,0xbd,0xff,0xef,0xdb,0xbc,0xff,0xee,0xda,0xb9, + 0xff,0xed,0xd9,0xb8,0xff,0xed,0xd7,0xb7,0xff,0xec,0xd6,0xb5,0xff,0xeb,0xd5,0xb6, + 0xff,0xec,0xd3,0xb4,0xff,0xeb,0xd2,0xb3,0xff,0xe9,0xd1,0xb0,0xff,0xe9,0xd1,0xb0, + 0xff,0xe7,0xcf,0xac,0xff,0xe7,0xcf,0xab,0xff,0xe6,0xcd,0xaa,0xff,0xe5,0xcc,0xa8, + 0xff,0xe5,0xcb,0xa6,0xff,0xe3,0xc9,0xa5,0xff,0xe3,0xc8,0xa4,0xff,0xe3,0xc7,0xa1, + 0xff,0xe1,0xc5,0x9f,0xff,0xe1,0xc4,0x9e,0xff,0xe1,0xc4,0x9e,0xff,0xdf,0xc2,0x9c, + 0xff,0xdf,0xc0,0x9a,0xff,0xde,0xbf,0x97,0xff,0xdc,0xbd,0x96,0xff,0xd3,0xb5,0x8d, + 0xff,0xcf,0xb1,0x89,0xff,0xce,0xaf,0x86,0xff,0xce,0xae,0x87,0xff,0xf7,0xea,0xd9, + 0xff,0xf8,0xee,0xe3,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xee,0xe3,0xff,0xf9,0xee,0xe1, + 0xff,0xf9,0xee,0xe1,0xff,0xf9,0xed,0xe0,0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xdf, + 0xff,0xf8,0xec,0xde,0xff,0xf8,0xeb,0xdd,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xea,0xdc, + 0xff,0xf7,0xea,0xdb,0xff,0xbf,0xaa,0x81,0xff,0xbf,0xab,0x7f,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0x9e, + 0xff,0xd8,0xc5,0x9f,0xff,0xeb,0xea,0xea,0xff,0xaa,0xaa,0xa8,0xff,0x9f,0x9c,0x9b, + 0xff,0xaf,0xae,0xae,0xff,0xbe,0xbd,0xbd,0xff,0xca,0xc8,0xca,0xff,0xd6,0xd5,0xd5, + 0xff,0xde,0xde,0xdd,0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec,0xff,0xf2,0xf2,0xf2, + 0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xfa,0xfa,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf4,0xf4,0xff,0xf2,0xf1,0xf1, + 0xff,0xee,0xee,0xee,0xff,0xeb,0xea,0xe9,0xff,0xe5,0xe5,0xe4,0xff,0xe0,0xe0,0xe0, + 0xff,0xd9,0xd9,0xd7,0xff,0xd1,0xd1,0xcf,0xff,0xc9,0xc8,0xc8,0xff,0xc1,0xc0,0xbe, + 0xff,0xb6,0xb5,0xb2,0xff,0xa9,0xa8,0xa7,0xff,0x9e,0x9b,0x9b,0xff,0x90,0x8e,0x8b, + 0xff,0x80,0x7f,0x7c,0xff,0x6f,0x6e,0x6b,0xff,0x5e,0x5c,0x5b,0xff,0x85,0x7f,0x7a, + 0xff,0xeb,0xe1,0xcd,0xff,0xff,0xf5,0xde,0xff,0xff,0xf5,0xdf,0xff,0xff,0xf4,0xde, + 0xff,0xff,0xf4,0xdb,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xdb, + 0xff,0xff,0xf3,0xdb,0xff,0xff,0xf1,0xdb,0xff,0xff,0xf1,0xdb,0xff,0xff,0xf2,0xda, + 0xff,0xfd,0xf1,0xd8,0xff,0xfe,0xf2,0xd9,0xff,0xfd,0xf1,0xd9,0xff,0xfd,0xf1,0xd8, + 0xff,0xfd,0xf1,0xd8,0xff,0xfc,0xef,0xd8,0xff,0xfc,0xef,0xd7,0xff,0xfb,0xee,0xd6, + 0xff,0xfb,0xed,0xd7,0xff,0xfc,0xed,0xd6,0xff,0xfb,0xed,0xd6,0xff,0xfa,0xec,0xd5, + 0xff,0xfb,0xec,0xd4,0xff,0xfa,0xea,0xd4,0xff,0xfa,0xeb,0xd3,0xff,0xfa,0xe9,0xd2, + 0xff,0xfa,0xe9,0xd2,0xff,0xf9,0xe9,0xd1,0xff,0xf9,0xe9,0xd0,0xff,0xf9,0xe8,0xcf, + 0xff,0xf8,0xe7,0xcf,0xff,0xf8,0xe6,0xcd,0xff,0xf7,0xe6,0xcb,0xff,0xf6,0xe6,0xcb, + 0xff,0xf6,0xe5,0xcc,0xff,0xf5,0xe5,0xc9,0xff,0xf5,0xe3,0xc9,0xff,0xf5,0xe2,0xc6, + 0xff,0xf4,0xe2,0xc6,0xff,0xf4,0xe1,0xc2,0xff,0xf3,0xe2,0xc3,0xff,0xf3,0xe0,0xc2, + 0xff,0xf3,0xdf,0xc2,0xff,0xf2,0xdf,0xc0,0xff,0xf1,0xde,0xbf,0xff,0xf0,0xdd,0xbe, + 0xff,0xef,0xdb,0xbd,0xff,0xef,0xdb,0xbc,0xff,0xee,0xda,0xb9,0xff,0xed,0xd9,0xb8, + 0xff,0xed,0xd7,0xb6,0xff,0xed,0xd7,0xb6,0xff,0xec,0xd5,0xb6,0xff,0xec,0xd3,0xb4, + 0xff,0xeb,0xd2,0xb3,0xff,0xea,0xd1,0xb0,0xff,0xe9,0xd0,0xaf,0xff,0xe8,0xd0,0xad, + 0xff,0xe7,0xcf,0xab,0xff,0xe7,0xcd,0xab,0xff,0xe6,0xcc,0xa8,0xff,0xe5,0xcb,0xa6, + 0xff,0xe4,0xca,0xa6,0xff,0xe3,0xc9,0xa5,0xff,0xe3,0xc6,0xa1,0xff,0xe2,0xc5,0xa0, + 0xff,0xe1,0xc4,0x9e,0xff,0xe1,0xc3,0x9e,0xff,0xdf,0xc2,0x9a,0xff,0xe0,0xc0,0x9a, + 0xff,0xdd,0xbf,0x97,0xff,0xdc,0xbe,0x96,0xff,0xdb,0xbb,0x92,0xff,0xd2,0xb2,0x8a, + 0xff,0xce,0xaf,0x86,0xff,0xcd,0xad,0x87,0xff,0xcd,0xad,0x85,0xff,0xf6,0xe9,0xd8, + 0xff,0xf9,0xef,0xe4,0xff,0xf9,0xee,0xe3,0xff,0xf9,0xee,0xe1,0xff,0xf8,0xed,0xe1, + 0xff,0xf8,0xec,0xe0,0xff,0xf7,0xec,0xdf,0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xde, + 0xff,0xf7,0xea,0xdc,0xff,0xf8,0xeb,0xdd,0xff,0xf6,0xe9,0xdb,0xff,0xf6,0xe9,0xda, + 0xff,0xf7,0xea,0xda,0xff,0xbf,0xab,0x81,0xff,0xc0,0xab,0x81,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc5,0x9e, + 0xff,0xd8,0xc5,0x9e,0xff,0xff,0xff,0xff,0xff,0xf5,0xf5,0xf4,0xff,0xae,0xad,0xab, + 0xff,0x9e,0x9c,0x9b,0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9, + 0xff,0xd4,0xd4,0xd3,0xff,0xde,0xde,0xdd,0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed, + 0xff,0xf2,0xf2,0xf2,0xff,0xf6,0xf5,0xf5,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfc,0xfc, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xf9,0xfa,0xfa, + 0xff,0xf9,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf5,0xf5, + 0xff,0xf2,0xf2,0xf2,0xff,0xee,0xed,0xed,0xff,0xea,0xea,0xe8,0xff,0xe5,0xe5,0xe5, + 0xff,0xdf,0xdf,0xdf,0xff,0xda,0xda,0xd8,0xff,0xd1,0xd0,0xd0,0xff,0xc8,0xc8,0xc7, + 0xff,0xc0,0xbf,0xbd,0xff,0xb4,0xb3,0xb3,0xff,0xa9,0xa7,0xa7,0xff,0x9d,0x9b,0x99, + 0xff,0x8e,0x8d,0x8c,0xff,0x7f,0x7d,0x7b,0xff,0x6d,0x6b,0x6a,0xff,0x5e,0x5c,0x5a, + 0xff,0x85,0x81,0x78,0xff,0xe9,0xdf,0xcd,0xff,0xff,0xf5,0xde,0xff,0xff,0xf4,0xdb, + 0xff,0xff,0xf3,0xdb,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xdb,0xff,0xff,0xf2,0xdb, + 0xff,0xff,0xf1,0xdb,0xff,0xff,0xf1,0xdb,0xff,0xff,0xf1,0xd9,0xff,0xfd,0xf1,0xd8, + 0xff,0xfd,0xf0,0xd8,0xff,0xfd,0xf1,0xd9,0xff,0xfc,0xef,0xd7,0xff,0xfc,0xef,0xd7, + 0xff,0xfd,0xef,0xd9,0xff,0xfc,0xed,0xd7,0xff,0xfb,0xed,0xd7,0xff,0xfc,0xed,0xd6, + 0xff,0xfc,0xec,0xd5,0xff,0xfb,0xed,0xd5,0xff,0xfa,0xec,0xd3,0xff,0xfb,0xeb,0xd4, + 0xff,0xfa,0xea,0xd4,0xff,0xf9,0xea,0xd3,0xff,0xfa,0xea,0xd2,0xff,0xfa,0xea,0xd2, + 0xff,0xf9,0xe9,0xd1,0xff,0xf9,0xe9,0xd0,0xff,0xf9,0xe8,0xcf,0xff,0xf8,0xe7,0xcf, + 0xff,0xf8,0xe6,0xcd,0xff,0xf7,0xe6,0xcb,0xff,0xf6,0xe6,0xcb,0xff,0xf6,0xe5,0xca, + 0xff,0xf5,0xe5,0xc9,0xff,0xf5,0xe2,0xc8,0xff,0xf5,0xe3,0xc6,0xff,0xf4,0xe2,0xc5, + 0xff,0xf4,0xe2,0xc3,0xff,0xf3,0xe2,0xc3,0xff,0xf4,0xe0,0xc3,0xff,0xf2,0xdf,0xc1, + 0xff,0xf2,0xdf,0xc0,0xff,0xf1,0xde,0xbf,0xff,0xf1,0xdd,0xbe,0xff,0xf0,0xdb,0xbe, + 0xff,0xef,0xdb,0xbc,0xff,0xee,0xda,0xb9,0xff,0xee,0xd9,0xb7,0xff,0xed,0xd7,0xb6, + 0xff,0xec,0xd6,0xb5,0xff,0xec,0xd4,0xb6,0xff,0xeb,0xd2,0xb4,0xff,0xeb,0xd2,0xb3, + 0xff,0xea,0xd1,0xb0,0xff,0xe9,0xd0,0xb0,0xff,0xe8,0xd0,0xad,0xff,0xe7,0xcf,0xab, + 0xff,0xe6,0xcd,0xaa,0xff,0xe6,0xcd,0xa7,0xff,0xe5,0xcc,0xa6,0xff,0xe4,0xc9,0xa5, + 0xff,0xe2,0xc8,0xa4,0xff,0xe3,0xc6,0xa1,0xff,0xe2,0xc5,0x9f,0xff,0xe1,0xc4,0x9f, + 0xff,0xe1,0xc4,0x9e,0xff,0xdf,0xc1,0x9a,0xff,0xdf,0xc0,0x9a,0xff,0xdd,0xbe,0x97, + 0xff,0xdc,0xbd,0x96,0xff,0xdb,0xbb,0x92,0xff,0xda,0xb9,0x92,0xff,0xd2,0xb2,0x8a, + 0xff,0xce,0xae,0x87,0xff,0xcc,0xac,0x84,0xff,0xcc,0xab,0x83,0xff,0xf6,0xe9,0xd8, + 0xff,0xf8,0xed,0xe2,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xed,0xe1,0xff,0xf8,0xec,0xe0, + 0xff,0xf7,0xec,0xde,0xff,0xf7,0xeb,0xdf,0xff,0xf8,0xeb,0xde,0xff,0xf8,0xeb,0xdd, + 0xff,0xf8,0xeb,0xdd,0xff,0xf6,0xe9,0xdc,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xea,0xdb, + 0xff,0xf7,0xe9,0xda,0xff,0xbf,0xab,0x80,0xff,0xbf,0xaa,0x80,0xff,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd7,0xc5,0x9e, + 0xff,0xd8,0xc6,0x9e,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xf3,0xf2, + 0xff,0xad,0xac,0xac,0xff,0x9d,0x9c,0x9c,0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde,0xff,0xe7,0xe7,0xe7, + 0xff,0xed,0xed,0xed,0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf5,0xf5,0xff,0xfa,0xfa,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb, + 0xff,0xfc,0xfb,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfb,0xfb,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf6,0xf6, + 0xff,0xf4,0xf3,0xf2,0xff,0xf1,0xf0,0xf0,0xff,0xee,0xed,0xed,0xff,0xe9,0xe9,0xe9, + 0xff,0xe4,0xe4,0xe4,0xff,0xdf,0xdf,0xde,0xff,0xd9,0xd8,0xd8,0xff,0xd0,0xcf,0xcf, + 0xff,0xc9,0xc8,0xc8,0xff,0xbe,0xbd,0xbd,0xff,0xb4,0xb3,0xb2,0xff,0xa9,0xa8,0xa6, + 0xff,0x9c,0x9b,0x99,0xff,0x8d,0x8c,0x8b,0xff,0x7e,0x7c,0x7b,0xff,0x6d,0x6b,0x6a, + 0xff,0x5c,0x5a,0x57,0xff,0x89,0x85,0x7c,0xff,0xed,0xe1,0xcc,0xff,0xff,0xf3,0xdc, + 0xff,0xff,0xf3,0xdc,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf1,0xdc, + 0xff,0xff,0xf2,0xdd,0xff,0xff,0xf1,0xdb,0xff,0xff,0xf1,0xdb,0xff,0xff,0xf0,0xdb, + 0xff,0xff,0xf0,0xdb,0xff,0xff,0xf0,0xda,0xff,0xfe,0xf1,0xd9,0xff,0xfe,0xf1,0xd8, + 0xff,0xfd,0xef,0xd8,0xff,0xfc,0xef,0xd6,0xff,0xfd,0xf0,0xd7,0xff,0xfd,0xef,0xd7, + 0xff,0xfb,0xed,0xd6,0xff,0xfb,0xed,0xd6,0xff,0xfc,0xee,0xd6,0xff,0xfc,0xed,0xd5, + 0xff,0xfa,0xec,0xd5,0xff,0xfb,0xed,0xd3,0xff,0xfb,0xec,0xd4,0xff,0xfa,0xea,0xd4, + 0xff,0xfa,0xeb,0xd3,0xff,0xfa,0xea,0xd2,0xff,0xfa,0xea,0xd2,0xff,0xf9,0xe9,0xd1, + 0xff,0xf8,0xe8,0xcf,0xff,0xf9,0xe8,0xcf,0xff,0xf8,0xe7,0xcf,0xff,0xf8,0xe6,0xcc, + 0xff,0xf7,0xe6,0xcb,0xff,0xf6,0xe6,0xca,0xff,0xf6,0xe5,0xca,0xff,0xf5,0xe5,0xc7, + 0xff,0xf5,0xe2,0xc8,0xff,0xf5,0xe3,0xc7,0xff,0xf4,0xe2,0xc6,0xff,0xf4,0xe2,0xc3, + 0xff,0xf3,0xe2,0xc3,0xff,0xf3,0xdf,0xc2,0xff,0xf2,0xde,0xc1,0xff,0xf3,0xdf,0xc0, + 0xff,0xf1,0xde,0xbf,0xff,0xf0,0xdd,0xbe,0xff,0xef,0xdb,0xbd,0xff,0xef,0xdb,0xba, + 0xff,0xee,0xda,0xb8,0xff,0xed,0xd8,0xb7,0xff,0xed,0xd7,0xb6,0xff,0xec,0xd5,0xb5, + 0xff,0xeb,0xd4,0xb6,0xff,0xec,0xd2,0xb4,0xff,0xeb,0xd2,0xb3,0xff,0xea,0xd2,0xb1, + 0xff,0xe9,0xd0,0xb0,0xff,0xe8,0xd0,0xad,0xff,0xe8,0xcf,0xab,0xff,0xe7,0xcd,0xa9, + 0xff,0xe6,0xcd,0xa7,0xff,0xe5,0xcb,0xa6,0xff,0xe4,0xc9,0xa5,0xff,0xe2,0xc8,0xa4, + 0xff,0xe3,0xc7,0xa1,0xff,0xe2,0xc5,0xa0,0xff,0xe1,0xc5,0x9f,0xff,0xe1,0xc4,0x9d, + 0xff,0xdf,0xc2,0x9b,0xff,0xdf,0xc0,0x9a,0xff,0xdd,0xbf,0x97,0xff,0xdc,0xbd,0x96, + 0xff,0xdb,0xbb,0x92,0xff,0xda,0xb9,0x92,0xff,0xd9,0xb9,0x90,0xff,0xd0,0xb0,0x89, + 0xff,0xcc,0xac,0x84,0xff,0xcc,0xab,0x83,0xff,0xc9,0xa9,0x81,0xff,0xf6,0xe8,0xd7, + 0xff,0xf9,0xee,0xe2,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xed,0xe0,0xff,0xf7,0xec,0xde, + 0xff,0xf8,0xec,0xdf,0xff,0xf7,0xeb,0xdd,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xea,0xdc, + 0xff,0xf6,0xe9,0xdc,0xff,0xf6,0xe9,0xda,0xff,0xf7,0xea,0xda,0xff,0xf7,0xe9,0xda, + 0xff,0xf7,0xe9,0xd8,0xff,0xbf,0xab,0x80,0xff,0xbf,0xac,0x80,0xff,0x0,0x0,0x0, + 0x25,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x9,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0x9e, + 0xff,0xd8,0xc6,0x9f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xf3,0xf1,0xff,0xae,0xac,0xac,0xff,0x9f,0x9d,0x9b,0xff,0xaf,0xad,0xad, + 0xff,0xbe,0xbd,0xbd,0xff,0xca,0xc9,0xc9,0xff,0xd6,0xd6,0xd4,0xff,0xdf,0xdf,0xdd, + 0xff,0xe6,0xe6,0xe6,0xff,0xed,0xec,0xec,0xff,0xf3,0xf2,0xf2,0xff,0xf5,0xf5,0xf5, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfa,0xfa, + 0xff,0xfa,0xfb,0xfb,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf3,0xf3,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfa, + 0xff,0xfd,0xfc,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfb,0xfb,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf7, + 0xff,0xf6,0xf5,0xf5,0xff,0xf3,0xf2,0xf2,0xff,0xef,0xef,0xef,0xff,0xed,0xed,0xeb, + 0xff,0xe7,0xe7,0xe7,0xff,0xe3,0xe4,0xe4,0xff,0xdd,0xdd,0xdd,0xff,0xd7,0xd5,0xd6, + 0xff,0xcf,0xce,0xcf,0xff,0xc7,0xc6,0xc6,0xff,0xbe,0xbd,0xbd,0xff,0xb2,0xb1,0xb1, + 0xff,0xa8,0xa6,0xa5,0xff,0x99,0x99,0x98,0xff,0x8d,0x8c,0x8a,0xff,0x7d,0x7c,0x7b, + 0xff,0x6b,0x69,0x68,0xff,0x5d,0x5b,0x58,0xff,0xb5,0xad,0x9f,0xff,0xff,0xf2,0xda, + 0xff,0xff,0xf1,0xdb,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf1,0xdb,0xff,0xff,0xf1,0xdb, + 0xff,0xff,0xf1,0xda,0xff,0xff,0xf2,0xda,0xff,0xff,0xf0,0xda,0xff,0xff,0xf0,0xda, + 0xff,0xff,0xf1,0xd9,0xff,0xfe,0xf0,0xd7,0xff,0xfe,0xf1,0xd8,0xff,0xfd,0xf0,0xd8, + 0xff,0xfd,0xf0,0xd7,0xff,0xfc,0xef,0xd6,0xff,0xfc,0xee,0xd7,0xff,0xfb,0xed,0xd5, + 0xff,0xfc,0xee,0xd6,0xff,0xfb,0xed,0xd5,0xff,0xfb,0xec,0xd5,0xff,0xfb,0xed,0xd5, + 0xff,0xfb,0xec,0xd3,0xff,0xfa,0xeb,0xd4,0xff,0xfa,0xea,0xd4,0xff,0xfa,0xea,0xd3, + 0xff,0xf9,0xe9,0xd2,0xff,0xf9,0xe9,0xd2,0xff,0xf9,0xe8,0xd1,0xff,0xf9,0xe9,0xd0, + 0xff,0xf9,0xe7,0xce,0xff,0xf8,0xe7,0xce,0xff,0xf8,0xe5,0xcb,0xff,0xf7,0xe6,0xc9, + 0xff,0xf6,0xe5,0xc9,0xff,0xf6,0xe4,0xca,0xff,0xf5,0xe5,0xc7,0xff,0xf5,0xe3,0xc8, + 0xff,0xf5,0xe2,0xc6,0xff,0xf4,0xe2,0xc6,0xff,0xf4,0xe2,0xc3,0xff,0xf3,0xe2,0xc3, + 0xff,0xf3,0xe0,0xc2,0xff,0xf2,0xdf,0xc1,0xff,0xf2,0xde,0xbf,0xff,0xf1,0xde,0xbe, + 0xff,0xf0,0xdd,0xbc,0xff,0xf0,0xdb,0xbc,0xff,0xef,0xdb,0xbb,0xff,0xee,0xda,0xb8, + 0xff,0xed,0xd8,0xb7,0xff,0xed,0xd6,0xb7,0xff,0xed,0xd6,0xb6,0xff,0xec,0xd4,0xb6, + 0xff,0xeb,0xd2,0xb4,0xff,0xeb,0xd2,0xb3,0xff,0xea,0xd1,0xb0,0xff,0xe9,0xd0,0xae, + 0xff,0xe8,0xcf,0xac,0xff,0xe8,0xcf,0xaa,0xff,0xe7,0xcd,0xa9,0xff,0xe6,0xcc,0xa7, + 0xff,0xe5,0xcb,0xa6,0xff,0xe3,0xc9,0xa5,0xff,0xe3,0xc8,0xa4,0xff,0xe3,0xc7,0xa1, + 0xff,0xe1,0xc5,0x9f,0xff,0xe1,0xc4,0x9f,0xff,0xe1,0xc3,0x9c,0xff,0xdf,0xc1,0x9a, + 0xff,0xdf,0xbf,0x9a,0xff,0xdd,0xbe,0x97,0xff,0xdc,0xbe,0x96,0xff,0xdc,0xbc,0x93, + 0xff,0xdb,0xba,0x92,0xff,0xd9,0xb9,0x90,0xff,0xd8,0xb7,0x8d,0xff,0xd0,0xaf,0x87, + 0xff,0xcb,0xaa,0x82,0xff,0xc9,0xa9,0x81,0xff,0xc8,0xa7,0x7f,0xff,0xf6,0xe8,0xd6, + 0xff,0xf9,0xee,0xe1,0xff,0xf8,0xec,0xe0,0xff,0xf8,0xed,0xdf,0xff,0xf8,0xeb,0xdf, + 0xff,0xf8,0xec,0xde,0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xdc, + 0xff,0xf7,0xe9,0xda,0xff,0xf7,0xea,0xdb,0xff,0xf6,0xe8,0xd9,0xff,0xf7,0xe9,0xd8, + 0xff,0xf7,0xe7,0xd7,0xff,0xc0,0xac,0x80,0xff,0xbf,0xac,0x80,0xff,0x0,0x0,0x0, + 0x25,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0xa0, + 0xff,0xd8,0xc5,0x9e,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf2,0xf2,0xf2,0xff,0xad,0xab,0xab,0xff,0x9e,0x9c,0x9b, + 0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc,0xff,0xcb,0xc9,0xc9,0xff,0xd5,0xd5,0xd4, + 0xff,0xde,0xde,0xde,0xff,0xe7,0xe7,0xe7,0xff,0xed,0xed,0xed,0xff,0xf2,0xf2,0xf2, + 0xff,0xf6,0xf5,0xf5,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd,0xff,0xfd,0xfc,0xfc, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8, + 0xff,0xf7,0xf6,0xf8,0xff,0xf5,0xf4,0xf3,0xff,0xf3,0xf2,0xf2,0xff,0xee,0xee,0xee, + 0xff,0xeb,0xeb,0xea,0xff,0xe8,0xe7,0xe7,0xff,0xe2,0xe2,0xe4,0xff,0xdc,0xdc,0xda, + 0xff,0xd5,0xd5,0xd4,0xff,0xce,0xcd,0xcd,0xff,0xc6,0xc5,0xc5,0xff,0xbd,0xbb,0xbb, + 0xff,0xb2,0xb2,0xb0,0xff,0xa5,0xa4,0xa3,0xff,0x99,0x97,0x96,0xff,0x8b,0x8a,0x89, + 0xff,0x7d,0x7b,0x7a,0xff,0x6c,0x6a,0x67,0xff,0x95,0x8e,0x86,0xff,0xff,0xf1,0xdb, + 0xff,0xff,0xf1,0xdb,0xff,0xff,0xf1,0xdb,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf2,0xda, + 0xff,0xff,0xf1,0xda,0xff,0xff,0xf0,0xda,0xff,0xff,0xf0,0xda,0xff,0xff,0xf0,0xd8, + 0xff,0xfe,0xf1,0xd8,0xff,0xfe,0xf1,0xd8,0xff,0xfd,0xf0,0xd8,0xff,0xfd,0xef,0xd6, + 0xff,0xfd,0xf0,0xd7,0xff,0xfc,0xee,0xd7,0xff,0xfb,0xed,0xd6,0xff,0xfc,0xee,0xd6, + 0xff,0xfc,0xed,0xd6,0xff,0xfc,0xed,0xd5,0xff,0xfb,0xec,0xd5,0xff,0xfa,0xec,0xd3, + 0xff,0xfb,0xec,0xd4,0xff,0xfb,0xeb,0xd4,0xff,0xfa,0xeb,0xd3,0xff,0xfa,0xea,0xd2, + 0xff,0xf9,0xe9,0xd0,0xff,0xf9,0xe9,0xd0,0xff,0xf9,0xe9,0xce,0xff,0xf8,0xe7,0xcd, + 0xff,0xf8,0xe6,0xcd,0xff,0xf8,0xe6,0xcb,0xff,0xf7,0xe6,0xca,0xff,0xf6,0xe6,0xca, + 0xff,0xf6,0xe4,0xca,0xff,0xf5,0xe5,0xc7,0xff,0xf5,0xe3,0xc8,0xff,0xf5,0xe2,0xc6, + 0xff,0xf4,0xe2,0xc6,0xff,0xf4,0xe2,0xc3,0xff,0xf3,0xe2,0xc3,0xff,0xf3,0xe0,0xc3, + 0xff,0xf2,0xdf,0xc1,0xff,0xf2,0xdf,0xc0,0xff,0xf1,0xde,0xbf,0xff,0xf1,0xdd,0xbd, + 0xff,0xf0,0xdb,0xbc,0xff,0xef,0xda,0xba,0xff,0xee,0xd9,0xb8,0xff,0xed,0xd8,0xb7, + 0xff,0xed,0xd6,0xb7,0xff,0xec,0xd5,0xb5,0xff,0xec,0xd5,0xb7,0xff,0xec,0xd2,0xb4, + 0xff,0xeb,0xd2,0xb3,0xff,0xea,0xd1,0xaf,0xff,0xe9,0xd1,0xae,0xff,0xe8,0xcf,0xab, + 0xff,0xe7,0xcf,0xa9,0xff,0xe7,0xcd,0xa9,0xff,0xe6,0xcd,0xa7,0xff,0xe5,0xcc,0xa6, + 0xff,0xe4,0xc9,0xa5,0xff,0xe3,0xc9,0xa5,0xff,0xe2,0xc6,0xa0,0xff,0xe2,0xc5,0x9f, + 0xff,0xe1,0xc4,0x9d,0xff,0xe1,0xc4,0x9c,0xff,0xdf,0xc2,0x9a,0xff,0xdf,0xbf,0x9a, + 0xff,0xdd,0xbe,0x97,0xff,0xdc,0xbd,0x96,0xff,0xdb,0xbc,0x92,0xff,0xda,0xba,0x92, + 0xff,0xd9,0xba,0x8f,0xff,0xd8,0xb7,0x8c,0xff,0xd7,0xb5,0x8a,0xff,0xce,0xae,0x84, + 0xff,0xca,0xaa,0x82,0xff,0xc9,0xa8,0x7f,0xff,0xc8,0xa7,0x7d,0xff,0xf6,0xe8,0xd6, + 0xff,0xf9,0xed,0xe0,0xff,0xf7,0xec,0xdf,0xff,0xf7,0xeb,0xdf,0xff,0xf8,0xeb,0xde, + 0xff,0xf8,0xeb,0xdd,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xe9,0xdc,0xff,0xf7,0xea,0xdb, + 0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe9,0xd9,0xff,0xf6,0xe8,0xd8,0xff,0xf7,0xe8,0xd7, + 0xff,0xf6,0xe8,0xd7,0xff,0xc0,0xac,0x82,0xff,0xc0,0xab,0x80,0xff,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0xa0, + 0xff,0xd8,0xc5,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xf3,0xf3,0xff,0xac,0xab,0xab, + 0xff,0x9f,0x9e,0x9c,0xff,0xaf,0xae,0xae,0xff,0xbe,0xbd,0xbd,0xff,0xca,0xc9,0xc9, + 0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xdc,0xff,0xe7,0xe7,0xe7,0xff,0xec,0xec,0xec, + 0xff,0xf3,0xf2,0xf2,0xff,0xf7,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd, + 0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfb,0xf9,0xff,0xfa,0xf9,0xf8, + 0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf1,0xf1,0xf1, + 0xff,0xed,0xee,0xed,0xff,0xeb,0xea,0xe8,0xff,0xe7,0xe7,0xe6,0xff,0xe2,0xe1,0xe1, + 0xff,0xdb,0xdb,0xd9,0xff,0xd6,0xd5,0xd5,0xff,0xce,0xcd,0xcd,0xff,0xc4,0xc3,0xc3, + 0xff,0xbc,0xbb,0xb9,0xff,0xb1,0xb0,0xaf,0xff,0xa6,0xa4,0xa2,0xff,0x99,0x97,0x95, + 0xff,0x8a,0x89,0x88,0xff,0x7b,0x7a,0x79,0xff,0x87,0x83,0x7c,0xff,0xea,0xdf,0xca, + 0xff,0xff,0xf2,0xdc,0xff,0xff,0xf1,0xdb,0xff,0xff,0xf1,0xda,0xff,0xff,0xf2,0xda, + 0xff,0xff,0xf0,0xda,0xff,0xff,0xf1,0xda,0xff,0xff,0xf1,0xd9,0xff,0xfe,0xf0,0xd7, + 0xff,0xfd,0xf0,0xd7,0xff,0xfd,0xf0,0xd8,0xff,0xfd,0xef,0xd6,0xff,0xfd,0xf0,0xd7, + 0xff,0xfd,0xef,0xd7,0xff,0xfc,0xee,0xd6,0xff,0xfb,0xed,0xd6,0xff,0xfb,0xed,0xd5, + 0xff,0xfc,0xed,0xd5,0xff,0xfb,0xed,0xd4,0xff,0xfa,0xec,0xd3,0xff,0xfb,0xec,0xd3, + 0xff,0xfa,0xea,0xd3,0xff,0xfa,0xeb,0xd1,0xff,0xfa,0xea,0xd1,0xff,0xfa,0xea,0xd1, + 0xff,0xf9,0xe9,0xd0,0xff,0xf9,0xe8,0xce,0xff,0xf9,0xe8,0xcd,0xff,0xf8,0xe6,0xcd, + 0xff,0xf8,0xe5,0xcb,0xff,0xf7,0xe6,0xca,0xff,0xf6,0xe5,0xc9,0xff,0xf6,0xe5,0xca, + 0xff,0xf5,0xe4,0xc7,0xff,0xf6,0xe3,0xc9,0xff,0xf6,0xe3,0xc7,0xff,0xf4,0xe2,0xc5, + 0xff,0xf4,0xe1,0xc2,0xff,0xf3,0xe2,0xc1,0xff,0xf4,0xe0,0xc1,0xff,0xf2,0xdf,0xbf, + 0xff,0xf3,0xdf,0xbf,0xff,0xf1,0xde,0xbd,0xff,0xf0,0xdc,0xbc,0xff,0xef,0xda,0xbc, + 0xff,0xef,0xda,0xbb,0xff,0xee,0xd9,0xb8,0xff,0xed,0xd8,0xb7,0xff,0xed,0xd6,0xb6, + 0xff,0xed,0xd5,0xb6,0xff,0xec,0xd4,0xb6,0xff,0xec,0xd3,0xb5,0xff,0xeb,0xd2,0xb1, + 0xff,0xe9,0xd1,0xaf,0xff,0xe9,0xd0,0xae,0xff,0xe8,0xcf,0xab,0xff,0xe8,0xcf,0xaa, + 0xff,0xe6,0xcd,0xa9,0xff,0xe6,0xcd,0xa7,0xff,0xe4,0xcb,0xa5,0xff,0xe4,0xc9,0xa5, + 0xff,0xe2,0xc8,0xa4,0xff,0xe3,0xc6,0xa1,0xff,0xe2,0xc5,0xa0,0xff,0xe1,0xc4,0x9d, + 0xff,0xe1,0xc4,0x9c,0xff,0xdf,0xc1,0x9a,0xff,0xdf,0xbf,0x9a,0xff,0xdd,0xbe,0x97, + 0xff,0xdd,0xbd,0x97,0xff,0xdb,0xbb,0x92,0xff,0xda,0xba,0x92,0xff,0xda,0xba,0x8f, + 0xff,0xd8,0xb7,0x8c,0xff,0xd8,0xb6,0x8b,0xff,0xd6,0xb3,0x88,0xff,0xcd,0xac,0x82, + 0xff,0xc9,0xa8,0x7f,0xff,0xc7,0xa6,0x7c,0xff,0xc7,0xa6,0x7a,0xff,0xf6,0xe6,0xd4, + 0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xdf,0xff,0xf8,0xeb,0xde,0xff,0xf7,0xea,0xdc, + 0xff,0xf8,0xeb,0xdd,0xff,0xf6,0xe9,0xdc,0xff,0xf6,0xe9,0xda,0xff,0xf6,0xe9,0xda, + 0xff,0xf7,0xe8,0xd9,0xff,0xf6,0xe8,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe7,0xd7, + 0xff,0xf6,0xe6,0xd6,0xff,0xc1,0xac,0x82,0xff,0xc0,0xab,0x82,0xff,0x0,0x0,0x0, + 0x24,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0xa0, + 0xff,0xd8,0xc6,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf7,0xf7,0xf5, + 0xff,0xae,0xab,0xab,0xff,0x9e,0x9c,0x9b,0xff,0xaf,0xae,0xae,0xff,0xbe,0xbd,0xbd, + 0xff,0xcb,0xc9,0xc9,0xff,0xd5,0xd4,0xd3,0xff,0xde,0xde,0xdd,0xff,0xe5,0xe5,0xe5, + 0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf7,0xf7,0xff,0xf9,0xf9,0xf9, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xfc,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf2,0xf0,0xf0,0xff,0xec,0xec,0xec,0xff,0xe9,0xe9,0xe8,0xff,0xe6,0xe5,0xe5, + 0xff,0xe0,0xe0,0xdf,0xff,0xda,0xd9,0xd9,0xff,0xd3,0xd2,0xd2,0xff,0xcc,0xcb,0xca, + 0xff,0xc4,0xc3,0xc2,0xff,0xbb,0xba,0xb8,0xff,0xaf,0xae,0xae,0xff,0xa5,0xa3,0xa1, + 0xff,0x96,0x95,0x94,0xff,0x89,0x88,0x87,0xff,0x85,0x83,0x80,0xff,0xd6,0xcc,0xbc, + 0xff,0xff,0xf2,0xdb,0xff,0xff,0xf1,0xd9,0xff,0xff,0xf1,0xda,0xff,0xff,0xf0,0xda, + 0xff,0xff,0xf0,0xda,0xff,0xff,0xf0,0xd9,0xff,0xfd,0xf0,0xd7,0xff,0xfd,0xf0,0xd7, + 0xff,0xfc,0xef,0xd6,0xff,0xfc,0xef,0xd6,0xff,0xfc,0xef,0xd5,0xff,0xfd,0xef,0xd6, + 0xff,0xfc,0xee,0xd6,0xff,0xfb,0xed,0xd4,0xff,0xfc,0xee,0xd5,0xff,0xfc,0xed,0xd4, + 0xff,0xfb,0xed,0xd4,0xff,0xfb,0xed,0xd2,0xff,0xfb,0xec,0xd3,0xff,0xfb,0xeb,0xd3, + 0xff,0xf9,0xea,0xd1,0xff,0xfa,0xea,0xd1,0xff,0xfa,0xea,0xd1,0xff,0xf9,0xe9,0xcf, + 0xff,0xf9,0xe9,0xce,0xff,0xf9,0xe8,0xcd,0xff,0xf8,0xe7,0xce,0xff,0xf8,0xe6,0xcb, + 0xff,0xf7,0xe5,0xc9,0xff,0xf6,0xe6,0xca,0xff,0xf6,0xe5,0xca,0xff,0xf5,0xe5,0xc7, + 0xff,0xf5,0xe3,0xc8,0xff,0xf5,0xe3,0xc6,0xff,0xf4,0xe2,0xc4,0xff,0xf4,0xe2,0xc3, + 0xff,0xf3,0xe2,0xc2,0xff,0xf3,0xe0,0xc1,0xff,0xf2,0xdf,0xc0,0xff,0xf3,0xde,0xbf, + 0xff,0xf1,0xdd,0xbd,0xff,0xf0,0xdc,0xbd,0xff,0xef,0xda,0xbc,0xff,0xef,0xda,0xbb, + 0xff,0xee,0xd9,0xb8,0xff,0xee,0xd8,0xb8,0xff,0xee,0xd6,0xb7,0xff,0xec,0xd5,0xb6, + 0xff,0xec,0xd5,0xb5,0xff,0xec,0xd2,0xb3,0xff,0xea,0xd2,0xb1,0xff,0xea,0xd1,0xaf, + 0xff,0xe9,0xd1,0xae,0xff,0xe8,0xcf,0xab,0xff,0xe8,0xd0,0xaa,0xff,0xe6,0xcd,0xa9, + 0xff,0xe6,0xcc,0xa7,0xff,0xe5,0xcb,0xa6,0xff,0xe4,0xca,0xa5,0xff,0xe3,0xc9,0xa4, + 0xff,0xe3,0xc7,0xa1,0xff,0xe2,0xc5,0xa0,0xff,0xe1,0xc4,0x9d,0xff,0xe1,0xc4,0x9d, + 0xff,0xdf,0xc1,0x9a,0xff,0xdf,0xbf,0x99,0xff,0xdd,0xbe,0x97,0xff,0xdc,0xbd,0x97, + 0xff,0xdc,0xbc,0x93,0xff,0xda,0xb9,0x92,0xff,0xd9,0xba,0x8f,0xff,0xd8,0xb7,0x8d, + 0xff,0xd7,0xb6,0x8b,0xff,0xd6,0xb3,0x88,0xff,0xd5,0xb2,0x88,0xff,0xcb,0xaa,0x81, + 0xff,0xc8,0xa7,0x7d,0xff,0xc7,0xa6,0x7a,0xff,0xc6,0xa4,0x7a,0xff,0xf5,0xe7,0xd5, + 0xff,0xf8,0xec,0xdf,0xff,0xf8,0xeb,0xde,0xff,0xf8,0xeb,0xdd,0xff,0xf8,0xeb,0xdd, + 0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe9,0xda,0xff,0xf7,0xe9,0xda, + 0xff,0xf7,0xe8,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe7,0xd7,0xff,0xf6,0xe7,0xd7, + 0xff,0xf6,0xe7,0xd5,0xff,0xc0,0xac,0x81,0xff,0xc0,0xab,0x82,0xff,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x7,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0xa0, + 0xff,0xd8,0xc5,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf7,0xf7,0xf7,0xff,0xb4,0xb1,0xb1,0xff,0x9f,0x9d,0x9c,0xff,0xaf,0xae,0xae, + 0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd5,0xd3,0xff,0xde,0xde,0xde, + 0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed,0xff,0xf2,0xf1,0xf1,0xff,0xf5,0xf5,0xf5, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf7,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf5,0xf3, + 0xff,0xf2,0xf1,0xf1,0xff,0xf0,0xef,0xef,0xff,0xeb,0xeb,0xeb,0xff,0xe9,0xe8,0xe8, + 0xff,0xe5,0xe5,0xe4,0xff,0xdf,0xdf,0xdd,0xff,0xda,0xda,0xd8,0xff,0xd3,0xd2,0xd0, + 0xff,0xcb,0xca,0xc9,0xff,0xc2,0xc1,0xc1,0xff,0xb8,0xb7,0xb7,0xff,0xad,0xac,0xab, + 0xff,0xa3,0xa0,0xa0,0xff,0x95,0x94,0x93,0xff,0x88,0x86,0x85,0xff,0xc2,0xbb,0xae, + 0xff,0xff,0xf2,0xd9,0xff,0xff,0xf1,0xd8,0xff,0xff,0xf1,0xd9,0xff,0xff,0xf0,0xd9, + 0xff,0xff,0xf1,0xd8,0xff,0xfd,0xf0,0xd6,0xff,0xfe,0xf1,0xd6,0xff,0xfd,0xf0,0xd7, + 0xff,0xfd,0xf0,0xd5,0xff,0xfd,0xf0,0xd5,0xff,0xfc,0xee,0xd5,0xff,0xfc,0xee,0xd5, + 0xff,0xfb,0xed,0xd4,0xff,0xfc,0xed,0xd4,0xff,0xfc,0xec,0xd3,0xff,0xfb,0xed,0xd3, + 0xff,0xfb,0xed,0xd2,0xff,0xfa,0xeb,0xd2,0xff,0xfb,0xeb,0xd3,0xff,0xf9,0xea,0xd1, + 0xff,0xf9,0xe9,0xd0,0xff,0xfa,0xea,0xd1,0xff,0xf9,0xe9,0xcf,0xff,0xf9,0xe9,0xce, + 0xff,0xf9,0xe8,0xcd,0xff,0xf8,0xe7,0xce,0xff,0xf8,0xe6,0xcb,0xff,0xf7,0xe6,0xca, + 0xff,0xf6,0xe6,0xca,0xff,0xf6,0xe5,0xca,0xff,0xf5,0xe5,0xc7,0xff,0xf5,0xe3,0xc7, + 0xff,0xf5,0xe3,0xc5,0xff,0xf4,0xe1,0xc4,0xff,0xf4,0xe2,0xc2,0xff,0xf3,0xe1,0xc2, + 0xff,0xf3,0xe0,0xc1,0xff,0xf2,0xdf,0xbf,0xff,0xf2,0xdd,0xbe,0xff,0xf2,0xdd,0xbe, + 0xff,0xf0,0xdc,0xbd,0xff,0xef,0xda,0xbc,0xff,0xef,0xda,0xbb,0xff,0xee,0xd9,0xb8, + 0xff,0xee,0xd8,0xb8,0xff,0xed,0xd6,0xb7,0xff,0xed,0xd6,0xb6,0xff,0xeb,0xd4,0xb4, + 0xff,0xeb,0xd2,0xb2,0xff,0xeb,0xd2,0xb1,0xff,0xea,0xd2,0xaf,0xff,0xe9,0xd1,0xae, + 0xff,0xe8,0xcf,0xab,0xff,0xe7,0xcf,0xa9,0xff,0xe6,0xcd,0xa9,0xff,0xe6,0xcc,0xa7, + 0xff,0xe5,0xcb,0xa6,0xff,0xe4,0xca,0xa6,0xff,0xe3,0xc8,0xa3,0xff,0xe3,0xc6,0xa0, + 0xff,0xe2,0xc5,0xa0,0xff,0xe1,0xc4,0x9d,0xff,0xe1,0xc3,0x9c,0xff,0xdf,0xc2,0x9a, + 0xff,0xdf,0xbf,0x9a,0xff,0xdd,0xbd,0x97,0xff,0xdc,0xbc,0x95,0xff,0xdb,0xbb,0x90, + 0xff,0xda,0xb9,0x92,0xff,0xda,0xba,0x8f,0xff,0xd8,0xb8,0x8d,0xff,0xd7,0xb5,0x8a, + 0xff,0xd6,0xb3,0x88,0xff,0xd4,0xb1,0x88,0xff,0xd4,0xb1,0x86,0xff,0xca,0xa8,0x7e, + 0xff,0xc7,0xa6,0x7a,0xff,0xc5,0xa3,0x79,0xff,0xc5,0xa1,0x77,0xff,0xf4,0xe5,0xd3, + 0xff,0xf7,0xeb,0xdd,0xff,0xf7,0xea,0xdc,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xea,0xdc, + 0xff,0xf7,0xea,0xda,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe9,0xda,0xff,0xf6,0xe8,0xd8, + 0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd8,0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe6,0xd4, + 0xff,0xf6,0xe6,0xd4,0xff,0xc0,0xad,0x81,0xff,0xc1,0xad,0x82,0xff,0x0,0x0,0x0, + 0x21,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc5,0xa0, + 0xff,0xd8,0xc5,0x9f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xc1,0xc0,0xc0,0xff,0xa0,0x9f,0x9d, + 0xff,0xaf,0xae,0xaf,0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd5,0xd4, + 0xff,0xde,0xde,0xde,0xff,0xe5,0xe5,0xe5,0xff,0xec,0xec,0xec,0xff,0xf3,0xf2,0xf2, + 0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf9,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf3,0xf3,0xf2,0xff,0xf1,0xf0,0xef,0xff,0xee,0xed,0xec,0xff,0xeb,0xeb,0xea, + 0xff,0xe8,0xe7,0xe7,0xff,0xe3,0xe2,0xe2,0xff,0xdd,0xdd,0xdb,0xff,0xd8,0xd7,0xd7, + 0xff,0xd1,0xd0,0xd0,0xff,0xc9,0xc8,0xc8,0xff,0xc0,0xbf,0xbf,0xff,0xb7,0xb6,0xb5, + 0xff,0xad,0xac,0xab,0xff,0xa0,0x9f,0x9e,0xff,0x93,0x92,0x8f,0xff,0xbc,0xb6,0xab, + 0xff,0xff,0xf1,0xd8,0xff,0xff,0xf1,0xd9,0xff,0xff,0xf0,0xd9,0xff,0xff,0xf1,0xd8, + 0xff,0xfd,0xf0,0xd6,0xff,0xfe,0xf1,0xd6,0xff,0xfd,0xf0,0xd7,0xff,0xfd,0xef,0xd5, + 0xff,0xfd,0xf0,0xd5,0xff,0xfd,0xee,0xd5,0xff,0xfb,0xed,0xd4,0xff,0xfc,0xee,0xd5, + 0xff,0xfb,0xed,0xd4,0xff,0xfb,0xec,0xd3,0xff,0xfb,0xed,0xd4,0xff,0xfa,0xec,0xd2, + 0xff,0xfb,0xec,0xd3,0xff,0xfb,0xeb,0xd3,0xff,0xfa,0xeb,0xd1,0xff,0xfa,0xea,0xd1, + 0xff,0xf9,0xe9,0xd0,0xff,0xf9,0xe9,0xd0,0xff,0xf9,0xe8,0xce,0xff,0xf9,0xe8,0xcd, + 0xff,0xf8,0xe6,0xcd,0xff,0xf8,0xe6,0xcb,0xff,0xf7,0xe6,0xca,0xff,0xf6,0xe6,0xca, + 0xff,0xf6,0xe4,0xc8,0xff,0xf5,0xe5,0xc6,0xff,0xf5,0xe3,0xc6,0xff,0xf5,0xe3,0xc5, + 0xff,0xf4,0xe2,0xc4,0xff,0xf4,0xe2,0xc1,0xff,0xf3,0xe0,0xc1,0xff,0xf3,0xdf,0xc1, + 0xff,0xf2,0xde,0xc0,0xff,0xf2,0xde,0xbe,0xff,0xf1,0xdd,0xbe,0xff,0xf0,0xdc,0xbd, + 0xff,0xf0,0xda,0xbd,0xff,0xef,0xda,0xbb,0xff,0xee,0xd9,0xb8,0xff,0xed,0xd8,0xb7, + 0xff,0xee,0xd6,0xb6,0xff,0xec,0xd5,0xb5,0xff,0xeb,0xd4,0xb4,0xff,0xec,0xd2,0xb3, + 0xff,0xea,0xd2,0xb1,0xff,0xea,0xd1,0xaf,0xff,0xe9,0xd0,0xae,0xff,0xe8,0xcf,0xab, + 0xff,0xe7,0xcf,0xa9,0xff,0xe6,0xcd,0xa9,0xff,0xe6,0xcd,0xa7,0xff,0xe4,0xcb,0xa5, + 0xff,0xe4,0xc9,0xa4,0xff,0xe2,0xc8,0xa2,0xff,0xe3,0xc7,0xa1,0xff,0xe2,0xc5,0x9f, + 0xff,0xe1,0xc4,0x9d,0xff,0xe1,0xc4,0x9c,0xff,0xdf,0xc2,0x9a,0xff,0xdf,0xbe,0x9a, + 0xff,0xdd,0xbd,0x97,0xff,0xdc,0xbd,0x95,0xff,0xdc,0xbc,0x91,0xff,0xdb,0xba,0x92, + 0xff,0xd9,0xb9,0x8e,0xff,0xd8,0xb7,0x8c,0xff,0xd8,0xb6,0x8b,0xff,0xd6,0xb3,0x88, + 0xff,0xd4,0xb2,0x88,0xff,0xd4,0xb1,0x86,0xff,0xd3,0xb0,0x83,0xff,0xc9,0xa7,0x7c, + 0xff,0xc5,0xa3,0x79,0xff,0xc4,0xa1,0x77,0xff,0xc4,0xa1,0x75,0xff,0xf5,0xe6,0xd3, + 0xff,0xf8,0xeb,0xdd,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xdb, + 0xff,0xf6,0xe9,0xda,0xff,0xf6,0xe8,0xd9,0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe8,0xd7, + 0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe7,0xd5,0xff,0xf5,0xe5,0xd3, + 0xff,0xf6,0xe4,0xd4,0xff,0xc0,0xad,0x81,0xff,0xc0,0xad,0x81,0xff,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc5,0xa0, + 0xff,0xd8,0xc5,0x9f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc1,0xbf,0xbf, + 0xff,0xa0,0x9f,0x9f,0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9, + 0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed, + 0xff,0xf1,0xf2,0xf2,0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc, + 0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf6,0xf6, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf5,0xf5,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf3,0xf2,0xf2,0xff,0xf0,0xef,0xef,0xff,0xed,0xec,0xec, + 0xff,0xea,0xea,0xe8,0xff,0xe7,0xe6,0xe4,0xff,0xe2,0xe1,0xdf,0xff,0xdc,0xdb,0xdb, + 0xff,0xd7,0xd6,0xd4,0xff,0xd0,0xcf,0xcd,0xff,0xc9,0xc8,0xc6,0xff,0xbf,0xbe,0xbd, + 0xff,0xb6,0xb5,0xb3,0xff,0xaa,0xaa,0xa9,0xff,0x9f,0x9e,0x9d,0xff,0xb4,0xaf,0xa6, + 0xff,0xfa,0xed,0xd5,0xff,0xff,0xf1,0xd9,0xff,0xff,0xf0,0xd7,0xff,0xfd,0xf0,0xd6, + 0xff,0xfe,0xf1,0xd6,0xff,0xfd,0xef,0xd6,0xff,0xfd,0xf0,0xd5,0xff,0xfc,0xef,0xd5, + 0xff,0xfd,0xef,0xd6,0xff,0xfc,0xed,0xd4,0xff,0xfc,0xee,0xd5,0xff,0xfc,0xed,0xd4, + 0xff,0xfc,0xec,0xd3,0xff,0xfa,0xec,0xd3,0xff,0xfb,0xec,0xd2,0xff,0xfb,0xeb,0xd2, + 0xff,0xfb,0xeb,0xd3,0xff,0xfa,0xeb,0xd2,0xff,0xf9,0xe9,0xd0,0xff,0xfa,0xe9,0xd0, + 0xff,0xf9,0xe9,0xce,0xff,0xf9,0xe8,0xcc,0xff,0xf9,0xe8,0xcd,0xff,0xf7,0xe6,0xcc, + 0xff,0xf8,0xe5,0xc9,0xff,0xf7,0xe6,0xca,0xff,0xf5,0xe5,0xc9,0xff,0xf6,0xe5,0xc9, + 0xff,0xf5,0xe4,0xc6,0xff,0xf5,0xe3,0xc7,0xff,0xf5,0xe2,0xc5,0xff,0xf4,0xe1,0xc4, + 0xff,0xf4,0xe2,0xc1,0xff,0xf3,0xe0,0xc1,0xff,0xf3,0xdf,0xc1,0xff,0xf2,0xde,0xc0, + 0xff,0xf3,0xde,0xbf,0xff,0xf1,0xdd,0xbe,0xff,0xf0,0xdc,0xbd,0xff,0xef,0xda,0xbc, + 0xff,0xef,0xda,0xbb,0xff,0xee,0xd9,0xb7,0xff,0xee,0xd8,0xb6,0xff,0xed,0xd6,0xb5, + 0xff,0xec,0xd5,0xb6,0xff,0xeb,0xd4,0xb4,0xff,0xec,0xd2,0xb3,0xff,0xeb,0xd2,0xb1, + 0xff,0xea,0xd1,0xaf,0xff,0xe9,0xd0,0xae,0xff,0xe7,0xcf,0xab,0xff,0xe7,0xcf,0xaa, + 0xff,0xe7,0xcd,0xa9,0xff,0xe6,0xcc,0xa7,0xff,0xe5,0xcc,0xa5,0xff,0xe4,0xc9,0xa4, + 0xff,0xe2,0xc8,0xa2,0xff,0xe3,0xc7,0xa1,0xff,0xe2,0xc6,0xa0,0xff,0xe1,0xc4,0x9d, + 0xff,0xe1,0xc2,0x9c,0xff,0xdf,0xc1,0x9b,0xff,0xdf,0xbe,0x9a,0xff,0xdd,0xbd,0x97, + 0xff,0xdc,0xbc,0x94,0xff,0xdb,0xbb,0x91,0xff,0xda,0xb9,0x92,0xff,0xd9,0xba,0x8f, + 0xff,0xd8,0xb8,0x8d,0xff,0xd8,0xb6,0x8b,0xff,0xd7,0xb4,0x89,0xff,0xd5,0xb2,0x88, + 0xff,0xd4,0xb1,0x85,0xff,0xd3,0xb0,0x82,0xff,0xd1,0xad,0x80,0xff,0xc9,0xa5,0x7b, + 0xff,0xc5,0xa2,0x78,0xff,0xc4,0xa1,0x75,0xff,0xc3,0xa0,0x72,0xff,0xf5,0xe5,0xd3, + 0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xea,0xdb, + 0xff,0xf7,0xe9,0xd9,0xff,0xf7,0xe9,0xd8,0xff,0xf6,0xe7,0xd7,0xff,0xf6,0xe8,0xd7, + 0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe4,0xd4, + 0xff,0xf5,0xe5,0xd3,0xff,0xc1,0xac,0x82,0xff,0xc0,0xac,0x81,0xff,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc6,0xa0, + 0xff,0xd8,0xc6,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xc0,0xc0,0xbf,0xff,0x9f,0x9e,0x9d,0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xdd,0xff,0xe5,0xe5,0xe5, + 0xff,0xec,0xec,0xec,0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf8,0xf8, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf3,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf6,0xf6,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf5,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf9,0xf9,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf9,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf9,0xf9,0xf7,0xff,0xf7,0xf8,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf5,0xff,0xf5,0xf5,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf2,0xf2,0xf2,0xff,0xf1,0xf0,0xef,0xff,0xef,0xee,0xec, + 0xff,0xec,0xeb,0xeb,0xff,0xe8,0xe7,0xe8,0xff,0xe6,0xe4,0xe4,0xff,0xe0,0xdf,0xdf, + 0xff,0xdb,0xda,0xda,0xff,0xd5,0xd4,0xd3,0xff,0xcf,0xce,0xcc,0xff,0xc7,0xc6,0xc3, + 0xff,0xbf,0xbe,0xbc,0xff,0xb4,0xb2,0xb2,0xff,0xa9,0xa7,0xa7,0xff,0xb9,0xb4,0xad, + 0xff,0xf7,0xe9,0xd3,0xff,0xff,0xf0,0xd7,0xff,0xfd,0xf0,0xd6,0xff,0xfe,0xf1,0xd6, + 0xff,0xfd,0xf0,0xd7,0xff,0xfc,0xef,0xd4,0xff,0xfc,0xef,0xd5,0xff,0xfd,0xee,0xd5, + 0xff,0xfb,0xed,0xd4,0xff,0xfc,0xee,0xd4,0xff,0xfc,0xee,0xd5,0xff,0xfb,0xec,0xd3, + 0xff,0xfb,0xed,0xd4,0xff,0xfb,0xed,0xd2,0xff,0xfb,0xec,0xd2,0xff,0xfa,0xea,0xd1, + 0xff,0xfa,0xeb,0xd0,0xff,0xfa,0xea,0xd1,0xff,0xfa,0xea,0xcf,0xff,0xf9,0xe9,0xce, + 0xff,0xf9,0xe9,0xcd,0xff,0xf9,0xe7,0xcb,0xff,0xf8,0xe7,0xcd,0xff,0xf8,0xe6,0xca, + 0xff,0xf7,0xe6,0xca,0xff,0xf6,0xe5,0xca,0xff,0xf6,0xe3,0xc9,0xff,0xf5,0xe3,0xc6, + 0xff,0xf6,0xe2,0xc8,0xff,0xf5,0xe2,0xc6,0xff,0xf4,0xe2,0xc4,0xff,0xf4,0xe2,0xc1, + 0xff,0xf3,0xe1,0xc2,0xff,0xf4,0xdf,0xc2,0xff,0xf2,0xde,0xc0,0xff,0xf3,0xde,0xbf, + 0xff,0xf2,0xdd,0xbe,0xff,0xf0,0xdc,0xbb,0xff,0xf0,0xda,0xbb,0xff,0xef,0xda,0xb9, + 0xff,0xef,0xd9,0xb7,0xff,0xed,0xd8,0xb6,0xff,0xed,0xd6,0xb5,0xff,0xec,0xd5,0xb5, + 0xff,0xec,0xd5,0xb5,0xff,0xec,0xd3,0xb3,0xff,0xea,0xd2,0xb1,0xff,0xea,0xd1,0xaf, + 0xff,0xe8,0xd0,0xad,0xff,0xe7,0xcf,0xab,0xff,0xe8,0xcf,0xaa,0xff,0xe6,0xcd,0xa9, + 0xff,0xe5,0xcc,0xa7,0xff,0xe5,0xcc,0xa5,0xff,0xe4,0xc9,0xa4,0xff,0xe3,0xc9,0xa3, + 0xff,0xe3,0xc7,0xa1,0xff,0xe2,0xc5,0x9f,0xff,0xe1,0xc4,0x9e,0xff,0xe1,0xc2,0x9d, + 0xff,0xdf,0xc1,0x9b,0xff,0xe0,0xbf,0x99,0xff,0xde,0xbe,0x96,0xff,0xdd,0xbd,0x95, + 0xff,0xdc,0xbc,0x91,0xff,0xda,0xb9,0x92,0xff,0xd9,0xb9,0x8e,0xff,0xd8,0xb7,0x8c, + 0xff,0xd7,0xb5,0x8a,0xff,0xd6,0xb3,0x89,0xff,0xd4,0xb1,0x88,0xff,0xd3,0xb1,0x84, + 0xff,0xd2,0xaf,0x81,0xff,0xd2,0xae,0x81,0xff,0xd1,0xac,0x80,0xff,0xc8,0xa4,0x7a, + 0xff,0xc4,0xa1,0x75,0xff,0xc3,0xa0,0x72,0xff,0xc1,0x9e,0x70,0xff,0xf5,0xe5,0xd1, + 0xff,0xf7,0xea,0xdc,0xff,0xf7,0xe9,0xda,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe8,0xd9, + 0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd6, + 0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd5,0xff,0xf5,0xe5,0xd3, + 0xff,0xf5,0xe3,0xd1,0xff,0xc2,0xad,0x83,0xff,0xc1,0xad,0x83,0xff,0x0,0x0,0x0, + 0x1a,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc6,0xa0, + 0xff,0xd9,0xc6,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xc0,0xbf,0xbf,0xff,0x9e,0x9d,0x9c,0xff,0xaf,0xae,0xae, + 0xff,0xbe,0xbd,0xbd,0xff,0xcb,0xca,0xca,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xdd, + 0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed,0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf6,0xf6, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf8,0xf8,0xff,0xf8,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf2,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf7,0xf7, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf7,0xf5, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf3,0xf2,0xf2,0xff,0xf0,0xf1,0xef,0xff,0xee,0xee,0xed, + 0xff,0xec,0xeb,0xeb,0xff,0xea,0xe9,0xe9,0xff,0xe7,0xe7,0xe5,0xff,0xe3,0xe2,0xe2, + 0xff,0xde,0xde,0xdc,0xff,0xd8,0xd8,0xd8,0xff,0xd2,0xd1,0xd1,0xff,0xcd,0xcc,0xca, + 0xff,0xc5,0xc4,0xc3,0xff,0xbc,0xbb,0xbb,0xff,0xb2,0xb0,0xb0,0xff,0xb5,0xb2,0xae, + 0xff,0xec,0xe1,0xcc,0xff,0xfd,0xf0,0xd4,0xff,0xfe,0xf1,0xd5,0xff,0xfd,0xef,0xd5, + 0xff,0xfd,0xf0,0xd4,0xff,0xfd,0xf0,0xd4,0xff,0xfd,0xef,0xd4,0xff,0xfc,0xee,0xd3, + 0xff,0xfb,0xed,0xd3,0xff,0xfc,0xee,0xd3,0xff,0xfc,0xed,0xd2,0xff,0xfa,0xec,0xd2, + 0xff,0xfb,0xec,0xd0,0xff,0xfb,0xec,0xd1,0xff,0xfb,0xeb,0xd2,0xff,0xfa,0xe9,0xd0, + 0xff,0xfa,0xea,0xcf,0xff,0xf9,0xe8,0xcf,0xff,0xf9,0xe8,0xce,0xff,0xf9,0xe7,0xcd, + 0xff,0xf9,0xe7,0xcc,0xff,0xf8,0xe5,0xcc,0xff,0xf8,0xe6,0xca,0xff,0xf7,0xe6,0xca, + 0xff,0xf6,0xe4,0xca,0xff,0xf6,0xe3,0xc9,0xff,0xf5,0xe4,0xc6,0xff,0xf5,0xe1,0xc7, + 0xff,0xf5,0xe2,0xc6,0xff,0xf4,0xe2,0xc4,0xff,0xf4,0xe2,0xc2,0xff,0xf3,0xe1,0xc2, + 0xff,0xf3,0xdf,0xc1,0xff,0xf2,0xde,0xc0,0xff,0xf2,0xde,0xbf,0xff,0xf1,0xdd,0xbe, + 0xff,0xf0,0xdb,0xbb,0xff,0xef,0xda,0xbb,0xff,0xf0,0xda,0xba,0xff,0xef,0xda,0xb7, + 0xff,0xed,0xd8,0xb6,0xff,0xee,0xd6,0xb6,0xff,0xed,0xd5,0xb6,0xff,0xeb,0xd4,0xb5, + 0xff,0xec,0xd2,0xb3,0xff,0xea,0xd2,0xb1,0xff,0xea,0xd1,0xaf,0xff,0xe8,0xd0,0xae, + 0xff,0xe7,0xcf,0xab,0xff,0xe8,0xcf,0xaa,0xff,0xe7,0xcd,0xa9,0xff,0xe6,0xcc,0xa5, + 0xff,0xe5,0xcc,0xa5,0xff,0xe3,0xc9,0xa3,0xff,0xe3,0xc7,0xa3,0xff,0xe3,0xc6,0xa1, + 0xff,0xe2,0xc4,0xa0,0xff,0xe1,0xc3,0x9e,0xff,0xe1,0xc2,0x9b,0xff,0xdf,0xc0,0x99, + 0xff,0xdf,0xbf,0x99,0xff,0xdd,0xbd,0x96,0xff,0xdc,0xbd,0x95,0xff,0xdb,0xbc,0x91, + 0xff,0xdb,0xba,0x92,0xff,0xd9,0xb9,0x8f,0xff,0xd9,0xb8,0x8d,0xff,0xd7,0xb5,0x8a, + 0xff,0xd6,0xb3,0x88,0xff,0xd5,0xb2,0x87,0xff,0xd4,0xb1,0x84,0xff,0xd3,0xb0,0x81, + 0xff,0xd1,0xad,0x80,0xff,0xd1,0xac,0x80,0xff,0xcf,0xaa,0x7d,0xff,0xc6,0xa2,0x75, + 0xff,0xc3,0x9f,0x72,0xff,0xc0,0x9d,0x70,0xff,0xc0,0x9c,0x70,0xff,0xf4,0xe3,0xd0, + 0xff,0xf7,0xea,0xdb,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe9,0xda,0xff,0xf7,0xe9,0xd8, + 0xff,0xf6,0xe7,0xd7,0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe6,0xd4, + 0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd2, + 0xff,0xf5,0xe4,0xd0,0xff,0xc2,0xad,0x83,0xff,0xc1,0xad,0x83,0xff,0x0,0x0,0x0, + 0x17,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc5,0x9f, + 0xff,0xd9,0xc6,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xc1,0xc0,0xc0,0xff,0x9d,0x9b,0x9b, + 0xff,0xb0,0xaf,0xad,0xff,0xbe,0xbd,0xbd,0xff,0xcb,0xca,0xca,0xff,0xd5,0xd5,0xd4, + 0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe7,0xff,0xec,0xec,0xec,0xff,0xf3,0xf3,0xf3, + 0xff,0xf6,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xfa,0xfa,0xff,0xf9,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf6,0xf6,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf2,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf4,0xf3, + 0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf1,0xf0,0xf0,0xff,0xf0,0xef,0xef, + 0xff,0xee,0xed,0xed,0xff,0xeb,0xea,0xea,0xff,0xe8,0xe8,0xe6,0xff,0xe6,0xe5,0xe4, + 0xff,0xe1,0xe1,0xe0,0xff,0xdc,0xdc,0xda,0xff,0xd7,0xd6,0xd4,0xff,0xd2,0xd1,0xcf, + 0xff,0xcb,0xca,0xc8,0xff,0xc3,0xc2,0xc0,0xff,0xba,0xb8,0xb8,0xff,0xbe,0xbb,0xb5, + 0xff,0xee,0xe3,0xcc,0xff,0xfe,0xf0,0xd5,0xff,0xfc,0xef,0xd5,0xff,0xfc,0xef,0xd3, + 0xff,0xfd,0xef,0xd4,0xff,0xfd,0xed,0xd4,0xff,0xfc,0xee,0xd3,0xff,0xfb,0xed,0xd3, + 0xff,0xfb,0xec,0xd3,0xff,0xfc,0xec,0xd3,0xff,0xfb,0xec,0xd3,0xff,0xfb,0xeb,0xd1, + 0xff,0xfa,0xea,0xd1,0xff,0xfa,0xe9,0xd1,0xff,0xfa,0xea,0xd1,0xff,0xfa,0xe8,0xcf, + 0xff,0xfa,0xe9,0xd0,0xff,0xf9,0xe8,0xcf,0xff,0xf9,0xe7,0xcd,0xff,0xf9,0xe7,0xcc, + 0xff,0xf8,0xe5,0xcc,0xff,0xf8,0xe6,0xca,0xff,0xf7,0xe6,0xca,0xff,0xf6,0xe5,0xca, + 0xff,0xf6,0xe4,0xc9,0xff,0xf5,0xe4,0xc7,0xff,0xf6,0xe2,0xc8,0xff,0xf5,0xe2,0xc6, + 0xff,0xf4,0xe2,0xc3,0xff,0xf4,0xe2,0xc1,0xff,0xf3,0xe1,0xc0,0xff,0xf4,0xdf,0xc0, + 0xff,0xf3,0xde,0xbf,0xff,0xf2,0xde,0xbf,0xff,0xf1,0xdd,0xbe,0xff,0xf0,0xdc,0xbb, + 0xff,0xef,0xda,0xbb,0xff,0xef,0xda,0xb9,0xff,0xee,0xd9,0xb7,0xff,0xee,0xd8,0xb6, + 0xff,0xed,0xd6,0xb5,0xff,0xec,0xd5,0xb6,0xff,0xec,0xd4,0xb5,0xff,0xec,0xd3,0xb3, + 0xff,0xea,0xd2,0xb1,0xff,0xe9,0xd1,0xad,0xff,0xe9,0xd1,0xad,0xff,0xe8,0xcf,0xab, + 0xff,0xe8,0xd0,0xaa,0xff,0xe7,0xce,0xaa,0xff,0xe5,0xcc,0xa5,0xff,0xe5,0xcb,0xa4, + 0xff,0xe4,0xca,0xa4,0xff,0xe3,0xc8,0xa3,0xff,0xe3,0xc5,0xa1,0xff,0xe2,0xc4,0xa0, + 0xff,0xe1,0xc3,0x9e,0xff,0xe1,0xc2,0x9b,0xff,0xe0,0xc1,0x99,0xff,0xdf,0xbe,0x98, + 0xff,0xdd,0xbd,0x96,0xff,0xdc,0xbc,0x95,0xff,0xdc,0xbc,0x91,0xff,0xda,0xba,0x92, + 0xff,0xd9,0xb9,0x8f,0xff,0xd9,0xb8,0x8d,0xff,0xd8,0xb6,0x8b,0xff,0xd6,0xb3,0x88, + 0xff,0xd5,0xb2,0x87,0xff,0xd4,0xb1,0x84,0xff,0xd3,0xb0,0x81,0xff,0xd2,0xae,0x81, + 0xff,0xd0,0xab,0x80,0xff,0xce,0xa9,0x7c,0xff,0xce,0xa9,0x7a,0xff,0xc4,0xa1,0x74, + 0xff,0xc1,0x9d,0x70,0xff,0xc0,0x9c,0x6f,0xff,0xbf,0x9a,0x6e,0xff,0xf4,0xe4,0xd1, + 0xff,0xf6,0xe9,0xda,0xff,0xf6,0xe8,0xd9,0xff,0xf7,0xe8,0xd8,0xff,0xf7,0xe8,0xd7, + 0xff,0xf5,0xe7,0xd7,0xff,0xf5,0xe6,0xd6,0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe6,0xd4, + 0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe3,0xd1,0xff,0xf5,0xe3,0xd0, + 0xff,0xf6,0xe3,0xd0,0xff,0xc1,0xac,0x83,0xff,0xc1,0xac,0x82,0xff,0x0,0x0,0x0, + 0x13,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc6,0xa0, + 0xff,0xd9,0xc5,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xbb,0xb5,0xaa, + 0xff,0x9e,0x9d,0x9b,0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9, + 0xff,0xd5,0xd5,0xd4,0xff,0xdf,0xdf,0xdd,0xff,0xe6,0xe6,0xe6,0xff,0xee,0xee,0xee, + 0xff,0xf3,0xf2,0xf2,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfc,0xfd,0xfd, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf3,0xf3,0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf2, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf3,0xf3,0xff,0xf4,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf4,0xf4,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf4, + 0xff,0xf6,0xf5,0xf4,0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf5,0xf4,0xff,0xf7,0xf6,0xf4, + 0xff,0xf5,0xf5,0xf5,0xff,0xf6,0xf4,0xf4,0xff,0xf6,0xf4,0xf5,0xff,0xf6,0xf6,0xf6, + 0xff,0xf5,0xf4,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf4,0xf3,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf4,0xf2,0xff,0xf5,0xf4,0xf4,0xff,0xf3,0xf3,0xf3, + 0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf3,0xf0,0xff,0xf2,0xf1,0xf1,0xff,0xef,0xef,0xee, + 0xff,0xee,0xee,0xec,0xff,0xec,0xec,0xea,0xff,0xe9,0xe7,0xe9,0xff,0xe7,0xe7,0xe6, + 0xff,0xe4,0xe3,0xe1,0xff,0xdf,0xde,0xdd,0xff,0xdb,0xda,0xd8,0xff,0xd6,0xd5,0xd3, + 0xff,0xce,0xcd,0xcc,0xff,0xc9,0xc7,0xc5,0xff,0xc1,0xbf,0xbc,0xff,0xc4,0xc0,0xbb, + 0xff,0xf0,0xe4,0xcf,0xff,0xfd,0xee,0xd5,0xff,0xfd,0xef,0xd4,0xff,0xfc,0xee,0xd4, + 0xff,0xfc,0xed,0xd4,0xff,0xfb,0xec,0xd3,0xff,0xfb,0xec,0xd3,0xff,0xfc,0xed,0xd4, + 0xff,0xfc,0xec,0xd3,0xff,0xfa,0xeb,0xd2,0xff,0xfb,0xec,0xd1,0xff,0xfb,0xeb,0xd2, + 0xff,0xfb,0xea,0xd2,0xff,0xfa,0xea,0xd1,0xff,0xfa,0xe9,0xcf,0xff,0xfa,0xe9,0xd0, + 0xff,0xf8,0xe7,0xce,0xff,0xf9,0xe8,0xcd,0xff,0xf9,0xe7,0xcc,0xff,0xf8,0xe5,0xcc, + 0xff,0xf7,0xe5,0xc9,0xff,0xf7,0xe6,0xca,0xff,0xf6,0xe5,0xca,0xff,0xf6,0xe4,0xc9, + 0xff,0xf5,0xe4,0xc7,0xff,0xf5,0xe2,0xc6,0xff,0xf5,0xe2,0xc4,0xff,0xf4,0xe1,0xc2, + 0xff,0xf4,0xe2,0xc0,0xff,0xf3,0xe1,0xc0,0xff,0xf3,0xdf,0xc0,0xff,0xf2,0xde,0xbf, + 0xff,0xf2,0xde,0xbf,0xff,0xf1,0xdd,0xbe,0xff,0xf1,0xdc,0xbc,0xff,0xf0,0xda,0xbb, + 0xff,0xef,0xda,0xb9,0xff,0xee,0xd9,0xb7,0xff,0xee,0xd8,0xb6,0xff,0xed,0xd6,0xb5, + 0xff,0xec,0xd5,0xb5,0xff,0xec,0xd4,0xb5,0xff,0xeb,0xd2,0xb2,0xff,0xea,0xd2,0xaf, + 0xff,0xe9,0xd1,0xad,0xff,0xe9,0xd0,0xac,0xff,0xe8,0xcf,0xab,0xff,0xe8,0xcf,0xaa, + 0xff,0xe6,0xcd,0xa9,0xff,0xe6,0xcc,0xa5,0xff,0xe5,0xcb,0xa4,0xff,0xe3,0xc9,0xa3, + 0xff,0xe2,0xc7,0xa3,0xff,0xe3,0xc6,0xa1,0xff,0xe2,0xc4,0x9e,0xff,0xe1,0xc3,0x9d, + 0xff,0xe1,0xc3,0x9b,0xff,0xdf,0xc1,0x99,0xff,0xdf,0xbf,0x99,0xff,0xdd,0xbe,0x96, + 0xff,0xdd,0xbd,0x95,0xff,0xdb,0xbb,0x91,0xff,0xda,0xb9,0x91,0xff,0xd9,0xb9,0x8e, + 0xff,0xd9,0xb8,0x8d,0xff,0xd7,0xb5,0x8a,0xff,0xd6,0xb3,0x88,0xff,0xd4,0xb1,0x86, + 0xff,0xd4,0xb1,0x84,0xff,0xd3,0xb0,0x81,0xff,0xd1,0xad,0x80,0xff,0xd1,0xac,0x81, + 0xff,0xcf,0xaa,0x7d,0xff,0xcd,0xa8,0x7a,0xff,0xcd,0xa8,0x78,0xff,0xc4,0x9e,0x73, + 0xff,0xc0,0x9b,0x6f,0xff,0xbf,0x99,0x6d,0xff,0xbe,0x99,0x6b,0xff,0xf4,0xe4,0xcf, + 0xff,0xf7,0xe9,0xda,0xff,0xf7,0xe9,0xd8,0xff,0xf6,0xe7,0xd7,0xff,0xf6,0xe8,0xd7, + 0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4, + 0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd0,0xff,0xf5,0xe3,0xcf, + 0xff,0xf4,0xe3,0xce,0xff,0xc2,0xae,0x83,0xff,0xc2,0xad,0x83,0xff,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0x9f, + 0xff,0xd9,0xc6,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xef,0xe3,0xca, + 0xff,0xbf,0xb7,0xac,0xff,0x9d,0x9c,0x9b,0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xdd,0xff,0xe6,0xe6,0xe6, + 0xff,0xed,0xed,0xed,0xff,0xf3,0xf2,0xf2,0xff,0xf5,0xf5,0xf5,0xff,0xf9,0xfa,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfc,0xfd,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfa,0xfa,0xff,0xf9,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf2,0xf2, + 0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf5,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf6,0xff,0xf5,0xf5,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf6,0xf6,0xff,0xf4,0xf5,0xf4,0xff,0xf4,0xf4,0xf4, + 0xff,0xf5,0xf5,0xf4,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf5,0xf3,0xff,0xf5,0xf4,0xf3, + 0xff,0xf4,0xf4,0xf3,0xff,0xf5,0xf3,0xf3,0xff,0xf3,0xf4,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf2,0xf2,0xff,0xf2,0xf2,0xf2,0xff,0xf2,0xf1,0xf1,0xff,0xf3,0xf1,0xf2, + 0xff,0xf1,0xf2,0xef,0xff,0xf1,0xf0,0xf0,0xff,0xf2,0xf1,0xf1,0xff,0xef,0xee,0xee, + 0xff,0xee,0xee,0xec,0xff,0xec,0xeb,0xea,0xff,0xea,0xea,0xe8,0xff,0xe7,0xe7,0xe5, + 0xff,0xe5,0xe4,0xe2,0xff,0xe1,0xe0,0xdf,0xff,0xdd,0xdc,0xdb,0xff,0xd8,0xd8,0xd7, + 0xff,0xd2,0xd1,0xd0,0xff,0xcd,0xcc,0xca,0xff,0xc6,0xc4,0xc2,0xff,0xca,0xc6,0xc0, + 0xff,0xf0,0xe3,0xd0,0xff,0xfc,0xee,0xd4,0xff,0xfc,0xee,0xd4,0xff,0xfd,0xed,0xd4, + 0xff,0xfc,0xec,0xd3,0xff,0xfc,0xed,0xd4,0xff,0xfb,0xec,0xd3,0xff,0xfc,0xec,0xd3, + 0xff,0xfa,0xeb,0xd2,0xff,0xfb,0xec,0xd1,0xff,0xfb,0xeb,0xd2,0xff,0xfb,0xea,0xd2, + 0xff,0xfa,0xe9,0xd0,0xff,0xfa,0xe8,0xcf,0xff,0xfa,0xe8,0xcf,0xff,0xf9,0xe8,0xce, + 0xff,0xf9,0xe8,0xcd,0xff,0xf9,0xe7,0xcc,0xff,0xf8,0xe6,0xcc,0xff,0xf8,0xe6,0xca, + 0xff,0xf7,0xe5,0xc8,0xff,0xf6,0xe5,0xc9,0xff,0xf6,0xe3,0xc7,0xff,0xf5,0xe4,0xc5, + 0xff,0xf5,0xe2,0xc6,0xff,0xf6,0xe2,0xc5,0xff,0xf4,0xe2,0xc3,0xff,0xf4,0xe2,0xc0, + 0xff,0xf3,0xe1,0xc0,0xff,0xf3,0xdf,0xc0,0xff,0xf2,0xde,0xbf,0xff,0xf2,0xde,0xbf, + 0xff,0xf1,0xdd,0xbe,0xff,0xf1,0xdc,0xbc,0xff,0xef,0xda,0xbb,0xff,0xef,0xda,0xb9, + 0xff,0xee,0xd9,0xb7,0xff,0xee,0xd8,0xb6,0xff,0xed,0xd6,0xb5,0xff,0xec,0xd5,0xb4, + 0xff,0xec,0xd4,0xb4,0xff,0xec,0xd2,0xb1,0xff,0xeb,0xd2,0xb0,0xff,0xe9,0xd1,0xad, + 0xff,0xe8,0xd0,0xac,0xff,0xe7,0xcf,0xab,0xff,0xe8,0xd0,0xaa,0xff,0xe7,0xce,0xaa, + 0xff,0xe6,0xcb,0xa6,0xff,0xe5,0xca,0xa4,0xff,0xe3,0xc8,0xa4,0xff,0xe3,0xc7,0xa3, + 0xff,0xe3,0xc6,0xa1,0xff,0xe2,0xc4,0x9f,0xff,0xe1,0xc4,0x9e,0xff,0xe1,0xc2,0x9b, + 0xff,0xdf,0xc0,0x99,0xff,0xdf,0xbe,0x99,0xff,0xdd,0xbe,0x96,0xff,0xdd,0xbd,0x95, + 0xff,0xdb,0xbb,0x90,0xff,0xdb,0xba,0x92,0xff,0xd9,0xb9,0x8f,0xff,0xd9,0xb8,0x8b, + 0xff,0xd8,0xb6,0x89,0xff,0xd7,0xb4,0x89,0xff,0xd5,0xb2,0x87,0xff,0xd4,0xb1,0x84, + 0xff,0xd2,0xaf,0x81,0xff,0xd2,0xad,0x81,0xff,0xd1,0xac,0x80,0xff,0xce,0xa9,0x7c, + 0xff,0xce,0xa9,0x7a,0xff,0xcd,0xa7,0x78,0xff,0xcb,0xa4,0x74,0xff,0xc2,0x9d,0x6f, + 0xff,0xbe,0x99,0x6d,0xff,0xbe,0x99,0x6b,0xff,0xbd,0x97,0x69,0xff,0xf4,0xe3,0xce, + 0xff,0xf7,0xe8,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd6, + 0xff,0xf6,0xe7,0xd4,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3, + 0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd0,0xff,0xf5,0xe3,0xcf,0xff,0xf4,0xe3,0xce, + 0xff,0xf4,0xe2,0xcd,0xff,0xc1,0xad,0x82,0xff,0xc1,0xae,0x82,0xff,0x0,0x0,0x0, + 0x8,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0xa0, + 0xff,0xd8,0xc6,0x9f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf0,0xe3,0xcc,0xff,0xcb,0xc2,0xb3,0xff,0xa2,0xa0,0x9e,0xff,0xae,0xad,0xad, + 0xff,0xbd,0xbc,0xbc,0xff,0xc9,0xc8,0xc8,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xdd, + 0xff,0xe6,0xe6,0xe8,0xff,0xec,0xec,0xec,0xff,0xf2,0xf2,0xf2,0xff,0xf6,0xf6,0xf6, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf2,0xf2,0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf2,0xf2, + 0xff,0xf4,0xf2,0xf2,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf4,0xf4, + 0xff,0xf3,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf3,0xf3, + 0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf4,0xf4,0xf3,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf4,0xf3, + 0xff,0xf3,0xf3,0xf2,0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf3,0xf1, + 0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf2,0xf0,0xff,0xf2,0xf1,0xf1, + 0xff,0xf0,0xf0,0xef,0xff,0xf1,0xf0,0xf1,0xff,0xef,0xee,0xee,0xff,0xef,0xef,0xee, + 0xff,0xed,0xec,0xec,0xff,0xec,0xeb,0xeb,0xff,0xea,0xea,0xe9,0xff,0xe8,0xe8,0xe6, + 0xff,0xe5,0xe5,0xe3,0xff,0xe2,0xe2,0xe0,0xff,0xde,0xdd,0xdd,0xff,0xda,0xda,0xd9, + 0xff,0xd5,0xd4,0xd3,0xff,0xd0,0xcf,0xce,0xff,0xca,0xc8,0xc7,0xff,0xce,0xca,0xc4, + 0xff,0xf1,0xe6,0xd0,0xff,0xfd,0xef,0xd4,0xff,0xfc,0xed,0xd4,0xff,0xfc,0xed,0xd4, + 0xff,0xfc,0xed,0xd3,0xff,0xfb,0xec,0xd3,0xff,0xfc,0xec,0xd3,0xff,0xfb,0xec,0xd3, + 0xff,0xfb,0xeb,0xd1,0xff,0xfa,0xea,0xd1,0xff,0xfb,0xea,0xd1,0xff,0xfa,0xea,0xcf, + 0xff,0xfa,0xe8,0xcf,0xff,0xfa,0xe9,0xce,0xff,0xf9,0xe8,0xcd,0xff,0xf9,0xe8,0xcc, + 0xff,0xf9,0xe7,0xcb,0xff,0xf8,0xe6,0xcb,0xff,0xf8,0xe6,0xc8,0xff,0xf7,0xe6,0xc9, + 0xff,0xf6,0xe4,0xc8,0xff,0xf6,0xe3,0xc7,0xff,0xf5,0xe4,0xc5,0xff,0xf5,0xe2,0xc6, + 0xff,0xf5,0xe2,0xc4,0xff,0xf4,0xe2,0xc3,0xff,0xf4,0xe2,0xc0,0xff,0xf3,0xe1,0xc0, + 0xff,0xf3,0xdf,0xc0,0xff,0xf2,0xde,0xbf,0xff,0xf2,0xde,0xbf,0xff,0xf1,0xdd,0xbe, + 0xff,0xf0,0xdc,0xbb,0xff,0xf0,0xda,0xbb,0xff,0xf0,0xda,0xba,0xff,0xee,0xd9,0xb7, + 0xff,0xee,0xd9,0xb6,0xff,0xed,0xd6,0xb5,0xff,0xec,0xd5,0xb4,0xff,0xec,0xd4,0xb4, + 0xff,0xec,0xd2,0xb1,0xff,0xeb,0xd3,0xb0,0xff,0xea,0xd1,0xad,0xff,0xe9,0xd0,0xad, + 0xff,0xe8,0xcf,0xab,0xff,0xe8,0xcf,0xab,0xff,0xe7,0xcc,0xaa,0xff,0xe6,0xcc,0xa6, + 0xff,0xe5,0xcb,0xa5,0xff,0xe4,0xc9,0xa3,0xff,0xe3,0xc7,0xa3,0xff,0xe3,0xc6,0xa0, + 0xff,0xe2,0xc4,0x9f,0xff,0xe1,0xc3,0x9d,0xff,0xe1,0xc3,0x9b,0xff,0xdf,0xc0,0x99, + 0xff,0xdf,0xbe,0x98,0xff,0xde,0xbe,0x96,0xff,0xdc,0xbc,0x95,0xff,0xdb,0xbb,0x90, + 0xff,0xdb,0xba,0x91,0xff,0xda,0xba,0x8d,0xff,0xd8,0xb8,0x8b,0xff,0xd7,0xb5,0x89, + 0xff,0xd7,0xb4,0x89,0xff,0xd5,0xb2,0x87,0xff,0xd4,0xb1,0x84,0xff,0xd3,0xb0,0x82, + 0xff,0xd1,0xad,0x80,0xff,0xd0,0xab,0x80,0xff,0xcf,0xaa,0x7d,0xff,0xcd,0xa8,0x7a, + 0xff,0xcd,0xa7,0x76,0xff,0xcc,0xa4,0x74,0xff,0xca,0xa3,0x72,0xff,0xc2,0x9c,0x6e, + 0xff,0xbe,0x98,0x6a,0xff,0xbd,0x96,0x68,0xff,0xbb,0x94,0x67,0xff,0xf4,0xe3,0xce, + 0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd7,0xff,0xf6,0xe7,0xd5, + 0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe3,0xd1, + 0xff,0xf5,0xe4,0xd1,0xff,0xf5,0xe3,0xcf,0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe1,0xcc, + 0xff,0xf2,0xde,0xc9,0xff,0xc3,0xae,0x84,0xff,0xcd,0xbc,0x99,0xff,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc7,0xa1, + 0xff,0xd8,0xc6,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xd0,0xc6,0xb7,0xff,0xa1,0xa0,0x9e, + 0xff,0xae,0xad,0xac,0xff,0xbd,0xbc,0xbc,0xff,0xc9,0xc8,0xc8,0xff,0xd5,0xd4,0xd4, + 0xff,0xde,0xdf,0xdd,0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed,0xff,0xf3,0xf2,0xf2, + 0xff,0xf7,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfb,0xfa,0xfa, + 0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf2,0xf1,0xf1,0xff,0xf3,0xf2,0xf2, + 0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf2, + 0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf2,0xf2,0xff,0xf3,0xf2,0xf2, + 0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf3,0xf2,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf4,0xf2, + 0xff,0xf3,0xf3,0xf2,0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf2,0xf2, + 0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf3,0xf3, + 0xff,0xf3,0xf2,0xf2,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf2,0xf0,0xff,0xf1,0xf1,0xf0, + 0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xef,0xff,0xf0,0xf0,0xef,0xff,0xf1,0xf0,0xf0, + 0xff,0xef,0xee,0xee,0xff,0xef,0xee,0xee,0xff,0xee,0xed,0xed,0xff,0xee,0xee,0xec, + 0xff,0xec,0xec,0xeb,0xff,0xec,0xeb,0xeb,0xff,0xe9,0xe8,0xe8,0xff,0xe8,0xe8,0xe7, + 0xff,0xe5,0xe5,0xe3,0xff,0xe3,0xe2,0xe0,0xff,0xe0,0xdf,0xde,0xff,0xdd,0xdb,0xda, + 0xff,0xd8,0xd7,0xd6,0xff,0xd3,0xd2,0xd1,0xff,0xcd,0xcb,0xca,0xff,0xd1,0xcd,0xc7, + 0xff,0xf2,0xe7,0xcf,0xff,0xfd,0xee,0xd3,0xff,0xfc,0xed,0xd3,0xff,0xfc,0xed,0xd2, + 0xff,0xfc,0xed,0xd2,0xff,0xfc,0xec,0xd1,0xff,0xfb,0xec,0xd2,0xff,0xfb,0xeb,0xcf, + 0xff,0xfb,0xeb,0xd0,0xff,0xfb,0xea,0xd0,0xff,0xfa,0xe9,0xcf,0xff,0xfa,0xe9,0xcf, + 0xff,0xfa,0xe9,0xce,0xff,0xf9,0xe8,0xce,0xff,0xf9,0xe7,0xcb,0xff,0xf9,0xe7,0xcb, + 0xff,0xf8,0xe5,0xcb,0xff,0xf8,0xe6,0xc9,0xff,0xf7,0xe6,0xc8,0xff,0xf6,0xe4,0xc8, + 0xff,0xf6,0xe4,0xc8,0xff,0xf5,0xe4,0xc5,0xff,0xf6,0xe2,0xc6,0xff,0xf5,0xe1,0xc4, + 0xff,0xf4,0xe2,0xc3,0xff,0xf5,0xe2,0xc0,0xff,0xf3,0xe1,0xc0,0xff,0xf3,0xdf,0xc0, + 0xff,0xf3,0xde,0xbf,0xff,0xf2,0xde,0xbf,0xff,0xf2,0xdd,0xbe,0xff,0xf0,0xdc,0xbb, + 0xff,0xf0,0xda,0xbb,0xff,0xef,0xda,0xb8,0xff,0xee,0xd9,0xb5,0xff,0xed,0xd8,0xb4, + 0xff,0xed,0xd6,0xb5,0xff,0xec,0xd5,0xb4,0xff,0xeb,0xd4,0xb3,0xff,0xec,0xd2,0xb1, + 0xff,0xea,0xd2,0xb0,0xff,0xea,0xd1,0xae,0xff,0xe9,0xd0,0xac,0xff,0xe7,0xcf,0xab, + 0xff,0xe8,0xcf,0xab,0xff,0xe7,0xcc,0xa8,0xff,0xe6,0xcc,0xa6,0xff,0xe5,0xca,0xa3, + 0xff,0xe4,0xc9,0xa3,0xff,0xe3,0xc7,0xa3,0xff,0xe3,0xc5,0x9f,0xff,0xe2,0xc5,0x9f, + 0xff,0xe1,0xc4,0x9e,0xff,0xe1,0xc3,0x9b,0xff,0xdf,0xc1,0x99,0xff,0xdf,0xbe,0x99, + 0xff,0xdd,0xbe,0x96,0xff,0xdc,0xbd,0x95,0xff,0xdb,0xbc,0x91,0xff,0xdb,0xba,0x91, + 0xff,0xd9,0xba,0x8d,0xff,0xd9,0xb8,0x8b,0xff,0xd8,0xb6,0x89,0xff,0xd6,0xb3,0x88, + 0xff,0xd5,0xb2,0x87,0xff,0xd4,0xb1,0x84,0xff,0xd3,0xb0,0x82,0xff,0xd2,0xae,0x81, + 0xff,0xd1,0xac,0x7f,0xff,0xce,0xa9,0x7c,0xff,0xce,0xa9,0x7a,0xff,0xcc,0xa6,0x76, + 0xff,0xcb,0xa4,0x74,0xff,0xcb,0xa3,0x73,0xff,0xc9,0xa1,0x72,0xff,0xc1,0x99,0x6b, + 0xff,0xbd,0x96,0x68,0xff,0xbc,0x94,0x68,0xff,0xbb,0x93,0x65,0xff,0xf3,0xe2,0xcd, + 0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe5,0xd3, + 0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd1,0xff,0xf5,0xe4,0xd0, + 0xff,0xf5,0xe3,0xd0,0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe1,0xcd,0xff,0xf4,0xe1,0xcd, + 0xff,0xe4,0xd1,0xb6,0xff,0xc2,0xad,0x83,0xff,0xeb,0xdf,0xc8,0xc0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc7,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf1,0xe4,0xcb,0xff,0xd7,0xcd,0xbb, + 0xff,0xa2,0xa1,0x9c,0xff,0xae,0xad,0xad,0xff,0xbc,0xbb,0xbb,0xff,0xca,0xc8,0xca, + 0xff,0xd5,0xd4,0xd4,0xff,0xde,0xdf,0xde,0xff,0xe6,0xe6,0xe6,0xff,0xec,0xec,0xec, + 0xff,0xf3,0xf2,0xf2,0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf2,0xff,0xf2,0xf1,0xf1, + 0xff,0xf4,0xf3,0xf3,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf3,0xf2,0xf2, + 0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf2,0xf1,0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf2,0xff,0xf4,0xf3,0xf1,0xff,0xf2,0xf2,0xf2, + 0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf1,0xf1,0xff,0xf2,0xf2,0xf2,0xff,0xf3,0xf2,0xf2, + 0xff,0xf3,0xf2,0xf2,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf0, + 0xff,0xf1,0xf1,0xf0,0xff,0xf1,0xf0,0xf0,0xff,0xf0,0xf0,0xf0,0xff,0xf1,0xf0,0xf0, + 0xff,0xf0,0xef,0xee,0xff,0xef,0xef,0xee,0xff,0xf0,0xef,0xed,0xff,0xf0,0xef,0xed, + 0xff,0xef,0xee,0xee,0xff,0xed,0xec,0xec,0xff,0xee,0xed,0xeb,0xff,0xed,0xed,0xeb, + 0xff,0xec,0xec,0xea,0xff,0xe9,0xea,0xe9,0xff,0xe8,0xe8,0xe7,0xff,0xe8,0xe7,0xe6, + 0xff,0xe5,0xe4,0xe2,0xff,0xe3,0xe2,0xe1,0xff,0xe0,0xe0,0xdf,0xff,0xde,0xdd,0xdc, + 0xff,0xd9,0xd8,0xd7,0xff,0xd5,0xd4,0xd2,0xff,0xd1,0xcf,0xcd,0xff,0xd2,0xce,0xc9, + 0xff,0xf2,0xe6,0xd1,0xff,0xfc,0xed,0xd2,0xff,0xfc,0xed,0xd2,0xff,0xfc,0xed,0xd2, + 0xff,0xfc,0xec,0xd1,0xff,0xfb,0xec,0xd1,0xff,0xfb,0xec,0xd0,0xff,0xfb,0xeb,0xd0, + 0xff,0xfb,0xe9,0xd0,0xff,0xfa,0xe9,0xcf,0xff,0xfa,0xe9,0xce,0xff,0xfa,0xe9,0xce, + 0xff,0xf9,0xe8,0xcd,0xff,0xf9,0xe8,0xcc,0xff,0xf9,0xe6,0xca,0xff,0xf8,0xe5,0xcb, + 0xff,0xf8,0xe5,0xc8,0xff,0xf7,0xe5,0xc8,0xff,0xf6,0xe4,0xc8,0xff,0xf6,0xe3,0xc7, + 0xff,0xf5,0xe4,0xc5,0xff,0xf5,0xe2,0xc6,0xff,0xf5,0xe1,0xc4,0xff,0xf4,0xe1,0xc2, + 0xff,0xf4,0xe2,0xc0,0xff,0xf3,0xe1,0xc0,0xff,0xf3,0xdf,0xbf,0xff,0xf2,0xde,0xbe, + 0xff,0xf2,0xde,0xbd,0xff,0xf1,0xdd,0xbc,0xff,0xf1,0xdc,0xba,0xff,0xef,0xda,0xb9, + 0xff,0xef,0xda,0xb8,0xff,0xee,0xd9,0xb5,0xff,0xee,0xd8,0xb5,0xff,0xee,0xd6,0xb5, + 0xff,0xec,0xd5,0xb4,0xff,0xec,0xd4,0xb3,0xff,0xeb,0xd2,0xb1,0xff,0xea,0xd1,0xb0, + 0xff,0xea,0xd0,0xae,0xff,0xe9,0xd1,0xad,0xff,0xe8,0xd0,0xac,0xff,0xe8,0xce,0xaa, + 0xff,0xe7,0xcc,0xa8,0xff,0xe6,0xcb,0xa4,0xff,0xe5,0xcb,0xa4,0xff,0xe3,0xc8,0xa2, + 0xff,0xe3,0xc8,0xa3,0xff,0xe3,0xc6,0xa0,0xff,0xe2,0xc4,0x9e,0xff,0xe1,0xc4,0x9e, + 0xff,0xe1,0xc2,0x9b,0xff,0xdf,0xc0,0x99,0xff,0xdf,0xbf,0x99,0xff,0xdd,0xbe,0x96, + 0xff,0xdd,0xbd,0x94,0xff,0xdc,0xbc,0x91,0xff,0xda,0xb9,0x90,0xff,0xd9,0xb9,0x8d, + 0xff,0xd9,0xb8,0x8b,0xff,0xd7,0xb5,0x89,0xff,0xd6,0xb3,0x88,0xff,0xd5,0xb2,0x87, + 0xff,0xd3,0xb1,0x84,0xff,0xd2,0xaf,0x81,0xff,0xd1,0xad,0x80,0xff,0xd0,0xab,0x7e, + 0xff,0xce,0xa9,0x7b,0xff,0xce,0xa9,0x7a,0xff,0xcd,0xa7,0x76,0xff,0xcc,0xa5,0x74, + 0xff,0xcb,0xa4,0x73,0xff,0xca,0xa2,0x72,0xff,0xc8,0xa0,0x6f,0xff,0xc0,0x98,0x69, + 0xff,0xbc,0x94,0x68,0xff,0xbb,0x93,0x65,0xff,0xb9,0x91,0x61,0xff,0xf4,0xe2,0xcc, + 0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4, + 0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd0,0xff,0xf5,0xe2,0xcf, + 0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe1,0xcc,0xff,0xf5,0xe1,0xce,0xff,0xf4,0xe1,0xcc, + 0xff,0xd8,0xc4,0xa3,0xff,0xda,0xca,0xaa,0xff,0xff,0xf6,0xe4,0x80,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc7,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xf0,0xd2, + 0xff,0xd8,0xcd,0xbb,0xff,0xa0,0x9f,0x9e,0xff,0xad,0xad,0xac,0xff,0xbe,0xbd,0xbd, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6, + 0xff,0xee,0xed,0xed,0xff,0xf2,0xf2,0xf2,0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf9,0xf9, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf3,0xf2,0xf2,0xff,0xf4,0xf3,0xf3, + 0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf3,0xf2,0xf2, + 0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf3,0xf1, + 0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf2,0xf1,0xff,0xf3,0xf3,0xf1,0xff,0xf2,0xf1,0xf1, + 0xff,0xf3,0xf2,0xf2,0xff,0xf2,0xf1,0xf1,0xff,0xf3,0xf2,0xf0,0xff,0xf2,0xf2,0xf2, + 0xff,0xf2,0xf0,0xf0,0xff,0xf2,0xf1,0xf1,0xff,0xf1,0xf0,0xf0,0xff,0xf0,0xf0,0xef, + 0xff,0xf2,0xf1,0xef,0xff,0xf0,0xf1,0xef,0xff,0xf1,0xf0,0xef,0xff,0xf0,0xf0,0xee, + 0xff,0xef,0xef,0xee,0xff,0xee,0xed,0xed,0xff,0xee,0xed,0xed,0xff,0xee,0xed,0xed, + 0xff,0xee,0xed,0xec,0xff,0xec,0xec,0xeb,0xff,0xec,0xec,0xea,0xff,0xeb,0xea,0xe9, + 0xff,0xeb,0xea,0xea,0xff,0xe8,0xe7,0xe9,0xff,0xe8,0xe7,0xe7,0xff,0xe7,0xe6,0xe4, + 0xff,0xe4,0xe3,0xe2,0xff,0xe2,0xe1,0xe1,0xff,0xe0,0xdf,0xde,0xff,0xde,0xdd,0xdc, + 0xff,0xda,0xd9,0xd7,0xff,0xd6,0xd5,0xd4,0xff,0xd2,0xd1,0xce,0xff,0xda,0xd5,0xcd, + 0xff,0xf8,0xea,0xd1,0xff,0xfc,0xed,0xd2,0xff,0xfb,0xec,0xd2,0xff,0xfc,0xec,0xd1, + 0xff,0xfb,0xec,0xd1,0xff,0xfb,0xeb,0xcf,0xff,0xfb,0xeb,0xd0,0xff,0xfa,0xe9,0xd0, + 0xff,0xfa,0xea,0xcf,0xff,0xfa,0xe9,0xce,0xff,0xfa,0xe9,0xce,0xff,0xf9,0xe8,0xcd, + 0xff,0xf9,0xe8,0xcc,0xff,0xf9,0xe7,0xcb,0xff,0xf8,0xe6,0xcb,0xff,0xf8,0xe6,0xc8, + 0xff,0xf7,0xe5,0xc8,0xff,0xf6,0xe5,0xc9,0xff,0xf6,0xe4,0xc8,0xff,0xf5,0xe4,0xc5, + 0xff,0xf5,0xe2,0xc6,0xff,0xf5,0xe1,0xc2,0xff,0xf5,0xe2,0xc2,0xff,0xf4,0xe2,0xc0, + 0xff,0xf3,0xe1,0xc1,0xff,0xf3,0xdf,0xc0,0xff,0xf3,0xde,0xbf,0xff,0xf2,0xde,0xbd, + 0xff,0xf1,0xdd,0xbc,0xff,0xf0,0xdc,0xba,0xff,0xef,0xda,0xb9,0xff,0xef,0xda,0xb8, + 0xff,0xef,0xd9,0xb6,0xff,0xed,0xd7,0xb5,0xff,0xed,0xd6,0xb5,0xff,0xec,0xd5,0xb4, + 0xff,0xec,0xd3,0xb4,0xff,0xeb,0xd1,0xb1,0xff,0xeb,0xd1,0xaf,0xff,0xe9,0xd0,0xac, + 0xff,0xe9,0xd0,0xab,0xff,0xe7,0xcf,0xab,0xff,0xe8,0xce,0xa9,0xff,0xe7,0xcc,0xa8, + 0xff,0xe6,0xcc,0xa5,0xff,0xe4,0xca,0xa3,0xff,0xe4,0xc8,0xa3,0xff,0xe3,0xc7,0xa3, + 0xff,0xe3,0xc5,0x9f,0xff,0xe2,0xc4,0x9e,0xff,0xe1,0xc4,0x9e,0xff,0xe1,0xc2,0x9b, + 0xff,0xdf,0xc0,0x99,0xff,0xe0,0xbf,0x99,0xff,0xdd,0xbd,0x96,0xff,0xdc,0xbd,0x93, + 0xff,0xdb,0xbb,0x91,0xff,0xda,0xb9,0x90,0xff,0xd9,0xb9,0x8d,0xff,0xd8,0xb8,0x8b, + 0xff,0xd8,0xb6,0x89,0xff,0xd7,0xb4,0x89,0xff,0xd5,0xb2,0x87,0xff,0xd3,0xb0,0x84, + 0xff,0xd3,0xb0,0x81,0xff,0xd2,0xad,0x80,0xff,0xd1,0xac,0x7f,0xff,0xce,0xa9,0x7b, + 0xff,0xcd,0xa8,0x79,0xff,0xcd,0xa7,0x76,0xff,0xcc,0xa4,0x74,0xff,0xcb,0xa3,0x73, + 0xff,0xca,0xa2,0x73,0xff,0xc7,0x9f,0x6e,0xff,0xc7,0x9d,0x6c,0xff,0xbe,0x97,0x69, + 0xff,0xbb,0x93,0x65,0xff,0xb9,0x92,0x61,0xff,0xb8,0x8f,0x61,0xff,0xf3,0xe1,0xcb, + 0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe6,0xd3,0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3, + 0xff,0xf5,0xe3,0xd1,0xff,0xf5,0xe4,0xd1,0xff,0xf5,0xe3,0xd0,0xff,0xf4,0xe3,0xce, + 0xff,0xf4,0xe2,0xcd,0xff,0xf5,0xe1,0xce,0xff,0xf4,0xe1,0xcc,0xff,0xf3,0xe0,0xcb, + 0xff,0xd1,0xc0,0x9b,0xff,0xfc,0xf1,0xde,0xff,0xff,0xf5,0xe0,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0xa0, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xf0,0xd2,0xff,0xd8,0xce,0xba,0xff,0xa1,0xa0,0x9d,0xff,0xaf,0xae,0xae, + 0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde, + 0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed,0xff,0xf2,0xf1,0xf1,0xff,0xf7,0xf6,0xf6, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfc,0xfc, + 0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf2,0xf1,0xf1, + 0xff,0xf2,0xf1,0xf1,0xff,0xf1,0xf0,0xf0,0xff,0xf2,0xf1,0xf1,0xff,0xf3,0xf1,0xf1, + 0xff,0xf1,0xf0,0xf0,0xff,0xf3,0xf2,0xf2,0xff,0xf2,0xf1,0xf0,0xff,0xf2,0xf1,0xf0, + 0xff,0xf2,0xf2,0xf2,0xff,0xf3,0xf1,0xf1,0xff,0xf1,0xf1,0xf1,0xff,0xf3,0xf1,0xf1, + 0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xef, + 0xff,0xf1,0xf1,0xf1,0xff,0xf1,0xf0,0xf0,0xff,0xf0,0xef,0xef,0xff,0xf1,0xf0,0xf0, + 0xff,0xef,0xef,0xee,0xff,0xf0,0xef,0xef,0xff,0xee,0xed,0xed,0xff,0xee,0xed,0xed, + 0xff,0xee,0xee,0xec,0xff,0xee,0xed,0xed,0xff,0xed,0xec,0xeb,0xff,0xed,0xec,0xec, + 0xff,0xec,0xeb,0xeb,0xff,0xeb,0xea,0xe9,0xff,0xeb,0xea,0xea,0xff,0xea,0xe9,0xe9, + 0xff,0xea,0xe9,0xe7,0xff,0xe8,0xe7,0xe7,0xff,0xe6,0xe5,0xe4,0xff,0xe6,0xe5,0xe4, + 0xff,0xe4,0xe3,0xe2,0xff,0xe2,0xe1,0xe0,0xff,0xe0,0xdf,0xdd,0xff,0xdd,0xdd,0xda, + 0xff,0xdb,0xda,0xd8,0xff,0xd7,0xd6,0xd4,0xff,0xd4,0xd3,0xd1,0xff,0xdd,0xd7,0xcd, + 0xff,0xfa,0xec,0xd1,0xff,0xfc,0xed,0xd2,0xff,0xfb,0xeb,0xd1,0xff,0xfb,0xeb,0xd1, + 0xff,0xfa,0xeb,0xcf,0xff,0xfb,0xea,0xd0,0xff,0xfb,0xe9,0xd0,0xff,0xf9,0xe9,0xcf, + 0xff,0xfa,0xe9,0xce,0xff,0xfa,0xe9,0xce,0xff,0xf9,0xe7,0xcd,0xff,0xf8,0xe7,0xcb, + 0xff,0xf9,0xe7,0xcb,0xff,0xf8,0xe6,0xcc,0xff,0xf8,0xe6,0xc8,0xff,0xf7,0xe5,0xc8, + 0xff,0xf6,0xe5,0xc7,0xff,0xf6,0xe3,0xc6,0xff,0xf5,0xe4,0xc5,0xff,0xf5,0xe2,0xc4, + 0xff,0xf5,0xe2,0xc3,0xff,0xf4,0xe2,0xc1,0xff,0xf4,0xe1,0xbf,0xff,0xf4,0xe1,0xc1, + 0xff,0xf3,0xdf,0xbf,0xff,0xf2,0xde,0xbf,0xff,0xf2,0xde,0xbd,0xff,0xf2,0xdd,0xbd, + 0xff,0xf0,0xdc,0xb9,0xff,0xef,0xda,0xb9,0xff,0xef,0xd9,0xb8,0xff,0xef,0xd8,0xb6, + 0xff,0xee,0xd7,0xb5,0xff,0xee,0xd5,0xb6,0xff,0xec,0xd4,0xb4,0xff,0xeb,0xd3,0xb2, + 0xff,0xec,0xd1,0xb0,0xff,0xea,0xd1,0xae,0xff,0xe9,0xd0,0xac,0xff,0xe8,0xd0,0xab, + 0xff,0xe7,0xcf,0xab,0xff,0xe8,0xcf,0xa9,0xff,0xe7,0xcc,0xa8,0xff,0xe5,0xcb,0xa4, + 0xff,0xe5,0xca,0xa3,0xff,0xe4,0xc9,0xa3,0xff,0xe3,0xc7,0xa3,0xff,0xe3,0xc6,0xa0, + 0xff,0xe2,0xc4,0x9f,0xff,0xe1,0xc3,0x9d,0xff,0xe2,0xc3,0x9c,0xff,0xdf,0xc0,0x99, + 0xff,0xe0,0xbf,0x97,0xff,0xdd,0xbe,0x95,0xff,0xdc,0xbd,0x94,0xff,0xdc,0xbc,0x91, + 0xff,0xdb,0xba,0x91,0xff,0xd9,0xb9,0x8d,0xff,0xd9,0xb8,0x8b,0xff,0xd8,0xb6,0x89, + 0xff,0xd6,0xb3,0x88,0xff,0xd4,0xb1,0x86,0xff,0xd3,0xb0,0x84,0xff,0xd2,0xae,0x81, + 0xff,0xd2,0xad,0x80,0xff,0xd0,0xab,0x7e,0xff,0xcf,0xaa,0x7b,0xff,0xce,0xa9,0x7a, + 0xff,0xcc,0xa6,0x76,0xff,0xcc,0xa5,0x74,0xff,0xcb,0xa4,0x73,0xff,0xca,0xa1,0x72, + 0xff,0xc8,0xa0,0x6f,0xff,0xc6,0x9d,0x6c,0xff,0xc6,0x9c,0x6b,0xff,0xbd,0x95,0x66, + 0xff,0xb9,0x91,0x61,0xff,0xb8,0x8f,0x61,0xff,0xb6,0x8d,0x5c,0xff,0xf3,0xe0,0xca, + 0xff,0xf6,0xe6,0xd3,0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd2,0xff,0xf5,0xe4,0xd2, + 0xff,0xf5,0xe3,0xd0,0xff,0xf5,0xe3,0xcf,0xff,0xf4,0xe2,0xcd,0xff,0xf4,0xe2,0xcd, + 0xff,0xf5,0xe1,0xce,0xff,0xf4,0xe1,0xcc,0xff,0xf3,0xe0,0xcb,0xff,0xee,0xdc,0xc5, + 0xff,0xfc,0xf0,0xdd,0xff,0xfa,0xee,0xd7,0xcf,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0xa0, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xf0,0xd3,0xff,0xff,0xf0,0xd3,0xff,0xd8,0xce,0xbb,0xff,0xa3,0xa2,0x9f, + 0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc,0xff,0xcb,0xca,0xca,0xff,0xd5,0xd4,0xd4, + 0xff,0xdd,0xdd,0xdc,0xff,0xe5,0xe5,0xe5,0xff,0xec,0xec,0xec,0xff,0xf2,0xf1,0xf1, + 0xff,0xf7,0xf7,0xf7,0xff,0xfa,0xfa,0xfa,0xff,0xfd,0xfd,0xfb,0xff,0xfd,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfe,0xfe, + 0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf5,0xf5,0xff,0xf6,0xf6,0xf4,0xff,0xf4,0xf3,0xf2,0xff,0xf2,0xf1,0xf1, + 0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf1,0xef,0xef,0xff,0xf2,0xf1,0xf1, + 0xff,0xf2,0xf1,0xf1,0xff,0xf1,0xf0,0xef,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1, + 0xff,0xf1,0xf0,0xef,0xff,0xf1,0xf0,0xf0,0xff,0xf2,0xf0,0xf0,0xff,0xf0,0xf0,0xf0, + 0xff,0xf1,0xef,0xef,0xff,0xf1,0xf0,0xf0,0xff,0xf1,0xf0,0xf0,0xff,0xf1,0xf0,0xf0, + 0xff,0xf0,0xef,0xee,0xff,0xef,0xef,0xee,0xff,0xf0,0xef,0xef,0xff,0xf0,0xef,0xed, + 0xff,0xee,0xee,0xed,0xff,0xef,0xed,0xed,0xff,0xed,0xed,0xec,0xff,0xee,0xed,0xec, + 0xff,0xee,0xed,0xeb,0xff,0xed,0xec,0xec,0xff,0xeb,0xea,0xea,0xff,0xeb,0xea,0xe9, + 0xff,0xea,0xe9,0xe9,0xff,0xea,0xe9,0xe9,0xff,0xea,0xe9,0xe7,0xff,0xe9,0xe8,0xe6, + 0xff,0xe8,0xe7,0xe5,0xff,0xe8,0xe7,0xe6,0xff,0xe5,0xe4,0xe3,0xff,0xe5,0xe4,0xe2, + 0xff,0xe3,0xe2,0xe1,0xff,0xe1,0xe0,0xde,0xff,0xdf,0xde,0xdd,0xff,0xdd,0xdc,0xda, + 0xff,0xdb,0xd9,0xd7,0xff,0xd7,0xd6,0xd4,0xff,0xd4,0xd2,0xd1,0xff,0xe3,0xdb,0xce, + 0xff,0xfc,0xed,0xd1,0xff,0xfc,0xec,0xd0,0xff,0xfb,0xec,0xd0,0xff,0xfb,0xec,0xce, + 0xff,0xfa,0xea,0xce,0xff,0xfb,0xea,0xcf,0xff,0xfa,0xea,0xce,0xff,0xfa,0xe9,0xce, + 0xff,0xf9,0xe8,0xcc,0xff,0xf9,0xe8,0xcc,0xff,0xf9,0xe8,0xcb,0xff,0xf9,0xe7,0xca, + 0xff,0xf8,0xe5,0xc9,0xff,0xf8,0xe5,0xc8,0xff,0xf7,0xe5,0xc6,0xff,0xf6,0xe5,0xc7, + 0xff,0xf6,0xe4,0xc6,0xff,0xf5,0xe3,0xc3,0xff,0xf5,0xe2,0xc5,0xff,0xf5,0xe2,0xc3, + 0xff,0xf5,0xe2,0xc2,0xff,0xf4,0xe2,0xc0,0xff,0xf3,0xe0,0xc0,0xff,0xf4,0xdf,0xc0, + 0xff,0xf2,0xde,0xbf,0xff,0xf2,0xdd,0xbe,0xff,0xf2,0xdd,0xbd,0xff,0xf0,0xdb,0xba, + 0xff,0xef,0xd9,0xba,0xff,0xef,0xd9,0xb8,0xff,0xee,0xd8,0xb5,0xff,0xed,0xd7,0xb5, + 0xff,0xee,0xd5,0xb5,0xff,0xec,0xd4,0xb3,0xff,0xeb,0xd3,0xb2,0xff,0xeb,0xd1,0xb0, + 0xff,0xea,0xd1,0xae,0xff,0xe9,0xd0,0xac,0xff,0xe9,0xd1,0xab,0xff,0xe8,0xcf,0xab, + 0xff,0xe7,0xce,0xa8,0xff,0xe6,0xcc,0xa8,0xff,0xe5,0xcb,0xa4,0xff,0xe5,0xcb,0xa3, + 0xff,0xe4,0xc9,0xa3,0xff,0xe3,0xc7,0xa3,0xff,0xe3,0xc5,0x9f,0xff,0xe1,0xc4,0x9e, + 0xff,0xe1,0xc4,0x9c,0xff,0xe1,0xc3,0x9c,0xff,0xdf,0xc0,0x99,0xff,0xdf,0xbe,0x97, + 0xff,0xdd,0xbd,0x94,0xff,0xdc,0xbc,0x93,0xff,0xdb,0xbb,0x91,0xff,0xdb,0xba,0x91, + 0xff,0xda,0xba,0x8d,0xff,0xd8,0xb7,0x8b,0xff,0xd7,0xb6,0x89,0xff,0xd7,0xb4,0x89, + 0xff,0xd4,0xb1,0x86,0xff,0xd3,0xaf,0x84,0xff,0xd3,0xaf,0x82,0xff,0xd2,0xac,0x80, + 0xff,0xd1,0xac,0x7f,0xff,0xce,0xa9,0x7a,0xff,0xce,0xa9,0x7a,0xff,0xcd,0xa6,0x76, + 0xff,0xcc,0xa4,0x74,0xff,0xcb,0xa3,0x73,0xff,0xca,0xa2,0x73,0xff,0xc8,0xa0,0x6d, + 0xff,0xc7,0x9e,0x6d,0xff,0xc6,0x9c,0x6b,0xff,0xc4,0x9a,0x67,0xff,0xbc,0x94,0x64, + 0xff,0xb8,0x90,0x61,0xff,0xb7,0x8d,0x5d,0xff,0xb4,0x8c,0x5b,0xff,0xf3,0xe0,0xc9, + 0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd1, + 0xff,0xf5,0xe3,0xcf,0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe2,0xcd,0xff,0xf4,0xe1,0xcd, + 0xff,0xf4,0xe1,0xcc,0xff,0xf3,0xe0,0xcb,0xff,0xfa,0xec,0xd8,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf3,0xdd,0xff,0xf3,0xe5,0xc9,0x50,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc6,0xa1, + 0xff,0xd9,0xc6,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xf1,0xd3, + 0xff,0xff,0xf1,0xd4,0xff,0xff,0xf1,0xd4,0xff,0xff,0xf1,0xd3,0xff,0xd8,0xce,0xbb, + 0xff,0xa5,0xa3,0x9e,0xff,0xaf,0xad,0xad,0xff,0xbd,0xbc,0xbc,0xff,0xca,0xc8,0xca, + 0xff,0xd4,0xd4,0xd3,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6,0xff,0xed,0xed,0xed, + 0xff,0xf2,0xf1,0xf1,0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf8,0xf8,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xf9, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf4,0xf3,0xf3, + 0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf0,0xef,0xef,0xff,0xf1,0xf0,0xf0, + 0xff,0xf2,0xf1,0xef,0xff,0xf0,0xef,0xef,0xff,0xf0,0xef,0xef,0xff,0xf2,0xf1,0xef, + 0xff,0xf1,0xf0,0xf0,0xff,0xf0,0xef,0xef,0xff,0xf0,0xef,0xef,0xff,0xf1,0xf0,0xef, + 0xff,0xf0,0xf0,0xf0,0xff,0xf0,0xee,0xee,0xff,0xf0,0xef,0xef,0xff,0xef,0xee,0xee, + 0xff,0xf0,0xef,0xed,0xff,0xf0,0xee,0xee,0xff,0xef,0xee,0xee,0xff,0xef,0xee,0xec, + 0xff,0xee,0xed,0xec,0xff,0xee,0xed,0xed,0xff,0xec,0xeb,0xeb,0xff,0xec,0xeb,0xeb, + 0xff,0xec,0xeb,0xeb,0xff,0xec,0xeb,0xe9,0xff,0xeb,0xea,0xea,0xff,0xe9,0xe8,0xe8, + 0xff,0xe9,0xe8,0xe7,0xff,0xe9,0xe8,0xe8,0xff,0xe8,0xe7,0xe7,0xff,0xe8,0xe7,0xe6, + 0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe4,0xe3,0xff,0xe4,0xe3,0xe1,0xff,0xe3,0xe2,0xe1, + 0xff,0xe2,0xe1,0xdf,0xff,0xdf,0xde,0xdd,0xff,0xdf,0xdd,0xdc,0xff,0xdc,0xdb,0xd9, + 0xff,0xd9,0xd8,0xd8,0xff,0xd6,0xd6,0xd3,0xff,0xd4,0xd2,0xd0,0xff,0xea,0xe1,0xd0, + 0xff,0xfc,0xec,0xd0,0xff,0xfb,0xeb,0xcf,0xff,0xfb,0xec,0xce,0xff,0xfb,0xeb,0xcf, + 0xff,0xfb,0xe9,0xcf,0xff,0xfa,0xea,0xce,0xff,0xfa,0xe9,0xcd,0xff,0xfa,0xe9,0xcd, + 0xff,0xf8,0xe7,0xcb,0xff,0xf8,0xe7,0xca,0xff,0xf9,0xe7,0xca,0xff,0xf8,0xe6,0xca, + 0xff,0xf8,0xe6,0xc9,0xff,0xf7,0xe5,0xc6,0xff,0xf6,0xe4,0xc7,0xff,0xf6,0xe3,0xc6, + 0xff,0xf5,0xe4,0xc3,0xff,0xf5,0xe2,0xc5,0xff,0xf5,0xe2,0xc2,0xff,0xf4,0xe2,0xc1, + 0xff,0xf4,0xe1,0xc0,0xff,0xf3,0xe0,0xc1,0xff,0xf3,0xde,0xc0,0xff,0xf3,0xdd,0xc0, + 0xff,0xf2,0xdd,0xbe,0xff,0xf1,0xdc,0xbd,0xff,0xf1,0xdb,0xbb,0xff,0xef,0xd9,0xba, + 0xff,0xf0,0xd9,0xb7,0xff,0xef,0xd9,0xb5,0xff,0xed,0xd7,0xb3,0xff,0xed,0xd5,0xb4, + 0xff,0xec,0xd4,0xb3,0xff,0xec,0xd3,0xb2,0xff,0xeb,0xd1,0xb0,0xff,0xeb,0xd2,0xaf, + 0xff,0xea,0xd1,0xad,0xff,0xe9,0xd0,0xab,0xff,0xe8,0xcf,0xab,0xff,0xe8,0xce,0xa9, + 0xff,0xe7,0xcc,0xa8,0xff,0xe6,0xcb,0xa4,0xff,0xe5,0xca,0xa3,0xff,0xe4,0xc8,0xa3, + 0xff,0xe3,0xc7,0xa2,0xff,0xe3,0xc5,0xa0,0xff,0xe2,0xc4,0x9d,0xff,0xe1,0xc4,0x9c, + 0xff,0xe1,0xc2,0x9b,0xff,0xdf,0xc1,0x99,0xff,0xdf,0xbf,0x97,0xff,0xde,0xbe,0x95, + 0xff,0xdc,0xbc,0x93,0xff,0xdb,0xbb,0x91,0xff,0xda,0xb9,0x90,0xff,0xd9,0xb9,0x8d, + 0xff,0xd9,0xb8,0x8b,0xff,0xd8,0xb6,0x89,0xff,0xd7,0xb4,0x89,0xff,0xd4,0xb1,0x85, + 0xff,0xd3,0xaf,0x84,0xff,0xd2,0xae,0x81,0xff,0xd2,0xad,0x80,0xff,0xd1,0xac,0x7f, + 0xff,0xcf,0xaa,0x7b,0xff,0xce,0xa9,0x7a,0xff,0xcd,0xa7,0x76,0xff,0xcc,0xa5,0x74, + 0xff,0xcb,0xa3,0x73,0xff,0xca,0xa1,0x71,0xff,0xc8,0x9f,0x6d,0xff,0xc7,0x9e,0x6d, + 0xff,0xc6,0x9c,0x6b,0xff,0xc4,0x9a,0x67,0xff,0xc3,0x99,0x66,0xff,0xba,0x91,0x61, + 0xff,0xb7,0x8e,0x5d,0xff,0xb5,0x8d,0x5c,0xff,0xb4,0x8a,0x59,0xff,0xf3,0xdf,0xc9, + 0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd1,0xff,0xf5,0xe3,0xcf, + 0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe2,0xcd,0xff,0xf4,0xe1,0xcd,0xff,0xf4,0xe1,0xcc, + 0xff,0xf7,0xe6,0xd3,0xff,0xfd,0xf3,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf2,0xd7,0xbf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc7,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf2,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xff,0xf0,0xd2, + 0xff,0xff,0xf0,0xd3,0xff,0xff,0xf1,0xd4,0xff,0xff,0xf0,0xd3,0xff,0xff,0xf1,0xd3, + 0xff,0xda,0xd0,0xbc,0xff,0xaa,0xa7,0xa2,0xff,0xaf,0xae,0xae,0xff,0xbd,0xbc,0xbc, + 0xff,0xca,0xc9,0xc9,0xff,0xd5,0xd4,0xd4,0xff,0xde,0xde,0xde,0xff,0xe6,0xe6,0xe6, + 0xff,0xed,0xed,0xec,0xff,0xf1,0xf1,0xf0,0xff,0xf4,0xf4,0xf4,0xff,0xf8,0xf8,0xf8, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfc,0xfc,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8, + 0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf4,0xf6,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf5, + 0xff,0xf4,0xf2,0xf2,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf1,0xf0,0xee, + 0xff,0xf0,0xef,0xef,0xff,0xf1,0xf0,0xf0,0xff,0xf1,0xf0,0xee,0xff,0xf0,0xef,0xef, + 0xff,0xf1,0xf0,0xf0,0xff,0xf0,0xee,0xee,0xff,0xf0,0xef,0xef,0xff,0xf0,0xef,0xef, + 0xff,0xf0,0xef,0xed,0xff,0xef,0xef,0xef,0xff,0xf0,0xee,0xee,0xff,0xee,0xed,0xed, + 0xff,0xee,0xee,0xee,0xff,0xef,0xed,0xed,0xff,0xee,0xed,0xed,0xff,0xee,0xed,0xed, + 0xff,0xec,0xeb,0xeb,0xff,0xed,0xeb,0xec,0xff,0xeb,0xea,0xea,0xff,0xeb,0xea,0xe9, + 0xff,0xeb,0xea,0xea,0xff,0xea,0xe9,0xe9,0xff,0xea,0xe9,0xe8,0xff,0xe9,0xe8,0xe8, + 0xff,0xe8,0xe7,0xe7,0xff,0xe7,0xe6,0xe4,0xff,0xe7,0xe5,0xe4,0xff,0xe4,0xe4,0xe3, + 0xff,0xe4,0xe4,0xe3,0xff,0xe3,0xe3,0xe2,0xff,0xe3,0xe0,0xdf,0xff,0xe2,0xe0,0xde, + 0xff,0xe0,0xdf,0xdc,0xff,0xdf,0xde,0xdc,0xff,0xdd,0xdc,0xdb,0xff,0xdb,0xda,0xd9, + 0xff,0xd9,0xd7,0xd6,0xff,0xd6,0xd4,0xd2,0xff,0xd7,0xd5,0xd1,0xff,0xf0,0xe4,0xcf, + 0xff,0xfb,0xec,0xd0,0xff,0xfb,0xec,0xce,0xff,0xfb,0xeb,0xcf,0xff,0xfb,0xea,0xcf, + 0xff,0xfa,0xea,0xce,0xff,0xfa,0xe9,0xcd,0xff,0xfa,0xe9,0xcd,0xff,0xf9,0xe7,0xcb, + 0xff,0xf9,0xe8,0xcb,0xff,0xf9,0xe7,0xc9,0xff,0xf8,0xe6,0xca,0xff,0xf8,0xe6,0xc8, + 0xff,0xf7,0xe5,0xc7,0xff,0xf6,0xe4,0xc8,0xff,0xf6,0xe4,0xc6,0xff,0xf5,0xe3,0xc3, + 0xff,0xf5,0xe2,0xc4,0xff,0xf6,0xe2,0xc3,0xff,0xf4,0xe1,0xc2,0xff,0xf4,0xe1,0xc0, + 0xff,0xf3,0xe0,0xbf,0xff,0xf4,0xde,0xbf,0xff,0xf2,0xdd,0xbe,0xff,0xf2,0xdd,0xbc, + 0xff,0xf1,0xdc,0xbb,0xff,0xf0,0xdb,0xb9,0xff,0xf0,0xda,0xb9,0xff,0xf0,0xd9,0xb7, + 0xff,0xee,0xd8,0xb4,0xff,0xee,0xd7,0xb4,0xff,0xee,0xd6,0xb5,0xff,0xed,0xd4,0xb4, + 0xff,0xeb,0xd3,0xb2,0xff,0xec,0xd1,0xb1,0xff,0xeb,0xd1,0xaf,0xff,0xea,0xd0,0xac, + 0xff,0xe8,0xd0,0xab,0xff,0xe8,0xcf,0xab,0xff,0xe8,0xce,0xa9,0xff,0xe7,0xcc,0xa8, + 0xff,0xe6,0xcb,0xa4,0xff,0xe5,0xca,0xa3,0xff,0xe4,0xc9,0xa3,0xff,0xe3,0xc7,0xa2, + 0xff,0xe3,0xc5,0x9e,0xff,0xe2,0xc4,0x9d,0xff,0xe1,0xc4,0x9c,0xff,0xe2,0xc3,0x9c, + 0xff,0xdf,0xc1,0x99,0xff,0xdf,0xbe,0x97,0xff,0xdd,0xbd,0x94,0xff,0xdc,0xbd,0x93, + 0xff,0xdb,0xbb,0x91,0xff,0xda,0xb9,0x90,0xff,0xd9,0xb9,0x8d,0xff,0xd9,0xb8,0x8b, + 0xff,0xd7,0xb5,0x89,0xff,0xd6,0xb2,0x87,0xff,0xd4,0xb0,0x85,0xff,0xd3,0xaf,0x84, + 0xff,0xd3,0xaf,0x82,0xff,0xd1,0xac,0x7f,0xff,0xd0,0xab,0x7e,0xff,0xcf,0xaa,0x7b, + 0xff,0xce,0xa9,0x7a,0xff,0xcd,0xa7,0x76,0xff,0xcc,0xa4,0x74,0xff,0xcb,0xa4,0x73, + 0xff,0xca,0xa2,0x71,0xff,0xc8,0xa0,0x6d,0xff,0xc7,0x9e,0x6d,0xff,0xc5,0x9b,0x6a, + 0xff,0xc5,0x9b,0x68,0xff,0xc3,0x99,0x66,0xff,0xc1,0x97,0x63,0xff,0xb9,0x8f,0x5f, + 0xff,0xb5,0x8d,0x5c,0xff,0xb4,0x8b,0x5a,0xff,0xb2,0x88,0x56,0xff,0xf2,0xdf,0xc9, + 0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe3,0xd0,0xff,0xf6,0xe3,0xd0,0xff,0xf4,0xe3,0xce, + 0xff,0xf4,0xe2,0xcd,0xff,0xf4,0xe0,0xcd,0xff,0xf6,0xe7,0xd5,0xff,0xfc,0xf3,0xe6, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd7, + 0xef,0xff,0xf1,0xd5,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc6,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xf0,0xd2, + 0xff,0xff,0xf0,0xd2,0xff,0xff,0xf1,0xd2,0xff,0xff,0xf0,0xd3,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xf1,0xd3,0xff,0xe7,0xdc,0xc4,0xff,0xac,0xa9,0xa3,0xff,0xae,0xad,0xad, + 0xff,0xbd,0xbc,0xbc,0xff,0xc9,0xc8,0xc8,0xff,0xd5,0xd5,0xd3,0xff,0xde,0xde,0xdd, + 0xff,0xe5,0xe5,0xe5,0xff,0xec,0xec,0xec,0xff,0xf1,0xf0,0xf0,0xff,0xf6,0xf6,0xf6, + 0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfe,0xfe,0xfd,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf8,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4, + 0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf1,0xf1,0xff,0xf1,0xf0,0xf0,0xff,0xf1,0xf0,0xf0, + 0xff,0xf0,0xef,0xef,0xff,0xee,0xed,0xed,0xff,0xf0,0xef,0xef,0xff,0xf0,0xef,0xed, + 0xff,0xf0,0xee,0xee,0xff,0xf0,0xee,0xee,0xff,0xee,0xed,0xed,0xff,0xef,0xee,0xee, + 0xff,0xef,0xee,0xee,0xff,0xee,0xec,0xeb,0xff,0xed,0xed,0xed,0xff,0xee,0xed,0xed, + 0xff,0xee,0xed,0xea,0xff,0xeb,0xeb,0xeb,0xff,0xed,0xec,0xec,0xff,0xec,0xeb,0xea, + 0xff,0xec,0xeb,0xe9,0xff,0xeb,0xe9,0xe9,0xff,0xea,0xe9,0xe8,0xff,0xe9,0xe8,0xe8, + 0xff,0xe9,0xe8,0xe8,0xff,0xe9,0xe8,0xe6,0xff,0xe7,0xe6,0xe6,0xff,0xe6,0xe5,0xe4, + 0xff,0xe6,0xe5,0xe4,0xff,0xe6,0xe5,0xe3,0xff,0xe5,0xe4,0xe2,0xff,0xe4,0xe3,0xe1, + 0xff,0xe3,0xe2,0xe0,0xff,0xe2,0xe0,0xe0,0xff,0xe0,0xdf,0xdd,0xff,0xdf,0xde,0xdd, + 0xff,0xde,0xdd,0xdb,0xff,0xdd,0xdb,0xd9,0xff,0xdc,0xda,0xd8,0xff,0xd9,0xd8,0xd7, + 0xff,0xd9,0xd7,0xd5,0xff,0xd5,0xd3,0xd2,0xff,0xdb,0xd7,0xcd,0xff,0xf7,0xe9,0xd0, + 0xff,0xfb,0xeb,0xcf,0xff,0xfb,0xea,0xcf,0xff,0xfb,0xe8,0xcf,0xff,0xfa,0xe9,0xcf, + 0xff,0xfa,0xe8,0xce,0xff,0xfa,0xe8,0xcd,0xff,0xf9,0xe7,0xcc,0xff,0xf9,0xe7,0xcb, + 0xff,0xf9,0xe5,0xc9,0xff,0xf8,0xe4,0xca,0xff,0xf8,0xe4,0xc8,0xff,0xf7,0xe5,0xc7, + 0xff,0xf6,0xe4,0xc8,0xff,0xf6,0xe3,0xc7,0xff,0xf5,0xe3,0xc4,0xff,0xf5,0xe1,0xc2, + 0xff,0xf5,0xe2,0xc1,0xff,0xf5,0xe1,0xc1,0xff,0xf5,0xe1,0xbf,0xff,0xf3,0xe0,0xbf, + 0xff,0xf4,0xde,0xbf,0xff,0xf3,0xdd,0xbe,0xff,0xf2,0xdd,0xbc,0xff,0xf1,0xdc,0xbb, + 0xff,0xf1,0xdb,0xb9,0xff,0xf0,0xd9,0xb8,0xff,0xf0,0xd9,0xb7,0xff,0xef,0xd8,0xb5, + 0xff,0xed,0xd7,0xb3,0xff,0xed,0xd5,0xb4,0xff,0xec,0xd4,0xb3,0xff,0xec,0xd3,0xb3, + 0xff,0xec,0xd1,0xb0,0xff,0xeb,0xd1,0xaf,0xff,0xe9,0xd0,0xac,0xff,0xe8,0xd0,0xaa, + 0xff,0xe8,0xd0,0xac,0xff,0xe8,0xce,0xa9,0xff,0xe7,0xcc,0xa7,0xff,0xe6,0xcc,0xa5, + 0xff,0xe5,0xcb,0xa4,0xff,0xe4,0xc9,0xa3,0xff,0xe3,0xc7,0xa2,0xff,0xe3,0xc5,0x9e, + 0xff,0xe2,0xc4,0x9d,0xff,0xe1,0xc3,0x9c,0xff,0xe1,0xc2,0x9b,0xff,0xdf,0xc0,0x99, + 0xff,0xe0,0xbf,0x97,0xff,0xdd,0xbd,0x94,0xff,0xdc,0xbc,0x93,0xff,0xdb,0xbb,0x91, + 0xff,0xda,0xb9,0x90,0xff,0xd9,0xb8,0x8e,0xff,0xd9,0xb7,0x8b,0xff,0xd7,0xb4,0x89, + 0xff,0xd7,0xb3,0x88,0xff,0xd5,0xb1,0x86,0xff,0xd3,0xaf,0x84,0xff,0xd3,0xaf,0x82, + 0xff,0xd2,0xad,0x80,0xff,0xd1,0xac,0x7f,0xff,0xce,0xa9,0x7b,0xff,0xcd,0xa8,0x79, + 0xff,0xcd,0xa6,0x76,0xff,0xcc,0xa5,0x74,0xff,0xca,0xa3,0x72,0xff,0xca,0xa2,0x71, + 0xff,0xc8,0xa0,0x6d,0xff,0xc7,0x9d,0x6c,0xff,0xc6,0x9c,0x6b,0xff,0xc5,0x9a,0x68, + 0xff,0xc3,0x99,0x66,0xff,0xc1,0x97,0x63,0xff,0xc0,0x94,0x61,0xff,0xb8,0x8e,0x5d, + 0xff,0xb4,0x8a,0x59,0xff,0xb2,0x89,0x56,0xff,0xb1,0x87,0x56,0xff,0xf2,0xdf,0xc7, + 0xff,0xf5,0xe4,0xd1,0xff,0xf6,0xe3,0xd0,0xff,0xf4,0xe3,0xce,0xff,0xf5,0xe4,0xd1, + 0xff,0xf9,0xec,0xde,0xff,0xfd,0xf6,0xee,0xff,0xff,0xfa,0xef,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd6,0xff,0xff,0xef,0xd3, + 0x50,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc6,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xf0,0xd2,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf1,0xd2, + 0xff,0xff,0xf1,0xd3,0xff,0xff,0xf1,0xd3,0xff,0xe8,0xdb,0xc5,0xff,0xab,0xa9,0xa4, + 0xff,0xad,0xac,0xac,0xff,0xbe,0xbd,0xbd,0xff,0xca,0xc9,0xc9,0xff,0xd4,0xd3,0xd3, + 0xff,0xdd,0xdd,0xdc,0xff,0xe4,0xe4,0xe4,0xff,0xec,0xeb,0xeb,0xff,0xf1,0xf0,0xf0, + 0xff,0xf5,0xf4,0xf4,0xff,0xf8,0xf8,0xf8,0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfd,0xfb, + 0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfe,0xfe, + 0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfb,0xfb,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xf9,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf1,0xf0,0xf0,0xff,0xf1,0xf0,0xf0, + 0xff,0xf0,0xef,0xef,0xff,0xee,0xed,0xed,0xff,0xee,0xed,0xed,0xff,0xed,0xed,0xed, + 0xff,0xef,0xee,0xee,0xff,0xef,0xec,0xed,0xff,0xef,0xee,0xed,0xff,0xee,0xec,0xed, + 0xff,0xee,0xed,0xeb,0xff,0xee,0xed,0xec,0xff,0xec,0xea,0xec,0xff,0xed,0xec,0xec, + 0xff,0xed,0xec,0xea,0xff,0xeb,0xe9,0xeb,0xff,0xeb,0xea,0xe9,0xff,0xeb,0xeb,0xe9, + 0xff,0xeb,0xe9,0xe7,0xff,0xeb,0xe9,0xe9,0xff,0xe9,0xe7,0xe6,0xff,0xe9,0xe8,0xe6, + 0xff,0xe6,0xe5,0xe7,0xff,0xe7,0xe6,0xe6,0xff,0xe7,0xe6,0xe4,0xff,0xe5,0xe5,0xe2, + 0xff,0xe5,0xe4,0xe3,0xff,0xe4,0xe2,0xe1,0xff,0xe3,0xe2,0xe2,0xff,0xe2,0xe1,0xe0, + 0xff,0xe1,0xe0,0xde,0xff,0xdf,0xde,0xdc,0xff,0xdf,0xdd,0xdc,0xff,0xde,0xdc,0xda, + 0xff,0xdc,0xda,0xd9,0xff,0xdb,0xd9,0xd8,0xff,0xd9,0xd8,0xd7,0xff,0xd8,0xd6,0xd5, + 0xff,0xd7,0xd5,0xd3,0xff,0xd3,0xd2,0xd0,0xff,0xe0,0xd9,0xce,0xff,0xfb,0xeb,0xcd, + 0xff,0xfb,0xea,0xcd,0xff,0xfa,0xe8,0xce,0xff,0xf9,0xe8,0xcc,0xff,0xfa,0xe8,0xce, + 0xff,0xfa,0xe8,0xcc,0xff,0xf9,0xe7,0xcb,0xff,0xf9,0xe6,0xc9,0xff,0xf9,0xe6,0xc8, + 0xff,0xf8,0xe5,0xc9,0xff,0xf8,0xe4,0xc7,0xff,0xf7,0xe5,0xc6,0xff,0xf6,0xe4,0xc6, + 0xff,0xf6,0xe2,0xc5,0xff,0xf5,0xe3,0xc2,0xff,0xf5,0xe2,0xc3,0xff,0xf5,0xe2,0xc1, + 0xff,0xf5,0xe1,0xc1,0xff,0xf4,0xe1,0xbf,0xff,0xf3,0xe0,0xbf,0xff,0xf4,0xde,0xbf, + 0xff,0xf3,0xdd,0xbe,0xff,0xf2,0xdd,0xbc,0xff,0xf2,0xdc,0xbc,0xff,0xf0,0xdb,0xb9, + 0xff,0xef,0xd9,0xb8,0xff,0xef,0xd9,0xb7,0xff,0xee,0xd8,0xb4,0xff,0xee,0xd7,0xb4, + 0xff,0xee,0xd5,0xb5,0xff,0xed,0xd4,0xb4,0xff,0xeb,0xd3,0xb2,0xff,0xeb,0xd1,0xb0, + 0xff,0xea,0xd1,0xaf,0xff,0xea,0xd0,0xac,0xff,0xe8,0xd0,0xab,0xff,0xe7,0xcf,0xa9, + 0xff,0xe8,0xce,0xa7,0xff,0xe7,0xcc,0xa7,0xff,0xe6,0xcb,0xa3,0xff,0xe5,0xcb,0xa2, + 0xff,0xe3,0xc8,0xa2,0xff,0xe3,0xc8,0xa2,0xff,0xe3,0xc5,0x9e,0xff,0xe2,0xc4,0x9d, + 0xff,0xe1,0xc4,0x9d,0xff,0xe1,0xc3,0x9b,0xff,0xdf,0xc0,0x99,0xff,0xe0,0xbf,0x97, + 0xff,0xde,0xbe,0x95,0xff,0xdc,0xbc,0x93,0xff,0xdb,0xba,0x91,0xff,0xda,0xba,0x8f, + 0xff,0xd9,0xb8,0x8c,0xff,0xd8,0xb7,0x8a,0xff,0xd7,0xb4,0x89,0xff,0xd7,0xb3,0x88, + 0xff,0xd5,0xb1,0x86,0xff,0xd4,0xb0,0x84,0xff,0xd2,0xae,0x81,0xff,0xd2,0xad,0x80, + 0xff,0xd1,0xac,0x7f,0xff,0xcf,0xaa,0x7b,0xff,0xcd,0xa8,0x78,0xff,0xcd,0xa7,0x76, + 0xff,0xcc,0xa5,0x74,0xff,0xcb,0xa3,0x73,0xff,0xc9,0xa1,0x70,0xff,0xc8,0x9f,0x6d, + 0xff,0xc7,0x9d,0x6c,0xff,0xc6,0x9c,0x6b,0xff,0xc5,0x9a,0x67,0xff,0xc3,0x99,0x66, + 0xff,0xc1,0x96,0x63,0xff,0xc0,0x95,0x61,0xff,0xbe,0x92,0x5f,0xff,0xb7,0x8c,0x5a, + 0xff,0xb2,0x88,0x56,0xff,0xb1,0x86,0x55,0xff,0xaf,0x84,0x53,0xff,0xf2,0xde,0xc6, + 0xff,0xf6,0xe7,0xd6,0xff,0xfa,0xef,0xe4,0xff,0xfb,0xf6,0xef,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xfc,0xf6,0xff,0xff,0xfa,0xef,0xff,0xff,0xf8,0xea,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd5,0xff,0xff,0xef,0xd3,0x60,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0xa0, + 0xff,0xd9,0xc6,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xef,0xd2,0xff,0xff,0xef,0xd2,0xff,0xff,0xf1,0xd2,0xff,0xff,0xf1,0xd2, + 0xff,0xff,0xf1,0xd2,0xff,0xff,0xf1,0xd2,0xff,0xff,0xf0,0xd3,0xff,0xe7,0xdb,0xc5, + 0xff,0xab,0xa8,0xa4,0xff,0xaf,0xad,0xad,0xff,0xbc,0xbb,0xbb,0xff,0xca,0xc8,0xc9, + 0xff,0xd4,0xd3,0xd3,0xff,0xdd,0xdd,0xdd,0xff,0xe6,0xe6,0xe6,0xff,0xeb,0xeb,0xeb, + 0xff,0xf1,0xf0,0xf0,0xff,0xf5,0xf5,0xf5,0xff,0xf8,0xf9,0xf9,0xff,0xfb,0xfb,0xf9, + 0xff,0xfb,0xfb,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa,0xff,0xf9,0xfa,0xfa, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf6,0xf8,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf4, + 0xff,0xf6,0xf4,0xf4,0xff,0xf2,0xf2,0xf2,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1, + 0xff,0xf0,0xef,0xef,0xff,0xef,0xed,0xed,0xff,0xee,0xed,0xed,0xff,0xee,0xec,0xec, + 0xff,0xec,0xeb,0xeb,0xff,0xec,0xeb,0xed,0xff,0xec,0xeb,0xea,0xff,0xee,0xec,0xeb, + 0xff,0xeb,0xea,0xea,0xff,0xeb,0xea,0xea,0xff,0xec,0xeb,0xe9,0xff,0xeb,0xea,0xea, + 0xff,0xea,0xe9,0xe9,0xff,0xea,0xe9,0xe8,0xff,0xe9,0xe8,0xe8,0xff,0xe8,0xe8,0xe7, + 0xff,0xe9,0xe8,0xe7,0xff,0xe9,0xe6,0xe6,0xff,0xe8,0xe6,0xe6,0xff,0xe8,0xe6,0xe5, + 0xff,0xe6,0xe4,0xe4,0xff,0xe5,0xe4,0xe4,0xff,0xe5,0xe4,0xe3,0xff,0xe4,0xe2,0xe1, + 0xff,0xe3,0xe2,0xe1,0xff,0xe2,0xe0,0xdf,0xff,0xe1,0xe0,0xde,0xff,0xe0,0xdf,0xde, + 0xff,0xdf,0xdd,0xdc,0xff,0xde,0xdc,0xdb,0xff,0xdd,0xdb,0xda,0xff,0xdc,0xda,0xd8, + 0xff,0xda,0xd9,0xd6,0xff,0xd8,0xd7,0xd6,0xff,0xd8,0xd7,0xd5,0xff,0xd6,0xd4,0xd3, + 0xff,0xd4,0xd2,0xd1,0xff,0xd3,0xd2,0xcc,0xff,0xec,0xe1,0xcd,0xff,0xfb,0xea,0xce, + 0xff,0xfb,0xe8,0xce,0xff,0xfa,0xe9,0xcd,0xff,0xfa,0xe7,0xcb,0xff,0xfa,0xe8,0xcc, + 0xff,0xf9,0xe7,0xcb,0xff,0xf9,0xe7,0xc9,0xff,0xf9,0xe6,0xc8,0xff,0xf8,0xe4,0xc8, + 0xff,0xf8,0xe5,0xc7,0xff,0xf7,0xe5,0xc6,0xff,0xf6,0xe4,0xc7,0xff,0xf6,0xe3,0xc5, + 0xff,0xf5,0xe3,0xc3,0xff,0xf6,0xe2,0xc3,0xff,0xf5,0xe2,0xc1,0xff,0xf4,0xe1,0xc1, + 0xff,0xf4,0xe1,0xbf,0xff,0xf3,0xe0,0xbf,0xff,0xf3,0xde,0xbf,0xff,0xf2,0xdd,0xbe, + 0xff,0xf3,0xdd,0xbd,0xff,0xf1,0xdc,0xbb,0xff,0xf0,0xdb,0xb9,0xff,0xef,0xd9,0xb8, + 0xff,0xef,0xd9,0xb7,0xff,0xee,0xd8,0xb4,0xff,0xed,0xd7,0xb3,0xff,0xee,0xd5,0xb4, + 0xff,0xec,0xd4,0xb3,0xff,0xec,0xd4,0xb3,0xff,0xec,0xd1,0xb1,0xff,0xeb,0xd1,0xae, + 0xff,0xe9,0xd0,0xab,0xff,0xe9,0xd1,0xab,0xff,0xe7,0xcf,0xa9,0xff,0xe8,0xcf,0xa8, + 0xff,0xe7,0xcc,0xa7,0xff,0xe6,0xcc,0xa3,0xff,0xe5,0xca,0xa2,0xff,0xe4,0xc9,0xa3, + 0xff,0xe3,0xc8,0xa2,0xff,0xe3,0xc5,0x9e,0xff,0xe2,0xc5,0x9d,0xff,0xe1,0xc3,0x9c, + 0xff,0xe1,0xc2,0x9b,0xff,0xe0,0xc1,0x99,0xff,0xdf,0xbf,0x97,0xff,0xde,0xbe,0x95, + 0xff,0xdc,0xbc,0x92,0xff,0xdb,0xba,0x8f,0xff,0xda,0xb9,0x8f,0xff,0xda,0xb9,0x8c, + 0xff,0xd8,0xb6,0x8a,0xff,0xd7,0xb5,0x8a,0xff,0xd7,0xb3,0x88,0xff,0xd5,0xb1,0x86, + 0xff,0xd3,0xaf,0x84,0xff,0xd3,0xaf,0x82,0xff,0xd2,0xad,0x80,0xff,0xd1,0xac,0x7f, + 0xff,0xcf,0xaa,0x7b,0xff,0xce,0xa9,0x78,0xff,0xcc,0xa6,0x74,0xff,0xcb,0xa4,0x74, + 0xff,0xcb,0xa3,0x73,0xff,0xca,0xa2,0x71,0xff,0xc8,0xa0,0x6d,0xff,0xc6,0x9d,0x6c, + 0xff,0xc6,0x9c,0x6a,0xff,0xc5,0x9b,0x68,0xff,0xc3,0x98,0x65,0xff,0xc1,0x97,0x62, + 0xff,0xbf,0x94,0x60,0xff,0xbe,0x92,0x5e,0xff,0xbd,0x90,0x5a,0xff,0xba,0x91,0x63, + 0xff,0xc5,0xa6,0x82,0xff,0xd3,0xbb,0xa2,0xff,0xe6,0xd9,0xcb,0xff,0xfe,0xfb,0xf7, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfc,0xf7, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf3,0xda,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf1,0xd7,0xef,0xff,0xef,0xd3,0x50,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc7,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xf0,0xd2,0xff,0xff,0xef,0xd2,0xff,0xff,0xef,0xd2,0xff,0xff,0xef,0xd2, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf1,0xd2,0xff,0xff,0xf0,0xd2, + 0xff,0xe7,0xdb,0xc4,0xff,0xaa,0xa7,0xa1,0xff,0xae,0xad,0xad,0xff,0xbc,0xbb,0xbb, + 0xff,0xca,0xc9,0xc9,0xff,0xd4,0xd3,0xd3,0xff,0xdd,0xde,0xdd,0xff,0xe5,0xe5,0xe5, + 0xff,0xed,0xec,0xec,0xff,0xf1,0xf1,0xf1,0xff,0xf5,0xf5,0xf5,0xff,0xf7,0xf7,0xf7, + 0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfd,0xfd,0xfd, + 0xff,0xfd,0xfd,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xf9,0xf9,0xf9,0xff,0xf8,0xf7,0xf8,0xff,0xf8,0xf7,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf4,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf2,0xf1,0xf1,0xff,0xf1,0xf0,0xf0, + 0xff,0xf0,0xef,0xef,0xff,0xf0,0xef,0xef,0xff,0xef,0xee,0xec,0xff,0xed,0xeb,0xeb, + 0xff,0xed,0xeb,0xeb,0xff,0xec,0xec,0xeb,0xff,0xeb,0xea,0xe9,0xff,0xec,0xeb,0xe9, + 0xff,0xeb,0xea,0xeb,0xff,0xea,0xe9,0xe9,0xff,0xea,0xeb,0xe9,0xff,0xe9,0xe8,0xe8, + 0xff,0xea,0xe9,0xe9,0xff,0xe9,0xea,0xe7,0xff,0xe9,0xe9,0xe9,0xff,0xe9,0xe8,0xe6, + 0xff,0xe8,0xe7,0xe7,0xff,0xe8,0xe7,0xe7,0xff,0xe5,0xe4,0xe6,0xff,0xe6,0xe5,0xe4, + 0xff,0xe5,0xe4,0xe2,0xff,0xe4,0xe3,0xe2,0xff,0xe3,0xe2,0xe2,0xff,0xe3,0xe2,0xe2, + 0xff,0xe2,0xe1,0xe0,0xff,0xe1,0xdf,0xde,0xff,0xe0,0xde,0xdd,0xff,0xde,0xdd,0xdc, + 0xff,0xdd,0xdb,0xda,0xff,0xdd,0xda,0xd9,0xff,0xdb,0xd9,0xd7,0xff,0xd9,0xd8,0xd6, + 0xff,0xd8,0xd6,0xd5,0xff,0xd6,0xd5,0xd3,0xff,0xd5,0xd3,0xd2,0xff,0xd5,0xd3,0xd0, + 0xff,0xd3,0xd2,0xcf,0xff,0xd9,0xd5,0xcd,0xff,0xf9,0xe9,0xce,0xff,0xfb,0xe8,0xce, + 0xff,0xfa,0xe9,0xcd,0xff,0xfa,0xe8,0xcc,0xff,0xfa,0xe8,0xcc,0xff,0xf9,0xe7,0xcb, + 0xff,0xf8,0xe6,0xc9,0xff,0xf9,0xe6,0xc8,0xff,0xf8,0xe4,0xc8,0xff,0xf8,0xe5,0xc7, + 0xff,0xf7,0xe5,0xc6,0xff,0xf6,0xe4,0xc7,0xff,0xf6,0xe3,0xc5,0xff,0xf5,0xe3,0xc2, + 0xff,0xf6,0xe2,0xc3,0xff,0xf6,0xe2,0xc2,0xff,0xf4,0xe1,0xc0,0xff,0xf4,0xe1,0xbf, + 0xff,0xf3,0xe0,0xbf,0xff,0xf3,0xde,0xbf,0xff,0xf2,0xdd,0xbe,0xff,0xf2,0xdd,0xbc, + 0xff,0xf2,0xdc,0xbc,0xff,0xf1,0xdb,0xb9,0xff,0xf0,0xd9,0xb9,0xff,0xf0,0xd9,0xb7, + 0xff,0xee,0xd8,0xb4,0xff,0xed,0xd7,0xb3,0xff,0xed,0xd5,0xb3,0xff,0xed,0xd4,0xb2, + 0xff,0xec,0xd3,0xb1,0xff,0xec,0xd2,0xaf,0xff,0xeb,0xd1,0xae,0xff,0xe9,0xd0,0xaa, + 0xff,0xe8,0xd0,0xaa,0xff,0xe7,0xcf,0xaa,0xff,0xe8,0xce,0xa7,0xff,0xe6,0xcc,0xa6, + 0xff,0xe6,0xcc,0xa3,0xff,0xe5,0xca,0xa2,0xff,0xe3,0xc8,0xa2,0xff,0xe3,0xc7,0xa2, + 0xff,0xe3,0xc5,0x9e,0xff,0xe2,0xc4,0x9d,0xff,0xe1,0xc3,0x9c,0xff,0xe1,0xc2,0x9b, + 0xff,0xe0,0xc1,0x98,0xff,0xdf,0xbe,0x97,0xff,0xdd,0xbe,0x93,0xff,0xdc,0xbc,0x92, + 0xff,0xdb,0xba,0x8f,0xff,0xda,0xb9,0x8e,0xff,0xd9,0xb8,0x8c,0xff,0xd9,0xb7,0x8a, + 0xff,0xe2,0xc7,0xa8,0xff,0xe1,0xc7,0xa7,0xff,0xe0,0xc5,0xa7,0xff,0xdf,0xc4,0xa3, + 0xff,0xde,0xc2,0xa2,0xff,0xdd,0xc1,0xa1,0xff,0xdd,0xc1,0xa0,0xff,0xdb,0xbf,0x9e, + 0xff,0xda,0xbe,0x9c,0xff,0xd9,0xbd,0x99,0xff,0xd9,0xbc,0x99,0xff,0xd8,0xba,0x99, + 0xff,0xd7,0xb9,0x96,0xff,0xd6,0xb7,0x94,0xff,0xd6,0xb7,0x94,0xff,0xd5,0xb5,0x92, + 0xff,0xd4,0xb5,0x8f,0xff,0xd2,0xb2,0x8e,0xff,0xe1,0xcc,0xb3,0xff,0xe0,0xcb,0xb4, + 0xff,0xe7,0xd7,0xc6,0xff,0xef,0xe4,0xd9,0xff,0xfb,0xf8,0xf5,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfe,0xfc,0xff,0xff,0xfa,0xed,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf4,0xdd,0xff,0xff,0xf1,0xd7, + 0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc6,0xa1, + 0xff,0xd9,0xc6,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd2,0xff,0xff,0xf0,0xd3,0xff,0xff,0xf0,0xd2,0xff,0xff,0xef,0xd2, + 0xff,0xff,0xef,0xd2,0xff,0xff,0xf0,0xd3,0xff,0xff,0xf0,0xd2,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xe8,0xdc,0xc2,0xff,0xa9,0xa6,0xa3,0xff,0xae,0xad,0xad, + 0xff,0xbd,0xbc,0xbc,0xff,0xc9,0xc8,0xc8,0xff,0xd4,0xd3,0xd3,0xff,0xdd,0xde,0xdc, + 0xff,0xe5,0xe6,0xe6,0xff,0xec,0xeb,0xeb,0xff,0xf0,0xf0,0xf0,0xff,0xf5,0xf4,0xf4, + 0xff,0xf7,0xf7,0xf7,0xff,0xfa,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xfc,0xfc,0xfb,0xff,0xfb,0xfa,0xfa, + 0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf6,0xf6,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf3,0xf3,0xf3,0xff,0xf3,0xf2,0xf2,0xff,0xf1,0xf0,0xf0, + 0xff,0xf0,0xf0,0xef,0xff,0xf0,0xef,0xef,0xff,0xef,0xee,0xee,0xff,0xee,0xed,0xeb, + 0xff,0xed,0xeb,0xeb,0xff,0xeb,0xea,0xea,0xff,0xeb,0xea,0xea,0xff,0xeb,0xea,0xea, + 0xff,0xea,0xea,0xe9,0xff,0xe9,0xe9,0xe9,0xff,0xea,0xe9,0xe9,0xff,0xe9,0xe9,0xe7, + 0xff,0xe9,0xe9,0xe7,0xff,0xe9,0xe8,0xe6,0xff,0xe9,0xe8,0xe7,0xff,0xe8,0xe7,0xe6, + 0xff,0xe7,0xe6,0xe7,0xff,0xe7,0xe6,0xe6,0xff,0xe5,0xe4,0xe4,0xff,0xe4,0xe3,0xe2, + 0xff,0xe4,0xe3,0xe2,0xff,0xe3,0xe2,0xe1,0xff,0xe2,0xe1,0xe1,0xff,0xe0,0xe0,0xdf, + 0xff,0xe0,0xdf,0xde,0xff,0xdf,0xde,0xdd,0xff,0xdd,0xdd,0xdb,0xff,0xdd,0xdc,0xdb, + 0xff,0xdc,0xda,0xd8,0xff,0xda,0xd8,0xd7,0xff,0xd9,0xd7,0xd5,0xff,0xd7,0xd6,0xd5, + 0xff,0xd6,0xd4,0xd3,0xff,0xd5,0xd3,0xd0,0xff,0xd3,0xd1,0xcf,0xff,0xd1,0xcf,0xcd, + 0xff,0xd1,0xce,0xcb,0xff,0xe2,0xda,0xcc,0xff,0xfb,0xe9,0xce,0xff,0xfa,0xe8,0xcc, + 0xff,0xfa,0xe8,0xcc,0xff,0xfa,0xe8,0xcc,0xff,0xf9,0xe7,0xcb,0xff,0xf9,0xe7,0xc9, + 0xff,0xf9,0xe6,0xc8,0xff,0xf8,0xe5,0xc8,0xff,0xf8,0xe5,0xc7,0xff,0xf7,0xe5,0xc6, + 0xff,0xf6,0xe4,0xc7,0xff,0xf6,0xe3,0xc5,0xff,0xf5,0xe3,0xc2,0xff,0xf5,0xe2,0xc3, + 0xff,0xf5,0xe2,0xc1,0xff,0xf4,0xe1,0xc0,0xff,0xf4,0xe1,0xbf,0xff,0xf3,0xe0,0xbf, + 0xff,0xf3,0xde,0xbf,0xff,0xf2,0xdd,0xbd,0xff,0xf2,0xdd,0xbc,0xff,0xf1,0xdc,0xba, + 0xff,0xf0,0xdb,0xb7,0xff,0xef,0xd9,0xb6,0xff,0xef,0xd9,0xb5,0xff,0xee,0xd8,0xb3, + 0xff,0xee,0xd7,0xb3,0xff,0xee,0xd5,0xb3,0xff,0xed,0xd4,0xb2,0xff,0xec,0xd4,0xb1, + 0xff,0xeb,0xd1,0xaf,0xff,0xeb,0xd2,0xae,0xff,0xe9,0xd0,0xab,0xff,0xe8,0xd0,0xab, + 0xff,0xe7,0xcf,0xa9,0xff,0xe8,0xcf,0xa8,0xff,0xe7,0xcc,0xa7,0xff,0xe6,0xcb,0xa3, + 0xff,0xe4,0xca,0xa1,0xff,0xe4,0xc8,0xa2,0xff,0xe3,0xc8,0xa2,0xff,0xe3,0xc5,0x9e, + 0xff,0xe2,0xc4,0x9d,0xff,0xe1,0xc4,0x9b,0xff,0xe2,0xc2,0x9b,0xff,0xdf,0xbf,0x98, + 0xff,0xdf,0xbe,0x95,0xff,0xdd,0xbd,0x93,0xff,0xdc,0xbc,0x91,0xff,0xdb,0xbb,0x90, + 0xff,0xda,0xb9,0x8e,0xff,0xd9,0xb8,0x8c,0xff,0xd8,0xb6,0x8a,0xff,0xd7,0xb5,0x8a, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfb,0xf4,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf3,0xd9, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd7,0xef,0xff,0xf0,0xd4, + 0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc6,0xa1, + 0xff,0xda,0xc6,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd2,0xff,0xff,0xf0,0xd2, + 0xff,0xff,0xef,0xd2,0xff,0xff,0xf0,0xd2,0xff,0xff,0xf0,0xd3,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xe8,0xdc,0xc2,0xff,0xa7,0xa5,0xa1, + 0xff,0xae,0xad,0xad,0xff,0xbc,0xbb,0xbb,0xff,0xc9,0xc8,0xc8,0xff,0xd4,0xd4,0xd2, + 0xff,0xdd,0xdc,0xdc,0xff,0xe5,0xe4,0xe5,0xff,0xeb,0xeb,0xeb,0xff,0xf1,0xf0,0xf0, + 0xff,0xf5,0xf5,0xf5,0xff,0xf7,0xf7,0xf7,0xff,0xfa,0xfa,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfc,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfa,0xfa,0xf9,0xff,0xf9,0xf9,0xf8,0xff,0xf8,0xf7,0xf9,0xff,0xf6,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf2,0xf2, + 0xff,0xf2,0xf1,0xf0,0xff,0xf0,0xf0,0xee,0xff,0xef,0xee,0xee,0xff,0xed,0xeb,0xeb, + 0xff,0xed,0xeb,0xe9,0xff,0xeb,0xeb,0xe9,0xff,0xe9,0xe8,0xe8,0xff,0xea,0xea,0xe8, + 0xff,0xea,0xe9,0xe9,0xff,0xe9,0xe8,0xe8,0xff,0xe9,0xe8,0xe8,0xff,0xe9,0xe8,0xe6, + 0xff,0xe8,0xe8,0xe7,0xff,0xe8,0xe7,0xe6,0xff,0xe8,0xe6,0xe4,0xff,0xe7,0xe5,0xe5, + 0xff,0xe6,0xe5,0xe4,0xff,0xe6,0xe3,0xe3,0xff,0xe4,0xe3,0xe2,0xff,0xe4,0xe2,0xe1, + 0xff,0xe3,0xe2,0xdf,0xff,0xe0,0xe0,0xdf,0xff,0xe1,0xdf,0xde,0xff,0xe0,0xde,0xdd, + 0xff,0xdf,0xde,0xdc,0xff,0xdd,0xdc,0xdb,0xff,0xdd,0xdc,0xda,0xff,0xdb,0xda,0xd9, + 0xff,0xd9,0xd9,0xd7,0xff,0xd7,0xd7,0xd6,0xff,0xd7,0xd4,0xd3,0xff,0xd5,0xd3,0xd2, + 0xff,0xd3,0xd1,0xd0,0xff,0xd2,0xd0,0xcd,0xff,0xd1,0xcf,0xcc,0xff,0xcf,0xcd,0xcd, + 0xff,0xd2,0xce,0xc9,0xff,0xf6,0xe6,0xcc,0xff,0xfa,0xe9,0xcd,0xff,0xfa,0xe8,0xcc, + 0xff,0xfa,0xe8,0xcb,0xff,0xf9,0xe6,0xc9,0xff,0xf9,0xe7,0xc9,0xff,0xf9,0xe6,0xc9, + 0xff,0xf8,0xe5,0xc9,0xff,0xf8,0xe5,0xc7,0xff,0xf7,0xe5,0xc6,0xff,0xf6,0xe3,0xc4, + 0xff,0xf6,0xe3,0xc4,0xff,0xf5,0xe3,0xc2,0xff,0xf5,0xe2,0xc1,0xff,0xf5,0xe2,0xc0, + 0xff,0xf4,0xe1,0xbf,0xff,0xf4,0xe1,0xbd,0xff,0xf3,0xe0,0xbe,0xff,0xf3,0xde,0xbd, + 0xff,0xf2,0xdd,0xbd,0xff,0xf2,0xdd,0xba,0xff,0xf1,0xdc,0xba,0xff,0xf0,0xdb,0xb7, + 0xff,0xef,0xd9,0xb7,0xff,0xef,0xd9,0xb5,0xff,0xef,0xd8,0xb3,0xff,0xee,0xd7,0xb4, + 0xff,0xee,0xd5,0xb3,0xff,0xed,0xd4,0xb2,0xff,0xec,0xd3,0xb1,0xff,0xec,0xd1,0xaf, + 0xff,0xea,0xd1,0xad,0xff,0xea,0xd0,0xab,0xff,0xe9,0xd1,0xab,0xff,0xe7,0xcf,0xaa, + 0xff,0xe8,0xcf,0xa8,0xff,0xe7,0xcc,0xa7,0xff,0xe6,0xcb,0xa3,0xff,0xe5,0xcb,0xa2, + 0xff,0xe4,0xc9,0xa3,0xff,0xe3,0xc6,0xa1,0xff,0xe3,0xc5,0x9f,0xff,0xe2,0xc3,0x9c, + 0xff,0xe1,0xc2,0x9b,0xff,0xe1,0xc2,0x9a,0xff,0xdf,0xc0,0x98,0xff,0xdf,0xbf,0x96, + 0xff,0xdd,0xbd,0x93,0xff,0xdc,0xbd,0x92,0xff,0xdb,0xbb,0x90,0xff,0xda,0xb9,0x8f, + 0xff,0xd9,0xb9,0x8c,0xff,0xd8,0xb6,0x8a,0xff,0xd8,0xb5,0x8a,0xff,0xd6,0xb2,0x87, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xfe,0xfb,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfd,0xfb,0xff,0xff,0xfd,0xfb, + 0xff,0xff,0xfd,0xf9,0xff,0xff,0xfd,0xf9,0xff,0xff,0xfd,0xf9,0xff,0xff,0xfd,0xf8, + 0xff,0xff,0xfc,0xf8,0xff,0xff,0xfc,0xf6,0xff,0xff,0xf9,0xed,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf6,0xe7,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf3,0xda,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc7,0xa0, + 0xff,0xda,0xc6,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd2,0xff,0xff,0xf0,0xd2,0xff,0xff,0xf0,0xd2,0xff,0xff,0xef,0xd2, + 0xff,0xff,0xf0,0xd2,0xff,0xff,0xef,0xd2,0xff,0xff,0xf1,0xd2,0xff,0xe9,0xdd,0xc3, + 0xff,0xae,0xab,0xa5,0xff,0xae,0xad,0xad,0xff,0xbc,0xbb,0xbb,0xff,0xc9,0xc8,0xc7, + 0xff,0xd3,0xd2,0xd2,0xff,0xdc,0xdc,0xdb,0xff,0xe4,0xe4,0xe4,0xff,0xea,0xea,0xec, + 0xff,0xf1,0xf1,0xef,0xff,0xf4,0xf4,0xf4,0xff,0xf7,0xf7,0xf7,0xff,0xf9,0xf9,0xf9, + 0xff,0xfb,0xfb,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf8,0xf8,0xff,0xf7,0xf6,0xf7, + 0xff,0xf6,0xf5,0xf5,0xff,0xf5,0xf4,0xf3,0xff,0xf4,0xf3,0xf3,0xff,0xf2,0xf1,0xf1, + 0xff,0xf1,0xf0,0xf0,0xff,0xf1,0xf0,0xef,0xff,0xee,0xed,0xed,0xff,0xed,0xec,0xeb, + 0xff,0xed,0xeb,0xe9,0xff,0xec,0xea,0xea,0xff,0xea,0xea,0xe8,0xff,0xe9,0xe8,0xe8, + 0xff,0xe9,0xe8,0xe8,0xff,0xe9,0xe7,0xe7,0xff,0xe8,0xe7,0xe5,0xff,0xe8,0xe7,0xe5, + 0xff,0xe6,0xe5,0xe4,0xff,0xe7,0xe5,0xe5,0xff,0xe6,0xe5,0xe3,0xff,0xe6,0xe4,0xe3, + 0xff,0xe5,0xe3,0xe3,0xff,0xe4,0xe3,0xe1,0xff,0xe3,0xe1,0xe0,0xff,0xe2,0xe1,0xdf, + 0xff,0xe1,0xdf,0xdf,0xff,0xe0,0xdf,0xdd,0xff,0xde,0xdd,0xdc,0xff,0xde,0xdd,0xdc, + 0xff,0xdd,0xdc,0xd9,0xff,0xdc,0xdb,0xd9,0xff,0xdb,0xd9,0xd8,0xff,0xd9,0xd8,0xd7, + 0xff,0xd9,0xd7,0xd5,0xff,0xd6,0xd4,0xd3,0xff,0xd4,0xd3,0xd1,0xff,0xd4,0xd3,0xd1, + 0xff,0xd2,0xd0,0xce,0xff,0xcf,0xcd,0xcc,0xff,0xcd,0xcb,0xca,0xff,0xcd,0xca,0xc7, + 0xff,0xe1,0xd8,0xca,0xff,0xfa,0xe9,0xcc,0xff,0xfa,0xe8,0xca,0xff,0xfa,0xe8,0xcb, + 0xff,0xf9,0xe6,0xc9,0xff,0xf9,0xe7,0xc8,0xff,0xf9,0xe6,0xc7,0xff,0xf8,0xe5,0xc7, + 0xff,0xf8,0xe5,0xc6,0xff,0xf7,0xe5,0xc4,0xff,0xf6,0xe4,0xc5,0xff,0xf6,0xe3,0xc4, + 0xff,0xf5,0xe3,0xc1,0xff,0xf5,0xe2,0xc1,0xff,0xf5,0xe2,0xc0,0xff,0xf4,0xe1,0xbf, + 0xff,0xf4,0xe1,0xbd,0xff,0xf3,0xdf,0xbd,0xff,0xf3,0xde,0xbe,0xff,0xf3,0xdd,0xbd, + 0xff,0xf3,0xdd,0xbb,0xff,0xf1,0xdc,0xba,0xff,0xf0,0xdb,0xb7,0xff,0xf0,0xd9,0xb7, + 0xff,0xef,0xd9,0xb5,0xff,0xee,0xd8,0xb3,0xff,0xed,0xd7,0xb3,0xff,0xee,0xd5,0xb3, + 0xff,0xec,0xd4,0xb2,0xff,0xeb,0xd3,0xb1,0xff,0xec,0xd2,0xaf,0xff,0xeb,0xd1,0xad, + 0xff,0xea,0xd1,0xab,0xff,0xe9,0xd0,0xab,0xff,0xe8,0xd0,0xaa,0xff,0xe8,0xce,0xa7, + 0xff,0xe7,0xcc,0xa5,0xff,0xe6,0xcb,0xa3,0xff,0xe5,0xca,0xa2,0xff,0xe3,0xc8,0xa1, + 0xff,0xe3,0xc6,0xa1,0xff,0xe3,0xc4,0x9d,0xff,0xe2,0xc3,0x9c,0xff,0xe1,0xc2,0x9b, + 0xff,0xe1,0xc2,0x9a,0xff,0xdf,0xbf,0x98,0xff,0xdf,0xbf,0x96,0xff,0xdd,0xbe,0x93, + 0xff,0xdd,0xbd,0x92,0xff,0xdc,0xbb,0x90,0xff,0xdb,0xba,0x8f,0xff,0xd9,0xb8,0x8c, + 0xff,0xd9,0xb7,0x8a,0xff,0xd7,0xb4,0x89,0xff,0xd7,0xb3,0x88,0xff,0xd4,0xb0,0x85, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfd,0xfb, + 0xff,0xff,0xfe,0xf9,0xff,0xff,0xfc,0xf7,0xff,0xff,0xfb,0xf4,0xff,0xff,0xfa,0xf2, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf2,0xdb,0xff,0xff,0xf2,0xd9, + 0xff,0xff,0xf2,0xd6,0xff,0xff,0xf0,0xd3,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf1,0xd6,0xef,0xff,0xef,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa0, + 0xff,0xda,0xc7,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd2,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xef,0xd2,0xff,0xff,0xef,0xd2,0xff,0xff,0xf0,0xd2,0xff,0xff,0xef,0xd2, + 0xff,0xf5,0xe6,0xcc,0xff,0xb4,0xb0,0xa8,0xff,0xae,0xad,0xad,0xff,0xbc,0xbb,0xba, + 0xff,0xc8,0xc7,0xc7,0xff,0xd3,0xd2,0xd1,0xff,0xdc,0xdc,0xda,0xff,0xe4,0xe3,0xe3, + 0xff,0xea,0xea,0xea,0xff,0xf0,0xef,0xef,0xff,0xf3,0xf3,0xf3,0xff,0xf7,0xf7,0xf7, + 0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfb,0xfb, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf7,0xf7,0xff,0xf8,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf3,0xf2,0xf2,0xff,0xf2,0xf1,0xf1, + 0xff,0xf1,0xf0,0xf0,0xff,0xf0,0xef,0xef,0xff,0xef,0xee,0xee,0xff,0xee,0xed,0xed, + 0xff,0xed,0xeb,0xeb,0xff,0xeb,0xea,0xea,0xff,0xea,0xea,0xe8,0xff,0xe8,0xe7,0xe6, + 0xff,0xe8,0xe7,0xe5,0xff,0xe8,0xe7,0xe5,0xff,0xe6,0xe5,0xe4,0xff,0xe5,0xe4,0xe4, + 0xff,0xe6,0xe5,0xe4,0xff,0xe6,0xe4,0xe2,0xff,0xe5,0xe3,0xe3,0xff,0xe4,0xe3,0xe1, + 0xff,0xe4,0xe2,0xe1,0xff,0xe3,0xe1,0xe0,0xff,0xe1,0xe0,0xdf,0xff,0xe0,0xdf,0xdd, + 0xff,0xdf,0xde,0xdd,0xff,0xdf,0xdd,0xdc,0xff,0xdd,0xdc,0xda,0xff,0xdc,0xdb,0xda, + 0xff,0xdb,0xda,0xd9,0xff,0xda,0xd9,0xd6,0xff,0xd9,0xd7,0xd6,0xff,0xd8,0xd6,0xd3, + 0xff,0xd6,0xd5,0xd2,0xff,0xd4,0xd3,0xd0,0xff,0xd3,0xd1,0xce,0xff,0xd3,0xd1,0xce, + 0xff,0xcf,0xcd,0xcc,0xff,0xcd,0xcb,0xca,0xff,0xcc,0xca,0xc7,0xff,0xd1,0xcd,0xc6, + 0xff,0xf8,0xe6,0xca,0xff,0xfa,0xe8,0xcb,0xff,0xfa,0xe7,0xca,0xff,0xf9,0xe7,0xc9, + 0xff,0xf9,0xe7,0xc8,0xff,0xf9,0xe6,0xc7,0xff,0xf8,0xe5,0xc7,0xff,0xf8,0xe5,0xc6, + 0xff,0xf7,0xe5,0xc5,0xff,0xf6,0xe4,0xc5,0xff,0xf6,0xe3,0xc4,0xff,0xf5,0xe3,0xc1, + 0xff,0xf5,0xe2,0xc2,0xff,0xf5,0xe2,0xc0,0xff,0xf4,0xe1,0xbf,0xff,0xf4,0xe1,0xbd, + 0xff,0xf3,0xe0,0xbe,0xff,0xf3,0xdd,0xbd,0xff,0xf2,0xdd,0xbd,0xff,0xf2,0xdd,0xbb, + 0xff,0xf2,0xdc,0xba,0xff,0xf1,0xdb,0xb8,0xff,0xef,0xd9,0xb6,0xff,0xef,0xd9,0xb5, + 0xff,0xef,0xd8,0xb3,0xff,0xed,0xd7,0xb3,0xff,0xed,0xd5,0xb2,0xff,0xec,0xd4,0xb2, + 0xff,0xec,0xd3,0xb1,0xff,0xeb,0xd1,0xaf,0xff,0xea,0xd1,0xad,0xff,0xe9,0xd0,0xab, + 0xff,0xe8,0xcf,0xab,0xff,0xe8,0xcf,0xa9,0xff,0xe7,0xcd,0xa6,0xff,0xe7,0xcb,0xa6, + 0xff,0xe6,0xca,0xa2,0xff,0xe5,0xc9,0xa2,0xff,0xe3,0xc7,0xa1,0xff,0xe3,0xc6,0xa0, + 0xff,0xe3,0xc4,0x9d,0xff,0xe2,0xc3,0x9c,0xff,0xe1,0xc3,0x9b,0xff,0xe2,0xc2,0x9b, + 0xff,0xdf,0xbf,0x98,0xff,0xdf,0xbe,0x95,0xff,0xdd,0xbd,0x93,0xff,0xdc,0xbd,0x92, + 0xff,0xdb,0xbb,0x90,0xff,0xda,0xba,0x8f,0xff,0xd9,0xb9,0x8c,0xff,0xd8,0xb6,0x8a, + 0xff,0xd7,0xb4,0x88,0xff,0xd7,0xb3,0x86,0xff,0xd5,0xb1,0x84,0xff,0xd4,0xb0,0x84, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfb,0xff,0xff,0xfd,0xf9, + 0xff,0xff,0xfd,0xf7,0xff,0xff,0xfb,0xf4,0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf5,0xdf, + 0xff,0xff,0xf4,0xdc,0xff,0xff,0xf3,0xdb,0xff,0xff,0xf1,0xd8,0xff,0xff,0xf1,0xd5, + 0xff,0xff,0xf1,0xd3,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd7, + 0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc7,0xa2, + 0xff,0xd9,0xc7,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd2,0xff,0xff,0xef,0xd2,0xff,0xff,0xf0,0xd3,0xff,0xff,0xef,0xd2, + 0xff,0xff,0xf0,0xd2,0xff,0xf5,0xe7,0xcc,0xff,0xb5,0xb0,0xa9,0xff,0xae,0xad,0xad, + 0xff,0xbc,0xbb,0xbb,0xff,0xc8,0xc7,0xc7,0xff,0xd3,0xd2,0xd2,0xff,0xdc,0xdb,0xdb, + 0xff,0xe2,0xe2,0xe2,0xff,0xe9,0xe9,0xe9,0xff,0xf0,0xef,0xef,0xff,0xf3,0xf2,0xf2, + 0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf8,0xf7,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xf9,0xf9,0xff,0xf9,0xf9,0xf8,0xff,0xf7,0xf7,0xf6, + 0xff,0xf6,0xf6,0xf5,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf3,0xf3,0xff,0xf2,0xf1,0xf1, + 0xff,0xf2,0xf1,0xf1,0xff,0xf0,0xef,0xef,0xff,0xf0,0xef,0xed,0xff,0xed,0xec,0xeb, + 0xff,0xec,0xeb,0xea,0xff,0xeb,0xeb,0xe9,0xff,0xea,0xea,0xe7,0xff,0xe9,0xe8,0xe6, + 0xff,0xe7,0xe6,0xe6,0xff,0xe6,0xe5,0xe3,0xff,0xe6,0xe5,0xe3,0xff,0xe6,0xe4,0xe2, + 0xff,0xe5,0xe3,0xe3,0xff,0xe4,0xe3,0xe1,0xff,0xe3,0xe1,0xe0,0xff,0xe3,0xe1,0xe1, + 0xff,0xe2,0xe1,0xe0,0xff,0xe1,0xe0,0xde,0xff,0xe0,0xde,0xdd,0xff,0xdf,0xdd,0xdc, + 0xff,0xde,0xdc,0xdb,0xff,0xdc,0xdb,0xd9,0xff,0xdc,0xda,0xd9,0xff,0xdb,0xd9,0xd7, + 0xff,0xd9,0xd8,0xd6,0xff,0xd8,0xd7,0xd4,0xff,0xd7,0xd5,0xd4,0xff,0xd5,0xd4,0xd1, + 0xff,0xd3,0xd2,0xcf,0xff,0xd3,0xd0,0xd0,0xff,0xd1,0xcf,0xce,0xff,0xcf,0xcd,0xcc, + 0xff,0xce,0xcc,0xc9,0xff,0xcb,0xc9,0xc6,0xff,0xca,0xc8,0xc4,0xff,0xe7,0xdb,0xc9, + 0xff,0xfa,0xe8,0xca,0xff,0xfa,0xe7,0xca,0xff,0xf9,0xe7,0xca,0xff,0xf9,0xe7,0xc8, + 0xff,0xf9,0xe6,0xc6,0xff,0xf8,0xe4,0xc7,0xff,0xf8,0xe5,0xc6,0xff,0xf7,0xe5,0xc4, + 0xff,0xf6,0xe3,0xc4,0xff,0xf6,0xe2,0xc3,0xff,0xf5,0xe3,0xc1,0xff,0xf5,0xe2,0xc1, + 0xff,0xf5,0xe2,0xc0,0xff,0xf4,0xe1,0xbf,0xff,0xf5,0xe1,0xbe,0xff,0xf4,0xe0,0xbe, + 0xff,0xf3,0xde,0xbd,0xff,0xf3,0xdd,0xbd,0xff,0xf3,0xdd,0xbb,0xff,0xf2,0xdc,0xba, + 0xff,0xf0,0xdb,0xb7,0xff,0xf0,0xd9,0xb7,0xff,0xef,0xd9,0xb5,0xff,0xef,0xd8,0xb3, + 0xff,0xed,0xd7,0xb3,0xff,0xed,0xd5,0xb3,0xff,0xec,0xd4,0xb1,0xff,0xec,0xd3,0xaf, + 0xff,0xec,0xd1,0xae,0xff,0xeb,0xd1,0xac,0xff,0xea,0xd0,0xab,0xff,0xe8,0xcf,0xab, + 0xff,0xe7,0xce,0xa8,0xff,0xe7,0xcd,0xa6,0xff,0xe6,0xcb,0xa5,0xff,0xe6,0xca,0xa2, + 0xff,0xe5,0xc9,0xa2,0xff,0xe4,0xc7,0xa1,0xff,0xe3,0xc6,0xa0,0xff,0xe3,0xc4,0x9d, + 0xff,0xe2,0xc3,0x9c,0xff,0xe1,0xc2,0x9b,0xff,0xe1,0xc1,0x9a,0xff,0xdf,0xc0,0x98, + 0xff,0xe0,0xbf,0x96,0xff,0xdd,0xbe,0x93,0xff,0xdc,0xbc,0x92,0xff,0xdb,0xba,0x8f, + 0xff,0xda,0xba,0x8d,0xff,0xd9,0xb8,0x8a,0xff,0xd8,0xb6,0x8a,0xff,0xd8,0xb5,0x88, + 0xff,0xd7,0xb3,0x86,0xff,0xd4,0xb0,0x84,0xff,0xd4,0xb0,0x85,0xff,0xd3,0xaf,0x80, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xf9,0xff,0xff,0xfc,0xf7, + 0xff,0xff,0xfc,0xf5,0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xef,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xde,0xff,0xff,0xf3,0xdb, + 0xff,0xff,0xf3,0xdb,0xff,0xff,0xf1,0xd8,0xff,0xff,0xf1,0xd5,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf3,0xdc,0xff,0xff,0xf4,0xde,0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd3, + 0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc7,0xa2, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd2,0xff,0xff,0xef,0xd2, + 0xff,0xff,0xef,0xd2,0xff,0xff,0xef,0xd2,0xff,0xf5,0xe6,0xcc,0xff,0xb4,0xb0,0xa9, + 0xff,0xae,0xad,0xad,0xff,0xbd,0xbc,0xba,0xff,0xc8,0xc7,0xc7,0xff,0xd3,0xd3,0xd3, + 0xff,0xdb,0xdb,0xdb,0xff,0xe3,0xe2,0xe2,0xff,0xe9,0xe9,0xe9,0xff,0xee,0xee,0xee, + 0xff,0xf3,0xf3,0xf1,0xff,0xf5,0xf5,0xf4,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf7,0xff,0xf7,0xf8,0xf8, + 0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf5,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xf3,0xf2,0xf1, + 0xff,0xf1,0xf0,0xf0,0xff,0xf1,0xf0,0xf0,0xff,0xf0,0xef,0xed,0xff,0xee,0xed,0xec, + 0xff,0xec,0xea,0xea,0xff,0xeb,0xe9,0xea,0xff,0xe8,0xe8,0xe8,0xff,0xe7,0xe7,0xe6, + 0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe4,0xe2,0xff,0xe4,0xe2,0xe2,0xff,0xe4,0xe3,0xe2, + 0xff,0xe4,0xe2,0xe1,0xff,0xe3,0xe1,0xe1,0xff,0xe2,0xe1,0xdf,0xff,0xe2,0xe0,0xde, + 0xff,0xe1,0xdf,0xde,0xff,0xe0,0xdd,0xdc,0xff,0xde,0xdc,0xdb,0xff,0xdd,0xdc,0xda, + 0xff,0xdc,0xdb,0xd9,0xff,0xdb,0xd9,0xd8,0xff,0xda,0xd9,0xd6,0xff,0xd9,0xd7,0xd6, + 0xff,0xd8,0xd6,0xd3,0xff,0xd6,0xd5,0xd4,0xff,0xd5,0xd3,0xd2,0xff,0xd3,0xd2,0xd0, + 0xff,0xd1,0xd0,0xcd,0xff,0xd2,0xcf,0xcc,0xff,0xcf,0xcd,0xcb,0xff,0xcc,0xca,0xc8, + 0xff,0xcb,0xc9,0xc6,0xff,0xc9,0xc7,0xc4,0xff,0xda,0xd3,0xc6,0xff,0xfa,0xe7,0xca, + 0xff,0xfa,0xe8,0xcb,0xff,0xf9,0xe7,0xc9,0xff,0xf9,0xe7,0xc8,0xff,0xf9,0xe6,0xc7, + 0xff,0xf8,0xe5,0xc8,0xff,0xf8,0xe5,0xc6,0xff,0xf7,0xe5,0xc4,0xff,0xf6,0xe4,0xc5, + 0xff,0xf6,0xe3,0xc4,0xff,0xf5,0xe3,0xc1,0xff,0xf5,0xe2,0xc1,0xff,0xf5,0xe2,0xc0, + 0xff,0xf4,0xe1,0xbf,0xff,0xf4,0xe1,0xbd,0xff,0xf3,0xe0,0xbe,0xff,0xf3,0xde,0xbd, + 0xff,0xf2,0xdd,0xbc,0xff,0xf2,0xdd,0xbb,0xff,0xf1,0xdc,0xb8,0xff,0xf1,0xda,0xb8, + 0xff,0xef,0xd9,0xb7,0xff,0xf0,0xd9,0xb5,0xff,0xef,0xd7,0xb3,0xff,0xed,0xd6,0xb4, + 0xff,0xed,0xd4,0xb1,0xff,0xed,0xd3,0xb1,0xff,0xeb,0xd2,0xaf,0xff,0xeb,0xd1,0xad, + 0xff,0xeb,0xd1,0xac,0xff,0xea,0xd0,0xab,0xff,0xe9,0xcf,0xab,0xff,0xe8,0xce,0xa9, + 0xff,0xe8,0xce,0xa7,0xff,0xe7,0xcb,0xa6,0xff,0xe6,0xca,0xa1,0xff,0xe5,0xca,0xa3, + 0xff,0xe4,0xc7,0xa2,0xff,0xe3,0xc6,0xa1,0xff,0xe3,0xc5,0x9e,0xff,0xe2,0xc4,0x9c, + 0xff,0xe1,0xc2,0x9b,0xff,0xe2,0xc2,0x9b,0xff,0xdf,0xbf,0x98,0xff,0xdf,0xbf,0x96, + 0xff,0xdd,0xbe,0x93,0xff,0xdd,0xbd,0x92,0xff,0xdc,0xbb,0x8f,0xff,0xda,0xba,0x8d, + 0xff,0xd9,0xb8,0x8a,0xff,0xd8,0xb6,0x8a,0xff,0xd7,0xb4,0x88,0xff,0xd6,0xb2,0x86, + 0xff,0xd4,0xb1,0x84,0xff,0xd3,0xaf,0x84,0xff,0xd3,0xaf,0x81,0xff,0xd1,0xac,0x7e, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xf7,0xff,0xff,0xfb,0xf4, + 0xff,0xff,0xfa,0xf2,0xff,0xff,0xfb,0xf0,0xff,0xff,0xf9,0xee,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xde,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf2,0xdb, + 0xff,0xff,0xf1,0xd8,0xff,0xff,0xf1,0xd5,0xff,0xff,0xf0,0xd3,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd7,0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc7,0xa2, + 0xff,0xda,0xc7,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd2,0xff,0xff,0xef,0xd2,0xff,0xf4,0xe6,0xcb, + 0xff,0xb4,0xb0,0xa8,0xff,0xae,0xad,0xaa,0xff,0xbb,0xba,0xba,0xff,0xc8,0xc7,0xc7, + 0xff,0xd2,0xd2,0xd1,0xff,0xdb,0xda,0xda,0xff,0xe3,0xe3,0xe2,0xff,0xe9,0xe9,0xe7, + 0xff,0xed,0xed,0xec,0xff,0xf0,0xf0,0xf0,0xff,0xf3,0xf3,0xf3,0xff,0xf7,0xf7,0xf7, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf8,0xf8,0xf6, + 0xff,0xf6,0xf6,0xf8,0xff,0xf6,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf3,0xf2,0xf2, + 0xff,0xf3,0xf2,0xf0,0xff,0xf1,0xf0,0xf0,0xff,0xef,0xee,0xed,0xff,0xee,0xee,0xec, + 0xff,0xed,0xea,0xea,0xff,0xeb,0xe9,0xe9,0xff,0xe8,0xe7,0xe9,0xff,0xe7,0xe6,0xe6, + 0xff,0xe6,0xe5,0xe4,0xff,0xe4,0xe3,0xe2,0xff,0xe4,0xe2,0xe0,0xff,0xe2,0xe0,0xe0, + 0xff,0xe2,0xe1,0xe0,0xff,0xe2,0xe0,0xdf,0xff,0xe1,0xdf,0xde,0xff,0xe0,0xdf,0xdd, + 0xff,0xdf,0xde,0xdd,0xff,0xdd,0xdd,0xdc,0xff,0xdd,0xdb,0xd9,0xff,0xdc,0xda,0xd8, + 0xff,0xda,0xd9,0xd7,0xff,0xd9,0xd8,0xd5,0xff,0xd9,0xd5,0xd5,0xff,0xd7,0xd5,0xd3, + 0xff,0xd5,0xd4,0xd3,0xff,0xd4,0xd1,0xd1,0xff,0xd2,0xd1,0xce,0xff,0xd2,0xcf,0xcd, + 0xff,0xd1,0xcd,0xcc,0xff,0xce,0xcb,0xca,0xff,0xcc,0xca,0xc7,0xff,0xca,0xc8,0xc5, + 0xff,0xc8,0xc6,0xc4,0xff,0xce,0xc9,0xc2,0xff,0xf5,0xe3,0xc9,0xff,0xfa,0xe7,0xc9, + 0xff,0xf9,0xe6,0xc8,0xff,0xf9,0xe5,0xc6,0xff,0xf9,0xe5,0xc6,0xff,0xf8,0xe5,0xc7, + 0xff,0xf8,0xe3,0xc6,0xff,0xf7,0xe4,0xc4,0xff,0xf6,0xe2,0xc3,0xff,0xf6,0xe3,0xc2, + 0xff,0xf5,0xe2,0xc1,0xff,0xf6,0xe2,0xc0,0xff,0xf5,0xe1,0xbf,0xff,0xf4,0xe0,0xbe, + 0xff,0xf4,0xe0,0xbc,0xff,0xf3,0xdf,0xbd,0xff,0xf3,0xdd,0xbc,0xff,0xf2,0xdc,0xbb, + 0xff,0xf2,0xdc,0xba,0xff,0xf1,0xdb,0xb9,0xff,0xf0,0xda,0xb6,0xff,0xef,0xd8,0xb6, + 0xff,0xef,0xd8,0xb4,0xff,0xee,0xd7,0xb3,0xff,0xee,0xd6,0xb4,0xff,0xed,0xd4,0xb2, + 0xff,0xec,0xd3,0xb1,0xff,0xec,0xd2,0xb0,0xff,0xeb,0xd1,0xad,0xff,0xeb,0xd1,0xac, + 0xff,0xe9,0xd0,0xab,0xff,0xe9,0xcf,0xab,0xff,0xe8,0xcf,0xa9,0xff,0xe8,0xcd,0xa6, + 0xff,0xe7,0xcc,0xa6,0xff,0xe6,0xca,0xa2,0xff,0xe5,0xc9,0xa2,0xff,0xe4,0xc7,0xa1, + 0xff,0xe3,0xc7,0xa1,0xff,0xe3,0xc4,0x9d,0xff,0xe3,0xc4,0x9d,0xff,0xe1,0xc2,0x9b, + 0xff,0xe1,0xc1,0x98,0xff,0xdf,0xc0,0x97,0xff,0xdf,0xbf,0x94,0xff,0xdd,0xbd,0x93, + 0xff,0xdc,0xbc,0x92,0xff,0xdb,0xba,0x8e,0xff,0xda,0xba,0x8d,0xff,0xd9,0xb8,0x8a, + 0xff,0xd8,0xb6,0x8a,0xff,0xd8,0xb5,0x88,0xff,0xd7,0xb3,0x86,0xff,0xd4,0xb0,0x84, + 0xff,0xd3,0xaf,0x84,0xff,0xd3,0xaf,0x80,0xff,0xd1,0xac,0x7e,0xff,0xd0,0xab,0x7d, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xf4,0xff,0xff,0xfa,0xf2, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf8,0xec,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe1, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf3,0xdb,0xff,0xff,0xf1,0xd8, + 0xff,0xff,0xf2,0xd6,0xff,0xff,0xf0,0xd3,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc7,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd2, + 0xff,0xf4,0xe5,0xcc,0xff,0xb3,0xaf,0xa7,0xff,0xab,0xaa,0xaa,0xff,0xbb,0xba,0xb9, + 0xff,0xc8,0xc7,0xc7,0xff,0xd1,0xd1,0xd0,0xff,0xda,0xda,0xd9,0xff,0xe2,0xe1,0xe1, + 0xff,0xe8,0xe8,0xe8,0xff,0xec,0xec,0xec,0xff,0xf0,0xef,0xef,0xff,0xf4,0xf4,0xf4, + 0xff,0xf7,0xf5,0xf6,0xff,0xf6,0xf7,0xf7,0xff,0xf8,0xf8,0xf6,0xff,0xf8,0xf8,0xf6, + 0xff,0xf6,0xf6,0xf6,0xff,0xf6,0xf6,0xf6,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf2,0xf2,0xf0,0xff,0xf0,0xef,0xef,0xff,0xf0,0xef,0xed,0xff,0xee,0xed,0xed, + 0xff,0xec,0xea,0xea,0xff,0xea,0xe8,0xe8,0xff,0xe8,0xe7,0xe7,0xff,0xe8,0xe7,0xe7, + 0xff,0xe6,0xe5,0xe4,0xff,0xe5,0xe3,0xe3,0xff,0xe3,0xe2,0xe1,0xff,0xe2,0xe0,0xdf, + 0xff,0xe0,0xdf,0xde,0xff,0xdf,0xde,0xdd,0xff,0xdf,0xdd,0xdd,0xff,0xde,0xdc,0xda, + 0xff,0xdd,0xdb,0xd9,0xff,0xdd,0xda,0xd8,0xff,0xda,0xd8,0xd7,0xff,0xd9,0xd7,0xd6, + 0xff,0xd8,0xd6,0xd4,0xff,0xd7,0xd5,0xd4,0xff,0xd7,0xd5,0xd2,0xff,0xd4,0xd2,0xd0, + 0xff,0xd3,0xd1,0xd0,0xff,0xd3,0xd1,0xce,0xff,0xcf,0xce,0xcb,0xff,0xce,0xcc,0xca, + 0xff,0xce,0xcb,0xc9,0xff,0xcb,0xc8,0xc7,0xff,0xca,0xc7,0xc5,0xff,0xc7,0xc4,0xc3, + 0xff,0xcb,0xc7,0xc2,0xff,0xed,0xde,0xc7,0xff,0xfa,0xe7,0xc9,0xff,0xf9,0xe6,0xc8, + 0xff,0xf9,0xe6,0xc7,0xff,0xf9,0xe6,0xc7,0xff,0xf8,0xe5,0xc7,0xff,0xf8,0xe4,0xc5, + 0xff,0xf7,0xe4,0xc4,0xff,0xf6,0xe2,0xc3,0xff,0xf6,0xe2,0xc3,0xff,0xf5,0xe2,0xc0, + 0xff,0xf6,0xe1,0xc1,0xff,0xf5,0xe1,0xbf,0xff,0xf5,0xe0,0xbe,0xff,0xf4,0xe0,0xbc, + 0xff,0xf3,0xdf,0xbd,0xff,0xf3,0xdd,0xbc,0xff,0xf3,0xdc,0xbc,0xff,0xf2,0xdc,0xba, + 0xff,0xf1,0xdb,0xb9,0xff,0xf0,0xda,0xb6,0xff,0xef,0xd8,0xb5,0xff,0xf0,0xd8,0xb5, + 0xff,0xef,0xd7,0xb4,0xff,0xee,0xd6,0xb4,0xff,0xee,0xd4,0xb2,0xff,0xed,0xd3,0xb1, + 0xff,0xeb,0xd2,0xb0,0xff,0xec,0xd1,0xad,0xff,0xeb,0xd1,0xac,0xff,0xe9,0xd0,0xaa, + 0xff,0xe9,0xcf,0xab,0xff,0xe8,0xce,0xa9,0xff,0xe8,0xcd,0xa6,0xff,0xe7,0xcb,0xa6, + 0xff,0xe6,0xca,0xa2,0xff,0xe4,0xc9,0xa2,0xff,0xe4,0xc7,0xa2,0xff,0xe3,0xc7,0x9f, + 0xff,0xe3,0xc5,0x9d,0xff,0xe2,0xc3,0x9a,0xff,0xe1,0xc3,0x9c,0xff,0xe1,0xc2,0x99, + 0xff,0xdf,0xc0,0x97,0xff,0xdf,0xbe,0x94,0xff,0xdd,0xbe,0x93,0xff,0xdc,0xbd,0x92, + 0xff,0xdb,0xba,0x8e,0xff,0xda,0xb9,0x8d,0xff,0xd9,0xb8,0x8a,0xff,0xd9,0xb7,0x8a, + 0xff,0xd8,0xb5,0x88,0xff,0xd6,0xb2,0x86,0xff,0xd5,0xb1,0x84,0xff,0xd3,0xaf,0x83, + 0xff,0xd3,0xaf,0x7f,0xff,0xd2,0xad,0x7c,0xff,0xd0,0xab,0x7d,0xff,0xcf,0xaa,0x7b, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xf2,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf7,0xea,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xde, + 0xff,0xff,0xf3,0xdc,0xff,0xff,0xf2,0xda,0xff,0xff,0xf1,0xd8,0xff,0xff,0xf2,0xd6, + 0xff,0xff,0xf1,0xd3,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf4,0xde,0xff,0xff,0xf2,0xd7, + 0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc7,0xa1, + 0xff,0xda,0xc7,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xf2,0xe3,0xc9,0xff,0xb5,0xaf,0xa8,0xff,0xac,0xab,0xa9, + 0xff,0xba,0xb9,0xb9,0xff,0xc8,0xc7,0xc4,0xff,0xd1,0xd0,0xd0,0xff,0xda,0xda,0xda, + 0xff,0xe1,0xe1,0xe1,0xff,0xe6,0xe6,0xe6,0xff,0xed,0xec,0xeb,0xff,0xf0,0xef,0xee, + 0xff,0xf3,0xf2,0xf2,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf5, + 0xff,0xf6,0xf6,0xf5,0xff,0xf5,0xf5,0xf5,0xff,0xf5,0xf5,0xf3,0xff,0xf4,0xf3,0xf3, + 0xff,0xf3,0xf2,0xf2,0xff,0xf1,0xf0,0xf0,0xff,0xef,0xee,0xed,0xff,0xed,0xec,0xeb, + 0xff,0xec,0xeb,0xeb,0xff,0xeb,0xe9,0xe9,0xff,0xe8,0xe7,0xe6,0xff,0xe7,0xe7,0xe6, + 0xff,0xe6,0xe6,0xe5,0xff,0xe5,0xe3,0xe2,0xff,0xe2,0xe0,0xe0,0xff,0xe1,0xe0,0xdf, + 0xff,0xdf,0xdd,0xdd,0xff,0xdd,0xdc,0xdb,0xff,0xdd,0xdb,0xdb,0xff,0xdd,0xdb,0xd9, + 0xff,0xdb,0xd9,0xd7,0xff,0xda,0xd8,0xd7,0xff,0xd9,0xd6,0xd5,0xff,0xd7,0xd5,0xd4, + 0xff,0xd6,0xd4,0xd3,0xff,0xd5,0xd2,0xd1,0xff,0xd3,0xd2,0xcf,0xff,0xd2,0xd0,0xcf, + 0xff,0xd1,0xce,0xcd,0xff,0xd0,0xcf,0xcc,0xff,0xce,0xcc,0xc9,0xff,0xcc,0xca,0xc7, + 0xff,0xca,0xc8,0xc5,0xff,0xca,0xc7,0xc4,0xff,0xc6,0xc4,0xc1,0xff,0xc5,0xc3,0xc1, + 0xff,0xe7,0xda,0xc5,0xff,0xfa,0xe7,0xc9,0xff,0xf9,0xe6,0xc8,0xff,0xf9,0xe6,0xc7, + 0xff,0xf9,0xe6,0xc7,0xff,0xf8,0xe5,0xc7,0xff,0xf9,0xe4,0xc5,0xff,0xf7,0xe4,0xc3, + 0xff,0xf6,0xe3,0xc4,0xff,0xf6,0xe1,0xc2,0xff,0xf5,0xe2,0xc0,0xff,0xf5,0xe1,0xc0, + 0xff,0xf5,0xe1,0xbf,0xff,0xf4,0xe0,0xbe,0xff,0xf5,0xe0,0xbd,0xff,0xf3,0xdf,0xbc, + 0xff,0xf3,0xdd,0xbd,0xff,0xf3,0xdc,0xbc,0xff,0xf2,0xdc,0xba,0xff,0xf1,0xdb,0xb8, + 0xff,0xf1,0xda,0xb6,0xff,0xf0,0xd8,0xb6,0xff,0xef,0xd8,0xb4,0xff,0xef,0xd7,0xb3, + 0xff,0xee,0xd7,0xb4,0xff,0xee,0xd4,0xb2,0xff,0xec,0xd3,0xb0,0xff,0xec,0xd2,0xb0, + 0xff,0xec,0xd2,0xae,0xff,0xeb,0xd1,0xac,0xff,0xe9,0xd0,0xaa,0xff,0xe9,0xcf,0xab, + 0xff,0xe8,0xcf,0xa9,0xff,0xe7,0xcd,0xa6,0xff,0xe7,0xcc,0xa5,0xff,0xe6,0xca,0xa2, + 0xff,0xe5,0xca,0xa1,0xff,0xe4,0xc8,0xa1,0xff,0xe2,0xc6,0x9f,0xff,0xe3,0xc5,0x9c, + 0xff,0xe2,0xc3,0x9a,0xff,0xe1,0xc3,0x9b,0xff,0xe2,0xc2,0x99,0xff,0xdf,0xbf,0x97, + 0xff,0xdf,0xbf,0x94,0xff,0xde,0xbe,0x93,0xff,0xdc,0xbc,0x91,0xff,0xdb,0xba,0x8e, + 0xff,0xda,0xb9,0x8d,0xff,0xd9,0xb8,0x8a,0xff,0xd9,0xb7,0x8a,0xff,0xd7,0xb4,0x88, + 0xff,0xd6,0xb2,0x86,0xff,0xd5,0xb1,0x84,0xff,0xd3,0xaf,0x82,0xff,0xd2,0xae,0x7e, + 0xff,0xd2,0xad,0x7d,0xff,0xd1,0xab,0x7d,0xff,0xcf,0xaa,0x7b,0xff,0xce,0xa7,0x77, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xf0,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xde,0xff,0xff,0xf3,0xdb, + 0xff,0xff,0xf2,0xdb,0xff,0xff,0xf2,0xd9,0xff,0xff,0xf1,0xd6,0xff,0xff,0xf1,0xd3, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf3,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd7,0xef,0xff,0xf0,0xd4, + 0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xf1,0xe4,0xc8,0xff,0xb6,0xb1,0xaa, + 0xff,0xac,0xaa,0xa9,0xff,0xbb,0xb9,0xb7,0xff,0xc7,0xc6,0xc6,0xff,0xd1,0xd0,0xcf, + 0xff,0xd9,0xd9,0xd9,0xff,0xe1,0xe0,0xe0,0xff,0xe7,0xe7,0xe7,0xff,0xec,0xeb,0xeb, + 0xff,0xee,0xee,0xed,0xff,0xf1,0xf1,0xf0,0xff,0xf4,0xf3,0xf3,0xff,0xf4,0xf4,0xf4, + 0xff,0xf5,0xf5,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf4,0xf3,0xff,0xf3,0xf2,0xf2, + 0xff,0xf3,0xf2,0xf0,0xff,0xf1,0xf1,0xef,0xff,0xef,0xee,0xee,0xff,0xee,0xed,0xeb, + 0xff,0xeb,0xea,0xea,0xff,0xea,0xe9,0xe8,0xff,0xe9,0xe8,0xe6,0xff,0xe6,0xe5,0xe5, + 0xff,0xe6,0xe5,0xe5,0xff,0xe4,0xe3,0xe2,0xff,0xe3,0xe1,0xe0,0xff,0xe1,0xdf,0xdd, + 0xff,0xdf,0xdd,0xdd,0xff,0xdd,0xdb,0xdb,0xff,0xdb,0xda,0xd9,0xff,0xdb,0xd9,0xd8, + 0xff,0xda,0xd8,0xd5,0xff,0xd9,0xd8,0xd5,0xff,0xd7,0xd6,0xd5,0xff,0xd7,0xd5,0xd3, + 0xff,0xd4,0xd2,0xd0,0xff,0xd4,0xd2,0xd0,0xff,0xd2,0xcf,0xcf,0xff,0xd0,0xce,0xcd, + 0xff,0xcf,0xcd,0xcb,0xff,0xcd,0xcb,0xc9,0xff,0xcb,0xc9,0xc6,0xff,0xc9,0xc7,0xc5, + 0xff,0xc9,0xc7,0xc4,0xff,0xc5,0xc4,0xc1,0xff,0xc5,0xc2,0xbe,0xff,0xe1,0xd5,0xc5, + 0xff,0xfa,0xe7,0xca,0xff,0xf9,0xe6,0xc8,0xff,0xf9,0xe6,0xc7,0xff,0xf9,0xe5,0xc6, + 0xff,0xf8,0xe5,0xc7,0xff,0xf8,0xe4,0xc5,0xff,0xf7,0xe4,0xc4,0xff,0xf6,0xe3,0xc4, + 0xff,0xf6,0xe2,0xc3,0xff,0xf5,0xe2,0xc0,0xff,0xf5,0xe1,0xc0,0xff,0xf5,0xe0,0xbe, + 0xff,0xf4,0xe0,0xbe,0xff,0xf5,0xe0,0xbd,0xff,0xf3,0xdf,0xbc,0xff,0xf3,0xdd,0xbc, + 0xff,0xf2,0xdc,0xbb,0xff,0xf2,0xdc,0xba,0xff,0xf1,0xdb,0xb9,0xff,0xf0,0xda,0xb6, + 0xff,0xef,0xd8,0xb6,0xff,0xef,0xd8,0xb4,0xff,0xee,0xd7,0xb3,0xff,0xee,0xd6,0xb4, + 0xff,0xed,0xd4,0xb2,0xff,0xed,0xd3,0xb1,0xff,0xec,0xd3,0xaf,0xff,0xec,0xd1,0xad, + 0xff,0xeb,0xd1,0xac,0xff,0xea,0xd0,0xab,0xff,0xe9,0xcf,0xaa,0xff,0xe8,0xcf,0xa8, + 0xff,0xe8,0xcd,0xa5,0xff,0xe6,0xcb,0xa4,0xff,0xe6,0xcb,0xa2,0xff,0xe5,0xca,0xa1, + 0xff,0xe4,0xc8,0xa0,0xff,0xe3,0xc6,0x9f,0xff,0xe3,0xc4,0x9b,0xff,0xe2,0xc3,0x9a, + 0xff,0xe1,0xc2,0x9b,0xff,0xe1,0xc1,0x98,0xff,0xdf,0xc0,0x97,0xff,0xe0,0xbf,0x94, + 0xff,0xdd,0xbd,0x93,0xff,0xdc,0xbc,0x91,0xff,0xdc,0xbb,0x8f,0xff,0xda,0xba,0x8d, + 0xff,0xd9,0xb8,0x8a,0xff,0xd8,0xb6,0x88,0xff,0xd7,0xb4,0x88,0xff,0xd6,0xb2,0x86, + 0xff,0xd5,0xb1,0x84,0xff,0xd4,0xb0,0x83,0xff,0xd3,0xaf,0x7e,0xff,0xd1,0xac,0x7c, + 0xff,0xd0,0xaa,0x7d,0xff,0xce,0xa9,0x7a,0xff,0xce,0xa8,0x77,0xff,0xcd,0xa6,0x75, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xee,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xde,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf2,0xdb, + 0xff,0xff,0xf2,0xd9,0xff,0xff,0xf1,0xd5,0xff,0xff,0xf1,0xd3,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xf4,0xe6,0xc9, + 0xff,0xc1,0xbb,0xaf,0xff,0xab,0xaa,0xaa,0xff,0xba,0xb9,0xb9,0xff,0xc6,0xc5,0xc5, + 0xff,0xd0,0xd0,0xcf,0xff,0xd8,0xd8,0xd7,0xff,0xe0,0xe0,0xe0,0xff,0xe6,0xe6,0xe5, + 0xff,0xea,0xe9,0xe9,0xff,0xed,0xed,0xec,0xff,0xf0,0xef,0xf0,0xff,0xf3,0xf2,0xf3, + 0xff,0xf3,0xf3,0xf2,0xff,0xf5,0xf4,0xf4,0xff,0xf3,0xf2,0xf4,0xff,0xf4,0xf3,0xf3, + 0xff,0xf2,0xf2,0xf0,0xff,0xf0,0xef,0xef,0xff,0xee,0xee,0xed,0xff,0xec,0xec,0xec, + 0xff,0xeb,0xea,0xe9,0xff,0xe9,0xe8,0xe8,0xff,0xe8,0xe7,0xe7,0xff,0xe6,0xe6,0xe4, + 0xff,0xe6,0xe4,0xe4,0xff,0xe3,0xe2,0xe0,0xff,0xe2,0xe0,0xde,0xff,0xe0,0xde,0xdc, + 0xff,0xde,0xdc,0xdb,0xff,0xdd,0xdb,0xd8,0xff,0xd9,0xd8,0xd7,0xff,0xd8,0xd7,0xd6, + 0xff,0xd8,0xd6,0xd6,0xff,0xd6,0xd5,0xd5,0xff,0xd5,0xd4,0xd2,0xff,0xd3,0xd2,0xd1, + 0xff,0xd2,0xd0,0xcf,0xff,0xd1,0xcf,0xce,0xff,0xcf,0xce,0xcd,0xff,0xce,0xcc,0xcb, + 0xff,0xcd,0xcc,0xc9,0xff,0xcb,0xca,0xc7,0xff,0xc8,0xc7,0xc4,0xff,0xc7,0xc5,0xc4, + 0xff,0xc5,0xc3,0xc2,0xff,0xc5,0xc3,0xbf,0xff,0xe1,0xd5,0xc5,0xff,0xfa,0xe7,0xc9, + 0xff,0xf9,0xe6,0xc7,0xff,0xf9,0xe5,0xc6,0xff,0xf9,0xe6,0xc7,0xff,0xf8,0xe4,0xc5, + 0xff,0xf8,0xe3,0xc4,0xff,0xf7,0xe4,0xc4,0xff,0xf6,0xe3,0xc4,0xff,0xf6,0xe2,0xc3, + 0xff,0xf5,0xe2,0xc0,0xff,0xf5,0xe1,0xc1,0xff,0xf5,0xe1,0xbd,0xff,0xf4,0xe0,0xbe, + 0xff,0xf4,0xe0,0xbc,0xff,0xf3,0xdf,0xbd,0xff,0xf3,0xdd,0xbc,0xff,0xf3,0xdc,0xbc, + 0xff,0xf2,0xdc,0xba,0xff,0xf1,0xdb,0xb7,0xff,0xf0,0xda,0xb6,0xff,0xf0,0xd8,0xb6, + 0xff,0xf0,0xd8,0xb4,0xff,0xef,0xd7,0xb4,0xff,0xee,0xd6,0xb3,0xff,0xee,0xd4,0xb0, + 0xff,0xec,0xd3,0xaf,0xff,0xeb,0xd2,0xae,0xff,0xec,0xd2,0xac,0xff,0xeb,0xd1,0xac, + 0xff,0xea,0xd0,0xab,0xff,0xe9,0xcf,0xaa,0xff,0xe7,0xce,0xa7,0xff,0xe8,0xce,0xa5, + 0xff,0xe6,0xcb,0xa4,0xff,0xe6,0xca,0xa2,0xff,0xe5,0xc9,0xa0,0xff,0xe4,0xc7,0xa0, + 0xff,0xe3,0xc7,0x9f,0xff,0xe3,0xc5,0x9c,0xff,0xe2,0xc3,0x9a,0xff,0xe1,0xc2,0x9b, + 0xff,0xe1,0xc2,0x99,0xff,0xdf,0xbf,0x96,0xff,0xdf,0xbf,0x94,0xff,0xdd,0xbd,0x93, + 0xff,0xdc,0xbc,0x90,0xff,0xdb,0xba,0x8e,0xff,0xda,0xb9,0x8d,0xff,0xda,0xb9,0x8b, + 0xff,0xd9,0xb7,0x89,0xff,0xd7,0xb4,0x88,0xff,0xd6,0xb2,0x86,0xff,0xd4,0xb0,0x83, + 0xff,0xd4,0xb0,0x83,0xff,0xd3,0xaf,0x7f,0xff,0xd2,0xad,0x7d,0xff,0xd1,0xab,0x7e, + 0xff,0xcf,0xaa,0x7b,0xff,0xce,0xa8,0x77,0xff,0xcc,0xa5,0x74,0xff,0xcf,0xaa,0x7d, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf2,0xdb,0xff,0xff,0xf2,0xd9, + 0xff,0xff,0xf1,0xd5,0xff,0xff,0xf0,0xd3,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf2,0xd7,0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc7,0xa2, + 0xff,0xda,0xc7,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf2,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xf9,0xe9,0xcd,0xff,0xc8,0xc1,0xb3,0xff,0xaa,0xa9,0xaa,0xff,0xb9,0xb7,0xb7, + 0xff,0xc5,0xc4,0xc3,0xff,0xce,0xcf,0xcc,0xff,0xd7,0xd7,0xd6,0xff,0xe0,0xdf,0xdf, + 0xff,0xe5,0xe5,0xe3,0xff,0xea,0xea,0xe8,0xff,0xee,0xed,0xec,0xff,0xf0,0xef,0xef, + 0xff,0xf1,0xf2,0xf0,0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf2,0xf2,0xff,0xf1,0xf2,0xef, + 0xff,0xf2,0xf1,0xf1,0xff,0xf0,0xef,0xef,0xff,0xef,0xef,0xed,0xff,0xed,0xec,0xec, + 0xff,0xec,0xeb,0xe9,0xff,0xe9,0xe8,0xe7,0xff,0xe7,0xe6,0xe5,0xff,0xe6,0xe5,0xe4, + 0xff,0xe4,0xe4,0xe2,0xff,0xe3,0xe2,0xe0,0xff,0xe1,0xe0,0xdf,0xff,0xdf,0xde,0xdd, + 0xff,0xde,0xdb,0xda,0xff,0xdb,0xd9,0xd8,0xff,0xd8,0xd7,0xd6,0xff,0xd7,0xd5,0xd5, + 0xff,0xd5,0xd4,0xd3,0xff,0xd6,0xd4,0xd4,0xff,0xd3,0xd2,0xd1,0xff,0xd1,0xd0,0xcf, + 0xff,0xd0,0xcf,0xce,0xff,0xcf,0xcd,0xcc,0xff,0xcd,0xcb,0xca,0xff,0xcc,0xcb,0xc8, + 0xff,0xca,0xc9,0xc6,0xff,0xca,0xc7,0xc5,0xff,0xc6,0xc4,0xc3,0xff,0xc6,0xc3,0xc0, + 0xff,0xc4,0xc1,0xbe,0xff,0xe1,0xd4,0xc4,0xff,0xf9,0xe6,0xc7,0xff,0xf9,0xe6,0xc7, + 0xff,0xf9,0xe5,0xc5,0xff,0xf9,0xe6,0xc5,0xff,0xf8,0xe5,0xc6,0xff,0xf8,0xe4,0xc4, + 0xff,0xf7,0xe4,0xc2,0xff,0xf6,0xe3,0xc3,0xff,0xf6,0xe2,0xc1,0xff,0xf5,0xe2,0xbe, + 0xff,0xf5,0xe1,0xbf,0xff,0xf5,0xe1,0xbd,0xff,0xf4,0xe0,0xbd,0xff,0xf4,0xe0,0xbc, + 0xff,0xf4,0xdf,0xbd,0xff,0xf3,0xdd,0xbb,0xff,0xf3,0xdc,0xba,0xff,0xf2,0xdc,0xb8, + 0xff,0xf2,0xdb,0xb8,0xff,0xf1,0xda,0xb5,0xff,0xef,0xd8,0xb4,0xff,0xef,0xd8,0xb4, + 0xff,0xef,0xd7,0xb3,0xff,0xee,0xd6,0xb3,0xff,0xee,0xd4,0xb1,0xff,0xec,0xd3,0xaf, + 0xff,0xec,0xd3,0xaf,0xff,0xeb,0xd1,0xab,0xff,0xea,0xd1,0xab,0xff,0xea,0xd1,0xab, + 0xff,0xe9,0xd0,0xaa,0xff,0xe7,0xce,0xa7,0xff,0xe8,0xce,0xa5,0xff,0xe7,0xcb,0xa4, + 0xff,0xe6,0xca,0xa1,0xff,0xe5,0xc9,0xa0,0xff,0xe4,0xc8,0xa0,0xff,0xe3,0xc6,0x9f, + 0xff,0xe3,0xc5,0x9c,0xff,0xe2,0xc4,0x9b,0xff,0xe1,0xc2,0x99,0xff,0xe1,0xc1,0x97, + 0xff,0xdf,0xbf,0x95,0xff,0xdf,0xbf,0x94,0xff,0xdd,0xbe,0x91,0xff,0xdc,0xbd,0x90, + 0xff,0xdc,0xbb,0x8d,0xff,0xda,0xb9,0x8d,0xff,0xd9,0xb8,0x8a,0xff,0xd9,0xb7,0x89, + 0xff,0xd8,0xb5,0x88,0xff,0xd7,0xb2,0x87,0xff,0xd4,0xb0,0x83,0xff,0xd4,0xb0,0x83, + 0xff,0xd2,0xae,0x7e,0xff,0xd1,0xac,0x7c,0xff,0xd0,0xaa,0x7d,0xff,0xce,0xa9,0x7a, + 0xff,0xce,0xa8,0x77,0xff,0xcd,0xa6,0x75,0xff,0xcc,0xa3,0x73,0xff,0xd8,0xba,0x96, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfa,0xff,0xff,0xf7,0xe9,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xde, + 0xff,0xff,0xf4,0xdc,0xff,0xff,0xf2,0xda,0xff,0xff,0xf1,0xd8,0xff,0xff,0xf1,0xd6, + 0xff,0xff,0xf1,0xd3,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf4,0xde,0xff,0xff,0xf1,0xd6, + 0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xfb,0xeb,0xcf,0xff,0xd9,0xcf,0xbc,0xff,0xaf,0xad,0xac, + 0xff,0xb8,0xb6,0xb5,0xff,0xc5,0xc4,0xc4,0xff,0xcd,0xce,0xcc,0xff,0xd7,0xd7,0xd5, + 0xff,0xde,0xdd,0xdd,0xff,0xe4,0xe3,0xe3,0xff,0xe9,0xe8,0xe8,0xff,0xec,0xeb,0xeb, + 0xff,0xed,0xed,0xec,0xff,0xf0,0xef,0xef,0xff,0xf0,0xf0,0xef,0xff,0xf1,0xf1,0xef, + 0xff,0xf1,0xf0,0xf0,0xff,0xf0,0xef,0xef,0xff,0xef,0xef,0xed,0xff,0xed,0xec,0xec, + 0xff,0xeb,0xea,0xea,0xff,0xe9,0xe8,0xe7,0xff,0xe8,0xe7,0xe5,0xff,0xe5,0xe4,0xe3, + 0xff,0xe4,0xe3,0xe2,0xff,0xe1,0xe0,0xdf,0xff,0xe0,0xde,0xdd,0xff,0xdf,0xdd,0xdb, + 0xff,0xdd,0xdb,0xda,0xff,0xdb,0xd9,0xd8,0xff,0xd9,0xd7,0xd5,0xff,0xd6,0xd4,0xd3, + 0xff,0xd4,0xd2,0xd1,0xff,0xd2,0xd1,0xcf,0xff,0xd2,0xd0,0xcd,0xff,0xd0,0xce,0xcd, + 0xff,0xce,0xcc,0xcb,0xff,0xcd,0xcb,0xc9,0xff,0xcc,0xc8,0xc7,0xff,0xca,0xc8,0xc5, + 0xff,0xc9,0xc6,0xc5,0xff,0xc8,0xc5,0xc3,0xff,0xc3,0xc2,0xbf,0xff,0xc8,0xc4,0xbe, + 0xff,0xe7,0xda,0xc4,0xff,0xf9,0xe6,0xc8,0xff,0xf9,0xe6,0xc7,0xff,0xf9,0xe6,0xc5, + 0xff,0xf9,0xe6,0xc6,0xff,0xf8,0xe5,0xc6,0xff,0xf8,0xe3,0xc3,0xff,0xf7,0xe3,0xc2, + 0xff,0xf6,0xe3,0xc3,0xff,0xf6,0xe2,0xc1,0xff,0xf5,0xe2,0xbe,0xff,0xf5,0xe1,0xbf, + 0xff,0xf5,0xe1,0xbe,0xff,0xf4,0xe0,0xbc,0xff,0xf4,0xe0,0xbd,0xff,0xf3,0xde,0xbc, + 0xff,0xf3,0xdd,0xbb,0xff,0xf2,0xdc,0xba,0xff,0xf2,0xdc,0xb8,0xff,0xf2,0xdb,0xb8, + 0xff,0xf0,0xda,0xb5,0xff,0xef,0xd8,0xb4,0xff,0xf0,0xd8,0xb5,0xff,0xef,0xd7,0xb4, + 0xff,0xee,0xd6,0xb2,0xff,0xed,0xd4,0xb0,0xff,0xed,0xd3,0xb0,0xff,0xeb,0xd2,0xae, + 0xff,0xec,0xd1,0xac,0xff,0xea,0xd1,0xab,0xff,0xea,0xd0,0xab,0xff,0xe8,0xcf,0xa9, + 0xff,0xe7,0xce,0xa7,0xff,0xe8,0xce,0xa5,0xff,0xe6,0xcb,0xa4,0xff,0xe6,0xca,0xa2, + 0xff,0xe5,0xc9,0xa0,0xff,0xe4,0xc8,0xa0,0xff,0xe3,0xc7,0x9e,0xff,0xe3,0xc4,0x9b, + 0xff,0xe2,0xc3,0x9a,0xff,0xe1,0xc2,0x99,0xff,0xe1,0xc2,0x97,0xff,0xdf,0xbf,0x95, + 0xff,0xdf,0xbe,0x94,0xff,0xdd,0xbd,0x91,0xff,0xdc,0xbc,0x90,0xff,0xdb,0xba,0x8c, + 0xff,0xdb,0xb9,0x8e,0xff,0xd9,0xb7,0x8b,0xff,0xd9,0xb6,0x89,0xff,0xd7,0xb4,0x89, + 0xff,0xd6,0xb1,0x86,0xff,0xd5,0xb1,0x84,0xff,0xd4,0xb0,0x83,0xff,0xd3,0xaf,0x7f, + 0xff,0xd1,0xac,0x7c,0xff,0xd0,0xaa,0x7c,0xff,0xce,0xa9,0x79,0xff,0xce,0xa8,0x77, + 0xff,0xcd,0xa6,0x75,0xff,0xcb,0xa3,0x72,0xff,0xcb,0xa2,0x70,0xff,0xd7,0xb8,0x95, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xf9,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf4,0xde,0xff,0xff,0xf3,0xdc, + 0xff,0xff,0xf2,0xdb,0xff,0xff,0xf1,0xd8,0xff,0xff,0xf2,0xd6,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf2,0xdc,0xff,0xff,0xf4,0xde,0xff,0xff,0xf1,0xd7,0xef,0xff,0xf0,0xd4, + 0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf2,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xeb,0xde,0xc6, + 0xff,0xb8,0xb5,0xaf,0xff,0xb8,0xb7,0xb5,0xff,0xc3,0xc2,0xc2,0xff,0xce,0xce,0xcc, + 0xff,0xd6,0xd4,0xd6,0xff,0xdd,0xdc,0xdc,0xff,0xe3,0xe2,0xe2,0xff,0xe6,0xe7,0xe5, + 0xff,0xeb,0xea,0xea,0xff,0xee,0xec,0xed,0xff,0xef,0xee,0xec,0xff,0xee,0xed,0xed, + 0xff,0xee,0xee,0xed,0xff,0xee,0xee,0xed,0xff,0xed,0xed,0xec,0xff,0xed,0xed,0xeb, + 0xff,0xeb,0xea,0xe8,0xff,0xe8,0xe7,0xe7,0xff,0xe6,0xe5,0xe5,0xff,0xe6,0xe4,0xe4, + 0xff,0xe4,0xe3,0xe2,0xff,0xe2,0xe1,0xe0,0xff,0xe0,0xdf,0xdd,0xff,0xde,0xdd,0xdb, + 0xff,0xdc,0xda,0xd8,0xff,0xdb,0xd8,0xd7,0xff,0xd7,0xd5,0xd4,0xff,0xd5,0xd3,0xd2, + 0xff,0xd3,0xd1,0xd0,0xff,0xd1,0xcf,0xcd,0xff,0xd1,0xcf,0xca,0xff,0xce,0xcc,0xc9, + 0xff,0xcd,0xcb,0xc9,0xff,0xcb,0xc9,0xc7,0xff,0xca,0xc7,0xc5,0xff,0xc8,0xc5,0xc3, + 0xff,0xc7,0xc3,0xc3,0xff,0xc5,0xc2,0xc0,0xff,0xcd,0xc6,0xbe,0xff,0xf0,0xe0,0xc5, + 0xff,0xfa,0xe7,0xc8,0xff,0xf9,0xe6,0xc7,0xff,0xf9,0xe6,0xc6,0xff,0xf9,0xe6,0xc5, + 0xff,0xf8,0xe4,0xc5,0xff,0xf8,0xe4,0xc3,0xff,0xf7,0xe4,0xc2,0xff,0xf6,0xe3,0xc3, + 0xff,0xf6,0xe2,0xc1,0xff,0xf5,0xe2,0xbe,0xff,0xf6,0xe1,0xbf,0xff,0xf5,0xe0,0xbd, + 0xff,0xf4,0xe0,0xbd,0xff,0xf4,0xe0,0xbd,0xff,0xf4,0xdf,0xbd,0xff,0xf3,0xdd,0xbb, + 0xff,0xf2,0xdc,0xb9,0xff,0xf2,0xdc,0xb8,0xff,0xf2,0xdb,0xb8,0xff,0xf0,0xda,0xb4, + 0xff,0xf0,0xd8,0xb4,0xff,0xef,0xd8,0xb4,0xff,0xef,0xd7,0xb3,0xff,0xed,0xd6,0xb2, + 0xff,0xed,0xd4,0xb0,0xff,0xed,0xd3,0xaf,0xff,0xec,0xd3,0xaf,0xff,0xeb,0xd1,0xac, + 0xff,0xeb,0xd1,0xac,0xff,0xe9,0xd0,0xa9,0xff,0xe9,0xcf,0xa8,0xff,0xe8,0xce,0xa6, + 0xff,0xe8,0xcd,0xa4,0xff,0xe7,0xcb,0xa4,0xff,0xe6,0xcb,0xa2,0xff,0xe5,0xc9,0xa0, + 0xff,0xe4,0xc8,0x9f,0xff,0xe3,0xc7,0x9e,0xff,0xe3,0xc4,0x9b,0xff,0xe2,0xc4,0x9b, + 0xff,0xe1,0xc2,0x99,0xff,0xe1,0xc1,0x97,0xff,0xdf,0xbf,0x95,0xff,0xdf,0xbf,0x94, + 0xff,0xdd,0xbd,0x91,0xff,0xdc,0xbc,0x91,0xff,0xdb,0xb9,0x8d,0xff,0xdb,0xb9,0x8e, + 0xff,0xda,0xb8,0x8b,0xff,0xd9,0xb6,0x89,0xff,0xd8,0xb4,0x89,0xff,0xd6,0xb1,0x86, + 0xff,0xd4,0xb0,0x84,0xff,0xd4,0xb0,0x83,0xff,0xd2,0xae,0x7e,0xff,0xd1,0xac,0x7c, + 0xff,0xd0,0xaa,0x7c,0xff,0xcf,0xaa,0x7a,0xff,0xce,0xa8,0x77,0xff,0xcd,0xa6,0x75, + 0xff,0xcb,0xa3,0x72,0xff,0xcb,0xa3,0x70,0xff,0xca,0xa1,0x70,0xff,0xd6,0xb7,0x93, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xf9,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xde,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf3,0xdb, + 0xff,0xff,0xf2,0xd9,0xff,0xff,0xf1,0xd5,0xff,0xff,0xf0,0xd3,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd7,0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc7,0xa1, + 0xff,0xda,0xc7,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xf9,0xea,0xce,0xff,0xcf,0xc7,0xba,0xff,0xb7,0xb6,0xb6,0xff,0xc1,0xc0,0xc0, + 0xff,0xcc,0xcb,0xcb,0xff,0xd5,0xd4,0xd4,0xff,0xdc,0xdb,0xdb,0xff,0xe1,0xe1,0xdf, + 0xff,0xe5,0xe4,0xe4,0xff,0xe9,0xe8,0xe8,0xff,0xeb,0xeb,0xe9,0xff,0xec,0xeb,0xea, + 0xff,0xed,0xec,0xec,0xff,0xec,0xec,0xeb,0xff,0xed,0xed,0xec,0xff,0xec,0xec,0xea, + 0xff,0xeb,0xea,0xe8,0xff,0xe9,0xe8,0xe6,0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe4,0xe3, + 0xff,0xe3,0xe2,0xe1,0xff,0xe1,0xe0,0xde,0xff,0xdf,0xde,0xdc,0xff,0xdd,0xdc,0xda, + 0xff,0xdb,0xda,0xd9,0xff,0xd9,0xd7,0xd6,0xff,0xd6,0xd4,0xd3,0xff,0xd4,0xd2,0xd0, + 0xff,0xd2,0xd0,0xcf,0xff,0xd0,0xce,0xcd,0xff,0xce,0xcb,0xca,0xff,0xcd,0xc9,0xc9, + 0xff,0xca,0xc7,0xc6,0xff,0xc9,0xc6,0xc4,0xff,0xc6,0xc3,0xc2,0xff,0xc6,0xc3,0xc0, + 0xff,0xc5,0xc2,0xbe,0xff,0xd8,0xd0,0xc1,0xff,0xf6,0xe4,0xc7,0xff,0xfa,0xe7,0xc7, + 0xff,0xf9,0xe6,0xc5,0xff,0xf9,0xe6,0xc4,0xff,0xf9,0xe5,0xc5,0xff,0xf8,0xe5,0xc4, + 0xff,0xf8,0xe4,0xc3,0xff,0xf7,0xe4,0xc2,0xff,0xf6,0xe3,0xc1,0xff,0xf6,0xe2,0xc2, + 0xff,0xf5,0xe2,0xbf,0xff,0xf5,0xe0,0xbe,0xff,0xf5,0xe1,0xbc,0xff,0xf4,0xe0,0xbc, + 0xff,0xf5,0xe0,0xbd,0xff,0xf4,0xdf,0xbc,0xff,0xf3,0xdd,0xbb,0xff,0xf2,0xdc,0xba, + 0xff,0xf2,0xdc,0xb8,0xff,0xf2,0xdb,0xb6,0xff,0xf1,0xda,0xb5,0xff,0xef,0xd8,0xb4, + 0xff,0xef,0xd8,0xb2,0xff,0xee,0xd7,0xb3,0xff,0xed,0xd6,0xb2,0xff,0xee,0xd4,0xb1, + 0xff,0xed,0xd4,0xae,0xff,0xec,0xd2,0xad,0xff,0xeb,0xd1,0xaa,0xff,0xeb,0xd1,0xab, + 0xff,0xe9,0xd0,0xa9,0xff,0xe8,0xcf,0xa8,0xff,0xe8,0xcf,0xa6,0xff,0xe7,0xcd,0xa3, + 0xff,0xe7,0xcb,0xa3,0xff,0xe6,0xca,0xa0,0xff,0xe5,0xca,0xa1,0xff,0xe4,0xc7,0x9e, + 0xff,0xe3,0xc6,0x9e,0xff,0xe3,0xc4,0x9b,0xff,0xe2,0xc4,0x9b,0xff,0xe1,0xc3,0x9a, + 0xff,0xe1,0xc1,0x97,0xff,0xdf,0xbf,0x95,0xff,0xdf,0xbd,0x94,0xff,0xde,0xbd,0x92, + 0xff,0xdc,0xbb,0x90,0xff,0xdc,0xba,0x8e,0xff,0xda,0xb8,0x8e,0xff,0xda,0xb8,0x8b, + 0xff,0xd8,0xb5,0x89,0xff,0xd7,0xb3,0x88,0xff,0xd7,0xb2,0x85,0xff,0xd4,0xb0,0x83, + 0xff,0xd4,0xb0,0x82,0xff,0xd2,0xae,0x7e,0xff,0xd1,0xac,0x7c,0xff,0xd1,0xaa,0x7c, + 0xff,0xce,0xa9,0x79,0xff,0xcd,0xa7,0x77,0xff,0xcd,0xa5,0x75,0xff,0xcc,0xa4,0x73, + 0xff,0xcb,0xa2,0x70,0xff,0xca,0xa0,0x6f,0xff,0xc7,0x9e,0x6b,0xff,0xd5,0xb7,0x92, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xf9,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf2,0xdb,0xff,0xff,0xf2,0xd9, + 0xff,0xff,0xf2,0xd6,0xff,0xff,0xf0,0xd3,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xda,0xc7,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xfd,0xee,0xcf,0xff,0xec,0xe0,0xc8,0xff,0xc4,0xc0,0xbb, + 0xff,0xc2,0xc0,0xc0,0xff,0xcc,0xcb,0xcb,0xff,0xd5,0xd4,0xd2,0xff,0xda,0xda,0xd8, + 0xff,0xdf,0xdf,0xdd,0xff,0xe4,0xe4,0xe3,0xff,0xe7,0xe6,0xe6,0xff,0xe9,0xe9,0xe7, + 0xff,0xeb,0xea,0xea,0xff,0xeb,0xeb,0xe9,0xff,0xeb,0xea,0xe9,0xff,0xea,0xea,0xe9, + 0xff,0xea,0xe9,0xe9,0xff,0xe7,0xe7,0xe6,0xff,0xe6,0xe5,0xe5,0xff,0xe5,0xe3,0xe3, + 0xff,0xe3,0xe2,0xe1,0xff,0xe0,0xdf,0xde,0xff,0xde,0xdd,0xdc,0xff,0xdd,0xdb,0xd9, + 0xff,0xda,0xd9,0xd8,0xff,0xd8,0xd7,0xd4,0xff,0xd5,0xd3,0xd1,0xff,0xd3,0xd1,0xce, + 0xff,0xd2,0xd0,0xcd,0xff,0xcf,0xcd,0xca,0xff,0xcc,0xca,0xc8,0xff,0xca,0xc7,0xc6, + 0xff,0xc8,0xc5,0xc3,0xff,0xc6,0xc3,0xc2,0xff,0xc4,0xc1,0xbe,0xff,0xc9,0xc4,0xbe, + 0xff,0xe5,0xd8,0xc3,0xff,0xf9,0xe6,0xc7,0xff,0xfa,0xe7,0xc6,0xff,0xf9,0xe5,0xc5, + 0xff,0xf9,0xe6,0xc4,0xff,0xf9,0xe5,0xc3,0xff,0xf8,0xe4,0xc4,0xff,0xf8,0xe4,0xc2, + 0xff,0xf7,0xe4,0xc0,0xff,0xf6,0xe3,0xc1,0xff,0xf6,0xe2,0xc0,0xff,0xf5,0xe1,0xbc, + 0xff,0xf5,0xe1,0xbd,0xff,0xf5,0xe1,0xbc,0xff,0xf4,0xe0,0xbb,0xff,0xf4,0xdf,0xba, + 0xff,0xf3,0xdf,0xbb,0xff,0xf4,0xdd,0xba,0xff,0xf3,0xdc,0xb9,0xff,0xf2,0xdc,0xb7, + 0xff,0xf1,0xdb,0xb6,0xff,0xf0,0xda,0xb3,0xff,0xf0,0xd8,0xb3,0xff,0xf0,0xd8,0xb3, + 0xff,0xee,0xd7,0xb1,0xff,0xed,0xd6,0xb0,0xff,0xed,0xd4,0xaf,0xff,0xec,0xd3,0xad, + 0xff,0xec,0xd2,0xad,0xff,0xec,0xd1,0xab,0xff,0xeb,0xd2,0xab,0xff,0xe9,0xd0,0xa9, + 0xff,0xe8,0xce,0xa8,0xff,0xe8,0xce,0xa7,0xff,0xe8,0xcc,0xa4,0xff,0xe7,0xcb,0xa3, + 0xff,0xe6,0xca,0xa1,0xff,0xe4,0xc8,0xa1,0xff,0xe4,0xc6,0x9f,0xff,0xe3,0xc5,0x9e, + 0xff,0xe3,0xc4,0x9d,0xff,0xe2,0xc3,0x9b,0xff,0xe1,0xc1,0x9a,0xff,0xe1,0xc2,0x97, + 0xff,0xdf,0xbf,0x95,0xff,0xdf,0xbd,0x94,0xff,0xdd,0xbc,0x91,0xff,0xdc,0xbb,0x91, + 0xff,0xdb,0xb9,0x8d,0xff,0xda,0xb8,0x8c,0xff,0xda,0xb8,0x8b,0xff,0xd8,0xb5,0x89, + 0xff,0xd7,0xb3,0x87,0xff,0xd6,0xb1,0x84,0xff,0xd5,0xb1,0x82,0xff,0xd4,0xb0,0x82, + 0xff,0xd2,0xae,0x7e,0xff,0xd1,0xac,0x7c,0xff,0xd1,0xab,0x7c,0xff,0xcf,0xaa,0x79, + 0xff,0xce,0xa8,0x77,0xff,0xcd,0xa6,0x75,0xff,0xcc,0xa4,0x73,0xff,0xcb,0xa2,0x70, + 0xff,0xc9,0xa0,0x6f,0xff,0xc7,0x9e,0x6b,0xff,0xc7,0x9d,0x69,0xff,0xd4,0xb4,0x90, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xf8,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xde, + 0xff,0xff,0xf3,0xdb,0xff,0xff,0xf2,0xdb,0xff,0xff,0xf1,0xd8,0xff,0xff,0xf1,0xd6, + 0xff,0xff,0xf1,0xd4,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf4,0xde,0xff,0xff,0xf1,0xd7, + 0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc7,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xee,0xcf, + 0xff,0xe3,0xd9,0xc7,0xff,0xc9,0xc5,0xc2,0xff,0xca,0xca,0xc8,0xff,0xd1,0xd1,0xd0, + 0xff,0xd8,0xd7,0xd7,0xff,0xdf,0xde,0xdd,0xff,0xe2,0xe1,0xe1,0xff,0xe6,0xe6,0xe4, + 0xff,0xe8,0xe7,0xe6,0xff,0xe9,0xe8,0xe8,0xff,0xe8,0xe8,0xe7,0xff,0xe8,0xe8,0xe7, + 0xff,0xe9,0xe8,0xe6,0xff,0xe8,0xe7,0xe6,0xff,0xe6,0xe5,0xe3,0xff,0xe4,0xe3,0xe1, + 0xff,0xe2,0xe1,0xe0,0xff,0xdf,0xde,0xdd,0xff,0xdd,0xdc,0xdb,0xff,0xdc,0xda,0xd9, + 0xff,0xda,0xd8,0xd7,0xff,0xd7,0xd6,0xd5,0xff,0xd4,0xd2,0xd1,0xff,0xd2,0xd0,0xcf, + 0xff,0xd0,0xce,0xcb,0xff,0xce,0xcc,0xc9,0xff,0xcb,0xc9,0xc6,0xff,0xc8,0xc6,0xc4, + 0xff,0xc5,0xc3,0xc0,0xff,0xc7,0xc3,0xbf,0xff,0xda,0xd0,0xc2,0xff,0xf7,0xe4,0xc7, + 0xff,0xfa,0xe6,0xc7,0xff,0xfa,0xe5,0xc6,0xff,0xf9,0xe5,0xc5,0xff,0xf9,0xe5,0xc3, + 0xff,0xf9,0xe5,0xc5,0xff,0xf8,0xe4,0xc5,0xff,0xf8,0xe3,0xc2,0xff,0xf7,0xe3,0xc1, + 0xff,0xf6,0xe3,0xc1,0xff,0xf6,0xe2,0xc0,0xff,0xf5,0xe1,0xbc,0xff,0xf5,0xe1,0xbd, + 0xff,0xf5,0xe0,0xbc,0xff,0xf4,0xe0,0xbb,0xff,0xf4,0xdf,0xbb,0xff,0xf3,0xde,0xbc, + 0xff,0xf3,0xdd,0xba,0xff,0xf3,0xdc,0xb9,0xff,0xf2,0xdc,0xb7,0xff,0xf1,0xdb,0xb5, + 0xff,0xf0,0xd9,0xb3,0xff,0xf0,0xd8,0xb3,0xff,0xef,0xd7,0xb3,0xff,0xee,0xd6,0xb2, + 0xff,0xee,0xd6,0xb2,0xff,0xed,0xd4,0xaf,0xff,0xed,0xd4,0xae,0xff,0xec,0xd3,0xad, + 0xff,0xeb,0xd1,0xaa,0xff,0xea,0xd0,0xaa,0xff,0xea,0xcf,0xaa,0xff,0xe8,0xce,0xa8, + 0xff,0xe8,0xcd,0xa6,0xff,0xe8,0xcc,0xa4,0xff,0xe7,0xca,0xa3,0xff,0xe6,0xc9,0xa0, + 0xff,0xe5,0xc8,0xa1,0xff,0xe4,0xc6,0x9f,0xff,0xe3,0xc5,0x9e,0xff,0xe3,0xc3,0x9c, + 0xff,0xe2,0xc2,0x9b,0xff,0xe1,0xc2,0x9a,0xff,0xe1,0xc1,0x97,0xff,0xdf,0xc0,0x95, + 0xff,0xe0,0xbe,0x95,0xff,0xde,0xbd,0x92,0xff,0xdc,0xbc,0x8f,0xff,0xdb,0xb9,0x8d, + 0xff,0xda,0xb8,0x8c,0xff,0xd9,0xb8,0x8a,0xff,0xd8,0xb6,0x88,0xff,0xd7,0xb3,0x86, + 0xff,0xd6,0xb1,0x85,0xff,0xd5,0xb1,0x82,0xff,0xd3,0xaf,0x81,0xff,0xd2,0xae,0x7e, + 0xff,0xd1,0xac,0x7c,0xff,0xd0,0xaa,0x7c,0xff,0xcf,0xa9,0x79,0xff,0xcd,0xa7,0x77, + 0xff,0xcd,0xa5,0x75,0xff,0xcc,0xa4,0x73,0xff,0xcb,0xa3,0x70,0xff,0xca,0xa0,0x70, + 0xff,0xc7,0x9e,0x6b,0xff,0xc7,0x9d,0x69,0xff,0xc6,0x9c,0x69,0xff,0xd3,0xb3,0x8e, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xf8,0xff,0xff,0xf4,0xde,0xff,0xff,0xf4,0xdc, + 0xff,0xff,0xf3,0xdb,0xff,0xff,0xf1,0xd8,0xff,0xff,0xf1,0xd5,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf3,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd3, + 0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xda,0xc7,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xfd,0xee,0xd1,0xff,0xe2,0xda,0xc9,0xff,0xd4,0xd0,0xc9, + 0xff,0xd3,0xd2,0xcf,0xff,0xd7,0xd6,0xd6,0xff,0xdc,0xdb,0xdb,0xff,0xe1,0xe0,0xdf, + 0xff,0xe3,0xe3,0xe1,0xff,0xe6,0xe5,0xe4,0xff,0xe6,0xe5,0xe4,0xff,0xe6,0xe5,0xe5, + 0xff,0xe7,0xe6,0xe4,0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe4,0xe3,0xff,0xe3,0xe2,0xe0, + 0xff,0xe1,0xe0,0xdf,0xff,0xde,0xdd,0xdc,0xff,0xdc,0xdb,0xda,0xff,0xdb,0xd9,0xd8, + 0xff,0xd9,0xd7,0xd5,0xff,0xd7,0xd6,0xd3,0xff,0xd4,0xd1,0xd0,0xff,0xd2,0xcf,0xcd, + 0xff,0xce,0xcc,0xcb,0xff,0xcc,0xca,0xc9,0xff,0xcb,0xc8,0xc6,0xff,0xcd,0xc9,0xc4, + 0xff,0xd5,0xce,0xc3,0xff,0xee,0xde,0xc6,0xff,0xfa,0xe7,0xc8,0xff,0xf9,0xe5,0xc6, + 0xff,0xfa,0xe6,0xc7,0xff,0xf9,0xe6,0xc5,0xff,0xf9,0xe6,0xc4,0xff,0xf9,0xe5,0xc5, + 0xff,0xf8,0xe4,0xc5,0xff,0xf8,0xe3,0xc2,0xff,0xf7,0xe3,0xc1,0xff,0xf6,0xe2,0xc2, + 0xff,0xf6,0xe1,0xc0,0xff,0xf5,0xe1,0xbd,0xff,0xf5,0xe0,0xbe,0xff,0xf5,0xe0,0xbd, + 0xff,0xf4,0xdf,0xbb,0xff,0xf4,0xdf,0xbc,0xff,0xf4,0xde,0xbc,0xff,0xf3,0xdc,0xba, + 0xff,0xf3,0xdb,0xb9,0xff,0xf2,0xdb,0xb7,0xff,0xf1,0xda,0xb6,0xff,0xf1,0xd9,0xb4, + 0xff,0xef,0xd7,0xb3,0xff,0xef,0xd7,0xb3,0xff,0xef,0xd6,0xb2,0xff,0xed,0xd5,0xb1, + 0xff,0xee,0xd3,0xaf,0xff,0xed,0xd3,0xae,0xff,0xec,0xd2,0xad,0xff,0xeb,0xd0,0xaa, + 0xff,0xeb,0xd0,0xab,0xff,0xe9,0xcf,0xa9,0xff,0xe8,0xce,0xa8,0xff,0xe8,0xcd,0xa6, + 0xff,0xe8,0xcc,0xa4,0xff,0xe7,0xca,0xa3,0xff,0xe6,0xca,0xa1,0xff,0xe5,0xc8,0xa1, + 0xff,0xe4,0xc6,0x9f,0xff,0xe3,0xc5,0x9e,0xff,0xe3,0xc4,0x9c,0xff,0xe2,0xc2,0x9b, + 0xff,0xe1,0xc2,0x99,0xff,0xe1,0xc2,0x96,0xff,0xdf,0xbf,0x93,0xff,0xdf,0xbd,0x92, + 0xff,0xdd,0xbd,0x90,0xff,0xdd,0xbc,0x90,0xff,0xdb,0xba,0x8d,0xff,0xda,0xb8,0x8c, + 0xff,0xd9,0xb8,0x8a,0xff,0xd9,0xb6,0x88,0xff,0xd7,0xb3,0x86,0xff,0xd6,0xb1,0x85, + 0xff,0xd5,0xb1,0x82,0xff,0xd4,0xb0,0x81,0xff,0xd3,0xaf,0x7f,0xff,0xd2,0xad,0x7d, + 0xff,0xd1,0xab,0x7c,0xff,0xcf,0xaa,0x79,0xff,0xce,0xa8,0x78,0xff,0xcc,0xa5,0x75, + 0xff,0xcc,0xa4,0x73,0xff,0xca,0xa2,0x70,0xff,0xca,0xa1,0x70,0xff,0xc8,0x9f,0x6c, + 0xff,0xc7,0x9d,0x69,0xff,0xc6,0x9c,0x69,0xff,0xc5,0x9a,0x67,0xff,0xe2,0xcd,0xb4, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xf1,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf2,0xdb, + 0xff,0xff,0xf1,0xd8,0xff,0xff,0xf2,0xd6,0xff,0xff,0xf1,0xd3,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd7,0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc7,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xce, + 0xff,0xef,0xe3,0xcd,0xff,0xdf,0xd9,0xcf,0xff,0xdc,0xd8,0xd2,0xff,0xdc,0xda,0xd8, + 0xff,0xde,0xdd,0xdc,0xff,0xe2,0xe1,0xdf,0xff,0xe2,0xe1,0xe0,0xff,0xe4,0xe3,0xe1, + 0xff,0xe4,0xe3,0xe2,0xff,0xe4,0xe3,0xe1,0xff,0xe3,0xe2,0xe0,0xff,0xe2,0xe1,0xe1, + 0xff,0xe0,0xdf,0xdd,0xff,0xde,0xdd,0xdb,0xff,0xdb,0xda,0xd9,0xff,0xd9,0xd8,0xd5, + 0xff,0xd7,0xd5,0xd4,0xff,0xd7,0xd5,0xd2,0xff,0xd2,0xd0,0xcf,0xff,0xd0,0xcd,0xcc, + 0xff,0xd1,0xcd,0xc9,0xff,0xd5,0xcf,0xc6,0xff,0xde,0xd5,0xc6,0xff,0xf2,0xe2,0xc6, + 0xff,0xfb,0xe7,0xc8,0xff,0xfa,0xe7,0xc6,0xff,0xfa,0xe6,0xc7,0xff,0xfa,0xe6,0xc6, + 0xff,0xf9,0xe6,0xc4,0xff,0xf9,0xe6,0xc4,0xff,0xf9,0xe5,0xc4,0xff,0xf8,0xe3,0xc3, + 0xff,0xf8,0xe3,0xc3,0xff,0xf7,0xe2,0xc0,0xff,0xf6,0xe2,0xc1,0xff,0xf6,0xe1,0xc0, + 0xff,0xf5,0xe1,0xbd,0xff,0xf5,0xe0,0xbe,0xff,0xf5,0xe0,0xbd,0xff,0xf4,0xdf,0xbb, + 0xff,0xf4,0xdf,0xbb,0xff,0xf4,0xde,0xbc,0xff,0xf4,0xdc,0xba,0xff,0xf2,0xdb,0xb9, + 0xff,0xf2,0xdb,0xb7,0xff,0xf1,0xda,0xb6,0xff,0xf0,0xd9,0xb4,0xff,0xf0,0xd7,0xb4, + 0xff,0xef,0xd7,0xb3,0xff,0xee,0xd6,0xb2,0xff,0xee,0xd5,0xb2,0xff,0xee,0xd3,0xaf, + 0xff,0xed,0xd4,0xae,0xff,0xec,0xd2,0xad,0xff,0xeb,0xd0,0xaa,0xff,0xeb,0xd0,0xa9, + 0xff,0xea,0xcf,0xa8,0xff,0xe9,0xce,0xa7,0xff,0xe7,0xcd,0xa4,0xff,0xe8,0xcd,0xa4, + 0xff,0xe7,0xca,0xa3,0xff,0xe6,0xc9,0xa1,0xff,0xe5,0xc8,0x9f,0xff,0xe4,0xc7,0x9e, + 0xff,0xe3,0xc5,0x9c,0xff,0xe3,0xc4,0x9b,0xff,0xe2,0xc3,0x9a,0xff,0xe1,0xc2,0x99, + 0xff,0xe1,0xc1,0x95,0xff,0xdf,0xc0,0x94,0xff,0xdf,0xbd,0x92,0xff,0xdd,0xbd,0x91, + 0xff,0xdc,0xbc,0x8f,0xff,0xdb,0xb9,0x8d,0xff,0xda,0xb9,0x8c,0xff,0xda,0xb8,0x8a, + 0xff,0xd8,0xb5,0x87,0xff,0xd8,0xb4,0x87,0xff,0xd7,0xb2,0x85,0xff,0xd4,0xb0,0x82, + 0xff,0xd3,0xaf,0x81,0xff,0xd3,0xaf,0x7f,0xff,0xd2,0xad,0x7c,0xff,0xd1,0xab,0x7c, + 0xff,0xce,0xa9,0x79,0xff,0xce,0xa8,0x77,0xff,0xcc,0xa5,0x75,0xff,0xcb,0xa3,0x72, + 0xff,0xcb,0xa3,0x70,0xff,0xc9,0xa0,0x6f,0xff,0xc7,0x9e,0x6b,0xff,0xc7,0x9e,0x69, + 0xff,0xc6,0x9c,0x69,0xff,0xc5,0x9a,0x67,0xff,0xc3,0x98,0x65,0xff,0xe1,0xcc,0xb3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xec,0xff,0xff,0xf3,0xdb,0xff,0xff,0xf1,0xd8, + 0xff,0xff,0xf1,0xd6,0xff,0xff,0xf1,0xd3,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf1,0xd7,0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc7,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xce,0xff,0xff,0xee,0xce, + 0xff,0xff,0xef,0xce,0xff,0xff,0xed,0xce,0xff,0xf9,0xea,0xcf,0xff,0xef,0xe4,0xd2, + 0xff,0xe9,0xe2,0xd6,0xff,0xe5,0xdf,0xd6,0xff,0xe4,0xe0,0xda,0xff,0xe3,0xe1,0xdd, + 0xff,0xe1,0xe0,0xdf,0xff,0xe1,0xe0,0xde,0xff,0xe1,0xe0,0xdf,0xff,0xe0,0xdf,0xde, + 0xff,0xde,0xdd,0xdd,0xff,0xdd,0xdc,0xd9,0xff,0xda,0xd9,0xd8,0xff,0xd9,0xd7,0xd4, + 0xff,0xd8,0xd5,0xd1,0xff,0xd9,0xd6,0xcf,0xff,0xde,0xd7,0xcd,0xff,0xe1,0xd8,0xca, + 0xff,0xec,0xdf,0xca,0xff,0xf9,0xe7,0xc8,0xff,0xfa,0xe7,0xc7,0xff,0xfb,0xe6,0xc7, + 0xff,0xfa,0xe6,0xc6,0xff,0xfa,0xe6,0xc5,0xff,0xfa,0xe6,0xc6,0xff,0xf9,0xe5,0xc3, + 0xff,0xf9,0xe6,0xc2,0xff,0xf9,0xe5,0xc3,0xff,0xf8,0xe4,0xc4,0xff,0xf8,0xe3,0xc1, + 0xff,0xf7,0xe3,0xc0,0xff,0xf6,0xe2,0xc0,0xff,0xf6,0xe1,0xbf,0xff,0xf6,0xe1,0xbc, + 0xff,0xf5,0xe0,0xbd,0xff,0xf5,0xe0,0xbb,0xff,0xf4,0xdf,0xbc,0xff,0xf4,0xdf,0xba, + 0xff,0xf3,0xde,0xba,0xff,0xf3,0xdc,0xb9,0xff,0xf2,0xdb,0xb7,0xff,0xf2,0xdb,0xb6, + 0xff,0xf1,0xda,0xb5,0xff,0xf1,0xd9,0xb3,0xff,0xef,0xd7,0xb3,0xff,0xef,0xd7,0xb2, + 0xff,0xee,0xd6,0xb1,0xff,0xed,0xd5,0xb0,0xff,0xee,0xd3,0xb0,0xff,0xed,0xd3,0xad, + 0xff,0xeb,0xd2,0xab,0xff,0xec,0xd0,0xab,0xff,0xea,0xd0,0xa9,0xff,0xea,0xcf,0xa9, + 0xff,0xe9,0xce,0xa7,0xff,0xe8,0xcd,0xa5,0xff,0xe8,0xcd,0xa4,0xff,0xe7,0xcb,0xa4, + 0xff,0xe6,0xca,0xa1,0xff,0xe5,0xc8,0x9f,0xff,0xe4,0xc7,0x9e,0xff,0xe3,0xc5,0x9c, + 0xff,0xe3,0xc4,0x9b,0xff,0xe2,0xc2,0x99,0xff,0xe1,0xc1,0x99,0xff,0xe1,0xc1,0x95, + 0xff,0xdf,0xc0,0x93,0xff,0xdf,0xbd,0x93,0xff,0xdd,0xbc,0x90,0xff,0xdd,0xbc,0x90, + 0xff,0xdb,0xb9,0x8d,0xff,0xda,0xb8,0x8c,0xff,0xd9,0xb7,0x89,0xff,0xd9,0xb6,0x88, + 0xff,0xd8,0xb4,0x87,0xff,0xd6,0xb1,0x85,0xff,0xd5,0xb1,0x82,0xff,0xd4,0xb0,0x81, + 0xff,0xd3,0xaf,0x7e,0xff,0xd2,0xad,0x7d,0xff,0xd0,0xaa,0x7b,0xff,0xce,0xa9,0x79, + 0xff,0xce,0xa8,0x77,0xff,0xcd,0xa6,0x75,0xff,0xcb,0xa3,0x73,0xff,0xca,0xa2,0x70, + 0xff,0xca,0xa1,0x70,0xff,0xc8,0x9e,0x6c,0xff,0xc7,0x9e,0x69,0xff,0xc6,0x9c,0x69, + 0xff,0xc5,0x99,0x66,0xff,0xc3,0x98,0x65,0xff,0xc1,0x96,0x62,0xff,0xe7,0xd8,0xc6, + 0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xea,0xff,0xff,0xf1,0xd8,0xff,0xff,0xf1,0xd5, + 0xff,0xff,0xf1,0xd3,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd7, + 0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xda,0xc7,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xcd,0xff,0xff,0xef,0xcf,0xff,0xff,0xee,0xce, + 0xff,0xff,0xee,0xcf,0xff,0xff,0xed,0xce,0xff,0xff,0xee,0xcf,0xff,0xfe,0xed,0xd0, + 0xff,0xfd,0xec,0xce,0xff,0xf6,0xe8,0xcf,0xff,0xef,0xe5,0xd4,0xff,0xec,0xe4,0xd8, + 0xff,0xe7,0xe2,0xda,0xff,0xe3,0xe0,0xdc,0xff,0xe0,0xdf,0xdc,0xff,0xe0,0xdf,0xdc, + 0xff,0xdf,0xde,0xdb,0xff,0xde,0xdc,0xd8,0xff,0xdc,0xda,0xd5,0xff,0xe1,0xdb,0xd1, + 0xff,0xe2,0xdc,0xce,0xff,0xe9,0xdf,0xcd,0xff,0xf3,0xe4,0xcb,0xff,0xf9,0xe8,0xca, + 0xff,0xfa,0xe7,0xc8,0xff,0xfb,0xe8,0xc7,0xff,0xfb,0xe7,0xc8,0xff,0xfa,0xe7,0xc7, + 0xff,0xfa,0xe6,0xc6,0xff,0xfa,0xe6,0xc5,0xff,0xf9,0xe6,0xc4,0xff,0xf9,0xe6,0xc3, + 0xff,0xf9,0xe4,0xc3,0xff,0xf8,0xe3,0xc3,0xff,0xf8,0xe2,0xc0,0xff,0xf7,0xe3,0xbf, + 0xff,0xf6,0xe1,0xbf,0xff,0xf6,0xe1,0xbf,0xff,0xf5,0xe1,0xbc,0xff,0xf5,0xe0,0xbc, + 0xff,0xf5,0xdf,0xba,0xff,0xf4,0xdf,0xbb,0xff,0xf4,0xdf,0xba,0xff,0xf3,0xde,0xba, + 0xff,0xf4,0xdc,0xb9,0xff,0xf2,0xdb,0xb7,0xff,0xf2,0xdb,0xb6,0xff,0xf1,0xda,0xb5, + 0xff,0xf1,0xd9,0xb2,0xff,0xf0,0xd7,0xb4,0xff,0xf0,0xd7,0xb2,0xff,0xef,0xd6,0xb1, + 0xff,0xed,0xd5,0xb0,0xff,0xed,0xd3,0xad,0xff,0xed,0xd3,0xac,0xff,0xec,0xd2,0xab, + 0xff,0xeb,0xd0,0xab,0xff,0xeb,0xd1,0xaa,0xff,0xe9,0xcf,0xa8,0xff,0xe9,0xcf,0xa8, + 0xff,0xe7,0xcd,0xa4,0xff,0xe8,0xcd,0xa4,0xff,0xe7,0xca,0xa3,0xff,0xe6,0xca,0xa1, + 0xff,0xe5,0xc9,0xa0,0xff,0xe4,0xc6,0x9d,0xff,0xe3,0xc6,0x9d,0xff,0xe3,0xc3,0x9b, + 0xff,0xe2,0xc3,0x9a,0xff,0xe2,0xc2,0x99,0xff,0xe1,0xc2,0x95,0xff,0xdf,0xbf,0x93, + 0xff,0xdf,0xbd,0x92,0xff,0xdd,0xbc,0x90,0xff,0xdc,0xbb,0x8f,0xff,0xdb,0xb9,0x8d, + 0xff,0xda,0xb9,0x8c,0xff,0xda,0xb8,0x8a,0xff,0xd9,0xb6,0x88,0xff,0xd7,0xb3,0x87, + 0xff,0xd6,0xb1,0x85,0xff,0xd5,0xb1,0x83,0xff,0xd3,0xaf,0x81,0xff,0xd3,0xaf,0x7f, + 0xff,0xd1,0xac,0x7c,0xff,0xd0,0xaa,0x7c,0xff,0xcf,0xa9,0x79,0xff,0xce,0xa8,0x77, + 0xff,0xcd,0xa6,0x75,0xff,0xcc,0xa4,0x73,0xff,0xcb,0xa2,0x70,0xff,0xc9,0xa0,0x6f, + 0xff,0xc8,0x9f,0x6c,0xff,0xc7,0x9e,0x69,0xff,0xc6,0x9b,0x69,0xff,0xc5,0x9a,0x67, + 0xff,0xc3,0x98,0x65,0xff,0xc1,0x95,0x62,0xff,0xc0,0x93,0x60,0xff,0xef,0xe4,0xd8, + 0xff,0xff,0xff,0xff,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf2,0xd6,0xff,0xff,0xf0,0xd3, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd3, + 0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa1, + 0xff,0xda,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xce,0xff,0xff,0xee,0xce,0xff,0xff,0xee,0xce,0xff,0xff,0xed,0xce, + 0xff,0xff,0xed,0xcf,0xff,0xff,0xee,0xcf,0xff,0xff,0xee,0xcf,0xff,0xff,0xee,0xce, + 0xff,0xff,0xed,0xcd,0xff,0xff,0xed,0xce,0xff,0xff,0xed,0xce,0xff,0xff,0xed,0xcd, + 0xff,0xfd,0xec,0xcb,0xff,0xfe,0xed,0xcb,0xff,0xfd,0xeb,0xcb,0xff,0xfd,0xec,0xcb, + 0xff,0xfc,0xeb,0xcb,0xff,0xfc,0xea,0xcb,0xff,0xfc,0xea,0xcb,0xff,0xfc,0xe9,0xc9, + 0xff,0xfc,0xea,0xca,0xff,0xfc,0xe8,0xca,0xff,0xfb,0xe9,0xca,0xff,0xfb,0xe8,0xc8, + 0xff,0xfb,0xe8,0xc8,0xff,0xfb,0xe6,0xc7,0xff,0xf9,0xe6,0xc6,0xff,0xfa,0xe6,0xc5, + 0xff,0xfa,0xe6,0xc5,0xff,0xf9,0xe6,0xc4,0xff,0xf9,0xe5,0xc2,0xff,0xf9,0xe4,0xc2, + 0xff,0xf8,0xe4,0xc3,0xff,0xf8,0xe3,0xc1,0xff,0xf7,0xe3,0xbf,0xff,0xf7,0xe2,0xc0, + 0xff,0xf7,0xe1,0xbf,0xff,0xf5,0xe1,0xbc,0xff,0xf5,0xdf,0xbc,0xff,0xf5,0xe0,0xbb, + 0xff,0xf4,0xdf,0xbb,0xff,0xf4,0xdf,0xba,0xff,0xf3,0xde,0xba,0xff,0xf3,0xdc,0xb8, + 0xff,0xf2,0xdb,0xb7,0xff,0xf2,0xdb,0xb6,0xff,0xf1,0xda,0xb4,0xff,0xf1,0xd9,0xb3, + 0xff,0xef,0xd7,0xb3,0xff,0xf0,0xd8,0xb2,0xff,0xef,0xd6,0xb1,0xff,0xee,0xd5,0xb0, + 0xff,0xee,0xd3,0xae,0xff,0xed,0xd4,0xad,0xff,0xec,0xd2,0xab,0xff,0xeb,0xd0,0xab, + 0xff,0xea,0xd0,0xa9,0xff,0xe9,0xcf,0xa8,0xff,0xe8,0xce,0xa7,0xff,0xe8,0xcd,0xa5, + 0xff,0xe8,0xcc,0xa4,0xff,0xe7,0xca,0xa3,0xff,0xe6,0xc9,0xa1,0xff,0xe5,0xc9,0xa0, + 0xff,0xe4,0xc7,0x9e,0xff,0xe3,0xc5,0x9c,0xff,0xe3,0xc4,0x9b,0xff,0xe2,0xc2,0x99, + 0xff,0xe1,0xc1,0x98,0xff,0xe1,0xc2,0x96,0xff,0xdf,0xbf,0x93,0xff,0xe0,0xbe,0x93, + 0xff,0xde,0xbd,0x91,0xff,0xdc,0xbb,0x8f,0xff,0xdb,0xb9,0x8d,0xff,0xdb,0xb9,0x8c, + 0xff,0xda,0xb8,0x8a,0xff,0xd8,0xb5,0x87,0xff,0xd7,0xb3,0x87,0xff,0xd6,0xb1,0x84, + 0xff,0xd4,0xb0,0x82,0xff,0xd3,0xaf,0x81,0xff,0xd3,0xaf,0x7e,0xff,0xd2,0xad,0x7d, + 0xff,0xd1,0xab,0x7c,0xff,0xce,0xa9,0x79,0xff,0xce,0xa8,0x78,0xff,0xcd,0xa6,0x75, + 0xff,0xcc,0xa3,0x73,0xff,0xcb,0xa2,0x70,0xff,0xca,0xa1,0x70,0xff,0xc8,0x9f,0x6c, + 0xff,0xc6,0x9d,0x69,0xff,0xc6,0x9c,0x69,0xff,0xc5,0x9a,0x67,0xff,0xc3,0x97,0x64, + 0xff,0xc1,0x96,0x62,0xff,0xc0,0x94,0x60,0xff,0xbe,0x92,0x5e,0xff,0xfb,0xf8,0xf5, + 0xff,0xff,0xff,0xff,0xff,0xff,0xf2,0xdb,0xff,0xff,0xf1,0xd3,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd6,0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc8,0xa3, + 0xff,0xdb,0xc8,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xca, + 0xff,0xf3,0xe5,0xcb,0xff,0xf3,0xe5,0xcb,0xff,0xf2,0xe3,0xca,0xff,0xf2,0xe4,0xcb, + 0xff,0xf2,0xe4,0xcb,0xff,0xf2,0xe3,0xca,0xff,0xf2,0xe4,0xca,0xff,0xf2,0xe4,0xc9, + 0xff,0xf2,0xe3,0xc9,0xff,0xf2,0xe3,0xca,0xff,0xf2,0xe3,0xc8,0xff,0xf1,0xe3,0xc8, + 0xff,0xf1,0xe3,0xc8,0xff,0xf0,0xe2,0xc9,0xff,0xf0,0xe2,0xc7,0xff,0xf0,0xe2,0xc7, + 0xff,0xf0,0xe1,0xc8,0xff,0xef,0xe0,0xc7,0xff,0xef,0xe0,0xc7,0xff,0xf0,0xe0,0xc7, + 0xff,0xef,0xe0,0xc5,0xff,0xee,0xe0,0xc5,0xff,0xee,0xe0,0xc3,0xff,0xee,0xdf,0xc2, + 0xff,0xee,0xde,0xc3,0xff,0xed,0xdd,0xc1,0xff,0xed,0xdd,0xc2,0xff,0xed,0xdd,0xc2, + 0xff,0xed,0xdc,0xc2,0xff,0xec,0xdc,0xc0,0xff,0xed,0xdb,0xbf,0xff,0xeb,0xdb,0xbe, + 0xff,0xeb,0xda,0xbc,0xff,0xeb,0xda,0xbb,0xff,0xe9,0xd9,0xbb,0xff,0xe9,0xd8,0xba, + 0xff,0xe8,0xd8,0xba,0xff,0xe9,0xd6,0xbc,0xff,0xe8,0xd6,0xb9,0xff,0xe8,0xd5,0xb8, + 0xff,0xe9,0xd5,0xb6,0xff,0xe7,0xd5,0xb6,0xff,0xe8,0xd3,0xb4,0xff,0xe6,0xd2,0xb2, + 0xff,0xe7,0xd2,0xb3,0xff,0xe6,0xd2,0xb2,0xff,0xe4,0xd0,0xaf,0xff,0xe3,0xce,0xb0, + 0xff,0xe4,0xce,0xaf,0xff,0xe3,0xce,0xad,0xff,0xe1,0xcc,0xad,0xff,0xe2,0xca,0xab, + 0xff,0xe1,0xcb,0xaa,0xff,0xe0,0xca,0xa8,0xff,0xe0,0xc8,0xa7,0xff,0xdf,0xc9,0xa6, + 0xff,0xde,0xc7,0xa5,0xff,0xde,0xc6,0xa5,0xff,0xdd,0xc4,0xa2,0xff,0xdd,0xc3,0x9f, + 0xff,0xdc,0xc2,0xa1,0xff,0xdb,0xc0,0x9d,0xff,0xda,0xbf,0x9d,0xff,0xd9,0xbf,0x9a, + 0xff,0xd8,0xbe,0x99,0xff,0xd8,0xbd,0x98,0xff,0xd7,0xbc,0x98,0xff,0xd5,0xbb,0x95, + 0xff,0xd5,0xb9,0x93,0xff,0xd4,0xb7,0x92,0xff,0xd4,0xb5,0x91,0xff,0xd3,0xb5,0x8f, + 0xff,0xd2,0xb5,0x8b,0xff,0xd0,0xb2,0x8a,0xff,0xcf,0xb0,0x88,0xff,0xce,0xaf,0x86, + 0xff,0xcd,0xad,0x87,0xff,0xcc,0xac,0x84,0xff,0xcb,0xaa,0x82,0xff,0xc9,0xa9,0x81, + 0xff,0xc9,0xa8,0x80,0xff,0xc8,0xa7,0x7d,0xff,0xc7,0xa6,0x7a,0xff,0xc5,0xa3,0x79, + 0xff,0xc4,0xa1,0x77,0xff,0xc3,0xa0,0x74,0xff,0xc3,0xa0,0x72,0xff,0xc1,0x9e,0x70, + 0xff,0xc0,0x9c,0x70,0xff,0xbe,0x99,0x6d,0xff,0xbe,0x99,0x6b,0xff,0xbd,0x97,0x69, + 0xff,0xbc,0x94,0x68,0xff,0xba,0x93,0x65,0xff,0xb9,0x91,0x61,0xff,0xb8,0x8f,0x61, + 0xff,0xb7,0x8d,0x5d,0xff,0xb5,0x8c,0x5c,0xff,0xb9,0x92,0x67,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0xd3,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf1,0xd7,0xef,0xff,0xef,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xca,0xff,0xf3,0xe5,0xca, + 0xff,0xf3,0xe5,0xca,0xff,0xf2,0xe4,0xcb,0xff,0xf2,0xe4,0xcb,0xff,0xf2,0xe4,0xca, + 0xff,0xf2,0xe3,0xca,0xff,0xf2,0xe4,0xc9,0xff,0xf2,0xe4,0xc9,0xff,0xf2,0xe2,0xc9, + 0xff,0xf2,0xe3,0xc9,0xff,0xf2,0xe3,0xc8,0xff,0xf1,0xe3,0xc8,0xff,0xf1,0xe3,0xc8, + 0xff,0xf0,0xe2,0xc9,0xff,0xf0,0xe1,0xc7,0xff,0xf0,0xe2,0xc8,0xff,0xf0,0xe0,0xc7, + 0xff,0xef,0xdf,0xc6,0xff,0xf0,0xe0,0xc7,0xff,0xef,0xe0,0xc7,0xff,0xef,0xe0,0xc5, + 0xff,0xee,0xe0,0xc5,0xff,0xee,0xe0,0xc4,0xff,0xee,0xdf,0xc3,0xff,0xee,0xde,0xc3, + 0xff,0xed,0xde,0xc1,0xff,0xee,0xdd,0xc2,0xff,0xed,0xdd,0xc2,0xff,0xed,0xdc,0xc2, + 0xff,0xec,0xdc,0xbf,0xff,0xec,0xdb,0xbe,0xff,0xeb,0xdb,0xbf,0xff,0xeb,0xda,0xbc, + 0xff,0xea,0xda,0xbb,0xff,0xe9,0xd9,0xbb,0xff,0xe9,0xd8,0xba,0xff,0xe8,0xd8,0xba, + 0xff,0xe8,0xd6,0xbb,0xff,0xe9,0xd7,0xba,0xff,0xe8,0xd5,0xb8,0xff,0xe9,0xd5,0xb6, + 0xff,0xe8,0xd5,0xb6,0xff,0xe8,0xd4,0xb4,0xff,0xe7,0xd3,0xb3,0xff,0xe7,0xd3,0xb3, + 0xff,0xe5,0xd1,0xb1,0xff,0xe5,0xd0,0xaf,0xff,0xe4,0xce,0xb0,0xff,0xe4,0xce,0xaf, + 0xff,0xe3,0xce,0xad,0xff,0xe2,0xcc,0xad,0xff,0xe2,0xcb,0xab,0xff,0xe1,0xca,0xa9, + 0xff,0xe0,0xca,0xa8,0xff,0xe0,0xc9,0xa8,0xff,0xdf,0xc9,0xa6,0xff,0xdd,0xc7,0xa4, + 0xff,0xde,0xc6,0xa4,0xff,0xdd,0xc5,0xa2,0xff,0xdd,0xc3,0x9f,0xff,0xdc,0xc1,0xa0, + 0xff,0xdb,0xc1,0x9e,0xff,0xda,0xbf,0x9c,0xff,0xd9,0xbe,0x9a,0xff,0xd8,0xbe,0x99, + 0xff,0xd7,0xbd,0x98,0xff,0xd6,0xbb,0x97,0xff,0xd5,0xbb,0x94,0xff,0xd6,0xb9,0x93, + 0xff,0xd4,0xb6,0x92,0xff,0xd5,0xb6,0x91,0xff,0xd2,0xb4,0x8e,0xff,0xd2,0xb5,0x8b, + 0xff,0xd0,0xb3,0x8b,0xff,0xcf,0xb1,0x89,0xff,0xce,0xaf,0x86,0xff,0xcd,0xad,0x87, + 0xff,0xcd,0xad,0x85,0xff,0xcb,0xaa,0x82,0xff,0xca,0xaa,0x81,0xff,0xc9,0xa8,0x80, + 0xff,0xc7,0xa6,0x7c,0xff,0xc6,0xa5,0x7a,0xff,0xc5,0xa3,0x79,0xff,0xc5,0xa2,0x78, + 0xff,0xc3,0xa0,0x74,0xff,0xc3,0xa0,0x72,0xff,0xc0,0x9d,0x70,0xff,0xc0,0x9c,0x70, + 0xff,0xbf,0x99,0x6d,0xff,0xbe,0x98,0x6b,0xff,0xbd,0x96,0x68,0xff,0xbc,0x94,0x68, + 0xff,0xbb,0x94,0x66,0xff,0xb9,0x92,0x61,0xff,0xb8,0x8f,0x61,0xff,0xb7,0x8d,0x5d, + 0xff,0xb5,0x8d,0x5c,0xff,0xb3,0x8a,0x59,0xff,0xc6,0xa6,0x83,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfc,0xf7,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd7, + 0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc9,0xa3, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf2,0xe5,0xcc, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xca,0xff,0xf3,0xe5,0xca,0xff,0xf3,0xe5,0xca, + 0xff,0xf2,0xe4,0xcb,0xff,0xf2,0xe4,0xcb,0xff,0xf2,0xe4,0xca,0xff,0xf2,0xe4,0xcb, + 0xff,0xf2,0xe4,0xc9,0xff,0xf2,0xe4,0xc9,0xff,0xf2,0xe3,0xca,0xff,0xf2,0xe2,0xc9, + 0xff,0xf2,0xe3,0xc8,0xff,0xf1,0xe3,0xc8,0xff,0xf1,0xe2,0xc8,0xff,0xf1,0xe2,0xc9, + 0xff,0xf0,0xe2,0xc7,0xff,0xf0,0xe2,0xc7,0xff,0xf0,0xe0,0xc7,0xff,0xef,0xe0,0xc7, + 0xff,0xef,0xe0,0xc6,0xff,0xef,0xe0,0xc7,0xff,0xf0,0xe0,0xc6,0xff,0xee,0xe0,0xc5, + 0xff,0xee,0xe0,0xc4,0xff,0xee,0xdf,0xc2,0xff,0xee,0xde,0xc3,0xff,0xed,0xde,0xc2, + 0xff,0xed,0xdd,0xc2,0xff,0xed,0xdd,0xc2,0xff,0xec,0xdc,0xc1,0xff,0xec,0xdc,0xc0, + 0xff,0xec,0xdb,0xbe,0xff,0xeb,0xdb,0xbf,0xff,0xec,0xda,0xbd,0xff,0xea,0xda,0xbb, + 0xff,0xe9,0xd9,0xbb,0xff,0xe9,0xd8,0xba,0xff,0xe8,0xd8,0xba,0xff,0xe9,0xd6,0xbb, + 0xff,0xe8,0xd6,0xba,0xff,0xe9,0xd5,0xb9,0xff,0xe8,0xd5,0xb6,0xff,0xe7,0xd5,0xb6, + 0xff,0xe8,0xd3,0xb4,0xff,0xe7,0xd2,0xb3,0xff,0xe6,0xd2,0xb2,0xff,0xe5,0xd1,0xb1, + 0xff,0xe4,0xd0,0xaf,0xff,0xe4,0xcf,0xb1,0xff,0xe4,0xcf,0xaf,0xff,0xe2,0xcd,0xac, + 0xff,0xe1,0xcc,0xac,0xff,0xe2,0xca,0xab,0xff,0xe1,0xca,0xa9,0xff,0xe0,0xca,0xa8, + 0xff,0xe0,0xc9,0xa8,0xff,0xdf,0xc9,0xa6,0xff,0xde,0xc8,0xa5,0xff,0xde,0xc6,0xa5, + 0xff,0xdd,0xc4,0xa2,0xff,0xdd,0xc3,0x9f,0xff,0xdc,0xc1,0xa0,0xff,0xdb,0xc1,0x9e, + 0xff,0xda,0xbf,0x9c,0xff,0xd9,0xbf,0x9a,0xff,0xd8,0xbe,0x99,0xff,0xd7,0xbd,0x98, + 0xff,0xd6,0xbb,0x97,0xff,0xd5,0xba,0x94,0xff,0xd5,0xb8,0x92,0xff,0xd4,0xb7,0x92, + 0xff,0xd4,0xb6,0x91,0xff,0xd2,0xb4,0x8e,0xff,0xd2,0xb5,0x8b,0xff,0xd0,0xb2,0x8a, + 0xff,0xd0,0xb1,0x89,0xff,0xce,0xaf,0x86,0xff,0xce,0xae,0x87,0xff,0xcc,0xac,0x84, + 0xff,0xcc,0xab,0x83,0xff,0xc9,0xa9,0x81,0xff,0xc8,0xa7,0x7f,0xff,0xc8,0xa7,0x7d, + 0xff,0xc6,0xa5,0x7a,0xff,0xc6,0xa3,0x79,0xff,0xc5,0xa2,0x78,0xff,0xc4,0xa1,0x75, + 0xff,0xc2,0x9f,0x72,0xff,0xc1,0x9e,0x70,0xff,0xc0,0x9c,0x70,0xff,0xbf,0x99,0x6d, + 0xff,0xbe,0x99,0x6b,0xff,0xbd,0x96,0x68,0xff,0xbc,0x95,0x68,0xff,0xba,0x93,0x65, + 0xff,0xb9,0x91,0x61,0xff,0xb8,0x8f,0x60,0xff,0xb7,0x8d,0x5d,0xff,0xb5,0x8c,0x5c, + 0xff,0xb4,0x8b,0x5a,0xff,0xb2,0x88,0x55,0xff,0xd3,0xbd,0xa3,0xff,0xff,0xff,0xff, + 0xff,0xff,0xf9,0xee,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd7,0xef,0xff,0xef,0xd3, + 0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc8,0xa3, + 0xff,0xdb,0xc8,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcc, + 0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf2,0xe5,0xcc,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xca,0xff,0xf3,0xe4,0xca,0xff,0xf3,0xe5,0xca,0xff,0xf2,0xe4,0xcb, + 0xff,0xf2,0xe4,0xcb,0xff,0xf2,0xe3,0xca,0xff,0xf2,0xe4,0xcb,0xff,0xf2,0xe4,0xca, + 0xff,0xf2,0xe4,0xca,0xff,0xf3,0xe3,0xca,0xff,0xf2,0xe3,0xca,0xff,0xf2,0xe3,0xc8, + 0xff,0xf1,0xe3,0xc8,0xff,0xf1,0xe3,0xc8,0xff,0xf0,0xe2,0xc9,0xff,0xf0,0xe2,0xc7, + 0xff,0xf0,0xe2,0xc7,0xff,0xf0,0xe1,0xc8,0xff,0xef,0xe0,0xc7,0xff,0xef,0xe0,0xc7, + 0xff,0xef,0xe0,0xc7,0xff,0xef,0xe0,0xc5,0xff,0xee,0xe0,0xc5,0xff,0xef,0xe0,0xc4, + 0xff,0xee,0xdf,0xc3,0xff,0xee,0xde,0xc3,0xff,0xed,0xde,0xc1,0xff,0xed,0xdd,0xc2, + 0xff,0xed,0xdd,0xc2,0xff,0xec,0xdc,0xc1,0xff,0xed,0xdc,0xc0,0xff,0xed,0xdb,0xbf, + 0xff,0xeb,0xdb,0xbe,0xff,0xeb,0xda,0xbc,0xff,0xea,0xda,0xba,0xff,0xe9,0xd9,0xbb, + 0xff,0xe9,0xd8,0xba,0xff,0xe8,0xd8,0xba,0xff,0xe8,0xd6,0xbb,0xff,0xe8,0xd6,0xb9, + 0xff,0xe8,0xd5,0xb9,0xff,0xe8,0xd5,0xb6,0xff,0xe7,0xd5,0xb6,0xff,0xe8,0xd3,0xb4, + 0xff,0xe7,0xd3,0xb3,0xff,0xe7,0xd2,0xb3,0xff,0xe5,0xd1,0xb1,0xff,0xe4,0xd0,0xaf, + 0xff,0xe3,0xce,0xb0,0xff,0xe3,0xce,0xae,0xff,0xe3,0xcd,0xac,0xff,0xe1,0xcc,0xad, + 0xff,0xe2,0xcb,0xab,0xff,0xe1,0xca,0xa9,0xff,0xdf,0xca,0xa7,0xff,0xe0,0xc9,0xa8, + 0xff,0xdf,0xc9,0xa6,0xff,0xde,0xc7,0xa5,0xff,0xde,0xc6,0xa5,0xff,0xdd,0xc5,0xa2, + 0xff,0xdd,0xc3,0x9f,0xff,0xdc,0xc2,0xa0,0xff,0xdb,0xc0,0x9e,0xff,0xda,0xc0,0x9d, + 0xff,0xd9,0xbe,0x9a,0xff,0xd8,0xbd,0x99,0xff,0xd7,0xbc,0x98,0xff,0xd6,0xbc,0x97, + 0xff,0xd5,0xba,0x94,0xff,0xd5,0xb9,0x93,0xff,0xd4,0xb6,0x91,0xff,0xd4,0xb5,0x90, + 0xff,0xd2,0xb5,0x8e,0xff,0xd1,0xb5,0x8b,0xff,0xd0,0xb2,0x8a,0xff,0xcf,0xb0,0x88, + 0xff,0xce,0xaf,0x86,0xff,0xcd,0xad,0x87,0xff,0xcd,0xad,0x85,0xff,0xcc,0xab,0x83, + 0xff,0xca,0xaa,0x82,0xff,0xc9,0xa8,0x80,0xff,0xc8,0xa7,0x7d,0xff,0xc6,0xa5,0x7a, + 0xff,0xc5,0xa3,0x79,0xff,0xc5,0xa1,0x77,0xff,0xc4,0xa0,0x75,0xff,0xc3,0xa0,0x72, + 0xff,0xc0,0x9d,0x70,0xff,0xc0,0x9c,0x70,0xff,0xbf,0x99,0x6d,0xff,0xbe,0x98,0x6b, + 0xff,0xbd,0x96,0x68,0xff,0xbc,0x95,0x68,0xff,0xbb,0x93,0x65,0xff,0xb9,0x91,0x61, + 0xff,0xb7,0x8f,0x60,0xff,0xb7,0x8d,0x5d,0xff,0xb5,0x8c,0x5c,0xff,0xb4,0x8a,0x5a, + 0xff,0xb2,0x88,0x55,0xff,0xb1,0x86,0x55,0xff,0xe7,0xd9,0xcd,0xff,0xff,0xff,0xff, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf2,0xd7,0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xdb,0xc8,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfa, + 0xff,0xff,0xfd,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xff,0xfd,0xfb, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfb,0xf9, + 0xff,0xff,0xfc,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf9, + 0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf8, + 0xff,0xfd,0xfa,0xf6,0xff,0xfe,0xfa,0xf6,0xff,0xfe,0xfa,0xf7,0xff,0xfd,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf2,0xff,0xfc,0xf7,0xf3,0xff,0xfd,0xf8,0xf2, + 0xff,0xfd,0xf8,0xf2,0xff,0xfc,0xf7,0xf1,0xff,0xfd,0xf7,0xf1,0xff,0xfb,0xf6,0xf1, + 0xff,0xfc,0xf7,0xf0,0xff,0xfc,0xf7,0xf0,0xff,0xfb,0xf5,0xf0,0xff,0xfb,0xf5,0xee, + 0xff,0xfb,0xf5,0xee,0xff,0xfb,0xf4,0xee,0xff,0xfc,0xf5,0xee,0xff,0xfc,0xf4,0xec, + 0xff,0xfb,0xf4,0xed,0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf2,0xea, + 0xff,0xfb,0xf3,0xea,0xff,0xfb,0xf3,0xe9,0xff,0xfa,0xf1,0xe9,0xff,0xfa,0xf2,0xe8, + 0xff,0xf9,0xf1,0xe6,0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf0,0xe7,0xff,0xf9,0xf0,0xe5, + 0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf8,0xee,0xe3, + 0xff,0xf8,0xed,0xe2,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xec,0xe0, + 0xff,0xf8,0xed,0xdf,0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xde,0xff,0xf8,0xeb,0xdd, + 0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xea,0xdc,0xff,0xf6,0xe9,0xda,0xff,0xf7,0xe9,0xda, + 0xff,0xf7,0xe9,0xda,0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7, + 0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4, + 0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd2,0xff,0xfe,0xfc,0xf9,0xff,0xff,0xff,0xff, + 0xff,0xff,0xf2,0xd9,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf4,0xdd, + 0xff,0xff,0xf2,0xd7,0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc8,0xa3, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfc, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfb,0xf9,0xff,0xff,0xfb,0xf9, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7, + 0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfa,0xf7,0xff,0xfe,0xfa,0xf8,0xff,0xfd,0xfa,0xf6, + 0xff,0xfd,0xfa,0xf6,0xff,0xfe,0xfa,0xf7,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf4, + 0xff,0xfc,0xf8,0xf3,0xff,0xfc,0xf7,0xf3,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf1, + 0xff,0xfc,0xf7,0xf1,0xff,0xfc,0xf6,0xf1,0xff,0xfb,0xf6,0xf1,0xff,0xfc,0xf6,0xf0, + 0xff,0xfc,0xf7,0xf0,0xff,0xfb,0xf5,0xf0,0xff,0xfc,0xf6,0xef,0xff,0xfb,0xf5,0xef, + 0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf4,0xee,0xff,0xfb,0xf4,0xec,0xff,0xfb,0xf4,0xed, + 0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf2,0xea,0xff,0xfb,0xf3,0xea, + 0xff,0xfb,0xf3,0xe9,0xff,0xfb,0xf2,0xe9,0xff,0xf9,0xf1,0xe8,0xff,0xfa,0xf2,0xe7, + 0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe6,0xff,0xfa,0xf0,0xe5, + 0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xee,0xe3,0xff,0xf9,0xee,0xe3,0xff,0xf8,0xed,0xe2, + 0xff,0xf8,0xed,0xe1,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xed,0xe0,0xff,0xf8,0xed,0xdf, + 0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xde,0xff,0xf8,0xea,0xdd,0xff,0xf8,0xeb,0xdd, + 0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe8,0xd9, + 0xff,0xf7,0xe8,0xd8,0xff,0xf7,0xe8,0xd8,0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd7, + 0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3, + 0xff,0xf5,0xe4,0xd2,0xff,0xf6,0xe7,0xd6,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd1,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf4,0xde,0xff,0xff,0xf1,0xd7, + 0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xdb,0xc9,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfa,0xff,0xff,0xfc,0xfb,0xff,0xff,0xfd,0xfa,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfb,0xf9,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfb,0xf9, + 0xff,0xfd,0xfb,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf8, + 0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6, + 0xff,0xfd,0xf9,0xf7,0xff,0xfd,0xf9,0xf5,0xff,0xfe,0xfa,0xf5,0xff,0xfe,0xfa,0xf5, + 0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf2, + 0xff,0xfc,0xf7,0xf3,0xff,0xfd,0xf8,0xf2,0xff,0xfd,0xf8,0xf2,0xff,0xfc,0xf7,0xf2, + 0xff,0xfc,0xf6,0xf1,0xff,0xfb,0xf6,0xf1,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf6,0xef, + 0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf5,0xee,0xff,0xfb,0xf5,0xee,0xff,0xfc,0xf5,0xee, + 0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf5,0xed,0xff,0xfa,0xf3,0xec,0xff,0xfa,0xf3,0xeb, + 0xff,0xfb,0xf3,0xeb,0xff,0xfb,0xf3,0xeb,0xff,0xfa,0xf2,0xea,0xff,0xfb,0xf3,0xe9, + 0xff,0xfa,0xf1,0xe9,0xff,0xf9,0xf1,0xe7,0xff,0xfa,0xf2,0xe7,0xff,0xf9,0xf0,0xe6, + 0xff,0xf9,0xf0,0xe7,0xff,0xfa,0xf1,0xe6,0xff,0xf9,0xef,0xe4,0xff,0xfa,0xf0,0xe5, + 0xff,0xf8,0xee,0xe3,0xff,0xf8,0xee,0xe3,0xff,0xf8,0xed,0xe2,0xff,0xf9,0xee,0xe2, + 0xff,0xf9,0xee,0xe2,0xff,0xf9,0xec,0xe0,0xff,0xf8,0xed,0xdf,0xff,0xf7,0xeb,0xdf, + 0xff,0xf7,0xeb,0xdd,0xff,0xf8,0xea,0xdd,0xff,0xf8,0xea,0xdd,0xff,0xf7,0xea,0xdc, + 0xff,0xf7,0xea,0xdb,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe9,0xda,0xff,0xf7,0xe8,0xd8, + 0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe7,0xd5, + 0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe4,0xd4,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd2, + 0xff,0xf5,0xe4,0xd1,0xff,0xfa,0xf0,0xe5,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xf1, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf3,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd7,0xef,0xff,0xf0,0xd4, + 0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc8,0xa3, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfc, + 0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfc, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb, + 0xff,0xff,0xfc,0xfb,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfb,0xfa,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfb,0xf8,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfc,0xf9,0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf7, + 0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf6, + 0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf4,0xff,0xfd,0xf8,0xf3,0xff,0xfc,0xf7,0xf3, + 0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfd,0xf7,0xf2,0xff,0xfc,0xf6,0xf1, + 0xff,0xfc,0xf7,0xf1,0xff,0xfc,0xf7,0xf0,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf5,0xf0, + 0xff,0xfb,0xf5,0xef,0xff,0xfb,0xf5,0xee,0xff,0xfc,0xf5,0xee,0xff,0xfb,0xf4,0xed, + 0xff,0xfb,0xf4,0xec,0xff,0xfa,0xf3,0xec,0xff,0xfb,0xf3,0xeb,0xff,0xfa,0xf3,0xeb, + 0xff,0xfa,0xf2,0xea,0xff,0xfa,0xf2,0xea,0xff,0xfa,0xf2,0xe9,0xff,0xfa,0xf1,0xe9, + 0xff,0xfa,0xf2,0xe8,0xff,0xf9,0xf1,0xe6,0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe7, + 0xff,0xfa,0xf1,0xe6,0xff,0xf9,0xef,0xe4,0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xee,0xe3, + 0xff,0xf8,0xee,0xe3,0xff,0xf9,0xee,0xe3,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xee,0xe2, + 0xff,0xf9,0xed,0xe0,0xff,0xf8,0xed,0xdf,0xff,0xf8,0xec,0xe0,0xff,0xf7,0xeb,0xde, + 0xff,0xf8,0xeb,0xdd,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xe9,0xdc,0xff,0xf6,0xe9,0xda, + 0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe9,0xda,0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe7,0xd7, + 0xff,0xf6,0xe7,0xd7,0xff,0xf6,0xe6,0xd6,0xff,0xf6,0xe7,0xd5,0xff,0xf5,0xe5,0xd3, + 0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd1,0xff,0xf5,0xe4,0xd0, + 0xff,0xf5,0xe2,0xcf,0xff,0xfd,0xf6,0xf1,0xff,0xff,0xff,0xff,0xff,0xff,0xf5,0xe2, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf3,0xdc, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc8,0xa3, + 0xff,0xdb,0xc8,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xff,0xfe,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xf9,0xff,0xff,0xfd,0xfa,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfb,0xfa, + 0xff,0xff,0xfb,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8, + 0xff,0xfe,0xfc,0xf8,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf8, + 0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6,0xff,0xfe,0xfa,0xf7,0xff,0xfd,0xf9,0xf5, + 0xff,0xfe,0xfa,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf4, + 0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf3,0xff,0xfc,0xf7,0xf3,0xff,0xfd,0xf8,0xf2, + 0xff,0xfd,0xf8,0xf2,0xff,0xfc,0xf7,0xf1,0xff,0xfd,0xf6,0xf1,0xff,0xfb,0xf6,0xf0, + 0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf6,0xef,0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf5,0xee, + 0xff,0xfc,0xf6,0xef,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf5,0xec, + 0xff,0xfa,0xf3,0xed,0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf4,0xec,0xff,0xfb,0xf3,0xea, + 0xff,0xfa,0xf2,0xea,0xff,0xfa,0xf2,0xe8,0xff,0xfa,0xf1,0xe9,0xff,0xf9,0xf1,0xe8, + 0xff,0xf9,0xf1,0xe6,0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xf9,0xf0,0xe5, + 0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf8,0xee,0xe3, + 0xff,0xf9,0xee,0xe3,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xed,0xe1, + 0xff,0xf8,0xed,0xdf,0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xde,0xff,0xf8,0xea,0xdd, + 0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe9,0xda, + 0xff,0xf7,0xe8,0xd9,0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7, + 0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4, + 0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd0,0xff,0xf5,0xe3,0xd0, + 0xff,0xf5,0xe5,0xd2,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xff,0xff,0xf1,0xd5, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf4,0xde, + 0xff,0xff,0xf1,0xd7,0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfa, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xfa,0xff,0xff,0xfc,0xfa,0xff,0xfe,0xfb,0xf8, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7, + 0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf6, + 0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf6,0xff,0xfd,0xf9,0xf5,0xff,0xfe,0xfa,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf3,0xff,0xfd,0xf8,0xf3,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf1, + 0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf6,0xf1,0xff,0xfb,0xf6,0xf0,0xff,0xfc,0xf7,0xf0, + 0xff,0xfb,0xf6,0xef,0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf5,0xee,0xff,0xfb,0xf5,0xef, + 0xff,0xfc,0xf5,0xee,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xec,0xff,0xfa,0xf3,0xec, + 0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf2,0xea,0xff,0xfb,0xf3,0xea, + 0xff,0xfb,0xf3,0xe9,0xff,0xfa,0xf1,0xe9,0xff,0xf9,0xf1,0xe8,0xff,0xf9,0xf1,0xe6, + 0xff,0xfa,0xf1,0xe7,0xff,0xf9,0xf0,0xe7,0xff,0xfa,0xf1,0xe6,0xff,0xf9,0xef,0xe4, + 0xff,0xfa,0xef,0xe4,0xff,0xf9,0xee,0xe3,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xee,0xe3, + 0xff,0xf9,0xed,0xe1,0xff,0xf8,0xed,0xe1,0xff,0xf8,0xec,0xe0,0xff,0xf8,0xed,0xdf, + 0xff,0xf8,0xec,0xdf,0xff,0xf7,0xeb,0xdd,0xff,0xf8,0xeb,0xdd,0xff,0xf8,0xea,0xdd, + 0xff,0xf6,0xe9,0xdb,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe9,0xda, + 0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd6, + 0xff,0xf5,0xe6,0xd4,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd5,0xff,0xf5,0xe5,0xd3, + 0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd1,0xff,0xf5,0xe3,0xd0,0xff,0xf4,0xe3,0xce, + 0xff,0xf9,0xed,0xe0,0xff,0xff,0xfe,0xfd,0xff,0xff,0xf9,0xee,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf4,0xdd,0xff,0xff,0xf1,0xd7, + 0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc8,0xa3, + 0xff,0xdb,0xc9,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa, + 0xff,0xfe,0xfc,0xfb,0xff,0xff,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xff,0xfd,0xfa, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfb,0xfa,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf8,0xff,0xfd,0xfa,0xf8, + 0xff,0xfe,0xfa,0xf8,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6, + 0xff,0xfd,0xf9,0xf7,0xff,0xfe,0xfa,0xf6,0xff,0xfd,0xf9,0xf5,0xff,0xfe,0xfa,0xf5, + 0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf8,0xf4,0xff,0xfc,0xf8,0xf3, + 0xff,0xfc,0xf7,0xf3,0xff,0xfd,0xf8,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfd,0xf8,0xf2, + 0xff,0xfc,0xf6,0xf1,0xff,0xfc,0xf7,0xf1,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf6,0xef, + 0xff,0xfb,0xf5,0xf0,0xff,0xfc,0xf5,0xef,0xff,0xfb,0xf5,0xef,0xff,0xfb,0xf4,0xed, + 0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf5,0xec,0xff,0xfb,0xf3,0xed,0xff,0xfa,0xf3,0xeb, + 0xff,0xfb,0xf3,0xeb,0xff,0xfb,0xf3,0xea,0xff,0xfa,0xf2,0xea,0xff,0xfa,0xf2,0xe9, + 0xff,0xfb,0xf2,0xea,0xff,0xfa,0xf1,0xe8,0xff,0xf9,0xf1,0xe6,0xff,0xfa,0xf1,0xe7, + 0xff,0xfa,0xf1,0xe7,0xff,0xf9,0xf0,0xe5,0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xef,0xe4, + 0xff,0xf9,0xee,0xe3,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xee,0xe3,0xff,0xf9,0xee,0xe1, + 0xff,0xf9,0xee,0xe1,0xff,0xf9,0xec,0xe0,0xff,0xf7,0xec,0xde,0xff,0xf7,0xeb,0xdf, + 0xff,0xf7,0xeb,0xdd,0xff,0xf8,0xea,0xdd,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xea,0xdc, + 0xff,0xf6,0xe9,0xda,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe9,0xd9,0xff,0xf7,0xe9,0xd8, + 0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe7,0xd5, + 0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd2, + 0xff,0xf5,0xe4,0xd0,0xff,0xf5,0xe3,0xcf,0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe2,0xcd, + 0xff,0xfd,0xf9,0xf2,0xff,0xff,0xfd,0xf7,0xff,0xff,0xf3,0xdd,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd4, + 0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfc, + 0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xff,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfa,0xff,0xff,0xfc,0xfb,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfb,0xfa,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfb,0xf9,0xff,0xfd,0xfb,0xf9, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf8, + 0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xf9,0xf7, + 0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5, + 0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf3,0xff,0xfc,0xf7,0xf3, + 0xff,0xfd,0xf8,0xf2,0xff,0xfd,0xf8,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf6,0xf1, + 0xff,0xfb,0xf6,0xf1,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf5,0xf0, + 0xff,0xfb,0xf5,0xee,0xff,0xfb,0xf5,0xee,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xed, + 0xff,0xfb,0xf4,0xec,0xff,0xfb,0xf4,0xed,0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf4,0xeb, + 0xff,0xfb,0xf2,0xea,0xff,0xfa,0xf2,0xea,0xff,0xfa,0xf2,0xe8,0xff,0xfb,0xf2,0xea, + 0xff,0xf9,0xf1,0xe8,0xff,0xfa,0xf1,0xe6,0xff,0xf9,0xf0,0xe7,0xff,0xfa,0xf1,0xe7, + 0xff,0xfa,0xf1,0xe6,0xff,0xfa,0xf0,0xe5,0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xef,0xe4, + 0xff,0xf9,0xef,0xe4,0xff,0xf8,0xed,0xe2,0xff,0xf9,0xee,0xe2,0xff,0xf9,0xed,0xe1, + 0xff,0xf9,0xed,0xe1,0xff,0xf8,0xed,0xdf,0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xde, + 0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xdc,0xff,0xf6,0xe9,0xdb,0xff,0xf7,0xea,0xda, + 0xff,0xf7,0xe9,0xda,0xff,0xf7,0xe8,0xd9,0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe8,0xd7, + 0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe6,0xd6,0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe5,0xd3, + 0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd1, + 0xff,0xf5,0xe3,0xd0,0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe1,0xcc,0xff,0xf7,0xe9,0xd8, + 0xff,0xff,0xfc,0xf7,0xff,0xff,0xf9,0xee,0xff,0xff,0xf1,0xd3,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf4,0xdd,0xff,0xff,0xf1,0xd6,0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc9,0xa3, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc, + 0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfc, + 0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xff,0xfe,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xf9,0xff,0xff,0xfc,0xfa,0xff,0xff,0xfd,0xfa,0xff,0xfe,0xfb,0xfa, + 0xff,0xfe,0xfb,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf9,0xff,0xfd,0xfb,0xf9, + 0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf8,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfa,0xf8, + 0xff,0xfd,0xfa,0xf6,0xff,0xfe,0xfb,0xf6,0xff,0xfd,0xf9,0xf6,0xff,0xfd,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4, + 0xff,0xfd,0xf8,0xf4,0xff,0xfc,0xf8,0xf3,0xff,0xfc,0xf7,0xf3,0xff,0xfc,0xf7,0xf2, + 0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf6,0xf1,0xff,0xfb,0xf6,0xf1, + 0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf5,0xef,0xff,0xfb,0xf5,0xee, + 0xff,0xfc,0xf5,0xef,0xff,0xfb,0xf4,0xee,0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf5,0xed, + 0xff,0xfa,0xf3,0xed,0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf4,0xeb,0xff,0xfb,0xf3,0xea, + 0xff,0xfb,0xf3,0xeb,0xff,0xfa,0xf2,0xe9,0xff,0xfb,0xf2,0xea,0xff,0xf9,0xf1,0xe7, + 0xff,0xfa,0xf2,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xf9,0xf0,0xe5, + 0xff,0xfa,0xf0,0xe5,0xff,0xfa,0xf0,0xe5,0xff,0xf8,0xee,0xe3,0xff,0xf8,0xee,0xe3, + 0xff,0xf9,0xee,0xe3,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xec,0xe0, + 0xff,0xf8,0xed,0xdf,0xff,0xf7,0xeb,0xdf,0xff,0xf8,0xec,0xde,0xff,0xf8,0xea,0xdd, + 0xff,0xf8,0xeb,0xdd,0xff,0xf6,0xe9,0xdb,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xea,0xda, + 0xff,0xf7,0xe9,0xda,0xff,0xf6,0xe8,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7, + 0xff,0xf6,0xe7,0xd6,0xff,0xf5,0xe6,0xd4,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd5, + 0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd0,0xff,0xf5,0xe2,0xcf, + 0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe2,0xcd,0xff,0xf4,0xe0,0xcd,0xff,0xfd,0xf5,0xeb, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf3,0xde,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd3,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc8,0xa3, + 0xff,0xdb,0xc8,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfc, + 0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xff,0xfb,0xfa,0xff,0xfe,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf9,0xff,0xfd,0xfb,0xf9,0xff,0xfe,0xfc,0xf9,0xff,0xfd,0xfb,0xf7, + 0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf6, + 0xff,0xfd,0xfa,0xf6,0xff,0xfe,0xf9,0xf7,0xff,0xfe,0xfa,0xf5,0xff,0xfd,0xf9,0xf5, + 0xff,0xfe,0xfa,0xf6,0xff,0xfd,0xf9,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf3,0xff,0xfc,0xf7,0xf3,0xff,0xfc,0xf7,0xf2,0xff,0xfd,0xf8,0xf2, + 0xff,0xfc,0xf7,0xf2,0xff,0xfd,0xf7,0xf1,0xff,0xfb,0xf6,0xf1,0xff,0xfb,0xf6,0xef, + 0xff,0xfb,0xf6,0xef,0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf5,0xee,0xff,0xfb,0xf5,0xee, + 0xff,0xfb,0xf4,0xed,0xff,0xfc,0xf4,0xee,0xff,0xfb,0xf4,0xec,0xff,0xfb,0xf4,0xed, + 0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf4,0xeb,0xff,0xfb,0xf3,0xeb,0xff,0xfa,0xf2,0xea, + 0xff,0xfa,0xf2,0xe9,0xff,0xfb,0xf2,0xe9,0xff,0xfa,0xf2,0xe8,0xff,0xf9,0xf1,0xe6, + 0xff,0xfa,0xf0,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xf9,0xf0,0xe5,0xff,0xf9,0xef,0xe4, + 0xff,0xf9,0xef,0xe4,0xff,0xf8,0xee,0xe3,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xee,0xe3, + 0xff,0xf8,0xed,0xe1,0xff,0xf9,0xee,0xe1,0xff,0xf9,0xed,0xe0,0xff,0xf8,0xec,0xdf, + 0xff,0xf8,0xec,0xe0,0xff,0xf8,0xec,0xde,0xff,0xf8,0xea,0xdd,0xff,0xf8,0xea,0xdd, + 0xff,0xf6,0xe9,0xdb,0xff,0xf7,0xe9,0xda,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe9,0xda, + 0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe6,0xd6, + 0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3, + 0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd0,0xff,0xf5,0xe3,0xcf,0xff,0xf4,0xe3,0xce, + 0xff,0xf4,0xe2,0xcd,0xff,0xf4,0xe1,0xcd,0xff,0xf7,0xe8,0xd6,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xf7,0xe9,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd7, + 0xef,0xff,0xf0,0xd4,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc9,0xa3, + 0xff,0xdb,0xc8,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xff,0xff,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfa, + 0xff,0xff,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xf9, + 0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfb,0xfa,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf9,0xff,0xfd,0xfb,0xf7,0xff,0xfe,0xfa,0xf8, + 0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf6,0xff,0xfe,0xfb,0xf7, + 0xff,0xfd,0xf9,0xf6,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5, + 0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf3, + 0xff,0xfd,0xf7,0xf3,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfd,0xf8,0xf2, + 0xff,0xfc,0xf6,0xf1,0xff,0xfc,0xf7,0xf1,0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf6,0xef, + 0xff,0xfb,0xf5,0xf0,0xff,0xfc,0xf6,0xef,0xff,0xfc,0xf6,0xef,0xff,0xfb,0xf4,0xed, + 0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xec,0xff,0xfb,0xf4,0xed,0xff,0xfa,0xf3,0xeb, + 0xff,0xfb,0xf4,0xeb,0xff,0xfb,0xf3,0xea,0xff,0xfb,0xf3,0xea,0xff,0xfb,0xf3,0xe9, + 0xff,0xfa,0xf1,0xe9,0xff,0xf9,0xf1,0xe8,0xff,0xf9,0xf1,0xe6,0xff,0xfa,0xf1,0xe7, + 0xff,0xf9,0xf0,0xe6,0xff,0xfa,0xf1,0xe6,0xff,0xfa,0xf0,0xe5,0xff,0xfa,0xf0,0xe5, + 0xff,0xf8,0xee,0xe3,0xff,0xf9,0xef,0xe4,0xff,0xf8,0xed,0xe2,0xff,0xf9,0xee,0xe1, + 0xff,0xf8,0xed,0xe1,0xff,0xf9,0xed,0xe0,0xff,0xf8,0xec,0xdf,0xff,0xf8,0xec,0xe0, + 0xff,0xf7,0xeb,0xde,0xff,0xf7,0xea,0xdc,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xe9,0xdc, + 0xff,0xf7,0xe9,0xda,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xe8,0xd9,0xff,0xf7,0xe8,0xd8, + 0xff,0xf7,0xe7,0xd7,0xff,0xf6,0xe8,0xd7,0xff,0xf5,0xe6,0xd6,0xff,0xf6,0xe7,0xd5, + 0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd2, + 0xff,0xf5,0xe3,0xd0,0xff,0xf5,0xe3,0xcf,0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe2,0xcd, + 0xff,0xf4,0xe1,0xce,0xff,0xf4,0xe1,0xcc,0xff,0xfd,0xf5,0xe7,0xff,0xff,0xf7,0xe9, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf1,0xd5,0xff,0xff,0xf0,0xd4, + 0x50,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xdb,0xc9,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd, + 0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfc, + 0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfd,0xfd,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xf9,0xff,0xff,0xfc,0xfa,0xff,0xfe,0xfc,0xfa, + 0xff,0xfe,0xfb,0xfa,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf9, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf7, + 0xff,0xfd,0xfa,0xf8,0xff,0xfd,0xfa,0xf6,0xff,0xfe,0xfb,0xf6,0xff,0xfd,0xf9,0xf7, + 0xff,0xfe,0xfa,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfe,0xfa,0xf5,0xff,0xfc,0xf8,0xf4, + 0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf3,0xff,0xfd,0xf7,0xf3, + 0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf6,0xf1, + 0xff,0xfb,0xf6,0xf1,0xff,0xfc,0xf7,0xf0,0xff,0xfb,0xf6,0xef,0xff,0xfc,0xf6,0xf0, + 0xff,0xfc,0xf6,0xef,0xff,0xfc,0xf6,0xef,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xed, + 0xff,0xfc,0xf5,0xec,0xff,0xfa,0xf3,0xed,0xff,0xfb,0xf4,0xeb,0xff,0xfa,0xf3,0xeb, + 0xff,0xfa,0xf2,0xea,0xff,0xfa,0xf2,0xea,0xff,0xfb,0xf2,0xe9,0xff,0xfa,0xf1,0xe9, + 0xff,0xf9,0xf1,0xe7,0xff,0xfa,0xf2,0xe7,0xff,0xf9,0xf0,0xe7,0xff,0xfa,0xf1,0xe7, + 0xff,0xfa,0xf1,0xe6,0xff,0xfa,0xf0,0xe5,0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xef,0xe4, + 0xff,0xf8,0xee,0xe3,0xff,0xf9,0xed,0xe2,0xff,0xf9,0xee,0xe1,0xff,0xf8,0xed,0xe1, + 0xff,0xf9,0xed,0xe0,0xff,0xf8,0xed,0xdf,0xff,0xf7,0xeb,0xdf,0xff,0xf7,0xeb,0xde, + 0xff,0xf8,0xea,0xdd,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xea,0xdc,0xff,0xf6,0xe9,0xda, + 0xff,0xf7,0xe9,0xda,0xff,0xf7,0xe9,0xd9,0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe8,0xd7, + 0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe6,0xd4, + 0xff,0xf6,0xe5,0xd4,0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd0, + 0xff,0xf5,0xe3,0xcf,0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe2,0xcd,0xff,0xf4,0xe1,0xce, + 0xff,0xf4,0xe1,0xcc,0xff,0xf9,0xec,0xdc,0xff,0xff,0xf8,0xea,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xd6,0xff,0xff,0xf0,0xd4,0x60,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc, + 0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfd,0xfd,0xff,0xff,0xfd,0xfc,0xff,0xff,0xfd,0xfc,0xff,0xfe,0xfd,0xfb, + 0xff,0xfe,0xfd,0xfb,0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xff,0xfe,0xfb, + 0xff,0xfe,0xfc,0xfa,0xff,0xff,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfb, + 0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfb,0xf9, + 0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfb,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf8, + 0xff,0xfd,0xfb,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf7,0xff,0xfd,0xfa,0xf8, + 0xff,0xfd,0xfa,0xf6,0xff,0xfd,0xfa,0xf6,0xff,0xfe,0xfa,0xf7,0xff,0xfd,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf3,0xff,0xfc,0xf7,0xf3,0xff,0xfc,0xf7,0xf2, + 0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf6,0xf0, + 0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf6,0xef,0xff,0xfb,0xf5,0xf0,0xff,0xfc,0xf5,0xef, + 0xff,0xfb,0xf5,0xee,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xee,0xff,0xfc,0xf4,0xec, + 0xff,0xfa,0xf3,0xec,0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf2,0xea, + 0xff,0xfa,0xf2,0xea,0xff,0xfb,0xf3,0xe9,0xff,0xfb,0xf1,0xe9,0xff,0xfa,0xf1,0xe8, + 0xff,0xfa,0xf2,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe6, + 0xff,0xf9,0xef,0xe4,0xff,0xfa,0xf0,0xe5,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xee,0xe3, + 0xff,0xf8,0xed,0xe2,0xff,0xf9,0xee,0xe2,0xff,0xf8,0xed,0xe1,0xff,0xf9,0xed,0xe1, + 0xff,0xf8,0xed,0xdf,0xff,0xf8,0xec,0xe0,0xff,0xf7,0xeb,0xdd,0xff,0xf7,0xea,0xdc, + 0xff,0xf7,0xea,0xdd,0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xdb,0xff,0xf7,0xea,0xda, + 0xff,0xf7,0xe9,0xda,0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7, + 0xff,0xf6,0xe7,0xd6,0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe6,0xd4,0xff,0xf6,0xe4,0xd4, + 0xff,0xf5,0xe5,0xd3,0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd0,0xff,0xf5,0xe3,0xd0, + 0xff,0xf4,0xe3,0xce,0xff,0xf4,0xe2,0xcd,0xff,0xf4,0xe1,0xcd,0xff,0xf4,0xe1,0xcc, + 0xff,0xf6,0xe5,0xd2,0xff,0xff,0xf7,0xea,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf3,0xdd, + 0xff,0xff,0xf2,0xd7,0xef,0xff,0xef,0xd3,0x50,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2, + 0xff,0xdb,0xc8,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe, + 0xff,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfc, + 0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfd,0xfc, + 0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xff,0xfc,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xff,0xfc,0xfa, + 0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xf9,0xff,0xfe,0xfb,0xf9,0xff,0xff,0xfb,0xf9, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf9,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfb,0xf7, + 0xff,0xfd,0xfa,0xf8,0xff,0xfe,0xfb,0xf8,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xfa,0xf6, + 0xff,0xfe,0xfb,0xf7,0xff,0xfd,0xf9,0xf6,0xff,0xfd,0xf9,0xf5,0xff,0xfd,0xf9,0xf5, + 0xff,0xfe,0xfa,0xf6,0xff,0xfc,0xf8,0xf4,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf9,0xf5, + 0xff,0xfd,0xf9,0xf3,0xff,0xfc,0xf7,0xf3,0xff,0xfc,0xf7,0xf1,0xff,0xfd,0xf8,0xf2, + 0xff,0xfc,0xf7,0xf2,0xff,0xfc,0xf6,0xf1,0xff,0xfb,0xf6,0xf0,0xff,0xfb,0xf6,0xef, + 0xff,0xfb,0xf6,0xf0,0xff,0xfc,0xf6,0xf0,0xff,0xfb,0xf5,0xee,0xff,0xfc,0xf6,0xef, + 0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xed,0xff,0xfb,0xf4,0xec,0xff,0xfa,0xf3,0xec, + 0xff,0xfa,0xf3,0xeb,0xff,0xfa,0xf3,0xeb,0xff,0xfb,0xf3,0xeb,0xff,0xfa,0xf2,0xea, + 0xff,0xfb,0xf2,0xe9,0xff,0xfa,0xf1,0xe9,0xff,0xf9,0xf1,0xe8,0xff,0xfa,0xf2,0xe7, + 0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe7,0xff,0xfa,0xf1,0xe6,0xff,0xfa,0xef,0xe4, + 0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xef,0xe4,0xff,0xf9,0xee,0xe3, + 0xff,0xf8,0xed,0xe1,0xff,0xf9,0xee,0xe1,0xff,0xf8,0xec,0xe0,0xff,0xf8,0xec,0xdf, + 0xff,0xf7,0xeb,0xdf,0xff,0xf8,0xec,0xde,0xff,0xf8,0xeb,0xdd,0xff,0xf8,0xeb,0xdd, + 0xff,0xf7,0xea,0xdc,0xff,0xf7,0xea,0xda,0xff,0xf6,0xe9,0xda,0xff,0xf6,0xe8,0xd9, + 0xff,0xf7,0xe9,0xd8,0xff,0xf7,0xe8,0xd7,0xff,0xf6,0xe8,0xd7,0xff,0xf6,0xe7,0xd6, + 0xff,0xf6,0xe7,0xd5,0xff,0xf6,0xe5,0xd3,0xff,0xf6,0xe4,0xd4,0xff,0xf5,0xe4,0xd2, + 0xff,0xf5,0xe4,0xd2,0xff,0xf5,0xe4,0xd0,0xff,0xf5,0xe3,0xcf,0xff,0xf4,0xe3,0xce, + 0xff,0xf4,0xe2,0xcd,0xff,0xf2,0xdf,0xca,0xff,0xe9,0xd6,0xbb,0xff,0xe8,0xd8,0xbd, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf4,0xde,0xff,0xff,0xf2,0xd7, + 0xbf,0xff,0xf0,0xd4,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc9,0xa3,0x10,0xdb,0xc9,0xa3, + 0xff,0xdb,0xc8,0xa3,0xff,0xdb,0xc9,0xa3,0xff,0xdb,0xc8,0xa3,0xff,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xda,0xc8,0xa2,0xff,0xdb,0xc9,0xa3,0xff,0xdb,0xc8,0xa3, + 0xff,0xdb,0xc8,0xa3,0xff,0xda,0xc8,0xa2,0xff,0xdb,0xc9,0xa3,0xff,0xdb,0xc9,0xa3, + 0xff,0xda,0xc8,0xa2,0xff,0xda,0xc8,0xa2,0xff,0xda,0xc8,0xa2,0xff,0xda,0xc8,0xa2, + 0xff,0xdb,0xc9,0xa3,0xff,0xdb,0xc9,0xa3,0xff,0xda,0xc8,0xa1,0xff,0xda,0xc7,0xa2, + 0xff,0xda,0xc7,0xa2,0xff,0xda,0xc7,0xa1,0xff,0xda,0xc7,0xa2,0xff,0xda,0xc7,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xda,0xc7,0xa2,0xff,0xda,0xc8,0xa2,0xff,0xda,0xc8,0xa2, + 0xff,0xd9,0xc7,0xa1,0xff,0xda,0xc8,0xa2,0xff,0xda,0xc7,0xa2,0xff,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc7,0xa1,0xff,0xda,0xc7,0xa2, + 0xff,0xda,0xc7,0xa0,0xff,0xd9,0xc7,0xa0,0xff,0xda,0xc7,0xa1,0xff,0xd9,0xc6,0xa0, + 0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc6,0xa1,0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc7,0xa1, + 0xff,0xd9,0xc6,0xa0,0xff,0xd9,0xc7,0xa1,0xff,0xd8,0xc6,0xa0,0xff,0xd8,0xc6,0xa0, + 0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc6,0xa1,0xff,0xd9,0xc6,0xa0,0xff,0xd9,0xc7,0xa1, + 0xff,0xd9,0xc7,0xa0,0xff,0xd9,0xc6,0xa0,0xff,0xd9,0xc6,0xa0,0xff,0xd9,0xc6,0xa0, + 0xff,0xd9,0xc5,0xa0,0xff,0xd8,0xc5,0x9f,0xff,0xd7,0xc5,0x9f,0xff,0xd8,0xc5,0xa0, + 0xff,0xd8,0xc5,0xa0,0xff,0xd8,0xc6,0xa0,0xff,0xd8,0xc5,0xa0,0xff,0xd8,0xc5,0x9e, + 0xff,0xd7,0xc5,0x9e,0xff,0xd8,0xc6,0x9e,0xff,0xd7,0xc5,0x9e,0xff,0xd8,0xc5,0x9f, + 0xff,0xd8,0xc4,0x9f,0xff,0xd7,0xc4,0x9e,0xff,0xd7,0xc5,0x9f,0xff,0xd6,0xc4,0x9e, + 0xff,0xd6,0xc4,0x9e,0xff,0xd7,0xc5,0x9f,0xff,0xd7,0xc5,0x9e,0xff,0xd7,0xc4,0x9d, + 0xff,0xd7,0xc5,0x9e,0xff,0xd7,0xc5,0x9d,0xff,0xd7,0xc5,0x9d,0xff,0xd7,0xc3,0x9e, + 0xff,0xd6,0xc3,0x9d,0xff,0xd6,0xc3,0x9d,0xff,0xd6,0xc4,0x9e,0xff,0xd6,0xc4,0x9e, + 0xff,0xd6,0xc3,0x9c,0xff,0xd6,0xc3,0x9c,0xff,0xd6,0xc4,0x9d,0xff,0xd6,0xc3,0x9c, + 0xff,0xd6,0xc3,0x9c,0xff,0xd6,0xc2,0x9c,0xff,0xd6,0xc2,0x9d,0xff,0xd6,0xc3,0x9d, + 0xff,0xd5,0xc2,0x9c,0xff,0xd5,0xc2,0x9d,0xff,0xd5,0xc3,0x9b,0xff,0xd5,0xc3,0x9c, + 0xff,0xd5,0xc3,0x9b,0xff,0xd5,0xc3,0x9b,0xff,0xd4,0xc2,0x9b,0xff,0xd5,0xc2,0x9c, + 0xff,0xd5,0xc2,0x9c,0xff,0xd4,0xc1,0x9b,0xff,0xd4,0xc1,0x9a,0xff,0xd4,0xc2,0x9a, + 0xff,0xd4,0xc1,0x9a,0xff,0xd4,0xc1,0x9a,0xff,0xd4,0xc2,0x9a,0xff,0xd4,0xc1,0x9a, + 0xff,0xd4,0xc1,0x9a,0xff,0xd4,0xc0,0x9b,0xff,0xd4,0xc1,0x9b,0xff,0xd4,0xc1,0x99, + 0xff,0xd3,0xc0,0x99,0xff,0xd3,0xc0,0x99,0xff,0xd3,0xc1,0x9a,0xff,0xd3,0xc1,0x99, + 0xff,0xd3,0xc0,0x99,0xff,0xd3,0xc0,0x9a,0xff,0xd3,0xbf,0x99,0xff,0xd3,0xbf,0x98, + 0xff,0xd3,0xbf,0x98,0xff,0xd3,0xbf,0x98,0xff,0xd3,0xc0,0x98,0xff,0xd2,0xc0,0x98, + 0xff,0xd2,0xc0,0x98,0xff,0xd2,0xc0,0x98,0xff,0xd2,0xbf,0x99,0xff,0xd2,0xbe,0x98, + 0xff,0xd2,0xbe,0x97,0xff,0xd2,0xbe,0x97,0xff,0xd2,0xbe,0x97,0xff,0xd1,0xbe,0x97, + 0xff,0xd1,0xbf,0x97,0xff,0xd1,0xbe,0x97,0xff,0xd1,0xbd,0x96,0xff,0xd0,0xbd,0x95, + 0xff,0xd1,0xbd,0x96,0xff,0xd1,0xbd,0x96,0xff,0xe0,0xd1,0xb3,0xff,0xfc,0xf3,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf3,0xdd,0xcf,0xff,0xf3,0xda,0x50,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2,0x10,0xdb,0xc8,0xa2, + 0xef,0xdb,0xc8,0xa3,0xff,0xdb,0xc8,0xa3,0xff,0xdb,0xc8,0xa3,0xff,0xdb,0xc8,0xa3, + 0xff,0xda,0xc8,0xa2,0xff,0xda,0xc8,0xa2,0xff,0xdb,0xc8,0xa3,0xff,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xdb,0xc9,0xa3,0xff,0xda,0xc8,0xa2,0xff,0xdb,0xc8,0xa3, + 0xff,0xdb,0xc9,0xa3,0xff,0xdb,0xc8,0xa3,0xff,0xdb,0xc9,0xa3,0xff,0xdb,0xc8,0xa3, + 0xff,0xda,0xc8,0xa2,0xff,0xdb,0xc8,0xa3,0xff,0xdb,0xc9,0xa3,0xff,0xdb,0xc8,0xa1, + 0xff,0xda,0xc8,0xa2,0xff,0xda,0xc7,0xa2,0xff,0xda,0xc8,0xa2,0xff,0xd9,0xc7,0xa1, + 0xff,0xda,0xc7,0xa2,0xff,0xda,0xc8,0xa2,0xff,0xda,0xc7,0xa2,0xff,0xda,0xc7,0xa2, + 0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc7,0xa1,0xff,0xda,0xc8,0xa2, + 0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc7,0xa1,0xff,0xda,0xc7,0xa2,0xff,0xda,0xc8,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xda,0xc7,0xa0,0xff,0xda,0xc7,0xa0,0xff,0xda,0xc7,0xa1, + 0xff,0xd9,0xc6,0xa0,0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc6,0xa1,0xff,0xd9,0xc7,0xa1, + 0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc6,0xa1,0xff,0xd9,0xc6,0xa0,0xff,0xd9,0xc6,0xa1, + 0xff,0xd9,0xc6,0xa1,0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc6,0xa1, + 0xff,0xd9,0xc6,0xa1,0xff,0xd9,0xc6,0x9f,0xff,0xd9,0xc5,0xa0,0xff,0xd9,0xc5,0xa0, + 0xff,0xd8,0xc5,0x9f,0xff,0xd9,0xc5,0xa0,0xff,0xd8,0xc6,0xa0,0xff,0xd8,0xc6,0xa0, + 0xff,0xd8,0xc6,0xa0,0xff,0xd8,0xc5,0x9f,0xff,0xd8,0xc5,0xa0,0xff,0xd8,0xc6,0xa0, + 0xff,0xd8,0xc6,0x9e,0xff,0xd8,0xc5,0x9e,0xff,0xd8,0xc6,0x9f,0xff,0xd8,0xc5,0x9e, + 0xff,0xd8,0xc5,0x9f,0xff,0xd8,0xc5,0x9f,0xff,0xd8,0xc4,0x9f,0xff,0xd6,0xc4,0x9e, + 0xff,0xd7,0xc5,0x9f,0xff,0xd7,0xc5,0x9f,0xff,0xd7,0xc5,0x9f,0xff,0xd7,0xc5,0x9d, + 0xff,0xd7,0xc5,0x9d,0xff,0xd7,0xc4,0x9d,0xff,0xd7,0xc5,0x9d,0xff,0xd6,0xc4,0x9d, + 0xff,0xd7,0xc4,0x9e,0xff,0xd7,0xc4,0x9e,0xff,0xd6,0xc3,0x9d,0xff,0xd6,0xc3,0x9d, + 0xff,0xd6,0xc3,0x9d,0xff,0xd6,0xc4,0x9c,0xff,0xd6,0xc4,0x9d,0xff,0xd6,0xc4,0x9c, + 0xff,0xd5,0xc3,0x9c,0xff,0xd5,0xc3,0x9c,0xff,0xd6,0xc2,0x9c,0xff,0xd6,0xc3,0x9d, + 0xff,0xd6,0xc3,0x9d,0xff,0xd5,0xc2,0x9d,0xff,0xd4,0xc2,0x9c,0xff,0xd5,0xc3,0x9b, + 0xff,0xd5,0xc3,0x9c,0xff,0xd4,0xc2,0x9b,0xff,0xd5,0xc3,0x9b,0xff,0xd5,0xc3,0x9b, + 0xff,0xd5,0xc2,0x9c,0xff,0xd5,0xc2,0x9c,0xff,0xd5,0xc1,0x9b,0xff,0xd4,0xc1,0x9a, + 0xff,0xd4,0xc2,0x9a,0xff,0xd3,0xc1,0x9a,0xff,0xd4,0xc1,0x9a,0xff,0xd4,0xc1,0x9a, + 0xff,0xd4,0xc1,0x9a,0xff,0xd4,0xc1,0x9a,0xff,0xd4,0xc1,0x9b,0xff,0xd4,0xc0,0x9a, + 0xff,0xd4,0xc0,0x99,0xff,0xd3,0xc0,0x99,0xff,0xd3,0xc0,0x99,0xff,0xd2,0xc0,0x99, + 0xff,0xd3,0xc1,0x99,0xff,0xd3,0xc1,0x99,0xff,0xd3,0xc0,0x9a,0xff,0xd3,0xbf,0x99, + 0xff,0xd3,0xc0,0x98,0xff,0xd3,0xbf,0x98,0xff,0xd3,0xbf,0x98,0xff,0xd3,0xc0,0x98, + 0xff,0xd2,0xbf,0x98,0xff,0xd2,0xc0,0x98,0xff,0xd2,0xc0,0x98,0xff,0xd1,0xbe,0x98, + 0xff,0xd2,0xbe,0x99,0xff,0xd2,0xbe,0x97,0xff,0xd2,0xbf,0x97,0xff,0xd2,0xbe,0x97, + 0xff,0xd1,0xbf,0x97,0xff,0xd1,0xbf,0x97,0xff,0xd1,0xbf,0x97,0xff,0xdc,0xce,0xb0, + 0xff,0xe2,0xd5,0xba,0xff,0xf4,0xeb,0xd9,0xff,0xff,0xf8,0xea,0xbf,0xff,0xf6,0xe5, + 0x80,0xff,0xf4,0xdf,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc0,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0x0,0x7f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0x0,0x3f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc0,0x0,0xf, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0x0,0x0,0x7, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x0,0x0,0x3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc0,0x0,0x0,0x0, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0, + 0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xfc, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xf8, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xf0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xe0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x80, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xfc,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xf8,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xf0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xe0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xe0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xe0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xf4,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xf8,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xf0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xf0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xe0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xe0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xf8,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xfc,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x80, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xc0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xe0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xf0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xf8, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xfc, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xfe, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1f,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1f,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1f,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1f,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1f,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1f,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0xf,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0x28,0x0,0x0, + 0x0,0x40,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x21,0xf,0xf,0xf,0x54,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0x12,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x3e,0x4,0x4,0x4,0x70,0x67,0x67,0x67, + 0xca,0xce,0xce,0xce,0xff,0x56,0x56,0x56,0xa9,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x16,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x12,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x2a,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x32,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x48,0x0,0x0,0x0,0x54,0x0,0x0,0x0, + 0x5a,0x1,0x1,0x1,0x7b,0x45,0x45,0x45,0xc5,0xbf,0xbf,0xbf,0xfd,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xec,0xec,0xec,0xff,0x3a,0x3a,0x3a,0xab,0x0,0x0,0x0, + 0x4c,0x0,0x0,0x0,0x3f,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x2e,0x0,0x0,0x0, + 0x29,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xc2,0xae,0x84,0xff,0xc2,0xad,0x84,0xff,0xc2,0xad,0x83,0xff,0xc0,0xac,0x81, + 0xff,0xc0,0xab,0x80,0xff,0xbf,0xaa,0x80,0xff,0xbe,0xab,0x7f,0xff,0xbe,0xaa,0x7e, + 0xff,0xbc,0xa7,0x7c,0xff,0xb5,0xa2,0x79,0xff,0xac,0x98,0x71,0xff,0xa0,0x8e,0x69, + 0xff,0x94,0x83,0x60,0xff,0x8f,0x7f,0x5d,0xff,0x7b,0x6c,0x4f,0xff,0x62,0x59,0x4a, + 0xff,0xa6,0xa5,0xa3,0xff,0xf8,0xf8,0xf8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xe2,0xe2,0xe2,0xff,0x6d,0x63,0x4e, + 0xff,0x95,0x82,0x5b,0xff,0x9e,0x8a,0x60,0xff,0xad,0x97,0x6a,0xff,0xae,0x98,0x6a, + 0xff,0xae,0x98,0x68,0xff,0xac,0x97,0x67,0xff,0xac,0x96,0x67,0xff,0xac,0x96,0x66, + 0xff,0xaa,0x94,0x64,0xff,0xa9,0x94,0x64,0xff,0xa9,0x93,0x63,0xff,0xa8,0x92,0x62, + 0xff,0xa7,0x90,0x60,0xff,0xa6,0x8f,0x5f,0xff,0xa5,0x8e,0x5e,0xff,0xa5,0x8f,0x5d, + 0xff,0xa4,0x8c,0x5c,0xff,0xa3,0x8d,0x5a,0xff,0xa1,0x8a,0x5a,0xff,0xa0,0x89,0x59, + 0xff,0xa0,0x8a,0x57,0xff,0x9f,0x87,0x56,0xff,0x9d,0x87,0x54,0xff,0x9e,0x87,0x54, + 0xff,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xc3,0xaf,0x84,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xf0,0xf0,0xf0, + 0xff,0xe2,0xe2,0xe2,0xff,0xd2,0xd2,0xd2,0xff,0xc6,0xc6,0xc6,0xff,0xc1,0xc1,0xc1, + 0xff,0xb2,0xb2,0xb2,0xff,0x81,0x81,0x81,0xff,0x95,0x95,0x95,0xff,0xeb,0xeb,0xeb, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0xef,0xef, + 0xff,0xef,0xef,0xee,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xd5,0xd5,0xd5, + 0xff,0x95,0x95,0x95,0xff,0xd0,0xd0,0xd0,0xff,0xde,0xde,0xde,0xff,0xf5,0xf5,0xf5, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x9d,0x87,0x54, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xc4,0xb0,0x86,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd, + 0xff,0xf5,0xf5,0xf5,0xff,0xea,0xea,0xea,0xff,0xdb,0xdb,0xdb,0xff,0xcd,0xcd,0xcd, + 0xff,0xc0,0xc0,0xc0,0xff,0xbc,0xbc,0xbc,0xff,0xb5,0xb5,0xb5,0xff,0x87,0x87,0x87, + 0xff,0x86,0x86,0x85,0xff,0xda,0xda,0xda,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfa,0xfb,0xfe,0xff,0xbe,0xb8,0xad,0xff,0x8a,0x70,0x40, + 0xff,0x8d,0x77,0x53,0xff,0xf0,0xf0,0xf0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xc6,0xc6,0xc6,0xff,0x9c,0x9c,0x9c,0xff,0xcc,0xcc,0xcc,0xff,0xd7,0xd7,0xd7, + 0xff,0xef,0xef,0xef,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x9e,0x87,0x56, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xc4,0xb0,0x87,0xff,0xfa,0xfa,0xfa,0xff,0xef,0xef,0xef,0xff,0xe3,0xe3,0xe3, + 0xff,0xd5,0xd5,0xd5,0xff,0xca,0xca,0xca,0xff,0xbf,0xbf,0xbf,0xff,0xba,0xba,0xba, + 0xff,0xb9,0xb9,0xb9,0xff,0x95,0x95,0x95,0xff,0x7c,0x7c,0x7c,0xff,0xc5,0xc5,0xc5, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xd1,0xcd,0xc8,0xff,0x90,0x7b,0x57,0xff,0xa1,0x76,0x1d,0xff,0xd8,0xa3,0x3f, + 0xff,0xbc,0x8c,0x30,0xff,0x93,0x80,0x64,0xff,0xf5,0xf6,0xf6,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xb9,0xb9,0xb9,0xff,0xa2,0xa2,0xa2,0xff,0xc9,0xc9,0xc9, + 0xff,0xd2,0xd2,0xd2,0xff,0xe8,0xe8,0xe8,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x9f,0x89,0x56, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0xa,0xb4,0xa3,0x7c,0xff,0xdd,0xdd,0xdd,0xff,0xd1,0xd1,0xd1,0xff,0xc7,0xc7,0xc7, + 0xff,0xb4,0xab,0x98,0xff,0xaf,0xa4,0x93,0xff,0xb2,0xa7,0x95,0xff,0x99,0x91,0x81, + 0xff,0x75,0x71,0x68,0xff,0xae,0xae,0xad,0xff,0xfa,0xfa,0xf9,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xe0,0xdf,0xdc,0xff,0x9b,0x8b,0x71, + 0xff,0x93,0x6a,0x18,0xff,0xc8,0x93,0x27,0xff,0xe4,0xaf,0x50,0xff,0xe4,0xb4,0x5e, + 0xff,0xe7,0xb6,0x5f,0xff,0xb3,0x86,0x33,0xff,0x9b,0x8d,0x76,0xff,0xfb,0xfc,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa8,0xa7,0xa4,0xff,0xa2,0x99,0x87, + 0xff,0xbd,0xb3,0x9f,0xff,0xc5,0xba,0xa5,0xff,0xd9,0xce,0xb7,0xff,0xeb,0xdf,0xc6, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc, + 0xff,0xfd,0xfc,0xf9,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa0,0x89,0x58, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x1c,0x0,0x0,0x0, + 0x28,0xa0,0x8e,0x6d,0xff,0xc6,0xc6,0xc6,0xff,0xbd,0xbd,0xbd,0xff,0xb8,0xb8,0xb8, + 0xff,0xb3,0xa9,0x97,0xff,0xaf,0xaa,0x9e,0xff,0x7f,0x7c,0x76,0xff,0x9b,0x9a,0x99, + 0xff,0xee,0xee,0xee,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xee,0xee,0xef,0xff,0xa9,0x9d,0x8a,0xff,0x8a,0x66,0x1f,0xff,0xb8,0x81,0x0, + 0xff,0xde,0xa6,0x39,0xff,0xe5,0xb3,0x57,0xff,0xe9,0xbc,0x6b,0xff,0xea,0xc0,0x75, + 0xff,0xe8,0xbc,0x6f,0xff,0xe8,0xb6,0x5e,0xff,0xaa,0x7d,0x26,0xff,0xa4,0x98,0x83, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa0,0x9f,0x9d, + 0xff,0xb1,0xaf,0xa9,0xff,0xc6,0xc3,0xbd,0xff,0xcd,0xca,0xc5,0xff,0xdf,0xdc,0xd3, + 0xff,0xf3,0xef,0xe8,0xff,0xff,0xf9,0xf1,0xff,0xff,0xfa,0xf0,0xff,0xff,0xfa,0xf1, + 0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf7,0xe9,0xff,0xf6,0xea,0xd3, + 0xff,0xfc,0xf9,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa1,0x8a,0x59, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0xa,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x21,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x34,0x0,0x0,0x0, + 0x3c,0x93,0x84,0x64,0xff,0xba,0xba,0xba,0xff,0xbd,0xbd,0xbd,0xff,0xb9,0xb9,0xb9, + 0xff,0x84,0x7e,0x71,0xff,0x8b,0x89,0x87,0xff,0xde,0xde,0xde,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xfb,0xfd,0xff,0xba,0xb3,0xa6, + 0xff,0x86,0x67,0x2d,0xff,0xa6,0x70,0x0,0xff,0xd5,0x9c,0x1a,0xff,0xe1,0xab,0x40, + 0xff,0xe7,0xb7,0x5f,0xff,0xed,0xc2,0x74,0xff,0xf1,0xca,0x82,0xff,0xf2,0xcc,0x86, + 0xff,0xee,0xc4,0x79,0xff,0xe4,0xb1,0x55,0xff,0xdc,0x9f,0x23,0xff,0x96,0x60,0x0, + 0xff,0xab,0x9d,0x8c,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0x95,0x94,0x93,0xff,0xbc,0xba,0xb4,0xff,0xc4,0xc1,0xbd,0xff,0xcd,0xca,0xc5, + 0xff,0xdc,0xd9,0xd1,0xff,0xee,0xea,0xe3,0xff,0xfc,0xf7,0xef,0xff,0xff,0xfa,0xf0, + 0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd4, + 0xff,0xfc,0xf9,0xf3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa2,0x8c,0x5a, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x33,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x40,0x0,0x0,0x0, + 0x45,0x94,0x85,0x66,0xff,0xc2,0xc2,0xc2,0xff,0x99,0x99,0x99,0xff,0x81,0x81,0x81, + 0xff,0xca,0xca,0xca,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xcb,0xc7,0xc0,0xff,0x8c,0x73,0x48,0xff,0x99,0x64,0x0, + 0xff,0xca,0x8d,0x0,0xff,0xdc,0xa1,0x27,0xff,0xe2,0xaf,0x48,0xff,0xea,0xbd,0x65, + 0xff,0xf2,0xc8,0x79,0xff,0xf6,0xcf,0x88,0xff,0xf6,0xd1,0x89,0xff,0xf3,0xc8,0x7b, + 0xff,0xec,0xba,0x5d,0xff,0xe2,0xa8,0x35,0xff,0xd7,0x92,0x0,0xff,0xcf,0x83,0x0, + 0xff,0x89,0x54,0x0,0xff,0xb8,0xaf,0xa4,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf9,0xf9,0xf9,0xff,0x92,0x91,0x8f,0xff,0xc3,0xc1,0xbc,0xff,0xc5,0xc2,0xbe, + 0xff,0xcc,0xc9,0xc3,0xff,0xda,0xd7,0xce,0xff,0xea,0xe6,0xde,0xff,0xfa,0xf4,0xec, + 0xff,0xff,0xfb,0xf1,0xff,0xff,0xf9,0xf0,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd5, + 0xff,0xfc,0xf9,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa3,0x8c,0x5b, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x30,0x0,0x0,0x0, + 0x37,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x41,0x0,0x0,0x0,0x40,0x0,0x0,0x0, + 0x38,0x86,0x78,0x5d,0xff,0x80,0x80,0x80,0xff,0xb6,0xb6,0xb6,0xff,0xfb,0xfb,0xfb, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xdc,0xdb,0xd8, + 0xff,0x94,0x7f,0x60,0xff,0x8a,0x5b,0x0,0xff,0xbc,0x7e,0x0,0xff,0xd8,0x9a,0x0, + 0xff,0xdd,0xa4,0x2c,0xff,0xe5,0xb4,0x4f,0xff,0xef,0xc4,0x6a,0xff,0xf3,0xcb,0x7a, + 0xff,0xf6,0xd1,0x84,0xff,0xf7,0xce,0x81,0xff,0xf3,0xc4,0x6b,0xff,0xee,0xb8,0x4e, + 0xff,0xe8,0xa8,0x1e,0xff,0xe2,0xa1,0x2,0xff,0xe0,0xaa,0x46,0xff,0xdc,0xab,0x56, + 0xff,0xd9,0xa4,0x4a,0xff,0x95,0x6f,0x31,0xff,0xcd,0xc5,0xbc,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xf3,0xf3,0xff,0x8e,0x8d,0x8c,0xff,0xca,0xc8,0xc3, + 0xff,0xc7,0xc4,0xbe,0xff,0xcf,0xcc,0xc5,0xff,0xd9,0xd6,0xcf,0xff,0xe7,0xe1,0xdb, + 0xff,0xf7,0xf2,0xe8,0xff,0xff,0xfa,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xfd,0xfa,0xf3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa4,0x8e,0x5c, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x1f,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x38,0x0,0x0,0x0, + 0x3c,0x0,0x0,0x0,0x3d,0x0,0x0,0x0,0x34,0x0,0x0,0x0,0x44,0x2b,0x2b,0x2b, + 0x95,0x9d,0x9b,0x99,0xff,0xf0,0xf0,0xf0,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xec,0xed,0xed,0xff,0xa3,0x95,0x7f,0xff,0x82,0x56,0x0, + 0xff,0xac,0x6c,0x0,0xff,0xd1,0x8f,0x0,0xff,0xd9,0x9d,0x0,0xff,0xe1,0xac,0x38, + 0xff,0xe9,0xb8,0x54,0xff,0xf2,0xc6,0x69,0xff,0xf5,0xcd,0x76,0xff,0xf6,0xcf,0x7e, + 0xff,0xf5,0xca,0x74,0xff,0xf1,0xbe,0x5b,0xff,0xeb,0xb0,0x33,0xff,0xe8,0xa9,0xd, + 0xff,0xeb,0xb5,0x4d,0xff,0xee,0xc7,0x83,0xff,0xf4,0xd1,0x99,0xff,0xee,0xc3,0x83, + 0xff,0xd3,0xa8,0x60,0xff,0xa9,0x84,0x38,0xff,0x48,0x42,0x1a,0xff,0xc3,0xc5,0xc4, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xe9,0xe9,0xe9,0xff,0x93,0x92,0x8f, + 0xff,0xd0,0xce,0xc8,0xff,0xc8,0xc5,0xc0,0xff,0xd0,0xcd,0xc6,0xff,0xda,0xd6,0xcf, + 0xff,0xe5,0xe1,0xd7,0xff,0xf3,0xee,0xe4,0xff,0xfd,0xf7,0xee,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xf6,0xeb,0xd5, + 0xff,0xfc,0xf9,0xf3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa6,0x8f,0x5e, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x28,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x35,0x0,0x0,0x0,0x38,0x0,0x0,0x0, + 0x30,0x0,0x0,0x0,0x35,0x17,0x17,0x17,0x7c,0x80,0x80,0x80,0xde,0xe2,0xe2,0xe2, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfd,0xff,0xff,0xff,0xff,0xff,0xf7,0xf8,0xfa, + 0xff,0xb5,0xac,0x9e,0xff,0x81,0x5c,0x16,0xff,0x9e,0x60,0x0,0xff,0xc9,0x86,0x0, + 0xff,0xd3,0x91,0x0,0xff,0xda,0x9f,0x8,0xff,0xe5,0xb2,0x3f,0xff,0xee,0xbf,0x56, + 0xff,0xf0,0xc2,0x5e,0xff,0xf3,0xca,0x6e,0xff,0xf7,0xce,0x76,0xff,0xf4,0xc6,0x69, + 0xff,0xed,0xb8,0x4a,0xff,0xe8,0xa9,0xc,0xff,0xe9,0xac,0x2f,0xff,0xf1,0xcc,0x8b, + 0xff,0xfd,0xe1,0xb5,0xff,0xff,0xe5,0xb6,0xff,0xdb,0xbe,0x8d,0xff,0x66,0x73,0x41, + 0xff,0x3a,0x5b,0x26,0xff,0x2a,0x53,0x14,0xff,0x1e,0x49,0x0,0xff,0x2a,0x47,0x21, + 0xff,0xd6,0xd9,0xd7,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xdd,0xdd,0xdd, + 0xff,0x9a,0x99,0x95,0xff,0xd5,0xd2,0xcc,0xff,0xcd,0xca,0xc3,0xff,0xd3,0xd0,0xc8, + 0xff,0xdc,0xd8,0xd1,0xff,0xe6,0xe2,0xd9,0xff,0xf2,0xec,0xe3,0xff,0xfc,0xf6,0xeb, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf9,0xec,0xff,0xff,0xf9,0xeb,0xff,0xf6,0xeb,0xd5, + 0xff,0xfc,0xf9,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa6,0x8f,0x5f, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x22,0x0,0x0,0x0, + 0x2b,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x29,0x9,0x9,0x9, + 0x61,0x65,0x65,0x65,0xca,0xd0,0xd0,0xd0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xc6,0xc1,0xba,0xff,0x84,0x65,0x32, + 0xff,0x90,0x54,0x0,0xff,0xbe,0x78,0x0,0xff,0xd0,0x8b,0x0,0xff,0xd6,0x97,0x0, + 0xff,0xde,0xa5,0xf,0xff,0xe8,0xb5,0x3e,0xff,0xef,0xbf,0x51,0xff,0xf1,0xc3,0x5b, + 0xff,0xf1,0xc4,0x5e,0xff,0xf4,0xcb,0x6f,0xff,0xf4,0xc7,0x66,0xff,0xed,0xb7,0x46, + 0xff,0xe7,0xa8,0x0,0xff,0xeb,0xb5,0x4d,0xff,0xf7,0xdc,0xad,0xff,0xff,0xe9,0xc1, + 0xff,0xe1,0xc9,0x9d,0xff,0x8c,0x90,0x65,0xff,0x49,0x6c,0x3e,0xff,0x1e,0x68,0x31, + 0xff,0x2f,0x7a,0x3b,0xff,0x35,0x81,0x39,0xff,0x39,0x86,0x35,0xff,0x27,0x7c,0x13, + 0xff,0x3a,0x68,0x3d,0xff,0xe3,0xe4,0xe4,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xd0,0xd0,0xd0,0xff,0xa7,0xa4,0xa1,0xff,0xdb,0xd8,0xd1,0xff,0xd3,0xd0,0xc9, + 0xff,0xd9,0xd5,0xce,0xff,0xe1,0xdd,0xd3,0xff,0xea,0xe5,0xdc,0xff,0xf3,0xed,0xe3, + 0xff,0xfc,0xf6,0xe9,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd4, + 0xff,0xfc,0xf9,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa7,0x90,0x60, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x5,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x24,0x0,0x0,0x0, + 0x2a,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x39,0x43,0x43,0x43,0xa9,0xba,0xba,0xba, + 0xfe,0xfc,0xfc,0xfb,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xd9,0xd7,0xd4,0xff,0x8f,0x78,0x54,0xff,0x82,0x4b,0x0,0xff,0xb1,0x6a,0x0, + 0xff,0xcb,0x84,0x0,0xff,0xcf,0x8c,0x0,0xff,0xd8,0x9b,0x0,0xff,0xe6,0xaf,0x1a, + 0xff,0xea,0xb6,0x35,0xff,0xee,0xbc,0x41,0xff,0xf1,0xc3,0x51,0xff,0xf2,0xc4,0x57, + 0xff,0xf1,0xc3,0x5b,0xff,0xf4,0xc9,0x66,0xff,0xee,0xbc,0x50,0xff,0xe8,0xaa,0xd, + 0xff,0xe9,0xb0,0x3b,0xff,0xf9,0xe3,0xbc,0xff,0xff,0xeb,0xc8,0xff,0xbb,0xb1,0x8a, + 0xff,0x3a,0x69,0x3a,0xff,0x16,0x69,0x33,0xff,0x28,0x79,0x43,0xff,0x39,0x96,0x5b, + 0xff,0x41,0xb0,0x6b,0xff,0x43,0xb2,0x64,0xff,0x40,0xab,0x53,0xff,0x3e,0xa3,0x43, + 0xff,0x20,0x80,0x12,0xff,0x47,0x6e,0x4b,0xff,0xef,0xef,0xef,0xff,0xff,0xfe,0xff, + 0xff,0xff,0xff,0xff,0xff,0xc4,0xc4,0xc3,0xff,0xb5,0xb2,0xad,0xff,0xe1,0xdd,0xd6, + 0xff,0xda,0xd6,0xcf,0xff,0xe1,0xdd,0xd3,0xff,0xe7,0xe2,0xd8,0xff,0xef,0xe9,0xdf, + 0xff,0xf5,0xef,0xe4,0xff,0xfb,0xf4,0xe8,0xff,0xff,0xf8,0xeb,0xff,0xf6,0xea,0xd4, + 0xff,0xfc,0xf9,0xf3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa8,0x92,0x62, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x19,0x8,0x8,0x8,0x59,0x80,0x80,0x80,0xde,0xec,0xec,0xed,0xff,0xff,0xff,0xff, + 0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xe8,0xe9,0xe9,0xff,0x9e,0x8d,0x74, + 0xff,0x7b,0x4b,0x0,0xff,0xa4,0x5c,0x0,0xff,0xc6,0x7b,0x0,0xff,0xcc,0x86,0x0, + 0xff,0xd0,0x8e,0x0,0xff,0xdc,0x9f,0x0,0xff,0xe8,0xb2,0x13,0xff,0xec,0xb9,0x30, + 0xff,0xec,0xb9,0x33,0xff,0xed,0xbc,0x40,0xff,0xf2,0xc4,0x4f,0xff,0xf1,0xc2,0x53, + 0xff,0xf1,0xc2,0x57,0xff,0xf3,0xc5,0x5b,0xff,0xec,0xb4,0x35,0xff,0xe4,0xa1,0x0, + 0xff,0xf3,0xcf,0x90,0xff,0xff,0xf1,0xd4,0xff,0xa8,0xa7,0x84,0xff,0x1c,0x63,0x30, + 0xff,0x24,0x7e,0x48,0xff,0x39,0x9c,0x67,0xff,0x42,0xb2,0x7a,0xff,0x47,0xc1,0x83, + 0xff,0x49,0xc5,0x80,0xff,0x46,0xbd,0x74,0xff,0x42,0xb4,0x63,0xff,0x3f,0xa9,0x51, + 0xff,0x3b,0xa0,0x41,0xff,0x1a,0x77,0x12,0xff,0x57,0x77,0x5a,0xff,0xf6,0xf5,0xf6, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xb5,0xb5,0xb5,0xff,0xc7,0xc4,0xbf, + 0xff,0xeb,0xe6,0xdf,0xff,0xe5,0xe1,0xd7,0xff,0xea,0xe5,0xdc,0xff,0xf0,0xea,0xe0, + 0xff,0xf5,0xef,0xe4,0xff,0xfa,0xf3,0xe6,0xff,0xfe,0xf7,0xea,0xff,0xf6,0xea,0xd4, + 0xff,0xfd,0xfa,0xf3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa9,0x93,0x62, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0xe,0x1c,0x1c,0x1c, + 0x71,0xaa,0xaa,0xaa,0xf8,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xff,0xff, + 0xff,0xf7,0xf9,0xfc,0xff,0xaf,0xa3,0x95,0xff,0x7a,0x4e,0x0,0xff,0x96,0x4f,0x0, + 0xff,0xbd,0x70,0x0,0xff,0xc7,0x7e,0x0,0xff,0xcd,0x87,0x0,0xff,0xd2,0x8f,0x0, + 0xff,0xde,0xa1,0x0,0xff,0xe9,0xb3,0x0,0xff,0xec,0xb7,0x14,0xff,0xee,0xbb,0x2a, + 0xff,0xeb,0xb7,0x2c,0xff,0xee,0xbb,0x3d,0xff,0xf2,0xc2,0x4a,0xff,0xef,0xc0,0x4a, + 0xff,0xf0,0xc0,0x50,0xff,0xf1,0xc0,0x50,0xff,0xe9,0xad,0x18,0xff,0xe3,0xa3,0x0, + 0xff,0xfa,0xe2,0xba,0xff,0xf8,0xe6,0xcc,0xff,0x47,0x74,0x48,0xff,0x1e,0x7f,0x4a, + 0xff,0x3d,0xa7,0x78,0xff,0x4c,0xc6,0x94,0xff,0x4e,0xcc,0x94,0xff,0x4c,0xc9,0x8d, + 0xff,0x4a,0xc7,0x85,0xff,0x47,0xc3,0x7c,0xff,0x46,0xbc,0x6f,0xff,0x41,0xb3,0x61, + 0xff,0x3c,0xa6,0x50,0xff,0x37,0x9d,0x3d,0xff,0x13,0x70,0xa,0xff,0x68,0x82,0x6c, + 0xff,0xfd,0xfb,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xae,0xae,0xad, + 0xff,0xdf,0xda,0xd4,0xff,0xf4,0xef,0xe7,0xff,0xf1,0xec,0xe2,0xff,0xf6,0xf0,0xe6, + 0xff,0xf9,0xf3,0xe7,0xff,0xfd,0xf6,0xe9,0xff,0xff,0xf7,0xea,0xff,0xf5,0xea,0xd4, + 0xff,0xfc,0xf9,0xf3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa9,0x93,0x63, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x3,0x24,0x24,0x24,0x79,0xbc,0xbc,0xbc, + 0xff,0xff,0xff,0xff,0xff,0xf8,0xf8,0xf8,0xff,0xff,0xff,0xff,0xff,0xda,0xd9,0xd6, + 0xff,0x82,0x64,0x37,0xff,0x83,0x41,0x0,0xff,0xb4,0x65,0x0,0xff,0xc4,0x77,0x0, + 0xff,0xc8,0x7e,0x0,0xff,0xcf,0x87,0x0,0xff,0xd4,0x8e,0x0,0xff,0xde,0xa0,0x0, + 0xff,0xea,0xb2,0x0,0xff,0xea,0xb4,0x0,0xff,0xed,0xb7,0xa,0xff,0xed,0xb9,0x23, + 0xff,0xe9,0xb4,0x21,0xff,0xed,0xb9,0x34,0xff,0xf0,0xbf,0x41,0xff,0xed,0xbb,0x41, + 0xff,0xef,0xbe,0x4b,0xff,0xf0,0xbf,0x49,0xff,0xe7,0xa8,0x0,0xff,0xe2,0x9f,0x0, + 0xff,0xfb,0xe5,0xbf,0xff,0xfa,0xea,0xd2,0xff,0x48,0x78,0x4f,0xff,0x21,0x86,0x54, + 0xff,0x47,0xbb,0x8d,0xff,0x51,0xcf,0x9f,0xff,0x4e,0xcc,0x97,0xff,0x4c,0xc9,0x91, + 0xff,0x4a,0xc7,0x88,0xff,0x48,0xc5,0x82,0xff,0x45,0xc1,0x75,0xff,0x44,0xba,0x6b, + 0xff,0x3f,0xaf,0x5d,0xff,0x38,0xa2,0x49,0xff,0x31,0x98,0x35,0xff,0x7,0x63,0x0, + 0xff,0x7b,0x90,0x7e,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfb,0xff,0xff,0xff,0xff, + 0xff,0xa8,0xa6,0xa5,0xff,0xf3,0xee,0xe6,0xff,0xfd,0xf8,0xed,0xff,0xfd,0xf7,0xec, + 0xff,0xfe,0xf8,0xeb,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd5, + 0xff,0xfd,0xfa,0xf3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xaa,0x94,0x64, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x1f,0x1f,0x1f,0x65,0xbe,0xbe,0xbc,0xff,0xff,0xff,0xff, + 0xff,0xf9,0xf9,0xf9,0xff,0xff,0xff,0xff,0xff,0xb8,0xb1,0xa5,0xff,0x6c,0x3d,0x0, + 0xff,0x99,0x4c,0x0,0xff,0xbd,0x6c,0x0,0xff,0xc3,0x76,0x0,0xff,0xc9,0x7f,0x0, + 0xff,0xce,0x87,0x0,0xff,0xd3,0x8c,0x0,0xff,0xde,0x9c,0x0,0xff,0xe7,0xae,0x0, + 0xff,0xea,0xb2,0x0,0xff,0xea,0xb3,0x0,0xff,0xec,0xb6,0x0,0xff,0xec,0xb7,0xf, + 0xff,0xe8,0xb0,0xd,0xff,0xee,0xba,0x2d,0xff,0xef,0xbe,0x3b,0xff,0xed,0xb9,0x33, + 0xff,0xf0,0xbe,0x44,0xff,0xf0,0xbe,0x44,0xff,0xe7,0xaa,0x0,0xff,0xdf,0x96,0x0, + 0xff,0xf4,0xd6,0xa1,0xff,0xff,0xfc,0xeb,0xff,0x7e,0x94,0x73,0xff,0x10,0x7b,0x48, + 0xff,0x44,0xb9,0x8b,0xff,0x52,0xd2,0xa1,0xff,0x50,0xcd,0x98,0xff,0x4d,0xca,0x92, + 0xff,0x4b,0xc8,0x8b,0xff,0x4c,0xcc,0x82,0xff,0x4a,0xc7,0x74,0xff,0x44,0xc1,0x6c, + 0xff,0x3c,0xb5,0x61,0xff,0x38,0xa9,0x51,0xff,0x31,0x9d,0x41,0xff,0x29,0x91,0x2f, + 0xff,0x2,0x5c,0x0,0xff,0x8b,0x9b,0x90,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb, + 0xff,0xfb,0xfb,0xfb,0xff,0xa6,0xa4,0xa1,0xff,0xff,0xf8,0xef,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xf6,0xea,0xd4, + 0xff,0xfc,0xf9,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xac,0x96,0x66, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x17,0x17,0x17,0x3a,0xab,0xab,0xa9,0xf7,0xff,0xff,0xff,0xff,0xf9,0xf9,0xf7, + 0xff,0xfe,0xff,0xff,0xff,0xa1,0x94,0x87,0xff,0x65,0x2c,0x0,0xff,0xa1,0x50,0x0, + 0xff,0xb5,0x65,0x0,0xff,0xbe,0x72,0x0,0xff,0xca,0x7e,0x0,0xff,0xcf,0x86,0x0, + 0xff,0xd3,0x8a,0x0,0xff,0xd9,0x94,0x0,0xff,0xe7,0xac,0x0,0xff,0xe9,0xaf,0x0, + 0xff,0xea,0xaf,0x0,0xff,0xea,0xb2,0x0,0xff,0xeb,0xb4,0x0,0xff,0xe9,0xb2,0x0, + 0xff,0xe8,0xaf,0x0,0xff,0xed,0xb9,0x23,0xff,0xee,0xba,0x2a,0xff,0xeb,0xb5,0x27, + 0xff,0xf0,0xbe,0x3b,0xff,0xef,0xbd,0x3e,0xff,0xe6,0xa9,0x0,0xff,0xdb,0x8f,0x0, + 0xff,0xef,0xc7,0x86,0xff,0xff,0xff,0xfb,0xff,0x8e,0xa2,0x84,0xff,0xa,0x7b,0x47, + 0xff,0x41,0xb7,0x8b,0xff,0x52,0xd1,0xa4,0xff,0x50,0xcd,0x9b,0xff,0x4e,0xcc,0x94, + 0xff,0x4b,0xc7,0x86,0xff,0x2f,0x8f,0x78,0xff,0x1d,0x75,0x7a,0xff,0x29,0x8b,0x68, + 0xff,0x41,0xba,0x67,0xff,0x3d,0xb5,0x63,0xff,0x36,0xa7,0x53,0xff,0x2d,0x99,0x3d, + 0xff,0x20,0x8c,0x29,0xff,0x0,0x55,0x0,0xff,0x9f,0xab,0xa3,0xff,0xff,0xff,0xff, + 0xff,0xfc,0xfc,0xfb,0xff,0xf2,0xf2,0xf2,0xff,0xbc,0xb9,0xb5,0xff,0xff,0xfa,0xef, + 0xff,0xff,0xfa,0xed,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xf6,0xeb,0xd4, + 0xff,0xfc,0xf9,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xac,0x96,0x67, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x53,0x53,0x53, + 0xc,0x85,0x85,0x85,0xd6,0xfa,0xfa,0xf8,0xff,0xf7,0xf7,0xf7,0xff,0xff,0xff,0xff, + 0xff,0x9f,0x92,0x85,0xff,0x61,0x23,0x0,0xff,0x9c,0x4b,0x0,0xff,0xab,0x5d,0x0, + 0xff,0xb6,0x69,0x0,0xff,0xc2,0x77,0x0,0xff,0xcc,0x82,0x0,0xff,0xd2,0x8a,0x0, + 0xff,0xd5,0x8d,0x0,0xff,0xe3,0xa4,0x0,0xff,0xe7,0xac,0x0,0xff,0xe8,0xac,0x0, + 0xff,0xe8,0xaf,0x0,0xff,0xe8,0xb0,0x0,0xff,0xea,0xb2,0x0,0xff,0xe5,0xac,0x0, + 0xff,0xe8,0xb0,0x0,0xff,0xee,0xb8,0xf,0xff,0xec,0xb7,0x1c,0xff,0xe9,0xb3,0x16, + 0xff,0xee,0xbc,0x32,0xff,0xed,0xb8,0x2a,0xff,0xe4,0xa2,0x0,0xff,0xda,0x89,0x0, + 0xff,0xea,0xbc,0x6e,0xff,0xff,0xff,0xff,0xff,0xa3,0xb1,0x9a,0xff,0x5,0x78,0x46, + 0xff,0x3a,0xb2,0x85,0xff,0x51,0xd0,0xa4,0xff,0x51,0xcf,0x9d,0xff,0x50,0xd0,0x93, + 0xff,0x2a,0x8f,0x8c,0xff,0x0,0x7b,0xd7,0xff,0x0,0x95,0xfb,0xff,0x0,0x6d,0xd3, + 0xff,0x27,0x8b,0x7b,0xff,0x41,0xbe,0x65,0xff,0x37,0xad,0x5d,0xff,0x2f,0xa0,0x4a, + 0xff,0x26,0x92,0x39,0xff,0x13,0x82,0x1c,0xff,0x2,0x4f,0x9,0xff,0xb2,0xba,0xb4, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfc,0xfc,0xff,0xe7,0xe7,0xe7,0xff,0xc1,0xbe,0xb8, + 0xff,0xff,0xf9,0xec,0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xf5,0xea,0xd4, + 0xff,0xfc,0xf9,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xac,0x97,0x68, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x59,0x59,0x59, + 0x7a,0xdb,0xdb,0xdb,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xb9,0xb2,0xab, + 0xff,0x58,0x1f,0x0,0xff,0x93,0x42,0x0,0xff,0xa0,0x52,0x0,0xff,0xad,0x60,0x0, + 0xff,0xb8,0x6b,0x0,0xff,0xc2,0x77,0x0,0xff,0xcb,0x81,0x0,0xff,0xd2,0x87,0x0, + 0xff,0xdb,0x98,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xa9,0x0,0xff,0xe7,0xaa,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe8,0xae,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe3,0xa8,0x0, + 0xff,0xeb,0xb4,0x0,0xff,0xed,0xb7,0x0,0xff,0xe9,0xb1,0x0,0xff,0xe9,0xb3,0x0, + 0xff,0xef,0xbb,0x20,0xff,0xe8,0xae,0x0,0xff,0xe0,0x9a,0x0,0xff,0xda,0x8f,0x0, + 0xff,0xf3,0xd8,0xad,0xff,0xff,0xff,0xff,0xff,0xb9,0xbc,0xab,0xff,0x4,0x75,0x44, + 0xff,0x33,0xae,0x81,0xff,0x53,0xd1,0xa5,0xff,0x51,0xcf,0x9e,0xff,0x4d,0xca,0x8d, + 0xff,0x32,0x94,0xb1,0xff,0x0,0xcb,0xff,0xff,0x0,0xca,0xff,0xff,0x0,0xae,0xff, + 0xff,0x26,0x88,0x99,0xff,0x42,0xbd,0x65,0xff,0x38,0xb2,0x62,0xff,0x30,0xa6,0x54, + 0xff,0x27,0x97,0x44,0xff,0x1b,0x8a,0x2d,0xff,0x0,0x76,0x7,0xff,0x6,0x4a,0x12, + 0xff,0xc4,0xc8,0xc4,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xde,0xde,0xdc, + 0xff,0xc8,0xc4,0xbd,0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd5, + 0xff,0xfc,0xf9,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xaf,0x99,0x69, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x4e,0x4e,0x4e,0x11,0x95,0x95,0x93, + 0xe6,0xfe,0xfe,0xfe,0xff,0xf8,0xf8,0xf8,0xff,0xe6,0xe6,0xe5,0xff,0x5a,0x32,0x0, + 0xff,0x80,0x31,0x0,0xff,0x95,0x47,0x0,0xff,0x9d,0x52,0x0,0xff,0xa7,0x5d,0x0, + 0xff,0xb9,0x6c,0x0,0xff,0xc0,0x73,0x0,0xff,0xc7,0x7c,0x0,0xff,0xce,0x86,0x0, + 0xff,0xe3,0xa1,0x0,0xff,0xea,0xa8,0x0,0xff,0xe8,0xa9,0x0,0xff,0xe5,0xa8,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe8,0xae,0x0,0xff,0xe2,0xa6,0x0,0xff,0xe5,0xaa,0x0, + 0xff,0xeb,0xb2,0x0,0xff,0xeb,0xb3,0x0,0xff,0xe5,0xaa,0x0,0xff,0xeb,0xb4,0x0, + 0xff,0xec,0xb3,0x0,0xff,0xe3,0xa2,0x0,0xff,0xdb,0x8e,0x0,0xff,0xeb,0xc1,0x7c, + 0xff,0xff,0xfc,0xef,0xff,0xe7,0xdf,0xcd,0xff,0x3e,0x7b,0x56,0xff,0x9,0x8c,0x5c, + 0xff,0x3f,0xba,0x91,0xff,0x53,0xd1,0xa6,0xff,0x51,0xce,0x9c,0xff,0x4e,0xcf,0x93, + 0xff,0x45,0xb1,0x94,0xff,0x40,0xaa,0xd2,0xff,0x36,0xb7,0xf1,0xff,0x3c,0xa0,0xc8, + 0xff,0x3e,0xaf,0x78,0xff,0x40,0xbd,0x6d,0xff,0x39,0xb4,0x65,0xff,0x30,0xaa,0x5b, + 0xff,0x27,0x9d,0x49,0xff,0x1a,0x8d,0x35,0xff,0xd,0x81,0x22,0xff,0x0,0x69,0x0, + 0xff,0x10,0x49,0x1b,0xff,0xd5,0xd6,0xd4,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd, + 0xff,0xd3,0xd3,0xd1,0xff,0xd1,0xcc,0xc2,0xff,0xff,0xf8,0xe9,0xff,0xf6,0xeb,0xd3, + 0xff,0xfc,0xf9,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xaf,0x99,0x6b, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x54,0x54,0x54,0x59,0xd1,0xd1,0xd1, + 0xff,0xfb,0xfb,0xf9,0xff,0xff,0xff,0xff,0xff,0x95,0x86,0x7c,0xff,0x5b,0x16,0x0, + 0xff,0x8a,0x3b,0x0,0xff,0x95,0x47,0x0,0xff,0x9b,0x51,0x0,0xff,0x8b,0x4c,0x0, + 0xff,0xa9,0x61,0x0,0xff,0xbe,0x71,0x0,0xff,0xc1,0x76,0x0,0xff,0xd0,0x89,0x0, + 0xff,0xe2,0xa1,0x0,0xff,0xb2,0x88,0x0,0xff,0xd6,0x9e,0x0,0xff,0xea,0xaa,0x0, + 0xff,0xe5,0xa9,0x0,0xff,0xe3,0xa5,0x0,0xff,0xe2,0xa4,0x0,0xff,0xe8,0xae,0x0, + 0xff,0xea,0xb1,0x0,0xff,0xe5,0xaa,0x0,0xff,0xe5,0xab,0x0,0xff,0xec,0xb6,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xde,0x98,0x0,0xff,0xdc,0x96,0x0,0xff,0xf9,0xe6,0xc7, + 0xff,0xf8,0xed,0xdc,0xff,0x5a,0x87,0x64,0xff,0x0,0x84,0x51,0xff,0x2f,0xac,0x81, + 0xff,0x4f,0xce,0xa4,0xff,0x52,0xd1,0xa4,0xff,0x4f,0xcd,0x9b,0xff,0x4d,0xcb,0x95, + 0xff,0x4c,0xcb,0x8c,0xff,0x43,0xb8,0x7c,0xff,0x3f,0xaa,0x75,0xff,0x43,0xb9,0x70, + 0xff,0x43,0xc1,0x6f,0xff,0x3f,0xbc,0x6d,0xff,0x39,0xb8,0x67,0xff,0x2e,0xaa,0x57, + 0xff,0x21,0x9a,0x43,0xff,0x15,0x8c,0x33,0xff,0x6,0x7f,0x1e,0xff,0x0,0x74,0x3, + 0xff,0x0,0x57,0x0,0xff,0x1e,0x4f,0x29,0xff,0xe2,0xe2,0xe2,0xff,0xfe,0xfd,0xfd, + 0xff,0xfe,0xfe,0xfd,0xff,0xca,0xc9,0xc8,0xff,0xdb,0xd5,0xcb,0xff,0xf6,0xeb,0xd3, + 0xff,0xfc,0xf9,0xf2,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xaf,0x99,0x6b, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x6b,0x6b,0x6b,0x9e,0xef,0xef,0xee, + 0xff,0xf8,0xf7,0xf7,0xff,0xec,0xed,0xed,0xff,0x58,0x33,0x14,0xff,0x74,0x26,0x0, + 0xff,0x87,0x39,0x0,0xff,0x96,0x47,0x0,0xff,0x98,0x4d,0x0,0xff,0x7c,0x42,0x0, + 0xff,0x86,0x49,0x0,0xff,0xaa,0x63,0x0,0xff,0xc0,0x73,0x0,0xff,0xd0,0x8b,0x0, + 0xff,0xe0,0x9b,0x0,0xff,0x87,0x74,0x4b,0xff,0x8c,0x7f,0x69,0xff,0xdb,0x9f,0x0, + 0xff,0xe7,0xa4,0x0,0xff,0xe0,0xa1,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe7,0xab,0x0,0xff,0xe1,0xa5,0x0,0xff,0xe8,0xaf,0x0,0xff,0xeb,0xb3,0x0, + 0xff,0xe5,0xa7,0x0,0xff,0xdb,0x8e,0x0,0xff,0xdf,0x9e,0x0,0xff,0xff,0xef,0xd6, + 0xff,0xd6,0xcd,0xb5,0xff,0xe,0x77,0x46,0xff,0x1d,0xa1,0x75,0xff,0x47,0xc6,0x9f, + 0xff,0x54,0xd3,0xa9,0xff,0x53,0xd3,0xa2,0xff,0x52,0xd3,0x9b,0xff,0x51,0xd0,0x94, + 0xff,0x4b,0xc8,0x8c,0xff,0x49,0xc8,0x83,0xff,0x3f,0xbf,0x6b,0xff,0x43,0xc1,0x72, + 0xff,0x43,0xbf,0x72,0xff,0x40,0xbc,0x6a,0xff,0x30,0xa0,0x53,0xff,0x26,0x9b,0x46, + 0xff,0x23,0xa0,0x48,0xff,0x18,0x91,0x3c,0xff,0x7,0x82,0x23,0xff,0x0,0x75,0x12, + 0xff,0x0,0x6b,0x0,0xff,0x0,0x50,0x0,0xff,0x32,0x5a,0x3a,0xff,0xed,0xec,0xeb, + 0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfe,0xfc,0xff,0xc2,0xc1,0xbf,0xff,0xdd,0xd4,0xc0, + 0xff,0xfd,0xfa,0xf3,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xb0,0x9a,0x6c, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x84,0x84,0x83,0xc5,0xf9,0xf9,0xf8, + 0xff,0xfb,0xfc,0xfc,0xff,0xc7,0xc5,0xc2,0xff,0x4b,0x13,0x0,0xff,0x7b,0x2b,0x0, + 0xff,0x86,0x39,0x0,0xff,0x93,0x45,0x0,0xff,0x89,0x44,0x0,0xff,0x6e,0x38,0x0, + 0xff,0x76,0x40,0x0,0xff,0x7f,0x46,0x0,0xff,0xaa,0x65,0x0,0xff,0xd3,0x8d,0x0, + 0xff,0xd8,0x92,0x0,0xff,0x98,0x82,0x54,0xff,0xa1,0xa7,0xb5,0xff,0x8d,0x7f,0x64, + 0xff,0xd3,0x96,0x0,0xff,0xe9,0xa9,0x0,0xff,0xe6,0xa8,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe1,0xa1,0x0,0xff,0xe4,0xa8,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe0,0x9b,0x0,0xff,0xd6,0x85,0x0,0xff,0xe0,0xa2,0x29,0xff,0xff,0xee,0xd7, + 0xff,0xbc,0xb9,0x9c,0xff,0x0,0x7b,0x4b,0xff,0x2a,0xab,0x7f,0xff,0x4e,0xcd,0xa4, + 0xff,0x56,0xd5,0xa8,0xff,0x4d,0xc2,0x91,0xff,0x38,0x9b,0x80,0xff,0x3d,0xa5,0x7c, + 0xff,0x4c,0xc8,0x85,0xff,0x49,0xc6,0x83,0xff,0x42,0xbe,0x72,0xff,0x3f,0xbc,0x69, + 0xff,0x45,0xc2,0x6e,0xff,0x28,0x91,0x7c,0xff,0x0,0x71,0xbb,0xff,0x0,0x6c,0xa8, + 0xff,0x1e,0x8c,0x52,0xff,0x16,0x91,0x33,0xff,0x5,0x80,0x27,0xff,0x0,0x73,0x12, + 0xff,0x0,0x68,0x0,0xff,0x0,0x6a,0x0,0xff,0x0,0x47,0x0,0xff,0x37,0x59,0x40, + 0xff,0xed,0xed,0xeb,0xff,0xf6,0xf6,0xf6,0xff,0xf9,0xf9,0xf7,0xff,0xb6,0xb5,0xb0, + 0xff,0xe8,0xe5,0xdf,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xb1,0x9c,0x6e, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x91,0x91,0x90,0xd5,0xfb,0xfa,0xfa, + 0xff,0xfd,0xff,0xfe,0xff,0xab,0xa4,0xa1,0xff,0x4b,0xa,0x0,0xff,0x78,0x2a,0x0, + 0xff,0x83,0x35,0x0,0xff,0x91,0x41,0x0,0xff,0x71,0x35,0x0,0xff,0x62,0x30,0x0, + 0xff,0x6b,0x37,0x0,0xff,0x70,0x3c,0x0,0xff,0x7d,0x48,0x0,0xff,0xb6,0x77,0x0, + 0xff,0xcc,0x86,0x0,0xff,0x9b,0x8d,0x73,0xff,0xda,0xdc,0xe0,0xff,0xa5,0xa8,0xaf, + 0xff,0x8c,0x7f,0x64,0xff,0xd7,0x9d,0x0,0xff,0xe9,0xa7,0x0,0xff,0xdf,0xa0,0x0, + 0xff,0xe3,0xa6,0x0,0xff,0xe6,0xaa,0x0,0xff,0xe4,0xa4,0x0,0xff,0xdf,0x9a,0x0, + 0xff,0xda,0x8d,0x0,0xff,0xd1,0x7a,0x0,0xff,0xdb,0x98,0x0,0xff,0xfe,0xea,0xcc, + 0xff,0xcb,0xc0,0xa2,0xff,0x10,0x79,0x4a,0xff,0x19,0xa0,0x73,0xff,0x4a,0xcb,0x9d, + 0xff,0x4b,0xc0,0x98,0xff,0xd,0x70,0xa0,0xff,0x0,0x75,0xd2,0xff,0x0,0x67,0xc2, + 0xff,0x23,0x82,0x86,0xff,0x4a,0xc7,0x7c,0xff,0x46,0xc2,0x77,0xff,0x3d,0xba,0x67, + 0xff,0x3e,0xba,0x61,0xff,0x2a,0x8d,0x9f,0xff,0xf,0xc5,0xff,0xff,0x13,0xa2,0xff, + 0xff,0x1a,0x7c,0x5a,0xff,0x13,0x8a,0x23,0xff,0x0,0x7c,0x1d,0xff,0x0,0x73,0x5, + 0xff,0x0,0x62,0x0,0xff,0x0,0x4a,0x0,0xff,0x5,0x48,0x15,0xff,0x69,0x80,0x6f, + 0xff,0xe4,0xe5,0xe2,0xff,0xf3,0xf3,0xf1,0xff,0xed,0xed,0xea,0xff,0xea,0xea,0xe7, + 0xff,0xbb,0xba,0xb7,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfc,0xff,0xb1,0x9c,0x6e, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x8c,0x8c,0x8c,0xd0,0xfa,0xfa,0xf9, + 0xff,0xfe,0xff,0xff,0xff,0x9b,0x8f,0x8b,0xff,0x4b,0x8,0x0,0xff,0x74,0x26,0x0, + 0xff,0x82,0x33,0x0,0xff,0x82,0x37,0x0,0xff,0x53,0x23,0x0,0xff,0x57,0x29,0x0, + 0xff,0x5f,0x2e,0x0,0xff,0x65,0x33,0x0,0xff,0x6d,0x3e,0x0,0xff,0x7e,0x4e,0x0, + 0xff,0x97,0x5f,0x0,0xff,0xaf,0xaa,0xa3,0xff,0xf7,0xf9,0xf9,0xff,0xd8,0xd7,0xd7, + 0xff,0xa7,0xa9,0xb0,0xff,0x8b,0x7e,0x64,0xff,0xd2,0x94,0x0,0xff,0xe8,0xa6,0x0, + 0xff,0xe4,0xa5,0x0,0xff,0xe1,0x9e,0x0,0xff,0xdc,0x92,0x0,0xff,0xd6,0x86,0x0, + 0xff,0xd3,0x80,0x0,0xff,0xd6,0x8a,0x0,0xff,0xe6,0xb5,0x67,0xff,0xf8,0xe2,0xc2, + 0xff,0xff,0xe9,0xca,0xff,0x6e,0x88,0x65,0xff,0x0,0x8b,0x5b,0xff,0x41,0xc3,0x8f, + 0xff,0x3e,0xa1,0x9a,0xff,0x0,0xa6,0xff,0xff,0x0,0xc6,0xff,0xff,0x0,0xb6,0xff, + 0xff,0xa,0x79,0xc2,0xff,0x45,0xba,0x71,0xff,0x47,0xc4,0x76,0xff,0x3d,0xb8,0x67, + 0xff,0x3b,0xb5,0x62,0xff,0x37,0xa5,0x67,0xff,0x33,0x93,0x8d,0xff,0x29,0x8a,0x72, + 0xff,0x1c,0x8b,0x31,0xff,0x10,0x84,0x23,0xff,0x0,0x71,0x1,0xff,0x0,0x4d,0x0, + 0xff,0xc,0x4a,0x1a,0xff,0x79,0x8d,0x7d,0xff,0xdb,0xdc,0xdb,0xff,0xfc,0xf9,0xfb, + 0xff,0xee,0xee,0xec,0xff,0xe5,0xe5,0xe3,0xff,0xde,0xdd,0xdb,0xff,0xe0,0xdb,0xd3, + 0xff,0xf3,0xf0,0xea,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfb,0xff,0xb2,0x9d,0x70, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x7a,0x7a,0x7a,0xb8,0xf6,0xf6,0xf4, + 0xff,0xfd,0xff,0xff,0xff,0xa1,0x97,0x93,0xff,0x45,0x6,0x0,0xff,0x71,0x22,0x0, + 0xff,0x7a,0x2c,0x0,0xff,0x53,0x1f,0x0,0xff,0x43,0x1a,0x0,0xff,0x4c,0x1f,0x0, + 0xff,0x52,0x25,0x0,0xff,0x57,0x29,0x0,0xff,0x62,0x34,0x0,0xff,0x6f,0x41,0x0, + 0xff,0x62,0x48,0xe,0xff,0xda,0xdb,0xdf,0xff,0xff,0xff,0xff,0xff,0xef,0xef,0xee, + 0xff,0xd9,0xd8,0xd8,0xff,0xa7,0xaa,0xb0,0xff,0x8c,0x7e,0x63,0xff,0xd6,0x97,0x0, + 0xff,0xe3,0x98,0x0,0xff,0xd8,0x8c,0x0,0xff,0xd2,0x7f,0x0,0xff,0xdb,0x93,0x0, + 0xff,0xe8,0xbd,0x78,0xff,0xf4,0xd7,0xac,0xff,0xff,0xe2,0xbe,0xff,0xf6,0xd7,0xb2, + 0xff,0x99,0x9d,0x7b,0xff,0x29,0x79,0x4e,0xff,0xc,0x93,0x63,0xff,0x43,0xc3,0x8f, + 0xff,0x48,0xb7,0x97,0xff,0x3e,0xac,0xdc,0xff,0x25,0xc7,0xff,0xff,0x2b,0xb4,0xff, + 0xff,0x38,0x9d,0xa5,0xff,0x45,0xbf,0x6e,0xff,0x44,0xbc,0x6e,0xff,0x3b,0xb2,0x5e, + 0xff,0x38,0xaa,0x57,0xff,0x35,0xa5,0x4e,0xff,0x2a,0x98,0x2c,0xff,0x1e,0x8e,0x12, + 0xff,0xb,0x7e,0x17,0xff,0x0,0x5b,0x0,0xff,0x19,0x54,0x24,0xff,0x83,0x93,0x86, + 0xff,0xe0,0xdf,0xdf,0xff,0xfd,0xfb,0xfb,0xff,0xf0,0xef,0xef,0xff,0xe5,0xe5,0xe2, + 0xff,0xdd,0xdd,0xdc,0xff,0xe3,0xdf,0xd9,0xff,0xf5,0xed,0xdf,0xff,0xf5,0xe7,0xcf, + 0xff,0xfb,0xf7,0xf0,0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfd,0xfb,0xff,0xb3,0x9e,0x71, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x5f,0x5f,0x60,0x81,0xe3,0xe3,0xe2, + 0xff,0xff,0xff,0xff,0xff,0xb7,0xb2,0xaf,0xff,0x43,0x6,0x0,0xff,0x67,0x1b,0x0, + 0xff,0x46,0x13,0x0,0xff,0x31,0xf,0x0,0xff,0x3b,0x15,0x0,0xff,0x41,0x19,0x0, + 0xff,0x48,0x1e,0x0,0xff,0x4c,0x22,0x0,0xff,0x55,0x2b,0x0,0xff,0x58,0x30,0x0, + 0xff,0x87,0x80,0x75,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfa,0xfc, + 0xff,0xf0,0xf0,0xef,0xff,0xd7,0xd7,0xd7,0xff,0xa6,0xa9,0xb0,0xff,0x8a,0x7b,0x62, + 0xff,0xc9,0x7e,0x0,0xff,0xd6,0x81,0x0,0xff,0xdf,0xa6,0x38,0xff,0xf0,0xce,0x9c, + 0xff,0xfa,0xd9,0xab,0xff,0xe0,0xc2,0x98,0xff,0xb1,0xa6,0x7e,0xff,0x54,0x7c,0x51, + 0xff,0x0,0x76,0x46,0xff,0x16,0x95,0x64,0xff,0x36,0xb1,0x81,0xff,0x4c,0xc9,0x95, + 0xff,0x4f,0xcf,0x93,0xff,0x47,0xb6,0x8b,0xff,0x47,0xa7,0x9b,0xff,0x44,0xa9,0x8b, + 0xff,0x46,0xbc,0x71,0xff,0x44,0xba,0x6a,0xff,0x41,0xb2,0x60,0xff,0x36,0xa6,0x4a, + 0xff,0x37,0xa0,0x46,0xff,0x31,0x9a,0x3c,0xff,0x1a,0x86,0x1b,0xff,0x0,0x60,0x0, + 0xff,0x2b,0x5f,0x34,0xff,0x8a,0x9a,0x8d,0xff,0xe2,0xe1,0xe1,0xff,0xfc,0xf9,0xfa, + 0xff,0xee,0xed,0xed,0xff,0xe3,0xe3,0xe2,0xff,0xdd,0xdb,0xdb,0xff,0xe4,0xe1,0xd9, + 0xff,0xf7,0xef,0xe1,0xff,0xff,0xf4,0xe3,0xff,0xfe,0xf3,0xe1,0xff,0xf3,0xe6,0xce, + 0xff,0xfb,0xf7,0xef,0xff,0xfe,0xfd,0xfa,0xff,0xff,0xfd,0xfb,0xff,0xb4,0x9f,0x72, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x4e,0x4e,0x4e,0x2d,0xac,0xac,0xac, + 0xfc,0xff,0xff,0xff,0xff,0xe4,0xe3,0xe2,0xff,0x3b,0x16,0x0,0xff,0x2a,0x4,0x0, + 0xff,0x1f,0x5,0x0,0xff,0x2b,0xa,0x0,0xff,0x31,0xf,0x0,0xff,0x36,0x13,0x0, + 0xff,0x3c,0x16,0x0,0xff,0x40,0x1a,0x0,0xff,0x40,0x18,0x0,0xff,0x57,0x47,0x2c, + 0xff,0xdf,0xe1,0xe4,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfb,0xfb,0xfa,0xff,0xee,0xef,0xee,0xff,0xd8,0xd7,0xd7,0xff,0xa8,0xab,0xb0, + 0xff,0x83,0x73,0x5c,0xff,0xcf,0x9d,0x49,0xff,0xf9,0xd3,0x9d,0xff,0xee,0xc8,0x94, + 0xff,0x8e,0x8d,0x5e,0xff,0x31,0x6d,0x3f,0xff,0xe,0x72,0x41,0xff,0x12,0x85,0x52, + 0xff,0x2c,0xa0,0x70,0xff,0x42,0xbc,0x89,0xff,0x4d,0xcb,0x96,0xff,0x4d,0xcb,0x93, + 0xff,0x4d,0xc9,0x8d,0xff,0x4b,0xc8,0x84,0xff,0x48,0xc3,0x77,0xff,0x47,0xbe,0x6c, + 0xff,0x43,0xb5,0x62,0xff,0x41,0xad,0x58,0xff,0x3c,0xa4,0x48,0xff,0x35,0x9c,0x39, + 0xff,0x27,0x8c,0x26,0xff,0xe,0x66,0x9,0xff,0x34,0x65,0x3a,0xff,0x95,0xa2,0x97, + 0xff,0xe8,0xe6,0xe6,0xff,0xfc,0xf9,0xf9,0xff,0xef,0xed,0xed,0xff,0xe3,0xe3,0xe0, + 0xff,0xdc,0xdc,0xd9,0xff,0xe6,0xe2,0xda,0xff,0xf7,0xf0,0xe2,0xff,0xfe,0xf5,0xe4, + 0xff,0xff,0xf4,0xe4,0xff,0xff,0xf3,0xe1,0xff,0xfc,0xf2,0xdd,0xff,0xf2,0xe4,0xcc, + 0xff,0xfb,0xf6,0xef,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfb,0xfa,0xff,0xb5,0x9f,0x74, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x64,0x64,0x64, + 0x93,0xbd,0xbd,0xbd,0xff,0x83,0x84,0x83,0xff,0x1b,0x17,0x13,0xff,0xb,0x0,0x0, + 0xff,0x1b,0x4,0x0,0xff,0x1f,0x5,0x0,0xff,0x26,0x8,0x0,0xff,0x2b,0xb,0x0, + 0xff,0x2e,0xc,0x0,0xff,0x2c,0x8,0x0,0xff,0x44,0x32,0x1c,0xff,0xc4,0xc5,0xc8, + 0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xee,0xef,0xee,0xff,0xd8,0xd7,0xd7, + 0xff,0xa7,0xaa,0xae,0xff,0x8c,0x87,0x7f,0xff,0xc8,0xa9,0x78,0xff,0x61,0x78,0x46, + 0xff,0x12,0x6c,0x38,0xff,0x23,0x89,0x57,0xff,0x34,0xa1,0x6f,0xff,0x3f,0xb4,0x81, + 0xff,0x4a,0xc6,0x91,0xff,0x4f,0xcc,0x95,0xff,0x4e,0xca,0x8f,0xff,0x4b,0xc5,0x89, + 0xff,0x4a,0xc3,0x81,0xff,0x47,0xbc,0x75,0xff,0x45,0xb6,0x6a,0xff,0x43,0xaf,0x5c, + 0xff,0x40,0xa8,0x4e,0xff,0x3e,0xa3,0x42,0xff,0x27,0x8a,0x1b,0xff,0x17,0x6a,0x8, + 0xff,0x3f,0x6c,0x44,0xff,0x9c,0xa8,0x9d,0xff,0xea,0xe8,0xe9,0xff,0xfa,0xf7,0xf7, + 0xff,0xeb,0xea,0xea,0xff,0xe2,0xe2,0xe0,0xff,0xdd,0xdb,0xda,0xff,0xe6,0xe2,0xdb, + 0xff,0xf9,0xf2,0xe4,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf5,0xe5,0xff,0xfe,0xf4,0xe3, + 0xff,0xff,0xf3,0xe1,0xff,0xfd,0xf3,0xdf,0xff,0xfc,0xf1,0xdc,0xff,0xf1,0xe3,0xca, + 0xff,0xfb,0xf6,0xee,0xff,0xff,0xfb,0xfa,0xff,0xfd,0xfb,0xf8,0xff,0xb5,0xa0,0x74, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x57,0x57,0x57, + 0x9,0x4d,0x4d,0x4d,0xb0,0x34,0x34,0x34,0xff,0x28,0x29,0x27,0xff,0x5,0x1,0x0, + 0xff,0xc,0x0,0x0,0xff,0x11,0x1,0x0,0xff,0x15,0x2,0x0,0xff,0x15,0x2,0x0, + 0xff,0x22,0xa,0x0,0xff,0x5d,0x53,0x4a,0xff,0xce,0xcf,0xd1,0xff,0xff,0xff,0xff, + 0xff,0xfb,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfa,0xfb,0xff,0xee,0xee,0xee, + 0xff,0xd8,0xd8,0xd7,0xff,0xab,0xa9,0xaa,0xff,0x6d,0x6f,0x69,0xff,0x25,0x6f,0x3f, + 0xff,0x30,0x96,0x5d,0xff,0x42,0xb4,0x80,0xff,0x4b,0xc7,0x90,0xff,0x4f,0xcb,0x93, + 0xff,0x4e,0xcb,0x8f,0xff,0x4c,0xc7,0x89,0xff,0x4a,0xc2,0x81,0xff,0x48,0xbd,0x79, + 0xff,0x46,0xb6,0x6c,0xff,0x44,0xaf,0x5f,0xff,0x42,0xa9,0x50,0xff,0x41,0xa4,0x40, + 0xff,0x2f,0x8e,0x22,0xff,0x1a,0x69,0x4,0xff,0x47,0x6f,0x49,0xff,0xa4,0xaf,0xa5, + 0xff,0xec,0xe9,0xea,0xff,0xf9,0xf6,0xf8,0xff,0xeb,0xea,0xe9,0xff,0xe1,0xe1,0xde, + 0xff,0xdc,0xdb,0xd8,0xff,0xe8,0xe4,0xdb,0xff,0xfa,0xf3,0xe6,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe7,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf4,0xe4,0xff,0xff,0xf3,0xe1, + 0xff,0xfc,0xf2,0xdf,0xff,0xfc,0xf1,0xdc,0xff,0xfa,0xee,0xd9,0xff,0xf0,0xe1,0xc8, + 0xff,0xfb,0xf5,0xed,0xff,0xfe,0xfc,0xf9,0xff,0xfd,0xfa,0xf7,0xff,0xb6,0xa2,0x76, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x5c,0x5c,0x5c,0x7,0x67,0x66,0x65,0xac,0x5d,0x5e,0x5d,0xff,0x38,0x37,0x35, + 0xff,0x1e,0x15,0x12,0xff,0x23,0x16,0x11,0xff,0x39,0x2e,0x29,0xff,0x66,0x61,0x5c, + 0xff,0xae,0xae,0xae,0xff,0xf0,0xf0,0xf1,0xff,0xff,0xfd,0xfd,0xff,0xf7,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfb,0xfb, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfa,0xfb, + 0xff,0xee,0xef,0xee,0xff,0xd7,0xd7,0xd7,0xff,0xae,0xab,0xab,0xff,0x6f,0x7a,0x71, + 0xff,0x45,0xad,0x78,0xff,0x4b,0xcd,0x90,0xff,0x4c,0xc9,0x8b,0xff,0x4a,0xc5,0x86, + 0xff,0x48,0xc0,0x7d,0xff,0x45,0xba,0x73,0xff,0x44,0xb4,0x68,0xff,0x42,0xad,0x5c, + 0xff,0x43,0xa8,0x4f,0xff,0x41,0xa3,0x3f,0xff,0x30,0x8d,0x1f,0xff,0x1f,0x68,0x14, + 0xff,0x4d,0x73,0x4f,0xff,0xac,0xb5,0xac,0xff,0xee,0xec,0xec,0xff,0xf8,0xf5,0xf6, + 0xff,0xe8,0xe8,0xe7,0xff,0xe0,0xe0,0xdd,0xff,0xdc,0xda,0xd8,0xff,0xe9,0xe5,0xdd, + 0xff,0xfa,0xf3,0xe7,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf5,0xe5,0xff,0xfe,0xf4,0xe3,0xff,0xff,0xf4,0xe2,0xff,0xfd,0xf3,0xde, + 0xff,0xfb,0xf0,0xdb,0xff,0xfb,0xee,0xda,0xff,0xfa,0xec,0xd7,0xff,0xef,0xdf,0xc4, + 0xff,0xfb,0xf5,0xec,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xf9,0xf5,0xff,0xb7,0xa2,0x75, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x6e,0x6a,0x69,0x4,0x81,0x80,0x7e,0xa1,0xb0,0xb0,0xae, + 0xff,0xc7,0xc8,0xc8,0xff,0xd8,0xd9,0xd9,0xff,0xec,0xed,0xef,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfa,0xf9,0xf9,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf7,0xf7,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfb,0xfb,0xfa,0xff,0xef,0xf0,0xee,0xff,0xd7,0xd7,0xd7,0xff,0xae,0xa8,0xaa, + 0xff,0x73,0x82,0x78,0xff,0x46,0xb5,0x78,0xff,0x42,0xc3,0x77,0xff,0x43,0xb9,0x6f, + 0xff,0x42,0xb2,0x64,0xff,0x41,0xac,0x56,0xff,0x41,0xa5,0x49,0xff,0x3d,0x9f,0x37, + 0xff,0x2b,0x86,0x10,0xff,0x21,0x67,0xc,0xff,0x51,0x74,0x52,0xff,0xb0,0xb7,0xb0, + 0xff,0xf1,0xee,0xef,0xff,0xf7,0xf4,0xf5,0xff,0xe9,0xe8,0xe7,0xff,0xdf,0xdf,0xde, + 0xff,0xdc,0xdb,0xd7,0xff,0xe9,0xe5,0xdc,0xff,0xfb,0xf3,0xe7,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe5,0xff,0xfe,0xf5,0xe4, + 0xff,0xff,0xf5,0xe4,0xff,0xfe,0xf3,0xe1,0xff,0xfd,0xf3,0xde,0xff,0xfb,0xf0,0xdb, + 0xff,0xfb,0xee,0xda,0xff,0xfa,0xeb,0xd7,0xff,0xf9,0xe9,0xd3,0xff,0xed,0xdc,0xc1, + 0xff,0xfb,0xf5,0xeb,0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xb8,0xa2,0x76, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6a,0x67,0x66,0x3,0x81,0x80,0x7f, + 0x9e,0xc2,0xc1,0xc0,0xff,0xee,0xee,0xee,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfa,0xfa,0xfa,0xff,0xf7,0xf7,0xf7,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf6,0xf6,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfb,0xfa,0xfb,0xff,0xee,0xee,0xee,0xff,0xd8,0xd8,0xd8, + 0xff,0xaf,0xa7,0xaa,0xff,0x71,0x7d,0x72,0xff,0x45,0xa5,0x61,0xff,0x41,0xb2,0x59, + 0xff,0x43,0xa7,0x4c,0xff,0x40,0xa0,0x38,0xff,0x2e,0x86,0x14,0xff,0x22,0x66,0xf, + 0xff,0x59,0x78,0x58,0xff,0xb6,0xbc,0xb5,0xff,0xf1,0xed,0xed,0xff,0xf5,0xf4,0xf2, + 0xff,0xe7,0xe7,0xe5,0xff,0xde,0xde,0xdc,0xff,0xdc,0xdb,0xd6,0xff,0xeb,0xe6,0xdc, + 0xff,0xfc,0xf5,0xe6,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe9,0xff,0xff,0xf7,0xe6, + 0xff,0xff,0xf8,0xe7,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf4,0xe0,0xff,0xfd,0xf3,0xde,0xff,0xfb,0xf0,0xdb,0xff,0xfb,0xed,0xda, + 0xff,0xfa,0xec,0xd7,0xff,0xf8,0xe9,0xd3,0xff,0xf5,0xe6,0xcf,0xff,0xeb,0xd9,0xbe, + 0xff,0xfa,0xf3,0xea,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf8,0xf2,0xff,0xb9,0xa3,0x78, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x7f,0x7d,0x7d,0x96,0xba,0xb9,0xb9,0xff,0xe7,0xe6,0xe6,0xff,0xfb,0xfa,0xfa, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfa,0xfa,0xfa,0xff,0xf8,0xf7,0xf7, + 0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf7,0xf7, + 0xff,0xf9,0xf9,0xf9,0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xef,0xef,0xee, + 0xff,0xd7,0xd7,0xd7,0xff,0xaf,0xa9,0xab,0xff,0x72,0x7a,0x71,0xff,0x41,0x91,0x3e, + 0xff,0x2f,0x8b,0x11,0xff,0x1f,0x64,0x3,0xff,0x59,0x76,0x58,0xff,0xb9,0xbe,0xb9, + 0xff,0xf1,0xee,0xf1,0xff,0xf4,0xf2,0xf2,0xff,0xe5,0xe4,0xe4,0xff,0xde,0xdd,0xdc, + 0xff,0xdc,0xda,0xd6,0xff,0xec,0xe7,0xde,0xff,0xfc,0xf4,0xe7,0xff,0xff,0xf7,0xe7, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf5,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf3,0xe0, + 0xff,0xfd,0xf2,0xde,0xff,0xfc,0xf0,0xdc,0xff,0xfb,0xee,0xd9,0xff,0xfa,0xec,0xd7, + 0xff,0xf9,0xea,0xd3,0xff,0xf6,0xe7,0xce,0xff,0xf5,0xe4,0xcb,0xff,0xea,0xd7,0xb8, + 0xff,0xf9,0xf2,0xe9,0xff,0xfd,0xf8,0xf2,0xff,0xfb,0xf6,0xf1,0xff,0xb9,0xa4,0x79, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7f,0x7e,0x7c,0x91,0xbc,0xbb,0xbb,0xff,0xe8,0xe6,0xe8, + 0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfa,0xfa,0xfa, + 0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfd,0xfc,0xfc, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xf9, + 0xff,0xef,0xf0,0xef,0xff,0xd8,0xd7,0xd7,0xff,0xb0,0xab,0xac,0xff,0x6a,0x72,0x65, + 0xff,0x48,0x6a,0x46,0xff,0xb3,0xbc,0xb3,0xff,0xf3,0xf0,0xf0,0xff,0xf3,0xf1,0xf1, + 0xff,0xe5,0xe4,0xe3,0xff,0xdd,0xdc,0xdb,0xff,0xdc,0xd9,0xd6,0xff,0xed,0xe7,0xde, + 0xff,0xfd,0xf5,0xe6,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf6,0xe7, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf5,0xe3,0xff,0xfe,0xf4,0xe1,0xff,0xff,0xf3,0xe0,0xff,0xfd,0xf2,0xde, + 0xff,0xfc,0xf0,0xdb,0xff,0xfa,0xed,0xd9,0xff,0xf9,0xeb,0xd6,0xff,0xf9,0xea,0xd4, + 0xff,0xf6,0xe7,0xcd,0xff,0xf5,0xe3,0xca,0xff,0xf3,0xe1,0xc6,0xff,0xe7,0xd3,0xb3, + 0xff,0xfa,0xf1,0xe6,0xff,0xfb,0xf6,0xf0,0xff,0xfb,0xf5,0xee,0xff,0xba,0xa5,0x7a, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x81,0x7f,0x7d,0x8a,0xbb,0xba,0xba, + 0xff,0xe7,0xe6,0xe8,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd, + 0xff,0xfb,0xfb,0xfb,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf7,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfb,0xfa,0xfb,0xff,0xf0,0xf0,0xee,0xff,0xd7,0xd7,0xd7,0xff,0xab,0xa9,0xa9, + 0xff,0x8a,0x86,0x88,0xff,0xdb,0xd8,0xd8,0xff,0xeb,0xea,0xea,0xff,0xdd,0xdd,0xdb, + 0xff,0xde,0xda,0xd5,0xff,0xed,0xe7,0xdc,0xff,0xfd,0xf5,0xe4,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf7,0xe5,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf4,0xe2,0xff,0xff,0xf2,0xdf,0xff,0xfd,0xf2,0xdd,0xff,0xfc,0xf0,0xdb, + 0xff,0xfb,0xee,0xd9,0xff,0xf9,0xeb,0xd5,0xff,0xf9,0xe9,0xd3,0xff,0xf6,0xe5,0xce, + 0xff,0xf5,0xe3,0xca,0xff,0xf3,0xe1,0xc5,0xff,0xf0,0xdc,0xbf,0xff,0xe5,0xcf,0xb0, + 0xff,0xf9,0xf1,0xe4,0xff,0xfb,0xf5,0xee,0xff,0xfa,0xf4,0xec,0xff,0xbc,0xa7,0x7b, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x83,0x81,0x7f, + 0x84,0xba,0xb9,0xb9,0xff,0xe8,0xe7,0xe7,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfd,0xfd,0xff,0xfa,0xfa,0xfa,0xff,0xf7,0xf6,0xf6,0xff,0xf4,0xf3,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6,0xff,0xf9,0xf8,0xf8,0xff,0xf9,0xf9,0xf9, + 0xff,0xfc,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xef,0xef,0xee,0xff,0xd8,0xd7,0xd7, + 0xff,0xa9,0xa8,0xa6,0xff,0x82,0x80,0x7f,0xff,0xc8,0xc5,0xc1,0xff,0xf1,0xe9,0xdc, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf3,0xe0, + 0xff,0xff,0xf2,0xdf,0xff,0xfc,0xf1,0xdc,0xff,0xfb,0xef,0xd9,0xff,0xfa,0xed,0xd8, + 0xff,0xfa,0xeb,0xd5,0xff,0xf9,0xe9,0xd2,0xff,0xf6,0xe6,0xce,0xff,0xf5,0xe4,0xc9, + 0xff,0xf3,0xe1,0xc5,0xff,0xf0,0xdd,0xbf,0xff,0xed,0xd8,0xba,0xff,0xe1,0xcb,0xaa, + 0xff,0xf9,0xf0,0xe2,0xff,0xfb,0xf5,0xec,0xff,0xfa,0xf2,0xea,0xff,0xbb,0xa7,0x7b, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x86,0x85,0x83,0x81,0xba,0xb9,0xb9,0xff,0xe8,0xe8,0xe8,0xff,0xfa,0xfa,0xfa, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xfa,0xfa,0xfa,0xff,0xf7,0xf6,0xf6, + 0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf7,0xf7, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfb,0xfb,0xff,0xfe,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfa,0xff,0xee,0xee,0xee, + 0xff,0xd8,0xd7,0xd7,0xff,0xaa,0xa9,0xa7,0xff,0x8a,0x86,0x82,0xff,0xeb,0xe2,0xd3, + 0xff,0xff,0xf5,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf3,0xe2,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xde, + 0xff,0xfd,0xf2,0xdb,0xff,0xfc,0xef,0xd9,0xff,0xfa,0xed,0xd7,0xff,0xf9,0xea,0xd5, + 0xff,0xf8,0xe8,0xd1,0xff,0xf6,0xe6,0xce,0xff,0xf5,0xe4,0xc9,0xff,0xf4,0xe1,0xc5, + 0xff,0xf0,0xdd,0xbf,0xff,0xee,0xd8,0xbb,0xff,0xeb,0xd3,0xb6,0xff,0xdf,0xc7,0xa4, + 0xff,0xf8,0xee,0xe1,0xff,0xfb,0xf2,0xea,0xff,0xf9,0xf1,0xe8,0xff,0xbc,0xa8,0x7e, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x86,0x85,0x83,0x75,0xba,0xb9,0xb9,0xff,0xe8,0xe7,0xe7, + 0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfa,0xfa,0xfa, + 0xff,0xf7,0xf6,0xf6,0xff,0xf4,0xf3,0xf3,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6, + 0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfc,0xfc, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb, + 0xff,0xee,0xef,0xee,0xff,0xd7,0xd7,0xd7,0xff,0xac,0xab,0xab,0xff,0x7e,0x7c,0x79, + 0xff,0xde,0xd6,0xc5,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf3,0xe0,0xff,0xff,0xf3,0xde,0xff,0xff,0xf3,0xdc,0xff,0xfd,0xf1,0xda, + 0xff,0xfc,0xef,0xd9,0xff,0xfb,0xec,0xd8,0xff,0xfa,0xeb,0xd5,0xff,0xf8,0xe8,0xd0, + 0xff,0xf6,0xe6,0xcd,0xff,0xf5,0xe4,0xc9,0xff,0xf3,0xe1,0xc5,0xff,0xf0,0xdc,0xbf, + 0xff,0xee,0xd8,0xb9,0xff,0xeb,0xd3,0xb5,0xff,0xe8,0xd1,0xae,0xff,0xdc,0xc2,0x9e, + 0xff,0xf8,0xec,0xdf,0xff,0xfa,0xf2,0xe8,0xff,0xfa,0xf0,0xe6,0xff,0xbd,0xa8,0x7d, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x86,0x85,0x85,0x73,0xba,0xb8,0xb8, + 0xff,0xe7,0xe6,0xe6,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe, + 0xff,0xfa,0xfa,0xfa,0xff,0xf8,0xf7,0xf7,0xff,0xf4,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfa,0xfa, + 0xff,0xfc,0xfb,0xfb,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfb,0xfa,0xfa,0xff,0xef,0xef,0xed,0xff,0xd6,0xd6,0xd6,0xff,0xae,0xad,0xab, + 0xff,0x81,0x7e,0x7b,0xff,0xdf,0xd7,0xc6,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf6,0xe1,0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xe0,0xff,0xff,0xf3,0xde, + 0xff,0xff,0xf2,0xdd,0xff,0xff,0xf1,0xdc,0xff,0xfd,0xf1,0xdb,0xff,0xfc,0xef,0xd8, + 0xff,0xfb,0xed,0xd7,0xff,0xfa,0xeb,0xd4,0xff,0xf9,0xe9,0xd0,0xff,0xf6,0xe6,0xcc, + 0xff,0xf5,0xe3,0xc8,0xff,0xf4,0xe0,0xc4,0xff,0xf0,0xdc,0xbf,0xff,0xed,0xd8,0xb9, + 0xff,0xea,0xd3,0xb3,0xff,0xe8,0xd0,0xad,0xff,0xe5,0xcb,0xa7,0xff,0xd9,0xbe,0x99, + 0xff,0xf7,0xec,0xdd,0xff,0xf9,0xef,0xe5,0xff,0xf8,0xee,0xe2,0xff,0xbe,0xa9,0x7e, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x89,0x88,0x88, + 0x69,0xbb,0xba,0xba,0xff,0xe8,0xe8,0xe6,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfd,0xfd,0xff,0xfb,0xfb,0xfb,0xff,0xf7,0xf7,0xf7,0xff,0xf6,0xf5,0xf5, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf8,0xf7,0xf7,0xff,0xfa,0xfa,0xfa, + 0xff,0xfb,0xfb,0xfb,0xff,0xfc,0xfb,0xfb,0xff,0xfe,0xfd,0xfd,0xff,0xff,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfe,0xff,0xfa,0xf9,0xf9,0xff,0xee,0xee,0xed,0xff,0xd5,0xd5,0xd5, + 0xff,0xac,0xac,0xaa,0xff,0x80,0x7d,0x7a,0xff,0xdf,0xd6,0xc5,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf5,0xe0,0xff,0xff,0xf4,0xde,0xff,0xff,0xf2,0xdd,0xff,0xff,0xf2,0xdc, + 0xff,0xff,0xf1,0xdb,0xff,0xfd,0xf1,0xd9,0xff,0xfc,0xef,0xd9,0xff,0xfb,0xec,0xd6, + 0xff,0xf9,0xea,0xd2,0xff,0xf9,0xe8,0xd0,0xff,0xf6,0xe5,0xcb,0xff,0xf5,0xe3,0xc9, + 0xff,0xf3,0xe0,0xc4,0xff,0xf0,0xdc,0xbe,0xff,0xee,0xd8,0xb9,0xff,0xeb,0xd3,0xb4, + 0xff,0xe7,0xcf,0xac,0xff,0xe5,0xca,0xa6,0xff,0xe2,0xc5,0x9f,0xff,0xd6,0xb8,0x91, + 0xff,0xf7,0xea,0xdb,0xff,0xf9,0xef,0xe2,0xff,0xf8,0xed,0xe0,0xff,0xbe,0xaa,0x7f, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xb9,0xac,0x95,0xff,0xbc,0xbb,0xb9,0xff,0xe8,0xe7,0xe7,0xff,0xfa,0xfa,0xfa, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xfa,0xfa,0xfa,0xff,0xf7,0xf6,0xf6, + 0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf8,0xf7,0xf7,0xff,0xf8,0xf8,0xf8, + 0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfc,0xfc, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xf9,0xf9,0xf9,0xff,0xec,0xec,0xec, + 0xff,0xd4,0xd3,0xd3,0xff,0xab,0xaa,0xa7,0xff,0x7f,0x7c,0x79,0xff,0xdf,0xd6,0xc4, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf2,0xdc,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf2,0xda, + 0xff,0xfd,0xf1,0xd8,0xff,0xfb,0xee,0xd6,0xff,0xfb,0xed,0xd5,0xff,0xfa,0xeb,0xd3, + 0xff,0xf9,0xe8,0xcf,0xff,0xf6,0xe5,0xcc,0xff,0xf5,0xe3,0xc7,0xff,0xf4,0xe0,0xc3, + 0xff,0xf0,0xdc,0xbe,0xff,0xed,0xd8,0xb8,0xff,0xeb,0xd3,0xb4,0xff,0xe8,0xcf,0xad, + 0xff,0xe5,0xcb,0xa7,0xff,0xe2,0xc5,0x9f,0xff,0xde,0xc0,0x98,0xff,0xd3,0xb3,0x8b, + 0xff,0xf5,0xe8,0xd6,0xff,0xf8,0xed,0xe0,0xff,0xf8,0xeb,0xdd,0xff,0xbf,0xab,0x81, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd8,0xc5,0x9e,0xff,0xd5,0xd5,0xd3,0xff,0xbb,0xba,0xba,0xff,0xe8,0xe7,0xe7, + 0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfa,0xfa,0xfa, + 0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6, + 0xff,0xf8,0xf7,0xf7,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfb,0xfb, + 0xff,0xfc,0xfb,0xfd,0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfc,0xfc,0xff,0xf7,0xf6,0xf6, + 0xff,0xea,0xea,0xe8,0xff,0xd1,0xd0,0xd0,0xff,0xa7,0xa5,0xa5,0xff,0x7d,0x7a,0x76, + 0xff,0xee,0xe3,0xcf,0xff,0xff,0xf1,0xdb,0xff,0xff,0xf0,0xd8,0xff,0xfd,0xef,0xd8, + 0xff,0xfc,0xee,0xd6,0xff,0xfb,0xeb,0xd4,0xff,0xf9,0xe9,0xd2,0xff,0xf9,0xe7,0xce, + 0xff,0xf6,0xe5,0xca,0xff,0xf5,0xe2,0xc6,0xff,0xf3,0xe0,0xc2,0xff,0xf0,0xdc,0xbc, + 0xff,0xee,0xd8,0xb8,0xff,0xeb,0xd4,0xb4,0xff,0xe7,0xcf,0xac,0xff,0xe4,0xca,0xa6, + 0xff,0xe2,0xc5,0x9f,0xff,0xde,0xc0,0x98,0xff,0xda,0xb9,0x90,0xff,0xcd,0xac,0x84, + 0xff,0xf5,0xe7,0xd5,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xe9,0xda,0xff,0xc1,0xac,0x81, + 0xff,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd8,0xc5,0xa0,0xff,0xff,0xff,0xff,0xff,0xd8,0xd6,0xd6,0xff,0xbd,0xbc,0xbc, + 0xff,0xe7,0xe7,0xe7,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd, + 0xff,0xfb,0xfb,0xfb,0xff,0xf7,0xf7,0xf7,0xff,0xf5,0xf4,0xf4,0xff,0xf5,0xf4,0xf4, + 0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xf9,0xf9,0xff,0xfa,0xfa,0xfa,0xff,0xfa,0xfa,0xfa,0xff,0xf9,0xf9,0xf8, + 0xff,0xf4,0xf3,0xf3,0xff,0xe6,0xe5,0xe5,0xff,0xcc,0xcc,0xcb,0xff,0xa1,0xa0,0x9f, + 0xff,0xd3,0xca,0xba,0xff,0xff,0xf0,0xd7,0xff,0xfc,0xef,0xd6,0xff,0xfc,0xee,0xd5, + 0xff,0xfb,0xec,0xd3,0xff,0xfa,0xea,0xd0,0xff,0xf9,0xe8,0xcd,0xff,0xf6,0xe5,0xca, + 0xff,0xf5,0xe3,0xc5,0xff,0xf3,0xe0,0xc0,0xff,0xf1,0xdb,0xbe,0xff,0xee,0xd7,0xb8, + 0xff,0xea,0xd3,0xb2,0xff,0xe8,0xd0,0xac,0xff,0xe5,0xca,0xa5,0xff,0xe2,0xc5,0x9e, + 0xff,0xde,0xbf,0x98,0xff,0xda,0xba,0x90,0xff,0xd6,0xb4,0x89,0xff,0xc9,0xa6,0x7c, + 0xff,0xf5,0xe5,0xd1,0xff,0xf7,0xe8,0xd9,0xff,0xf6,0xe7,0xd6,0xff,0xc1,0xad,0x82, + 0xff,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd8,0xc6,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xdd,0xdc,0xdc, + 0xff,0xbc,0xba,0xba,0xff,0xe7,0xe7,0xe7,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xfa,0xfa,0xfa,0xff,0xf7,0xf6,0xf6,0xff,0xf4,0xf3,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6,0xff,0xf7,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf7,0xf7,0xff,0xf7,0xf7,0xf7,0xff,0xf8,0xf8,0xf6, + 0xff,0xf5,0xf4,0xf4,0xff,0xed,0xed,0xec,0xff,0xe0,0xdf,0xdf,0xff,0xc4,0xc4,0xc3, + 0xff,0xd3,0xcb,0xbf,0xff,0xfc,0xef,0xd5,0xff,0xfc,0xee,0xd5,0xff,0xfb,0xec,0xd3, + 0xff,0xfa,0xea,0xcf,0xff,0xf9,0xe7,0xcd,0xff,0xf6,0xe5,0xc9,0xff,0xf5,0xe2,0xc5, + 0xff,0xf4,0xdf,0xc2,0xff,0xf0,0xdb,0xbc,0xff,0xed,0xd7,0xb6,0xff,0xeb,0xd3,0xb2, + 0xff,0xe8,0xcf,0xab,0xff,0xe5,0xca,0xa5,0xff,0xe2,0xc4,0x9f,0xff,0xde,0xbf,0x97, + 0xff,0xda,0xb9,0x90,0xff,0xd5,0xb3,0x88,0xff,0xd0,0xac,0x80,0xff,0xc4,0xa0,0x73, + 0xff,0xf4,0xe3,0xce,0xff,0xf6,0xe7,0xd6,0xff,0xf5,0xe4,0xd2,0xff,0xc1,0xac,0x83, + 0xff,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd9,0xc6,0x9f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xd6,0xcc,0xbb,0xff,0xbe,0xbd,0xbb,0xff,0xe7,0xe7,0xe7,0xff,0xfa,0xfa,0xfa, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfb,0xfa,0xfa,0xff,0xf7,0xf6,0xf6, + 0xff,0xf5,0xf4,0xf4,0xff,0xf4,0xf2,0xf2,0xff,0xf4,0xf3,0xf3,0xff,0xf5,0xf4,0xf4, + 0xff,0xf5,0xf4,0xf3,0xff,0xf4,0xf4,0xf3,0xff,0xf5,0xf4,0xf4,0xff,0xf3,0xf2,0xf2, + 0xff,0xf2,0xf1,0xf1,0xff,0xef,0xef,0xed,0xff,0xe7,0xe7,0xe6,0xff,0xd7,0xd6,0xd4, + 0xff,0xde,0xd6,0xc8,0xff,0xfc,0xec,0xd3,0xff,0xfb,0xeb,0xd2,0xff,0xfa,0xe8,0xcf, + 0xff,0xf9,0xe7,0xcb,0xff,0xf6,0xe5,0xc7,0xff,0xf5,0xe2,0xc5,0xff,0xf3,0xdf,0xbf, + 0xff,0xf0,0xdb,0xbc,0xff,0xed,0xd7,0xb6,0xff,0xeb,0xd3,0xb1,0xff,0xe8,0xcf,0xab, + 0xff,0xe5,0xc9,0xa5,0xff,0xe2,0xc5,0x9f,0xff,0xdf,0xbf,0x97,0xff,0xdb,0xba,0x8f, + 0xff,0xd6,0xb4,0x87,0xff,0xd0,0xac,0x7f,0xff,0xcd,0xa6,0x77,0xff,0xc1,0x9a,0x6c, + 0xff,0xf3,0xe1,0xcb,0xff,0xf5,0xe5,0xd3,0xff,0xf4,0xe3,0xce,0xff,0xca,0xb8,0x92, + 0xff,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xe6,0xcd,0xff,0xe2,0xd7,0xc2,0xff,0xbe,0xbd,0xba,0xff,0xe6,0xe6,0xe6, + 0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xfd,0xfc,0xfc,0xff,0xf9,0xf9,0xf9, + 0xff,0xf5,0xf5,0xf4,0xff,0xf2,0xf1,0xf1,0xff,0xf2,0xf1,0xf1,0xff,0xf3,0xf2,0xf2, + 0xff,0xf2,0xf1,0xf1,0xff,0xf1,0xf0,0xf0,0xff,0xf1,0xf1,0xf0,0xff,0xef,0xee,0xed, + 0xff,0xec,0xeb,0xeb,0xff,0xeb,0xea,0xea,0xff,0xe6,0xe5,0xe3,0xff,0xdc,0xdb,0xd9, + 0xff,0xe7,0xde,0xce,0xff,0xfb,0xeb,0xd0,0xff,0xfa,0xe9,0xce,0xff,0xf9,0xe6,0xca, + 0xff,0xf6,0xe5,0xc7,0xff,0xf5,0xe2,0xc3,0xff,0xf4,0xdf,0xc0,0xff,0xf0,0xdb,0xba, + 0xff,0xed,0xd7,0xb5,0xff,0xeb,0xd2,0xb0,0xff,0xe7,0xcf,0xa9,0xff,0xe5,0xc9,0xa4, + 0xff,0xe2,0xc5,0x9e,0xff,0xde,0xbe,0x97,0xff,0xda,0xb9,0x8e,0xff,0xd5,0xb3,0x87, + 0xff,0xd0,0xac,0x7f,0xff,0xcc,0xa5,0x76,0xff,0xc8,0x9f,0x6e,0xff,0xbc,0x92,0x62, + 0xff,0xf2,0xdf,0xc8,0xff,0xf4,0xe3,0xce,0xff,0xf2,0xe1,0xca,0xff,0xf3,0xe6,0xce, + 0xdf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd8,0xc6,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xe6,0xcd,0xff,0xff,0xf0,0xd2,0xff,0xe5,0xd9,0xc3,0xff,0xc0,0xbd,0xbb, + 0xff,0xe6,0xe6,0xe6,0xff,0xfa,0xfa,0xfa,0xff,0xfe,0xfe,0xfe,0xff,0xfc,0xfb,0xfb, + 0xff,0xf9,0xf8,0xf8,0xff,0xf3,0xf2,0xf2,0xff,0xf0,0xee,0xee,0xff,0xf0,0xee,0xee, + 0xff,0xf0,0xee,0xee,0xff,0xed,0xec,0xec,0xff,0xec,0xeb,0xea,0xff,0xeb,0xe9,0xe9, + 0xff,0xe7,0xe6,0xe5,0xff,0xe5,0xe3,0xe2,0xff,0xe0,0xde,0xdd,0xff,0xd9,0xd8,0xd6, + 0xff,0xf0,0xe4,0xcf,0xff,0xfa,0xe9,0xcd,0xff,0xf9,0xe6,0xca,0xff,0xf6,0xe4,0xc6, + 0xff,0xf6,0xe2,0xc2,0xff,0xf3,0xde,0xbf,0xff,0xf0,0xda,0xb9,0xff,0xed,0xd6,0xb4, + 0xff,0xeb,0xd2,0xb0,0xff,0xe8,0xcf,0xa8,0xff,0xe5,0xca,0xa4,0xff,0xe2,0xc5,0x9d, + 0xff,0xde,0xbf,0x96,0xff,0xe3,0xcb,0xab,0xff,0xe1,0xc6,0xa7,0xff,0xdd,0xc2,0xa2, + 0xff,0xda,0xbe,0x9b,0xff,0xd6,0xb7,0x94,0xff,0xd2,0xb2,0x8e,0xff,0xcd,0xb1,0x91, + 0xff,0xf8,0xee,0xe2,0xff,0xfd,0xf7,0xed,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf0,0xd6, + 0x50,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xe5,0xcc,0xff,0xff,0xf0,0xd2,0xff,0xff,0xf0,0xd2,0xff,0xe7,0xdb,0xc3, + 0xff,0xbf,0xbd,0xbb,0xff,0xe6,0xe6,0xe6,0xff,0xf9,0xf8,0xf8,0xff,0xfe,0xfe,0xfe, + 0xff,0xfc,0xfb,0xfb,0xff,0xf6,0xf5,0xf5,0xff,0xf0,0xef,0xef,0xff,0xed,0xec,0xec, + 0xff,0xeb,0xea,0xea,0xff,0xea,0xe9,0xe7,0xff,0xe8,0xe7,0xe5,0xff,0xe5,0xe4,0xe3, + 0xff,0xe1,0xe1,0xe0,0xff,0xdd,0xdc,0xda,0xff,0xd8,0xd6,0xd5,0xff,0xd6,0xd3,0xce, + 0xff,0xf8,0xe7,0xcc,0xff,0xf9,0xe6,0xc8,0xff,0xf6,0xe3,0xc4,0xff,0xf5,0xe2,0xc1, + 0xff,0xf3,0xde,0xbd,0xff,0xf1,0xda,0xba,0xff,0xed,0xd6,0xb4,0xff,0xea,0xd2,0xae, + 0xff,0xe8,0xd0,0xa9,0xff,0xe5,0xc9,0xa2,0xff,0xe2,0xc5,0x9c,0xff,0xde,0xbe,0x95, + 0xff,0xdb,0xb9,0x8e,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfd,0xf7,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf0,0xd4,0x60,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xda,0xc7,0xa0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xe6,0xcc,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd2, + 0xff,0xe9,0xdc,0xc5,0xff,0xc1,0xbe,0xbb,0xff,0xe4,0xe4,0xe4,0xff,0xf8,0xf7,0xf7, + 0xff,0xfb,0xfb,0xfa,0xff,0xf7,0xf7,0xf6,0xff,0xf2,0xf1,0xf1,0xff,0xed,0xec,0xec, + 0xff,0xe8,0xe7,0xe7,0xff,0xe6,0xe4,0xe4,0xff,0xe2,0xe1,0xe0,0xff,0xdf,0xde,0xdd, + 0xff,0xdb,0xda,0xd7,0xff,0xd6,0xd4,0xd3,0xff,0xcf,0xcd,0xca,0xff,0xe6,0xdb,0xc7, + 0xff,0xf9,0xe6,0xc7,0xff,0xf6,0xe4,0xc3,0xff,0xf5,0xe2,0xc0,0xff,0xf3,0xdd,0xbd, + 0xff,0xf1,0xda,0xb8,0xff,0xee,0xd6,0xb3,0xff,0xea,0xd2,0xae,0xff,0xe8,0xcf,0xa8, + 0xff,0xe5,0xc8,0xa2,0xff,0xe2,0xc3,0x9c,0xff,0xde,0xbe,0x94,0xff,0xda,0xb8,0x8d, + 0xff,0xd5,0xb2,0x86,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xff,0xff,0xfb,0xf3, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf4,0xde,0xff,0xff,0xf2,0xd9, + 0xff,0xff,0xf5,0xe0,0xff,0xff,0xf0,0xd4,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xda,0xc7,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xe6,0xcd,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xeb,0xde,0xc4,0xff,0xbe,0xbc,0xba,0xff,0xe2,0xe1,0xe1, + 0xff,0xf4,0xf3,0xf3,0xff,0xf8,0xf8,0xf6,0xff,0xf3,0xf2,0xf2,0xff,0xec,0xeb,0xeb, + 0xff,0xe7,0xe6,0xe5,0xff,0xe1,0xdf,0xde,0xff,0xdc,0xdb,0xda,0xff,0xd8,0xd6,0xd5, + 0xff,0xd4,0xd1,0xcf,0xff,0xcd,0xcb,0xc8,0xff,0xd8,0xd0,0xc4,0xff,0xf9,0xe5,0xc7, + 0xff,0xf6,0xe3,0xc3,0xff,0xf5,0xe1,0xbf,0xff,0xf3,0xdd,0xbc,0xff,0xf0,0xd9,0xb7, + 0xff,0xee,0xd5,0xb3,0xff,0xeb,0xd1,0xad,0xff,0xe8,0xcf,0xa8,0xff,0xe5,0xc8,0xa1, + 0xff,0xe2,0xc3,0x9b,0xff,0xde,0xbe,0x93,0xff,0xdb,0xb9,0x8c,0xff,0xd6,0xb3,0x84, + 0xff,0xd1,0xad,0x7e,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xf3,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf3,0xda,0xff,0xff,0xef,0xd2,0xff,0xff,0xf1,0xd5,0xff,0xff,0xf4,0xdf, + 0xff,0xff,0xf0,0xd4,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xe6,0xcc,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xee,0xe1,0xc6,0xff,0xc6,0xc2,0xbb, + 0xff,0xde,0xdd,0xdd,0xff,0xef,0xef,0xef,0xff,0xf2,0xf2,0xf0,0xff,0xed,0xec,0xea, + 0xff,0xe4,0xe4,0xe3,0xff,0xde,0xdc,0xdb,0xff,0xd6,0xd4,0xd2,0xff,0xd0,0xce,0xcd, + 0xff,0xca,0xc7,0xc6,0xff,0xd7,0xcf,0xc1,0xff,0xf7,0xe4,0xc5,0xff,0xf6,0xe3,0xc1, + 0xff,0xf5,0xe1,0xbd,0xff,0xf3,0xdd,0xbb,0xff,0xf1,0xd9,0xb6,0xff,0xee,0xd6,0xb2, + 0xff,0xeb,0xd2,0xac,0xff,0xe7,0xce,0xa5,0xff,0xe5,0xc9,0xa0,0xff,0xe3,0xc4,0x9b, + 0xff,0xdf,0xbf,0x93,0xff,0xda,0xb8,0x8c,0xff,0xd5,0xb1,0x85,0xff,0xd0,0xab,0x7d, + 0xff,0xdb,0xbd,0x9a,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf3,0xda, + 0xff,0xff,0xef,0xd2,0xff,0xff,0xf2,0xd6,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf1,0xd5, + 0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf2,0xe5,0xcc,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xfb,0xec,0xce, + 0xff,0xde,0xd5,0xc5,0xff,0xdb,0xda,0xd5,0xff,0xe8,0xe8,0xe7,0xff,0xea,0xe9,0xe8, + 0xff,0xe3,0xe2,0xe1,0xff,0xdc,0xda,0xd8,0xff,0xd1,0xcf,0xce,0xff,0xce,0xc9,0xc5, + 0xff,0xe3,0xd7,0xc2,0xff,0xf9,0xe5,0xc4,0xff,0xf6,0xe2,0xbf,0xff,0xf6,0xe0,0xbd, + 0xff,0xf3,0xdd,0xb9,0xff,0xf1,0xd9,0xb4,0xff,0xed,0xd5,0xb0,0xff,0xea,0xd1,0xab, + 0xff,0xe8,0xcd,0xa5,0xff,0xe5,0xc8,0xa1,0xff,0xe2,0xc3,0x9a,0xff,0xde,0xbe,0x93, + 0xff,0xdb,0xb8,0x8b,0xff,0xd6,0xb2,0x85,0xff,0xd1,0xac,0x7d,0xff,0xcc,0xa5,0x73, + 0xff,0xd6,0xb7,0x93,0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xda,0xff,0xff,0xef,0xd2, + 0xff,0xff,0xf1,0xd5,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf1,0xd5,0x60,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd9,0xc7,0xa1,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xe5,0xcc,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd0, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf0,0xcf,0xff,0xfa,0xea,0xce,0xff,0xf1,0xe6,0xd1,0xff,0xeb,0xe4,0xd9, + 0xff,0xe7,0xe2,0xd8,0xff,0xe4,0xdd,0xd1,0xff,0xea,0xde,0xc9,0xff,0xf6,0xe3,0xc5, + 0xff,0xf9,0xe5,0xc3,0xff,0xf7,0xe2,0xc0,0xff,0xf5,0xdf,0xbc,0xff,0xf4,0xdc,0xb9, + 0xff,0xf0,0xd8,0xb4,0xff,0xed,0xd4,0xb0,0xff,0xea,0xd1,0xaa,0xff,0xe8,0xcd,0xa5, + 0xff,0xe5,0xc7,0x9f,0xff,0xe2,0xc2,0x99,0xff,0xde,0xbe,0x91,0xff,0xdb,0xb8,0x8b, + 0xff,0xd6,0xb2,0x84,0xff,0xd1,0xac,0x7d,0xff,0xcd,0xa6,0x73,0xff,0xc8,0x9f,0x6c, + 0xff,0xd3,0xb3,0x8e,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0xd2,0xff,0xff,0xf2,0xd6, + 0xff,0xff,0xf5,0xe0,0xff,0xff,0xf1,0xd5,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xdb,0xc9,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd, + 0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcb, + 0xff,0xf2,0xe4,0xcb,0xff,0xf2,0xe4,0xc9,0xff,0xf2,0xe2,0xc8,0xff,0xf0,0xe2,0xc7, + 0xff,0xef,0xe0,0xc6,0xff,0xee,0xdf,0xc4,0xff,0xed,0xdd,0xc2,0xff,0xec,0xdb,0xbe, + 0xff,0xe9,0xd9,0xbb,0xff,0xe9,0xd6,0xb8,0xff,0xe7,0xd3,0xb4,0xff,0xe5,0xd0,0xb0, + 0xff,0xe2,0xcc,0xac,0xff,0xdf,0xc8,0xa7,0xff,0xdd,0xc4,0xa1,0xff,0xda,0xc0,0x9b, + 0xff,0xd6,0xba,0x96,0xff,0xd3,0xb5,0x8f,0xff,0xcf,0xb0,0x88,0xff,0xca,0xaa,0x82, + 0xff,0xc7,0xa5,0x7b,0xff,0xc3,0x9f,0x73,0xff,0xbe,0x98,0x6a,0xff,0xba,0x90,0x62, + 0xff,0xd6,0xbe,0xa6,0xff,0xff,0xfc,0xf7,0xff,0xff,0xf2,0xd6,0xff,0xff,0xf4,0xdf, + 0xff,0xff,0xf1,0xd5,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xdb,0xc9,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0xff,0xfd,0xff,0xfe,0xfd,0xfc, + 0xff,0xfe,0xfd,0xfa,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfb,0xfa,0xff,0xfd,0xfb,0xf8, + 0xff,0xfd,0xfa,0xf7,0xff,0xfe,0xfa,0xf6,0xff,0xfd,0xf8,0xf4,0xff,0xfc,0xf7,0xf1, + 0xff,0xfb,0xf6,0xf1,0xff,0xfc,0xf6,0xef,0xff,0xfa,0xf4,0xec,0xff,0xfa,0xf2,0xea, + 0xff,0xfa,0xf1,0xe8,0xff,0xfa,0xf0,0xe6,0xff,0xf8,0xee,0xe2,0xff,0xf8,0xed,0xe0, + 0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xe9,0xda,0xff,0xf6,0xe7,0xd6,0xff,0xf5,0xe5,0xd3, + 0xff,0xfb,0xf4,0xed,0xff,0xff,0xfc,0xf3,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf1,0xd5, + 0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xdb,0xc8,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfd,0xfb, + 0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfb,0xfa,0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfa,0xf8, + 0xff,0xfd,0xf9,0xf5,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf7,0xf2,0xff,0xfc,0xf7,0xf1, + 0xff,0xfb,0xf5,0xef,0xff,0xfa,0xf4,0xec,0xff,0xfb,0xf3,0xeb,0xff,0xfa,0xf2,0xe8, + 0xff,0xfa,0xf0,0xe6,0xff,0xf8,0xee,0xe2,0xff,0xf8,0xed,0xe1,0xff,0xf7,0xea,0xdd, + 0xff,0xf6,0xe8,0xd9,0xff,0xf6,0xe6,0xd6,0xff,0xf5,0xe4,0xd2,0xff,0xf4,0xe3,0xce, + 0xff,0xff,0xfa,0xf1,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf1,0xd5,0x60,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xdb,0xc8,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfc, + 0xff,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xfc,0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfc,0xfb, + 0xff,0xff,0xfc,0xfa,0xff,0xfd,0xfb,0xf9,0xff,0xfe,0xfb,0xf8,0xff,0xfd,0xf9,0xf5, + 0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf8,0xf2,0xff,0xfb,0xf6,0xf1,0xff,0xfc,0xf6,0xef, + 0xff,0xfb,0xf5,0xed,0xff,0xfb,0xf3,0xeb,0xff,0xf9,0xf1,0xe8,0xff,0xfa,0xf0,0xe6, + 0xff,0xf9,0xef,0xe2,0xff,0xf8,0xec,0xe0,0xff,0xf8,0xeb,0xdd,0xff,0xf7,0xe9,0xda, + 0xff,0xf5,0xe6,0xd6,0xff,0xf5,0xe5,0xd3,0xff,0xf4,0xe3,0xce,0xff,0xf8,0xeb,0xda, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf0,0xd4,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xdb,0xc8,0xa3,0xff,0xdb,0xc9,0xa3,0xff,0xdb,0xc8,0xa3,0xff,0xdb,0xc8,0xa3, + 0xff,0xdb,0xc8,0xa3,0xff,0xda,0xc7,0xa2,0xff,0xda,0xc7,0xa2,0xff,0xda,0xc7,0xa2, + 0xff,0xda,0xc8,0xa2,0xff,0xd9,0xc7,0xa0,0xff,0xd9,0xc6,0xa1,0xff,0xd8,0xc6,0xa0, + 0xff,0xd9,0xc7,0xa1,0xff,0xd8,0xc6,0x9f,0xff,0xd8,0xc6,0xa0,0xff,0xd8,0xc6,0xa0, + 0xff,0xd8,0xc5,0x9e,0xff,0xd8,0xc5,0x9f,0xff,0xd7,0xc4,0x9f,0xff,0xd7,0xc4,0x9d, + 0xff,0xd7,0xc3,0x9e,0xff,0xd6,0xc3,0x9c,0xff,0xd6,0xc3,0x9d,0xff,0xd5,0xc2,0x9c, + 0xff,0xd5,0xc2,0x9b,0xff,0xd5,0xc2,0x9c,0xff,0xd3,0xc1,0x9a,0xff,0xd4,0xc1,0x9a, + 0xff,0xd3,0xc1,0x99,0xff,0xd3,0xc0,0x99,0xff,0xd3,0xbf,0x98,0xff,0xd2,0xbf,0x98, + 0xff,0xd2,0xbf,0x97,0xff,0xd1,0xbf,0x97,0xff,0xe0,0xd0,0xb4,0xff,0xfc,0xf1,0xde, + 0xdf,0xff,0xf0,0xd6,0x50,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xdf,0xff,0xff,0xff,0xff,0xff,0xff, + 0xfe,0x3,0xff,0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xc0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xf0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xf8,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xfc,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x3,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x7,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0xf,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x1f,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0x3f,0xff,0xfe,0x0,0x0,0x0,0x0,0x0,0x7f,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x0,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0x1,0xff,0xff,0xfe,0x0, + 0x0,0x0,0x0,0x3,0xff,0xff,0xfe,0x0,0x0,0x0,0x0,0x7,0xff,0xff,0xfe,0x0, + 0x0,0x0,0x0,0xf,0xff,0x28,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x60,0x0,0x0, + 0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0xa,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x26,0x16,0x16,0x16,0x69,0x76,0x76,0x76,0xbf,0xf,0xf,0xf,0x4a,0x0,0x0,0x0, + 0x7,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0, + 0x1e,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, + 0x36,0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x50,0x3,0x3,0x3,0x7b,0x5a,0x5a,0x5b, + 0xc8,0xdf,0xdf,0xdf,0xff,0xff,0xff,0xff,0xff,0xb2,0xb2,0xb2,0xeb,0x2,0x2,0x2, + 0x63,0x0,0x0,0x0,0x36,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc2,0xae,0x85,0xff,0xc3,0xae,0x84, + 0xff,0xc1,0xac,0x83,0xff,0xc0,0xab,0x82,0xff,0xbf,0xaa,0x7f,0xff,0xbe,0xa9,0x7e, + 0xff,0xb8,0xa4,0x7a,0xff,0xac,0x9a,0x71,0xff,0x9d,0x8b,0x66,0xff,0x93,0x82,0x5f, + 0xff,0x7b,0x6b,0x4e,0xff,0x6f,0x68,0x5a,0xff,0xc6,0xc5,0xc5,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa2,0x9f,0x98, + 0xff,0x83,0x73,0x4f,0xff,0xa1,0x8d,0x61,0xff,0xad,0x98,0x6a,0xff,0xaf,0x99,0x69, + 0xff,0xac,0x97,0x67,0xff,0xab,0x95,0x67,0xff,0xaa,0x94,0x65,0xff,0xa9,0x93,0x63, + 0xff,0xa9,0x93,0x63,0xff,0xa7,0x90,0x60,0xff,0xa6,0x8f,0x5f,0xff,0xa5,0x8f,0x5e, + 0xff,0xa3,0x8c,0x5c,0xff,0xa2,0x8b,0x5b,0xff,0xa1,0x8a,0x58,0xff,0x9f,0x89,0x57, + 0xff,0x9f,0x88,0x57,0xff,0x9e,0x87,0x54,0xff,0x0,0x0,0x0,0x1a,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc3,0xaf,0x86,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xff,0xf1,0xf1,0xf1,0xff,0xdf,0xdf,0xdf, + 0xff,0xcd,0xcd,0xcd,0xff,0xc4,0xc4,0xc4,0xff,0xb0,0xb0,0xb0,0xff,0x7e,0x7e,0x7e, + 0xff,0xb5,0xb5,0xb5,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xff, + 0xff,0xbb,0xb2,0xa2,0xff,0xae,0xa3,0x90,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0x9f,0x9f,0x9f,0xff,0xbe,0xbe,0xbe,0xff,0xde,0xde,0xde,0xff,0xf6,0xf6,0xf6, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9f,0x88,0x57,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xb1,0x87,0xff,0xf8,0xf8,0xf8, + 0xff,0xea,0xea,0xea,0xff,0xd8,0xd8,0xd8,0xff,0xc8,0xc8,0xc8,0xff,0xc2,0xc2,0xc2, + 0xff,0xb3,0xb3,0xb3,0xff,0x8b,0x8b,0x8b,0xff,0x9b,0x9b,0x9b,0xff,0xf1,0xf1,0xef, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xd1,0xcc,0xc5,0xff,0x9e,0x85,0x5b, + 0xff,0xbb,0x8c,0x2f,0xff,0xb0,0x83,0x2f,0xff,0xb7,0xad,0x9f,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9a,0x9a,0x9a,0xff,0xc3,0xc3,0xc3,0xff,0xd7,0xd7,0xd7, + 0xff,0xf0,0xf0,0xf0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x9f,0x89,0x56,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0xf,0xad,0x9c,0x77,0xff,0xd2,0xd2,0xd2, + 0xff,0xc4,0xc4,0xc4,0xff,0xb4,0xab,0x98,0xff,0xb3,0xa8,0x96,0xff,0x8b,0x83,0x75, + 0xff,0x8e,0x8c,0x88,0xff,0xe6,0xe6,0xe6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xdc,0xdb,0xd8,0xff,0xa6,0x90,0x6d,0xff,0xaa,0x7c,0x18,0xff,0xd7,0xa3,0x3a, + 0xff,0xe8,0xb8,0x61,0xff,0xe9,0xb8,0x63,0xff,0xb0,0x86,0x35,0xff,0xc4,0xbd,0xb0, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0x91,0x8c,0x84,0xff,0xbb,0xb1,0x9d, + 0xff,0xc5,0xbb,0xa5,0xff,0xdf,0xd2,0xbc,0xff,0xf1,0xe4,0xca,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcc,0xff,0xf3,0xe6,0xcd,0xff,0xfe,0xfb,0xf7, + 0xff,0xff,0xff,0xff,0xff,0xa1,0x8a,0x58,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x15,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x32,0x97,0x88,0x66,0xff,0xbd,0xbd,0xbd, + 0xff,0xc0,0xc0,0xc0,0xff,0x9a,0x91,0x80,0xff,0x87,0x84,0x80,0xff,0xc9,0xc9,0xc8, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xed,0xee,0xef,0xff,0xb1,0xa1,0x8a, + 0xff,0x99,0x6f,0x13,0xff,0xc9,0x90,0x2,0xff,0xe6,0xb1,0x50,0xff,0xeb,0xbf,0x6f, + 0xff,0xef,0xc8,0x80,0xff,0xec,0xc2,0x7a,0xff,0xe5,0xaf,0x4d,0xff,0xa1,0x73,0x13, + 0xff,0xce,0xc9,0xc0,0xff,0xff,0xff,0xff,0xff,0xf5,0xf5,0xf5,0xff,0x92,0x91,0x8e, + 0xff,0xc8,0xc5,0xc0,0xff,0xcf,0xcc,0xc5,0xff,0xe4,0xe0,0xda,0xff,0xf9,0xf4,0xec, + 0xff,0xff,0xfa,0xf0,0xff,0xff,0xf9,0xef,0xff,0xff,0xf9,0xee,0xff,0xff,0xf8,0xec, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf9,0xe9,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xa2,0x8b,0x5a,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x8,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x26,0x0,0x0,0x0, + 0x33,0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x42,0x97,0x88,0x69,0xff,0xb4,0xb4,0xb4, + 0xff,0x87,0x87,0x87,0xff,0xb9,0xb8,0xb7,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xf6,0xf8,0xf9,0xff,0xb8,0xad,0x9c,0xff,0x9b,0x74,0x2d,0xff,0xb8,0x7d,0x0, + 0xff,0xde,0xa3,0x2b,0xff,0xe8,0xb9,0x5a,0xff,0xf1,0xc7,0x7a,0xff,0xf5,0xd0,0x89, + 0xff,0xf4,0xcc,0x81,0xff,0xed,0xbc,0x61,0xff,0xdf,0xa1,0x1e,0xff,0xd1,0x88,0x0, + 0xff,0x94,0x62,0x0,0xff,0xd3,0xcf,0xc8,0xff,0xff,0xff,0xff,0xff,0xea,0xea,0xea, + 0xff,0x96,0x94,0x91,0xff,0xcb,0xc8,0xc2,0xff,0xcd,0xca,0xc3,0xff,0xdf,0xdc,0xd2, + 0xff,0xf5,0xf0,0xe8,0xff,0xff,0xfb,0xf0,0xff,0xff,0xf9,0xee,0xff,0xff,0xfa,0xed, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xea,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xa3,0x8c,0x5c,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x2e,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0x39,0x0,0x0,0x0,0x3c,0x74,0x69,0x56,0xff,0xa3,0xa3,0xa3, + 0xff,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xcf,0xca,0xc3, + 0xff,0x91,0x6e,0x33,0xff,0xac,0x70,0x0,0xff,0xd3,0x94,0x0,0xff,0xe3,0xad,0x36, + 0xff,0xec,0xbe,0x60,0xff,0xf4,0xcd,0x7a,0xff,0xf7,0xd0,0x85,0xff,0xf4,0xc9,0x72, + 0xff,0xed,0xb5,0x46,0xff,0xe7,0xa7,0x16,0xff,0xe5,0xad,0x46,0xff,0xea,0xbb,0x6e, + 0xff,0xe2,0xaa,0x53,0xff,0x9c,0x79,0x43,0xff,0xde,0xdc,0xdb,0xff,0xff,0xff,0xff, + 0xff,0xe4,0xe4,0xe4,0xff,0x9e,0x9d,0x99,0xff,0xd0,0xcd,0xc7,0xff,0xcd,0xca,0xc3, + 0xff,0xde,0xda,0xd2,0xff,0xf0,0xeb,0xe3,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf8,0xeb,0xff,0xf3,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xa4,0x8e,0x5e,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x10,0x0,0x0,0x0, + 0x22,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,0x37,0x0,0x0,0x0,0x34,0x0,0x0,0x0, + 0x33,0xc,0xc,0xd,0x67,0x77,0x77,0x77,0xcb,0xe5,0xe5,0xe5,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xda,0xd8,0xd4,0xff,0x9f,0x84,0x5c,0xff,0x9d,0x65,0x0, + 0xff,0xc6,0x82,0x0,0xff,0xdc,0xa0,0x0,0xff,0xe6,0xb3,0x43,0xff,0xf0,0xc1,0x5e, + 0xff,0xf5,0xcb,0x71,0xff,0xf6,0xcd,0x79,0xff,0xf1,0xbf,0x5c,0xff,0xea,0xad,0x23, + 0xff,0xeb,0xb3,0x45,0xff,0xf9,0xd2,0x95,0xff,0xff,0xdd,0xaa,0xff,0xc6,0xaf,0x78, + 0xff,0x7c,0x7a,0x3e,0xff,0x43,0x4f,0x4,0xff,0x41,0x55,0x36,0xff,0xea,0xe9,0xe9, + 0xff,0xff,0xff,0xff,0xff,0xd1,0xd1,0xd0,0xff,0xab,0xa9,0xa5,0xff,0xd4,0xd1,0xca, + 0xff,0xd1,0xce,0xc6,0xff,0xde,0xda,0xd2,0xff,0xee,0xe9,0xdf,0xff,0xfc,0xf6,0xeb, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xea,0xff,0xf2,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xa7,0x8f,0x5f,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x2c,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x26,0x3,0x3,0x3,0x50,0x64,0x64,0x64, + 0xb7,0xd6,0xd6,0xd6,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xe7,0xe9,0xeb, + 0xff,0xa6,0x93,0x73,0xff,0x94,0x5e,0x0,0xff,0xba,0x74,0x0,0xff,0xd6,0x94,0x0, + 0xff,0xdf,0xa6,0x4,0xff,0xeb,0xb9,0x46,0xff,0xf1,0xc3,0x59,0xff,0xf2,0xc5,0x62, + 0xff,0xf6,0xcb,0x6f,0xff,0xf1,0xbf,0x55,0xff,0xe8,0xaa,0xd,0xff,0xee,0xbf,0x6b, + 0xff,0xff,0xe8,0xbe,0xff,0xd6,0xc3,0x9c,0xff,0x84,0x90,0x62,0xff,0x2f,0x66,0x33, + 0xff,0x25,0x74,0x39,0xff,0x31,0x80,0x38,0xff,0x26,0x79,0x11,0xff,0x50,0x7b,0x52, + 0xff,0xeb,0xea,0xec,0xff,0xff,0xff,0xff,0xff,0xc4,0xc4,0xc4,0xff,0xb8,0xb4,0xaf, + 0xff,0xd9,0xd6,0xcf,0xff,0xd8,0xd4,0xcc,0xff,0xe3,0xdf,0xd4,0xff,0xf0,0xe9,0xe0, + 0xff,0xfc,0xf6,0xe9,0xff,0xff,0xf8,0xeb,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xa7,0x90,0x60,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x25,0x0,0x0,0x0, + 0x29,0x0,0x0,0x0,0x2b,0x2e,0x2e,0x30,0x87,0xb2,0xb2,0xb2,0xf2,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf5,0xf8,0xfb,0xff,0xb7,0xab,0x99,0xff,0x8e,0x62,0x0, + 0xff,0xa8,0x61,0x0,0xff,0xce,0x86,0x0,0xff,0xd7,0x96,0x0,0xff,0xe4,0xad,0x10, + 0xff,0xec,0xb8,0x38,0xff,0xef,0xbf,0x4b,0xff,0xf2,0xc4,0x55,0xff,0xf2,0xc4,0x5c, + 0xff,0xf2,0xc5,0x5d,0xff,0xe9,0xac,0x18,0xff,0xeb,0xb8,0x59,0xff,0xff,0xec,0xcd, + 0xff,0xb9,0xb4,0x8e,0xff,0x31,0x6b,0x3b,0xff,0x1d,0x78,0x42,0xff,0x39,0x99,0x60, + 0xff,0x45,0xb7,0x72,0xff,0x44,0xb6,0x66,0xff,0x41,0xaa,0x4e,0xff,0x22,0x83,0x19, + 0xff,0x5c,0x81,0x5f,0xff,0xf7,0xf5,0xf6,0xff,0xff,0xff,0xff,0xff,0xb9,0xb9,0xb7, + 0xff,0xca,0xc7,0xc0,0xff,0xe3,0xdf,0xd6,0xff,0xe2,0xde,0xd4,0xff,0xec,0xe6,0xdc, + 0xff,0xf5,0xef,0xe4,0xff,0xfb,0xf4,0xe8,0xff,0xf3,0xe5,0xcc,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xa9,0x93,0x63,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x13,0x3,0x3,0x3, + 0x49,0x70,0x70,0x6e,0xc0,0xea,0xea,0xea,0xff,0xff,0xff,0xff,0xff,0xfb,0xfe,0xff, + 0xff,0xc5,0xbd,0xb3,0xff,0x8f,0x68,0x22,0xff,0x9d,0x56,0x0,0xff,0xc4,0x77,0x0, + 0xff,0xcf,0x89,0x0,0xff,0xd9,0x9a,0x0,0xff,0xe8,0xaf,0x0,0xff,0xed,0xb9,0x28, + 0xff,0xed,0xb9,0x2f,0xff,0xef,0xbe,0x43,0xff,0xf0,0xc1,0x4c,0xff,0xf2,0xc2,0x54, + 0xff,0xf0,0xbe,0x4a,0xff,0xe5,0xa3,0x0,0xff,0xfb,0xdc,0xa7,0xff,0xd5,0xcc,0xb0, + 0xff,0x21,0x69,0x39,0xff,0x2f,0x96,0x65,0xff,0x49,0xbe,0x89,0xff,0x4b,0xca,0x8e, + 0xff,0x4a,0xc7,0x86,0xff,0x46,0xbf,0x75,0xff,0x43,0xb4,0x62,0xff,0x3e,0xa8,0x4b, + 0xff,0x1c,0x7e,0x18,0xff,0x6d,0x8c,0x72,0xff,0xfd,0xfc,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xaf,0xaf,0xac,0xff,0xe2,0xde,0xd7,0xff,0xef,0xea,0xe1,0xff,0xf0,0xea,0xe1, + 0xff,0xf6,0xf0,0xe5,0xff,0xfc,0xf5,0xe8,0xff,0xf2,0xe5,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xaa,0x94,0x64,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x2,0x2,0x2,0x30,0x91,0x91,0x91, + 0xf1,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xec,0xed,0xed,0xff,0x95,0x7a,0x54, + 0xff,0x8e,0x4a,0x0,0xff,0xb8,0x68,0x0,0xff,0xca,0x7f,0x0,0xff,0xcf,0x88,0x0, + 0xff,0xd9,0x97,0x0,0xff,0xe8,0xb0,0x0,0xff,0xec,0xb6,0x0,0xff,0xee,0xb9,0x1b, + 0xff,0xeb,0xb6,0x24,0xff,0xef,0xbc,0x3b,0xff,0xef,0xbe,0x41,0xff,0xef,0xbf,0x49, + 0xff,0xee,0xba,0x3b,0xff,0xe3,0x9f,0x0,0xff,0xff,0xe4,0xb9,0xff,0xc2,0xc2,0xa8, + 0xff,0x17,0x72,0x3f,0xff,0x44,0xb8,0x88,0xff,0x52,0xd1,0xa0,0xff,0x4e,0xcc,0x93, + 0xff,0x4a,0xc8,0x88,0xff,0x49,0xc5,0x7f,0xff,0x46,0xc0,0x70,0xff,0x3e,0xaf,0x5b, + 0xff,0x37,0xa2,0x43,0xff,0x10,0x72,0x1,0xff,0x84,0x99,0x88,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xa9,0xa8,0xa5,0xff,0xfb,0xf6,0xeb,0xff,0xfd,0xf7,0xec, + 0xff,0xff,0xf8,0xec,0xff,0xff,0xf9,0xec,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xaa,0x94,0x64,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x14,0x14,0x14,0xe,0x80,0x80,0x80,0xe9,0xfd,0xfd,0xfb, + 0xff,0xff,0xff,0xff,0xff,0xcf,0xcb,0xc7,0xff,0x7d,0x51,0x0,0xff,0x9d,0x4e,0x0, + 0xff,0xc2,0x73,0x0,0xff,0xc8,0x7f,0x0,0xff,0xd0,0x88,0x0,0xff,0xd7,0x92,0x0, + 0xff,0xe5,0xaa,0x0,0xff,0xea,0xb1,0x0,0xff,0xeb,0xb4,0x0,0xff,0xeb,0xb6,0x0, + 0xff,0xe9,0xb3,0x0,0xff,0xef,0xbb,0x2f,0xff,0xee,0xba,0x35,0xff,0xee,0xbe,0x41, + 0xff,0xee,0xb9,0x3a,0xff,0xe0,0x98,0x0,0xff,0xf5,0xce,0x91,0xff,0xec,0xe3,0xd4, + 0xff,0x2f,0x74,0x47,0xff,0x3f,0xb7,0x89,0xff,0x53,0xd2,0xa3,0xff,0x4d,0xcb,0x96, + 0xff,0x4d,0xcd,0x8a,0xff,0x46,0xb9,0x73,0xff,0x40,0xb2,0x62,0xff,0x40,0xb9,0x60, + 0xff,0x39,0xaa,0x54,0xff,0x2e,0x9a,0x3b,0xff,0xb,0x69,0xc,0xff,0x8f,0xa2,0x94, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xb2,0xaf,0xab,0xff,0xff,0xf9,0xee, + 0xff,0xff,0xf9,0xed,0xff,0xff,0xf8,0xeb,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xac,0x96,0x68,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x6b,0x6b,0x6b,0x91,0xf0,0xf0,0xef,0xfe,0xff,0xff,0xff, + 0xff,0xc1,0xba,0xb4,0xff,0x6a,0x33,0x0,0xff,0x9e,0x4c,0x0,0xff,0xb6,0x69,0x0, + 0xff,0xc5,0x7a,0x0,0xff,0xd0,0x86,0x0,0xff,0xd4,0x8d,0x0,0xff,0xe3,0xa3,0x0, + 0xff,0xe9,0xad,0x0,0xff,0xe9,0xaf,0x0,0xff,0xea,0xb2,0x0,0xff,0xe8,0xb0,0x0, + 0xff,0xe9,0xb1,0x0,0xff,0xed,0xb9,0x1d,0xff,0xeb,0xb5,0x1f,0xff,0xef,0xbc,0x38, + 0xff,0xec,0xb5,0x28,0xff,0xdc,0x91,0x0,0xff,0xed,0xbc,0x6b,0xff,0xfa,0xf4,0xec, + 0xff,0x3c,0x80,0x57,0xff,0x36,0xb0,0x82,0xff,0x52,0xd1,0xa4,0xff,0x51,0xd0,0x98, + 0xff,0x35,0xa1,0x8a,0xff,0x1,0x79,0xb9,0xff,0x0,0x74,0xb9,0xff,0x2f,0x9a,0x7b, + 0xff,0x3f,0xb8,0x61,0xff,0x31,0xa2,0x4d,0xff,0x22,0x90,0x30,0xff,0x0,0x62,0x4, + 0xff,0xa4,0xb2,0xa6,0xff,0xff,0xff,0xff,0xff,0xf8,0xf8,0xf7,0xff,0xc8,0xc4,0xbf, + 0xff,0xff,0xf8,0xeb,0xff,0xff,0xf8,0xea,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3, + 0xff,0xff,0xff,0xff,0xff,0xac,0x97,0x67,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x4e,0x4e,0x4e,0x19,0xb1,0xb1,0xaf,0xf4,0xff,0xff,0xff,0xff,0xdf,0xde,0xde, + 0xff,0x66,0x36,0x0,0xff,0x90,0x3e,0x0,0xff,0xa8,0x5a,0x0,0xff,0xb9,0x6c,0x0, + 0xff,0xc5,0x79,0x0,0xff,0xce,0x85,0x0,0xff,0xdb,0x97,0x0,0xff,0xe8,0xaa,0x0, + 0xff,0xe6,0xa9,0x0,0xff,0xe7,0xac,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe4,0xaa,0x0, + 0xff,0xe9,0xb1,0x0,0xff,0xec,0xb5,0x0,0xff,0xe9,0xb1,0x0,0xff,0xee,0xba,0x23, + 0xff,0xe6,0xa8,0x0,0xff,0xda,0x8f,0x0,0xff,0xf4,0xd2,0x9c,0xff,0xff,0xfa,0xf4, + 0xff,0x4b,0x8b,0x65,0xff,0x29,0xa9,0x7c,0xff,0x54,0xd2,0xa3,0xff,0x51,0xcf,0x91, + 0xff,0x33,0x99,0xb2,0xff,0x0,0xc3,0xff,0xff,0x0,0xb4,0xff,0xff,0x29,0x93,0xa4, + 0xff,0x41,0xbb,0x61,0xff,0x33,0xab,0x5a,0xff,0x27,0x98,0x42,0xff,0x10,0x84,0x20, + 0xff,0x3,0x5a,0xd,0xff,0xbc,0xc2,0xbd,0xff,0xff,0xff,0xff,0xff,0xe9,0xe9,0xe9, + 0xff,0xcd,0xc9,0xc1,0xff,0xff,0xf8,0xea,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xae,0x98,0x69,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x65,0x65,0x65,0x62,0xea,0xea,0xea,0xff,0xfe,0xff,0xff,0xfe,0x93,0x7e,0x6e, + 0xff,0x6d,0x21,0x0,0xff,0x97,0x49,0x0,0xff,0x9a,0x52,0x0,0xff,0xb5,0x69,0x0, + 0xff,0xc2,0x76,0x0,0xff,0xcb,0x81,0x0,0xff,0xdf,0x9e,0x0,0xff,0xde,0xa2,0x0, + 0xff,0xe8,0xa8,0x0,0xff,0xe7,0xaa,0x0,0xff,0xe4,0xa8,0x0,0xff,0xe4,0xa9,0x0, + 0xff,0xeb,0xb3,0x0,0xff,0xe8,0xaf,0x0,0xff,0xe9,0xb1,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xde,0x96,0x0,0xff,0xe6,0xb2,0x53,0xff,0xff,0xf8,0xeb,0xff,0x95,0xab,0x91, + 0xff,0x7,0x85,0x56,0xff,0x42,0xbe,0x93,0xff,0x53,0xd1,0xa4,0xff,0x50,0xcf,0x96, + 0xff,0x48,0xbb,0x92,0xff,0x3f,0xaa,0xbf,0xff,0x3d,0xa8,0xbc,0xff,0x41,0xb5,0x79, + 0xff,0x3e,0xbb,0x6a,0xff,0x33,0xb0,0x5f,0xff,0x25,0x9c,0x48,0xff,0x16,0x8b,0x2e, + 0xff,0x0,0x75,0x0,0xff,0x0,0x4e,0x2,0xff,0xc0,0xc6,0xc3,0xff,0xff,0xff,0xff, + 0xff,0xe2,0xe2,0xe2,0xff,0xcf,0xcb,0xc1,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xff,0xff,0xff,0xb0,0x9a,0x6c,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x7c,0x7c,0x7c,0xae,0xf8,0xf8,0xf8,0xff,0xef,0xf1,0xf4,0xff,0x6a,0x3f,0x19, + 0xff,0x7a,0x2b,0x0,0xff,0x92,0x44,0x0,0xff,0x8d,0x49,0x0,0xff,0x94,0x54,0x0, + 0xff,0xbb,0x6e,0x0,0xff,0xcb,0x81,0x0,0xff,0xd9,0x9a,0x0,0xff,0x89,0x76,0x47, + 0xff,0xd3,0x9d,0x0,0xff,0xe9,0xa8,0x0,0xff,0xe1,0xa3,0x0,0xff,0xe8,0xad,0x0, + 0xff,0xe8,0xad,0x0,0xff,0xe3,0xa6,0x0,0xff,0xeb,0xb2,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xdb,0x8e,0x0,0xff,0xf7,0xd3,0x9f,0xff,0xd1,0xce,0xba,0xff,0x7,0x77,0x47, + 0xff,0x2f,0xb1,0x86,0xff,0x53,0xd2,0xa8,0xff,0x53,0xd3,0xa1,0xff,0x52,0xd2,0x97, + 0xff,0x4d,0xcc,0x8d,0xff,0x43,0xbf,0x73,0xff,0x42,0xbd,0x67,0xff,0x44,0xc1,0x73, + 0xff,0x3e,0xba,0x65,0xff,0x2f,0xa5,0x48,0xff,0x22,0x9d,0x42,0xff,0x12,0x8b,0x33, + 0xff,0x0,0x78,0x16,0xff,0x0,0x63,0x0,0xff,0xb,0x51,0x1c,0xff,0xda,0xdc,0xd9, + 0xff,0xff,0xff,0xff,0xff,0xda,0xda,0xd8,0xff,0xd3,0xc9,0xb7,0xff,0xfc,0xf9,0xf2, + 0xff,0xff,0xfe,0xfe,0xff,0xb1,0x9b,0x6d,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x8c,0x8c,0x8c,0xd1,0xfe,0xfe,0xfe,0xfe,0xdf,0xdf,0xdf,0xff,0x62,0x29,0x0, + 0xff,0x7a,0x2b,0x0,0xff,0x8e,0x3e,0x0,0xff,0x7c,0x3c,0x0,0xff,0x75,0x3f,0x0, + 0xff,0x8e,0x50,0x0,0xff,0xc7,0x80,0x0,0xff,0xd2,0x8f,0x0,0xff,0x8e,0x87,0x77, + 0xff,0x99,0x92,0x87,0xff,0xcd,0x94,0x0,0xff,0xeb,0xaa,0x0,0xff,0xe6,0xa9,0x0, + 0xff,0xe2,0xa3,0x0,0xff,0xe7,0xab,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe0,0x9c,0x0, + 0xff,0xd7,0x86,0x0,0xff,0xfa,0xd6,0xa4,0xff,0xb4,0xbe,0xa4,0xff,0x0,0x89,0x59, + 0xff,0x43,0xc2,0x9a,0xff,0x56,0xd5,0xa7,0xff,0x42,0xaf,0x8b,0xff,0x34,0x98,0x82, + 0xff,0x48,0xc0,0x82,0xff,0x49,0xc7,0x80,0xff,0x3e,0xbc,0x69,0xff,0x44,0xbf,0x6b, + 0xff,0x1f,0x93,0x96,0xff,0x0,0x7c,0xb7,0xff,0x1c,0x8b,0x5c,0xff,0x13,0x8c,0x2d, + 0xff,0x0,0x78,0x1d,0xff,0x0,0x6c,0x0,0xff,0x0,0x59,0x0,0xff,0x16,0x4d,0x24, + 0xff,0xde,0xe0,0xdf,0xff,0xff,0xff,0xff,0xff,0xcc,0xca,0xc9,0xff,0xdf,0xdc,0xd6, + 0xff,0xff,0xfe,0xfe,0xff,0xb1,0x9b,0x6d,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x8a,0x8a,0x8a,0xc4,0xff,0xff,0xff,0xfe,0xd1,0xcd,0xcc,0xff,0x57,0x1a,0x0, + 0xff,0x79,0x29,0x0,0xff,0x85,0x37,0x0,0xff,0x5a,0x28,0x0,0xff,0x66,0x35,0x0, + 0xff,0x6d,0x39,0x0,0xff,0x93,0x5c,0x0,0xff,0xb3,0x76,0x0,0xff,0xad,0xaa,0xa3, + 0xff,0xce,0xd2,0xd8,0xff,0x92,0x8c,0x7d,0xff,0xce,0x96,0x0,0xff,0xe6,0xa2,0x0, + 0xff,0xe4,0xa5,0x0,0xff,0xe5,0xa6,0x0,0xff,0xde,0x98,0x0,0xff,0xd6,0x85,0x0, + 0xff,0xd0,0x79,0x0,0xff,0xf4,0xce,0x97,0xff,0xd6,0xcd,0xb2,0xff,0x1d,0x7f,0x51, + 0xff,0x32,0xb8,0x87,0xff,0x41,0xb4,0xa0,0xff,0x0,0x84,0xd6,0xff,0x0,0x87,0xed, + 0xff,0x19,0x80,0xa1,0xff,0x4b,0xc4,0x77,0xff,0x41,0xbe,0x6d,0xff,0x3d,0xb5,0x5d, + 0xff,0x2c,0xa0,0xb8,0xff,0x24,0xa9,0xfb,0xff,0x1a,0x81,0x5c,0xff,0xc,0x86,0x1b, + 0xff,0x0,0x71,0x0,0xff,0x0,0x4f,0x0,0xff,0xd,0x52,0x1d,0xff,0x88,0x9e,0x8e, + 0xff,0xe1,0xe2,0xe1,0xff,0xf0,0xef,0xee,0xff,0xe9,0xe9,0xe6,0xff,0xd9,0xd7,0xd3, + 0xff,0xfe,0xfe,0xfd,0xff,0xb3,0x9d,0x6f,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x7a,0x7a,0x7a,0x94,0xfa,0xfb,0xfa,0xfe,0xda,0xd8,0xd8,0xff,0x59,0x1e,0x0, + 0xff,0x71,0x20,0x0,0xff,0x53,0x1c,0x0,0xff,0x3f,0x18,0x0,0xff,0x58,0x29,0x0, + 0xff,0x5f,0x2e,0x0,0xff,0x6e,0x3f,0x0,0xff,0x76,0x53,0x0,0xff,0xdf,0xe0,0xe3, + 0xff,0xf4,0xf4,0xf4,0xff,0xc4,0xc6,0xcb,0xff,0x90,0x89,0x7a,0xff,0xcd,0x94,0x0, + 0xff,0xe6,0x9f,0x0,0xff,0xd8,0x8c,0x0,0xff,0xd5,0x84,0x0,0xff,0xe0,0xa2,0x27, + 0xff,0xf1,0xc4,0x83,0xff,0xff,0xdf,0xb7,0xff,0xd1,0xbe,0x9e,0xff,0x2e,0x76,0x4c, + 0xff,0x27,0xaf,0x7a,0xff,0x46,0xb5,0xa6,0xff,0x1a,0xbc,0xff,0xff,0x0,0xc0,0xff, + 0xff,0x25,0x93,0xbd,0xff,0x46,0xbe,0x6c,0xff,0x41,0xba,0x69,0xff,0x38,0xaf,0x5b, + 0xff,0x34,0xa1,0x54,0xff,0x27,0x8a,0x41,0xff,0xb,0x83,0x14,0xff,0x0,0x65,0x0, + 0xff,0x1f,0x5c,0x2c,0xff,0x8f,0xa1,0x92,0xff,0xe0,0xdf,0xde,0xff,0xfa,0xf7,0xf9, + 0xff,0xe6,0xe5,0xe4,0xff,0xe1,0xde,0xd8,0xff,0xe7,0xde,0xcc,0xff,0xf9,0xf5,0xf0, + 0xff,0xfe,0xfd,0xfc,0xff,0xb3,0x9f,0x71,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x5d,0x5d,0x5d,0x40,0xe1,0xe1,0xe1,0xf3,0xf3,0xf3,0xf3,0xfb,0x5b,0x2f,0x11, + 0xff,0x34,0x5,0x0,0xff,0x27,0x8,0x0,0xff,0x33,0x10,0x0,0xff,0x47,0x1d,0x0, + 0xff,0x50,0x25,0x0,0xff,0x54,0x28,0x0,0xff,0x8f,0x85,0x74,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfe,0xff,0xef,0xef,0xee,0xff,0xc7,0xca,0xce,0xff,0x93,0x8c,0x7f, + 0xff,0xc1,0x7d,0x0,0xff,0xdb,0x8c,0x0,0xff,0xec,0xbd,0x74,0xff,0xf6,0xd4,0xaa, + 0xff,0xcb,0xb9,0x93,0xff,0x87,0x98,0x6f,0xff,0x1a,0x78,0x4a,0xff,0x1c,0x9b,0x6b, + 0xff,0x46,0xc2,0x91,0xff,0x4f,0xcc,0x94,0xff,0x46,0xb1,0x9b,0xff,0x3e,0xa4,0x9f, + 0xff,0x46,0xb9,0x78,0xff,0x44,0xb9,0x66,0xff,0x3c,0xab,0x54,0xff,0x36,0xa2,0x46, + 0xff,0x26,0x91,0x2c,0xff,0x8,0x6d,0x0,0xff,0x3c,0x71,0x46,0xff,0x96,0xa5,0x9a, + 0xff,0xeb,0xe8,0xe9,0xff,0xf8,0xf5,0xf6,0xff,0xe5,0xe4,0xe4,0xff,0xe2,0xdf,0xda, + 0xff,0xf2,0xec,0xde,0xff,0xfe,0xf4,0xe2,0xff,0xf1,0xe2,0xc9,0xff,0xfb,0xf7,0xef, + 0xff,0xff,0xfc,0xfb,0xff,0xb4,0xa0,0x72,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x50,0x50,0x50,0x6,0xa1,0xa2,0xa2,0xb0,0xa6,0xa5,0xa4,0xe9,0x25,0x15,0xf, + 0xff,0x11,0x1,0x0,0xff,0x20,0x5,0x0,0xff,0x29,0x9,0x0,0xff,0x38,0x15,0x0, + 0xff,0x35,0xd,0x0,0xff,0x54,0x3e,0x1e,0xff,0xe3,0xe4,0xe6,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xef,0xef,0xef,0xff,0xc5,0xc8,0xcc, + 0xff,0x8c,0x82,0x78,0xff,0xd1,0xac,0x74,0xff,0xe6,0xc4,0x91,0xff,0x6d,0x81,0x51, + 0xff,0x16,0x70,0x3e,0xff,0x15,0x88,0x56,0xff,0x33,0xab,0x7a,0xff,0x4c,0xc8,0x94, + 0xff,0x4e,0xcc,0x94,0xff,0x4c,0xc8,0x8a,0xff,0x49,0xc4,0x7c,0xff,0x47,0xbd,0x69, + 0xff,0x44,0xb3,0x5e,0xff,0x40,0xa9,0x4f,0xff,0x2b,0x94,0x2a,0xff,0x1b,0x76,0x14, + 0xff,0x40,0x76,0x47,0xff,0x9a,0xa8,0x9c,0xff,0xf3,0xee,0xf0,0xff,0xf7,0xf4,0xf5, + 0xff,0xe4,0xe3,0xe1,0xff,0xe2,0xdf,0xdb,0xff,0xf1,0xeb,0xdf,0xff,0xfe,0xf5,0xe4, + 0xff,0xff,0xf4,0xe2,0xff,0xfe,0xf2,0xdf,0xff,0xef,0xe0,0xc7,0xff,0xfc,0xf7,0xef, + 0xff,0xfe,0xfc,0xf9,0xff,0xb5,0xa0,0x73,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x6b,0x6b,0x6b,0x4a,0x40,0x41,0x40,0xcf,0x19,0x15,0x11, + 0xff,0xa,0x1,0x0,0xff,0xe,0x1,0x0,0xff,0x15,0x2,0x0,0xff,0x1e,0x4,0x0, + 0xff,0x56,0x46,0x38,0xff,0xd2,0xd2,0xd3,0xff,0xff,0xff,0xff,0xff,0xfc,0xfb,0xfb, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xf1,0xf0,0xf0, + 0xff,0xc5,0xc7,0xca,0xff,0x95,0x8d,0x8a,0xff,0x54,0x70,0x49,0xff,0x1a,0x82,0x4b, + 0xff,0x3c,0xac,0x78,0xff,0x49,0xc3,0x8d,0xff,0x4f,0xcc,0x93,0xff,0x4d,0xc9,0x8d, + 0xff,0x4b,0xc2,0x82,0xff,0x48,0xbd,0x75,0xff,0x45,0xb4,0x66,0xff,0x42,0xab,0x51, + 0xff,0x35,0x9a,0x32,0xff,0x22,0x78,0x14,0xff,0x50,0x7e,0x54,0xff,0xa9,0xb5,0xab, + 0xff,0xed,0xea,0xea,0xff,0xf5,0xf3,0xf3,0xff,0xe1,0xe0,0xdf,0xff,0xe3,0xe0,0xdb, + 0xff,0xf2,0xec,0xe1,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf6,0xe5,0xff,0xfe,0xf4,0xe2, + 0xff,0xfe,0xf2,0xdf,0xff,0xfb,0xf0,0xdb,0xff,0xee,0xdf,0xc3,0xff,0xfb,0xf5,0xed, + 0xff,0xfd,0xfb,0xf9,0xff,0xb7,0xa2,0x74,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x56,0x56,0x56,0x8,0x61,0x61,0x60,0x99,0x53,0x51,0x51, + 0xff,0x38,0x31,0x30,0xff,0x3a,0x2e,0x2b,0xff,0x55,0x4d,0x4a,0xff,0xa4,0xa2,0xa0, + 0xff,0xf0,0xf1,0xf2,0xff,0xfe,0xfd,0xfe,0xff,0xf8,0xf7,0xf7,0xff,0xfa,0xf9,0xf9, + 0xff,0xfc,0xfb,0xfb,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd, + 0xff,0xef,0xef,0xef,0xff,0xc9,0xc7,0xca,0xff,0x7f,0x85,0x81,0xff,0x45,0xa4,0x73, + 0xff,0x4a,0xd0,0x91,0xff,0x4d,0xc9,0x8b,0xff,0x48,0xc1,0x80,0xff,0x45,0xb9,0x72, + 0xff,0x44,0xb1,0x63,0xff,0x41,0xaa,0x4f,0xff,0x35,0x98,0x30,0xff,0x26,0x78,0x19, + 0xff,0x4f,0x79,0x50,0xff,0xb6,0xc0,0xb6,0xff,0xee,0xea,0xec,0xff,0xf3,0xf0,0xf0, + 0xff,0xe0,0xe0,0xdf,0xff,0xe3,0xe0,0xd9,0xff,0xf6,0xef,0xe4,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf5,0xe5,0xff,0xff,0xf4,0xe3,0xff,0xfd,0xf2,0xdf, + 0xff,0xfc,0xf1,0xdc,0xff,0xfb,0xed,0xd9,0xff,0xed,0xdc,0xc0,0xff,0xfb,0xf5,0xed, + 0xff,0xfd,0xfa,0xf6,0xff,0xb8,0xa3,0x76,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x70,0x6e,0x6b,0xf,0x90,0x8f,0x8e, + 0xca,0xcb,0xcb,0xcb,0xff,0xea,0xeb,0xeb,0xff,0xfd,0xfe,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfa,0xf9,0xf9,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf8,0xf7,0xf7, + 0xff,0xfa,0xf9,0xf9,0xff,0xfb,0xfb,0xfb,0xff,0xfe,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xfd,0xfd,0xfd,0xff,0xef,0xef,0xee,0xff,0xcb,0xc7,0xc8,0xff,0x84,0x8e,0x88, + 0xff,0x48,0xaa,0x71,0xff,0x40,0xbd,0x6c,0xff,0x43,0xb0,0x60,0xff,0x42,0xa9,0x4c, + 0xff,0x30,0x91,0x24,0xff,0x2c,0x79,0x1b,0xff,0x55,0x7d,0x54,0xff,0xb4,0xbc,0xb4, + 0xff,0xed,0xea,0xec,0xff,0xf2,0xf0,0xf0,0xff,0xdf,0xdf,0xdd,0xff,0xe3,0xe1,0xda, + 0xff,0xf6,0xef,0xe3,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xe7, + 0xff,0xff,0xf5,0xe5,0xff,0xff,0xf4,0xe2,0xff,0xfe,0xf3,0xdf,0xff,0xfc,0xf1,0xdc, + 0xff,0xfa,0xed,0xd8,0xff,0xf9,0xeb,0xd5,0xff,0xe9,0xd9,0xbb,0xff,0xfa,0xf3,0xe9, + 0xff,0xfd,0xf9,0xf5,0xff,0xb9,0xa4,0x78,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6b,0x69,0x68, + 0x12,0x98,0x97,0x95,0xc2,0xdf,0xdf,0xdf,0xff,0xfd,0xfc,0xfc,0xff,0xff,0xff,0xff, + 0xff,0xfc,0xfb,0xfb,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5, + 0xff,0xf8,0xf7,0xf7,0xff,0xfa,0xf9,0xf9,0xff,0xfc,0xfb,0xfb,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xf0,0xf0,0xf0,0xff,0xcb,0xc6,0xc9, + 0xff,0x88,0x8a,0x87,0xff,0x47,0x95,0x52,0xff,0x33,0x96,0x26,0xff,0x27,0x71,0xf, + 0xff,0x62,0x85,0x62,0xff,0xbc,0xc1,0xbc,0xff,0xf1,0xee,0xf0,0xff,0xef,0xed,0xed, + 0xff,0xdf,0xdd,0xdc,0xff,0xe4,0xe1,0xd9,0xff,0xf8,0xf1,0xe4,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf7,0xe6,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf7,0xe6,0xff,0xff,0xf5,0xe3, + 0xff,0xfe,0xf4,0xe0,0xff,0xfd,0xf2,0xdf,0xff,0xfc,0xef,0xdc,0xff,0xfb,0xee,0xd8, + 0xff,0xf9,0xea,0xd3,0xff,0xf5,0xe5,0xcd,0xff,0xe9,0xd5,0xb8,0xff,0xfa,0xf3,0xe9, + 0xff,0xfd,0xf8,0xf2,0xff,0xb9,0xa4,0x79,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x6e,0x6c,0x69,0x12,0x95,0x94,0x92,0xc3,0xdb,0xdb,0xdb,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xff,0xfc,0xfb,0xfb,0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf4,0xf4, + 0xff,0xf6,0xf5,0xf5,0xff,0xf8,0xf7,0xf7,0xff,0xfa,0xf9,0xf9,0xff,0xfc,0xfb,0xfb, + 0xff,0xfe,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xfd,0xff,0xef,0xf0,0xee, + 0xff,0xcd,0xc8,0xcb,0xff,0x7f,0x83,0x7a,0xff,0x4f,0x74,0x4b,0xff,0xb0,0xba,0xb0, + 0xff,0xf3,0xf0,0xf3,0xff,0xec,0xea,0xea,0xff,0xdd,0xdc,0xdb,0xff,0xe4,0xe1,0xd8, + 0xff,0xf7,0xf0,0xe2,0xff,0xff,0xf6,0xe7,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf6,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf4,0xe1, + 0xff,0xfd,0xf2,0xdd,0xff,0xfc,0xf0,0xdb,0xff,0xfa,0xed,0xd7,0xff,0xf9,0xea,0xd3, + 0xff,0xf6,0xe6,0xce,0xff,0xf4,0xe3,0xc8,0xff,0xe6,0xd0,0xb1,0xff,0xfa,0xf2,0xe7, + 0xff,0xfb,0xf5,0xf0,0xff,0xba,0xa6,0x7a,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x70,0x6d,0x6b,0xa,0x93,0x92,0x90,0xb8,0xdb,0xda,0xda, + 0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xfc,0xfb,0xfb,0xff,0xf8,0xf6,0xf6, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf8,0xf7,0xf7,0xff,0xfa,0xf9,0xf9, + 0xff,0xfc,0xfb,0xfb,0xff,0xfe,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd, + 0xff,0xf0,0xf0,0xef,0xff,0xc9,0xc8,0xc8,0xff,0x98,0x93,0x94,0xff,0xcc,0xca,0xca, + 0xff,0xe6,0xe5,0xe2,0xff,0xe9,0xe4,0xdb,0xff,0xf8,0xf0,0xe1,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf7,0xe5, + 0xff,0xff,0xf6,0xe3,0xff,0xff,0xf4,0xe1,0xff,0xff,0xf3,0xe0,0xff,0xfe,0xf2,0xdd, + 0xff,0xfc,0xf0,0xdb,0xff,0xfb,0xee,0xd8,0xff,0xf9,0xe9,0xd3,0xff,0xf6,0xe6,0xce, + 0xff,0xf4,0xe3,0xc8,0xff,0xf1,0xde,0xc1,0xff,0xe1,0xcb,0xab,0xff,0xf8,0xef,0xe3, + 0xff,0xfb,0xf4,0xec,0xff,0xbc,0xa7,0x7b,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x73,0x71,0x6f,0x8,0x98,0x97,0x95, + 0xb8,0xdc,0xdc,0xdc,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xfc,0xfb,0xfb, + 0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8, + 0xff,0xfb,0xfb,0xfb,0xff,0xfb,0xfb,0xfb,0xff,0xfe,0xfd,0xfd,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfd,0xfd,0xff,0xf0,0xf0,0xef,0xff,0xc6,0xc5,0xc5,0xff,0x8a,0x89,0x87, + 0xff,0xda,0xd3,0xc6,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf3,0xde,0xff,0xfe,0xf1,0xdd,0xff,0xfc,0xef,0xd9, + 0xff,0xfb,0xed,0xd7,0xff,0xf9,0xea,0xd2,0xff,0xf6,0xe6,0xcd,0xff,0xf4,0xe3,0xc6, + 0xff,0xf1,0xde,0xc0,0xff,0xee,0xd8,0xb9,0xff,0xdf,0xc7,0xa6,0xff,0xf7,0xee,0xe0, + 0xff,0xfa,0xf2,0xea,0xff,0xbc,0xa8,0x7c,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7a,0x79,0x78, + 0xa,0x99,0x98,0x97,0xb0,0xda,0xd9,0xd9,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff, + 0xff,0xfc,0xfb,0xfb,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf3,0xf3,0xff,0xf6,0xf5,0xf5, + 0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9,0xff,0xfc,0xfb,0xfb,0xff,0xfe,0xfd,0xfd, + 0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xee,0xee,0xee,0xff,0xca,0xc9,0xc9, + 0xff,0x88,0x86,0x83,0xff,0xd8,0xd0,0xc0,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2, + 0xff,0xff,0xf5,0xe2,0xff,0xff,0xf6,0xe2,0xff,0xff,0xf6,0xe1,0xff,0xff,0xf4,0xe0, + 0xff,0xff,0xf2,0xdd,0xff,0xfd,0xf1,0xdb,0xff,0xfb,0xee,0xd8,0xff,0xfb,0xed,0xd6, + 0xff,0xf9,0xe9,0xd2,0xff,0xf6,0xe6,0xcd,0xff,0xf4,0xe3,0xc7,0xff,0xf1,0xdd,0xc1, + 0xff,0xee,0xd8,0xb9,0xff,0xea,0xd2,0xb1,0xff,0xdb,0xc0,0x9d,0xff,0xf8,0xed,0xdd, + 0xff,0xfa,0xf1,0xe7,0xff,0xbd,0xa9,0x7d,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x7c,0x7b,0x79,0x3,0x96,0x95,0x95,0xa1,0xda,0xd9,0xda,0xff,0xfb,0xfb,0xfb, + 0xff,0xff,0xff,0xff,0xff,0xfc,0xfb,0xfb,0xff,0xf7,0xf6,0xf6,0xff,0xf5,0xf4,0xf4, + 0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf7,0xf7,0xff,0xfa,0xf9,0xf9,0xff,0xfc,0xfb,0xfb, + 0xff,0xfe,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xf0,0xef,0xef, + 0xff,0xca,0xca,0xc9,0xff,0x8b,0x89,0x86,0xff,0xd4,0xcb,0xbd,0xff,0xff,0xf4,0xe1, + 0xff,0xff,0xf4,0xe1,0xff,0xff,0xf5,0xe0,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf3,0xdd, + 0xff,0xfe,0xf1,0xdb,0xff,0xfc,0xee,0xd8,0xff,0xfb,0xed,0xd5,0xff,0xf9,0xe9,0xd1, + 0xff,0xf6,0xe5,0xcb,0xff,0xf4,0xe2,0xc6,0xff,0xf1,0xdd,0xc1,0xff,0xed,0xd8,0xb9, + 0xff,0xea,0xd2,0xb2,0xff,0xe6,0xcc,0xa8,0xff,0xd6,0xba,0x96,0xff,0xf7,0xeb,0xdc, + 0xff,0xf8,0xee,0xe2,0xff,0xbe,0xaa,0x7e,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7f,0x7d,0x7d,0x2,0xb0,0xa8,0x9b,0xff,0xda,0xda,0xd9, + 0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xf7,0xf6,0xf6, + 0xff,0xf5,0xf4,0xf4,0xff,0xf7,0xf6,0xf6,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xfa,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfd,0xfb, + 0xff,0xed,0xed,0xec,0xff,0xc5,0xc4,0xc4,0xff,0x88,0x86,0x83,0xff,0xd7,0xce,0xbe, + 0xff,0xff,0xf4,0xde,0xff,0xff,0xf3,0xdd,0xff,0xff,0xf3,0xdb,0xff,0xfe,0xf1,0xd9, + 0xff,0xfc,0xef,0xd7,0xff,0xfb,0xeb,0xd4,0xff,0xf9,0xe9,0xd0,0xff,0xf6,0xe5,0xcc, + 0xff,0xf4,0xe2,0xc6,0xff,0xf1,0xdd,0xbf,0xff,0xed,0xd8,0xb7,0xff,0xea,0xd2,0xb1, + 0xff,0xe6,0xcc,0xa7,0xff,0xe2,0xc4,0x9e,0xff,0xd1,0xb4,0x8d,0xff,0xf6,0xe9,0xd7, + 0xff,0xf7,0xeb,0xdf,0xff,0xc0,0xab,0x80,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd7,0xc4,0x9f,0xff,0xc5,0xc3,0xc3, + 0xff,0xd9,0xd8,0xd8,0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xfc,0xfb,0xfb, + 0xff,0xf7,0xf6,0xf6,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8, + 0xff,0xfb,0xfa,0xfa,0xff,0xfb,0xfa,0xfa,0xff,0xfc,0xfc,0xfc,0xff,0xfd,0xfd,0xfd, + 0xff,0xfa,0xf9,0xf9,0xff,0xe9,0xe9,0xe8,0xff,0xc5,0xc4,0xc4,0xff,0x87,0x85,0x81, + 0xff,0xe2,0xd7,0xc4,0xff,0xff,0xf1,0xda,0xff,0xfd,0xef,0xd7,0xff,0xfc,0xee,0xd6, + 0xff,0xfb,0xec,0xd3,0xff,0xf9,0xe9,0xce,0xff,0xf6,0xe5,0xca,0xff,0xf4,0xe2,0xc5, + 0xff,0xf1,0xdd,0xbf,0xff,0xed,0xd7,0xb8,0xff,0xea,0xd2,0xb1,0xff,0xe6,0xcc,0xa7, + 0xff,0xe2,0xc4,0x9f,0xff,0xdc,0xbd,0x94,0xff,0xcc,0xac,0x83,0xff,0xf4,0xe5,0xd3, + 0xff,0xf6,0xe9,0xda,0xff,0xc0,0xab,0x82,0xff,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd8,0xc6,0xa0,0xff,0xff,0xff,0xff, + 0xff,0xc6,0xc4,0xc4,0xff,0xdb,0xda,0xdb,0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff, + 0xff,0xfb,0xfb,0xfb,0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf3,0xf3,0xff,0xf6,0xf5,0xf5, + 0xff,0xf7,0xf6,0xf6,0xff,0xf8,0xf8,0xf8,0xff,0xf9,0xf9,0xf9,0xff,0xfa,0xf9,0xf9, + 0xff,0xfa,0xfa,0xf8,0xff,0xf5,0xf5,0xf5,0xff,0xe4,0xe4,0xe3,0xff,0xbb,0xbb,0xba, + 0xff,0xcf,0xc7,0xb8,0xff,0xfe,0xf0,0xd7,0xff,0xfc,0xee,0xd4,0xff,0xfb,0xea,0xd1, + 0xff,0xf9,0xe8,0xcd,0xff,0xf6,0xe5,0xc9,0xff,0xf4,0xe1,0xc3,0xff,0xf2,0xdc,0xbf, + 0xff,0xed,0xd7,0xb6,0xff,0xea,0xd1,0xaf,0xff,0xe6,0xcb,0xa7,0xff,0xe2,0xc4,0x9d, + 0xff,0xdc,0xbd,0x95,0xff,0xd8,0xb6,0x89,0xff,0xc6,0xa3,0x79,0xff,0xf4,0xe4,0xcf, + 0xff,0xf6,0xe7,0xd7,0xff,0xc1,0xac,0x83,0xff,0x0,0x0,0x0,0x19,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc5,0xa0,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xc4,0xbd,0xb3,0xff,0xd9,0xd9,0xd9,0xff,0xfb,0xfb,0xfb, + 0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xff,0xf6,0xf5,0xf5,0xff,0xf4,0xf3,0xf3, + 0xff,0xf5,0xf4,0xf4,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf6,0xf5,0xff,0xf7,0xf6,0xf6, + 0xff,0xf5,0xf5,0xf4,0xff,0xf4,0xf3,0xf3,0xff,0xee,0xed,0xed,0xff,0xda,0xd9,0xd8, + 0xff,0xdc,0xd4,0xc6,0xff,0xfc,0xed,0xd4,0xff,0xfb,0xeb,0xd0,0xff,0xf9,0xe8,0xcc, + 0xff,0xf6,0xe5,0xc7,0xff,0xf4,0xe1,0xc2,0xff,0xf2,0xdc,0xbd,0xff,0xed,0xd7,0xb6, + 0xff,0xea,0xd2,0xaf,0xff,0xe6,0xcb,0xa6,0xff,0xe2,0xc4,0x9d,0xff,0xdc,0xbc,0x93, + 0xff,0xd7,0xb5,0x89,0xff,0xd1,0xad,0x7e,0xff,0xc1,0x9c,0x6e,0xff,0xf3,0xe0,0xcc, + 0xff,0xf5,0xe4,0xd2,0xff,0xc7,0xb3,0x8b,0xff,0x0,0x0,0x0,0xe,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc6,0xa1,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd,0xff,0xcf,0xc6,0xb8,0xff,0xd9,0xd9,0xd9, + 0xff,0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xfb,0xfa,0xfa,0xff,0xf6,0xf5,0xf5, + 0xff,0xf3,0xf2,0xf2,0xff,0xf3,0xf1,0xf1,0xff,0xf3,0xf2,0xf2,0xff,0xf1,0xf0,0xf0, + 0xff,0xf1,0xf0,0xee,0xff,0xed,0xec,0xec,0xff,0xea,0xea,0xe8,0xff,0xe1,0xe0,0xde, + 0xff,0xe9,0xdf,0xd0,0xff,0xfb,0xeb,0xcf,0xff,0xf9,0xe8,0xcb,0xff,0xf6,0xe3,0xc6, + 0xff,0xf4,0xe1,0xc0,0xff,0xf2,0xdc,0xbc,0xff,0xed,0xd6,0xb5,0xff,0xe9,0xd1,0xad, + 0xff,0xe5,0xcb,0xa5,0xff,0xe2,0xc4,0x9d,0xff,0xdc,0xbc,0x93,0xff,0xd7,0xb4,0x88, + 0xff,0xd1,0xac,0x7f,0xff,0xcb,0xa4,0x73,0xff,0xbb,0x93,0x65,0xff,0xf2,0xde,0xc7, + 0xff,0xf2,0xde,0xc8,0xff,0xe7,0xda,0xbf,0xef,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd9,0xc6,0xa0,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xef,0xd2,0xff,0xd0,0xc8,0xb8, + 0xff,0xda,0xda,0xda,0xff,0xfc,0xfb,0xfb,0xff,0xfe,0xfe,0xfe,0xff,0xf9,0xf8,0xf8, + 0xff,0xf4,0xf3,0xf3,0xff,0xf0,0xef,0xef,0xff,0xef,0xed,0xed,0xff,0xec,0xeb,0xeb, + 0xff,0xea,0xe8,0xe8,0xff,0xe6,0xe5,0xe5,0xff,0xe1,0xe0,0xde,0xff,0xda,0xd8,0xd7, + 0xff,0xef,0xe3,0xce,0xff,0xf9,0xe7,0xc9,0xff,0xf6,0xe4,0xc5,0xff,0xf4,0xdf,0xbf, + 0xff,0xf2,0xdb,0xbb,0xff,0xed,0xd6,0xb4,0xff,0xe9,0xd1,0xac,0xff,0xe5,0xcb,0xa4, + 0xff,0xe2,0xc3,0x9c,0xff,0xdc,0xbc,0x92,0xff,0xd7,0xb4,0x88,0xff,0xd0,0xab,0x7d, + 0xff,0xcb,0xa3,0x71,0xff,0xc4,0x9a,0x67,0xff,0xc7,0xa7,0x85,0xff,0xf7,0xea,0xda, + 0xff,0xfd,0xf4,0xe5,0xff,0xff,0xf2,0xd9,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc6,0xa1,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0, + 0xff,0xd1,0xc8,0xb9,0xff,0xd8,0xd7,0xd7,0xff,0xf8,0xf8,0xf8,0xff,0xfc,0xfb,0xfb, + 0xff,0xf6,0xf5,0xf5,0xff,0xee,0xed,0xed,0xff,0xe9,0xe8,0xe8,0xff,0xe7,0xe6,0xe4, + 0xff,0xe3,0xe2,0xe1,0xff,0xde,0xdd,0xda,0xff,0xd7,0xd5,0xd4,0xff,0xd6,0xd1,0xca, + 0xff,0xf7,0xe6,0xc8,0xff,0xf6,0xe4,0xc3,0xff,0xf4,0xe0,0xbf,0xff,0xf1,0xdb,0xb8, + 0xff,0xed,0xd6,0xb2,0xff,0xea,0xd0,0xab,0xff,0xe6,0xca,0xa3,0xff,0xe2,0xc4,0x9b, + 0xff,0xdc,0xbc,0x92,0xff,0xe1,0xc8,0xa7,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfb, + 0xff,0xff,0xfd,0xf7,0xff,0xff,0xfb,0xf4,0xff,0xff,0xf7,0xe8,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf2,0xd9,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xef,0xd0,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xef,0xd0,0xff,0xd2,0xc8,0xb9,0xff,0xd5,0xd4,0xd4,0xff,0xf6,0xf6,0xf6, + 0xff,0xf7,0xf7,0xf5,0xff,0xef,0xee,0xee,0xff,0xe7,0xe6,0xe5,0xff,0xe0,0xdf,0xdd, + 0xff,0xdb,0xd9,0xd7,0xff,0xd3,0xd1,0xd0,0xff,0xcc,0xc9,0xc5,0xff,0xec,0xdd,0xc5, + 0xff,0xf6,0xe3,0xc3,0xff,0xf4,0xdf,0xbd,0xff,0xf1,0xda,0xb8,0xff,0xee,0xd5,0xb2, + 0xff,0xea,0xd0,0xab,0xff,0xe6,0xca,0xa3,0xff,0xe2,0xc4,0x9b,0xff,0xdc,0xbc,0x90, + 0xff,0xd8,0xb5,0x87,0xff,0xdd,0xc1,0xa0,0xff,0xff,0xfd,0xfa,0xff,0xff,0xf8,0xea, + 0xff,0xff,0xf3,0xda,0xff,0xff,0xef,0xd0,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf1,0xd8, + 0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xef,0xd0,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1,0xff,0xdd,0xd2,0xc0,0xff,0xd5,0xd3,0xd2, + 0xff,0xec,0xec,0xeb,0xff,0xef,0xef,0xed,0xff,0xe5,0xe4,0xe3,0xff,0xdc,0xd9,0xd8, + 0xff,0xd0,0xce,0xcd,0xff,0xcd,0xc8,0xc4,0xff,0xe9,0xdb,0xc3,0xff,0xf7,0xe3,0xc1, + 0xff,0xf4,0xdf,0xbc,0xff,0xf1,0xda,0xb6,0xff,0xee,0xd6,0xb0,0xff,0xea,0xd1,0xaa, + 0xff,0xe5,0xc9,0xa2,0xff,0xe2,0xc2,0x99,0xff,0xdc,0xbb,0x90,0xff,0xd8,0xb4,0x86, + 0xff,0xd1,0xac,0x7c,0xff,0xda,0xbb,0x98,0xff,0xff,0xfb,0xf1,0xff,0xff,0xf2,0xd9, + 0xff,0xff,0xef,0xd0,0xff,0xff,0xf3,0xdc,0xff,0xff,0xf2,0xd9,0x60,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd1, + 0xff,0xff,0xf0,0xd1,0xff,0xff,0xf0,0xd1,0xff,0xff,0xef,0xd0,0xff,0xf7,0xe9,0xcd, + 0xff,0xeb,0xe1,0xd1,0xff,0xe8,0xe5,0xde,0xff,0xe2,0xe0,0xde,0xff,0xdc,0xd7,0xd2, + 0xff,0xe5,0xd9,0xc6,0xff,0xf4,0xe1,0xc2,0xff,0xf6,0xe1,0xbf,0xff,0xf4,0xdf,0xba, + 0xff,0xf2,0xd9,0xb6,0xff,0xed,0xd4,0xaf,0xff,0xea,0xcf,0xa8,0xff,0xe6,0xc9,0xa1, + 0xff,0xe2,0xc2,0x98,0xff,0xdc,0xbc,0x8f,0xff,0xd8,0xb4,0x85,0xff,0xd1,0xac,0x7c, + 0xff,0xcb,0xa3,0x70,0xff,0xd4,0xb4,0x8f,0xff,0xff,0xf9,0xeb,0xff,0xff,0xf0,0xd1, + 0xff,0xff,0xf3,0xdc,0xff,0xff,0xf2,0xd9,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc9,0xa3,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf2,0xe4,0xca, + 0xff,0xef,0xe2,0xca,0xff,0xea,0xe0,0xd3,0xff,0xe5,0xdf,0xd4,0xff,0xe2,0xd9,0xc9, + 0xff,0xe8,0xda,0xc0,0xff,0xea,0xd9,0xbc,0xff,0xe9,0xd5,0xb8,0xff,0xe5,0xd0,0xb1, + 0xff,0xe1,0xcb,0xab,0xff,0xdf,0xc7,0xa6,0xff,0xdb,0xc0,0x9e,0xff,0xd6,0xba,0x96, + 0xff,0xd1,0xb3,0x8d,0xff,0xcc,0xac,0x82,0xff,0xc6,0xa3,0x79,0xff,0xc1,0x9b,0x6e, + 0xff,0xbb,0x93,0x64,0xff,0xd6,0xbf,0xa6,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf3,0xdb, + 0xff,0xff,0xf2,0xd9,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc8,0xa3,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe, + 0xff,0xfe,0xfe,0xfc,0xff,0xfe,0xfd,0xfc,0xff,0xff,0xfd,0xfb,0xff,0xfe,0xfc,0xf9, + 0xff,0xfd,0xfb,0xf8,0xff,0xfd,0xfa,0xf6,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf8,0xf2, + 0xff,0xfc,0xf6,0xf0,0xff,0xfc,0xf5,0xec,0xff,0xfb,0xf3,0xeb,0xff,0xfa,0xf1,0xe7, + 0xff,0xf8,0xee,0xe2,0xff,0xf8,0xec,0xe0,0xff,0xf7,0xea,0xda,0xff,0xf5,0xe6,0xd6, + 0xff,0xf5,0xe4,0xd2,0xff,0xfc,0xf4,0xec,0xff,0xff,0xf6,0xe5,0xff,0xff,0xf1,0xd8, + 0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xfe,0xfe,0xfd, + 0xff,0xfe,0xfd,0xfb,0xff,0xfe,0xfc,0xfa,0xff,0xfe,0xfc,0xfa,0xff,0xfd,0xfb,0xf9, + 0xff,0xfe,0xfb,0xf7,0xff,0xfc,0xf8,0xf4,0xff,0xfd,0xf8,0xf2,0xff,0xfb,0xf5,0xf0, + 0xff,0xfb,0xf4,0xec,0xff,0xfb,0xf3,0xea,0xff,0xfa,0xf1,0xe7,0xff,0xf8,0xee,0xe2, + 0xff,0xf8,0xeb,0xdf,0xff,0xf7,0xea,0xda,0xff,0xf6,0xe6,0xd6,0xff,0xf5,0xe4,0xd2, + 0xff,0xf5,0xe2,0xcf,0xff,0xff,0xf9,0xec,0xff,0xff,0xf1,0xd8,0x60,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xdb,0xc9,0xa3,0xff,0xda,0xc8,0xa2, + 0xff,0xdb,0xc8,0xa3,0xff,0xdb,0xc8,0xa3,0xff,0xda,0xc8,0xa2,0xff,0xda,0xc8,0xa2, + 0xff,0xda,0xc7,0xa2,0xff,0xda,0xc6,0xa0,0xff,0xd8,0xc6,0xa0,0xff,0xd9,0xc6,0xa1, + 0xff,0xd9,0xc5,0x9f,0xff,0xd8,0xc6,0xa0,0xff,0xd7,0xc5,0x9e,0xff,0xd7,0xc5,0x9f, + 0xff,0xd7,0xc4,0x9d,0xff,0xd6,0xc3,0x9d,0xff,0xd6,0xc3,0x9c,0xff,0xd5,0xc3,0x9d, + 0xff,0xd5,0xc3,0x9b,0xff,0xd4,0xc1,0x9a,0xff,0xd3,0xc1,0x9a,0xff,0xd3,0xc1,0x99, + 0xff,0xd3,0xbf,0x99,0xff,0xd2,0xbf,0x98,0xff,0xd2,0xbe,0x97,0xff,0xd7,0xc5,0xa2, + 0xff,0xf6,0xec,0xd9,0xef,0xff,0xf1,0xd8,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff, + 0x9f,0xff,0xff,0xdb,0xdb,0xff,0xf0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xe0,0x0, + 0x0,0x0,0x0,0xff,0xff,0xff,0xe0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xe0,0x0, + 0x0,0x0,0x0,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x0,0xff,0xe0,0xff,0x80,0x0, + 0x0,0x0,0x0,0xff,0xe0,0xfe,0x0,0x0,0x0,0x0,0x0,0xff,0xe0,0xf8,0x0,0x0, + 0x0,0x0,0x0,0xff,0xe0,0xe0,0x0,0x0,0x0,0x0,0x0,0xff,0xe0,0xc0,0x0,0x0, + 0x0,0x0,0x0,0xff,0xe0,0xc0,0x0,0x0,0x0,0x0,0x0,0xff,0xc0,0xc0,0x0,0x0, + 0x0,0x0,0x0,0xff,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0xfc,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x0,0xf8,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0xf0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x0,0xe0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x0,0xc0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0x80,0x0,0x0, + 0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x0, + 0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x0, + 0x0,0x0,0x0,0xc0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0xc0,0x0,0xc0,0x0,0x0, + 0x0,0x0,0x0,0xe0,0x0,0xe0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0xf0,0x0,0x0, + 0x0,0x0,0x0,0xf0,0x0,0xf8,0x0,0x0,0x0,0x0,0x0,0xf8,0x0,0xfc,0x0,0x0, + 0x0,0x0,0x0,0xfc,0x0,0xfe,0x0,0x0,0x0,0x0,0x0,0xfe,0x0,0xff,0x0,0x0, + 0x0,0x0,0x0,0xff,0x0,0xff,0x80,0x0,0x0,0x0,0x0,0xff,0x80,0xff,0xc0,0x0, + 0x0,0x0,0x0,0xff,0xc0,0xff,0xe0,0x0,0x0,0x0,0x0,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x0,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x0,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x0,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x3,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x7,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0xf,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x1f,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0x3f,0xff,0xe0,0xff,0xe0,0x0,0x0,0x0,0x7f,0xff,0xe0,0xff,0xe0,0x0, + 0x0,0x0,0xff,0xff,0xe0,0xff,0xe0,0x0,0x0,0x1,0xff,0x18,0x0,0x28,0x0,0x0, + 0x0,0x20,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0xc,0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x31,0x0,0x0,0x0,0x3f,0x13,0x13,0x13,0x7c,0x70,0x70,0x70,0xbb,0x4,0x4,0x4, + 0x59,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x2f,0x0,0x0,0x0, + 0x2e,0x0,0x0,0x0,0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xc2,0xae,0x84,0xff,0xc1,0xae,0x82,0xff,0xc0,0xac,0x82,0xff,0xbf,0xab,0x80, + 0xff,0xbd,0xa9,0x7f,0xff,0xb4,0xa1,0x76,0xff,0x95,0x84,0x61,0xff,0x66,0x5a,0x43, + 0xff,0x86,0x82,0x7a,0xff,0xf0,0xf2,0xf3,0xff,0xff,0xff,0xff,0xff,0xae,0xac,0xa8, + 0xff,0x75,0x66,0x46,0xff,0x94,0x82,0x5a,0xff,0xa2,0x8d,0x62,0xff,0xab,0x95,0x67, + 0xff,0xaa,0x94,0x66,0xff,0xa9,0x93,0x64,0xff,0xa7,0x91,0x61,0xff,0xa6,0x90,0x5f, + 0xff,0xa3,0x8d,0x5d,0xff,0xa1,0x8b,0x59,0xff,0xa0,0x89,0x56,0xff,0x9f,0x88,0x55, + 0xff,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xc4,0xb0,0x86,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfa, + 0xff,0xe4,0xe3,0xe0,0xff,0xb0,0xae,0xaa,0xff,0x86,0x85,0x83,0xff,0xdf,0xe0,0xe1, + 0xff,0xff,0xff,0xff,0xff,0xda,0xd2,0xc5,0xff,0xc4,0xb8,0xa4,0xff,0xff,0xff,0xff, + 0xff,0xa6,0xa6,0xa4,0xff,0xbc,0xba,0xb4,0xff,0xe3,0xe1,0xdc,0xff,0xf8,0xf7,0xf4, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xa1,0x8a,0x57, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xc5,0xb1,0x88,0xff,0xfe,0xfe,0xfe,0xff,0xe9,0xdf,0xcd,0xff,0xc6,0xc2,0xbb, + 0xff,0x91,0x91,0x90,0xff,0xc5,0xc5,0xc6,0xff,0xff,0xff,0xff,0xff,0xe2,0xde,0xd8, + 0xff,0xb7,0x9c,0x6e,0xff,0xc7,0x96,0x3c,0xff,0xc9,0x9a,0x3e,0xff,0xc7,0xb8,0xa4, + 0xff,0xff,0xff,0xff,0xff,0xa2,0xa2,0xa2,0xff,0xcb,0xca,0xc9,0xff,0xed,0xe7,0xde, + 0xff,0xf4,0xe8,0xd1,0xff,0xf3,0xe6,0xcd,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcc, + 0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf6,0xff,0xa1,0x8b,0x59, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x3,0xc3,0xb0,0x88,0xff,0xe2,0xe2,0xe2,0xff,0x9d,0x99,0x90,0xff,0xb7,0xb7,0xb4, + 0xff,0xff,0xff,0xff,0xff,0xf2,0xf2,0xf2,0xff,0xb3,0x9a,0x75,0xff,0xbb,0x88,0x19, + 0xff,0xe1,0xad,0x47,0xff,0xf2,0xc8,0x7e,0xff,0xf1,0xc4,0x76,0xff,0xc1,0x89,0x12, + 0xff,0xc5,0xb5,0x9f,0xff,0xff,0xff,0xff,0xff,0x9b,0x99,0x95,0xff,0xd3,0xcd,0xc2, + 0xff,0xf3,0xee,0xe3,0xff,0xff,0xfb,0xf1,0xff,0xff,0xf9,0xee,0xff,0xff,0xf9,0xec, + 0xff,0xff,0xf8,0xea,0xff,0xf3,0xe6,0xcc,0xff,0xfc,0xf9,0xf3,0xff,0xa4,0x8e,0x5d, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x17,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x2a,0x97,0x8b,0x73,0xff,0xa5,0xa5,0xa5,0xff,0xf2,0xf4,0xf7,0xff,0xfe,0xff,0xff, + 0xff,0xc4,0xb5,0x9e,0xff,0xac,0x7e,0x20,0xff,0xce,0x93,0x0,0xff,0xee,0xbe,0x5d, + 0xff,0xf6,0xd0,0x85,0xff,0xf5,0xca,0x77,0xff,0xea,0xb1,0x41,0xff,0xe4,0xa4,0x24, + 0xff,0xbe,0x87,0x2b,0xff,0xda,0xcf,0xc5,0xff,0xff,0xff,0xff,0xff,0x9f,0x9e,0x9b, + 0xff,0xdd,0xda,0xd4,0xff,0xf4,0xee,0xe6,0xff,0xff,0xf9,0xf0,0xff,0xff,0xf9,0xed, + 0xff,0xff,0xf8,0xea,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf3,0xff,0xa5,0x8f,0x5f, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x2f,0x3,0x3,0x3,0x50,0x68,0x68,0x66, + 0xae,0xe0,0xe1,0xe3,0xff,0xff,0xff,0xff,0xff,0xce,0xc3,0xb3,0xff,0xa8,0x7b,0x29, + 0xff,0xbe,0x7e,0x0,0xff,0xe3,0xab,0x25,0xff,0xf1,0xc3,0x5f,0xff,0xf6,0xce,0x78, + 0xff,0xf2,0xbe,0x56,0xff,0xee,0xb5,0x44,0xff,0xfd,0xd1,0x8b,0xff,0xd7,0xbd,0x89, + 0xff,0x80,0x7e,0x40,0xff,0x43,0x55,0x1b,0xff,0xc9,0xd1,0xcb,0xff,0xf9,0xf8,0xfa, + 0xff,0xa1,0xa0,0x9d,0xff,0xdd,0xda,0xd3,0xff,0xee,0xe8,0xe0,0xff,0xfe,0xf8,0xed, + 0xff,0xff,0xf8,0xeb,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xfa,0xf3,0xff,0xa7,0x91,0x61, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x14,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x28,0x3b,0x3b,0x3a,0x89,0xd0,0xd0,0xd1,0xf3,0xff,0xff,0xff, + 0xff,0xe3,0xe1,0xdd,0xff,0xa2,0x7d,0x41,0xff,0xb0,0x6c,0x0,0xff,0xd7,0x95,0x0, + 0xff,0xe8,0xb3,0x31,0xff,0xf1,0xc2,0x55,0xff,0xf4,0xc8,0x65,0xff,0xf0,0xbd,0x51, + 0xff,0xec,0xb4,0x44,0xff,0xf9,0xdc,0xb0,0xff,0x90,0x9d,0x74,0xff,0x32,0x73,0x40, + 0xff,0x2b,0x8e,0x4f,0xff,0x31,0x98,0x3e,0xff,0x38,0x7d,0x36,0xff,0xdf,0xe2,0xdf, + 0xff,0xf3,0xf2,0xf2,0xff,0xac,0xaa,0xa6,0xff,0xe6,0xe1,0xd9,0xff,0xf1,0xec,0xe1, + 0xff,0xff,0xf7,0xeb,0xff,0xf3,0xe6,0xcd,0xff,0xfc,0xf9,0xf3,0xff,0xa8,0x92,0x64, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0xc,0x1,0x1,0x1, + 0x2f,0x82,0x82,0x81,0xbe,0xfd,0xff,0xff,0xff,0xee,0xee,0xed,0xff,0xb0,0x94,0x69, + 0xff,0xa2,0x62,0x0,0xff,0xc4,0x7a,0x0,0xff,0xde,0x9e,0x0,0xff,0xea,0xb5,0x1f, + 0xff,0xee,0xbc,0x38,0xff,0xf1,0xc1,0x4c,0xff,0xf2,0xc4,0x57,0xff,0xea,0xae,0x1b, + 0xff,0xfd,0xd5,0x9a,0xff,0x89,0xa2,0x80,0xff,0x1f,0x88,0x56,0xff,0x44,0xbc,0x85, + 0xff,0x4a,0xc8,0x85,0xff,0x46,0xbe,0x6d,0xff,0x32,0xa0,0x3e,0xff,0x46,0x84,0x4c, + 0xff,0xe9,0xea,0xe9,0xff,0xdf,0xde,0xe0,0xff,0xc5,0xc1,0xbb,0xff,0xf9,0xf4,0xe9, + 0xff,0xfc,0xf6,0xe9,0xff,0xf2,0xe5,0xcc,0xff,0xfc,0xf9,0xf2,0xff,0xaa,0x94,0x66, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x2,0x2,0x2,0x1a,0xa1,0xa1,0xa1, + 0xd3,0xff,0xff,0xff,0xff,0xc4,0xb8,0xa8,0xff,0x96,0x5b,0x0,0xff,0xb8,0x67,0x0, + 0xff,0xd1,0x85,0x0,0xff,0xdd,0x9c,0x0,0xff,0xeb,0xb4,0x0,0xff,0xec,0xb7,0xf, + 0xff,0xec,0xb7,0x22,0xff,0xef,0xbd,0x3d,0xff,0xf0,0xbf,0x49,0xff,0xe7,0xa8,0x0, + 0xff,0xfd,0xd7,0xa0,0xff,0x78,0x9f,0x80,0xff,0x32,0xaf,0x7e,0xff,0x53,0xd2,0xa0, + 0xff,0x4d,0xca,0x89,0xff,0x48,0xc0,0x6e,0xff,0x42,0xb8,0x5e,0xff,0x24,0x95,0x2f, + 0xff,0x46,0x81,0x4e,0xff,0xf1,0xf2,0xf0,0xff,0xd8,0xd7,0xd6,0xff,0xdf,0xda,0xd2, + 0xff,0xff,0xf9,0xed,0xff,0xf4,0xe7,0xd0,0xff,0xfc,0xf9,0xf3,0xff,0xad,0x97,0x69, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x8d,0x8d,0x8b,0xb3,0xff,0xff,0xff, + 0xff,0xb3,0xa3,0x94,0xff,0x86,0x3e,0x0,0xff,0xba,0x6a,0x0,0xff,0xce,0x84,0x0, + 0xff,0xd7,0x92,0x0,0xff,0xe7,0xac,0x0,0xff,0xea,0xb1,0x0,0xff,0xea,0xb1,0x0, + 0xff,0xe9,0xb2,0x0,0xff,0xed,0xb8,0x24,0xff,0xee,0xbc,0x39,0xff,0xe4,0xa0,0x0, + 0xff,0xfb,0xcb,0x87,0xff,0x9b,0xba,0xa4,0xff,0x29,0xa7,0x78,0xff,0x55,0xd5,0x9f, + 0xff,0x3a,0xb0,0x97,0xff,0x5,0x7d,0xb0,0xff,0x2c,0x9d,0x85,0xff,0x3b,0xb2,0x57, + 0xff,0x10,0x87,0x1d,0xff,0x52,0x83,0x5a,0xff,0xff,0xfe,0xff,0xff,0xd7,0xd5,0xd4, + 0xff,0xf5,0xf0,0xe4,0xff,0xf8,0xed,0xd8,0xff,0xfc,0xf9,0xf2,0xff,0xae,0x98,0x6b, + 0xff,0x0,0x0,0x0,0x16,0x66,0x66,0x66,0x49,0xef,0xf0,0xf2,0xff,0xc8,0xbf,0xb8, + 0xff,0x75,0x2f,0x0,0xff,0xa5,0x54,0x0,0xff,0xbd,0x71,0x0,0xff,0xcb,0x82,0x0, + 0xff,0xe1,0x9f,0x0,0xff,0xea,0xab,0x0,0xff,0xe8,0xae,0x0,0xff,0xe6,0xaa,0x0, + 0xff,0xe9,0xb2,0x0,0xff,0xea,0xb3,0x0,0xff,0xea,0xb2,0x0,0xff,0xe0,0x9a,0x0, + 0xff,0xff,0xe1,0xba,0xff,0x85,0xad,0x94,0xff,0x28,0xaa,0x7d,0xff,0x55,0xd3,0x9b, + 0xff,0x3b,0xb3,0xb1,0xff,0x16,0xb4,0xff,0xff,0x30,0xa5,0xac,0xff,0x3c,0xb7,0x5c, + 0xff,0x28,0x9f,0x4b,0xff,0x0,0x73,0x0,0xff,0x60,0x89,0x6a,0xff,0xff,0xfd,0xff, + 0xff,0xcf,0xcd,0xca,0xff,0xf7,0xee,0xdd,0xff,0xfc,0xf8,0xf0,0xff,0xb1,0x9c,0x6c, + 0xff,0x0,0x0,0x0,0x16,0x99,0x99,0x99,0x9e,0xfe,0xff,0xff,0xff,0x7f,0x53,0x2a, + 0xff,0x88,0x36,0x0,0xff,0x91,0x4c,0x0,0xff,0xa1,0x5c,0x0,0xff,0xcd,0x80,0x0, + 0xff,0xc9,0x93,0x0,0xff,0xbb,0x90,0x0,0xff,0xea,0xa7,0x0,0xff,0xe5,0xa8,0x0, + 0xff,0xe7,0xac,0x0,0xff,0xe9,0xb0,0x0,0xff,0xe5,0xa3,0x0,0xff,0xed,0xb2,0x4c, + 0xff,0xc7,0xcb,0xb7,0xff,0x1c,0x91,0x65,0xff,0x4d,0xce,0xa4,0xff,0x56,0xd5,0x98, + 0xff,0x4e,0xcb,0x8a,0xff,0x44,0xb8,0x79,0xff,0x45,0xc0,0x70,0xff,0x37,0xae,0x5e, + 0xff,0x23,0x9e,0x45,0xff,0xc,0x86,0x2a,0xff,0x0,0x5b,0x0,0xff,0x66,0x8d,0x72, + 0xff,0xfe,0xfd,0xfd,0xff,0xcb,0xc7,0xc2,0xff,0xfb,0xf7,0xee,0xff,0xb3,0x9d,0x6f, + 0xff,0x0,0x0,0x0,0x16,0xaf,0xb0,0xb0,0xcd,0xeb,0xeb,0xea,0xff,0x70,0x33,0x0, + 0xff,0x8d,0x3a,0x0,0xff,0x7b,0x3d,0x0,0xff,0x72,0x3c,0x0,0xff,0xaf,0x6c,0x0, + 0xff,0xbc,0x89,0x0,0xff,0x99,0x99,0x9b,0xff,0xc3,0x94,0x0,0xff,0xea,0xa8,0x0, + 0xff,0xe4,0xa8,0x0,0xff,0xe7,0xaa,0x0,0xff,0xda,0x8b,0x0,0xff,0xef,0xb1,0x4f, + 0xff,0xaa,0xb8,0x9d,0xff,0x1d,0xa1,0x74,0xff,0x4b,0xc7,0xa4,0xff,0x25,0x95,0xa7, + 0xff,0x37,0xa9,0x92,0xff,0x46,0xc6,0x71,0xff,0x40,0xb8,0x6b,0xff,0x17,0x91,0xc4, + 0xff,0x17,0x8a,0x83,0xff,0x5,0x85,0xd,0xff,0x0,0x63,0x0,0xff,0x0,0x47,0x0, + 0xff,0xb7,0xc0,0xb8,0xff,0xfd,0xfb,0xfb,0xff,0xdf,0xdc,0xd7,0xff,0xb3,0x9e,0x72, + 0xff,0x0,0x0,0x0,0x16,0xb0,0xb1,0xb1,0xcb,0xdd,0xda,0xd7,0xff,0x65,0x22,0x0, + 0xff,0x78,0x2c,0x0,0xff,0x55,0x25,0x0,0xff,0x5a,0x2b,0x0,0xff,0x6c,0x3a,0x0, + 0xff,0x96,0x7a,0x42,0xff,0xe9,0xed,0xf2,0xff,0xb2,0xb1,0xb2,0xff,0xbc,0x8f,0x0, + 0xff,0xe5,0x9c,0x0,0xff,0xd8,0x8c,0x0,0xff,0xe2,0x9e,0x0,0xff,0xfb,0xcc,0x92, + 0xff,0xbb,0xb8,0x98,0xff,0x29,0x98,0x63,0xff,0x3a,0xb2,0xac,0xff,0x0,0xab,0xff, + 0xff,0x25,0x9c,0xc5,0xff,0x46,0xbf,0x67,0xff,0x3b,0xb1,0x5f,0xff,0x2d,0x9f,0x7b, + 0xff,0x6,0x7f,0x3d,0xff,0x7,0x68,0x14,0xff,0x5f,0x87,0x6b,0xff,0xc6,0xcd,0xc7, + 0xff,0xe6,0xe5,0xe5,0xff,0xe8,0xe2,0xd9,0xff,0xf7,0xf2,0xeb,0xff,0xb4,0x9f,0x72, + 0xff,0x0,0x0,0x0,0x16,0x94,0x94,0x94,0x94,0xf3,0xf1,0xf0,0xff,0x5d,0x2a,0x0, + 0xff,0x33,0x8,0x0,0xff,0x37,0x13,0x0,0xff,0x44,0x18,0x0,0xff,0x46,0x1f,0x0, + 0xff,0xc1,0xbd,0xb7,0xff,0xff,0xff,0xff,0xff,0xf0,0xf2,0xf3,0xff,0xad,0xaf,0xaf, + 0xff,0xb2,0x7c,0x0,0xff,0xf0,0xb7,0x5c,0xff,0xd0,0xbc,0x94,0xff,0x6c,0x8e,0x65, + 0xff,0x21,0x89,0x5a,0xff,0x3b,0xba,0x87,0xff,0x4f,0xcc,0x95,0xff,0x48,0xba,0x94, + 0xff,0x47,0xb9,0x77,0xff,0x3e,0xb0,0x55,0xff,0x25,0x94,0x2d,0xff,0x1e,0x76,0x16, + 0xff,0x6e,0x91,0x72,0xff,0xd5,0xd6,0xd5,0xff,0xf4,0xee,0xf1,0xff,0xeb,0xe7,0xe2, + 0xff,0xf8,0xef,0xe3,0xff,0xf5,0xe8,0xd2,0xff,0xfb,0xf5,0xee,0xff,0xb6,0xa1,0x75, + 0xff,0x0,0x0,0x0,0x16,0x60,0x60,0x61,0x2f,0x86,0x87,0x87,0xf1,0x1e,0x13,0xd, + 0xff,0x7,0x0,0x0,0xff,0x14,0x0,0x0,0xff,0x2b,0xc,0x0,0xff,0x95,0x8c,0x83, + 0xff,0xfd,0xfd,0xfe,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xee,0xef,0xf1, + 0xff,0xb4,0xb1,0xb2,0xff,0x91,0x8d,0x6d,0xff,0x2d,0x81,0x4c,0xff,0x2a,0xa6,0x74, + 0xff,0x47,0xc5,0x8f,0xff,0x4f,0xca,0x90,0xff,0x4b,0xc2,0x7e,0xff,0x44,0xb7,0x5d, + 0xff,0x31,0x9b,0x35,0xff,0x34,0x84,0x35,0xff,0x79,0x9d,0x7e,0xff,0xcd,0xd1,0xcd, + 0xff,0xf1,0xec,0xed,0xff,0xeb,0xe7,0xe3,0xff,0xf7,0xf1,0xe3,0xff,0xff,0xf6,0xe4, + 0xff,0xfd,0xf2,0xde,0xff,0xee,0xde,0xc3,0xff,0xfa,0xf4,0xeb,0xff,0xb7,0xa2,0x76, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x57,0x56,0x56,0x3d,0x63,0x62,0x62, + 0xea,0x69,0x62,0x61,0xff,0x88,0x83,0x80,0xff,0xcd,0xcc,0xcc,0xff,0xfd,0xfe,0xff, + 0xff,0xf9,0xf8,0xf8,0xff,0xfb,0xfa,0xfa,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xf1,0xf2,0xff,0xa8,0xa9,0xab,0xff,0x54,0x9e,0x77,0xff,0x45,0xcb,0x85, + 0xff,0x49,0xc0,0x7b,0xff,0x41,0xb0,0x5c,0xff,0x2f,0x95,0x2f,0xff,0x40,0x86,0x3f, + 0xff,0x8a,0xa5,0x8b,0xff,0xd6,0xd7,0xd5,0xff,0xf0,0xea,0xed,0xff,0xeb,0xe7,0xe1, + 0xff,0xf9,0xf2,0xe6,0xff,0xff,0xf6,0xe7,0xff,0xfe,0xf5,0xe1,0xff,0xfb,0xf0,0xdb, + 0xff,0xfa,0xec,0xd6,0xff,0xe9,0xd8,0xbb,0xff,0xf9,0xf3,0xe8,0xff,0xb9,0xa3,0x78, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7c,0x7a,0x77, + 0x3f,0xcc,0xcc,0xcc,0xf3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf7,0xf6,0xf6, + 0xff,0xf5,0xf4,0xf4,0xff,0xf8,0xf8,0xf8,0xff,0xfb,0xfb,0xfb,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xf1,0xf1,0xff,0xaf,0xad,0xad,0xff,0x4f,0x98,0x63, + 0xff,0x32,0x9c,0x33,0xff,0x3b,0x83,0x31,0xff,0x81,0x9b,0x7f,0xff,0xde,0xdc,0xdc, + 0xff,0xef,0xeb,0xee,0xff,0xe7,0xe4,0xdd,0xff,0xf7,0xf1,0xe4,0xff,0xff,0xf7,0xe8, + 0xff,0xff,0xf5,0xe5,0xff,0xfd,0xf2,0xe0,0xff,0xfc,0xf0,0xdb,0xff,0xfa,0xec,0xd4, + 0xff,0xf6,0xe7,0xce,0xff,0xe7,0xd4,0xb4,0xff,0xf8,0xf0,0xe5,0xff,0xba,0xa5,0x7a, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x74,0x72,0x70,0x38,0xbe,0xbd,0xbd,0xe7,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff, + 0xff,0xf8,0xf8,0xf8,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf9,0xf9,0xff,0xfb,0xfb,0xfb, + 0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xf3,0xf1,0xf2,0xff,0xa9,0xa9,0xa5, + 0xff,0x6b,0x82,0x69,0xff,0xd4,0xd6,0xd2,0xff,0xf2,0xee,0xee,0xff,0xe8,0xe4,0xdc, + 0xff,0xf6,0xf0,0xe2,0xff,0xff,0xf8,0xe7,0xff,0xff,0xf7,0xe7,0xff,0xff,0xf6,0xe4, + 0xff,0xfe,0xf3,0xdf,0xff,0xfc,0xf0,0xd9,0xff,0xf9,0xea,0xd5,0xff,0xf7,0xe8,0xcf, + 0xff,0xf5,0xe3,0xc8,0xff,0xe3,0xcd,0xac,0xff,0xf8,0xef,0xe3,0xff,0xbc,0xa7,0x7c, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x77,0x75,0x73,0x2f,0xbc,0xbc,0xbb,0xe4,0xfb,0xfb,0xfb, + 0xff,0xff,0xff,0xff,0xff,0xf8,0xf7,0xf7,0xff,0xf5,0xf4,0xf4,0xff,0xf8,0xf7,0xf7, + 0xff,0xfc,0xfb,0xfb,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xf2,0xf1,0xf1, + 0xff,0xba,0xb6,0xb7,0xff,0xb8,0xb5,0xb0,0xff,0xf8,0xf0,0xe0,0xff,0xff,0xf6,0xe6, + 0xff,0xff,0xf6,0xe5,0xff,0xff,0xf6,0xe6,0xff,0xff,0xf7,0xe5,0xff,0xff,0xf4,0xdf, + 0xff,0xfc,0xee,0xd8,0xff,0xfa,0xeb,0xd3,0xff,0xf7,0xe8,0xce,0xff,0xf5,0xe4,0xc9, + 0xff,0xf0,0xdb,0xbd,0xff,0xdd,0xc4,0xa2,0xff,0xf6,0xeb,0xdc,0xff,0xbd,0xa9,0x7f, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7e,0x7d,0x7c,0x30,0xc1,0xc0,0xc0, + 0xe8,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf5,0xf5, + 0xff,0xf8,0xf7,0xf7,0xff,0xfc,0xfb,0xfb,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff, + 0xff,0xf3,0xf3,0xf3,0xff,0xab,0xa9,0xa9,0xff,0xc6,0xbf,0xb2,0xff,0xff,0xf6,0xe4, + 0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe3,0xff,0xff,0xf5,0xe1,0xff,0xfd,0xf1,0xdc, + 0xff,0xf9,0xea,0xd2,0xff,0xf6,0xe5,0xca,0xff,0xf3,0xe1,0xc2,0xff,0xed,0xd7,0xb8, + 0xff,0xe8,0xce,0xac,0xff,0xd6,0xba,0x95,0xff,0xf5,0xe8,0xd8,0xff,0xbe,0xaa,0x7f, + 0xff,0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x81,0x80,0x7f, + 0x26,0xc5,0xc2,0xb9,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xff,0xff,0xf9,0xf8,0xf8, + 0xff,0xf5,0xf4,0xf4,0xff,0xf8,0xf8,0xf8,0xff,0xfb,0xfb,0xfb,0xff,0xfe,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xf2,0xf2,0xf0,0xff,0xae,0xad,0xab,0xff,0xbe,0xb7,0xaa, + 0xff,0xff,0xf5,0xe1,0xff,0xff,0xf4,0xdf,0xff,0xff,0xf2,0xdd,0xff,0xfd,0xef,0xd6, + 0xff,0xf7,0xe7,0xcc,0xff,0xf3,0xdf,0xbf,0xff,0xed,0xd7,0xb6,0xff,0xe8,0xce,0xaa, + 0xff,0xe1,0xc4,0x9e,0xff,0xcf,0xb0,0x88,0xff,0xf5,0xe5,0xd2,0xff,0xc0,0xab,0x82, + 0xff,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd6,0xc6,0xa5,0xff,0xd7,0xd6,0xd6,0xff,0xfd,0xfc,0xfc,0xff,0xff,0xff,0xff, + 0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf5,0xf5,0xff,0xf9,0xf8,0xf8,0xff,0xfa,0xfa,0xfa, + 0xff,0xfc,0xfc,0xfc,0xff,0xfe,0xfd,0xfd,0xff,0xee,0xee,0xee,0xff,0xaa,0xa9,0xa9, + 0xff,0xd1,0xc8,0xb7,0xff,0xff,0xf2,0xda,0xff,0xfe,0xf1,0xd9,0xff,0xfb,0xec,0xd4, + 0xff,0xf6,0xe4,0xc7,0xff,0xed,0xd7,0xb6,0xff,0xe8,0xcd,0xa9,0xff,0xe1,0xc3,0x9c, + 0xff,0xd9,0xb9,0x8e,0xff,0xc7,0xa3,0x78,0xff,0xf3,0xe1,0xcc,0xff,0xc1,0xae,0x83, + 0xff,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd9,0xc6,0x9f,0xff,0xfa,0xfa,0xfa,0xff,0xd4,0xd0,0xca,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xff,0xf8,0xf7,0xf7,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6, + 0xff,0xf9,0xf8,0xf8,0xff,0xf8,0xf8,0xf8,0xff,0xf7,0xf7,0xf5,0xff,0xe0,0xdf,0xde, + 0xff,0xd1,0xca,0xbd,0xff,0xfd,0xef,0xd6,0xff,0xfb,0xec,0xd3,0xff,0xf9,0xe7,0xcd, + 0xff,0xf2,0xdd,0xbd,0xff,0xe8,0xcd,0xa8,0xff,0xe1,0xc3,0x9b,0xff,0xd9,0xb7,0x8c, + 0xff,0xd0,0xaa,0x7d,0xff,0xbd,0x96,0x68,0xff,0xf5,0xe6,0xd4,0xff,0xdd,0xce,0xb0, + 0xff,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xd9,0xc6,0xa0,0xff,0xff,0xff,0xff,0xff,0xf1,0xe7,0xd5,0xff,0xcf,0xcb,0xc4, + 0xff,0xfa,0xfa,0xfa,0xff,0xff,0xfe,0xfe,0xff,0xf6,0xf5,0xf5,0xff,0xf3,0xf2,0xf2, + 0xff,0xf3,0xf2,0xf2,0xff,0xf0,0xef,0xef,0xff,0xed,0xec,0xec,0xff,0xe5,0xe5,0xe4, + 0xff,0xe7,0xe0,0xd3,0xff,0xfc,0xec,0xd1,0xff,0xf9,0xe8,0xcc,0xff,0xf5,0xe1,0xc1, + 0xff,0xea,0xd1,0xaa,0xff,0xe1,0xc2,0x99,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xf0,0xff,0xff,0xf1,0xda, + 0x8f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xda,0xc7,0xa2,0xff,0xff,0xff,0xff,0xff,0xf5,0xe8,0xd4,0xff,0xf7,0xe8,0xcb, + 0xff,0xcc,0xca,0xc5,0xff,0xfa,0xfa,0xfa,0xff,0xfc,0xfc,0xfb,0xff,0xf2,0xf1,0xef, + 0xff,0xec,0xeb,0xeb,0xff,0xe9,0xe7,0xe7,0xff,0xe3,0xe1,0xe0,0xff,0xd8,0xd7,0xd6, + 0xff,0xf0,0xe2,0xcd,0xff,0xf9,0xe7,0xca,0xff,0xf4,0xe0,0xc1,0xff,0xec,0xd3,0xaf, + 0xff,0xe1,0xc4,0x9b,0xff,0xd9,0xb7,0x8b,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xeb, + 0xff,0xff,0xf2,0xd7,0xff,0xff,0xf2,0xd9,0xff,0xff,0xf2,0xd9,0x9f,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xda,0xc8,0xa2,0xff,0xff,0xff,0xff,0xff,0xf3,0xe7,0xce,0xff,0xff,0xef,0xce, + 0xff,0xf7,0xe8,0xcc,0xff,0xcf,0xcb,0xc5,0xff,0xf3,0xf3,0xf3,0xff,0xf4,0xf4,0xf3, + 0xff,0xe8,0xe6,0xe6,0xff,0xde,0xdc,0xda,0xff,0xd5,0xd2,0xcf,0xff,0xdf,0xd5,0xc7, + 0xff,0xf8,0xe5,0xc5,0xff,0xf4,0xe0,0xbc,0xff,0xec,0xd4,0xae,0xff,0xe2,0xc4,0x9a, + 0xff,0xd9,0xb6,0x8a,0xff,0xdd,0xc1,0x9f,0xff,0xff,0xff,0xff,0xff,0xff,0xf1,0xd7, + 0xff,0xff,0xf1,0xd8,0xff,0xff,0xf2,0xd9,0x9f,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xda,0xc7,0xa2,0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcc,0xff,0xf5,0xe7,0xcc, + 0xff,0xfb,0xec,0xce,0xff,0xfb,0xeb,0xcf,0xff,0xe2,0xd9,0xc8,0xff,0xea,0xe7,0xe2, + 0xff,0xe5,0xe3,0xde,0xff,0xdb,0xd5,0xcc,0xff,0xe5,0xd7,0xc0,0xff,0xee,0xdb,0xba, + 0xff,0xe8,0xd3,0xb0,0xff,0xe3,0xcb,0xa8,0xff,0xda,0xbd,0x99,0xff,0xcf,0xb0,0x88, + 0xff,0xc6,0xa3,0x77,0xff,0xce,0xb3,0x91,0xff,0xff,0xff,0xff,0xff,0xff,0xf2,0xd9, + 0xff,0xff,0xf1,0xd8,0x9f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xdb,0xc9,0xa3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfd,0xfa,0xff,0xfd,0xf8,0xf0,0xff,0xfa,0xf4,0xe9,0xff,0xf6,0xf2,0xeb, + 0xff,0xf6,0xf3,0xee,0xff,0xf7,0xf2,0xeb,0xff,0xfb,0xf6,0xf0,0xff,0xfb,0xf6,0xef, + 0xff,0xfb,0xf4,0xec,0xff,0xfa,0xf1,0xe7,0xff,0xf9,0xee,0xe3,0xff,0xf8,0xeb,0xdd, + 0xff,0xf6,0xe7,0xd6,0xff,0xf7,0xea,0xdb,0xff,0xff,0xfa,0xf0,0xff,0xff,0xf1,0xd8, + 0x9f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xda,0xc8,0xa2,0xff,0xdb,0xc9,0xa3,0xff,0xd9,0xc7,0xa1,0xff,0xd9,0xc7,0xa1, + 0xff,0xda,0xc8,0xa2,0xff,0xda,0xc7,0xa3,0xff,0xdb,0xc9,0xa4,0xff,0xdb,0xc9,0xa5, + 0xff,0xda,0xc6,0xa4,0xff,0xd8,0xc6,0x9f,0xff,0xd7,0xc4,0x9d,0xff,0xd7,0xc5,0x9f, + 0xff,0xd8,0xc6,0xa3,0xff,0xd7,0xc6,0xa0,0xff,0xd5,0xc3,0x9e,0xff,0xd3,0xc0,0x99, + 0xff,0xd1,0xbf,0x97,0xff,0xf1,0xe6,0xd1,0xff,0xff,0xf1,0xd9,0x8f,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xfe,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x0,0xfe,0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0xf0,0x0,0x0,0x0,0xc0,0x0,0x0, + 0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0, + 0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0, + 0x0,0xc0,0x0,0x0,0x0,0xe0,0x0,0x0,0x0,0xf0,0x0,0x0,0x0,0xf8,0x0,0x0, + 0x0,0xfc,0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0xfe,0x0,0x0, + 0x1,0xfe,0x0,0x0,0x3,0xfe,0x0,0x0,0x7,0xfe,0x0,0x0,0xf,0xfe,0x0,0x0, + 0x1f,0xfe,0x0,0x0,0x3f,0x28,0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x30,0x0,0x0, + 0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x32,0x32,0x33,0x6,0xf,0xf,0x11, + 0x2f,0xd,0xd,0xd,0x2b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x29,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x32,0x0,0x0,0x0,0x39,0x3,0x3,0x3,0x5a,0x46,0x47,0x4a,0xa1,0xd3,0xd5,0xd5, + 0xf1,0xbb,0xbb,0xbf,0xe1,0x4,0x4,0x5,0x5d,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0, + 0x32,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb2,0x9c,0x6f, + 0xff,0xaf,0x99,0x6b,0xff,0xac,0x96,0x68,0xff,0xa2,0x8d,0x62,0xff,0x88,0x76,0x51, + 0xff,0x72,0x68,0x52,0xff,0xc4,0xc4,0xc0,0xff,0xf9,0xf8,0xf5,0xff,0xe2,0xd1,0xb6, + 0xff,0xeb,0xe2,0xd5,0xff,0xad,0xac,0xa7,0xff,0x82,0x6f,0x47,0xff,0x9f,0x87,0x54, + 0xff,0x9e,0x86,0x53,0xff,0x9b,0x83,0x50,0xff,0x9a,0x81,0x4e,0xff,0x99,0x7f,0x4c, + 0xff,0x96,0x7d,0x49,0xff,0x94,0x7b,0x45,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0xac,0x97,0x6b, + 0xff,0xe8,0xe8,0xe8,0xff,0xc9,0xc9,0xc9,0xff,0x9e,0x9f,0xa1,0xff,0xbc,0xc1,0xc6, + 0xff,0xf3,0xf3,0xf3,0xff,0xf1,0xe6,0xd2,0xff,0xce,0xa8,0x61,0xff,0xd9,0xa6,0x49, + 0xff,0xcc,0xa1,0x57,0xff,0xf1,0xe7,0xdb,0xff,0xb6,0xb7,0xba,0xff,0xcd,0xcd,0xcd, + 0xff,0xfb,0xfb,0xfb,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x96,0x7d,0x49,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0xf,0x0,0x0,0x0,0x1b,0x92,0x81,0x5c, + 0xff,0xaa,0xaa,0xab,0xff,0xa9,0xab,0xa8,0xff,0xec,0xed,0xee,0xff,0xf5,0xee,0xe3, + 0xff,0xda,0xb6,0x6a,0xff,0xcf,0x9c,0x1f,0xff,0xef,0xbf,0x61,0xff,0xfa,0xc9,0x72, + 0xff,0xef,0xae,0x3b,0xff,0xc6,0x94,0x52,0xff,0xec,0xe7,0xe5,0xff,0xac,0xa7,0xa4, + 0xff,0xc6,0xbc,0xa7,0xff,0xe9,0xdc,0xc4,0xff,0xef,0xe2,0xca,0xff,0xf3,0xe6,0xcd, + 0xff,0xff,0xff,0xff,0xff,0x98,0x7f,0x4b,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x1e,0x7,0x7,0x7,0x4d,0x89,0x84,0x77, + 0xff,0xe3,0xe6,0xea,0xff,0xf6,0xf2,0xeb,0xff,0xe6,0xc8,0x86,0xff,0xcf,0x92,0x0, + 0xff,0xe0,0xa6,0xf,0xff,0xf8,0xcb,0x6b,0xff,0xf5,0xc3,0x63,0xff,0xf6,0xc2,0x70, + 0xff,0xc6,0xad,0x6f,0xff,0x70,0x7a,0x34,0xff,0x6c,0x8b,0x5c,0xff,0xea,0xef,0xec, + 0xff,0xaf,0xaa,0xa9,0xff,0xdc,0xd7,0xcd,0xff,0xf3,0xec,0xdf,0xff,0xee,0xe2,0xc9, + 0xff,0xff,0xff,0xff,0xff,0x9a,0x81,0x4e,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x2,0x0,0x0,0x0,0xf,0x33,0x34,0x35,0x6a,0xca,0xcf,0xd3,0xd0,0xf3,0xf2,0xf1, + 0xff,0xe9,0xd2,0xa0,0xff,0xd2,0x8d,0x0,0xff,0xd3,0x8f,0x0,0xff,0xec,0xb4,0xb, + 0xff,0xf6,0xc8,0x5f,0xff,0xf0,0xbd,0x49,0xff,0xf2,0xc2,0x6c,0xff,0xa3,0xb0,0x86, + 0xff,0x44,0x98,0x6b,0xff,0x31,0xa9,0x62,0xff,0x29,0x9c,0x16,0xff,0x77,0xad,0x76, + 0xff,0xee,0xeb,0xee,0xff,0xb3,0xad,0xaa,0xff,0xf4,0xed,0xe2,0xff,0xee,0xe2,0xc9, + 0xff,0xfe,0xfe,0xfe,0xff,0x9b,0x83,0x50,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x40,0x41,0x41,0x63,0xec,0xee,0xf2,0xed,0xee,0xe3,0xd1,0xff,0xd2,0x89,0x0, + 0xff,0xd0,0x76,0x0,0xff,0xda,0x96,0x0,0xff,0xf0,0xb9,0x0,0xff,0xee,0xbc,0x30, + 0xff,0xf0,0xc0,0x47,0xff,0xeb,0xb0,0x0,0xff,0xf4,0xc8,0x84,0xff,0x5d,0x9c,0x7a, + 0xff,0x35,0xbf,0x89,0xff,0x43,0xc1,0x99,0xff,0x28,0x9e,0x87,0xff,0x18,0x8a,0x37, + 0xff,0x82,0xb0,0x84,0xff,0xec,0xe7,0xea,0xff,0xc6,0xc1,0xb9,0xff,0xf3,0xe5,0xcc, + 0xff,0xfe,0xfe,0xfe,0xff,0x9d,0x85,0x52,0xff,0x0,0x0,0x0,0x0,0x46,0x47,0x47, + 0x33,0xe5,0xe6,0xe7,0xea,0xe4,0xd3,0xbb,0xff,0xb0,0x4e,0x0,0xff,0xcd,0x70,0x0, + 0xff,0xde,0x95,0x0,0xff,0xee,0xb1,0x0,0xff,0xea,0xb3,0x0,0xff,0xea,0xb2,0x0, + 0xff,0xed,0xbb,0x2a,0xff,0xe4,0xa5,0x0,0xff,0xfc,0xc9,0x83,0xff,0x77,0xae,0x8f, + 0xff,0x41,0xc4,0x90,0xff,0x35,0xae,0xc2,0xff,0x1,0x9f,0xf8,0xff,0x28,0x9b,0x84, + 0xff,0x14,0x8b,0x0,0xff,0x86,0xaf,0x90,0xff,0xf1,0xeb,0xec,0xff,0xcf,0xc5,0xb3, + 0xff,0xff,0xff,0xff,0xff,0x9f,0x87,0x54,0xff,0x0,0x0,0x0,0x0,0xa7,0xa9,0xaa, + 0x9d,0xf2,0xed,0xe9,0xff,0x8a,0x36,0x0,0xff,0xa0,0x4b,0x0,0xff,0xc5,0x7a,0x0, + 0xff,0xd5,0x95,0x0,0xff,0xdd,0xa1,0x0,0xff,0xe9,0xaa,0x0,0xff,0xe7,0xad,0x0, + 0xff,0xea,0xb1,0x0,0xff,0xea,0xa6,0x0,0xff,0xd5,0xc6,0x9c,0xff,0x49,0xa6,0x81, + 0xff,0x4d,0xce,0x98,0xff,0x4e,0xc7,0x95,0xff,0x3b,0xba,0xab,0xff,0x3c,0xb4,0x78, + 0xff,0x1b,0x9a,0x2d,0xff,0x0,0x6d,0x0,0xff,0x88,0xae,0x91,0xff,0xe4,0xe1,0xdf, + 0xff,0xe6,0xe6,0xe6,0xff,0xa2,0x8a,0x57,0xff,0x0,0x0,0x0,0x0,0xc9,0xcc,0xcd, + 0xda,0xc7,0xa8,0x8d,0xff,0x78,0x1f,0x0,0xff,0x82,0x42,0x0,0xff,0x94,0x54,0x0, + 0xff,0xbd,0x8c,0x0,0xff,0xaf,0x9d,0x6d,0xff,0xd7,0x9f,0x0,0xff,0xeb,0xab,0x0, + 0xff,0xdf,0x9c,0x0,0xff,0xee,0xa1,0x0,0xff,0xb3,0xb9,0x95,0xff,0x2d,0xae,0x82, + 0xff,0x42,0xba,0xa9,0xff,0x22,0x99,0xab,0xff,0x3c,0xb2,0x6f,0xff,0x39,0xb2,0x87, + 0xff,0x14,0x8d,0x94,0xff,0x0,0x66,0x0,0xff,0x0,0x55,0x0,0xff,0xc1,0xcd,0xc5, + 0xff,0xda,0xd6,0xd7,0xff,0xa2,0x8b,0x59,0xff,0x0,0x0,0x0,0x0,0xc5,0xc8,0xc8, + 0xd6,0xa8,0x81,0x69,0xff,0x5b,0xe,0x0,0xff,0x52,0x23,0x0,0xff,0x53,0x21,0x0, + 0xff,0xa0,0x85,0x53,0xff,0xe0,0xe7,0xf2,0xff,0xbc,0xac,0x8b,0xff,0xcc,0x8a,0x0, + 0xff,0xe7,0x9d,0x0,0xff,0xeb,0xb8,0x72,0xff,0x8d,0xa3,0x7d,0xff,0x32,0xae,0x77, + 0xff,0x39,0xb6,0xc1,0xff,0xe,0xaa,0xfb,0xff,0x2e,0xa2,0x86,0xff,0x26,0x9d,0x3a, + 0xff,0x15,0x79,0x4c,0xff,0x59,0x8d,0x66,0xff,0xb3,0xc1,0xb5,0xff,0xe2,0xde,0xd8, + 0xff,0xf0,0xee,0xee,0xff,0xa4,0x8d,0x5d,0xff,0x0,0x0,0x0,0x0,0x90,0x91,0x91, + 0x84,0x82,0x78,0x70,0xfe,0xf,0x1,0x0,0xff,0x1c,0x2,0x0,0xff,0x4c,0x2f,0x16, + 0xff,0xcc,0xc6,0xbe,0xff,0xff,0xff,0xff,0xff,0xe4,0xe8,0xec,0xff,0xbe,0xa6,0x8c, + 0xff,0xa5,0x98,0x63,0xff,0x54,0x95,0x66,0xff,0x34,0xab,0x79,0xff,0x49,0xc7,0x8d, + 0xff,0x46,0xbd,0x7f,0xff,0x36,0xa4,0x67,0xff,0x35,0x90,0x40,0xff,0x70,0x9d,0x73, + 0xff,0xc1,0xcb,0xbf,0xff,0xec,0xe6,0xe5,0xff,0xf2,0xeb,0xe0,0xff,0xef,0xe1,0xc9, + 0xff,0xfe,0xfc,0xfa,0xff,0xa6,0x8f,0x5d,0xff,0x0,0x0,0x0,0x0,0x54,0x54,0x54, + 0xe,0x54,0x55,0x54,0xa2,0x58,0x51,0x4c,0xfc,0x83,0x79,0x77,0xff,0xd1,0xce,0xcd, + 0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xee,0xea,0xef, + 0xff,0x86,0x9c,0x92,0xff,0x3e,0xae,0x79,0xff,0x42,0xc2,0x7a,0xff,0x3a,0xab,0x58, + 0xff,0x42,0x97,0x47,0xff,0x7a,0xa4,0x77,0xff,0xc4,0xcc,0xc2,0xff,0xed,0xe6,0xe5, + 0xff,0xf2,0xec,0xe1,0xff,0xfe,0xf5,0xe3,0xff,0xfd,0xf2,0xdf,0xff,0xef,0xdf,0xc6, + 0xff,0xfd,0xfa,0xf7,0xff,0xa7,0x91,0x5f,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x6d,0x6b,0x69,0x9,0xb3,0xb3,0xb1,0x9d,0xf9,0xf9,0xf9,0xfb,0xff,0xff,0xff, + 0xff,0xf6,0xf6,0xf6,0xff,0xf7,0xf5,0xf5,0xff,0xfd,0xfc,0xfc,0xff,0xff,0xff,0xff, + 0xff,0xf1,0xea,0xef,0xff,0x91,0xaa,0x99,0xff,0x45,0x90,0x49,0xff,0x7c,0xa5,0x79, + 0xff,0xc8,0xce,0xc4,0xff,0xed,0xe7,0xe4,0xff,0xf3,0xec,0xe3,0xff,0xff,0xf5,0xe5, + 0xff,0xff,0xf4,0xe2,0xff,0xfe,0xf3,0xdf,0xff,0xfb,0xee,0xd8,0xff,0xec,0xdc,0xbe, + 0xff,0xfd,0xf8,0xf4,0xff,0xaa,0x93,0x63,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x9c,0x99,0x98,0x8,0xa1,0xa0,0xa0,0x97,0xef,0xf0,0xee, + 0xff,0xff,0xff,0xff,0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xff,0xea,0xe5,0xe8,0xff,0xab,0xa8,0xa7,0xff,0xd9,0xd2,0xd1, + 0xff,0xfa,0xf2,0xe7,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf6,0xe4,0xff,0xff,0xf4,0xe1, + 0xff,0xfd,0xf1,0xde,0xff,0xfb,0xee,0xd8,0xff,0xf8,0xe8,0xd0,0xff,0xe9,0xd6,0xb6, + 0xff,0xfb,0xf4,0xed,0xff,0xab,0x94,0x64,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x92,0x90,0x8f,0x7,0xb2,0xa9,0x98, + 0xff,0xef,0xee,0xee,0xff,0xff,0xff,0xff,0xff,0xf6,0xf5,0xf5,0xff,0xf6,0xf5,0xf5, + 0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xed,0xeb,0xec,0xff,0xb9,0xb5,0xaf, + 0xff,0xfa,0xf0,0xde,0xff,0xff,0xf5,0xe2,0xff,0xff,0xf3,0xde,0xff,0xfe,0xf2,0xdc, + 0xff,0xfb,0xed,0xd6,0xff,0xf9,0xe9,0xd0,0xff,0xf5,0xe3,0xc6,0xff,0xe4,0xcf,0xae, + 0xff,0xf9,0xf0,0xe7,0xff,0xad,0x97,0x67,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0xad,0x83, + 0xff,0xd0,0xcf,0xcf,0xff,0xee,0xed,0xed,0xff,0xff,0xff,0xff,0xff,0xf7,0xf5,0xf5, + 0xff,0xf8,0xf7,0xf7,0xff,0xfc,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xe8,0xe7,0xe7, + 0xff,0x9e,0x99,0x94,0xff,0xe6,0xdc,0xc9,0xff,0xfd,0xf0,0xd9,0xff,0xfb,0xec,0xd4, + 0xff,0xf9,0xe8,0xce,0xff,0xf5,0xe3,0xc4,0xff,0xf1,0xda,0xb9,0xff,0xdf,0xc6,0xa3, + 0xff,0xf8,0xec,0xdf,0xff,0xad,0x97,0x69,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc2,0xae,0x82, + 0xff,0xfd,0xfd,0xfd,0xff,0xce,0xc7,0xbb,0xff,0xee,0xee,0xee,0xff,0xff,0xff,0xff, + 0xff,0xf6,0xf5,0xf5,0xff,0xf7,0xf6,0xf6,0xff,0xfb,0xfb,0xf9,0xff,0xff,0xff,0xff, + 0xff,0xe2,0xe2,0xe2,0xff,0xc7,0xc0,0xb3,0xff,0xfc,0xed,0xd2,0xff,0xf9,0xe8,0xcc, + 0xff,0xf5,0xe2,0xc3,0xff,0xf2,0xdb,0xb8,0xff,0xeb,0xd0,0xab,0xff,0xd9,0xbd,0x96, + 0xff,0xf6,0xe6,0xd6,0xff,0xb4,0x9f,0x73,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc2,0xaf,0x84, + 0xff,0xff,0xff,0xff,0xff,0xf1,0xe4,0xca,0xff,0xd7,0xcf,0xc1,0xff,0xee,0xee,0xef, + 0xff,0xff,0xff,0xff,0xff,0xf4,0xf3,0xf3,0xff,0xf1,0xf1,0xf1,0xff,0xf1,0xf1,0xf0, + 0xff,0xed,0xec,0xeb,0xff,0xe6,0xdf,0xd3,0xff,0xf9,0xe6,0xc9,0xff,0xf5,0xe1,0xc0, + 0xff,0xf2,0xd9,0xb7,0xff,0xb7,0xa3,0x75,0xff,0xc9,0xb9,0x99,0xff,0xc7,0xb7,0x96, + 0xff,0xc6,0xb5,0x94,0xff,0xbd,0xaa,0x84,0xef,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc3,0xaf,0x84, + 0xff,0xff,0xff,0xff,0xff,0xf3,0xe6,0xcd,0xff,0xfd,0xed,0xcf,0xff,0xda,0xd1,0xc1, + 0xff,0xed,0xec,0xec,0xff,0xfa,0xfa,0xf9,0xff,0xeb,0xea,0xea,0xff,0xe3,0xe2,0xe1, + 0xff,0xd8,0xd6,0xd4,0xff,0xee,0xdf,0xc9,0xff,0xf5,0xe1,0xbe,0xff,0xf1,0xd8,0xb4, + 0xff,0xec,0xcf,0xa8,0xff,0xb9,0xa5,0x77,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd, + 0xff,0xdb,0xd1,0xbd,0xef,0xaf,0x9a,0x6c,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc3,0xaf,0x84, + 0xff,0xff,0xff,0xff,0xff,0xf2,0xe5,0xcc,0xff,0xf3,0xe6,0xcc,0xff,0xf1,0xe4,0xcc, + 0xff,0xda,0xd2,0xc2,0xff,0xe5,0xe3,0xde,0xff,0xe6,0xe5,0xe2,0xff,0xd5,0xd1,0xcd, + 0xff,0xdc,0xd1,0xbf,0xff,0xe9,0xd6,0xb7,0xff,0xe5,0xcf,0xae,0xff,0xdf,0xc6,0xa3, + 0xff,0xda,0xbe,0x96,0xff,0xbf,0xad,0x83,0xff,0xff,0xff,0xfe,0xff,0xdb,0xd1,0xbd, + 0xef,0xaf,0x9a,0x6c,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xb1,0x86, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfe,0xfe,0xff,0xff,0xfd,0xfd,0xff,0xfe,0xfc,0xfb,0xff,0xfe,0xfb,0xf8, + 0xff,0xfc,0xf7,0xf3,0xff,0xfb,0xf4,0xed,0xff,0xfa,0xf1,0xe7,0xff,0xf7,0xec,0xde, + 0xff,0xf6,0xe7,0xd6,0xff,0xcd,0xbe,0x9e,0xff,0xdb,0xd1,0xbd,0xef,0xaf,0x99,0x6b, + 0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc4,0xb0,0x85, + 0xff,0xc4,0xb0,0x85,0xff,0xc4,0xb0,0x85,0xff,0xc3,0xaf,0x84,0xff,0xc2,0xaf,0x83, + 0xff,0xc2,0xae,0x82,0xff,0xc1,0xae,0x83,0xff,0xc2,0xad,0x82,0xff,0xc0,0xac,0x80, + 0xff,0xbf,0xab,0x7e,0xff,0xbe,0xaa,0x7d,0xff,0xbd,0xa9,0x7c,0xff,0xbd,0xa9,0x7c, + 0xff,0xbf,0xac,0x83,0xff,0xc1,0xae,0x89,0xef,0xaf,0x99,0x6b,0x30,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xe3,0xff, + 0xc0,0xf0,0x0,0x1,0xd8,0xf0,0x0,0x1,0xff,0xe0,0x0,0x1,0xf0,0x80,0x0,0x1, + 0xf0,0x0,0x0,0x1,0xf0,0x0,0x0,0x1,0xf0,0x80,0x0,0x1,0xe0,0x0,0x0,0x1, + 0xc0,0x0,0x0,0x1,0x80,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, + 0x0,0x0,0x0,0x1,0x0,0x80,0x0,0x1,0x80,0xc0,0x0,0x1,0xc0,0xe0,0x0,0x1, + 0xe0,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x1,0xf0,0xf0,0x0,0x1, + 0xf0,0xf0,0x0,0x3,0xf0,0xf0,0x0,0x7,0xf0,0xf0,0x0,0xf,0x0,0x28,0x0,0x0, + 0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xa5,0x93,0x71,0xff,0xa2,0x90,0x6e,0xff,0x9f,0x8d,0x6a,0xff,0x97,0x86,0x65, + 0xff,0x71,0x66,0x4d,0xff,0x77,0x6d,0x59,0xff,0x8f,0x7f,0x59,0xff,0x8e,0x7c,0x59, + 0xff,0x8a,0x78,0x54,0xff,0x86,0x75,0x4f,0xff,0x83,0x71,0x4a,0xff,0x7e,0x6c,0x46, + 0xff,0x7b,0x68,0x42,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xa7,0x97,0x74,0xff,0xee,0xee,0xee,0xff,0xb4,0xb5,0xb6,0xff,0x8d,0x8d,0x8e, + 0xff,0xd1,0xc2,0xa9,0xff,0xd9,0xc9,0xb6,0xff,0x9e,0x9f,0xa1,0xff,0xfa,0xfa,0xfa, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0x7f,0x6c,0x46,0xff,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0, + 0x10,0x79,0x6e,0x59,0xff,0x8b,0x8e,0x94,0xff,0xb4,0xa8,0x99,0xff,0xe5,0xbf,0x7f, + 0xff,0xe3,0xa1,0x0,0xff,0xee,0x9f,0x0,0xff,0xcb,0xb0,0x9f,0xff,0x97,0x90,0x87, + 0xff,0xed,0xe1,0xc8,0xff,0xf3,0xe6,0xcd,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xff,0xff, + 0xff,0x83,0x71,0x4b,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x30,0x47,0x51,0x5b, + 0x9d,0x9e,0x97,0x8f,0xff,0xd7,0xb1,0x79,0xff,0xdf,0xa3,0x1d,0xff,0xe6,0xa4,0x0, + 0xff,0xed,0xac,0x0,0xff,0x8a,0x78,0x0,0xff,0x58,0x7b,0x4,0xff,0xa3,0xb7,0xa9, + 0xff,0xae,0xa8,0xa6,0xff,0xff,0xf9,0xed,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xff,0xff, + 0xff,0x85,0x74,0x4f,0xff,0x4,0x5,0x6,0x18,0x7a,0x7f,0x81,0xc5,0xc8,0xa9,0x80, + 0xff,0xcc,0x80,0x0,0xff,0xd7,0x8b,0x0,0xff,0xe9,0xac,0x0,0xff,0xf6,0xb1,0x0, + 0xff,0xb0,0x9a,0x3e,0xff,0x0,0x8c,0x48,0xff,0x0,0x89,0x0,0xff,0x35,0x90,0x3b, + 0xff,0xa7,0xaf,0xa9,0xff,0xd4,0xce,0xc6,0xff,0xf3,0xe5,0xcc,0xff,0xff,0xff,0xff, + 0xff,0x8a,0x77,0x54,0xff,0x83,0x85,0x86,0x9a,0xb8,0x92,0x76,0xff,0x9d,0x3d,0x0, + 0xff,0xd0,0x73,0x0,0xff,0xe9,0xa4,0x0,0xff,0xea,0xae,0x0,0xff,0xea,0x9a,0x0, + 0xff,0x98,0x9d,0x54,0xff,0x0,0xab,0x58,0xff,0x0,0xa6,0x96,0xff,0x0,0x5f,0x6a, + 0xff,0x33,0x85,0x2c,0xff,0xab,0xb4,0xa7,0xff,0xe2,0xd6,0xbf,0xff,0xff,0xff,0xff, + 0xff,0x8e,0x7c,0x58,0xff,0xbe,0xb6,0xb1,0xe9,0x6e,0x27,0x0,0xff,0x6c,0x1a,0x0, + 0xff,0xa9,0x70,0x0,0xff,0xc9,0x9a,0x0,0xff,0xe2,0x95,0x0,0xff,0xec,0x8c,0x0, + 0xff,0x54,0x97,0x58,0xff,0x0,0xa6,0x74,0xff,0x0,0x94,0x79,0xff,0x0,0x8a,0x2, + 0xff,0x0,0x37,0x0,0xff,0x5d,0x82,0x62,0xff,0xc5,0xc2,0xbd,0xff,0xff,0xff,0xff, + 0xff,0x91,0x80,0x5b,0xff,0xa1,0x99,0x93,0xdf,0x39,0xc,0x0,0xff,0x1b,0x2,0x0, + 0xff,0x99,0x8b,0x7b,0xff,0xd8,0xd2,0xc4,0xff,0xbc,0x7a,0x0,0xff,0x92,0x7d,0x0, + 0xff,0x0,0x91,0x3c,0xff,0x0,0x98,0x7c,0xff,0x0,0x6d,0x82,0xff,0x2,0x70,0x0, + 0xff,0x62,0x91,0x60,0xff,0xcb,0xcf,0xc8,0xff,0xeb,0xe2,0xd3,0xff,0xfe,0xfe,0xfd, + 0xff,0x95,0x83,0x60,0xff,0x68,0x67,0x67,0x61,0x46,0x3e,0x3d,0xf1,0x8c,0x81,0x80, + 0xff,0xed,0xed,0xec,0xff,0xff,0xff,0xff,0xff,0xbe,0xbb,0xbd,0xff,0x14,0x7d,0x43, + 0xff,0x0,0x94,0x0,0xff,0x27,0x91,0x14,0xff,0x76,0xa3,0x6d,0xff,0xd8,0xd5,0xd1, + 0xff,0xf8,0xee,0xe7,0xff,0xff,0xf5,0xe2,0xff,0xf2,0xe5,0xca,0xff,0xfe,0xfc,0xf9, + 0xff,0x98,0x88,0x63,0xff,0x0,0x0,0x0,0x0,0x95,0x96,0x96,0x5e,0xea,0xeb,0xeb, + 0xeb,0xff,0xff,0xff,0xff,0xfb,0xf9,0xf9,0xff,0xff,0xff,0xff,0xff,0xb2,0xc3,0xb5, + 0xff,0x63,0x89,0x5f,0xff,0xdb,0xd6,0xcc,0xff,0xff,0xf4,0xec,0xff,0xff,0xf5,0xe0, + 0xff,0xff,0xf5,0xe0,0xff,0xff,0xf3,0xdb,0xff,0xf2,0xe2,0xc8,0xff,0xfc,0xf8,0xf4, + 0xff,0x9c,0x8b,0x68,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8e,0x8c,0x8b, + 0x56,0xd9,0xd6,0xd2,0xff,0xff,0xff,0xff,0xff,0xfa,0xf9,0xf8,0xff,0xff,0xff,0xff, + 0xff,0xdc,0xcf,0xd6,0xff,0xd9,0xcf,0xc1,0xff,0xff,0xf4,0xdc,0xff,0xff,0xf2,0xda, + 0xff,0xff,0xf2,0xd9,0xff,0xff,0xee,0xd2,0xff,0xf0,0xe0,0xc4,0xff,0xfb,0xf4,0xec, + 0xff,0xa0,0x8e,0x6b,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xaf,0xa3,0x8c,0xff,0xe0,0xe0,0xe0,0xff,0xff,0xff,0xff,0xff,0xfa,0xfb,0xfb, + 0xff,0xfe,0xff,0xff,0xff,0xb8,0xb7,0xb0,0xff,0xde,0xd2,0xbc,0xff,0xff,0xf0,0xd4, + 0xff,0xff,0xed,0xd0,0xff,0xfd,0xea,0xca,0xff,0xef,0xdc,0xbd,0xff,0xf9,0xef,0xe3, + 0xff,0xa2,0x90,0x6d,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xbe,0xae,0x8c,0xff,0xe3,0xe2,0xe2,0xff,0xe2,0xde,0xdd,0xff,0xfb,0xfa,0xfa, + 0xff,0xf1,0xee,0xee,0xff,0xe4,0xe3,0xdd,0xff,0xf1,0xe4,0xcc,0xff,0xff,0xec,0xcc, + 0xff,0xfd,0xe9,0xc7,0xff,0xaf,0x9e,0x7c,0xff,0xac,0x9b,0x77,0xff,0xaa,0x99,0x76, + 0xff,0xa7,0x96,0x72,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xbf,0xae,0x8d,0xff,0xff,0xff,0xff,0xff,0xdd,0xd3,0xc1,0xff,0xe0,0xdd,0xd6, + 0xff,0xde,0xdb,0xd6,0xff,0xda,0xd3,0xc5,0xff,0xf1,0xe3,0xc8,0xff,0xf0,0xe0,0xc4, + 0xff,0xef,0xdc,0xbd,0xff,0xb1,0xa1,0x7d,0xff,0xff,0xff,0xff,0xff,0xfb,0xf6,0xee, + 0xff,0xb8,0xa8,0x86,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xc0,0xb0,0x8e,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xfe,0xfe,0xfd,0xff,0xff,0xfc,0xfa,0xff,0xfd,0xf8,0xf4,0xff,0xfb,0xf4,0xec, + 0xff,0xf9,0xef,0xe2,0xff,0xb3,0xa2,0x80,0xff,0xfa,0xf5,0xed,0xff,0xbd,0xad,0x8c, + 0xff,0xaa,0x99,0x77,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0xc1,0xb1,0x8f,0xff,0xc0,0xb0,0x8e,0xff,0xbf,0xaf,0x8d,0xff,0xbe,0xad,0x8b, + 0xff,0xbd,0xac,0x8b,0xff,0xbc,0xab,0x89,0xff,0xba,0xa9,0x87,0xff,0xb9,0xa8,0x86, + 0xff,0xb6,0xa6,0x84,0xff,0xb6,0xa5,0x81,0xff,0xc1,0xb1,0x91,0xff,0xaf,0x9f,0x7d, + 0x60,0x0,0x0,0x0,0x0,0xe0,0x0,0x0,0xc0,0xe0,0x0,0x83,0xd9,0x0,0x0,0xe0, + 0x0,0x80,0x0,0xe0,0x0,0x0,0x0,0xc0,0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0xc0,0x0,0xc0, + 0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0,0x0,0xe0, + 0x0,0xe0,0x1,0x4,0x0, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/sendtoback.png + 0x0,0x0,0x5,0x2a, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x18,0x0,0x0,0x0,0x18,0x8,0x3,0x0,0x0,0x0,0xd7,0xa9,0xcd,0xca, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x1,0x44, + 0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0x51,0x6f,0x2a,0xd0,0xdc,0xc1,0xb6,0xcb,0xa0, + 0xb8,0xcb,0xa0,0xba,0xcd,0xa2,0xbc,0xcf,0xa4,0xbd,0xd0,0xa5,0xbf,0xd2,0xa7,0xc1, + 0xd4,0xa9,0xc3,0xd6,0xab,0x91,0xb1,0x6e,0x96,0xb2,0x71,0x98,0xb5,0x72,0x9c,0xb9, + 0x76,0x9e,0xbb,0x78,0xa0,0xbd,0x7b,0xa3,0xbf,0x7f,0xa5,0xc2,0x7f,0xa7,0xc2,0x83, + 0x9a,0xb6,0x75,0x9f,0xba,0x7b,0xa1,0xbe,0x7b,0xa6,0xc2,0x81,0xa8,0xc3,0x84,0x99, + 0xb6,0x73,0x9b,0xb8,0x75,0x9f,0xbc,0x79,0xa3,0xc0,0x7d,0xaa,0xc6,0x85,0x95,0xb2, + 0x6f,0x9d,0xba,0x77,0xa2,0xbf,0x7c,0xa4,0xc1,0x7e,0xab,0xc6,0x85,0xad,0xc7,0x88, + 0x97,0xb4,0x71,0xa9,0xc4,0x85,0xab,0xc6,0x87,0xad,0xc9,0x88,0x94,0xb1,0x6e,0xae, + 0xc8,0x89,0xb0,0xca,0x8b,0xb2,0xcd,0x8c,0x0,0x0,0x0,0x0,0x0,0x0,0x50,0x6d, + 0x29,0xb3,0xc8,0x9e,0x92,0xae,0x6c,0x94,0xaf,0x6f,0x96,0xb2,0x70,0x98,0xb3,0x73, + 0x9a,0xb6,0x74,0x9f,0xbb,0x79,0xa1,0xbd,0x7e,0xae,0xcb,0x88,0xb1,0xcb,0x8c,0xb3, + 0xce,0x8d,0x99,0xb4,0x75,0xa3,0xbe,0x80,0xac,0xc7,0x88,0xb5,0xd0,0x8f,0x8a,0xa1, + 0x6b,0x9f,0xb8,0x7c,0xaa,0xc4,0x86,0xaf,0xc9,0x89,0xb4,0xcf,0x8f,0xb6,0xd1,0x90, + 0x82,0x98,0x66,0x9b,0xb4,0x7a,0xaa,0xc6,0x86,0xb8,0xd3,0x92,0x3f,0x56,0x20,0x49, + 0x65,0x26,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4e,0x4e,0x4e, + 0xd0,0xd0,0xd0,0xb7,0xb7,0xb7,0xb9,0xb9,0xb9,0xba,0xba,0xba,0xbb,0xbb,0xbb,0x91, + 0x91,0x91,0x93,0x93,0x93,0x95,0x95,0x95,0x97,0x97,0x97,0x99,0x99,0x99,0x9b,0x9b, + 0x9b,0x94,0x94,0x94,0x96,0x96,0x96,0x98,0x98,0x98,0x9a,0x9a,0x9a,0x9c,0x9c,0x9c, + 0x9e,0x9e,0x9e,0x92,0x92,0x92,0x9d,0x9d,0x9d,0x9f,0x9f,0x9f,0xa1,0xa1,0xa1,0xa0, + 0xa0,0xa0,0xa2,0xa2,0xa2,0xff,0xff,0xff,0x5a,0x9a,0xd7,0x98,0x0,0x0,0x0,0x53, + 0x74,0x52,0x4e,0x53,0x0,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2, + 0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2, + 0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2, + 0x1,0x2,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa2,0xa2,0xa2,0xa2,0xa6,0xa3, + 0xa2,0xa2,0xad,0xa6,0xa3,0xa2,0xa2,0xa2,0xb0,0xa7,0xa3,0xa2,0xb0,0xa7,0x28,0xf, + 0x26,0xb,0x1c,0x27,0x1d,0x4,0xe,0xfa,0x35,0xcf,0x37,0x0,0x0,0x0,0x1,0x62, + 0x4b,0x47,0x44,0x6b,0x52,0x65,0xa5,0x98,0x0,0x0,0x1,0x6,0x49,0x44,0x41,0x54, + 0x28,0xcf,0x63,0x60,0x20,0xf,0x30,0xa2,0x1,0x84,0x4,0x13,0x33,0x8,0xb0,0xb0, + 0xb2,0xb1,0x73,0x70,0x72,0x71,0x21,0x49,0x30,0x73,0x83,0x0,0xf,0x2f,0x1f,0xbf, + 0x80,0xa0,0x90,0x30,0x86,0x4,0xaf,0x8,0xbf,0xa8,0x98,0x90,0xb8,0x4,0x86,0x84, + 0xa4,0x94,0xb4,0x98,0x8c,0xb8,0x84,0x2c,0xba,0x84,0x9c,0x94,0xbc,0x98,0x82,0xa2, + 0x84,0x92,0x32,0x9a,0x84,0x9c,0x8a,0xbc,0xb4,0x82,0xa2,0xb8,0xaa,0x9a,0x3a,0xaa, + 0x84,0x6,0xf,0x2f,0xbf,0x80,0xa2,0x90,0xb0,0x9a,0xa6,0x16,0x8a,0x4,0x50,0x5c, + 0x44,0x40,0x4c,0x48,0x58,0x55,0x53,0x4b,0x1b,0x2a,0xa1,0xa3,0xab,0xab,0xa7,0x6f, + 0x60,0x68,0x64,0x6c,0x62,0x6a,0x6,0xb4,0xd9,0xdc,0xc2,0x12,0x22,0x11,0x8c,0x4, + 0xac,0xac,0x65,0x6d,0x2c,0x2c,0x6d,0xc1,0x12,0x3a,0xc1,0x21,0xa1,0x60,0x10,0x16, + 0x1e,0x11,0x6c,0x67,0xef,0xe0,0x68,0xe9,0xe4,0xc,0x96,0xd0,0xd,0xe,0x8d,0x4, + 0x81,0xa8,0xe8,0x98,0xd8,0x60,0x17,0x57,0x37,0x2d,0x27,0x67,0x77,0x64,0x9,0x90, + 0x78,0x5c,0xb0,0x87,0xa7,0x1e,0x3c,0x10,0xa1,0x12,0xf1,0x9,0x89,0x49,0xc9,0xc1, + 0x5e,0xde,0xba,0x70,0x97,0x42,0x25,0x40,0xe2,0x29,0x58,0x24,0x52,0x81,0xe2,0x69, + 0xe9,0x58,0x24,0xa2,0x62,0xe3,0xd2,0xd2,0x33,0x30,0x25,0xa2,0xa2,0xe3,0xd2,0x52, + 0x32,0xb3,0xd0,0x24,0x90,0x80,0xf,0x92,0x84,0x8e,0xaf,0x9f,0x8f,0xbf,0x17,0x4, + 0xf8,0x4,0xf8,0x22,0x24,0x18,0x2,0x7d,0x83,0xbc,0xa1,0x20,0xc8,0x37,0x10,0x2e, + 0xc,0x0,0xe9,0x26,0x49,0xb3,0x45,0x3b,0x50,0xcd,0x0,0x0,0x0,0x25,0x74,0x45, + 0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30, + 0x31,0x33,0x2d,0x30,0x34,0x2d,0x30,0x33,0x54,0x31,0x37,0x3a,0x31,0x38,0x3a,0x30, + 0x37,0x2b,0x30,0x38,0x3a,0x30,0x30,0xb1,0x97,0x25,0xe4,0x0,0x0,0x0,0x25,0x74, + 0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32, + 0x30,0x31,0x30,0x2d,0x30,0x34,0x2d,0x32,0x36,0x54,0x30,0x30,0x3a,0x30,0x30,0x3a, + 0x30,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0xa0,0x55,0x3b,0x5d,0x0,0x0,0x0,0x4d, + 0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x49,0x6d,0x61, + 0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x20,0x36,0x2e,0x38,0x2e,0x38,0x2d,0x37, + 0x20,0x51,0x31,0x36,0x20,0x78,0x38,0x36,0x5f,0x36,0x34,0x20,0x32,0x30,0x31,0x34, + 0x2d,0x30,0x32,0x2d,0x32,0x38,0x20,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77, + 0x77,0x2e,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2e,0x6f,0x72, + 0x67,0x59,0xa4,0x5f,0x7f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61, + 0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x17,0x74,0x45,0x58, + 0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48, + 0x65,0x69,0x67,0x68,0x74,0x0,0x32,0x34,0xd8,0x8c,0x6c,0x80,0x0,0x0,0x0,0x16, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65, + 0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x32,0x34,0x20,0x23,0xac,0xd,0x0,0x0, + 0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d, + 0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f, + 0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x32,0x37,0x32,0x32,0x31,0x31,0x32, + 0x30,0x30,0x9,0x29,0xd,0xef,0x0,0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x35,0x33,0x31,0x42,0x42,0x65, + 0x3a,0xb4,0xad,0x0,0x0,0x0,0x5e,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f, + 0x6d,0x65,0x2f,0x66,0x74,0x70,0x2f,0x31,0x35,0x32,0x30,0x2f,0x65,0x61,0x73,0x79, + 0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e, + 0x2e,0x63,0x6e,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79, + 0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x70,0x6e,0x67,0x2f,0x31,0x39,0x32,0x2f, + 0x31,0x39,0x32,0x36,0x36,0x2e,0x70,0x6e,0x67,0x92,0x7d,0x15,0xbb,0x0,0x0,0x0, + 0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/vector-rectangle.png + 0x0,0x0,0x0,0xe6, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x8,0x6,0x0,0x0,0x0,0x57,0x2,0xf9,0x87, + 0x0,0x0,0x0,0x6,0x62,0x4b,0x47,0x44,0x0,0x0,0x0,0x0,0x0,0x0,0xf9,0x43, + 0xbb,0x7f,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x0,0x48,0x0,0x0, + 0x0,0x48,0x0,0x46,0xc9,0x6b,0x3e,0x0,0x0,0x0,0x9,0x76,0x70,0x41,0x67,0x0, + 0x0,0x0,0x30,0x0,0x0,0x0,0x30,0x0,0xce,0xee,0x8c,0x57,0x0,0x0,0x0,0x71, + 0x49,0x44,0x41,0x54,0x68,0xde,0xed,0xd7,0xdb,0xa,0x80,0x20,0x10,0x45,0x51,0x8d, + 0xfe,0xff,0x97,0xa7,0xe7,0x22,0xf0,0x32,0xd2,0x46,0xda,0xeb,0x4d,0x49,0x87,0x93, + 0x82,0x5a,0x8a,0x24,0xe9,0xcf,0xea,0x4b,0x5f,0x2c,0x98,0x63,0x44,0xaa,0xde,0xb1, + 0xfa,0x8f,0x7c,0xcd,0x0,0xb4,0xb3,0xe3,0x9b,0xe7,0x1e,0x8f,0x46,0x3b,0xab,0x55, + 0xef,0x66,0xfb,0x15,0x30,0x0,0xcd,0x73,0x80,0x66,0x0,0x5a,0xcf,0xfe,0x8d,0x89, + 0x31,0x19,0x43,0xf5,0xb6,0x5f,0x1,0x3,0xd0,0xc,0x40,0x33,0x0,0xcd,0xbb,0x10, + 0xcd,0x0,0x34,0xdf,0xc4,0x34,0x3,0xd0,0x3c,0x7,0x68,0x6,0x90,0x24,0x89,0x74, + 0x1,0xeb,0x9d,0x10,0x3e,0xf9,0x5f,0xea,0x5b,0x0,0x0,0x0,0x0,0x49,0x45,0x4e, + 0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/path.png + 0x0,0x0,0x2,0x10, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xb2,0x49,0x44,0x41,0x54,0x78,0xda,0x62, + 0xfc,0xff,0xff,0x3f,0x3,0x23,0x23,0x23,0x3,0xc,0x4,0x4,0x4,0x8,0x0,0x29, + 0x3,0x10,0x7b,0xc3,0x86,0xd,0x7,0x18,0x8,0x0,0x46,0x64,0x3,0x80,0x9a,0xfb, + 0xff,0xfd,0xfb,0x17,0xfe,0xf5,0xeb,0xd7,0xcd,0x4c,0x4c,0x4c,0xbc,0x5c,0x5c,0x5c, + 0x36,0x40,0xb9,0x3a,0xa0,0x41,0xb,0x70,0x9a,0x0,0x32,0x0,0x4,0xfc,0xfc,0xfc, + 0x9a,0xdd,0xdd,0xdd,0x37,0x3,0x99,0x52,0x40,0xcc,0x6,0xc4,0xbc,0xd2,0xd2,0xd2, + 0x6,0x3e,0x3e,0x3e,0x37,0x81,0x6,0x3b,0xe0,0xd2,0xcf,0x4,0xa5,0xd9,0x80,0x36, + 0x87,0xed,0xdc,0xb9,0x33,0x19,0xc8,0x7e,0x6,0xc4,0xbf,0x80,0xf8,0xf3,0xd3,0xa7, + 0x4f,0x2f,0x7c,0xfe,0xfc,0xb9,0xf7,0xd7,0xaf,0x5f,0x9e,0x78,0xd,0xd0,0xd1,0xd1, + 0x11,0x7,0x52,0x1f,0x80,0xf8,0x15,0xba,0x2,0x16,0x16,0x96,0xe7,0x40,0x57,0x32, + 0xe3,0x32,0x80,0x5,0x44,0x5c,0xb9,0x72,0xe5,0x25,0x10,0x3b,0x62,0x53,0xc0,0xc9, + 0xc9,0x69,0xf9,0xfd,0xfb,0xf7,0xe7,0x78,0xd,0x80,0x3a,0xf9,0x17,0xb2,0x4,0x34, + 0x36,0xa,0x7e,0xfe,0xfc,0x69,0xb9,0x77,0xef,0xde,0x40,0x42,0x61,0xc0,0x80,0xa6, + 0x39,0x0,0xe8,0xec,0x43,0x40,0xff,0x4b,0x6e,0xdf,0xbe,0x3d,0x1c,0xea,0x3d,0xbc, + 0x2e,0x40,0xd6,0xdc,0xf,0xb4,0xd5,0xe0,0xfe,0xfd,0xfb,0x79,0x37,0x6e,0xdc,0x38, + 0x86,0xec,0x32,0x90,0xc1,0x40,0x2a,0x1e,0x6a,0xe0,0x42,0x50,0x3a,0x41,0x49,0x7, + 0xbe,0xbe,0xbe,0xc1,0x7f,0xfe,0xfc,0xc9,0x81,0xda,0xfa,0xa,0xcd,0x60,0x90,0x77, + 0xfc,0x9f,0x3f,0x7f,0x3e,0x11,0x18,0x63,0xcc,0x72,0x72,0x72,0x6d,0x40,0x7d,0x55, + 0x28,0x2e,0x0,0xa,0x34,0x3f,0x7b,0xf6,0x2c,0x1,0x5d,0xb3,0xb3,0xb3,0xb3,0x30, + 0xd0,0xe0,0x4c,0xa0,0xc1,0xb6,0x30,0xb9,0x8f,0x1f,0x3f,0x5e,0x13,0x16,0x16,0xfe, + 0x88,0x6c,0x0,0xef,0xdf,0xbf,0x7f,0xbf,0x5d,0xbc,0x78,0xf1,0x2,0x16,0xaf,0x5a, + 0x1,0xd3,0xc2,0x2e,0x64,0x83,0x1f,0x3e,0x7c,0x78,0x1d,0x88,0x31,0xc3,0x0,0x3d, + 0x36,0xa0,0x69,0x81,0x7,0x98,0xb4,0x7f,0x12,0x8a,0x85,0xbf,0x50,0xbf,0x62,0x24, + 0x5b,0x36,0x36,0xb6,0xdc,0xf,0x1f,0x3e,0x6c,0x27,0x98,0x99,0xb4,0xb4,0xb4,0x6c, + 0x95,0x94,0x94,0xe6,0x0,0x6d,0xdc,0x6,0xe4,0x6e,0x4,0x62,0x5,0x20,0xce,0x7f, + 0xf7,0xee,0xdd,0xda,0x43,0x87,0xe,0xf5,0x1,0xd9,0xdf,0xf0,0x1a,0x0,0x5,0xb2, + 0x96,0x96,0x96,0xc1,0xc0,0x9c,0xa8,0x9,0xc,0x93,0xcf,0x2f,0x5e,0xbc,0xd8,0x2, + 0x8c,0xce,0x53,0xd8,0x34,0x83,0x0,0x40,0x80,0x1,0x0,0x21,0x90,0xca,0x8,0x30, + 0x8a,0x49,0x90,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-openhand.png + 0x0,0x0,0x0,0xa0, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x4,0x0,0x0,0x0,0xb5,0xfa,0x37,0xea, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x89,0x0,0x0,0xb,0x89, + 0x1,0x37,0xc9,0xcb,0xad,0x0,0x0,0x0,0x52,0x49,0x44,0x41,0x54,0x28,0xcf,0x85, + 0xd0,0xe1,0xe,0x0,0x10,0x8,0x85,0xd1,0xef,0xfd,0x5f,0xfa,0xfa,0x81,0x74,0x57, + 0x96,0x26,0x9b,0xe,0x1a,0x44,0xe,0x84,0xea,0x4e,0x14,0x90,0x74,0xeb,0x6,0x5e, + 0x61,0xaf,0x27,0xcf,0x60,0x4f,0x23,0x39,0x23,0xe5,0x56,0x2a,0x88,0x7e,0xae,0xf5, + 0x11,0xc0,0xdf,0x57,0x61,0x60,0x27,0xca,0x2d,0x24,0xf2,0x5,0x7f,0x32,0x0,0x64, + 0x5f,0x3d,0x80,0x4a,0xec,0xab,0x3b,0xd2,0x80,0x3e,0x16,0x78,0x30,0x74,0x9a,0xaf, + 0x1e,0xaa,0x62,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/open.png + 0x0,0x0,0x2,0x8c, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x2e,0x49,0x44,0x41,0x54,0x78,0xda,0x94, + 0x53,0x4b,0x68,0x13,0x51,0x14,0x3d,0x93,0x8e,0x18,0x11,0xeb,0x58,0x22,0x49,0x4b, + 0x8b,0xd4,0x46,0x2c,0x6d,0xc0,0xac,0x4,0xa1,0x8b,0x82,0xd5,0xb8,0xd1,0xad,0x22, + 0x52,0x90,0xa2,0x3b,0xb1,0x42,0xb5,0x48,0xdd,0xf8,0x59,0x9,0xba,0xb1,0x75,0x63, + 0xd1,0xa5,0xb8,0x50,0x52,0x11,0x5d,0xb4,0x10,0x68,0xa5,0x7e,0x8a,0xcd,0xc7,0x49, + 0xa1,0x36,0x24,0xa3,0x45,0xa7,0xcd,0x67,0x3e,0x31,0xdf,0xc9,0xe4,0x3d,0x67,0xa6, + 0x18,0x28,0xa9,0x92,0x5e,0x78,0xf0,0xee,0x7b,0xe7,0x9e,0x73,0xee,0xe5,0x3d,0x6, + 0xd,0x44,0x26,0x23,0x71,0x84,0x92,0x4,0x21,0x14,0x94,0x90,0x8b,0x2e,0x97,0xd3, + 0x8f,0xed,0x84,0x41,0xd0,0x9f,0x4a,0x67,0xa8,0x67,0x68,0x82,0x2e,0xc7,0x7f,0x50, + 0x51,0x5c,0x1b,0x6e,0xa8,0x30,0x97,0xcf,0x7b,0xd5,0x6c,0x36,0x28,0xc9,0x32,0x35, + 0x9,0x30,0x70,0x9b,0x36,0xfb,0x6e,0xd2,0xe9,0xf9,0x10,0xfd,0x25,0xae,0x3d,0x33, + 0x31,0xcc,0xff,0x8,0xf2,0x85,0x42,0xe0,0xfa,0xf3,0x68,0xff,0xe3,0x77,0x3c,0x50, + 0x52,0x6b,0xab,0x63,0xaf,0xd,0x9f,0x26,0x47,0xd0,0xd6,0xea,0x62,0x58,0x13,0xf8, + 0xe8,0xce,0x21,0xaf,0xcd,0x86,0x0,0x3,0x86,0xfb,0x5b,0x6c,0x74,0xab,0x98,0xf9, + 0xdc,0x8a,0x82,0xd7,0x23,0x7d,0x38,0xe6,0x6e,0xc1,0xfe,0x73,0xe3,0x68,0xde,0xbd, + 0x13,0x4f,0xc7,0xce,0x42,0x14,0xc5,0x37,0x26,0x8e,0x7d,0x70,0xab,0x4b,0xd6,0x34, + 0xca,0x9d,0x3c,0xe5,0x43,0x4f,0xaf,0xa7,0xa6,0xbe,0x14,0xe5,0xb9,0x62,0x31,0x8b, + 0x99,0x6b,0x3d,0xf8,0xf2,0xf1,0x15,0xe0,0x3e,0xf,0xcf,0x1,0x7,0x5e,0x8e,0x9d, + 0xc6,0x42,0x60,0x1c,0x27,0x86,0xee,0x5f,0xb1,0x8,0x8a,0x65,0xca,0x8d,0x8e,0x5e, + 0xb5,0x8a,0x48,0xb5,0x52,0x23,0xe8,0xee,0x3e,0x8c,0x70,0xe4,0xa1,0xb5,0xef,0xed, + 0x6a,0x31,0xee,0x4a,0x98,0xbe,0x77,0x6,0xa9,0xd5,0xb7,0xe0,0x17,0x5f,0x98,0xc7, + 0x82,0x45,0x50,0x2a,0x13,0x54,0xab,0xfa,0x96,0x33,0x70,0x77,0x72,0x10,0x12,0x49, + 0x24,0xc5,0x9f,0x88,0xcd,0xdf,0xb0,0xce,0xda,0x9c,0x7b,0x20,0x4b,0x5a,0xd,0xc3, + 0x96,0x4a,0x14,0x5a,0xb9,0x8c,0x60,0x50,0x30,0x88,0x48,0xfd,0x20,0x73,0x2a,0xf8, + 0xc8,0x1c,0x74,0x7d,0xc3,0x5d,0x6c,0x9,0x68,0x77,0x2,0x77,0x87,0x1d,0x94,0x2, + 0x8a,0xd1,0x2,0x81,0x22,0xe7,0x90,0x4c,0xca,0x8,0x87,0x66,0xd,0xe0,0x66,0x37, + 0x76,0xbb,0x1d,0x17,0x6,0x2f,0xc1,0xe9,0x6c,0xad,0x23,0x9f,0x7c,0x32,0xc1,0x19, + 0xe,0x8,0x92,0x29,0x15,0xf1,0x84,0x80,0xe3,0x3,0x3e,0x78,0xbd,0x47,0xb6,0x6c, + 0x47,0xaf,0x14,0x37,0xe5,0x8a,0xa2,0x22,0x21,0x88,0x7e,0xcb,0x41,0x3a,0xfd,0x1b, + 0xeb,0xeb,0x29,0xb8,0xf,0xfa,0x50,0xd5,0xa,0xd,0x3d,0xb2,0x70,0x88,0x47,0xa1, + 0x88,0x29,0x6b,0x6,0xcb,0xdf,0x56,0xd1,0xd1,0xee,0xc2,0x8e,0x26,0x52,0xa7,0xf4, + 0xaf,0x78,0xff,0xe1,0x2b,0xca,0x1a,0x36,0x1c,0x44,0xa2,0xdf,0x71,0x79,0xb0,0xf, + 0xd5,0x4a,0x63,0xea,0x19,0x29,0x8f,0x95,0x78,0xda,0x3f,0x35,0x23,0x29,0x6c,0x2e, + 0xa7,0x83,0x3a,0x28,0x5c,0x8e,0x5d,0xd0,0xb5,0xc6,0xd4,0x3f,0x2f,0xc6,0x2c,0xfb, + 0xd6,0x5f,0x38,0xea,0xdd,0x27,0xb3,0x36,0x70,0xd8,0x5e,0x28,0x6c,0x13,0x3a,0x67, + 0x17,0x64,0xe5,0x8f,0x0,0x3,0x0,0x31,0x3c,0x13,0xf8,0x7e,0x90,0x25,0xd3,0x0, + 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/polygon.png + 0x0,0x0,0x2,0x11, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xb3,0x49,0x44,0x41,0x54,0x78,0xda,0xa4, + 0x53,0x39,0x4f,0x2,0x41,0x14,0x7e,0x3b,0x2c,0x14,0x6b,0x61,0xf8,0x7,0xb6,0xc2, + 0x8a,0x85,0x62,0xe9,0x2f,0xd0,0x58,0x58,0x58,0xc8,0x11,0x88,0x1c,0x72,0xc5,0x2b, + 0x31,0x6a,0x50,0xa,0x1b,0x1b,0x1b,0x35,0x82,0xf6,0x16,0x36,0x36,0xfe,0x1f,0x1b, + 0xb0,0xf1,0x0,0x63,0xe1,0xb1,0x73,0x38,0x6f,0x98,0x25,0x40,0x88,0x18,0x79,0xc9, + 0xdb,0x63,0xf6,0x7d,0xdf,0x7c,0xef,0x7b,0x3b,0x86,0x10,0x2,0x46,0x9,0x13,0x2f, + 0xc5,0xd2,0x6,0x73,0x9c,0xef,0xa5,0x5a,0xf5,0xf2,0xfe,0x2f,0xa0,0x68,0x2c,0x3e, + 0xe1,0xf7,0xfb,0x77,0x39,0xe7,0x59,0x82,0xb,0x86,0x61,0x10,0x42,0x3c,0x77,0x9b, + 0x5b,0x3b,0xcb,0x43,0x80,0xe3,0x85,0x62,0xf1,0xd4,0xb2,0xc6,0x1e,0x92,0xc9,0x44, + 0xba,0xd9,0x7c,0x1,0x45,0xf0,0xfd,0xf5,0x5,0xd9,0x4c,0xda,0xfc,0xfc,0xfc,0xb8, + 0xdd,0xdb,0x3f,0x58,0x19,0x4,0xcc,0xe5,0xb,0x27,0x5e,0xaf,0xef,0x39,0xb2,0x1a, + 0xc9,0x57,0x2f,0x2f,0x60,0x3a,0x14,0x22,0xcd,0xd7,0x96,0x26,0xa0,0xe,0xd8,0x76, + 0x10,0xd2,0xe9,0x14,0x69,0xb5,0xde,0x6e,0xca,0xe5,0xc3,0x94,0xb,0xcc,0xae,0xe7, + 0x8e,0x25,0xf0,0x29,0x1a,0x8d,0x94,0xae,0xaf,0xaa,0x66,0x38,0x3c,0xeb,0xeb,0xf6, + 0x4d,0x79,0xc0,0x18,0x7,0xd9,0xf,0x4c,0xd9,0xb6,0x24,0x59,0x23,0xe7,0x67,0x17, + 0xb5,0xa3,0x4a,0x65,0xa6,0x5e,0x7f,0x4c,0xc4,0xe3,0x31,0x3a,0x17,0xe,0x7b,0x65, + 0x99,0x17,0x6b,0x74,0xcb,0xe0,0xf1,0x78,0x80,0x52,0xda,0x26,0x10,0x8c,0x1,0xb2, + 0x62,0xda,0xc1,0x20,0xe4,0xf3,0x39,0xa3,0xd1,0x68,0x64,0xb6,0xb7,0xe6,0xc1,0xb2, + 0x2c,0x9f,0xb,0x74,0x6b,0x90,0x0,0x83,0xcb,0x8d,0x15,0x1,0xa5,0x4c,0xaa,0x60, + 0x1d,0xf6,0x40,0x60,0x52,0x65,0xfb,0x1b,0xed,0xc8,0x75,0x9,0x64,0x11,0x18,0x92, + 0x94,0x71,0xa6,0x5b,0x90,0xf,0x8e,0xe3,0x28,0xb0,0xcb,0xde,0x9,0x7c,0xd7,0x3d, + 0x23,0x58,0xa9,0xd1,0x75,0xb8,0xa9,0xd9,0x96,0x42,0x15,0x81,0xaa,0xc7,0x24,0x64, + 0x20,0x41,0xb7,0x7,0x98,0xdc,0xf5,0x80,0x31,0x1,0x14,0x5b,0xd0,0x85,0xae,0xa, + 0xa1,0x9,0x45,0x7b,0xfb,0x9e,0xb5,0x1e,0x5,0x4c,0x2a,0xa0,0x5a,0xc1,0xb0,0x70, + 0x7,0x28,0x35,0x0,0xe5,0xda,0xc4,0x7e,0xb3,0xba,0x55,0xc0,0x2f,0xa,0x54,0x1d, + 0x1a,0xb3,0xb0,0xb0,0x28,0x70,0x24,0x5c,0x70,0x39,0x52,0x1,0x4c,0x30,0x6c,0x58, + 0xde,0xa5,0xeb,0x1c,0xff,0x11,0xa1,0x8c,0xee,0x5f,0xe3,0x9c,0xbd,0x1b,0x7a,0xae, + 0x33,0xff,0x3d,0x8d,0xc6,0xa8,0xc7,0xf9,0x47,0x80,0x1,0x0,0x5b,0x74,0xfe,0x8d, + 0x20,0xdb,0x37,0xe1,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/copy.png + 0x0,0x0,0x2,0x58, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xfa,0x49,0x44,0x41,0x54,0x78,0xda,0x7c, + 0x93,0xcd,0x4b,0x1b,0x41,0x18,0xc6,0x9f,0x8d,0x49,0xc,0x62,0x71,0xa9,0xd7,0x7a, + 0xaf,0x37,0xc1,0x8b,0x7,0xad,0xf4,0x2e,0x1e,0x9a,0x14,0xac,0xa2,0x8b,0xa0,0x24, + 0x7e,0x45,0xeb,0xd7,0x41,0xf4,0xa0,0x7,0xf,0x16,0xa,0x26,0xf6,0x90,0x82,0x44, + 0x4,0xc1,0x93,0x7,0xff,0x1,0x41,0xcf,0x42,0x2f,0x45,0x10,0xc4,0x93,0x8,0x2a, + 0x26,0x68,0x4d,0x6d,0x32,0x1f,0x9d,0x77,0xb3,0x3b,0x59,0xb3,0xc1,0x17,0x86,0x97, + 0x9d,0x99,0xf7,0x99,0xdf,0x3c,0xfb,0x8e,0x21,0xa5,0x44,0x75,0x24,0xa7,0xbf,0xe6, + 0xd4,0xbc,0x29,0x84,0x40,0x8d,0x91,0x17,0x9c,0x7f,0xdc,0xdd,0xdd,0xf9,0x65,0x6f, + 0x26,0x81,0xea,0x31,0x31,0x99,0x94,0x14,0xc5,0x12,0x93,0x85,0xe7,0xa2,0xbc,0xcd, + 0xfd,0x91,0xbf,0x2f,0xae,0xa5,0x65,0xd,0xcb,0xe3,0xe3,0x13,0x39,0x30,0x30,0x98, + 0xeb,0xfb,0xd2,0xdf,0x46,0xf5,0x1,0xd4,0x8,0xc6,0x98,0x9d,0xcf,0xef,0xfe,0xe1, + 0x32,0x57,0xc2,0xf5,0x93,0xc0,0xa3,0x8,0x82,0x71,0x8e,0xae,0xae,0x4e,0x8c,0x8e, + 0x8e,0x98,0x9c,0xf1,0xa3,0x68,0x34,0xd6,0x16,0xac,0x85,0x6d,0x18,0x6,0xe2,0x89, + 0x71,0x8d,0x1d,0xe,0xd7,0xc3,0x1a,0x9b,0x1,0x77,0x84,0xbb,0xbb,0x3f,0xd0,0xbc, + 0x99,0x4a,0xa5,0x8e,0xb4,0x0,0x4d,0x6c,0xa5,0x37,0x51,0x62,0x5c,0x9d,0x24,0xf0, + 0xf4,0xb7,0x88,0x9b,0xfb,0x47,0x6c,0xac,0x2d,0xa1,0xdf,0x1a,0xc2,0x76,0xfa,0x1b, + 0xb8,0x22,0x88,0xc5,0x3e,0xab,0xac,0xfd,0x30,0x83,0xb5,0xb0,0xd,0x95,0x69,0x53, + 0xc1,0x83,0x4d,0x5,0xd9,0xec,0xe,0xa6,0x16,0x96,0x50,0xa,0xbd,0x41,0x88,0x15, + 0xb1,0x32,0x9f,0x80,0x16,0x20,0x75,0x8a,0x3a,0x55,0x9d,0xdc,0x3b,0xd3,0x7e,0x34, + 0xbf,0xc4,0xc6,0xf7,0xf5,0x55,0x2c,0x6f,0x6c,0xa1,0x29,0x1c,0xb1,0xf,0xad,0x8, + 0x38,0x1b,0xd5,0xf5,0xb1,0x3f,0xd1,0x6e,0x53,0x40,0xfd,0xe1,0xf8,0x10,0xab,0xc6, + 0x46,0x24,0x1c,0x84,0xd9,0x18,0x52,0x35,0xbc,0x22,0xc0,0x38,0xd3,0x4,0x7d,0x3f, + 0x4e,0x2b,0xbf,0xa4,0x63,0xd1,0x4e,0x6b,0x3d,0xef,0x34,0x76,0x5d,0xc0,0x40,0xa4, + 0x3e,0x64,0xd7,0x78,0x8,0xca,0x57,0x50,0x6b,0x38,0x98,0x72,0x8,0xdc,0x35,0xd5, + 0x1b,0x57,0xb7,0xf,0x1a,0x9b,0xd6,0x2,0x6a,0x23,0xf7,0x5e,0xc1,0x35,0x91,0x1a, + 0xe3,0x53,0xfa,0xd4,0xd7,0x1b,0x99,0xc1,0xf7,0x1a,0xdb,0x55,0x27,0xdf,0x3c,0x26, + 0x32,0x4d,0x70,0x38,0xdd,0x5e,0xee,0x30,0xa3,0xec,0x83,0x50,0xe9,0x26,0x5f,0xd0, + 0xd8,0x2d,0x6f,0x1b,0xfc,0x2,0xcc,0xb9,0x2,0xd5,0xf4,0x6e,0xfa,0x9,0xb6,0xad, + 0x56,0x8d,0x9d,0x88,0x27,0xdc,0x67,0x90,0xf7,0x11,0x50,0x64,0x87,0x5b,0x6d,0x33, + 0x89,0x86,0xde,0x1a,0x77,0x86,0x7b,0x6a,0xe6,0x67,0x46,0x5b,0xe4,0xf3,0xa0,0xa5, + 0xb9,0x1,0xaf,0x85,0xdb,0x2f,0x3e,0x1,0x65,0x4e,0x7e,0x76,0x76,0xce,0x94,0x42, + 0x42,0x48,0x1,0x49,0xff,0x9c,0x5e,0xa7,0x9d,0xe9,0x5b,0x6a,0x6c,0xaf,0xc0,0x7f, + 0x1,0x6,0x0,0xd6,0xcb,0x57,0xc7,0x59,0x68,0x4b,0x4b,0x0,0x0,0x0,0x0,0x49, + 0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/zoomOut.png + 0x0,0x0,0x2,0x9f, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x41,0x49,0x44,0x41,0x54,0x78,0xda,0x9c, + 0x52,0x4d,0x6b,0x13,0x51,0x14,0xbd,0xd3,0x79,0xfd,0x60,0xd2,0x49,0x6,0xed,0x24, + 0x55,0x8,0x56,0x37,0xe9,0xa4,0x9b,0x26,0x75,0x53,0x14,0x8b,0x88,0xba,0x68,0xa, + 0xd9,0x58,0x5d,0xda,0xad,0x20,0x2e,0xfa,0x3,0x5a,0xdd,0x19,0x28,0xd4,0x8d,0x50, + 0x10,0x8d,0x75,0x21,0xe8,0xa2,0xfd,0x3,0xa1,0x34,0x2a,0xae,0x44,0xa9,0xb6,0x45, + 0x57,0x1,0x4d,0x84,0xc4,0x84,0x21,0x69,0x26,0x69,0xde,0x9b,0xa6,0xf7,0x4e,0x13, + 0xc8,0x47,0x8b,0xd0,0x33,0x5c,0xee,0x9b,0xf7,0xe6,0x9e,0x77,0xee,0xb9,0x23,0x41, + 0x3,0x4f,0x63,0x4b,0x23,0x98,0x16,0x6c,0x21,0xa2,0x32,0x63,0x9a,0x10,0x1c,0xf6, + 0x4a,0x7b,0x26,0xe7,0x7c,0x5d,0x8,0xf1,0x78,0x79,0x79,0x29,0x5,0x1d,0xa8,0xd7, + 0xeb,0x20,0x35,0x8a,0xc7,0x7,0x6,0xfa,0x37,0xc2,0xe1,0x90,0x76,0x79,0x62,0x2, + 0x18,0x93,0x9d,0xf,0x38,0x17,0x90,0x4c,0x26,0x21,0x91,0xd8,0x30,0x8b,0xc5,0xe2, + 0xf5,0x95,0x95,0xe7,0xdf,0xba,0x8,0xe8,0x66,0x2c,0xfe,0x7a,0xef,0xee,0xac,0x26, + 0x63,0xe1,0x9f,0x74,0x6,0x24,0x49,0x3a,0xa,0x7c,0xce,0x9f,0x1b,0x6,0xcb,0x2a, + 0xc3,0xe2,0xe2,0x13,0xd3,0x16,0x76,0x28,0xfe,0xfa,0x65,0xaa,0x95,0xa0,0x87,0x64, + 0xd3,0xcd,0xcd,0x62,0xaf,0xae,0xc3,0x5,0xbf,0xdf,0x9,0x9f,0x57,0x87,0x6c,0x2e, + 0x7,0x8a,0xcb,0x5,0x91,0xe9,0x69,0x8d,0xb,0xbe,0xd0,0xd9,0x46,0xf,0xf5,0x4c, + 0xb2,0x9b,0xc5,0x9a,0xe6,0x81,0xc1,0x41,0x17,0xb8,0x5c,0xa,0xb8,0x3d,0x6e,0xd0, + 0x87,0x86,0x20,0x9b,0xcd,0xc1,0xad,0xdb,0x37,0x81,0xd7,0x78,0xb4,0x93,0x80,0x71, + 0x21,0x34,0x6c,0xc1,0x91,0x1c,0xe,0x8d,0xc3,0x71,0xf8,0xf0,0xf1,0x13,0x28,0x8a, + 0x2,0xa8,0x40,0xeb,0x52,0x40,0x6e,0x13,0x88,0xe0,0x24,0x34,0xcf,0x4,0x9a,0x8a, + 0x90,0xdb,0x14,0xd4,0xf6,0x6b,0xa5,0x4a,0xa5,0xaa,0x92,0x61,0x5b,0x5b,0xdf,0x1d, + 0xd9,0xbd,0x8c,0x39,0x87,0xb6,0x6d,0x43,0xb9,0x6c,0x41,0xee,0x5f,0x1e,0x73,0x19, + 0xa7,0x52,0x2b,0x75,0x29,0xc0,0xf1,0x24,0x68,0x54,0xe4,0x76,0xbe,0x50,0xa0,0xd9, + 0x3,0x12,0x42,0xb5,0xba,0xef,0x14,0x17,0x4c,0x13,0x74,0xfd,0x2c,0xac,0xad,0xad, + 0xe3,0x7e,0x25,0x41,0xbc,0x6d,0xa,0xb6,0xb7,0x7f,0xc4,0x50,0xe2,0x8d,0xb1,0xb1, + 0xa0,0xea,0x25,0xd7,0xd1,0x30,0x86,0xa,0x48,0xf6,0xc1,0x41,0xdd,0x29,0xce,0xa3, + 0x82,0xb7,0xab,0xab,0x70,0xd5,0xd7,0xf7,0x65,0xb3,0xb3,0x3d,0x8c,0xbe,0xc9,0xc9, + 0x2b,0x51,0xc3,0x30,0x5e,0xcc,0x44,0x22,0x2a,0xb9,0x4d,0x86,0x11,0x48,0x36,0xdd, + 0xfc,0xe6,0x55,0x1c,0x46,0xe5,0xa,0x4,0x86,0xdd,0xe0,0x3d,0xa3,0xc6,0xef,0x3c, + 0x7b,0x37,0xd7,0xf6,0x27,0x22,0x94,0xa0,0x11,0x9c,0xa,0x8c,0x1a,0xf,0x98,0xcc, + 0xa6,0x84,0x2d,0x54,0x32,0x8c,0x7a,0xb6,0x2c,0x6b,0x93,0xa7,0x7f,0xff,0xbc,0xa4, + 0xf6,0xcf,0xfb,0x7d,0x1a,0x50,0x34,0x49,0x88,0x80,0x35,0x8,0xac,0x9d,0xdd,0x9d, + 0x4,0xc6,0x2e,0xae,0xb5,0x16,0xa7,0xa9,0x5f,0x93,0xce,0xd1,0x24,0x7a,0x9f,0x6f, + 0xec,0xdf,0x7f,0xff,0x68,0x96,0xf2,0x1c,0x6b,0x69,0xa7,0x86,0x91,0x3a,0x69,0x94, + 0x9f,0x33,0x7f,0x63,0xbd,0x92,0x14,0xc0,0x65,0xa4,0x49,0xd2,0x49,0xf0,0x3f,0x64, + 0x93,0xe9,0xcc,0xc3,0x6b,0x47,0xeb,0x8,0xb7,0xed,0x5f,0x70,0x4a,0x8c,0x5c,0xd4, + 0x3c,0x33,0x98,0xd,0xf2,0xe0,0x50,0x80,0x1,0x0,0x81,0x8a,0x0,0x68,0xfd,0xdd, + 0x7b,0xe1,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/triangle.png + 0x0,0x0,0x6a,0x9e, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x2,0x72,0x0,0x0,0x1,0xff,0x8,0x6,0x0,0x0,0x0,0xd3,0xe8,0x30,0xe, + 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc4,0x0,0x0,0xe,0xc4, + 0x1,0x95,0x2b,0xe,0x1b,0x0,0x0,0x20,0x0,0x49,0x44,0x41,0x54,0x78,0x5e,0xec, + 0xdd,0x79,0x9c,0x64,0x55,0x79,0x37,0xf0,0x5f,0x4d,0x77,0xcf,0xc2,0x2c,0xac,0xc3, + 0x22,0x8,0xe,0x3b,0x42,0x22,0x2a,0x2e,0x80,0x26,0x2a,0xa0,0x82,0x1a,0x14,0x25, + 0xa,0x26,0x12,0xb7,0xa8,0x31,0x2e,0x89,0x51,0x13,0xd7,0x4f,0xd4,0xb8,0xe4,0x75, + 0xcd,0xf2,0xba,0xe4,0x55,0x12,0xc1,0x20,0x51,0x51,0x60,0xa0,0x7b,0x66,0xba,0x7b, + 0xba,0xbb,0xf6,0xaa,0xde,0xf7,0xb5,0x7a,0xdf,0xaa,0x6b,0xdf,0xee,0xad,0x7b,0x6f, + 0xd5,0xf3,0xfe,0xd1,0xe,0x81,0xd3,0x30,0x6b,0x55,0x77,0xdd,0xea,0xdf,0xf7,0xf3, + 0x39,0x7f,0xf0,0xdc,0xdf,0x80,0x42,0x55,0xcf,0x33,0xe7,0xdc,0x73,0xe,0x40,0x44, + 0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44, + 0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44, + 0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44, + 0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44, + 0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44, + 0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44, + 0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44, + 0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0xc7, + 0x49,0x44,0xb6,0x1b,0x86,0x71,0xc0,0x30,0x8c,0xc7,0xd4,0x67,0x44,0x44,0x44,0x44, + 0x54,0xa1,0x44,0xe4,0xb4,0x64,0x32,0xd9,0x16,0xa,0x85,0x24,0x14,0xa,0x59,0xc9, + 0x64,0xf2,0xa0,0x9a,0x21,0x22,0xaa,0x76,0xb5,0x6a,0x81,0x88,0xc8,0xe,0x86,0x87, + 0x87,0x6b,0xa,0x85,0xc2,0xab,0x1f,0x79,0xe4,0x11,0x6c,0xd9,0xb2,0xa5,0xe6,0xae, + 0xbb,0xee,0xfa,0x23,0x35,0x43,0x44,0x54,0xed,0xd8,0xc8,0x11,0x91,0xed,0x2c,0x2f, + 0x2f,0xef,0xaa,0xad,0xad,0x75,0x36,0x35,0x35,0xe1,0xd1,0x47,0x1f,0x45,0x5d,0x5d, + 0x1d,0xae,0xbb,0xee,0xba,0xba,0x74,0x3a,0xed,0xdf,0xbd,0x7b,0xf7,0x2b,0xd4,0x3c, + 0x11,0x51,0xb5,0x62,0x23,0x47,0x44,0xb6,0x33,0x39,0x39,0xb9,0xa5,0x50,0x28,0xbc, + 0xa8,0xbe,0xbe,0x1e,0xe3,0xe3,0xe3,0xa8,0xa9,0xa9,0x41,0x7d,0x7d,0xfd,0x96,0xb, + 0x2e,0xb8,0xe0,0xc5,0x6a,0x96,0x88,0xa8,0x9a,0x6d,0x51,0xb,0x44,0x44,0x95,0x2c, + 0x12,0x89,0xec,0xb9,0xe8,0xa2,0x8b,0xba,0xdb,0xda,0xda,0x70,0xe8,0xd0,0x21,0xa4, + 0xd3,0x69,0x24,0x93,0x49,0x1c,0x3c,0x78,0x10,0x1e,0x8f,0xa7,0x36,0x1c,0xe,0xf, + 0xab,0xbf,0x86,0x88,0xa8,0x5a,0xb1,0x91,0x23,0x22,0xdb,0x10,0x91,0xd3,0x77,0xee, + 0xdc,0x39,0x38,0x38,0x38,0xb8,0xcf,0xeb,0xf5,0x22,0x12,0x89,0xa0,0x58,0x2c,0xa2, + 0x58,0x2c,0x62,0x69,0x69,0x9,0x2e,0x97,0xcb,0x31,0x38,0x38,0x78,0xa5,0x61,0x18, + 0xd3,0xea,0xaf,0x25,0x22,0xaa,0x46,0x6c,0xe4,0x88,0xc8,0x36,0x92,0xc9,0xe4,0x96, + 0x58,0x2c,0x76,0x61,0x4b,0x4b,0xb,0x5c,0x2e,0x17,0x74,0x5d,0x7f,0xea,0x99,0xae, + 0xeb,0x68,0x6b,0x6b,0x43,0x6b,0x6b,0xab,0x23,0x95,0x4a,0x3d,0xdf,0xb2,0xac,0xf0, + 0xd3,0x7e,0x29,0x11,0x51,0x55,0x62,0x23,0x47,0x44,0xb6,0x20,0x22,0x67,0x89,0xc8, + 0xd4,0xa1,0x43,0x87,0xd0,0xdc,0xdc,0x8c,0x78,0x3c,0xfe,0xf4,0x67,0x10,0x11,0x44, + 0xa3,0x51,0x34,0x36,0x36,0xa2,0xb1,0xb1,0xd1,0x91,0xcf,0xe7,0xf7,0x3e,0xed,0x97, + 0x13,0x11,0x55,0x25,0x36,0x72,0x44,0x64,0xb,0xf3,0xf3,0xf3,0x8e,0x68,0x34,0xba, + 0xc7,0xe3,0xf1,0x60,0x70,0x70,0x10,0x22,0xa2,0x46,0x50,0x2c,0x16,0xd1,0xd7,0xd7, + 0x7,0xb7,0xdb,0x8d,0x44,0x22,0x1,0xd3,0x34,0x75,0x11,0xe1,0xcf,0x39,0x22,0xaa, + 0x5a,0xfc,0x1,0x47,0x44,0x15,0x2f,0x95,0x4a,0xed,0xdd,0xb6,0x6d,0x5b,0xe4,0xe0, + 0xc1,0x83,0x8,0x4,0x2,0x48,0xa5,0x52,0x6a,0xe4,0x29,0x89,0x44,0x2,0x5e,0xaf, + 0x17,0xd,0xd,0xd,0xc8,0xe5,0x72,0xdb,0xd4,0xe7,0x44,0x44,0x44,0x44,0xb4,0x4e, + 0x44,0xe4,0xdc,0x4c,0x26,0x23,0x4e,0xa7,0x53,0x6e,0xb9,0xe5,0x16,0xd9,0xb6,0x6d, + 0x9b,0x0,0x38,0xea,0xd8,0xbe,0x7d,0xbb,0xbc,0xe1,0xd,0x6f,0x90,0x8e,0x8e,0xe, + 0xd1,0x75,0x5d,0x44,0xa4,0xe6,0x7f,0xff,0x8e,0x44,0x44,0xd5,0x83,0x33,0x72,0x44, + 0x54,0xb1,0x44,0xc4,0x91,0x4c,0x26,0x77,0x85,0xc3,0x61,0xd4,0xd7,0xd7,0x63,0x74, + 0x74,0x14,0xf9,0x7c,0x5e,0x8d,0xad,0xa1,0xeb,0x3a,0x46,0x46,0x46,0xb0,0x7f,0xff, + 0x7e,0x44,0x22,0x11,0x0,0xd8,0xad,0x66,0x88,0x88,0x88,0x88,0xa8,0x8c,0x32,0x99, + 0xcc,0xf9,0x89,0x44,0x42,0x1e,0x7d,0xf4,0x51,0xb9,0xf2,0xca,0x2b,0x65,0xcb,0x96, + 0x2d,0x6b,0x66,0xdf,0x9e,0x6b,0xd4,0xd4,0xd4,0xc8,0xd5,0x57,0x5f,0x2d,0x8d,0x8d, + 0x8d,0x92,0xc9,0x64,0x44,0x44,0xea,0x8e,0xfc,0x7d,0x89,0x88,0xaa,0x5,0x67,0xe4, + 0x88,0xa8,0x22,0x89,0xc8,0x96,0x5c,0x2e,0x77,0xc1,0xf8,0xf8,0x38,0x1a,0x1a,0x1a, + 0xb0,0xb4,0xb4,0x84,0x62,0xb1,0xa8,0xc6,0x9e,0x53,0xa1,0x50,0xc0,0xe2,0xe2,0x22, + 0xf6,0xef,0xdf,0x8f,0x50,0x28,0x4,0x5d,0xd7,0x2f,0x54,0x33,0x44,0x44,0x76,0xc7, + 0x46,0x8e,0x88,0x2a,0x52,0x2e,0x97,0x3b,0xdf,0xe1,0x70,0x74,0xf6,0xf4,0xf4,0xe0, + 0xd0,0xa1,0x43,0xc8,0x64,0x32,0x6a,0xe4,0x98,0xd2,0xe9,0x34,0xea,0xeb,0xeb,0xd1, + 0xdf,0xdf,0xf,0xc3,0x30,0x26,0x45,0x84,0x9b,0x1f,0x88,0xa8,0xaa,0xb0,0x91,0x23, + 0xa2,0x8a,0x23,0x22,0xb5,0xd1,0x68,0xf4,0x8a,0x23,0x4d,0xdc,0xc2,0xc2,0xc2,0x9, + 0xcd,0xc6,0x1d,0x51,0x2c,0x16,0x31,0x3b,0x3b,0x8b,0x86,0x86,0x6,0xf4,0xf6,0xf6, + 0x22,0x1e,0x8f,0x5f,0x2d,0x22,0xe,0x35,0x47,0x44,0x64,0x57,0x6c,0xe4,0x88,0xa8, + 0xa2,0x88,0x48,0x9d,0xae,0xeb,0xaf,0x3,0xd0,0xe2,0xf1,0x78,0xe0,0xf1,0x78,0x9e, + 0x71,0x83,0xc3,0x89,0x3a,0x72,0xe3,0x83,0xd7,0xeb,0x85,0x65,0x59,0xdd,0xa6,0x69, + 0xbe,0x9c,0x67,0xcb,0x11,0x11,0x11,0x11,0x95,0x41,0x2e,0x97,0x7b,0x7e,0x3c,0x1e, + 0x97,0x87,0x1e,0x7a,0x48,0x5e,0xf5,0xaa,0x57,0x49,0x6d,0x6d,0xed,0x9a,0x8d,0xc, + 0x27,0x3a,0x6a,0x6b,0x6b,0xe5,0xb5,0xaf,0x7d,0xad,0xfc,0xf6,0xb7,0xbf,0x3d,0xb2, + 0xf1,0xe1,0x8f,0xd9,0xcc,0x11,0x51,0x35,0xe0,0xf,0x32,0x22,0xaa,0x18,0x22,0xb2, + 0x2d,0x97,0xcb,0xbd,0x62,0x66,0x66,0x6,0xcd,0xcd,0xcd,0xe8,0xea,0xea,0x82,0x65, + 0x59,0x6a,0xec,0x84,0x59,0x96,0x85,0x60,0x30,0x88,0xa6,0xa6,0x26,0x2c,0x2c,0x2c, + 0xc0,0x30,0x8c,0x16,0x0,0xa7,0xa9,0x39,0x22,0x22,0xbb,0x61,0x23,0x47,0x44,0x15, + 0x41,0x44,0xb6,0x1b,0x86,0x71,0xb7,0x69,0x9a,0xbf,0xf2,0x78,0x3c,0xe8,0xea,0xea, + 0x42,0x2e,0x97,0x53,0x63,0x27,0x2d,0x9b,0xcd,0xa2,0xbd,0xbd,0x1d,0x2e,0x97,0xb, + 0x99,0x4c,0x6,0x96,0x65,0xbd,0x4e,0x78,0x50,0x30,0x11,0x11,0x11,0xd1,0xa9,0x13, + 0x91,0x17,0x64,0x32,0x19,0x69,0x6b,0x6b,0x93,0xb7,0xbc,0xe5,0x2d,0xc7,0x75,0x83, + 0xc3,0x89,0x8e,0x6d,0xdb,0xb6,0xc9,0x5d,0x77,0xdd,0x25,0x7e,0xbf,0x5f,0x72,0xb9, + 0x9c,0x88,0x8,0xf,0xa,0x26,0x22,0x5b,0xe3,0x8c,0x1c,0x11,0x55,0x84,0x44,0x22, + 0x81,0x68,0x34,0x8a,0x96,0x96,0x16,0xc,0xf,0xf,0x1f,0xd7,0xd,0xe,0x27,0x2a, + 0x9f,0xcf,0x63,0x70,0x70,0x10,0x87,0xf,0x1f,0x46,0x2a,0x95,0x3a,0x72,0xeb,0x3, + 0x11,0x91,0x6d,0xb1,0x91,0x23,0xa2,0xd,0xb7,0xbc,0xbc,0xbc,0x2b,0x95,0x4a,0xdd, + 0x39,0x34,0x34,0x84,0xa6,0xa6,0x26,0xcc,0xcd,0xcd,0xa9,0x91,0x92,0x99,0x99,0x99, + 0xc1,0xa1,0x43,0x87,0x30,0x32,0x32,0x2,0xc3,0x30,0xfe,0x54,0x78,0xe3,0x3,0x11, + 0xd9,0x18,0x1b,0x39,0x22,0xda,0x50,0x91,0x48,0x64,0xcf,0xce,0x9d,0x3b,0xff,0x2a, + 0x91,0x48,0x7c,0x7f,0xff,0xfe,0xfd,0x18,0x1a,0x1a,0x82,0xa6,0x69,0x6a,0xac,0x64, + 0x72,0xb9,0x1c,0xfa,0xfa,0xfa,0xf0,0xe8,0xa3,0x8f,0x22,0x93,0xc9,0xfc,0x3f,0x5d, + 0xd7,0x3f,0x28,0x22,0x5b,0xd5,0x1c,0x11,0x11,0x11,0x11,0x1d,0x43,0x22,0x91,0xb8, + 0x7c,0x79,0x79,0x59,0x1e,0x78,0xe0,0x1,0xb9,0xf6,0xda,0x6b,0xa5,0xae,0xae,0x6e, + 0xcd,0xbb,0x6d,0xa5,0x1e,0x75,0x75,0x75,0xf2,0x87,0x7f,0xf8,0x87,0xf2,0xeb,0x5f, + 0xff,0x5a,0x62,0xb1,0x98,0x88,0xc8,0x99,0x20,0x22,0xb2,0x21,0xce,0xc8,0x11,0xd1, + 0x86,0x11,0x91,0x33,0x44,0xe4,0xbe,0xa1,0xa1,0x21,0x1c,0x3c,0x78,0x10,0xb3,0xb3, + 0xb3,0x30,0x4d,0x53,0x8d,0x95,0x9c,0x69,0x9a,0x98,0x9e,0x9e,0x46,0x43,0x43,0x3, + 0x46,0x46,0x46,0x90,0x4e,0xa7,0x3f,0x2c,0x22,0xdb,0xd5,0x1c,0x11,0x11,0x11,0x11, + 0x3d,0x87,0x70,0x38,0x7c,0x45,0x28,0x14,0x92,0x6f,0x7c,0xe3,0x1b,0x72,0xf1,0xc5, + 0x17,0x8b,0xc3,0xe1,0x58,0x33,0x7b,0x56,0xae,0xe1,0x70,0x38,0x64,0xdf,0xbe,0x7d, + 0xf2,0xbd,0xef,0x7d,0x4f,0xe6,0xe7,0xe7,0x25,0x91,0x48,0x9c,0x5,0x22,0x22,0x9b, + 0xe1,0x8c,0x1c,0x11,0x6d,0x8,0x11,0x39,0x5b,0x44,0x3e,0xda,0xd1,0xd1,0x81,0xd6, + 0xd6,0x56,0xac,0xac,0xac,0x40,0x44,0xd4,0xd8,0x71,0x71,0x38,0x4e,0xfc,0xfa,0x54, + 0x11,0xc1,0xf2,0xf2,0x32,0x9a,0x9b,0x9b,0xd1,0xd9,0xd9,0x9,0x87,0xc3,0xf1,0x77, + 0x22,0xc2,0x43,0x82,0x89,0x88,0x88,0x88,0x8e,0x26,0x95,0x4a,0xed,0xcd,0x64,0x32, + 0x3f,0xea,0xef,0xef,0x97,0x8f,0x7e,0xf4,0xa3,0x72,0xf6,0xd9,0x67,0xaf,0x99,0x31, + 0x5b,0xaf,0xb1,0x77,0xef,0x5e,0xf9,0xd4,0xa7,0x3e,0x25,0xe3,0xe3,0xe3,0x92,0xcb, + 0xe5,0xbe,0x27,0x22,0x3b,0x41,0x44,0x64,0x13,0x9c,0x91,0x23,0xa2,0x75,0xb7,0x75, + 0xeb,0xd6,0xb3,0x75,0x5d,0xff,0x90,0xd7,0xeb,0x85,0xd7,0xeb,0x45,0x3c,0x1e,0x57, + 0x23,0xeb,0x26,0x1a,0x8d,0xc2,0xe9,0x74,0xc2,0xe7,0xf3,0xc1,0x34,0xcd,0x4f,0x2, + 0x60,0x23,0x47,0x44,0xb6,0xc1,0x46,0x8e,0x88,0xd6,0x95,0x88,0x9c,0x9f,0xcf,0xe7, + 0xbf,0x10,0xa,0x85,0xe0,0x76,0xbb,0x31,0x32,0x32,0x82,0x62,0xb1,0xa8,0xc6,0xd6, + 0x4d,0xb1,0x58,0xc4,0xd0,0xd0,0x10,0x9c,0x4e,0x27,0xa6,0xa7,0xa7,0x91,0xc9,0x64, + 0xbe,0xce,0x1b,0x1f,0x88,0xc8,0x2e,0xd8,0xc8,0x11,0xd1,0xba,0x4a,0xa7,0xd3,0x67, + 0x25,0x12,0x89,0x77,0x37,0x37,0x37,0xa3,0xbd,0xbd,0x1d,0xd9,0x6c,0x56,0x8d,0xac, + 0xbb,0x74,0x3a,0xd,0xbf,0xdf,0x8f,0xa6,0xa6,0x26,0x64,0x32,0x99,0xf7,0x67,0x32, + 0x19,0xbe,0x2b,0x47,0x44,0xb6,0xc0,0x46,0x8e,0x88,0xd6,0x4d,0x36,0x9b,0xbd,0xa8, + 0x50,0x28,0x7c,0x7d,0x62,0x62,0x2,0x6e,0xb7,0x1b,0x93,0x93,0x93,0x6a,0x64,0xc3, + 0x8c,0x8f,0x8f,0xa3,0xad,0xad,0xd,0x93,0x93,0x93,0x28,0x16,0x8b,0xff,0x12,0x8f, + 0xc7,0xcf,0x50,0x33,0x44,0x44,0x44,0x44,0x9b,0x92,0x88,0x5c,0xac,0xeb,0x7a,0xfd, + 0xc0,0xc0,0x80,0x7c,0xe2,0x13,0x9f,0x90,0x8b,0x2f,0xbe,0x78,0xcd,0xc6,0x83,0x8d, + 0x1e,0xfb,0xf6,0xed,0x93,0x4f,0x7f,0xfa,0xd3,0x32,0x3e,0x3e,0x2e,0x86,0x61,0xfc, + 0x8e,0x7,0x5,0x13,0x51,0xa5,0xe3,0x8c,0x1c,0x11,0xad,0x8b,0x4c,0x26,0x73,0x7a, + 0x3c,0x1e,0x7f,0x63,0x67,0x67,0x27,0x5a,0x5a,0x5a,0xb0,0xb4,0xb4,0xa4,0x46,0x36, + 0xdc,0xfc,0xfc,0x3c,0x9a,0x9a,0x9a,0xd0,0xd5,0xd5,0x85,0x54,0x2a,0x75,0x67,0x2e, + 0x97,0xdb,0xa1,0x66,0x88,0x88,0x2a,0x49,0xad,0x5a,0x20,0x22,0x2a,0x87,0x70,0x38, + 0x8c,0x70,0x38,0x8c,0x3,0x7,0xe,0x60,0x66,0x66,0xa6,0xa4,0x37,0x38,0x38,0x1c, + 0x8e,0x93,0x3e,0x83,0xee,0xe9,0x8e,0xdc,0xf8,0x50,0x5f,0x5f,0x8f,0xcb,0x2e,0xbb, + 0xc,0x3b,0x76,0xb0,0x8f,0x23,0xa2,0xca,0xc6,0x19,0x39,0x22,0x2a,0xbb,0xe9,0xe9, + 0xe9,0xcb,0xc,0xc3,0xf8,0xf,0xaf,0xd7,0xb,0xa7,0xd3,0x89,0x64,0x32,0x59,0x92, + 0xc6,0xeb,0x88,0x52,0xfd,0xbd,0x44,0x4,0xf1,0x78,0x1c,0x87,0xf,0x1f,0x86,0xdf, + 0xef,0xc7,0xd6,0xad,0x5b,0x1f,0x5e,0x58,0x58,0xd8,0xab,0xe6,0x88,0x88,0x2a,0x5, + 0x67,0xe4,0x88,0xa8,0xec,0x16,0x17,0x17,0x77,0xad,0xac,0xac,0xbc,0xe2,0xf0,0xe1, + 0xc3,0x8,0x87,0xc3,0x1b,0x7a,0xdc,0xc8,0xb1,0x14,0x8b,0x45,0x2c,0x2d,0x2d,0xa1, + 0xb1,0xb1,0x11,0x57,0x5c,0x71,0xc5,0xab,0x76,0xed,0xda,0xb5,0x4d,0xcd,0x10,0x11, + 0x55,0xa,0xce,0xc8,0x11,0x51,0x59,0xad,0xac,0xac,0x5c,0x75,0xc6,0x19,0x67,0xfc, + 0xa2,0xa3,0xa3,0x3,0x1d,0x1d,0x1d,0xd0,0x75,0x5d,0x8d,0x54,0x1c,0x5d,0xd7,0xe1, + 0xf7,0xfb,0xd1,0xd1,0xd1,0x81,0xf3,0xce,0x3b,0x6f,0xff,0xf2,0xf2,0xf2,0xf9,0x6a, + 0x86,0x88,0xa8,0x12,0xb0,0x91,0x23,0xa2,0xb2,0xd1,0x75,0xfd,0x9a,0x42,0xa1,0xf0, + 0xb8,0xcb,0xe5,0xba,0xf6,0xc0,0x81,0x3,0xa7,0x74,0x9f,0xea,0x7a,0x12,0x11,0x84, + 0xc3,0x61,0xec,0xdf,0xbf,0x1f,0x6e,0xb7,0xfb,0x45,0x5b,0xb7,0x6e,0x3d,0x9c,0xcd, + 0x66,0x9f,0xa7,0xe6,0x88,0x88,0x36,0x1a,0x1b,0x39,0x22,0x2a,0xb,0x11,0xb9,0xce, + 0xb2,0xac,0xfa,0xd9,0xd9,0xd9,0x2b,0x3c,0x1e,0xf,0x6,0x6,0x6,0x4a,0xba,0xc1, + 0xa1,0xdc,0xc,0xc3,0x40,0x5f,0x5f,0x1f,0xdc,0x6e,0x37,0xe6,0xe6,0xe6,0xae,0xae, + 0xa9,0xa9,0x71,0x8a,0xc8,0x45,0x6a,0x8e,0x88,0x68,0x23,0xf1,0x1d,0x39,0x22,0x2a, + 0x8b,0x5c,0x2e,0xb7,0x3d,0x16,0x8b,0x5d,0x72,0xe8,0xd0,0x21,0xb8,0x5c,0x2e,0x64, + 0x32,0x19,0x35,0x52,0xf1,0x52,0xa9,0x14,0x5a,0x5b,0x5b,0x71,0xc5,0x15,0x57,0x60, + 0xef,0xde,0xbd,0x97,0x9e,0x7e,0xfa,0xe9,0x75,0x6a,0x86,0x88,0x68,0x23,0x71,0x46, + 0x8e,0x88,0x4a,0x2e,0x9f,0xcf,0xbf,0xd8,0x34,0xcd,0xfa,0xe1,0xe1,0x61,0xb8,0xdd, + 0x6e,0x84,0x42,0xa1,0x8a,0xde,0xe0,0xf0,0x5c,0x8a,0xc5,0x22,0x46,0x47,0x47,0xe1, + 0x74,0x3a,0x31,0x36,0x36,0x6,0xcb,0xb2,0xfc,0x9a,0xa6,0xbd,0x40,0xcd,0x11,0x11, + 0x6d,0x14,0x36,0x72,0x44,0x54,0x72,0x9a,0xa6,0xd5,0x2d,0x2f,0x2f,0x9f,0x73,0xe8, + 0xd0,0x21,0xc,0xc,0xc,0xc0,0xb2,0x2c,0x35,0x62,0x1b,0x96,0x65,0xa1,0xaf,0xaf, + 0xf,0x7,0xe,0x1c,0x40,0x34,0x1a,0xdd,0x9b,0xcf,0xe7,0x6b,0xd4,0xc,0x11,0xd1, + 0x46,0x61,0x23,0x47,0x44,0x25,0x65,0x18,0xc6,0xcb,0x2c,0xcb,0x6a,0xed,0xe9,0xe9, + 0x41,0x6b,0x6b,0x2b,0x66,0x67,0x67,0xd5,0x88,0xed,0x4c,0x4e,0x4e,0xa2,0xb9,0xb9, + 0x19,0x7d,0x7d,0x7d,0x0,0xd0,0xa7,0x69,0xda,0x65,0x6a,0x86,0x88,0x68,0x23,0xb0, + 0x91,0x23,0xa2,0x92,0x8a,0x46,0xa3,0x5b,0x66,0x66,0x66,0xb6,0xd7,0xd7,0xd7,0x63, + 0x7a,0x7a,0x1a,0x85,0x42,0x41,0x8d,0xd8,0x4e,0xa1,0x50,0x40,0x28,0x14,0xc2,0xe3, + 0x8f,0x3f,0x8e,0x85,0x85,0x85,0x1d,0xa9,0x54,0xca,0xa1,0x66,0x88,0x88,0x36,0x2, + 0x1b,0x39,0x22,0x2a,0x99,0x5c,0x2e,0x77,0x63,0x6d,0x6d,0xad,0x6f,0x60,0x60,0x0, + 0x4e,0xa7,0x13,0x2b,0x2b,0x2b,0x6a,0xc4,0xb6,0xc2,0xe1,0x30,0x5a,0x5a,0x5a,0x30, + 0x3c,0x3c,0x8c,0xba,0xba,0xba,0x31,0x5d,0xd7,0xaf,0x54,0x33,0x44,0x44,0xeb,0x8d, + 0xbb,0x56,0x89,0xa8,0x24,0x44,0x64,0x4b,0x7f,0x7f,0xff,0xf6,0xd9,0xd9,0x59,0x3c, + 0xfc,0xf0,0xc3,0x58,0x5c,0x5c,0x2c,0xdb,0x6,0x87,0x2d,0x5b,0xb6,0x94,0xed,0xef, + 0xfd,0x5c,0x8a,0xc5,0x22,0x16,0x17,0x17,0xf1,0xe0,0x83,0xf,0xe2,0x8c,0x33,0xce, + 0xc0,0x85,0x17,0x5e,0xb8,0x43,0x44,0x1c,0xe,0x87,0xa3,0xf2,0xf,0xc6,0x23,0xa2, + 0xaa,0xc5,0x19,0x39,0x22,0x2a,0x89,0x58,0x2c,0x76,0xe3,0xf6,0xed,0xdb,0x9b,0xbb, + 0xbb,0xbb,0xd1,0xd5,0xd5,0x85,0x5c,0x2e,0xa7,0x46,0x4a,0x42,0x6d,0xe2,0xf6,0xec, + 0xd9,0xf3,0xb4,0xa7,0xe5,0x95,0xc9,0x64,0xd0,0xde,0xde,0x8e,0xee,0xee,0x6e,0x6c, + 0xdb,0xb6,0xad,0x3b,0x12,0x89,0x5c,0xa5,0x66,0x88,0x88,0xd6,0x13,0x67,0xe4,0x88, + 0xe8,0x94,0x89,0x48,0x9d,0xcf,0xe7,0x3b,0x7b,0x62,0x62,0x2,0x7,0xe,0x1c,0x40, + 0x24,0x12,0x29,0xcb,0xd,0xe,0x35,0x35,0x35,0x6b,0x66,0xe2,0xd6,0xf3,0x7c,0xba, + 0x23,0x37,0x3e,0xd4,0xd7,0xd7,0xe3,0xe2,0x8b,0x2f,0xc6,0xb,0x5e,0xf0,0x82,0x73, + 0x44,0xa4,0xc6,0xe1,0x70,0xd8,0xff,0x45,0x40,0x22,0xb2,0x25,0xce,0xc8,0x11,0xd1, + 0x29,0x11,0x91,0x6d,0xe1,0x70,0xf8,0xce,0xba,0xba,0xba,0x47,0xdb,0xda,0xda,0xd0, + 0xd9,0xd9,0x89,0x7c,0x3e,0xaf,0xc6,0x4a,0x42,0x44,0xd6,0x34,0x88,0x6a,0x63,0x57, + 0x6e,0x47,0xee,0x61,0x6d,0x6b,0x6b,0xc3,0xb6,0x6d,0xdb,0x9c,0x89,0x44,0xe2,0x35, + 0x22,0xc2,0x83,0x82,0x89,0x68,0x43,0xb0,0x91,0x23,0xa2,0x53,0x62,0x9a,0xe6,0x2b, + 0x8a,0xc5,0xe2,0xaf,0x2,0x81,0x0,0x3a,0x3b,0x3b,0xa1,0x69,0x9a,0x1a,0x29,0x99, + 0xf5,0x6e,0xda,0x9e,0x8b,0xa6,0x69,0x8,0x4,0x2,0x68,0x6f,0x6f,0x47,0xa1,0x50, + 0x68,0xb4,0x2c,0xeb,0xf5,0x22,0xb2,0x55,0xcd,0x11,0x11,0x95,0x1b,0x1b,0x39,0x22, + 0x3a,0x69,0x22,0xb2,0x33,0x1a,0x8d,0x5e,0x3a,0x3a,0x3a,0x8a,0x96,0x96,0x16,0xf4, + 0xf7,0xf7,0xdb,0xfa,0xf0,0xdf,0xe3,0x65,0x9a,0x26,0x7a,0x7a,0x7a,0x70,0xf8,0xf0, + 0x61,0x4c,0x4e,0x4e,0xc2,0x34,0xcd,0xfd,0x0,0xb8,0x8b,0x95,0x88,0xd6,0x1d,0xdf, + 0x91,0x23,0xa2,0x93,0x22,0x22,0xbb,0x75,0x5d,0xbf,0x27,0x9d,0x4e,0xff,0xf8,0xe0, + 0xc1,0x83,0x8,0x6,0x83,0xd0,0x75,0x5d,0x8d,0x55,0x2d,0x4d,0xd3,0xe0,0xf5,0x7a, + 0x71,0xc5,0x15,0x57,0xe0,0xdc,0x73,0xcf,0xc5,0xf9,0xe7,0x9f,0x7f,0xad,0x88,0x4c, + 0x38,0x1c,0x8e,0xf2,0x4d,0x49,0x12,0x11,0x29,0x38,0x23,0x47,0x44,0x27,0xc5,0xb2, + 0xac,0x1b,0x74,0x5d,0xff,0xf1,0xe8,0xe8,0x28,0x3a,0x3a,0x3a,0x30,0x3f,0x3f,0xaf, + 0x46,0xaa,0xde,0xcc,0xcc,0xc,0x82,0xc1,0x20,0xc6,0xc6,0xc6,0xa0,0xeb,0xfa,0x2f, + 0xd,0xc3,0xb8,0x42,0xcd,0x10,0x11,0x95,0x13,0x1b,0x39,0x22,0x3a,0x61,0x22,0x72, + 0x66,0x2e,0x97,0x7b,0xf1,0xd4,0xd4,0x14,0x1a,0x1a,0x1a,0xd0,0xdf,0xdf,0xf,0xc3, + 0x30,0xd4,0x58,0xd5,0xcb,0xe7,0xf3,0xe8,0xe9,0xe9,0x41,0x7d,0x7d,0x3d,0xe6,0xe7, + 0xe7,0x91,0xcf,0xe7,0x5f,0x2e,0x22,0xbb,0xd4,0x1c,0x11,0x51,0xb9,0xb0,0x91,0x23, + 0xa2,0x13,0xa6,0xeb,0xfa,0x4b,0x72,0xb9,0xdc,0x77,0x3a,0x3b,0x3b,0xe1,0x76,0xbb, + 0xb1,0xb4,0xb4,0xa4,0x46,0x36,0x8d,0x85,0x85,0x5,0xb4,0xb5,0xb5,0xa1,0xbb,0xbb, + 0x1b,0xf9,0x7c,0xfe,0x3f,0xc,0xc3,0xb8,0x5c,0xcd,0x10,0x11,0x95,0xb,0x1b,0x39, + 0x22,0x3a,0x21,0xa9,0x54,0x6a,0x6f,0x32,0x99,0xbc,0x79,0x64,0x64,0x4,0x7,0xe, + 0x1c,0xc0,0xf4,0xf4,0xf4,0xa6,0xd8,0xe0,0xf0,0x5c,0x4c,0xd3,0x44,0x28,0x14,0xc2, + 0x93,0x4f,0x3e,0x89,0x89,0x89,0x9,0xa4,0xd3,0xe9,0xd7,0x8a,0xc8,0xe9,0x6a,0x8e, + 0x88,0xa8,0x1c,0xd8,0xc8,0x11,0xd1,0x9,0x31,0xc,0xe3,0x45,0xa9,0x54,0xea,0x1f, + 0x3d,0x1e,0xf,0x3c,0x1e,0xf,0x12,0x89,0x84,0x1a,0xd9,0x74,0xe2,0xf1,0x38,0x9c, + 0x4e,0x27,0x7c,0x3e,0x1f,0xd2,0xe9,0xf4,0x77,0x13,0x89,0xc4,0xa5,0x6a,0x86,0x88, + 0xa8,0x1c,0xd8,0xc8,0x11,0xd1,0x71,0xcb,0x66,0xb3,0xcf,0xcb,0x66,0xb3,0xb7,0xf5, + 0xf5,0xf5,0xa1,0xb5,0xb5,0x15,0xd1,0x68,0xb4,0x62,0xce,0x76,0xdb,0x48,0xc5,0x62, + 0x11,0x2b,0x2b,0x2b,0x68,0x6a,0x6a,0xc2,0xc0,0xc0,0x0,0x34,0x4d,0x7b,0x73,0x32, + 0x99,0x3c,0x5b,0xcd,0x11,0x11,0x95,0x1a,0x1b,0x39,0x22,0x3a,0x6e,0x89,0x44,0xe2, + 0xba,0x58,0x2c,0xf6,0x19,0x8f,0xc7,0x83,0xae,0xae,0xae,0xb2,0x1e,0xfe,0x6b,0x37, + 0xb9,0x5c,0xe,0xc1,0x60,0x10,0x5e,0xaf,0x17,0x89,0x44,0xe2,0x2b,0xd9,0x6c,0xf6, + 0x5,0x6a,0x86,0x88,0xa8,0xd4,0xd8,0xc8,0x11,0xd1,0x71,0x11,0x91,0x8b,0x35,0x4d, + 0xfb,0x93,0xf6,0xf6,0x76,0x2e,0xa9,0x3e,0x87,0x23,0x4b,0xac,0x1d,0x1d,0x1d,0x28, + 0x14,0xa,0x7f,0x2a,0x22,0xe7,0xaa,0x19,0x22,0xa2,0x52,0x62,0x23,0x47,0x44,0xc7, + 0xa4,0x69,0xda,0xbe,0x54,0x2a,0xf5,0x85,0x95,0x95,0x95,0x8f,0xfa,0x7c,0x3e,0x8c, + 0x8c,0x8c,0xc0,0x34,0x4d,0x35,0xb6,0xe9,0x19,0x86,0x81,0x81,0x81,0x1,0x78,0xbd, + 0x5e,0x44,0x22,0x91,0xcf,0xa4,0xd3,0xe9,0xcf,0x89,0xc8,0xf9,0x6a,0x8e,0x88,0xa8, + 0x54,0x78,0xb3,0x3,0x11,0x1d,0x95,0xa6,0x69,0x97,0x3,0xf8,0xc2,0xca,0xca,0xca, + 0x7d,0x87,0xf,0x1f,0x86,0xd7,0xeb,0x45,0x32,0x99,0x5c,0x73,0x79,0x3d,0x1,0x22, + 0x82,0x64,0x32,0x9,0x97,0xcb,0x85,0xcb,0x2f,0xbf,0x1c,0x67,0x9e,0x79,0xe6,0x27, + 0xb6,0x6e,0xdd,0xba,0x35,0x9b,0xcd,0xfe,0xd3,0xce,0x9d,0x3b,0x37,0xdf,0x89,0xc9, + 0x44,0x54,0x76,0x9c,0x91,0x23,0xa2,0xa3,0x72,0x38,0x1c,0x57,0x65,0xb3,0xd9,0xfb, + 0xfa,0xfa,0xfa,0xe0,0x76,0xbb,0x11,0xa,0x85,0x50,0x28,0x14,0xd4,0x18,0xfd,0x9e, + 0x65,0x59,0x18,0x1b,0x1b,0x83,0xd3,0xe9,0xc4,0xd0,0xd0,0x10,0x34,0x4d,0xfb,0x48, + 0x5d,0x5d,0xdd,0xf3,0xd5,0x1c,0x11,0x51,0x29,0xb0,0x91,0x23,0xa2,0xa3,0xca,0xe5, + 0x72,0x98,0x9d,0x9d,0x45,0x73,0x73,0x33,0x7a,0x7a,0x7a,0x36,0xd5,0x7d,0xaa,0x27, + 0x4b,0xd3,0x34,0x74,0x76,0x76,0xa2,0xa9,0xa9,0x9,0x8b,0x8b,0x8b,0x28,0x14,0xa, + 0x1f,0x15,0x91,0x4b,0xd4,0x1c,0x11,0xd1,0xa9,0x62,0x23,0x47,0x44,0xcf,0x29,0x9d, + 0x4e,0x5f,0x1b,0x8b,0xc5,0x3e,0xd8,0xde,0xde,0xe,0xaf,0xd7,0x8b,0x85,0x85,0x5, + 0x35,0x42,0xcf,0x61,0x6e,0x6e,0xe,0x6e,0xb7,0x1b,0x9d,0x9d,0x9d,0x48,0xa7,0xd3, + 0x7f,0xa6,0x69,0xda,0x85,0x6a,0x86,0x88,0xe8,0x54,0xb1,0x91,0x23,0xa2,0xe7,0x94, + 0xc9,0x64,0x2e,0x5d,0x5e,0x5e,0xbe,0xb3,0xb5,0xb5,0x15,0x33,0x33,0x33,0x3c,0x33, + 0xee,0x4,0x14,0xa,0x5,0x4c,0x4e,0x4e,0xe2,0xf0,0xe1,0xc3,0x98,0x9b,0x9b,0x43, + 0x3a,0x9d,0x56,0x23,0x44,0x44,0xa7,0x8c,0x8d,0x1c,0x11,0x3d,0xab,0x78,0x3c,0x7e, + 0x7d,0x3c,0x1e,0xff,0x78,0x20,0x10,0x40,0x47,0x47,0x7,0x62,0xb1,0x98,0x1a,0xa1, + 0x63,0x88,0x44,0x22,0xf0,0xfb,0xfd,0x8,0x4,0x2,0x48,0x26,0x93,0x9f,0xb,0x87, + 0xc3,0x57,0xa8,0x19,0x22,0xa2,0x53,0xc1,0x46,0x8e,0x88,0xd6,0x30,0xc,0xe3,0x86, + 0x42,0xa1,0xf0,0xfd,0x89,0x89,0x89,0x5b,0xf,0x1e,0x3c,0x88,0xb9,0xb9,0xb9,0x4d, + 0x7d,0x9f,0xea,0xc9,0xb2,0x2c,0xb,0x33,0x33,0x33,0x78,0xf2,0xc9,0x27,0x31,0x33, + 0x33,0xf3,0xa6,0xba,0xba,0xba,0x7f,0x17,0x91,0xab,0xd4,0x1c,0x11,0xd1,0xc9,0xe2, + 0xf1,0x23,0x44,0xb4,0x46,0x2c,0x16,0xbb,0x28,0x1c,0xe,0xff,0xb1,0xcf,0xe7,0x43, + 0x4f,0x4f,0xf,0xb2,0xd9,0xac,0x1a,0xa1,0xe3,0x94,0xc9,0x64,0xd0,0xd5,0xd5,0x5, + 0x9f,0xcf,0x87,0x8b,0x2e,0xba,0xe8,0x36,0xd3,0x34,0xcf,0x5,0x30,0xa2,0xe6,0x88, + 0x88,0x4e,0x6,0x67,0xe4,0x88,0xe8,0x19,0xc,0xc3,0xb8,0x51,0xd7,0xf5,0xcf,0x7b, + 0xbd,0x5e,0x34,0x36,0x36,0xf2,0x3e,0xd5,0x53,0x54,0x2c,0x16,0x11,0xe,0x87,0xd1, + 0xd0,0xd0,0x80,0x40,0x20,0x0,0xcb,0xb2,0xbe,0x99,0xcf,0xe7,0xaf,0x53,0x73,0x44, + 0x44,0x27,0x83,0x33,0x72,0x44,0xf4,0xc,0x4b,0x4b,0x4b,0xe7,0xcf,0xcd,0xcd,0xdd, + 0x10,0xc,0x6,0x31,0x3a,0x3a,0x8a,0x7c,0x3e,0xaf,0x46,0xe8,0x4,0xe5,0xf3,0x79, + 0xc,0xd,0xd,0x21,0x10,0x8,0xe0,0xea,0xab,0xaf,0xbe,0xc9,0xb2,0xac,0xb3,0xd5, + 0xc,0x11,0xd1,0xc9,0xe0,0x8c,0x1c,0x11,0x3d,0xc5,0x30,0x8c,0x3f,0xd6,0x75,0xfd, + 0xab,0x2d,0x2d,0x2d,0x70,0xbb,0xdd,0xdc,0x69,0x59,0x42,0xc9,0x64,0x12,0xad,0xad, + 0xad,0x70,0x3a,0x9d,0x28,0x16,0x8b,0x3f,0xc8,0x64,0x32,0x2f,0x56,0x33,0x44,0x44, + 0x27,0x8a,0x8d,0x1c,0x11,0x1,0x0,0x4c,0xd3,0xbc,0x25,0x9d,0x4e,0xff,0xc7,0xd8, + 0xd8,0xd8,0xb5,0x5e,0xaf,0x17,0x93,0x93,0x93,0xdc,0xe0,0x50,0x42,0x96,0x65,0x61, + 0x7c,0x7c,0x1c,0x6e,0xb7,0x1b,0x13,0x13,0x13,0x2f,0x2a,0x14,0xa,0xf,0x1a,0x86, + 0x71,0x83,0x9a,0x23,0x22,0x3a,0x11,0x6c,0xe4,0x88,0x8,0x0,0x60,0x9a,0xe6,0x59, + 0x91,0x48,0xe4,0xa,0x8f,0xc7,0x83,0xfe,0xfe,0x7e,0x2e,0xa9,0x96,0x81,0xae,0xeb, + 0xe8,0xea,0xea,0x82,0xc7,0xe3,0x41,0x3c,0x1e,0x7f,0x61,0xa1,0x50,0xd8,0xa3,0x66, + 0x88,0x88,0x4e,0x4,0x1b,0x39,0x22,0x82,0xa6,0x69,0x6f,0x4c,0x26,0x93,0xdf,0xed, + 0xec,0xec,0x84,0xdb,0xed,0xc6,0xfc,0xfc,0x3c,0x44,0x44,0x8d,0xd1,0x29,0x12,0x11, + 0xcc,0xcc,0xcc,0xc0,0xe9,0x74,0xa2,0xab,0xab,0xb,0xe9,0x74,0xfa,0x67,0x86,0x61, + 0xbc,0x52,0xcd,0x11,0x11,0x1d,0x2f,0x6e,0x76,0x20,0x22,0xa4,0xd3,0xe9,0x3d,0x93, + 0x93,0x93,0x17,0x1d,0x3c,0x78,0x10,0x43,0x43,0x43,0x5c,0x52,0x2d,0xa3,0x42,0xa1, + 0x80,0xfe,0xfe,0x7e,0x1c,0x3c,0x78,0x10,0x97,0x5c,0x72,0xc9,0x25,0xe,0x87,0x63, + 0xa7,0x9a,0x21,0x22,0x3a,0x5e,0x9c,0x91,0x23,0xda,0xe4,0xb2,0xd9,0xec,0x9d,0xa6, + 0x69,0xfe,0x70,0x68,0x68,0x8,0x7d,0x7d,0x7d,0x88,0x44,0x22,0x70,0x38,0x1c,0x6a, + 0x8c,0x80,0x92,0xfd,0x7b,0x9,0x87,0xc3,0xe8,0xee,0xee,0x3e,0xd2,0x34,0xff,0x32, + 0x97,0xcb,0xfd,0x91,0x9a,0x21,0x22,0x22,0x22,0x3a,0x2a,0xd3,0x34,0xdf,0x9e,0x4a, + 0xa5,0x92,0x8f,0x3f,0xfe,0xb8,0xdc,0x7a,0xeb,0xad,0xb2,0x7b,0xf7,0x6e,0x1,0xc0, + 0xb1,0xe,0xe3,0xf4,0xd3,0x4f,0x97,0xdb,0x6f,0xbf,0x5d,0x1a,0x1b,0x1b,0x25,0x93, + 0xc9,0x24,0x4c,0xd3,0x7c,0x1d,0x88,0x88,0x4e,0x10,0x67,0xe4,0x88,0x36,0xb1,0x74, + 0x3a,0xbd,0x6d,0x6e,0x6e,0x6e,0x4f,0x7b,0x7b,0x3b,0x46,0x46,0x46,0x90,0xc9,0x64, + 0xd4,0x8,0x95,0x49,0x2a,0x95,0xc2,0xe0,0xe0,0x20,0xda,0xdb,0xdb,0xb1,0xb8,0xb8, + 0x78,0x7a,0x2a,0x95,0xaa,0x53,0x33,0x44,0x44,0xc7,0xc2,0x46,0x8e,0x68,0x13,0x5b, + 0x58,0x58,0x40,0x77,0x77,0x37,0x1a,0x1b,0x1b,0xb1,0xb2,0xb2,0xc2,0xd,0xe,0xeb, + 0x48,0x44,0x9e,0xba,0xf1,0x61,0x60,0x60,0x0,0xb,0xb,0xb,0x6a,0x84,0x88,0xe8, + 0x98,0xd8,0xc8,0x11,0x6d,0x52,0xf3,0xf3,0xf3,0xef,0xce,0x64,0x32,0xbf,0x68,0x6d, + 0x6d,0x45,0x6f,0x6f,0x2f,0x74,0x5d,0x57,0x23,0x54,0x66,0x9a,0xa6,0xa1,0xab,0xab, + 0xb,0x2d,0x2d,0x2d,0x30,0xc,0xa3,0x61,0x61,0x61,0xe1,0x8d,0x6a,0x86,0x88,0xe8, + 0x68,0xd8,0xc8,0x11,0x6d,0x42,0x22,0xb2,0x65,0x74,0x74,0xb4,0xce,0xef,0xf7,0xc3, + 0xe7,0xf3,0x41,0xd3,0x34,0x35,0x52,0x12,0x35,0x35,0x35,0xd8,0xb9,0x93,0x9b,0x32, + 0x8f,0x26,0x97,0xcb,0xc1,0xe5,0x72,0xa1,0xa3,0xa3,0x3,0xa3,0xa3,0xa3,0x75,0x22, + 0xc2,0x9f,0xcb,0x44,0x74,0xdc,0xf8,0x3,0x83,0x68,0x93,0x11,0x91,0xba,0xc5,0xc5, + 0xc5,0xf,0xd4,0xd4,0xd4,0xdc,0xdf,0xde,0xde,0x8e,0x50,0x28,0x54,0xd6,0xe3,0x46, + 0xb2,0xd9,0xac,0x5a,0x3a,0x55,0x2,0x20,0xa9,0x16,0xed,0xca,0x34,0x4d,0x8c,0x8e, + 0x8e,0xc2,0xef,0xf7,0x63,0xfb,0xf6,0xed,0x8f,0x2d,0x2e,0x2e,0xde,0x25,0x22,0x3c, + 0x1a,0x8a,0x88,0x8e,0xb,0x1b,0x39,0xa2,0x4d,0x44,0x44,0xb6,0xe9,0xba,0xfe,0xa1, + 0x64,0x32,0xf9,0xe3,0x86,0x86,0x6,0x78,0x3c,0x1e,0xe4,0x72,0x39,0x35,0x56,0x32, + 0x85,0x42,0x41,0x2d,0x9d,0xaa,0x22,0x80,0x31,0x0,0xcf,0x7,0xb0,0xa2,0x3c,0xb3, + 0xad,0x6c,0x36,0xb,0x97,0xcb,0x85,0x83,0x7,0xf,0x42,0xd7,0xf5,0x5f,0x69,0x9a, + 0xf6,0x4e,0x11,0xd9,0xaa,0xe6,0x88,0x88,0x54,0x6c,0xe4,0x88,0x36,0x11,0xc3,0x30, + 0xee,0xc9,0x64,0x32,0xff,0xda,0xd7,0xd7,0x87,0x40,0x20,0x80,0xf9,0xf9,0xf9,0x72, + 0x34,0x5b,0xe5,0x94,0x0,0x70,0x15,0x80,0x34,0x80,0xcb,0x94,0x67,0xb6,0x55,0x28, + 0x14,0x30,0x3d,0x3d,0xd,0x9f,0xcf,0x87,0xfe,0xfe,0x7e,0xe8,0xba,0xfe,0xa0,0x65, + 0x59,0x6f,0x50,0x73,0x44,0x44,0x2a,0x4e,0xdf,0x13,0x6d,0x12,0x22,0xb2,0x3b,0x16, + 0x8b,0x9d,0x3b,0x3a,0x3a,0x8a,0xfa,0xfa,0x7a,0x74,0x75,0x75,0xd9,0x6d,0x83,0x43, + 0x1,0x40,0xe8,0x69,0x7f,0x5d,0x4,0x30,0x81,0x2a,0x69,0xe8,0x74,0x5d,0x47,0x30, + 0x18,0xc4,0xc5,0x17,0x5f,0x8c,0xb,0x2f,0xbc,0x10,0x97,0x5d,0x76,0xd9,0x5,0x22, + 0x72,0x9a,0xc3,0xe1,0x28,0xdf,0x94,0x29,0x11,0xd9,0x1e,0x67,0xe4,0x88,0x36,0x9, + 0x5d,0xd7,0xef,0xce,0x66,0xb3,0xdf,0xea,0xee,0xee,0x46,0x4f,0x4f,0xf,0xa2,0xd1, + 0xa8,0x1a,0xa9,0x74,0x71,0x0,0x2f,0x7b,0xda,0x5f,0x67,0x1,0xbc,0xe8,0x69,0x7f, + 0x6d,0x7b,0x2b,0x2b,0x2b,0xe8,0xea,0xea,0x42,0x77,0x77,0x37,0x72,0xb9,0xdc,0x8f, + 0xf3,0xf9,0xfc,0x6d,0x6a,0x86,0x88,0xe8,0xe9,0xd8,0xc8,0x11,0x6d,0x2,0xc9,0x64, + 0xf2,0xec,0x54,0x2a,0x75,0xf1,0xf0,0xf0,0x30,0x9a,0x9b,0x9b,0x31,0x39,0x39,0xa9, + 0x46,0x2a,0x9d,0x9,0xa0,0x47,0x2d,0x62,0x75,0x56,0xae,0x4b,0x2d,0xda,0xd9,0xf8, + 0xf8,0x38,0x1a,0x1b,0x1b,0x31,0x3e,0x3e,0x8e,0x54,0x2a,0x75,0xa9,0x88,0x9c,0xae, + 0x66,0x88,0x88,0x8e,0x60,0x23,0x47,0xb4,0x9,0xd4,0xd4,0xd4,0xbc,0x2d,0x91,0x48, + 0x7c,0xd9,0xe7,0xf3,0xa1,0xbb,0xbb,0x1b,0xf1,0x78,0x5c,0x8d,0x54,0xba,0x38,0x80, + 0x5b,0xd5,0x22,0x0,0xd,0xc0,0x8d,0x0,0xfc,0xea,0x3,0xbb,0x8a,0x46,0xa3,0xe8, + 0xec,0xec,0x84,0xdf,0xef,0x47,0x26,0x93,0xf9,0x6e,0x2e,0x97,0xe3,0xd5,0x5d,0x44, + 0xf4,0x9c,0xd8,0xc8,0x11,0x55,0xb9,0x4c,0x26,0x73,0x41,0x32,0x99,0xbc,0x72,0x60, + 0x60,0x0,0x4e,0xa7,0x13,0xe1,0x70,0x58,0x8d,0x54,0x3a,0x3,0x80,0x5b,0x2d,0x3e, + 0x4d,0x1e,0xc0,0x6b,0xd4,0xa2,0x9d,0x2d,0x2d,0x2d,0xe1,0xf0,0xe1,0xc3,0x18,0x19, + 0x19,0x41,0x32,0x99,0xbc,0x36,0x95,0x4a,0x9d,0xa3,0x66,0x88,0x88,0x0,0x36,0x72, + 0x44,0x55,0x4d,0x44,0x2e,0xb2,0x2c,0xeb,0x33,0xe1,0x70,0xf8,0xd3,0x1e,0x8f,0x7, + 0xbd,0xbd,0xbd,0x76,0xbb,0x4f,0x35,0xf,0xe0,0x11,0x0,0x77,0xa9,0xf,0x14,0x45, + 0x0,0x7,0xd5,0xa2,0x5d,0xa5,0x52,0x29,0x74,0x77,0x77,0xc3,0xe3,0xf1,0x20,0x16, + 0x8b,0x7d,0xd5,0xe1,0x70,0x7c,0x4c,0x44,0xce,0x53,0x73,0x44,0x44,0x44,0x54,0xc5, + 0x34,0x4d,0xfb,0xd0,0xcc,0xcc,0x8c,0xfc,0xcb,0xbf,0xfc,0x8b,0x5c,0x7f,0xfd,0xf5, + 0xb2,0x75,0xeb,0x56,0xc1,0xea,0x81,0xba,0x76,0x19,0x27,0x72,0x1,0xe9,0x56,0xac, + 0xfd,0xf5,0xb6,0x1d,0x5b,0xb7,0x6e,0x95,0x1b,0x6e,0xb8,0x41,0x7e,0xf2,0x93,0x9f, + 0xc8,0xc2,0xc2,0x82,0xe8,0xba,0xfe,0xe,0x10,0x11,0x29,0x38,0x23,0x47,0x54,0xc5, + 0x16,0x17,0x17,0x31,0x3a,0x3a,0x8a,0x60,0x30,0x88,0xa9,0xa9,0x29,0x18,0x86,0xa1, + 0x46,0x2a,0x99,0x6,0xe0,0x71,0xb5,0x78,0x14,0x45,0x0,0xbf,0x56,0x8b,0x76,0x65, + 0x18,0x6,0x42,0xa1,0x10,0x82,0xc1,0x20,0x26,0x26,0x26,0xb0,0xb4,0xb4,0xa4,0x46, + 0x88,0x88,0xd8,0xc8,0x11,0x55,0xab,0x70,0x38,0x7c,0xc5,0xf4,0xf4,0xf4,0xcb,0xdb, + 0xda,0xda,0xe0,0xf7,0xfb,0x91,0x4e,0xa7,0xd5,0x48,0xa5,0x8b,0x1,0xf8,0x90,0x5a, + 0x3c,0xa,0xb,0xc0,0x3d,0x6a,0xd1,0xce,0x52,0xa9,0x14,0xdc,0x6e,0x37,0x9c,0x4e, + 0x27,0xe6,0xe6,0xe6,0x5e,0x1d,0x8b,0xc5,0x2e,0x56,0x33,0x44,0xb4,0xb9,0xb1,0x91, + 0x23,0xaa,0x42,0x22,0x72,0xb5,0xae,0xeb,0x5f,0x5c,0x59,0x59,0x79,0x9f,0xcf,0xe7, + 0xc3,0xf4,0xf4,0xb4,0xdd,0x6e,0x70,0xc8,0x2,0x78,0x48,0x2d,0x1e,0x7,0x1,0xf0, + 0x33,0xb5,0x68,0x57,0x96,0x65,0x21,0x14,0xa,0xc1,0xeb,0xf5,0x22,0x16,0x8b,0x7d, + 0x5c,0xd3,0xb4,0x7f,0x10,0x91,0x7d,0x6a,0x8e,0x88,0x36,0x2f,0x36,0x72,0x44,0x55, + 0x46,0x44,0xae,0xd3,0x75,0xfd,0xcb,0xd1,0x68,0xf4,0xcf,0xdd,0x6e,0x37,0x86,0x86, + 0x86,0x60,0x9a,0xa6,0x1a,0xab,0x74,0x71,0x0,0x9f,0x56,0x8b,0xc7,0xa1,0x0,0xe0, + 0x83,0x0,0xfe,0xaf,0xfa,0xc0,0xae,0xc,0xc3,0x40,0x7f,0x7f,0x3f,0xdc,0x6e,0x37, + 0x92,0xc9,0xe4,0x87,0xf3,0xf9,0xfc,0xe7,0x45,0xe4,0x72,0x35,0x47,0x44,0x9b,0x13, + 0x1b,0x39,0xa2,0x2a,0x63,0x9a,0xe6,0x6b,0x62,0xb1,0xd8,0xbb,0x3a,0x3a,0x3a,0x10, + 0x8,0x4,0xb0,0xb8,0xb8,0x88,0x62,0xb1,0xa8,0xc6,0x2a,0x59,0xa,0xc0,0x7f,0xa8, + 0xc5,0x13,0x50,0x4,0xf0,0xd7,0x6a,0xd1,0xae,0x8a,0xc5,0x22,0xe6,0xe6,0xe6,0xe0, + 0xf3,0xf9,0xd0,0xd9,0xd9,0x89,0x44,0x22,0xf1,0x7e,0xc3,0x30,0x9e,0x7e,0xc3,0x5, + 0x11,0x6d,0x62,0x6c,0xe4,0x88,0xaa,0x88,0x61,0x18,0x2f,0xcd,0xe7,0xf3,0xb7,0x4e, + 0x4c,0x4c,0xc0,0xe9,0x74,0x62,0x7c,0x7c,0x1c,0x96,0x65,0xa9,0xb1,0x4a,0x96,0x4, + 0xf0,0x75,0x0,0x5f,0x51,0x1f,0x9c,0x84,0x6f,0x62,0x75,0xa9,0xd5,0xf6,0x4c,0xd3, + 0xc4,0xf0,0xf0,0x30,0xda,0xda,0xda,0x30,0x3d,0x3d,0xd,0xd3,0x34,0xdf,0xa2,0xeb, + 0xfa,0xb,0xd5,0x1c,0x11,0x6d,0x3e,0x6c,0xe4,0x88,0xaa,0x88,0x69,0x9a,0x37,0x2d, + 0x2d,0x2d,0xdd,0x19,0x8,0x4,0xd0,0xdd,0xdd,0x8d,0x58,0x2c,0xa6,0x46,0x2a,0x5d, + 0x1c,0xc0,0xb7,0xd4,0xe2,0x49,0x10,0x0,0xff,0xa0,0x16,0xed,0xec,0xc8,0x8d,0xf, + 0xc1,0x60,0x10,0x91,0x48,0xe4,0x9e,0x62,0xb1,0x78,0xbd,0x9a,0x21,0xa2,0xcd,0x87, + 0x8d,0x1c,0x51,0x95,0x30,0xc,0xe3,0xa6,0x5c,0x2e,0xf7,0xe6,0xfe,0xfe,0x7e,0x34, + 0x37,0x37,0x63,0x6a,0x6a,0xca,0x6e,0x1b,0x1c,0x62,0x0,0xfe,0x59,0x2d,0x9e,0xa2, + 0x7f,0xc0,0xea,0x52,0xab,0xed,0x59,0x96,0x85,0x89,0x89,0x9,0x34,0x36,0x36,0x62, + 0x70,0x70,0x10,0xb9,0x5c,0xee,0x9d,0xf9,0x7c,0x9e,0xcd,0x1c,0xd1,0x26,0xc7,0x46, + 0x8e,0xa8,0x4a,0x68,0x9a,0xf6,0xb2,0xb9,0xb9,0xb9,0xd7,0xbb,0x5c,0x2e,0xc,0xc, + 0xc,0xd8,0xf1,0xb8,0x91,0x24,0x80,0x1f,0xaa,0xc5,0x53,0xf4,0x2d,0x54,0xc9,0xf2, + 0x2a,0x0,0x24,0x93,0x49,0xf4,0xf6,0xf6,0xc2,0xed,0x76,0x63,0x79,0x79,0xf9,0x4f, + 0x74,0x5d,0xbf,0x4e,0xcd,0x10,0xd1,0xe6,0xc2,0x46,0x8e,0xa8,0xa,0x68,0x9a,0xf6, + 0xda,0x64,0x32,0xf9,0xf6,0x60,0x30,0x88,0x96,0x96,0x16,0x2c,0x2f,0x2f,0xdb,0x6d, + 0x83,0xc3,0xa,0x80,0x2f,0xa9,0xc5,0x12,0xf9,0x6b,0xac,0xee,0x66,0xb5,0xbd,0x62, + 0xb1,0x88,0xc5,0xc5,0x45,0x34,0x36,0x36,0xa2,0xb3,0xb3,0x13,0xe9,0x74,0xfa,0x3d, + 0x86,0x61,0xbc,0x5c,0xcd,0x11,0xd1,0xe6,0xc1,0x46,0x8e,0xa8,0xa,0x44,0x22,0x91, + 0xeb,0xa7,0xa7,0xa7,0x5f,0xed,0xf7,0xfb,0x11,0xa,0x85,0xa0,0xeb,0xba,0x1a,0xa9, + 0x74,0x29,0x0,0xf,0xaa,0xc5,0x12,0xf9,0x11,0x56,0x8f,0x24,0xb1,0xd5,0xae,0x8f, + 0xe7,0xa2,0x69,0x1a,0xc6,0xc7,0xc7,0xe1,0xf7,0xfb,0x31,0x3f,0x3f,0x7f,0xdb,0xf2, + 0xf2,0xf2,0xd5,0x6a,0x86,0x88,0x36,0xf,0x36,0x72,0x44,0x36,0xa7,0x69,0xda,0x1b, + 0xb3,0xd9,0xec,0xbd,0x5e,0xaf,0x17,0x3e,0x9f,0xcf,0x8e,0x4b,0xaa,0x4b,0x0,0x3e, + 0xa5,0x16,0x4b,0xec,0x7e,0x54,0xc9,0xbb,0x72,0xc0,0xea,0x8d,0xf,0x4e,0xa7,0x13, + 0x81,0x40,0x0,0xba,0xae,0xff,0x65,0x2e,0x97,0x7b,0x95,0x9a,0x21,0xa2,0xcd,0x81, + 0x8d,0x1c,0x91,0xcd,0x4d,0x4f,0x4f,0xbf,0x70,0x68,0x68,0xe8,0x6,0x8f,0xc7,0x83, + 0x99,0x99,0x19,0xbb,0x1d,0x37,0xb2,0x0,0xe0,0xbd,0x0,0x1e,0x55,0x1f,0x94,0xc1, + 0xbd,0x0,0x6c,0x75,0xd9,0xec,0x73,0x31,0x4d,0x13,0x93,0x93,0x93,0x70,0xb9,0x5c, + 0x18,0x1b,0x1b,0xbb,0x79,0x76,0x76,0xf6,0x32,0x35,0x43,0x44,0x9b,0x3,0x1b,0x39, + 0x22,0x1b,0xd3,0x75,0xfd,0xad,0xb9,0x5c,0xee,0xbd,0x3e,0x9f,0xf,0xbd,0xbd,0xbd, + 0xc8,0xe5,0x72,0x6a,0xa4,0xd2,0x65,0x0,0x34,0xa8,0xc5,0x32,0xf9,0xd,0xaa,0x68, + 0x56,0x2e,0x97,0xcb,0xa1,0xab,0xab,0xb,0x81,0x40,0x0,0xa6,0x69,0x7e,0x5c,0xd3, + 0xb4,0x5b,0xd4,0xc,0x11,0x55,0x3f,0x36,0x72,0x44,0x36,0x65,0x59,0xd6,0xdd,0xf1, + 0x78,0xfc,0x1b,0x83,0x83,0x83,0xd7,0x1d,0xb9,0xc1,0xc1,0x66,0xc7,0x8d,0xcc,0x2, + 0x78,0xbf,0x5a,0x2c,0xb3,0xb7,0x0,0xc8,0xab,0x45,0x3b,0xb2,0x2c,0xeb,0xa9,0x1b, + 0x1f,0x86,0x87,0x87,0x5f,0x92,0x4a,0xa5,0xbe,0x67,0x9a,0xe6,0x1b,0xd4,0x1c,0x11, + 0x11,0x11,0x55,0x18,0xcb,0xb2,0xee,0xc9,0x64,0x32,0xe3,0x4e,0xa7,0x53,0xde,0xfb, + 0xde,0xf7,0xca,0xde,0xbd,0x7b,0xc5,0xe1,0x70,0x8,0x56,0x8f,0xda,0xb0,0xcb,0x18, + 0xc2,0xc6,0xc8,0x61,0xed,0xff,0x16,0x5b,0xe,0x87,0xc3,0x21,0xe7,0x9f,0x7f,0xbe, + 0x7c,0xe4,0x23,0x1f,0x91,0x40,0x20,0x20,0xd9,0x6c,0x76,0x48,0x44,0xee,0x0,0x11, + 0x6d,0x1a,0x9c,0x91,0x23,0xb2,0x21,0xcb,0xb2,0x2e,0xe,0x87,0xc3,0x97,0xb5,0xb7, + 0xb7,0x3f,0x75,0x83,0x83,0x88,0xa8,0xb1,0x4a,0x36,0x5,0xe0,0x1e,0xb5,0xb8,0x4e, + 0x5e,0x3,0x40,0x53,0x8b,0x76,0x24,0x22,0x88,0x44,0x22,0xe8,0xec,0xec,0x44,0x7b, + 0x7b,0x3b,0xa2,0xd1,0xe8,0xd5,0xba,0xae,0x3f,0x4f,0xcd,0x11,0x11,0x11,0x51,0x85, + 0xb0,0x2c,0xeb,0xbd,0xc9,0x64,0x72,0xf6,0xd1,0x47,0x1f,0x95,0xdb,0x6f,0xbf,0x5d, + 0x76,0xed,0xda,0xb5,0x66,0xa6,0xc6,0x6,0x63,0x10,0x1b,0xeb,0x45,0x58,0x7d,0x3f, + 0x4f,0xfd,0xdf,0x65,0xcb,0xb1,0x7b,0xf7,0x6e,0x79,0xeb,0x5b,0xdf,0x2a,0x7,0xe, + 0x1c,0x90,0x54,0x2a,0x35,0x65,0x9a,0xe6,0x5d,0x20,0xa2,0x4d,0x81,0x33,0x72,0x44, + 0x36,0x93,0xcb,0xe5,0xce,0x9f,0x9c,0x9c,0xbc,0xc8,0xed,0x76,0x63,0x78,0x78,0x18, + 0x99,0x4c,0x46,0x8d,0x54,0xba,0x71,0x0,0x7f,0xa2,0x16,0xd7,0x59,0xf,0x36,0x78, + 0xe3,0x83,0xc3,0xe1,0x50,0x4b,0x27,0x2d,0x9d,0x4e,0x63,0x70,0x70,0x10,0x6e,0xb7, + 0x1b,0xb3,0xb3,0xb3,0x97,0x68,0x9a,0x76,0x8e,0x9a,0x21,0xa2,0xea,0xc4,0x46,0x8e, + 0xc8,0x66,0xe2,0xf1,0x38,0xfa,0xfb,0xfb,0x8f,0x5c,0xd3,0xa4,0x3e,0xae,0x74,0x23, + 0x0,0x5e,0x87,0xd5,0x66,0x6e,0xa3,0x5d,0x8f,0xd5,0x59,0xb9,0xd,0x51,0xea,0xa5, + 0xf0,0xf9,0xf9,0x79,0x38,0x9d,0x4e,0xc,0xf,0xf,0xa3,0x58,0x2c,0x7e,0xc5,0xb2, + 0xac,0x8d,0x5a,0xba,0x26,0xa2,0x75,0xc4,0x46,0x8e,0xc8,0x46,0x22,0x91,0xc8,0x5f, + 0xcf,0xcf,0xcf,0x7f,0xc6,0xed,0x76,0x63,0x7c,0x7c,0xdc,0x8e,0xc7,0x8d,0x18,0x58, + 0xdd,0xad,0x5a,0x9,0x42,0xd8,0xe0,0x59,0xb9,0x52,0xca,0x66,0xb3,0x18,0x1e,0x1e, + 0x86,0xdb,0xed,0xc6,0xe4,0xe4,0xe4,0x79,0x99,0x4c,0xe6,0x74,0x35,0x43,0x44,0xd5, + 0x87,0x8d,0x1c,0x91,0x4d,0x18,0x86,0xf1,0x37,0xf9,0x7c,0xfe,0x1b,0xc1,0x60,0xf0, + 0xc,0x97,0xcb,0x85,0x78,0x3c,0xae,0x46,0x2a,0xdd,0x20,0x56,0x37,0x1a,0x54,0x92, + 0xcb,0x0,0x24,0xd5,0xa2,0x5d,0xc5,0x62,0x31,0xb4,0xb4,0xb4,0xa0,0xbd,0xbd,0x1d, + 0xba,0xae,0x7f,0x2b,0x9f,0xcf,0xff,0x85,0x9a,0x21,0xa2,0xea,0x52,0xab,0x16,0x88, + 0xa8,0x32,0x2d,0x2c,0x2c,0xec,0x1c,0x1a,0x1a,0xda,0xe5,0x74,0x3a,0x31,0x39,0x39, + 0x9,0xc3,0xb0,0xdd,0x25,0x5,0x16,0x80,0x98,0x5a,0xdc,0x60,0x11,0xac,0x6e,0x18, + 0xa8,0xa,0xf9,0x7c,0x1e,0xe3,0xe3,0xe3,0x68,0x6d,0x6d,0xc5,0xa5,0x97,0x5e,0xba, + 0xe7,0xd2,0x4b,0x2f,0xdd,0xa1,0x66,0x88,0xa8,0xba,0x70,0x46,0x8e,0xc8,0x6,0x72, + 0xb9,0xdc,0xe7,0xd2,0xe9,0xf4,0x97,0xe,0x1d,0x3a,0x4,0xaf,0xd7,0x6b,0xc7,0x25, + 0xd5,0x1e,0x0,0x2f,0x53,0x8b,0x15,0xe2,0x7c,0x54,0x5e,0x83,0x79,0xd2,0x32,0x99, + 0xc,0xda,0xda,0xda,0xd0,0xdc,0xdc,0x8c,0x7c,0x3e,0xff,0x7d,0x4d,0xd3,0x3e,0xa4, + 0x66,0x88,0xa8,0x7a,0x70,0x46,0x8e,0xc8,0x6,0x66,0x66,0x66,0x6a,0x7,0x6,0x6, + 0xea,0xfa,0xfa,0xfa,0x10,0x8d,0x46,0x51,0x2c,0xda,0xea,0xd5,0xae,0x4e,0x0,0x2f, + 0x55,0x8b,0x15,0x24,0xf,0xe0,0x6c,0xac,0xce,0xce,0x9d,0xad,0x3c,0xb3,0x9d,0x62, + 0xb1,0x88,0x48,0x24,0x82,0x9e,0x9e,0x1e,0xbc,0xf4,0xa5,0x2f,0xdd,0x5a,0x2c,0x16, + 0xf9,0x73,0x9e,0xa8,0x8a,0x71,0x46,0x8e,0xa8,0x82,0x89,0xc8,0x96,0x7c,0x3e,0xff, + 0x8f,0xb1,0x58,0xec,0x1f,0x1f,0x7f,0xfc,0x71,0x74,0x74,0x74,0x20,0x9f,0xb7,0xd5, + 0xd,0x53,0x82,0xd5,0x25,0x55,0x3b,0x30,0x51,0x25,0xcb,0xac,0x9a,0xa6,0xc1,0xe7, + 0xf3,0xe1,0x89,0x27,0x9e,0x80,0xae,0xeb,0xff,0x66,0x18,0xc6,0xc7,0x45,0xa4,0x74, + 0xe7,0x9d,0x10,0x51,0xc5,0x60,0x23,0x47,0x54,0xc1,0x2c,0xcb,0xfa,0xf2,0xca,0xca, + 0xca,0x97,0x3a,0x3a,0x3a,0x30,0x30,0x30,0x80,0x64,0x32,0x59,0xf2,0x63,0x2b,0xca, + 0xac,0x13,0xc0,0x2b,0xd4,0x62,0x85,0xba,0x0,0xab,0xb3,0x72,0xb6,0x27,0x22,0x4f, + 0x1d,0x53,0xd3,0xd9,0xd9,0x89,0x48,0x24,0xf2,0x3,0xd3,0x34,0x3f,0xa6,0xe6,0x88, + 0xc8,0xfe,0xd8,0xc8,0x11,0x55,0x28,0x11,0xd9,0xa1,0x69,0xda,0x8e,0x89,0x89,0x9, + 0x78,0x3c,0x1e,0xcc,0xcc,0xcc,0x94,0x6d,0x49,0x75,0xcb,0x96,0x2d,0xa8,0xad,0x2d, + 0xf9,0xa,0x9c,0x5,0x20,0xa1,0x16,0x2b,0x5c,0xc,0x55,0x72,0x24,0x49,0xb1,0x58, + 0xc4,0xf8,0xf8,0x38,0xdc,0x6e,0x37,0x66,0x66,0x66,0x60,0x18,0xc6,0x69,0x22,0xb2, + 0x4d,0xcd,0x11,0x91,0xbd,0xb1,0x91,0x23,0xaa,0x50,0xb9,0x5c,0xee,0x73,0x73,0x73, + 0x73,0x9f,0x6e,0x6e,0x6e,0x46,0x30,0x18,0x2c,0xeb,0x7d,0xaa,0x3b,0x76,0xec,0xc0, + 0xe9,0xa7,0x97,0xfc,0xd8,0xb1,0x2e,0x0,0xb7,0xaa,0xc5,0xa,0x77,0x35,0x80,0x15, + 0xb5,0x68,0x47,0x22,0x82,0x68,0x34,0xa,0x9f,0xcf,0x87,0xc3,0x87,0xf,0x63,0x61, + 0x61,0xe1,0x1b,0xb9,0x5c,0xee,0x23,0x6a,0x8e,0x88,0xec,0x8d,0x8d,0x1c,0x51,0x5, + 0x12,0x91,0x33,0xe2,0xf1,0xf8,0xe9,0x3d,0x3d,0x3d,0x70,0x3a,0x9d,0x58,0x5c,0x5c, + 0x54,0x23,0x25,0x53,0x5b,0x5b,0x8b,0x62,0xb1,0x88,0x58,0xac,0xa4,0x1b,0x37,0x75, + 0x0,0xb,0x6a,0xd1,0x26,0x66,0x60,0x9f,0xf7,0xfa,0x8e,0x69,0x6e,0x6e,0xe,0x2d, + 0x2d,0x2d,0xe8,0xef,0xef,0x47,0x2c,0x16,0x3b,0x2b,0x12,0x89,0xec,0x51,0x33,0x44, + 0x64,0x5f,0x6c,0xe4,0x88,0x2a,0x8c,0x88,0x9c,0x93,0xc9,0x64,0xbe,0xb1,0xbc,0xbc, + 0xfc,0xb1,0x60,0x30,0x88,0xf1,0xf1,0x71,0x64,0xb3,0x59,0x35,0x56,0x32,0x96,0x65, + 0x41,0xd3,0xb4,0x52,0xce,0xf6,0x69,0x0,0x1e,0x5,0xf0,0x56,0xf5,0x81,0x4d,0xbc, + 0x1c,0x80,0x17,0xab,0x9b,0x1f,0xca,0xa6,0x94,0x77,0xad,0x1e,0x4d,0x3a,0x9d,0xc6, + 0xd8,0xd8,0x18,0x82,0xc1,0x20,0xe2,0xf1,0xf8,0x17,0xeb,0xea,0xea,0xde,0xaf,0x66, + 0x88,0xc8,0xbe,0x4a,0xfe,0x52,0xc,0x11,0x9d,0x1a,0xc3,0x30,0xfe,0x36,0x95,0x4a, + 0x7d,0xb8,0xa5,0xa5,0x5,0x7,0xf,0x1e,0xc4,0xd2,0xd2,0x92,0x1a,0xa9,0x74,0x3d, + 0x0,0xde,0xa5,0x16,0x6d,0xe6,0x8f,0x0,0xcc,0x3,0x78,0x9e,0xfa,0xa0,0x54,0x8e, + 0x34,0x72,0x25,0x6c,0xa0,0x9f,0xd3,0xfc,0xfc,0x3c,0xea,0xeb,0xeb,0x71,0xf1,0xc5, + 0x17,0xa3,0xb6,0xb6,0xf6,0x79,0xa9,0x54,0xea,0x9c,0x3d,0x7b,0xf6,0x54,0xc5,0xc6, + 0xe,0xa2,0xcd,0x8e,0x33,0x72,0x44,0x15,0x26,0x1e,0x8f,0x63,0x78,0x78,0x18,0x1d, + 0x1d,0x1d,0x98,0x9f,0x9f,0xb7,0xdb,0xd,0xe,0x69,0xac,0x5e,0xc5,0x55,0xd,0xba, + 0xb0,0x7a,0x37,0x6c,0x59,0x94,0x6b,0xe3,0xca,0xb3,0xc9,0xe7,0xf3,0x98,0x9b,0x9b, + 0x43,0x7b,0x7b,0x3b,0xa2,0xd1,0xe8,0xdf,0xe5,0x72,0xb9,0xfb,0xd4,0xc,0x11,0xd9, + 0x13,0x1b,0x39,0xa2,0xa,0x32,0x39,0x39,0xf9,0x82,0xc9,0xc9,0xc9,0x8b,0x5a,0x5b, + 0x5b,0xe1,0xf7,0xfb,0x91,0x4e,0xa7,0xd5,0x48,0xa5,0xeb,0x3,0x50,0x2d,0x4b,0x77, + 0x6f,0x46,0x99,0x37,0x3e,0xd4,0xd6,0xd6,0xae,0xdb,0x12,0x6b,0x32,0x99,0x84,0xcb, + 0xe5,0x82,0xdb,0xed,0xc6,0xf4,0xf4,0xf4,0xbe,0x99,0x99,0x99,0xb,0xd5,0xc,0x11, + 0xd9,0xf,0x1b,0x39,0xa2,0xa,0x62,0x18,0xc6,0x87,0xa7,0xa7,0xa7,0xff,0xdc,0xeb, + 0xf5,0x62,0x7e,0x7e,0x1e,0x96,0x65,0xab,0x77,0xee,0x13,0x0,0x82,0x6a,0xd1,0xe6, + 0x9c,0x58,0xdd,0xb8,0x51,0x16,0xc5,0x62,0x71,0xdd,0x1a,0x39,0xd3,0x34,0x31,0x3b, + 0x3b,0xb,0xb7,0xdb,0x8d,0x85,0x85,0x85,0x8f,0x6a,0x9a,0x76,0xaf,0x9a,0x21,0x22, + 0xfb,0x61,0x23,0x47,0x54,0x21,0xe6,0xe6,0xe6,0xae,0xa,0x85,0x42,0x97,0xba,0x5c, + 0x2e,0xc,0xe,0xe,0xda,0x6d,0x49,0x15,0x0,0xfa,0x1,0x7c,0x52,0x2d,0xda,0xdc, + 0x3d,0x28,0xe3,0xac,0x5c,0xa1,0x50,0xc0,0x96,0x2d,0x5b,0xd6,0xad,0x99,0xd3,0x75, + 0x1d,0xbd,0xbd,0xbd,0xf0,0x78,0x3c,0x98,0x9a,0x9a,0xba,0x7a,0x7a,0x7a,0xfa,0x52, + 0x35,0x43,0x44,0xf6,0xc2,0x46,0x8e,0xa8,0x2,0xe4,0xf3,0xf9,0xeb,0x72,0xb9,0xdc, + 0x37,0x66,0x67,0x67,0xef,0xee,0xec,0xec,0xc4,0xca,0xca,0xca,0xba,0xbe,0x43,0x55, + 0x2,0x11,0x0,0xad,0x6a,0xb1,0x4a,0xd4,0x3,0xc8,0xa9,0xc5,0x52,0xb1,0x2c,0x6b, + 0x5d,0x36,0x3c,0x0,0xab,0x33,0x80,0x4b,0x4b,0x4b,0x68,0x6f,0x6f,0xc7,0xd2,0xd2, + 0xd2,0xfb,0x4c,0xd3,0xfc,0xb2,0xae,0xeb,0x57,0xaa,0x39,0x22,0x22,0x22,0x3a,0x4e, + 0x22,0x72,0x7d,0x36,0x9b,0x7d,0xbc,0xa5,0xa5,0x45,0xee,0xbd,0xf7,0x5e,0x39,0xe7, + 0x9c,0x73,0xc4,0xe1,0x70,0x8,0x56,0xef,0xfd,0xb4,0xc3,0x58,0x6,0xf0,0x25,0x54, + 0xb7,0x1f,0x60,0x75,0x23,0x87,0xfa,0xff,0xdd,0x76,0xc3,0xe1,0x70,0xc8,0x79,0xe7, + 0x9d,0x27,0xef,0x7b,0xdf,0xfb,0xc4,0xeb,0xf5,0x4a,0x36,0x9b,0xfd,0x6f,0x5d,0xd7, + 0x5f,0x8,0x22,0xb2,0x25,0xce,0xc8,0x11,0x6d,0x30,0x5d,0xd7,0xff,0x7c,0x71,0x71, + 0xf1,0xcd,0x81,0x40,0x0,0x7d,0x7d,0x7d,0x48,0x24,0x12,0xeb,0x36,0x43,0x53,0x22, + 0x43,0x0,0xbe,0xa2,0x16,0xab,0xcc,0x27,0x50,0x45,0xf7,0xb0,0x46,0xa3,0x51,0x74, + 0x77,0x77,0x23,0x18,0xc,0x62,0x65,0x65,0xe5,0x1e,0xd8,0xf7,0xcc,0x3f,0xa2,0x4d, + 0x8f,0x8d,0x1c,0xd1,0x6,0x32,0xc,0xe3,0x95,0x89,0x44,0xe2,0xf,0x3a,0x3b,0x3b, + 0xd1,0xd4,0xd4,0x84,0xc9,0xc9,0x49,0xbb,0x6d,0x70,0x58,0x0,0xf0,0x98,0x5a,0xac, + 0x52,0xff,0xd,0x20,0xa5,0x16,0xed,0xc8,0xb2,0x2c,0x8c,0x8d,0x8d,0xa1,0xb1,0xb1, + 0x11,0x3d,0x3d,0x3d,0x48,0x26,0x93,0x2f,0xcb,0xe7,0xf3,0x2f,0x56,0x73,0x44,0x54, + 0xf9,0xd8,0xc8,0x11,0x6d,0x20,0xc3,0x30,0xfe,0x74,0x76,0x76,0xf6,0x36,0x8f,0xc7, + 0x83,0xe1,0xe1,0x61,0x64,0x32,0x19,0x35,0x52,0xe9,0x46,0x1,0x7c,0x57,0x2d,0x56, + 0xa9,0xcf,0xa3,0x4a,0x66,0xe5,0x0,0x20,0x93,0xc9,0x60,0x60,0x60,0x0,0x1e,0x8f, + 0x7,0xb,0xb,0xb,0x6f,0x35,0x4d,0xf3,0xe,0x35,0x43,0x44,0x95,0x8f,0x8d,0x1c, + 0xd1,0x6,0xd1,0x34,0xed,0xb5,0x91,0x48,0xe4,0xa5,0xc1,0x60,0x10,0x1e,0x8f,0x7, + 0xcb,0xcb,0xcb,0x6a,0xa4,0xd2,0x4d,0x3,0xf8,0xa5,0x5a,0xac,0x72,0x3f,0x1,0x10, + 0x57,0x8b,0x76,0x24,0x22,0x58,0x5c,0x5c,0x84,0xdb,0xed,0x46,0x57,0x57,0x17,0xa2, + 0xd1,0xe8,0xab,0x72,0xb9,0xdc,0x8d,0x6a,0x8e,0x88,0x2a,0x1b,0x1b,0x39,0xa2,0xd, + 0xa2,0xeb,0xfa,0x9d,0xa1,0x50,0xe8,0x8f,0xbc,0x5e,0x2f,0x42,0xa1,0x10,0x74,0xbd, + 0x6c,0xc7,0x95,0x95,0xcb,0x4,0x80,0x1f,0xab,0xc5,0x2a,0xf7,0x2d,0x0,0x51,0xb5, + 0x68,0x57,0xb9,0x5c,0xe,0xe3,0xe3,0xe3,0xf0,0x78,0x3c,0x98,0x9d,0x9d,0x7d,0xa3, + 0x61,0x18,0xb7,0xaa,0x19,0x22,0xaa,0x6c,0x6c,0xe4,0x88,0x36,0x80,0xae,0xeb,0x77, + 0x24,0x12,0x89,0x1b,0x3b,0x3a,0x3a,0xd0,0xd5,0xd5,0x85,0x54,0xca,0x76,0xaf,0x5e, + 0x8d,0x3,0xf8,0x99,0x5a,0xdc,0x24,0xbe,0x8b,0x2a,0x5a,0x62,0x8d,0xc7,0xe3,0x8, + 0x6,0x83,0xe8,0xee,0xee,0x46,0x32,0x99,0xbc,0x45,0xd3,0xb4,0xd7,0xaa,0x19,0x22, + 0x22,0x22,0xfa,0x3d,0x11,0xb9,0x73,0x79,0x79,0xb9,0xfd,0x77,0xbf,0xfb,0x9d,0xbc, + 0xe5,0x2d,0x6f,0x91,0xdd,0xbb,0x77,0xaf,0x39,0x22,0xa2,0xc2,0xc7,0x8,0x80,0xbb, + 0xb1,0xb9,0xbd,0x1f,0xab,0xc7,0xae,0xa8,0xff,0x6e,0x6c,0x39,0x4e,0x3f,0xfd,0x74, + 0xb9,0xfb,0xee,0xbb,0xe5,0xc9,0x27,0x9f,0x94,0x95,0x95,0x15,0x97,0x88,0xdc,0x6, + 0x22,0xb2,0x5,0xce,0xc8,0x11,0xad,0xb3,0x74,0x3a,0x7d,0xeb,0xc2,0xc2,0xc2,0x4b, + 0xf,0x1f,0x3e,0x8c,0xee,0xee,0x6e,0xe4,0x72,0x65,0x3b,0x6b,0x16,0x0,0xe0,0x70, + 0x38,0xb0,0x65,0x4b,0x49,0xbf,0xea,0xd3,0x0,0x7e,0xa5,0x16,0x37,0x99,0x9f,0xa2, + 0x4a,0xde,0x95,0x3,0x56,0x37,0x3e,0x4,0x83,0x41,0xb4,0xb6,0xb6,0x62,0x79,0x79, + 0xf9,0xe6,0x4c,0x26,0x73,0xb3,0x9a,0x21,0xa2,0xca,0x54,0xab,0x16,0x88,0xa8,0xbc, + 0x42,0xa1,0x10,0x2,0x81,0x0,0xda,0xdb,0xdb,0xb1,0xb2,0xb2,0x82,0x42,0xa1,0xa0, + 0x46,0x4a,0xe6,0x48,0x13,0x57,0xc2,0x5b,0x22,0x6,0x0,0x7c,0x5f,0x2d,0x6e,0x52, + 0x5f,0xc2,0xea,0xbf,0x8b,0xb,0xd4,0x7,0x76,0x53,0x28,0x14,0x10,0xe,0x87,0x11, + 0x8,0x4,0x70,0xcd,0x35,0xd7,0x94,0xf5,0x33,0x49,0x44,0xa5,0x55,0xd2,0x3f,0xa6, + 0x13,0xd1,0xd1,0x2d,0x2c,0x2c,0xfc,0xf9,0xcc,0xcc,0xcc,0x2d,0x87,0xf,0x1f,0xc6, + 0xd0,0xd0,0x10,0xf2,0xf9,0xbc,0x1a,0x29,0x29,0x11,0x41,0xb1,0x58,0x2c,0xe5,0x1, + 0xc3,0x73,0x0,0x9e,0x54,0x8b,0x9b,0xd4,0xff,0x0,0x48,0xa8,0x45,0xbb,0xd2,0x34, + 0xd,0xfd,0xfd,0xfd,0x68,0x69,0x69,0xc1,0xc2,0xc2,0xc2,0x9d,0x4b,0x4b,0x4b,0x6f, + 0x53,0x33,0x44,0x54,0x79,0xd8,0xc8,0x11,0xad,0x13,0x11,0x79,0x6f,0x32,0x99,0xfc, + 0xe2,0xc0,0xc0,0xc0,0x35,0xfd,0xfd,0xfd,0x48,0xa5,0x52,0xa5,0x6c,0xb0,0x9e,0x53, + 0x9,0xff,0x19,0xdd,0x0,0xbe,0xa1,0x16,0x37,0xb9,0x4f,0x61,0xb5,0xb9,0xb5,0x3d, + 0x11,0x41,0x22,0x91,0x40,0x4f,0x4f,0xf,0x86,0x87,0x87,0xaf,0x4f,0xa5,0x52,0x5f, + 0xb1,0x2c,0x6b,0xb3,0xbf,0xb,0x49,0x54,0xf1,0xd8,0xc8,0x11,0xad,0x3,0xcb,0xb2, + 0x3e,0x94,0x4a,0xa5,0xbe,0x30,0x3a,0x3a,0x7a,0x85,0xd3,0xe9,0xc4,0xf4,0xf4,0xb4, + 0xdd,0x6e,0x70,0x0,0x80,0x45,0x0,0xad,0x6a,0x71,0x93,0xab,0x47,0x95,0xdc,0xf6, + 0x0,0xac,0xde,0xf8,0x10,0xa,0x85,0xe0,0x74,0x3a,0x31,0x39,0x39,0x66,0xb4,0x9, + 0xbd,0x0,0x0,0x20,0x0,0x49,0x44,0x41,0x54,0x79,0x9d,0xa6,0x69,0x5f,0xb1,0x2c, + 0xeb,0x5e,0x35,0x47,0x44,0x95,0x83,0x8d,0x1c,0xd1,0x3a,0x30,0xc,0xe3,0xc5,0x53, + 0x53,0x53,0x97,0xba,0xdd,0x6e,0xc,0xe,0xe,0xda,0xf1,0x6,0x87,0x20,0x56,0xdf, + 0x9,0xa3,0xb5,0x3e,0xc,0x60,0x4a,0x2d,0xda,0x91,0x88,0x20,0x9d,0x4e,0xa3,0xaf, + 0xaf,0xf,0x6e,0xb7,0x1b,0xb3,0xb3,0xb3,0x57,0x9b,0xa6,0x79,0xad,0x9a,0x23,0xa2, + 0xca,0xc1,0x46,0x8e,0xa8,0xcc,0x2c,0xcb,0xfa,0x1b,0x4d,0xd3,0xde,0xd4,0xd7,0xd7, + 0x7,0xaf,0xd7,0x8b,0xa5,0xa5,0xa5,0x52,0x2e,0x77,0xae,0x7,0x1f,0x80,0xf,0x2, + 0x68,0x57,0x1f,0x10,0x0,0xc0,0x9,0xe0,0x5d,0x0,0x42,0xea,0x3,0x3b,0x2a,0x16, + 0x8b,0x98,0x9b,0x9b,0x83,0xc7,0xe3,0xc1,0xe0,0xe0,0x20,0x34,0x4d,0xbb,0xc7,0xb2, + 0xac,0xf7,0xab,0x39,0x22,0xaa,0xc,0x6c,0xe4,0x88,0xca,0x2c,0x93,0xc9,0x5c,0xd3, + 0xdb,0xdb,0x7b,0x51,0x73,0x73,0x33,0xc6,0xc6,0xc6,0xec,0x78,0x83,0x43,0x4,0x40, + 0x8f,0x5a,0xa4,0x67,0xf0,0x3,0xc8,0xaa,0x45,0xbb,0xd2,0x34,0xd,0xc3,0xc3,0xc3, + 0x68,0x6e,0x6e,0xc6,0xf0,0xf0,0xf0,0xbe,0x6c,0x36,0x7b,0xb9,0x9a,0x21,0xa2,0xca, + 0xc0,0x46,0x8e,0xa8,0x8c,0xc,0xc3,0xf8,0x5c,0x3a,0x9d,0xbe,0xb3,0xbd,0xbd,0x1d, + 0xc1,0x60,0x10,0xb1,0x58,0x4c,0x8d,0x54,0xba,0x36,0x0,0x7f,0xab,0x16,0xe9,0x59, + 0xdd,0x3,0x60,0x54,0x2d,0xda,0xd5,0xca,0xca,0xa,0xfc,0x7e,0x3f,0xba,0xba,0xba, + 0x90,0xcd,0x66,0xdf,0x63,0x18,0xc6,0x47,0xd5,0xc,0x11,0x6d,0x3c,0x36,0x72,0x44, + 0x65,0x94,0x4a,0xa5,0xf6,0x75,0x74,0x74,0x9c,0xeb,0x74,0x3a,0x31,0x3b,0x3b,0xb, + 0xc3,0x30,0xd4,0x48,0xa5,0x4b,0x0,0x18,0x53,0x8b,0xf4,0xac,0x6,0x0,0x68,0x6a, + 0xd1,0xae,0xf2,0xf9,0x3c,0x26,0x27,0x27,0xd1,0xd2,0xd2,0x82,0x9e,0x9e,0x9e,0xe7, + 0xa5,0x52,0xa9,0xe7,0xab,0x19,0x22,0xda,0x78,0x6c,0xe4,0x88,0xca,0x24,0x9b,0xcd, + 0x7e,0x6d,0x65,0x65,0xe5,0x1d,0x2d,0x2d,0x2d,0x68,0x6f,0x6f,0xb7,0xe3,0x7d,0xaa, + 0x4d,0x0,0xfe,0x4a,0x2d,0xd2,0x51,0xdd,0x9,0x60,0x50,0x2d,0xda,0x55,0x32,0x99, + 0x84,0xcf,0xe7,0x83,0xd3,0xe9,0x44,0x3c,0x1e,0xff,0x40,0x2e,0x97,0xfb,0x3b,0x35, + 0x43,0x44,0x1b,0x8b,0x37,0x3b,0x10,0x95,0xc9,0xca,0xca,0xca,0x5,0xbd,0xbd,0xbd, + 0x67,0xf4,0xf6,0xf6,0x22,0x1e,0x8f,0x97,0xf2,0x76,0x85,0x35,0x1c,0xe,0x47,0x39, + 0x36,0x50,0x64,0x0,0xcc,0xab,0x45,0x3a,0xaa,0x69,0x0,0xe5,0x3d,0xe5,0x79,0x1d, + 0x15,0xa,0x5,0x44,0xa3,0x51,0x74,0x77,0x77,0x63,0x60,0x60,0xe0,0xec,0xda,0xda, + 0xda,0x73,0xd5,0xc,0x11,0x6d,0x2c,0xce,0xc8,0x11,0x95,0x41,0x2e,0x97,0xfb,0x5e, + 0x24,0x12,0x79,0xd7,0xc1,0x83,0x7,0xd1,0xdb,0xdb,0x5b,0xf6,0xd,0xe,0x65,0x68, + 0xe2,0xea,0x1,0xbc,0x57,0x2d,0xd2,0x71,0x79,0x3d,0x80,0x3e,0xb5,0x68,0x57,0x9a, + 0xa6,0xa1,0xb3,0xb3,0x13,0x4d,0x4d,0x4d,0x48,0x26,0x93,0x1f,0xc9,0x64,0x32,0x3c, + 0x86,0x86,0xa8,0x82,0x70,0x46,0x8e,0xa8,0xc,0xfa,0xfb,0xfb,0xcf,0x68,0x6d,0x6d, + 0x3d,0xed,0xc8,0x92,0x6a,0x19,0x1a,0xad,0x72,0xda,0x8f,0xd5,0x17,0xf7,0x6d,0x77, + 0xd8,0x5d,0x85,0x88,0x0,0x78,0x15,0x80,0x16,0x0,0x2f,0x7e,0xe6,0x23,0xfb,0x11, + 0x11,0xc4,0xe3,0x71,0xf8,0xfd,0x7e,0x5c,0x71,0xc5,0x15,0xbb,0xc,0xc3,0xd8,0xa3, + 0x66,0x88,0x68,0xe3,0x70,0x46,0x8e,0xa8,0xc4,0x74,0x5d,0xff,0x51,0x26,0x93,0x79, + 0xb7,0xcf,0xe7,0xc3,0xf4,0xf4,0x34,0x4c,0xd3,0x54,0x23,0x95,0xce,0x0,0x9b,0xb8, + 0x53,0x95,0x2,0x50,0x35,0x37,0xcf,0x1b,0x86,0x81,0x89,0x89,0x9,0x4,0x2,0x1, + 0x98,0xa6,0xf9,0x31,0x4d,0xd3,0xbe,0xae,0x66,0x88,0x68,0x63,0xb0,0x91,0x23,0x2a, + 0x21,0xd3,0x34,0xef,0x9f,0x9a,0x9a,0xfa,0x60,0x6b,0x6b,0x6b,0x5d,0x6f,0x6f,0x2f, + 0xd2,0xe9,0xb4,0xdd,0x66,0xe3,0x7e,0x3,0x80,0xf7,0x6b,0x96,0xc6,0x2b,0xb1,0x7a, + 0x23,0x86,0xed,0x89,0x8,0x92,0xc9,0x24,0xba,0xba,0xba,0xd0,0xd6,0xd6,0xb6,0x75, + 0x61,0x61,0xe1,0x33,0xa6,0x69,0x7e,0x5b,0xcd,0x11,0xd1,0xfa,0xe3,0xd2,0x2a,0x51, + 0x89,0x98,0xa6,0xf9,0x60,0x36,0x9b,0x7d,0x77,0x67,0x67,0x27,0x1a,0x1b,0x1b,0x31, + 0x3b,0x3b,0x8b,0x42,0x61,0x75,0x52,0xa6,0x4c,0x9b,0x11,0x4a,0x4d,0xb0,0x3a,0x8b, + 0x54,0xbe,0x5d,0x19,0x9b,0x4b,0xe1,0xf7,0x43,0x0,0x38,0x94,0x67,0xeb,0xa2,0x94, + 0x9f,0xbb,0x42,0xa1,0x80,0x50,0x28,0x84,0xc6,0xc6,0x46,0x5c,0x75,0xd5,0x55,0x35, + 0x7b,0xf6,0xec,0xa9,0x51,0x33,0x44,0xb4,0xfe,0x38,0x23,0x47,0x54,0x2,0x22,0x52, + 0x67,0x18,0x46,0xcd,0xd8,0xd8,0x18,0xbc,0x5e,0x2f,0xa6,0xa6,0xa6,0x9e,0xb1,0xc1, + 0xa1,0x54,0xbf,0x99,0x96,0xd9,0xaf,0x0,0xbc,0x53,0x2d,0xd2,0x29,0xb9,0x11,0x40, + 0x40,0x2d,0xae,0x97,0x52,0x7e,0xee,0x44,0x4,0x9a,0xa6,0x61,0x62,0x62,0x2,0x5e, + 0xaf,0x17,0xf3,0xf3,0xf3,0x9f,0xd4,0x75,0xfd,0xdf,0x44,0x84,0x13,0x2,0x44,0x1b, + 0x88,0x5f,0x40,0xa2,0x12,0xb0,0x2c,0xeb,0x3f,0x93,0xc9,0xe4,0xbb,0xda,0xda,0xda, + 0xd0,0xdc,0xdc,0x8c,0xe5,0xe5,0x65,0x35,0x52,0xe9,0xc,0x54,0xd1,0x15,0x53,0x15, + 0x26,0xd,0xc0,0x42,0x95,0xfc,0xbc,0x9d,0x9b,0x9b,0x43,0x63,0x63,0x23,0xf6,0xed, + 0xdb,0x87,0xf3,0xce,0x3b,0xef,0xa3,0xe7,0x9c,0x73,0x4e,0x11,0xc0,0xc7,0xd5,0x1c, + 0x11,0xad,0xf,0xce,0xc8,0x11,0x9d,0x22,0x11,0xd9,0x93,0xcd,0x66,0xb7,0x77,0x75, + 0x75,0xc1,0xe7,0xf3,0x61,0x61,0x61,0x1,0x96,0x65,0xa9,0xb1,0x4a,0xa6,0x3,0xf8, + 0x4f,0x0,0xef,0x53,0xea,0x54,0x1a,0xb7,0x1,0x38,0x80,0xd5,0x66,0xd9,0xf6,0x2c, + 0xcb,0xc2,0xdc,0xdc,0x1c,0x3c,0x1e,0xf,0x6,0x6,0x6,0x90,0xcb,0xe5,0x76,0x88, + 0xc8,0x2e,0x35,0x47,0x44,0xeb,0x83,0x8d,0x1c,0xd1,0x29,0x32,0x4d,0xf3,0xc7,0xc9, + 0x64,0xf2,0x2e,0xaf,0xd7,0x6b,0xd7,0x1b,0x1c,0x7e,0xb,0xe0,0x43,0x6a,0x91,0x4a, + 0xea,0xcd,0xd8,0x80,0x8d,0xf,0xe,0x47,0x79,0x5e,0xcd,0x8b,0xc7,0xe3,0x8,0x4, + 0x2,0x8,0x4,0x2,0x48,0xa7,0xd3,0x1f,0xb0,0x2c,0xeb,0x9b,0x6a,0x86,0x88,0xd6, + 0x7,0x1b,0x39,0xa2,0x53,0x14,0x8b,0xc5,0xe0,0xf3,0xf9,0xe0,0xf7,0xfb,0x11,0xe, + 0x87,0x9f,0xda,0xe0,0x60,0x13,0x29,0x0,0x4b,0x6a,0x91,0xca,0x62,0x16,0xeb,0x7c, + 0x17,0x6b,0x29,0xdf,0x91,0x7b,0x3a,0xcb,0xb2,0xb0,0xb4,0xb4,0x4,0x8f,0xc7,0x83, + 0xf6,0xf6,0x76,0x44,0xa3,0x51,0x35,0x42,0x44,0xeb,0x84,0x8d,0x1c,0xd1,0x29,0x98, + 0x9d,0x9d,0xbd,0x68,0x76,0x76,0xf6,0x74,0x97,0xcb,0x85,0x81,0x81,0x81,0xb2,0xdf, + 0xe0,0x50,0x6,0x8f,0x3,0xf8,0x5b,0xb5,0x48,0x65,0x71,0xf,0x80,0xe,0xb5,0x68, + 0x57,0xd9,0x6c,0x16,0xbd,0xbd,0xbd,0xf0,0x7a,0xbd,0x98,0x9b,0x9b,0x3b,0x6b,0x6a, + 0x6a,0xea,0x2,0x35,0x43,0x44,0xe5,0xc7,0x46,0x8e,0xe8,0x24,0x69,0x9a,0xb6,0x4f, + 0xd7,0xf5,0x9f,0x76,0x77,0x77,0xdf,0x1e,0x8,0x4,0x10,0x89,0x44,0xec,0x36,0x1b, + 0x17,0x5,0x30,0xa9,0x16,0xa9,0xac,0x46,0xb0,0xba,0xf9,0xc1,0xf6,0xa,0x85,0x2, + 0xc2,0xe1,0x30,0x7c,0x3e,0x1f,0x6,0x7,0x7,0xef,0x31,0x4d,0xf3,0x7,0x22,0xf2, + 0x7c,0x35,0x47,0x44,0x44,0x54,0x91,0x62,0xb1,0xd8,0xff,0x34,0x36,0x36,0xca,0xdd, + 0x77,0xdf,0x2d,0x67,0x9d,0x75,0x96,0x38,0x1c,0xe,0xc1,0xea,0x99,0x61,0x76,0x19, + 0xf,0x80,0x36,0x42,0x2b,0xd6,0xfe,0xb7,0xb0,0xe5,0x70,0x38,0x1c,0xb2,0x77,0xef, + 0x5e,0x79,0xcf,0x7b,0xde,0x23,0x6d,0x6d,0x6d,0x12,0x8b,0xc5,0x7e,0x8,0x22,0x5a, + 0x57,0x9c,0x91,0x23,0x3a,0x9,0xf9,0x7c,0xfe,0xda,0xb1,0xb1,0xb1,0xbd,0x6e,0xb7, + 0x1b,0xfd,0xfd,0xfd,0xc7,0xbc,0x4f,0xb5,0x5c,0x2f,0x9d,0x9f,0x82,0x25,0x0,0x83, + 0x6a,0x91,0xd6,0x45,0x27,0x80,0xb8,0x5a,0xac,0x74,0xcf,0xf6,0x19,0x16,0x11,0x24, + 0x12,0x9,0xf4,0xf4,0xf4,0xc0,0xeb,0xf5,0x22,0x14,0xa,0x3d,0x4f,0xd7,0xf5,0x2b, + 0xd5,0x1c,0x11,0x11,0x51,0xc5,0xc8,0xe7,0xf3,0xd7,0xc7,0x62,0x31,0xe7,0x2f,0x7e, + 0xf1,0xb,0xb9,0xf9,0xe6,0x9b,0x65,0xfb,0xf6,0xed,0x6b,0x66,0x2a,0x2a,0x7c,0xcc, + 0x1,0xf8,0x14,0x68,0x23,0x7d,0xb,0x40,0x4,0x6b,0xff,0xdb,0xd8,0x72,0x9c,0x76, + 0xda,0x69,0x72,0xcb,0x2d,0xb7,0xc8,0x6f,0x7e,0xf3,0x1b,0x89,0xc5,0x62,0x4f,0x88, + 0xc8,0xb,0x41,0x44,0xeb,0x82,0x33,0x72,0x44,0x27,0xee,0x8b,0x53,0x53,0x53,0xaf, + 0xf2,0xfb,0xfd,0x98,0x9e,0x9e,0x86,0x61,0xd8,0xee,0x78,0xb0,0x43,0x0,0xbe,0xa3, + 0x16,0x69,0x5d,0x7d,0x16,0x40,0xaf,0x5a,0xb4,0x2b,0x5d,0xd7,0x11,0xa,0x85,0xe0, + 0xf7,0xfb,0x31,0x3f,0x3f,0x7f,0x47,0x3e,0x9f,0xff,0xa4,0x9a,0x21,0xa2,0xf2,0x60, + 0x23,0x47,0x74,0x2,0xc,0xc3,0xb8,0x29,0x12,0x89,0x5c,0xd8,0xd5,0xd5,0x5,0xbf, + 0xdf,0x8f,0x48,0x24,0x82,0x62,0xd1,0x56,0x57,0x93,0x4e,0x62,0x3,0xaf,0x8c,0xa2, + 0x67,0x68,0x1,0x60,0xbb,0x2b,0x40,0x9e,0x4d,0xb1,0x58,0xc4,0xd2,0xd2,0x12,0xfc, + 0x7e,0x3f,0x7a,0x7b,0x7b,0x11,0x8f,0xc7,0xf7,0x65,0xb3,0xd9,0x1b,0xd4,0x1c,0x11, + 0x95,0x1e,0x1b,0x39,0xa2,0x13,0xa0,0x69,0xda,0xa7,0x87,0x87,0x87,0x5f,0xd1,0xd2, + 0xd2,0x82,0x89,0x89,0x9,0x3b,0x1e,0x37,0xd2,0x2,0x80,0x2f,0xa4,0x57,0x86,0xaf, + 0x0,0xe8,0x57,0x8b,0x76,0xa5,0x69,0x1a,0x46,0x46,0x46,0xd0,0xd2,0xd2,0x82,0xf1, + 0xf1,0xf1,0x5b,0x2d,0xcb,0xfa,0xb0,0x9a,0x21,0xa2,0xd2,0x63,0x23,0x47,0x74,0x9c, + 0x34,0x4d,0xbb,0x75,0x71,0x71,0xf1,0x12,0x9f,0xcf,0x87,0x8e,0x8e,0xe,0x24,0x93, + 0x49,0x35,0x52,0xe9,0x46,0x0,0xb4,0xa9,0x45,0xda,0x50,0x4f,0x2,0x98,0x57,0x8b, + 0x76,0x15,0x8b,0xc5,0x10,0xc,0x6,0x11,0x8,0x4,0xb0,0xbc,0xbc,0x7c,0x65,0x2e, + 0x97,0x7b,0xb5,0x9a,0x21,0xa2,0xd2,0x62,0x23,0x47,0x74,0x1c,0x4c,0xd3,0xbc,0x23, + 0x97,0xcb,0x7d,0xa7,0xa7,0xa7,0xe7,0xc5,0x6e,0xb7,0x1b,0x73,0x73,0x73,0x30,0x4d, + 0x53,0x8d,0x55,0x3a,0x17,0x56,0xef,0x54,0xa5,0xca,0xf1,0x5d,0x0,0x43,0x6a,0xd1, + 0xae,0xc,0xc3,0xc0,0xcc,0xcc,0xc,0x5c,0x2e,0x17,0x6,0x7,0x7,0x5f,0xad,0xeb, + 0xfa,0xb7,0x4c,0xd3,0x7c,0x9d,0x9a,0x23,0xa2,0xd2,0x61,0x23,0x47,0x74,0x1c,0x4c, + 0xd3,0xfc,0xf0,0xc2,0xc2,0xc2,0x1f,0xb6,0xb4,0xb4,0xa0,0xab,0xab,0xb,0x99,0x4c, + 0x46,0x8d,0x54,0xba,0x3e,0x0,0x7,0xd5,0x22,0x55,0x84,0x5f,0x3,0x98,0x52,0x8b, + 0x76,0x95,0x4c,0x26,0xd1,0xd1,0xd1,0x1,0xa7,0xd3,0x89,0xa5,0xa5,0xa5,0x1b,0xd, + 0xc3,0xf8,0x73,0x35,0x43,0x44,0xa5,0xc3,0x46,0x8e,0xe8,0x18,0x44,0xe4,0x1d,0xd1, + 0x68,0xf4,0x72,0xb7,0xdb,0x8d,0xce,0xce,0x4e,0xc4,0xe3,0x71,0xbb,0x6d,0x70,0xe8, + 0x2,0xf0,0x65,0x0,0xff,0xa3,0x3e,0xa0,0x8a,0xf0,0x63,0xac,0xbe,0x2f,0x37,0xa1, + 0x3e,0xb0,0xa3,0x42,0xa1,0x80,0x48,0x24,0xf2,0xd4,0x12,0x6b,0x32,0x99,0xfc,0x3, + 0x11,0x79,0x93,0x9a,0x23,0xa2,0xd2,0x60,0x23,0x47,0x74,0xc,0x89,0x44,0xe2,0x2f, + 0xa6,0xa6,0xa6,0xae,0x69,0x6a,0x6a,0xc2,0xe8,0xe8,0x28,0xf2,0xf9,0xbc,0x1a,0xa9, + 0x74,0x41,0x0,0xbf,0x55,0x8b,0x54,0x51,0xee,0x7,0x30,0xa6,0x16,0xed,0x4a,0xd3, + 0x34,0xc,0xe,0xe,0xa2,0xa5,0xa5,0x5,0xb3,0xb3,0xb3,0x2f,0x4d,0x26,0x93,0x7f, + 0xaa,0x66,0x88,0xa8,0x34,0x6a,0xd5,0x2,0x11,0x3d,0xd3,0xf4,0xf4,0x34,0x5c,0x2e, + 0x17,0xfa,0xfb,0xfb,0x91,0x4e,0xa7,0x8f,0x7a,0x83,0x43,0x5,0xf2,0x1,0x78,0x44, + 0x2d,0x52,0x45,0xfa,0x19,0x80,0x7d,0x0,0xae,0x52,0x1f,0xd8,0x8d,0x88,0x20,0x99, + 0x4c,0xa2,0xbb,0xbb,0x1b,0x1e,0x8f,0x7,0x5b,0xb7,0x6e,0x55,0x23,0x44,0x54,0x22, + 0x9c,0x91,0x23,0x3a,0x8a,0xa9,0xa9,0xa9,0xf,0xe,0xf,0xf,0x5f,0xe3,0x74,0x3a, + 0x31,0x3f,0x3f,0xf,0xcb,0xb2,0xd4,0x48,0xa5,0xeb,0x6,0x70,0x40,0x2d,0x52,0x45, + 0xfa,0x15,0x80,0x90,0x5a,0xb4,0x2b,0xcb,0xb2,0x9e,0xfa,0x43,0xd0,0xf8,0xf8,0xf8, + 0xd,0x33,0x33,0x33,0xf7,0xaa,0x19,0x22,0x3a,0x75,0x6c,0xe4,0x88,0x9e,0x83,0x61, + 0x18,0x1f,0x5d,0x5e,0x5e,0xfe,0x7c,0x20,0x10,0xb8,0x74,0x60,0x60,0x0,0xd9,0x6c, + 0x56,0x8d,0x54,0xba,0x36,0x0,0xf,0xa9,0x45,0xaa,0x68,0xff,0x8e,0x2a,0x39,0x5b, + 0x4e,0x44,0x90,0x4a,0xa5,0xd0,0xdb,0xdb,0x8b,0xce,0xce,0xce,0x17,0x86,0xc3,0xe1, + 0x2f,0xe5,0xf3,0xf9,0xbf,0x50,0x73,0x44,0x74,0x6a,0xd8,0xc8,0x11,0x3d,0xb,0xcb, + 0xb2,0xfe,0x26,0x9b,0xcd,0xfe,0xfd,0xc8,0xc8,0xc8,0x25,0x3e,0x9f,0xf,0xe1,0x70, + 0x18,0x85,0x42,0x41,0x8d,0x55,0xba,0x1,0xf0,0xdc,0x38,0xbb,0x79,0x2,0xc0,0xb4, + 0x5a,0xb4,0xab,0x42,0xa1,0x80,0x85,0x85,0x5,0xf8,0xfd,0x7e,0x84,0x42,0xa1,0xab, + 0x74,0x5d,0xff,0xbc,0x88,0x7c,0x50,0xcd,0x11,0xd1,0xc9,0x63,0x23,0x47,0xf4,0x2c, + 0xf2,0xf9,0xfc,0x1b,0x7b,0x7b,0x7b,0x2f,0x3a,0x74,0xe8,0x10,0xc6,0xc6,0xc6,0xec, + 0x78,0x83,0xc3,0x21,0xac,0xbe,0x40,0x4f,0xf6,0xf3,0x6d,0x0,0x9d,0x6a,0xd1,0xae, + 0x72,0xb9,0x1c,0x86,0x86,0x86,0xd0,0xd8,0xd8,0x88,0xc1,0xc1,0xc1,0xcb,0xb3,0xd9, + 0xec,0x6b,0xd5,0xc,0x11,0x9d,0x3c,0x36,0x72,0x44,0xa,0x5d,0xd7,0xbf,0xb0,0xb4, + 0xb4,0xf4,0x87,0x7e,0xbf,0x1f,0xc1,0x60,0x10,0xb1,0x58,0xcc,0x6e,0x1b,0x1c,0xea, + 0x1,0x7c,0x6,0xab,0xbb,0x55,0xc9,0x7e,0x5a,0x0,0x7c,0xc,0x55,0xf2,0xdf,0x4f, + 0x44,0xb0,0xb2,0xb2,0x82,0x23,0xdf,0xa7,0x95,0x95,0x95,0x9b,0x75,0x5d,0xff,0xa4, + 0x9a,0x23,0xa2,0x93,0xc3,0x46,0x8e,0x48,0x91,0xcf,0xe7,0xff,0xa8,0xaf,0xaf,0xef, + 0x7c,0x8f,0xc7,0x83,0xc5,0xc5,0x45,0x3b,0x2e,0xa9,0x8e,0x63,0x75,0x93,0x3,0xd9, + 0x97,0x7,0xc0,0xa2,0x5a,0xb4,0x2b,0xcb,0xb2,0x30,0x3b,0x3b,0xb,0x97,0xcb,0x85, + 0xe1,0xe1,0xe1,0x8b,0xf3,0xf9,0xfc,0x2b,0xd5,0xc,0x11,0x9d,0x1c,0x36,0x72,0x44, + 0x4f,0xa3,0x69,0xda,0x37,0xa6,0xa6,0xa6,0x5e,0x7c,0xf8,0xf0,0x61,0xb4,0xb7,0xb7, + 0x23,0x9d,0x4e,0xab,0x91,0x4a,0xf7,0x3b,0x0,0xff,0x57,0x2d,0x92,0x2d,0x7d,0x19, + 0xab,0xd,0x5d,0x55,0x48,0x26,0x93,0x8,0x6,0x83,0x68,0x6d,0x6d,0xc5,0xcc,0xcc, + 0xcc,0x1f,0x65,0x32,0x99,0xcf,0xa9,0x19,0x22,0x3a,0x71,0x6c,0xe4,0x88,0x9e,0x26, + 0x9b,0xcd,0xbe,0x2c,0x18,0xc,0x9e,0xd3,0xde,0xde,0x8e,0x58,0x2c,0x66,0xb7,0x1b, + 0x1c,0x0,0x60,0x6,0xc0,0xb0,0x5a,0x24,0x5b,0xea,0x6,0x10,0x56,0x8b,0x76,0x55, + 0x28,0x14,0x9e,0x5a,0x62,0xed,0xee,0xee,0xbe,0x40,0xd3,0xb4,0x17,0xa9,0x19,0x22, + 0x3a,0x71,0x6c,0xe4,0x88,0x7e,0x4f,0xd7,0xf5,0x7f,0x5d,0x5a,0x5a,0xba,0xc1,0xeb, + 0xf5,0xda,0x75,0x83,0xc3,0x2f,0xb1,0x7a,0x9,0x3b,0x55,0x8f,0xcf,0x62,0xf5,0x9d, + 0xb9,0xaa,0xa0,0x69,0x1a,0x46,0x46,0x46,0x10,0x8,0x4,0x10,0x89,0x44,0x5e,0xa7, + 0x69,0xda,0x3f,0xa9,0x19,0x22,0x3a,0x31,0x6c,0xe4,0x88,0x0,0x14,0xa,0x85,0x1f, + 0x2f,0x2f,0x2f,0xdf,0xd7,0xd0,0xd0,0x70,0x7a,0x20,0x10,0x28,0xfb,0x7d,0xaa,0x35, + 0x35,0x35,0xd8,0xb2,0xa5,0xe4,0x5f,0xbf,0x25,0x54,0xd1,0xd1,0x15,0x4,0x0,0x18, + 0x5,0xf0,0x3e,0x0,0x4d,0xea,0x3,0x3b,0x2a,0x14,0xa,0x88,0x46,0xa3,0xf0,0x7a, + 0xbd,0x68,0x6a,0x6a,0x3a,0x27,0x1a,0x8d,0x7e,0xa4,0x50,0x28,0xfc,0xb3,0x9a,0x23, + 0xa2,0xe3,0x57,0xf2,0xdf,0x49,0x88,0xec,0x28,0x99,0x4c,0x5e,0x39,0x36,0x36,0xb6, + 0xfb,0xf7,0xef,0xef,0x94,0xfd,0x6,0x7,0x11,0x29,0xf5,0x4e,0xd8,0xff,0x2,0xf0, + 0x4d,0xb5,0x48,0x55,0x61,0x12,0x40,0x42,0x2d,0xda,0x95,0x61,0x18,0x8,0x85,0x42, + 0x70,0x3a,0x9d,0x98,0x98,0x98,0x38,0x33,0x99,0x4c,0x5e,0xaa,0x66,0x88,0xe8,0xf8, + 0xb1,0x91,0xa3,0x4d,0xaf,0x50,0x28,0xfc,0x62,0x7a,0x7a,0xfa,0x15,0xfb,0xf7,0xef, + 0x47,0x6f,0x6f,0x2f,0x32,0x99,0x4c,0xa9,0x9b,0xac,0x67,0x38,0xed,0xb4,0xd3,0x50, + 0x57,0x57,0x57,0xca,0x7f,0xc6,0x4f,0x1,0x7c,0xa,0xc0,0xb2,0xfa,0x80,0xaa,0xc6, + 0x47,0x1,0x3c,0xa9,0x16,0xed,0xe8,0xc8,0x8d,0xf,0x1d,0x1d,0x1d,0x68,0x68,0x68, + 0xc0,0xfc,0xfc,0xfc,0x1b,0xa,0x85,0xc2,0xbf,0xab,0x39,0x22,0x3a,0x3e,0xb5,0x6a, + 0x81,0x68,0xb3,0x9,0x87,0xc3,0x17,0xf5,0xf5,0xf5,0xed,0x70,0xbb,0xdd,0x58,0x5a, + 0x5a,0x2a,0xeb,0x71,0x23,0xe,0x87,0x3,0xba,0xae,0x97,0x7a,0xd9,0x36,0x1,0x20, + 0xaa,0x16,0xa9,0xaa,0x2c,0x3,0xb0,0xdd,0x1d,0x71,0xcf,0xc5,0xb2,0x2c,0xcc,0xcd, + 0xcd,0xc1,0xe5,0x72,0xe1,0xfa,0xeb,0xaf,0xdf,0x75,0xce,0x39,0xe7,0x5c,0xa0,0x66, + 0x88,0xe8,0xf8,0x70,0x46,0x8e,0x36,0x35,0xcb,0xb2,0x1e,0x9b,0x98,0x98,0x78,0x65, + 0x73,0x73,0x33,0xa6,0xa7,0xa7,0x61,0x18,0x86,0x1a,0x29,0x29,0x87,0xc3,0xa1,0x96, + 0x4e,0xd5,0xbf,0x63,0xf5,0x98,0xa,0xaa,0x7e,0x1f,0xc0,0xea,0xf1,0x32,0x55,0xe1, + 0xc8,0x12,0xeb,0xe1,0xc3,0x87,0x31,0x33,0x33,0x73,0x87,0x69,0x9a,0xff,0xa5,0x66, + 0x88,0xe8,0xd8,0xd8,0xc8,0xd1,0xa6,0x55,0x28,0x14,0x1a,0x62,0xb1,0xd8,0xed,0xed, + 0xed,0xed,0x5b,0xbd,0x5e,0x2f,0xa2,0xd1,0x68,0x29,0x97,0x3b,0x9f,0x55,0xb1,0x58, + 0x2c,0xf5,0x6c,0x5c,0xe,0x55,0x34,0x53,0x43,0x47,0x95,0x2,0x90,0x57,0x8b,0x76, + 0x55,0x2c,0x16,0xb1,0xbc,0xbc,0xc,0xaf,0xd7,0x8b,0xae,0xae,0xae,0x6d,0x89,0x44, + 0xe2,0x9e,0x42,0xa1,0xf0,0xdf,0x6a,0x8e,0x88,0x8e,0x8e,0x8d,0x1c,0x6d,0x5a,0xba, + 0xae,0xef,0xea,0xee,0xee,0xae,0x75,0x3a,0x9d,0x8,0x87,0xc3,0xa5,0x6e,0xb0,0xd6, + 0xc3,0xb7,0x1,0xfc,0x83,0x5a,0xa4,0xaa,0xf6,0x67,0x0,0xfe,0x47,0x2d,0xda,0x55, + 0xa1,0x50,0xc0,0xc2,0xc2,0x2,0x5c,0x2e,0x17,0x6,0x6,0x6,0xea,0xf2,0xf9,0xfc, + 0x4e,0x35,0x43,0x44,0x47,0xc7,0x46,0x8e,0x36,0x25,0xcb,0xb2,0xdc,0xf1,0x78,0xfc, + 0x26,0x9f,0xcf,0x87,0xf6,0xf6,0x76,0x24,0x93,0xc9,0xb2,0xcf,0xc6,0x95,0x41,0xe1, + 0xf7,0x83,0x36,0xf,0xb,0xc0,0x3b,0x1,0x54,0xc5,0xcc,0x95,0x88,0x20,0x1a,0x8d, + 0x22,0x10,0x8,0x20,0x18,0xc,0x22,0x91,0x48,0xbc,0xc5,0xb2,0xac,0xc7,0xd4,0x1c, + 0x11,0x3d,0x37,0x36,0x72,0xb4,0xe9,0x88,0x48,0x4d,0x3c,0x1e,0xdf,0xd2,0xd0,0xd0, + 0xe0,0x38,0x74,0xe8,0x90,0x1d,0x67,0xe3,0xa,0x0,0xfe,0x9,0xc0,0xdf,0xab,0xf, + 0x68,0xd3,0xb0,0x50,0x25,0x4d,0x7c,0xb1,0x58,0xc4,0xc2,0xc2,0x2,0xe,0x1c,0x38, + 0x80,0xe6,0xe6,0x66,0x47,0x3c,0x1e,0xdf,0x22,0x22,0x35,0x6a,0x8e,0x88,0x9e,0x1d, + 0x1b,0x39,0xda,0x74,0xf2,0xf9,0xbc,0x7b,0x71,0x71,0xf1,0x95,0x7e,0xbf,0x1f,0xc3, + 0xc3,0xc3,0x76,0xbc,0xc1,0xe1,0x5b,0x0,0xbe,0xa0,0x16,0x69,0x53,0xb9,0xf,0xab, + 0x37,0x79,0x54,0x85,0x6c,0x36,0x8b,0xc1,0xc1,0x41,0x4,0x83,0x41,0xac,0xac,0xac, + 0xbc,0xc9,0x30,0xc,0xce,0xca,0x11,0x1d,0x27,0x1e,0x3f,0x42,0x9b,0x8a,0x88,0xec, + 0x99,0x9f,0x9f,0xaf,0xad,0xaf,0xaf,0x87,0xdf,0xef,0xb7,0xe3,0x92,0x6a,0xee,0xf7, + 0x83,0x28,0xd,0x40,0x7,0xb0,0x5d,0x7d,0x60,0x37,0x22,0x82,0x58,0x2c,0x6,0xb7, + 0xdb,0x8d,0xcb,0x2e,0xbb,0xc,0x67,0x9e,0x79,0x66,0x9d,0x88,0xec,0x76,0x38,0x1c, + 0x69,0x35,0x4b,0x44,0x44,0x9b,0x58,0x32,0x99,0xf4,0xb7,0xb5,0xb5,0xc9,0xeb,0x5f, + 0xff,0x7a,0xd9,0xb1,0x63,0x87,0x0,0xb0,0xdb,0xf8,0x1a,0x88,0xfe,0xd7,0xcf,0xb1, + 0xf6,0x33,0x62,0xdb,0xb1,0x6b,0xd7,0x2e,0x79,0xeb,0x5b,0xdf,0x2a,0x5e,0xaf,0x57, + 0x12,0x89,0x44,0x55,0x1c,0x80,0x4c,0x54,0x6e,0x5c,0x5a,0xa5,0x4d,0x23,0x9b,0xcd, + 0x3e,0x6f,0x7e,0x7e,0x7e,0x5b,0x4b,0x4b,0xb,0xa6,0xa6,0xa6,0x60,0x9a,0xa6,0x1a, + 0xa9,0x74,0x71,0x0,0x31,0xb5,0x48,0x9b,0x5a,0x18,0xab,0x33,0x73,0x55,0x21,0x9f, + 0xcf,0x63,0x7c,0x7c,0x1c,0x4e,0xa7,0x13,0x4b,0x4b,0x4b,0x3b,0x44,0xe4,0x3c,0x35, + 0x43,0x44,0x44,0x9b,0x54,0x2c,0x16,0xb,0x3e,0xfe,0xf8,0xe3,0xf2,0xaa,0x57,0xbd, + 0x4a,0xb6,0x6d,0xdb,0xb6,0x66,0x36,0xc0,0x6,0xe3,0x2b,0x20,0x5a,0xeb,0xeb,0x58, + 0x6d,0xf2,0xd5,0xcf,0x8b,0x2d,0xc7,0x69,0xa7,0x9d,0x26,0xb7,0xdd,0x76,0x9b,0x34, + 0x34,0x34,0x48,0x2c,0x16,0x6b,0x0,0x11,0x1d,0x15,0x67,0xe4,0x68,0x53,0xd0,0x75, + 0xfd,0x8a,0xbe,0xbe,0xbe,0x1d,0x4f,0x3e,0xf9,0x24,0x26,0x26,0x26,0x60,0x59,0xd6, + 0x31,0x6f,0x59,0x38,0xd6,0xf3,0x75,0xb6,0x4,0x60,0x51,0x2d,0x12,0x1,0xf8,0x1c, + 0x6c,0x72,0xe3,0xc3,0xb1,0xbe,0x53,0xe,0x87,0x3,0xf9,0x7c,0x1e,0xa3,0xa3,0xa3, + 0x38,0x70,0xe0,0x0,0xfa,0xfb,0xfb,0x77,0x27,0x12,0x89,0x4b,0xd5,0x1c,0x11,0xfd, + 0x2f,0x36,0x72,0x54,0xf5,0xf2,0xf9,0xfc,0xb5,0xc9,0x64,0xf2,0xb1,0x89,0x89,0x89, + 0x6b,0x83,0xc1,0x20,0x62,0xb1,0x18,0x8a,0xc5,0xe2,0x31,0x37,0x39,0x1c,0xeb,0xf9, + 0x3a,0x9a,0x3,0xf0,0x45,0x0,0x3f,0x54,0x1f,0x10,0xfd,0x5e,0x8,0xab,0xcb,0xac, + 0x15,0xed,0x58,0xdf,0x29,0x11,0x41,0xb1,0x58,0x44,0x38,0x1c,0x46,0x30,0x18,0xc4, + 0xec,0xec,0xec,0x4d,0x86,0x61,0xfc,0xb7,0x88,0x5c,0xa5,0x66,0x89,0x88,0x68,0x13, + 0x10,0x91,0x17,0x6b,0x9a,0x36,0xd2,0xd4,0xd4,0x24,0xef,0x7c,0xe7,0x3b,0xe5,0xac, + 0xb3,0xce,0x12,0x87,0xc3,0xb1,0x66,0x39,0xa7,0xc2,0xc7,0x97,0x41,0x74,0x6c,0x3f, + 0xc5,0xda,0xcf,0x8e,0x2d,0x87,0xc3,0xe1,0x90,0x73,0xcf,0x3d,0x57,0xee,0xbb,0xef, + 0x3e,0x71,0x3a,0x9d,0xa2,0x69,0x5a,0x50,0x44,0xfe,0x0,0x44,0xb4,0x6,0x67,0xe4, + 0xa8,0xaa,0x99,0xa6,0x79,0x7f,0x38,0x1c,0xbe,0xd2,0xe3,0xf1,0x20,0x10,0x8,0x20, + 0x91,0x48,0x1c,0x73,0x56,0xa0,0xc2,0x8c,0x63,0x75,0xb6,0x85,0xe8,0x58,0x6,0x0, + 0xcc,0xab,0x45,0x3b,0x3a,0x72,0xe3,0x83,0xdf,0xef,0x87,0xcf,0xe7,0x43,0x24,0x12, + 0xb9,0xc1,0x34,0xcd,0xef,0xab,0x39,0x22,0x62,0x23,0x47,0x55,0xcc,0x30,0x8c,0x57, + 0xe7,0x72,0xb9,0xdd,0x81,0x40,0x0,0x36,0xbe,0x4f,0xf5,0xe7,0x0,0x1e,0x50,0x8b, + 0x44,0xcf,0xe2,0xbb,0x0,0xea,0xd5,0xa2,0x5d,0x15,0xa,0x5,0x2c,0x2e,0x2e,0xc2, + 0xe9,0x74,0xa2,0xb3,0xb3,0x13,0xb9,0x5c,0xee,0x6c,0xc3,0x30,0x5e,0xa9,0xe6,0x88, + 0x36,0x3b,0x36,0x72,0x54,0xb5,0xa,0x85,0xc2,0xbf,0xcd,0xcc,0xcc,0x5c,0xda,0xda, + 0xda,0x8a,0xae,0xae,0x2e,0xe4,0x72,0xb6,0x3b,0x47,0x77,0x0,0xc0,0x90,0x5a,0x24, + 0x3a,0x8a,0xe,0x0,0x93,0x6a,0xd1,0xae,0x52,0xa9,0x14,0x3a,0x3a,0x3a,0xe0,0x74, + 0x3a,0x31,0x3f,0x3f,0xff,0xa2,0x62,0xb1,0xf8,0xd,0x35,0x43,0xb4,0xd9,0xb1,0x91, + 0xa3,0xaa,0x64,0x9a,0xe6,0xed,0xa9,0x54,0xea,0xc,0x97,0xcb,0x85,0xf6,0xf6,0x76, + 0xa4,0x52,0x29,0xbb,0x2d,0xa9,0x2,0xc0,0x43,0x0,0x7e,0xad,0x16,0x89,0x8e,0xe2, + 0x47,0x58,0xbd,0x87,0x77,0x4c,0x7d,0x60,0x47,0x22,0x82,0x78,0x3c,0x8e,0x60,0x30, + 0x8,0xbf,0xdf,0x8f,0x54,0x2a,0x75,0xae,0x69,0x9a,0xb7,0xa8,0x39,0xa2,0xcd,0x8c, + 0x8d,0x1c,0x55,0xa5,0x7c,0x3e,0xff,0xcf,0xa1,0x50,0xe8,0xe2,0x96,0x96,0x16,0xc, + 0xf,0xf,0xc3,0x30,0xc,0x35,0x52,0xe9,0x3a,0x0,0xf4,0xa8,0x45,0xa2,0xe3,0xf0, + 0x53,0x0,0xcd,0x6a,0xd1,0xae,0x34,0x4d,0xc3,0xe0,0xe0,0x20,0x5a,0x5b,0x5b,0x31, + 0x3d,0x3d,0xfd,0xc2,0x7c,0x3e,0xff,0x45,0x35,0x43,0xb4,0x99,0xb1,0x91,0xa3,0xaa, + 0x14,0x8d,0x46,0x71,0xe8,0xd0,0x21,0xf4,0xf6,0xf6,0x22,0x93,0xc9,0xd8,0x6d,0x36, + 0xce,0xf,0xe0,0xb,0x0,0xf6,0xab,0xf,0x88,0x8e,0x53,0x1b,0x56,0x97,0xe6,0x6d, + 0x4f,0x44,0x90,0x4c,0x26,0xd1,0xd5,0xd5,0x85,0x96,0x96,0x16,0x44,0xa3,0x51,0x35, + 0x42,0xb4,0xa9,0xb1,0x91,0xa3,0xaa,0x33,0x33,0x33,0xf3,0xee,0xa1,0xa1,0xa1,0xb3, + 0x5d,0x2e,0x17,0xe6,0xe7,0xe7,0x51,0x28,0x14,0xd4,0x48,0xa5,0xfb,0x1d,0x0,0x9e, + 0x68,0x4f,0xa7,0xe2,0xbf,0xb1,0xda,0xcc,0x55,0x5,0xd3,0x34,0x31,0x33,0x33,0x3, + 0x97,0xcb,0x85,0x91,0x91,0x91,0xb,0xa7,0xa6,0xa6,0xde,0xae,0x66,0x88,0x36,0x2b, + 0x36,0x72,0x54,0x55,0x32,0x99,0xcc,0xfb,0x22,0x91,0xc8,0x77,0x1a,0x1b,0x1b,0x2f, + 0x18,0x1c,0x1c,0x44,0x36,0x9b,0xb5,0xdb,0x6c,0x5c,0xb,0x0,0x9f,0x5a,0x24,0x3a, + 0x9,0x7,0x1,0x74,0xa9,0x45,0x3b,0x12,0x11,0xa4,0xd3,0x69,0xf4,0xf5,0xf5,0xa1, + 0xb5,0xb5,0xf5,0xf2,0x78,0x3c,0xfe,0x7f,0x72,0xb9,0xdc,0x3d,0x6a,0x8e,0x68,0x33, + 0x62,0x23,0x47,0x55,0x25,0x9d,0x4e,0xff,0x5d,0x5f,0x5f,0xdf,0x79,0x6d,0x6d,0x6d, + 0x58,0x59,0x59,0xb1,0xe3,0x71,0x23,0xf5,0x58,0x6d,0xe6,0x88,0x4e,0xd5,0xef,0x0, + 0x78,0xd5,0xa2,0x5d,0x15,0xa,0x5,0x2c,0x2d,0x2d,0xc1,0xe9,0x74,0x62,0x78,0x78, + 0x78,0x5f,0x22,0x91,0xf8,0x2b,0x35,0x43,0xb4,0x19,0xb1,0x91,0xa3,0xaa,0xa1,0xeb, + 0xfa,0x27,0xfa,0xfa,0xfa,0xf6,0x36,0x34,0x34,0x20,0x14,0xa,0xd9,0x71,0x83,0x43, + 0x3,0xaa,0x68,0x39,0x8c,0x2a,0xc2,0x63,0xa8,0xa2,0x66,0x4e,0xd7,0x75,0x8c,0x8d, + 0x8d,0xe1,0xe0,0xc1,0x83,0x18,0x1a,0x1a,0xba,0x44,0xd3,0xb4,0xbf,0x54,0x33,0x44, + 0x44,0x64,0x43,0x96,0x65,0x7d,0x66,0x6a,0x6a,0x2a,0xfa,0xb5,0xaf,0x7d,0x4d,0xf6, + 0xed,0xdb,0x27,0x35,0x35,0x35,0x6b,0xae,0xfd,0xb1,0xc1,0xf8,0x34,0x88,0x4a,0xef, + 0x75,0x0,0x9c,0x58,0xfb,0x79,0xb3,0xe5,0xa8,0xad,0xad,0x95,0xab,0xaf,0xbe,0x5a, + 0xbe,0xfd,0xed,0x6f,0xcb,0xf4,0xf4,0xf4,0x9c,0x65,0x59,0x7f,0xd,0xa2,0x4d,0x8c, + 0x33,0x72,0x54,0x15,0xf2,0xf9,0xfc,0x7,0xfa,0xfa,0xfa,0xce,0x72,0xb9,0x5c,0x58, + 0x59,0x59,0x59,0xb7,0xd,0xe,0xe,0x87,0x3,0xe,0x87,0x43,0x2d,0x9f,0x8c,0xdf, + 0x2,0x68,0x54,0x8b,0x44,0x25,0xd0,0x8c,0x2a,0x79,0x57,0xe,0x0,0x2c,0xcb,0xc2, + 0xe2,0xe2,0x22,0x5c,0x2e,0x17,0x86,0x87,0x87,0x2f,0x34,0xc,0xe3,0xdd,0x6a,0x86, + 0x68,0x33,0x61,0x23,0x47,0xb6,0x97,0xcf,0xe7,0xbf,0x3a,0x33,0x33,0x73,0xae,0xd7, + 0xeb,0x45,0x5f,0x5f,0x1f,0xb2,0xd9,0xac,0x1a,0x29,0xab,0x12,0x6c,0xa6,0xf8,0x1f, + 0x0,0x5f,0x46,0x15,0xfd,0x66,0x4b,0x15,0xe7,0x21,0x0,0x4d,0x6a,0xd1,0xae,0xd2, + 0xe9,0x34,0x7a,0x7a,0x7a,0xe0,0xf3,0xf9,0x30,0x37,0x37,0xb7,0x2f,0x97,0xcb,0xfd, + 0xbd,0x9a,0x21,0xda,0x2c,0xd8,0xc8,0x91,0xed,0xa5,0xd3,0xe9,0x77,0xf9,0x7c,0xbe, + 0xd3,0xdb,0xda,0xda,0x10,0x8d,0x46,0x4b,0xd1,0x58,0x1d,0xb7,0x12,0xfd,0xb3,0x7c, + 0x0,0xfa,0xd4,0x22,0x51,0x9,0x79,0x1,0xf4,0xab,0x45,0xbb,0x2a,0x16,0x8b,0x8, + 0x87,0xc3,0x68,0x6b,0x6b,0x43,0x30,0x18,0x3c,0x4f,0xd3,0xb4,0xb7,0xaa,0x19,0xa2, + 0xcd,0x82,0x8d,0x1c,0xd9,0x5a,0x26,0x93,0xf9,0xfe,0xd8,0xd8,0xd8,0x79,0x6d,0x6d, + 0x6d,0x18,0x1a,0x1a,0x42,0x3e,0x9f,0x57,0x23,0x95,0xee,0xe7,0x0,0x9e,0x50,0x8b, + 0x44,0x65,0xf0,0x5f,0xa8,0xa2,0xcf,0xda,0x91,0x1b,0x1f,0x5c,0x2e,0x17,0xc6,0xc6, + 0xc6,0x2e,0x4f,0xa7,0xd3,0x5f,0x53,0x33,0x44,0x9b,0x1,0x1b,0x39,0xb2,0x2d,0xd3, + 0x34,0x7f,0x94,0x48,0x24,0x3e,0xd0,0xd0,0xd0,0xb0,0xdb,0xeb,0xf5,0x22,0x99,0x4c, + 0x96,0x6a,0x86,0x6c,0x3d,0x75,0x1,0x18,0x55,0x8b,0x44,0x65,0x50,0x55,0x9f,0xb5, + 0x62,0xb1,0x88,0x68,0x34,0xa,0xb7,0xdb,0x8d,0xc3,0x87,0xf,0x9f,0x9d,0x4e,0xa7, + 0xff,0xca,0x34,0xcd,0xff,0xa3,0xe6,0x88,0xaa,0x1d,0x1b,0x39,0xb2,0x2d,0x4d,0xd3, + 0xde,0x30,0x38,0x38,0xb8,0xd3,0xe3,0xf1,0x60,0x66,0x66,0x6,0x96,0x65,0xa9,0x91, + 0x4a,0xf7,0x23,0xac,0x9e,0xf5,0x45,0xb4,0x5e,0x7e,0x2,0xe0,0x11,0xb5,0x68,0x57, + 0x86,0x61,0x60,0x6a,0x6a,0xa,0x3e,0x9f,0xf,0x23,0x23,0x23,0x67,0x6a,0x9a,0xf6, + 0x5a,0x35,0x43,0x54,0xed,0xd8,0xc8,0x91,0x2d,0x99,0xa6,0xf9,0x8b,0xe5,0xe5,0xe5, + 0xf3,0x1e,0x7d,0xf4,0x51,0xc,0xd,0xd,0x41,0xd7,0x75,0x35,0x62,0x7,0x43,0x0, + 0xa6,0xd4,0x22,0x51,0x19,0xd,0x3,0xf8,0x2c,0x56,0x37,0xd8,0x54,0x85,0x6c,0x36, + 0x8b,0xde,0xde,0x5e,0x3c,0xf1,0xc4,0x13,0x88,0x44,0x22,0x57,0x98,0xa6,0xf9,0x43, + 0x35,0x43,0x54,0xcd,0xd8,0xc8,0x91,0x2d,0xc5,0x62,0xb1,0x9b,0xbb,0xbb,0xbb,0x77, + 0x78,0xbd,0x5e,0x84,0xc3,0x61,0x3b,0xde,0xe0,0xf0,0x7d,0x0,0xbf,0x52,0x8b,0x44, + 0xeb,0x60,0x1c,0xc0,0x8c,0x5a,0xb4,0xab,0x42,0xa1,0x80,0xc5,0xc5,0x45,0x78,0xbd, + 0x5e,0xf4,0xf6,0xf6,0xee,0x89,0xc5,0x62,0x2f,0x57,0x33,0x44,0xd5,0xac,0x56,0x2d, + 0x10,0xd9,0x41,0x28,0x14,0xc2,0x81,0x3,0x7,0x30,0x33,0x33,0x3,0xd3,0x34,0xd5, + 0xc7,0x95,0xee,0x9f,0x1,0x7c,0x7,0x40,0x58,0x7d,0x40,0xb4,0x4e,0x7e,0x0,0xe0, + 0x5c,0x0,0xef,0x51,0x1f,0xd8,0x91,0x61,0x18,0x98,0x9c,0x9c,0x44,0x63,0x63,0x23, + 0xce,0x3b,0xef,0x3c,0xf5,0x31,0x51,0x55,0xe3,0x8c,0x1c,0xd9,0xce,0xd8,0xd8,0xd8, + 0x81,0x40,0x20,0x70,0x81,0xd3,0xe9,0x44,0x22,0x91,0xb0,0xe3,0x6,0x87,0x19,0xb0, + 0x89,0xa3,0x8d,0x35,0x7,0x60,0x49,0x2d,0xda,0x55,0xb1,0x58,0x44,0x24,0x12,0x81, + 0xcb,0xe5,0x42,0x57,0x57,0xd7,0x35,0xe3,0xe3,0xe3,0xf,0xab,0x19,0x22,0x22,0xaa, + 0x0,0xa6,0x69,0xb6,0x3c,0xf6,0xd8,0x63,0xc6,0xed,0xb7,0xdf,0x2e,0xbb,0x76,0xed, + 0x5a,0x73,0x7d,0x8f,0xd,0xc6,0x97,0x1,0x9c,0x1,0xa2,0x8d,0x77,0xe,0x56,0x37, + 0x3f,0xa8,0x9f,0x51,0x5b,0xe,0x87,0xc3,0x21,0x67,0x9c,0x71,0x86,0xbc,0xed,0x6d, + 0x6f,0x93,0xfa,0xfa,0x7a,0xcd,0x30,0x8c,0x47,0x41,0xb4,0x9,0x70,0x46,0x8e,0x6c, + 0xc3,0x34,0x4d,0x5f,0x24,0x12,0xb9,0xb9,0xa7,0xa7,0xa7,0xae,0xbf,0xbf,0x1f,0xb9, + 0x5c,0x4e,0x8d,0xd8,0x41,0x18,0x40,0x42,0x2d,0x12,0x6d,0x80,0x8,0x80,0x98,0x5a, + 0xb4,0x2b,0x11,0x41,0x3a,0x9d,0x46,0x5f,0x5f,0x1f,0xfa,0xfb,0xfb,0xb7,0xc7,0x62, + 0xb1,0x37,0x5a,0x96,0x55,0xaf,0xe6,0x88,0x88,0x68,0x83,0x24,0x93,0xc9,0xf9,0xfb, + 0xef,0xbf,0x5f,0xae,0xbf,0xfe,0x7a,0xd9,0xba,0x75,0xeb,0x9a,0x3f,0x91,0xdb,0x60, + 0x7c,0x6,0xc0,0xe,0x10,0x55,0x8e,0x5d,0x58,0x7d,0x5f,0x4e,0xfd,0xac,0xda,0x76, + 0xec,0xd8,0xb1,0x43,0x6e,0xbc,0xf1,0x46,0xf9,0xc5,0x2f,0x7e,0x21,0xc9,0x64,0xb2, + 0x17,0x44,0x55,0x8e,0x33,0x72,0x64,0xb,0x86,0x61,0xc,0x4e,0x4d,0x4d,0x9d,0xdf, + 0xde,0xde,0x8e,0x50,0x28,0x4,0xc3,0x30,0xd4,0x88,0x1d,0xa4,0x0,0x68,0x6a,0x91, + 0x68,0x3,0x65,0xb0,0x7a,0x1c,0xc9,0x77,0xd4,0x7,0x76,0xa5,0x69,0x1a,0xc6,0xc7, + 0xc7,0xd1,0xd1,0xd1,0x81,0xb9,0xb9,0xb9,0x6b,0xf2,0xf9,0xbc,0x5b,0xcd,0x10,0x55, + 0x13,0xee,0x5a,0x25,0x5b,0x48,0xa7,0xd3,0x67,0x36,0x35,0x35,0x6d,0x71,0xb9,0x5c, + 0x76,0x5d,0x52,0xfd,0x18,0x80,0xff,0xa7,0x16,0x89,0x2a,0x80,0xfe,0xfb,0x51,0x35, + 0x92,0xc9,0x24,0x5c,0x2e,0x17,0x2e,0xbf,0xfc,0xf2,0xda,0xb,0x2e,0xb8,0xe0,0x74, + 0xf5,0x39,0x11,0x11,0xad,0xa3,0x5c,0x2e,0x37,0xd7,0xd8,0xd8,0x58,0xbc,0xe3,0x8e, + 0x3b,0x64,0xdb,0xb6,0x6d,0x6b,0x96,0x52,0x6c,0x30,0xfe,0x12,0x80,0x3,0x44,0x95, + 0xcb,0x1,0xe0,0x6b,0x58,0xfb,0xd9,0xb5,0xed,0xd8,0xb9,0x73,0xa7,0xbc,0xfd,0xed, + 0x6f,0x97,0x96,0x96,0x96,0x62,0x2e,0x97,0xeb,0x1,0x51,0x95,0xe2,0xd2,0x2a,0x55, + 0x34,0x11,0x71,0x24,0x12,0x89,0xda,0xfa,0xfa,0x7a,0xc7,0xc0,0xc0,0x80,0x1d,0xaf, + 0xe1,0x2a,0x2,0x28,0x60,0xf5,0x37,0x17,0xa2,0x4a,0x25,0x58,0xfd,0x9c,0xda,0xee, + 0x64,0xed,0xe7,0x92,0xcf,0xe7,0xd1,0xdb,0xdb,0x8b,0xc6,0xc6,0x46,0x47,0x32,0x99, + 0xac,0x15,0x11,0xfe,0x61,0x8a,0x88,0x68,0xbd,0xa5,0xd3,0xe9,0x70,0x73,0x73,0xb3, + 0xdc,0x74,0xd3,0x4d,0x52,0x57,0x57,0x27,0xe,0x87,0x63,0xcd,0x9f,0xbc,0x2b,0x7c, + 0xbc,0x1f,0x44,0xf6,0xf1,0x8f,0x58,0xfb,0x19,0xb6,0xe5,0x70,0x38,0x1c,0xb2,0x7d, + 0xfb,0x76,0xb9,0xf5,0xd6,0x5b,0xa5,0xad,0xad,0x4d,0xd2,0xe9,0xf4,0x10,0x88,0xaa, + 0x10,0x67,0xe4,0xa8,0x62,0x45,0x22,0x91,0x3d,0x93,0x93,0x93,0x8e,0x7,0x1f,0x7c, + 0x10,0xa3,0xa3,0xa3,0xb0,0x2c,0xcb,0x6e,0x87,0xff,0x66,0x1,0xe4,0xd5,0x22,0x51, + 0x5,0xd3,0x7e,0x3f,0x6c,0x4f,0x44,0x60,0x18,0x6,0x6,0x7,0x7,0xf1,0xf0,0xc3, + 0xf,0x63,0x72,0x72,0x72,0xcb,0xca,0xca,0xca,0x6e,0x35,0x47,0x64,0x77,0x6c,0xe4, + 0xa8,0x22,0x89,0xc8,0x5e,0x11,0x99,0x1c,0x1c,0x1c,0x3c,0xc7,0xef,0xf7,0xdb,0xf1, + 0x6,0x87,0x24,0x80,0xf,0x0,0x78,0x50,0x7d,0x40,0x54,0xc1,0xbe,0x9,0xe0,0x8b, + 0x0,0xd2,0xea,0x3,0x3b,0x2a,0x16,0x8b,0x88,0x46,0xa3,0x8,0x4,0x2,0x18,0x1f, + 0x1f,0xbf,0x12,0x40,0x97,0x88,0x9c,0xad,0xe6,0x88,0x88,0xa8,0xc4,0x74,0x5d,0x8f, + 0x36,0x35,0x35,0xc9,0x5d,0x77,0xdd,0x25,0xbb,0x77,0xef,0x5e,0xb3,0x6c,0x62,0x83, + 0x71,0x1f,0x88,0xec,0xeb,0x4b,0x58,0xfb,0x99,0xb6,0xe5,0x70,0x38,0x1c,0x72,0xd6, + 0x59,0x67,0xc9,0xbd,0xf7,0xde,0x2b,0x6d,0x6d,0x6d,0x92,0xcf,0xe7,0x47,0x41,0x54, + 0x45,0x38,0x23,0x47,0x15,0x47,0x44,0x2e,0x9d,0x9d,0x9d,0xdd,0xe2,0x76,0xbb,0x11, + 0xc,0x6,0x91,0xc9,0x64,0xd4,0x48,0xa5,0x5b,0xc2,0xea,0x99,0x71,0x44,0x76,0x15, + 0xc5,0xea,0xcd,0xf,0xb6,0x27,0x22,0x48,0x26,0x93,0x8,0x4,0x2,0xf0,0x7a,0xbd, + 0x98,0x9d,0x9d,0xad,0x13,0x91,0x4b,0xd4,0x1c,0x11,0x11,0x95,0x80,0x88,0x5c,0xa3, + 0xeb,0x7a,0xf2,0xa1,0x87,0x1e,0x92,0x9b,0x6f,0xbe,0xd9,0xae,0xc7,0x8d,0xbc,0x7, + 0x44,0xf6,0xf7,0x5,0xac,0xfd,0x6c,0xdb,0x76,0xec,0xdc,0xb9,0x53,0x6e,0xb9,0xe5, + 0x16,0xf9,0xcd,0x6f,0x7e,0x23,0xba,0xae,0xcf,0x88,0xc8,0x95,0x20,0xaa,0x2,0x9c, + 0x91,0xa3,0x8a,0x62,0x18,0x86,0x2f,0x14,0xa,0xed,0x71,0x3a,0x9d,0xe8,0xeb,0xeb, + 0x43,0x3e,0x6f,0xbb,0xbd,0x2,0x21,0xac,0xce,0x66,0x10,0xd9,0xdd,0x22,0x80,0x79, + 0xb5,0x68,0x57,0xb9,0x5c,0xe,0xbd,0xbd,0xbd,0x70,0xbb,0xdd,0x98,0x9e,0x9e,0x7e, + 0xbe,0x61,0x18,0xd,0x6a,0x86,0xc8,0x8e,0xd8,0xc8,0x51,0xc5,0x10,0x91,0x57,0xe8, + 0xba,0x5e,0xe3,0xf1,0x78,0xe0,0xf5,0x7a,0xed,0x7a,0x83,0xc3,0x97,0x1,0x3c,0xa1, + 0x16,0x89,0x6c,0xe8,0xa7,0x0,0x7e,0xa8,0x16,0xed,0x4a,0x44,0x90,0x4a,0xa5,0xe0, + 0xf5,0x7a,0x11,0x8,0x4,0x90,0xcf,0xe7,0xb7,0x89,0xc8,0x4b,0xd4,0x1c,0x91,0xdd, + 0xb0,0x91,0xa3,0x8a,0xa1,0xeb,0xfa,0xa1,0xb1,0xb1,0xb1,0x9d,0x2e,0x97,0xb,0x23, + 0x23,0x23,0x76,0x3c,0xfc,0x77,0x0,0xab,0xef,0xc7,0x11,0x55,0x8b,0x29,0x0,0x13, + 0x6a,0xd1,0xae,0xf2,0xf9,0x3c,0x86,0x87,0x87,0xe1,0x76,0xbb,0x31,0x31,0x31,0xf1, + 0xbc,0x7c,0x3e,0xff,0x1b,0x35,0x43,0x64,0x37,0xbc,0x6b,0x95,0x2a,0x82,0x69,0x9a, + 0xb7,0x2e,0x2d,0x2d,0xd5,0xfc,0xf6,0xb7,0xbf,0x85,0xcb,0xe5,0x82,0xae,0xdb,0xee, + 0xea,0xc7,0x6e,0x0,0x7f,0x3,0xa0,0x45,0xa9,0x13,0xd9,0xd9,0x2f,0x0,0x98,0x0, + 0xbe,0x2,0xe0,0x2a,0xe5,0x99,0x2d,0xa5,0xd3,0x69,0xb4,0xb5,0xb5,0xe1,0xa2,0x8b, + 0x2e,0xc2,0x39,0xe7,0x9c,0xb3,0xc3,0x30,0x8c,0x3f,0xde,0xba,0x75,0x6b,0xab,0x9a, + 0x23,0x22,0xa2,0x13,0x90,0xc9,0x64,0x32,0x8f,0x3e,0xfa,0xa8,0xdc,0x72,0xcb,0x2d, + 0xb2,0x7d,0xfb,0xf6,0x35,0x2f,0x2a,0xdb,0x60,0xdc,0x3,0xa2,0xea,0xf5,0x59,0xac, + 0xfd,0xcc,0xdb,0x76,0xec,0xda,0xb5,0x4b,0xde,0xf4,0xa6,0x37,0xc9,0x93,0x4f,0x3e, + 0x29,0x99,0x4c,0x66,0x1a,0x44,0x36,0xc6,0xa5,0x55,0xda,0x70,0xd9,0x6c,0xf6,0xae, + 0x85,0x85,0x85,0x9a,0x47,0x1e,0x79,0x4,0xfd,0xfd,0xfd,0x76,0xdc,0xe0,0xe0,0x1, + 0x30,0xa3,0x16,0x89,0xaa,0xc8,0x10,0x80,0xaa,0xb9,0x78,0x3e,0x97,0xcb,0xa1,0xa7, + 0xa7,0x7,0x8f,0x3f,0xfe,0x38,0x16,0x17,0x17,0x4f,0xcb,0x64,0x32,0x6f,0x56,0x33, + 0x44,0x44,0x74,0x9c,0x96,0x96,0x96,0x72,0xf,0x3c,0xf0,0x80,0x5c,0x79,0xe5,0x95, + 0xb2,0x65,0xcb,0x96,0x35,0x7f,0x7a,0x7e,0xfa,0xa8,0xd0,0xbb,0x56,0xdf,0x9,0xa2, + 0xea,0xf7,0x19,0xac,0xfd,0xec,0x57,0xec,0x38,0xd6,0xcf,0x8a,0xda,0xda,0x5a,0xb9, + 0xfe,0xfa,0xeb,0xe5,0x97,0xbf,0xfc,0xa5,0x2c,0x2d,0x2d,0xcd,0x82,0xc8,0xa6,0x38, + 0x23,0x47,0x1b,0x4a,0xd3,0xb4,0xbf,0x98,0x9e,0x9e,0xae,0xd9,0xbf,0x7f,0x3f,0x96, + 0x97,0x97,0x51,0x2c,0x16,0xd5,0xc8,0x33,0x54,0xe0,0x35,0x5d,0x4d,0xa8,0xa2,0x97, + 0xc1,0x89,0x8e,0xa2,0x7,0x80,0x5f,0x2d,0x56,0xaa,0x63,0xfd,0xac,0x28,0x14,0xa, + 0x98,0x9b,0x9b,0x43,0x7d,0x7d,0x3d,0x66,0x66,0x66,0x76,0xa6,0xd3,0x69,0xbe,0x1e, + 0x41,0x44,0x74,0xa2,0xa6,0xa7,0xa7,0xb5,0x1f,0xfc,0xe0,0x7,0x72,0xc9,0x25,0x97, + 0x1c,0x73,0x36,0xae,0x42,0xc7,0x9f,0x82,0x68,0xf3,0xf8,0x3b,0xac,0xfd,0xe,0xd8, + 0x76,0xd4,0xd6,0xd6,0xca,0x55,0x57,0x5d,0x25,0x3f,0xfa,0xd1,0x8f,0x64,0x7a,0x7a, + 0x7a,0xe,0x44,0x36,0xc4,0x19,0x39,0xda,0x30,0xe9,0x74,0xfa,0x13,0xbd,0xbd,0xbd, + 0x35,0xf5,0xf5,0xf5,0x58,0x59,0x59,0x39,0xe6,0x6c,0x5c,0x5,0x7a,0x1c,0xc0,0x88, + 0x5a,0x24,0xaa,0x62,0x41,0x54,0xd1,0xce,0xec,0x42,0xa1,0x80,0xa5,0xa5,0x25,0x1c, + 0x38,0x70,0x0,0xfd,0xfd,0xfd,0xbb,0xb2,0xd9,0xec,0x5f,0xaa,0x19,0x22,0x22,0x7a, + 0x16,0x96,0x65,0x7d,0x66,0x78,0x78,0xd8,0xfc,0xec,0x67,0x3f,0x2b,0xe7,0x9f,0x7f, + 0xbe,0x38,0x1c,0x8e,0x63,0xbe,0xd3,0x52,0x61,0xe3,0xd7,0x0,0xae,0x3,0xd1,0xe6, + 0x73,0x33,0x80,0x43,0x58,0xfb,0x9d,0xb0,0xdd,0x70,0x38,0x1c,0x52,0x53,0x53,0x23, + 0x97,0x5c,0x72,0x89,0x7c,0xe9,0x4b,0x5f,0x92,0x91,0x91,0x91,0xa4,0x65,0x59,0x1f, + 0x7,0x11,0x11,0x1d,0x5d,0x2a,0x95,0x32,0x7e,0xf6,0xb3,0x9f,0xc9,0x4b,0x5e,0xf2, + 0x12,0xa9,0xab,0xab,0x5b,0xf3,0x3,0xd6,0x6,0xe3,0x2e,0x10,0x6d,0x5e,0x7f,0x83, + 0xb5,0xdf,0x9,0xdb,0x8e,0xed,0xdb,0xb7,0xcb,0x4d,0x37,0xdd,0x24,0xf,0x3e,0xf8, + 0xa0,0xa4,0x52,0x29,0x1e,0xea,0x4d,0xb6,0xc2,0xa5,0x55,0x5a,0x77,0x9a,0xa6,0x7d, + 0x7d,0x68,0x68,0x68,0x4b,0x4b,0x4b,0xb,0x46,0x47,0x47,0x61,0x9a,0xa6,0x1a,0xa9, + 0x74,0x3f,0x7,0xd0,0xaf,0x16,0x89,0x36,0x11,0x27,0x80,0xc7,0xd4,0xa2,0x5d,0x1d, + 0xb9,0xf1,0xa1,0xad,0xad,0xd,0xc3,0xc3,0xc3,0xbb,0x72,0xb9,0xdc,0x17,0xd4,0xc, + 0x11,0x11,0x1,0x30,0x4d,0xf3,0xbb,0x8b,0x8b,0x8b,0x85,0xaf,0x7d,0xed,0x6b,0xb2, + 0x6f,0xdf,0x3e,0xbb,0x2d,0xa7,0x1e,0x19,0x6f,0x3,0x11,0x7d,0x2,0x6b,0xbf,0x1b, + 0xb6,0x1d,0xb5,0xb5,0xb5,0x72,0xf5,0xd5,0x57,0xcb,0xb7,0xbf,0xfd,0x6d,0x59,0x5e, + 0x5e,0xce,0x9a,0xa6,0xf9,0x55,0x10,0xd9,0x0,0x67,0xe4,0x68,0x5d,0x19,0x86,0xf1, + 0xc9,0x81,0x81,0x81,0x2d,0x7e,0xbf,0x1f,0xb3,0xb3,0xb3,0xc7,0x3c,0x22,0x40,0xe5, + 0x70,0x38,0xd4,0xd2,0x7a,0xfb,0x11,0x56,0xaf,0xe3,0x22,0xda,0xec,0x9a,0x1,0x3c, + 0xac,0x16,0x2b,0xc5,0x89,0xfe,0xac,0xb0,0x2c,0xb,0x33,0x33,0x33,0xf0,0xfb,0xfd, + 0x18,0x1a,0x1a,0x3a,0xcd,0x30,0x8c,0xf,0xab,0x19,0xa2,0x4a,0xc4,0x46,0x8e,0xd6, + 0x85,0x88,0x38,0x4c,0xd3,0xfc,0x69,0x24,0x12,0xc1,0xfe,0xfd,0xfb,0xd1,0xd5,0xd5, + 0x5,0xcb,0xb2,0xd4,0xd8,0x31,0x9d,0x68,0xe3,0x57,0x6,0xd,0x0,0x26,0xd5,0x22, + 0xd1,0x26,0xd4,0x7,0xc0,0xad,0x16,0x2b,0xc5,0xc9,0xfc,0xac,0xd0,0x75,0x1d,0x9d, + 0x9d,0x9d,0x68,0x68,0x68,0x40,0x2c,0x16,0xdb,0x65,0x9a,0xe6,0xf,0xd4,0xc,0x11, + 0xd1,0xa6,0x24,0x22,0x8e,0x64,0x32,0x29,0xf,0x3c,0xf0,0x80,0xbc,0xf4,0xa5,0x2f, + 0x95,0x9a,0x9a,0x9a,0x35,0x4b,0x1b,0x36,0x18,0xdf,0x6,0x70,0x11,0x88,0xe8,0x88, + 0x2b,0x1,0xfc,0x27,0xd6,0x7e,0x57,0x6c,0x3b,0xb6,0x6d,0xdb,0x26,0x37,0xdf,0x7c, + 0xb3,0x3c,0xfc,0xf0,0xc3,0x92,0x48,0x24,0x22,0x20,0x22,0xda,0xec,0x44,0x64,0x8b, + 0x65,0x59,0xbf,0x1a,0x1f,0x1f,0x97,0xbb,0xef,0xbe,0x5b,0xce,0x3c,0xf3,0xcc,0x35, + 0x3f,0x3c,0x6d,0x30,0xbe,0xe,0xe0,0x2,0x10,0x91,0xea,0x32,0x0,0x3f,0xc1,0xda, + 0xef,0x8c,0x2d,0x87,0xc3,0xe1,0x90,0xf3,0xce,0x3b,0x4f,0xee,0xbb,0xef,0x3e,0x9, + 0x85,0x42,0xba,0x69,0x9a,0xf7,0x83,0xa8,0x82,0x71,0x69,0x95,0xd6,0x83,0x23,0x1c, + 0xe,0xbf,0xa3,0xad,0xad,0xd,0xed,0xed,0xed,0x48,0x26,0x93,0xea,0x73,0x3b,0xf0, + 0x0,0x58,0x54,0x8b,0x44,0x84,0x9,0x54,0xd1,0x7b,0xa3,0x22,0x82,0x58,0x2c,0x86, + 0x60,0x30,0x8,0xb7,0xdb,0xbd,0x6d,0x65,0x65,0xe5,0x4e,0x35,0x43,0x54,0x49,0xd8, + 0xc8,0x51,0x59,0x89,0x48,0x4d,0x2e,0x97,0xab,0x1f,0x1e,0x1e,0xc6,0xaf,0x7e,0xf5, + 0x2b,0x2c,0x2e,0x2e,0xda,0xf1,0x6,0x87,0x2f,0x0,0xf0,0xa9,0x45,0x22,0x7a,0xca, + 0x63,0x0,0xfe,0x55,0x2d,0xda,0x95,0x69,0x9a,0x98,0x9d,0x9d,0xc5,0x23,0x8f,0x3c, + 0x82,0xb1,0xb1,0xb1,0x5d,0x99,0x4c,0xe6,0x11,0x35,0x43,0x54,0x29,0xd8,0xc8,0x51, + 0xb9,0x39,0x16,0x17,0x17,0x6f,0xf3,0x78,0x3c,0xe8,0xe9,0xe9,0x81,0xae,0xeb,0xea, + 0x73,0x3b,0xe8,0x2,0xc0,0x77,0x65,0x88,0x9e,0xdb,0x1c,0x80,0x21,0xb5,0x68,0x67, + 0xd9,0x6c,0x16,0xdd,0xdd,0xdd,0xf0,0xfb,0xfd,0x75,0xcb,0xcb,0xcb,0xaf,0x53,0x9f, + 0x13,0x11,0x55,0x3d,0x11,0xa9,0x4b,0xa7,0xd3,0xbe,0x9f,0xff,0xfc,0xe7,0xf2,0x92, + 0x97,0xbc,0x44,0xb6,0x6e,0xdd,0xba,0xe6,0x7d,0x14,0x1b,0x8c,0x4f,0x2,0x38,0x3, + 0x44,0x74,0x2c,0xe7,0x2,0xf8,0x26,0xd6,0x7e,0x87,0x6c,0x3b,0x76,0xec,0xd8,0x21, + 0x37,0xdd,0x74,0x93,0x3c,0xf4,0xd0,0x43,0x66,0x36,0x9b,0x6d,0x4,0x51,0x5,0xe2, + 0x8c,0x1c,0x95,0x85,0x88,0x6c,0x33,0x4d,0x33,0x30,0x3c,0x3c,0xfc,0x8a,0xe6,0xe6, + 0x66,0xbb,0xde,0xe0,0x0,0x0,0xc3,0x0,0x12,0x6a,0x91,0x88,0xd6,0x8,0xa3,0xca, + 0x8e,0xe6,0xd1,0x75,0x1d,0xc3,0xc3,0xc3,0x68,0x6d,0x6d,0xad,0x1d,0x1d,0x1d,0x7d, + 0x8d,0x69,0x9a,0x2e,0x35,0x43,0xb4,0xd1,0xd8,0xc8,0x51,0xb9,0x38,0x34,0x4d,0xbb, + 0xde,0xeb,0xf5,0xa2,0xad,0xad,0xd,0xb9,0x5c,0x4e,0x7d,0x6e,0x7,0x7f,0x89,0xd5, + 0xab,0x88,0x88,0xe8,0xf8,0x3c,0xc,0xe0,0xcb,0x6a,0xd1,0xce,0xd2,0xe9,0x34,0x5a, + 0x5b,0x5b,0x11,0xc,0x6,0x6b,0x74,0x5d,0x7f,0x91,0xfa,0x9c,0x88,0xa8,0xea,0x88, + 0xc8,0xf6,0x6c,0x36,0x3b,0xd1,0xda,0xda,0x2a,0xef,0x78,0xc7,0x3b,0xa4,0xae,0xae, + 0x4e,0x80,0xd5,0x6d,0xfd,0x78,0x96,0xe5,0x8b,0xa,0x1d,0xef,0x1,0xb0,0x3,0x44, + 0x74,0xa2,0x76,0x3,0xf8,0x7,0xac,0xfd,0x4e,0xd9,0x76,0x9c,0x76,0xda,0x69,0xf2, + 0x67,0x7f,0xf6,0x67,0xe2,0xf5,0x7a,0xb,0x9a,0xa6,0xf5,0x81,0xa8,0x82,0x70,0x46, + 0x8e,0xca,0xc1,0x91,0xcb,0xe5,0x2e,0x6d,0x6c,0x6c,0x84,0xcf,0xe7,0x7b,0x6a,0x49, + 0xf5,0x64,0x4e,0x5a,0xdf,0x40,0x8b,0x0,0x34,0xb5,0x48,0x44,0xc7,0x94,0x6,0xb0, + 0xa2,0x16,0xed,0x4c,0xd3,0x34,0x78,0x3c,0x1e,0x34,0x37,0x37,0x6f,0xc9,0xe5,0x72, + 0x97,0xaa,0xcf,0x89,0x88,0xaa,0x86,0x88,0x9c,0x96,0x4c,0x26,0xc3,0xfb,0xf7,0xef, + 0x97,0x5b,0x6e,0xb9,0xc5,0x6e,0xb3,0x70,0x47,0xc6,0xdb,0x1,0xd4,0x81,0x88,0x4e, + 0xd6,0x36,0x0,0x1f,0xc7,0xda,0xef,0x96,0x6d,0x47,0x5d,0x5d,0x9d,0xdc,0x71,0xc7, + 0x1d,0x72,0xf0,0xe0,0xc1,0x62,0x36,0x9b,0x9d,0x6,0x51,0x85,0xe0,0x8c,0x1c,0x95, + 0x8c,0x88,0xec,0x36,0x4d,0x73,0x71,0x7e,0x7e,0x7e,0xef,0x2f,0x7f,0xf9,0x4b,0x74, + 0x77,0x77,0x3f,0x63,0x16,0xee,0x44,0x2f,0xb1,0xde,0x40,0x49,0x0,0xb6,0xdc,0x99, + 0x41,0x54,0x21,0xf2,0x0,0x32,0x6a,0xd1,0xce,0x2c,0xcb,0x42,0x47,0x47,0x7,0x1e, + 0x7e,0xf8,0x61,0xc7,0xc2,0xc2,0xc2,0xf3,0x4d,0xd3,0xc,0xab,0x19,0xa2,0x8d,0xc0, + 0x46,0x8e,0x4a,0x2a,0x91,0x48,0xec,0xf1,0x78,0x3c,0xe8,0xec,0xec,0x44,0x34,0x1a, + 0x7d,0xc6,0x33,0x9b,0x2c,0xad,0xbe,0x11,0x40,0x93,0x5a,0x24,0xa2,0x13,0xf6,0x9f, + 0x0,0x3e,0xa8,0x16,0xed,0x4a,0x44,0x10,0x89,0x44,0xd0,0xd1,0xd1,0x1,0x9f,0xcf, + 0xe7,0x48,0xa5,0x52,0x7b,0xd4,0xc,0x11,0x91,0x6d,0x89,0xc8,0x9e,0x7c,0x3e,0x2f, + 0x3e,0x9f,0x4f,0x6e,0xbc,0xf1,0x46,0xd9,0xb6,0x6d,0xdb,0x9a,0xa5,0x9,0x9b,0x2c, + 0xb3,0xf2,0xe0,0x4f,0xa2,0xd2,0xf9,0xb,0xac,0xfd,0x8e,0xd9,0x7a,0xec,0xd8,0xb1, + 0x43,0x5e,0xf3,0x9a,0xd7,0x48,0x4f,0x4f,0x8f,0x98,0xa6,0x69,0x80,0x68,0x83,0xd5, + 0xaa,0x5,0xa2,0x93,0x11,0x8d,0x46,0x91,0x4c,0x26,0xd1,0xda,0xda,0x8a,0xb1,0xb1, + 0x31,0xe4,0xf3,0x79,0x35,0x52,0xe9,0xc,0x0,0xb7,0x1,0x68,0x53,0x1f,0x10,0xd1, + 0x49,0xfb,0x4f,0x0,0x5,0x0,0x3f,0x45,0x95,0xbc,0x77,0xaa,0x69,0x1a,0x46,0x46, + 0x46,0xd0,0xd2,0xd2,0x82,0x33,0xce,0xe0,0x59,0xe1,0xb4,0xf1,0xb8,0xb4,0x4a,0x25, + 0x31,0x3b,0x3b,0xbb,0x7b,0x64,0x64,0x4,0x4f,0x3c,0xf1,0x4,0x52,0xa9,0x94,0xfa, + 0x18,0x0,0x2a,0x7d,0x69,0xf5,0xf5,0x60,0x13,0x47,0x54,0xe,0xf,0x0,0x78,0xbf, + 0x5a,0xb4,0xb3,0x44,0x22,0x81,0xc7,0x1f,0x7f,0x1c,0x63,0x63,0x63,0x58,0x5e,0x5e, + 0xde,0xa5,0x3e,0x27,0x5a,0x4f,0x6c,0xe4,0xe8,0x94,0x88,0x88,0x63,0x79,0x79,0xf9, + 0xb2,0x2d,0x5b,0xb6,0xcc,0x1d,0x3c,0x78,0x10,0x5d,0x5d,0x5d,0x30,0xc,0xdb,0xad, + 0x36,0x24,0xc0,0xcd,0xd,0x44,0xe5,0xa4,0x3,0x78,0xf6,0x3f,0xe1,0xd9,0x90,0xa6, + 0x69,0x68,0x6f,0x6f,0xc7,0xa1,0x43,0x87,0xea,0xa2,0xd1,0x68,0x5c,0x44,0xce,0x56, + 0x33,0x44,0x44,0x15,0x4f,0x44,0xb6,0xe4,0xf3,0xf9,0x6b,0x93,0xc9,0xa4,0xfc,0xf0, + 0x87,0x3f,0x94,0x6b,0xaf,0xbd,0x56,0x6a,0x6a,0x6a,0xd6,0xbc,0x53,0x72,0x64,0x54, + 0xf0,0x3b,0x72,0xaf,0x6,0x11,0x95,0xdb,0xbb,0xb1,0xf6,0xbb,0x67,0xdb,0x51,0x57, + 0x57,0x27,0xd7,0x5f,0x7f,0xbd,0xdc,0x7f,0xff,0xfd,0xa2,0x69,0x5a,0x41,0x44,0x9e, + 0x7,0xa2,0xd,0xc0,0x19,0x39,0x3a,0x15,0x67,0x8a,0x48,0xff,0xf0,0xf0,0x30,0xdc, + 0x6e,0x37,0x26,0x27,0x27,0x51,0x28,0x14,0xd4,0xcc,0x53,0x2a,0x74,0x69,0x75,0x1e, + 0xab,0xb3,0x5,0x44,0x54,0x5e,0x19,0x0,0xcb,0x6a,0xd1,0xae,0x4c,0xd3,0xc4,0xf8, + 0xf8,0x38,0x5c,0x2e,0x17,0x46,0x47,0x47,0xb7,0x98,0xa6,0x39,0xa7,0x66,0x88,0x88, + 0x2a,0x96,0x88,0xd4,0xe4,0x72,0xb9,0x1b,0x67,0x67,0x67,0xe5,0xf3,0x9f,0xff,0xbc, + 0xec,0xdd,0xbb,0x77,0xcd,0x9f,0x58,0x6d,0x32,0x6e,0x6,0x11,0xad,0x97,0x7b,0xb1, + 0xf6,0x3b,0x68,0xdb,0xe1,0x70,0x38,0xe4,0xfc,0xf3,0xcf,0x97,0xaf,0x7e,0xf5,0xab, + 0x12,0xe,0x87,0x8b,0x22,0x72,0xd,0x88,0xd6,0x19,0x67,0xe4,0xe8,0x64,0x9d,0x65, + 0x9a,0xa6,0xa7,0xab,0xab,0xb,0xed,0xed,0xed,0x6b,0xce,0x8c,0x7b,0x36,0x15,0x78, + 0x20,0xf0,0x28,0x80,0xac,0x5a,0x24,0xa2,0xb2,0x89,0x3,0x98,0x52,0x8b,0x76,0x75, + 0xe4,0x6c,0x39,0xbf,0xdf,0x8f,0xee,0xee,0x6e,0x87,0xa6,0x69,0x83,0x22,0xc2,0xdf, + 0x57,0x69,0x5d,0xfd,0xff,0xf6,0xee,0x3c,0x4a,0xb2,0xb2,0xbe,0x1b,0xf8,0xb7,0x7a, + 0x19,0x99,0x61,0x18,0x6,0x70,0x0,0x5,0x65,0x10,0x6,0x86,0x28,0x28,0x20,0xb2, + 0x4,0x1,0x51,0x90,0x88,0x4b,0x44,0xc5,0x5d,0x23,0x46,0x7c,0x8d,0x1b,0xaf,0xc6, + 0x18,0x8c,0x79,0xe3,0xab,0x26,0x31,0x8b,0xbe,0x89,0x26,0x31,0xe2,0x12,0xcc,0x81, + 0xa8,0x6f,0x22,0xfa,0x2,0xb3,0x30,0x3d,0xbd,0x55,0x57,0x77,0x2d,0xbd,0xef,0xfb, + 0x5e,0xd5,0x5d,0xfb,0x7a,0xb7,0xba,0x75,0xbb,0x9e,0xf7,0x8f,0x76,0x8c,0x3e,0xc3, + 0xcc,0xf4,0xf4,0x54,0x77,0xd7,0x53,0xf5,0xfd,0x9c,0x73,0xf,0xe7,0xfc,0xee,0x97, + 0x3e,0xf7,0x9c,0xe9,0xbe,0xf5,0xab,0xe7,0x3e,0xf7,0x79,0xf8,0xb,0x47,0xa7,0x4d, + 0x8,0x51,0x97,0x4c,0x26,0x6f,0x5c,0x5e,0x5e,0xc6,0xc1,0x83,0x7,0xd1,0xd3,0xd3, + 0x83,0x62,0xb1,0x28,0xc7,0x8e,0x53,0x66,0x8f,0x56,0x87,0x0,0xbc,0x13,0x40,0x9f, + 0x7c,0x82,0x88,0x36,0xcc,0x21,0x0,0xf,0x3,0x98,0x94,0x4f,0xa8,0xca,0x71,0x1c, + 0x74,0x76,0x76,0xe2,0xc0,0x81,0x3,0x88,0x44,0x22,0x30,0x4d,0xf3,0x66,0x39,0x43, + 0x44,0x54,0x56,0x72,0xb9,0xdc,0x85,0xb1,0x58,0x4c,0xfc,0xe0,0x7,0x3f,0x10,0xd7, + 0x5f,0x7f,0xfd,0x71,0x8f,0x1b,0x14,0x39,0x6e,0x1,0x11,0x6d,0x95,0x7,0x71,0xfc, + 0xdf,0xa4,0xd2,0xc7,0x4d,0x37,0xdd,0x24,0x9e,0x78,0xe2,0x9,0x91,0xc9,0x64,0x84, + 0x10,0xa2,0x16,0x44,0x9b,0x84,0x23,0x72,0x74,0x5a,0x84,0x10,0xdb,0x6c,0xdb,0xbe, + 0x73,0x71,0x71,0x11,0x7,0xf,0x1e,0xc4,0xcc,0xcc,0x8c,0x1c,0x39,0xa1,0x32,0x7a, + 0xb4,0xea,0xc7,0xea,0x7e,0xaa,0x44,0xb4,0x35,0xc2,0x0,0xfa,0xe5,0xa2,0xca,0xa6, + 0xa7,0xa7,0xf1,0xcc,0x33,0xcf,0x60,0x79,0x79,0x19,0xba,0xae,0xbf,0x41,0x8,0x51, + 0x36,0x37,0x3c,0x22,0xa2,0x5f,0x8b,0x44,0x22,0x17,0xcf,0xcf,0xcf,0x8b,0x6f,0x7d, + 0xeb,0x5b,0xe2,0xf2,0xcb,0x2f,0x3f,0xee,0x5b,0xe9,0xc9,0x8e,0x32,0x5a,0x7e,0xe4, + 0x35,0x20,0xa2,0xad,0xf6,0x2e,0x1c,0xff,0xb7,0xa9,0xec,0xe1,0x72,0xb9,0xc4,0x15, + 0x57,0x5c,0x21,0xbe,0xfb,0xdd,0xef,0x8a,0xe5,0xe5,0x65,0x21,0x84,0xa8,0x88,0x9d, + 0x2c,0xa8,0xfc,0x71,0x44,0x8e,0xd6,0x4c,0x8,0x71,0x96,0xe3,0x38,0xf7,0x8f,0x8f, + 0x8f,0xe3,0xe9,0xa7,0x9f,0x46,0x24,0x72,0x7a,0x74,0xd0,0x4a,0x3d,0x0,0x0,0x20, + 0x0,0x49,0x44,0x41,0x54,0x2b,0x9,0x94,0xc9,0x1c,0xb9,0x46,0x0,0x49,0xb9,0x48, + 0x44,0x9b,0x2e,0x8,0xc0,0x2b,0x17,0x55,0x25,0x84,0xc0,0xf2,0xf2,0x32,0x7e,0xfe, + 0xf3,0x9f,0x63,0x7a,0x7a,0x1a,0xb1,0x58,0xec,0x1,0xbe,0xf8,0x40,0x9b,0x81,0xbf, + 0x64,0xb4,0x26,0x42,0x88,0xed,0x9a,0xa6,0x7d,0x34,0x95,0x4a,0xfd,0xa0,0xad,0xad, + 0xd,0x23,0x23,0x23,0x30,0xc,0x43,0x8e,0xa9,0xe0,0x51,0x0,0x53,0x72,0x91,0x88, + 0x36,0x9d,0x17,0xc0,0x37,0xe5,0xa2,0xca,0xc,0xc3,0xc0,0xe0,0xe0,0x20,0xdc,0x6e, + 0x37,0x32,0x99,0xcc,0x4f,0x6d,0xdb,0xfe,0x20,0xe7,0xcb,0x11,0x51,0x59,0xd0,0x75, + 0xfd,0x92,0x63,0x2f,0x38,0xbc,0xea,0x55,0xaf,0x12,0x75,0x75,0x75,0xc7,0x3d,0x5a, + 0x38,0xd5,0x51,0x6,0x8f,0x56,0x7f,0x9,0xe0,0x72,0x10,0x51,0xb9,0xb8,0x11,0xc0, + 0x51,0x1c,0xff,0xb7,0xaa,0xec,0x51,0x57,0x57,0x27,0x5e,0xfd,0xea,0x57,0x8b,0x27, + 0x9f,0x7c,0x52,0xa4,0xd3,0x69,0x21,0x84,0x38,0xb,0x44,0x1b,0x88,0x23,0x72,0xb4, + 0x26,0x13,0x13,0x13,0x18,0x1b,0x1b,0x83,0xc7,0xe3,0xc1,0xf4,0xf4,0x34,0x1c,0xc7, + 0x91,0x23,0xa7,0xb4,0xc5,0x8f,0x56,0xff,0x13,0xc0,0x67,0x0,0xcc,0xca,0x27,0x88, + 0x68,0xcb,0x74,0x3,0xf8,0x63,0x0,0x87,0xe5,0x13,0xaa,0x72,0x1c,0x7,0x93,0x93, + 0x93,0x68,0x6d,0x6d,0xc5,0xc4,0xc4,0x4,0xe6,0xe6,0xe6,0xe4,0x8,0x51,0x49,0xb1, + 0x91,0xa3,0x93,0x12,0x42,0x9c,0x63,0x59,0xd6,0x67,0x85,0x10,0x1f,0x75,0xbb,0xdd, + 0x70,0xbb,0xdd,0xd0,0x75,0x25,0xd7,0xd0,0xfd,0x6b,0x0,0xb,0x72,0x91,0x88,0xb6, + 0x5c,0x1f,0x80,0xef,0xc9,0x45,0x95,0xe5,0x72,0x39,0x34,0x37,0x37,0xa3,0xad,0xad, + 0xd,0x96,0x65,0x7d,0xca,0xb6,0xed,0xcf,0xf2,0xe5,0x7,0x22,0xda,0x12,0x42,0x88, + 0xcb,0xb2,0xd9,0xac,0x38,0x78,0xf0,0xa0,0xb8,0xef,0xbe,0xfb,0x44,0x7d,0x7d,0xfd, + 0x71,0x8f,0x12,0xd6,0x7a,0x6c,0xe1,0xa3,0xd5,0x1f,0x1,0xe0,0x86,0xd6,0x44,0xe5, + 0xeb,0xe5,0x0,0xfe,0xb,0xc7,0xff,0xed,0x2a,0x7b,0xd4,0xd7,0xd7,0x8b,0xb7,0xbc, + 0xe5,0x2d,0xa2,0xa9,0xa9,0x49,0x18,0x86,0x21,0x84,0x10,0x3b,0x41,0xb4,0x1,0x38, + 0x22,0x47,0x27,0x94,0x4a,0xa5,0x76,0xdb,0xb6,0xfd,0x99,0x64,0x32,0x9,0x8f,0xc7, + 0x83,0xbe,0xbe,0x3e,0x14,0xa,0x5,0x39,0xb6,0x66,0x5b,0xf8,0x68,0xf5,0xdb,0x0, + 0x96,0xe4,0x22,0x11,0x95,0x8d,0x61,0x0,0xff,0x2e,0x17,0x55,0x56,0x28,0x14,0xd0, + 0xdd,0xdd,0x8d,0xf6,0xf6,0x76,0x64,0xb3,0x59,0x38,0x8e,0xf3,0x45,0x21,0xc4,0x36, + 0x39,0x47,0x44,0xb4,0x61,0x4c,0xd3,0xdc,0x1b,0x8b,0xc5,0xc4,0x93,0x4f,0x3e,0x29, + 0xee,0xbc,0xf3,0xce,0xad,0x1c,0x51,0x3b,0x93,0xe3,0x1f,0x1,0x5c,0x4,0x22,0x2a, + 0x77,0xfb,0x0,0xfc,0x18,0xc7,0xff,0xd,0x2b,0x7b,0xb8,0x5c,0x2e,0x71,0xcf,0x3d, + 0xf7,0x88,0xa7,0x9e,0x7a,0xea,0xd8,0x8b,0xf,0xe7,0x80,0xa8,0xc4,0x38,0x22,0x47, + 0xcf,0x2b,0x93,0xc9,0x5c,0x60,0xdb,0xf6,0x97,0x66,0x67,0x67,0xf1,0xdc,0x73,0xcf, + 0x61,0x78,0x78,0xf8,0x8c,0x47,0xd4,0xb6,0x68,0x67,0x87,0x1f,0x2,0x38,0xbd,0x5, + 0xef,0x88,0x68,0x2b,0x4c,0x62,0xf5,0xf1,0x6a,0xc5,0x10,0x42,0xa0,0xbf,0xbf,0x1f, + 0x7,0xf,0x1e,0xc4,0xc2,0xc2,0x2,0x74,0x5d,0xff,0x4b,0xbe,0xc5,0x4a,0xa5,0xc6, + 0x46,0x8e,0x9e,0x97,0x10,0xe2,0xdc,0x4c,0x26,0xf3,0xb1,0xa6,0xa6,0x26,0x74,0x77, + 0x77,0x23,0x95,0x4a,0xc9,0x11,0x15,0xfc,0x15,0x80,0x90,0x5c,0x24,0xa2,0xb2,0x35, + 0x8,0xe0,0xbb,0x72,0x51,0x65,0x89,0x44,0x2,0x9d,0x9d,0x9d,0x68,0x6a,0x6a,0x82, + 0xae,0xeb,0x9f,0x4e,0xa5,0x52,0x2f,0x90,0x33,0x44,0x44,0x25,0x95,0xcd,0x66,0xf7, + 0xc4,0x62,0xb1,0x9f,0x1c,0x39,0x72,0x44,0xdc,0x7e,0xfb,0xed,0x62,0xfb,0xf6,0xed, + 0xc7,0x3d,0x32,0x50,0xe0,0xf8,0x5f,0x0,0xce,0x3,0x11,0xa9,0xe6,0x25,0x0,0xfe, + 0x1,0xc7,0xff,0x4d,0x2b,0x7b,0xec,0xd8,0xb1,0x43,0xbc,0xee,0x75,0xaf,0x13,0x1e, + 0x8f,0x47,0xa4,0x52,0xa9,0xc7,0x85,0x10,0x3b,0x40,0x54,0x22,0x1c,0x91,0xa3,0xe3, + 0xa4,0x52,0xa9,0x5d,0xb1,0x58,0xec,0x3d,0xcd,0xcd,0xcd,0x98,0x98,0x98,0x80,0x69, + 0x9a,0x72,0x44,0x5,0x3f,0x7,0xa0,0xe4,0x30,0x22,0x51,0x95,0x5b,0x4,0xf0,0x9c, + 0x5c,0x54,0x99,0x61,0x18,0x18,0x1d,0x1d,0x45,0x63,0x63,0x23,0x92,0xc9,0xe4,0x87, + 0x17,0x16,0x16,0x38,0x2a,0x47,0x25,0xc3,0x46,0x8e,0x7e,0x8b,0xa6,0x69,0x17,0xd7, + 0xd5,0xd5,0xfd,0xe3,0xc0,0xc0,0x0,0x8e,0x1c,0x39,0x82,0x74,0x3a,0x2d,0x47,0xd6, + 0x6d,0x13,0xe7,0xc8,0x7d,0xe,0xab,0x1f,0x6,0x44,0xa4,0xa6,0x5e,0xac,0xae,0xfd, + 0x58,0x31,0x92,0xc9,0x24,0xe,0x1e,0x3c,0x88,0xe1,0xe1,0x61,0x6c,0xdf,0xbe,0xfd, + 0x87,0x91,0x48,0x84,0xcb,0x91,0x50,0x49,0xb0,0x91,0xa3,0xdf,0x32,0x3f,0x3f,0x7f, + 0xce,0xe2,0xe2,0xe2,0xfd,0x6e,0xb7,0x1b,0xd3,0xd3,0xd3,0xb0,0x6d,0x5b,0x8e,0xac, + 0xdb,0x99,0xbe,0x2c,0x71,0x1a,0xe,0x3,0xc8,0xca,0x45,0x22,0x52,0x46,0x18,0x80, + 0x5b,0x2e,0xaa,0xcc,0xb6,0x6d,0x4c,0x4c,0x4c,0xa0,0xb9,0xb9,0x19,0xa1,0x50,0xe8, + 0xed,0xb1,0x58,0x8c,0x4b,0x91,0x50,0x49,0xb0,0x91,0xa3,0x5f,0xd3,0x75,0xfd,0xd2, + 0x5d,0xbb,0x76,0x7d,0xbf,0xbb,0xbb,0x1b,0x2d,0x2d,0x2d,0xd0,0x34,0x4d,0x8e,0xa8, + 0xe0,0x61,0x70,0x7,0x7,0xa2,0x4a,0xd0,0x5,0xe0,0xcf,0xe4,0xa2,0xca,0x72,0xb9, + 0x1c,0x1a,0x1b,0x1b,0xd1,0xd3,0xd3,0x83,0xb,0x2f,0xbc,0xf0,0x67,0x42,0x88,0x5d, + 0x72,0x86,0x88,0x68,0x5d,0xc,0xc3,0x78,0x69,0x2a,0x95,0xf2,0x1e,0x38,0x70,0x40, + 0xbc,0xed,0x6d,0x6f,0x13,0x3b,0x76,0xec,0x38,0x6e,0xc2,0xee,0x99,0x1e,0x9b,0xb4, + 0xe,0xdd,0x7e,0x10,0x51,0xa5,0x38,0x1f,0xab,0x7b,0xb1,0xca,0x7f,0xe7,0xca,0x1e, + 0x3b,0x77,0xee,0x14,0xf,0x3e,0xf8,0xa0,0x68,0x6c,0x6c,0x14,0x9a,0xa6,0xb9,0x53, + 0xa9,0xd4,0x6e,0x10,0x9d,0x1,0x8e,0xc8,0x11,0x84,0x10,0x7b,0x6b,0x6a,0x6a,0x7e, + 0x91,0x4c,0x26,0x6f,0xf1,0x78,0x3c,0xe8,0xec,0xec,0x84,0x65,0x59,0x72,0xec,0xa4, + 0x4e,0x35,0xff,0xed,0x54,0xe7,0x4b,0xe4,0xbd,0x0,0xe6,0xe5,0x22,0x11,0x29,0x2b, + 0x89,0xd5,0xbd,0x58,0xb7,0xc4,0xa9,0xee,0x5b,0xa7,0x3a,0xff,0x7c,0xc,0xc3,0x80, + 0xd7,0xeb,0x45,0x7b,0x7b,0x3b,0x32,0x99,0xcc,0x6b,0x77,0xec,0xd8,0xf1,0x9c,0x10, + 0xe2,0x7c,0x39,0x47,0xb4,0x56,0x6c,0xe4,0x8,0xf9,0x7c,0x7e,0x87,0xa6,0x69,0x37, + 0x78,0xbd,0x5e,0x78,0x3c,0x1e,0xc4,0x62,0x31,0x14,0x8b,0x45,0x39,0x76,0x52,0xa7, + 0x9a,0xff,0x26,0x84,0x38,0x61,0xa6,0xa6,0xa6,0x24,0xbf,0x86,0x6f,0x7,0xf0,0xb, + 0x0,0x4a,0xbe,0x62,0x4b,0x44,0x27,0xe4,0x7,0xf0,0x47,0x72,0x71,0x33,0x9c,0xe8, + 0x9e,0x75,0xcc,0xa9,0xce,0x3f,0x9f,0x62,0xb1,0x88,0x70,0x38,0x8c,0x96,0x96,0x16, + 0x78,0xbd,0x5e,0xe4,0xf3,0xf9,0xd7,0x0,0xa8,0x97,0x73,0x44,0x6b,0x55,0x92,0x4f, + 0x50,0x52,0x97,0x10,0xe2,0xca,0x95,0x95,0x95,0x5f,0xcc,0xcd,0xcd,0xa1,0xa1,0xa1, + 0x1,0xbd,0xbd,0xbd,0x67,0xb4,0x9f,0xea,0x7a,0x9c,0x6e,0xd3,0x78,0x2,0x43,0x0, + 0xf2,0x72,0x91,0x88,0x94,0x97,0x3,0x30,0x21,0x17,0x55,0x56,0x28,0x14,0xd0,0xd9, + 0xd9,0x89,0x23,0x47,0x8e,0x60,0x71,0x71,0x11,0x96,0x65,0x35,0xb,0x21,0xf6,0xc8, + 0x39,0xa2,0xb5,0x60,0x23,0x57,0xe5,0x34,0x4d,0x3b,0x2b,0x9b,0xcd,0x5e,0x15,0x8, + 0x4,0x30,0x34,0x34,0xa4,0xea,0xb,0xe,0x6f,0x0,0x1f,0xa9,0x12,0x55,0xb2,0xe, + 0x0,0x1f,0x92,0x8b,0x2a,0xcb,0xe5,0x72,0x18,0x18,0x18,0x80,0xdf,0xef,0x87,0xa6, + 0x69,0xd7,0xe8,0xba,0x5e,0x27,0x67,0x88,0xd6,0x82,0x8d,0x5c,0x15,0xb3,0x2c,0x6b, + 0x7f,0x6d,0x6d,0xed,0x73,0xd3,0xd3,0xd3,0x38,0x70,0xe0,0x0,0x46,0x47,0x47,0xe5, + 0xc8,0x86,0xab,0xab,0x2b,0xc9,0xbd,0x6b,0xe,0xc0,0xe6,0xe,0x23,0x12,0xd1,0x66, + 0x32,0x1,0x4,0xe5,0xa2,0xea,0x6,0x7,0x7,0xf1,0xf4,0xd3,0x4f,0x23,0x18,0xc, + 0xa2,0xae,0xae,0x2e,0x20,0x84,0xb8,0x48,0xce,0x10,0x9d,0xa,0x1b,0xb9,0x2a,0x66, + 0x18,0x46,0x7d,0x28,0x14,0x7a,0xf1,0xa1,0x43,0x87,0x30,0x3c,0x3c,0xc,0xc3,0x30, + 0xe4,0xc8,0x86,0x73,0x1c,0x47,0x2e,0x9d,0xae,0xd7,0x60,0xb5,0x91,0x23,0xa2,0xca, + 0xe6,0x1,0xf0,0x80,0x5c,0x54,0x99,0xae,0xeb,0x18,0x1c,0x1c,0xc4,0x33,0xcf,0x3c, + 0x83,0x58,0x2c,0x76,0x69,0x3c,0x1e,0xaf,0x95,0x33,0x44,0xa7,0xc2,0x46,0xae,0x4a, + 0xe5,0xf3,0xf9,0x57,0xd4,0xd7,0xd7,0x7b,0xe6,0xe6,0xe6,0xd0,0xd8,0xd8,0x88,0x48, + 0x24,0x22,0x47,0x54,0x11,0x7,0xb0,0x22,0x17,0x89,0xa8,0xe2,0x14,0x0,0x3c,0x3, + 0xe0,0x7e,0xf9,0x84,0xca,0x96,0x97,0x97,0xd1,0xd0,0xd0,0x80,0x60,0x30,0x88,0x9d, + 0x3b,0x77,0xe,0xb,0x21,0x5e,0x2c,0x67,0x88,0x4e,0xa6,0x24,0xcf,0xb5,0x48,0x3d, + 0xd1,0x68,0xb4,0x36,0x91,0x48,0xec,0x3a,0x74,0xe8,0x10,0xc6,0xc7,0xc7,0x55,0xdd, + 0x4f,0x75,0x3f,0x38,0x1a,0x47,0x54,0x4d,0x1c,0x0,0x4a,0x4e,0xe4,0x3d,0x11,0xc3, + 0x30,0x30,0x32,0x32,0x82,0x67,0x9f,0x7d,0x16,0xbb,0x77,0xef,0xde,0xbd,0x73,0xe7, + 0x4e,0xe,0xb0,0x10,0xd1,0xc9,0x69,0x9a,0x76,0x7d,0x24,0x12,0x71,0x1e,0x7b,0xec, + 0x31,0x71,0xf5,0xd5,0x57,0x8b,0xda,0xda,0xda,0xe3,0x16,0xad,0x54,0xe0,0xd8,0xb, + 0x22,0xaa,0x56,0x77,0xe0,0xf8,0x7b,0x82,0xb2,0x47,0x5d,0x5d,0x9d,0xb8,0xe6,0x9a, + 0x6b,0xc4,0x13,0x4f,0x3c,0x21,0x12,0x89,0x84,0x63,0x18,0xc6,0x4b,0x41,0xb4,0x46, + 0x1c,0x91,0xab,0x42,0x33,0x33,0x33,0xb5,0xf1,0x78,0xbc,0xd6,0xe3,0xf1,0x60,0x79, + 0x79,0x19,0x2b,0x2b,0xca,0x3d,0x99,0x74,0x0,0x94,0x64,0xcd,0x12,0x22,0x52,0xd2, + 0xa,0x56,0xef,0x3,0x15,0xf1,0x19,0xe6,0x38,0xe,0x42,0xa1,0x10,0x5a,0x5a,0x5a, + 0xf0,0xb2,0x97,0xbd,0xac,0xf6,0xfc,0xf3,0xcf,0xe7,0x5c,0x39,0x5a,0x33,0xe,0xe1, + 0x56,0x11,0x21,0x44,0x8d,0x61,0x18,0xb7,0xed,0xda,0xb5,0xab,0xb3,0xb9,0xb9,0x19, + 0x47,0x8e,0x1c,0x41,0x2e,0x97,0x93,0x63,0x2a,0xb8,0x1c,0xdc,0x4f,0x95,0xa8,0x9a, + 0xb5,0x3,0xb8,0x4b,0x2e,0xaa,0x2c,0x97,0xcb,0xe1,0xe0,0xc1,0x83,0x68,0x69,0x69, + 0xc1,0xb9,0xe7,0x9e,0x3b,0x63,0x59,0xd6,0x7e,0x21,0xc4,0xe9,0x6f,0x1d,0x41,0x55, + 0x87,0x8d,0x5c,0x15,0x29,0x14,0xa,0x37,0xe4,0xf3,0xf9,0xf6,0xae,0xae,0x2e,0xf8, + 0x7c,0x3e,0x24,0x93,0xc9,0x75,0xad,0x4c,0xbe,0xc5,0x52,0xe0,0x68,0x1c,0x11,0xad, + 0x8e,0xc8,0x65,0xe5,0xa2,0xaa,0x84,0x10,0x48,0x24,0x12,0x68,0x6f,0x6f,0x47,0x77, + 0x77,0x37,0x1c,0xc7,0x19,0x5,0xa7,0x90,0xd0,0x1a,0xb0,0x91,0xab,0x12,0x42,0x88, + 0x7a,0xc3,0x30,0x2e,0x8,0x87,0xc3,0x68,0x6d,0x6d,0x45,0x77,0x77,0xf7,0xa6,0xef, + 0xe0,0x50,0x22,0xd7,0x2,0x58,0x92,0x8b,0x44,0x54,0x75,0xfc,0x0,0x5e,0x8f,0xd5, + 0x37,0xd7,0x2b,0x42,0x3e,0x9f,0x87,0xcf,0xe7,0x43,0x6b,0x6b,0x2b,0x62,0xb1,0x18, + 0xc,0xc3,0xd8,0x23,0x84,0xe0,0x63,0x56,0x3a,0x29,0x36,0x72,0x55,0xc2,0x30,0x8c, + 0xeb,0x4d,0xd3,0x3c,0xec,0xf1,0x78,0xe0,0xf7,0xfb,0x55,0x1d,0x8d,0x5b,0x4,0x97, + 0x1a,0x21,0xa2,0xff,0xd6,0x5,0xe0,0xcd,0x72,0x51,0x65,0x89,0x44,0x2,0x1d,0x1d, + 0x1d,0xf0,0x78,0x3c,0x30,0xc,0xc3,0x6f,0x59,0xd6,0x5e,0x39,0x43,0xf4,0x9b,0xd8, + 0xc8,0x55,0x1,0x21,0xc4,0x59,0x9a,0xa6,0xbd,0x34,0x18,0xc,0xc2,0xed,0x76,0x63, + 0x6c,0x6c,0x4c,0x8e,0xa8,0x60,0xa,0xc0,0x8d,0x0,0xc2,0xf2,0x9,0x22,0xaa,0x6a, + 0x16,0x2a,0x6c,0x8b,0xbe,0xa1,0xa1,0x21,0xb4,0xb6,0xb6,0x22,0x1c,0xe,0x43,0xd7, + 0xf5,0xcb,0x85,0x10,0xf5,0x72,0x86,0xe8,0x18,0x36,0x72,0x15,0x4e,0x8,0xb1,0xc3, + 0x34,0xcd,0x7,0x74,0x5d,0xff,0xcf,0xe6,0xe6,0x66,0xf4,0xf4,0xf4,0x20,0x9b,0x55, + 0x72,0x5a,0xc9,0xed,0x0,0x62,0x72,0x91,0x88,0xaa,0x5e,0x3f,0x80,0x7,0xe5,0xa2, + 0xca,0x32,0x99,0xc,0x3a,0x3b,0x3b,0xd1,0xd4,0xd4,0x4,0xcb,0xb2,0x1a,0xf2,0xf9, + 0xfc,0xbd,0x42,0x88,0x6d,0x72,0x8e,0x8,0x60,0x23,0x57,0xf1,0xa,0x85,0xc2,0x2b, + 0xf3,0xf9,0xfc,0x93,0xc3,0xc3,0xc3,0x38,0x7c,0xf8,0x30,0x66,0x67,0x67,0xe5,0x88, + 0xa,0x7a,0xc1,0xbd,0x54,0x89,0xe8,0xc4,0x74,0x0,0xc3,0x72,0x51,0x65,0x53,0x53, + 0x53,0x38,0x78,0xf0,0x20,0xc6,0xc7,0xc7,0x61,0xdb,0xf6,0xb3,0xf9,0x7c,0x7e,0xaf, + 0x9c,0x21,0x2,0xd8,0xc8,0x55,0x34,0x21,0xc4,0x39,0x86,0x61,0x5c,0x17,0xc,0x6, + 0xd1,0xda,0xda,0x8a,0x89,0x89,0x89,0x2d,0xd9,0x4f,0xb5,0x4,0xee,0x3,0x90,0x94, + 0x8b,0x44,0x44,0xbf,0x32,0xc,0xe0,0xf,0xe4,0xa2,0xca,0x74,0x5d,0xc7,0xd8,0xd8, + 0x18,0x9a,0x9a,0x9a,0x10,0xe,0x87,0x51,0x28,0x14,0x6e,0x10,0x42,0x6c,0x97,0x73, + 0x44,0x54,0xc1,0xc,0xc3,0xb8,0x6d,0x79,0x79,0x59,0xfc,0xf0,0x87,0x3f,0x14,0xfb, + 0xf6,0xed,0x53,0x75,0x7,0x87,0x56,0x0,0xbb,0x41,0x44,0x74,0x72,0x57,0x61,0xf5, + 0x4d,0x56,0xf9,0x1e,0xa2,0xec,0x51,0x57,0x57,0x27,0xf6,0xef,0xdf,0x2f,0x7e,0xfa, + 0xd3,0x9f,0x8a,0x58,0x2c,0x26,0x2c,0xcb,0xda,0xf,0x22,0x49,0x45,0xac,0x8a,0x4d, + 0xcf,0x6f,0x7e,0x7e,0x1e,0xd1,0x68,0x14,0x6d,0x6d,0x6d,0x8,0x87,0xc3,0x2a,0xee, + 0xe0,0x0,0x0,0xef,0x0,0x90,0x96,0x8b,0x44,0x44,0x92,0x9,0x0,0xef,0x7,0xf0, + 0x6f,0x58,0x9d,0x53,0xab,0x3c,0xc7,0x71,0xb0,0xb4,0xb4,0x84,0x96,0x96,0x16,0x5c, + 0x7e,0xf9,0xe5,0x38,0xf7,0xdc,0x73,0xe5,0x8,0x11,0x1f,0xad,0x56,0xaa,0x91,0x91, + 0x91,0xb,0xe2,0xf1,0xf8,0x1d,0x3d,0x3d,0x3d,0xf0,0x7a,0xbd,0xaa,0x3e,0x52,0x3d, + 0x0,0xc0,0x96,0x8b,0x44,0x44,0x27,0x30,0x5,0xe0,0x33,0x72,0x51,0x65,0xba,0xae, + 0xc3,0xed,0x76,0xa3,0xb7,0xb7,0x17,0xe9,0x74,0xfa,0xd,0xa3,0xa3,0xa3,0xe7,0xc8, + 0x19,0xaa,0x6e,0x6c,0xe4,0x2a,0x50,0x36,0x9b,0xdd,0xb3,0x63,0xc7,0x8e,0x4f,0x25, + 0x12,0x89,0xbf,0x6e,0x6d,0x6d,0xc5,0xc2,0xc2,0x82,0x8a,0xa3,0x71,0x4f,0x1,0x78, + 0xf,0x2a,0x68,0xe5,0x76,0x22,0xda,0x14,0x29,0x0,0x87,0xe5,0xa2,0xaa,0x56,0x56, + 0x56,0x30,0x37,0x37,0x87,0xa6,0xa6,0x26,0xa4,0xd3,0xe9,0xef,0x9c,0x77,0xde,0x79, + 0x1f,0x13,0x42,0xec,0x92,0x73,0x54,0xbd,0xd8,0xc8,0x55,0x18,0x21,0xc4,0x45,0xb5, + 0xb5,0xb5,0x8f,0x18,0x86,0xf1,0x95,0x63,0x5b,0xbd,0xe4,0xf3,0x79,0x39,0xa6,0x82, + 0x3f,0x4,0xa0,0xc9,0x45,0x22,0xa2,0x53,0x98,0x3,0xf0,0xa7,0x72,0x51,0x65,0x96, + 0x65,0xc1,0xef,0xf7,0xa3,0xbd,0xbd,0x1d,0xba,0xae,0x7f,0xd3,0x34,0xcd,0x4f,0xa, + 0x21,0x38,0x77,0x98,0x0,0xb0,0x91,0xab,0x38,0xa6,0x69,0xee,0xcf,0x66,0xb3,0x5f, + 0xf2,0x7a,0xbd,0x68,0x6f,0x6f,0x47,0x24,0x12,0x41,0xb1,0xa8,0xdc,0xd6,0xa4,0x8f, + 0x3,0x50,0xb2,0xfb,0x24,0xa2,0xb2,0x90,0x0,0xf0,0x5f,0x72,0x51,0x55,0xc5,0x62, + 0x11,0xcb,0xcb,0xcb,0x68,0x6d,0x6d,0x85,0xcf,0xe7,0x83,0x61,0x18,0x7f,0x65,0xdb, + 0xf6,0xa5,0x72,0x8e,0xaa,0x13,0x1b,0xb9,0xa,0x22,0x84,0xb8,0x24,0x9f,0xcf,0xbf, + 0x7d,0x7a,0x7a,0x1a,0xcd,0xcd,0xcd,0x18,0x18,0x18,0x80,0x6d,0x2b,0x39,0xc5,0xec, + 0x11,0x0,0x4a,0x4e,0xea,0x23,0xa2,0xb2,0x10,0x4,0xf0,0x55,0xb9,0xa8,0x32,0xdb, + 0xb6,0xd1,0xdb,0xdb,0x8b,0xa6,0xa6,0x26,0xcc,0xcd,0xcd,0xc1,0xb2,0xac,0xf7,0xa, + 0x21,0x2e,0x90,0x73,0x54,0x7d,0xd8,0xc8,0x55,0x10,0x4d,0xd3,0xae,0x4a,0xa5,0x52, + 0x9f,0x6d,0x6f,0x6f,0x47,0x5f,0x5f,0x1f,0x74,0x5d,0x97,0x23,0x2a,0xf8,0x36,0x38, + 0x1a,0x47,0x44,0x67,0x2e,0x86,0xd5,0xd1,0xfd,0x8a,0xa1,0x69,0x1a,0xba,0xbb,0xbb, + 0xe1,0xf1,0x78,0x90,0xcb,0xe5,0xbe,0xa4,0x69,0xda,0x25,0x72,0x86,0xaa,0xf,0x1b, + 0xb9,0xa,0x61,0x9a,0xe6,0xde,0x5c,0x2e,0xf7,0xfe,0xd1,0xd1,0x51,0xb4,0xb6,0xb6, + 0x62,0x7a,0x7a,0x1a,0x42,0x8,0x39,0xa6,0x82,0x2f,0x63,0x75,0xef,0x44,0x22,0xa2, + 0x33,0x11,0xc6,0xea,0x5c,0xb9,0xef,0xc9,0x27,0x54,0x25,0x84,0xc0,0xc4,0xc4,0x4, + 0x5a,0x5a,0x5a,0x30,0x31,0x31,0x1,0xcb,0xb2,0xfe,0x30,0x97,0xcb,0x5d,0x24,0xe7, + 0xa8,0xba,0xb0,0x91,0xab,0x10,0x96,0x65,0x5d,0x91,0x4e,0xa7,0x3f,0xea,0x76,0xbb, + 0x31,0x3a,0x3a,0xa,0xd3,0x34,0xe5,0x88,0xa,0xbe,0x6,0x8e,0xc6,0x11,0x51,0xe9, + 0x44,0xb0,0x3a,0xca,0x5f,0x31,0xc,0xc3,0xc0,0xd0,0xd0,0x10,0xdc,0x6e,0x37,0xb2, + 0xd9,0xec,0xa7,0x1d,0xc7,0x79,0x91,0x9c,0xa1,0xea,0xc2,0x46,0xae,0x2,0x98,0xa6, + 0x79,0x65,0x26,0x93,0xf9,0x58,0x7f,0x7f,0x3f,0xdc,0x6e,0x37,0xc2,0xe1,0xb0,0x1c, + 0x51,0xc1,0x9f,0x61,0xb5,0x91,0x53,0x72,0x52,0x1f,0x11,0x95,0xad,0x8,0x80,0xbf, + 0x97,0x8b,0x2a,0xb,0x85,0x42,0x68,0x6a,0x6a,0xc2,0xd0,0xd0,0x10,0x34,0x4d,0xfb, + 0xac,0xae,0xeb,0x2f,0x96,0x33,0x54,0x3d,0xd8,0xc8,0x29,0x4e,0x8,0x71,0xb5,0xe3, + 0x38,0x7f,0x13,0xa,0x85,0xde,0xdd,0xd0,0xd0,0x80,0xc9,0xc9,0x49,0x55,0x47,0xe3, + 0xfe,0x1,0x40,0x41,0x2e,0x12,0x11,0x9d,0xa1,0x4,0x80,0x1f,0xc9,0x45,0x95,0x99, + 0xa6,0x89,0xf1,0xf1,0x71,0x1c,0x3e,0x7c,0x18,0x91,0x48,0xe4,0xf,0xa2,0xd1,0x28, + 0x1f,0xaf,0x56,0x31,0x36,0x72,0x8a,0xd3,0x75,0xfd,0xb2,0x4c,0x26,0xf3,0xc0,0xc0, + 0xc0,0x0,0xbc,0x5e,0x2f,0x32,0x99,0x8c,0x1c,0x51,0xc1,0xa7,0xc1,0x91,0x38,0x22, + 0xda,0x38,0xcb,0x0,0xfe,0x42,0x2e,0xaa,0x2c,0x99,0x4c,0xa2,0xad,0xad,0xd,0xc3, + 0xc3,0xc3,0x10,0x42,0x7c,0x29,0x99,0x4c,0xbe,0x54,0xce,0x50,0x75,0x60,0x23,0xa7, + 0xb0,0x7c,0x3e,0x7f,0xad,0x61,0x18,0x9f,0xeb,0xed,0xed,0x45,0x43,0x43,0x3,0x16, + 0x17,0x17,0x51,0x28,0x28,0x39,0xa8,0xf5,0x3,0x0,0x8e,0x5c,0x24,0x22,0x2a,0x91, + 0x34,0x80,0x9f,0xc9,0x45,0x95,0x15,0xa,0x5,0xcc,0xcf,0xcf,0xe3,0xd0,0xa1,0x43, + 0x98,0x9a,0x9a,0x7a,0xa7,0xcb,0xe5,0xfa,0x8e,0x69,0x9a,0x97,0xcb,0x39,0xaa,0x7c, + 0x6c,0xe4,0x14,0xa6,0x69,0xda,0x25,0xb1,0x58,0xec,0x8d,0x5e,0xaf,0x17,0x7e,0xbf, + 0x5f,0xd5,0xfd,0x54,0x3f,0xc,0x3e,0x52,0x25,0xa2,0x8d,0xb7,0x4,0xe0,0x73,0x72, + 0x51,0x65,0xba,0xae,0xa3,0xa3,0xa3,0x3,0x7e,0xbf,0x1f,0x89,0x44,0xe2,0xad,0x9a, + 0xa6,0xbd,0x50,0xce,0x50,0xe5,0xab,0x93,0xb,0xa4,0x8e,0xe1,0xe1,0x61,0xcc,0xcf, + 0xcf,0xc3,0xeb,0xf5,0x22,0x91,0x48,0xa8,0xb8,0x83,0x3,0xb0,0xfa,0x2d,0x59,0xb9, + 0x8d,0x60,0x89,0x48,0x39,0x39,0x0,0xdf,0xc7,0xea,0x34,0x8e,0x7f,0x92,0xce,0x29, + 0xa9,0x58,0x2c,0x22,0x1a,0x8d,0xc2,0xe3,0xf1,0x60,0xff,0xfe,0xfd,0xd8,0xb3,0x67, + 0x8f,0x1c,0xa1,0x2a,0xc0,0x11,0x39,0x5,0xd9,0xb6,0x7d,0x53,0x36,0x9b,0x7d,0xc6, + 0x30,0x8c,0xaf,0x34,0x36,0x36,0xa2,0xbf,0xbf,0x7f,0x5d,0xfb,0xa9,0xba,0x5c,0x2e, + 0xb9,0xb4,0xd9,0x7e,0x1f,0x1c,0x8d,0x23,0xa2,0xcd,0xa3,0x1,0x78,0x4e,0x2e,0x6e, + 0xb5,0x33,0xb9,0x17,0xe7,0xf3,0x79,0x74,0x77,0x77,0xe3,0xe8,0xd1,0xa3,0x0,0xf0, + 0x2d,0x5d,0xd7,0x9f,0x11,0x42,0x5c,0x2d,0xe7,0xa8,0x72,0xb1,0x91,0x53,0x50,0xb1, + 0x58,0xbc,0x30,0x93,0xc9,0xbc,0x79,0x74,0x74,0xf4,0xe6,0xae,0xae,0x2e,0xa4,0xd3, + 0xe9,0x75,0x2d,0xfe,0xbb,0x9e,0xff,0xa7,0x84,0xee,0x3,0xf0,0x34,0x0,0x25,0x87, + 0x11,0x89,0x48,0x59,0x21,0x0,0x1f,0x92,0x8b,0x5b,0xe9,0x4c,0xee,0xc5,0x42,0x8, + 0xa4,0x52,0x29,0x4,0x2,0x1,0x8c,0x8d,0x8d,0xdd,0x9e,0xcb,0xe5,0xde,0x5c,0x28, + 0x14,0xce,0x93,0x73,0x54,0xb9,0xd8,0xc8,0x29,0xc6,0xb6,0xed,0xdb,0x6c,0xdb,0xfe, + 0xc6,0xfc,0xfc,0x3c,0xfc,0x7e,0x3f,0x66,0x66,0x66,0x54,0x7d,0xa4,0xda,0x8,0x60, + 0xfd,0x77,0x2f,0x22,0xa2,0xf5,0x31,0x1,0xb4,0xcb,0x45,0x95,0xad,0xac,0xac,0x60, + 0x62,0x62,0x2,0x3e,0x9f,0xf,0xc1,0x60,0x10,0x85,0x42,0xe1,0x5f,0xf2,0xf9,0xfc, + 0x2b,0xe4,0x1c,0x55,0x26,0xce,0x91,0x53,0x8c,0x69,0x9a,0xe7,0x87,0x42,0xa1,0x57, + 0x1c,0x3a,0x74,0x8,0xdd,0xdd,0xdd,0xaa,0xbe,0xe0,0x70,0x2b,0x38,0x2f,0x8e,0x88, + 0xb6,0x4e,0x8,0xab,0x53,0x3b,0x7e,0x29,0x9f,0x50,0x95,0xae,0xeb,0xf0,0xfb,0xfd, + 0xb8,0xe2,0x8a,0x2b,0x70,0xde,0x79,0xe7,0x5d,0xff,0xc2,0x17,0xbe,0x70,0x97,0x9c, + 0xa1,0xca,0xc4,0x11,0x39,0x85,0xd8,0xb6,0x7d,0xa7,0xe3,0x38,0xff,0xf8,0x9b,0xdf, + 0xbc,0x14,0x15,0x0,0x47,0xe3,0x88,0x68,0xeb,0xe4,0x1,0xf4,0xcb,0x45,0xd5,0x1d, + 0x7b,0xf9,0x6d,0x6a,0x6a,0xa,0xc5,0x62,0xf1,0xf1,0x7c,0x3e,0xff,0x2a,0x39,0x43, + 0x95,0x87,0x8d,0x9c,0x42,0x32,0x99,0xcc,0xb9,0x33,0x33,0x33,0x2f,0x3b,0x7c,0xf8, + 0x30,0xc6,0xc6,0xc6,0x60,0x59,0x9b,0xb3,0xb7,0x7c,0x4d,0x4d,0x49,0x7f,0x4d,0xae, + 0x1,0xe7,0xc5,0x11,0xd1,0xd6,0xb,0x1,0x78,0xbd,0x5c,0x54,0x99,0x69,0x9a,0x18, + 0x1e,0x1e,0xc6,0xa1,0x43,0x87,0x10,0xc,0x6,0xf7,0x69,0x9a,0x76,0xb6,0x9c,0xa1, + 0xca,0x53,0xd2,0x4f,0x68,0xda,0x38,0xb9,0x5c,0xee,0x1e,0xc3,0x30,0xbe,0xd7,0xd9, + 0xd9,0x89,0xd6,0xd6,0x56,0x44,0x22,0x91,0x33,0x9a,0x20,0xbb,0x16,0x2e,0x97,0xb, + 0x3b,0x76,0xec,0xc0,0xf6,0xed,0xdb,0xe5,0x53,0x67,0x62,0x4c,0x2e,0x10,0x11,0x6d, + 0x81,0x2,0x0,0x37,0x80,0xdb,0xe5,0x13,0xaa,0x12,0x42,0x60,0x69,0x69,0x9,0x8d, + 0x8d,0x8d,0xe8,0xee,0xee,0x46,0x3e,0x9f,0xff,0x99,0xae,0xeb,0x37,0xc9,0x39,0xaa, + 0x2c,0x9c,0x23,0xa7,0x88,0x70,0x38,0x7c,0xf6,0xf4,0xf4,0xf4,0xc5,0xd,0xd,0xd, + 0x8,0x85,0x42,0x70,0x9c,0x8d,0xdd,0x8,0xe1,0x58,0x13,0xb7,0xb2,0xb2,0x52,0xaa, + 0x91,0xbf,0x22,0x80,0x97,0xc8,0x45,0x22,0xa2,0x2d,0xe4,0x0,0x58,0x90,0x8b,0x2a, + 0x2b,0x14,0xa,0x58,0x5c,0x5c,0xc4,0xe1,0xc3,0x87,0xb1,0x77,0xef,0xde,0x4b,0x5e, + 0xf4,0xa2,0x17,0x9d,0x25,0x67,0xa8,0xb2,0x70,0x44,0x4e,0x1,0xc9,0x64,0xf2,0x7e, + 0xc7,0x71,0x7e,0xec,0xf7,0xfb,0xe1,0xf3,0xf9,0x90,0xcb,0xe5,0xe4,0x48,0xc9,0x9, + 0x21,0x60,0x18,0x46,0xa9,0x9a,0x38,0x7,0xc0,0x1e,0xac,0xae,0xac,0x4e,0x44,0x54, + 0x4e,0x42,0x0,0xae,0x95,0x8b,0x2a,0xcb,0x64,0x32,0xf0,0x78,0x3c,0xe8,0xea,0xea, + 0x42,0x5d,0x5d,0xdd,0xd3,0x99,0x4c,0xe6,0x56,0x39,0x43,0x95,0x83,0x23,0x72,0xa, + 0x98,0x9c,0x9c,0xdc,0x36,0x37,0x37,0xb7,0xcb,0xeb,0xf5,0x22,0x9d,0x4e,0x3,0x58, + 0x1d,0x31,0x3b,0xd3,0x47,0xab,0xa7,0xfa,0x19,0x27,0x3b,0xb7,0xe,0x49,0xb9,0x40, + 0x44,0x54,0x6,0x8a,0x0,0x52,0x72,0x71,0x33,0x9d,0xea,0x5e,0x7c,0x3a,0x8e,0x2d, + 0x2e,0x9c,0x4c,0x26,0xe1,0x76,0xbb,0xb1,0x6f,0xdf,0xbe,0xdd,0x17,0x5f,0x7c,0x71, + 0xbd,0x14,0xa3,0xa,0xc2,0x11,0xb9,0x32,0xa7,0xeb,0xfa,0xdb,0xcf,0x3d,0xf7,0xdc, + 0x9f,0x5,0x2,0x1,0x74,0x75,0x75,0xc1,0x34,0x4d,0x8,0x21,0x4a,0xf2,0x47,0x5f, + 0x8a,0x9f,0xb1,0x6,0x5,0x0,0x25,0x9d,0x64,0x47,0x44,0x54,0x62,0x21,0x0,0x7b, + 0xe5,0xe2,0x66,0x29,0xe5,0xbd,0xf8,0xd8,0xe7,0x83,0x61,0x18,0xf0,0xf9,0x7c,0xe8, + 0xea,0xea,0xc2,0x9e,0x3d,0x7b,0x8e,0x66,0xb3,0xd9,0x3b,0xe5,0x2c,0x55,0x6,0x36, + 0x72,0x65,0xcc,0x71,0x9c,0x77,0x25,0x93,0xc9,0xa7,0xe,0x1f,0x3e,0x5c,0xdf,0xd4, + 0xd4,0xf4,0xeb,0xd1,0x38,0x85,0x88,0x5f,0x1d,0x1b,0x3b,0xa1,0x8f,0x88,0xe8,0xcc, + 0x15,0x50,0x61,0xcb,0x22,0x25,0x93,0x49,0x1c,0x39,0x72,0x4,0xd,0xd,0xd,0xf5, + 0x86,0x61,0xb4,0x14,0xa,0x85,0xbb,0xe5,0xc,0xa9,0x8f,0x8d,0x5c,0x99,0x72,0x1c, + 0xe7,0x41,0xcb,0xb2,0xfe,0xef,0xcc,0xcc,0xc,0xfc,0x7e,0x3f,0x26,0x27,0x27,0x37, + 0xfc,0x5,0x87,0x12,0x13,0x0,0xb2,0x0,0x5e,0x20,0x9f,0x20,0x22,0x2a,0x43,0x4b, + 0x0,0x5e,0xc,0xa0,0x24,0x13,0x83,0xcb,0x81,0xe3,0x38,0x18,0x1d,0x1d,0x85,0xd7, + 0xeb,0xc5,0xfc,0xfc,0x3c,0x6c,0xdb,0x6e,0x2c,0x14,0xa,0x15,0xb5,0xe4,0xa,0x71, + 0x8e,0x5c,0x59,0x12,0x42,0xd4,0x99,0xa6,0xb9,0x3d,0x18,0xc,0xe2,0xe8,0xd1,0xa3, + 0x8,0x4,0x2,0xd0,0x75,0x5d,0x8e,0x95,0x3b,0xb,0xc0,0x6e,0xb9,0x48,0x44,0x54, + 0xc6,0xc2,0x0,0x2e,0x3,0x10,0x91,0x4f,0xa8,0x2a,0x97,0xcb,0xc1,0xeb,0xf5,0xe2, + 0xaa,0xab,0xae,0xc2,0x85,0x17,0x5e,0x88,0xb,0x2f,0xbc,0xf0,0x6c,0x21,0x44,0xad, + 0xcb,0xe5,0xe2,0xee,0x3a,0x15,0x82,0x23,0x72,0x65,0xc8,0xb6,0xed,0x77,0x1a,0x86, + 0xf1,0xf8,0xc0,0xc0,0x0,0xdc,0x6e,0x37,0x66,0x67,0x67,0x4b,0x3a,0x87,0x62,0x13, + 0x8,0x0,0x51,0xb9,0x48,0x44,0xa4,0x80,0x22,0x80,0x98,0x5c,0x54,0x95,0x10,0x2, + 0x53,0x53,0x53,0x68,0x6e,0x6e,0xc6,0xd0,0xd0,0x10,0x6c,0xdb,0xfe,0x7f,0x8e,0xe3, + 0xf0,0x11,0x6b,0x5,0x61,0x23,0x57,0x66,0x84,0x10,0xdb,0xf3,0xf9,0xfc,0xf9,0x8b, + 0x8b,0x8b,0xe8,0xe8,0xe8,0xc0,0xec,0xec,0x2c,0x8a,0x45,0xe5,0x36,0x42,0x30,0xb1, + 0x85,0x13,0x87,0x89,0x88,0xce,0x40,0x1c,0xc0,0xcb,0xe5,0xa2,0xca,0x56,0x56,0x56, + 0x30,0x3d,0x3d,0xd,0x8f,0xc7,0x83,0xe5,0xe5,0x65,0xe8,0xba,0xbe,0x47,0x8,0xc1, + 0x69,0x2f,0x15,0x82,0x8d,0x5c,0x99,0xb1,0x6d,0xfb,0xed,0xa6,0x69,0xfe,0x73,0x5f, + 0x5f,0x1f,0x5a,0x5b,0x5b,0xb1,0xb4,0xa4,0xdc,0xd2,0x6b,0x45,0x0,0xd3,0x72,0x91, + 0x88,0x48,0x21,0x2b,0x0,0x66,0xe4,0xa2,0xca,0x16,0x16,0x16,0xd0,0xdc,0xdc,0x8c, + 0xc1,0xc1,0x41,0x38,0x8e,0xf3,0xa4,0xe3,0x38,0x77,0xc9,0x19,0x52,0x13,0x1b,0xb9, + 0x32,0x22,0x84,0x38,0x57,0xd3,0xb4,0x4b,0xc6,0xc6,0xc6,0x70,0xf4,0xe8,0x51,0x2c, + 0x2e,0x2e,0xaa,0xf6,0x82,0x3,0x0,0x18,0x0,0xae,0x93,0x8b,0x44,0x44,0xa,0x49, + 0x2,0x78,0x8d,0x5c,0x54,0x99,0xe3,0x38,0x98,0x9b,0x9b,0xc3,0xe1,0xc3,0x87,0x31, + 0x3d,0x3d,0xd,0x4d,0xd3,0x5e,0x2a,0x84,0xe0,0x5e,0xac,0x15,0x80,0x8d,0x5c,0x19, + 0x31,0x4d,0xf3,0xcd,0xba,0xae,0xff,0x6d,0x6f,0x6f,0x2f,0x3a,0x3b,0x3b,0x55,0x5c, + 0x6e,0x64,0x5,0x40,0x9f,0x5c,0x24,0x22,0x52,0xd0,0xa,0x80,0x7e,0xb9,0xa8,0xb2, + 0x54,0x2a,0x5,0xbf,0xdf,0x8f,0x81,0x81,0x1,0x98,0xa6,0xf9,0x98,0xae,0xeb,0xaf, + 0x95,0x33,0xa4,0x1e,0x36,0x72,0x65,0x22,0x9b,0xcd,0xbe,0x70,0x69,0x69,0xe9,0xca, + 0xae,0xae,0x2e,0x34,0x34,0x34,0x20,0x18,0xc,0xaa,0x36,0x1a,0xe7,0x0,0x68,0x6, + 0xc0,0x1b,0x3,0x11,0x55,0x82,0x34,0x80,0x3b,0x0,0x4,0xe4,0x13,0xaa,0x2a,0x14, + 0xa,0x58,0x58,0x58,0xc0,0xa1,0x43,0x87,0xd0,0xd7,0xd7,0x87,0x44,0x22,0xb1,0x3f, + 0x95,0x4a,0x71,0x75,0x1,0xc5,0xb1,0x91,0x2b,0x13,0xf9,0x7c,0xfe,0xf7,0x34,0x4d, + 0xfb,0x4a,0x7b,0x7b,0x3b,0xba,0xbb,0xbb,0x61,0x9a,0xa6,0x1c,0x29,0x77,0x3a,0x80, + 0x7b,0xe4,0x22,0x11,0x91,0xc2,0xb2,0x0,0xde,0x28,0x17,0x55,0xa6,0xeb,0x3a,0x7c, + 0x3e,0x1f,0xbc,0x5e,0x2f,0x34,0x4d,0xfb,0x3f,0x85,0x42,0xe1,0x36,0x39,0x43,0x6a, + 0x61,0x23,0x57,0x6,0x74,0x5d,0x7f,0x71,0x28,0x14,0x7a,0x85,0xdf,0xef,0x87,0xcf, + 0xe7,0x43,0x2a,0x95,0x52,0x6d,0xb9,0x91,0x2,0x80,0x46,0xb9,0x48,0x44,0x54,0x1, + 0x1c,0x54,0xd0,0xfd,0x4d,0x8,0x81,0x64,0x32,0x89,0xb6,0xb6,0x36,0x74,0x75,0x75, + 0x21,0x12,0x89,0xdc,0x90,0xcd,0x66,0xf7,0xc8,0x39,0x52,0x7,0x1b,0xb9,0x2d,0x66, + 0x18,0xc6,0x4b,0xf2,0xf9,0xfc,0x17,0xb2,0xd9,0xec,0x9f,0xb4,0xb5,0xb5,0x61,0x68, + 0x68,0x8,0xf9,0x7c,0x5e,0x8e,0x95,0x3b,0xd,0xc0,0x3b,0xe4,0x22,0x11,0x51,0x5, + 0xd0,0x0,0x3c,0x20,0x17,0x55,0x66,0x59,0x16,0xfa,0xfa,0xfa,0xd0,0xd6,0xd6,0x6, + 0xc3,0x30,0xbe,0xb6,0xb2,0xb2,0xf2,0x69,0x21,0xc4,0x45,0x72,0x8e,0xd4,0xc0,0x46, + 0x6e,0x8b,0xb9,0x5c,0xae,0xd7,0xa7,0xd3,0xe9,0x47,0x7c,0x3e,0x1f,0x6,0x6,0x6, + 0x54,0xdc,0xc1,0xc1,0x6,0xf0,0x4b,0xb9,0x48,0x44,0x54,0x41,0xa,0x0,0x7e,0x21, + 0x17,0x55,0xa6,0xeb,0x3a,0x7a,0x7b,0x7b,0xe1,0xf7,0xfb,0xa1,0x69,0xda,0x9f,0xe7, + 0xf3,0xf9,0x8a,0x7a,0x4b,0xb7,0x9a,0xb0,0x91,0xdb,0x42,0xa6,0x69,0x5e,0x91,0x48, + 0x24,0x6e,0x1d,0x1a,0x1a,0x82,0xdb,0xed,0x56,0x71,0x3f,0x55,0x60,0xf5,0xdb,0xea, + 0x43,0x72,0x91,0x88,0xa8,0x82,0x98,0x0,0x3e,0x2c,0x17,0x55,0x56,0x28,0x14,0x30, + 0x36,0x36,0x86,0xd6,0xd6,0x56,0x8c,0x8d,0x8d,0x21,0x93,0xc9,0xdc,0xa9,0xeb,0xfa, + 0xa5,0x72,0x8e,0xca,0x1f,0x1b,0xb9,0x2d,0x64,0xdb,0xf6,0x9d,0xc9,0x64,0xf2,0xe1, + 0x63,0x8f,0x54,0x15,0x7c,0xc1,0xc1,0x2,0xf0,0x84,0x5c,0x24,0x22,0xaa,0x40,0x5, + 0x0,0x3f,0x96,0x8b,0x2a,0xd3,0x75,0x1d,0xfd,0xfd,0xfd,0x70,0xbb,0xdd,0x48,0xa7, + 0xd3,0x9f,0x7,0x70,0xa3,0x9c,0xa1,0xf2,0xc7,0x46,0x6e,0x8b,0x64,0xb3,0xd9,0x6b, + 0x92,0xc9,0xe4,0xeb,0x86,0x86,0x86,0x10,0x8,0x4,0xb0,0xbc,0xbc,0x2c,0x47,0xca, + 0x9d,0x1,0xe0,0xdb,0x0,0x3e,0x2b,0x9f,0x20,0x22,0xaa,0x40,0x16,0x80,0x87,0x1, + 0x3c,0x26,0x9f,0x50,0x59,0x30,0x18,0x84,0xdf,0xef,0xc7,0xc8,0xc8,0x8,0x92,0xc9, + 0xe4,0x7d,0xa6,0x69,0x5e,0x2e,0x67,0x88,0x48,0x22,0x84,0x78,0x45,0x26,0x93,0xf9, + 0x89,0xdb,0xed,0x16,0xf,0x3d,0xf4,0x90,0x78,0xd1,0x8b,0x5e,0x24,0xb0,0xba,0xd1, + 0xbc,0x4a,0x47,0x4,0x44,0x44,0xd5,0x67,0x3b,0x8e,0xbf,0x1f,0x2a,0x7d,0x5c,0x72, + 0xc9,0x25,0xe2,0x13,0x9f,0xf8,0x84,0x8,0x4,0x2,0x22,0x97,0xcb,0xfd,0xd0,0x34, + 0xcd,0x2b,0x41,0xca,0xe0,0x88,0xdc,0x16,0xb0,0x2c,0xeb,0xd6,0x74,0x3a,0xfd,0x9e, + 0x9e,0x9e,0x1e,0x74,0x76,0x76,0x22,0x1e,0x8f,0xcb,0x91,0x72,0xa7,0x63,0x75,0x34, + 0x8e,0x88,0xa8,0xda,0x38,0x0,0xfe,0x5e,0x2e,0xaa,0x2c,0x1a,0x8d,0xc2,0xef,0xf7, + 0xa3,0xaf,0xaf,0xf,0xd9,0x6c,0xf6,0xa1,0x62,0xb1,0xc8,0x6d,0x16,0x15,0xc2,0x46, + 0x6e,0x93,0xd9,0xb6,0x7d,0x63,0x2e,0x97,0x7b,0xf3,0xc0,0xc0,0x0,0x9a,0x9a,0x9a, + 0xb0,0xb8,0xb8,0x88,0x42,0xa1,0x20,0xc7,0xca,0x9d,0x6,0xe0,0x2f,0xe5,0x22,0x11, + 0x51,0x15,0x28,0x0,0xf8,0x73,0xb9,0xa8,0xb2,0x42,0xa1,0x80,0xb9,0xb9,0x39,0x1c, + 0x39,0x72,0x4,0x23,0x23,0x23,0xc8,0xe7,0xf3,0xef,0x12,0x42,0x5c,0x23,0xe7,0xa8, + 0x3c,0xb1,0x91,0xdb,0x64,0x99,0x4c,0xe6,0xd5,0xcb,0xcb,0xcb,0x6f,0x6d,0x6b,0x6b, + 0x43,0x67,0x67,0x27,0x32,0x99,0x8c,0x1c,0x29,0x77,0x59,0xb0,0x89,0x23,0xa2,0xea, + 0xe6,0x0,0xf8,0xb2,0x5c,0x54,0x59,0x3a,0x9d,0x86,0xcf,0xe7,0x43,0x7b,0x7b,0x3b, + 0xc2,0xe1,0xf0,0x7b,0x12,0x89,0xc4,0xcb,0xe5,0xc,0x95,0x27,0x36,0x72,0x9b,0x48, + 0x8,0x71,0xab,0x69,0x9a,0xef,0xec,0xed,0xed,0x55,0x75,0x7,0x7,0x60,0xf5,0xb1, + 0xea,0x77,0xe4,0x22,0x11,0x51,0x15,0x71,0x0,0xfc,0x9d,0x5c,0x54,0x59,0xb1,0x58, + 0x44,0x22,0x91,0x40,0x7b,0x7b,0x3b,0x6,0x7,0x7,0x61,0xdb,0xf6,0x87,0x84,0x10, + 0xaf,0x94,0x73,0x54,0x7e,0xd8,0xc8,0x6d,0xa2,0x48,0x24,0xf2,0xca,0x50,0x28,0xf4, + 0x6,0x9f,0xcf,0x87,0xd1,0xd1,0x51,0x15,0x77,0x70,0x48,0x3,0x78,0x54,0x2e,0x12, + 0x11,0x55,0x21,0x7,0xc0,0xa7,0xe5,0xa2,0xca,0x2c,0xcb,0xc2,0xc0,0xc0,0x0,0x7c, + 0x3e,0x1f,0xc2,0xe1,0xf0,0x5b,0x62,0xb1,0xd8,0x55,0x72,0x86,0xca,0xf,0x1b,0xb9, + 0x4d,0x22,0x84,0xb8,0x2b,0x93,0xc9,0x7c,0xc0,0xeb,0xf5,0x22,0x10,0x8,0x20,0x9d, + 0x4e,0xab,0x36,0x1a,0x97,0x4,0xf0,0x9,0x54,0xd8,0x3a,0x4a,0x44,0x44,0xeb,0x54, + 0x4,0xf0,0xcf,0x58,0x5d,0x92,0xa4,0x22,0x8,0x21,0x90,0x4a,0xa5,0xd0,0xd1,0xd1, + 0x1,0x9f,0xcf,0x7,0x5d,0xd7,0x3f,0x6e,0xdb,0xf6,0x4d,0x72,0x8e,0xca,0xb,0x1b, + 0xb9,0x4d,0x20,0x84,0x78,0x43,0x26,0x93,0xf9,0x46,0x30,0x18,0xfc,0x5d,0xbf,0xdf, + 0x8f,0x99,0x99,0x19,0x15,0x77,0x70,0x30,0x0,0xfc,0x54,0x2e,0x12,0x11,0x55,0x31, + 0x1,0xe0,0x47,0x72,0x51,0x65,0x85,0x42,0x1,0x93,0x93,0x93,0xf0,0xfb,0xfd,0x58, + 0x5a,0x5a,0x7a,0xbd,0x6d,0xdb,0x7f,0x2f,0x84,0xb8,0x45,0xce,0x51,0xf9,0x60,0x23, + 0xb7,0x9,0x34,0x4d,0xdb,0x1f,0xc,0x6,0x6f,0x6e,0x6a,0x6a,0x42,0x4f,0x4f,0xf, + 0x72,0xb9,0x9c,0x6a,0xa3,0x71,0x71,0x0,0xff,0x43,0x2e,0x12,0x11,0x11,0x8a,0x0, + 0xde,0x2d,0x17,0x55,0x25,0x84,0x40,0x36,0x9b,0x45,0x67,0x67,0x27,0x9a,0x9b,0x9b, + 0xb1,0xb4,0xb4,0x74,0x87,0xa6,0x69,0x5c,0x24,0xb8,0x8c,0xb1,0x91,0xdb,0x60,0x96, + 0x65,0xdd,0x9f,0xc9,0x64,0x3e,0xd6,0xd7,0xd7,0x7,0xaf,0xd7,0x8b,0xc5,0xc5,0x45, + 0xac,0xac,0xac,0xc8,0xb1,0x72,0x67,0x0,0x38,0x20,0x17,0x89,0x88,0x8,0x2,0xc0, + 0x7f,0xca,0x45,0x95,0x39,0x8e,0x83,0xd9,0xd9,0xd9,0x5f,0xbf,0xf8,0xa0,0xeb,0xfa, + 0xe7,0x6c,0xdb,0xbe,0x43,0xce,0x51,0x79,0x60,0x23,0xb7,0xc1,0xc,0xc3,0x78,0xd9, + 0xec,0xec,0xec,0x75,0x47,0x8f,0x1e,0xc5,0xf0,0xf0,0x30,0x2c,0xcb,0x92,0x23,0xe5, + 0x2e,0x2,0xe0,0x83,0x72,0x91,0x88,0x88,0x7e,0x4d,0x0,0xb8,0xef,0x57,0xff,0xad, + 0x8,0xa6,0x69,0xa2,0xbf,0xbf,0x1f,0xd,0xd,0xd,0x58,0x58,0x58,0x78,0xb5,0xa6, + 0x69,0x97,0xca,0x19,0x2a,0xf,0x6c,0xe4,0x36,0x90,0xae,0xeb,0xef,0x48,0x26,0x93, + 0x9f,0xea,0xee,0xee,0x46,0x4f,0x4f,0xf,0x62,0xb1,0x98,0x1c,0x51,0x81,0x9,0xc0, + 0x2d,0x17,0x89,0x88,0xe8,0xb7,0x3c,0x27,0x17,0x54,0x17,0x89,0x44,0xd0,0xd5,0xd5, + 0x85,0xde,0xde,0x5e,0x64,0x32,0x99,0x3f,0xcb,0xe5,0x72,0xf7,0xc8,0x19,0xda,0x7a, + 0x6c,0xe4,0x36,0x90,0xae,0xeb,0x97,0xce,0xcc,0xcc,0x5c,0xe5,0xf1,0x78,0x10,0xa, + 0x85,0x50,0x2c,0x16,0xe5,0x48,0xb9,0x5b,0x2,0xf0,0x80,0x5c,0x24,0x22,0xa2,0xe7, + 0x75,0x1b,0x0,0xe5,0xe6,0xce,0x9c,0xc8,0xca,0xca,0xa,0xe6,0xe7,0xe7,0xe1,0x76, + 0xbb,0x11,0xc,0x6,0x7f,0xc7,0xb2,0xac,0x8b,0xe4,0xc,0x6d,0x3d,0x36,0x72,0x1b, + 0x24,0x9d,0x4e,0xbf,0x2f,0x16,0x8b,0x7d,0xde,0xeb,0xf5,0xa2,0xa7,0xa7,0x7,0xa9, + 0x54,0x4a,0x8e,0x94,0xbb,0x45,0x0,0xf7,0x2,0xe8,0x95,0x4f,0x10,0x11,0xd1,0xf3, + 0xf2,0x1,0xb8,0x9,0xab,0x6b,0xcc,0x55,0x84,0x64,0x32,0x89,0xce,0xce,0xce,0x63, + 0x8b,0xd8,0x7f,0x35,0x93,0xc9,0xdc,0x2f,0x67,0x68,0x6b,0xb1,0x91,0xdb,0x20,0xe1, + 0x70,0xf8,0xa2,0xbe,0xbe,0xbe,0x97,0xb4,0xb4,0xb4,0x20,0x1c,0xe,0xab,0x38,0x1a, + 0x67,0x3,0x18,0x96,0x8b,0x44,0x44,0x74,0x52,0x15,0xf5,0xe5,0x77,0x65,0x65,0x5, + 0x4b,0x4b,0x4b,0x38,0x7a,0xf4,0x28,0x86,0x86,0x86,0x2e,0x77,0x1c,0xe7,0x5f,0xb, + 0x85,0xc2,0xdb,0xe4,0x1c,0x6d,0x1d,0x36,0x72,0x1b,0x20,0x1e,0x8f,0x7f,0x44,0xd7, + 0xf5,0x47,0x7b,0x7a,0x7a,0x30,0x32,0x32,0x2,0xd3,0x34,0xe5,0x48,0xb9,0x9b,0x7, + 0xf0,0x7a,0xb9,0x48,0x44,0x44,0x6b,0xb2,0x1f,0xab,0x5f,0x86,0x2b,0x82,0xae,0xeb, + 0x18,0x1c,0x1c,0x44,0x6f,0x6f,0x2f,0xa2,0xd1,0xe8,0xa5,0x86,0x61,0xec,0x96,0x33, + 0xb4,0x75,0xd8,0xc8,0x95,0x98,0xe3,0x38,0xf,0x67,0x32,0x99,0x6f,0x36,0x36,0x36, + 0xee,0x39,0x72,0xe4,0x8,0x92,0xc9,0xa4,0x6a,0x6b,0xc6,0x1,0x40,0x1,0xab,0xcd, + 0x1c,0x11,0x11,0x9d,0xbe,0x69,0xb9,0xa0,0x32,0x21,0x4,0xe2,0xf1,0x38,0xe,0x1c, + 0x38,0x80,0xa3,0x47,0x8f,0x22,0x93,0xc9,0x7c,0x33,0x9f,0xcf,0x3f,0x28,0xe7,0x68, + 0x6b,0xb0,0x91,0x2b,0xb1,0x70,0x38,0xbc,0x6b,0x76,0x76,0xf6,0xbc,0xee,0xee,0x6e, + 0xcc,0xcd,0xcd,0xa1,0x50,0x28,0xc8,0x91,0x72,0x37,0xd,0xe0,0x66,0xb9,0x48,0x44, + 0x44,0xa7,0xe5,0x52,0x0,0xca,0xad,0x37,0x75,0x22,0xb6,0x6d,0x63,0x66,0x66,0x6, + 0xbf,0xfa,0x6c,0xbb,0x20,0x16,0x8b,0x9d,0x2d,0x67,0x68,0x6b,0xd4,0xc9,0x5,0x3a, + 0x33,0x7e,0xbf,0x1f,0xbd,0xbd,0xbd,0xe8,0xe9,0xe9,0x81,0x61,0x18,0xf2,0x69,0x15, + 0xac,0x60,0x75,0x5f,0x55,0x22,0x22,0x5a,0x3f,0x25,0xd7,0x9b,0x3a,0x19,0x4d,0xd3, + 0x10,0x8,0x4,0xb0,0x6f,0xdf,0x3e,0x55,0x97,0xd3,0xaa,0x48,0x1c,0x91,0x2b,0x11, + 0xdb,0xb6,0x3f,0x1f,0x8f,0xc7,0x8d,0x7c,0x3e,0xff,0x57,0x6e,0xb7,0x1b,0xb3,0xb3, + 0xb3,0x2a,0xee,0xe0,0x30,0xe,0xe0,0x5a,0xb9,0x48,0x44,0x44,0xeb,0xb2,0x1b,0xab, + 0x6b,0x71,0x56,0x4,0xc7,0x71,0x30,0x39,0x39,0x89,0xd6,0xd6,0x56,0xd4,0xd6,0xd6, + 0xfe,0x6b,0x2a,0x95,0x32,0x1c,0xc7,0xf9,0x88,0x9c,0xa3,0xcd,0xc5,0x46,0xae,0x44, + 0x8a,0xc5,0x62,0xdd,0xe2,0xe2,0xe2,0xf6,0xf6,0xf6,0xf6,0xfa,0xa9,0xa9,0x29,0x15, + 0x9b,0xb8,0x51,0x54,0xd8,0x4,0x5d,0x22,0xa2,0x2d,0x96,0x7,0xb0,0x3,0x80,0x2e, + 0x9f,0x50,0x95,0xe3,0x38,0x18,0x1d,0x1d,0x45,0x7b,0x7b,0xfb,0xb6,0xe5,0xe5,0xe5, + 0xed,0x85,0x42,0xa1,0x56,0xce,0xd0,0xe6,0x62,0x23,0x57,0x2,0xb6,0x6d,0x3f,0x9a, + 0xc9,0x64,0xbe,0x31,0x30,0x30,0x80,0xee,0xee,0x6e,0x84,0xc3,0x61,0xd5,0x5e,0x70, + 0x10,0x58,0x7d,0xc1,0x81,0x88,0x88,0x4a,0xaf,0x80,0xa,0xd9,0xbe,0x4b,0x8,0x81, + 0xa5,0xa5,0x25,0x4,0x2,0x1,0xc,0xe,0xe,0x42,0xd3,0xb4,0xef,0xdb,0xb6,0xfd, + 0xb0,0x9c,0xa3,0xcd,0xc3,0x46,0xee,0xc,0x9,0x21,0xea,0xb3,0xd9,0xec,0xb6,0xfe, + 0xfe,0x7e,0x1c,0x38,0x70,0x0,0x93,0x93,0x93,0x2a,0xae,0x19,0x37,0x2,0xe0,0x95, + 0x72,0x91,0x88,0x88,0x4a,0xe2,0x3c,0x0,0x9a,0x5c,0x54,0xd5,0xca,0xca,0xa,0x46, + 0x46,0x46,0xf0,0xec,0xb3,0xcf,0x62,0x74,0x74,0x14,0xd9,0x6c,0xf6,0x5,0x42,0x8, + 0xce,0xb9,0xdf,0x22,0x6c,0xe4,0xce,0x50,0x3e,0x9f,0xff,0x82,0xa6,0x69,0x5f,0x19, + 0x18,0x18,0xc0,0xd0,0xd0,0x10,0xd2,0xe9,0xb4,0x1c,0x29,0x77,0xe,0x0,0xe5,0x2e, + 0x9a,0x88,0x48,0x31,0x49,0x0,0xca,0x7d,0xcb,0x3f,0x91,0x64,0x32,0x89,0x81,0x81, + 0x1,0xc,0xe,0xe,0xc2,0x34,0xcd,0x6f,0x5b,0x96,0xf5,0x51,0x39,0x43,0x9b,0x83, + 0x8d,0xdc,0x19,0x88,0x44,0x22,0x3b,0xa3,0xd1,0xe8,0x39,0x5e,0xaf,0x17,0x87,0xe, + 0x1d,0xc2,0xe2,0xe2,0xa2,0xaa,0x73,0xe3,0x6e,0x97,0x8b,0x44,0x44,0x54,0x52,0x7b, + 0x51,0x61,0xa3,0x72,0x73,0x73,0x73,0x38,0x70,0xe0,0x0,0xba,0xbb,0xbb,0x11,0x8b, + 0xc5,0xce,0xd,0x85,0x42,0x3b,0xe4,0x1c,0x6d,0x3c,0x36,0x72,0x67,0xe0,0x5,0x2f, + 0x78,0xc1,0x23,0xa9,0x54,0xea,0x4f,0x3,0x81,0x0,0x46,0x46,0x46,0xa0,0xeb,0xca, + 0xcd,0x67,0xb5,0x1,0x4,0xe5,0x22,0x11,0x11,0x6d,0x88,0x39,0xac,0x2e,0xf1,0xa4, + 0x34,0x97,0xcb,0x5,0x0,0xc8,0xe5,0x72,0x18,0x18,0x18,0x40,0x67,0x67,0x27,0x34, + 0x4d,0xfb,0x9b,0xb3,0xcf,0x3e,0xfb,0xc3,0x52,0x94,0x36,0x1,0x1b,0xb9,0x75,0xca, + 0x64,0x32,0x17,0x4,0x83,0xc1,0x17,0xb6,0xb7,0xb7,0xc3,0xe3,0xf1,0x20,0x99,0x4c, + 0xaa,0x36,0x37,0xce,0x2,0x70,0x8,0xc0,0x9b,0xe4,0x13,0x44,0x44,0xb4,0x21,0x5e, + 0x9,0xa0,0x1b,0x8a,0x37,0x73,0xc7,0x5e,0xe6,0x2b,0x16,0x8b,0x48,0x24,0x12,0x68, + 0x69,0x69,0x41,0x20,0x10,0xc0,0xf2,0xf2,0xf2,0x45,0xa9,0x54,0x8a,0xdb,0x77,0x6d, + 0x32,0x36,0x72,0xeb,0xa4,0xeb,0xfa,0x27,0xe3,0xf1,0xf8,0x67,0xdb,0xdb,0xdb,0x31, + 0x36,0x36,0x86,0x7c,0x3e,0x2f,0x47,0xca,0xdd,0x18,0x80,0xdf,0x97,0x8b,0x44,0x44, + 0xb4,0xa1,0x6e,0x6,0x90,0x91,0x8b,0xaa,0x32,0x4d,0x13,0x43,0x43,0x43,0xf0,0x78, + 0x3c,0x48,0xa5,0x52,0x7f,0x61,0x59,0xd6,0xfb,0xe5,0xc,0x6d,0x2c,0x36,0x72,0xeb, + 0xa0,0xeb,0xfa,0x8b,0xe7,0xe6,0xe6,0x2e,0xe9,0xe8,0xe8,0x40,0x7f,0x7f,0x3f,0x4c, + 0x53,0xb9,0xf5,0x1e,0x75,0x0,0x43,0x72,0x91,0x88,0x88,0x36,0x45,0x37,0x2a,0x68, + 0xc9,0x27,0xc3,0x30,0xd0,0xdd,0xdd,0xd,0xbf,0xdf,0x8f,0x60,0x30,0x78,0x59,0x2e, + 0x97,0xbb,0x50,0xce,0xd0,0xc6,0x61,0x23,0x77,0x9a,0x84,0x10,0x2f,0xd5,0x34,0xed, + 0x6b,0xe9,0x74,0xfa,0x61,0xbf,0xdf,0x8f,0xd9,0xd9,0x59,0x38,0x8e,0x23,0xc7,0xca, + 0xdd,0x38,0x80,0xf,0xca,0x45,0x22,0x22,0xda,0x14,0xf7,0x2,0xc8,0xca,0xc5,0x53, + 0xd9,0xb6,0x6d,0xdb,0xaf,0xe7,0xa7,0x95,0x93,0x42,0xa1,0x80,0xa9,0xa9,0x29,0xf8, + 0xfd,0x7e,0x64,0xb3,0xd9,0x2f,0x18,0x86,0xf1,0xa8,0xae,0xeb,0x2f,0x96,0x73,0xb4, + 0x31,0xd8,0xc8,0x9d,0x6,0x21,0xc4,0xcb,0x2c,0xcb,0xfa,0x7a,0x28,0x14,0x7a,0xe8, + 0xc8,0x91,0x23,0xaa,0x8e,0xc6,0x65,0x1,0xf8,0xe5,0x22,0x11,0x11,0x6d,0xaa,0x56, + 0x9c,0xe6,0x4e,0x3a,0xbb,0x77,0xef,0x46,0x6d,0x6d,0x79,0x6e,0xa4,0x60,0x18,0x6, + 0xba,0xba,0xba,0xd0,0xd0,0xd0,0x80,0x68,0x34,0xfa,0x48,0x6d,0x6d,0xed,0x97,0x84, + 0x10,0x2f,0x91,0x73,0x44,0x5b,0xaa,0x50,0x28,0x7c,0x6d,0x79,0x79,0x59,0xfc,0xe8, + 0x47,0x3f,0x12,0xb7,0xdf,0x7e,0xbb,0x38,0xeb,0xac,0xb3,0x4,0x56,0x57,0xeb,0x56, + 0xe9,0xe8,0x2,0x11,0x11,0x95,0x83,0x28,0x8e,0xbf,0x47,0x2b,0x7b,0x6c,0xdf,0xbe, + 0x5d,0xdc,0x7d,0xf7,0xdd,0xe2,0x3f,0xfe,0xe3,0x3f,0x44,0x34,0x1a,0x15,0xb6,0x6d, + 0x3f,0x2,0xda,0x70,0x1c,0x91,0x5b,0x23,0xcb,0xb2,0x7e,0x47,0xd7,0xf5,0xab,0x87, + 0x87,0x87,0x71,0xf4,0xe8,0x51,0x8c,0x8e,0x8e,0xaa,0xf8,0x82,0x43,0xa,0x40,0x93, + 0x5c,0x24,0x22,0xa2,0x2d,0xf1,0x2c,0x56,0x57,0x10,0xa8,0x8,0x96,0x65,0x61,0x68, + 0x68,0x8,0xd,0xd,0xd,0x18,0x1f,0x1f,0x87,0x61,0x18,0xd7,0x9a,0xa6,0x79,0xa5, + 0x9c,0xa3,0xd2,0x62,0x23,0xb7,0x46,0x42,0x88,0xf7,0x45,0xa3,0xd1,0x77,0x5,0x2, + 0x1,0xf4,0xf4,0xf4,0x20,0x91,0x48,0xa8,0xb6,0x9f,0x6a,0x1c,0xc0,0x3f,0x3,0xf8, + 0x13,0xf9,0x4,0x11,0x11,0x6d,0x89,0x87,0x0,0x3c,0xe,0x40,0xb9,0x39,0x3a,0xcf, + 0x47,0x8,0x81,0x68,0x34,0x8a,0xae,0xae,0x2e,0x74,0x75,0x75,0x21,0x99,0x4c,0x3e, + 0x54,0x2c,0x16,0xdf,0x22,0xe7,0xa8,0xb4,0xd8,0xc8,0xad,0x41,0x3e,0x9f,0xbf,0x41, + 0xd7,0xf5,0xeb,0x86,0x86,0x86,0xd0,0xd1,0xd1,0x81,0x70,0x38,0x2c,0x47,0x54,0x30, + 0xd,0xe0,0xcf,0xe5,0x22,0x11,0x11,0x6d,0xa9,0x4f,0xa0,0x82,0x96,0x23,0x1,0x80, + 0x50,0x28,0x4,0x8f,0xc7,0x83,0xb1,0xb1,0x31,0x98,0xa6,0x79,0x53,0x3e,0x9f,0x7f, + 0xb9,0x9c,0xa1,0xd2,0x61,0x23,0xb7,0x6,0x8e,0xe3,0xbc,0x73,0x79,0x79,0xf9,0x2d, + 0x3e,0x9f,0xf,0x83,0x83,0x83,0xc8,0x66,0x4f,0xfb,0x65,0xa3,0xad,0x16,0x1,0xf0, + 0xb,0xb9,0x48,0x44,0x44,0x65,0xe1,0xdf,0xb1,0xba,0x2c,0x54,0x45,0x48,0xa7,0xd3, + 0xe8,0xef,0xef,0x87,0xdf,0xef,0x47,0x2c,0x16,0x7b,0xaf,0x6d,0xdb,0xf7,0xc9,0x19, + 0x2a,0x1d,0x36,0x72,0xa7,0x60,0xdb,0xf6,0x6d,0xb9,0x5c,0xee,0xc6,0xee,0xee,0x6e, + 0x74,0x74,0x74,0x20,0x1e,0x8f,0xab,0xb6,0x83,0x3,0x0,0xcc,0x2,0xf8,0x1b,0xb9, + 0x48,0x44,0x44,0x65,0xe1,0x8b,0xa8,0xa0,0x51,0xb9,0x62,0xb1,0x88,0x48,0x24,0x82, + 0xb6,0xb6,0x36,0xc,0xc,0xc,0xc0,0x30,0x8c,0xdb,0xf3,0xf9,0xfc,0xd,0x72,0x8e, + 0x4a,0x83,0x8d,0xdc,0x29,0x64,0xb3,0xd9,0xb7,0x2e,0x2c,0x2c,0xdc,0xeb,0xf3,0xf9, + 0x30,0x31,0x31,0x1,0xc3,0x30,0xe4,0x48,0xb9,0xb,0x1,0x78,0x42,0x2e,0x12,0x11, + 0x51,0x59,0xf9,0x17,0x0,0x39,0xb9,0xa8,0x2a,0x5d,0xd7,0x31,0x3a,0x3a,0x7a,0x6c, + 0xeb,0xae,0xdf,0xd7,0x34,0xed,0xf5,0x72,0x86,0x4a,0x83,0x8d,0xdc,0x49,0xe4,0x72, + 0xb9,0xbb,0xa3,0xd1,0xe8,0xad,0x6e,0xb7,0x1b,0x3e,0x9f,0xf,0xe9,0x74,0x5a,0xb5, + 0x17,0x1c,0x0,0x60,0x1e,0xab,0x2f,0x39,0x10,0x11,0x51,0xf9,0xfa,0x4b,0xac,0x63, + 0x91,0xe0,0x72,0x55,0x2c,0x16,0x91,0x4c,0x26,0xd1,0xd6,0xd6,0x86,0xf6,0xf6,0x76, + 0xc4,0xe3,0xf1,0xbb,0xd,0xc3,0xb8,0x55,0xce,0xd1,0x99,0x63,0x23,0x77,0x12,0xf1, + 0x78,0xfc,0x8d,0x53,0x53,0x53,0x77,0x78,0x3c,0x1e,0xcc,0xcc,0xcc,0xc0,0xb6,0x4f, + 0x6b,0xed,0xc6,0x72,0x30,0xf,0xe0,0x31,0xb9,0x48,0x44,0x44,0x65,0xe9,0x6f,0x51, + 0x41,0x8f,0x58,0x6d,0xdb,0xc6,0xc4,0xc4,0x4,0x3c,0x1e,0xf,0x66,0x67,0x67,0xef, + 0x8b,0x46,0xa3,0xaf,0x95,0x33,0x74,0xe6,0xd8,0xc8,0x9d,0x40,0x26,0x93,0xb9,0x7f, + 0x71,0x71,0xf1,0xae,0xe6,0xe6,0x66,0xf4,0xf5,0xf5,0x41,0xd7,0x95,0x9b,0x87,0x3a, + 0x3,0xe0,0x51,0x0,0x3f,0x96,0x4f,0x10,0x11,0x51,0x59,0xfa,0x36,0x56,0x97,0x88, + 0x4a,0xc9,0x27,0x54,0x24,0x84,0x40,0x2e,0x97,0x43,0x67,0x67,0x27,0x5a,0x5b,0x5b, + 0xb1,0xbc,0xbc,0xfc,0xa6,0x54,0x2a,0xf5,0x3a,0x39,0x47,0x67,0x86,0x8d,0xdc,0xf3, + 0x10,0x42,0xbc,0x2d,0x97,0xcb,0x7d,0x75,0x7e,0x7e,0xfe,0x35,0x3d,0x3d,0x3d,0x8, + 0x87,0xc3,0x58,0x59,0x59,0x91,0x63,0xe5,0x2e,0x4,0xe0,0x27,0x72,0x91,0x88,0x88, + 0xca,0xda,0x63,0xa8,0xa0,0x47,0xac,0x2b,0x2b,0x2b,0x8,0x85,0x42,0xe8,0xee,0xee, + 0xc6,0xe2,0xe2,0xe2,0x9d,0x96,0x65,0x7d,0x4d,0x8,0x71,0x8f,0x9c,0xa3,0xf5,0x63, + 0x23,0xf7,0x3c,0x74,0x5d,0x7f,0xed,0xfc,0xfc,0xfc,0xd,0x2d,0x2d,0x2d,0x18,0x1f, + 0x1f,0x57,0x71,0x7,0x87,0x9,0x0,0x7f,0x27,0x17,0x89,0x88,0x48,0x9,0x8f,0x62, + 0x75,0x11,0xf7,0x8a,0x90,0xcf,0xe7,0x31,0x3c,0x3c,0x8c,0xd6,0xd6,0x56,0x84,0x42, + 0xa1,0xdf,0xd5,0x75,0xfd,0x26,0x39,0x43,0xeb,0xc7,0x46,0x4e,0x92,0xcf,0xe7,0xdf, + 0xb3,0xb4,0xb4,0xf4,0x46,0xbf,0xdf,0x8f,0xae,0xae,0x2e,0xc4,0xe3,0x71,0x15,0x5f, + 0x70,0x58,0x6,0xf0,0x8c,0x5c,0x24,0x22,0x22,0x25,0xfc,0x4,0x80,0x26,0x17,0x55, + 0x75,0x6c,0x39,0x92,0x40,0x20,0x80,0xce,0xce,0x4e,0x44,0x22,0x91,0x77,0x58,0x96, + 0xc5,0x1d,0x1f,0x4a,0x84,0x8d,0x9c,0xc4,0x34,0xcd,0xd7,0xcc,0xcd,0xcd,0xbd,0xc2, + 0xeb,0xf5,0x62,0x71,0x71,0x11,0x8e,0xe3,0xc8,0x91,0x72,0x37,0x2,0xe0,0xab,0x72, + 0x91,0x88,0x88,0x94,0xf2,0x19,0xac,0x2e,0xe6,0x5e,0x11,0x1c,0xc7,0xc1,0xec,0xec, + 0x2c,0x3a,0x3a,0x3a,0x10,0xc,0x6,0x6f,0xb0,0x2c,0xeb,0x3a,0x39,0x43,0xeb,0xc3, + 0x46,0xee,0x37,0x68,0x9a,0xf6,0x91,0xb9,0xb9,0xb9,0x37,0x77,0x74,0x74,0x60,0x60, + 0x60,0x0,0xe9,0x74,0x5a,0x8e,0x6c,0x88,0xda,0xda,0x5a,0xd4,0xd7,0xd7,0xcb,0xe5, + 0xf5,0x8a,0x2,0x68,0x92,0x8b,0x44,0x44,0xa4,0x94,0x67,0x50,0x41,0xbb,0x3d,0x0, + 0x40,0x2a,0x95,0x42,0x6f,0x6f,0x2f,0xbc,0x5e,0x2f,0x82,0xc1,0xe0,0x7b,0x73,0xb9, + 0xdc,0xbb,0xe4,0xc,0xd1,0xba,0x39,0x8e,0xf3,0x70,0x34,0x1a,0x9d,0x79,0xfc,0xf1, + 0xc7,0xc5,0x5d,0x77,0xdd,0x25,0x76,0xee,0xdc,0x29,0x0,0x6c,0xca,0xe1,0x72,0xb9, + 0x84,0xcb,0xe5,0x3a,0xae,0xbe,0x8e,0xa3,0xf,0xc0,0xcd,0x20,0x22,0xa2,0x4a,0x70, + 0x17,0x56,0x5f,0x5c,0x93,0xef,0xf5,0xca,0x1e,0xbb,0x76,0xed,0x12,0xf7,0xde,0x7b, + 0xaf,0xf8,0xd9,0xcf,0x7e,0x26,0x12,0x89,0xc4,0x98,0xe3,0x38,0xef,0x5,0x9d,0x11, + 0x8e,0xc8,0xfd,0x8a,0x65,0x59,0x2f,0x9f,0x9f,0x9f,0xbf,0xbc,0xb3,0xb3,0x13,0x13, + 0x13,0x13,0x9b,0xb6,0xdc,0x48,0x4d,0x4d,0xd,0x6a,0x6a,0x6a,0x4a,0x31,0xf,0xaf, + 0x7,0xc0,0x47,0x0,0xf8,0xe5,0x13,0x44,0x44,0xa4,0xa4,0x16,0x0,0xef,0x4,0x10, + 0x94,0xea,0xca,0xd2,0x34,0xd,0xe3,0xe3,0xe3,0xe8,0xec,0xec,0xc4,0xe2,0xe2,0xe2, + 0xd5,0x86,0x61,0xec,0x93,0x33,0x74,0x7a,0xd8,0xc8,0x1,0xb0,0x6d,0xfb,0x91,0x4c, + 0x26,0xf3,0x8e,0xe6,0xe6,0x66,0xb4,0xb4,0xb4,0x6c,0xda,0xb,0xe,0x2e,0x97,0xb, + 0x2e,0x97,0xab,0x54,0x4b,0x9b,0x24,0x1,0xf4,0xca,0x45,0x22,0x22,0x52,0x9a,0x17, + 0x80,0x29,0x17,0x55,0x75,0xec,0xc5,0x87,0xc6,0xc6,0x46,0xb4,0xb7,0xb7,0x43,0xd7, + 0xf5,0x87,0x1c,0xc7,0xf9,0x88,0x9c,0xa3,0xb5,0x63,0x23,0x7,0x20,0x1e,0x8f,0x5f, + 0x31,0x32,0x32,0x72,0x89,0xdf,0xef,0xc7,0xc2,0xc2,0xc2,0xa6,0xed,0xe0,0x50,0x5b, + 0x5b,0x8b,0xda,0xda,0x5a,0xb9,0xbc,0x1e,0x7e,0x0,0x9f,0x94,0x8b,0x44,0x44,0x54, + 0x11,0xde,0x81,0xd5,0x9d,0x7a,0x2a,0x82,0x65,0x59,0x98,0x99,0x99,0x81,0xd7,0xeb, + 0xc5,0xf8,0xf8,0xf8,0x65,0xb1,0x58,0xec,0x32,0x39,0x43,0x6b,0x57,0xf5,0x8d,0x9c, + 0x6d,0xdb,0x8f,0x66,0x32,0x99,0xf7,0xb4,0xb5,0xb5,0x61,0x60,0x60,0x0,0x86,0x61, + 0xc8,0x91,0xd,0x51,0x5b,0x5b,0xb,0x97,0xcb,0x85,0x42,0xa1,0x20,0x9f,0x5a,0x8f, + 0x2c,0x56,0xd7,0x8e,0x23,0x22,0xa2,0xca,0x33,0x8,0xc0,0x92,0x8b,0x2a,0xd3,0x75, + 0x1d,0x3d,0x3d,0x3d,0xf0,0x7a,0xbd,0xd0,0x34,0xed,0xe3,0xb6,0x6d,0xff,0x91,0x9c, + 0xa1,0xb5,0xa9,0x93,0xb,0xd5,0x66,0x61,0x61,0xe1,0xd2,0xfe,0xfe,0xfe,0x17,0xfe, + 0xea,0x2d,0x9a,0x52,0x3d,0xe6,0x3c,0xa5,0x62,0xb1,0x8,0x21,0x44,0x29,0x1e,0xe1, + 0x7a,0x0,0x3c,0x24,0x17,0x89,0x88,0xa8,0xa2,0xfc,0x1e,0x80,0x6,0x0,0x57,0xc8, + 0x27,0x54,0xe4,0x38,0xe,0xe6,0xe7,0xe7,0xd1,0xd1,0xd1,0x81,0x6b,0xae,0xb9,0xe6, + 0xe2,0x9a,0x9a,0x9a,0x8b,0xe5,0xc,0xad,0x4d,0x55,0x8f,0xc8,0xad,0xac,0xac,0x7c, + 0x35,0x95,0x4a,0x7d,0xa0,0xa5,0xa5,0x5,0x23,0x23,0x23,0x9b,0xba,0x83,0x83,0x10, + 0x2,0xc5,0x62,0x51,0x2e,0xaf,0x87,0x8e,0xa,0x9a,0x8,0x4b,0x44,0x44,0xcf,0x6b, + 0x16,0xc0,0x1d,0x0,0x26,0xe5,0x13,0xaa,0xb2,0x2c,0xb,0xfd,0xfd,0xfd,0x68,0x6d, + 0x6d,0x45,0x2e,0x97,0xfb,0x94,0xe3,0x38,0x9f,0x93,0x33,0x74,0x6a,0x55,0xdb,0xc8, + 0xad,0xac,0xac,0x7c,0x23,0x5,0x97,0x65,0xab,0x0,0x0,0xa,0x1c,0x49,0x44,0x41, + 0x54,0x12,0x89,0x7c,0xae,0xaf,0xaf,0x6f,0x57,0x6f,0x6f,0x2f,0xe2,0xf1,0x78,0xa9, + 0x1a,0xab,0xcd,0xd4,0x4,0xe0,0x7d,0x72,0x91,0x88,0x88,0x2a,0xd2,0x12,0x80,0x92, + 0xcc,0xc7,0x39,0xa6,0xae,0xae,0xe,0x35,0x35,0x5b,0xd3,0xa,0x14,0x8b,0x45,0x44, + 0xa3,0x51,0xf4,0xf4,0xf4,0x60,0x70,0x70,0xf0,0xbc,0x44,0x22,0xf1,0x15,0xc7,0x71, + 0xbe,0x28,0xe7,0xe8,0xe4,0xb6,0xe6,0x5f,0xaf,0xc,0x68,0x9a,0xb6,0x7b,0x68,0x68, + 0xe8,0xec,0xc3,0x87,0xf,0x63,0x62,0x62,0x62,0xd3,0x5e,0x70,0x28,0xa1,0x6,0x0, + 0x6f,0xc3,0xea,0xdb,0xaa,0x44,0x44,0x54,0x1d,0x6e,0x3,0x30,0x2a,0x17,0xd7,0xcb, + 0x71,0x9c,0x2d,0x1b,0xc4,0x10,0x42,0xc0,0xb6,0x6d,0xc,0xf,0xf,0xe3,0xb9,0xe7, + 0x9e,0xc3,0xd8,0xd8,0xd8,0x39,0xba,0xae,0xef,0x92,0x73,0x74,0x72,0x55,0xd9,0xc8, + 0x59,0x96,0xf5,0x9d,0x68,0x34,0xfa,0x50,0x4f,0x4f,0xf,0x46,0x46,0x46,0x90,0xc9, + 0x64,0x4a,0x31,0x57,0x6d,0xb3,0x15,0x50,0x41,0x7b,0xf1,0x11,0x11,0xd1,0x9a,0x64, + 0x0,0x6c,0xce,0x64,0xee,0x4d,0x50,0x2c,0x16,0x91,0x4c,0x26,0x31,0x38,0x38,0x88, + 0xde,0xde,0x5e,0x24,0x93,0xc9,0x3f,0x36,0x4d,0xf3,0x7f,0xcb,0x39,0x3a,0xb1,0xaa, + 0x6c,0xe4,0x52,0xa9,0xd4,0xb,0xbc,0x5e,0x6f,0xfd,0xd3,0x4f,0x3f,0x8d,0xd9,0xd9, + 0xd9,0x2d,0xfb,0x36,0x72,0x6,0xe,0x0,0xe0,0x86,0xc3,0x44,0x44,0xd5,0xe9,0x55, + 0x58,0x7d,0x93,0xb5,0x22,0x14,0x8b,0x45,0x4c,0x4c,0x4c,0xe0,0xe9,0xa7,0x9f,0x46, + 0x57,0x57,0xd7,0xb6,0x4c,0x26,0xb3,0x4d,0xce,0xd0,0x89,0x55,0x5d,0x23,0x97,0xcb, + 0xe5,0xbe,0x1f,0xc,0x6,0x3f,0x16,0x8,0x4,0x30,0x3b,0x3b,0xb,0xcb,0x52,0xee, + 0x8d,0x6e,0x81,0xd5,0x6f,0x63,0xca,0x75,0x9f,0x44,0x44,0x54,0x12,0xc7,0x3e,0x3, + 0x94,0x7b,0x94,0x74,0x22,0xa6,0x69,0x62,0x6a,0x6a,0xa,0x81,0x40,0x0,0xe1,0x70, + 0xf8,0x4f,0x73,0xb9,0xdc,0x37,0xe4,0xc,0x3d,0xbf,0xaa,0x5a,0x7e,0x44,0x8,0x51, + 0xb7,0xb4,0xb4,0x54,0xdb,0xd5,0xd5,0x5,0xbf,0xdf,0x8f,0x74,0x3a,0x2d,0x47,0x54, + 0x70,0x10,0xc0,0xbb,0x1,0x9c,0x25,0x9f,0x20,0x22,0xa2,0xaa,0x71,0xb,0x56,0x17, + 0x83,0xbf,0x4e,0x3e,0xa1,0xaa,0x78,0x3c,0xe,0xaf,0xd7,0x8b,0x6b,0xaf,0xbd,0x16, + 0x7b,0xf6,0xec,0xa9,0x13,0x42,0xd4,0xb9,0x5c,0x2e,0x47,0xce,0xd1,0x6f,0xab,0x9a, + 0x46,0x4e,0x8,0xb1,0x3d,0x99,0x4c,0x3e,0x36,0x35,0x35,0xf5,0x81,0xb6,0xb6,0x36, + 0x4c,0x4e,0x4e,0xc2,0x34,0xff,0x7b,0xd7,0x13,0x97,0xcb,0x75,0xc6,0xf3,0xe4,0x4a, + 0xf1,0x33,0xd6,0xe0,0x7e,0x54,0xd0,0x76,0x2d,0x44,0x44,0xa4,0x96,0x52,0x7e,0xd6, + 0xfd,0xe6,0xcf,0x32,0xc,0x3,0x63,0x63,0x63,0x68,0x6d,0x6d,0xc5,0xbe,0x7d,0xfb, + 0x3e,0x7f,0xf6,0xd9,0x67,0xd7,0xb,0x21,0xbe,0xe8,0x72,0xb9,0x94,0x7b,0x74,0xb6, + 0x99,0xaa,0xe6,0xd1,0x6a,0xa1,0x50,0xf8,0x17,0x4d,0xd3,0x3e,0xe0,0x76,0xbb,0xd1, + 0xdb,0xdb,0x7b,0xdc,0xe,0xe,0xa5,0xf8,0xa5,0x2c,0xc5,0xcf,0x20,0x22,0x22,0x2a, + 0x67,0xa5,0xfc,0xac,0x93,0x7f,0x56,0x2e,0x97,0x43,0x20,0x10,0x40,0x47,0x47,0x7, + 0x74,0x5d,0xff,0x8c,0xe3,0x38,0x5f,0xff,0xad,0x0,0x1d,0xa7,0x2a,0x46,0xe4,0x84, + 0x10,0xe7,0x87,0xc3,0xe1,0xb3,0x87,0x86,0x86,0xb0,0xd9,0xfb,0xa9,0x12,0x11,0x11, + 0xd1,0xda,0xe4,0xf3,0x79,0xcc,0xcd,0xcd,0xc1,0xe7,0xf3,0xe1,0xba,0xeb,0xae,0x43, + 0x4d,0x4d,0xcd,0x39,0x42,0x88,0xdd,0x2e,0x97,0x4b,0xc9,0xb9,0x50,0x9b,0xa1,0x2a, + 0x1a,0x39,0xcb,0xb2,0xbe,0x15,0xc,0x6,0xdf,0xf5,0xd4,0x53,0x4f,0x21,0x10,0x8, + 0x1c,0x37,0x1a,0x47,0x44,0x44,0x44,0xe5,0x41,0xd7,0x75,0xb4,0xb7,0xb7,0xe3,0xe2, + 0x8b,0x2f,0xc6,0x9e,0x3d,0x7b,0x1e,0xde,0xbd,0x7b,0xb7,0x6,0xe0,0xf3,0x72,0x8e, + 0x56,0x55,0xfc,0xa3,0x55,0x21,0xc4,0x25,0xb,0xb,0xb,0xbb,0x7b,0x7b,0x7b,0x31, + 0x3c,0x3c,0xac,0xea,0x9a,0x71,0x44,0x44,0x44,0x15,0xc5,0xe5,0x72,0xc9,0x25,0x0, + 0xbf,0xbd,0xb6,0xdc,0xc0,0xc0,0x0,0x82,0xc1,0xe0,0x5,0x42,0x8,0xee,0xc5,0x7a, + 0x2,0x15,0xdd,0xc8,0x9,0x21,0xf6,0x9a,0xa6,0xf9,0xbd,0x60,0x30,0xf8,0xb6,0xa3, + 0x47,0x8f,0x62,0x72,0x72,0x92,0x8f,0x54,0x89,0x88,0x88,0xca,0xc0,0xc9,0x6,0x55, + 0xf2,0xf9,0x3c,0x46,0x46,0x46,0xd0,0xd8,0xd8,0x88,0x48,0x24,0xf2,0x61,0xcb,0xb2, + 0xbe,0x29,0x84,0xb8,0x54,0xce,0x51,0x85,0x37,0x72,0x85,0x42,0xe1,0x6b,0x91,0x48, + 0xe4,0xfe,0x40,0x20,0x80,0xfe,0xfe,0x7e,0xa4,0x52,0xa9,0x93,0xfe,0xe2,0x10,0x11, + 0x11,0xd1,0xd6,0x13,0x42,0x20,0x91,0x48,0xa0,0xb7,0xb7,0x17,0x5d,0x5d,0x5d,0x88, + 0xc5,0x62,0xef,0x73,0x1c,0xe7,0xb,0x72,0x8e,0x2a,0xb8,0x91,0xb3,0x2c,0xeb,0x1a, + 0x5d,0xd7,0x2f,0x1a,0x1c,0x1c,0x84,0xc7,0xe3,0xc1,0xf2,0xf2,0xf2,0xa6,0xed,0xe0, + 0xe0,0x72,0xb9,0xb6,0x6c,0x13,0x62,0x22,0x22,0xa2,0x4a,0xb0,0xb2,0xb2,0x82,0xc5, + 0xc5,0x45,0x78,0x3c,0x1e,0x8c,0x8e,0x8e,0x42,0xd7,0xf5,0x4b,0x84,0x10,0x57,0xca, + 0xb9,0x6a,0x57,0xb1,0xdd,0x86,0x10,0xe2,0xcb,0xb,0xb,0xb,0xf7,0x78,0x3c,0x1e, + 0xc,0xd,0xd,0x21,0x97,0xcb,0xc9,0x91,0xd,0x23,0x84,0xd8,0xb4,0xa6,0x91,0x88, + 0x88,0xa8,0x52,0xa5,0xd3,0x69,0xf4,0xf7,0xf7,0xa3,0xa3,0xa3,0x3,0xa1,0x50,0xe8, + 0x1d,0xa6,0x69,0x7e,0x46,0xce,0x54,0xbb,0x8a,0x6c,0xe4,0x74,0x5d,0xbf,0x31,0x99, + 0x4c,0x5e,0x12,0x8,0x4,0xe0,0xf1,0x78,0x10,0x8d,0x46,0x37,0xe5,0x91,0xea,0x89, + 0x26,0x6e,0x12,0x11,0x11,0xd1,0xe9,0x13,0x42,0x60,0x69,0x69,0x9,0x6e,0xb7,0x1b, + 0x3d,0x3d,0x3d,0x48,0xa7,0xd3,0x97,0xe7,0xf3,0xf9,0x6b,0xe5,0x5c,0x35,0xab,0xc8, + 0x46,0xce,0x71,0x9c,0x3f,0x9e,0x9e,0x9e,0xbe,0xd3,0xeb,0xf5,0x62,0x7a,0x7a,0x7a, + 0xd3,0xf6,0x53,0xdd,0x8c,0x66,0x91,0x88,0x88,0xa8,0x9a,0x18,0x86,0x81,0x89,0x89, + 0x9,0xf8,0x7c,0x3e,0x2c,0x2c,0x2c,0xbc,0xd9,0xb2,0xac,0x8f,0xcb,0x99,0x6a,0x56, + 0x71,0x8d,0x9c,0x61,0x18,0xb7,0x47,0x22,0x91,0xcb,0x5a,0x5a,0x5a,0xe0,0xf5,0x7a, + 0xf9,0x82,0x3,0x11,0x11,0xd1,0x3a,0xd4,0xd7,0xd7,0x97,0xc5,0x7c,0x6f,0x21,0x4, + 0xe2,0xf1,0x38,0xda,0xda,0xda,0xe0,0xf1,0x78,0x10,0x8b,0xc5,0xae,0xb2,0x6d,0xfb, + 0x26,0x39,0x57,0xad,0xb6,0xfe,0x5f,0xa8,0xc4,0x74,0x5d,0xff,0xd4,0xe4,0xe4,0xe4, + 0xad,0x9d,0x9d,0x9d,0x8,0x6,0x83,0x5c,0x6e,0x84,0x88,0x88,0x68,0x1d,0xea,0xea, + 0xea,0xca,0xa2,0x91,0x3,0x56,0x97,0x23,0x59,0x58,0x58,0x40,0x20,0x10,0xc0,0xec, + 0xec,0xec,0x3d,0xe9,0x74,0xfa,0xf,0xe4,0x4c,0xb5,0xaa,0xa8,0x9d,0x1d,0xe2,0xf1, + 0xf8,0xbd,0x33,0x33,0x33,0x57,0x36,0x34,0x34,0x60,0x60,0x60,0x80,0x3b,0x38,0x10, + 0x11,0x11,0xad,0x93,0x69,0x9a,0x72,0x69,0x4b,0x69,0x9a,0x86,0xee,0xee,0x6e,0x5c, + 0x79,0xe5,0x95,0x38,0xef,0xbc,0xf3,0x5e,0x91,0x4c,0x26,0xef,0x38,0xff,0xfc,0xf3, + 0xdd,0x72,0xae,0xda,0x94,0x47,0xab,0x5d,0x22,0xa9,0x54,0xea,0xf,0x87,0x87,0x87, + 0x6f,0xf4,0xfb,0xfd,0x8,0x87,0xc3,0x58,0x59,0x59,0x91,0x23,0x44,0x44,0x44,0xa4, + 0x20,0xc7,0x71,0x10,0xa,0x85,0xe0,0xf5,0x7a,0x31,0x31,0x31,0x71,0x47,0x22,0x91, + 0x78,0xaf,0x9c,0xa9,0x46,0x15,0xd3,0xc8,0x65,0xb3,0xd9,0xb7,0x2f,0x2c,0x2c,0xec, + 0x6f,0x6b,0x6b,0xc3,0xcc,0xcc,0xc,0xa,0x85,0x82,0x1c,0x21,0x22,0x22,0x22,0x85, + 0xd9,0xb6,0x8d,0x89,0x89,0x9,0xb4,0xb7,0xb7,0x63,0x69,0x69,0xe9,0x7a,0x4d,0xd3, + 0xee,0x93,0x33,0xd5,0xa6,0x22,0x1a,0x39,0xc7,0x71,0xde,0x1d,0x89,0x44,0xbe,0x3e, + 0x30,0x30,0x70,0x6d,0x4f,0x4f,0xf,0x92,0xc9,0x24,0xd7,0x71,0x23,0x22,0x22,0xaa, + 0x30,0xc5,0x62,0x11,0xf1,0x78,0x1c,0x5d,0x5d,0x5d,0x18,0x1e,0x1e,0xbe,0x39,0x1c, + 0xe,0x7f,0xbd,0x50,0x28,0xbc,0x45,0xce,0x55,0x93,0x8a,0x68,0xe4,0x4c,0xd3,0x7c, + 0x70,0x62,0x62,0xe2,0x77,0x9a,0x9b,0x9b,0x31,0x37,0x37,0x7,0xc7,0x71,0xe4,0x8, + 0x11,0x11,0x11,0x55,0x0,0xdb,0xb6,0x31,0x35,0x35,0x85,0x96,0x96,0x16,0xcc,0xcd, + 0xcd,0xdd,0x58,0x28,0x14,0xbe,0x2a,0x84,0x78,0x40,0xce,0x55,0xb,0xe5,0x1b,0x39, + 0xd3,0x34,0x3f,0x32,0x3b,0x3b,0x7b,0xad,0xcf,0xe7,0xc3,0xe8,0xe8,0x28,0x72,0xb9, + 0x1c,0x97,0x1b,0x21,0x22,0x22,0xaa,0x50,0x42,0x8,0x64,0x32,0x19,0xc,0xf,0xf, + 0x23,0x10,0x8,0x20,0x14,0xa,0xbd,0x2a,0x9f,0xcf,0xbf,0x49,0xce,0x55,0xb,0xa5, + 0x1b,0x39,0xc7,0x71,0x3e,0x9e,0xcd,0x66,0xbf,0xdc,0xd3,0xd3,0xb3,0xaf,0xb9,0xb9, + 0x19,0xc1,0x60,0x90,0x2f,0x38,0x10,0x11,0x11,0x55,0x38,0xc7,0x71,0x30,0x37,0x37, + 0x87,0xa6,0xa6,0x26,0x74,0x77,0x77,0x23,0x93,0xc9,0xdc,0xe6,0x38,0xce,0x7,0xe4, + 0x5c,0x35,0x50,0xba,0x91,0x33,0x4d,0xf3,0x4d,0x63,0x63,0x63,0x2f,0x6b,0x6b,0x6b, + 0xc3,0xc4,0xc4,0x44,0xd9,0xbd,0x2a,0x4d,0x44,0x44,0x44,0x1b,0x43,0xd7,0x75,0x8c, + 0x8e,0x8e,0xc2,0xe3,0xf1,0x60,0x66,0x66,0xe6,0x1a,0xd3,0x34,0xef,0x96,0x33,0xd5, + 0x40,0xd9,0x46,0xce,0xb6,0xed,0xff,0x99,0x4a,0xa5,0xae,0xf7,0xfb,0xfd,0x8,0x4, + 0x2,0x48,0xa7,0xd3,0x72,0x84,0xca,0xc,0xf7,0xa2,0x25,0x22,0xa2,0x63,0x4a,0xf1, + 0x99,0x90,0x48,0x24,0xe0,0xf3,0xf9,0xd0,0xd5,0xd5,0x85,0x4c,0x26,0x73,0x87,0xe3, + 0x38,0x1f,0x93,0x33,0x95,0x4e,0xd9,0x46,0x4e,0xd7,0xf5,0xd7,0xd,0xe,0xe,0xbe, + 0xc4,0xe7,0xf3,0x61,0x71,0x71,0x91,0x3b,0x38,0x28,0x80,0x73,0x17,0x89,0x88,0xe8, + 0x98,0x52,0x7c,0x26,0x58,0x96,0x85,0xd9,0xd9,0x59,0x78,0xbd,0x5e,0x8c,0x8e,0x8e, + 0x5e,0xa1,0x69,0xda,0x6d,0x72,0xa6,0xd2,0x29,0xd9,0xc8,0xd9,0xb6,0xfd,0xe7,0xd9, + 0x6c,0xf6,0xa6,0xf6,0xf6,0x76,0xf4,0xf7,0xf7,0x43,0xd3,0x34,0x39,0x42,0x44,0x44, + 0x44,0x55,0x20,0x9b,0xcd,0xa2,0xa7,0xa7,0x7,0x3e,0x9f,0xf,0xd9,0x6c,0xf6,0x6e, + 0xdb,0xb6,0x1f,0x91,0x33,0x95,0x4c,0xc9,0x46,0x2e,0x1a,0x8d,0xde,0xec,0xf5,0x7a, + 0x2f,0xf6,0x7a,0xbd,0x58,0x5e,0x5e,0xe6,0x72,0x23,0x8a,0x28,0xc5,0x30,0x3a,0x11, + 0x11,0xd1,0x6f,0x2a,0x14,0xa,0x8,0x6,0x83,0xe8,0xe8,0xe8,0x40,0x57,0x57,0xd7, + 0x4b,0xa3,0xd1,0xe8,0xf5,0x72,0xa6,0x92,0x29,0xd7,0xc8,0xe9,0xba,0xfe,0xd7,0x4b, + 0x4b,0x4b,0xb7,0x34,0x36,0x36,0x62,0x6c,0x6c,0xc,0x96,0x65,0xc9,0x11,0x2a,0x53, + 0xa5,0x18,0x46,0x27,0x22,0x22,0x92,0x99,0xa6,0x89,0xa1,0xa1,0x21,0xb4,0xb6,0xb6, + 0x22,0x1a,0x8d,0xde,0xab,0x69,0xda,0x97,0xe4,0x4c,0xa5,0xaa,0x93,0xb,0xe5,0x6e, + 0x6a,0x6a,0xea,0x3a,0x8f,0xc7,0x73,0x41,0x20,0x10,0x40,0x3c,0x1e,0xe7,0xe,0xe, + 0x44,0x44,0x44,0x55,0x6e,0x65,0x65,0x5,0xd1,0x68,0x14,0x3e,0x9f,0xf,0x57,0x5f, + 0x7d,0xf5,0xc5,0xf5,0xf5,0xf5,0xd7,0xc8,0x99,0x4a,0xa5,0xd4,0x88,0x5c,0x2a,0x95, + 0xfa,0xce,0xcc,0xcc,0xcc,0xef,0x1e,0x39,0x72,0x84,0xfb,0xa9,0x2a,0x88,0x8f,0x56, + 0x89,0x88,0x68,0xa3,0xd8,0xb6,0x8d,0xf1,0xf1,0x71,0x34,0x34,0x34,0x60,0x7e,0x7e, + 0xfe,0x4d,0x89,0x44,0xe2,0xeb,0x72,0xa6,0x12,0x29,0xd3,0xc8,0x15,0xa,0x85,0xc7, + 0x22,0x91,0xc8,0x87,0xfb,0xfa,0xfa,0xce,0x9d,0x9a,0x9a,0x82,0x61,0x18,0x72,0x84, + 0x88,0x88,0x88,0xaa,0x94,0x10,0x2,0x9a,0xa6,0x61,0x62,0x62,0x2,0x43,0x43,0x43, + 0xe7,0x27,0x93,0xc9,0x4f,0x16,0xa,0x85,0xbf,0x95,0x73,0x95,0x46,0x99,0x46,0xce, + 0x30,0x8c,0xcb,0xfa,0xfa,0xfa,0xce,0x39,0x7a,0xf4,0x28,0x42,0xa1,0x10,0x77,0x70, + 0x50,0x10,0xe7,0xc8,0x11,0x11,0xd1,0x46,0x3a,0xb6,0xe3,0x43,0x43,0x43,0x3,0x46, + 0x46,0x46,0x76,0x9b,0xa6,0x79,0xa9,0x9c,0xa9,0x34,0x4a,0x34,0x72,0xba,0xae,0x3f, + 0x39,0x3e,0x3e,0x7e,0x47,0x5b,0x5b,0x1b,0xa6,0xa7,0xa7,0xf9,0x82,0x3,0x11,0x11, + 0x11,0x3d,0x2f,0xc3,0x30,0x30,0x39,0x39,0x89,0x5f,0xf5,0xc,0x6f,0x35,0xc,0xe3, + 0x9f,0xe4,0x4c,0x25,0x29,0xfb,0x46,0xce,0x71,0x9c,0xff,0xb2,0x6d,0xfb,0x9d,0x3, + 0x3,0x3,0x67,0x5,0x2,0x1,0xa4,0x52,0x29,0x8e,0xec,0x28,0x8a,0x73,0xe4,0x88, + 0x88,0xe8,0x98,0x8d,0xfa,0x4c,0x10,0x42,0x20,0x16,0x8b,0xc1,0xef,0xf7,0x63,0x78, + 0x78,0xf8,0x6c,0x5d,0xd7,0x2f,0x90,0x33,0x95,0xa4,0xec,0x1b,0x39,0xcb,0xb2,0x76, + 0xf7,0xf4,0xf4,0x6c,0x6b,0x6a,0x6a,0xc2,0xd4,0xd4,0x14,0xf2,0xf9,0xbc,0x1c,0x21, + 0x45,0xb0,0x1,0x27,0x22,0xa2,0x63,0x36,0xf2,0x33,0xc1,0x34,0x4d,0x8c,0x8f,0x8f, + 0xa3,0xa9,0xa9,0x9,0x23,0x23,0x23,0xf,0xe4,0x72,0xb9,0x7f,0x93,0x33,0x95,0xa2, + 0xac,0x97,0x1f,0x71,0x1c,0xe7,0xf0,0xe2,0xe2,0xe2,0x5d,0x47,0x8e,0x1c,0x81,0xd7, + 0xeb,0x45,0x36,0x9b,0x95,0x23,0x44,0x44,0x44,0x44,0xc7,0x49,0x26,0x93,0xf0,0x78, + 0x3c,0xb8,0xec,0xb2,0xcb,0xb6,0xed,0xdd,0xbb,0xf7,0x83,0x85,0x42,0x61,0x5b,0x7d, + 0x7d,0xfd,0xfb,0xe5,0x9c,0xea,0xca,0xba,0x91,0xd3,0x34,0x6d,0xdb,0xf0,0xf0,0x70, + 0xed,0xd4,0xd4,0x14,0x4c,0xd3,0xc4,0x8e,0x1d,0x3b,0xe4,0xc8,0x9a,0xb8,0x5c,0xae, + 0x53,0x76,0xfe,0x6b,0xc9,0x6c,0xa6,0xb5,0x5c,0xcf,0x5a,0x32,0x9b,0x65,0x2d,0xd7, + 0x52,0x53,0x53,0x53,0x36,0xeb,0xfe,0xad,0xe5,0x7a,0xd7,0x92,0xd9,0x4c,0x6b,0xb9, + 0x9e,0xb5,0x64,0x36,0xcb,0x5a,0xae,0x65,0x2d,0x99,0xcd,0xb2,0x96,0x6b,0x59,0x4b, + 0x66,0xb3,0xac,0xe5,0x5a,0xd6,0x92,0xd9,0x4c,0x6b,0xb9,0x9e,0xb5,0x64,0x36,0xcb, + 0x5a,0xae,0x65,0x2d,0x99,0xcd,0xb2,0x96,0x6b,0x59,0x4b,0x66,0xb3,0xac,0xf5,0x5a, + 0xd6,0x9a,0x7b,0x3e,0xba,0xae,0x63,0x7c,0x7c,0x1c,0xe3,0xe3,0xe3,0xb5,0xbb,0x77, + 0xef,0xde,0x26,0x9f,0xaf,0x4,0x65,0xdd,0xc8,0xe5,0xf3,0x79,0x2c,0x2f,0x2f,0x63, + 0xd7,0xae,0x5d,0xb8,0xe5,0x96,0x5b,0x20,0x84,0x80,0xcb,0x55,0x9a,0x67,0xea,0x67, + 0xf2,0x8b,0xb1,0x15,0x2a,0xe1,0x7a,0x9f,0xaf,0x56,0x4e,0xca,0xfd,0xfa,0x64,0xbc, + 0xde,0x8d,0xa7,0xda,0x35,0xf3,0x7a,0x37,0x96,0x6a,0xd7,0xb,0xa8,0x77,0xcd,0xa5, + 0xbc,0x5e,0x21,0x4,0x6a,0x6a,0x6a,0xb0,0x63,0xc7,0xe,0x44,0xa3,0xd1,0x8a,0x9d, + 0x9a,0x55,0x9a,0xae,0x68,0x83,0xd8,0xb6,0xfd,0x6c,0x36,0x9b,0xbd,0x43,0xd7,0xf5, + 0x92,0xfd,0xc3,0x12,0x11,0x11,0x51,0xf5,0xa8,0xa9,0xa9,0xc1,0xce,0x9d,0x3b,0xb1, + 0x73,0xe7,0xce,0x5f,0x6e,0xdb,0xb6,0xed,0x43,0xf2,0x79,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22, + 0x22,0x22,0x22,0x22,0xa2,0x32,0xf4,0xff,0x1,0x1,0xf0,0xa8,0x9e,0x5b,0x41,0xf6, + 0x2,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/show.png + 0x0,0x0,0x3,0x1b, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x28,0x0,0x0,0x0,0x28,0x8,0x4,0x0,0x0,0x0,0x26,0xf7,0x70,0xe6, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x1,0x86,0xa0,0x31,0xe8,0x96,0x5f, + 0x0,0x0,0x0,0x2,0x62,0x4b,0x47,0x44,0x0,0x0,0xaa,0x8d,0x23,0x32,0x0,0x0, + 0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x0,0x48,0x0,0x0,0x0,0x48,0x0,0x46, + 0xc9,0x6b,0x3e,0x0,0x0,0x2,0x4d,0x49,0x44,0x41,0x54,0x48,0xc7,0xad,0x96,0x4f, + 0x6e,0xd4,0x30,0x14,0x87,0xbf,0xe7,0xa4,0x15,0x45,0x6c,0x59,0x70,0x84,0x4a,0x5c, + 0x81,0x1b,0x0,0x93,0x32,0x12,0x2c,0xba,0x44,0x82,0xb,0x70,0x3,0xd8,0x71,0x2, + 0x16,0xb0,0x46,0x2,0x75,0xda,0x2,0x17,0x40,0xac,0x90,0xb8,0x6,0x37,0x40,0x88, + 0x36,0xf1,0x8f,0x85,0xf3,0xc7,0x1e,0x67,0x66,0x92,0x81,0x17,0x8d,0x22,0x7b,0x9c, + 0xcf,0xbf,0xf7,0xfc,0xfc,0x6c,0x3b,0xc6,0xe8,0x4c,0x80,0xfa,0x67,0x3f,0x73,0x49, + 0xcb,0xf6,0xa4,0xa4,0xc0,0x4e,0x8d,0xe8,0x65,0x59,0xff,0xef,0xec,0x29,0x5c,0xe7, + 0xac,0x5a,0x90,0x61,0xe,0x71,0x83,0x23,0xc0,0xff,0xab,0xcb,0xc2,0x0,0xe9,0x54, + 0xdf,0xf8,0xce,0xf3,0xbe,0x67,0x86,0xd9,0xf1,0x5a,0x1b,0xf9,0x43,0xff,0x43,0x77, + 0x1,0x78,0xca,0xbb,0xd9,0xa,0x45,0xf2,0x48,0x70,0x8b,0x23,0xe0,0x1a,0x78,0x4b, + 0x35,0x26,0x62,0xaa,0xcb,0x16,0xbc,0xc6,0xf8,0x85,0x47,0x5c,0x81,0x56,0x3c,0xc9, + 0xbe,0xd1,0x24,0xa0,0x10,0xb2,0x90,0x89,0xd4,0x38,0xa,0xe,0x69,0xc,0xde,0xab, + 0x62,0x86,0xb9,0x28,0x8d,0x85,0x70,0x18,0x35,0x1e,0x70,0x8,0x87,0x7,0x56,0x9c, + 0xcc,0x0,0x66,0xee,0x18,0x6a,0x7b,0xd,0xc3,0xd1,0x18,0x3a,0xe3,0xe1,0xbe,0x40, + 0x3,0x3c,0x4d,0x32,0xa2,0x36,0x74,0xc1,0x72,0x3f,0x60,0x80,0xfa,0xa4,0x55,0x52, + 0x1b,0x7c,0xe4,0xc1,0xe8,0xd8,0x2d,0x40,0xeb,0x15,0x76,0x7b,0xb1,0x5b,0xcf,0x82, + 0x6,0x74,0xc9,0x22,0x3,0x6a,0x1b,0x30,0xc4,0x2f,0xc4,0x6e,0x5d,0x47,0x41,0x6d, + 0x70,0x9e,0xa9,0xdc,0xa1,0x50,0xed,0x6f,0x58,0x94,0x78,0x64,0x50,0x59,0xcd,0x55, + 0x68,0xd1,0xfe,0x8d,0xcb,0xa2,0xa3,0xa0,0x31,0x58,0x6d,0x5f,0xf1,0x5c,0xe1,0x30, + 0xab,0x5a,0x97,0x62,0xa8,0x40,0x17,0xdc,0x9f,0x6,0x54,0x84,0x8e,0xdf,0x71,0xbf, + 0xe1,0xd,0x9d,0xf3,0x62,0x9a,0xc2,0xce,0xf1,0xf4,0x54,0x48,0xb1,0x8e,0xda,0x1c, + 0xaf,0xb8,0x37,0x4d,0xa1,0x92,0x8f,0x87,0x89,0xe2,0xba,0xe8,0x80,0x3f,0x9b,0x6a, + 0xce,0x58,0x1e,0xc6,0x58,0x6b,0x97,0x26,0xe4,0x67,0xf7,0xcd,0x15,0xaf,0xf9,0x3a, + 0xe,0x2c,0x33,0x85,0xd6,0xaf,0xad,0x25,0x53,0xd,0x6d,0xaf,0xa5,0x7d,0xd9,0x14, + 0xc3,0x32,0xeb,0xe9,0xd2,0x3b,0x56,0xae,0x28,0xb2,0xd2,0xe9,0x66,0xdc,0x18,0xd0, + 0xda,0xbd,0x6c,0x6b,0x7d,0xc2,0xe3,0x40,0x95,0x5d,0xb2,0xc5,0xf2,0xe2,0x20,0xa0, + 0x21,0xce,0xc6,0x6e,0x6f,0x3b,0x49,0x8f,0xb6,0xe3,0xc6,0x14,0x86,0x9d,0x9b,0xaa, + 0x23,0xa8,0x63,0x61,0x9f,0xd8,0x61,0x79,0x81,0x15,0x2e,0x2,0xe,0xea,0xbc,0xaa, + 0xdd,0xb8,0x75,0x85,0x5d,0xd2,0xc,0x40,0x7,0x34,0x14,0xc0,0xc2,0x3e,0xef,0xc6, + 0xe5,0x7,0xbd,0x80,0xb2,0x4d,0xa0,0xa6,0x55,0x57,0xa8,0xd1,0xc9,0x34,0xdc,0x78, + 0xc,0xc3,0x34,0xe,0x1f,0xca,0x85,0x44,0x35,0x15,0x7,0x65,0xbc,0x35,0xac,0x3b, + 0xfd,0xe,0x10,0x9e,0x61,0x29,0x26,0xe3,0x7a,0x85,0x49,0x79,0x91,0xe,0x8,0x27, + 0x4b,0x21,0x58,0x4e,0x59,0x8a,0x4d,0x31,0xc,0xe6,0x31,0x7e,0x3,0xa5,0xe0,0xb1, + 0x9d,0xcd,0xc1,0xb5,0xa,0x2d,0x7,0xde,0x4,0xb0,0x67,0x7c,0x98,0x87,0x83,0xe2, + 0x76,0x8a,0x73,0x88,0x6b,0x19,0x77,0xf8,0xc9,0x4b,0xde,0xcc,0xbf,0x70,0xae,0x5f, + 0xe7,0x86,0x7b,0x58,0x41,0x3,0x51,0xa1,0x30,0x26,0x5d,0xbb,0x5d,0x37,0x3a,0x93, + 0xd2,0xb4,0xfc,0x61,0xa6,0x49,0xe6,0x86,0x18,0xfe,0x87,0x1b,0x7b,0x0,0x6e,0x0, + 0xed,0xc9,0xff,0xb,0x7e,0x78,0xe2,0xa3,0x3d,0x89,0xc,0x7a,0x0,0x0,0x0,0x25, + 0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0, + 0x32,0x30,0x31,0x38,0x2d,0x30,0x37,0x2d,0x31,0x31,0x54,0x32,0x32,0x3a,0x33,0x31, + 0x3a,0x34,0x34,0x2b,0x30,0x38,0x3a,0x30,0x30,0xe2,0x69,0xd6,0x89,0x0,0x0,0x0, + 0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79, + 0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x37,0x2d,0x31,0x31,0x54,0x32,0x32,0x3a,0x33, + 0x31,0x3a,0x34,0x34,0x2b,0x30,0x38,0x3a,0x30,0x30,0x93,0x34,0x6e,0x35,0x0,0x0, + 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-cross.png + 0x0,0x0,0x0,0x82, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0x0,0x0, + 0x0,0x8e,0xf4,0xc3,0xec,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x27,0x49,0x44,0x41,0x54,0x8,0x99,0x63,0x60,0xc0,0xd, + 0x1c,0x20,0x14,0xe3,0x4,0xb2,0xe8,0xd0,0x10,0xd6,0x50,0xa0,0x9,0x8c,0xab,0x56, + 0x70,0xad,0x9a,0x80,0xe0,0x93,0x6d,0x1e,0xdc,0x3d,0x58,0x1,0x0,0x4b,0xf4,0xd, + 0x8c,0xd6,0x20,0x22,0xab,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60, + 0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/paste.png + 0x0,0x0,0x2,0x57, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xf9,0x49,0x44,0x41,0x54,0x78,0xda,0x7c, + 0x53,0x31,0x4c,0x14,0x41,0x14,0x7d,0x9b,0x23,0x20,0x31,0x24,0x7b,0x89,0xc5,0x69, + 0x61,0x61,0x68,0x84,0xc6,0x40,0x24,0x42,0x61,0x14,0x5b,0x2d,0xb0,0x22,0x16,0xa8, + 0x1,0x4e,0xb8,0x3b,0x89,0x58,0x10,0x3b,0xa1,0x20,0x16,0x52,0x68,0x4e,0x89,0x72, + 0x12,0xd4,0xc4,0x82,0x5c,0xa8,0x6c,0x84,0x86,0x8e,0x2,0x25,0xd2,0x5d,0x72,0xd, + 0x31,0x31,0x26,0x46,0x70,0xef,0xdc,0x5d,0x66,0xe6,0x6e,0x67,0xc7,0xdb,0xd9,0xdb, + 0x91,0x3d,0x97,0x7b,0xc9,0xec,0x9f,0xbc,0xf9,0xff,0xed,0xfb,0x7f,0x76,0x35,0x21, + 0x4,0x1a,0x71,0x7f,0xea,0xc1,0xec,0xe9,0x44,0xe2,0x31,0x21,0x4,0x85,0x42,0x61, + 0x6e,0x6d,0x2d,0x3f,0x8b,0x8,0xc8,0x5a,0xef,0xd1,0xb8,0xe6,0xe7,0x9f,0x88,0x0, + 0xe9,0x74,0x5a,0xe0,0x18,0x78,0xb9,0x2d,0xde,0x66,0x61,0xa4,0xc7,0x70,0x5d,0xa1, + 0x73,0x57,0xc0,0x11,0x31,0x54,0x3a,0xaf,0xab,0x24,0x42,0x28,0x66,0x6e,0x9c,0x17, + 0xde,0x99,0x5c,0x42,0x94,0xb2,0x9f,0x8a,0xf1,0xe0,0x5c,0xa,0x78,0xc5,0x53,0x73, + 0x33,0x78,0xf4,0x7c,0xb,0xa4,0xc2,0x61,0xef,0xed,0x21,0x93,0xc9,0xc8,0xe2,0xfd, + 0x5f,0xfb,0x68,0x39,0x73,0x5,0xed,0xad,0x1a,0x9e,0x4e,0x9c,0xc5,0xf4,0xf4,0xb2, + 0x7e,0xd4,0x85,0x14,0xf0,0x94,0xe1,0x10,0x7c,0xff,0xf1,0x13,0xf9,0xfc,0x2a,0x1c, + 0xc7,0x91,0xab,0xea,0x70,0xb5,0x4f,0x4d,0xa6,0x50,0x29,0xd5,0x73,0xa3,0x4,0x78, + 0xc5,0x6,0xb5,0xe,0x30,0x38,0x78,0x2d,0xb2,0xdf,0x93,0x6d,0x1a,0xa8,0xd9,0x7a, + 0xbc,0x40,0x95,0x58,0x58,0x1a,0xd7,0xd1,0xc,0xcc,0x22,0xd1,0x2,0xae,0x27,0x60, + 0x9b,0xa0,0x36,0x95,0xe4,0xe2,0xd7,0x73,0x60,0x3c,0x16,0x29,0xd2,0xde,0x95,0x40, + 0xaa,0x3b,0x76,0x61,0xf1,0x65,0x76,0x37,0xe4,0x80,0x9a,0xe5,0x5a,0xb,0xbe,0xc0, + 0x9f,0x43,0x7,0x4b,0xaf,0xb3,0xff,0x15,0x27,0xef,0x4d,0xe2,0xee,0x9d,0xdb,0x58, + 0x79,0xfb,0x6e,0x73,0x74,0x2c,0x79,0xb5,0x46,0xed,0x2a,0x1,0x52,0x2e,0x2b,0x7, + 0x8c,0xf9,0xf1,0x9b,0x9,0x68,0xf5,0x62,0xca,0xaa,0x92,0xef,0xef,0xbf,0x4,0xce, + 0xb9,0x9e,0xcb,0xbd,0xd9,0xac,0xd1,0x71,0xd5,0xc2,0xa1,0x61,0x28,0x7,0x8c,0x32, + 0x19,0xc7,0x73,0x3b,0xea,0xed,0x2b,0xc9,0x1e,0xc9,0xf,0xf,0xdf,0xa,0x28,0x3d, + 0xd4,0x82,0xfd,0xdb,0x0,0x6b,0x70,0xf0,0x7e,0xa2,0x57,0x3a,0xd0,0xea,0x36,0x9e, + 0x2d,0x7f,0x80,0x45,0x18,0x3a,0x4f,0x9d,0xc0,0xd0,0xd0,0xcd,0xf0,0x2d,0x58,0x7, + 0x6,0x78,0x95,0x85,0x1c,0x8c,0xbc,0xda,0x89,0x1c,0xe4,0xc6,0xc3,0x5e,0x95,0x23, + 0x5,0x1c,0x57,0x98,0x1f,0x8b,0x6e,0x7,0x77,0x63,0xfe,0x40,0x85,0xef,0x60,0x35, + 0x1d,0x76,0x20,0xdb,0x15,0xc1,0x4c,0xe8,0x3f,0x81,0x17,0xeb,0xc5,0xcb,0xb5,0xa0, + 0xee,0x6d,0x60,0x20,0xf1,0xc5,0x8b,0xf1,0xb6,0x26,0xdf,0x4,0xf3,0x1d,0x68,0x51, + 0xbf,0x73,0xdf,0xc5,0x3e,0x23,0x18,0x52,0x13,0x94,0xb6,0x3f,0x6f,0xc7,0xff,0xa, + 0x30,0x0,0x1c,0x23,0x34,0x99,0x3c,0xd2,0x9d,0xe2,0x0,0x0,0x0,0x0,0x49,0x45, + 0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/save.png + 0x0,0x0,0x2,0x2a, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xcc,0x49,0x44,0x41,0x54,0x78,0xda,0xa4, + 0x53,0x3b,0x48,0x3,0x41,0x10,0x9d,0xfb,0x90,0x44,0x23,0x1a,0x5,0x51,0x2c,0xec, + 0x14,0x3b,0x3f,0x9d,0x60,0x6b,0x61,0x19,0x5,0x5b,0x2d,0x4,0x3b,0xc1,0x42,0x88, + 0x16,0x27,0xe9,0x52,0x59,0xd8,0x88,0x85,0x16,0xda,0x6b,0x63,0x21,0xe9,0x4,0x6d, + 0x34,0x85,0x36,0x1,0xf1,0x87,0x82,0x82,0x26,0x82,0xa8,0xe0,0xdd,0xed,0xde,0xae, + 0x33,0x7b,0x39,0x93,0x3b,0xc5,0xf,0x1e,0xec,0xce,0xed,0xcd,0xcc,0x7b,0x6f,0x66, + 0xf6,0x34,0x29,0x25,0xfc,0xe7,0xd1,0xa6,0x46,0x3b,0x52,0x68,0xaf,0xee,0x1f,0xdd, + 0xd4,0x5f,0x12,0x85,0x84,0xa7,0x9d,0xbd,0x52,0xb3,0x49,0x2,0xf0,0x90,0x5a,0xc9, + 0x8d,0x3,0xe3,0x2,0xb6,0xe,0x7b,0x60,0x76,0x76,0x6,0x48,0x19,0xf9,0x7c,0xeb, + 0xaf,0x4c,0x66,0x1e,0x46,0xfa,0x2e,0x81,0x73,0xf,0x96,0xd7,0xf,0x14,0xa1,0xbe, + 0xb6,0x7d,0xf7,0xc4,0x3d,0x9,0x8e,0xcb,0xa1,0x70,0x72,0x8d,0x4e,0xfe,0x65,0x32, + 0x2d,0xf2,0x25,0x93,0x71,0xb0,0x1d,0xe,0x9e,0xe7,0x97,0xae,0xd3,0x46,0x7,0xfa, + 0x68,0x98,0x7a,0x5,0xe0,0x73,0x72,0x0,0xe0,0xba,0x9e,0x22,0xe3,0x51,0x0,0xc7, + 0x61,0x60,0x1a,0x7a,0x8d,0x82,0x6f,0x0,0x30,0xd6,0x13,0x3e,0x80,0x49,0x1b,0x17, + 0x7e,0x9,0x4,0x0,0xc2,0x1,0xcb,0x5a,0x54,0xc1,0xd1,0xa5,0x1,0x3,0x87,0x71, + 0x15,0x1b,0x94,0x60,0x56,0x4b,0x60,0x60,0x20,0xc0,0x50,0x57,0x51,0x59,0x13,0xcb, + 0x21,0x40,0x62,0x22,0x56,0xc5,0xcc,0x7c,0x5,0x14,0x8b,0x7d,0x8c,0x96,0xe0,0x2b, + 0xf8,0x29,0xd9,0x65,0x9e,0x8a,0xd,0x29,0x8,0xa6,0x80,0x53,0x84,0x89,0xb9,0x3c, + 0x24,0x1b,0x5a,0xbe,0x9c,0xfd,0xeb,0xf3,0x23,0x2c,0x2d,0xc,0x62,0x6c,0xa4,0x7, + 0x1e,0x26,0x52,0x63,0x1a,0xe3,0x31,0xa8,0xab,0x6f,0x82,0x74,0x7a,0xec,0x23,0xe9, + 0xf4,0xb4,0x8,0x1b,0x1b,0x9b,0xea,0x7d,0x60,0xa0,0xbf,0xd2,0xc4,0xea,0x14,0xcc, + 0xda,0x31,0x76,0x36,0xc6,0x81,0x31,0x6,0xe5,0xd2,0x43,0x88,0x99,0x1a,0x48,0xf, + 0xf9,0xa8,0x14,0xea,0x41,0xa8,0x4,0x29,0x75,0xbb,0x78,0xf6,0x90,0x88,0xc5,0xc, + 0x60,0x28,0xaf,0x5c,0x2e,0x55,0xef,0xba,0xae,0x21,0x9b,0xdf,0x31,0xf2,0x5,0xf7, + 0x20,0x4,0xd0,0xdd,0x3b,0xbc,0xba,0x5f,0xc8,0x4f,0xbf,0xd9,0x2c,0xc1,0x98,0x1b, + 0x52,0xd0,0xda,0xd6,0x56,0xa3,0xc0,0x85,0x8b,0xab,0x5b,0x3c,0xb,0x35,0x7a,0x45, + 0x40,0x9b,0x65,0x59,0xed,0xf7,0xb7,0x67,0x99,0xe3,0xa3,0xdd,0x69,0xc,0x4e,0x8, + 0x41,0xff,0x87,0x4,0xb2,0x12,0x3,0x29,0x56,0x44,0xac,0xa6,0x19,0xf6,0xf9,0xcd, + 0x4b,0x9d,0x16,0x30,0x11,0x8,0x9a,0x49,0x5c,0x89,0x5f,0xfe,0x90,0x76,0x36,0x9b, + 0xcd,0xbd,0xb,0x30,0x0,0xfa,0xdb,0x9d,0xc6,0xfe,0x6b,0x7e,0xc9,0x0,0x0,0x0, + 0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????.png + 0x0,0x0,0x8,0x30, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0x0,0x60,0xb9,0x55, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x87,0x8f,0xcc,0xbf,0x0,0x0,0x0,0x7,0x74,0x49, + 0x4d,0x45,0x7,0xda,0x4,0x1a,0x0,0x0,0x0,0xb5,0x55,0x84,0xd2,0x0,0x0,0x5, + 0xb3,0x49,0x44,0x41,0x54,0x68,0xde,0xc5,0x99,0x4d,0x88,0x1c,0x45,0x14,0xc7,0x7f, + 0xd5,0xdd,0x33,0xd9,0x6c,0xb2,0xd9,0x75,0xb3,0x66,0xf3,0x21,0x49,0x3c,0x29,0xc4, + 0x93,0x7,0x11,0x84,0x98,0x78,0x10,0xf,0x12,0x84,0x60,0x34,0x5e,0x4,0x11,0xc1, + 0x43,0x84,0xf5,0x83,0xe0,0x49,0xd1,0x9b,0x1,0x2f,0x82,0x82,0x1e,0x44,0x82,0x82, + 0x39,0x29,0x24,0x90,0x93,0x18,0xc5,0x78,0x8a,0x4a,0x4,0x41,0x9,0x86,0x24,0xc6, + 0x7c,0xb9,0x9a,0x98,0x6c,0x36,0x3b,0x33,0xdd,0xcf,0x43,0x7f,0x55,0x55,0x57,0x75, + 0xf7,0x4c,0x16,0x6c,0x98,0x99,0xaa,0xea,0xea,0x7a,0xff,0xf7,0xde,0xbf,0xde,0x7b, + 0xd5,0x3,0xff,0xf3,0xa5,0x8a,0x46,0x47,0x2,0x4,0x20,0xfb,0x76,0x5f,0xd2,0x62, + 0xa4,0xf9,0x9e,0x7c,0x2e,0x4f,0x31,0xc3,0x5f,0x40,0x54,0x8c,0x4d,0x6e,0x7b,0x60, + 0xcb,0x2c,0xa2,0x24,0x7d,0x4c,0x39,0x1e,0x57,0x92,0xff,0x96,0x2d,0x7d,0x96,0xd2, + 0x66,0x29,0x90,0xbc,0xa5,0xac,0x95,0xc2,0xf8,0xe3,0xd3,0x9c,0xec,0x27,0xe8,0x0, + 0x8,0x9f,0x78,0x66,0xd7,0xee,0x6e,0x3c,0xbc,0x3e,0xca,0xd1,0xb2,0xda,0x62,0x8e, + 0xf5,0xc2,0x6f,0xf,0x1e,0x7d,0x69,0xaa,0x77,0xcd,0x0,0xc0,0x74,0xf7,0xee,0xb1, + 0xb1,0x5a,0x8b,0xfa,0x2e,0xd5,0xd0,0xb7,0xa1,0x2d,0x32,0xbd,0x12,0x2,0x4c,0xb, + 0x8,0x22,0xc8,0x8,0x0,0x94,0xf5,0x4c,0xb5,0x5f,0x35,0x9e,0x14,0x3,0x51,0x75, + 0x41,0xa1,0x4f,0xb2,0xac,0x16,0x50,0x40,0x87,0xd0,0xf9,0xac,0x3,0x40,0xcc,0x19, + 0x7a,0x43,0xdb,0xc1,0x27,0x3c,0xbf,0xd6,0xb3,0xce,0x69,0x5d,0x1d,0x80,0x94,0x16, + 0xe8,0x7b,0x17,0x1a,0xd,0x80,0x30,0x28,0xee,0x9b,0x33,0x82,0x72,0x8e,0xee,0xbb, + 0xe5,0x15,0x6f,0xde,0x37,0xed,0x10,0xb0,0x8c,0xd7,0x28,0xb0,0x97,0x15,0xc0,0x28, + 0x0,0x97,0x11,0xc0,0x30,0xfa,0xb,0xb9,0x2b,0x22,0xff,0x84,0x61,0xc5,0xd7,0x27, + 0x5,0xa5,0xcd,0xd0,0x67,0x3a,0x0,0x84,0xcc,0xd0,0x1f,0x5a,0x5b,0xd5,0x30,0x7f, + 0xc2,0x3,0x50,0x3,0x90,0x4f,0x8,0x58,0xd7,0x42,0xdf,0x51,0xfb,0x62,0xed,0x4, + 0x7d,0x1b,0xb6,0xb6,0xfb,0xed,0x88,0x7,0x31,0xe2,0xac,0x93,0x3,0xca,0xb0,0x48, + 0xb3,0xb9,0xdb,0xf4,0xcb,0x2c,0x13,0x13,0x6b,0x16,0x70,0xe6,0x82,0x1b,0x24,0x4, + 0xac,0xca,0x1e,0xfc,0x97,0x5e,0x8d,0x87,0xdb,0xc1,0x13,0xc6,0x19,0xcf,0xb4,0x8f, + 0x8d,0x94,0xe7,0xcc,0x5,0x97,0xe8,0xd3,0x61,0xb,0x51,0x6,0xe7,0x66,0xad,0xc0, + 0x36,0x80,0x4,0xc5,0x2a,0x92,0x4c,0xbc,0x7e,0x69,0xe9,0x38,0xe7,0x40,0xc8,0xe6, + 0xec,0x17,0x20,0x60,0xbd,0xf1,0x48,0x1d,0x0,0x97,0x70,0x95,0xf9,0x3d,0x20,0x29, + 0x8c,0xdf,0xb0,0xd,0x15,0x1d,0xa3,0x1f,0x78,0x5,0xb4,0xeb,0xe7,0x85,0x66,0xe9, + 0xfb,0x6,0x17,0xf8,0x49,0x38,0x3c,0x0,0x29,0x5c,0x50,0xd5,0xde,0x8e,0x84,0xc5, + 0x9d,0x98,0x79,0x62,0x42,0xd6,0x12,0x2,0xc2,0x3f,0xdc,0x6a,0x25,0xae,0x4e,0x8d, + 0x98,0x71,0x56,0x17,0xba,0x7b,0x2c,0xa0,0x8a,0x7a,0xa0,0xc7,0x80,0xa8,0x30,0x57, + 0x8f,0xa5,0xd6,0xe2,0xec,0x2b,0xdf,0xf7,0x42,0x97,0xb2,0xe0,0x6b,0xe0,0x40,0xc4, + 0xa6,0x2c,0x76,0x43,0x1a,0x17,0x65,0xc4,0x9d,0x9f,0xea,0x6e,0x7a,0xde,0x86,0xe0, + 0xe1,0x80,0x59,0xc5,0x6,0x8e,0x19,0xcd,0xfa,0x2b,0x84,0xb8,0x0,0xaf,0x1b,0xbf, + 0xc1,0x2,0xf9,0x4,0x65,0xf4,0xec,0xa5,0x7d,0x70,0xcb,0x35,0x12,0x12,0x12,0x43, + 0x68,0x95,0x1,0xde,0x40,0x34,0x20,0x62,0x96,0x10,0x48,0x98,0x67,0xd1,0x12,0xa1, + 0xf7,0x2,0x66,0xe9,0x56,0xd6,0x48,0x85,0x9b,0x3a,0xf,0xe1,0x82,0x80,0xa0,0x30, + 0xbb,0x22,0xb0,0xa,0x6a,0x13,0x4c,0x58,0xd1,0x5f,0x32,0xe1,0xb6,0xce,0x6e,0x1b, + 0x38,0xeb,0x81,0xf5,0x6,0x98,0x99,0x1a,0xf1,0x76,0x3f,0x65,0xbc,0xdb,0xf0,0xcd, + 0x2e,0x70,0xa4,0xe3,0x61,0xd8,0x2f,0x99,0xde,0xa6,0xa1,0xab,0x36,0xf0,0x59,0x40, + 0xca,0xc5,0x12,0x4,0x45,0x90,0x2d,0xdf,0x7c,0x4a,0xf2,0xeb,0x5a,0xb6,0xf4,0xbd, + 0xa0,0xeb,0xeb,0x70,0xc1,0x80,0x3f,0x19,0x10,0xb1,0x89,0x8,0x48,0xb8,0xcc,0x42, + 0xc5,0xd0,0x6e,0x10,0xd5,0xef,0x32,0x2,0x4c,0x32,0xd9,0x76,0x17,0x4,0xac,0x22, + 0x2e,0xc8,0xa5,0x18,0x2b,0x36,0x9a,0xf2,0x1e,0x5e,0xc5,0xfa,0x54,0x47,0x3a,0xed, + 0x77,0x81,0x49,0x3b,0xc5,0x1d,0x45,0x4b,0xbc,0xba,0xd7,0xb1,0x3d,0x6f,0x89,0x5, + 0xd1,0x6,0xa0,0xad,0x2e,0x16,0xb9,0x52,0xb2,0x25,0x5e,0xed,0xa5,0x1,0x6,0x96, + 0xf8,0xc6,0x74,0x3c,0x40,0x69,0xb7,0xd2,0x70,0xda,0xac,0xbd,0x9b,0xeb,0x79,0x2b, + 0xf0,0xac,0xa1,0x67,0xc3,0x42,0xfc,0x39,0xfa,0x74,0xd8,0x9c,0x91,0xf0,0x22,0xb, + 0xce,0x63,0x87,0x9b,0x70,0xee,0x71,0x61,0x8a,0xc9,0xa6,0x6d,0x98,0x8f,0x86,0x4c, + 0x93,0x14,0xb1,0x50,0x31,0xc9,0xb8,0x47,0xbc,0x8b,0x7a,0xbe,0xf1,0x15,0xd6,0x7d, + 0x7,0x80,0xdc,0x2,0x41,0x46,0xbb,0x3c,0x25,0x4d,0xa0,0x2a,0xb1,0xa0,0xc9,0xeb, + 0x3e,0x16,0xd4,0xba,0xa0,0x74,0x84,0x54,0xfa,0xfa,0x9b,0x3,0x69,0xd,0xa0,0x3e, + 0x38,0x79,0x0,0xa4,0x6f,0x48,0x4,0x45,0x27,0xdb,0xff,0xfd,0xe2,0xed,0x86,0xa9, + 0xbf,0x8f,0x7a,0x2a,0xab,0xa6,0x9a,0xa0,0x39,0x0,0xa4,0x4e,0x88,0x39,0x4b,0x9f, + 0xe,0x5b,0xe9,0x90,0x92,0xf0,0x7a,0x45,0xbc,0x1d,0x50,0x74,0xca,0x75,0xd9,0x40, + 0xd8,0x60,0x83,0xf2,0x19,0xcb,0x2,0xa,0x21,0x64,0x3,0x49,0x91,0x84,0x15,0x6b, + 0x59,0xa3,0x15,0x98,0xb6,0x19,0xab,0x99,0x5e,0x11,0xd4,0x66,0x85,0x16,0xe7,0x82, + 0xd5,0x46,0x6f,0x25,0x2b,0x3d,0xe2,0xfd,0x6,0xae,0x9f,0xe7,0x21,0xa1,0x79,0x86, + 0xa5,0x92,0xbf,0x9a,0xf2,0x5d,0x1b,0xbf,0x8b,0x26,0xac,0xea,0x82,0xe2,0x6e,0x42, + 0x59,0xe9,0xd9,0x31,0xbc,0x1d,0x84,0xf4,0x93,0x6,0xb2,0x84,0x32,0xb8,0x2b,0x14, + 0x1,0x3,0x89,0x4e,0xd3,0x5f,0xb4,0x0,0x14,0xe2,0x7,0x5c,0x60,0x40,0xc4,0x46, + 0x22,0x84,0x84,0x2b,0xdc,0xb4,0xac,0x60,0xb6,0xc5,0xd1,0x4b,0x45,0x6e,0x64,0x4a, + 0x2b,0x4c,0xf3,0x50,0xbc,0xc4,0xc5,0x43,0x67,0x3e,0xf8,0x50,0x5e,0xf0,0x73,0x60, + 0xac,0x48,0xc7,0xe9,0x76,0x1c,0x73,0xa,0xf1,0xc5,0x40,0x7d,0x54,0x69,0xd5,0xa5, + 0x10,0x93,0xd0,0xe3,0xcc,0xe1,0xc3,0xaf,0x3e,0x7c,0x69,0x17,0x15,0x0,0xe5,0xe9, + 0x78,0x56,0x5b,0x52,0x31,0x3d,0x54,0x98,0xd1,0xfb,0x5d,0x8d,0x72,0x69,0xa9,0x3a, + 0xe0,0xdc,0xd7,0x47,0xe7,0x76,0xff,0xf1,0x90,0x83,0x84,0x92,0x7f,0x29,0xcb,0xc8, + 0xc3,0x92,0xcf,0xc5,0x78,0xc9,0xe,0xe7,0xe7,0x4f,0x1c,0x9b,0xdb,0x7b,0xea,0x3e, + 0x26,0x8a,0xd8,0x62,0x1d,0x7a,0x52,0xea,0xa9,0xec,0x5c,0x3f,0xfc,0xeb,0x7b,0x53, + 0x7c,0x52,0x8c,0xa6,0xe7,0x84,0xb,0xbf,0x7e,0xff,0xf2,0xfe,0x9f,0x1e,0x63,0xa7, + 0x16,0xda,0x1c,0x1c,0x48,0xf8,0x9b,0x98,0x80,0xa9,0x2c,0xa0,0x5c,0x63,0xc9,0xeb, + 0x77,0x5d,0xe4,0x38,0x2b,0xac,0xd4,0x43,0x46,0xbd,0xf4,0xcd,0xc8,0xe5,0x73,0x27, + 0x5e,0xd9,0xf7,0xcd,0xa3,0xec,0xe4,0xa0,0x26,0xcd,0xe0,0x40,0x5e,0x5,0x2f,0xd0, + 0x27,0x64,0x4d,0xf6,0xf0,0x62,0xf6,0x8a,0xc6,0x9d,0xe7,0xcb,0xb1,0x2e,0x2b,0x1c, + 0x64,0xcc,0xf5,0x9f,0xbf,0xf2,0xe3,0x6b,0xcf,0x1f,0xd9,0xc3,0xbd,0xbc,0x67,0xa8, + 0x6b,0x71,0x40,0x21,0x44,0xdc,0x95,0x45,0x82,0x94,0x11,0x77,0x3a,0x63,0x5b,0xb5, + 0xa5,0x1c,0xf3,0x20,0x21,0x26,0xe1,0xea,0xd5,0x93,0xaf,0x3f,0x7b,0xe8,0x28,0x5b, + 0x39,0x60,0xd9,0xdb,0x72,0x41,0xbe,0x84,0x1e,0xcd,0x55,0xb1,0x83,0xcb,0xdd,0xac, + 0x8c,0x56,0x99,0xa4,0xab,0x99,0x21,0x41,0xb8,0xbe,0xf0,0xf3,0xdb,0x7b,0x3f,0x79, + 0x4e,0x66,0x78,0xa7,0xe2,0xf0,0xa8,0x2a,0x7e,0xf8,0x42,0xc3,0x9f,0xf1,0x12,0x12, + 0x6e,0xf4,0x7e,0x79,0xf7,0xcd,0xf7,0xe7,0x6,0x13,0xbc,0xe5,0xa0,0x6d,0x54,0x15, + 0x3f,0xea,0x86,0x73,0x44,0x7c,0x12,0x6e,0xc6,0xbf,0x7d,0xf4,0xe9,0x81,0xa7,0x6f, + 0xad,0xe5,0x45,0xa8,0x7,0x50,0x52,0xe1,0x76,0xf7,0x7f,0x41,0x6b,0x6e,0x71,0xea, + 0xb3,0x2f,0xdf,0xd8,0x71,0x7d,0x3b,0xdb,0xa0,0x9,0x40,0x79,0xfa,0x41,0x6b,0xe5, + 0xde,0x76,0xdf,0x71,0xcd,0x54,0xc5,0xe8,0x80,0xb3,0x5f,0x1c,0xd9,0xbf,0x63,0x7e, + 0x4f,0xcd,0x1b,0xa6,0x12,0x40,0xbc,0xb8,0x74,0x5e,0xba,0x83,0xe6,0xa2,0xa3,0xfa, + 0x71,0x15,0x1a,0x0,0x4b,0x5f,0x1d,0x9b,0x7b,0xfc,0xc2,0x23,0x2d,0x5f,0x6e,0x6, + 0xfb,0x1e,0xdc,0x7c,0x8f,0x2a,0xff,0x51,0xb4,0x96,0xb4,0x5b,0xba,0xb0,0xea,0x8, + 0x80,0xc4,0x97,0xbf,0x7b,0xf2,0xf7,0xed,0xd4,0x5f,0xa5,0x5,0x92,0xb1,0xe3,0x93, + 0xc7,0x83,0xca,0x92,0xd5,0xaa,0xcf,0x5f,0xf,0x5a,0x0,0x8,0xd8,0xce,0xfd,0xfc, + 0x50,0xb,0xe0,0x3f,0xda,0xc6,0x1,0x59,0xbf,0xc2,0x91,0xd6,0x0,0x0,0x0,0x25, + 0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0, + 0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x32,0x32,0x3a,0x33,0x32, + 0x3a,0x32,0x34,0x2b,0x30,0x38,0x3a,0x30,0x30,0x96,0x32,0xb1,0xf,0x0,0x0,0x0, + 0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79, + 0x0,0x32,0x30,0x31,0x30,0x2d,0x30,0x34,0x2d,0x32,0x36,0x54,0x30,0x30,0x3a,0x30, + 0x30,0x3a,0x30,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0xa0,0x55,0x3b,0x5d,0x0,0x0, + 0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f, + 0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d, + 0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f, + 0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69, + 0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0, + 0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75, + 0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb, + 0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x31,0x32, + 0x38,0x43,0x7c,0x41,0x80,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75, + 0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68, + 0x0,0x31,0x32,0x38,0xd0,0x8d,0x11,0xdd,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0, + 0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0, + 0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d, + 0x65,0x0,0x31,0x32,0x37,0x32,0x32,0x31,0x31,0x32,0x30,0x30,0x9,0x29,0xd,0xef, + 0x0,0x0,0x0,0x11,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53, + 0x69,0x7a,0x65,0x0,0x33,0x33,0x36,0x33,0x42,0xd9,0x11,0x1f,0x3f,0x0,0x0,0x0, + 0x5a,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0, + 0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77, + 0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77, + 0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64, + 0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63, + 0x6e,0x2f,0x73,0x72,0x63,0x2f,0x33,0x2f,0x33,0x32,0x38,0x2e,0x70,0x6e,0x67,0xea, + 0x8b,0x28,0x87,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/cursor-forbidden.png + 0x0,0x0,0x0,0xc7, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x19,0x0,0x0,0x0,0x19,0x2,0x3,0x0,0x0,0x0,0xb9,0x87,0x6d,0xf0, + 0x0,0x0,0x0,0x9,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0xff,0xff,0xff,0x0,0x0, + 0x0,0x8e,0xf4,0xc3,0xec,0x0,0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6, + 0xd8,0x66,0x0,0x0,0x0,0x6c,0x49,0x44,0x41,0x54,0x78,0x5e,0x75,0xce,0xb1,0xd, + 0x43,0x31,0x8,0x4,0x50,0xbb,0x20,0x1b,0x84,0x79,0x9c,0xd,0x5c,0xe4,0xa7,0x60, + 0x83,0xcf,0x34,0x2e,0x9c,0x4c,0x60,0x22,0xc1,0x94,0xf1,0x45,0xa2,0x8a,0x42,0xf3, + 0xa,0xd0,0x1d,0xe5,0xff,0x5c,0x8f,0x6,0xaa,0xc4,0x1d,0x52,0x84,0x41,0xf6,0x87, + 0x63,0x21,0x4f,0xd2,0xbe,0x55,0x2b,0x32,0xf6,0xd9,0xe9,0x8d,0xe7,0xd6,0xb5,0x5f, + 0xd6,0xd6,0x64,0x12,0x5c,0x6c,0xf5,0x2b,0xf9,0xd,0x5a,0xd5,0x3,0x7a,0x91,0x17, + 0x3c,0x1b,0xbf,0x27,0x72,0x3a,0xc5,0xc8,0xdc,0xec,0xc9,0xde,0xfc,0x23,0xff,0xfa, + 0x99,0xf,0x85,0x37,0x24,0x14,0xff,0x2f,0x73,0xcf,0x0,0x0,0x0,0x0,0x49,0x45, + 0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/paint.png + 0x0,0x0,0x3,0xac, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x3,0x4e,0x49,0x44,0x41,0x54,0x78,0xda,0x8c, + 0x52,0x6b,0x48,0x54,0x5b,0x14,0xfe,0xce,0x19,0x9d,0xd7,0x19,0x75,0x46,0x1b,0x67, + 0x46,0xa7,0x29,0xb3,0xb4,0xb2,0xc,0x6e,0x51,0xa6,0xa6,0xd1,0xc3,0xe2,0x92,0xde, + 0x12,0x23,0xa3,0xb2,0x22,0x82,0x88,0x94,0xfe,0xf5,0x80,0xb,0xb7,0x28,0x2,0x2b, + 0x7a,0x63,0x51,0x99,0x46,0x66,0xd9,0xc3,0x4b,0x97,0x5e,0x58,0xd2,0x3b,0xcb,0xc8, + 0x22,0x54,0xaa,0x61,0x1c,0x1d,0x1b,0x2b,0x7c,0x74,0xc7,0xe6,0x9c,0x33,0x67,0x3c, + 0x67,0xb7,0x47,0xfd,0xd1,0x8f,0xa2,0x3e,0xf6,0x62,0x6f,0xd6,0x5e,0xdf,0xb7,0xd7, + 0x5a,0x7b,0x31,0x3b,0x76,0xec,0x86,0x21,0x2a,0x12,0x23,0x62,0x62,0x60,0x32,0x19, + 0x11,0xc1,0x19,0xa0,0xd1,0xa8,0xe1,0x72,0xb7,0xe5,0x64,0x66,0x64,0xec,0x93,0x65, + 0x12,0xe7,0xfd,0xd4,0xf5,0xaf,0x3a,0x5c,0xbd,0x71,0x5c,0xe2,0x18,0x9,0xc,0x3, + 0x10,0x2,0x80,0x19,0x5c,0x61,0x8,0x1d,0x43,0xce,0x90,0x51,0x8,0x92,0x4,0xb7, + 0xdb,0x95,0xb7,0x70,0xe1,0x82,0x73,0x26,0x53,0x74,0x44,0x7f,0xff,0x57,0xb0,0xac, + 0x6d,0x9d,0xdf,0xcf,0xbf,0xe,0x57,0xab,0x8f,0x30,0x94,0x4c,0x30,0xc4,0x57,0x64, + 0x65,0x48,0x80,0xc,0x2a,0x2,0xa2,0x28,0xa2,0xbb,0xa3,0xa3,0x20,0x3f,0x7f,0x71, + 0x85,0xc5,0x62,0xe1,0x4,0x41,0x84,0xd1,0x18,0x9,0x86,0x5,0x1a,0x1a,0x1a,0x92, + 0x7c,0xbe,0xaf,0x94,0x2c,0x53,0x41,0x15,0xc,0x9c,0x1e,0x66,0xf3,0x8,0xb0,0x43, + 0x62,0xc,0x44,0x81,0x47,0x67,0xa7,0x67,0xd9,0x92,0x25,0x7f,0x55,0xc6,0xc6,0x5a, + 0x38,0x9e,0x17,0xa1,0xd3,0x69,0xa1,0xc,0xc8,0xb8,0x78,0xb1,0xa6,0xe5,0xf2,0xd5, + 0xab,0x7,0xea,0xee,0xd5,0xa3,0xa7,0xaf,0xf,0x26,0x63,0x14,0x2c,0x56,0x2b,0x38, + 0x8e,0xb,0x65,0xc0,0x40,0x10,0x4,0x4,0xa5,0xc0,0xda,0xa2,0x55,0x2b,0xca,0xe8, + 0xcb,0x1a,0x51,0xc,0x40,0xa7,0xd7,0x82,0xf7,0x8b,0x78,0xf0,0xe0,0x71,0x70,0xa4, + 0x7d,0x54,0x69,0xd9,0xd1,0xa3,0x2e,0x9d,0x4e,0x7,0x95,0x4a,0x5,0x82,0xe1,0x32, + 0x14,0x5,0x6c,0x3f,0x4f,0xd3,0x92,0x3,0x9b,0xd6,0xad,0x59,0x79,0xc2,0x6a,0x1d, + 0x22,0x6b,0xb5,0x1a,0xc,0x8,0x1,0x9c,0xba,0xbe,0x1f,0xdb,0x5e,0x6d,0x9,0xf, + 0x1a,0xa5,0xd3,0x3c,0x2f,0xbd,0xea,0xe9,0xe9,0xcb,0x1d,0xa0,0x24,0x99,0xd6,0x4e, + 0xe8,0x1e,0x82,0x6a,0x66,0xda,0x8c,0xe2,0xdb,0xf5,0x4f,0xf,0x5e,0xba,0x72,0x2b, + 0x2c,0xde,0x11,0x8f,0xf1,0x49,0x89,0x90,0x3,0x2,0x8e,0x57,0x9f,0x47,0x55,0xe7, + 0x66,0x70,0xe3,0xbb,0xb0,0xd7,0x79,0x81,0xad,0x6f,0x7d,0x6c,0xb5,0x31,0xe6,0x42, + 0xb3,0x26,0x76,0x99,0x24,0xd,0x74,0xd3,0xc,0x9b,0x7,0xcb,0xbf,0x71,0xab,0xce, + 0xfb,0x67,0x49,0xa5,0xd,0xae,0x6,0x20,0x31,0x19,0x5d,0x77,0x8f,0xa3,0xf2,0x79, + 0x1b,0xb6,0x36,0xe9,0x60,0x37,0x7b,0x30,0x55,0xb5,0x1,0xa9,0xf6,0xcf,0x58,0xf4, + 0x6,0xc8,0xee,0xa3,0x8d,0xd6,0x45,0xe3,0xc8,0x94,0xad,0x64,0x7e,0x6a,0x9e,0x53, + 0xad,0xd6,0x96,0xaa,0x4a,0x4a,0x8a,0xb7,0x9d,0xba,0xdf,0xa3,0x87,0x12,0x7,0xfc, + 0x91,0x83,0xf7,0x44,0xc0,0xb1,0xa0,0x1d,0x30,0x9a,0xe1,0x53,0x92,0x31,0x57,0xdf, + 0xa,0x6d,0xc4,0x1b,0x78,0x68,0xc6,0xec,0x68,0xc0,0xf9,0x45,0xc0,0xcd,0x63,0x75, + 0xcc,0xe8,0xa4,0xe8,0x98,0x98,0x30,0x7b,0x2,0xeb,0x7a,0xd7,0xfa,0x68,0xe7,0xc6, + 0x39,0x80,0xde,0x1,0x38,0x26,0xe2,0x9a,0x3e,0x5,0x88,0x34,0x2,0x66,0xda,0x5f, + 0x43,0x10,0x8c,0x61,0x29,0x7c,0x12,0xe0,0x4b,0x0,0xe,0x79,0xa8,0xcb,0xb,0xcc, + 0x59,0x9f,0x85,0xac,0x31,0xb9,0xde,0xca,0xb3,0xe5,0x39,0xc,0xfd,0xa,0x47,0xd5, + 0xd9,0xf2,0x27,0x2d,0x9a,0x89,0xf1,0xdb,0x6b,0x3a,0x80,0x14,0x1a,0x39,0xd9,0x8a, + 0x29,0x1a,0x16,0xaf,0xfb,0x59,0x2c,0x17,0x9f,0x1,0xfe,0xf9,0xb0,0x24,0x3,0xb7, + 0x6f,0x2,0x13,0x6c,0xb3,0xb0,0x39,0x75,0xcf,0xff,0x6b,0x57,0x17,0x4d,0x6b,0x6b, + 0x77,0x3b,0x55,0xc1,0x60,0xd0,0x7f,0xe9,0x4a,0x6d,0xf3,0xbc,0x64,0xd3,0xd8,0x7f, + 0x8a,0xb2,0xe2,0xba,0x79,0x89,0x79,0xeb,0xee,0x85,0x62,0x8a,0xc0,0xa4,0x28,0x2d, + 0x2,0x32,0x7,0xbe,0xdd,0x8b,0xea,0xa6,0x66,0xd8,0x12,0x66,0xa0,0x74,0xfa,0x61, + 0xa9,0x30,0xbf,0x60,0x93,0xdb,0xd3,0xfe,0x90,0xe,0xa0,0x32,0x3c,0x94,0x88,0xa5, + 0x36,0x6d,0x6c,0x82,0x63,0x57,0xd5,0x99,0x93,0xee,0x3b,0x2f,0x9d,0x24,0xaf,0xba, + 0x99,0xe0,0xbc,0x8b,0x24,0xd6,0xf9,0xe9,0xde,0x4b,0xf0,0xf7,0x5,0xd2,0xf8,0xa2, + 0x51,0x9e,0x34,0x21,0x65,0x17,0x8d,0x35,0x51,0x1b,0x1c,0xc2,0xef,0xa1,0x1e,0x16, + 0xca,0x9c,0x9d,0x9e,0x56,0x7e,0xe3,0xfa,0x7f,0xbd,0xb5,0x4d,0x1e,0x92,0x5d,0xf3, + 0x8e,0x8c,0xaa,0x68,0x21,0x8d,0x6f,0x3f,0x90,0xac,0x8c,0xf4,0x32,0x7a,0xaf,0xc7, + 0x6f,0x20,0x24,0x96,0xb9,0xaa,0x70,0x69,0xed,0xfd,0x27,0xcf,0x3,0xee,0x8f,0xbd, + 0xa4,0x20,0x2f,0xf7,0xf4,0x8f,0x5e,0xfd,0x25,0x38,0x4e,0x9f,0x9d,0x99,0x9e,0x56, + 0xfc,0xb3,0xfb,0x6f,0x2,0xc,0x0,0x76,0x16,0x58,0x2d,0xe2,0x3a,0x38,0x7,0x0, + 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/up.png + 0x0,0x0,0x2,0xb4, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x16,0x0,0x0,0x0,0x16,0x8,0x6,0x0,0x0,0x0,0xc4,0xb4,0x6c,0x3b, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xd6,0xd8,0xd4,0x4f,0x58,0x32, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x46,0x49,0x44,0x41,0x54,0x38,0xcb,0xb5, + 0xd4,0xbf,0x4f,0x14,0x41,0x14,0xc0,0xf1,0xef,0x9b,0x59,0xe,0x41,0xc,0x39,0x2d, + 0x8d,0x89,0x1,0x51,0x8c,0xc1,0xc2,0xc6,0x86,0x9a,0xa8,0xc4,0x1f,0x21,0x44,0xd, + 0x9c,0xc6,0x42,0x88,0x4a,0x21,0x1a,0x2b,0xff,0x0,0x2b,0x6d,0x8d,0xc1,0x92,0xc2, + 0x42,0x9,0xa5,0x21,0x12,0xd,0xc6,0x98,0x10,0x25,0x16,0x16,0x54,0x48,0xac,0x8c, + 0xe2,0xc9,0xc1,0x71,0x70,0xde,0xed,0xee,0xb3,0xb8,0xb9,0x83,0x5b,0xf,0xb3,0x10, + 0x79,0xc9,0x64,0xb6,0x98,0xf9,0xcc,0x9b,0xd9,0x37,0xe3,0xa9,0x2a,0x3b,0x11,0x1e, + 0x3b,0x14,0xb1,0x61,0x11,0xd9,0x3,0x88,0xaa,0x2e,0xff,0x37,0x58,0x44,0x4e,0xd5, + 0xef,0xb2,0x2f,0x11,0x45,0x44,0x46,0x80,0xfb,0x40,0x46,0x55,0x83,0x6d,0xc3,0x22, + 0x72,0xa1,0x39,0x99,0x18,0xbf,0x3c,0x70,0x94,0xd6,0x63,0xca,0xd8,0xe8,0xec,0xe0, + 0xf4,0x64,0x31,0x1,0xdc,0x15,0x91,0xac,0xaa,0xfa,0x5b,0x86,0x45,0xe4,0xb8,0x31, + 0x32,0x7e,0x75,0xa8,0x83,0x3,0x6d,0x45,0x16,0xb3,0xf3,0x74,0x76,0x7,0x14,0xa, + 0x72,0xed,0xd3,0x5b,0xb5,0xc0,0xb0,0x88,0x2c,0xd7,0xc2,0xbd,0x7f,0xa0,0x3d,0xbb, + 0x9b,0xea,0xc6,0xce,0xf7,0x1d,0xa2,0xa5,0x5d,0x59,0xc8,0xcc,0x11,0x84,0xab,0xd4, + 0x59,0xe8,0xea,0x5,0x23,0x5c,0x99,0x99,0x42,0x80,0xdb,0xb5,0x70,0x6f,0xb3,0x4c, + 0x1b,0x1a,0xbd,0xb1,0x81,0x3b,0x1d,0xec,0x6f,0xf1,0x59,0xca,0xce,0x13,0x86,0xab, + 0x58,0x1,0x31,0x60,0x4,0x4e,0x5f,0x14,0x8c,0xd1,0xd4,0x87,0x37,0x50,0xb,0xf7, + 0x6a,0xa0,0x5d,0x89,0x7a,0x33,0xd1,0xd3,0xdf,0xc6,0xc1,0xc3,0x21,0xbf,0x96,0xe6, + 0x8,0xc3,0x35,0x3c,0x87,0x8a,0xb8,0x66,0xa1,0xfb,0x92,0x60,0x44,0x53,0xd3,0xaf, + 0xff,0xc6,0xbd,0x28,0xda,0x9c,0x4c,0x4c,0xf4,0x5f,0x6f,0xa7,0xe5,0x88,0xb0,0xb2, + 0xf2,0x15,0xdd,0x90,0xa9,0x94,0x7b,0x3,0x86,0x12,0x7e,0xae,0x4f,0xb0,0x46,0x53, + 0xef,0x27,0xab,0xf1,0x68,0xc6,0x37,0xcf,0xf4,0xd6,0xd1,0xb4,0xf7,0x33,0xe9,0x45, + 0x48,0xd4,0x53,0x9d,0xa9,0x1,0x63,0x40,0x28,0xf5,0x3f,0xbf,0x43,0x2e,0x7,0x27, + 0x4e,0xa,0x85,0xbc,0xa6,0x3e,0xbe,0x63,0x16,0x78,0x24,0x22,0x41,0x14,0x7e,0xf2, + 0xec,0x69,0xce,0x2,0x67,0x1,0x1e,0x8e,0x24,0xf9,0x5d,0xcc,0xd4,0x44,0x8d,0x81, + 0x7c,0xe,0x1e,0x3f,0xa8,0x3c,0x9,0xcf,0x81,0x51,0xdc,0x66,0xa2,0xf0,0x2b,0x60, + 0xa,0x68,0x4,0xd2,0xfb,0x9a,0x5b,0xf9,0x91,0x9e,0x59,0x3f,0xd7,0xd,0xa8,0x91, + 0x92,0xe0,0xa2,0x13,0xf8,0x6,0x2c,0x1,0x1,0xa0,0x51,0x58,0x81,0x22,0x90,0x3, + 0xb0,0x42,0x55,0x25,0x94,0xd1,0xf2,0xe,0xac,0x54,0xe6,0x65,0x5d,0xcb,0x3,0xbe, + 0xaa,0x56,0xc3,0x5a,0x7a,0xea,0x2,0x20,0x10,0x11,0xac,0x28,0x9e,0xd1,0x9a,0xa8, + 0x18,0xb0,0xeb,0x29,0xe7,0x81,0xbc,0xaa,0x16,0x62,0xdd,0x3c,0xe3,0xb2,0xaa,0xc0, + 0xae,0x2f,0x9f,0xb7,0x27,0xe2,0x36,0xb9,0xc5,0x2b,0x6d,0x0,0x1b,0x59,0x40,0x36, + 0x2c,0x62,0x8d,0x6e,0xef,0x75,0x4b,0x2f,0xcc,0x30,0xff,0x65,0xfd,0x8c,0xcb,0x65, + 0x57,0x86,0xd7,0x56,0x2b,0x43,0x7d,0x20,0x8c,0xb,0x8f,0xdc,0xba,0xc1,0x60,0x8c, + 0x57,0xf5,0x5,0xb0,0xe6,0xfe,0x4d,0x2c,0x78,0x8,0xb8,0x7,0x34,0x1,0xd,0x9b, + 0x8c,0xf5,0x1d,0xba,0xe2,0xbe,0x63,0xc1,0x81,0x9b,0x54,0x4,0x96,0xa9,0x2a,0xdb, + 0x4a,0x84,0x6e,0x9c,0x1f,0x3b,0x63,0x57,0x7a,0x7e,0x34,0x93,0xb8,0xf1,0x7,0xd8, + 0x7c,0xd4,0x7a,0x77,0x80,0x8e,0xe,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae, + 0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/circle.png + 0x0,0x0,0x2,0x5b, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x1,0xfd,0x49,0x44,0x41,0x54,0x78,0xda,0x7c, + 0x53,0xbd,0x6b,0x5a,0x51,0x14,0x3f,0x4a,0x3e,0x30,0xda,0x25,0xd6,0x10,0x33,0x18, + 0xb,0x8e,0x4d,0xac,0x74,0x70,0x9,0x24,0x5,0x9,0xee,0x3a,0x64,0x11,0xec,0xd8, + 0xa1,0x83,0x43,0xc8,0xe2,0x3f,0x20,0xe9,0x98,0x8f,0x76,0xeb,0x2c,0xfd,0x13,0x1c, + 0x14,0xb3,0x18,0x2c,0xad,0x4,0x9,0x22,0x9a,0x27,0x68,0x8c,0x36,0x42,0x7d,0x81, + 0x80,0xef,0xa9,0xb7,0xbf,0xf3,0xd4,0xc7,0xcb,0xc3,0x7a,0xe0,0x77,0x3f,0xce,0xc7, + 0xef,0x9e,0x7b,0xce,0xbd,0x16,0x21,0x4,0x59,0x2c,0x16,0x32,0x4b,0x28,0x14,0x7a, + 0x8f,0x89,0xa1,0x0,0x3f,0x33,0x99,0xcc,0x8d,0xd9,0x47,0x8b,0x35,0x13,0x20,0xf0, + 0x18,0xd3,0x27,0xe8,0xff,0x8e,0xc7,0x63,0xe,0x5a,0xb6,0x5a,0xad,0xbb,0xf0,0x19, + 0x63,0x7d,0x9,0xa2,0x4b,0x23,0xc1,0x64,0x98,0x4,0xae,0x84,0xc3,0xe1,0x6f,0xf1, + 0x78,0xfc,0xae,0xdd,0x6e,0xb,0xb3,0xd4,0x6a,0x35,0x11,0x8d,0x46,0xbb,0xf0,0xf9, + 0x3a,0x97,0x0,0x86,0x8b,0x54,0x2a,0xf5,0x47,0x2c,0x90,0xd1,0x68,0x24,0x12,0x89, + 0x84,0xc,0xdf,0xf3,0x17,0x4,0x38,0x7d,0x27,0x12,0x89,0x3c,0xaa,0xaa,0x2a,0x90, + 0xf6,0x42,0xf4,0xfb,0x7d,0x1,0x2,0x5,0x31,0x5b,0x1c,0x6b,0x65,0x26,0x18,0x3e, + 0xc7,0x62,0x31,0x27,0xd7,0x82,0x95,0x33,0x18,0x53,0x65,0xc0,0x8f,0xec,0x76,0x3b, + 0xf9,0xfd,0xfe,0x65,0xec,0xcf,0xd8,0xa6,0x11,0x20,0xf0,0x10,0xca,0x17,0xc1,0xff, + 0x3,0x93,0x4,0x2,0x1,0xe,0xdb,0xe7,0x61,0x69,0x7a,0xc8,0xba,0xcd,0x66,0x23, + 0xdc,0x71,0x6e,0x4b,0xcd,0x99,0x38,0x9d,0x4e,0xde,0xda,0x75,0x2,0x28,0x7b,0x8d, + 0x46,0xe3,0x15,0xa7,0xc7,0x4,0x3a,0xc9,0x6c,0x9e,0x5e,0x87,0x4f,0x67,0x82,0x6a, + 0xb5,0xca,0x5b,0x59,0x27,0x40,0xf1,0xae,0x73,0xb9,0x9c,0xd7,0xe7,0xf3,0xe9,0x4, + 0x62,0x72,0x35,0x63,0xbb,0xf4,0xba,0x14,0xa,0x5,0x2d,0x46,0xaf,0x41,0xb7,0xdb, + 0x3d,0xcf,0x66,0xb3,0xd4,0xe9,0x74,0xd8,0x40,0x8a,0xa2,0x90,0xa,0x28,0x83,0x81, + 0x6,0x5e,0xb3,0x7e,0x38,0x1c,0xd2,0xef,0x52,0x89,0x5a,0xad,0x16,0x95,0xcb,0xe5, + 0x13,0x9d,0xa0,0x52,0xa9,0x14,0x70,0x2f,0x29,0x99,0x4c,0x52,0xaf,0xd7,0xd3,0x1c, + 0x8d,0x50,0x19,0x20,0xa8,0xd7,0xeb,0xf4,0xe5,0xf4,0x94,0xdc,0x6e,0xb7,0x4,0xbf, + 0x5b,0xed,0x96,0xb3,0xa7,0xbc,0xed,0xf5,0x6,0x3e,0x1c,0x1c,0x5c,0x21,0x8b,0x35, + 0xf4,0x98,0xf0,0x2e,0xf4,0xe2,0xd,0x90,0x45,0x3a,0x9d,0xa6,0x7c,0x3e,0x4f,0x1e, + 0x8f,0xe7,0x19,0xcf,0x79,0x4f,0x92,0xa4,0x5f,0xe6,0xbf,0xc0,0xc3,0xbb,0x60,0x30, + 0xf8,0xd1,0xe1,0x70,0x1c,0x41,0xf7,0x1a,0xb6,0xc1,0xb4,0xcd,0xab,0x28,0xe0,0xbd, + 0x2c,0xcb,0xdf,0x8b,0xc5,0xe2,0xf,0xa8,0x4a,0x93,0xd2,0xcc,0xf9,0x4c,0x90,0x4d, + 0x60,0x3,0x27,0xbd,0x71,0xb9,0x5c,0x6f,0x59,0xd1,0x6c,0x36,0xaf,0x91,0x59,0x1b, + 0xcb,0x7,0xe0,0x71,0xe1,0x6f,0x34,0xc8,0xea,0xac,0xd7,0x90,0x27,0x6e,0xd6,0xbc, + 0x77,0xf1,0x4f,0x80,0x1,0x0,0x91,0xab,0xa7,0x42,0x8e,0x58,0x23,0x9c,0x0,0x0, + 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/zoom_out.ico + 0x0,0x0,0xe,0x16, + 0x0, + 0x0,0x1,0x0,0x2,0x0,0x10,0x10,0x0,0x0,0x1,0x0,0x20,0x0,0x68,0x4,0x0, + 0x0,0x26,0x0,0x0,0x0,0x18,0x18,0x0,0x0,0x1,0x0,0x20,0x0,0x88,0x9,0x0, + 0x0,0x8e,0x4,0x0,0x0,0x28,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x20,0x0,0x0, + 0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x24,0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x3f,0x3b,0x38, + 0x60,0x3c,0x43,0x47,0xc3,0x15,0x23,0x2d,0xb8,0x0,0x0,0x0,0x68,0x0,0x0,0x0, + 0x1d,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7e,0x8d,0x9c, + 0xcc,0x36,0x85,0xc3,0xff,0x1f,0x6b,0x9c,0xff,0x1a,0x30,0x3f,0xd0,0x1,0x0,0x0, + 0x76,0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x77,0xd0,0xef, + 0x9c,0x39,0xa2,0xf5,0xff,0x1b,0x7b,0xca,0xff,0x20,0x6d,0xa0,0xff,0x1f,0x39,0x4c, + 0xd9,0x2,0x0,0x0,0x80,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7f,0xe5,0xf2, + 0x7,0x76,0xd9,0xf3,0x90,0x44,0xa8,0xf5,0xff,0x1e,0x80,0xd1,0xff,0x1f,0x71,0xa6, + 0xff,0x21,0x43,0x5b,0xe2,0x3,0x6,0x8,0x89,0x0,0x0,0x0,0x21,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x6,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x7a,0xdc,0xf2,0x7c,0x4b,0xae,0xf6,0xfb,0x1d,0x82,0xd8, + 0xff,0x1e,0x73,0xae,0xff,0x2c,0x3d,0x47,0xcb,0x0,0x0,0x0,0x5e,0x1,0x0,0x0, + 0x44,0xd,0x5,0x6,0x68,0x6,0x2,0x2,0x73,0x0,0x0,0x0,0x5f,0x0,0x0,0x0, + 0x3b,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7b,0xdd,0xf0,0x63,0x57,0xb8,0xf8, + 0xf0,0x75,0x9d,0xbf,0xff,0x84,0x80,0x7f,0xeb,0x63,0x4e,0x4e,0xd2,0x96,0x7c,0x73, + 0xe6,0xc2,0xac,0xa3,0xf8,0xbb,0xa7,0xa5,0xf8,0x84,0x6d,0x6c,0xe8,0x29,0x1b,0x1a, + 0xb7,0x0,0x0,0x0,0x68,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8c,0xd6,0xe3, + 0x26,0xb8,0xad,0xab,0x95,0xbf,0xa6,0xa1,0xff,0xe3,0xcc,0xaf,0xff,0xf5,0xe6,0xc3, + 0xff,0xfe,0xfc,0xee,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xd8,0xc6,0xc3, + 0xff,0x44,0x30,0x2f,0xd0,0x0,0x0,0x0,0x64,0x0,0x0,0x0,0x11,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x85,0x60,0x5d,0x83,0xe9,0xd4,0xb7,0xff,0xe3,0xcd,0x95,0xff,0xec,0xe4,0xc8, + 0xff,0xe7,0xca,0xa0,0xff,0xd3,0xb5,0x6b,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc, + 0xff,0xcd,0xb6,0xa9,0xff,0x1f,0x13,0x13,0xa8,0x0,0x0,0x0,0x2c,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x88,0x52,0x52, + 0x11,0xb8,0x97,0x8d,0xd7,0xe7,0xd3,0xa0,0xff,0xdb,0xba,0x80,0xff,0xe7,0xca,0xa0, + 0xff,0xe7,0xca,0xa0,0xff,0xd3,0xb5,0x6b,0xff,0xf1,0xda,0xbe,0xff,0xf2,0xe0,0xc5, + 0xff,0xef,0xdd,0xbf,0xff,0x58,0x43,0x3f,0xcc,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x92,0x5e,0x5e, + 0x19,0xc7,0xab,0x9c,0xec,0xe4,0xd2,0x9a,0xff,0xff,0x73,0x48,0xff,0xff,0x0,0x0, + 0xff,0xff,0x0,0x0,0xff,0xff,0x0,0x0,0xff,0xff,0x73,0x48,0xff,0xe2,0xb4,0x7c, + 0xff,0xf0,0xdd,0xb5,0xff,0x6e,0x59,0x53,0xd0,0x0,0x0,0x0,0x34,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8e,0x5a,0x5b, + 0xd,0xb6,0x93,0x84,0xcd,0xed,0xde,0xb3,0xff,0xe3,0xcb,0x9b,0xff,0xec,0xde,0xbe, + 0xff,0xe7,0xca,0xa0,0xff,0xe0,0xc7,0x95,0xff,0xe0,0xc7,0x95,0xff,0xdc,0xbf,0x82, + 0xff,0xec,0xd8,0xb6,0xff,0x58,0x43,0x41,0xb4,0x0,0x0,0x0,0x1b,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x9a,0x6a,0x64,0x6c,0xe0,0xcc,0xad,0xff,0xff,0xff,0xf3,0xff,0xfd,0xff,0xfd, + 0xff,0xe7,0xca,0xa0,0xff,0xe0,0xc7,0x95,0xff,0xd3,0xb5,0x6b,0xff,0xee,0xdb,0xaa, + 0xff,0xc8,0xac,0x9d,0xf8,0x26,0x17,0x18,0x5d,0x0,0x0,0x0,0x3,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x90,0x5d,0x5e,0x7,0xa0,0x73,0x68,0x96,0xde,0xcb,0xb9,0xff,0xfc,0xf8,0xee, + 0xff,0xf8,0xf6,0xdf,0xff,0xec,0xdf,0xb4,0xff,0xec,0xdc,0xb5,0xff,0xcc,0xaf,0x9c, + 0xf3,0x4b,0x32,0x31,0x75,0x0,0x0,0x0,0x5,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x8c,0x5b,0x5d,0x2,0x96,0x64,0x60,0x51,0xaa,0x82,0x73, + 0xad,0xba,0x98,0x83,0xdc,0xb7,0x96,0x84,0xd4,0x97,0x71,0x68,0x9a,0x3f,0x28,0x28, + 0x3c,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,0x0, + 0x0,0x9f,0xff,0x0,0x0,0xf,0xff,0x0,0x0,0x3,0xff,0x0,0x0,0x81,0xff,0x0, + 0x0,0xe1,0xff,0x0,0x0,0xf0,0x7,0x0,0x0,0xf8,0x3,0x0,0x0,0xf8,0x1,0x0, + 0x0,0xf8,0x1,0x0,0x0,0xf8,0x1,0x0,0x0,0xf8,0x1,0x0,0x0,0xfc,0x3,0x0, + 0x0,0xfc,0x7,0x0,0x0,0xff,0xf,0x0,0x0,0xff,0xff,0x0,0x0,0x28,0x0,0x0, + 0x0,0x18,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x1,0x0,0x20,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x11,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x16,0x0,0x0,0x0, + 0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0, + 0x3f,0x0,0x0,0x0,0x6d,0x0,0x0,0x0,0x76,0x0,0x0,0x0,0x57,0x0,0x0,0x0, + 0x26,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x59,0x5a,0x5a,0x6b,0x6f,0x6c,0x69, + 0xdc,0x4c,0x63,0x71,0xf0,0x28,0x42,0x58,0xd9,0x1,0x1,0x2,0x9c,0x0,0x0,0x0, + 0x66,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7d,0x79,0x78,0xb4,0x63,0x89,0xaa, + 0xff,0x1b,0x74,0xb1,0xff,0x1f,0x6a,0x9a,0xff,0x2c,0x4d,0x66,0xe3,0x2,0x3,0x4, + 0xa2,0x0,0x0,0x0,0x6d,0x0,0x0,0x0,0x31,0x0,0x0,0x0,0xc,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8a,0xb9,0xce,0xc0,0x39,0x9e,0xf3, + 0xff,0x23,0x84,0xd9,0xff,0x18,0x72,0xb1,0xff,0x1e,0x6a,0x9b,0xff,0x2d,0x52,0x6e, + 0xe8,0x7,0xb,0xe,0xaa,0x0,0x0,0x0,0x73,0x0,0x0,0x0,0x37,0x0,0x0,0x0, + 0xe,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7d,0xe1,0xf2,0x47,0x64,0xc9,0xf7, + 0xed,0x3d,0xa1,0xf5,0xff,0x26,0x86,0xdb,0xff,0x1a,0x75,0xb6,0xff,0x1c,0x6a,0x9c, + 0xff,0x2f,0x59,0x78,0xed,0x9,0xd,0x12,0xb0,0x0,0x0,0x0,0x79,0x0,0x0,0x0, + 0x3d,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0xe1,0xed, + 0x36,0x6b,0xce,0xf4,0xde,0x3f,0xa4,0xf6,0xff,0x28,0x89,0xdf,0xff,0x1a,0x76,0xb9, + 0xff,0x1a,0x6b,0x9d,0xff,0x30,0x5e,0x80,0xf1,0x10,0x19,0x20,0xb8,0x0,0x0,0x0, + 0x78,0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x3,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x83,0xe4,0xf0,0x28,0x6e,0xd1,0xf3,0xd7,0x45,0xa9,0xf7,0xff,0x29,0x8b,0xe2, + 0xff,0x1c,0x79,0xbe,0xff,0x17,0x6b,0x9f,0xff,0x2b,0x61,0x86,0xf5,0x10,0x18,0x1f, + 0xaa,0x0,0x0,0x0,0x57,0x0,0x0,0x0,0x23,0x0,0x0,0x0,0x1f,0x0,0x0,0x0, + 0x2e,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,0x3b,0x0,0x0,0x0,0x31,0x0,0x0,0x0, + 0x21,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x81,0xe2,0xed,0x1b,0x71,0xd4,0xf3,0xc1,0x48,0xac,0xf8, + 0xff,0x2b,0x8d,0xe6,0xff,0x14,0x77,0xc2,0xff,0x3e,0x77,0x9d,0xff,0x43,0x45,0x46, + 0xc7,0x0,0x0,0x0,0x87,0x0,0x0,0x0,0x67,0x11,0xb,0xb,0x73,0x25,0x18,0x18, + 0x95,0x26,0x18,0x18,0xa3,0x12,0xb,0xb,0x9a,0x1,0x1,0x1,0x88,0x0,0x0,0x0, + 0x6f,0x0,0x0,0x0,0x4a,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x8,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x7e,0xdc,0xe8,0x12,0x75,0xd8,0xf3, + 0xb5,0x4b,0xb2,0xfa,0xff,0x56,0x97,0xd0,0xff,0x84,0x88,0x8a,0xff,0x8c,0x8d,0x8c, + 0xe3,0x5c,0x4f,0x4f,0xd1,0x6e,0x4d,0x4c,0xdc,0xac,0x8c,0x85,0xf5,0xc7,0xad,0xa4, + 0xfd,0xcb,0xb2,0xac,0xfd,0xb9,0x9e,0x9b,0xfa,0x80,0x60,0x5f,0xea,0x3c,0x27,0x26, + 0xc8,0x2,0x1,0x1,0x96,0x0,0x0,0x0,0x64,0x0,0x0,0x0,0x2b,0x0,0x0,0x0, + 0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x83,0xeb,0xf9, + 0xb,0x88,0xd2,0xe4,0x79,0xc5,0xc8,0xc9,0xa4,0xcb,0xc9,0xc8,0xf8,0x94,0x7d,0x7c, + 0xff,0xc5,0xa7,0x9c,0xff,0xe6,0xd4,0xb8,0xff,0xf2,0xe6,0xc9,0xff,0xfa,0xf5,0xe1, + 0xff,0xff,0xff,0xfb,0xff,0xff,0xff,0xff,0xff,0xfc,0xfa,0xf9,0xff,0xd7,0xc3,0xc0, + 0xff,0x6b,0x4c,0x4a,0xe3,0x9,0x6,0x6,0xa5,0x0,0x0,0x0,0x66,0x0,0x0,0x0, + 0x23,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x75,0x6f,0x6e,0x14,0xc5,0xae,0xad,0xe0,0xd1,0xb6,0xa7, + 0xff,0xed,0xdd,0xb7,0xff,0xe6,0xd1,0xa5,0xff,0xed,0xdf,0xc1,0xff,0xf5,0xed,0xdd, + 0xff,0xfb,0xf4,0xed,0xff,0xff,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xe3,0xd4,0xcc,0xff,0x70,0x4e,0x4d,0xe7,0x1,0x1,0x1,0x96,0x0,0x0,0x0, + 0x4b,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x62,0x40,0x40,0x39,0xb5,0x93,0x89,0xf2,0xf2,0xe6,0xc6, + 0xff,0xdc,0xc1,0x87,0xff,0xe2,0xcd,0x9f,0xff,0xee,0xe4,0xca,0xff,0xe8,0xbd,0x91, + 0xff,0xe7,0xca,0xa0,0xff,0xf2,0xda,0xc1,0xff,0xff,0xff,0xff,0xff,0xfc,0xf9,0xf3, + 0xff,0xfc,0xf7,0xe6,0xff,0xd2,0xbb,0xae,0xff,0x3e,0x29,0x29,0xc8,0x0,0x0,0x0, + 0x6b,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x88,0x5a,0x58,0x97,0xe0,0xce,0xbb,0xff,0xe3,0xcd,0x9b, + 0xff,0xd7,0xb9,0x7a,0xff,0xe4,0xd2,0xa7,0xff,0xee,0xe9,0xd0,0xff,0xe5,0xb6,0x85, + 0xff,0xe7,0xca,0xa0,0xff,0xf0,0xd5,0xb7,0xff,0xfc,0xff,0xfd,0xff,0xf7,0xf3,0xe7, + 0xff,0xf1,0xe5,0xcb,0xff,0xeb,0xdd,0xc1,0xff,0x7a,0x59,0x57,0xe6,0x0,0x0,0x0, + 0x7e,0x0,0x0,0x0,0x27,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x9c,0x70,0x68,0xc5,0xee,0xe2,0xc9,0xff,0xd9,0xbd,0x7e, + 0xff,0xdd,0xbf,0x87,0xff,0xdf,0xa3,0x65,0xff,0xde,0xa2,0x63,0xff,0xe5,0xb6,0x85, + 0xff,0xe5,0xb6,0x85,0xff,0xe5,0xb6,0x85,0xff,0xe5,0xb6,0x85,0xff,0xe6,0xb7,0x85, + 0xff,0xec,0xdc,0xbc,0xff,0xea,0xd8,0xb0,0xff,0xa4,0x83,0x7a,0xf5,0x0,0x0,0x0, + 0x83,0x0,0x0,0x0,0x29,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x95,0x62,0x62,0x3,0xa3,0x79,0x6e,0xce,0xf0,0xe4,0xc9,0xff,0xd8,0xbc,0x7b, + 0xff,0xd9,0xb6,0x77,0xff,0xd1,0x71,0x16,0xff,0xb9,0x0,0x0,0xff,0xb9,0x0,0x0, + 0xff,0xb9,0x0,0x0,0xff,0xb9,0x0,0x0,0xff,0xb9,0x0,0x0,0xff,0xd8,0x89,0x3d, + 0xff,0xe5,0xd1,0xa6,0xff,0xe8,0xd5,0xa9,0xff,0xb1,0x91,0x86,0xf9,0x0,0x0,0x0, + 0x7a,0x0,0x0,0x0,0x25,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x9a,0x6c,0x65,0xb5,0x91,0x60,0x5f,0xff,0xe3,0xce,0x9d, + 0xff,0xd6,0xb6,0x74,0xff,0xea,0xd2,0xac,0xff,0xe9,0xd4,0xad,0xff,0xe1,0xaa,0x70, + 0xff,0xe1,0xaa,0x70,0xff,0xe4,0xb9,0x87,0xff,0xe4,0xcb,0x9e,0xff,0xe4,0xc9,0x9b, + 0xff,0xdb,0xbf,0x84,0xff,0xeb,0xdc,0xb8,0xff,0x9d,0x7c,0x75,0xef,0x0,0x0,0x0, + 0x62,0x0,0x0,0x0,0x19,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x91,0x60,0x5f,0x6e,0x91,0x60,0x5f,0xff,0xf3,0xea,0xca, + 0xff,0xec,0xde,0xbf,0xff,0xed,0xe1,0xc4,0xff,0xef,0xe9,0xd1,0xff,0xe1,0xaf,0x7a, + 0xff,0xe7,0xca,0xa0,0xff,0xe1,0xb9,0x84,0xff,0xd5,0xb9,0x77,0xff,0xd1,0xad,0x64, + 0xff,0xe3,0xcc,0x98,0xff,0xea,0xdc,0xc6,0xff,0x71,0x4f,0x4c,0xcd,0x0,0x0,0x0, + 0x3e,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x95,0x62,0x62,0xd,0xa7,0x7c,0x6e,0xd0,0xea,0xda,0xb4, + 0xff,0xfc,0xf9,0xef,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xed,0xd2,0xb0, + 0xff,0xe7,0xca,0xa0,0xff,0xd8,0xb3,0x73,0xff,0xcd,0xa8,0x59,0xff,0xdf,0xc6,0x8f, + 0xff,0xf4,0xea,0xcf,0xff,0xb7,0x94,0x84,0xf9,0x3f,0x29,0x29,0x75,0x0,0x0,0x0, + 0x19,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x90,0x5f,0x5f,0x3f,0xb3,0x8b,0x77, + 0xf0,0xec,0xde,0xc1,0xff,0xff,0xff,0xff,0xff,0xfd,0xfc,0xf8,0xff,0xf8,0xf5,0xe8, + 0xff,0xec,0xe3,0xc2,0xff,0xe0,0xc9,0x93,0xff,0xee,0xe1,0xbb,0xff,0xf3,0xe9,0xcc, + 0xff,0xc0,0xa0,0x8b,0xfe,0x67,0x44,0x43,0x97,0x0,0x0,0x0,0x1d,0x0,0x0,0x0, + 0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8f,0x5e,0x5f, + 0x39,0xa3,0x77,0x6b,0xcb,0xce,0xb2,0x99,0xff,0xe9,0xda,0xbf,0xff,0xec,0xdf,0xbe, + 0xff,0xeb,0xdc,0xb9,0xff,0xe9,0xdb,0xba,0xff,0xd6,0xbd,0xa0,0xff,0xa9,0x82,0x73, + 0xed,0x6b,0x46,0x46,0x76,0x0,0x0,0x0,0x14,0x0,0x0,0x0,0x4,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x95,0x62,0x63,0xa,0x90,0x5f,0x5d,0x53,0x99,0x6a,0x62,0xa5,0xa5,0x7b,0x6d, + 0xd2,0xa6,0x7c,0x6f,0xd7,0x98,0x6d,0x64,0xbb,0x7f,0x55,0x53,0x78,0x50,0x34,0x35, + 0x25,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0xff,0xff,0xff,0x0,0xff,0xff,0xff,0x0,0xc3,0xff,0xff, + 0x0,0x81,0xff,0xff,0x0,0x80,0xff,0xff,0x0,0xc0,0x7f,0xff,0x0,0xe0,0x3f,0xff, + 0x0,0xf0,0x1f,0xff,0x0,0xf8,0xc,0x3f,0x0,0xfc,0x0,0xf,0x0,0xff,0x0,0x7, + 0x0,0xff,0x80,0x3,0x0,0xff,0x80,0x3,0x0,0xff,0x0,0x3,0x0,0xff,0x0,0x1, + 0x0,0xff,0x0,0x3,0x0,0xff,0x0,0x3,0x0,0xff,0x80,0x3,0x0,0xff,0x80,0x7, + 0x0,0xff,0xc0,0x7,0x0,0xff,0xe0,0x1f,0x0,0xff,0xf8,0x7f,0x0,0xff,0xff,0xff, + 0x0,0xff,0xff,0xff,0x0, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/arrow-up-down.png + 0x0,0x0,0x2,0xe9, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x14,0x0,0x0,0x0,0x40,0x8,0x4,0x0,0x0,0x0,0xb0,0x9f,0x9f,0x67, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x2, + 0x62,0x4b,0x47,0x44,0x0,0x0,0xaa,0x8d,0x23,0x32,0x0,0x0,0x1,0x95,0x49,0x44, + 0x41,0x54,0x48,0xc7,0xed,0xd6,0xbf,0x6e,0xd3,0x50,0x14,0x7,0xe0,0xcf,0x75,0x5a, + 0x75,0x20,0x52,0x17,0xd4,0x85,0x97,0x2a,0x43,0xd4,0x3f,0x6a,0x13,0x8a,0x54,0x28, + 0x3,0x62,0x41,0xbc,0x2a,0x12,0x88,0x85,0x1,0x81,0x5a,0x3a,0xa4,0xa5,0x15,0xc9, + 0xbd,0x87,0xc1,0x37,0x8e,0xd3,0x24,0x15,0xf,0x90,0x93,0xc9,0xb9,0x9f,0x8f,0x6f, + 0x1c,0xcb,0xbf,0x43,0xb7,0xb6,0x71,0xe8,0xd6,0xbd,0x61,0x39,0x5a,0x59,0xdb,0x18, + 0x48,0x42,0x16,0xce,0xd6,0xd1,0xa6,0x5b,0xc8,0xb2,0x2c,0x9,0xa3,0x55,0xb4,0x61, + 0x59,0x92,0x85,0x58,0x47,0xe7,0x2c,0x89,0xf2,0x49,0xcb,0xb4,0xcb,0x16,0xe1,0x2, + 0xed,0xb2,0x6c,0x5a,0x68,0x32,0x6d,0xaf,0xd0,0xd2,0x41,0x59,0x48,0xb2,0x4f,0xbe, + 0xb,0xe1,0xa7,0x8f,0x26,0xed,0x89,0x67,0x70,0x5c,0xbe,0x98,0xa,0xe7,0x76,0xdc, + 0x8,0xe1,0x4e,0xdf,0x61,0xa7,0xf3,0x39,0xbf,0x85,0x89,0xa9,0xf0,0x6,0xcf,0x5d, + 0xb,0x61,0xec,0x5,0x86,0x42,0x32,0x91,0x8d,0xb9,0x29,0x37,0xf8,0x2,0xec,0xb9, + 0x2a,0x70,0x1f,0x9c,0x95,0xd5,0x3b,0x8e,0xfd,0x70,0xdd,0x6e,0x78,0xaf,0xed,0xb8, + 0x8f,0x1d,0x1c,0xb9,0xf2,0xcb,0x6b,0x78,0xa6,0x8f,0x5a,0xb5,0xd4,0xb1,0x52,0xa3, + 0xaf,0x4f,0x4f,0xed,0x16,0xb5,0xa4,0x5a,0xf1,0xc7,0x26,0xb5,0x31,0xea,0x5e,0x1, + 0x69,0xdd,0x93,0x32,0x5b,0xef,0x21,0x3c,0x5d,0x1,0x5b,0xfe,0xb3,0x36,0x70,0x3, + 0x37,0x70,0x3,0x37,0x70,0x3d,0xac,0x56,0xbe,0xbd,0xe7,0x55,0xa9,0xd8,0x52,0x23, + 0xd4,0x6b,0x59,0x59,0xef,0x49,0x76,0x55,0xee,0xd5,0xf2,0x4a,0x96,0xec,0xe2,0x61, + 0xcb,0x4b,0x9f,0x7d,0x73,0x24,0x95,0x5c,0xee,0x6e,0x63,0x5b,0x72,0xe0,0xab,0x2f, + 0x4e,0xb8,0x2a,0x21,0x36,0xc4,0x72,0xc4,0xd,0xca,0x44,0x50,0xb2,0x70,0x22,0x9, + 0xaf,0x3c,0xe,0xcd,0x26,0xc7,0x27,0xb2,0x3f,0x8c,0x3a,0x81,0x7e,0xb2,0x10,0xc3, + 0x7,0x6d,0x8e,0x87,0x77,0x70,0xda,0xc9,0xe5,0xf,0x6d,0xb0,0xbf,0xf7,0x20,0x4a, + 0x8e,0x5f,0x34,0x1b,0x9e,0xe5,0x72,0x92,0x4b,0x72,0x87,0xa9,0x89,0x2c,0x99,0xa, + 0x6f,0x75,0xa6,0x8a,0x61,0x67,0xdc,0x98,0xf,0x1f,0x33,0xd6,0x9b,0xdf,0x86,0x39, + 0x9d,0xc1,0xbc,0xd8,0x6d,0x99,0xe6,0xa7,0xd8,0x8c,0x8e,0xa,0x6d,0xe6,0xa8,0x95, + 0x6c,0x46,0x4f,0x4b,0xbf,0xe6,0x97,0xf6,0xac,0xa9,0xa6,0xeb,0x5f,0xc9,0xe5,0xe3, + 0x6e,0xff,0x0,0x99,0x5b,0x13,0x30,0xb4,0xb0,0xa7,0x8b,0x0,0x0,0x0,0x25,0x74, + 0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32, + 0x30,0x31,0x35,0x2d,0x30,0x32,0x2d,0x31,0x34,0x54,0x30,0x31,0x3a,0x32,0x34,0x3a, + 0x32,0x32,0x2d,0x30,0x36,0x3a,0x30,0x30,0xbc,0x4a,0x43,0x91,0x0,0x0,0x0,0x25, + 0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0, + 0x32,0x30,0x31,0x35,0x2d,0x30,0x32,0x2d,0x31,0x34,0x54,0x30,0x31,0x3a,0x32,0x34, + 0x3a,0x32,0x32,0x2d,0x30,0x36,0x3a,0x30,0x30,0xcd,0x17,0xfb,0x2d,0x0,0x0,0x0, + 0x63,0x74,0x45,0x58,0x74,0x73,0x76,0x67,0x3a,0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74, + 0x0,0x20,0x47,0x65,0x6e,0x65,0x72,0x61,0x74,0x6f,0x72,0x3a,0x20,0x41,0x64,0x6f, + 0x62,0x65,0x20,0x49,0x6c,0x6c,0x75,0x73,0x74,0x72,0x61,0x74,0x6f,0x72,0x20,0x31, + 0x35,0x2e,0x30,0x2e,0x32,0x2c,0x20,0x53,0x56,0x47,0x20,0x45,0x78,0x70,0x6f,0x72, + 0x74,0x20,0x50,0x6c,0x75,0x67,0x2d,0x49,0x6e,0x20,0x2e,0x20,0x53,0x56,0x47,0x20, + 0x56,0x65,0x72,0x73,0x69,0x6f,0x6e,0x3a,0x20,0x36,0x2e,0x30,0x30,0x20,0x42,0x75, + 0x69,0x6c,0x64,0x20,0x30,0x29,0x20,0x20,0x87,0x2d,0xb9,0xf5,0x0,0x0,0x0,0x0, + 0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/line.png + 0x0,0x0,0x1,0x50, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84,0x0,0x0,0xfa, + 0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60,0x0,0x0,0x3a, + 0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x18,0x74,0x45,0x58, + 0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x50,0x61,0x69,0x6e,0x74,0x2e, + 0x4e,0x45,0x54,0x20,0x76,0x33,0x2e,0x33,0x36,0xa9,0xe7,0xe2,0x25,0x0,0x0,0x0, + 0xaa,0x49,0x44,0x41,0x54,0x38,0x4f,0x63,0x60,0x20,0x3,0xa4,0xa4,0xa4,0x28,0x90, + 0xa1,0xd,0xa2,0x5,0xa8,0x59,0x20,0x39,0x39,0xf9,0x51,0x70,0x70,0xb0,0x1a,0xc9, + 0x86,0x80,0x34,0x3,0xf1,0xf9,0xc0,0xc0,0xc0,0x64,0x92,0x35,0x43,0x6d,0x9f,0xf, + 0xd4,0x5c,0x6,0x64,0x33,0x93,0x6c,0x0,0xd0,0xe6,0xfe,0xe8,0xe8,0xe8,0xf5,0xe4, + 0x6a,0x4e,0x88,0x8d,0x8d,0xdd,0x3,0xd4,0xcc,0x45,0x8e,0xcd,0xe,0x9,0x9,0x9, + 0x37,0x2d,0x2c,0x2c,0x64,0xc9,0xd1,0x6c,0x0,0xa,0x71,0x67,0x67,0x67,0x3,0x72, + 0x34,0xb,0x24,0x25,0x25,0x5d,0x72,0x71,0x71,0x71,0x23,0x59,0x33,0x34,0xc4,0xcf, + 0x3,0xe3,0xba,0x98,0x5c,0xcd,0xf3,0x43,0x43,0x43,0x9b,0xc9,0xd,0xf1,0x6,0x68, + 0x74,0xb1,0x91,0x6c,0x3b,0x30,0xae,0x13,0xe2,0xe3,0xe3,0x4f,0x92,0x1b,0x5d,0x6, + 0xa0,0xe8,0x32,0x32,0x32,0x22,0x2f,0xa3,0xc4,0xc5,0xc5,0xcd,0xf4,0xf6,0xf6,0x76, + 0x20,0xd9,0xd9,0x48,0x1a,0x48,0xf7,0x33,0x50,0x33,0x0,0xa6,0x50,0x35,0xb8,0xa5, + 0x49,0xe,0xd4,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/QPainter.ico + 0x0,0x0,0x34,0xcd, + 0x0, + 0x1,0x18,0xbe,0x78,0x9c,0xed,0x5d,0x9,0x5c,0x55,0x45,0xdb,0xbf,0x5e,0x11,0x89, + 0x4c,0xcd,0xcf,0x7c,0xc9,0x8,0xd1,0x10,0xd9,0x45,0x22,0xf7,0xc4,0x4c,0xcd,0xcc, + 0xcc,0xd4,0x4c,0x71,0xc9,0xcc,0xc8,0x4c,0xcd,0xd7,0xcc,0xd7,0x4c,0x71,0x3,0xc1, + 0x5,0x71,0xc9,0x5d,0xdc,0xd7,0xd8,0x65,0x57,0xd9,0x44,0x44,0x45,0x45,0x64,0x53, + 0x11,0xd9,0xb9,0x70,0x17,0xee,0xbe,0x9e,0x73,0x66,0xbe,0x99,0x73,0xee,0x85,0xb, + 0x5c,0x1,0x95,0xd2,0xec,0xfe,0xfd,0x8d,0x97,0x39,0xcb,0x9c,0xe5,0x3f,0xf3,0xcc, + 0xf3,0x3c,0xf3,0xcc,0x1c,0x16,0xab,0x1d,0xfa,0xb7,0xce,0x9f,0x85,0xfe,0xb7,0x66, + 0x9d,0xb3,0x68,0xc7,0xea,0xc1,0x62,0xb1,0xec,0x50,0x5a,0x87,0x52,0xd7,0x76,0xcc, + 0x76,0x1a,0x38,0x63,0x84,0x11,0x46,0x18,0x61,0x84,0x11,0x7f,0x1,0x32,0xae,0x5d, + 0x73,0xdd,0xb7,0x77,0x6f,0x68,0x70,0x70,0x70,0x5a,0x5e,0x6e,0x6e,0xd7,0x17,0x7d, + 0x3f,0x46,0xb4,0x3d,0xae,0x67,0xde,0x60,0xe5,0xe7,0xe7,0x99,0x9e,0x3a,0x79,0xd2, + 0x72,0xed,0xda,0x75,0x96,0xc7,0x8e,0x1e,0xb1,0x2c,0x2d,0x7d,0x6c,0x75,0xeb,0xe6, + 0xcd,0xae,0x9e,0xd3,0xa7,0x27,0xfe,0xe7,0xad,0x1e,0xd4,0xca,0x5f,0x57,0x1c,0xb8, + 0x99,0x71,0xcd,0x44,0x77,0x4e,0x7c,0x5c,0xac,0x59,0x5c,0x6c,0x8c,0x65,0x66,0xe6, + 0x4d,0x8b,0xa7,0xbd,0x5e,0x42,0x5c,0xc,0xeb,0x4a,0x6a,0x72,0x8f,0xdf,0x56,0xfe, + 0x66,0xb9,0xff,0xc0,0x1,0xcb,0xc8,0xb,0x17,0xd8,0x99,0x37,0x6e,0xd2,0xfb,0x12, + 0x2f,0x5d,0xec,0xb6,0xe7,0x8f,0x3d,0x96,0xe1,0xe1,0x11,0x9d,0x9b,0x2b,0xe3,0xc2, + 0x85,0xc8,0xae,0x17,0x13,0xe2,0x2c,0xd3,0xd3,0xd3,0x9a,0xd4,0xc9,0x47,0xf,0x1f, + 0x9a,0xc7,0xa3,0x7d,0x29,0xc9,0xc9,0x3d,0x9e,0x74,0x7e,0xd4,0x85,0x48,0x36,0x3e, + 0xff,0xd2,0xc5,0x84,0x1e,0xe9,0x69,0x69,0x6,0x8f,0x79,0xf8,0xa0,0x80,0xf5,0xf0, + 0x61,0x81,0x59,0x50,0x50,0x90,0xa5,0xb7,0xf7,0x5a,0xcb,0x84,0x4b,0x17,0xbb,0xe7, + 0xe5,0xe7,0x9a,0x35,0x77,0x5f,0xf9,0xf9,0xf9,0xac,0xbc,0xdc,0x7b,0x66,0xc1,0xe7, + 0xcf,0x5a,0xad,0x5a,0xb5,0xca,0x12,0x3f,0x4b,0x6e,0x5e,0x6e,0xb7,0x5d,0xbb,0x77, + 0x1a,0x3c,0x3e,0x23,0x3d,0x9d,0x95,0x9c,0x74,0xb9,0x47,0x2c,0x7a,0x97,0x79,0xf9, + 0x79,0x9d,0x9a,0x2b,0xfb,0xaf,0xc0,0xdd,0xec,0xbb,0xdd,0x7d,0x36,0x6e,0xc,0xf8, + 0x70,0xf8,0x88,0xbc,0x71,0x9f,0x8c,0x83,0x9f,0x7d,0x3a,0x1e,0x8e,0x1e,0xf5,0x31, + 0x74,0x75,0xe9,0x5f,0x3c,0xe5,0xcb,0xc9,0x39,0x3d,0xba,0x77,0x87,0x2b,0x57,0xac, + 0x48,0x4e,0x4e,0x4c,0x34,0xd5,0x3f,0xf,0x3d,0xdb,0x1,0xbb,0x7e,0xfd,0xe0,0x2f, + 0xff,0x5d,0xf6,0xe0,0x69,0xae,0x77,0xee,0xec,0x39,0x8b,0xaf,0x26,0x4f,0x3d,0x34, + 0x64,0xf0,0x10,0xf9,0xc7,0xe8,0x3a,0xe8,0x7a,0xd4,0xd0,0x21,0x43,0xb3,0xd0,0x3d, + 0xac,0xbc,0x7f,0x3f,0xcf,0xd2,0xeb,0xfb,0xf9,0x9,0xb6,0x7d,0xfb,0xc2,0x83,0x7, + 0xf,0x1d,0xe0,0x72,0xab,0x9f,0x58,0xce,0xe8,0x8f,0x3f,0xde,0xd3,0xaf,0x9f,0x2d, + 0xdc,0xb2,0xd9,0xff,0x76,0xe3,0x7d,0x71,0x71,0x71,0x73,0x9d,0x1c,0x1d,0x20,0xba, + 0xff,0x1b,0x81,0x81,0x86,0xdf,0xfb,0xde,0xbd,0x7b,0x27,0x38,0x39,0x39,0x51,0x1f, + 0x8d,0x1c,0x59,0xf4,0xa8,0xa8,0xa8,0x49,0x5d,0x4b,0x4a,0xba,0xcc,0xa,0xc,0x8, + 0x18,0x3a,0x61,0xfc,0xf8,0x9c,0x91,0x1e,0x23,0xe1,0x84,0xf1,0x9f,0xc1,0xf,0x87, + 0xd,0x17,0x4c,0x9b,0x3a,0x35,0xf5,0xe4,0xc9,0x93,0x93,0x38,0xd5,0x1c,0xf3,0xc6, + 0xe7,0x24,0x27,0xa5,0x5a,0x78,0xaf,0x59,0xb3,0x6f,0xe0,0x7,0x3,0x1f,0xb8,0xbf, + 0xff,0x1,0x1c,0x33,0x7a,0xc,0x9c,0xf8,0xd9,0x4,0xe8,0x31,0xc2,0x43,0x80,0x9e, + 0x31,0x6e,0xc6,0xf4,0x19,0x2b,0x3,0x3,0x77,0xc,0x2e,0x29,0x2b,0xad,0x3b,0xb7, + 0xb4,0xb4,0xa4,0x87,0xd7,0xf7,0xdf,0x8b,0x9d,0x1c,0x9d,0xe0,0xb6,0x2d,0x5b,0x17, + 0xb6,0xf6,0x3d,0xb6,0x5,0x92,0x2e,0x27,0x76,0x5a,0xb2,0x78,0xf1,0x6d,0xfb,0x7e, + 0x76,0xe2,0xe5,0x4b,0x7f,0x9,0x3c,0x7e,0xec,0xb8,0x53,0x56,0x56,0x96,0xd3,0xe9, + 0x53,0xa7,0x5d,0x56,0xfc,0xba,0x22,0xd0,0xd9,0xd1,0x89,0x40,0x5c,0x28,0x91,0xec, + 0x1f,0x29,0x10,0xf0,0x2d,0x6a,0x5,0x82,0xba,0xf6,0xff,0xcb,0x2f,0xcb,0x42,0xd1, + 0xf,0x9c,0xfe,0xf5,0xf4,0x56,0xf1,0xcf,0xe3,0x71,0x4d,0xa,0xb,0x1f,0x58,0x4e, + 0x9e,0x34,0x29,0xc3,0xc1,0xce,0xe,0xee,0xdc,0xb1,0x2b,0x34,0xf8,0xcf,0x60,0xa7, + 0xe8,0xa8,0x68,0x97,0xf5,0x6b,0xd7,0xf9,0xd,0x1f,0x3a,0x8c,0xf8,0x79,0xf1,0xe2, + 0x3c,0xc4,0x2b,0xd1,0xcb,0xaa,0x17,0xb5,0x7f,0xdf,0x1,0xb7,0xe6,0xca,0xeb,0xdd, + 0xbb,0xf7,0x1e,0x7c,0xfd,0xd9,0xb3,0x66,0x9e,0x6d,0xbc,0xf,0x15,0x3c,0xb7,0x83, + 0x49,0x7b,0xd8,0xbf,0xbf,0xeb,0x8d,0x1f,0x7f,0x5c,0x60,0xf0,0xfc,0x23,0x47,0x8e, + 0x7a,0x9a,0x9a,0x9a,0x42,0x47,0x47,0xc7,0x4a,0x4e,0x45,0x79,0x13,0x19,0x76,0xec, + 0x48,0x90,0xf5,0x88,0xe1,0xc3,0x5,0xe,0xfd,0xec,0x8b,0xce,0x9c,0x3a,0x3d,0xf9, + 0x7a,0xc6,0xd,0x87,0x84,0xf8,0xb8,0xf9,0x53,0xa7,0x4c,0xc9,0xb0,0xb3,0xb5,0x93, + 0x1f,0x3e,0x74,0x78,0x95,0xfe,0xf1,0xb7,0x33,0x33,0xad,0x27,0x4d,0xfc,0xe2,0x41, + 0xc7,0xe,0xa6,0x70,0xf0,0xc0,0x41,0xc5,0xa8,0x5d,0x4c,0x4d,0x49,0x4d,0x75,0x4a, + 0x4a,0x4c,0x74,0x8,0xd,0x9,0x9e,0xff,0x83,0x97,0xd7,0x4e,0x54,0x8f,0x78,0xa3, + 0x46,0x8e,0x54,0x3e,0x7c,0xf4,0xc8,0x46,0x77,0x1e,0x87,0x53,0x65,0x39,0x75,0xea, + 0x54,0xd8,0xbe,0x7d,0x7b,0xf8,0xdb,0xca,0x95,0x7f,0x2b,0xff,0x6b,0xbd,0xbd,0x57, + 0xda,0xf4,0xe9,0x3,0xf,0x1e,0x38,0xe8,0xdb,0x78,0xdf,0xd5,0x2b,0x57,0x58,0x7e, + 0x7e,0x9b,0x3c,0xdf,0xea,0xde,0x5d,0xf9,0xc5,0xe7,0x13,0x33,0xc3,0x42,0x43,0x1b, + 0xb4,0xff,0x5f,0x96,0x69,0xf9,0x9f,0xf6,0x75,0xeb,0xf8,0xe7,0x73,0xd9,0x87,0xe, + 0x1f,0x9a,0xd3,0xe3,0xad,0x1e,0x70,0xee,0x37,0xdf,0x4,0x8,0x4,0xbc,0xba,0xba, + 0x94,0x90,0x90,0xc0,0xf2,0xf7,0xf7,0x9f,0x6c,0x65,0x69,0x25,0x35,0xed,0xd0,0x1, + 0x76,0xed,0xda,0x35,0x33,0x2c,0x22,0x82,0xdd,0x5c,0x79,0xbd,0x7b,0x5b,0xd3,0xfc, + 0xa3,0xf6,0x78,0xbc,0xf1,0xbe,0x3f,0xcf,0x9d,0x9d,0x6b,0xd2,0x9e,0x8d,0xf8,0xef, + 0x7f,0xe3,0x49,0xe7,0x7,0x1d,0xe,0xa2,0xf9,0xef,0xd6,0xad,0x7b,0xce,0xc3,0xfb, + 0xb9,0x4d,0xae,0xb5,0x71,0xc3,0x6,0xef,0xd7,0xcd,0xcd,0xe1,0x8f,0xb,0x16,0x24, + 0xea,0x6f,0xf,0x3e,0x7f,0xce,0xdc,0x73,0xc6,0x8c,0x62,0x6b,0xab,0x5e,0x42,0xd4, + 0x7,0x39,0xe1,0x6d,0x1c,0x4e,0xa5,0xf9,0x2,0xaf,0x1f,0x2e,0xe1,0xfb,0x19,0x3b, + 0x66,0xc,0x75,0x2b,0x33,0xd3,0x25,0x27,0x27,0xb7,0x41,0x79,0x17,0x63,0x13,0x58, + 0x37,0x6f,0xdd,0xe8,0x3a,0xcb,0xd3,0xd3,0x3a,0x38,0x38,0xac,0x6e,0x7b,0x79,0x79, + 0x29,0x1b,0xc9,0xb1,0xc,0x76,0x3b,0xf6,0xdf,0xca,0xff,0xcd,0xcc,0x1b,0xe6,0xc3, + 0x86,0xc,0x2b,0x9a,0xe5,0x39,0xb3,0x3c,0xeb,0xf6,0xed,0x6e,0x86,0x8e,0x59,0xf0, + 0xe3,0x8f,0xac,0x41,0x3,0x7,0x1d,0x7a,0xe7,0xed,0x9e,0xd4,0xf9,0x73,0xe7,0x26, + 0xea,0xef,0x7b,0xda,0xf6,0x8f,0x81,0xea,0xdb,0xe9,0x5e,0x56,0x56,0x70,0xb3,0xbf, + 0xbf,0xad,0xa1,0xfd,0x8b,0x7f,0x5a,0xb4,0xb3,0x3d,0xbb,0x3d,0x74,0x7f,0xff,0xfd, + 0xd4,0x96,0xca,0xea,0xad,0xe5,0xff,0xb3,0x4f,0xc7,0xed,0x69,0xbc,0xef,0xcf,0x73, + 0xe7,0xb4,0xfc,0xbb,0x3e,0x91,0xff,0xa3,0x47,0x8e,0xd0,0xfc,0x77,0xe9,0xd2,0x35, + 0xcb,0xd0,0x7e,0x7f,0x7f,0xbf,0x1b,0xed,0x51,0x19,0x48,0x3e,0x26,0x36,0xde,0x17, + 0x13,0x1d,0x3d,0x19,0x71,0x75,0x72,0xff,0xfe,0x83,0xd8,0x2d,0x83,0xfa,0x8a,0xa4, + 0x51,0x36,0xef,0xf5,0x81,0xe6,0xaf,0x99,0xc3,0x83,0xfb,0xf6,0xad,0x6a,0x5a,0x5a, + 0xf3,0x40,0xef,0x24,0x91,0xdd,0xae,0x1d,0xfc,0xed,0xb7,0xdf,0xfe,0x36,0xfe,0x51, + 0xff,0xed,0x8a,0xe4,0x2c,0xdc,0xb0,0x7e,0xfd,0xe6,0xec,0x9c,0xec,0x26,0xfb,0x91, + 0xbc,0xee,0xc6,0xad,0xa9,0xe9,0x1e,0x19,0x11,0xb1,0xbe,0x3b,0xd2,0x1,0x7e,0xf8, + 0xde,0x2b,0x50,0x7f,0xbf,0x8e,0xff,0x19,0x4f,0xc1,0xff,0xb2,0xff,0xfe,0x37,0x72, + 0x80,0xab,0x2b,0xc4,0x7a,0xa6,0xa1,0xfd,0x89,0x97,0x93,0xbc,0x3a,0x22,0x4e,0x50, + 0xbb,0x7d,0x4e,0xfe,0xcf,0xb6,0x82,0x7f,0x46,0xfe,0x23,0x59,0xd3,0x44,0x7f,0xc0, + 0x58,0xb7,0x6e,0xdd,0xd,0x36,0x9b,0xd,0x17,0x36,0x6a,0xff,0x3a,0xd4,0xd6,0xa, + 0x7a,0xea,0xfe,0xde,0xb5,0x73,0x47,0x20,0x9b,0xdd,0xe,0xba,0xd,0x18,0x20,0x8c, + 0x8,0xd,0x6f,0x56,0x3f,0x34,0x84,0x5e,0xbd,0x30,0xff,0xec,0xbf,0x95,0x7f,0x7f, + 0x3f,0xbf,0x8d,0xef,0x21,0xd9,0x7f,0xfc,0xc4,0xb1,0xd1,0xcd,0x1d,0x17,0x16,0x1e, + 0x6e,0x3d,0x60,0xc0,0x0,0x6a,0xcc,0x98,0x31,0x71,0xfa,0xdb,0xeb,0xdb,0x7f,0xeb, + 0xe4,0x3f,0xc6,0xba,0x75,0xeb,0xf,0xbc,0x85,0xe4,0xff,0x16,0x7f,0x3f,0x77,0x43, + 0xfb,0xaf,0xa5,0xa7,0x7b,0xe1,0x7e,0xd0,0xca,0xca,0xaa,0xd5,0xfc,0x8f,0x6f,0x86, + 0x7f,0x57,0x57,0xd7,0x1b,0xb,0x7f,0xfa,0xd1,0xe0,0xf9,0xad,0xe6,0xff,0xc7,0x1f, + 0xd,0xf2,0xaf,0x8f,0x9,0x9f,0x4d,0x38,0x84,0xef,0xe5,0xf3,0x9,0x13,0x22,0x5, + 0xb5,0xb5,0x2d,0x1d,0xde,0x4,0x98,0x7f,0x2c,0xf7,0x7e,0x59,0xbe,0xfc,0x6f,0xe3, + 0x1f,0xe9,0x31,0x5b,0x7b,0xbc,0xf5,0x16,0x27,0x3c,0x34,0xd4,0xa4,0xb9,0xe3,0xee, + 0xdf,0xbf,0x6f,0x31,0x75,0xea,0x14,0xa2,0x47,0xf7,0xb7,0xc,0xf3,0x3f,0xbd,0xf5, + 0xfc,0xef,0xda,0xb5,0x6b,0xa4,0xa5,0xa5,0x25,0x31,0xe3,0xeb,0xaf,0x77,0x5e,0xba, + 0x74,0xb1,0x49,0x9f,0x9b,0x9a,0x9a,0x42,0xf3,0x8f,0xe4,0x8d,0x61,0x83,0x4c,0xf, + 0xbd,0x9b,0xe5,0x9f,0x91,0xff,0xb6,0xb6,0xb6,0x37,0xe6,0x7e,0xfb,0xad,0xc1,0xf3, + 0x8f,0xe9,0xf8,0xef,0xd2,0x12,0xff,0xb,0x9b,0xe5,0x5f,0x26,0x93,0xb2,0x3d,0x3d, + 0x3d,0x71,0x1f,0x2,0x7d,0x37,0xfa,0x84,0x5e,0xb9,0x92,0x32,0x36,0x2d,0x35,0x69, + 0xec,0x95,0x94,0xc4,0xb1,0x49,0x89,0x9,0x63,0x93,0x2e,0xc7,0xa3,0xdf,0x8b,0x63, + 0x53,0x51,0x3e,0x5,0xa5,0x44,0xf4,0xf7,0xbd,0x7b,0x77,0x5d,0xf4,0xcb,0xd0,0xf1, + 0x3f,0x7b,0xce,0xec,0xbf,0x85,0xff,0xca,0xf2,0x32,0xd6,0xf,0x3f,0x7c,0x9f,0xe6, + 0xe4,0xe8,0xc8,0x69,0xe9,0x58,0x4e,0x75,0x95,0xf9,0xf8,0xcf,0xc6,0x67,0x23,0x5b, + 0xa9,0xb2,0xf0,0xe1,0x83,0x3a,0xfb,0x74,0xd9,0xb2,0xff,0x86,0xb6,0x43,0x7d,0xd6, + 0x97,0x93,0xbe,0xac,0x3c,0x72,0x24,0x68,0xf2,0xe1,0xc3,0x7,0x27,0xc7,0xc5,0xc7, + 0x4d,0x42,0xb6,0xb2,0x79,0x4e,0x5e,0x53,0x7d,0xa,0xe3,0xfc,0x9f,0xe7,0xd9,0xb3, + 0x66,0xcf,0x8e,0xeb,0x6b,0xd3,0x97,0xfa,0x7d,0xd5,0xaa,0xad,0xe9,0x57,0xd3,0x7b, + 0x96,0x96,0x14,0x9b,0x5c,0x8a,0x8f,0x37,0xf5,0xf1,0xd9,0x64,0xb7,0xec,0xbf,0xbf, + 0x44,0x99,0x98,0x98,0xc0,0x7e,0xb6,0xb6,0x1c,0x6c,0x97,0x36,0x77,0x5f,0xbd,0x5b, + 0x6c,0xff,0xed,0xa1,0xb3,0x93,0x93,0xa0,0xb8,0xf8,0x91,0x41,0x1f,0xc0,0x11,0xad, + 0xfe,0xd7,0x72,0xfb,0x6f,0x9e,0x7f,0x61,0xad,0xd0,0xe4,0x9b,0x39,0xb3,0x71,0x1b, + 0x80,0xef,0x59,0xf7,0x81,0xae,0xce,0x2e,0xb0,0xbf,0xb3,0x13,0x9d,0x5c,0x9c,0x98, + 0xd4,0x9f,0x4e,0xce,0x10,0xd9,0x59,0x84,0xd5,0xbb,0x96,0x10,0xc9,0xde,0xd3,0xfa, + 0x65,0xf4,0xea,0xd5,0x2b,0x11,0xbf,0xcb,0xe1,0x1f,0xe,0x5b,0xd4,0xdc,0xb5,0xda, + 0xa,0xc5,0x45,0x85,0xec,0xa5,0x3f,0xff,0x5c,0x89,0xec,0xd4,0xca,0xd6,0x1c,0xff, + 0xe1,0xf0,0xe1,0x9,0x43,0x87,0xe,0x85,0xb9,0x39,0xb9,0x75,0x9c,0x2c,0xd7,0xb6, + 0xff,0xff,0x7b,0xb3,0x1b,0xec,0x67,0xd3,0x17,0xbe,0xfb,0x8e,0xa5,0xfc,0xbd,0xde, + 0x7d,0xa0,0xe5,0x3b,0xef,0xaa,0x87,0xf,0x1b,0x96,0xf7,0xbf,0x5f,0xff,0xb7,0xf0, + 0xe1,0xc3,0x87,0xd,0xfa,0x79,0xa1,0xb0,0x96,0x9d,0x9f,0x9f,0xe7,0xfe,0xfd,0xf7, + 0xf3,0xd3,0x6d,0x51,0x1d,0x70,0x75,0x71,0x55,0x22,0x5d,0xaf,0x70,0xcc,0xe8,0xd1, + 0xf2,0xe1,0xc3,0x86,0x2b,0x67,0xcf,0x9c,0x59,0xf0,0x7f,0xdd,0xba,0x41,0x47,0x7, + 0x7,0x18,0x12,0x16,0x66,0xd5,0xdc,0x3d,0xf5,0x6e,0xa6,0xff,0x3f,0x71,0xec,0xe8, + 0x5c,0x2c,0x47,0x7a,0xbe,0xfd,0x36,0x3c,0x7f,0xee,0xac,0x83,0xa1,0xf3,0x83,0xe, + 0x1f,0x6e,0x93,0xf6,0x8f,0x31,0xd2,0xc3,0x83,0x96,0xff,0x3e,0xeb,0x37,0x44,0x65, + 0xdf,0xcd,0x9e,0x9e,0x9f,0x9b,0x3b,0xad,0x20,0x2f,0x6f,0x6a,0x41,0x3e,0x93,0xf2, + 0x72,0x73,0xa6,0x66,0x67,0x67,0x4d,0xc5,0xf6,0x54,0x97,0xce,0x9d,0xe1,0x9e,0x3f, + 0xfe,0x68,0x60,0xb3,0xe0,0xf6,0x8f,0xcf,0x9f,0x37,0x77,0x6e,0x8b,0xfd,0x5e,0x5b, + 0xe0,0x7e,0x41,0x3e,0x7b,0xf1,0xa2,0x45,0x95,0x83,0x7,0xd,0x69,0x1d,0xff,0x1f, + 0x7e,0x98,0x30,0x78,0xf0,0x60,0x78,0xf7,0x6e,0x7d,0x9b,0xd4,0xc9,0xff,0x99,0xc8, + 0x7e,0xb8,0x77,0x37,0x7b,0x7c,0x7c,0x6c,0xb4,0xe5,0xc5,0xf8,0x84,0x71,0x87,0xe, + 0xec,0x5f,0x89,0x6c,0xc2,0xcc,0xb7,0xff,0xf3,0x36,0x44,0x36,0x6f,0xe6,0xa3,0x87, + 0xf7,0x5d,0x1a,0x97,0x97,0x9c,0x78,0xd9,0xe4,0xec,0x99,0xd3,0xc3,0x7f,0xfb,0xdf, + 0x8a,0x79,0xbe,0xbe,0xbe,0x4b,0x7d,0x7c,0x7c,0xc7,0x5f,0xb9,0x72,0xd5,0x61,0xf9, + 0xf2,0x5f,0xba,0xbe,0xf3,0x4e,0x4f,0xaa,0xf,0xd2,0x4b,0xb6,0x7,0x6e,0xb7,0x6e, + 0xee,0x9e,0x7a,0x37,0xc3,0xff,0xf6,0x6d,0x5b,0xe7,0x62,0xee,0x70,0x9b,0xfa,0x75, + 0xf9,0x72,0xef,0xb2,0xd2,0xd2,0x26,0xe7,0x1f,0x3c,0x78,0xb0,0xcd,0xf8,0x5f,0xbd, + 0x7a,0xf5,0x1,0x7c,0x2f,0xdf,0xcc,0xf9,0xc6,0x60,0x59,0x3a,0xfc,0xbe,0xea,0x77, + 0xef,0xee,0xff,0xd7,0x1d,0xfa,0x6d,0xf2,0x9f,0xa0,0xbf,0x5d,0xc7,0xff,0x98,0x8f, + 0x47,0xb,0xee,0xe7,0xe7,0xf7,0x94,0x48,0xc4,0x75,0xfb,0xca,0x2b,0x90,0xac,0x9e, + 0x3f,0x9f,0xf5,0x46,0xa7,0x37,0x5a,0xba,0x8d,0x56,0xe3,0xc1,0xfd,0x2,0xf6,0xcf, + 0x4b,0x16,0x57,0xe,0x19,0xdc,0x3a,0xfe,0x87,0xd,0x1b,0x86,0xda,0xff,0x30,0x98, + 0x97,0x97,0x57,0xcf,0x3f,0x92,0xff,0xac,0x66,0xf4,0xbf,0xd,0x1b,0x36,0xec,0xe9, + 0xd2,0xa5,0xb,0xaa,0x1f,0x33,0x76,0x56,0x94,0x97,0x9b,0xd7,0xd4,0x54,0x1b,0xb4, + 0x31,0xf5,0x71,0xe8,0xd0,0x7e,0x57,0x74,0xe,0x61,0x6f,0x67,0xcf,0xb9,0x72,0x25, + 0xed,0x99,0xe5,0xff,0xb7,0xdf,0xcc,0xa1,0xf9,0x77,0x71,0xee,0x8f,0xec,0xf1,0xb1, + 0x82,0xcb,0x97,0x13,0x9b,0x5c,0x7b,0xcb,0x96,0xad,0xb3,0x3a,0x76,0x34,0x85,0xbd, + 0xad,0xad,0x9f,0x5b,0xff,0x43,0xfd,0xde,0x74,0xb,0xb,0xb,0xd8,0xbb,0x77,0x6f, + 0x69,0x4c,0x54,0xa4,0x45,0x49,0x49,0x71,0x93,0x63,0x72,0xb3,0xb3,0x4d,0x3e,0xfd, + 0xf4,0xd3,0x8c,0xf7,0xdd,0xdc,0xd4,0xd8,0x3f,0xa0,0xdb,0xfe,0xf0,0xe1,0xfd,0x6e, + 0xee,0xee,0xef,0xf3,0x70,0x7f,0x85,0xe4,0xac,0x3a,0x34,0x2c,0x6c,0xae,0x50,0x54, + 0xaf,0x43,0xd6,0xd4,0xd4,0x58,0x1e,0xd8,0xbf,0x77,0xe2,0x1b,0xaf,0x77,0x8e,0x5c, + 0xe3,0xed,0x3d,0xa2,0xa5,0x7b,0x69,0xd,0x2a,0xca,0xcb,0xd8,0xa8,0xff,0x2e,0x72, + 0x76,0x76,0x6e,0x91,0x7f,0x3e,0xbf,0xc6,0xfc,0xf3,0xcf,0x3f,0xcf,0x73,0x70,0x70, + 0x28,0x2f,0x2f,0x2f,0xab,0xeb,0xff,0x9b,0xb3,0xff,0xf8,0xbc,0x9a,0x9e,0xe9,0x57, + 0xaf,0x98,0x79,0x8c,0xf4,0x28,0xc4,0xb2,0x7c,0xff,0xfe,0xfd,0x7d,0xb8,0x5c,0x6e, + 0xb3,0xfe,0x9c,0x6d,0xdb,0xb6,0xb2,0x66,0xcf,0x9e,0xb5,0xb4,0x43,0x87,0xe,0x70, + 0xee,0x37,0x73,0x5b,0xa1,0xff,0xf5,0xde,0xc7,0x7a,0x2,0xff,0xe,0x76,0x76,0xb, + 0x71,0xdb,0xdf,0xbb,0x77,0x6f,0x9a,0x93,0xbd,0xbd,0x30,0x60,0xdb,0x36,0xbf,0xb8, + 0x98,0x98,0x6,0xc7,0x7c,0x37,0x6f,0xde,0x46,0xfc,0xce,0xbf,0xff,0xee,0xbb,0xf4, + 0x5c,0x3,0xf6,0x2f,0xe6,0x1f,0xeb,0x64,0xad,0xe1,0x1f,0xb5,0x8b,0x4e,0x5e,0x5e, + 0x5e,0xe5,0xd8,0x86,0xfb,0xf1,0x87,0x5,0xa1,0x8f,0x1f,0x3f,0xb6,0x2d,0x2a,0x2a, + 0xaa,0xdb,0x8f,0xde,0x5,0x6b,0xe7,0xce,0x9d,0x5e,0x6f,0xbf,0xdd,0x13,0xfb,0xab, + 0x8e,0x26,0x27,0x25,0xd5,0xbd,0x8b,0xd0,0xb0,0x90,0x9e,0xce,0x48,0x57,0x40,0xb6, + 0x98,0x14,0xd9,0xe2,0x27,0xff,0xf7,0xbf,0x5f,0xb3,0xef,0xdc,0xc9,0x6c,0xe0,0x8f, + 0xfc,0xe5,0x97,0xe5,0xcb,0x2c,0x90,0x3c,0xd,0xe,0xe,0x9e,0xde,0xd2,0xbd,0xb4, + 0x16,0x1f,0x7d,0x34,0x72,0xab,0xa5,0xe5,0xbb,0x2d,0xf2,0x5f,0x5a,0x56,0x62,0xf1, + 0xf5,0xf4,0xaf,0x89,0xae,0x5d,0xdf,0x4c,0x68,0x78,0x4f,0x4f,0xe6,0x5f,0x2c,0x12, + 0xb2,0x54,0x2a,0x5,0x6b,0xe9,0xcf,0x4b,0x83,0x5f,0x37,0x7f,0x1d,0x1e,0xd8,0xbf, + 0x9f,0xd6,0x6b,0xcf,0x9c,0x3a,0xc5,0xf6,0x9c,0xe1,0xb9,0xe0,0xf8,0x89,0x13,0x4b, + 0xef,0xdc,0xba,0xe3,0x52,0xfe,0xf8,0x71,0x57,0xed,0x35,0xd8,0x61,0x61,0x21,0xe3, + 0xde,0xeb,0xf3,0x5e,0x11,0xd2,0x91,0xa8,0xb3,0x67,0xce,0x4c,0x7b,0xd2,0xfd,0x1c, + 0xda,0x7f,0xb0,0x13,0xd2,0xef,0xfb,0x8c,0x1f,0x3f,0x8e,0x96,0x99,0xe3,0x3e,0xf9, + 0xa4,0x9,0xff,0xb3,0x67,0xcd,0x4a,0xc0,0x3e,0x8b,0xd0,0x90,0x90,0x51,0x6b,0xd7, + 0xae,0x3d,0xeb,0xe6,0x3a,0x40,0xba,0x75,0xcb,0x96,0xe9,0xa8,0xf,0xa6,0xfd,0xee, + 0xfe,0xfe,0xfe,0xdd,0x50,0xdd,0x2f,0x40,0xfa,0x1,0xe5,0xb3,0x61,0x23,0x2d,0x8b, + 0x8b,0x1f,0x17,0x99,0x66,0x5c,0xbb,0x36,0x74,0x47,0xc0,0x36,0xeb,0x5d,0xdb,0x3, + 0xfb,0x78,0x7b,0xaf,0xc9,0xc6,0x7c,0x2e,0xf8,0xde,0x2b,0x7d,0x67,0xe0,0xf6,0x3e, + 0xdb,0x37,0x6f,0xee,0x13,0x7c,0xee,0x8c,0xcd,0xcd,0x9b,0xd7,0x7,0x9f,0x3f,0x7f, + 0xae,0x67,0xe3,0x6b,0xc6,0xc6,0xc5,0xc,0x76,0x73,0x73,0x23,0xde,0xe8,0xd4,0x9, + 0x7e,0xfb,0xed,0xbc,0xa3,0x37,0xae,0x67,0x58,0xd7,0xf0,0x6a,0xd8,0x5,0x5,0x79, + 0xd6,0x4b,0x97,0x2c,0xf1,0x44,0xcf,0x25,0x77,0xb4,0x77,0x2c,0x58,0xb0,0x60,0x41, + 0x83,0xb1,0x6,0xd4,0x3f,0xf5,0x7c,0xf7,0xdd,0x77,0xe1,0x27,0x63,0xc6,0x44,0x25, + 0x25,0x25,0xf5,0x99,0x39,0x73,0xa6,0xf8,0xcb,0x2f,0x26,0x85,0x5f,0xbd,0x9a,0x46, + 0xdb,0xc8,0x11,0x61,0x21,0x9d,0x7,0xd,0x1c,0x9c,0x3c,0x64,0xe0,0x60,0xde,0xcd, + 0x1b,0x37,0x9b,0x5c,0xf7,0x59,0xb1,0xe2,0xd7,0xe5,0x5b,0xfb,0xf4,0xee,0x4d,0xc4, + 0xc5,0x46,0x1b,0xb4,0xc5,0x75,0x88,0xbf,0x18,0x6f,0x31,0x64,0xc8,0x60,0x62,0xc4, + 0x88,0x11,0x6,0xed,0xbf,0xe6,0xfc,0x3f,0x81,0xdb,0x2,0xce,0x77,0xe8,0x60,0xa, + 0xb7,0x6d,0xb,0xf0,0xe6,0xf2,0xb8,0x56,0x37,0x6f,0xde,0x18,0x3e,0xfe,0xd3,0xf1, + 0x62,0x8b,0xff,0x58,0x40,0x27,0x24,0x17,0x26,0x7c,0x36,0x5e,0xf8,0xe9,0x27,0x63, + 0x33,0x27,0x7f,0x39,0xa9,0xd0,0xd9,0xc9,0x99,0x72,0x73,0x75,0x95,0xef,0xd9,0xbd, + 0x7b,0xeb,0xf5,0xf4,0x6b,0x6,0x65,0x45,0x79,0x59,0x19,0xfb,0x23,0xf,0x8f,0x5, + 0xbd,0xac,0xac,0xa8,0x37,0x5e,0xef,0x4,0x3b,0x74,0x30,0x81,0x5f,0x7d,0xf5,0xd5, + 0x21,0xfd,0x63,0xaa,0xab,0x2a,0x3a,0x79,0x78,0x8c,0x7c,0x30,0x6e,0xdc,0x38,0x88, + 0x6c,0xcc,0x6e,0x61,0xa1,0x21,0x26,0xcb,0x97,0x2f,0xf,0x42,0x7a,0x26,0x1e,0x87, + 0x29,0x1f,0xf7,0xc9,0x98,0x4c,0x2c,0xf7,0xb0,0xbc,0x5e,0xfc,0xd3,0x4f,0xbb,0x2f, + 0x84,0x85,0xd0,0xf6,0xef,0xf6,0x80,0x80,0x4e,0xa3,0x3f,0x1e,0x45,0x58,0x5b,0xf5, + 0xa2,0x50,0x9f,0x0,0xdf,0xec,0xda,0x95,0xd6,0x1f,0xba,0xa2,0x3e,0xac,0xb7,0x75, + 0x6f,0xd4,0x3e,0xdf,0x83,0xe8,0x7d,0x41,0xac,0x9b,0x4c,0x99,0x3c,0xa5,0x89,0x5f, + 0xa9,0xbc,0xac,0xa2,0x53,0x52,0x4a,0xb2,0xd7,0xe8,0xd1,0xa3,0x5,0xe6,0xaf,0xbd, + 0x6,0x1d,0xec,0xec,0xe5,0x48,0xaf,0xcd,0x19,0x33,0xe6,0x63,0xaa,0xdb,0x9b,0x6f, + 0xc2,0x4f,0xc6,0x8e,0x2d,0xc,0xd,0x9,0x6d,0xe2,0x6b,0x99,0x34,0xe9,0xb,0x1b, + 0xd4,0xb6,0xa8,0x6d,0x5b,0x3,0xb6,0x22,0xb9,0xc1,0x4a,0x4a,0x4e,0x9e,0x3f,0x66, + 0xcc,0x18,0x21,0xaa,0xb3,0x14,0xea,0xbb,0xb2,0x3d,0x46,0x8c,0xe0,0x61,0x7b,0xe9, + 0xc0,0xde,0x7d,0x81,0x25,0x8f,0x8b,0xdb,0x6c,0x7c,0x70,0xf7,0xae,0xdd,0x73,0xad, + 0x50,0xbd,0xf3,0x5e,0xb3,0x66,0x52,0x73,0xc7,0x9d,0x3e,0x75,0x62,0x14,0x92,0x5b, + 0xd4,0x92,0xc5,0x4b,0x82,0xf5,0xb7,0xb7,0x86,0xff,0xb5,0xde,0x6b,0xce,0x9b,0x99, + 0x99,0xc1,0xe3,0xc7,0x4f,0x78,0xe3,0x7c,0x75,0x4d,0x35,0xab,0xaa,0xb2,0x62,0xf8, + 0xfe,0xfd,0xfb,0xdc,0xb7,0x6c,0xf6,0x5f,0xf1,0xd5,0x94,0x29,0xbe,0x1f,0xb8,0xbb, + 0xfb,0x22,0x7b,0xc1,0xcf,0xdf,0x77,0xd3,0x2a,0xa4,0xab,0x5b,0x37,0x77,0x2f,0x55, + 0x55,0x95,0x9d,0x23,0xc2,0xc3,0x6,0xae,0x5b,0xbb,0x76,0x2,0x6a,0xc3,0xd3,0x17, + 0x2f,0xfe,0x69,0x44,0x6c,0x4c,0xf4,0xe8,0x46,0xc7,0x74,0x42,0xcf,0xe4,0xeb,0xe3, + 0xe3,0xb3,0xe4,0x71,0x51,0x11,0xcd,0x6d,0x7e,0x7e,0x3e,0x3b,0x3a,0x2a,0xca,0x6d, + 0xfe,0x77,0xdf,0xcd,0x47,0xef,0xd3,0xf7,0xab,0xc9,0x53,0xfc,0x8e,0x1e,0x3e,0x34, + 0xae,0x9a,0x53,0x55,0x67,0x63,0xec,0xda,0xb9,0x8b,0xbd,0x3d,0x60,0xfb,0x24,0x3f, + 0xff,0xcd,0x93,0x26,0x4d,0x9c,0xe8,0xfe,0xe3,0x82,0x5,0x79,0x98,0xff,0xe9,0xd3, + 0xbe,0xba,0xf1,0xd9,0xa7,0x13,0xdd,0xc7,0x8f,0x1b,0xef,0x8e,0x38,0x74,0x47,0x7d, + 0xf8,0xc0,0xd3,0xa7,0x4e,0x3f,0xd1,0x67,0x76,0x35,0xf5,0x6a,0xf7,0x55,0xbf,0xad, + 0x1a,0x3f,0x63,0xfa,0x74,0x5f,0x3b,0xdb,0x7e,0xbe,0x5f,0x7f,0xf5,0x95,0x9f,0xef, + 0x86,0xd,0x93,0x4a,0x4b,0x4b,0x5c,0xd,0x1d,0x7f,0xf0,0xd0,0x7e,0x9b,0x45,0x3f, + 0xfd,0xe4,0x9b,0x96,0x76,0xad,0x4e,0x27,0x48,0x4d,0x4d,0xed,0xb9,0x9,0x29,0xc6, + 0x1f,0xb8,0x7f,0xe0,0xfb,0xcd,0xec,0xd9,0x1,0x89,0x97,0x2e,0xcf,0x43,0xcf,0x65, + 0x89,0xf4,0xd8,0x16,0x75,0xa8,0xd6,0x22,0x22,0x32,0xb2,0x87,0x1d,0xd2,0xb3,0x7e, + 0xf0,0xfa,0x21,0x14,0xe9,0x23,0x6,0xdb,0x5b,0x5c,0x42,0x1c,0x6b,0xfe,0xfc,0xef, + 0x7c,0xdf,0xec,0xda,0xd,0xa2,0x17,0x3a,0x4b,0x7f,0x5f,0x4b,0xfe,0xff,0x8c,0xf4, + 0x74,0x93,0x99,0x9e,0x9e,0x39,0xef,0xf4,0x7c,0x7,0xc9,0xff,0x83,0xcd,0x8e,0xe5, + 0xb5,0x16,0xd5,0xd5,0xd5,0x48,0x1f,0x7a,0xf2,0x98,0x70,0x5b,0x62,0xfd,0xfa,0x75, + 0x99,0x58,0xff,0xfb,0x69,0x61,0xcb,0xfd,0xff,0x5f,0x9,0x1,0x9f,0x6f,0xca,0xe7, + 0xf3,0x9f,0xda,0xa7,0xdc,0x1a,0x7c,0xf3,0xcd,0xdc,0xe3,0x43,0x7,0xf,0x51,0x7, + 0x7,0xff,0x69,0xb0,0x6e,0xc6,0xc5,0xc6,0xda,0x39,0x39,0x39,0x71,0x6,0xf,0x1a, + 0x24,0x8f,0x8e,0x8a,0x6e,0xa4,0x93,0x34,0xcf,0xff,0x89,0x13,0x27,0xc7,0x5b,0xf5, + 0xb2,0xa2,0xbe,0x9c,0x34,0xa9,0x34,0xfb,0xee,0xbd,0x36,0x8d,0x1b,0x2a,0x2e,0x7e, + 0xcc,0x42,0xb6,0xa6,0xfb,0x9e,0x5d,0xbb,0x7,0x5f,0x8,0x8f,0x6c,0x32,0xe,0xdf, + 0x16,0xd8,0xb0,0x61,0x3d,0xad,0xff,0x2f,0x5a,0xf8,0xd3,0xb,0xe5,0xff,0xaf,0xc4, + 0xa9,0xd3,0xa7,0x6c,0x3d,0x3c,0x3c,0xa8,0x29,0x5f,0x4e,0xce,0xa,0x3a,0x7c,0xd8, + 0xea,0xea,0x95,0xab,0xf4,0x76,0x6c,0x2f,0xa3,0xbe,0xd3,0x66,0xe1,0xc2,0x85,0x1c, + 0x6c,0xaf,0x6e,0xf1,0xf7,0x3f,0x94,0x9a,0x94,0xd4,0xe0,0x5c,0xdd,0xf8,0xef,0x57, + 0x53,0xa7,0xd5,0xf1,0x3f,0x62,0xd8,0x30,0x56,0x66,0xe6,0x75,0xb7,0x65,0xff,0x5d, + 0xea,0x35,0xd0,0xdd,0x5d,0x89,0xfa,0x17,0xe1,0x66,0x3f,0xdf,0x91,0xc5,0x6,0xec, + 0xef,0xe7,0x41,0x72,0x72,0xd2,0x8a,0x41,0x83,0x6,0xd2,0x7d,0xf4,0x9c,0xd9,0xb3, + 0x2f,0xdd,0xbf,0x5f,0xd0,0xa6,0xe5,0x63,0xac,0x5b,0xb7,0xf6,0x6,0xd3,0xfe,0x5f, + 0x5d,0xfe,0x1f,0x15,0x16,0xb2,0x4f,0x9c,0x3c,0xb1,0xc,0xf5,0xc1,0xea,0xfe,0xce, + 0x2e,0xc2,0x8f,0x47,0x8d,0xe,0x42,0xfd,0xde,0x4e,0xd4,0xe7,0x5,0xf,0xe8,0xef, + 0x5a,0xd3,0xaf,0x6f,0x5f,0xca,0x7b,0xf5,0xea,0xa3,0xd9,0xb7,0xef,0x34,0x91,0x3f, + 0xff,0xfb,0xf5,0xd7,0x50,0x6c,0xab,0xbd,0xf3,0x8e,0x25,0xe1,0xe8,0xe8,0x58,0xde, + 0xdf,0xa5,0x7f,0xb9,0xad,0xad,0x5d,0x39,0xb2,0xdd,0xa9,0xee,0xff,0xf7,0x16,0xe1, + 0xee,0xe6,0x96,0xf9,0xc7,0xee,0x3f,0x26,0x18,0xba,0xee,0xf3,0x62,0xdf,0xbe,0xbd, + 0xbb,0xcd,0x3a,0x9a,0x41,0xf4,0x27,0x1c,0xfd,0xf1,0x68,0x29,0xa7,0xaa,0xd2,0xe0, + 0x78,0xf2,0xf3,0x60,0xcf,0x9e,0x3f,0xf6,0xb9,0xb8,0x38,0xa7,0x22,0x3b,0x30,0xa0, + 0xad,0xcb,0x7e,0x99,0x80,0x74,0x20,0x73,0xd4,0x9e,0xc6,0x6d,0xf2,0xf1,0x4d,0x9c, + 0x36,0xf5,0xab,0xf2,0x39,0x33,0x67,0x51,0x33,0xbe,0xfe,0x9a,0xf3,0xdd,0xb7,0x73, + 0x4f,0x9e,0x3e,0x75,0x72,0x2a,0x8e,0x4f,0xe1,0x72,0x6b,0x9a,0x9c,0x77,0xe2,0xf8, + 0xf1,0xd1,0x53,0xa6,0x4e,0x9d,0xff,0xe5,0x97,0x93,0xe6,0x4f,0x9e,0x32,0x65,0xfe, + 0xe4,0xc9,0x93,0xe7,0x23,0x9d,0x67,0xfe,0xea,0xdf,0x7f,0xf3,0x3a,0x7e,0xec,0xf8, + 0xa8,0x90,0x3f,0x83,0x9b,0x1d,0x57,0x7a,0x1e,0x5c,0xbc,0x74,0xd1,0x6a,0xf1,0xa2, + 0x9f,0xa2,0x3e,0x19,0x33,0x3a,0x2b,0x70,0xfb,0xf6,0x15,0x2,0x3e,0xb7,0x59,0x5f, + 0xb1,0x11,0xcd,0x43,0x28,0xac,0x35,0xe1,0x54,0x56,0xb0,0x2b,0xcb,0xcb,0xcd,0x6a, + 0xaa,0x39,0x9d,0xaa,0x39,0x1c,0xba,0xbd,0x73,0x6b,0x6a,0xd8,0x88,0xfb,0xbf,0x8c, + 0xc7,0xe7,0x45,0x7e,0x5e,0xae,0x89,0x50,0x28,0x60,0x9,0x4,0xfc,0x97,0xf6,0x1e, + 0x8d,0x30,0xc2,0x8,0x23,0x8c,0x30,0xc2,0x8,0x23,0x8c,0x30,0xc2,0x8,0x23,0x8c, + 0x30,0xc2,0x8,0x23,0x8c,0x78,0x36,0xd4,0x0,0xc0,0xe2,0x42,0xf8,0xa2,0x6f,0xc3, + 0x88,0x17,0x4,0x1e,0x0,0x2e,0x7c,0x0,0xd6,0xbf,0xe8,0xfb,0x30,0xe2,0xaf,0x5, + 0x59,0x53,0xc5,0x96,0x14,0xe4,0x4e,0xcc,0x3a,0x75,0x7c,0xcf,0x8d,0x7d,0x7b,0xb, + 0x6e,0xef,0xdd,0x57,0x7a,0xfb,0x8f,0x9d,0xfb,0xaa,0xb3,0xb3,0xbc,0x6a,0x29,0xd2, + 0x5a,0x44,0x11,0x2f,0xfa,0x16,0x8d,0xf8,0x8b,0xc0,0x4d,0xb9,0x66,0x76,0xfd,0xc0, + 0x91,0x7d,0x91,0xd3,0xbf,0x86,0xe7,0x5c,0x9d,0x60,0xb8,0x83,0x3d,0xbc,0x60,0x6f, + 0x7,0x43,0x9c,0x1d,0x60,0xd8,0x47,0x1f,0x13,0x19,0xbf,0x6f,0x4c,0xe0,0xde,0xba, + 0x67,0xfd,0xa2,0xef,0xd3,0x88,0xe6,0x21,0x0,0xc0,0x5c,0x0,0x61,0x93,0x79,0x0, + 0x8d,0x81,0x64,0xfa,0x40,0xfc,0xcb,0x5,0x1a,0x1b,0xa1,0x46,0x36,0x39,0xff,0x8f, + 0x3f,0x42,0xcf,0xe,0x19,0x8,0x43,0x1c,0x6d,0x61,0xa4,0x7d,0x3f,0x18,0xa3,0x4d, + 0xd1,0x28,0x85,0xa3,0x74,0xde,0xc9,0x9,0xde,0xf8,0xe5,0xbf,0xb7,0xc5,0x8f,0xef, + 0xbb,0xd4,0x40,0xca,0x9b,0x3,0x49,0xe3,0xfa,0x34,0x2f,0x29,0x4,0xad,0xd0,0xd5, + 0x90,0x3e,0x67,0xcd,0x1c,0xab,0xe9,0x5e,0x79,0xfd,0xea,0xca,0xb8,0xcf,0x46,0xc3, + 0x28,0x7,0xc4,0x3d,0xe2,0xff,0x82,0x43,0x3f,0xf4,0xb7,0x1d,0x9d,0xf0,0xdf,0x11, + 0x68,0x7b,0x18,0xae,0x17,0xef,0xf7,0x87,0x5,0xfb,0xff,0xd8,0x5c,0x3,0xa8,0xc1, + 0x35,0x80,0xfc,0x4b,0xe2,0xa4,0x8c,0x78,0x3a,0x88,0x49,0x5,0x4b,0x42,0x29,0x4d, + 0x94,0x0,0x34,0x19,0x97,0x55,0x2,0xca,0x41,0x6,0x28,0xeb,0xe6,0xce,0xd7,0x54, + 0x94,0xb2,0x92,0x7c,0x36,0x1e,0x8d,0x76,0xb2,0x81,0xb1,0xf6,0x7d,0xe9,0x3a,0x70, + 0xc1,0xb1,0x1f,0x4a,0x76,0x74,0x8a,0x44,0x7f,0x47,0xa2,0x6d,0x11,0x68,0x5f,0x24, + 0xaa,0xb,0x77,0x7e,0xfb,0x4d,0x4d,0x3d,0xba,0x6f,0xe4,0xfe,0x25,0x81,0x88,0x90, + 0x99,0x4a,0x34,0x72,0x4f,0x41,0x45,0x71,0x40,0xf1,0xb9,0xf3,0x9b,0xb3,0xf6,0xec, + 0xd,0xbe,0x15,0xb0,0x2d,0xf8,0xd1,0xb1,0x23,0x81,0xc2,0xd8,0xa8,0xf1,0xb2,0xe2, + 0x47,0xcd,0xc6,0x31,0xab,0x8a,0xa,0x59,0x37,0x36,0x6d,0x2a,0x4d,0x70,0xb0,0x81, + 0x71,0x76,0x88,0x77,0x1d,0xff,0x74,0xdb,0xb7,0xd3,0xd6,0x3,0xd4,0xf,0xa0,0xed, + 0xd1,0xe8,0xf7,0xda,0xb7,0xf3,0x8,0x32,0x2d,0xe5,0x2f,0x89,0x3,0x34,0xe2,0xe9, + 0x21,0xbe,0x9e,0xec,0x7e,0x67,0xc3,0xba,0x98,0xa4,0x2f,0xbf,0xa0,0x2e,0xb8,0x38, + 0xd3,0x9c,0xc5,0x20,0xce,0x22,0xfa,0x3b,0xc1,0x8b,0xe3,0xc7,0x52,0xd7,0x7f,0x5f, + 0x93,0x53,0x9d,0x94,0x3e,0xde,0xd0,0xb9,0xb5,0xc8,0xae,0x17,0x2,0x6a,0x5c,0xde, + 0xae,0x5d,0xf,0xa2,0x1d,0xfa,0xa2,0x36,0x8e,0xda,0x39,0x96,0xf3,0xb8,0xcd,0xeb, + 0xa5,0x68,0xd4,0xee,0x63,0x11,0xff,0xb1,0xe8,0xf7,0xda,0x92,0x9f,0x9,0xea,0xee, + 0x1d,0x23,0xff,0x2f,0x10,0xa5,0xa5,0x65,0x2c,0x9e,0x40,0x68,0x29,0x2b,0xca,0x5b, + 0x74,0x75,0xf1,0x42,0x79,0xbc,0x83,0x3,0x92,0xdd,0xa8,0xdd,0xa2,0x14,0xad,0x4d, + 0xb8,0xdf,0xe,0x45,0xdc,0x9d,0x42,0xfa,0xfb,0x85,0xaf,0x67,0x2a,0xcb,0x23,0xa3, + 0xe7,0xf2,0x8,0x62,0x44,0x25,0xa9,0x99,0xaa,0x2b,0x87,0x7,0x21,0x1b,0xd9,0xf5, + 0xb,0x4a,0xc3,0xc2,0xbd,0xff,0x1c,0x36,0x4,0xfe,0xe9,0x88,0xea,0x80,0x63,0x5f, + 0x46,0xde,0xa3,0x7a,0x10,0x8e,0x52,0x4,0xcd,0xbb,0x2d,0x8c,0xb7,0xc7,0x79,0x47, + 0x98,0x15,0x14,0x94,0x2d,0xd4,0x28,0x2c,0x6a,0x21,0x61,0xec,0x3,0x5e,0x20,0xa4, + 0x25,0xc5,0x26,0xe9,0xeb,0x7f,0xe7,0x5d,0x70,0x42,0x7a,0xba,0x3,0xc3,0x3d,0xee, + 0x9f,0x2f,0xe8,0x92,0xb6,0xed,0x62,0xe,0xb1,0x4e,0x9f,0xba,0xe0,0x7,0xa2,0xea, + 0x56,0xe6,0xd0,0x1a,0x8a,0xdc,0xdc,0xb8,0xac,0xaa,0x4b,0x97,0xcd,0x52,0x7f,0x5f, + 0x99,0x75,0xde,0xd5,0xe,0xd9,0x7d,0x7d,0x51,0x59,0x7d,0x61,0x8c,0x1d,0x93,0x70, + 0x5d,0x8a,0x42,0x79,0x2c,0x57,0xe2,0xe7,0x7d,0xa7,0xae,0xbc,0x74,0xd9,0xe9,0x45, + 0x3c,0xaf,0x11,0xc,0xb8,0x0,0x98,0x8a,0x51,0x9b,0x7d,0x98,0x70,0x71,0x41,0xc8, + 0x7,0x2e,0xa8,0x6d,0xda,0x40,0x5a,0x76,0x3b,0x68,0xe5,0xb6,0x43,0xc3,0x44,0xf7, + 0xe7,0x98,0x53,0x57,0x17,0x98,0xbb,0x77,0xff,0x79,0x50,0x51,0xd4,0x40,0x4f,0x14, + 0x28,0xd5,0x6c,0xa1,0x4a,0x65,0x23,0x4a,0x89,0xeb,0x73,0x7d,0xdd,0x6f,0xd9,0x61, + 0x43,0xdf,0xa7,0x8f,0x8f,0x43,0xdc,0xc7,0xf7,0x43,0x65,0x22,0x9d,0xe0,0x5c,0x7f, + 0x67,0x78,0xe9,0xc7,0x85,0xc2,0xda,0x6b,0x57,0x57,0xbe,0xa8,0xe7,0x36,0x82,0x1, + 0xf,0xc0,0xae,0x28,0xcd,0x8a,0xf4,0xfa,0x31,0x28,0x1c,0xc9,0x6a,0xcc,0x7f,0x14, + 0x4a,0xf8,0xef,0x48,0x3d,0xbd,0x5d,0xa7,0xbb,0x47,0xa1,0x3a,0x10,0xa7,0x95,0xe1, + 0xb7,0xd6,0xae,0x51,0x53,0x8f,0x1f,0x34,0x58,0xa3,0xa3,0x56,0xa5,0xc6,0x89,0xb6, + 0xe5,0xe5,0x79,0x99,0xdd,0x6e,0x7,0xed,0xf7,0x4a,0x5b,0xfd,0xfb,0xed,0xf4,0xc5, + 0x8b,0xd5,0x29,0xf3,0xbd,0xc4,0x29,0x4b,0x96,0xe4,0x5d,0xf5,0x5d,0xbf,0x92,0x9b, + 0x7c,0xb9,0x27,0xf9,0xe8,0xfe,0x8b,0x79,0x68,0x23,0xea,0x50,0xb,0xa1,0x99,0x10, + 0x42,0x9b,0xc3,0xc3,0x47,0x1c,0xd,0xc5,0xb6,0xba,0xa3,0xd,0x8c,0x40,0xb6,0x5b, + 0xa4,0x53,0xdf,0x26,0x7a,0x1b,0x5d,0x1f,0xb4,0xfc,0xe3,0x94,0xba,0xe8,0x7,0x42, + 0x91,0x7d,0xfd,0x89,0xeb,0xb4,0xea,0x0,0x1e,0xe6,0xb1,0xc8,0xf2,0x92,0x3e,0x64, + 0x65,0xa5,0x5,0x3f,0x3e,0xa6,0xa5,0xc3,0x8d,0xf8,0x1b,0x51,0xd,0x28,0xb3,0x1a, + 0x52,0x33,0x30,0x6e,0xc6,0xb4,0xa3,0xc1,0xe,0x98,0x73,0x24,0xfb,0x9d,0x71,0x1d, + 0xe8,0x4b,0xfb,0x6e,0xc2,0xe9,0x3e,0xbf,0x1f,0xc,0xa3,0x13,0xae,0x1f,0xb6,0xc8, + 0x1e,0x40,0xb6,0x3d,0x3a,0xee,0xda,0x6f,0xbf,0x12,0x54,0x61,0x4e,0x8b,0xfc,0x1b, + 0xf1,0xf2,0x2,0xe9,0xeb,0xdd,0xb8,0x14,0xb9,0xec,0xee,0xce,0x1d,0x4b,0x82,0x9d, + 0xed,0x50,0xdf,0x6f,0x83,0xf8,0x65,0xb8,0x8f,0x72,0x64,0xfc,0x77,0x11,0x8e,0x3a, + 0x3b,0xae,0x2f,0xda,0x86,0xfa,0x7,0xc7,0x3e,0x30,0xd2,0xa5,0x2f,0xbc,0xbd,0x75, + 0x6b,0x32,0x2c,0x29,0x34,0xc6,0xef,0xff,0x83,0x21,0x5,0x90,0x2d,0x6,0xd0,0x4c, + 0x91,0x5f,0xd0,0xf3,0xd2,0x77,0xdf,0x8a,0x31,0xc7,0x71,0xf6,0x58,0xbe,0x23,0x1d, + 0xf,0xf5,0x3,0x17,0x68,0xce,0x75,0xbc,0xe3,0xfc,0x7b,0xa8,0x1e,0xa0,0x34,0x71, + 0x2,0x51,0x11,0x1f,0xdb,0xec,0xfc,0x73,0x23,0xfe,0x59,0xc8,0x3b,0x73,0x7a,0x5a, + 0xd8,0xe4,0x9,0x54,0x94,0xb3,0xd,0xdd,0xf6,0x23,0x68,0xdf,0xbd,0x2d,0xed,0xab, + 0xa3,0x7d,0xf9,0xe,0x8c,0xd,0x1f,0xfe,0xd1,0x8,0x78,0x2f,0xe8,0x50,0xa0,0xe8, + 0xfa,0xb5,0x17,0x7d,0xcb,0x46,0xb4,0x21,0x94,0x8f,0x1e,0x9b,0x64,0x1f,0xda,0x3f, + 0x2a,0x6e,0xe1,0xf7,0x82,0xb3,0x83,0xdc,0x60,0x28,0xd2,0xf9,0xa3,0xec,0xed,0x60, + 0xac,0xbd,0x3d,0xaa,0x7,0xe,0x30,0xf2,0xfd,0x1,0x30,0x6d,0xfe,0x5c,0xa2,0x2c, + 0x36,0x72,0x8f,0x82,0x57,0x65,0xf4,0xd7,0xbc,0xa4,0x10,0x40,0x68,0x8a,0x52,0xb3, + 0x6b,0x36,0x35,0x7,0xce,0xe5,0x4,0xf3,0xbc,0x53,0x27,0x96,0x65,0x78,0x7b,0x27, + 0xa6,0xad,0x59,0x2d,0x8d,0x5d,0xb0,0x20,0x2f,0xf6,0xa7,0x9f,0x42,0xf3,0xf6,0xef, + 0x5b,0xa5,0xb8,0x77,0xc3,0x8d,0x4f,0xaa,0x47,0xf1,0x28,0xf2,0x6c,0x35,0x49,0x9a, + 0xb6,0x5c,0xda,0xf3,0x81,0x7,0x54,0xa6,0x3c,0xa8,0x32,0xea,0x18,0x4f,0x81,0x5a, + 0x0,0xec,0x10,0xff,0xd,0xda,0xa7,0x10,0x2,0x9c,0x9e,0xaa,0x4e,0x0,0x7e,0x39, + 0x1b,0x8,0x2a,0x3a,0x81,0x9a,0x92,0x6,0x3c,0xf3,0x28,0x8d,0x19,0xf,0x90,0xe6, + 0x5c,0x40,0xb5,0xc5,0xed,0x36,0xb,0xc4,0xbf,0x25,0xe2,0xbf,0xd9,0xf5,0xe4,0x8c, + 0x68,0x19,0xb5,0x90,0x1e,0x9b,0x99,0x2b,0x1,0xa4,0xf1,0x5d,0xfe,0xb,0x21,0xbb, + 0x93,0x65,0xa2,0xc8,0xbc,0x3e,0xed,0xde,0xae,0x1d,0x5e,0x59,0x41,0x87,0xa3,0x6e, + 0xff,0xb1,0x33,0x26,0x2f,0xe8,0xd0,0xd9,0xe2,0x63,0x47,0xe7,0x89,0xf2,0xf2,0xc7, + 0xf1,0x53,0x52,0xfe,0xf2,0x7b,0xe0,0x11,0xa4,0x19,0x17,0xd9,0x9b,0xe5,0x1a,0x68, + 0x53,0xa2,0xa0,0xe6,0x65,0x55,0xab,0xe7,0x25,0x16,0xcb,0xe7,0xc5,0x3c,0x96,0xce, + 0x4b,0xac,0x52,0xcf,0xbb,0x29,0xa1,0xe6,0x95,0x11,0x60,0x2e,0x8f,0x84,0x75,0xe3, + 0x81,0x2,0x4a,0x83,0x92,0xfa,0x2f,0xef,0x67,0x5e,0x55,0x0,0x1e,0xa7,0x13,0x27, + 0x29,0x69,0x42,0xca,0xf2,0x15,0xa9,0x89,0x93,0x27,0xc1,0xd0,0x1,0xce,0x48,0x87, + 0xc7,0xbe,0x5c,0x94,0x9c,0x90,0x5e,0x37,0xe8,0x3,0x18,0x3b,0x6b,0x26,0x71,0x6d, + 0xa3,0xf7,0x59,0x45,0x56,0xe6,0xc0,0xbf,0xea,0x3e,0xf8,0x0,0x58,0xf2,0x49,0x2a, + 0x35,0xad,0x4a,0x45,0xad,0x49,0x95,0x50,0xa3,0xff,0x54,0x42,0xfb,0x3,0x52,0xd8, + 0x6b,0x97,0x18,0x5a,0xee,0x10,0xc1,0x3e,0x7b,0x25,0xd0,0xfd,0x84,0x4,0x7e,0x97, + 0x20,0x87,0x7,0x32,0x15,0x9,0x39,0x35,0xa4,0x67,0x95,0xa,0x58,0x8,0x48,0xd2, + 0xba,0x96,0xd2,0x18,0x63,0xc3,0x9e,0x1,0x50,0xcc,0x33,0x2f,0x4b,0xbc,0x78,0x3a, + 0xee,0x8b,0x9,0x44,0x8c,0x13,0x33,0xee,0x16,0x89,0x63,0x72,0x74,0x63,0x71,0xf4, + 0x2f,0xe3,0xcb,0x3d,0xe7,0x6a,0xf,0x63,0x17,0xce,0x97,0xf3,0xef,0xdc,0x5a,0x8a, + 0xcf,0x2d,0x6a,0xa3,0xf8,0xfc,0x6a,0x2,0x98,0x96,0x68,0x80,0x67,0x1a,0x47,0xa9, + 0xf4,0xc,0xa9,0x81,0xaf,0x6f,0x16,0xc2,0xf6,0x9b,0xc4,0x90,0xe5,0x27,0x85,0xac, + 0x4d,0xa,0xc8,0xf2,0x55,0xa2,0xa4,0x82,0xed,0x36,0x29,0x51,0x42,0x79,0x3f,0x5, + 0x64,0xfb,0x2b,0xa1,0xcb,0x21,0x19,0x3c,0x99,0x27,0x87,0xa5,0x2a,0xd2,0xaf,0x96, + 0x22,0x9f,0x59,0x97,0xfd,0x37,0x42,0x20,0x96,0xb2,0x84,0xe5,0xe5,0xac,0xdc,0xd0, + 0x90,0x5,0x17,0x3e,0x1f,0x43,0xfb,0xf4,0xa3,0xed,0xf1,0xb8,0x4e,0x5f,0xda,0x7f, + 0x1b,0xa5,0x67,0xd3,0xe3,0xdf,0x18,0xb4,0x3d,0x1c,0xd5,0x8f,0x60,0xe7,0x7e,0x30, + 0x75,0xce,0x4c,0x31,0x37,0x22,0xc2,0xa6,0xc,0x80,0x89,0x2d,0x5f,0xa9,0x79,0x20, + 0x39,0xcf,0x2e,0x92,0xab,0x67,0xed,0xbe,0x23,0x43,0xed,0x9c,0x7,0x4d,0xfc,0xc5, + 0x88,0x63,0x9,0x6c,0xe7,0x2b,0x61,0xf8,0xf7,0x93,0xa1,0x3a,0x20,0x67,0x92,0x1f, + 0xfe,0xd5,0xe5,0x51,0x5d,0xf0,0x95,0xc3,0xb7,0xb6,0xf0,0xe1,0xa4,0x3f,0xc5,0x9c, + 0xb3,0x8f,0xc8,0xa5,0x5c,0xd,0xf8,0xdb,0xbf,0xaf,0xf6,0x4f,0x45,0xad,0x54,0x66, + 0x7d,0x3f,0x36,0xc6,0x2a,0xe4,0xab,0xc9,0x95,0x11,0xd8,0x67,0xe7,0xf0,0x1e,0xe3, + 0xcf,0x77,0xd2,0x8e,0xe1,0x38,0x36,0x1e,0xd7,0xef,0xb,0xc3,0x9c,0x98,0x58,0x8d, + 0x70,0x7b,0x5b,0x98,0xbc,0x74,0x59,0x6,0x57,0xa9,0x78,0xae,0x75,0x99,0x78,0x0, + 0x98,0x64,0xd7,0x92,0xae,0x1b,0x52,0xc5,0x72,0x73,0xcc,0xb5,0xaf,0x96,0x6f,0xc4, + 0x2b,0xdd,0xe6,0xfd,0x14,0xc,0xe7,0x75,0x49,0xa6,0xad,0x13,0x12,0x46,0x2e,0xf8, + 0x28,0xa1,0xa9,0x8f,0x4,0xbe,0xe9,0x87,0xea,0xc0,0x99,0x5a,0x98,0x2b,0xd0,0xdc, + 0xae,0x50,0x81,0x66,0xbf,0x2b,0x68,0x4,0x3,0xa9,0x50,0x60,0x7d,0x73,0xf7,0xae, + 0xdd,0x61,0x3,0x1c,0x61,0xbc,0x3d,0x33,0x9e,0x1b,0x82,0xda,0x77,0x98,0x93,0xe1, + 0xf1,0x3c,0xcc,0x7f,0xa8,0x73,0x5f,0xda,0xd7,0x8b,0xfd,0xff,0x11,0x1f,0x7d,0x4, + 0x39,0xc9,0x29,0xf3,0x9f,0xf5,0xfa,0x3c,0xd4,0x77,0x54,0x11,0xd4,0xd2,0x13,0xd9, + 0x12,0xaa,0xf3,0x56,0xb1,0xb6,0x6d,0x6b,0xb9,0xc5,0xfc,0xfb,0xa8,0xea,0xf9,0xf7, + 0xd7,0x25,0x19,0xb3,0x5f,0xc7,0x3f,0xea,0x13,0x70,0x1d,0x68,0xe7,0x23,0x83,0xed, + 0xfc,0xc4,0x70,0x6e,0x84,0xc,0xde,0x17,0x10,0x5e,0x1c,0x25,0x65,0x8c,0x15,0x6b, + 0x1,0xca,0xfb,0xb9,0x26,0x57,0x57,0xaf,0x2c,0xc2,0x63,0xf9,0x17,0xed,0x19,0x1f, + 0x3e,0xe6,0x3f,0xc2,0x40,0x3c,0x47,0x94,0x96,0xff,0x10,0x27,0xc6,0xdf,0x1f,0x83, + 0x65,0x85,0x8b,0x3d,0x2c,0xda,0xbf,0xf7,0x3c,0xcc,0x68,0x71,0x29,0x6f,0x83,0x10, + 0x13,0xd0,0xf4,0x5a,0xb5,0x3a,0xcf,0x71,0x1f,0x4f,0xcb,0x27,0xc3,0x3f,0xe6,0x91, + 0x96,0xfd,0xbe,0xda,0x36,0x4f,0x73,0xae,0x4d,0xfe,0xba,0xf6,0x2f,0xd5,0x1e,0xaf, + 0xa8,0x4f,0xe8,0x58,0xb3,0x2d,0x72,0x78,0xf2,0x9e,0x12,0x56,0x6b,0xc0,0x33,0xd7, + 0xcb,0x7f,0xb,0x28,0x7e,0xf9,0xc0,0x2b,0xbf,0xfe,0x4c,0xe0,0x71,0xda,0x18,0xdc, + 0x9e,0x1d,0xfb,0xd2,0x7e,0xfc,0x28,0x87,0x7e,0xda,0x38,0xe,0x3b,0x6d,0xdb,0xb7, + 0xa3,0x63,0x31,0xb1,0x1e,0x10,0xec,0x84,0x75,0x80,0xbe,0xf4,0xd8,0x6e,0x18,0x3a, + 0x3e,0xdf,0x7b,0x4d,0x24,0x8c,0x8f,0x7a,0xa6,0xeb,0x97,0x4a,0x28,0x87,0xf5,0x49, + 0x32,0x68,0xb2,0x59,0x4c,0x73,0xae,0xd3,0xf3,0xda,0xe9,0x64,0x80,0x4e,0xe6,0xfb, + 0x37,0xfa,0xf5,0xd3,0xab,0xf,0xba,0xbe,0x0,0xfd,0xe2,0xf3,0xd8,0x48,0x37,0x70, + 0xd,0x92,0xc1,0x2c,0xa1,0x86,0xfe,0x96,0x59,0x35,0x84,0x36,0x28,0x19,0x75,0x2, + 0x3,0x50,0x95,0xe6,0x9b,0x25,0x2f,0x98,0x5f,0xa9,0x1b,0xb3,0x63,0xf8,0xd7,0xc5, + 0x60,0x37,0x94,0xfd,0x78,0x3e,0xe,0xd6,0x1,0xcf,0x3a,0xdb,0xc2,0x10,0xe7,0xbe, + 0xf4,0xd8,0x6f,0x28,0x92,0x15,0x79,0x1b,0xd6,0x46,0xc2,0xf4,0xcb,0x4f,0x7d,0x6d, + 0x1,0x1,0x59,0xb7,0xaa,0x35,0xab,0xdc,0xe,0xc8,0x21,0xdb,0x97,0xe1,0x8e,0x69, + 0xc7,0x2a,0xad,0x9e,0x27,0xd3,0x93,0xfb,0xb2,0xfa,0xa4,0xdb,0xae,0xaf,0xb,0xf8, + 0x33,0xf2,0xa0,0x1d,0x2a,0xa7,0xbd,0x8f,0x14,0x76,0xd8,0x22,0x81,0x3b,0x72,0x94, + 0x69,0xd7,0xd0,0x21,0x15,0x0,0xf4,0xac,0x0,0xd0,0xd8,0x17,0x18,0x80,0xfc,0x5a, + 0x2a,0xeb,0xd6,0x66,0xdf,0xf2,0x30,0x24,0xcb,0x63,0x1d,0x98,0xb6,0x1f,0x8e,0xb8, + 0x8f,0x40,0xa9,0x61,0x2c,0x9f,0x6e,0x5e,0x4e,0x3f,0xba,0x7f,0xc0,0xfd,0x44,0x1c, + 0x92,0x17,0xc1,0xfd,0x1d,0x61,0x69,0xf0,0x99,0x48,0x58,0x98,0xf3,0xd4,0xd7,0x16, + 0x90,0x80,0x7d,0xb1,0x84,0x28,0x30,0xc3,0xfd,0xbb,0x6f,0x63,0x5e,0x1b,0xb7,0xf1, + 0x56,0x26,0x5c,0x87,0x90,0x2e,0x80,0xed,0x83,0x1f,0x92,0x24,0xc2,0x72,0x25,0xe8, + 0x8e,0xf4,0xcb,0xee,0x5c,0x8,0x8d,0x7e,0x21,0x3,0x90,0x92,0x6a,0xeb,0xa2,0xa8, + 0xf0,0xb3,0x67,0x6,0xf6,0xa7,0x6d,0x3b,0x3c,0xef,0x2e,0x92,0xe6,0xde,0xce,0x40, + 0x3c,0x27,0xb3,0xf,0xc7,0xfc,0x26,0xe0,0x18,0x4d,0xfb,0xbe,0x30,0x78,0xfc,0xa7, + 0x54,0xcd,0x95,0x4b,0x23,0x9f,0xe5,0xda,0x1c,0xd,0x60,0x1d,0xcb,0x51,0x17,0xd3, + 0x3a,0x9e,0xaf,0x9e,0x8e,0xef,0xff,0x8c,0x89,0xe6,0x1f,0xdb,0x3,0x4,0xad,0x37, + 0x78,0x46,0xb,0x60,0xb5,0x8a,0x1c,0xcb,0x5,0x70,0x54,0xd,0x0,0xc6,0xd8,0x23, + 0x3,0xa8,0x25,0x55,0x3d,0xb8,0xd7,0xd2,0x7a,0xc4,0x2c,0xfa,0xf1,0x1,0xee,0xd3, + 0x23,0x1d,0x74,0xc9,0xc0,0x5c,0x2c,0x6d,0x8a,0xd1,0xc6,0xe4,0x87,0x3a,0x39,0xc2, + 0xf4,0x2d,0x9b,0xa3,0x64,0x37,0xd,0x7f,0xc7,0xa1,0x35,0xd8,0x7f,0x57,0x59,0xda, + 0xe,0xeb,0xef,0x9b,0x94,0xcf,0xc7,0x7d,0x1d,0xff,0x72,0x86,0x7f,0x54,0xd6,0x57, + 0x17,0x4,0xb0,0x4a,0x4d,0x8e,0xad,0x6,0x60,0x14,0xc7,0xc8,0xff,0x13,0x21,0x56, + 0x2b,0xd9,0x15,0x57,0x53,0xa6,0xc7,0x7f,0x37,0x87,0xc0,0xb6,0x1d,0xed,0x7,0xd0, + 0xce,0xc5,0xd4,0x4f,0x98,0xfb,0x8,0xed,0xbc,0x8c,0x70,0x17,0x47,0x98,0xb0,0xf8, + 0xa7,0x2c,0x59,0x5e,0xb6,0x95,0x48,0xa3,0xee,0xf3,0xac,0xd7,0x3e,0x59,0xa0,0x2a, + 0xed,0xa0,0xd3,0xe1,0xfd,0xf4,0xfa,0x78,0x3a,0x3d,0xad,0x3c,0xd0,0xf6,0x1,0xd8, + 0x67,0x80,0xf4,0x81,0x39,0x17,0x85,0x90,0xa3,0xa1,0xc6,0x71,0x1,0x35,0xaa,0x6, + 0x92,0x4d,0xbe,0xfd,0x6d,0x4,0x3,0xc4,0x5f,0xf,0x89,0x46,0x65,0xc5,0x4d,0x4c, + 0x98,0x7e,0xe3,0xd7,0xe5,0xea,0x13,0x3,0xfa,0xa3,0x3e,0x9e,0xe1,0x9a,0xf1,0xf9, + 0xd9,0xd2,0xba,0x3f,0x96,0x3,0x78,0x5e,0x4f,0xf0,0xa0,0xf7,0xe1,0xbd,0x1d,0x9b, + 0x6b,0x8,0x4e,0xf1,0xa,0x4a,0x5a,0xdb,0x55,0x1,0xa8,0x67,0xfa,0x5e,0x5,0x5e, + 0xdb,0x25,0x99,0xa3,0x29,0xb6,0xdc,0x2e,0x44,0xfa,0x9f,0xce,0xb7,0x27,0xad,0xf7, + 0xf7,0xd5,0xe9,0x3,0x3a,0xbb,0xaf,0x91,0x1d,0xd8,0x78,0xbf,0x9f,0xd6,0x2f,0x80, + 0x75,0x80,0xcd,0x42,0xb8,0xf6,0x96,0x1c,0x56,0x53,0x60,0xac,0x10,0x12,0xe,0x6a, + 0xa8,0x74,0xe5,0x3,0xd8,0x89,0x47,0x1,0x4f,0xd,0x90,0x58,0x90,0x50,0x68,0x46, + 0x52,0xc2,0xce,0x4,0x21,0x98,0xcc,0x55,0x2a,0x4c,0x4a,0x14,0xe4,0xa8,0x7b,0x22, + 0x30,0x3f,0x53,0x0,0xe6,0xdf,0x11,0x52,0xf3,0x4b,0x54,0x60,0x3e,0x9f,0x2,0x93, + 0x78,0x14,0x1d,0x1f,0xd1,0xd6,0xaf,0xfc,0xa5,0x5,0x51,0x58,0xe2,0x7a,0x7d,0x6f, + 0xd0,0x9e,0xb,0x73,0x67,0x95,0x6,0x7b,0xc,0x81,0xe7,0xdc,0x5c,0xe0,0x79,0x57, + 0x47,0x78,0xce,0xbd,0x3f,0xc,0xf7,0xf8,0x50,0x7e,0x75,0xf9,0x52,0xce,0xe3,0xf0, + 0xe0,0x55,0xa4,0x90,0x63,0x7,0x9e,0x73,0x4c,0xbf,0x6,0x42,0x76,0xa1,0x92,0xba, + 0x34,0xee,0x8c,0x8,0xe9,0xed,0xa,0xad,0xad,0x2f,0xa3,0x75,0x37,0xb6,0x2f,0x93, + 0x1a,0xd8,0xfc,0x75,0x72,0xde,0x90,0x8e,0xa8,0xef,0x1b,0x96,0xc2,0xff,0xb,0x14, + 0xc0,0x4b,0x1c,0x8d,0x92,0xf,0x80,0x93,0x6,0x2a,0xd8,0xa,0xa8,0xb6,0x13,0x0, + 0x30,0x15,0xe9,0x82,0x73,0xf1,0xb5,0xb9,0x1a,0x60,0x52,0xac,0xa0,0xc6,0xa6,0x88, + 0x40,0xd4,0xa6,0x9b,0x8a,0xac,0x39,0x11,0x12,0xf8,0xe1,0x91,0x5a,0x68,0xbf,0x47, + 0x0,0xed,0xf6,0x8a,0xe0,0xf0,0x13,0x52,0xb8,0xe4,0xa2,0x1c,0x86,0x3f,0x90,0x17, + 0x16,0x89,0xc9,0xc9,0x65,0xb2,0x7f,0x97,0xfe,0x48,0x94,0x3c,0x30,0x2f,0xbf,0x9a, + 0x38,0xf6,0xca,0xee,0x40,0xcf,0xfd,0xb3,0xa6,0x8f,0x4c,0x58,0xb7,0x66,0x64,0xf5, + 0x8d,0x34,0x17,0x2e,0x29,0x9b,0x2f,0x50,0x9,0x7,0x3,0x8d,0xbc,0x4d,0xae,0x53, + 0x45,0x81,0xa1,0x81,0x77,0x14,0xea,0xe,0xfe,0xe2,0x3a,0x1e,0x71,0x5d,0xe8,0xb8, + 0x51,0x1,0x3b,0xe0,0xfa,0x80,0xed,0x3a,0x7d,0xee,0xf5,0xf9,0xdf,0xa4,0x9f,0xb4, + 0x7d,0xbf,0x2f,0xa3,0x47,0x7c,0x1d,0x2e,0x81,0xa5,0x1a,0x10,0xc7,0x45,0x36,0x6, + 0xea,0xfb,0x4d,0xaa,0x21,0x28,0x42,0xdc,0xd3,0xdf,0x55,0xab,0x50,0x81,0x4e,0x79, + 0xb5,0xc4,0x49,0xdf,0xeb,0x2a,0xca,0x7a,0x9f,0xc,0x5d,0x47,0xc6,0xd4,0x3f,0x1f, + 0xc6,0x87,0xd4,0xce,0xf,0x8f,0x31,0xa9,0x21,0x6b,0x23,0x1,0x4d,0xd0,0xef,0xc7, + 0x27,0x64,0xd4,0x91,0x2,0x4d,0x56,0xa1,0x1a,0xac,0x40,0x65,0xfd,0x6b,0xfd,0x8, + 0x15,0x50,0xc5,0xae,0x6,0xa,0x5b,0x9e,0xb2,0xb6,0xcd,0x62,0xac,0x38,0x88,0x9f, + 0xfb,0x52,0x2a,0x6b,0xcc,0x69,0x2e,0x6c,0xb7,0x59,0x44,0xcb,0x6f,0x3c,0x9e,0xd3, + 0x1,0xf1,0x4f,0xb7,0x7f,0x7f,0xa9,0x9e,0xec,0x7f,0x12,0xff,0x68,0xbf,0x8f,0xd6, + 0x57,0x88,0x78,0xec,0x19,0x28,0x86,0x9,0x65,0xea,0xd2,0x1a,0xa,0xd2,0xdf,0xb, + 0xa8,0x42,0xfd,0x4c,0x15,0x84,0xb6,0x5c,0x80,0xea,0x82,0x9a,0xea,0x76,0x87,0xaf, + 0x49,0xf8,0x22,0x5c,0x9,0x3b,0x6c,0x15,0xc1,0xf6,0xe8,0x7a,0x6c,0xdc,0x5f,0xe8, + 0xc6,0x1a,0x7c,0xf5,0xea,0xd2,0x46,0x6c,0x47,0x10,0xb4,0x6e,0xfa,0xc6,0x36,0x19, + 0x5c,0x99,0x2e,0x87,0xc5,0x6a,0x90,0xa1,0xa4,0x94,0x9d,0x0,0x90,0x19,0x63,0x63, + 0xda,0x8,0xb5,0x24,0x1c,0x9f,0x54,0xa2,0xbc,0x61,0xbb,0x87,0x4f,0xb5,0xf3,0xaf, + 0xad,0xf7,0xfd,0x6f,0xd2,0xf9,0xf6,0x9e,0x64,0xeb,0xeb,0xda,0xbc,0x8c,0x19,0x33, + 0x42,0xbf,0x9d,0xb6,0x88,0xe0,0xce,0x9b,0x52,0x65,0x19,0x9,0x9a,0xcc,0x3b,0xaf, + 0x20,0xa1,0xc9,0x3d,0xa1,0x7a,0xdf,0xc4,0x3f,0x91,0x8c,0xc1,0xd7,0xf0,0x97,0xe8, + 0xe9,0x13,0x3a,0x1f,0x92,0x6e,0xbb,0x44,0xab,0x4b,0x32,0xbe,0x9,0x3c,0xbe,0xd4, + 0x69,0x93,0x8,0x6e,0xcd,0x50,0x42,0x9e,0x6,0xc,0x7f,0x11,0xef,0xe9,0x9f,0x80, + 0x1a,0x52,0x63,0xc5,0x3,0xd4,0x53,0x7f,0xbf,0xf0,0x16,0x57,0x6a,0x76,0x2a,0x4f, + 0x5e,0xf3,0xde,0x3e,0x3e,0xc1,0xda,0x2c,0x66,0xc6,0x7c,0x7c,0xe5,0xf5,0xbc,0xf8, + 0xeb,0x74,0x3d,0x9d,0x7e,0xa8,0x1b,0x17,0xd6,0xf9,0xfe,0x65,0xd0,0x7c,0xab,0x14, + 0xfe,0x90,0xa8,0x2c,0x2f,0xd4,0x80,0xe3,0x86,0xae,0x81,0x63,0xb,0x36,0x5e,0x13, + 0x53,0x26,0xb4,0x8d,0xa8,0x64,0xb8,0xdd,0xc4,0x5c,0xa7,0x1d,0xda,0xc6,0xde,0x24, + 0xa7,0x65,0xf,0xb3,0x5d,0x37,0xe,0x85,0xef,0x45,0xc4,0x5c,0x1f,0xed,0xeb,0xbe, + 0x55,0x2,0xe3,0x1f,0xaa,0x92,0xcb,0x34,0x94,0x19,0x84,0x2,0xcb,0x4a,0x0,0x2c, + 0x8a,0xfe,0x25,0xbe,0x25,0xae,0x52,0x69,0xc2,0x93,0xc9,0xea,0xbe,0x23,0xc9,0x55, + 0xc9,0x2c,0xf8,0x1a,0x95,0x3b,0x1f,0x10,0xb,0xb9,0x40,0x43,0xdb,0xd7,0x35,0x94, + 0xc6,0x1a,0xf1,0x6f,0xf9,0xe4,0x52,0xc,0x83,0xa4,0x38,0x26,0x6a,0x92,0x3b,0x30, + 0xa9,0x42,0x91,0x33,0xee,0xbc,0x18,0xb6,0xdf,0x2c,0xd5,0xb6,0x7f,0x49,0xc3,0x71, + 0x1e,0x5f,0x1d,0x2f,0x22,0x6d,0x3b,0xc5,0xfd,0xb5,0x1c,0xf6,0xdb,0x2f,0x82,0x27, + 0xb,0x94,0x30,0x4f,0x66,0x38,0x16,0xa1,0x2,0x75,0xe7,0x19,0xb5,0xea,0x3c,0xdb, + 0x83,0x22,0xc6,0xd7,0xe0,0xa3,0x6a,0xa4,0x3f,0xc8,0x61,0xd3,0xb1,0x24,0x9d,0xee, + 0x59,0x3f,0x1e,0xdd,0xe,0xc9,0x82,0x9,0xc1,0x32,0x58,0xa8,0xa1,0xa6,0x3,0x20, + 0x5a,0xc6,0x83,0x60,0x75,0x5,0x0,0x76,0xcf,0xfe,0x56,0xff,0x19,0x20,0x1f,0x3f, + 0x64,0x29,0x73,0x73,0x5c,0xaa,0xaf,0xa4,0x4e,0x7f,0x94,0x10,0x1b,0x90,0x7b,0xee, + 0x54,0xc0,0xe3,0xd4,0xcb,0x41,0x9c,0xdc,0xec,0x45,0x2,0x99,0x78,0xa5,0x0,0xa8, + 0x8f,0xf2,0x29,0xd5,0x73,0xfb,0xd8,0xcb,0x49,0xd0,0xad,0x40,0x46,0x2c,0xa,0xca, + 0x91,0x8b,0xdf,0x3f,0x29,0x85,0xed,0x3,0x50,0xfb,0xd3,0xe9,0x86,0xb4,0xac,0x67, + 0x74,0x7e,0x36,0xda,0x66,0xb6,0x45,0x8c,0x78,0x97,0xc2,0xd5,0x57,0x14,0x30,0x93, + 0x47,0xa4,0x55,0x51,0xd0,0xad,0x82,0x34,0xec,0xe7,0xe7,0x10,0xc0,0xe9,0x50,0x9e, + 0x5c,0x6d,0xb2,0x45,0xa2,0x57,0x8e,0xe4,0x9,0x7d,0x8b,0x21,0xdf,0x33,0x53,0x37, + 0xda,0xf9,0xc8,0xa1,0x79,0x80,0x8,0xa6,0x9,0xd4,0x39,0x35,0x10,0xb0,0x79,0x0, + 0xf6,0x40,0x76,0x65,0x9b,0x7d,0xaf,0xf1,0x65,0x80,0x18,0x52,0x78,0x2d,0x37,0x3a, + 0xa6,0x43,0x55,0x50,0xc0,0x12,0x5e,0x49,0xf3,0xca,0xde,0xbe,0xfd,0x41,0xfc,0x8c, + 0xaf,0xd5,0xe1,0x1f,0xb8,0xc1,0x70,0x47,0x7b,0x7a,0x8c,0x20,0xdc,0xc9,0x1e,0x46, + 0xf,0x74,0x83,0x57,0x66,0x7a,0xaa,0xef,0x6c,0xd8,0x18,0xc9,0x4f,0xbb,0x32,0x5c, + 0x98,0x99,0xc6,0x12,0x4a,0x15,0x16,0x2,0x89,0xe2,0xb9,0x74,0x44,0xa4,0xb7,0xbb, + 0xf3,0xd5,0x54,0x70,0x6c,0xb1,0x3a,0x7d,0xc9,0x65,0x45,0xba,0x57,0x94,0x44,0x3c, + 0x27,0x54,0x4,0x3d,0x83,0x85,0x10,0xfd,0xd,0xd7,0x24,0xcb,0x61,0x58,0xbe,0xa6, + 0xe6,0xbe,0x90,0xa,0xad,0x54,0xc3,0x91,0x1c,0x75,0xf3,0x73,0x18,0x1e,0xa9,0x81, + 0xdb,0xe2,0x24,0x85,0x56,0x96,0x68,0xc7,0x9,0xfc,0xc,0xe8,0x96,0x6,0xfd,0x8a, + 0xda,0x44,0xc7,0x23,0x20,0x5b,0x61,0xb3,0x10,0x1e,0x2d,0x52,0x10,0x45,0xe0,0xe9, + 0x62,0xe4,0xff,0x29,0xe0,0x43,0x12,0xf1,0x4f,0x4e,0xac,0xbd,0x77,0xd7,0xf2,0x76, + 0xc0,0xf6,0xa8,0xb,0x63,0x46,0xc1,0x70,0xe7,0x7e,0xf4,0x98,0xef,0x5,0x47,0xc6, + 0x17,0x14,0xad,0x5d,0xdf,0x21,0x8c,0x9e,0xfb,0x65,0x87,0x92,0x3d,0x8c,0xfc,0xf4, + 0x13,0x98,0xe2,0xb3,0x61,0xa3,0x28,0xf3,0x46,0x9b,0xf9,0x5a,0x55,0xa4,0x9c,0xee, + 0x4b,0xca,0xab,0x41,0xf7,0xa2,0x2a,0xd8,0xa3,0xb0,0xa,0x58,0x94,0xf0,0xa0,0x5, + 0x47,0xc,0x2c,0xaa,0x65,0xb0,0x6b,0xa5,0x0,0xb4,0xaa,0x9c,0xc7,0x2a,0xc2,0xfd, + 0xeb,0x58,0x85,0x9e,0xde,0x28,0xa9,0xf7,0x17,0x18,0xf4,0x31,0xca,0x1a,0xd6,0x8d, + 0xba,0x98,0x33,0xbc,0x4d,0x8,0x3,0xb3,0x64,0x44,0x21,0x84,0xaf,0xec,0x5c,0x13, + 0x79,0x41,0xb6,0xeb,0x6d,0x7f,0xdf,0xe2,0x50,0x37,0x17,0x9a,0xe7,0x48,0x7,0x66, + 0xcc,0x3f,0xb2,0x2e,0x26,0x90,0x89,0x7,0xa1,0xe7,0x7b,0x3b,0x31,0xf3,0xfd,0xc2, + 0xf0,0x71,0x48,0x3e,0xe4,0x6,0x4,0xe4,0x48,0x78,0xd5,0x63,0x79,0x80,0x78,0xe2, + 0xf7,0x73,0x5b,0x3,0x64,0xb7,0x8d,0x7b,0xc,0xc0,0xf2,0xc2,0xe7,0xf4,0xbf,0x41, + 0x58,0x63,0xa2,0xa0,0xc4,0xbe,0x9e,0x17,0x55,0x75,0xfe,0x21,0x7a,0xac,0x19,0xdb, + 0x7b,0x9b,0x74,0xb1,0x45,0x8d,0xe3,0x4b,0x64,0x8d,0xb6,0x49,0x99,0x7e,0x8,0x25, + 0x36,0xb2,0x51,0x8e,0xde,0x53,0x10,0xd5,0xe0,0xd5,0xe4,0x1f,0xf0,0xab,0x58,0x45, + 0xbb,0xb6,0x66,0x87,0xd,0x70,0xa6,0xe3,0x3f,0xa2,0x1d,0x98,0xf1,0xde,0x70,0x47, + 0xfd,0x35,0x1a,0x75,0xe3,0x81,0xfd,0xb4,0xf1,0xa1,0x4c,0x4c,0x20,0xfe,0x3b,0xce, + 0x6d,0x0,0xcc,0xde,0xba,0xf9,0x38,0x1f,0x50,0xcf,0xa5,0x17,0x97,0x41,0x68,0x96, + 0xf,0x9f,0x7f,0xdc,0x1e,0x42,0x21,0x5b,0xe,0xd4,0x93,0xd6,0xdf,0xd4,0x40,0x13, + 0xc4,0x69,0x3b,0xda,0x5f,0xa0,0xd4,0x8e,0x13,0x1b,0x88,0x2d,0xf3,0xd7,0xf1,0xad, + 0x9f,0x90,0xbc,0xc0,0x76,0x9,0x4a,0xe6,0x5b,0x6a,0xe1,0xa5,0x72,0x92,0xa8,0x79, + 0x8e,0x79,0x73,0x2f,0x2b,0x40,0xc9,0x23,0x56,0x51,0x4c,0xcc,0xb2,0xf0,0x31,0x23, + 0x69,0xd9,0x1e,0x55,0x27,0xeb,0x99,0xb6,0x1e,0xa1,0x8b,0x9,0xad,0x8b,0xd,0x65, + 0xe2,0x82,0x98,0xb9,0xff,0xcc,0x9a,0x30,0xf4,0x5a,0x8e,0xe3,0x3e,0xa5,0xaa,0x2f, + 0x5f,0xf2,0x84,0x3c,0xee,0x8b,0x7e,0x24,0x1a,0x7c,0xa,0xb2,0xe2,0x1e,0x6b,0x12, + 0xde,0xe,0x40,0xdc,0x6e,0xc4,0xbe,0x3d,0x8d,0x76,0xcc,0xd9,0x90,0xfe,0x67,0x80, + 0x7b,0xfa,0x97,0xa9,0x1f,0x83,0x82,0x24,0xb0,0x58,0x1,0x12,0xb8,0xe0,0xd5,0x1b, + 0x17,0xd0,0xdc,0xbb,0xcb,0xba,0xe6,0xe7,0x57,0x19,0x82,0xe7,0x7b,0xd0,0x31,0x3f, + 0x8c,0xac,0x8f,0xd4,0xe3,0x3f,0x52,0x3f,0x2e,0x4c,0xfb,0x1b,0xee,0xa8,0x8d,0x9, + 0x71,0x7c,0x8f,0x8e,0xb,0xc1,0xdb,0x72,0x76,0xed,0x29,0x5,0x5c,0xee,0x4b,0xe3, + 0x27,0xbb,0x57,0x4b,0xe,0xfd,0x26,0x42,0xcc,0x70,0x4f,0xc7,0x95,0x4a,0x60,0xd3, + 0xf1,0x24,0x7d,0xfe,0xb5,0x31,0xa6,0xba,0x31,0x25,0xa4,0x2f,0x60,0xf9,0x11,0x74, + 0x4f,0x43,0x28,0x1,0x7c,0x25,0xd6,0x22,0xe3,0x42,0x6a,0x4,0xf,0xd6,0x8f,0xe3, + 0xc8,0xf2,0xef,0x5a,0x46,0x7d,0x31,0x51,0x1a,0xa1,0x27,0xe3,0x75,0x72,0xde,0x50, + 0x4c,0xa8,0x6e,0x3b,0xe6,0x3f,0xa,0xc7,0x84,0x3a,0xf6,0x61,0xe2,0xc8,0x50,0x7f, + 0x70,0x69,0xfe,0x2,0x4a,0x7c,0x23,0xeb,0xa5,0x79,0x4f,0x1c,0xa,0x58,0xde,0x40, + 0x46,0x85,0xfd,0x1,0x21,0xc3,0xa7,0xce,0xc7,0xd7,0x78,0x3c,0x49,0xbf,0xed,0xe3, + 0x39,0x8,0x28,0xb5,0xf7,0x95,0xc0,0xe,0xe8,0xd7,0x33,0x44,0xe,0x2b,0x94,0xaf, + 0xce,0xf7,0x8,0xaa,0x1,0x58,0xca,0x85,0x4c,0xac,0x7c,0x2d,0x50,0xd,0x16,0xdd, + 0x4a,0x9f,0x14,0xf9,0xe1,0x10,0x5a,0xa7,0xf,0xd7,0x26,0xfc,0x77,0x64,0x5d,0x4c, + 0xa0,0x5d,0xa3,0x75,0xbe,0xec,0x68,0xfe,0x23,0xe8,0x35,0x60,0x6c,0xe0,0x5,0xa7, + 0x3e,0x48,0x4f,0xec,0x43,0xc7,0x10,0x44,0x4e,0x9c,0x2,0x5,0xd7,0xee,0x4c,0x6d, + 0xe9,0x1e,0x30,0xaa,0x0,0xc5,0xaa,0xa4,0xfd,0xf4,0x80,0x8e,0x9,0x6f,0x8c,0x72, + 0xb4,0xad,0xc,0xc9,0xdb,0x8a,0xe7,0xd0,0x5,0x45,0xe8,0x5c,0x29,0x0,0xee,0xa9, + 0xa5,0x92,0x1c,0xd7,0x83,0x3c,0x3a,0x56,0xb0,0x9e,0x77,0x5,0xac,0x9f,0x67,0xa0, + 0x27,0xb,0xd0,0x31,0x26,0xbe,0x62,0xf8,0x1a,0xe2,0x7e,0xec,0x19,0x39,0x7c,0x28, + 0xa5,0x1e,0x88,0xa9,0x57,0x67,0xc,0xa8,0x6,0x80,0x5,0x88,0x7f,0x7a,0xfe,0x37, + 0x1f,0x10,0x7b,0xa4,0x77,0xae,0x2d,0xb,0x47,0x36,0x3d,0x8e,0xf3,0xaa,0xe7,0x9f, + 0xe1,0xbe,0x4e,0x1e,0x34,0x92,0xfd,0xcc,0xdf,0x78,0x8d,0x5e,0x1b,0x9a,0xfb,0x50, + 0x24,0x3,0xc2,0x51,0x3f,0x10,0x31,0xfe,0x73,0x28,0xba,0x9d,0xd7,0xaa,0xb6,0xc2, + 0x41,0xba,0x62,0x35,0x5,0xe,0x55,0x93,0xd4,0x1e,0x1e,0x5,0x1c,0xf4,0xf7,0x55, + 0x52,0xd0,0xbc,0x8a,0x2,0xcb,0x2b,0x8,0x2a,0x98,0xb,0xc0,0x8,0xfd,0x7d,0x42, + 0x0,0x7b,0x48,0xc0,0xd3,0xf9,0x5f,0x79,0x2a,0xb2,0x47,0x46,0x99,0x2a,0x73,0xce, + 0xb9,0x5a,0x68,0xba,0x59,0xe7,0x57,0xd4,0xfa,0x16,0x7d,0x71,0x7b,0x17,0xd3,0x76, + 0x3e,0xcb,0x47,0x4e,0xd7,0x91,0x1e,0xdb,0xf9,0xd0,0xeb,0x92,0x4c,0x1e,0xcd,0x7, + 0xde,0x85,0x6a,0xf8,0x4a,0x7d,0x83,0x1a,0xbd,0xcf,0xba,0xf5,0xfa,0x91,0xcd,0xbf, + 0x87,0x7b,0xef,0xf6,0xa4,0xa8,0x8f,0x47,0x6a,0xf9,0x66,0x38,0x8f,0xd2,0x8b,0x7, + 0xd6,0xef,0xf,0xea,0xf9,0xb7,0xd5,0xae,0xfd,0x63,0x43,0xcf,0x1f,0xb,0x43,0xdc, + 0x87,0xe3,0x78,0xf2,0xaf,0xa6,0x43,0x4e,0x4c,0xa2,0x6b,0x4b,0xf7,0xa0,0xa9,0x28, + 0x61,0x97,0xa6,0x26,0xda,0x14,0x1e,0x3b,0xb2,0xf4,0xde,0xd6,0xcd,0x19,0x97,0xe7, + 0x7f,0x9b,0x71,0x66,0xe2,0x84,0x8c,0xd3,0x9f,0x7d,0x9a,0x11,0x35,0x73,0x46,0xc6, + 0xf5,0xe5,0x2b,0x12,0x72,0x37,0xf8,0x2c,0xe7,0x64,0xde,0x99,0x20,0x2b,0x2b,0xee, + 0x2a,0x84,0x4,0x1b,0xd5,0x17,0xf7,0x96,0xca,0x6d,0xe,0x3c,0xd,0x74,0xab,0x90, + 0x90,0x67,0x4f,0xdf,0x56,0x64,0xcd,0xd,0x11,0xc3,0xde,0xbb,0x24,0xd0,0x74,0x2b, + 0x6a,0xeb,0x5b,0x84,0xb0,0xe3,0x36,0x3e,0x34,0xb,0x14,0xc2,0x3e,0x87,0x25,0xf0, + 0xdb,0x38,0x29,0xc,0x7b,0xa0,0x48,0xcc,0x13,0x51,0xb6,0xf7,0xc8,0xd6,0xf9,0x1a, + 0xfe,0xa9,0x10,0xaa,0x94,0x9d,0x24,0x8f,0x1f,0xd9,0xc6,0x7b,0x7d,0x2f,0xc7,0x72, + 0x1d,0xc7,0x82,0xc6,0x6a,0x13,0xae,0xb,0x3a,0xbd,0xef,0x42,0x83,0xc4,0xb4,0xfd, + 0x48,0x47,0x66,0x3d,0x38,0x7a,0xde,0xa0,0x3,0x63,0x2b,0x26,0x2e,0xf9,0x59,0xac, + 0xca,0x2f,0x34,0x18,0x1b,0x26,0x92,0xf2,0xcd,0x44,0x62,0xae,0x49,0x55,0x52,0x82, + 0xd5,0x9d,0x83,0xfb,0xd2,0x22,0x67,0x4f,0xa7,0x42,0xdc,0x9d,0x61,0xa8,0x13,0x53, + 0xe,0xae,0x4f,0x78,0x5d,0xc1,0x50,0x27,0x1b,0x7a,0xbe,0x49,0x44,0x7f,0x7,0x98, + 0x30,0x6e,0x34,0x4c,0xff,0x7d,0x55,0x56,0x55,0x62,0xc2,0x54,0x1,0x45,0xda,0x34, + 0x2e,0x53,0x0,0x80,0x89,0xe0,0x29,0xec,0x45,0xbe,0xa,0xb0,0x6a,0x9,0xe0,0x52, + 0xa3,0x26,0xb3,0x1e,0x8,0x35,0x39,0x17,0x4b,0xd4,0x39,0xa7,0xee,0x2b,0x73,0xce, + 0x15,0x2a,0x73,0xce,0x17,0x2b,0x8e,0x5e,0x17,0x13,0x1b,0xab,0x48,0x30,0x9d,0x7, + 0xa8,0xae,0xa8,0x7f,0x72,0x29,0x7d,0xc6,0x38,0xa7,0x7f,0xa,0x84,0x4a,0x55,0x27, + 0xa9,0x54,0xca,0xce,0xdc,0xbb,0x3f,0xf9,0x8c,0xab,0x3,0xdd,0xc6,0x31,0xf7,0x71, + 0x74,0xdc,0xbf,0x5d,0x9d,0xee,0x5f,0xcf,0x3b,0xf3,0xcb,0xac,0xfd,0xc6,0xcc,0x5, + 0xa1,0xe5,0x5,0xfd,0xcd,0xe,0x7,0x98,0x77,0xf0,0x60,0x28,0xac,0xe6,0x36,0x59, + 0xfb,0x87,0x47,0x29,0x16,0x89,0x65,0xfc,0xe1,0x85,0x61,0xc1,0xcb,0x2e,0xcc,0x98, + 0x26,0xc,0xeb,0x8f,0xe7,0x97,0xe3,0xbe,0x83,0x59,0x4f,0x32,0xca,0xc9,0xa6,0x6e, + 0x6d,0xc9,0x50,0xed,0xf6,0x48,0xbc,0xd6,0xa8,0xbd,0x2d,0xbd,0xb6,0x60,0xcc,0xe8, + 0x91,0xb0,0xf0,0xf8,0xd1,0x38,0xb2,0xec,0x81,0xb5,0x7e,0xb9,0x7c,0x8,0xbb,0x21, + 0xfe,0x87,0x3e,0xcd,0x33,0x2b,0x90,0xce,0x21,0x6a,0xa4,0x53,0xc8,0x1a,0xd9,0x75, + 0x35,0x14,0x89,0xf5,0x13,0xaf,0x72,0x0,0xdc,0x9e,0xa6,0xec,0x7f,0x2a,0x8a,0xe3, + 0xe2,0xdd,0xe3,0x67,0x4c,0x51,0x9f,0x77,0x62,0xf4,0xbd,0x58,0x7b,0xc6,0xc6,0x8f, + 0xd0,0x9b,0xb,0xa2,0x9f,0x62,0xb4,0xb2,0x3f,0xd4,0x89,0x59,0x7,0x3a,0xca,0xde, + 0x1e,0x26,0xcc,0x99,0x23,0x55,0x64,0x67,0x8e,0xc2,0xe5,0x9,0x9,0x4d,0x83,0xf2, + 0x85,0x62,0x5e,0xb7,0xdc,0x23,0x87,0x3,0xc3,0xc7,0x8e,0x86,0x91,0xf6,0xcc,0x9c, + 0xe2,0xb,0xd8,0x66,0xd4,0xae,0x21,0x17,0xad,0x5d,0x47,0x2e,0x82,0x9e,0x5f,0xc2, + 0xcc,0x37,0x8d,0xd4,0xae,0x2f,0x86,0xd7,0x89,0xc7,0x7e,0xc6,0x10,0xb7,0xfe,0xf0, + 0xe6,0x46,0xef,0x64,0xd9,0xb5,0x2b,0xcf,0x6c,0x5f,0x56,0x21,0xde,0x71,0x6c,0x50, + 0xcd,0xbf,0x28,0xbe,0xaf,0x35,0x50,0x67,0x5f,0x67,0x95,0x9d,0x39,0x16,0x70,0x7e, + 0xd4,0x8,0xd4,0xde,0x10,0xf7,0x76,0x8c,0x1f,0x20,0x42,0xe7,0xff,0xd3,0xae,0xf7, + 0x78,0x41,0xbb,0xee,0x1b,0xe6,0x2a,0x96,0x5e,0xff,0xb3,0x2f,0xc,0xc1,0xfc,0x8f, + 0xfd,0x94,0xaa,0xc,0x39,0xbf,0x42,0x95,0x7d,0x87,0x2e,0x4f,0x48,0x11,0x75,0xf1, + 0x0,0xf2,0x7,0xf9,0xac,0x8a,0x3f,0xcf,0x4,0x84,0x8f,0x1e,0x49,0x85,0x6b,0x7d, + 0x4b,0xd1,0x5a,0xff,0x72,0xa4,0x9e,0xbf,0x29,0xaa,0x81,0x6d,0xa9,0x6f,0x7b,0x32, + 0xc7,0x62,0xfb,0x32,0xc2,0xcd,0x19,0x16,0xec,0xde,0x9d,0xad,0xce,0xc9,0x33,0x13, + 0xab,0x54,0x4f,0x1d,0x73,0x80,0xf8,0x37,0x47,0xfc,0x8f,0xe7,0x36,0x8a,0xd,0x47, + 0x76,0x88,0x3b,0xd2,0x8b,0x57,0x73,0xd,0x7c,0xd7,0xe4,0xdf,0x80,0x6a,0xa0,0x64, + 0x9,0x85,0x35,0x3,0x73,0x8f,0x1e,0xe,0xc,0x1d,0x37,0x86,0x79,0xe7,0xf6,0xcc, + 0xbc,0x80,0x8,0x6d,0xdb,0x8c,0xd6,0xf6,0xf7,0x61,0x8e,0x3a,0xbf,0x6f,0x5f,0xc6, + 0x5e,0xf8,0xec,0x33,0x22,0x6f,0xc7,0xae,0x5,0x52,0xa1,0xa0,0x3b,0x8f,0x50,0x37, + 0xd1,0xd1,0x1e,0xc4,0xc5,0xb9,0xc7,0x78,0x4e,0x53,0x9f,0xa7,0xbf,0xf5,0x64,0x4b, + 0xcf,0x29,0xd3,0x8d,0x23,0xe8,0xec,0xc,0xfd,0x54,0xef,0x6b,0xd2,0xb3,0x35,0x74, + 0x3e,0x67,0xac,0x27,0x8c,0x18,0x6,0xcb,0xa3,0xa2,0x57,0xb7,0xd5,0xb3,0xe3,0xbe, + 0xbe,0x16,0x92,0xab,0x54,0x40,0x31,0x49,0xd,0x15,0x4d,0xec,0xa,0x6c,0xa3,0xbe, + 0xea,0xe0,0x0,0x5,0xea,0xf3,0x54,0x5b,0xc5,0x52,0x51,0xcf,0xe2,0xd8,0xc8,0x5, + 0x97,0x7f,0x5c,0x50,0x19,0xe6,0xee,0x8a,0xfa,0xe3,0x7e,0xb4,0x7c,0xc6,0xf2,0x1a, + 0xcf,0x15,0x8b,0xd6,0xea,0x79,0x38,0x26,0x3c,0x64,0xd0,0x40,0x78,0x75,0xc9,0xcf, + 0x45,0xdc,0xb,0x11,0xd3,0x44,0x52,0x11,0x4b,0x40,0x68,0x16,0xf0,0x48,0xcd,0x60, + 0xfd,0x72,0x89,0x87,0x5,0xec,0xb4,0x6d,0xdb,0xa2,0xce,0xb9,0x3a,0x6a,0xfb,0x9, + 0x5b,0x5a,0xc7,0xbc,0xe0,0xa0,0xef,0x67,0x68,0x39,0x31,0xfc,0x33,0xbe,0xe6,0x8, + 0xd4,0xe7,0xc4,0x7e,0x37,0xbf,0xb0,0x22,0x31,0xa1,0x4d,0x62,0x70,0x4,0x80,0x62, + 0x49,0x81,0x66,0xa2,0x0,0x68,0xc6,0x15,0xa9,0x89,0xc0,0x5b,0x12,0x75,0x61,0x4a, + 0xb5,0x92,0x73,0x8d,0xa3,0xe2,0xdc,0x12,0x69,0x62,0xa,0x35,0xd4,0xe6,0x6a,0x0, + 0x86,0x73,0x49,0xa6,0xcf,0x0,0x12,0x41,0x5b,0x5c,0xf6,0xa5,0x5,0x94,0x70,0xd9, + 0x9a,0xca,0xe2,0x3e,0xb9,0x87,0xf,0xcd,0xbb,0xbe,0x6e,0x6d,0x4e,0xf2,0xf7,0xdf, + 0xaa,0x43,0x3e,0x19,0xa5,0x3e,0x37,0xf2,0x43,0x75,0xc4,0xf8,0x4f,0xd4,0x29,0xf3, + 0xbe,0x51,0xde,0x58,0xb6,0x38,0x26,0xf7,0x50,0xd0,0x54,0xcd,0xed,0xcc,0x27,0xae, + 0xf3,0x28,0xd4,0x50,0x16,0xf2,0x7b,0x77,0xdd,0x2e,0xce,0x9d,0x43,0xe9,0xd6,0x86, + 0xd7,0xb5,0xfd,0x48,0x7d,0xfe,0x9b,0xd8,0x17,0x86,0x12,0x33,0xf,0x19,0x8f,0x33, + 0xe0,0x39,0xcb,0xe7,0x3e,0x78,0x1f,0xe6,0x9f,0x3a,0x31,0xb7,0x2d,0x9e,0xf7,0xa1, + 0x84,0xec,0x1c,0x5f,0xac,0xd9,0xbc,0x26,0x4d,0x45,0x7c,0x70,0x44,0x6,0xdf,0xd8, + 0x2a,0x86,0x26,0xbe,0x72,0x68,0xea,0x27,0x87,0xdd,0xb7,0xcb,0xe1,0xb0,0x53,0x32, + 0xb8,0xe3,0xae,0x2,0xe6,0x48,0x89,0x48,0x3e,0x5,0xac,0x81,0x5c,0x38,0x18,0xa8, + 0xc4,0xff,0x8a,0xb9,0x45,0xa0,0xba,0xca,0x54,0x78,0x3d,0xbd,0x53,0xec,0xfa,0x35, + 0x9d,0x6e,0x9d,0x3f,0xd1,0xb3,0x22,0x3d,0xb9,0xa7,0xf0,0x72,0x5c,0x27,0x82,0x54, + 0x1b,0x8c,0xf7,0xe2,0x1,0xc2,0x92,0xb,0x98,0xef,0x76,0xd6,0x92,0xd4,0xac,0xaa, + 0xf4,0x2b,0x1,0x31,0xc3,0xdc,0xb5,0xeb,0xc3,0xe2,0x6f,0xbb,0x3d,0xd9,0xa7,0xdc, + 0x52,0xa,0xd3,0xda,0x1d,0xf1,0xe,0x8c,0xde,0x79,0x71,0xd9,0x32,0x83,0x31,0x7f, + 0x4f,0x83,0x42,0x29,0x18,0x79,0xec,0x9e,0xaa,0xd2,0xe1,0x80,0x88,0x89,0xf,0xd5, + 0xc5,0x9,0x6d,0xd2,0xf7,0xb,0xe2,0x38,0x41,0x15,0x74,0xd,0x92,0xc3,0x8b,0xe5, + 0x1a,0xa5,0x80,0x4,0xeb,0x6b,0x9,0xc2,0xb8,0xe6,0x54,0x23,0xf0,0x21,0x61,0xc1, + 0x7,0x84,0x17,0xfa,0xa5,0xf3,0x22,0x0,0x16,0xe4,0x9d,0x3f,0x75,0x3c,0xda,0xc5, + 0xbe,0xce,0x96,0xa8,0x1f,0x4f,0xd2,0xf9,0x93,0x9a,0xa6,0x48,0x43,0x79,0x2d,0xff, + 0x21,0xce,0x36,0x8c,0xad,0x80,0xea,0xd3,0x25,0xd4,0xf7,0x14,0x9f,0x3f,0xff,0xcc, + 0xf7,0x5b,0xa4,0x2,0x3,0xf7,0xdc,0x55,0xd4,0xbc,0x19,0x28,0xae,0x1f,0x3,0xde, + 0x24,0xd3,0xf2,0xaf,0x8b,0x43,0xc5,0xe3,0x5,0x38,0x6e,0x54,0x43,0x6f,0x7f,0x77, + 0x87,0x0,0x9e,0x2b,0xd2,0xc0,0x47,0x6a,0x30,0x96,0x7e,0x66,0xa,0x58,0xd6,0x2, + 0xd0,0x87,0x0,0xa2,0x11,0xd5,0x4a,0x60,0x55,0xad,0x30,0xda,0x15,0xfa,0xc8,0xf4, + 0xdf,0x14,0x18,0xad,0xfd,0xa6,0x97,0xc1,0x76,0xdd,0x4a,0x59,0xa0,0xfb,0xae,0x84, + 0xce,0x36,0xc4,0x7a,0x40,0xdc,0xec,0x6f,0x8a,0xf2,0x8e,0x6,0x3d,0xd3,0x7d,0x95, + 0xaa,0x80,0x49,0x6c,0xb1,0xe2,0x92,0xf5,0x1e,0x91,0x5e,0x4c,0xa0,0xa1,0x18,0x40, + 0x6d,0x3c,0xb8,0x8f,0x9a,0xfe,0xed,0xb8,0x49,0x0,0xfb,0x1f,0x14,0xc2,0xcb,0x1c, + 0xea,0x64,0x5,0x5,0xf1,0x18,0xf3,0x40,0x1,0x0,0x9e,0x14,0x10,0xee,0xe1,0xaa, + 0xc0,0x64,0xae,0xf2,0xd5,0xd7,0x15,0x9f,0x6,0xf7,0x76,0xef,0xa,0x8c,0x72,0x74, + 0x40,0x7d,0xb6,0x5d,0xdd,0x38,0x82,0xae,0x3f,0xaf,0x1f,0x47,0x78,0x72,0x9f,0x5f, + 0xf7,0x37,0x3a,0x3f,0xce,0x41,0xe7,0x73,0x66,0xd6,0x21,0x88,0xf7,0x5a,0x50,0xf4, + 0xf0,0xcf,0x73,0xcf,0x74,0x5f,0x45,0x72,0x6a,0xdc,0xa2,0x58,0x31,0xa5,0x5b,0x43, + 0xa2,0xae,0xe,0x34,0x89,0x7,0xd3,0xc6,0xe,0xfa,0x68,0xd7,0x1b,0xc2,0xf3,0xd, + 0x36,0xd5,0x42,0xff,0xc,0x31,0x51,0x4a,0x31,0xf1,0x92,0xb5,0x10,0xb0,0x1,0x14, + 0xba,0xb,0xd4,0x80,0x8d,0xfd,0x8b,0x46,0xd4,0xa3,0xe2,0x62,0xcc,0xce,0x48,0xf7, + 0x1,0x88,0x33,0x7d,0xfe,0xeb,0xd7,0x16,0x6b,0xc0,0xb5,0xfe,0x7e,0xc7,0x46,0x7f, + 0x3b,0x30,0xdf,0x4,0x8c,0x76,0x60,0xd6,0xa0,0x8a,0x43,0x75,0x20,0xcd,0xcf,0xaf, + 0x48,0x9c,0x93,0xf5,0x4c,0xf7,0x95,0x2d,0x20,0x22,0xfb,0xed,0x63,0x64,0x3b,0x5e, + 0x57,0x90,0x5d,0x37,0xe7,0x44,0x3f,0x36,0x50,0xc6,0xc8,0x7f,0x3a,0x6e,0xac,0x7e, + 0x2d,0xc2,0xf6,0xe8,0x6f,0x8f,0x13,0xb5,0xb0,0x48,0x45,0x6c,0x6c,0xe3,0xd7,0xf5, + 0xca,0x41,0x59,0x98,0xbb,0x20,0xfe,0xcb,0xcf,0x19,0x1d,0x5f,0x6f,0x4e,0x79,0xe3, + 0xef,0xc6,0x35,0x97,0x74,0xfc,0x47,0x69,0xed,0xff,0x28,0x7a,0x9c,0xc0,0x1,0x66, + 0x1d,0x3d,0x14,0xf0,0x2c,0xf7,0xc4,0x23,0x41,0xd7,0xab,0x1c,0xd,0xef,0xcd,0x6d, + 0x98,0x5b,0xdc,0xaf,0xab,0xe9,0xf5,0x83,0xc,0xca,0x7e,0xdd,0xfc,0xa0,0x4d,0xba, + 0xb9,0x9,0x4c,0x3d,0xb0,0xdc,0x2d,0x85,0x99,0x2,0xcd,0x81,0xb6,0x7e,0x5f,0xaf, + 0x1a,0x0,0xa7,0xcc,0x29,0x6b,0xdb,0x16,0x75,0x98,0x93,0x5d,0x83,0x18,0xc2,0xb, + 0x7a,0x31,0x66,0xd,0x92,0x63,0x7d,0x1d,0xd1,0x7d,0x13,0x32,0x52,0x3b,0x27,0x3d, + 0x4a,0x3b,0x46,0x84,0xe7,0xa6,0xa7,0xcd,0x98,0x1,0x79,0x65,0xc5,0x13,0xb8,0xe0, + 0xe9,0x7d,0x80,0xd5,0x14,0xec,0x9e,0x5c,0xad,0x26,0xde,0xdc,0x86,0xc7,0x7c,0x35, + 0x8c,0x6e,0xf7,0xc4,0x39,0x1,0x8c,0x1e,0x48,0xaf,0x53,0xa5,0xeb,0x23,0x50,0x5d, + 0xe8,0xb1,0x43,0xa,0x33,0x78,0xd4,0xe9,0x2a,0xca,0x28,0xef,0x9b,0x3,0xac,0xe1, + 0xb0,0x4a,0x2e,0x5e,0xf2,0x8e,0x18,0xfb,0x31,0xe3,0xf7,0xb7,0x63,0xea,0x40,0x44, + 0x63,0xce,0xf5,0xfb,0x7d,0x7,0xc6,0xce,0xc3,0xb1,0xc7,0x21,0x5a,0x7d,0x4f,0xc7, + 0x3d,0x1e,0x6b,0x8c,0x71,0x75,0x86,0xf,0xe,0x1d,0x3a,0x2b,0x0,0xe4,0x4e,0x3e, + 0x24,0x9f,0x7a,0xde,0x51,0x25,0x5,0xba,0xdd,0x95,0x90,0xc2,0xbe,0x7b,0x6a,0x21, + 0x6b,0x3d,0xc9,0xd4,0x81,0xba,0x39,0xa7,0x8d,0xd6,0xa1,0xc0,0xf3,0x3f,0x50,0xbb, + 0x67,0xd6,0xa4,0xd5,0xad,0x53,0x26,0x81,0xef,0x1f,0x12,0xc1,0x7c,0x39,0x48,0xaf, + 0x22,0x5f,0xcd,0x78,0xe0,0xb6,0x84,0xec,0x6e,0xae,0x49,0xde,0xce,0xad,0x97,0xc2, + 0x11,0x6f,0x31,0xfd,0xec,0x50,0x1d,0xb0,0x83,0x7f,0x22,0xce,0xcf,0x38,0xd9,0xd1, + 0xf6,0xa0,0xbe,0xbf,0xf7,0x82,0x36,0xf6,0x98,0xf6,0x35,0x62,0x3f,0xb3,0x96,0x7f, + 0xc6,0xe7,0x88,0xc7,0x1a,0xec,0xe0,0xd5,0xe5,0xbf,0x4a,0xa5,0xb7,0x6e,0xf6,0x34, + 0x14,0x33,0xd4,0x12,0x0,0x3a,0x7,0xaf,0xed,0x50,0xa8,0xa4,0x86,0xce,0x8,0x15, + 0x2b,0x69,0xee,0x7d,0x74,0x71,0xa1,0x6,0xe6,0x80,0xe0,0xf9,0x81,0x88,0x6f,0x36, + 0x3d,0xd7,0x54,0x43,0xc7,0x91,0x76,0xdc,0x24,0x82,0xbf,0x27,0x49,0x20,0x87,0x2, + 0x7,0x8,0x52,0x64,0x5c,0x73,0xb4,0x15,0x10,0xc9,0xf8,0x4b,0x33,0x36,0xac,0xce, + 0x89,0x72,0x71,0x81,0xb1,0x88,0xff,0xb,0xf6,0xf8,0xdb,0xaf,0xfa,0x6b,0x4c,0xf5, + 0xab,0xf3,0xf3,0x32,0x71,0x45,0x7d,0xe9,0x6f,0x4c,0xc5,0xd3,0x32,0x3,0x8f,0x1, + 0x22,0xdb,0xdf,0xd1,0x1e,0xc6,0x7e,0xfb,0xd,0x51,0xfa,0xf0,0xfe,0xb2,0x6a,0x0, + 0x9e,0xe9,0xfb,0x32,0x7c,0x40,0x5a,0xb,0x0,0x35,0x1c,0x9d,0x6f,0x1a,0xf6,0x58, + 0x5d,0xfe,0x5a,0xa0,0xb4,0x3e,0xe,0xc8,0xaf,0x71,0xd2,0xc5,0x85,0x6a,0xfd,0x3, + 0x78,0x1d,0x6a,0x74,0x6c,0xaf,0x9d,0x42,0x98,0x21,0x20,0x8b,0x91,0x1e,0x61,0x47, + 0x91,0xc2,0x97,0x26,0xd6,0xf1,0x65,0x46,0xd,0x20,0x83,0xb8,0xf9,0x77,0x2d,0x6f, + 0xfa,0xfb,0x67,0x44,0x7e,0xf8,0x21,0x8c,0x41,0xfc,0x33,0x31,0x6,0xf5,0x6b,0x8c, + 0xd5,0xad,0x3f,0xa6,0x8d,0x2d,0xc2,0x32,0x0,0x7f,0x6b,0x2c,0xaa,0x5f,0x3f,0x18, + 0xee,0xea,0xa,0x6f,0x2e,0x59,0x52,0x5e,0x93,0x78,0x79,0x5c,0x2d,0xa0,0xc6,0xf3, + 0x9f,0x99,0x7f,0xaa,0x2b,0x4a,0x74,0x1c,0x49,0x25,0x1,0xfc,0xd6,0x64,0x88,0x28, + 0x93,0x6d,0x22,0xed,0xdc,0x30,0x3,0x71,0xa1,0x98,0x7f,0xed,0x1c,0x0,0xdc,0x47, + 0xbc,0x11,0x20,0x86,0x7b,0xee,0xa9,0xa8,0xa2,0x7f,0x49,0x5c,0x40,0x5b,0x81,0xb, + 0x1,0x1d,0xa3,0x53,0x5b,0x53,0x62,0x51,0x10,0x1d,0xb1,0x3b,0x61,0xe1,0xf7,0xe2, + 0x8,0x3c,0xbe,0x44,0xfb,0x4,0x75,0x6b,0xf,0x6a,0x13,0xd6,0xf9,0x70,0xfc,0x8f, + 0x93,0x2d,0x3c,0xef,0xe2,0x8,0x63,0xa7,0x4f,0x83,0x5,0x41,0xfb,0x62,0x54,0x7c, + 0xde,0x4,0xf0,0x94,0x63,0x71,0x82,0x66,0x8e,0xe7,0x6a,0xa0,0x69,0x89,0x8c,0x9c, + 0xba,0x32,0x55,0x22,0xed,0xb8,0x5d,0x58,0xaf,0x3,0x34,0x98,0x13,0xcc,0xac,0x1b, + 0x60,0xe2,0x2f,0x84,0x16,0x3b,0x6b,0xe1,0xf6,0xdb,0x2a,0x58,0x4d,0x92,0x93,0x55, + 0xa4,0xcc,0x28,0xf7,0x9f,0x1,0x22,0x4a,0xc2,0x96,0x10,0x12,0xb6,0xe8,0x7e,0x76, + 0xf7,0xbb,0x31,0xd1,0xab,0x6f,0x6e,0xdd,0xc4,0x49,0x9a,0x39,0x83,0x8,0x1b,0x35, + 0xa,0x9e,0xfd,0x60,0x20,0x3c,0xeb,0xee,0xe,0xcf,0xf,0x1d,0x6,0xe3,0x26,0x7d, + 0x49,0xa4,0x7b,0x7b,0x2b,0xf3,0xc3,0x83,0x13,0xc4,0xb9,0x77,0x5c,0x10,0xef,0x56, + 0xa,0xa,0x98,0xb4,0x96,0x7f,0x19,0x80,0x6c,0x11,0x5,0x91,0xac,0x80,0xcd,0xf2, + 0xc4,0x41,0xea,0x1f,0x47,0x4d,0xb9,0x9e,0x7d,0x24,0x4f,0x1e,0x17,0x26,0x82,0x9d, + 0x3,0xf1,0x38,0x0,0xd3,0x27,0xb4,0xf3,0x51,0xc2,0xd7,0xfc,0xb0,0xcf,0x57,0xa, + 0xbd,0xa2,0xc4,0x30,0xad,0x92,0x28,0xbd,0x2d,0x4,0x9d,0x6b,0x9,0x31,0x5b,0x43, + 0x96,0xbd,0x72,0xf3,0x80,0xfe,0x6e,0xf0,0x49,0xa5,0x69,0x2d,0xa5,0xa,0x12,0xcb, + 0x45,0x23,0x54,0x25,0xf,0x26,0xcb,0x72,0xb3,0xe6,0xca,0xee,0xdd,0x9e,0xab,0x2e, + 0x2a,0x98,0xa4,0x88,0x8a,0xe8,0x4e,0x3d,0xc8,0xed,0x26,0x26,0x15,0x7f,0xcb,0x5c, + 0x12,0xe,0x45,0xd8,0x71,0x28,0x2a,0xf2,0x96,0x80,0x48,0x3d,0xf7,0x50,0x4d,0xec, + 0xcc,0x52,0x11,0x7b,0xb2,0x55,0xc4,0xb1,0x7c,0x55,0xd6,0x1d,0x21,0x15,0x85,0xfa, + 0x8a,0xa5,0x5c,0x12,0x5a,0x71,0x48,0xa3,0x7f,0xbf,0xad,0xc0,0x21,0x64,0x48,0x2f, + 0x50,0x9a,0xf3,0x29,0xd5,0x13,0x8f,0x11,0x52,0xd2,0xbf,0x65,0x9d,0xd,0x0,0xb8, + 0x3d,0x28,0x50,0xc3,0xae,0xc2,0xeb,0x5,0xe1,0xd8,0x73,0x12,0x9a,0x57,0xa3,0x84, + 0xfe,0x36,0xda,0x77,0xaf,0x0,0x4a,0xe4,0xc0,0x2c,0x87,0xf,0x3b,0x3f,0x94,0x0, + 0x8b,0x2a,0x12,0x4c,0xad,0xa6,0x40,0x57,0x1e,0x61,0xfc,0x56,0xc0,0xab,0x8c,0x2a, + 0xa,0x98,0x3e,0xd6,0x0,0xcf,0x84,0x52,0x79,0xe4,0xb6,0xc,0x29,0x67,0x7e,0x82, + 0x8c,0x9a,0x15,0x23,0xa7,0x56,0xa6,0x28,0x61,0x64,0xa1,0x82,0x2a,0x92,0x91,0xd9, + 0x95,0x4,0xec,0xaa,0x82,0x6d,0xb3,0xae,0x9d,0x11,0x2f,0xf,0x4a,0x54,0x80,0x9d, + 0x27,0x56,0xdf,0x5e,0x7a,0x59,0x80,0xf4,0xf6,0x1a,0xc8,0xd6,0xce,0xed,0xc4,0xf3, + 0xf8,0xb1,0x3e,0xdf,0xd5,0x5f,0x0,0x3f,0xc,0x12,0xc0,0xfd,0xb9,0x9a,0x2,0x2e, + 0xa1,0x5a,0x6,0x40,0xcd,0xa2,0x17,0x7d,0xcf,0x46,0xb4,0xd,0xb8,0x0,0x38,0x65, + 0xf2,0x54,0x89,0x1f,0x9f,0x14,0xab,0xd9,0xba,0x35,0xc4,0x7c,0x35,0x7a,0xeb,0x3f, + 0x31,0xe3,0x7d,0xed,0xfd,0x45,0xf0,0x8d,0x40,0x29,0xc,0xc8,0x96,0x96,0x73,0x81, + 0x6a,0xe9,0x8b,0xbe,0x6f,0x23,0xda,0x6,0xa8,0xed,0x9f,0xfc,0x25,0x5e,0x0,0x4d, + 0xe8,0x75,0x41,0xb5,0xdf,0x12,0xf2,0x55,0x68,0xd7,0x7f,0xd3,0xad,0x3b,0x5e,0x3f, + 0xbe,0xf7,0x9f,0xdd,0x52,0x78,0xa8,0x94,0x38,0x5b,0x25,0x21,0x5f,0xf4,0xad,0x1b, + 0xd1,0x6,0xb8,0x58,0x42,0x24,0x58,0xef,0x90,0xc1,0xf6,0x1b,0x54,0xb4,0xd,0xcf, + 0xc4,0x77,0xe0,0x38,0x1f,0x71,0xfd,0x9a,0x4e,0xba,0xf1,0x5c,0x24,0xb,0xf0,0x5c, + 0xdf,0xa5,0x97,0xa4,0x6a,0x8e,0x82,0x72,0x69,0xb9,0x74,0x23,0x5e,0x46,0xf0,0x80, + 0xc6,0x8a,0x7,0x35,0xf4,0x3c,0x5d,0x9f,0x4,0x45,0xdc,0x6b,0x58,0xc6,0xfb,0xd4, + 0x7f,0x1f,0x8a,0x99,0xe7,0xab,0xb7,0x76,0x2c,0x5d,0x1f,0x44,0x74,0xbe,0x83,0xaf, + 0x4,0x7e,0x7e,0xbc,0x1a,0x96,0x49,0x88,0xe7,0x8e,0x27,0x35,0xa2,0x6d,0x51,0x23, + 0x1,0xac,0x1a,0x25,0x70,0xab,0x54,0x52,0xee,0x5c,0xd,0x98,0x2a,0xd4,0xae,0xc5, + 0xcc,0x85,0xb2,0x69,0xa5,0x50,0xb9,0x42,0x77,0x1c,0xf,0x90,0x23,0x79,0x80,0xa0, + 0x63,0x32,0x97,0x45,0x48,0xe2,0xda,0xeb,0x78,0xa6,0xfb,0x7f,0x35,0x33,0xc6,0xa7, + 0x5b,0xff,0x13,0xeb,0x82,0x5b,0x4,0x28,0xd5,0x22,0x3d,0x40,0x6,0x4d,0x37,0x49, + 0xe0,0xa8,0x23,0xd5,0xb0,0x58,0x48,0x3c,0xdb,0x7,0xad,0x8c,0x68,0x73,0xf0,0x9, + 0x30,0xb8,0x48,0x44,0x46,0x1d,0xbd,0xad,0x2e,0x5f,0x7d,0x51,0x49,0xfd,0x1c,0x23, + 0x87,0xde,0x57,0x54,0xf0,0x72,0x95,0x86,0x53,0xa1,0x22,0x3d,0xab,0x29,0x8d,0x59, + 0x5,0xd0,0x58,0x94,0x42,0xd0,0xbd,0x4,0x80,0xae,0x5c,0xa,0x58,0xf2,0xb4,0x75, + 0x63,0xcf,0x75,0x65,0x9c,0xb9,0x3f,0x5e,0xbf,0x43,0x6f,0x1d,0xe1,0x6,0x6b,0xb, + 0x63,0x3b,0x40,0x48,0xaf,0x1,0xcd,0xc6,0xb1,0x3f,0x48,0x3e,0x4c,0x38,0x2b,0x80, + 0x55,0x52,0xf2,0xe4,0x8b,0x7e,0xee,0x7f,0x3b,0x4,0x14,0x60,0xe5,0x48,0x48,0xb7, + 0xd3,0xf9,0xa,0xd8,0x7f,0x2f,0xe2,0x87,0x6e,0xb7,0x84,0xf6,0x9b,0xaf,0x4a,0xd8, + 0x71,0xb3,0x1c,0xce,0x88,0x14,0xc3,0xa8,0x47,0x52,0xcf,0xbb,0x52,0xc0,0x2a,0x3, + 0x60,0x5a,0x49,0xa3,0x6f,0xd1,0x66,0xa,0xa8,0x4,0xfb,0xbd,0xb5,0x88,0x7f,0x86, + 0xf3,0x76,0xf4,0x7a,0xdf,0x28,0x69,0xd7,0x79,0xc6,0xb1,0x3c,0x26,0xf8,0x5b,0x3, + 0x38,0xa6,0x77,0x93,0x6,0xd9,0x1,0x12,0xe8,0x9b,0x22,0x29,0x2d,0x15,0x1b,0xbf, + 0x1f,0xfa,0xa2,0x51,0xa6,0x1,0x63,0x83,0xee,0x2a,0x6b,0xba,0x6c,0x11,0x33,0xdf, + 0x84,0xc3,0x76,0x1b,0xfe,0xf5,0xc3,0x75,0x41,0xcb,0x99,0xbf,0x2,0x7a,0x9c,0x12, + 0x12,0x57,0xaa,0x89,0xa5,0xe5,0x24,0xc0,0x3e,0xdb,0x6,0x3e,0xe2,0xa,0xd,0xf0, + 0xe,0xc8,0xac,0x85,0x1d,0xb6,0xe8,0xc6,0xf2,0xe4,0x48,0xf,0x44,0xed,0x9c,0xb6, + 0xff,0x98,0xf5,0x85,0x71,0x4c,0x7,0xad,0x17,0x6c,0x91,0x43,0xb7,0x20,0x21,0xcc, + 0xa8,0x26,0x8e,0x16,0xb,0x8d,0xbe,0xfd,0x17,0x9,0x3e,0x80,0x66,0x77,0x45,0x64, + 0xe1,0x7,0x41,0xfa,0xb1,0x76,0xa,0xad,0xae,0x2e,0x65,0xbe,0xd5,0x80,0xd7,0x71, + 0x43,0x75,0x2,0xaf,0xdb,0xbd,0xf2,0xaa,0x9c,0x2a,0xd3,0x50,0x83,0x35,0x6a,0x65, + 0x83,0xb9,0x58,0x1c,0x0,0xcd,0x4b,0x95,0xe4,0xce,0x9f,0x92,0x24,0xca,0xe,0xdb, + 0x74,0xe7,0x91,0xda,0xb5,0xff,0x98,0xf5,0x9d,0xf0,0x7a,0x9e,0xac,0xcd,0x2,0xe8, + 0x78,0x48,0x8,0xaf,0x94,0xaa,0x72,0xf8,0x24,0x78,0xaa,0x35,0x4,0x8c,0x68,0x3b, + 0xf0,0x49,0x48,0xc7,0x70,0x72,0x49,0xd8,0xf9,0xcc,0x43,0x42,0xd9,0x71,0xab,0x2e, + 0x16,0x5f,0x46,0x8f,0xc5,0xd2,0xeb,0xb3,0xd3,0xdc,0x69,0xf5,0xf7,0x8d,0x4a,0x5a, + 0x16,0xbc,0x7f,0x2,0xaf,0xc9,0xa7,0x8e,0x11,0x29,0x15,0x4d,0xc6,0x62,0x95,0x50, + 0xd1,0x9d,0xaf,0x51,0x4e,0x38,0x78,0x57,0x9e,0xf7,0x7e,0x90,0x8,0xbe,0x81,0xca, + 0xc4,0xdf,0x9a,0x60,0x23,0x9d,0xcf,0xc,0xa5,0xff,0xec,0xe6,0xc0,0x79,0x71,0xb5, + 0xc4,0x8d,0xa,0x22,0x58,0xa2,0x1,0xdd,0x80,0xa4,0xfc,0xa9,0xe3,0x8,0x8d,0x68, + 0x1b,0x20,0xfe,0xe9,0x6f,0x2b,0x14,0xc9,0x41,0xe7,0x1d,0x59,0xa4,0xd2,0xc,0xaf, + 0xf5,0x5d,0x37,0x7,0x4b,0xa6,0xfd,0xd6,0x83,0x2e,0x26,0x83,0x99,0xa3,0x85,0xd7, + 0x72,0x75,0x38,0x28,0x86,0x77,0xf8,0xea,0x3d,0xcd,0x95,0x5d,0xa6,0x81,0x9d,0x73, + 0x6a,0xc9,0x15,0x51,0xf7,0x15,0xa9,0xfb,0xb3,0x94,0xca,0x80,0x5b,0xa,0xe5,0xe9, + 0x2,0x99,0xf2,0x4e,0x2d,0x21,0x2e,0x57,0x3,0x2f,0x8e,0x86,0x91,0xf9,0x50,0x52, + 0xfe,0x37,0x3c,0xa9,0x11,0xcd,0xa1,0x14,0x71,0x75,0xba,0x90,0x50,0xbe,0x81,0xe7, + 0x5b,0x6e,0x50,0x6b,0x63,0x32,0xf1,0x37,0x82,0x85,0xf5,0xeb,0xf6,0xd1,0x75,0x42, + 0x4d,0xf7,0xdd,0xc3,0x4e,0x4a,0x60,0x81,0x8c,0xda,0x67,0xa8,0x2c,0xe,0x84,0xac, + 0x6a,0x48,0x75,0xe6,0x2,0x66,0x8c,0x8f,0x83,0xaa,0x14,0x4f,0x4e,0x99,0xaa,0x49, + 0x99,0xd,0x47,0x43,0x99,0x54,0x93,0xc0,0x94,0x67,0x1c,0xcb,0x7f,0xa9,0x50,0x4d, + 0xc1,0xce,0xb9,0x52,0x52,0x3d,0xe4,0x8,0x9f,0xb1,0xd7,0x37,0x69,0x65,0x3e,0x6d, + 0xb7,0x2b,0xeb,0xfd,0x37,0xe8,0x6f,0x13,0xd4,0x2f,0x78,0x5f,0x55,0x40,0x2e,0x80, + 0x6,0xfd,0xf6,0xd5,0x10,0xb2,0xb9,0x10,0x2c,0xe7,0x41,0x60,0xad,0xbf,0x9d,0x4, + 0x12,0x8b,0xda,0x67,0x8c,0x1d,0x34,0xe2,0xaf,0x5,0xea,0xff,0x4d,0x6a,0x48,0xb0, + 0xfb,0xec,0x7d,0x99,0xf0,0xf5,0x0,0x9,0xe3,0xb7,0xc7,0xba,0xff,0x46,0xad,0xef, + 0xc6,0x47,0x4a,0x27,0xbc,0x3e,0xdf,0x67,0x67,0x44,0xb0,0x44,0x4e,0x5c,0x12,0x41, + 0xf0,0x54,0xf3,0xb0,0x6b,0x1,0xec,0x51,0xb,0xe1,0xb4,0xbf,0xea,0x19,0x8c,0x78, + 0x3e,0x70,0x29,0xc8,0x2a,0x57,0x51,0x2e,0xe1,0x8f,0x24,0x54,0xff,0x63,0x5c,0xd8, + 0x7e,0xab,0xb6,0x1e,0xa0,0x7e,0xc0,0xd4,0x9f,0xf,0xff,0xb3,0x4d,0x8,0x27,0x85, + 0x2a,0x94,0x37,0x85,0x54,0xb2,0x1a,0xc8,0xad,0x55,0xd0,0x70,0x3c,0x60,0x39,0x6a, + 0xff,0xe5,0x0,0x8c,0x46,0xb6,0xe1,0x84,0x1a,0x0,0xc6,0xf2,0x5f,0xd1,0xef,0x36, + 0xbc,0x8a,0xa8,0xa5,0xe7,0x55,0x83,0xa1,0x79,0x52,0x4d,0xf0,0x91,0xfb,0x92,0x9a, + 0xdf,0xae,0x4a,0xa9,0xc5,0x49,0x12,0xb5,0x5f,0xba,0xb8,0x26,0xbd,0x5c,0x5,0x1f, + 0x48,0xc0,0x9c,0x42,0x2,0xb0,0x49,0x20,0x7a,0x22,0xa7,0x78,0xed,0x58,0x5c,0x7, + 0xaa,0xe8,0x7e,0xe0,0xd5,0x5b,0xb3,0xfd,0xdf,0x0,0x39,0x0,0x2c,0x5,0x84,0x9d, + 0x95,0x0,0xd8,0x69,0x28,0xe0,0x2e,0xa5,0xc0,0x12,0x11,0x5,0xe6,0xbc,0xe8,0xfb, + 0x32,0xe2,0xef,0x81,0x18,0x52,0x26,0x42,0x48,0x4e,0x15,0x42,0x6a,0xa1,0x1c,0x90, + 0x63,0x55,0x40,0xed,0x6,0x8d,0xeb,0xf6,0xfd,0xab,0xa0,0x80,0x78,0xad,0x4e,0x60, + 0x23,0x82,0xd0,0x46,0x62,0xfc,0x9e,0xfb,0xbf,0x2,0x5c,0x0,0x3a,0xb,0x0,0x1c, + 0xdc,0xf2,0x91,0x46,0xbc,0x8a,0xe0,0x1,0x68,0x82,0xda,0xbb,0x71,0x2c,0xce,0x8, + 0x23,0x8c,0x30,0xc2,0x8,0x23,0x58,0xf8,0x9b,0x76,0x4f,0xb,0x75,0xa3,0xbc,0xb8, + 0x61,0x56,0xd5,0x3e,0x3,0x6e,0xec,0x95,0x91,0xc5,0x11,0xad,0x6d,0x87,0xf,0x15, + 0x67,0x64,0x40,0xb,0xf,0x94,0xe7,0x8c,0x18,0xfe,0x1b,0xca,0x4b,0xa5,0x19,0x70, + 0x4,0x9d,0x3f,0xbc,0x16,0xef,0xe7,0x48,0x33,0x80,0x37,0xce,0x67,0x3c,0xa2,0x8b, + 0xe6,0x88,0x33,0xc0,0x5a,0x3a,0xaf,0xa2,0xf3,0x59,0xea,0x26,0x79,0xe8,0xd1,0x28, + 0x6f,0xc5,0xe4,0x59,0x43,0xe8,0x7c,0x8a,0xc7,0x3a,0xed,0xfe,0xc1,0xcc,0xfe,0x40, + 0xa8,0xcd,0xaf,0x64,0xf2,0xa8,0x80,0x8c,0xc,0x4e,0x6,0x9,0x56,0x52,0x74,0x9e, + 0x83,0xf2,0x69,0x19,0x19,0xa4,0xf7,0xca,0x35,0x4c,0x1e,0xac,0xcd,0xd8,0x9d,0x95, + 0x1,0x86,0xab,0x87,0x30,0x79,0xd6,0x5a,0xbf,0xfd,0x9d,0x59,0x1e,0xed,0xd4,0xeb, + 0x21,0x14,0xa2,0x7c,0x39,0x84,0xc9,0x1e,0x19,0x30,0x83,0xc8,0xa0,0xef,0x9f,0x43, + 0x3f,0x78,0x6,0xf3,0xfc,0x8d,0xf3,0xd2,0xf2,0x8c,0x2c,0x3a,0xa3,0xcd,0xab,0x3a, + 0xa6,0xf4,0x82,0xd0,0xaf,0x2e,0x4f,0xf6,0xc2,0xff,0x67,0x3d,0x3d,0xf,0x2f,0x14, + 0xc2,0x86,0x59,0xd2,0xa3,0x61,0x5e,0xd4,0xa5,0x61,0xbe,0xa4,0x63,0xa3,0x7c,0xfb, + 0x86,0xf9,0x94,0x6,0xf9,0x92,0x46,0xf9,0x14,0x8f,0x86,0xf9,0x75,0xbd,0x1a,0x9e, + 0xcf,0x7a,0xbd,0x61,0xf9,0xac,0x8e,0xd,0xae,0xf,0x58,0x1d,0x1b,0xdc,0x1f,0xca, + 0x37,0xb8,0x78,0xe3,0x3c,0x6c,0x92,0x6f,0xf4,0x34,0xeb,0x1a,0xe5,0x31,0xa1,0xfa, + 0x10,0x35,0x7a,0x3b,0x2d,0x20,0xa3,0x61,0x16,0xe0,0x36,0xc9,0xaa,0x2f,0x52,0xc5, + 0x5a,0x8b,0xb6,0xb5,0xd7,0xcb,0x7b,0x40,0x52,0x2f,0x2f,0x42,0xc7,0xaa,0xf4,0x1a, + 0x72,0x9,0xca,0x8b,0x1a,0xe4,0xbb,0xa0,0x84,0xa,0x69,0x98,0xf7,0x68,0x2e,0x9f, + 0xd2,0x20,0xdf,0xab,0x41,0x5e,0xd4,0x28,0x8f,0xef,0x47,0x3f,0x4f,0xa2,0x4b,0xe9, + 0xe7,0x41,0x3b,0x48,0xe7,0xf5,0xdf,0x12,0xba,0xde,0x20,0xfd,0xb7,0x8c,0xf2,0xde, + 0xac,0x76,0xf5,0x79,0x74,0xff,0xa4,0x7e,0x5e,0x85,0xf3,0x7a,0xb2,0xa,0x3d,0x7f, + 0xfd,0x23,0x83,0x41,0x98,0x32,0x55,0xdd,0x23,0x8a,0x3a,0xe2,0x2a,0x52,0x9f,0x4f, + 0x69,0xa7,0x2d,0x42,0x9b,0x5f,0xc7,0xd2,0x5e,0x42,0x9b,0x67,0xfe,0x50,0x3d,0x29, + 0xf,0x98,0x67,0xa9,0xbb,0xfe,0x13,0xf2,0x40,0x77,0xbf,0x1a,0x16,0xab,0x97,0x9a, + 0xa8,0xaf,0x45,0x28,0xef,0x41,0x76,0xa9,0xaf,0x35,0xf8,0xf8,0x12,0x74,0x6c,0x89, + 0x47,0x7d,0x3e,0xa5,0x9e,0x1e,0xfa,0xfa,0x7a,0xaf,0xf,0xe7,0xd1,0x21,0xbd,0xea, + 0xf3,0xeb,0xda,0x35,0xcc,0xcf,0x6d,0x8f,0xee,0x5,0x15,0xbe,0x5e,0xf7,0xb2,0xba, + 0xd0,0x79,0x50,0x5f,0x26,0x7a,0x96,0x8e,0xe8,0x86,0x7b,0x35,0xc8,0xab,0x1a,0xe5, + 0x45,0xac,0xce,0x8d,0xf2,0x5d,0x1a,0xe4,0x4b,0xea,0x9,0x23,0x9b,0xe6,0xbb,0xe8, + 0xe7,0x41,0xa3,0xfd,0xf4,0xfd,0x8a,0xf4,0x8,0xc7,0xcf,0xa7,0x57,0x3e,0x58,0x87, + 0xee,0x55,0xa4,0xf7,0x4c,0x29,0x2c,0x5c,0x68,0xfd,0x3b,0x50,0xb5,0x87,0xfa,0xcf, + 0x3,0x9,0xfc,0x9f,0x5e,0xfd,0x68,0x5,0xc8,0x46,0x8d,0x5a,0xd4,0x48,0x4,0x95, + 0x34,0x2a,0x2e,0x85,0xd5,0x52,0x7e,0x6d,0x33,0x79,0x51,0x43,0x4a,0x61,0x49,0xaf, + 0x86,0xe7,0xa7,0x74,0x29,0x69,0x90,0x5f,0xd7,0xb1,0xe1,0xf5,0xd7,0xb5,0x57,0x35, + 0x14,0x79,0xed,0x41,0x97,0x86,0xf9,0x86,0x77,0xb3,0xae,0x63,0xf3,0xf9,0x92,0x46, + 0x22,0x4b,0xe4,0x1,0x5f,0xe,0xfc,0x3f,0x48,0xdd,0xff,0xa6, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????1.png + 0x0,0x0,0x13,0xdd, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xaf,0xc8,0x37,0x5,0x8a,0xe9, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdb,0xa,0x11,0x0,0x17,0x1c,0x7,0xba,0xb6, + 0xce,0x0,0x0,0x11,0x55,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9a,0x79,0x90,0x1d, + 0xd5,0x75,0xc6,0x7f,0xe7,0xf6,0xf2,0xde,0xbc,0xd9,0xde,0x2c,0x1a,0x8d,0x96,0xd1, + 0x8e,0x30,0x8b,0x1,0x21,0x56,0x83,0xb1,0x8d,0x71,0x5c,0x65,0x6c,0x53,0x36,0xb1, + 0x21,0x5e,0x30,0x89,0xe3,0x25,0x71,0x6c,0x12,0xc7,0xe5,0x24,0x54,0x39,0x65,0x4c, + 0xa5,0x9c,0x54,0xca,0x98,0x55,0x58,0x26,0x18,0x43,0x8c,0x13,0xc2,0x26,0xc0,0xd8, + 0x60,0xe2,0x80,0xb0,0x76,0x90,0xd0,0x36,0x92,0xd0,0x82,0x56,0x34,0xd2,0x48,0xb3, + 0x2f,0xaf,0xfb,0x75,0xf7,0x3d,0xf9,0xa3,0xdf,0x13,0x23,0x59,0x83,0x66,0xa4,0xc1, + 0x72,0x2a,0xfa,0xaa,0xba,0x6e,0x57,0x4d,0xcf,0xeb,0xfe,0xbe,0xb3,0xdc,0x73,0xcf, + 0xbd,0x70,0xa,0xa7,0x70,0xa,0xa7,0xf0,0xff,0x18,0xce,0x68,0x1e,0xfe,0x8c,0x6b, + 0xb8,0xa9,0x65,0x32,0x7f,0xe4,0x7b,0xc8,0x60,0x81,0x2d,0x27,0xfb,0xeb,0x47,0x88, + 0xe9,0x46,0xf8,0xac,0xeb,0x70,0xb5,0xeb,0xb0,0xd5,0x2a,0xbd,0xa3,0xfd,0x81,0xce, + 0x4f,0x5c,0x83,0xaa,0x2,0xb8,0xef,0x87,0xea,0x33,0xa1,0x1a,0xf0,0x0,0x1,0x68, + 0xc8,0xe7,0x4f,0x36,0xc7,0xc3,0x70,0x8b,0xe7,0xb0,0x3a,0xe3,0xa1,0xd3,0x5a,0xca, + 0xdf,0xed,0x0,0x3e,0xe0,0x1b,0x23,0x6e,0xf9,0xbb,0x19,0x7a,0x73,0x34,0x14,0xdf, + 0x7b,0x19,0xde,0xcb,0x8b,0xf8,0xf2,0xc4,0x9,0xd,0xef,0xbb,0xfc,0xf2,0xb,0xa6, + 0x4e,0x99,0xf2,0xc9,0xf1,0x53,0xa7,0xcc,0xe,0x7a,0x7b,0x8b,0x5b,0xd7,0xac,0x59, + 0xbd,0x7e,0xdb,0x1b,0xcf,0x3d,0xb1,0xea,0xb5,0xd6,0xd5,0xd0,0x9,0x24,0xd,0x15, + 0x15,0xda,0x51,0x28,0x9c,0x14,0xd2,0xe7,0x18,0xc3,0x43,0xae,0xe1,0xdc,0xb3,0xcf, + 0x46,0x56,0xad,0xf6,0xbf,0x2,0xe3,0xa6,0x57,0xe6,0xa6,0xe7,0xeb,0xea,0xce,0xaf, + 0xa9,0xaa,0x3a,0xdb,0x83,0xda,0xae,0xdd,0xbb,0xa3,0xd6,0xa0,0x70,0xff,0x1d,0x89, + 0x2e,0x2,0x62,0x40,0x8f,0x2a,0x80,0xaa,0xc2,0xab,0xcb,0xf9,0xc0,0x85,0x97,0x54, + 0x7e,0xf5,0xd3,0x9f,0xba,0xfa,0xbc,0xf7,0xbf,0xff,0x6b,0xcd,0x53,0x26,0xcf,0xa9, + 0xc8,0xf8,0xd5,0xae,0x28,0x1a,0x4,0x84,0xdd,0xdd,0xf4,0xb6,0xb7,0x77,0xec,0xd8, + 0xb0,0x69,0xf5,0x92,0x55,0x6b,0x7e,0xf2,0xe0,0x6b,0x6b,0x5e,0x5c,0xab,0xf6,0x0, + 0x90,0x9c,0xe1,0xfb,0xba,0xb1,0x58,0xfc,0xbd,0x10,0xff,0x84,0x81,0xfb,0x7d,0x9f, + 0xfa,0xa0,0x28,0x9f,0x87,0xc6,0x39,0xd5,0x55,0x73,0x27,0x8f,0x1b,0x77,0xfd,0xa4, + 0xd3,0x4f,0x9f,0xdb,0x30,0xe7,0xbc,0xc9,0xb9,0xf1,0xcd,0x35,0x51,0x50,0x30,0xdb, + 0x5e,0xf8,0xef,0xde,0x45,0x4b,0x97,0x3e,0xf1,0xec,0xc0,0xe0,0xbc,0x95,0xd0,0xa, + 0x14,0x8e,0x2a,0x40,0xc9,0x65,0xf8,0x87,0xe9,0xd3,0x26,0x7d,0xfc,0x73,0x9f,0xfb, + 0xde,0xbb,0xde,0x73,0xe9,0xa7,0x6b,0xea,0xf3,0x55,0x4e,0x12,0xa3,0x61,0x0,0x61, + 0x90,0x8e,0xc5,0x10,0x9,0x3,0xa2,0xbe,0x5e,0xba,0xdb,0xf6,0xf7,0xbf,0xbe,0x6e, + 0xe3,0xb2,0x5f,0xbf,0xb6,0xf6,0xee,0xef,0xef,0xdc,0xfd,0x72,0x2,0xbd,0xc6,0x71, + 0xac,0x4d,0x12,0x7d,0xa7,0x88,0x5f,0x69,0xe0,0x17,0xbe,0x47,0x2e,0x88,0xcc,0x4d, + 0xd0,0x72,0x76,0x43,0xfd,0x27,0xa7,0x4f,0x9d,0x7a,0xdd,0x84,0xb,0xe6,0x9e,0x59, + 0x33,0x7d,0x7a,0x75,0x45,0x73,0x33,0x71,0x9c,0xb0,0x73,0xd9,0xb2,0xfe,0x45,0x4b, + 0x96,0xfc,0xf6,0x99,0x2d,0x5b,0x17,0xbc,0x14,0xc7,0x2b,0x80,0x3d,0x6,0x7a,0x2c, + 0x44,0x70,0x94,0x10,0xd0,0x9b,0xfe,0x8a,0xbf,0x7d,0xea,0x99,0xc6,0x1b,0xbe,0xf6, + 0xb5,0xf9,0xb3,0x2f,0xbd,0xf8,0x93,0x15,0x15,0x19,0x34,0xc,0x61,0x28,0xf9,0x30, + 0x80,0xb0,0x0,0x41,0x69,0xc,0xb,0x14,0x7b,0x7a,0xd9,0xb7,0x73,0x4f,0xe7,0x8a, + 0xd5,0x1b,0x1f,0x7f,0x78,0xd3,0xb6,0xbb,0x9f,0xe,0x83,0xcd,0x40,0x38,0xd1,0x18, + 0xdd,0x6b,0xed,0x98,0x92,0xef,0xf2,0x5d,0xea,0x8a,0xb1,0xdc,0x4,0x2d,0xe7,0xd4, + 0xd7,0x7d,0x61,0xd6,0xcc,0x99,0xd7,0x8f,0x3f,0xe7,0xdd,0xb3,0xab,0x5b,0x5a,0x5c, + 0xaf,0xbe,0x9e,0x24,0x49,0x68,0x5b,0xdf,0x1a,0x2e,0x5f,0xba,0x74,0xd5,0x33,0x5b, + 0xb6,0x3c,0xfe,0x42,0x14,0x2f,0x8b,0x60,0x17,0xd0,0x25,0x10,0x28,0x24,0x80,0x1e, + 0x5d,0x0,0x55,0x9e,0xfc,0xcc,0x9f,0xfc,0xe5,0x55,0x5f,0xfa,0xe2,0x1d,0xd5,0xf9, + 0x5a,0x57,0xc3,0x2,0x84,0xe1,0x10,0xe2,0x65,0xf2,0x5,0xb4,0x34,0x12,0xc,0xa2, + 0x41,0x1,0xa,0x3,0xf4,0x1f,0xe8,0x64,0xd3,0xa6,0x1d,0x6b,0x7e,0xb9,0x79,0xe7, + 0xbf,0xdc,0xda,0xd5,0xf3,0x1c,0xd0,0x5b,0x2b,0x92,0xf4,0xe8,0x89,0x3b,0xc3,0x42, + 0xd7,0x70,0xc5,0x95,0xef,0xe3,0xc6,0x5f,0xbf,0x38,0xee,0xb2,0xea,0xaa,0xeb,0x67, + 0x4d,0x9d,0xfa,0xa5,0x9,0x67,0x9c,0x71,0x66,0xe5,0xa4,0x49,0x8e,0x5b,0x5b,0x3, + 0xc6,0xd0,0xbd,0xb7,0xcd,0xae,0x5a,0xb6,0x6c,0xf3,0xb3,0x5b,0xb6,0x3c,0xfa,0xcb, + 0xc1,0xc2,0xc2,0x1e,0x78,0x3,0xe8,0x10,0x28,0x68,0x29,0xee,0x87,0xfe,0xa6,0x7b, + 0xe4,0x4b,0x44,0x44,0x1e,0xfb,0xd4,0x1f,0xe7,0x89,0x8a,0xe,0x51,0x11,0x8a,0x45, + 0x34,0xa,0xa1,0x7c,0x15,0x3,0xb4,0x98,0x8e,0x65,0x31,0xf4,0x90,0x8,0x83,0x54, + 0x79,0x96,0xf3,0xa6,0xe6,0xcf,0x6d,0x24,0xb8,0xbb,0x65,0xb3,0xfd,0xb7,0xdb,0xbb, + 0xfa,0xee,0xdd,0xa0,0xfa,0xa6,0xb,0x71,0x7c,0xc4,0xcb,0x47,0x8a,0x4f,0x1b,0xe1, + 0x91,0x8a,0x2c,0xe7,0xf,0x14,0x2a,0x6e,0x58,0xb8,0xf8,0x83,0xd7,0xb5,0x4c,0xfa, + 0xd6,0xe4,0xd9,0xa7,0x5d,0x5a,0x3d,0x71,0x92,0xef,0x54,0xd7,0x20,0x2,0x83,0xfb, + 0xf6,0xb1,0x79,0xcd,0xda,0xf6,0xe7,0x5f,0x7f,0x7d,0xc1,0x82,0xae,0xee,0x5f,0xed, + 0x84,0xd,0xc0,0x1,0x60,0x0,0x88,0x74,0x98,0x77,0x1f,0xad,0xe,0x10,0xdb,0xd3, + 0xb3,0xb7,0xc9,0xda,0x96,0x7c,0x4d,0xf5,0x69,0xd9,0x8c,0x67,0x24,0x2e,0xbe,0x15, + 0x2,0xc5,0xb0,0xe4,0xf6,0x6f,0xb9,0x3f,0x41,0x1,0xd,0x6,0x21,0x18,0x84,0xc2, + 0x0,0xa6,0x58,0xa0,0xd6,0x89,0x2b,0x5a,0x9c,0xf8,0xe2,0xd9,0x41,0x3c,0x6b,0xb0, + 0x68,0x5f,0xdf,0x54,0x9a,0x29,0xde,0x6d,0x84,0xf6,0x51,0xc8,0xd0,0x9f,0x71,0xf9, + 0x6c,0x6c,0x25,0x4e,0x92,0x33,0xae,0xad,0xad,0xf9,0xa7,0x77,0xcf,0x98,0x7e,0xf3, + 0xa4,0x99,0x33,0xde,0x55,0x51,0x57,0xef,0xe0,0x79,0x68,0x9c,0xb0,0x6f,0xeb,0xd6, + 0xe2,0xb,0x8b,0x17,0x2f,0xbc,0x77,0xe3,0xa6,0x3b,0x1f,0xf,0x82,0xa7,0x7a,0x52, + 0xf2,0xed,0xc0,0x20,0xa9,0xd5,0x87,0xc5,0xef,0x8,0xd0,0x58,0x59,0xc9,0xab,0x1d, + 0x1d,0x3,0x2b,0x57,0xae,0x7a,0xd5,0x1c,0x3c,0x78,0x20,0x17,0x84,0xd3,0xaa,0xb2, + 0x7e,0xde,0x13,0x44,0xa2,0x30,0x75,0xf9,0xb2,0xe5,0x8f,0x24,0x1f,0xc,0xa2,0xc1, + 0x0,0x14,0x6,0xd0,0xc2,0x0,0x19,0x62,0xd3,0xec,0xcb,0xe9,0xd3,0x62,0x3d,0x3f, + 0x5b,0xb4,0xdb,0x57,0x29,0x6d,0xed,0x4a,0x52,0x2f,0xe8,0xb1,0x26,0xcb,0xbf,0xf6, + 0x1c,0x96,0x56,0x56,0x70,0xed,0x60,0x58,0xf3,0xcd,0xac,0x7f,0xe3,0x5,0x8d,0x8d, + 0xb7,0x4f,0x9b,0xd2,0x72,0x55,0x75,0x43,0x43,0xd6,0x78,0x3e,0x88,0x21,0x1c,0x1c, + 0x64,0xc3,0xba,0x75,0xfb,0x1e,0x5e,0xb7,0xee,0xfe,0x7b,0xba,0xba,0x7f,0xf2,0x6, + 0xac,0x0,0xde,0x14,0xe8,0x25,0x4d,0x72,0xc7,0x94,0xfa,0x77,0x4,0x18,0x8c,0x22, + 0x7c,0xc7,0xb1,0xfb,0xad,0xed,0xfd,0xf5,0xce,0x5d,0xeb,0x76,0x6c,0xd8,0xb4,0x2c, + 0x6a,0xdb,0xd7,0x5f,0x51,0x28,0xb4,0x54,0xf9,0x6e,0xb5,0x47,0x92,0x86,0x41,0x30, + 0x78,0x28,0xfe,0xf,0x27,0x3f,0x88,0x16,0x6,0x49,0x82,0x80,0xa4,0x98,0x60,0x50, + 0x1a,0x3d,0x99,0x38,0xd9,0xea,0xa5,0xf5,0x91,0xb6,0x2d,0x55,0xdd,0x51,0x80,0xa8, + 0x49,0x44,0x7,0x86,0xf9,0xa8,0xad,0x19,0x8f,0xcf,0x14,0x63,0x21,0x49,0xce,0xf9, + 0x70,0x2e,0x7b,0xdb,0xe9,0xd,0xd,0x5f,0x6f,0x68,0xa8,0x6f,0x76,0x33,0x59,0x10, + 0x3,0x22,0xf4,0x76,0x75,0xe9,0xe2,0xd6,0xd6,0x55,0xf7,0xee,0xdc,0x79,0xfb,0xd3, + 0x51,0xfc,0x4c,0x11,0xb6,0x8,0x74,0x0,0x21,0x30,0xe2,0xac,0x7b,0xd4,0x52,0x38, + 0x51,0xc5,0x15,0xac,0x85,0x70,0x5b,0x10,0xb4,0x3d,0xbb,0x6b,0xf7,0xca,0x7d,0x5b, + 0xb7,0xaf,0x28,0xb6,0xb5,0x17,0x2b,0x6,0xb,0x2d,0x95,0xae,0xe4,0x5c,0x1b,0x43, + 0x98,0x92,0x4d,0xc5,0x18,0x48,0xef,0xb,0x85,0x12,0xf9,0x88,0x24,0x4a,0x48,0x62, + 0xb,0xd6,0x52,0xeb,0x52,0x3f,0x51,0xb9,0x6c,0x42,0x42,0xc7,0xcb,0x56,0xb7,0xd, + 0x40,0x34,0x51,0x44,0xfb,0x86,0xbc,0xb7,0xc2,0x75,0x88,0x32,0x1e,0xd7,0x16,0xe3, + 0xca,0x6f,0x3b,0xce,0xe7,0xe7,0x64,0x33,0x77,0x4e,0xae,0xae,0xba,0xbc,0xa2,0xa2, + 0xc2,0xc3,0x38,0x20,0x6,0x45,0xd9,0xdf,0xde,0x1e,0xfe,0x72,0xdb,0xb6,0xa7,0xef, + 0xec,0xec,0xba,0xab,0x15,0x96,0x0,0x7b,0x4,0xfa,0x4a,0xd9,0x7d,0x54,0x18,0x76, + 0x2d,0x50,0x92,0x50,0x1d,0x88,0x15,0x6,0x37,0x5,0xc1,0x9e,0xa7,0xf7,0xee,0x5b, + 0xd1,0xb5,0xeb,0xcd,0x95,0xf1,0xbe,0x3,0x6e,0x65,0x10,0x4c,0xae,0x74,0x34,0xe3, + 0x24,0xe1,0xe1,0x56,0x2f,0x4,0x24,0x41,0x91,0x24,0xb2,0xd8,0xd8,0x62,0xe3,0xb2, + 0x8,0x4a,0x95,0x2b,0x55,0xcd,0xca,0xa5,0x53,0x2c,0x7d,0x2f,0x59,0x7d,0xbd,0xf, + 0x8a,0x65,0x11,0x56,0x64,0x7c,0xe6,0x5d,0x38,0x85,0x6f,0xef,0xea,0x9c,0xf9,0x31, + 0xc7,0xfc,0xf3,0x6c,0xdf,0xfd,0x56,0x9d,0xef,0x36,0x3b,0x8e,0x8b,0x96,0xac,0x6e, + 0xad,0xb2,0xb3,0xfd,0x40,0xf7,0x7f,0xed,0xdd,0xfb,0xc0,0xbc,0x42,0xf0,0xd3,0x2e, + 0x58,0x2b,0x69,0xac,0x7,0x23,0x71,0xf7,0x51,0x9,0x50,0x86,0x1e,0x2e,0xc4,0xc0, + 0xfa,0xb0,0xb8,0xf3,0xf9,0x83,0x9d,0x4b,0xfb,0xdb,0xe,0xae,0xd7,0xfd,0x1d,0xf9, + 0xea,0xa8,0x38,0x31,0x2b,0x89,0xab,0xc5,0x62,0x89,0x7c,0x88,0x8d,0x92,0xd4,0xfa, + 0x89,0x25,0x89,0x53,0x21,0x12,0xab,0xa8,0x55,0x72,0x46,0x72,0xe3,0x54,0x2f,0x9e, + 0xa2,0xd2,0x5b,0x12,0x21,0xd4,0xca,0xac,0x4e,0xe,0x22,0xb7,0xa6,0xad,0xe7,0xc3, + 0x17,0x18,0x99,0xd7,0xe2,0x3a,0x1f,0xa9,0x70,0x8c,0xa7,0xa,0xaa,0x82,0x88,0x10, + 0x5b,0xcb,0xc6,0xae,0xce,0x3d,0xf,0x76,0x76,0xde,0xf5,0xf3,0x38,0x79,0x2c,0x49, + 0x5d,0xbe,0x4b,0xe1,0x84,0x4a,0xce,0x11,0xaf,0x6,0x15,0x70,0xc1,0xa,0xc4,0x45, + 0xe8,0x5b,0x15,0x45,0xdb,0x96,0xf6,0xc,0x2c,0xe,0xf,0xf4,0x6c,0xf7,0x7b,0xa, + 0x93,0x2b,0xb1,0x8d,0x6e,0x12,0x8b,0x2d,0xc6,0x87,0x5c,0xdf,0xc6,0x49,0xea,0x5, + 0x56,0xb1,0x56,0x49,0x2c,0xa9,0x8,0x42,0x76,0x1c,0x5c,0xd4,0xa2,0xd2,0xfd,0xb2, + 0xea,0xa6,0x15,0xd6,0x56,0xde,0x6c,0xf8,0x9b,0x33,0x85,0xef,0x37,0x1a,0x33,0xcb, + 0x21,0x25,0x8e,0x2,0xaa,0x84,0xd6,0xf2,0x5a,0x7f,0xff,0x86,0xfb,0x6,0x6,0x6e, + 0x7b,0xc1,0xea,0x73,0xc0,0xe,0x81,0x5e,0x3d,0x46,0x86,0x1f,0x53,0x1,0x20,0xd, + 0xb,0x5,0x4c,0x2a,0x44,0xd4,0x3,0xdd,0x8b,0x63,0xbb,0x71,0x4b,0x7f,0xb0,0x44, + 0x7b,0x83,0xbe,0x5c,0x10,0xcf,0xc8,0x9,0x55,0x58,0x25,0x49,0x4a,0x21,0x90,0xe8, + 0x21,0x1,0xd4,0x72,0x68,0xac,0x80,0x6c,0x83,0x32,0x77,0x2a,0xc2,0x7,0x85,0xaf, + 0xcc,0x12,0xfe,0xbc,0xa,0xad,0x46,0x65,0x88,0x2f,0xb,0x83,0xd6,0xea,0xf2,0x30, + 0x5c,0x36,0xaf,0x18,0xfd,0x70,0x95,0xea,0x42,0xe0,0x4d,0xd2,0xb9,0x7d,0x4c,0xca, + 0x4b,0x39,0x91,0x7f,0x76,0x80,0x4,0xc,0xe9,0xd2,0xb8,0xee,0x7a,0x23,0x97,0x5c, + 0x9d,0x75,0xbf,0x7a,0x4e,0xce,0xf9,0x40,0x8d,0x8b,0x8f,0xb5,0x87,0xac,0x6e,0x87, + 0x90,0xb7,0x9a,0x8e,0x89,0x2a,0xbd,0x9,0xc5,0x2c,0xea,0xbb,0xa,0xaa,0xa0,0x8, + 0x48,0x7a,0xf5,0x41,0xf2,0x5b,0xd5,0x17,0x7e,0x9c,0x24,0xf3,0xf7,0x28,0xaf,0x71, + 0x82,0xf1,0x7e,0xc2,0x1e,0x70,0x24,0xca,0xf9,0xc1,0x85,0xc4,0x42,0x61,0xbd,0xb2, + 0xeb,0x95,0xc8,0x2e,0x75,0x8b,0x76,0x6f,0x75,0x6c,0x67,0xe6,0x90,0x3a,0x51,0x4a, + 0x1e,0x90,0x96,0xd9,0xe5,0x51,0x4b,0xee,0xe4,0xa3,0x8e,0x29,0x93,0xd7,0xb7,0x16, + 0x63,0xdd,0x48,0xf4,0x82,0xea,0x93,0xf7,0x58,0xfb,0xa3,0xfd,0xca,0xea,0x52,0xb2, + 0xb,0xc7,0x92,0xfc,0x9,0xb,0x50,0x86,0x5,0x3c,0x50,0x3,0x71,0x37,0xf4,0xfc, + 0xd6,0x6a,0x6b,0x77,0xcc,0xca,0xa,0xab,0xd5,0xd5,0xca,0x74,0x1f,0x5c,0x55,0xde, + 0xb2,0x7e,0xe9,0x5e,0xcb,0xf7,0x43,0x88,0xab,0xc2,0x41,0x91,0xe0,0x57,0xc2,0x7f, + 0xdc,0x6b,0xed,0xfd,0xbd,0x4a,0xab,0xc0,0x41,0x1d,0x61,0x61,0x73,0x52,0x4,0x28, + 0x8b,0x60,0x49,0x13,0xa5,0x85,0x70,0x33,0xec,0x5d,0x91,0xb0,0x3c,0x6b,0x69,0xab, + 0x51,0x66,0xe7,0x20,0x2f,0x25,0xb2,0x76,0x8,0x71,0xf4,0x2d,0x21,0x0,0xda,0x45, + 0x82,0x27,0x45,0x1e,0xba,0xcf,0xda,0x7,0x43,0xd8,0x28,0xd0,0x59,0x22,0xff,0x8e, + 0x60,0xcc,0x4,0x18,0x2a,0x4,0xa5,0xb0,0xe8,0x83,0xbe,0xc5,0xaa,0x1b,0x7a,0x95, + 0xb5,0xd,0x2a,0x67,0xd5,0x43,0xb3,0xc,0x63,0xf5,0x32,0x7a,0x8c,0x84,0xb,0x91, + 0x5,0xaf,0xab,0x2e,0x1,0xe,0xf2,0xe,0x92,0x87,0x34,0x81,0xbd,0x23,0x88,0x41, + 0x35,0x5f,0x19,0x61,0x64,0xe0,0x62,0x91,0xc6,0x46,0xa5,0x49,0xec,0xe1,0xe4,0xf, + 0x79,0x41,0x9,0x22,0x30,0x1,0x2a,0xaf,0x13,0xbe,0x70,0xa5,0x31,0xd3,0x1,0xc7, + 0x3b,0xc1,0x44,0x7d,0x2c,0x8c,0xb9,0x7,0x94,0xa1,0x59,0x9f,0xcb,0x82,0x28,0xf7, + 0x1d,0xe1,0x1b,0xe7,0xa2,0xb7,0x36,0x42,0x93,0xc,0x63,0x75,0x91,0x72,0x89,0x2f, + 0xb8,0x6,0x6a,0xd,0xe3,0x6a,0x45,0x9a,0xb6,0x28,0xcb,0xf,0x42,0x4f,0x6,0xec, + 0xa8,0x6b,0xdc,0x93,0x29,0x80,0xe6,0x32,0x7c,0x36,0x4a,0xea,0xaf,0x53,0xbd,0x65, + 0x16,0xfa,0xad,0x6a,0xa8,0xe1,0x68,0x16,0x2f,0x93,0x17,0xc1,0x88,0x60,0xc,0x88, + 0x11,0x7c,0x23,0xd4,0x1a,0x99,0x51,0x29,0x52,0x7c,0xd9,0xea,0x9a,0x4,0xa,0x59, + 0xd0,0x13,0xae,0x7a,0xde,0x71,0x1,0x5c,0x7,0xcd,0xf9,0x7c,0x3d,0x8c,0x27,0x7f, + 0x48,0xf5,0x7,0xd3,0xd0,0x2f,0xe6,0x14,0x7f,0x38,0xab,0xf7,0x19,0xb1,0x89,0x11, + 0xb2,0x6,0x31,0x6,0x8c,0x11,0x1c,0x3,0xc6,0x11,0x2a,0x5d,0x4c,0xb5,0x91,0x33, + 0xb3,0xca,0xf6,0xd7,0xac,0x6e,0x89,0xff,0xd0,0x67,0x81,0x6b,0x72,0x19,0x36,0xf9, + 0xe,0x7f,0x17,0xc4,0xb3,0xde,0xa3,0x7a,0x4f,0x8b,0xea,0xb5,0x19,0xd4,0xc,0x67, + 0xf5,0x76,0x23,0x85,0xa7,0x45,0x1e,0x6d,0x43,0xde,0x68,0x36,0x32,0xa3,0xd2,0x88, + 0xe3,0x38,0x82,0x71,0x4,0xa7,0x74,0xe5,0x3d,0xc9,0x66,0x91,0xd9,0x5d,0x9,0xab, + 0x76,0xa8,0xee,0x2b,0xd5,0x1b,0x7f,0x78,0x2,0xfc,0x63,0x65,0x86,0xf9,0xe3,0xab, + 0xf8,0x4e,0xc7,0xe0,0x59,0x17,0xaa,0xce,0x9f,0xa4,0xfa,0x21,0x5f,0xb5,0x5c,0xca, + 0xbf,0x45,0xbe,0x14,0xeb,0x1d,0x46,0x8a,0xbf,0x40,0x1e,0x9e,0x97,0xd8,0x7,0x56, + 0xc3,0xf3,0x13,0x45,0x82,0x6,0x47,0xce,0xab,0x76,0xf1,0xca,0xe4,0x1d,0x57,0xf0, + 0x1c,0xa1,0xde,0x97,0x46,0xd7,0x52,0xb7,0x36,0xd6,0xe5,0xbd,0xd0,0xeb,0x8f,0x71, + 0x3e,0x38,0x61,0x1,0x6e,0xce,0x65,0xb8,0x35,0x9f,0xe3,0xbb,0x6d,0x3d,0xe7,0xcf, + 0x55,0xfd,0xf1,0x4,0xd5,0xcb,0xdc,0x21,0xf3,0xfa,0x61,0xe4,0x45,0xe8,0x15,0xb1, + 0xcf,0x23,0x4f,0xcc,0xb7,0xf6,0x27,0x31,0x6c,0xc,0x61,0xef,0xa,0x65,0x75,0x93, + 0x48,0xa1,0xde,0xc8,0xdc,0x7a,0x4f,0x32,0xae,0x9b,0x8a,0xe0,0xba,0x42,0xa5,0x67, + 0xa8,0x75,0x65,0x86,0xc6,0x7a,0x60,0x79,0xa2,0xad,0xc9,0x1f,0x52,0x29,0x7c,0x4b, + 0x55,0x96,0xef,0xe5,0x73,0x7c,0xb7,0xbd,0xf7,0xfc,0x39,0x6a,0xe7,0x37,0x5b,0xbd, + 0x28,0x5d,0xc9,0x1d,0x41,0xbc,0x14,0xdf,0xa1,0x81,0x45,0x22,0xb,0xef,0xb5,0x3a, + 0xaf,0x4f,0x59,0x2f,0xd0,0x99,0x49,0xdb,0xab,0x85,0x45,0x56,0x5b,0x9b,0x90,0xee, + 0x7a,0x23,0x17,0x34,0x66,0x4c,0x85,0xef,0x19,0x1c,0x37,0x15,0xa1,0x2e,0x6b,0x1c, + 0x63,0xe5,0xf4,0xee,0xa2,0xae,0xde,0xa6,0xba,0xa7,0xb4,0x34,0x3f,0xb9,0x2,0xcc, + 0xac,0xcc,0xf2,0x78,0x3e,0xcb,0x77,0xf7,0xf7,0xcd,0x99,0xa3,0xf6,0xc7,0xcd,0x56, + 0x2f,0x70,0x86,0xb6,0x5e,0xe5,0xf0,0xc,0x9f,0x8,0xac,0x46,0x36,0xcd,0xb7,0xfa, + 0xc3,0xdd,0xaa,0xaf,0xa,0x1c,0x50,0x88,0x12,0xa0,0x12,0x6c,0x4,0xc1,0x52,0xab, + 0x9b,0xea,0x54,0xe,0xd6,0x3b,0x72,0xd1,0xf8,0xac,0xc9,0xf9,0xae,0xc1,0x71,0xd, + 0xbe,0x67,0x18,0x57,0x61,0x6a,0xa2,0x22,0x75,0xab,0xc3,0x64,0x69,0x1f,0xf4,0x94, + 0x2a,0xce,0x93,0x24,0x80,0x63,0xe8,0xf4,0xc,0x37,0xf7,0x4,0x67,0x9e,0x9f,0x92, + 0xbf,0xc8,0x39,0xc2,0xea,0x46,0xd2,0x29,0x2d,0x9d,0xda,0x60,0x1b,0x72,0xf0,0x21, + 0xab,0x77,0xbc,0x6a,0xf5,0x25,0xa0,0x8d,0x21,0x8d,0x8c,0x8,0x68,0x10,0xd1,0x2, + 0x14,0x57,0x58,0xdd,0x92,0xb7,0x74,0x8c,0x73,0xe5,0xe2,0x9,0x39,0x27,0xe7,0xfb, + 0xa9,0x17,0x54,0xf9,0x86,0x4a,0x87,0xa9,0x85,0x82,0xee,0x7d,0x25,0xb6,0xad,0x76, + 0x8c,0x16,0x46,0xc7,0x25,0x80,0xe6,0x7c,0xbe,0x19,0xc6,0xd3,0x2e,0x52,0xfb,0xa3, + 0x89,0x56,0xdf,0xeb,0x96,0x3f,0x63,0x88,0xd5,0x53,0xcb,0xa7,0xae,0xdf,0x2e,0x52, + 0x7c,0xc2,0xf2,0xc0,0x2,0xab,0xb,0x48,0x77,0x68,0x6,0x8f,0xfc,0xf8,0x2,0xd0, + 0x2c,0xa2,0xfd,0x50,0x7c,0x25,0xd1,0x2d,0x75,0xb1,0xf4,0x35,0xf9,0xe6,0x92,0x89, + 0x95,0x4e,0xd6,0x31,0x69,0x31,0x58,0xe3,0x1a,0x47,0x23,0x9d,0xb1,0xb7,0x90,0xac, + 0xd8,0x5,0x63,0x32,0x2b,0x8c,0x5a,0x0,0xad,0xcc,0xf0,0x85,0x30,0x6e,0xbc,0x42, + 0xf5,0xf6,0xc9,0x56,0x3f,0xea,0x95,0x68,0x1c,0x69,0x75,0x63,0xc0,0x71,0x84,0x82, + 0xc0,0x6f,0x2c,0xcf,0xdd,0x97,0xd8,0x7,0x62,0xd8,0x2c,0xd0,0xc7,0x30,0xcd,0x8c, + 0xfe,0x21,0x22,0x2c,0x4f,0xec,0xe6,0x71,0x11,0xc5,0x66,0xdf,0x5c,0xd2,0x90,0x31, + 0x5e,0xa9,0x11,0x43,0xde,0x93,0xfa,0x30,0x54,0x5e,0x2e,0xda,0x15,0x31,0xc,0x9c, + 0x68,0x28,0x8c,0x4a,0x0,0xcd,0x65,0xb8,0xb0,0x18,0x57,0x7c,0x4a,0xf5,0x96,0x69, + 0xd6,0xde,0x98,0x55,0x8c,0xc,0x63,0x75,0xe3,0x8,0xd6,0x8,0xab,0xac,0x6c,0xb9, + 0x2f,0xd6,0x3b,0xf7,0xc3,0xaa,0xd2,0xca,0xee,0x6d,0xb,0xba,0x7e,0xe,0x85,0x43, + 0xb8,0x32,0xb6,0xaf,0x4f,0x88,0xa8,0x98,0xe0,0x99,0xb9,0xb5,0x9e,0x71,0x2c,0x90, + 0x75,0x84,0x8c,0x65,0xfa,0x40,0x41,0x5b,0xd7,0x5b,0xdd,0x76,0xa2,0x2b,0xc5,0x11, + 0xb,0xf0,0xf3,0xa,0x9f,0x73,0xc2,0xc8,0xfc,0xbd,0xf0,0xa7,0xb3,0xac,0xde,0x5c, + 0xa5,0x64,0xe,0x91,0x1f,0x62,0x75,0xe3,0x94,0xef,0x85,0x1d,0x4a,0xdf,0xc3,0xb1, + 0xde,0xbd,0xcc,0xea,0xff,0x0,0xfb,0x18,0x61,0x3,0xb3,0x0,0xd4,0x8,0x3a,0x0, + 0xc1,0xd6,0xc8,0x6e,0x98,0x18,0xd3,0x32,0x29,0xe3,0x9c,0x95,0x73,0x5,0x55,0xa5, + 0xc6,0x95,0xac,0x16,0xb5,0x69,0x5d,0x68,0x17,0x77,0x41,0x97,0x3,0xc7,0xbd,0xd, + 0x3d,0x62,0x1,0x1e,0xcb,0x78,0x18,0xab,0x17,0x9f,0x65,0xf5,0x8e,0x7a,0x74,0xdc, + 0x61,0x56,0x37,0x6f,0x59,0xdd,0x31,0xe9,0x1c,0xde,0xd,0xf6,0x17,0xb1,0x3e,0xfa, + 0xb3,0xd8,0x3e,0x2,0xec,0xe0,0x28,0x71,0xff,0x76,0x8,0x81,0x2a,0xc1,0x1e,0x84, + 0xc1,0xee,0x48,0x37,0x4c,0xb0,0x9c,0x3d,0x31,0x63,0xa6,0x7a,0x46,0x70,0x44,0xa8, + 0x12,0x99,0x10,0x86,0x76,0xef,0xd2,0x44,0xd7,0xeb,0x9,0x24,0xc4,0x11,0x9,0xd0, + 0x9f,0xf5,0xf9,0xb3,0x28,0x6e,0xb8,0x54,0xf5,0xce,0x89,0xaa,0x17,0xb8,0x65,0x37, + 0x2f,0x5b,0xbd,0x74,0x5f,0x26,0x1f,0x1b,0x61,0x69,0xcc,0x9a,0xfb,0x22,0x9d,0xd7, + 0x7,0xad,0x2,0x3d,0x1c,0xc7,0xa6,0x45,0x11,0xf0,0x41,0x77,0x42,0xb7,0x1b,0xe9, + 0xf6,0x9,0x70,0xd9,0xf8,0x8c,0xa9,0x17,0x11,0x2a,0x1c,0xe3,0xb8,0x45,0x6d,0xd9, + 0x19,0xd8,0x25,0x7b,0x60,0xbf,0x39,0xce,0xda,0xe0,0x98,0x2,0x7c,0xd9,0x73,0xb8, + 0x36,0x8a,0xcd,0x57,0x8c,0xf9,0x8b,0x99,0xaa,0x5f,0xca,0x89,0x38,0x22,0x72,0xa8, + 0xb8,0x19,0x6a,0xf5,0xb4,0x96,0x87,0xcd,0x31,0x5d,0xf,0x16,0xf5,0xae,0x75,0xaa, + 0x8b,0x48,0x7b,0x79,0xc7,0x1d,0xa7,0x25,0xd5,0x6c,0xab,0xea,0xfe,0xf1,0x11,0xdd, + 0x93,0x5d,0x73,0x45,0xde,0x37,0x59,0x11,0xa8,0x32,0x52,0x1f,0x16,0x6d,0xe7,0x8b, + 0xb1,0x5d,0xa5,0xc7,0x59,0x21,0x1e,0x53,0x80,0x57,0x7d,0x8f,0x7e,0x98,0x79,0xae, + 0xc8,0xf,0x1a,0x8c,0x34,0x19,0xd1,0x92,0xc5,0xf,0xb7,0x7a,0xb9,0x7e,0xef,0x50, + 0xb1,0xb,0x42,0x7d,0xe4,0xd1,0xc4,0x3e,0x4e,0x3a,0xe5,0x9d,0xf0,0xa1,0xa1,0x87, + 0x32,0x1e,0x4f,0x26,0x36,0x59,0x6a,0x75,0xc7,0x59,0x9,0xb5,0x93,0x7c,0x73,0x61, + 0xd6,0x35,0xc6,0x37,0x22,0x5e,0xac,0x13,0xf7,0x84,0x76,0xc9,0xe,0x68,0x3b,0x1e, + 0x2f,0x78,0xdb,0x8e,0xd0,0x17,0x5d,0x7,0x9,0x8a,0xce,0x2c,0xc7,0xdc,0xd8,0xe8, + 0x7b,0xb3,0x5d,0xcf,0xc5,0xb8,0xe,0xc6,0x39,0x92,0x38,0x38,0x6e,0xea,0xfa,0x2b, + 0x8a,0xba,0xe6,0x89,0xc8,0x3e,0x9,0xec,0x92,0x51,0xc6,0xfd,0x70,0xb8,0x21,0x8c, + 0x18,0x2f,0x62,0x81,0x9e,0x7f,0x2f,0x24,0xf7,0xac,0xed,0x8e,0x17,0x6,0xc5,0xf4, + 0x67,0xa7,0xe5,0xdc,0xa9,0x57,0xf9,0xce,0xd5,0x40,0x8d,0x3d,0x8e,0x69,0xfd,0x6d, + 0xff,0xe1,0x7e,0xdf,0x85,0xc4,0x4e,0x9a,0x5b,0x53,0x73,0x6b,0x53,0x55,0xe5,0x78, + 0xa3,0xf6,0xad,0x39,0xbe,0x34,0xcf,0xf,0xbd,0x36,0x16,0xb5,0xe7,0xc1,0xc0,0xde, + 0xb5,0x3e,0x75,0xfd,0x3,0x8c,0x61,0x3f,0x6f,0x0,0xc8,0x81,0xee,0x82,0xfe,0xda, + 0x44,0xf7,0xcc,0x10,0xb9,0xb2,0xd6,0x77,0x6a,0x5c,0x23,0xe2,0x45,0xb6,0x79,0x7b, + 0x68,0x17,0xed,0x86,0x7d,0x32,0xca,0xdd,0xa2,0xb7,0xf5,0x80,0x39,0x13,0x9a,0x99, + 0x9e,0xcd,0x5e,0xd8,0x34,0xbe,0x69,0x46,0xa6,0xbe,0xe,0xb7,0xa6,0xa,0x27,0xeb, + 0xe3,0xfa,0x2e,0x8e,0xe7,0xe0,0x38,0x6,0xc7,0x11,0x3c,0xd7,0xd0,0xd,0xfa,0x9b, + 0xd0,0x3e,0xfb,0x62,0x62,0xcb,0xe4,0xc7,0xfc,0x98,0xd8,0x60,0x3a,0x44,0xf7,0x27, + 0x76,0xd9,0xca,0x81,0xe8,0xfe,0xde,0x20,0x89,0x11,0x98,0x5c,0xe1,0x4e,0xb9,0xc2, + 0x33,0xef,0x5,0x2a,0x75,0x94,0x7d,0xce,0x61,0x1f,0xfe,0x86,0xe7,0x20,0xdb,0x77, + 0xfb,0x4d,0xb9,0x8a,0x6b,0xaa,0x9b,0x1a,0x73,0x6e,0x5d,0xd,0x5e,0x5d,0x2d,0x5e, + 0x59,0x84,0x8c,0x8b,0xeb,0x3b,0xb8,0x9e,0xe0,0x7a,0x42,0x7b,0xc2,0xc0,0x2b,0x91, + 0x5d,0x4c,0x7a,0x40,0x61,0x4c,0x5c,0xff,0x68,0x38,0xcf,0x88,0x2,0x3,0xff,0x19, + 0xda,0x7,0xb7,0xf7,0x47,0xcb,0xa2,0xc8,0x92,0x73,0xc5,0x3d,0xdf,0x33,0x1f,0x9b, + 0xa,0x93,0x38,0xca,0xb1,0x9f,0xe3,0x12,0xe0,0x3d,0x46,0xb8,0x6,0x6a,0xea,0xeb, + 0xeb,0xce,0xc8,0x35,0x8d,0xc3,0xcd,0xd7,0xa6,0x2,0xd4,0xd5,0xe2,0xd5,0x54,0xe3, + 0x1e,0x12,0xc1,0xc5,0x75,0xd,0x18,0x89,0x15,0xe9,0x5,0x6,0x8f,0x67,0x9f,0x7e, + 0xa4,0x58,0x6d,0x95,0x1c,0xd8,0x65,0xe8,0x9e,0x97,0x83,0xe4,0xb6,0xce,0x42,0xd2, + 0x81,0x8,0xd3,0x7d,0x73,0xe6,0x15,0x46,0xce,0x6,0x32,0x32,0x8a,0x4e,0xf2,0xb0, + 0x2,0xcc,0x12,0xa1,0x1,0xaa,0x6a,0x27,0x36,0xd7,0x65,0x1a,0xea,0xf1,0xf2,0x79, + 0xdc,0x7c,0x1e,0xaf,0x2e,0x8f,0x57,0x5f,0x8b,0x57,0x5b,0x8d,0x57,0xe1,0xe3,0x65, + 0x5c,0xdc,0x8c,0x83,0x38,0x82,0xa4,0xc4,0xc7,0xba,0x6b,0xf5,0x3b,0x28,0x87,0xc2, + 0xbf,0xc6,0xf6,0xa5,0xd,0x3,0xf1,0x63,0x41,0xd1,0x6a,0xa5,0xef,0x54,0x9f,0xe5, + 0x9a,0xb,0x81,0xaa,0xd1,0x84,0xc1,0xb0,0xf,0x66,0x52,0x11,0x5d,0xbf,0xa6,0xd6, + 0xf5,0xea,0xf2,0xb8,0x65,0xeb,0xe7,0x6b,0x53,0x11,0xea,0x4a,0x22,0xe4,0x32,0x78, + 0x19,0x8f,0x50,0x84,0x68,0xc,0x8e,0xc2,0x8d,0x14,0x2d,0x22,0xaa,0xd0,0xfb,0x54, + 0x31,0x99,0x77,0x60,0x20,0x5a,0xef,0x20,0xcc,0x76,0xcc,0xe5,0x93,0xa0,0x89,0x51, + 0xcc,0x6,0xc3,0xa,0x90,0x4b,0x3,0x39,0xe,0x6d,0x12,0x39,0x35,0x35,0xb8,0xf9, + 0xda,0xf4,0xaa,0xcb,0xf,0x11,0x21,0x8f,0x57,0x5b,0x85,0x5b,0xe1,0x13,0x1b,0x13, + 0x17,0x74,0xec,0x37,0x2f,0x87,0xc3,0xee,0x54,0x6c,0xfb,0x84,0xea,0xe6,0x65,0x61, + 0x72,0x7b,0xa1,0x98,0xc,0x4c,0x32,0xb4,0x9c,0x1,0xcd,0x8c,0x22,0xf,0xc,0xfb, + 0xe0,0xc,0x63,0x78,0x3,0xfa,0x3b,0xda,0xf,0x76,0x68,0x36,0x8b,0x97,0x71,0xc0, + 0x15,0xc4,0x33,0xe0,0x9,0xc6,0x37,0x98,0x8c,0x41,0x32,0x86,0xb8,0x57,0xe8,0x4d, + 0xfa,0x7b,0xba,0xd0,0x6e,0x86,0x9c,0xc2,0xfc,0x3d,0x40,0x81,0xf0,0x7,0xb1,0x7d, + 0x66,0x56,0x21,0xbe,0x6a,0x9a,0x91,0x8f,0x8e,0x37,0x52,0x8f,0x55,0x87,0x34,0xf, + 0x1c,0xf3,0x3b,0x86,0x15,0xe0,0xa1,0x24,0x61,0x5,0xf4,0xb5,0x1d,0x3c,0xb8,0x3a, + 0x48,0x92,0x4b,0x73,0xf5,0x79,0xd4,0x11,0x70,0xd,0xc6,0x13,0xc4,0x37,0xe0,0x19, + 0x70,0x84,0xc1,0x42,0xc4,0x1b,0x45,0x5d,0xbb,0x37,0xdd,0xcb,0x7b,0x27,0xf6,0x2f, + 0x86,0xc5,0x44,0x41,0xf7,0x2a,0x9d,0x4f,0xc7,0xf6,0xb6,0x6b,0x85,0x66,0xd2,0x85, + 0xd1,0x88,0x93,0xe0,0xb0,0xb1,0xb2,0x20,0xb6,0x0,0xb6,0x25,0x8,0x82,0x59,0xd3, + 0xa7,0x7d,0xa4,0xf9,0xf4,0x59,0x39,0x53,0xaa,0xfe,0xc4,0xa4,0xab,0x40,0x48,0x1b, + 0xa0,0xad,0x3b,0xdb,0x7,0x7e,0xb6,0xb3,0xfd,0xa7,0xdb,0xac,0xae,0xe4,0x6d,0x1a, + 0x1e,0xef,0x4,0xca,0xa7,0xcc,0xd6,0xa8,0x76,0xc5,0xc8,0xaa,0x57,0x95,0x9d,0x9d, + 0xe9,0xe2,0x6b,0x44,0x45,0xd8,0x31,0x92,0x85,0xc8,0xb6,0x38,0xee,0x9a,0xd9,0xd3, + 0x33,0x6d,0xea,0x19,0xb3,0xe7,0xe4,0x27,0x8c,0x27,0xe5,0x2d,0xa5,0xbf,0xa,0x7, + 0xda,0xbb,0x78,0x7c,0xe5,0xa6,0xdf,0x3c,0xdc,0x3b,0xf8,0x48,0x9c,0xd6,0xfe,0xc1, + 0xef,0x8b,0x7c,0x19,0xdf,0xf0,0x1c,0x96,0x5b,0x4d,0x36,0xa8,0x1e,0xe8,0x84,0x3e, + 0xf3,0x36,0x47,0x63,0x47,0x25,0xc0,0x74,0x11,0xf6,0x41,0x34,0xd0,0xd1,0xb5,0x39, + 0xd7,0xd9,0x75,0x5a,0xe3,0x84,0xe6,0x19,0x95,0x75,0x79,0x11,0x31,0x24,0x51,0xcc, + 0xbe,0xdd,0x7b,0x79,0xe6,0xa5,0x15,0x2b,0xe7,0xef,0xde,0x7f,0x77,0x3b,0xac,0x3b, + 0xde,0x65,0xef,0x89,0x62,0xb9,0x3d,0xc4,0xd5,0x92,0x36,0x47,0x46,0x9c,0x83,0x8e, + 0x19,0x2b,0x19,0x11,0x9,0x55,0xfd,0xf3,0xe0,0xb4,0x8f,0x4e,0x9f,0x72,0xc3,0x59, + 0x53,0x27,0x7f,0xbc,0x3a,0x93,0xa9,0xeb,0xeb,0xe9,0xee,0x7f,0x65,0xc7,0xee,0x85, + 0x4f,0xec,0x3b,0xf8,0xd4,0xe,0x58,0x2d,0xb0,0xff,0x44,0x1a,0x13,0x27,0xb,0x23, + 0x4a,0x16,0xae,0x88,0xc4,0xaa,0x1e,0x90,0x9f,0x5,0xd3,0xaa,0xa0,0xa1,0xb,0x8a, + 0x3b,0xd3,0x36,0xd7,0x1,0x81,0x9e,0xd2,0x79,0xbd,0xff,0x53,0xe4,0x47,0x2c,0x0, + 0xa4,0x5,0x43,0x69,0xb9,0xe9,0x90,0xce,0x1e,0x42,0x9a,0xf1,0x63,0x4e,0x82,0xdb, + 0x9f,0xc2,0x29,0x9c,0xc2,0x29,0x8c,0x5,0xfe,0x17,0x4e,0xab,0x5,0x81,0x26,0x85, + 0xa7,0xd4,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63, + 0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38, + 0x54,0x32,0x32,0x3a,0x35,0x38,0x3a,0x34,0x37,0x2b,0x30,0x38,0x3a,0x30,0x30,0x9e, + 0x22,0xf8,0x9f,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x31,0x2d,0x31,0x30,0x2d,0x31, + 0x37,0x54,0x30,0x30,0x3a,0x32,0x33,0x3a,0x32,0x38,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0x4,0x11,0xe8,0xf4,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f, + 0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72, + 0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63, + 0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd, + 0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65, + 0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69, + 0x67,0x68,0x74,0x0,0x32,0x35,0x36,0xe9,0xc3,0x44,0x19,0x0,0x0,0x0,0x17,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a, + 0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x32,0x35,0x36,0x7a,0x32,0x14,0x44,0x0,0x0, + 0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d, + 0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f, + 0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x33,0x31,0x38,0x37,0x38,0x32,0x32, + 0x30,0x38,0x3d,0xfe,0x9b,0x7b,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x32,0x33,0x30,0x30,0x30,0x42, + 0xd,0x17,0xda,0x47,0x0,0x0,0x0,0x60,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68, + 0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73, + 0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e, + 0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73, + 0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x35,0x36,0x36, + 0x32,0x2f,0x35,0x36,0x36,0x32,0x39,0x31,0x2e,0x70,0x6e,0x67,0xab,0x7f,0x1b,0xe2, + 0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/add_right.png + 0x0,0x0,0x0,0xdb, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x14,0x0,0x0,0x0,0x14,0x8,0x6,0x0,0x0,0x0,0x8d,0x89,0x1d,0xd, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc4,0x0,0x0,0xe,0xc4, + 0x1,0x95,0x2b,0xe,0x1b,0x0,0x0,0x0,0x8d,0x49,0x44,0x41,0x54,0x38,0x8d,0xcd, + 0xd4,0xb1,0xd,0x2,0x31,0x10,0x44,0xd1,0x59,0x7c,0x3a,0x32,0x62,0xa,0x70,0xe4, + 0xe,0xa8,0x9c,0x12,0xae,0x3,0x22,0x57,0x81,0x48,0xb0,0xb4,0x1a,0xd2,0x93,0x83, + 0xf3,0x8e,0x49,0xee,0x87,0x13,0xbc,0x68,0xb5,0xc0,0xd9,0xb3,0x7e,0x28,0xa5,0xac, + 0xad,0xb5,0x27,0xc9,0xbb,0x99,0x3d,0x6a,0xad,0x6f,0x5,0xbc,0xf4,0x83,0xbb,0x5f, + 0x1,0x64,0x33,0x2b,0x24,0xb7,0x9c,0xf3,0xed,0x2f,0x70,0xdf,0xc,0x7a,0x8,0xce, + 0xa0,0x43,0x50,0x45,0x43,0xa0,0x82,0x86,0xc1,0x28,0x2a,0x81,0x11,0x54,0x6,0x47, + 0xc9,0x20,0xc9,0xd7,0xd1,0xc1,0x4b,0xe0,0x8,0x93,0xc0,0x8,0x16,0x6,0xa3,0x58, + 0x8,0x54,0xb0,0x21,0xa8,0x62,0x0,0xb0,0xf4,0x43,0x4a,0xe9,0xeb,0xee,0x95,0xe4, + 0x67,0xe6,0x7d,0x9d,0xbf,0x1f,0xac,0x4b,0x67,0x37,0x1d,0xa4,0xed,0xb2,0x0,0x0, + 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/????.png + 0x0,0x0,0x1d,0x2b, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xaf,0xc8,0x37,0x5,0x8a,0xe9, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xda,0x4,0x1a,0x0,0x0,0x0,0xb5,0x55,0x84, + 0xd2,0x0,0x0,0x1a,0xa5,0x49,0x44,0x41,0x54,0x78,0xda,0xad,0x9b,0x7b,0x70,0x5c, + 0xd7,0x7d,0xdf,0x3f,0xe7,0xde,0xdd,0xbd,0xbb,0x77,0xb1,0x8b,0x37,0xb0,0x0,0x29, + 0x0,0x24,0x20,0x80,0x14,0x5f,0x10,0x25,0x8a,0x94,0x69,0x49,0x96,0x25,0x35,0xf1, + 0xc4,0x53,0xda,0x96,0x5f,0x35,0x9d,0xd4,0x4a,0x3c,0x4e,0x63,0x7b,0x9a,0xd8,0x56, + 0x3d,0xf5,0x64,0x9c,0xb4,0x9d,0x69,0x27,0x69,0xfc,0x48,0x53,0x2b,0x9e,0x36,0x4e, + 0xa3,0x34,0xd6,0xb8,0x4a,0x1b,0xc7,0xb1,0xeb,0x47,0x13,0xdb,0xb2,0x25,0x8b,0xa2, + 0x64,0x89,0x6f,0x12,0x14,0x1f,0x20,0x41,0xa,0x4,0xb0,0x5c,0x0,0x8b,0xdd,0xbd, + 0xef,0xc7,0xe9,0x1f,0x77,0x2f,0xb8,0x58,0x82,0x4f,0x69,0x67,0xce,0x9c,0x73,0xef, + 0x2e,0xee,0x3d,0xdf,0xef,0xf9,0xbd,0xcf,0x81,0xe0,0x2d,0xfc,0x3c,0xb3,0xca,0xbd, + 0x8e,0x35,0x6b,0x38,0x3b,0x3d,0x9d,0x4a,0x43,0x5e,0x81,0x5e,0x1,0x9d,0x40,0x4e, + 0x40,0x5a,0x40,0x6,0x40,0x82,0x25,0xc1,0x6,0xaa,0x12,0xe6,0x25,0xcc,0x39,0x50, + 0x19,0x2c,0x14,0xdc,0xf2,0xec,0xec,0x55,0xcf,0xdc,0xfb,0x16,0xce,0x59,0xbc,0xd5, + 0xc0,0x25,0x70,0x19,0x94,0x56,0xe8,0x10,0x30,0x9c,0x84,0x4d,0x99,0x5c,0xee,0x9e, + 0x54,0x2e,0x37,0x9c,0xeb,0xeb,0xeb,0xd3,0xbb,0xba,0xba,0xd4,0x96,0x96,0x8c,0x92, + 0x4c,0xaa,0x4a,0x2a,0xa5,0x48,0x29,0x9,0x1d,0x27,0xc,0x5d,0x37,0xf0,0x6b,0x35, + 0xcb,0x2c,0x95,0x4a,0xb5,0xd9,0xd9,0x19,0xb7,0x5a,0x3d,0x6b,0x1b,0xc6,0x6b,0x3e, + 0x1c,0x97,0x70,0xb6,0xa,0xb,0x1d,0x10,0x36,0x4e,0xf8,0xad,0x20,0xe2,0x4d,0x11, + 0xd0,0x8,0x5c,0x51,0x14,0xac,0x30,0xcc,0x2a,0xb0,0x49,0x83,0x87,0xf5,0x9e,0x9e, + 0x87,0x3b,0x47,0x47,0x37,0xe5,0x47,0x46,0xba,0x3b,0x36,0x6c,0xd0,0xb2,0x6b,0xd7, + 0xa2,0xb5,0xb5,0x91,0xd0,0x34,0x84,0x10,0x20,0x25,0x48,0x89,0xc,0x43,0x8,0x43, + 0x64,0x10,0x10,0x6,0x1,0xbe,0x6d,0x63,0x2f,0x2e,0x62,0x4c,0x4f,0xb3,0x78,0xea, + 0x94,0x53,0x39,0x77,0xee,0xf2,0xc2,0xe4,0xe4,0x71,0x6b,0x7e,0xfe,0x39,0x17,0x9e, + 0x93,0x70,0x5c,0x13,0xc2,0x90,0x52,0xbe,0x25,0x44,0xdc,0x16,0x1,0x2b,0x80,0xb, + 0x81,0x2d,0x65,0x9b,0x2,0xf7,0xeb,0xba,0xfe,0x81,0xae,0xd,0x1b,0x1e,0xee,0xdd, + 0xb9,0x73,0x6d,0xcf,0xbd,0xf7,0x26,0x5a,0x86,0x86,0x48,0x6a,0x5a,0x4,0xd0,0xb6, + 0x91,0x9e,0x7,0x9e,0x87,0xc,0x2,0x8,0x82,0xa8,0x8f,0x9,0xa8,0x13,0x2,0x80, + 0xaa,0x42,0x22,0x81,0x54,0x14,0x3c,0xd7,0xa5,0x36,0x3d,0xcd,0xe5,0xc3,0x87,0xfd, + 0xe2,0xa1,0x43,0x6f,0x2c,0x4e,0x4e,0x3e,0x67,0xdb,0xf6,0xff,0xe,0xe1,0xa5,0x14, + 0x94,0x65,0xc3,0x5c,0x6e,0x87,0x88,0x5b,0x26,0x20,0x6,0x2f,0x1,0x17,0xb4,0x4, + 0xec,0xce,0xe6,0x72,0xbf,0x59,0xd8,0xbe,0xfd,0xb1,0x3b,0x1e,0x7d,0xb4,0xa7,0x7b, + 0xc7,0xe,0x52,0x6d,0x6d,0xe0,0xba,0x48,0xdb,0x8e,0xfa,0x3a,0x50,0x29,0x65,0x4, + 0x38,0x8,0x96,0x57,0x9e,0x30,0x8c,0xc6,0xf5,0x7b,0x32,0x8,0xc0,0xf7,0xa3,0xb1, + 0x94,0xa0,0xaa,0x88,0x74,0x1a,0x91,0x4e,0x63,0x1b,0x6,0xa5,0xa3,0x47,0x99,0xde, + 0xb7,0xaf,0x58,0x9a,0x98,0xf8,0x27,0xcb,0x34,0xff,0x87,0x84,0x17,0x55,0x70,0x62, + 0x20,0xb7,0x4a,0xc2,0x4d,0x13,0xd0,0x8,0x3c,0x9b,0xcd,0xb2,0x64,0x18,0xc3,0x9a, + 0xa2,0xfc,0x56,0xef,0xb6,0x6d,0x7b,0x47,0x1e,0x7f,0x7c,0xa0,0x77,0xf7,0x6e,0x92, + 0xba,0x8e,0x34,0x4d,0xa4,0xe3,0x40,0xc,0xba,0x71,0x85,0x1b,0xef,0x35,0x7f,0x1f, + 0x83,0xaf,0x4b,0x46,0xa3,0x6a,0xc8,0x20,0x88,0x26,0x9b,0x4c,0x22,0xf2,0x79,0xbc, + 0x20,0x60,0xee,0xd5,0x57,0x99,0xfc,0xfe,0xf7,0x2f,0x94,0x2f,0x5d,0x7a,0xc6,0x87, + 0xbf,0xd4,0x54,0xf5,0xac,0x5f,0xff,0xdd,0xad,0x10,0x71,0x53,0x4,0x34,0xad,0x7a, + 0x32,0x9,0x8f,0xe6,0x7b,0x7b,0xff,0xcd,0x9d,0x7b,0xf6,0x3c,0x30,0xf8,0x9e,0xf7, + 0x24,0x32,0xdd,0xdd,0x48,0xc3,0x0,0xc7,0xb9,0x7a,0x65,0x1b,0xfa,0x55,0xc1,0xc7, + 0x2b,0x1f,0x86,0x57,0x56,0xbe,0xf9,0x7e,0x4c,0x42,0x10,0x10,0x86,0x21,0x22,0x9d, + 0x6,0x4d,0xa3,0x72,0xe8,0x10,0xd3,0xc7,0x8e,0xf9,0x97,0x4e,0x9e,0x7c,0xc1,0x34, + 0xcd,0x3f,0x91,0xf0,0x63,0x5,0xbc,0x5b,0x91,0x86,0x1b,0x12,0x10,0x83,0xf,0x1, + 0x1f,0xf2,0x29,0xf8,0x58,0xff,0xf6,0xed,0x9f,0xd9,0xf8,0xc4,0x13,0x43,0xdd,0xbb, + 0x76,0x21,0x5c,0x37,0x5a,0xf5,0x20,0x88,0x74,0xf8,0x5a,0xe0,0x6f,0x24,0xf6,0xcd, + 0x2b,0x1f,0xdf,0x6f,0xf8,0x3e,0xac,0x7f,0x17,0x6,0x1,0x61,0xb5,0x8a,0xfd,0xcb, + 0x5f,0xa2,0xac,0x59,0xc3,0x62,0xad,0xc6,0xd4,0xa1,0x43,0xe7,0x17,0xe7,0xe6,0xbe, + 0x1a,0xc2,0xd3,0xa,0x54,0x6e,0x96,0x4,0xf5,0x16,0xc0,0xf7,0x64,0x35,0xed,0xf3, + 0x23,0xef,0x7a,0xd7,0x93,0x5b,0x3f,0xf3,0x99,0x42,0xfb,0xa6,0x4d,0x50,0xab,0x81, + 0x6d,0xaf,0x0,0xb6,0xc2,0xb2,0xaf,0x22,0xea,0x48,0xb9,0xf2,0x25,0x52,0x22,0x62, + 0xe2,0xea,0x6a,0xb2,0x4c,0x44,0x43,0x1f,0xd6,0x9f,0x13,0x6,0x1,0x52,0x4a,0x42, + 0xcb,0xc2,0x3e,0x70,0x0,0xff,0xe2,0x45,0xf4,0xb6,0x36,0xda,0xc6,0xc6,0xda,0x42, + 0xcf,0xbb,0xdf,0x2e,0x97,0xf5,0x40,0xca,0x23,0x2,0xc,0x1,0x3c,0xe,0x7c,0xfb, + 0x76,0x8,0x68,0x2,0xdf,0x97,0xcb,0x66,0xff,0x60,0xc3,0x7,0x3e,0xf0,0x3b,0x1b, + 0x3f,0xf9,0xc9,0x96,0x4c,0x47,0x7,0xb2,0x5a,0x8d,0x2c,0xfa,0x2a,0xab,0xbe,0x62, + 0x2c,0x4,0x24,0x93,0x28,0x99,0xc,0xe8,0x3a,0x32,0x91,0x20,0x14,0x2,0x5f,0x4a, + 0x2,0x20,0x14,0x82,0x50,0x55,0x91,0x9a,0x86,0xd0,0x75,0x44,0x36,0x1b,0xe9,0xba, + 0x94,0x48,0xdf,0x7,0xcf,0x5b,0xb1,0xf2,0x31,0x39,0x61,0xad,0x86,0x7b,0xfa,0x34, + 0x81,0x69,0xe2,0x5f,0xbe,0x4c,0x2,0x68,0xdb,0xb0,0x21,0x2d,0x15,0xe5,0x5e,0x6b, + 0x61,0xa1,0xd5,0xf,0xc3,0x83,0x2,0x6a,0x37,0x22,0x21,0x71,0x3d,0x9,0x88,0x57, + 0x3e,0x97,0xcd,0x7e,0xf1,0xae,0xbd,0x7b,0x7f,0x6b,0xe4,0xd7,0x7f,0x3d,0x95,0x50, + 0xd5,0x8,0x7c,0x7d,0x25,0x56,0x5,0x2f,0x25,0x22,0x99,0x84,0x74,0x9a,0x30,0xc, + 0xb1,0x8a,0x45,0xaa,0xe7,0xcf,0xb3,0x78,0xf6,0xac,0x63,0x15,0x8b,0xa6,0x5f,0xab, + 0x2d,0xfa,0x96,0xb5,0x24,0xa5,0x74,0x90,0x12,0x84,0xd0,0x12,0x9a,0xd6,0x9a,0xc8, + 0x66,0xdb,0xb5,0x8e,0xe,0xbd,0x75,0x70,0x50,0x6b,0x59,0xb3,0x86,0x74,0x4f,0xf, + 0x8a,0xe3,0x20,0x17,0x17,0x9,0xc,0x63,0x19,0xbc,0x94,0x12,0x69,0x59,0xd1,0x18, + 0x90,0x41,0x80,0x33,0x39,0x89,0x6a,0x9a,0xac,0xdd,0xb8,0x31,0xad,0x24,0x12,0x1f, + 0x9f,0x3e,0x76,0x4c,0xb8,0xbe,0xff,0xef,0x14,0x28,0x5e,0x4f,0xcf,0x57,0x25,0xe0, + 0x19,0x22,0x83,0xe7,0x43,0x8b,0x9e,0x4c,0xfe,0xee,0xe8,0xfb,0xde,0xf7,0xc4,0xc8, + 0x6f,0xfc,0x46,0x2a,0x1,0x91,0xb1,0x6b,0x74,0x69,0xcd,0xe0,0x55,0x15,0x25,0x9b, + 0xc5,0x35,0xc,0x4a,0x2f,0xbf,0xcc,0xec,0xfe,0xfd,0xb5,0xf9,0x13,0x27,0x5e,0x37, + 0x4a,0xa5,0x3,0x76,0xad,0xf6,0x9a,0xf,0x67,0x24,0x94,0xc2,0x28,0xec,0x75,0x1, + 0x4,0xa4,0x94,0x28,0x3c,0xee,0x4a,0xc0,0x88,0xa6,0xeb,0xf7,0x64,0x3a,0x3b,0xb7, + 0x77,0xc,0xf,0x8f,0xf5,0x8c,0x8f,0xb7,0xb4,0x8f,0x8c,0xa0,0xe6,0x72,0xf8,0xc5, + 0xe2,0xf2,0xfb,0x3,0xd3,0x8c,0x24,0xa2,0x3e,0xd7,0x10,0x8,0x66,0x66,0x50,0x5d, + 0x97,0xc2,0x96,0x2d,0x29,0xdf,0xf3,0x9e,0x98,0x39,0x71,0x62,0xd1,0x97,0xf2,0x3f, + 0xa9,0x60,0x3c,0x73,0xd,0x7b,0x20,0xae,0x5,0xde,0x3,0x35,0x1,0xff,0x72,0xf8, + 0x91,0x47,0xfe,0xf3,0xf6,0x2f,0x7c,0xa1,0x33,0x95,0xc9,0x20,0x4d,0xf3,0x2a,0x7d, + 0x5e,0xa1,0xff,0x89,0x4,0x61,0x2a,0xc5,0xec,0xfe,0xfd,0x4c,0xfd,0xf0,0x87,0xb3, + 0x97,0x8f,0x1f,0x7f,0xce,0xa8,0xd5,0xfe,0x21,0x80,0x57,0x1c,0xb8,0xb4,0x79,0xcb, + 0x16,0x67,0xea,0xe8,0xd1,0xeb,0x9,0x1d,0x6b,0x36,0x6e,0xe4,0xf5,0x89,0x9,0x4d, + 0x83,0x7e,0x5,0xee,0xcb,0xe8,0xfa,0x9e,0x8e,0x3b,0xef,0x7c,0x78,0xed,0xee,0xdd, + 0x85,0xae,0x8d,0x1b,0x61,0x69,0x9,0xbf,0x58,0xc4,0x99,0x98,0xc0,0x7c,0xed,0xb5, + 0xc8,0x1e,0xd4,0xe7,0x2c,0xc3,0x90,0x30,0xc,0x49,0xf4,0xf7,0xa3,0x6e,0xde,0xcc, + 0xb9,0x57,0x5f,0x9d,0x9f,0x9f,0x9a,0xfa,0xbc,0x84,0xbf,0x56,0x20,0x60,0x15,0x12, + 0x44,0x33,0xf8,0xf8,0xa6,0xf,0xf,0xf4,0x6f,0xda,0xf4,0xdf,0xef,0xfd,0xe2,0x17, + 0x37,0xe4,0xd7,0xad,0x43,0x56,0x2a,0xab,0xeb,0x79,0x5d,0x12,0xa4,0x94,0x90,0xcd, + 0x32,0xf5,0xa3,0x1f,0x99,0x47,0x9f,0x7e,0xfa,0x7,0xd5,0x72,0xf9,0x2f,0x3,0xd8, + 0x97,0x4d,0x26,0x2b,0xbe,0xe7,0x5d,0x5,0xb4,0x79,0x22,0xab,0x25,0x52,0x6a,0x22, + 0x81,0xe5,0xfb,0x79,0x15,0xde,0x96,0xd1,0xf5,0xdf,0xec,0x1d,0x1f,0xff,0xd5,0xa1, + 0x47,0x1f,0xcd,0xe9,0xba,0x4e,0xf5,0xfb,0xdf,0xc7,0x3a,0x72,0x4,0xa9,0x28,0x57, + 0xc0,0x4b,0x19,0xa9,0x7,0xa0,0x8d,0x8d,0xe1,0xf7,0xf7,0x33,0xf9,0xe2,0x8b,0xaf, + 0x57,0xe7,0xe7,0x3f,0xa1,0xc0,0xf3,0xab,0xbd,0xfb,0x2a,0x15,0xa8,0xaf,0x7e,0x7f, + 0xbe,0xad,0xed,0x73,0x63,0x7b,0xf7,0x6e,0xc8,0xf,0xf,0x23,0x97,0x96,0xae,0x6d, + 0xe4,0xe2,0x31,0x20,0x3d,0x8f,0xc5,0x93,0x27,0x8d,0xa5,0x72,0xf9,0x7f,0xa5,0x15, + 0xe5,0x47,0x41,0x18,0x12,0x83,0xbf,0x91,0x3b,0x5a,0x8d,0x90,0xc0,0xf7,0x49,0x41, + 0x45,0x8,0xf1,0x23,0xd3,0x34,0x5f,0x9d,0xda,0xb7,0xef,0xfd,0xb5,0xe9,0xe9,0xdf, + 0x5b,0xf7,0xd8,0x63,0x63,0x2d,0x43,0x43,0x28,0xe7,0xcf,0xe3,0x57,0xab,0x91,0x14, + 0x34,0x80,0xf,0x1,0xeb,0xcc,0x19,0x32,0xf9,0x3c,0x85,0x2d,0x5b,0xc6,0x9c,0x97, + 0x5e,0xfa,0x9c,0xeb,0x38,0x67,0x14,0xb8,0x74,0x15,0xc9,0xcd,0x2b,0xe0,0x80,0xaa, + 0xc1,0xc7,0xc7,0xf6,0xec,0xf9,0xc4,0xf0,0x87,0x3f,0x9c,0xc0,0xb2,0x6e,0xce,0xda, + 0xfb,0x3e,0x8a,0xae,0x13,0xaa,0x6a,0x76,0xe9,0xe8,0xd1,0x61,0xdb,0x30,0xce,0xa8, + 0x70,0x2e,0x7e,0xfe,0xf5,0x5c,0xd1,0x6a,0x9f,0x6f,0xd7,0xdb,0xe3,0xf5,0x6b,0x5, + 0x4c,0x1f,0xe,0x5a,0x4b,0x4b,0x47,0x96,0xce,0x9c,0x59,0xab,0xa4,0xd3,0x43,0xb9, + 0xe1,0x61,0xe1,0x97,0x4a,0x4,0xb6,0xbd,0xc2,0x16,0x48,0x20,0xc,0x43,0xfc,0x72, + 0x99,0x96,0x91,0x11,0xfc,0x30,0x1c,0x34,0x4b,0xa5,0xcb,0x1,0xbc,0xa2,0x80,0x6c, + 0xf4,0xa,0xcb,0x4,0x3c,0x5e,0xff,0x43,0x60,0x5b,0x61,0x74,0xf4,0x3f,0x6c,0xfe, + 0xf4,0xa7,0xfb,0xd3,0xb9,0x1c,0x98,0xe6,0x35,0x75,0x7e,0x45,0x90,0x13,0x4,0x48, + 0xd7,0x25,0x3f,0x3c,0x4c,0xb6,0xbf,0xbf,0x7f,0xfe,0xe8,0xd1,0xad,0xb6,0x65,0x9d, + 0xf6,0xe0,0x5c,0x82,0x1b,0xfb,0xe3,0xeb,0x11,0x11,0x93,0xa0,0x82,0x54,0x60,0xca, + 0x76,0x9c,0x57,0x8d,0xd9,0xd9,0xfe,0x44,0x6b,0xeb,0x68,0x7e,0x78,0x58,0xf1,0x4b, + 0x25,0x42,0xc7,0x21,0x14,0xe2,0xa,0x9,0x52,0x12,0xd8,0x36,0x48,0x49,0x76,0x78, + 0x38,0x51,0xbb,0x7c,0xb9,0xdf,0xb3,0xed,0x17,0x5,0xcc,0x36,0x2e,0x88,0xda,0xb4, + 0xfa,0x29,0x5d,0x55,0xff,0xf5,0x86,0x8f,0x7c,0xe4,0x9f,0xf7,0x3d,0xf0,0x80,0x22, + 0x2b,0x95,0x95,0x41,0x4d,0xb3,0x14,0x34,0x46,0x6a,0x75,0x29,0xc0,0x34,0xc9,0xdf, + 0x79,0x27,0x5a,0x57,0x57,0xdf,0xe2,0xf1,0xe3,0xdb,0x7c,0xdb,0x9e,0x68,0xe9,0xed, + 0x9d,0xf2,0xc,0xe3,0x4d,0x91,0xd0,0x48,0x84,0x80,0x92,0x17,0x4,0x7,0x8d,0x62, + 0x71,0x7d,0xaa,0xb3,0x73,0x34,0x77,0xc7,0x1d,0xc2,0x9b,0x9b,0x23,0xf4,0xfd,0x88, + 0x84,0xd8,0x55,0xa,0x81,0x57,0xab,0x91,0xee,0xef,0x87,0x74,0xba,0xd3,0x98,0x99, + 0xa9,0x6,0xf0,0xbc,0x2,0x41,0x3c,0x17,0x25,0x7e,0x89,0x8c,0xd8,0xd8,0xd4,0x39, + 0x36,0xb6,0x67,0xcd,0x3b,0xdf,0xa9,0x4a,0xcb,0x8a,0x2,0x91,0xa6,0x95,0x6e,0x8c, + 0xcb,0xaf,0x4a,0x69,0xc3,0x10,0xe9,0x38,0x4,0xb3,0xb3,0xc,0xec,0xde,0xcd,0xb6, + 0xdf,0xfe,0xed,0xf1,0xb6,0x9e,0x9e,0x3f,0xab,0xce,0xcd,0x3d,0xd0,0xb1,0x75,0xeb, + 0xa,0x55,0xbb,0x9d,0x4f,0x6c,0x27,0x44,0x34,0xf1,0xd3,0xb6,0xe3,0xfc,0xe1,0xf4, + 0xe1,0xc3,0xaf,0x18,0x40,0x6a,0xc3,0x86,0xc8,0x20,0xd6,0xc1,0x2f,0xab,0x82,0xe7, + 0x61,0x9e,0x39,0x43,0x7e,0xcd,0x1a,0x35,0xd3,0xd1,0xb1,0x47,0xc0,0xa6,0xc6,0x67, + 0x2e,0x13,0x50,0x6,0x45,0x13,0xe2,0x5d,0x6b,0x1f,0x7c,0x70,0x38,0xd3,0xdb,0x8b, + 0xb4,0xac,0xab,0xdd,0x5c,0x6c,0xed,0x45,0xe4,0x3c,0x9a,0xed,0xc2,0x72,0xa0,0x62, + 0x59,0x4,0xd3,0xd3,0xac,0xdd,0xb1,0x83,0xcd,0x1f,0xfb,0xd8,0xb6,0x96,0x8e,0x8e, + 0x3f,0x2f,0x1e,0x39,0xf2,0x50,0x9c,0xab,0xbd,0x55,0x24,0x38,0x70,0xd0,0xa8,0x54, + 0xfe,0x68,0xfa,0xf0,0xe1,0x69,0xa,0x5,0x12,0x3d,0x3d,0x84,0x61,0x78,0x5,0x3c, + 0x20,0x85,0xc0,0x29,0x16,0x23,0xc9,0x1c,0x18,0x18,0x56,0xe0,0x5d,0x6e,0x3,0x6e, + 0x35,0x9e,0x8c,0xa,0x7d,0x6d,0x7d,0x7d,0x9f,0xdf,0xf8,0xc4,0x13,0xeb,0xd3,0x2d, + 0x2d,0x51,0x8c,0xdf,0x0,0x70,0x19,0xbc,0xa6,0xe1,0x7,0x1,0x1,0xa0,0xb6,0xb6, + 0x46,0xbf,0xf3,0xbc,0xab,0xd3,0x57,0xcf,0x43,0xd6,0x6a,0xe4,0xef,0xbc,0x93,0x74, + 0x77,0x77,0x4f,0x79,0x62,0x62,0xdc,0xb3,0xed,0x53,0xaa,0x10,0xe7,0x25,0xb7,0x6f, + 0x13,0x62,0x95,0x78,0x1c,0x48,0x46,0x20,0xcf,0x7b,0x86,0xd1,0xae,0x6a,0xda,0xae, + 0xfc,0xe0,0xa0,0xe2,0xce,0xcc,0x10,0x34,0x6,0x48,0x52,0x46,0x79,0x4,0x90,0x1e, + 0x18,0x50,0xaa,0x33,0x33,0x89,0xd0,0xf3,0xfe,0x9f,0x2,0xd5,0xc7,0x1,0xf5,0x71, + 0x40,0x44,0xc6,0xe3,0xc1,0x81,0xb7,0xbd,0xed,0x5f,0xd,0xbe,0xfb,0xdd,0x19,0x61, + 0xdb,0x91,0xf8,0x37,0xae,0x70,0x10,0x20,0x32,0x19,0xcc,0xf9,0x79,0xce,0x3c,0xfb, + 0xec,0xe4,0xd4,0x4f,0x7e,0xb2,0x80,0xa6,0x75,0xb4,0x8e,0x8e,0x46,0xd1,0x59,0xbd, + 0xd2,0xb3,0x22,0x83,0xf3,0x3c,0x42,0xc3,0xa0,0x75,0x6c,0xc,0xbd,0xb7,0xb7,0x50, + 0x39,0x7d,0x7a,0x8b,0x6d,0x9a,0x67,0x94,0xba,0x77,0x78,0x2b,0x48,0x10,0xe0,0x7, + 0x30,0xed,0x9b,0xe6,0xdb,0xf2,0x43,0x43,0xfd,0x4a,0x10,0xe0,0x2d,0x2e,0x22,0x85, + 0x88,0x5c,0x63,0x5d,0x52,0x3,0xd7,0x25,0x33,0x34,0x84,0x63,0x18,0x79,0xbb,0x5c, + 0xde,0x2f,0xe0,0xf4,0xb2,0xa,0x2c,0x4a,0x99,0xc8,0xa4,0x52,0xf,0xf5,0xdc,0x73, + 0x4f,0xbb,0x9a,0x48,0x20,0x5d,0xf7,0xa,0xf8,0x86,0x82,0x84,0x4c,0x26,0xb9,0xf0, + 0xe3,0x1f,0x3b,0x13,0xdf,0xfd,0xee,0x7f,0x3b,0xbd,0x7f,0xff,0x27,0xe,0x7e,0xed, + 0x6b,0x7,0x2f,0x3e,0xff,0x3c,0xa2,0xb3,0x13,0x14,0x25,0x22,0xad,0x91,0x84,0x7a, + 0x29,0x2c,0x98,0x9a,0xa2,0x6f,0xcb,0x16,0x36,0x7d,0xf4,0xa3,0xdb,0xf5,0xb6,0xb6, + 0x2f,0x5,0xf0,0xb0,0xf1,0x16,0xa8,0x43,0xac,0xa,0x21,0x9c,0xb2,0x2b,0x95,0x67, + 0x17,0x2f,0x5e,0x74,0x92,0x3,0x3,0x90,0x4c,0x2e,0x83,0x8f,0x7b,0xdf,0xb2,0xf0, + 0xe6,0xe7,0xc9,0xf6,0xf5,0xb5,0xab,0x8a,0xf2,0xe,0xaf,0x1e,0x3,0x29,0x0,0x19, + 0xe8,0xc8,0x74,0x75,0xdd,0xdb,0xbe,0x71,0xa3,0x90,0x96,0xb5,0xd2,0xe0,0xd5,0xc7, + 0x22,0x99,0xc4,0xbc,0x7c,0x99,0x4b,0xfb,0xf7,0x9f,0x76,0xe0,0xff,0x26,0xe1,0xa7, + 0xc6,0xe2,0xe2,0x93,0x47,0xbf,0xf1,0x8d,0x83,0x97,0x5e,0x79,0x5,0xd1,0xdd,0xd, + 0xaa,0x7a,0x55,0x6e,0x2f,0x83,0x80,0xd0,0xb6,0xf1,0x2f,0x5e,0xa4,0xb0,0x65,0xb, + 0x77,0x7d,0xe4,0x23,0x77,0xeb,0xf9,0xfc,0x57,0xd2,0xf0,0xa0,0xd6,0xd6,0x26,0xde, + 0xc,0x9,0xb1,0x3d,0x48,0x42,0x18,0xc0,0xf,0x96,0x2e,0x5e,0x3c,0x15,0xa4,0x52, + 0xa8,0xed,0xed,0x91,0xe8,0xd7,0x83,0xa3,0xb0,0x4e,0x84,0x3d,0x33,0x43,0xba,0xad, + 0x4d,0x24,0x74,0xfd,0x1e,0x5,0x3a,0x96,0x9,0x10,0x30,0xd4,0xbe,0x7e,0xfd,0x48, + 0xa6,0xb7,0x37,0x2a,0x67,0xad,0x56,0xd4,0xd0,0x34,0x16,0x8e,0x1d,0xa3,0x32,0x3d, + 0xfd,0xbc,0xf,0x67,0x15,0x20,0x21,0xc4,0x4f,0xab,0xa5,0xd2,0x93,0x7,0xbf,0xfe, + 0xf5,0x3,0x17,0xf7,0xed,0x43,0xe9,0xed,0x5d,0x26,0x41,0x36,0xda,0x83,0x20,0x20, + 0xb4,0x2c,0xbc,0xf3,0xe7,0x59,0xb3,0x6d,0x1b,0x9b,0x3f,0xfa,0xd1,0xf1,0x7c,0x57, + 0xd7,0x7f,0x35,0xcb,0xe5,0xb7,0xc7,0x20,0xde,0xac,0x24,0x84,0x70,0xd6,0xae,0x54, + 0x5e,0x30,0x16,0x17,0x49,0xf6,0xf6,0x46,0x6e,0xb0,0x31,0x4f,0x0,0xdc,0x72,0x19, + 0xa1,0x28,0x68,0x6d,0x6d,0x23,0x2,0x86,0x0,0x14,0x45,0x55,0x51,0x60,0x28,0xbb, + 0x76,0x6d,0x67,0x22,0x95,0x2,0xcf,0x5b,0x59,0xb1,0xa9,0x57,0x7a,0xc2,0x20,0x60, + 0xfe,0xc4,0x89,0x9a,0x65,0xdb,0x3f,0x6b,0x51,0x14,0x87,0x3a,0xab,0x2a,0xfc,0xb4, + 0xb6,0xb0,0xf0,0xb9,0xc3,0x7f,0xf1,0x17,0x47,0xdf,0xd8,0xbf,0x1f,0xa5,0x50,0x88, + 0x48,0xf0,0xfd,0xab,0x2a,0x39,0xd2,0xb2,0xf0,0xce,0x9d,0xa3,0xb0,0x79,0x33,0x63, + 0xef,0x7f,0xff,0x56,0x3d,0x9f,0xff,0xf3,0xff,0x9,0xef,0x88,0x27,0x78,0x3b,0x24, + 0xc4,0x4,0xa6,0x84,0x70,0xfc,0x20,0xf8,0x99,0x51,0x2c,0xd6,0x94,0x7c,0x3e,0x4a, + 0xcc,0x1a,0xc0,0x4b,0xc0,0xb7,0x6d,0xfc,0x5a,0x8d,0x54,0x3e,0xdf,0x9,0xc,0x9, + 0x21,0x50,0x8e,0x7,0x81,0x92,0x49,0xa5,0x46,0xf2,0x3,0x3,0x9a,0x88,0xeb,0x72, + 0xcd,0xe2,0xaf,0x28,0xb8,0x86,0x41,0x75,0x6a,0x6a,0x3a,0x84,0x13,0x61,0x3d,0xf6, + 0x17,0xf5,0x7,0xcf,0xc3,0xcf,0x8c,0xa5,0xa5,0x4f,0x9f,0xf8,0xe6,0x37,0x8f,0x5e, + 0x7a,0xf5,0x55,0x94,0xbe,0xbe,0xa8,0xb4,0xed,0xfb,0x91,0x5,0x6e,0x2c,0x64,0x58, + 0x16,0xee,0xd9,0xb3,0x14,0x36,0x6e,0x64,0xe3,0x87,0x3e,0xb4,0x59,0x6f,0x6d,0xfd, + 0xaa,0x84,0x87,0x95,0x7a,0x14,0x77,0xbb,0x92,0x50,0xcf,0x3,0x4e,0xd8,0xe5,0xf2, + 0xb4,0xac,0x57,0x91,0x1b,0x73,0x83,0x10,0xa2,0x7d,0x87,0x5a,0x8d,0x54,0x6b,0xab, + 0xa6,0x2a,0xca,0x48,0x55,0x4a,0x45,0xe9,0x86,0x44,0x52,0xd7,0x7,0xf4,0x9e,0x1e, + 0x55,0x36,0x14,0x35,0x1b,0x83,0x1d,0x84,0xc0,0x9e,0x9f,0xa7,0x3a,0x3b,0x3b,0x19, + 0xc0,0x74,0xcc,0x7c,0xcc,0x7e,0xf,0xa0,0xe7,0xf3,0x2f,0x2c,0x15,0x8b,0x9f,0x3a, + 0xf2,0xf4,0xd3,0x87,0xde,0x78,0xed,0x35,0x94,0xfe,0x7e,0xa4,0xaa,0x2e,0x83,0xf, + 0xe3,0x16,0x86,0x48,0xd3,0xc4,0x3d,0x7d,0x9a,0xc2,0x86,0xd,0xdc,0xf5,0xc1,0xf, + 0x8e,0xb7,0x74,0x76,0x7e,0x29,0x90,0xf2,0x91,0x18,0xcc,0xad,0x92,0x10,0xcf,0x43, + 0xc2,0xb4,0x53,0xab,0x4d,0xfa,0x9e,0x87,0x48,0xa7,0xaf,0x0,0x6f,0x30,0x88,0x6e, + 0xb9,0x8c,0xaa,0x69,0xaa,0x92,0x4c,0xe,0xa4,0x20,0xa1,0xa4,0x20,0x29,0x52,0xa9, + 0xce,0x64,0x2e,0x17,0x6d,0x5c,0x34,0x45,0x77,0x71,0x59,0xcb,0x5b,0x5a,0x22,0x70, + 0xdd,0x69,0x13,0xcc,0xd5,0x5e,0xee,0x56,0x2a,0xb2,0x4,0x2f,0xd4,0x16,0x16,0x3e, + 0x7b,0xec,0xe9,0xa7,0xf,0x5d,0x3a,0x78,0x10,0xb5,0xaf,0xf,0xa9,0xaa,0x51,0xe1, + 0xa2,0xb1,0xe6,0x1f,0x4,0x4,0x96,0x85,0x73,0xea,0x14,0x5d,0xeb,0xd6,0x31,0xba, + 0x67,0xcf,0xf6,0x4c,0x3e,0xff,0xa5,0x10,0x1e,0x2e,0xdd,0x26,0x9,0x0,0x3e,0x98, + 0x32,0x8,0xa6,0x7d,0xd7,0x45,0x68,0xda,0xa,0x2f,0xd0,0xe8,0xd,0x44,0x22,0x81, + 0x50,0xd5,0x4e,0x1,0x49,0x25,0x1,0x9a,0x9a,0x4a,0x65,0xd5,0x74,0x7a,0xc5,0xae, + 0x4d,0x63,0xa8,0x2b,0xa5,0xc4,0x33,0x4d,0x29,0x7d,0xbf,0x58,0xa9,0x17,0x16,0x56, + 0x23,0xa1,0x17,0x50,0xe0,0x39,0x73,0x69,0xe9,0xc9,0x89,0x6f,0x7d,0xeb,0xc0,0xec, + 0x89,0x13,0xa8,0x77,0xdc,0xb1,0x6c,0x13,0x8,0x2,0x64,0x5d,0x2d,0x96,0xd5,0xe1, + 0xcc,0x19,0xba,0x86,0x87,0x19,0x7d,0xef,0x7b,0xc7,0x33,0xb9,0xdc,0x57,0xda,0xe1, + 0x1,0x2d,0x97,0xbb,0x2d,0xef,0xe0,0x41,0x20,0xc3,0xb0,0x18,0xfa,0xbe,0x94,0xaa, + 0x7a,0x15,0xf8,0x10,0xf0,0x5d,0x37,0x22,0x20,0x91,0xc8,0xa,0xd0,0x14,0x20,0xa5, + 0x65,0xb3,0x29,0x35,0x91,0x58,0x8e,0xfd,0x57,0x84,0xb7,0x71,0x41,0xd2,0x75,0x43, + 0xa4,0xac,0x5d,0x8a,0x9e,0x73,0x4d,0x31,0x4,0x50,0x85,0xf8,0x49,0xb5,0x54,0x7a, + 0xf2,0xe8,0xdf,0xfc,0xcd,0x81,0x4b,0x47,0x8e,0x90,0x18,0x1c,0x44,0x24,0x12,0xc8, + 0x7a,0x81,0x73,0xd9,0x3d,0x86,0x21,0x81,0x65,0x61,0x9f,0x3c,0x49,0xf7,0xfa,0xf5, + 0x8c,0xbe,0xf7,0xbd,0xe3,0x2d,0x1d,0x1d,0x4f,0x99,0xd5,0xea,0xdb,0xab,0xb7,0x21, + 0x9,0x16,0x84,0x48,0x69,0x84,0x61,0x18,0x4a,0x21,0xae,0xd4,0x9,0x60,0x39,0x20, + 0xa,0x7d,0x9f,0x10,0x50,0x92,0xc9,0x54,0xbd,0x14,0x87,0x50,0x54,0x55,0x89,0x4b, + 0xd2,0x8d,0x19,0x5e,0x93,0x4f,0x97,0x40,0x50,0xbd,0xce,0x4,0xf6,0x52,0xf,0x4c, + 0xa4,0x44,0x81,0xe7,0x8c,0x72,0xf9,0xb3,0x27,0x9e,0x79,0xe6,0xe8,0xcc,0xd1,0xa3, + 0x24,0x6,0x7,0x91,0xc9,0xe4,0xf2,0x73,0xc3,0x6,0x82,0x3,0xd3,0xc4,0x9a,0x98, + 0xa0,0xb3,0xaf,0x8f,0xc1,0xfb,0xef,0xdf,0x92,0x4e,0xa7,0x9f,0xca,0xc2,0x43,0x71, + 0x1,0xfd,0x66,0x49,0xf0,0x23,0xa0,0x81,0x94,0x52,0x86,0x4d,0x2e,0x30,0x6c,0x88, + 0x7,0xa4,0x94,0x8,0x21,0x22,0xec,0x80,0xef,0x59,0x96,0x1f,0x36,0x84,0xbe,0x2b, + 0xea,0xf2,0xf5,0x56,0xff,0x83,0xf4,0xda,0x1b,0x6c,0xa6,0xc4,0x24,0x0,0x54,0xe1, + 0xe7,0x66,0xb5,0xfa,0xa9,0xd7,0xbf,0xfd,0xed,0xa3,0x33,0x27,0x4e,0x90,0x5c,0xb7, + 0x2e,0x72,0x4f,0x75,0x3b,0x20,0x7d,0x3f,0x1a,0x87,0x21,0x5e,0xa9,0xc4,0xe2,0xf7, + 0xbe,0x47,0x2e,0x91,0x60,0x70,0xf7,0xee,0x2d,0x9a,0xae,0x7f,0x5,0x78,0x38,0x7e, + 0xee,0xcd,0x90,0x90,0x8d,0x5e,0x9d,0x46,0x51,0x14,0xd9,0xb0,0xf2,0x8d,0x52,0x80, + 0xaa,0x22,0x14,0x85,0xd0,0xf7,0x7d,0xc0,0x57,0x24,0x38,0xae,0x69,0x5a,0x81,0x65, + 0x1,0x5c,0xbd,0x53,0xe3,0xfb,0x48,0xdf,0x47,0x49,0x26,0x15,0x14,0xa5,0xbd,0xbb, + 0x21,0x93,0xba,0x1e,0x9,0x0,0x6d,0x40,0x4b,0x7b,0xfb,0x2f,0xaa,0xa5,0xd2,0xa7, + 0x4e,0xfc,0xed,0xdf,0x1e,0x9a,0x99,0x98,0x20,0xb9,0x7e,0x3d,0x24,0x93,0x2b,0x6c, + 0x81,0x5f,0x2e,0x63,0x9f,0x3a,0x85,0x73,0xe1,0x2,0x95,0x97,0x5e,0x22,0xaf,0xeb, + 0xc,0xde,0x7f,0xff,0x76,0x2d,0x9b,0xfd,0x52,0x8,0xef,0x8c,0x75,0xee,0x46,0x24, + 0xa4,0x40,0x11,0x42,0xb4,0x9,0x45,0x51,0xc2,0x7a,0x8d,0x30,0x6c,0x72,0x85,0x24, + 0x12,0x91,0x37,0xf2,0x3c,0x4b,0x82,0xa3,0x78,0xe0,0x85,0x9e,0x57,0xf1,0x6a,0xb5, + 0xe5,0x1a,0x7b,0x63,0x14,0x27,0x83,0x0,0xe9,0x79,0x24,0x32,0x19,0x84,0xaa,0xf6, + 0xe9,0x51,0x12,0x76,0xc3,0x4f,0x4c,0x82,0xb5,0xb8,0x28,0x4d,0x78,0xc1,0xaa,0x54, + 0x3e,0xfb,0xfa,0xdf,0xfd,0xdd,0xa1,0xe2,0xe9,0xd3,0x24,0x87,0x86,0xa2,0x89,0x78, + 0x1e,0x5e,0xb1,0x88,0x75,0xf2,0x24,0xde,0xe2,0x22,0xa1,0x10,0x4,0xb5,0x1a,0xd5, + 0x7d,0xfb,0xc8,0x26,0x93,0xac,0xbd,0xef,0xbe,0xed,0x5a,0x26,0xf3,0x65,0xe0,0x1d, + 0x37,0x93,0x3b,0x24,0x20,0x29,0x54,0xb5,0x4f,0x24,0x93,0x4,0x9e,0xb7,0x32,0x2d, + 0xae,0x37,0xa1,0x69,0xb1,0xd4,0x55,0x24,0x78,0x8a,0x5,0x5e,0xe8,0x38,0x33,0xce, + 0xe2,0xe2,0xca,0x58,0x3e,0x16,0xd3,0x30,0x44,0xba,0x2e,0xa9,0x7c,0x9e,0x54,0x4b, + 0xcb,0x5a,0xad,0x1e,0x43,0xdf,0x8c,0x48,0xc6,0x24,0xe4,0x88,0xbc,0x83,0x55,0xa9, + 0x3c,0x79,0xea,0x3b,0xdf,0x39,0x50,0x3a,0x7f,0x9e,0xd4,0xf0,0x30,0x7e,0xa9,0x84, + 0xf5,0xfa,0xeb,0xf8,0xd5,0x6a,0x34,0xc9,0xfa,0x46,0x87,0x6f,0x9a,0x54,0x7f,0xf9, + 0x4b,0x5a,0x74,0x9d,0xb5,0xf7,0xdf,0x3f,0xae,0xe9,0xfa,0x57,0x33,0xf0,0x40,0x42, + 0xd7,0x57,0x25,0x21,0xbe,0x56,0xa0,0x43,0x49,0xa5,0xd6,0x2a,0x9a,0x86,0x5f,0xaf, + 0x13,0xae,0x88,0x6,0xa5,0x44,0x6d,0x69,0x21,0x70,0x5d,0xa4,0xef,0xcf,0x48,0xf0, + 0x94,0x3d,0xef,0x79,0x8f,0x6f,0x1b,0xc6,0x64,0xe5,0x8d,0x37,0x5c,0x14,0x65,0x25, + 0xf8,0x98,0xc,0xc7,0x21,0xa5,0xeb,0xe4,0xfa,0xfb,0x87,0x5,0xac,0xbb,0x19,0x9, + 0x68,0x26,0x1,0x40,0x85,0x9f,0x18,0x8b,0x8b,0x4f,0xbe,0xfe,0xf7,0x7f,0x7f,0x68, + 0xe6,0xc8,0x11,0xd4,0x9e,0x1e,0xa4,0xa2,0x5c,0x1,0x1f,0x1b,0x2e,0x21,0xf0,0x4d, + 0x93,0xa5,0xfd,0xfb,0xc9,0xa6,0xd3,0xac,0xd9,0xb9,0x73,0x3c,0x9d,0xcd,0x3e,0xe5, + 0x9a,0xe6,0x83,0x71,0x10,0xb2,0xda,0x2,0x8,0x58,0x97,0xca,0xe7,0x87,0x9,0x43, + 0x7c,0xcb,0x5a,0x11,0x6,0x87,0xf5,0x12,0x59,0xb2,0xb5,0x15,0xdf,0x30,0xdc,0xc0, + 0xf3,0x26,0xdb,0x86,0x87,0x7d,0xe5,0x95,0xef,0x7c,0x7,0xf,0xce,0x1a,0x97,0x2e, + 0x19,0x61,0x3d,0xee,0x5f,0x91,0xd7,0xd7,0x25,0x40,0x5,0xf2,0x3,0x3,0x9d,0x49, + 0xb8,0xef,0xc2,0x2d,0x1e,0xac,0x88,0xd,0xa3,0x8c,0xfa,0xe7,0xcc,0x4a,0xe5,0xf7, + 0xce,0xfe,0xe3,0x3f,0x1e,0x5b,0xac,0x54,0xd0,0x77,0xee,0x44,0x64,0x32,0xab,0x56, + 0x72,0x7c,0xc3,0xa0,0xbc,0x7f,0x3f,0x7a,0x3a,0x4d,0xdf,0x8e,0x1d,0x5b,0x52,0xe9, + 0xf4,0xd7,0xd2,0xf0,0x50,0xf3,0xca,0x3,0x58,0x91,0x45,0xbf,0x4f,0xeb,0xec,0xec, + 0xf4,0x6a,0x35,0x7c,0xc7,0x41,0xc6,0x45,0xd2,0xba,0x1d,0x20,0x99,0x44,0xd5,0x75, + 0xbc,0x4a,0xc5,0x90,0x70,0xd6,0x3c,0x7b,0x36,0x32,0x68,0x12,0xa6,0x96,0xa6,0xa6, + 0x2e,0xda,0xb5,0x1a,0x32,0x56,0x83,0x46,0x3b,0x50,0xaf,0xee,0x74,0x8e,0x8d,0x25, + 0x33,0xad,0xad,0x8f,0x16,0x6e,0x41,0xd,0x9a,0x25,0x41,0x0,0x3f,0x83,0x9f,0x3b, + 0xb6,0xfd,0xc9,0xb,0xaf,0xbc,0x72,0x64,0xc9,0x30,0xc8,0xee,0xdc,0x89,0xd0,0x75, + 0x1a,0x5d,0x57,0xbc,0x62,0x31,0x9,0x19,0x5d,0xa7,0x6f,0xd7,0xae,0x2d,0xa9,0x4c, + 0xe6,0x2b,0x12,0xde,0xd9,0x4c,0x82,0x6,0x1d,0x6a,0x3a,0xfd,0x68,0xba,0xbb,0x3b, + 0x69,0x17,0x8b,0x91,0x9b,0x65,0x65,0x24,0xa8,0xea,0x3a,0x6a,0x3a,0x8d,0x57,0x2e, + 0x5f,0x4,0xa6,0xea,0x6a,0x3,0x1,0x4c,0xd7,0x66,0x67,0x4f,0x54,0x2f,0x5e,0x44, + 0x64,0x32,0x2b,0xdc,0x5f,0x3c,0xe,0x96,0x96,0xc8,0xf5,0xf5,0xd1,0x31,0x3c,0x7c, + 0x8f,0xa,0x3b,0x85,0xb8,0xf5,0xe3,0x45,0x31,0x9,0x8f,0x0,0xe9,0x6c,0xf6,0x5, + 0xab,0x56,0xfb,0xf4,0xd4,0x4b,0x2f,0x1d,0x5a,0x32,0xc,0x5a,0x76,0xed,0xba,0x42, + 0x42,0x53,0x4,0xe7,0x19,0x6,0xb,0xfb,0xf6,0x91,0xc9,0x64,0xe8,0xbb,0xff,0xfe, + 0xed,0x49,0x5d,0x5f,0xe1,0x1d,0xea,0xc4,0xee,0x4c,0x77,0x77,0xdf,0xa3,0x68,0x1a, + 0x56,0xb1,0x78,0x55,0x4,0x18,0x4a,0x49,0xaa,0xab,0xb,0xdf,0xb2,0xf0,0x6b,0xb5, + 0x9,0xea,0x39,0x8d,0x2,0xf0,0x75,0x30,0xec,0x6a,0xf5,0x17,0xa5,0xe3,0xc7,0x5d, + 0x99,0x4c,0x2e,0x6f,0x35,0x35,0x9e,0xd2,0x8,0x4d,0x13,0xd5,0xf3,0x28,0xdc,0x7b, + 0x6f,0x4f,0x3a,0x9d,0xfe,0xb0,0x2b,0x65,0xfe,0x56,0xa5,0xa0,0x91,0x4,0xd7,0x30, + 0xf0,0xe1,0x5,0xc7,0xb2,0x3e,0x7b,0x71,0xff,0xfe,0x43,0x55,0xcb,0xa2,0x65,0xc7, + 0x8e,0x68,0x73,0xa5,0xa9,0x98,0x11,0xdb,0x84,0x85,0x97,0x5e,0x22,0x95,0x4c,0xd2, + 0xbb,0x63,0xc7,0xdd,0xa9,0x74,0xfa,0xcb,0xd4,0x83,0xa5,0x10,0xf2,0x6a,0x22,0xf1, + 0xe1,0xec,0xe0,0x60,0x8f,0x5d,0x2c,0xb2,0xec,0xd1,0x62,0x75,0x92,0x12,0xa1,0xaa, + 0x64,0xa,0x5,0xdc,0x52,0xc9,0xd,0x1d,0xe7,0x45,0xb,0x8c,0x65,0x2,0x3e,0xb, + 0x78,0xf0,0x62,0xe9,0xd8,0xb1,0x29,0xc7,0x30,0x10,0xa9,0xd4,0xca,0x38,0xa0,0x2e, + 0x9,0xfe,0xe5,0xcb,0x74,0x8e,0x8d,0xd1,0x35,0x36,0xf6,0x2b,0x2a,0x3c,0x9a,0x48, + 0xa5,0x78,0x33,0x24,0xa4,0xa2,0x9,0x3c,0xe7,0x5a,0xd6,0x93,0x6f,0xbc,0xfc,0xf2, + 0x1,0xc3,0x75,0xc9,0xed,0xda,0x85,0x92,0xc9,0x44,0xa4,0xd3,0x60,0xc1,0x85,0x88, + 0x24,0x61,0xff,0x7e,0x52,0x99,0xc,0xbd,0xbb,0x76,0x8d,0xa7,0x74,0xfd,0x4f,0x25, + 0x3c,0x0,0x3c,0x96,0x29,0x14,0x7e,0x45,0x6b,0x6f,0xa7,0x7a,0xee,0xdc,0x15,0xf1, + 0xaf,0x83,0xf,0xa5,0x24,0xd1,0xda,0x4a,0x22,0x9f,0xc7,0x9e,0x9b,0x9b,0x96,0xf0, + 0x52,0xb6,0x3e,0x7,0x35,0xde,0x6c,0xf0,0xa1,0x22,0x4d,0x73,0x6b,0xdb,0xba,0x75, + 0xe3,0xb9,0xbe,0x3e,0xc2,0xa5,0xa5,0x95,0x31,0x41,0x18,0x12,0xda,0x36,0xaa,0xae, + 0x93,0xea,0xec,0xcc,0x2e,0x9c,0x3c,0xd9,0x65,0x9a,0xe6,0xb,0x2,0xca,0x37,0x73, + 0x12,0xa3,0xf9,0x13,0x17,0x35,0xeb,0x86,0xf1,0x9c,0xe7,0x79,0xa7,0xcc,0xd9,0xd9, + 0x71,0xad,0xa7,0xa7,0x90,0x1d,0x1a,0xc2,0x99,0x9b,0x23,0xf0,0x3c,0x10,0xe2,0x4a, + 0x8,0x2b,0x4,0x81,0xeb,0x62,0xcf,0xcd,0xa1,0xf,0xc,0x90,0x2e,0x14,0xa,0x81, + 0x61,0xec,0x4e,0xe5,0xf3,0xf,0xb4,0x6e,0xda,0xb4,0xce,0x9e,0x9b,0xa3,0x36,0x35, + 0xb5,0x2,0x7c,0x4c,0x5e,0x7e,0x74,0x14,0x45,0x4a,0x8c,0x33,0x67,0xbe,0x1f,0x86, + 0xe1,0x5f,0x8b,0xfa,0xd6,0xbc,0x1a,0x4f,0x44,0x4b,0x26,0x3d,0xc7,0x71,0x12,0x9, + 0x45,0xf9,0x67,0x3d,0xe3,0xe3,0x69,0x6a,0x35,0xa4,0xeb,0xae,0xac,0xf7,0x7,0x1, + 0xa1,0x69,0xa2,0xf,0xc,0x10,0x86,0xe1,0x1d,0x95,0x73,0xe7,0x84,0x17,0x86,0xfb, + 0x4,0xb8,0xe2,0x16,0x9,0x68,0x24,0x81,0x68,0xc2,0xe7,0x3,0xdf,0x3f,0x69,0xcd, + 0xcd,0xdd,0x9b,0x2e,0x14,0x7a,0x1a,0x49,0x68,0x36,0x8c,0x31,0x9,0xe9,0x42,0x1, + 0xfd,0x8e,0x3b,0x3a,0xb5,0xee,0xee,0x1e,0xaf,0x52,0xa1,0x7c,0xfc,0x78,0x14,0xe5, + 0x35,0x80,0xf,0xa5,0x44,0xcd,0xe5,0x68,0xdf,0xb4,0x9,0xf3,0xec,0xd9,0xb2,0xbb, + 0xb0,0xf0,0x27,0xaa,0xa2,0x1c,0x42,0x4a,0xf6,0x52,0xdf,0x1a,0x7b,0xbc,0xae,0xf3, + 0x1,0x94,0xfc,0xa5,0xa5,0x7b,0xdb,0xd6,0xaf,0xbf,0x33,0xdb,0xd5,0x45,0x50,0xa9, + 0x5c,0x1,0x1f,0x6f,0x37,0xd9,0x36,0x61,0xb9,0x4c,0xb6,0xbf,0x5f,0xb5,0x4a,0xa5, + 0xd,0xc6,0xfc,0x7c,0x39,0x84,0x43,0xa2,0xbe,0xdd,0x74,0xbb,0x92,0xa0,0x0,0xb9, + 0x35,0x6b,0xa6,0xcc,0x85,0x85,0xa3,0xd6,0xe5,0xcb,0xf7,0xa4,0xb,0x85,0x42,0xcb, + 0xba,0x75,0x58,0x73,0x73,0x84,0xae,0x7b,0x55,0x79,0x2b,0xf0,0x3c,0xcc,0xd9,0x59, + 0xec,0xd9,0x59,0xcc,0x4b,0x97,0x30,0xa6,0xa7,0x9,0x63,0xb2,0x1a,0x8c,0x5f,0xbc, + 0xfa,0x89,0x54,0x8a,0xda,0xc4,0xc4,0x73,0xd2,0xf7,0xff,0xb,0x52,0x1a,0xf1,0xbb, + 0xd5,0xc6,0x49,0xe4,0x5a,0x5b,0xd,0xa3,0x52,0x9,0x45,0x10,0x3c,0xd2,0x35,0x3e, + 0x9e,0xa6,0x7e,0xe6,0x4f,0x7a,0x1e,0x41,0xad,0x86,0x3f,0x33,0x83,0x3b,0x39,0x89, + 0x7d,0xec,0x18,0xb2,0x54,0xa2,0x65,0x74,0x34,0x63,0x57,0x2a,0xdb,0xac,0x4a,0x65, + 0x5e,0xc2,0x71,0x1,0xc1,0x9b,0x51,0x7,0xb7,0x5a,0x25,0x95,0xcf,0x5f,0x70,0x6a, + 0xb5,0x13,0xd6,0xec,0xec,0xdd,0x5a,0x4c,0xc2,0xec,0x2c,0xa1,0xeb,0xae,0xac,0xf5, + 0xd7,0xf7,0x0,0x7d,0xd7,0x8d,0x22,0xbb,0xd8,0x66,0x34,0x5b,0xfe,0xb6,0x36,0x3a, + 0x36,0x6f,0xc6,0x38,0x75,0xaa,0xec,0x96,0x4a,0x7f,0xa4,0x6a,0xda,0x7e,0x19,0x4, + 0xcb,0x76,0x68,0xc5,0xee,0xb0,0xe7,0x38,0xf8,0x30,0xe3,0x2e,0x2e,0x8e,0xb6,0x74, + 0x77,0x6f,0xce,0xb6,0xb5,0xe1,0x1c,0x3f,0x8e,0x7b,0xea,0x14,0xee,0xeb,0xaf,0xe3, + 0x9e,0x3f,0x8f,0x3f,0x3f,0x4f,0x68,0x59,0xf8,0x8b,0x8b,0x24,0x92,0x49,0x5a,0x37, + 0x6c,0xc8,0x39,0xd5,0xea,0xe,0xbb,0x52,0xb1,0x43,0x98,0x88,0xd5,0xe1,0x76,0x49, + 0x8,0x1d,0x87,0x0,0xa6,0x42,0xdf,0x3f,0x6d,0xcf,0xcd,0x6d,0x4d,0x17,0xa,0x7d, + 0xd9,0xc1,0x41,0xec,0xb9,0xb9,0x8,0x68,0xdd,0x26,0xc8,0xa6,0x76,0xd5,0xca,0x3, + 0x42,0x55,0x69,0xdf,0xb6,0xd,0xe1,0x38,0xd4,0x4e,0x9e,0xfc,0xae,0xc,0xc3,0x3f, + 0x23,0x8,0x2c,0x58,0x65,0x7b,0x3c,0x9e,0x40,0x2,0x2c,0xcf,0xf3,0x16,0x9c,0xb9, + 0xb9,0x7,0xf3,0xf9,0x7c,0x3b,0x17,0x2f,0xe2,0x4d,0x4e,0x46,0xdb,0xcf,0xd,0xec, + 0x87,0x80,0xbf,0xb0,0x40,0x22,0x91,0xa0,0x75,0xe3,0xc6,0x5c,0xe0,0x38,0xbb,0x9c, + 0xa5,0xa5,0x8e,0x40,0xca,0x53,0x9,0x55,0x2d,0x4b,0x29,0xb9,0x55,0x95,0x68,0x54, + 0x7,0x1,0xe7,0x2,0xdf,0x3f,0x6d,0x15,0x8b,0x9b,0xd3,0x7d,0x7d,0xfd,0xe9,0x9e, + 0x9e,0x48,0x12,0xe2,0x83,0x51,0xac,0xf4,0xf3,0xcd,0xe0,0xa5,0x94,0x64,0x87,0x86, + 0xc8,0xf,0xc,0x50,0x3d,0x7c,0xf8,0x9c,0x5f,0xab,0xfd,0x81,0x80,0x13,0x70,0x55, + 0x78,0x7e,0xe5,0x13,0x1b,0xa4,0x0,0xa6,0xdd,0x6a,0x35,0x25,0xc3,0x70,0x77,0xc7, + 0xe8,0x68,0x32,0x5c,0x5c,0x5c,0xf5,0x10,0x82,0xc,0x43,0xbc,0xf9,0x79,0x54,0xa0, + 0x7d,0xe3,0xc6,0x8c,0xd0,0xb4,0x7b,0x9c,0xa5,0xa5,0x6d,0x9e,0xeb,0xd6,0x42,0x98, + 0x56,0xc0,0x89,0x9f,0x7b,0xb3,0x64,0x3c,0xde,0x30,0x16,0x70,0xce,0xf7,0xbc,0x93, + 0x81,0x69,0xde,0x97,0x2e,0x14,0x7a,0xdc,0x4a,0x5,0xcf,0x34,0x23,0xcf,0x70,0x3, + 0xf0,0xc9,0x8e,0xe,0x3a,0xc7,0xc7,0x31,0xcf,0x9c,0xb1,0xec,0x8b,0x17,0xbf,0xc, + 0x3c,0x2b,0xea,0x19,0x71,0xe3,0x1c,0x56,0x1c,0x91,0xd9,0x4b,0xe4,0xd3,0x55,0xf0, + 0x2,0xf8,0xab,0xd9,0xd3,0xa7,0x37,0xe9,0x6d,0x6d,0x7b,0x7b,0x37,0x6f,0x56,0xfc, + 0x57,0x5e,0x89,0xc,0x60,0x3d,0xbe,0x6e,0x3c,0x93,0x63,0x9f,0x3d,0x8b,0x5a,0xad, + 0x52,0xd8,0xbc,0x39,0x99,0xed,0xee,0x7e,0xa4,0x38,0x31,0xb1,0xb5,0x32,0x33,0xf3, + 0x43,0xcf,0xf7,0x9f,0x95,0xf0,0x72,0x15,0x16,0xda,0xea,0xf5,0x88,0x9b,0x8d,0x19, + 0x6a,0x20,0xf4,0x28,0xe4,0xce,0x5,0x8e,0x73,0x39,0x70,0xdd,0x68,0xfb,0xad,0x19, + 0xf0,0x2a,0xe0,0x95,0x74,0x9a,0x8e,0xf1,0x71,0xfc,0xcb,0x97,0x43,0x6b,0x72,0xf2, + 0xff,0x48,0xf8,0x2b,0x1,0x5e,0xf3,0xea,0x5f,0x25,0x1,0xf1,0xa,0x88,0xa8,0x19, + 0x7e,0x18,0x9e,0xb6,0x17,0x17,0xc7,0xf5,0xbe,0xbe,0x1,0xbd,0xb3,0x13,0xaf,0x54, + 0x5a,0x2e,0x92,0x36,0x9f,0xc9,0x9,0x6a,0x35,0xdc,0xb9,0x39,0xb4,0x6c,0x96,0xf6, + 0xd1,0xd1,0x6c,0xa6,0xab,0x6b,0x1b,0x52,0x3e,0x26,0x1d,0xe7,0xbe,0x94,0xef,0xf7, + 0x6,0xa0,0xca,0xe8,0x8,0x85,0x6f,0x83,0x9c,0x1,0xf6,0x3e,0xf5,0x14,0xeb,0x7f, + 0xed,0xd7,0xf8,0xd9,0xf,0x7e,0x20,0x52,0xd1,0x5c,0x34,0xa2,0x2a,0xfb,0x56,0xd, + 0xde,0x97,0x48,0xa7,0x3f,0x97,0xed,0xeb,0xfb,0x64,0xeb,0xd8,0xd8,0x5d,0x42,0x55, + 0x85,0x71,0xf1,0x22,0x81,0xe7,0x5d,0x17,0x3c,0xc9,0x24,0xed,0xdb,0xb6,0x91,0x4c, + 0x24,0xa8,0x1e,0x3e,0xbc,0x2f,0x70,0x9c,0x2f,0x88,0xeb,0x1c,0xd5,0x59,0x35,0xa0, + 0x8f,0x57,0xc9,0x8a,0x66,0xf4,0x58,0x6b,0x57,0xd7,0x9f,0xae,0xdf,0xb9,0xf3,0xae, + 0x74,0xad,0x86,0x7d,0xfc,0x38,0x81,0xe3,0x5c,0x7d,0x26,0x87,0x2b,0xf9,0xbc,0xd2, + 0xd6,0x46,0x6a,0x68,0x8,0xa5,0xab,0xb,0xdb,0xb6,0xa9,0x16,0x8b,0x9e,0x55,0x2a, + 0x95,0xec,0x4a,0xe5,0x6c,0xe0,0x38,0x53,0x32,0x8,0xa6,0x65,0x18,0x5e,0x26,0xfa, + 0x57,0x19,0x4,0x64,0x50,0x94,0x6e,0xa1,0xaa,0x6b,0xd4,0x54,0x6a,0x30,0xd5,0xda, + 0x3a,0xac,0x75,0x76,0x76,0x69,0x5d,0x5d,0x49,0x35,0x9d,0xc6,0x2e,0x16,0xa9,0x9c, + 0x3e,0x8d,0x5b,0xa9,0x5c,0x17,0xbc,0x48,0xa5,0x68,0xdb,0xbc,0x99,0x4c,0x7b,0x3b, + 0xd5,0x3,0x7,0x26,0xdc,0x85,0x85,0xdf,0x5,0xfe,0xe9,0x7a,0xe7,0x86,0xaf,0x99, + 0xd1,0xc4,0xe7,0x5,0x3,0x50,0x14,0x78,0x77,0x5b,0x4f,0xcf,0x1f,0xf,0x6e,0xdf, + 0xbe,0x21,0xe3,0xba,0x58,0xc7,0x8e,0xe1,0x9b,0xe6,0x95,0x74,0x33,0x6,0xdf,0x58, + 0x78,0x14,0x2,0xa5,0xa5,0x85,0x44,0x77,0x37,0x89,0xee,0x6e,0xc8,0x66,0x9,0xa8, + 0x6f,0x4f,0xb9,0x2e,0x81,0xef,0xfb,0x52,0xca,0x50,0x2,0x8,0xa1,0x28,0xaa,0x9a, + 0x50,0x52,0x29,0x94,0x74,0x1a,0xa4,0xc4,0xab,0xd5,0xb0,0x8b,0x45,0xac,0xb9,0x39, + 0xbc,0x5a,0xed,0x86,0x3a,0xaf,0xe8,0x3a,0xed,0x5b,0xb7,0xa2,0xe9,0x3a,0xd5,0xc3, + 0x87,0x4f,0xba,0xa5,0xd2,0xbf,0x5,0xbe,0x17,0xeb,0xfd,0xb5,0x4e,0xa9,0x5d,0x37, + 0xa5,0x8b,0x49,0x8,0x41,0x15,0xf0,0xab,0xb9,0xf6,0xf6,0xff,0x78,0xc7,0xdd,0x77, + 0x6f,0xcb,0xeb,0x3a,0xe6,0xd1,0xa3,0x78,0xb,0xb,0x57,0x54,0xa1,0x31,0x95,0xe5, + 0x8a,0x95,0xe,0xe3,0x13,0x25,0x9a,0x16,0xfd,0xe3,0x43,0x26,0x13,0x6d,0x5a,0xc4, + 0xfa,0x1c,0x13,0x16,0x4,0xf8,0x8e,0x13,0x6d,0x63,0x5b,0x16,0xbe,0x6d,0xaf,0xb0, + 0xf8,0xd7,0x3,0x9f,0xea,0xec,0xa4,0x63,0x7c,0x1c,0xe1,0xba,0x54,0x8f,0x1c,0x39, + 0xec,0x95,0xcb,0xbf,0xf,0xfc,0xf0,0x46,0xe0,0x6f,0x48,0x40,0x23,0x9,0x3e,0x8, + 0x15,0xde,0x9e,0xc9,0x66,0xff,0x7d,0xdf,0xe6,0xcd,0xf,0x75,0xae,0x59,0xa3,0xb8, + 0x93,0x93,0xd8,0xe7,0xce,0x2d,0xfb,0xe7,0x66,0xf0,0xcb,0x7d,0x53,0x71,0x72,0x99, + 0xac,0xa6,0xfc,0xbf,0x39,0xf9,0xb9,0x9e,0xab,0xb,0xeb,0xe7,0x91,0x5b,0xd6,0xad, + 0x23,0x3f,0x32,0x82,0x37,0x3b,0x1b,0x1a,0x13,0x13,0x3f,0xf7,0x4d,0xf3,0xf,0x81, + 0x5f,0x88,0xba,0xd1,0x7d,0x53,0xc7,0xe5,0xe1,0x8a,0x6f,0x56,0x1,0x5,0x2e,0x38, + 0x9e,0xf7,0xb2,0x31,0x37,0xa7,0xbb,0x8e,0x33,0x9a,0x1d,0x19,0x49,0xa5,0x7b,0x7b, + 0x9,0x4c,0x93,0xc0,0xb2,0x96,0x45,0xff,0x2a,0xf0,0x31,0xa0,0x7a,0x8b,0xaf,0x57, + 0xdc,0x8f,0x54,0x61,0xc5,0xf5,0xaa,0xe0,0xeb,0xef,0x48,0x77,0x77,0xd3,0x79,0xf7, + 0xdd,0xe8,0x3d,0x3d,0x98,0x27,0x4f,0xd6,0xcc,0x53,0xa7,0xbe,0x19,0x38,0xce,0xef, + 0xb,0x38,0xf0,0x96,0xfe,0xc3,0x44,0xfc,0x91,0xc0,0xd3,0x2c,0xfb,0xcd,0x4e,0x1, + 0xff,0x22,0xdb,0xde,0xfe,0x3b,0x5d,0x63,0x63,0x1b,0xdb,0xfa,0xfa,0x84,0x3f,0x37, + 0x87,0x75,0xfe,0x3c,0x6e,0xb9,0x1c,0x89,0x6e,0xb3,0xa8,0x36,0xac,0x5c,0x73,0xad, + 0x3e,0x5c,0xed,0xb7,0xcd,0x12,0x23,0x25,0x28,0xa,0x89,0xd6,0x56,0x5a,0xd6,0xaf, + 0x47,0x2f,0x14,0x70,0xe7,0xe6,0xa4,0x79,0xe6,0xcc,0x84,0xb7,0xb8,0xf8,0x75,0x9, + 0xdf,0x2,0xe6,0x3d,0xe0,0x63,0xb7,0x0,0xec,0x96,0xcb,0x3a,0x1f,0x4,0x3e,0x0, + 0x54,0xa3,0xd,0xf0,0xed,0x49,0x55,0xfd,0x78,0xbe,0xaf,0x6f,0x4f,0xc7,0xc8,0x48, + 0xaf,0xde,0xd6,0x16,0x55,0x7a,0x2f,0x5c,0xc0,0x5d,0x58,0x20,0xa8,0x27,0x31,0xc4, + 0xe0,0x9b,0xc0,0x5d,0x17,0x7c,0x83,0x41,0x55,0x52,0x29,0x92,0x1d,0x1d,0x51,0xa, + 0x5c,0x4f,0xd2,0xcc,0xc9,0xc9,0x39,0x7b,0x76,0xf6,0x1f,0x82,0x20,0xf8,0x86,0x1, + 0x7,0xbb,0xc0,0x7f,0xff,0x6d,0x0,0x12,0x37,0xf9,0x9d,0x68,0xb8,0xbe,0x32,0x16, + 0x42,0x7e,0x5a,0xca,0xb6,0xbb,0xe0,0xc1,0x5c,0x32,0xf9,0xa1,0xd6,0x9e,0x9e,0x87, + 0xda,0x6,0x7,0x7b,0xf4,0xce,0x4e,0x81,0xeb,0xe2,0x94,0x4a,0x38,0x73,0x73,0x78, + 0xd5,0xea,0xb2,0x51,0x5b,0xd5,0x16,0xb0,0xd2,0xa8,0x49,0x45,0x41,0x68,0x1a,0x89, + 0x5c,0xe,0xad,0xb7,0x97,0x74,0x77,0x37,0x4a,0x2a,0x85,0xb7,0xb0,0x20,0x8d,0xb, + 0x17,0x8a,0xe6,0xe5,0xcb,0xcf,0x1b,0x9e,0xf7,0xec,0x71,0xf8,0xf9,0x53,0x42,0x94, + 0x91,0x32,0x9e,0xdb,0xf2,0x6,0xd0,0x2a,0x7d,0xf3,0xf8,0x9a,0x4,0xd4,0xcf,0x21, + 0xa2,0xb2,0xac,0xfa,0xcb,0xd7,0x8d,0xf7,0x57,0x5c,0x6f,0x81,0x8e,0x7,0xe1,0xde, + 0x75,0x8a,0xf2,0x68,0x4f,0x3e,0x7f,0x77,0x67,0x6f,0x6f,0x7f,0xae,0x50,0xd0,0xb4, + 0x96,0x16,0xa4,0x94,0xf8,0x86,0x81,0x6f,0x18,0x78,0x4b,0x4b,0x78,0xa6,0x19,0x49, + 0x47,0x3d,0x83,0x43,0x51,0x96,0x2b,0xb6,0x89,0x7c,0x3e,0x2a,0x5e,0x66,0xb3,0x8, + 0x45,0xc1,0xaf,0xd5,0x30,0x66,0x67,0x9d,0x72,0xb1,0x78,0x69,0xbe,0x5a,0x3d,0x74, + 0x2e,0xc,0x7f,0xfc,0x3c,0xbc,0x76,0xc,0x16,0x88,0xb6,0x3,0x43,0xa2,0x1d,0xeb, + 0xb8,0x85,0x4d,0xe3,0xd5,0xae,0xaf,0x4b,0x80,0x4a,0x54,0xad,0x4a,0xd7,0xfb,0xe6, + 0x96,0x6c,0xea,0xb5,0x86,0xef,0x34,0x1d,0x72,0xc3,0xb0,0x66,0x23,0x8c,0xae,0x57, + 0xd5,0x91,0x42,0x3a,0xdd,0xd3,0xd3,0xde,0xde,0xda,0x92,0xcf,0xa7,0xd2,0xb9,0x9c, + 0x92,0x4c,0xa7,0x85,0x9a,0x4c,0x46,0xa0,0x55,0x75,0x79,0x37,0x2a,0xc,0x43,0x2, + 0xcf,0xc3,0xb5,0x2c,0xe9,0x54,0xab,0x61,0xad,0x52,0xf1,0x4a,0xe5,0xf2,0xd2,0x9c, + 0x6d,0x17,0x27,0x83,0x60,0x72,0x2,0x4e,0x9f,0x85,0x37,0x2c,0xa8,0x12,0x55,0x73, + 0x5c,0xa2,0x5c,0xc3,0x69,0xb8,0xf6,0x9a,0x7a,0xb7,0xe9,0xb7,0x36,0xcb,0x7b,0xa8, + 0xd7,0x27,0x20,0xd,0xe8,0xd,0x24,0xa4,0xeb,0x40,0xb5,0x26,0x32,0xe2,0x7b,0xe9, + 0x86,0x7e,0x79,0xac,0x41,0xb6,0x13,0x5a,0xfb,0xa1,0xa3,0x1b,0xf2,0x3d,0x42,0xb4, + 0x76,0xaa,0x6a,0x8b,0xae,0xaa,0x5a,0x42,0x8,0x35,0xa1,0xaa,0x2a,0x20,0xfc,0x20, + 0x8,0x3c,0x29,0x7d,0x33,0x8,0xdc,0xf9,0x20,0xa8,0x15,0xa5,0xac,0x5e,0x86,0xa5, + 0x4b,0xb0,0xb8,0x0,0x15,0x27,0x2a,0x60,0xda,0xd,0x20,0xec,0x86,0x6b,0x67,0x15, + 0x22,0x9c,0x55,0x9a,0x55,0x6f,0xee,0x8d,0x8,0x50,0x88,0x8c,0x7d,0xb2,0xde,0x37, + 0xb6,0xe4,0x2a,0xe3,0x64,0x43,0x6b,0x96,0x90,0x64,0xe3,0xef,0x14,0x48,0x25,0x21, + 0x15,0xfd,0x63,0x2c,0x6a,0x22,0xba,0x2f,0x7c,0x8,0xfc,0xe8,0xc0,0xa3,0xef,0x82, + 0x27,0xa3,0x15,0x8c,0x9b,0xbf,0xca,0xca,0x7a,0x4d,0x63,0xbf,0xa1,0xf7,0xaf,0x73, + 0xed,0x71,0xc5,0xdc,0x5c,0x93,0x80,0x46,0x3b,0x20,0x9a,0xc6,0xab,0xf5,0xab,0x35, + 0xf5,0x1a,0xf7,0x45,0xd3,0xb8,0xd9,0x78,0x35,0xa7,0x17,0xab,0xb5,0xe0,0x1a,0xf7, + 0xe5,0x2a,0xe3,0xd5,0x9e,0xbb,0xc2,0x10,0xfe,0x7f,0xbb,0x29,0xdd,0xa2,0x83,0x17, + 0x27,0xbb,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63, + 0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38, + 0x54,0x32,0x32,0x3a,0x30,0x32,0x3a,0x32,0x32,0x2b,0x30,0x38,0x3a,0x30,0x30,0x6c, + 0x0,0xe2,0x34,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a, + 0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x30,0x2d,0x30,0x34,0x2d,0x32, + 0x36,0x54,0x30,0x30,0x3a,0x30,0x30,0x3a,0x30,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30, + 0xa0,0x55,0x3b,0x5d,0x0,0x0,0x0,0x43,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c,0x6f,0x63,0x61,0x6c,0x2f, + 0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b,0x2f,0x73,0x68,0x61,0x72, + 0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63, + 0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0xbd, + 0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a,0x3a,0x50,0x61,0x67,0x65, + 0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x54, + 0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x48,0x65,0x69, + 0x67,0x68,0x74,0x0,0x31,0x32,0x38,0x43,0x7c,0x41,0x80,0x0,0x0,0x0,0x17,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65,0x3a, + 0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x31,0x32,0x38,0xd0,0x8d,0x11,0xdd,0x0,0x0, + 0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x69,0x6d, + 0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3f, + 0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x32,0x37,0x32,0x32,0x31,0x31,0x32, + 0x30,0x30,0x9,0x29,0xd,0xef,0x0,0x0,0x0,0x12,0x74,0x45,0x58,0x74,0x54,0x68, + 0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x31,0x34,0x30,0x33,0x33,0x42, + 0x10,0xc8,0x99,0x63,0x0,0x0,0x0,0x5e,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d, + 0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a,0x2f,0x2f,0x2f,0x68, + 0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f,0x6e,0x65,0x77,0x73, + 0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e, + 0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67,0x2e,0x65,0x61,0x73, + 0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63,0x2f,0x31,0x31,0x37, + 0x2f,0x31,0x31,0x37,0x34,0x38,0x2e,0x70,0x6e,0x67,0xbb,0xb6,0x51,0x7c,0x0,0x0, + 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/save.ico + 0x0,0x0,0x3,0xb0, + 0x0, + 0x0,0x13,0xc6,0x78,0x9c,0xed,0x56,0x5b,0x6c,0x14,0x65,0x18,0x3d,0x43,0x97,0x76, + 0xc1,0x4a,0xcb,0x46,0x5c,0xe2,0x5,0x9b,0x34,0x2d,0xa4,0x29,0x1,0xc9,0xd6,0x46, + 0x25,0x51,0x6c,0x4a,0x22,0xf1,0x41,0x4c,0xe0,0x51,0x8,0xbc,0xf0,0x62,0x8c,0xbe, + 0x68,0xe2,0x3,0xc4,0xc4,0xc4,0x84,0x84,0x44,0x5f,0xf4,0x45,0xc5,0xd0,0x78,0x8b, + 0xf1,0x1e,0x85,0x84,0x84,0x56,0x6a,0xda,0x8a,0x50,0xa0,0xdd,0xae,0x2d,0x55,0xa4, + 0x58,0xe9,0x36,0x14,0xda,0xdd,0xb6,0x6e,0x81,0xf6,0x78,0xbe,0xbf,0x9d,0xe9,0xa2, + 0xeb,0x25,0x60,0x7c,0x30,0x73,0x92,0x6f,0x77,0xbf,0xf9,0xcf,0xd9,0x9d,0xf9,0x67, + 0xf6,0x9c,0xf,0xf0,0xb0,0x0,0xe5,0xe5,0xd0,0x7b,0x14,0xbb,0x16,0x2,0xd5,0xc0, + 0x5c,0x5f,0x81,0x5d,0x11,0x60,0x72,0x31,0xb0,0xca,0x8e,0xa9,0x2a,0x30,0xcb,0x73, + 0xf0,0x30,0xf,0x6f,0xbe,0xdf,0xfb,0x18,0xf0,0xea,0x96,0x5b,0x71,0xe0,0x89,0x8, + 0xde,0xd9,0xba,0x8,0x1f,0x6c,0xbb,0x1d,0x87,0x9f,0x8d,0xe2,0x93,0x9d,0xcb,0x71, + 0xe4,0xf9,0x18,0xe,0x3d,0x5d,0x8d,0x83,0xcf,0xac,0xc2,0xd1,0xdd,0x2b,0xd0,0xf2, + 0xc2,0xbd,0x68,0x55,0x1d,0x7d,0xb1,0x1e,0xc7,0xf6,0xae,0x45,0xfb,0x4b,0xeb,0xf1, + 0xe5,0xbe,0x6d,0x68,0x7f,0x79,0x3,0x8e,0xef,0xdb,0x88,0xef,0xde,0x78,0x12,0x27, + 0x5f,0xdb,0x8c,0x53,0xaf,0x6f,0x46,0xf2,0xcd,0xc7,0x71,0xf2,0xad,0xed,0xe8,0x3e, + 0xb0,0x3,0x3d,0x4d,0x3b,0xd1,0xf7,0xde,0x53,0xe8,0xff,0xe8,0x39,0x9c,0x3b,0xb8, + 0x1b,0xa9,0xcf,0x5f,0xc1,0x40,0xdb,0x7e,0x9c,0xef,0x68,0xc2,0xe8,0xa9,0xb7,0x31, + 0xd6,0xd5,0x84,0xb1,0xee,0x77,0x91,0x49,0xbe,0x8f,0x4c,0xea,0x43,0x64,0xbf,0xff, + 0x18,0x43,0x27,0x3e,0x43,0xb6,0xf7,0x53,0x64,0xcf,0x7c,0x81,0xf1,0xfe,0xaf,0x30, + 0xfe,0xc3,0x21,0x4c,0xfc,0x78,0x18,0x13,0x3f,0x1d,0xc1,0xd7,0x2d,0xcd,0x68,0xfb, + 0xa6,0x15,0x1d,0xed,0x6d,0x38,0xf6,0x6d,0x7,0x3a,0x3b,0x4f,0xa0,0xab,0xab,0xb, + 0x3d,0xc9,0x24,0x7a,0x7b,0x7b,0x91,0x4e,0x36,0x63,0xf2,0x5c,0xb,0x26,0x7,0x5a, + 0xf1,0xeb,0x2f,0xc7,0x91,0x1b,0xea,0xc4,0xd8,0x40,0x12,0xb9,0xf4,0x69,0x4c,0xd, + 0x27,0x31,0x75,0x31,0x85,0xa9,0x91,0x3e,0x5c,0xb9,0xd4,0x8f,0x2b,0xa3,0x67,0x31, + 0xf8,0xf3,0x79,0xa4,0x87,0x2e,0x60,0x38,0x3d,0x84,0xcb,0x97,0x46,0x70,0x75,0x6c, + 0x0,0x57,0x33,0x83,0xb8,0x36,0x7e,0x1,0xd7,0x26,0x86,0x91,0xcd,0x66,0x90,0xcb, + 0xe5,0x30,0x33,0x33,0x83,0x10,0x21,0xfe,0xf,0x20,0xa9,0x57,0x2f,0x1f,0x4b,0xb1, + 0xe0,0x9e,0xfa,0xd5,0xb5,0xb5,0x35,0x35,0x35,0xd5,0x55,0x55,0x95,0x95,0x9e,0x57, + 0x71,0xf7,0x2d,0x45,0x5c,0x71,0x9f,0xb8,0x45,0x45,0xc5,0xea,0xef,0x2f,0x2e,0x2e, + 0xd2,0xc7,0x44,0x22,0xa1,0xbe,0xca,0xf3,0x1e,0x88,0x46,0x23,0x8c,0x2c,0x6c,0x68, + 0x68,0x88,0x44,0xa2,0xea,0xd7,0x97,0x95,0x95,0x3c,0x48,0x43,0x49,0x49,0x59,0xb5, + 0xfa,0x78,0x7c,0xc9,0xe2,0x59,0x2c,0x89,0xd7,0xa8,0x8f,0x2d,0xa,0x10,0x53,0xff, + 0x50,0xe9,0x4a,0xce,0x61,0x65,0xa9,0xf5,0xe5,0xac,0x4b,0x24,0xd6,0xad,0x5b,0xb3, + 0x66,0x2d,0xcb,0x6b,0x3d,0x6f,0x43,0xcc,0xad,0x6d,0x6a,0x6c,0x7c,0x84,0x31,0xf5, + 0x1b,0x97,0xb1,0xae,0x6e,0x96,0xc1,0x65,0xab,0xd5,0xc7,0xe7,0xd4,0x9b,0x1a,0x19, + 0xaf,0x57,0x5f,0xca,0x3b,0x1c,0x96,0xdf,0xc6,0x52,0xf5,0x8f,0xde,0xc9,0x0,0x77, + 0x55,0x7a,0x4b,0xbd,0xeb,0xaf,0xb7,0x59,0x3b,0xb0,0xe7,0x26,0xf6,0x30,0xf4,0xd9, + 0xd0,0x67,0x43,0x84,0xf8,0x2b,0x84,0x3e,0xfb,0x6f,0xfb,0x6c,0x85,0x3b,0xf6,0x70, + 0xa4,0x30,0x57,0x3e,0xbb,0x5d,0xc5,0x1b,0xa8,0xfd,0xa6,0x95,0x47,0x53,0x9e,0x49, + 0xf9,0x1a,0xe5,0x81,0x94,0x17,0x52,0x9e,0x48,0x79,0x23,0xe5,0x91,0x94,0x57,0x52, + 0xbe,0x49,0xf9,0x27,0xe5,0xa3,0x94,0x9f,0x52,0xbe,0x1a,0x7c,0x8f,0xbc,0x96,0xf2, + 0x5e,0xca,0xc7,0x29,0xaf,0x77,0x5b,0x22,0x1f,0xa6,0xbc,0x92,0xf9,0xb0,0x35,0x2b, + 0x65,0x80,0xfb,0xe,0x5f,0x2f,0x1f,0x75,0xc7,0xac,0x7c,0xbd,0xcf,0xed,0x49,0x76, + 0x7,0x95,0xaf,0xb7,0xf3,0xf0,0xf5,0xf2,0x60,0x2a,0x4f,0x5c,0x29,0x67,0x9c,0xde, + 0xde,0x95,0x37,0x94,0xf7,0x6,0x65,0xc7,0xac,0x8c,0x67,0xd7,0x12,0xe8,0xd3,0xa7, + 0xa9,0xcc,0x71,0xa5,0x6c,0xa2,0xfc,0x9c,0x85,0x60,0x6b,0x56,0xc6,0xb3,0xfd,0xf0, + 0xf5,0xf2,0x7d,0x2a,0x93,0x5c,0x29,0xbf,0xa8,0x4c,0xfb,0xd3,0xb2,0x75,0xe3,0xd9, + 0x9e,0x6,0xfa,0x8b,0x29,0x2a,0xe7,0xa8,0x3c,0xfc,0x47,0x65,0x5c,0xbb,0x2f,0x81, + 0x7e,0xa4,0x8f,0xca,0x4f,0x2a,0xd7,0xa,0x9e,0x77,0x3e,0x8c,0x63,0x5c,0xbb,0xb7, + 0xbe,0x5e,0x59,0x45,0xe5,0xad,0x5b,0x57,0xc6,0x31,0x95,0x4a,0x51,0x99,0x47,0x65, + 0x1f,0x95,0x81,0x54,0x1e,0x52,0xb9,0x48,0x65,0xa2,0xe3,0x18,0xd7,0x9e,0x8f,0x40, + 0x3f,0x7a,0x96,0xca,0xe8,0xeb,0x7e,0x67,0x7a,0x7a,0x9a,0xca,0x35,0x2a,0xdf,0xa8, + 0xdc,0xa3,0xf2,0x8f,0xca,0x42,0xb7,0x66,0x5c,0x7b,0xc6,0x7c,0xbd,0x32,0x91,0xca, + 0xf6,0xe0,0xf7,0xfd,0x2a,0x74,0x1e,0x6,0xe3,0xda,0x73,0x1a,0xe8,0x33,0x83,0xd4, + 0x5c,0x50,0xf0,0x7a,0x7f,0x7f,0x1e,0x6,0xe3,0xda,0xb3,0xee,0xeb,0x95,0xc5,0xd4, + 0xec,0xe1,0xd6,0x34,0x4f,0xfc,0xa1,0x34,0x67,0x50,0xf3,0x6,0x35,0x83,0x38,0x8e, + 0x71,0x95,0xff,0xf3,0xfa,0x89,0x61,0x6a,0x6,0xf9,0xdb,0xbd,0xf7,0xa1,0x59,0x85, + 0x9a,0x4d,0xf2,0xff,0x83,0x37,0xf2,0xdf,0x75,0xda,0x9b,0xf1,0x98,0xd0,0x67,0x42, + 0x9f,0x9,0x7d,0x26,0xf4,0x99,0xff,0xc2,0x67,0x7e,0x3,0x20,0x9b,0x9f,0x64, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/bringtofront.png + 0x0,0x0,0x5,0x1f, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x18,0x0,0x0,0x0,0x18,0x8,0x3,0x0,0x0,0x0,0xd7,0xa9,0xcd,0xca, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x26,0x0,0x0,0x80,0x84, + 0x0,0x0,0xfa,0x0,0x0,0x0,0x80,0xe8,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x70,0x9c,0xba,0x51,0x3c,0x0,0x0,0x1,0x44, + 0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4e,0x4e,0x4e,0x4b,0x4b,0x4b,0xd0,0xd0, + 0xd0,0xb7,0xb7,0xb7,0xb1,0xb1,0xb1,0x91,0x91,0x91,0x8c,0x8c,0x8c,0x8d,0x8d,0x8d, + 0x7a,0x7a,0x7a,0x5c,0x5c,0x5c,0x4f,0x4f,0x4f,0x4e,0x4e,0x4e,0x4f,0x4f,0x4f,0x50, + 0x50,0x50,0x51,0x51,0x51,0x28,0x28,0x28,0x8f,0x8f,0x8f,0x87,0x87,0x87,0x77,0x77, + 0x77,0x78,0x78,0x78,0x7a,0x7a,0x7a,0x7b,0x7b,0x7b,0x7d,0x7d,0x7d,0x3d,0x3d,0x3d, + 0x8e,0x8e,0x8e,0x93,0x93,0x93,0x95,0x95,0x95,0x97,0x97,0x97,0x98,0x98,0x98,0x9a, + 0x9a,0x9a,0x93,0x93,0x93,0x99,0x99,0x99,0x9b,0x9b,0x9b,0x9d,0x9d,0x9d,0x9f,0x9f, + 0x9f,0xa1,0xa1,0xa1,0x95,0x95,0x95,0x9e,0x9e,0x9e,0xa0,0xa0,0xa0,0xa2,0xa2,0xa2, + 0x51,0x6f,0x2a,0xd0,0xdc,0xc1,0xb6,0xcb,0xa0,0xb8,0xcb,0xa0,0xba,0xcd,0xa2,0xbc, + 0xcf,0xa4,0xbd,0xd0,0xa5,0xbf,0xd2,0xa7,0xc1,0xd4,0xa9,0xc3,0xd6,0xab,0x91,0xb1, + 0x6e,0x96,0xb2,0x71,0x98,0xb5,0x72,0x9c,0xb9,0x76,0x9e,0xbb,0x78,0xa0,0xbd,0x7b, + 0xa3,0xbf,0x7f,0xa5,0xc2,0x7f,0xa7,0xc2,0x83,0x9a,0xb6,0x75,0x9f,0xba,0x7b,0xa1, + 0xbe,0x7b,0xa6,0xc2,0x81,0xa8,0xc3,0x84,0x99,0xb6,0x73,0x9b,0xb8,0x75,0x9f,0xbc, + 0x79,0xa3,0xc0,0x7d,0xaa,0xc6,0x85,0x95,0xb2,0x6f,0x9d,0xba,0x77,0xa2,0xbf,0x7c, + 0xa4,0xc1,0x7e,0xab,0xc6,0x85,0xad,0xc7,0x88,0x97,0xb4,0x71,0xa9,0xc4,0x85,0xab, + 0xc6,0x87,0xad,0xc9,0x88,0x94,0xb1,0x6e,0xae,0xc8,0x89,0xb0,0xca,0x8b,0xb2,0xcd, + 0x8c,0xae,0xcb,0x88,0xb1,0xcb,0x8c,0xb3,0xce,0x8d,0xac,0xc7,0x88,0xb5,0xd0,0x8f, + 0xb7,0xcc,0xa1,0xaf,0xc9,0x89,0xb4,0xcf,0x8f,0xb6,0xd1,0x90,0xbb,0xcd,0xa2,0xa0, + 0xbc,0x7b,0xb8,0xd3,0x92,0xff,0xff,0xff,0xe7,0xe7,0x45,0xb,0x0,0x0,0x0,0x34, + 0x74,0x52,0x4e,0x53,0x0,0x1,0x3,0x4,0x17,0x9,0x3e,0x18,0x52,0x1f,0x55,0x20, + 0x8b,0x8d,0x8b,0x8b,0x8d,0x8b,0x8d,0x8c,0x95,0xa7,0xb0,0xb2,0xb2,0xb2,0xb2,0xb2, + 0x8b,0x8f,0x99,0x9a,0x9a,0x9a,0x9a,0x9a,0x8c,0x8d,0x8d,0x8d,0x8d,0x8d,0x8b,0x8b, + 0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0xad,0x13,0xbd,0x8a,0x0,0x0,0x0,0x1, + 0x62,0x4b,0x47,0x44,0x6b,0x52,0x65,0xa5,0x98,0x0,0x0,0x1,0x1a,0x49,0x44,0x41, + 0x54,0x28,0xcf,0xa5,0xd1,0x49,0x5b,0x82,0x40,0x1c,0xc7,0x71,0x84,0xca,0xd,0x33, + 0xca,0x76,0xcb,0xf6,0xc5,0xb4,0x75,0xa2,0xd5,0x44,0x10,0x14,0x10,0x14,0xc4,0x5, + 0x93,0x92,0x16,0xad,0xde,0xff,0xb,0x88,0x1,0xe,0xc,0x87,0x2e,0x7d,0x8f,0xbf, + 0xcf,0x61,0x9e,0xe7,0x3f,0x18,0xf6,0x67,0x11,0x9c,0x40,0xc2,0x23,0xfe,0xe,0x42, + 0x4d,0x4d,0x7b,0x82,0x83,0x6b,0x1a,0x76,0x73,0x7b,0x77,0xff,0xf0,0x58,0x2a,0x81, + 0x99,0x28,0xee,0x2,0x1,0xe8,0x27,0x58,0x99,0xa9,0xb0,0x5c,0x95,0x17,0x40,0x2c, + 0x4e,0x20,0xc0,0xd4,0xd8,0xba,0xc8,0x4b,0x32,0x48,0x24,0x51,0x68,0x28,0xaa,0xd8, + 0x94,0xe4,0x56,0x18,0x34,0x45,0x17,0xdb,0x86,0xdc,0xe9,0x86,0x40,0xeb,0xe9,0x6a, + 0xdb,0x90,0xfa,0xe6,0x0,0x85,0xe7,0x32,0xc3,0x72,0x6,0x2f,0x98,0x43,0xb,0x1, + 0x67,0xaf,0x71,0x22,0x2f,0xf4,0x87,0xd6,0x4b,0x10,0xe0,0x5e,0x11,0xab,0xce,0xcb, + 0xaf,0x23,0xdb,0x3,0x92,0x24,0x53,0x80,0xd6,0x7a,0xd,0x45,0x6f,0x1a,0x72,0xeb, + 0x6d,0x64,0xbf,0xfb,0x30,0x9b,0x9e,0x3,0x1f,0x70,0x57,0xd,0xa9,0xd3,0xfd,0xb4, + 0xc7,0x13,0x1f,0xd2,0xd4,0x3c,0xf8,0x82,0xfb,0xb7,0x24,0x98,0x3,0x6b,0x3c,0xf9, + 0x9,0x40,0x28,0xf7,0x24,0xe,0x2c,0x64,0x16,0x97,0x96,0x57,0x56,0xd7,0xd6,0x13, + 0x5e,0x31,0xf7,0x88,0xe,0x64,0x37,0x32,0x9b,0xb9,0xad,0xed,0x9d,0xdd,0xa4,0x57, + 0xdc,0x3d,0xbb,0x3,0x54,0x76,0x6f,0xff,0xe0,0xf0,0xe8,0x38,0x85,0x7c,0x14,0x4, + 0x2a,0x7f,0x52,0x28,0x9e,0x9e,0x91,0xc8,0xb7,0x42,0xc8,0x9f,0x17,0x8a,0x17,0x97, + 0x57,0x21,0x8,0x84,0xfd,0xa7,0x5f,0x24,0xbc,0x46,0x69,0x6d,0x85,0x81,0xdd,0x0, + 0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61, + 0x74,0x65,0x0,0x32,0x30,0x31,0x33,0x2d,0x30,0x34,0x2d,0x30,0x33,0x54,0x31,0x37, + 0x3a,0x31,0x38,0x3a,0x30,0x39,0x2b,0x30,0x38,0x3a,0x30,0x30,0xe1,0xa8,0x5e,0xb9, + 0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64, + 0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x30,0x2d,0x30,0x34,0x2d,0x32,0x36,0x54,0x30, + 0x30,0x3a,0x30,0x30,0x3a,0x30,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0xa0,0x55,0x3b, + 0x5d,0x0,0x0,0x0,0x4d,0x74,0x45,0x58,0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72, + 0x65,0x0,0x49,0x6d,0x61,0x67,0x65,0x4d,0x61,0x67,0x69,0x63,0x6b,0x20,0x36,0x2e, + 0x38,0x2e,0x38,0x2d,0x37,0x20,0x51,0x31,0x36,0x20,0x78,0x38,0x36,0x5f,0x36,0x34, + 0x20,0x32,0x30,0x31,0x34,0x2d,0x30,0x32,0x2d,0x32,0x38,0x20,0x68,0x74,0x74,0x70, + 0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69, + 0x63,0x6b,0x2e,0x6f,0x72,0x67,0x59,0xa4,0x5f,0x7f,0x0,0x0,0x0,0x18,0x74,0x45, + 0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e, + 0x74,0x3a,0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0, + 0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61, + 0x67,0x65,0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x32,0x34,0xd8,0x8c,0x6c, + 0x80,0x0,0x0,0x0,0x16,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a, + 0x49,0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x32,0x34,0x20, + 0x23,0xac,0xd,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65, + 0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x32,0x37, + 0x32,0x32,0x31,0x31,0x32,0x30,0x30,0x9,0x29,0xd,0xef,0x0,0x0,0x0,0x11,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x35, + 0x36,0x30,0x42,0x42,0x53,0x26,0x2e,0xa8,0x0,0x0,0x0,0x5e,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a, + 0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x66,0x74,0x70,0x2f,0x31,0x35,0x32,0x30, + 0x2f,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x65,0x61,0x73, + 0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67, + 0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x70,0x6e,0x67, + 0x2f,0x32,0x30,0x37,0x2f,0x32,0x30,0x37,0x31,0x37,0x2e,0x70,0x6e,0x67,0x97,0xd6, + 0xfe,0xe7,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/exit.png + 0x0,0x0,0x2,0xbe, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61, + 0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65, + 0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x49,0x6d,0x61,0x67,0x65,0x52,0x65,0x61,0x64, + 0x79,0x71,0xc9,0x65,0x3c,0x0,0x0,0x2,0x60,0x49,0x44,0x41,0x54,0x78,0xda,0x94, + 0x53,0x3d,0x68,0x53,0x51,0x14,0xfe,0xde,0x5f,0xd2,0xe4,0x25,0xc6,0xa4,0xb5,0xa1, + 0x81,0x82,0xb8,0x18,0x37,0x7,0x17,0x91,0x62,0x9d,0xcc,0xa2,0x8b,0xce,0xe,0xa, + 0x5,0x5,0xd7,0x6e,0x9a,0xb8,0x54,0xc8,0x20,0x62,0x11,0x6c,0x11,0xb1,0x60,0x90, + 0xa,0xa2,0xd0,0x41,0x9c,0x5,0x5d,0x1c,0x6c,0x94,0x26,0xb5,0xed,0x6b,0xa,0x9a, + 0x28,0xd5,0x6a,0x4b,0xfe,0xfa,0x7e,0xee,0xf5,0xdc,0x9b,0xc4,0xe4,0xb9,0x79,0x78, + 0x87,0x73,0xee,0xbd,0xe7,0x7e,0xf7,0x3b,0x3f,0x4f,0x59,0xca,0x9c,0xca,0x31,0xce, + 0xb3,0x1e,0xe7,0xf0,0x18,0x29,0x67,0x5d,0xcb,0xe1,0x32,0x86,0xfe,0xbe,0xb0,0x6c, + 0xd0,0xbf,0x35,0xfd,0x7e,0x25,0xa7,0x6b,0x43,0xa1,0xec,0xd9,0x9b,0xb7,0xa1,0x19, + 0x6,0x98,0xed,0x80,0x39,0xe,0x3c,0xdb,0x96,0x56,0x6a,0xcf,0xb7,0x9d,0xbf,0xb6, + 0xdd,0xa8,0xa3,0xb0,0xf0,0x20,0xb,0x20,0xa7,0xb,0x34,0x71,0xf9,0xc7,0xf3,0x45, + 0x70,0x55,0x93,0xba,0x57,0xdf,0x43,0x38,0x16,0x7,0x57,0x54,0x30,0x45,0x41,0x93, + 0x2e,0xe8,0xc1,0x10,0x14,0x8d,0x1e,0xa1,0x78,0xd3,0x34,0x25,0x13,0x21,0x7a,0xbb, + 0xd1,0x90,0xa8,0x9c,0x2,0x5d,0xe6,0x61,0xbd,0xfc,0x11,0xe,0xf9,0x91,0x9f,0xdb, + 0x48,0x1d,0x49,0xa3,0x6a,0x95,0xb1,0xbb,0x5d,0x43,0x30,0x1c,0x45,0x2a,0x7d,0x1c, + 0x8a,0x0,0xa5,0x78,0x91,0xaa,0x10,0x55,0x38,0x82,0x1a,0xe8,0xc0,0xda,0xda,0xc0, + 0xc8,0xc4,0x24,0x26,0xe7,0x9e,0x0,0xc3,0x9,0x58,0xe5,0xf,0x50,0x12,0x71,0x9c, + 0xa6,0x75,0x68,0x7c,0x1c,0xdf,0xac,0x12,0xd0,0x8d,0xef,0x31,0x50,0x65,0x51,0x28, + 0x4f,0xf,0xc4,0x80,0x5e,0x3e,0x7a,0x69,0xa,0x3a,0x51,0x3c,0x71,0x63,0x6,0xc9, + 0x89,0x33,0xd2,0x86,0xe,0x25,0xa5,0x65,0xa,0x5d,0xa2,0xaf,0xc3,0xa0,0x7,0x40, + 0x8e,0x40,0x54,0x3,0x6,0x86,0x47,0xc7,0x50,0x9c,0xcd,0xc3,0x6d,0x35,0xa1,0x87, + 0x4d,0x1c,0xbb,0x72,0x4d,0x5a,0x21,0xd6,0x8b,0x45,0x44,0x13,0xa3,0xc4,0x54,0xf1, + 0x33,0x10,0xad,0x12,0x1b,0xdc,0xf5,0x10,0xd7,0x2,0xd8,0xfd,0x54,0x44,0xe9,0xe1, + 0x7d,0xc,0xca,0xda,0xd3,0x5,0x7c,0x79,0xb5,0x4,0x53,0x1d,0x2,0x97,0xdd,0xb1, + 0xe1,0xf6,0x6b,0xc0,0x65,0xab,0x5a,0x1b,0x6b,0xa8,0x94,0x8a,0xd0,0xe,0xc4,0x90, + 0xbe,0x7c,0xd5,0x7,0x70,0xf8,0xfc,0x5,0xe8,0xb1,0x83,0xa8,0xad,0x2e,0xa3,0xbe, + 0x5a,0xee,0xa4,0x30,0x58,0x3,0xc1,0xc0,0xd9,0xdf,0x87,0x13,0x8d,0xe0,0x64,0x7e, + 0x16,0x86,0x19,0x91,0x87,0x9f,0xb,0x8f,0xe0,0x50,0xb,0xc5,0x5a,0xec,0x3b,0x3a, + 0xd1,0xa7,0x38,0x99,0x82,0xaf,0x6,0x84,0xa8,0x38,0x2e,0xf4,0x9d,0x5f,0xf8,0xfe, + 0xf6,0x8d,0x3c,0x58,0xbe,0x33,0x3,0xab,0xf0,0x18,0xef,0xa6,0xaf,0x4b,0x90,0x95, + 0xb9,0x7b,0xe0,0x8d,0x66,0x1f,0x80,0x75,0x52,0xd0,0xbd,0x6e,0xd,0x84,0x8e,0x68, + 0x41,0xac,0xdf,0xcd,0xc3,0x7a,0xf9,0xc,0x5e,0xa5,0x82,0xa4,0x11,0xc5,0xef,0xcd, + 0x2d,0xbc,0xbe,0x98,0x81,0xe,0x15,0x31,0x2f,0x0,0xc6,0x6c,0x99,0x72,0x8f,0x81, + 0x2e,0x53,0xb0,0xbb,0x23,0x4b,0xad,0x4c,0x80,0xa6,0x6d,0xf3,0x2b,0x75,0xcb,0x90, + 0x7b,0x51,0xa6,0xc2,0x64,0xe2,0x22,0x3d,0xe4,0x51,0x8c,0xc7,0x7c,0x35,0x90,0xa3, + 0x2c,0x66,0x3b,0x96,0x39,0xe7,0x9b,0x77,0xd6,0xad,0x76,0xdf,0xef,0x3e,0x42,0xeb, + 0x56,0xbb,0xd5,0x67,0x50,0x6d,0xb6,0xe6,0xe9,0xc7,0x98,0xfa,0xf7,0x4f,0x14,0xd6, + 0xf5,0xad,0xfd,0x7f,0xe6,0x8e,0xed,0xcc,0xb,0x0,0x85,0x34,0x45,0x3a,0x86,0xff, + 0x97,0x1a,0xe7,0xbc,0xfa,0x47,0x80,0x1,0x0,0x81,0xa8,0xd6,0xda,0x40,0x84,0x73, + 0x21,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // C:/Users/pprp/Desktop/Github/QPainter/FourthOne/vector-editor_changed/vector-editor_changed/src/icons/??1.png + 0x0,0x0,0x13,0x21, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5, + 0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x7a,0x25,0x0,0x0,0x80,0x83, + 0x0,0x0,0xf9,0xff,0x0,0x0,0x80,0xe9,0x0,0x0,0x75,0x30,0x0,0x0,0xea,0x60, + 0x0,0x0,0x3a,0x98,0x0,0x0,0x17,0x6f,0x92,0x5f,0xc5,0x46,0x0,0x0,0x0,0x6, + 0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,0x0, + 0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13,0x1,0x0, + 0x9a,0x9c,0x18,0x0,0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xda,0x6,0x1,0x0, + 0x0,0x0,0x48,0x8d,0x7,0x2c,0x0,0x0,0x10,0x85,0x49,0x44,0x41,0x54,0x78,0xda, + 0xed,0x9a,0x79,0x70,0x5c,0xd5,0x95,0x87,0x7f,0xe7,0xde,0xd7,0xef,0xf5,0x2e,0xb5, + 0x84,0x36,0x6c,0x49,0x96,0xed,0xe0,0x5,0x8f,0x6d,0x44,0xc,0xe,0x4b,0x70,0x99, + 0xf1,0xd4,0x84,0xb5,0x3c,0x90,0xc,0x35,0x43,0x86,0xa9,0x84,0x61,0x20,0x49,0x31, + 0x19,0x28,0x96,0xca,0x3a,0xa4,0x6,0x52,0x90,0x90,0xa5,0x52,0x99,0x30,0x10,0xb2, + 0x54,0x96,0xa1,0x6,0xb2,0x90,0x38,0x40,0x48,0x39,0x8e,0xa1,0xf0,0x86,0xb1,0x25, + 0xef,0x26,0xb6,0x2c,0x59,0x96,0x64,0x59,0x6b,0xb7,0xd4,0xdd,0x6f,0xb9,0xf7,0x9e, + 0xf9,0xa3,0xbb,0x6d,0xd9,0x48,0xc6,0xb2,0x65,0x43,0x6a,0x7c,0xaa,0x4e,0xbd,0xa5, + 0x5f,0xdf,0x77,0xcf,0x77,0xce,0x5d,0xcf,0x3,0xce,0xcb,0x79,0x39,0x2f,0xe7,0xe5, + 0xbc,0x9c,0x97,0xf3,0xf2,0xff,0x55,0x68,0x2a,0xa,0xe9,0x68,0x6f,0x47,0x79,0x79, + 0x39,0x3a,0xf,0x1d,0x42,0x76,0x74,0x14,0x86,0x19,0x6c,0xc,0x8c,0x31,0x60,0x66, + 0x0,0x80,0x90,0x12,0x42,0x8,0x10,0x0,0xdb,0x71,0x50,0x5d,0x5d,0xd,0xcf,0xf3, + 0x30,0x6b,0xd6,0xac,0xbf,0x5c,0x0,0x3b,0x77,0xec,0x40,0x24,0x12,0xc1,0xc0,0xe0, + 0x20,0x72,0xd9,0x2c,0xe6,0x5f,0x7c,0xb1,0xec,0x68,0x6f,0x4f,0x1a,0xe6,0x1a,0xad, + 0xd4,0x34,0xa5,0x54,0x39,0x33,0x4b,0x0,0x2c,0x2d,0x2b,0x67,0x59,0x56,0x8f,0x20, + 0xea,0x8a,0xc6,0x62,0xc3,0xbb,0x76,0xee,0xf4,0x1a,0x1b,0x1b,0xe1,0x38,0xe,0xba, + 0xba,0xba,0x30,0x6f,0xfe,0x7c,0x34,0x35,0x35,0xfd,0x65,0x0,0x78,0x7b,0xef,0x5e, + 0x54,0x57,0x55,0x61,0xff,0x81,0x3,0xd8,0xb0,0x71,0x23,0xae,0x58,0xba,0x34,0xe5, + 0x79,0xde,0x62,0xad,0xf5,0x95,0x0,0x9a,0x49,0x88,0x19,0x82,0xa8,0x52,0x8,0x11, + 0x5,0x91,0x0,0x33,0x1b,0x66,0x8f,0x8d,0x19,0x36,0xc6,0x74,0x1,0xd8,0x29,0x84, + 0x58,0x17,0xa,0x85,0x36,0xd5,0x37,0x34,0x74,0x1e,0x68,0x6b,0x33,0xa9,0x54,0xa, + 0xae,0xeb,0x62,0xd1,0xe2,0xc5,0xef,0x6f,0x0,0xad,0xad,0xad,0x8,0x87,0xc3,0xe8, + 0xec,0xec,0x44,0x55,0x75,0x75,0x59,0x6e,0x74,0xf4,0x5a,0x6d,0xcc,0xad,0x42,0x88, + 0xcb,0x1c,0xdb,0xae,0xb3,0x1d,0x27,0x6c,0xdb,0x21,0x21,0x84,0x0,0x11,0x15,0x5f, + 0x51,0x68,0x6,0xc6,0x18,0xa8,0x40,0xb1,0xe7,0x7b,0x81,0xe7,0x79,0x43,0x4a,0xe9, + 0x9d,0x4,0xfc,0xd6,0x71,0x9c,0x17,0x3f,0xb8,0x64,0xc9,0x81,0x2d,0x5b,0xb6,0x60, + 0xeb,0x96,0x2d,0xb8,0xfe,0x86,0x1b,0x50,0x5b,0x5b,0xfb,0xfe,0x2,0xd0,0xde,0xde, + 0x8e,0xfe,0xbe,0x3e,0x84,0x6c,0x1b,0xb,0x17,0x2e,0xa4,0x4d,0x9b,0x36,0x5d,0xa2, + 0x82,0xe0,0x2e,0x12,0xe2,0xba,0x48,0x24,0x52,0x17,0x8d,0x46,0x2c,0x29,0x2d,0x30, + 0x1b,0x68,0xa5,0xa1,0x8d,0x86,0x31,0xc,0x30,0x3,0x4,0x10,0x9,0x8,0x21,0x60, + 0x49,0x9,0x21,0x5,0x98,0x19,0xae,0xeb,0x9a,0x5c,0x36,0x97,0xe,0x82,0xe0,0x4d, + 0x29,0xe5,0x33,0xf1,0x44,0xe2,0x77,0x99,0x4c,0x26,0x7f,0xc5,0x15,0x57,0xe0,0xc0, + 0x81,0x3,0x98,0x39,0x73,0xe6,0xfb,0x7,0xc0,0xc6,0x8d,0x1b,0x61,0x87,0x42,0x28, + 0x4b,0x26,0x43,0x47,0xfa,0xfa,0x6e,0x52,0x5a,0xdf,0xe7,0xd8,0x76,0x73,0x22,0x91, + 0x8,0x5b,0x21,0xb,0x41,0x10,0xc0,0xf7,0x3,0x18,0xad,0xc1,0xa5,0x82,0x69,0x4c, + 0xf1,0xcc,0xc5,0x38,0x0,0x84,0x20,0x84,0xac,0x10,0x6c,0xc7,0x6,0x0,0x8c,0x8e, + 0x66,0x75,0x2e,0x97,0x3b,0x8,0xe6,0x1f,0xc5,0xe2,0xf1,0xa7,0x86,0x86,0x86,0x8e, + 0x2c,0x5b,0xb6,0xc,0xdd,0xdd,0xdd,0x98,0x36,0x6d,0xda,0x7b,0xf,0xa0,0xb5,0xa5, + 0x5,0xcc,0xc,0x2b,0x14,0xb2,0x33,0xe9,0xf4,0xed,0xcc,0xfc,0x60,0x34,0x1a,0x9d, + 0x1d,0x4f,0xc4,0xa5,0xd6,0x1a,0xae,0xeb,0xc1,0x18,0x3,0x22,0x82,0x10,0x2,0x82, + 0x4,0x98,0x1,0x36,0x85,0x0,0x0,0x1,0x82,0xa,0x3c,0x18,0x85,0xd1,0xc1,0x30, + 0x17,0x46,0x4,0xdb,0x86,0xe3,0xd8,0x70,0x3d,0x8f,0x33,0x99,0x91,0x21,0x36,0xe6, + 0xb9,0x48,0x34,0xfa,0xd8,0xd0,0xd0,0x50,0xd7,0xf2,0xe5,0xcb,0x91,0xcb,0xe5,0x10, + 0x8b,0xc5,0xde,0x3b,0x0,0xbb,0x77,0xef,0x6,0x0,0x34,0x35,0x35,0xc9,0x96,0xad, + 0x5b,0x6f,0xd3,0x5a,0x7f,0x39,0x16,0x8f,0xcf,0x8a,0xc5,0xa2,0xc2,0x75,0x3d,0x4, + 0xbe,0xf,0x12,0x2,0x52,0x8,0x0,0x2,0x9e,0xe7,0x21,0xeb,0xe,0x22,0x1b,0x1c, + 0x82,0xc7,0xbd,0x30,0xf0,0x40,0x2c,0x11,0xa2,0x14,0xa2,0xd6,0x74,0xc4,0x9c,0x6a, + 0x44,0xc2,0x71,0x8,0x9,0x18,0xad,0x61,0x8c,0x81,0x90,0x2,0xd1,0x48,0x14,0x4a, + 0x29,0xc,0xa7,0xd3,0x69,0x63,0xcc,0x8f,0x93,0xc9,0xe4,0x57,0xf2,0xb9,0xdc,0x40, + 0x7f,0x5f,0x1f,0xae,0xbf,0xf1,0xc6,0xf7,0x6,0x40,0x2e,0x97,0xc3,0x70,0x3a,0x8d, + 0xd5,0xaf,0xbe,0x8a,0x8b,0xe6,0xcc,0x59,0x16,0x4,0xc1,0x37,0x63,0xf1,0xd8,0xc2, + 0x58,0x2c,0x26,0xf2,0x79,0x17,0x5a,0x29,0x48,0x29,0x21,0x84,0x44,0x2e,0x9f,0x47, + 0xff,0xe8,0x2e,0xc,0xf3,0xeb,0x70,0xed,0xed,0xd0,0xa1,0x5e,0xb0,0xc8,0x1,0x54, + 0x8,0x7c,0x32,0x36,0x48,0x55,0xc0,0xf6,0x67,0x23,0xa1,0xaf,0x44,0x55,0xf8,0x83, + 0x48,0x26,0x2a,0x1,0x62,0x68,0xad,0x41,0x0,0x22,0xd1,0x8,0xb4,0xd6,0x18,0x1e, + 0x4e,0xf7,0x11,0xf0,0xb5,0xda,0xda,0xda,0x6f,0x67,0xb3,0x59,0x3f,0x64,0xdb,0x98, + 0x3b,0x77,0xee,0xb9,0x7,0xf0,0xc2,0xf3,0xcf,0x63,0x7a,0x7d,0x3d,0x1c,0xc7,0x99, + 0x9e,0xcb,0x66,0xbf,0x6d,0x3b,0xce,0x8d,0xc9,0x64,0x22,0xe4,0xba,0x2e,0xb4,0xd2, + 0x90,0x52,0x82,0x20,0xd0,0x3f,0x7c,0x8,0xdd,0xc1,0x8b,0x18,0x8d,0xae,0x81,0x9, + 0xf5,0x17,0xb,0xa5,0x71,0x8a,0x37,0x60,0x30,0x48,0x47,0xe1,0xe4,0x17,0xa3,0xda, + 0xdc,0x82,0xba,0xf2,0xc5,0x8,0xd9,0x16,0xb4,0x52,0x60,0x0,0xd1,0x68,0x4,0x9e, + 0xe7,0xf1,0x48,0x66,0xf4,0xed,0x50,0xc8,0xfa,0x6c,0xeb,0xd6,0xad,0xaf,0x5c,0x77, + 0xd3,0x4d,0x98,0x7e,0x96,0xfa,0x82,0x9,0x1,0xc,0xd,0xd,0xe1,0xf0,0xe1,0xc3, + 0x68,0x68,0x68,0x90,0xad,0xad,0xad,0xf7,0x12,0xf0,0xc5,0xb2,0xf2,0xf2,0x94,0x52, + 0xa,0x2a,0x8,0x20,0xa5,0x4,0x20,0xd0,0x33,0xb0,0x7,0x9d,0xf4,0x3,0x78,0xd1, + 0x2d,0x5,0x6f,0xb3,0x38,0x85,0xb7,0x32,0x18,0x6,0x96,0x7f,0x21,0xaa,0xf2,0xb7, + 0xa3,0xb1,0x7c,0x39,0x1c,0xc7,0x86,0xd2,0xea,0x68,0x24,0x8c,0x8c,0x8c,0x6,0x9e, + 0xeb,0xbe,0x18,0x4f,0x24,0x3e,0xa3,0x95,0xea,0x8d,0xc6,0x62,0x98,0x37,0x6f,0xde, + 0x94,0x3,0x98,0xb0,0xb6,0x9f,0xfa,0xd4,0xa7,0x30,0x3c,0x3c,0x8c,0x3d,0x7b,0xf6, + 0x7c,0xc0,0x18,0xf3,0xd1,0x48,0x34,0x52,0xc6,0xc6,0x20,0x8,0x2,0x8,0x29,0x41, + 0x24,0xd1,0x3b,0xd8,0x86,0x76,0x7a,0x1a,0xb9,0xc8,0x56,0x68,0x96,0xd0,0xc6,0x82, + 0x66,0xf1,0xee,0x6a,0x24,0x8c,0x9,0xc1,0xf,0xf5,0xa2,0x27,0xf2,0x43,0x74,0xc, + 0xad,0x85,0xa,0xa,0x11,0x65,0x98,0xe1,0xba,0x1e,0xa2,0xd1,0x48,0x48,0x8,0x71, + 0x75,0x3e,0x97,0x5b,0xf1,0xf9,0x87,0x1f,0x46,0xd8,0x71,0xce,0x6d,0x4,0xec,0xdb, + 0xb7,0xf,0xb3,0x66,0xcd,0xa2,0xf5,0xeb,0xd7,0x7f,0x5a,0x10,0xfd,0x67,0x22,0x99, + 0x28,0xf3,0x3c,0x1f,0x4,0xc0,0xb2,0x42,0x48,0x8f,0xc,0x61,0x77,0xee,0x7b,0x18, + 0x89,0xfd,0x9,0x4,0x81,0xd3,0x9d,0x55,0x33,0x34,0x42,0xfe,0x74,0xcc,0x54,0x9f, + 0x45,0xfd,0x5,0xb,0x61,0x58,0x41,0x69,0x8d,0x70,0xd8,0x81,0xe7,0x7a,0x2a,0x9f, + 0xcf,0xff,0x2a,0x99,0x4c,0xde,0x1d,0x4,0xc1,0xe0,0x8c,0xa6,0x26,0x54,0x56,0x56, + 0x9e,0xfd,0x8,0x18,0x18,0x18,0xc0,0xd0,0xe0,0x20,0x5a,0x5b,0x5b,0x2b,0xd8,0x98, + 0x6b,0x6d,0xc7,0x8e,0x6b,0xa5,0xc1,0xcc,0x10,0x42,0x40,0x2b,0x83,0xae,0xd1,0xd, + 0x48,0x87,0x37,0xc1,0xb0,0x55,0xf0,0x3e,0xd3,0xa9,0x79,0xff,0x4,0x35,0x6c,0xc1, + 0xd,0x75,0xa3,0xcb,0xbc,0x84,0xd1,0x5c,0x6,0x42,0x48,0x8,0x22,0xf8,0xbe,0x8f, + 0x90,0x6d,0x5b,0x44,0xd4,0xec,0xba,0xee,0x82,0x7c,0x3e,0x8f,0x8a,0x8a,0x8a,0x29, + 0x8f,0x80,0x71,0x1,0x44,0x22,0x11,0x28,0xad,0x11,0x4,0xc1,0x2c,0x10,0xcd,0xb5, + 0x2c,0x4b,0x6,0x4a,0x41,0x10,0x41,0x8,0x89,0x4c,0x76,0x0,0x47,0xc4,0x9f,0xa0, + 0xc9,0x2f,0x1a,0x2f,0xc6,0x1c,0x27,0xab,0x12,0x86,0x25,0xd2,0x76,0xb,0x8e,0x64, + 0x77,0x3,0xc,0x90,0x10,0x30,0xba,0x30,0x89,0xb0,0x2c,0xab,0x26,0x50,0xea,0xd2, + 0x2b,0xaf,0xba,0x8a,0xf6,0xef,0xdb,0x37,0xe5,0x0,0xac,0xf1,0x6e,0x66,0x32,0x19, + 0x74,0xb4,0xb7,0xa3,0xa1,0xb1,0x71,0x9e,0x25,0x65,0xd,0x1b,0x6,0x33,0x83,0x44, + 0x61,0x82,0x33,0xe8,0xee,0x47,0x36,0xd4,0xe,0xc3,0x16,0xc0,0xc,0xc3,0xfa,0xf4, + 0x3d,0x40,0x2,0x44,0x12,0x5a,0x8c,0xa2,0x5f,0xb7,0x60,0xba,0x7f,0x49,0x61,0x54, + 0x20,0x82,0xd2,0xa,0x96,0x65,0x85,0x95,0x52,0xb,0xb7,0xb5,0xb6,0x46,0x3,0xa5, + 0xb2,0xe7,0x4,0xc0,0x48,0x26,0x83,0xbf,0xbf,0xed,0x36,0xb1,0x6e,0xdd,0xba,0x69, + 0x42,0x88,0x70,0x69,0x9c,0x26,0x21,0xa0,0x95,0xc6,0xa0,0xde,0x8b,0xc0,0x76,0x1, + 0x43,0x8,0xcb,0x24,0x9a,0x2a,0xae,0x42,0xcc,0xaa,0x84,0xe1,0x53,0x7f,0x31,0x11, + 0x10,0xe8,0x0,0x3b,0x7b,0x36,0x23,0x67,0xda,0xe0,0xd8,0x40,0x46,0xec,0x43,0xd6, + 0x4b,0x23,0xe5,0x5c,0x0,0x22,0x82,0xd1,0x6,0x24,0x84,0x4,0xd0,0x10,0x28,0x15, + 0x57,0xe7,0xa,0x40,0x36,0x9b,0xc5,0x9e,0xdd,0xbb,0x6d,0x2,0x2e,0x24,0x41,0x96, + 0x31,0x6,0x54,0xdc,0xcc,0x8,0x94,0x8f,0x1c,0xfa,0xa0,0x99,0xc0,0xcc,0xb8,0xb8, + 0x6e,0x25,0x56,0xcc,0x7a,0x18,0x52,0xd8,0xc5,0x79,0xef,0x24,0x84,0x8,0xe5,0x62, + 0xd,0x7e,0xde,0xf2,0x0,0x2e,0xac,0x49,0xc3,0xa5,0x34,0x3c,0x35,0x2,0x42,0x55, + 0x1,0x40,0x61,0xba,0x4c,0x44,0x54,0x6e,0xb4,0x4e,0xb2,0x31,0xbd,0xe7,0x4,0x80, + 0xd6,0x1a,0x9e,0xe7,0x59,0x20,0x2a,0x63,0x53,0x18,0xd8,0x45,0xb1,0xc2,0x4a,0x2b, + 0xf8,0xec,0x16,0x0,0x18,0x81,0xa4,0x33,0x1d,0x96,0x70,0x8e,0xb9,0x75,0x92,0x52, + 0x93,0x9c,0x6,0xad,0x23,0x50,0x66,0x4,0x4,0x83,0x40,0x7b,0x85,0xa2,0x8a,0xbf, + 0xb3,0x31,0x0,0x91,0xed,0xba,0x6e,0x84,0x4e,0xa3,0xfc,0xd3,0x2,0xc0,0x0,0x18, + 0xc,0x30,0xa8,0xe4,0xfd,0x63,0x95,0x62,0x68,0xc3,0x50,0xaa,0xd0,0x1f,0x4c,0x26, + 0xec,0xc7,0x15,0x66,0xb0,0x21,0x28,0x4d,0x10,0x1a,0x60,0x79,0x7c,0x81,0x5a,0xeb, + 0xc9,0x47,0xd6,0x24,0x64,0xdc,0x51,0x40,0x8,0x1,0x2b,0x64,0x6b,0x10,0xb2,0x86, + 0x8f,0xbd,0x9d,0x1,0x48,0x61,0x81,0x4c,0x4,0x81,0x22,0x4,0x8a,0x90,0xf5,0xcf, + 0xac,0x59,0x66,0xfd,0x2c,0x34,0x2b,0x4,0x8a,0xa0,0x95,0x55,0x68,0x4a,0x84,0xa3, + 0x4b,0x67,0x66,0x6,0x33,0x2b,0xdb,0xb6,0xfd,0xc2,0xec,0x73,0x6a,0x65,0xdc,0x8, + 0x88,0x46,0xa3,0xb8,0x70,0xda,0x34,0x7f,0xc7,0xf6,0xed,0x3d,0xcc,0xac,0xc1,0x6c, + 0x71,0xb1,0x32,0x21,0x2b,0x4,0x9b,0x53,0x8,0xb4,0x0,0x18,0xd8,0xd4,0xb9,0xa, + 0x2,0x61,0x24,0x9c,0x4a,0xf0,0x24,0x3c,0x45,0x0,0x2,0xa3,0xf0,0xc6,0xbe,0xd5, + 0x70,0x22,0x23,0x8,0x34,0x21,0xa2,0x13,0x8,0x5b,0x71,0x1c,0x33,0xbf,0x8,0x0, + 0xc8,0x84,0x42,0xa1,0x4c,0x10,0x4,0xe7,0x6,0x40,0x59,0x32,0x89,0x67,0x9f,0x79, + 0x46,0x2f,0x5d,0xba,0xb4,0x9b,0x99,0x3d,0x6,0x1c,0x14,0x3c,0x1,0xcb,0xa,0xa1, + 0x52,0xce,0xc6,0x3e,0x7f,0x2d,0x34,0x5,0xe8,0xcd,0x74,0xe1,0xc5,0x9d,0xdf,0x6, + 0xd1,0x29,0xac,0x1,0x4e,0x90,0x2,0x30,0x83,0x90,0x25,0x11,0x28,0x81,0x24,0xcf, + 0x40,0xcc,0x29,0x2b,0x79,0xbd,0x64,0xbc,0x26,0xa0,0x9b,0x88,0x46,0xce,0x5d,0x4, + 0xc4,0x62,0x58,0xb2,0x64,0x9,0xa4,0x65,0xbd,0x1d,0xf8,0xfe,0x0,0x98,0x93,0xa5, + 0xa,0x91,0x4,0x6a,0xa2,0xb3,0x11,0xce,0xd5,0x62,0x88,0xe,0x82,0x70,0x26,0x95, + 0x22,0x14,0x5a,0x21,0x43,0x72,0x4,0xb5,0x91,0x5,0x8,0x87,0xc3,0x30,0x46,0x1f, + 0x5,0x0,0xe6,0x40,0xa,0xda,0x75,0x49,0xf3,0xa2,0x5c,0xfb,0x59,0x98,0x8,0x8d, + 0xeb,0xb6,0xc0,0xf7,0x61,0xdb,0x36,0x42,0x96,0xb5,0x17,0xc0,0x7e,0xc3,0x6c,0xb8, + 0xb8,0xd7,0xcf,0x6c,0x50,0x91,0xa8,0x41,0xbd,0x5c,0x2,0x15,0x48,0xf8,0x1,0xce, + 0x58,0xbd,0xc0,0xa0,0x5c,0xcf,0x42,0x7d,0x72,0x3e,0x48,0xe0,0x68,0x5e,0x81,0x99, + 0x61,0xc,0x9b,0xb6,0x51,0x91,0x6,0x59,0xfa,0x93,0x6b,0x7d,0x38,0x5f,0x7c,0x1d, + 0xaf,0xb5,0xa7,0xcf,0x2e,0x80,0xb,0xaa,0xaa,0x10,0x4f,0x24,0x50,0xdf,0xd0,0xd0, + 0x27,0x84,0x78,0x8d,0x8d,0x71,0xd,0x33,0xc,0x33,0x8c,0x31,0x8,0xd9,0x16,0xe6, + 0xa5,0xae,0x44,0x4a,0xcd,0x46,0xde,0xd3,0xf0,0x3c,0xc0,0xf3,0x4f,0x4f,0x5d,0xcf, + 0x80,0xfc,0x24,0xe6,0x47,0xaf,0x45,0x2a,0x51,0x9,0x6d,0xcc,0x51,0xe3,0x1,0x46, + 0xbf,0xc7,0xce,0x63,0xad,0xea,0x8e,0xaa,0x47,0x37,0x7c,0x74,0x66,0x55,0xd4,0xae, + 0x4f,0x84,0xf0,0xe1,0x19,0x65,0x78,0xe8,0xe5,0xfd,0x67,0xf,0x0,0x0,0xcc,0x9b, + 0x37,0xf,0x3b,0x77,0xec,0x50,0x96,0x65,0xfd,0x9e,0x99,0xdb,0xd8,0x18,0x2e,0x65, + 0x7b,0xc,0x1b,0x54,0xa7,0xea,0x70,0x59,0xea,0x66,0x44,0x55,0x2d,0x72,0xbe,0x86, + 0xeb,0x61,0xd2,0x9a,0xf7,0x18,0xca,0xb7,0xf1,0x57,0xce,0xa,0xcc,0xa9,0xb9,0x4, + 0x24,0xe8,0xe8,0x7e,0xa1,0x61,0x6,0xb1,0xc1,0xa6,0x3e,0x96,0x7b,0xd3,0xbc,0x68, + 0x30,0xe7,0x3f,0xfa,0xcb,0xd6,0xde,0xbb,0x1b,0x52,0xe1,0xb2,0xf0,0x43,0xab,0x31, + 0xb3,0xc2,0xc1,0xca,0x1f,0x6e,0x3d,0x63,0x0,0x13,0x36,0xe0,0x7b,0xef,0xbd,0x17, + 0xbe,0xef,0x23,0x9e,0x48,0xc,0xe4,0x73,0xb9,0xb,0x99,0xb9,0x99,0x88,0xec,0xd2, + 0x64,0x44,0x8,0x42,0x45,0xbc,0x1a,0x91,0x20,0x85,0x43,0x99,0x4e,0x64,0x82,0xc, + 0xb4,0xa6,0xa2,0xe2,0x5d,0x35,0xd0,0x6,0xd2,0x44,0xb0,0x24,0xf1,0x37,0xb8,0xaa, + 0xf1,0x7a,0xc4,0x63,0xb1,0xe2,0x56,0xba,0x39,0xda,0xd4,0x6,0xf2,0x1a,0x4f,0xed, + 0x52,0xe8,0x1e,0x35,0x2,0x6c,0x52,0x7e,0xa0,0x9a,0xfb,0x32,0x6e,0x6a,0x7e,0x4d, + 0x6c,0xf7,0xd3,0x2f,0xef,0xcd,0x7c,0x78,0x6e,0x25,0x2a,0x96,0xfd,0x13,0xda,0x5e, + 0x7a,0xf6,0xb4,0x1,0x9c,0x74,0x6a,0xc5,0xcc,0x78,0x6d,0xed,0x5a,0xc4,0xe2,0xf1, + 0x5,0x9e,0xeb,0x3e,0x25,0x84,0x58,0x2a,0xa5,0x94,0x42,0x4a,0xc8,0xa2,0x1a,0x65, + 0xb0,0xb7,0x7b,0x27,0xd6,0x1c,0x5a,0x85,0xfd,0xd9,0xdd,0x8,0xd8,0x87,0x80,0x18, + 0x7f,0x56,0xc8,0xc,0x3,0x6,0x81,0x50,0x6d,0xd7,0xe1,0xca,0xea,0x15,0xb8,0xac, + 0xf1,0x6a,0xc4,0x62,0x31,0x68,0xad,0xa1,0x8b,0x9b,0xa4,0x5a,0x6b,0xb0,0xd1,0xf8, + 0xd9,0x1e,0xf,0xff,0xbd,0x2b,0x28,0x4c,0xb6,0x8e,0xe6,0x57,0x38,0x13,0x96,0x62, + 0x55,0x43,0x99,0xf3,0xf8,0xee,0x2f,0x7c,0x66,0xdb,0x8d,0xff,0xf5,0xc,0x8e,0x64, + 0xf2,0xd8,0xf8,0xf0,0xf2,0xa9,0x8d,0x0,0xa0,0xb0,0x2b,0x64,0xdb,0x36,0x16,0x2c, + 0x58,0xd0,0xd7,0xdd,0xd3,0x93,0x37,0x5a,0x2f,0x21,0xa2,0x32,0xd0,0xb1,0x49,0xa9, + 0xb4,0x24,0xaa,0x92,0xb5,0x98,0x99,0x98,0x8b,0x4,0x57,0xc0,0xf5,0x14,0x46,0xbc, + 0x1c,0x3c,0xa5,0xe0,0x2b,0x83,0x40,0x31,0x2,0xc5,0xd0,0x1a,0x20,0x13,0xc2,0x5, + 0x56,0x1d,0x9a,0x2b,0xae,0xc2,0xdf,0xce,0x58,0x89,0x85,0xf5,0x97,0x22,0x1c,0x76, + 0xa,0xc6,0x17,0x9b,0x97,0x36,0x6,0x4,0x83,0xad,0xbd,0x3e,0xbe,0xd7,0x92,0x47, + 0xd6,0x53,0x20,0xd6,0x20,0x53,0x52,0xe3,0x68,0xa5,0x67,0x8f,0xe4,0xfd,0x8b,0xa7, + 0xfd,0xf5,0x47,0xe,0x3f,0x7e,0xeb,0xa2,0xf6,0xd7,0x76,0xf5,0xf0,0x41,0xb1,0x14, + 0x4f,0x7d,0xff,0x5b,0x58,0xf5,0xe3,0xef,0x4c,0x5d,0x4,0x0,0xc7,0x72,0x2,0x8e, + 0xe3,0x44,0x87,0x86,0x87,0xff,0x9d,0x99,0xff,0x4d,0xa,0x51,0x55,0xca,0xf6,0x4a, + 0x51,0xc8,0xf8,0x8,0x29,0x61,0x94,0xc6,0x50,0x66,0x8,0x9d,0x43,0x7,0xd1,0x33, + 0xd2,0x85,0x23,0xb9,0x23,0x70,0x55,0x1e,0x96,0xb0,0x90,0xa,0x57,0xa0,0x2e,0x7e, + 0x21,0xa6,0x97,0x37,0xa0,0xa6,0xbc,0x6,0xb6,0xe3,0xc0,0x70,0xb1,0x4f,0x29,0x79, + 0xde,0x18,0x10,0x1b,0x74,0xe,0xfb,0x78,0x74,0x5d,0x1a,0xdb,0xfa,0x2,0xc8,0x31, + 0x91,0xc4,0x63,0x2a,0xcc,0xe0,0x80,0x80,0x5d,0x15,0x91,0xd0,0xd7,0x57,0xcc,0xaf, + 0x79,0xe1,0xb5,0x5d,0xdd,0x6e,0xfb,0x93,0x2b,0xf1,0xf9,0xe7,0xb7,0xe2,0xb1,0x8f, + 0x35,0x4f,0x1d,0x0,0x0,0xf8,0xe9,0x4f,0x7e,0x82,0xa6,0xa6,0x26,0xc4,0x13,0x89, + 0x8a,0xec,0xe8,0xe8,0xfd,0x0,0x3e,0x29,0x84,0xa8,0x16,0x42,0x90,0x28,0x2,0xa0, + 0x12,0x8,0x22,0x10,0x44,0x21,0xf,0xa8,0x82,0x62,0xc2,0x44,0x40,0x4a,0x9,0xcb, + 0x92,0x85,0x75,0x46,0xc9,0xf0,0x52,0x87,0x57,0x3c,0x27,0x36,0xe8,0xce,0xf8,0xf8, + 0xe6,0xba,0x41,0xac,0x3b,0xe4,0x41,0xd2,0xc9,0x6b,0xce,0xc,0x43,0x40,0x7b,0xd2, + 0x91,0x4f,0x2f,0x6a,0x48,0x7d,0x7f,0x75,0xcb,0xc1,0x81,0x6f,0x7d,0xfc,0x72,0xbc, + 0xbe,0xa7,0x7,0x2f,0xdc,0xb7,0x62,0xea,0x0,0x8c,0x8c,0x8c,0x20,0x91,0x48,0xe0, + 0x8d,0x37,0xde,0x40,0x22,0x1e,0x4f,0x65,0xb3,0xd9,0x3b,0xd,0xf3,0x5d,0x82,0xa8, + 0x49,0x8,0x21,0x4b,0xc6,0x13,0x51,0x1,0xc0,0x18,0x3d,0xea,0xbd,0xb1,0xb3,0xbb, + 0x62,0x2f,0xcf,0x45,0x0,0x6c,0xc,0xc0,0x6,0xfb,0xfa,0x5d,0x7c,0x77,0x7d,0x3f, + 0xde,0xea,0x76,0x21,0x4e,0x7d,0xe1,0xc7,0xcc,0xe8,0x8f,0x84,0xe4,0xff,0xce,0xa9, + 0x4d,0x3c,0xb9,0x71,0xcd,0xae,0x3,0x77,0xdc,0xb6,0x4,0x87,0xfa,0x46,0xb0,0xfa, + 0x2b,0x2b,0xa7,0x6,0x0,0x0,0x1c,0xec,0xe8,0x40,0x43,0x63,0x23,0x36,0xac,0x5f, + 0x8f,0xb2,0xf2,0xf2,0x70,0x7a,0x78,0xf8,0x3a,0xad,0xf5,0x3d,0x44,0x74,0x19,0x9, + 0x91,0x10,0x44,0x44,0x45,0x8,0x4,0x14,0x8c,0x1f,0x27,0x37,0x78,0x1c,0x88,0xc2, + 0x90,0xea,0x69,0xcd,0x83,0xeb,0xda,0x32,0x91,0x1f,0x6c,0xea,0x4b,0xb6,0xf,0x5, + 0x42,0xd0,0x64,0x6a,0x6,0x14,0x16,0xae,0x18,0xb5,0x25,0xbd,0x52,0x9b,0xc,0x3f, + 0xb1,0xf7,0x3b,0xff,0xf0,0xe6,0x75,0x8f,0xfc,0x1a,0xed,0x87,0xd3,0x78,0xfc,0x9f, + 0xaf,0xc6,0x4d,0x4b,0x27,0xfe,0x8,0x63,0x52,0xb,0xec,0x9e,0x9e,0x1e,0xbc,0xb5, + 0x79,0x33,0xa6,0xd7,0xd7,0x63,0xd1,0xa2,0x45,0xd8,0xf2,0xd6,0x5b,0xb3,0x3d,0xdf, + 0xff,0x28,0x1b,0x73,0x33,0x11,0xcd,0x21,0xa2,0x4,0x11,0xc9,0x92,0xf1,0x63,0xb, + 0xe7,0xe3,0x21,0x18,0x36,0xc6,0x65,0xe6,0x43,0x44,0xb4,0xc6,0x33,0xe2,0xb7,0x77, + 0xff,0x6c,0xef,0xfc,0x8e,0x81,0xdc,0x5d,0x82,0xd0,0x44,0x44,0x12,0x93,0x5d,0x1, + 0x13,0xc0,0xcc,0x9e,0x20,0xda,0x5c,0x11,0xb3,0x9f,0xf8,0xd7,0xeb,0x16,0xbe,0xb4, + 0xea,0x8d,0xbd,0x6a,0x7d,0x6b,0x7,0x86,0x7e,0x73,0x3f,0x52,0xf1,0xf0,0x99,0x3, + 0x28,0xc9,0xb6,0xd6,0x56,0x44,0x22,0x11,0xf4,0xf6,0xf6,0x62,0x7a,0x7d,0xbd,0xd5, + 0xdf,0xdf,0xff,0x81,0xc0,0xf7,0x97,0x33,0xf3,0x87,0x99,0x79,0x2e,0x88,0xaa,0x8, + 0x48,0x80,0xc8,0x2,0x73,0xe9,0x1d,0x9a,0x81,0x3c,0x98,0x7,0x1,0xb4,0x13,0xd1, + 0x6,0x29,0xe5,0x1f,0xa2,0xb1,0x58,0xcb,0xea,0xcd,0x6f,0x8f,0xac,0xed,0x8d,0xda, + 0x9b,0xf7,0x74,0xde,0x32,0x94,0x71,0x1f,0x64,0xe6,0x8b,0x89,0x10,0x3a,0xd,0x6, + 0x60,0x40,0x81,0xf1,0xe7,0x54,0x2c,0xf4,0xe4,0xb2,0x85,0xf5,0x3f,0xdf,0xd9,0x76, + 0x24,0xbf,0xab,0xed,0x30,0xbc,0x57,0x3f,0x3f,0x75,0x0,0x0,0xa0,0xbb,0xbb,0x1b, + 0x75,0x75,0x75,0xd8,0xbe,0x6d,0x1b,0xb2,0xd9,0x2c,0x96,0x7e,0xe8,0x43,0xd4,0xd2, + 0xd2,0x52,0xa6,0x82,0xa0,0x41,0x6b,0xdd,0x68,0x8c,0x69,0x4,0x50,0x49,0x44,0xe, + 0x33,0x6b,0x0,0x69,0x22,0xea,0x12,0x42,0xb4,0x4b,0x29,0x3b,0xca,0xcb,0xcb,0xfb, + 0x3a,0x3b,0x3b,0x83,0xb2,0xb2,0x32,0x5c,0xd2,0xdc,0x8c,0xe5,0x9f,0x7b,0x1,0xdf, + 0xbd,0x6b,0x99,0xbc,0xf9,0x91,0x5f,0x5e,0x73,0x64,0x68,0xf4,0x41,0xad,0xcd,0xd5, + 0x44,0x88,0x9e,0x4e,0xdd,0xb8,0x90,0x83,0x3b,0x98,0x8a,0x39,0x8f,0xdf,0x75,0x43, + 0xf3,0xb3,0x5b,0xf7,0x1d,0xe,0x3e,0x72,0xe9,0xc,0xfc,0xcb,0x4d,0x1f,0x9c,0x3a, + 0x0,0x25,0xe9,0xe9,0xe9,0x41,0x5d,0x5d,0x1d,0x76,0xec,0xd8,0x81,0x7c,0x3e,0xf, + 0xad,0x14,0x82,0x20,0xc0,0x43,0xf,0x3e,0x88,0x97,0x5e,0x7e,0x59,0x72,0x71,0xb9, + 0x57,0x5e,0x5e,0xae,0x7f,0xff,0xca,0x2b,0x5c,0x56,0x56,0x6,0x21,0x4,0x1c,0xc7, + 0x41,0x45,0x45,0x5,0x5c,0xd7,0xc5,0x45,0x73,0xe6,0xe0,0x9a,0x7,0xfe,0x7,0x75, + 0xa9,0x18,0x9e,0xfb,0xdc,0xdd,0x58,0x7c,0xe7,0x97,0x2f,0x3e,0xd4,0x3b,0xfc,0xa0, + 0x17,0xa8,0x9b,0x8,0x54,0x6,0x3a,0x8d,0x7a,0x16,0xb6,0xb4,0x76,0xd4,0x57,0x25, + 0xef,0xd9,0xb9,0xa5,0xed,0x8d,0xfd,0xab,0xff,0x3,0xb3,0x6a,0xcb,0xa6,0x1e,0xc0, + 0x89,0xb2,0x7f,0xdf,0xbe,0xc2,0x86,0xa6,0x31,0xf0,0x7d,0x1f,0x96,0x65,0xc1,0x14, + 0x37,0x4a,0xc2,0x91,0x8,0x2,0xdf,0x87,0xe3,0x38,0x68,0x68,0x68,0x78,0xc7,0x7f, + 0x57,0x7e,0xe9,0x79,0xcc,0xad,0xaf,0xc4,0x57,0x9f,0xfd,0x23,0xae,0xb9,0x74,0xc6, + 0xb4,0xb7,0x3b,0x8e,0x7c,0x26,0x97,0xf7,0x3f,0xe,0xa0,0x8e,0x8,0x62,0x52,0xfd, + 0x2,0x1,0x86,0x39,0x1f,0xb,0xdb,0xdf,0xf8,0xf4,0x2d,0x97,0x3f,0xb2,0x69,0x57, + 0x57,0xf0,0x9b,0xaf,0xdf,0x71,0xf6,0x1,0x9c,0xa9,0xdc,0xf5,0xb5,0x17,0xf1,0x89, + 0xeb,0x9b,0x71,0xfd,0x7d,0x3f,0xc2,0xb5,0x8b,0x1b,0x13,0x1b,0xb6,0x77,0xdc,0x9e, + 0x19,0x75,0xef,0x5,0xf3,0x7,0x88,0x20,0x4f,0x95,0x41,0xb1,0x3f,0x30,0x52,0x88, + 0x5f,0x25,0x63,0xce,0x27,0x94,0x36,0x99,0xce,0x97,0xbf,0xfc,0x8e,0xe7,0x26,0xbf, + 0x8d,0x73,0x96,0xe5,0xe9,0x7,0x6e,0xc6,0x9b,0x3b,0x3a,0x31,0xf0,0xca,0x17,0xd1, + 0xd1,0x33,0x3c,0x72,0xe7,0xd,0x4b,0xbe,0x7f,0x41,0xdc,0xfe,0x9c,0x34,0xea,0x4d, + 0x4,0x81,0x2f,0x54,0x80,0x53,0x51,0x2a,0x1c,0x89,0x3d,0xcf,0x19,0x1e,0x4c,0x8b, + 0xd1,0xf4,0xc8,0xb8,0xef,0x3b,0x2b,0x0,0xe4,0x19,0xea,0x67,0x3f,0x76,0x5,0x0, + 0xc0,0xaf,0xba,0x12,0x9b,0x77,0x75,0x4,0x7f,0x5e,0xf5,0xa5,0x5f,0xd7,0xa5,0x62, + 0xf7,0xdb,0xac,0x7f,0xf,0xdf,0xcf,0x52,0x10,0x80,0xfc,0x77,0xd1,0x20,0x0,0xf9, + 0xbe,0xb1,0x8c,0xca,0xd5,0x24,0xc3,0x3a,0x15,0x9,0x4d,0x58,0xd7,0x9,0x7f,0x10, + 0xa7,0xa9,0x53,0x21,0x2,0x40,0xef,0xba,0xa7,0x91,0x3e,0x72,0x10,0xdb,0xba,0x4, + 0xfe,0xf0,0xa3,0x9f,0x77,0x2e,0xbc,0xfc,0x92,0xb7,0xb2,0x23,0xb9,0x84,0xf6,0xfd, + 0x26,0x62,0x13,0x26,0xa3,0xe9,0xd8,0x22,0xe9,0x9d,0xa,0xad,0x73,0x31,0xc7,0xfa, + 0xc5,0x37,0xbf,0xf0,0x8f,0x6b,0x32,0xe9,0x51,0xde,0xb6,0x61,0xd5,0xc9,0x1,0x8c, + 0x35,0x7a,0x2,0xa1,0x49,0xa8,0x38,0xc9,0xfd,0x93,0xe9,0x71,0xcf,0x67,0x87,0x7b, + 0x69,0xfb,0xba,0xdf,0x11,0xa3,0x7,0xbc,0xf2,0x8f,0x3,0xb,0xb0,0x69,0x53,0x26, + 0x9d,0xd3,0x81,0x1f,0xcc,0x22,0xc3,0x9,0x32,0x86,0xc8,0x18,0x9c,0xa8,0x30,0x5a, + 0xb,0x70,0x4b,0x7d,0x6d,0xea,0x1b,0xcf,0xfc,0xf4,0xd5,0x9e,0xcb,0x6b,0xdb,0xf0, + 0xd6,0x96,0xed,0xc5,0x1d,0xc8,0xe3,0xd,0x9a,0x28,0x14,0xde,0xcd,0x40,0x4c,0x70, + 0xf,0xe3,0x3c,0x83,0x71,0xce,0x4f,0x26,0x3c,0xce,0xf9,0xd1,0xf,0xcf,0x16,0x34, + 0xaf,0x88,0x65,0x65,0xd3,0xad,0xa3,0xae,0xb9,0x87,0x19,0x17,0x11,0x91,0x7d,0xdc, + 0x9f,0x19,0x3e,0x11,0xf6,0x54,0xa6,0xa2,0x8f,0xdd,0xbc,0x34,0xfa,0x8b,0xc7,0x9f, + 0xf8,0xaa,0xb6,0x88,0x78,0xec,0xb6,0x7d,0x29,0x9d,0x3b,0x1e,0x0,0x2a,0x5e,0x5a, + 0x0,0x42,0xc5,0x63,0x29,0x38,0x4e,0x6c,0x19,0xef,0xe6,0xed,0xf1,0x20,0x9c,0xc, + 0x4,0x4f,0x70,0xcd,0x63,0xd5,0x0,0xa6,0x22,0x55,0x29,0x13,0xf5,0xd7,0x5c,0xe6, + 0x22,0xf9,0x77,0xda,0x88,0x85,0x0,0x25,0x8b,0x7d,0x7f,0x5a,0xa,0xd3,0x12,0xb3, + 0xd5,0x73,0x66,0x60,0xe3,0x6b,0x7,0xe,0xbc,0x9d,0x97,0x80,0x42,0x41,0x75,0xa9, + 0xcc,0x89,0x0,0x94,0x8c,0xb1,0x1,0x44,0x1,0xc4,0x0,0x38,0x27,0x1,0x31,0x1e, + 0x80,0x89,0x22,0x60,0xb2,0x43,0x2e,0x8f,0x73,0x1c,0x1b,0xd,0x46,0x12,0x4c,0xb2, + 0xb2,0x21,0xee,0x94,0x37,0x35,0x68,0x8a,0xa4,0x88,0x88,0x2d,0xf8,0x47,0xf2,0xc3, + 0x7,0xf6,0x67,0xfa,0xdb,0x86,0xb4,0x41,0x40,0x80,0xf,0x20,0xb,0x20,0x87,0xc2, + 0xb9,0x1,0xc0,0x27,0x8b,0x0,0x59,0x34,0x7a,0x2c,0x0,0x7b,0x4c,0x54,0x9c,0x8, + 0xe0,0x44,0xef,0x9f,0x8,0x60,0x2a,0x22,0xe0,0x1d,0x0,0x8a,0x6a,0xa,0xb,0x41, + 0x68,0x2e,0x38,0xd5,0x0,0x30,0x54,0x50,0x5,0x20,0x0,0xe0,0x8d,0x1,0xe0,0x95, + 0x9c,0x5f,0x2,0x30,0x5e,0x62,0xc4,0x14,0x49,0xa1,0x58,0x80,0x75,0x82,0xf7,0x4f, + 0xd6,0x69,0x9d,0x4a,0x24,0x9c,0x2a,0x80,0x71,0x3d,0x5f,0x32,0xbc,0x74,0x5e,0x4c, + 0x23,0x1a,0x2a,0x1a,0x3f,0x46,0x35,0x8e,0x85,0x7e,0x30,0xc6,0xfb,0xe3,0x7b,0x42, + 0xbe,0xf3,0xfe,0xe9,0x28,0x30,0x71,0xa7,0x38,0x1e,0x4,0x1e,0xe7,0xfc,0x44,0xe3, + 0x4f,0x8c,0x80,0x71,0xfb,0x85,0x49,0x28,0xc6,0x46,0xc0,0x71,0x9e,0x38,0xc5,0x24, + 0x17,0x9d,0xc2,0xbd,0xb3,0x35,0xc5,0xe6,0x77,0xb9,0x9e,0xe8,0xde,0x71,0x32,0xf6, + 0x83,0x9e,0x77,0x54,0x74,0xea,0xd3,0x8f,0xef,0x2f,0x39,0xf1,0x6b,0xa6,0x33,0xf6, + 0xd4,0x7b,0xd,0xec,0xf4,0x3f,0xcf,0x3a,0x2f,0xe7,0xe5,0xbc,0x0,0xf8,0x3f,0x91, + 0xa1,0x7d,0xf0,0xf3,0x62,0xe,0xa2,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74,0x64, + 0x61,0x74,0x65,0x3a,0x63,0x72,0x65,0x61,0x74,0x65,0x0,0x32,0x30,0x31,0x38,0x2d, + 0x30,0x36,0x2d,0x32,0x38,0x54,0x32,0x32,0x3a,0x33,0x37,0x3a,0x35,0x30,0x2b,0x30, + 0x38,0x3a,0x30,0x30,0x8e,0x91,0x57,0x41,0x0,0x0,0x0,0x25,0x74,0x45,0x58,0x74, + 0x64,0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x0,0x32,0x30,0x31,0x30, + 0x2d,0x30,0x36,0x2d,0x30,0x31,0x54,0x30,0x30,0x3a,0x30,0x30,0x3a,0x30,0x30,0x2b, + 0x30,0x38,0x3a,0x30,0x30,0xfd,0x24,0x55,0x1e,0x0,0x0,0x0,0x43,0x74,0x45,0x58, + 0x74,0x73,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x2f,0x75,0x73,0x72,0x2f,0x6c, + 0x6f,0x63,0x61,0x6c,0x2f,0x69,0x6d,0x61,0x67,0x65,0x6d,0x61,0x67,0x69,0x63,0x6b, + 0x2f,0x73,0x68,0x61,0x72,0x65,0x2f,0x64,0x6f,0x63,0x2f,0x49,0x6d,0x61,0x67,0x65, + 0x4d,0x61,0x67,0x69,0x63,0x6b,0x2d,0x37,0x2f,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e, + 0x68,0x74,0x6d,0x6c,0xbd,0xb5,0x79,0xa,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x3a, + 0x3a,0x50,0x61,0x67,0x65,0x73,0x0,0x31,0xa7,0xff,0xbb,0x2f,0x0,0x0,0x0,0x18, + 0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49,0x6d,0x61,0x67,0x65, + 0x3a,0x3a,0x48,0x65,0x69,0x67,0x68,0x74,0x0,0x31,0x32,0x38,0x43,0x7c,0x41,0x80, + 0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x49, + 0x6d,0x61,0x67,0x65,0x3a,0x3a,0x57,0x69,0x64,0x74,0x68,0x0,0x31,0x32,0x38,0xd0, + 0x8d,0x11,0xdd,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62, + 0x3a,0x3a,0x4d,0x69,0x6d,0x65,0x74,0x79,0x70,0x65,0x0,0x69,0x6d,0x61,0x67,0x65, + 0x2f,0x70,0x6e,0x67,0x3f,0xb2,0x56,0x4e,0x0,0x0,0x0,0x17,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x4d,0x54,0x69,0x6d,0x65,0x0,0x31,0x32,0x37, + 0x35,0x33,0x32,0x31,0x36,0x30,0x30,0x47,0x7b,0x32,0xc8,0x0,0x0,0x0,0x11,0x74, + 0x45,0x58,0x74,0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x53,0x69,0x7a,0x65,0x0,0x39, + 0x38,0x32,0x36,0x42,0x3e,0xde,0xdc,0x6,0x0,0x0,0x0,0x60,0x74,0x45,0x58,0x74, + 0x54,0x68,0x75,0x6d,0x62,0x3a,0x3a,0x55,0x52,0x49,0x0,0x66,0x69,0x6c,0x65,0x3a, + 0x2f,0x2f,0x2f,0x68,0x6f,0x6d,0x65,0x2f,0x77,0x77,0x77,0x72,0x6f,0x6f,0x74,0x2f, + 0x6e,0x65,0x77,0x73,0x69,0x74,0x65,0x2f,0x77,0x77,0x77,0x2e,0x65,0x61,0x73,0x79, + 0x69,0x63,0x6f,0x6e,0x2e,0x6e,0x65,0x74,0x2f,0x63,0x64,0x6e,0x2d,0x69,0x6d,0x67, + 0x2e,0x65,0x61,0x73,0x79,0x69,0x63,0x6f,0x6e,0x2e,0x63,0x6e,0x2f,0x73,0x72,0x63, + 0x2f,0x35,0x30,0x31,0x33,0x2f,0x35,0x30,0x31,0x33,0x33,0x35,0x2e,0x70,0x6e,0x67, + 0x3e,0xd8,0xe4,0xe2,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + +}; + +static const unsigned char qt_resource_name[] = { + // icons + 0x0,0x5, + 0x0,0x6f,0xa6,0x53, + 0x0,0x69, + 0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x73, + // paint.ico + 0x0,0x9, + 0x0,0x57,0xa2,0x9f, + 0x0,0x70, + 0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x74,0x0,0x2e,0x0,0x69,0x0,0x63,0x0,0x6f, + // property.png + 0x0,0xc, + 0x7,0x4a,0x9a,0xc7, + 0x0,0x70, + 0x0,0x72,0x0,0x6f,0x0,0x70,0x0,0x65,0x0,0x72,0x0,0x74,0x0,0x79,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // down.png + 0x0,0x8, + 0x6,0xe1,0x5a,0x27, + 0x0,0x64, + 0x0,0x6f,0x0,0x77,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-uparrow.png + 0x0,0x12, + 0x9,0x44,0xef,0xc7, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x75,0x0,0x70,0x0,0x61,0x0,0x72,0x0,0x72,0x0,0x6f,0x0,0x77,0x0,0x2e,0x0,0x70,0x0,0x6e, + 0x0,0x67, + // foreground.png + 0x0,0xe, + 0x9,0x50,0x9e,0xc7, + 0x0,0x66, + 0x0,0x6f,0x0,0x72,0x0,0x65,0x0,0x67,0x0,0x72,0x0,0x6f,0x0,0x75,0x0,0x6e,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-arrow.png + 0x0,0x10, + 0xd,0xba,0x94,0x7, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x61,0x0,0x72,0x0,0x72,0x0,0x6f,0x0,0x77,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ???.png + 0x0,0x7, + 0x2,0x9,0x8f,0x87, + 0x65,0x87, + 0x67,0x2c,0x68,0x46,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ico.qrc + 0x0,0x7, + 0xf,0xa2,0x58,0x43, + 0x0,0x69, + 0x0,0x63,0x0,0x6f,0x0,0x2e,0x0,0x71,0x0,0x72,0x0,0x63, + // layer_add.ico + 0x0,0xd, + 0x2,0xb8,0xde,0xff, + 0x0,0x6c, + 0x0,0x61,0x0,0x79,0x0,0x65,0x0,0x72,0x0,0x5f,0x0,0x61,0x0,0x64,0x0,0x64,0x0,0x2e,0x0,0x69,0x0,0x63,0x0,0x6f, + // unselect.png + 0x0,0xc, + 0x4,0x2c,0x6f,0x7, + 0x0,0x75, + 0x0,0x6e,0x0,0x73,0x0,0x65,0x0,0x6c,0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-sizev.png + 0x0,0x10, + 0x4,0x19,0x71,0x7, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x73,0x0,0x69,0x0,0x7a,0x0,0x65,0x0,0x76,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-hsplit.png + 0x0,0x11, + 0xe,0xb,0x85,0x27, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x68,0x0,0x73,0x0,0x70,0x0,0x6c,0x0,0x69,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + + // zoom_in.ico + 0x0,0xb, + 0x5,0x3,0x83,0xff, + 0x0,0x7a, + 0x0,0x6f,0x0,0x6f,0x0,0x6d,0x0,0x5f,0x0,0x69,0x0,0x6e,0x0,0x2e,0x0,0x69,0x0,0x63,0x0,0x6f, + // bezier.png + 0x0,0xa, + 0xf,0xc8,0x4d,0x47, + 0x0,0x62, + 0x0,0x65,0x0,0x7a,0x0,0x69,0x0,0x65,0x0,0x72,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ?.png + 0x0,0x5, + 0xb,0x17,0x57,0xa7, + 0x7b,0x14, + 0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // vector-polyline.png + 0x0,0x13, + 0x6,0x42,0xfd,0xa7, + 0x0,0x76, + 0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x70,0x0,0x6f,0x0,0x6c,0x0,0x79,0x0,0x6c,0x0,0x69,0x0,0x6e,0x0,0x65,0x0,0x2e,0x0,0x70, + 0x0,0x6e,0x0,0x67, + // ??.png + 0x0,0x6, + 0x9,0xd9,0x5a,0x87, + 0x69,0x2d, + 0x57,0x6,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // pencil.png + 0x0,0xa, + 0x9,0xf1,0x8f,0xc7, + 0x0,0x70, + 0x0,0x65,0x0,0x6e,0x0,0x63,0x0,0x69,0x0,0x6c,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // goforward.png + 0x0,0xd, + 0x4,0x3d,0x85,0x47, + 0x0,0x67, + 0x0,0x6f,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,0x77,0x0,0x61,0x0,0x72,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // point.png + 0x0,0x9, + 0x0,0x57,0xb9,0x87, + 0x0,0x70, + 0x0,0x6f,0x0,0x69,0x0,0x6e,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-sizeh.png + 0x0,0x10, + 0x4,0x6b,0x71,0x7, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x73,0x0,0x69,0x0,0x7a,0x0,0x65,0x0,0x68,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????1.png + 0x0,0x9, + 0x6,0xa9,0xf4,0x87, + 0x65,0x87, + 0x4e,0xf6,0x52,0x20,0x96,0x64,0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??.png + 0x0,0x6, + 0xf,0xca,0x5b,0x7, + 0x5d,0xe5, + 0x51,0x77,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????.png + 0x0,0x8, + 0xa,0x3e,0xc,0x87, + 0x65,0x87, + 0x4e,0xf6,0x62,0x53,0x5f,0x0,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????3.png + 0x0,0x9, + 0x3,0xe3,0xea,0x7, + 0x65,0x87, + 0x4e,0xf6,0x62,0x53,0x5f,0x0,0x0,0x33,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // folder-upload.png + 0x0,0x11, + 0xc,0x6b,0x53,0x87, + 0x0,0x66, + 0x0,0x6f,0x0,0x6c,0x0,0x64,0x0,0x65,0x0,0x72,0x0,0x2d,0x0,0x75,0x0,0x70,0x0,0x6c,0x0,0x6f,0x0,0x61,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + + // rotate-right.png + 0x0,0x10, + 0xc,0xa1,0x9c,0x7, + 0x0,0x72, + 0x0,0x6f,0x0,0x74,0x0,0x61,0x0,0x74,0x0,0x65,0x0,0x2d,0x0,0x72,0x0,0x69,0x0,0x67,0x0,0x68,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??.png + 0x0,0x6, + 0xe,0xc3,0x5d,0xa7, + 0x52,0x37, + 0x5b,0x50,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // arc.png + 0x0,0x7, + 0x8,0x86,0x57,0x87, + 0x0,0x61, + 0x0,0x72,0x0,0x63,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // undo.png + 0x0,0x8, + 0x4,0xb2,0x58,0xc7, + 0x0,0x75, + 0x0,0x6e,0x0,0x64,0x0,0x6f,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ???.png + 0x0,0x7, + 0x5,0x85,0xf9,0x47, + 0x4e,0x9, + 0x89,0xd2,0x5f,0x62,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????1.png + 0x0,0x9, + 0xb,0x69,0xc8,0xa7, + 0x65,0x87, + 0x4e,0xf6,0x53,0xe6,0x5b,0x58,0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??1.png + 0x0,0x7, + 0x1,0xf4,0x8a,0xc7, + 0x65,0xcb, + 0x8f,0x6c,0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // content-save.png + 0x0,0x10, + 0xd,0x58,0x27,0x7, + 0x0,0x63, + 0x0,0x6f,0x0,0x6e,0x0,0x74,0x0,0x65,0x0,0x6e,0x0,0x74,0x0,0x2d,0x0,0x73,0x0,0x61,0x0,0x76,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // Pencil free icon 12.png + 0x0,0x17, + 0x0,0xb7,0xc5,0x67, + 0x0,0x50, + 0x0,0x65,0x0,0x6e,0x0,0x63,0x0,0x69,0x0,0x6c,0x0,0x20,0x0,0x66,0x0,0x72,0x0,0x65,0x0,0x65,0x0,0x20,0x0,0x69,0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x20, + 0x0,0x31,0x0,0x32,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??.png + 0x0,0x6, + 0xe,0x2,0x58,0x87, + 0x76,0xf4, + 0x7e,0xbf,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // polyline.png + 0x0,0xc, + 0x2,0xac,0xd7,0x7, + 0x0,0x70, + 0x0,0x6f,0x0,0x6c,0x0,0x79,0x0,0x6c,0x0,0x69,0x0,0x6e,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // rotate.png + 0x0,0xa, + 0x8,0xab,0x7a,0x7, + 0x0,0x72, + 0x0,0x6f,0x0,0x74,0x0,0x61,0x0,0x74,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????.png + 0x0,0x8, + 0xf,0xb6,0xe,0xa7, + 0x65,0x87, + 0x4e,0xf6,0x53,0xe6,0x5b,0x58,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??.png + 0x0,0x6, + 0xd,0xe2,0x5a,0x87, + 0x66,0xf2, + 0x7e,0xbf,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-closedhand.png + 0x0,0x15, + 0x8,0xe,0x3a,0x47, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x63,0x0,0x6c,0x0,0x6f,0x0,0x73,0x0,0x65,0x0,0x64,0x0,0x68,0x0,0x61,0x0,0x6e,0x0,0x64, + 0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // rectangle.png + 0x0,0xd, + 0xf,0x55,0x6,0x27, + 0x0,0x72, + 0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x61,0x0,0x6e,0x0,0x67,0x0,0x6c,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // zoomIn.png + 0x0,0xa, + 0x2,0x11,0x7b,0x87, + 0x0,0x7a, + 0x0,0x6f,0x0,0x6f,0x0,0x6d,0x0,0x49,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??.png + 0x0,0x6, + 0xd,0xf5,0x58,0xe7, + 0x77,0xe9, + 0x5f,0x62,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????.png + 0x0,0x8, + 0xf,0xf9,0x53,0x47, + 0x57,0x6, + 0x89,0xd2,0x77,0xe9,0x5f,0x62,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // left.png + 0x0,0x8, + 0xb,0xd7,0x59,0x7, + 0x0,0x6c, + 0x0,0x65,0x0,0x66,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??.png + 0x0,0x6, + 0xd,0xa,0x5a,0x7, + 0x65,0x3e, + 0x59,0x27,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // move.png + 0x0,0x8, + 0x6,0xc8,0x59,0xc7, + 0x0,0x6d, + 0x0,0x6f,0x0,0x76,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // background.png + 0x0,0xe, + 0x7,0x4,0x9f,0x87, + 0x0,0x62, + 0x0,0x61,0x0,0x63,0x0,0x6b,0x0,0x67,0x0,0x72,0x0,0x6f,0x0,0x75,0x0,0x6e,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ellipse.png + 0x0,0xb, + 0x7,0x50,0x31,0x47, + 0x0,0x65, + 0x0,0x6c,0x0,0x6c,0x0,0x69,0x0,0x70,0x0,0x73,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // edit.png + 0x0,0x8, + 0xb,0x7,0x5a,0x27, + 0x0,0x65, + 0x0,0x64,0x0,0x69,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // icon.qrc + 0x0,0x8, + 0xa,0x61,0x55,0x63, + 0x0,0x69, + 0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x2e,0x0,0x71,0x0,0x72,0x0,0x63, + // ????1.png + 0x0,0x9, + 0x2,0x69,0xc0,0xa7, + 0x65,0x87, + 0x4e,0xf6,0x4f,0xdd,0x5b,0x58,0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // Draw.png + 0x0,0x8, + 0x8,0x8a,0x5e,0x27, + 0x0,0x44, + 0x0,0x72,0x0,0x61,0x0,0x77,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????2.png + 0x0,0x9, + 0x3,0xe0,0xea,0x7, + 0x65,0x87, + 0x4e,0xf6,0x62,0x53,0x5f,0x0,0x0,0x32,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // select.png + 0x0,0xa, + 0xb,0xa8,0x6f,0x7, + 0x0,0x73, + 0x0,0x65,0x0,0x6c,0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // qt.png + 0x0,0x6, + 0x7,0x87,0x57,0x47, + 0x0,0x71, + 0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????.png + 0x0,0x8, + 0xf,0xf0,0xb,0x67, + 0x65,0x87, + 0x4e,0xf6,0x65,0xb0,0x5e,0xfa,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // unselectAll.png + 0x0,0xf, + 0x7,0xab,0xd3,0x27, + 0x0,0x75, + 0x0,0x6e,0x0,0x73,0x0,0x65,0x0,0x6c,0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x41,0x0,0x6c,0x0,0x6c,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-sizeall.png + 0x0,0x12, + 0x8,0x9,0x1f,0x87, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x73,0x0,0x69,0x0,0x7a,0x0,0x65,0x0,0x61,0x0,0x6c,0x0,0x6c,0x0,0x2e,0x0,0x70,0x0,0x6e, + 0x0,0x67, + // fullExtent.png + 0x0,0xe, + 0x4,0x36,0xd3,0x67, + 0x0,0x66, + 0x0,0x75,0x0,0x6c,0x0,0x6c,0x0,0x45,0x0,0x78,0x0,0x74,0x0,0x65,0x0,0x6e,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // roundrect.png + 0x0,0xd, + 0x9,0x7f,0xc1,0xa7, + 0x0,0x72, + 0x0,0x6f,0x0,0x75,0x0,0x6e,0x0,0x64,0x0,0x72,0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-sizeb.png + 0x0,0x10, + 0x4,0x65,0x71,0x7, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x73,0x0,0x69,0x0,0x7a,0x0,0x65,0x0,0x62,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cut.png + 0x0,0x7, + 0xa,0xc7,0x57,0x87, + 0x0,0x63, + 0x0,0x75,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // goback.png + 0x0,0xa, + 0x7,0x93,0x9c,0x47, + 0x0,0x67, + 0x0,0x6f,0x0,0x62,0x0,0x61,0x0,0x63,0x0,0x6b,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // redo.png + 0x0,0x8, + 0xb,0xb2,0x58,0x47, + 0x0,0x72, + 0x0,0x65,0x0,0x64,0x0,0x6f,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // delete.png + 0x0,0xa, + 0xc,0xad,0xf,0x7, + 0x0,0x64, + 0x0,0x65,0x0,0x6c,0x0,0x65,0x0,0x74,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // selectAll.png + 0x0,0xd, + 0x7,0xaa,0x23,0xa7, + 0x0,0x73, + 0x0,0x65,0x0,0x6c,0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x41,0x0,0x6c,0x0,0x6c,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????.png + 0x0,0x8, + 0xf,0x26,0xe,0x27, + 0x65,0x87, + 0x4e,0xf6,0x4f,0xdd,0x5b,0x58,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-sizef.png + 0x0,0x10, + 0x4,0x69,0x71,0x7, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x73,0x0,0x69,0x0,0x7a,0x0,0x65,0x0,0x66,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // scene.ico + 0x0,0x9, + 0xc,0x48,0xbc,0xbf, + 0x0,0x73, + 0x0,0x63,0x0,0x65,0x0,0x6e,0x0,0x65,0x0,0x2e,0x0,0x69,0x0,0x63,0x0,0x6f, + // ????.png + 0x0,0x8, + 0xe,0x6a,0xd,0x67, + 0x65,0x87, + 0x4e,0xf6,0x52,0x20,0x96,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??.png + 0x0,0x6, + 0xc,0x1f,0x5a,0x87, + 0x65,0xcb, + 0x8f,0x6c,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // canvas.png + 0x0,0xa, + 0xc,0x8b,0x67,0xe7, + 0x0,0x63, + 0x0,0x61,0x0,0x6e,0x0,0x76,0x0,0x61,0x0,0x73,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // saveAs.png + 0x0,0xa, + 0x9,0x8d,0x66,0xc7, + 0x0,0x73, + 0x0,0x61,0x0,0x76,0x0,0x65,0x0,0x41,0x0,0x73,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // right.png + 0x0,0x9, + 0xd,0xf7,0xa6,0xa7, + 0x0,0x72, + 0x0,0x69,0x0,0x67,0x0,0x68,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // text.png + 0x0,0x8, + 0xc,0xf7,0x58,0x7, + 0x0,0x74, + 0x0,0x65,0x0,0x78,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??1.png + 0x0,0x7, + 0x2,0xa4,0xeb,0x7, + 0x56,0xfe, + 0x72,0x47,0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // arrow-top-left.png + 0x0,0x12, + 0x8,0x9d,0x15,0xa7, + 0x0,0x61, + 0x0,0x72,0x0,0x72,0x0,0x6f,0x0,0x77,0x0,0x2d,0x0,0x74,0x0,0x6f,0x0,0x70,0x0,0x2d,0x0,0x6c,0x0,0x65,0x0,0x66,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e, + 0x0,0x67, + // fill.png + 0x0,0x8, + 0x0,0x2f,0x5a,0xe7, + 0x0,0x66, + 0x0,0x69,0x0,0x6c,0x0,0x6c,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??1.png + 0x0,0x7, + 0x0,0xa4,0x82,0xe7, + 0x65,0x3e, + 0x59,0x27,0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // pan.png + 0x0,0x7, + 0x6,0x81,0x57,0xa7, + 0x0,0x70, + 0x0,0x61,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // eraser.png + 0x0,0xa, + 0x9,0xc8,0xc6,0x47, + 0x0,0x65, + 0x0,0x72,0x0,0x61,0x0,0x73,0x0,0x65,0x0,0x72,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // arrow.png + 0x0,0x9, + 0x9,0x6a,0x86,0x67, + 0x0,0x61, + 0x0,0x72,0x0,0x72,0x0,0x6f,0x0,0x77,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ?1.png + 0x0,0x6, + 0x0,0x94,0x5d,0xa7, + 0x57,0x6, + 0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-vsplit.png + 0x0,0x11, + 0xe,0x5,0xc5,0x27, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x76,0x0,0x73,0x0,0x70,0x0,0x6c,0x0,0x69,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + + // find.png + 0x0,0x8, + 0x0,0x47,0x5a,0xe7, + 0x0,0x66, + 0x0,0x69,0x0,0x6e,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // Simple pencil free icon 1.png + 0x0,0x1d, + 0x7,0x3f,0x3f,0x47, + 0x0,0x53, + 0x0,0x69,0x0,0x6d,0x0,0x70,0x0,0x6c,0x0,0x65,0x0,0x20,0x0,0x70,0x0,0x65,0x0,0x6e,0x0,0x63,0x0,0x69,0x0,0x6c,0x0,0x20,0x0,0x66,0x0,0x72,0x0,0x65, + 0x0,0x65,0x0,0x20,0x0,0x69,0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x20,0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // NewShape.ico + 0x0,0xc, + 0x3,0x1,0xdc,0x5f, + 0x0,0x4e, + 0x0,0x65,0x0,0x77,0x0,0x53,0x0,0x68,0x0,0x61,0x0,0x70,0x0,0x65,0x0,0x2e,0x0,0x69,0x0,0x63,0x0,0x6f, + // new.png + 0x0,0x7, + 0x4,0xca,0x57,0xa7, + 0x0,0x6e, + 0x0,0x65,0x0,0x77,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // canvas.ico + 0x0,0xa, + 0xc,0x8b,0x7f,0x3f, + 0x0,0x63, + 0x0,0x61,0x0,0x6e,0x0,0x76,0x0,0x61,0x0,0x73,0x0,0x2e,0x0,0x69,0x0,0x63,0x0,0x6f, + // sendtoback.png + 0x0,0xe, + 0xf,0xd,0x22,0x27, + 0x0,0x73, + 0x0,0x65,0x0,0x6e,0x0,0x64,0x0,0x74,0x0,0x6f,0x0,0x62,0x0,0x61,0x0,0x63,0x0,0x6b,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // vector-rectangle.png + 0x0,0x14, + 0x6,0x0,0xbc,0xa7, + 0x0,0x76, + 0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x72,0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x61,0x0,0x6e,0x0,0x67,0x0,0x6c,0x0,0x65,0x0,0x2e, + 0x0,0x70,0x0,0x6e,0x0,0x67, + // path.png + 0x0,0x8, + 0x8,0xab,0x59,0x87, + 0x0,0x70, + 0x0,0x61,0x0,0x74,0x0,0x68,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-openhand.png + 0x0,0x13, + 0x7,0xab,0x44,0xa7, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x6f,0x0,0x70,0x0,0x65,0x0,0x6e,0x0,0x68,0x0,0x61,0x0,0x6e,0x0,0x64,0x0,0x2e,0x0,0x70, + 0x0,0x6e,0x0,0x67, + // open.png + 0x0,0x8, + 0x6,0xc1,0x59,0x87, + 0x0,0x6f, + 0x0,0x70,0x0,0x65,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // polygon.png + 0x0,0xb, + 0xe,0xcf,0x90,0xa7, + 0x0,0x70, + 0x0,0x6f,0x0,0x6c,0x0,0x79,0x0,0x67,0x0,0x6f,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // copy.png + 0x0,0x8, + 0x6,0x7c,0x5a,0x7, + 0x0,0x63, + 0x0,0x6f,0x0,0x70,0x0,0x79,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // zoomOut.png + 0x0,0xb, + 0x7,0xc5,0x9b,0x7, + 0x0,0x7a, + 0x0,0x6f,0x0,0x6f,0x0,0x6d,0x0,0x4f,0x0,0x75,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // triangle.png + 0x0,0xc, + 0x5,0x59,0xa7,0xc7, + 0x0,0x74, + 0x0,0x72,0x0,0x69,0x0,0x61,0x0,0x6e,0x0,0x67,0x0,0x6c,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // show.png + 0x0,0x8, + 0xf,0x6a,0x58,0x67, + 0x0,0x73, + 0x0,0x68,0x0,0x6f,0x0,0x77,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-cross.png + 0x0,0x10, + 0x2,0x76,0x90,0x7, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x63,0x0,0x72,0x0,0x6f,0x0,0x73,0x0,0x73,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // paste.png + 0x0,0x9, + 0xa,0xa8,0xba,0x47, + 0x0,0x70, + 0x0,0x61,0x0,0x73,0x0,0x74,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // save.png + 0x0,0x8, + 0x8,0xc8,0x58,0x67, + 0x0,0x73, + 0x0,0x61,0x0,0x76,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????.png + 0x0,0x8, + 0x1,0x64,0xd6,0x7, + 0x65,0xb0, + 0x5e,0xfa,0x65,0x87,0x4e,0xf6,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // cursor-forbidden.png + 0x0,0x14, + 0x2,0x39,0xe9,0x87, + 0x0,0x63, + 0x0,0x75,0x0,0x72,0x0,0x73,0x0,0x6f,0x0,0x72,0x0,0x2d,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,0x62,0x0,0x69,0x0,0x64,0x0,0x64,0x0,0x65,0x0,0x6e,0x0,0x2e, + 0x0,0x70,0x0,0x6e,0x0,0x67, + // paint.png + 0x0,0x9, + 0x0,0x57,0xba,0x47, + 0x0,0x70, + 0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // up.png + 0x0,0x6, + 0x7,0xc3,0x57,0x47, + 0x0,0x75, + 0x0,0x70,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // circle.png + 0x0,0xa, + 0xa,0x2d,0x16,0x47, + 0x0,0x63, + 0x0,0x69,0x0,0x72,0x0,0x63,0x0,0x6c,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // zoom_out.ico + 0x0,0xc, + 0x6,0xeb,0x89,0x7f, + 0x0,0x7a, + 0x0,0x6f,0x0,0x6f,0x0,0x6d,0x0,0x5f,0x0,0x6f,0x0,0x75,0x0,0x74,0x0,0x2e,0x0,0x69,0x0,0x63,0x0,0x6f, + // arrow-up-down.png + 0x0,0x11, + 0x4,0x1b,0x55,0x87, + 0x0,0x61, + 0x0,0x72,0x0,0x72,0x0,0x6f,0x0,0x77,0x0,0x2d,0x0,0x75,0x0,0x70,0x0,0x2d,0x0,0x64,0x0,0x6f,0x0,0x77,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + + // line.png + 0x0,0x8, + 0x0,0x48,0x59,0x27, + 0x0,0x6c, + 0x0,0x69,0x0,0x6e,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // QPainter.ico + 0x0,0xc, + 0x0,0x8,0x4f,0x3f, + 0x0,0x51, + 0x0,0x50,0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x74,0x0,0x65,0x0,0x72,0x0,0x2e,0x0,0x69,0x0,0x63,0x0,0x6f, + // ????1.png + 0x0,0x9, + 0x2,0x47,0xb7,0x47, + 0x52,0x20, + 0x96,0x64,0x64,0xcd,0x4f,0x5c,0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // add_right.png + 0x0,0xd, + 0x2,0xa3,0x87,0x27, + 0x0,0x61, + 0x0,0x64,0x0,0x64,0x0,0x5f,0x0,0x72,0x0,0x69,0x0,0x67,0x0,0x68,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ????.png + 0x0,0x8, + 0x0,0x24,0x29,0x47, + 0x52,0x20, + 0x96,0x64,0x64,0xcd,0x4f,0x5c,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // save.ico + 0x0,0x8, + 0x8,0xc8,0x40,0xbf, + 0x0,0x73, + 0x0,0x61,0x0,0x76,0x0,0x65,0x0,0x2e,0x0,0x69,0x0,0x63,0x0,0x6f, + // bringtofront.png + 0x0,0x10, + 0xf,0x9b,0x88,0x67, + 0x0,0x62, + 0x0,0x72,0x0,0x69,0x0,0x6e,0x0,0x67,0x0,0x74,0x0,0x6f,0x0,0x66,0x0,0x72,0x0,0x6f,0x0,0x6e,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // exit.png + 0x0,0x8, + 0xf,0x7,0x5a,0xc7, + 0x0,0x65, + 0x0,0x78,0x0,0x69,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // ??1.png + 0x0,0x7, + 0xa,0x25,0x5e,0x87, + 0x7f,0x29, + 0x5c,0xf,0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + +}; + +static const unsigned char qt_resource_struct[] = { + // : + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, + // :/icons + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x78,0x0,0x0,0x0,0x2, + // :/icons/QPainter.ico + 0x0,0x0,0xc,0x2c,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0xb,0x3,0xac, + // :/icons/????.png + 0x0,0x0,0xc,0x82,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xb,0x4d,0x3d, + // :/icons/fill.png + 0x0,0x0,0x8,0x7e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x2c,0x41, + // :/icons/find.png + 0x0,0x0,0x9,0x28,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x56,0x8d, + // :/icons/line.png + 0x0,0x0,0xc,0x16,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xb,0x2,0x58, + // :/icons/paint.ico + 0x0,0x0,0x0,0x10,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, + // :/icons/point.png + 0x0,0x0,0x2,0x40,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x2,0x18,0x12, + // :/icons/paint.png + 0x0,0x0,0xb,0x8c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xe8,0x8a, + // :/icons/?1.png + 0x0,0x0,0x8,0xee,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x4f,0xd, + // :/icons/??1.png + 0x0,0x0,0x8,0x94,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x2f,0x21, + // :/icons/Pencil free icon 12.png + 0x0,0x0,0x3,0xc6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x7c,0x80, + // :/icons/????.png + 0x0,0x0,0xb,0x48,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xdf,0x8b, + // :/icons/??1.png + 0x0,0x0,0x3,0x8c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x65,0xa7, + // :/icons/???.png + 0x0,0x0,0x0,0xce,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x5b,0x67, + // :/icons/zoomIn.png + 0x0,0x0,0x4,0xbc,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xb3,0x51, + // :/icons/cursor-forbidden.png + 0x0,0x0,0xb,0x5e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xe7,0xbf, + // :/icons/????1.png + 0x0,0x0,0xc,0x4a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xb,0x38,0x7d, + // :/icons/????1.png + 0x0,0x0,0x5,0xa6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xe3,0x44, + // :/icons/cursor-cross.png + 0x0,0x0,0xa,0xf4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xda,0x7c, + // :/icons/add_right.png + 0x0,0x0,0xc,0x62,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xb,0x4c,0x5e, + // :/icons/??1.png + 0x0,0x0,0x8,0x40,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4,0x4c,0xbc, + // :/icons/polyline.png + 0x0,0x0,0x4,0xc,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x8b,0x5, + // :/icons/layer_add.ico + 0x0,0x0,0x0,0xf6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x70,0x51, + // :/icons/NewShape.ico + 0x0,0x0,0x9,0x7e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x5c,0xb5, + // :/icons/????2.png + 0x0,0x0,0x5,0xd4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x3b,0xf3, + // :/icons/????3.png + 0x0,0x0,0x2,0xbe,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x44,0xeb, + // :/icons/cursor-sizev.png + 0x0,0x0,0x1,0x34,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xda,0x7e, + // :/icons/arrow-up-down.png + 0x0,0x0,0xb,0xee,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xff,0x6b, + // :/icons/unselect.png + 0x0,0x0,0x1,0x16,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xd8,0x9b, + // :/icons/fullExtent.png + 0x0,0x0,0x6,0x7c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x5c,0xe8, + // :/icons/goforward.png + 0x0,0x0,0x2,0x20,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xff,0xce, + // :/icons/cursor-sizeb.png + 0x0,0x0,0x6,0xbe,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x63,0x90, + // :/icons/cursor-sizef.png + 0x0,0x0,0x7,0x78,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x97,0xa9, + // :/icons/cursor-sizeh.png + 0x0,0x0,0x2,0x58,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x19,0x34, + // :/icons/undo.png + 0x0,0x0,0x3,0x4a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x56,0x90, + // :/icons/new.png + 0x0,0x0,0x9,0x9c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x60,0x37, + // :/icons/zoom_in.ico + 0x0,0x0,0x1,0x82,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xdb,0xae, + // :/icons/triangle.png + 0x0,0x0,0xa,0xc0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0x6c,0xbb, + // :/icons/???.png + 0x0,0x0,0x3,0x60,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x59,0x64, + // :/icons/vector-rectangle.png + 0x0,0x0,0x9,0xec,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0x5f,0x75, + // :/icons/vector-polyline.png + 0x0,0x0,0x1,0xc8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xf2,0xd3, + // :/icons/copy.png + 0x0,0x0,0xa,0x8e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0x67,0xbc, + // :/icons/pan.png + 0x0,0x0,0x8,0xa8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x45,0x76, + // :/icons/????1.png + 0x0,0x0,0x2,0x7e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x19,0xc9, + // :/icons/open.png + 0x0,0x0,0xa,0x5c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0x63,0x17, + // :/icons/move.png + 0x0,0x0,0x5,0x26,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xd8,0xba, + // :/icons/down.png + 0x0,0x0,0x0,0x46,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x57,0x7, + // :/icons/zoom_out.ico + 0x0,0x0,0xb,0xd0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xf1,0x51, + // :/icons/background.png + 0x0,0x0,0x5,0x3c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xda,0x6b, + // :/icons/Simple pencil free icon 1.png + 0x0,0x0,0x9,0x3e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x59,0x27, + // :/icons/property.png + 0x0,0x0,0x0,0x28,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x54,0x5a, + // :/icons/ellipse.png + 0x0,0x0,0x5,0x5e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xdb,0x37, + // :/icons/qt.png + 0x0,0x0,0x6,0x6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x54,0x25, + // :/icons/goback.png + 0x0,0x0,0x6,0xf8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x66,0xc1, + // :/icons/selectAll.png + 0x0,0x0,0x7,0x42,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x91,0x43, + // :/icons/cursor-openhand.png + 0x0,0x0,0xa,0x30,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0x62,0x73, + // :/icons/unselectAll.png + 0x0,0x0,0x6,0x2e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x5b,0x38, + // :/icons/up.png + 0x0,0x0,0xb,0xa4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xec,0x3a, + // :/icons/zoomOut.png + 0x0,0x0,0xa,0xa4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0x6a,0x18, + // :/icons/cursor-sizeall.png + 0x0,0x0,0x6,0x52,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x5c,0x36, + // :/icons/cursor-closedhand.png + 0x0,0x0,0x4,0x6c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xb1,0x57, + // :/icons/arc.png + 0x0,0x0,0x3,0x36,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x52,0xc4, + // :/icons/Draw.png + 0x0,0x0,0x5,0xbe,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xf2,0x19, + // :/icons/arrow-top-left.png + 0x0,0x0,0x8,0x54,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x2b,0x34, + // :/icons/path.png + 0x0,0x0,0xa,0x1a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0x60,0x5f, + // :/icons/rotate.png + 0x0,0x0,0x4,0x2a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x8c,0x4a, + // :/icons/save.ico + 0x0,0x0,0xc,0x98,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0xb,0x6a,0x6c, + // :/icons/save.png + 0x0,0x0,0xb,0x32,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xdd,0x5d, + // :/icons/cursor-uparrow.png + 0x0,0x0,0x0,0x5c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x59,0x5d, + // :/icons/foreground.png + 0x0,0x0,0x0,0x86,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x59,0xe5, + // :/icons/arrow.png + 0x0,0x0,0x8,0xd6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x4b,0x8d, + // :/icons/roundrect.png + 0x0,0x0,0x6,0x9e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x60,0x79, + // :/icons/saveAs.png + 0x0,0x0,0x7,0xf8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4,0x45,0x13, + // :/icons/eraser.png + 0x0,0x0,0x8,0xbc,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x48,0x75, + // :/icons/??.png + 0x0,0x0,0x1,0xf4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xf4,0xd9, + // :/icons/pencil.png + 0x0,0x0,0x2,0x6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xfe,0x3b, + // :/icons/??1.png + 0x0,0x0,0xc,0xea,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xb,0x76,0x5, + // :/icons/circle.png + 0x0,0x0,0xb,0xb6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xee,0xf2, + // :/icons/????.png + 0x0,0x0,0x2,0xa8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x35,0xb6, + // :/icons/icon.qrc + 0x0,0x0,0x5,0x90,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x2,0xe0,0x6a, + // :/icons/paste.png + 0x0,0x0,0xb,0x1a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xdb,0x2, + // :/icons/cut.png + 0x0,0x0,0x6,0xe4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x64,0x35, + // :/icons/edit.png + 0x0,0x0,0x5,0x7a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xdd,0x6e, + // :/icons/?.png + 0x0,0x0,0x1,0xb8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xed,0xa0, + // :/icons/????1.png + 0x0,0x0,0x3,0x74,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x61,0x25, + // :/icons/select.png + 0x0,0x0,0x5,0xec,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x51,0xe9, + // :/icons/redo.png + 0x0,0x0,0x7,0x12,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x8b,0xda, + // :/icons/left.png + 0x0,0x0,0x4,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xbf,0xd2, + // :/icons/??.png + 0x0,0x0,0x7,0xcc,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4,0x2b,0xd, + // :/icons/scene.ico + 0x0,0x0,0x7,0x9e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x98,0x4e, + // :/icons/folder-upload.png + 0x0,0x0,0x2,0xd6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x49,0x22, + // :/icons/canvas.png + 0x0,0x0,0x7,0xde,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4,0x41,0x5a, + // :/icons/canvas.ico + 0x0,0x0,0x9,0xb0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x62,0x3d, + // :/icons/rotate-right.png + 0x0,0x0,0x2,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x4a,0x8a, + // :/icons/delete.png + 0x0,0x0,0x7,0x28,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x8e,0xba, + // :/icons/text.png + 0x0,0x0,0x8,0x2a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4,0x4a,0xaa, + // :/icons/??.png + 0x0,0x0,0x5,0x14,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xc2,0x7c, + // :/icons/content-save.png + 0x0,0x0,0x3,0xa0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x7a,0xe5, + // :/icons/cursor-arrow.png + 0x0,0x0,0x0,0xa8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x5a,0xb8, + // :/icons/??.png + 0x0,0x0,0x4,0x5a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xab,0xc7, + // :/icons/??.png + 0x0,0x0,0x4,0xd6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xb5,0xff, + // :/icons/right.png + 0x0,0x0,0x8,0x12,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4,0x48,0x17, + // :/icons/??.png + 0x0,0x0,0x3,0xfa,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x86,0x68, + // :/icons/cursor-vsplit.png + 0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x5,0x55,0xe8, + // :/icons/cursor-hsplit.png + 0x0,0x0,0x1,0x5a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xdb,0xf, + // :/icons/????.png + 0x0,0x0,0x7,0xb6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x4,0xd,0x38, + // :/icons/??.png + 0x0,0x0,0x3,0x24,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x4d,0x62, + // :/icons/polygon.png + 0x0,0x0,0xa,0x72,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0x65,0xa7, + // :/icons/exit.png + 0x0,0x0,0xc,0xd4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xb,0x73,0x43, + // :/icons/sendtoback.png + 0x0,0x0,0x9,0xca,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0x5a,0x47, + // :/icons/????.png + 0x0,0x0,0x7,0x62,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x92,0x96, + // :/icons/rectangle.png + 0x0,0x0,0x4,0x9c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xb1,0xee, + // :/icons/show.png + 0x0,0x0,0xa,0xde,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xa,0xd7,0x5d, + // :/icons/bringtofront.png + 0x0,0x0,0xc,0xae,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0xb,0x6e,0x20, + // :/icons/ico.qrc + 0x0,0x0,0x0,0xe2,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x1,0x6e,0x22, + // :/icons/????.png + 0x0,0x0,0x4,0x44,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x91,0x86, + // :/icons/bezier.png + 0x0,0x0,0x1,0x9e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xe9,0xc8, + // :/icons/??.png + 0x0,0x0,0x2,0x96,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x1e,0xe6, + // :/icons/????.png + 0x0,0x0,0x6,0x18,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x3,0x56,0x35, + // :/icons/????.png + 0x0,0x0,0x4,0xe8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0xb9,0x3b, + +}; + +QT_BEGIN_NAMESPACE + +extern Q_CORE_EXPORT bool qRegisterResourceData + (int, const unsigned char *, const unsigned char *, const unsigned char *); + +extern Q_CORE_EXPORT bool qUnregisterResourceData + (int, const unsigned char *, const unsigned char *, const unsigned char *); + +QT_END_NAMESPACE + + +int QT_MANGLE_NAMESPACE(qInitResources_icons)() +{ + QT_PREPEND_NAMESPACE(qRegisterResourceData) + (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_icons)) + +int QT_MANGLE_NAMESPACE(qCleanupResources_icons)() +{ + QT_PREPEND_NAMESPACE(qUnregisterResourceData) + (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +Q_DESTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qCleanupResources_icons)) + diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/qrc_icons.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/qrc_icons.o new file mode 100644 index 0000000000000000000000000000000000000000..73f880e8b48328d946ef86b2805d37caad10ded0 GIT binary patch literal 763140 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

|(Lv2c<$EeR<)njHZ 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μpBD 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

  • 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

    ZSD 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 mnaZKNGM&JruA%l!5*J6!xe38%0NNJ#bI# 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

    NR(DyT{k(bXx79 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 LthUPkc>(_ccxRBs literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/showhelpdialog.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/showhelpdialog.o new file mode 100644 index 0000000000000000000000000000000000000000..e478a0429c30a77b1599413f4320d3f469a82539 GIT binary patch literal 16154 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 Uq4C+eF1iD8^sQBs{rG(Q|5U|9vH$=8 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/showsvg.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/showsvg.o new file mode 100644 index 0000000000000000000000000000000000000000..22c738aeb831eb8fc009157e929360b323e1b910 GIT binary patch literal 1925 zcma)6L2naB6rQz>Ynj!OgWDRC!yZ=1DCuU`q)mi`aJset#i<-S5VcfY9DCxpGLE(0 zIEh82suqZq3F@iPic`grGpMIRKtWN@m10p4y+Oqf=&9~|vum@9eaMq`=Dlye`R47+ zn@MvY5M}{F#%za^O}c5?C~GfsgiOF^`fV@_ok%j57fre}B;4guxv056f4jK@8bQU2ZlPf1LkJn7-xg=imm`_BKu)(}`X zk+c42y^XccN4p;)znzqncH-Q%M{OuK!LPT=4f{By7j{(e7$H(T9qciTKpF0u`Yz&?omJgm+$Kc2@k zE%XXHNXyR8(xR=WkxSn|g4V9palk3*HIT@UwspH4F9ZoW9-Jmg*sx!IM*Ho|Sxq}7 z#thnsPl%tdmn){Yyd}<;t7n%!S%$D!7i-4ax3plM5U1oBSwYDNHeg&cOSr2cZj=uM zZa@vk0K+=RGvy&BvqGrlO9_haCt*Sp6fG=-W}gTF?QritphhOmRGh2Q)53a^;ERCH zdFW9S^{)G71-|7^3F5pkmKDTwSl~f3G`nl-f;7u7NKS(%z!xNUpv9^RlHdE72)Z9J zEC$}k%$w|cGvGxTHV@uW=3M}96ubx#S&ZHic*j^&>0|5Q@hp;8$`uM8+J9X_N?d() zZKK{O$%R_YhFLrA_#7zvV3lE(18@Y!7>5yX#dnDNT|o&y_a$`rn!Gdjn}S!>KV&WU zdxBSV7zY)vVFQNe;^*)+@tW*8(gR4TkHC2`&F?(OHbio%P|)dSf!0jj%r8S7*gGOM zn@u9qRei~c6O*LSl9itnepc(M1xt_gGQ88e2HgJ)ScBN=BydTDc0uTi7ER?Sz+=9b=2K=VR%qg*ZO KSz2F*9sVEdOk{`v literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/showsvgdialog.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/showsvgdialog.o new file mode 100644 index 0000000000000000000000000000000000000000..26f50263b2e4ef5117f629211b5235bb86f31d0d GIT binary patch literal 11438 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 H&a?jj=}Pro literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/svgreader.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/svgreader.o new file mode 100644 index 0000000000000000000000000000000000000000..66a30577417b920e34fd80ebcfdb99470f859578 GIT binary patch literal 57206 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 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/svgwindow.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/svgwindow.o new file mode 100644 index 0000000000000000000000000000000000000000..9f3bafd1a8dd923d9f922224e7275d8350f106f2 GIT binary patch literal 3725 zcmb_fUu;uV96opLW`*W%4-<<_yvhYO9c3Mz+hl~6t^*ufx^--Xf2C{hwoAIUxxMQ~ zArV>lbFBm(d@#NldGJjWiTb3QAd4CmO$am#Xnc}D438!n>UYj$&Ue1^ zo!|NWIrr{vANLHQt;0r06GK+csY){{!+Q6-g^*^BkdJHh`70O%5;*3JhSji1w;c44 zmO1BWDz)62nL7>LR=1fUqybZVbveiEDdh*-A!)4CdA7E;mTjiy-OK5=Z7b7x5bFeV z|LUnBG;Eyf85s_0Kg>R?%c`Pqw@1kRmHTe-{@q;dnQIW_PKo@TYAaCf7u_O%)jpQr_I?X~&*ZAywd$)>)> z)BUTgv)Ahm9SwbBB^T2qH+N?v%1A0K!s;RpzjuF`6ZeTW?)wMtTvRu)5Q;XQ6a)fW z*&fc~Zr-oY=ku5M7ZTQ-Js~1z9#inOXMU!Ro)XuWa<*R2Sp(c}K+YT(*CS_+>=v4W zrUfl$IoXiErFDtg{D+i+A9eYg*^`YZ#_U6DF|kHHp2jvyvX*OFu$&aMA+bLHE3=;; z66>@ajOK5ZDv-sxmV*M-&~x96+#jLI|D5_m!!hS?rGVhK1NCs2>QM@KNOT~7Hk!Zx z(H^UZaeuo-L9-U_(t?FvnFXKi5gX_;hnb)cA{~&01z#g0tRh|ivw-QK&1*N<94g$< zltXhD41+K(r*;E*(^KshnOs|dP)m4GMf|Y6+1SgxbRRm3B3{nt zxiz(T*!NUt$bss2IWkd`A?G>s8)GLSr+4o5`Q8v36)D}?EbN++W2!KELgEgH4votU67H0ZTW7agFCaepPNF%bFOID=UN3JuU*+ZP z=PX{nZr1AOg{n)d_&V=3-tN7@+q?_BwP!Vagmef$H}+gA>^n>Mou~WGS-pJyY_*^F zR2|{F_F@R|U6_Sd@%6A&2TOKXvU$Jdt$SCqn!^^C3G8Fu72bPAAL&{2CS0!~@mG(R|mCdj@(Ix!4G7yk1u^lgSXL zG!Yt8!jlp`vcEH!9v@-%-_%|JW+>yj&GOS3U2`L7(KhWDY;F}05a-cUN_qPtHt~Osd zB?YB;N>=4G4EarFTrC6aLehKUjwQlT|6p&?v`N-$)^#XS9QDCj<+W+0rUnaZE>~0< v3s1$=pqwesrIBY`e7ZIWhp7n19qexpP9&ybX2~VpAE$paLW5Fj3eVAh$>%i* literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/textItem.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/textItem.o new file mode 100644 index 0000000000000000000000000000000000000000..93cb9588eb857ed5016a65e5d8781a8380b83d25 GIT binary patch literal 10642 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 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/textdialog.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/textdialog.o new file mode 100644 index 0000000000000000000000000000000000000000..dbda310220ba7e4fb8a78971ddc5eb4e4c8ef74c GIT binary patch literal 16775 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≶Aa!6enxk6ps#lTRnKn^)sm#yQqu^}?>EjT{9w|C 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 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/vebasicshapeitem.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/vebasicshapeitem.o new file mode 100644 index 0000000000000000000000000000000000000000..525cd0e591ce4c114a636ea8bd454415edce4211 GIT binary patch literal 10524 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 N#(H{Ef^X=k`(F~xgeU+2 literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veellipsesetting.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veellipsesetting.o new file mode 100644 index 0000000000000000000000000000000000000000..0b4d8196b9c46336b6548b827880e231134f3360 GIT binary patch literal 38731 zcmeHw4SZWw`Tt3pm2N9(H;R-|G^{~7>_*a;^@WP<`m%2AM!I%m!lX;vtPNysmZp2b ziIc2sF%*h|fd452K~WF^5di@UD=VnLn7j={CJ4Xv*Qw)GK&AihbI!Rp_vR+q)=~BI z|NL)1x%YdY^PJ~-&U2pga?d?Y8cnA&IzId|V}IbtVwxB9Yz%TNPJ=U%HifbJ262BM zE;i;`J+H$ZbZhwH!Aj;Bn%CCb8!t^u+XB9`inJ8Q4w)JAW$S4q@2r9X9dQtMt4?98 zW0@eEaIs~&R-ff8D$_C&-$C$o$MO}-pC8M&Ift>0v3!N4#ag~f+@zn%*kv(%^8$Lu z+&`7EM(}A5l%w*jB1egqb{B3eXE1h!l!xMraugNn__m;c_kwSyZp1-f$VoXOa8;IlM?0mr5IaQ_vT==f})2P<&W9F>`?E6wgPRruAL_&DC@s)1+JOBA zK9tw#)CEi>_y*(h6%=a=LVSDT@)Z_p3qpLE=isC{csZO!PHjOdk?xAiSM1Q1gZKvH z^XUSH`1Zu*n_m)Jj?6ECS#t>cN{S0LG%AxTmXG4zSu$T+-n&v6+X}uz=ZVa-apCR5 zSyH0q3xZx$$5;*eDmtj0S7wsDGKV&>i0?M=Esf}82=V1CWNf8@Pv3D=f^QIf zZIX}L8`oRl)HRUJpzi_S76V^_qYP=v;R9%_XYBh%zWLgETM54V!S|4XuTWRsQgjrV zix_)3hOasN+t9)6NLBWTDGj1Vs?zr361Lb6;KCveIsH!tr$kKSuFRW=5E{-7@4H}p zfB1uehtA-H(X_E&4Gyel@?OY0aO?Q^csNH0L7oeC4G!GNK4gd1g-5;cIco56k$zu4(|GgGPd4`1BrV4f>(Y?3{*Vyw1 zHrp#+!8QERtE=p`ks7;&f)o(0!pIqq0?G20h8|0c7CD@y8g4;RE5j9b zDB`{)XZh?Es#Bs~KXSL^tJ1T>qtfjkMYvP14Y^~_Gg1nWj=*hiN{C_s{Dz_Vp}*Zve+K3w?r1_ zh3nHYez`1vP1u!=8k2!5<6Gf(5PuQpFBSY1N%<>@zlQVI3;xFV{8g@91NV^=27XOv zrT!~W|1LPm7Ou)cH+K2}&<9Q; zwTlem4cG>2h*`E^*`z^C*AcTK)h;qZ)0#uW6*4%eg}p6H6r&RX1*K!x=<9pzP~7N< ziGhLO=h5NONYB*%X?gf5^hn=0xP$E9YQGB?G+4*L#x$*e&}ozotg^fIO}Q8Iw(!0` zG}KQ7pGRv>OM}7Gs%c8BI`bRDR2=Ed(8uG! zza9$ZnKG_@Z0p{>Hz@zuF!!J6c3U9N+&|QJx)(2yzkw?m;bA#P~v z&>-X?|Jbn7zGU}qi)@Ay*Vz!aN|=f0pkh@h!6CZ$U=2@_-6;%d5Mir!R?z`MbP&3# zQ9FeqUH@xC>Cu=6DU^5*biya&<4`{KqA^mm?N8dD3HxmW>m0H6JL1`YJRFa{|L%Wr z4Pi9e&~PS(%?n#cQ4MTRD-sGzHd=rJ6w_i9t#~9yKhyJ1h$brMxfEP~KJeHGz3hlP+^m zdl$0}JG>o2M4BS?j)*Cv|A(j+_=`sSaaR!!zkG6;DN4jGS|s`*6e%6En{iyJvGLZ% zullhIwP_C>%v4<@Y9NPNYDRw!G*Nzw%#X=gw6!8c`-g%uhBL00Bb=XR&LfqUJysaCG7aNY z)&O-l2v|O8KwcYXMs3JzHmL!f=FJSFSUNt`u_I63_?`%lHVj`a_Wbd^Fa(_R;6gc8 z(KXWLh-*b9tYDBCwPGb%fiTEB3L{_u6k}kJs#lXrKdqa%+RV{{VAxX z$2wB&KZKCOl^!o)g7m9}`wwcmMC`TLgQ$x7NTc0Pj-af(elRhWF0EH;$B$f@sHHB& zNch?Y1!@IR?(izLVq$%=nbIR&S)zi4Au@t?qHY1V5(f?_*eJ}qhSOkSW8@0^79E2{$MHR=NPX;2UjCN{Gks`!3CiY&B1*1rfH$!)fj(w z4Z@c}JklNlM=&gBrAiw07nt)=Np{ntF3&-X82;+R`yv~uXF#HSKH;uHg9VYo9%Un%utiM*lU$6W-{AD}t{|SEu;ja(=9sb%v@l#{}FOM&Tqh;$*Up8O0 z2+k1Q3ux$5*!cc6gBkY?A(SngKE8i&aD3b}>%?Nln&uobu^*aJzh!2>Go@}dvp1>%vf>7F>TPCrxA_Y^Q`V_i+YFrXQ!~5Cl=`8G-DaM`>Bnc) zGuD-Qvx!}b)j>$k%Ro<1Nm<=c5lnsA%x*B@G5j4<>I-JpZ%%#C%zk0Ul010rr`0jm zn>v!herCFmYkVn%?KdOeJLc4vQ`qlQPUd{XJM}b>|4L~fu~SVa%z^>#)S#)~H07Hn zc8v+Q-pXYkr&|7;%YJqo z2#*|>`g$&V@i@y1x$LSmysNol>Xhel*)3Bo{im}(O@({^GS%|Fo&9dw35dJNv;2U7%c> zmHLm_?1`*G;2)l7{`+k9;E8iyn9ZL1jQP3Q?Dmt)p#L1_+3cN@%zI|DC$ow2Y_|F7 z+3dEH3Ey?H`4_Xxc3|*0+-4QIN;p=l4zNUtTvo5%B z7nWK3_XgjkF@Y2K<76bo`Q+IP(t=;uZWUaS1!<9G>859IGX+y4Ga@zS@kp~JjA!>f z7_21Avh=cMOAu?ReNR3>;k4a4_ShgDpPoH)liCxRnb4vU#iF54)t*nsKcRy;5ffi- zITf96{0F$uaLz7zuKBzA^wM`QVj6pf{9Cc6r#onC@A35nzIeulE^p9t#yO)m?>G>? z$60X}rJ?_c$8#Wb#alQ0Ol4tBOWfY>^Ss?1JsZ9{tk5E$H>+yNogPsmOzp>yBhr7*PCbGA< z+kBq$yd9mMU_2uWJLvChodGtRP~`3Do@)?p%k6L%7Z$XiJ*}-L(BTP`_xAX_5Fqa6 zZt!*lyUGj6g_0tRrsVqCw5EEG8yQ!4JsZkVr1l{6#4&B1&)e;B2RZ}p4zH&>nAhtM zAYVB=m~Y$YEO+GFHu3Yuf^sKt0a1E`J^pfsEzsHK&MUyZv$!V6dlK8+;;^rCG*~L@J|>q|w_O zJi6wjbU$$_Ay;XBsIBIpJJ{EoppPo?6qc5h>WfQqU46Y>qBM}s3!x9yIK85xQtLUH zm6}>#Z+QuYG%Sh=FYoGE??LA&^R&04`A;==4Tp>RdBxNe)n@CE_q+jXn{H8YzD@aP z8ZP)9#q&!GMEg}3=&E6ot-GKMRON%VkG4Hk-ys!rl$LqWB}=O4xC%tkb!A7t)7wj( z?&K9%wUjK5_Eg7MUr4yTIvIlICio zGq$Op>-TiqnjsF2oe!%TOUujKyZX8>j#qRg24v+scEo1D_L_mlyE6wY*OxsSJVTW?D{^)?dtiep^a+=jqR4y9 zQuZk1kyTLK*NK;J**cGNcMn|p&*0aw&YTl|d@S)~yzJHB3f13b3H@Cr{hdKtMNQy! zX0Sg}%gBE<@L!9)GBliz8W^w)e&w+=7J+KwR-HMvmpm^H1WR7T6e=~XKO3RImpiad zh|2joUkilO;n9=fFGu8raAw4e*Qj{vQ@lD98qT`_uX`Zg5n+*RR8Y=9vnlj3=V0*D zWAbfZ3yPm9xnT$wju+NB9Pm?km$=9mCDJ}+Ux809cw!ZIB^KzFxS&@Q{JnC-Z=n}f zp5ysqQ~c+h{tx;VC@a8nVLuw0iXf751J+3sHVln~2M~eaTlFHYswA<=f!15$&lPFl zu-NOtF#f#E2~PNFC0|Mcz3KuI{9|@B$Hbb5F=CmZW%j=n|Q(yyne>Raj*btHjIA8L3Ol zqRe&adAQIfiPYV7GuI)j3HOR9%Sat@fsHl>;F5z-93QE((IwnV%g88^V8O~WWyL+; z{)8)>&F?MrCMs$ly*MFpalEGLg|B+kAVP80IIUf1W8xINWFi&h0$eS+SD_#r)+Xe` zP7~T8u_BtkP?N&5k_rEEGU1ViESOGi5stt;WPK67H#srKk4UZpL81>a4wfopu@lH?XDb(;{*bN;!5wPeM@NQOg2@sSA`JzXo zzF>S>54wZPOqPB>w2EWAyC2%B+F1VB_vdBkRdnW?Ch{bV6o0G8bNWJ5wAhw1a;al0u zCU+T$B#-d!0~>ITA|7no(y8$v%l0(tIbqq3uo}s>2sSY!u!+nTEZRoR>yLU&)$y^W z%}j2ZU4%D}$|LigFv30oJLy$haCY$7TQmV zvH69YC{jeuOg_kKrW<1-DlN48fHo-Oy#qD^h?n>AyN_W+f0AO!O?r5(?TSDc6)aY# zS#&@`C${eG8EC!ApZp;Rsi0oocxZ}=3tpv1+&CKtihpNx&0gf6%q1B~o0xhv~=X9->PLdfTm2|@mvL{7-j zIsu*f9_npzrM?(>YJ~V3(b5tYMX|9mf}Km;I&4-F*(*i%FDAuAGq-1@9BT4&c- zS0ThdY)WDs#Fr)#-(?h^rx9N&tv`(TqD0~cjpFk);){fM+JK$hw~+=1c7-^?*r1DN zG{v_L%HG$WFst%lfyT{eaO%K2?4u`pJn`|JZ@0gr+xfNww*x8;M;lbrGWr{Ei`1ggIRMf88C!p^-(fc_cG#7U-VDG6HR~B_1VhE> zY=zltls$4TTx|4Rl(l)+zdX_f9QZrhqFuaY8rWzTq)4o$QqR}A$E+L|4 z*en=aqvtCO)p~{^!O%E56F^(uM(mu^X!;^u zAGcgW7J# z*4WOmp|KsB`+LT&9J^C6lPf7RXpBD`yqw&=?G7~KOrnhg=cAERdxgd(|5Z}eZptGWLR?v=$eT){n#sVP5b zoui%gFdsev*2?Jr-zc50q5xC6kGWYJ^Wa(?!->Q=N38s4{-cqPokj_cSovD}DHo+< z#>fw{zX~Puq6|LZ*t}ZXiex%Hw$VX(+qhpkQ2KzT^gKE4iR35Be;%ypU_sUuH>V&{ zey#62x$PaS5%zC_Eq%x@yck~y<;QXgKgj+y(CNdUmvysFCM@VgX@Zg`_Cop7B$4uy zZ`X1!ECAXV%Wk-*{CK?P2j!1vzf6vMq5Rl0#ShBAg4NCPB2nmp=56%Krhp%9<83*II2pYg+X#tA*^NEvYs5DDg)8E__<> z$;O8%d0f`CDw)R*GWlPdhgeOQxEi?yvT-VQP`uFGdn-PlgZ`W;&*kUytX;r8q|5K-lqPKi(8d! z6;!N(9UXYSzZckYjnKJ`;^uOSn~R4vYUu1RETl4Fzj*G2%z>BQ;)trtqikgWq zNk^EZAxtba)0gm6h^oP-0zS4QUYmibJbKx-W!9WUR$IL_r_O3yYR##(+7?atkUjUhLK*E>>D^Gr4eGk2s*Xp}0`46hA9v zd@Pn%C0-KUFPHgK9x%ss5NxA<>n_;$9O`Wz`RJFzK5f0D3s@c#H4CPn7elF=z9fcH zHT`_6uiol6-)cw@dh^hBsMFhk)=(-Rmc&lTY)l!89e7O8nM@s%XDE~(|#cSW_ zdd*wnw8Glyt~gXueOTS~8r|!u?fy&A9Ww@1TPrWLmeyG-Q}RtQ%4+y5;qbbOG`em8 zw$S@dlrv;T!7i}o;k}S5)g7O&~d7kt`ezUy%t%H^&(G`xHO1TpfF@mUtFtbZr0zLC0V)3Lu z3BB~+H$v|QAhJ7)T?h0{F6GB+>b*cB$B>Gi01{U11rm~9S7`@TzV}qxBbbwXi%Z78 z+(`fZ50J?F4 zv_n8b?}sYwtSO9L%kx$OoySop(04fU15v%FvRi?!=ji7^)I+7RM}Yb{`V-LA99dHp zniELS%7BDb>w&g#zHLCFMBfAYE~niO6yoSNKtjj!KtjiBK+hpHi=|=SD`=TOLh^i| zEj;f+AR+l`AR+l@Ktl3kKtl3UKtjqJK%(|P0NTc-&^HiW&d~xOkv9mmmD9EX3BGTs zeBT8U^6pg8eL%v#A(ihpYU*A!b-$W=K&92;?SQC{B|!g&>um-1`_4iqo%&3(x@{T z;wS%bS|ekfOc_I3N*}7 zC(z>@T>>QXUJWGj-V7x2J`5ysysz@5W6?+OoeCuQN`VC5MwPZ5XgAk!J&?$8J5UCv zJqR?y(F{y9pWrALNXRPz5;;}?&E%=AKu>aXACTx{9|02HC9%&SHH(!1{f6^Z0R5Ju z^MTIgs1ry?z61z`LL7vFe#g<{K*Co~0SOQN3Fs-F`i_b|1`>K5nTp;{AfeX>B=mk0 z=vc9|RJ5 zM}UOhmw|-dQ6QoBbhuXNoeL!NRso6fE>qF@Kzq41KhV>>MB7!=gSP)XPsP7INvq-^ z8&a>vCl%{#3c3O4`<#}G^Nk!$!N?@|{6Hf06r_9}pDe5sGPV<+RK7;|0;kbPAle)C zJTG$E0M0LQM7^}Io}}D_Pb#a&S?IU`$j@mVIN!|Cl{kykJAr<{Y4_rM3r7^yqPL)y zb1SD!S8YBCNO=5Apda$oVjv;82523pZ2%HFz7O;xPWvg4$ongx+c<3$=*JwLV`l6p z94!G7d~TrIIc*(KfTNp%gyiRe?%*^UVMUI#6vlqaY1u%%94!J8IhF$nzFwdpPrXG= zy-Q6U0wUj}vOPe39GNVNlo>!j<1{Z`9O7Kwsslr(v`bsR1C7 z_j;hsJoQO6brwb;kva!RSWpJ^HO_YtkdX2U&@Vad10dnGPgHc$Gl|{PpIfMpkMLSQJ`F&nmJw3R-&Q`poci$A|NrY zZdOxw00~=eQPC@E>V6=RcNV%bQI2vTkz;|1HmRvMsI;3@^pcwTp-N-ND^f~;gyae! zp)H`&E(3a)TmMar~<-LKL{Razzb7m;JTimnC{IcNn_ zq@D~UXf(eUH0o6Ztq5&j(7p&HXm_ZzU#K)Y+O*)C3nchUg0fmi*#XL+jxr3&P95caP{>_T$=Oz{@#`py zKv@mvM0qxVLf_gFrQ8b279HhzP-wSdlxIo?l}faR6w@6*N}WVeuF9j7oo3{8Pz9uz zXk`!ukcX0gt;(b1xDWQf$3O^338q)YhYi!gE0KoQ$Lt6Se2)q3~3o*QO&IpA=I*$I40J z8I(LHCE@wAvtRO1ZaK9mMNmAFLac)Fb4ej_f}%8EGF?#4l?|FIKv2FXDOCM}GA1b$ z`hrqM6^;W9MpCv(3N>KC^Sq=`pCBl?6aqM?2N0BXl0xlWP=+LhTDPENP*C8Ywk#+Y zN(xa0WrKlorGfGz1Lb)G<*x?HsW#Fg4xwwUO}SUJhYXbK43wu-icQ-5hDuT7{L?@= zl>(U`Hs&?01&X#EnZT~o@pQ-KIc~PXO>%nT@@!Ih6nkzqQ1Asz>S5++%s`n&jYb}V zr_exIVW3=Qp!~orn zf%3lw%FHjsN-T-YYMso-u3RF$LVZp_VonMZKKViirE_fzT1zlbm^#F*3j%|jj|OumU~+b6%_X<3hS2xIF#_?}Ywsxb_S^i^Z?+Wmfp8Q9V| z^CCWECrYEi9%(II-KDK@GfRfJX^z8XmJIPSJBwiY0{-1{V#=mY-V&8VlLMoFunUt0 z&CKFIGgBnD{%15#aEg3vZTRSmdu;k9Sjc1TFOI&L$Er~+sIGS+I}C(|I8D5Se`9B> z(pHnO(Da?e#$$0h#kWC<_IP+c(Fz4$9HX30Uyr*(ekEe9t4y8GCu-n$co5%6ENzS{ z6TQYl`CY+BBGc(W23{a|=kQ%jl)K;)&FAsDh4oa3h&V%zO+_fQOm7P2{0+ zGG>^Q@klutGxo`NvY3n~pvibrn~W#Q$$0Xej3@NTSV?eBN<*5AmXvrIiMp{kLs)fz zX8kG=k28ixGsi4#s_W}+5B3B!%c1cVX@u0$idSo+*P&UWJn9unGWJt3#PMHaiSyI2 zBu*vsX~zn0uNSM?wOCL#u5brB+(Ebf|1S@;2j!Z(_BmJ+WkUai4B$NIC^=SrMlr#tIBxhquCb ztS^aIsdANAAV-Au1$TQ&R*1@oJ#+VIBI-A)TJ{w{BOZ*!O1?^%T3$123jT)udt zh-oNla(TLoH}LgZS}9Tz<~J<};74t$HH$J!3z~vX2PZev?=aPB*tr(b`JR;LrU)o#CrQUJ>09w1SqtMmq6tkbzkDW1Mi$f=uf|N92;31~j1;dui3j&bnS)QZ#5R22xg zH`QQ5?sRl`+&*7VJ9eDZx|&-rx=6#AH1vzxD4un-Dyy6SsF*IHw5i$e?Z!G_DFSGP z+t=s8B49KO8wwmvO4E|di`2M^0@(SYlY@;c^h-YOfU+Wr7Se%3Bdd%g@n2Spu7p+v zYdf?{q4C;eG@nLTvbI1);VqM|n{uSd*-(a!Ib!Y8SE;~*ij-j=V&{G2J8olrW6DNwXTNtW@oF`kMqS3{Lr?M7W`%r3{xie8q3P~1{bRP zk`8aLzlU}M(e5FlXcb2JoKCsPh3{^0VS7uo>Y`lAG+x{3LBA-8)6v8CF)hVQVO@=? z423XS@N%BGrYl|deEe3E_Yx1vhmB1D8hexiJ4@CCde%0=pWRNmIfopkHC>VBB-OkR z#g8F+5_k>XUl{OqG`ctS^aT-h(H%KaUzEW8l<9iTN(?Nt)kr>66s0N=srUE8--*YU(~xHlR&WRucrI3nAMo9a+)$fj)$f>?&= zsB^FN`ZmRHpn}U;05%tf@*stS&g!U`^E}?puAnYa@gsEtWCCv_1hkPtlbwL4%I`;z zp^5Z#m+{{$^YKA|cPlYHiz1Z=q^u5a5L1@8?KIl=6}S7)TkD(yd%C+Z!qBo}?}AOd z+fnyLYD5cn$IOy+ttw_JsW^)kK94YzjyUbKlk4E=Doax zFR|-ZI?*WcNucXvy^a`!Z5$N&yb{kha^?b zntc%)$6tj2n!-oQ5zES7w|vsSmaPgG~5Z3f>Zc}9vPx$*ewnP!^D9jv>gDAz>v z;OW3beEvd{M$+dvOOhIMxVVgh>B}wfaSFd5Mv(zN<3;_rB)728OoNS?k`xj8Y^Y@V zW*5vc@@>XL5PV-5-)^4SzDL2g2Yk1V5_Dw;M4nCm}k;=2z))@%NKkI z9o}wX(QH8diUMuUlB89FFBQ*xd}o{bLGp*dXS|Bt7!SYCS7acPvG0!OlYGVC%cVYQ z7r7(*97(#{&|l~SpWkncEaIyH-vbuDT%R!zh;K9a{>{o)WaK-PB1sQ}?+L*-19FHf zv^(3RuMG6<=Sz|ebCNC^4{qP=B4dB+K;I9(bPL}cQ$G}v_e#>47QXzv0@P_&Il$xK z^9VjWo_V{4J|kZ-=!d~~xs@-^7%%eyh_|{nXicEn;`rZX! zbX>bjuTp=$tlGafHo9`C%&R0yoI@+UnSh%TiZ>6~qrR<{d2>{UckCaaLyEHjh>bc% zPDv;;rC6V=zCHF@QQwzqv&#SDz~XFcVX2KSHrU~qp@uI-tT-}NLqrNmFZNcP`H zx7beS*nZxhtCm%(&&5VbttZj$RJCDI-^P#(I1pKq#C(A(-?dELmHJr@hcD}>4~zhxDz$ExQq6v-QLY0t9N+2QFNq@%)GRlLFJsdbL^EkuZD(Av0lg4 zmj%1>X0jC)r}P*Pc-5s8UcC84!08{uQx59p>ca?ghM&QpB+5YC#O6$wq0))j(uL{K zG{hUmcxA&bP@=3)>aI96qB9wwN^Is*q%=VViWW3Su^mN8fvuoSXL7O8OsJx`Ru$%q za*~IhN>K(ySwkfgL7!_9E4{^-n!$l$2dih<7W0Z`7i>T$f+*c6%c0j1XNe11J&e1| znS46 zuxmNBh$cvnhvZS3t%A#7e;Kn5lkIg3R~f9rfWj)8KEi>-)s)2S5vZa4J#3_IEseK^xxX_{;^GxkynvxQFUEj!CJv<-q{LSM%wlRBbYWH#q zpAsk1cOg2LgCNjyM0|dBoTtrE2dW%w8bW)N+N$wplP|{h#6#Ig&LYrgC5Ud_ivaUX zz0J)7vp6;)gEd{<$rMm(Ck1fgSdG^SSw@CnG3ln*1TII}h0-&$-Mbmx2FwK92FN6t zU4tnU36xr=-u$0HOc7sjhzXX_S`#}c7rk-AD)@W3x)XFa`UL}Gy=0X`*Z}>@4b9h0 z-aH>3W7C=Fr~1Lc$37YxqtHNFoS%*SGd8xzFk~YCj5Be#7HqI=F4iNmErZpQ@w^#k zG)z`^BGA~Rf#t$v#5}x8hQrumlw@?dK6*$EKZapq0Ujyi<6jiYR`L;zZZQl(mr)aH zGbYleFWsA-jIZ=&fGvmS9vcZ}Hd<6^(aRp&GrXBX7wf&TZ=97HpQtlz1P}zK&QREB z;iz?J=a6HMl`V?+eFX)7*)=CSI2b3p^Nm)WbY3 zmW`_5U@zMCfb7Fos7dEw>pR2?F#yGby{M;MQ&4q~1`3vJl;wOxpiS5`_L@3~Cupn# zCyGWiOOH(`Deuvekbdwl@4-1>bVH91dMF6V1e(_(nPs3a+71gEWBr@h#>*j%oYrH! zupSRT17B2B{*B)ZKKF~^p&D;=@LAlu2A>ptgczAn+iCaF^$hEvpw-y>^3?99P?P9p9n%ek;IRKefl`$6eG2i7MuXO0*TiW2R>aL`uNr%X{l8s19@ty7xB zDU&NpTyGHMdDphp@~WY)pk-^KbUroaa@W+Gf1eCx)# z^a>pR%9ehbEh1m=N_BuLkW&t#M$%|pWaI!_X!!Yu=I^${hWX151YX+ON1a8{bmc~U zTkqz&=8#63;x%ktVmo2Www`8TjW?^qIdTpTs9DNc*v-El2bGdPZRK~@igdvCA2vMnr_5lS=g&la@Rzn1Ql)rx91Lk|zjd$T;wfpG>WkTo8NTrkn}?+iO?#VJJR8@=C8=#hf3v`*&Y@g;SZa&4o(JbW76Zm$0cxjh`Mb zvyCNpM5rjLb|{Xmy&bRoi2S+DHS)Z{hGpmgZ4!MjArB@L!i2fpgkoh5necg-a4Ji0 zeONnT$U88^#|S1{0^3}i%W6)%I(^7Sd(3#XlL1G(nxZPhOUqD(P|n}oCGCAgv-cr` zy;bwu>Z47~4eb?5c)jOB>GZcQ-g4KsuDwi>dW$ij#pq5sx)a1}in*8r$ea$oMuAwf zwRdXw?eIZtlXtm1kUaHg(9oUT>+4N%z(uqQpwbN*E%E81bc&Ln;Iu;%+%`8pW$W&a znUti#?xcE@q)DP4vPA@~=fwKUYx`m!j4AIOid`sA{l?Dj-5nz&Khl36>4u*%_&Cj9 zO}hbTfc;#0%ZA-gb-&y(8ka|YNyEbT`Wc8=Pdrs+ zlFD>qKIKqMBIa0s23r`#**RY9(DlYs@$Q(VvmSTc4jf;ep1_ObqL-B2iLyK07wn0> zZ@=MZvHgeP4JWqT4)~LsFO>G^XEm}qh!-HxROZbi?_pI;ZqMV>umuG*oq}@{R&RRS zm;O`oT+yyXj#HU+!PBvi?KgZe_S?f)N}crT3U;!_;?qb1fX?&LKrB& zB3|xs8lsm+Se8b7XQQh)D#i-s&hxZDLp&f7ZWQ)XUy*&XYq2QA?dW!vh(c_C^a`ze zOh&8`T6iQU9C>JdY3VK3@9APU-DKMvZxC>^tKgWWfi-8b1wT<(}7;PM1rS-3B9Wi4=d z!mcbRy^`Har@-7kn7a$+4sdhXm^=^?__48MN#~15AdpR=+_;0o$FRy$aeeevUdWx7AikK8NkX=kr{T%Bx%t%M~bX zw*r&`tZ+TVO50VgI~lNFE{m!wMH!x8KuXdi>YE$w^~3lOKGZpG(b^q1*3@ntbXAJx z=y{{o>=q5IoS>ERG+Vi-4+&$|isyRqyb@(O6m|-FgP_+=z(@U+q|Gq15_Wq}m82PX zHpFMrR{>X#yvB7aJklfApe#qZTs((RQvF)-Tp^wtU7HzwxoZ=NEfm$I)^KKXb`NZ* zK>#{o0$p?QI{;cEXf&o|*G&|EF?+z}t9Rw#-stk+Uhc{%b@?h?>1BNgi(M|q6)vz- zJb5t=2Mjv1K`R99UC=0`xlY7IjOJpUNdw6@g4c_=rp4oa(B1_t5412!$75WFWj@by z9fE&G;ip5gZ9PCKK-6`Rl?|e_EfQeOxbkWtuujnFnKZ7MVjz&lDpUm0s*L1{!25P^uy3fmm$ZHPpN+~o(?j)| zo*dG5A#QMU4VE&b;7R*F7i=U;?cac(!M9jUt~T^NLId z>Ym3X%lF3I>09N>MxL_m7#C_~Vku`jNPIH?<)KdN_ZnaaH7xw+3o+#Z;l$Fkr8<)6 zuPU1GOO@!)e3}`e`LvFqyK%pUp+|6UVdzQR*E95@j$Q|%*QFU!9>%VM)mG_f1JJiw zEl%2^_C6r4uOFz3NxTlUk)a`=>lhjV!YLW{{YghDnB$um?JS@#GjuT!ja#ZT2Z-D9 zB_I!I8Bzt%jjVPh5ZBkBqb8m2TAi;Gi0gX<=uW2PJs=9F4CydXjO#;=_b}ROAZ~Mq zPKyI^?>+>?eflgA`87kbA=q{>lnHbnP^y#-RKn04AkJ3~L?^gZDFW2ZP$$qLKg1|UAt2_O%v{RR;C z?!7?VFaN6ZJ*L+l1mZn^Td(~Xi2LAjyv*R5m+D9bx*2VxN?!%yF?5e!`v4HP%7Gm; z=bHk=`AUGezWG3$uU@BJ1GJ54{w|Qp(BnGayFj-v+BByYlbJwV-{nADb^{QX{SgqC zcms$>@qYtxiBnJ2JoF`?IMciq=vIdI03{eYZwgi{pbW_ebQ`0!0)3UCZXhoEB+!G5 zZx>Jxs~yw%+{kJ4Iw4gG0)364H9!>%Jq^^v(91yE7}^Ka%+UKl>livWT|*0izRqa9 zI&D9Y%4j1%T=ulnG>MCWZeg|mq|-J6afyUpd%s@Wr_+XX+HZB*CD=iq($*G0g)&+>`rtbP$O5 z_fJ54PRroth*mb<%ky-UtJhwxBkC9Z$#AN)5O+)mplaNac7SSehvUf4xFhg@Xq0KK zNo5h&!4UoV#af15!o8EBw{Wju=v~}-?Q|H(CC&%p*27iO2F6#2`(}pPaNmw!hIBse zTNo{*)9%yJ6F^+{^FSBlmmwA5{uTUErNy}aGow+D?qO&J?)NgZ8h37i2gt@~gpjhJ zh0v)CO~XBcAF@2|C5-0BeLka+m7Mmdj-J=iejN=1aS2*$xkQbQnsh{OI(Y4N9X$xd zWiwzVuRRBd)1KF9LAzE<=Nr!VfR3Kf(E%O3uOk@)&h_mB;n(W1HP=gKh3loA}QNcsP zb~y)kC>NKe`F5R0)BFQa=-o@w=4UOG--8l_iX_ir3*~eq-5wLqMWF03QHnw7HBnYj zs>TI%u$lJ3s1}!oZq#`+o9`7AD(vzo?n#emQm^Pdnv{*EFD@$V@*3PJM){>l<>)+` z6s@!LJ}BAuC@8%M>?GwbP&^2^B;|Ebf(WN1B@;teXQC_vWxt7X7bu5JltEBDh`gkp zbFm=%OqA82?0^H4Jl_Z9Q4?htlqfus@n@Cdx3SDCpvPjQW9>5iOOP2PV!E0I&sm__ za2tCd|=Cgk~v;Q1WmDW^Mr{Lj-OpFraON8 z(s;HAo-B~<@^aj*Hh)j>oWpqPCgl0G;Gs2?>#?>)|JI5w%KW_jmjne9N>Co6PUFI) z5|lp(3Q@V#H0rdtIOQ@6rNKh^riJo?h4Pk8@rbsV^H^IRsaXyKCH&_oVq7x7Tm zvhw^+=h1p`2Dw~Zycb`yP=0Kod}N`VPs3u;GuJ{{Z=v*9DBrPAUbRrpqTw~QHOoQ? zS|||<HSt$2dCF+cr$O%GAP6WOrN zNFjWYnP+`?eM5AkVAAwlW#XaAbr#A-3*{CI<);?Ph=t8W1TXSc<63(4nrBUW}L>iRl)<}7{B^qw42>NH6{_LZ2wLcIj zEDN_QZ5<6t0RB9QdW%Y1Bf8??!jq~yzbxDmR>I8UwG9oSa92Y(s)UsK)i}kR#6IMg zwuRx*fXV!#Dn)qO@2{$EX;rRVP2cP*7WsY40zq+Tn%CJGSX>>-t88vpDk=hjKxZJY zd404c&>RHWKgS?=MSVM3D5&CUg2B$<>SP~|v9a+Z+t_Gmy?S;C&nIevzu?*>;kD>S zxJ?TyOCX_F3mbwpp~XpabNw23S$GXjk&Pk-tMfw3>+9Rw{JDCRRy5{TfE*|goDrqH zt-2^wRMF1AV?j^aF!bkCeB=HOsaS*udryf#wb5-9Tr46!x=L#aQoWMOq~ z=!jbUg^ie14NajYHg!U4+gdjSnwyU(lV2Z=h9ixn-4E^bZ>KRuF-QG|u3CNP&%0I$ ztw(DL`W9+#M5y@vhG&UyJ-ydmcbzmV+!R{VR=+;{Y0UkTtJ^yNPp*Dr4$w58Z2y?% zzt#x3J{jkqVh%Wg20x8FU@+q|nF|c|EuLVy^L%g=resby3ge`C;V5$Bas&NG7oWlu z#+K**(vINdm}^ZmC(pZvBy)0%9k0-^WhiXNUSd&eCpH7)_Gyic$#v(GZ}^N!?Id;T ze`}jW=KoDnu@+Is*qC(yKk;_#IJ){NwZ71}zxC%w@pr7vtsU*b*7jyPV_?_CqR9}^ z{-X9U_R8b<3aWyw%@Jjug}s2d>y;*Kps+g()`KbBMg%?jKa1-RI{jHR>m+VJwcwv@ zaiw8DQk^kwN^_G(9ZLXU71qx|mddi+2_lRw?r6WJDN-0(Y-~uYF%x}U#{}$Dqn{in z=#9QZn54IQ{gISRwtJXF=Va_hYQntHm_)Ia$>=)2uOo`XOBiRW_6dBR>uYEVH(WEX zwT+*`*=(MO(Vw>-`60}fw9aq@FBo$3^!E?d4dDo?P#>T=8gA>T9Ipn`VEgB==8=Ee zVcm(ff4nNp1{5#@mf&3l9q~`lgyUCYG9uT{j3{gEz`K#smga_QPSB7ORAe&7Kc@-% zo3_euJ$5-0`=gu~SluKcal9(b2IMgVju4VZZT~nmn49Ou2WVmYWc@!z6|<~w$Jqbr z_V^$NO5Cwe!i(pyrPb$J>D;9dH($(A(}$qgxn}PyX&V6v9`75Do4^cwPH9yL2d` zf47?#rQ;GEypmj|laoIen~(L_`;@kJU;}mp&LY8Bq6C@^`pgHhTpx~T0j^Oy_mKcz zP$W&5z|P4}b_Ow%;bQw9THDnX!l$eDR=nD8RyKw@eY7q3TSWTtv~%(U(&$hA`G9{O z^5;cb+t$Mu*M%F|w-9`IG4K}YUm9|A+r(F!#byB;3RKStF^tFRf>5A2ziM7f{o3{le6uQ~=IAMa&tc+|2Di!3K2$TcW%%~t_cey= zTUuHh*cY_w(7JU7MuVYqCN{J&yoO!`7;H7hWfA-EL(LR4Hn&Gx=@S}#ZzD>;(2n+5 zjn19bAw$IkQA#}HmOO(%vPHkYy{Wz}+!%^YzP8|q44KxiGY#-9}|NLtUax}C?BJ^FAzM2LXR)_Fq6yMb-P>s{y z@+Ea~Zk6KC!^dY5#(OC-OYntqe9$6|=${S!`R(`s*W5rKEqPQMqsS!b_a&8!G^M$C zVLrk#5}ude5{|4Lmzm9(6t4@6y*5|oug4*%rWN6Dcvq&iF^-k~LU%IOg_EDR3)|`Z zjT~+=W8t`XosEfQVi;GSPjBqNGO?lNKQ=hdv%J>bBlIDEb%&ye7mphII0KLO9l&I2 zj{6Xi_zudGX*tdl z^U}zM=15~`Nw~dZeHdv4J21lw>D<}l-&&V8)koHb@y#8)p@y#d&}yujkr39bh9-^F z7FL?@`Cog)Cw{%&m_jh6wUHXXjF{hQ8nTYBo&C|mWM6&QRwtRG3N>!LHPhcJu}&IP f`Y|UV!WRu%a?LLAA48KymlZV7J0p0Ame2nI#`kBe literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/vepolylinesettings.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/vepolylinesettings.o new file mode 100644 index 0000000000000000000000000000000000000000..d7e42bf9eeca14cece2c7cc38819fdb1ad9ef01a GIT binary patch literal 19233 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 M52fc0cyLtw57*1HY5)KL literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/verectangle.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/verectangle.o new file mode 100644 index 0000000000000000000000000000000000000000..4ad8feea678957c75f064c21f3fa7561f7bad583 GIT binary patch literal 20604 zcmcIs4Rlo1wLX*F3HfCZp?y0>-*HQcUxL-tHjB;^F)ZW4la@4gZs< zA4cJ1p89#s4Z#Kj-(;|evyZ3S&j6?*A-f56%~KsKA^yPyMZV zP}XqekZ#~JUVPj@yn<)IV7Z>L?@M`Cp^{uu{T!}{ZJ$i(O6!qNZ+a}KRJ$Vz=`<|ttStx25`}h97F0Edz z9uJK>M!z*NF`;I;MmfunWAk9Y>_+^r8~DRDE=7GYyuzVc!Yi`WawWXN8Lo1viLYvQ%=b@9ZBSJW4{jWs4r zZ{ozBcY|{^0`NJrPdbGZ37;dx+H7d|TZX*bM{qt#tXN7OCj0_Hqrv zC4}~YGhAW`+xGl6vv-3D>-e{c;HOHhiC}2L(6| zpa_@Pfga(=Fb1kfO1m0r7Fenv=7*5EJTZ6vfO{}Loon@-&=o2oofIS1; zyc_SXxTyDy*ev(JdF6J)3~98U^7I}MbD=`+2Spa*$?U!T9}^Sd?hMlrTBBVqN7$2L zdOlpFsIP)GzfURZQ=V53EjospQ@s#uRD-TUwbr#*t#Re_lRlvr9PpJz;a#pAHL4yS zDH|Peglk=nTQ2skw}f{sI(y4$wHsj0xVme82FkN2ZJAHi%sIbRt(k8R4LBCHx}2R) zg&`Ro7n6FBmaldz(O>_4Vgino*?R}T*-$n)Q!h-`h^n+<^bpOUNSVSENmd{WL@%Nb zTz;Qeg_J!5om-Mtz%G|fi#iEgL?<7nCB>q@KXGF0F?CSeLp;!FOrZf&@Ts$*&qM!# z-hs|X<;Y{-*xDZ&Ukq0(f~(o!Q8wUmln#_0lunczRK*3DJ^F_aVU2MmG_?46C)48J zTJ_gFVvJ*j5h}vZx)^)|TQ!$L1J@#4W)TjZ+qa)@SsFl%Ky)Dx4Ot|IqM@^?pC=<+ zW3&J;O{ZF>L!b&5j}LV_Ids1(LB@4X4n(1n@7IiU-)GWXn! z8hXG`{OODw8=EQPcjQ=j2DY&$avaYMkz;t)M~*^|mdG(UZVzOKmnoq7L9KChlZL}l zwDj^83uY<|g_(d#do{c)Lxf4x??Zj!wc%aRPM#hV#UR9i8TFuXxS3aN6R*(}PM_1* zP-{WkhRAyq`B9@Kq2|ahUykWW$v9x;*Vc~_|%b8{Ra6qqx{IxF=Zse zEeWGzwK3(>QLHV1P5Q-`Ffdai!Z{qUt_6*Jjw5#Bb4p>Kh9IoXn&FwbcE%H?j@ z(65T;N#d{kXb)6eA|XE}WcmJvIo2J^0Ul~4RGT#~EHX+eM6sY5U_ z?a|r>oBv1|9 zB%?@grSp+yX>2XkTeZH~Qdt@e{VU2thoqIX{#*|}cOHWLSiM2=x3%llm)BK`tSYy! z-2$UazlehIh~mQ9$(4`1N1nFcp+=9)uz-4G8P64uEVB{Mk!5!HJsYWWq7xy_T@>&u zt`zjpDel)n$p+6TZhrbvsUA`ft2rXqQiBiYP~JIiq15v?>cvs=rqEE9md*^S7p0yu zE?{e@gIt~(6)j`K>R|uax%m7P`57|a(0Hu~F?|~?@Nl>p0tjY@v%o*X$lO>uCuNa4 z?Wg|`NqZXViJY?Q3eC$yL$y*F+W0%aiiL9awIXguArZSr?#rU#W|x!u3N|j^8MUqq z)M;THLQy(Ac#b&wi@)GtqmB_|23XTv*aJnO^q_J%Wo&9?^tT_8L3ABx_d26@BQ5Cf z`wuc_-!JJ&+bJ|&Ls=-#0A(-`bFCM1#Vl>7qmeYqvfhYx*3s9X-1vJK8d(STfZQYX6e{Y!VEzP}lrh~hK(QFgSO`w{FZ*2f+$UM#||+}wyj zhB&3|ctkE4n+%k45v>fA96<@)Z8rtifR1@Hk|txafgj8ai3BAZTuXN89Bn{OMG z{(uG^eB#7ul$bb4F^CfsU7VJm@$g75$Tl(ma48Q=a(r$E>VqKlr_hj%N7W~d@5A&y zs2<-vPKiwTN!I}sh&Dx(r19jAI>Qc`y-iRcTw?1h|1fkhZD;1wq|Ym74$jZqvjwo{ z?rhfixxTw;7i*CZU3U+WTp5OVJ`d;d^MHE=jdZv63ULw4h$Z@%T8#W2xELZ9q?Wp} zCQhgn^%4L4!%Yql;R}TmHLfhlCfd4(o1FZ8f}fXoGZo})%&R^!fDr0Lw_JEr(tG|clo@Jd zH2UAd-zkC3g&dyEpj0qCKM+FW_UI6$8}R4Q-L_eodntc`u_s)6X#P;Dh`;uYwjn}b z%;*EeEuyI2mO}9huZkK0#vOf#wh#EXPQrhKNcZFTzj{&d7bNqOxQ9iT=+)FL-N-oH z%W}96a26)Ek3NCM=w|F&eZg6~FB*866P|P*Rh2RR!(luJ7YqUnsV6N(*=H@t&xhIT`<9k!I1uLoT zZxP>I;ULahdB7bs1y^7c+u@RI6ZxTd6{Ir^BiY1&b~&I!4w!{9W3=vF>51BSq%tJ) z?GqYu^;KB-7c;~8O!|mmE7n_NCrTLcU5$vLp^tKSX*R=qyG=?`@GXuc;r$ce&yE|u zKdo~Q@DpDN-Dx*rR<_K219*K^i|wOsI0)|#HK3I(G^9-a{q7l~JRyxFjq>vo`wdP! znH)Z=M16R=Me)-q60Re~JX;KxK1BJQA&gS`#ltAR#bkvJTkyJqtPwsX?N50IC01J0 z)U1Ow!OCG(^p?<&6A_WVc^%f6u#9~DxxJz-{BRTY7Wwb)ar(9##=9^Iti8W)XDkyo zy0*V>zsm_8I5O6UyyI1o==E|k-llWW3i@y>Pua7zc1kH9;XG(WZzt^&k`m95EqbHD zA+}Dhi%5`LNCkvO(q4p7(AyC?idS2Twg{hHS4Yx*1$yN88)GBC&)oY1aN`v+t$*bA zk)tw07d_t?>$*0cce~)7$p0B)0`yA3|)^bidv z28!6LMizZ(q=nSHCIgF4b^Zl(&v${S554!2T=GNR#o|8^;pB`6579(HA39@}q(Ry; zI%De5JG91Ti4G#JM~(ufL?5IOkMoGH4n||qEud`er_tyeVBfPY8!4fXKPgBNk6th32DJ5w@7wANcyEJu(=gaq6Ep!T z4SO{MYdA^n0lQsC1K{)Z#fev<8GQcyb73R;8$K6SqbiptIuDrhbb;N#vkg^^X9;j5 z?F8u@A+>1r@I@njl`=#Xv*2qY{TGd@{Vi-kP?Xbysb z#SaS{^kCeHSEEnhyp!`36EV#809Zb5w#0+kK8gafeVlrTPx!{!dJ<>rk+ZD1gxM~> ziR%+5T`wowdt z;L#!AUjBO`Ui!^$Zj;0Ko!OGp=+?;-p*TWLqy`(&d*v>CYjB>!)94 zq|=IYKs(YY9f)lLs>yUoa7WL>=?w|M`(gUVGs*72KH{kXejnf|?AV{EmmtZkfx4=P z#TFAx{PzMRuQ$NoI_*4X*j@1tYC8++TpD@RlZ zqgAx`2cuQXFY|Jkoy^kvXQhhpb-v~rUki1;iwNWT|; zpvU9R@vv#^Ws)&5VPd%FU2`pCr76Fd!CDZFgDKyc!5%i55uH+2Ma}GFs`>F5?AOYD zXxlfV7~~1lXFrAJ8_iFd*rr=XOzfMcw4)|=(3A!|WWv!3maI>=GIqbo{E?YGX1a)9 zw11Ljz8`YZ4#8v5o{{Zj%wyigw&N26>ibRCy@e6fRCDhf_QTXgc&%2<57^j$DQ4Bi zjw|MGgPew8UraOq&c=RfHvh`ThRx;|ZR{Ph`4JmCH{*LI@cd+^`MixiJJbAU8w=0s z1Z97^`5hbkak}}GjlGoqBVziO+2((n!ycY(9?4`!XY+pdW}3e?hwaNW|JBBRmPw-> z$}~SRhxOXN356MZdk!?heE>J%2HdaU_Q<*$r4#o6?l0WxYie)nxV0e=Xx}-v(?7Sl zeP`P|f7>>_CD0yh2zuuReA`-ryn!9a!WUPhNOTiEh5hR@v%cUFGhSG-e$t8^C0ERI$2i8vU`&5%hH8y zDb+5;`_bNu_Dtw5^oIT8_3lYoZ~e%$)Y_BMF3Z#r6Ho;x z8=+qr$}QIOyj&~mmDUTGSx?H+NmPSX8S~?IU?cCdFxCnkXzaaYvwO*AA*I~fV_Ie1 zwFbpK)?Ld{ctz19iY=m88&_=9YZx2j+hEiT7}Wx!VqM5rPGBr$7GrM$^M6MZTPyI( zwJNdZdaOBR*4$P6>9^*9vW7n!t=TJpC!JOcWR7D_=OO=(z=?iPLVi$U^;cP2@ob+| z##(D@nbjZU&n^5}J}DpVg$-Ddip-okG?QLyu+Y^;60s8=Qr#{MmTVl(LL_A>Ic5N$0lll5DUvo%VJu z*41TY>_Vd6&b8L83V5*NOAIqCPfzYAxnhQ6`51GU#?NFdPmaHr;+OPc zM52vcba}id($|0u=+}&X{jim?5uIax7>gO@)&r&*>wb9h0aLduC)-iw>Fdy12Cn6j zYlEy;pOTtF zNzgQ3h@EBLnAbo9>Tkz6Vzr zT6=g?izHNN9KDj@(>PltXPtqQluTJMYg(4{I;~w76_`X+#Uy-_4Y@RZqf}8-mHS6N z{!Qo*KCNhWcfri%pq&J*2$dU~MF@fLZX@|puq2{~MMpR2XtRzQbhJ%JU(?Z3K+E}P&jGFA=xv}1j{Xj`lB2nB zo>d$*1Br2iI(h_1%;Pbj)tv9B-g+f+m^GYsGmwX)g+OBUzpSHLpi17_22{n-JwO2< zJ9_}AgQMqwgqOSkBrN$dknoq+fP^=F2qd(+32rBJ?g6Uik{<`E;plxJ!Iy!oMexl7 z5`6VQg6{z!IZK`Iw9aQkmLmAR2qgHn0SS38010`2(fM+$jIHGwZQ$rE&_<3v1lq(AZSl<<-3(OA(fvST70v(!L9^raP17X>TTjTd0SS560ttCe zAR%uBkdXHyAR+Hfo$nnWKbM^ODaN+&aa};7? zDmHM`3M8!Y2$0b92_T{Ab3j7VUja4p9&hTjcYuUepS_Z?Cf<4@kXVnO0g3fEuA_H# z^ns49x=Q17>Zm|RMLPNlkkBs-B=q|>kkIcSP&3!yRUk3$>p)&kOSzh{tsLD7B;v+m zplzJC45)>pRX}2gHUkMM-`CMWAR+GVm2NI(_4kSkV1<*#$cN9pBb`D7NnEh!@ z%2hyuwhKr|c?d{Ic@#)Uc?wAAcMM4MH~}Q|i|DkEfP{W&*J^xs013$t013(80}_&- z01}d401}dq0}06|b=n6&LNdM33%;#DLh{#vgye4n3CTay`F;+xfm>rxZ+!`96Q`Zj z`TnTW(r`u#f1V8_MsonoLJvE0>a96ILQ0;_SE{#qblPn?-#2vhO`Y#io%RHf7>(id z-@)~B;<=b3JlHK9;dqnCq9cSvNkj0F2-{L3xR6Acq(n{~xpb7Rqk0|DZW7~?ZUWI- z2t;-gD5#@u9qrOlkB)kE^mQFMC9?CAkL1~Tgc7JnZ{4S(gF1Q{=u5cGJZlj>-bMXZ zPU}JDA!rA5l$D~<`gQajAkpKjPOC+}A^INF(Rm%!V;My2867#0Q3x948$wx7F85QID>FOdw{Oy1W5=C~Rok*6N+tEY(E&BsL(HkzY|+Dx?p`f5WpMcWkWd(e3d# zN+l>B+%cX`)QYgGG0Hwrdg3V0fzl7d#dzKZg#t&6!hgt)qucA89ej`A=lC*mk?fnq~gibBay1XXF^SThMEPzK zWhjXw*o9$T&n4blr8=U2LAW zrEY7WVF!pBN)iASSG(Qo%Br-~q%;p=lc_Wqs5LEZg>?xXWK#k)cj^w*H2HLB+_?D> zp(0K{cYz;2$NJhkJ3Q?jzM!wYZ8Ck`i#ohPPa@;ON>975Ex0s!eha})CMc__D5xYb z9Zxf^WD)LM@$>capmztvOg)y+O)9@E(9qcE4RlO4iITiB&%(+zjr99+@^~fg=~|(U zx5IarccphLO==o#+=8)+esrInGf!|XX%7b5r=Q{?!CBMppH^a?8)jeU>+m)DT7AJg zr?Z7Suf^Bwot7hi2b{vYs=dow*5z#rmU;5>E78H<;%n-tZt}LF3GKXX3RiYtrigf# zcQ4=y!0S4&oS#sG%axI!!a}Y>mABQ~AgB6C%y9Wq;?>A=b2UoaI}wpeT76Boe^PsV zLP_!JxEHj*DFS6}K|Cg3m~zfQZBx0%<;s{;g_YihDZTSjRk(B+2`c1sD@?OLK3;>% z6p^4nt`DKHqy=xl-m=y1`TFLhi0LlWwkp*mQ&mM_<+_G|uVLzC`CrNWzc@W>*2Nu9 za39|ee;q$S7wR*l6NTm_4_A#t3+@SIcWz~IAkc7UDgK`rcW$${p|!QW3I8yv%u`*r zeLF^|+t%G(=f|nh-qt{Yv#u+5`f(>c-ZU*L@(L=88#{u5hNhsl2-PhOelKafpfS+d z(ZWwBoxh-R2@wmo1sa-t6z3>4&{}09&rV|03U{(G@&k0>8vD8zRIc>3c^d*ygG(;N z`A{8f2qYX#+E_{a?mTo@>Vs9PgNbL4)=4Uep($uNWI%s~qA$)mFrWaw#J zxI%r^wr}5FP`R|VVOz)Y)zx+Gf?~0p$XwR=dHzyn5CN%Vf~5tm-nMPQ1j8rnnMGK# zwvMgsfgSNy%&n}^8U#x#ISYJZM^JyN1%E>N=y4WFI4*1lh(8@i8bb z7sD1eQ8FD1g&k$n=t=ItSGFu}g|%Ho8;F|ArZG{T+aK`y8v@>C-u4~dVBk&}`{MRR zyq*P}e*6zjUhaZguBsU)VX|(T63?(&y>Sz%m^wL{?}z258U8Y}Bu%r0l_i~sSOIK2 zavir@RC%PC#y*tD3r_A00vgs(6Pp-trk-D62PK2#UdBl#?uaBSOk=Tv#!jTf;zdN8 zZsI~*W@0y$n9EMhrV#YW600eMU2cLky_ic*a5OPVD-+wjNvoK+ESHzjXd`OxsP2NT zf%YB69Zf!8U5mFBM{=2`qRAKMo*rNKjs`zJZnSRT(c=Yeg+a(wA++%sCu)rB1>&ff;*6k|Q9c{DJE)ygTuGw{uIk4qmAIC1xgbv3 zOGqhK$0cuh^AU^VzAcDg+{`1z+P0m(w&uDjZ$~FSsZfTusI)y;?c0WQ19nL~XQp{| aM^xs$crKpUZ?bO-3!CUA3Pz#>?|%ULq^}eJ literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/verectanglesettings.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/verectanglesettings.o new file mode 100644 index 0000000000000000000000000000000000000000..82dc482af958a846ab0cf3b6407b9a293774eb15 GIT binary patch literal 36336 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 V8-qNl#*K-yo6whj6;<5B{x5nt?~woi literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veselectionrect.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veselectionrect.o new file mode 100644 index 0000000000000000000000000000000000000000..6dac9bf3244b22095328c0be8b490ee6bbb5ea91 GIT binary patch literal 3176 zcma)8UuauZ7(X|;jnUOh)dCOG4ZIsY%mq;0J{^(@S#O zrF9R5p!PB&1z(29Q1HPg*~1WFKIr~5;zWvjkfOpAgw@7}`7(>J__c)Z7gCdEvBBlRBeY+{CX+S2<!(hROQ)~$ zL|bXJ-Ot(%^>!Nco!Uy>OWR~oHonzXHhu@s^<|y-4TxXxcdFI6{g1)(v)A#Jjb!#L z*~xpH<8K@JhU);lY;)YRk&8CREgSjHhPU2eDDLN!L8(HUYAqqKDXb~@4?4_xNw2NEsPTGoRizx%JWNb{n&~QnD}V2Cz)~Rgg*MM zPBr+e%jSJ4uHG#)ClQ73%8hwg7?}feY=^e=TTp0y+a46!-r|FTtJD$^l&Fw}^{9{?5|pAa zF)S!2gmg$y4pU}Ym;ii?GSkAVjE6P;kl=#q+JY-WYp?>9-VpfEjxI>k4%0#K-N8^l zAbgiO$V;$3Nl_M7X3aNH5fIZY0%E!)Kzm`j$PHL`!gP=yV8!3UL4JaD7e(u^vUqHdo=xK@$0diAx70_;qRsrpy=tn@$P;?IvtDpu5UpFqY1K!Wfx*HIy)Cb5- zJ#cM>=_39H8fu_)1D$K24;ttSApEr)WVOMq0eX~jo->)O3<$@4c!f+sMTG3f#WY^l zPaITaqZ*T$9!|rG_aN0!W)W65%q`}93xju2)TFrurwJ4D2b?}MG5FrNWMVuf#`yii za_!uJ-d8y2!}#q3BWUWDt=;(DgU?P=4XUHMFFp%)t{W-KNa~svu-G~JG+H#%x(43^ zb}j%X{KA>XSzUuH)=kK}7Uq(LsaTlX7UmHaj>crL+ro@nmQwww7!uYYB`e4SP z1_SpPk)+oqv(Y(SfeemulO_iz&r~WU$;FhcsFIpU!rko2R$B-`)JrH{(iC-dmxt63MuR-xYdx@PnZixi(Gt-KMP4ym#4dxR{ zI+H43M~78;TJK6-Q7`I0XskOfZ66Ue-rhzcOk!~8i-l&gGx@%Ptd344BN-Sb>%shN zAq^KldRSME_+qNJhthF%J}XBIa$jF8m@KIIL`tn+S3I3iWX#zQ8K@TxMUla?FGiU# z`)TV}?~g_0oSvN8Coy|JkSz5`yjSviQIk*%j1QPYGZ|fE$g*91*a7f^>S$Jj7d`8h jNmIq5q{#WgOfHelsPocX4=9i2&Sr9x(x_aRg-7Tg8Ek?X literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veworkplace.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veworkplace.o new file mode 100644 index 0000000000000000000000000000000000000000..c1c09b1b692e255680b546614b43dfbf733db736 GIT binary patch literal 39086 zcmeHv4SZD9nfINKgnkTn9U1P{f&hM^PsvgFpgKNcgB=L&%H}9g>*bASl~X zCqbuUYTmAGwaeSZt!}A5RJ63)Ds>SML}^9*A{Hv^yRC$PN^LE;YWDw}bMBpc=gtI@ znO)p>d-A*YKKD8Q^PJ~A=Q+C&gsTNEWWW`=wH-&e`+!?(#8qewL%6-b zJz&5Um6ak-NgF`eCrHvpfm7}0De;sjAY2Kz3Am>XxY81>0SQ-oi6m_`;L6Ii?br<5 zG2nI?a216fO@JJdmWdl+ON=Es_oyk$PNLwSm0DYDD>zYdI7wO^^;UqNd90RUI*ABwTz~viodOLf8I|AH9 zfwSPA*ITNKLk-{;z);l&T$yfMlDsv*Ej8kF^U*@!wgR`-pr3wR27t?j<9^E^ue?I* ze}r2F+(rXVAMXiw5V&1&xcbP;;bXSlCL8jjGi^P4mc z=qzV+t}8Ob7V+Cr7ByQVmG%K9L7pgukL8mxhbr@+4=7gz09*?WGSUWea{v4Ndwx4` zs2^GOjvEhUkZSJ?96Hc((Vjw z^CG9XJz=iMR9A1U%g@b^+f%65zq{H+-YP}?w%&%moJfOfVbpK$tp-``TFkJ~T318Q zo~|6g7hVHq6rLzaUFXMy?F=pYTI0>zb0x}_-;3r|49d0WX;l6u^;5Mg4`BDfYS#>K zp_YyDBmKz9>4l|{`gvU{FIB#Tzr!zazz-8Wh#Df`=d5L3e^EwU?o(%P5Za{-uZ?<$b8dtS?sq;Kvd zNvzK?@K&-M`6v@+?s}J9tzBt(^U5dRuL%q{&Js)TLPQqAs z*~ngswScBk)w{`cFD~ekc3kKxi|ZBiZAJ=?wrB$&MS&XqMW3*0o4ee*~EiwSSYiOU)Zg;n9Edh~0 zc5{kI(s?bc2$IGlC9dLqEGzl|AEq;GaERrkFElZ#%B7RH*18IkDj9O+FhwbzK-r=F zutC8<4qDvTOY!U^`gnm^bYb_k=oQ{s**zYGwr2NSN_0Q^^T^AevVL+~0?|d7) z(zA{FZ9Dp{$`(-qH~31wZB_b>o*5X1R%~ol*-GI78Qnzviy6_>d!MThnj;qQ@e}E%xY5m-n8mtX z4^TEuWZkX@IcWpAo|Eq2qA zn6646FGe3PJe}Vy6us<+-xZuuPbZBR)vhH%jexi=7p@ngd#)Bj0^&i4uTVf0Byzpw zLa8Nanp4O!1}_m4SOAL*Uc)cx>8;j!ud*ND`v6X2`%uO_h3tttS!M6twkUtFW7YjqNepKeKy{I2+J2p*C zLO9F*c88dzZpJi~-Sa2htzBIp^=@%(05rSDf_V+`tp9y1H6CC*C;@6Ca&g&Am-Vh+ z;G*$fszsUGwy^c7MyC8zjG4ngL{9LTlm_oxkrS}Mp>9^g!R9;xq2&zAj^0M$vgbGu zRP(`RTID$9g8n^GpG1qD$N*u7{F8}~rr=W0l{F9`^5_hJVIgr~=(C|AO$TOozYm5|BK1ym zCF?{B>%=hw_n4@w;ydt%jH~a!zayU7fy-b%LkAWzW*)f-^BJNF(8oE{m$=#viJ=re z<{ZdCLs|SyUu!2OZtb-utg%FUAAvU*+xrsZ>f1|`Osu_^q4kFL9tC8S4m&Ul%@>UP)3tC zDRx^h@OLyJBi?X1RP?Lh^a=YzbU7A#?JOoxz`!~bJU6c80}B8YI85bh(QXyS*MI|m zffl?yT6tpHrzpf@5Y6qX)TdGA7NvgF?Nx-_keu$H5O1ME8S(Z)=}N!p9bihY=YzVNW8ml^*WdlZa`}b$I^x z`b|wn;_Eb8RVNqolP6&2CiSA~ zb7eWSC{~^;%jN#a2_{F0uVU$Z0uR+#wbC>P$?oVX`xUEfT)82Wd~viYhn@oLiW3N{ z0zFUz4@B!(akeC-;(lzQV244oq~)~^{v2*Iz!iwC5`;#|BH?%+tpSdh;2w8mVE5*h zKGqx9aZ>h^uwID#hCT0Nha>9E3!kja?tTl+zIF^Yd9m6A8QTO<)~(n_aY9eAu|P&2 z;a0#5m`1x5;213B{tnYmmM@Ry2|GY^&u`^1Q49Rj&-Rtj2eD^+d7rYkapK6d4>0P` z2$a;!i($T1pzeBc@27BTm0x8I>sP%gHi6nwXkfL=)w8YZI<tv>xvFHd`ex#(~wjYCAx z0vH2pSW^_yT`s|5R=yZ+FgCn1chT2&V19>Re1w3Ht!FTpv7;8xo@=Jr0h^FmPQDCmUqTVW7G0dL*C57mF z9fMnhng6O^>h^P?f8FTcV)So0`gbbtU$3rzUAq2thj)UZ>t7%BFQItYgz4|`Ji6DKv2ncg2kRD8@K0kd|K51%{V^}Y*LRN1=pHZqZtO?k zAGBvYHeUMJj@N}yxW1VlpFTHdZpxCLuwdeN&2sIQENPQ94E7V58N0Hi{h2kA^rS8G zX^>+f;M7?2i&@g6<3RpqocWO~>5oKyFU$Nymh|JSi<#I7=k>qI(p?dANv07*FKCq2@zzBcq>KYxft{GWa?GQ z!?J_-Dj4bx4)r(gb4B;l<_q21#nmRRdI9k8$&nq=ad;;;DST>3&iXKXIo#v@c@?apvHVdTcoeVz9oNREf;Uxq4SIj@hpUxlOAw0c(pa?4?!e&O8XUi9o z^N#s2jP=-ex3dsP%b6{(C|0Llt135|iCG^}vbVM`Cu*S;z(PB{sj7HY-qTzCV9um{ z^qBBm`0%H+Er(rlD@GifuN0wue0`|3|1YT)>IB|Qu_8f-pjz>2B6@Ckn>qZ6DSO?1 zV4p!>NRd~=drWKZ%A&O+A+u+^id8S(Es7C|6}#@4Bl0{Z)XPy&$+v2|*FO60{SjnJ z)W=?_cdpJ__$l6rR3l{!6NA(+yQsS33(j zf-4IrJEwKEgkDozC`-wp)YE@+4>Rl=3NVDw`_=nC_e_nbz1$ z7uv1Xdojc*Y*R=lJ7CUX=}fRRpHMmz?EhxDWLw3)my*FM9k#I9=g7IqVXNBVuu|Ss z9JFzQ#f+No^gC>o$ajIY7)Jw+Y8*;==WIuQz~P+9QM@0!k^Kk`E8&o+Z)v-23l1j^ zO2pfQ<8>Tts;+ggdbi>J-*J2whg9Won(rFtuvTR;-HBzo(_hOx2U`@B6#of;cH!uT zFHOW@y#P08V~@GgVZX;x>Bw1Ut#ssuGpZbGO(Dk`y43QEdGMsJ zKvmZB+smB#D}1FI4u3ta*1tvL6SddpXgA;J z2vs@Ss}h*GDyxR&nL8ZI0lCw$9QYZW)xa)oju2P@M`)I#y_V7SjF0+htmRoTHqMcx zFN2mAIHWbWG{Dau0q+vhtIDWX6(2ADTbT#X;eNc3UG8G%M4Hab3OHuK?FIa+47kiu z>x1*Nb3Nnak{(FI%>!@`mcGc?0%%CF6Xuoh(^A&AVfejs(KsFwE3@V(u`yXY{(q7| z@lmnIL&6^GCW0%8PomHc`^JUG^+*M{RcjN;P2UGEtS;_48zp>6o z<8A9cbKAC(ZQWYi-jGFoMk(3+O8GRulAli%SDK##n4T-Mc%Orvw7eU6O8LE1o&?o7 zY^rZ~X{NVhDZ-qCM4ooe*XlHxWYS^~IyDHLlKBhiPi0Akuj8P2EcEa>oHuKHZdO*U zBY%d&*%fm`z^N>yWVZ4mPigA{T8qp9gSB-!9|vA@t)slk;jM8@#rZ~dHn(f)^_{jq z40SB|Z>XbV>Zmv^rosk4ljhKLjsV zYEgMlg4)Ay&w-l9a*u+V%P4w?c!}j^f#SSdK)uX(_o%%4LA}pP{6OXXlgfJ*6tCkA zP`nNkW=$^d%b>`YGo?#aULmMoGu|wfSEo`@m7;wWJ-E>l_!>Q9V{fci6|z6Xkz_%WyhjQ1~~=%b)a=`B!iFzOVjeny>(iS}bg zO#&5SR0Sw5Whtmi##;l5mp!iLeg^6<$jz1Vuwvy}c|e_HB`QI2t>%E@@)|*Lt=d3c z!*KV5`VFIK-OIIl0n{nRdjk~L>RnJ=iV5p~uGK}Lc-iTo-ex5lK>e0cO`vFp`i$Xz35vIO z7bsrhEl|9@?|~|3xG`h-lTW5J2^4Ry7u4r0*AI%f_hwLB${J9-y$^tTo#A$a;w}12 z#f`_hdI-6>QUNHg-_@XwG2S##-0NyVaT_$Kyf;7{W|D0PzuYb#g8DbcE3+%s^??%B z1;ue~px$M;HK4e~?*YZ@_#vqO$8vuSikJAu@nD!p(`P|(-op<5^p`2+VbRJpy&M#m zQmFE3K=JYM0I0)E@+MHfXO!hjlJo~gRe<7S^)^uRz{{1suks!TwU^=EQF-rydXMpr zgWAI=+c}Dqi$HPTr~ySioh!{#bC;;pa!_3R+g09bmG^%@9buAR0mbV$42tV#KUb;k z5>NvS*R1kZgF4E1-vPxvb~C6!#(N$VmvS7`T<~%w3#LKd%Bw+fo);9acah2qgW@gf zReArQQa=L4TeL~#ZBcpT-`p-;P=aN%SV7BAPB-dj* z5}DFPpk&6Ii1SWHO~)C-6}UM#BUFN#kMmWG`Wnt(Vbn65Utm-O=Piu-8P2?pZJ?@g zf5ee1Eyej& z#%srUKcnu(`87uM;`|#%J&Ln~QIF${VU0Sdrpb)@70ymZ?ZTP2h@^5|J_N;E(uCXaOfGNZ_fC5$4SCoxKIXRgceIy+I$j3Za{ltPVFd3Ke`Rw-&9FL9nq z<*8JNQC^%mwM3=vRjKtVwOOTTl<*Q1d3NB)WYL`S#=<2!7;iZ!&bwXZ?NoWcR(TuI zFphf)6fgTARzaNiFeuK;$57-vw@Ouj;<--L`L{TDdnc%rOQkMTsmoRBN|kb}RFO)R zs#JwaO;ssc%jQZ5w!#Jlpr$dN2WPI8KG!#Fu0JlYql!`L z`b2O{s+^qjnPAL23T7fWG!9~%sRCnXby2UGcp;n>+uW~W6gh_kXZ$dwiYQPbjaO^$ z795(XEcA1X1a%!yF-l#RT}V>!DFcpVrBUq!U+<_G zrLN$`Bt>Fh?I$bsfr?Q|$xc>CqQQ`?)Tb&&DfNvBycD^<#q=o7Mhz{OC>W*G-GW0- zY%x&`HkMkiVw6%(2@Z9(#k3b^@?)ON;!6KbgwlnQQtA>~-XYP&Vxou_OPGvU3L%r? zb!?=3%fQ(P&ITQ3FF2cZoR7fSr{kQD3G1+qGn1w;Byuc^X)?~nwzsJmr4@aGLvCa- zeH~||#WCs`6{D1T2b{GKA8Xh6OQAE0#yD3qjfN@Ft z|D~X0LJSpo6SY&Kz-=+zVURRM^Z#%t1Y785Zwb;7A%{AfM=c}hBY~kVN#@Tt(n1-D zIv^S5Nr548$uKrr>LC#{873$&bV-K!SAn@=7|cbKi9{nbnH*VQXx*6%^NPSsVHo<) zDqbBD#ekku7?DsjA3M)jrtUj@sP@KSWJmAKNpyaVKCFkz(`l)NG9hc zfw_iZymZFFlVYDE0z0&kz~lnMWh?)xhWwgya*9DB(OQCYjtLH} z6F6rlIR(;JaB$98aseb44$he`IG3oLM+9er%K1QWz!0U(dxtk({SN8Ra~w!~8TMW(ql=NL<4OD#s~Wu|nl2?Rv<-IiH+VC&z2x zEH`l088|;Ra9%fX*ap9@u1VznI!>*D({A8=*T8wkz!^(}Mko0S1E6n6!+xe;I!UxtAbE`{yMdk!kJ^>tkQ8B zR|Hoyx3AVp?vy)1!B!22$VYXhh_lVW`K^JIGmVgx6n(BUa26Rjs|+0F|4zl^>^ES> zRq>i)m;wW5x`A_tf%A}#^9$Uu)u*fRra7LnI(c?bZfaQF9`tv#tZb5lg++A=XL?s_ zv)t0wIwKfr4|dG-dx~^F@2_3z@%hTDgD`Jbv+P4}rcrK1Ra>hn*k3bx+3xv1e_LpE zsHHWSK853jrcGPVeBWIBsf4T zA8M0tTuMKfpE=tDjTR_-@Y7euhgIL4`o`kgmQHylBCb|>pU=0_SKP9qJ>+Zg1LP^u zh@IBd3G0{D@k;#umHwr%aGVxZGy~}DY7#U4f4?4qfTnxuiyCo1>R$1<>!z)igOwc} zO{=RtK1^}TnwuMgtD1xDa--a|6fbUK6RJm@m1hPFGqKN8e7lT=kK80Fmz1!vXV7c$64^$f>&`pxl%@oi zH{R0Gv?BOlv64)$Y~v~-1^Mxwu3rMDQE*zdHVm$`scn#)PQBxXW4e@%6PsM)l)OCN zQ?v`O6#OL7LP@ilO+m7uE7PNKoVC*<)DXLLi^UX-kjT8+1zrlGjrL8C;CKTklbV)= zptcbsU;SvUmlkz2gY4{U6YGexqf0v0r`jGeu2FTlBVC^8qv`M~Q*A}bkg?UN7M*xu zXNVVxR;XtnM(h4b)^qx1CRQirDM^JWYx6Yk(qX6df6~TZdek+}@T0V@Cfu-&)2&EG zq3f{n)Q7kcx7Gg_jgfI-Ioh zC}?Q+$c-7NWMYXhxVraNU5I@WR*#NLTQNqiTf3){;&9X~fJfd;!#t*uHp;$8^kPRN zbrd=#T0?6dQAQbi4WlJBC5IC?N=wH1U`qNWmo-Y|jGm);P8dZe$Imjl2e46gaU#b_ zP0Q0r9IY*l&Xby&!^#__lJOptl7_QxgMHW%0&WOys4&Lkt=ZD8_7TuSpsXQXB0UY79s zH7m}l!q_`n;~EpY8R{EcmRqBHRqQEh?&|0Ww#t?4S2<#p8iy%u$3JarY3u6rw{^DA zk9QI+W<8~yLAgpNti`B~rvfN{ytuMDe_KndJU#Y8Fxln|d%;L17#5&#=$5`m$A}wF)-+7CL*R!G^7tRD>JC zhi>mGt&-EJciae1m(p=!lWQFJ&S7Lf?2YeG&Avq{22b?pt=R?Ay=)no!UiWvkH&G< zPLI%Gw_Vb0Uda9D9;3`KA-5-O1RoI#EUQdi|RXqO}9;aB=-MG@NEzUG z3(T$2E_nR-ifE!J0I#45rpfc zsoxVfEaG;pmC;kdJ}jw*J<0+to$YP(0TO+?L>!++Tntwlz$Yrr%YC%jtVpSeugz1$ zH(-MSWeZjd)=$<&sFiJSE7Ib&cxj&-8{znbMcuZJ35&yeJOJ0Tz29KKw^XBItO39* zZ|VpJ8e6+UA!;KcsAhm+Umc&|v^3LNlUr452fe*3nnO*UopbQ{guVe6?*8vYUU*V0Pvt#}`BV>^2*pjAxkN~KNh?ZMVSoJS@?kjK(2r1@es zar?0>obMB#i6%xU?W#$>rCGYPOP0mk32rjEeuwm{1*Er@vf0&&q}q&wGYi{s>!cD3WBK@e>&t)p+Gr)#WJ=vKGF zg`-jID8qmzWWpjIos~-I`|zX&jnl+4vdwh0L1n6vq}Ay)jIVaYyYNcQHSwXYxVa6V zZ3kLfm+=_OoVtu?9stqJ=-i+-NW=zCfPFY!i@xX>w&O>)>96Pajv#qGDLLE# zH>>hNrKm_g+=Wh`d76InE(7R7BmqG^zVgZS!K=iG6fa*>l=;AAlkMp!)kC4y{ e?c`=`jW+j;no~00r;aZQ0jH@@310yu=|2I-cW>1I literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veworkplaceview.o b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/release/veworkplaceview.o new file mode 100644 index 0000000000000000000000000000000000000000..f5655fef6195dfd4ca706c08d88749970e670ed7 GIT binary patch literal 2215 zcmcgtO>7%Q6n-0Tj0Ne^ssREC(jHdgFWq>Z(6n5z*{&jyrn2MWNEESMZ>G+IV=ucK zC$%^rSwgH(q;loNfg?g(;KYHSDm@?}ajevH=^;Ym1_%+}o3Y(B>#FUAk><_!zIpS_ zyz$%dc_|CjPRjt#awJQ7#P%YNg*h$($k@vn;h(@kh4N*6(}|o!+&EZ-{C9di49CqS zxeqXIVJXSb9stu5qa5ii6bd6GEn7;*6&Ds4N8;|Fw}o+k_4A<2QLk8yf9f61e0)w* zV_7?Tg4W!~%$3Cnd)UsCBLT3qpd3QmXfblJHyc~+NU{+hv*YTbPLn) z71~+sSvWu|RDMAuRBj;>D!(EUDt``P_B{zynBXxZ)7){AF&y{MQqk~LocR*%XG13WK9Oif zn#6%#rMoTpHqrN(8MAxxU7{ypTns7RCWDP?DkG_A)9sHwHHl+JGSUH@7c{*)8Hv7f zLZj_i;+%ADfW;K^dWs2B%%>^lAjSNaVkX6wxGVl%eD~QQ1AS&=$WTlJJ-y+&HrsQV zAK8&p$I8$H`fJd--7e^C%f1pg+YCBvw;jCeHyxLCJhrR5z7Mwj<^|*Bnzb>Qso{)S zu*%Do4R5o-qI*Ob_lq#{tQE1q>fm6NPggh?FJ>%nw|7Fe&YH{#S$~CLRMvmD#e z+xE77o9DDxSqU6}%X7nV8C|TUlE$+Q77ud2R}OdM%$*=?2c}_NC{!ZD5N>tL@tKv- zTQ$yBO7$=b95<@ELA%*31oG+0*=H9>YTxs+l{?F m+h=&1mecg2t9B=!2sTD<;{h(*w%=&&daX@+orODCJO2WS)t9&c literal 0 HcmV?d00001 diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_mainwindow.h b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_mainwindow.h new file mode 100644 index 0000000..b6a9358 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_mainwindow.h @@ -0,0 +1,501 @@ +/******************************************************************************** +** Form generated from reading UI file 'mainwindow.ui' +** +** Created by: Qt User Interface Compiler version 5.2.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_MAINWINDOW_H +#define UI_MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "veellipsesettings.h" +#include "vepolylinesettings.h" +#include "verectanglesettings.h" +#include "veworkplaceview.h" + +QT_BEGIN_NAMESPACE + +class Ui_MainWindow +{ +public: + QAction *actionHelp; + QAction *actionNew; + QAction *actionOpen; + QAction *actionSave; + QAction *actionSaveAs; + QAction *actionExit; + QAction *actionZoomIn; + QAction *actionZoomOut; + QWidget *centralWidget; + QGridLayout *gridLayout; + QSplitter *splitter; + QWidget *toolsWidget; + QGridLayout *gridLayout_2; + QToolButton *toolButton_ellipse; + QToolButton *toolButton_text; + QToolButton *toolButton_SaveAs; + QToolButton *butLine; + QToolButton *butOpen; + QToolButton *butDefault; + QToolButton *toolButton_ZoomOut; + QToolButton *toolButton_ZoomIn; + QToolButton *butSave; + QToolButton *toolButton_Home; + QToolButton *toolButton_bezier; + QToolButton *butRectangle; + QToolButton *toolButton_clear; + QToolButton *toolButton_pixmap; + VEPolyLineSettings *polylineSettings; + QSpacerItem *verticalSpacer; + VERectangleSettings *rectangleSettings; + VEEllipseSettings *ellipseSettings; + QToolButton *toolButton_show; + VEWorkplaceView *workplaceView; + QMenuBar *menuBar; + QMenu *menu; + QMenu *menuHelp; + QMenu *menuTool; + QStatusBar *statusBar; + + void setupUi(QMainWindow *MainWindow) + { + if (MainWindow->objectName().isEmpty()) + MainWindow->setObjectName(QStringLiteral("MainWindow")); + MainWindow->resize(795, 556); + MainWindow->setStyleSheet(QLatin1String("QMainWindow{\n" +"background-color:#1d1d1d;\n" +"}\n" +"\n" +"QMenuBar{\n" +"background-color:#1d1d1d;\n" +"padding:5px;\n" +" font: 12pt \"MS Shell Dlg 2\";\n" +"}\n" +"\n" +"QMenuBar::item{\n" +"background-color:#1d1d1d;\n" +"color:#fff;\n" +"padding:5px;\n" +"\n" +"}\n" +"\n" +"QMenu{\n" +"color:#fff;\n" +"padding:0;\n" +"}\n" +"\n" +"QMenu::item:selected{\n" +"color:#fff;\n" +"background-color:#00aba9;\n" +"}\n" +"\n" +"QTableWidget{\n" +"background-color:#3d3d3d;\n" +"color:#fff;\n" +" selection-background-color: #da532c;\n" +"border:solid;\n" +"border-width:3px;\n" +"border-color:#da532c;\n" +"}\n" +"QHeaderView::section{\n" +"background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(20, 158, 217, 255), stop:1 rgba(36, 158, 217, 255));\n" +"border:none;\n" +"border-top-style:solid;\n" +"border-width:1px;\n" +"border-top-color:qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(20, 158, 217, 255), stop:1 rgba(36, 158, 217, 255));\n" +"color:#fff;\n" +"\n" +"}\n" +"QHeaderView{\n" +"background-color:qlineargradient" + "(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(20, 158, 217, 255), stop:1 rgba(36, 158, 217, 255));\n" +"\n" +"border:none;\n" +"border-top-style:solid;\n" +"border-width:1px;\n" +"border-top-color:#149ED9;\n" +"color:#fff;\n" +" font: 75 12pt \"Calibri\";\n" +"}\n" +"\n" +"QTableCornerButton::section{\n" +"border:none;\n" +"background-color:#149ED9;\n" +"}\n" +"\n" +"QListWidget{\n" +"background-color:#3d3d3d;\n" +"color:#fff;\n" +"}\n" +"\n" +"QMenu{\n" +"background-color:#3d3d3d;\n" +"}\n" +"QStatusBar{\n" +"background-color:#7e3878;\n" +"color:#fff;\n" +"}\n" +"\n" +"QPushButton{\n" +"border-style:solid;\n" +"\n" +"background-color:#3d3d3d;\n" +"color:#fff;\n" +"border-radius:7px;\n" +"}\n" +"QPushButton:hover{\n" +"color:#ccc;\n" +" background-color: qlineargradient(spread:pad, x1:0.517, y1:0, x2:0.517, y2:1, stop:0 rgba(45, 45, 45, 255), stop:0.505682 rgba(45, 45, 45, 255), stop:1 rgba(29, 29, 29, 255));\n" +" border-color:#2d89ef;\n" +"border-width:2px;\n" +"}\n" +"\n" +"QPushButton:pressed{\n" +"background-color: qlineargradient(spread:pad, x" + "1:0.517, y1:0, x2:0.517, y2:1, stop:0 rgba(29, 29, 29, 255), stop:0.505682 rgba(45, 45, 45, 255), stop:1 rgba(29, 29, 29, 255));\n" +"}\n" +"\n" +"\n" +"QTabWidget::tab{\n" +"background-color:#3d3d3d;\n" +"}\n" +"\n" +"QLineEdit{\n" +"border-radius:0;\n" +"}\n" +"\n" +"QProgressBar{\n" +"border-radius:0;\n" +"text-align:center;\n" +"color:#fff;\n" +"background-color:transparent;\n" +"border: 2px solid #e3a21a;\n" +"border-radius:7px;\n" +" font: 75 12pt \"Open Sans\";\n" +"\n" +"}\n" +"\n" +"QProgressBar::chunk{\n" +"background-color:#2d89ef;\n" +"width:20px;\n" +"}")); + actionHelp = new QAction(MainWindow); + actionHelp->setObjectName(QStringLiteral("actionHelp")); + QIcon icon; + icon.addFile(QStringLiteral(":/icons/scene.ico"), QSize(), QIcon::Normal, QIcon::Off); + actionHelp->setIcon(icon); + actionNew = new QAction(MainWindow); + actionNew->setObjectName(QStringLiteral("actionNew")); + QIcon icon1; + icon1.addFile(QStringLiteral(":/icons/new.png"), QSize(), QIcon::Normal, QIcon::Off); + actionNew->setIcon(icon1); + actionOpen = new QAction(MainWindow); + actionOpen->setObjectName(QStringLiteral("actionOpen")); + QIcon icon2; + icon2.addFile(QStringLiteral(":/icons/cursor-openhand.png"), QSize(), QIcon::Normal, QIcon::Off); + actionOpen->setIcon(icon2); + actionSave = new QAction(MainWindow); + actionSave->setObjectName(QStringLiteral("actionSave")); + QIcon icon3; + icon3.addFile(QStringLiteral(":/icons/save.png"), QSize(), QIcon::Normal, QIcon::Off); + actionSave->setIcon(icon3); + actionSaveAs = new QAction(MainWindow); + actionSaveAs->setObjectName(QStringLiteral("actionSaveAs")); + QIcon icon4; + icon4.addFile(QStringLiteral(":/icons/saveAs.png"), QSize(), QIcon::Normal, QIcon::Off); + actionSaveAs->setIcon(icon4); + actionExit = new QAction(MainWindow); + actionExit->setObjectName(QStringLiteral("actionExit")); + QIcon icon5; + icon5.addFile(QStringLiteral(":/icons/exit.png"), QSize(), QIcon::Normal, QIcon::Off); + actionExit->setIcon(icon5); + actionZoomIn = new QAction(MainWindow); + actionZoomIn->setObjectName(QStringLiteral("actionZoomIn")); + QIcon icon6; + icon6.addFile(QStringLiteral(":/icons/zoomIn.png"), QSize(), QIcon::Normal, QIcon::Off); + actionZoomIn->setIcon(icon6); + actionZoomOut = new QAction(MainWindow); + actionZoomOut->setObjectName(QStringLiteral("actionZoomOut")); + QIcon icon7; + icon7.addFile(QStringLiteral(":/icons/zoomOut.png"), QSize(), QIcon::Normal, QIcon::Off); + actionZoomOut->setIcon(icon7); + centralWidget = new QWidget(MainWindow); + centralWidget->setObjectName(QStringLiteral("centralWidget")); + gridLayout = new QGridLayout(centralWidget); + gridLayout->setSpacing(6); + gridLayout->setContentsMargins(11, 11, 11, 11); + gridLayout->setObjectName(QStringLiteral("gridLayout")); + splitter = new QSplitter(centralWidget); + splitter->setObjectName(QStringLiteral("splitter")); + splitter->setOrientation(Qt::Horizontal); + toolsWidget = new QWidget(splitter); + toolsWidget->setObjectName(QStringLiteral("toolsWidget")); + QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(toolsWidget->sizePolicy().hasHeightForWidth()); + toolsWidget->setSizePolicy(sizePolicy); + toolsWidget->setMinimumSize(QSize(120, 0)); + gridLayout_2 = new QGridLayout(toolsWidget); + gridLayout_2->setSpacing(6); + gridLayout_2->setContentsMargins(11, 11, 11, 11); + gridLayout_2->setObjectName(QStringLiteral("gridLayout_2")); + gridLayout_2->setContentsMargins(0, 0, 0, 0); + toolButton_ellipse = new QToolButton(toolsWidget); + toolButton_ellipse->setObjectName(QStringLiteral("toolButton_ellipse")); + QIcon icon8; + icon8.addFile(QStringLiteral(":/icons/circle.png"), QSize(), QIcon::Normal, QIcon::Off); + toolButton_ellipse->setIcon(icon8); + toolButton_ellipse->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(toolButton_ellipse, 2, 2, 1, 1); + + toolButton_text = new QToolButton(toolsWidget); + toolButton_text->setObjectName(QStringLiteral("toolButton_text")); + QIcon icon9; + icon9.addFile(QStringLiteral(":/icons/text.png"), QSize(), QIcon::Normal, QIcon::Off); + toolButton_text->setIcon(icon9); + toolButton_text->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(toolButton_text, 3, 0, 1, 1); + + toolButton_SaveAs = new QToolButton(toolsWidget); + toolButton_SaveAs->setObjectName(QStringLiteral("toolButton_SaveAs")); + toolButton_SaveAs->setIcon(icon4); + toolButton_SaveAs->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(toolButton_SaveAs, 0, 2, 1, 1); + + butLine = new QToolButton(toolsWidget); + butLine->setObjectName(QStringLiteral("butLine")); + QIcon icon10; + icon10.addFile(QString::fromUtf8(":/icons/\347\233\264\347\272\277.png"), QSize(), QIcon::Normal, QIcon::Off); + butLine->setIcon(icon10); + butLine->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(butLine, 2, 0, 1, 1); + + butOpen = new QToolButton(toolsWidget); + butOpen->setObjectName(QStringLiteral("butOpen")); + butOpen->setEnabled(true); + QIcon icon11; + icon11.addFile(QStringLiteral(":/icons/open.png"), QSize(), QIcon::Normal, QIcon::Off); + butOpen->setIcon(icon11); + butOpen->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(butOpen, 0, 0, 1, 1); + + butDefault = new QToolButton(toolsWidget); + butDefault->setObjectName(QStringLiteral("butDefault")); + QIcon icon12; + icon12.addFile(QStringLiteral(":/icons/arrow.png"), QSize(), QIcon::Normal, QIcon::Off); + butDefault->setIcon(icon12); + butDefault->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(butDefault, 1, 2, 1, 1); + + toolButton_ZoomOut = new QToolButton(toolsWidget); + toolButton_ZoomOut->setObjectName(QStringLiteral("toolButton_ZoomOut")); + toolButton_ZoomOut->setIcon(icon7); + toolButton_ZoomOut->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(toolButton_ZoomOut, 1, 1, 1, 1); + + toolButton_ZoomIn = new QToolButton(toolsWidget); + toolButton_ZoomIn->setObjectName(QStringLiteral("toolButton_ZoomIn")); + toolButton_ZoomIn->setIcon(icon6); + toolButton_ZoomIn->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(toolButton_ZoomIn, 1, 0, 1, 1); + + butSave = new QToolButton(toolsWidget); + butSave->setObjectName(QStringLiteral("butSave")); + QIcon icon13; + icon13.addFile(QStringLiteral(":/icons/save.ico"), QSize(), QIcon::Normal, QIcon::Off); + butSave->setIcon(icon13); + butSave->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(butSave, 0, 1, 1, 1); + + toolButton_Home = new QToolButton(toolsWidget); + toolButton_Home->setObjectName(QStringLiteral("toolButton_Home")); + QIcon icon14; + icon14.addFile(QStringLiteral(":/icons/up.png"), QSize(), QIcon::Normal, QIcon::Off); + toolButton_Home->setIcon(icon14); + toolButton_Home->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(toolButton_Home, 3, 1, 1, 1); + + toolButton_bezier = new QToolButton(toolsWidget); + toolButton_bezier->setObjectName(QStringLiteral("toolButton_bezier")); + QIcon icon15; + icon15.addFile(QStringLiteral(":/icons/bezier.png"), QSize(), QIcon::Normal, QIcon::Off); + toolButton_bezier->setIcon(icon15); + toolButton_bezier->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(toolButton_bezier, 2, 1, 1, 1); + + butRectangle = new QToolButton(toolsWidget); + butRectangle->setObjectName(QStringLiteral("butRectangle")); + QIcon icon16; + icon16.addFile(QStringLiteral(":/icons/rectangle.png"), QSize(), QIcon::Normal, QIcon::Off); + butRectangle->setIcon(icon16); + butRectangle->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(butRectangle, 3, 2, 1, 1); + + toolButton_clear = new QToolButton(toolsWidget); + toolButton_clear->setObjectName(QStringLiteral("toolButton_clear")); + QIcon icon17; + icon17.addFile(QStringLiteral(":/icons/delete.png"), QSize(), QIcon::Normal, QIcon::Off); + toolButton_clear->setIcon(icon17); + toolButton_clear->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(toolButton_clear, 4, 0, 1, 1); + + toolButton_pixmap = new QToolButton(toolsWidget); + toolButton_pixmap->setObjectName(QStringLiteral("toolButton_pixmap")); + QIcon icon18; + icon18.addFile(QStringLiteral(":/icons/canvas.png"), QSize(), QIcon::Normal, QIcon::Off); + toolButton_pixmap->setIcon(icon18); + toolButton_pixmap->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(toolButton_pixmap, 4, 1, 1, 1); + + polylineSettings = new VEPolyLineSettings(toolsWidget); + polylineSettings->setObjectName(QStringLiteral("polylineSettings")); + polylineSettings->setMinimumSize(QSize(0, 50)); + + gridLayout_2->addWidget(polylineSettings, 6, 0, 1, 3); + + verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); + + gridLayout_2->addItem(verticalSpacer, 7, 0, 1, 3); + + rectangleSettings = new VERectangleSettings(toolsWidget); + rectangleSettings->setObjectName(QStringLiteral("rectangleSettings")); + rectangleSettings->setMinimumSize(QSize(0, 50)); + + gridLayout_2->addWidget(rectangleSettings, 5, 0, 1, 3); + + ellipseSettings = new VEEllipseSettings(toolsWidget); + ellipseSettings->setObjectName(QStringLiteral("ellipseSettings")); + ellipseSettings->setMinimumSize(QSize(0, 50)); + + gridLayout_2->addWidget(ellipseSettings, 5, 0, 1, 3); + + toolButton_show = new QToolButton(toolsWidget); + toolButton_show->setObjectName(QStringLiteral("toolButton_show")); + QIcon icon19; + icon19.addFile(QStringLiteral(":/icons/add_right.png"), QSize(), QIcon::Normal, QIcon::Off); + toolButton_show->setIcon(icon19); + toolButton_show->setIconSize(QSize(31, 31)); + + gridLayout_2->addWidget(toolButton_show, 4, 2, 1, 1); + + splitter->addWidget(toolsWidget); + workplaceView = new VEWorkplaceView(splitter); + workplaceView->setObjectName(QStringLiteral("workplaceView")); + workplaceView->setMaximumSize(QSize(16777195, 16777215)); + workplaceView->setStyleSheet(QStringLiteral("")); + splitter->addWidget(workplaceView); + + gridLayout->addWidget(splitter, 0, 0, 1, 1); + + MainWindow->setCentralWidget(centralWidget); + menuBar = new QMenuBar(MainWindow); + menuBar->setObjectName(QStringLiteral("menuBar")); + menuBar->setGeometry(QRect(0, 0, 795, 39)); + menu = new QMenu(menuBar); + menu->setObjectName(QStringLiteral("menu")); + menuHelp = new QMenu(menuBar); + menuHelp->setObjectName(QStringLiteral("menuHelp")); + menuTool = new QMenu(menuBar); + menuTool->setObjectName(QStringLiteral("menuTool")); + MainWindow->setMenuBar(menuBar); + statusBar = new QStatusBar(MainWindow); + statusBar->setObjectName(QStringLiteral("statusBar")); + MainWindow->setStatusBar(statusBar); + + menuBar->addAction(menu->menuAction()); + menuBar->addAction(menuTool->menuAction()); + menuBar->addAction(menuHelp->menuAction()); + menu->addAction(actionNew); + menu->addAction(actionOpen); + menu->addSeparator(); + menu->addAction(actionSave); + menu->addAction(actionSaveAs); + menu->addSeparator(); + menu->addAction(actionExit); + menuHelp->addAction(actionHelp); + menuTool->addAction(actionZoomIn); + menuTool->addAction(actionZoomOut); + + retranslateUi(MainWindow); + + QMetaObject::connectSlotsByName(MainWindow); + } // setupUi + + void retranslateUi(QMainWindow *MainWindow) + { + MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0)); + actionHelp->setText(QApplication::translate("MainWindow", "Readme", 0)); + actionHelp->setShortcut(QApplication::translate("MainWindow", "Ctrl+H", 0)); + actionNew->setText(QApplication::translate("MainWindow", "New", 0)); + actionNew->setShortcut(QApplication::translate("MainWindow", "Ctrl+N", 0)); + actionOpen->setText(QApplication::translate("MainWindow", "Open", 0)); + actionOpen->setShortcut(QApplication::translate("MainWindow", "Ctrl+O", 0)); + actionSave->setText(QApplication::translate("MainWindow", "Save", 0)); + actionSave->setShortcut(QApplication::translate("MainWindow", "Ctrl+S", 0)); + actionSaveAs->setText(QApplication::translate("MainWindow", "SaveAs", 0)); + actionSaveAs->setShortcut(QApplication::translate("MainWindow", "Ctrl+A", 0)); + actionExit->setText(QApplication::translate("MainWindow", "Exit", 0)); + actionExit->setShortcut(QApplication::translate("MainWindow", "Ctrl+Q", 0)); + actionZoomIn->setText(QApplication::translate("MainWindow", "ZoomIn", 0)); + actionZoomIn->setShortcut(QApplication::translate("MainWindow", "Ctrl+=", 0)); + actionZoomOut->setText(QApplication::translate("MainWindow", "ZoomOut", 0)); + actionZoomOut->setShortcut(QApplication::translate("MainWindow", "Ctrl+-", 0)); + toolButton_ellipse->setText(QApplication::translate("MainWindow", "...", 0)); + toolButton_text->setText(QApplication::translate("MainWindow", "...", 0)); + toolButton_SaveAs->setText(QApplication::translate("MainWindow", "...", 0)); + butLine->setText(QApplication::translate("MainWindow", "...", 0)); + butOpen->setText(QApplication::translate("MainWindow", "...", 0)); + butDefault->setText(QApplication::translate("MainWindow", "...", 0)); + toolButton_ZoomOut->setText(QApplication::translate("MainWindow", "...", 0)); + toolButton_ZoomIn->setText(QApplication::translate("MainWindow", "...", 0)); + butSave->setText(QApplication::translate("MainWindow", "...", 0)); + toolButton_Home->setText(QApplication::translate("MainWindow", "...", 0)); + toolButton_bezier->setText(QApplication::translate("MainWindow", "...", 0)); + butRectangle->setText(QApplication::translate("MainWindow", "...", 0)); + toolButton_clear->setText(QApplication::translate("MainWindow", "...", 0)); + toolButton_pixmap->setText(QApplication::translate("MainWindow", "...", 0)); + toolButton_show->setText(QApplication::translate("MainWindow", "...", 0)); + menu->setTitle(QApplication::translate("MainWindow", "File", 0)); + menuHelp->setTitle(QApplication::translate("MainWindow", "Help", 0)); + menuTool->setTitle(QApplication::translate("MainWindow", "Tool", 0)); + } // retranslateUi + +}; + +namespace Ui { + class MainWindow: public Ui_MainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_MAINWINDOW_H diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_showhelpdialog.h b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_showhelpdialog.h new file mode 100644 index 0000000..52d2d6a --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_showhelpdialog.h @@ -0,0 +1,118 @@ +/******************************************************************************** +** Form generated from reading UI file 'showhelpdialog.ui' +** +** Created by: Qt User Interface Compiler version 5.2.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_SHOWHELPDIALOG_H +#define UI_SHOWHELPDIALOG_H + +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_ShowHelpDialog +{ +public: + QPushButton *pushButton; + QLabel *label; + QLabel *label_2; + QLabel *label_3; + QLabel *label_4; + QLabel *label_5; + QPushButton *pushButton_2; + QLabel *label_6; + + void setupUi(QDialog *ShowHelpDialog) + { + if (ShowHelpDialog->objectName().isEmpty()) + ShowHelpDialog->setObjectName(QStringLiteral("ShowHelpDialog")); + ShowHelpDialog->resize(400, 300); + ShowHelpDialog->setStyleSheet(QLatin1String("QMainWindow{\n" +"background-color:#qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 0, 0, 255), stop:0.166 rgba(255, 255, 0, 255), stop:0.333 rgba(0, 255, 0, 255), stop:0.5 rgba(0, 255, 255, 255), stop:0.666 rgba(0, 0, 255, 255), stop:0.833 rgba(255, 0, 255, 255), stop:1 rgba(255, 0, 0, 255));\n" +"}\n" +"\n" +"")); + pushButton = new QPushButton(ShowHelpDialog); + pushButton->setObjectName(QStringLiteral("pushButton")); + pushButton->setGeometry(QRect(10, 10, 121, 161)); + QIcon icon; + icon.addFile(QStringLiteral(":/icons/QPainter.ico"), QSize(), QIcon::Normal, QIcon::Off); + pushButton->setIcon(icon); + pushButton->setIconSize(QSize(128, 128)); + pushButton->setCheckable(true); + pushButton->setChecked(false); + label = new QLabel(ShowHelpDialog); + label->setObjectName(QStringLiteral("label")); + label->setGeometry(QRect(170, 30, 141, 21)); + QFont font; + font.setFamily(QStringLiteral("Arial")); + font.setPointSize(14); + font.setBold(true); + font.setItalic(true); + font.setWeight(75); + label->setFont(font); + label_2 = new QLabel(ShowHelpDialog); + label_2->setObjectName(QStringLiteral("label_2")); + label_2->setGeometry(QRect(170, 70, 131, 31)); + label_3 = new QLabel(ShowHelpDialog); + label_3->setObjectName(QStringLiteral("label_3")); + label_3->setGeometry(QRect(170, 110, 191, 16)); + label_4 = new QLabel(ShowHelpDialog); + label_4->setObjectName(QStringLiteral("label_4")); + label_4->setGeometry(QRect(170, 140, 121, 16)); + label_5 = new QLabel(ShowHelpDialog); + label_5->setObjectName(QStringLiteral("label_5")); + label_5->setGeometry(QRect(20, 190, 361, 91)); + QFont font1; + font1.setFamily(QStringLiteral("Arial")); + font1.setPointSize(11); + font1.setItalic(false); + label_5->setFont(font1); + label_5->setTextFormat(Qt::PlainText); + pushButton_2 = new QPushButton(ShowHelpDialog); + pushButton_2->setObjectName(QStringLiteral("pushButton_2")); + pushButton_2->setGeometry(QRect(300, 260, 75, 23)); + label_6 = new QLabel(ShowHelpDialog); + label_6->setObjectName(QStringLiteral("label_6")); + label_6->setGeometry(QRect(170, 170, 131, 16)); + + retranslateUi(ShowHelpDialog); + + QMetaObject::connectSlotsByName(ShowHelpDialog); + } // setupUi + + void retranslateUi(QDialog *ShowHelpDialog) + { + ShowHelpDialog->setWindowTitle(QApplication::translate("ShowHelpDialog", "Dialog", 0)); + pushButton->setText(QString()); + label->setText(QApplication::translate("ShowHelpDialog", "QPainter 1.2.0", 0)); + label_2->setText(QApplication::translate("ShowHelpDialog", "Based on Qt 5.2", 0)); + label_3->setText(QApplication::translate("ShowHelpDialog", "Built on July 11 2018 at 12:00", 0)); + label_4->setText(QApplication::translate("ShowHelpDialog", "Copyright 2017-2020", 0)); + label_5->setText(QApplication::translate("ShowHelpDialog", " This is an open source vector editing software that\n" +" is implemented as an object-oriented internship\n" +" project. The software is open source and can be used\n" +" privately.", 0)); + pushButton_2->setText(QApplication::translate("ShowHelpDialog", "Close", 0)); + label_6->setText(QApplication::translate("ShowHelpDialog", "\351\241\271\347\233\256\345\234\260\345\235\200", 0)); + } // retranslateUi + +}; + +namespace Ui { + class ShowHelpDialog: public Ui_ShowHelpDialog {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_SHOWHELPDIALOG_H diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_showsvgdialog.h b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_showsvgdialog.h new file mode 100644 index 0000000..56d933b --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_showsvgdialog.h @@ -0,0 +1,81 @@ +/******************************************************************************** +** Form generated from reading UI file 'showsvgdialog.ui' +** +** Created by: Qt User Interface Compiler version 5.2.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_SHOWSVGDIALOG_H +#define UI_SHOWSVGDIALOG_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_ShowSvgDialog +{ +public: + QAction *actionOpen; + QWidget *centralWidget; + QMenuBar *menuBar; + QMenu *menuFile; + QToolBar *mainToolBar; + QStatusBar *statusBar; + + void setupUi(QDialog *ShowSvgDialog) + { + if (ShowSvgDialog->objectName().isEmpty()) + ShowSvgDialog->setObjectName(QStringLiteral("ShowSvgDialog")); + ShowSvgDialog->resize(400, 300); + actionOpen = new QAction(ShowSvgDialog); + actionOpen->setObjectName(QStringLiteral("actionOpen")); + centralWidget = new QWidget(ShowSvgDialog); + centralWidget->setObjectName(QStringLiteral("centralWidget")); + centralWidget->setGeometry(QRect(0, 0, 100, 30)); + menuBar = new QMenuBar(ShowSvgDialog); + menuBar->setObjectName(QStringLiteral("menuBar")); + menuBar->setGeometry(QRect(0, 0, 400, 23)); + menuFile = new QMenu(menuBar); + menuFile->setObjectName(QStringLiteral("menuFile")); + mainToolBar = new QToolBar(ShowSvgDialog); + mainToolBar->setObjectName(QStringLiteral("mainToolBar")); + mainToolBar->setGeometry(QRect(0, 0, 4, 12)); + statusBar = new QStatusBar(ShowSvgDialog); + statusBar->setObjectName(QStringLiteral("statusBar")); + statusBar->setGeometry(QRect(0, 0, 3, 18)); + + menuBar->addAction(menuFile->menuAction()); + menuFile->addAction(actionOpen); + + retranslateUi(ShowSvgDialog); + + QMetaObject::connectSlotsByName(ShowSvgDialog); + } // setupUi + + void retranslateUi(QDialog *ShowSvgDialog) + { + ShowSvgDialog->setWindowTitle(QApplication::translate("ShowSvgDialog", "MainWindow", 0)); + actionOpen->setText(QApplication::translate("ShowSvgDialog", "Open", 0)); + menuFile->setTitle(QApplication::translate("ShowSvgDialog", "File", 0)); + } // retranslateUi + +}; + +namespace Ui { + class ShowSvgDialog: public Ui_ShowSvgDialog {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_SHOWSVGDIALOG_H diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_textdialog.h b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_textdialog.h new file mode 100644 index 0000000..4e097ee --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_textdialog.h @@ -0,0 +1,102 @@ +/******************************************************************************** +** Form generated from reading UI file 'textdialog.ui' +** +** Created by: Qt User Interface Compiler version 5.2.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_TEXTDIALOG_H +#define UI_TEXTDIALOG_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_TextDialog +{ +public: + QDialogButtonBox *buttonBox; + QLabel *label_txt; + QLabel *label_width; + QComboBox *comboBox_text; + QSpinBox *spinBox_text; + QLabel *label; + QSpinBox *spinBox_Width; + + void setupUi(QDialog *TextDialog) + { + if (TextDialog->objectName().isEmpty()) + TextDialog->setObjectName(QStringLiteral("TextDialog")); + TextDialog->resize(400, 300); + buttonBox = new QDialogButtonBox(TextDialog); + buttonBox->setObjectName(QStringLiteral("buttonBox")); + buttonBox->setGeometry(QRect(30, 240, 341, 32)); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + label_txt = new QLabel(TextDialog); + label_txt->setObjectName(QStringLiteral("label_txt")); + label_txt->setGeometry(QRect(70, 90, 54, 12)); + label_width = new QLabel(TextDialog); + label_width->setObjectName(QStringLiteral("label_width")); + label_width->setGeometry(QRect(70, 130, 54, 12)); + comboBox_text = new QComboBox(TextDialog); + comboBox_text->setObjectName(QStringLiteral("comboBox_text")); + comboBox_text->setGeometry(QRect(170, 80, 111, 22)); + spinBox_text = new QSpinBox(TextDialog); + spinBox_text->setObjectName(QStringLiteral("spinBox_text")); + spinBox_text->setGeometry(QRect(170, 130, 111, 22)); + label = new QLabel(TextDialog); + label->setObjectName(QStringLiteral("label")); + label->setGeometry(QRect(40, 170, 81, 16)); + spinBox_Width = new QSpinBox(TextDialog); + spinBox_Width->setObjectName(QStringLiteral("spinBox_Width")); + spinBox_Width->setGeometry(QRect(170, 170, 111, 22)); + + retranslateUi(TextDialog); + QObject::connect(buttonBox, SIGNAL(accepted()), TextDialog, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), TextDialog, SLOT(reject())); + + QMetaObject::connectSlotsByName(TextDialog); + } // setupUi + + void retranslateUi(QDialog *TextDialog) + { + TextDialog->setWindowTitle(QApplication::translate("TextDialog", "Dialog", 0)); + label_txt->setText(QApplication::translate("TextDialog", "\345\255\227\344\275\223:", 0)); + label_width->setText(QApplication::translate("TextDialog", "\345\256\275\345\272\246:", 0)); + comboBox_text->clear(); + comboBox_text->insertItems(0, QStringList() + << QApplication::translate("TextDialog", "\345\256\213\344\275\223", 0) + << QApplication::translate("TextDialog", "\345\276\256\350\275\257\351\233\205\351\273\221", 0) + << QApplication::translate("TextDialog", "\344\273\277\345\256\213", 0) + << QApplication::translate("TextDialog", "\346\245\267\344\275\223", 0) + << QApplication::translate("TextDialog", "\346\226\260\345\256\213\344\275\223", 0) + << QApplication::translate("TextDialog", "\351\273\221\344\275\223", 0) + << QApplication::translate("TextDialog", "Times New Roman", 0) + << QApplication::translate("TextDialog", "Verdana", 0) + << QApplication::translate("TextDialog", "Vrinda", 0) + << QApplication::translate("TextDialog", "Tunga", 0) + << QApplication::translate("TextDialog", "Vani", 0) + ); + label->setText(QApplication::translate("TextDialog", "\345\255\227\346\241\206\345\256\275\345\272\246\357\274\232", 0)); + } // retranslateUi + +}; + +namespace Ui { + class TextDialog: public Ui_TextDialog {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_TEXTDIALOG_H diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_veellipsesettings.h b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_veellipsesettings.h new file mode 100644 index 0000000..0923a9f --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_veellipsesettings.h @@ -0,0 +1,273 @@ +/******************************************************************************** +** Form generated from reading UI file 'veellipsesettings.ui' +** +** Created by: Qt User Interface Compiler version 5.2.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_VEELLIPSESETTINGS_H +#define UI_VEELLIPSESETTINGS_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "colorlabel.h" + +QT_BEGIN_NAMESPACE + +class Ui_VEEllipseSettings +{ +public: + QGridLayout *gridLayout; + QSpacerItem *verticalSpacer; + QComboBox *comboBox; + QWidget *fillingWidget; + QGridLayout *gridLayout_2; + QSpinBox *borderWidth; + ColorLabel *borderColor; + QLabel *label_4; + ColorLabel *color_1; + QLabel *labelColor_1; + QLabel *label_2; + QLabel *labelColor_2; + ColorLabel *color_2; + + void setupUi(QWidget *VEEllipseSettings) + { + if (VEEllipseSettings->objectName().isEmpty()) + VEEllipseSettings->setObjectName(QStringLiteral("VEEllipseSettings")); + VEEllipseSettings->resize(185, 215); + VEEllipseSettings->setStyleSheet(QLatin1String("QMainWindow{\n" +"background-color:#1d1d1d;\n" +"}\n" +"\n" +"QMenuBar{\n" +"background-color:#1d1d1d;\n" +"padding:5px;\n" +" font: 12pt \"MS Shell Dlg 2\";\n" +"}\n" +"\n" +"QMenuBar::item{\n" +"background-color:#1d1d1d;\n" +"color:#fff;\n" +"padding:5px;\n" +"\n" +"}\n" +"\n" +"QMenu{\n" +"color:#fff;\n" +"padding:0;\n" +"}\n" +"\n" +"QMenu::item:selected{\n" +"color:#fff;\n" +"background-color:#00aba9;\n" +"}\n" +"\n" +"QTableWidget{\n" +"background-color:#3d3d3d;\n" +"color:#fff;\n" +" selection-background-color: #da532c;\n" +"border:solid;\n" +"border-width:3px;\n" +"border-color:#da532c;\n" +"}\n" +"QHeaderView::section{\n" +"background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(20, 158, 217, 255), stop:1 rgba(36, 158, 217, 255));\n" +"border:none;\n" +"border-top-style:solid;\n" +"border-width:1px;\n" +"border-top-color:qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(20, 158, 217, 255), stop:1 rgba(36, 158, 217, 255));\n" +"color:#fff;\n" +"\n" +"}\n" +"QHeaderView{\n" +"background-color:qlineargradient" + "(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(20, 158, 217, 255), stop:1 rgba(36, 158, 217, 255));\n" +"\n" +"border:none;\n" +"border-top-style:solid;\n" +"border-width:1px;\n" +"border-top-color:#149ED9;\n" +"color:#fff;\n" +" font: 75 12pt \"Calibri\";\n" +"}\n" +"\n" +"QTableCornerButton::section{\n" +"border:none;\n" +"background-color:#149ED9;\n" +"}\n" +"\n" +"QListWidget{\n" +"background-color:#3d3d3d;\n" +"color:#fff;\n" +"}\n" +"\n" +"QMenu{\n" +"background-color:#3d3d3d;\n" +"}\n" +"QStatusBar{\n" +"background-color:#7e3878;\n" +"color:#fff;\n" +"}\n" +"\n" +"QPushButton{\n" +"border-style:solid;\n" +"\n" +"background-color:#3d3d3d;\n" +"color:#fff;\n" +"border-radius:7px;\n" +"}\n" +"QPushButton:hover{\n" +"color:#ccc;\n" +" background-color: qlineargradient(spread:pad, x1:0.517, y1:0, x2:0.517, y2:1, stop:0 rgba(45, 45, 45, 255), stop:0.505682 rgba(45, 45, 45, 255), stop:1 rgba(29, 29, 29, 255));\n" +" border-color:#2d89ef;\n" +"border-width:2px;\n" +"}\n" +"\n" +"QPushButton:pressed{\n" +"background-color: qlineargradient(spread:pad, x" + "1:0.517, y1:0, x2:0.517, y2:1, stop:0 rgba(29, 29, 29, 255), stop:0.505682 rgba(45, 45, 45, 255), stop:1 rgba(29, 29, 29, 255));\n" +"}\n" +"\n" +"\n" +"QTabWidget::tab{\n" +"background-color:#3d3d3d;\n" +"}\n" +"\n" +"QLineEdit{\n" +"border-radius:0;\n" +"}\n" +"\n" +"QProgressBar{\n" +"border-radius:0;\n" +"text-align:center;\n" +"color:#fff;\n" +"background-color:transparent;\n" +"border: 2px solid #e3a21a;\n" +"border-radius:7px;\n" +" font: 75 12pt \"Open Sans\";\n" +"\n" +"}\n" +"\n" +"QProgressBar::chunk{\n" +"background-color:#2d89ef;\n" +"width:20px;\n" +"}")); + gridLayout = new QGridLayout(VEEllipseSettings); + gridLayout->setObjectName(QStringLiteral("gridLayout")); + gridLayout->setContentsMargins(0, 0, 0, 0); + verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); + + gridLayout->addItem(verticalSpacer, 3, 0, 1, 1); + + comboBox = new QComboBox(VEEllipseSettings); + comboBox->setObjectName(QStringLiteral("comboBox")); + + gridLayout->addWidget(comboBox, 0, 0, 1, 1); + + fillingWidget = new QWidget(VEEllipseSettings); + fillingWidget->setObjectName(QStringLiteral("fillingWidget")); + gridLayout_2 = new QGridLayout(fillingWidget); + gridLayout_2->setObjectName(QStringLiteral("gridLayout_2")); + borderWidth = new QSpinBox(fillingWidget); + borderWidth->setObjectName(QStringLiteral("borderWidth")); + borderWidth->setMinimum(0); + borderWidth->setMaximum(200); + borderWidth->setValue(1); + + gridLayout_2->addWidget(borderWidth, 3, 1, 1, 1); + + borderColor = new ColorLabel(fillingWidget); + borderColor->setObjectName(QStringLiteral("borderColor")); + borderColor->setStyleSheet(QLatin1String("QLabel{\n" +" border: 1px solid white;\n" +" backgroud: white; \n" +" font-color:white;\n" +"}")); + + gridLayout_2->addWidget(borderColor, 2, 1, 1, 1); + + label_4 = new QLabel(fillingWidget); + label_4->setObjectName(QStringLiteral("label_4")); + QFont font; + font.setFamily(QStringLiteral("Arial")); + font.setPointSize(11); + font.setBold(true); + font.setWeight(75); + label_4->setFont(font); + + gridLayout_2->addWidget(label_4, 3, 0, 1, 1); + + color_1 = new ColorLabel(fillingWidget); + color_1->setObjectName(QStringLiteral("color_1")); + + gridLayout_2->addWidget(color_1, 0, 1, 1, 1); + + labelColor_1 = new QLabel(fillingWidget); + labelColor_1->setObjectName(QStringLiteral("labelColor_1")); + labelColor_1->setFont(font); + + gridLayout_2->addWidget(labelColor_1, 0, 0, 1, 1); + + label_2 = new QLabel(fillingWidget); + label_2->setObjectName(QStringLiteral("label_2")); + label_2->setFont(font); + + gridLayout_2->addWidget(label_2, 2, 0, 1, 1); + + labelColor_2 = new QLabel(fillingWidget); + labelColor_2->setObjectName(QStringLiteral("labelColor_2")); + labelColor_2->setFont(font); + + gridLayout_2->addWidget(labelColor_2, 1, 0, 1, 1); + + color_2 = new ColorLabel(fillingWidget); + color_2->setObjectName(QStringLiteral("color_2")); + + gridLayout_2->addWidget(color_2, 1, 1, 1, 1); + + + gridLayout->addWidget(fillingWidget, 1, 0, 1, 1); + + + retranslateUi(VEEllipseSettings); + + QMetaObject::connectSlotsByName(VEEllipseSettings); + } // setupUi + + void retranslateUi(QWidget *VEEllipseSettings) + { + VEEllipseSettings->setWindowTitle(QApplication::translate("VEEllipseSettings", "Form", 0)); + comboBox->clear(); + comboBox->insertItems(0, QStringList() + << QApplication::translate("VEEllipseSettings", "\346\227\240\346\225\210\346\236\234", 0) + << QApplication::translate("VEEllipseSettings", "\346\270\220\345\217\230\345\241\253\345\205\205", 0) + ); + borderColor->setText(QString()); + label_4->setText(QApplication::translate("VEEllipseSettings", "\350\276\271\346\241\206\345\256\275\345\272\246", 0)); + color_1->setText(QString()); + labelColor_1->setText(QApplication::translate("VEEllipseSettings", "\351\242\234\350\211\2621", 0)); + label_2->setText(QApplication::translate("VEEllipseSettings", "\350\276\271\346\241\206\351\242\234\350\211\262", 0)); + labelColor_2->setText(QApplication::translate("VEEllipseSettings", "\351\242\234\350\211\2622", 0)); + color_2->setText(QString()); + } // retranslateUi + +}; + +namespace Ui { + class VEEllipseSettings: public Ui_VEEllipseSettings {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_VEELLIPSESETTINGS_H diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_vepolylinesettings.h b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_vepolylinesettings.h new file mode 100644 index 0000000..1a25dd0 --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_vepolylinesettings.h @@ -0,0 +1,99 @@ +/******************************************************************************** +** Form generated from reading UI file 'vepolylinesettings.ui' +** +** Created by: Qt User Interface Compiler version 5.2.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_VEPOLYLINESETTINGS_H +#define UI_VEPOLYLINESETTINGS_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "colorlabel.h" + +QT_BEGIN_NAMESPACE + +class Ui_VELineSettings +{ +public: + QGridLayout *gridLayout; + QLabel *label_2; + QLabel *label; + ColorLabel *lineColor; + QSpacerItem *verticalSpacer; + QSpinBox *lineWidth; + + void setupUi(QWidget *VELineSettings) + { + if (VELineSettings->objectName().isEmpty()) + VELineSettings->setObjectName(QStringLiteral("VELineSettings")); + VELineSettings->resize(197, 286); + gridLayout = new QGridLayout(VELineSettings); + gridLayout->setObjectName(QStringLiteral("gridLayout")); + label_2 = new QLabel(VELineSettings); + label_2->setObjectName(QStringLiteral("label_2")); + QFont font; + font.setFamily(QStringLiteral("Arial")); + font.setPointSize(11); + font.setBold(true); + font.setWeight(75); + label_2->setFont(font); + + gridLayout->addWidget(label_2, 1, 0, 1, 1); + + label = new QLabel(VELineSettings); + label->setObjectName(QStringLiteral("label")); + label->setFont(font); + + gridLayout->addWidget(label, 0, 0, 1, 1); + + lineColor = new ColorLabel(VELineSettings); + lineColor->setObjectName(QStringLiteral("lineColor")); + + gridLayout->addWidget(lineColor, 0, 1, 1, 1); + + verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); + + gridLayout->addItem(verticalSpacer, 2, 0, 1, 2); + + lineWidth = new QSpinBox(VELineSettings); + lineWidth->setObjectName(QStringLiteral("lineWidth")); + lineWidth->setMinimum(1); + lineWidth->setMaximum(200); + lineWidth->setValue(1); + + gridLayout->addWidget(lineWidth, 1, 1, 1, 1); + + + retranslateUi(VELineSettings); + + QMetaObject::connectSlotsByName(VELineSettings); + } // setupUi + + void retranslateUi(QWidget *VELineSettings) + { + VELineSettings->setWindowTitle(QApplication::translate("VELineSettings", "Form", 0)); + label_2->setText(QApplication::translate("VELineSettings", "\345\256\275\345\272\246", 0)); + label->setText(QApplication::translate("VELineSettings", "\351\242\234\350\211\262", 0)); + lineColor->setText(QString()); + } // retranslateUi + +}; + +namespace Ui { + class VELineSettings: public Ui_VELineSettings {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_VEPOLYLINESETTINGS_H diff --git a/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_verectanglesettings.h b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_verectanglesettings.h new file mode 100644 index 0000000..80ece7c --- /dev/null +++ b/FourthOne/vector-editor_changed/build-VectorEditor-Desktop_Qt_5_2_0_MinGW_32bit-Release/src/ui_verectanglesettings.h @@ -0,0 +1,151 @@ +/******************************************************************************** +** Form generated from reading UI file 'verectanglesettings.ui' +** +** Created by: Qt User Interface Compiler version 5.2.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_VERECTANGLESETTINGS_H +#define UI_VERECTANGLESETTINGS_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "colorlabel.h" + +QT_BEGIN_NAMESPACE + +class Ui_VERectangleSettings +{ +public: + QGridLayout *gridLayout; + QSpacerItem *verticalSpacer; + QComboBox *comboBox; + QWidget *fillingWidget; + QGridLayout *gridLayout_2; + QSpinBox *borderWidth; + ColorLabel *borderColor; + QLabel *label_4; + ColorLabel *color_1; + QLabel *labelColor_1; + QLabel *label_2; + QLabel *labelColor_2; + ColorLabel *color_2; + + void setupUi(QWidget *VERectangleSettings) + { + if (VERectangleSettings->objectName().isEmpty()) + VERectangleSettings->setObjectName(QStringLiteral("VERectangleSettings")); + VERectangleSettings->resize(185, 215); + gridLayout = new QGridLayout(VERectangleSettings); + gridLayout->setObjectName(QStringLiteral("gridLayout")); + gridLayout->setContentsMargins(0, 0, 0, 0); + verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); + + gridLayout->addItem(verticalSpacer, 2, 0, 1, 1); + + comboBox = new QComboBox(VERectangleSettings); + comboBox->setObjectName(QStringLiteral("comboBox")); + + gridLayout->addWidget(comboBox, 0, 0, 1, 1); + + fillingWidget = new QWidget(VERectangleSettings); + fillingWidget->setObjectName(QStringLiteral("fillingWidget")); + gridLayout_2 = new QGridLayout(fillingWidget); + gridLayout_2->setObjectName(QStringLiteral("gridLayout_2")); + borderWidth = new QSpinBox(fillingWidget); + borderWidth->setObjectName(QStringLiteral("borderWidth")); + borderWidth->setMinimum(0); + borderWidth->setMaximum(200); + borderWidth->setValue(1); + + gridLayout_2->addWidget(borderWidth, 3, 1, 1, 1); + + borderColor = new ColorLabel(fillingWidget); + borderColor->setObjectName(QStringLiteral("borderColor")); + + gridLayout_2->addWidget(borderColor, 2, 1, 1, 1); + + label_4 = new QLabel(fillingWidget); + label_4->setObjectName(QStringLiteral("label_4")); + QFont font; + font.setFamily(QStringLiteral("Arial")); + font.setPointSize(11); + font.setBold(true); + font.setWeight(75); + label_4->setFont(font); + + gridLayout_2->addWidget(label_4, 3, 0, 1, 1); + + color_1 = new ColorLabel(fillingWidget); + color_1->setObjectName(QStringLiteral("color_1")); + + gridLayout_2->addWidget(color_1, 0, 1, 1, 1); + + labelColor_1 = new QLabel(fillingWidget); + labelColor_1->setObjectName(QStringLiteral("labelColor_1")); + labelColor_1->setFont(font); + + gridLayout_2->addWidget(labelColor_1, 0, 0, 1, 1); + + label_2 = new QLabel(fillingWidget); + label_2->setObjectName(QStringLiteral("label_2")); + label_2->setFont(font); + + gridLayout_2->addWidget(label_2, 2, 0, 1, 1); + + labelColor_2 = new QLabel(fillingWidget); + labelColor_2->setObjectName(QStringLiteral("labelColor_2")); + labelColor_2->setFont(font); + + gridLayout_2->addWidget(labelColor_2, 1, 0, 1, 1); + + color_2 = new ColorLabel(fillingWidget); + color_2->setObjectName(QStringLiteral("color_2")); + + gridLayout_2->addWidget(color_2, 1, 1, 1, 1); + + + gridLayout->addWidget(fillingWidget, 1, 0, 1, 1); + + + retranslateUi(VERectangleSettings); + + QMetaObject::connectSlotsByName(VERectangleSettings); + } // setupUi + + void retranslateUi(QWidget *VERectangleSettings) + { + VERectangleSettings->setWindowTitle(QApplication::translate("VERectangleSettings", "Form", 0)); + comboBox->clear(); + comboBox->insertItems(0, QStringList() + << QApplication::translate("VERectangleSettings", "\346\227\240\346\270\220\345\217\230", 0) + << QApplication::translate("VERectangleSettings", "\346\270\220\345\217\230", 0) + ); + borderColor->setText(QString()); + label_4->setText(QApplication::translate("VERectangleSettings", "\345\256\275\345\272\246", 0)); + color_1->setText(QString()); + labelColor_1->setText(QApplication::translate("VERectangleSettings", "\351\242\234\350\211\2621", 0)); + label_2->setText(QApplication::translate("VERectangleSettings", "\350\276\271\346\241\206\351\242\234\350\211\262", 0)); + labelColor_2->setText(QApplication::translate("VERectangleSettings", "\351\242\234\350\211\2622", 0)); + color_2->setText(QString()); + } // retranslateUi + +}; + +namespace Ui { + class VERectangleSettings: public Ui_VERectangleSettings {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_VERECTANGLESETTINGS_H diff --git a/FourthOne/vector-editor_changed/vector-editor_changed/VectorEditor.pro.user b/FourthOne/vector-editor_changed/vector-editor_changed/VectorEditor.pro.user index b20f6ea..53cbb8f 100644 --- a/FourthOne/vector-editor_changed/vector-editor_changed/VectorEditor.pro.user +++ b/FourthOne/vector-editor_changed/vector-editor_changed/VectorEditor.pro.user @@ -1,6 +1,6 @@ - + ProjectExplorer.Project.ActiveTarget diff --git a/FourthOne/vector-editor_changed/vector-editor_changed/src/handle.h b/FourthOne/vector-editor_changed/vector-editor_changed/src/handle.h index b59e55a..394df79 100644 --- a/FourthOne/vector-editor_changed/vector-editor_changed/src/handle.h +++ b/FourthOne/vector-editor_changed/vector-editor_changed/src/handle.h @@ -4,8 +4,20 @@ class Handle { public: - enum HandleShape {HANDLE_SHAPE_RECT, HANDLE_SHAPE_CIRCLE, HANDLE_SHAPE_TRIANGLE }; - enum HandleType {HANDLE_TYPE_TOPLEFT, HANDLE_TYPE_TOP, HANDLE_TYPE_TOPRIGHT, HANDLE_TYPE_LEFT, HANDLE_TYPE_RIGHT , HANDLE_TYPE_BOTTOMLEFT, HANDLE_TYPE_BOTTOM, HANDLE_TYPE_BOTTOMRIGHT, HANDLE_TYPE_ROTATE,HANDLE_TYPE_ORIGIN,HANDLE_TYPE_CTRL}; + enum HandleShape {HANDLE_SHAPE_RECT, + HANDLE_SHAPE_CIRCLE, + HANDLE_SHAPE_TRIANGLE }; + enum HandleType {HANDLE_TYPE_TOPLEFT, + HANDLE_TYPE_TOP, + HANDLE_TYPE_TOPRIGHT, + HANDLE_TYPE_LEFT, + HANDLE_TYPE_RIGHT , + HANDLE_TYPE_BOTTOMLEFT, + HANDLE_TYPE_BOTTOM, + HANDLE_TYPE_BOTTOMRIGHT, + HANDLE_TYPE_ROTATE, + HANDLE_TYPE_ORIGIN, + HANDLE_TYPE_CTRL}; Handle(QPointF pos,int size ,HandleShape shape ,HandleType type); void setShape(HandleShape shape); HandleShape shape(); diff --git a/FourthOne/vector-editor_changed/vector-editor_changed/src/vebaseitem.cpp b/FourthOne/vector-editor_changed/vector-editor_changed/src/vebaseitem.cpp index d591c4b..812fd4c 100644 --- a/FourthOne/vector-editor_changed/vector-editor_changed/src/vebaseitem.cpp +++ b/FourthOne/vector-editor_changed/vector-editor_changed/src/vebaseitem.cpp @@ -30,7 +30,7 @@ void VEBaseItem::setDrawBoundingRect(bool draw) { QRectF VEBaseItem::boundingRect() const { QSettings settings; - //Adjust bounding rectangle to include the handles so clicking them is detected. + //在移动的时候进行调整 int size = settings.value("drawing/hanleSize",10).toInt(); return this->mRect.adjusted(-size/2,-size/2 - 50,size/2,size/2); } @@ -103,7 +103,7 @@ void VEBaseItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option void VEBaseItem::mousePressEvent(QGraphicsSceneMouseEvent *event) { QGraphicsItem::mousePressEvent(event); if(event->buttons() == Qt::LeftButton) { - //Detect which handle is clicked. + //检测控制点 foreach (Handle *handle, mHandles) { if(handle->boundingRect().contains(event->pos())) { this->mCurrentHandle = handle; @@ -113,53 +113,52 @@ void VEBaseItem::mousePressEvent(QGraphicsSceneMouseEvent *event) { } void VEBaseItem::mouseMoveEvent(QGraphicsSceneMouseEvent *event) { - //Left mouse button is down. - //TODO: Add grid support. + //再按下左键的时候,可以 if(event->buttons() == Qt::LeftButton && mCurrentHandle) { qreal dx = (mOrigin.x() - mRect.center().x()) / mRect.width(); qreal dy = (mOrigin.y() - mRect.center().y()) / mRect.height(); switch (mCurrentHandle->type()) { case Handle::HANDLE_TYPE_LEFT: this->mRect.setLeft(event->pos().x()); - //Update the origin. + //更新点 mOrigin.setX((dx * mRect.width()) + mRect.center().x()); break; case Handle::HANDLE_TYPE_RIGHT: this->mRect.setRight(event->pos().x()); - //Update the origin. + // 更新点的坐标 mOrigin.setX((dx * mRect.width()) + mRect.center().x()); break; case Handle::HANDLE_TYPE_TOP: this->mRect.setTop(event->pos().y()); - //Update the origin. + // 更新点的坐标 mOrigin.setY((dy * mRect.height()) + mRect.center().y()); break; case Handle::HANDLE_TYPE_BOTTOM: this->mRect.setBottom(event->pos().y()); - //Update the origin. + // 更新点的坐标 mOrigin.setY((dy * mRect.height()) + mRect.center().y()); break; case Handle::HANDLE_TYPE_TOPLEFT: this->mRect.setTopLeft(event->pos()); - //Update the origin. + // 更新点的坐标 mOrigin.setX((dx * mRect.width()) + mRect.center().x()); mOrigin.setY((dy * mRect.height()) + mRect.center().y()); break; case Handle::HANDLE_TYPE_TOPRIGHT: this->mRect.setTopRight(event->pos()); - //Update the origin. + // 更新点的坐标 mOrigin.setX((dx * mRect.width()) + mRect.center().x()); mOrigin.setY((dy * mRect.height()) + mRect.center().y()); break; case Handle::HANDLE_TYPE_BOTTOMLEFT: this->mRect.setBottomLeft(event->pos()); - //Update the origin. + // 更新点的坐标 mOrigin.setX((dx * mRect.width()) + mRect.center().x()); mOrigin.setY((dy * mRect.height()) + mRect.center().y()); break; case Handle::HANDLE_TYPE_BOTTOMRIGHT: this->mRect.setBottomRight(event->pos()); - //Update the origin. + // 更新点的坐标 mOrigin.setX((dx * mRect.width()) + mRect.center().x()); mOrigin.setY((dy * mRect.height()) + mRect.center().y()); break; diff --git a/FourthOne/vector-editor_changed/vector-editor_changed/src/vebaseitem.h b/FourthOne/vector-editor_changed/vector-editor_changed/src/vebaseitem.h index ac4e764..f630a4e 100644 --- a/FourthOne/vector-editor_changed/vector-editor_changed/src/vebaseitem.h +++ b/FourthOne/vector-editor_changed/vector-editor_changed/src/vebaseitem.h @@ -25,9 +25,9 @@ class VEBaseItem : public QGraphicsItem void setDrawBoundingRect(bool draw); QList mHandles; - QRectF mRect; - QPointF mOrigin; - bool mDrawBoundingRect; + QRectF mRect;//矩形边框 + QPointF mOrigin;//画原点 + bool mDrawBoundingRect; //选择是否画边框 private: Handle *mCurrentHandle; QString mId; diff --git a/FourthOne/vector-editor_changed/vector-editor_changed/src/vebasicshapeitem.cpp b/FourthOne/vector-editor_changed/vector-editor_changed/src/vebasicshapeitem.cpp index f84b71e..063cbdb 100644 --- a/FourthOne/vector-editor_changed/vector-editor_changed/src/vebasicshapeitem.cpp +++ b/FourthOne/vector-editor_changed/vector-editor_changed/src/vebasicshapeitem.cpp @@ -10,7 +10,7 @@ VEBasicShapesItem::VEBasicShapesItem(qreal x, qreal y, qreal w, qreal h,ItemType } void VEBasicShapesItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) { - //Fix coordinates for images. + //坐标修改 if(mRect.left() > mRect.right()) { qreal left = mRect.left(); qreal right = mRect.right(); @@ -23,7 +23,7 @@ void VEBasicShapesItem::paint(QPainter *painter, const QStyleOptionGraphicsItem mRect.setTop(bottom); mRect.setBottom(top); } - //Enable antialiasing. + //反锯齿 painter->setRenderHint(QPainter::Antialiasing, true); switch (mType) { case ITEM_RECTANGLE: diff --git a/FourthOne/vector-editor_changed/vector-editor_changed/src/vecomplexshapeitem.cpp b/FourthOne/vector-editor_changed/vector-editor_changed/src/vecomplexshapeitem.cpp index bcddc6b..0055108 100644 --- a/FourthOne/vector-editor_changed/vector-editor_changed/src/vecomplexshapeitem.cpp +++ b/FourthOne/vector-editor_changed/vector-editor_changed/src/vecomplexshapeitem.cpp @@ -8,26 +8,21 @@ VEComplexShapeItem::VEComplexShapeItem(QGraphicsScene *scene,QGraphicsItem *pare } void VEComplexShapeItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) { QPen pen; - pen.setWidth(2); + pen.setWidth(4); painter->setPen(pen); QPainterPath path; - //path.moveTo(mHandles.at(10)->pos()); for(int i=0 ; i < mHandles.size() ; i++) { if(i == 0) { path.moveTo(mHandles.at(0)->pos()); } else { - //TODO: Check segment type. - //Create a cubic. - //path.quadTo(); QLineF line1(path.currentPosition(),mHandles.at(i)->pos()); QLineF line2(mHandles.at(i+1)->pos(),mHandles.at(i+2)->pos()); path.cubicTo(mHandles.at(i)->pos(),mHandles.at(i+1)->pos(),mHandles.at(i+2)->pos()); if(this->isSelected()) { - //Draw the handle lines. + //控制线 painter->drawLine(line1); painter->drawLine(line2); } - //Skip used points. i = i+2; } diff --git a/FourthOne/vector-editor_changed/vector-editor_changed/src/veworkplace.cpp b/FourthOne/vector-editor_changed/vector-editor_changed/src/veworkplace.cpp index 505d9fe..24b54f7 100644 --- a/FourthOne/vector-editor_changed/vector-editor_changed/src/veworkplace.cpp +++ b/FourthOne/vector-editor_changed/vector-editor_changed/src/veworkplace.cpp @@ -172,6 +172,7 @@ void VEWorkplace::mouseMoveEvent(QGraphicsSceneMouseEvent *event) break; } } + update(); } diff --git "a/\347\237\242\351\207\217\345\233\276\350\275\257\344\273\266\351\234\200\346\261\202\345\210\206\346\236\220.md" "b/\347\237\242\351\207\217\345\233\276\350\275\257\344\273\266\351\234\200\346\261\202\345\210\206\346\236\220.md" index 20c466e..953727b 100644 --- "a/\347\237\242\351\207\217\345\233\276\350\275\257\344\273\266\351\234\200\346\261\202\345\210\206\346\236\220.md" +++ "b/\347\237\242\351\207\217\345\233\276\350\275\257\344\273\266\351\234\200\346\261\202\345\210\206\346\236\220.md" @@ -91,7 +91,7 @@ ​ 采用面向对象思想设计CShape类,通过CShape类派生三角形,椭圆,矩形,多边形以及曲线,基于这些基本图形绘制一个矢量图形 - + 任务分配: @@ -117,13 +117,13 @@ - 董佩杰 -​ 准备一下类图,以及之间的关系 - -​ 研究画布相关,需求分析中的3,4 - -​ 软件的封装dll,需求分析中的9 + 准备一下类图,以及之间的关系 -​ 界面的设计 + 研究画布相关,需求分析中的3,4 + + 软件的封装dll,需求分析中的9 + + 界面的设计 ### 技术路线

  • b{_&$QEd!)iS96U)8ML+E!1VOD3@G{ZB-(+} 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