From 790d5807e332dbc5d992a19398f4c87402630864 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Sat, 30 May 2020 04:31:44 +0900 Subject: [PATCH] partially implemented SGR seq; DECTCEM cursor show/hide --- assets/JS_INIT.js | 11 + assets/bios1.js | 185 +++++++ assets/phototest.js | 458 ++++++++++++++++++ assets/tbas/basic.js | 197 +++++++- bin_to_js_array.lua | 30 ++ palette.txt | 255 ++++++++++ serialdev.txt | 16 +- src/net/torvald/tsvm/VMGUI.kt | 11 +- src/net/torvald/tsvm/VMRunnerFactory.kt | 1 - .../tsvm/peripheral/BlockTransferInterface.kt | 11 +- .../tsvm/peripheral/BlockTransferPort.kt | 8 +- src/net/torvald/tsvm/peripheral/GlassTty.kt | 26 +- .../tsvm/peripheral/GraphicsAdapter.kt | 196 +++++++- .../tsvm/peripheral/SerialDiskDrive.kt | 8 + .../tsvm/peripheral/TestFunctionGenerator.kt | 45 +- 15 files changed, 1408 insertions(+), 50 deletions(-) create mode 100644 assets/bios1.js create mode 100644 assets/phototest.js create mode 100644 bin_to_js_array.lua create mode 100644 palette.txt diff --git a/assets/JS_INIT.js b/assets/JS_INIT.js index 470b64d..4cc1217 100644 --- a/assets/JS_INIT.js +++ b/assets/JS_INIT.js @@ -31,10 +31,21 @@ con.getmaxyx = function() { con.getyx = function() { return graphics.getCursorYX(); }; +con.hitterminate = function() { // ^C + vm.poke(-40, 1); + return (vm.peek(-41) == 31 && (vm.peek(-41) == 129 || vm.peek(-41) == 130)); +}; +con.hiteof = function() { // ^D + vm.poke(-40, 1); + return (vm.peek(-41) == 32 && (vm.peek(-41) == 129 || vm.peek(-41) == 130)); +}; Object.freeze(con); // system management function var sys = new Object(); sys.maxmem = function() { return vm.peek(-65) | (vm.peek(-66) << 8) | (vm.peek(-67) << 16) | (vm.peek(-68) << 24); }; +sys.halt = function() { + exit(); +}; Object.freeze(sys); \ No newline at end of file diff --git a/assets/bios1.js b/assets/bios1.js new file mode 100644 index 0000000..7520a8f --- /dev/null +++ b/assets/bios1.js @@ -0,0 +1,185 @@ +var image=[]; +image[0]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,242,242,242,242,242,242,255,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[1]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,241,242,242,241,242,242,241,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[2]=[255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,241,242,242,242,242,242,242,241,242,242,242,241,242,241,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[3]=[255,255,255,255,255,255,255,255,255,255,255,242,242,242,241,247,250,188,252,188,253,253,252,188,188,249,247,242,242,242,241,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,255,242,255,242,255,242,255,242,255,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[4]=[255,255,255,255,255,255,255,255,255,255,242,241,242,250,254,239,239,239,239,239,239,239,239,239,239,239,239,254,188,249,242,241,242,242,241,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,255,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255]; +image[5]=[255,255,255,255,255,255,255,255,255,242,242,243,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,249,242,242,242,242,241,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,255,242,242,242,242,241,242,242,241,242,241,242,241,242,241,242,241,242,241,242,241,242,242,242,255,255,255,255,255,255,255,255,255,255]; +image[6]=[255,255,255,255,255,255,255,255,242,242,243,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,249,242,242,242,242,241,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,241,242,241,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,241,242,242,242,242,255,255,255,255,255,255,255]; +image[7]=[255,255,255,255,255,255,255,242,242,242,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,247,242,242,242,242,241,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,241,242,242,242,242,242,242,242,241,242,241,242,245,91,246,246,247,247,246,246,91,243,241,242,242,242,241,242,242,242,255,255,255,255,255,255]; +image[8]=[255,255,255,255,255,255,242,242,241,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,244,242,242,242,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,241,242,242,242,242,241,242,241,91,249,188,188,254,239,239,239,239,239,239,239,239,239,239,239,239,254,254,188,188,249,243,242,242,242,255,255,255,255,255]; +image[9]=[255,255,255,255,255,255,255,242,244,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,248,241,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,242,242,242,241,242,242,248,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,250,242,242,242,255,255,255,255]; +image[10]=[255,255,255,255,255,255,242,242,249,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,242,242,241,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,241,242,40,245,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,242,242,242,255,255,255]; +image[11]=[255,255,255,255,255,242,242,242,188,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,91,242,241,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,241,242,242,242,245,252,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,249,242,255,255,255,255]; +image[12]=[255,255,255,255,242,242,242,247,253,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,247,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,241,242,242,242,242,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,252,253,247,242,255,255,255]; +image[13]=[255,255,255,255,255,241,242,250,188,252,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,248,242,241,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,242,242,40,242,247,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,252,234,252,188,242,242,255,255]; +image[14]=[255,255,255,255,242,242,242,188,234,253,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,241,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,242,242,250,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,252,252,252,253,246,242,255,255]; +image[15]=[255,255,255,255,255,242,243,253,252,253,252,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,242,242,241,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,242,241,242,243,252,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,252,234,252,249,242,255,255]; +image[16]=[255,255,255,255,242,242,246,253,252,234,252,252,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,242,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,242,244,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,253,253,252,188,188,242,242,255]; +image[17]=[255,255,255,255,241,242,248,252,253,252,253,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,242,242,241,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,242,241,242,91,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,234,253,252,234,253,252,241,255,255]; +image[18]=[255,255,255,255,242,242,248,234,252,253,188,234,252,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,252,242,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,40,242,245,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,252,252,252,253,252,253,253,243,242,255]; +image[19]=[255,255,255,242,242,242,249,252,234,252,253,252,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,242,242,241,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,241,242,242,242,245,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,252,234,253,253,252,234,188,253,245,255,255]; +image[20]=[255,255,255,255,241,242,249,252,253,252,253,252,252,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,242,242,242,242,241,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,241,244,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,252,188,234,252,253,253,234,245,242,255]; +image[21]=[255,255,255,242,242,242,249,252,234,188,234,252,234,252,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,241,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,241,242,242,242,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,253,252,253,252,252,253,246,255,255]; +image[22]=[255,255,255,242,241,242,248,252,253,253,252,253,252,253,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,249,242,241,242,241,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,242,242,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,188,234,252,253,252,253,252,253,246,242,255]; +image[23]=[255,255,255,242,242,242,248,252,253,252,253,252,234,253,252,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,248,242,242,242,242,241,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,40,241,242,250,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,234,253,252,253,252,234,252,234,253,252,246,242,255]; +image[24]=[255,255,255,242,242,242,247,234,252,253,188,253,252,253,234,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,91,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,242,242,242,242,248,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,252,253,252,253,252,253,252,252,252,234,245,242,255]; +image[25]=[255,255,255,242,241,242,246,252,234,253,253,253,188,252,253,253,252,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,91,242,241,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,241,242,242,246,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,252,234,252,253,253,188,253,252,252,243,242,255]; +image[26]=[255,255,255,242,242,242,91,252,252,252,234,252,253,253,188,253,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,252,242,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,241,242,242,242,242,243,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,252,253,188,253,252,234,252,253,253,234,252,241,242,255]; +image[27]=[255,255,255,242,242,242,242,253,253,252,253,252,234,253,252,234,252,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,242,242,241,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,40,242,241,242,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,234,253,253,253,252,252,234,252,252,253,188,242,242,255]; +image[28]=[255,255,255,255,242,242,242,188,234,252,253,252,252,253,252,252,253,188,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,247,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,242,242,242,242,242,249,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,252,252,252,188,234,253,252,253,253,188,253,250,242,242,255]; +image[29]=[255,255,255,255,242,241,242,251,253,252,253,252,234,253,252,234,253,253,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,91,242,242,241,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,241,242,242,242,246,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,234,253,252,253,252,234,252,253,253,188,249,242,242,255]; +image[30]=[255,255,255,255,242,242,242,250,252,234,252,253,252,252,253,252,252,188,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,252,241,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,241,242,242,242,242,241,242,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,252,252,253,252,253,253,252,252,253,234,252,253,248,242,242,255]; +image[31]=[255,255,255,255,242,241,242,249,253,188,253,253,188,253,252,234,253,234,253,252,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,250,40,242,242,241,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,40,242,242,242,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,234,253,252,234,253,188,253,253,252,252,253,252,234,245,241,242,255]; +image[32]=[255,255,255,255,242,242,242,247,253,253,234,252,234,252,253,252,252,252,253,234,252,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,245,242,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,241,242,242,242,242,241,242,246,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,252,253,252,252,253,234,252,234,252,188,253,252,252,242,242,242,255]; +image[33]=[255,255,255,255,255,241,242,244,252,252,252,253,252,253,252,253,253,252,252,252,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,40,242,242,241,242,242,241,242,242,255,255,255,255,255,255,255,255,255,255,255,130,255,130,255,130,255,130,136,130,255,130,136,130,255,130,255,130,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,241,242,242,242,243,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,253,188,253,253,252,252,252,253,253,252,234,253,188,241,242,242,255]; +image[34]=[255,255,255,255,242,242,242,241,188,253,252,253,252,234,252,188,234,253,253,252,253,252,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,249,241,242,242,242,242,242,242,242,255,255,255,255,255,255,130,255,130,136,130,136,176,136,130,136,176,85,176,136,130,131,130,176,136,130,136,176,136,130,136,130,136,130,136,255,130,255,255,255,255,255,242,242,241,242,242,242,241,242,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,252,234,252,253,234,252,253,253,234,252,253,252,188,250,242,242,242,255]; +image[35]=[255,255,255,255,255,242,242,242,143,252,234,253,252,253,253,253,253,188,252,234,188,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,244,40,242,241,242,242,241,242,255,255,255,85,176,136,130,136,176,130,136,130,131,130,136,130,136,176,85,176,130,136,85,136,130,176,85,176,85,176,130,131,130,176,85,176,136,130,255,255,255,242,242,242,40,242,242,242,242,246,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,252,253,188,253,252,252,253,188,252,252,253,252,254,188,246,242,241,242,255]; +image[36]=[255,255,255,255,242,242,242,242,248,253,188,253,252,234,252,252,234,253,253,253,253,252,252,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,251,242,242,242,242,242,242,85,136,85,176,136,130,136,130,131,130,131,130,130,136,130,131,130,136,130,136,130,136,130,176,130,131,136,130,136,130,136,130,136,130,136,130,136,130,136,176,130,85,91,241,242,242,242,241,40,242,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,234,252,253,234,252,253,253,234,252,234,252,253,243,242,242,242,255]; +image[37]=[255,255,255,255,255,242,40,242,243,252,253,252,252,252,253,252,253,188,252,234,252,234,252,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,91,241,242,45,131,85,136,130,136,130,176,85,176,130,136,130,136,176,85,176,130,136,130,176,85,176,136,130,136,130,136,130,130,136,130,131,130,136,130,131,130,136,130,131,130,136,136,130,176,85,45,242,242,242,242,249,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,234,252,252,252,253,252,252,234,252,252,253,252,252,234,188,242,242,242,242,255]; +image[38]=[255,255,255,255,255,242,242,242,242,188,234,252,253,234,252,252,253,253,253,252,252,253,188,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,45,131,130,176,130,176,130,136,130,131,130,136,130,131,130,136,130,136,130,131,130,136,130,136,130,131,130,131,130,136,176,85,176,136,130,176,85,176,136,130,176,85,176,130,131,130,136,130,176,176,85,45,242,244,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,252,253,253,234,252,253,252,253,252,188,253,253,252,252,249,242,241,242,242,255]; +image[39]=[255,255,255,255,255,242,242,241,242,248,188,253,252,252,253,234,188,253,252,253,252,234,253,253,252,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,182,136,130,136,85,136,131,130,136,130,136,130,136,130,136,130,131,130,136,130,176,136,130,131,130,130,136,176,130,136,130,136,130,176,85,176,136,130,136,130,136,130,136,130,136,130,176,85,136,130,136,130,176,85,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,252,234,188,252,253,253,188,253,253,253,234,253,252,253,253,91,242,242,242,255,255]; +image[40]=[255,255,255,255,255,255,242,242,242,244,252,253,253,234,252,252,253,253,234,252,253,252,252,234,252,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,182,176,130,136,130,176,130,136,130,136,130,176,85,176,130,131,130,136,130,136,130,136,130,85,176,136,176,85,176,85,176,85,176,85,136,130,136,130,131,130,176,85,176,131,130,130,136,85,136,130,176,136,130,136,176,130,136,182,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,252,253,253,252,234,252,253,253,188,253,252,252,234,252,252,242,242,241,242,242,255]; +image[41]=[255,255,255,255,255,255,242,241,242,242,188,188,252,253,252,234,252,252,252,253,252,253,188,253,252,253,252,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,252,136,130,131,130,131,130,136,130,176,85,176,85,176,136,130,136,130,136,130,176,130,131,136,130,136,130,130,136,130,136,130,136,130,136,176,130,136,130,136,130,136,130,136,130,136,136,176,130,176,136,130,131,130,176,85,136,130,136,130,136,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,252,253,252,253,252,252,234,252,234,253,252,253,252,252,234,249,242,242,242,242,255,255]; +image[42]=[255,255,255,255,255,255,242,242,242,241,248,234,252,253,252,253,252,234,252,253,234,252,253,253,188,234,252,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,130,136,130,136,130,136,130,131,130,136,176,90,176,85,136,130,131,130,131,136,130,136,130,176,130,131,136,130,136,130,136,130,136,130,176,85,136,130,176,85,176,130,131,130,130,130,131,130,136,130,131,130,136,136,130,176,130,131,130,176,130,176,136,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,234,252,253,188,253,252,253,252,252,253,234,252,253,252,253,246,242,242,241,242,242,255]; +image[43]=[255,255,255,255,255,255,255,242,242,242,242,252,253,252,253,252,253,188,253,252,252,252,234,253,253,252,253,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,182,130,131,130,136,130,136,130,136,130,136,130,136,130,136,176,130,176,130,136,130,176,85,176,85,136,130,176,85,176,130,131,130,131,130,136,176,130,131,130,136,130,136,136,130,136,176,136,130,136,130,136,130,176,130,85,136,130,136,130,136,85,136,130,136,176,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,252,253,252,234,253,253,253,188,253,252,252,252,234,253,253,188,242,242,242,242,242,255,255]; +image[44]=[255,255,255,255,255,255,242,241,242,242,242,249,253,188,234,252,253,253,253,234,252,253,252,188,253,252,234,252,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,136,136,130,176,130,131,130,176,85,176,130,131,130,176,85,176,90,131,130,136,130,131,130,136,130,176,136,130,136,130,136,176,130,136,130,176,85,136,130,136,130,136,176,85,176,130,131,130,85,176,85,176,85,136,130,136,176,130,131,130,136,176,130,136,130,131,130,136,182,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,234,252,253,252,252,252,234,252,234,253,253,188,253,252,188,253,188,241,242,40,242,242,255,255]; +image[45]=[255,255,255,255,255,255,255,242,242,241,242,245,253,253,253,252,234,252,252,252,253,252,253,234,252,253,252,253,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,176,131,130,136,130,136,130,136,130,131,130,136,130,136,136,130,176,130,136,176,85,176,130,136,130,136,130,136,130,131,130,136,130,136,130,136,130,136,130,176,130,131,130,130,136,130,136,130,136,130,136,130,136,130,131,130,136,130,136,130,131,130,85,176,136,130,130,136,130,130,136,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,188,253,252,234,253,252,253,252,252,234,253,253,253,253,252,234,246,242,242,242,242,242,255,255]; +image[46]=[255,255,255,255,255,255,255,242,242,242,242,242,188,188,253,252,253,188,253,253,234,252,252,253,252,234,252,253,188,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,130,136,130,136,131,130,136,130,131,130,136,130,131,130,176,130,136,85,136,130,136,130,136,130,131,130,131,130,176,85,176,130,131,130,131,130,176,85,176,136,85,136,130,136,176,85,176,136,130,136,176,130,176,136,130,176,130,131,130,136,176,130,136,176,130,131,130,136,130,131,176,130,176,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,253,188,253,252,253,253,252,252,252,188,234,252,234,252,252,242,242,241,242,241,255,255,255]; +image[47]=[255,255,255,255,255,255,255,242,242,241,242,241,246,234,252,253,252,234,253,252,252,253,253,252,252,253,252,234,253,252,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,136,130,131,130,130,176,85,176,130,136,176,130,136,130,136,131,130,176,130,176,85,176,136,130,136,130,136,130,136,130,136,136,130,136,130,136,130,136,176,85,176,130,176,130,136,130,136,130,131,130,131,130,136,85,176,85,136,130,136,130,136,130,136,130,136,130,131,130,136,130,136,85,136,130,136,182,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,252,252,234,253,252,234,252,252,234,253,253,253,253,252,252,253,188,249,242,242,242,242,242,242,255,255]; +image[48]=[255,255,255,255,255,255,255,255,242,242,242,242,242,251,252,234,252,252,253,234,252,252,234,253,188,253,252,252,253,252,253,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,130,176,136,130,136,136,130,136,176,85,130,136,130,136,130,130,136,130,136,136,130,136,130,131,130,176,130,131,130,136,130,130,136,130,131,130,136,130,136,130,136,130,136,85,176,130,131,130,136,130,136,130,136,130,176,136,130,176,130,131,130,136,130,131,130,136,130,176,136,130,131,130,176,136,130,136,130,182,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,234,252,252,252,253,252,253,188,253,188,234,252,253,253,253,253,253,246,241,242,242,242,242,255,255,255]; +image[49]=[255,255,255,255,255,255,255,255,242,242,242,241,242,247,252,253,253,188,252,253,188,253,252,253,253,253,252,234,252,234,188,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,130,136,85,176,130,131,130,136,130,176,136,176,85,176,130,131,136,130,131,130,131,130,136,130,176,85,136,130,136,130,131,176,85,176,130,136,176,85,176,130,131,130,176,136,130,136,176,85,176,130,136,130,130,131,130,136,130,136,130,136,176,85,176,130,136,130,136,85,176,85,176,130,136,130,176,85,176,85,176,136,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,252,253,252,253,253,188,253,253,253,253,252,252,234,252,252,234,252,188,242,242,241,242,241,242,255,255,255]; +image[50]=[255,255,255,255,255,255,255,255,242,241,242,242,242,242,188,252,253,253,253,253,253,234,252,252,234,252,253,252,253,252,253,252,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,182,176,85,176,130,136,130,176,85,176,85,136,130,136,130,136,130,130,136,130,136,130,130,136,176,85,136,130,176,136,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,131,130,130,136,130,136,130,131,176,136,130,130,131,130,136,130,131,130,136,130,131,130,176,130,136,130,136,176,85,136,130,136,130,136,130,136,130,136,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,188,253,253,188,234,252,234,252,252,252,234,252,253,252,252,253,252,252,248,242,40,242,242,242,242,255,255,255]; +image[51]=[255,255,255,255,255,255,255,255,255,242,242,242,241,242,246,234,252,252,234,188,252,253,252,253,252,253,252,252,234,253,252,234,252,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,182,136,136,130,136,130,136,130,136,130,136,130,176,85,176,85,176,131,130,136,130,176,131,130,130,136,176,130,136,85,176,130,131,130,136,176,85,176,130,131,130,136,130,131,130,136,130,136,176,85,176,136,130,90,176,85,176,136,130,131,130,136,130,136,130,136,130,131,130,136,130,136,130,136,176,130,131,130,136,176,85,176,130,176,130,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,234,252,234,253,253,252,253,252,234,252,253,252,253,252,234,253,252,234,188,243,242,242,242,242,242,255,255,255,255]; +image[52]=[255,255,255,255,255,255,255,255,242,242,241,242,242,242,242,250,253,252,253,253,252,234,252,253,188,253,234,252,252,252,253,252,253,188,253,254,239,239,239,239,239,239,239,239,239,239,239,188,130,176,130,131,130,131,130,136,176,130,136,130,136,176,136,130,136,130,176,85,176,90,176,136,130,136,130,136,130,176,136,130,136,130,131,130,136,130,136,130,176,85,176,130,136,130,131,130,136,130,130,131,176,130,136,130,136,130,136,130,136,130,176,85,176,136,130,136,130,131,130,136,130,131,130,136,130,176,85,130,136,130,131,136,130,130,182,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,252,253,252,252,252,253,252,253,252,253,252,253,252,253,252,252,253,188,253,250,242,242,242,242,241,242,242,255,255,255]; +image[53]=[255,255,255,255,255,255,255,255,255,40,242,242,242,241,242,246,252,252,234,252,252,253,252,234,253,253,252,253,252,234,252,252,234,253,253,252,239,239,239,239,239,239,239,239,239,239,188,136,85,136,130,136,130,136,176,85,136,130,176,85,130,136,130,136,130,136,130,136,130,136,130,131,125,136,125,136,130,131,130,136,130,176,130,136,130,131,130,136,130,136,136,85,176,130,136,85,176,136,130,136,130,131,130,131,130,136,130,131,130,136,176,85,176,85,176,136,130,176,85,176,130,136,130,136,130,136,176,136,130,136,130,136,131,130,136,136,254,239,239,239,239,239,239,239,239,239,239,239,239,253,253,252,253,252,234,252,234,253,253,252,234,188,253,252,234,253,253,253,253,245,242,242,241,242,242,242,255,255,255,255]; +image[54]=[255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,242,250,188,253,253,252,234,252,252,252,253,188,253,253,252,253,253,252,188,234,252,253,239,239,239,239,239,239,239,239,188,130,176,130,176,130,136,130,136,130,176,85,136,130,136,176,85,176,85,176,136,130,131,130,131,130,136,130,136,130,131,130,136,130,131,130,136,130,131,130,176,130,131,130,176,130,176,136,130,136,176,130,136,130,131,130,136,130,176,130,131,130,136,130,136,130,136,130,136,130,136,130,136,176,85,176,85,176,130,131,130,130,136,130,176,85,130,136,130,131,130,136,253,239,239,239,239,239,239,239,239,239,239,254,252,234,252,253,188,253,252,252,188,234,252,253,253,234,252,252,188,234,252,188,242,241,242,242,40,242,255,255,255,255,255]; +image[55]=[255,255,255,255,255,255,255,255,255,255,242,241,242,241,242,242,244,252,253,188,253,252,253,252,234,253,252,234,253,188,253,252,253,253,252,253,252,253,239,239,239,239,239,239,188,130,136,136,130,136,85,176,130,131,130,136,176,130,131,130,136,130,136,130,176,85,176,130,136,130,136,176,130,136,130,176,130,136,130,136,130,136,130,136,130,136,136,130,136,85,136,130,131,130,136,130,131,130,130,136,130,136,130,136,136,130,176,85,176,130,136,130,136,176,130,131,130,130,136,130,136,130,136,130,136,131,130,131,130,136,176,136,130,176,136,130,176,130,188,239,239,239,239,239,239,239,239,239,188,253,252,234,253,253,253,253,253,253,252,253,252,252,252,253,253,252,252,234,246,242,242,242,242,242,242,255,255,255,255,255]; +image[56]=[255,255,255,255,255,255,255,255,255,255,242,40,242,242,242,242,242,249,234,252,253,252,253,252,252,253,252,252,253,234,252,234,252,252,253,253,188,253,253,239,239,239,239,188,176,130,131,130,136,176,130,136,130,136,130,136,130,136,130,176,130,136,130,131,130,136,130,136,130,176,85,176,85,176,136,85,176,130,131,130,131,130,176,85,176,130,136,130,136,130,176,130,136,130,131,130,136,176,136,130,176,85,176,130,130,136,130,136,130,131,130,131,130,136,130,136,130,136,176,85,176,130,136,130,130,136,130,136,130,130,131,130,136,130,131,136,130,131,130,188,254,239,239,239,239,239,239,253,234,252,252,252,252,252,234,252,252,253,252,253,234,252,253,252,253,253,252,188,242,242,242,242,241,242,242,255,255,255,255,255]; +image[57]=[255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,241,243,188,253,188,252,234,253,252,234,253,253,252,252,253,252,253,252,234,252,234,252,253,253,239,239,188,136,130,136,130,176,85,136,130,131,130,131,130,136,130,131,130,136,131,130,136,130,136,130,131,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,136,136,130,131,130,176,130,136,85,136,130,176,90,176,85,130,131,130,136,130,131,136,176,85,176,136,130,136,130,136,130,131,130,131,130,136,130,136,130,131,136,130,131,176,136,182,182,182,182,182,136,136,176,130,136,130,136,130,182,254,239,239,239,239,253,252,252,253,252,234,253,252,253,252,234,188,253,252,252,253,252,234,253,252,253,247,241,242,241,242,242,242,255,255,255,255,255,255]; +image[58]=[255,255,255,255,255,255,255,255,255,255,255,242,242,241,242,242,242,242,247,253,234,253,252,253,252,252,188,234,253,252,253,188,234,252,253,252,253,188,253,253,253,188,130,176,85,176,136,130,136,130,136,130,176,130,136,176,85,176,130,136,130,176,85,176,136,130,136,130,131,130,136,130,131,130,136,130,131,130,176,131,130,136,130,130,136,130,136,131,130,176,130,136,130,136,130,136,130,136,130,136,176,85,130,136,130,136,130,131,130,176,130,136,130,136,130,176,85,176,136,182,182,188,253,254,254,239,254,239,254,254,254,239,239,239,254,253,182,136,130,131,130,182,253,239,239,253,253,253,253,253,252,252,253,188,253,253,253,252,234,253,188,253,188,253,252,234,188,242,242,242,40,242,242,255,255,255,255,255,255,255]; +image[59]=[255,255,255,255,255,255,255,255,255,255,255,242,242,242,241,242,242,242,242,251,252,252,252,234,253,253,253,252,252,234,253,253,252,253,252,253,253,252,234,253,188,130,136,176,90,176,85,176,130,131,130,136,176,85,130,136,130,136,130,136,130,136,176,85,176,130,136,130,136,176,85,176,130,131,130,176,130,136,130,136,176,85,176,131,130,136,130,130,136,176,85,176,130,131,130,176,136,130,136,130,136,130,136,130,131,130,176,130,136,130,136,130,131,130,136,188,188,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,136,136,85,176,136,253,254,252,234,188,253,188,253,253,253,234,188,253,252,253,252,253,234,253,253,252,252,252,246,242,242,242,242,242,242,255,255,255,255,255,255,255]; +image[60]=[255,255,255,255,255,255,255,255,255,255,255,255,242,242,40,242,242,241,242,245,253,253,188,253,188,253,252,253,252,252,252,253,252,234,252,252,234,252,252,188,136,176,85,136,130,130,136,130,136,130,136,130,136,176,130,131,130,131,130,130,131,130,130,136,130,131,130,176,85,176,136,130,136,130,136,136,130,131,130,130,136,130,136,130,176,85,176,136,85,176,136,130,136,130,136,130,131,130,176,85,176,130,136,130,136,130,136,85,176,85,176,136,182,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,254,254,254,254,254,239,239,182,130,136,130,176,188,252,253,252,234,253,252,234,252,252,253,234,252,253,252,252,252,253,234,252,253,188,242,241,242,242,241,242,242,255,255,255,255,255,255,255]; +image[61]=[255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,242,242,249,253,252,234,253,252,234,253,253,252,234,252,253,252,253,253,252,253,188,131,130,130,136,176,85,176,136,130,131,130,176,85,136,182,252,254,254,239,239,239,239,254,254,253,253,188,188,188,136,130,136,130,136,130,131,130,136,130,136,131,130,136,130,136,130,136,130,136,130,85,176,85,176,85,176,130,136,130,136,176,136,85,176,130,131,130,136,176,136,130,188,254,239,239,239,239,239,239,239,239,239,239,254,254,188,188,182,182,136,136,130,176,130,176,130,176,130,136,182,182,130,131,130,131,130,249,234,252,253,252,252,253,252,253,252,252,234,252,234,253,252,252,252,234,252,91,242,242,242,242,242,242,255,255,255,255,255,255,255,255]; +image[62]=[255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,241,242,242,242,243,188,253,252,253,252,252,252,234,252,253,188,253,234,252,252,253,188,136,130,136,176,85,176,136,130,131,130,136,136,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,182,176,85,176,130,136,130,176,130,136,130,131,130,131,130,176,85,176,136,130,136,130,136,130,131,130,136,130,130,131,130,136,130,176,85,176,130,182,253,239,239,239,239,239,239,239,239,239,253,188,182,130,176,130,136,130,131,130,130,136,85,136,130,131,136,130,131,130,136,130,136,130,136,130,176,182,251,253,234,252,253,252,234,252,253,252,252,252,253,234,252,253,252,250,242,242,241,242,242,241,242,255,255,255,255,255,255,255,255]; +image[63]=[255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,242,242,242,248,252,253,252,234,253,252,252,253,253,253,252,252,234,253,188,131,130,136,130,136,130,136,130,136,130,182,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,136,130,131,130,136,130,131,130,176,136,130,136,130,136,85,176,136,130,176,136,130,136,130,131,136,130,176,136,130,136,130,136,130,249,239,239,239,239,239,239,239,239,252,182,136,130,176,85,136,130,131,130,136,130,136,176,130,136,130,136,130,136,130,136,176,85,176,136,130,131,130,136,85,182,252,253,188,253,252,253,188,253,253,253,253,252,252,253,252,252,243,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255]; +image[64]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,40,242,241,242,242,242,188,234,252,252,253,253,188,253,234,252,253,252,252,188,136,176,130,131,130,176,85,176,130,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,136,130,136,130,136,130,136,130,136,130,131,130,176,136,130,131,130,136,130,131,130,176,130,130,136,85,176,130,131,130,136,182,239,239,239,239,239,239,253,188,136,130,136,130,131,130,136,130,136,130,136,176,85,136,130,131,130,176,85,176,85,176,85,176,136,130,130,136,130,136,176,130,131,136,188,253,234,252,253,253,252,234,252,188,253,234,252,253,248,242,241,40,242,241,242,242,255,255,255,255,255,255,255,255,255]; +image[65]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,242,241,245,253,188,253,252,234,253,252,253,188,253,253,234,136,136,130,136,130,136,130,136,182,253,239,239,239,239,239,239,254,254,253,252,188,188,188,188,188,188,188,188,188,254,254,239,239,239,239,239,239,239,239,239,188,131,130,131,130,136,130,131,130,136,130,136,130,130,136,130,131,130,136,130,136,130,131,136,130,136,130,136,85,176,136,254,239,239,239,239,188,182,130,176,130,131,130,130,136,176,130,136,130,131,130,136,130,176,130,136,130,136,176,130,136,130,136,130,130,136,176,130,131,130,136,130,136,176,136,188,253,252,234,252,252,253,253,253,252,253,188,188,242,242,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255]; +image[66]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,242,242,241,242,242,242,249,253,253,252,252,252,234,252,253,253,252,182,131,130,136,176,85,176,136,188,239,239,239,254,252,188,182,136,130,176,130,176,130,136,130,130,130,176,130,136,130,176,130,136,182,188,254,239,239,239,239,239,239,130,176,130,136,130,176,130,136,176,130,136,131,130,136,130,176,130,131,130,136,130,176,130,131,130,176,136,130,136,182,239,239,239,188,136,176,85,136,130,136,130,136,176,85,176,85,176,136,130,130,131,136,130,131,130,136,130,136,130,136,130,136,131,130,131,130,136,130,136,130,176,85,176,85,176,188,252,252,253,188,253,234,252,253,253,252,244,241,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255]; +image[67]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,242,242,242,241,242,243,188,188,253,253,252,253,253,188,252,182,130,136,130,136,130,136,176,188,253,188,188,136,176,130,130,136,176,85,136,130,136,176,85,176,136,136,130,136,130,136,130,131,136,130,136,130,182,188,239,239,239,253,130,136,131,130,131,130,136,130,131,130,130,130,136,176,85,136,130,136,130,136,130,136,130,136,85,176,85,176,130,188,239,253,182,130,136,130,136,130,131,130,136,130,136,130,136,130,85,176,136,130,130,136,176,85,176,130,131,130,176,85,176,130,136,130,136,85,176,130,131,130,136,130,136,130,136,130,188,252,234,253,252,252,234,252,234,247,242,242,242,241,242,241,242,255,255,255,255,255,255,255,255,255,255,255]; +image[68]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,40,242,242,242,242,242,97,253,234,252,252,234,252,253,249,176,85,176,130,131,130,131,130,130,176,130,136,130,136,131,130,136,130,176,136,130,85,176,136,130,130,131,130,176,85,176,136,130,176,85,176,85,176,130,136,182,182,136,130,130,136,130,136,130,131,130,136,176,136,130,131,130,136,130,176,85,176,85,176,136,130,176,130,136,130,136,130,131,182,130,136,176,130,131,130,176,136,130,131,130,136,130,136,176,136,130,131,130,136,130,136,130,136,130,136,130,131,130,136,130,136,130,136,176,136,130,136,130,131,130,136,130,131,130,131,182,252,252,188,253,252,252,250,242,242,242,242,40,242,242,242,255,255,255,255,255,255,255,255,255,255,255]; +image[69]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,241,242,242,242,249,253,253,252,252,234,182,136,130,131,130,136,130,136,130,136,136,130,131,130,136,130,130,131,130,136,85,130,136,130,136,130,131,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,85,176,85,176,136,130,131,130,136,130,136,130,131,130,136,130,176,85,176,136,130,136,130,131,130,136,130,136,176,85,176,136,130,136,176,85,136,130,136,130,136,130,176,130,131,130,176,85,130,130,136,130,136,130,131,130,136,130,131,130,136,130,136,130,131,130,176,85,130,130,136,130,136,130,131,130,136,130,136,130,85,182,252,253,252,253,188,242,242,241,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255]; +image[70]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,241,242,242,242,241,242,243,188,253,253,252,188,130,131,130,136,130,136,130,136,130,130,131,130,136,130,131,130,136,130,176,130,176,136,130,176,85,176,136,130,136,130,131,130,131,130,136,130,131,130,136,130,131,136,176,136,130,136,130,136,176,130,136,130,136,130,136,130,136,130,136,130,136,130,131,130,136,130,136,130,131,130,136,130,136,130,131,130,130,136,176,85,176,85,176,85,136,130,136,176,85,176,136,130,131,130,176,130,136,130,131,130,136,130,176,130,131,130,176,136,130,136,176,85,176,130,136,130,176,136,130,176,130,176,136,176,131,188,253,188,244,242,242,40,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[71]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,40,242,242,242,242,97,253,252,188,136,130,136,130,131,130,176,85,176,136,130,136,130,136,130,176,136,130,136,85,136,130,131,130,136,130,136,130,176,85,176,130,136,130,176,136,130,176,85,176,130,136,130,130,131,130,136,125,136,130,131,130,176,85,176,130,131,130,176,85,176,130,136,130,131,130,136,130,136,176,85,176,136,130,130,136,130,131,130,136,130,136,130,176,136,130,136,130,136,130,136,130,176,130,136,130,131,130,176,130,136,176,85,136,130,136,130,131,130,136,130,136,131,130,131,130,136,130,131,130,136,136,85,130,136,130,176,183,246,242,242,242,242,242,242,241,242,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[72]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,242,242,242,242,249,188,131,176,136,130,176,136,130,131,130,130,131,130,176,85,176,136,130,131,130,176,130,176,136,130,136,130,136,130,131,136,130,136,130,131,130,131,130,136,136,130,136,130,131,130,136,130,176,85,176,85,176,136,130,131,130,136,130,136,130,136,176,136,130,136,176,130,136,130,131,130,130,136,130,131,176,136,130,136,130,176,130,136,176,85,130,136,130,176,85,176,136,130,136,85,176,136,130,136,130,136,130,136,130,176,136,130,136,130,136,130,131,130,130,136,130,136,130,131,130,136,130,130,176,130,136,130,136,85,176,85,243,241,242,242,241,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[73]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,241,242,242,241,242,242,242,241,91,136,130,136,130,136,85,176,90,176,136,130,136,130,136,176,85,130,136,130,136,136,130,131,130,176,85,176,136,130,130,136,130,176,130,136,130,136,130,176,85,176,130,136,130,136,130,136,130,136,130,136,130,176,90,176,136,130,136,130,136,85,130,130,131,130,136,130,136,130,176,136,130,136,130,130,131,130,131,130,136,176,85,130,176,136,130,131,130,136,130,176,85,176,136,130,131,130,136,130,131,130,131,130,136,130,131,130,176,85,176,130,136,176,136,130,136,176,130,136,130,136,176,85,136,176,85,176,136,130,136,130,136,85,242,242,242,242,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[74]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,242,242,40,242,242,40,136,130,131,130,176,130,136,130,136,130,131,130,136,130,136,130,136,176,85,176,85,130,136,130,136,130,136,130,131,130,136,130,136,85,176,136,130,136,130,136,130,136,130,176,85,176,130,131,130,136,130,136,85,176,85,176,85,176,131,130,176,136,136,130,136,130,176,85,176,85,136,130,176,85,136,130,136,130,136,130,131,130,136,136,130,136,130,136,130,131,136,130,136,130,136,130,136,130,131,130,136,130,136,130,131,130,136,130,136,130,136,130,131,130,130,131,130,136,130,131,130,131,130,176,85,176,130,136,130,136,130,176,85,176,85,243,241,242,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[75]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,241,242,242,242,242,91,85,176,130,136,85,136,130,176,85,176,130,136,176,85,176,130,131,130,136,130,136,176,136,130,131,130,131,130,176,130,131,130,131,130,136,130,85,176,130,131,130,131,130,136,130,131,136,130,136,176,136,130,176,130,136,130,136,130,136,130,136,130,176,85,176,130,131,130,136,130,136,176,85,176,136,130,136,130,136,130,136,130,131,130,130,131,130,176,85,176,130,130,176,85,176,130,131,130,176,130,136,176,85,176,130,136,130,136,130,131,130,136,130,130,136,130,136,176,85,176,130,136,130,136,136,130,136,85,176,130,131,130,136,176,136,130,176,85,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[76]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,241,242,242,130,136,130,136,176,130,136,131,130,136,130,136,130,131,130,136,130,176,130,136,130,131,130,130,136,130,136,130,136,130,136,130,136,130,176,136,176,136,130,136,130,136,176,130,131,130,130,136,130,131,130,130,131,136,130,136,130,176,130,136,130,131,130,136,130,136,130,136,130,131,130,136,130,136,130,176,85,176,130,131,130,136,130,136,176,130,136,136,130,136,136,130,131,130,136,130,136,130,136,136,130,136,130,136,130,131,130,176,85,176,130,136,130,131,176,130,136,130,136,130,136,130,136,130,130,176,85,176,130,136,130,136,130,131,130,130,136,130,136,130,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[77]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,242,242,136,130,131,130,176,85,176,130,130,131,130,136,130,136,130,176,85,136,130,131,130,176,130,136,131,130,136,130,131,130,136,176,130,136,176,85,130,136,130,131,130,136,130,136,130,136,136,176,130,136,130,136,130,176,130,131,130,136,130,131,130,130,131,130,136,130,131,130,176,130,136,130,176,85,176,85,176,136,130,136,130,176,136,130,176,85,136,130,130,131,130,176,90,176,136,130,131,130,136,130,176,85,176,130,136,130,176,90,176,136,130,131,130,136,130,136,131,130,131,130,136,130,131,130,131,130,136,130,136,85,176,136,130,130,136,176,85,176,85,176,136,130,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[78]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,45,85,176,130,136,130,136,136,130,136,136,130,176,85,176,136,130,136,130,176,136,130,136,85,176,130,176,130,136,130,136,130,131,130,136,130,130,136,130,131,130,136,130,131,130,136,130,130,131,130,136,130,131,130,136,85,136,130,136,130,131,130,136,136,130,136,176,130,136,136,130,131,130,136,130,136,130,136,130,136,130,131,130,136,130,136,130,136,176,85,176,130,136,130,131,130,136,130,136,130,131,130,136,130,131,130,136,131,130,136,130,136,130,176,130,136,130,130,130,136,130,176,85,176,136,130,136,176,136,130,176,136,130,131,130,136,130,136,130,136,130,136,130,136,176,130,136,255,255,255,255,255,255,255,255,255,255,255]; +image[79]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,45,176,85,136,130,131,130,130,131,130,176,85,176,136,130,136,130,131,130,136,130,136,130,136,130,136,85,136,176,85,176,130,136,176,85,136,176,85,176,130,136,130,176,130,136,130,131,136,130,176,85,176,130,136,176,130,136,130,176,136,130,136,130,176,130,176,85,130,131,130,130,136,130,131,130,136,130,136,130,131,130,136,130,131,130,131,130,131,130,136,130,136,131,130,136,130,176,85,176,130,136,130,131,130,136,130,136,130,130,136,130,131,130,136,130,131,130,131,176,136,130,136,130,136,130,136,176,85,130,136,130,136,130,136,130,136,130,131,130,131,130,136,130,131,130,131,130,136,130,255,255,255,255,255,255,255,255,255,255]; +image[80]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,176,136,130,176,136,130,136,176,136,130,136,130,136,130,131,130,176,85,176,136,130,131,130,176,136,130,176,130,136,130,136,130,131,130,130,176,85,136,176,136,130,131,130,136,130,131,130,130,176,136,130,136,130,131,130,136,130,176,85,176,85,176,136,85,136,130,136,176,136,130,136,176,85,176,136,130,131,130,176,130,136,130,136,130,136,130,136,130,176,130,136,130,130,136,130,131,130,136,130,136,130,136,130,136,130,136,176,85,176,136,130,131,130,136,130,136,130,136,130,85,176,130,131,130,136,130,130,136,130,131,130,176,85,176,130,131,130,136,130,136,176,130,131,130,136,130,136,130,176,136,130,136,130,255,255,255,255,255,255,255]; +image[81]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,85,176,85,136,130,136,130,130,136,130,131,130,136,130,176,130,136,130,136,130,130,136,130,136,85,176,85,136,176,85,176,130,136,130,136,136,130,176,85,130,136,130,131,130,136,130,136,130,136,130,136,130,136,130,136,130,131,130,136,130,136,130,136,130,176,130,136,130,85,176,130,136,130,136,130,130,136,130,131,136,130,176,85,176,130,176,130,136,130,136,85,176,131,130,176,130,136,85,176,136,130,131,130,176,130,131,130,136,176,85,176,130,136,176,85,176,85,176,136,130,136,130,136,130,131,176,85,176,136,130,136,130,136,130,136,130,136,130,176,130,136,130,136,130,136,130,176,85,176,85,176,85,176,136,130,255,255,255,255,255,255]; +image[82]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,136,130,176,130,131,130,131,130,136,130,176,130,136,85,136,130,131,130,136,131,130,136,130,176,136,130,176,85,136,130,136,130,131,130,131,130,136,130,136,176,85,176,136,130,176,130,131,130,131,130,131,130,136,130,136,130,136,130,131,130,176,85,176,136,85,176,85,176,136,130,131,130,136,130,131,176,136,130,130,136,131,130,136,130,136,85,176,136,130,136,130,136,130,136,136,130,176,136,130,131,130,136,130,136,130,136,130,130,136,130,136,130,136,130,136,130,136,130,176,85,176,130,136,130,136,130,136,130,131,130,176,85,176,85,176,130,131,136,85,176,130,131,130,176,85,136,130,136,130,136,130,136,130,130,131,130,136,130,255,255,255]; +image[83]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,176,136,130,136,130,136,130,136,130,131,130,131,130,136,130,176,136,130,136,130,130,176,130,176,85,130,136,130,136,176,85,136,85,136,85,136,85,136,85,136,85,136,85,136,85,131,85,136,136,130,136,130,136,176,85,176,130,131,130,136,130,136,130,176,85,176,130,136,130,136,130,136,176,85,176,130,136,130,130,136,176,130,136,130,131,130,136,176,85,176,85,176,136,130,130,131,130,136,130,136,85,136,85,91,85,91,85,91,85,91,85,91,85,91,85,131,85,136,85,136,136,130,136,85,176,130,176,85,176,130,136,130,136,176,136,130,136,176,130,136,130,136,130,136,130,136,176,85,176,255,255,255,255,255,136,255,136,255,176,255,130,255,255]; +image[84]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,136,130,131,130,131,130,136,130,136,130,136,130,131,130,136,130,131,130,136,176,85,136,136,130,136,176,85,91,241,242,242,242,242,242,242,242,242,242,241,242,241,242,241,242,241,242,242,242,242,85,136,85,176,130,136,130,136,130,136,176,85,136,130,136,130,136,130,136,176,85,176,130,136,130,136,130,131,130,131,130,85,176,136,130,176,85,176,130,136,130,136,130,131,176,136,130,91,40,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,241,242,85,136,176,130,136,130,136,130,136,130,136,130,131,130,130,136,130,131,130,136,130,176,85,176,136,130,136,130,136,130,136,130,136,255,255,255,255,255,255,255,255,255,255,255]; +image[85]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,131,130,131,130,136,130,136,176,85,176,130,136,130,136,130,131,130,176,130,131,130,136,130,131,130,131,130,136,130,85,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,242,241,242,242,243,85,131,130,131,130,176,85,176,130,176,85,176,136,130,131,130,136,176,85,136,130,131,130,136,130,136,176,136,130,136,130,136,136,130,136,85,176,130,136,130,130,136,85,242,242,242,242,242,241,242,242,242,242,242,242,242,242,242,242,241,242,242,241,242,242,242,242,85,130,136,131,130,131,130,136,176,85,176,130,136,131,130,136,130,136,130,131,130,136,130,136,130,131,130,136,176,85,176,130,136,130,255,255,255,255,255,255,255,255,255,255]; +image[86]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,136,130,176,130,131,130,130,136,130,136,130,131,130,176,136,130,136,85,136,130,176,130,136,130,136,130,176,130,136,131,241,242,241,242,242,241,242,241,242,242,241,242,242,241,242,242,241,242,242,242,242,242,241,242,242,90,136,130,136,130,136,136,130,136,176,130,131,130,136,130,130,136,130,176,136,130,176,85,176,130,85,176,130,131,130,130,136,130,136,176,136,85,176,85,136,241,241,242,242,242,241,242,242,242,241,242,241,242,241,242,241,242,242,242,242,242,242,242,242,242,242,131,136,130,130,136,176,85,176,85,176,136,130,130,176,85,176,130,131,130,136,130,131,130,176,130,130,136,130,130,136,130,131,130,136,176,130,136,255,255,255,255,255,255,255]; +image[87]=[255,255,255,255,255,255,255,255,255,255,255,255,255,176,136,130,136,176,90,176,136,131,130,136,176,130,136,130,136,130,136,176,130,130,136,131,130,136,130,176,85,136,130,136,130,242,242,242,242,242,242,242,242,242,242,242,241,242,242,242,242,242,241,242,241,242,242,242,242,242,242,85,136,176,130,131,130,136,130,136,130,136,130,131,130,136,130,131,130,136,130,136,130,136,136,130,136,130,136,85,176,130,131,130,130,130,136,176,45,242,242,242,241,242,242,242,242,242,242,242,242,242,242,242,242,242,242,241,242,241,242,242,241,242,241,242,130,85,176,136,130,136,130,136,130,136,130,131,136,130,136,130,136,130,136,130,136,130,136,255,255,255,255,255,255,255,255,255,255,130,131,130,136,130,255,255,255,255,255,255]; +image[88]=[255,255,255,255,255,255,255,255,255,255,255,255,136,130,130,131,130,136,130,130,130,136,130,131,130,136,130,131,130,131,130,136,130,136,130,130,136,130,131,130,136,130,176,85,176,241,242,241,242,40,248,248,249,188,188,188,252,188,252,188,252,252,188,252,188,248,243,242,242,242,242,242,85,136,130,130,136,130,131,130,136,130,176,136,130,131,130,136,130,136,130,136,130,176,85,176,136,130,176,136,130,136,130,136,131,130,136,40,242,242,242,242,242,246,248,188,250,188,188,188,188,188,188,188,188,188,250,188,249,249,247,242,242,242,242,91,130,136,130,131,130,136,130,136,130,136,130,130,136,130,131,130,136,130,131,130,136,130,131,130,176,255,255,255,255,255,255,255,255,255,255,255,176,85,176,255,255,255,255,255]; +image[89]=[255,255,255,255,255,255,255,255,255,255,255,130,130,131,130,136,130,131,136,176,85,176,130,136,176,85,176,130,136,130,131,130,136,176,85,176,136,130,136,130,131,130,136,130,136,85,242,242,242,243,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,242,241,242,242,242,85,176,131,130,136,130,130,136,85,176,85,176,130,136,130,131,130,131,130,136,130,136,130,131,130,136,130,131,130,136,130,176,130,91,242,242,242,243,188,254,239,239,254,239,239,239,239,239,239,239,254,239,254,239,239,239,239,188,242,242,241,242,85,136,130,136,130,176,85,176,130,131,176,85,176,136,130,136,130,176,130,131,130,176,130,136,130,136,130,255,255,255,255,255,255,255,255,255,255,255,255,255,130,255,255,255,255]; +image[90]=[255,255,255,255,255,255,255,255,255,255,136,176,136,130,136,130,136,130,130,136,176,85,136,130,136,130,136,130,176,130,136,130,131,130,136,130,131,130,176,136,130,136,130,131,130,91,242,242,242,242,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,245,241,242,242,91,90,176,130,131,176,136,130,176,90,176,136,130,176,130,136,176,130,136,130,131,130,136,130,176,85,176,130,136,130,131,130,136,241,241,242,248,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,250,242,242,242,242,176,130,176,85,136,130,136,130,136,130,136,130,130,131,130,136,131,130,136,130,136,131,130,136,130,131,130,136,130,136,255,255,255,255,255,255,255,255,255,255,255,176,85,255,255]; +image[91]=[255,255,255,255,255,255,255,255,255,85,130,136,130,176,85,176,130,131,136,130,136,130,131,130,136,130,176,85,136,130,136,130,176,136,130,176,130,136,85,176,130,136,130,136,130,130,241,242,242,242,252,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,250,251,188,242,241,242,242,85,136,130,85,176,85,176,136,130,85,176,85,136,130,85,176,85,176,130,136,130,136,130,136,136,130,131,130,136,130,136,85,242,242,248,239,254,252,252,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,91,242,242,241,136,85,136,130,136,176,130,131,130,176,85,176,136,130,136,130,176,130,136,130,136,130,130,136,130,136,176,85,176,130,136,130,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[92]=[255,255,255,255,255,255,255,255,130,176,136,85,176,136,130,136,130,130,176,85,176,130,136,130,131,136,130,136,130,131,130,136,130,85,136,130,136,130,136,130,131,130,176,136,130,131,45,242,242,242,248,239,239,239,239,239,239,239,239,239,239,239,239,253,248,0,0,0,0,0,241,242,242,242,85,136,176,136,130,136,130,130,136,176,136,130,176,136,176,136,130,136,130,131,130,176,85,176,130,136,130,136,130,131,130,242,242,242,188,247,0,0,0,0,244,252,239,239,239,239,239,239,239,239,239,239,239,239,239,250,241,242,242,40,176,130,176,85,176,85,136,130,136,136,130,130,131,130,136,130,136,130,131,130,176,85,176,130,131,130,136,130,136,130,131,130,136,130,136,255,255,255,255,255,255,255,255,255,255,255]; +image[93]=[255,255,255,255,255,255,255,130,136,130,136,130,130,136,130,131,136,130,136,130,136,130,136,130,130,176,130,136,176,130,131,130,176,136,130,176,85,176,136,130,136,130,131,130,176,130,131,242,241,242,242,253,239,239,239,239,239,239,239,239,239,239,252,242,0,0,0,0,0,0,0,241,242,242,45,136,130,130,136,130,131,136,130,136,130,136,85,130,136,130,131,130,136,130,136,130,136,130,131,130,176,130,136,130,131,242,242,243,0,0,0,0,0,0,0,0,250,239,239,239,239,239,239,239,239,239,239,239,254,243,242,242,242,131,90,176,136,130,136,130,131,130,130,136,176,136,130,131,130,131,130,136,130,136,176,136,130,136,130,176,85,176,136,130,176,136,130,176,130,255,255,255,255,255,255,255,255,255,255,255]; +image[94]=[255,255,255,255,255,255,136,130,131,130,136,131,130,176,85,176,130,131,130,136,176,85,176,136,85,136,130,131,130,136,130,136,85,176,136,130,136,130,131,130,136,130,136,130,136,130,130,91,241,242,242,248,239,239,239,239,239,239,239,239,239,254,243,0,0,0,0,0,0,0,0,241,242,242,242,130,131,130,136,130,176,130,85,176,130,136,176,130,136,130,136,130,176,85,176,130,131,130,136,130,131,130,136,130,85,242,242,241,0,0,0,0,0,0,0,0,0,252,239,239,239,239,239,239,239,239,239,239,248,242,242,241,45,176,85,176,136,130,176,136,130,136,130,131,130,136,130,136,130,176,85,176,85,176,85,136,130,136,130,136,130,136,130,131,130,131,130,136,85,176,130,255,255,255,255,255,255,255,255,255]; +image[95]=[255,255,255,255,255,255,176,130,136,130,176,130,136,130,136,130,136,130,131,130,136,130,176,130,131,130,136,130,136,85,176,136,130,130,131,130,136,130,130,176,136,130,131,130,131,136,130,85,242,242,242,242,252,239,239,239,239,239,239,239,239,250,0,0,0,0,0,0,0,0,0,0,242,242,241,176,136,130,131,130,136,130,136,131,130,136,130,131,130,131,130,136,130,131,136,130,136,130,136,130,136,130,176,136,85,242,242,241,0,0,0,0,0,0,0,0,0,245,239,239,239,239,239,239,239,239,239,252,242,241,243,40,136,130,136,130,131,130,136,130,176,85,176,130,131,130,176,130,136,130,136,130,136,130,136,130,176,85,176,85,176,130,136,130,136,130,136,176,130,136,136,130,255,255,255,255,255,255,255,255]; +image[96]=[255,255,255,255,255,136,130,131,130,131,130,136,131,130,136,130,136,130,176,130,131,130,136,130,176,130,136,130,176,130,130,131,130,136,130,176,85,176,136,85,130,136,130,136,130,176,136,130,91,241,242,242,244,254,239,239,239,239,239,239,239,244,0,0,0,0,0,0,0,0,0,0,242,242,242,85,176,130,136,130,131,130,176,130,131,130,136,130,176,130,136,176,130,136,130,136,176,85,176,131,130,136,130,131,91,242,242,0,0,0,0,0,0,0,0,0,0,0,254,239,239,239,239,239,239,239,254,244,242,242,242,130,136,130,136,130,136,130,131,130,136,130,136,130,136,130,136,130,131,130,136,176,130,176,85,176,136,130,136,130,136,130,131,130,136,130,131,130,136,130,176,136,130,255,255,255,255,255,255,255]; +image[97]=[255,255,255,255,255,130,136,130,136,130,136,130,130,176,255,131,130,136,130,136,130,136,130,136,136,130,176,85,136,176,136,130,136,131,130,136,130,131,130,176,130,136,130,131,130,136,130,131,130,242,242,242,242,248,239,239,239,239,239,239,254,0,0,0,0,0,0,0,0,0,0,0,241,242,241,136,130,136,130,136,130,136,130,136,130,136,176,85,136,176,85,136,130,130,131,130,136,130,136,130,131,130,136,130,85,241,242,0,0,0,0,0,0,0,0,0,0,0,252,239,239,239,239,239,239,254,246,242,242,242,85,136,176,85,176,130,136,130,136,130,131,130,136,130,131,130,136,130,136,130,131,130,136,130,136,85,176,136,130,131,130,136,130,131,130,130,136,176,85,130,131,130,136,130,255,255,255,255,255,255]; +image[98]=[255,255,255,255,176,85,176,130,136,130,176,255,255,255,130,136,130,131,130,136,130,131,130,131,130,136,130,176,136,130,130,131,130,130,136,176,136,130,136,131,130,136,130,136,130,131,130,130,136,85,242,242,242,242,249,239,239,239,239,239,254,0,0,0,0,0,0,0,0,0,0,0,241,242,242,85,136,176,85,176,130,131,130,136,130,130,136,130,130,130,136,176,131,130,176,130,136,130,136,130,136,130,136,130,91,241,241,0,0,0,0,0,0,0,0,0,0,0,251,239,239,239,239,239,239,247,242,242,242,85,176,130,136,130,131,130,136,130,131,130,136,130,136,130,176,136,130,131,130,136,130,136,130,131,130,176,130,136,130,176,136,130,176,136,130,131,130,136,130,136,130,176,136,130,136,255,255,255,255,255]; +image[99]=[255,255,255,130,136,130,136,130,255,255,255,255,255,176,136,130,136,130,131,130,136,130,176,85,176,85,136,130,131,130,136,130,136,176,85,130,136,130,136,130,176,130,131,130,130,136,176,136,130,176,85,242,241,242,242,249,239,239,239,239,254,0,0,0,0,0,0,0,0,0,0,0,241,242,242,131,130,136,130,136,130,131,130,136,130,131,130,136,131,136,130,136,130,136,136,85,176,130,136,130,176,130,136,130,242,242,241,0,0,0,0,0,0,0,0,0,0,0,251,239,239,239,239,254,246,242,242,241,136,130,131,130,136,130,136,130,136,130,176,136,130,176,136,130,131,130,136,176,85,176,130,136,130,136,136,130,131,130,136,130,255,255,255,130,136,130,136,130,136,176,85,136,130,131,130,255,255,255,255,255]; +image[100]=[255,255,136,130,136,131,130,255,255,255,255,255,136,130,130,176,136,130,176,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,131,130,136,130,131,136,130,136,176,85,130,136,130,136,130,131,241,242,242,242,248,239,239,239,239,245,0,0,0,0,0,0,0,0,0,0,241,242,242,85,176,136,130,131,130,136,130,131,130,176,136,130,130,130,131,130,130,130,176,136,130,131,130,131,136,130,131,130,242,242,241,241,0,0,0,0,0,0,0,0,0,0,252,239,239,239,252,244,242,242,40,136,85,176,136,130,176,130,131,130,131,130,136,130,131,130,85,136,130,176,130,136,130,136,130,131,130,130,136,130,131,130,136,130,131,130,136,255,176,255,176,85,176,130,176,130,131,130,136,130,136,255,255,255]; +image[101]=[255,255,255,176,130,176,255,255,255,255,255,130,130,131,130,131,130,136,85,136,176,85,176,136,130,176,130,136,130,131,130,131,130,176,136,130,176,130,136,130,176,130,136,130,130,136,176,85,176,85,136,176,85,242,241,242,242,246,253,239,239,250,0,0,0,0,0,0,0,0,0,0,241,242,242,136,130,136,130,136,176,130,136,130,136,130,130,131,136,176,130,136,136,131,130,136,130,136,130,130,136,130,136,176,242,242,241,0,0,0,0,0,0,0,0,0,0,0,253,239,188,246,242,242,242,243,85,176,130,136,130,131,130,136,130,176,130,136,130,136,130,136,176,130,136,85,136,130,131,130,176,130,131,176,130,136,130,131,130,136,176,130,136,130,255,255,255,255,85,136,130,136,130,136,130,176,130,255,255,255]; +image[102]=[255,255,136,130,136,255,255,255,255,255,136,176,136,130,136,130,136,176,130,136,130,136,130,131,130,131,130,131,130,176,136,130,136,130,85,176,136,85,176,85,136,130,131,136,176,85,176,136,130,176,130,136,130,136,85,242,242,242,243,251,239,239,245,0,0,0,0,0,0,0,0,0,242,242,241,130,131,130,136,130,136,130,136,130,131,136,130,130,130,136,130,131,130,130,136,130,176,85,176,136,130,176,85,130,91,241,246,0,0,0,0,0,0,0,0,0,0,244,251,246,242,242,241,242,85,136,130,136,130,136,130,136,130,131,136,136,130,176,85,176,130,136,130,136,130,176,130,136,130,136,136,130,136,130,136,130,136,130,176,85,136,130,131,130,136,255,255,255,255,255,130,136,176,85,176,136,85,255,255,255]; +image[103]=[255,130,255,255,255,255,255,255,255,176,85,130,131,130,136,130,176,85,176,130,136,130,136,130,136,130,136,130,136,130,131,130,136,130,131,130,136,130,176,136,130,136,130,130,130,136,130,130,136,85,136,130,131,130,136,85,242,242,242,242,245,251,252,246,0,0,0,0,0,0,0,244,188,241,91,130,176,130,131,130,131,130,136,130,130,176,136,136,131,130,136,130,176,136,125,136,130,136,130,131,130,136,130,136,85,242,250,251,0,0,0,0,0,0,0,241,241,242,242,241,242,242,45,131,130,136,130,131,130,131,130,136,130,130,130,131,130,136,130,131,136,130,131,130,131,130,136,176,85,176,85,176,85,176,85,176,136,130,136,130,176,130,136,130,136,130,255,255,255,255,255,130,255,130,136,130,136,130,255,255]; +image[104]=[176,136,255,255,255,255,255,255,130,136,130,136,130,136,130,131,130,136,130,131,130,176,85,176,136,130,136,130,136,130,176,85,176,136,130,130,136,130,131,130,176,85,176,136,130,131,130,136,176,130,176,136,130,136,130,176,130,131,45,241,242,242,242,244,241,241,241,241,241,241,241,246,244,242,85,136,130,136,130,176,130,136,176,85,136,130,130,130,176,130,136,85,176,130,136,131,130,136,130,136,130,131,130,176,136,242,242,241,242,242,242,242,242,242,242,242,242,242,242,242,85,131,130,176,85,176,130,136,130,136,130,131,130,136,176,130,136,130,136,130,176,85,176,130,136,130,131,130,136,130,136,130,136,130,136,130,136,130,131,130,136,130,131,130,176,136,130,255,130,255,255,255,130,255,176,130,136,176,85,255]; +image[105]=[255,255,255,255,255,255,255,255,136,130,136,130,131,130,176,85,176,136,130,136,130,136,130,136,130,176,85,176,136,130,136,130,136,130,176,131,130,136,130,136,176,136,130,131,130,136,176,85,130,136,130,85,176,130,131,136,130,136,176,85,91,40,242,242,242,242,242,242,242,242,242,242,242,85,136,85,176,85,136,176,85,130,176,131,130,136,131,130,131,130,136,130,136,85,176,130,176,130,131,130,176,130,136,130,130,136,85,242,241,242,241,242,241,242,242,242,45,85,131,130,136,130,136,130,136,130,136,176,130,176,130,136,176,85,136,176,85,176,130,136,130,136,130,136,130,136,130,136,130,136,176,130,136,130,176,85,176,130,136,131,130,136,130,136,85,176,136,130,136,255,255,255,255,255,255,131,130,136,130,255]; +image[106]=[255,255,255,255,255,255,255,130,176,85,176,136,130,136,130,136,130,136,130,131,130,131,130,131,130,136,130,130,131,130,136,130,131,136,130,136,130,136,130,85,130,136,130,136,130,136,130,136,176,85,176,136,130,136,130,130,136,130,136,130,176,130,136,85,136,85,136,85,131,85,136,130,131,130,136,176,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,176,130,136,130,136,85,136,130,136,131,130,131,130,131,130,136,130,131,130,136,85,136,85,176,130,131,130,136,130,136,130,136,176,85,176,85,136,85,136,130,136,130,130,136,130,136,130,131,130,136,176,85,176,130,136,130,176,85,176,85,176,131,130,136,130,136,130,130,176,130,131,130,176,130,136,130,131,130,176,130,255,255,255,255,255,130,176,136,255]; +image[107]=[255,255,255,255,255,255,255,136,130,136,130,136,130,136,130,176,85,176,130,136,130,136,130,176,85,176,136,130,136,176,85,176,130,130,136,130,131,130,176,136,176,85,176,130,136,130,131,130,176,136,130,131,130,136,130,131,130,131,130,136,130,136,176,130,176,130,136,130,176,130,136,130,136,130,136,130,136,130,131,130,136,130,176,85,176,130,136,130,131,130,131,130,131,130,136,176,130,136,176,130,136,130,136,130,136,130,176,130,136,85,176,130,176,130,136,130,136,176,85,176,130,131,130,136,130,136,176,130,176,85,176,130,131,136,130,131,130,136,130,136,130,136,130,136,176,85,176,136,130,136,130,130,136,85,176,130,131,136,130,136,255,136,136,130,131,130,136,130,136,130,136,255,255,255,255,255,255,255,255,130]; +image[108]=[255,255,255,255,255,255,130,136,176,85,176,130,131,130,136,130,136,130,136,130,176,136,130,136,176,85,176,130,136,130,136,130,136,130,131,130,136,130,131,130,136,130,136,130,131,130,136,130,130,136,130,176,85,176,136,130,176,130,136,130,131,130,136,85,176,85,176,136,85,176,130,176,85,176,130,131,130,136,176,130,131,136,130,136,130,131,130,136,130,136,130,136,130,136,130,131,130,136,130,130,131,130,136,130,131,136,130,136,130,176,136,85,136,130,131,130,136,130,136,130,136,130,130,136,130,136,130,136,130,136,130,136,130,130,136,130,176,85,176,130,131,130,176,85,176,136,130,136,130,136,136,176,130,136,130,136,130,130,131,130,130,255,130,136,130,176,85,176,136,130,131,130,176,255,255,255,255,255,255,255]; +image[109]=[255,255,255,255,255,130,131,130,136,130,136,130,136,130,255,136,176,85,176,85,176,85,136,130,176,90,176,85,176,130,131,130,136,176,130,136,130,136,130,136,130,131,130,136,130,136,130,136,131,130,136,136,130,176,85,136,130,131,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,136,176,85,130,136,130,176,136,130,136,130,131,130,136,130,131,130,131,130,130,136,130,131,130,136,130,131,176,130,130,131,130,131,130,136,130,176,136,130,136,130,131,130,176,85,176,131,130,131,130,176,85,176,136,130,131,130,176,131,130,136,130,131,130,136,130,136,136,130,131,130,130,131,130,176,85,130,136,176,85,176,136,130,136,176,136,255,255,255,255,130,136,130,136,130,136,130,136,255,255,255,255,255,255,255]; +image[110]=[255,255,255,255,136,130,176,130,131,130,131,130,136,255,130,136,130,136,130,136,130,176,85,136,130,131,130,136,130,136,130,136,130,131,130,136,130,176,85,176,136,130,176,130,131,130,176,130,136,130,130,136,130,136,130,176,136,130,136,130,176,85,176,130,136,176,130,131,130,136,130,131,130,136,130,136,130,136,130,131,85,45,40,242,241,241,241,241,0,241,241,241,241,241,241,40,45,85,136,130,136,130,136,136,130,136,130,176,85,176,85,130,176,85,176,130,136,136,130,136,130,136,130,136,130,131,136,130,131,130,136,130,136,130,136,176,136,130,136,130,131,130,130,136,130,136,130,136,130,131,130,176,85,176,136,130,136,130,131,130,130,136,255,255,255,255,130,131,130,176,85,176,130,255,255,255,255,255,255,255]; +image[111]=[255,255,255,255,255,136,130,136,130,136,130,176,255,131,130,176,85,176,130,136,130,136,176,130,136,130,136,130,131,130,131,130,136,130,131,130,136,130,176,85,176,85,136,130,136,130,131,130,136,130,131,130,131,130,136,130,131,130,176,85,176,136,130,131,130,136,130,131,130,136,176,130,131,130,176,85,176,136,85,45,241,241,241,241,0,241,241,0,241,241,0,241,0,241,241,241,241,0,0,242,85,130,176,130,136,130,136,136,130,176,136,130,136,130,136,130,131,130,136,130,136,130,136,130,136,130,130,136,130,176,85,176,130,136,130,130,85,176,130,136,130,131,130,136,130,131,130,136,130,136,136,130,136,130,176,85,176,130,136,130,136,130,255,255,255,255,255,130,136,130,136,130,136,130,255,255,255,255,255,255]; +image[112]=[255,255,255,255,130,136,130,131,130,136,130,255,130,136,136,130,136,176,85,176,130,136,85,176,136,130,136,130,136,130,176,130,136,130,136,130,136,130,136,176,136,130,176,136,130,136,130,136,176,85,176,130,136,130,131,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,131,130,136,85,241,241,241,241,0,40,0,0,241,241,0,241,0,241,241,0,241,0,241,241,241,241,241,85,136,130,131,130,130,136,130,136,130,131,130,136,176,130,176,85,176,130,131,130,176,85,176,136,130,136,130,136,176,85,176,85,176,136,176,136,130,136,130,176,136,130,136,176,130,131,130,176,85,176,85,136,130,136,130,131,130,131,130,136,176,255,255,255,255,255,130,131,130,131,130,136,176,255,255,255,255,255]; +image[113]=[255,255,255,85,176,136,130,136,176,255,255,85,176,130,130,131,130,136,130,131,136,130,176,85,176,130,131,176,130,136,85,176,130,131,130,131,130,136,130,136,130,136,85,176,85,176,85,130,176,136,130,136,130,136,130,136,130,131,130,136,130,131,130,131,130,176,85,176,130,131,130,136,176,130,136,85,45,241,0,241,0,241,0,241,241,241,241,0,241,0,241,241,0,241,0,241,241,0,0,241,241,241,85,176,130,131,130,131,130,136,130,136,176,85,136,130,136,130,136,130,136,130,136,176,85,176,130,131,130,136,130,136,176,136,130,85,130,131,130,131,130,136,130,131,130,136,130,136,130,136,130,136,176,85,176,136,130,136,130,136,130,130,136,255,255,255,255,255,255,130,136,130,136,130,255,255,255,255,255,255]; +image[114]=[255,255,130,136,130,131,130,130,255,255,255,136,130,136,176,130,136,130,136,130,176,85,136,130,136,130,136,130,131,130,136,130,136,130,176,130,136,130,85,176,130,176,136,130,136,130,136,176,85,136,130,131,130,136,130,131,130,136,130,131,130,176,130,136,130,131,130,136,130,136,130,131,130,136,176,40,241,241,0,241,0,241,0,241,0,0,45,0,241,241,0,241,241,241,0,241,241,241,0,241,241,241,241,136,130,136,130,136,130,131,130,130,130,136,176,85,176,136,130,131,130,176,85,176,136,130,136,130,136,130,136,130,85,176,136,176,130,136,130,136,130,131,130,176,130,136,130,131,130,176,130,136,130,136,130,130,131,130,176,85,176,85,176,130,255,255,255,255,255,255,176,130,131,130,136,255,255,255,255,255]; +image[115]=[255,255,255,136,130,176,255,255,255,255,255,130,176,85,136,130,131,130,136,130,136,130,136,130,131,130,136,130,136,130,176,136,130,136,131,130,136,176,130,136,85,176,85,176,136,130,130,136,176,130,136,130,176,130,136,176,130,136,176,130,136,130,131,130,136,130,136,130,131,130,136,130,136,130,90,241,241,0,241,241,0,45,241,0,241,0,0,241,0,0,40,0,0,241,0,40,241,0,241,0,241,0,241,85,136,130,176,136,130,136,176,136,131,130,130,136,130,136,182,142,188,188,252,252,188,252,253,188,252,188,188,188,188,182,142,182,182,136,176,130,136,130,136,130,131,130,136,130,136,130,136,130,176,85,176,136,130,136,130,136,176,136,130,136,255,255,255,255,255,255,255,136,130,136,130,255,255,255,255,255]; +image[116]=[255,255,130,136,130,136,255,255,255,255,136,130,136,130,136,130,136,130,176,85,176,130,136,176,130,130,136,130,131,136,130,131,130,130,130,131,130,136,130,136,130,136,130,136,130,131,130,136,130,136,130,131,136,130,131,130,136,130,136,130,136,130,136,130,136,130,131,130,176,130,131,130,176,85,91,0,241,0,241,0,0,0,0,241,241,241,0,241,241,241,0,241,241,241,0,0,241,0,241,0,241,0,241,40,136,130,131,130,176,85,130,130,136,136,188,188,254,253,253,253,253,193,253,233,253,253,253,253,254,253,253,253,253,253,253,252,252,252,252,188,182,136,136,130,136,130,176,131,130,131,130,136,130,136,130,136,176,85,176,85,130,136,130,131,130,255,255,255,255,255,255,255,176,85,176,255,255,255,255,255]; +image[117]=[255,255,131,130,255,255,255,255,255,176,130,131,130,131,130,176,85,176,136,130,131,130,136,130,131,176,136,130,130,136,130,176,136,136,130,136,130,131,130,176,85,176,130,136,130,136,176,85,176,85,176,136,182,142,182,188,182,188,188,188,188,188,182,182,136,176,130,136,136,130,136,130,136,85,0,40,0,241,241,241,241,241,40,0,0,0,45,241,0,241,0,45,241,0,241,241,0,45,0,241,241,241,0,0,85,136,130,136,130,136,176,136,182,254,239,239,239,254,233,253,253,253,253,253,253,253,253,233,253,233,253,253,253,253,253,253,253,253,253,253,253,188,188,136,131,130,136,130,136,130,131,130,136,130,131,130,136,130,136,130,131,130,176,130,136,255,255,255,255,255,255,255,136,130,136,130,255,255,255,255]; +image[118]=[255,255,130,136,255,255,255,255,255,136,130,136,130,136,130,136,130,136,130,136,130,136,130,136,130,85,176,131,130,136,85,130,131,130,176,136,130,136,130,131,136,130,131,130,176,85,136,188,188,252,253,253,188,253,253,253,252,253,188,253,253,239,239,254,254,188,182,130,136,130,131,130,176,90,241,241,0,241,0,0,0,241,0,241,241,0,0,0,241,0,0,0,0,241,0,241,0,0,0,241,0,241,241,241,85,136,130,131,130,131,182,253,239,239,239,239,239,239,253,253,233,253,253,253,233,253,253,253,253,253,253,233,253,253,233,253,233,253,253,253,253,253,253,253,182,136,130,131,130,136,130,176,85,176,130,136,176,130,136,130,136,130,136,130,176,255,255,255,255,255,255,255,176,85,176,255,255,255,255,255]; +image[119]=[255,176,255,255,255,255,255,255,255,176,130,136,130,176,255,130,136,130,131,130,176,85,176,130,136,130,136,130,136,130,176,136,130,136,85,176,85,176,130,130,136,130,136,136,188,253,253,253,253,253,233,253,253,253,253,253,233,253,253,253,254,239,239,239,239,239,239,253,182,130,136,130,131,85,241,0,0,45,241,241,241,0,241,241,0,241,241,241,0,241,241,241,241,0,241,0,241,241,40,0,241,241,0,0,241,130,136,130,136,182,239,239,239,239,239,239,239,239,254,253,253,253,253,253,253,253,253,253,233,253,253,253,253,253,253,253,253,253,233,253,253,233,253,253,253,252,182,136,130,131,130,136,130,136,130,130,131,136,130,131,130,136,176,85,136,130,255,255,255,255,255,255,255,130,136,130,255,255,255,255]; +image[120]=[136,130,255,255,255,255,255,255,136,130,131,130,136,255,130,131,130,176,136,130,131,136,130,131,130,176,85,176,130,131,130,136,130,176,136,130,136,130,136,176,130,131,188,188,253,233,253,233,253,253,253,253,233,253,253,253,253,253,233,253,239,239,239,239,239,239,239,239,239,182,136,130,136,45,0,241,0,0,0,241,241,0,241,241,0,241,0,40,0,241,0,0,241,45,0,241,0,0,241,0,241,241,241,0,241,85,176,130,188,254,239,239,239,239,239,239,239,239,239,253,253,233,253,253,233,253,253,253,253,253,253,233,252,253,253,253,253,253,253,253,253,253,253,233,253,253,253,188,136,130,136,176,85,176,136,130,130,136,130,136,130,131,130,136,130,136,176,255,255,255,255,255,255,130,136,255,255,255,255,255]; +image[121]=[255,255,255,255,255,255,255,255,136,130,136,130,255,255,255,130,136,130,136,130,176,130,136,130,136,130,136,130,136,130,136,130,131,130,136,182,182,176,85,136,182,233,253,253,253,253,253,253,253,253,253,253,253,233,253,253,253,253,253,253,239,239,239,239,239,239,239,239,239,239,182,131,130,0,241,0,241,241,0,45,0,241,0,45,241,0,241,0,45,241,241,0,0,0,0,241,241,241,0,40,0,0,241,241,241,85,136,182,239,239,239,239,239,239,239,239,239,239,239,253,253,253,253,253,253,253,253,252,233,253,253,253,253,253,233,253,233,253,253,233,253,253,253,253,233,253,253,254,253,136,136,130,136,130,136,130,131,130,176,130,136,130,176,130,131,130,255,255,255,255,255,255,255,255,130,255,255,255,255,255]; +image[122]=[255,255,255,255,255,255,255,130,176,85,176,255,255,255,136,130,131,130,136,130,136,130,136,176,85,176,136,130,131,130,136,130,136,182,252,251,136,130,130,188,251,253,253,233,253,253,253,253,233,253,253,253,253,253,253,233,253,253,253,254,239,239,239,239,239,239,239,239,239,239,239,182,136,0,241,0,241,0,0,0,0,241,0,0,0,241,0,0,0,0,241,241,241,241,0,241,0,241,241,0,241,241,241,241,241,85,182,254,239,239,239,239,239,239,239,239,239,239,239,254,253,233,253,253,188,233,253,253,253,253,253,233,253,253,253,253,253,253,253,253,253,253,253,253,253,253,233,253,253,253,182,130,131,130,131,130,136,130,136,130,136,130,136,130,136,130,136,255,255,255,255,255,255,255,176,255,255,255,255,255]; +image[123]=[255,255,255,255,255,255,255,130,136,130,255,255,255,176,130,136,130,136,130,131,130,131,130,136,130,136,130,136,130,131,130,182,188,253,253,136,130,136,188,253,253,253,253,253,252,233,253,253,253,253,233,253,253,253,253,253,253,233,253,254,239,239,239,239,239,239,239,239,239,239,239,254,182,241,0,241,0,241,241,241,241,0,241,241,241,241,241,241,0,40,0,0,241,0,241,0,45,0,241,241,0,241,0,241,241,136,254,239,239,239,239,239,239,239,239,239,239,239,239,254,253,253,233,253,253,253,253,253,233,253,253,253,253,253,253,253,253,253,233,253,253,233,253,253,253,253,253,253,253,253,252,182,130,136,176,136,130,131,130,131,255,255,136,176,85,176,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[124]=[255,255,255,255,255,255,136,130,136,255,255,255,255,130,131,130,176,85,176,130,136,130,130,131,130,176,85,176,130,136,188,253,253,253,182,131,176,188,188,253,233,253,253,253,253,253,253,253,253,253,253,253,233,253,253,253,253,253,253,254,239,239,239,239,239,239,239,239,239,239,239,239,254,246,40,241,0,241,0,0,45,0,0,241,0,0,241,241,0,241,241,0,40,0,241,0,0,0,0,241,45,0,0,241,0,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,253,253,253,253,253,253,253,253,233,253,253,233,253,188,254,253,253,253,253,253,233,253,253,253,188,254,253,253,253,182,130,85,176,136,130,136,130,130,255,130,130,136,130,136,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[125]=[255,255,255,255,255,255,255,176,255,255,255,255,255,136,130,136,130,136,255,255,255,136,130,136,130,136,130,136,182,188,253,253,253,253,130,136,188,193,253,253,253,253,233,253,253,233,253,233,253,253,253,252,253,253,233,253,253,233,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,0,0,40,0,241,0,0,241,0,45,241,241,241,0,241,241,0,241,241,241,0,241,241,241,0,0,0,241,241,241,248,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,233,253,253,233,253,253,233,253,253,253,253,253,253,253,253,253,233,253,253,253,253,252,233,253,253,233,253,253,252,252,252,182,130,176,85,176,130,136,255,255,255,131,130,136,130,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[126]=[255,255,255,255,255,255,136,255,255,255,255,255,130,136,130,131,130,136,255,255,130,136,130,131,130,136,130,182,188,253,233,253,253,182,136,188,253,253,253,233,253,253,253,253,253,253,252,253,253,233,253,253,253,253,253,253,253,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,142,241,241,0,241,241,0,241,0,0,0,0,241,0,241,45,0,0,0,241,241,0,241,241,241,241,0,241,0,244,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,253,253,253,253,253,252,253,188,253,233,253,253,233,253,253,253,253,233,252,253,253,253,253,253,253,253,233,253,253,253,188,136,136,130,136,130,131,130,255,255,255,130,131,130,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[127]=[255,255,255,255,255,255,255,255,255,255,255,255,255,130,176,130,255,255,255,255,255,176,130,176,85,176,136,252,253,253,253,253,188,130,188,233,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,233,253,253,253,252,233,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,142,0,241,241,0,241,241,241,0,241,241,241,0,0,0,0,45,241,0,0,45,0,0,241,0,241,0,243,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,253,233,253,253,253,233,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,233,253,253,253,253,253,253,253,253,253,188,130,131,130,176,130,136,255,255,255,255,130,136,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[128]=[255,255,255,255,255,255,130,255,255,255,255,255,136,130,136,136,130,255,255,255,136,130,136,136,130,182,188,254,253,233,253,253,188,182,252,253,253,233,253,253,253,233,253,233,253,233,253,188,253,233,253,253,253,253,233,253,253,253,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,241,40,0,241,0,241,0,241,45,0,241,241,241,0,0,0,241,0,0,241,0,40,0,241,91,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,233,253,233,253,253,253,233,253,253,253,233,253,253,253,233,253,253,233,252,253,253,233,253,253,253,253,233,253,253,253,253,233,253,253,253,188,130,136,136,130,176,130,255,255,136,130,176,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[129]=[255,255,255,255,255,255,255,255,255,255,255,255,130,131,130,255,255,255,255,130,136,130,131,130,136,188,253,253,253,253,253,252,182,253,253,253,253,253,233,253,252,253,253,253,253,253,233,253,253,253,253,253,253,253,253,253,253,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,248,0,0,241,241,0,0,0,241,0,241,0,241,241,241,0,241,241,0,241,241,243,250,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,253,253,253,253,253,253,253,253,253,253,233,253,253,253,253,253,253,233,253,253,253,253,253,253,253,253,253,233,253,253,253,253,253,253,252,182,130,130,131,130,136,255,255,255,130,136,130,255,255,255,255,255,255,255,255,255,255,255,255]; +image[130]=[255,255,255,255,255,255,255,255,255,255,255,255,136,130,136,255,255,255,130,136,130,176,130,136,188,254,253,233,253,253,233,253,188,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,233,253,188,253,253,233,253,233,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,246,0,241,241,0,241,0,241,0,241,0,40,0,241,241,0,245,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,253,188,253,253,253,253,253,253,253,253,188,253,253,253,253,253,253,253,233,253,253,233,253,253,253,253,253,253,253,233,253,253,253,252,136,131,130,136,130,255,255,255,255,176,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[131]=[255,255,255,255,255,255,255,255,255,255,255,85,176,130,255,255,255,255,255,176,85,136,130,188,253,253,253,253,253,253,255,188,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,233,253,253,253,253,233,253,253,253,252,253,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,142,241,0,45,0,241,0,241,241,0,142,188,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,253,233,253,253,233,253,233,253,253,253,233,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,233,253,253,253,233,253,188,253,142,130,176,85,176,255,255,255,255,136,130,255,255,255,255,255,255,255,255,255,255,255,255]; +image[132]=[255,255,255,255,255,255,255,255,255,255,255,255,176,255,255,255,255,255,136,130,136,176,182,253,253,233,253,255,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,253,253,253,253,253,253,253,233,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,241,0,0,0,40,0,241,241,0,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,233,253,253,253,253,253,253,253,253,188,253,255,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,253,233,253,136,130,136,130,255,255,255,255,130,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[133]=[255,255,255,255,255,255,255,255,255,255,255,130,255,255,255,255,255,255,130,131,130,136,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,233,253,253,233,253,253,233,253,253,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,188,0,241,241,241,0,241,0,241,241,252,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,233,253,253,253,253,233,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,182,136,130,136,255,255,255,255,136,130,255,255,255,255,255,255,255,255,255,255,255,255]; +image[134]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,136,176,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,253,253,253,253,253,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,241,0,241,241,0,241,241,0,241,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,253,253,233,253,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,252,176,85,176,255,255,255,255,130,136,255,255,255,255,255,255,255,255,255,255,255,255]; +image[135]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,136,130,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,233,253,253,233,253,253,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,188,0,45,241,0,241,0,45,241,241,252,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,253,253,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,176,136,130,255,255,255,255,255,130,255,255,255,255,255,255,255,255,255,255,255,255]; +image[136]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,131,130,136,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,253,253,233,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,252,249,246,0,0,0,0,0,0,241,0,0,0,0,241,0,242,248,251,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,233,253,253,188,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,136,255,255,255,255,136,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[137]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,136,130,176,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,253,253,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,251,247,241,0,0,241,241,241,241,241,0,241,241,241,241,241,241,0,241,0,0,241,0,244,250,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,253,253,233,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[138]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,136,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,253,253,239,239,239,239,239,239,239,239,239,239,239,239,252,248,241,0,241,241,241,0,241,0,241,0,241,241,0,0,0,241,0,40,0,241,241,0,241,241,241,241,0,247,252,239,239,239,239,239,239,239,239,239,239,239,239,239,239,253,253,253,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[139]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,233,253,253,254,239,239,239,239,239,239,239,239,254,251,244,241,0,241,241,0,0,241,241,241,247,250,188,188,253,254,254,233,253,253,253,188,250,246,242,241,0,241,0,241,241,241,246,253,239,239,239,239,239,239,239,239,239,239,239,239,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[140]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,136,176,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,239,239,239,239,239,239,239,253,245,0,241,241,0,241,241,241,91,188,253,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,250,245,0,241,0,241,241,0,248,254,239,239,239,239,239,239,239,239,239,254,253,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[141]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,136,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,239,239,239,239,239,239,252,242,241,241,0,241,0,247,188,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,247,241,0,241,241,243,251,239,239,239,239,239,239,239,239,233,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[142]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,130,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,254,239,239,239,239,239,253,245,0,241,91,142,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,188,245,241,241,243,253,239,239,239,239,239,239,239,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[143]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,254,188,252,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,239,239,252,188,254,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[144]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[145]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[146]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[147]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[148]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[149]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[150]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[151]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[152]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[153]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[154]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[155]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[156]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[157]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[158]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; +image[159]=[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,255,239,239,239,255,239,239,239,255,239,255,239,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255]; + +var width = 180; +var height = 160; +var xoff = (560 - width) / 2; +var yoff = (448 - height - 56) / 2; +var divisor = 2; + +for (var frames = 0; frames < height * divisor; frames++) { + for (var y = 0; y < height; y++) { + for (var x = 0; x < width; x++) { + var line = y - (height - 1) + ((frames < 0) ? 0 : Math.floor(frames / divisor)); + var outcol = (line < 0) ? 255 : image[line][x]; + graphics.plotPixel(x + xoff, y + yoff, outcol); + } + } +} + +var memstring = "USER RAM: " + ((vm.peek(-66) >> 2) + (vm.peek(-67) << 6) + (vm.peek(-68) << 14)); +if (memstring.length % 2 == 0) memstring += " Kbytes"; else memstring += " Kbytes"; +var cy = Math.floor((yoff + height + 14) / 14); +var cx = Math.floor(((560 - 7*(memstring.length)) / 2) / 7); +con.move(cy + 1, cx + 1); +print(memstring); +con.move(1, 1) \ No newline at end of file diff --git a/assets/phototest.js b/assets/phototest.js new file mode 100644 index 0000000..e38176b --- /dev/null +++ b/assets/phototest.js @@ -0,0 +1,458 @@ +var image=[]; +image[0]=[253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253]; +image[1]=[253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,252,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,194,253,194,253,253,253,194,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,252,253,253,253,194,253,253,253,253,253,252,253,253,253,252,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,194,253,253,253,253,253,253,253,253,253,253,253,252,253,253,252,253,253,253,253,252,252,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,252,253,253,252,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253]; +image[2]=[194,253,253,194,253,253,194,253,253,194,253,253,234,253,253,194,253,253,194,253,194,253,253,194,254,253,253,194,253,253,194,253,253,194,253,253,194,253,252,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,253,194,253,253,194,253,234,252,253,194,253,253,253,253,253,253,194,253,253,253,253,253,194,252,234,253,253,194,252,234,252,194,253,194,252,253,194,253,253,194,253,253,194,253,194,253,253,194,253,253,253,253,253,253,234,252,253,253,234,252,253,253,234,252,253,253,253,194,253,252,194,253,234,252,253,194,253,253,194,253,253,194,252,253,194,252,253,234,252,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,252,253,234,252,194,253,253,253,234,253,194,253,234,253,253,194,253,234,253,253,194,253,234,253,253,194,253,234,253,253,194,253,234,253,253,194,254,234,253,253,194,254,234,253,253,194,254,253,194,254,253,194,253,234,253,253,194,253,234,253,194,253,253,253,253,234,253,253,194,253,234,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,234,253,253,194,253,234,253,253,194,253,234,252,194,253,194,253,194,252,253,194,253,253,194,253,253,234,252,253,194,253,234,252,253,253,194,253,253,253,234,252,194,253,253,194,252,253,194,253,252,234,252,194,253,253,253,234,252,194,253,234,252,194,253,252,253,234,252,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,253,194,253,253,194,253,234,253,253,253,253,254,253,194,254,194,253,254,194,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,234,252,253,194,253,234,252,253,194,253,252,234,252,253,253,253,253,253,194,253,252,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,234,252,253,194,253,253,194,253,253,234,252,253,194,253,253,194,253,253,234,252,253,194,253,234,252,253,194,253,234,252,194,253,234,252,194,253,234,252,194,253,234,252,194,253,234,253,194,253,234,252,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253]; +image[3]=[253,253,254,253,253,253,254,253,253,253,194,253,253,253,253,253,253,253,253,253,253,254,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,252,253,253,253,253,253,253,194,253,194,253,253,253,253,253,194,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,252,253,253,252,253,253,253,253,253,253,253,253,252,234,252,234,253,252,253,253,253,252,253,194,253,252,253,253,234,252,253,253,253,253,253,252,253,253,253,253,252,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,234,253,252,253,253,253,252,253,252,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,253,253,254,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,194,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,252,253,253,253,253,252,253,252,253,253,253,253,253,253,253,234,253,252,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,252,253,253,253,253,253,252,253,194,253,194,253,253,252,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,252,253,253,253,253,253,252,253,253,253,252,253,253,252,253,253,253,253,252,253,253,253,252,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253]; +image[4]=[253,253,234,253,234,253,253,234,253,253,253,253,194,253,253,253,254,234,253,253,234,253,253,253,254,253,253,253,194,253,253,253,253,253,253,253,234,252,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,252,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,252,253,234,253,253,234,253,194,253,194,253,234,253,194,253,234,252,253,194,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,253,253,252,253,253,253,253,234,253,253,253,253,194,253,253,253,253,253,252,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,252,253,253,253,234,253,253,234,252,253,253,253,253,253,234,253,253,253,253,234,253,253,253,253,234,253,253,253,253,234,253,253,253,253,234,253,253,194,254,234,253,253,253,194,253,253,254,253,253,254,253,234,253,253,253,234,253,253,253,253,234,253,253,253,253,253,194,253,253,234,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,253,253,234,253,253,253,253,253,253,234,252,253,234,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,234,252,253,253,253,253,234,253,234,252,253,234,253,234,253,252,253,234,252,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,252,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,234,253,253,253,253,253,253,253,194,253,253,253,253,194,253,254,253,194,253,194,253,253,194,253,253,194,253,234,253,253,194,253,234,252,253,253,194,253,252,234,252,253,253,253,188,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,234,253,253,253,253,234,252,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,252,253,253]; +image[5]=[253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,194,253,252,194,253,194,253,253,194,253,194,253,253,194,253,253,194,253,194,253,253,252,234,253,252,253,253,194,253,253,253,253,252,253,194,253,253,253,252,234,253,194,253,253,194,253,194,253,253,253,253,194,253,252,253,194,252,253,253,253,253,253,253,253,253,252,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,234,253,194,253,253,194,253,194,253,252,253,253,194,253,253,253,253,253,194,253,253,194,253,252,194,253,253,253,253,252,253,253,253,194,253,253,194,253,194,253,253,194,253,253,253,253,194,253,194,253,253,194,253,194,253,253,194,253,194,253,253,253,253,253,194,253,252,253,253,252,253,253,234,253,194,253,253,253,253,194,253,253,253,253,194,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,254,253,194,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,194,253,194,253,253,194,253,194,253,253,194,253,194,253,253,194,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,252,253,253,253,253,252,234,253,253,253,253,252,234,253,253,252,253,253,253,253,253,253,253,253,253,194,253,253,194,253,194,253,253,194,253,194,253,253,194,253,194,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,254,253,253,253,253,253,253,253,253,254,253,253,253,253,254,253,253,253,234,253,253,253,253,253,252,253,253,253,253,252,253,234,253,253,253,253,253,253,234,253,253,253,253,253,253,253,252,194,253,252,194,253,194,253,253,194,253,194,253,254,194,253,234,253,253,194,253,194,253,253,194,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,252,253,253,252,194,253,252,253,253,253,194,252,234,253,253,253,253,253,253,253,252,234,252,194,252,234,253,253,252,234,253,253,253,234,253,253,194,253,253,194,253,253,194,253,253,194,253,194,253,253,194,253,194,253,253,253,253,194,253,194,253,253,194,253,194,253,194,253,253,194,253,253,194,253,253,194,253,194,253,253,194,252,253,253,194,253,253]; +image[6]=[253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,194,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,252,253,253,253,253,234,253,253,253,253,253,253,253,234,252,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,234,253,253,253,253,253,253,234,253,253,253,253,234,253,194,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,252,234,252,234,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,252,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,254,253,253,253,253,254,253,194,253,234,253,253,253,253,194,254,253,234,253,253,253,253,253,253,254,253,253,253,253,194,254,194,253,253,253,253,253,253,253,234,253,253,253,194,253,254,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,252,253,234,252,253,253,252,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,194,254,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,234,252,253,253,253,253,253,253,253,253,253,252,253,252,234,252,253,252,253,252,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,252,253,253,253,253,194,253,253,252,234,253,253,194,253,253,253,253,253,194,253,253,253,253,252,253,252,194,253,252,253,194,253,253,252,253,253,252,252,253,253,252,253,252,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253]; +image[7]=[253,194,253,253,194,253,253,253,253,253,194,253,194,253,253,253,253,253,253,253,234,253,253,253,254,253,253,194,253,253,253,234,253,253,253,194,253,253,253,234,252,253,253,252,234,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,194,253,253,252,253,194,253,194,253,252,194,253,253,253,253,252,253,253,253,253,253,253,253,253,253,194,253,252,234,253,253,253,253,194,252,234,253,253,253,253,253,253,253,253,253,194,252,253,253,234,253,194,253,252,253,253,194,253,252,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,252,234,253,234,253,253,253,253,253,253,253,253,253,194,253,253,253,253,252,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,252,253,252,234,253,253,234,253,253,253,234,253,253,194,253,253,253,253,194,253,253,234,253,253,253,253,253,253,234,253,253,253,253,253,253,253,254,194,253,234,253,253,253,234,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,194,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,234,253,194,253,253,253,234,253,253,253,234,253,253,253,253,253,194,253,253,253,194,254,253,253,253,194,253,253,194,253,253,194,253,253,253,252,253,253,253,253,253,252,253,253,194,253,253,253,253,253,253,253,253,188,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,234,252,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,252,234,253,252,234,252,253,253,252,253,253,253,253,253,252,234,253,253,253,194,253,253,234,253,253,253,253,253,253,253,194,253,253,253,252,253,253,194,253,253,194,253,253,253,253,253,253,253,253,252,253,253,252,234,252,253,253,252,234,253,253,194,253,253,253,253,253,253,253,252,253,253,253,253,253,253,234,253,194,253,234,253,253,194,253,253,253,253,253,254,194,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,252,234,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,252,253,253,253]; +image[8]=[253,253,253,253,253,253,194,254,253,253,253,253,253,253,234,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,194,253,252,253,234,253,253,253,253,194,253,234,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,234,253,253,253,253,253,253,253,234,253,253,194,253,194,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,252,234,253,253,253,253,253,253,234,253,194,253,253,194,253,253,253,194,253,253,253,253,253,194,253,253,234,253,194,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,252,253,253,253,253,253,252,253,252,253,194,252,253,194,253,253,194,253,253,253,253,253,194,253,253,252,253,194,253,253,194,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,194,253,234,253,252,253,253,252,253,234,252,253,253,253,253,253,194,253,253,254,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,234,253,253,253,253,253,194,253,194,253,253,194,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,194,253,254,253,194,254,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,234,252,253,252,194,253,253,234,252,253,253,253,253,234,252,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,253,253,194,254,253,253,234,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,194,253,253,252,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,234,252,253,253,253,253,234,252,253,253,252,253,253,253,252,234,252,253,194,253,253,253,194,253,252,194,253,252,253,253,253,252,194,253,253,253,234,253,194,253,253,253,253,194,253,253,253,194,253,254,194,253,253,253,253,234,252,253,252,253,253,253,253,253,253,253,253,194,253,194,253,253,253,253,194,253,253,253,253,253,194,253,194,253,253,194,253,253]; +image[9]=[234,253,253,254,253,253,253,234,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,252,253,194,253,253,252,234,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,194,253,194,252,253,253,253,253,253,253,253,253,253,253,253,253,194,253,234,253,253,253,253,253,253,194,253,253,253,253,253,194,253,234,253,252,234,253,194,253,252,234,253,252,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,252,234,253,253,252,253,253,194,253,253,253,253,253,253,253,253,234,253,254,253,253,253,253,194,253,253,254,194,253,253,194,253,253,253,253,234,253,253,253,253,253,253,194,253,253,254,194,253,194,253,234,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,234,253,194,253,253,253,253,252,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,234,253,253,234,253,253,234,253,234,253,253,194,253,253,253,253,253,234,253,253,252,253,253,253,252,194,253,252,253,253,194,253,194,253,252,234,253,253,253,253,253,253,253,234,253,252,253,253,252,194,253,253,253,253,252,234,252,234,253,253,253,253,253,253,253,253,253,253,253,253,194,253,234,253,253,254,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,194,253,252,234,253,253,253,252,234,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,252,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,252,253,253,252,234,252,194,253,253,194,253,194,252,253,253,253,253,252,253,252,253,253,253,253,253,253,234,253,253,253,253,253,253,252,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,194,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253]; +image[10]=[253,253,194,253,253,253,253,253,253,194,254,194,253,253,194,253,253,253,253,194,253,194,253,253,253,253,253,194,253,253,194,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,234,253,253,253,253,253,234,253,252,253,253,194,253,234,253,253,253,253,253,253,234,253,253,234,253,194,253,253,253,253,253,253,253,253,234,252,253,253,253,253,253,234,252,194,253,253,253,194,253,253,234,253,253,253,253,194,253,194,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,234,252,253,194,253,253,253,253,253,253,253,253,253,253,253,254,234,253,253,254,253,253,253,194,253,253,253,253,194,253,253,253,253,253,234,253,253,253,254,253,253,253,194,253,253,253,234,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,252,234,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,234,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,252,253,253,253,253,253,234,253,252,253,253,253,253,253,253,253,253,253,252,253,194,253,253,253,253,253,252,253,234,252,253,253,253,252,234,252,194,253,253,252,253,253,253,253,194,253,253,253,194,253,194,253,253,253,253,253,253,234,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,234,252,253,253,253,194,253,253,253,253,253,253,252,234,253,253,253,252,253,234,252,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,194,253,253,253,252,253,253,253,253,253,253,234,253,253,253,253,252,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,234,252,194,253,252,253,252,253,253,253,253,253,194,253,253,252,253,253,194,253,234,252,194,253,253,252,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,252,194,253,253]; +image[11]=[253,253,254,194,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,252,253,253,194,253,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,252,253,253,253,253,194,253,253,253,252,234,253,253,252,253,194,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,253,252,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,194,253,253,234,253,253,253,194,253,252,234,253,252,234,253,253,252,194,253,194,253,253,253,253,253,253,252,234,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,194,253,253,194,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,234,253,194,253,253,253,194,253,253,253,253,253,234,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,194,253,194,253,252,253,253,253,253,253,234,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,234,253,253,253,253,253,253,234,252,194,253,252,253,253,253,194,252,253,253,252,253,253,253,253,253,253,252,234,253,253,194,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,252,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,252,253,253,253,194,253,253,252,234,252,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,252,234,253,253,253,253,194,252,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,194,253,252,194,253,252,253,253,194,253,252,253,252,252,253,253,253,252,234,253,194,253,194,253,253,194,253,253,194,254,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,194,253,253,253,253,253]; +image[12]=[253,253,253,253,254,194,253,254,234,253,253,253,253,253,253,194,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,194,253,253,253,194,253,252,253,253,253,194,253,253,252,194,253,253,234,252,253,253,253,194,253,253,253,253,253,194,253,194,253,253,253,253,253,194,253,253,253,194,253,253,253,194,253,253,253,253,253,234,253,194,253,253,234,253,253,234,253,194,253,253,194,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,252,253,234,253,253,253,252,253,253,253,253,194,253,253,253,194,253,253,253,253,194,253,253,253,234,252,194,253,253,253,253,253,253,253,234,253,194,253,253,253,253,234,252,253,234,253,194,253,253,253,253,253,234,253,253,253,253,253,253,254,253,234,253,194,253,253,194,253,253,253,253,253,253,253,194,253,234,253,253,253,253,194,253,234,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,253,253,234,253,253,254,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,252,253,194,253,253,252,253,253,194,253,253,253,254,194,253,254,194,253,253,194,253,194,253,194,253,253,253,253,253,253,253,194,253,253,253,252,253,253,253,234,253,253,253,194,253,253,234,252,194,253,253,253,253,252,194,253,253,253,253,253,194,253,253,252,253,253,194,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,234,252,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,234,253,253,234,252,253,253,253,253,253,252,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,234,252,253,253,253,234,253,253,253,253,253,253,253,252,253,253,252,253,253,253,253,253,253,253,253,253,253,194,253,253,254,253,253,253,194,253,253,194,253,194,253,253,253,253,194,253,253,253,253,253,253,194,252,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,194]; +image[13]=[253,253,234,253,253,253,253,253,253,253,254,253,194,253,253,253,253,253,253,194,253,253,234,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,194,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,234,253,253,252,234,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,194,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,252,234,253,253,253,252,253,253,253,253,252,234,253,253,234,253,253,253,253,253,253,194,252,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,234,253,253,253,253,253,253,253,234,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,252,234,253,253,234,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,252,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,252,253,253,252,253,234,253,252,253,252,253,253,253,253,253,252,253,253,253,252,253,194,253,253,234,252,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,194,253,253,194,254,253,253,253,253,253,194,253,252,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,194,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,194,253,253,253,253,252,253,234,253,252,234,253,194,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,234,253,253,252,234,253,252,234,253,252,253,252,234,253,252,253,253,194,253,252,194,253,253,252,234,253,253,194,253,253,253,194,253,253,253,253,254,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253]; +image[14]=[253,253,253,253,234,253,253,253,194,253,234,253,253,254,253,253,194,253,254,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,194,253,254,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,234,253,253,253,234,253,253,253,253,234,253,253,253,194,253,253,253,234,253,253,253,253,234,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,254,253,253,254,194,253,253,253,253,254,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,253,253,252,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,194,253,253,234,253,253,252,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,253,253,253,194,253,234,253,253,253,194,253,253,253,253,194,253,234,252,234,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,254,234,253,194,253,253,253,253,234,253,253,252,253,194,253,253,253,253,253,194,253,253,253,253,234,253,253,253,254,253,253,253,253,194,253,253,253,253,253,253,234,252,253,252,253,194,253,253,253,253,253,253,253,194,253,253,234,253,253,252,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,254,253,253,253,253,194,254,253,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,194,252,253,253,194,252,253,253,253,253,253,253,253,253,253,253,234,252,253,253,234,253,252,253,253,252,253,253,253,253,252,253,253,253,253,253,253,253,253,253,234,252,253,252,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,252,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,252,253,253,253,194,253,253,253,253,253]; +image[15]=[253,253,254,253,253,194,253,254,253,253,253,253,253,253,253,254,253,253,234,253,194,253,194,253,253,234,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,234,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,254,253,253,194,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,234,254,253,253,253,254,253,253,254,253,234,254,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,194,253,253,234,253,253,253,253,253,253,253,234,253,194,253,253,253,253,194,253,253,253,194,253,253,253,253,194,253,194,253,253,253,253,252,253,194,253,253,253,194,253,253,253,253,253,253,234,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,252,234,253,194,253,252,234,253,253,253,253,253,253,253,194,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,253,253,252,234,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,194,252,253,194,253,253,253,253,252,253,252,234,253,253,253,252,234,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,254,253,194,253,253,253,254,253,253,253,253,234,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,252,234,252,253,194,253,194,252,234,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,194,253,253,253,194,252,253,253,253,253,253,253,252,253,253,194,253,188,194,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253]; +image[16]=[234,253,253,253,253,254,253,234,253,253,253,253,234,253,194,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,254,253,253,253,194,253,253,234,253,253,253,253,194,253,254,253,253,194,253,253,234,253,253,253,253,253,253,253,234,253,253,253,253,194,253,253,253,194,253,194,253,234,253,194,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,254,253,254,253,194,253,253,253,253,194,253,253,253,254,253,253,253,253,234,253,234,253,253,234,253,253,253,253,234,253,194,254,253,253,253,254,253,253,253,194,254,253,253,254,253,254,253,253,253,234,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,234,252,253,253,253,253,253,194,253,253,253,253,234,253,253,234,252,253,253,234,253,253,253,234,253,253,253,253,253,253,253,253,234,253,194,253,253,194,253,253,194,253,253,253,253,194,253,234,253,253,253,194,253,253,234,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,194,253,253,254,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,194,253,253,234,253,253,252,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,234,253,253,254,253,253,194,253,253,194,253,253,253,194,253,253,252,234,252,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,254,253,253,194,253,253,253,194,253,253,253,234,253,253,194,253,253,253,253,253,253,234,253,253,194,253,253,194,254,253,253,253,253,253,253,253,253,253,253,253,253,194,253,194,253,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,253,194,253,253,253,194,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,252,234,253,253,194,253,253,253,253,194,253,253,253,253,234,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,234,253,253,253,234,252,194,253,194,253,253,253,253,253,253,253,253,253,252,194,253,253,253,253,194,253,253,253,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,234,253,253,253,194,253,194,253,253,253,253,253,253,253]; +image[17]=[253,194,253,253,234,253,253,253,254,194,253,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,194,253,253,194,253,194,253,254,253,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,194,253,253,194,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,194,253,253,253,253,194,253,253,253,194,254,253,253,234,253,253,253,254,253,253,253,253,253,234,253,194,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,254,253,194,253,253,254,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,194,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,234,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,252,253,253,252,253,252,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,234,253,253,253,234,253,252,253,253,253,253,253,253,252,234,253,252,234,253,253,194,253,253,252,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,254,253,253,254,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,252,253,234,253,253,253,253,253,253,253,253,253,252,253,253,253,234,253,253,253,253,253,253,253,253,253,194,253,234,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,252,253,194,253,253,253,194,253,253,253,253,253,252,194,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253]; +image[18]=[253,253,234,253,253,253,253,253,253,234,253,254,253,253,254,194,253,253,253,253,253,253,253,253,194,253,253,253,254,253,234,253,253,253,253,234,253,253,253,194,254,253,234,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253,234,253,253,253,254,253,253,253,194,254,253,253,254,253,253,253,253,254,253,253,253,253,253,254,253,253,253,253,253,253,254,253,253,253,254,253,253,194,253,253,234,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,234,252,253,234,253,253,234,253,253,254,253,253,253,253,253,253,253,234,253,253,253,253,194,253,234,253,253,194,253,234,252,253,253,253,234,253,253,254,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,253,194,253,253,253,234,252,253,253,253,194,253,252,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,234,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,254,253,253,194,253,253,253,253,253,194,253,253,253,253,254,253,253,253,253,254,194,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,234,252,234,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,252,253,194,253,253,253,253,252,234,253,253,234,252,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,234,252,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,252,253,253,252,253,234,252,253,253,253,252,253,253,253,253,253,253,253,253,194,253,253,234,252,253,253,253,194,253,194,253,253,253,194,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253]; +image[19]=[253,253,253,194,253,254,194,253,253,253,253,194,253,253,253,253,234,253,254,253,254,194,254,253,253,234,253,253,253,253,253,253,253,253,253,253,194,254,253,253,194,253,253,253,253,194,254,253,253,254,194,253,253,234,253,253,234,254,253,234,253,253,253,234,253,253,253,234,253,194,253,253,253,194,253,253,254,253,253,194,253,254,253,253,253,253,254,253,253,253,253,254,253,194,253,253,253,194,254,194,253,254,253,253,254,253,253,254,253,253,253,254,194,253,253,194,254,253,253,253,253,253,253,194,254,253,194,253,253,253,254,253,253,253,194,253,254,253,253,253,194,253,254,253,194,253,254,253,253,253,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,194,253,254,253,253,194,253,253,253,253,252,234,253,194,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,253,234,253,253,253,253,253,253,252,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,234,253,253,253,234,253,253,253,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,253,252,234,253,253,253,253,194,253,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,234,253,253,253,253,234,253,253,253,253,253,234,253,253,253,253,194,253,253,194,253,253,194,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,194,253,253,253,253,253,253,253,254,194,253,253,254,253,253,254,194,253,253,253,253,253,234,253,194,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,254,194,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,252,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,252,234,253,252,253,253,252,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,253,253,194,253,252,234,253,253,194,253,253,252,234,253,252,234,253,252,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,234,253,253,253,253,253,194,253,254]; +image[20]=[253,254,253,253,253,234,253,254,253,254,253,253,254,234,253,253,253,253,194,253,253,253,253,254,253,253,254,253,194,254,253,234,253,254,253,253,253,253,254,253,253,254,253,194,254,253,253,253,253,253,254,253,253,253,254,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,254,194,253,253,254,253,253,253,194,254,253,194,253,194,254,253,253,253,253,254,253,253,254,253,253,254,253,253,253,194,253,253,253,253,253,253,253,253,254,253,254,253,253,254,253,254,194,254,253,253,253,253,254,253,194,253,253,194,254,253,253,253,194,253,254,253,253,253,194,253,254,253,234,253,253,253,253,194,253,253,253,253,253,253,254,194,254,253,194,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,254,253,253,234,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,234,253,253,253,234,253,253,253,234,253,253,253,253,194,253,234,253,253,253,253,234,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,252,253,234,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,254,253,234,253,253,253,254,253,253,194,254,253,253,253,253,194,254,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,252,253,234,252,194,253,253,194,253,253,253,253,253,253,194,253,253,253,194,253,194,253,253,253,253,253,253,253,194,253,252,253,253,253,252,253,252,253,253,253,253,252,253,253,253,253,194,253,252,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,194,253,253,194,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,253,194]; +image[21]=[253,234,254,253,253,253,194,253,253,234,254,253,253,253,253,254,253,254,253,254,234,253,234,253,254,253,234,254,253,253,254,253,253,194,254,253,253,234,253,253,234,253,254,253,253,253,234,254,253,253,234,253,253,194,253,253,194,253,194,253,254,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,254,253,194,254,253,253,253,253,254,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,254,253,253,254,194,253,234,254,194,253,253,253,253,253,253,253,253,194,253,253,253,253,254,253,253,253,253,253,253,254,253,253,253,254,253,253,254,253,253,253,254,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,254,253,234,254,194,253,253,253,253,253,253,194,253,253,252,234,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,194,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,252,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,194,253,253,253,194,253,253,253,194,253,253,253,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,194,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,194,253,254,253,253,253,254,253,253,253,253,253,254,253,253,253,253,254,253,253,253,253,234,253,253,253,234,253,253,253,194,253,253,253,194,253,253,234,253,253,194,253,253,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,252,234,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,234,252,253,194,253,252,253,253,252,234,253,253,194,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,194,253,253,253,252,194,253,253,253,194,252,253,252,253,194,253,253,253,253,194,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,194,253,253,253,253,254]; +image[22]=[253,253,253,194,254,253,254,253,253,253,253,194,254,253,253,194,254,234,253,253,254,253,254,253,194,253,253,253,253,253,253,254,253,253,234,253,253,254,253,253,254,253,234,253,254,253,253,253,194,253,253,253,254,253,253,253,253,254,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,254,253,253,253,253,254,253,194,253,253,254,194,253,254,253,253,234,253,253,194,254,253,253,253,253,253,253,253,254,234,253,194,254,253,254,253,253,254,253,253,194,253,253,194,254,253,253,253,194,254,253,253,253,194,253,253,194,254,253,253,234,253,253,253,253,253,253,254,253,234,253,253,254,253,253,253,253,253,194,253,253,253,253,253,253,253,254,194,253,253,194,253,254,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,234,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,234,253,194,253,253,253,254,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,252,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,254,194,253,253,253,253,253,254,253,194,253,253,194,254,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,254,253,253,254,253,253,253,253,254,194,254,253,253,234,253,253,253,253,253,254,253,253,254,253,253,254,253,253,253,253,253,194,253,254,194,253,253,253,194,254,253,253,253,253,194,254,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,252,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,234,253,194,253,234,253,253,252,253,252,253,253,252,194,253,253,253,252,253,253,253,253,253,253,253,253,253,194,252,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,254,253,253,253,253,253,253,194,253,253,253]; +image[23]=[253,253,254,253,253,253,194,254,253,253,254,254,253,234,254,253,253,253,254,253,254,194,253,254,254,253,234,254,194,254,194,253,253,254,253,253,254,194,254,253,253,253,253,234,253,254,253,254,253,254,194,253,234,253,253,234,253,253,253,253,253,253,194,253,253,253,253,252,253,253,253,253,253,253,253,194,253,254,194,253,253,194,253,254,194,253,253,253,254,253,253,253,253,253,194,254,253,253,234,254,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,254,253,253,253,253,253,253,254,253,253,234,253,253,253,253,194,254,253,254,253,254,253,194,253,253,253,253,253,194,253,234,253,253,253,253,194,253,253,253,254,194,254,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,194,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,252,234,253,253,194,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,194,253,194,253,253,194,253,253,234,253,194,253,253,194,253,234,253,253,194,253,253,253,253,252,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,234,253,253,194,253,253,252,234,253,234,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,254,253,194,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,254,253,253,254,253,253,253,194,253,253,253,254,253,253,253,253,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,253,254,194,253,253,254,253,253,253,253,253,254,253,253,253,253,194,254,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,194,253,194,253,253,194,253,253,252,234,252,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,252,234,253,253,234,253,194,253,234,253,253,253,253,253,234,253,253,194,253,252,234,253,194,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,234,253,253,253,253,253,253,253,253,253,252,253,253,234,253,253,253,253,253,253,252,253,194,253,252,234,253,252,234,252,253,252,253,252,234,253,253,253,252,253,253,253,252,253,253,253,194,253,252,253,253,253,252,234,253,253,253,253,253,194,253,253,194,253,253,194,253,253,253,253,253,253,253,253,194,253]; +image[24]=[254,253,253,254,253,254,253,253,234,253,253,253,253,253,254,253,254,194,254,234,253,254,253,234,253,253,253,254,253,254,253,254,253,253,254,194,254,253,254,194,254,253,253,254,253,194,253,234,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,252,253,253,253,253,253,253,194,253,254,253,254,253,253,254,253,254,253,253,253,254,234,253,253,253,194,254,253,253,253,253,253,253,253,253,253,253,254,194,254,253,253,253,253,253,253,254,253,254,253,253,253,194,253,194,254,253,253,194,253,253,253,253,254,253,234,253,253,253,253,253,253,253,254,253,253,254,253,254,253,254,253,253,253,253,253,254,253,253,194,253,253,253,253,234,253,253,194,254,253,194,254,253,253,254,253,253,253,253,253,254,253,253,253,253,253,194,253,253,253,234,252,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,254,194,253,194,253,253,253,253,253,253,194,253,253,253,254,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,194,253,253,234,253,253,253,234,253,253,253,194,253,253,234,252,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,194,254,253,254,253,253,254,194,253,254,253,253,254,253,253,253,253,253,254,253,253,254,253,253,253,253,194,253,253,253,194,254,253,253,253,253,253,253,253,194,254,253,194,254,253,194,253,253,254,253,253,253,253,253,254,194,253,253,254,253,253,253,253,253,254,253,253,194,254,253,194,254,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,234,252,194,253,253,253,253,194,253,253,194,253,253,253,253,253,253,252,253,253,253,253,253,253,253,194,254,234,253,253,253,253,253,253,253,252,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,252,253,194,252,234,252,253,253,253,253,253,253,252,253,253,253,253,234,253,253,253,253,252,194,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253]; +image[25]=[253,194,253,253,253,234,253,254,253,254,194,254,253,254,253,234,253,253,253,253,254,253,254,253,254,253,254,253,253,254,253,254,194,254,253,253,253,254,253,254,253,254,253,253,254,254,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,252,253,253,253,252,194,252,253,253,253,253,253,234,253,253,234,253,253,234,253,254,253,253,253,254,253,254,253,253,254,253,253,254,253,254,253,194,254,253,253,253,253,194,253,254,194,253,253,194,253,253,253,254,253,254,253,253,253,254,253,253,254,194,253,253,253,253,253,253,234,253,253,234,254,253,253,254,253,194,253,253,253,253,253,254,194,253,253,253,253,254,253,234,253,253,253,253,254,253,253,253,254,253,194,254,253,194,253,253,254,253,253,253,253,253,194,253,253,253,234,253,253,253,194,253,234,253,253,253,234,253,253,253,234,253,253,194,253,253,253,253,253,234,253,253,234,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,234,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,194,253,254,253,194,253,254,194,253,253,253,253,254,253,253,194,253,194,254,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,194,253,254,194,253,253,253,253,253,194,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,252,234,253,253,253,252,234,253,253,234,252,253,252,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,252,234,253,253,252,234,253,253,253,253,194,253,253,194,253,253,194,253,253,253,253,253,253,194,253,253,253,234,253,194,252,234,253,253,253,253,252,253,253,253,194,252,234,252,253,253,194,253,194,252,194,252,253,253,252,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,194,253,254,253,253]; +image[26]=[253,253,254,253,253,253,253,253,253,254,253,234,253,194,254,254,253,254,254,253,253,194,254,253,254,194,254,234,253,254,194,254,253,253,254,253,234,253,253,234,253,194,254,253,253,253,254,253,253,234,253,253,253,253,253,253,253,253,253,252,253,253,253,252,252,253,253,253,253,253,253,253,234,253,253,253,253,253,254,253,253,253,194,254,253,253,194,253,253,253,194,253,253,194,253,253,194,253,253,253,254,253,254,253,254,253,253,254,253,254,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,254,194,253,253,253,253,253,254,253,253,253,194,253,253,253,254,253,194,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,254,253,194,253,253,194,253,253,253,253,253,253,253,252,253,253,253,253,253,252,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,254,194,253,253,234,253,253,234,253,253,253,253,253,253,253,234,253,194,253,253,194,253,234,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,234,253,253,234,253,253,194,253,253,253,234,253,253,234,252,194,253,253,194,253,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,194,254,253,253,253,253,254,253,253,253,234,253,194,253,253,194,254,253,254,253,253,234,253,253,253,254,253,253,253,253,253,194,254,253,194,254,253,253,254,253,253,194,254,253,194,253,254,253,253,253,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,254,253,234,253,254,253,253,253,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,252,253,252,253,253,252,253,252,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,252,253,194,253,252,253,253,253,253,234,253,194,253,234,253,253,194,253,253,194,253,253,253,253,194,253,253,252,253,253,253,253,253,253,253,253,253,253,254,253,234,253,194,253,253,253,253,253,253,253,253,253,253,252,253,234,253,253,234,252,253,253,253,253,253,234,252,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,194,253,234,253,194,253,253,194,253,253,194,254,234,253,253,253,254,253,253,194,253]; +image[27]=[253,253,194,254,253,254,194,254,234,253,254,253,254,253,253,254,253,253,234,254,253,254,253,234,253,254,253,253,253,253,254,253,254,234,253,253,253,254,253,253,254,253,253,253,234,253,253,253,253,254,253,253,253,253,234,253,253,253,234,253,252,252,253,253,253,252,253,188,253,252,253,252,253,253,253,253,253,254,253,253,254,253,254,194,253,253,254,253,254,253,253,254,253,254,253,254,253,254,194,253,253,194,253,253,253,253,253,253,253,253,254,253,253,254,253,194,253,253,254,253,253,253,254,253,253,253,253,254,253,253,253,253,253,194,253,253,254,194,254,253,253,253,254,194,253,253,253,253,194,254,194,253,253,253,254,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,234,253,253,253,194,252,234,253,253,253,253,253,253,194,253,253,253,253,234,253,253,234,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,194,253,253,253,252,234,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,254,253,253,254,253,253,253,253,253,253,253,254,253,253,194,253,254,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,194,253,254,253,253,253,194,253,194,254,253,253,253,253,253,253,254,194,253,253,253,253,253,194,253,253,254,194,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,252,253,253,194,253,253,194,253,253,253,252,194,253,253,194,253,253,252,234,253,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,252,234,253,253,253,194,252,253,253,252,253,253,253,253,194,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,194,253,253,253,253]; +image[28]=[253,254,253,253,194,253,253,253,253,253,254,253,254,253,253,194,254,253,253,254,253,254,253,254,253,253,254,254,253,254,253,253,253,254,253,253,253,253,253,253,253,254,253,253,253,253,254,253,253,253,253,253,253,253,253,253,252,253,252,253,188,253,188,253,253,252,253,253,253,253,253,253,253,253,253,253,194,253,194,254,253,253,253,254,253,253,254,194,253,253,253,253,253,253,253,253,253,254,253,253,254,253,254,253,253,194,254,253,194,253,253,254,253,253,253,254,253,253,253,253,194,253,253,253,194,253,253,234,253,253,194,254,253,254,253,253,253,253,253,253,253,253,253,253,254,194,254,253,253,253,253,254,253,253,253,253,254,253,253,253,254,253,194,253,254,194,254,253,194,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,252,194,253,234,252,253,253,253,234,252,253,253,253,253,252,253,253,253,194,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,194,253,194,253,194,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,234,253,253,253,253,253,234,253,253,253,253,194,253,253,253,194,253,253,194,253,234,253,253,194,253,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,254,253,253,253,234,253,253,234,253,253,254,194,253,253,194,254,253,253,253,253,254,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,254,253,253,253,253,253,253,253,194,253,253,253,253,253,254,253,253,254,253,253,194,253,254,253,253,194,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,194,253,253,252,194,253,253,252,253,253,234,253,252,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,252,253,234,253,253,253,253,253,253,234,253,253,194,253,253,253,194,253,253,253,253,253,253,234,253,252,253,253,253,252,253,194,253,253,253,194,253,253,253,252,234,252,253,234,252,253,234,252,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,194,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,194,253,253,253,253,234,253,194]; +image[29]=[234,253,253,253,254,253,254,253,254,253,194,254,194,254,254,254,253,254,194,254,253,253,254,253,254,253,253,253,254,253,253,254,253,253,254,253,254,253,253,234,253,253,254,253,253,253,253,253,253,253,234,253,253,253,252,253,253,252,253,253,253,253,253,252,253,252,253,252,252,253,252,253,253,253,253,253,254,253,253,253,254,254,253,254,253,253,253,253,253,254,194,253,254,194,254,253,253,253,254,253,253,194,253,253,254,253,253,253,254,194,253,253,194,253,253,253,254,194,254,253,254,194,253,253,254,253,253,253,254,253,253,253,234,253,253,254,253,253,254,194,253,253,254,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,254,253,253,253,253,253,254,253,253,194,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,252,253,234,253,252,253,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,194,253,194,253,253,194,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,234,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,194,253,253,253,252,234,253,253,253,253,253,253,253,253,253,253,253,194,253,254,253,253,253,253,253,253,253,194,253,253,253,253,253,194,254,253,253,253,253,254,194,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,194,253,254,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,254,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,234,252,253,253,252,253,253,253,194,253,253,253,253,253,253,253,252,194,253,253,252,253,253,253,252,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,194,253,253,194,253,194,253,253,253,253,253,253,253,253,252,234,253,252,234,253,252,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,194,253,253,253,253,252,234,253,253,252,234,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,194,253,194,253,253,253,194,253,253,253,253,253,253,194,253,253,253,254,253,194,253,253,253,253,194,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253]; +image[30]=[254,253,254,253,254,253,253,194,254,253,253,253,253,254,253,234,253,253,254,253,254,253,253,253,254,254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,252,253,252,253,253,253,252,253,253,252,252,252,253,252,253,252,253,252,253,253,253,252,253,253,253,253,253,253,253,254,194,253,253,194,253,254,194,254,253,253,254,253,253,253,253,253,194,254,253,253,194,254,254,253,253,253,254,253,253,253,253,254,253,254,253,194,253,253,253,253,253,253,253,254,253,234,253,253,194,253,234,253,253,253,253,194,253,254,194,253,254,253,234,253,253,253,253,253,254,194,254,253,253,253,254,253,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,254,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,253,253,252,253,194,253,253,194,253,253,253,253,253,252,253,253,253,253,253,234,253,253,253,253,234,253,253,253,253,253,234,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,194,253,234,253,253,194,253,234,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,254,253,194,254,253,253,253,253,253,253,254,253,253,253,254,253,253,254,253,234,253,253,253,253,253,194,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,234,253,252,253,253,253,253,253,253,194,253,252,253,253,253,253,253,253,194,253,253,253,253,253,253,253,252,253,194,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,252,253,234,252,253,253,252,253,253,253,253,253,253,252,253,234,252,253,253,252,253,253,253,253,252,194,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,254,253,253,253,254,253,253,253,254,253,253,234,253,253,194,253,253,253,234,253,253,253,253,253,234]; +image[31]=[254,253,194,254,253,253,254,253,234,254,254,254,194,253,253,254,253,234,254,194,253,254,254,253,194,254,253,253,253,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,252,253,253,253,252,252,253,253,252,252,253,253,253,188,253,252,253,252,253,252,253,252,253,253,252,253,253,234,253,253,253,254,253,254,254,253,253,254,253,253,253,254,194,254,253,254,254,253,194,254,254,253,253,253,194,254,253,194,253,254,253,253,253,253,253,253,254,253,253,254,253,253,234,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,194,253,254,194,253,253,253,194,253,253,253,194,253,253,254,253,253,253,253,194,253,194,253,194,253,253,253,253,253,254,194,254,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,252,253,252,234,253,253,253,253,234,253,194,253,253,253,253,234,253,253,253,234,253,253,253,253,253,234,253,253,253,253,253,253,253,234,253,253,234,253,253,234,254,253,253,253,194,253,253,253,234,253,194,253,234,253,253,253,234,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,253,234,253,254,253,234,253,253,253,253,254,253,253,253,194,253,253,253,253,253,253,253,253,194,254,253,194,253,253,253,253,253,194,253,253,253,253,194,253,253,253,254,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,194,253,253,253,253,253,194,253,253,253,254,194,253,253,194,253,253,253,253,253,253,253,253,194,253,252,253,194,253,253,253,253,194,253,253,252,253,253,253,253,253,194,253,252,253,253,253,253,253,194,253,252,234,252,253,194,253,253,253,253,253,252,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,252,234,252,253,253,252,234,253,252,253,253,253,253,253,194,253,194,252,234,253,253,253,253,253,253,253,253,253,194,253,253,253,252,253,253,194,253,253,253,253,253,253,252,234,253,253,234,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,254,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,254,194,253,253,253,253,194,253,253,253,253]; +image[32]=[254,253,254,253,254,194,254,253,253,253,253,254,254,253,254,253,253,253,254,253,254,253,234,253,253,254,253,254,253,254,253,253,253,253,253,253,253,253,252,253,252,253,252,253,253,252,253,253,252,252,253,252,253,253,252,253,252,253,188,253,193,252,253,252,253,252,253,252,253,252,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,254,194,253,253,253,254,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,194,254,253,194,254,253,253,253,194,253,234,253,253,253,253,194,253,253,234,253,254,253,253,253,234,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,253,253,253,253,194,253,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,194,253,253,253,253,253,253,253,252,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,234,252,194,253,253,253,194,253,253,253,253,234,253,254,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,234,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,234,253,253,234,253,194,253,253,252,253,253,253,253,253,253,253,253,253,194,254,253,253,253,194,254,253,254,253,253,194,254,253,194,254,253,253,253,253,253,254,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,254,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,252,253,252,253,253,194,253,194,253,252,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,234,253,194,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,194,253,253,253,252,253,253,253,252,194,253,253,194,253,234,252,253,253,253,234,253,253,234,252,253,253,253,253,252,194,253,253,252,253,253,252,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,194,253,253,253,253,194,253,253,194,253,253,194,253,253,253,253,253,253,253,254,253,253,253,253,253,194,253]; +image[33]=[254,194,253,254,253,254,253,254,253,254,234,253,253,254,194,254,253,254,253,234,253,253,254,253,253,254,194,253,253,234,253,253,253,234,253,253,252,253,253,252,253,253,252,253,252,253,252,252,253,252,253,253,188,253,188,253,252,253,252,253,188,193,188,253,252,253,188,253,252,253,252,252,252,253,253,253,194,253,253,254,253,254,253,254,194,253,253,254,254,253,253,253,194,253,254,253,253,254,194,253,253,254,194,253,254,253,254,253,253,254,253,253,194,253,254,253,253,253,253,254,253,253,254,253,253,253,253,253,194,253,253,253,253,253,194,253,253,194,254,194,253,253,253,253,254,253,253,253,253,253,194,253,253,254,253,194,253,253,253,254,253,253,253,253,253,253,253,234,253,194,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,234,253,253,194,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,252,253,253,234,253,253,253,253,253,234,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,254,253,253,253,194,253,254,253,253,253,253,254,253,253,253,253,253,253,253,253,254,194,253,253,253,254,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,252,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,252,253,253,252,234,253,253,194,253,253,252,253,252,253,253,253,252,234,253,253,253,252,234,253,253,194,253,253,253,253,253,253,253,253,253,234,252,253,252,253,252,253,253,252,253,194,253,253,253,253,253,194,253,253,253,253,253,253,254,194,253,254,194,254,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,254,253,253,194,253,253,253,234,253,253,253]; +image[34]=[253,254,234,254,253,254,234,253,253,253,254,253,194,254,253,254,234,253,254,253,254,253,253,254,253,253,253,253,253,253,253,253,253,252,252,253,253,252,253,252,252,253,252,253,252,188,253,252,253,252,253,252,253,253,252,253,233,252,233,252,253,253,252,253,252,252,253,253,188,253,253,253,253,252,253,253,253,254,253,253,253,194,253,254,253,254,234,253,253,194,254,253,254,253,194,254,253,253,254,253,253,253,253,253,194,253,253,253,194,253,253,254,253,253,253,253,254,253,194,253,254,253,253,253,253,194,253,254,253,253,253,194,253,254,253,253,254,253,253,253,253,194,254,253,194,253,253,253,194,253,253,253,194,253,253,254,253,253,253,253,234,253,253,194,253,194,253,253,253,253,253,194,253,253,253,194,254,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,252,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,234,253,194,253,234,253,253,194,253,253,253,253,253,253,253,194,253,194,253,253,194,253,253,253,253,194,253,234,253,253,253,254,234,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,234,253,253,194,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,194,253,253,253,253,254,253,253,253,253,194,253,253,253,253,253,253,253,254,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,254,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,252,253,253,194,253,253,253,194,253,253,253,253,194,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,252,234,252,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,234,253,253,253,253,234,253,253,253,194,253,254,253,253,253,253,254,253,253,253,234,253,253,253,253,253,194,253,253,194,253,253,253,253,252,253,253,253,253,194,253,253,253,194,253,253,253,252,253,252,234,253,253,253,253,253,253,234,253,253,234,252,253,252,253,253,253,253,194,253,253,253,253,234,252,253,253,234,252,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,254,253,254,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234]; +image[35]=[254,253,253,194,253,253,254,194,253,254,253,254,253,253,254,253,253,253,254,253,253,254,253,253,254,253,254,253,253,253,253,253,253,253,253,252,252,253,252,253,253,188,253,252,253,253,233,253,188,252,253,252,252,233,252,252,252,252,252,252,252,252,233,252,233,252,253,252,253,253,188,252,252,253,253,253,253,253,253,254,254,253,234,253,253,253,253,253,254,253,253,254,253,253,253,253,234,253,253,234,254,253,253,254,253,234,253,253,254,253,253,253,253,253,254,194,253,253,253,253,253,194,253,254,253,253,234,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,254,194,253,253,254,253,253,253,253,253,253,253,194,253,253,253,253,253,253,254,253,253,253,253,253,254,253,253,253,254,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,253,234,253,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,254,253,253,253,253,253,253,234,253,254,253,253,253,253,234,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,252,234,253,194,253,253,194,253,253,253,253,253,253,253,253,253,252,253,234,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,254,253,253,254,194,253,253,253,253,253,253,254,253,253,194,253,253,253,253,253,253,253,194,253,194,253,253,254,194,253,253,194,254,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,194,253,252,253,253,252,253,253,253,253,253,253,253,253,253,253,252,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,252,253,194,253,253,253,253,234,253,253,253,253,253,253,253,194,253,252,234,253,253,253,253,253,253,253,253,253,234,253,253,253,252,234,253,252,253,253,253,254,253,253,253,253,234,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,234,253,253,253,252,253,253,194,253,253,253,194,253,253,253,253,194,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,254,253,253,253,253,194,253,253,194,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,254,253,194,254,253,253,254,194,253,253,253,253,253]; +image[36]=[194,254,254,254,254,253,254,254,253,234,253,254,234,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,252,253,252,253,252,253,188,253,253,252,253,253,188,253,252,252,253,253,233,252,193,252,252,253,193,252,233,252,233,252,252,252,252,252,253,188,253,188,253,253,253,188,253,253,253,253,253,253,253,253,253,254,253,254,253,194,253,253,254,253,194,254,253,253,253,253,253,253,253,253,254,253,253,253,253,254,253,253,194,254,253,194,253,253,253,253,254,234,253,253,253,253,253,253,253,253,253,194,254,253,253,253,194,254,194,253,253,234,253,253,234,253,253,253,253,254,253,253,253,253,253,253,194,253,253,253,254,194,253,253,194,253,253,253,253,254,253,194,253,253,254,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,234,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,234,253,253,253,253,194,253,253,253,253,253,253,254,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,254,253,253,253,253,253,253,194,253,253,253,253,253,252,253,234,253,253,253,234,253,194,253,253,234,253,253,253,253,253,253,234,253,194,253,253,254,253,194,253,253,254,253,253,194,254,253,194,254,253,253,194,254,253,253,253,253,253,253,253,253,253,254,194,254,253,253,253,253,253,253,253,253,253,194,254,253,253,254,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,234,253,194,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,252,253,194,253,252,234,253,252,253,253,253,253,234,252,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,252,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,194,254,253,253,253,253,253,234,253,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,194,253,253,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,194,253,253,253,253,234,253,252,253,253,234,252,253,253,194,253,253,194,253,253,194,253,252,253,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,252,253,253,253,253,234,253,253,194,253,253,253,253,194,253,253,253,253,253,194,253,253,253,194,253,253,253]; +image[37]=[254,234,253,253,253,234,254,253,254,253,254,253,253,254,194,254,253,194,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,188,253,253,188,252,233,253,188,253,193,252,252,253,188,252,252,252,253,252,253,188,252,252,253,188,193,253,252,193,253,193,253,252,253,252,253,188,253,253,253,253,253,253,253,254,253,254,254,194,253,253,253,254,194,253,253,253,253,253,254,253,254,253,254,194,253,234,253,194,253,254,253,194,253,254,253,253,254,253,234,254,253,253,253,253,254,253,254,194,253,253,254,253,254,253,253,194,254,253,253,253,254,253,253,253,253,253,253,253,253,234,253,253,253,253,194,253,253,254,253,253,234,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,194,253,254,253,253,234,253,253,253,253,254,253,253,253,253,253,234,253,194,253,253,253,253,253,253,194,253,252,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,194,253,252,253,253,194,253,253,253,253,253,253,234,253,194,253,253,253,253,253,253,194,253,254,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,194,253,253,253,253,194,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,254,253,253,253,253,253,254,253,194,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,254,253,253,253,253,253,194,253,194,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,253,253,253,253,252,234,253,253,253,253,194,253,253,253,253,253,252,194,253,253,253,194,253,253,253,253,253,253,253,234,253,194,253,252,253,253,194,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,234,253,253,254,253,253,194,254,253,253,234,253,253,234,253,253,253,253,194,252,252,194,253,253,253,253,253,253,234,253,194,253,253,253,253,194,253,253,253,253,253,253,234,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,253,253,253,253,252,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,252,253,253,253,194,253,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,254,253,253,254,253,253,253,253,194,253]; +image[38]=[254,253,254,254,253,253,254,194,254,253,254,253,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,188,253,188,253,253,188,253,252,253,252,252,252,253,188,253,188,253,233,252,253,252,233,252,252,233,252,253,252,252,253,188,253,252,188,188,253,188,253,233,252,253,252,253,188,253,253,253,253,253,254,253,253,254,254,253,254,253,253,254,253,254,253,254,253,253,253,194,253,253,254,253,253,254,254,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,254,253,194,253,253,253,234,253,253,253,254,253,253,253,194,254,253,253,253,253,253,253,253,253,194,253,253,254,253,253,253,253,253,253,253,253,234,253,253,234,253,254,253,253,253,254,234,253,253,253,234,253,253,253,253,253,194,253,253,253,253,194,254,253,253,253,254,253,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,254,253,253,253,253,234,253,253,253,254,253,254,234,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,234,253,253,234,253,253,253,253,253,253,253,194,253,253,253,253,253,254,194,253,253,253,253,253,254,253,253,194,253,253,253,253,194,254,253,234,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,194,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,252,253,194,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,194,253,252,253,253,252,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,253,253,194,253,234,253,253,253,234,253,253,253,253,194,253,234,253,253,253,194,253,253,253,253,194,253,253,253,234,253,253,234,253,253,254,253,253,253,253,253,253,253,253,253,253,253,252,252,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253,234,252,234,253,253,234,252,253,253,253,253,234,252,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,254,194,253,253,253,253,253,254,234,253,253,253]; +image[39]=[253,254,194,254,253,254,253,254,194,253,234,254,194,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,233,253,252,233,188,252,252,233,253,253,193,188,193,252,252,233,252,252,252,193,252,252,252,233,253,193,252,252,233,253,253,193,188,193,252,252,188,253,252,253,252,253,253,253,194,253,254,194,253,253,254,194,253,254,253,253,253,253,253,253,253,254,254,253,254,253,253,253,253,253,253,253,253,234,253,253,254,194,253,254,253,253,253,253,254,253,253,254,253,254,253,253,254,194,253,254,253,253,254,194,253,253,253,254,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,254,253,254,253,253,194,254,253,253,253,254,253,253,253,194,254,253,253,254,253,253,254,194,253,253,253,194,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,194,253,194,253,253,254,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253,234,253,253,253,254,194,253,253,253,234,253,253,253,253,234,253,253,252,253,253,253,253,253,194,253,253,234,253,253,253,253,253,194,253,253,253,253,253,194,254,253,253,253,254,253,253,194,253,254,253,253,253,253,253,253,253,254,253,253,253,254,253,194,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,234,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,254,194,253,253,253,194,253,253,253,253,250,250,194,252,253,188,252,252,253,234,253,253,234,253,253,253,253,253,194,253,253,253,253,234,254,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,252,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,234,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,254,253,254,253,253,253,253,253,253,253,194,253,253,253,253,253,253]; +image[40]=[194,254,253,254,253,254,253,253,254,253,254,253,254,253,194,254,253,253,253,253,253,253,188,253,252,253,252,253,253,252,253,252,252,193,252,252,253,193,252,252,188,253,233,252,253,188,252,252,252,253,188,253,188,193,252,252,252,233,252,252,252,252,253,252,253,188,253,193,188,253,188,253,253,252,253,253,253,253,254,253,254,253,254,254,234,253,254,234,254,253,254,253,253,253,253,253,253,194,254,253,194,254,253,254,253,254,253,194,254,253,253,194,253,234,253,253,234,253,253,253,253,253,254,253,253,254,253,253,254,253,253,254,253,194,254,253,253,254,253,254,253,253,253,253,194,254,253,253,194,253,254,253,253,194,253,254,194,253,253,194,254,253,253,253,254,253,194,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,194,254,253,253,253,254,253,253,253,194,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,254,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,234,253,253,254,253,253,253,253,234,253,253,194,253,234,253,253,253,253,194,253,253,253,253,253,234,253,253,253,254,194,253,253,253,234,253,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,254,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,254,253,253,253,253,253,253,194,253,253,253,234,253,253,253,254,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,234,252,253,253,253,253,253,253,234,253,253,253,253,234,252,253,253,253,253,253,253,194,253,234,253,253,253,253,253,253,253,253,254,253,253,253,254,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,252,253,234,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,254,253,194,253,234,253,254,234,253,254,253,194,254,253,254,253,253,253,253,254,253,194,254,253,252,194,253,234,247,249,249,188,248,248,249,188,250,252,252,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,254,194,254,253,253,253,194,253,253,194,253,253,194,253,253,253,253,194,253,253,194,253,253,253,194,253,234,253,253,253,253,253,234,252,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,254,253,253,253,253,253,253,253,253,194,254,253,234,253,194,254,253,253,253,253,253,194,253]; +image[41]=[254,253,254,253,234,253,254,253,254,253,254,253,254,254,253,253,254,254,253,253,253,253,253,252,253,253,253,252,252,233,252,233,188,252,233,253,188,188,193,233,252,252,252,252,233,252,233,193,188,253,193,188,253,252,233,252,252,253,188,193,253,252,233,253,253,252,253,252,233,253,253,252,253,253,253,253,253,234,254,253,234,253,253,253,253,254,253,253,253,194,254,253,254,194,254,253,254,253,253,254,253,253,253,253,253,253,254,253,253,253,254,253,253,253,253,253,253,254,253,254,194,253,253,254,253,234,254,194,253,254,253,253,254,253,253,253,253,253,253,253,234,253,254,253,253,253,253,254,253,253,253,253,254,253,253,253,253,254,253,253,194,253,253,234,253,253,254,194,253,253,253,254,253,253,253,253,253,253,254,253,253,253,254,253,253,254,253,253,253,254,253,194,253,253,254,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,254,253,253,253,253,254,194,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,234,253,234,253,253,253,253,253,253,253,253,253,194,253,254,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,254,253,253,253,253,253,194,253,253,194,253,234,254,253,253,253,194,254,253,253,253,254,194,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,194,253,253,253,194,252,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,194,253,194,254,253,253,194,253,253,253,194,254,253,194,253,253,253,254,253,253,253,253,253,254,253,254,253,253,253,234,254,253,234,253,253,253,253,252,188,252,251,250,91,246,91,247,136,182,96,182,142,188,142,252,252,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,254,194,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,252,253,253,253,253,234,253,253,253,253,253,253,194,253,253,194,253,253,194,254,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,254,253,253,253,194,253,253,254,253,253]; +image[42]=[253,253,234,254,253,254,253,254,253,253,254,253,253,254,253,253,253,253,253,253,188,253,253,188,253,188,233,253,252,252,252,193,252,193,188,193,188,253,188,253,188,233,253,252,252,252,252,252,188,253,233,252,253,252,252,193,188,193,253,188,252,193,188,252,233,188,193,252,252,252,252,233,252,253,253,253,253,253,253,253,254,254,254,194,253,254,253,254,254,253,253,194,254,253,253,194,253,254,253,253,254,234,253,194,254,253,234,253,254,234,253,253,254,253,194,254,253,253,253,254,254,253,194,253,253,253,253,253,253,194,254,253,253,254,194,254,253,194,254,253,253,253,194,253,254,194,253,253,253,194,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,194,254,253,253,253,194,253,253,194,253,253,253,253,253,253,194,253,254,253,254,253,253,253,254,253,253,253,194,253,253,194,253,253,253,234,253,194,253,253,253,253,194,253,253,253,253,234,252,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,234,253,194,253,254,194,253,253,253,253,253,234,253,253,253,253,194,253,253,234,253,253,253,253,194,253,253,253,253,253,234,252,194,253,253,194,253,253,194,253,253,253,253,254,253,253,253,253,253,253,254,194,253,254,253,253,253,253,253,253,234,253,253,253,253,194,254,253,253,253,253,253,253,253,253,253,254,253,253,194,254,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,254,234,253,254,253,253,194,253,253,253,253,254,253,194,254,253,194,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,254,194,254,253,253,253,253,254,253,253,253,253,194,254,253,253,194,253,253,254,253,253,253,253,253,254,253,234,252,253,251,143,250,249,247,244,45,91,136,142,136,142,182,96,187,182,188,188,252,253,253,194,253,253,253,194,254,253,194,253,253,254,253,253,253,253,253,253,253,253,194,254,253,253,253,194,253,253,253,234,253,194,253,253,253,253,253,253,194,253,253,253,194,253,253,194,253,252,253,234,252,234,252,253,253,253,253,253,234,253,253,253,253,253,194,253,253,194,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253]; +image[43]=[253,254,253,253,254,253,253,253,234,253,253,234,254,253,234,253,253,253,253,253,253,252,233,252,253,252,252,233,253,188,193,188,233,188,252,233,253,252,233,252,193,188,253,188,193,188,252,233,193,252,252,252,233,253,188,253,253,252,253,233,188,253,252,252,252,253,252,252,233,252,252,252,253,252,253,253,253,194,254,253,234,253,254,253,254,194,253,253,234,254,254,253,253,253,254,253,253,253,194,253,253,253,254,253,253,254,253,253,253,253,253,234,253,254,253,194,253,254,253,253,253,254,254,253,254,253,254,253,254,253,253,253,253,254,253,253,254,253,253,253,253,254,253,253,253,253,234,253,254,253,253,253,253,194,253,194,253,254,253,254,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,254,253,253,194,253,254,194,254,253,253,253,253,194,253,253,194,253,253,253,254,253,253,253,253,253,234,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,254,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,253,254,253,194,253,253,253,253,253,253,253,253,253,253,253,254,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,234,253,234,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,252,234,253,253,253,253,253,234,253,253,254,194,253,253,234,253,253,253,234,253,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,254,253,253,253,253,253,253,254,253,253,253,254,234,253,254,253,194,254,253,254,234,253,194,253,254,194,253,253,253,253,253,252,188,248,246,245,246,45,244,91,96,96,136,142,136,142,187,182,187,142,187,188,252,253,253,253,253,253,253,253,254,253,253,194,253,253,254,253,194,253,234,253,253,253,253,253,234,253,253,194,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,252,253,253,253,252,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,254,253,194,253,253,194,253,253,253,253,253,253,194,253,253]; +image[44]=[194,254,253,253,253,254,254,253,254,253,253,253,253,253,253,254,253,253,253,252,253,252,252,188,233,252,252,252,193,188,253,193,188,193,193,188,188,193,188,253,253,233,193,188,253,233,252,188,253,188,193,253,252,193,188,233,253,188,253,252,253,252,233,252,188,253,188,253,252,252,253,252,253,253,253,253,253,253,254,253,253,253,234,253,254,254,253,253,253,253,253,234,254,253,253,254,253,254,253,254,253,253,254,234,253,253,254,253,253,254,253,253,253,253,254,253,253,253,194,254,234,253,253,234,253,253,234,253,253,254,194,254,253,253,194,254,253,253,194,254,253,253,253,234,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,194,253,253,234,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,254,253,194,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,234,253,194,253,253,234,253,253,253,194,253,253,253,253,194,253,253,253,234,253,253,234,253,253,194,253,253,253,253,253,253,234,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,253,253,234,253,253,253,253,253,253,194,254,253,253,253,253,253,194,253,253,253,253,253,253,253,194,254,253,254,253,253,194,253,253,194,253,253,253,254,253,194,253,253,253,194,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,254,253,253,253,254,253,253,194,254,253,253,254,234,253,253,254,253,253,253,253,194,253,253,253,234,253,253,254,253,253,253,194,253,253,253,253,253,194,253,254,194,253,253,253,253,254,253,253,253,253,253,253,254,254,253,253,254,253,194,253,253,234,251,143,245,243,91,244,243,45,96,136,142,136,187,136,187,136,142,182,187,188,187,188,253,253,253,234,253,253,234,253,253,253,254,253,194,253,253,253,253,253,253,234,253,253,253,253,253,253,254,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,252,253,253,194,253,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,254,253,253,253,254,253,253,254,253,194,254,194,253,253,253,253,253]; +image[45]=[254,253,254,254,253,253,253,253,253,253,254,253,254,253,253,253,253,253,253,233,252,252,233,253,188,253,188,233,252,233,188,193,251,233,188,193,252,252,233,188,252,252,252,233,252,252,193,252,233,253,252,233,253,253,252,253,253,252,252,233,252,252,252,253,252,233,188,193,252,233,253,188,252,252,253,253,253,253,253,254,254,253,254,253,253,234,254,194,254,253,254,253,253,254,253,234,253,194,254,253,194,253,253,253,253,253,234,254,194,253,254,253,234,253,253,234,254,254,253,253,253,254,253,254,253,254,253,234,254,253,253,253,253,254,253,253,253,254,253,194,253,254,253,253,253,253,253,253,194,254,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,254,194,253,253,254,253,253,194,253,253,253,194,253,253,253,253,253,194,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,194,253,253,253,194,253,253,253,253,194,253,253,253,252,234,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,234,254,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,194,253,253,253,253,253,194,253,253,253,253,254,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,194,253,253,252,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,194,253,253,253,253,253,254,253,194,253,253,254,253,253,253,194,254,253,253,253,253,253,253,234,254,253,253,194,253,253,253,253,253,194,253,254,194,253,254,253,253,253,253,253,194,253,253,234,253,253,254,194,253,234,254,253,253,234,253,253,254,254,253,253,234,254,253,234,254,253,253,234,254,253,234,253,254,253,253,253,252,249,244,242,45,242,242,91,91,96,142,136,142,142,96,187,142,187,142,187,182,193,187,188,252,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,194,253,252,253,253,253,194,253,252,194,253,253,253,253,253,253,253,194,253,234,253,253,254,253,253,253,253,194,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,194]; +image[46]=[254,253,253,254,234,253,254,253,253,253,253,253,253,253,253,253,253,252,252,253,193,252,252,193,188,193,252,252,252,187,252,187,252,193,188,233,252,252,193,188,233,252,252,252,233,252,252,252,252,252,193,188,252,193,188,233,252,193,188,253,252,233,252,193,188,253,252,252,252,188,193,253,253,253,253,253,253,253,194,253,254,253,254,194,254,253,254,253,254,253,254,194,254,194,254,253,254,253,253,254,254,253,194,254,254,253,253,253,253,253,194,253,254,253,253,253,253,234,253,253,253,194,254,253,253,254,253,253,253,254,194,254,253,253,254,234,253,253,253,254,253,194,253,253,254,194,253,254,253,253,253,253,253,253,234,253,253,253,253,234,253,194,253,234,253,253,253,253,253,254,253,253,253,253,253,253,194,254,253,253,194,253,253,253,253,194,254,253,253,253,194,253,194,253,234,253,254,253,194,254,253,254,194,254,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,234,253,253,253,234,253,253,234,253,253,253,194,253,253,234,253,253,234,253,253,253,253,253,253,253,234,253,253,253,253,253,253,234,253,253,234,253,253,253,194,253,253,234,252,253,253,253,252,253,253,253,234,253,253,253,253,194,253,194,253,253,253,194,253,253,253,253,254,253,253,194,253,254,253,253,254,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,194,253,254,194,253,253,254,253,253,253,253,194,254,253,253,253,253,254,194,253,253,253,253,253,254,253,253,253,253,254,253,253,253,253,254,253,253,254,253,253,253,254,253,253,253,253,254,253,253,254,253,253,253,253,253,253,254,253,234,253,194,253,253,253,253,253,253,254,253,253,253,253,254,253,253,234,252,252,252,246,242,40,242,45,40,45,91,136,136,142,136,187,182,187,136,187,142,187,187,188,187,193,252,252,253,253,253,253,253,253,234,253,253,253,253,253,253,234,252,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,194,253,252,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,253,194,254,253,253,253,253,253,194,253,253,194,253,194,253,194,253,253,234,253,194,253,253,253,253]; +image[47]=[254,253,254,253,253,253,253,254,253,253,253,253,253,253,253,252,253,233,253,188,252,188,233,252,233,188,193,233,252,193,251,233,188,187,188,193,188,253,252,252,253,188,193,188,252,193,233,252,233,188,253,252,233,253,193,252,253,253,193,252,193,188,253,188,193,252,233,188,193,253,188,188,252,252,253,253,254,253,254,253,234,253,254,253,254,253,253,254,194,254,253,254,253,253,253,254,253,253,234,253,253,254,253,194,253,254,253,234,254,253,254,253,253,254,253,254,253,253,254,253,254,253,253,194,254,253,253,194,254,253,253,253,194,253,253,253,254,253,234,253,253,253,234,253,253,253,234,253,253,234,253,194,253,253,253,253,234,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,254,253,253,254,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,194,253,234,253,253,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,254,253,253,253,253,253,194,253,253,254,253,253,254,253,253,253,234,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,254,194,253,253,253,253,253,253,253,234,253,254,194,253,253,234,254,253,254,253,194,253,253,253,194,253,234,253,194,254,253,253,234,253,253,234,253,194,254,253,254,194,253,253,253,253,254,253,254,253,254,194,253,253,253,254,194,253,253,254,253,253,250,251,248,244,242,242,242,242,45,91,136,96,182,136,142,136,142,187,142,182,187,142,187,188,187,193,233,252,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,234,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,254,253,253,254,253,253,254,253,253,253,253,253,253,253,253,234,253,253]; +image[48]=[254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,193,252,252,252,233,193,188,193,188,252,233,188,188,193,188,187,252,233,252,233,188,233,252,233,252,233,252,252,233,252,252,188,193,252,253,193,252,252,252,253,233,252,188,188,253,252,233,252,252,252,193,252,252,188,193,253,253,188,253,253,253,253,253,253,254,253,254,234,253,253,234,253,254,253,254,234,253,254,234,253,253,234,253,254,253,234,253,254,253,253,254,253,253,253,234,253,253,253,234,253,253,254,253,194,253,254,234,254,253,254,253,254,253,253,234,254,253,254,253,254,194,253,253,254,253,253,253,254,253,253,253,253,253,253,253,254,253,253,194,253,253,253,253,253,253,253,254,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,254,253,253,194,253,254,253,253,253,254,253,253,254,253,253,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,253,253,194,253,253,253,234,253,253,253,194,253,253,253,234,253,194,253,253,253,253,253,254,234,253,253,234,253,253,253,234,253,253,253,252,253,252,253,194,253,252,253,234,253,253,234,253,194,253,253,253,253,253,194,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,194,253,253,253,253,234,253,253,194,253,253,194,254,253,253,253,194,253,253,194,253,253,254,253,253,253,194,254,253,194,254,253,253,253,253,234,253,254,253,253,254,253,194,253,253,253,253,253,254,253,253,253,253,253,194,254,253,253,254,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,234,253,253,254,253,254,253,253,234,253,253,254,253,254,234,253,253,254,253,234,253,253,252,143,248,243,243,45,40,243,86,45,91,136,136,142,136,187,182,136,187,142,187,182,188,187,187,188,187,188,252,253,253,253,253,194,253,253,253,234,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,253,234,253,253,253,253,253,253,252,253,253,253,253,252,194,253,194,253,253,253,253,253,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194]; +image[49]=[253,253,254,253,253,253,253,253,253,253,253,253,253,252,253,253,252,233,252,253,188,252,187,252,233,188,193,188,233,188,193,188,193,188,193,188,252,188,193,252,252,233,252,188,193,233,252,252,233,188,252,253,233,252,252,252,233,193,193,188,252,193,252,233,188,252,252,233,253,188,233,253,252,253,252,253,253,254,253,253,254,253,253,254,254,254,253,234,254,253,253,254,253,254,253,254,253,254,253,254,253,254,253,254,194,253,253,254,253,254,194,253,254,253,194,253,253,253,254,253,253,253,253,253,234,254,253,254,253,254,253,253,234,253,253,253,254,194,253,254,253,253,253,234,253,253,253,253,253,253,253,253,254,253,253,254,194,253,234,253,253,234,253,253,253,253,194,253,253,234,253,253,234,253,253,253,253,234,253,253,234,253,254,253,253,253,253,253,253,253,253,253,194,253,254,253,253,194,254,253,194,253,253,253,253,194,253,253,253,253,254,253,253,253,253,253,194,253,252,234,252,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,254,194,253,254,194,253,253,253,253,253,253,194,253,253,253,252,234,253,253,253,253,253,253,253,253,252,253,252,253,253,253,253,253,253,234,253,253,253,234,253,253,253,253,253,253,254,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,254,253,254,194,253,253,194,254,253,253,253,253,253,253,194,254,253,253,253,253,253,254,194,253,253,254,253,253,234,253,253,194,254,253,253,253,254,253,253,254,194,253,253,253,254,253,253,253,234,254,253,253,254,194,254,253,254,253,253,254,253,253,234,253,254,253,253,254,253,234,253,253,253,254,253,253,254,253,194,254,249,247,91,242,242,243,40,242,91,91,96,136,187,182,187,182,187,182,187,182,187,188,187,188,187,251,233,193,188,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,194,253,254,194,253,253,254,194,253,254,253,253,253,194,253,253,253]; +image[50]=[254,253,254,253,254,253,253,253,253,252,253,233,252,253,188,193,253,252,233,252,233,188,193,188,193,188,233,188,187,188,187,188,187,188,233,188,193,188,253,233,252,252,193,188,252,188,233,252,252,233,252,193,188,193,253,252,252,253,188,193,188,253,252,193,188,193,252,188,193,252,252,252,188,253,253,253,253,253,254,194,254,254,253,194,253,254,253,253,254,254,253,194,254,253,253,194,254,253,253,253,253,253,234,253,254,254,253,253,253,253,254,253,254,253,254,254,253,254,253,254,253,254,253,253,253,253,194,254,253,253,254,253,253,254,253,234,253,254,253,234,253,254,253,253,254,194,254,234,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,194,254,253,194,254,253,253,253,253,253,253,253,253,254,253,194,254,253,253,254,194,254,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,254,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,234,252,194,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,234,253,252,194,253,253,253,253,234,253,194,253,253,254,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,254,253,253,194,254,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,194,254,253,253,253,253,253,254,253,253,253,253,253,254,253,253,253,194,254,253,234,253,253,253,254,253,234,253,253,234,253,253,253,253,194,253,254,253,253,234,253,254,253,254,253,253,253,253,194,254,253,253,253,254,253,194,253,253,194,254,253,253,253,253,247,243,244,45,91,242,242,45,91,136,142,187,136,187,142,187,96,187,187,142,187,187,188,188,187,252,187,252,188,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,254,253]; +image[51]=[254,253,253,253,253,253,253,253,253,193,252,252,253,253,253,233,252,188,193,252,252,233,188,233,188,187,193,188,193,233,187,252,187,188,252,233,188,193,188,193,188,233,188,193,188,193,188,193,252,193,253,252,233,253,188,193,253,252,233,253,193,188,252,233,252,252,233,252,252,252,233,253,253,188,253,253,253,254,253,253,234,254,253,254,254,253,254,253,234,254,254,254,194,254,254,254,253,254,194,253,254,254,253,253,253,254,194,254,253,254,253,253,253,254,253,253,253,253,253,254,253,253,254,194,254,253,254,253,253,194,253,254,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,254,194,253,253,194,253,253,253,253,253,234,253,253,194,253,253,253,253,194,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,254,253,234,253,253,234,253,254,253,253,253,253,253,253,253,253,253,253,194,253,234,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,194,253,253,234,253,234,253,253,234,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,253,253,253,253,253,234,253,253,194,253,253,252,253,253,253,252,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,194,253,253,194,254,253,194,253,254,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,194,254,194,253,253,253,194,253,253,253,234,253,253,253,253,194,253,194,253,253,254,253,194,253,253,253,253,254,253,253,253,253,194,253,194,253,253,234,254,253,253,253,253,234,254,253,234,253,194,253,254,194,253,253,253,253,254,253,253,253,253,253,253,234,253,253,254,253,254,254,194,253,254,253,254,253,253,253,254,253,254,253,194,253,254,194,254,253,254,253,254,194,254,253,254,254,254,254,253,253,254,253,253,250,245,45,243,91,242,91,91,242,45,91,136,142,142,182,187,187,182,187,182,187,188,187,193,187,252,187,188,233,252,253,253,234,253,253,234,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,194,253,253,234,253,252,253,253,252,234,253,194,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,194,253,253,253,253,254,253,194,253,253,253,254,253,253,254,253,253,194,253]; +image[52]=[253,254,253,253,253,253,253,252,252,253,253,233,188,252,252,252,193,188,233,188,193,188,193,188,233,188,233,188,187,188,233,188,187,233,252,188,233,188,233,252,188,233,188,233,188,252,188,233,252,233,188,252,252,193,188,233,252,193,188,252,252,233,252,252,193,252,252,233,252,193,188,252,253,253,252,253,253,253,254,253,253,254,253,253,234,253,194,254,253,253,253,254,253,253,253,254,253,254,254,253,194,254,253,254,194,253,254,253,194,254,253,254,253,253,254,253,254,253,254,253,254,253,253,253,254,253,253,253,254,254,253,253,254,253,254,253,254,194,254,253,194,254,253,254,234,253,253,194,254,253,253,253,194,253,253,234,253,253,254,253,253,234,253,253,253,253,253,253,253,253,234,253,253,253,253,253,234,253,253,253,234,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,254,253,253,253,194,253,253,253,234,252,253,253,234,253,253,253,253,253,253,254,234,253,253,234,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,252,253,253,252,253,253,253,253,234,253,253,253,253,253,253,253,253,234,253,253,253,194,254,253,254,253,253,253,253,253,253,234,253,253,234,252,253,253,253,253,234,252,234,253,253,253,253,252,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,194,253,253,234,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,254,234,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,254,194,253,253,194,253,254,194,254,253,253,254,254,253,253,253,253,254,194,253,253,253,253,253,253,254,253,253,254,253,194,254,253,253,253,194,254,253,253,253,254,253,194,254,253,194,253,254,253,254,253,253,254,254,253,253,253,254,254,254,253,254,253,254,234,253,253,253,254,253,234,253,253,234,253,253,253,253,194,252,247,244,243,45,91,242,45,241,243,91,96,182,187,136,187,182,187,142,187,182,187,187,188,188,187,252,233,251,193,188,253,253,253,253,253,253,253,194,253,253,253,253,253,254,253,253,254,253,234,253,254,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,252,253,253,234,252,253,252,253,253,253,253,254,253,194,253,254,194,253,253,253,234,253,253,234,253,253,253,194,253,253,194,253,254,253,194,253,253,253,194,253,253,253,253,253]; +image[53]=[254,253,253,253,253,188,253,252,233,252,188,193,252,233,252,233,188,193,252,187,188,233,188,187,188,188,187,188,187,188,187,193,251,233,187,188,193,188,193,188,193,252,188,193,233,188,193,188,193,252,193,233,253,193,252,193,188,252,252,233,188,252,252,233,252,188,193,252,188,252,193,252,252,252,253,234,253,253,253,254,254,253,254,254,254,254,254,253,254,254,254,253,254,254,254,194,254,253,253,254,253,254,253,253,254,253,254,253,254,253,194,253,253,254,253,254,253,194,253,253,253,253,254,253,253,194,253,253,234,253,253,234,253,253,234,254,253,253,253,253,253,253,253,253,253,253,254,253,253,234,254,253,254,253,253,253,253,234,253,253,253,253,254,253,253,254,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,253,253,253,194,253,194,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,254,194,253,254,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,254,194,253,254,194,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,194,253,194,253,253,253,253,253,194,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,234,253,253,253,253,253,253,234,253,194,253,253,253,252,253,194,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,234,253,253,253,253,253,234,254,253,253,253,234,254,253,253,253,253,253,253,253,254,253,254,194,253,253,254,253,253,253,253,253,254,253,253,253,253,253,254,253,234,253,253,194,253,254,253,253,253,253,253,254,253,253,253,253,253,253,254,253,194,253,253,254,253,253,194,253,253,253,254,253,253,253,254,253,253,234,253,254,253,253,253,253,254,253,253,253,253,253,234,253,253,253,254,254,254,253,254,253,253,254,253,253,234,253,253,188,188,245,91,243,45,242,91,243,45,45,91,96,142,136,187,142,136,187,182,187,188,182,187,188,187,188,193,251,233,252,233,252,253,253,194,253,253,253,253,253,253,254,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,252,234,253,253,234,253,253,253,253,253,254,253,253,253,253,253,194,253,253,253,253]; +image[54]=[234,253,253,253,253,253,253,193,188,193,188,233,252,252,233,252,252,233,188,193,188,187,252,233,193,233,188,233,187,188,187,188,187,252,193,188,233,188,187,188,233,188,187,188,193,188,233,252,188,253,188,252,188,233,252,188,233,252,193,188,193,188,193,188,193,188,253,252,233,252,188,253,253,252,253,253,253,253,253,253,254,254,253,253,253,253,254,194,253,194,254,253,194,253,254,253,254,253,194,254,253,254,194,254,253,253,253,253,254,253,254,254,194,254,194,253,254,253,254,194,254,253,253,194,254,254,253,253,253,254,253,253,253,253,253,253,234,253,234,253,253,253,234,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,254,194,253,253,194,253,253,194,254,253,253,194,253,253,253,253,253,253,194,253,253,253,253,234,253,194,253,254,253,253,253,234,253,253,253,253,254,253,253,194,254,194,253,253,194,253,253,253,253,253,194,254,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,194,253,253,234,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,234,253,253,253,253,194,253,194,253,253,194,253,253,253,253,234,253,253,253,254,253,253,194,253,253,253,253,194,253,253,194,254,253,194,253,253,253,194,254,234,253,253,253,253,253,253,253,253,194,254,194,253,253,253,234,253,253,253,253,254,253,194,253,253,254,253,253,253,253,234,253,253,253,234,253,253,253,253,254,253,234,253,254,253,194,253,194,254,253,194,254,253,253,253,254,253,254,253,253,253,254,254,253,234,253,253,234,254,253,253,254,253,253,253,253,234,254,254,253,194,254,254,253,254,253,254,254,253,253,234,253,254,253,194,254,253,254,194,253,253,253,252,143,247,91,91,243,45,242,45,242,243,45,91,136,182,187,136,187,187,187,182,187,187,142,187,188,187,188,187,188,193,188,252,252,253,253,253,253,254,253,253,253,194,253,253,253,254,253,194,254,253,194,253,194,253,253,253,253,253,194,253,234,253,194,253,234,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,194,253,253,194,252,253,253,253,252,253,253,253,234,253,253,253,253,253,194,253,254,253,253,254,253,194,253]; +image[55]=[253,253,253,253,233,188,253,188,253,188,188,252,188,233,188,193,233,251,233,193,233,188,187,188,187,188,187,188,233,188,187,233,188,187,233,188,193,233,188,187,252,187,188,233,188,252,188,233,193,233,193,233,252,193,188,193,252,252,188,193,188,252,188,193,188,252,233,252,252,252,252,188,252,253,252,253,253,254,194,254,253,253,254,254,234,254,253,254,254,254,253,254,254,254,253,194,253,254,254,253,253,254,253,253,254,254,254,194,253,253,253,253,254,253,253,254,253,253,253,253,253,253,254,253,253,253,253,254,194,253,253,253,254,194,253,254,253,253,253,234,253,253,253,194,253,234,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,234,253,253,254,253,253,253,234,253,253,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,254,253,253,253,253,253,234,253,253,254,253,253,253,253,253,253,254,253,253,253,254,253,253,253,253,253,253,253,253,252,234,253,253,194,253,194,253,253,254,253,253,253,254,194,253,253,254,253,194,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,194,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,254,253,253,253,253,253,253,254,194,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,194,253,254,253,253,253,253,253,254,194,253,253,253,253,234,253,253,253,253,254,253,253,194,253,194,254,253,253,234,253,253,253,253,254,253,234,253,253,253,253,253,254,254,253,253,253,254,253,194,254,253,253,253,253,253,194,254,253,253,253,253,253,254,253,253,253,253,253,253,254,254,253,254,253,253,253,254,254,253,254,253,253,254,253,194,254,254,253,254,253,254,254,194,254,253,254,253,253,252,188,247,243,91,45,91,242,91,242,45,45,91,136,96,136,142,187,136,142,187,182,187,188,187,188,233,188,193,252,187,188,193,253,253,253,253,253,234,253,194,254,253,254,194,253,253,253,254,253,253,254,253,253,254,194,253,253,254,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,252,234,253,253,194,253,253,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253]; +image[56]=[253,253,253,252,253,253,233,188,233,193,233,188,193,188,188,187,188,193,188,187,188,233,188,233,188,233,142,233,187,188,187,188,233,251,187,188,233,188,193,188,233,252,188,187,188,187,252,188,188,188,252,188,193,188,233,188,233,193,188,188,233,252,252,188,193,188,252,193,188,233,252,193,188,253,252,253,253,253,253,254,253,254,253,253,253,254,234,253,253,254,234,253,253,253,254,254,253,253,253,254,194,254,253,253,194,253,254,253,254,254,253,253,253,234,253,253,254,253,254,253,194,253,254,253,253,194,253,253,253,254,194,253,253,254,253,253,253,253,253,253,254,253,253,253,253,253,253,254,253,253,253,253,254,253,253,194,254,253,194,253,253,253,253,253,253,234,253,253,253,253,254,194,253,253,253,253,253,253,253,253,194,253,253,254,253,253,253,253,194,253,253,253,253,253,253,253,253,253,254,253,253,254,234,253,253,194,253,253,253,253,194,253,254,253,194,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,254,253,253,253,253,253,253,254,253,254,253,254,253,194,253,253,253,253,253,253,253,253,253,252,194,253,253,253,194,253,253,253,194,253,253,253,194,253,253,234,253,253,253,194,254,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,254,253,253,254,253,253,254,253,234,253,254,253,253,253,253,253,253,253,253,254,253,253,254,253,254,253,234,253,254,253,253,253,253,254,253,253,253,253,253,253,194,254,253,253,253,254,253,254,253,253,253,253,253,254,253,253,253,194,253,253,253,254,253,194,253,253,253,254,253,253,234,253,253,253,194,254,253,194,254,253,253,194,254,253,254,253,253,254,253,254,254,194,253,253,253,254,253,254,253,254,253,253,234,253,254,253,254,253,254,253,254,253,254,253,254,254,253,254,253,253,252,194,250,246,91,243,91,45,243,45,45,243,40,96,136,136,142,187,182,187,187,187,187,182,187,188,187,188,193,188,233,188,193,233,188,188,253,253,253,253,253,253,253,253,253,253,254,253,194,253,253,254,253,253,253,253,253,254,253,253,253,254,253,253,253,253,234,253,253,253,234,253,253,253,253,253,194,253,253,253,253,252,253,253,253,194,253,253,194,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,194,252,253,253,253,253,253,253,194,253,253,253,253,254,234]; +image[57]=[253,253,253,253,188,252,188,193,188,188,187,188,187,193,233,188,187,188,233,188,187,188,187,188,187,188,187,188,187,233,188,187,193,233,188,187,251,233,188,233,142,233,187,188,193,233,188,193,233,193,187,233,188,193,188,193,188,193,188,193,188,193,233,188,251,233,188,252,193,252,252,252,252,252,253,253,253,253,253,254,194,253,254,253,254,253,253,234,253,253,254,194,254,253,234,253,254,234,253,253,254,253,234,254,253,254,253,254,253,194,253,254,253,254,253,234,253,194,253,254,253,253,253,253,254,253,253,254,253,253,254,253,253,253,253,194,253,254,253,253,253,253,254,253,254,194,253,253,253,254,194,253,253,253,254,253,253,253,254,253,253,254,194,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,254,253,253,253,234,253,194,253,254,253,254,194,253,254,194,253,253,194,253,253,194,253,253,253,253,253,253,254,194,253,254,253,253,253,253,253,253,253,253,234,253,253,234,254,253,253,253,254,253,254,253,253,253,253,253,254,194,253,253,234,253,253,253,234,254,253,253,253,253,253,234,253,253,253,234,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,194,253,253,253,253,253,254,253,253,253,234,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,234,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,194,253,194,253,254,194,253,253,194,253,253,234,253,253,253,253,234,254,234,253,253,234,254,194,254,253,253,254,253,253,253,194,253,253,253,253,254,253,254,253,253,253,194,253,254,253,253,254,194,253,253,254,253,234,253,194,253,254,253,253,254,253,254,253,254,253,253,254,253,254,253,194,253,253,253,253,234,253,253,254,253,254,253,253,253,253,253,254,253,254,253,253,234,254,253,254,253,254,253,254,253,254,253,253,254,253,234,253,252,188,244,91,243,45,91,91,91,91,91,91,45,136,96,136,187,136,187,136,187,182,187,187,187,188,187,188,187,188,193,188,187,252,193,253,253,253,253,253,254,253,253,254,253,254,253,253,254,194,253,253,194,254,253,234,253,253,254,194,253,253,253,194,253,253,253,253,194,252,253,253,253,194,253,253,253,253,253,194,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,234,252,253,253,253,253,253,253,194,253,253,253,254,194,253,253,253,253]; +image[58]=[253,188,253,253,233,188,252,233,188,233,188,233,188,188,187,233,193,187,193,188,233,187,188,233,188,233,187,188,187,188,187,188,187,188,193,233,188,187,188,187,252,188,193,182,233,251,187,188,188,188,188,193,188,187,188,233,188,187,188,187,188,251,252,193,188,252,188,193,252,188,193,252,253,252,253,253,253,253,253,254,253,254,254,253,194,254,254,253,254,253,253,254,253,253,254,253,254,253,254,253,234,254,253,253,234,253,253,194,254,253,253,254,253,253,253,254,253,254,253,253,254,194,254,253,253,254,253,253,194,253,253,253,194,254,253,254,253,194,254,253,194,253,234,253,253,253,253,194,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,254,253,194,254,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,254,253,253,253,253,253,194,254,253,253,254,253,253,253,253,253,254,253,253,194,253,253,253,253,253,253,253,253,254,194,253,253,253,194,254,253,194,253,254,253,253,253,253,253,253,253,253,253,234,253,194,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,194,254,253,253,194,253,253,194,253,253,253,253,253,254,253,254,194,253,253,194,254,253,253,253,194,253,253,253,253,194,254,253,253,253,253,253,194,254,253,194,253,253,253,253,253,253,194,253,253,253,254,253,194,254,253,253,254,253,194,253,254,253,253,253,254,253,254,253,253,253,253,254,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,254,194,254,254,253,253,194,253,253,194,253,254,194,254,253,253,253,253,253,253,254,253,253,253,254,253,254,253,253,253,254,234,253,253,253,253,254,253,234,253,253,234,253,254,253,254,253,253,253,254,253,253,253,254,253,254,254,253,253,253,254,253,194,254,253,253,253,254,253,254,253,254,253,234,254,253,254,253,253,251,251,248,91,242,91,45,243,45,91,40,91,45,91,136,187,136,187,182,187,136,187,187,182,142,187,188,233,252,188,193,187,252,193,188,188,233,252,253,253,253,253,254,194,253,253,253,254,253,253,254,254,253,253,254,253,253,254,194,253,254,253,194,254,253,253,194,253,253,253,253,253,194,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,252,194,253,253,253,253,253,234,252,253,194,253,253,253,253,253,253,253,253,253,253,194,253]; +image[59]=[253,233,252,188,193,188,187,252,187,188,193,187,233,193,187,188,188,187,188,187,188,233,187,188,187,188,233,187,233,187,188,233,187,188,187,188,187,188,193,233,187,187,188,187,188,187,188,193,233,193,233,188,193,188,193,187,251,233,252,252,187,188,193,188,188,193,188,188,193,252,188,193,252,188,253,252,234,253,253,254,253,253,254,253,254,253,253,254,234,253,254,194,253,254,253,253,254,194,253,253,253,253,254,254,253,254,254,254,253,254,194,254,194,254,253,253,234,253,254,253,253,254,194,253,253,194,254,253,253,254,253,254,253,253,234,253,253,253,234,253,254,253,253,254,253,254,253,254,253,253,253,254,194,253,254,194,253,253,194,254,253,234,253,253,253,253,253,253,254,194,253,253,253,253,253,234,253,253,253,253,234,253,253,254,253,253,254,253,253,253,253,254,253,194,253,253,253,253,254,253,254,253,254,253,253,253,253,254,253,254,194,253,194,253,254,253,253,253,253,253,253,253,234,253,253,253,234,253,253,253,253,254,253,253,234,254,253,254,194,253,253,254,253,253,253,254,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,194,253,253,254,253,234,253,253,253,253,253,254,253,194,253,253,253,194,253,253,253,254,253,253,253,253,254,253,254,253,253,254,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,234,253,194,253,253,253,253,253,253,253,254,253,253,253,253,254,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,254,253,253,253,254,253,253,234,253,254,253,254,234,253,253,253,253,253,254,253,254,253,254,253,253,253,253,253,253,254,194,254,253,253,253,234,253,253,253,254,253,253,254,253,253,253,254,254,194,253,253,253,253,254,253,253,253,234,254,253,253,254,253,253,253,254,253,253,234,253,253,254,194,253,254,254,253,254,194,254,254,194,254,253,254,253,254,254,253,254,253,253,253,247,247,245,91,243,91,45,91,91,40,91,91,91,96,136,187,142,187,136,187,187,182,187,187,187,182,193,187,188,233,251,233,188,187,193,252,252,253,234,253,254,253,253,253,254,194,253,253,254,253,194,253,254,253,253,254,253,253,253,253,253,254,253,253,253,253,253,253,252,234,254,188,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,252,253,253,253,253,252,253,253,194,253,253,253,194,253,253,253,253]; +image[60]=[253,253,252,233,188,233,251,233,187,188,187,188,188,187,188,233,187,233,188,187,188,187,188,187,187,187,188,187,188,187,188,187,188,233,188,233,193,182,188,187,188,187,188,187,233,188,187,188,188,188,187,188,187,188,188,188,187,251,187,188,187,252,188,193,188,233,252,252,233,252,188,253,252,253,253,253,253,253,253,253,254,234,253,253,254,253,254,253,253,253,254,254,253,234,254,194,254,253,254,254,253,253,194,254,253,253,253,253,253,254,253,253,254,253,254,253,254,253,234,253,254,253,253,254,253,253,253,254,253,253,194,254,253,253,253,254,253,253,253,253,253,253,253,194,253,254,253,253,253,194,253,254,253,253,253,254,253,254,253,253,253,253,254,253,254,253,254,253,253,254,253,194,254,253,253,254,253,253,253,253,253,253,194,253,194,253,253,194,254,253,194,253,253,253,253,194,254,253,194,253,254,253,253,253,194,254,253,253,194,254,253,254,253,253,253,254,194,253,254,234,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,254,254,253,253,253,253,194,253,254,234,253,253,253,234,253,253,253,194,253,253,253,253,254,253,253,253,253,253,253,253,253,254,253,253,253,253,254,253,254,253,254,253,254,253,253,253,253,194,253,253,253,253,194,253,253,253,253,194,254,253,253,253,253,253,253,253,254,253,194,253,253,234,253,253,253,253,253,254,253,253,253,194,253,234,253,253,254,253,194,253,253,194,254,253,194,254,253,253,253,253,253,253,194,254,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,254,253,253,254,194,253,253,253,253,253,254,234,253,253,234,253,253,253,253,194,254,253,253,254,253,253,253,254,234,253,253,253,253,253,253,254,254,253,194,253,253,254,253,253,253,253,253,253,253,254,253,234,253,254,253,254,253,194,254,254,253,234,253,254,253,253,253,254,253,254,253,254,253,254,253,253,253,234,252,252,245,91,243,45,243,45,91,45,91,45,91,45,136,136,187,136,187,187,187,136,187,187,182,187,188,187,188,187,252,193,188,193,188,193,188,193,252,252,253,253,253,194,254,253,254,254,253,253,254,253,254,253,194,254,253,194,254,253,254,253,234,253,253,253,253,253,234,253,253,253,253,253,234,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,252,253,253,234,253,253,253,253,253,253]; +image[61]=[233,253,188,193,252,251,187,252,188,187,188,233,187,188,187,188,187,188,187,233,187,233,187,233,188,187,233,187,187,188,187,233,187,188,187,188,187,188,187,188,187,187,188,187,188,187,188,233,187,193,188,193,251,233,187,188,188,187,188,188,187,188,187,188,188,193,188,188,251,233,252,188,193,188,252,253,253,254,253,253,253,253,254,254,194,253,254,253,254,253,234,253,254,253,253,253,253,254,194,253,254,254,253,253,254,234,254,194,253,253,253,254,194,254,253,194,254,253,253,234,253,254,234,253,253,254,253,194,253,254,253,253,253,254,253,253,253,254,253,254,194,253,254,253,253,253,194,254,254,253,253,253,254,194,253,253,253,253,194,253,254,253,194,253,253,194,253,254,253,253,254,253,194,254,253,253,194,253,254,194,253,254,253,254,253,254,253,253,253,253,254,253,254,253,254,253,253,253,254,194,253,253,254,254,253,253,254,253,254,253,253,253,254,253,254,253,253,253,253,253,194,254,253,253,254,194,253,254,253,253,234,253,253,254,253,234,253,253,234,253,194,254,253,254,253,253,253,253,254,253,253,253,194,253,253,253,254,253,253,253,253,254,194,253,253,253,254,194,253,253,194,253,253,253,253,194,253,253,253,253,234,253,194,254,253,253,254,194,253,254,253,254,194,254,253,253,253,194,253,194,253,254,194,253,253,253,253,253,253,253,253,253,253,253,234,253,194,253,254,253,253,253,253,194,253,253,254,253,254,253,253,253,253,253,253,254,194,253,254,253,253,253,253,253,253,234,254,253,254,253,254,253,194,254,253,253,194,253,253,253,253,253,254,194,254,194,253,253,253,254,253,253,253,234,253,254,253,253,253,253,253,254,253,253,253,253,253,254,253,254,253,254,253,253,253,254,253,254,253,253,254,253,254,253,254,253,253,254,253,253,253,253,254,253,254,253,253,253,253,254,253,254,234,254,253,254,253,254,253,254,253,254,253,253,252,250,247,242,242,91,243,45,91,45,45,91,96,91,91,96,96,182,142,187,136,187,182,187,142,187,233,187,187,193,188,188,187,251,233,193,188,193,233,252,253,253,253,253,254,253,253,253,253,254,194,253,253,253,253,253,253,254,253,253,253,253,253,253,254,253,254,253,253,253,253,194,253,253,253,253,253,253,194,253,253,194,254,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,253,253,234,254,253,253,253,253,253,253,253,194,253,194,252,253,194,253,253,253,252,253,253,253,234,253,194,254]; +image[62]=[252,252,233,188,187,188,187,233,188,187,188,187,188,233,187,233,193,182,233,188,142,233,188,187,233,188,187,188,187,233,187,188,187,187,188,187,233,188,187,187,188,187,187,188,187,187,188,187,188,187,233,188,187,188,188,187,188,187,188,187,188,233,188,193,188,188,233,193,188,188,188,253,252,233,252,253,253,253,253,254,253,253,253,253,254,253,253,194,254,253,253,253,253,254,234,254,253,253,254,253,234,253,254,253,253,254,253,254,254,234,253,254,253,254,253,254,253,254,253,254,253,253,254,253,194,254,253,254,253,253,254,253,194,253,254,253,253,254,234,253,254,253,253,253,254,253,253,253,253,254,194,253,253,254,254,253,234,254,253,253,254,253,254,253,254,253,253,234,253,253,253,254,253,253,253,254,254,253,253,254,253,253,253,253,234,253,253,253,253,253,253,194,253,234,253,253,234,253,253,254,234,253,253,253,253,253,254,253,253,254,253,194,253,194,253,234,253,253,254,253,253,253,194,253,253,253,253,253,194,253,253,254,194,253,253,254,253,253,253,254,253,253,234,253,254,234,253,253,253,254,253,253,253,253,253,253,234,253,194,253,253,253,253,254,194,253,253,253,254,253,254,253,254,253,254,253,254,194,254,253,253,254,253,253,234,253,253,254,253,253,253,253,253,253,254,253,254,253,254,253,253,253,253,253,253,253,194,253,253,253,253,194,254,253,253,253,253,253,234,253,253,253,253,254,253,253,253,253,253,253,194,254,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,254,253,253,253,254,253,254,194,254,253,253,253,253,253,253,254,253,253,194,254,253,253,253,253,253,253,254,194,253,253,234,253,254,253,253,194,254,253,234,253,253,254,253,253,254,253,253,194,253,254,253,194,253,254,253,253,253,254,253,254,253,253,253,254,253,254,254,253,254,253,253,253,254,253,254,253,194,254,253,253,234,252,253,251,246,91,45,40,45,91,242,45,91,45,91,45,96,45,136,136,187,136,187,187,187,187,187,187,142,188,188,188,233,193,188,193,252,188,193,188,188,252,252,253,253,253,234,253,254,254,254,253,254,253,254,254,253,254,253,194,253,254,194,254,194,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,254,253,194,253,253,253,194,254,253,253,253,253,253,234,253,253,253,253,194,254,253,253,253,253,253,253,253,253,253,253,252,234,252,253,253,253,252,253,253,253,253,253]; +image[63]=[188,233,252,188,233,188,188,187,188,233,187,188,187,188,187,188,187,188,187,233,187,187,187,188,187,187,233,182,187,188,182,187,188,233,187,188,187,188,187,182,187,182,187,187,188,187,187,188,187,188,187,188,187,188,187,187,188,187,188,188,193,188,188,187,188,193,188,188,193,188,193,188,252,252,252,253,253,253,253,253,253,254,253,254,253,253,254,253,253,253,254,254,253,253,253,253,254,253,253,254,253,253,254,253,254,253,254,253,254,253,234,253,254,253,254,194,254,253,194,253,254,253,254,253,254,253,253,234,254,194,253,254,253,253,234,254,253,253,253,253,253,253,254,253,253,254,194,253,254,253,253,254,253,253,253,254,253,253,254,253,253,234,253,253,234,253,254,253,254,234,253,253,254,194,253,253,253,253,254,253,253,254,254,253,253,254,194,253,234,253,254,253,253,253,253,253,253,254,253,253,253,234,253,254,194,253,253,194,253,253,253,254,253,254,253,254,194,253,253,254,253,254,253,254,234,254,253,254,253,254,253,253,253,254,253,194,253,254,253,253,253,254,253,253,253,253,253,254,194,253,253,254,253,254,253,253,253,253,254,194,253,254,253,253,253,253,253,253,253,253,253,194,253,234,253,253,253,253,253,253,253,234,254,253,253,254,253,253,253,253,254,253,254,194,253,253,253,253,253,254,253,253,254,194,253,253,254,194,253,253,254,253,253,253,253,234,253,253,253,253,234,253,253,234,253,194,253,234,253,254,253,253,253,253,254,253,253,253,253,253,194,254,194,253,253,234,253,254,253,253,253,253,194,253,253,253,254,253,253,253,254,253,254,253,254,253,194,254,253,253,253,254,253,253,254,194,253,253,253,253,253,253,194,253,254,253,253,253,253,253,194,254,253,254,253,253,254,254,254,253,253,254,254,253,253,253,254,253,253,254,253,253,254,253,253,254,194,253,254,253,254,254,253,253,254,253,254,254,253,253,253,252,251,188,247,244,243,244,45,242,45,91,45,96,91,45,91,96,136,96,136,136,187,182,187,182,187,182,187,187,187,187,193,251,233,188,193,233,252,187,188,193,252,253,253,254,253,253,254,194,253,253,253,254,194,253,253,194,253,254,253,254,253,253,253,254,253,254,253,253,254,194,253,254,253,253,194,253,253,253,254,253,253,254,253,194,253,253,253,253,253,253,254,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,234,253,253,253,234,253,253,253,253,253,252,234,253,194,253,253,253,253,253,253]; +image[64]=[252,252,187,188,193,187,188,187,188,187,188,187,188,187,188,187,187,188,187,188,187,188,187,233,182,193,187,188,187,233,187,188,187,182,188,187,182,233,187,188,187,188,187,187,233,188,187,188,187,188,187,187,187,182,188,187,188,187,188,187,188,187,188,188,188,188,193,188,233,188,188,253,193,252,253,253,253,253,253,254,253,253,253,253,254,253,253,234,254,194,253,234,253,254,253,234,253,253,254,253,254,253,254,253,254,253,253,253,253,254,253,253,254,253,254,253,254,254,254,253,194,254,234,253,254,253,254,253,253,254,253,234,254,253,253,253,194,254,253,254,253,253,194,254,253,253,254,253,253,254,253,234,253,194,253,254,253,253,234,253,254,253,254,253,253,254,253,253,253,254,253,234,253,254,254,253,194,253,253,194,254,253,253,194,254,253,254,253,253,253,253,254,253,253,194,253,253,253,253,194,253,254,253,253,254,253,254,254,253,254,253,253,253,253,253,253,254,253,194,253,253,254,253,253,253,253,194,254,253,253,254,253,253,194,254,253,253,194,254,234,253,253,194,254,253,194,254,253,254,253,253,253,253,194,254,253,253,253,253,253,253,253,254,253,253,194,254,253,194,253,253,254,253,253,254,234,253,254,234,254,253,253,253,254,253,253,194,254,253,194,254,253,253,254,253,194,254,253,194,253,253,194,253,253,254,253,253,253,254,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,254,253,253,253,234,253,253,253,253,253,253,254,253,253,254,253,253,254,253,253,253,253,253,194,254,253,254,253,254,253,253,253,253,254,194,253,253,253,253,194,253,253,253,253,254,253,194,254,253,253,253,254,253,254,194,253,253,254,253,234,253,253,194,254,253,253,253,234,253,254,253,253,253,253,254,253,253,253,254,234,253,254,253,253,253,254,253,194,254,253,254,253,253,254,253,253,254,254,253,254,253,253,253,253,253,253,251,248,246,91,243,45,91,91,45,242,45,244,45,45,91,45,136,96,181,141,136,187,187,187,187,142,233,188,188,233,252,233,252,193,188,252,188,252,188,188,188,188,253,253,253,253,253,254,253,254,253,254,253,254,253,254,253,253,253,253,253,234,253,253,234,253,194,254,253,253,253,253,194,253,254,253,254,253,253,253,194,253,253,253,254,253,253,194,254,253,253,253,253,253,194,254,253,253,253,253,194,253,194,253,253,254,253,253,253,253,253,253,253,253,253,194,253,252,253,253,252,253,253,253,234,252,253,194,253]; +image[65]=[233,252,188,187,188,233,188,187,188,187,233,187,188,187,233,188,187,233,187,182,233,187,182,187,233,182,187,187,188,182,187,187,233,187,188,187,188,182,187,182,187,182,187,182,187,187,187,233,187,187,182,188,187,187,187,188,187,188,187,188,188,188,193,233,187,188,188,193,252,252,233,188,252,252,252,252,253,234,253,253,253,234,253,253,253,254,253,253,253,253,253,253,194,253,254,253,254,253,253,254,253,253,253,254,253,234,254,194,253,253,254,254,194,253,254,253,253,234,254,253,254,253,253,234,253,254,253,253,234,253,254,253,253,253,254,253,254,253,253,234,253,254,253,253,253,253,253,254,194,253,253,253,254,253,254,194,253,254,253,253,253,254,194,254,253,253,194,254,253,253,253,253,253,253,253,254,254,253,254,253,253,253,254,253,234,254,253,194,254,234,253,253,234,254,253,254,194,254,253,254,253,194,253,254,253,253,253,253,194,253,253,234,253,254,253,253,253,253,254,194,253,253,253,253,253,254,253,253,253,253,234,253,254,253,253,254,253,254,253,253,254,254,254,253,254,253,253,254,253,254,194,254,253,253,253,253,254,253,254,253,254,194,253,253,254,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,254,253,234,254,253,253,253,253,253,254,253,253,253,254,253,254,253,253,234,253,253,253,253,194,253,234,254,194,253,254,253,194,253,253,254,194,253,253,253,234,253,253,253,254,253,194,253,254,194,253,254,194,253,253,234,253,253,253,253,253,194,253,254,253,253,253,253,253,194,254,194,253,253,253,253,254,194,253,254,253,254,253,254,194,253,254,253,253,253,254,253,253,253,253,254,253,253,253,253,253,254,253,253,253,254,253,254,253,253,234,253,254,234,253,253,254,254,253,253,253,194,254,253,254,253,254,253,254,253,254,253,254,253,254,253,254,253,253,253,234,253,253,254,253,251,250,249,245,243,91,45,243,45,91,45,91,45,91,45,91,96,136,96,136,187,187,182,187,188,187,182,187,187,188,233,193,188,251,233,188,193,187,188,193,188,193,233,252,252,253,253,253,254,253,254,253,253,253,254,253,254,253,254,194,254,253,254,253,254,253,253,253,253,253,253,253,253,254,253,253,253,253,253,194,253,254,253,253,253,253,234,254,253,253,253,253,253,194,254,253,253,253,254,253,253,253,253,253,254,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,252,253,252,234,253,253,253]; +image[66]=[252,187,188,187,188,187,187,233,188,187,188,187,233,182,187,233,188,187,187,188,187,182,187,187,187,187,233,187,187,187,233,187,182,187,188,187,187,182,187,233,187,187,188,187,182,188,187,188,187,188,187,182,187,142,187,182,187,188,188,187,193,188,187,251,252,193,188,188,187,252,251,252,252,233,252,253,253,253,253,253,253,253,254,253,253,253,253,254,253,254,253,254,253,253,254,253,253,254,253,253,254,253,234,253,254,253,254,254,254,194,253,254,254,254,253,194,254,253,253,254,253,254,253,254,253,194,254,253,254,253,253,254,194,254,253,254,234,253,253,254,253,253,253,234,253,194,253,254,253,254,253,253,254,253,253,254,253,194,254,254,194,253,253,254,234,254,253,253,194,254,254,234,253,253,253,253,253,253,254,253,254,253,253,253,253,253,254,253,253,253,254,253,253,253,234,253,253,253,253,253,253,254,253,234,253,194,254,253,254,253,254,253,253,194,254,253,253,253,253,254,253,194,254,254,234,253,253,234,253,254,253,253,253,254,253,253,253,254,253,194,253,234,253,253,194,254,253,194,254,253,254,253,254,253,234,253,194,253,253,194,253,254,253,234,253,234,253,253,253,253,194,254,253,194,254,253,254,194,254,253,254,194,254,253,253,254,253,253,253,254,194,254,253,253,253,253,254,253,253,253,253,254,253,253,253,253,253,254,253,253,253,253,253,253,234,253,253,253,253,253,253,254,253,253,253,253,194,253,253,253,254,253,253,254,253,253,254,253,253,253,254,253,194,254,253,254,253,253,253,194,254,253,254,253,253,254,253,254,253,253,253,254,253,253,253,253,253,253,254,253,253,254,194,253,253,253,254,253,253,253,234,253,253,254,253,234,253,254,234,253,253,253,254,253,254,253,254,253,254,253,234,253,254,254,253,253,254,253,254,253,253,254,253,253,254,253,254,253,254,253,254,234,254,253,253,253,252,253,252,249,247,246,243,45,242,242,40,244,91,45,244,45,45,91,45,136,136,142,182,187,187,187,187,187,187,187,188,187,193,188,187,233,193,233,252,188,252,187,188,188,251,188,252,253,253,253,253,254,253,254,254,253,194,254,234,253,253,254,253,254,253,253,253,253,254,253,254,253,234,253,253,194,253,253,253,254,194,253,253,253,253,253,194,254,253,253,253,253,234,253,194,254,253,253,253,253,253,194,254,253,254,253,253,253,194,254,194,253,254,253,253,253,253,194,253,253,253,194,253,253,252,234,253,253,253,253,253,253,234,253]; +image[67]=[233,252,233,188,187,188,188,187,187,188,187,188,187,188,182,187,187,188,182,233,187,233,187,188,187,182,187,187,182,187,182,187,187,187,233,182,187,187,187,182,187,182,187,188,187,187,188,187,182,187,188,187,182,187,188,187,188,187,188,187,188,188,233,188,187,188,193,188,193,251,233,252,252,252,252,252,253,253,253,253,253,253,234,253,253,254,253,253,253,253,253,253,254,253,253,254,253,254,253,254,253,254,253,254,253,254,253,254,253,254,254,253,253,254,254,254,253,254,253,254,194,253,254,253,254,254,253,254,194,253,254,253,254,194,253,253,254,194,254,253,194,254,253,254,253,254,253,253,254,253,194,254,253,253,234,253,254,253,253,253,254,254,253,253,253,253,254,254,253,253,253,253,253,254,194,253,254,253,254,194,253,253,254,254,194,253,253,253,254,194,253,253,254,253,253,253,253,234,253,253,234,253,253,253,254,253,253,253,194,253,253,254,253,253,254,194,253,254,253,253,254,253,253,253,253,254,253,254,194,253,253,254,194,253,253,254,194,253,253,254,253,253,253,254,253,234,254,253,253,253,234,253,194,254,253,253,254,253,254,253,253,253,253,253,253,253,253,194,253,254,253,253,253,254,253,253,253,254,194,253,253,254,253,253,234,253,253,234,254,253,253,194,254,194,254,253,194,253,254,194,253,253,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,234,253,254,253,194,253,253,254,253,253,254,253,253,234,254,253,253,253,253,254,194,254,253,253,254,253,253,253,253,254,253,254,253,194,253,253,253,253,253,194,253,253,254,253,253,253,254,253,254,253,253,253,194,253,253,253,254,253,234,253,254,253,254,253,254,194,253,253,253,253,253,253,254,194,253,253,194,253,253,253,254,253,253,253,254,253,253,254,253,254,194,253,254,254,253,254,254,253,254,254,194,253,254,253,253,254,253,253,252,194,252,250,91,245,91,45,241,243,242,45,243,45,244,45,96,45,45,91,96,136,182,187,182,187,182,187,187,188,187,233,187,252,187,188,252,188,252,193,233,193,188,187,188,193,188,253,188,253,253,253,253,254,194,254,253,254,253,253,253,254,253,194,253,254,253,254,253,234,253,253,253,253,254,253,253,254,194,253,253,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,194,253,253,254,253,253,253,194,253,253,253,253,253,253,253,253,253,252,253,253,253,252,194,253,194,253,253,252,253,253]; +image[68]=[188,187,251,187,188,187,187,188,187,233,187,188,187,233,187,188,233,187,187,188,187,182,187,187,187,187,233,187,187,187,187,182,187,182,187,187,182,187,182,187,187,182,187,187,182,187,182,187,188,187,182,187,187,182,187,142,187,188,233,188,187,188,187,188,188,188,187,188,233,251,188,188,193,252,253,252,253,253,253,253,253,253,253,253,253,253,234,253,253,254,253,234,253,254,253,253,253,254,253,194,254,253,253,254,253,253,253,254,253,254,194,254,254,194,253,254,253,194,254,254,254,254,194,254,253,253,234,253,254,253,234,253,254,253,254,253,254,253,254,253,254,253,253,253,253,253,194,253,253,254,253,253,253,254,253,253,253,234,254,253,234,253,254,254,253,254,234,253,254,253,254,253,253,254,253,254,194,253,253,254,254,253,253,254,254,254,194,254,253,254,253,194,253,254,253,254,253,253,254,253,253,253,253,253,253,254,253,254,253,254,194,253,254,253,253,254,253,253,253,194,254,253,253,194,253,253,253,253,254,253,194,254,254,254,194,254,253,254,253,253,254,253,194,254,253,253,253,254,234,253,254,253,253,253,254,253,234,253,253,253,254,253,253,253,254,253,253,254,253,253,253,254,253,253,254,194,253,253,254,253,234,253,253,253,254,253,253,253,253,254,253,253,253,253,254,253,253,253,253,254,253,194,254,234,253,253,253,194,253,253,234,253,254,253,253,194,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,194,254,253,253,254,253,253,254,194,253,254,253,253,194,253,253,254,253,254,253,253,254,253,254,253,254,253,253,254,253,253,254,253,253,254,253,254,254,253,254,234,253,253,253,253,194,253,253,234,253,253,254,253,253,253,253,253,253,254,254,254,254,253,194,254,234,254,254,253,253,254,253,254,253,254,254,253,253,234,254,253,253,234,253,254,254,253,254,253,253,253,253,252,188,250,250,244,243,91,243,45,242,45,243,45,242,91,45,45,91,45,91,45,136,182,187,187,187,187,187,187,187,187,188,187,233,193,233,193,187,193,188,193,188,252,193,188,193,188,187,252,252,253,253,234,253,254,253,253,254,253,254,194,254,253,254,254,253,253,194,253,253,253,254,194,254,253,253,253,253,253,254,253,254,253,253,194,253,253,254,253,194,253,253,194,254,253,253,254,253,194,254,253,194,253,254,253,254,253,254,253,253,253,253,254,253,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,252,253,194,253,253,194]; +image[69]=[233,188,187,188,187,182,187,188,187,188,187,188,187,188,187,187,188,182,187,182,188,233,182,233,182,187,182,187,188,187,182,187,187,187,182,233,187,187,187,187,182,187,187,182,187,187,187,187,187,187,187,182,187,187,182,187,188,187,188,187,252,187,188,193,187,252,188,193,252,188,193,188,252,252,252,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,254,234,253,254,253,254,253,254,253,254,253,254,194,253,254,254,254,253,254,254,253,254,254,253,253,253,254,253,254,253,254,253,254,253,253,254,253,254,253,234,254,253,253,253,254,253,254,194,253,254,254,253,254,253,253,253,254,194,253,253,254,253,253,253,254,253,234,253,194,253,253,253,254,194,253,254,194,253,253,253,254,253,254,253,194,253,254,253,253,253,254,253,253,234,253,253,254,253,253,234,253,253,253,253,253,254,194,253,253,194,253,253,253,253,253,254,253,253,253,254,253,253,254,253,253,253,254,254,253,254,253,254,253,253,254,253,253,253,253,254,253,253,253,254,194,253,254,253,234,253,254,194,253,253,253,253,234,254,194,253,253,253,253,194,253,253,194,254,253,194,253,253,253,253,253,194,253,234,253,253,254,253,254,253,253,253,234,253,253,253,253,254,253,234,253,253,234,254,253,253,254,253,254,253,253,254,253,253,253,234,254,253,254,253,253,253,253,194,254,254,253,254,253,234,253,254,253,253,253,253,253,254,194,253,254,253,254,253,254,194,253,253,254,253,253,253,254,194,253,254,253,254,253,253,253,253,254,194,253,253,253,194,253,253,253,253,254,194,253,253,254,253,253,234,253,254,253,253,253,254,254,253,254,254,253,253,254,194,253,254,253,254,253,254,253,253,234,253,253,254,254,253,253,253,194,254,234,253,254,253,254,253,253,254,254,253,254,254,254,253,254,253,254,253,254,253,253,253,252,249,249,248,91,91,45,244,45,243,45,45,243,45,40,45,91,45,91,45,91,136,96,187,182,182,187,187,188,187,188,187,233,252,187,188,252,233,188,252,233,252,187,188,188,193,188,188,252,252,253,253,253,253,254,253,253,254,194,254,253,254,194,253,253,254,253,254,254,253,254,253,253,253,253,253,194,254,253,253,253,253,253,254,253,253,254,194,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,254,194,253,253,253,253,194,254,253,253,253,254,194,253,253,254,194,253,253,253,253,253,194,253,253,253,252,234,253,253,253,253,253,253]; +image[70]=[187,188,233,187,188,187,188,187,182,233,187,233,187,187,182,233,187,233,187,233,187,182,187,187,187,187,187,182,187,187,187,233,182,187,187,182,187,182,187,182,187,182,187,187,187,182,182,187,182,182,187,187,182,187,188,187,188,187,188,188,233,188,188,187,188,193,188,187,188,188,188,233,252,233,252,252,253,252,253,253,253,253,253,253,253,253,253,254,253,254,253,253,253,254,194,253,254,253,254,253,253,253,194,254,234,253,254,254,254,253,253,254,253,254,234,253,254,253,254,254,253,254,253,194,254,253,253,254,234,253,254,234,253,254,253,253,194,254,234,253,253,254,254,253,253,253,253,194,254,253,253,253,253,254,194,254,253,254,253,253,253,254,253,254,254,253,234,253,254,253,253,254,254,253,253,234,253,253,254,254,253,194,253,254,253,253,254,253,254,253,234,253,254,253,253,254,194,254,234,253,253,254,234,253,253,254,194,254,253,253,253,194,254,253,253,253,254,253,254,253,253,194,253,253,254,234,253,253,253,254,253,253,254,253,253,254,253,194,254,253,253,254,253,253,253,254,254,253,254,194,253,253,253,254,253,254,253,254,254,253,254,253,253,254,253,254,194,254,253,253,254,253,253,254,253,234,253,253,234,254,253,253,254,194,254,253,194,253,253,254,253,253,253,234,253,253,234,253,254,253,234,253,253,253,253,253,234,253,253,194,253,254,253,253,253,253,254,253,253,253,253,194,254,253,194,253,254,253,253,234,253,253,234,253,254,253,194,254,253,254,253,253,254,253,253,194,253,254,194,253,253,253,254,253,254,253,254,253,254,253,253,254,253,254,253,253,254,253,253,253,253,194,254,253,194,253,234,253,253,254,253,253,254,253,234,253,253,253,253,253,254,253,254,234,253,253,254,253,254,254,253,254,253,254,253,254,254,253,253,254,253,253,254,253,254,253,253,254,253,254,253,252,252,248,246,246,91,243,45,45,243,45,243,45,242,45,45,40,45,40,91,45,91,90,91,182,182,187,187,188,187,233,193,188,193,188,233,193,188,193,253,233,193,188,193,252,193,233,188,193,188,252,188,253,253,253,253,253,254,234,253,253,254,253,254,253,254,194,254,253,253,253,253,253,254,234,253,253,253,253,253,194,254,253,194,253,253,254,253,253,254,253,253,253,194,254,253,253,194,254,253,253,254,253,254,253,253,253,254,194,254,253,253,253,253,194,253,253,254,253,253,253,253,253,194,253,253,253,253,234,252,253,253,253,252,234,253,253,234,253]; +image[71]=[188,187,188,187,182,187,187,188,187,182,187,188,233,187,188,187,182,187,182,188,187,233,187,182,233,182,187,187,187,187,182,187,187,182,187,187,182,187,227,187,187,227,187,182,187,187,187,187,187,187,182,187,187,187,187,187,188,187,187,188,193,187,188,188,187,188,251,187,188,193,252,251,251,252,252,188,253,252,253,252,253,252,253,253,253,253,253,253,253,253,254,253,254,253,253,254,253,234,253,254,234,254,254,253,253,234,253,253,254,194,254,194,253,254,253,234,254,194,253,254,194,254,254,253,234,253,254,253,254,253,253,254,194,254,253,254,254,253,253,254,253,194,253,254,194,253,254,253,253,254,253,254,253,253,253,194,253,254,194,253,254,253,253,253,253,254,253,253,194,254,253,253,253,254,253,253,254,253,253,253,253,254,253,194,253,254,253,254,253,253,254,253,253,194,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,254,194,253,253,253,253,254,253,254,253,253,253,253,253,234,253,254,194,253,253,194,254,253,253,254,253,253,253,254,194,254,253,194,253,254,253,254,253,254,253,253,253,253,253,253,234,254,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,253,254,253,194,253,253,254,253,253,254,253,253,194,253,253,253,253,254,253,253,253,253,253,254,253,253,253,253,253,254,194,253,254,194,253,254,253,253,254,253,253,234,253,253,253,254,253,253,254,253,253,253,254,194,253,253,253,253,254,253,254,253,253,254,253,254,253,194,254,253,253,194,253,253,254,253,253,254,253,253,253,254,253,254,254,253,254,253,254,253,254,253,254,234,253,253,234,253,253,253,253,254,234,254,253,253,253,253,254,194,254,253,234,253,253,254,253,254,253,234,253,253,254,253,254,254,253,254,254,253,254,253,253,253,194,251,188,248,244,91,243,45,242,45,242,45,242,242,40,91,45,91,45,45,91,136,136,45,91,136,96,187,182,187,188,187,188,187,188,187,193,233,252,233,252,233,252,252,252,233,188,188,193,188,251,233,252,253,253,253,254,253,254,253,253,254,253,234,254,253,254,253,253,253,254,253,254,194,253,253,253,194,254,253,253,254,253,253,254,253,254,253,194,254,253,253,253,254,253,253,194,254,253,253,253,253,194,253,253,194,253,254,253,253,253,253,254,253,253,253,254,253,253,253,253,254,253,253,253,253,194,253,253,253,253,253,253,194,253,253,252,194,253,252,253]; +image[72]=[188,187,188,187,188,187,187,187,233,142,233,187,182,187,187,187,188,187,187,187,182,187,182,187,187,187,182,187,182,187,187,187,187,227,187,187,182,187,187,182,187,182,187,187,182,187,182,227,187,182,187,182,187,182,188,233,188,187,188,188,187,188,187,188,188,193,188,252,188,187,188,252,193,188,193,252,253,188,253,252,253,253,252,253,253,234,252,253,253,253,234,253,253,254,253,253,253,254,253,253,253,253,194,254,254,253,254,253,254,254,254,254,254,254,253,253,254,254,253,254,253,253,254,253,254,253,194,253,254,253,194,254,253,254,234,253,253,254,253,194,254,254,253,253,254,253,254,253,194,253,253,254,253,253,254,253,254,253,254,253,234,254,194,254,253,253,254,253,253,254,194,254,253,253,254,253,253,254,253,254,253,253,254,254,253,194,253,253,194,254,253,254,254,253,253,234,254,253,254,253,194,254,253,234,253,253,254,194,253,254,253,253,253,254,254,253,254,253,253,254,253,253,254,194,254,253,253,254,253,253,254,254,253,254,234,253,254,253,234,253,253,253,254,253,253,254,253,253,253,254,253,253,254,253,254,194,253,253,253,253,253,254,254,253,253,254,253,254,253,194,254,253,194,254,253,254,253,253,254,253,194,253,254,234,253,253,253,254,253,254,234,253,253,253,253,254,253,254,253,254,253,194,253,254,253,253,194,253,253,234,253,253,194,253,253,254,253,253,254,253,234,253,253,234,254,253,253,254,194,253,254,253,253,253,234,254,253,253,254,254,253,194,254,253,253,253,254,253,253,194,254,253,253,253,254,253,254,253,253,253,254,253,253,254,194,254,253,253,253,194,254,253,253,253,254,253,254,253,253,254,253,254,253,254,253,194,253,253,254,253,254,254,253,254,253,254,253,254,254,253,234,253,254,253,254,253,254,254,253,253,254,254,253,234,253,254,253,234,252,252,248,246,91,243,242,40,45,242,45,40,241,246,91,241,45,45,243,45,91,45,247,136,91,90,136,136,96,187,187,187,187,188,233,233,188,252,233,252,193,188,193,233,193,188,193,188,193,188,187,188,251,188,252,253,253,253,253,254,253,254,253,253,253,253,253,254,253,254,194,254,253,253,254,253,253,254,253,253,253,253,253,254,253,253,194,254,253,253,254,253,254,194,253,253,254,253,253,254,253,194,254,253,253,254,253,253,253,254,253,253,194,253,253,194,254,253,253,194,254,253,253,253,254,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,234]; +image[73]=[187,182,233,187,182,233,182,187,182,187,187,187,188,233,182,233,182,187,182,233,187,187,233,182,187,182,187,187,187,227,187,182,187,182,227,187,187,182,187,187,181,187,187,181,187,187,182,187,182,187,187,187,182,187,187,187,188,187,188,187,188,188,252,187,188,187,188,187,252,188,187,188,188,188,188,188,253,252,253,252,253,252,253,252,252,253,253,253,253,253,253,253,253,253,254,254,253,253,254,254,254,254,254,253,254,194,253,234,253,253,253,194,253,253,254,253,253,254,194,253,254,254,253,254,253,254,254,194,253,254,254,253,254,253,253,254,194,253,254,253,253,253,254,234,253,254,253,253,254,194,253,253,253,254,253,253,253,234,254,253,253,253,254,253,194,253,254,253,253,253,253,253,254,194,253,253,254,194,253,194,254,253,253,253,254,254,254,254,253,234,253,253,234,254,253,254,253,234,253,254,253,253,253,253,254,253,253,253,253,194,254,253,253,253,253,253,253,254,194,253,253,254,253,253,194,254,194,253,254,253,234,253,253,253,253,253,253,254,253,253,254,253,253,234,254,194,253,254,194,253,254,194,253,253,253,254,253,254,194,254,253,253,254,194,253,253,253,253,253,253,253,254,253,253,254,194,253,234,253,254,254,253,253,253,254,253,254,253,253,253,253,254,194,253,253,253,254,253,194,253,253,254,253,234,254,253,254,253,253,253,253,253,254,253,253,234,254,253,253,254,253,254,253,253,253,254,253,254,253,253,254,194,253,254,253,253,254,253,253,254,253,254,253,253,254,194,253,253,254,253,253,253,254,253,253,253,253,194,254,253,253,254,253,254,253,254,194,253,254,253,253,254,234,253,253,254,253,254,254,253,254,253,254,253,254,254,253,253,254,194,253,253,254,253,254,253,254,194,254,253,254,194,254,253,254,253,194,253,254,234,253,253,254,254,194,253,253,253,188,143,245,246,244,45,242,91,242,45,45,241,241,247,247,45,45,91,45,91,45,91,96,136,91,96,136,136,187,182,187,187,188,187,252,187,252,233,252,233,252,233,252,252,252,252,233,188,188,193,188,188,193,188,252,253,253,254,253,253,254,194,254,254,254,194,253,234,254,253,253,254,253,253,234,253,253,253,234,253,254,253,194,253,254,253,254,253,253,254,253,253,253,253,254,253,253,253,253,253,254,253,253,234,253,253,194,253,254,194,253,253,253,254,254,253,253,253,254,253,253,253,194,253,253,254,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253]; +image[74]=[188,187,188,187,187,187,187,188,187,182,233,187,182,187,187,187,187,233,187,182,187,182,187,187,233,187,182,182,182,187,187,182,187,187,187,182,181,187,181,187,182,187,182,187,182,187,181,187,227,187,182,187,187,182,188,187,233,187,188,187,193,182,233,251,188,188,193,188,193,188,252,193,188,252,253,188,253,188,253,252,252,252,253,253,252,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,253,253,253,253,254,254,254,253,254,234,254,254,254,194,254,254,234,253,254,254,253,194,254,194,253,253,254,254,234,253,254,234,253,194,254,253,254,253,234,254,253,253,253,253,254,194,254,253,254,253,254,253,254,194,253,234,253,253,254,253,254,253,253,254,254,253,194,254,253,254,253,194,253,254,253,253,253,254,253,253,253,194,254,253,253,253,234,253,254,253,254,253,253,254,253,253,253,254,253,234,254,253,253,253,234,253,254,253,254,253,253,254,253,254,253,254,253,253,254,253,194,253,254,253,253,253,254,234,253,253,253,254,253,194,254,254,194,253,254,253,194,254,253,253,253,254,253,254,234,253,254,253,254,253,253,254,194,253,253,254,253,194,253,254,253,194,254,253,254,253,194,253,253,253,254,253,254,253,253,234,253,254,254,253,253,253,254,253,253,194,253,253,254,254,194,253,234,254,253,254,253,253,253,253,253,234,253,253,254,253,234,253,253,253,253,253,253,194,253,253,253,253,254,253,253,234,253,253,234,253,253,254,253,253,254,194,254,253,194,254,253,254,253,253,253,254,253,254,253,253,254,253,253,254,253,254,253,254,253,253,253,194,253,253,253,254,254,253,254,234,253,254,253,254,194,254,253,253,253,253,254,253,253,253,253,253,253,194,254,254,253,254,253,253,254,253,254,253,254,253,254,253,254,234,253,254,254,253,254,253,254,254,253,254,253,254,253,188,248,91,243,91,45,243,45,248,45,242,45,45,0,96,247,91,45,45,45,96,90,45,136,96,136,90,182,187,136,187,187,188,187,233,193,233,193,252,193,188,193,188,233,193,187,252,188,193,188,142,188,187,188,188,253,253,253,253,254,253,253,253,253,234,253,254,253,253,254,253,254,194,254,253,253,254,253,253,253,253,253,254,253,253,234,253,253,254,253,253,254,253,254,253,253,253,194,254,253,194,253,253,253,253,254,253,254,253,253,254,253,254,253,253,234,253,254,253,253,254,253,254,253,253,194,253,253,194,253,253,253,254,253,253,253,234,253,253,253,253,253,253]; +image[75]=[233,182,187,188,187,182,187,187,188,187,188,187,233,187,182,187,182,187,187,187,233,187,182,187,182,187,187,187,187,182,187,227,187,182,187,187,187,182,187,187,187,181,187,181,187,182,187,182,187,227,187,187,187,188,187,188,187,188,187,188,251,187,188,187,188,187,188,188,187,188,187,188,251,233,252,188,252,253,188,252,253,252,252,252,252,252,253,252,253,253,253,253,253,253,254,253,253,254,253,254,254,254,253,254,253,253,253,254,253,253,253,253,253,254,253,253,254,253,234,253,254,254,253,254,254,234,253,253,253,253,253,254,254,254,253,234,253,254,253,254,194,254,254,253,253,253,253,254,253,253,254,253,253,254,253,254,253,254,253,234,254,194,254,253,253,253,254,253,194,253,253,254,253,194,254,253,254,253,253,254,253,254,253,253,254,253,254,253,253,254,194,253,253,254,194,254,253,253,253,253,254,194,254,253,253,254,194,253,253,253,254,194,253,253,194,253,253,253,253,254,253,253,234,253,254,253,253,253,253,254,194,253,254,253,253,253,254,194,253,254,253,253,253,254,234,253,253,253,253,253,253,254,253,194,253,253,254,253,254,253,253,254,253,254,253,254,253,194,253,254,254,253,254,253,253,254,194,254,253,253,254,194,253,234,254,253,194,254,254,253,254,253,234,253,253,254,253,253,253,234,253,254,194,254,253,253,254,194,253,253,253,254,253,254,253,254,253,254,253,254,194,253,194,254,253,253,254,253,253,234,253,254,194,254,253,253,253,254,253,253,254,253,254,253,254,253,253,253,254,253,253,253,254,253,253,253,253,253,254,253,254,254,253,254,254,253,253,254,253,253,194,253,254,253,254,253,254,254,254,194,253,254,254,253,254,254,254,253,253,254,253,234,254,254,253,253,234,254,253,234,254,253,254,253,254,254,253,254,253,253,254,253,254,253,253,253,188,248,243,91,45,40,40,40,91,40,243,40,242,40,241,45,91,45,91,85,91,91,96,45,96,136,136,187,136,187,187,187,187,188,187,188,188,188,193,233,252,233,193,188,193,188,188,193,188,187,188,193,188,142,193,188,188,253,253,253,253,254,234,253,254,253,254,253,254,253,253,254,253,253,253,254,194,253,253,254,194,254,253,234,253,254,253,254,234,253,253,254,253,253,253,253,253,254,253,253,254,253,254,253,254,253,253,253,253,254,253,253,253,194,254,253,253,253,254,194,253,253,194,253,254,253,253,254,253,254,253,253,253,194,253,253,253,253,253,253,253,194,253,253]; +image[76]=[187,187,182,187,233,187,182,233,187,182,187,187,182,187,233,187,187,182,187,187,187,187,233,187,187,227,182,187,182,187,187,182,187,182,187,227,187,181,187,181,182,187,187,182,187,181,182,187,182,187,182,187,187,233,187,188,187,188,187,188,187,188,193,188,187,188,187,188,251,188,252,187,188,188,252,233,251,188,253,188,253,252,253,252,253,252,253,252,253,253,253,253,253,253,253,253,253,194,254,253,253,234,253,254,253,254,194,254,253,254,254,234,254,253,254,253,254,253,254,253,254,253,253,253,253,254,254,194,254,194,254,253,253,234,254,253,253,254,253,254,253,253,234,253,254,254,253,194,254,253,194,254,253,254,253,253,194,254,253,253,254,253,254,253,254,253,253,254,253,254,253,253,254,253,253,194,253,254,253,253,253,194,254,253,194,254,254,194,254,253,254,254,194,254,253,254,194,254,253,253,253,253,254,253,253,253,254,253,194,253,253,254,253,254,253,254,194,254,253,253,254,253,253,253,234,253,254,253,254,253,254,253,253,254,234,253,253,254,253,253,254,194,254,253,253,254,254,253,194,254,253,253,254,254,254,253,253,253,253,234,253,253,253,253,253,253,254,253,253,253,253,194,254,253,253,254,253,253,194,254,253,254,253,253,254,253,254,253,253,253,254,253,253,254,253,253,254,254,253,254,253,254,253,253,254,253,253,254,234,253,253,253,194,253,253,253,234,253,253,254,254,253,254,253,254,194,253,254,253,254,253,253,253,254,234,254,253,253,254,194,254,253,253,234,253,254,253,253,234,253,254,253,253,254,194,254,253,194,253,253,253,253,253,194,253,254,194,254,253,254,254,253,234,253,254,253,253,253,254,254,253,253,234,253,253,253,254,253,254,253,253,253,253,254,253,254,253,254,253,254,253,254,253,254,253,254,234,253,254,253,254,253,254,253,252,252,249,91,45,40,91,45,242,45,243,45,242,40,40,45,242,242,91,45,91,45,91,136,136,136,96,136,96,136,187,187,187,182,233,187,193,233,193,233,252,193,188,252,233,252,188,193,233,188,188,188,193,188,187,188,188,193,188,253,253,253,234,253,254,253,254,253,254,194,254,253,254,253,254,253,253,253,254,234,253,253,253,253,253,253,254,253,253,253,253,254,253,254,253,254,253,194,254,253,253,234,253,253,253,253,194,254,253,253,253,194,254,253,254,253,253,253,194,253,254,253,254,253,254,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253]; +image[77]=[182,233,182,187,182,187,187,187,187,182,187,187,187,182,187,227,233,187,182,187,182,187,182,187,187,187,187,227,187,227,187,187,187,227,187,187,187,182,187,187,181,187,181,187,187,187,181,182,187,187,187,182,187,188,187,188,187,193,187,188,187,188,187,188,188,193,188,187,252,187,251,252,187,251,188,188,193,252,252,252,252,252,252,252,252,253,252,253,253,253,253,253,253,253,254,253,254,253,253,253,254,253,254,253,254,253,254,253,234,253,253,253,254,194,254,194,253,254,253,254,194,254,254,253,254,253,253,254,254,254,194,254,254,253,253,254,234,253,253,234,253,254,253,254,194,253,254,253,254,253,254,253,254,253,254,253,254,253,253,254,253,254,194,253,254,194,254,253,253,253,254,253,253,253,254,253,253,254,194,254,253,254,253,254,253,253,254,253,254,253,234,253,254,253,253,254,253,253,254,254,234,253,194,253,253,234,253,254,253,254,253,253,254,253,253,253,254,194,254,253,253,254,253,254,253,254,253,194,254,253,253,254,253,253,253,253,254,253,194,254,253,254,253,254,253,253,254,253,254,194,254,253,253,253,253,254,194,253,254,253,254,254,194,254,254,253,253,254,253,254,254,253,253,254,253,253,254,253,254,253,254,253,254,253,234,254,253,234,254,194,253,254,194,253,234,253,194,253,254,253,234,253,254,194,253,234,254,253,253,253,254,254,253,254,253,254,253,194,253,253,253,253,234,253,253,254,253,253,254,253,253,234,254,253,253,194,253,254,253,253,253,254,253,253,254,253,253,254,253,253,253,254,253,253,253,253,254,253,254,253,253,254,254,253,254,253,254,253,254,253,253,254,253,253,254,253,254,254,253,253,254,253,254,254,254,253,253,254,253,254,254,253,254,253,254,253,253,253,253,254,253,254,254,253,254,253,253,253,253,253,253,253,253,253,188,250,245,243,45,242,45,40,45,40,91,40,45,40,45,40,85,45,45,91,45,91,45,91,96,136,136,136,136,187,182,187,187,188,187,188,187,188,193,188,193,233,193,188,193,252,187,188,251,187,251,187,188,188,251,187,188,188,252,253,253,253,253,254,253,253,234,253,254,253,234,253,253,254,253,253,254,253,253,253,253,253,234,254,194,253,254,194,253,254,253,253,254,253,253,253,254,253,234,254,253,253,194,254,253,254,253,253,254,253,254,253,253,253,253,253,254,254,253,253,253,254,253,253,194,254,253,254,194,253,253,253,254,253,253,253,194,253,253,194,253,253,253,253,234,253]; +image[78]=[188,187,187,182,187,182,187,182,187,233,187,182,187,187,182,187,187,187,187,187,187,187,187,187,136,181,182,187,182,181,182,187,182,187,181,182,181,187,181,182,187,182,181,182,187,182,187,187,182,187,182,187,188,187,188,187,188,187,188,187,188,187,188,187,188,187,251,187,188,193,188,193,188,252,193,188,188,188,253,252,188,253,252,252,252,188,253,252,252,253,253,253,253,253,234,253,253,253,234,253,253,253,254,253,253,254,253,254,254,253,254,253,254,253,254,254,253,234,253,254,253,254,234,253,194,254,234,253,253,254,253,253,194,254,253,253,254,253,254,253,253,254,253,253,254,253,254,253,254,253,253,253,194,253,253,234,254,253,194,254,234,253,254,253,254,253,253,234,254,194,253,254,254,253,253,254,194,254,253,254,253,253,253,254,253,253,254,234,253,253,254,253,253,234,253,234,254,253,234,253,253,254,254,253,253,253,253,253,253,194,253,253,194,254,253,254,253,253,253,194,254,253,253,254,253,194,254,253,254,194,253,194,254,253,254,253,253,254,253,254,253,254,253,194,254,253,194,254,253,253,253,234,254,194,253,254,254,253,254,253,253,254,253,253,234,254,194,253,253,234,253,253,253,234,254,253,234,253,253,234,253,253,194,254,253,253,253,253,254,253,234,253,254,254,253,254,254,234,253,253,254,253,254,253,254,253,253,254,253,194,253,234,253,253,194,253,254,254,253,254,253,253,254,253,253,234,254,194,253,254,253,253,253,254,253,254,253,254,253,254,253,253,254,253,253,254,253,253,254,253,194,253,254,253,234,253,253,253,253,254,234,253,253,253,254,253,254,253,194,254,253,253,254,234,253,254,234,253,254,253,254,253,253,253,234,254,253,253,254,253,254,253,254,253,253,254,253,254,253,254,253,253,254,253,253,254,253,253,253,194,254,253,253,252,249,246,91,45,40,91,45,45,45,45,45,45,45,45,91,45,91,91,45,136,40,85,136,136,96,136,96,187,136,187,187,142,233,187,188,187,193,233,193,188,233,251,233,251,187,188,193,188,193,193,188,251,193,182,188,193,188,193,188,253,253,253,253,254,253,254,253,253,254,253,254,253,253,254,253,254,253,253,253,254,194,253,253,253,254,253,253,254,253,194,254,253,194,254,234,253,253,253,253,253,254,254,253,253,253,254,253,253,253,234,253,254,194,254,253,194,253,253,254,253,194,253,254,253,253,253,194,253,253,254,253,253,194,253,253,254,253,253,253,253,253,194,253,253,253,253]; +image[79]=[187,182,187,187,187,187,227,187,187,182,233,187,182,187,187,187,227,187,227,182,187,182,182,187,187,187,181,182,187,187,187,181,182,187,187,187,187,182,181,187,181,187,181,187,181,187,182,187,187,187,187,188,187,187,188,187,187,188,187,188,187,188,187,251,187,188,193,188,187,188,187,188,188,188,252,252,188,193,188,253,188,252,252,252,252,253,188,253,253,252,253,253,252,253,253,253,254,253,253,253,254,253,253,253,254,253,253,253,254,194,253,234,254,253,234,254,253,254,254,253,253,254,253,254,254,253,253,234,254,253,234,254,254,253,254,194,253,254,194,254,254,194,253,254,253,254,194,253,254,194,253,254,254,254,253,253,254,254,253,253,253,254,253,253,234,253,254,253,253,254,253,194,253,234,254,253,253,253,254,253,254,194,253,254,194,253,253,253,254,253,253,254,254,253,254,253,253,253,253,254,253,253,234,254,253,254,194,254,253,254,254,253,254,253,253,253,234,254,254,253,253,254,194,253,254,254,253,234,253,254,254,254,253,253,194,254,253,253,254,253,194,253,254,253,253,254,253,253,253,254,253,253,253,254,253,253,234,253,194,254,253,234,253,254,253,253,254,254,253,253,254,194,253,254,253,253,254,253,254,253,254,254,253,253,254,254,254,253,254,253,254,253,253,254,194,253,253,253,254,194,253,234,253,253,253,254,194,253,253,254,253,253,254,253,254,253,253,253,253,253,254,253,194,254,253,253,253,234,253,253,254,194,253,253,254,253,234,254,194,253,254,194,253,253,254,194,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,254,253,253,254,253,254,253,254,194,254,253,253,253,253,253,253,253,234,254,194,254,253,253,254,253,234,253,254,253,254,253,254,253,253,253,253,254,194,254,253,254,254,253,253,253,253,253,188,253,253,252,188,247,91,243,45,242,45,91,45,45,91,45,91,45,91,40,91,90,91,45,90,91,90,91,182,136,136,136,141,136,187,182,187,193,187,188,233,188,188,233,193,252,193,188,193,188,187,188,187,188,193,188,193,188,251,187,188,187,188,252,253,253,253,254,253,254,194,254,194,253,254,253,254,253,234,253,253,253,234,253,253,254,253,254,253,253,234,254,253,253,254,253,253,254,253,253,254,253,254,194,253,253,253,254,253,253,234,253,254,253,253,254,253,253,253,254,253,254,253,253,253,254,253,253,254,253,254,253,253,253,194,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253]; +image[80]=[187,233,187,182,227,187,187,182,187,187,182,187,227,182,187,182,187,182,187,187,227,187,187,227,182,136,187,182,181,182,187,187,187,227,181,187,181,187,187,182,187,187,182,187,187,187,181,182,187,182,187,182,188,187,188,187,188,187,188,187,188,193,188,187,188,188,188,142,193,188,142,193,188,188,188,193,188,252,188,252,252,252,252,252,188,253,252,188,253,253,252,253,253,253,253,253,253,253,254,253,253,253,254,234,253,254,253,254,253,254,253,253,253,254,253,254,253,194,254,234,253,254,253,254,234,254,253,253,254,253,253,254,194,254,253,254,253,254,253,253,253,254,253,194,254,254,254,253,254,254,253,234,253,254,194,254,234,253,254,254,253,234,254,253,254,253,254,253,253,234,254,253,253,253,253,234,254,253,234,253,254,254,253,254,254,254,254,253,253,234,253,253,194,254,253,254,194,254,253,253,253,253,253,253,194,254,253,253,253,253,194,253,253,254,194,253,253,253,253,254,253,254,253,254,234,253,254,253,254,234,253,253,254,254,253,253,194,254,253,254,254,253,254,253,253,253,254,254,194,253,254,253,254,253,253,253,254,254,253,234,253,254,253,253,254,253,194,253,254,253,254,254,253,253,194,254,253,253,194,254,253,234,254,253,253,194,254,234,253,253,194,254,234,253,254,254,253,194,254,254,253,254,254,194,254,253,254,254,253,254,253,253,253,253,253,254,194,254,253,253,194,254,253,253,254,253,254,253,254,253,253,254,254,234,253,253,253,253,254,253,254,253,254,194,254,253,253,253,194,254,253,194,254,253,254,194,254,234,253,253,253,194,254,253,253,254,253,254,253,254,253,253,194,254,254,194,254,254,253,253,254,253,254,253,254,253,253,254,253,254,253,234,253,254,253,254,253,253,254,253,254,253,253,254,253,194,253,253,188,252,188,253,250,248,96,91,45,45,40,45,91,45,45,91,45,243,40,45,91,85,91,90,91,45,136,91,136,96,136,96,136,187,136,187,187,188,233,187,233,193,187,193,188,233,188,193,188,233,188,193,188,252,233,251,188,187,188,193,188,142,252,252,252,253,253,254,253,194,254,253,254,253,253,254,253,254,253,253,254,194,253,254,253,253,253,253,234,253,254,253,253,254,234,253,254,253,253,254,253,253,234,253,254,253,253,194,254,253,253,254,253,253,254,253,253,253,194,254,253,253,253,194,254,253,253,194,253,253,253,253,254,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,252,253,234]; +image[81]=[187,182,187,187,187,182,187,227,187,227,187,187,187,227,187,187,187,187,227,187,187,182,187,181,187,227,187,227,187,187,227,182,187,187,187,182,187,181,187,181,187,181,187,181,182,187,187,187,182,187,187,187,187,188,187,187,187,188,187,142,187,188,193,251,187,188,187,188,187,188,187,188,193,188,252,188,252,252,252,252,188,252,188,252,252,252,253,252,252,252,253,253,253,252,253,253,253,253,253,253,254,253,253,253,253,253,254,253,254,253,254,253,254,253,253,234,254,254,253,254,253,194,254,253,253,253,254,194,253,254,253,253,254,253,234,253,253,234,253,254,254,253,254,254,253,253,253,254,253,253,254,253,253,254,253,253,253,234,253,253,254,253,253,254,253,254,194,253,254,253,253,253,254,254,253,253,253,254,253,254,253,253,253,253,253,253,194,253,254,253,254,254,253,234,253,253,254,194,254,254,194,254,253,254,253,253,254,254,253,254,253,254,253,253,253,254,194,254,254,194,253,254,253,253,253,253,254,194,253,253,254,194,253,253,254,254,254,253,253,253,254,194,253,254,194,253,253,253,253,254,194,253,254,194,253,254,253,253,254,253,253,254,194,253,253,253,254,253,253,253,253,234,254,254,253,234,254,254,253,253,254,253,253,234,254,253,253,253,254,254,254,253,253,254,253,234,254,253,254,253,254,253,253,253,234,254,253,194,253,253,254,194,253,234,254,253,253,253,254,253,254,253,254,194,253,253,254,253,253,234,253,253,253,253,254,253,254,234,253,254,253,254,253,253,254,253,254,254,254,253,253,254,253,253,253,253,253,253,194,254,253,253,234,254,253,253,254,253,253,234,254,254,253,254,253,254,253,254,253,254,253,254,253,254,253,253,254,253,253,254,253,254,194,253,254,253,253,253,253,254,253,254,253,253,253,253,252,252,252,250,188,253,246,91,91,45,91,45,40,45,45,45,96,96,45,91,91,45,136,91,90,91,136,45,136,91,136,142,136,187,136,187,187,187,187,187,193,188,187,188,233,252,193,187,252,233,193,252,233,188,193,252,233,193,188,193,188,187,188,193,187,188,253,253,253,253,254,253,253,254,234,254,194,253,253,253,253,254,253,253,253,253,253,234,253,254,253,253,253,254,253,253,253,254,194,253,254,194,253,254,253,253,253,254,253,254,194,253,253,254,194,253,253,194,254,254,253,194,253,254,253,254,253,253,254,253,254,194,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253]; +image[82]=[187,182,187,182,187,187,187,182,187,182,187,182,187,187,181,227,187,182,187,227,187,181,187,182,181,182,181,182,181,187,181,187,181,182,181,187,181,182,181,182,187,182,181,187,187,182,187,187,187,233,182,188,187,187,188,188,187,187,188,233,142,187,188,187,251,188,193,188,193,188,187,251,188,188,193,188,188,252,188,193,188,252,252,252,188,252,188,253,188,253,252,253,253,234,252,253,253,253,253,253,194,254,253,254,253,254,253,253,254,253,254,194,254,253,254,253,253,253,254,253,254,254,253,254,254,253,254,254,253,234,254,253,254,253,254,253,254,253,254,194,254,253,253,254,194,254,253,194,254,253,253,254,194,254,253,254,253,253,254,194,253,254,194,254,234,253,254,253,254,253,234,253,194,253,254,254,194,254,253,194,254,254,194,254,254,253,254,253,194,254,253,253,253,254,253,253,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,194,254,253,253,253,253,253,254,253,194,254,254,253,194,254,254,254,253,254,254,254,234,253,253,253,194,254,253,254,254,253,254,254,254,234,253,253,254,253,253,254,254,253,194,254,253,254,253,253,254,254,234,254,253,253,254,254,253,253,253,253,254,253,253,253,234,254,253,253,254,253,253,254,253,254,253,253,253,194,254,253,194,254,253,254,253,234,253,194,254,254,253,253,253,254,253,254,194,253,254,253,253,253,234,254,253,253,253,254,253,254,254,234,253,253,194,254,253,254,254,194,253,254,253,253,253,253,194,254,253,254,253,253,253,194,253,253,254,253,253,254,194,254,253,253,254,253,253,234,253,253,253,254,253,253,254,253,253,253,234,253,254,253,254,253,253,253,254,253,234,253,254,253,254,253,253,254,253,253,254,254,253,253,254,253,253,253,253,253,194,253,253,254,188,188,188,188,248,182,247,45,136,85,45,136,45,45,85,91,90,85,136,131,136,45,131,136,136,90,91,85,91,136,96,136,182,187,136,187,182,187,182,188,187,188,187,193,233,193,233,252,233,252,188,193,188,193,233,193,188,252,233,188,193,188,187,188,142,188,252,252,253,253,253,254,253,234,253,253,254,254,253,254,253,253,253,254,253,234,253,253,253,253,254,253,254,253,254,194,254,253,253,254,253,253,254,253,253,254,253,253,234,253,254,253,254,253,253,254,254,253,253,253,253,254,253,253,253,253,253,254,234,253,253,254,253,254,253,253,254,194,254,253,194,254,253,254,253,254,253,253,253,253,194,253,253,194,253]; +image[83]=[187,227,187,187,182,227,187,187,227,187,187,227,187,187,182,187,181,187,182,187,182,181,187,181,187,187,187,181,187,227,187,227,182,187,187,187,187,187,181,187,181,187,182,181,187,187,182,187,182,187,187,187,182,187,187,188,187,188,187,188,187,188,188,187,188,187,142,187,188,252,142,188,193,188,188,252,252,252,252,188,193,252,252,252,252,252,252,253,188,253,252,253,252,253,253,253,253,253,253,254,253,253,254,253,253,253,254,253,234,254,253,254,253,194,253,254,254,194,253,234,254,194,253,254,194,254,253,253,254,253,234,253,253,254,253,253,253,253,253,254,253,234,254,253,254,253,254,253,254,194,253,253,253,253,254,253,253,253,254,253,254,253,253,253,253,254,253,234,254,253,254,253,254,253,253,253,253,253,254,253,253,253,254,194,253,254,253,254,253,254,194,253,254,253,234,254,253,253,234,253,254,253,253,254,234,253,254,253,254,194,254,254,253,253,254,254,253,254,253,253,254,254,253,253,254,254,253,253,234,254,253,253,253,254,194,254,254,253,254,254,253,194,254,253,253,253,253,254,253,253,234,254,253,253,254,253,254,194,254,194,253,253,253,253,253,254,194,253,253,254,254,254,194,253,254,254,253,254,194,253,254,194,254,253,254,194,253,234,254,254,253,234,254,254,253,254,194,254,253,254,253,234,253,254,254,253,234,254,253,254,253,253,253,254,253,253,253,234,254,253,253,234,253,253,253,254,254,253,254,194,253,254,253,254,253,194,254,254,253,254,253,253,254,194,254,253,254,253,254,253,194,254,253,253,253,253,253,253,254,253,253,254,194,254,253,254,253,253,254,254,253,254,253,253,254,253,254,253,254,253,253,254,253,253,254,194,254,253,253,254,253,253,253,254,234,253,252,253,253,254,253,254,253,252,252,188,249,182,91,136,136,136,85,45,85,90,85,90,90,90,136,90,136,90,136,91,136,90,91,136,90,136,136,91,90,136,136,141,182,187,182,187,187,187,233,187,233,188,233,188,193,188,193,188,193,233,188,233,252,188,193,252,193,188,187,188,142,188,142,193,187,188,253,253,234,254,253,254,253,254,253,234,253,254,253,253,254,253,253,253,254,253,254,253,194,253,253,253,254,253,254,253,253,254,253,253,254,194,253,254,194,254,253,253,253,254,194,253,254,253,253,253,253,234,254,253,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253,253,253]; +image[84]=[187,182,187,187,187,187,182,187,182,181,187,187,136,187,187,181,182,187,181,187,182,187,181,182,181,182,187,181,182,181,187,181,187,181,182,181,181,187,187,187,136,187,187,187,182,187,182,187,187,188,187,187,188,187,187,187,142,187,188,187,251,187,188,188,187,188,193,188,187,188,187,188,142,188,187,188,188,188,252,188,252,188,188,188,188,252,251,252,252,253,252,253,253,253,253,253,194,254,253,253,253,253,253,254,234,253,254,253,253,254,234,253,254,254,253,234,254,254,253,254,253,254,254,253,254,234,254,194,254,253,254,254,253,253,194,254,254,253,253,254,253,253,254,253,234,253,254,253,253,254,254,253,254,253,194,253,194,254,253,253,254,254,253,254,253,254,253,253,254,253,253,254,253,254,234,254,253,234,253,254,253,253,254,254,253,254,253,254,234,253,254,253,194,253,253,253,234,253,253,253,253,254,194,253,253,253,254,253,253,253,253,253,253,253,253,194,253,253,254,253,253,254,253,254,234,253,254,253,253,254,194,254,253,254,253,253,234,253,253,194,254,254,253,254,194,254,253,253,254,253,253,253,254,253,254,253,254,253,254,254,254,253,254,194,254,253,254,254,234,253,253,234,254,253,194,254,253,254,254,254,253,253,254,194,254,254,253,253,253,254,253,253,253,253,234,253,253,254,253,254,253,254,253,253,234,253,253,254,253,253,234,253,194,253,253,194,253,253,253,254,253,254,253,254,194,253,254,253,254,253,253,254,234,253,254,253,253,234,253,254,253,234,253,254,253,254,253,194,254,253,253,253,254,253,254,194,254,234,253,253,253,253,254,253,194,254,234,253,253,254,253,253,254,234,253,253,254,234,253,254,253,254,253,254,253,253,254,234,253,253,254,254,253,253,253,253,252,188,252,253,188,254,253,188,188,249,136,136,136,136,90,136,90,90,136,45,136,90,136,136,85,136,90,136,136,136,90,136,187,136,136,136,90,96,136,96,136,187,136,187,187,187,182,187,187,188,193,187,193,233,188,233,233,188,193,188,193,252,193,233,253,188,193,188,193,187,193,187,188,188,251,233,252,253,253,253,253,254,253,253,253,254,253,253,254,253,253,194,254,253,253,194,253,254,253,254,194,254,253,253,254,253,194,254,253,194,254,253,254,253,253,253,254,253,253,253,254,253,194,254,234,253,253,253,253,254,253,253,254,253,254,253,194,253,254,194,254,253,194,253,253,253,253,253,253,253,253,253,194,254,253,253,253,194,254,253,253,253,234,253]; +image[85]=[187,227,182,187,182,187,187,181,182,187,187,227,187,227,187,187,181,182,227,187,181,187,227,187,187,181,187,187,181,187,182,187,187,227,187,187,187,181,187,181,187,181,187,181,187,187,187,182,187,187,182,187,187,182,188,187,188,187,188,187,188,188,193,188,187,188,187,188,142,188,188,193,188,252,251,187,251,252,188,252,188,193,252,252,188,252,188,253,188,252,252,253,252,253,253,253,253,253,253,254,253,254,253,253,253,253,253,254,253,253,254,253,234,253,254,253,253,253,253,254,253,253,234,254,253,253,253,254,253,253,253,253,254,254,254,253,253,254,253,253,254,253,253,254,253,194,253,254,253,253,253,234,253,254,253,254,253,194,254,253,253,194,253,254,194,253,253,254,194,254,254,194,253,253,253,254,253,253,253,194,254,253,253,253,254,253,254,253,253,254,253,254,254,253,254,253,254,253,254,194,253,253,254,253,254,253,253,234,254,253,234,254,253,234,254,253,254,194,254,253,254,253,253,253,253,253,254,194,254,253,254,253,254,194,254,253,254,254,254,254,253,253,254,253,254,253,254,194,253,254,254,194,253,254,253,234,253,254,253,194,253,254,253,253,234,253,253,253,253,253,254,253,253,254,254,253,253,253,234,253,254,254,253,254,253,234,254,254,253,253,254,254,253,254,253,254,253,253,234,253,254,194,254,253,254,253,254,253,253,254,253,254,254,253,254,254,253,254,194,253,254,194,254,253,254,253,234,254,253,234,253,253,253,234,253,254,253,254,194,253,254,253,253,254,253,253,254,253,254,253,254,253,253,253,253,253,253,253,254,253,254,253,253,254,253,253,254,194,254,253,254,253,253,253,254,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,253,253,254,253,254,253,253,188,252,252,188,250,182,96,136,90,136,90,136,136,136,85,85,136,136,90,136,136,136,136,136,136,136,136,136,136,182,96,136,136,136,136,96,136,187,187,187,187,227,187,187,187,233,187,188,233,188,193,187,193,252,233,188,193,233,188,233,252,233,252,187,188,188,188,188,193,142,187,251,252,253,253,254,253,254,194,254,254,253,253,254,253,253,254,254,253,194,253,253,254,253,253,253,253,254,253,254,253,253,254,253,254,253,254,253,253,253,254,253,254,194,254,254,253,253,254,253,253,253,254,253,254,194,253,254,253,253,253,253,253,254,253,253,253,253,253,254,194,253,254,194,254,253,194,253,253,253,253,253,253,254,253,194,253,253,253,253,253]; +image[86]=[187,187,187,187,227,187,182,187,187,181,187,181,182,181,182,187,187,187,181,182,227,182,181,182,181,182,181,187,227,181,187,181,182,187,181,182,227,136,187,227,187,182,187,182,187,182,187,187,182,187,188,187,188,187,188,187,187,188,187,188,187,188,187,188,188,187,188,187,193,142,188,188,142,193,188,188,251,188,251,251,188,188,251,188,188,252,251,252,252,253,252,253,253,253,253,253,253,253,253,253,234,253,253,254,254,253,254,253,254,253,253,253,254,253,254,253,254,234,253,254,234,253,253,253,254,253,253,254,253,254,254,253,253,253,253,254,253,253,254,253,253,254,253,253,254,253,253,194,254,253,253,253,253,253,253,253,253,253,253,194,254,254,253,254,254,254,253,253,254,253,253,254,254,253,253,253,254,253,254,253,254,194,254,253,194,254,253,254,253,253,253,253,253,253,194,253,253,253,254,253,254,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,254,254,253,254,194,254,253,254,234,253,253,234,254,253,194,254,253,234,253,254,194,254,253,234,253,254,253,253,194,254,254,253,253,254,253,254,253,254,253,253,253,254,253,254,253,194,254,254,253,254,253,254,253,253,254,254,253,254,253,254,253,254,253,253,253,253,194,254,234,253,194,254,253,254,194,254,253,254,253,253,253,254,253,253,254,194,254,253,253,253,253,234,253,253,234,253,254,253,253,253,253,254,253,254,253,253,253,254,253,254,254,253,254,253,254,253,254,254,253,254,253,194,254,234,253,254,253,194,253,254,194,254,253,253,253,253,194,253,234,253,253,234,253,254,253,253,254,253,253,254,254,253,254,253,253,254,253,253,254,254,253,254,234,253,254,253,253,253,254,253,253,254,253,253,253,253,188,253,188,188,188,188,188,182,136,136,135,136,135,136,135,130,136,130,90,181,136,136,181,136,135,135,136,181,136,181,136,187,136,141,136,136,90,136,182,187,182,187,182,187,187,182,193,188,187,193,193,233,252,233,193,188,233,188,252,193,188,193,252,193,188,193,188,187,188,187,188,188,187,188,252,253,253,253,194,254,253,253,194,254,253,253,194,254,253,253,254,253,254,253,253,253,194,254,253,253,253,253,254,253,254,253,253,253,254,253,254,194,254,253,253,253,253,194,254,253,234,253,254,194,253,253,253,254,253,234,253,254,253,254,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,254,234,253,253,253,194,253,253,253,253,194,253,253,253]; +image[87]=[187,182,187,182,187,187,182,187,227,136,187,187,227,187,181,182,181,187,187,181,187,187,181,187,187,227,187,181,187,181,182,181,187,227,187,187,187,181,182,181,187,181,187,227,187,187,187,187,187,187,187,182,187,187,188,187,188,187,187,188,187,188,188,187,188,187,188,188,188,187,188,187,188,188,250,193,188,252,188,252,188,193,251,252,251,188,252,188,253,188,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,254,254,253,253,254,194,253,253,254,253,253,253,254,254,253,254,194,254,253,253,253,253,234,253,254,253,253,254,194,253,254,253,253,254,253,253,253,254,253,253,253,253,194,253,253,253,254,253,253,254,253,253,253,253,253,254,194,253,254,194,254,253,253,253,253,254,194,253,254,253,253,253,254,253,254,254,253,253,254,194,254,254,194,254,253,254,253,234,253,253,234,253,194,254,253,254,253,254,194,254,253,254,194,253,254,253,253,234,254,254,253,254,253,194,254,253,254,253,254,253,253,254,254,253,254,254,253,194,254,253,254,253,254,253,254,253,253,254,253,254,253,253,254,253,254,194,253,234,254,254,194,253,254,253,253,253,254,254,253,254,194,253,253,234,254,194,253,253,254,194,253,254,194,253,254,254,253,254,254,253,253,254,254,253,234,253,254,253,254,253,234,253,254,194,254,234,253,254,253,254,194,254,253,254,253,254,253,253,253,254,254,253,254,253,194,253,253,254,253,254,194,253,253,254,253,234,253,253,234,253,253,234,254,254,253,253,254,253,254,254,253,253,254,253,253,234,254,253,254,253,253,254,253,254,253,253,254,253,254,194,253,253,253,254,194,254,253,253,253,253,253,253,253,253,253,253,253,254,234,253,253,253,253,253,253,253,253,253,253,188,188,188,182,188,182,136,136,135,136,130,135,136,181,136,135,136,85,187,136,187,136,182,181,136,135,182,136,187,181,182,181,187,96,136,136,136,187,182,187,187,187,187,187,187,187,233,188,233,188,193,233,188,233,193,193,233,233,188,193,187,252,233,188,187,188,252,187,188,187,142,193,188,252,253,254,253,254,253,254,254,254,253,254,254,253,253,253,253,253,253,253,194,254,254,253,253,253,254,253,254,253,254,253,234,253,254,194,253,253,254,194,254,253,254,254,253,253,254,253,253,253,254,194,254,253,253,254,253,253,253,194,253,253,254,254,194,253,253,254,253,253,253,253,234,253,253,253,253,253,253,254,253,253,254,253,253,254,253,194,253,253]; +image[88]=[187,187,187,187,182,187,187,182,181,187,227,187,136,187,187,227,187,181,182,181,182,187,182,181,181,187,136,187,227,187,187,181,187,181,187,136,187,187,187,187,182,187,182,187,182,187,182,187,188,187,187,188,187,187,187,188,187,188,187,188,187,188,187,188,188,142,193,187,188,251,187,251,142,188,187,251,251,193,188,251,251,188,251,193,188,251,252,188,252,252,253,252,253,253,253,234,253,253,253,254,253,253,254,253,254,253,253,254,253,253,194,254,253,254,253,254,194,254,253,254,253,194,253,254,253,254,253,254,254,253,253,254,253,253,254,194,253,254,253,253,253,253,253,253,254,234,253,253,234,253,254,253,253,194,253,253,253,253,253,254,253,194,254,253,254,253,254,253,253,253,194,254,253,253,253,254,253,194,254,253,254,253,253,253,254,254,253,254,253,253,254,253,254,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,234,253,254,253,253,254,253,253,253,253,253,254,253,254,253,253,254,253,194,254,254,194,253,254,234,253,254,253,254,234,253,253,254,194,254,253,254,194,253,254,253,254,253,253,254,253,254,253,253,254,254,253,194,254,253,254,234,253,253,234,254,254,253,254,254,254,234,254,253,254,253,254,254,253,234,253,254,234,253,254,253,253,194,254,254,253,234,253,253,254,254,253,253,254,253,253,254,234,253,254,253,254,253,253,253,254,253,254,253,194,253,253,253,254,254,254,234,253,254,253,254,254,194,253,254,253,254,253,254,253,254,253,253,253,254,194,254,234,253,253,254,253,254,253,253,253,253,253,194,254,253,253,253,253,254,253,253,253,254,254,254,254,234,253,253,254,253,254,253,253,253,254,253,253,254,254,253,253,253,253,254,253,253,253,253,253,188,253,188,187,188,187,187,187,136,181,136,181,136,181,136,176,187,136,181,135,130,181,182,187,136,181,136,181,136,181,182,141,182,141,136,141,136,136,95,182,187,182,187,187,187,233,187,233,187,193,187,193,233,193,188,187,252,188,233,251,193,188,233,252,193,193,188,233,142,193,188,251,187,188,188,188,253,253,253,254,253,253,253,253,253,253,253,254,253,254,253,254,194,254,253,253,253,253,254,253,253,194,254,253,253,254,253,254,253,254,253,254,253,254,253,254,194,253,234,253,253,254,253,254,253,253,253,254,194,253,253,194,254,253,254,253,253,253,253,254,253,194,253,253,194,254,253,253,253,194,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253]; +image[89]=[187,182,227,187,187,227,187,187,181,182,181,187,227,181,187,181,187,181,187,187,181,181,187,182,181,227,187,181,187,181,187,181,182,227,187,181,182,181,187,181,187,181,187,187,187,187,182,187,187,182,187,187,182,188,187,187,188,187,251,188,187,188,187,188,187,188,142,188,187,188,251,251,187,251,188,188,250,188,193,188,193,251,188,188,251,252,188,252,188,253,188,253,253,252,253,253,234,253,253,253,254,253,253,253,254,253,253,253,254,253,254,253,234,254,253,254,253,254,194,253,254,254,253,253,254,253,253,194,253,254,253,253,253,254,253,253,253,253,254,194,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,254,194,253,253,254,253,254,254,253,254,194,253,254,253,253,253,253,253,253,253,254,253,254,253,194,254,253,253,254,253,254,194,253,254,253,194,253,253,254,253,254,253,254,194,254,253,254,253,253,253,254,194,253,253,253,253,254,194,253,253,254,194,253,254,253,254,253,234,253,254,253,253,253,254,253,253,253,253,254,253,253,254,194,253,253,254,253,253,254,253,234,254,253,254,194,254,253,253,254,253,254,194,253,253,253,253,254,253,253,254,253,253,254,253,253,253,254,254,253,234,253,254,253,253,253,253,254,253,234,254,254,253,253,253,254,254,194,253,253,254,234,253,254,253,253,253,254,253,253,234,254,194,253,254,253,253,253,254,254,194,253,253,253,253,253,254,253,234,253,253,254,253,254,194,253,253,254,194,253,254,234,254,253,253,253,254,194,254,253,234,253,254,253,234,254,254,253,253,254,194,254,253,253,254,254,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,254,253,253,253,253,254,253,253,253,253,253,253,253,253,233,253,253,142,182,187,136,182,187,136,181,181,135,181,135,181,181,182,227,136,181,136,181,187,136,181,182,181,136,181,136,227,187,187,181,136,181,187,136,181,136,187,187,187,187,187,187,188,233,233,233,188,193,233,193,233,193,187,252,233,188,193,252,187,188,188,193,188,187,188,187,188,250,187,193,188,253,253,253,254,253,254,254,194,254,253,254,253,253,253,254,253,253,253,254,253,253,254,253,253,254,253,254,253,254,253,253,253,254,253,254,253,254,253,253,253,254,253,254,194,254,253,194,253,254,234,253,254,253,254,254,253,253,254,253,194,253,254,253,253,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,254,194,253,253,254,253,194,253,253]; +image[90]=[187,187,187,182,187,182,187,227,187,181,187,182,181,187,182,181,182,187,181,182,181,187,181,187,181,182,181,182,181,182,187,227,187,181,187,187,181,182,187,136,187,187,182,187,182,187,187,182,187,187,187,142,187,187,188,187,142,233,142,187,188,251,187,188,187,188,187,188,142,193,142,188,251,142,193,188,142,188,188,188,188,188,142,251,251,251,188,252,188,252,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,254,253,253,234,253,253,253,253,254,253,254,253,254,254,253,234,253,253,234,253,254,254,253,253,253,194,254,253,234,253,254,253,253,253,254,253,194,253,253,253,253,194,253,253,194,253,234,253,253,254,253,253,253,253,254,253,253,254,254,194,253,253,253,253,253,253,254,253,253,254,253,253,254,253,254,253,253,254,253,254,253,254,194,254,253,253,253,254,253,253,254,253,254,194,253,253,194,253,253,253,253,234,253,254,253,253,253,254,253,234,254,194,254,254,254,253,253,254,253,254,194,253,254,253,254,234,253,254,253,194,254,254,194,254,253,254,253,254,254,254,253,253,194,254,253,253,254,253,234,253,253,254,253,234,253,253,253,253,253,253,253,254,253,253,253,194,254,253,254,254,194,254,253,234,253,254,253,194,254,254,253,254,253,254,253,253,254,234,254,194,254,253,254,254,194,253,254,253,253,194,254,253,194,254,253,254,253,254,254,253,194,254,253,253,254,254,254,234,253,194,254,253,253,254,254,253,254,194,254,254,254,194,254,253,254,253,253,253,254,253,254,253,254,253,254,253,253,254,253,253,253,234,254,253,253,253,254,254,253,253,253,254,253,253,254,253,253,253,253,254,254,253,234,253,252,253,253,253,253,253,253,253,253,253,253,253,188,253,188,253,253,188,233,187,182,187,136,187,233,182,181,136,181,136,181,136,181,187,181,136,181,136,227,181,136,135,136,181,136,181,182,136,187,136,181,136,187,182,136,187,187,182,187,233,187,188,233,187,193,193,187,188,233,188,252,188,193,233,252,233,188,233,188,233,251,187,188,188,187,251,142,187,188,142,188,233,253,253,253,253,253,194,254,253,254,253,253,254,253,253,254,253,253,234,253,254,194,253,254,253,253,253,254,234,253,254,253,254,253,253,254,253,253,254,254,253,254,253,254,253,253,254,254,253,253,253,253,234,253,253,253,254,253,253,234,254,253,253,253,254,253,253,194,253,253,253,194,253,253,234,253,253,254,253,194,253,253,254,253,253,253,253,254,253,234]; +image[91]=[182,187,227,187,187,227,187,181,182,181,187,181,182,181,187,187,181,227,187,181,187,227,181,227,187,181,187,187,181,187,181,187,182,181,182,187,187,181,187,187,227,187,182,187,182,187,182,187,188,187,187,187,142,182,187,188,187,188,187,188,187,188,188,187,251,187,188,188,187,188,188,187,188,188,182,193,188,251,251,142,251,252,188,187,188,251,251,188,252,252,253,188,252,253,252,253,253,253,253,253,254,253,254,253,253,253,254,253,253,254,253,254,253,253,254,253,253,234,253,254,253,254,253,254,253,253,253,234,254,254,253,254,253,253,254,234,253,254,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,234,253,234,253,253,194,253,253,234,253,253,254,253,234,254,253,254,253,253,254,253,194,253,254,194,253,253,254,253,253,254,253,254,254,253,254,194,253,254,253,194,253,253,253,253,253,253,253,253,234,253,254,253,253,253,234,254,253,234,253,253,253,253,253,253,194,253,254,253,253,254,253,253,254,253,253,254,253,253,234,254,254,253,253,253,254,194,253,253,253,253,254,253,254,253,253,254,253,253,254,253,254,253,253,253,253,253,253,253,253,253,252,252,253,253,253,254,253,254,194,253,254,254,253,254,253,254,253,254,254,194,253,253,254,194,253,254,194,253,254,253,254,253,234,253,253,254,254,253,234,254,254,253,254,254,253,253,254,253,234,253,254,254,253,254,253,234,253,253,253,254,254,194,254,254,253,194,254,253,254,253,253,253,254,253,253,254,194,254,254,234,253,253,234,254,253,254,194,254,194,254,253,254,253,253,253,254,253,253,253,234,254,253,253,254,253,254,253,254,253,253,253,253,253,254,254,253,253,253,253,253,253,253,253,254,188,254,253,188,253,188,233,188,188,252,142,182,187,182,187,188,187,182,181,181,181,181,181,136,227,182,181,182,181,136,187,181,181,136,181,136,181,187,181,187,181,187,136,187,187,136,227,187,187,187,187,233,233,193,233,188,233,252,233,193,187,233,252,187,188,193,188,193,251,193,188,252,187,251,187,188,187,188,187,188,187,251,252,252,253,234,254,253,254,253,253,253,254,253,234,254,253,194,254,253,253,253,253,253,234,253,254,254,253,253,254,253,254,194,253,254,253,254,194,253,253,194,254,253,253,253,234,253,253,234,254,253,254,253,253,254,253,253,253,253,253,253,253,194,254,253,194,253,254,253,253,254,253,253,253,253,253,253,253,253,254,253,254,253,253,194,254,253,234,253,253,253]; +image[92]=[227,187,182,181,182,181,187,136,187,181,227,187,182,181,182,181,187,181,182,181,182,181,187,181,182,181,182,181,182,181,182,181,187,187,181,182,181,187,182,187,187,187,181,187,187,187,182,187,187,182,188,187,188,187,142,187,187,188,187,188,187,188,187,188,187,188,187,188,142,188,142,251,142,251,251,142,251,193,188,252,193,188,251,251,251,251,252,188,252,188,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,234,253,253,253,253,253,254,253,234,253,254,253,253,253,254,253,194,254,253,254,253,253,253,253,253,234,253,253,253,253,253,253,253,254,234,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,254,234,253,253,254,253,194,254,253,253,253,253,253,254,253,254,253,253,254,254,253,194,254,253,253,234,253,253,253,253,253,194,254,253,253,253,253,254,253,254,253,254,253,254,253,253,234,253,194,253,254,234,253,254,253,194,254,253,253,253,253,254,253,254,253,254,253,254,194,253,194,253,254,254,194,253,254,253,253,253,253,234,253,253,253,253,234,251,251,143,188,143,188,251,250,252,252,253,254,253,253,234,253,254,194,254,253,253,254,254,254,194,254,254,253,234,254,253,194,254,253,254,254,254,234,253,253,254,253,253,234,253,234,253,254,234,253,253,254,253,253,234,253,254,253,253,254,254,253,253,254,253,254,253,254,253,254,253,254,254,254,253,234,254,253,253,254,253,253,253,254,253,254,253,194,254,254,253,253,254,253,254,253,254,234,253,254,254,253,253,253,254,253,254,253,253,253,253,254,234,253,253,254,253,253,253,253,253,253,253,188,253,253,253,253,188,233,188,233,252,188,233,188,187,187,187,187,182,187,182,142,181,182,181,136,181,181,187,187,187,181,187,181,136,181,136,181,136,181,136,181,136,187,136,136,181,141,182,187,187,187,187,227,187,187,188,187,188,187,193,187,193,188,193,252,188,193,233,252,187,188,187,233,251,187,252,188,187,251,187,142,188,187,188,188,187,252,252,253,253,253,253,254,253,254,253,253,253,253,253,254,253,253,254,253,254,253,254,253,253,253,253,254,253,253,253,254,253,253,194,254,253,254,254,254,253,253,254,254,254,253,254,253,253,253,194,253,254,253,234,253,254,194,254,253,254,253,253,254,253,254,253,253,253,253,194,253,254,234,253,253,253,234,253,253,253,254,253,254,253,253,253,253,194,253,253]; +image[93]=[182,187,227,187,136,187,227,181,181,182,181,227,181,187,181,187,182,181,187,181,181,182,181,227,181,181,187,181,187,181,187,182,181,187,181,187,182,181,182,181,182,187,182,187,182,187,187,182,187,187,187,187,188,187,188,187,188,187,188,187,188,187,188,187,251,187,188,188,187,188,251,187,188,142,193,188,188,188,142,188,251,187,188,142,188,251,251,252,252,252,252,252,252,253,252,253,253,253,253,253,234,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,254,194,253,253,254,253,234,253,254,254,194,254,253,253,254,253,254,253,254,253,253,253,253,253,253,253,194,253,253,253,234,253,253,194,253,253,253,253,253,253,253,234,253,254,253,253,234,253,254,194,253,253,253,253,234,253,253,253,253,253,234,253,253,253,253,254,194,253,254,194,253,253,254,194,253,253,253,254,253,253,253,254,253,253,254,194,254,253,253,253,253,194,254,253,253,194,253,234,253,253,234,253,254,253,254,254,253,253,254,253,253,254,254,253,254,254,194,254,253,194,253,254,253,253,254,253,254,254,253,253,254,253,254,253,254,194,254,253,253,252,234,252,250,250,250,249,244,244,243,244,245,91,244,248,251,252,252,253,253,254,254,253,253,234,254,253,253,254,253,234,253,254,254,253,254,254,253,254,253,253,253,254,254,253,254,253,254,253,254,253,254,253,253,253,254,194,253,254,253,253,254,194,253,253,194,253,254,253,254,194,254,253,254,194,253,253,234,253,254,253,234,254,253,234,254,254,194,253,254,253,254,254,253,254,254,253,234,254,194,253,253,254,253,253,253,254,253,253,234,253,253,234,254,253,253,253,253,253,253,253,253,254,253,253,253,188,254,188,253,188,253,254,188,253,188,188,187,188,187,188,187,182,136,181,187,182,187,182,181,187,182,135,182,136,181,182,181,182,181,182,181,182,181,136,181,136,181,136,181,227,141,187,182,141,181,187,182,187,187,187,187,187,187,188,233,188,233,252,233,188,233,253,233,188,188,193,233,193,188,193,188,187,188,193,142,188,188,187,251,187,188,193,252,188,252,253,253,253,254,253,253,254,253,254,253,254,253,253,254,253,253,234,253,254,253,234,254,254,253,253,254,254,253,253,254,253,254,253,254,253,253,253,254,194,253,253,253,194,254,253,254,253,254,194,253,253,253,253,253,254,253,253,253,254,253,253,253,234,253,194,253,254,253,253,253,253,253,253,253,253,194,253,234,253,253,234,253,254,253,254,253,253,253]; +image[94]=[181,182,181,227,181,187,181,187,187,181,182,187,136,227,182,181,227,181,182,181,187,181,182,181,182,181,187,181,187,181,187,181,187,182,181,187,187,187,182,187,187,187,187,187,182,187,142,187,188,142,182,187,188,187,233,187,188,187,188,187,187,187,142,188,187,188,187,251,188,187,188,251,142,188,188,142,193,250,193,188,251,251,251,251,187,188,251,188,252,252,252,253,252,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,253,254,253,253,254,253,254,253,253,253,254,253,234,253,254,253,194,253,253,254,253,253,194,253,253,253,253,253,254,253,253,254,234,253,253,253,253,253,253,253,253,253,234,253,253,194,253,234,253,253,253,253,194,253,253,253,253,253,254,194,253,253,253,194,253,253,253,253,253,253,254,253,253,253,254,253,254,253,254,253,253,254,253,253,253,253,253,194,253,253,254,253,253,253,253,253,234,253,253,253,253,234,254,253,254,253,253,253,253,254,253,253,253,234,253,253,253,194,254,253,234,253,253,254,253,254,253,254,253,194,254,253,253,253,253,254,253,194,253,253,254,253,254,253,253,194,253,252,249,249,246,91,45,91,45,91,91,91,91,243,242,0,242,246,249,251,251,253,253,254,253,253,254,234,253,254,253,254,253,253,194,254,253,234,253,194,254,254,253,254,194,254,253,194,254,253,253,253,194,254,254,253,254,253,254,194,254,253,254,254,254,254,254,253,254,253,254,253,254,253,254,254,254,253,254,253,254,253,253,254,253,253,253,254,254,234,253,254,234,253,254,234,253,254,253,253,254,254,253,253,254,254,253,253,254,253,253,253,253,253,254,253,252,253,253,253,254,253,253,253,253,253,253,253,188,233,188,233,253,188,253,233,188,187,188,187,182,182,187,187,187,181,187,136,187,187,182,187,227,136,227,187,187,182,187,136,227,187,187,182,181,136,181,181,136,181,136,141,136,187,181,187,136,187,181,187,182,187,187,233,233,187,193,188,193,252,193,252,233,193,188,193,233,251,188,193,187,252,187,251,187,188,187,193,188,193,188,193,188,187,188,193,253,252,253,253,253,254,234,253,253,254,253,253,254,234,253,253,253,254,253,253,253,254,253,253,254,253,253,254,253,254,253,253,234,253,254,194,254,234,253,254,254,234,254,253,253,234,253,253,254,253,254,194,254,234,253,253,194,254,253,253,194,254,253,253,254,253,253,253,253,253,253,194,254,253,253,253,254,253,253,254,253,253,253,194,253,253,254,253,253]; +image[95]=[187,181,187,187,181,182,181,181,182,181,181,227,181,187,181,136,187,181,181,182,181,181,136,187,227,136,227,181,187,227,182,181,182,187,227,136,187,181,182,187,136,187,182,187,187,182,187,182,187,187,187,182,187,188,187,188,187,187,188,188,187,188,187,188,187,188,142,187,188,142,188,187,188,142,188,142,188,188,251,187,188,142,188,251,251,188,193,252,252,188,252,252,252,252,252,234,252,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,254,253,234,254,253,253,253,253,254,253,254,194,253,234,253,254,194,253,253,234,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,254,253,253,253,254,253,253,253,254,253,253,253,254,253,253,194,254,253,253,194,254,194,254,253,254,253,253,234,253,253,234,253,253,253,253,253,254,253,253,253,253,253,254,253,254,253,194,253,254,253,254,194,254,253,254,253,253,253,254,253,253,234,253,253,253,254,253,253,254,234,253,253,234,254,253,254,253,234,254,253,253,254,253,251,251,248,136,142,136,91,136,96,136,142,136,96,136,91,91,91,243,242,246,245,251,253,253,254,253,253,254,253,253,254,253,254,254,254,253,254,254,254,254,194,253,234,254,253,254,254,254,253,234,254,254,254,253,253,234,253,254,253,254,194,254,253,253,253,253,254,194,253,253,254,194,253,254,253,254,253,254,194,254,253,254,194,253,254,254,253,254,253,254,254,253,253,254,253,253,254,253,254,254,253,253,254,253,234,253,254,253,253,253,254,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,233,253,188,233,188,233,188,233,188,188,233,182,187,187,187,182,182,187,136,187,227,182,233,182,187,181,187,136,136,187,182,227,187,181,136,181,187,227,136,181,136,181,141,136,227,136,181,182,187,187,187,227,187,227,187,187,233,187,188,233,233,193,233,233,233,193,233,252,187,188,193,193,233,251,233,188,193,188,193,188,188,252,187,188,251,187,251,193,233,188,253,253,253,254,253,253,253,254,253,253,254,253,253,254,253,254,253,253,253,254,253,253,254,194,254,253,234,253,253,234,254,254,253,254,253,254,253,253,254,253,253,253,253,254,253,254,253,234,253,254,253,253,253,253,253,254,253,194,253,254,253,253,253,253,253,253,254,253,194,254,253,253,254,194,253,253,253,253,254,253,194,253,254,253,254,253,194,253,253]; +image[96]=[187,181,182,181,181,227,136,181,187,181,187,136,181,182,181,227,181,182,181,181,187,181,227,182,181,187,181,182,181,187,181,187,227,136,187,181,182,187,181,187,182,187,187,187,182,187,187,188,187,188,187,188,187,187,188,187,188,187,142,187,188,187,142,188,187,188,187,188,142,188,251,188,188,187,188,188,142,188,251,251,251,252,187,251,251,188,250,188,252,252,252,253,253,252,253,252,253,253,253,253,253,234,253,253,254,253,253,253,253,253,254,253,254,253,253,253,253,253,253,253,253,194,254,253,253,234,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,194,253,254,253,253,253,253,253,253,234,253,253,253,253,194,253,253,194,253,194,253,253,194,253,253,194,253,254,253,253,253,254,253,253,253,253,253,234,253,253,253,253,253,253,254,253,194,254,253,194,253,253,254,253,253,194,253,234,253,254,253,253,253,253,254,253,234,253,254,253,194,254,234,253,253,254,254,253,194,254,253,254,253,254,253,253,253,253,194,254,253,253,254,253,254,253,251,248,96,182,182,96,187,136,182,136,187,136,136,136,96,91,96,91,91,91,243,91,247,249,251,251,252,253,254,253,253,253,194,253,254,234,253,253,254,253,254,254,253,254,234,253,253,254,254,253,253,194,254,234,253,254,253,253,253,254,253,253,194,254,254,194,254,254,254,253,254,254,254,194,254,234,253,254,253,254,253,254,254,253,234,253,254,253,254,253,254,254,253,254,253,253,194,254,253,254,254,253,254,253,253,253,254,254,253,253,253,253,253,253,254,253,253,254,253,253,254,253,253,253,253,253,253,252,188,188,187,188,187,188,233,142,187,188,187,182,187,187,227,187,181,182,141,182,187,187,182,182,187,187,181,182,181,187,182,187,136,187,182,181,181,181,182,227,136,181,181,136,187,181,182,181,182,181,136,187,187,187,233,187,188,187,188,233,188,193,188,187,188,193,233,188,187,188,193,188,187,188,187,188,233,252,187,252,188,193,188,187,251,193,251,252,253,253,253,253,253,254,253,253,254,194,254,253,253,253,194,254,253,194,254,253,194,254,253,254,253,253,254,253,253,253,253,253,253,194,254,253,254,253,254,253,254,254,253,194,253,254,253,254,253,253,254,253,254,253,253,254,253,254,253,234,253,254,194,254,234,253,194,254,253,253,253,253,253,253,254,253,194,253,254,253,254,253,253,253,253,254,253,253,253]; +image[97]=[227,181,187,136,187,181,187,181,182,181,227,181,187,181,187,181,181,181,227,136,181,182,181,181,187,227,181,187,136,227,187,136,187,181,182,181,141,182,181,182,187,187,182,187,188,187,182,187,188,187,187,142,187,188,187,187,188,187,188,187,188,187,188,187,188,187,188,188,187,251,187,142,250,251,142,251,188,251,188,142,188,251,251,142,188,251,188,193,188,252,188,252,252,253,252,253,253,252,253,253,253,253,253,234,253,253,253,254,253,253,253,253,253,253,234,253,253,254,194,253,254,253,253,254,253,253,254,253,254,253,253,234,253,253,253,254,253,253,194,253,234,253,253,253,253,234,253,253,253,253,253,253,254,194,253,253,253,254,253,253,253,253,253,253,194,253,253,253,253,194,253,234,253,253,253,253,254,253,253,253,254,253,254,253,254,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,254,194,253,253,253,253,253,254,253,194,253,234,254,253,254,253,253,254,194,253,254,253,253,254,253,253,253,254,253,253,253,254,253,194,253,254,254,253,254,194,253,254,194,253,254,253,254,253,253,254,253,253,234,254,142,182,96,182,136,182,96,187,136,187,136,136,142,136,182,136,182,96,136,91,91,91,40,241,244,247,143,250,253,194,253,253,253,253,253,253,253,234,254,253,254,253,254,253,253,254,254,253,253,254,254,254,253,253,254,253,234,253,254,253,234,254,254,253,253,254,253,253,253,254,253,254,253,254,254,253,254,253,254,253,234,253,253,254,253,254,253,254,253,254,254,194,254,234,254,254,253,254,253,234,253,254,253,254,254,253,253,253,254,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,188,252,253,253,233,188,187,188,187,187,188,187,182,187,182,187,182,187,136,187,136,187,227,182,187,182,187,227,188,187,182,187,182,187,187,182,181,227,187,187,187,136,181,187,136,187,181,136,181,187,187,187,187,187,187,187,187,187,233,187,233,193,187,193,233,193,233,253,187,188,187,252,187,188,233,188,252,233,252,188,193,188,252,187,188,187,251,188,187,251,233,188,253,253,253,254,253,253,254,253,253,254,253,194,254,253,254,253,254,253,254,253,254,253,253,253,254,254,194,254,253,254,194,254,254,253,254,253,253,254,253,253,234,253,254,254,194,253,253,234,254,194,253,253,194,254,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,254,253,253,254,254,194,253,253,253,254,194,254,253,194,254,253,253]; +image[98]=[181,187,181,227,181,227,181,187,181,187,136,181,182,181,136,181,182,181,181,227,181,187,181,182,181,187,181,187,227,181,187,227,187,182,181,187,182,181,187,182,181,182,187,187,187,187,188,187,187,188,187,188,187,182,252,187,188,187,188,187,188,187,188,187,250,142,187,188,142,188,188,251,187,251,188,142,252,142,188,252,188,251,188,251,142,252,188,188,252,252,252,252,252,253,252,252,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,254,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,234,253,253,253,253,253,234,253,253,253,253,253,254,194,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,253,253,234,253,253,254,253,234,253,253,194,254,194,253,253,253,253,253,253,253,253,253,234,253,234,253,253,253,254,253,253,253,253,253,254,253,253,254,253,254,194,253,254,253,234,253,253,254,253,253,194,254,254,253,253,254,194,254,253,254,253,254,253,234,253,254,253,253,254,253,253,253,188,142,182,181,182,136,187,136,187,182,136,142,136,182,136,142,182,142,136,136,96,91,96,91,91,91,244,45,243,247,188,252,251,252,253,253,253,253,253,254,234,253,253,254,254,253,253,254,254,194,253,234,253,254,253,194,254,254,253,234,253,253,253,234,254,253,254,234,254,253,254,253,254,234,253,254,253,194,254,253,254,254,254,194,254,253,194,254,253,254,253,254,253,254,253,253,234,253,254,253,254,253,254,253,253,254,253,254,253,253,253,253,253,253,253,253,253,253,254,253,253,253,233,253,253,233,252,252,252,233,251,182,187,187,182,187,187,187,182,227,182,181,187,181,181,227,136,181,182,187,182,187,187,182,187,187,188,187,227,187,187,187,182,187,181,181,187,136,181,187,181,187,187,181,227,181,187,181,187,227,187,182,233,187,188,233,233,188,233,188,193,233,193,233,193,188,193,188,193,188,187,252,188,187,188,188,187,188,193,188,188,187,188,251,193,251,253,253,253,253,234,253,253,254,253,253,253,254,253,254,234,253,253,254,253,253,253,254,253,254,194,253,253,254,253,234,254,253,253,253,254,253,194,254,253,194,254,253,253,253,254,253,254,253,253,253,254,253,254,253,253,234,253,253,254,253,194,254,253,253,253,253,253,253,253,254,253,254,253,194,253,253,253,253,254,253,194,253,253,254,253,253,253,253,194,254]; +image[99]=[181,182,181,187,181,182,181,136,181,227,181,181,181,227,181,181,181,182,181,136,181,181,182,181,187,136,227,136,187,187,181,136,187,181,182,181,182,181,187,182,187,187,182,182,187,182,187,188,187,182,187,187,188,187,188,187,182,187,188,187,188,142,187,188,187,188,187,188,142,193,142,251,142,188,188,142,188,193,188,142,193,142,188,193,188,251,251,251,188,252,252,252,188,252,253,253,252,252,253,253,253,253,253,252,234,253,194,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,254,194,253,253,253,253,234,253,253,253,254,253,253,253,254,194,253,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,234,253,254,253,194,253,254,253,253,253,254,194,253,253,254,254,194,253,254,254,253,253,253,254,253,253,253,253,254,253,234,253,253,254,253,254,194,253,253,254,253,253,250,182,142,187,182,187,182,187,136,187,181,136,136,142,136,187,136,182,96,182,136,182,136,182,96,136,247,136,91,45,245,248,188,143,252,252,252,252,253,254,253,254,253,253,253,254,253,253,254,253,254,253,254,253,254,253,253,253,254,253,254,254,253,253,234,254,253,253,234,254,253,254,253,253,254,234,254,254,234,254,194,253,254,253,254,254,254,253,254,253,254,253,254,253,254,254,254,254,253,254,253,254,253,254,254,253,253,253,253,253,254,253,253,253,253,254,188,253,253,254,188,253,253,254,253,193,188,233,252,188,193,182,233,182,187,187,182,187,187,187,182,227,182,187,181,181,187,136,181,182,187,182,187,188,233,187,188,187,187,182,182,187,187,187,182,187,182,182,181,182,187,187,136,187,187,187,227,187,187,187,187,193,233,187,188,193,233,188,193,233,188,187,251,233,187,188,233,187,187,252,187,193,188,193,187,252,188,187,188,142,250,187,188,187,142,233,188,253,253,253,253,253,253,234,254,253,254,253,253,253,254,194,253,254,194,253,254,194,254,253,254,253,254,253,254,253,253,253,254,194,253,254,254,253,254,253,253,254,253,234,254,194,253,253,253,254,253,253,253,254,253,253,254,194,253,254,253,253,234,253,194,253,254,253,194,253,253,253,253,254,194,253,253,254,253,254,253,254,253,253,254,253,254,253,253,253]; +image[100]=[181,181,227,181,187,181,187,227,181,182,181,187,181,136,181,187,181,136,181,187,181,181,187,181,182,187,187,181,182,181,187,227,187,136,187,187,136,187,136,187,182,187,187,182,187,187,182,187,188,187,188,187,188,187,187,188,188,187,187,188,187,188,187,188,188,142,188,187,188,188,188,142,188,142,188,251,188,142,188,188,188,188,250,142,188,251,193,188,251,188,193,252,253,188,252,253,253,252,253,252,234,252,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,254,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,234,253,194,253,253,253,253,253,194,253,253,253,253,253,254,253,253,253,253,253,253,194,253,253,253,253,253,253,254,253,253,253,253,194,254,253,253,253,253,234,253,253,253,253,253,253,194,254,253,253,194,254,253,253,253,254,254,253,234,253,254,253,234,253,253,234,253,253,194,254,254,234,253,253,254,253,254,194,253,254,254,254,253,253,253,252,142,187,182,187,182,187,96,187,187,182,136,187,136,141,182,187,96,182,136,96,187,136,187,187,96,136,187,96,96,96,96,91,245,91,249,250,249,248,251,253,253,194,253,253,253,254,253,253,253,254,253,253,254,253,254,254,253,253,254,253,253,253,254,253,253,253,254,253,253,254,253,254,254,253,254,253,254,253,253,254,254,234,253,253,234,253,254,253,254,234,253,254,254,194,254,253,253,254,253,254,253,254,253,234,253,254,254,253,253,253,253,254,253,253,253,253,253,188,233,253,253,188,253,253,253,253,252,188,187,233,188,187,187,182,187,227,187,181,136,181,182,181,182,181,136,181,187,187,187,182,187,187,182,187,233,187,188,182,187,187,187,182,227,187,187,227,187,181,182,187,182,187,227,187,187,187,181,182,227,187,187,188,187,233,233,188,193,233,188,187,253,233,193,188,233,193,142,252,187,188,187,188,188,188,142,188,142,251,142,187,188,187,250,187,252,252,252,253,253,253,254,253,253,253,254,253,253,254,254,253,254,254,253,254,254,253,254,253,254,253,253,254,234,253,253,254,253,253,254,254,253,253,253,254,234,253,254,234,253,253,254,253,254,253,194,253,254,194,253,253,253,253,253,254,253,234,253,253,253,254,253,253,194,253,253,253,253,253,253,253,254,253,194,253,253,254,253,253,194,253,253,253,194,254,253,253]; +image[101]=[182,141,182,181,136,181,187,181,181,187,181,181,187,181,136,181,187,181,181,227,181,136,227,181,227,181,182,227,187,187,182,181,187,181,182,181,182,187,187,182,187,182,187,187,188,187,187,188,187,193,187,187,188,187,188,187,233,142,188,187,188,187,188,187,188,187,250,188,187,250,187,188,193,142,188,142,251,188,251,142,251,142,188,188,142,250,188,188,252,252,188,252,253,252,252,188,253,252,253,252,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253,234,254,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,252,234,253,252,234,253,253,253,253,253,253,254,253,194,253,253,194,253,253,253,253,234,253,194,253,253,253,253,253,194,253,234,253,253,253,234,253,253,253,253,194,253,253,253,194,253,253,253,253,234,253,253,234,253,253,253,194,253,253,253,253,253,194,253,253,253,253,253,254,253,253,254,253,253,253,254,253,253,253,254,253,194,253,253,254,253,253,253,253,254,253,254,253,254,254,253,253,254,253,254,194,253,253,254,253,253,253,253,254,253,254,142,182,142,182,187,187,187,182,187,187,187,187,136,187,136,187,182,141,187,136,187,187,142,182,187,136,187,182,187,136,187,96,136,96,91,243,245,91,243,246,248,251,254,253,252,253,253,234,253,253,253,253,254,253,253,254,194,253,253,253,254,194,253,254,253,253,254,253,254,253,254,194,253,253,254,253,254,194,254,254,253,254,253,254,254,253,234,254,253,254,253,253,253,254,254,253,254,254,194,254,253,254,253,254,254,253,234,253,254,253,254,253,253,253,253,253,254,188,253,188,188,188,233,188,233,253,193,233,252,188,187,188,188,188,187,182,182,187,182,181,187,136,187,182,187,181,135,227,182,187,187,182,187,187,182,188,187,188,233,188,187,187,182,187,182,187,187,136,187,181,187,187,181,187,182,187,187,187,181,182,187,233,187,193,188,193,187,188,233,193,233,188,187,188,187,188,233,187,188,187,188,187,142,187,188,187,188,142,187,188,142,142,188,187,252,187,252,253,253,253,253,253,253,254,253,253,254,194,253,253,253,253,253,253,253,253,234,253,234,254,194,254,253,253,194,254,194,254,253,253,234,254,194,253,253,253,253,253,253,254,253,253,234,253,254,253,234,253,253,254,194,254,253,234,253,253,253,253,253,253,253,253,253,254,253,253,254,194,253,254,253,253,253,254,253,254,194,253,254,234,254,253,254,253,253,254,194]; +image[102]=[181,227,181,187,181,227,136,181,182,181,181,182,181,181,227,181,181,136,187,181,187,181,187,187,136,187,181,182,181,136,187,136,187,181,187,181,182,181,182,181,187,182,187,182,187,182,187,187,182,188,187,188,187,193,187,188,187,188,187,188,142,188,188,187,188,188,187,250,188,142,188,142,188,142,188,188,142,188,188,187,188,251,251,188,188,251,251,188,251,188,252,188,252,252,253,252,253,252,253,252,253,252,194,252,253,234,252,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,234,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253,253,234,252,253,253,253,253,253,194,253,253,253,234,253,234,253,253,253,253,253,253,194,253,253,194,253,254,253,253,253,234,254,253,234,253,254,253,253,253,254,194,254,253,253,253,254,194,253,253,254,253,253,253,254,254,253,253,254,253,254,253,253,253,253,253,251,187,187,187,182,187,187,187,188,187,182,187,187,187,187,136,187,182,187,182,187,182,187,187,142,187,182,187,187,182,187,136,136,136,136,96,91,91,91,243,45,243,250,252,251,252,252,252,253,253,253,253,253,234,254,253,254,253,254,253,253,254,253,194,254,253,253,254,253,253,254,254,254,253,254,253,254,253,254,234,253,254,253,194,254,253,254,253,194,254,254,254,253,253,254,254,253,254,254,254,253,254,254,253,254,253,253,253,253,253,253,254,253,253,253,188,254,188,187,233,188,233,188,193,188,233,188,188,187,233,188,187,182,187,182,187,187,227,182,187,181,182,187,188,187,136,181,182,136,182,187,182,182,187,142,233,233,193,187,233,188,187,187,187,187,233,187,187,227,187,182,233,187,187,187,227,187,187,187,187,187,187,233,187,233,233,233,193,233,193,187,193,233,187,188,187,188,187,187,187,188,187,250,142,142,142,142,182,142,187,188,187,142,188,193,188,193,188,253,253,253,253,253,253,254,194,254,254,254,253,254,254,254,194,254,253,253,253,253,254,253,254,253,254,253,254,253,254,253,253,253,254,253,254,254,194,254,254,253,253,254,253,253,253,253,253,254,253,253,254,253,253,253,253,253,254,253,194,254,253,253,254,253,253,253,194,253,254,253,253,253,254,253,253,253,253,254,253,253,253,253,234,253,254,234,253,253]; +image[103]=[182,181,182,181,187,181,187,181,181,182,181,181,181,136,181,227,181,181,181,181,136,181,181,187,181,182,181,187,187,181,187,227,136,182,181,187,136,187,182,187,182,187,182,187,187,187,188,187,187,188,187,187,188,187,188,187,188,187,188,187,188,187,142,188,187,188,142,188,188,142,188,142,188,142,188,142,188,250,250,251,142,250,187,251,142,251,187,251,252,251,252,252,252,188,252,252,252,253,252,253,252,253,252,253,252,253,253,253,252,234,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,234,253,253,253,253,254,253,253,253,194,253,253,253,234,252,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,254,253,253,253,194,254,253,253,253,254,253,253,253,253,234,254,253,253,254,194,254,253,253,253,234,253,254,194,254,253,253,234,253,253,234,253,253,254,254,253,253,251,188,142,188,233,193,233,188,187,233,187,187,187,182,187,187,187,187,136,187,182,187,187,182,187,182,187,182,187,182,187,187,187,187,136,187,182,96,136,91,91,91,244,91,248,249,251,251,252,188,194,253,253,253,253,253,254,253,253,253,253,253,254,253,254,194,253,253,253,254,253,253,253,253,254,253,254,253,254,253,253,254,253,254,254,253,254,253,254,253,254,253,254,253,254,253,234,254,253,254,194,254,253,254,253,254,253,254,254,253,253,253,253,253,253,254,253,233,188,182,187,188,188,182,187,187,188,233,188,187,188,187,233,187,188,182,187,182,187,136,227,136,227,187,188,233,136,182,181,136,181,182,187,188,182,187,188,233,188,188,187,233,182,233,182,187,182,187,136,187,187,187,187,187,187,187,187,227,187,181,187,187,233,187,188,187,252,187,188,187,188,187,188,187,188,187,193,187,142,251,187,142,182,142,182,142,187,142,142,187,142,187,251,182,188,187,188,252,252,253,253,253,253,254,253,254,253,253,253,253,254,253,253,253,254,253,254,254,253,254,253,194,254,253,253,254,253,253,194,254,253,254,253,234,253,253,253,194,253,234,254,194,253,254,253,254,253,253,253,234,253,254,194,253,254,194,253,253,253,253,253,194,253,253,253,254,253,253,194,253,254,194,253,253,234,253,253,234,254,194,254,253,253,253,253,253,253,253]; +image[104]=[187,181,181,227,187,181,182,181,187,181,227,136,227,181,181,181,136,227,136,227,187,181,182,227,187,181,187,181,182,181,182,181,187,181,182,187,181,187,182,187,182,187,187,188,182,187,188,187,188,187,188,187,188,187,142,187,188,142,182,193,142,188,187,188,250,188,187,188,142,188,142,188,188,142,188,251,142,188,251,188,251,188,250,188,142,251,251,251,188,188,188,252,252,252,252,252,252,252,253,252,253,253,252,253,252,252,253,253,253,252,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,254,253,253,254,253,253,253,253,253,194,253,234,253,253,253,254,253,253,234,253,253,253,253,253,253,194,253,253,253,234,252,253,234,252,253,253,253,234,253,253,253,253,234,253,234,253,253,254,253,253,253,194,253,253,253,253,234,253,253,253,253,254,234,253,253,254,253,253,254,253,253,254,253,254,234,254,253,254,253,254,253,253,253,253,253,253,142,187,187,233,188,193,187,253,193,188,233,188,187,233,187,233,182,187,187,187,187,182,187,187,187,187,182,187,187,182,187,187,187,187,187,187,136,187,136,96,91,136,91,243,91,91,245,248,251,250,250,188,252,253,252,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,234,253,253,253,253,253,254,253,253,254,253,254,253,234,254,253,254,254,234,253,254,253,254,253,254,254,253,254,234,254,253,254,253,254,253,254,254,253,253,254,253,188,254,188,233,188,253,188,187,187,182,187,187,182,187,182,187,182,187,187,187,182,188,187,187,188,187,182,187,182,181,136,136,182,187,182,187,187,182,182,135,182,187,233,188,187,188,233,187,233,182,233,187,188,187,233,188,187,187,187,227,188,233,187,233,187,187,187,233,182,187,187,233,187,233,187,233,233,233,193,233,187,193,187,187,188,187,188,187,188,187,142,187,250,142,182,142,182,142,142,142,188,187,142,188,188,188,193,188,253,253,234,253,253,253,253,254,234,254,253,253,194,254,253,253,253,194,254,253,254,253,254,253,194,254,253,253,254,253,234,253,253,253,254,253,254,253,254,253,253,253,254,253,234,253,194,254,253,253,253,253,253,254,253,253,253,254,234,253,254,253,253,253,194,253,253,253,253,253,253,253,254,253,253,254,253,253,253,253,253,253,254,253,194,254,253,234,253]; +image[105]=[181,182,181,136,181,187,181,227,181,136,181,181,181,181,182,181,181,181,181,181,182,181,181,182,187,136,227,181,187,181,187,187,136,187,181,182,187,136,187,187,187,182,182,187,187,187,187,182,187,188,187,182,187,188,187,182,187,188,187,142,233,142,188,187,188,142,188,187,188,188,250,187,188,188,142,188,193,142,251,142,142,251,142,188,250,188,193,142,188,193,251,188,188,252,252,252,252,252,234,188,252,252,234,252,253,253,252,252,253,252,253,253,252,253,253,252,253,253,253,234,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,234,252,253,253,253,253,253,253,253,194,253,253,194,253,253,194,253,253,253,194,253,253,253,194,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,252,253,253,194,253,253,253,253,253,253,253,252,253,252,253,253,234,253,253,253,253,253,253,194,253,253,254,253,254,253,194,254,253,254,253,254,194,253,253,253,253,254,194,253,253,254,194,253,253,254,253,253,254,194,253,253,253,254,253,254,254,253,252,188,142,233,187,188,233,233,188,233,187,193,233,188,187,188,193,252,187,188,182,187,182,187,182,182,187,187,182,187,187,182,187,182,187,187,187,142,187,182,182,136,96,136,91,91,91,40,243,91,248,248,249,143,251,188,251,253,253,251,252,253,253,253,254,253,253,253,253,253,254,253,253,253,253,253,253,253,254,194,253,254,253,254,253,254,194,253,254,253,254,234,254,254,253,253,253,254,253,254,253,254,253,254,254,254,253,254,234,253,253,254,253,253,233,252,188,233,188,228,187,136,227,187,187,182,187,182,187,187,182,187,187,187,182,187,182,187,182,181,182,187,227,187,182,187,136,182,187,193,182,187,187,182,142,233,188,187,188,188,193,187,142,233,187,182,187,233,187,187,187,187,187,187,187,233,187,187,187,233,187,233,187,188,187,193,187,193,187,188,187,233,187,188,233,188,187,142,187,187,142,188,142,182,142,182,249,187,142,187,142,187,142,188,187,188,187,188,252,252,253,253,253,253,253,254,254,253,253,253,254,254,254,253,254,254,253,254,194,253,253,254,253,254,253,253,254,234,253,254,253,254,254,194,253,253,253,234,253,253,254,253,253,253,253,254,253,254,194,253,254,253,253,234,253,234,253,253,253,194,253,254,253,253,254,253,234,253,253,234,253,194,253,254,253,194,254,253,253,254,253,234,253,254,253,253,254,253,253]; +image[106]=[181,187,181,227,182,181,182,181,227,181,227,136,187,181,181,181,187,181,182,181,181,187,181,181,227,181,187,181,182,181,182,181,187,182,136,187,187,187,182,187,182,187,187,182,188,187,188,187,188,187,188,187,188,187,188,187,188,182,193,188,187,251,142,188,187,250,188,142,142,188,250,142,188,142,188,142,188,250,188,188,251,188,142,251,142,188,250,188,251,251,251,252,251,188,252,252,252,252,252,253,252,252,252,252,253,188,253,252,253,252,253,252,253,252,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,194,253,234,253,253,253,234,253,253,253,194,253,253,194,253,253,252,253,253,253,234,253,252,253,253,253,252,253,253,252,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,234,253,253,253,253,194,253,253,254,253,254,253,253,253,253,253,253,253,254,254,194,253,253,253,254,254,254,194,254,253,194,253,253,254,252,142,182,193,253,193,188,193,233,252,233,188,187,253,233,187,233,233,193,187,233,187,188,187,187,187,182,187,187,182,141,182,136,187,187,182,187,187,182,187,187,187,182,136,136,136,91,91,242,91,243,91,244,91,248,249,248,253,252,250,250,188,253,252,253,253,188,254,234,252,253,253,253,253,253,253,253,253,254,254,253,254,253,254,253,254,254,254,253,254,253,253,253,254,254,253,254,253,254,253,254,254,234,253,253,194,254,254,254,254,253,253,188,188,233,188,187,188,182,187,182,187,181,136,181,182,187,227,136,227,182,187,182,187,182,187,182,187,182,182,181,136,227,136,182,227,182,187,182,233,188,182,187,182,187,233,188,187,233,187,187,233,187,233,188,233,188,233,187,182,187,233,233,187,233,187,233,187,187,187,187,187,187,233,187,233,188,233,187,188,187,188,187,187,187,233,252,187,188,187,142,182,187,142,188,187,250,188,182,142,182,188,187,188,188,188,251,233,252,252,253,253,253,254,253,234,253,254,253,194,253,253,254,253,253,254,253,254,253,254,253,254,253,253,254,253,253,253,253,253,194,253,253,254,254,234,253,253,253,253,234,253,253,254,253,253,253,253,254,253,234,254,253,253,253,253,254,253,253,253,253,194,254,253,234,253,253,254,253,253,254,253,253,253,254,253,253,194,253,254,253,253,253,253,253,194,254,253,194]; +image[107]=[181,187,136,181,187,181,187,181,182,181,181,181,181,136,227,136,181,181,181,187,181,136,187,182,181,187,136,181,187,181,227,136,181,187,187,181,182,181,182,187,187,187,187,187,187,187,187,187,182,187,188,187,188,187,188,187,188,187,142,187,188,187,188,142,188,187,142,188,188,142,188,188,188,142,188,188,142,188,142,188,142,250,188,250,250,188,142,188,142,251,251,251,188,252,188,252,252,252,252,188,253,252,253,252,253,253,252,253,252,252,253,252,194,253,253,252,253,253,253,253,253,253,253,234,253,253,253,234,253,253,253,253,253,253,253,253,253,252,234,253,253,253,253,253,234,252,253,253,253,253,253,234,253,253,234,253,253,253,234,253,253,253,194,253,253,253,254,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,234,253,252,253,252,234,253,252,253,194,253,253,194,253,253,253,194,253,253,253,253,194,253,253,194,254,253,253,234,253,194,253,253,253,253,234,253,253,253,254,253,253,253,194,253,253,254,194,253,253,253,253,253,253,254,254,253,253,253,253,254,253,254,253,254,254,254,188,142,188,187,233,233,252,233,193,188,193,233,252,187,188,233,250,233,188,193,188,193,233,187,188,187,188,187,188,187,187,187,187,182,187,187,187,187,187,182,187,182,187,187,142,142,136,136,91,45,243,45,91,244,91,246,91,247,188,247,248,251,188,252,253,253,252,252,253,253,252,253,253,253,253,253,253,253,253,253,253,234,254,253,254,253,254,253,254,254,254,254,254,253,254,253,253,253,253,253,253,254,253,253,254,254,253,253,253,253,253,254,253,187,188,188,187,182,187,136,182,181,136,181,181,181,136,187,187,182,181,182,187,182,181,182,187,187,187,182,181,182,187,182,187,136,187,182,187,188,187,233,182,187,182,142,233,187,187,188,187,182,233,187,187,187,187,187,233,187,187,187,187,233,187,187,187,187,227,187,233,187,233,187,233,187,187,193,233,193,187,233,193,188,187,193,233,188,187,142,187,142,142,187,142,142,142,142,142,142,187,142,142,142,188,187,188,193,252,253,253,253,253,253,254,253,254,253,254,254,234,253,253,254,253,253,254,253,254,253,253,254,253,254,253,253,254,194,254,254,253,234,254,253,253,253,254,194,253,253,254,194,253,253,194,254,253,234,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,254,194,253,253,253,254,254,253,194,253,254,194,254,253,253,253,254,253]; +image[108]=[136,181,227,181,136,181,182,181,181,182,181,227,181,181,181,181,182,181,181,136,181,181,181,182,181,227,136,227,136,187,136,227,182,136,187,136,187,187,182,187,182,187,182,187,182,188,187,188,187,142,233,182,188,187,182,187,142,182,188,187,142,251,187,142,188,188,142,188,187,250,188,142,188,142,188,142,188,188,142,188,250,188,142,188,142,188,251,188,251,251,188,252,188,188,188,188,252,252,252,252,252,252,252,252,252,252,252,253,252,253,252,253,188,253,252,234,252,253,252,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,252,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,254,194,253,253,234,253,253,253,253,253,253,194,253,234,253,253,234,252,253,194,253,252,253,253,253,253,253,253,234,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,194,254,253,253,254,253,253,254,234,253,254,253,254,253,194,253,254,253,254,234,253,253,254,253,253,254,253,188,142,182,193,188,193,233,193,188,187,233,193,233,188,193,188,187,193,187,233,187,233,188,193,233,187,188,187,187,188,187,188,187,187,187,182,187,182,187,187,188,187,142,187,182,187,142,136,96,91,91,45,91,45,91,243,91,245,91,91,91,248,188,188,188,252,253,188,252,252,253,253,253,234,252,253,253,253,234,254,253,253,253,253,254,234,253,254,253,253,253,254,253,194,254,254,253,254,253,253,253,253,254,253,253,253,253,253,254,188,253,253,253,188,187,187,182,187,181,136,181,227,181,176,136,181,181,136,181,136,187,181,182,136,187,136,233,182,187,182,187,182,187,188,182,136,187,233,182,187,182,233,187,233,187,182,233,182,233,187,233,187,187,233,182,233,233,187,187,227,187,233,187,233,187,233,227,187,187,187,187,233,187,252,187,193,233,187,188,233,188,187,187,233,188,187,142,187,182,187,182,142,182,142,187,188,187,182,187,142,188,187,187,188,188,142,188,188,193,252,253,253,254,194,254,253,253,234,253,253,254,254,253,253,254,253,254,253,253,254,253,194,254,253,253,254,253,253,253,253,254,253,253,254,253,254,253,254,254,253,253,254,253,254,253,253,253,254,253,194,254,253,194,254,254,194,253,253,234,253,253,253,253,254,253,253,194,254,253,253,234,253,253,254,234,253,253,253,254,253,253,254,253,253,254,253,253,253,253]; +image[109]=[181,187,181,187,181,187,181,182,181,187,181,136,181,182,181,181,182,181,181,227,181,182,181,181,182,181,187,181,227,181,181,181,187,181,187,187,181,182,187,182,187,182,187,187,187,142,187,187,188,187,187,188,187,142,187,188,187,187,188,187,188,142,188,187,142,187,142,188,142,188,142,251,187,188,188,188,142,188,142,188,142,188,142,251,142,188,142,188,142,188,251,188,251,252,252,252,188,252,252,252,253,188,253,252,252,253,252,252,253,188,253,252,253,252,253,252,253,252,253,253,252,253,252,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,252,253,253,253,194,253,252,253,253,252,253,252,234,252,253,253,253,252,253,253,252,253,253,253,253,253,253,253,194,253,253,234,254,253,194,253,253,254,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,253,253,254,253,254,253,254,253,253,254,194,253,254,253,254,254,251,182,142,187,233,187,188,233,193,252,187,188,193,233,187,233,233,188,188,193,251,187,193,182,193,233,187,188,233,193,233,187,188,187,188,233,188,187,188,187,188,233,187,187,187,187,187,187,182,136,90,91,91,45,91,243,91,91,243,91,91,91,91,182,142,188,188,188,188,188,188,253,252,252,253,253,253,252,253,254,253,254,253,253,254,253,254,253,254,253,254,254,254,253,253,253,254,253,253,253,253,253,253,254,188,253,253,253,254,253,252,233,188,233,182,187,182,181,182,181,136,136,181,135,181,176,181,136,227,181,136,181,227,136,227,182,182,187,182,187,187,182,188,187,188,136,182,187,233,187,188,187,182,187,187,187,188,233,182,187,182,187,182,187,187,187,182,187,187,187,233,187,233,182,233,187,187,187,227,187,233,187,187,233,187,233,187,233,193,187,233,252,187,233,142,233,188,187,188,142,187,142,187,142,182,142,142,142,182,142,187,142,188,187,188,187,252,188,252,253,253,253,253,254,194,253,254,253,254,253,253,253,254,253,253,254,253,234,254,253,254,253,253,254,253,253,234,254,253,234,253,254,253,194,254,253,253,253,234,254,253,234,253,253,194,253,253,253,254,253,234,254,253,253,253,254,194,253,253,254,194,254,253,194,253,254,253,253,254,253,253,254,253,253,253,253,253,194,253,254,253,253,254,253,253,254,194,254,253]; +image[110]=[181,181,182,181,181,181,181,181,181,136,181,187,181,181,136,181,181,181,136,181,181,181,187,136,181,181,182,136,181,182,181,182,187,136,182,141,182,187,187,182,187,187,182,142,187,182,187,188,187,142,187,187,188,182,187,188,142,188,142,182,187,142,188,142,188,188,142,188,142,188,188,250,188,142,251,142,188,251,251,142,188,250,188,188,142,188,188,188,188,251,250,188,251,251,251,252,188,252,188,252,188,252,252,252,252,188,253,188,252,252,253,252,252,252,253,252,253,252,253,253,252,253,253,252,253,253,252,253,253,253,253,252,253,252,253,253,253,253,253,253,252,253,253,253,253,252,253,253,194,253,253,253,253,234,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,253,253,253,234,252,253,253,253,253,194,253,253,253,253,253,253,253,194,252,253,194,253,253,194,253,253,194,253,253,194,253,253,253,253,253,253,253,253,254,234,253,194,253,253,253,254,253,194,254,253,253,253,253,253,253,253,254,253,253,253,254,253,194,254,253,253,254,254,253,234,253,253,253,188,187,182,142,187,188,193,187,188,233,233,188,187,252,252,193,188,187,233,187,188,233,188,193,188,187,193,233,187,252,193,233,193,233,252,187,233,188,233,187,142,187,188,188,187,188,142,187,182,187,136,96,91,45,91,45,96,45,45,91,91,96,91,91,136,142,182,188,182,142,188,188,253,188,188,253,253,252,253,253,254,253,253,253,253,254,253,253,254,253,253,253,254,253,253,234,253,253,254,188,254,253,253,253,253,233,188,253,253,233,252,188,188,187,182,187,182,187,135,181,136,181,176,181,135,135,135,181,136,181,182,181,182,187,187,182,187,136,233,182,187,227,187,187,182,182,187,182,187,182,182,187,187,187,182,187,187,233,182,187,233,187,187,227,187,187,233,187,227,187,187,187,187,233,187,187,227,187,187,187,233,187,233,187,193,187,193,187,233,188,187,233,252,187,233,187,251,187,187,182,142,182,142,182,142,187,142,187,187,142,188,187,142,188,251,188,252,233,252,253,253,253,253,254,254,253,254,253,253,194,254,234,253,254,253,254,253,253,253,253,234,254,253,234,253,254,253,253,253,254,253,254,253,254,253,234,253,253,253,253,253,253,254,253,254,254,194,253,253,253,253,253,254,234,253,253,254,253,253,253,253,253,253,254,253,253,253,194,253,253,253,194,254,253,253,194,254,253,253,234,253,194,253,254,194,253,253,254,253]; +image[111]=[181,181,182,181,182,181,182,181,227,181,181,181,182,181,181,182,181,227,181,181,136,181,181,181,187,181,181,136,187,181,136,181,187,181,182,187,141,182,181,187,182,187,187,187,187,187,182,187,187,142,182,187,187,188,187,182,187,142,187,188,188,187,142,187,182,188,187,188,188,142,188,142,251,188,188,142,188,142,188,250,188,142,250,142,188,142,142,250,250,251,188,251,188,251,251,251,252,252,251,234,252,252,252,253,252,253,252,252,253,252,252,252,253,252,252,252,253,252,252,234,253,252,253,253,252,253,253,253,252,253,253,253,253,253,252,253,253,252,234,253,253,253,252,253,253,253,253,253,252,234,252,253,252,253,253,252,234,253,253,253,253,253,194,253,194,253,253,194,253,253,253,253,253,253,252,253,253,188,194,252,253,253,253,253,253,253,253,253,194,253,252,194,253,252,253,253,253,253,253,252,253,252,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,194,253,234,253,253,194,254,194,253,254,253,253,254,234,253,253,254,253,254,253,253,249,142,187,187,188,187,233,253,187,251,233,252,233,233,233,193,233,252,193,233,193,193,233,233,193,233,252,233,193,233,187,188,233,193,188,233,187,188,187,188,187,188,187,187,188,233,187,188,187,182,187,136,136,91,96,45,91,96,244,45,45,45,91,45,45,96,182,142,136,136,182,187,188,233,188,188,188,188,253,253,253,254,253,253,253,253,254,253,253,253,253,253,253,254,253,253,254,253,253,253,253,188,233,253,253,253,253,253,252,252,233,187,188,182,187,182,187,182,181,182,181,136,181,176,176,176,130,181,136,181,181,136,181,182,187,227,182,181,181,182,187,181,182,187,187,181,182,187,233,182,187,227,182,187,187,182,182,187,187,182,233,187,182,187,227,187,182,233,187,227,233,187,187,187,233,187,187,227,187,187,187,233,187,233,187,233,187,233,187,233,193,233,187,233,188,187,142,187,142,187,182,142,187,142,136,142,182,142,142,187,142,188,187,142,187,193,188,252,252,253,254,253,254,253,253,253,234,254,254,254,253,254,253,194,254,253,254,194,254,253,253,253,254,253,253,253,253,254,253,194,254,253,234,253,253,253,253,253,254,194,254,253,253,253,253,253,254,253,254,253,254,253,253,253,234,253,253,253,234,254,253,254,253,194,253,254,253,254,234,254,253,253,234,254,253,254,253,253,254,253,254,253,253,253,254,253,253,253,234]; +image[112]=[181,181,181,181,187,181,136,181,136,227,136,181,181,181,181,181,181,136,181,182,181,181,136,181,181,182,181,181,181,182,181,187,136,187,181,182,181,187,187,182,187,182,182,182,187,188,187,182,187,188,187,142,187,142,187,188,187,188,187,142,182,142,182,142,188,142,142,142,188,251,188,188,187,250,251,251,142,188,188,142,188,142,188,250,188,250,188,188,142,188,250,251,188,251,252,251,252,252,251,252,252,252,188,252,252,252,253,252,252,252,253,188,253,252,234,252,252,252,253,252,252,253,252,234,252,253,252,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,234,252,253,253,253,253,253,253,194,253,253,253,253,252,253,234,252,253,253,253,253,253,253,253,253,234,253,194,253,253,194,253,234,253,253,253,253,253,252,194,253,252,253,252,253,253,253,253,253,253,253,252,253,194,252,253,253,253,253,252,253,253,253,253,234,253,194,253,194,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,194,254,253,253,253,253,254,253,253,253,253,253,254,253,253,254,254,253,253,254,254,253,254,188,182,188,187,187,193,188,233,252,193,188,193,188,187,188,193,187,252,233,252,188,233,252,193,188,193,193,233,252,193,233,193,188,187,193,188,187,193,233,188,233,193,188,233,187,188,188,187,188,187,187,142,136,96,136,91,96,45,45,91,91,45,91,91,96,91,136,182,136,141,182,142,187,142,187,233,188,188,188,253,253,254,253,253,253,253,253,254,253,253,253,253,188,253,253,253,253,188,188,233,188,233,188,188,233,253,233,188,233,188,188,188,187,182,182,187,136,181,136,182,135,176,135,135,135,221,135,221,181,176,181,136,227,187,182,181,187,181,182,187,136,181,181,181,182,181,182,181,182,187,182,181,187,227,187,187,233,187,182,187,187,227,187,187,187,227,187,187,182,187,187,227,187,187,187,233,187,233,187,233,187,233,187,233,187,233,187,233,193,182,233,187,251,187,193,182,187,182,142,187,142,187,182,187,142,187,142,187,182,142,187,188,188,142,188,142,188,188,253,253,253,253,253,234,254,253,253,253,253,254,253,253,254,253,254,234,253,254,253,254,254,194,253,254,194,254,253,194,254,253,253,253,253,253,194,254,253,194,253,253,254,253,194,254,253,253,253,253,194,253,194,253,254,253,253,254,194,253,253,253,194,253,254,253,253,253,253,253,253,253,253,253,253,253,234,253,254,234,253,253,253,234,253,253,253,234,254,253,253]; +image[113]=[182,181,136,181,182,181,187,227,136,227,181,136,181,181,136,181,136,181,181,181,181,181,181,136,181,187,181,187,181,136,181,182,181,187,136,187,136,187,136,187,187,187,187,182,187,187,188,187,182,187,187,182,187,182,188,187,142,182,188,187,188,187,188,142,187,188,188,188,142,188,142,251,250,187,188,251,188,142,250,188,250,188,142,142,188,142,188,142,188,251,251,251,251,251,251,251,252,251,252,252,252,252,252,252,252,252,252,188,253,252,252,252,252,252,252,252,253,252,252,253,253,252,253,252,253,252,253,253,252,253,252,253,194,253,253,252,253,253,253,252,253,253,252,253,253,253,253,253,252,253,253,252,234,252,253,194,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,194,253,253,252,253,252,253,252,253,194,253,252,253,253,194,253,252,194,253,253,194,253,253,253,253,253,253,252,253,253,194,253,253,234,253,253,253,254,194,253,253,254,253,253,253,253,253,254,253,253,234,253,254,253,254,234,253,253,254,253,253,254,253,253,253,254,252,187,188,187,182,233,187,252,193,188,233,188,233,253,187,188,233,193,252,233,193,188,193,188,233,193,233,188,193,233,193,188,193,233,188,233,193,233,188,193,233,188,193,233,252,187,253,187,188,193,182,187,187,187,182,96,136,136,91,45,91,96,91,45,96,136,96,96,136,136,136,181,136,187,182,187,188,187,187,233,188,253,254,254,252,253,253,253,253,253,253,253,233,188,233,188,188,253,233,188,187,188,188,233,142,233,188,253,253,251,233,187,187,187,182,181,182,227,136,181,136,181,176,181,176,130,181,130,181,136,181,176,135,181,136,181,136,136,181,182,187,233,136,136,181,181,187,181,136,227,187,182,181,227,187,182,182,187,187,227,187,182,187,227,182,187,187,227,187,187,187,187,187,227,233,187,232,187,187,233,187,188,187,233,187,187,187,188,187,233,187,252,187,188,187,187,142,182,187,182,142,136,142,142,187,96,187,182,142,187,142,182,142,187,142,233,187,188,253,188,253,253,253,253,253,254,194,253,234,254,194,254,234,253,253,253,253,253,254,194,253,253,254,254,253,254,253,254,254,253,234,253,253,253,254,254,253,254,254,253,253,234,254,254,253,254,234,254,253,254,253,254,253,253,253,253,253,254,253,234,253,254,253,253,234,253,254,194,253,253,253,254,253,254,253,253,253,253,253,254,253,253,254,253,254,253,253,253,253,253]; +image[114]=[181,181,187,181,181,181,136,181,181,136,181,181,176,181,181,181,227,181,136,181,136,181,181,181,136,181,136,181,187,181,181,187,136,181,187,187,182,187,187,182,187,142,187,187,142,187,187,142,187,188,187,188,187,142,187,182,188,187,142,187,182,142,182,142,188,142,187,142,188,188,142,188,251,250,142,188,142,188,188,142,188,142,188,250,142,188,250,250,250,142,251,251,251,188,252,251,252,251,252,252,252,252,252,252,252,252,252,252,252,253,252,234,252,252,253,252,234,252,252,252,253,252,253,252,253,253,252,253,253,253,252,253,252,253,253,253,253,253,253,253,253,253,253,253,252,253,252,234,253,253,253,253,253,252,253,253,253,194,253,253,253,234,253,253,234,252,253,253,253,252,234,252,253,253,253,252,253,234,252,194,253,252,253,253,252,253,194,253,253,253,253,252,253,252,253,253,252,253,252,253,252,253,252,253,252,253,253,252,253,234,253,253,234,252,253,253,252,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253,254,253,254,253,254,194,254,254,253,253,253,188,187,188,187,252,233,193,233,253,193,193,188,187,233,193,188,187,193,188,233,188,233,193,188,253,233,252,233,251,233,193,233,193,253,188,233,252,233,252,233,193,233,188,193,233,188,233,188,187,188,187,182,187,187,182,142,136,96,136,91,91,90,91,96,136,136,182,136,136,181,136,187,136,187,182,187,182,188,187,182,188,253,253,188,253,253,253,253,188,253,252,188,188,233,188,233,188,188,187,188,187,188,187,187,187,188,233,253,252,187,182,182,187,187,136,181,136,181,227,136,135,130,181,181,136,135,227,135,176,181,181,181,135,176,181,181,181,136,227,188,187,182,227,136,181,182,181,182,181,182,181,136,136,227,187,182,233,182,187,182,187,187,182,187,187,227,187,182,227,187,227,187,181,187,187,227,187,187,233,193,233,187,187,233,187,233,187,233,188,233,187,187,233,182,187,187,182,187,182,96,187,187,136,142,187,142,187,142,182,142,187,188,182,193,142,193,188,187,253,252,253,253,253,253,254,254,253,253,254,253,254,253,254,254,253,254,253,254,254,253,234,253,253,234,253,234,253,253,253,253,254,194,254,253,234,253,253,253,234,253,253,253,234,253,253,253,253,253,254,234,253,253,254,194,254,253,253,253,254,253,234,253,254,253,194,254,253,254,234,253,194,253,253,254,194,254,253,194,253,194,254,253,194,253,254,194,254,194,254]; +image[115]=[136,181,182,181,136,227,181,227,181,136,227,181,136,227,136,181,181,136,181,181,227,136,181,227,181,182,181,136,181,136,187,181,227,136,187,181,136,187,182,187,182,187,182,187,182,187,182,187,182,187,182,187,182,187,182,142,187,142,182,142,187,188,187,182,142,188,142,188,142,251,188,251,188,251,188,251,188,142,188,250,188,250,188,249,188,142,188,142,188,188,251,251,251,251,251,252,251,252,251,252,188,252,252,188,252,252,252,252,252,252,252,252,252,194,252,252,252,253,252,253,252,253,252,253,252,194,253,252,252,253,253,253,253,252,234,252,253,252,194,253,252,253,252,253,253,253,253,252,194,253,194,252,253,234,252,253,253,253,252,253,252,253,253,252,253,253,253,194,253,253,253,252,234,253,194,253,252,253,253,252,253,194,252,253,253,253,253,252,194,252,253,253,253,252,234,252,253,253,252,253,253,194,253,253,253,253,194,253,253,252,253,252,253,253,253,253,194,253,253,253,253,253,194,253,253,194,253,254,194,253,254,253,253,253,254,253,253,253,254,253,253,254,253,254,253,254,253,234,254,253,188,250,187,188,233,187,252,188,252,233,188,233,188,193,188,187,252,187,188,193,193,187,188,233,193,187,188,193,188,193,188,188,188,193,233,188,193,188,252,233,188,188,193,233,187,188,193,188,187,233,193,233,187,251,187,187,187,136,136,96,136,96,136,91,91,96,142,136,187,136,136,136,136,187,136,187,182,187,187,182,187,182,233,188,182,188,233,188,252,233,188,233,233,188,187,188,187,188,187,182,187,233,188,233,182,187,187,188,233,188,142,187,181,187,187,187,182,181,136,227,181,176,135,136,227,181,136,187,181,227,136,222,181,181,135,176,181,176,181,182,233,187,182,181,182,181,182,181,136,181,182,181,182,181,227,187,136,227,187,181,187,227,187,181,182,187,227,187,187,187,187,187,227,181,227,187,187,233,187,233,187,233,187,233,187,187,187,187,187,187,233,187,188,187,187,187,182,142,187,136,182,187,187,136,187,182,142,182,187,187,182,142,187,188,187,188,187,252,188,253,188,253,253,254,234,253,253,254,253,253,253,254,253,234,253,254,234,253,234,254,253,254,253,254,253,253,253,234,253,253,253,253,254,253,253,253,234,254,253,254,253,254,253,253,254,194,253,254,253,253,253,254,253,253,253,234,253,254,253,253,253,253,253,253,254,253,253,253,253,253,253,254,253,234,253,253,253,254,253,254,253,253,254,253,254,253,253,253,254,253]; +image[116]=[136,181,181,227,181,187,136,181,182,181,181,136,181,181,136,181,181,181,136,181,181,181,181,136,181,181,187,181,182,181,136,187,181,187,182,187,187,182,187,182,187,182,187,182,187,142,187,182,187,142,187,142,188,187,188,187,182,188,187,142,187,142,187,250,142,188,142,188,142,188,142,188,142,188,193,250,188,188,142,188,142,188,142,188,142,250,188,250,250,188,251,251,188,251,251,252,251,252,251,252,252,188,252,252,252,252,252,252,252,252,252,252,252,188,252,252,252,252,253,252,194,252,253,252,253,188,253,253,194,252,234,252,253,253,252,253,253,253,188,253,253,253,253,234,252,253,253,253,253,188,253,253,253,253,253,252,234,252,194,253,253,253,253,194,253,253,252,253,253,252,253,253,252,253,253,253,253,253,253,253,253,253,253,252,253,252,253,253,253,253,252,253,253,252,253,252,194,253,252,194,252,253,252,253,194,253,252,253,253,253,194,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,254,253,194,253,254,253,194,254,253,254,253,254,253,254,253,188,187,188,187,188,233,193,188,193,188,193,188,193,233,193,188,233,188,187,188,233,252,233,188,193,233,193,233,187,233,193,187,252,193,187,233,193,188,187,193,233,188,233,193,233,187,188,187,188,182,252,187,233,142,187,251,187,142,136,136,91,136,96,136,136,136,91,187,142,181,187,181,136,187,187,187,182,187,187,187,182,187,187,187,188,188,233,188,188,187,251,187,187,188,187,182,187,187,182,187,182,187,182,187,188,187,188,187,182,187,182,182,182,187,182,136,227,182,181,136,181,176,187,182,181,182,181,182,181,187,181,130,175,175,182,227,136,181,136,233,182,181,136,181,182,181,227,136,181,136,181,182,136,187,181,182,181,182,136,227,187,182,187,181,187,181,182,227,182,181,187,181,187,187,227,187,233,187,182,233,187,187,187,233,187,233,187,233,187,187,187,187,182,187,142,187,136,187,187,187,142,187,187,182,136,187,142,182,142,182,187,182,142,188,187,251,193,188,252,253,253,253,253,253,254,194,254,234,254,253,194,253,254,253,253,254,253,253,253,253,254,253,253,254,254,253,253,253,194,254,253,234,253,254,253,253,253,253,254,253,253,254,253,253,254,253,194,254,253,253,254,194,254,253,253,253,194,254,194,254,253,253,253,234,253,253,254,253,234,253,254,253,253,254,234,253,253,253,234,253,253,234,253,253,234,254,253,253,253]; +image[117]=[181,182,141,182,181,181,182,181,181,182,181,182,181,227,136,181,136,181,181,136,181,136,181,187,181,136,181,181,182,181,187,136,187,136,181,136,187,136,187,187,182,142,187,187,182,187,142,187,142,187,182,187,182,187,142,187,182,142,182,188,182,142,182,187,182,188,142,188,188,142,188,251,188,142,188,188,142,188,188,250,188,250,188,142,188,142,188,142,251,142,188,251,251,251,188,251,252,251,252,252,252,252,188,252,234,252,252,252,252,252,252,252,253,252,253,252,252,252,252,253,188,252,253,252,253,253,252,253,252,253,252,253,252,253,253,252,253,253,253,253,252,253,252,252,253,253,252,253,253,253,194,253,252,194,253,253,253,253,253,253,253,252,253,253,252,253,234,252,253,194,253,253,252,234,252,194,252,194,252,253,252,252,194,253,253,194,252,253,252,253,194,253,252,194,253,253,252,253,253,188,253,253,253,253,252,253,253,234,253,253,253,253,194,253,234,252,253,253,252,234,253,253,253,253,253,194,253,253,253,253,254,253,254,253,254,253,253,254,253,234,253,253,254,253,254,253,254,253,254,253,252,193,188,187,188,187,187,188,187,188,193,233,188,187,188,188,187,252,233,188,233,193,251,233,193,233,188,188,193,253,188,193,233,233,188,193,252,233,193,252,233,188,188,188,188,233,188,233,253,187,188,187,187,188,187,187,187,187,136,187,187,182,182,136,96,136,96,136,142,182,136,187,136,187,181,136,187,187,182,187,182,187,187,182,187,187,188,187,182,187,182,187,182,187,187,188,188,182,187,182,187,187,187,182,187,182,187,182,187,182,182,187,181,182,187,233,141,182,181,182,181,136,181,181,187,181,136,181,187,136,182,227,135,181,130,135,227,181,135,181,182,181,176,181,136,181,136,181,227,227,136,181,227,227,182,181,136,181,187,187,181,227,187,227,187,182,187,181,181,187,182,227,187,187,181,187,187,233,187,187,187,187,233,187,187,233,187,233,187,187,233,182,187,187,187,182,187,187,182,187,136,187,182,187,142,136,187,136,187,142,187,142,182,187,142,187,188,187,188,253,188,253,253,253,253,253,254,253,253,253,254,254,194,253,254,194,253,254,254,194,253,254,194,253,253,253,253,254,254,253,254,253,254,253,253,254,194,254,253,194,254,194,253,253,254,253,254,253,254,194,253,254,253,253,253,253,254,253,253,253,253,194,254,253,253,234,253,253,253,253,194,253,254,253,253,253,234,254,253,253,254,253,253,254,253,253,194,253,254,253]; +image[118]=[181,182,181,187,136,181,187,136,181,136,181,136,181,136,181,181,181,181,136,181,181,181,181,136,181,181,182,181,136,181,182,181,187,187,187,182,187,187,182,187,187,182,187,182,187,182,187,182,187,188,187,142,187,182,187,142,187,188,187,142,187,188,142,142,250,142,188,142,188,251,188,142,188,251,251,188,251,142,188,142,188,142,188,188,142,188,250,188,251,251,251,188,251,252,251,251,188,251,251,188,252,252,252,252,252,252,188,253,252,252,252,188,253,252,252,234,252,252,252,253,253,252,253,252,252,253,252,253,252,253,252,253,253,194,253,252,234,252,253,253,252,253,253,253,253,253,234,253,253,253,253,234,252,253,234,252,253,253,252,234,252,253,253,194,253,252,253,252,253,253,252,253,253,252,253,253,253,253,252,194,253,253,252,253,253,253,253,253,194,252,253,253,253,252,252,253,252,234,252,253,253,194,252,253,253,253,252,252,253,252,234,252,253,252,253,253,234,252,253,252,253,194,253,253,253,253,253,194,253,253,194,253,253,253,253,234,253,253,253,254,253,254,253,253,254,253,254,253,254,254,253,188,187,188,187,182,193,188,193,188,252,252,193,188,187,252,193,188,187,252,188,187,188,188,193,188,193,233,253,233,252,233,252,193,233,193,233,252,233,252,193,233,193,187,187,193,188,187,193,233,188,233,193,187,182,187,187,187,187,187,182,187,142,182,136,136,182,136,187,136,187,136,181,136,187,187,187,182,187,187,187,182,187,187,182,187,187,182,187,187,187,187,187,182,187,187,187,182,187,136,187,182,187,187,187,182,187,187,182,187,187,182,187,182,187,182,182,187,182,181,182,181,136,176,136,227,182,135,181,187,182,182,130,221,135,176,182,227,130,227,136,181,136,181,176,187,227,136,136,227,136,182,136,181,136,181,181,181,136,227,136,187,187,182,181,187,181,136,227,187,187,233,187,181,187,227,187,227,227,187,227,187,187,227,187,233,187,187,233,187,187,187,182,187,182,233,187,188,187,187,187,187,136,187,136,187,142,187,182,187,142,187,142,182,188,187,251,188,188,193,188,253,253,254,253,253,254,253,254,253,253,254,254,253,254,253,254,194,254,254,253,254,254,234,253,253,253,194,254,234,253,253,254,194,254,253,254,253,254,253,254,253,234,253,254,253,254,253,253,254,253,254,253,254,253,253,234,253,254,234,253,253,254,253,254,253,253,194,254,254,253,253,234,253,253,253,253,253,253,254,194,253,253,253,254,253,254,253,254,253]; +image[119]=[187,181,136,181,182,181,227,181,182,187,181,182,181,181,181,136,181,181,227,136,181,182,181,181,136,181,181,136,181,187,181,136,136,181,136,187,136,187,136,187,182,187,142,187,182,187,142,187,182,182,187,182,187,142,182,187,142,182,142,182,142,187,182,142,182,188,142,188,142,142,251,188,251,188,142,188,251,188,188,188,250,188,250,250,188,142,188,142,188,142,251,187,251,251,251,252,251,252,251,252,188,252,252,252,252,252,252,252,234,188,194,252,252,252,252,252,252,252,253,252,252,253,252,253,252,253,252,253,253,252,253,252,252,253,252,252,253,252,194,253,253,253,253,252,253,252,252,234,252,253,252,253,253,253,252,253,194,253,253,253,194,253,253,252,253,253,252,234,252,253,194,253,253,253,253,252,234,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,194,253,253,252,253,252,253,252,253,252,234,253,253,253,194,253,252,253,253,253,253,253,252,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,194,254,253,253,254,253,254,253,253,253,234,254,253,253,254,253,253,253,253,188,188,187,233,187,188,252,187,188,187,188,188,252,252,187,188,193,251,187,188,253,187,188,233,193,233,193,188,193,253,253,233,253,253,193,252,193,233,252,187,188,187,188,187,233,187,188,187,193,188,233,252,233,193,188,187,142,182,187,187,187,187,142,187,96,136,96,187,136,187,136,187,136,181,136,181,182,187,182,187,182,187,182,187,182,187,187,182,182,187,182,187,182,187,182,187,187,187,136,187,187,136,182,181,187,182,187,181,182,181,136,227,187,182,187,187,136,187,182,136,227,181,181,136,187,181,182,181,182,187,227,135,176,135,135,187,182,90,233,182,130,176,181,135,227,136,181,136,227,187,182,176,181,176,176,181,136,181,181,181,181,187,187,182,227,182,181,181,227,187,187,182,227,181,187,187,187,227,187,227,187,232,187,187,233,187,233,187,187,227,187,227,187,187,187,182,187,182,187,136,187,187,136,187,182,187,136,187,182,142,182,187,187,142,187,188,187,188,188,253,188,253,253,253,253,253,254,253,254,253,234,253,253,234,254,253,253,253,253,234,253,253,253,194,253,254,253,253,253,234,254,253,254,253,254,253,234,253,253,253,254,254,194,253,253,194,254,254,253,253,253,254,194,254,253,253,253,253,253,254,194,253,253,253,254,254,253,253,253,253,254,253,194,254,253,254,234,253,253,253,254,194,254,253,253,194,254,253,194]; +image[120]=[181,182,181,187,181,136,187,181,181,136,181,136,181,182,181,181,176,181,136,181,181,136,227,181,187,136,187,181,136,136,187,187,187,136,187,187,136,187,187,136,187,182,187,182,187,182,187,187,142,182,142,187,142,187,188,182,187,142,187,188,187,142,188,142,142,142,188,142,188,188,251,142,188,188,251,251,142,188,142,188,188,142,188,188,142,188,188,250,188,188,251,251,188,251,251,251,252,252,188,252,252,252,252,252,194,252,252,252,252,253,253,252,253,252,253,252,194,253,253,252,234,252,252,253,253,252,234,252,253,252,234,252,253,252,253,253,252,253,252,253,252,253,253,253,253,253,253,253,252,253,253,194,253,253,253,253,252,253,252,253,253,252,253,253,194,253,253,252,253,253,253,252,253,234,252,253,252,253,234,252,253,194,253,253,194,253,252,253,253,253,253,194,253,252,253,194,252,253,253,194,252,253,253,252,252,194,253,253,253,253,253,234,252,253,194,253,253,253,253,252,253,253,253,253,253,253,253,254,253,253,254,253,253,253,253,253,194,253,234,253,254,253,253,254,253,194,254,253,254,253,253,188,187,188,187,188,233,193,251,188,142,188,142,187,188,142,188,187,188,193,188,187,252,193,188,188,233,252,233,188,233,193,188,233,193,233,253,233,193,233,193,233,253,253,193,252,193,233,188,233,193,187,193,188,233,187,188,187,187,142,182,187,188,187,182,187,136,136,136,187,136,227,181,182,181,187,187,136,187,187,187,187,136,187,187,187,182,187,187,187,187,182,187,233,187,182,187,233,187,233,182,187,187,181,182,187,181,182,187,182,181,187,136,187,182,182,187,182,187,182,181,182,136,181,227,136,227,136,181,182,187,136,135,181,176,181,182,227,130,187,233,130,181,176,136,227,136,181,182,136,233,187,182,176,135,182,227,130,181,136,182,233,182,187,182,181,181,182,181,182,187,227,182,181,187,181,181,227,141,227,187,181,232,187,227,187,187,187,182,187,187,187,227,187,227,187,187,181,187,181,187,136,187,187,182,187,136,187,187,187,182,187,142,182,188,187,251,193,188,233,252,253,253,253,253,254,253,253,253,254,253,254,253,254,253,253,234,254,254,253,254,253,253,253,254,253,254,253,254,253,253,254,234,253,253,234,253,254,253,234,253,253,254,254,253,254,253,253,194,254,253,194,254,253,253,254,253,254,253,253,253,254,253,234,253,253,253,234,253,254,253,253,253,254,253,194,253,254,253,234,253,254,253,253,254,254,253,253,254,254]; +image[121]=[187,181,182,181,182,181,136,181,182,181,187,136,181,181,136,181,181,181,136,227,181,136,181,136,181,181,136,187,181,136,181,136,187,181,187,136,187,182,142,187,182,187,142,182,187,142,182,142,187,187,182,187,182,142,187,142,188,187,182,142,182,142,187,182,142,188,142,188,142,142,188,188,251,188,188,188,188,251,251,188,251,188,142,188,250,250,250,250,142,250,251,251,251,251,252,252,252,252,252,253,252,234,253,253,253,253,253,253,253,252,234,253,194,253,253,253,252,234,253,253,253,253,253,252,253,253,252,253,253,252,253,253,253,253,252,253,253,252,253,194,252,234,253,252,194,253,252,253,234,253,253,188,194,253,252,234,253,234,253,252,234,253,253,253,252,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,252,253,253,253,253,253,253,253,252,253,253,252,253,253,253,253,252,234,253,252,252,253,253,253,253,252,252,234,253,253,234,253,194,253,253,194,253,253,194,253,253,253,194,254,253,254,253,254,253,253,253,254,253,234,253,254,253,253,253,253,193,188,188,193,233,187,251,233,193,187,188,187,188,142,142,142,142,142,188,142,188,188,187,188,187,251,187,188,193,193,233,253,233,188,252,252,233,252,252,233,188,193,233,252,233,252,233,193,193,233,252,253,187,193,252,233,193,188,233,187,188,187,187,187,187,187,96,187,136,187,141,182,141,187,136,181,187,181,227,136,182,187,187,136,227,187,182,187,182,182,187,182,182,187,182,187,142,182,188,187,182,233,182,187,181,187,233,136,187,187,182,181,136,227,187,187,182,187,182,182,187,227,136,136,227,181,182,187,136,136,182,227,130,181,130,181,142,187,136,182,187,176,135,181,181,227,182,135,227,136,182,233,187,136,176,181,182,136,181,136,187,227,187,136,187,227,136,181,181,181,227,187,187,227,181,227,181,187,187,181,187,181,187,227,187,187,187,233,187,233,227,187,187,187,187,227,187,182,187,187,187,187,187,136,187,187,187,142,187,182,187,142,182,187,142,187,142,187,251,252,188,188,253,253,253,253,253,254,253,253,253,254,194,253,253,254,253,234,253,254,194,253,254,253,234,253,234,254,253,254,253,253,253,254,254,253,253,253,254,253,254,253,253,253,254,253,254,253,254,253,254,253,253,254,194,253,253,234,254,253,234,253,253,253,254,253,253,253,253,194,254,253,253,253,254,253,254,253,253,254,253,254,194,253,253,253,254,253,253,253]; +image[122]=[181,182,181,187,181,187,182,181,187,136,181,227,136,181,136,181,136,181,181,181,136,187,181,182,187,136,181,182,181,182,181,136,187,136,187,136,187,136,187,182,142,182,187,182,187,187,187,182,187,142,187,142,187,182,188,182,142,142,187,188,187,142,188,142,182,249,250,250,188,188,250,188,142,188,188,251,188,251,188,250,250,188,251,188,250,251,188,251,188,251,188,252,252,252,252,252,252,253,253,194,253,252,253,194,253,234,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,194,253,253,194,253,253,253,252,253,253,253,253,253,253,188,253,253,252,253,253,253,253,194,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,234,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,252,253,253,194,253,253,252,234,253,253,253,252,253,252,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,234,253,253,253,194,253,194,254,253,253,254,253,254,253,253,188,188,187,187,188,233,251,188,188,187,142,142,187,142,182,142,187,188,187,188,187,250,142,188,142,188,187,251,187,188,187,251,193,233,188,193,233,193,233,193,252,233,252,193,233,193,188,252,233,252,233,193,233,188,187,233,193,233,193,233,187,188,233,188,187,187,187,182,187,187,136,187,187,136,187,181,187,136,187,181,187,136,187,187,187,187,227,182,187,182,187,187,182,187,182,233,187,182,187,188,187,188,187,182,181,136,187,182,182,187,182,181,181,136,182,187,187,233,136,136,187,182,136,181,181,182,182,181,227,136,233,187,130,181,136,227,182,182,136,187,182,135,176,181,136,187,227,135,136,187,187,188,187,181,136,181,176,136,181,181,182,187,227,181,181,182,187,227,136,135,136,227,181,187,181,136,227,187,227,181,227,187,181,187,227,187,187,227,187,187,187,227,187,227,187,187,187,187,227,182,187,182,187,187,187,141,182,187,182,187,182,187,142,182,182,188,187,188,187,188,252,252,253,253,253,253,253,253,254,253,234,253,254,254,253,254,253,254,253,253,253,253,234,253,254,253,253,253,194,254,253,254,194,253,253,254,254,194,253,253,254,194,254,234,253,253,254,253,253,194,254,253,253,254,253,254,253,253,253,253,254,253,253,194,253,254,253,254,253,253,234,253,254,253,253,253,253,194,254,253,234,253,254,254,194,253,253,194,254,254]; +image[123]=[182,181,182,136,187,136,187,136,181,181,181,182,181,182,181,136,181,136,187,181,181,136,181,136,181,182,181,136,181,136,187,181,136,187,182,187,187,136,187,182,187,142,187,142,182,142,250,187,251,182,188,233,142,188,187,188,187,188,188,142,250,182,188,142,188,142,182,142,142,251,142,251,188,251,251,251,142,251,251,188,188,251,188,251,252,251,251,252,252,252,252,252,252,253,253,253,253,253,253,253,253,254,253,253,253,253,253,254,253,254,253,253,253,194,254,253,254,253,253,254,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,234,252,253,253,253,253,253,234,253,253,234,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,234,253,253,253,253,253,253,254,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,252,253,253,253,253,253,253,194,253,253,252,253,253,194,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,194,253,253,253,254,253,254,253,254,253,253,253,234,253,253,234,254,253,253,188,188,187,188,233,193,187,251,187,188,142,182,142,142,142,188,142,188,142,188,142,187,142,187,188,193,188,187,142,187,142,187,188,187,188,187,188,193,188,187,188,187,188,193,233,193,233,193,252,233,252,233,193,252,233,252,233,252,193,188,233,193,187,233,187,187,187,187,187,187,187,227,187,187,182,187,187,136,187,182,181,182,187,182,187,187,187,187,187,228,187,187,187,187,182,233,187,182,182,233,187,188,187,187,182,181,227,187,182,187,187,182,181,227,136,182,193,187,136,182,233,182,136,181,181,181,136,187,136,187,182,136,181,136,182,187,233,131,233,182,181,136,227,136,182,182,136,181,182,233,182,233,136,181,181,182,181,136,181,187,182,187,136,181,181,227,182,181,181,181,187,182,187,227,182,181,187,182,181,187,227,187,181,181,187,232,187,227,227,187,187,227,187,181,181,227,187,141,187,187,187,187,187,182,187,187,187,187,142,187,182,187,187,187,142,182,187,188,187,253,252,253,253,253,254,253,254,253,254,253,253,234,254,194,253,254,253,253,234,253,254,253,254,253,254,254,253,254,234,253,253,254,254,194,253,253,254,253,234,253,253,253,253,253,254,194,254,253,254,253,254,253,253,254,253,194,253,253,253,194,254,254,253,254,194,253,253,253,254,253,194,253,254,194,253,254,254,253,254,253,253,253,253,254,234,254,254,253,253]; +image[124]=[187,136,181,181,182,181,181,182,187,136,187,181,136,181,136,181,181,181,136,181,181,182,181,181,182,181,136,187,141,182,136,187,182,142,187,142,182,142,187,142,182,188,188,188,233,188,188,233,251,193,188,188,193,188,193,188,252,251,188,252,193,188,188,188,188,250,250,188,142,188,251,251,251,188,251,188,251,252,251,252,252,252,252,252,252,253,252,252,253,253,253,253,253,253,253,253,253,253,253,254,253,234,254,253,254,254,253,234,254,254,234,254,254,253,254,234,254,253,254,234,253,254,253,253,253,253,253,253,253,194,253,194,253,253,234,253,253,194,253,253,194,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,253,254,253,234,253,253,253,234,253,253,194,253,253,234,253,253,234,253,254,253,253,253,253,194,253,253,253,234,253,253,194,254,253,194,254,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,252,253,253,194,253,253,253,253,253,253,234,252,253,253,194,254,253,253,254,253,234,253,253,253,253,253,194,253,234,253,253,234,253,253,253,253,253,253,253,253,252,188,188,187,193,188,233,252,188,193,182,142,142,188,182,142,182,142,188,142,187,188,142,188,187,251,142,142,187,142,187,142,182,193,187,193,188,187,233,188,193,233,193,233,252,188,193,233,188,193,233,193,188,193,233,193,252,193,233,193,233,188,233,188,233,188,233,233,233,187,187,182,187,187,187,136,187,187,187,182,181,182,181,187,182,187,182,187,182,187,187,233,182,187,182,187,188,187,233,187,182,187,233,187,182,187,136,187,187,182,181,182,187,136,181,136,187,182,187,187,227,136,227,181,182,182,181,227,181,227,187,181,176,181,181,182,187,188,136,252,182,136,182,181,182,187,227,136,136,233,188,187,227,136,227,136,227,182,227,176,187,182,187,227,136,181,187,136,181,176,181,227,182,187,187,136,227,182,181,181,227,181,187,181,227,187,227,187,181,187,187,187,187,181,187,187,187,227,187,187,187,182,187,187,187,187,182,187,136,187,136,187,142,182,187,182,187,142,193,188,253,233,253,253,253,234,253,253,253,254,253,254,253,253,254,253,254,253,253,253,253,194,254,253,253,194,254,253,253,254,254,234,253,254,254,253,234,253,253,254,253,254,253,194,254,253,253,254,234,253,253,194,254,253,194,254,254,253,254,254,253,253,253,253,253,254,253,254,253,253,254,253,253,254,254,253,253,234,253,253,254,234,254,253,253,253,253,253,194,254]; +image[125]=[182,181,187,136,181,182,181,136,181,181,136,181,182,181,176,181,136,181,181,181,136,181,136,141,136,187,136,181,136,187,187,142,187,188,188,188,252,188,188,252,252,233,252,252,252,253,252,252,253,252,253,253,253,253,252,253,253,193,253,252,253,252,252,251,188,188,188,251,188,142,251,251,252,251,252,252,252,252,252,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,254,234,253,253,254,253,234,254,194,254,254,254,254,253,254,254,234,254,253,254,194,253,254,253,254,194,253,254,253,253,234,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,254,253,254,234,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,254,194,253,253,253,194,253,253,253,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,252,234,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,234,253,253,253,253,253,254,253,253,253,194,254,253,253,253,253,253,188,249,187,188,233,188,193,187,188,193,252,188,187,250,187,142,142,182,142,142,142,187,142,142,142,187,96,142,188,142,187,188,188,187,188,233,252,233,193,233,233,252,252,233,193,233,252,233,193,188,253,252,233,193,188,233,193,233,188,193,233,193,188,193,252,187,188,187,188,233,233,187,187,227,187,182,187,227,187,187,187,136,187,181,187,187,187,187,187,182,233,187,187,187,187,187,182,187,182,233,187,188,187,233,187,233,181,227,187,187,187,182,187,227,136,181,182,187,182,187,187,136,227,136,181,182,187,136,181,136,187,136,227,136,181,182,187,182,182,193,187,182,181,182,227,182,187,227,181,136,182,187,187,136,181,136,187,182,227,135,136,233,182,187,182,187,187,182,227,136,181,187,182,233,187,182,182,227,136,181,182,227,227,181,181,181,227,187,187,227,187,227,187,187,227,181,181,187,227,187,187,187,187,182,233,187,187,187,182,187,187,187,182,187,142,187,188,187,187,188,252,253,234,253,253,253,254,253,254,253,254,253,253,254,194,254,253,253,194,253,254,254,253,234,253,254,253,254,253,253,253,253,253,234,253,254,253,254,253,253,194,253,254,253,234,254,253,253,254,253,254,254,253,254,253,253,254,194,253,254,253,254,194,254,253,194,253,253,253,253,254,253,253,234,254,253,254,253,254,253,253,253,254,194,254,254,234,254,253,253]; +image[126]=[181,136,181,227,136,181,187,181,182,181,182,181,136,181,136,181,181,136,181,136,187,136,187,182,181,187,182,187,142,182,142,188,188,252,252,253,252,253,253,188,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,252,252,252,252,252,252,188,252,253,252,252,253,253,253,253,253,253,253,253,254,253,253,253,254,253,254,254,253,254,253,254,253,254,254,253,254,253,254,254,254,253,254,194,254,254,253,254,253,254,254,254,254,254,254,253,254,254,234,253,254,253,253,254,234,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,234,253,253,253,254,253,194,254,253,253,194,253,253,234,253,253,234,253,254,194,254,253,194,254,253,254,234,253,254,253,253,253,194,253,254,253,253,253,253,194,254,253,194,253,253,194,253,253,234,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,254,253,234,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,254,253,253,253,194,254,253,253,253,188,248,188,233,188,253,233,188,187,142,187,142,188,142,188,142,182,142,182,142,142,142,142,142,96,142,136,187,187,233,251,233,252,233,193,188,193,188,233,252,193,233,193,188,193,252,193,253,233,193,233,193,253,233,252,233,188,193,233,252,233,193,233,233,252,233,193,233,193,188,193,188,187,187,187,227,187,187,182,187,187,187,181,187,181,182,187,233,187,187,233,182,187,187,233,182,187,233,187,188,233,187,233,188,187,188,187,182,182,187,182,136,227,187,136,135,227,187,187,182,227,136,181,227,136,227,181,136,181,227,181,181,181,181,182,187,187,188,182,233,182,182,136,182,181,187,187,136,176,181,182,187,181,136,227,181,187,182,187,130,136,233,187,182,187,233,182,187,182,227,136,187,233,136,233,181,136,227,136,227,187,182,135,181,182,187,181,187,181,187,227,187,227,187,181,187,187,187,187,187,233,187,233,187,187,182,187,187,187,142,182,187,182,187,188,187,182,251,193,188,193,252,253,253,254,253,253,254,253,253,194,254,234,253,253,253,252,254,254,253,253,253,254,254,253,254,234,253,194,254,254,253,253,254,253,253,254,253,194,254,254,253,253,253,253,253,254,253,253,194,253,253,253,254,253,253,253,254,253,194,254,253,254,253,254,253,254,253,194,254,253,194,254,253,253,194,254,253,194,254,253,253,254,253,253,253,253,254,253,253]; +image[127]=[182,181,136,187,181,136,181,136,187,181,136,181,181,181,136,181,136,181,136,181,136,187,182,142,187,142,182,187,188,233,188,253,253,254,253,253,253,253,253,253,253,253,253,254,253,254,253,254,254,254,253,254,254,253,254,254,253,254,254,254,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,254,253,253,254,254,254,253,254,253,254,253,254,194,253,254,194,254,194,253,254,253,254,254,234,254,254,254,194,254,254,194,254,253,254,194,253,234,254,253,253,254,253,254,194,253,253,253,254,253,254,253,254,253,253,254,194,253,253,194,253,253,253,253,194,254,234,254,253,253,253,254,254,194,254,253,254,253,234,254,253,254,253,253,254,253,253,254,253,254,253,254,253,234,254,253,253,253,234,253,254,253,254,194,253,253,194,253,254,253,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,194,253,254,253,253,253,253,253,253,194,253,234,254,194,253,253,254,253,253,254,253,254,194,253,253,253,254,253,253,234,253,253,253,250,182,142,193,233,188,252,193,188,188,187,142,142,182,142,142,142,142,248,136,248,136,96,91,142,187,252,142,188,187,193,187,233,142,233,193,233,193,252,233,252,233,253,233,253,233,193,233,252,233,253,188,193,252,233,193,233,188,193,233,253,188,252,193,233,193,188,193,233,187,188,233,233,187,187,187,227,187,187,227,187,187,182,187,227,187,187,187,233,187,233,187,233,187,187,233,187,182,187,187,187,233,187,233,187,233,187,187,187,233,187,181,182,233,136,136,181,182,227,187,187,136,136,181,182,187,182,181,181,136,187,136,176,181,181,136,187,187,182,187,187,187,181,136,182,182,182,181,136,181,182,227,176,135,136,187,136,187,187,136,227,187,182,227,188,187,182,227,136,187,136,233,187,182,187,227,136,233,136,187,182,187,176,181,227,187,136,233,181,181,187,136,187,181,227,187,182,233,182,187,182,233,188,233,187,187,187,182,187,187,187,188,187,142,182,187,142,187,188,188,252,253,253,253,253,254,194,253,254,254,254,253,253,254,253,234,254,253,254,194,254,253,194,254,253,253,253,254,254,253,253,254,253,253,254,234,253,254,253,253,234,254,253,253,254,194,254,253,254,253,254,254,194,253,254,254,253,253,254,253,254,253,253,234,253,254,253,254,253,253,254,253,253,253,254,253,234,254,254,194,253,234,253,254,254,194,253,234,254,194]; +image[128]=[136,181,181,136,181,136,187,181,136,181,181,182,181,136,187,136,187,181,187,182,187,187,188,188,188,251,252,251,252,253,253,253,253,254,254,254,254,254,254,254,254,253,254,253,254,254,253,254,253,254,254,253,254,234,253,254,234,253,253,254,253,254,254,254,253,254,253,253,253,253,253,253,253,254,253,253,253,254,253,254,254,253,254,254,254,253,194,254,253,194,254,254,194,254,254,253,254,253,254,254,234,254,254,194,254,254,254,254,254,254,234,254,254,254,234,254,254,254,254,254,194,254,253,194,254,254,254,253,253,194,253,253,253,253,254,253,253,254,253,254,253,253,194,254,253,253,253,253,253,194,254,253,194,254,253,253,234,253,253,253,254,234,253,253,253,194,254,253,194,254,234,253,254,253,254,253,254,254,253,253,253,194,253,253,253,254,253,254,253,253,253,234,253,253,253,253,253,253,194,253,253,194,253,253,253,194,253,253,253,253,234,252,253,253,253,253,253,253,253,253,253,254,253,253,254,253,254,253,253,254,253,234,253,194,254,253,194,253,254,253,254,234,253,253,253,253,253,254,253,253,188,248,182,188,193,233,252,233,188,251,142,142,187,142,142,182,96,91,96,246,96,246,96,142,182,142,142,187,187,188,187,252,233,193,233,193,233,253,193,253,193,233,253,193,253,253,253,193,253,233,193,233,253,193,188,252,233,193,188,233,193,233,188,253,252,233,233,252,187,193,233,193,188,187,187,187,187,181,187,187,187,227,187,181,187,227,187,233,187,187,233,187,187,182,187,187,187,187,227,187,187,187,233,187,187,233,187,233,187,182,187,181,136,233,182,181,136,181,136,227,187,227,130,135,227,227,187,136,176,181,181,227,135,130,227,182,187,182,187,227,182,136,227,182,227,187,182,227,187,136,187,182,135,135,181,227,182,187,227,136,182,142,187,182,187,182,187,136,227,181,227,187,227,227,187,187,135,187,227,187,182,227,181,136,227,187,187,187,187,227,187,227,187,182,181,182,233,187,233,187,193,233,187,187,188,187,187,187,182,193,187,187,182,187,142,187,188,187,252,233,252,188,253,253,253,253,254,253,253,253,254,253,254,234,252,253,253,253,254,254,254,253,253,254,194,254,253,234,253,254,234,253,194,254,253,253,254,253,253,253,253,253,194,254,253,253,253,253,254,253,253,253,254,253,194,253,254,253,253,234,253,234,253,254,253,253,253,253,254,253,194,254,254,194,253,253,253,253,254,253,254,253,253,194,254,254,253,253,254,253]; +image[129]=[182,187,136,187,181,136,187,136,187,136,181,136,187,187,182,187,182,187,142,187,188,188,193,188,193,253,253,253,253,253,254,254,254,254,253,254,253,254,253,253,254,234,253,254,253,254,254,253,254,254,253,254,254,253,254,253,254,254,253,254,254,253,254,253,254,253,253,254,253,253,234,253,254,253,254,234,253,254,234,254,234,254,253,234,254,254,254,234,254,254,253,254,254,253,254,254,253,234,254,253,254,253,254,254,254,253,254,234,253,254,254,253,254,254,254,254,254,194,254,254,254,254,254,253,254,253,194,254,254,254,254,234,253,254,194,253,253,253,253,253,254,253,254,253,253,254,253,254,254,254,253,254,253,253,254,254,253,254,194,253,253,253,254,253,254,253,234,253,254,253,254,194,253,254,194,254,254,194,254,254,254,253,254,253,253,234,253,253,194,253,253,253,194,253,254,194,253,253,253,253,254,253,234,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,194,253,234,253,194,253,253,254,253,253,254,253,254,254,253,254,253,254,254,253,234,254,253,253,253,254,253,254,194,253,253,252,188,142,142,193,233,188,193,188,193,187,188,250,187,142,96,245,243,96,91,96,91,91,182,142,142,142,188,233,251,233,187,188,233,188,233,188,193,233,253,233,252,253,193,233,193,233,233,193,233,252,253,252,233,193,233,193,252,233,193,252,233,193,187,233,188,193,233,193,188,233,188,187,233,187,187,187,182,187,182,187,187,187,187,187,181,187,187,233,187,182,187,187,233,187,227,187,182,187,187,187,227,187,187,233,187,187,182,187,227,187,187,136,181,187,182,181,182,227,181,136,181,187,130,135,181,187,136,227,136,135,130,176,135,135,135,187,227,187,182,227,182,176,136,187,182,182,135,182,182,182,187,182,135,176,135,182,187,188,187,181,182,233,182,187,182,187,227,181,182,182,182,187,182,187,182,227,182,227,187,187,187,187,136,227,187,182,187,227,182,187,188,187,227,187,187,188,187,182,187,228,187,188,233,187,233,187,233,187,187,182,233,142,187,187,182,187,188,187,188,193,188,253,188,253,253,254,253,253,254,234,253,253,253,253,254,254,234,253,253,234,254,234,253,253,254,253,254,253,254,253,253,254,254,253,253,254,253,234,254,253,254,254,253,253,254,253,234,254,194,253,254,234,253,254,253,254,194,253,254,253,254,253,253,253,254,194,254,234,253,254,253,234,254,253,254,253,234,254,253,254,253,254,253,254,253,254,194,253,253,254]; +image[130]=[182,187,182,187,136,187,182,182,187,182,187,142,182,188,188,188,188,188,188,252,252,253,253,253,253,253,253,254,253,254,253,254,253,254,254,254,254,254,234,254,254,254,254,254,253,254,254,254,253,234,254,253,234,254,253,254,253,194,254,234,254,253,234,254,254,194,254,254,254,253,254,253,254,234,254,254,254,254,253,254,254,254,254,254,253,254,254,254,254,234,254,253,234,254,253,234,254,253,194,254,254,254,234,254,254,254,254,254,254,254,254,254,234,254,253,254,254,254,234,254,234,253,254,254,253,254,253,254,253,253,253,254,253,254,253,254,234,254,194,253,253,253,253,194,254,253,194,253,253,234,253,253,254,234,253,254,253,254,254,254,254,194,254,234,253,253,253,253,254,253,254,254,234,254,253,254,253,254,234,253,253,234,253,253,253,253,253,253,253,254,253,253,253,253,253,254,234,253,254,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,254,253,254,253,253,254,254,234,253,253,234,253,254,253,194,254,253,234,253,253,254,253,253,254,253,194,254,234,253,254,253,253,254,253,188,182,142,187,188,233,193,188,233,252,187,250,142,142,96,96,96,246,96,91,96,142,142,182,187,188,193,142,193,188,193,233,193,188,233,193,233,188,193,233,193,233,252,253,188,193,253,252,253,233,253,233,252,253,233,252,233,193,233,188,193,188,233,193,233,252,193,233,193,193,233,142,187,233,187,187,187,187,227,187,227,187,227,187,227,182,187,187,187,233,233,187,187,187,233,187,233,187,227,187,187,187,187,233,233,233,187,187,187,233,187,187,181,136,227,136,181,135,176,135,181,222,135,176,135,227,136,181,227,136,136,175,176,176,176,187,182,181,136,181,187,136,130,233,187,187,136,136,232,182,187,136,176,135,181,182,227,182,187,182,233,142,182,182,233,182,187,182,187,187,233,188,187,181,187,181,187,182,227,187,182,187,187,182,187,233,182,181,182,187,233,187,182,181,227,187,182,233,187,233,187,187,187,233,187,187,188,187,188,187,187,142,187,188,187,142,187,188,188,193,188,253,253,253,253,253,254,253,254,253,254,253,253,253,253,254,253,254,253,253,253,254,254,253,234,253,253,253,194,254,253,253,254,234,253,194,253,253,254,253,253,253,253,194,253,253,253,253,254,253,253,254,253,234,253,253,254,253,253,253,254,253,254,194,254,253,253,253,253,254,253,253,253,253,194,254,253,253,194,254,253,194,254,253,253,254,254,254,194,254]; +image[131]=[188,188,187,188,187,188,187,188,188,188,182,188,188,252,252,252,253,253,253,253,253,253,253,254,254,253,254,254,254,254,254,254,234,253,254,234,254,254,254,254,254,253,254,234,254,253,234,254,254,254,254,254,254,194,254,234,254,254,254,253,254,254,254,254,254,254,253,254,253,254,254,194,254,253,254,253,254,254,254,254,194,254,254,194,254,254,253,254,253,254,254,254,254,254,254,254,254,254,254,194,253,254,253,254,254,194,254,253,254,194,253,254,254,194,254,234,253,254,254,253,254,254,234,254,254,253,234,254,194,253,254,194,253,254,253,253,254,253,254,254,194,253,254,253,253,254,254,253,254,253,234,254,253,254,194,253,254,253,253,234,253,253,253,253,253,254,253,253,234,253,253,253,253,253,254,234,254,253,254,253,254,253,254,194,253,254,253,234,253,253,253,254,253,253,253,253,253,253,194,253,253,253,194,254,194,253,253,253,253,234,253,194,253,254,253,194,253,253,253,253,253,253,253,253,254,253,254,194,253,254,253,254,253,254,254,234,253,254,194,253,254,254,253,253,254,253,254,253,253,253,253,142,188,187,193,233,188,193,188,193,188,187,142,96,142,246,136,247,182,142,182,96,142,142,142,188,187,188,233,188,187,188,233,193,233,252,187,233,188,233,188,193,233,233,253,233,193,233,188,193,233,188,193,233,252,193,188,188,193,233,233,193,188,187,187,188,187,252,233,188,193,233,188,187,233,233,187,227,187,187,187,227,187,187,187,227,233,187,233,187,187,227,187,233,187,187,227,187,187,187,227,181,227,187,188,233,233,233,187,187,233,187,182,181,227,181,176,175,181,175,130,221,176,175,176,227,135,176,227,136,227,130,221,130,130,182,227,182,136,227,187,176,135,136,182,227,227,136,182,187,227,136,227,136,182,233,136,187,188,187,182,187,182,182,188,187,182,187,182,188,233,187,182,227,136,187,227,187,187,187,187,233,254,233,182,187,187,182,187,227,182,187,182,181,187,187,233,188,187,188,187,233,182,187,182,187,187,188,187,193,182,187,182,187,188,187,142,187,187,188,188,188,188,253,253,253,253,253,253,254,194,253,254,194,254,253,254,253,254,254,253,253,253,254,253,254,234,254,253,254,194,254,253,253,253,254,254,194,253,254,194,253,254,253,254,253,254,253,253,194,254,253,253,253,254,253,254,194,254,253,234,254,253,254,253,253,254,254,194,253,253,234,253,254,254,253,254,253,254,253,254,253,254,194,254,253,253,253,253,253]; +image[132]=[253,252,188,188,188,188,252,188,188,193,253,253,253,253,254,253,253,253,253,253,254,254,253,253,254,254,253,254,253,254,254,254,254,254,254,253,254,254,194,254,254,194,254,254,254,254,254,253,254,254,253,254,254,254,254,253,254,253,254,194,254,254,253,234,253,254,234,254,194,254,254,254,254,254,194,254,194,254,254,254,254,254,254,254,254,234,254,254,254,194,254,253,254,194,254,253,194,254,254,254,254,254,254,234,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,194,254,253,254,194,254,253,254,253,254,253,254,253,194,254,253,254,234,253,253,254,253,234,253,253,234,253,254,253,253,254,253,253,254,254,253,194,254,253,254,253,254,253,254,253,194,254,253,253,254,254,194,254,253,254,253,254,253,194,254,253,194,254,254,253,234,253,253,253,194,253,253,194,254,253,253,194,254,253,253,194,254,253,253,253,254,194,253,253,253,254,253,234,253,253,253,253,253,234,253,253,253,194,254,253,253,253,254,253,234,253,254,194,253,254,253,254,253,254,234,253,253,254,253,253,253,254,194,253,253,253,188,182,188,187,252,233,187,251,187,188,142,182,142,182,247,142,182,136,142,142,142,182,142,182,142,188,187,187,193,188,187,233,251,187,193,188,233,193,233,252,233,252,193,253,253,233,193,253,233,193,253,233,252,233,233,193,233,252,188,233,188,233,188,193,187,233,193,188,233,193,233,187,188,187,188,187,187,187,227,187,187,227,181,187,181,187,187,187,233,187,233,187,187,227,187,233,187,233,187,187,232,187,232,187,187,188,187,233,182,233,182,187,136,181,182,135,181,136,175,135,130,181,130,135,181,176,135,181,136,181,85,181,130,176,187,227,136,227,136,227,136,130,187,182,136,227,136,187,228,187,181,182,181,187,182,182,181,233,187,182,187,182,187,182,233,182,187,182,187,188,187,182,187,227,187,182,187,227,182,187,182,188,187,182,187,227,187,182,187,187,187,227,187,182,181,187,187,233,187,187,187,233,187,233,187,233,187,188,187,188,187,188,187,187,188,187,188,188,193,188,253,253,253,253,254,253,254,253,253,253,253,254,253,254,194,254,234,253,254,194,254,253,254,253,253,253,254,234,253,254,253,254,253,254,253,253,254,253,253,254,253,253,253,194,253,234,254,254,253,253,254,254,253,234,253,254,253,254,253,253,253,234,253,254,234,253,253,254,254,254,253,254,253,253,194,254,253,234,253,254,253,253,254,253,254,194,254,254,253]; +image[133]=[253,254,254,254,253,253,254,253,253,253,253,253,253,254,253,254,253,254,254,254,253,254,254,234,253,254,254,254,254,253,254,254,254,254,254,254,234,254,254,254,254,254,254,254,194,254,254,234,254,194,254,254,254,253,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,234,254,253,254,254,254,254,254,254,254,234,254,254,234,253,254,254,253,254,254,254,234,254,254,254,254,254,254,254,234,254,234,254,253,254,253,254,253,254,254,254,234,254,254,254,254,254,254,194,254,254,254,253,254,254,254,254,253,254,253,253,253,253,254,254,194,254,253,253,253,254,253,253,253,254,253,253,253,194,254,253,254,253,254,234,253,254,254,254,253,254,194,253,234,254,253,254,253,194,253,253,253,254,254,254,253,254,234,254,254,253,254,253,234,253,253,253,253,254,253,253,253,253,253,194,254,253,253,253,254,253,253,253,253,253,253,253,254,253,253,194,253,253,253,253,253,234,253,253,253,194,253,254,253,194,254,253,234,253,254,253,254,253,254,254,194,253,234,254,253,254,253,254,194,254,234,254,253,253,254,253,253,188,142,188,187,188,193,252,193,188,188,187,142,142,142,182,142,142,182,142,136,96,96,96,142,142,96,142,142,188,187,251,187,188,233,187,188,193,233,193,252,233,193,233,233,193,253,252,233,252,233,252,233,193,253,188,252,188,233,193,233,193,252,233,187,188,188,187,193,188,233,188,193,233,187,233,233,187,187,187,187,187,233,181,187,227,187,227,187,187,233,187,233,187,233,187,187,187,227,232,187,187,181,187,232,187,233,233,188,233,187,233,233,136,181,227,136,181,227,227,176,175,181,175,136,176,221,130,176,181,176,176,227,130,130,136,187,187,187,227,187,136,181,182,181,182,227,136,182,182,227,136,187,188,233,187,136,182,187,182,182,227,188,187,182,187,227,187,233,182,233,187,187,182,187,182,187,182,187,227,182,187,227,187,182,187,182,227,187,227,182,182,187,187,187,182,233,182,233,187,182,233,188,187,188,187,187,188,187,233,187,182,187,188,187,188,187,187,188,187,233,253,188,253,252,253,253,253,254,253,253,253,234,254,253,254,253,253,253,254,253,234,254,194,254,254,253,253,253,234,254,194,253,253,234,253,253,194,253,254,253,254,254,253,254,253,253,253,253,234,253,194,253,254,253,253,234,253,254,194,253,254,253,253,253,253,253,254,194,253,194,253,194,254,254,253,254,253,254,253,234,253,254,194,254,253,254,253,253,253]; +image[134]=[253,254,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,253,253,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,194,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,234,254,254,234,254,194,254,234,254,254,254,254,194,254,254,253,254,253,254,254,254,194,254,254,254,234,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,253,254,234,254,254,253,254,254,253,254,254,194,254,254,254,254,253,254,254,253,254,194,254,254,194,254,254,254,234,254,254,254,253,253,254,194,254,254,194,254,253,253,254,253,254,254,254,253,194,254,253,253,253,254,253,254,253,254,234,253,194,254,253,254,253,253,194,254,253,254,253,253,253,253,234,254,253,254,234,253,254,234,253,254,254,254,254,234,253,254,253,254,253,254,194,253,253,254,253,253,253,253,253,253,253,253,234,253,253,234,253,253,234,253,253,194,253,254,253,254,253,253,253,253,253,253,254,253,253,253,253,254,253,253,253,253,253,253,253,254,234,253,253,254,253,254,253,194,254,253,254,253,253,253,254,253,254,253,253,253,252,187,142,233,193,233,252,233,193,188,233,182,187,142,142,142,142,142,136,142,142,182,247,136,96,247,142,96,142,142,142,187,187,188,193,233,252,188,187,253,233,188,252,252,233,253,193,253,193,252,193,188,233,233,233,187,193,188,188,187,188,233,252,193,233,193,233,188,187,233,188,233,252,193,188,233,233,233,233,187,233,187,187,187,181,187,232,187,187,233,187,187,187,187,227,187,232,187,181,232,187,232,187,181,187,187,187,233,252,233,182,233,187,136,227,136,181,136,135,175,130,175,176,130,181,130,175,130,181,136,135,136,182,176,135,227,187,136,227,182,182,181,227,136,135,227,136,181,182,187,181,233,182,187,227,136,187,233,187,182,182,187,187,136,182,187,182,187,187,188,233,182,182,187,182,187,233,187,182,187,182,187,227,187,227,187,136,187,187,187,188,187,227,182,187,187,187,187,182,187,233,188,233,187,188,233,233,251,187,188,187,187,188,187,188,188,182,187,188,188,233,252,253,188,253,253,253,188,253,234,253,254,253,234,254,254,254,194,254,253,253,254,253,253,194,254,254,253,253,253,254,253,254,253,254,254,253,253,234,253,194,253,253,254,253,234,253,253,254,253,254,253,254,253,253,254,253,254,253,254,253,254,254,254,253,253,254,253,254,254,254,253,253,254,253,253,194,254,253,254,253,254,253,253,234,253,254,194,254]; +image[135]=[253,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,253,254,254,253,254,234,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,194,254,253,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,194,254,254,253,254,254,254,234,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,254,253,254,254,194,254,254,254,254,254,254,234,254,194,254,254,194,254,254,254,254,254,254,254,254,253,254,254,253,254,194,254,254,253,254,254,253,253,254,253,234,254,253,254,194,254,253,254,254,194,253,254,194,253,253,253,253,254,253,254,253,253,254,234,254,254,253,254,253,254,194,254,253,253,254,253,253,253,254,253,253,254,254,194,253,254,254,254,253,254,194,254,253,254,194,253,253,194,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,194,253,253,194,253,254,194,253,253,253,234,253,253,234,253,254,253,254,194,254,253,253,253,253,254,253,253,253,254,254,194,254,253,254,254,253,234,254,253,254,254,253,253,188,188,187,252,233,193,188,233,188,193,251,182,187,142,182,142,187,142,96,182,96,246,96,91,96,91,244,244,91,246,246,142,142,142,142,188,193,187,252,233,193,233,193,252,233,188,233,188,233,253,252,193,252,252,233,188,193,233,252,187,193,233,252,233,188,233,193,252,187,193,233,193,233,193,233,193,187,253,187,233,187,227,232,187,227,187,227,187,187,227,187,233,187,187,227,187,187,187,181,181,227,232,187,232,187,187,187,233,187,187,187,233,187,136,227,181,181,176,135,175,135,175,130,135,175,176,175,135,227,176,176,182,181,176,136,187,187,187,227,182,130,227,181,175,136,187,136,227,181,182,187,182,181,136,182,182,187,182,187,233,182,182,181,182,227,187,188,187,182,187,187,182,187,187,182,233,182,187,227,182,187,182,187,187,227,136,233,182,227,182,187,187,182,187,182,187,187,187,188,233,188,233,187,188,187,188,187,233,142,233,188,187,187,187,188,187,251,187,193,188,253,253,253,253,253,253,252,254,254,253,254,253,254,253,253,254,254,253,254,253,234,254,254,254,253,253,254,253,254,234,253,253,253,253,234,253,254,253,253,254,194,253,253,253,253,254,253,253,254,253,194,253,254,194,253,254,253,254,194,253,234,253,253,234,253,253,254,253,253,234,253,254,194,254,254,254,253,254,253,234,253,254,253,254,253,254,253,253]; +image[136]=[254,253,234,253,254,253,254,253,254,253,254,234,254,254,234,254,253,254,194,254,254,254,234,254,254,253,254,254,254,234,254,254,234,254,254,254,194,254,254,254,254,254,254,194,254,234,254,254,254,194,254,254,254,254,254,234,254,254,234,254,234,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,234,254,254,194,254,254,254,194,254,254,254,254,253,194,254,254,254,254,254,254,254,254,254,254,253,254,254,253,254,253,254,254,254,254,194,254,254,254,254,254,253,254,254,253,253,253,253,254,194,254,253,254,254,253,253,254,253,253,254,253,194,254,194,253,254,253,234,253,254,253,253,254,194,254,253,254,253,254,254,253,253,254,254,253,194,254,254,194,254,254,254,253,254,194,254,253,254,253,253,254,254,254,253,254,234,253,253,194,253,194,253,253,253,253,194,254,253,253,253,234,253,253,253,254,253,254,253,253,254,253,234,253,253,254,253,253,253,253,253,253,253,253,254,253,194,254,253,234,253,254,194,253,254,253,254,253,194,254,253,253,254,253,234,253,253,253,188,187,142,187,252,233,252,233,188,187,188,187,188,187,142,182,142,142,142,96,182,246,96,96,91,96,96,96,142,142,142,142,188,142,142,142,142,142,142,142,188,188,188,193,188,193,188,193,188,187,252,233,188,193,188,233,188,193,233,188,188,187,193,187,252,233,193,233,188,233,252,193,233,251,187,253,233,233,193,233,187,187,187,187,232,187,187,232,233,187,187,233,232,187,187,232,227,187,232,181,187,227,187,181,227,187,187,233,187,187,187,187,227,187,181,136,227,130,176,175,130,176,181,176,181,175,135,176,181,182,135,176,181,176,227,182,227,182,187,136,181,136,227,130,181,227,136,136,181,182,187,233,182,187,227,182,187,182,187,187,182,182,136,187,182,187,182,233,187,182,187,182,187,227,187,182,182,187,182,187,181,227,182,187,187,136,233,187,187,233,182,181,187,233,182,187,227,187,187,187,188,187,233,187,233,188,188,187,188,187,188,187,188,187,187,187,188,188,187,188,233,252,253,253,253,252,253,253,254,253,194,254,254,194,254,234,253,254,254,253,253,253,253,234,254,194,254,253,253,254,253,194,254,253,254,253,253,254,253,254,253,254,253,194,254,253,194,253,253,254,254,253,254,254,253,253,194,254,254,253,254,253,254,253,254,253,254,253,253,254,253,253,253,254,253,253,253,194,254,254,253,254,253,194,253,254,253,254]; +image[137]=[254,254,254,254,254,234,254,254,234,254,254,253,254,253,254,234,254,254,254,194,253,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,253,254,254,254,254,254,234,254,254,254,254,194,254,254,254,254,234,254,254,234,254,253,254,254,254,254,194,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,253,234,254,253,254,194,254,194,254,254,194,254,254,194,254,254,254,254,254,194,253,254,194,253,234,254,194,253,254,253,254,253,254,253,194,254,254,253,254,253,253,254,253,253,234,253,253,254,254,194,253,254,254,254,253,254,253,254,194,253,253,194,253,194,253,254,253,253,254,254,254,254,253,254,254,254,234,253,234,254,253,234,253,253,253,253,253,253,253,254,253,253,253,194,253,253,253,253,194,253,253,253,253,253,234,253,253,234,254,253,253,253,253,254,253,253,253,253,254,253,253,254,253,253,253,253,254,253,253,253,254,253,254,253,253,234,254,253,254,253,254,194,254,253,254,254,253,253,188,188,187,233,193,188,193,252,233,193,188,187,142,187,142,187,142,136,142,136,247,136,247,142,142,247,142,246,91,243,45,91,242,243,242,0,0,242,96,142,136,96,142,182,142,188,252,233,253,252,233,251,233,188,187,251,233,188,193,187,188,187,188,233,187,188,188,233,187,233,193,233,193,233,187,233,193,187,233,193,233,187,233,187,187,232,187,187,187,227,187,187,187,232,187,187,187,187,227,232,181,187,232,187,232,227,181,227,187,232,227,187,227,182,181,227,181,176,130,176,176,135,176,130,135,175,130,181,136,227,176,130,176,135,136,187,182,187,182,182,227,181,182,181,136,227,136,181,181,136,233,187,136,181,182,187,181,182,227,187,136,187,136,227,187,227,187,252,187,182,227,187,182,187,182,187,182,187,227,182,187,181,187,227,187,233,187,227,182,187,187,182,227,187,182,187,182,187,182,187,233,187,188,187,233,187,188,233,187,188,233,182,187,187,187,187,187,188,187,252,252,188,253,253,252,254,254,253,254,254,254,253,254,253,254,253,234,254,194,254,253,254,254,253,253,254,194,254,253,253,254,254,253,253,254,194,253,253,234,253,253,253,254,253,234,253,254,253,254,253,253,254,253,253,254,253,254,253,253,253,254,194,253,254,194,254,253,254,194,253,254,253,234,254,194,254,254,254,253,254,194,253,254,254,234,253,194,253]; +image[138]=[254,253,254,253,254,253,254,253,254,253,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,253,194,254,254,253,194,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,234,254,254,253,234,254,254,254,254,194,254,254,254,253,254,253,254,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,253,254,194,254,254,254,254,194,254,234,254,254,254,254,194,254,254,254,254,254,254,254,234,254,254,254,253,254,254,254,254,254,253,254,254,254,253,254,254,194,254,254,253,254,254,253,253,194,254,253,234,253,253,254,253,254,254,194,253,254,254,253,194,253,254,253,254,194,254,254,253,254,254,253,254,253,253,234,253,253,254,254,194,254,254,253,254,254,253,253,254,253,254,253,194,254,253,253,254,253,253,253,253,253,254,253,253,253,254,253,253,253,253,194,253,253,253,253,253,253,194,254,254,253,194,254,234,253,194,253,254,253,253,254,253,254,253,234,253,254,194,253,234,253,254,253,253,253,253,254,253,254,253,254,253,253,254,253,254,253,188,142,188,187,233,188,187,188,187,233,251,187,188,142,182,142,142,142,96,142,136,247,136,246,96,91,96,96,244,45,242,243,45,91,91,241,91,246,91,246,142,182,252,233,188,247,142,142,142,142,187,252,193,252,187,251,187,188,193,233,233,193,188,187,193,187,193,188,187,188,233,188,193,233,252,233,188,233,193,233,233,187,233,187,233,187,232,187,233,232,187,227,187,227,232,181,187,181,187,187,227,181,187,232,187,187,181,233,187,181,187,227,187,181,181,182,136,136,227,227,181,181,176,175,176,130,221,136,181,176,130,175,130,176,187,182,182,233,182,187,182,136,181,227,182,181,136,181,182,187,182,187,182,182,227,187,187,182,182,227,227,187,182,182,187,188,233,182,136,187,187,182,233,182,182,227,187,136,181,182,181,182,187,136,182,187,187,187,182,187,187,187,187,233,233,187,233,187,182,188,233,182,187,188,187,233,188,187,188,187,188,187,182,187,182,187,187,188,187,253,253,253,188,253,253,253,234,253,254,254,253,254,254,254,253,254,253,254,254,194,253,254,253,253,254,253,253,254,234,253,234,253,194,254,253,254,253,254,253,254,194,253,253,253,253,254,253,194,254,194,254,253,194,254,234,254,253,234,253,254,254,234,254,253,254,253,254,254,253,234,253,254,253,253,253,254,253,253,254,254,253,253,254,253,254,254,253]; +image[139]=[234,254,194,254,254,254,254,254,254,234,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,234,254,254,254,254,234,254,254,254,254,254,234,254,194,254,254,254,254,254,234,254,194,254,254,234,254,254,194,254,254,254,254,253,254,254,254,253,254,254,254,254,254,253,254,254,254,254,254,254,254,194,254,254,194,254,254,254,194,254,254,194,254,254,253,254,254,234,254,254,254,254,194,254,254,254,254,253,254,194,254,254,254,254,254,254,254,234,254,253,254,253,254,254,194,253,254,253,253,254,253,254,253,253,254,253,254,253,253,234,254,253,234,254,254,253,253,254,253,253,254,253,253,253,253,254,253,254,253,254,254,254,194,253,254,253,253,253,254,253,253,253,253,253,253,254,194,254,253,254,254,194,253,254,253,254,254,194,253,254,253,254,254,254,194,253,194,253,253,234,253,253,253,253,194,253,253,254,194,253,253,253,253,194,253,253,253,253,253,253,253,254,253,253,253,253,254,253,253,194,253,254,194,253,253,253,253,253,253,254,253,234,253,253,254,254,194,253,253,234,253,253,234,254,253,254,253,253,254,142,188,233,193,233,193,188,193,187,188,187,187,142,142,136,142,136,142,246,142,91,247,91,96,245,45,244,244,243,45,243,244,91,142,142,142,142,142,188,142,142,142,142,96,188,187,188,182,142,187,142,187,188,187,252,187,188,187,252,187,252,187,233,188,233,187,187,187,187,187,193,233,193,187,193,233,187,193,233,193,233,233,187,233,187,187,233,187,187,232,187,187,187,233,232,181,232,181,187,232,187,227,187,232,187,181,187,227,187,187,227,182,181,181,227,136,227,136,136,176,181,181,175,181,130,176,130,227,181,176,181,175,136,227,227,136,233,187,136,227,227,136,181,136,227,135,176,182,233,182,227,135,182,136,227,187,227,91,187,136,227,187,182,187,182,188,187,176,182,233,182,182,136,182,187,227,136,227,187,227,187,227,181,187,233,187,227,187,227,182,187,182,187,182,182,187,187,187,187,182,187,182,233,187,187,188,233,193,182,187,187,187,187,187,187,188,187,188,233,188,188,252,254,253,254,254,253,234,254,254,253,253,254,254,253,254,253,253,254,253,234,254,253,234,254,253,253,253,253,254,253,254,253,234,253,253,253,254,253,254,253,254,253,234,253,254,254,253,254,253,254,254,253,253,194,254,254,254,253,253,253,253,253,234,254,194,253,254,253,254,253,254,234,253,194,254,253,253,254,194,253,253,254,253,253,254]; +image[140]=[254,254,254,254,194,254,234,253,254,254,253,254,254,254,254,254,234,254,194,254,194,254,254,194,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,234,254,254,234,254,253,254,194,254,253,254,253,254,254,254,253,194,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,234,254,254,254,253,234,254,254,254,253,254,254,234,254,253,234,254,253,254,254,254,194,254,234,254,254,254,254,194,254,194,254,194,254,254,253,253,253,254,253,253,254,253,254,253,254,254,194,254,253,253,194,254,253,194,254,253,254,253,234,253,254,254,254,254,253,254,253,253,254,253,254,253,234,254,253,254,253,254,253,254,254,254,254,254,194,254,254,254,253,254,194,254,253,254,254,254,254,253,254,253,253,194,253,253,253,253,253,253,253,253,254,253,253,253,254,194,253,253,254,194,253,253,254,253,254,253,234,253,254,253,253,253,254,254,253,253,254,253,254,253,254,253,254,253,194,254,254,254,253,253,254,253,254,253,253,254,253,253,253,188,187,188,193,188,233,188,187,188,187,142,187,187,182,142,142,96,136,96,96,247,136,96,245,96,244,45,243,243,242,241,243,242,91,91,244,96,142,247,96,247,96,91,142,142,142,188,187,142,182,142,182,142,187,182,193,188,187,188,233,233,193,188,187,193,187,188,187,182,233,188,187,233,233,252,233,233,188,233,193,233,187,233,187,233,232,187,233,187,187,233,187,232,187,187,187,181,232,227,187,232,187,227,187,187,232,181,227,187,181,187,181,227,135,176,181,136,181,175,181,176,136,175,176,181,176,130,136,181,136,181,176,135,136,181,182,187,233,181,136,227,181,182,136,227,136,175,187,187,182,187,136,187,227,182,136,233,136,233,136,187,187,182,233,187,187,187,136,187,182,187,233,136,182,187,181,136,227,187,182,181,136,227,182,187,187,182,187,187,187,227,187,233,187,233,187,182,187,233,187,233,187,188,187,187,187,182,188,187,187,188,187,188,187,188,187,193,188,187,253,188,253,253,253,253,254,253,253,254,253,254,254,253,194,254,234,254,234,253,253,253,253,253,253,253,253,254,253,253,253,253,253,254,253,254,194,254,253,234,253,253,254,253,253,253,253,253,253,254,253,253,254,253,254,253,253,194,254,253,254,254,194,254,253,253,254,253,194,254,194,254,253,254,254,253,254,194,254,254,254,254,194,254,254,253,253]; +image[141]=[253,254,254,254,254,254,254,194,253,254,234,254,253,234,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,234,254,254,254,254,254,254,254,254,194,254,254,254,254,254,234,254,254,194,254,254,234,254,253,254,254,253,254,194,254,254,254,254,254,234,254,194,254,254,254,254,254,254,254,254,253,254,254,194,254,253,254,254,254,254,234,254,254,254,254,254,194,254,253,254,234,254,254,254,194,253,234,254,253,254,253,254,254,253,254,254,254,253,254,254,254,253,254,234,254,254,254,253,254,253,254,194,253,234,254,194,253,254,194,253,254,254,194,253,253,254,194,253,254,253,253,254,253,254,194,253,254,253,254,253,253,253,254,253,254,194,253,234,253,194,253,253,253,253,254,194,253,254,253,254,254,253,254,254,253,254,253,234,254,253,234,253,234,253,253,234,254,253,253,254,253,234,253,253,234,254,253,253,234,253,254,253,253,253,254,253,253,253,253,253,254,253,194,253,254,253,253,234,254,253,234,253,194,254,194,253,253,253,254,253,254,234,254,253,253,253,253,254,254,194,254,194,253,254,253,254,253,253,193,188,193,233,193,193,187,188,233,187,188,187,142,182,142,142,136,247,96,91,96,247,96,91,96,245,245,45,243,45,242,45,241,243,45,243,243,242,241,45,91,142,142,182,142,142,187,142,188,142,187,187,142,182,142,182,142,187,142,187,188,187,233,188,187,188,233,188,187,187,187,188,187,193,187,193,233,193,233,233,193,187,233,233,193,187,233,187,232,187,227,187,187,227,187,232,187,181,187,181,187,187,227,181,227,187,187,181,227,187,227,227,181,181,135,222,181,222,135,221,181,176,125,130,181,227,130,130,227,181,181,130,181,176,181,136,187,188,227,136,182,227,181,227,187,136,130,182,187,182,227,227,136,227,187,227,182,187,182,227,182,187,182,187,182,188,187,181,187,187,182,227,136,233,182,181,136,227,187,227,182,181,181,187,187,227,187,227,182,187,187,182,187,182,187,227,187,188,187,182,187,187,187,182,233,187,187,188,187,233,187,188,187,187,188,187,188,187,233,188,252,253,253,253,253,253,254,253,254,254,234,254,254,253,254,253,253,253,254,253,254,253,254,253,254,253,253,254,253,254,234,253,253,254,253,253,253,253,254,194,253,253,253,194,254,254,194,254,253,194,254,253,254,253,254,254,253,254,194,253,254,253,254,253,254,253,254,254,253,254,194,254,253,253,254,253,254,253,234,254,253,254,194,253,254,234]; +image[142]=[254,194,254,253,254,254,254,254,254,254,254,254,254,254,254,194,254,234,254,253,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,253,234,253,254,254,254,254,254,254,234,254,254,254,254,253,194,254,254,254,254,254,194,254,254,234,254,254,253,234,254,254,254,254,254,194,254,254,253,254,254,254,254,254,253,194,254,254,254,254,254,194,254,254,234,254,253,254,254,253,254,253,254,234,253,254,234,254,254,254,253,254,254,234,253,254,254,253,254,254,254,253,253,254,253,253,254,253,234,253,254,254,254,254,253,194,254,254,194,254,253,254,254,253,253,254,253,254,194,253,253,253,254,253,194,254,253,194,254,234,254,254,253,254,253,254,253,254,253,254,253,253,253,253,194,254,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,194,253,253,254,194,253,253,254,253,253,253,253,253,253,253,254,253,253,254,253,254,194,253,254,253,253,253,254,254,253,234,253,194,254,253,254,254,253,254,253,254,253,253,253,193,188,233,188,233,193,187,188,187,188,187,187,142,182,96,96,96,247,136,142,136,247,96,91,96,246,96,244,243,91,243,245,244,243,243,91,245,246,142,142,233,188,193,233,188,188,187,188,187,188,250,187,182,142,187,136,142,136,142,182,187,188,187,187,187,187,188,187,188,187,187,233,187,233,233,187,233,188,187,233,193,233,187,233,193,233,233,187,187,232,187,232,187,233,187,187,232,187,232,227,181,192,232,187,232,187,181,227,181,181,181,181,221,175,181,181,227,136,176,181,176,130,170,131,233,182,176,176,181,222,135,176,130,176,136,227,142,227,181,136,227,136,182,181,182,130,233,188,187,182,187,182,181,187,136,187,227,136,181,227,187,182,182,187,182,182,182,187,182,187,187,135,233,182,181,181,182,187,187,181,181,182,233,182,187,182,187,187,182,233,187,187,187,187,187,182,233,187,187,187,233,187,187,182,187,187,187,182,233,188,187,188,233,188,187,187,188,188,187,253,253,253,254,254,253,254,253,254,253,253,254,254,253,254,253,254,253,254,194,254,194,253,253,194,253,253,194,253,253,253,254,253,234,254,253,254,253,253,254,254,253,254,253,253,254,253,254,253,254,253,194,254,253,254,253,254,254,254,253,254,253,194,254,234,253,253,254,253,254,253,234,254,253,234,253,254,253,253,253,254,253,254,254,253,253]; +image[143]=[254,254,194,254,254,253,254,254,194,253,253,254,253,254,254,254,253,254,254,254,254,254,253,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,234,254,253,254,253,254,254,253,234,254,253,254,254,254,194,254,253,234,253,254,254,253,254,234,254,254,254,194,254,253,254,254,254,254,254,253,254,254,254,254,234,254,194,254,254,254,254,254,194,254,253,254,194,254,254,254,253,254,194,253,254,254,254,253,254,254,194,253,254,254,194,254,254,254,254,253,253,253,253,194,254,253,253,253,254,194,253,254,253,253,254,253,254,253,254,194,253,253,253,253,234,253,253,254,254,254,254,254,254,253,254,253,194,253,254,194,253,253,253,253,254,253,253,254,253,254,254,254,254,254,194,253,254,194,254,253,254,253,194,254,254,194,254,254,253,234,253,194,253,253,194,253,253,253,253,253,253,254,253,194,253,254,253,253,253,253,253,253,253,234,253,194,254,253,253,254,253,253,254,253,254,253,254,253,254,194,253,254,253,234,254,253,254,254,253,234,254,253,253,234,253,254,253,254,253,253,252,193,252,193,252,233,188,187,193,233,142,188,187,142,182,142,182,142,142,142,142,248,142,246,96,91,244,91,96,243,45,241,0,241,45,244,182,142,233,187,142,142,142,142,187,188,142,96,182,142,182,142,96,182,142,182,142,182,96,136,96,136,188,182,187,187,188,187,233,193,233,193,187,188,193,233,187,187,233,233,193,233,187,233,187,233,187,233,187,187,187,233,187,187,233,187,232,187,187,232,227,187,181,227,187,187,187,227,187,227,181,181,135,221,175,181,181,227,135,221,135,170,130,125,182,142,227,136,136,181,176,181,176,181,130,182,233,182,181,176,187,182,187,136,227,136,227,182,187,182,182,182,136,227,227,187,182,227,136,182,187,227,136,136,181,187,136,233,182,182,187,136,233,187,136,181,187,227,182,187,227,187,187,182,181,182,233,187,187,182,233,182,187,227,187,187,233,182,187,182,187,233,187,187,182,233,187,188,187,233,188,233,187,252,233,188,187,187,253,188,253,253,253,253,253,254,253,254,254,254,253,254,194,254,253,234,254,253,253,253,253,254,253,254,253,254,254,253,254,194,253,253,253,253,253,234,254,253,194,253,253,253,253,254,253,253,253,254,253,254,254,254,194,253,253,234,254,253,254,253,254,253,254,253,254,254,253,234,254,253,254,253,254,253,254,253,254,253,254,253,254,253,253,254,254]; +image[144]=[254,254,254,254,194,254,254,254,254,254,194,254,254,253,254,254,254,253,194,254,254,234,254,194,254,254,254,254,254,194,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,253,194,254,253,254,254,194,254,234,253,254,254,253,194,254,254,194,254,254,254,254,254,254,253,254,194,254,254,254,254,254,254,254,254,254,254,253,194,254,254,194,254,254,254,254,254,254,234,253,194,254,254,254,234,253,254,253,234,253,254,234,254,254,254,254,253,194,254,254,254,254,254,254,254,254,253,253,194,254,254,254,253,254,253,234,254,253,253,253,254,253,194,254,194,254,253,253,194,254,254,253,254,253,253,254,253,194,254,253,253,253,254,253,194,254,254,254,253,254,253,254,253,254,194,253,253,253,254,253,253,253,254,253,254,254,254,254,253,254,194,254,254,253,254,234,253,254,234,253,254,253,253,234,253,253,234,253,253,234,253,253,253,254,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,194,253,234,253,253,234,253,253,254,253,254,253,254,194,253,253,254,253,253,254,253,253,254,194,254,254,253,254,253,254,253,253,253,188,233,193,252,193,233,188,187,188,187,188,187,188,142,136,142,91,96,91,91,91,91,246,91,96,96,244,96,243,243,245,249,250,188,251,188,142,142,188,142,188,182,188,188,187,188,252,187,142,182,187,188,187,182,187,182,187,142,182,142,136,142,187,182,187,182,187,136,187,187,187,233,187,187,233,193,233,193,187,233,187,233,187,233,187,233,187,232,227,187,233,187,232,227,187,187,232,187,232,187,232,187,232,187,227,232,187,181,187,181,181,181,181,175,221,181,227,130,181,176,175,130,176,182,188,136,182,227,182,181,227,136,176,181,136,182,182,227,130,187,182,227,181,136,181,182,233,182,187,182,227,182,187,136,182,181,136,181,227,187,187,136,227,181,182,187,187,233,187,182,182,233,227,136,181,182,187,227,181,182,187,187,233,136,233,187,182,233,142,233,187,187,182,187,182,187,233,187,182,233,188,187,227,187,188,233,187,188,187,188,188,187,193,188,187,188,188,233,253,253,253,253,253,234,254,253,254,253,254,234,253,254,253,253,253,254,234,254,253,234,253,234,253,234,253,253,234,253,254,253,194,254,253,253,253,253,254,253,254,194,254,253,194,254,194,254,253,253,253,253,253,254,254,253,253,254,194,254,194,254,253,194,254,253,194,254,253,254,194,254,194,254,253,194,254,254,194,254,234,253,194,254,253,254]; +image[145]=[254,253,253,254,254,254,253,234,253,254,254,254,254,254,254,254,234,254,254,253,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,194,253,254,254,254,253,254,254,234,254,254,254,194,254,254,254,254,254,254,234,254,253,254,234,254,194,254,254,254,254,254,254,253,254,253,254,253,254,254,254,254,234,254,253,254,254,253,254,253,254,253,253,254,194,254,254,254,254,254,253,254,254,194,253,254,254,254,254,254,194,253,254,194,253,254,253,254,194,254,253,253,254,253,253,254,253,254,253,254,253,253,194,254,253,254,253,254,254,253,234,254,194,254,254,254,253,253,253,254,253,234,253,253,253,253,253,253,194,253,254,194,254,253,254,253,253,254,253,254,253,254,253,253,254,253,253,254,253,253,253,254,253,253,253,253,253,253,254,253,253,254,194,253,253,253,254,253,254,253,253,254,194,253,253,253,253,253,253,253,254,253,253,254,253,253,194,253,254,253,253,254,253,254,253,254,194,254,253,254,194,254,253,254,253,253,253,253,234,253,254,253,253,253,252,233,188,233,193,187,187,187,193,187,182,187,188,142,136,142,182,96,247,96,96,246,96,91,96,91,247,96,142,142,142,247,244,246,187,142,187,188,187,188,187,142,187,193,187,188,188,252,187,188,142,187,142,187,182,142,187,187,187,142,187,142,187,182,187,187,187,188,187,233,187,233,187,187,187,233,187,233,187,233,187,233,187,233,187,233,187,233,187,227,187,187,232,187,232,232,187,232,181,232,187,232,187,181,187,187,227,181,181,181,221,181,135,181,176,221,181,175,181,175,176,136,131,233,182,136,187,227,136,227,181,182,181,136,227,136,227,130,182,188,187,136,227,136,181,188,187,182,187,136,182,181,227,187,182,176,136,187,182,232,136,187,176,181,227,136,227,227,227,182,187,187,222,181,181,187,187,187,187,227,187,187,136,233,187,182,187,182,187,182,187,233,187,187,187,187,187,233,188,187,182,187,233,188,233,188,187,187,193,233,188,233,188,187,187,188,253,188,253,253,253,253,254,253,254,253,254,253,254,253,254,194,253,254,253,253,253,253,253,253,253,253,253,253,253,253,234,253,254,254,194,254,253,254,234,253,254,253,253,253,254,253,254,253,254,194,254,194,254,254,253,254,194,253,253,254,253,254,254,254,253,234,254,254,253,254,253,254,253,254,253,254,254,253,253,254,253,254,254,254,254,194,253]; +image[146]=[254,234,254,253,234,253,254,254,254,253,254,194,254,253,194,254,254,254,234,254,253,254,254,253,194,254,254,254,254,234,254,254,254,254,234,254,254,254,254,254,234,253,254,234,254,254,254,253,254,253,254,254,254,254,254,254,254,234,254,253,254,254,254,253,194,254,254,254,254,234,254,253,254,254,254,194,254,254,254,254,254,254,254,194,254,254,234,254,254,254,194,254,254,253,254,253,254,253,194,254,253,194,254,254,254,253,254,254,253,254,254,253,194,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,194,254,253,254,253,194,254,253,234,253,253,234,253,254,253,254,253,254,234,253,194,254,253,254,253,254,253,253,254,253,194,254,253,254,253,254,253,254,253,254,253,253,254,253,253,254,253,194,254,254,194,254,253,234,253,254,253,194,254,254,253,254,254,253,194,254,253,254,253,253,253,253,194,253,253,253,254,254,234,253,194,253,253,253,194,253,253,253,194,254,253,254,253,253,253,254,194,253,253,254,254,253,253,253,254,253,253,254,253,253,254,253,234,254,253,254,234,253,254,234,254,253,254,253,254,253,253,253,193,253,252,233,188,233,188,187,142,187,188,187,142,188,142,142,142,96,136,246,91,96,245,96,245,96,142,182,245,91,244,247,142,142,142,142,142,142,142,91,142,142,142,136,142,193,187,193,252,233,193,188,187,142,187,182,187,188,187,187,187,182,187,142,182,188,187,187,187,187,188,187,233,187,233,193,233,187,187,187,233,187,193,233,193,233,187,187,232,187,233,187,187,187,232,187,181,232,187,232,181,187,232,187,227,181,227,181,181,181,221,175,181,181,181,130,175,176,176,135,176,181,136,182,187,176,182,187,187,182,187,182,176,136,232,136,181,176,182,233,187,227,181,182,136,233,182,136,227,136,227,136,227,187,182,130,181,182,187,227,181,136,181,181,187,136,227,182,187,182,227,187,181,182,187,182,233,182,187,182,187,233,182,233,187,233,182,233,187,228,187,182,233,182,187,182,187,233,188,233,187,188,187,188,187,233,188,182,188,187,188,187,233,142,187,233,188,233,252,253,253,253,253,253,254,253,254,253,254,234,253,254,254,253,194,254,254,253,254,253,254,253,194,254,253,253,253,253,253,253,253,253,194,253,254,253,253,254,253,253,234,253,253,253,254,253,254,253,253,234,253,254,254,254,253,234,254,253,234,254,253,253,253,254,234,253,253,254,253,254,253,234,253,254,253,254,253,253,253,253,254,254,254]; +image[147]=[253,254,253,254,254,253,254,253,254,253,254,254,254,254,254,254,254,254,254,194,254,234,254,254,254,254,253,254,254,254,254,194,253,254,254,253,254,234,254,253,254,254,254,253,253,253,254,254,194,254,254,253,254,254,194,253,254,253,254,254,234,253,254,254,254,254,254,254,253,254,254,194,254,253,254,254,253,254,234,254,254,234,254,254,254,254,254,194,254,254,254,254,254,254,253,254,253,254,254,254,254,254,253,254,194,254,253,254,254,194,254,254,254,254,234,254,254,254,254,194,253,254,253,254,253,234,253,254,253,254,253,254,253,254,253,253,254,253,254,253,254,234,253,254,234,253,253,253,254,254,194,254,253,254,253,234,254,253,254,254,254,194,253,253,253,234,194,253,194,253,253,194,253,253,253,254,254,253,254,254,253,254,254,194,254,253,254,253,194,254,194,253,254,254,253,194,253,253,194,253,253,254,253,254,253,253,253,253,254,253,234,254,253,253,253,254,253,253,253,194,253,253,194,253,253,254,253,253,253,253,254,194,253,253,253,234,253,253,234,253,253,253,253,254,253,253,254,253,253,254,253,253,254,253,254,253,253,253,233,188,193,188,193,187,188,187,142,187,187,187,142,187,182,142,96,247,96,96,245,244,96,91,244,243,242,243,243,243,96,245,91,244,91,243,0,242,96,136,142,187,188,193,233,253,187,188,187,188,233,188,187,188,187,182,187,182,142,187,142,187,187,187,187,187,188,187,187,233,187,187,187,233,187,233,187,238,187,187,233,233,233,233,187,233,187,233,187,233,187,232,187,232,187,232,187,227,187,187,232,187,232,181,187,181,227,181,181,181,175,181,176,181,181,175,175,135,222,136,181,176,181,136,227,136,227,187,182,182,187,182,136,182,182,227,136,136,187,182,227,182,187,227,187,227,136,227,136,181,182,181,182,227,130,181,136,187,136,182,227,136,176,181,181,187,136,187,187,182,233,136,187,182,187,187,187,227,187,187,187,182,188,187,182,187,182,187,188,233,187,187,187,233,187,187,233,188,233,187,187,188,233,188,187,187,233,188,187,188,233,188,187,182,187,193,252,233,188,253,253,253,253,253,194,253,254,253,253,253,234,253,254,253,253,254,194,253,253,234,254,253,253,253,254,194,254,253,234,254,253,254,253,194,253,254,194,253,254,253,254,254,253,254,253,254,253,254,254,253,234,253,254,253,254,253,254,253,254,194,254,254,194,253,254,234,254,194,253,253,254,194,253,254,194,254,254,194,254,253,254,194]; +image[148]=[253,254,194,254,253,254,194,254,194,254,253,253,254,254,234,254,253,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,234,254,254,254,254,253,254,254,253,194,254,254,194,254,254,254,254,253,194,254,254,254,254,254,194,254,254,253,254,254,234,254,254,234,254,254,254,254,254,254,234,254,254,234,254,253,254,253,254,254,253,254,253,254,254,254,253,254,253,254,194,254,254,194,254,253,253,253,254,254,253,254,253,254,254,194,254,254,254,253,254,253,254,254,253,254,254,254,254,254,254,194,254,254,253,194,254,253,253,253,194,254,253,194,254,253,194,254,253,253,253,253,254,253,254,253,253,254,253,254,234,254,253,253,254,234,253,234,253,254,254,194,254,253,254,253,254,253,253,253,254,194,253,253,254,253,253,254,194,254,254,253,254,253,254,253,253,254,253,254,253,234,254,254,253,254,253,253,253,253,253,194,253,254,194,253,253,253,253,253,253,253,253,253,253,254,253,253,254,253,254,253,234,253,254,253,254,253,253,254,254,194,253,254,253,253,253,254,253,254,253,253,253,253,194,254,253,194,254,253,254,253,253,253,253,253,253,253,233,193,188,233,187,233,142,182,142,182,187,142,187,142,182,96,91,247,91,96,243,243,45,242,45,242,243,243,45,248,96,246,246,247,96,142,248,142,188,233,252,188,187,252,193,252,233,252,193,188,193,188,187,251,187,188,187,233,188,188,233,188,233,182,187,187,182,187,233,187,187,187,233,187,233,187,233,187,187,187,187,193,233,233,187,187,232,187,233,187,187,187,232,187,181,232,187,227,187,232,187,227,181,227,181,181,221,135,175,221,130,227,130,175,176,130,227,182,181,176,135,176,182,136,181,182,187,233,187,136,182,233,233,136,227,135,233,187,136,136,233,182,182,187,181,136,227,181,182,227,182,135,176,175,181,227,136,227,227,182,135,182,227,182,181,187,187,187,233,182,187,233,188,233,233,136,233,182,187,187,233,182,187,182,182,187,182,182,233,187,182,233,182,252,187,188,187,188,233,187,188,233,188,187,187,233,188,187,188,182,187,188,233,188,187,252,233,252,253,253,254,253,254,253,253,254,254,253,253,253,254,253,234,253,254,254,253,253,253,254,234,253,253,253,253,253,253,253,253,254,253,254,253,254,253,254,253,194,253,253,194,254,253,254,194,253,194,254,253,194,254,253,254,253,254,253,254,253,253,254,254,253,253,253,254,254,254,253,254,254,253,254,253,254,254,254,253,234,253,254]; +image[149]=[254,254,254,253,254,254,254,254,254,254,254,194,253,253,254,254,194,254,254,253,254,194,253,254,254,254,254,254,234,254,254,254,254,254,234,253,254,254,194,254,254,254,254,254,254,254,253,234,254,254,254,254,253,234,253,254,254,194,254,254,253,254,254,254,253,254,253,254,253,254,253,254,254,253,254,254,254,254,194,254,254,194,254,234,254,253,254,253,254,194,254,253,254,234,254,253,254,194,254,194,253,254,194,254,253,254,254,254,254,253,254,194,254,254,253,234,254,254,254,194,254,253,254,254,254,254,254,254,253,254,253,254,253,253,253,253,253,254,253,254,253,254,254,253,254,194,253,234,253,234,254,253,254,253,254,253,253,253,254,253,254,253,253,253,253,234,253,253,253,254,253,253,253,254,194,254,253,194,254,253,254,253,253,254,253,253,254,253,254,253,254,253,253,253,253,253,234,253,254,253,253,234,254,254,253,253,254,253,254,253,254,253,194,254,253,194,253,253,253,253,253,254,253,253,253,253,234,253,194,254,253,254,253,254,253,253,254,254,194,253,253,234,254,194,254,254,253,253,254,254,194,254,253,254,253,254,253,253,193,253,253,233,252,193,251,233,187,187,182,142,182,142,136,142,142,248,136,91,96,91,91,91,243,45,241,241,242,242,243,242,91,96,142,182,142,182,233,233,142,96,187,142,142,233,193,233,188,193,233,188,233,193,188,193,233,187,188,187,187,142,187,96,187,187,182,187,187,182,187,187,187,187,187,233,193,233,187,233,193,187,233,187,233,193,233,233,187,233,187,227,187,232,187,187,187,187,232,187,227,187,181,187,187,181,227,181,181,221,135,221,130,187,227,176,130,130,182,233,182,181,181,181,135,182,227,182,233,182,233,182,181,136,181,227,187,176,187,227,227,136,233,187,182,227,181,136,227,187,227,136,187,222,135,176,136,182,136,181,136,227,136,187,136,233,136,182,187,182,233,187,188,233,187,188,187,182,233,187,182,187,233,136,227,181,182,227,187,187,233,187,187,188,187,233,188,233,233,182,233,188,187,188,233,188,187,188,187,187,188,187,188,187,193,233,188,233,252,233,253,253,253,253,253,254,253,253,253,253,254,253,253,254,253,253,253,253,194,254,253,253,253,253,253,234,253,253,254,253,253,254,253,253,254,253,234,253,254,254,253,254,254,194,253,254,253,254,254,253,254,253,254,194,254,194,253,254,254,253,234,254,194,254,194,254,253,253,254,253,253,234,253,254,253,234,253,253,254,254,253,254]; +image[150]=[194,254,254,234,254,253,254,253,254,194,254,254,254,254,253,254,254,234,254,194,254,254,254,253,254,253,234,254,254,253,254,254,254,254,254,254,194,254,254,254,234,253,234,253,253,254,254,254,254,253,234,254,254,254,253,254,254,253,254,194,254,254,253,194,254,254,194,254,254,234,254,194,254,254,194,254,194,254,254,234,254,254,254,254,254,194,254,254,254,253,254,254,253,253,254,234,253,254,254,254,253,254,253,234,254,253,253,254,254,194,254,254,254,194,254,254,253,254,254,254,254,254,253,253,254,253,254,253,194,254,253,253,234,253,253,234,253,253,254,253,194,253,194,254,253,254,254,253,253,254,194,253,254,194,254,253,194,254,253,253,234,253,254,253,253,254,253,253,194,253,253,253,253,253,253,253,254,253,254,253,254,253,254,194,254,194,254,253,253,253,253,254,253,253,254,253,253,253,194,254,253,253,253,253,234,253,253,253,194,253,253,254,253,253,254,253,254,194,254,253,194,253,253,254,253,253,254,254,253,253,254,253,253,254,194,254,253,253,254,254,253,253,253,254,253,234,253,234,253,253,253,254,234,254,253,254,253,254,253,253,253,193,188,233,193,188,188,187,188,187,142,187,142,182,96,247,96,91,96,91,244,45,242,242,40,241,91,247,91,246,243,244,96,142,142,142,142,142,142,188,187,188,233,188,188,193,188,253,193,254,253,233,188,233,188,233,188,187,188,187,187,182,187,136,187,187,187,187,187,187,187,233,187,187,188,187,233,193,233,193,233,187,187,233,193,233,187,238,187,187,233,187,227,232,187,187,227,187,227,187,227,181,227,181,181,181,181,135,221,181,125,182,182,176,181,176,227,136,182,182,227,136,176,181,136,182,187,182,233,182,135,227,182,227,187,136,227,187,187,182,182,187,182,187,227,182,181,187,182,181,187,182,181,175,136,227,182,181,136,233,176,187,181,187,227,233,187,182,187,182,142,233,182,187,233,142,187,182,182,187,187,182,187,182,187,182,187,182,187,182,233,187,233,188,187,188,188,187,252,233,188,187,182,187,233,182,182,233,188,187,188,187,188,187,252,188,252,188,253,188,253,253,253,253,253,253,254,253,254,253,253,254,253,254,234,254,253,253,254,194,253,194,254,253,253,194,253,194,254,253,194,254,253,253,254,253,234,253,254,253,253,254,253,254,253,253,253,194,254,253,254,253,254,254,254,194,254,253,253,254,253,254,254,253,194,254,253,254,254,253,254,253,253,254,254,194,254,253,254,194]; +image[151]=[254,254,253,254,254,194,254,254,253,254,254,253,254,194,254,254,254,254,254,254,254,234,254,194,254,254,254,254,194,254,254,194,254,253,254,254,254,254,254,253,254,254,254,194,254,254,194,253,254,254,254,254,253,254,234,253,234,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,194,253,254,254,254,234,253,254,253,253,253,253,253,253,253,253,253,253,253,254,253,254,194,254,194,254,253,254,254,253,254,253,254,254,194,253,254,253,254,194,254,254,194,254,254,254,253,253,254,253,253,253,253,253,254,194,253,254,254,254,253,234,253,253,254,253,254,253,254,254,253,254,253,254,253,254,253,254,253,253,254,253,253,253,254,253,254,194,253,253,254,253,253,253,253,253,253,253,194,254,253,254,253,254,194,254,194,254,253,194,254,253,194,254,253,254,253,194,253,254,253,253,253,254,253,254,254,254,253,253,253,254,253,253,253,253,253,253,254,253,254,194,254,253,253,254,194,253,254,194,253,254,253,234,254,253,194,253,254,253,234,253,253,254,253,253,254,234,254,253,253,253,254,253,253,253,252,233,253,233,193,252,233,193,233,188,187,188,182,142,142,142,182,142,182,96,96,45,243,243,45,243,5,243,243,245,96,142,142,142,142,142,136,142,188,187,193,233,253,193,252,252,233,253,187,187,136,142,187,188,187,188,187,142,233,187,188,233,188,187,142,187,187,187,182,187,182,187,187,182,187,233,233,193,233,187,233,193,233,233,187,187,187,233,187,233,187,227,187,187,227,187,227,187,187,181,187,227,187,187,181,187,181,181,181,181,135,227,130,136,233,125,181,176,227,130,181,182,181,187,176,136,176,182,181,227,187,227,136,181,182,187,181,227,187,182,181,227,136,187,233,136,187,187,182,187,187,176,187,227,182,181,187,182,181,136,130,176,136,181,182,136,136,233,187,187,182,187,182,233,193,182,233,187,233,187,188,233,182,135,227,187,181,227,182,187,233,187,187,182,187,187,182,233,187,188,233,188,187,188,187,182,187,187,188,233,188,187,188,233,188,187,233,193,233,252,233,253,253,253,253,253,254,253,253,254,253,254,194,253,254,253,253,253,253,234,253,253,254,253,253,253,254,253,254,253,253,253,254,194,253,254,253,253,253,254,253,253,254,253,253,254,194,254,254,254,253,234,253,254,253,253,253,254,253,254,254,253,254,253,234,254,253,254,194,253,254,194,253,254,194,254,253,253,234,254,253,254]; +image[152]=[254,254,254,254,254,254,253,234,254,253,234,253,254,254,253,254,253,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,194,254,253,234,254,254,253,254,254,254,254,253,254,254,254,253,194,254,254,253,254,254,254,253,254,234,254,253,254,234,254,234,254,253,254,254,253,254,253,234,254,253,234,254,254,254,194,254,254,254,254,234,253,254,254,253,194,254,253,194,253,253,253,254,253,194,254,234,253,253,254,253,254,253,254,253,253,254,253,254,254,253,254,254,254,254,194,254,253,254,253,254,253,253,194,254,253,194,254,253,253,253,253,253,253,253,253,253,253,253,254,253,234,253,253,194,254,253,234,253,253,234,254,253,234,253,254,253,194,253,254,194,253,234,253,253,254,253,194,253,253,194,254,253,194,254,253,253,254,253,253,253,254,253,254,253,254,254,253,234,253,253,254,234,253,253,254,253,253,194,254,253,194,254,253,253,194,254,253,194,254,253,254,254,194,254,253,234,253,253,253,253,254,194,254,254,234,253,254,254,253,253,253,253,254,253,253,254,253,253,254,253,253,254,253,253,253,253,254,194,254,253,254,254,253,253,252,252,193,233,252,188,193,188,188,188,187,188,187,187,142,142,96,142,96,182,244,45,244,242,45,243,45,243,45,142,142,188,188,188,193,188,193,233,252,188,193,188,233,187,252,187,142,142,188,187,187,187,193,187,142,233,193,182,193,187,188,187,233,233,188,187,182,187,187,187,182,187,187,187,187,187,187,187,187,187,233,187,233,187,232,187,187,187,233,232,187,187,227,187,232,187,233,187,187,181,227,181,187,227,227,181,181,221,227,176,181,176,130,182,136,176,181,187,181,136,227,136,227,136,181,181,136,227,136,227,187,227,135,233,187,182,187,182,181,136,181,181,182,187,182,182,227,182,187,182,181,187,182,182,181,182,187,182,227,182,136,227,182,227,135,227,233,187,187,181,187,187,182,187,188,233,142,233,182,187,187,227,136,181,182,227,136,233,182,187,182,233,187,233,187,182,187,182,233,188,188,233,182,187,187,182,233,233,142,188,233,193,187,188,233,188,188,187,252,188,253,233,253,253,253,253,234,253,253,234,253,254,254,253,254,253,253,253,253,253,253,253,253,234,253,253,253,234,253,254,253,254,254,253,254,253,254,194,254,194,254,253,194,254,253,254,253,253,253,254,253,254,194,254,254,253,254,194,253,194,254,253,254,254,253,254,253,254,253,254,254,254,253,254,253,254,253,253,254,254,253]; +image[153]=[254,194,253,254,234,254,254,254,254,254,254,254,253,254,194,254,254,194,253,254,254,253,254,253,254,254,253,254,253,254,253,254,254,254,253,254,254,254,194,253,254,253,254,234,254,254,234,254,254,254,253,254,254,254,194,254,254,253,253,254,254,253,254,253,254,254,194,254,254,194,254,254,254,254,254,254,253,234,254,254,254,234,254,253,254,254,253,254,254,253,253,253,253,253,253,194,253,253,253,253,253,253,234,253,254,234,253,254,194,254,253,254,194,254,253,234,254,253,253,254,253,234,253,254,253,254,254,253,254,253,253,194,253,253,194,253,254,253,254,253,253,254,253,253,253,253,254,254,254,253,254,253,254,254,253,253,254,253,253,234,254,254,253,253,254,253,253,253,253,253,253,253,253,254,253,253,254,253,253,254,253,253,254,253,254,253,254,253,253,234,253,254,253,254,253,253,253,254,253,253,254,253,254,253,253,254,194,254,254,253,254,253,254,194,254,253,253,254,253,253,253,253,254,254,253,253,253,253,253,253,234,253,194,254,254,234,253,234,254,194,253,254,194,253,254,194,253,254,253,254,234,253,254,253,254,253,253,253,253,253,253,252,253,233,193,233,193,193,233,188,251,182,142,187,142,187,182,96,142,96,96,96,91,45,244,45,244,244,247,142,233,188,193,233,193,233,193,233,253,233,193,253,193,233,188,233,233,188,193,188,188,187,188,187,187,188,187,188,233,187,188,187,142,187,187,187,142,136,141,136,187,136,187,187,233,187,187,233,187,187,187,233,187,233,187,232,227,187,187,232,187,187,227,187,187,227,187,233,187,181,187,181,182,181,227,181,181,181,227,181,181,175,227,227,130,176,227,181,227,136,227,187,227,136,227,181,182,187,181,182,227,136,182,187,182,233,187,182,181,227,136,227,233,187,182,187,187,182,233,136,227,187,233,187,136,227,187,187,182,176,135,182,187,135,182,188,233,182,182,187,182,233,233,188,233,188,187,182,233,182,187,181,136,227,182,187,227,187,233,187,187,182,187,182,233,188,187,187,233,187,188,187,182,187,187,188,193,182,233,188,188,187,188,187,188,187,188,233,187,188,188,253,188,252,253,253,253,253,253,253,253,253,253,253,253,253,254,253,234,253,254,253,253,234,254,253,253,253,253,234,253,253,194,253,254,253,253,254,253,253,254,254,253,253,254,194,253,254,194,254,253,254,253,194,254,253,254,254,254,194,253,253,254,234,253,254,253,254,253,253,234,254,194,253,254,194,254,253,234,253]; +image[154]=[254,254,254,254,253,254,253,254,194,254,253,254,254,254,254,253,254,254,254,194,254,254,194,254,254,194,254,254,194,254,254,254,254,234,254,253,254,254,254,234,254,254,253,254,253,253,254,253,254,234,254,254,194,254,254,253,254,194,254,254,254,254,254,253,254,254,254,254,254,254,254,253,254,194,254,254,254,254,253,254,254,253,254,254,254,194,254,234,253,253,194,252,252,252,188,253,253,253,252,253,194,253,253,253,253,253,253,254,253,254,194,254,253,253,254,253,254,194,254,254,253,254,253,194,253,253,254,253,253,253,254,253,253,253,253,253,253,194,253,254,194,253,254,194,254,253,253,234,253,194,254,253,194,254,253,194,254,254,253,253,253,234,253,253,253,254,253,253,254,253,254,253,253,253,194,253,253,253,253,194,254,234,253,253,194,253,254,234,253,253,253,253,253,254,194,254,253,253,253,194,253,253,254,253,254,253,254,253,253,254,253,253,254,253,254,253,253,254,253,194,254,253,234,253,254,234,254,254,253,254,253,254,253,253,253,254,253,253,253,254,234,253,254,253,254,254,234,253,194,254,253,254,234,253,254,253,254,253,253,233,253,233,252,193,252,188,188,252,193,188,187,188,187,142,187,142,142,136,142,96,136,246,96,91,91,45,45,242,241,0,245,142,188,188,188,253,188,233,193,188,233,252,193,252,233,193,188,187,188,187,233,193,182,193,187,188,187,187,142,187,187,182,233,142,188,187,182,187,136,136,95,136,141,182,187,227,187,187,227,187,187,227,187,227,187,187,187,187,227,187,232,187,181,227,187,187,187,233,233,187,227,181,181,181,181,181,181,181,227,182,136,175,181,182,181,181,176,181,135,227,136,227,136,187,227,227,136,187,182,181,187,181,222,233,182,187,187,233,136,181,182,181,182,187,227,227,187,182,233,187,182,187,182,233,181,182,182,227,187,136,181,227,187,136,182,187,233,182,182,233,187,188,187,188,233,187,187,188,233,187,227,136,227,136,187,182,182,187,182,233,188,233,187,187,187,182,187,188,187,187,182,187,227,182,187,233,182,188,233,182,233,188,233,187,188,233,188,193,188,193,233,188,233,253,252,253,253,253,253,253,234,253,253,253,254,253,253,253,253,253,253,253,253,253,253,254,253,254,253,253,254,254,253,253,254,253,234,253,254,253,253,253,254,253,254,254,253,254,253,234,253,254,253,254,253,253,254,253,254,254,254,194,254,254,253,194,254,254,194,254,253,254,254,253,234,254,253,254,254,253]; +image[155]=[254,254,194,254,254,194,254,253,254,254,254,194,253,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,253,254,254,254,234,254,254,254,194,253,254,254,254,254,194,253,254,253,253,254,254,254,194,254,254,254,254,254,253,254,254,234,253,254,234,253,254,234,254,254,254,254,234,253,254,194,254,194,254,254,253,234,254,254,254,253,254,253,253,194,252,252,251,251,188,194,252,253,253,253,194,253,254,253,253,234,254,253,253,253,254,253,253,253,254,253,253,253,254,253,254,254,253,254,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,254,253,254,254,253,254,254,253,254,254,194,253,254,253,254,253,254,253,234,254,194,253,194,253,253,194,253,253,253,254,194,253,254,253,253,253,254,254,253,253,253,253,254,254,253,234,254,253,253,234,253,254,254,253,254,253,194,254,253,253,254,253,254,194,253,254,253,194,254,254,194,253,254,254,254,253,253,254,253,253,253,253,253,254,253,254,194,254,194,253,253,254,253,253,253,254,253,234,253,253,253,254,253,253,254,253,253,234,253,254,253,253,253,253,188,193,253,253,233,193,193,233,188,187,188,142,182,142,182,187,96,142,136,96,96,136,91,96,91,45,91,45,45,246,249,188,142,188,188,253,233,188,253,233,252,233,193,233,253,188,193,233,193,188,188,187,188,182,187,142,182,187,182,142,187,136,187,182,182,187,187,136,142,182,136,136,136,135,182,187,187,181,187,227,187,181,187,187,227,187,227,187,187,187,227,187,187,181,187,227,233,187,187,187,227,187,227,181,181,222,181,181,181,182,187,181,135,181,233,136,181,227,135,181,182,227,182,182,187,227,227,181,233,136,136,187,130,188,233,136,233,187,182,182,187,182,227,187,182,181,182,233,182,187,227,233,182,187,182,181,136,233,187,182,176,136,233,136,187,188,193,182,136,233,188,187,182,193,188,187,182,187,188,187,187,187,227,181,227,187,182,182,187,188,187,187,182,187,233,187,187,233,182,233,182,187,182,187,182,187,182,182,193,182,187,188,233,188,187,188,233,188,233,188,193,188,253,188,253,253,253,253,253,252,253,253,253,253,253,254,253,253,253,253,254,253,254,253,234,253,194,253,253,253,253,234,254,194,254,253,253,234,253,194,254,254,194,253,253,253,254,253,253,253,254,253,254,253,254,253,234,253,254,253,253,254,253,253,254,254,253,253,254,253,254,194,253,254,253,254,194,253,254,194]; +image[156]=[254,254,254,254,254,254,254,254,253,254,254,254,254,194,254,194,254,253,254,254,253,254,194,254,253,254,194,254,254,254,254,254,194,254,254,253,254,253,254,254,254,254,234,253,194,254,254,254,253,254,254,253,254,254,254,254,253,254,253,254,254,253,254,254,254,254,254,254,253,254,253,194,254,254,254,254,254,254,254,254,254,194,254,254,253,254,253,253,234,253,253,252,188,194,250,194,251,252,252,194,252,253,253,253,253,194,253,253,253,253,234,253,253,194,254,253,253,254,253,194,253,253,234,253,253,253,254,253,194,253,253,253,253,253,194,253,253,254,194,253,254,253,254,253,254,253,253,253,234,254,253,234,253,254,253,253,254,253,194,254,253,253,253,253,253,253,254,253,254,253,254,253,254,253,253,253,254,253,253,254,194,253,253,234,253,254,253,253,253,194,254,253,253,254,253,254,253,194,253,253,254,253,254,253,254,194,254,234,253,254,253,254,253,254,253,254,254,253,234,253,194,254,253,194,254,254,254,234,253,194,254,254,253,254,254,254,194,254,253,254,253,194,253,254,253,194,254,253,253,194,254,253,253,254,253,254,253,253,253,253,253,233,233,253,253,233,252,193,193,188,233,193,188,187,142,182,187,142,142,136,246,96,45,136,91,96,45,91,91,45,45,0,241,45,244,91,96,142,187,188,233,252,252,233,193,233,252,233,193,233,193,188,187,252,187,188,187,182,187,182,136,141,136,90,142,136,142,136,136,96,136,96,187,187,181,187,187,187,187,187,187,227,187,187,187,187,187,227,181,181,187,181,187,232,187,187,187,227,187,233,187,227,181,176,181,181,181,175,181,181,182,233,176,227,227,227,182,227,136,181,227,181,233,136,182,187,182,227,136,233,181,222,187,136,233,188,233,182,187,182,233,136,227,136,233,182,136,233,187,182,181,187,187,182,187,182,136,182,227,187,176,135,233,182,187,182,233,187,136,188,233,188,187,182,233,188,187,233,188,182,182,182,181,136,187,227,182,233,187,233,233,182,187,187,188,187,188,187,233,187,182,182,187,188,187,182,187,188,187,188,187,188,187,188,233,252,187,188,233,188,233,188,233,253,253,252,253,252,253,253,253,253,254,253,253,252,253,253,254,253,253,253,253,253,254,253,254,253,234,253,253,253,253,253,253,254,253,253,254,253,253,254,253,254,194,254,253,194,254,253,194,253,254,194,254,254,253,254,253,234,253,254,254,194,253,234,254,253,254,253,254,253,254,254,253,254,254,253,254,254]; +image[157]=[254,253,254,253,254,254,254,254,194,254,253,254,254,254,253,254,253,254,254,194,254,254,254,254,254,254,254,253,254,253,254,254,254,254,254,194,254,194,253,254,254,253,254,254,254,254,253,253,234,253,254,254,253,254,253,254,254,254,194,254,194,254,254,194,253,254,254,194,254,254,254,254,254,254,194,254,253,254,234,253,254,254,254,254,254,194,254,254,254,253,253,253,252,188,251,251,251,252,188,252,252,253,234,253,253,254,253,253,254,253,254,253,254,253,253,254,194,253,253,254,253,253,253,253,234,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,234,254,194,254,253,253,253,254,253,254,253,254,254,253,254,254,194,254,254,194,254,253,234,253,253,234,253,253,194,253,253,253,253,253,234,253,253,253,254,253,254,253,254,194,253,254,253,253,253,254,194,253,253,253,254,254,194,253,254,253,254,253,253,253,253,254,194,254,253,254,253,254,234,253,254,253,254,254,254,254,254,194,253,253,254,254,234,253,253,254,253,234,253,254,253,234,253,254,254,253,253,254,253,253,254,253,254,253,254,254,253,254,253,254,253,253,253,253,252,193,193,252,193,252,233,188,193,188,193,188,187,188,250,182,182,142,182,142,182,136,96,136,96,136,90,96,91,91,243,91,45,247,136,247,136,142,187,188,193,253,188,252,252,233,188,193,252,233,187,188,233,188,233,142,187,182,187,142,182,96,136,91,96,136,96,90,136,136,187,136,182,181,182,181,227,187,227,187,187,233,233,233,187,232,187,187,181,232,227,181,227,187,227,187,187,227,187,187,233,187,181,181,221,181,221,181,181,227,187,182,136,182,181,187,227,233,136,182,227,187,233,182,181,187,233,182,182,188,135,227,136,233,187,233,181,136,182,233,136,187,136,233,136,130,233,182,187,182,227,187,182,227,227,182,136,182,187,136,181,136,187,233,187,188,187,136,182,233,188,233,188,187,182,187,188,233,187,182,187,187,181,187,187,182,187,187,187,188,187,182,233,187,182,233,188,182,187,187,227,187,182,233,136,187,233,182,233,188,233,233,187,188,233,188,187,188,187,188,193,253,188,253,188,252,253,253,253,253,234,253,194,253,253,253,253,194,253,254,194,253,253,253,254,253,253,254,253,254,254,253,254,194,253,254,253,253,254,253,234,254,253,254,253,254,254,254,254,253,254,253,253,253,254,194,253,254,254,253,253,254,254,253,254,253,254,234,253,254,194,253,234,253,253,234,254,234,254]; +image[158]=[254,194,254,254,194,254,253,254,254,254,253,254,253,254,254,234,254,253,254,254,254,253,254,194,254,254,254,194,254,254,253,254,253,194,254,254,254,254,254,254,194,254,253,254,253,234,254,254,253,254,253,234,254,254,253,254,254,254,254,254,254,234,254,254,254,234,254,254,254,234,254,254,254,254,254,254,254,254,254,253,234,253,254,234,254,253,254,253,253,254,234,253,194,252,252,194,251,194,252,253,253,252,253,253,234,253,253,253,253,253,253,194,253,253,253,253,254,253,253,234,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,194,253,254,253,253,253,254,253,253,253,254,253,254,254,194,254,253,254,194,254,253,254,253,253,254,253,253,254,253,253,253,253,253,253,253,253,254,253,194,254,253,253,253,254,253,253,254,194,253,253,254,254,253,254,253,194,254,253,254,254,254,253,253,254,254,253,194,254,253,254,254,254,253,253,254,253,253,234,253,253,254,253,194,254,253,234,253,254,253,254,254,253,253,254,253,254,194,254,253,254,253,254,253,254,253,253,234,254,253,234,253,253,254,253,254,194,253,254,253,254,253,254,254,253,253,253,253,188,233,253,233,252,193,188,233,188,233,252,187,188,187,142,187,142,136,96,136,96,136,136,136,136,91,90,45,91,45,91,96,96,96,136,142,136,247,142,182,188,187,253,193,233,142,187,188,193,188,187,187,142,142,182,182,142,136,187,136,142,136,142,91,136,247,136,96,136,187,181,187,136,135,136,135,136,181,187,187,187,187,233,187,187,233,187,187,187,187,227,181,187,181,227,181,181,181,181,227,227,227,181,135,221,175,175,181,181,182,187,233,182,187,136,187,182,227,181,187,182,187,187,227,136,182,238,181,188,187,181,187,227,187,252,187,136,233,193,136,233,182,187,228,136,182,187,233,182,182,187,182,187,182,227,135,227,182,182,181,176,182,227,182,233,187,182,187,182,187,188,187,187,182,187,233,182,182,187,233,187,182,233,182,187,182,187,233,182,233,187,182,233,188,187,187,187,182,227,136,227,187,182,187,233,182,187,187,187,188,187,188,187,187,233,233,188,187,188,233,188,233,252,253,252,253,253,252,253,252,253,253,253,234,253,253,253,253,253,253,254,194,253,253,194,253,253,253,253,234,253,254,253,254,194,254,253,253,253,253,254,253,234,253,253,253,234,253,253,234,254,253,234,253,254,253,253,254,194,254,234,253,254,194,253,253,254,253,254,254,254,253,254,253,253,253,253,253]; +image[159]=[254,254,254,254,254,194,254,254,254,194,254,194,253,254,253,254,253,254,254,253,254,254,254,254,253,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,253,254,254,253,254,194,254,253,254,254,234,253,254,234,254,253,254,254,253,254,253,254,254,253,254,253,254,254,253,254,234,254,254,194,253,254,253,254,254,253,254,253,254,234,254,194,253,253,253,253,253,253,253,252,253,188,194,253,194,253,253,253,253,253,253,194,253,253,253,254,194,253,253,234,253,253,253,253,254,194,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,254,253,253,254,253,234,253,253,253,254,253,254,253,254,194,254,253,254,253,234,254,253,234,254,254,194,254,253,254,253,253,253,254,253,194,253,253,253,194,253,253,253,254,194,253,253,253,254,253,254,254,253,253,234,253,194,253,254,253,253,254,254,194,254,253,194,254,253,254,194,253,254,253,254,194,253,254,254,253,254,253,254,254,234,253,254,194,253,254,254,254,254,254,254,253,234,253,254,194,254,253,253,253,254,253,253,254,194,253,254,253,254,253,254,234,254,253,253,254,253,254,253,253,253,193,253,233,193,252,193,193,252,233,252,187,188,188,187,182,187,142,182,182,187,136,136,136,96,136,142,136,142,188,249,142,136,96,96,136,182,96,247,247,91,246,246,142,188,188,233,187,188,193,187,187,187,96,187,182,142,187,182,142,182,182,182,96,136,136,141,136,136,136,181,187,187,187,187,233,187,187,187,227,187,187,187,233,187,187,227,227,187,187,181,187,227,187,187,181,181,181,181,136,181,221,181,180,181,181,181,187,233,182,136,233,187,182,233,187,182,233,136,233,227,187,182,227,136,228,187,227,227,136,181,187,182,233,187,182,131,233,187,182,182,136,233,187,181,182,233,187,187,227,187,227,193,182,182,182,227,182,181,175,136,187,187,182,187,182,181,182,182,187,233,187,182,187,187,187,182,233,182,233,187,182,187,182,187,233,187,188,187,233,187,187,188,233,187,181,187,187,181,182,181,182,187,182,187,188,233,182,187,233,188,187,188,187,188,233,188,233,251,187,188,252,233,188,253,188,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,254,253,254,194,254,253,253,253,253,253,253,253,254,194,253,254,194,253,253,253,254,253,254,253,254,253,253,254,253,253,254,253,234,253,254,253,253,254,253,254,254,194,253,253,234,253,253,194,254,254,253,254,254,254,194]; +image[160]=[254,234,253,253,254,254,253,194,254,254,254,254,254,194,254,254,253,254,254,194,254,254,254,254,254,194,254,254,254,254,254,254,254,253,254,253,254,194,254,254,253,254,194,254,254,253,254,253,254,253,254,254,254,253,254,253,254,254,234,254,253,254,194,254,254,253,254,194,254,254,254,254,253,254,254,254,254,234,254,194,254,254,194,254,253,253,254,254,254,254,253,254,253,253,253,253,253,253,252,253,253,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,254,253,253,194,253,253,253,252,253,253,253,254,194,253,254,253,253,254,194,254,253,254,254,194,254,253,254,194,254,254,253,254,253,254,253,253,254,253,253,253,254,253,234,253,253,234,253,253,253,253,254,253,194,254,253,254,253,253,253,254,253,194,253,254,253,234,253,254,253,253,254,254,253,194,254,253,253,254,253,254,254,253,253,254,253,254,253,254,253,254,254,234,253,254,194,254,194,254,254,254,253,254,254,234,253,254,253,254,253,194,254,254,253,254,253,254,194,254,253,253,194,254,253,254,253,254,253,254,253,253,253,254,253,253,254,253,253,188,233,252,233,252,193,233,252,233,188,193,188,193,188,187,188,187,188,187,187,187,182,136,142,136,136,136,45,96,91,91,91,96,142,142,188,233,250,142,182,91,96,91,243,91,243,96,247,142,182,142,187,142,252,187,188,187,187,182,96,187,182,96,182,136,136,141,182,90,187,181,187,187,181,187,227,182,187,233,187,233,187,233,233,233,187,227,187,227,187,181,233,187,187,227,187,227,187,227,187,227,227,136,181,176,181,221,181,176,181,182,233,187,182,233,187,182,233,187,188,188,182,233,182,187,181,181,188,188,187,182,233,227,182,182,187,227,187,136,182,182,182,233,136,233,182,181,182,182,182,187,182,187,187,187,182,187,233,182,227,181,135,227,182,187,182,187,182,136,227,182,187,188,187,227,187,233,136,187,187,188,233,188,187,187,182,187,182,233,187,182,187,188,233,188,187,182,187,182,187,182,187,187,182,187,182,187,187,187,182,193,187,182,233,182,187,188,187,188,187,188,193,233,252,188,252,253,233,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,253,253,253,253,253,194,254,253,254,253,253,253,254,253,253,254,253,194,254,253,194,253,253,253,194,253,253,254,253,253,254,253,254,253,253,254,253,194,254,253,254,254,254,253,254,254,253,253,194,254,253,253,254,253]; +image[161]=[253,254,254,234,253,254,254,254,254,253,254,254,254,254,254,194,253,254,254,254,253,254,194,253,254,254,194,254,254,194,253,254,254,254,194,254,254,254,254,194,254,254,254,253,234,253,254,234,254,194,253,254,194,254,254,254,253,254,254,194,254,254,253,254,234,254,254,254,234,253,254,194,254,254,234,253,254,254,253,254,253,254,254,253,254,254,253,253,234,253,194,253,234,253,253,194,253,253,253,252,234,252,253,253,253,234,253,253,253,252,234,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,254,253,194,253,254,253,253,254,194,253,254,253,234,254,253,254,253,254,234,254,194,253,254,194,254,254,194,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,254,253,253,253,254,194,253,253,253,234,253,254,253,234,253,254,253,254,254,253,254,254,253,254,194,254,253,254,253,254,194,254,253,253,253,234,253,254,254,253,254,194,254,194,253,254,253,254,254,194,254,254,254,253,253,254,234,254,253,254,253,254,254,253,234,254,253,234,253,234,253,254,254,254,253,254,253,253,253,252,253,252,252,193,253,253,252,193,252,233,188,233,188,187,188,187,188,187,188,142,187,142,187,187,136,96,136,136,136,45,136,91,91,45,91,91,244,91,96,248,142,182,142,188,142,142,188,188,142,182,142,182,142,187,188,96,182,142,182,187,142,187,187,187,187,136,136,136,136,136,136,136,227,187,182,187,187,187,227,187,233,187,187,187,227,187,187,187,181,187,181,187,227,187,227,187,181,181,181,181,187,233,233,187,227,136,181,227,181,181,135,187,233,233,233,187,187,187,182,233,182,187,182,182,233,182,227,182,233,187,182,187,233,187,233,136,187,188,227,187,187,182,187,182,187,182,182,181,233,182,233,187,182,182,233,233,136,187,187,182,182,135,227,182,233,136,182,227,136,227,136,182,233,187,182,233,182,181,227,233,188,187,233,187,182,187,182,233,233,182,233,187,187,188,233,182,233,187,182,187,187,181,182,187,233,182,187,188,187,182,233,187,187,188,187,182,187,188,187,188,233,188,187,188,233,188,252,252,253,188,253,234,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,234,254,253,253,234,253,253,194,253,253,253,253,234,253,253,253,253,253,254,194,253,254,253,253,234,253,253,194,253,253,234,254,194,253,254,254,234,253,234,253,254,253,234,253,254,254,253,254,194,253,254,253]; +image[162]=[254,253,254,254,254,253,254,253,254,254,253,254,253,254,254,254,254,254,253,254,194,254,254,254,254,254,254,253,254,254,254,194,254,254,254,254,253,254,254,254,254,254,254,254,254,254,253,254,254,254,253,254,254,253,234,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,254,234,253,254,253,234,254,194,254,253,254,254,253,253,194,253,253,253,253,234,252,253,253,253,252,253,252,253,253,253,253,252,253,194,253,253,253,253,253,253,253,194,253,253,194,253,253,254,253,253,253,253,194,253,234,253,253,253,254,253,254,234,253,253,254,254,253,254,253,253,254,253,254,253,254,253,254,254,253,254,253,254,253,254,254,194,254,253,194,254,253,194,254,253,253,253,254,253,253,254,253,253,253,253,253,254,253,254,254,253,254,253,253,254,253,254,253,254,253,194,254,234,253,254,194,254,254,254,194,254,253,254,253,254,254,253,254,254,253,234,253,254,254,254,254,254,234,254,194,254,254,253,254,254,254,254,194,254,253,254,234,253,254,234,253,254,253,253,253,254,253,254,253,253,253,234,253,253,234,253,253,253,252,233,188,233,252,233,193,233,193,233,252,193,188,233,252,187,188,187,187,182,187,182,136,142,181,136,136,96,90,136,45,45,91,91,90,91,45,242,40,45,242,40,40,241,40,91,91,96,91,96,96,91,45,242,242,142,187,142,187,188,187,187,187,142,187,141,187,187,187,187,187,187,187,187,233,187,233,187,187,187,227,187,227,187,187,187,227,187,181,187,227,181,187,181,187,187,227,187,181,181,175,181,136,227,187,227,181,181,181,222,227,136,227,142,233,187,187,233,187,187,233,182,187,187,227,136,187,227,187,187,187,227,182,233,233,182,233,187,182,233,187,233,182,227,187,187,182,136,233,182,233,187,187,233,187,233,136,233,182,227,227,181,136,227,233,182,181,176,181,182,227,136,182,182,187,233,188,181,187,187,233,233,188,187,227,187,182,187,188,187,182,187,233,182,187,187,233,187,182,233,182,187,136,187,136,187,233,182,187,188,187,182,187,187,187,233,188,187,188,193,187,188,188,193,188,233,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,194,253,254,253,253,253,253,254,253,253,253,194]; +image[163]=[254,254,253,234,254,194,253,254,254,194,254,254,194,254,253,254,254,194,254,254,254,254,254,253,254,253,254,254,254,254,254,254,254,254,234,254,254,234,254,254,194,253,254,254,194,253,254,253,253,254,234,253,253,254,254,253,234,254,253,254,234,254,253,254,254,194,254,254,194,254,253,254,254,253,254,254,254,194,254,253,254,194,253,254,254,253,254,253,254,253,253,254,253,253,253,253,253,253,253,253,253,194,253,253,253,253,252,194,252,253,253,253,253,252,234,253,253,194,253,253,253,253,253,254,194,253,253,253,253,253,253,253,253,253,253,194,253,253,254,253,253,254,253,234,253,253,254,253,254,253,254,234,253,254,253,234,253,254,234,253,254,253,234,253,254,253,254,253,253,254,253,253,194,254,253,194,253,253,253,253,253,194,253,253,253,253,253,253,254,253,254,194,253,254,194,253,234,253,254,253,253,254,253,254,254,253,254,254,254,194,253,254,253,194,254,253,253,254,253,234,253,253,234,253,254,254,253,254,253,234,253,254,194,253,254,254,253,254,254,253,253,253,254,253,253,254,253,254,253,254,194,254,254,253,254,254,253,253,253,253,252,253,188,193,252,233,193,253,188,193,252,233,252,187,188,193,187,188,252,187,188,187,187,187,136,187,136,141,136,136,136,91,90,45,45,91,96,91,91,91,45,91,45,91,45,45,45,45,242,91,45,91,45,91,247,136,142,182,142,187,187,182,182,187,136,182,136,182,187,187,136,187,187,233,187,233,187,233,187,233,187,187,187,187,227,187,182,187,182,233,227,187,187,181,187,227,181,227,187,187,181,181,221,181,227,181,181,176,181,181,136,187,227,187,227,182,188,233,182,136,182,233,182,227,182,187,181,176,181,136,233,187,182,187,182,188,187,182,187,233,182,182,187,136,233,136,227,187,187,187,233,182,188,182,233,182,233,187,187,187,182,227,181,136,181,227,182,181,130,176,135,182,182,227,182,188,187,187,136,182,182,233,252,187,182,187,188,182,187,233,187,182,182,187,182,188,187,182,187,187,188,187,181,136,227,181,182,233,233,182,187,182,187,182,182,187,182,187,188,233,188,187,233,187,188,193,252,233,188,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,194,253,253,253,194,253,253,194,253,253,234,253,253,253,253,253,253,253,253,194,253,253,252,253,253,194,253,252,194,253,253,194,253,253,253,253,253,254,253,253,253,254,253,254,254,253,253,194,254,253,253,253,253,254,253,253]; +image[164]=[254,194,254,254,254,254,254,234,254,254,234,254,254,254,254,194,254,254,254,254,253,254,194,254,254,194,254,253,254,254,234,253,254,253,254,253,254,254,253,254,254,254,254,254,254,254,194,254,254,253,254,254,194,254,254,254,253,254,234,253,254,254,254,254,254,254,234,254,254,254,254,234,254,194,254,254,254,254,254,253,254,254,254,253,194,254,234,253,194,254,234,253,253,234,253,253,194,253,253,253,253,252,253,194,253,253,253,253,253,234,252,253,253,253,253,194,253,253,253,253,234,253,253,253,253,253,194,253,253,194,253,253,253,253,253,254,253,194,253,254,253,254,253,253,254,194,254,253,194,254,253,253,254,253,253,254,253,254,253,253,254,253,254,253,253,234,254,253,234,253,253,253,253,253,253,254,253,194,254,253,254,253,254,253,253,254,253,194,254,253,254,254,234,253,254,254,253,254,253,254,253,234,254,253,234,254,253,254,253,254,254,194,254,254,253,254,194,254,253,254,254,253,254,254,253,254,253,194,254,254,253,254,254,254,253,254,253,194,254,254,254,194,254,254,194,254,194,254,253,254,253,254,253,254,253,254,254,253,254,253,253,188,253,233,252,233,252,233,253,233,188,193,233,188,233,188,233,187,193,188,187,142,187,142,187,141,136,187,136,95,136,136,91,90,45,45,91,96,136,91,45,91,45,45,91,40,242,45,45,91,45,91,91,245,142,96,187,182,142,187,142,187,136,187,182,187,187,187,187,136,187,181,187,187,142,187,188,233,233,188,187,187,187,187,187,187,233,233,187,187,182,187,233,233,187,136,187,181,227,187,227,187,136,181,181,181,187,227,181,227,187,187,136,233,187,227,187,227,233,187,136,136,233,136,187,182,227,181,227,176,181,233,136,233,187,182,233,187,187,233,187,182,233,182,187,187,228,187,176,187,182,187,233,187,188,187,233,182,187,187,181,182,227,135,181,227,136,227,130,130,175,136,187,182,187,233,182,233,187,187,187,233,188,233,142,187,182,187,182,182,187,136,187,227,233,187,182,233,182,233,233,187,227,182,136,187,187,188,182,187,182,182,233,182,187,182,187,188,187,182,233,142,233,188,233,187,188,188,253,253,253,252,253,234,252,253,252,253,253,253,253,253,253,253,253,254,253,253,254,253,254,253,254,253,253,253,253,253,194,252,253,194,252,253,253,253,253,194,252,253,253,253,253,252,253,253,253,252,194,253,253,194,253,253,194,253,253,253,253,253,253,253,253,194,253,194,253,194,253,253]; +image[165]=[254,254,254,254,234,254,253,254,253,254,254,254,253,254,254,254,253,254,254,234,254,254,254,254,254,254,254,194,253,254,254,254,254,194,253,254,254,194,254,254,254,194,254,254,253,254,254,194,253,254,253,254,254,253,194,254,254,254,254,254,253,254,253,254,253,254,254,253,254,253,254,254,254,254,254,253,254,253,234,254,254,234,254,254,254,254,253,254,254,253,253,254,253,253,253,253,253,194,253,252,234,253,253,253,253,252,234,253,252,253,253,194,253,253,253,253,253,234,253,253,253,253,254,253,253,254,253,253,253,253,253,253,194,253,253,253,253,254,253,253,234,254,253,254,253,254,234,253,254,253,254,254,194,254,254,253,194,254,254,194,254,253,234,254,254,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,234,254,253,253,253,254,253,253,234,254,194,254,253,254,253,254,253,253,254,254,253,254,254,253,254,253,254,253,254,253,254,194,253,254,253,254,194,254,254,254,254,254,194,254,253,254,234,254,254,254,194,253,254,253,253,254,253,254,253,253,254,253,254,254,194,253,234,253,254,253,254,253,253,253,188,193,188,193,252,233,252,193,188,233,188,193,187,252,187,188,233,187,188,182,187,182,136,182,96,136,136,136,136,96,136,85,91,45,45,45,91,136,136,136,85,91,45,45,45,91,45,91,91,96,136,182,247,96,142,142,182,182,187,182,187,182,187,187,182,181,136,181,182,187,187,187,233,233,187,193,193,233,187,233,187,227,187,227,187,187,182,187,182,187,182,188,233,233,233,182,187,182,187,227,187,182,182,187,227,187,182,187,233,233,227,136,181,227,227,187,188,233,233,187,187,233,233,233,182,187,181,227,136,187,187,227,187,182,187,233,182,233,187,188,187,182,182,187,182,187,182,227,182,187,187,182,187,233,182,187,227,187,136,227,187,227,136,227,181,176,181,176,181,130,227,136,182,233,136,227,187,227,187,233,193,233,182,182,187,182,187,182,187,181,187,182,187,233,182,187,182,187,188,187,136,227,182,227,187,233,188,233,182,187,182,187,182,187,182,187,188,187,182,187,182,187,188,233,187,188,233,188,188,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,252,253,253,253,253,252,253,253,253,252,253,253,253,253,234,253,253,253,253,253,234,253,254,194,253,253,253,253,253,253,253,253,253,252,253]; +image[166]=[234,253,254,253,254,254,254,254,253,254,253,254,194,254,234,254,254,253,254,254,254,253,254,254,254,254,254,254,254,253,254,194,254,254,254,234,254,254,253,254,254,254,253,254,194,254,254,254,254,234,253,253,234,254,254,253,254,194,254,254,194,254,234,254,254,253,254,194,254,254,194,254,253,254,254,254,254,254,253,254,253,253,253,253,253,254,253,234,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,194,253,252,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,254,253,254,253,253,254,194,253,253,253,194,254,253,254,253,254,234,253,194,253,254,253,234,254,253,253,254,253,254,253,253,194,254,253,194,254,253,194,253,254,194,253,253,253,254,194,253,253,254,253,253,253,254,194,254,253,253,253,254,254,253,194,254,253,253,254,253,254,253,254,194,254,253,234,253,194,254,253,254,253,254,253,194,254,254,253,254,253,254,234,253,254,254,253,234,253,254,254,253,234,254,254,253,254,253,254,254,254,234,254,253,234,253,254,254,253,194,254,194,254,254,254,254,253,254,253,253,254,253,253,252,233,252,187,253,233,252,233,193,233,193,188,187,188,233,187,251,187,187,142,182,187,136,136,136,142,141,136,136,141,136,96,136,90,45,136,45,45,247,182,136,136,136,136,247,136,246,91,136,91,142,142,182,188,233,187,187,188,187,188,187,187,182,136,136,136,187,187,182,187,182,187,142,187,188,233,187,187,233,187,182,187,227,187,187,233,233,233,233,187,181,187,187,187,187,187,233,233,193,233,233,187,233,187,182,187,187,182,227,187,182,233,136,136,182,227,227,187,182,233,182,182,182,136,227,181,227,181,182,227,187,182,233,136,233,187,233,253,182,233,187,187,182,233,233,182,227,136,233,187,233,182,187,182,233,233,188,233,187,187,136,227,182,181,181,176,181,227,181,176,136,227,227,187,136,233,187,182,187,188,188,187,182,227,181,182,227,227,227,182,187,227,187,187,182,187,187,233,233,187,181,187,136,187,182,233,187,233,182,187,182,136,182,187,182,187,182,233,188,187,182,187,182,187,188,187,252,188,233,253,188,253,188,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,254,194,254,253,194,253,253,253,253,253,253,253,253,253,253,253,234,252,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,194,253,253,234,253,253,234,253,253,194]; +image[167]=[254,254,194,254,254,194,254,254,194,254,254,254,254,254,254,254,254,194,253,254,254,194,254,254,194,253,254,254,194,254,254,254,234,254,253,254,254,254,194,254,253,254,254,254,254,253,234,253,253,254,254,254,254,254,253,254,253,254,253,254,254,254,253,254,234,254,254,254,234,254,254,253,254,254,194,254,253,254,194,254,254,254,234,254,194,253,254,253,254,253,194,253,253,253,254,253,253,253,253,253,253,194,253,253,253,253,194,253,234,253,234,253,253,253,234,253,253,194,253,253,254,253,254,194,253,254,194,253,254,253,253,253,234,253,254,194,253,253,254,254,253,254,254,253,253,254,253,253,253,254,254,253,253,254,253,254,254,253,234,254,194,254,253,254,253,254,254,253,254,253,253,253,254,194,253,253,253,254,253,253,253,254,253,253,253,253,253,253,253,253,253,234,254,254,253,254,253,254,234,253,254,253,254,253,254,253,254,254,253,254,254,194,254,254,254,253,253,254,253,254,253,254,253,234,254,253,254,253,234,253,254,254,254,253,254,234,254,234,253,253,254,253,254,254,253,234,254,254,254,253,254,253,254,253,253,254,253,254,254,253,253,253,253,188,193,188,187,252,233,252,233,188,187,233,233,252,187,188,187,182,187,142,136,136,96,136,96,136,187,96,136,136,96,136,136,90,136,45,91,45,136,96,136,96,136,136,45,243,45,243,136,142,182,182,193,182,142,182,142,187,188,142,136,96,136,96,136,187,227,187,187,233,187,188,233,187,233,188,187,187,233,187,187,182,187,187,187,188,187,182,187,227,182,187,227,227,182,187,136,181,181,136,227,187,227,187,187,227,227,187,233,136,182,227,233,227,136,181,182,227,187,188,233,227,187,227,135,176,181,181,187,227,187,227,182,187,182,182,193,233,187,252,182,233,182,233,188,182,187,136,227,182,182,182,233,187,182,233,187,182,227,187,182,136,227,182,181,181,136,182,182,181,176,136,227,182,181,187,182,227,187,182,233,233,136,182,181,187,182,187,181,136,182,187,136,233,187,227,182,187,188,182,187,227,187,181,182,187,187,182,187,182,187,182,227,182,227,182,187,187,187,182,188,187,188,187,187,188,233,193,252,233,188,253,253,253,252,188,252,252,188,253,253,253,253,253,253,253,253,234,253,253,254,253,254,253,254,194,253,253,253,253,253,253,194,253,252,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253]; +image[168]=[254,254,254,254,254,254,254,254,254,254,254,234,254,253,254,194,254,254,254,254,254,254,234,254,254,254,234,254,254,254,253,254,254,254,254,253,254,254,254,254,194,253,253,234,254,254,254,254,254,194,253,253,253,254,253,194,254,253,253,253,253,254,253,254,253,253,254,253,254,253,254,234,253,254,253,254,194,254,254,253,254,254,253,254,254,253,253,253,253,254,254,253,194,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,234,253,253,253,254,253,253,254,253,253,253,253,253,253,253,253,254,253,253,253,194,254,253,234,254,194,253,254,254,253,253,253,234,253,254,253,253,234,253,254,253,254,234,253,254,253,194,253,234,253,253,253,253,253,253,253,253,253,253,253,194,253,194,253,253,253,253,194,254,253,194,254,253,253,254,234,254,254,253,254,253,194,254,234,253,254,253,253,194,254,194,254,253,253,254,253,254,194,254,253,194,254,253,254,253,254,253,194,254,254,253,194,254,253,194,254,253,254,254,254,253,254,253,253,254,253,254,253,253,254,253,254,254,253,234,254,253,234,253,253,254,253,233,252,233,188,233,193,252,193,252,193,233,252,187,188,187,233,187,142,187,182,187,136,136,96,90,243,45,91,136,136,96,136,90,96,136,90,136,85,136,136,90,187,136,96,136,90,91,91,142,142,182,142,142,182,136,187,136,142,136,241,91,136,136,187,187,187,136,141,136,136,136,187,233,252,233,193,233,188,187,233,187,233,187,182,227,187,233,233,233,188,187,181,187,187,187,187,233,227,187,227,181,181,187,233,182,181,136,176,181,187,233,136,181,182,233,136,175,181,227,182,182,187,233,136,181,176,175,221,136,227,182,227,187,182,233,182,233,187,188,233,188,187,188,182,142,187,228,187,182,227,181,187,182,188,233,136,233,187,182,227,187,187,181,176,181,176,181,176,181,182,227,187,136,227,182,227,182,187,136,182,233,187,182,136,227,136,187,182,182,187,136,233,187,181,182,182,187,181,233,233,182,187,233,187,182,227,182,187,182,182,136,187,182,187,187,136,187,182,182,187,187,182,187,182,252,187,233,188,188,188,252,233,188,188,253,253,253,253,253,253,253,234,252,253,253,253,253,254,253,254,234,253,234,253,253,253,254,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253]; +image[169]=[234,253,254,234,253,254,234,253,254,253,254,253,254,254,254,254,254,254,253,234,253,254,254,253,254,254,254,253,254,234,254,254,194,254,194,254,253,234,253,254,254,253,254,253,253,253,253,253,253,254,254,254,194,254,254,254,253,254,194,253,253,194,253,253,253,234,253,253,253,254,253,253,253,234,254,253,254,254,254,194,254,253,254,253,234,254,254,194,253,253,253,254,254,194,253,254,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,253,253,234,253,194,253,253,253,253,194,254,253,253,254,194,253,253,253,254,254,253,253,254,253,253,254,194,253,253,234,254,254,253,254,194,254,254,254,194,253,254,253,254,194,253,253,254,253,253,254,253,234,253,253,194,253,253,194,253,253,253,253,254,194,253,254,253,253,253,254,253,254,194,254,253,253,254,194,254,254,254,254,253,253,254,194,254,254,254,253,254,253,254,254,194,254,254,254,254,254,254,253,254,194,254,253,254,254,253,253,254,254,254,254,254,253,254,253,254,194,254,234,254,194,254,253,254,194,254,254,254,194,254,254,254,253,254,254,254,253,253,253,253,193,252,252,233,188,233,233,233,193,233,193,233,188,187,188,182,187,136,187,136,187,187,182,187,136,96,90,96,136,136,136,90,136,136,136,91,90,91,182,45,136,136,187,187,182,182,182,142,182,96,187,182,142,96,182,96,136,91,136,136,136,187,182,182,182,187,182,187,187,233,182,187,187,188,233,233,193,233,187,182,187,181,187,187,188,187,188,187,187,233,187,227,181,181,181,187,187,187,187,227,221,181,136,233,233,227,181,176,181,182,233,227,181,233,227,136,181,181,227,187,182,233,233,136,181,181,136,175,227,135,227,233,187,187,188,187,182,233,188,187,233,233,187,182,233,182,227,187,182,181,227,181,187,233,182,187,182,227,187,228,187,176,181,227,227,181,130,176,136,182,233,187,182,182,227,182,233,136,187,188,187,187,181,227,136,181,227,187,188,187,182,233,182,181,187,181,187,187,187,187,182,233,188,187,187,181,182,187,181,182,181,182,181,182,187,227,187,227,187,182,187,233,187,188,187,188,187,187,187,188,188,252,253,253,253,234,253,253,253,252,253,253,253,253,253,254,253,253,253,253,254,253,234,254,253,253,254,253,253,194,253,253,253,234,253,253,253,234,253,254,194,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,253,194,253,253,194,253,234,253]; +image[170]=[254,254,254,254,254,254,254,254,194,254,254,254,253,234,254,253,234,254,254,254,253,254,254,254,194,254,254,254,253,254,253,254,253,254,254,254,253,254,253,253,194,253,254,253,254,194,254,254,253,254,194,254,254,253,253,254,253,253,253,254,253,253,253,194,253,253,253,194,253,254,194,254,253,253,254,253,253,253,234,254,253,234,254,253,253,253,254,254,254,234,253,253,253,254,253,253,234,253,253,253,234,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,254,253,254,253,253,254,253,254,194,254,253,253,253,194,254,253,253,254,194,254,253,253,254,234,253,254,253,254,254,254,253,253,253,254,253,253,254,253,253,253,254,253,253,253,253,254,253,253,254,253,253,194,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,254,253,253,253,254,253,254,194,254,254,253,254,253,253,254,254,194,254,253,253,234,253,253,234,253,254,253,254,253,253,253,253,254,254,194,254,254,254,253,253,254,234,253,253,253,253,253,254,253,194,254,254,254,253,254,254,253,254,194,254,254,253,253,254,254,253,253,254,254,253,253,254,253,253,253,253,253,233,252,187,193,188,252,188,233,188,193,187,233,187,187,187,182,187,182,141,182,141,182,187,182,96,136,136,95,141,136,141,136,45,136,96,136,96,136,182,187,187,182,187,187,187,182,182,96,136,91,96,90,96,136,96,91,96,96,91,96,136,91,45,136,136,187,182,136,136,136,182,141,182,187,187,233,188,233,187,233,187,187,233,187,187,187,182,187,227,187,187,227,181,227,136,181,233,182,135,181,221,181,227,182,187,187,182,227,136,187,187,182,227,187,227,187,187,227,187,227,136,233,233,182,181,227,176,181,227,187,182,233,182,233,188,227,233,253,187,188,187,182,136,187,233,182,187,182,181,176,136,227,187,187,182,253,227,187,233,188,176,135,227,136,176,181,175,227,182,188,188,187,182,182,187,182,233,182,233,227,182,181,182,227,181,136,227,182,233,182,187,227,181,227,182,181,136,227,187,187,253,187,187,187,187,136,181,182,182,181,182,182,181,182,136,187,182,227,187,182,187,182,233,187,187,182,188,188,233,188,188,253,188,253,253,253,253,253,253,253,253,253,254,253,253,254,254,253,254,253,253,253,254,253,194,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,234,253,253,234,253,253,253,253,194,253,253,253,253,253,253,253,254,253,254,253,254,253,253,253]; +image[171]=[253,254,253,254,194,253,254,254,254,254,254,253,254,254,254,254,254,253,254,194,254,234,253,254,254,254,194,254,253,254,254,234,253,254,234,254,254,234,254,254,253,254,194,253,254,253,254,194,253,254,254,253,254,254,254,194,254,254,253,253,253,253,254,253,253,253,254,253,253,253,254,253,253,254,253,234,254,253,254,253,254,253,253,254,194,253,234,253,253,253,253,253,254,253,253,254,253,234,253,253,253,253,253,194,253,253,253,253,253,234,253,253,253,194,254,253,253,253,194,253,253,254,253,253,253,254,253,253,254,254,253,253,254,253,253,253,253,194,254,253,253,253,234,253,253,234,253,254,254,194,253,234,253,254,194,254,253,234,254,194,254,253,253,253,194,253,253,253,253,253,254,253,253,194,253,253,234,253,253,234,253,253,253,194,254,253,194,253,253,253,234,254,253,254,253,254,194,254,254,194,253,253,254,253,254,253,253,254,254,254,194,254,254,253,254,194,254,194,254,253,254,254,253,254,194,254,253,254,234,254,194,254,234,254,254,254,253,234,253,254,253,234,254,254,253,254,254,194,254,253,254,254,194,253,254,254,254,253,254,254,253,253,253,253,188,252,233,187,193,193,233,193,233,188,187,188,187,187,187,187,187,187,187,136,187,136,187,187,187,136,187,136,136,141,136,136,96,136,90,96,90,136,187,96,136,187,136,187,96,136,136,136,91,90,96,90,45,90,45,136,96,182,187,182,142,187,142,136,96,96,136,141,136,136,181,136,187,136,187,188,187,188,187,182,227,187,182,227,187,181,182,181,181,187,187,181,232,187,233,187,187,227,182,181,181,227,187,182,233,187,182,187,227,181,181,181,181,227,181,181,227,187,227,187,136,188,233,182,181,227,136,227,187,187,187,233,187,233,136,182,233,233,187,233,187,136,187,188,187,182,233,187,176,176,182,228,187,233,188,182,233,187,233,136,227,182,187,181,176,181,136,187,233,233,188,182,187,182,182,187,182,187,182,233,90,182,136,181,181,136,187,187,136,182,182,135,182,181,227,181,227,227,187,233,182,182,187,227,181,182,181,136,227,187,182,181,227,136,181,182,181,182,187,188,187,142,188,187,187,187,187,188,233,188,233,252,253,253,253,252,253,253,253,253,253,253,253,194,253,254,194,253,254,254,194,253,253,254,253,234,253,254,253,194,253,253,234,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,234,253,253,234,253,253,253,253,253,253,253,254,253]; +image[172]=[254,194,254,254,254,254,254,253,254,253,254,194,254,254,194,254,254,254,254,254,253,254,254,234,253,254,253,254,234,253,254,254,254,253,253,254,253,253,253,254,234,253,254,253,254,253,254,254,253,254,254,254,194,254,254,253,254,194,254,194,254,253,253,253,253,194,253,234,253,254,234,254,194,254,253,253,253,253,254,253,253,194,253,254,254,253,254,253,254,253,194,254,253,194,254,253,253,254,253,253,254,253,253,254,253,194,253,253,253,253,253,253,253,253,253,234,253,254,253,234,253,254,253,254,253,253,194,254,253,234,253,253,234,253,254,253,254,253,254,253,254,253,254,253,253,254,253,194,254,254,253,254,253,253,254,253,253,253,254,253,234,253,253,254,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,254,253,254,194,253,253,253,254,234,254,254,254,254,253,254,254,234,254,253,254,254,253,253,253,254,253,253,194,254,254,254,254,253,254,253,254,253,254,253,254,253,194,254,253,254,253,253,253,253,253,254,253,254,253,194,254,253,253,234,254,253,254,254,254,194,254,254,254,254,234,253,254,254,253,254,253,254,253,193,233,188,233,193,233,188,188,187,233,193,233,187,187,182,187,182,187,182,187,187,142,187,136,182,136,142,136,141,136,141,136,181,95,136,136,136,136,90,136,187,182,187,187,136,187,136,96,136,136,96,136,96,91,136,96,91,96,91,45,136,91,91,96,96,91,91,96,96,96,187,182,187,187,187,136,136,136,233,233,187,187,187,187,187,187,181,181,227,187,227,187,182,187,227,187,187,187,233,187,182,181,181,233,233,187,187,227,233,182,187,227,181,187,181,182,227,135,136,233,187,227,136,233,233,188,187,187,136,187,182,182,187,188,233,188,187,182,187,182,227,187,176,182,233,227,136,187,182,136,175,187,187,188,187,188,182,252,187,182,187,182,181,233,135,176,227,182,182,182,253,188,182,187,182,182,187,182,182,187,233,136,227,176,136,136,227,136,233,187,187,227,136,182,182,181,182,187,182,187,227,187,181,187,182,181,181,181,182,181,135,181,136,181,227,136,187,136,187,182,182,187,182,187,182,187,188,233,251,188,253,252,253,253,252,253,253,253,253,253,254,253,253,254,254,253,254,253,254,253,254,254,254,253,253,253,254,253,194,254,253,254,253,253,253,254,253,254,253,254,253,253,253,253,194,253,253,194,254,234,253,254,253,253,253,254,253,253,253,194,254,253,194,253,253,234,253]; +image[173]=[254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,253,234,254,253,254,254,254,253,254,254,254,254,254,254,253,254,194,253,254,254,253,254,194,254,253,253,254,253,254,194,254,253,254,194,254,253,254,254,254,254,253,254,254,253,254,254,194,254,253,254,253,253,253,253,253,253,253,254,253,254,194,253,254,194,253,254,253,234,253,253,253,254,194,253,254,254,253,254,254,253,254,254,253,254,194,253,234,253,253,253,254,194,253,253,234,253,253,234,254,253,253,253,253,253,254,253,234,253,194,254,254,254,253,253,253,253,253,253,253,234,253,253,254,194,254,253,254,194,253,254,253,253,254,253,253,254,253,234,253,234,254,254,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,194,253,252,253,194,253,253,253,253,234,253,253,253,253,253,253,254,194,254,253,253,253,253,194,254,253,254,253,253,253,194,254,194,253,254,254,253,254,254,254,254,253,253,254,254,253,254,254,194,253,254,253,254,254,253,253,234,254,254,253,254,234,253,253,254,254,253,254,254,254,253,254,234,253,254,254,254,253,254,254,253,254,254,254,253,254,254,253,252,253,188,193,187,188,188,187,233,193,188,187,188,187,188,233,187,187,187,188,187,187,187,187,187,187,187,187,181,187,136,136,141,136,136,141,136,141,90,136,96,136,136,141,136,187,187,182,187,141,136,136,136,136,136,136,91,90,136,90,96,96,45,45,40,91,96,182,188,188,182,142,188,233,233,188,233,193,233,187,187,187,233,187,187,182,227,187,187,136,181,181,181,233,187,233,182,233,182,187,227,181,187,233,187,181,182,182,187,136,227,227,187,182,182,187,227,187,227,227,135,176,233,233,182,182,187,182,233,188,233,187,182,227,182,233,233,187,182,227,187,187,227,182,182,182,188,181,181,181,181,176,136,227,187,227,182,233,187,233,182,187,187,136,227,233,136,135,176,187,182,233,142,233,187,182,233,182,136,227,136,182,228,187,136,176,227,182,136,182,182,187,227,187,187,182,227,136,181,181,187,227,187,182,227,182,181,187,176,135,135,176,181,176,181,136,181,181,181,181,182,187,182,187,187,188,187,187,188,187,188,233,188,253,253,188,253,253,253,253,253,253,253,254,253,253,253,253,254,194,253,234,253,253,234,254,253,254,253,253,254,253,253,253,254,194,253,253,234,253,253,253,253,194,254,253,253,254,254,253,253,253,253,253,253,254,253,194,254,253,254,253,234,253,254,253,253,253,253]; +image[174]=[253,254,254,254,254,254,254,254,254,194,254,253,234,254,254,253,254,254,194,254,194,254,254,253,254,194,254,254,254,194,254,253,254,194,254,254,254,253,254,254,253,254,194,254,254,253,254,254,253,254,254,253,234,254,254,253,254,254,254,253,254,254,254,234,253,254,253,253,253,253,253,253,253,253,253,254,253,253,254,234,253,253,253,253,253,253,253,254,253,253,234,253,253,234,253,253,194,253,254,254,253,254,253,254,253,253,254,253,253,253,254,253,253,253,253,194,254,194,254,253,254,253,254,253,253,234,253,254,253,254,194,254,253,253,254,194,253,253,254,253,253,253,254,254,253,234,253,254,234,253,253,254,253,253,253,253,194,254,253,253,194,253,253,253,253,253,253,253,253,234,252,253,253,253,253,194,253,253,253,253,253,253,253,254,194,254,253,254,253,253,253,254,253,194,254,254,254,254,194,254,253,254,254,253,254,253,254,194,254,253,254,253,253,254,254,194,254,254,194,253,254,254,254,194,254,253,253,254,253,253,253,194,254,253,253,254,194,253,254,234,253,253,254,253,254,254,253,254,253,254,194,254,254,254,253,194,254,254,253,254,253,253,253,253,188,233,193,233,252,187,188,233,188,233,193,187,187,233,187,187,187,187,188,187,182,187,187,136,187,187,181,187,136,136,95,136,136,141,136,136,136,95,136,182,187,136,187,182,187,182,188,187,136,136,96,136,96,136,91,91,96,91,90,45,90,45,45,45,247,142,188,193,233,193,187,233,187,187,187,187,233,182,187,227,187,187,187,182,227,187,181,181,136,181,181,135,181,227,181,181,227,181,227,181,182,187,233,187,227,187,187,136,136,233,233,227,187,182,187,187,233,187,227,136,233,193,182,227,182,187,233,253,233,187,182,187,187,182,233,187,227,182,187,233,181,181,176,182,181,227,227,227,136,221,233,182,187,227,182,182,188,233,227,182,136,233,187,227,181,130,227,182,233,188,188,188,187,188,187,136,182,181,187,182,227,136,136,227,227,131,181,182,233,182,136,233,136,227,182,181,182,227,187,187,181,187,181,181,181,136,181,181,176,135,181,176,181,176,136,181,136,182,187,187,182,187,187,182,187,187,188,193,188,193,188,253,253,253,253,253,253,194,253,253,234,254,253,254,234,253,254,254,253,254,253,253,194,254,253,254,234,253,253,234,253,253,254,234,253,254,253,194,254,253,253,253,254,253,253,234,253,254,253,254,253,254,253,254,253,253,253,253,253,253,253,253,194,254,253,253]; +image[175]=[254,194,254,253,254,253,254,253,254,254,254,254,253,254,194,254,254,253,254,254,254,254,194,254,254,254,194,254,253,254,253,254,253,254,253,254,253,254,254,194,254,254,254,254,254,253,234,254,254,194,254,254,254,254,234,254,254,194,254,254,253,254,253,253,253,234,254,194,253,253,194,253,234,253,253,253,234,253,253,253,254,253,254,194,253,253,253,253,253,254,253,254,253,254,253,254,254,234,253,253,253,234,253,253,234,254,253,253,253,254,253,194,253,254,253,254,253,253,253,194,254,253,234,254,253,253,254,194,253,253,254,194,253,253,253,254,234,253,253,234,254,253,194,254,253,254,253,253,254,194,253,253,254,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,252,253,234,253,252,253,253,188,253,253,194,253,253,253,253,253,253,253,253,234,254,253,234,253,254,254,253,234,253,253,254,253,194,253,253,254,253,254,253,253,254,194,254,254,253,254,254,253,234,254,254,254,253,254,253,254,253,254,194,253,254,253,254,234,253,253,254,253,254,254,253,253,254,254,194,253,254,253,254,194,254,254,254,254,194,254,254,254,254,253,254,253,254,253,253,253,193,188,187,233,188,233,193,233,193,233,188,233,188,187,233,188,233,187,233,187,187,187,187,187,187,136,187,187,187,187,181,95,136,136,142,181,96,136,90,90,182,187,136,182,187,182,187,187,182,136,142,136,136,182,96,136,96,136,91,45,91,91,91,91,91,91,91,247,182,182,182,187,187,233,187,187,187,227,187,181,227,187,227,187,187,227,187,227,187,227,233,187,187,181,227,176,181,227,187,181,227,187,233,187,187,233,227,233,187,182,187,187,182,227,187,227,187,233,187,227,187,182,233,187,182,227,182,182,233,187,187,227,187,182,187,227,182,187,227,182,222,135,176,233,136,187,176,181,176,135,227,227,181,181,227,187,182,182,187,233,182,233,187,182,181,136,176,182,187,233,188,233,182,182,187,136,182,182,181,187,227,176,181,136,136,176,136,182,187,187,136,187,182,176,227,136,227,187,182,182,181,181,187,176,181,181,181,176,181,176,181,181,176,181,181,227,136,187,182,182,182,187,187,182,187,182,187,188,233,253,193,252,253,253,253,253,253,253,254,253,253,253,254,253,253,254,253,253,254,194,254,254,254,194,253,253,253,253,254,253,254,253,253,254,194,253,254,254,253,254,253,254,194,253,253,253,253,234,253,253,254,253,253,253,254,194,254,253,254,253,254,253,253,253,254,253]; +image[176]=[254,254,254,254,194,254,254,254,253,254,253,254,254,254,254,253,234,254,254,253,234,254,254,254,254,254,254,254,253,234,253,254,234,254,253,194,254,234,254,254,253,254,253,254,194,254,254,253,254,254,254,194,254,253,254,253,254,254,254,194,254,254,194,254,253,254,253,254,234,253,253,253,253,253,194,253,253,253,194,253,253,194,253,253,254,253,194,253,253,253,194,253,254,253,253,253,253,254,253,254,253,254,253,253,253,253,194,254,253,194,254,253,253,234,253,253,254,253,254,253,253,253,253,253,254,253,253,254,253,253,253,254,253,254,253,253,254,253,253,253,254,253,254,253,253,254,194,254,253,254,253,253,194,253,254,234,253,253,253,253,253,253,253,234,252,194,253,253,253,252,252,253,253,253,253,253,234,253,253,253,253,194,253,254,234,253,253,253,253,254,253,254,234,253,253,254,253,253,234,254,254,253,254,194,253,254,253,254,253,254,253,254,194,253,254,253,254,253,254,253,194,254,253,254,253,254,254,253,254,253,253,253,254,194,253,234,253,253,194,254,253,254,254,254,194,254,254,254,253,254,253,254,254,254,253,254,254,253,254,254,253,254,233,253,188,233,251,187,187,188,187,188,233,193,187,193,187,233,188,187,187,188,187,188,188,187,187,187,187,187,136,141,181,136,187,187,136,90,136,136,96,136,136,90,136,136,187,187,136,187,142,187,187,182,136,142,136,96,136,136,96,182,136,136,136,136,187,96,182,187,182,142,187,187,187,182,187,182,187,227,188,187,187,187,227,187,227,187,187,187,187,233,187,187,187,187,233,187,136,181,135,181,181,227,187,182,182,233,182,187,187,233,182,233,187,233,227,136,227,181,136,227,187,182,187,222,136,233,187,227,181,136,227,227,182,181,227,227,182,181,227,187,187,181,227,181,176,182,227,181,227,175,175,175,187,182,181,182,227,182,227,227,187,187,136,182,233,182,181,176,130,227,182,187,182,233,182,136,233,136,176,182,227,136,136,227,130,176,181,176,136,227,182,181,181,227,187,181,227,181,227,136,233,181,182,227,181,181,227,176,135,176,135,176,136,135,176,135,136,181,182,187,182,187,187,182,233,187,187,188,187,252,188,253,254,253,253,253,254,253,254,253,254,253,254,253,254,254,253,254,234,253,254,253,234,253,254,254,254,254,253,194,254,253,194,254,253,254,254,253,253,253,253,253,194,254,253,254,254,253,254,253,254,194,254,253,254,253,253,253,254,194,254,253,194,254,253,194,253,253]; +image[177]=[254,253,234,254,254,254,194,254,234,254,194,254,254,234,254,254,254,234,253,254,254,253,253,254,253,254,253,254,254,253,254,254,253,254,254,254,254,253,253,254,254,194,254,254,254,253,254,254,234,253,254,254,254,194,254,254,194,253,254,254,254,254,254,254,254,253,254,253,253,253,253,253,253,253,254,253,254,253,253,234,254,253,254,194,253,253,253,253,253,253,253,194,253,234,253,254,253,254,194,253,253,254,194,253,254,254,253,253,254,234,253,253,254,253,253,253,234,253,253,254,253,254,254,253,253,234,253,254,253,254,253,253,253,194,253,253,254,194,253,254,253,234,253,234,254,253,254,253,253,253,234,254,253,253,253,253,253,253,253,252,234,252,252,253,253,253,252,252,253,253,194,253,252,194,253,252,252,253,253,234,253,253,253,253,253,253,254,253,254,253,253,253,253,253,253,254,253,254,253,253,253,253,254,253,254,194,253,234,254,253,234,253,254,254,253,254,253,254,254,254,253,234,254,194,253,253,253,254,194,253,254,253,253,254,253,253,254,254,254,194,254,253,253,254,254,253,253,234,254,194,254,253,254,254,194,253,254,254,254,254,254,253,254,253,252,193,233,188,187,233,187,188,233,188,233,188,187,187,188,233,188,187,233,187,188,187,182,187,187,187,187,182,187,187,136,187,181,187,96,45,136,141,136,90,136,136,187,187,182,187,136,182,187,187,136,187,136,187,136,182,136,182,187,141,136,187,233,252,253,253,193,233,188,188,187,182,187,188,233,187,182,182,227,187,136,187,181,182,227,181,227,135,187,182,228,187,233,233,233,233,227,136,227,136,227,233,187,182,187,233,182,187,187,227,136,227,187,187,136,227,227,187,182,187,181,187,227,182,182,227,227,181,135,227,181,181,181,227,182,181,181,227,182,136,181,176,176,131,176,181,176,181,130,181,227,227,181,181,181,187,187,182,227,227,227,182,187,182,181,176,181,181,182,227,136,187,182,130,182,181,136,227,136,227,136,181,176,130,227,181,130,136,187,182,181,176,181,130,227,136,227,181,187,181,227,181,136,181,227,181,135,181,130,135,176,135,176,130,176,182,181,182,181,182,187,182,188,182,182,187,188,233,188,233,253,254,254,253,253,254,253,253,254,253,253,254,253,253,254,253,253,253,254,253,254,253,253,234,253,234,254,254,253,254,254,253,253,253,234,254,254,194,254,254,253,253,254,253,194,254,253,254,253,253,234,254,194,254,254,253,253,254,253,254,253,253,254,253,234,253]; +image[178]=[234,254,253,254,234,254,253,254,253,254,254,254,253,254,253,253,253,254,254,253,254,254,194,254,254,254,194,253,254,254,194,254,253,254,253,254,254,254,253,194,254,254,253,253,254,254,194,254,254,254,254,254,254,254,254,254,254,254,234,254,194,254,253,254,194,254,254,254,254,253,234,253,194,253,253,234,253,253,253,253,253,234,253,253,254,234,253,253,254,253,253,254,253,253,253,194,253,254,253,234,253,253,254,253,234,253,254,253,253,254,253,234,253,254,254,253,253,254,253,253,253,253,253,194,254,253,253,194,253,254,194,254,253,254,254,194,254,253,254,253,253,254,253,253,254,234,253,253,234,253,253,253,253,253,253,253,252,253,234,252,253,252,253,252,234,252,253,194,252,252,253,252,253,252,252,253,253,234,252,253,253,254,194,253,253,194,254,253,194,254,253,254,254,254,194,254,253,254,253,254,254,194,253,253,254,254,253,253,253,254,253,254,194,253,194,254,194,253,234,253,254,253,253,254,254,194,253,254,254,253,253,194,253,253,254,253,253,234,253,254,254,254,253,253,254,254,253,253,254,254,254,194,254,254,254,254,234,253,253,254,254,253,254,253,188,233,188,187,187,233,188,187,193,188,233,187,252,187,233,187,233,188,187,233,187,188,187,187,182,187,136,181,136,181,182,181,136,182,136,136,90,136,90,136,90,96,136,187,187,187,187,187,182,187,182,96,182,136,141,136,142,136,142,187,182,136,187,188,187,188,188,188,187,233,193,233,253,187,182,187,187,182,181,187,227,187,181,181,181,136,227,227,181,187,187,187,187,187,187,187,187,187,233,233,187,182,227,233,182,187,182,227,182,187,227,181,187,233,233,187,182,233,188,227,233,182,187,187,187,187,182,227,176,135,181,181,181,182,181,227,136,181,227,181,181,135,181,130,176,181,176,221,221,130,181,227,136,227,136,227,182,182,187,182,187,182,233,176,187,176,136,181,176,181,176,181,176,130,175,182,181,136,136,227,136,176,176,176,136,227,136,136,227,136,227,136,181,176,181,181,182,136,233,227,181,181,181,227,136,135,175,130,135,176,130,130,176,135,176,136,181,136,181,136,181,187,187,187,187,188,187,187,188,188,252,233,253,253,253,254,234,253,253,254,253,253,234,253,253,254,254,253,194,254,253,254,253,253,253,253,253,234,253,253,234,254,253,253,253,253,254,253,253,254,253,253,194,254,253,254,253,194,254,253,253,253,254,253,194,254,253,253,254,253,253,253,253,253,254,253]; +image[179]=[254,253,254,253,253,254,254,254,253,254,234,253,254,254,194,254,253,254,253,254,234,254,254,253,234,254,254,194,253,254,254,194,254,194,253,254,194,254,254,254,253,254,254,254,253,254,254,254,254,254,194,253,254,254,234,254,254,253,254,254,254,253,254,254,254,234,254,194,254,253,254,253,254,253,253,253,194,254,253,253,253,253,253,253,253,253,194,253,253,234,253,253,194,253,253,253,234,253,253,254,253,254,253,253,254,253,234,254,253,254,253,254,194,253,253,253,254,194,253,254,194,254,254,253,253,254,254,253,254,253,253,253,253,253,253,254,253,253,254,194,253,253,254,253,253,253,253,254,253,253,253,253,253,194,253,253,253,253,252,253,252,194,252,252,252,253,252,252,253,252,234,253,252,234,253,252,252,253,253,253,253,253,253,254,253,253,253,253,254,194,253,234,253,253,253,254,194,253,234,253,253,254,254,253,253,253,253,254,194,253,254,253,254,254,254,253,254,254,253,253,254,253,254,253,253,254,253,253,253,253,254,253,254,194,253,254,253,253,254,194,253,194,254,254,194,253,254,254,253,253,253,254,234,253,253,254,253,254,253,254,253,254,254,253,252,193,188,233,188,187,187,233,187,193,187,233,187,188,187,188,187,187,188,187,187,188,187,187,187,187,187,187,187,136,187,187,136,187,181,136,141,136,90,90,136,136,91,136,182,187,182,187,187,187,187,187,136,142,136,136,136,136,136,141,136,187,187,233,233,233,233,253,233,252,187,193,233,253,233,253,233,253,187,187,187,182,187,187,181,187,181,227,181,187,227,181,227,181,181,227,227,227,187,187,227,187,187,227,227,233,187,233,136,136,227,227,187,182,187,182,233,233,182,233,188,187,233,233,233,187,136,181,227,176,175,227,176,181,227,181,181,227,187,176,221,181,176,135,176,175,175,135,176,130,130,181,181,181,181,233,187,182,187,227,227,187,233,136,181,227,130,227,136,176,176,181,181,130,176,176,227,181,136,181,176,181,135,176,135,187,227,136,188,181,176,227,182,135,227,176,181,181,136,227,187,176,181,181,136,181,176,130,130,135,176,135,176,135,176,181,176,181,136,227,136,187,182,182,187,182,188,187,233,193,252,188,253,253,253,253,253,253,234,253,253,253,253,254,253,253,253,254,253,234,254,194,254,254,254,253,254,253,253,254,253,253,254,254,194,254,253,254,234,253,254,253,254,253,234,254,253,254,253,254,253,234,254,253,254,253,254,194,253,254,194,253,254,253,253,254]; +image[180]=[253,194,254,254,254,253,254,194,254,254,254,253,254,254,254,254,194,254,254,253,254,253,254,254,253,253,254,254,253,234,253,254,253,254,254,253,254,253,254,254,253,194,254,254,194,254,254,253,254,254,254,234,254,254,253,194,254,254,253,254,254,194,254,254,253,254,254,253,254,254,253,253,254,253,254,253,253,254,194,254,253,254,253,253,253,253,253,253,253,253,253,253,254,234,253,253,253,253,253,194,253,253,254,253,254,253,253,253,194,254,253,254,253,254,234,253,253,254,253,254,253,253,253,254,253,253,253,253,253,254,253,194,254,253,253,253,254,194,253,254,253,253,194,254,253,254,253,253,194,254,253,194,253,253,253,252,253,252,194,253,252,253,252,253,252,234,252,252,253,252,252,252,252,252,194,253,252,253,253,253,253,253,253,234,253,234,254,253,253,254,253,253,254,234,253,254,253,254,253,254,253,253,253,254,194,254,253,254,253,253,254,253,234,253,254,234,253,253,254,253,254,194,254,253,253,253,194,254,253,194,254,253,253,253,253,253,254,253,253,254,254,254,253,254,254,253,194,254,253,234,254,253,253,254,253,194,254,254,253,254,254,253,253,253,253,233,193,187,187,233,188,187,233,187,187,187,182,187,187,187,136,187,187,187,187,233,142,182,187,187,182,187,136,187,136,136,135,136,141,181,136,141,136,90,90,90,90,45,136,142,187,142,187,187,182,187,136,187,136,136,90,136,90,136,187,182,187,142,142,142,187,188,233,252,233,188,187,187,182,233,182,187,227,182,181,187,181,187,227,181,187,181,187,227,187,187,181,227,181,181,135,181,227,227,182,227,182,181,181,176,227,187,233,233,136,176,181,222,187,187,187,188,187,187,227,187,182,182,182,233,253,187,227,181,175,181,227,181,182,181,227,182,187,181,181,181,176,181,135,135,221,175,181,125,221,136,221,176,181,187,233,182,187,187,182,227,187,176,227,181,176,130,176,232,136,176,176,227,136,181,176,130,221,130,181,176,181,221,136,227,227,136,187,136,135,227,136,176,181,135,176,221,181,181,181,181,181,175,181,135,176,130,176,135,136,130,176,130,136,135,136,227,136,181,227,136,181,187,182,187,187,188,188,188,253,188,253,253,253,253,253,253,253,253,254,253,253,194,254,254,234,253,253,253,254,253,253,194,253,254,253,254,194,254,253,194,253,254,253,254,234,253,254,253,194,254,253,253,253,253,234,254,253,254,253,253,254,234,253,253,254,253,234,254,254,253,253,194,254,253]; +image[181]=[254,254,253,254,194,254,254,254,253,254,253,254,234,254,253,254,234,253,254,194,254,254,194,254,253,254,234,253,254,253,254,234,254,253,254,254,194,253,254,254,234,254,254,254,254,254,254,194,253,254,254,254,194,254,254,254,254,194,254,254,254,234,253,254,254,253,254,254,194,254,254,194,253,253,253,254,253,253,254,253,253,194,253,253,253,254,253,253,254,194,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,254,254,254,253,234,254,253,254,253,254,253,254,253,253,253,253,254,253,194,253,234,253,254,194,253,254,253,253,194,254,253,253,254,253,253,254,253,254,253,253,194,254,254,253,253,253,253,253,253,194,253,253,253,252,252,253,188,194,252,252,252,252,252,194,252,194,252,253,252,253,252,194,253,253,253,194,253,253,253,253,253,253,253,253,254,253,254,253,253,253,234,254,253,253,234,254,194,253,253,253,253,254,253,254,194,253,253,253,253,253,253,253,254,194,254,253,253,253,254,253,254,253,253,254,253,253,253,234,253,254,253,253,254,253,234,253,253,254,254,253,254,254,254,253,254,253,254,254,253,254,254,253,234,254,253,253,254,253,253,253,188,188,188,233,193,187,188,233,182,233,187,187,182,187,187,187,187,187,193,187,233,187,187,187,187,182,187,187,181,187,182,187,136,181,136,181,136,181,136,90,136,90,91,90,136,136,187,182,187,187,182,187,187,187,90,136,90,136,136,136,187,182,187,233,233,233,187,188,233,233,187,188,187,187,181,187,181,187,227,187,187,227,187,187,187,187,232,187,227,187,233,233,187,187,232,182,135,136,181,181,187,227,136,176,181,176,181,136,181,181,181,181,182,227,227,181,227,181,227,135,136,181,182,187,182,182,233,182,182,181,176,135,227,136,227,181,227,227,136,227,182,181,176,181,175,135,221,176,125,135,227,227,135,233,187,227,181,233,227,187,136,227,181,181,176,181,130,175,176,227,130,181,176,181,182,227,136,176,135,176,176,181,136,227,136,227,182,227,182,130,227,227,136,221,181,176,181,222,181,176,181,176,181,176,175,135,136,136,136,130,136,135,176,135,176,136,181,136,136,181,181,182,181,187,187,188,187,233,252,233,253,188,253,188,252,253,253,253,253,253,254,254,254,253,253,253,254,254,253,234,253,254,254,253,234,254,253,254,253,254,254,253,234,253,253,254,194,253,254,254,253,254,254,254,253,253,253,254,253,254,253,253,253,254,234,253,253,254,253,253,254,253,254,253,253]; +image[182]=[253,254,194,254,254,253,254,254,194,254,254,253,253,254,254,254,253,254,253,254,253,254,253,254,194,254,254,253,254,253,253,254,253,194,254,254,254,254,194,254,254,253,234,253,254,254,254,254,254,253,194,254,254,254,254,194,254,254,254,254,254,254,254,254,234,254,254,254,254,254,253,254,254,194,254,234,253,253,253,253,254,253,253,254,194,253,194,253,253,254,253,253,253,254,253,194,253,253,253,253,194,253,254,194,254,253,253,253,253,253,253,253,194,253,254,253,194,254,253,194,253,194,254,253,253,254,253,253,253,253,253,254,253,253,253,253,253,253,254,194,253,253,253,194,254,253,253,253,194,254,253,253,253,253,253,253,252,234,252,253,252,253,252,253,252,194,252,252,188,253,252,252,252,252,253,252,253,253,253,253,254,253,253,194,253,253,234,253,253,234,253,194,254,253,253,253,253,194,254,253,253,254,254,253,253,194,253,253,253,254,253,194,254,253,254,194,254,253,253,254,253,234,253,194,253,253,254,253,253,253,253,253,253,253,194,254,253,234,253,254,254,194,253,234,253,253,254,253,253,254,253,194,254,253,253,253,253,253,254,254,253,254,253,253,253,253,233,193,187,188,187,233,187,233,188,187,187,187,187,187,182,187,187,188,187,188,187,187,182,187,182,136,187,136,136,181,136,187,181,187,141,181,136,181,90,136,90,136,136,136,187,136,96,187,187,187,187,187,187,233,187,182,187,187,188,187,252,193,188,188,188,187,233,187,187,187,233,188,253,233,187,187,187,233,187,233,233,187,233,187,187,227,187,227,187,187,187,233,228,193,233,233,233,182,187,227,187,227,187,181,227,227,187,228,188,228,233,187,181,181,176,181,176,181,227,181,176,175,176,181,136,136,187,182,187,227,136,221,176,187,227,136,227,181,187,227,187,176,181,181,175,130,221,125,135,181,176,181,182,187,182,182,187,188,227,227,181,176,181,181,176,175,130,175,176,181,175,176,176,181,136,233,136,176,181,136,176,181,182,136,227,136,227,136,181,136,227,181,176,181,181,181,181,181,181,227,175,135,181,130,136,227,136,85,136,85,136,130,136,181,136,176,181,181,136,181,182,182,187,182,187,188,188,193,188,253,253,253,253,253,253,253,253,253,253,234,253,253,254,254,253,253,254,253,254,253,234,253,253,253,254,234,253,253,234,253,253,254,254,253,254,254,253,234,253,253,234,253,253,254,254,253,254,253,194,254,254,194,253,254,253,254,253,254,194,254,253,234,253,254]; +image[183]=[254,254,254,253,253,254,253,254,254,194,254,254,194,253,254,253,254,234,253,253,254,253,254,253,254,253,254,194,254,254,194,254,254,254,253,254,253,254,254,253,254,254,254,194,253,254,194,254,254,254,254,254,234,254,254,254,254,234,254,254,254,254,253,254,254,194,253,254,253,254,254,253,254,253,253,253,194,254,194,253,253,194,253,253,253,253,253,253,253,194,253,254,194,253,254,253,254,194,253,253,253,253,254,253,253,194,254,253,254,254,234,254,254,253,234,254,254,253,254,254,254,253,253,254,194,253,253,234,253,253,234,253,253,234,254,253,194,253,253,253,253,254,253,254,253,253,253,253,234,253,253,234,253,253,253,253,252,253,252,234,253,188,194,188,253,188,253,253,252,252,194,252,234,253,252,234,252,234,253,253,253,253,253,253,253,254,253,253,253,253,254,253,254,253,254,253,254,253,254,253,253,253,234,254,253,254,253,254,253,253,254,253,253,254,253,253,253,253,253,253,254,253,253,254,253,253,194,253,254,194,253,253,254,253,253,253,254,253,254,253,253,254,254,254,194,253,254,194,253,234,254,254,253,234,254,254,254,253,253,254,253,254,253,254,253,253,253,188,187,233,187,188,187,233,187,188,233,182,187,187,187,187,233,187,233,187,233,187,187,187,187,187,187,182,187,187,136,141,182,181,136,141,187,136,181,136,136,136,136,182,182,187,187,187,233,188,233,188,193,188,193,233,188,233,187,233,188,233,187,233,233,187,233,187,233,187,187,233,188,187,233,187,227,187,233,187,233,187,227,233,187,233,187,187,182,233,233,187,233,187,182,187,233,182,233,233,187,227,136,187,182,188,233,187,233,187,187,182,181,135,221,176,181,176,227,181,181,182,227,181,227,227,136,182,233,182,136,136,175,135,182,233,136,181,130,227,227,181,175,227,130,176,130,171,170,181,181,181,182,233,233,187,182,187,187,176,181,175,176,181,221,130,175,130,175,175,135,181,176,176,181,182,136,136,227,135,176,181,181,176,227,136,227,130,227,176,136,181,181,176,181,136,221,136,181,227,181,176,175,176,130,136,85,85,85,85,136,85,136,176,136,176,136,181,136,181,136,187,187,188,187,188,233,188,253,188,254,188,253,253,253,254,253,253,253,253,253,253,253,234,254,194,253,253,253,254,253,254,254,253,253,254,253,254,253,254,253,253,194,253,254,253,254,253,253,254,253,254,194,253,234,253,253,254,254,253,253,254,253,254,253,194,254,253,254,254,253,254,253,234]; +image[184]=[254,253,254,254,194,254,253,254,253,254,254,254,254,234,254,253,253,254,254,194,254,253,254,253,254,234,254,254,234,254,254,253,234,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,234,254,254,253,254,254,254,254,254,254,194,254,234,254,253,254,254,254,194,254,253,194,254,253,254,253,253,253,253,254,253,254,253,234,253,253,254,234,253,253,254,253,253,254,253,253,253,253,254,253,253,253,253,253,253,254,253,254,234,253,253,253,253,254,253,253,253,253,234,253,253,253,253,253,253,254,253,253,253,254,253,253,253,253,253,253,253,254,253,253,254,253,194,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,252,252,252,253,253,252,253,252,234,252,252,252,252,252,252,252,253,252,253,252,253,194,253,253,253,254,253,194,253,254,194,254,253,253,234,253,253,253,253,234,253,253,253,253,253,253,253,234,253,194,254,253,253,253,234,253,253,254,194,254,253,253,253,253,253,253,194,253,253,253,253,254,253,234,253,253,253,253,253,253,194,254,253,253,253,254,254,253,254,254,253,253,253,253,254,253,253,194,254,253,253,254,253,253,254,253,253,253,253,233,252,187,233,187,187,233,187,233,187,233,187,188,187,182,233,187,187,188,187,187,187,187,233,187,136,187,181,187,187,181,187,187,187,187,136,187,136,141,136,141,136,187,187,182,136,187,187,187,182,187,233,188,187,193,233,252,252,233,193,233,188,187,187,187,187,182,233,182,187,187,187,227,187,233,187,227,187,227,187,187,227,136,187,187,233,233,233,187,187,187,187,233,227,182,181,181,182,187,233,187,233,233,187,227,181,136,176,176,176,222,181,181,181,182,227,187,182,181,227,187,187,227,181,227,181,227,181,233,227,181,175,135,176,227,181,181,176,136,181,176,135,181,175,221,175,130,130,181,227,136,233,188,182,233,182,233,187,181,176,221,181,176,181,175,130,175,176,175,130,227,130,136,181,222,182,176,181,176,176,181,176,181,181,130,181,136,181,227,181,181,136,227,187,176,181,181,181,176,135,221,135,130,130,131,85,40,45,40,85,91,85,85,136,135,176,136,136,181,136,227,187,187,187,188,187,253,233,253,253,253,254,253,253,253,254,253,254,253,254,254,253,253,254,254,234,254,253,254,194,253,254,194,253,254,253,254,253,254,234,254,253,254,234,253,194,254,253,194,254,253,254,253,254,254,253,234,253,254,234,253,254,253,254,253,254,234,253,253,253,254,253,253]; +image[185]=[253,254,253,254,254,254,253,254,254,253,253,254,253,253,254,254,194,253,253,254,253,254,194,254,253,254,254,253,254,253,254,254,253,254,194,254,194,254,253,254,254,254,254,234,253,254,234,253,254,253,254,254,254,194,254,253,254,253,254,254,254,253,254,254,234,254,254,254,254,254,254,194,254,253,254,253,254,253,253,234,253,253,253,253,194,253,253,253,253,253,194,253,253,254,194,253,253,253,254,194,253,194,254,253,253,253,253,254,194,253,254,253,254,194,253,254,253,253,253,254,234,254,253,234,253,254,194,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,252,253,188,194,252,252,252,252,253,252,253,252,194,252,253,252,253,253,253,253,253,253,194,253,253,253,253,253,253,253,254,253,253,254,194,254,253,253,254,234,253,253,194,253,253,253,253,253,253,194,253,253,253,234,253,253,253,194,253,253,253,253,253,254,253,253,253,234,253,253,253,253,253,254,253,194,254,253,253,253,253,234,253,253,234,253,253,253,254,253,254,253,253,254,253,254,253,254,253,234,254,253,253,253,254,253,252,233,188,187,193,233,187,193,233,187,188,187,187,233,187,187,187,233,187,187,233,187,187,187,187,187,187,136,187,181,136,187,136,181,187,187,187,187,181,182,136,187,136,90,187,187,187,182,187,193,182,187,233,193,233,188,233,193,233,188,187,187,187,182,187,182,187,187,233,182,227,233,187,187,187,233,187,187,181,187,227,187,233,187,233,182,187,181,182,233,227,187,227,187,187,187,182,187,187,182,182,136,136,181,182,227,227,227,187,233,233,253,233,233,187,233,233,233,187,182,227,181,182,182,182,181,176,176,135,176,181,176,216,181,181,176,181,175,181,176,181,181,175,181,130,181,130,130,130,221,181,181,227,187,227,187,233,182,227,181,181,175,181,227,176,176,175,135,175,221,130,181,176,175,176,187,187,136,181,181,135,175,136,181,176,181,176,227,181,176,181,181,176,227,187,176,227,181,181,181,176,135,176,130,85,85,40,90,91,85,136,176,136,136,130,130,135,176,181,136,181,136,187,182,187,188,233,188,252,253,233,253,253,253,253,254,253,253,253,254,253,194,254,254,253,253,254,194,254,254,253,254,253,254,253,234,253,194,254,253,253,253,254,253,253,254,254,254,253,254,253,254,253,254,194,253,253,254,253,253,254,194,253,253,234,253,253,254,194,253,254,194,253,254]; +image[186]=[194,254,254,253,253,254,254,253,254,254,253,254,194,254,253,254,254,254,253,254,194,254,254,254,254,253,254,254,194,254,194,254,254,254,254,254,254,254,254,253,234,253,254,254,254,254,254,254,254,254,253,194,254,254,254,194,254,254,253,254,254,254,194,254,254,254,234,254,253,254,254,253,254,234,253,194,254,253,253,254,253,254,194,253,253,253,253,194,253,253,253,234,253,253,253,254,194,253,254,253,254,253,253,194,253,253,253,253,253,253,194,253,254,253,254,253,194,254,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,254,253,253,253,254,253,253,253,194,253,253,253,253,253,253,253,253,253,253,252,194,253,252,253,252,252,252,194,252,252,194,252,252,252,253,252,194,253,252,194,253,253,253,253,253,253,234,253,253,234,253,253,194,254,253,253,253,253,253,194,253,253,253,254,253,253,253,253,254,234,253,253,254,253,253,253,253,254,253,253,253,254,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,194,253,254,253,253,254,253,254,253,253,253,254,253,253,253,253,253,234,253,253,253,253,254,253,253,253,253,252,193,233,188,187,187,188,187,188,187,233,187,187,182,187,182,187,182,187,187,187,233,187,187,187,187,227,187,181,187,181,187,187,187,181,187,187,187,187,182,187,136,187,182,136,187,187,187,182,187,193,187,188,188,187,193,233,188,187,187,188,187,187,187,227,187,227,187,227,187,187,181,187,227,187,233,187,227,187,181,227,181,187,227,187,227,187,187,181,187,181,181,227,182,227,187,233,182,182,187,233,187,233,187,227,136,182,136,182,136,136,176,136,176,176,181,182,187,233,227,181,227,187,227,187,233,187,181,181,181,181,181,136,176,136,181,176,135,181,181,181,175,181,181,175,181,175,176,136,181,222,135,227,182,181,187,227,181,182,227,176,181,135,227,135,221,181,176,181,135,175,221,135,176,175,135,227,176,136,181,175,181,176,181,176,135,227,182,181,181,181,227,135,181,136,227,181,227,136,227,135,175,136,85,85,45,91,96,136,131,85,130,130,130,130,130,136,135,181,182,181,182,187,182,187,187,188,233,188,252,253,253,253,253,253,253,254,253,254,253,254,253,234,254,254,253,254,253,254,253,254,254,253,253,253,254,254,253,253,254,254,194,254,194,254,253,234,253,253,234,253,254,253,253,254,254,253,194,254,253,254,253,254,253,254,253,253,254,254,253,254,254,253,194]; +image[187]=[254,194,254,194,253,254,234,254,194,253,254,253,254,194,254,253,253,194,254,253,254,254,194,254,254,194,254,254,254,254,254,254,234,253,254,253,254,194,254,254,254,254,254,194,253,254,194,254,234,254,254,254,254,254,254,254,194,254,254,194,253,254,254,253,254,253,254,254,234,254,234,253,254,253,254,254,254,254,194,253,254,234,254,254,194,254,253,254,253,254,253,253,194,253,253,253,253,253,253,253,253,253,254,254,194,253,253,254,253,253,254,253,253,253,253,254,253,253,253,254,253,253,253,253,234,253,253,234,253,253,253,252,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,253,252,194,252,253,253,252,253,252,253,252,253,252,253,252,253,252,253,253,253,253,194,253,253,253,253,253,253,253,253,254,253,253,253,253,234,253,254,253,253,253,253,234,253,253,234,253,253,253,253,253,253,194,253,253,253,234,253,253,194,253,253,194,253,253,253,253,253,253,194,253,254,253,194,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,254,253,253,253,254,253,254,253,254,253,253,254,254,253,253,253,254,253,253,253,193,188,193,187,233,187,233,233,193,187,233,187,187,187,187,233,187,227,187,187,187,227,187,187,187,187,181,187,181,181,181,187,182,187,187,187,187,187,233,187,187,181,187,227,136,187,188,187,233,188,233,187,233,187,188,193,233,253,187,233,188,233,187,187,182,187,181,187,181,227,187,181,187,227,187,187,227,187,233,187,233,187,181,227,181,187,227,187,187,181,227,233,187,233,227,187,227,187,233,233,233,182,233,187,233,238,233,233,232,187,227,227,182,187,227,181,227,136,181,176,130,136,182,182,182,182,222,176,181,176,176,182,227,227,136,176,175,176,135,221,181,221,181,181,181,181,176,135,182,227,187,176,187,187,227,187,181,181,181,221,181,176,227,176,181,176,181,181,181,135,176,181,130,175,176,176,181,222,176,181,175,130,227,135,176,181,136,227,176,181,187,176,181,181,176,181,181,181,221,181,130,130,45,40,40,91,91,142,85,85,130,130,136,130,176,176,176,136,187,136,187,187,187,188,182,187,187,233,188,233,253,188,253,253,253,253,234,253,253,254,253,254,194,253,254,253,254,254,194,253,254,194,254,253,253,234,254,253,234,253,254,253,254,253,253,254,194,254,253,254,194,253,254,253,253,254,253,234,254,253,234,254,253,254,253,234,253,253,234,253,254,253,254]; +image[188]=[254,254,254,254,254,253,253,254,254,253,254,253,253,254,253,254,254,254,254,253,254,254,254,254,254,254,254,253,254,254,253,254,254,254,254,234,254,254,254,253,254,194,254,254,254,254,254,254,254,254,234,254,254,253,254,254,254,254,254,254,254,253,254,253,254,253,254,254,254,253,254,254,194,254,253,234,254,254,254,254,253,253,254,254,253,254,254,253,253,194,254,253,253,253,234,253,253,234,253,253,254,253,253,253,253,254,253,194,253,253,253,253,194,253,253,253,253,194,253,253,194,254,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,252,253,253,252,253,253,252,253,252,194,252,252,253,194,252,234,252,253,253,252,253,253,253,253,253,194,253,253,253,253,253,253,234,253,253,253,254,253,253,194,253,254,253,253,253,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,254,253,194,254,234,253,253,234,253,253,253,194,254,253,194,253,253,234,253,253,253,253,253,253,254,253,254,253,253,254,234,253,253,254,253,253,253,233,188,187,187,233,193,187,233,187,233,187,187,187,187,187,187,187,233,187,187,187,227,187,181,187,181,181,187,136,181,187,181,227,187,227,187,187,182,187,187,187,187,187,136,187,182,187,182,187,233,193,233,233,233,188,187,233,252,233,188,233,187,233,187,227,187,227,187,181,227,181,187,181,227,187,187,187,227,187,233,187,233,187,187,227,187,227,187,181,181,130,135,176,136,182,182,182,136,182,187,227,182,187,182,136,181,181,227,181,181,181,181,233,187,187,227,233,187,187,227,227,176,222,135,176,181,227,227,181,176,125,85,130,181,176,175,130,175,181,135,181,181,227,181,181,181,221,181,181,227,181,227,187,227,227,181,221,181,176,227,135,227,130,227,135,176,227,222,130,221,176,181,176,181,176,130,227,136,227,135,130,175,176,181,227,227,130,181,181,227,181,176,181,227,182,181,136,181,175,176,136,40,40,242,45,91,188,85,136,130,176,130,136,135,136,181,181,227,181,182,182,187,187,188,233,188,193,188,253,253,253,253,234,253,253,253,253,253,254,253,254,253,254,234,253,254,253,254,253,254,253,254,253,253,253,254,253,253,253,254,234,253,254,194,254,253,254,253,254,253,254,194,254,253,254,253,253,253,253,254,253,194,254,253,253,254,253,253,253,254,253,254]; +image[189]=[253,254,253,253,253,254,253,234,253,194,253,253,254,194,253,254,253,253,253,254,253,254,253,254,253,254,234,254,253,254,254,254,194,254,253,254,254,254,194,254,254,254,234,254,194,253,254,253,254,254,254,234,254,254,254,254,234,253,254,194,254,254,253,234,254,194,253,254,254,194,253,254,254,254,254,254,194,254,254,194,254,253,234,254,234,253,254,254,254,254,253,234,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,254,253,254,253,194,254,253,253,254,253,253,194,253,253,253,194,252,253,253,252,253,194,253,253,194,253,253,253,253,194,253,253,194,253,252,194,252,252,253,252,253,253,253,253,253,194,253,194,253,253,252,194,253,252,253,252,253,252,253,252,252,253,252,194,253,194,252,253,253,253,253,253,194,253,253,194,253,253,253,253,234,253,253,253,254,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,253,253,254,253,253,253,253,253,194,253,253,253,253,253,234,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,254,253,254,253,253,253,254,253,234,253,253,253,254,253,253,253,253,253,254,253,253,253,253,193,252,193,188,187,187,188,187,188,187,233,187,227,187,227,187,187,187,233,187,187,187,227,187,187,227,187,181,181,181,181,181,141,181,187,187,182,187,187,187,187,187,136,187,187,187,187,182,187,182,187,188,187,193,187,252,233,252,233,193,187,188,187,187,182,187,181,187,187,187,187,227,181,187,181,227,181,181,227,181,181,227,187,233,187,233,187,233,187,227,182,227,227,182,233,233,233,233,182,233,187,182,187,176,181,181,227,181,182,181,227,181,181,175,175,181,135,221,181,181,227,187,182,181,221,135,176,130,176,130,181,176,222,176,176,130,130,176,130,176,227,176,181,181,181,227,181,135,181,181,227,181,227,182,181,181,181,181,181,181,227,181,176,135,227,221,135,187,227,136,181,176,181,176,181,181,130,227,136,227,181,176,175,175,181,136,182,176,176,176,187,227,181,136,181,181,222,181,176,135,130,85,241,40,45,91,45,188,91,85,130,85,90,176,130,181,136,136,187,136,181,182,187,182,187,188,187,188,233,188,253,253,253,253,253,253,254,254,253,253,234,253,253,253,254,194,253,254,254,254,254,194,253,254,194,253,254,194,253,254,253,253,253,254,253,253,254,253,253,254,253,253,254,194,253,254,253,254,254,253,254,253,254,253,254,253,194,254,254,253,194,254,253]; +image[190]=[253,253,194,254,194,254,253,253,254,254,253,253,254,254,254,194,254,254,194,254,253,194,254,194,254,254,253,254,194,254,254,254,254,254,254,253,253,254,254,254,254,254,254,254,254,254,194,254,254,253,254,254,253,194,254,254,254,254,253,254,234,254,254,254,254,254,254,254,254,254,254,234,253,254,253,254,254,254,254,254,254,254,253,254,254,253,194,254,253,254,254,253,254,253,194,253,253,253,194,254,253,253,254,194,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,252,253,252,253,253,252,253,252,253,252,253,188,253,252,253,252,253,252,194,252,253,194,252,253,253,252,253,253,252,253,253,253,253,253,253,252,234,252,253,253,252,253,253,253,253,253,253,194,252,253,253,252,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,234,253,253,253,194,253,253,194,253,253,253,253,253,234,253,253,253,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,254,253,253,234,253,254,254,254,253,253,254,253,254,253,253,233,233,188,233,187,233,187,233,187,187,233,187,187,227,187,233,187,188,233,187,187,187,187,181,187,181,187,181,181,187,181,182,187,227,187,233,187,233,182,233,187,187,187,182,187,187,187,182,187,187,136,187,182,187,187,187,187,187,182,187,233,233,187,233,187,182,233,227,181,187,227,187,227,187,227,187,181,181,181,187,181,187,227,187,233,253,233,188,187,233,182,182,136,176,131,136,227,187,182,181,182,233,233,182,182,187,227,227,181,176,181,227,187,187,227,227,181,176,175,130,176,181,181,176,175,175,130,176,125,130,130,130,130,176,125,130,227,181,135,181,181,181,227,181,227,181,181,221,182,181,136,187,181,176,227,175,221,227,176,187,181,227,136,228,130,176,135,182,182,176,181,181,227,176,227,176,181,181,181,176,175,135,176,181,227,227,181,135,181,182,181,227,181,222,181,135,181,175,135,176,85,241,241,242,91,91,142,247,131,130,130,130,130,136,135,181,227,181,182,187,187,182,187,182,187,187,188,188,233,188,253,253,253,254,253,253,253,254,253,254,253,254,253,254,254,254,234,253,194,254,254,254,253,254,253,254,254,234,253,254,254,234,253,253,254,253,194,254,253,254,253,253,254,253,194,254,253,194,253,254,234,253,253,194,254,253,253,234,254,253,253,194]; +image[191]=[253,254,254,254,253,254,194,253,254,253,254,253,234,253,254,253,254,253,254,254,254,254,254,254,254,254,254,254,254,254,253,254,194,254,254,194,254,254,253,254,254,253,254,234,254,254,254,254,194,254,254,254,254,254,254,254,253,234,254,253,254,194,254,253,254,254,194,254,253,254,254,253,254,234,254,254,234,253,254,234,254,254,194,254,254,254,254,234,253,254,194,253,254,253,254,194,253,253,253,253,234,254,253,254,253,194,254,253,253,194,253,253,234,253,254,253,253,194,253,253,253,253,253,253,253,253,252,234,253,252,253,234,253,252,234,253,194,253,252,253,253,252,234,252,252,253,252,252,252,253,188,252,253,188,253,253,252,234,253,253,252,234,252,194,253,253,252,194,253,252,234,253,252,253,252,253,253,252,234,253,253,253,252,234,252,234,253,253,253,253,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,194,254,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,252,252,187,188,187,187,233,187,233,187,187,187,187,187,187,227,187,182,187,181,187,232,187,181,187,181,181,187,181,181,181,181,136,181,227,187,187,187,187,233,187,233,187,233,182,187,233,187,182,187,187,187,187,182,187,182,187,233,233,188,233,252,233,253,233,187,187,187,187,233,187,187,187,232,187,227,187,227,187,227,187,187,187,233,187,187,187,182,233,193,233,187,233,233,233,233,233,182,233,233,182,182,182,181,187,182,182,136,136,187,227,187,227,187,182,227,181,227,181,181,175,176,176,181,176,130,175,130,176,130,176,176,85,176,135,176,135,221,227,221,181,227,181,227,181,227,181,227,135,181,227,227,181,135,227,181,135,181,181,182,181,227,135,227,136,181,227,181,187,222,181,176,227,176,181,221,181,176,181,181,176,176,182,187,182,182,181,176,135,227,181,182,181,136,181,176,181,176,181,130,85,45,40,243,45,136,142,136,136,130,135,176,135,176,136,181,136,187,181,182,187,187,187,182,187,188,187,233,252,193,252,253,253,253,253,254,194,253,253,253,254,253,254,253,253,253,254,253,254,253,234,253,254,234,253,253,254,253,194,253,253,253,254,253,253,253,254,194,253,234,254,253,253,254,253,253,254,254,253,253,253,254,253,254,253,254,253,253,234,254,254,253]; +image[192]=[253,254,253,254,253,254,254,254,194,254,254,253,254,253,234,254,253,254,253,254,254,254,253,254,194,254,254,254,253,194,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,194,254,254,254,253,254,254,254,194,254,254,254,254,194,254,254,194,254,254,253,254,254,254,254,254,254,254,254,254,253,234,254,254,253,254,254,254,253,254,253,254,253,253,253,253,253,254,253,234,254,253,254,194,253,253,253,253,253,253,194,253,254,253,253,194,253,253,253,253,234,253,253,252,194,253,253,252,253,253,252,253,252,253,194,252,252,252,252,252,194,188,253,234,252,252,194,253,234,252,253,234,252,252,194,253,253,252,253,253,252,253,253,253,253,253,253,253,234,253,234,252,253,253,252,253,234,253,253,253,253,252,253,253,234,252,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,252,253,253,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,253,194,254,253,253,194,253,254,253,253,253,253,254,253,253,254,253,254,253,254,253,254,253,254,254,254,253,254,253,254,193,252,253,233,188,187,182,187,233,187,233,187,227,187,187,187,227,187,227,187,227,187,181,187,181,187,181,136,181,187,181,187,141,181,187,227,187,187,187,187,188,187,233,193,188,187,188,187,187,182,187,187,233,187,233,252,187,187,187,188,233,233,193,187,254,193,254,233,188,233,227,187,187,187,187,187,227,187,233,233,233,233,188,233,233,233,233,233,182,233,233,187,136,136,181,182,181,227,136,181,182,182,227,233,187,233,187,227,227,136,181,227,181,181,135,181,176,181,222,181,181,221,175,181,221,176,175,175,176,181,176,176,222,176,176,130,176,135,181,227,181,187,227,181,227,181,181,227,175,187,227,176,181,227,181,221,181,221,181,227,182,181,227,182,221,182,227,181,181,182,181,176,187,181,136,221,181,181,176,181,136,233,233,136,181,176,181,181,182,181,181,227,181,227,136,221,135,176,130,136,40,91,45,245,96,142,136,90,130,130,136,135,176,181,181,182,187,182,187,182,187,187,233,187,188,187,188,193,233,252,253,253,253,253,253,254,254,254,194,254,253,254,254,254,253,254,253,253,253,254,253,253,254,253,254,253,254,254,253,194,254,253,194,254,253,253,254,253,253,253,234,253,253,254,253,194,253,254,254,253,194,254,253,253,254,253,253,253,253,253,254]; +image[193]=[234,253,254,253,234,254,253,254,254,194,253,254,253,254,254,194,254,194,254,254,194,254,254,254,254,254,194,254,254,254,254,253,254,254,253,254,254,234,254,254,194,253,254,253,254,194,254,254,234,254,254,254,194,254,254,254,254,254,194,254,253,254,254,254,253,253,254,254,254,254,254,254,253,254,254,254,194,254,253,254,234,253,254,254,254,254,253,254,254,254,194,253,254,253,254,253,234,253,254,253,254,253,254,253,254,253,254,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,252,234,253,253,194,253,253,253,253,252,252,253,194,253,252,253,252,252,252,252,252,252,252,252,252,253,252,252,253,252,253,252,194,253,253,253,253,252,234,253,252,194,253,252,253,252,253,253,253,253,253,252,253,253,252,253,253,194,253,252,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,253,252,234,253,194,252,234,253,194,253,253,194,253,253,234,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,254,253,253,194,253,254,253,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,254,253,253,254,254,253,253,193,188,233,187,187,227,233,187,233,187,187,227,187,187,187,187,187,187,181,187,181,182,187,181,187,187,182,187,227,187,187,187,187,187,233,187,187,233,187,233,187,233,187,233,233,233,188,233,188,187,188,187,233,187,233,187,233,187,187,187,187,233,228,193,233,252,233,187,233,227,233,232,187,227,187,187,187,187,188,233,187,182,187,187,187,187,135,176,135,227,182,227,136,227,136,187,227,187,233,187,182,181,182,187,227,187,187,227,181,181,227,227,181,227,227,136,181,176,176,176,130,175,130,175,130,175,130,125,125,125,125,125,130,175,176,181,182,227,181,181,181,181,181,181,181,135,227,176,181,176,227,181,175,176,181,181,181,227,182,181,227,181,227,182,227,136,227,181,181,227,227,181,176,181,176,181,181,176,181,182,176,181,181,176,227,227,136,227,181,136,181,181,176,181,176,136,136,85,91,91,91,91,249,136,136,130,136,227,136,136,181,136,181,187,182,187,187,182,187,182,187,187,188,233,188,252,233,253,253,253,253,253,253,253,253,254,253,254,253,254,253,254,253,234,254,253,253,254,253,234,254,253,253,234,254,254,253,253,254,253,234,254,253,253,254,253,254,253,254,234,253,254,254,253,234,253,253,254,253,254,194,253,254,254,194,254,253,194]; +image[194]=[253,254,194,254,254,253,254,253,254,254,254,253,194,253,254,254,254,254,253,254,254,253,254,253,254,254,254,254,254,254,254,194,254,254,234,254,254,254,254,254,254,254,194,254,254,254,254,253,254,253,254,254,254,254,253,254,253,254,254,234,254,253,254,254,254,254,194,254,253,234,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,254,253,194,254,254,254,194,254,253,254,253,253,194,254,234,253,254,253,234,253,254,253,254,253,253,253,253,234,253,253,194,253,253,253,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,252,188,253,252,252,234,252,252,252,234,252,252,194,252,194,252,252,194,252,253,252,253,253,194,253,253,253,252,253,253,253,253,253,253,253,252,194,253,234,253,253,194,253,234,252,253,253,253,194,253,252,253,252,253,253,252,253,253,253,253,253,253,252,234,253,253,252,253,253,253,252,253,252,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,194,253,253,253,253,253,253,253,253,253,254,253,253,253,253,254,194,254,253,254,253,234,253,253,254,253,254,253,254,253,254,254,253,254,253,253,253,188,187,188,187,187,182,187,187,188,187,233,233,187,227,187,227,187,227,187,187,181,187,181,187,187,187,187,187,233,187,233,187,233,187,182,233,233,188,187,182,187,187,233,187,188,187,193,233,188,233,187,187,233,188,187,188,233,182,188,233,253,233,193,233,233,193,233,252,252,233,188,187,233,187,227,187,233,187,233,233,188,233,233,227,181,227,187,227,187,187,187,253,233,182,227,187,188,233,187,187,181,233,233,182,233,187,227,181,227,182,187,182,187,187,227,227,187,233,187,175,175,175,175,221,130,175,125,125,125,130,80,125,80,130,176,135,136,181,136,187,136,181,181,227,221,130,227,135,221,176,187,175,176,181,181,227,187,182,187,227,182,181,136,187,227,136,227,182,227,136,227,135,181,175,181,182,227,176,181,181,176,181,176,181,136,181,222,181,182,227,227,176,181,136,181,176,136,91,45,91,244,91,250,91,136,130,136,227,182,135,176,181,182,181,187,182,187,182,187,187,188,187,188,187,188,253,252,188,254,253,253,253,253,253,253,253,253,234,253,254,253,254,253,253,254,194,254,253,253,253,194,254,253,253,253,234,254,253,253,253,253,254,234,253,253,194,253,253,253,253,253,234,253,253,253,254,234,253,253,254,254,253,253,254,253,254,253,254]; +image[195]=[253,254,253,254,254,194,253,254,253,253,254,254,254,254,253,254,234,254,254,254,194,254,254,194,253,254,254,254,194,254,254,254,254,253,254,253,254,194,254,254,254,254,254,254,234,254,254,194,254,234,254,253,253,254,194,254,253,254,253,254,254,194,253,234,253,254,254,254,254,253,254,254,254,234,254,254,234,254,254,194,254,254,254,254,253,234,254,254,254,254,254,253,254,253,254,194,254,254,253,253,254,194,253,254,254,254,253,234,253,253,234,253,252,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,234,253,253,253,253,252,234,253,253,252,234,252,252,252,252,252,252,252,252,188,252,252,188,253,252,252,253,252,253,253,188,253,252,194,253,253,234,252,253,194,253,252,234,253,253,252,252,253,252,253,252,253,253,253,252,253,252,253,252,253,194,252,253,253,252,194,253,252,252,253,252,253,252,253,253,252,253,252,234,253,253,194,253,253,252,253,253,194,252,234,252,253,253,194,253,194,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,254,194,254,253,253,253,253,253,253,254,253,254,253,253,254,253,254,253,254,253,253,254,253,254,254,253,253,188,187,233,187,233,182,187,233,187,182,187,187,187,136,187,181,182,181,187,181,187,181,227,187,233,187,233,187,187,233,187,233,233,187,187,187,187,233,233,187,187,187,187,233,233,187,187,188,187,233,187,233,187,233,187,187,233,233,233,188,233,187,187,182,187,187,233,233,187,233,233,187,187,227,187,227,187,227,187,187,182,187,136,181,187,182,233,188,233,187,188,233,187,233,233,187,136,176,187,227,188,227,181,187,233,182,181,181,187,233,233,227,136,181,221,181,176,181,176,130,176,130,175,175,175,170,125,125,125,125,125,125,85,176,136,182,182,181,181,181,227,181,175,181,175,181,176,181,181,187,135,221,181,176,181,227,136,187,227,182,227,181,227,187,136,187,182,227,181,227,176,227,181,176,135,181,182,181,227,175,181,181,176,181,136,181,222,181,181,182,181,176,181,176,136,90,91,91,91,91,246,182,91,136,136,130,136,181,136,181,181,136,187,227,187,182,233,187,182,187,233,187,252,187,253,233,188,253,253,254,253,254,253,254,254,253,253,254,253,194,253,254,253,254,253,234,253,254,254,254,253,253,254,253,253,253,254,253,254,253,253,253,254,254,253,254,194,253,254,253,253,254,253,254,253,253,253,254,253,254,194,254,253,254,253,253,253]; +image[196]=[254,253,254,253,254,254,254,254,194,254,254,253,254,254,253,254,253,254,253,254,254,254,254,254,254,194,254,254,254,234,254,253,194,254,254,254,254,254,253,254,254,254,254,254,254,253,254,254,254,254,253,234,254,254,254,254,194,254,254,254,254,254,254,254,253,234,253,254,194,254,254,234,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,253,254,234,254,253,254,234,253,254,253,234,254,253,253,254,254,253,253,194,254,253,253,253,253,253,194,253,253,253,253,194,253,253,194,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,253,252,252,194,252,252,252,253,252,194,252,252,252,252,194,252,252,252,252,253,252,252,253,252,253,253,234,253,253,252,253,252,253,253,253,253,253,252,253,253,253,253,253,252,253,252,253,252,194,252,253,234,252,253,188,253,252,253,253,252,253,234,252,253,253,252,194,253,252,253,234,252,253,252,252,253,188,253,194,253,253,253,253,253,252,253,194,188,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,194,254,253,194,253,253,253,253,253,234,253,254,253,254,253,253,253,253,254,234,253,254,253,254,254,254,253,254,253,253,254,253,253,253,188,233,188,187,233,188,187,187,187,182,227,181,187,227,187,187,227,187,181,181,181,181,136,187,187,233,187,233,182,187,187,233,188,187,182,187,187,187,188,187,233,233,187,188,233,233,233,187,188,187,188,233,252,233,253,193,187,187,187,233,188,187,233,187,187,233,182,187,188,233,233,187,227,181,227,181,181,181,181,227,227,232,187,227,187,233,187,188,233,182,187,182,187,181,227,232,187,227,227,181,135,227,136,181,227,181,227,227,181,181,181,176,181,176,221,175,175,175,175,181,176,130,170,130,125,170,125,125,125,80,125,130,136,233,181,181,227,176,176,130,181,175,175,175,175,175,136,227,227,176,181,181,181,227,181,227,187,136,227,181,136,227,227,227,182,181,136,227,181,136,227,181,227,181,176,181,135,181,176,181,227,181,176,227,227,136,227,182,181,227,181,136,181,136,130,136,91,91,96,142,245,45,136,136,135,176,135,176,181,181,181,187,182,187,187,182,188,187,188,187,188,233,188,252,253,253,233,253,253,253,254,234,253,253,254,253,253,254,254,234,253,253,254,253,254,253,194,253,253,234,253,254,253,254,253,253,253,253,254,253,253,253,253,253,254,254,253,253,254,253,253,253,253,254,253,194,254,234,253,254,253,253,194,254,253,254]; +image[197]=[254,234,253,254,234,253,253,254,254,254,254,194,254,253,254,254,194,254,254,254,194,253,253,234,254,254,254,253,254,253,254,254,254,254,254,253,254,254,194,254,254,194,253,254,254,254,254,254,194,254,254,254,254,253,253,254,254,194,253,254,194,254,253,254,254,254,234,254,254,254,254,253,254,254,254,254,194,254,253,254,253,254,254,254,254,194,254,254,254,253,254,254,253,253,254,253,254,253,254,253,254,194,253,254,254,254,253,254,194,253,254,253,253,253,234,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,254,253,234,253,194,253,252,253,253,252,253,252,194,252,252,252,194,252,252,252,188,194,252,234,252,252,252,252,252,253,252,253,253,252,253,253,253,194,253,252,234,253,253,253,194,252,234,252,194,253,253,252,253,252,253,252,252,252,252,194,253,252,234,252,253,252,252,252,194,252,253,253,188,194,253,252,253,253,252,253,234,253,253,253,252,234,252,253,252,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,253,234,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,234,253,253,254,254,253,254,253,253,254,253,253,254,253,254,253,254,254,253,253,233,253,253,253,193,188,187,188,233,182,187,187,187,181,187,181,182,181,187,227,136,181,187,181,181,227,187,187,187,187,233,187,233,187,233,254,233,188,233,233,233,188,193,252,233,193,187,193,188,233,233,233,233,252,233,233,253,233,188,233,188,233,233,187,227,187,227,187,187,227,187,182,227,182,187,187,181,181,181,181,181,181,181,182,227,187,233,136,227,182,181,187,187,233,187,187,182,233,187,181,181,181,227,227,227,187,227,181,181,181,227,176,181,221,175,181,130,175,181,176,181,227,233,176,216,170,130,170,125,176,125,80,125,80,131,182,136,130,135,130,175,176,176,135,176,135,176,181,176,181,227,135,181,176,181,181,227,227,187,176,227,181,227,181,181,181,181,135,181,176,181,181,182,182,181,221,181,221,176,181,181,221,176,181,181,181,227,181,136,227,187,227,227,181,221,135,136,90,91,136,91,96,91,241,136,130,136,135,135,176,181,136,181,182,187,182,187,182,233,187,188,187,187,188,193,233,253,252,253,188,253,253,253,253,253,254,253,254,234,253,254,253,254,234,253,254,253,254,254,253,254,254,253,254,253,253,254,194,254,253,253,253,254,253,254,253,253,254,194,253,253,254,194,254,253,234,254,253,253,253,254,253,253,254,254,253,253,234]; +image[198]=[254,254,254,253,254,254,194,254,253,254,253,254,254,194,254,254,254,253,254,254,254,254,254,253,254,234,254,254,254,254,194,254,253,194,254,194,254,254,254,254,254,254,254,194,254,253,254,254,254,253,194,254,194,254,254,253,254,254,254,254,253,234,254,253,254,254,254,253,194,254,253,194,254,194,254,254,254,254,194,254,254,194,254,254,254,254,254,253,254,194,254,254,254,253,254,194,254,253,194,254,254,253,254,253,253,254,194,254,254,253,234,253,253,253,253,253,234,253,234,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,234,253,194,252,253,253,253,253,253,252,253,252,252,252,252,252,188,252,251,252,234,252,194,188,253,194,252,253,253,194,252,253,253,253,252,253,252,194,253,253,253,253,252,253,252,252,253,252,252,252,253,252,194,252,188,252,252,252,252,252,234,252,253,252,253,252,234,253,252,253,252,252,194,253,252,252,252,253,252,253,252,252,194,253,252,234,252,253,234,252,253,253,252,253,253,253,252,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,254,253,253,253,253,253,254,253,234,253,254,253,254,253,234,254,253,254,253,253,253,253,253,254,253,253,253,253,188,253,188,233,187,187,233,187,182,181,187,187,187,227,187,181,181,141,181,187,187,187,187,227,233,233,187,233,187,233,187,233,193,233,193,187,187,233,187,188,233,193,233,188,233,233,193,188,233,193,233,252,193,253,233,254,233,233,187,187,187,187,227,181,227,187,181,181,187,187,187,227,187,233,233,233,187,182,181,136,227,187,182,233,187,227,187,227,233,227,182,187,227,187,136,227,187,182,227,187,187,227,181,181,227,181,227,181,181,176,181,176,175,175,175,175,175,176,227,136,130,170,125,170,125,170,125,125,125,125,80,80,80,125,125,130,176,175,175,176,176,175,175,175,181,176,181,181,176,221,135,181,176,136,181,182,181,176,227,187,227,181,181,176,221,176,181,227,181,227,181,227,136,221,176,181,176,181,181,181,227,176,181,227,181,136,227,187,181,136,181,182,181,222,136,90,91,45,243,0,40,91,85,176,136,135,176,181,181,227,182,187,187,188,187,188,187,233,188,187,188,193,188,193,188,254,253,253,252,253,253,253,234,253,254,254,253,254,194,254,253,253,194,254,234,253,253,194,254,253,194,254,253,253,253,254,253,253,253,234,253,253,253,253,253,254,254,253,254,253,254,253,253,253,254,253,253,253,194,254,253,254,194,253,253]; +image[199]=[254,194,254,254,253,254,254,194,254,254,254,253,254,254,253,254,194,254,254,253,253,253,194,254,253,254,254,194,253,254,254,254,254,254,254,254,254,234,254,253,254,254,254,254,194,254,254,253,254,254,254,253,254,253,234,254,253,253,234,253,254,254,254,194,254,253,254,254,234,254,254,254,254,254,254,253,234,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,234,254,253,254,253,254,254,253,253,234,254,194,254,253,254,253,253,254,253,254,194,253,253,253,253,253,253,253,253,194,253,253,253,253,254,194,253,254,253,253,253,253,253,253,252,253,194,252,253,252,234,253,253,253,252,194,252,252,252,252,252,194,251,252,188,252,252,188,253,252,253,252,253,253,253,252,253,253,253,253,188,253,252,253,252,253,188,194,252,252,252,194,252,252,252,252,252,194,252,252,194,252,252,252,252,252,234,252,252,252,253,252,194,253,253,252,252,253,194,252,234,253,252,253,253,252,253,252,253,253,252,253,253,194,253,234,252,253,253,234,252,253,194,253,253,253,253,253,253,253,253,253,254,253,253,234,254,194,253,254,253,253,253,253,254,253,254,253,254,253,254,253,254,234,254,253,254,253,253,253,253,253,253,253,253,193,252,188,187,187,187,187,187,227,187,187,187,181,182,181,187,181,227,187,233,187,187,187,233,187,188,187,187,188,233,188,187,233,253,187,188,233,193,233,188,233,193,233,193,233,193,188,233,254,233,193,233,253,187,252,187,233,187,233,187,187,187,181,233,187,233,187,187,233,233,182,227,182,187,227,187,227,187,182,182,233,182,187,182,181,182,181,181,181,187,181,187,227,233,187,187,227,187,136,227,181,181,221,135,175,221,175,221,181,175,181,175,175,175,130,175,176,130,170,130,170,125,130,125,130,130,130,125,80,80,80,80,125,125,125,170,130,175,176,130,130,176,181,130,227,130,181,175,176,221,181,176,176,182,181,176,182,233,136,227,227,181,181,181,176,181,182,181,181,227,182,181,181,181,181,176,181,182,227,187,136,227,181,181,182,181,227,187,227,181,136,176,136,90,85,45,241,241,40,91,136,130,176,135,176,136,181,136,181,187,182,187,188,233,182,187,188,187,188,187,188,253,253,252,253,253,253,253,253,253,254,253,253,254,254,253,254,253,254,254,253,253,253,254,254,253,253,254,253,253,253,254,253,254,253,254,253,253,254,254,253,254,234,253,253,234,253,253,253,254,194,253,253,234,254,254,253,194,254,253,254,253,253]; +image[200]=[254,253,254,194,254,253,254,253,253,194,254,253,254,253,254,253,254,253,194,254,254,254,253,254,194,254,254,254,254,253,253,234,254,254,254,254,254,254,254,194,254,254,254,254,254,253,194,254,254,253,254,254,254,253,254,194,254,254,254,253,194,254,254,254,254,194,254,254,253,254,234,254,254,253,234,254,254,253,254,254,254,253,254,234,254,254,254,254,254,254,254,253,254,254,253,254,234,253,234,254,253,253,254,253,254,253,234,254,194,254,253,253,254,234,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,252,253,252,253,253,253,252,253,194,252,252,252,252,252,252,194,252,253,194,252,234,252,253,253,252,194,253,253,194,253,253,253,253,252,234,252,253,252,253,188,252,188,252,252,252,252,252,188,253,252,188,253,252,253,252,253,252,252,253,252,252,253,188,253,252,234,252,253,252,253,252,252,253,234,252,234,252,253,194,252,253,253,252,253,188,253,253,253,252,253,253,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,254,253,253,254,253,254,253,254,253,253,253,254,253,254,253,254,253,254,254,253,254,254,253,253,254,233,253,188,233,188,233,187,182,187,227,187,187,187,227,187,181,181,181,187,187,187,187,187,233,187,233,187,187,233,233,187,233,193,233,253,233,193,233,193,233,252,193,253,193,233,253,253,233,193,233,233,193,233,188,233,233,187,233,187,187,227,187,227,227,187,187,187,227,187,233,187,187,187,187,136,227,187,227,187,187,187,233,187,187,227,187,182,187,227,227,181,181,227,187,233,187,227,187,227,187,181,227,187,182,181,181,221,181,181,181,176,181,176,175,135,175,175,175,175,130,130,170,130,130,125,125,125,125,125,85,80,80,80,80,85,80,130,125,125,130,175,130,130,130,175,176,175,181,175,176,175,221,176,221,181,221,176,135,176,187,182,181,182,227,181,221,176,181,227,187,227,182,181,227,181,176,227,181,221,135,227,187,227,187,227,136,227,181,227,181,136,227,187,181,136,176,136,40,40,241,241,45,85,136,85,176,130,176,181,136,227,136,187,182,187,187,188,187,188,233,188,233,188,187,188,253,253,253,253,253,253,253,254,253,254,253,253,194,254,254,253,234,253,254,253,253,234,253,254,234,253,254,254,253,253,234,253,253,253,254,253,253,253,253,253,253,254,253,254,194,254,234,253,254,254,253,253,253,253,254,253,253,253,253,254,234]; +image[201]=[254,254,254,253,253,254,253,234,254,254,253,254,194,254,253,253,254,254,254,194,254,253,254,253,254,253,253,234,254,254,254,254,253,254,253,254,253,254,254,254,194,254,253,254,254,254,254,253,254,194,253,194,254,254,254,254,254,253,254,254,254,253,253,254,254,254,254,254,254,254,254,253,254,254,254,253,254,254,234,254,194,254,254,254,254,254,194,253,254,253,254,254,254,194,253,254,253,254,253,253,254,253,234,254,253,254,253,253,254,194,254,253,253,253,194,254,253,234,253,253,253,253,253,194,253,253,253,253,194,253,253,194,253,253,253,253,253,252,234,252,253,253,194,253,194,253,253,253,253,253,253,253,253,252,252,253,252,234,252,252,252,252,253,194,253,253,253,253,253,253,253,253,194,252,253,252,252,252,253,252,194,252,252,252,252,252,253,252,252,252,252,253,252,252,194,252,252,253,252,253,252,234,252,253,252,252,252,234,252,253,252,194,252,252,252,252,253,253,188,253,253,194,253,234,253,253,253,252,234,253,253,252,234,252,253,253,253,253,253,253,234,254,253,254,194,253,253,253,253,253,254,253,253,254,253,254,253,254,254,254,253,234,253,254,253,254,254,253,254,254,254,253,254,253,254,254,253,252,233,187,233,187,187,182,187,227,187,187,187,181,187,187,227,187,232,233,187,187,187,233,193,233,187,233,193,233,233,187,233,193,233,233,253,253,233,188,253,233,253,233,193,233,187,188,187,233,193,187,188,233,187,233,233,233,187,182,187,187,233,227,187,187,227,187,227,187,227,187,233,182,187,187,233,227,227,187,233,182,187,233,187,182,181,136,227,187,227,187,227,187,227,187,233,187,182,227,233,187,227,227,181,176,181,181,181,221,135,221,175,135,176,175,176,130,130,130,130,130,130,85,85,85,85,85,85,80,80,80,80,85,80,130,125,125,176,130,170,176,130,130,176,175,176,135,176,181,135,176,176,181,181,135,175,227,182,181,176,187,182,227,181,227,181,181,181,181,187,181,181,181,181,227,136,227,188,182,176,181,181,227,181,136,227,181,136,227,182,222,181,181,136,45,85,40,40,91,85,136,130,130,135,176,136,136,181,136,227,187,188,233,182,187,182,187,188,187,252,233,253,233,188,253,253,254,253,253,253,254,253,254,254,254,253,253,254,254,194,253,254,253,254,253,253,253,234,253,254,253,254,253,253,254,253,253,254,253,254,254,253,254,253,253,254,253,253,254,253,194,253,254,253,254,253,253,254,253,254,253,253,253]; +image[202]=[253,254,253,254,253,194,254,253,253,234,254,253,254,234,254,253,254,253,254,254,253,254,194,254,254,254,253,254,253,194,254,254,253,194,254,254,194,254,254,254,254,254,254,234,254,253,234,254,254,254,254,254,254,253,254,253,194,254,253,254,253,254,194,254,253,254,253,194,254,253,254,194,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,254,194,254,253,254,254,254,254,253,254,254,194,254,253,253,254,194,254,253,254,253,253,254,253,254,253,254,253,253,253,254,253,234,253,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,252,253,253,194,253,253,253,253,253,234,252,253,253,253,253,194,253,234,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,234,252,252,252,252,252,252,252,194,252,252,253,194,252,252,253,252,252,253,252,253,194,252,253,252,252,194,252,253,252,252,252,253,253,252,253,253,253,252,194,253,253,234,252,253,252,253,253,194,253,253,252,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,254,253,253,253,234,254,253,254,253,234,254,253,253,254,254,254,253,254,254,253,254,254,253,254,253,254,254,253,253,254,253,193,182,188,187,233,187,227,187,182,187,227,187,227,187,182,187,187,182,187,233,233,233,187,233,193,233,193,233,193,188,233,193,233,188,233,233,254,233,233,252,253,193,233,187,233,187,233,193,233,233,233,233,193,233,187,188,187,233,187,227,187,187,187,187,187,227,187,232,187,187,233,233,187,233,182,187,188,187,233,187,227,182,181,182,182,187,227,187,182,233,187,182,233,182,227,181,181,181,181,182,227,181,181,182,181,181,221,135,221,176,135,176,175,181,130,130,131,85,85,131,40,40,40,91,40,241,40,40,40,91,80,80,80,125,85,130,125,130,125,130,130,130,175,130,175,176,175,227,130,175,181,182,181,176,175,181,176,227,181,181,227,187,181,182,227,187,176,181,176,227,181,176,181,227,181,176,187,187,187,227,176,227,182,227,181,181,222,187,227,136,181,182,136,136,85,85,85,85,85,85,85,130,125,131,136,227,227,136,227,182,187,182,187,233,187,188,187,233,188,252,193,252,253,253,253,253,253,253,253,253,253,253,253,254,253,234,253,253,254,254,253,194,254,253,254,254,253,253,253,254,253,253,254,253,254,253,253,253,254,234,253,253,194,254,253,253,254,253,253,254,253,253,194,253,194,254,253,194,253,234,253,253,253]; +image[203]=[254,194,254,253,254,253,254,194,253,254,253,254,253,254,254,234,254,254,253,254,253,254,254,254,194,253,254,254,254,254,254,234,254,254,254,254,254,254,254,254,194,253,254,254,254,254,254,253,254,234,254,253,254,194,254,254,254,254,194,253,254,254,254,194,254,253,254,254,254,254,254,254,194,254,253,254,254,254,254,254,254,234,254,194,254,254,254,254,254,254,254,254,254,194,253,254,234,253,254,253,254,194,254,253,254,253,254,253,254,254,194,254,253,253,253,254,254,253,194,253,253,253,234,253,253,253,254,253,253,253,234,253,252,234,253,194,253,253,253,252,253,253,252,253,253,252,253,194,253,234,253,253,253,253,253,253,194,253,253,194,253,253,234,253,253,194,253,194,253,253,253,253,253,253,194,252,252,253,252,253,252,234,252,252,252,252,253,252,252,252,252,252,253,252,234,252,253,253,253,253,253,253,253,252,253,252,253,252,234,252,252,253,252,194,253,252,253,252,252,253,253,253,253,253,188,253,194,253,253,253,253,252,253,194,253,253,254,253,254,253,253,234,254,253,253,234,253,253,254,253,253,253,254,253,254,254,253,254,254,254,253,254,254,254,254,234,254,253,254,254,254,253,253,254,253,252,188,188,193,233,187,188,187,188,233,187,187,182,187,181,187,227,181,187,181,187,187,187,233,188,193,233,188,233,193,233,193,188,187,233,187,193,187,188,193,233,233,253,233,253,233,193,253,233,253,193,252,233,187,233,187,233,187,227,187,187,233,187,227,233,181,187,181,187,181,227,227,187,182,233,188,233,233,233,233,233,187,187,187,187,187,233,182,233,233,188,187,233,187,182,135,182,227,181,181,181,181,181,227,181,181,227,176,181,175,181,175,176,176,176,136,176,85,85,40,40,40,241,241,0,0,241,241,241,241,0,0,40,40,80,131,80,85,131,130,125,125,170,130,176,130,175,130,175,176,176,175,176,181,176,181,176,175,181,176,181,176,227,182,181,181,181,227,227,181,227,181,227,182,181,222,181,181,181,176,176,181,176,181,181,187,182,181,181,227,187,181,181,227,227,182,136,85,85,130,85,130,131,85,130,130,182,136,182,136,187,182,233,187,188,187,187,188,187,188,187,233,252,233,253,253,253,253,254,253,254,253,253,254,253,253,254,253,254,253,253,253,254,253,254,194,253,253,254,254,253,253,254,254,253,194,253,254,254,253,253,253,234,254,254,253,234,254,253,234,254,253,253,254,253,254,253,253,253,253,253,253,194,254,253]; +image[204]=[254,254,254,234,254,253,254,254,254,194,254,254,194,254,253,254,253,194,254,254,254,253,254,254,254,254,234,253,254,253,254,254,254,253,254,253,254,253,254,254,254,254,194,254,194,254,194,254,253,254,254,194,254,254,254,253,254,254,254,254,253,254,254,254,254,194,254,253,253,194,254,254,254,254,254,253,254,253,194,254,254,254,254,254,254,194,254,254,254,253,254,194,254,254,254,254,254,253,234,254,253,254,254,234,253,194,254,253,253,254,253,254,234,254,194,253,234,254,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,252,253,253,253,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,194,253,234,252,252,253,253,252,253,252,194,253,252,234,252,253,253,253,253,194,253,253,234,252,253,253,234,252,194,252,253,252,253,194,253,252,252,253,252,234,253,253,253,253,234,253,253,253,253,252,253,253,252,234,253,253,253,253,253,253,253,253,254,253,253,253,234,253,254,253,254,253,254,253,253,254,253,253,254,253,254,253,254,253,253,254,253,253,254,254,254,253,253,254,254,253,253,253,233,253,233,188,188,233,188,233,187,188,187,182,187,187,187,187,187,227,187,187,227,187,233,188,233,233,193,252,233,187,233,193,233,193,233,233,187,233,193,233,253,254,233,193,233,253,233,233,252,233,233,233,188,187,187,187,187,227,187,227,181,187,227,181,187,181,227,181,181,227,187,187,233,233,193,233,188,193,182,182,136,227,181,227,181,227,187,187,187,233,182,233,182,181,227,187,227,181,227,181,182,181,227,181,181,221,135,176,175,135,175,175,130,130,85,85,80,40,40,40,241,241,0,243,245,45,241,45,242,45,241,0,0,0,40,40,80,85,80,85,125,130,125,130,170,130,130,130,175,130,130,175,175,176,175,227,135,176,181,181,135,181,181,176,187,181,182,181,181,227,181,227,181,176,181,222,181,222,181,181,176,181,181,227,136,227,181,176,136,227,136,227,181,136,181,227,182,136,85,130,85,130,85,85,130,136,182,182,182,136,181,187,182,187,182,187,188,187,233,193,188,252,193,188,252,188,253,253,253,253,253,253,234,253,253,253,254,253,253,254,253,234,254,253,254,253,254,234,253,194,254,253,253,253,254,254,253,234,253,254,254,253,253,253,254,253,254,253,253,253,254,253,253,254,253,253,253,253,234,253,253,253,252,253,234]; +image[205]=[253,254,253,254,234,254,253,254,254,254,253,254,254,254,254,254,254,254,254,194,253,254,234,254,254,253,254,254,194,254,253,254,254,194,254,254,194,254,254,253,254,254,254,253,254,253,254,254,194,253,254,254,254,234,254,194,254,253,254,194,254,253,254,253,254,254,253,254,254,254,253,253,253,254,194,254,254,254,254,253,254,254,234,254,254,254,254,254,194,254,254,254,254,254,194,253,254,254,253,254,234,253,253,254,254,253,254,194,254,253,254,253,253,253,253,254,253,253,254,194,253,253,194,253,234,253,254,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,252,234,253,252,253,252,234,253,253,234,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,234,253,253,253,252,253,253,194,253,252,234,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,252,234,253,253,252,253,253,252,194,253,252,253,253,253,234,253,252,234,253,253,253,252,234,253,194,253,253,253,253,253,253,254,253,254,253,253,254,253,253,254,253,254,253,254,253,254,253,254,253,254,254,254,253,254,254,253,253,253,254,254,253,253,254,253,253,253,193,188,193,253,188,193,188,188,233,233,187,187,182,181,227,187,233,187,187,188,233,193,187,188,233,193,233,252,233,188,233,233,187,252,193,233,233,253,233,253,233,193,233,187,187,187,187,187,233,187,187,187,227,187,227,187,181,187,181,187,181,227,187,227,181,187,227,181,187,181,227,187,233,182,182,136,181,136,130,181,227,181,181,181,227,182,233,182,233,187,227,187,187,227,181,181,181,227,227,181,182,227,181,176,181,175,176,175,130,176,130,176,85,85,85,85,91,45,242,40,241,0,242,247,245,243,242,241,45,242,241,0,0,241,40,40,40,85,80,85,80,130,125,130,130,175,130,130,130,170,130,175,175,175,181,176,221,130,227,227,227,181,176,227,135,227,181,227,187,182,181,227,181,181,176,227,181,222,181,181,136,176,181,181,176,181,227,181,181,182,181,227,182,181,182,187,182,85,176,85,125,130,130,85,136,182,188,233,136,136,187,182,187,187,187,233,188,188,187,252,187,252,233,253,253,233,252,253,253,253,253,253,253,253,253,253,254,253,254,253,253,234,253,234,254,253,253,254,253,234,254,253,254,253,253,253,254,253,253,253,254,253,234,254,194,253,254,194,253,234,254,194,253,254,194,253,253,252,251,251,252,252,253,253]; +image[206]=[194,254,254,254,254,254,254,234,253,254,254,253,253,194,254,254,254,254,254,254,254,254,253,254,194,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,253,234,254,253,253,254,254,234,253,253,254,253,254,254,254,253,254,253,254,253,254,253,254,253,194,254,253,254,234,254,254,253,254,253,194,254,234,254,194,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,253,254,253,254,194,254,253,234,254,253,254,253,194,254,254,254,253,254,254,194,254,254,234,254,254,253,254,253,234,253,254,194,253,253,253,234,252,253,194,253,253,253,253,253,253,253,253,194,253,234,253,253,194,253,253,234,252,253,253,253,252,253,194,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,254,253,253,253,253,253,253,194,253,234,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,194,254,253,194,254,253,253,254,194,254,253,194,254,253,254,253,234,253,254,234,254,253,253,254,234,254,253,254,254,234,253,254,253,254,253,254,253,253,253,188,253,188,233,188,233,187,187,188,187,182,187,187,187,187,187,233,187,233,233,187,233,193,233,193,233,193,233,193,233,193,188,233,233,253,233,233,187,233,187,233,187,233,188,233,233,233,187,233,187,233,187,233,187,187,181,187,181,181,187,187,187,187,187,181,187,181,187,187,187,233,187,188,187,233,182,187,182,233,187,187,187,227,187,181,187,187,233,187,187,227,187,227,227,181,222,181,227,181,181,181,181,221,175,175,175,175,130,130,85,85,85,85,131,85,91,45,91,242,242,241,241,0,91,246,248,242,45,45,45,45,0,0,0,0,241,40,40,40,85,85,85,130,125,130,125,130,125,130,175,130,175,130,176,175,175,130,227,176,181,136,181,227,136,227,181,182,135,181,227,181,227,182,181,227,136,181,227,136,227,182,233,182,181,181,176,181,227,181,227,182,181,187,182,181,182,182,85,182,136,176,85,136,136,182,142,182,182,182,181,187,227,182,233,188,193,188,187,253,233,251,193,188,193,252,253,253,253,253,253,253,253,254,253,254,253,253,253,254,253,254,253,253,253,254,253,253,254,253,253,254,253,254,253,254,253,254,253,254,253,254,253,253,254,254,234,254,254,253,253,254,253,253,254,253,254,253,194,252,251,252,194,252,253]; +image[207]=[254,254,253,254,194,254,253,254,254,254,194,254,254,254,254,194,253,254,254,194,253,254,254,254,254,254,253,254,234,254,254,234,254,194,254,253,254,254,254,254,253,254,253,254,253,234,254,254,253,254,254,194,253,254,254,194,254,234,254,254,194,254,254,194,254,254,253,254,254,253,254,194,254,253,254,254,253,254,253,254,254,254,194,253,254,254,254,254,254,194,253,254,253,254,254,253,254,254,253,254,254,253,254,254,253,254,254,194,254,254,254,234,254,253,234,253,253,254,253,253,253,253,254,253,253,254,253,254,253,253,253,253,253,253,253,253,234,253,253,194,253,253,194,253,253,253,252,253,253,253,253,252,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,194,253,253,194,253,253,253,253,253,194,253,253,194,253,253,253,253,194,253,253,253,253,253,254,253,253,253,254,194,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,194,253,194,253,253,253,253,253,253,253,253,253,253,253,254,194,253,253,254,253,254,253,254,194,253,254,253,254,253,253,253,254,254,253,253,253,254,253,253,254,253,253,254,253,253,253,253,254,253,233,253,252,253,252,252,188,233,187,233,187,233,187,187,233,187,233,233,193,233,193,188,233,233,188,233,188,187,188,187,233,233,233,193,233,187,187,187,233,187,187,233,233,193,187,187,187,187,187,187,233,187,227,187,187,187,232,187,227,187,227,227,187,181,187,227,187,227,227,187,182,233,187,233,254,233,193,233,182,227,181,182,135,227,187,233,187,227,182,187,182,187,187,182,181,181,227,181,181,181,175,181,135,176,135,130,176,85,85,40,85,85,91,90,91,96,96,45,243,45,242,0,0,241,243,247,45,243,40,45,45,0,0,0,0,241,241,242,40,40,40,131,85,85,130,130,125,130,130,125,130,175,175,130,221,135,175,176,181,176,130,175,181,181,227,181,176,227,136,181,227,135,227,181,227,181,176,227,181,136,233,188,227,136,181,176,181,136,181,187,227,182,181,181,182,227,187,136,188,136,136,130,136,176,182,188,187,182,136,182,182,187,187,187,187,188,187,188,187,188,233,188,253,253,253,188,253,253,253,253,254,253,253,253,253,253,254,253,253,253,253,254,254,253,253,254,253,253,254,253,234,254,253,254,253,254,194,254,194,253,254,194,254,253,253,253,253,254,253,254,253,234,254,253,194,253,252,252,194,251,252,252,194,253]; +image[208]=[254,194,254,254,254,254,254,194,254,254,254,254,254,253,254,254,254,254,254,254,254,194,254,254,253,194,254,254,254,254,254,254,254,254,254,194,254,253,254,194,254,254,254,254,253,254,253,254,253,254,254,254,254,194,254,254,254,253,254,254,254,254,254,254,254,253,254,194,254,254,254,253,254,234,253,254,253,254,253,253,254,254,254,254,234,254,253,234,254,254,254,194,254,254,254,254,234,254,253,194,254,254,253,254,254,253,254,254,253,253,254,253,254,253,254,254,253,254,254,254,254,253,194,254,253,254,253,194,254,234,253,253,194,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,253,253,194,252,253,194,253,253,253,194,253,253,253,253,253,254,253,254,253,254,253,254,194,254,253,254,253,254,253,253,234,253,253,254,253,194,254,253,194,254,253,194,254,253,254,253,254,253,253,253,194,253,234,253,253,253,253,253,253,253,254,253,194,253,253,253,194,253,253,254,253,253,253,194,254,234,253,253,234,253,234,253,253,254,254,234,253,234,254,253,254,254,253,253,254,253,254,253,234,253,253,254,253,254,254,254,253,254,254,253,254,253,254,254,253,188,253,253,253,193,253,233,188,193,188,187,187,187,187,233,187,233,233,193,233,193,233,233,193,187,193,233,193,233,187,233,187,188,187,187,188,187,233,187,187,233,187,233,187,233,187,233,233,233,233,187,233,187,187,233,187,227,187,227,187,181,181,187,227,187,227,181,181,187,181,182,233,187,187,233,187,187,233,182,187,187,182,181,182,233,187,227,182,181,181,187,233,187,227,227,181,182,227,181,227,135,221,181,175,175,135,135,176,80,91,85,91,45,91,136,96,136,136,96,96,243,45,242,241,241,242,91,244,45,91,45,45,45,241,0,0,0,241,0,40,241,40,85,80,85,130,85,130,130,125,130,176,175,130,175,175,130,221,135,221,135,221,181,176,176,181,176,135,181,182,227,181,181,182,181,227,181,227,181,182,227,233,188,182,227,136,181,181,181,227,136,227,182,181,182,187,181,227,187,227,136,136,136,136,136,136,182,182,248,182,182,187,187,182,187,182,187,188,187,252,233,251,193,188,233,253,253,253,253,253,253,253,253,254,253,254,253,253,253,254,253,254,253,253,253,254,253,253,254,253,253,254,253,253,253,254,253,254,253,254,254,253,254,253,254,253,254,253,194,254,253,254,253,253,253,253,254,253,253,253,252,252,253,253,253,253]; +image[209]=[254,254,254,253,254,253,254,254,253,254,253,254,194,254,254,254,194,253,254,254,254,254,254,254,254,254,254,254,254,194,254,254,234,254,254,254,254,254,254,254,194,253,254,194,254,254,194,254,254,194,253,254,253,254,254,253,254,254,254,254,194,254,253,253,254,254,253,254,253,254,253,254,254,253,254,253,254,194,254,254,254,253,254,254,253,254,254,254,253,254,254,254,254,194,253,254,253,254,254,254,194,254,254,194,254,254,253,254,254,194,253,254,194,254,234,254,194,253,254,194,254,254,254,254,234,253,254,254,253,253,234,254,253,254,194,253,253,234,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,254,253,254,253,254,254,254,253,254,253,254,194,254,253,254,253,253,253,253,194,253,253,194,253,234,253,253,253,253,253,254,253,253,253,253,234,254,253,253,253,253,253,253,253,253,253,253,234,253,253,253,254,253,253,234,253,253,254,253,254,253,254,253,254,254,253,254,253,253,253,254,253,253,254,253,234,254,253,254,254,254,253,254,253,253,252,253,188,187,233,188,228,187,233,187,233,187,188,193,233,193,233,188,233,233,233,187,233,187,233,193,233,233,193,233,233,233,187,233,187,233,193,233,187,233,187,193,233,187,233,187,187,182,233,187,233,187,187,181,187,227,187,181,187,181,187,187,227,187,187,227,187,233,187,227,136,181,181,182,227,187,188,233,188,187,187,181,181,176,181,227,227,182,181,182,181,187,187,227,181,181,181,130,181,130,136,85,85,40,91,91,91,91,91,142,136,142,96,96,96,245,245,244,243,242,243,243,91,45,91,45,45,40,241,0,0,0,0,241,241,40,40,40,40,85,85,85,125,130,130,125,130,170,175,176,175,135,175,175,221,176,175,135,176,181,181,227,176,182,233,182,227,176,227,181,136,227,182,181,227,187,182,227,136,181,221,181,221,181,181,181,181,227,227,187,182,182,182,182,187,233,233,136,182,176,136,136,136,136,182,136,182,181,182,187,187,187,187,188,187,188,187,188,253,188,193,253,188,253,253,253,253,234,253,253,253,253,254,253,253,253,253,253,254,194,253,254,253,253,254,253,253,254,253,254,253,234,253,253,253,234,254,253,234,254,194,253,254,253,234,254,253,194,254,253,253,234,253,253,253,253,253,252,253,253,253]; +image[210]=[254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,253,194,254,254,254,254,254,253,254,254,253,194,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,253,254,194,254,253,194,254,254,254,254,194,254,253,254,253,194,254,254,194,254,253,194,254,254,253,254,253,194,254,254,254,254,253,254,254,253,254,254,254,254,254,254,254,254,234,254,254,254,253,254,254,254,194,254,254,254,254,254,254,253,254,253,254,254,254,254,253,254,253,194,253,254,253,253,254,253,254,253,254,234,253,254,253,253,253,253,253,253,194,254,253,253,253,253,253,253,234,253,253,253,253,234,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,254,253,253,254,253,253,254,194,254,234,253,253,253,253,253,194,254,253,253,253,253,254,194,253,253,253,234,253,253,254,253,253,253,254,253,194,254,253,254,254,253,254,253,253,254,234,253,253,234,253,253,234,253,253,253,253,254,253,253,194,254,253,253,254,253,253,253,253,253,253,253,254,253,254,253,254,253,254,253,253,194,254,253,254,253,254,253,254,253,234,253,254,253,253,253,254,253,253,253,254,253,254,253,253,233,253,233,252,233,193,187,233,188,187,193,233,193,233,188,233,193,187,233,193,187,252,233,188,187,233,193,187,233,187,193,193,233,233,187,233,187,233,193,187,233,233,193,187,233,187,233,187,233,187,187,227,187,227,187,181,187,227,187,187,227,187,187,187,233,187,187,227,182,227,187,227,187,227,187,233,233,233,182,136,181,176,181,181,187,227,136,181,181,181,227,181,181,136,221,176,135,176,135,136,85,242,40,96,136,91,91,244,182,142,182,136,182,142,246,91,245,244,243,243,91,45,91,45,91,45,45,45,241,0,0,0,0,0,241,241,40,40,45,131,85,85,130,131,130,125,130,130,175,130,130,175,176,135,175,135,221,181,181,176,176,136,227,233,187,136,181,176,181,227,136,227,227,181,182,182,187,227,181,227,181,227,136,227,181,222,181,136,227,187,187,187,187,227,182,182,182,227,136,85,131,131,130,130,136,181,136,181,182,181,182,187,188,187,188,188,193,188,233,252,253,253,253,254,253,253,253,253,253,253,254,234,253,253,194,254,253,253,253,254,253,234,253,254,253,253,253,254,253,253,253,254,253,254,253,253,253,253,253,254,254,253,254,253,253,253,254,253,254,234,253,253,253,253,194,253,253,234,252,253,234]; +image[211]=[194,254,254,254,194,253,254,254,234,254,254,254,194,253,254,254,194,253,254,254,254,254,254,254,194,254,254,254,254,254,254,253,254,254,194,254,254,254,254,253,234,253,253,254,253,254,234,254,253,254,254,253,234,254,254,254,254,254,254,253,253,254,253,254,254,194,253,254,253,254,253,254,254,254,254,234,254,253,254,254,254,253,194,254,234,254,253,234,254,194,254,253,254,254,194,253,254,253,234,254,253,254,254,253,254,254,253,254,254,194,253,254,254,254,254,254,194,253,254,253,254,254,254,254,253,254,234,254,253,253,254,253,253,254,253,254,194,253,253,253,254,253,254,253,234,254,194,253,253,253,253,234,253,253,253,253,194,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,254,194,253,254,253,194,253,253,194,253,253,254,253,254,253,254,194,253,253,254,254,194,253,254,254,253,253,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,254,194,253,254,253,253,253,254,194,253,253,253,253,253,254,194,253,253,253,234,254,194,254,253,254,254,254,253,253,234,254,253,254,253,254,253,254,253,254,254,253,253,234,253,253,253,253,253,253,253,253,252,252,188,233,188,233,187,233,233,193,233,187,233,193,233,233,187,188,233,233,233,187,233,188,233,188,233,193,233,187,233,193,233,193,233,187,193,233,233,187,187,233,187,233,233,187,187,187,187,187,187,232,187,187,232,187,187,227,187,227,181,182,233,187,227,187,187,227,187,182,187,233,188,233,188,181,136,181,176,227,136,227,227,136,181,227,135,227,187,227,227,181,181,175,135,176,176,85,40,242,45,46,247,142,91,244,91,96,136,187,136,187,136,96,91,244,91,243,243,243,244,45,91,90,91,45,241,0,244,242,0,0,0,0,241,242,40,40,85,91,85,85,130,130,130,125,130,176,175,175,176,175,221,135,175,176,221,181,221,136,233,136,182,227,176,221,181,181,182,233,136,227,176,187,233,253,182,182,182,181,227,181,227,182,181,182,181,181,182,227,181,181,181,187,136,227,187,187,136,182,182,136,130,136,182,181,182,187,187,187,182,187,187,188,233,188,252,252,253,188,253,253,188,253,253,253,254,253,253,253,253,253,254,253,253,254,253,253,253,254,253,253,253,254,254,253,253,254,254,253,254,253,253,254,254,254,253,254,253,253,254,253,253,254,234,253,253,253,253,253,253,253,253,253,253,252,253,253,252,253]; +image[212]=[254,254,254,254,254,254,254,254,253,254,254,254,254,234,254,254,254,254,254,253,254,254,254,254,254,254,254,254,253,194,254,254,194,254,254,254,254,253,254,254,254,254,194,254,254,253,254,254,194,254,254,254,254,253,254,253,254,253,234,254,254,194,254,253,254,254,254,253,253,254,253,254,254,253,254,253,254,194,253,254,253,254,254,253,254,253,254,253,254,253,254,194,254,254,254,254,254,253,254,254,253,194,254,253,254,254,194,254,254,254,254,194,254,234,253,254,254,254,254,254,194,254,253,254,254,253,253,194,254,253,194,254,254,194,254,254,254,254,194,254,254,253,194,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,194,253,253,253,253,253,194,253,254,253,254,234,253,254,253,254,253,254,254,253,254,253,253,254,253,253,253,253,253,194,254,253,253,254,253,234,253,253,253,253,234,253,254,194,253,254,194,254,194,254,253,253,254,253,253,253,253,253,253,234,253,254,253,253,254,253,194,253,254,253,194,254,194,253,253,253,254,194,253,253,253,253,254,253,253,253,253,254,253,253,254,253,234,253,254,253,254,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,193,233,193,187,187,233,187,253,233,193,233,187,252,233,233,187,187,193,187,253,233,193,233,193,233,188,233,187,233,193,233,188,233,233,187,193,233,233,187,233,187,233,187,233,187,233,187,227,187,187,181,187,181,187,187,187,227,187,187,233,233,182,187,182,187,187,227,233,187,182,187,233,136,187,227,227,181,181,221,135,181,176,181,181,227,181,227,135,181,176,175,130,130,130,85,40,40,241,242,242,91,247,182,244,91,96,182,96,187,136,142,96,96,91,244,91,91,45,91,45,91,45,45,40,241,0,248,241,0,0,0,0,241,40,45,40,85,45,85,85,130,130,130,175,170,130,175,176,175,176,176,181,175,135,176,181,221,181,182,181,181,227,181,227,182,181,227,181,181,187,182,233,188,233,182,181,181,176,181,182,181,182,187,227,182,181,181,181,182,181,182,181,227,187,181,227,187,187,182,136,176,182,182,136,227,187,182,187,187,182,188,187,188,193,233,188,193,253,188,254,254,253,253,253,254,253,253,253,254,253,253,253,253,253,253,254,253,253,254,253,253,253,253,234,253,253,253,194,254,254,253,253,253,254,253,254,253,253,253,254,253,253,254,253,254,253,254,253,254,253,234,252,253,253,194,253,253,252]; +image[213]=[254,234,254,234,254,194,254,254,254,194,254,253,254,254,254,234,254,254,194,254,254,194,254,254,254,194,254,254,254,254,254,254,254,254,254,253,234,254,254,253,254,254,254,254,254,194,254,254,254,254,194,253,254,254,254,194,254,254,254,253,254,254,253,254,253,253,254,254,194,253,254,194,254,253,254,253,254,254,194,253,254,254,253,254,194,254,253,254,253,254,253,254,254,253,254,253,254,254,253,254,254,254,254,194,254,254,254,253,254,254,254,254,253,254,254,234,254,194,253,254,254,254,254,194,254,254,254,254,254,254,254,254,254,234,254,254,254,253,254,234,253,254,254,253,254,254,234,254,194,254,253,253,194,253,234,254,194,253,194,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,254,253,254,253,253,254,194,253,254,253,253,253,234,254,253,253,253,253,253,253,253,253,253,254,253,254,253,254,253,254,194,254,253,194,253,253,254,194,253,253,253,253,253,194,253,253,254,253,254,253,253,254,253,253,254,253,253,253,253,253,254,253,234,253,253,194,254,253,253,254,253,253,254,253,254,253,254,253,234,254,253,253,254,253,254,254,253,254,253,253,254,253,233,252,252,251,233,188,233,193,187,233,187,233,193,233,233,187,193,233,187,233,233,233,187,233,193,233,187,193,188,193,233,187,193,187,193,233,233,187,193,187,233,187,187,187,187,233,187,233,187,187,227,187,227,187,227,187,227,187,187,227,187,187,227,187,187,227,227,187,187,227,187,233,182,187,227,182,227,176,181,176,176,175,181,176,181,181,187,227,136,181,135,135,130,130,130,130,85,85,40,40,40,241,46,91,248,91,243,91,96,136,187,136,182,136,136,91,91,91,91,244,91,96,45,244,45,0,0,0,91,0,0,40,241,241,241,242,45,40,85,85,136,85,130,176,130,130,175,130,175,135,221,135,221,181,176,181,221,135,176,181,176,176,181,176,135,227,136,227,181,176,181,227,187,227,187,136,176,176,227,181,176,181,227,181,233,182,181,222,181,181,181,227,187,181,182,182,187,182,182,182,187,182,136,136,136,136,182,181,182,181,182,187,188,233,188,188,252,233,188,253,253,253,253,254,253,234,254,194,254,253,253,253,254,253,234,253,253,253,253,253,254,194,253,254,254,253,254,234,253,254,253,253,253,254,253,253,253,253,254,234,254,253,253,254,253,253,253,253,253,194,253,253,253,253,253,253,253,252,253,253]; +image[214]=[254,253,254,254,254,254,254,253,254,254,254,254,253,254,253,254,253,254,254,254,234,254,254,234,254,254,234,254,254,254,234,254,254,234,254,254,254,253,194,254,254,253,254,194,254,254,253,254,253,254,254,254,194,254,254,254,253,254,254,194,254,254,254,194,254,194,254,253,254,234,253,253,254,194,254,254,254,254,254,254,194,254,253,254,254,254,194,254,253,234,254,253,254,234,254,194,254,254,234,253,254,253,254,254,253,254,254,254,253,254,253,254,254,253,254,254,254,254,254,234,253,254,234,254,254,254,254,253,254,253,254,253,254,254,253,234,254,253,254,254,254,253,254,254,253,253,253,254,253,234,253,254,253,253,253,253,254,253,254,234,253,254,234,254,254,254,253,254,253,253,194,253,253,253,253,253,253,194,253,253,253,194,253,253,253,253,254,253,194,254,253,253,194,253,254,253,234,253,254,253,253,253,194,254,253,194,254,253,253,253,253,253,253,254,253,254,253,253,254,253,254,254,253,234,253,253,254,253,253,253,254,253,253,253,253,253,253,254,253,253,254,253,253,234,253,253,254,234,253,253,253,253,254,253,253,253,194,254,253,253,254,253,253,253,254,253,253,254,253,254,253,253,253,253,253,253,253,253,253,252,253,188,233,193,233,193,233,187,253,233,193,233,188,187,193,233,187,188,233,252,187,252,193,233,188,187,233,233,187,187,233,187,233,233,187,233,188,187,233,187,233,187,233,187,187,233,187,233,187,187,182,187,187,187,227,187,187,227,181,181,181,182,181,181,181,227,181,181,181,181,181,187,227,182,135,130,181,176,175,135,175,176,175,181,181,227,135,135,176,176,176,130,125,125,130,85,176,131,131,91,40,91,0,242,245,91,244,45,96,136,136,141,96,136,96,96,136,45,91,45,45,244,45,45,242,0,0,241,241,46,0,0,0,241,241,241,40,85,136,85,125,85,130,130,175,176,175,176,175,175,175,135,176,181,181,176,181,176,181,181,221,181,181,227,181,176,181,227,181,181,181,181,182,181,227,181,181,136,181,181,181,181,136,227,136,227,181,181,182,176,181,227,136,187,187,182,233,188,187,182,182,142,233,233,182,181,182,187,136,187,187,187,187,188,187,252,188,252,193,188,253,253,253,253,253,254,253,254,253,254,253,253,253,253,253,254,253,253,253,253,254,254,253,253,254,253,254,253,254,234,253,254,253,254,234,253,254,253,253,253,253,254,253,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,252,234]; +image[215]=[194,254,254,254,254,254,234,254,254,254,254,194,254,254,254,194,254,254,253,254,254,194,254,254,254,254,254,194,253,254,254,253,254,254,253,254,254,254,254,254,234,254,254,254,254,234,254,194,254,254,254,254,254,253,254,254,194,253,254,254,253,254,254,254,254,254,254,254,253,254,234,254,253,254,253,253,253,254,253,254,254,253,254,254,253,254,254,254,254,254,194,254,253,254,253,254,254,253,254,254,194,254,254,253,254,254,194,254,194,254,234,254,194,254,253,254,234,253,254,254,254,254,254,253,254,254,194,254,254,194,254,253,254,254,254,254,253,254,254,253,254,234,253,254,254,253,254,253,254,253,253,253,253,254,253,234,253,253,253,253,253,253,253,253,253,194,254,253,254,253,254,253,253,253,194,253,253,253,234,253,253,253,253,253,234,253,253,254,254,194,254,254,253,254,253,253,253,254,253,253,253,253,253,253,253,253,194,254,253,194,254,194,253,253,234,253,254,234,254,253,253,253,253,253,254,253,253,254,194,253,253,253,254,194,253,254,194,253,254,253,194,253,254,253,253,253,253,253,253,253,194,253,253,253,253,254,253,253,254,253,253,254,254,253,253,254,253,253,253,253,253,254,253,254,253,253,253,253,253,253,193,188,233,188,188,187,193,233,187,193,233,187,233,233,187,233,233,193,233,253,233,188,233,193,233,193,193,233,193,233,193,233,187,188,187,233,187,233,193,233,233,187,233,187,233,187,187,187,233,187,233,182,187,187,187,181,182,187,187,187,181,227,182,227,181,182,227,136,227,181,227,181,181,136,182,227,187,136,227,181,181,135,175,176,181,176,176,130,130,130,130,125,125,130,125,130,136,176,136,136,91,40,241,241,241,243,91,242,45,91,96,136,96,96,136,96,136,96,96,45,96,45,50,241,0,241,241,241,0,0,46,241,40,241,40,45,45,80,130,130,130,130,130,130,135,130,175,135,175,176,175,175,175,175,180,175,176,181,176,181,181,227,136,181,181,221,181,181,176,182,227,181,227,182,181,227,227,227,176,227,181,227,227,187,227,182,176,227,181,182,181,227,181,227,233,187,182,193,188,187,182,233,188,142,136,136,182,181,182,187,182,188,187,188,188,193,233,253,188,253,188,253,253,253,253,253,254,253,253,234,254,253,254,253,253,253,253,234,253,253,253,253,254,253,254,194,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,254,194,253,253,253,234,253,253,194,253,234,253,253,252,253,253,253,252]; +image[216]=[254,254,194,254,253,254,254,253,194,254,254,254,254,194,254,254,234,254,254,254,254,254,253,194,254,254,254,254,254,254,194,254,253,194,254,254,194,254,254,254,254,253,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,253,194,254,254,254,253,254,254,253,254,253,254,253,234,254,194,254,234,254,253,254,194,254,254,253,253,254,194,253,254,254,254,253,254,254,253,194,254,254,254,254,253,254,194,254,254,253,254,254,254,253,254,254,254,254,254,254,254,194,253,194,254,254,254,194,254,254,254,254,254,254,234,254,253,254,254,194,254,234,254,254,254,253,194,254,254,254,194,254,253,254,234,253,253,253,254,253,254,253,253,254,253,194,254,254,253,253,194,254,253,253,254,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,194,254,234,254,253,234,253,254,253,253,253,253,253,253,254,253,253,253,253,253,253,253,194,254,254,253,253,254,253,194,253,253,254,194,253,253,254,253,253,254,253,253,254,253,253,194,254,254,253,253,194,254,253,253,254,253,253,253,253,253,253,253,254,253,253,253,253,253,253,254,254,253,254,253,253,253,253,254,253,253,233,252,252,233,188,193,233,187,233,193,233,193,233,188,193,233,193,188,193,233,193,233,193,233,193,233,188,233,187,188,233,193,233,188,193,233,187,187,233,187,233,187,187,187,187,233,187,233,187,233,187,233,187,187,233,227,187,187,187,227,181,227,227,187,181,187,187,187,227,187,227,187,187,136,227,233,233,233,187,182,227,181,176,181,222,181,181,176,130,176,130,130,125,85,130,125,176,130,176,130,136,176,136,136,136,45,40,242,241,242,241,241,45,91,45,91,90,91,136,90,90,96,91,45,243,242,242,242,241,242,241,241,241,0,40,40,40,40,40,131,85,131,125,130,125,176,175,176,175,176,175,176,181,175,176,175,176,181,175,181,176,181,176,181,181,222,227,176,181,227,227,227,227,187,182,182,181,227,181,136,227,181,136,227,136,187,233,187,181,187,187,187,181,136,227,187,182,187,182,182,233,188,233,142,188,188,233,136,182,187,187,182,187,187,188,187,188,233,251,188,193,253,233,252,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,254,253,254,253,254,234,253,253,254,254,253,253,254,253,253,254,253,254,253,254,253,253,254,253,194,253,253,254,253,253,253,253,253,253,253,253,253,252,253,253,253,252,253,253]; +image[217]=[254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,253,254,254,254,254,254,234,254,194,254,254,254,254,254,254,254,254,254,254,253,254,254,194,254,253,254,253,254,234,253,254,254,254,194,253,254,254,254,254,253,234,254,254,254,253,254,254,194,253,254,254,194,253,254,254,253,254,254,253,253,253,254,254,254,194,254,234,253,254,254,254,253,253,254,194,253,254,254,254,194,254,253,254,254,254,254,254,253,254,254,253,254,234,253,254,194,253,254,253,254,254,254,254,254,253,254,254,254,194,254,254,253,254,254,254,194,254,254,254,254,254,253,254,254,254,254,234,253,254,254,194,253,253,254,194,253,253,253,253,234,254,194,253,254,253,253,253,254,253,253,253,253,253,194,254,253,253,253,253,252,253,252,253,253,253,253,194,253,234,253,254,253,253,253,253,194,253,254,253,254,253,253,253,254,253,253,234,253,254,253,253,253,253,253,253,194,253,254,253,254,254,253,254,194,254,253,253,254,253,254,253,253,253,253,253,253,253,254,253,194,254,253,254,253,254,253,194,253,254,253,254,253,253,234,253,253,253,253,254,253,234,253,254,253,254,253,254,253,234,253,254,253,254,253,254,253,253,253,253,253,193,188,193,188,233,252,188,193,233,188,187,187,233,193,233,233,193,233,252,233,252,233,252,233,233,193,233,193,233,188,233,253,187,233,187,233,187,233,187,188,233,187,233,187,233,187,233,187,233,187,187,233,187,187,182,227,187,181,182,187,182,187,181,187,227,181,136,181,181,176,181,181,181,181,136,187,188,227,136,227,227,136,181,176,131,135,176,135,130,130,125,125,125,130,130,130,130,176,181,136,176,136,176,136,136,40,40,46,40,241,0,0,241,241,45,243,45,91,96,45,45,243,45,242,242,242,243,242,242,242,40,242,40,45,40,91,40,131,85,85,130,176,125,125,170,130,176,181,181,175,181,176,175,181,175,181,176,227,181,227,181,175,181,182,187,187,181,176,181,182,187,136,227,187,233,233,136,227,181,187,227,182,181,227,176,181,182,187,227,182,227,187,182,188,233,188,182,187,182,233,188,252,233,253,253,252,193,188,182,142,187,188,187,188,233,252,188,188,233,188,252,252,253,252,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,254,253,253,253,253,254,253,253,253,254,253,253,194,254,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,254,253,253,234,253,253,253,253,234,253,253,253,252,253]; +image[218]=[254,194,254,254,254,254,254,254,254,194,254,254,254,234,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,253,254,254,254,254,254,253,254,254,254,254,253,254,234,254,253,234,254,254,254,254,254,254,253,254,254,253,254,254,254,194,254,253,254,254,254,254,253,254,253,254,194,254,254,254,254,254,254,254,254,254,194,254,253,234,253,254,234,253,254,194,254,254,253,254,254,234,254,253,254,253,254,234,253,254,253,254,254,254,253,194,254,254,253,254,254,254,253,254,253,194,254,254,194,254,254,254,254,253,254,254,254,253,254,253,254,234,253,253,253,253,253,253,234,253,254,234,253,253,254,194,253,253,253,253,194,253,253,194,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,254,253,253,253,234,253,254,254,194,253,253,253,253,253,194,254,253,254,194,253,253,253,253,234,253,253,253,253,253,253,254,234,253,253,234,253,254,253,253,194,253,194,253,234,253,254,253,253,254,253,253,254,254,253,234,253,253,234,253,253,253,234,253,253,253,253,253,253,253,234,253,253,254,253,254,253,254,253,254,253,253,254,253,254,253,253,253,188,233,188,187,233,187,233,187,193,233,193,188,187,252,233,252,233,193,233,193,233,193,187,188,233,187,233,193,193,187,233,193,233,187,187,188,233,187,233,188,187,233,187,233,188,233,187,233,187,182,187,187,187,187,187,187,187,187,181,136,181,187,181,182,187,227,181,182,181,227,181,176,135,176,181,136,181,136,175,130,176,135,130,130,176,130,130,125,125,176,125,130,130,130,175,175,135,176,176,135,176,136,136,136,136,85,40,243,46,241,241,241,0,241,241,241,241,241,242,242,242,241,243,243,40,243,242,45,242,45,45,91,40,85,131,85,85,85,176,130,125,130,125,125,130,125,125,176,135,175,221,135,176,181,176,181,135,222,181,176,181,181,176,227,227,181,227,181,182,233,187,181,182,182,233,233,136,227,182,187,233,182,187,182,227,227,187,182,187,227,187,187,188,253,253,188,253,188,187,182,188,188,188,233,188,188,187,188,188,188,188,188,188,233,188,233,251,193,188,193,188,253,188,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,254,253,254,253,253,254,253,253,253,253,254,253,253,234,253,194,254,234,253,253,253,253,253,253,254,234,253,253,194,253,253,253,252,194,253,252,253,252,253,234,252,252]; +image[219]=[254,254,254,194,254,254,234,254,254,254,194,254,254,254,253,254,254,254,254,254,194,253,254,253,254,254,194,254,254,253,254,254,254,254,194,253,254,254,254,253,254,254,254,194,254,253,254,254,234,253,254,234,254,254,254,194,253,254,194,254,253,254,253,254,254,254,234,253,254,254,194,254,253,234,254,194,254,254,253,254,234,253,254,194,253,254,234,254,254,254,254,253,254,194,253,253,254,253,254,254,253,254,254,253,254,253,254,253,254,253,254,234,253,254,253,194,254,234,253,254,253,254,254,234,254,253,254,254,254,254,194,254,254,253,254,194,254,254,254,254,254,254,253,254,253,254,254,253,253,234,254,253,254,253,254,194,253,254,234,253,254,253,253,253,253,253,253,253,254,253,234,253,253,253,253,253,253,253,253,253,252,234,253,253,253,253,252,234,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,194,253,253,254,253,253,253,253,253,253,194,253,234,253,253,253,253,253,254,253,253,234,253,254,253,254,253,253,253,254,253,194,254,253,253,234,253,254,253,254,254,253,254,254,253,254,253,194,254,253,253,253,254,253,254,253,254,253,253,253,253,234,254,253,253,253,253,253,253,254,188,193,187,251,233,187,188,187,188,187,188,233,193,233,193,233,193,233,252,233,252,233,188,193,233,193,253,233,188,233,188,233,187,187,188,233,187,233,187,188,233,187,188,187,187,187,187,187,188,187,233,187,233,182,187,182,187,182,227,187,227,187,181,227,187,227,136,187,136,181,181,181,181,176,181,175,176,175,176,130,181,175,181,176,175,130,130,125,125,125,130,130,125,130,176,130,135,176,175,135,175,176,135,176,181,176,136,136,131,40,91,40,242,242,242,242,242,242,242,242,242,242,242,242,243,242,91,40,242,91,40,91,85,91,85,85,131,85,85,130,130,130,130,170,130,130,175,176,175,176,222,136,221,175,181,176,181,176,221,176,181,221,222,181,181,135,181,136,227,181,187,227,187,227,181,187,182,187,181,227,182,233,182,187,182,181,182,181,227,187,182,227,187,227,187,233,188,193,233,252,233,188,253,188,188,188,188,187,188,233,188,233,252,252,252,188,193,188,188,233,252,252,233,253,253,188,253,253,253,253,253,253,253,254,253,253,253,234,253,254,253,253,253,253,253,253,253,253,254,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,252,253,252,234]; +image[220]=[254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,194,254,234,253,234,254,254,254,254,253,194,254,253,254,254,254,254,194,254,254,254,254,253,254,253,194,254,254,254,254,254,254,194,254,254,194,254,254,254,254,253,254,254,254,253,254,254,253,254,234,254,253,254,253,254,254,254,253,254,253,253,254,254,194,254,254,254,254,254,194,254,253,194,254,254,194,254,254,254,253,254,253,254,254,253,254,253,254,253,254,253,194,254,253,253,254,254,234,254,253,254,254,254,254,194,254,254,254,254,234,254,234,254,254,254,234,254,254,194,254,253,254,253,194,254,253,254,254,253,254,253,253,254,194,254,253,254,234,254,253,234,253,254,253,254,253,194,253,253,194,253,253,253,252,253,194,253,253,253,253,253,253,234,253,253,194,253,253,253,253,234,253,253,234,253,253,254,234,253,254,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,254,253,234,253,253,253,253,253,234,253,253,253,253,254,253,253,194,254,253,254,253,253,253,254,253,254,253,253,234,253,253,253,253,253,254,253,254,254,253,254,253,253,253,254,253,254,253,188,253,233,252,193,188,187,188,193,187,188,233,187,233,188,233,252,233,188,233,193,187,193,253,233,193,233,233,193,233,193,187,193,233,188,187,187,187,233,187,187,187,188,187,187,233,182,233,188,187,233,187,187,187,187,187,233,187,187,187,182,187,182,187,187,187,187,233,187,227,187,181,182,181,136,181,176,221,135,181,175,181,176,181,130,130,130,175,176,130,176,175,170,175,176,176,181,176,175,175,176,175,135,221,130,176,135,181,176,181,136,85,91,85,40,45,45,45,242,242,242,45,243,45,242,40,91,40,91,91,85,91,85,91,85,85,136,130,176,130,125,125,130,130,130,130,130,130,130,175,181,136,227,227,136,176,181,222,181,181,181,181,176,181,181,182,221,227,181,227,181,182,187,227,182,181,187,227,227,136,227,187,187,182,233,182,187,181,182,187,187,182,187,181,182,187,182,182,233,251,182,251,253,253,233,252,233,188,187,182,187,182,188,233,188,252,253,188,188,187,188,188,193,252,188,252,253,188,253,188,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,253,234,253,253,253,253,253,253,253,194,254,253,253,253,253,253,253,253,253,254,253,253,253,253,234,253,253,253,234,253,253,234,253,253,253,253,253,194,253,252]; +image[221]=[234,254,254,254,254,254,194,253,254,254,254,194,254,254,254,254,234,254,254,254,254,254,254,234,253,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,234,254,253,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,194,254,254,234,254,194,254,254,194,253,254,253,254,253,254,234,254,253,194,254,234,254,194,253,254,254,254,254,253,234,254,254,254,254,254,254,253,254,254,194,254,194,253,254,194,253,254,234,253,254,253,254,254,253,254,194,254,253,253,254,194,254,254,253,254,254,254,254,234,253,254,254,253,254,253,253,254,254,253,254,254,254,253,234,254,254,253,234,253,253,254,253,254,253,254,253,254,194,253,253,254,253,253,254,194,253,253,254,253,254,253,253,253,253,253,253,253,252,234,253,194,252,253,252,253,253,253,253,253,194,253,253,253,253,253,253,194,253,253,253,253,253,254,194,253,254,253,194,253,234,253,253,254,253,253,253,253,234,254,194,253,253,253,253,253,253,234,253,253,253,253,254,234,254,194,253,253,254,254,253,254,194,254,194,254,253,253,234,253,254,253,254,253,253,254,253,253,253,253,254,253,253,253,254,253,253,253,253,254,253,253,188,233,188,193,233,187,188,233,188,193,188,193,233,193,233,188,193,233,188,233,193,233,233,188,193,188,187,188,233,187,233,187,233,187,233,187,187,182,187,187,187,182,187,187,187,187,187,188,187,233,182,233,188,187,187,182,182,187,187,182,187,182,182,187,182,187,187,187,187,227,187,227,227,181,135,175,176,181,181,176,181,136,176,181,175,130,181,176,130,130,130,175,176,181,176,227,175,181,135,221,176,135,221,175,176,136,181,182,227,136,182,222,136,85,131,45,85,45,85,91,85,91,85,91,85,91,85,85,131,85,85,131,131,136,130,130,130,131,130,130,170,176,175,130,175,176,130,227,176,181,136,233,227,181,176,181,181,176,181,227,181,136,233,182,181,182,181,227,181,181,227,187,181,227,181,227,187,181,227,181,227,181,182,227,187,227,182,233,233,187,227,187,227,187,187,233,253,187,188,187,188,188,188,233,188,187,182,227,187,187,187,188,187,188,233,253,252,193,252,233,252,233,252,233,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,234,253,253,254,253,253,254,253,253,253,253,253,253,253,253,234,254,194,253,234,253,253,253,253,254,194,253,254,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253]; +image[222]=[253,254,194,254,254,254,254,254,254,253,254,254,254,254,254,254,254,253,254,194,254,254,254,254,254,194,254,254,253,254,253,194,254,254,254,254,254,194,254,254,254,254,194,254,254,253,254,254,254,254,194,254,254,254,253,194,254,253,254,253,254,194,254,254,254,254,254,253,254,253,254,254,254,254,254,234,254,194,254,254,253,253,254,254,254,253,254,254,254,254,234,254,253,254,254,253,253,254,234,253,254,253,254,253,254,254,254,254,254,254,254,254,254,253,254,254,253,234,253,254,253,254,254,194,254,254,254,253,194,254,253,253,254,254,254,254,253,254,254,254,194,254,194,254,254,234,254,253,254,253,253,254,253,254,253,194,254,253,254,253,254,253,254,254,254,194,254,253,254,253,254,253,253,254,253,253,254,253,194,253,253,194,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,254,253,253,254,253,254,253,253,253,253,253,253,194,253,234,253,253,253,253,253,253,254,194,254,253,254,253,253,254,194,253,253,253,253,253,254,254,234,253,253,253,254,253,254,253,234,254,253,253,253,253,253,253,254,253,253,234,253,254,253,253,254,254,253,253,254,234,253,253,188,253,253,252,252,252,233,188,188,187,193,233,233,188,193,188,233,193,187,233,187,188,233,188,187,193,233,187,233,193,233,233,252,193,233,193,187,233,187,187,187,187,227,187,187,182,187,233,187,233,187,188,187,188,187,187,182,233,187,182,187,182,182,187,233,188,233,233,188,187,182,187,181,181,181,136,175,176,181,181,176,181,187,187,227,181,130,175,176,227,227,136,181,181,181,181,181,176,181,135,221,181,135,221,181,176,135,181,176,181,135,176,181,181,176,136,176,136,176,131,130,85,85,131,130,85,131,136,188,91,130,130,130,176,130,176,130,176,125,130,176,130,130,130,175,176,130,175,176,176,227,182,182,188,182,136,176,181,222,181,181,181,182,227,136,254,182,181,181,187,227,187,227,136,187,227,136,187,227,187,181,187,182,181,181,187,182,227,181,182,182,187,182,187,182,188,233,188,188,188,188,233,253,233,233,251,188,188,233,182,187,182,182,193,187,182,187,188,233,188,188,252,252,252,193,252,252,188,252,253,188,253,253,253,252,252,234,253,253,254,253,253,254,253,253,253,253,253,253,253,194,253,253,253,234,252,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,254,253,194,254,253,253,253,253,253,253,194,253,253,234,253]; +image[223]=[254,254,254,194,254,254,254,254,194,254,254,254,194,253,254,194,254,254,254,254,254,254,254,254,254,254,234,254,194,254,254,254,234,254,254,254,254,254,254,253,254,254,254,194,254,194,253,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,194,253,254,253,254,194,254,254,253,254,234,253,254,253,254,254,254,194,254,254,234,253,254,254,254,234,253,254,253,254,194,253,254,194,254,254,253,254,194,254,194,253,234,254,253,234,254,194,253,253,254,254,254,253,254,253,254,253,234,254,253,254,253,253,254,254,254,254,194,254,254,253,253,254,254,194,254,254,254,254,254,253,254,253,254,254,234,254,194,254,253,254,253,254,253,254,194,253,254,253,234,253,253,254,253,254,253,254,234,254,194,253,254,194,254,253,254,253,254,253,253,253,252,234,253,253,253,253,252,252,234,253,234,253,253,253,194,253,254,253,234,253,253,194,253,234,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,253,254,253,253,253,254,253,253,253,253,253,253,253,253,254,253,253,253,253,254,253,253,254,194,254,253,254,253,253,253,253,253,253,253,234,253,253,254,253,254,253,253,254,254,253,253,253,253,253,252,252,233,193,188,187,251,233,233,187,233,188,187,188,193,233,187,193,233,233,188,187,188,233,187,252,187,233,187,188,187,182,187,182,187,182,187,182,187,188,187,187,188,187,188,187,187,182,187,182,187,187,142,182,142,136,142,142,182,182,187,188,187,233,233,233,187,182,181,181,181,136,135,136,181,187,181,181,182,187,182,222,135,181,182,181,181,222,181,176,181,181,181,176,221,135,221,175,135,221,175,175,181,175,176,181,135,176,135,181,176,135,130,176,130,176,176,130,130,176,130,136,182,239,248,136,176,135,176,135,135,176,130,130,182,227,130,176,130,175,135,130,175,130,130,135,176,181,176,227,181,221,176,181,176,181,176,181,176,181,227,188,135,222,181,182,181,227,181,187,227,181,182,187,182,181,227,187,181,181,227,136,187,136,181,181,182,187,233,253,253,254,253,254,188,233,252,188,188,187,188,233,187,188,187,182,233,253,233,188,188,187,182,233,188,188,233,188,188,252,233,253,188,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,194,253,253,253,253,253,253,253,253,254,253,253,194,253,253,253,234,254,254,234,253,254,253,253,254,194,253,254,253,253,253,253,253,253,253]; +image[224]=[254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,254,234,254,253,254,254,254,254,254,254,254,254,254,253,254,253,254,253,254,254,194,254,254,234,254,254,254,254,254,194,254,254,194,254,253,234,254,254,254,254,254,253,254,254,254,254,194,254,254,254,254,254,194,254,254,253,254,254,253,253,254,254,253,253,254,254,194,253,254,254,253,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,253,254,253,253,254,254,234,254,253,194,254,253,254,253,254,253,253,254,234,253,254,234,254,253,234,254,254,253,254,194,254,194,254,254,253,234,253,254,234,253,254,194,254,253,254,253,254,253,234,253,234,254,253,254,254,234,253,253,254,254,234,253,194,254,234,253,253,254,254,253,253,254,253,234,253,253,234,253,254,253,253,253,253,252,234,252,253,253,252,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,234,253,254,253,234,253,253,253,194,253,253,253,252,253,253,253,234,253,254,253,253,234,253,253,234,253,253,194,254,253,254,253,253,254,253,234,253,253,253,254,253,253,254,254,253,194,254,253,253,254,253,253,253,253,253,253,253,253,254,253,253,253,253,254,254,254,253,233,253,252,188,233,193,233,252,193,188,252,233,188,233,187,188,233,188,187,188,187,233,193,233,193,233,252,233,188,187,233,187,187,187,187,187,181,136,187,136,187,182,187,182,187,182,187,182,182,187,136,187,136,95,136,136,136,136,136,187,136,96,136,187,136,187,182,187,181,227,181,227,233,233,233,227,181,181,227,187,227,181,187,227,182,181,176,181,130,181,181,176,181,176,181,181,175,181,175,175,135,176,175,176,135,176,130,181,176,181,175,130,176,175,181,181,181,175,135,176,176,130,176,182,233,136,176,130,130,176,175,176,130,130,130,136,136,175,130,175,176,181,176,175,176,176,175,221,181,181,176,175,181,181,176,181,221,181,175,181,181,181,182,181,176,181,227,187,182,227,181,187,187,227,233,182,187,182,227,227,181,187,233,233,182,227,182,187,182,187,182,233,252,253,233,188,188,233,187,233,187,182,187,233,187,233,187,187,188,187,187,182,187,187,188,188,188,252,188,253,188,253,252,233,252,252,253,253,252,253,253,253,253,253,254,253,253,254,253,254,253,194,253,234,253,253,253,253,253,252,253,194,253,253,194,253,234,253,254,253,234,254,253,253,253,253,253,253,234,253,254,253,254,253,234,253,254,234,253,253,253,194]; +image[225]=[254,254,254,254,254,254,254,254,254,194,253,254,254,254,234,254,254,254,254,254,254,194,254,194,254,253,254,254,194,254,254,254,254,194,254,234,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,234,253,254,254,234,254,253,254,254,254,254,253,254,253,254,254,253,254,194,253,254,234,254,253,234,254,194,253,254,254,194,253,254,194,253,234,254,253,234,253,254,194,253,254,253,254,253,253,254,194,254,254,253,254,253,254,253,254,254,254,194,253,234,254,253,254,253,253,254,253,254,253,254,254,253,234,254,254,254,253,234,254,253,254,253,254,254,253,254,254,254,253,254,253,254,253,254,253,254,253,253,234,253,253,253,254,253,253,254,253,254,254,253,253,254,253,234,253,254,234,253,254,253,254,253,253,194,253,253,253,253,253,253,253,194,253,253,253,253,252,234,253,253,234,253,253,194,253,253,234,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,252,234,253,253,253,253,253,253,253,234,253,254,253,253,253,253,253,254,253,253,254,194,254,253,253,254,254,253,254,253,253,253,253,234,253,253,254,253,253,253,253,253,253,254,253,253,254,253,253,253,254,253,254,254,253,253,253,253,253,253,188,252,233,188,193,233,188,233,187,193,187,233,187,188,187,193,233,187,252,233,188,187,188,193,233,193,187,188,187,182,187,182,187,182,187,182,181,181,136,181,136,187,136,141,136,187,136,187,136,136,187,136,141,136,142,182,182,187,188,187,187,187,187,187,227,187,187,227,187,136,181,187,136,182,136,227,187,182,187,187,187,181,182,181,176,181,176,181,135,221,135,221,176,181,176,181,135,221,175,135,175,175,181,227,227,181,175,176,135,176,175,176,130,176,176,130,175,130,176,136,176,136,136,176,176,130,130,176,136,176,175,176,130,175,130,176,135,176,130,227,135,175,176,135,176,130,175,176,181,176,181,176,227,181,176,175,175,175,176,181,227,181,227,181,182,181,187,233,227,136,182,233,136,227,182,187,187,136,227,187,182,187,187,182,187,227,187,187,187,182,233,188,228,142,233,188,188,187,233,187,182,233,187,187,182,233,187,182,187,187,182,187,187,187,187,233,233,188,252,252,252,253,193,253,253,188,253,253,253,253,253,253,253,254,194,253,253,253,254,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,254,253,254,253,254,194,253,254,253,254,254,253,254,253,234,253,254,253,253,253,253,253,253,253,253]; +image[226]=[194,254,254,253,254,254,234,254,254,254,254,194,254,254,254,253,234,254,253,254,254,254,254,254,254,254,194,254,254,254,253,194,254,254,254,254,253,254,254,253,254,254,254,254,254,254,234,254,253,254,194,254,254,253,254,254,254,194,254,254,254,254,253,254,253,194,254,254,234,253,254,253,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,234,254,254,253,254,254,254,253,254,254,254,254,194,254,234,254,254,253,254,234,254,253,194,254,253,234,253,254,254,253,253,254,194,254,254,253,254,253,254,253,254,254,253,254,253,234,253,254,253,254,234,254,253,253,254,254,194,253,254,253,194,254,254,194,254,253,254,253,253,254,253,194,254,254,194,254,253,254,253,254,254,253,194,254,253,253,253,254,253,253,194,254,254,253,254,253,234,253,194,253,253,252,253,252,253,194,253,253,253,252,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,254,253,194,253,234,253,253,253,253,252,253,194,252,234,253,253,253,253,253,194,254,253,253,194,253,253,234,253,253,254,253,254,253,253,254,253,253,254,253,234,253,253,254,253,253,234,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,233,252,233,252,188,233,251,187,233,251,187,188,188,188,187,233,188,233,252,233,193,187,233,193,233,193,187,188,233,187,233,187,187,227,187,181,136,141,187,136,141,187,187,187,182,187,182,187,187,187,187,141,182,181,182,187,136,187,188,188,233,188,188,233,182,187,227,181,187,187,227,187,187,187,227,187,233,187,182,233,182,227,136,227,136,130,181,181,181,222,181,176,181,181,175,181,181,176,181,176,175,221,176,135,176,135,176,130,175,175,175,175,130,175,175,130,175,175,130,170,176,227,176,176,176,176,130,135,176,227,182,135,176,130,130,176,176,176,136,176,135,176,176,181,176,181,176,181,176,181,176,181,176,175,136,181,181,181,176,181,182,176,181,136,176,227,227,182,187,227,187,227,187,227,181,181,182,227,227,187,181,182,227,182,187,227,187,187,182,233,187,227,187,187,187,233,187,187,233,187,187,187,187,187,182,233,187,187,187,233,187,233,187,233,182,233,182,142,188,233,188,193,252,253,253,253,252,252,253,253,253,253,254,253,253,253,254,253,254,253,253,254,253,253,253,253,253,252,253,253,252,234,253,253,234,254,253,253,194,254,253,254,254,253,194,254,253,253,194,254,253,254,253,194,254,253,194,253,253,194,254,253]; +image[227]=[254,254,254,194,253,254,254,254,234,254,254,254,254,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,253,254,254,254,254,194,254,254,254,254,254,194,253,254,254,254,253,254,254,194,254,254,254,254,254,253,254,194,254,254,253,253,253,254,194,253,253,254,253,254,253,253,234,254,253,254,254,253,254,254,194,253,254,253,253,253,254,254,253,254,253,234,254,253,253,254,254,254,253,254,254,253,254,194,253,254,253,254,253,253,234,254,194,254,194,254,253,254,253,254,253,254,253,254,253,253,254,254,194,254,253,254,254,254,254,254,254,253,254,253,254,194,253,254,253,254,254,234,253,254,253,234,254,194,253,253,254,254,254,194,253,254,253,234,254,254,253,253,234,253,253,253,253,253,253,253,253,234,253,253,252,253,252,253,253,252,194,253,253,253,253,253,194,253,252,253,234,253,194,253,253,254,253,253,252,234,253,253,194,253,253,252,253,252,253,253,253,254,254,253,234,254,253,254,253,253,253,253,234,253,254,253,254,254,253,254,253,253,254,253,254,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,254,253,254,253,253,253,253,253,252,253,252,252,233,188,193,188,187,188,233,187,193,233,252,233,193,187,252,233,252,233,188,187,188,233,253,187,233,187,187,182,187,182,187,187,187,182,187,187,187,182,187,187,233,187,187,187,142,187,182,187,187,136,187,182,187,187,187,233,142,233,187,188,187,187,182,187,227,187,187,233,233,193,233,182,187,182,227,187,187,182,227,227,187,227,227,181,227,227,181,221,135,176,181,181,176,181,181,181,175,135,175,176,175,175,176,175,135,176,175,130,175,130,175,130,175,176,130,125,130,130,130,135,130,176,130,176,130,136,227,136,176,175,130,130,136,181,176,135,176,181,130,181,176,175,175,181,176,181,176,181,221,181,181,176,176,181,181,227,233,182,181,227,181,136,227,181,181,182,181,227,187,227,136,227,181,187,182,182,182,187,227,187,182,227,182,187,233,182,182,187,182,182,233,188,233,182,187,182,233,187,233,233,187,187,233,188,233,182,187,188,187,188,187,233,187,233,187,188,188,188,253,253,253,252,253,253,253,234,253,253,253,234,254,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,254,194,254,254,253,254,253,234,254,254,253,234,254,253,254,253,254,253,254,253,253,254,253,254,253,254,253,253]; +image[228]=[253,194,254,254,254,254,194,254,254,254,254,254,253,194,254,254,254,254,254,254,253,254,254,253,194,254,253,254,194,254,254,253,254,194,254,254,254,254,254,254,234,254,254,194,254,254,254,254,254,254,253,234,254,254,254,254,253,254,254,194,254,254,254,254,253,254,194,254,254,254,253,194,254,194,254,254,254,254,194,254,254,194,254,254,253,254,254,194,254,234,253,254,254,254,194,254,254,194,254,254,253,254,253,253,254,254,253,234,253,254,253,194,254,253,254,254,234,254,253,234,254,253,253,254,254,254,253,254,234,254,253,254,254,253,234,254,253,254,194,254,253,254,253,234,253,253,253,253,194,254,254,253,254,254,234,254,253,253,253,254,253,254,253,253,254,254,254,234,253,254,254,254,253,194,254,253,253,254,194,254,253,254,254,253,234,253,253,253,253,252,253,234,252,253,234,252,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,252,253,253,253,253,234,252,253,253,194,253,253,194,253,253,253,253,234,253,253,254,253,253,253,253,254,194,253,253,253,254,234,253,253,253,194,254,253,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,233,253,253,253,233,188,252,188,187,188,233,251,187,188,187,188,187,188,187,188,233,252,233,193,233,193,233,193,187,233,193,188,187,187,187,187,182,187,182,187,187,187,182,187,187,187,188,188,188,182,187,187,182,187,187,142,187,187,187,182,187,188,233,142,187,187,187,182,187,187,187,227,182,187,182,187,181,187,233,187,233,233,182,187,187,187,187,233,182,181,227,136,227,181,176,181,221,135,227,181,176,175,176,135,175,175,181,175,175,175,130,170,175,176,130,125,130,175,130,125,130,130,170,125,170,176,130,130,175,130,170,175,130,176,130,130,176,130,130,176,176,181,176,181,176,181,176,135,181,175,176,175,176,181,176,135,176,181,175,181,176,176,136,187,136,181,176,181,181,227,136,227,187,182,187,182,187,227,187,182,227,136,233,233,188,181,136,227,187,182,182,187,187,187,187,233,187,182,187,187,233,187,187,227,187,182,187,188,233,188,187,233,187,233,233,187,233,188,188,187,233,182,193,233,252,188,253,188,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,194,253,253,254,253,194,254,254,253,253,254,234,253,254,253,253,254,253,253,254,234,253,253,194,254,253,253,254,234,253,234,253,253,254,253]; +image[229]=[254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,234,254,254,254,254,254,234,253,254,254,253,254,254,254,254,253,254,254,194,254,254,254,254,194,254,254,194,254,254,254,253,254,254,194,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,253,254,254,254,253,254,253,254,254,253,254,254,253,253,254,254,254,254,254,253,253,254,253,254,254,194,253,254,253,254,234,254,253,254,234,253,253,253,254,253,254,194,254,253,253,253,234,254,253,254,253,254,194,254,253,254,194,254,253,254,253,234,253,254,254,194,254,254,254,254,253,234,254,253,253,254,194,254,253,254,194,254,253,254,254,253,253,254,253,254,253,234,253,254,254,254,234,254,253,254,253,194,253,253,253,253,253,194,253,253,253,252,253,253,252,253,253,253,253,252,253,253,252,253,253,194,253,253,253,252,234,253,253,252,253,253,253,194,253,234,252,253,252,253,253,252,252,252,253,253,253,253,253,254,253,253,253,253,194,253,254,194,253,253,254,254,194,253,253,253,254,253,254,253,253,253,254,253,253,253,254,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,188,193,188,233,188,187,188,187,188,233,188,187,188,193,233,252,233,193,188,233,252,187,188,233,188,187,187,233,182,187,182,187,187,187,187,187,187,188,233,188,187,188,233,187,193,233,252,187,188,182,187,233,182,187,142,187,182,187,182,182,182,187,182,187,187,227,187,187,233,233,233,187,187,227,187,233,187,187,187,233,187,227,187,233,187,182,181,181,187,227,181,181,176,221,176,181,181,175,181,176,175,130,175,175,130,175,130,175,130,176,176,176,125,125,176,170,125,130,125,130,130,125,176,130,176,130,130,130,130,130,130,130,130,130,176,135,175,135,176,181,176,227,176,175,176,175,181,176,181,181,227,176,181,181,176,135,175,181,176,181,176,181,221,136,227,187,187,227,181,187,227,182,181,227,136,233,193,187,188,233,182,227,181,187,233,233,233,182,187,227,182,253,233,253,182,187,182,233,187,187,233,187,233,188,187,233,251,233,188,187,188,233,187,233,187,188,187,188,182,188,233,252,253,188,253,253,252,253,252,253,253,253,253,254,194,253,254,253,234,253,254,194,253,253,253,253,254,253,234,253,254,254,253,254,234,253,254,253,254,254,254,234,254,253,254,253,253,253,254,253,254,253,253,253,253,253,253,254,194,253,234]; +image[230]=[254,234,254,253,194,254,254,194,254,254,254,254,254,254,194,254,234,254,254,254,254,254,254,254,253,254,254,253,254,254,254,253,254,234,254,254,254,254,194,254,254,254,253,254,194,254,234,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,253,254,254,253,194,254,254,253,254,253,253,194,254,254,253,254,253,254,194,254,254,253,254,254,253,254,254,194,254,253,254,234,254,254,194,254,253,194,254,254,253,194,254,253,253,254,253,254,253,254,194,254,254,253,254,253,254,254,254,253,254,253,254,194,254,254,253,254,253,254,253,254,253,234,254,253,253,253,254,254,253,254,253,254,253,254,253,254,253,253,254,254,234,253,253,254,234,253,254,194,254,254,253,254,253,254,253,253,253,254,253,253,254,253,254,254,253,254,253,253,253,253,234,253,253,253,253,253,194,253,234,252,253,234,252,253,253,253,188,253,253,194,253,253,252,253,253,253,194,252,253,252,253,252,253,253,253,252,194,253,253,234,252,234,253,253,194,253,254,194,254,253,253,253,253,253,254,253,253,253,254,253,254,253,194,253,253,254,254,253,253,254,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,254,253,253,253,188,253,188,188,187,188,187,188,233,187,188,187,233,188,187,233,252,193,188,233,193,233,193,233,193,187,233,188,187,187,233,187,187,182,187,182,187,188,187,188,187,233,188,233,188,188,233,188,193,233,193,188,187,142,187,182,187,187,187,142,187,182,96,187,182,181,136,187,181,187,188,187,187,233,182,187,182,187,182,233,227,188,233,187,182,187,187,227,181,227,181,182,181,176,181,181,176,176,181,176,175,175,181,176,175,175,176,175,170,170,130,176,176,130,170,170,130,125,130,125,125,130,130,130,130,130,125,125,130,176,130,130,176,175,135,181,222,136,233,181,176,181,175,135,175,130,135,175,135,176,181,136,227,130,136,227,135,227,181,181,181,227,181,181,176,227,136,227,181,136,181,181,181,187,187,181,136,233,188,233,182,187,187,181,182,187,182,187,233,182,187,187,187,233,253,233,254,233,187,233,187,233,188,187,233,188,187,188,187,193,188,187,252,233,251,193,233,193,188,253,193,188,188,233,251,252,253,253,253,253,253,252,253,253,253,253,254,253,253,253,253,253,253,253,254,234,253,253,253,254,253,254,234,254,253,254,254,253,254,253,253,194,253,253,254,194,254,253,254,253,253,253,253,234,254,253,254,253,253,254,253,254,254]; +image[231]=[253,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,234,254,254,254,194,254,194,254,253,254,194,254,254,253,254,253,254,254,254,234,254,194,254,254,254,254,254,253,254,194,254,253,254,254,234,254,253,254,254,254,254,194,254,253,254,254,194,254,254,254,254,254,194,254,254,254,254,194,254,254,194,254,254,254,254,194,254,253,194,254,253,254,253,254,253,254,253,234,253,254,254,254,254,253,254,254,254,253,254,194,254,194,253,254,254,254,194,254,254,253,254,194,253,253,254,194,254,253,254,253,254,234,253,254,253,234,253,254,253,254,234,253,254,253,253,234,253,254,254,253,254,194,254,234,253,253,254,253,254,254,253,253,254,254,254,253,254,194,254,253,254,234,253,254,253,254,253,234,253,253,234,254,253,234,253,253,253,253,194,253,253,252,253,253,252,253,253,253,253,253,253,253,253,252,234,253,252,253,253,253,194,253,253,253,253,252,253,252,234,252,194,253,253,253,252,252,252,253,252,234,253,253,253,253,253,253,234,253,234,253,253,234,253,234,253,253,194,253,254,253,254,253,234,253,253,254,253,253,254,254,253,253,253,252,234,253,253,253,253,253,253,253,253,253,253,253,233,188,188,233,188,188,187,188,187,188,187,187,188,187,187,188,233,188,233,193,188,188,187,188,187,188,187,193,233,188,187,182,187,182,187,233,187,188,233,233,188,233,193,188,193,233,193,187,188,233,188,187,193,233,188,233,188,187,182,187,182,187,182,187,136,187,182,187,182,187,227,187,187,187,187,233,187,187,227,187,187,187,233,187,187,233,233,187,187,182,181,181,227,181,181,176,175,181,135,227,181,176,175,176,221,130,175,175,175,130,130,175,130,130,130,125,130,125,130,176,136,176,176,130,170,130,170,130,130,176,135,175,175,135,176,176,135,181,182,227,182,181,176,181,181,176,176,176,130,181,175,181,181,181,181,222,181,176,181,187,176,136,136,227,136,181,181,176,135,227,181,136,182,181,182,187,227,181,182,187,182,181,181,227,181,181,187,187,182,187,187,233,233,187,188,233,252,187,233,187,233,187,187,233,187,188,233,188,187,188,187,233,188,187,252,187,188,188,188,233,188,253,252,187,188,188,233,252,253,188,253,253,253,253,253,253,253,253,254,253,253,254,253,234,253,253,253,234,254,194,254,253,254,253,254,253,253,253,194,253,253,254,254,254,254,254,234,253,254,253,234,254,253,254,253,253,253,234,254,253,234,254,253,253]; +image[232]=[253,254,254,254,254,253,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,253,194,254,254,254,254,254,254,254,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,253,254,254,234,254,254,194,254,254,253,254,254,253,254,194,254,254,254,194,254,254,254,254,253,254,253,254,254,254,234,254,254,254,253,254,254,253,253,253,254,254,254,254,253,254,253,254,253,234,254,254,254,254,254,234,254,253,254,254,253,254,194,254,254,253,254,254,254,234,253,254,253,254,253,194,254,254,254,234,254,253,254,234,254,253,254,253,254,194,254,254,253,254,253,254,254,254,194,254,253,254,253,253,234,253,254,254,254,253,254,253,254,253,253,194,254,253,194,253,254,253,254,254,253,253,254,253,254,194,253,254,253,254,253,254,253,253,254,253,254,253,253,253,253,253,253,253,252,253,253,253,194,252,253,194,253,253,253,252,252,253,252,194,252,253,253,252,234,252,253,252,194,252,252,252,253,188,234,252,253,253,253,253,253,252,253,253,234,253,253,253,253,253,254,253,253,253,253,253,253,254,253,234,253,253,253,253,253,254,253,253,194,254,253,253,254,253,253,253,252,252,252,253,188,253,253,188,188,253,188,252,252,188,188,188,187,233,188,187,188,187,188,187,233,188,233,193,187,193,233,188,233,233,252,187,233,188,187,188,187,233,188,187,188,187,252,188,193,233,251,193,233,188,233,193,188,233,188,233,252,233,193,233,188,187,193,187,188,187,142,187,182,142,233,142,187,182,141,136,187,136,187,187,233,187,233,188,233,193,187,233,182,187,233,182,187,181,187,182,187,227,227,181,227,136,181,181,227,181,176,181,176,135,175,175,176,175,175,176,175,176,170,130,170,175,130,170,130,125,130,125,176,136,175,130,175,176,175,176,176,181,176,181,176,181,181,181,175,176,176,176,181,221,181,176,233,136,135,176,130,176,176,176,175,181,181,176,181,181,176,181,181,176,227,136,181,222,181,221,181,181,227,227,181,227,135,227,181,227,136,181,227,136,175,181,181,227,182,227,181,187,233,187,187,187,233,187,187,233,188,187,233,188,233,252,233,252,193,253,187,188,187,252,187,188,253,252,233,193,252,253,253,253,253,188,187,188,252,253,253,253,253,253,253,253,253,234,253,253,253,254,253,253,253,253,254,253,253,253,254,254,254,253,194,252,234,253,253,254,254,254,253,254,253,253,194,254,253,253,254,253,253,253,253,254,253,254,253,253,253,254,253,253,194,254]; +image[233]=[254,254,194,254,254,194,254,254,254,234,254,254,254,234,254,194,254,254,194,254,254,254,254,254,254,254,254,194,254,253,254,194,254,254,254,194,254,254,253,254,234,254,253,254,254,234,253,254,254,254,254,254,254,194,254,254,194,254,254,254,253,254,254,254,254,253,254,254,194,254,234,254,253,254,253,254,253,254,254,253,254,254,194,254,253,194,254,253,254,253,234,254,254,254,253,254,253,253,254,253,254,254,254,194,254,254,254,253,234,254,234,253,254,253,254,254,234,254,254,254,254,253,254,253,234,253,254,253,254,194,253,254,253,254,253,254,194,253,254,253,253,254,253,254,253,254,194,254,253,254,253,253,254,254,194,254,234,253,254,254,253,254,254,194,253,254,254,194,254,254,194,254,253,254,254,194,254,253,253,194,254,253,253,254,194,253,253,253,194,253,252,253,253,234,252,253,253,253,253,253,252,253,253,253,234,253,253,253,253,253,253,252,253,234,253,252,253,253,252,253,252,253,252,253,194,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,234,253,253,254,253,253,254,254,254,253,254,253,234,254,253,253,253,234,253,253,253,188,254,188,253,188,252,233,188,193,233,251,233,142,233,187,188,187,233,187,187,187,188,187,188,188,193,188,193,251,233,188,193,233,233,252,187,188,187,233,193,233,253,233,188,233,193,252,233,193,188,233,193,188,193,188,193,252,233,252,233,188,188,233,188,188,233,187,188,187,188,187,182,187,182,187,187,227,187,182,182,187,188,233,188,187,233,187,233,187,233,187,233,188,233,187,187,187,187,181,187,227,181,227,181,227,181,181,176,176,130,130,175,135,130,135,175,130,175,130,125,176,130,130,130,130,130,175,135,130,176,175,130,175,176,181,136,227,227,181,181,176,221,176,175,221,181,135,176,130,181,130,182,136,176,176,181,176,181,181,175,176,181,221,135,222,135,176,181,136,227,176,181,181,176,181,176,181,182,187,182,181,227,136,181,187,181,136,181,227,181,136,227,187,181,187,227,187,187,227,187,233,187,228,187,187,233,188,187,233,193,187,188,233,253,254,188,187,188,187,188,187,188,193,188,252,233,188,233,253,233,188,188,188,233,252,253,253,253,253,253,253,254,253,234,254,253,253,254,253,254,253,194,254,254,253,252,252,252,253,254,254,254,254,253,254,194,254,253,254,234,254,254,254,194,253,253,253,253,254,194,253,254,194,254,253,194,254,253,254,254,253]; +image[234]=[253,254,254,254,254,254,254,254,254,254,253,254,254,253,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,253,194,254,254,254,254,254,254,254,254,254,254,254,253,254,254,194,254,234,254,254,254,253,194,254,254,253,254,254,194,254,253,194,254,254,254,254,254,254,194,254,254,253,253,254,254,194,254,194,254,254,254,194,254,254,254,253,234,254,254,253,254,254,254,254,253,254,254,253,254,234,253,254,254,254,254,254,254,253,254,254,254,234,254,253,254,254,254,254,254,194,254,253,234,254,253,194,254,253,254,253,194,254,234,253,253,254,253,253,254,234,253,254,253,254,254,254,253,254,253,254,253,254,253,234,253,254,253,254,194,254,253,254,253,253,253,254,253,234,253,253,253,253,234,252,253,253,234,252,234,252,253,234,253,253,252,253,252,234,252,253,253,253,253,252,253,252,253,252,253,252,252,252,253,252,253,188,253,194,252,253,253,253,253,253,253,253,234,253,253,194,254,253,253,253,252,253,253,253,253,253,254,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,253,252,253,188,253,253,253,233,252,188,252,187,188,187,188,187,188,187,188,233,187,188,187,188,187,187,233,187,233,233,188,187,188,187,233,187,188,233,188,233,187,188,233,188,233,193,188,193,188,193,253,233,252,233,193,233,233,252,233,233,252,233,252,193,233,252,252,233,188,188,233,188,193,233,188,187,187,187,182,187,187,187,187,187,233,187,233,233,233,188,187,233,233,187,233,233,187,233,233,182,233,187,227,187,181,227,181,181,182,181,227,181,181,176,181,176,175,175,130,170,125,130,170,130,125,130,176,130,176,135,176,175,175,175,135,181,181,227,227,233,187,227,227,181,175,176,181,181,176,227,181,176,175,175,130,175,176,181,136,181,135,176,136,181,176,175,176,181,176,181,176,182,233,182,181,222,181,181,181,227,181,227,181,181,181,181,187,182,181,181,181,227,181,187,227,187,187,227,182,187,181,187,187,227,187,233,187,233,187,233,187,233,188,233,233,193,187,188,233,188,187,188,187,182,142,142,188,193,188,193,250,188,188,252,188,233,252,188,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,254,254,253,252,252,194,254,234,254,254,253,253,254,234,254,253,254,234,254,254,253,253,253,253,254,254,234,253,253,254,253,234,253,253,254,253,253,253,234,253,253,254]; +image[235]=[254,254,253,234,253,254,254,253,254,254,194,254,254,254,254,234,254,254,254,254,234,253,254,254,194,254,253,254,254,194,253,254,253,254,253,254,254,254,254,253,254,254,254,194,254,254,194,254,254,254,253,254,253,254,234,254,253,234,254,254,194,254,234,254,254,254,254,254,253,254,254,254,254,254,234,253,254,254,254,254,254,253,234,253,253,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,253,254,194,253,254,194,253,254,254,254,254,254,194,253,254,253,254,194,253,254,253,254,253,254,194,253,253,254,253,254,254,254,254,253,254,254,254,253,254,253,254,254,253,253,234,253,253,254,254,253,253,253,234,254,253,234,253,254,253,234,253,234,253,254,253,254,253,253,254,253,254,194,253,253,254,253,253,254,253,253,253,253,253,252,253,252,252,253,253,253,253,253,253,253,194,253,253,253,253,253,252,253,253,253,253,252,234,252,252,234,252,252,234,252,252,234,253,252,253,252,194,253,252,253,194,252,253,253,253,253,253,253,194,253,253,194,253,253,253,253,253,194,254,253,254,253,234,254,254,253,254,254,254,253,254,253,253,253,253,253,253,253,188,252,252,252,233,188,188,187,188,187,188,233,187,187,188,187,187,233,187,188,187,188,187,188,193,233,188,233,193,188,233,252,187,193,233,188,233,187,193,188,233,253,233,253,233,188,253,233,188,193,188,193,233,193,252,193,188,193,188,193,193,233,252,193,188,253,187,188,233,187,188,187,182,187,182,233,182,187,188,233,182,193,182,187,233,187,182,233,188,233,187,233,187,233,187,187,227,187,187,227,187,227,181,227,227,136,227,176,181,221,135,176,175,176,175,176,130,125,170,130,130,176,135,175,176,130,136,176,136,176,227,182,181,222,181,136,181,176,181,181,135,221,176,221,130,181,176,221,135,176,181,135,176,181,176,135,227,182,136,181,181,176,181,181,181,176,181,182,182,181,176,181,176,181,176,181,136,181,182,181,181,233,233,227,136,227,136,181,181,227,187,181,181,232,181,227,227,187,187,187,182,187,187,187,188,187,233,187,251,233,187,252,187,188,187,142,182,142,187,188,142,253,253,252,252,188,252,193,252,252,253,253,253,188,253,253,253,254,254,253,253,253,254,253,234,253,254,253,252,252,252,253,254,253,254,253,234,254,194,254,253,254,234,253,254,253,254,253,254,254,253,234,253,253,254,253,254,253,254,253,254,253,234,254,253,254,253,253,254,194]; +image[236]=[254,234,254,254,254,194,254,254,254,254,254,254,194,254,254,254,253,194,254,254,254,254,194,254,254,254,194,254,254,254,254,194,254,234,254,254,253,254,254,194,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,253,254,254,254,253,254,253,194,254,234,254,194,254,254,194,254,254,254,234,253,234,254,253,254,254,254,254,253,254,253,254,254,254,254,254,254,254,253,254,194,254,254,254,194,254,253,254,254,194,254,254,254,254,254,254,254,234,254,253,253,254,254,254,254,253,194,254,254,254,254,254,194,254,254,254,254,254,234,254,253,234,253,254,254,253,254,253,254,194,254,253,253,254,253,254,254,194,253,254,253,254,253,253,254,253,254,253,194,254,254,253,254,253,254,253,234,254,253,253,234,254,253,254,253,254,253,253,253,253,254,253,253,253,253,253,253,253,252,253,253,194,253,252,253,253,253,253,253,253,194,253,234,252,253,253,253,253,253,252,252,253,252,252,252,252,252,252,234,252,253,188,253,234,252,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,254,253,253,254,253,254,253,253,253,253,253,188,253,233,252,188,252,188,193,233,188,233,187,188,187,188,187,187,188,187,188,187,233,187,253,233,188,187,188,193,188,233,252,187,252,233,188,187,193,233,188,233,193,233,252,233,253,193,253,253,233,188,233,252,233,252,233,253,233,254,233,253,233,188,193,233,188,233,253,233,251,188,187,188,233,187,187,187,233,252,233,233,193,233,187,233,188,187,233,187,182,187,182,182,187,233,182,187,187,187,227,187,227,187,136,187,182,181,181,181,181,136,181,176,176,181,176,135,176,175,176,176,176,181,130,176,181,181,227,182,233,233,233,187,182,181,136,181,176,221,135,176,181,227,135,176,181,181,181,176,176,135,176,175,181,175,175,176,176,182,227,227,136,181,135,176,182,187,182,181,136,135,176,181,181,176,181,181,181,176,227,181,181,182,187,136,181,136,176,135,227,136,181,187,227,187,187,187,181,187,227,187,227,187,227,187,227,187,187,233,187,233,188,233,193,188,187,188,187,187,142,142,142,96,253,253,252,254,253,252,252,253,252,252,253,253,188,253,253,253,253,253,254,254,253,253,254,253,253,252,252,253,234,254,254,253,254,253,254,254,254,254,254,254,254,253,254,194,254,254,194,253,234,253,254,253,253,254,253,254,253,253,253,254,253,253,254,194,254,253,194,254,254]; +image[237]=[254,254,253,254,254,254,254,194,254,253,254,254,254,194,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,194,254,253,254,194,254,254,194,254,253,254,254,234,254,254,254,254,254,254,253,254,254,254,254,253,254,254,253,254,254,253,254,194,254,194,254,254,194,253,254,253,254,254,194,254,254,254,253,254,254,254,254,194,254,254,254,254,234,254,253,234,253,254,254,254,254,234,254,253,234,254,254,254,254,254,194,253,254,254,253,254,253,254,253,254,253,254,253,254,194,254,254,194,254,253,254,254,194,254,253,253,253,254,253,254,194,254,253,254,194,253,254,253,254,254,253,254,253,254,194,253,254,253,234,254,253,253,254,253,253,234,253,254,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,253,253,253,252,194,253,253,252,253,252,253,252,252,253,252,253,253,252,253,253,253,253,253,194,253,252,253,253,252,234,253,252,234,253,253,253,253,254,253,253,253,253,253,253,234,253,253,254,253,253,253,253,253,253,253,253,188,252,252,233,252,233,188,188,187,187,188,233,187,188,187,188,233,187,187,233,142,233,188,187,233,252,187,188,233,187,188,193,233,253,187,253,187,188,193,233,252,187,188,193,193,253,233,188,253,193,253,253,253,193,252,233,253,253,188,253,193,253,233,253,253,233,193,188,193,233,193,233,188,187,188,188,233,252,233,188,187,187,188,233,188,233,187,187,181,187,227,181,181,136,227,187,227,233,187,136,181,227,233,227,187,227,187,182,222,227,176,181,135,181,175,181,176,181,135,181,135,227,182,227,181,176,227,187,227,187,182,187,227,187,227,227,181,227,181,222,181,176,221,181,175,221,130,176,181,176,135,176,130,130,176,135,221,135,181,176,181,176,175,135,175,136,188,187,176,227,136,181,136,136,181,136,182,181,182,187,182,181,181,181,227,136,187,135,130,233,187,227,187,182,227,187,227,187,227,187,187,181,187,232,187,187,233,187,187,187,187,187,187,233,188,187,193,182,142,182,96,91,91,244,247,188,188,252,252,252,188,253,252,252,253,252,253,253,252,234,253,253,253,253,254,252,252,252,253,254,253,254,253,234,254,253,254,253,253,253,194,254,253,254,254,254,254,253,254,254,253,254,253,254,194,253,254,194,253,254,194,253,254,194,253,253,254,253,254,254,253,253]; +image[238]=[253,254,194,254,254,254,254,254,254,254,254,254,254,254,254,194,254,234,254,254,254,254,253,254,253,254,253,194,254,254,253,254,254,254,254,254,254,254,254,253,254,194,254,253,194,254,254,194,254,253,254,254,254,194,254,254,254,254,254,254,194,254,254,254,253,254,253,254,254,234,254,254,254,194,254,254,254,254,254,253,234,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,253,254,194,254,234,254,254,254,254,234,253,254,253,254,254,254,254,253,194,254,254,254,254,254,253,254,253,254,234,254,254,254,254,254,254,194,254,194,254,254,194,254,254,254,254,253,254,254,254,253,234,254,253,254,253,194,254,253,234,253,253,254,234,253,254,253,234,253,253,254,234,253,253,254,254,253,253,253,253,254,254,253,234,254,253,253,253,254,253,253,254,234,253,253,194,253,253,253,253,234,253,253,253,194,253,253,194,254,253,253,254,253,253,253,253,253,253,253,253,253,252,253,252,194,252,252,253,252,253,252,252,252,253,252,253,252,234,252,253,252,253,253,252,253,253,252,253,253,253,253,253,253,253,253,253,253,254,253,254,253,253,254,253,253,234,253,253,253,253,253,253,252,233,252,188,188,193,182,187,188,187,188,187,182,187,233,187,187,188,187,188,187,233,193,187,252,187,188,233,187,188,193,188,233,252,233,188,233,193,233,188,187,253,233,193,188,187,253,193,233,253,233,188,233,253,233,253,193,233,253,233,253,253,233,252,233,193,188,253,233,253,188,188,187,233,193,187,187,188,193,233,188,233,187,233,187,188,233,188,233,188,187,187,187,187,187,187,187,187,182,233,233,187,181,187,187,187,227,187,187,187,187,182,227,227,176,181,181,181,176,181,181,227,187,187,182,187,227,187,182,187,182,181,227,182,227,227,136,182,227,182,227,181,176,181,181,181,136,181,181,130,176,130,175,176,135,176,181,175,176,175,181,135,181,181,176,181,187,182,182,181,227,182,136,181,176,187,227,227,136,187,233,182,227,136,181,187,182,228,187,136,187,181,181,187,181,187,181,187,187,187,227,187,187,227,187,227,187,187,233,187,233,233,188,187,233,188,187,188,187,248,136,91,245,91,91,242,245,252,188,251,252,250,142,188,252,252,188,253,253,253,253,253,253,254,252,252,252,253,254,253,254,253,254,253,254,254,253,234,254,254,254,254,234,254,253,254,253,234,253,253,254,253,253,254,253,254,253,254,254,253,254,254,253,254,254,254,234,254,234,253,253,234,253]; +image[239]=[254,254,254,254,253,254,254,194,253,234,253,254,234,254,254,254,254,254,254,254,234,254,194,254,194,254,254,254,254,254,194,254,194,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,194,254,194,253,254,253,254,253,254,254,253,234,254,194,254,254,254,253,234,254,254,253,254,253,254,254,254,194,254,253,254,254,234,254,254,254,254,254,234,253,254,254,254,254,254,254,194,254,254,254,254,254,254,194,253,254,254,234,254,253,254,253,254,254,194,253,254,254,254,254,253,254,254,253,253,254,194,254,254,253,254,253,254,253,253,234,254,254,253,253,254,253,254,253,253,254,253,253,254,194,253,253,253,254,234,253,254,194,254,254,253,253,253,254,253,253,254,254,253,253,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,234,253,253,194,253,253,253,253,253,253,253,188,194,253,252,234,252,253,252,234,252,194,253,252,253,253,253,253,234,253,194,252,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,188,253,252,252,188,187,188,188,187,188,187,187,188,187,188,187,188,233,187,233,187,188,187,188,233,188,233,187,188,233,187,233,233,188,233,193,233,188,188,193,233,187,188,233,253,233,193,233,188,193,188,193,253,193,188,193,253,253,253,193,253,252,233,253,252,252,233,193,188,193,193,233,193,188,188,233,188,233,188,233,193,188,188,188,187,227,187,187,187,187,233,188,233,182,233,182,182,227,187,181,136,227,181,227,181,227,187,233,187,182,227,182,187,187,187,182,181,176,181,181,176,181,227,181,182,187,182,187,227,187,227,187,182,187,187,187,233,187,187,187,181,181,181,181,176,176,181,227,227,182,130,176,130,130,175,176,135,175,135,176,135,176,130,176,181,181,176,227,182,227,136,181,227,181,187,227,135,182,187,187,182,187,182,181,227,182,233,187,182,233,187,136,227,227,187,187,227,187,182,187,187,187,233,187,187,187,187,187,182,233,187,187,233,187,187,233,187,188,188,182,142,245,245,45,244,45,241,250,251,251,251,252,250,245,250,253,253,253,188,253,253,253,253,253,251,252,194,253,254,253,254,253,254,254,254,194,254,254,254,194,253,254,253,253,254,254,254,254,254,194,254,253,254,194,254,253,254,253,253,253,253,234,254,253,234,253,253,253,253,253,254,254,254,253]; +image[240]=[254,253,254,194,254,254,254,254,254,254,254,253,254,253,254,253,254,194,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,253,234,254,254,194,254,253,254,253,254,254,194,254,194,254,254,234,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,253,254,254,194,254,254,254,254,254,254,254,194,254,254,254,253,254,253,254,254,254,254,194,254,253,194,254,254,254,253,234,254,253,254,254,254,234,253,254,253,254,254,254,234,254,254,254,254,254,253,254,254,254,253,254,194,254,254,254,253,234,253,254,253,254,254,253,253,253,234,254,253,254,234,253,254,253,253,254,253,254,254,254,253,253,253,254,253,253,254,253,253,194,254,253,254,253,253,253,253,254,254,234,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,254,253,253,253,194,254,253,253,253,253,253,253,253,253,253,253,253,252,253,253,252,252,252,252,252,253,252,252,252,252,253,253,252,252,253,252,252,253,253,252,253,194,252,253,253,252,253,253,253,253,253,254,253,253,253,254,253,254,253,253,253,253,253,253,253,252,252,188,233,193,188,187,188,187,187,233,188,187,233,187,188,187,187,188,188,187,252,233,193,187,188,187,187,188,187,188,187,252,193,188,187,188,187,233,187,188,193,253,193,188,193,188,188,187,188,233,253,233,188,254,233,253,233,252,253,233,233,252,193,233,193,188,193,233,253,233,252,188,252,233,188,193,253,233,252,233,188,233,187,233,187,187,182,187,227,136,181,187,187,187,233,187,187,136,227,181,187,181,136,135,136,181,136,227,227,187,187,233,182,227,187,227,227,187,227,227,181,181,182,181,227,187,182,187,182,187,187,233,187,182,233,182,233,182,182,227,136,176,221,176,181,227,181,136,227,136,176,227,135,176,175,135,176,181,176,221,176,227,181,176,130,130,176,136,176,181,136,181,136,227,182,182,187,136,227,227,227,181,176,136,233,188,253,233,182,187,227,187,181,136,227,187,187,187,187,227,187,187,187,233,233,233,187,182,233,187,182,233,187,188,253,188,142,187,142,96,91,96,243,249,248,250,244,253,253,253,252,252,248,0,241,244,246,252,251,251,252,253,252,188,194,254,254,253,234,253,254,254,253,254,254,254,254,253,254,254,254,253,254,194,254,253,253,254,254,253,254,253,253,253,254,194,254,254,194,254,253,253,253,253,254,254,254,254,254,253,194,254,253,254]; +image[241]=[254,254,254,254,194,254,253,254,254,254,194,254,254,254,234,254,254,254,194,254,254,253,254,234,254,254,253,254,234,253,254,234,254,253,254,253,254,253,254,253,254,254,194,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,253,254,253,254,234,254,254,254,254,254,254,254,254,194,254,253,254,253,254,194,254,254,254,194,254,254,254,254,194,253,254,253,254,254,254,254,254,254,254,254,194,254,253,254,254,254,234,254,254,253,234,254,254,254,254,194,253,254,254,254,254,254,194,253,253,254,253,253,254,253,254,234,253,254,194,254,254,254,253,254,253,253,254,254,194,253,254,194,253,254,253,254,253,194,253,253,253,254,253,254,254,253,254,253,253,253,254,253,254,253,254,253,253,254,254,253,234,254,194,253,254,254,253,253,253,253,253,253,234,253,253,253,253,254,194,253,253,253,254,194,253,254,194,254,253,253,194,253,253,253,253,252,234,253,253,252,234,253,253,253,252,253,253,253,252,234,252,253,252,253,252,252,253,253,194,253,253,253,252,253,188,253,188,253,253,253,253,253,253,253,253,253,253,254,194,253,253,253,253,253,253,253,253,253,253,188,193,188,252,188,187,188,187,233,188,187,188,187,188,187,182,187,188,233,187,252,187,233,187,188,233,187,188,233,187,187,233,188,233,187,193,233,193,188,193,188,233,233,233,252,233,233,187,233,252,233,253,233,253,233,193,253,253,253,233,253,253,233,253,252,253,233,253,253,193,253,253,233,193,252,252,233,188,188,252,187,188,193,233,188,188,233,233,233,187,187,187,233,182,233,182,182,187,227,187,182,187,227,187,233,233,233,233,182,187,181,182,227,187,187,182,182,136,227,136,187,187,182,181,181,187,227,187,227,187,227,187,233,182,233,227,188,187,187,227,182,227,227,181,181,227,136,227,176,176,181,135,227,181,181,176,181,175,175,175,135,135,175,136,181,181,130,175,181,130,181,176,181,176,181,187,227,187,227,187,187,136,187,182,181,187,181,187,188,187,187,181,182,187,227,187,227,187,227,187,187,187,187,233,187,188,233,253,193,182,193,233,233,187,233,233,253,233,248,182,142,96,91,243,248,252,253,249,244,252,252,252,188,248,251,250,242,242,245,251,251,143,251,253,253,254,253,253,253,254,254,194,253,254,234,254,254,253,254,254,254,253,234,254,254,254,253,254,254,253,253,234,253,254,234,253,253,253,234,253,253,253,253,254,254,254,194,253,253,234,253,254,254,194,253,254]; +image[242]=[254,194,254,254,254,254,254,194,254,254,254,254,194,254,254,253,254,254,254,253,194,254,254,254,253,254,254,254,254,254,254,253,254,254,194,254,194,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,253,254,254,194,254,254,194,254,254,253,254,253,194,254,234,254,253,254,254,254,234,254,254,254,254,234,254,254,254,254,253,254,254,254,254,194,254,234,254,253,254,194,254,253,254,254,254,194,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,253,194,254,254,254,234,254,254,254,194,254,254,254,254,254,254,253,234,254,234,254,234,254,253,254,254,254,254,253,254,253,234,253,254,253,254,254,253,194,254,253,253,253,253,254,253,254,253,254,253,253,254,253,254,253,234,253,254,253,254,253,254,253,253,254,253,253,254,253,253,254,253,254,253,253,253,254,253,194,253,253,253,234,253,253,253,254,253,254,253,234,253,253,253,253,253,253,253,252,253,253,253,253,252,252,253,252,252,252,252,252,253,252,252,252,188,253,252,253,234,252,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,188,253,252,188,233,251,188,187,182,188,187,182,233,182,233,187,188,233,187,188,233,187,233,188,193,188,187,193,233,187,187,252,193,233,193,188,233,188,187,233,187,233,188,193,188,187,188,193,188,193,188,193,233,252,253,193,253,233,253,193,253,193,253,253,253,233,193,233,253,233,252,253,233,193,253,233,233,252,233,193,233,188,187,188,233,193,233,187,188,187,188,233,233,187,188,233,233,187,233,187,187,187,227,187,182,187,182,233,182,187,187,227,187,187,182,227,187,187,227,187,233,187,227,187,181,182,227,187,182,187,227,187,227,187,187,233,187,182,187,227,182,181,187,187,136,233,188,182,187,227,181,136,176,176,130,176,176,175,176,135,176,135,175,175,130,130,130,176,136,181,136,227,176,130,136,136,227,182,187,136,187,182,227,187,187,187,187,182,187,182,187,182,187,187,187,187,182,187,187,187,227,187,227,187,233,187,233,187,233,252,188,188,188,252,252,188,193,188,233,188,188,142,182,253,243,45,249,188,244,0,248,252,251,251,249,244,248,252,246,244,244,252,251,251,250,234,252,253,253,254,254,254,254,254,254,254,253,253,254,253,254,234,254,254,254,254,254,234,254,194,254,234,254,253,253,253,253,253,234,253,253,253,253,254,253,253,194,254,254,253,253,254,253,253,253,254,234,253]; +image[243]=[254,254,254,254,234,254,254,254,253,254,253,254,254,254,253,254,254,234,254,254,254,254,254,194,254,194,254,253,254,253,254,254,254,254,254,254,254,254,194,254,253,254,194,254,254,194,253,254,253,234,254,253,234,254,194,253,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,253,254,254,234,254,253,254,253,253,254,254,194,253,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,194,253,254,194,254,254,254,194,253,254,254,194,254,254,254,254,254,253,254,254,253,253,254,254,194,254,254,253,234,254,254,254,253,254,253,254,194,254,253,234,253,254,234,253,254,253,254,253,234,253,254,253,254,253,234,254,253,254,234,253,253,254,253,254,253,234,254,253,254,253,253,253,254,253,234,254,194,253,253,253,253,253,254,253,253,253,253,253,254,253,253,253,253,234,254,253,253,254,253,254,253,234,253,253,254,253,254,253,253,253,253,253,253,253,252,234,253,253,253,252,252,252,234,252,252,252,234,252,253,253,252,252,252,252,234,252,252,252,253,252,253,194,253,253,234,253,252,234,253,253,253,253,253,253,253,253,253,253,253,253,188,253,188,193,188,188,188,187,182,187,188,187,188,187,188,187,233,187,188,188,187,188,187,233,187,188,187,188,187,233,188,187,188,187,193,188,187,188,252,233,252,187,233,193,233,187,187,188,193,233,253,193,252,233,253,253,252,233,233,253,233,188,233,193,188,253,252,193,253,193,253,253,193,188,252,193,252,188,187,188,233,187,188,187,188,188,233,188,187,187,182,187,182,187,187,188,187,182,187,227,187,187,181,227,182,187,193,182,187,182,187,227,187,187,182,227,187,187,187,187,187,182,187,187,181,187,182,187,233,187,233,187,182,233,187,182,227,187,182,227,182,182,227,136,233,253,233,182,182,181,176,181,176,181,181,181,135,221,135,176,181,136,227,136,187,227,136,227,182,181,233,136,227,176,136,182,187,227,182,187,233,188,182,187,182,233,233,233,233,233,252,233,188,187,233,233,233,188,187,182,187,233,187,187,233,233,253,253,233,193,233,252,233,254,188,187,188,187,187,182,142,246,249,244,244,244,142,251,0,249,252,251,249,247,247,248,245,250,253,244,143,250,249,250,248,249,253,234,251,188,251,188,251,251,252,251,252,252,251,251,251,251,251,251,251,251,252,252,253,252,253,253,253,254,254,253,253,253,253,253,253,194,253,253,253,253,253,253,254,253,253,234,253,254,253,254,194]; +image[244]=[234,254,253,254,253,254,254,254,254,194,254,254,253,254,194,254,254,253,254,254,234,254,254,254,254,254,254,194,254,254,194,254,254,254,234,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,253,194,254,194,254,254,253,254,254,254,254,194,254,254,254,253,254,254,254,254,194,254,254,254,254,234,254,253,234,253,254,254,254,234,254,254,254,254,234,253,254,234,254,254,254,254,254,253,234,254,254,254,254,254,254,253,254,234,253,254,254,194,254,254,234,254,254,254,253,194,254,254,253,254,254,253,254,253,254,253,254,253,254,253,254,253,254,254,194,254,253,254,253,253,234,254,253,253,254,253,253,254,253,253,254,194,254,253,253,253,253,254,253,254,253,194,254,253,253,254,254,253,254,253,253,234,253,254,194,254,253,253,254,234,253,253,253,253,253,253,253,253,194,254,253,254,254,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,252,252,252,252,252,234,251,253,252,253,252,253,252,253,252,234,252,252,253,252,253,253,253,253,252,253,253,253,253,234,252,253,252,253,253,253,253,253,252,188,188,233,142,233,187,182,187,188,187,182,187,188,187,188,187,233,188,233,188,187,233,193,187,233,193,188,187,233,188,233,188,233,188,193,233,188,233,188,233,188,187,252,233,253,233,252,253,233,193,253,253,233,193,253,253,252,193,252,193,233,253,233,254,233,254,233,233,253,233,252,233,193,233,233,188,233,251,187,233,233,187,233,187,233,233,188,187,233,187,187,182,187,233,193,233,187,187,227,187,187,181,187,181,136,227,187,187,182,187,233,187,187,182,182,227,182,227,187,187,227,233,187,233,187,233,182,187,182,187,227,187,227,187,227,227,181,187,181,233,187,227,182,188,233,136,181,227,187,181,181,181,176,176,182,136,181,227,181,176,181,227,182,187,136,175,176,135,136,182,181,182,181,181,136,181,182,252,233,187,182,227,187,182,251,252,188,253,233,252,233,252,188,188,188,233,253,233,188,233,233,188,233,252,233,252,233,253,254,254,253,188,233,233,188,187,251,187,142,248,243,244,243,242,247,142,0,251,249,251,254,252,246,241,242,248,252,243,0,245,244,143,0,246,250,251,253,253,254,234,254,254,254,194,254,254,254,254,254,254,234,254,254,254,254,253,253,252,252,251,251,251,252,253,253,253,194,254,253,254,253,253,254,253,254,194,253,253,254,253,254,253,253,254,254]; +image[245]=[254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,234,254,254,254,254,254,254,254,254,254,254,253,254,253,254,234,254,253,254,254,254,253,254,234,253,254,254,194,254,254,253,254,254,253,254,254,254,254,254,254,254,254,254,194,254,253,254,253,254,254,254,194,254,254,254,194,254,254,254,194,253,254,253,254,254,254,254,254,254,254,253,254,254,234,253,254,254,254,254,254,253,254,254,234,254,254,254,254,194,253,254,254,194,254,254,253,254,234,254,254,253,254,253,254,253,254,254,254,254,253,254,254,194,254,253,254,234,253,254,253,254,194,253,253,253,254,253,253,254,194,254,253,253,253,254,253,253,254,253,253,254,253,253,253,253,254,254,253,254,253,234,253,254,253,253,254,253,253,253,194,253,254,253,253,254,253,253,253,253,253,253,253,253,253,254,194,253,234,253,254,253,253,254,253,253,254,253,253,234,254,253,234,253,253,253,253,253,253,253,253,253,253,253,252,234,253,252,252,252,252,234,252,252,252,253,252,253,252,252,252,252,252,253,252,253,253,252,253,253,253,188,253,252,252,253,252,253,253,253,253,188,252,253,253,193,251,182,188,187,188,187,182,187,188,187,187,188,193,187,188,187,188,193,187,188,187,187,188,187,233,253,187,188,187,193,187,233,187,188,193,252,187,251,233,252,233,251,233,188,193,233,252,233,193,233,188,193,233,253,233,254,233,253,253,193,253,253,253,253,252,252,233,253,233,253,252,253,188,193,252,233,188,188,193,188,187,251,187,233,193,182,233,188,233,193,233,188,233,188,187,187,182,187,233,187,182,233,233,187,182,233,187,187,188,187,188,187,233,193,187,187,182,187,187,233,182,187,188,233,187,233,187,227,187,182,187,182,187,182,181,182,227,182,181,187,227,187,182,187,182,227,227,136,222,181,181,181,227,182,176,176,181,176,181,135,176,181,176,181,135,176,181,182,136,227,176,227,181,136,136,91,182,187,187,187,188,187,233,193,233,253,253,193,253,193,233,252,253,253,233,254,188,253,252,193,251,233,193,188,253,233,188,233,188,233,142,188,187,253,142,142,91,142,243,244,243,242,241,242,245,245,245,248,246,249,241,241,242,242,241,241,244,245,243,0,242,245,245,188,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,253,234,254,253,194,253,254,194,253,252,194,251,251,188,252,253,234,254,254,194,253,253,254,194,254,253,253,234,253,254,253,194]; +image[246]=[254,194,254,253,194,254,254,253,254,253,194,254,254,253,254,254,254,254,254,254,254,253,254,253,194,254,254,253,254,194,254,253,194,254,254,254,253,254,254,254,253,254,194,254,254,254,254,194,254,254,254,254,194,254,254,194,254,253,254,194,254,254,253,234,254,254,254,234,254,254,234,254,254,254,253,194,254,254,253,254,254,254,254,194,254,254,194,254,253,194,254,254,254,253,254,254,254,194,254,253,194,254,254,194,254,253,254,253,254,254,254,254,234,254,254,254,254,253,254,253,254,254,194,254,254,254,234,254,254,254,254,194,254,254,254,254,253,254,253,253,194,254,253,254,254,254,253,253,254,253,253,253,254,253,254,253,253,254,253,253,254,253,253,254,253,254,253,253,253,253,254,253,254,253,253,254,253,254,253,254,253,254,253,253,253,253,254,253,254,253,254,253,254,253,254,253,253,254,253,254,253,253,254,253,194,254,253,254,253,254,253,253,253,254,253,254,253,253,253,253,234,253,253,253,253,253,252,253,252,252,252,252,253,252,252,252,252,252,252,252,252,252,252,252,234,252,252,252,253,188,253,252,253,188,253,188,252,253,188,188,188,193,188,188,188,188,187,188,187,142,182,187,188,187,187,188,187,188,187,233,188,233,187,233,188,193,233,188,233,193,187,188,187,187,187,188,188,233,252,233,187,233,188,233,193,187,188,193,233,253,252,233,252,193,253,252,193,253,253,233,252,253,193,253,233,253,253,253,193,233,253,193,253,193,253,193,253,233,193,253,233,252,193,187,233,187,233,193,233,188,187,233,188,233,187,233,188,187,182,187,182,187,233,188,233,188,233,188,187,233,188,233,188,233,233,187,233,233,188,188,187,233,233,187,233,187,182,233,233,233,188,187,233,187,187,187,227,187,187,187,187,233,187,187,182,227,187,187,187,233,182,187,187,182,227,187,227,136,181,181,181,227,136,176,135,176,181,181,176,135,176,181,176,227,187,227,136,181,136,176,135,176,136,227,136,187,233,187,253,188,253,253,253,254,253,253,253,193,253,253,253,253,253,253,233,193,253,188,233,188,233,187,187,188,193,188,187,187,233,188,193,188,142,91,245,243,243,242,188,251,247,143,247,143,241,241,244,242,46,242,242,242,244,249,247,243,46,0,246,242,242,252,253,254,194,254,234,254,254,234,254,194,254,253,253,254,254,254,253,253,253,254,254,253,254,253,254,253,253,253,234,253,253,252,251,252,253,254,254,253,253,253,254,194,254,253,254,253,253,254]; +image[247]=[254,254,254,254,254,254,254,234,254,254,254,194,254,254,194,254,253,254,194,254,254,194,254,254,253,254,194,254,254,254,254,254,254,194,254,254,194,254,254,194,254,254,254,254,253,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,253,254,253,254,254,254,254,253,254,254,254,253,254,254,254,253,254,254,254,254,254,253,254,194,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,234,253,254,253,254,194,253,254,194,254,254,253,254,254,254,253,254,253,254,194,254,254,254,253,254,253,254,194,253,254,254,254,253,234,253,234,254,253,254,253,254,253,254,253,253,253,254,253,253,254,253,253,253,253,253,254,253,253,254,254,253,253,253,253,254,253,253,254,253,234,253,253,253,254,253,254,253,253,254,253,254,253,253,253,253,253,253,254,253,253,253,253,234,253,254,253,234,253,254,194,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,252,252,252,234,252,253,252,194,188,252,251,252,252,253,252,253,188,252,188,252,252,188,253,188,233,188,252,188,188,188,193,188,251,188,188,187,188,187,182,233,182,187,187,188,187,188,193,187,188,193,233,187,188,233,187,188,187,233,193,187,188,233,233,251,233,193,193,188,233,187,188,188,233,188,233,188,193,188,193,253,233,253,233,253,233,193,188,252,233,188,253,253,233,253,233,253,253,233,253,253,233,253,253,253,252,233,253,188,233,188,188,252,188,233,252,233,193,188,233,193,233,188,187,233,187,187,182,187,182,187,182,187,182,187,182,187,182,181,187,187,182,187,188,187,233,193,233,188,187,193,233,252,187,233,188,193,233,188,233,188,233,233,188,187,233,233,233,233,182,233,187,187,182,233,182,187,233,187,182,233,187,187,182,181,227,176,136,130,181,181,181,181,176,136,181,135,176,135,176,135,136,182,136,181,136,227,181,136,181,136,227,182,233,253,233,233,253,233,253,254,233,253,254,233,253,253,254,188,193,254,253,253,233,253,253,253,193,233,188,187,182,187,187,187,182,187,188,233,188,246,245,91,242,243,243,245,247,249,243,247,248,46,243,242,242,243,247,247,241,241,246,246,242,241,241,241,46,245,249,253,254,254,254,254,253,254,253,254,253,254,194,254,253,253,253,253,254,253,253,253,254,253,253,253,234,254,253,254,253,253,253,253,234,252,252,252,253,254,253,253,254,253,253,253,253,234,253]; +image[248]=[254,253,254,234,254,253,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,194,254,253,234,254,254,253,254,254,253,254,254,234,253,254,234,254,253,254,254,254,254,253,194,254,254,254,254,234,253,254,254,253,194,254,254,254,253,254,254,194,254,253,254,254,254,194,254,254,254,194,254,254,253,254,254,254,253,254,254,254,254,254,194,254,254,253,254,253,254,254,254,254,254,253,234,254,253,254,194,254,254,254,254,254,253,254,254,194,254,253,254,254,254,234,253,253,253,254,253,253,253,254,234,253,254,253,253,254,253,253,253,253,253,234,253,253,234,254,253,253,253,253,234,253,254,253,254,253,253,234,253,253,254,253,254,254,253,234,253,254,253,234,253,253,234,253,254,253,254,253,253,253,253,254,253,253,254,253,253,254,253,254,253,254,253,194,254,253,253,254,253,234,253,253,253,253,253,253,253,253,253,253,252,253,252,253,253,252,253,253,252,252,252,252,252,188,252,251,252,251,252,188,188,253,252,253,188,253,252,252,188,252,188,252,188,233,252,188,188,187,188,187,188,182,187,188,187,187,188,187,233,187,188,187,188,187,233,188,187,193,187,188,187,233,188,187,188,233,193,187,252,233,188,187,233,188,188,187,233,193,188,193,233,252,233,253,253,253,253,252,233,253,253,253,233,193,254,253,193,254,253,253,233,253,193,188,233,253,252,233,253,233,253,252,233,253,193,233,193,233,193,188,253,233,188,233,188,187,233,187,182,187,182,187,187,182,233,182,187,233,188,233,233,188,187,188,187,188,233,252,233,252,188,233,253,253,233,252,187,253,253,193,188,233,188,233,188,233,187,233,233,188,233,188,188,187,188,233,187,233,187,233,187,233,187,187,233,187,227,182,181,187,187,233,227,181,182,182,182,135,175,176,228,182,182,130,135,176,181,136,227,176,181,136,181,176,181,136,233,187,187,188,193,188,253,253,254,253,254,253,253,254,253,233,253,254,254,253,254,254,253,254,253,253,253,253,253,233,253,233,188,187,233,142,142,188,249,244,245,243,242,91,244,143,244,241,243,243,241,243,242,242,242,242,246,252,246,242,243,241,242,46,241,242,249,252,251,251,253,253,254,254,253,254,253,254,253,254,254,253,254,254,253,253,253,254,253,253,253,254,253,253,253,253,194,254,253,194,254,253,254,253,194,253,252,252,234,253,253,253,234,254,253,253,254]; +image[249]=[194,254,253,254,254,254,254,254,253,254,234,253,254,253,254,194,254,254,254,254,254,254,194,253,254,253,254,254,194,254,253,254,254,253,254,253,254,194,254,253,254,253,254,254,254,254,254,254,234,254,194,253,254,194,253,254,254,254,253,254,254,194,253,254,194,254,254,254,254,194,254,253,254,254,234,254,254,254,194,254,194,254,253,254,254,254,194,253,254,254,254,254,254,254,254,254,254,194,253,254,194,254,234,254,194,254,254,254,253,254,254,234,254,253,234,253,234,253,254,254,234,254,254,254,194,254,253,254,254,194,253,254,254,194,254,253,254,253,253,253,254,253,253,254,253,254,253,253,253,253,254,253,253,194,253,254,253,253,253,254,253,253,253,254,253,254,253,253,254,253,253,253,254,253,254,253,254,253,253,253,253,254,253,253,253,254,253,253,254,253,254,253,253,253,234,254,253,253,254,253,253,253,254,253,253,254,253,234,253,254,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,252,253,252,253,253,253,252,252,188,251,251,188,252,252,252,188,253,188,253,188,252,253,252,252,253,252,188,193,188,193,188,188,188,188,188,182,187,142,187,182,187,188,182,233,187,233,187,188,193,187,188,233,188,233,187,188,187,233,193,233,188,233,187,188,187,188,193,187,233,252,233,252,233,188,233,193,253,193,233,253,233,253,252,233,193,233,253,233,253,233,253,233,253,253,253,253,233,253,193,253,253,253,253,252,233,252,253,253,253,253,253,233,253,193,233,188,193,187,188,233,188,187,233,187,227,187,187,187,187,182,187,136,182,187,188,193,233,233,233,233,253,188,193,233,193,252,233,253,252,253,233,253,233,253,253,233,253,188,188,188,188,233,253,253,188,193,253,233,253,233,188,187,188,233,188,233,188,233,233,188,193,233,233,187,182,187,182,181,182,233,233,182,181,181,181,187,182,176,135,176,181,136,176,181,176,181,187,182,227,136,187,182,187,233,252,233,233,253,253,253,254,253,254,254,253,254,193,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,233,188,188,182,142,188,252,142,244,243,242,249,188,249,248,46,243,249,246,242,243,242,242,243,250,246,242,46,243,0,250,244,242,242,245,250,253,252,254,234,253,253,234,253,254,253,254,253,254,234,253,253,254,253,234,253,254,253,234,253,253,253,253,254,253,234,254,254,253,254,253,254,254,234,253,253,253,194,252,253,253,253,254,194,253]; +image[250]=[254,254,254,194,254,253,194,254,254,254,254,254,194,254,254,254,253,254,194,254,254,254,254,254,194,254,254,254,254,254,194,254,254,194,254,254,254,254,254,194,254,254,254,253,234,254,253,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,253,234,254,254,254,253,254,253,254,253,254,254,254,254,254,254,254,253,254,254,254,254,254,253,254,254,253,254,253,194,254,254,254,254,254,254,253,254,254,253,254,254,254,194,254,253,254,254,254,253,254,254,253,254,253,253,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,253,254,194,254,234,253,194,254,253,254,254,253,253,254,253,254,253,253,253,253,254,253,253,253,253,253,253,234,253,253,253,253,254,253,253,254,253,253,253,254,253,254,253,253,254,253,254,253,253,254,253,254,253,253,253,254,253,253,253,254,253,253,254,253,253,254,253,254,253,253,254,253,234,253,253,234,254,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,252,253,253,252,253,252,251,251,252,252,252,188,253,252,188,253,188,253,252,188,253,188,188,188,188,187,188,142,187,188,187,188,182,187,182,187,187,187,188,187,188,188,233,188,187,188,233,187,187,188,233,187,233,142,233,193,187,188,187,233,252,187,188,233,193,187,188,233,252,193,253,233,252,233,253,253,193,233,253,253,252,193,253,253,253,253,253,253,233,253,233,253,253,233,253,233,193,233,253,193,253,233,252,233,253,253,233,188,233,252,233,142,233,188,233,193,233,187,188,187,187,182,233,187,182,233,187,233,187,233,187,182,187,142,233,187,233,188,233,188,233,233,253,233,253,233,253,253,253,233,252,253,253,233,193,233,253,253,233,193,254,233,252,188,253,233,253,253,233,252,252,233,252,188,233,233,252,188,233,187,182,187,187,187,187,182,188,187,227,136,176,175,135,176,181,136,181,181,176,181,136,136,136,187,187,187,136,182,182,182,187,253,253,233,253,233,253,253,253,253,253,253,253,254,233,253,254,253,253,253,254,254,254,253,253,253,253,253,252,187,188,96,247,245,249,249,242,242,242,241,0,46,242,242,46,243,244,46,241,6,242,46,245,241,241,242,245,244,254,251,244,243,250,243,253,253,253,253,252,254,254,254,254,254,254,254,254,253,254,253,253,253,254,253,253,253,254,253,253,253,234,253,253,253,253,254,234,253,253,253,254,253,254,253,253,253,253,194,252,253,253,254,253]; +image[251]=[254,254,254,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,254,253,254,194,254,253,254,254,254,253,254,254,254,253,254,254,194,253,254,254,234,253,253,253,254,253,194,254,254,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,253,254,254,254,194,254,254,194,253,254,254,253,254,253,254,254,253,254,194,254,254,254,234,253,253,254,253,254,254,253,254,253,254,253,254,253,254,253,254,253,254,253,253,254,253,253,254,253,253,254,253,253,253,253,253,254,194,253,253,253,254,253,253,254,253,253,253,253,254,253,253,254,253,253,254,253,254,253,254,253,254,253,253,254,253,254,194,253,253,194,254,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,254,254,253,253,254,253,254,253,253,254,254,253,194,253,253,254,253,234,253,253,254,253,253,253,252,234,253,252,253,253,252,253,194,253,252,234,252,253,252,252,188,188,252,252,253,252,253,252,253,252,253,253,188,252,252,188,188,187,188,188,182,187,182,187,187,188,187,182,187,182,187,233,187,187,193,233,233,187,252,188,233,187,193,188,187,233,187,188,233,193,187,233,193,233,188,187,252,233,187,252,233,188,233,252,193,252,233,188,252,233,252,233,253,233,253,233,193,233,253,233,253,253,188,193,253,252,233,252,253,252,233,253,253,253,253,193,188,193,188,187,188,187,142,187,233,187,188,233,188,187,233,182,187,182,187,182,187,233,253,187,182,187,187,187,233,187,188,182,193,233,187,187,251,188,187,188,252,188,193,233,253,253,233,253,253,254,253,254,253,253,253,254,253,254,233,254,253,253,233,254,254,254,254,239,233,252,253,193,253,233,254,254,254,253,188,233,188,227,187,182,181,181,176,176,176,181,176,176,227,136,181,136,227,182,182,182,136,136,136,187,187,254,251,182,142,188,253,253,253,233,253,254,253,254,254,253,254,253,253,253,254,253,253,253,254,253,254,253,253,253,193,188,193,91,248,242,246,246,242,242,242,242,242,242,241,242,241,46,242,241,242,46,241,241,242,244,245,242,242,246,249,97,243,244,244,249,251,250,250,251,251,252,188,251,252,252,252,252,253,253,253,253,254,254,253,253,254,253,253,254,253,253,253,253,253,254,253,253,253,254,253,254,194,254,253,234,254,253,254,253,234,253,252,234,254]; +image[252]=[194,254,254,194,254,254,254,254,254,194,254,253,254,253,194,254,253,254,253,194,254,254,253,254,254,194,254,234,253,254,253,234,253,254,194,254,254,254,253,254,254,254,254,253,254,194,254,253,254,254,254,254,254,194,254,254,254,254,254,254,234,254,194,254,194,254,254,254,253,234,254,254,254,254,254,254,254,234,254,253,254,254,253,254,253,254,254,194,254,253,194,254,254,254,254,254,253,194,254,254,254,253,254,254,254,254,254,254,254,254,253,194,254,253,254,194,254,254,253,253,254,254,254,194,254,253,234,254,254,253,254,194,254,254,253,234,253,234,253,254,253,254,253,254,234,253,254,253,253,253,234,253,254,253,253,253,254,253,253,253,253,253,253,253,254,253,253,253,254,234,253,254,253,234,253,194,254,234,253,253,254,253,253,253,254,254,254,253,254,253,234,253,253,254,253,194,254,253,254,253,253,254,194,254,253,253,254,253,254,253,253,253,254,253,253,253,254,253,254,234,253,253,254,253,253,253,254,253,253,253,253,253,253,252,253,253,188,253,253,252,253,252,253,252,253,252,253,252,188,252,188,253,188,252,188,253,252,233,252,188,252,188,188,187,142,182,187,142,182,187,182,187,187,188,187,188,187,188,233,182,251,188,233,187,252,187,233,187,233,252,233,188,187,233,188,187,252,187,193,233,233,193,233,252,193,233,252,193,233,253,233,251,233,252,193,253,233,252,193,253,253,253,253,193,253,233,193,233,188,233,253,193,253,233,253,253,233,253,188,233,193,233,187,142,187,233,188,233,188,193,188,187,188,187,182,187,233,187,233,187,233,188,187,182,187,187,182,187,188,233,233,193,233,188,187,252,233,193,188,253,233,193,253,233,253,253,253,254,233,254,254,253,233,254,254,233,254,253,254,254,253,254,253,254,253,253,233,252,252,188,188,188,188,250,250,250,182,142,182,182,142,182,96,136,91,131,91,136,85,131,85,136,131,136,136,136,136,136,136,136,136,227,182,187,136,136,187,233,188,233,142,142,188,193,253,252,188,253,253,253,254,253,254,254,253,253,254,253,253,254,253,253,254,233,253,188,188,142,242,242,241,242,247,242,242,243,243,242,243,247,246,244,242,242,46,242,246,242,46,242,248,143,241,242,242,242,243,249,194,247,248,188,252,188,251,250,250,188,252,253,253,254,254,253,252,252,188,251,252,253,253,254,254,253,253,253,254,253,194,254,253,194,254,253,253,234,254,253,253,253,253,254,234,253,253,253,253,253,252,252]; +image[253]=[254,253,254,254,234,254,253,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,254,234,254,254,194,254,254,254,194,254,254,254,234,254,254,254,254,254,194,253,254,253,254,254,254,254,254,254,194,254,254,254,253,234,254,194,253,254,253,254,254,234,254,254,194,254,194,254,254,254,254,254,254,254,254,253,254,254,254,254,254,194,254,254,234,254,254,254,194,253,254,254,254,254,253,254,254,254,253,254,254,194,253,254,253,254,254,254,253,254,194,254,254,254,194,253,254,254,254,254,253,234,254,194,254,253,253,253,253,253,254,253,253,253,253,254,253,253,234,253,253,254,253,253,254,253,253,253,254,253,253,253,253,253,254,253,254,253,253,254,253,253,253,234,254,253,253,253,253,253,253,254,253,253,234,253,254,253,253,234,253,253,253,253,254,253,254,253,254,253,253,254,254,253,253,254,253,254,253,253,253,253,254,253,253,254,253,234,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,252,253,253,252,253,252,253,253,188,252,188,253,188,252,252,252,252,188,252,187,188,188,188,187,142,187,182,187,187,187,187,182,187,187,233,187,188,233,187,233,187,233,253,233,188,188,187,188,187,193,187,251,233,187,233,188,233,188,193,187,188,187,252,233,252,233,188,193,233,252,193,253,233,193,188,193,253,233,253,233,253,233,252,233,188,253,254,193,253,233,253,188,193,188,193,251,233,193,188,233,252,188,233,188,233,233,252,233,233,188,233,187,233,187,182,187,233,252,233,182,187,187,227,187,182,233,182,187,187,182,187,188,233,188,188,233,253,233,253,254,253,254,254,193,253,252,252,188,188,252,252,188,251,188,252,188,188,252,188,253,188,193,188,252,252,253,253,254,254,254,254,254,254,254,253,253,254,253,252,233,253,233,188,233,187,182,227,227,176,136,136,182,136,136,176,136,136,85,80,85,136,182,181,181,136,136,187,188,233,188,187,188,233,254,254,193,188,253,253,253,253,253,233,253,254,253,254,253,253,254,253,253,253,253,253,193,188,244,247,247,241,91,242,242,242,242,242,247,188,251,251,244,242,242,242,188,249,241,244,243,91,241,242,46,243,241,0,243,243,243,251,253,253,253,254,253,253,252,252,249,248,249,251,253,254,254,234,254,253,252,252,251,252,253,253,253,254,253,253,253,254,253,254,253,253,253,254,254,254,253,253,254,253,254,253,254,253,254,253]; +image[254]=[234,254,253,254,253,254,234,254,254,254,254,254,254,254,254,254,254,254,254,253,194,254,254,254,234,254,254,254,254,254,254,194,254,254,253,254,254,254,253,254,253,254,254,254,254,254,254,234,254,254,254,253,254,253,194,254,254,254,254,254,253,254,254,253,254,254,254,253,254,254,254,253,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,253,254,254,253,254,194,254,254,194,254,254,254,254,254,254,254,253,194,254,254,254,234,253,254,254,194,254,253,254,234,254,254,254,254,234,253,254,194,254,253,254,254,253,254,254,254,254,253,253,253,253,254,253,253,253,254,253,254,254,253,194,253,254,253,253,253,253,253,253,253,254,253,253,194,254,253,253,254,253,254,253,254,253,254,253,253,253,254,253,253,254,253,194,254,253,253,254,254,253,254,254,253,253,254,253,253,253,253,253,253,254,253,254,253,254,253,253,254,253,253,194,254,253,253,254,194,253,253,253,254,253,254,253,253,254,253,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,252,253,253,252,253,252,253,188,253,252,252,253,188,252,252,188,253,252,252,233,188,188,142,182,188,182,182,187,187,182,187,182,187,233,187,188,187,187,188,187,188,187,188,188,193,233,187,233,233,188,233,188,233,187,188,193,187,233,187,233,188,233,233,193,233,193,188,193,188,252,233,252,233,253,253,253,233,253,193,233,193,253,188,253,253,193,233,253,233,252,188,253,233,252,233,253,233,193,188,233,252,188,187,193,188,193,188,193,188,193,187,193,187,252,188,193,253,233,252,233,188,187,233,182,187,182,233,187,182,187,187,187,233,188,233,193,253,233,252,253,233,188,188,188,188,188,233,254,254,254,254,254,193,253,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,233,254,253,233,254,193,253,253,188,253,233,252,187,187,182,187,181,187,181,136,182,182,136,136,176,90,136,136,135,176,181,136,136,187,187,187,188,233,251,188,252,188,142,188,252,188,253,253,253,253,252,253,253,253,253,253,254,253,253,253,254,253,253,253,188,142,244,247,249,243,242,242,245,244,241,245,248,249,247,244,244,246,188,242,245,245,248,250,244,241,46,241,243,243,241,0,241,242,243,188,252,251,188,188,253,254,254,254,254,254,253,188,250,248,250,251,253,254,253,234,253,253,253,234,251,252,253,234,253,253,253,253,254,253,253,234,253,194,254,253,253,253,194,253,253,234,253,253]; +image[255]=[254,254,254,254,194,254,254,253,254,254,254,194,254,254,253,254,254,194,254,254,254,234,254,254,253,254,194,253,254,254,254,254,254,194,254,254,254,194,254,254,254,234,253,254,254,253,254,254,194,254,254,234,254,254,254,254,254,254,194,254,254,194,254,253,254,253,254,254,194,253,254,254,253,234,253,254,254,254,194,254,234,253,254,254,253,254,194,254,254,194,254,254,254,254,254,254,253,254,254,194,253,254,254,254,254,254,254,254,254,194,253,254,254,253,254,254,253,253,234,254,253,254,254,253,254,253,254,234,254,253,254,253,254,194,254,254,194,254,253,254,234,254,194,253,234,253,254,253,254,253,253,234,253,254,253,253,253,253,253,254,253,253,254,253,194,253,254,253,253,254,253,254,253,254,194,254,234,253,254,253,253,254,253,253,234,253,253,253,254,253,253,253,253,234,254,253,253,253,254,253,253,253,234,253,253,254,254,253,254,253,254,253,254,254,253,254,253,254,253,254,253,254,253,254,253,253,253,234,253,253,253,253,234,253,253,253,252,253,253,253,252,253,253,188,253,253,252,253,188,252,188,193,252,188,193,252,188,188,251,188,188,187,188,142,187,142,187,142,182,187,187,187,188,187,187,188,187,233,233,193,233,187,233,187,188,188,187,188,187,233,187,188,233,187,233,187,251,233,193,187,251,233,188,187,233,188,233,233,233,253,188,193,252,233,233,252,233,252,233,252,233,254,233,252,233,252,233,252,233,193,233,253,193,233,193,252,233,193,252,187,253,233,252,233,253,233,193,233,188,233,188,233,187,233,253,187,188,187,187,233,187,188,193,233,187,187,187,187,182,187,188,187,233,193,233,252,188,233,188,251,233,253,233,254,254,254,253,253,233,253,253,254,254,233,253,253,253,233,254,253,254,254,254,233,254,254,254,253,254,254,254,254,253,254,254,254,253,254,233,254,254,253,253,253,253,252,233,187,187,187,187,187,187,182,182,135,136,181,181,182,181,136,227,187,233,182,233,233,188,193,233,193,193,253,188,250,250,251,188,252,253,253,251,253,188,253,254,253,254,253,254,253,253,253,253,253,252,188,245,242,249,247,242,0,188,143,248,245,249,244,243,243,244,241,242,0,0,242,244,244,249,243,245,137,245,245,0,247,252,244,251,253,250,247,247,249,249,188,188,188,252,252,253,253,253,253,253,252,251,250,251,253,253,253,253,253,253,253,253,252,234,253,253,234,253,253,254,253,253,254,194,254,234,253,254,253,253,253,253,234]; +image[256]=[194,254,254,254,254,253,254,254,254,253,254,254,253,194,254,254,254,254,254,254,254,254,253,254,194,254,254,254,254,253,234,254,254,254,254,253,254,254,254,194,254,254,254,194,254,254,253,254,254,254,254,254,254,253,234,254,253,254,254,254,254,254,254,194,254,254,194,254,254,254,253,254,253,254,254,253,253,254,254,254,254,254,253,194,254,254,254,254,254,254,254,254,253,254,254,254,194,254,254,254,254,253,254,254,253,254,253,254,254,254,254,253,254,194,254,253,254,254,253,254,253,194,254,234,254,254,253,253,254,253,194,254,254,253,253,254,253,254,253,253,253,254,254,253,254,253,253,253,253,253,253,254,253,253,253,254,253,234,253,253,253,253,234,253,254,253,253,254,253,253,253,234,253,254,253,253,253,254,253,254,253,253,254,253,253,254,254,234,253,254,253,254,253,253,253,254,253,253,253,234,253,253,254,253,253,253,253,254,253,234,254,253,253,254,234,253,253,254,253,254,253,194,254,253,254,254,253,253,253,234,253,253,253,253,253,234,253,252,253,253,253,253,253,253,253,252,188,253,188,253,188,252,188,188,188,252,252,188,188,188,188,188,182,188,182,142,182,187,187,182,182,187,187,182,233,233,188,188,187,188,188,187,188,233,187,233,193,187,233,251,187,233,188,187,188,193,233,188,187,188,187,252,233,193,193,233,193,252,193,233,252,233,252,188,193,233,252,253,252,193,253,193,253,253,193,188,193,193,252,193,252,233,253,253,253,253,252,252,233,252,253,253,253,253,253,253,253,193,253,233,193,233,252,233,233,187,233,187,188,233,188,233,187,182,188,187,233,187,188,233,188,233,188,252,233,188,187,252,233,252,252,253,253,253,253,253,193,253,254,254,253,253,253,253,254,253,254,253,254,254,254,253,254,253,254,254,254,253,254,253,254,254,253,254,253,254,253,254,254,253,254,253,233,253,233,253,188,233,188,187,187,182,233,182,187,227,182,187,227,182,181,187,182,187,233,252,233,251,233,253,253,254,253,253,193,254,254,193,253,254,253,253,253,253,252,253,254,253,253,253,233,254,253,254,253,253,193,188,247,241,244,188,97,242,188,248,188,246,246,244,244,242,0,241,0,0,0,241,242,241,242,242,247,250,246,244,241,188,250,248,253,254,251,246,91,91,91,91,142,188,188,252,253,253,252,253,253,253,253,253,252,251,250,250,252,253,254,253,253,253,253,253,253,253,253,253,253,254,253,254,253,253,253,253,253,194,254,253,253,253]; +image[257]=[254,194,254,253,254,194,253,254,194,254,254,254,254,254,194,254,254,253,254,253,254,194,254,254,254,234,254,194,254,254,254,254,234,254,194,254,254,253,254,254,254,254,254,254,254,194,254,254,194,254,254,194,254,254,254,254,234,254,253,254,234,254,254,254,254,254,254,254,254,194,254,254,254,194,254,234,254,253,254,194,253,254,254,254,254,254,253,254,254,254,194,254,254,194,254,254,254,254,254,194,254,254,194,254,254,194,254,254,254,253,254,254,254,254,254,194,253,254,194,254,254,254,253,254,253,254,254,254,254,254,254,253,254,254,254,253,254,194,254,253,254,253,253,253,254,253,254,234,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,234,254,194,253,254,253,234,253,254,254,253,253,253,234,254,253,253,254,253,253,253,253,254,253,253,253,253,253,253,253,253,254,253,253,254,253,253,254,234,254,253,253,254,253,253,254,254,253,253,254,254,253,234,253,254,253,254,253,253,253,254,254,254,253,253,253,253,253,253,253,253,254,188,253,188,252,253,252,253,253,253,253,253,188,253,188,252,188,193,188,188,193,188,142,188,142,187,142,187,187,187,187,182,187,187,182,187,187,188,187,187,233,187,233,187,188,233,193,142,233,187,188,187,233,193,187,233,188,187,233,193,188,233,187,193,233,188,233,188,193,233,233,188,193,188,233,193,233,188,253,193,188,233,233,233,252,233,253,253,253,233,253,233,253,254,193,253,253,253,233,253,253,254,193,254,233,253,233,193,253,233,253,253,253,253,253,193,193,188,187,188,233,187,187,187,193,233,252,233,188,253,233,188,187,253,252,233,252,187,188,233,188,252,233,253,233,253,253,233,253,253,253,253,233,253,253,253,253,253,254,254,254,254,253,254,254,254,254,254,253,254,253,253,253,253,253,254,233,254,254,254,253,233,254,253,253,254,253,253,233,253,253,233,188,187,187,182,187,136,187,233,136,182,187,136,187,182,188,253,252,188,193,253,253,253,233,254,254,254,253,254,253,253,253,253,253,253,253,254,253,254,253,254,253,253,254,253,253,253,253,188,251,248,243,0,247,188,247,252,244,248,252,188,242,244,245,242,0,0,0,0,241,242,243,242,243,241,242,247,244,0,0,0,251,253,253,251,136,142,136,142,136,136,96,136,142,188,188,253,253,252,253,253,253,253,254,253,253,251,250,251,252,253,253,253,253,253,194,253,253,234,253,253,253,253,254,253,254,253,253,253,253,194,253]; +image[258]=[254,253,254,194,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,254,253,254,194,254,253,234,254,254,254,254,254,253,254,254,254,254,253,254,254,254,194,254,253,254,253,254,253,254,253,254,254,253,254,253,254,254,254,254,254,254,254,254,254,254,254,253,194,254,254,194,254,254,254,254,254,254,253,234,254,253,254,254,254,254,254,254,254,254,253,254,194,254,234,253,254,254,254,254,254,254,254,253,254,254,253,194,254,234,253,254,253,254,254,194,254,253,194,254,253,254,253,234,254,253,194,254,253,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,254,253,254,253,254,253,253,253,254,253,253,253,254,253,253,253,254,253,253,253,253,194,254,253,254,253,254,253,253,254,253,254,253,254,234,254,253,253,254,253,253,254,253,253,253,254,253,253,254,254,253,253,254,253,254,253,254,254,253,254,254,253,254,253,254,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,188,253,253,253,252,253,252,188,252,233,252,252,188,188,188,188,188,188,182,188,182,188,182,142,182,142,187,182,187,182,233,187,188,187,233,193,188,187,233,193,187,187,233,187,252,187,233,188,187,188,187,233,188,187,188,187,233,188,233,188,193,187,252,233,193,188,187,188,233,193,188,188,193,233,252,233,252,193,251,193,252,233,253,233,252,253,253,233,252,233,253,233,253,253,253,254,233,253,254,253,253,254,253,254,254,253,233,253,233,233,188,233,188,233,193,233,182,188,233,188,188,233,253,233,253,233,252,233,253,233,253,188,193,188,253,193,253,253,253,193,188,252,253,253,253,233,254,253,253,254,253,254,253,253,254,253,253,254,233,253,253,254,253,233,254,253,233,253,254,233,254,254,253,253,253,253,253,253,253,254,253,253,253,253,253,253,233,188,253,188,187,187,227,182,187,233,182,187,136,187,182,233,233,193,253,254,233,253,233,253,253,254,253,254,254,253,254,254,254,254,253,254,253,254,233,253,188,249,250,253,253,254,253,253,253,252,252,250,246,242,0,242,248,250,244,248,194,250,242,97,243,244,241,0,0,241,241,242,46,242,242,242,243,97,246,0,241,243,252,253,253,252,96,136,142,136,142,182,142,182,142,182,96,250,188,253,253,253,253,253,253,253,194,253,253,253,251,250,251,253,253,253,253,253,253,253,253,234,253,253,194,253,234,253,253,194,253,253,253]; +image[259]=[254,253,253,254,253,253,234,254,253,194,254,234,254,194,254,254,254,254,234,253,254,254,254,254,254,254,194,254,254,194,254,254,254,254,194,253,254,194,254,254,254,254,254,254,253,254,253,254,234,254,254,194,254,254,194,254,254,254,254,254,254,254,194,254,254,194,254,253,254,254,194,254,253,253,254,253,254,253,254,234,254,194,254,254,254,254,254,254,254,254,253,254,253,254,254,253,254,254,234,254,194,253,254,253,254,254,234,254,254,253,254,194,254,253,254,253,254,253,234,253,234,254,254,254,253,253,254,254,254,253,254,253,254,254,254,253,234,253,254,253,253,254,254,253,254,254,194,253,254,253,254,253,234,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,254,253,254,254,253,253,253,254,253,254,194,254,253,253,253,253,253,253,254,253,254,253,254,253,254,253,254,253,254,254,253,253,254,254,253,254,253,254,253,254,253,254,253,234,253,254,253,254,254,254,253,253,254,253,254,253,253,188,253,253,253,253,253,253,188,253,188,253,188,252,252,252,251,252,188,193,188,188,142,188,188,188,188,142,187,142,182,187,182,187,187,187,188,187,233,187,187,187,233,187,188,187,188,233,188,193,233,188,233,187,187,233,187,188,187,233,233,193,188,233,193,187,188,233,233,187,187,187,233,187,193,233,252,233,233,252,252,233,188,233,188,233,193,233,252,193,188,193,233,253,193,253,253,252,253,233,193,254,253,253,253,233,254,193,254,253,233,253,254,188,193,188,193,193,233,193,233,188,193,252,187,188,233,253,253,253,233,188,193,188,253,188,254,193,188,233,253,233,253,233,252,233,253,188,233,253,233,253,253,253,253,253,233,253,253,233,254,253,233,254,253,254,254,253,253,254,253,254,253,254,254,254,254,253,253,254,233,253,253,253,253,254,253,233,253,253,254,253,253,253,233,254,188,233,142,187,182,136,142,136,182,187,182,187,182,187,188,233,253,253,253,253,253,254,254,253,254,253,254,253,253,253,253,254,253,254,253,253,253,253,253,252,253,253,253,254,254,253,253,252,188,249,244,242,0,245,143,245,249,188,249,246,246,248,250,242,241,241,242,242,242,243,6,242,242,243,244,243,244,244,244,252,252,253,188,96,187,141,136,141,182,187,182,187,187,188,187,188,248,249,188,253,253,253,253,252,253,253,253,253,253,253,143,188,252,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,194]; +image[260]=[254,253,254,253,254,253,253,253,254,254,254,253,254,254,254,234,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,253,194,254,254,254,254,194,254,254,253,254,254,254,254,254,254,254,253,254,254,253,194,254,254,254,254,254,254,194,254,254,253,254,194,254,254,194,254,254,253,254,254,254,254,254,253,254,253,254,253,194,254,194,254,254,254,194,254,254,253,254,254,254,194,254,254,253,254,253,254,254,254,253,254,194,254,254,254,254,254,253,254,253,234,254,254,253,254,253,194,254,254,254,253,254,254,253,254,253,194,254,234,253,234,253,253,254,254,253,253,194,254,253,253,253,253,253,234,253,254,253,254,253,254,253,254,253,254,253,253,254,253,253,254,253,234,253,254,253,254,253,253,253,254,254,253,253,253,254,253,254,253,194,254,254,253,253,254,253,254,253,254,253,253,254,253,254,253,253,254,234,253,253,254,253,253,254,253,254,253,254,253,254,253,254,253,253,253,254,253,253,254,253,253,253,253,253,253,188,254,188,253,188,253,253,253,253,233,252,188,187,251,188,188,188,142,188,188,142,188,142,142,182,188,187,187,182,187,182,182,187,182,187,188,187,188,187,188,187,233,187,233,187,233,187,187,233,193,188,233,188,187,233,188,193,187,233,188,187,188,233,187,187,188,187,188,252,233,188,233,188,193,188,253,233,252,193,252,233,252,252,253,253,233,252,233,253,253,188,233,253,233,254,253,254,253,233,252,253,253,253,254,253,233,253,253,253,253,253,233,193,233,188,188,188,187,252,233,188,233,252,253,233,252,187,188,233,253,233,253,233,253,253,253,253,252,253,253,253,253,252,233,253,253,252,253,188,233,253,253,254,253,253,254,253,254,253,253,253,253,253,254,254,253,254,253,254,253,253,254,193,253,254,253,254,254,253,254,233,254,193,253,253,254,253,253,254,253,253,252,233,252,188,188,187,187,187,136,187,187,136,136,182,136,142,187,188,193,188,253,254,253,253,253,253,254,253,254,254,253,254,253,254,253,254,253,254,254,253,253,253,254,253,253,253,253,253,253,252,252,250,246,244,241,241,249,251,188,248,248,245,97,248,247,244,241,46,244,46,248,243,243,242,46,243,244,243,247,246,247,252,253,253,250,182,182,142,187,187,136,187,182,187,182,233,187,188,233,252,188,249,250,188,253,253,252,253,253,253,253,253,253,253,252,251,251,253,253,253,253,253,253,254,253,253,234,253,253,234,253,253]; +image[261]=[253,234,254,194,253,254,194,253,253,253,253,254,253,254,253,254,254,194,254,254,254,254,254,254,234,254,254,234,254,254,194,254,254,254,254,234,253,254,254,254,254,254,194,254,254,254,194,254,254,234,254,253,254,253,254,254,194,254,254,254,254,254,254,253,254,253,254,254,253,254,254,254,254,254,254,254,194,254,254,254,234,254,254,194,254,254,194,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,254,254,254,254,194,253,254,253,254,253,254,254,253,194,254,254,254,254,254,194,254,254,194,254,254,253,254,253,254,253,254,253,254,253,253,234,254,254,253,253,254,253,253,254,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,254,253,234,254,194,254,253,253,234,253,254,254,253,253,254,254,194,254,253,194,254,253,254,253,254,253,254,254,253,253,254,253,234,254,254,194,254,253,254,254,254,253,254,254,253,254,254,253,254,253,253,253,254,253,253,253,253,253,253,253,233,253,188,253,188,253,252,252,188,193,251,187,188,188,187,188,188,188,142,188,188,142,142,182,142,187,187,187,182,187,187,188,187,187,187,187,187,233,188,187,188,187,188,233,188,187,188,187,233,187,188,233,188,187,188,193,233,253,187,233,188,187,188,233,233,188,193,188,193,233,252,233,252,233,252,233,188,193,233,252,233,252,253,253,253,233,253,253,253,253,253,193,188,193,252,253,253,253,253,233,188,188,252,253,233,193,233,252,233,188,188,233,193,233,188,233,188,193,233,193,233,252,233,188,187,253,253,254,253,253,233,254,233,253,233,253,253,233,253,253,253,193,253,233,253,253,253,233,253,254,188,254,253,253,253,253,254,253,253,253,233,253,254,253,233,253,253,254,253,253,254,254,253,253,253,254,253,253,253,253,253,253,254,253,233,253,253,188,253,253,193,233,188,188,188,187,182,182,142,182,142,136,45,247,187,188,233,252,233,253,253,233,254,253,188,253,188,253,253,253,253,253,253,253,254,253,253,254,254,253,253,254,253,253,253,252,253,252,252,188,248,97,244,242,245,248,188,97,242,241,97,241,0,46,241,46,244,244,242,46,46,241,242,243,243,243,243,241,251,253,253,252,142,142,136,187,136,187,187,187,187,187,188,187,188,187,188,233,188,188,252,188,249,251,188,253,253,252,252,253,253,194,253,253,253,252,250,252,253,253,253,194,253,253,253,253,253,253,253,253]; +image[262]=[254,253,254,254,253,254,254,254,253,194,254,253,234,253,254,253,254,254,253,254,234,253,254,254,254,253,254,254,253,254,254,254,234,254,254,254,254,194,254,254,253,254,254,254,253,254,254,254,253,254,254,194,254,254,194,254,254,254,254,254,234,254,254,194,254,254,234,254,253,234,253,254,234,253,234,254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,194,254,253,254,194,254,254,194,254,254,254,253,194,254,254,253,254,253,254,254,254,194,254,254,194,254,253,254,254,234,253,253,253,254,253,254,253,254,253,194,254,254,253,254,253,254,253,254,253,253,253,253,254,253,253,254,253,253,253,254,253,254,253,253,253,253,254,253,254,253,234,253,254,253,253,253,254,253,254,253,254,234,254,253,254,253,253,253,254,253,254,253,254,253,253,253,254,253,253,254,253,253,254,253,254,253,234,253,254,253,253,254,254,253,254,253,253,253,254,253,254,253,253,254,254,253,253,194,254,253,254,253,254,253,254,253,253,253,234,253,253,253,253,253,252,253,233,188,253,253,188,253,188,188,142,188,142,188,142,188,142,187,188,182,142,182,142,182,187,136,187,187,142,187,182,233,187,188,233,187,188,187,233,188,233,187,188,187,233,187,233,251,233,188,187,233,188,233,187,233,188,187,233,193,187,233,193,187,252,187,233,188,233,188,193,253,193,188,233,252,233,252,252,193,253,253,193,233,253,253,193,233,253,233,253,254,233,254,233,253,253,253,253,253,193,253,233,253,253,253,193,252,193,233,252,188,188,193,188,193,233,252,188,193,233,187,193,193,233,253,233,253,253,254,253,253,252,252,253,253,253,253,253,233,253,253,253,253,254,253,253,253,253,254,254,233,253,253,233,253,253,233,254,253,254,253,253,253,254,254,253,254,253,253,253,193,253,253,253,253,253,253,253,253,254,253,253,253,253,253,193,253,188,253,253,253,252,188,142,182,142,182,247,91,249,188,188,233,188,252,252,252,188,252,252,253,253,188,188,254,188,253,233,188,248,188,254,253,253,253,253,253,254,253,253,253,253,254,253,253,253,253,252,251,250,247,246,245,244,247,245,250,243,0,241,46,0,46,241,46,46,242,245,243,244,244,247,46,242,243,243,248,253,253,254,252,254,188,187,182,142,182,142,182,187,187,182,193,182,188,187,252,187,253,252,253,188,252,251,249,251,253,253,252,253,253,253,234,252,253,253,194,251,188,253,253,253,254,253,253,253,253,253,253]; +image[263]=[254,194,253,253,254,253,253,234,254,253,253,254,253,254,194,253,254,254,254,254,254,254,253,254,254,254,254,194,254,254,253,254,253,254,253,254,254,254,254,194,254,254,253,234,254,253,254,254,194,254,254,254,254,254,254,254,254,194,253,254,253,254,254,254,254,254,253,254,254,254,194,253,254,254,254,254,253,254,254,254,254,253,254,253,254,234,254,253,254,254,253,254,253,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,194,254,194,254,254,253,254,254,253,254,254,253,254,253,253,253,254,234,253,254,254,253,254,253,254,254,253,254,194,254,194,253,234,254,254,253,234,254,253,234,253,254,253,254,253,253,253,253,253,254,253,253,253,254,253,253,254,253,253,194,254,253,253,253,194,253,253,253,253,194,253,254,253,234,254,253,254,253,253,254,253,254,253,234,254,253,254,253,234,254,253,254,253,254,234,254,254,194,253,254,253,254,253,254,253,254,254,194,254,253,254,254,254,254,253,254,253,254,253,253,253,253,253,253,254,188,253,253,253,253,252,252,253,188,252,233,188,188,188,251,182,188,251,182,188,142,188,142,188,142,182,142,182,142,182,187,182,187,187,182,187,187,187,187,233,187,188,233,187,188,187,233,233,187,188,187,188,187,233,193,188,187,193,187,252,233,193,188,187,188,187,188,233,188,193,253,253,252,252,233,188,233,253,233,193,188,193,233,253,254,233,254,253,253,233,253,253,193,252,233,193,252,252,253,252,233,253,233,253,233,253,253,252,253,233,253,233,253,187,252,233,193,233,188,253,233,252,193,233,252,251,233,188,233,253,253,253,253,233,193,252,233,193,253,233,253,233,253,253,253,253,253,253,254,253,253,253,233,254,188,253,188,253,253,253,253,253,253,253,253,233,254,253,253,253,233,253,253,233,254,253,253,253,253,233,253,253,254,253,253,233,254,253,253,233,253,253,253,253,253,252,187,188,251,188,248,142,142,187,188,233,253,188,253,252,233,193,254,188,253,253,253,233,252,188,253,253,252,252,188,249,252,233,253,252,252,188,253,253,253,253,253,253,253,253,253,253,253,252,253,188,188,248,246,249,188,254,252,188,248,241,46,0,241,241,242,247,248,246,46,242,242,242,97,248,241,247,253,188,253,252,252,142,142,136,187,142,187,182,187,188,187,182,187,187,188,187,188,233,188,188,252,253,252,253,252,251,250,250,188,253,253,252,253,253,253,188,253,253,253,252,188,253,253,194,253,194,253,253,253]; +image[264]=[254,254,254,194,254,254,253,254,253,254,194,254,253,254,254,253,194,254,253,194,254,254,194,254,253,194,254,254,254,254,194,254,254,194,254,254,234,254,254,254,254,194,254,254,254,194,254,254,254,254,253,254,253,254,254,234,254,254,254,254,194,254,253,254,194,254,254,253,194,254,254,254,254,253,254,254,254,253,234,254,254,234,254,194,254,253,254,254,234,254,254,194,254,194,254,253,254,194,254,254,254,254,253,254,194,254,253,234,253,254,254,254,254,253,254,254,253,194,254,254,253,194,254,254,254,253,254,254,253,194,254,194,254,254,253,234,253,254,253,254,254,253,253,253,194,254,253,253,253,254,253,194,253,254,194,254,253,234,253,254,253,254,253,253,254,253,253,254,253,253,254,253,253,254,253,254,253,254,253,254,253,254,253,253,253,254,253,254,253,254,253,253,253,254,253,254,254,253,253,254,253,254,253,253,254,253,254,254,253,194,254,253,254,234,254,253,254,254,253,254,234,253,254,253,253,254,253,253,254,253,253,254,253,253,253,253,253,253,188,253,253,193,188,193,252,252,252,193,188,142,188,142,182,142,188,187,182,142,188,187,142,187,182,187,136,187,182,187,182,187,182,187,188,187,188,187,233,187,233,187,188,187,188,187,233,193,233,188,187,233,188,233,188,233,188,187,233,187,187,233,187,188,187,252,233,253,233,193,252,193,253,193,233,252,233,188,253,253,233,253,253,188,252,252,253,233,253,233,252,193,233,253,233,193,253,188,253,253,253,253,253,193,253,193,253,253,252,252,253,193,252,252,253,193,253,253,188,233,188,193,252,193,253,193,233,253,253,254,253,252,233,252,253,253,253,253,253,233,253,253,254,253,253,253,253,253,253,253,253,233,253,253,253,253,253,253,253,253,254,253,253,253,253,193,252,253,253,253,253,253,253,253,253,253,253,253,253,233,253,253,253,253,253,253,253,253,233,254,188,188,252,251,249,142,142,188,233,188,188,253,252,253,233,253,253,252,253,253,254,233,253,253,251,253,253,193,253,253,253,253,253,252,253,252,253,253,252,253,253,252,233,251,253,253,253,253,253,253,253,252,252,251,250,250,251,249,248,246,250,188,244,0,46,241,242,241,249,251,244,241,242,243,249,249,246,247,249,188,253,253,252,142,187,182,187,136,187,142,187,182,142,187,182,188,187,182,188,187,188,233,252,188,253,252,252,253,252,253,188,250,250,251,253,253,194,253,253,253,234,252,253,194,188,252,253,253,254,253,234,253]; +image[265]=[253,254,253,254,194,254,253,234,253,254,253,194,254,253,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,234,254,254,254,254,254,254,254,254,253,254,254,254,194,254,253,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,253,254,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,254,194,253,254,194,254,254,254,254,254,254,254,253,234,253,254,254,194,254,254,253,254,254,254,254,194,253,254,194,253,253,254,254,253,254,194,254,254,253,254,253,254,254,253,254,254,254,253,254,194,254,253,253,254,253,254,253,253,253,254,253,253,253,253,253,253,254,253,253,253,254,253,253,234,254,253,253,253,234,253,253,234,253,194,254,253,254,253,254,253,253,234,253,254,254,253,253,254,253,253,254,254,253,254,253,254,254,253,254,254,253,254,254,194,254,253,254,254,254,254,253,254,253,254,253,254,253,254,253,254,253,234,253,253,253,253,253,253,253,253,253,253,233,188,253,188,253,188,193,188,252,193,182,188,142,188,142,188,142,188,142,182,142,182,187,142,187,136,187,182,187,187,182,187,187,187,233,187,187,188,182,187,233,187,233,233,187,188,187,193,233,188,187,252,187,193,233,188,233,188,187,188,187,188,233,188,233,253,193,253,252,233,233,188,187,252,187,188,193,233,253,253,253,253,233,193,233,253,193,253,193,188,253,193,253,253,233,253,253,233,193,253,233,254,233,253,253,233,252,233,253,233,188,253,233,253,233,252,233,252,193,253,233,253,233,253,253,253,233,253,233,193,253,253,253,233,253,233,253,253,253,253,253,233,253,252,233,188,193,252,193,188,253,253,188,253,253,253,253,253,253,253,253,253,253,253,252,253,252,253,254,188,253,233,253,253,254,188,253,253,253,253,253,253,253,253,253,254,253,252,188,251,188,248,142,188,253,253,188,252,233,252,233,252,252,252,193,253,233,253,253,254,253,253,253,253,254,254,254,253,254,253,253,253,253,253,253,253,193,253,253,253,253,252,252,252,253,254,253,253,253,252,253,252,188,252,251,250,247,97,247,143,251,243,241,241,46,241,241,97,246,241,242,241,250,188,250,188,253,254,253,253,253,253,247,96,136,182,187,182,187,142,187,182,187,142,182,187,142,187,188,188,188,233,252,188,188,253,188,253,252,252,252,234,251,250,188,252,253,253,252,253,253,253,253,253,234,252,188,253,253,253,253]; +image[266]=[254,254,253,254,253,254,253,254,253,254,253,254,253,253,253,253,253,253,254,254,253,254,254,254,234,254,254,254,234,254,254,254,194,254,254,253,194,254,254,253,254,254,194,254,254,253,254,194,254,254,254,254,234,254,253,254,254,194,254,253,254,253,194,254,253,194,254,254,234,254,254,254,254,254,254,254,253,254,194,254,254,253,254,234,254,254,254,254,254,253,254,234,253,254,194,254,253,254,254,254,254,254,234,253,254,194,254,254,234,254,254,253,254,254,254,254,254,253,234,254,253,254,254,254,253,254,254,253,254,253,254,254,253,253,254,194,254,253,194,254,234,253,253,234,253,254,253,254,234,253,254,234,253,234,254,253,253,254,253,194,254,253,194,254,253,254,253,253,254,253,253,253,254,234,253,253,253,253,254,253,253,254,253,194,253,254,253,253,254,253,253,253,254,253,254,254,253,253,254,253,254,253,253,254,253,254,234,253,254,253,253,254,253,253,253,234,254,253,254,253,254,253,254,234,253,253,234,253,254,253,253,253,253,253,253,253,253,253,252,253,253,193,188,253,188,253,252,253,188,252,142,182,142,182,142,182,182,142,187,182,187,136,187,136,187,182,187,182,187,187,233,182,187,233,187,233,187,233,187,182,193,187,188,233,187,188,233,188,187,233,193,233,188,187,193,187,233,187,233,233,187,187,193,233,193,233,233,193,188,193,188,233,188,193,233,253,253,233,253,233,253,253,253,253,233,252,233,253,253,233,252,233,252,253,253,253,253,253,253,253,253,253,253,253,253,253,188,252,253,233,253,254,253,253,193,252,252,233,253,253,253,253,253,254,253,253,253,252,253,233,253,253,253,253,252,254,253,254,253,253,252,188,252,253,252,253,252,253,252,233,253,253,253,233,253,253,253,188,254,188,253,188,253,253,253,193,252,253,253,253,252,253,253,253,254,253,188,254,253,253,253,253,254,253,142,251,251,142,142,251,253,253,188,253,253,252,252,252,251,188,233,252,253,253,253,253,253,233,253,254,253,253,253,253,253,254,253,233,253,253,253,253,254,254,254,253,253,253,253,253,253,253,253,253,193,253,254,253,253,253,253,252,252,251,251,251,248,253,253,252,244,46,244,241,245,245,0,241,241,241,243,249,251,250,252,252,253,253,253,253,188,182,136,136,136,187,136,187,136,142,182,142,182,187,142,182,142,187,188,252,188,252,253,252,253,252,252,252,252,252,252,252,252,252,251,250,252,253,253,253,234,253,253,253,253,194,252,252,253,253]; +image[267]=[253,234,254,234,254,253,254,253,234,254,253,194,254,254,194,254,194,254,194,254,254,194,253,254,254,194,253,254,254,253,254,254,254,194,254,254,254,254,254,234,253,254,254,254,194,254,254,254,254,253,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,254,253,254,234,254,253,254,234,254,254,254,254,254,194,254,254,254,254,194,254,194,254,254,254,254,234,253,254,254,254,234,254,234,253,254,253,254,254,234,254,253,254,253,254,194,253,254,194,253,254,254,253,254,254,253,253,254,234,253,253,234,254,253,253,254,254,253,254,254,253,254,254,253,254,253,254,254,253,254,253,253,254,253,253,254,253,254,194,253,234,253,254,254,253,254,253,253,253,234,254,253,253,254,253,253,253,253,254,254,254,253,253,254,253,253,254,254,253,254,253,254,253,253,254,254,253,253,234,253,254,254,253,254,253,254,254,254,254,253,254,234,253,254,234,253,254,254,254,253,254,254,253,254,254,253,254,253,254,253,253,254,253,253,234,253,254,188,253,253,253,253,253,253,253,253,253,233,252,233,188,252,188,193,188,188,142,182,142,142,188,142,182,142,142,187,182,136,187,182,181,187,182,187,187,182,187,188,187,187,182,187,233,187,233,187,188,233,188,233,187,188,233,188,188,187,193,233,188,233,188,187,251,187,188,233,188,188,188,187,188,233,188,233,193,253,233,253,253,233,253,253,193,253,193,252,233,252,253,253,193,253,253,253,253,253,253,233,252,233,253,253,253,253,233,253,253,233,253,253,193,254,254,253,253,233,253,253,233,253,253,254,193,253,233,253,233,253,233,253,193,254,253,253,253,188,253,253,233,253,253,253,253,188,188,188,254,188,193,252,233,252,253,252,253,253,253,253,233,253,253,233,253,253,253,253,253,188,253,253,188,253,253,253,254,188,254,188,253,253,253,233,188,254,233,188,251,188,251,142,142,253,253,253,253,254,253,233,188,253,233,253,253,252,251,233,252,233,188,253,252,253,253,253,193,254,253,254,253,253,253,254,233,253,254,253,253,254,253,254,253,253,254,253,253,233,253,253,254,253,253,252,253,252,252,253,252,252,252,188,250,250,250,251,248,244,245,249,252,254,249,241,46,242,251,188,251,188,253,252,253,252,253,253,250,245,136,136,136,136,187,182,187,187,136,187,182,142,187,188,142,188,187,251,233,253,188,252,252,253,252,253,252,252,194,252,253,252,234,253,188,250,252,253,253,253,253,253,253,253,253,194,251,252]; +image[268]=[254,254,253,254,254,194,254,253,253,254,254,234,253,254,253,254,254,254,254,234,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,194,254,254,254,254,253,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,253,254,254,253,254,253,254,254,253,254,254,194,254,254,253,254,253,234,254,254,253,254,253,254,254,254,254,234,253,253,254,254,254,234,253,253,254,253,254,254,254,194,254,254,253,254,254,254,194,254,254,254,254,254,254,194,254,253,194,254,254,194,254,253,254,254,253,254,194,254,253,194,254,253,254,234,253,254,253,194,254,253,254,253,234,254,253,194,254,253,253,254,253,254,254,253,254,253,253,253,254,254,253,254,253,253,253,253,254,253,254,253,253,253,253,253,254,253,254,253,254,253,253,253,254,253,253,254,194,253,254,254,253,254,253,253,254,254,254,194,254,253,253,254,254,254,253,254,253,254,253,254,253,253,254,253,253,254,253,254,253,254,253,254,253,253,254,253,253,253,253,253,254,253,253,188,253,188,253,233,252,252,252,252,252,193,252,233,251,193,188,188,142,182,188,182,142,142,182,182,136,187,187,136,187,187,187,182,187,187,233,187,182,187,233,187,188,187,188,187,233,187,193,187,188,233,193,187,187,233,233,188,187,193,187,188,233,187,233,193,187,193,233,193,188,193,193,188,233,188,193,253,193,253,253,233,253,233,252,233,252,193,233,253,233,252,233,253,253,253,233,253,253,253,253,253,233,253,253,253,233,253,253,253,253,253,253,193,253,253,253,253,253,253,254,253,253,254,253,254,253,253,253,253,254,253,233,253,188,233,253,253,253,252,253,233,252,142,188,193,188,253,253,188,253,252,233,252,233,252,253,252,253,253,253,252,253,253,233,253,253,193,253,233,252,253,233,253,188,254,233,253,253,233,252,253,253,253,251,252,252,142,142,252,254,254,253,253,233,253,253,253,253,253,253,252,252,193,253,193,188,142,251,252,188,252,252,253,253,253,233,253,253,254,253,253,253,254,253,254,253,253,253,253,254,253,253,254,253,253,253,253,253,253,253,253,253,188,188,252,252,253,252,253,252,252,252,252,253,251,249,249,252,253,251,253,245,244,188,251,251,253,253,252,253,253,253,253,188,247,182,136,136,181,136,141,136,182,187,142,136,187,142,187,182,187,188,251,251,188,252,253,252,252,252,252,252,253,252,188,253,194,252,252,253,253,253,252,251,251,253,194,253,254,253,253,253,253,253]; +image[269]=[254,254,194,253,254,254,253,254,234,253,253,253,254,253,234,253,234,253,253,254,254,254,253,254,254,254,254,254,254,194,253,254,254,234,254,254,254,254,254,194,253,254,234,254,254,254,254,254,254,254,254,254,253,254,253,254,253,254,194,254,254,194,254,194,254,254,194,254,254,194,254,254,254,253,254,194,254,254,254,254,194,254,254,254,254,234,253,254,254,194,254,253,254,253,254,254,253,254,254,194,253,254,254,254,254,254,194,253,254,254,254,253,254,253,254,253,254,254,254,253,254,254,254,253,254,253,194,254,254,254,253,254,254,234,254,253,253,254,254,254,253,254,194,253,254,253,253,254,253,254,194,253,253,254,253,254,253,253,254,254,253,234,253,254,253,253,254,253,234,253,254,253,253,254,254,253,254,253,254,253,234,254,253,254,253,234,254,253,254,254,253,253,254,253,254,253,254,234,253,254,254,254,254,254,254,253,254,254,254,254,253,254,253,254,254,253,254,254,234,253,254,254,253,254,253,254,253,253,253,253,233,253,254,188,254,253,254,253,253,252,253,253,252,233,252,233,188,252,252,252,188,188,188,142,142,182,142,182,182,142,187,182,136,187,187,182,182,187,187,187,182,187,233,187,187,182,187,187,233,187,188,187,188,233,233,187,188,233,233,188,193,187,188,233,188,187,233,142,188,233,188,187,188,193,233,193,233,233,193,252,233,252,233,253,233,253,253,193,252,233,253,253,253,252,253,253,253,253,193,233,253,253,253,193,253,193,253,252,233,252,252,252,253,253,253,233,253,233,254,253,254,193,253,254,233,253,253,233,253,193,254,253,254,193,254,193,253,253,193,253,253,253,188,253,233,252,188,142,142,188,253,253,193,252,193,188,252,252,252,252,193,252,252,253,252,252,193,253,252,252,253,188,253,252,252,253,252,253,253,253,253,253,253,253,253,253,253,252,142,188,142,188,253,253,253,252,233,253,253,253,253,253,253,253,252,233,252,233,253,188,254,142,142,253,233,253,252,253,253,253,253,251,252,253,253,253,253,253,253,253,253,233,254,253,233,253,253,253,253,253,254,253,253,253,253,253,253,253,253,252,252,253,252,252,251,253,188,253,254,254,252,251,188,188,252,188,252,252,250,252,252,252,253,252,253,252,253,253,188,142,91,96,182,96,136,136,136,181,136,136,187,182,142,182,142,187,142,187,187,188,193,252,252,252,253,252,253,252,252,253,252,188,252,252,252,252,253,253,253,253,253,188,188,253,253,253,253,253,253,253]; +image[270]=[254,254,254,254,234,253,254,253,254,254,253,194,254,253,253,253,254,254,254,254,234,254,194,254,254,254,254,254,254,254,234,254,254,253,254,254,254,254,254,254,254,254,254,253,254,253,254,253,254,253,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,253,194,254,254,254,254,254,254,253,254,253,254,254,254,253,253,234,254,254,253,194,254,253,254,234,253,254,253,254,253,194,254,254,253,253,254,253,234,253,253,254,254,254,194,254,253,234,254,253,254,253,254,253,254,253,254,254,254,253,194,254,194,254,253,253,254,253,253,253,254,253,253,253,253,253,253,194,254,253,253,254,234,253,253,254,253,253,253,254,253,253,253,254,253,234,254,253,254,253,253,254,254,253,254,253,254,253,253,254,254,254,254,253,254,253,254,253,254,253,253,194,254,253,253,254,254,253,253,254,253,253,254,253,254,253,254,253,253,253,233,253,253,253,253,253,253,252,253,252,252,252,252,252,187,188,193,188,193,188,182,142,182,142,182,142,182,136,187,187,182,181,187,187,182,187,187,187,182,187,182,187,187,233,182,187,233,187,233,187,188,193,187,193,188,187,233,187,233,187,187,233,188,187,233,193,233,188,233,252,233,252,252,193,252,193,253,253,253,253,193,253,253,253,233,253,253,233,253,233,253,193,233,253,233,253,252,193,233,253,253,253,253,253,252,252,253,233,253,253,233,253,253,253,253,253,233,253,253,253,254,253,193,253,253,254,253,233,253,253,254,253,253,233,253,253,233,253,233,253,253,188,142,142,188,193,233,253,252,188,188,233,252,252,233,251,252,233,252,187,252,253,252,253,253,233,253,253,253,188,253,193,188,253,253,253,253,252,253,188,253,252,188,142,142,142,251,253,253,253,233,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,142,142,188,253,253,253,253,233,253,252,253,188,253,188,251,253,252,250,142,252,253,253,253,253,253,254,253,253,253,253,254,253,253,254,253,253,253,253,253,253,253,253,253,252,188,253,252,251,250,250,252,251,252,253,250,251,253,188,252,253,252,234,252,253,253,252,253,253,188,182,182,136,91,136,136,136,181,136,181,182,181,182,187,142,182,142,187,142,142,233,188,188,253,252,252,252,253,252,252,252,253,253,252,252,253,252,253,253,253,253,253,253,253,188,251,234,253,253,253,253]; +image[271]=[253,254,253,253,253,254,194,254,253,234,254,254,253,254,254,253,253,194,253,254,254,254,254,254,234,254,194,254,254,254,254,254,254,254,254,194,253,254,254,194,254,254,194,254,194,254,254,194,254,254,254,254,254,254,194,253,254,254,253,254,253,254,254,194,254,254,253,254,253,234,254,194,253,254,254,194,254,254,253,254,253,254,254,253,254,254,194,253,254,234,254,254,254,234,254,254,254,253,234,254,253,254,194,254,254,254,194,254,254,254,254,253,254,254,254,254,254,253,254,253,254,194,254,254,254,253,254,254,194,253,254,253,254,254,194,253,253,254,253,254,253,253,254,194,254,253,254,253,254,253,253,253,254,254,253,254,253,234,253,254,253,254,253,253,254,254,253,254,253,254,254,194,253,254,253,253,254,253,253,254,253,254,253,254,253,254,253,254,253,253,254,254,194,253,253,254,254,253,254,254,254,234,253,254,253,254,254,253,254,254,194,254,254,254,254,253,254,254,253,253,254,253,254,253,254,253,253,253,253,253,253,254,253,253,254,188,253,253,253,253,253,253,253,252,193,188,252,253,188,233,188,188,188,142,182,142,182,182,136,187,136,187,136,182,187,182,187,227,187,182,187,187,227,187,187,187,187,187,187,188,187,193,233,187,188,233,187,233,193,251,233,188,193,188,187,187,188,187,188,193,233,193,233,252,233,233,188,233,253,253,233,253,233,253,233,253,252,253,193,253,253,253,253,253,253,253,253,252,252,253,253,253,253,233,253,233,252,233,252,253,253,253,253,253,253,253,193,253,253,253,253,253,233,253,253,254,233,253,253,253,253,233,252,233,253,253,252,253,253,253,253,253,193,188,142,188,188,252,253,252,233,188,252,188,252,188,188,188,193,188,251,252,251,233,252,253,252,252,252,253,188,252,252,253,252,253,252,233,253,252,233,252,252,188,250,250,142,188,252,253,253,253,253,252,253,252,253,253,193,253,253,233,253,253,252,253,253,193,188,248,188,253,253,253,253,253,254,253,253,253,253,252,253,193,250,252,253,252,188,253,253,253,252,251,188,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,252,252,252,251,251,252,251,252,252,252,251,252,194,252,253,252,252,253,252,252,253,253,253,250,182,142,136,136,96,136,96,136,136,135,136,136,141,136,136,187,142,182,182,187,182,142,188,252,188,253,252,253,252,252,253,252,252,252,252,253,252,252,253,194,253,253,253,253,253,253,252,252,251,253,253,253]; +image[272]=[254,254,194,254,253,254,253,254,253,253,253,254,194,253,253,194,254,254,254,253,254,253,254,254,253,254,254,254,254,254,254,194,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,194,254,194,254,254,254,254,254,253,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,234,254,254,234,253,254,254,254,254,253,254,194,254,253,254,234,254,253,254,253,194,254,254,254,254,254,254,253,194,254,254,253,194,254,254,253,194,254,254,253,254,254,253,254,253,254,254,254,254,254,254,253,253,254,254,254,234,254,253,254,253,234,253,253,254,253,253,253,234,254,254,194,253,254,253,254,253,254,253,253,253,254,253,253,253,254,253,194,254,253,253,254,253,254,253,254,253,254,253,254,253,234,253,254,253,254,253,254,254,253,234,254,254,254,253,253,254,254,253,254,254,254,253,254,254,253,254,254,194,254,253,254,253,253,254,253,254,254,253,254,253,254,253,254,253,254,253,254,253,253,253,253,254,253,253,254,253,253,253,253,188,253,253,252,253,252,233,188,193,188,193,188,188,188,142,142,136,142,136,182,136,187,187,187,136,187,187,187,182,187,182,187,182,187,182,187,233,187,233,187,233,188,187,233,187,188,233,188,187,233,187,187,233,187,252,233,233,252,233,188,187,252,233,193,188,193,253,233,253,233,252,252,193,252,252,233,253,233,252,233,253,253,233,253,252,252,233,252,253,233,253,253,253,252,253,253,253,253,253,233,252,253,253,253,233,253,253,253,193,253,233,253,253,253,254,253,253,253,233,253,253,253,253,253,253,253,253,233,252,253,233,252,142,142,251,193,188,193,253,252,252,188,233,188,252,193,188,188,251,188,187,252,252,252,252,233,253,252,253,193,233,252,252,233,252,253,252,252,253,252,188,142,142,142,142,188,188,188,253,233,188,188,253,188,253,233,252,253,188,253,253,253,253,253,253,253,253,188,247,188,142,253,233,252,233,253,253,253,253,233,253,253,253,188,188,254,252,253,193,253,253,193,253,252,193,252,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,252,253,253,252,252,252,252,252,252,251,252,251,251,251,188,252,252,252,253,252,253,253,253,253,188,253,187,136,187,136,136,136,136,90,136,136,136,136,136,136,187,136,187,136,142,182,142,182,188,233,252,253,253,253,188,253,188,253,252,253,252,252,252,253,252,253,253,253,253,253,194,253,253,253,253,252,251,252,234]; +image[273]=[253,254,254,194,254,253,253,254,194,253,254,253,253,254,254,253,254,253,254,254,254,254,194,254,254,254,254,254,194,254,254,254,254,234,254,254,253,254,254,253,234,254,234,254,254,194,254,253,254,254,194,254,253,254,254,254,254,254,254,194,253,254,253,254,254,254,254,254,253,254,254,194,253,254,253,254,254,254,254,253,254,253,254,254,254,254,234,254,194,254,254,254,254,253,254,253,253,254,254,254,254,254,254,194,254,253,254,254,254,234,254,254,254,253,254,254,254,254,234,254,194,253,254,253,254,194,253,254,253,194,254,254,253,234,253,253,253,254,194,253,254,253,254,234,253,254,254,253,254,253,253,254,254,253,254,253,254,253,254,253,254,253,254,253,234,253,253,254,253,253,234,253,254,253,253,234,254,253,253,253,254,253,254,253,254,253,254,253,253,254,253,253,253,254,194,254,254,253,254,253,253,254,254,253,254,234,254,253,254,254,253,234,254,254,254,253,254,194,253,254,253,234,254,253,253,253,254,253,253,254,253,253,253,253,254,253,233,253,253,253,233,253,252,233,252,252,252,188,188,188,252,233,252,187,188,188,182,96,187,136,187,136,136,187,182,187,182,187,227,187,227,187,187,187,187,182,187,187,188,187,233,187,188,233,187,252,187,193,233,252,187,188,187,233,187,188,193,187,233,188,193,233,193,188,233,253,188,193,253,252,233,188,253,233,193,253,253,253,253,253,193,253,253,253,253,188,193,253,253,253,252,193,188,253,193,253,253,193,253,193,253,253,253,253,253,253,233,253,253,253,253,253,233,253,253,253,253,253,253,253,253,253,188,253,233,252,253,253,193,252,188,142,251,233,253,188,253,253,188,233,252,252,188,193,188,193,188,193,142,252,188,188,193,253,252,252,253,188,252,252,252,193,188,193,253,252,233,252,252,188,251,182,142,142,233,188,193,188,253,252,193,251,233,193,253,252,252,233,252,253,188,253,253,253,233,253,251,142,254,254,252,252,252,252,252,253,253,253,253,252,233,253,252,188,193,253,233,253,254,254,253,253,253,254,252,253,253,253,253,253,252,253,253,253,253,252,188,253,188,253,252,252,251,252,252,252,253,252,252,252,252,252,251,250,252,252,234,252,252,252,252,253,252,253,253,252,182,142,182,136,187,142,136,136,91,247,136,136,181,136,136,136,187,136,142,136,96,182,182,142,142,188,252,188,253,253,253,253,188,252,252,253,252,252,234,252,253,253,252,253,253,252,253,253,253,253,253,253,252,251]; +image[274]=[234,253,254,253,254,234,253,254,254,253,234,254,253,253,253,254,254,253,254,194,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,253,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,253,194,254,254,253,254,254,254,194,254,253,254,253,254,254,254,194,254,253,194,254,254,254,254,253,234,254,254,253,254,194,254,254,194,254,253,254,253,254,253,254,253,254,253,254,253,254,254,253,194,254,253,253,254,254,254,254,194,254,254,254,254,253,254,254,253,194,254,254,254,254,253,254,254,253,254,253,253,254,253,194,254,253,254,253,254,253,254,253,254,253,254,253,254,253,194,253,254,253,253,254,253,253,254,253,253,253,254,253,253,253,253,254,234,253,254,253,253,253,254,253,254,194,254,253,254,253,234,254,253,254,234,254,253,254,254,194,254,253,254,253,254,253,254,254,253,254,253,253,234,253,254,254,254,253,253,253,254,253,254,253,253,254,253,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,193,253,193,252,233,251,188,188,252,188,187,188,182,136,141,182,187,187,136,187,181,187,182,187,187,187,227,187,182,233,187,233,187,233,188,187,233,193,187,233,233,188,187,187,233,187,233,187,188,187,233,188,233,252,233,252,187,252,193,233,193,233,252,233,193,253,253,253,253,253,233,252,253,233,253,233,252,233,252,233,253,253,233,253,253,233,253,233,253,188,233,252,253,253,253,233,253,188,253,253,253,253,253,253,253,253,253,253,252,233,188,253,253,233,253,253,233,253,253,253,233,252,253,253,188,142,188,253,188,193,253,233,252,252,252,193,188,252,188,188,193,188,188,188,193,252,252,252,252,193,188,193,253,253,253,252,253,252,253,188,193,188,252,142,142,142,188,188,188,193,188,188,193,188,188,193,188,252,188,252,188,252,188,252,233,252,253,253,253,253,249,188,251,250,253,253,252,253,253,252,253,253,253,253,254,253,253,188,253,254,253,253,253,253,233,253,253,253,253,253,253,253,253,253,253,233,252,253,253,253,253,252,252,253,253,252,252,253,252,253,252,188,253,252,188,252,251,252,253,252,251,252,252,253,252,252,253,188,253,188,142,182,136,141,136,182,187,182,91,136,182,182,90,136,136,141,136,187,182,96,182,142,142,136,142,233,188,252,252,253,252,252,253,253,252,252,252,253,252,252,253,252,234,252,253,253,253,253,252,234,253,253,194,253,253]; +image[275]=[253,254,234,253,254,253,254,253,253,253,253,253,254,194,253,254,194,254,254,254,253,254,253,254,254,254,254,254,194,253,254,254,194,254,254,254,254,253,254,253,254,254,254,254,254,234,254,254,254,254,254,254,254,253,254,253,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,194,254,253,254,254,254,254,254,253,254,253,254,254,253,254,194,254,254,254,254,253,254,254,254,253,254,234,254,254,194,254,254,254,254,194,254,254,254,254,254,254,253,254,253,254,254,253,253,254,194,254,253,254,254,254,253,253,194,253,234,253,254,194,253,254,254,253,254,253,253,234,254,194,253,253,254,253,253,254,253,253,253,254,254,253,253,254,253,253,254,253,253,253,254,253,253,254,254,194,253,253,254,253,253,254,254,253,234,254,253,254,253,254,253,254,253,253,254,253,253,254,253,253,254,253,254,253,254,254,253,254,253,254,254,253,254,254,254,254,253,254,253,254,253,254,253,254,253,254,234,253,254,253,253,253,234,253,254,234,254,253,253,253,253,253,254,188,253,253,253,253,252,252,253,252,252,188,252,252,187,142,182,136,136,181,182,187,136,187,182,187,181,182,187,187,187,187,187,187,187,188,187,187,233,188,187,188,188,187,233,188,187,188,187,233,187,233,187,188,187,188,193,233,188,233,188,233,252,253,253,233,252,253,193,233,253,253,193,253,193,253,252,252,252,188,193,252,193,252,252,252,193,253,252,253,193,253,253,252,233,252,233,252,252,253,233,253,252,233,252,252,233,253,253,193,253,253,253,233,253,253,253,253,252,252,253,252,253,253,253,193,142,188,253,193,188,193,188,252,253,188,252,188,188,193,188,193,188,188,142,188,252,252,252,233,188,252,252,252,253,252,252,233,252,253,188,253,253,188,193,188,188,142,188,252,193,188,188,251,233,188,193,188,188,188,253,253,188,193,188,252,188,193,252,233,252,252,249,253,142,188,253,253,253,253,188,193,188,253,188,252,253,253,254,188,252,253,253,253,253,254,253,253,253,253,253,254,253,252,253,254,253,253,253,253,253,254,253,253,254,254,188,253,253,252,253,253,252,252,252,252,252,253,188,252,250,251,252,249,252,188,252,253,253,253,253,253,254,142,142,182,136,136,136,142,136,136,136,45,90,136,136,136,136,136,136,142,182,142,182,142,182,142,142,188,252,188,252,252,253,252,252,253,252,234,252,253,252,252,252,253,253,253,253,252,253,253,252,253,253,253,253,252]; +image[276]=[253,254,253,254,253,194,254,234,253,254,253,194,254,254,253,254,253,254,254,254,254,194,254,234,254,253,234,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,194,254,254,253,254,253,254,254,253,254,254,194,254,254,194,254,254,253,254,253,234,253,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,234,253,254,254,194,254,254,254,254,253,254,254,234,253,254,254,254,253,253,194,254,254,253,254,254,254,253,194,254,254,253,253,254,253,194,253,254,194,254,253,253,254,254,194,254,253,254,253,254,253,254,254,254,254,253,254,253,254,254,253,234,254,253,254,254,253,253,254,254,254,253,254,194,254,253,254,254,253,234,253,254,253,253,254,253,234,254,253,254,194,254,234,253,253,254,254,253,253,254,253,253,254,253,253,254,253,234,253,254,234,253,254,253,254,254,253,254,254,254,253,254,254,253,253,254,253,254,253,253,254,253,253,253,253,254,253,254,253,254,253,254,253,253,253,253,254,253,253,254,253,253,253,254,253,253,253,254,253,253,253,253,253,253,253,253,188,253,253,233,252,233,252,188,193,188,188,188,187,136,187,136,187,136,187,187,181,182,187,187,182,187,182,187,182,233,187,233,187,188,187,233,187,233,187,188,187,233,187,188,187,188,187,188,187,193,233,187,188,193,187,193,188,233,252,193,252,193,233,253,253,253,233,252,233,253,233,252,233,252,233,252,233,188,253,233,252,252,233,253,188,253,188,253,253,252,253,252,252,252,233,252,252,193,252,253,193,253,253,253,253,253,188,253,253,253,253,233,252,252,252,233,253,253,252,253,188,188,253,253,233,252,253,252,233,252,193,188,233,252,188,253,233,252,193,188,193,233,188,233,252,252,252,233,252,252,233,252,252,253,252,193,253,233,252,251,142,142,188,253,233,252,188,253,233,252,188,188,233,252,193,188,252,233,252,188,188,233,188,252,252,253,188,142,188,142,251,253,233,253,253,193,253,188,142,253,233,253,252,193,253,188,193,188,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,254,253,253,253,253,253,252,252,252,252,252,252,252,251,250,249,250,247,251,251,253,252,188,252,253,252,252,188,188,142,182,141,136,136,181,182,96,136,91,182,182,136,181,136,136,136,136,136,142,188,142,142,142,182,142,188,252,253,252,252,252,253,252,253,252,253,252,253,234,252,252,253,252,253,234,252,253,253,253,252,253,253,253,253]; +image[277]=[254,254,194,253,254,254,253,254,253,253,254,253,253,253,254,253,253,253,194,253,254,254,253,254,254,254,254,254,234,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,253,254,194,254,253,254,254,253,254,234,254,254,254,254,253,254,254,254,254,234,254,194,254,234,254,253,254,194,253,254,194,254,254,254,254,254,194,253,254,254,254,254,253,254,254,253,254,254,254,254,254,254,254,254,194,254,253,254,253,254,254,194,253,254,194,253,254,253,254,253,254,234,253,254,253,253,254,194,253,254,253,253,253,234,254,253,254,253,254,253,253,254,253,194,253,234,254,253,253,253,234,254,253,253,253,253,254,254,194,253,253,254,253,254,253,254,253,254,253,254,254,253,254,253,254,253,234,253,253,254,253,254,253,254,234,254,254,254,253,234,253,254,234,253,254,254,254,254,253,234,253,254,253,253,234,254,254,253,254,253,253,254,253,253,254,253,253,254,253,234,253,253,233,253,253,253,253,253,253,253,253,253,252,253,253,253,252,251,233,188,251,182,141,136,187,181,187,136,182,187,187,187,227,187,182,187,233,187,182,187,188,233,187,188,187,188,193,233,187,188,187,187,233,187,233,187,233,187,187,252,233,187,188,233,233,188,193,233,188,233,253,193,253,233,252,252,252,193,252,193,188,193,252,188,193,252,233,252,188,193,252,253,233,253,233,252,233,253,188,193,252,233,252,188,193,253,253,233,188,252,233,253,253,233,253,253,253,253,253,253,253,193,253,253,253,253,233,253,251,142,193,253,253,252,233,188,253,252,253,253,252,252,188,193,188,251,233,142,188,252,252,252,252,193,252,252,252,252,252,252,253,193,188,253,253,252,251,249,142,188,252,253,188,253,188,193,188,188,252,252,193,252,188,252,252,252,252,233,252,252,251,233,252,188,188,142,188,142,188,252,252,253,188,253,253,251,188,253,253,252,252,253,252,188,188,253,253,252,252,233,253,193,254,233,252,253,252,233,253,253,253,253,252,253,253,253,253,253,254,253,254,252,253,252,253,253,253,251,252,251,251,251,248,248,248,251,250,249,252,252,252,252,252,252,188,251,188,251,182,142,136,187,136,136,187,182,136,182,193,188,142,96,136,136,136,136,182,136,91,182,136,142,182,142,251,188,188,253,252,252,234,253,253,253,252,253,252,252,253,253,252,253,252,253,253,252,253,253,253,252,253,253,252]; +image[278]=[253,254,254,254,234,253,253,253,194,254,253,254,253,194,253,254,234,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,194,254,254,253,254,254,194,254,254,253,254,254,254,254,254,254,254,253,254,254,194,254,254,254,194,254,253,254,194,254,254,254,254,254,194,254,254,194,254,253,254,253,253,254,254,253,194,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,194,254,253,254,194,254,254,234,253,253,254,253,253,253,194,254,254,253,254,254,253,254,254,254,253,254,254,253,254,194,254,234,253,254,253,194,254,234,253,254,253,234,254,253,253,253,254,253,253,253,254,253,253,254,253,254,253,253,253,254,253,254,253,253,234,254,253,254,253,253,254,254,194,254,253,253,253,254,253,254,253,253,254,194,254,253,254,253,254,254,253,234,253,254,253,254,253,253,253,254,254,254,253,254,253,254,253,253,253,254,254,254,253,254,254,253,253,253,253,254,253,254,253,254,253,254,253,253,253,254,253,253,254,253,254,253,254,253,233,253,253,253,188,254,253,253,252,233,252,252,252,188,188,188,182,136,182,136,187,187,181,182,227,182,187,187,227,187,182,187,187,187,187,233,187,233,187,233,187,187,233,187,233,187,188,187,187,187,233,187,187,233,188,193,233,193,193,233,188,193,253,233,252,233,252,252,233,193,188,233,188,233,252,188,233,252,253,252,252,253,233,253,252,252,252,252,253,252,253,233,252,253,252,193,253,253,233,252,253,253,193,253,252,253,252,253,233,252,253,188,253,188,253,188,253,252,233,253,188,142,252,253,252,233,252,252,252,252,253,252,233,252,193,188,252,188,252,252,252,188,252,193,252,233,188,252,252,233,252,253,253,252,253,252,233,252,252,142,248,188,253,253,193,253,252,193,188,253,193,233,252,252,252,193,188,193,188,193,252,252,193,188,252,252,193,188,142,188,142,188,233,252,252,193,253,253,188,188,193,188,253,253,253,253,253,142,188,188,252,233,251,253,253,253,252,252,252,253,253,252,253,253,252,253,252,253,253,253,253,253,254,252,234,253,253,253,253,252,253,251,250,250,250,251,249,250,188,250,188,251,252,252,252,252,252,252,251,243,142,182,142,182,96,136,136,136,136,136,182,187,188,182,187,182,181,136,136,141,136,136,91,91,182,247,247,182,252,250,251,252,252,253,252,252,253,234,252,253,253,253,252,234,252,253,253,253,253,253,252,234,253,253,253,253,253]; +image[279]=[254,253,254,253,254,194,254,254,254,194,254,253,254,254,253,253,253,253,253,253,254,194,254,254,194,254,254,194,253,254,254,254,254,254,254,254,254,254,254,194,254,254,254,234,254,254,194,253,234,254,253,254,194,254,194,254,254,254,254,253,254,254,254,254,254,254,194,253,254,253,254,254,254,254,254,253,254,254,254,254,194,254,254,254,253,254,254,254,253,254,194,253,254,253,254,194,254,253,254,254,194,254,253,254,254,253,254,254,254,254,254,253,254,254,234,254,194,254,254,253,254,253,254,194,254,253,194,254,253,254,253,254,253,254,253,254,253,253,254,254,254,254,253,254,253,253,254,194,254,253,254,253,254,234,253,253,254,253,253,254,253,254,254,194,253,253,194,253,254,253,253,234,254,253,234,253,253,254,194,254,254,194,253,253,234,254,253,254,253,253,254,253,254,253,253,254,253,254,254,253,253,254,254,254,253,253,254,253,254,194,253,234,254,253,253,253,253,254,253,253,254,254,253,254,253,234,253,254,253,253,254,188,254,253,253,254,253,253,234,253,253,253,253,253,254,253,253,253,253,253,253,253,253,193,252,233,193,188,193,142,187,187,182,181,182,187,181,187,182,187,182,187,187,187,188,187,233,187,188,187,187,187,188,187,233,187,182,233,187,187,188,187,188,233,188,187,187,233,188,187,188,187,252,233,188,193,253,193,252,193,188,253,188,188,193,188,193,253,193,253,193,188,233,253,188,253,252,233,252,233,252,233,252,252,252,233,188,233,252,253,252,193,252,193,252,252,233,252,233,252,252,252,233,253,193,188,193,253,193,253,253,252,252,251,188,233,188,193,252,252,193,252,233,252,252,252,188,193,252,233,252,233,252,188,253,252,252,252,252,193,252,252,252,252,233,253,188,253,252,253,188,247,188,252,193,253,252,252,233,188,252,233,188,252,252,193,188,233,253,252,233,252,252,188,233,252,233,253,188,188,250,188,142,188,252,252,233,188,253,233,188,188,252,253,253,233,252,253,253,252,251,254,253,188,252,188,252,253,253,252,253,252,253,253,253,254,252,253,252,252,253,253,253,253,253,253,253,252,253,252,188,248,247,250,250,250,252,252,252,248,251,250,250,252,252,252,252,252,253,252,252,188,91,142,91,182,136,142,136,136,181,136,182,136,182,142,188,182,136,136,182,182,182,136,136,85,91,136,182,182,142,142,250,249,252,253,252,253,253,252,253,253,194,253,252,252,253,253,253,252,253,253,253,253,253,252,253,253,253,253]; +image[280]=[234,254,254,254,254,254,253,253,254,253,253,194,253,253,254,194,254,253,254,194,254,254,254,254,254,254,254,254,254,194,234,254,254,253,254,194,254,254,254,254,234,254,254,254,254,254,254,254,254,254,194,254,254,254,254,253,254,234,254,254,254,253,194,254,254,254,254,254,254,254,253,254,253,254,254,254,194,254,254,254,254,253,254,254,254,253,194,254,194,254,254,254,254,194,254,254,254,253,194,254,254,254,254,253,254,254,194,254,253,234,254,194,254,253,254,253,254,254,254,253,234,253,254,253,253,254,253,254,194,254,234,253,254,234,253,254,254,253,254,253,253,254,253,254,254,253,253,254,253,253,254,253,253,253,254,253,253,254,253,254,253,253,254,254,254,253,254,253,253,254,253,253,253,253,254,254,253,253,253,253,254,254,254,253,253,254,253,254,253,253,234,253,254,194,254,253,254,194,253,254,253,253,253,254,254,253,254,194,254,254,254,253,254,194,254,254,194,254,254,253,253,254,253,254,253,253,253,254,253,254,253,254,254,253,253,253,254,253,253,254,253,253,254,253,253,253,253,253,233,252,253,188,253,252,188,252,188,188,233,188,182,136,187,136,187,182,136,187,181,187,182,187,182,187,187,187,182,187,187,233,187,233,187,233,188,187,187,188,187,233,187,188,187,187,233,252,233,187,233,188,233,233,252,233,193,233,188,233,188,233,252,233,252,233,252,253,188,233,188,253,233,252,252,193,188,233,252,252,252,193,252,252,188,253,252,252,252,252,252,233,252,253,188,253,193,252,252,193,252,188,193,188,252,252,252,253,188,253,188,252,253,251,188,193,188,253,252,252,233,252,252,252,253,193,252,193,188,253,252,252,193,251,251,193,188,233,252,193,188,188,253,233,252,252,252,193,253,188,253,250,247,252,253,252,253,253,253,252,253,253,253,252,252,253,253,252,253,188,252,253,252,233,252,252,193,252,252,252,188,142,188,188,252,253,193,188,253,252,253,188,252,188,253,253,252,253,253,193,253,142,253,253,193,252,252,252,253,253,233,252,253,252,253,193,253,233,253,253,253,253,252,188,253,188,253,253,252,188,251,249,249,251,252,251,250,251,188,251,251,248,142,251,252,252,188,251,252,188,250,188,188,142,91,246,136,96,136,182,136,136,136,136,136,187,187,182,182,96,136,181,136,142,136,142,136,136,85,91,136,142,182,248,188,188,251,253,253,253,253,253,252,253,252,253,253,253,252,253,253,253,253,253,253,253,253,194,253,234,253,253]; +image[281]=[254,194,253,254,253,254,254,254,253,254,254,254,254,253,254,253,194,254,253,253,253,194,253,253,254,253,254,254,254,254,254,254,194,254,254,254,254,254,254,254,253,254,253,254,234,254,254,253,254,254,254,254,254,254,234,254,254,254,253,234,254,254,254,254,253,254,254,194,253,254,194,253,254,254,253,254,254,254,253,254,254,194,254,253,254,254,254,254,254,253,254,253,254,254,253,254,254,254,254,253,254,194,253,254,234,254,254,253,254,253,254,254,253,254,254,254,253,234,254,254,253,254,253,234,254,234,254,253,254,253,254,253,254,253,254,194,253,234,254,194,253,234,254,253,253,254,253,253,254,253,254,253,254,253,253,254,253,234,253,253,254,253,253,234,254,253,253,254,194,253,254,194,254,253,253,234,254,254,234,254,253,253,194,254,253,253,254,253,254,254,253,254,253,253,234,254,253,254,194,253,234,254,253,254,253,254,253,254,253,253,253,254,253,254,253,254,253,253,253,254,254,253,254,253,254,253,254,253,253,254,253,253,253,234,254,253,253,254,253,253,254,254,188,254,188,253,253,253,253,253,253,253,253,253,193,252,233,252,188,193,252,187,187,187,181,187,187,182,187,187,187,187,187,182,187,187,233,187,182,187,187,188,187,187,187,233,187,233,187,182,233,187,233,188,233,187,188,187,233,193,252,233,188,187,188,188,193,252,193,252,233,252,193,253,188,233,253,188,252,233,252,252,233,253,253,253,253,253,233,252,253,233,193,252,252,233,252,233,252,252,233,253,252,233,252,233,252,252,253,188,252,188,193,253,252,233,253,253,193,254,142,188,252,233,188,193,253,188,193,252,252,233,252,188,253,188,193,233,252,252,188,193,188,252,252,252,252,252,252,193,252,252,193,252,253,188,253,252,142,188,188,253,253,252,233,252,253,252,253,252,193,252,233,252,233,188,193,252,233,252,252,252,193,252,253,188,193,188,188,188,142,253,188,233,252,252,252,233,188,188,193,252,233,253,252,253,188,253,253,142,254,188,253,252,188,233,253,253,253,253,253,253,253,253,253,253,193,253,252,233,253,253,253,252,188,252,250,253,254,253,252,188,251,188,251,251,252,246,248,250,249,253,252,252,252,252,252,250,91,247,136,142,182,91,182,91,91,142,136,136,136,135,136,136,142,182,181,136,136,136,136,136,136,142,182,247,96,85,136,136,182,142,188,252,253,252,253,253,253,253,253,253,253,252,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253]; +image[282]=[254,254,254,254,194,254,253,254,234,253,253,253,194,254,253,254,253,253,254,254,253,254,254,194,254,253,194,254,254,254,194,254,254,254,254,254,253,254,194,254,254,194,254,254,254,253,194,254,234,253,254,234,254,253,254,253,254,254,254,253,254,234,253,254,254,254,254,254,254,254,254,254,194,254,254,253,194,254,254,254,254,254,254,254,194,254,253,254,234,254,254,194,254,254,254,234,253,254,254,253,254,254,254,253,254,253,254,253,194,254,253,254,234,253,194,254,254,253,253,254,254,253,254,253,253,253,254,234,254,253,254,194,254,253,254,254,254,253,254,254,253,254,253,254,253,254,253,253,234,253,253,253,254,253,253,253,253,253,254,253,253,253,253,253,253,194,254,253,254,253,254,253,234,254,253,253,253,253,253,253,234,254,253,254,254,253,234,253,253,253,253,194,254,253,253,254,253,254,254,254,253,254,253,254,234,254,253,254,234,254,253,234,253,254,253,254,254,234,253,253,254,253,254,253,254,253,254,253,254,253,254,253,253,253,253,254,253,253,254,253,188,254,254,254,254,253,188,254,253,253,233,253,253,253,188,253,252,193,188,188,233,188,182,136,187,182,181,187,182,181,182,187,187,233,187,187,187,233,187,233,187,233,187,188,187,187,187,182,187,187,233,188,187,187,233,187,188,188,187,252,233,252,188,233,251,233,188,233,252,193,252,252,233,252,233,188,233,193,188,188,193,188,253,193,252,253,188,252,253,193,252,253,188,253,193,253,252,253,193,252,252,252,252,252,252,252,233,252,193,188,193,188,253,233,252,252,188,252,188,188,253,253,252,253,252,188,193,188,253,233,251,252,193,188,233,252,188,252,193,188,252,188,193,193,252,252,233,252,252,188,252,252,252,188,193,253,188,142,253,253,193,188,253,253,252,252,253,233,252,253,253,252,253,252,253,252,253,252,252,253,252,188,253,188,253,253,188,142,188,188,188,253,252,252,253,233,252,251,187,253,233,251,252,233,252,252,253,253,142,253,253,253,233,252,252,253,253,252,253,253,233,253,253,253,253,252,253,253,253,252,253,188,188,250,249,249,188,249,248,249,252,253,251,251,251,251,251,248,252,252,188,252,252,253,252,252,247,142,142,136,136,91,182,91,136,96,136,91,136,136,136,135,136,181,136,136,136,135,181,136,181,136,182,136,96,247,136,91,96,96,182,142,188,252,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,253,254,253,253]; +image[283]=[254,253,254,254,254,194,254,254,253,234,254,254,254,253,254,253,254,253,234,253,254,253,254,254,254,254,254,253,254,254,254,234,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,253,254,254,254,194,253,254,194,254,254,254,254,194,254,253,254,194,254,253,254,254,254,253,254,254,254,254,194,254,253,254,253,254,254,254,254,253,254,253,254,254,253,254,253,254,194,254,253,254,253,254,253,254,254,194,254,254,254,254,254,253,254,254,254,253,254,254,234,254,194,254,253,254,254,254,253,254,194,254,254,253,254,234,253,254,253,254,254,253,254,194,253,234,253,254,253,254,253,254,254,253,253,253,253,254,254,253,253,254,254,253,254,254,254,253,254,253,234,254,253,253,254,253,253,254,253,254,254,253,254,253,253,234,253,254,253,254,254,254,254,253,254,253,254,253,234,253,253,194,254,253,254,253,253,253,254,253,253,253,254,253,254,253,254,253,253,254,253,254,253,254,253,254,253,254,253,253,254,253,253,254,253,254,253,253,254,253,253,254,254,253,253,228,253,254,253,254,188,253,253,188,253,253,233,253,188,252,233,188,188,252,142,187,136,187,182,187,187,187,187,227,182,187,233,187,182,187,187,187,182,187,187,233,187,233,187,187,233,187,187,233,188,187,188,193,187,233,188,233,187,188,193,252,233,188,253,188,188,252,233,188,252,142,188,193,188,251,233,252,233,254,188,252,233,253,233,253,188,252,233,252,233,253,188,253,193,188,253,252,233,252,233,252,193,252,252,233,188,253,253,252,252,252,252,193,193,188,188,193,252,233,188,193,253,253,188,193,188,252,252,253,252,252,252,193,188,188,193,188,193,252,188,188,193,252,193,252,193,188,193,252,253,252,253,142,251,253,252,253,253,253,253,252,253,252,252,253,193,252,253,193,252,193,252,193,188,253,193,188,253,253,253,188,193,188,142,188,142,252,253,252,253,252,188,193,188,251,252,252,252,193,252,252,252,233,188,188,247,233,253,253,253,251,253,252,253,253,252,253,253,253,252,252,252,188,252,253,252,188,252,250,249,250,250,248,251,252,251,252,250,188,251,250,251,252,188,250,188,252,252,253,252,252,252,250,91,136,96,182,136,96,136,91,91,96,136,91,91,136,136,136,187,136,187,181,136,136,136,136,182,136,142,136,91,248,96,91,182,96,142,182,142,188,253,253,253,234,253,253,253,253,234,253,253,253,253,253,254,253,254,253,254,253,254,254,194,253,253,254]; +image[284]=[254,194,254,254,254,254,253,254,253,254,253,253,254,253,253,194,254,253,254,253,234,253,253,254,253,254,254,194,254,254,254,254,253,254,254,254,253,254,254,253,234,254,254,254,254,234,254,253,254,253,254,254,253,234,254,254,254,254,254,254,253,254,254,254,254,253,254,254,254,253,254,253,254,254,254,254,234,254,254,254,194,254,254,234,253,254,194,254,254,253,254,254,194,254,254,254,254,254,194,254,254,194,254,253,254,254,253,234,253,254,194,254,253,234,254,253,194,254,253,254,254,254,234,253,254,194,254,253,254,253,234,254,253,254,254,254,194,254,194,254,254,254,253,254,253,254,253,254,253,253,253,254,234,254,253,253,253,254,253,234,253,254,194,253,254,234,253,253,253,254,194,254,253,254,194,254,234,253,253,254,194,254,253,254,253,254,253,254,253,253,234,253,254,253,234,253,254,254,254,253,254,234,254,254,254,253,254,254,194,253,254,253,254,253,254,254,253,254,253,254,253,254,253,254,253,254,254,253,254,253,254,253,253,254,253,234,253,254,253,253,253,233,253,254,253,253,253,253,253,253,253,253,253,253,252,253,233,252,252,252,233,188,233,142,187,136,187,181,182,181,187,187,187,227,187,187,187,233,187,187,187,187,187,182,187,187,233,187,188,187,187,187,233,193,233,233,188,193,233,251,193,233,188,187,193,188,187,233,188,233,251,193,233,188,233,188,193,188,253,252,253,193,253,253,252,252,188,193,188,193,252,252,252,193,233,252,252,188,233,252,252,193,188,193,188,233,252,252,253,233,252,193,252,253,188,252,188,142,253,188,253,252,253,188,233,252,252,252,253,233,188,193,188,253,188,253,233,252,188,188,193,252,193,253,188,253,188,252,252,253,188,233,252,188,142,252,253,252,252,233,252,252,193,253,252,253,252,253,253,188,253,188,253,252,253,253,253,233,252,253,233,252,193,252,188,250,142,188,253,253,233,252,252,193,253,188,250,233,252,233,252,252,193,188,252,193,252,142,250,253,252,253,253,251,253,253,253,253,193,252,253,253,253,252,253,188,252,188,252,188,251,250,188,188,249,188,251,188,252,251,251,248,250,188,252,252,252,252,252,252,252,253,253,252,249,91,91,136,247,136,142,182,96,91,91,136,246,136,96,182,90,136,136,136,136,136,136,135,136,187,136,187,136,142,188,242,249,249,142,182,96,182,188,188,253,253,253,254,253,253,253,253,254,253,253,254,253,253,253,234,253,254,253,253,194,254,253,254,253,253]; +image[285]=[254,254,253,253,254,194,254,254,194,254,254,194,253,254,254,254,253,253,254,253,254,194,254,254,194,254,254,254,254,254,194,254,254,254,234,254,254,194,254,254,254,254,253,254,254,254,254,254,234,254,194,254,254,254,253,254,234,253,254,194,254,254,253,254,194,254,253,254,254,194,254,254,194,253,253,254,254,253,254,254,254,254,254,254,254,254,254,253,254,234,253,254,253,254,253,253,253,254,254,253,254,254,254,254,254,254,253,254,254,254,254,253,254,254,254,254,254,253,254,254,253,254,253,254,254,254,253,254,253,254,254,254,253,254,253,254,254,254,254,234,253,253,254,253,253,194,254,253,254,194,254,253,253,253,254,194,253,253,253,253,254,253,253,254,253,253,254,254,254,253,254,254,253,254,253,253,253,254,253,253,254,253,253,253,254,253,254,253,254,254,254,194,253,253,254,253,253,253,253,254,254,253,253,253,253,253,254,253,254,254,253,234,254,253,254,253,254,253,254,234,253,254,253,234,254,253,253,254,253,254,253,254,253,253,254,253,253,253,253,253,254,253,253,253,254,188,253,253,253,253,253,253,253,253,253,253,252,253,252,233,188,188,188,182,182,187,136,187,187,182,187,182,187,187,182,187,182,187,233,187,233,187,233,187,182,187,187,187,233,193,187,233,187,187,188,193,233,187,188,187,182,187,142,187,188,187,188,188,187,188,187,142,193,188,193,188,233,253,253,193,188,188,252,233,188,233,252,233,188,252,233,253,188,252,193,253,253,253,188,193,188,253,188,252,252,188,193,252,252,252,252,252,233,188,193,188,251,253,253,193,188,253,193,253,252,252,233,252,252,253,188,253,193,252,252,252,188,193,188,252,188,233,188,252,233,252,252,233,252,252,252,253,142,142,252,253,252,253,252,252,193,188,253,252,233,252,253,252,233,253,253,253,252,253,252,252,252,252,252,252,253,188,253,252,142,251,188,193,252,252,252,253,188,252,188,250,252,252,252,252,252,233,252,253,252,188,188,250,188,188,252,188,188,188,188,253,188,253,252,253,252,252,252,252,193,252,188,193,251,252,188,251,188,251,188,252,252,252,252,252,188,252,252,253,252,253,252,252,252,252,253,252,188,248,45,96,136,136,136,96,136,136,142,182,45,91,246,136,91,136,136,136,136,136,187,136,141,136,136,136,136,182,182,182,182,247,142,251,188,188,142,142,187,251,252,254,253,253,253,254,253,253,253,234,253,253,234,253,254,253,253,234,254,254,253,253,234,253,253,253]; +image[286]=[253,254,254,254,254,253,254,254,254,254,254,254,254,253,253,254,194,254,253,254,253,254,253,254,254,253,253,254,253,254,254,253,254,253,254,254,254,254,254,253,194,254,234,254,253,254,194,254,254,254,254,254,253,254,194,254,254,254,254,254,254,234,254,254,254,254,254,234,254,254,254,254,254,254,194,254,254,254,253,254,253,194,254,253,254,234,254,254,254,253,254,254,254,194,254,254,254,253,253,254,194,253,254,194,253,254,254,253,234,254,253,254,253,253,254,234,254,254,253,194,254,254,253,254,253,254,253,234,254,253,253,194,254,254,253,254,253,254,253,254,253,254,194,254,254,253,253,234,254,253,254,253,194,254,253,254,254,254,253,253,254,253,254,234,253,253,253,194,254,253,253,194,254,253,254,254,253,253,234,253,254,234,254,194,254,253,254,253,253,253,254,254,254,253,254,253,254,254,253,253,254,254,254,254,254,234,253,253,234,253,254,253,253,254,253,254,254,253,254,253,254,253,254,253,254,254,253,254,253,254,253,254,254,253,253,254,253,254,234,253,253,253,253,253,254,254,254,253,253,253,233,253,253,253,253,253,253,233,252,252,252,233,188,187,187,182,187,181,187,181,187,187,182,187,187,227,187,187,187,187,182,187,187,187,233,187,233,187,233,187,188,187,188,187,233,188,187,188,187,188,233,188,233,233,188,187,187,142,233,187,188,233,188,193,188,252,193,188,188,233,253,233,252,252,252,252,252,252,252,253,252,188,253,253,188,253,193,252,252,188,233,252,233,252,252,252,252,253,233,252,193,252,253,253,188,188,193,188,253,253,233,252,252,253,193,252,252,253,193,252,253,233,252,188,253,252,252,188,252,193,252,252,252,252,252,252,252,252,233,252,252,142,250,253,252,253,193,188,253,253,252,233,252,253,252,253,233,252,252,252,233,252,233,252,193,252,253,252,252,252,253,253,188,142,250,252,252,252,233,252,252,253,253,253,142,253,193,188,253,188,252,252,188,193,188,253,188,188,252,253,252,193,142,253,253,193,188,253,188,193,253,188,253,252,252,252,251,252,251,252,252,252,252,252,252,252,188,252,252,252,252,188,252,252,252,253,252,253,252,252,253,251,91,45,136,90,136,45,136,136,136,142,91,182,45,40,136,247,136,136,136,136,136,136,136,136,136,136,136,187,96,136,96,142,136,250,188,188,193,188,188,247,182,251,188,254,253,254,253,253,254,253,254,253,254,254,253,254,253,254,253,253,253,253,234,253,254,253,194,254]; +image[287]=[254,194,253,234,253,254,254,253,253,234,254,253,254,194,254,254,254,253,254,253,254,194,253,253,254,254,194,254,254,254,194,254,254,194,254,253,234,254,234,254,254,254,254,194,254,254,254,254,254,253,254,194,254,254,254,254,254,253,254,253,254,253,254,254,194,253,254,254,253,254,253,254,254,254,254,253,254,254,194,254,254,254,194,254,253,254,253,254,254,194,254,253,254,254,194,253,254,194,254,253,254,253,254,254,254,194,254,254,253,254,234,254,194,254,253,254,253,254,254,254,194,254,254,194,254,253,254,254,254,254,254,254,254,253,234,254,253,254,253,254,253,254,253,253,234,254,253,253,253,234,253,254,253,234,254,253,194,253,254,253,234,253,253,254,253,254,254,253,234,254,254,254,234,253,253,254,253,254,253,254,253,253,253,253,253,254,253,254,254,254,253,253,253,254,253,254,253,234,253,254,253,253,253,253,253,254,254,253,254,253,254,194,253,254,253,254,253,254,253,254,253,254,253,254,234,253,254,253,254,253,234,253,254,253,254,253,254,253,253,253,254,253,254,253,253,253,233,253,253,253,253,253,253,253,253,253,253,253,253,252,233,252,188,188,142,187,182,187,187,182,187,227,187,227,187,187,227,187,187,187,187,227,187,187,187,187,187,188,187,233,187,187,233,187,188,187,187,187,233,187,187,187,182,187,188,187,188,233,188,187,188,187,187,188,193,233,252,233,252,252,252,252,252,233,252,233,252,233,188,233,253,233,252,233,252,188,233,253,188,193,252,252,188,193,252,253,253,252,253,253,252,253,253,252,188,253,253,188,253,252,252,253,188,188,252,253,252,233,253,188,252,252,253,252,233,252,252,252,188,252,188,252,193,188,193,188,193,252,252,251,142,251,252,253,188,188,252,193,252,252,252,253,252,193,253,252,253,253,253,252,252,252,252,253,188,193,188,252,233,253,252,253,142,142,188,252,253,252,252,193,252,233,253,142,253,188,252,252,233,253,252,233,252,252,253,142,188,142,233,188,188,252,188,233,188,252,193,252,253,188,193,252,233,252,252,252,252,252,193,252,193,252,252,252,253,252,253,253,252,252,253,252,193,253,252,253,252,253,252,253,252,251,45,91,90,136,90,136,90,96,136,136,136,142,91,91,91,136,91,96,136,136,181,136,136,181,136,136,136,141,136,182,96,136,188,142,188,251,188,188,188,188,142,193,251,253,253,253,194,254,253,253,254,194,253,254,194,253,254,253,254,253,254,253,254,253,234,254,254,253]; +image[288]=[254,254,254,254,254,194,254,254,254,253,254,194,254,254,253,253,254,194,254,253,254,254,254,194,254,253,254,253,253,254,254,254,254,254,254,254,253,254,254,254,253,254,254,254,254,253,254,253,254,234,254,254,254,253,254,253,194,254,254,194,254,254,253,254,254,254,253,254,194,254,254,194,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,253,253,254,254,253,254,253,254,253,254,234,253,253,254,254,253,254,254,254,254,254,254,254,253,194,254,254,254,254,254,253,254,254,254,253,254,194,254,253,254,253,194,254,254,253,254,234,254,253,234,254,253,253,253,254,254,254,253,254,253,254,253,253,253,254,254,253,234,253,254,253,254,253,234,253,254,253,253,253,253,253,254,253,254,253,253,254,253,253,254,254,253,254,234,253,254,253,234,254,254,254,253,194,254,254,253,254,253,254,254,254,254,254,254,253,254,253,254,194,254,254,254,234,253,254,253,254,253,254,253,254,253,254,253,254,254,253,254,254,254,253,254,253,254,253,253,254,253,253,254,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,193,252,252,188,193,188,187,182,187,182,141,181,187,187,136,187,187,187,187,182,187,187,187,187,182,187,233,187,187,187,187,187,233,188,187,187,187,187,182,187,187,182,187,187,187,187,187,188,187,188,187,187,187,188,187,188,188,193,188,252,187,193,188,233,252,252,252,188,252,252,252,188,252,188,252,252,252,188,252,252,188,193,188,193,188,253,253,233,253,252,233,253,252,233,251,188,193,188,253,253,233,252,252,233,252,193,188,233,252,188,252,233,252,188,193,188,252,188,233,252,252,233,252,188,193,188,188,188,252,252,193,142,188,193,188,193,253,253,188,253,188,233,252,252,253,188,253,252,252,252,193,253,252,253,252,253,253,252,252,252,252,252,253,142,248,252,253,188,253,188,253,252,252,252,142,188,193,253,193,188,252,252,252,188,193,188,253,142,253,249,252,252,253,188,251,252,193,188,253,188,253,252,252,252,252,253,193,188,253,252,252,252,252,188,193,252,252,252,188,252,188,252,252,188,252,253,252,253,252,253,252,250,243,242,136,96,85,90,90,96,136,136,96,96,136,248,91,85,45,91,136,182,136,96,136,136,136,136,187,182,182,96,136,142,91,142,182,188,251,193,252,252,188,252,250,188,188,253,254,253,254,253,254,253,253,254,253,254,253,254,234,253,194,254,253,253,254,253,253,253,234,253]; +image[289]=[254,254,254,253,254,254,254,194,254,254,254,254,254,254,194,254,254,254,253,254,253,254,253,254,253,254,254,194,254,254,253,254,253,254,194,254,254,254,254,254,194,254,253,234,254,254,194,254,254,254,254,254,254,194,254,254,254,234,254,254,254,194,254,254,254,194,254,254,254,254,254,254,253,254,254,254,253,254,254,253,254,253,234,253,254,253,254,254,253,254,194,254,254,253,253,254,253,254,194,254,253,253,254,234,253,234,254,194,253,253,254,253,234,254,254,254,194,253,254,253,254,254,253,254,194,254,253,254,254,194,254,254,254,254,254,194,253,254,253,254,253,234,254,254,253,253,253,194,254,253,253,253,254,234,253,234,253,254,254,253,254,194,253,254,253,254,253,253,254,254,234,254,253,254,253,254,253,254,194,253,253,194,254,253,253,254,253,254,253,253,253,254,254,254,253,253,254,253,254,194,254,253,253,253,254,194,254,253,254,254,253,253,253,254,253,254,194,253,254,254,254,253,254,253,254,234,254,253,254,253,254,254,253,254,253,254,253,254,254,253,253,234,253,254,254,253,254,253,254,253,253,254,253,254,253,253,253,253,253,253,253,233,188,188,188,142,182,182,187,182,181,187,187,181,182,187,187,187,227,187,182,187,187,187,182,187,187,187,182,187,187,187,233,182,187,187,187,182,187,182,187,182,187,182,187,233,187,182,187,182,187,187,187,188,187,188,193,188,188,193,188,193,252,233,188,193,188,233,188,193,188,187,188,252,233,251,233,188,253,252,253,253,193,252,252,252,253,252,252,252,252,251,188,253,252,233,252,252,252,188,252,252,253,253,252,252,188,193,252,252,252,252,188,193,188,252,252,252,252,252,188,188,188,252,251,233,188,142,142,188,252,253,188,252,188,252,233,252,252,253,188,253,252,233,252,253,233,252,253,188,193,188,253,188,253,188,252,252,188,253,188,247,188,253,252,253,188,193,188,252,253,188,188,253,253,188,252,252,233,253,188,253,188,193,252,188,188,142,252,193,188,251,252,253,188,253,253,252,252,252,233,252,253,188,253,193,188,253,188,193,188,252,252,188,252,233,253,188,193,188,252,252,252,188,253,252,253,188,250,45,91,45,90,91,96,136,136,90,95,136,136,136,136,96,136,91,85,136,91,247,136,182,136,181,136,136,136,187,142,182,142,136,96,142,251,188,188,188,252,253,252,252,188,188,253,252,253,253,253,253,253,253,234,253,253,234,253,253,253,254,253,254,194,253,253,254,253,254,253,254]; +image[290]=[254,253,194,254,253,254,253,254,253,253,254,253,254,254,254,253,253,254,194,254,253,254,234,254,253,253,254,254,253,194,254,254,194,254,254,253,254,194,254,254,254,254,254,254,254,254,254,254,253,254,253,194,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,253,234,254,253,254,254,194,254,254,254,194,254,234,254,253,254,254,194,254,254,253,254,253,254,253,254,194,254,254,253,254,254,253,254,254,253,254,254,253,254,254,254,194,254,254,253,254,254,254,254,254,194,254,254,194,254,254,254,254,253,254,254,254,253,253,254,254,254,254,254,194,254,254,253,254,253,194,254,234,254,253,254,234,254,253,254,253,253,254,253,253,253,194,254,254,253,194,253,254,234,253,194,253,254,253,194,254,253,254,253,254,254,254,254,253,253,254,253,253,254,254,253,254,234,253,253,254,254,253,254,253,254,253,254,254,254,253,254,254,254,234,253,254,234,254,253,254,254,254,254,254,253,253,254,253,254,254,253,253,254,254,254,253,254,254,234,254,254,254,253,254,253,254,254,253,254,253,254,253,253,253,254,253,253,253,253,253,253,253,253,253,188,233,253,252,252,187,188,187,187,136,187,187,187,182,187,187,187,227,187,187,182,187,187,187,182,187,187,182,187,187,187,187,187,187,187,187,182,187,181,187,187,187,187,187,233,188,187,187,182,187,182,187,182,188,187,188,187,182,233,188,188,187,188,188,188,193,188,188,188,193,188,188,193,188,193,188,193,251,252,188,233,252,188,252,188,253,253,188,253,252,233,252,252,187,252,252,252,252,188,193,188,253,188,252,188,193,252,193,188,252,188,233,188,193,188,252,188,193,188,188,193,188,193,188,188,193,188,252,250,188,188,233,252,252,253,193,188,252,252,252,193,252,253,253,252,252,252,252,252,252,252,253,252,252,193,188,193,188,253,252,233,250,246,188,233,252,252,252,253,252,253,233,252,142,253,188,252,253,252,252,252,193,188,193,252,188,142,252,142,188,188,252,233,251,188,193,188,253,188,233,252,252,252,252,233,252,253,188,253,188,253,253,188,252,193,252,252,252,252,252,252,188,253,233,252,252,253,252,253,248,45,91,90,91,90,91,90,96,90,91,136,90,96,96,142,136,247,91,91,91,136,248,136,96,136,182,136,187,136,182,142,182,252,142,91,142,188,251,253,253,253,188,253,253,252,188,253,253,253,254,253,234,254,253,254,254,253,254,254,253,254,253,234,253,254,254,253,194,254,253,253,254]; +image[291]=[254,254,254,234,254,253,254,254,254,254,194,254,253,253,254,254,254,254,254,194,254,253,253,254,194,254,253,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,194,254,253,234,254,254,194,254,254,254,254,254,253,254,254,194,254,253,254,253,234,254,253,234,254,254,254,254,194,254,253,254,253,234,253,254,254,253,254,254,253,254,254,253,254,194,254,254,254,254,253,254,254,194,254,253,254,254,194,254,254,253,254,254,254,254,254,254,253,254,234,253,254,234,254,254,254,254,254,254,254,253,254,254,194,253,253,254,254,254,194,253,254,253,254,254,194,254,253,254,254,253,254,253,253,254,253,253,194,254,253,254,253,254,194,254,254,254,234,253,254,253,254,253,253,254,254,254,253,254,254,194,253,234,253,253,234,253,253,254,194,253,254,194,253,254,253,254,253,254,254,253,253,254,254,253,254,253,234,254,253,254,253,253,254,253,254,253,254,194,253,254,253,254,253,254,254,234,253,254,253,254,254,253,254,253,253,254,253,254,253,253,254,254,253,254,253,254,253,254,253,253,234,254,234,254,253,254,234,254,253,254,253,254,253,254,253,253,253,233,253,188,188,187,182,187,181,136,187,187,182,187,187,182,187,187,187,227,187,233,187,227,187,187,187,187,227,182,187,182,181,187,181,187,187,187,182,187,187,182,187,187,188,233,187,187,187,188,233,187,187,188,187,188,142,233,188,188,193,251,233,188,188,187,188,188,187,188,188,188,188,188,188,188,193,252,252,252,233,253,188,193,188,193,252,252,253,188,188,253,252,252,233,253,253,252,233,252,252,233,252,188,253,188,252,188,252,252,188,252,188,252,188,188,193,188,188,252,188,252,252,188,252,142,188,188,252,252,252,233,188,252,252,193,252,252,252,233,252,252,252,193,253,252,253,188,193,188,253,188,253,252,253,188,252,252,252,96,188,252,251,233,188,252,252,188,252,252,142,252,252,252,193,188,252,253,188,252,252,233,252,253,188,188,142,193,252,251,252,188,252,252,193,252,252,252,252,253,252,252,252,252,252,253,252,252,252,252,252,252,188,193,253,252,193,252,253,188,252,252,253,253,252,252,188,243,91,45,91,91,136,91,136,91,136,136,90,136,136,136,96,96,142,247,85,91,91,182,142,182,136,187,136,136,136,187,182,142,252,96,246,142,142,188,193,188,253,253,252,253,253,253,252,253,253,253,254,253,254,253,253,253,254,253,253,194,254,253,253,253,253,234,254,254,253,234,254,253]; +image[292]=[253,254,253,254,254,194,254,253,194,254,254,254,254,194,253,254,194,253,254,253,254,254,253,254,254,254,253,254,253,254,253,234,253,254,253,253,254,253,254,254,194,254,254,254,253,254,253,234,254,254,254,253,254,254,194,254,254,254,254,194,254,254,253,254,254,253,254,253,254,254,254,254,254,254,253,254,254,253,254,253,194,254,234,253,254,254,254,254,253,253,194,254,254,234,253,254,254,194,254,254,253,254,194,254,253,194,254,253,254,254,254,254,254,254,253,254,253,234,254,253,254,253,254,254,194,254,254,254,254,194,254,253,254,254,234,254,254,254,254,254,253,194,254,254,254,253,253,234,254,253,253,254,194,254,253,254,253,253,253,253,254,253,254,234,253,254,253,253,253,254,253,254,254,254,253,254,253,253,254,253,234,254,254,234,253,254,253,194,254,253,253,253,254,234,254,253,254,253,254,253,254,253,254,254,254,253,254,253,254,254,254,254,254,234,254,254,254,253,254,254,253,254,254,253,254,254,253,254,254,254,253,254,254,253,254,253,234,254,254,254,253,254,254,253,254,253,253,254,253,253,254,253,253,254,188,254,253,253,253,253,252,253,188,233,251,182,187,136,187,227,187,182,187,227,187,187,187,187,187,187,182,187,187,187,227,187,227,187,187,187,227,187,181,187,182,187,187,187,187,187,187,187,182,187,187,182,188,182,187,187,188,187,188,187,188,187,252,193,187,188,187,188,188,193,188,252,233,188,188,233,193,188,187,252,233,251,188,188,193,188,251,193,188,188,188,253,233,252,188,251,193,188,233,252,252,188,253,252,188,252,252,252,252,188,253,252,193,188,188,193,188,253,233,252,193,188,252,252,187,252,193,188,193,188,142,188,193,188,252,193,188,252,193,188,252,188,252,233,252,252,252,252,252,252,188,193,188,253,252,252,253,252,188,252,193,188,252,252,247,251,252,252,252,252,188,193,188,252,252,250,252,252,252,252,252,252,188,252,252,188,253,252,188,252,142,253,142,253,188,193,188,188,193,188,188,252,251,251,188,252,252,252,252,252,188,252,233,252,252,233,252,252,252,252,188,253,188,252,252,193,188,252,252,253,253,252,246,91,45,90,91,90,45,91,45,96,91,45,96,91,45,96,91,247,96,182,243,136,91,142,182,142,136,136,141,187,136,187,142,182,252,188,91,188,188,252,253,253,253,253,253,233,253,253,253,253,254,253,253,254,253,254,194,254,234,253,254,253,253,253,254,234,253,253,253,253,254,253,254,253]; +image[293]=[194,254,254,253,254,254,254,254,253,253,254,253,254,254,254,253,254,254,253,254,194,254,234,253,254,194,254,254,194,254,254,254,254,194,254,254,253,254,254,254,254,254,253,254,254,254,254,254,254,254,194,254,254,254,254,254,253,254,254,254,254,254,254,194,254,254,254,194,254,253,254,253,254,194,254,254,253,234,254,254,254,253,254,254,253,253,254,194,254,254,254,254,253,254,253,254,253,254,253,254,254,254,254,254,254,254,234,254,254,194,253,254,194,253,254,254,254,253,254,254,254,194,253,254,254,253,254,254,253,254,254,234,254,253,254,253,253,254,253,254,254,254,253,254,194,254,254,253,254,234,254,253,253,253,254,253,234,253,254,254,194,254,253,253,253,254,194,254,254,194,254,253,253,253,254,253,254,254,253,253,254,253,253,253,254,253,254,253,254,253,254,254,253,254,253,254,254,254,253,254,253,254,253,253,254,254,194,254,253,234,254,253,253,254,253,253,254,254,253,254,254,253,254,254,254,253,254,234,254,253,254,253,254,254,253,254,254,253,254,253,254,234,254,253,254,253,254,253,254,253,234,254,254,254,253,253,254,253,253,253,253,253,253,251,233,142,136,187,136,182,187,181,187,187,181,227,187,182,187,187,187,182,187,182,187,187,187,182,187,136,187,182,181,187,187,187,182,187,187,182,187,187,187,182,187,187,187,188,233,188,187,188,187,233,187,188,233,188,187,188,187,188,187,188,187,188,251,251,187,188,188,188,188,188,251,233,252,188,188,187,188,188,193,188,252,188,252,193,188,252,252,252,188,193,188,193,188,188,193,252,251,233,252,252,193,188,252,252,188,252,252,188,252,188,188,252,252,252,188,188,188,188,193,251,251,252,188,252,188,252,252,252,252,252,193,252,252,252,188,193,252,251,233,253,252,252,252,252,233,253,188,188,253,188,252,252,188,249,142,188,252,188,193,252,252,252,188,193,251,142,188,252,188,193,188,253,252,252,252,252,188,193,252,188,188,233,142,252,252,252,142,188,252,188,193,251,188,193,188,252,252,252,188,252,251,251,252,251,252,252,251,253,252,252,252,188,250,253,253,253,252,188,252,188,250,241,241,243,91,45,246,91,45,96,91,90,91,131,96,136,91,96,246,91,244,243,45,246,136,142,142,142,96,182,136,187,136,182,142,96,142,142,142,142,251,188,253,188,253,253,252,253,253,253,253,253,253,254,253,253,254,253,254,253,253,253,253,234,253,253,253,253,254,254,194,253,253,254,194,254]; +image[294]=[254,253,194,254,254,253,234,254,253,234,253,254,253,253,254,254,253,254,254,254,253,254,254,253,254,253,254,254,254,253,254,253,254,254,254,194,254,254,194,254,253,254,254,194,254,253,254,254,253,254,254,254,253,254,254,194,254,234,253,254,253,194,254,254,253,254,254,254,254,254,194,254,254,254,253,194,254,254,253,254,254,253,254,194,254,254,253,254,254,253,254,253,254,253,253,254,253,254,194,254,253,254,253,254,253,254,253,254,254,254,234,254,254,254,234,254,254,254,194,254,254,254,254,254,254,253,194,254,234,253,253,254,254,254,253,194,254,254,194,254,253,254,254,254,253,254,253,253,253,253,254,234,254,253,194,254,254,253,253,254,253,254,194,254,253,254,253,254,253,254,254,254,194,254,234,253,253,194,254,254,253,254,253,254,234,253,234,253,254,253,253,254,253,254,253,253,234,254,253,254,254,253,254,254,253,254,253,254,253,253,254,254,253,254,254,234,253,254,254,253,254,254,253,253,254,254,253,253,254,254,254,254,253,254,254,253,254,254,254,253,254,253,254,253,254,234,254,253,254,253,253,253,253,254,253,253,253,253,253,253,253,253,193,252,188,188,187,181,187,181,182,187,136,187,187,187,187,181,187,227,187,187,182,181,187,227,187,181,187,227,136,187,187,182,187,182,187,182,187,187,227,187,187,187,182,187,187,187,187,182,187,182,187,188,187,187,182,187,182,187,182,187,188,188,188,187,188,187,251,193,188,187,252,188,252,188,252,187,252,252,233,251,188,253,233,252,188,142,188,188,252,188,252,188,188,252,188,252,188,188,251,188,252,188,252,253,233,251,188,193,188,252,252,252,252,193,188,193,251,193,188,188,188,251,193,188,252,193,188,193,188,188,233,188,252,188,193,252,252,188,188,252,252,188,252,233,251,188,252,252,193,188,188,253,252,193,250,250,253,193,188,251,188,188,193,188,251,188,142,253,252,252,188,252,188,252,188,193,188,193,188,252,188,251,251,188,142,251,252,251,142,252,251,188,188,251,188,251,251,251,193,188,188,142,142,247,188,142,252,253,142,142,188,251,251,188,246,247,248,247,250,249,252,250,243,45,241,45,45,45,91,96,45,91,45,91,45,91,91,96,91,96,243,242,242,243,91,91,91,142,182,142,182,96,182,96,187,142,182,142,96,96,182,250,188,252,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,253,254,253,254,194,253,253,253,194,253,253,253,253,254,254,253,254,253,254]; +image[295]=[254,254,254,194,254,254,253,254,254,253,254,194,254,254,194,254,254,194,253,254,253,254,254,194,254,254,253,254,254,194,254,254,234,254,254,254,254,254,254,234,254,254,254,254,194,254,254,194,254,254,253,254,194,254,254,254,253,254,254,254,254,254,254,254,254,254,194,253,254,254,254,254,234,254,254,254,254,194,254,254,194,254,254,254,254,253,254,254,194,254,254,194,254,234,254,194,254,254,254,254,254,194,254,254,254,194,253,254,253,254,254,254,253,254,253,254,253,254,254,253,254,253,253,254,254,254,254,254,254,254,254,253,234,254,254,254,254,254,254,254,254,194,254,253,254,254,194,254,253,254,253,253,253,254,253,254,194,254,254,253,254,254,254,234,254,253,234,253,254,253,254,253,254,253,253,253,254,254,253,253,254,194,254,253,253,254,253,254,253,234,254,254,254,253,254,254,254,253,254,254,253,254,254,253,254,254,234,254,254,194,253,254,194,253,253,253,254,254,234,254,253,254,254,234,253,254,254,254,253,254,253,254,234,254,253,254,254,253,254,253,254,254,234,253,254,253,253,254,253,254,254,254,253,234,254,253,254,253,253,253,188,253,253,253,188,188,142,182,187,181,187,181,187,136,187,182,187,182,187,187,182,187,187,182,187,182,187,136,187,181,187,181,187,181,187,187,187,233,187,188,182,187,182,187,187,233,188,187,182,187,187,187,182,187,182,187,187,136,187,182,187,188,187,187,188,193,188,187,188,187,188,193,188,252,233,252,188,188,193,251,188,252,193,252,252,252,188,188,233,252,233,252,233,252,193,188,193,188,188,193,252,193,188,193,188,251,251,252,252,188,193,188,193,251,188,188,188,188,188,188,193,251,187,251,188,252,188,188,188,252,252,252,252,193,188,252,188,188,193,188,252,252,193,252,252,252,252,252,252,188,188,252,188,188,188,188,142,188,188,251,251,193,251,251,251,251,251,142,188,251,251,142,250,251,142,251,251,251,251,188,252,251,251,251,251,188,142,188,251,188,142,250,142,250,252,142,142,142,247,246,246,96,91,91,45,91,142,91,142,247,96,91,91,96,142,251,188,245,91,241,246,246,142,248,242,45,40,242,40,45,91,243,45,91,45,91,91,96,45,96,91,91,45,91,243,242,243,244,136,142,142,142,187,136,187,136,182,136,142,182,188,249,250,188,193,253,188,253,253,253,253,253,253,253,253,234,253,253,253,253,254,253,234,254,253,254,253,253,253,253,253,234,253,253,234,254,234,253,254,254]; +image[296]=[253,254,254,253,254,254,253,194,254,254,254,254,253,254,254,253,254,254,254,254,194,254,254,254,254,194,254,253,254,254,254,253,254,253,254,253,254,253,254,254,253,194,254,254,254,254,254,254,254,234,254,254,254,253,254,254,254,253,194,254,254,253,254,194,254,254,254,254,253,254,253,254,254,253,254,253,254,254,253,254,254,253,254,253,194,254,253,254,254,253,254,254,254,253,254,253,254,253,254,253,254,254,253,194,254,254,254,194,254,254,253,254,254,194,254,254,194,254,254,254,194,254,254,194,254,253,254,253,254,253,194,254,254,253,234,253,254,253,254,194,254,253,254,253,194,254,254,254,253,194,254,254,253,254,253,254,253,254,194,254,253,253,254,253,254,253,254,253,194,254,253,234,254,254,254,253,234,253,254,253,254,253,254,253,254,253,253,194,254,253,254,253,254,254,253,253,254,254,194,254,253,234,254,253,253,254,253,253,254,254,253,254,254,254,254,254,253,253,254,254,253,254,254,254,254,254,254,254,254,254,254,254,253,254,254,253,234,254,254,254,253,254,254,254,254,254,253,254,253,253,253,254,253,253,254,253,254,253,253,253,253,233,253,253,233,252,233,188,142,182,187,181,187,227,187,187,187,187,187,187,181,182,187,136,187,181,187,181,182,181,136,187,187,187,227,182,187,187,187,227,182,187,182,187,182,187,182,187,233,182,182,187,187,187,136,187,187,136,187,187,182,187,188,188,187,188,187,142,188,188,188,187,188,193,142,188,187,251,188,193,188,252,188,252,188,187,251,252,251,252,251,251,188,188,188,188,188,251,251,188,252,252,188,188,188,187,188,193,252,252,252,188,188,251,193,188,251,193,188,188,188,142,252,251,187,251,193,252,193,188,193,188,188,252,252,252,188,252,188,252,233,251,188,188,252,188,193,188,252,252,188,252,252,252,252,248,188,251,252,188,251,251,251,193,142,250,142,142,188,142,142,248,142,247,247,142,142,248,142,142,250,142,142,142,142,142,188,251,142,142,245,243,247,242,247,246,245,45,45,45,45,91,45,136,85,85,182,91,91,85,91,136,136,91,96,142,96,246,91,40,45,91,45,91,45,91,241,40,241,40,241,45,45,45,45,91,45,91,45,91,45,243,91,242,91,45,91,45,91,142,182,142,142,182,96,187,96,182,142,182,249,188,188,252,188,253,253,253,253,253,253,253,253,253,253,253,253,254,253,234,253,253,253,254,234,253,253,234,253,253,253,253,254,253,253,254,253,254,194,254]; +image[297]=[253,254,253,254,194,254,254,254,254,253,254,194,254,254,253,254,254,254,253,254,254,234,253,253,254,254,254,254,254,194,253,254,254,234,254,194,254,254,253,254,254,254,254,253,254,253,254,253,254,254,253,254,253,254,254,194,254,254,254,253,254,234,254,254,253,254,254,234,254,194,254,253,254,234,253,254,234,253,254,253,254,194,254,254,254,254,254,253,254,194,253,254,253,254,254,254,254,194,254,194,253,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,253,254,254,194,254,254,254,253,254,254,254,194,253,254,254,254,254,254,254,254,254,254,253,254,254,254,254,194,254,254,254,234,253,254,253,254,254,254,253,254,194,254,253,254,254,253,254,253,253,194,253,254,253,254,253,254,253,254,253,254,253,234,254,254,253,253,254,234,253,254,254,254,253,253,254,254,253,254,194,253,254,253,254,254,253,234,253,234,253,194,253,254,254,253,254,253,254,253,254,253,254,253,254,253,254,253,254,254,254,253,254,254,254,254,253,254,254,254,254,253,254,253,254,234,254,253,254,253,254,254,188,254,253,253,253,253,253,252,253,252,253,252,188,233,188,187,182,187,136,187,187,182,187,187,182,187,187,187,227,187,136,182,181,181,187,181,182,181,187,187,187,187,182,187,187,187,227,187,187,187,187,182,187,187,187,187,136,187,182,187,136,187,187,136,187,187,187,142,187,142,182,187,188,187,187,188,188,188,182,188,187,252,142,188,188,251,233,252,187,188,188,252,188,193,188,188,193,188,193,251,252,188,193,252,188,193,188,252,188,193,188,251,188,188,252,252,188,193,188,188,250,193,188,188,193,253,142,188,188,251,188,251,188,188,188,252,188,252,252,252,188,188,193,252,252,251,252,252,188,193,252,188,188,193,251,188,193,251,187,251,142,250,188,251,252,142,188,142,188,250,247,142,247,247,142,247,246,246,246,96,245,142,246,245,247,142,142,142,247,96,246,96,247,96,245,142,243,91,91,45,246,142,248,245,45,243,45,96,45,45,96,45,96,136,91,96,91,90,96,136,45,91,91,96,91,45,40,91,242,45,45,45,242,40,241,45,40,241,243,91,244,45,91,96,91,244,243,45,243,91,91,243,243,91,91,142,188,142,188,142,136,182,136,182,96,182,142,188,188,253,188,252,252,253,252,234,253,253,253,253,253,253,254,253,253,254,254,194,253,253,253,253,253,253,253,254,194,253,253,254,194,254,254,253,254,234]; +image[298]=[254,254,194,254,253,254,253,254,194,254,254,253,254,194,254,254,194,254,254,253,254,254,254,254,253,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,254,254,194,254,254,194,254,254,194,254,254,194,254,254,254,253,254,194,254,254,253,254,234,253,254,254,254,254,254,254,254,254,253,254,254,253,194,254,254,254,254,254,253,194,254,254,254,254,254,254,194,254,253,194,254,254,254,254,254,253,254,253,253,234,254,254,254,194,254,253,253,254,253,254,254,194,254,253,254,253,254,194,254,254,254,254,254,234,254,253,254,253,254,254,254,253,253,254,253,254,194,254,253,254,253,194,254,253,254,254,253,253,254,254,253,254,254,194,253,194,254,254,253,254,234,253,254,194,254,254,254,254,253,194,254,234,254,254,253,254,253,254,253,253,253,254,253,194,254,254,253,253,253,194,254,254,253,254,253,254,254,254,234,253,253,254,254,253,254,254,253,254,253,254,254,253,254,254,254,253,254,254,254,253,254,254,254,234,253,254,254,254,253,254,253,254,234,253,254,253,254,254,254,253,254,253,254,253,254,253,253,254,254,254,253,233,254,253,253,253,253,188,253,253,253,252,188,187,182,187,187,182,187,182,227,187,181,187,136,187,136,187,181,187,181,136,187,181,187,227,182,187,187,227,187,181,187,181,187,187,182,187,181,187,182,181,182,181,187,136,181,187,182,187,187,182,187,182,187,187,187,182,187,182,188,188,187,188,187,188,188,142,182,188,193,188,188,252,251,251,252,188,188,193,188,188,193,188,188,188,252,187,251,188,188,187,252,188,193,188,188,188,251,193,188,193,188,193,188,142,188,188,188,188,193,188,188,142,188,193,251,187,251,193,188,251,251,252,188,193,188,188,193,188,188,188,193,188,252,193,188,188,188,193,251,188,251,142,188,250,188,248,142,249,250,142,142,251,142,188,142,249,247,91,96,247,91,96,96,246,91,246,245,247,91,96,247,246,96,247,91,245,244,245,245,244,243,142,91,45,91,246,91,247,91,242,40,45,40,91,91,90,91,45,91,96,91,96,91,96,91,45,91,136,45,136,91,245,45,243,40,244,45,243,45,241,241,241,241,241,40,241,243,242,242,242,45,242,91,247,91,243,45,241,45,243,91,247,182,252,187,142,142,187,96,182,142,142,142,188,188,252,253,253,253,253,253,253,252,253,253,253,253,253,253,254,253,253,254,254,254,253,253,194,254,253,253,253,254,253,253,253,254,253,254,234,253,254]; +image[299]=[253,254,254,253,234,253,254,254,254,234,253,254,254,254,253,254,254,194,254,254,253,254,194,254,254,253,254,254,253,254,194,254,253,254,253,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,254,253,254,254,254,254,254,254,254,254,254,254,253,254,253,234,254,253,254,194,254,253,254,254,254,254,254,253,253,254,254,254,194,253,254,253,254,253,254,253,254,254,254,254,254,254,254,194,254,254,254,253,254,253,254,254,254,254,254,253,254,254,254,254,254,194,254,254,254,254,194,254,253,254,253,254,254,194,254,253,254,254,194,254,254,194,254,254,254,194,254,254,254,254,253,254,254,194,254,254,253,254,194,253,254,254,254,254,234,253,254,253,253,234,253,254,253,253,234,254,254,254,253,253,254,253,254,194,253,254,253,254,234,254,253,254,253,254,254,254,254,254,254,254,194,253,254,253,253,253,254,194,254,253,253,254,253,253,254,234,253,254,253,254,253,234,253,254,254,253,254,254,254,253,254,254,254,253,254,254,234,253,254,254,254,254,254,254,234,253,254,254,253,254,253,254,253,254,253,253,253,253,253,253,253,254,188,253,253,253,253,188,193,253,252,253,252,182,187,182,187,187,187,182,181,182,187,181,187,136,187,136,187,181,187,136,187,187,187,187,181,187,187,187,136,187,182,181,187,187,182,187,136,187,182,187,182,187,182,181,136,187,187,187,142,182,142,182,187,187,187,182,187,142,182,142,182,188,187,188,187,188,187,188,187,188,193,252,187,142,188,188,193,188,188,193,188,193,252,188,193,188,193,252,188,188,188,250,193,188,251,188,252,188,188,188,251,188,193,142,193,188,252,142,188,142,188,251,251,251,188,188,188,188,193,188,251,188,188,252,188,188,252,251,251,188,188,188,193,251,188,188,142,251,251,251,251,251,249,96,250,142,250,142,142,142,248,142,248,182,248,96,247,247,247,246,246,96,96,245,96,96,91,243,182,248,91,96,243,91,96,245,45,242,246,142,245,96,45,91,45,91,247,45,242,40,45,45,45,45,85,91,90,91,96,91,91,91,136,91,96,91,91,96,91,91,241,91,243,45,243,45,91,242,91,241,45,242,244,142,251,188,188,250,188,188,142,142,142,247,247,247,142,248,91,142,142,188,188,96,142,142,182,142,182,187,188,193,252,253,188,253,252,253,253,253,253,253,234,253,254,253,253,253,254,253,253,194,253,253,254,253,253,253,234,253,253,234,253,254,194,254,253,254,254,253]; +image[300]=[253,254,254,254,254,253,254,253,254,254,253,254,253,254,254,253,254,253,254,254,194,254,254,253,254,253,254,254,254,254,254,254,194,254,254,253,254,254,254,254,254,254,253,254,253,254,254,253,254,253,254,254,254,253,254,194,254,253,254,253,254,194,254,194,254,254,194,254,254,253,254,194,254,254,254,234,253,254,253,253,194,254,254,194,254,254,254,254,254,194,254,234,253,254,253,254,253,253,254,194,254,254,253,254,194,254,254,194,254,253,254,253,254,254,253,254,253,254,254,254,253,254,254,254,254,254,194,254,254,253,254,254,254,194,254,254,254,254,254,254,253,254,253,254,254,253,254,254,254,253,254,254,253,254,194,254,254,254,253,253,253,254,253,254,254,253,254,254,253,254,254,253,254,253,254,254,254,254,253,234,254,254,253,254,253,253,253,254,253,234,253,254,253,253,254,253,254,254,254,254,254,254,194,253,254,253,254,254,253,194,254,253,254,254,253,254,253,254,254,254,254,253,254,253,254,253,254,254,254,253,254,254,254,254,254,254,254,194,254,253,254,254,254,254,253,254,253,254,253,254,188,254,253,234,253,253,253,253,253,253,253,253,233,253,253,253,188,253,233,252,252,252,187,182,187,136,187,136,187,181,187,136,187,181,187,182,187,187,187,227,187,182,187,187,182,181,227,187,181,187,187,227,136,181,182,181,187,181,187,136,187,181,182,187,182,187,182,187,187,187,187,182,187,182,136,187,182,136,187,187,187,142,188,187,188,188,188,251,187,251,188,188,142,233,188,188,188,187,251,188,188,188,193,188,188,251,188,193,251,187,188,188,251,188,193,251,252,251,252,188,142,188,188,188,251,188,187,252,142,188,193,142,193,142,188,187,250,188,188,251,251,187,251,188,252,193,188,188,193,188,251,188,250,188,142,188,251,251,142,142,188,142,247,248,142,248,182,249,142,248,247,136,247,247,246,91,247,96,96,246,96,91,246,91,247,247,246,91,142,246,244,96,243,45,245,245,45,242,248,246,45,45,91,96,91,242,91,242,40,45,40,85,91,85,45,91,85,91,91,96,96,91,96,91,142,246,91,91,96,91,45,45,91,91,243,243,243,244,248,247,249,142,249,188,251,251,251,251,251,251,188,142,188,188,188,188,188,188,142,250,142,188,188,142,182,142,188,188,188,251,252,188,253,253,253,253,253,252,253,253,252,253,253,253,253,253,194,253,253,254,253,254,253,234,253,253,253,253,253,254,253,254,253,254,253,254,194,254,253,234]; +image[301]=[194,253,254,253,254,234,253,254,253,254,194,254,254,194,253,254,254,254,253,254,254,253,254,254,194,254,253,194,254,253,254,254,254,254,194,254,254,253,254,253,254,254,234,254,194,254,194,254,254,194,253,254,194,254,254,234,254,254,194,254,254,254,254,254,234,254,254,253,254,254,254,254,253,254,253,254,254,194,254,254,254,254,254,254,254,253,254,253,253,254,253,253,254,234,254,254,194,254,254,254,254,253,254,254,254,253,254,254,253,254,254,254,253,254,254,254,194,253,254,254,194,253,254,253,254,254,254,194,253,254,254,253,254,254,253,254,253,253,254,253,254,254,254,253,254,194,253,254,194,254,253,254,254,254,254,254,253,254,254,254,253,254,253,254,194,253,254,254,253,234,254,253,254,194,253,254,194,254,254,253,254,253,254,253,254,194,253,254,253,254,253,254,234,253,254,253,254,253,253,234,254,253,254,254,253,234,253,254,254,254,194,253,253,254,194,253,254,253,253,253,254,234,253,254,234,254,254,253,254,254,254,253,254,253,254,253,254,254,234,254,254,253,254,254,254,253,254,253,254,254,253,254,253,254,253,253,234,253,253,253,253,253,252,233,253,253,253,252,252,233,252,233,142,187,187,181,187,136,187,136,187,181,187,136,181,187,182,182,187,187,182,187,181,187,187,182,187,181,182,181,187,187,187,181,187,181,136,181,187,187,182,181,187,181,187,187,182,187,136,182,187,136,187,187,136,187,136,187,136,136,182,187,188,187,142,187,193,188,187,188,187,251,188,251,187,252,251,252,187,188,193,188,188,193,187,188,193,188,252,251,188,193,252,188,193,188,193,188,188,193,188,193,233,142,193,251,188,193,142,188,142,188,193,188,188,250,193,142,188,251,188,251,252,188,188,188,188,188,251,187,251,252,142,188,250,142,142,142,142,250,142,247,246,182,248,248,248,248,182,247,246,247,247,248,96,142,91,247,91,246,246,246,96,245,96,96,245,248,142,245,246,96,244,243,45,248,45,242,249,244,243,243,45,91,91,45,91,241,40,91,45,45,45,85,45,45,85,45,85,91,247,45,96,45,91,96,246,246,245,245,245,91,248,250,182,248,182,248,250,142,188,142,188,251,251,251,251,188,252,252,252,188,188,188,188,251,188,252,188,188,251,188,188,249,251,252,252,252,252,252,188,193,252,253,188,253,252,253,253,253,253,253,253,253,254,253,254,253,254,253,234,253,253,253,254,194,253,254,194,253,253,253,234,253,234,253,254,253,254,253]; +image[302]=[254,254,194,254,253,254,253,194,254,254,254,254,254,254,254,234,253,254,194,254,254,254,253,254,254,254,254,254,254,194,254,253,254,254,254,254,254,194,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,253,253,254,253,253,254,254,254,194,254,254,234,254,254,254,253,254,254,254,254,234,253,253,254,253,254,254,194,254,254,253,254,254,253,253,254,254,254,253,254,253,254,234,253,254,234,254,253,254,254,194,254,254,194,254,254,254,254,254,253,254,254,254,254,194,254,254,254,254,254,253,234,254,253,254,254,194,254,254,194,254,253,234,254,253,254,254,254,254,254,254,194,254,253,253,253,254,253,194,254,254,194,254,254,254,254,254,194,254,253,254,253,194,254,254,253,254,253,253,254,253,254,253,194,254,254,254,253,253,254,253,253,254,253,254,234,253,254,254,253,253,253,234,253,254,254,254,253,253,254,253,254,254,234,254,254,253,254,254,254,254,253,254,254,253,254,253,254,254,253,254,254,254,254,254,254,234,254,254,254,253,254,254,253,254,234,254,253,254,253,234,253,253,253,253,253,253,253,253,253,188,254,253,253,252,253,188,253,253,252,193,252,252,188,142,136,187,136,181,187,136,187,136,141,187,187,227,187,187,182,187,187,227,187,181,187,181,187,187,181,187,181,136,181,187,136,187,181,187,136,187,187,136,187,136,187,181,136,187,187,182,141,182,141,136,187,187,136,187,187,187,182,142,182,188,187,188,182,250,188,187,188,187,188,252,251,187,252,193,251,188,251,187,251,251,188,193,188,187,188,193,188,188,251,188,188,188,251,193,188,188,188,188,251,188,188,142,188,142,193,188,142,188,250,187,251,188,142,188,188,187,251,251,193,188,251,142,252,188,251,250,250,142,188,142,142,188,142,142,249,142,247,96,248,248,247,182,247,142,96,247,136,246,96,247,91,247,136,246,246,96,91,96,91,246,246,246,247,142,246,91,246,246,96,243,45,248,241,40,250,242,45,91,96,45,91,45,246,241,45,244,91,45,40,45,85,91,85,91,45,91,96,45,244,45,45,91,247,136,142,142,142,188,142,250,250,250,249,142,188,250,188,188,250,251,251,252,252,193,188,252,188,252,251,252,252,252,252,252,252,253,252,252,188,188,188,252,252,252,252,252,252,253,188,253,253,253,253,253,252,234,252,253,253,253,253,253,253,253,234,254,253,254,253,253,253,254,234,253,254,253,254,253,254,254,253,254,253,194,254,254]; +image[303]=[253,254,254,254,194,254,254,254,253,234,254,194,254,253,254,253,254,254,254,253,254,254,194,253,254,253,254,253,254,254,254,254,254,253,254,253,254,254,254,254,194,254,254,253,254,254,194,254,253,254,254,253,254,254,254,194,254,253,254,254,254,254,254,253,254,253,254,254,254,253,254,253,254,194,254,253,234,254,253,254,254,234,254,194,253,254,254,253,253,254,194,254,254,194,253,253,254,254,194,254,254,254,253,254,253,254,194,253,254,254,254,254,254,194,253,254,254,194,253,254,234,253,254,254,253,254,253,254,253,254,254,253,254,254,254,254,254,254,254,253,254,253,254,234,253,254,253,234,253,254,254,194,254,254,194,254,254,253,254,253,254,194,253,254,253,253,254,254,194,254,254,254,253,234,254,253,254,254,254,253,254,254,254,253,234,254,194,253,254,194,254,253,254,253,253,254,253,253,254,254,254,253,254,253,254,253,234,253,234,253,254,253,253,253,254,254,253,253,254,253,254,253,254,254,253,254,254,254,254,253,254,234,253,254,253,254,253,254,254,254,254,254,254,253,254,253,254,253,254,253,253,253,254,253,253,253,253,233,254,253,253,253,253,253,253,233,253,188,253,188,252,233,193,182,187,136,141,136,187,136,227,136,182,182,187,187,227,187,187,227,187,136,187,187,181,182,181,182,187,181,187,187,181,181,187,181,187,227,181,136,187,181,187,181,187,187,182,136,181,182,182,181,182,181,187,136,187,136,187,182,187,182,187,188,142,188,187,188,142,188,142,188,188,193,188,252,188,188,187,188,251,252,188,193,251,188,251,251,252,187,188,193,188,193,193,188,188,188,188,251,251,187,188,251,188,193,188,188,188,188,188,142,188,251,251,188,187,251,188,142,188,251,188,188,193,188,142,251,188,142,188,142,142,188,142,249,136,247,142,248,247,96,182,248,96,247,247,182,247,247,248,91,247,136,247,246,246,136,246,246,246,246,91,96,91,142,247,248,96,91,96,244,244,244,91,249,243,242,188,45,244,91,45,45,96,45,91,241,91,247,142,91,45,45,45,45,45,96,91,91,142,142,142,250,248,142,250,142,188,142,188,142,188,250,188,188,188,251,250,188,142,188,251,188,193,251,251,188,251,252,252,251,252,252,252,252,252,252,252,252,253,252,252,252,252,252,252,252,252,253,252,252,253,253,252,253,253,252,253,253,253,254,254,253,254,253,254,253,253,253,254,194,253,234,253,253,253,253,254,194,253,253,194,254,253,234,254,254,253,253]; +image[304]=[253,254,253,254,254,253,234,254,254,253,254,254,254,194,254,253,254,253,254,254,194,254,254,254,254,194,254,254,253,253,194,254,254,194,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,194,254,254,254,254,194,254,254,194,254,254,194,254,254,253,254,194,254,254,254,254,254,254,253,254,254,253,253,254,253,254,254,254,253,254,194,254,254,253,254,253,254,254,254,194,254,254,253,253,194,254,254,254,254,254,254,253,254,253,254,254,254,254,194,254,254,254,253,254,254,254,254,254,254,194,254,254,254,254,254,253,253,254,253,194,254,254,194,254,253,254,254,253,254,253,254,254,253,254,254,254,253,254,253,234,253,254,253,254,254,254,194,254,254,253,254,253,254,253,254,253,254,253,194,254,234,253,194,254,253,254,253,253,254,254,253,254,253,234,253,254,194,254,253,234,253,254,194,254,254,253,254,253,254,253,254,254,253,254,253,254,253,253,254,253,254,253,254,254,253,253,254,254,253,234,254,254,254,254,254,254,254,254,254,254,253,254,254,253,254,254,253,254,253,253,254,253,254,253,253,253,253,253,254,253,253,253,253,253,233,252,252,252,252,193,188,253,233,252,188,188,187,136,136,181,136,181,136,136,187,187,187,182,187,136,227,187,181,187,227,187,136,187,181,187,181,182,181,182,181,182,181,182,187,136,181,187,182,181,136,187,136,181,136,181,182,187,181,182,187,141,136,187,187,136,187,187,142,187,142,187,182,187,188,142,182,187,187,188,187,188,188,187,252,193,188,252,188,187,252,188,188,187,252,193,188,252,252,188,252,188,188,252,193,188,193,188,251,251,188,251,187,188,251,188,187,142,188,187,251,251,187,251,251,250,188,142,252,187,251,142,188,188,142,188,142,188,142,249,142,142,142,142,248,248,248,136,247,247,247,142,247,182,247,247,182,246,96,247,247,247,247,247,247,246,247,246,96,246,96,245,96,246,247,91,247,244,245,246,91,45,45,244,142,91,244,250,242,91,96,45,45,45,96,91,45,91,247,91,45,40,91,40,242,247,188,250,250,188,250,188,142,188,142,188,250,250,142,251,250,188,250,188,250,250,251,251,251,251,252,251,251,188,251,252,252,251,188,252,188,252,252,252,252,252,252,253,252,252,252,252,252,252,253,188,253,252,252,252,253,252,252,253,253,252,253,253,253,253,253,194,253,254,253,253,253,254,253,254,254,253,254,253,254,253,253,254,254,254,253,254,253,253,254,253,194,254,253]; +image[305]=[254,254,194,253,254,254,254,253,254,254,254,253,254,254,254,234,254,194,253,254,254,254,254,253,254,254,254,194,254,254,254,253,254,254,254,254,254,194,254,253,254,253,254,254,254,253,254,253,254,254,253,254,254,253,254,253,254,254,253,254,254,253,254,254,254,194,254,254,254,254,253,234,253,254,194,254,253,254,194,253,254,254,253,254,194,254,254,254,253,254,254,254,253,254,254,253,254,253,254,254,254,254,254,194,254,253,254,253,254,194,254,254,254,254,254,254,254,234,254,254,253,234,253,194,254,253,254,254,253,253,254,254,194,254,254,254,254,253,254,254,194,253,254,194,254,254,253,254,253,254,253,253,254,254,253,254,254,253,254,253,234,254,253,254,254,253,254,253,234,253,254,234,253,254,254,254,253,254,254,254,253,254,253,254,253,254,253,234,253,254,254,254,254,253,254,253,254,254,253,254,253,194,254,253,254,253,254,253,253,253,253,254,253,188,188,253,234,254,253,254,194,253,254,194,253,254,253,254,253,253,254,253,254,253,254,253,254,254,253,254,254,253,254,254,253,234,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,233,188,188,187,136,181,136,141,136,181,136,181,182,181,187,187,187,181,182,141,182,182,181,187,182,181,182,141,227,141,136,187,181,187,181,182,187,136,181,187,181,187,181,187,136,141,136,182,136,187,136,187,182,181,187,136,187,136,187,182,187,182,182,142,182,188,187,188,250,187,142,251,187,188,188,188,188,193,188,252,188,187,252,252,188,188,188,187,188,251,188,193,188,193,188,188,251,188,188,193,251,251,251,250,193,188,188,251,188,188,188,142,188,251,188,142,188,188,142,250,251,188,251,187,188,188,142,188,142,249,182,249,142,249,247,182,248,247,247,142,91,247,136,247,248,136,247,247,248,136,247,136,91,247,136,91,247,247,91,247,91,246,96,246,142,245,96,247,45,91,96,244,91,243,45,248,247,247,142,45,91,45,91,90,91,45,244,45,248,248,247,246,246,248,248,188,142,250,188,251,251,251,251,251,251,188,142,251,188,251,188,142,251,188,251,188,251,188,251,252,188,251,251,193,251,251,188,252,252,252,252,252,252,252,252,252,252,252,252,253,252,253,252,253,252,252,253,188,253,252,252,253,252,253,252,253,253,253,252,194,253,253,253,253,234,253,254,253,253,253,234,253,253,253,254,253,254,253,253,253,234,253,254,194,253,253,254,254,253,253]; +image[306]=[254,253,254,234,254,194,254,254,194,254,253,254,254,253,254,254,254,254,254,253,254,253,194,254,254,253,254,254,254,254,254,194,254,253,254,253,254,254,254,194,254,254,253,254,254,194,254,254,253,254,253,254,254,253,254,194,254,254,254,253,254,254,253,254,254,253,254,253,254,194,254,254,254,254,253,254,234,254,254,254,234,254,253,254,254,253,253,254,194,254,253,194,254,253,194,254,254,253,254,194,254,253,254,254,254,253,194,254,254,254,253,254,253,254,253,254,253,254,253,194,254,254,254,254,253,254,253,194,254,254,253,254,254,254,253,254,254,253,254,254,254,254,254,253,254,254,253,254,253,254,194,254,253,194,254,253,253,194,254,253,254,253,254,253,194,254,254,254,254,253,254,253,254,234,253,254,253,253,253,254,194,254,194,254,253,234,254,254,253,253,194,254,253,234,254,194,254,253,234,254,254,253,254,253,254,254,253,254,254,253,252,253,253,188,188,253,253,254,253,254,253,254,253,254,253,254,253,234,254,254,254,253,254,254,254,254,253,254,234,253,254,254,253,254,254,254,253,254,234,253,253,253,254,253,253,253,253,253,253,253,252,253,253,188,253,233,253,253,193,252,253,252,233,142,136,181,136,181,136,187,187,187,182,187,181,187,187,187,187,181,187,136,187,187,181,187,136,181,182,181,187,136,187,136,187,181,181,187,181,136,182,181,136,181,187,181,136,141,227,187,136,187,136,187,141,182,187,182,187,182,142,187,188,187,188,187,142,182,251,188,187,188,251,188,187,188,188,188,188,188,188,251,188,188,193,188,252,252,252,188,188,252,188,251,193,188,193,188,142,188,187,188,188,188,188,193,188,142,251,142,188,193,250,142,193,188,142,187,188,142,251,142,251,251,142,188,142,188,142,142,249,142,142,182,247,247,247,91,182,91,142,247,247,247,247,247,96,182,246,247,247,247,96,247,247,246,136,246,136,247,246,246,247,142,245,96,246,245,244,244,96,91,45,243,243,246,248,247,246,244,91,45,85,45,91,45,91,45,247,246,246,182,249,142,188,250,188,251,251,251,251,251,251,251,251,251,252,251,251,251,251,252,251,188,251,188,252,252,252,252,252,252,188,252,252,251,252,252,193,188,252,252,252,252,252,252,252,252,188,253,188,253,252,252,253,188,253,252,253,252,188,253,252,253,252,253,253,253,253,253,253,253,253,253,253,253,253,254,194,253,254,254,194,253,234,253,254,234,253,253,254,253,254,253,234,253,253,234,254,253]; +image[307]=[254,254,254,253,254,254,253,254,254,194,254,254,194,254,254,253,254,254,254,194,254,254,254,254,254,254,234,254,253,253,254,254,194,254,253,254,254,253,254,254,254,254,194,253,254,254,194,253,254,194,254,254,194,254,254,254,254,194,254,194,254,254,194,253,254,254,253,254,254,254,254,253,254,234,254,253,254,253,254,253,254,253,254,253,234,254,254,254,253,254,254,254,254,254,253,254,253,254,254,253,254,254,253,253,254,254,254,253,254,254,194,254,194,254,254,253,254,254,254,254,253,254,253,253,234,254,254,254,194,253,254,254,194,254,254,194,254,254,253,253,234,253,254,194,253,254,194,253,254,254,254,253,254,254,194,254,254,254,254,253,254,253,254,254,254,194,253,253,254,194,254,253,254,253,253,254,194,254,254,253,254,253,254,253,254,253,253,254,254,254,253,254,254,253,254,253,254,253,254,253,234,254,254,254,253,253,254,253,253,254,253,254,254,254,254,253,254,253,254,253,254,253,234,253,254,254,253,254,254,194,253,254,254,254,253,254,254,254,254,254,254,253,254,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,188,253,252,233,252,188,188,187,136,136,141,136,141,182,187,182,187,187,182,181,182,181,136,187,227,136,187,136,181,187,181,187,181,182,181,181,187,181,187,136,187,187,181,187,181,182,187,136,181,227,136,187,182,187,136,187,136,227,136,141,136,187,182,187,182,182,142,187,188,188,250,187,188,142,188,193,188,188,251,187,188,188,193,188,187,251,187,188,188,142,188,188,193,252,193,252,188,193,188,188,188,193,188,251,252,142,193,188,142,188,188,188,193,188,188,188,142,188,251,142,250,188,251,250,187,142,251,142,188,142,142,142,142,249,142,248,248,248,142,142,247,247,247,96,247,142,136,247,136,247,247,247,136,91,182,91,246,136,247,91,246,246,246,96,91,142,96,244,245,245,142,244,96,244,245,243,243,243,242,243,249,142,244,96,91,45,91,45,85,91,91,91,91,246,247,250,188,188,251,188,251,250,193,188,251,188,251,188,252,251,252,251,252,251,252,252,252,193,252,252,252,188,252,251,252,252,252,252,252,252,188,251,252,252,252,252,188,252,252,252,252,253,252,252,252,253,252,253,252,253,252,252,253,253,253,252,253,253,253,252,234,252,253,252,234,253,253,253,253,234,253,253,254,253,253,254,253,254,253,253,253,253,254,253,194,254,253,254,254,253,254,253,253,254]; +image[308]=[254,253,194,254,253,254,254,254,254,254,253,254,254,254,194,254,194,254,254,254,254,253,254,194,254,254,253,254,194,254,254,254,254,254,254,194,254,254,253,254,194,254,254,254,254,254,254,254,254,253,254,254,254,253,254,253,254,254,254,254,254,254,254,254,194,254,254,194,254,253,254,194,254,253,254,254,254,253,194,254,254,194,254,253,253,253,194,254,254,253,254,253,234,254,254,253,194,254,254,253,254,194,254,194,254,254,254,194,254,254,254,254,254,254,194,254,253,254,253,254,254,194,254,254,253,253,254,254,254,254,234,253,254,253,254,253,254,254,194,254,253,253,254,254,254,254,254,254,194,253,254,234,253,254,253,253,234,253,254,194,254,234,253,254,254,254,254,194,254,254,254,194,254,254,253,254,253,234,253,254,253,254,253,254,194,254,254,194,254,254,253,254,253,254,254,253,254,254,253,254,253,254,253,254,254,253,254,254,234,253,253,253,253,253,254,253,254,253,234,253,254,254,254,253,253,254,253,253,254,254,234,254,194,254,254,254,253,254,254,253,234,254,253,254,254,253,253,254,253,253,254,253,234,253,253,253,188,254,253,253,253,253,253,253,253,253,253,233,252,252,252,233,188,187,136,187,136,187,182,187,187,187,182,187,141,182,187,187,182,181,187,187,182,187,136,182,187,136,181,187,187,187,187,136,187,227,187,136,187,136,187,181,136,187,136,187,182,187,182,182,181,187,187,187,182,187,136,187,136,187,136,187,187,182,142,187,188,188,182,251,187,188,188,187,188,188,187,250,188,188,251,251,142,251,187,188,188,188,188,188,142,188,251,188,193,142,188,188,193,188,188,188,251,188,187,188,193,188,188,142,188,142,188,187,142,252,187,250,142,251,250,188,142,188,250,188,142,182,249,249,182,248,142,142,247,96,248,142,91,247,136,247,247,248,247,247,136,247,247,247,96,247,247,246,247,91,96,91,246,96,247,248,91,96,91,245,247,91,243,45,245,45,243,45,242,241,248,247,91,45,91,136,45,40,45,244,96,142,142,188,188,251,251,251,188,252,252,251,251,251,193,251,252,251,252,252,251,252,252,252,252,252,188,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,253,252,252,252,253,252,253,252,253,252,253,252,253,252,253,253,253,252,253,234,253,253,253,194,253,253,253,254,253,234,253,253,253,253,253,254,194,253,253,253,254,253,254,253,194,254,253,194,254,253,253]; +image[309]=[254,254,254,254,194,253,234,253,254,194,254,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,254,254,254,254,254,234,254,253,254,254,254,194,254,254,254,254,254,254,253,254,253,254,234,254,253,253,254,254,254,253,254,253,234,253,253,254,253,254,254,254,254,253,254,254,254,254,254,254,253,234,254,254,254,253,254,254,253,254,254,254,253,234,254,194,253,254,254,253,254,254,254,254,194,254,254,254,254,254,254,253,254,254,254,253,254,253,253,254,254,194,254,254,194,254,253,254,253,254,253,254,253,234,253,253,253,254,253,254,253,254,253,254,253,254,234,253,253,234,253,253,254,253,254,254,253,253,254,253,254,254,253,254,253,254,253,254,253,234,254,253,254,254,254,253,254,254,194,253,234,253,254,253,254,253,254,194,254,253,254,253,253,254,253,254,254,253,254,194,254,234,254,194,254,253,254,253,254,254,194,254,253,254,253,254,234,253,254,253,253,254,253,254,254,253,253,253,254,254,194,253,254,254,253,253,253,254,254,254,253,254,254,253,254,254,254,253,254,253,253,254,253,253,253,253,253,233,253,253,253,254,253,253,253,253,253,253,188,253,253,188,253,252,252,252,252,188,188,142,187,136,187,187,187,136,182,187,187,182,187,136,227,136,187,182,181,182,181,187,181,182,181,187,182,181,136,187,181,181,187,136,187,182,187,181,181,182,181,136,187,187,182,181,136,187,182,136,181,136,187,187,182,141,136,187,136,187,136,187,182,188,182,193,188,188,188,142,188,188,251,188,251,188,251,187,188,193,142,251,188,187,188,142,252,188,251,187,252,188,188,193,188,188,188,193,252,187,251,251,251,188,142,188,188,188,142,188,251,251,142,251,250,187,188,142,188,142,188,142,142,250,249,182,142,247,142,247,247,142,248,136,248,96,247,96,247,246,142,247,136,246,247,246,136,247,91,96,247,136,247,247,247,91,91,247,142,245,245,244,96,245,96,244,91,244,245,243,243,45,242,241,247,247,244,45,91,142,245,243,246,182,248,142,188,188,251,188,251,188,188,252,252,252,252,252,188,252,252,252,252,252,252,252,252,252,252,252,252,253,252,253,252,253,252,253,253,252,253,253,253,253,252,252,253,252,252,252,252,252,234,252,252,253,252,252,253,252,234,252,253,252,253,252,253,253,253,253,252,194,253,253,253,252,253,253,253,253,253,254,253,194,253,253,253,253,234,254,253,253,253,254,194,253,254,253,253,254,253,254,253,254,254,194,253,254]; +image[310]=[254,254,254,254,254,254,254,254,254,254,253,234,253,254,254,234,254,253,194,254,194,254,254,254,194,254,254,253,254,253,254,253,254,194,254,254,254,254,253,254,253,254,194,254,254,194,254,253,253,254,194,254,254,194,254,254,234,253,254,254,194,254,254,254,253,194,254,254,253,253,254,253,253,194,254,253,254,254,253,194,254,253,234,253,253,234,253,253,254,254,253,254,194,254,234,253,254,254,253,254,254,254,253,254,194,254,253,254,253,254,254,194,254,254,254,253,254,254,254,254,253,254,194,254,253,234,253,254,254,254,253,254,194,254,234,254,253,254,253,254,253,254,253,254,253,254,253,254,253,253,254,253,254,234,253,253,254,253,254,254,253,254,253,253,254,234,253,253,254,253,254,254,254,254,254,253,254,194,254,253,254,253,254,253,254,254,253,254,234,253,254,234,254,253,254,253,254,253,254,234,254,194,254,253,254,254,253,194,253,254,253,254,253,254,253,254,253,253,253,254,253,254,253,254,254,254,253,234,254,254,253,234,253,254,254,253,254,254,253,254,254,253,254,254,253,254,253,254,253,253,253,253,253,253,188,253,253,253,253,253,253,193,253,253,253,253,253,253,233,188,193,188,233,182,141,182,136,141,136,187,187,136,182,181,182,187,187,182,181,187,187,187,136,187,187,187,182,141,187,181,187,181,182,181,136,187,187,187,187,136,141,181,182,187,182,187,182,187,182,187,181,187,182,187,182,141,182,141,182,187,136,187,182,142,187,142,188,142,233,142,233,251,187,188,142,193,188,187,251,142,188,142,193,142,188,251,188,188,187,251,250,188,252,188,188,188,251,193,188,188,188,251,188,193,188,188,193,188,187,188,142,188,142,188,187,250,188,250,142,188,142,188,142,182,250,142,249,249,182,249,142,142,247,142,247,248,248,136,248,246,136,246,91,247,247,91,142,96,246,246,96,91,247,96,247,136,247,247,142,247,91,91,96,91,244,246,96,244,244,45,244,45,243,243,242,45,245,142,242,242,91,142,188,249,188,188,188,252,251,251,252,188,252,252,252,188,193,252,188,252,252,252,252,252,252,252,252,252,253,252,253,253,253,253,253,253,253,253,253,253,253,253,252,253,252,253,253,252,252,253,252,253,252,252,252,253,252,252,234,252,253,252,253,252,253,253,253,253,252,252,253,253,253,188,253,194,253,253,253,194,253,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,254,253,253,194,254,254,253,234,253,253,254,253,254,253]; +image[311]=[253,254,253,254,254,254,194,253,234,254,254,254,254,253,254,253,254,254,254,254,254,253,254,254,254,254,234,254,194,254,253,254,254,254,253,254,253,254,254,254,254,254,254,253,254,254,254,254,234,254,254,254,254,254,254,253,254,254,254,254,254,254,194,254,254,253,254,194,254,254,194,254,254,254,254,254,194,254,254,254,253,254,253,254,254,254,254,253,254,253,234,254,253,254,253,254,253,254,254,194,253,254,254,254,254,254,194,254,194,253,254,254,254,253,254,234,253,254,253,254,254,253,254,253,254,253,254,253,253,194,254,253,254,253,253,194,254,253,253,254,194,253,253,254,194,254,194,253,254,194,253,254,253,253,254,194,254,194,253,254,194,253,254,254,253,253,254,254,253,254,253,253,253,253,253,254,253,254,194,254,253,254,254,194,253,194,254,253,254,253,254,253,254,254,194,254,253,254,253,253,254,254,253,254,253,253,254,254,254,253,253,234,253,254,253,253,254,253,254,253,254,253,254,253,253,254,253,254,194,254,254,253,254,234,254,254,194,253,254,253,253,234,253,253,253,234,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,233,253,252,252,253,253,252,251,188,142,136,187,136,182,181,136,187,187,136,187,136,181,136,187,181,182,182,187,187,136,187,136,227,136,182,187,136,187,181,187,187,136,181,136,233,187,136,181,136,187,136,141,136,187,136,187,136,187,136,187,182,187,136,187,136,141,182,187,136,182,188,187,182,142,188,193,188,142,188,188,188,188,251,251,188,142,188,188,142,188,188,142,251,188,251,188,142,188,193,250,193,188,188,188,251,188,193,251,188,188,142,188,188,250,250,188,188,142,188,142,251,142,188,142,188,142,188,188,142,188,249,142,142,142,248,182,247,182,247,248,136,248,247,246,248,246,247,247,246,182,91,247,246,247,247,91,247,247,91,246,246,246,246,182,247,96,245,245,244,244,96,245,96,244,244,244,244,243,241,241,242,244,244,188,242,241,245,250,251,188,252,252,253,253,253,253,253,252,253,253,253,253,252,253,252,253,253,253,253,253,253,252,253,253,253,253,252,253,253,252,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,252,234,252,253,253,252,253,252,253,253,253,252,234,252,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,234,253,254,253,253,194,253,254,234,253,254,194,253,254,254,253,254,253,254,253,254,253,253,253,254]; +image[312]=[254,194,254,254,253,254,254,254,253,254,194,254,254,194,254,254,254,234,254,254,254,234,254,253,254,254,254,254,254,254,254,234,253,254,254,194,254,254,194,254,253,254,254,254,253,254,194,254,253,254,253,234,253,254,254,194,254,253,194,254,253,254,254,253,254,253,254,254,253,254,254,254,253,254,253,254,253,254,253,254,194,254,253,194,253,254,253,254,234,254,253,254,254,253,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,254,253,253,254,254,253,254,254,194,254,254,194,254,254,253,194,254,253,194,254,254,254,253,254,254,253,254,253,234,254,253,254,254,234,253,254,254,254,254,254,254,253,194,254,253,254,253,254,254,253,254,254,254,194,253,254,253,194,254,253,194,254,254,254,194,254,234,253,254,253,254,253,194,254,254,254,253,254,194,254,253,254,254,253,254,254,254,234,254,254,253,254,234,253,234,254,254,253,253,254,253,254,254,253,254,253,254,253,253,254,253,253,253,254,253,253,254,254,253,254,253,254,253,254,253,254,253,254,234,254,253,254,253,254,254,253,253,253,254,253,254,253,253,253,253,188,254,188,253,253,188,254,253,253,253,253,253,253,188,253,188,252,187,187,182,136,141,136,187,141,182,181,182,187,136,182,187,187,187,187,187,181,187,181,227,181,187,187,187,181,187,181,136,187,136,181,182,187,181,182,187,136,187,182,181,187,181,187,187,182,187,181,187,136,187,136,187,187,136,187,182,182,142,142,182,142,188,187,188,188,187,188,187,188,187,250,187,251,142,187,250,142,142,188,188,187,188,250,193,250,188,188,188,142,188,188,251,193,188,188,188,188,251,187,188,252,142,188,187,250,142,188,187,250,142,188,187,188,142,188,188,142,250,250,142,182,249,142,142,142,142,248,142,96,248,248,247,136,247,247,136,247,136,247,91,247,96,247,136,246,247,136,96,246,91,96,247,142,91,247,246,91,96,91,96,244,91,242,242,241,242,242,245,250,142,244,242,244,248,40,247,188,188,252,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,252,234,252,253,252,253,234,252,253,253,253,252,253,253,253,253,253,252,253,253,253,253,253,234,252,253,252,253,234,252,253,253,253,253,253,234,253,253,254,253,253,253,253,253,253,254,253,253,253,253,254,253,254,253,253,254,194,254,253,253,253,254,253,234,253,254]; +image[313]=[254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,253,254,254,253,254,253,254,254,194,253,254,253,254,194,253,254,253,254,254,254,254,234,254,254,254,194,254,194,253,254,254,254,254,194,253,254,254,254,253,254,254,254,254,254,253,254,254,253,254,254,254,253,254,254,253,254,253,254,194,254,253,254,253,254,254,253,254,254,254,254,194,254,253,254,253,254,254,194,254,254,254,253,254,253,254,253,254,254,254,253,254,254,253,254,254,194,254,254,194,254,253,254,254,253,254,254,253,254,254,253,254,254,254,253,234,254,253,253,234,253,254,253,254,253,254,253,253,254,253,253,254,253,253,253,253,254,254,253,234,253,253,253,254,253,253,253,254,253,254,234,253,254,254,254,254,194,253,254,253,254,253,253,254,234,253,254,254,253,253,254,253,254,253,254,253,254,253,254,234,253,253,254,194,253,254,253,254,253,254,234,254,194,254,253,254,253,253,254,234,253,253,254,234,253,254,254,234,253,254,253,253,234,254,253,254,254,254,253,254,253,254,254,253,253,254,253,253,253,253,253,253,234,253,253,253,234,253,254,254,254,253,253,253,253,253,253,253,253,253,253,253,253,253,233,253,253,188,142,136,181,136,187,136,187,187,182,181,182,187,187,182,187,182,182,187,182,187,136,187,136,182,181,182,182,181,182,181,227,187,136,181,136,141,136,187,188,187,136,182,136,182,181,182,187,182,136,187,187,187,182,136,187,136,187,136,187,136,187,182,187,251,182,142,188,142,188,251,188,188,251,188,188,188,250,182,188,188,142,142,250,142,188,250,187,142,142,188,188,251,187,188,188,142,193,252,251,188,250,193,251,188,251,251,187,188,142,188,188,142,251,188,142,142,188,142,188,142,188,142,249,249,182,248,248,248,248,142,247,142,96,142,247,247,247,247,91,247,136,247,247,246,246,247,91,246,246,136,247,96,246,182,91,247,91,96,246,247,245,242,142,252,245,248,142,250,252,188,252,252,188,188,253,253,251,253,253,253,253,253,253,253,253,254,253,254,254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,252,253,253,253,253,234,253,253,253,253,252,253,194,253,252,194,253,252,253,253,253,253,253,252,253,252,253,234,253,253,253,253,252,234,253,253,253,253,194,253,253,253,253,253,234,253,253,234,254,253,254,253,253,234,254,194,254,253,254,253,254,253,234,253,254,253,253,194]; +image[314]=[253,254,254,254,254,254,194,254,253,254,253,254,253,254,194,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,194,254,253,253,253,254,253,194,254,254,254,254,254,253,234,254,254,254,254,253,194,254,253,254,253,254,253,254,194,254,253,194,254,253,194,254,253,194,254,254,194,254,253,254,194,254,253,194,254,254,253,253,254,254,254,254,253,254,194,254,254,253,254,234,254,254,194,254,254,253,254,253,254,194,254,254,234,254,254,253,254,254,254,254,254,253,194,254,253,254,254,194,254,253,254,253,254,253,253,253,194,254,253,254,194,253,254,253,194,254,253,254,253,254,253,254,234,254,253,234,253,254,253,254,254,253,253,254,254,253,253,254,253,254,253,234,253,253,254,254,254,253,254,254,253,254,253,254,253,254,234,254,253,234,253,254,234,253,194,254,253,254,254,254,253,254,254,254,234,254,254,253,253,253,254,253,254,234,253,254,194,254,253,254,253,253,254,253,253,254,253,254,254,194,254,253,254,194,254,253,254,254,254,253,253,254,254,253,254,253,254,253,254,253,253,253,253,254,253,254,253,253,253,253,253,254,253,253,253,253,253,253,253,188,254,253,253,252,253,253,233,188,96,136,187,181,182,136,187,182,187,136,187,182,181,182,187,187,182,187,187,182,181,187,187,136,187,181,136,181,136,181,136,181,187,181,181,182,187,252,188,187,182,187,187,136,187,136,187,187,136,182,187,182,187,136,187,136,187,182,142,182,142,188,142,142,187,188,182,142,188,187,188,188,142,193,182,142,142,142,142,188,142,188,142,188,188,188,188,142,188,252,251,251,188,142,188,188,188,193,188,250,188,142,188,142,188,251,251,142,188,188,142,188,188,188,142,182,250,188,182,250,142,142,249,142,142,182,248,142,247,136,248,247,142,246,142,96,247,247,247,247,136,246,96,96,96,96,247,247,246,246,136,247,246,246,91,247,247,91,244,142,251,252,253,252,252,254,253,254,254,254,253,253,253,253,253,253,253,253,254,253,254,253,254,253,254,253,254,254,253,254,253,254,253,254,253,254,253,253,253,253,253,254,253,253,253,254,253,253,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,252,253,253,234,252,253,253,194,253,253,253,253,252,253,253,253,253,253,253,253,194,253,254,253,253,194,254,253,253,253,254,253,253,253,254,253,254,253,253,254,253,254,234,253,253,194,254,253,253,253,254,253,253]; +image[315]=[194,254,254,253,254,254,254,254,194,254,254,194,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,194,253,254,194,254,254,253,254,254,254,254,253,254,254,254,254,254,253,254,254,253,254,254,254,254,253,254,253,254,194,253,254,253,254,194,254,254,254,253,234,254,253,254,253,254,254,194,254,254,194,254,254,253,254,253,254,253,254,234,253,254,194,253,254,254,254,194,253,254,253,254,253,254,194,254,253,254,254,254,253,254,253,253,254,253,234,254,254,254,254,194,253,254,253,254,253,253,254,253,254,253,254,194,253,234,254,253,253,254,234,253,254,253,254,253,254,253,253,234,253,254,194,253,253,254,194,253,253,254,253,253,254,253,254,253,254,254,253,254,253,254,194,254,254,253,253,254,253,253,254,254,254,253,234,254,253,253,254,253,253,254,253,254,254,253,254,253,254,254,253,254,253,254,253,254,253,254,254,254,194,253,254,254,194,253,254,253,254,253,253,253,253,253,254,253,253,253,254,253,253,253,253,234,253,253,253,253,253,253,253,253,253,254,188,253,253,253,253,252,253,253,188,136,141,136,187,136,187,136,187,136,187,136,187,136,187,136,187,187,136,187,181,187,181,187,136,187,181,187,136,181,181,181,136,187,187,136,233,254,252,187,182,187,136,136,187,187,182,187,182,187,136,187,182,187,182,187,136,187,136,142,187,188,182,142,182,142,188,187,251,188,187,252,182,251,188,142,188,188,142,142,182,142,142,142,182,142,188,188,193,142,251,251,252,188,188,142,188,188,142,188,193,188,188,142,251,251,187,188,142,188,142,188,142,251,142,142,188,142,250,142,188,249,182,142,248,142,142,247,142,248,136,247,142,91,142,247,247,136,246,247,247,136,247,247,246,136,91,247,91,247,248,96,136,247,96,91,96,246,188,253,254,253,254,253,254,253,254,253,253,253,254,253,254,254,253,254,254,254,253,254,253,254,254,254,253,254,253,254,254,253,254,254,254,253,254,253,254,254,253,254,253,253,253,254,253,253,254,254,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,234,253,194,252,253,253,253,252,234,253,252,253,253,253,253,253,194,253,253,253,253,194,252,234,253,253,253,254,253,253,253,253,254,253,253,253,253,194,253,253,254,194,253,254,253,254,253,254,253,253,253,254,254,253,253,254,194,253,253,253,254]; +image[316]=[254,254,194,254,234,254,254,254,254,234,254,254,254,253,254,194,254,253,194,254,254,253,194,254,194,254,254,254,194,254,254,253,194,254,254,253,254,234,253,254,253,194,254,253,254,254,254,253,194,254,254,254,254,254,254,253,254,254,253,254,194,254,254,253,254,253,254,253,254,254,253,254,253,253,253,253,254,253,254,253,254,254,254,194,254,254,254,253,254,253,254,253,254,254,253,234,254,254,254,254,254,254,254,254,254,254,253,254,194,254,253,254,254,254,254,254,253,254,254,254,254,253,254,253,254,253,254,194,253,253,234,253,254,234,253,254,253,253,253,253,253,254,254,253,254,253,254,254,194,253,253,254,194,253,254,253,253,254,253,253,253,254,253,194,254,253,254,234,254,253,254,253,254,254,234,253,254,254,254,253,254,253,194,254,253,254,194,253,254,253,194,254,254,253,254,194,254,194,254,254,253,194,254,253,254,253,254,194,254,253,254,253,254,253,254,253,254,253,254,253,254,253,254,253,254,234,254,253,253,253,254,254,253,234,254,254,253,254,253,254,253,254,254,253,253,253,254,253,253,253,254,253,234,253,254,253,254,253,253,253,253,253,253,188,254,253,253,253,188,193,253,253,193,253,188,136,187,182,182,136,187,136,227,187,181,182,181,187,182,141,181,181,136,181,182,181,187,227,136,187,181,136,187,182,181,136,181,136,187,182,253,253,188,187,136,181,187,136,187,187,136,187,182,187,182,182,141,142,233,142,136,187,182,142,142,182,142,182,188,188,142,188,188,251,188,142,187,142,182,142,182,142,142,142,182,249,188,142,188,188,188,188,251,188,187,251,142,188,188,193,188,188,188,142,188,142,193,188,142,251,142,188,188,142,188,142,188,250,142,188,142,188,142,142,249,249,142,249,182,248,142,247,142,247,136,246,142,247,142,96,247,247,96,247,247,246,91,247,246,246,96,248,136,246,246,246,91,96,244,248,253,253,254,253,254,253,254,253,254,253,254,254,253,254,254,253,254,254,253,253,254,254,254,253,254,254,254,254,254,254,253,254,254,253,253,254,253,254,253,253,254,253,254,234,254,253,254,253,254,234,253,254,253,254,254,253,254,253,253,253,194,253,253,253,253,234,253,194,253,253,253,253,253,253,194,253,253,252,253,194,253,253,252,253,253,253,253,234,252,253,253,253,253,253,194,253,253,253,254,253,253,253,254,194,253,253,254,253,234,254,253,253,253,194,254,234,253,194,254,253,253,234,254,253,253,254,254,253,194,254]; +image[317]=[254,254,254,254,253,254,234,253,254,254,254,194,254,254,254,254,254,254,254,254,234,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,194,254,254,194,254,254,254,254,253,254,194,254,253,254,254,194,254,254,253,254,194,254,194,254,194,254,254,194,254,254,194,254,254,194,254,254,194,254,253,253,254,254,253,254,254,194,254,254,253,254,194,254,254,254,253,253,253,254,253,254,253,253,254,194,254,254,254,253,254,253,254,253,194,254,254,253,254,194,253,254,194,254,253,254,253,254,254,253,254,253,253,254,194,253,253,254,254,253,254,253,253,254,254,194,253,253,254,234,254,253,254,253,254,253,254,253,254,253,254,253,254,253,253,254,253,253,253,194,253,254,253,253,254,253,254,194,253,234,253,254,254,234,254,253,254,234,254,254,254,254,253,254,254,254,254,254,253,254,254,254,194,254,253,254,254,253,234,254,194,254,253,253,254,254,253,254,253,254,254,253,254,253,254,253,254,234,254,254,254,253,254,254,253,234,254,253,254,253,254,253,253,254,253,254,253,254,254,253,253,254,253,253,253,253,234,254,253,253,254,253,254,253,253,253,253,253,253,253,254,188,253,253,193,142,182,136,187,136,187,136,187,136,182,181,182,181,136,187,136,187,181,136,187,181,136,187,181,136,182,181,136,187,182,181,136,181,136,182,187,188,188,187,182,187,136,187,182,187,187,187,136,187,187,182,142,182,253,142,142,136,187,182,187,142,182,142,182,188,187,188,187,188,193,188,188,142,188,142,250,182,142,249,250,142,142,188,142,188,251,142,142,250,251,188,142,188,142,250,188,250,187,188,142,188,142,193,188,251,187,251,188,142,188,142,142,188,249,142,188,142,188,142,249,182,142,142,248,142,142,142,96,248,247,246,136,247,248,247,136,247,246,246,248,96,247,96,247,91,247,246,246,246,91,246,246,243,251,253,253,254,253,254,254,254,253,254,254,254,254,253,254,254,254,254,253,254,254,254,253,254,254,254,253,254,253,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,253,254,234,253,253,253,253,254,253,253,253,253,253,254,253,253,254,253,234,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,188,194,253,234,252,234,253,252,253,253,253,253,253,253,253,253,234,253,253,234,254,194,253,254,253,234,253,253,253,253,253,234,254,253,253,253,253,254,253,194,254,253,253,253,254,253,253,253,253,253,234]; +image[318]=[253,254,254,254,254,254,254,254,253,254,254,254,254,254,253,254,234,254,253,254,254,254,234,254,253,254,253,254,194,254,254,253,254,253,194,254,254,254,194,254,254,254,254,253,254,254,254,253,254,254,253,254,254,254,194,254,253,254,253,254,254,253,254,254,254,254,254,253,254,253,254,254,254,253,254,254,253,254,254,253,254,253,254,254,253,254,254,253,254,194,254,254,253,254,253,234,254,254,194,254,254,194,254,254,254,254,253,253,254,254,194,254,253,254,254,253,234,253,254,254,254,253,254,254,253,254,254,253,194,254,253,254,253,253,254,254,234,253,194,254,253,254,253,234,253,254,254,253,253,253,254,234,253,253,234,253,253,194,254,253,254,253,234,254,253,194,254,253,254,254,253,234,254,253,254,234,254,254,254,253,254,253,253,253,254,253,253,253,253,253,254,253,194,254,253,253,254,253,194,254,253,254,254,253,194,254,253,254,253,254,253,254,254,253,194,254,234,253,253,194,254,234,254,253,254,254,253,254,253,234,254,253,253,254,253,254,254,194,254,253,254,253,254,254,253,253,253,253,254,253,253,254,253,254,253,253,253,253,253,253,188,254,253,253,253,253,253,253,253,253,253,253,253,188,253,188,136,187,136,187,182,181,136,181,187,136,141,136,181,181,136,187,136,187,181,136,181,136,187,181,187,136,187,136,181,136,187,136,181,187,182,187,188,187,187,136,181,182,187,182,187,136,187,136,187,187,182,142,233,188,96,182,142,142,182,142,182,188,142,188,142,188,142,188,187,142,187,142,187,142,188,142,188,142,182,188,142,250,188,251,142,188,188,142,188,188,142,188,251,188,142,188,188,142,188,250,188,142,188,142,251,142,188,142,188,142,182,142,249,182,249,188,142,142,142,142,142,248,182,247,142,182,248,136,247,247,247,91,142,247,246,247,136,246,246,96,247,247,96,142,91,96,91,247,96,247,91,248,254,253,254,253,254,253,254,254,254,253,254,253,254,254,254,253,254,254,234,254,254,254,254,253,254,254,254,254,254,254,254,253,254,253,254,253,254,253,254,253,254,253,254,253,254,254,254,253,254,253,253,254,253,253,234,254,253,254,253,234,254,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,234,253,253,253,253,253,253,252,253,253,194,253,234,253,253,194,253,253,253,253,253,253,253,254,253,253,253,253,254,253,254,254,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,194,253,254,253,253]; +image[319]=[254,254,194,253,254,194,254,254,194,254,254,253,254,194,254,253,254,254,254,253,254,253,254,254,194,254,254,254,254,234,254,194,254,254,253,254,253,254,254,253,254,253,254,254,254,194,254,254,234,253,254,254,253,254,254,253,254,254,254,253,254,253,254,253,254,253,253,254,254,194,253,254,253,254,254,194,254,253,254,254,194,253,254,194,254,253,234,254,254,254,253,254,234,253,254,254,254,254,254,254,254,254,194,254,253,254,254,194,253,254,254,194,254,253,253,254,253,254,253,253,254,253,254,194,254,194,253,254,254,194,254,253,234,254,253,253,254,253,254,253,234,253,254,253,254,253,234,254,194,253,253,253,254,253,253,253,254,253,234,253,253,254,253,253,254,253,254,253,234,254,253,254,194,254,253,253,253,254,253,254,194,254,254,253,234,254,254,254,254,194,254,254,254,253,254,254,254,254,254,254,253,254,253,254,254,253,254,253,254,253,254,194,253,254,254,253,253,254,254,254,253,254,194,253,254,194,254,253,254,253,253,254,253,254,253,254,253,254,254,234,253,254,253,253,254,254,254,234,254,253,254,253,253,234,254,253,254,253,254,254,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,188,96,136,181,136,136,187,136,136,181,182,181,136,187,187,136,187,181,182,136,187,136,181,136,182,181,187,181,182,187,181,187,136,187,182,187,142,187,182,136,187,182,187,187,136,187,187,181,142,182,187,142,182,188,233,142,187,182,182,182,142,182,142,188,187,188,187,188,142,188,142,188,188,142,182,142,182,142,142,142,182,142,142,188,188,142,188,142,142,142,188,142,193,142,142,188,142,188,142,142,188,250,187,251,142,193,188,142,188,142,250,142,250,142,249,142,188,142,188,142,182,248,142,247,142,142,249,248,248,248,91,142,247,96,182,96,246,247,246,136,247,91,247,248,247,142,247,142,91,246,244,142,253,253,254,254,254,254,254,253,234,254,254,254,254,254,253,254,254,254,254,254,253,254,254,254,254,253,254,254,253,254,253,254,254,253,254,254,254,234,254,253,254,254,254,253,234,254,194,253,254,254,254,194,253,254,254,253,254,253,254,253,253,253,254,253,254,194,253,254,194,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,254,253,254,194,253,253,253,253,254,194,253,253,194,253,253,253,253,234,253,253,253,234,253,254,194,253,234,253,253,253,253,253,234,253,253,253]; +image[320]=[253,254,254,254,254,254,254,254,254,254,253,194,254,254,254,254,254,194,254,234,254,254,253,254,254,254,253,254,253,254,254,254,254,254,253,194,254,254,254,254,194,254,254,194,254,254,253,254,254,253,194,254,254,253,254,194,254,253,194,254,194,254,254,253,194,254,254,194,254,254,254,253,194,254,253,254,254,194,254,253,254,254,254,253,254,254,253,254,234,254,253,254,254,253,194,254,253,254,253,254,254,254,254,254,194,254,254,254,254,253,254,254,254,234,253,254,253,194,254,253,194,254,254,253,254,254,253,253,254,253,254,253,253,254,253,253,253,234,254,253,254,253,253,254,253,253,254,253,254,254,253,253,253,253,254,253,253,253,253,254,194,253,254,234,253,253,234,253,253,253,253,254,253,254,254,253,253,234,253,254,253,253,254,253,253,253,194,253,254,234,253,253,234,253,253,253,254,253,253,254,194,254,253,254,253,254,194,254,253,254,254,254,253,234,253,254,254,253,234,253,254,254,254,254,253,254,254,254,254,254,253,194,254,254,194,254,253,254,253,254,253,254,253,234,253,253,253,253,254,253,254,254,253,253,253,254,253,234,253,253,253,253,188,254,253,253,254,253,253,253,253,253,253,253,253,233,188,182,141,136,181,136,181,136,141,136,181,182,181,187,181,136,187,181,182,182,182,182,187,181,136,136,181,136,181,136,181,182,181,136,187,187,136,187,136,136,142,187,187,187,187,136,141,136,188,233,187,142,182,142,182,136,187,142,187,182,142,182,142,188,142,188,187,251,187,188,142,182,142,188,142,142,188,142,142,188,142,188,142,142,188,187,188,188,188,142,188,142,188,142,142,142,188,142,188,142,188,250,188,142,188,142,188,142,188,142,142,188,182,249,182,142,182,250,142,249,142,248,248,142,247,182,247,142,247,182,96,246,246,247,247,136,247,246,247,96,247,96,246,96,247,91,247,247,91,250,254,254,253,254,253,254,254,254,254,254,253,254,254,254,234,254,194,254,254,254,254,254,254,253,254,234,253,254,254,254,254,254,254,254,254,253,254,254,254,253,254,234,253,254,254,253,254,254,254,194,254,254,254,254,253,253,254,253,253,254,253,254,253,254,253,254,253,254,253,254,253,253,253,253,253,253,253,234,253,253,253,253,194,253,234,252,253,253,253,253,234,252,253,253,253,234,253,234,253,253,254,253,254,194,253,253,253,253,253,254,253,254,194,254,253,253,253,194,253,253,253,253,253,253,253,253,234,254,253,253,253,253,253,234]; +image[321]=[194,254,254,254,254,194,254,253,254,254,254,254,254,194,254,253,254,254,254,254,254,194,254,254,254,254,194,254,254,194,253,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,194,254,254,253,254,254,254,254,254,254,253,254,254,254,254,253,254,253,253,254,254,254,253,254,254,253,254,254,253,254,253,254,194,253,254,253,254,253,234,254,253,254,254,254,234,254,194,254,254,234,253,254,253,254,234,254,253,254,254,253,254,253,254,254,234,254,254,254,254,253,253,234,253,253,253,234,254,253,253,234,254,253,254,194,253,254,253,253,194,254,253,234,254,194,254,253,253,253,253,253,253,254,253,253,254,253,254,253,253,253,253,253,253,254,253,253,254,254,253,254,253,234,253,194,254,254,253,254,253,234,254,254,194,254,254,254,254,253,253,254,254,254,254,234,253,254,194,254,254,254,253,254,194,254,253,254,254,194,253,254,253,254,254,253,194,254,253,254,253,253,234,253,254,254,254,253,254,253,254,254,253,234,253,254,253,234,253,254,254,253,254,253,254,254,254,253,254,253,254,253,253,254,254,253,254,253,253,254,253,254,254,253,253,253,254,188,253,253,253,253,253,253,253,252,252,251,182,141,136,181,141,136,181,187,136,187,181,136,182,181,187,136,142,252,252,193,188,136,136,136,187,181,182,136,181,136,181,182,181,187,187,136,187,187,136,182,136,182,188,187,136,141,136,187,188,142,142,136,187,142,182,142,182,142,142,187,188,187,188,187,188,142,188,142,187,142,188,182,249,182,250,182,250,182,142,142,142,188,188,142,188,142,142,182,142,142,187,142,188,188,142,142,188,142,188,142,188,142,188,142,188,188,142,188,142,142,142,142,249,188,249,250,142,249,142,142,248,182,248,142,248,136,247,247,247,248,136,96,96,247,96,96,246,136,247,136,248,91,96,247,96,96,244,249,254,254,253,254,254,254,253,254,253,254,254,234,253,254,254,254,254,254,234,254,254,234,254,253,254,254,254,254,254,253,254,234,254,253,253,254,254,254,253,254,253,254,254,194,254,253,254,234,254,254,254,253,254,194,253,254,194,254,194,253,254,194,253,253,253,254,253,253,253,253,253,254,194,253,234,254,253,253,253,253,234,253,253,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,234,253,253,253,253,253,253,234,253,234,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,194,253,253,253]; +image[322]=[254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,253,194,254,254,254,234,254,254,194,254,254,254,253,254,254,253,254,253,194,254,253,254,253,254,254,254,253,254,254,253,254,253,254,253,254,253,254,254,253,194,254,253,254,253,254,254,254,194,254,254,253,254,253,254,253,194,254,254,194,254,254,254,254,194,254,254,253,254,194,254,254,254,253,254,254,253,254,254,253,234,254,253,254,253,254,194,254,253,194,254,253,254,253,253,234,253,253,254,253,254,254,234,253,253,254,253,253,253,254,194,254,254,253,254,253,254,253,254,253,253,254,253,254,253,254,234,253,254,253,253,253,253,234,253,253,234,253,254,253,194,254,253,254,253,253,194,254,253,254,254,253,254,253,253,254,253,254,253,253,254,254,253,234,253,254,254,253,194,253,253,254,254,253,254,254,253,234,254,253,254,253,254,253,253,254,254,253,254,253,254,253,254,253,254,253,254,253,254,253,254,253,253,254,254,194,254,254,234,254,254,253,254,253,254,253,254,253,254,253,254,253,253,254,253,254,253,254,253,254,253,253,254,253,254,253,253,254,253,253,254,253,253,253,254,253,253,253,253,253,253,253,253,253,249,142,136,187,136,187,136,187,182,181,182,187,136,187,136,187,187,182,233,254,254,252,142,233,188,136,187,136,181,182,181,136,181,182,136,181,187,136,181,187,182,187,136,233,182,136,136,187,96,233,187,142,182,182,187,182,142,182,187,142,182,142,188,142,188,142,187,188,142,188,142,142,142,182,249,188,142,250,142,188,142,188,142,142,188,142,188,142,142,188,142,182,249,182,142,188,142,182,250,188,142,188,142,188,188,142,188,188,142,250,182,249,142,182,249,182,249,182,142,249,248,142,248,142,247,142,248,247,247,247,142,247,248,91,247,247,136,246,246,246,96,247,247,136,247,136,248,233,253,253,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,253,254,254,254,254,253,254,254,254,254,234,253,254,253,194,254,253,254,254,254,253,253,253,253,253,254,253,254,254,253,254,253,254,254,253,254,254,254,253,253,254,253,194,254,234,253,253,254,253,253,253,194,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,252,253,253,253,194,253,253,253,234,253,253,253,253,253,253,253,253,234,253,253,194,253,253,234,253,253,253,253,194,254,253,254,253,234,254,254,253,253,253,253]; +image[323]=[254,254,254,254,254,254,254,239,194,254,254,254,253,254,254,194,254,254,194,254,254,253,254,254,254,254,253,254,254,254,254,254,254,194,254,254,254,254,234,254,254,254,234,254,254,194,254,253,254,254,253,254,194,254,254,194,254,254,194,253,254,254,254,254,194,253,254,194,253,254,253,254,194,254,254,194,254,254,254,253,254,254,253,254,253,254,254,253,254,254,254,254,234,253,254,254,254,194,254,253,254,253,254,253,254,254,254,253,254,254,254,254,194,254,253,254,254,253,234,253,253,254,253,253,253,254,253,254,194,253,254,253,253,234,254,253,253,234,254,253,253,254,253,253,234,253,253,254,253,254,253,253,254,253,254,253,254,253,253,253,234,254,253,253,253,234,254,254,254,194,254,253,253,254,194,254,234,253,254,194,254,254,234,253,254,253,254,253,234,253,254,254,253,254,253,254,253,254,253,254,194,254,253,254,194,254,254,253,254,194,254,194,253,254,253,234,253,254,194,254,253,254,194,254,254,253,254,254,253,254,253,254,253,254,194,254,254,194,254,254,253,254,253,254,254,253,254,253,254,234,254,253,254,254,253,254,253,254,234,253,254,234,253,253,253,254,188,253,253,253,253,253,253,253,253,253,188,142,182,136,182,181,136,187,182,187,136,227,136,181,136,181,136,187,252,188,188,188,253,254,193,142,187,182,181,187,136,181,182,187,187,136,181,187,136,181,136,188,182,142,187,136,136,227,142,182,182,187,136,142,182,188,142,142,182,142,188,187,188,187,188,250,182,142,182,188,142,182,142,249,142,142,182,142,182,142,182,142,188,188,142,188,250,188,142,142,142,249,142,249,182,142,142,142,188,142,188,182,188,142,188,188,250,182,249,249,250,142,249,248,250,142,142,249,142,142,142,142,142,247,142,142,142,182,96,247,248,96,142,96,96,246,246,247,136,247,96,96,247,96,246,245,249,254,253,254,234,253,254,254,234,254,253,254,253,254,254,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,234,254,253,254,254,253,254,253,254,254,254,254,254,254,234,253,253,234,254,254,194,254,254,194,253,254,253,254,253,234,253,234,254,253,253,194,254,253,253,254,254,253,253,253,254,253,253,254,254,253,194,253,253,253,234,253,194,253,253,194,253,234,253,253,234,253,253,253,253,194,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,194,253,254,253,253,253,194,253,253,253]; +image[324]=[254,254,234,254,253,254,254,254,254,254,234,254,194,254,254,254,254,254,254,254,194,254,254,253,254,254,254,253,254,253,254,253,254,254,234,253,253,254,253,254,254,254,253,254,254,254,254,234,253,254,254,253,254,253,254,253,254,253,254,254,253,254,253,254,254,254,254,254,254,254,253,254,254,253,254,254,254,234,254,254,253,254,254,194,254,254,253,254,254,253,254,253,254,254,253,254,254,254,254,254,194,254,254,253,194,254,254,253,254,253,254,254,253,254,194,254,253,254,254,253,194,254,253,254,253,254,253,254,254,253,234,254,253,253,253,194,254,253,253,194,254,253,194,254,254,253,194,254,253,253,194,254,234,253,253,253,253,254,253,253,253,253,254,253,253,253,253,253,253,253,254,234,254,253,254,254,253,254,254,253,234,253,254,253,254,253,194,254,254,253,253,234,253,194,254,194,254,253,254,254,253,254,234,254,253,253,254,234,254,253,254,254,254,253,254,254,253,254,253,254,234,253,254,253,194,254,253,254,254,254,253,254,253,254,253,254,253,254,253,234,253,254,253,234,253,254,254,253,254,253,254,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,254,253,188,254,253,253,233,253,253,253,233,252,136,141,136,187,136,187,136,187,136,187,141,187,141,136,187,136,136,135,136,188,188,253,188,253,233,142,181,136,181,136,187,227,136,182,187,136,181,141,182,253,193,142,136,141,182,187,136,187,182,142,136,187,182,142,188,182,142,182,142,182,188,188,182,142,188,142,188,142,142,142,182,142,182,250,142,250,188,142,142,188,142,188,188,188,142,182,142,188,182,249,142,142,248,142,182,249,182,142,188,142,142,188,142,142,251,142,142,142,249,182,249,142,249,142,142,249,142,182,248,142,142,142,247,247,247,247,248,182,247,142,91,248,91,142,246,96,246,246,91,248,247,136,247,246,252,254,254,254,254,254,254,254,253,254,254,254,254,254,254,194,239,254,194,254,254,254,254,194,254,254,254,254,254,253,254,254,254,253,254,254,254,254,253,254,254,234,254,254,254,254,254,254,254,254,253,254,254,254,234,254,253,194,254,254,253,253,254,253,254,253,254,254,253,234,253,254,254,253,194,254,234,253,253,254,254,253,194,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,194,253,253,253,234,253,253,253,253,253,254,234,253,234,253,253,253,253,253,234,253,253,253,253,194]; +image[325]=[254,254,254,254,194,253,254,254,253,254,254,254,254,254,254,254,253,254,253,254,254,254,194,253,254,194,254,194,254,254,194,254,254,253,254,254,254,254,194,253,254,254,194,254,253,254,253,254,254,194,254,253,254,194,254,253,254,254,254,254,194,253,254,254,253,253,254,194,253,254,254,254,253,254,234,253,254,253,254,194,254,253,254,254,253,254,194,254,194,253,254,254,254,194,254,253,234,254,253,254,254,253,234,254,254,254,194,253,254,234,253,253,254,254,254,253,254,253,253,254,253,234,254,194,253,234,253,253,253,253,253,254,253,254,254,254,253,254,254,254,253,254,253,254,253,254,254,253,234,254,253,253,253,253,254,194,253,253,253,253,253,254,194,254,194,253,254,254,234,253,253,253,253,254,253,254,194,254,253,254,253,254,254,234,254,254,254,253,254,253,254,254,254,254,254,253,254,253,234,253,254,253,253,253,254,254,253,253,253,254,253,234,253,254,194,253,253,234,253,253,254,253,254,254,254,254,254,194,253,254,234,254,254,234,254,253,254,254,254,254,194,253,254,253,234,253,253,254,253,254,253,234,253,254,253,254,253,254,254,253,253,254,253,254,253,253,253,254,253,253,253,253,253,253,253,252,250,188,136,136,181,136,181,182,136,187,182,182,187,182,181,135,181,136,135,136,181,136,187,182,253,188,193,136,182,141,181,136,182,187,227,136,187,136,181,136,142,233,182,187,136,141,136,187,182,182,187,136,142,182,142,182,188,142,182,187,142,188,142,188,142,182,182,142,182,188,182,142,142,249,250,142,142,142,182,249,249,182,188,142,188,142,142,249,142,142,250,142,182,249,142,142,249,142,250,182,142,188,142,193,188,250,142,249,188,142,249,248,182,249,249,182,142,249,248,248,182,248,182,142,142,247,142,248,96,246,142,247,142,248,96,91,246,247,136,247,91,246,246,246,245,188,254,254,253,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,194,253,254,254,254,253,254,254,254,254,194,254,254,194,253,254,254,253,254,254,253,254,194,253,254,254,254,253,253,254,253,254,254,253,253,254,254,253,254,253,234,254,253,254,254,194,253,253,254,253,253,253,254,253,253,253,254,253,254,253,253,254,253,253,254,253,194,253,254,253,194,254,234,253,253,234,253,253,253,253,253,253,234,253,253,253,253,253,253,194,253,253,253,253,253,234,253,253,253,253,253,253,253,253,194,253,253,253,253,234,253,253,253]; +image[326]=[194,254,254,254,254,254,254,194,254,254,253,254,253,194,254,194,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,253,254,194,254,253,194,254,254,254,254,254,254,254,194,254,254,253,254,254,254,253,254,254,253,194,254,253,194,254,254,254,254,194,254,254,254,254,254,194,254,253,234,254,254,253,254,253,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,253,254,253,194,254,254,254,253,254,234,253,254,254,254,254,254,234,253,253,234,253,194,254,253,234,253,253,254,254,253,253,254,253,254,253,254,253,234,253,253,253,234,253,253,253,253,254,253,253,253,253,254,253,253,254,253,254,253,194,253,254,253,253,254,253,253,253,254,254,254,253,234,253,254,253,254,254,253,194,254,254,253,254,254,254,253,254,253,253,254,234,253,254,194,254,253,253,253,253,254,234,253,253,254,253,254,253,254,253,234,253,254,254,253,254,253,254,253,254,254,234,253,254,254,253,253,254,234,253,253,234,254,254,253,254,253,254,253,254,254,254,253,253,254,254,254,254,253,254,254,254,253,254,253,254,254,254,253,254,253,254,253,253,253,253,234,253,253,253,253,254,253,253,253,253,253,253,253,253,253,233,96,136,136,181,136,136,182,136,187,182,187,188,187,142,136,181,135,135,176,135,181,136,181,96,233,188,188,187,136,182,187,187,188,187,136,187,182,181,182,187,136,142,136,142,136,187,136,187,136,136,141,182,136,187,182,142,182,142,142,142,182,188,187,182,142,188,142,188,142,142,188,142,182,142,182,250,182,249,188,142,188,142,142,188,187,188,142,142,182,250,142,142,250,142,248,142,249,142,250,142,182,249,188,142,142,142,182,142,188,142,182,249,249,142,142,249,249,249,248,248,248,249,142,248,182,142,247,136,248,248,136,247,247,91,142,247,136,246,246,246,91,96,247,91,188,253,253,254,254,253,254,254,254,254,253,254,254,253,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,253,253,234,253,254,254,253,254,194,254,254,253,254,194,254,253,254,254,234,254,254,253,253,234,253,254,234,253,253,234,253,253,254,253,254,194,253,254,253,194,253,253,253,253,254,253,253,253,253,194,254,253,253,253,253,253,234,253,253,253,253,253,253,253,194,253,254,253,253,253,253,253,253,234,253,253,254,253,253,253,253,253,234,253]; +image[327]=[254,254,254,254,194,254,254,254,254,254,194,254,254,254,254,254,194,254,254,194,254,253,254,253,254,253,254,194,254,253,254,254,254,254,254,254,254,254,254,194,253,254,253,254,254,194,253,254,254,194,254,253,234,254,254,254,254,254,254,254,254,253,254,254,253,254,253,254,253,254,254,254,254,253,254,194,253,254,234,253,254,254,254,194,254,253,254,253,254,253,254,254,253,254,253,254,254,254,254,234,253,253,254,254,253,254,254,254,194,253,254,253,254,254,254,254,254,254,253,254,254,253,253,253,253,234,253,254,253,194,253,254,253,254,253,254,253,254,234,254,253,254,194,254,254,194,253,254,253,254,194,253,253,254,253,253,254,253,253,253,254,253,253,234,253,254,253,254,194,253,234,253,254,253,254,253,254,253,254,194,254,194,254,253,254,253,254,253,254,194,254,254,194,254,253,253,254,254,253,234,254,194,253,254,253,253,234,254,194,253,253,194,254,253,253,253,254,253,254,194,254,253,253,254,254,253,253,253,254,254,194,253,254,253,234,254,254,254,253,253,194,253,254,253,253,234,254,253,254,253,253,253,254,253,254,253,253,234,254,253,253,253,234,253,253,253,253,254,253,253,253,253,253,252,253,251,136,136,136,136,136,136,181,136,142,182,142,182,188,187,182,136,181,136,181,136,181,136,181,182,187,187,182,181,182,233,182,187,182,187,136,187,182,136,136,187,182,187,188,187,142,187,136,142,187,136,136,141,182,187,136,142,182,182,187,142,142,142,188,250,187,188,187,188,142,182,188,142,250,142,142,142,142,142,250,182,142,188,142,142,251,182,142,249,142,182,188,250,182,248,182,248,142,142,249,250,142,188,142,188,188,249,142,248,142,249,142,142,248,142,249,248,182,248,182,248,136,247,142,247,142,248,142,247,247,247,247,136,142,247,246,246,246,247,91,247,96,246,245,250,253,253,254,253,234,254,254,253,254,254,234,253,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,253,254,254,234,253,254,253,254,234,254,254,194,254,254,253,254,254,254,254,253,254,254,254,253,254,194,254,254,253,254,254,253,254,254,254,254,254,254,253,254,253,254,254,254,253,254,194,254,254,254,253,253,253,254,253,254,254,194,253,253,253,254,253,253,253,254,253,253,254,253,253,254,194,253,254,253,253,253,253,194,253,253,253,253,254,253,253,234,253,254,253,253,254,194,253,254,194,254,253,253,253,253,234,253,253,253,253,253,253,253]; +image[328]=[194,254,254,254,254,254,253,254,194,254,254,254,254,234,254,254,254,254,254,254,254,194,254,254,254,254,254,253,254,194,254,253,254,253,253,254,253,254,254,254,254,254,253,254,254,254,254,234,254,253,254,254,253,253,253,253,254,253,254,253,194,254,254,254,194,254,254,254,253,254,194,254,254,254,254,254,254,254,254,253,234,253,254,254,254,253,194,254,254,254,253,194,254,254,194,254,253,253,254,254,254,194,254,253,254,253,194,254,254,253,254,194,254,253,253,253,234,253,253,253,254,194,254,254,253,254,253,254,253,254,253,254,194,254,253,194,253,253,253,254,253,253,254,253,254,254,253,234,253,254,253,254,234,253,253,234,253,254,253,234,253,254,253,253,254,253,253,254,254,253,254,253,254,254,194,254,254,194,254,254,254,254,254,253,194,254,234,253,254,253,254,254,254,253,254,253,194,254,253,253,254,254,253,194,254,254,253,253,254,254,254,253,254,253,254,253,194,254,253,254,253,254,194,254,253,254,234,253,194,254,254,254,194,253,253,253,254,253,254,254,254,253,194,254,253,253,254,253,234,254,254,253,254,253,254,254,253,253,253,254,253,254,253,253,253,253,253,253,253,253,253,188,254,253,253,182,90,136,181,136,187,96,136,136,187,182,193,187,188,188,182,136,135,136,181,182,181,182,187,182,187,136,136,136,141,182,188,187,182,187,182,188,142,182,188,187,182,188,252,253,253,142,182,182,187,142,182,136,142,182,142,182,142,142,188,188,182,250,142,182,250,188,188,142,188,142,142,182,250,142,182,142,182,142,142,188,142,182,142,142,188,251,142,249,249,142,142,142,250,142,142,142,142,142,142,249,142,188,142,142,142,142,182,142,142,142,142,182,142,182,247,142,248,248,248,248,248,182,247,96,248,142,182,247,136,247,247,247,247,136,246,96,91,247,96,247,91,91,142,253,254,253,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,194,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,253,254,254,254,253,254,253,234,254,253,254,234,253,254,254,254,254,253,254,253,194,254,254,253,254,253,253,254,254,254,254,253,253,254,253,253,253,254,253,194,254,253,253,254,253,254,253,234,253,254,254,253,254,253,253,253,254,253,253,253,234,253,253,254,253,234,253,253,254,253,254,253,253,253,253,194,253,253,253,253,194]; +image[329]=[254,194,253,254,254,194,254,254,254,254,254,254,254,254,253,254,253,254,234,254,254,254,254,194,253,254,234,254,254,254,254,194,254,254,194,254,253,234,254,253,254,194,254,254,253,254,253,253,254,234,253,254,254,254,194,254,254,194,254,254,254,254,253,254,254,254,254,194,254,253,254,254,194,253,254,194,253,254,253,254,254,254,254,253,254,254,254,254,194,254,254,254,253,254,254,253,234,254,253,254,253,254,254,234,254,254,254,253,234,253,254,253,254,194,254,253,254,254,194,254,253,254,253,253,194,253,254,253,254,234,253,253,254,253,254,254,253,254,194,254,253,254,253,254,253,253,254,253,254,234,253,253,253,254,253,253,253,253,254,253,254,253,254,194,254,253,254,253,253,254,253,234,254,253,254,253,254,254,253,253,234,253,254,254,254,253,254,254,253,254,253,253,254,194,253,254,254,253,254,253,234,254,254,253,254,253,254,253,234,253,253,234,254,194,253,254,253,234,254,253,234,253,254,253,254,253,254,254,254,253,254,253,254,254,254,254,253,254,253,253,253,254,254,253,254,253,254,253,254,253,253,234,253,254,253,253,253,254,253,253,253,253,254,253,234,253,253,254,253,253,253,253,253,253,252,96,136,135,136,136,187,233,136,136,182,187,188,187,187,142,187,136,136,181,187,136,187,136,141,182,187,187,187,136,181,187,187,182,187,136,187,233,142,188,248,182,142,182,253,253,253,142,187,142,182,182,188,188,182,187,142,187,182,187,188,182,142,188,142,188,142,252,188,188,142,188,182,250,182,188,142,188,142,182,187,142,142,142,188,142,142,188,188,249,182,142,188,188,249,182,142,182,142,182,142,142,142,250,182,249,182,142,248,248,142,142,249,142,248,248,182,247,142,248,142,182,247,248,248,136,247,247,247,142,248,248,96,246,246,247,247,246,247,91,247,96,96,247,253,254,253,254,254,253,254,253,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,253,254,253,254,254,254,253,254,234,254,254,254,254,254,254,253,254,254,254,253,254,254,254,254,234,254,194,254,234,254,253,254,254,254,254,254,253,254,254,254,194,253,234,254,254,234,253,254,254,253,194,253,234,254,253,234,253,253,254,194,253,253,254,194,253,253,253,254,194,253,253,253,194,253,253,254,253,253,254,194,253,254,194,253,253,194,253,253,253,253,234,253,253,253,234,253,254,194,253,254,194,254,253,253,253,234,253,254,253]; +image[330]=[254,254,254,254,254,254,254,253,254,194,254,254,194,254,254,254,194,254,253,254,254,254,254,254,254,253,254,253,254,254,254,254,253,254,254,253,254,253,254,253,254,254,234,254,253,194,254,254,253,254,254,194,254,254,254,253,254,254,254,253,254,194,254,253,254,194,254,254,254,254,253,254,254,254,254,254,254,194,254,253,254,194,254,254,194,254,253,254,254,254,253,254,194,254,253,254,253,254,234,254,253,254,253,253,253,254,253,254,254,253,234,253,254,253,254,253,254,253,254,254,253,254,194,254,254,253,254,194,254,253,254,253,254,234,253,253,254,253,253,234,253,254,253,194,254,253,254,253,253,254,253,253,253,253,254,254,194,254,253,253,254,253,254,253,254,234,253,254,234,253,253,254,253,254,254,253,254,253,254,253,254,253,234,253,254,254,253,234,253,254,194,254,254,254,254,234,253,253,194,254,253,253,254,234,253,253,254,253,254,253,253,253,254,254,253,254,253,253,254,254,253,254,234,253,194,254,254,253,254,234,253,253,253,234,253,253,254,253,254,234,253,253,254,253,254,253,254,253,254,254,254,254,253,254,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,188,253,182,136,95,135,135,136,136,187,136,136,182,142,182,182,187,136,181,136,181,181,136,187,182,182,136,233,187,188,188,187,187,181,187,181,136,187,136,188,252,233,250,182,182,142,233,252,233,249,188,182,187,96,188,188,188,188,182,142,142,182,142,182,142,182,142,187,251,193,188,142,188,250,188,142,142,182,142,142,188,142,188,142,142,182,142,188,142,188,142,249,249,250,142,188,142,249,249,249,142,142,142,182,250,142,250,142,249,249,182,248,142,182,249,142,182,248,248,182,91,142,248,142,182,247,248,248,142,136,248,247,96,182,247,136,246,91,182,91,96,247,91,246,245,253,253,254,254,253,254,254,254,254,253,254,253,254,194,254,254,194,254,254,254,254,194,239,234,254,254,254,254,254,254,234,254,254,254,254,254,254,253,234,254,254,254,254,254,253,194,254,254,234,254,253,234,254,254,234,253,254,253,254,254,254,253,254,254,234,253,194,254,254,254,194,254,254,254,254,254,253,254,254,254,254,253,234,254,254,253,253,254,253,254,194,254,253,254,254,194,254,254,254,253,253,253,254,253,254,254,253,254,194,253,253,253,253,254,234,254,253,254,254,253,254,253,253,253,253,254,253,253,254,253,253,254,253,253,253,253,234,254,253,253,253,253,254]; +image[331]=[254,194,254,253,254,194,254,254,254,254,253,254,254,254,254,254,254,254,254,254,194,253,254,254,194,254,254,254,194,253,254,253,254,254,194,254,253,254,194,253,254,253,253,254,254,254,254,254,194,254,253,254,234,254,194,254,254,254,194,254,254,254,194,254,253,254,254,254,194,254,254,254,253,234,254,253,254,254,254,253,254,254,253,254,253,254,234,253,253,254,254,253,254,254,254,194,254,254,253,234,254,254,194,254,254,234,253,254,253,254,254,254,253,254,194,254,253,254,194,253,254,253,254,254,253,254,253,254,253,254,194,254,253,254,253,254,234,253,254,254,253,254,254,254,254,254,194,253,254,253,254,254,194,253,253,254,253,253,254,234,253,253,234,253,253,253,254,253,253,254,253,194,254,194,254,254,194,254,254,254,253,254,253,254,253,254,254,254,253,254,254,234,253,253,254,253,254,254,254,254,253,254,253,254,194,253,253,253,254,253,254,253,253,253,234,253,254,254,253,194,254,253,254,254,254,253,253,254,253,254,234,253,254,253,254,253,254,253,254,253,254,253,254,194,253,254,253,254,253,253,253,253,254,253,254,253,253,234,253,253,234,253,253,254,253,253,253,253,253,253,253,253,253,188,248,136,136,135,90,136,136,136,136,135,136,136,136,136,182,181,136,181,136,141,182,187,187,181,187,136,182,187,253,188,142,136,187,182,187,182,142,182,233,253,188,188,142,253,252,188,142,142,182,142,182,136,182,188,252,188,188,142,182,142,182,188,142,188,142,188,142,250,142,188,142,142,188,188,142,250,182,188,250,187,142,182,142,142,142,182,142,188,142,142,142,182,142,142,188,142,248,182,248,248,142,248,188,142,182,249,142,248,248,182,248,248,182,248,247,182,247,248,142,247,247,247,248,182,247,142,247,248,136,142,247,247,247,247,247,246,247,247,91,246,246,245,188,254,254,253,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,253,254,253,254,253,254,254,254,194,254,254,194,254,254,254,254,254,194,254,254,254,254,254,253,254,254,254,254,253,254,253,254,254,254,253,254,254,254,253,254,254,254,254,194,254,254,254,253,254,253,254,253,254,253,254,194,253,254,253,253,253,254,194,253,254,253,254,253,254,253,254,253,253,253,253,254,254,253,253,253,253,234,254,253,254,254,234,253,254,253,253,254,253,253,253,254,254,194,253,254,253,253,254,253,253,254,253,234,254,234,254,253,254,253,253,254,194,253,253]; +image[332]=[254,254,254,254,254,254,253,254,234,254,254,254,234,253,254,253,254,253,194,254,254,254,194,254,254,254,253,254,254,254,194,254,253,254,253,254,254,254,254,254,253,194,254,253,254,253,254,254,254,253,254,253,254,254,254,253,254,254,254,253,254,254,254,254,254,253,253,254,254,254,253,194,254,254,253,254,253,254,254,194,254,254,253,254,253,254,254,254,194,254,254,254,253,254,254,254,253,254,253,254,253,254,254,253,254,253,254,194,254,253,253,234,254,253,254,253,234,254,253,254,254,253,253,254,253,194,254,254,253,254,253,254,253,194,254,253,254,253,253,194,254,234,253,254,253,254,254,253,194,254,253,253,254,254,253,234,254,253,253,254,253,254,253,254,194,254,194,254,253,194,254,253,254,254,253,254,254,253,194,254,253,194,254,254,234,253,254,194,254,253,254,254,254,253,254,253,194,254,253,234,254,253,253,254,254,254,254,253,253,253,254,254,253,254,253,253,194,254,254,254,253,253,253,254,253,234,254,253,254,253,254,253,254,253,253,234,253,253,254,253,253,253,254,254,253,254,253,254,253,254,254,253,234,253,254,253,254,253,253,253,253,254,253,253,253,254,253,253,233,253,253,253,252,249,188,136,90,135,136,135,136,135,136,135,136,187,182,193,188,90,181,136,136,187,136,182,96,187,181,136,181,136,188,254,142,187,136,187,182,253,188,96,182,142,253,233,142,233,252,188,187,182,187,182,142,136,187,188,252,188,188,182,142,142,142,182,188,188,188,142,188,182,142,142,182,142,188,142,142,182,142,188,142,188,142,188,142,188,142,142,188,188,142,142,248,248,249,188,142,142,142,142,142,91,142,248,182,248,249,249,182,248,142,248,182,247,248,182,248,247,142,182,91,142,182,96,142,248,142,136,247,248,247,247,96,248,96,247,91,96,182,96,247,96,91,250,254,253,253,254,253,254,253,254,254,253,254,254,194,254,254,234,254,254,254,254,254,254,253,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,234,254,254,254,234,254,254,234,254,194,254,254,194,254,254,254,194,254,234,254,254,234,254,254,194,254,254,254,254,254,254,234,254,254,254,194,254,254,234,253,254,254,254,253,254,254,234,253,254,253,234,254,253,234,253,253,254,253,253,254,253,253,253,254,234,253,253,253,253,253,253,253,254,253,254,194,253,254,234,254,253,253,253,254,253,194,254,194,254,253,194,254,253,253,253,253,254,253,253,194,254,254,254,253,254]; +image[333]=[254,254,194,254,253,254,254,254,254,194,253,254,254,194,254,254,234,254,254,254,254,254,254,254,194,254,254,234,254,254,254,253,254,254,194,254,253,194,253,254,254,234,253,254,194,254,253,253,234,254,254,254,253,254,194,254,254,253,254,254,254,253,254,194,254,254,254,254,253,254,254,253,254,254,254,254,194,254,254,253,254,254,194,254,254,253,254,254,254,194,254,254,194,253,254,253,254,254,194,253,254,253,234,254,253,254,254,254,194,254,254,254,253,234,253,254,253,254,254,194,254,254,194,254,254,254,253,253,254,253,254,253,254,254,254,194,253,254,254,253,254,253,254,194,254,253,254,254,253,234,254,253,234,253,253,253,254,194,253,254,194,253,254,253,254,253,254,253,254,253,254,253,234,253,254,253,254,254,254,254,254,254,253,254,253,254,254,254,253,254,253,194,254,234,254,254,253,254,253,254,194,254,253,234,253,253,194,254,254,253,253,234,254,253,254,254,253,254,253,254,194,254,254,253,254,254,254,194,253,254,253,254,194,254,254,253,254,253,253,254,254,253,253,253,253,234,254,253,254,253,253,254,254,253,254,253,253,254,254,253,253,253,254,253,234,253,253,253,253,253,253,253,188,91,187,136,136,135,136,135,136,135,136,135,136,187,182,254,188,96,136,181,136,233,187,136,181,136,181,95,181,136,187,233,142,136,227,187,142,233,254,142,136,136,188,142,182,252,233,188,187,182,142,136,182,182,188,142,187,142,188,142,182,142,182,142,142,142,233,188,142,188,142,142,142,142,187,188,142,142,182,142,188,142,188,142,182,142,182,248,142,249,182,142,182,142,142,182,142,182,248,142,248,182,248,248,248,248,142,249,249,182,248,248,247,182,248,248,182,247,142,248,142,247,247,142,247,142,248,248,248,136,247,182,246,182,247,142,246,246,246,136,247,244,142,254,253,254,254,254,234,254,254,254,254,234,254,254,254,254,254,254,234,254,254,234,254,194,254,254,194,253,254,253,254,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,253,254,254,253,254,254,254,234,254,254,234,254,253,254,254,234,254,254,254,253,254,254,253,234,254,194,253,253,253,254,253,253,253,253,254,253,254,253,194,254,253,234,254,194,254,253,253,253,254,253,254,194,253,254,194,253,253,254,253,253,254,194,253,253,234,253,254,254,253,254,253,254,254,253,253,254,253,254,194,254,253,254,253,253,234,253,254]; +image[334]=[253,254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,253,254,234,253,253,254,253,254,254,253,254,254,253,254,254,254,194,254,254,254,254,254,253,253,254,254,253,254,254,254,194,254,253,254,253,254,254,254,254,253,194,254,253,254,254,194,254,254,253,254,194,254,254,194,254,254,253,254,194,254,254,254,254,254,253,254,254,253,194,254,253,254,254,254,253,254,254,254,194,254,234,254,254,254,254,254,253,254,194,254,253,254,253,254,253,254,254,254,253,254,253,253,254,253,254,254,253,254,253,254,194,254,254,194,254,253,254,253,253,254,254,234,254,253,254,253,254,253,254,194,254,253,253,253,254,253,254,253,194,254,253,254,234,254,254,253,234,253,253,253,234,253,254,253,254,253,254,253,194,254,253,254,253,234,253,254,253,194,254,253,234,254,253,234,254,254,253,253,254,234,254,254,253,254,254,254,253,254,254,254,253,253,234,254,253,253,254,194,253,234,254,253,254,254,254,253,254,254,194,253,254,254,254,194,254,253,253,253,253,253,254,253,253,253,253,254,253,254,253,253,253,253,234,254,253,253,254,253,254,254,253,253,234,253,253,253,253,253,253,253,253,253,253,253,188,253,142,90,136,136,135,136,90,136,135,136,135,136,136,135,136,188,233,136,136,181,136,187,136,181,136,181,136,136,181,136,141,182,193,136,187,136,182,188,253,233,96,136,233,142,182,252,188,142,182,182,187,136,142,142,233,142,182,182,187,182,182,142,187,142,188,142,254,188,250,188,188,142,182,142,142,142,187,250,142,188,182,142,188,142,188,249,142,182,142,248,249,248,142,142,142,142,142,142,248,182,248,248,182,247,182,247,182,248,249,249,182,142,248,142,247,142,248,142,248,136,247,247,182,247,142,247,182,247,248,248,248,182,245,246,96,91,96,246,246,247,142,248,254,253,253,254,253,254,254,253,254,253,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,253,234,254,253,234,254,253,254,254,254,194,254,254,254,254,254,254,253,254,254,254,254,253,254,254,253,254,194,254,253,254,253,254,254,254,254,254,253,254,254,254,254,254,254,253,194,254,253,253,254,253,254,253,254,194,254,253,194,254,253,254,253,253,254,253,253,253,194,254,253,254,254,253,254,253,253,253,253,254,253,253,254,194,253,253,253,254,253,254,234,253,234,253,254,253,234]; +image[335]=[254,234,254,254,254,194,254,253,254,194,254,253,253,254,194,254,254,253,254,254,194,253,254,254,254,254,253,254,254,194,253,254,254,253,253,253,253,254,234,254,253,194,254,253,253,254,254,254,254,254,194,254,253,254,254,254,254,194,254,253,254,254,253,254,234,254,253,254,254,254,254,253,254,254,254,254,253,253,254,194,254,253,254,254,254,194,253,254,253,254,254,253,254,254,254,253,254,253,254,194,253,254,254,254,254,234,254,254,254,234,253,253,254,194,254,254,194,254,253,254,254,253,254,253,254,253,254,254,253,254,254,194,253,254,234,254,253,253,253,234,253,254,253,254,254,253,254,254,253,254,253,194,254,254,253,253,254,253,253,253,253,254,253,254,253,254,253,253,234,253,254,253,254,254,254,254,194,253,254,254,194,254,254,254,253,254,253,254,254,254,253,254,254,254,253,254,253,254,253,254,194,253,254,253,234,254,253,254,253,253,253,254,253,254,254,253,254,234,254,253,254,234,253,253,254,253,234,253,253,254,253,234,254,254,254,253,253,253,254,234,254,253,253,253,254,254,253,254,253,253,254,253,254,253,253,234,254,253,253,234,254,253,253,253,254,253,253,253,253,253,253,252,182,136,90,136,136,135,136,135,90,136,181,136,136,181,136,136,136,136,136,181,136,136,136,136,136,181,135,141,136,181,136,182,187,136,187,187,142,233,188,188,182,182,253,187,96,182,182,188,142,182,188,136,182,182,182,142,187,96,136,187,142,182,142,182,182,188,188,188,142,188,188,142,142,142,182,142,142,188,142,142,249,182,250,182,249,182,142,142,249,142,182,248,182,248,142,249,182,248,142,247,182,142,247,182,248,248,248,142,142,142,248,182,247,248,182,247,182,248,142,248,142,96,247,182,96,142,248,248,136,247,248,142,246,136,246,247,247,91,96,91,247,250,254,254,234,253,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,234,254,194,254,254,194,254,254,254,254,194,254,254,234,254,254,254,254,254,254,254,254,194,254,254,254,254,253,254,254,254,234,254,254,254,194,253,234,254,253,254,254,194,253,254,194,254,253,254,234,254,254,254,234,253,254,254,253,254,254,194,253,253,194,253,253,253,253,254,254,253,254,194,253,253,234,254,253,254,253,254,253,253,254,253,253,253,253,234,253,254,253,253,253,194,253,253,253,253,234,253,254,194,254,253,254,254,194,253,253,234,254,253,253,254,253,254,253,253,253]; +image[336]=[253,254,253,254,254,254,254,254,253,254,253,234,254,254,253,254,254,194,254,254,254,234,254,253,194,254,254,194,254,254,254,254,254,254,254,254,194,253,254,253,254,254,254,194,254,254,253,254,253,254,254,254,194,254,254,254,254,254,254,254,253,254,254,254,253,254,254,253,253,254,194,254,253,254,253,254,194,254,254,254,254,253,254,253,254,254,254,194,254,253,194,254,234,253,254,254,254,253,254,254,254,194,254,253,254,253,254,253,254,253,254,194,254,254,253,254,254,254,194,254,253,194,254,253,194,254,253,254,253,254,253,254,254,253,253,254,253,254,254,253,254,194,254,234,253,254,253,194,254,194,254,254,253,253,254,253,254,253,254,254,253,254,253,234,253,253,254,253,253,254,194,254,253,254,234,254,254,254,253,254,254,253,254,254,194,254,254,253,254,254,254,194,254,254,253,254,194,254,254,254,254,254,254,253,253,254,194,254,254,194,254,253,234,253,253,254,253,253,254,234,253,254,254,254,253,254,253,254,234,253,254,253,253,194,254,254,253,254,253,253,253,254,253,253,253,253,253,254,253,253,254,253,234,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,188,252,188,142,136,136,130,136,135,136,90,136,136,135,136,136,141,136,181,136,181,136,95,135,136,135,181,136,136,136,182,141,182,136,187,136,141,182,182,142,142,182,136,141,182,188,182,187,187,142,253,187,142,182,142,187,136,142,136,182,142,182,142,182,142,182,142,142,187,188,188,142,188,253,142,182,249,142,188,142,182,142,142,142,142,188,142,142,249,142,182,248,142,248,142,182,248,182,248,142,142,248,247,248,182,247,247,182,96,182,247,247,142,248,142,248,142,249,248,248,248,182,247,142,247,247,248,142,247,182,247,248,142,246,188,246,246,246,136,246,91,247,91,245,253,253,254,253,254,253,254,254,253,254,254,254,253,254,254,254,254,254,194,254,194,254,254,253,254,194,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,194,254,253,254,234,253,254,254,253,254,254,194,254,254,194,254,254,254,254,254,254,254,254,253,234,254,254,254,254,254,254,254,194,254,254,253,254,254,254,254,194,254,254,194,254,254,254,254,254,254,194,254,253,253,234,253,254,253,254,253,253,254,234,253,253,254,234,253,194,254,234,254,253,253,253,253,254,234,253,254,253,234,253,253,254,253,253,253,254,234,253,254,254,254,253,253,253,254,253,253,253,252,253,253,253]; +image[337]=[254,253,254,254,253,254,194,253,254,254,254,254,254,253,254,253,254,254,234,254,253,254,254,254,254,254,254,254,254,254,253,254,194,253,254,254,254,253,254,253,254,253,254,253,254,194,254,254,194,254,253,254,254,254,253,254,253,254,194,254,254,194,254,253,254,234,254,194,254,254,254,254,254,194,254,254,254,254,253,253,254,194,253,254,254,253,254,254,254,254,254,253,254,254,194,253,254,234,254,253,254,254,253,254,254,194,253,254,194,254,254,254,254,253,254,234,253,254,254,254,254,254,254,254,254,253,254,194,254,254,253,254,194,254,254,194,253,254,194,254,253,254,253,253,254,253,254,254,253,254,253,234,254,253,234,254,253,253,234,253,194,253,254,253,254,194,253,254,253,254,254,194,254,254,253,253,234,254,254,253,254,254,253,254,254,234,254,194,254,253,254,254,254,194,254,254,254,254,253,254,194,253,254,194,254,253,254,253,253,254,253,254,253,254,254,253,254,254,254,253,254,253,253,234,254,254,253,254,253,254,253,254,254,253,253,234,253,253,253,254,253,253,234,253,253,254,253,253,254,253,253,253,253,253,253,253,254,253,253,253,253,234,253,253,253,253,253,253,253,193,188,252,182,136,136,136,130,136,130,136,135,136,136,136,136,136,136,136,136,181,136,136,135,136,181,136,181,181,136,182,233,142,136,187,181,136,187,254,253,96,136,136,136,233,142,182,136,187,182,188,252,188,253,252,142,182,136,142,187,142,136,142,182,142,182,142,182,250,187,250,182,142,188,248,142,188,188,142,142,250,142,182,142,142,188,142,249,182,142,248,182,142,182,248,142,142,247,142,142,142,182,142,247,142,247,182,248,142,247,142,136,247,182,248,142,247,182,248,182,247,142,248,142,142,247,136,142,247,247,142,247,182,142,142,91,246,96,91,247,246,96,244,142,254,253,254,254,254,194,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,234,254,254,194,253,254,253,254,254,253,254,254,234,254,254,234,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,234,254,254,234,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,253,254,253,253,254,254,254,253,254,253,254,253,254,194,254,253,253,254,194,254,253,253,254,254,253,253,253,254,254,194,253,253,253,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,253,253,254,194,253,253,194,253,194,253,253,234]; +image[338]=[254,253,194,254,253,254,254,253,194,254,194,253,254,194,254,253,253,253,254,254,194,254,254,253,254,253,254,253,254,194,254,254,254,254,253,253,254,194,254,253,194,254,254,254,254,253,254,254,253,254,254,253,254,194,254,254,254,254,254,253,254,254,253,254,253,254,254,254,254,253,254,194,254,254,253,254,253,194,254,254,254,254,254,253,254,194,254,253,253,254,254,253,254,254,254,254,253,254,254,253,254,254,253,254,254,254,254,254,254,254,253,253,254,234,253,254,254,253,234,254,253,254,194,254,254,253,254,254,253,194,254,253,254,253,254,254,254,254,253,254,234,254,253,254,194,254,253,254,253,254,253,253,254,253,253,253,194,254,253,254,254,253,253,254,253,254,253,253,194,254,254,254,253,254,254,254,253,253,194,254,234,254,253,254,253,254,254,254,234,254,253,254,254,254,254,254,254,254,194,254,254,254,254,253,254,234,253,234,254,253,253,254,194,254,234,253,194,253,254,254,194,254,254,253,253,194,254,254,253,194,254,234,253,254,253,254,253,254,253,253,253,253,253,254,253,253,253,253,234,253,254,253,254,253,253,253,253,253,254,253,253,253,253,253,253,253,188,253,188,253,252,193,136,136,136,136,90,136,135,135,136,136,181,136,141,136,187,136,136,135,136,135,136,135,136,181,136,136,136,187,188,142,181,182,136,187,182,187,188,182,136,135,136,182,188,182,182,142,233,188,142,188,188,253,182,142,182,188,188,182,142,182,142,142,182,142,142,188,252,142,188,142,248,136,250,253,142,182,142,142,142,142,142,182,142,182,142,249,142,249,142,249,142,249,182,142,96,182,142,247,142,142,142,247,142,96,142,182,247,142,247,142,247,182,247,248,142,247,142,248,182,248,182,247,142,248,248,182,96,248,247,247,91,188,96,246,96,91,247,91,244,249,253,254,254,253,253,254,254,254,253,254,194,254,234,254,254,253,254,254,254,254,234,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,253,254,254,253,254,254,253,254,253,254,234,254,253,254,194,254,254,253,234,254,254,194,254,254,254,253,254,254,254,254,253,254,254,254,254,254,254,253,253,254,253,234,254,254,253,234,254,253,253,234,254,253,253,253,234,253,254,253,254,253,253,253,254,253,254,253,253,253,254,194,254,253,253,254,253,254,253,254,253,254,253,253,253,253,253,253,253,194,253,253,234,253,194,253,254,253,254,253,254,254,253,254,253,253]; +image[339]=[254,254,254,253,234,253,253,254,254,253,254,234,254,254,234,254,253,254,253,254,254,194,254,194,254,254,194,254,254,254,254,254,253,254,194,254,254,253,254,254,254,254,253,253,254,253,234,254,254,254,194,254,254,254,253,194,254,253,254,254,234,254,194,253,254,253,254,194,254,254,253,254,254,253,254,254,254,254,253,253,254,194,253,254,253,254,254,194,253,254,194,254,253,234,253,254,194,254,254,194,253,254,194,254,253,254,253,254,194,254,254,254,253,254,254,253,253,254,253,254,254,254,254,253,254,194,253,254,254,254,254,253,254,234,254,253,254,253,254,253,253,254,253,254,253,254,254,253,254,253,254,194,253,254,254,254,254,253,253,253,254,194,253,253,234,253,254,254,253,254,253,254,194,253,253,254,254,254,254,254,254,194,254,254,194,253,254,253,254,254,194,253,254,253,254,194,254,254,254,254,254,253,234,254,253,253,254,253,254,234,253,254,253,254,253,254,254,254,234,254,254,253,254,254,254,253,234,253,254,254,253,254,253,253,254,253,253,253,253,253,254,253,253,253,254,253,254,253,253,253,253,234,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,188,188,188,188,96,136,136,90,136,136,136,135,96,136,136,181,136,136,136,136,136,136,136,136,135,136,181,136,135,181,136,182,233,142,187,136,136,181,182,136,187,182,187,136,136,136,187,187,136,182,187,188,187,188,182,142,142,142,187,193,253,188,142,182,182,188,142,187,188,142,233,188,142,182,142,96,142,188,188,142,188,142,188,142,142,188,142,142,249,182,249,142,249,182,142,142,142,182,247,248,142,142,182,248,182,247,182,248,142,247,142,247,142,247,248,142,247,182,247,182,247,142,248,248,142,248,247,182,248,248,248,136,142,142,246,188,246,91,96,96,91,142,250,253,253,253,234,254,254,254,253,234,254,254,254,254,254,253,254,254,254,234,254,253,254,254,254,194,254,254,254,254,194,254,254,194,254,194,254,254,254,194,254,253,254,254,234,254,254,254,194,254,254,254,194,254,254,254,254,234,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,253,254,253,254,254,194,254,254,254,194,253,254,254,194,254,253,253,254,194,254,254,253,253,253,234,254,253,234,253,254,194,253,254,194,253,254,253,253,194,253,253,253,194,253,253,194,253,253,253,253,253,194,253,254,253,253,253,253,254,253,253,253,234,253,253,253,253,234,254,253,194]; +image[340]=[253,194,254,254,254,254,194,253,254,253,253,253,253,253,254,254,194,254,253,253,254,253,254,254,254,254,254,253,254,253,194,254,254,254,254,253,254,253,253,254,253,194,254,254,194,254,254,253,194,254,254,253,234,254,254,254,254,194,254,253,254,254,254,254,234,254,254,253,254,254,254,253,254,194,254,253,194,254,254,194,254,254,253,254,253,254,253,254,254,254,253,254,254,254,253,254,254,254,254,254,254,254,253,254,254,194,254,254,254,253,194,254,254,253,253,194,254,194,254,253,194,254,254,254,254,254,254,253,254,253,254,234,254,253,254,194,254,194,254,254,253,194,254,234,254,253,194,254,254,254,254,254,254,194,253,254,253,234,253,253,253,254,254,253,254,253,194,254,254,253,254,254,254,254,194,254,253,234,254,253,254,253,254,254,254,254,194,254,254,254,254,254,194,254,254,254,254,253,254,254,254,253,254,254,254,253,254,253,254,253,254,253,234,254,253,253,254,253,253,254,254,234,253,194,254,254,253,254,253,234,253,254,253,234,253,253,254,253,234,253,253,254,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,234,253,253,253,234,253,253,253,252,253,252,188,252,142,136,136,136,136,90,90,136,136,187,187,96,136,182,136,136,135,136,136,135,136,181,136,141,181,136,136,181,136,142,182,182,187,136,141,136,181,136,136,187,188,187,182,142,187,136,142,142,182,142,182,182,182,182,188,188,188,188,187,142,136,142,233,142,182,142,142,188,142,182,142,142,182,142,142,142,142,182,142,142,188,142,142,188,142,142,249,182,249,248,182,249,142,248,142,136,142,247,248,142,142,142,248,248,142,182,247,182,246,142,142,142,182,248,142,247,142,91,142,182,249,142,142,248,247,182,248,182,247,247,248,96,250,96,247,91,96,91,249,254,253,254,253,254,253,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,254,254,254,254,253,194,254,254,254,254,254,254,254,254,234,254,254,254,254,254,253,254,254,253,254,254,234,254,254,254,254,254,254,254,254,254,234,254,254,254,254,253,194,254,234,253,194,254,254,254,254,254,234,254,253,194,254,254,194,254,254,254,254,253,254,254,254,253,254,254,254,254,253,234,254,253,253,254,253,253,253,254,253,254,253,253,254,253,254,253,253,253,254,253,254,253,194,254,253,254,253,254,253,194,254,234,254,253,253,253,234,254,253,253,253,254,254,253,254,254,234,254,253,253,253,254,254]; +image[341]=[254,254,253,253,254,253,254,254,194,254,254,254,254,194,253,253,254,253,254,234,254,253,254,194,254,253,234,253,254,254,253,254,194,253,253,254,234,254,194,254,254,254,254,254,254,253,254,254,254,253,254,254,253,254,253,254,254,254,253,254,254,253,254,253,254,253,254,194,254,254,194,254,253,254,254,254,254,254,253,254,254,194,254,254,194,253,254,253,254,253,254,254,194,253,254,254,253,253,254,253,253,254,254,253,254,254,253,234,254,254,254,253,234,254,254,254,254,254,254,254,254,194,253,253,254,234,253,254,194,254,253,254,253,254,254,254,254,254,254,254,254,254,254,253,254,254,254,194,254,253,234,253,254,254,253,254,253,254,253,254,234,253,234,253,253,254,254,253,253,254,254,253,254,254,254,254,254,254,253,254,234,254,253,234,254,254,254,253,254,234,254,254,254,234,254,254,234,254,254,234,253,254,254,194,254,254,194,254,254,194,253,254,253,253,254,254,194,254,254,253,253,254,254,254,254,253,254,253,254,253,254,253,253,253,254,194,253,253,253,253,253,194,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,252,253,253,253,188,252,188,188,188,246,136,136,188,136,136,136,136,136,182,239,142,96,136,141,136,181,90,182,142,136,136,136,136,187,187,136,136,182,136,142,136,136,136,181,136,141,136,182,142,252,182,188,142,136,136,136,187,182,142,187,142,136,187,188,253,188,250,182,187,142,142,188,187,188,182,142,182,142,142,182,96,248,182,142,182,142,142,182,142,182,142,248,182,142,182,249,182,142,142,250,182,248,182,247,246,142,182,247,182,142,248,182,247,248,248,247,182,247,182,248,247,142,142,248,182,142,248,142,248,188,142,182,247,142,247,248,248,136,142,248,248,142,247,246,246,91,247,253,253,254,253,254,254,254,253,254,253,254,254,254,254,254,253,254,254,254,254,254,254,194,254,254,253,254,254,254,254,254,234,254,254,254,254,254,254,253,254,254,194,254,254,254,194,254,254,254,254,254,254,234,254,194,254,254,194,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,253,234,254,253,254,234,253,254,234,253,254,194,254,254,253,254,234,254,194,254,254,194,253,254,253,254,194,253,254,253,254,253,253,234,253,253,254,253,253,194,253,254,253,254,253,253,253,253,234,253,253,253,194,254,234,253,194,254,253,253,253,253,254,194,253,254,253,253]; +image[342]=[253,254,194,254,253,254,253,254,253,253,194,254,254,254,254,253,254,194,254,253,254,254,253,254,253,254,254,254,194,254,254,254,253,254,194,254,253,254,254,253,254,253,254,253,254,253,254,254,254,253,254,254,254,194,254,253,254,254,254,194,254,254,254,194,254,253,254,254,253,254,254,254,234,253,254,234,253,254,254,253,254,253,253,254,254,254,253,194,254,253,194,254,254,254,254,194,254,234,254,194,254,253,194,254,253,254,253,254,253,234,254,253,254,253,234,253,254,253,254,253,254,254,254,254,253,254,254,234,254,254,253,254,254,194,253,254,253,253,194,254,253,254,253,254,254,254,254,254,254,254,254,253,234,254,253,194,254,254,194,253,254,253,254,253,194,254,234,254,253,234,254,253,234,253,254,253,253,254,194,254,253,254,254,253,253,234,254,254,253,254,254,253,254,254,253,254,253,254,254,254,254,194,254,254,254,254,253,254,253,254,254,194,254,254,234,253,254,253,194,254,254,253,253,253,254,253,254,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,254,253,253,254,253,253,253,253,234,253,253,253,253,253,253,253,252,253,252,253,252,188,252,182,136,136,90,142,182,136,95,136,187,136,188,187,136,136,136,136,136,136,187,182,136,181,136,181,136,188,142,182,187,233,182,181,136,141,136,136,136,136,187,187,188,136,188,187,96,136,136,136,187,188,142,136,187,142,142,187,182,142,182,142,182,142,182,142,142,182,142,142,182,142,142,182,142,247,142,182,142,250,142,250,142,188,142,249,249,142,249,249,142,182,249,249,248,142,248,136,96,248,142,247,142,248,182,247,142,182,248,142,248,142,136,248,182,142,248,142,248,142,142,142,249,249,142,142,136,142,142,247,248,247,182,247,142,136,246,96,247,250,254,253,254,254,253,254,254,254,254,254,253,254,253,254,234,254,253,254,254,253,254,254,254,254,234,254,254,234,254,254,254,254,253,234,254,253,194,254,254,234,254,254,234,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,253,254,253,254,254,254,254,254,254,254,253,254,194,254,254,234,253,254,254,254,253,254,254,253,254,254,254,254,253,254,254,253,254,253,254,253,254,253,234,253,254,253,194,253,254,253,234,253,253,194,254,253,254,253,253,254,253,254,253,234,253,253,234,254,253,253,253,254,253,253,253,253,254,254,253,253,234,254,254,194,253,254,254,253,234,254,253]; +image[343]=[253,254,253,254,194,254,253,254,253,254,253,253,253,194,254,253,254,253,254,194,253,254,253,234,254,194,254,253,254,234,253,234,254,254,253,254,253,234,253,254,254,194,253,254,254,194,253,254,234,254,194,253,254,254,254,254,194,253,254,254,194,253,254,254,254,234,254,253,254,254,254,253,254,254,254,254,194,254,253,254,254,254,253,234,253,254,254,254,254,254,254,254,253,253,254,254,254,253,254,254,254,254,254,253,254,254,254,253,254,254,253,254,253,254,253,254,253,254,254,254,253,234,254,254,194,253,253,254,253,254,194,253,254,254,254,254,254,254,254,253,254,253,254,254,253,253,254,253,254,253,254,254,253,254,254,254,253,254,253,254,253,253,254,254,254,253,253,254,253,254,253,254,254,254,254,194,254,254,254,254,253,254,254,254,254,254,254,254,194,253,254,254,254,254,254,194,254,254,194,254,254,254,253,254,253,254,254,194,254,234,253,254,253,253,254,253,254,254,254,194,253,234,254,254,234,254,254,194,253,254,253,253,254,253,254,234,253,253,234,253,253,253,253,253,254,253,253,253,253,253,253,234,253,253,253,253,253,253,253,252,253,252,253,252,253,188,193,188,252,188,142,91,136,136,136,136,136,136,136,136,136,136,136,136,136,135,136,136,136,136,182,187,136,136,182,136,142,233,188,246,182,187,136,181,136,181,187,187,136,142,136,142,182,136,233,136,136,187,136,142,233,142,136,142,182,142,182,96,182,142,182,142,136,187,182,188,188,182,142,142,182,142,182,142,136,250,142,182,142,188,182,248,182,249,251,182,142,182,142,248,142,142,182,248,182,249,247,247,247,248,182,248,142,248,142,248,142,247,182,142,142,247,142,248,248,142,182,247,182,247,182,142,247,142,248,142,247,142,142,182,247,247,247,248,142,91,243,188,253,253,254,254,194,254,253,254,253,254,254,254,254,254,254,254,254,234,254,254,254,254,234,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,253,254,253,254,253,254,254,254,194,254,254,194,253,254,254,254,254,234,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,194,253,254,254,254,254,254,253,254,234,254,253,254,254,194,254,254,194,253,254,254,234,254,234,254,254,194,253,194,253,254,253,254,253,254,253,254,253,254,253,254,254,254,253,253,254,194,254,253,253,254,253,254,253,254,253,254,253,254,253,194,254,254,194,253,253,253,254,253,254,253,253,254,234,253,253,254,253,253,254]; +image[344]=[253,254,253,254,253,254,194,254,253,253,254,254,254,253,253,254,254,253,254,253,254,194,254,253,254,253,234,253,254,253,253,254,253,253,254,253,254,254,253,194,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,253,254,254,253,254,254,254,253,254,253,253,254,194,254,253,254,254,253,253,254,253,254,254,194,254,253,254,253,254,253,253,254,253,253,253,253,254,194,254,253,253,254,253,254,234,253,254,254,234,253,194,254,254,253,254,194,254,254,254,194,254,234,253,194,254,253,254,253,254,254,254,254,254,254,254,254,254,234,253,253,194,254,253,254,234,254,253,234,254,194,254,254,194,254,194,254,254,253,254,253,254,254,253,254,254,194,254,253,234,254,254,253,194,254,254,194,254,253,254,254,254,254,253,253,254,194,254,234,254,253,253,194,254,254,254,234,254,194,254,254,254,254,254,254,254,253,254,254,254,194,254,254,253,254,254,254,234,254,254,253,234,254,254,254,254,254,253,254,253,253,253,254,254,253,254,254,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,254,253,254,253,253,253,253,254,253,253,253,253,253,253,253,253,253,188,253,252,188,252,188,188,136,136,136,90,136,90,136,135,90,135,136,136,136,135,136,136,136,181,136,136,96,233,136,141,136,141,136,182,233,142,136,136,187,182,182,136,136,182,187,188,187,136,136,136,90,136,136,136,136,187,187,187,182,142,187,252,142,182,142,182,142,182,142,142,142,187,252,252,249,142,142,96,248,182,247,182,142,188,142,142,249,249,182,249,188,252,248,142,142,247,142,142,142,248,248,182,247,136,248,248,248,182,248,142,142,142,248,142,142,136,248,142,247,182,248,142,142,248,142,142,142,142,142,247,142,142,142,247,247,247,182,247,182,246,249,245,251,254,253,254,254,254,254,254,234,254,254,254,253,254,254,253,254,253,254,254,253,254,254,254,254,254,254,194,254,254,254,234,254,194,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,253,254,254,254,254,254,254,254,254,234,254,254,254,234,253,253,234,254,253,254,253,254,194,254,254,254,254,254,254,254,253,254,253,254,254,253,254,254,254,254,253,254,194,254,253,254,253,194,254,253,194,254,253,234,254,253,254,253,254,194,254,254,194,254,253,194,254,253,194,254,254,253,253,254,254,254,234,253,254,253,194,254,253,253,254,253,194,254,254,254,253]; +image[345]=[254,194,253,253,254,253,253,253,254,253,194,253,253,254,194,253,253,254,253,254,253,253,253,254,253,254,254,253,254,253,254,253,254,254,194,254,253,254,254,254,253,254,194,253,254,194,253,254,254,253,254,253,254,194,253,254,254,253,254,253,254,253,254,194,254,254,254,254,254,194,253,254,194,253,254,254,253,254,254,194,254,254,194,254,254,194,254,254,194,254,254,254,254,254,254,234,253,254,253,254,194,253,253,254,254,254,254,194,254,253,254,234,253,254,254,253,254,254,254,254,194,254,254,234,254,253,234,254,253,234,254,253,254,254,254,254,234,254,254,253,254,254,253,254,254,253,254,254,253,254,254,194,254,254,194,253,254,194,253,254,254,253,254,253,234,254,254,254,234,254,254,254,194,253,254,194,254,254,254,253,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,234,254,253,234,254,194,254,253,254,254,253,254,254,253,254,253,254,194,254,254,254,253,253,234,254,253,254,194,254,254,234,253,253,234,253,254,253,254,253,253,253,253,253,253,234,253,253,253,253,253,253,234,253,253,253,254,253,253,253,253,253,253,253,253,253,253,252,253,253,188,252,252,188,142,247,91,247,182,136,90,136,90,136,136,136,135,136,136,136,136,136,136,136,181,136,136,187,182,136,181,136,136,142,136,187,187,136,142,187,187,187,182,136,187,253,142,136,96,182,187,142,136,187,136,136,142,136,187,182,252,188,193,142,182,142,136,96,182,142,252,188,254,253,188,248,182,142,182,142,142,142,142,188,142,182,188,142,188,142,188,253,248,136,182,247,182,142,142,182,142,142,248,142,247,136,142,247,142,182,142,142,182,248,142,142,182,247,142,248,248,142,142,248,142,248,142,248,182,142,96,247,142,142,247,142,247,247,248,96,142,251,254,253,254,254,254,254,254,254,254,254,253,254,234,253,254,254,254,254,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,194,254,194,253,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,234,254,254,194,253,254,253,234,253,253,254,253,254,253,253,254,254,254,254,194,254,253,254,254,254,253,253,234,253,254,234,254,194,254,254,253,194,254,253,234,253,253,234,253,254,253,234,253,254,254,253,254,254,253,254,254,194,254,254,234,254,254,254,253,254,253,254,254,253,254,254,253,253,234,253,234,253,253,254,194,253,254,254,253,254,254,253,254,254,253,194,253,254]; +image[346]=[253,254,254,253,253,254,254,194,254,253,254,253,253,254,254,253,194,254,253,253,254,254,194,254,253,253,194,254,254,253,194,254,234,253,254,254,194,254,253,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,194,254,254,194,254,254,253,254,254,253,254,253,254,253,254,254,254,254,254,253,254,254,253,254,253,254,254,254,253,254,254,254,253,254,253,253,254,194,254,254,254,194,254,253,254,254,254,254,253,254,253,254,254,254,254,253,254,253,254,253,254,253,253,234,254,254,253,254,253,254,254,253,254,254,253,254,254,253,234,254,253,254,253,254,194,254,194,254,253,234,254,254,254,253,254,254,254,253,254,254,254,254,254,254,253,254,254,253,254,253,254,253,253,254,253,254,254,254,254,254,253,254,253,194,254,254,253,254,254,254,234,254,253,234,253,254,254,254,254,254,254,254,254,254,254,254,254,254,253,234,254,253,234,254,254,253,254,254,253,254,254,254,254,253,254,194,254,254,253,254,253,254,253,254,253,253,253,254,253,253,254,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,188,253,253,252,252,253,188,252,188,142,90,136,90,91,136,90,136,90,136,90,90,136,136,136,136,136,136,181,136,136,136,136,136,136,141,136,187,187,136,187,136,141,187,188,142,188,142,136,136,182,188,142,136,233,142,142,136,136,136,141,136,141,182,142,187,252,252,233,253,188,142,188,188,142,182,188,142,188,188,253,249,142,247,142,96,182,142,142,188,142,142,249,182,250,142,142,252,252,250,142,142,96,142,142,247,182,247,142,182,247,142,182,247,182,247,142,142,142,142,142,248,142,142,247,182,247,142,182,142,142,248,182,142,248,248,182,248,247,136,247,142,136,248,247,247,188,254,254,253,254,253,254,253,254,254,253,254,254,254,254,254,253,254,253,254,253,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,253,254,254,254,234,254,254,254,254,194,254,234,254,254,253,254,254,254,254,254,254,254,253,194,254,254,253,254,194,254,253,253,254,254,254,194,253,234,253,254,254,254,253,254,253,254,254,253,194,254,254,253,254,254,253,254,254,253,254,254,254,253,254,254,253,234,254,253,254,254,253,254,254,253,253,253,234,254,254,234,253,254,234,253,254,234,254,254,253,254,253,253,254,254,253,253,234,254,253,194,254,253,234,253,254,253,254]; +image[347]=[253,253,194,254,194,253,253,253,253,254,194,254,253,253,253,254,253,254,194,253,253,253,253,253,254,254,253,194,254,254,253,253,254,253,254,253,254,254,254,234,253,253,254,253,253,253,254,254,253,254,254,253,234,254,254,253,254,253,254,254,194,254,254,253,254,194,254,254,254,194,254,253,254,253,254,194,254,254,253,254,253,253,254,254,253,253,254,254,194,254,254,253,254,194,253,254,254,254,254,253,254,253,254,194,253,254,254,194,254,253,254,254,194,254,254,194,254,253,254,253,254,254,254,194,254,254,194,253,254,254,194,254,254,254,253,254,254,234,253,254,254,254,254,254,254,253,254,254,253,234,253,254,254,254,253,254,253,254,254,194,254,194,253,254,253,254,254,254,194,253,254,234,253,254,253,254,254,254,254,254,254,254,234,253,254,253,254,254,254,254,234,254,194,254,253,254,253,254,254,254,254,194,253,254,254,253,254,254,194,254,254,254,194,254,254,194,253,254,254,254,254,254,253,254,254,194,253,254,194,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,252,253,193,188,252,188,188,91,91,90,182,247,85,85,130,136,90,136,135,136,90,136,141,136,90,136,141,136,187,187,136,182,187,136,136,182,187,187,182,136,182,188,136,182,182,142,182,188,233,142,247,188,233,142,142,136,187,182,136,136,187,182,182,252,188,142,182,188,188,233,193,188,142,182,142,188,188,188,250,136,142,182,142,247,182,248,182,142,250,142,250,142,142,142,253,253,188,249,182,248,136,142,247,182,142,96,142,248,136,247,142,248,142,248,182,248,182,142,142,248,136,142,142,142,247,142,142,142,248,142,142,142,247,142,142,142,247,247,247,248,136,247,246,253,254,254,254,254,254,254,254,253,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,253,254,234,254,254,234,254,194,254,234,254,254,254,254,254,254,253,254,254,254,254,253,254,234,254,194,254,254,254,254,194,253,254,254,254,253,254,254,194,253,254,253,254,253,253,254,254,254,234,254,254,254,254,194,254,254,254,253,254,254,254,253,254,253,254,194,254,253,253,234,254,254,254,253,234,253,254,194,254,253,254,194,253,254,254,194,253,254,254,254,194,254,253,254,254,253,254,194,254,254,254,253,254,253,254,254,254,254,253,254,253,253,254,194,254,254,253,234,254,254,254,253,254,254,253,254,253,254,254,194,253]; +image[348]=[254,253,253,253,254,253,254,254,253,253,253,254,194,254,253,253,253,253,254,254,253,194,254,253,254,253,254,253,253,234,254,253,254,253,254,254,253,253,253,254,194,254,234,254,254,253,254,254,253,254,253,254,253,253,254,254,254,253,254,253,254,253,234,254,254,253,254,253,254,254,254,194,254,253,254,254,253,194,254,254,194,254,253,194,254,254,194,254,254,253,254,253,254,254,254,253,253,194,254,254,194,254,254,254,254,234,254,253,254,194,254,254,254,254,234,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,253,254,253,254,253,254,254,254,253,254,234,253,254,254,194,254,254,253,254,254,194,253,254,194,254,194,254,254,254,254,254,254,194,254,234,254,254,254,234,254,253,254,194,254,234,254,234,253,254,253,254,254,254,254,254,253,254,253,254,254,254,254,254,194,254,194,254,253,254,254,254,254,194,254,253,254,254,254,254,234,254,254,254,254,254,254,254,194,254,253,234,253,194,254,254,253,254,253,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,188,253,253,253,252,253,193,188,252,91,136,91,136,233,91,136,136,85,136,90,136,136,136,136,136,141,136,136,182,187,252,142,136,142,182,182,187,136,187,136,181,187,187,136,182,96,182,187,182,251,253,188,136,142,188,254,188,182,142,188,253,188,142,187,136,187,142,182,182,142,136,249,142,182,142,142,142,187,142,233,252,249,142,136,248,182,142,247,142,142,182,250,182,142,182,248,188,193,253,188,248,142,248,142,142,247,182,248,142,142,142,136,248,182,142,248,142,249,142,142,248,248,248,248,182,247,142,182,247,142,142,142,142,142,142,247,96,248,136,247,142,247,248,246,188,254,253,254,253,253,254,234,254,254,254,254,254,254,254,253,254,254,253,254,254,254,234,254,194,254,254,253,254,254,253,254,254,254,254,254,254,253,254,254,253,254,254,234,254,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,254,254,253,254,254,234,254,253,254,254,194,254,253,254,253,253,254,253,254,253,254,194,254,253,254,253,254,253,254,194,254,254,234,254,253,253,253,253,254,254,254,253,254,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,234,254,194,254,254,254,254,253,254,194,254,253,254,253,253,254,254,254,254,254,253,254,253,254,253,254,253,253,254,234,253,254,253,254,254,253,254,254,254]; +image[349]=[253,253,254,253,253,253,194,253,254,253,253,253,253,253,194,253,254,253,253,254,253,254,194,253,234,254,253,253,254,253,253,234,253,254,194,254,254,194,254,253,254,253,253,253,254,194,253,254,194,254,254,253,254,194,253,254,194,254,234,254,253,254,253,253,254,254,194,254,253,253,254,254,194,254,253,254,254,254,253,254,253,254,254,254,254,254,254,253,254,194,254,254,253,253,254,254,254,254,254,254,254,253,254,253,253,253,254,254,254,254,254,253,254,253,254,254,194,253,253,254,254,254,254,254,253,254,254,254,254,254,254,254,234,254,194,254,253,254,234,253,254,254,194,254,254,253,254,254,194,254,254,254,254,254,254,254,254,234,253,254,253,254,254,254,254,253,254,253,254,254,253,254,254,254,254,254,253,254,234,254,194,254,254,253,234,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,253,254,254,254,253,254,234,253,253,254,254,253,254,253,254,254,253,254,254,253,254,254,254,253,254,234,254,253,234,254,194,253,253,254,253,253,253,252,253,253,253,253,253,194,253,234,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,252,253,253,188,188,91,136,90,136,96,136,90,136,90,136,136,136,187,136,95,136,136,141,136,142,187,188,188,182,182,96,136,136,182,136,187,136,136,141,136,136,136,142,187,188,188,253,253,142,136,182,188,193,252,182,142,187,188,187,142,182,182,142,250,182,142,182,142,182,142,182,142,182,188,142,252,251,182,142,142,188,248,136,182,248,249,142,142,250,182,142,142,188,250,251,253,91,182,136,142,142,142,247,182,247,142,142,142,96,247,142,142,142,142,249,182,142,249,136,247,248,248,142,247,182,248,248,182,248,142,142,182,142,142,248,91,142,247,253,188,253,254,254,253,254,254,254,254,254,253,234,253,254,194,254,254,234,254,254,254,254,254,254,254,254,234,254,254,253,254,254,234,254,254,254,254,234,254,253,254,254,254,254,253,253,254,253,254,253,254,234,254,254,194,254,253,254,254,254,253,254,253,254,254,253,253,254,194,253,254,253,254,253,254,194,254,234,254,234,254,253,234,253,254,253,254,194,254,253,254,253,254,253,253,254,254,254,234,253,254,253,254,253,234,253,254,253,254,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,254,194,254,253,254,254,194,254,254,194,254,253,254,194,254,254,254,194,253,254,254,194,253,254,253,254,194,254,254,194,254,253,254,253]; +image[350]=[253,194,254,253,254,253,253,253,253,194,254,253,253,254,254,253,194,254,253,194,254,253,253,253,253,253,254,253,254,253,254,253,253,254,253,254,254,254,254,253,254,254,194,254,253,254,254,253,254,253,194,254,254,254,254,253,253,254,253,254,194,254,254,194,254,253,254,254,254,254,253,254,253,254,253,194,254,253,254,253,254,253,253,253,254,253,254,254,254,254,253,194,254,254,194,254,253,254,253,253,254,194,254,254,254,254,253,254,253,254,253,194,254,254,253,254,254,254,254,253,254,194,254,254,194,254,254,253,234,254,253,254,254,254,254,254,194,254,254,254,253,254,254,254,234,254,253,254,254,253,254,234,253,253,253,254,253,254,254,234,254,253,234,253,254,253,194,254,253,194,254,254,253,253,254,254,254,254,253,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,234,253,254,234,254,253,254,254,254,253,254,254,194,254,253,194,254,253,254,234,253,254,254,253,253,253,254,253,253,253,253,254,234,253,253,254,194,253,253,253,253,252,253,253,253,253,253,234,253,253,253,253,234,253,253,253,253,253,253,188,253,253,253,253,188,253,252,193,91,136,85,90,85,136,90,130,90,136,136,136,136,136,136,136,136,136,141,136,96,233,142,182,182,136,182,187,136,187,136,136,187,182,136,136,136,142,136,188,188,188,182,136,96,136,142,182,142,142,182,142,136,182,182,187,182,182,142,182,96,136,142,142,182,142,182,96,142,182,188,188,249,182,249,188,142,247,247,136,142,142,142,250,142,182,142,182,249,188,252,248,142,247,182,248,182,248,248,182,247,182,248,142,182,247,182,248,142,248,250,142,249,249,142,182,247,142,248,248,142,248,142,142,182,247,248,247,142,247,182,247,246,188,253,254,254,254,253,254,253,254,254,254,254,254,254,254,254,254,253,254,253,254,254,253,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,253,254,254,253,254,194,254,254,254,254,194,254,254,253,254,254,234,254,254,194,254,253,194,254,254,254,253,254,194,254,254,254,253,254,253,254,194,254,253,254,253,253,254,253,254,254,253,194,254,254,254,254,234,254,253,254,254,194,254,253,254,254,253,194,254,234,254,254,253,254,254,253,254,254,234,253,254,234,254,254,234,254,253,234,254,254,253,254,254,254,254,253,254,254,253,254,254,254,194,254,254,253,194,254,254,254,253,254,254,254,253,253,254,254,253,254,254,254,194,254,253]; +image[351]=[253,254,253,194,253,253,254,253,254,253,253,253,253,253,253,254,253,253,253,254,253,253,254,253,254,194,253,254,194,253,254,194,253,254,194,253,254,253,254,234,253,254,253,234,254,253,234,253,254,254,254,253,234,253,254,234,253,254,253,254,253,253,254,253,254,254,253,254,194,253,254,254,253,254,254,254,253,254,194,253,254,194,254,254,194,254,253,254,253,254,254,254,254,254,254,194,254,254,194,254,254,254,253,234,254,194,254,254,194,254,254,254,254,253,254,254,194,254,194,254,253,254,254,254,254,253,254,254,254,194,254,254,254,234,254,254,254,253,254,254,234,253,254,253,254,234,254,254,234,254,254,253,254,234,253,254,254,253,253,254,253,254,254,254,234,254,254,254,254,254,254,194,254,254,194,253,254,254,254,234,254,254,254,194,253,254,234,254,254,254,254,194,254,254,194,254,253,254,254,253,254,254,253,253,253,254,254,194,253,234,253,254,254,254,254,254,254,254,254,253,254,253,234,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,252,234,253,253,253,253,253,253,253,253,253,253,253,253,253,252,234,253,253,253,253,253,253,253,253,253,252,253,188,250,45,136,136,136,90,136,90,136,136,187,136,90,136,90,136,181,136,136,136,136,182,142,136,136,136,187,188,136,136,141,136,136,187,187,187,233,252,187,182,187,142,142,182,187,188,188,182,142,136,188,182,142,136,187,142,136,187,182,96,182,187,182,142,248,187,142,136,187,142,142,142,188,142,188,142,250,136,247,182,142,182,142,188,142,248,142,249,142,253,249,182,247,142,142,248,248,182,248,248,142,248,142,247,142,247,142,248,142,142,182,249,142,182,248,248,182,248,142,247,182,248,142,248,142,248,142,247,182,247,247,247,250,254,254,253,254,254,253,254,254,254,253,254,254,254,253,254,253,254,254,254,234,254,254,254,254,254,234,253,254,254,254,254,254,194,254,254,254,253,254,254,194,253,254,253,254,194,254,253,254,254,254,194,253,254,253,254,254,254,254,254,254,254,254,253,234,254,253,254,253,254,253,254,194,254,253,254,253,254,194,254,253,253,254,194,254,254,253,254,253,253,253,253,254,194,254,253,254,194,254,253,254,254,254,253,254,253,254,254,254,194,254,253,254,253,254,253,254,253,254,254,254,254,254,254,194,254,254,254,254,254,194,253,254,254,253,254,254,254,254,254,254,254,253,254,194,254,253,254,194,254,253,254,194,254,254,253,254,254,234,254]; +image[352]=[253,253,254,253,254,194,253,253,253,254,194,254,253,194,253,253,253,254,253,253,253,254,253,253,253,253,253,254,253,253,254,254,253,254,254,253,194,254,254,254,253,254,253,254,253,254,254,253,254,253,254,253,254,253,254,254,253,234,253,234,254,253,234,253,253,194,254,254,254,254,253,194,254,253,253,254,194,254,254,254,254,254,253,254,254,254,194,254,254,253,254,253,253,253,254,254,253,254,254,254,253,254,254,253,254,254,254,254,254,254,253,254,194,254,253,253,254,254,254,254,254,253,254,254,234,254,194,254,254,254,254,194,254,253,254,254,234,254,194,254,254,254,254,254,253,254,253,254,253,254,194,254,253,254,253,254,194,254,254,253,194,254,253,254,254,253,234,253,254,234,253,254,254,254,254,254,194,254,254,253,254,254,254,254,254,254,253,254,234,254,254,254,254,254,254,254,194,254,194,254,253,254,194,254,254,194,254,254,254,254,253,234,254,254,253,254,194,254,253,254,253,254,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,194,254,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,233,246,85,136,136,90,136,96,182,96,136,90,136,136,90,136,136,136,181,142,141,136,135,136,181,136,188,182,142,187,136,136,136,142,182,96,233,188,253,233,188,187,188,188,193,254,253,188,188,187,188,188,188,142,182,142,182,96,182,141,188,142,142,188,188,142,182,96,182,96,187,142,188,142,142,248,182,252,247,142,142,142,142,188,188,182,142,182,249,188,142,142,182,247,182,248,250,249,182,248,182,248,142,142,142,136,248,182,247,248,142,248,249,248,142,248,248,142,142,247,142,247,142,248,182,248,142,247,142,247,182,142,254,254,254,254,253,254,254,234,253,254,254,254,253,254,254,254,254,253,254,254,254,253,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,234,253,254,254,254,254,254,254,253,254,253,234,254,254,253,194,254,254,254,254,254,194,254,254,254,253,234,254,254,234,253,254,254,194,254,253,254,253,254,234,254,254,194,254,253,254,254,253,254,254,253,254,253,194,254,254,254,254,194,254,253,254,254,254,254,194,254,254,254,254,194,254,254,254,194,254,254,254,254,194,254,253,254,254,254,194,254,254,194,254,253,254,234,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,253,254,253,254,254]; +image[353]=[194,253,253,253,253,254,253,234,253,253,253,253,253,253,253,254,194,253,254,194,253,253,194,254,253,254,194,253,253,253,253,253,253,253,254,254,254,253,253,253,194,254,253,254,253,254,194,253,234,254,253,254,194,254,253,253,254,253,254,253,254,253,254,254,254,253,254,253,253,254,254,254,254,194,254,253,254,254,253,253,254,194,254,253,254,254,254,194,254,254,194,254,254,254,254,194,254,253,254,254,194,253,254,254,253,254,253,234,254,234,254,254,254,254,234,254,253,254,253,254,254,194,254,253,254,254,254,254,253,254,254,254,254,254,253,254,254,253,254,254,254,194,253,254,254,194,254,253,254,254,254,253,254,234,254,253,254,194,254,254,254,253,254,253,254,254,254,253,254,253,254,254,253,234,254,254,254,253,254,254,254,253,254,254,253,254,254,254,253,254,254,234,254,234,254,254,254,254,254,254,253,254,253,254,253,253,254,253,253,253,254,254,254,194,254,254,254,253,234,253,253,254,194,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,252,234,253,188,253,253,253,253,253,252,253,247,136,90,90,91,136,233,142,91,136,136,85,136,135,136,135,136,136,182,182,136,136,136,141,136,187,136,182,187,142,187,187,136,187,182,187,187,188,187,182,187,233,188,188,252,233,252,188,188,193,187,188,182,187,142,187,182,182,142,188,188,188,233,142,142,142,142,182,142,182,142,142,142,182,249,142,252,136,248,136,142,182,142,188,249,142,188,188,249,182,247,142,142,248,182,250,182,248,248,247,182,247,142,248,142,142,142,142,248,248,182,248,142,248,182,247,182,247,182,247,182,142,248,142,247,182,248,96,247,248,253,253,254,253,254,254,253,254,254,254,254,253,254,254,234,254,253,254,254,254,253,254,254,254,254,253,254,254,254,254,234,254,254,254,253,234,254,254,254,254,254,253,254,254,253,254,254,253,254,254,253,234,253,254,253,254,254,254,254,254,194,254,254,254,254,254,194,254,254,254,253,254,254,254,254,254,253,254,254,253,254,254,253,254,254,253,254,253,254,254,254,234,254,253,234,254,234,254,254,254,254,254,254,254,253,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,234,254,254,254,253,234,254,254,194,254,254,253,254,254,254,254,254,194,254,254,254,253,234,254,253,254,194,254,253,254,254,254,254,254,234,254,194,254,253,254,234]; +image[354]=[254,254,253,254,253,194,253,254,253,254,253,253,253,254,194,253,253,253,253,254,253,254,253,253,253,253,253,253,194,254,253,194,254,253,253,253,254,194,254,254,253,254,194,254,253,254,254,253,253,254,194,254,253,254,194,254,253,253,254,253,194,254,253,234,254,253,194,254,254,194,254,253,254,253,254,254,253,254,194,254,254,254,254,253,253,254,254,254,253,254,254,253,254,253,254,254,254,194,254,254,254,254,194,254,254,194,254,253,254,253,254,253,234,254,253,254,234,254,253,194,254,254,254,254,253,254,234,254,234,253,254,234,254,254,194,254,254,254,253,234,254,254,254,254,254,254,254,234,253,253,254,254,253,253,254,234,254,254,253,254,253,194,254,254,194,254,254,253,254,234,253,254,253,254,253,254,234,254,194,254,254,254,194,254,234,254,254,194,254,253,254,254,254,254,253,254,254,234,254,254,234,254,253,234,254,253,234,254,194,254,253,254,254,254,254,253,254,254,254,194,254,253,254,253,254,253,254,253,253,253,253,234,253,253,253,253,252,253,253,253,188,253,253,253,253,253,234,253,253,253,254,253,253,253,253,253,253,234,253,253,253,253,253,253,253,252,253,252,253,248,45,85,136,188,96,142,136,90,136,85,90,136,135,136,135,181,136,136,181,136,181,136,136,182,136,141,136,136,136,182,187,182,187,187,182,182,187,187,136,142,182,188,142,188,253,253,142,187,252,253,188,182,187,136,187,142,187,188,233,142,188,188,142,182,182,142,182,142,142,182,248,182,248,142,182,252,249,142,142,142,142,142,182,142,142,142,142,142,142,182,248,182,247,249,250,249,182,142,248,142,142,142,142,91,142,136,142,182,247,142,142,182,248,247,248,182,247,142,248,247,142,182,248,142,247,247,182,247,188,254,253,254,254,254,254,254,254,254,253,254,254,254,254,253,254,254,254,253,254,254,253,254,194,254,254,254,254,254,254,254,253,254,254,254,253,254,254,253,194,254,254,253,254,254,234,254,254,253,194,254,254,254,194,254,254,253,254,254,254,254,253,254,234,253,254,254,253,254,254,194,254,253,254,253,254,254,253,254,253,234,254,254,194,254,194,254,254,253,254,253,254,254,253,254,253,253,253,194,254,254,253,194,254,254,234,253,254,194,254,254,254,253,254,253,254,253,254,254,253,254,253,234,254,254,253,254,254,254,253,234,253,254,253,234,254,254,254,254,194,254,254,253,254,194,254,254,254,194,254,253,254,253,254,254,254,254,254,254,253,254]; +image[355]=[253,253,194,253,254,253,253,253,253,194,254,194,253,253,253,253,253,253,253,253,253,253,254,194,253,254,253,254,253,253,254,253,253,253,194,254,253,254,253,253,254,253,254,253,254,253,253,254,253,254,253,254,253,254,253,254,194,253,253,254,254,253,254,254,253,254,254,254,253,254,253,254,254,194,253,253,254,254,254,253,254,253,254,194,254,253,254,254,254,253,254,254,194,254,254,253,254,254,253,254,253,254,254,254,254,254,254,254,194,254,253,254,253,254,254,253,253,254,254,254,254,254,194,253,254,254,253,254,254,254,254,253,254,254,254,253,254,194,254,254,253,254,253,234,253,254,253,254,254,234,253,254,194,253,254,253,253,234,254,254,254,254,254,254,254,254,194,254,254,254,194,253,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,253,254,253,254,234,254,253,254,253,254,253,253,254,253,253,254,254,254,254,254,194,253,254,253,254,194,253,253,254,253,253,254,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,252,234,253,253,253,253,253,253,253,253,253,253,253,234,254,253,253,253,253,253,253,253,253,252,234,253,253,253,253,253,253,253,248,91,136,91,182,96,96,91,90,85,90,176,136,130,136,136,135,90,187,136,136,136,227,136,136,136,135,136,136,96,182,142,182,182,187,187,182,187,182,136,181,136,187,188,136,187,188,188,253,188,253,193,188,233,136,136,187,136,142,188,187,142,188,182,96,142,136,142,182,142,182,248,142,182,142,142,188,142,246,182,248,182,249,142,142,250,182,142,249,182,142,248,142,142,142,142,249,182,248,142,247,182,142,142,247,142,247,142,248,182,142,247,142,142,142,247,248,142,247,182,248,142,248,142,142,142,247,246,249,254,253,234,254,254,234,254,253,254,254,254,253,254,253,254,254,254,253,254,254,253,254,254,254,254,254,254,254,254,253,254,254,253,254,253,254,234,254,254,254,254,254,194,254,254,253,254,194,254,254,254,253,254,254,254,254,253,254,253,254,253,234,254,254,254,254,254,253,254,254,254,254,194,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,194,253,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,234,254,254,254,194,254,254,194,254,254,254,254,253,254,254,253,234,254,254,254,194,253,254,254,253,254,234,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,253,254,194,253,254,254,194]; +image[356]=[254,254,253,253,253,254,253,194,254,253,253,254,253,253,254,253,194,254,253,194,253,253,253,253,253,253,194,253,253,253,253,254,194,253,254,253,253,253,254,194,254,253,253,254,194,254,234,253,253,254,253,254,253,253,253,254,254,254,234,253,253,253,253,254,253,234,253,254,253,254,254,253,254,254,254,254,194,253,254,254,194,254,254,254,254,194,254,253,194,254,194,254,254,253,254,253,254,254,194,254,254,253,254,253,254,253,254,254,254,254,194,254,254,253,194,254,254,253,254,254,253,254,254,234,254,253,254,253,254,253,254,254,194,254,254,234,254,254,253,254,194,254,254,254,253,194,254,253,254,254,253,254,254,254,194,254,254,253,253,194,254,253,234,253,254,254,254,254,254,254,254,254,234,253,194,254,253,254,254,254,254,254,253,254,254,194,254,254,234,254,254,194,254,254,254,254,254,254,194,254,254,253,254,194,254,253,234,253,254,254,254,254,194,254,254,254,254,254,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,252,253,188,253,253,252,253,188,142,85,91,182,142,85,182,182,136,90,136,136,135,136,135,136,136,136,187,182,141,136,136,136,182,136,136,136,136,136,187,182,187,182,187,136,182,136,187,187,187,90,136,193,188,248,182,254,188,233,252,188,187,182,187,136,136,136,187,182,182,187,188,96,182,142,142,182,142,250,188,182,142,142,247,182,188,188,249,142,248,182,248,182,142,142,142,142,142,142,142,182,142,182,247,142,248,142,188,188,248,142,182,142,96,182,247,182,248,142,142,142,142,136,142,182,247,142,247,142,136,248,182,248,142,142,248,247,253,254,254,253,254,253,254,254,254,253,254,234,254,254,254,253,194,254,254,254,254,194,254,234,253,254,254,253,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,253,254,253,254,194,254,253,254,253,254,253,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,253,254,254,254,254,253,234,254,254,254,234,254,253,253,234,253,254,194,254,254,194,254,254,253,254,254,254,253,254,253,194,254,254,254,254,254,254,194,254,254,194,254,254,253,254,253,254,254,254,254,253,194,254,254,253,254,254,254,234,254,253,254,234,254,254,254,254,254,253,194,254,254,254,254,254,253,254,254]; +image[357]=[253,254,253,254,194,253,253,253,253,253,253,253,254,253,253,253,253,253,253,234,253,253,254,253,253,253,254,253,253,194,253,253,253,253,253,254,194,253,253,253,253,194,254,253,253,253,253,254,234,253,194,253,254,194,254,253,253,253,253,254,194,254,194,253,254,253,254,194,254,194,254,254,253,234,253,254,254,254,253,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,194,254,253,254,254,253,254,194,253,254,194,254,254,253,254,254,253,254,254,254,254,254,194,254,254,194,254,254,254,254,194,254,254,194,254,194,254,254,254,254,253,254,253,254,234,254,254,254,253,254,254,254,254,254,194,253,254,194,254,253,254,254,254,254,254,254,253,254,254,254,253,234,254,253,254,253,254,253,254,254,254,254,234,254,254,253,254,254,194,253,254,254,253,254,254,254,254,254,254,253,254,194,254,254,254,254,194,254,253,254,253,254,253,254,253,234,253,254,254,254,253,254,194,253,254,254,254,194,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,252,253,234,252,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,188,142,91,85,136,90,136,91,247,247,85,136,136,90,136,136,136,136,136,182,136,182,182,136,136,135,136,90,181,136,182,136,182,182,187,182,141,136,136,188,182,187,182,182,233,252,188,246,253,253,253,188,188,136,187,136,136,136,182,136,142,182,188,187,188,253,253,254,188,142,188,142,188,249,182,142,142,248,188,188,182,248,142,247,182,247,182,142,182,142,182,248,248,142,142,142,182,142,250,253,188,248,248,248,182,248,247,247,248,248,248,182,142,247,142,247,142,247,182,142,248,248,248,142,248,136,142,247,252,253,253,254,254,254,254,254,253,254,254,254,254,253,254,254,254,254,254,253,254,254,254,254,254,254,234,254,254,254,253,254,254,194,254,254,254,253,254,254,194,254,254,254,254,194,253,254,234,253,254,194,253,254,194,253,254,254,254,194,254,253,253,254,194,253,254,254,254,254,254,253,254,253,253,254,194,254,253,253,234,254,254,194,254,254,194,254,254,253,254,254,253,253,253,254,254,194,254,254,254,254,254,254,253,253,254,234,254,194,253,254,234,254,254,254,254,254,253,254,234,254,254,254,254,254,254,194,254,254,194,253,254,234,253,254,254,254,254,254,234,253,254,253,254,254,254,254,253,254,234,254,254,254,254,254,253,253,253,254,194,254,253,254]; +image[358]=[253,194,253,254,253,254,253,254,253,253,253,194,253,194,253,254,253,253,253,254,253,194,253,253,194,253,253,234,253,254,253,254,253,253,253,253,254,254,234,253,254,253,253,254,253,254,253,253,253,254,254,253,254,253,254,194,254,254,253,254,253,254,254,254,253,254,254,254,254,254,253,254,253,254,253,254,253,254,194,254,253,254,194,254,254,253,254,254,253,254,234,253,254,254,253,254,194,254,254,254,254,254,254,254,254,254,234,254,253,254,254,253,254,253,234,254,254,253,254,254,254,253,254,254,254,254,254,254,254,254,254,234,254,254,253,254,254,253,254,253,234,254,194,254,234,253,253,254,254,234,254,253,254,234,253,254,253,253,253,254,253,254,254,254,254,253,254,194,254,254,254,194,254,254,253,254,254,253,254,194,254,254,254,254,234,254,254,253,254,194,254,254,194,254,254,254,253,253,254,253,254,254,253,254,253,254,194,254,253,254,253,234,253,254,254,254,254,253,253,253,253,254,253,253,253,253,254,253,253,253,253,253,253,234,252,253,253,253,252,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,188,253,253,253,188,253,142,45,136,85,85,85,91,182,252,91,136,136,141,136,141,187,182,187,136,136,142,193,142,136,136,136,136,136,141,182,142,136,142,136,187,233,182,187,233,142,187,187,187,188,142,142,188,233,253,253,188,187,188,142,136,187,187,188,187,233,187,142,188,188,233,252,188,188,187,142,182,142,182,249,182,247,136,247,188,188,247,182,142,142,136,142,142,249,188,142,182,142,182,247,142,248,142,142,188,188,142,182,248,248,142,182,247,182,248,248,248,142,142,142,136,248,142,247,136,248,182,248,182,248,248,142,91,254,254,253,254,253,254,253,254,254,253,254,253,254,254,253,254,254,253,234,254,253,253,254,253,254,254,254,254,254,194,254,253,254,254,254,253,254,194,254,254,254,234,254,254,254,254,254,254,253,254,253,254,254,254,254,254,234,253,254,253,254,254,194,254,254,254,253,234,253,254,234,254,253,194,254,254,253,254,254,254,253,254,254,254,253,254,254,253,234,254,253,254,254,254,253,253,254,254,253,254,253,194,254,254,234,254,253,254,254,254,254,254,253,254,234,253,253,234,254,253,254,254,253,234,253,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,194,254,254,194,254,254,254,253,254,254,253,194,254,254,194,254,254,253,254,254,253,194]; +image[359]=[254,253,253,253,253,234,253,253,194,253,254,253,254,253,253,254,194,253,253,253,253,254,253,254,254,253,253,253,234,253,253,234,253,234,254,253,253,253,253,253,253,253,254,253,194,253,194,253,253,253,253,253,253,254,253,254,194,253,254,253,254,253,234,254,194,253,253,253,254,194,254,254,194,253,254,194,254,253,254,253,254,254,254,253,254,254,194,253,254,254,253,254,234,253,254,254,254,253,234,254,194,254,254,253,253,254,254,194,254,254,194,254,254,254,253,254,194,254,254,253,254,254,254,234,253,254,234,254,254,254,253,254,254,254,254,194,254,254,253,254,253,254,254,253,254,234,254,253,254,253,253,254,254,254,194,254,234,254,254,234,253,254,194,253,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,253,254,254,194,253,254,253,254,253,234,254,253,254,253,254,253,254,253,254,234,253,254,194,254,234,254,253,253,254,253,253,234,253,253,253,253,253,253,252,253,253,252,253,253,253,253,252,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,188,248,45,131,45,136,90,91,246,254,142,96,136,136,136,136,142,187,136,136,136,182,188,187,136,136,136,90,136,136,142,182,136,136,182,136,136,182,187,182,233,187,182,187,182,136,182,253,252,253,253,247,142,233,187,187,182,187,187,188,188,187,233,254,253,253,233,188,188,142,182,142,182,142,142,182,247,182,142,248,136,247,142,182,142,247,182,142,248,182,248,247,182,248,182,142,249,182,142,142,142,248,142,142,142,247,136,247,142,248,182,247,182,248,142,248,136,142,248,142,247,248,248,248,248,247,142,248,254,253,253,254,254,254,234,253,254,254,254,254,254,254,234,253,254,254,254,254,194,254,254,254,253,254,253,254,254,254,234,254,254,254,194,254,254,254,254,253,254,254,234,253,254,194,253,254,253,253,254,253,254,253,253,253,254,254,254,254,253,254,254,253,254,253,254,254,254,253,254,254,254,254,254,254,194,254,254,194,254,253,234,254,254,234,254,253,254,194,254,234,253,194,254,254,253,254,194,254,254,254,253,253,253,254,253,254,253,254,194,254,254,253,254,254,254,254,254,254,253,254,254,254,254,254,254,194,254,253,254,253,254,194,254,254,194,254,254,194,253,254,254,254,254,254,194,253,254,254,253,234,254,254,254,254,254,254,253,254,234,254,254,254]; +image[360]=[253,254,253,254,253,253,254,253,253,253,253,253,253,253,194,253,254,253,194,254,253,253,253,253,253,254,253,253,253,253,253,253,253,253,194,253,253,253,253,194,254,253,253,253,254,253,254,253,253,194,253,194,254,253,254,254,254,254,254,253,194,254,253,254,254,254,234,253,254,254,253,254,254,254,254,253,254,254,254,253,194,254,253,254,194,254,254,254,253,254,194,254,254,254,253,253,254,254,253,254,254,253,194,254,254,253,254,254,254,254,254,253,254,254,253,254,253,254,194,254,194,254,254,254,254,254,253,254,234,254,254,254,194,254,254,254,234,254,253,254,254,253,254,254,253,253,254,194,254,254,254,253,253,254,254,254,253,254,253,254,254,254,254,254,194,254,254,254,254,254,253,254,194,254,254,254,254,254,253,254,194,254,253,254,254,254,254,253,254,234,254,254,253,254,254,194,254,254,254,194,254,253,254,253,253,234,253,254,234,253,254,253,254,253,254,253,254,253,253,254,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,234,252,253,253,253,253,188,253,188,253,188,253,188,182,85,85,136,85,85,85,91,182,182,136,136,141,136,136,182,136,136,90,181,136,136,90,136,141,136,136,136,182,187,96,136,136,136,136,136,136,187,136,182,187,136,187,187,142,187,91,188,253,233,188,188,182,187,187,187,188,233,187,233,193,188,193,253,253,193,233,188,188,187,142,182,142,142,142,142,136,247,142,96,142,96,142,182,247,142,136,249,142,182,248,248,248,248,182,248,249,142,142,182,248,142,136,142,142,247,182,142,247,247,142,248,142,142,142,142,248,182,247,182,247,182,142,248,182,245,188,254,254,253,254,253,254,254,254,254,253,194,254,254,254,254,254,253,253,254,254,254,234,254,254,254,254,254,254,253,254,254,253,254,254,254,254,254,254,254,254,253,254,254,253,254,254,253,194,254,253,194,254,194,254,254,253,253,254,194,254,254,253,254,254,194,254,253,254,194,254,253,254,234,254,254,254,254,254,253,254,254,253,253,253,253,254,253,254,253,254,253,254,254,253,234,253,254,254,253,254,253,254,254,254,253,254,253,234,253,254,254,253,194,254,253,253,254,253,194,254,194,254,253,254,234,253,254,254,254,194,254,254,254,253,254,254,254,253,254,254,254,253,254,253,253,254,254,253,194,254,254,254,253,254,253,254,253,194,254,253,253,253,253,254]; +image[361]=[253,253,194,253,253,194,253,253,253,254,194,253,253,254,253,253,253,254,253,253,194,253,254,194,253,253,254,253,254,194,253,253,253,254,253,253,194,254,253,253,253,194,253,253,253,253,234,254,253,254,253,253,253,253,254,253,253,194,254,254,254,253,234,254,253,253,254,254,253,253,254,253,253,253,254,253,254,194,254,254,254,253,254,253,254,254,194,254,254,254,254,253,254,194,254,194,254,253,254,253,254,254,254,254,253,254,254,194,254,253,254,254,253,254,254,234,254,254,254,254,254,253,254,194,254,194,254,254,254,194,253,254,254,253,254,253,254,194,254,253,234,254,194,254,254,254,253,254,234,254,194,254,253,254,253,254,194,254,254,194,253,254,253,254,254,254,253,254,253,254,254,254,254,194,254,254,253,254,254,254,254,254,194,254,253,254,194,254,253,254,254,254,194,254,254,254,254,254,253,254,253,254,194,254,254,253,254,253,254,254,194,254,254,194,253,254,234,254,253,253,254,194,253,253,253,252,234,253,253,253,252,253,252,253,253,252,234,253,253,253,253,253,253,253,253,253,252,253,252,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,188,188,247,91,85,85,85,136,85,136,136,136,136,136,136,187,96,136,136,136,136,136,136,181,136,135,90,136,136,142,182,188,136,91,90,136,136,136,136,136,136,136,187,136,227,182,187,182,233,96,246,250,233,253,96,187,182,233,193,188,193,188,233,188,233,188,233,187,252,233,233,188,182,142,182,182,142,142,136,142,182,248,136,248,142,96,182,248,142,182,249,249,182,142,182,142,248,142,248,182,248,142,142,248,142,247,142,136,247,182,247,182,96,247,182,247,142,248,142,248,248,247,142,247,182,247,248,246,188,253,253,254,253,254,254,254,253,254,254,254,253,254,254,253,254,254,254,234,253,253,254,254,253,254,254,254,254,254,254,254,194,253,253,254,254,254,194,254,254,194,253,254,253,234,254,254,254,254,254,253,254,253,253,254,194,253,254,253,254,194,254,253,254,254,234,254,254,254,194,254,254,253,254,253,254,253,254,253,234,254,254,194,254,254,254,254,234,254,254,194,253,254,253,254,194,253,254,254,253,254,234,253,254,194,253,254,254,253,234,254,254,254,194,254,234,254,254,254,254,254,194,254,253,254,254,254,253,254,254,194,254,253,254,253,254,194,254,254,253,254,253,254,234,253,254,253,254,254,253,254,253,234,254,194,254,254,254,254,254,254,194,254,254]; +image[362]=[254,253,253,253,254,254,253,254,194,253,254,253,253,253,254,253,253,253,253,254,253,253,253,254,253,194,253,253,254,253,254,194,253,234,253,253,253,234,253,253,254,254,253,253,253,253,253,253,234,253,253,254,194,254,253,254,254,253,254,253,254,253,254,253,254,253,253,194,254,234,254,254,194,254,194,254,254,253,254,253,254,194,254,253,254,254,253,254,253,254,254,253,254,254,254,254,254,253,194,254,234,253,254,194,254,254,253,254,254,194,254,254,254,234,253,254,253,253,254,254,254,254,254,253,254,254,253,254,254,254,254,253,254,254,253,254,254,254,254,253,254,254,253,254,194,254,254,253,253,254,254,254,234,254,253,254,254,253,254,254,234,254,253,254,253,194,254,254,194,254,253,254,254,254,253,194,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,253,254,254,253,254,194,254,254,253,253,253,194,254,253,254,253,254,253,254,254,253,253,254,194,253,253,254,253,253,253,253,253,252,253,253,253,253,253,234,252,253,252,253,253,253,253,253,253,253,253,234,253,253,253,252,253,253,234,253,253,253,253,253,253,252,253,188,253,252,252,252,188,188,188,45,136,90,85,85,136,90,136,136,136,136,136,136,136,136,181,136,135,136,136,141,136,136,136,136,187,136,187,182,142,187,182,142,182,136,136,90,136,187,187,227,187,187,181,187,187,182,182,182,136,188,233,182,187,187,188,233,253,233,253,193,233,187,187,233,188,187,188,187,187,182,142,142,182,142,248,182,247,136,142,136,248,182,248,142,136,248,142,182,142,182,142,142,142,182,142,142,248,248,182,248,182,248,142,247,142,142,142,96,248,142,247,142,136,248,142,136,248,182,247,182,247,142,247,182,246,188,253,253,234,254,194,253,254,254,254,254,254,254,253,254,254,253,254,253,254,254,194,254,254,254,194,254,253,253,254,254,254,254,254,194,254,253,254,254,254,254,254,254,194,254,253,253,234,253,254,234,254,254,254,194,254,254,253,234,253,254,253,254,253,254,253,254,253,254,254,254,253,254,254,194,254,254,194,254,254,253,254,254,254,234,253,194,254,254,253,254,254,234,254,253,254,254,253,194,254,194,254,254,254,254,254,254,253,254,253,253,254,253,254,254,254,253,254,253,234,254,254,254,254,254,253,234,254,254,253,254,254,253,194,254,254,254,254,253,194,254,254,194,254,254,253,234,253,253,234,253,194,254,253,254,254,254,253,254,194,254,253,254,253,253]; +image[363]=[194,254,253,253,253,253,253,253,253,253,253,194,254,253,194,253,254,194,253,253,253,254,253,253,254,253,254,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,254,194,253,253,253,253,253,253,254,253,253,253,234,253,253,254,253,254,254,253,254,194,254,234,254,254,254,253,253,253,254,254,253,254,253,254,253,254,253,254,254,254,253,254,194,253,254,194,254,254,253,254,253,253,254,254,254,253,254,254,254,254,253,254,234,253,254,254,194,253,254,253,254,254,194,254,253,254,194,253,254,254,254,254,254,254,254,254,254,194,254,234,254,253,234,253,254,254,253,234,253,254,253,234,254,254,254,253,254,253,254,234,254,254,194,254,253,254,253,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,194,253,254,253,254,254,254,254,254,254,194,254,253,254,253,254,254,253,254,194,254,254,254,253,254,194,254,254,254,253,234,253,253,234,254,253,234,254,253,254,254,253,253,253,254,253,253,253,253,253,253,253,253,253,252,253,253,253,253,252,253,253,252,253,253,252,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,252,188,252,251,45,85,45,85,85,136,85,96,136,136,136,187,136,141,136,90,136,181,136,136,187,182,136,90,136,187,142,182,142,136,96,136,96,45,91,142,233,181,182,181,182,182,182,187,227,182,187,182,136,136,182,233,187,227,187,233,252,233,253,253,233,253,188,187,187,233,187,233,251,182,187,182,142,182,142,142,142,142,247,182,247,142,91,142,142,142,247,248,249,248,142,248,182,248,248,182,248,182,248,247,248,248,96,182,247,142,182,142,142,247,136,247,248,142,248,142,248,182,248,248,248,247,182,247,248,246,188,254,253,254,254,254,254,234,254,253,254,253,254,254,254,254,254,254,254,253,254,254,253,254,254,254,194,254,254,194,253,254,254,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,253,254,253,254,253,254,253,254,253,254,253,253,254,194,253,254,253,254,234,253,253,254,194,254,254,254,254,253,254,254,194,254,254,253,254,254,254,254,253,254,254,254,253,254,254,254,254,254,254,254,254,254,254,194,253,234,254,254,194,253,254,254,254,254,253,234,253,254,254,254,253,254,253,254,194,253,254,254,253,254,254,253,254,254,254,194,253,253,254,254,254,253,253,254,253,254,253,254,254,254,254,254,254,254,254,253,254,194,254,253,254,253,254,234,254,253]; +image[364]=[253,253,194,253,253,194,254,253,254,253,254,253,253,253,253,253,253,254,253,234,253,194,254,253,254,253,194,253,253,254,253,253,253,253,194,254,253,253,194,254,234,253,253,254,234,253,253,254,253,234,253,253,254,253,254,253,194,254,194,253,254,254,254,253,254,253,253,253,254,194,254,253,253,254,253,254,194,254,253,194,254,253,253,254,254,254,254,254,254,253,254,254,194,254,254,194,254,253,254,254,253,253,254,254,194,254,254,253,254,253,254,254,253,254,254,254,254,254,254,254,254,254,194,254,253,194,254,253,253,254,254,254,254,253,254,254,254,253,194,254,254,254,253,254,254,253,253,254,194,254,254,253,254,254,253,254,254,254,254,254,254,254,254,253,234,253,254,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,194,254,254,253,194,254,254,254,254,254,254,194,254,194,254,254,253,253,254,253,254,253,253,234,253,254,254,254,253,253,254,253,253,254,194,253,254,253,253,253,253,253,253,253,253,253,234,252,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,252,253,253,253,253,253,253,253,194,253,253,253,252,253,253,253,188,252,252,252,188,251,248,45,136,85,136,91,90,136,136,136,136,136,96,136,182,142,182,142,136,136,136,142,182,85,90,85,136,142,187,182,136,136,136,91,136,136,142,187,136,141,136,136,136,181,181,187,187,187,187,193,182,187,136,187,182,187,187,233,188,233,193,233,187,233,187,182,187,142,187,187,188,187,188,142,187,142,182,142,182,96,142,136,142,182,247,182,188,142,182,142,182,249,142,249,188,142,182,248,142,182,248,142,248,142,142,188,142,142,142,182,247,142,248,182,247,142,136,248,247,142,136,248,142,247,142,247,91,253,253,254,253,254,254,253,254,254,254,234,254,253,254,253,254,253,254,254,253,254,253,254,254,253,254,254,254,254,254,254,254,254,234,254,254,254,254,254,194,254,254,254,254,254,254,253,254,194,254,254,254,254,234,254,253,254,253,254,254,194,254,254,254,194,254,254,253,254,253,254,254,253,254,253,254,254,253,254,254,253,254,253,254,254,253,254,194,254,234,254,254,194,254,253,194,254,253,254,253,254,254,254,254,254,194,254,254,254,194,254,253,254,253,254,254,194,253,254,253,254,234,254,254,254,194,254,254,194,254,254,253,254,254,254,254,253,253,254,253,254,234,253,254,253,194,254,253,253,253,253,253,253,254,254,253,254,254,254,254,253,254,253,254,254]; +image[365]=[253,253,254,253,253,253,253,253,253,253,234,253,254,253,234,253,234,253,253,253,254,253,253,194,253,254,254,253,194,253,254,194,253,253,253,194,253,253,253,253,253,234,253,253,253,254,194,253,253,253,194,253,254,194,253,254,253,254,254,194,253,253,254,254,253,254,254,254,253,254,234,254,254,194,254,253,254,254,254,254,254,254,254,194,253,253,254,253,253,254,253,254,254,253,254,254,253,254,254,194,254,194,253,254,254,254,253,254,254,234,254,254,194,254,254,254,253,254,194,254,253,254,254,254,254,254,194,254,254,253,254,194,254,254,194,253,254,254,254,254,253,254,234,253,254,254,254,254,253,254,194,254,254,234,254,254,194,254,254,194,254,253,254,254,254,234,254,253,254,253,254,254,253,253,254,253,254,253,254,254,254,254,254,234,254,254,254,254,254,194,254,253,254,254,253,254,253,254,253,254,253,234,254,253,254,253,254,253,253,194,254,253,254,194,254,253,253,254,253,234,253,253,253,253,253,253,253,252,253,253,253,253,252,253,253,253,252,234,253,252,253,252,253,252,253,253,252,234,253,253,252,234,253,252,253,253,252,253,234,252,252,253,252,252,252,188,252,188,247,45,85,91,90,85,136,90,136,90,136,136,136,96,136,136,188,233,96,136,136,90,91,136,136,85,136,142,182,187,142,136,136,45,187,136,136,136,187,181,187,187,227,187,187,181,187,187,181,182,136,187,187,253,233,182,187,187,233,188,188,187,188,187,187,136,187,187,182,187,188,233,188,142,182,182,188,182,142,182,247,142,249,188,96,142,142,96,142,142,142,182,248,182,142,142,248,182,249,248,248,136,142,246,142,188,188,248,247,142,247,182,96,248,142,142,142,142,142,247,142,247,247,182,142,142,246,253,253,254,254,253,254,254,254,253,254,254,254,254,254,254,234,254,253,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,254,254,254,239,254,234,254,194,254,254,194,254,254,254,254,194,254,253,254,254,194,253,234,254,253,254,253,253,253,254,253,254,194,254,253,254,254,194,254,254,194,254,254,253,254,194,253,254,194,254,234,254,254,253,254,253,254,254,254,254,254,253,254,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,253,253,254,234,254,253,254,253,253,254,253,254,253,254,254,254,194,253,254,253,254,253,234,254,194,254,254,253,253,254,254,254,253,254,254,194,254,254,254,194,254,253,254,253,194,254,253,254,194,253,254]; +image[366]=[194,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,254,253,253,253,254,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,254,253,253,254,253,253,254,253,254,253,254,254,254,254,194,254,253,254,194,254,253,234,253,254,253,254,253,254,254,253,253,253,254,194,254,253,254,254,194,254,254,194,254,254,253,254,254,253,254,194,254,254,254,254,254,254,253,254,254,253,234,253,254,253,254,254,254,194,254,254,254,253,254,254,253,234,254,254,254,254,254,254,254,254,253,254,254,254,254,234,254,253,234,254,254,254,253,194,254,234,254,254,254,254,253,254,253,254,254,254,253,254,254,254,194,254,253,254,254,254,254,194,254,254,254,194,254,254,194,254,234,253,253,254,253,254,254,254,253,234,253,254,254,254,253,254,254,253,254,253,194,254,254,253,253,254,253,253,253,194,254,254,253,254,234,253,254,253,234,254,253,253,253,254,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,253,234,252,253,252,253,252,253,188,253,252,188,252,188,91,91,90,85,91,90,136,90,136,90,136,96,136,91,136,96,182,188,182,136,85,136,90,90,90,85,136,188,182,136,96,136,90,182,136,187,187,187,187,233,187,233,187,187,187,187,227,187,187,187,136,254,254,254,188,187,233,188,193,233,254,233,182,182,187,187,136,187,182,187,182,187,233,187,182,142,182,142,187,142,233,142,142,142,182,247,182,247,182,248,142,142,142,142,248,182,142,142,142,182,248,248,142,96,142,249,188,142,248,182,96,248,142,248,188,142,247,142,136,248,96,182,247,247,142,142,247,254,253,254,254,253,254,253,254,254,254,253,254,253,194,254,253,254,194,254,253,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,194,239,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,253,254,234,254,254,253,254,253,254,254,194,254,253,254,254,254,253,234,254,254,254,254,254,253,254,253,254,194,254,194,254,253,254,254,254,254,194,254,194,254,253,254,254,254,253,254,254,253,254,253,254,254,254,254,234,254,253,254,253,194,254,254,253,254,253,254,254,253,234,254,254,254,234,253,194,254,253,254,253,254,253,194,254,253,253,253,194,254,254,254,254,254,254,253,254,253,234,254,253,254,194,254,254,253,194]; +image[367]=[253,253,253,254,194,253,254,253,253,254,253,194,253,253,253,253,253,194,254,194,253,254,253,253,254,194,253,253,253,254,253,253,253,253,253,253,254,194,253,253,254,194,253,234,254,253,234,253,253,234,253,254,234,253,234,254,253,254,253,253,254,254,194,254,253,254,253,254,253,254,253,254,254,253,254,194,254,194,253,254,253,254,253,254,254,253,254,253,254,254,194,254,254,194,254,254,253,254,253,253,254,253,253,254,194,254,254,254,254,194,254,253,254,254,254,194,253,254,254,194,254,254,254,253,254,253,254,253,254,253,234,254,253,234,254,253,254,194,254,254,253,253,254,254,254,254,253,234,253,234,254,254,254,254,253,234,254,254,253,254,254,254,254,254,254,194,254,254,254,253,254,254,254,254,254,254,254,254,254,254,253,254,253,194,254,254,254,254,254,253,254,254,253,254,194,253,254,254,253,254,194,253,254,194,254,254,253,253,234,254,253,253,253,253,254,253,253,254,253,253,253,253,253,234,253,253,253,252,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,252,234,253,252,253,253,253,252,253,252,253,188,252,188,188,193,188,90,91,90,136,136,85,90,136,136,136,136,136,136,136,136,136,136,136,91,85,136,136,85,136,248,136,96,182,142,136,182,96,136,142,187,187,233,187,233,187,187,233,187,233,233,187,182,227,187,181,187,233,188,193,182,187,182,187,233,188,250,252,187,136,182,182,182,187,182,187,187,182,142,187,187,187,187,188,187,188,188,182,248,247,182,248,142,96,142,182,142,142,142,182,248,142,142,142,249,142,248,142,247,142,247,188,248,136,142,248,142,142,188,247,188,142,142,248,248,142,247,142,247,142,248,247,250,253,254,234,253,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,234,254,254,234,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,194,254,254,254,254,234,254,254,234,254,254,194,254,253,254,254,253,254,254,253,254,254,254,253,254,254,253,254,253,234,253,254,254,253,254,194,254,254,254,253,254,254,254,253,254,254,194,254,194,253,254,254,254,254,194,254,254,234,254,194,254,254,194,254,254,254,194,253,254,254,254,254,254,254,254,254,254,194,254,254,194,253,254,254,253,254,253,254,253,254,253,254,253,254,253,254,254,253,234,254,253,254,253,254,194,253,253,254,194,253,254,253,254,254,253,254,253,253,254,254]; +image[368]=[253,253,194,253,253,253,253,253,253,253,253,253,254,194,254,253,253,253,253,253,253,253,194,253,253,254,253,194,254,253,194,254,254,253,253,194,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,254,194,254,254,253,254,254,254,253,254,254,253,254,253,254,194,253,254,194,254,254,254,254,254,253,253,194,254,253,254,254,194,254,253,254,254,253,254,253,254,253,254,254,194,254,254,194,254,254,253,254,253,194,254,254,254,254,253,254,254,254,254,234,254,254,253,254,254,194,254,254,194,254,254,254,254,254,253,254,253,194,254,254,254,254,194,254,253,234,253,254,254,254,253,254,253,194,254,254,253,254,254,194,254,254,253,254,194,254,254,254,234,254,254,254,194,254,254,253,254,254,254,254,194,254,254,194,254,254,253,253,254,253,194,254,253,254,194,254,254,254,253,254,194,254,254,253,254,253,234,254,253,253,253,253,254,253,194,253,253,254,253,253,254,253,253,253,252,253,252,253,253,253,253,252,253,253,234,252,253,253,252,253,253,253,252,253,253,234,252,253,253,253,194,253,253,253,252,253,253,252,253,252,252,252,252,252,253,253,252,188,251,142,91,90,136,91,85,136,136,90,90,136,136,136,96,136,142,136,136,136,136,85,136,136,91,182,182,182,182,142,187,142,182,182,187,182,187,181,182,187,187,233,187,188,187,233,187,193,233,136,187,182,227,136,136,233,182,181,227,187,187,188,182,254,182,187,193,254,233,188,187,182,187,227,187,233,187,233,187,233,188,187,253,188,188,142,248,136,248,182,248,142,247,182,247,142,182,142,182,248,142,142,142,247,136,248,142,188,247,142,248,142,247,142,188,142,142,248,248,182,247,182,247,182,246,247,182,247,249,253,254,254,254,253,254,253,254,234,254,253,254,253,254,253,234,254,254,254,254,254,254,254,254,254,254,254,194,239,254,254,234,254,254,254,254,254,254,254,254,194,239,254,254,254,254,254,194,254,254,254,253,254,254,253,254,254,254,254,253,254,254,253,194,254,254,194,254,253,254,254,253,254,254,254,253,254,254,194,254,254,254,253,194,254,254,253,234,254,253,254,254,254,254,254,253,234,253,254,254,234,253,254,254,254,254,254,254,253,254,254,254,254,253,194,254,254,254,253,254,194,254,254,254,254,254,254,253,254,253,194,254,253,254,253,254,194,254,253,194,254,253,254,253,254,253,254,253,254,254,254,194,254,254,253,254,253,194,254,234,254,253,234,253,253]; +image[369]=[253,253,253,253,253,254,194,253,194,254,253,253,253,253,194,253,253,253,253,253,253,253,253,253,234,253,254,253,254,254,254,194,253,254,254,254,254,194,253,254,253,253,254,194,254,253,254,194,253,254,253,253,254,254,253,254,254,194,254,253,253,253,254,194,253,254,194,253,234,253,254,253,254,253,254,253,253,253,253,254,254,254,254,194,253,254,254,254,254,253,254,254,253,254,254,194,253,254,254,254,253,254,254,253,254,254,254,254,253,254,254,194,254,253,254,254,253,254,254,254,194,253,254,254,254,254,254,254,254,253,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,253,234,254,253,254,254,254,254,194,254,254,253,254,253,254,254,253,254,254,254,194,254,254,254,194,253,254,254,254,253,254,254,253,254,194,254,254,254,254,254,254,254,254,253,234,254,253,254,253,253,234,254,253,253,254,253,254,254,194,253,254,254,234,253,253,234,253,253,194,253,253,253,253,253,253,253,252,234,253,253,253,253,253,253,253,194,253,253,253,253,252,253,253,253,234,253,253,253,253,253,253,253,253,252,234,252,253,252,253,188,252,252,188,253,188,188,142,91,131,90,90,45,85,136,136,90,136,136,136,136,136,142,136,91,85,136,136,91,136,142,142,142,136,142,136,182,182,96,182,187,187,187,233,187,187,187,233,187,233,233,188,187,193,233,187,227,187,187,187,182,193,136,181,187,182,233,187,253,253,182,188,182,252,252,233,188,187,182,187,187,188,187,233,187,233,193,233,252,187,188,182,142,247,96,247,142,96,142,247,182,142,248,248,142,248,182,142,142,142,248,96,253,142,247,136,248,142,247,142,250,248,247,182,247,247,247,142,247,142,247,96,247,246,188,254,253,253,254,194,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,234,254,254,254,254,194,254,254,254,254,254,254,234,254,254,254,254,254,194,254,254,194,254,254,254,194,254,254,194,254,254,254,254,254,254,254,194,254,254,194,253,254,254,194,253,254,254,254,254,254,254,254,194,254,254,254,254,254,253,254,253,254,253,254,253,234,253,254,253,254,253,253,254,253,254,253,234,253,254,194,254,254,254,254,194,254,254,254,254,254,254,253,254,253,254,194,254,254,254,253,254,194,253,254,253,254,254,254,194,253,254,194,253,234,254,253,234,253,253,254,253,254,194,253,254,254,253,253,254,254,253,254,254]; +image[370]=[194,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,234,253,253,253,253,234,253,253,253,254,254,254,253,253,253,254,253,254,253,254,253,253,253,253,234,253,254,253,254,234,253,253,194,254,253,254,253,254,234,254,253,254,254,253,254,254,254,253,254,234,253,254,253,254,254,254,194,254,253,254,253,254,254,254,253,253,194,254,254,194,254,194,254,254,254,254,253,254,254,253,254,194,254,253,254,253,254,234,254,254,254,254,234,254,253,254,254,253,254,254,254,254,253,254,253,254,194,254,254,194,254,254,234,254,254,234,254,253,254,234,254,253,254,194,254,253,194,254,254,234,254,253,254,194,254,253,254,254,254,254,254,254,254,253,254,194,254,254,254,254,254,253,194,254,254,254,254,253,234,254,253,254,254,254,254,253,254,253,254,194,253,254,253,253,254,253,254,253,254,253,253,253,254,253,194,254,253,254,253,253,253,253,253,253,253,253,253,253,252,253,253,253,252,253,194,253,253,253,252,253,253,253,253,253,253,253,252,253,234,253,253,253,253,253,252,253,253,253,253,253,253,253,253,252,252,252,253,188,253,252,253,252,252,252,252,188,142,96,90,85,136,90,136,90,90,136,136,136,142,136,136,136,90,85,136,91,136,136,136,182,233,142,182,193,188,187,182,136,182,187,188,187,233,187,233,187,187,187,252,187,253,233,188,187,182,181,182,182,187,233,182,136,181,182,227,136,187,233,188,182,96,233,188,193,188,187,187,188,188,233,187,187,187,188,187,233,188,233,188,251,142,182,142,142,136,142,142,96,142,142,136,249,182,142,142,248,248,182,248,247,91,253,142,248,142,248,182,247,142,142,182,247,247,142,136,142,248,182,247,142,182,246,91,252,254,254,253,254,254,254,253,254,253,194,254,254,253,194,254,254,254,254,194,239,254,194,239,254,254,254,254,254,254,254,254,239,254,254,194,239,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,254,253,194,254,253,254,254,254,254,254,254,194,254,254,254,254,254,253,254,194,239,254,254,254,254,253,194,254,254,194,254,234,254,254,254,254,253,254,194,254,254,194,254,194,254,254,253,254,253,254,254,253,234,254,254,234,254,253,254,254,254,194,254,254,254,254,254,253,254,234,254,254,253,254,254,253,254,254,254,254,254,254,254,253,194,254,254,254,253,234,253,254,254,234,253,254,254,253,194,254,254,253,194]; +image[371]=[253,253,253,194,253,253,254,253,253,194,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,254,194,254,254,253,254,194,254,254,253,254,253,253,254,194,253,254,254,253,253,253,194,254,253,253,254,254,254,253,254,253,254,253,254,253,253,254,194,253,253,253,253,254,253,253,234,253,254,194,254,253,254,254,254,194,254,254,253,254,254,254,254,253,254,254,253,254,254,253,254,254,254,194,254,253,254,254,254,194,254,254,253,254,253,234,254,253,254,194,254,254,194,254,254,254,254,194,254,194,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,254,234,254,254,254,254,194,253,254,194,254,254,254,254,253,254,254,254,254,254,254,254,253,254,254,254,234,254,194,253,253,254,254,194,254,253,254,254,194,254,254,253,254,194,254,253,254,254,234,253,254,253,253,234,254,253,234,253,253,254,253,253,253,253,253,253,252,253,253,253,253,253,252,253,253,253,253,253,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,253,253,253,253,253,252,253,252,252,252,188,252,251,188,249,246,45,136,90,90,136,90,136,90,136,182,136,96,90,136,136,85,45,136,91,136,136,142,136,182,182,182,142,182,182,187,182,187,188,193,233,187,187,187,187,187,233,188,233,188,233,188,136,181,187,233,187,136,182,130,136,181,136,182,182,187,182,187,182,182,182,187,188,193,233,187,187,188,182,188,187,187,188,187,187,193,233,188,142,142,136,142,247,142,142,142,248,248,142,142,142,182,142,182,248,142,142,142,249,182,248,96,247,142,247,142,247,142,248,136,142,248,142,247,247,248,247,247,246,142,245,253,253,254,234,254,253,254,254,254,254,254,254,254,254,254,239,194,254,254,254,254,254,254,254,254,254,254,254,234,239,254,254,254,239,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,194,254,254,253,254,194,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,253,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,253,253,253,253,254,194,254,254,254,254,254,254,254,254,253,254,253,254,234,253,254,254,254,254,253,254,254,254,253,254,254,254,194,254,253,254,194,254,253,253,253,253,234,254,194,254,253,254,234,253,254,253,254,254,254,253,254,194,254,254,194,253,254,253,254,253,254,254,254,194,254,254,254]; +image[372]=[253,253,254,253,253,253,253,194,253,253,234,253,253,253,253,253,253,253,234,253,253,253,253,194,254,253,254,253,254,253,194,254,253,254,234,253,253,194,254,254,254,253,234,253,194,254,254,253,253,254,194,254,253,254,254,194,254,254,194,254,253,254,253,254,254,253,194,254,253,254,254,254,253,254,253,254,254,253,194,254,254,253,254,194,254,254,253,254,194,254,254,253,234,254,253,194,254,254,253,254,254,253,254,254,254,253,254,254,254,253,254,194,254,254,254,254,254,254,254,253,254,254,254,254,254,254,253,234,254,253,254,253,194,254,254,194,254,254,194,254,254,254,254,234,254,254,234,254,253,254,253,254,253,254,253,253,254,194,254,254,254,254,254,254,254,253,254,194,254,234,253,254,234,254,253,254,194,254,253,254,253,254,254,254,194,254,254,254,254,254,253,254,254,253,194,254,254,254,253,194,254,253,253,254,234,253,253,253,253,253,254,253,253,253,253,254,253,253,253,253,234,252,253,253,253,253,253,253,253,253,253,253,194,253,252,253,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,252,234,252,252,253,188,253,188,253,252,252,188,142,182,182,91,85,136,90,136,136,45,136,91,136,91,136,136,45,45,182,248,85,91,136,182,187,187,187,136,141,136,136,182,187,142,136,182,187,188,187,182,233,233,188,187,193,187,142,182,182,136,136,182,136,182,182,136,85,136,181,182,135,136,136,136,182,182,187,188,187,188,187,188,187,252,187,233,188,233,253,187,188,187,188,252,233,249,188,247,96,142,182,247,247,182,247,182,247,142,142,248,142,248,142,247,182,249,248,248,248,248,182,247,182,248,142,248,248,247,136,248,142,182,247,182,188,247,247,247,253,253,253,253,254,254,253,254,234,254,254,254,254,254,254,254,254,239,254,254,254,239,254,254,254,194,239,254,254,254,254,254,254,254,254,254,194,239,254,254,254,254,254,234,254,254,254,194,254,254,254,253,194,254,254,254,254,194,254,254,254,254,194,254,254,253,194,254,254,194,254,254,254,254,253,254,254,194,254,254,254,254,234,254,194,254,194,254,254,254,253,254,253,254,254,194,254,254,253,254,253,253,194,254,254,253,254,253,194,254,254,254,254,194,253,254,254,254,253,194,254,254,194,254,254,254,234,254,254,253,254,194,254,234,254,253,254,254,254,254,254,254,254,194,254,253,194,254,254,254,254,254,254,254,194,254,253,194,254,254,254,254,254,253,254,254]; +image[373]=[194,253,253,254,194,253,253,253,253,253,253,253,254,253,253,194,253,253,253,253,194,254,253,254,253,253,234,253,254,254,254,254,253,254,194,254,254,254,253,253,253,254,253,253,254,253,253,254,254,253,254,254,194,253,254,254,253,254,253,254,234,254,253,254,253,254,254,194,253,253,254,194,254,254,254,253,254,254,254,254,253,254,254,254,194,254,254,254,254,234,253,254,254,254,254,254,254,254,194,254,254,194,254,253,254,254,194,253,194,254,254,254,253,234,254,253,234,253,254,194,253,254,253,254,253,254,254,253,254,234,254,254,254,254,254,254,254,254,254,253,254,254,253,254,254,253,254,194,254,254,194,253,234,253,254,253,254,254,254,254,254,254,234,253,254,234,254,254,254,254,254,253,254,194,254,254,254,254,254,253,254,254,253,254,254,254,253,253,254,253,254,253,253,254,254,254,253,254,254,254,253,254,253,253,253,254,253,254,194,253,253,253,254,253,253,253,253,253,252,253,253,253,253,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,234,253,253,252,234,253,252,253,253,252,253,253,188,253,253,253,252,188,253,253,251,91,91,91,136,45,136,90,136,136,90,136,136,136,136,136,136,136,91,182,188,96,136,142,182,233,188,142,182,182,96,188,250,136,142,142,233,142,233,233,188,233,193,188,233,188,182,91,96,182,187,227,136,181,181,136,182,131,136,181,136,181,136,131,136,136,182,188,233,188,182,233,187,188,233,188,187,188,193,182,187,188,233,193,188,252,182,142,188,142,247,142,247,142,247,247,248,142,247,188,248,182,246,182,247,248,142,249,142,142,247,247,247,248,142,248,182,248,248,248,91,247,247,247,251,253,188,247,248,254,253,254,254,253,254,254,254,254,254,194,254,234,254,254,254,254,194,239,254,239,194,254,254,239,254,254,239,194,254,254,254,194,254,254,254,254,254,254,234,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,194,253,253,254,253,234,253,254,234,254,254,254,253,254,194,254,254,254,254,253,253,254,254,253,254,194,254,254,254,254,254,254,254,253,254,253,254,234,254,254,254,254,254,254,254,253,253,194,254,253,253,254,254,254,254,254,253,254,253,253,254,234,254,254,254,254,254,194,253,254,253,254,254,254,253]; +image[374]=[253,254,253,253,254,253,254,253,254,253,253,194,253,253,254,253,253,253,253,253,253,253,253,253,254,253,254,253,194,254,253,254,253,254,254,253,254,254,254,194,254,194,254,254,234,254,253,234,254,253,254,254,254,254,253,254,253,254,253,253,253,254,194,254,254,253,254,254,254,253,254,253,254,194,254,254,194,254,253,254,254,194,254,254,254,253,254,253,254,254,254,253,253,254,234,253,254,254,254,253,254,254,254,194,254,254,254,254,254,253,254,254,253,254,253,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,234,254,254,234,254,234,254,254,234,254,254,254,253,254,254,253,254,234,253,254,254,254,253,194,254,253,254,253,194,254,254,254,254,254,253,254,253,254,254,254,254,254,254,254,254,253,194,254,254,194,254,254,253,253,254,194,254,254,194,254,254,253,253,253,254,194,253,253,254,194,254,254,254,253,194,253,254,253,254,253,194,253,253,253,253,253,253,253,253,253,253,253,253,234,252,253,253,253,253,253,253,253,253,234,253,253,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,234,253,253,253,253,253,252,188,253,252,253,252,188,142,91,90,91,90,136,85,91,136,85,91,90,136,90,136,136,136,91,91,247,188,188,182,136,142,187,182,187,136,187,136,136,91,136,188,187,142,188,233,142,233,251,233,188,188,182,142,182,182,182,188,136,136,181,182,136,182,136,136,136,136,227,136,187,136,85,182,187,193,252,142,187,188,187,254,188,187,233,187,182,187,182,188,233,252,252,188,142,182,188,247,142,182,247,182,136,248,182,96,142,248,142,247,247,96,249,247,188,188,248,136,248,136,249,142,247,142,247,136,248,247,182,247,142,254,254,253,246,248,254,253,253,234,254,194,254,254,254,254,239,254,254,254,194,239,254,239,254,194,239,254,254,194,254,254,254,254,254,239,194,239,254,254,254,254,254,254,254,254,254,194,254,254,254,254,234,254,253,234,254,254,234,254,253,254,254,254,194,254,254,253,254,194,254,253,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,234,254,253,254,254,254,253,254,253,254,234,254,254,254,254,253,254,194,254,254,254,254,194,254,254,254,254,253,254,254,234,254,194,254,254,254,254,253,254,254,253,254,194,253,254,254,253,253,194,254,234,253,234,254,194,254,254,234,254,253,254,253,234,254,254,254,254,254,194,254,253,194,254,253]; +image[375]=[253,194,253,253,253,254,253,253,194,253,253,254,194,253,253,253,253,194,253,253,253,253,254,194,253,254,253,254,254,253,254,234,253,254,253,254,194,254,254,254,254,253,254,253,254,253,254,254,194,253,254,253,234,254,194,254,194,253,254,194,254,254,254,253,254,254,254,194,253,254,254,254,253,254,254,253,254,254,254,253,254,254,253,254,194,254,253,254,254,253,254,194,254,254,253,254,253,234,254,254,234,253,254,254,253,234,254,253,254,253,234,254,254,194,254,254,253,254,194,254,253,254,254,254,254,254,253,254,254,194,254,254,254,254,254,253,254,254,254,254,254,194,254,234,253,254,253,254,253,254,254,253,254,254,254,253,254,234,254,254,254,254,253,254,254,254,194,254,254,194,253,254,253,254,253,254,254,254,254,254,254,253,234,254,254,253,254,254,254,253,254,194,254,234,253,254,254,234,254,253,254,253,253,253,254,254,253,254,253,253,254,253,254,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,254,253,253,253,253,253,253,253,253,253,252,253,253,252,234,253,253,253,253,253,188,253,188,251,45,91,136,85,91,136,90,85,136,136,90,136,90,136,90,85,90,90,85,91,136,142,187,136,187,187,187,187,187,182,187,187,182,188,182,182,142,233,252,233,193,233,193,188,193,182,142,188,187,188,136,136,176,136,227,181,85,136,176,136,136,181,136,136,136,136,136,142,233,254,188,233,188,188,187,251,182,188,187,188,187,188,188,253,187,188,187,182,142,188,142,247,142,247,247,91,247,248,247,182,247,142,96,142,247,142,247,142,252,250,248,247,247,182,247,182,248,247,248,136,247,247,247,248,188,252,252,91,248,254,254,254,253,254,254,254,254,254,254,254,194,239,254,254,254,254,254,254,254,254,254,239,254,234,254,254,194,254,254,254,254,239,194,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,194,253,254,254,254,194,254,254,254,254,253,254,254,253,254,234,253,254,253,254,254,253,254,254,254,194,254,254,194,254,254,194,253,254,253,254,253,254,254,253,254,253,194,254,254,194,254,254,254,253,254,253,254,254,254,254,254,194,254,254,254,254,254,234,254,194,254,254,254,254,254,254,254,254,194,254,254,194,254,254,234,253,253,234,254,254,254,253,253,253,254,234,254,254,253,254,194,254,254,254,254,253,254,253,254,253,254,253,254,254,253,254]; +image[376]=[253,254,253,234,253,194,253,254,253,253,253,253,253,254,194,253,254,253,253,194,253,253,253,254,234,253,253,234,253,254,194,254,254,194,254,254,254,253,253,254,234,254,254,194,254,254,254,254,254,234,254,254,254,253,254,254,254,254,254,253,254,253,254,194,254,253,254,254,254,194,254,254,254,253,254,254,253,194,254,254,253,254,254,254,254,254,194,254,254,194,254,254,254,254,254,194,254,254,253,253,254,254,234,254,253,254,253,194,254,254,253,253,254,254,253,234,253,254,254,254,254,253,254,194,254,254,254,194,254,254,254,194,254,194,254,254,194,254,253,254,254,254,254,254,254,194,254,254,253,253,194,254,254,253,254,194,253,254,253,254,234,254,254,194,254,254,254,253,254,254,254,194,254,254,234,254,253,234,254,254,254,254,253,254,254,254,253,253,254,253,254,253,254,253,254,253,253,253,254,253,234,254,254,253,254,253,254,253,234,253,254,253,253,253,253,253,253,253,253,234,253,253,253,253,253,253,253,253,253,234,253,253,253,253,194,254,253,254,253,254,253,253,254,253,253,253,253,253,253,253,194,253,253,253,253,252,253,252,253,188,253,252,252,252,142,91,90,91,90,90,85,90,136,85,90,85,136,91,90,136,136,90,85,136,90,136,182,136,141,136,187,227,187,187,187,136,187,182,187,136,187,187,188,252,188,253,188,233,188,188,96,182,182,142,233,188,136,135,136,227,136,136,136,136,227,136,182,181,136,227,136,182,182,188,253,193,253,233,188,188,187,187,188,187,188,187,188,233,188,187,142,187,188,188,254,188,142,182,91,142,91,182,142,247,96,182,247,142,246,136,246,247,142,247,188,142,247,142,247,142,247,247,182,247,247,247,136,247,142,248,249,247,247,248,253,253,253,253,254,254,234,254,254,254,254,254,254,254,254,234,254,254,234,239,254,234,254,254,254,254,254,239,254,234,254,254,254,254,254,234,254,254,254,254,254,254,254,194,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,253,254,194,254,254,194,254,253,194,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,194,254,254,253,254,254,254,254,253,254,194,254,254,194,254,253,254,254,254,253,254,254,253,254,254,254,254,254,254,254,254,234,254,194,254,254,254,254,254,253,254,253,254,253,253,253,253,253,254,254,194,253,253,253,194,254,254,253,254,194,254,254,253,194,254,254,253,254,194,254,254,253,194]; +image[377]=[234,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,254,253,253,253,234,253,253,253,254,254,253,254,253,254,234,254,254,253,254,194,254,254,254,253,254,254,254,194,254,253,254,253,254,254,253,254,254,253,254,253,253,254,253,234,253,254,254,253,254,254,254,253,254,254,194,254,254,194,254,254,254,254,194,254,254,253,254,253,254,254,253,254,254,254,253,234,253,254,254,254,194,254,254,254,253,254,253,254,254,254,253,254,254,254,254,253,254,254,254,254,253,254,254,194,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,194,254,254,254,254,234,254,254,254,254,194,254,254,253,254,253,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,254,254,194,253,254,194,253,254,194,254,254,254,254,253,254,253,253,234,253,254,253,254,253,254,194,254,253,254,253,254,253,254,253,253,234,254,253,253,253,253,253,253,253,253,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,254,253,253,253,253,194,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,252,188,188,142,142,90,91,90,131,45,85,136,85,91,85,136,90,91,85,90,45,85,45,136,136,136,182,182,181,182,187,227,187,182,187,142,136,136,187,188,187,193,233,193,188,193,188,233,142,136,142,182,188,193,188,187,136,187,182,227,136,130,176,136,187,182,187,136,182,136,182,233,253,253,253,252,193,188,233,188,187,182,187,187,182,187,142,182,187,182,187,187,142,233,142,247,248,136,142,91,247,136,142,247,247,247,142,247,247,136,247,96,247,248,136,247,136,248,248,136,247,247,247,142,247,247,246,246,246,247,247,245,249,254,253,254,194,254,254,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,234,254,254,254,254,194,254,254,194,254,254,254,254,254,254,253,254,254,254,194,253,254,254,194,253,254,254,254,254,194,254,253,254,254,254,253,254,254,253,254,254,254,254,254,254,254,254,253,254,254,253,254,254,254,254,254,254,254,254,234,253,254,253,254,194,254,253,254,194,254,254,254,254,253,254,254,194,253,254,253,254,254,194,254,254,253,254,234,254,194,254,254,254,253,254,254,253,253,254,253,254,254,194,254,254,254,254,254,194,253,253,253,254,254,254,253,254,253,254,253,254,253,254,254,253,254,194,254,254,254,253,254,254,254]; +image[378]=[254,253,253,194,254,253,253,194,254,194,253,253,254,253,254,194,253,253,253,253,253,253,253,194,253,253,254,194,254,253,253,253,253,254,254,254,253,254,253,194,254,253,254,254,254,254,254,254,194,254,254,254,194,254,254,254,194,254,253,254,254,253,254,254,194,254,253,234,254,253,254,254,254,254,254,254,254,254,254,254,253,194,254,254,253,234,254,253,254,253,254,254,254,253,254,253,254,254,254,234,254,253,254,254,194,254,254,254,253,194,254,234,254,194,254,253,194,254,253,254,254,254,253,254,194,254,254,253,254,234,254,253,234,254,254,254,254,254,254,194,254,254,254,254,234,253,254,253,194,254,253,254,254,253,254,254,253,194,254,253,254,194,254,253,234,254,254,254,253,254,194,254,253,194,254,254,194,254,254,254,254,254,254,234,254,254,254,194,253,254,194,254,254,253,254,253,194,254,253,254,253,254,253,194,254,254,194,253,254,254,253,253,253,254,194,254,253,194,253,253,253,253,254,234,253,253,234,253,253,253,253,253,234,253,254,253,254,253,254,253,234,254,254,253,253,253,253,253,253,252,253,234,252,253,194,253,252,253,252,253,188,252,251,142,91,91,85,85,85,45,85,85,85,85,136,91,85,91,136,85,85,136,45,136,91,96,187,181,182,187,187,187,182,187,182,233,193,182,136,136,233,188,188,233,253,233,188,193,182,188,136,142,182,142,253,253,233,136,187,182,181,182,90,136,136,182,182,182,187,182,182,142,247,182,252,254,254,188,142,187,188,187,188,182,142,182,187,142,182,187,182,188,188,188,188,247,136,248,247,96,182,247,247,136,247,142,142,247,142,247,247,247,182,247,248,248,142,248,248,142,248,142,136,247,182,246,96,247,91,142,246,91,91,250,253,253,253,253,254,194,239,234,254,254,194,239,234,199,254,254,194,239,254,254,254,254,254,254,254,254,194,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,253,234,254,254,234,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,253,194,254,194,254,254,253,253,253,254,194,254,254,254,254,194,254,254,194,254,234,254,254,234,254,254,254,254,234,253,254,254,254,253,254,254,254,253,253,194,254,253,254,254,253,194,254,254,254,254,234,254,253,254,253,254,253,254,253,254,253,254,254,194,254,254,253,254,254,254,253,194,254,254,254,254,254,254,253,253,254,254,253,254,253,194,254,254,194,254,254,254,254,254,253,254,254,194,254,254,254]; +image[379]=[194,254,253,253,234,254,253,253,253,253,253,253,194,253,253,253,253,254,194,253,253,253,254,253,194,253,253,254,254,194,254,254,254,194,254,253,254,254,254,254,254,194,254,253,254,194,254,254,254,194,254,254,254,254,253,254,254,254,194,253,254,194,254,254,254,253,254,254,254,254,253,234,253,254,253,254,194,253,254,254,254,254,194,254,254,254,254,234,254,194,254,253,254,234,254,254,234,253,254,253,254,194,254,254,254,253,194,254,254,254,253,254,254,254,254,254,254,254,254,194,253,254,254,254,254,254,194,254,253,254,254,254,254,234,254,194,253,254,254,254,254,234,253,254,254,194,254,254,254,234,254,253,254,254,194,254,254,253,234,254,254,254,253,254,254,234,254,194,254,253,254,254,254,254,254,254,254,253,254,234,254,254,254,254,254,253,254,254,254,254,254,194,253,254,253,254,253,254,194,254,253,254,254,254,254,253,254,254,194,253,254,194,254,253,253,253,254,253,254,254,253,253,253,253,253,253,253,254,253,253,254,253,253,234,253,234,253,254,253,253,253,253,253,254,253,253,253,253,253,253,252,253,253,253,253,234,252,253,253,252,252,252,252,91,45,85,90,91,85,85,91,90,91,85,85,90,85,136,85,136,85,85,85,90,182,142,136,182,181,136,227,187,187,233,142,188,252,193,182,182,187,188,187,252,187,252,233,188,233,142,136,182,188,253,233,253,252,187,187,182,187,187,182,131,182,187,187,182,233,187,187,182,136,247,188,253,254,253,247,182,187,188,187,187,182,142,182,142,136,136,187,182,187,188,142,249,142,247,182,247,247,136,248,142,96,142,142,142,96,142,91,247,247,247,247,247,247,142,91,247,136,248,247,246,182,248,247,136,247,91,247,247,245,250,254,253,234,254,254,254,254,239,254,239,254,254,254,234,254,254,254,254,194,254,254,194,254,254,254,254,254,254,194,254,194,254,254,254,234,254,254,234,254,254,234,254,194,254,254,254,254,254,254,254,254,254,194,253,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,254,234,254,254,254,254,194,253,254,254,254,254,254,253,254,253,254,253,254,253,253,254,254,254,234,254,194,254,254,253,253,254,254,253,253,254,253,254,254,253,254,253,253,254,253,254,253,254,234,253,254,194,253,253,234,253,254,254,254,254,194,254,253,254,254,254,194,253,254,253,254,194,254,194,253,254,194,254,254,254,253,254,254,194,253,254,253,254,254,253,254,254,253,254,194]; +image[380]=[253,253,253,253,253,253,253,254,253,253,194,254,253,253,253,253,253,253,253,254,194,253,253,254,253,254,253,253,254,254,253,234,254,253,254,194,254,254,254,254,254,254,254,253,254,254,253,254,254,254,253,254,253,194,254,234,254,254,254,254,254,254,253,254,254,194,254,254,194,254,254,254,254,194,254,254,254,254,254,234,254,254,254,254,253,254,253,254,254,254,254,194,254,254,253,254,254,254,253,254,254,254,254,253,254,254,254,254,253,254,254,253,254,253,254,253,194,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,253,234,254,254,254,254,254,254,254,253,254,253,254,253,194,254,253,254,253,254,253,253,234,254,254,253,254,253,254,254,254,254,253,254,253,254,253,234,254,254,254,253,254,253,254,253,254,254,253,253,254,253,254,254,253,194,254,234,253,254,253,254,234,253,253,234,253,254,234,253,254,253,254,253,254,234,253,254,234,253,253,253,254,253,253,254,253,253,253,253,194,253,253,253,253,254,253,253,254,234,253,254,254,253,234,253,253,234,253,253,252,234,253,253,253,253,252,253,253,252,253,253,252,252,188,91,45,85,91,85,45,40,136,90,136,45,85,91,90,85,136,85,136,136,91,91,182,253,142,136,187,187,136,181,182,187,187,187,187,227,141,136,187,233,188,233,252,233,193,188,187,182,91,136,188,188,188,253,253,188,187,182,187,182,233,250,136,182,187,187,182,187,182,187,188,182,91,254,233,254,142,142,142,188,187,188,187,188,182,142,91,136,142,182,182,188,142,182,182,248,142,96,248,247,247,182,246,142,182,249,248,142,136,248,136,247,136,247,182,247,142,247,248,182,247,247,247,136,247,247,91,247,136,91,91,247,253,254,253,254,254,254,194,239,254,194,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,194,254,253,254,254,253,194,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,254,253,254,253,254,254,254,253,254,254,254,194,254,253,253,254,253,254,253,254,194,254,194,254,253,234,254,253,253,194,254,254,194,254,254,194,254,254,194,254,254,254,254,254,234,254,254,254,253,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,254,253,254,254,254,254,254,194,254,194,254,254,254,194,254,254]; +image[381]=[254,253,254,253,253,253,253,234,254,253,253,253,254,253,253,194,254,253,253,253,253,254,253,253,253,253,253,254,253,253,254,254,234,254,254,254,253,254,194,254,253,254,194,253,254,254,254,253,254,254,254,254,254,254,254,253,254,253,254,253,254,194,254,254,254,254,253,254,254,254,254,253,254,254,254,234,254,254,253,254,254,234,254,254,194,254,254,254,253,254,254,254,253,254,254,253,254,194,254,254,254,194,254,254,253,254,253,254,254,194,254,254,194,254,254,254,254,254,254,194,254,254,194,253,254,254,194,253,254,194,254,254,194,254,254,254,254,254,254,254,254,194,253,254,253,234,254,254,254,194,254,254,254,253,254,253,254,253,254,254,253,254,253,254,254,254,253,254,254,194,254,254,194,254,254,254,254,254,254,254,194,254,254,194,254,234,254,194,254,253,253,254,253,254,253,254,253,234,254,253,254,194,254,253,254,253,253,234,253,253,234,254,253,253,253,253,253,254,234,253,253,254,253,253,254,253,253,254,253,254,253,254,253,253,254,253,253,253,254,253,253,253,254,253,253,253,253,253,253,252,253,253,252,253,253,252,253,253,252,252,252,252,188,91,91,85,136,91,250,182,91,85,136,85,90,85,91,90,136,85,136,136,136,96,188,253,142,182,136,135,142,187,233,187,233,187,182,181,182,227,187,252,187,188,193,188,233,188,188,188,136,91,182,142,250,233,254,254,188,182,227,142,182,188,182,182,187,187,188,233,187,182,187,142,142,251,252,249,249,250,182,142,142,182,188,252,182,188,142,142,182,142,187,188,252,251,142,247,182,247,136,247,136,247,247,248,247,136,247,247,247,136,247,247,247,91,247,136,246,247,142,249,136,142,142,247,247,182,247,244,91,245,249,252,253,254,254,254,254,254,254,254,254,239,194,254,254,254,254,254,254,254,254,254,254,239,194,254,234,254,254,234,254,254,254,194,254,254,194,254,254,194,254,253,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,253,254,254,194,254,254,254,234,254,254,253,254,254,194,254,194,254,254,194,254,254,194,254,254,254,253,254,194,254,254,253,234,254,254,253,254,253,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,254,253,254,253,254,254,254,254,194,254,254,254,254,253,254,194,254,253,254,254,254,254,254,253,254,254,254,253,254,253,254,254,194,254,253,254,253,253,254,254,254,254,253,254,254,254,254,254]; +image[382]=[194,254,194,253,254,194,253,253,253,234,253,253,253,194,254,253,253,253,194,254,253,253,254,194,254,254,194,254,253,254,253,254,253,253,254,254,194,254,254,254,254,254,254,254,194,254,254,254,194,254,253,194,254,254,254,254,194,254,254,194,254,254,254,253,253,254,254,253,254,194,254,254,253,254,254,253,254,194,254,254,253,254,254,254,254,234,253,254,234,254,254,254,254,194,254,254,254,254,253,194,254,254,254,254,194,254,194,254,254,254,253,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,253,254,254,254,254,234,254,253,254,253,254,254,253,254,254,253,194,254,234,253,194,254,253,254,194,254,254,194,254,253,254,254,254,254,254,254,253,194,254,194,254,254,254,254,254,254,254,254,254,254,254,234,253,254,234,253,253,253,254,253,253,253,254,253,254,194,254,253,254,254,254,253,253,253,254,254,254,253,253,254,253,254,253,254,253,194,254,253,253,253,254,234,253,253,254,253,194,254,254,253,253,254,194,254,253,253,253,253,253,194,253,253,253,253,253,253,253,253,188,253,253,253,252,252,251,244,91,91,45,182,252,188,45,91,90,91,85,136,136,136,85,85,85,91,96,182,136,142,182,96,182,142,227,187,233,182,187,187,187,187,182,187,187,253,187,188,233,188,193,233,193,182,142,182,91,182,248,188,254,254,187,251,187,187,182,233,182,188,233,187,187,188,187,188,187,188,250,247,243,244,247,188,142,142,182,193,142,233,251,188,233,249,142,182,142,182,252,188,142,142,142,96,247,96,248,182,96,247,247,247,182,247,247,247,247,182,247,142,247,247,246,142,142,247,247,247,182,245,246,91,244,249,252,253,254,254,254,253,194,254,234,254,254,254,254,254,254,239,194,239,194,239,194,254,254,194,254,254,254,239,254,254,254,254,254,234,254,239,254,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,194,254,254,253,194,254,254,254,234,254,254,194,254,254,254,254,234,254,253,254,253,254,254,254,254,253,254,254,194,254,254,254,194,254,254,254,254,253,254,254,194,254,254,254,254,253,254,253,254,254,194,254,254,194,254,234,254,194,254,254,254,194,254,234,254,253,234,254,254,254,254,254,253,254,194]; +image[383]=[254,253,254,253,253,254,253,253,253,253,234,253,253,253,253,253,253,254,253,253,253,253,254,253,253,253,253,254,194,253,254,254,254,194,253,254,254,254,254,194,253,254,254,254,254,194,254,254,254,254,254,254,254,253,254,254,254,253,254,254,254,254,194,254,254,194,254,254,254,254,194,254,254,194,254,254,254,254,253,254,254,253,254,253,254,254,254,254,254,254,194,254,254,254,194,254,253,254,254,254,253,254,253,254,254,254,254,254,253,254,254,254,194,254,254,253,234,253,254,254,253,254,254,234,254,254,194,254,253,254,253,254,254,254,254,254,194,254,253,254,234,253,254,254,254,194,254,234,253,254,234,253,254,254,253,254,253,254,254,234,253,254,254,253,254,254,254,234,253,253,254,253,254,254,254,254,254,254,254,254,234,254,234,254,254,254,234,253,254,253,254,253,253,254,254,253,253,254,253,254,253,254,253,254,253,254,253,194,254,253,254,234,253,253,194,254,253,254,253,253,254,253,254,253,254,253,254,253,253,253,253,254,253,254,254,253,194,254,254,253,253,254,194,253,234,253,253,253,234,252,253,252,253,188,253,253,253,253,252,253,188,251,182,45,91,85,243,252,252,253,45,91,45,85,85,85,247,182,91,85,85,90,246,142,251,233,142,182,187,187,182,187,187,187,182,187,187,181,182,182,233,253,187,252,187,188,187,252,188,187,142,188,182,247,182,188,253,253,233,188,188,187,182,96,182,182,188,233,188,233,188,187,188,182,247,247,96,91,247,91,142,142,142,188,188,187,188,250,188,250,182,249,187,142,182,142,182,247,182,247,182,96,247,247,136,247,136,246,188,96,142,91,246,249,249,136,246,182,91,247,142,247,136,247,247,142,252,142,252,254,254,254,253,254,254,254,254,254,254,254,234,254,254,234,254,254,254,254,254,254,254,254,239,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,234,254,254,254,194,254,254,254,194,254,254,254,194,254,254,254,254,194,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,253,254,254,234,254,254,194,253,254,253,254,254,194,254,254,254,254,254,254,254,254,253,254,254,253,254,254,254,254,254,253,254,254,194,253,254,194,254,254,194,254,254,254,254,194,253,254,254,253,254,194,254,254,254,254,254,234,253,254,234,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254]; +image[384]=[253,253,254,253,253,253,254,253,253,253,253,253,253,253,253,254,253,253,254,194,254,253,253,254,194,254,253,254,254,254,194,254,254,254,254,253,254,253,254,254,254,253,194,254,254,254,254,253,234,254,254,234,254,254,253,254,254,254,253,254,253,254,254,254,254,254,253,254,253,254,254,254,254,254,253,254,253,234,254,254,194,254,254,194,254,254,194,254,253,254,254,254,254,254,254,254,194,254,254,254,234,254,254,253,254,253,253,194,254,253,194,254,254,253,254,254,254,254,254,194,254,254,253,254,253,254,254,254,254,254,194,254,254,254,254,254,254,234,254,254,254,254,253,254,254,254,254,254,254,254,254,253,194,254,254,253,254,253,253,254,253,254,253,194,254,254,254,254,254,194,254,254,194,254,254,254,254,254,234,253,254,254,253,254,253,254,254,254,194,254,254,254,194,253,234,254,194,254,234,253,254,234,253,254,194,254,253,253,254,194,253,254,253,254,253,234,253,253,254,253,254,253,254,253,234,253,254,253,254,254,253,234,253,254,253,254,253,253,254,253,254,253,254,253,253,253,253,253,253,253,253,253,253,253,252,253,252,252,253,252,252,251,246,85,91,85,45,248,188,188,40,91,136,45,136,90,136,96,85,90,91,91,142,253,252,253,188,142,187,187,182,187,182,187,227,187,182,187,187,187,253,233,251,233,193,233,188,193,188,142,142,142,247,247,91,142,254,253,253,187,233,188,187,182,187,187,188,187,233,187,188,233,188,142,142,142,247,246,248,188,249,188,142,142,188,188,188,187,246,188,188,188,182,188,187,142,142,182,247,142,91,142,182,246,247,247,96,247,246,91,142,246,136,248,249,247,247,247,246,91,246,248,247,91,249,188,239,254,254,254,254,254,254,194,254,234,254,254,254,254,239,194,239,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,194,239,254,194,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,194,254,254,254,254,254,253,254,254,254,254,254,194,254,254,254,254,254,253,254,254,254,254,253,254,194,254,254,254,234,254,253,234,254,254,254,254,254,254,254,254,253,254,254,254,253,254,254,254,254,254,254,234,254,254,253,254,194,254,253,254,254,254,253,254,254,254,254,253,254,254,254,254,253,254,253,254,253,254,253,254,253,194,254,254,253,254,254,254,254,254,254,254,254]; +image[385]=[254,194,253,254,194,253,194,253,253,253,253,253,253,253,253,253,253,254,253,254,194,253,254,253,254,253,254,253,254,253,254,254,253,254,254,194,254,254,253,254,254,254,254,254,234,253,254,254,254,253,254,253,254,194,254,254,194,254,254,194,254,253,254,253,254,254,194,254,254,254,254,253,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,253,254,254,254,254,253,254,253,194,254,194,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,194,254,254,254,234,254,254,254,254,194,253,254,234,253,254,254,253,254,254,194,254,253,254,253,254,254,194,253,254,254,254,254,254,194,253,254,253,254,194,254,254,254,254,253,254,253,254,254,234,254,254,254,253,254,253,254,254,254,254,254,254,194,254,254,253,254,254,253,253,253,254,254,253,253,253,253,253,254,253,253,253,254,253,254,253,254,253,254,194,253,254,253,253,254,254,194,253,253,234,253,254,253,253,254,253,254,253,253,253,254,253,234,254,253,254,234,253,254,253,253,253,253,253,253,253,253,252,234,253,188,253,252,253,252,253,252,253,252,252,188,91,45,90,91,90,91,142,244,242,188,248,90,45,85,136,45,85,90,85,91,91,248,142,182,193,182,188,188,187,187,187,187,187,227,187,182,187,252,233,188,193,188,187,251,233,187,188,182,247,188,245,45,142,182,188,253,188,188,233,187,188,233,182,233,188,187,188,187,188,187,188,182,188,91,245,247,91,247,251,251,188,250,187,142,188,248,96,136,193,188,142,142,182,182,142,247,182,142,182,247,248,136,248,136,247,96,247,247,91,247,247,91,247,136,247,188,142,251,136,247,247,188,253,254,234,254,254,254,234,254,254,254,254,239,194,239,194,254,254,254,254,254,254,254,254,254,254,239,194,254,234,239,194,254,254,254,239,194,254,239,194,239,254,254,254,239,254,254,254,254,254,254,254,254,254,234,254,254,254,194,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,234,254,194,254,254,194,254,254,254,254,254,254,253,254,254,254,254,254,194,254,234,254,254,254,194,254,254,253,254,254,254,194,254,253,254,254,253,254,194,254,254,254,194,254,254,254,254,194,253,254,253,254,234,254,254,254,254,254,254,254,194,254,254,194,253,254,254,194,253,254,194,254,254,194,254,254,254,194,254,254,254,194,254,254,254,194,253,254,254,253,254,254]; +image[386]=[254,254,254,253,254,253,254,253,194,254,253,194,254,253,194,254,253,194,253,253,254,253,253,253,254,194,253,254,194,254,253,254,194,254,254,254,254,194,254,254,253,254,253,254,254,254,254,254,194,254,254,254,254,254,253,254,254,254,254,254,254,194,254,254,194,254,254,254,194,254,254,194,254,254,254,254,253,194,254,254,254,253,254,254,253,254,254,194,254,254,194,254,254,254,253,254,253,194,254,254,254,254,254,254,254,253,254,234,254,253,254,254,254,254,254,254,254,254,253,194,254,254,254,254,254,253,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,254,234,254,254,253,194,254,254,254,254,253,254,253,254,254,254,194,254,253,254,253,253,253,194,254,254,194,254,253,254,253,254,254,194,254,254,253,254,254,194,254,254,254,254,234,254,254,234,254,254,254,253,253,254,254,253,194,254,253,194,254,253,234,253,253,234,253,253,254,254,253,234,254,253,253,254,254,254,253,254,253,253,254,253,254,194,253,234,254,254,253,254,253,254,253,254,253,254,253,234,254,253,253,253,253,253,253,253,252,253,252,253,252,253,253,252,252,253,252,252,188,91,91,131,90,45,182,251,252,243,142,188,85,136,45,136,85,91,90,90,91,45,136,249,142,182,142,142,182,188,187,227,187,187,187,187,187,233,188,193,187,233,188,193,188,188,193,188,142,142,246,246,249,250,182,142,187,233,188,188,233,142,233,188,187,233,188,233,193,188,252,188,142,142,188,142,246,247,142,188,142,188,142,188,142,182,142,182,91,142,188,188,188,142,188,142,142,247,182,248,136,248,247,96,248,247,136,246,96,142,91,142,91,247,247,247,188,247,250,247,244,188,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,194,254,254,254,239,254,254,239,254,234,254,254,234,239,254,254,254,254,254,254,194,239,254,254,254,194,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,194,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,253,254,254,254,234,254,254,254,254,254,253,254,254,253,254,254,253,194,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,253,254,254,254,254,194,254,254,194,254]; +image[387]=[253,253,253,254,253,253,253,253,253,253,253,253,253,254,253,253,254,254,254,253,253,254,194,253,254,253,254,253,254,194,254,254,254,254,253,254,254,254,254,194,254,254,254,254,254,194,253,254,254,254,253,234,254,253,254,254,253,254,253,254,254,254,254,254,254,254,253,254,254,254,254,254,254,253,254,254,254,254,194,254,254,194,254,254,194,253,254,254,254,254,254,194,254,194,254,254,254,254,254,253,254,253,253,254,194,254,253,254,194,254,253,254,254,194,253,254,254,254,254,254,254,254,234,254,194,254,254,254,254,254,234,254,254,254,254,254,254,254,234,254,253,254,254,253,254,254,254,254,254,234,253,254,194,254,254,253,254,254,254,253,254,253,254,254,254,253,253,254,253,254,254,194,254,254,254,254,194,254,253,254,254,234,254,254,253,254,254,253,254,253,254,194,253,254,194,254,253,254,253,254,253,254,254,253,254,254,253,254,253,234,253,254,253,194,254,234,253,253,194,253,254,194,254,253,234,253,254,253,254,194,253,253,254,253,254,253,254,253,254,253,253,253,254,253,253,253,234,253,253,253,252,253,252,234,252,252,253,253,188,252,188,250,0,248,91,91,90,45,244,188,142,91,91,85,91,90,85,90,85,90,136,136,91,136,182,182,142,182,187,252,233,188,187,233,187,182,227,187,187,188,188,233,252,233,188,187,233,188,188,253,241,241,91,246,142,188,188,188,193,233,188,187,188,188,187,188,233,187,188,233,188,233,188,188,188,248,142,91,247,142,251,247,142,182,142,142,182,142,182,142,182,188,193,188,251,182,142,182,247,248,247,248,136,182,247,136,247,246,136,247,247,136,142,96,96,91,96,247,245,91,246,249,252,253,254,254,254,254,253,254,234,253,254,234,254,254,254,254,254,194,254,254,254,239,194,254,254,254,234,254,254,194,254,254,254,254,254,254,254,254,254,254,239,254,254,254,239,254,254,194,239,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,239,194,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,234,254,254,254,254,254,254,194,254,234,254,254,194,254,254,194,253,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,254,253,254,254,254,194,254,253,254,254,234,254,254,254,254,254,194,253,254,254,234,254,194,254,253,254,253,234,253,254,253,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254]; +image[388]=[253,194,254,253,254,194,254,253,254,253,254,253,194,253,253,253,253,234,253,253,254,253,254,254,253,253,234,254,253,254,253,254,253,254,254,234,253,254,254,254,254,194,254,253,254,254,254,254,234,254,253,254,254,194,254,254,194,254,254,253,234,253,254,253,254,254,254,253,254,253,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,253,254,253,254,194,254,254,253,254,254,254,254,254,254,254,234,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,253,254,254,254,254,253,194,254,194,254,254,254,253,254,194,254,254,254,194,254,253,254,254,254,253,254,254,253,254,253,254,253,194,254,253,194,253,253,254,254,253,254,253,234,254,254,253,254,254,254,254,254,254,254,254,254,253,194,254,254,194,254,254,194,254,254,254,253,253,253,234,253,253,234,253,253,253,254,194,253,254,234,253,254,253,253,254,253,253,254,253,254,254,253,254,253,254,253,254,253,254,253,253,254,254,194,254,253,254,253,254,253,254,253,254,253,253,253,253,253,253,253,253,234,252,253,252,252,253,252,252,253,252,252,188,247,40,91,90,45,91,85,45,40,45,91,90,91,85,136,90,91,85,136,90,136,91,142,247,136,188,187,142,188,193,188,233,188,187,182,187,182,233,187,233,187,188,187,188,187,188,233,247,253,188,250,248,182,247,142,187,188,188,187,188,233,188,233,188,187,188,252,233,188,193,188,188,142,246,96,188,247,142,248,246,188,250,142,188,182,142,136,182,182,142,182,252,188,251,187,250,142,91,182,246,247,247,247,91,142,91,247,91,248,182,246,246,247,136,247,96,247,142,188,253,254,254,254,253,254,194,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,234,254,234,254,254,194,239,254,254,254,254,254,254,254,254,254,239,254,254,194,239,254,254,194,239,194,239,254,254,254,254,194,254,254,254,254,254,194,239,254,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,254,234,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,253,254,254,254,194,254,254,254,254,194,254,254,254,254,194,254,254,254,254,234,254,254,254,254,234,254,253,254,254,254,254,254,194,254,254,253,194,254,254,253,194,254,253,254,254,254,254,254,194,254,254,254,254,254,254]; +image[389]=[254,253,253,253,253,253,194,253,253,194,253,253,254,253,253,253,253,253,253,194,253,254,253,253,254,254,253,254,234,253,254,254,194,253,254,254,254,234,253,254,254,254,194,254,254,253,254,253,254,254,194,253,254,254,253,254,254,194,253,254,254,254,194,254,234,254,194,254,254,194,253,254,254,254,194,254,253,254,253,254,253,254,194,254,254,254,194,254,253,234,254,253,254,194,254,254,194,254,254,254,254,194,254,254,253,254,234,253,254,253,254,254,253,254,254,254,254,194,253,254,254,253,254,254,254,194,254,254,253,254,234,254,254,254,254,254,254,194,254,254,254,234,253,254,254,254,234,253,254,194,254,254,194,254,254,194,254,254,253,254,254,254,194,254,253,194,254,253,254,253,254,253,254,194,253,254,254,194,254,253,254,234,254,254,254,254,254,234,253,254,254,253,253,254,254,253,254,253,254,253,254,234,253,253,254,253,253,253,253,253,254,253,254,253,254,253,254,253,234,254,253,234,253,253,194,254,253,254,253,234,253,254,253,254,234,254,253,254,253,254,253,194,254,253,253,253,253,253,253,253,253,252,252,253,252,253,252,253,188,252,251,245,45,45,45,90,91,85,91,85,85,131,90,136,85,247,136,45,91,90,131,96,182,188,142,250,142,136,187,252,233,188,187,182,187,136,187,233,252,188,188,193,188,187,233,142,182,142,45,248,246,244,244,247,142,91,142,187,188,188,193,188,251,233,252,233,188,233,251,233,188,233,188,188,249,249,142,247,246,91,247,188,188,188,142,142,136,142,142,182,142,248,188,253,251,142,182,142,142,246,248,182,249,136,248,136,248,136,96,246,142,91,96,247,91,96,91,243,188,254,253,254,253,254,234,254,239,194,254,254,194,254,254,194,254,234,254,254,254,254,194,254,254,254,234,254,254,254,254,234,254,254,254,254,239,194,254,254,254,239,254,254,239,239,254,254,254,254,254,254,239,194,254,254,254,254,254,254,239,194,254,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,194,254,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,254,234,254,254,254,234,254,194,254,254,254,254,254,254,234,254,194,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,253,253,254,254,254,253,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,254,194,254,194,253,254]; +image[390]=[253,253,194,254,253,254,253,253,253,253,253,253,253,194,254,253,253,254,253,254,253,194,254,253,194,254,253,254,254,253,194,254,254,254,194,254,254,254,254,194,254,254,254,254,194,254,254,254,253,254,254,254,234,254,254,253,254,254,254,254,253,254,254,254,253,254,254,254,254,254,254,254,234,254,254,254,194,254,254,194,254,254,254,253,254,254,254,254,254,254,254,234,254,253,254,253,254,253,254,253,254,254,253,194,254,254,254,254,254,254,194,254,254,254,253,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,254,254,234,254,234,254,254,254,234,254,254,254,254,234,254,254,254,254,254,254,254,254,254,253,254,254,253,254,254,253,254,254,253,254,254,253,254,194,254,253,234,254,254,254,254,254,254,254,254,194,254,254,254,254,234,254,254,254,253,254,253,194,254,253,253,253,254,253,194,254,253,254,254,234,253,254,254,253,254,194,254,234,253,253,194,254,234,253,253,253,254,253,254,254,253,253,234,254,253,254,253,254,253,254,253,254,253,254,253,254,253,254,253,234,253,253,253,253,253,252,253,252,252,252,188,253,252,252,188,252,250,40,91,85,91,85,90,85,45,91,90,136,136,85,136,142,228,91,40,136,91,136,91,187,182,188,142,182,182,91,193,188,233,188,233,187,96,188,233,193,233,188,187,142,187,187,182,142,188,246,91,245,142,250,248,188,250,142,188,233,188,233,142,252,188,188,187,188,193,188,252,233,188,188,142,142,247,250,142,247,250,188,188,188,188,142,182,182,142,182,249,182,250,252,252,251,247,96,247,136,250,253,249,246,247,247,96,247,246,96,142,246,136,247,246,244,142,252,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,239,194,254,254,254,254,254,254,254,254,239,194,239,254,254,239,254,194,239,254,234,254,254,254,254,254,254,254,254,194,239,254,254,254,254,194,254,254,194,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,254,254,254,254,239,254,254,194,254,254,194,254,254,194,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,234,254,254,254,234,254,254,254,254,254,234,254,254,194,254,254,254,254,254,253,194,254,254,194,254,254,194,254,253,254,234,253,253,254,234,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,194]; +image[391]=[254,254,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,253,253,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,253,254,254,254,254,254,194,254,253,254,254,253,254,254,234,253,254,234,254,194,253,254,254,254,194,253,254,253,254,254,253,254,253,254,254,254,254,254,254,254,254,194,253,254,254,194,254,253,254,253,254,253,254,253,254,254,253,254,254,253,254,254,254,254,253,254,194,254,254,254,194,253,254,234,254,254,254,194,253,254,254,194,254,253,254,254,254,254,254,253,254,254,254,253,254,253,254,254,254,254,254,253,254,254,194,253,254,253,234,253,254,194,254,254,254,253,254,194,254,253,254,253,253,253,254,253,253,254,253,254,234,253,254,194,253,254,254,254,254,254,194,253,254,254,254,254,254,234,254,254,253,254,194,254,194,253,253,254,253,253,253,253,253,254,194,253,234,254,253,253,253,254,254,253,253,253,254,253,254,194,253,253,234,254,254,253,253,254,253,254,253,254,253,254,194,254,253,234,253,253,253,254,253,253,194,253,252,234,252,253,253,252,253,253,188,252,252,252,188,249,241,85,40,90,45,45,136,45,85,85,136,45,85,136,40,182,247,45,142,142,142,248,136,136,182,136,142,188,182,142,187,187,188,187,182,187,188,188,188,253,188,233,188,187,188,142,182,96,142,247,253,188,142,247,248,249,187,188,252,188,233,188,233,193,188,251,233,188,187,252,251,233,251,182,245,247,250,142,188,188,252,251,142,182,142,142,182,142,250,249,249,142,188,188,250,91,142,247,247,91,182,248,247,136,248,246,136,248,91,246,247,96,96,91,248,188,254,254,254,254,254,254,254,254,254,234,254,254,254,234,254,254,254,253,254,254,254,254,254,254,194,254,254,254,254,239,194,254,254,254,254,254,254,234,254,254,239,254,254,254,254,254,239,194,254,239,254,234,254,254,254,239,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,234,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,239,194,239,194,254,254,254,239,234,254,254,254,254,254,254,239,254,254,254,254,234,254,254,239,194,254,254,254,254,253,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,253,254,254,253,254,253,253,254,194,253,254,253,254,254,253,254,254,254,254,254,194,254,254,254,234,254,254,254]; +image[392]=[253,253,253,253,194,254,253,194,253,253,194,254,253,253,253,254,253,194,254,253,254,253,253,254,253,254,194,254,254,254,253,254,254,254,253,254,254,253,254,253,254,194,254,253,254,194,254,254,254,254,253,254,254,194,254,254,254,253,254,254,254,254,194,254,254,254,254,194,254,194,254,254,254,254,253,254,253,254,253,254,254,254,254,254,253,254,254,254,253,194,254,254,253,254,194,254,194,254,194,254,254,254,253,254,194,254,254,254,234,254,254,254,254,254,254,253,194,254,254,254,254,254,254,254,254,253,254,254,194,254,254,253,254,194,254,254,194,254,254,253,194,254,254,254,254,254,254,234,254,254,254,254,254,254,194,254,254,254,253,254,194,254,234,254,253,234,254,253,253,254,253,254,254,254,254,254,234,253,254,254,254,254,254,194,254,254,253,254,253,254,254,234,253,254,254,254,254,234,253,254,194,254,254,253,253,254,253,253,254,253,254,253,194,254,254,254,253,194,254,253,254,254,253,253,253,194,254,253,194,254,253,234,253,254,253,254,253,254,253,254,254,253,253,253,253,253,253,253,252,253,252,253,188,252,252,252,252,188,252,188,248,40,91,85,91,136,45,131,136,91,90,90,136,91,85,45,45,91,85,136,136,182,182,182,136,96,182,188,187,253,233,187,233,187,233,142,142,182,142,187,188,187,142,187,188,187,142,249,142,182,247,247,247,247,91,96,248,142,188,187,188,251,188,188,188,233,188,187,188,233,188,252,252,251,251,188,188,188,251,251,252,142,142,142,182,142,182,142,182,250,188,247,188,250,250,247,246,182,142,248,247,246,136,247,142,182,247,246,142,96,91,142,91,142,245,254,254,253,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,194,239,254,254,254,254,254,239,254,254,254,239,254,254,254,254,254,254,239,254,254,254,194,239,254,254,234,254,254,254,254,254,254,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,194,239,194,254,254,254,254,239,254,254,254,254,254,254,254,234,239,254,254,254,254,194,239,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,194,239,254,254,194,254,254,194,239,254,254,254,234,254,254,254,194,254,234,254,194,254,254,253,254,253,194,254,254,253,254,254,253,254,194,254,254,254,253,234,254,254,254,254,254,254,254,254,254,254,254]; +image[393]=[194,253,254,253,253,234,254,253,254,253,253,253,194,253,253,253,254,253,234,254,194,254,254,194,254,254,254,254,194,254,254,194,254,194,254,254,254,254,254,234,254,254,234,254,254,254,254,194,254,254,194,254,254,254,254,253,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,194,253,254,254,194,254,254,254,253,254,254,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,234,253,254,253,254,234,254,194,253,254,254,254,254,254,234,253,254,194,254,254,194,253,254,254,254,194,254,254,254,254,254,254,253,254,254,254,253,254,234,254,254,253,254,254,253,254,254,253,254,254,194,254,253,254,253,254,253,254,253,253,253,254,194,254,253,254,253,253,234,254,254,253,254,254,254,254,254,254,254,254,194,254,254,194,253,253,254,253,253,253,253,253,253,234,253,254,253,234,253,254,253,253,254,253,234,254,254,253,253,234,253,254,253,254,253,234,253,254,254,254,254,253,254,253,254,254,253,194,254,253,234,254,194,253,253,253,254,253,254,253,253,253,252,234,252,253,252,253,252,253,252,252,188,188,188,247,243,136,91,85,45,136,45,90,136,91,85,91,90,136,85,136,90,96,90,96,136,136,182,136,136,182,182,250,233,252,188,188,188,187,182,246,182,142,182,142,182,188,233,188,188,182,188,249,247,142,247,142,248,142,247,246,142,188,188,188,187,188,136,91,142,188,188,188,193,188,187,188,193,142,251,251,251,188,193,252,188,142,182,142,233,142,142,246,142,188,250,142,188,142,91,246,91,246,136,248,96,247,142,142,142,247,182,247,182,247,182,142,247,188,253,254,254,253,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,194,254,239,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,239,194,254,254,253,253,254,254,254,254,254,254,239,194,254,239,194,239,194,239,254,239,239,194,254,254,254,254,254,254,254,239,194,254,254,254,254,234,254,254,254,194,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,194,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,194,254,254,254,254,254,253,254,253,254,194,254,254,254,253,234,253,253,194,254,253,254,254,253,254,254,254,194,254,254,254,254,194,254,254,194,254,254]; +image[394]=[254,253,253,253,253,253,253,253,234,253,254,253,254,253,253,194,254,253,253,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,253,194,254,254,254,254,254,253,254,253,254,254,254,254,254,254,254,253,254,254,194,254,253,254,254,254,253,254,254,253,254,254,254,253,254,194,254,254,254,254,254,254,254,254,234,254,254,254,234,253,194,254,254,253,254,194,254,254,234,253,253,254,253,253,194,254,254,254,253,254,254,254,254,194,254,254,254,254,254,234,253,254,234,253,254,253,254,254,234,254,254,254,254,254,254,254,254,254,234,254,253,234,254,254,234,254,254,254,253,254,254,254,253,194,254,254,254,254,254,254,254,253,194,254,253,254,253,194,254,254,253,254,253,234,253,194,254,254,253,253,254,254,253,254,253,254,254,254,254,254,254,254,254,254,254,254,234,253,254,254,253,254,253,254,253,253,253,254,253,194,254,234,253,253,254,253,234,253,254,253,253,234,253,254,253,253,253,194,253,254,234,253,254,234,253,254,254,253,254,253,253,254,254,254,234,253,253,253,253,253,253,253,253,252,253,252,252,252,252,252,188,252,252,188,188,91,91,45,136,91,85,91,91,136,91,90,136,45,136,91,85,136,85,136,90,136,90,136,187,136,136,141,136,187,187,142,187,187,187,188,187,142,136,247,136,142,187,188,193,188,142,188,250,188,142,248,248,182,249,247,91,142,182,142,188,142,182,136,182,182,182,193,182,250,188,188,188,188,188,188,188,193,188,142,188,142,182,142,136,142,182,188,182,142,249,142,249,188,142,91,247,91,91,247,91,247,91,96,91,96,96,96,91,96,96,247,91,188,188,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,239,254,254,254,254,254,254,239,194,239,254,254,254,254,194,239,254,254,254,254,254,254,194,239,234,254,254,254,239,194,254,254,254,254,254,239,254,254,254,239,254,254,254,239,254,254,254,194,239,239,254,254,254,194,239,254,194,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,194,239,234,254,254,194,239,194,239,234,254,254,254,254,239,254,239,254,254,254,254,194,254,254,194,239,254,254,254,254,254,254,254,254,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,194,239,254,254,253,254,253,254,254,254,194,254,254,234,253,254,253,254,253,254,253,254,253,253,194,254,253,254,254,254,254,194,254,254,254,254,254,254,254,194]; +image[395]=[253,194,253,253,253,253,254,253,254,253,253,254,253,254,254,253,253,254,254,253,254,253,254,194,254,254,253,254,253,254,234,254,253,254,254,254,254,253,254,194,254,194,254,194,254,254,253,254,253,254,253,254,194,254,254,254,194,254,253,254,194,254,254,194,254,254,194,254,254,254,254,254,253,254,254,194,253,254,253,254,253,254,253,254,254,254,254,194,254,254,254,254,253,254,194,254,254,254,254,254,254,253,254,254,254,194,253,254,254,254,254,253,254,254,254,254,254,253,254,254,234,254,253,254,254,254,254,234,253,254,234,253,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,234,254,194,254,253,254,254,254,254,194,253,254,253,254,194,253,234,253,254,253,253,254,253,254,194,253,234,254,194,254,254,254,194,253,254,234,253,254,234,254,253,253,254,253,254,194,253,253,254,253,254,194,254,253,254,253,253,253,254,194,253,253,254,253,253,254,253,254,194,254,253,254,254,254,253,253,254,253,254,253,254,253,234,254,253,254,253,234,253,253,253,253,254,254,253,253,253,253,253,252,234,253,252,253,252,253,252,252,188,188,188,91,91,85,45,85,45,136,45,136,136,91,85,91,90,91,91,45,85,91,96,188,182,96,188,187,182,90,182,182,187,187,233,188,233,188,246,182,248,142,188,91,188,187,188,188,142,182,142,188,249,248,188,248,248,244,142,188,142,182,233,142,182,96,136,136,182,187,188,187,188,142,188,188,142,251,182,188,188,142,188,182,142,136,182,182,142,142,188,142,249,188,188,142,246,91,91,96,91,91,136,246,136,245,136,91,247,247,136,91,142,91,244,253,254,253,254,254,254,234,254,194,254,254,239,194,254,194,254,254,254,254,254,254,254,234,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,239,194,254,254,239,194,254,254,239,194,239,254,254,254,254,254,239,254,254,239,194,239,254,254,254,254,254,254,254,254,194,254,253,254,234,254,254,254,254,254,254,239,194,254,234,194,254,234,239,254,254,254,254,239,254,254,254,254,254,254,254,239,194,254,254,254,194,254,254,254,254,254,254,254,234,254,239,194,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,194,254,254,194,254,254,254,253,194,254,254,194,254,234,253,253,254,254,253,254,253,254,194,253,254,194,253,194,254,253,254,194,254,253,254,253,254,254,254,254,234,254,254,254,254,254]; +image[396]=[253,254,253,194,254,253,194,254,253,254,194,254,253,194,254,254,253,253,254,194,254,254,254,254,253,194,254,194,254,254,253,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,194,254,194,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,253,254,253,254,254,194,254,254,254,254,254,194,254,254,194,254,254,253,254,254,254,254,253,254,194,254,254,254,253,194,254,253,253,254,194,254,253,254,254,254,253,234,254,194,254,234,253,254,194,254,253,194,254,253,254,254,254,253,194,254,254,254,254,254,254,253,254,194,254,254,253,254,254,254,254,234,254,254,254,254,234,254,254,254,253,254,254,253,254,254,254,254,254,253,254,253,254,253,254,253,253,254,253,253,253,254,254,254,253,254,254,253,254,254,254,254,254,254,254,253,254,254,194,254,253,234,253,254,253,194,254,253,254,253,254,234,253,254,253,253,254,253,254,253,253,194,254,253,254,253,253,254,234,253,253,234,254,253,254,253,253,254,253,253,253,254,194,254,253,254,253,254,254,253,253,253,254,253,253,194,253,252,252,252,253,252,188,253,188,251,251,251,142,91,90,85,136,45,136,45,136,45,136,85,136,85,136,45,249,246,85,91,45,182,142,182,233,142,182,187,187,227,182,187,187,188,188,233,142,136,247,182,142,188,188,142,188,187,249,247,91,142,188,250,247,248,248,182,247,142,182,136,142,182,187,136,136,182,182,142,182,188,188,188,142,188,187,188,250,142,182,188,187,182,182,142,136,142,182,182,249,249,250,188,251,247,91,245,247,136,245,91,251,247,247,91,96,91,96,246,91,246,91,249,188,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,234,254,194,239,254,254,254,234,254,254,254,254,254,239,254,234,254,239,254,234,254,239,254,254,254,254,194,239,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,194,254,254,254,194,254,254,254,194,239,254,254,239,254,254,254,254,254,254,254,194,239,254,254,254,254,254,194,239,254,254,239,194,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,239,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,253,254,253,254,254,254,254,253,254,253,254,253,254,254,234,253,254,253,254,253,253,253,253,253,194,254,234,253,253,253,253,254,253,194,254,253,254]; +image[397]=[253,253,254,253,253,254,254,253,254,253,254,253,254,254,253,254,194,254,254,253,254,253,254,254,254,254,254,254,254,254,254,234,254,254,254,254,194,253,254,253,234,253,254,234,253,254,254,254,254,194,253,254,254,253,254,253,254,254,254,234,253,254,234,253,254,254,194,254,254,194,253,254,254,254,254,253,254,253,254,254,254,254,254,194,254,253,254,194,254,254,254,254,254,253,254,254,253,254,234,254,253,254,254,194,253,254,253,254,254,254,254,254,254,254,253,254,254,254,254,253,254,254,194,254,254,254,254,254,253,254,254,194,254,254,254,254,194,254,253,254,254,253,254,254,234,254,254,254,254,253,254,254,254,194,253,254,253,254,194,254,254,253,254,253,254,194,254,253,254,194,254,253,253,253,253,254,234,254,194,253,254,254,254,253,254,254,194,253,254,254,253,254,253,234,254,253,254,253,253,234,253,253,253,253,194,254,253,253,254,253,234,254,253,254,253,234,254,254,253,253,254,254,253,254,194,253,254,194,253,254,254,253,253,254,253,253,253,254,253,194,253,253,254,253,253,253,253,253,253,253,252,252,253,252,252,252,188,252,188,247,91,45,91,85,136,85,90,91,90,91,90,91,90,91,45,254,246,91,85,91,182,136,182,182,187,136,136,182,136,187,182,233,187,187,188,182,91,182,142,188,188,142,182,249,182,182,182,248,91,142,142,182,246,188,250,142,142,182,142,136,142,182,136,136,182,182,182,142,182,187,188,188,188,142,182,188,187,142,182,142,182,136,182,182,182,142,188,188,188,251,251,188,91,96,91,91,246,96,244,249,182,246,91,96,91,96,96,247,253,253,253,254,254,234,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,239,194,254,254,254,234,254,194,254,194,254,254,234,254,194,254,254,254,254,254,194,254,194,254,254,254,254,239,194,254,254,239,254,254,254,239,254,254,254,239,194,239,239,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,239,194,239,194,239,254,254,254,194,254,254,254,239,254,234,254,254,254,254,254,239,194,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,234,253,254,254,253,253,194,253,253,254,194,253,253,194,253,253,253,253,194,253,234,253,253,254,253,234,254,253,253,253,194,254,194,253,253,254,254,253,254,254]; +image[398]=[194,253,254,254,194,253,254,253,194,254,254,253,254,253,254,254,253,254,254,254,194,254,254,254,254,254,253,254,253,254,253,254,253,254,194,254,254,254,254,253,254,254,254,254,253,254,254,254,254,254,254,254,234,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,253,254,194,254,254,253,254,253,254,254,254,254,254,254,254,253,254,253,254,254,253,253,194,254,254,253,254,253,254,254,254,254,194,254,254,253,254,253,254,194,254,254,253,254,253,254,194,254,254,254,254,253,254,194,254,194,254,254,254,254,254,254,254,254,254,194,254,194,254,254,254,254,253,254,253,254,194,254,254,254,254,254,194,254,254,254,253,234,254,253,253,254,253,254,194,254,253,253,194,254,253,254,253,253,254,254,254,194,254,254,194,254,254,254,254,234,253,254,253,254,253,253,234,254,253,253,254,254,253,254,254,253,253,254,253,253,254,253,254,234,253,254,253,253,194,254,253,253,194,254,253,254,234,254,254,253,194,254,253,253,254,253,254,253,254,253,254,254,253,234,253,254,253,253,253,252,253,252,252,252,252,252,252,251,251,193,91,45,85,45,91,90,91,85,90,91,85,45,136,91,136,91,248,40,91,182,91,136,187,187,136,187,181,187,181,182,187,233,142,188,187,188,187,182,142,142,188,188,142,182,142,188,248,182,250,188,142,188,188,142,188,188,188,182,142,182,182,182,136,142,187,142,182,188,188,188,188,182,188,182,188,187,182,142,187,182,136,187,136,142,182,188,188,250,188,250,251,251,142,246,96,96,91,96,91,91,244,246,96,91,91,136,91,91,245,193,254,254,253,254,254,254,254,254,194,254,254,254,254,254,254,254,254,239,254,254,254,194,254,254,254,254,234,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,239,254,254,254,194,239,254,254,194,239,254,234,254,254,254,254,234,254,239,254,234,254,254,254,194,239,254,254,239,254,254,254,254,194,254,254,254,194,254,254,254,234,254,254,253,234,254,253,254,254,194,254,254,254,254,254,254,254,254,254,254,239,254,254,194,239,254,254,254,254,234,254,254,254,254,254,254,234,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,253,234,254,254,254,254,194,254,253,254,254,253,194,254,253,254,253,253,194,254,254,253,254,253,254,254,254,253,254,253,253,254,194,253,253,253,253,253,253,253,253,253,254,254,194,253,253,194,253,253]; +image[399]=[253,234,253,253,254,254,254,254,254,253,234,254,194,254,253,254,194,253,253,254,254,253,254,194,254,254,254,194,254,254,194,253,254,254,254,254,254,194,254,253,254,253,194,254,254,234,253,254,254,194,254,253,254,194,254,254,254,253,254,254,253,254,253,254,254,254,254,254,253,254,253,254,253,254,254,254,254,254,254,194,254,253,254,254,194,253,254,254,254,194,254,254,234,254,254,254,194,253,254,254,194,253,254,253,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,194,254,253,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,194,254,253,254,254,254,253,234,253,254,254,194,254,254,253,254,253,254,253,254,254,253,254,194,253,253,254,253,253,254,254,254,254,254,254,234,254,253,254,253,254,253,254,253,254,253,194,254,253,253,254,194,253,253,254,253,194,254,253,254,253,253,254,253,253,254,254,254,253,234,254,254,253,254,253,253,234,254,253,254,253,254,234,253,254,253,254,253,253,253,253,254,253,253,253,253,253,252,234,252,253,252,253,252,252,252,188,188,250,243,45,91,45,85,91,90,91,85,96,91,90,136,45,90,91,90,91,45,249,188,96,136,182,187,182,182,182,187,182,142,233,187,188,187,187,182,142,182,182,188,188,188,182,142,182,142,142,182,188,188,188,188,188,188,182,250,182,142,182,142,187,136,136,182,187,182,187,188,187,142,188,187,188,142,142,182,182,142,187,136,182,182,136,182,142,188,188,142,188,250,142,246,96,91,96,245,96,246,96,91,91,246,96,245,96,91,91,243,253,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,194,254,254,239,254,234,254,254,253,254,254,254,234,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,234,254,254,254,254,239,254,254,254,254,254,254,239,254,239,239,194,254,254,254,254,254,239,239,194,254,239,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,239,194,254,254,254,234,254,239,254,254,194,254,254,254,239,194,254,239,194,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,194,254,253,254,254,253,254,254,253,254,253,254,254,194,254,254,253,254,253,253,254,253,253,254,253,253,254,253,254,194,253,253,253,254,254,194,253,253,253,254,253,254,254,194,253,234,254,253,234,253,254,254,234,254,254,194]; +image[400]=[253,253,254,253,253,194,254,253,254,254,253,254,254,254,253,254,254,254,194,254,234,254,254,254,253,254,254,254,254,254,254,254,253,253,254,253,254,254,254,194,254,254,254,253,254,254,254,253,254,254,254,253,254,254,253,254,254,254,194,254,194,254,254,254,253,254,253,194,254,254,254,194,254,253,254,253,194,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,253,254,254,254,254,254,194,254,254,254,254,253,254,194,254,254,254,254,253,254,253,254,253,254,194,254,254,253,194,254,254,194,254,254,254,253,254,254,254,254,254,254,194,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,253,254,254,253,254,254,253,194,254,254,253,254,253,253,254,253,254,253,234,253,254,234,253,254,253,194,254,254,253,254,254,253,254,194,254,253,194,254,254,253,253,253,234,253,254,253,254,253,194,254,253,253,254,194,254,194,254,253,194,254,253,253,254,253,253,254,234,253,253,253,253,253,234,253,253,253,254,253,253,253,253,254,254,253,253,253,254,253,253,253,253,253,252,252,253,188,253,188,253,188,188,251,249,40,91,85,45,85,91,90,90,136,45,136,45,136,90,91,91,45,91,85,247,228,142,136,187,182,187,181,182,182,253,253,188,187,188,187,142,187,188,142,142,142,252,251,142,182,188,182,142,188,187,142,188,142,187,142,142,182,182,188,182,182,182,182,182,182,142,233,142,182,188,187,188,182,187,182,187,188,182,142,182,182,142,187,142,182,142,142,188,188,250,142,91,96,91,96,245,91,91,91,91,96,91,247,91,246,91,245,91,248,188,254,254,254,254,254,254,234,254,254,254,254,194,254,254,234,254,254,239,254,254,254,254,254,254,254,254,253,254,254,254,253,254,253,254,253,254,234,254,253,253,254,234,254,254,194,254,254,254,254,254,254,254,254,254,194,239,254,194,239,194,254,254,239,254,254,194,239,194,254,254,254,254,254,239,254,234,254,254,254,254,234,254,254,234,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,194,254,254,254,194,254,253,254,254,234,254,254,234,254,253,254,253,194,254,253,254,254,253,194,253,234,254,194,253,234,254,253,254,234,253,254,254,254,254,194,254,253,254,254,254,253,234,254,253,194,254,254,253,254,194,253,253,253,234,253,253,254,234,254]; +image[401]=[194,254,194,254,254,254,254,194,254,253,254,253,254,194,254,254,254,253,254,254,253,253,254,194,254,254,194,254,253,254,254,194,254,194,253,254,253,253,254,254,253,253,254,254,194,253,254,234,253,254,194,254,254,254,254,253,254,254,254,254,254,194,253,254,194,254,254,254,254,253,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,194,253,254,253,254,254,254,254,254,194,254,254,254,254,194,253,254,254,194,254,254,254,234,254,254,254,254,254,254,254,254,254,253,254,254,194,254,194,254,254,254,254,254,253,254,254,254,194,254,253,254,253,254,194,254,253,254,254,254,254,254,254,253,254,254,253,254,254,253,254,254,253,254,194,254,253,254,194,253,254,253,254,254,253,253,253,254,253,254,254,253,254,254,253,254,234,254,254,254,254,254,253,253,254,254,253,253,194,254,253,253,254,254,253,254,253,253,254,253,254,253,254,254,253,234,253,254,253,254,253,253,253,254,254,253,254,253,254,254,194,253,253,254,254,253,234,253,253,254,253,253,234,253,253,253,253,253,252,253,252,253,188,252,188,251,188,142,243,45,91,85,91,85,136,45,136,85,91,90,91,90,136,188,91,45,91,91,248,142,136,182,187,182,187,187,187,233,188,187,188,187,188,182,188,188,91,244,188,188,253,142,248,142,182,247,182,248,182,188,142,182,188,142,142,182,142,187,142,142,187,182,182,182,188,182,188,187,188,142,182,142,182,142,182,187,136,187,182,182,182,182,142,188,188,142,188,142,244,96,96,245,91,96,96,91,96,91,245,136,247,96,91,245,243,251,254,254,234,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,239,194,254,253,254,194,253,254,254,253,254,254,194,254,254,254,254,253,254,194,254,253,253,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,239,254,254,254,254,239,254,254,254,254,254,254,254,254,194,239,254,254,254,254,254,254,254,254,254,254,254,234,254,254,234,254,254,194,253,254,254,254,254,254,254,234,254,254,234,254,254,194,254,234,254,254,254,194,254,254,239,194,254,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,234,254,254,254,194,253,254,254,194,254,254,254,253,254,254,253,254,254,254,253,253,254,253,254,253,254,254,253,254,253,253,254,254,254,254,254,254,194,253,254,253,254,254,253,254,194,253,253,254,194,253,254,253,194,254,253,253,253]; +image[402]=[253,253,254,254,253,254,254,254,254,194,254,253,254,254,253,254,253,234,253,254,254,253,254,254,254,253,254,254,194,254,254,254,254,254,254,194,254,254,253,234,254,194,254,254,254,254,254,254,254,254,254,253,234,254,194,254,253,194,254,254,254,254,254,254,254,254,253,254,253,194,254,254,254,254,254,254,254,194,254,253,254,253,254,194,254,254,253,194,254,254,194,254,254,254,254,254,253,254,253,254,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,253,234,254,194,254,253,254,254,254,194,254,254,254,254,254,254,253,234,254,254,194,254,254,254,253,254,194,254,254,254,254,254,194,254,253,254,234,253,254,194,254,253,194,254,194,254,254,253,254,254,253,254,194,254,254,253,194,253,253,253,194,254,253,253,194,254,254,253,194,254,253,254,253,254,253,253,253,253,254,194,253,234,254,253,253,254,194,254,253,253,234,253,254,253,234,253,254,234,253,253,254,253,254,194,254,253,254,254,194,253,254,194,253,254,253,253,254,254,253,234,253,253,253,254,253,254,253,253,253,253,252,253,252,253,188,253,188,252,253,252,188,251,188,188,40,91,85,45,91,45,136,45,136,45,136,91,90,136,45,142,248,247,188,248,45,228,182,182,136,182,187,182,250,253,188,187,188,187,188,193,188,142,96,91,248,252,233,249,182,182,136,142,136,136,136,142,182,142,182,182,187,182,142,182,182,187,182,142,182,187,182,187,182,142,182,187,188,187,182,142,182,142,142,142,187,142,142,182,142,188,142,142,188,136,245,91,91,91,245,247,244,45,244,96,250,91,91,247,91,142,251,254,254,254,254,254,254,254,254,254,254,194,254,234,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,253,194,254,254,254,254,253,194,254,254,253,254,254,254,194,254,253,254,234,254,194,254,254,254,254,254,254,254,194,254,254,254,254,254,254,194,239,254,254,254,254,254,254,254,254,254,254,254,254,254,194,239,194,239,254,194,254,254,254,254,254,254,254,254,253,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,253,194,254,254,254,253,254,253,254,253,254,253,253,194,254,254,253,254,194,254,254,253,194,254,254,194,254,254,194,254,254,253,254,253,254,254,254,254,194,254,253,254,253,254,254,254,194,253,254,254,253,254,253,253,254,254,194]; +image[403]=[254,253,234,253,254,254,253,254,254,254,194,254,253,254,194,254,254,254,194,253,234,254,254,253,254,254,253,254,254,253,254,253,254,253,254,254,254,253,254,253,254,254,253,254,253,253,253,254,253,234,254,253,254,254,254,254,254,254,254,253,254,253,254,194,254,253,254,254,254,254,254,253,254,253,254,253,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,254,254,194,253,254,234,254,254,254,254,194,254,253,254,254,194,254,253,254,254,254,254,254,254,254,254,254,254,194,254,194,254,254,254,254,254,254,254,194,254,254,254,254,254,254,253,253,254,254,254,254,234,253,254,253,254,254,194,254,253,254,254,253,254,254,254,254,254,253,254,194,254,253,253,254,253,254,253,253,254,254,234,254,254,254,253,234,254,254,253,253,254,254,253,254,194,253,254,194,254,234,254,253,254,253,253,254,253,254,253,253,253,254,253,253,253,253,254,253,254,253,253,254,253,253,234,254,253,254,194,253,253,254,253,254,253,253,234,253,253,253,253,254,253,254,253,254,253,194,253,253,253,253,253,252,234,253,253,252,253,252,252,252,252,188,251,188,142,45,45,91,90,91,182,45,91,136,91,91,90,91,136,91,40,91,247,252,253,136,96,136,136,187,96,182,187,188,233,188,182,187,188,182,187,182,182,247,142,250,188,253,250,188,142,182,182,136,142,182,136,182,136,182,187,182,187,182,187,142,182,187,136,187,136,182,142,182,142,187,182,142,182,142,182,182,182,182,182,182,142,182,142,142,182,248,247,247,247,136,246,96,246,91,188,245,244,250,188,250,142,248,91,243,249,254,254,254,254,254,234,254,254,194,254,254,254,254,254,254,194,254,234,254,194,253,254,253,254,254,254,254,254,234,254,254,254,254,254,234,254,254,234,253,254,194,253,254,253,254,253,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,254,234,239,194,254,254,254,254,254,239,254,254,254,254,254,239,194,254,254,254,194,254,254,194,254,254,254,254,254,254,254,194,254,254,254,194,254,239,194,254,254,254,239,194,254,254,254,194,254,254,254,254,254,254,234,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,254,194,253,254,234,253,254,194,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,253,254,254,254,254,254,253,254,253,234,253,254,234,253,194,253,254,194,254,253,253,254]; +image[404]=[194,254,254,254,194,254,254,253,254,254,254,254,254,254,254,253,254,254,254,254,253,253,194,254,254,194,254,253,254,254,254,253,234,254,254,253,194,254,254,253,254,254,234,254,194,254,234,254,253,254,253,254,253,254,253,254,234,253,254,254,194,254,254,253,254,194,254,253,254,253,194,254,254,194,254,254,253,254,254,254,254,254,254,254,254,254,254,253,254,254,253,254,254,254,254,254,254,253,254,234,254,254,254,254,254,254,254,254,194,254,253,234,254,253,194,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,253,194,254,234,254,194,254,253,253,254,253,254,253,254,254,254,254,254,254,253,194,254,253,234,254,253,254,254,253,254,253,194,254,254,253,254,234,253,253,253,253,253,253,253,253,253,253,234,253,254,234,253,253,254,254,253,254,253,254,253,253,234,254,253,254,253,234,253,234,253,253,194,254,254,253,253,253,253,194,254,253,194,254,253,253,254,234,253,254,254,234,253,253,234,253,253,254,253,253,253,253,253,253,254,253,254,253,254,253,234,253,253,253,253,252,252,253,252,253,188,188,252,252,188,251,250,91,45,45,91,45,91,90,91,91,90,91,45,91,45,91,45,91,91,142,188,188,136,136,182,136,182,182,182,142,187,188,188,187,188,187,188,187,142,142,188,142,249,188,188,188,249,182,142,182,182,136,142,136,142,142,136,142,182,142,182,188,182,187,142,182,182,187,136,187,136,182,142,182,187,182,142,182,142,142,142,142,182,142,182,142,96,247,136,96,182,246,91,136,91,247,91,142,91,244,252,252,247,252,254,253,188,253,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,254,254,254,234,254,253,234,254,253,254,253,254,253,234,254,253,254,253,254,254,253,254,254,254,253,254,234,254,253,194,253,253,253,234,253,194,254,234,253,254,234,254,254,254,253,254,194,254,254,254,254,254,254,254,254,239,254,254,194,239,194,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,194,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,194,239,254,254,254,254,234,254,254,254,254,254,254,254,253,194,254,234,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,254,253,254,254,254,254,254,253,254,253,254,253,234,254,254,254,254,234,254,254,254,254,253,194,254,254,194,254,254,253,253,253,253,254,254,253,254,253,254,254,253,234,253]; +image[405]=[254,194,253,254,254,253,254,234,254,254,253,254,234,254,253,254,254,253,253,254,254,254,254,253,254,254,194,254,254,194,254,254,254,253,254,254,254,254,254,194,253,254,253,254,254,254,254,253,254,254,254,194,254,194,253,254,253,234,254,254,254,254,234,254,254,254,194,253,254,254,254,254,254,254,254,194,254,253,254,253,254,254,253,254,253,254,194,254,254,194,254,254,254,254,254,254,194,254,254,254,253,254,254,194,253,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,253,254,254,194,253,254,234,253,254,234,254,254,254,254,254,254,254,194,254,254,254,254,194,254,253,234,253,254,194,254,254,254,254,254,254,253,254,254,253,254,254,254,254,234,253,254,253,253,253,254,253,254,234,254,194,253,254,253,253,253,253,253,253,253,234,254,253,234,253,254,253,254,253,253,253,253,254,253,253,254,253,254,253,253,194,254,253,254,254,254,253,254,254,253,254,253,253,253,254,253,253,254,253,254,253,254,253,253,253,194,254,253,194,253,253,234,253,253,253,253,253,253,253,252,252,252,253,252,253,252,253,252,252,188,251,251,91,242,246,136,142,96,91,91,90,91,91,96,142,45,91,136,91,45,45,91,182,248,96,136,136,90,187,136,182,182,188,187,251,233,252,187,188,187,182,188,182,248,246,142,142,142,248,248,182,142,248,182,142,182,182,187,182,182,187,188,187,142,187,182,187,187,136,182,136,187,182,187,142,182,188,251,182,142,182,182,142,182,142,182,142,182,96,247,247,136,142,142,96,246,136,247,91,247,91,246,251,250,250,253,254,254,254,254,253,254,254,254,194,254,253,234,254,253,254,254,194,254,254,254,253,254,234,253,254,254,253,254,254,254,254,194,254,254,254,254,254,254,194,254,254,253,254,234,254,194,253,254,253,254,254,254,194,254,254,254,254,254,253,254,194,253,254,253,194,254,253,254,254,194,253,254,254,254,194,254,254,194,254,239,254,254,254,254,254,239,194,254,254,254,254,234,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,253,254,254,194,254,254,254,254,254,254,234,254,194,254,254,254,254,254,253,254,254,194,254,253,254,253,254,253,254,194,254,253,254,194,254,254,254,194,254,253,254,253,254,194,254,234,254,194,254,254,254,253,254,253,254,254,254,194,254,254,254,254,254,254,194,253,254,254,253,254,253,254,253,254,253,253,253,253,254,194]; +image[406]=[254,254,254,253,194,254,254,254,253,194,254,254,253,254,194,254,254,234,254,253,234,254,254,253,254,254,254,254,254,254,253,194,254,254,194,254,254,253,254,254,254,254,253,254,253,254,194,254,234,253,254,254,254,254,254,254,254,254,253,253,254,253,254,253,234,254,254,253,254,253,253,194,254,254,254,254,254,254,254,254,194,254,234,254,254,254,254,254,254,254,254,194,254,194,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,253,254,234,254,254,234,254,254,194,254,234,254,254,254,254,254,254,254,254,194,254,234,254,254,254,254,254,254,253,194,254,254,254,254,254,254,253,254,254,254,234,253,254,253,254,194,254,254,194,254,254,253,254,253,254,194,254,254,234,254,253,253,253,254,254,253,194,254,254,194,254,253,194,254,253,253,253,254,253,194,254,253,253,194,254,253,254,253,253,254,234,253,253,254,253,253,253,253,234,253,234,253,253,234,253,254,254,253,234,253,253,254,253,253,253,253,253,254,253,253,234,253,253,254,253,253,254,234,253,253,194,253,234,252,253,252,234,252,252,252,252,252,252,251,251,142,244,91,91,250,248,136,91,91,91,45,85,45,248,142,45,91,45,131,91,136,91,136,136,136,95,135,136,141,136,187,188,253,188,187,188,188,187,188,142,188,142,250,247,142,91,249,188,142,142,248,182,142,182,142,182,142,188,142,188,182,187,188,182,142,187,136,187,142,182,187,182,187,182,142,188,142,182,142,182,182,142,136,142,136,142,247,136,91,96,247,142,91,246,91,246,136,91,247,91,96,188,253,254,253,254,254,254,254,254,254,194,254,254,254,254,253,254,194,254,254,254,254,254,194,254,254,254,254,194,254,254,194,254,254,254,254,254,194,254,254,194,254,254,254,254,194,254,253,254,254,254,254,253,194,254,254,254,254,253,254,234,254,253,254,254,253,254,254,253,234,253,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,194,239,254,254,194,254,254,194,254,234,254,254,194,254,254,234,254,234,254,254,234,254,254,254,254,253,194,254,253,234,253,253,254,253,253,254,253,254,194,254,254,254,254,254,254,253,254,254,194,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,253,194,254,234,254,254,194,254,254,254,254,254,253,254,253,254,253,253,253,194,254,253,194,254,253,194,254,194,254,253,254,254]; +image[407]=[253,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,194,254,254,254,254,253,254,253,254,254,254,254,254,254,254,194,254,254,254,194,254,254,194,254,254,254,254,253,254,254,234,253,254,253,194,254,194,254,194,254,254,253,254,253,254,194,254,194,254,254,254,254,253,254,254,194,254,253,254,254,254,254,194,254,254,253,254,253,254,254,254,254,254,254,254,253,254,194,254,254,254,254,254,254,194,253,254,254,254,194,254,254,254,254,253,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,253,234,254,253,254,254,254,253,254,253,254,253,254,254,254,253,254,254,254,194,254,254,254,254,254,253,254,194,254,253,254,253,254,253,253,253,194,253,254,253,234,253,254,253,253,254,253,253,254,253,253,194,254,253,253,254,253,234,254,254,253,194,254,253,194,253,253,253,234,253,253,234,253,253,253,253,253,253,253,254,253,253,194,253,254,253,254,194,253,254,253,254,253,253,234,253,253,253,253,253,253,253,253,253,253,253,253,252,253,252,253,253,252,252,252,253,253,252,252,188,188,188,249,45,91,91,91,247,91,96,91,91,45,91,91,45,91,45,91,45,91,96,91,90,136,90,136,90,136,136,136,136,142,182,188,188,188,187,188,188,187,142,188,188,188,188,248,245,245,188,250,188,142,142,142,142,188,142,188,187,188,188,188,182,142,187,142,142,182,136,182,142,182,142,188,142,182,250,188,247,96,245,136,247,96,91,246,182,247,246,246,91,246,248,96,246,96,91,96,247,91,248,252,252,254,254,253,254,253,254,253,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,234,254,254,254,254,254,254,254,234,254,254,254,254,254,254,194,253,254,254,254,254,254,254,194,254,253,254,254,194,253,254,234,254,194,254,254,254,253,253,254,253,253,254,253,253,234,254,194,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,253,254,254,254,253,254,254,254,254,194,254,254,254,253,254,254,254,253,234,254,253,234,254,254,254,254,254,234,254,254,254,194,254,254,254,253,254,253,254,254,253,254,254,254,253,254,253,234,253,254,254,254,254,254,254,254,234,254,253,254,253,254,253,234,254,253,254,254,253,254,254,254,254,253,254,194,254,253,254,234,254,253,254,254,253,254,254,253,253,254,253,254,253,253,253,253]; +image[408]=[254,254,254,253,254,194,254,254,253,254,254,194,254,254,253,194,254,254,194,254,254,253,254,194,254,253,194,254,254,253,254,253,254,253,254,254,254,254,194,254,254,254,254,254,254,234,253,254,253,194,254,254,253,194,254,254,254,254,254,254,254,194,254,254,254,254,253,254,254,254,253,253,254,254,253,254,254,254,253,254,253,254,254,254,253,254,194,254,234,254,253,234,254,253,194,254,234,254,254,254,234,254,253,254,254,254,254,254,254,254,254,254,194,254,254,194,254,253,254,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,253,254,253,254,194,254,254,194,254,194,254,254,254,253,254,254,254,253,254,194,253,254,254,253,254,254,253,254,254,254,254,254,254,254,253,254,253,253,254,253,254,253,234,253,253,254,253,254,253,253,194,253,253,253,253,253,254,253,253,253,254,253,254,253,253,253,254,253,253,253,194,254,253,254,253,194,253,254,253,254,253,254,253,253,254,253,253,253,253,194,253,253,253,253,253,194,253,253,253,194,253,253,253,253,253,253,252,252,253,252,253,252,252,252,253,252,252,251,188,246,91,45,96,91,136,45,91,45,91,45,247,91,45,91,45,40,91,90,45,91,90,91,90,136,136,136,136,136,136,136,136,136,182,142,188,187,188,188,252,188,188,188,188,142,188,188,252,188,188,142,188,182,142,188,188,188,188,142,188,188,187,188,182,182,136,142,187,142,188,253,188,142,249,188,254,253,253,254,188,253,188,247,182,245,142,136,247,91,91,91,91,247,91,96,247,246,142,247,253,254,253,254,234,254,254,234,254,194,254,234,254,254,254,194,254,254,254,254,194,254,254,194,254,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,234,254,253,254,234,254,254,254,254,254,254,254,254,254,253,254,254,253,194,254,254,253,194,254,254,253,194,254,253,254,253,254,253,253,253,254,254,194,254,254,254,254,254,194,254,254,234,254,254,254,194,254,254,254,254,194,254,254,254,254,194,254,254,194,254,254,254,234,254,253,253,194,254,253,253,254,253,253,253,254,253,254,254,254,253,194,254,254,254,234,254,254,254,253,254,253,254,194,254,254,254,194,254,254,254,194,254,253,194,254,254,254,254,254,194,254,194,254,253,254,253,194,254,194,254,253,234,254,254,194,254,254,254,234,254,253,254,253,253,194,254,253,253,234,253,254,234,253,194,254,194,254]; +image[409]=[253,254,194,254,254,254,254,254,194,253,254,254,194,254,254,254,254,254,254,253,254,254,253,254,254,254,254,194,254,254,194,254,194,254,253,254,253,254,254,253,254,253,254,253,254,254,254,254,254,254,253,254,254,254,254,253,254,253,254,253,254,254,194,254,253,254,234,253,253,254,254,194,254,254,254,254,253,254,254,254,254,253,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,194,253,254,254,194,254,253,254,253,254,254,253,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,194,254,254,254,254,254,254,254,254,254,254,194,254,253,254,253,254,253,254,234,253,254,254,254,194,254,234,254,194,253,253,253,254,194,253,254,253,254,194,253,253,254,194,253,234,253,253,253,254,253,253,253,254,253,234,253,253,234,253,234,254,253,253,254,194,253,253,253,254,253,194,253,253,254,254,253,253,253,253,253,234,254,253,234,254,194,253,253,253,253,252,234,252,253,253,234,253,253,253,253,252,234,252,253,252,234,253,252,253,252,253,253,252,252,252,188,188,142,91,45,91,45,91,90,91,45,91,45,91,136,91,40,85,85,45,91,91,90,45,90,90,136,136,136,91,136,136,85,136,182,96,182,182,182,188,188,188,193,188,251,142,142,251,188,193,251,248,142,188,251,188,142,188,142,188,188,188,187,188,142,187,142,142,136,136,248,187,253,253,253,254,253,188,254,254,254,254,254,254,254,253,254,188,246,246,91,246,142,245,91,91,246,91,96,91,247,188,254,254,254,253,254,254,253,254,254,254,254,254,234,254,254,254,254,194,254,254,254,234,254,254,254,254,254,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,194,253,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,194,254,254,254,234,254,254,254,254,253,254,253,254,194,254,234,253,254,254,194,254,194,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,254,253,234,254,254,254,194,254,254,194,254,194,254,254,194,254,253,254,254,254,254,253,254,253,254,194,253,254,194,254,254,254,253,254,254,254,254,253,254,254,254,254,254,254,253,253,254,234,254,254,253,254,194,253,254,254,253,254,253,254,254,254,254,254,254,253,254,253,254,254,194,254,254,254,253,254,254,254,254,253,253,254,254,253,254,253]; +image[410]=[254,254,254,254,253,254,194,254,254,254,254,254,254,254,254,253,254,253,254,254,253,234,254,254,253,234,254,254,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,194,254,253,194,254,254,254,253,194,254,254,234,254,234,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,253,254,253,254,254,194,254,253,194,254,254,254,254,253,254,254,194,254,254,254,194,254,254,254,194,254,254,194,254,254,254,254,253,254,253,254,253,254,254,253,254,194,254,253,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,234,254,194,254,254,254,254,254,254,253,254,253,254,253,254,194,254,254,254,254,194,254,254,194,254,254,254,254,194,254,254,253,254,253,254,254,234,254,253,254,254,254,194,253,254,254,254,253,253,254,253,253,254,253,253,253,253,194,253,253,253,253,254,253,253,253,253,253,194,254,253,253,254,234,253,253,253,253,253,234,253,253,253,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,252,253,252,253,234,252,253,253,252,252,253,252,252,252,252,253,252,252,252,252,252,252,251,188,247,45,91,90,91,45,91,90,91,85,91,91,45,45,91,45,91,45,45,45,91,136,136,136,136,90,90,182,136,85,136,136,136,136,182,136,247,182,188,182,142,142,188,252,251,251,188,250,142,142,249,188,251,188,188,188,188,187,251,188,142,188,142,188,182,96,182,250,188,188,253,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,188,188,252,253,254,252,248,247,142,246,250,142,253,254,254,254,234,254,253,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,253,254,194,254,254,254,253,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,234,254,253,254,254,254,254,253,254,253,254,254,254,234,254,254,253,194,254,254,254,253,234,254,254,253,254,254,254,254,253,254,253,254,253,254,253,254,253,254,253,253,253,234,254,253,254,253,254,253,234,254,254,254,194,254,253,254,254,253,254,253,254,254,253,254,254,253,254,254,194,254,253,254,254,194,254,253,254,253,254,254,194,254,253,254,253,253,254,253,234,254,194,254,234,254,254,253,194,254,253,234,254,253,254,253,254,254,254,253,234,254,253,194,254,253,194,254,254,253,234,253,254,253]; +image[411]=[254,254,194,254,254,254,254,254,254,253,254,254,253,254,254,194,254,254,194,254,254,254,194,254,254,254,254,234,253,254,254,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,254,253,254,253,254,253,254,194,254,254,253,254,194,254,254,253,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,194,253,254,254,254,254,254,234,254,254,254,234,254,254,254,254,254,254,254,254,194,253,254,254,254,194,253,254,194,254,254,254,254,194,254,253,254,253,254,254,254,253,254,254,254,234,254,254,254,254,254,254,254,254,253,254,254,254,194,254,254,194,254,254,254,254,253,254,254,254,254,254,254,254,253,254,253,254,234,253,254,253,254,253,253,254,253,254,234,253,254,254,254,253,253,194,254,253,253,254,253,234,254,194,254,254,253,254,194,254,253,253,253,254,253,253,253,253,234,254,253,253,253,253,253,234,253,253,253,253,254,253,253,253,253,254,194,253,253,253,253,253,234,253,194,252,253,194,253,253,253,253,252,253,253,253,194,253,234,252,253,194,252,253,252,253,252,253,252,252,252,188,250,91,91,91,91,136,91,45,45,91,45,91,136,40,45,85,91,85,45,91,91,45,91,136,90,130,136,85,136,136,136,90,136,90,131,136,136,136,182,96,182,182,142,188,188,252,251,188,251,188,188,188,187,188,251,233,142,188,188,187,142,182,142,182,249,182,248,136,248,188,253,254,254,253,254,254,254,254,253,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,253,254,252,253,254,253,254,253,254,254,254,194,254,234,254,194,254,254,254,194,254,234,254,254,254,254,254,254,254,254,239,194,254,254,254,239,194,254,254,254,254,194,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,254,253,254,254,194,254,254,194,254,254,254,254,254,254,254,253,254,254,254,254,254,253,254,254,254,254,253,254,194,254,253,254,253,254,254,234,254,253,254,253,254,194,254,254,254,254,253,254,254,254,253,254,254,253,254,253,254,254,194,254,194,254,254,194,254,253,254,194,254,253,254,234,253,254,234,253,254,253,253,254,253,254,234,253,254,194,254,234,253,253,234,254,254,234,254,253,254,254,254,194,254,254,253,254,254,194,253,254,254,254,254,194,253,234,194,253,254,253,253,253,253,253,194,254,254,254,253,254,254,194,254,254,194,253,253,253,254,253,254,254,254,254,254,254,254,253,254,254,194,254,253]; +image[412]=[253,254,254,254,253,254,254,254,194,254,254,194,254,254,254,254,254,254,254,253,254,254,254,253,194,254,253,254,254,253,234,254,253,254,254,254,254,194,254,253,254,253,254,254,253,254,253,254,254,254,253,254,194,254,254,254,253,254,254,253,254,254,254,254,253,194,254,253,254,254,254,254,254,254,254,254,253,254,254,253,254,254,254,254,194,254,253,254,254,254,253,254,254,254,253,254,253,254,253,254,253,254,254,254,194,254,254,254,254,254,253,254,253,253,254,254,254,194,254,254,253,253,194,254,234,253,254,254,254,253,254,254,253,254,253,254,254,253,194,254,254,254,254,254,254,253,253,194,254,253,253,194,254,253,254,253,254,254,253,254,254,253,254,194,254,254,253,194,254,253,254,254,253,253,254,254,254,254,253,234,253,194,253,253,253,253,253,253,253,253,253,253,234,253,194,253,253,254,234,253,253,253,253,253,253,194,253,253,253,253,253,194,253,254,234,253,253,253,253,254,234,253,253,253,253,253,253,253,252,253,252,234,252,253,253,252,194,188,253,252,253,252,253,253,252,234,252,252,252,252,252,252,252,251,249,243,91,45,91,45,91,85,45,85,45,40,91,45,40,45,85,91,45,91,45,40,45,85,136,85,85,136,136,85,90,136,130,136,136,136,182,136,136,136,136,136,182,142,142,188,188,188,188,250,142,250,188,188,142,188,142,182,249,182,182,142,136,142,248,250,252,188,252,254,253,254,254,254,254,253,234,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,239,254,239,194,239,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,194,239,254,254,254,194,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,194,254,254,194,254,254,253,254,254,194,254,254,254,194,254,254,194,254,254,254,253,194,254,253,254,253,234,253,254,253,194,253,254,253,194,254,254,194,254,254,254,254,254,254,253,253,254,254,194,254,253,254,253,253,254,253,254,253,254,194,253,234,253,254,253,253,254,253,254,253,254,253,253,253,253,254,253,194,254,253,253,254,254,253,254,253,194,254,254,254,253,253,254,254,254,254,253,254,253,194,254,253,254,194,254,253,253,234,254,253,253,254,253,253,254,254,254,194,254,254,194,254,253,254,253,254,253,194,254,254,253,254,254,234]; +image[413]=[254,253,254,254,194,253,254,254,254,254,254,254,194,254,253,254,253,254,194,254,254,253,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,194,254,254,194,254,254,194,254,254,254,234,254,254,254,254,254,254,194,254,254,254,254,194,253,254,254,254,254,194,254,253,254,254,253,254,254,194,254,254,253,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,194,254,254,254,254,253,254,254,253,253,234,253,254,234,253,254,254,253,253,254,254,194,254,254,254,254,253,254,253,254,253,254,194,253,254,194,254,194,254,254,254,254,254,194,253,254,253,254,254,254,254,254,254,254,254,253,254,253,254,194,254,254,253,254,253,254,254,194,254,254,254,253,254,253,254,234,254,194,254,253,253,254,254,254,254,253,254,253,254,194,253,253,253,253,253,253,253,253,194,253,253,253,254,194,253,234,254,253,253,253,253,234,254,253,253,253,253,253,253,254,253,253,253,253,234,253,253,253,253,253,252,234,252,253,253,253,253,253,253,253,253,253,253,253,252,253,252,252,252,252,253,252,253,252,252,252,188,246,45,91,91,40,91,45,91,45,91,85,45,40,85,45,91,45,45,91,85,91,247,182,91,85,136,136,136,85,136,85,90,136,136,182,249,182,91,85,136,136,142,136,233,188,252,142,142,182,188,142,182,142,182,142,182,142,182,91,136,136,96,136,182,182,188,253,254,253,254,254,254,254,254,254,254,254,254,254,254,254,239,194,254,254,194,254,254,253,254,254,254,253,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,239,194,254,239,254,239,194,254,254,234,254,254,254,254,239,194,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,239,194,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,253,254,253,254,253,254,254,253,254,234,254,253,254,253,254,194,253,253,253,253,253,254,253,253,253,254,253,194,253,254,194,253,254,194,253,254,253,254,253,253,253,254,194,253,254,253,194,253,254,254,194,253,254,254,254,254,194,253,194,254,253,254,254,253,254,253,254,194,254,253,253,253,254,253,253,254,253,253,234,253,254,253,254,253,254,194,254,253,254,234,253,234,253,253,254,254,253,254,253,254,254,194,254,254,254,253,254,253,253,254,253]; +image[414]=[254,234,254,254,254,254,254,253,254,254,254,254,254,254,194,254,253,254,254,254,194,254,254,253,254,253,254,254,254,253,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,234,253,254,253,194,254,254,253,254,254,254,253,194,254,254,254,234,253,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,194,254,253,254,254,254,194,254,253,254,254,254,194,254,254,254,254,254,254,254,194,253,254,253,254,253,254,253,254,253,254,253,254,194,254,254,253,254,254,253,254,253,254,253,253,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,253,254,253,194,254,254,254,194,254,254,254,253,254,194,254,253,194,254,254,254,253,254,254,253,254,194,254,253,254,253,254,234,254,253,253,253,254,234,253,253,254,253,254,234,253,254,253,253,253,254,253,253,253,253,253,254,253,253,253,253,234,253,253,253,253,234,253,253,253,253,253,194,253,253,253,253,253,253,253,234,252,253,252,253,253,253,253,194,253,234,253,252,253,252,194,252,234,252,253,253,252,252,252,188,253,188,252,251,142,91,91,45,45,91,40,91,40,45,40,45,85,91,45,40,91,91,85,45,91,91,182,248,85,85,96,136,131,85,136,85,136,85,142,142,252,188,136,85,136,136,136,136,142,188,228,182,182,136,136,136,136,136,136,136,91,182,136,91,91,91,136,91,248,250,253,253,254,254,234,254,253,234,254,254,254,253,254,234,254,253,254,254,234,254,254,254,234,254,253,234,254,254,253,234,253,254,234,254,253,194,254,254,254,234,254,253,254,194,239,254,254,254,254,194,239,254,239,254,194,239,254,239,254,254,254,254,254,254,254,254,239,254,254,234,254,254,254,194,239,254,254,254,234,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,234,254,254,254,254,194,254,234,254,254,234,254,254,254,254,254,234,253,254,254,254,194,254,253,254,254,234,254,253,194,254,234,253,254,253,253,254,234,253,253,254,254,254,194,254,254,194,254,194,254,253,253,254,254,253,253,254,253,254,253,254,253,253,253,254,194,253,253,254,253,234,253,254,253,194,254,254,253,253,253,194,254,254,254,253,253,194,253,254,253,194,253,254,253,254,194,254,194,253,194,254,253,254,253,254,253,253,253,253,254,253,254,234,253,254,253,253,254,253,254,253,253,194,254,253,194,254,254,254,254,254,194,254,254,254,253,194]; +image[415]=[254,254,253,254,254,234,254,254,194,254,253,254,253,254,254,254,254,253,254,254,254,253,254,254,194,254,254,194,254,254,194,254,254,254,194,253,254,254,253,254,254,194,253,254,253,254,254,254,254,254,254,194,254,254,253,254,254,254,254,254,254,253,254,254,234,254,254,254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,194,253,254,194,253,254,194,254,253,253,254,254,194,253,254,253,254,254,194,254,254,194,254,254,253,254,253,194,254,253,254,253,254,253,253,254,253,254,253,254,254,254,254,254,194,254,254,254,253,254,253,254,254,253,254,253,254,254,254,254,254,254,253,254,254,194,253,254,253,253,254,253,253,254,253,254,194,254,194,254,253,253,254,253,234,253,253,253,253,253,234,253,253,234,253,253,234,252,253,253,253,253,253,253,253,253,253,253,253,253,253,194,253,234,253,253,253,253,253,252,194,253,252,253,253,253,253,252,194,253,253,253,252,253,253,234,253,253,252,253,252,253,252,253,252,253,253,252,252,252,252,188,246,45,91,40,91,85,45,45,91,45,91,40,85,45,85,45,91,91,91,40,85,91,142,91,91,85,182,142,85,85,136,85,136,136,188,188,188,188,247,85,85,131,136,182,91,91,91,247,182,91,136,131,136,91,136,90,85,136,91,182,188,188,188,188,248,188,253,254,254,253,254,254,254,254,234,254,194,254,253,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,253,254,254,254,254,234,253,254,254,194,254,254,254,254,254,254,254,254,239,194,254,254,254,254,239,194,254,254,254,254,239,194,254,234,239,194,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,234,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,194,253,254,253,254,254,254,253,254,254,253,254,254,253,253,254,253,234,254,253,254,234,253,254,253,254,234,254,253,234,253,254,194,253,234,253,253,253,194,253,254,253,253,254,253,253,253,253,254,253,253,253,253,253,254,234,254,253,253,253,234,253,254,254,194,253,254,254,253,234,254,253,254,253,254,253,254,253,253,194,254,253,234,254,194,254,253,254,253,254,194,253,254,254,194,254,194,254,254,254,254,254,254,254,253,254,253,254,254,254,194,254,254,253]; +image[416]=[254,194,254,253,254,254,254,254,254,254,194,254,254,253,254,194,254,254,253,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,194,254,254,253,194,254,253,254,254,254,194,254,253,194,254,254,253,254,254,253,254,253,254,253,254,253,254,254,254,254,194,254,253,254,254,253,254,194,254,254,254,253,194,254,253,254,194,254,254,254,194,254,194,254,254,254,254,254,254,254,254,254,253,254,253,254,194,254,253,254,254,254,254,253,234,253,254,253,254,254,253,254,253,194,254,254,254,254,194,254,254,254,253,254,254,254,254,194,254,253,254,254,253,254,253,254,194,254,254,253,194,254,254,253,254,253,254,253,254,253,254,253,254,254,254,254,254,253,254,234,253,194,254,254,254,254,254,254,194,254,253,254,253,254,253,253,254,253,253,253,253,253,253,253,253,253,253,234,253,194,253,253,253,194,253,253,253,253,254,253,253,253,254,253,194,253,253,253,253,253,253,253,252,253,252,253,253,253,253,254,253,253,253,253,253,234,253,253,253,253,252,253,252,252,252,252,252,252,188,250,91,242,45,45,91,45,91,45,45,45,40,85,91,40,91,45,91,91,45,85,45,91,91,91,45,91,45,85,85,85,85,90,85,247,182,188,188,182,136,136,85,85,136,182,96,136,136,90,85,136,85,85,85,85,85,85,130,85,85,142,188,182,91,247,188,254,254,254,254,254,253,254,253,254,254,254,254,254,254,194,254,254,253,254,254,253,254,254,194,254,254,254,194,254,253,254,194,254,254,253,234,254,254,254,254,254,254,254,254,254,234,254,254,254,234,254,239,254,234,254,254,254,239,254,194,239,254,254,239,254,254,254,254,239,194,239,194,239,254,254,254,254,254,194,254,254,194,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,234,254,254,194,239,254,254,254,254,254,254,254,234,254,254,254,194,254,254,194,254,254,254,254,254,253,254,254,234,254,254,254,254,194,254,194,254,254,254,194,254,254,194,254,254,254,253,253,253,254,253,253,254,253,234,253,253,253,254,253,254,253,254,253,253,254,194,254,253,254,253,253,254,253,253,194,254,194,253,253,234,254,253,254,253,253,253,253,234,253,253,194,254,253,253,254,253,253,194,254,253,254,194,254,234,253,253,254,194,254,253,254,253,253,254,253,254,253,194,254,254,254,254,194,254,253,254,253,254,253,234,253,253,254,234,254,194,254,234,253,254,253,254,254,253]; +image[417]=[254,254,254,254,194,254,234,253,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,253,254,254,253,254,253,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,194,254,254,194,254,253,254,254,254,194,254,254,253,254,254,254,254,254,194,254,254,254,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,253,254,253,253,254,253,254,254,253,254,254,254,254,254,253,254,194,254,254,253,254,254,234,253,254,194,254,254,254,254,254,253,254,254,254,194,254,194,254,194,254,253,254,254,194,253,254,194,254,254,253,254,254,254,254,254,194,253,254,194,254,234,254,254,194,254,254,253,254,253,253,254,194,254,253,254,254,253,253,234,253,253,254,254,254,194,253,254,194,254,253,253,253,194,253,253,253,253,253,194,253,253,253,254,253,253,253,253,253,253,194,253,234,253,253,253,234,253,253,253,253,253,253,253,194,253,253,253,253,252,234,253,253,234,253,254,194,253,254,253,253,253,253,253,252,234,252,253,252,253,252,252,252,251,248,91,40,91,45,45,91,45,91,45,91,45,91,45,85,45,45,40,91,40,91,40,45,96,247,85,40,45,91,90,85,136,85,45,136,45,91,142,248,91,85,142,40,91,40,85,91,85,91,131,45,182,136,131,136,182,91,91,136,91,182,182,248,40,246,188,254,253,254,194,254,254,254,254,254,254,194,254,254,254,254,254,194,254,234,254,194,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,239,194,254,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,239,194,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,234,254,234,254,254,254,254,194,254,254,254,253,254,254,234,254,194,254,254,253,234,254,194,253,254,253,254,254,254,194,254,253,253,234,253,254,253,253,253,254,194,254,253,194,254,254,254,253,254,253,254,253,253,194,253,194,254,194,253,254,254,254,254,253,254,254,253,254,253,254,253,253,254,253,253,254,194,253,254,253,254,194,254,254,254,194,253,254,254,254,253,254,253,254,254,254,254,254,194,253,254,254,254,194,254,253,254,254,253,254,254,254,254,194,254,254]; +image[418]=[254,194,254,254,254,254,254,254,253,254,254,254,254,254,253,254,254,254,253,253,254,253,194,254,254,194,254,254,194,254,254,254,253,254,254,194,254,253,194,254,254,253,254,253,254,194,254,254,254,254,254,253,254,253,254,254,254,254,254,254,254,254,234,254,194,254,254,254,254,194,254,253,254,254,194,254,254,234,254,253,254,254,254,254,254,254,254,254,254,253,254,194,254,254,254,254,254,254,254,194,254,254,194,254,194,254,254,253,254,253,253,254,194,254,254,253,254,254,253,254,253,254,254,254,254,253,254,253,254,194,254,254,253,254,254,254,254,253,254,234,253,254,254,254,254,254,253,254,254,253,194,254,254,254,254,254,254,254,253,254,254,254,254,254,194,254,254,194,254,254,254,253,254,234,253,254,253,254,254,234,253,253,254,254,254,253,254,253,254,253,254,253,234,253,194,253,253,253,253,253,253,253,234,253,253,234,253,253,253,253,254,253,254,253,253,253,253,234,253,253,234,252,253,253,252,234,253,253,253,254,253,254,253,254,254,253,194,254,254,253,254,194,253,253,252,252,253,252,234,252,252,251,244,40,91,40,91,45,91,40,45,40,45,40,45,40,91,45,45,85,45,40,45,91,45,91,40,91,91,85,85,85,85,91,247,85,91,136,136,45,85,85,45,188,188,91,91,247,242,244,91,247,91,91,91,45,91,247,91,91,182,142,91,91,247,188,253,253,254,234,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,253,254,254,253,234,253,254,194,254,254,254,194,254,254,194,239,254,234,254,254,239,254,254,254,254,254,254,254,254,254,194,239,254,254,254,254,194,239,254,194,239,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,254,194,239,254,254,254,254,194,254,254,254,254,254,254,254,234,254,254,254,254,254,234,254,254,254,254,253,254,254,254,234,254,254,254,254,254,254,254,253,254,253,254,254,234,254,253,254,254,254,253,194,254,253,194,254,253,254,194,254,253,194,254,253,234,253,254,253,253,254,253,253,234,253,254,234,253,194,254,254,254,253,254,253,254,253,194,254,234,253,194,253,254,194,254,253,254,254,253,254,253,254,253,254,254,253,253,254,254,253,194,254,254,254,254,253,254,234,254,254,253,234,254,254,254,254,254,194,253,254,254,254,254,194,254,254,253,194,254,254,254,234,254]; +image[419]=[254,254,254,253,254,253,254,254,194,254,253,254,194,254,253,254,253,254,194,254,234,254,254,254,254,254,254,254,254,194,254,254,194,253,254,254,254,254,254,194,254,254,194,254,254,254,253,254,194,254,254,194,254,254,194,253,254,253,254,253,254,254,254,254,254,254,234,254,253,254,254,234,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,194,254,254,254,254,253,254,254,253,254,254,254,254,254,254,253,254,254,194,254,254,194,254,254,253,254,254,254,254,253,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,253,254,253,234,254,254,254,253,254,253,253,254,253,254,234,254,254,254,253,254,253,254,253,254,254,194,253,254,253,254,254,254,254,254,254,253,254,194,253,253,253,254,254,194,253,254,254,254,234,253,234,254,234,254,194,253,254,253,253,253,253,253,234,253,253,253,194,253,253,253,253,253,253,253,253,234,254,254,194,253,254,254,253,253,253,253,253,253,253,234,253,253,253,253,253,254,194,254,253,234,253,254,254,254,194,254,253,253,254,253,253,253,234,253,253,253,253,254,254,251,241,242,91,45,242,45,242,241,45,91,45,91,45,45,91,91,45,91,40,45,40,91,40,45,40,45,91,45,91,85,136,45,85,91,85,91,85,40,91,241,251,254,253,253,254,252,253,253,254,252,243,91,248,254,253,254,188,188,249,188,188,188,253,254,254,253,254,254,253,254,254,194,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,234,239,194,254,239,194,239,254,239,254,239,194,254,254,239,254,254,254,254,254,234,254,254,239,194,254,254,254,254,239,194,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,239,194,239,254,254,254,254,254,239,194,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,253,254,254,254,254,253,234,254,194,254,254,254,254,253,254,253,254,194,253,234,254,254,254,253,254,254,253,253,254,253,253,254,253,253,254,253,254,253,254,254,253,253,254,253,253,254,253,254,254,234,253,253,254,254,194,254,254,254,253,254,254,254,253,254,254,253,254,194,254,194,254,194,254,253,254,253,254,254,253,254,254,254,254,254,194,254,254,254,254,253,254,254,254,253,254,234,254,254,254,254,253,234,253,254,254,254,234,254,254,253,253,253,254,253]; +image[420]=[254,234,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,253,254,253,254,253,254,254,254,254,254,254,234,254,254,234,254,254,254,254,254,254,254,253,254,254,254,254,253,254,254,254,254,254,254,194,254,254,194,254,253,254,254,253,254,254,254,254,234,253,254,253,234,254,253,254,253,194,254,254,194,254,254,234,254,194,254,254,254,254,254,194,254,254,194,254,254,253,254,194,254,254,254,253,254,254,254,254,254,254,254,254,253,194,254,254,194,254,253,194,254,254,234,253,254,254,253,254,253,254,194,254,254,254,253,254,253,253,254,254,194,254,234,254,194,254,253,253,234,254,254,194,254,234,254,254,254,254,254,194,254,254,253,254,194,254,254,253,254,254,254,253,194,253,254,254,254,253,254,254,254,253,254,253,253,254,254,234,254,253,254,253,254,253,254,253,254,254,254,253,194,254,253,194,254,254,253,254,253,254,254,254,194,253,254,194,253,253,253,253,252,254,253,254,253,194,254,254,253,254,254,254,253,234,253,254,254,253,234,253,254,253,254,254,253,253,253,254,253,253,254,253,243,242,45,45,40,45,45,40,241,45,40,242,40,91,85,45,91,45,91,45,45,45,91,45,85,45,85,45,85,45,85,45,85,136,91,91,85,45,91,246,253,254,254,254,254,254,254,254,254,254,253,188,253,254,253,254,254,254,253,254,254,254,254,254,234,254,254,234,254,234,254,239,254,254,254,239,254,254,239,254,254,254,254,254,194,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,194,239,254,254,254,254,194,239,254,254,239,254,254,234,254,254,254,239,239,194,239,254,254,254,254,254,254,254,194,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,234,254,254,254,194,239,254,254,254,254,194,254,254,254,254,254,194,239,194,254,254,254,254,254,254,254,254,254,254,254,253,194,254,254,254,194,254,254,254,253,254,254,254,254,254,254,194,254,254,254,254,253,254,254,254,253,253,234,254,253,234,253,254,234,253,254,253,234,254,253,253,254,194,254,253,194,254,253,194,254,254,194,254,253,253,254,254,253,194,254,254,253,253,254,194,254,254,234,254,253,254,254,253,254,254,254,254,253,254,194,254,254,194,254,254,253,254,234,254,254,254,253,194,254,194,254,254,253,254,194,254,254,254,254,234,254,254,254,254,253,254,254,254,253,254,194,254,254,254,194]; +image[421]=[254,253,254,254,254,194,254,253,254,194,253,254,253,254,254,254,194,254,253,254,253,254,194,254,254,194,254,254,254,253,254,254,254,254,253,254,254,254,253,254,194,254,253,254,254,194,254,253,254,254,254,194,253,254,254,254,254,254,254,254,254,234,254,194,254,254,194,254,253,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,194,254,254,254,254,253,254,254,194,254,253,254,253,254,194,254,254,254,253,254,254,254,254,254,254,253,254,254,254,253,254,194,254,254,254,254,254,194,254,254,254,194,253,254,254,253,254,254,254,253,254,254,254,253,254,254,254,254,254,254,234,254,254,254,254,194,254,254,254,254,254,253,234,253,253,254,253,254,253,253,194,254,254,194,254,253,254,254,254,253,253,253,254,254,253,254,253,254,254,194,253,253,254,253,254,253,254,253,254,253,254,253,254,234,253,254,253,254,253,254,253,254,253,253,194,253,254,254,254,254,253,234,254,194,254,253,254,253,254,253,254,254,253,254,254,254,253,254,254,194,254,234,254,254,253,252,91,250,241,244,40,242,45,242,45,242,91,91,45,91,45,91,45,91,91,91,91,40,45,91,85,91,90,85,90,45,85,45,85,90,85,91,91,248,188,253,254,254,253,254,254,253,254,254,254,254,254,254,254,254,254,254,253,254,254,254,253,254,254,253,254,254,254,254,254,254,254,194,254,254,239,194,254,254,254,239,194,254,254,239,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,234,254,254,254,194,239,194,254,239,254,254,234,254,194,254,239,254,254,254,254,254,254,239,194,254,254,254,239,194,239,254,254,254,254,254,239,194,254,254,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,194,254,254,254,254,254,234,254,254,254,239,194,254,254,239,254,254,254,254,239,194,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,194,254,194,254,254,254,254,254,254,194,254,254,194,254,254,254,194,254,253,254,194,254,253,254,254,253,254,253,254,253,194,254,253,254,253,234,254,254,253,254,254,253,254,254,253,254,254,253,254,254,254,253,254,234,254,254,254,194,253,254,254,254,194,254,254,253,234,253,254,254,253,254,254,254,254,254,194,254,253,254,253,254,254,254,254,254,254,254,194,254,254,254,253,254,253,254,254,253,254,254,194,254,254,194,254,254,254,254,194,254,253,254]; +image[422]=[254,254,253,254,254,254,254,194,254,254,254,254,253,254,253,254,254,254,194,254,254,254,254,254,254,254,254,253,194,254,254,194,254,254,254,253,194,254,254,254,254,254,194,254,254,254,254,254,194,254,254,254,254,253,254,254,194,254,254,254,254,253,254,254,254,254,254,254,254,253,194,254,253,254,254,254,254,254,194,254,254,253,194,254,254,254,254,254,254,253,194,254,254,253,234,254,254,254,254,253,254,254,194,254,254,254,254,194,254,254,254,254,234,254,254,254,254,253,254,254,194,254,254,194,254,234,254,254,254,253,254,253,194,254,254,254,194,254,254,254,254,254,254,253,254,254,194,254,253,194,254,254,234,253,194,254,254,254,254,253,254,254,254,254,234,253,254,254,253,254,254,194,254,253,254,254,253,254,253,254,253,254,194,254,253,234,254,254,194,254,254,253,254,253,253,254,254,254,254,194,254,253,234,254,253,234,254,194,254,254,254,253,234,254,253,253,254,194,254,234,254,254,254,253,254,253,254,253,254,254,253,254,194,254,254,234,254,253,254,253,254,253,254,194,254,254,254,254,253,253,194,254,254,251,250,246,40,242,45,242,40,246,182,244,91,91,45,91,45,91,91,136,45,45,91,45,91,45,85,91,45,85,85,91,85,91,85,91,136,241,247,254,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,234,254,254,253,253,254,254,254,254,254,254,254,254,254,254,254,254,239,254,254,254,239,254,194,254,254,239,254,194,254,254,254,254,254,254,254,194,254,254,194,239,254,254,194,254,254,194,239,254,254,254,254,239,254,254,239,254,254,254,254,254,239,254,254,194,239,254,254,254,254,254,254,239,254,254,234,254,254,254,254,254,234,254,254,254,254,254,234,254,194,239,254,254,239,254,254,254,254,254,194,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,253,254,254,194,254,254,253,254,253,254,194,254,253,254,253,254,254,253,254,253,253,253,253,234,253,254,253,254,253,254,194,254,253,194,254,254,253,254,254,253,254,254,254,254,194,254,254,254,253,254,254,254,254,194,254,254,253,194,254,253,254,254,254,254,254,194,254,254,254,254,254,234,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,194]; +image[423]=[254,194,254,253,254,253,254,254,254,254,253,254,194,254,254,253,254,254,254,194,253,254,254,194,253,254,254,254,254,254,254,254,254,194,254,254,254,194,254,254,253,254,254,254,253,254,253,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,234,253,254,254,254,194,254,254,254,254,254,254,194,254,253,254,254,254,254,254,254,254,194,253,254,253,254,254,254,194,254,254,254,253,254,253,254,194,254,254,254,254,253,254,254,254,234,254,253,254,253,254,194,254,254,194,254,254,254,254,254,254,254,253,254,253,254,254,254,254,254,254,254,254,254,254,254,254,253,254,194,254,254,254,254,254,254,254,254,254,254,254,234,254,253,254,194,254,254,254,253,254,254,254,194,254,254,253,254,254,254,194,253,234,253,254,194,253,234,253,254,253,254,253,253,254,253,253,254,194,254,254,194,253,254,254,254,254,254,254,253,254,253,254,254,254,254,194,253,254,254,254,234,254,254,253,254,253,254,253,234,254,254,194,254,253,254,253,254,254,254,253,254,253,254,194,254,253,254,254,254,254,254,234,253,254,254,254,234,254,253,253,254,253,245,40,242,45,243,91,246,91,96,45,91,45,91,91,242,91,91,85,40,85,91,45,91,85,91,85,91,90,91,91,91,248,249,188,253,234,254,254,254,253,254,254,254,254,254,254,253,254,254,254,254,254,234,254,254,254,253,234,254,254,194,254,194,254,239,234,254,254,254,234,254,254,254,254,239,194,254,254,239,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,234,254,254,254,254,239,194,239,194,254,254,254,239,194,239,254,254,254,239,254,254,254,254,254,254,254,254,254,254,239,254,194,254,254,254,254,254,194,254,254,254,194,253,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,234,254,194,254,254,254,194,254,254,254,234,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,194,253,254,254,254,253,254,194,254,254,254,253,254,254,253,253,254,194,254,253,254,194,253,254,253,254,194,254,254,254,194,254,254,253,194,253,254,194,254,253,254,254,254,254,234,253,254,254,194,254,253,254,253,254,254,254,253,254,194,254,254,253,254,254,253,254,254,253,254,254,253,254,194,253,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,194,254,254,254,254,254,234,254,253,254,254,194,254,253,254,253,254,254]; +image[424]=[254,254,254,253,254,254,253,253,254,234,254,254,254,253,194,254,253,254,254,254,254,194,254,254,254,194,254,254,253,254,234,253,254,253,254,254,254,254,253,194,254,254,253,194,254,254,194,254,254,253,194,254,254,254,254,253,254,254,254,253,194,254,254,254,254,253,254,254,254,254,253,254,254,254,254,254,254,253,254,194,254,254,253,254,254,254,194,254,254,254,254,254,254,254,194,254,254,234,254,254,254,253,234,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,253,234,254,253,254,254,253,194,254,254,194,254,254,253,254,253,254,253,254,194,254,254,254,254,254,194,254,254,254,254,234,254,253,254,254,253,254,254,254,254,234,253,254,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,253,254,194,254,253,254,253,254,194,254,253,253,254,254,254,194,254,253,254,254,253,254,194,254,254,253,234,254,254,254,194,254,253,254,253,234,254,254,254,254,254,254,254,254,254,254,234,254,253,234,253,254,234,254,253,254,254,234,254,253,253,254,253,254,254,254,254,254,253,254,254,254,253,254,253,252,246,242,242,40,91,45,91,45,91,45,45,91,45,91,40,45,40,91,45,91,85,45,85,91,40,40,242,91,246,142,254,254,254,254,254,254,254,234,254,254,234,254,254,234,254,254,254,253,254,253,254,254,254,234,254,254,253,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,194,239,254,254,194,239,254,254,254,254,254,254,254,254,254,254,254,254,239,254,254,194,239,254,254,254,239,194,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,194,239,254,254,254,254,234,254,254,194,254,254,254,254,194,254,254,239,254,254,254,254,254,194,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,254,254,254,254,253,194,254,254,254,253,194,254,234,253,254,254,234,254,253,254,254,253,254,253,194,254,253,254,253,254,254,254,253,253,254,254,253,254,254,254,253,254,234,253,254,253,254,253,254,254,254,254,234,254,253,234,254,254,254,254,254,194,254,254,234,254,194,254,253,194,254,253,254,254,254,234,253,194,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,194,254]; +image[425]=[253,254,254,254,194,254,254,194,253,254,254,253,254,254,254,254,254,253,254,253,254,254,254,254,254,254,254,194,254,253,254,254,254,194,253,253,254,254,254,254,253,254,254,254,254,254,254,253,254,254,254,254,253,254,254,194,253,254,254,254,254,254,254,254,194,254,254,253,254,254,194,253,254,253,253,254,194,254,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,253,254,254,253,254,254,254,254,194,254,253,254,194,253,254,194,253,254,194,254,254,253,254,254,254,254,254,194,254,254,254,253,254,254,194,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,194,253,254,254,194,254,254,254,254,254,234,253,254,254,194,254,254,194,254,253,254,254,254,254,234,253,254,253,254,253,253,254,253,253,234,254,253,254,254,194,254,254,253,254,234,254,253,234,253,254,254,254,194,254,194,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,194,253,254,253,254,253,254,253,254,254,254,253,253,254,254,254,253,254,253,254,254,254,254,254,253,254,253,254,254,253,234,254,253,254,253,254,252,241,45,91,45,45,85,91,45,91,45,91,45,91,91,91,91,40,91,45,91,91,45,40,45,250,252,249,250,188,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,253,254,254,254,194,254,254,254,254,254,254,254,254,234,254,239,194,254,254,234,254,254,254,254,239,194,254,254,239,194,254,254,254,254,234,254,239,194,254,254,234,254,254,254,254,254,254,239,254,254,254,239,254,254,194,239,194,254,239,194,254,254,254,254,254,239,194,254,239,254,254,254,254,254,239,254,234,239,194,254,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,239,194,239,254,254,254,194,254,254,254,194,254,254,254,194,254,254,194,254,194,254,254,254,254,254,254,254,254,239,194,254,254,254,254,194,254,254,254,254,254,253,254,254,253,254,254,194,253,253,253,253,254,253,253,254,254,254,254,234,254,254,194,253,254,253,254,254,253,254,253,234,253,254,253,254,253,254,254,254,194,254,253,254,194,253,254,254,254,253,254,254,253,254,254,254,254,253,254,253,254,253,254,254,253,254,194,253,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,234,254,254,254,194,254,254,254,254,254,234,254,253,254,254,254,254,254,254]; +image[426]=[254,253,194,254,254,254,254,254,254,194,254,194,254,254,254,194,254,254,194,254,253,254,253,254,253,254,254,254,254,254,253,254,254,254,234,254,253,254,253,254,254,194,254,253,254,253,254,194,254,254,234,254,194,254,254,254,254,254,194,254,253,254,194,254,254,254,194,254,254,254,254,254,194,254,194,254,254,253,254,253,194,254,194,254,254,254,253,194,254,254,194,254,254,253,254,194,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,194,254,194,254,253,254,254,254,254,234,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,194,254,254,254,254,254,253,254,254,254,194,254,253,254,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,194,254,254,194,254,254,254,253,254,254,253,234,254,254,254,254,254,254,253,254,254,253,254,234,253,254,253,254,254,254,253,254,194,254,254,254,253,254,253,254,194,254,253,254,253,254,254,253,254,254,253,194,254,254,194,254,253,254,253,254,254,194,254,254,194,254,254,194,254,253,254,253,254,254,254,254,254,254,254,253,254,253,253,254,254,250,252,248,45,91,45,45,45,91,85,45,85,45,85,91,96,91,45,40,91,91,45,91,247,188,188,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,234,254,254,234,254,254,254,254,254,254,239,254,254,239,254,234,254,194,239,254,239,194,254,239,254,234,254,254,254,254,254,254,254,254,254,254,194,239,234,254,254,254,194,239,254,254,254,254,254,239,254,254,254,239,254,254,194,254,254,254,254,254,254,254,254,254,194,239,254,254,254,254,239,254,254,234,254,254,254,254,254,194,239,254,194,254,254,234,254,194,239,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,234,254,254,254,253,253,254,253,194,254,253,234,254,253,254,254,254,254,254,253,194,254,254,234,253,253,253,253,253,254,254,254,253,194,254,253,194,254,253,254,254,194,254,254,253,254,194,254,254,254,254,254,254,254,254,194,254,254,194,254,254,253,254,253,254,254,254,253,234,254,253,254,194,254,254,254,253,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,253,234,254,253,254,254]; +image[427]=[254,254,254,253,254,194,253,254,253,254,254,254,194,253,254,254,253,254,254,254,194,254,254,194,254,254,253,254,254,194,254,253,254,253,254,194,254,254,194,253,254,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,253,254,254,234,254,253,254,254,254,254,254,194,253,254,254,254,254,254,254,234,253,254,254,254,254,253,254,254,194,254,254,254,254,254,254,254,194,254,254,254,253,254,254,254,194,253,254,234,254,254,254,254,194,253,254,254,253,254,254,254,254,254,254,254,194,254,254,253,254,254,254,253,254,253,254,254,254,254,254,194,254,254,234,254,254,254,254,254,254,253,254,254,254,254,254,254,254,194,254,254,194,253,254,254,194,254,253,254,194,254,254,194,254,253,254,254,254,254,254,254,254,194,253,254,194,254,254,254,253,254,194,254,253,254,254,253,254,253,254,253,254,253,254,253,254,253,254,254,254,194,254,254,194,254,254,254,254,194,254,234,254,253,254,254,253,254,254,254,254,254,254,194,254,253,254,234,254,254,253,254,254,254,254,254,234,253,254,254,194,253,254,253,254,253,254,254,194,254,253,253,253,194,253,247,45,91,45,91,45,45,91,40,91,45,91,91,45,91,244,251,91,244,91,247,188,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,194,254,254,194,254,254,254,254,254,234,254,254,254,254,234,254,254,254,254,254,254,239,194,254,254,254,254,234,254,239,194,254,254,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,239,254,254,239,194,254,239,254,254,194,254,254,254,254,254,254,254,239,194,254,254,254,254,254,234,254,254,254,254,254,239,239,194,254,254,254,254,254,254,254,239,194,239,194,254,254,254,254,254,254,254,254,254,239,254,194,254,254,194,254,254,254,254,254,194,254,254,254,194,254,254,234,254,194,254,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,253,253,254,254,194,253,254,254,253,254,253,253,254,253,253,253,194,253,254,253,254,253,253,254,254,254,254,234,254,253,254,254,254,254,254,254,253,254,253,254,254,254,194,254,254,254,254,253,234,254,253,254,253,254,254,234,254,254,234,254,194,254,254,194,254,254,254,253,254,254,253,254,254,254,194,254,253,253,194,254,254,254,254,254,194,254,254,194,254,253,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,194,254]; +image[428]=[254,254,254,254,254,254,254,194,254,253,254,254,254,254,254,234,254,253,254,254,254,254,254,254,254,194,254,253,254,254,254,254,194,254,254,254,254,254,254,254,253,254,194,254,254,254,253,234,254,253,254,253,254,254,254,254,194,254,254,254,254,253,254,253,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,253,254,254,254,254,254,253,254,254,254,254,254,234,254,254,194,254,254,254,254,254,253,254,254,254,254,254,254,254,194,254,234,254,254,254,254,254,254,254,254,194,254,254,253,194,254,254,254,254,254,253,254,254,254,254,254,254,254,194,254,254,253,254,194,254,254,253,194,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,234,254,254,254,254,194,254,254,234,254,253,254,254,254,254,254,253,254,254,253,254,254,254,194,254,254,194,254,254,254,253,254,194,254,234,254,253,194,254,253,254,254,254,254,253,254,254,254,253,254,253,254,194,254,194,254,254,253,254,253,254,253,254,254,254,253,254,253,254,254,253,254,254,253,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,253,253,253,254,253,250,0,241,45,40,243,40,91,91,40,91,45,242,91,244,249,253,250,251,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,239,254,254,254,254,234,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,194,239,254,239,194,239,254,254,254,254,254,254,254,254,254,234,254,254,234,254,254,234,254,254,194,239,254,254,239,254,254,194,239,194,239,254,254,239,254,254,254,254,239,254,254,254,254,254,194,239,254,254,239,254,254,254,254,254,254,239,194,239,234,254,254,239,254,254,194,239,234,254,254,254,254,254,239,254,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,194,254,254,194,254,194,253,254,194,254,253,194,254,253,194,254,254,194,254,254,254,254,253,234,253,254,194,254,194,254,254,253,254,253,234,253,254,194,254,253,253,194,253,254,253,194,254,253,234,253,253,254,194,254,253,253,254,254,254,253,254,253,254,254,253,254,194,254,254,254,254,253,254,254,254,254,254,254,254,254,253,194,254,254,253,234,254,253,253,254,253,254,254,254,253,254,253,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,253,194,254,254,254]; +image[429]=[254,253,254,194,254,253,254,254,194,254,253,254,194,253,254,254,194,254,254,234,253,254,253,254,254,254,254,254,254,194,254,254,254,253,253,234,254,254,194,253,254,254,254,254,253,254,254,254,194,254,234,254,254,254,254,254,254,253,254,194,254,254,194,254,254,253,254,254,253,254,254,254,253,254,194,253,254,254,194,253,254,253,254,254,253,254,194,254,254,194,253,254,253,254,254,253,254,254,254,254,194,253,254,254,254,253,254,254,254,254,254,254,254,254,253,254,253,254,253,254,253,254,254,254,254,254,254,194,253,254,194,254,254,254,254,234,254,194,254,254,254,254,234,254,254,254,194,254,254,254,254,254,254,253,254,254,194,254,254,254,194,254,254,253,254,254,254,254,254,254,254,254,253,254,254,254,234,253,253,234,254,254,253,234,254,253,254,254,254,254,254,254,254,254,194,254,254,254,254,253,254,254,254,254,254,254,253,254,194,254,254,253,234,254,253,254,254,254,254,254,254,254,194,254,254,254,234,254,253,254,254,234,254,194,254,254,194,254,254,254,253,254,253,254,254,253,234,254,253,254,254,254,253,234,254,254,253,254,253,253,249,251,247,245,250,242,241,40,241,91,245,247,252,253,254,254,254,254,254,254,254,254,254,254,254,254,254,239,194,254,254,254,254,254,254,254,254,234,254,254,254,239,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,234,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,194,254,239,254,254,239,194,254,194,239,194,254,254,254,239,194,239,194,239,254,254,254,254,254,254,194,254,239,194,239,194,239,254,254,254,254,239,194,239,239,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,194,254,254,254,254,254,254,234,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,254,254,254,234,254,253,254,254,253,254,254,254,254,254,254,253,254,253,254,254,253,254,254,253,254,254,194,253,254,253,254,254,253,254,253,253,254,254,254,253,254,254,254,253,254,253,254,254,254,254,253,254,194,253,254,253,254,254,194,254,254,254,254,254,194,253,254,254,254,194,253,254,254,194,254,254,254,254,254,194,253,254,254,253,254,254,254,194,253,253,253,234,253,254,254,254,253,254,253,254,234,254,194,254,254,194,254,254,194,254,254,254,254,254,254,194,254,254,254,254,253,254]; +image[430]=[254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,194,254,254,254,254,254,254,254,253,254,253,254,254,254,253,254,253,254,194,254,254,254,254,254,254,253,194,254,234,254,254,254,254,253,254,254,254,253,194,254,254,194,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,253,194,254,254,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,194,254,254,234,254,253,194,254,254,253,254,254,194,254,234,254,194,254,254,253,194,254,254,254,254,254,254,254,254,234,254,194,254,254,254,254,254,234,253,254,253,254,254,254,254,254,254,254,253,254,194,254,254,254,254,254,254,254,254,254,194,254,254,253,254,194,254,234,254,254,254,253,194,254,254,254,253,253,253,194,254,254,254,254,194,254,254,253,254,194,254,254,254,254,234,253,254,253,254,253,254,253,253,254,254,254,254,253,194,254,254,254,254,254,253,254,253,254,194,254,254,254,253,254,254,254,194,254,253,254,254,254,253,254,254,254,253,254,254,254,234,253,254,254,253,254,194,254,234,254,254,254,253,254,254,254,253,254,253,254,253,253,239,188,252,249,247,253,253,254,254,253,254,254,254,254,254,234,254,254,194,254,234,254,254,254,254,254,254,254,254,254,234,254,254,239,254,254,254,254,254,194,254,254,254,253,194,254,254,254,254,194,239,254,254,254,254,234,254,194,239,254,254,254,239,254,254,254,254,234,254,254,254,254,194,254,254,254,254,254,254,254,239,254,254,254,234,254,254,239,254,254,239,254,254,194,239,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,254,254,254,194,239,254,254,254,254,254,239,194,239,254,194,254,254,194,239,254,254,254,239,254,254,254,254,234,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,254,254,253,254,253,254,254,254,254,254,194,254,254,253,253,253,254,254,253,253,253,254,253,254,234,254,234,253,254,253,234,253,254,254,194,254,253,194,254,254,194,254,254,253,254,254,254,234,253,253,194,254,253,254,194,253,253,254,253,253,253,254,194,254,253,194,253,253,253,234,254,254,253,194,254,253,254,254,253,194,254,254,254,254,254,194,254,254,254,254,194,254,254,254,253,254,254,254,254,254,254,194,254,234,253,254,254,234,254,253,254,253,194,253,254,253,254,194,254,254,254,254,234,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,194]; +image[431]=[253,254,194,253,254,254,254,254,254,194,253,254,254,254,254,253,254,194,253,254,254,254,254,194,254,254,254,254,253,254,194,253,254,253,254,254,254,254,194,254,254,194,254,254,254,194,253,254,254,253,254,254,254,254,254,194,253,254,254,254,253,254,254,254,254,254,254,254,194,254,254,194,253,254,254,253,254,253,254,254,254,194,254,254,254,254,254,253,254,254,254,254,254,194,254,254,253,254,253,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,194,253,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,254,194,253,254,253,254,253,254,194,254,254,254,254,254,254,254,253,254,234,254,254,254,254,194,254,254,254,254,253,254,194,254,254,254,254,253,254,194,254,254,254,254,194,254,254,254,194,254,254,254,254,234,254,253,254,254,194,254,234,253,254,254,254,254,254,253,234,254,254,254,254,253,254,253,254,234,254,254,254,254,254,254,194,254,254,253,254,254,253,254,254,253,254,234,253,254,194,254,194,253,254,254,194,253,254,254,254,254,254,254,254,253,254,254,234,253,254,254,253,254,254,254,253,254,254,254,254,253,253,253,253,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,239,194,254,239,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,254,254,254,254,194,239,194,239,194,254,254,254,254,254,194,254,254,254,254,194,254,254,194,254,254,254,194,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,199,234,239,194,254,254,239,194,254,254,254,254,254,239,194,239,254,254,254,254,254,239,194,254,239,254,254,254,239,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,234,254,253,254,254,254,194,253,254,254,194,253,254,194,253,234,254,254,254,194,254,234,254,254,194,254,254,254,254,254,254,253,254,254,194,253,254,254,254,253,254,254,254,254,254,254,254,254,254,253,254,234,253,254,253,254,254,254,253,234,253,254,254,194,253,254,194,254,253,254,253,254,254,194,254,254,253,253,253,254,254,194,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,234,253,254,254,254,254,253,254,253,254,253,253,254,194,253,254,253,234,253,254,253,254,254,253,254,254,254,254,254,254,234,254,254,254,254,254,234,254,254,254,254,194,254,254,254]; +image[432]=[194,254,254,254,254,253,254,254,254,254,254,194,254,194,254,254,254,254,254,234,254,254,254,254,254,253,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,253,254,254,254,254,194,254,194,254,254,254,253,254,253,254,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254,253,254,194,254,254,253,254,253,254,254,253,254,254,254,194,254,234,254,254,253,194,254,234,254,253,234,254,254,254,253,254,254,253,254,254,254,254,254,254,254,254,194,254,254,194,254,254,253,254,254,254,194,254,253,253,254,254,253,254,234,254,194,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,253,254,253,254,253,254,254,194,254,254,254,234,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,234,254,194,254,254,254,253,254,254,234,254,254,254,254,234,254,254,234,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,234,253,254,253,254,254,194,254,254,254,254,194,254,254,254,253,254,254,253,254,254,253,254,254,254,254,253,254,254,254,194,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,239,254,194,239,254,194,239,254,254,254,254,234,254,254,194,254,254,254,254,254,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,239,254,194,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,239,254,254,254,254,254,194,239,254,254,239,254,194,239,254,254,254,254,254,194,239,254,254,254,254,254,194,239,254,239,254,194,239,254,234,254,254,254,254,254,239,254,254,254,254,254,254,254,194,254,254,254,254,254,253,254,254,253,254,194,254,254,254,254,254,253,254,254,254,254,254,254,253,254,253,254,254,254,253,254,254,254,254,194,254,253,254,254,253,254,254,254,254,254,194,254,254,253,194,254,254,253,254,253,253,254,194,254,254,253,194,254,253,253,254,254,254,253,254,254,254,254,254,254,254,234,254,253,254,254,253,254,194,254,253,194,254,253,254,253,253,254,253,254,194,254,254,253,254,234,254,253,234,254,234,254,254,254,254,254,254,254,194,254,254,234,254,194,254,254,254,254,253,254,253,254,253,254,253,194,254,253,254,253,194,254,254,253,254,253,254,254,254,254,194,254,254,254,194,254,254,254,254,254,254]; +image[433]=[254,254,254,253,254,254,194,254,254,254,254,254,254,254,234,254,254,254,254,253,254,234,253,254,234,254,194,254,253,254,254,254,254,254,253,254,234,254,253,254,234,253,254,253,254,254,254,254,254,254,254,194,254,254,253,254,254,254,254,254,194,254,254,194,254,254,254,234,254,254,234,254,254,254,234,254,254,254,253,254,253,254,253,254,254,254,254,194,254,254,194,254,254,254,254,194,254,254,254,254,254,254,234,254,254,253,254,254,254,254,254,253,254,254,194,254,254,254,254,254,234,254,254,254,254,254,253,254,254,254,194,254,194,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,194,253,254,254,253,254,254,194,254,253,254,254,194,253,254,254,234,253,254,253,253,254,234,254,254,254,254,194,253,254,254,194,254,234,254,254,254,254,254,254,254,254,254,254,254,254,194,254,253,254,254,254,254,253,254,254,254,254,254,253,254,234,253,254,254,253,254,254,254,194,254,254,253,254,234,254,253,234,254,253,254,253,254,254,254,194,254,234,254,254,239,194,253,254,254,254,234,254,254,234,254,254,253,254,254,254,254,253,254,254,254,254,254,254,254,254,194,254,254,234,239,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,194,254,254,254,239,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,239,194,254,254,254,254,254,254,254,254,234,239,234,239,254,254,254,254,194,239,254,254,254,254,254,254,254,254,254,254,239,194,239,254,254,254,254,254,234,239,254,239,194,254,254,239,254,254,254,254,254,254,254,254,254,254,194,254,239,194,254,254,254,254,254,234,254,254,194,254,254,194,254,254,254,253,254,253,254,194,254,253,254,194,253,254,253,254,194,254,254,253,254,254,234,253,254,254,254,194,254,254,194,254,254,254,254,253,254,254,194,254,254,254,254,254,234,254,194,254,254,254,253,254,254,254,194,254,253,194,253,254,194,253,253,253,234,253,254,253,253,254,234,254,253,254,253,254,234,254,253,254,194,253,234,254,194,254,253,254,254,194,254,253,254,254,254,254,254,254,253,254,254,254,253,254,254,254,253,254,254,254,254,254,254,194,253,254,254,253,254,194,253,254,254,253,254,253,254,254,194,254,194,253,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254]; +image[434]=[254,254,254,194,254,254,254,254,253,254,254,253,254,254,254,253,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,254,254,253,254,254,194,254,254,254,254,254,194,254,253,254,254,194,254,254,234,254,254,253,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,254,253,254,253,254,234,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,253,194,254,254,253,254,253,254,253,254,254,254,254,254,253,254,194,254,254,194,254,254,253,254,253,194,254,253,254,253,254,254,253,254,254,253,254,254,254,254,254,234,254,254,254,254,254,253,254,253,254,253,253,254,194,254,253,194,254,254,253,254,194,254,254,254,194,254,254,254,254,194,254,254,194,254,254,253,194,254,253,254,253,253,253,254,254,194,254,254,253,254,253,254,254,254,254,254,254,254,254,254,254,254,194,254,234,254,254,254,254,253,254,253,254,254,254,234,254,254,254,254,234,254,194,254,253,254,254,254,254,254,253,194,254,254,253,234,254,254,254,254,254,253,254,254,253,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,234,253,254,254,253,254,254,254,254,254,254,253,254,254,234,254,254,253,194,254,254,234,254,239,254,254,254,254,194,239,254,254,239,194,239,194,254,254,254,254,194,239,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,234,254,254,239,254,254,194,239,254,254,194,239,254,194,254,254,253,254,254,234,254,254,254,194,254,254,254,254,254,194,239,194,239,194,239,254,254,254,254,254,194,239,234,254,254,254,254,254,194,254,254,234,254,254,254,194,239,254,254,254,254,254,254,254,254,254,234,239,254,239,194,239,254,254,254,194,239,254,194,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,234,254,254,253,254,254,254,253,234,253,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,253,194,254,234,253,254,254,253,254,253,194,254,254,254,254,253,253,254,253,254,253,254,253,254,254,254,234,253,254,254,194,254,254,253,254,254,253,254,253,254,194,254,254,253,253,254,234,254,254,253,254,253,253,254,253,254,253,254,254,254,194,254,253,254,194,254,194,254,253,194,254,254,253,234,254,253,254,253,254,194,254,254,254,194,254,194,254,254,234,253,254,253,194,254,253,253,254,254,254,254,253,253,254,253,254,253,254,194,254,254,254,194,254,194,254,254]; +image[435]=[253,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,253,254,254,253,254,254,254,254,254,254,194,253,254,254,253,254,254,254,253,234,253,254,254,254,194,254,254,254,254,254,254,253,254,254,253,254,254,253,254,253,254,194,254,254,254,194,254,253,254,194,254,254,253,254,254,253,254,254,254,254,254,254,253,254,254,254,254,253,254,254,254,254,253,254,254,194,254,254,254,194,254,253,254,194,254,254,254,253,254,254,253,234,254,254,254,254,253,254,254,234,254,194,254,254,194,254,253,254,254,254,253,254,254,254,253,254,254,254,194,254,254,194,254,253,254,254,254,254,254,194,254,254,254,254,254,254,254,254,234,253,254,254,253,254,254,253,254,254,254,253,254,254,254,254,254,253,253,254,194,253,254,194,254,194,253,254,254,234,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,254,194,254,254,254,194,254,254,254,254,253,254,254,254,254,254,194,254,253,254,254,254,253,234,254,254,254,253,234,254,234,253,254,253,254,254,254,254,253,254,234,254,254,194,254,254,254,254,254,234,254,254,254,254,254,254,254,239,194,254,239,254,239,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,254,194,254,254,239,254,194,254,254,254,254,254,254,254,254,234,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,239,254,254,239,254,254,254,254,254,254,234,254,254,254,254,239,194,239,254,254,254,254,254,254,239,194,254,239,254,254,254,239,194,254,254,254,254,254,254,194,239,194,254,253,254,234,253,254,253,254,253,254,253,234,254,194,253,254,253,254,254,254,254,253,254,254,254,253,254,254,254,254,254,254,194,254,254,254,194,254,254,253,254,254,254,254,254,254,253,254,194,253,254,254,254,253,234,254,254,254,194,253,234,254,254,194,253,253,254,253,254,253,254,254,253,253,254,194,253,254,194,254,253,254,253,254,254,254,253,253,253,254,194,253,254,254,253,234,253,254,253,254,253,254,194,254,254,254,253,254,254,254,254,194,254,254,254,254,254,194,254,254,254,254,254,253,254,253,254,253,254,253,254,254,254,254,253,234,254,253,234,253,194,254,254,253,254,194,254,254,254,254,254,254,254,254,254,254,254]; +image[436]=[254,253,254,253,254,254,254,254,254,254,254,234,254,194,254,254,253,194,254,254,254,254,194,254,254,254,194,254,254,253,194,254,254,254,194,254,254,253,254,253,254,254,254,253,254,254,254,254,254,253,254,194,254,254,194,254,254,194,254,254,254,253,254,254,253,194,254,254,254,254,254,254,254,194,254,254,254,194,254,253,234,254,254,254,254,194,254,253,194,254,254,194,254,254,254,253,254,254,253,194,254,254,254,254,254,254,253,234,254,254,234,254,253,254,253,194,254,254,194,254,254,253,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,253,254,194,254,253,254,254,254,253,253,194,253,234,253,253,254,253,254,253,254,253,254,253,253,253,254,253,194,254,194,253,254,194,254,253,254,234,254,254,254,254,254,194,254,254,254,194,254,234,254,254,234,254,254,253,234,254,254,254,194,254,234,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,234,253,253,254,254,254,253,194,254,254,254,253,254,253,254,254,253,194,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,239,254,234,254,254,239,254,239,254,254,254,254,194,239,254,254,194,254,254,254,254,254,254,254,194,254,194,254,254,234,254,254,234,254,254,254,254,254,239,254,254,254,239,254,254,254,254,254,253,194,254,254,253,254,254,194,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,234,254,254,194,239,254,254,254,254,254,254,254,254,194,239,194,239,254,254,254,254,254,239,254,254,254,239,254,234,254,254,254,254,254,239,194,254,254,254,254,254,254,254,254,194,254,254,254,254,254,194,254,254,253,254,254,254,254,194,254,253,254,253,234,254,254,253,254,194,254,254,254,194,254,254,254,254,194,254,254,254,194,254,234,254,253,254,253,254,194,254,254,254,253,253,254,253,254,253,194,254,254,254,253,253,254,254,254,254,253,254,254,253,253,254,194,254,254,254,254,254,253,254,254,254,194,254,253,254,194,254,254,253,254,254,234,253,254,254,253,194,254,254,253,254,254,253,254,253,254,253,254,254,254,254,253,194,254,254,254,254,253,234,253,254,253,194,254,254,254,253,194,254,194,254,253,254,254,254,253,254,254,254,254,253,194,254,254,253,254,253,254,194,254,254,254,254,254,254,194]; +image[437]=[254,254,234,254,253,254,234,254,234,254,254,253,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,194,254,194,254,254,253,254,194,254,254,254,254,254,254,254,254,254,253,254,194,254,254,234,254,254,253,254,194,254,253,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,254,254,254,254,194,254,253,254,254,253,254,254,253,254,254,254,254,254,254,254,254,253,254,254,253,254,254,253,254,254,254,254,194,254,253,254,254,234,254,254,253,254,194,253,254,253,254,253,254,253,254,234,253,253,234,254,254,253,254,253,254,194,254,194,253,254,194,254,253,234,254,194,253,254,254,254,254,254,253,254,254,253,254,253,253,234,253,253,253,254,254,254,254,254,254,254,254,253,254,194,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,194,254,234,254,254,254,194,254,254,254,234,254,254,194,254,254,254,254,254,254,254,254,234,253,254,253,254,254,254,194,253,254,254,254,254,253,254,254,194,254,254,234,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,194,254,254,234,254,254,239,254,254,254,254,194,239,194,239,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,239,194,239,234,254,254,194,254,254,254,254,239,194,254,234,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,239,194,254,254,254,234,254,239,194,239,254,254,254,239,254,254,239,194,239,254,254,254,254,239,254,239,254,254,254,254,254,239,254,254,234,254,239,194,254,254,239,194,254,254,254,254,254,254,239,194,254,254,254,254,254,254,254,254,194,253,234,254,254,194,254,254,254,234,253,254,254,254,194,254,254,254,194,254,254,254,254,194,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,194,254,234,253,254,254,194,254,254,194,253,254,254,254,254,254,254,253,254,254,254,194,253,254,194,253,254,194,254,254,254,253,253,253,254,253,254,194,253,254,254,194,254,254,254,254,234,254,254,253,254,254,194,254,254,254,194,254,254,253,254,254,194,254,254,194,253,253,253,254,254,254,194,254,253,254,254,254,254,234,254,254,254,253,254,254,254,254,254,194,254,254,253,254,254,253,254,253,254,254,254,234,253,254,234,254,253,254,254,234,254,194,254,254,239]; +image[438]=[194,254,254,254,194,254,254,254,254,253,254,254,254,253,194,254,254,253,254,254,194,254,254,194,254,254,254,194,254,254,253,234,254,253,254,254,254,254,254,254,254,254,254,254,254,253,194,254,254,254,254,254,253,254,254,234,254,254,194,254,254,253,254,253,254,254,234,254,254,254,254,194,254,254,234,254,254,254,253,254,194,254,254,253,254,254,254,253,254,253,254,253,254,253,254,234,254,254,253,254,253,254,254,254,194,254,254,254,254,254,254,194,254,254,254,234,254,253,254,194,254,254,194,254,194,254,254,253,254,253,254,254,254,253,254,254,253,234,254,254,254,254,194,254,254,234,254,253,254,254,254,253,254,253,254,253,254,253,254,253,254,254,253,254,253,254,254,253,254,254,254,253,253,234,254,254,234,253,254,253,254,194,254,253,254,253,234,253,253,234,254,253,254,253,194,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,194,254,254,254,254,254,254,254,254,254,254,194,254,234,254,234,254,254,254,254,194,254,254,234,254,254,254,234,253,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,194,239,254,254,194,239,254,239,254,254,254,254,234,254,254,234,254,254,254,254,254,254,234,254,254,234,254,254,254,254,194,239,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,194,239,254,254,254,254,254,194,239,254,254,254,254,254,254,254,194,239,254,194,254,254,254,254,254,254,254,194,239,194,239,254,254,254,239,254,254,254,239,254,234,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,254,254,253,254,254,254,254,254,254,254,254,234,254,254,253,254,253,254,254,253,254,234,253,254,253,254,254,254,254,254,253,254,254,254,254,254,254,194,254,253,254,253,254,194,254,253,254,254,254,254,254,234,254,254,253,253,234,254,194,254,194,254,253,254,253,253,254,254,253,254,253,194,254,253,194,254,254,254,253,254,254,254,254,253,194,254,254,254,254,253,254,254,234,254,254,253,254,254,254,254,234,253,254,253,254,254,254,253,254,194,254,254,254,254,254,254,253,194,254,254,194,254,254,254,254,253,254,254,254,253,253,254,254,253,254,253,254,254,253,254,254]; +image[439]=[254,254,254,254,254,254,254,254,194,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,253,254,254,254,194,254,254,254,254,254,254,253,254,253,254,234,253,254,254,234,254,254,254,254,254,254,194,254,194,253,254,253,254,254,254,254,254,254,254,194,254,253,254,253,254,253,254,254,254,253,254,253,254,194,254,254,254,254,254,194,253,254,194,254,194,254,254,254,234,254,253,254,254,254,194,254,254,253,254,254,254,254,194,254,194,253,254,254,194,253,254,253,254,254,254,254,254,254,254,254,254,253,254,234,254,254,254,194,254,254,254,254,254,254,234,253,254,254,254,254,254,254,253,254,254,194,254,253,254,194,253,254,194,254,253,254,253,194,254,253,254,194,254,254,254,234,254,254,254,254,253,254,254,254,194,254,254,254,253,254,254,253,253,254,253,253,254,234,254,254,254,254,253,254,234,254,254,239,194,253,254,254,194,253,254,254,194,254,254,234,253,254,254,254,254,194,254,254,254,194,254,234,254,254,254,254,254,254,254,253,254,253,254,254,253,253,254,253,254,253,254,254,253,254,253,234,253,254,253,254,254,234,254,194,254,254,254,254,254,239,254,254,239,254,254,254,254,254,254,254,254,254,254,254,254,239,254,254,234,239,254,254,254,254,254,234,253,254,254,253,254,254,254,254,254,234,254,254,254,254,254,254,254,194,239,254,254,254,254,254,239,234,254,254,254,239,194,254,254,254,254,254,253,254,234,254,254,194,254,254,234,254,254,194,254,234,254,254,254,254,234,254,194,254,254,254,239,254,254,194,254,254,254,254,254,254,194,254,254,234,254,254,239,254,254,239,254,254,254,254,239,194,254,239,254,254,239,194,254,254,239,194,254,254,254,254,254,254,254,254,234,254,254,254,239,254,254,254,194,254,254,253,254,254,234,253,254,194,254,194,254,253,254,254,234,254,254,234,254,254,194,254,254,254,254,254,254,194,254,254,194,254,254,194,254,253,254,254,254,194,254,254,194,253,254,254,254,194,253,254,253,254,254,253,254,194,254,254,253,254,254,253,234,254,253,254,254,253,253,254,254,254,253,254,254,253,254,253,254,234,254,253,254,194,254,254,254,254,254,254,194,253,254,254,234,254,253,254,254,254,194,254,253,254,254,254,254,254,254,194,254,253,254,253,254,254,254,254,194,253,254,254,234,254,254,254,194,254,253,254,254,254,254,254,254,254,194,254,194,254,254,254,194,254,254,194,254,194,253,254,254,234,253,254,253,254]; +image[440]=[254,194,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,253,254,254,254,254,254,194,254,254,254,254,253,194,254,253,194,254,254,194,254,254,194,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,253,254,253,254,254,194,254,254,254,254,194,254,254,194,254,253,194,254,254,194,254,254,254,234,254,234,254,254,254,254,254,254,254,254,253,254,254,254,194,254,254,254,254,254,194,254,254,253,254,254,254,254,254,254,254,254,254,254,254,194,254,254,253,254,253,194,254,254,254,194,254,254,253,194,254,254,254,194,253,254,254,254,254,254,194,254,253,194,254,254,194,254,253,254,253,234,254,254,254,254,254,254,254,234,254,254,254,253,254,253,234,253,254,253,254,194,254,253,254,253,254,254,254,253,253,234,254,253,194,254,253,253,254,253,254,253,253,254,234,253,254,254,253,254,254,254,254,254,194,254,254,254,234,254,254,254,254,254,253,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,253,254,254,194,254,253,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,254,234,254,194,254,254,254,254,254,254,194,239,234,254,254,254,254,254,254,194,239,254,254,254,254,254,254,254,254,194,254,254,254,194,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,234,254,254,234,254,254,254,254,254,254,254,254,254,254,254,194,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,194,239,254,254,254,254,254,254,254,239,254,254,254,239,254,254,254,194,239,254,194,239,254,254,254,194,239,254,254,254,254,253,194,254,254,253,254,254,254,254,254,254,254,194,254,253,254,253,254,254,253,254,254,254,253,254,254,254,254,254,234,254,254,254,254,254,254,253,194,254,254,254,254,254,254,254,234,253,254,254,254,194,254,254,254,194,254,254,254,254,194,254,254,254,253,254,194,254,253,254,194,254,253,253,254,253,253,234,254,253,253,253,254,253,254,254,254,253,194,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,194,254,253,254,194,254,254,254,254,254,194,254,254,253,194,254,254,254,253,254,254,253,254,254,254,254,234,254,254,254,194,254,254,254,254,254,254,234,254,253,254,254,254,254,254,254,253,253,254,253,254,194,253,254]; +image[441]=[254,254,253,254,194,254,254,254,254,254,254,254,194,254,254,194,253,254,254,194,253,254,194,254,254,254,254,254,253,254,254,254,234,254,254,254,254,254,254,254,254,254,194,254,194,254,254,194,253,254,254,254,254,194,254,194,254,254,194,253,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,253,234,254,254,254,254,194,254,254,254,254,253,254,254,254,253,254,254,254,254,253,254,194,254,254,254,234,253,254,254,254,254,254,254,254,253,254,254,254,194,254,253,253,254,254,254,254,254,254,254,254,234,254,253,254,254,194,253,253,254,194,254,253,254,254,253,234,254,253,254,253,254,254,254,253,254,254,254,194,254,234,253,254,254,254,254,254,254,254,254,254,194,253,253,254,194,253,254,253,254,253,254,253,234,254,253,254,254,254,254,254,254,253,254,253,254,253,254,254,254,254,254,254,194,254,254,254,254,254,254,194,253,254,254,194,254,194,253,254,253,234,254,254,254,254,234,254,254,254,254,253,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,239,194,254,254,254,254,239,194,239,194,254,254,239,254,254,194,254,254,234,254,254,254,254,254,254,254,254,254,254,194,253,254,254,254,254,254,254,254,194,254,234,254,254,254,254,254,254,239,194,254,254,254,234,254,254,254,254,254,254,254,254,254,254,253,254,254,234,254,254,254,194,254,254,254,254,254,254,194,254,254,254,254,254,254,239,194,254,234,254,239,194,254,254,254,254,254,254,254,254,254,254,254,239,254,239,194,239,254,254,254,234,254,254,254,254,254,254,234,254,254,239,194,254,254,239,254,254,254,239,194,254,254,254,254,194,254,254,194,254,254,254,194,254,254,194,253,254,234,253,254,254,254,254,254,194,254,253,254,254,234,254,194,254,254,194,254,253,254,254,254,254,194,254,253,254,254,254,254,253,254,194,253,254,254,254,234,254,254,254,254,253,234,254,254,254,253,254,254,254,254,194,254,254,254,254,194,254,254,254,254,194,254,253,254,253,254,194,254,194,253,234,254,253,234,254,254,254,253,254,253,254,254,254,253,254,254,254,254,254,254,254,254,254,194,254,254,254,253,254,234,254,254,254,194,254,254,254,254,254,254,194,254,254,194,254,253,254,254,254,194,254,254,234,254,254,234,254,194,254,253,254,254,194,253,254,253,253,254,194,254,253,254,253,254,253,253]; +image[442]=[254,254,254,254,254,254,234,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,194,254,254,254,254,254,254,253,254,254,253,254,194,254,254,254,254,254,254,254,254,254,253,194,254,254,254,254,254,254,254,254,254,253,254,253,254,253,254,234,254,254,234,254,254,234,254,254,254,253,254,253,254,254,254,234,253,254,254,254,234,254,254,254,253,194,254,254,254,254,253,254,234,254,254,254,194,254,254,254,194,254,194,254,194,254,254,254,194,254,254,254,253,254,254,254,253,254,253,194,254,254,254,234,254,254,253,254,254,194,254,253,254,254,253,254,253,253,254,253,254,254,253,254,254,254,234,254,253,254,254,253,254,253,254,254,253,254,254,194,254,254,254,253,194,254,254,253,254,254,194,254,254,253,194,254,253,254,253,254,254,194,254,254,254,253,254,194,254,254,254,253,254,254,253,254,253,254,253,194,254,254,194,254,254,194,254,254,234,254,254,254,234,254,194,254,254,254,254,254,194,254,254,254,254,254,254,254,254,253,254,253,254,253,254,253,234,254,194,254,254,234,254,254,254,254,254,194,254,254,254,254,254,254,254,194,239,254,254,254,254,254,254,254,254,254,239,194,254,254,254,239,254,254,254,254,194,239,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,234,254,194,254,254,254,254,194,254,254,254,194,254,254,194,239,254,254,254,234,254,194,254,254,254,254,254,254,254,239,254,194,239,234,254,194,239,254,194,239,254,254,254,254,254,254,254,254,254,254,254,194,239,254,239,254,254,254,234,254,239,254,194,239,254,254,254,254,254,239,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,253,254,253,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,253,194,254,254,254,253,254,253,234,254,254,234,253,254,254,253,194,254,254,253,254,253,253,254,253,254,234,253,254,253,254,254,254,254,253,254,253,254,253,254,254,234,254,253,234,254,254,234,254,254,234,254,253,254,254,254,254,254,254,254,254,234,254,253,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,253,254,254,254,254,254,253,254,253,254,254,254,194,254,254,254,234,254,254,194,254,253,254,194,254,253,254,254,194]; +image[443]=[254,194,253,254,253,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,234,254,254,194,254,254,254,254,253,254,253,254,194,254,254,194,254,254,254,254,254,254,253,254,253,234,254,254,254,254,254,254,253,253,254,254,194,253,254,254,254,254,194,254,254,254,253,254,254,254,254,254,254,234,254,194,254,254,194,253,254,254,194,254,253,254,254,253,254,254,254,254,194,253,254,194,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,253,254,254,254,254,253,254,254,253,254,194,254,254,254,254,234,254,253,254,253,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,194,253,254,254,253,254,253,254,254,254,254,194,254,194,253,254,194,254,253,254,254,194,254,254,254,254,254,254,253,254,254,253,254,254,254,254,194,254,254,254,253,254,253,254,194,253,254,254,253,254,194,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,234,254,254,254,254,254,254,253,254,194,254,253,254,194,254,234,254,254,194,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,239,194,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,239,254,254,254,254,239,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,239,254,254,254,254,254,254,234,254,254,254,254,254,254,239,254,254,254,239,194,254,194,254,254,239,194,254,254,254,254,239,254,234,254,194,239,254,254,254,254,254,239,254,254,194,254,254,254,254,194,254,254,254,254,254,253,254,254,254,234,253,254,254,254,253,254,254,194,254,254,194,254,254,254,254,254,254,254,254,234,253,254,254,194,254,254,194,254,234,253,254,254,254,194,253,254,194,254,254,254,254,254,253,254,254,254,254,194,254,254,194,254,254,254,253,254,254,254,234,254,254,254,254,234,254,254,194,254,253,254,253,254,253,234,254,253,253,253,194,254,253,254,254,194,254,253,254,254,254,254,253,254,254,254,253,254,254,254,194,253,254,254,254,254,253,254,254,194,254,254,253,254,254,194,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,253,254,254,194,254,254,254,254,254,254,254,253,254,254,253,254,254,253,254,253,254,254,194,253,254,254]; +image[444]=[254,254,254,194,254,254,253,194,254,254,234,254,194,254,194,254,254,254,194,254,254,253,254,254,254,254,254,253,254,194,254,254,194,254,253,254,254,254,254,253,254,254,234,254,194,254,254,253,254,194,254,254,253,234,254,254,194,254,254,254,253,194,254,254,254,254,253,194,254,254,253,254,253,254,254,254,254,254,254,254,254,254,254,254,254,234,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,253,254,254,253,254,254,254,253,254,254,253,254,254,194,254,254,254,254,194,254,254,254,253,254,254,254,254,253,254,254,254,194,254,253,254,253,254,253,254,254,253,254,254,253,194,254,254,254,254,194,254,194,254,254,194,254,253,254,254,254,254,254,234,254,254,234,253,254,254,254,254,253,234,254,254,194,254,254,254,194,254,253,254,254,254,194,254,253,254,253,254,254,253,253,254,234,254,254,253,254,253,254,253,254,253,253,234,254,254,254,254,234,254,253,254,254,254,253,254,254,254,253,254,253,253,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,194,254,234,254,254,254,254,234,254,254,234,254,254,254,254,254,234,254,254,254,254,254,254,254,234,254,254,254,194,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,194,254,254,254,254,254,254,234,254,254,254,254,254,194,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,234,254,254,194,239,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,194,254,254,254,254,194,239,254,254,254,234,254,254,239,254,194,239,254,254,254,239,254,254,254,254,239,194,254,254,254,254,254,239,254,254,194,239,254,254,254,194,254,254,194,254,253,254,254,254,194,254,194,254,254,254,254,254,254,254,254,194,254,254,254,253,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,253,194,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,194,254,254,253,254,254,253,254,253,254,253,254,254,234,253,194,254,253,253,254,254,253,254,253,254,194,254,254,253,254,254,194,254,254,254,254,253,254,194,254,254,194,254,254,254,194,254,234,254,194,254,254,254,254,194,254,254,254,254,254,254,234,254,254,253,194,254,254,253,254,253,194,254,254,234,254,254,254,254,253,254,194,253,254,194,254,253,254,234,253,254,253,254,253,254,253,254,254,253,254]; +image[445]=[254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,234,254,253,254,254,254,254,254,254,254,254,254,253,254,253,254,194,253,254,253,254,253,254,253,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,253,254,254,254,234,254,254,234,253,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,253,254,194,254,194,254,254,194,254,254,234,254,254,194,254,254,254,254,194,253,254,254,254,253,254,254,194,254,253,254,254,194,253,254,254,254,194,254,254,194,254,253,254,254,253,254,254,253,254,253,254,254,254,254,254,234,254,254,194,254,254,253,234,254,253,254,253,254,253,254,254,254,194,254,254,253,254,254,254,253,254,254,254,254,254,254,253,254,254,254,254,253,254,253,254,194,254,253,253,253,253,254,234,254,253,254,253,254,253,253,253,194,253,254,254,194,254,254,254,254,194,254,194,254,254,254,194,254,253,254,253,234,254,254,194,253,254,253,254,194,254,254,234,254,254,254,253,254,234,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,239,194,254,254,254,254,254,254,254,254,254,239,194,253,254,254,254,254,254,253,254,254,254,234,254,254,254,254,194,254,254,194,254,254,239,194,254,254,254,254,239,194,254,254,254,254,254,254,254,254,194,254,254,194,254,254,239,194,254,254,254,254,254,254,254,254,194,254,254,234,254,234,254,194,254,254,254,254,239,194,254,254,254,234,254,254,254,254,254,254,239,254,239,194,239,254,254,254,254,239,254,254,254,254,254,239,254,254,234,254,254,254,254,239,194,239,254,254,254,239,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,234,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,194,254,254,253,254,254,254,234,254,254,253,254,254,194,254,253,254,254,254,253,254,254,254,254,254,254,254,254,254,234,254,234,254,253,254,254,254,254,254,254,253,254,254,194,254,254,253,254,254,234,253,254,253,254,253,254,254,253,254,194,254,253,254,253,253,254,253,254,253,254,254,194,253,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,194,253,254,254,254,254,254,254,194,254,234,254,254,254,254,254,254,254,254,194,254,254,254,254,254,253,254,194,254,253,253,254,194,254,254,194,254,254,254,253,254,254]; +image[446]=[254,254,254,253,194,254,254,254,194,254,254,254,234,254,234,254,254,254,254,254,254,254,254,254,254,194,254,234,254,253,254,254,253,254,194,254,254,194,254,254,254,254,253,254,253,194,254,253,254,254,253,194,254,253,234,254,253,254,194,254,254,254,254,194,254,254,254,234,254,254,234,254,254,254,194,254,253,254,254,254,254,254,254,254,254,194,254,234,254,253,234,254,253,194,254,254,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,254,254,253,254,254,254,254,253,254,194,254,254,254,254,254,194,254,254,254,254,253,253,254,254,253,254,254,254,194,254,194,254,254,254,253,254,254,253,254,254,234,254,253,254,254,254,234,254,254,254,194,254,254,194,254,254,194,254,254,234,254,194,254,234,254,254,234,254,253,254,253,194,254,254,234,253,254,194,254,254,253,254,254,254,253,254,194,254,253,253,253,194,254,253,194,254,254,253,254,253,254,254,254,253,194,254,254,254,254,254,253,194,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,253,194,254,254,254,254,254,254,234,254,254,194,239,194,239,194,239,194,239,194,239,254,254,254,194,239,254,239,194,239,254,254,194,239,254,254,254,254,254,194,254,194,254,254,234,254,253,254,254,254,254,254,254,254,254,254,239,254,254,254,239,254,234,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,239,194,239,254,254,194,239,254,194,254,254,254,254,234,254,254,254,234,254,254,254,254,254,254,194,239,254,254,254,254,254,254,194,254,239,254,254,234,254,254,254,239,194,254,254,254,254,254,253,194,254,254,234,254,254,254,254,253,254,254,234,254,253,194,254,254,254,254,254,254,254,254,194,254,254,254,253,194,254,254,253,254,253,254,194,254,254,254,253,254,234,254,194,254,254,194,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,234,254,253,234,254,254,254,254,254,194,254,254,254,253,254,253,254,254,254,194,254,254,253,253,254,194,254,254,253,194,254,254,194,254,254,254,254,254,254,254,234,254,234,254,254,254,234,254,254,253,254,254,254,253,254,254,254,254,254,253,254,254,254,254,253,194,254,254,254,254,254,253,254,253,194,254,194,254,253,254,254,253,254,253,253,194,254,253,254,253,194,254,254,254,253,254,254,254,194,254,254,194,254]; +image[447]=[253,254,254,254,254,254,254,254,254,253,254,254,254,254,254,254,254,194,254,254,254,194,253,254,254,254,254,254,194,254,254,194,254,254,254,253,254,254,254,194,254,194,254,234,254,254,234,254,194,254,254,254,254,254,254,234,254,254,254,254,194,254,254,254,194,254,254,254,253,254,254,254,254,254,254,194,254,254,254,194,254,254,194,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,194,254,254,254,234,254,194,254,254,254,254,194,254,254,254,254,254,253,254,253,254,254,254,254,254,194,254,254,253,234,253,254,253,254,254,253,254,253,194,254,194,254,194,254,253,254,253,254,254,234,253,254,254,253,254,254,254,254,254,254,253,254,234,254,253,254,254,254,254,254,253,254,254,254,194,254,254,254,254,253,254,254,254,254,254,194,254,254,253,234,254,253,254,253,254,254,254,253,254,254,254,253,253,254,253,254,253,234,254,254,253,254,234,253,253,254,254,254,254,253,254,254,194,253,254,254,254,254,194,254,254,254,194,253,254,254,254,254,254,254,254,254,194,254,254,254,254,239,254,254,254,254,254,254,254,254,194,254,254,239,254,254,234,254,254,194,254,254,254,254,254,253,254,254,254,254,254,254,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,194,254,254,254,254,254,254,239,194,239,194,254,254,254,254,254,254,254,254,254,234,254,254,234,254,254,254,254,254,234,254,254,254,239,194,254,254,254,254,254,254,254,239,254,254,254,254,254,239,194,254,239,254,254,254,239,194,254,254,254,254,254,254,254,254,254,234,239,194,239,254,239,194,254,239,194,254,254,239,254,254,194,254,254,254,254,254,254,254,254,254,254,194,254,234,254,254,253,254,254,253,234,254,254,194,254,253,254,254,254,254,234,254,254,194,253,234,254,254,254,253,254,254,254,254,254,254,254,254,254,254,254,254,234,254,254,254,254,254,254,234,254,254,254,254,194,254,254,194,254,254,254,254,254,254,254,254,254,253,254,254,254,253,254,234,254,254,254,254,194,254,254,194,254,194,253,254,254,253,254,194,253,254,253,253,254,254,253,253,254,253,253,234,254,253,254,253,254,253,254,254,234,254,254,254,254,254,254,254,194,254,254,194,254,253,234,254,234,254,254,194,254,254,254,254,254,254,254,194,254,254,254,254,254,254,194,254,253,254,253,234,254,254,254,253,253,254,254,253,254,194,254,254,253,254,254,254,254,254,254,254]; + +for (var y = 0; y < 448; y++) { + for (var x = 0; x < 560; x++) { + graphics.plotPixel(x, y, image[y][x]); + } +} + +print(String.fromCharCode(27,91)+"30m"); +con.move(1,1); \ No newline at end of file diff --git a/assets/tbas/basic.js b/assets/tbas/basic.js index 6bfcd54..514e233 100644 --- a/assets/tbas/basic.js +++ b/assets/tbas/basic.js @@ -3,19 +3,180 @@ var vmemused = 0; var cmdbuf = []; // index: line number var prompt = "Ok"; -var linenumRe = /^[0-9]+ +[^0-9]/; +var lang = { + syntaxfehler: "Syntax error" +}; + +var reLineNum = /^[0-9]+ +[^0-9]/; +var reFloat = /^([\-+]?[0-9]*[.][0-9]+[eE]*[\-+0-9]*[fF]*|[\-+]?[0-9]+[.eEfF][0-9+\-]*[fF]?)$/; +var reDec = /^([\-+]?[0-9_]+)$/; +var reHex = /^(0[Xx][0-9A-Fa-f_]+?)$/; +var reBin = /(0[Bb][01_]+)$/; +var reBool = /true|false/; + +var charsetNum = /[0-9]+/; +var charsetNumMeta = /[.BbFfXx_]/; +var charsetOp = /[()\/|&,]+/; +var tbasexit = false; println("Terran BASIC 1.0 "+vmemsize+" bytes free"); println(prompt); var basicFunctions = new Object(); +basicFunctions._isNumber = function(code) { + +}; +basicFunctions._isOperator = function(code) { + +}; +// @returns: line number for the next command, normally (lnum + 1); if GOTO or GOSUB was met, returns its line number +basicFunctions._interpretLine = function(lnum, cmd) { + var tokens = []; + var sb = ""; + var mode = "literal"; // literal, escape, number, quote, quote_end, operator, limbo + + // TOKENISE + for (var k = 0; k < cmd.length; k++) { + var char = cmd.charAt(k); + var charCode = cmd.charCodeAt(k); + + if (mode == "literal") { + if (charCode == 0x22) { // " + tokens.push(sb); sb = ""; + mode = "quote"; + } + /*else if (charCode == 0x5C) { // reverse solidus + tokens.push(sb); sb = ""; + mode = "escape"; + }*/ + else if (basicFunctions._isOperator(charCode)) { + tokens.push(sb); sb = "" + char; + mode = "operator"; + } + else if (char == " ") { + tokens.push(sb); sb = ""; + mode = "limbo"; + } + else { + sb += char; + } + } + else if (mode == "escape") { + if (charCode == 0x5C) // reverse solidus + sb += String.fromCharCode(0x5C); + else if (char == "n") + sb += String.fromCharCode(0x0A); + else if (char == "t") + sb += String.fromCharCode(0x09); + else if (charCode == 0x22) // " + sb += String.fromCharCode(0x22); + else if (charCode == 0x27) + sb += String.fromCharCode(0x27); + else if (char == "e") + sb += String.fromCharCode(0x1B); + else if (char == "a") + sb += String.fromCharCode(0x07); + else if (char == "b") + sb += String.fromCharCode(0x08); + mode = "quote"; // ESCAPE is only legal when used inside of quote + } + else if (mode == "quote") { + if (charCode = 0x22) { + tokens.push(sb); sb = ""; + mode = "quote_end"; + } + else { + sb += char; + } + } + else if (mode == "quote_end") { + if (basicFunctions._isNumber(charCode)) { + mode = "number"; + } + else if (basicFunctions._isOperator(charCode)) { + mode = "operator"; + } + else { + mode = "limbo"; + } + } + else if (mode == "number") { + if (basicFunctions._isNumber(charCode)) { + sb += char; + } + else if (char == " ") { + tokens.push(sb); sb = ""; + mode = "limbo"; + } + else if (basicFunctions._isOperator(charCode)) { + tokens.push(sb); sb = "" + char; + mode = "operator"; + } + else if (charCode == 0x22) { + tokens.push(sb); sb = "" + char; + mode = "quote"; + } + else { + tokens.push(sb); sb = "" + char; + mode = "literal"; + } + } + else if (mode == "operator") { + if (basicFunctions._isOperator(charCode)) { + sb += char; + } + else if (basicFunctions._isNumber(charCode)) { + tokens.push(sb); sb = "" + char; + mode = "number"; + } + else if (char == " ") { + tokens.push(sb); sb = ""; + mode = "limbo"; + } + else { + tokens.push(sb); sb = "" + char; + mode = "lteral"; + } + } + else if (mode == "limbo") { + if (char == " ") { + /* do nothing */ + } + else if (basicFunctions._isNumber(charCode)) { + sb = "" + char; + mode = "number" + } + else if (basicFunctions._isOperator(charCode)) { + sb = "" + char; + mode = "operator" + } + else if (charCode == 0x22) { + sb = "" + char; + mode = "quote" + } + else { + sb = "" + char; + mode = "literal"; + } + } + else { + throw "Unknown parser state: " + mode; + } + } + // END TOKENISE + + println(tokens); + + return lnum + 1; +}; basicFunctions._basicList = function(v, i, arr) { + if (i < 10) print(" "); if (i < 100) print(" "); print(i); print(" "); println(v); }; -basicFunctions.list = function(args) { +basicFunctions.list = function(args) { // LIST function if (args.length == 1) { cmdbuf.forEach(basicFunctions._basicList); } @@ -34,12 +195,35 @@ basicFunctions.list = function(args) { } } }; - -while (true) { +basicFunctions.system = function(args) { // SYSTEM function + tbasexit = true; +}; +basicFunctions.new = function(args) { // NEW function + cmdbuf = []; +}; +basicFunctions.run = function(args) { // RUN function + var linenumber = 1; + var oldnum = 1; + do { + if (typeof cmd != "undefined") { + oldnum = linenumber; + linenumber = basicFunctions._interpretLine(linenumber, cmdbuf[linenumber]); + } + else { + linenumber += 1; + } + if (con.hitterminate) { + println("Break in "+oldlnum); + break; + } + } while (linenumber < cmdbuf.length) +}; +Object.freeze(basicFunctions); +while (!tbasexit) { var line = vm.read(); line = line.trim(); - if (linenumRe.test(line)) { + if (reLineNum.test(line)) { var i = line.indexOf(" "); cmdbuf[line.slice(0, i)] = line.slice(i + 1, line.length); } @@ -49,7 +233,8 @@ while (true) { basicFunctions[cmd[0]](cmd); } catch (e) { - println("Syntax error"); + println(e); + println(lang.syntaxfehler); } println(prompt); } diff --git a/bin_to_js_array.lua b/bin_to_js_array.lua new file mode 100644 index 0000000..8c1c711 --- /dev/null +++ b/bin_to_js_array.lua @@ -0,0 +1,30 @@ +local args = {...} + +-- bin file to JS source + +local width = tonumber(args[2]) +local height = tonumber(args[3]) +local arrayname = args[4] +local arraydec = "var "..arrayname.."=[];" +local arrayopen = "[" +local arrayclose = "]" +local lineend = ";" + +-- row starts from zero +function arraypopulate(row, fulldata) + offset = width * row + ret = arrayopen..fulldata:byte(1 + offset) + for i = 1, (width - 1) do + ret = ret..","..tostring(fulldata:byte(1 + offset + i)) + end + return arrayname..arrayopen..tostring(row)..arrayclose.."="..ret..arrayclose..lineend +end + +local fi = assert(io.open(args[1], "rb")) +local content = fi:read("*all") +fi:close() + +print(arraydec) +for k = 0, height - 1 do + print(arraypopulate(k, content)) +end \ No newline at end of file diff --git a/palette.txt b/palette.txt new file mode 100644 index 0000000..f6be128 --- /dev/null +++ b/palette.txt @@ -0,0 +1,255 @@ +#000000 +#000044 +#000088 +#0000bb +#0000ff +#002200 +#002244 +#002288 +#0022bb +#0022ff +#004400 +#004444 +#004488 +#0044bb +#0044ff +#006600 +#006644 +#006688 +#0066bb +#0066ff +#009900 +#009944 +#009988 +#0099bb +#0099ff +#00bb00 +#00bb44 +#00bb88 +#00bbbb +#00bbff +#00dd00 +#00dd44 +#00dd88 +#00ddbb +#00ddff +#00ff00 +#00ff44 +#00ff88 +#00ffbb +#00ffff +#330000 +#330044 +#330088 +#3300bb +#3300ff +#332200 +#332244 +#332288 +#3322bb +#3322ff +#334400 +#334444 +#334488 +#3344bb +#3344ff +#336600 +#336644 +#336688 +#3366bb +#3366ff +#339900 +#339944 +#339988 +#3399bb +#3399ff +#33bb00 +#33bb44 +#33bb88 +#33bbbb +#33bbff +#33dd00 +#33dd44 +#33dd88 +#33ddbb +#33ddff +#33ff00 +#33ff44 +#33ff88 +#33ffbb +#33ffff +#660000 +#660044 +#660088 +#6600bb +#6600ff +#662200 +#662244 +#662288 +#6622bb +#6622ff +#664400 +#664444 +#664488 +#6644bb +#6644ff +#666600 +#666644 +#666688 +#6666bb +#6666ff +#669900 +#669944 +#669988 +#6699bb +#6699ff +#66bb00 +#66bb44 +#66bb88 +#66bbbb +#66bbff +#66dd00 +#66dd44 +#66dd88 +#66ddbb +#66ddff +#66ff00 +#66ff44 +#66ff88 +#66ffbb +#66ffff +#990000 +#990044 +#990088 +#9900bb +#9900ff +#992200 +#992244 +#992288 +#9922bb +#9922ff +#994400 +#994444 +#994488 +#9944bb +#9944ff +#996600 +#996644 +#996688 +#9966bb +#9966ff +#999900 +#999944 +#999988 +#9999bb +#9999ff +#99bb00 +#99bb44 +#99bb88 +#99bbbb +#99bbff +#99dd00 +#99dd44 +#99dd88 +#99ddbb +#99ddff +#99ff00 +#99ff44 +#99ff88 +#99ffbb +#99ffff +#cc0000 +#cc0044 +#cc0088 +#cc00bb +#cc00ff +#cc2200 +#cc2244 +#cc2288 +#cc22bb +#cc22ff +#cc4400 +#cc4444 +#cc4488 +#cc44bb +#cc44ff +#cc6600 +#cc6644 +#cc6688 +#cc66bb +#cc66ff +#cc9900 +#cc9944 +#cc9988 +#cc99bb +#cc99ff +#ccbb00 +#ccbb44 +#ccbb88 +#ccbbbb +#ccbbff +#ccdd00 +#ccdd44 +#ccdd88 +#ccddbb +#ccddff +#ccff00 +#ccff44 +#ccff88 +#ccffbb +#ccffff +#ff0000 +#ff0044 +#ff0088 +#ff00bb +#ff00ff +#ff2200 +#ff2244 +#ff2288 +#ff22bb +#ff22ff +#ff4400 +#ff4444 +#ff4488 +#ff44bb +#ff44ff +#ff6600 +#ff6644 +#ff6688 +#ff66bb +#ff66ff +#ff9900 +#ff9944 +#ff9988 +#ff99bb +#ff99ff +#ffbb00 +#ffbb44 +#ffbb88 +#ffbbbb +#ffbbff +#ffdd00 +#ffdd44 +#ffdd88 +#ffddbb +#ffddff +#ffff00 +#ffff44 +#ffff88 +#ffffbb +#ffffff +#000000 +#111111 +#222222 +#333333 +#444444 +#555555 +#666666 +#777777 +#888888 +#999999 +#aaaaaa +#bbbbbb +#cccccc +#dddddd +#eeeeee \ No newline at end of file diff --git a/serialdev.txt b/serialdev.txt index 9e95b19..13847d8 100644 --- a/serialdev.txt +++ b/serialdev.txt @@ -15,8 +15,12 @@ All peripherals using serial connection must follow these standards 1.0 All ENQUIRY commands have following syntax: - 0x05 0x1E 0x17 - 0x05 0x17 + 0x17 + 0x1E 0x17 + 0x17 + + All ENQUIRY commands are RECOMMENDED to be no larger than 4096 bytes + STRINGs only consists with printable ASCII subset 1.1 WHO-ARE-YOU commands @@ -33,7 +37,7 @@ Returns: type of the device, of which but not exhaustive: DEVNAM Description: enquires canonical device name -Returns: canonical device name in ASCII, maximum 4094 bytes +Returns: canonical device name in ASCII, maximum 4095 bytes Note: non-standard device types must have LONGER THAN 4 characters of DEVTYP @@ -103,9 +107,9 @@ Description: changes the working directory of the filesystem to given path. Disk LIST, LIST"", -Description: lists contents of the given directory in READABLE FORMAT. If no path is given, current working directory - will be used instead. Non-hierarchical system should ignore PATH argument, and raw filesystem (e.g. EPROM) - should return first 4096 bytes of its contents. +Description: lists contents of the given directory in READABLE FORMAT (no 0x17 at the end, terminates string with zero) + If no path is given, current working directory will be used instead. Non-hierarchical system should ignore + PATH argument, and raw filesystem (e.g. EPROM) should return first 4096 bytes of its contents. USAGE, diff --git a/src/net/torvald/tsvm/VMGUI.kt b/src/net/torvald/tsvm/VMGUI.kt index 279f346..1d6974a 100644 --- a/src/net/torvald/tsvm/VMGUI.kt +++ b/src/net/torvald/tsvm/VMGUI.kt @@ -29,7 +29,7 @@ class VMGUI(val appConfig: LwjglApplicationConfiguration) : ApplicationAdapter() override fun create() { super.create() - gpu = GraphicsAdapter(vm, lcdMode = true) + gpu = GraphicsAdapter(vm, lcdMode = false) vm.peripheralTable[1] = PeripheralEntry( VM.PERITYPE_TERM, @@ -53,13 +53,20 @@ class VMGUI(val appConfig: LwjglApplicationConfiguration) : ApplicationAdapter() // TEST PRG //val fr = FileReader("./assets/tvdos/command.js") //val fr = FileReader("./assets/jscon.js") + + //val fr1 = FileReader("./assets/bios1.js") + val fr1 = FileReader("./assets/phototest.js") + val bios = fr1.readText() + fr1.close() + + //val fr = FileReader("./assets/tvdos/command.js") val fr = FileReader("./assets/tbas/basic.js") val prg = fr.readText() fr.close() vmRunner = VMRunnerFactory(vm, "js") coroutineJob = GlobalScope.launch { - //vmRunner.executeCommand(sanitiseJS(gpuTestPaletteJs)) + vmRunner.executeCommand(sanitiseJS(bios)) vmRunner.executeCommand(sanitiseJS(prg)) } diff --git a/src/net/torvald/tsvm/VMRunnerFactory.kt b/src/net/torvald/tsvm/VMRunnerFactory.kt index df1bc8c..b459aba 100644 --- a/src/net/torvald/tsvm/VMRunnerFactory.kt +++ b/src/net/torvald/tsvm/VMRunnerFactory.kt @@ -65,7 +65,6 @@ object VMRunnerFactory { } override suspend fun executeCommand(command: String) { - //(engine as Compilable).compile(command).eval(context) // compiling does not work with bindings in kts engine.eval("\"use strict\";{$command}", context) } } diff --git a/src/net/torvald/tsvm/peripheral/BlockTransferInterface.kt b/src/net/torvald/tsvm/peripheral/BlockTransferInterface.kt index 86a6ead..6b3f385 100644 --- a/src/net/torvald/tsvm/peripheral/BlockTransferInterface.kt +++ b/src/net/torvald/tsvm/peripheral/BlockTransferInterface.kt @@ -18,7 +18,10 @@ abstract class BlockTransferInterface(val isMaster: Boolean, val isSlave: Boolea open fun areYouReady(): Boolean = recipient?.ready ?: false open fun areYouBusy(): Boolean = recipient?.busy ?: false - open fun startSend(sendfun: ((BlockTransferInterface) -> Unit)? = null) { + /** A method exposed to outside of the box */ + abstract fun startSend() + /** The actual implementation */ + protected fun startSend(sendfun: ((BlockTransferInterface) -> Unit)? = null) { if (areYouReady()) { busy = true ready = false @@ -36,8 +39,10 @@ abstract class BlockTransferInterface(val isMaster: Boolean, val isSlave: Boolea recipient?.startSend(null) } - /** must be called by a sender class */ - open fun writeout(inputData: ByteArray, writeoutfun: (() -> Unit)? = null) { + /** A method exposed to outside of the box */ + abstract fun writeout(inputData: ByteArray) + /** The actual implementation; must be called by a sender class */ + protected fun writeout(inputData: ByteArray, writeoutfun: (() -> Unit)? = null) { busy = true ready = false blockSize = minOf(inputData.size, BLOCK_SIZE) diff --git a/src/net/torvald/tsvm/peripheral/BlockTransferPort.kt b/src/net/torvald/tsvm/peripheral/BlockTransferPort.kt index 174b79d..2531bdb 100644 --- a/src/net/torvald/tsvm/peripheral/BlockTransferPort.kt +++ b/src/net/torvald/tsvm/peripheral/BlockTransferPort.kt @@ -10,8 +10,8 @@ internal class BlockTransferPort(val vm: VM, val portno: Int) : BlockTransferInt internal var hasNext = false - override fun startSend(sendfun: ((BlockTransferInterface) -> Unit)?) { - super.startSend { recipient -> + override fun startSend() { + startSend { recipient -> val ba = ByteArray(BLOCK_SIZE) { vm.getIO().blockTransferRx[portno][it.toLong()] } recipient.writeout(ba) } @@ -19,8 +19,8 @@ internal class BlockTransferPort(val vm: VM, val portno: Int) : BlockTransferInt override fun hasNext(): Boolean = hasNext - override fun writeout(inputData: ByteArray, writeoutfun: (() -> Unit)?) { - super.writeout(inputData) { + override fun writeout(inputData: ByteArray) { + writeout(inputData) { val copySize = minOf(BLOCK_SIZE, inputData.size).toLong() val arrayOffset = UnsafeHelper.getArrayOffset(inputData).toLong() UnsafeHelper.memcpyRaw(inputData, arrayOffset, null, vm.getIO().blockTransferRx[portno].ptr, copySize) diff --git a/src/net/torvald/tsvm/peripheral/GlassTty.kt b/src/net/torvald/tsvm/peripheral/GlassTty.kt index 0ef97de..1eaf772 100644 --- a/src/net/torvald/tsvm/peripheral/GlassTty.kt +++ b/src/net/torvald/tsvm/peripheral/GlassTty.kt @@ -116,6 +116,7 @@ abstract class GlassTty(val TEXT_ROWS: Int, val TEXT_COLS: Int) { 'S' -> return accept { scrollUp() } 'T' -> return accept { scrollDown() } 'm' -> return accept { sgrOneArg() } + '?' -> ttyEscState = TTY_ESC_STATE.PRIVATESEQ ';' -> { ttyEscArguments.push(0) ttyEscState = TTY_ESC_STATE.SEP1 @@ -124,6 +125,20 @@ abstract class GlassTty(val TEXT_ROWS: Int, val TEXT_COLS: Int) { else -> return reject() } } + TTY_ESC_STATE.PRIVATESEQ -> { + when (char.toChar()) { + in '0'..'9' -> registerNewNumberArg(char, TTY_ESC_STATE.PRIVATENUM) + else -> return reject() + } + } + TTY_ESC_STATE.PRIVATENUM -> { + when (char.toChar()) { + 'h' -> return accept { privateSeqH(ttyEscArguments.pop()) } + 'l' -> return accept { privateSeqL(ttyEscArguments.pop()) } + in '0'..'9' -> appendToExistingNumber(char) + else -> return reject() + } + } TTY_ESC_STATE.NUM1 -> { when (char.toChar()) { 'A' -> return accept { cursorUp(ttyEscArguments.pop()) } @@ -231,6 +246,8 @@ abstract class GlassTty(val TEXT_ROWS: Int, val TEXT_COLS: Int) { abstract fun insertTab() abstract fun crlf() abstract fun backspace() + abstract fun privateSeqH(arg: Int) + abstract fun privateSeqL(arg: Int) abstract fun getPrintStream(): OutputStream abstract fun getErrorStream(): OutputStream @@ -244,7 +261,7 @@ abstract class GlassTty(val TEXT_ROWS: Int, val TEXT_COLS: Int) { private val ESC = 0x1B.toByte() private enum class TTY_ESC_STATE { - INITIAL, ESC, CSI, NUM1, SEP1, NUM2, SEP2, NUM3 + INITIAL, ESC, CSI, NUM1, SEP1, NUM2, SEP2, NUM3, PRIVATESEQ, PRIVATENUM } @@ -283,6 +300,13 @@ digraph G { CSI -> SGR [label="m"] CSI -> separator1 [label="; (zero)"] + CSI -> privateseq [label="?"] + + privateseq -> privatenum [label="0..9"] + + privatenum -> privateSeqH [label=h] + privatenum -> privateSeqL [label=l] + numeral -> numeral [label="0..9"] numeral -> CursorUp [label="A"] numeral -> CursorDown [label="B"] diff --git a/src/net/torvald/tsvm/peripheral/GraphicsAdapter.kt b/src/net/torvald/tsvm/peripheral/GraphicsAdapter.kt index 036e4f4..0fee135 100644 --- a/src/net/torvald/tsvm/peripheral/GraphicsAdapter.kt +++ b/src/net/torvald/tsvm/peripheral/GraphicsAdapter.kt @@ -15,7 +15,7 @@ import java.io.InputStream import java.io.OutputStream import kotlin.experimental.and -class GraphicsAdapter(val vm: VM, val lcdMode: Boolean = false) : GlassTty(Companion.TEXT_ROWS, Companion.TEXT_COLS), PeriBase { +class GraphicsAdapter(val vm: VM, val lcdMode: Boolean = false, lcdInvert: Boolean = true) : GlassTty(Companion.TEXT_ROWS, Companion.TEXT_COLS), PeriBase { override fun getVM(): VM { return vm @@ -34,8 +34,8 @@ class GraphicsAdapter(val vm: VM, val lcdMode: Boolean = false) : GlassTty(Compa internal val spriteAndTextArea = UnsafeHelper.allocate(10660L) private val unusedArea = ByteArray(92) - private val paletteShader = AppLoader.loadShaderInline(DRAW_SHADER_VERT, if (lcdMode) DRAW_SHADER_FRAG_LCD else DRAW_SHADER_FRAG) - private val textShader = AppLoader.loadShaderInline(DRAW_SHADER_VERT, if (lcdMode) TEXT_TILING_SHADER_LCD else TEXT_TILING_SHADER) + private val paletteShader = AppLoader.loadShaderInline(DRAW_SHADER_VERT, if (lcdMode && !lcdInvert) DRAW_SHADER_FRAG_LCD_NOINV else if (lcdMode) DRAW_SHADER_FRAG_LCD else DRAW_SHADER_FRAG) + private val textShader = AppLoader.loadShaderInline(DRAW_SHADER_VERT, if (lcdMode && !lcdInvert) TEXT_TILING_SHADER_LCD_NOINV else if (lcdMode) TEXT_TILING_SHADER_LCD else TEXT_TILING_SHADER) override var blinkCursor = true override var ttyRawMode = false @@ -111,6 +111,10 @@ class GraphicsAdapter(val vm: VM, val lcdMode: Boolean = false) : GlassTty(Compa // -1 is preferred because it points to the colour CLEAR, and it's constant. spriteAndTextArea.fillWith(-1) + unusedArea[0] = 0 + unusedArea[1] = 2 + unusedArea[2] = 14 + setCursorPos(0, 0) println(framebuffer.pixels.limit()) @@ -331,28 +335,57 @@ class GraphicsAdapter(val vm: VM, val lcdMode: Boolean = false) : GlassTty(Compa } } + /* + Color table for default palette + + Black 240 + Red 160 + Green 30 + Yellow 230 + Blue 19 + Magenta 199 + Cyan 74 + White 254 + */ + private val sgrDefault8ColPal = intArrayOf(240,160,30,230,19,199,74,254) + override fun sgrOneArg(arg: Int) { - TODO("Not yet implemented") + + if (arg in 30..37) { + ttyFore = sgrDefault8ColPal[arg - 30] + } + else if (arg in 40..47) { + ttyBack = sgrDefault8ColPal[arg - 40] + } + else if (arg == 0) { + ttyFore = TTY_FORE_DEFAULT + ttyBack = TTY_BACK_DEFAULT + } } override fun sgrTwoArg(arg1: Int, arg2: Int) { - /* - Color table for default palette - - Black 240 - Red 160 - Green 30 - Yellow 230 - Blue 19 - Magenta 199 - Cyan 74 - White 254 - */ TODO("Not yet implemented") } override fun sgrThreeArg(arg1: Int, arg2: Int, arg3: Int) { - TODO("Not yet implemented") + if (arg1 == 38 && arg2 == 5) { + ttyFore = arg3 + } + else if (arg1 == 48 && arg2 == 5) { + ttyBack = arg3 + } + } + + override fun privateSeqH(arg: Int) { + when (arg) { + 25 -> blinkCursor = true + } + } + + override fun privateSeqL(arg: Int) { + when (arg) { + 25 -> blinkCursor = false + } } /** The values are one-based @@ -497,6 +530,9 @@ class GraphicsAdapter(val vm: VM, val lcdMode: Boolean = false) : GlassTty(Compa outFBOs[0].inUse { + val clearCol = Color(unusedArea[0].toInt().and(15).toFloat() / 15f, + unusedArea[1].toInt().and(15).toFloat() / 15f, + unusedArea[2].toInt().and(15).toFloat() / 15f, 1f) Gdx.gl.glClearColor(0f, 0f, 0f, 0f) Gdx.gl.glClear(GL20.GL_COLOR_BUFFER_BIT) @@ -504,7 +540,7 @@ class GraphicsAdapter(val vm: VM, val lcdMode: Boolean = false) : GlassTty(Compa batch.inUse { // clear screen - batch.color = if (lcdMode) LCD_BASE_COL else Color.BLACK + batch.color = if (lcdMode) LCD_BASE_COL else clearCol batch.draw(faketex, 0f, 0f, WIDTH.toFloat(), HEIGHT.toFloat()) @@ -532,7 +568,7 @@ class GraphicsAdapter(val vm: VM, val lcdMode: Boolean = false) : GlassTty(Compa // prepare char buffer texture for (y in 0 until TEXT_ROWS) { for (x in 0 until TEXT_COLS) { - val drawCursor = textCursorIsOn && cx == x && cy == y + val drawCursor = blinkCursor && textCursorIsOn && cx == x && cy == y val addr = y.toLong() * TEXT_COLS + x val char = if (drawCursor) 0xDB else spriteAndTextArea[memTextOffset + addr].toInt().and(255) @@ -709,15 +745,32 @@ uniform vec4 pal[256]; float intensitySteps = 4.0; uniform vec4 lcdBaseCol; -float rand(vec2 co){ - return fract(sin(dot(co.xy ,vec2(12.9898,78.233))) * 43758.5453); -} - void main(void) { vec4 palCol = pal[int(texture2D(u_texture, v_texCoords).a * 255.0)]; float lum = floor((3.0 * palCol.r + 4.0 * palCol.g + palCol.b) / 8.0 * intensitySteps) / intensitySteps; vec4 outIntensity = vec4(vec3(1.0 - lum), palCol.a); + // LCD output will invert the luminosity. That is, normally white colour will be black on PM-LCD. + gl_FragColor = lcdBaseCol * outIntensity; +} + """.trimIndent() + + val DRAW_SHADER_FRAG_LCD_NOINV = """ +#version 120 + +varying vec4 v_color; +varying vec2 v_texCoords; +uniform sampler2D u_texture; +uniform vec4 pal[256]; + +float intensitySteps = 4.0; +uniform vec4 lcdBaseCol; + +void main(void) { + vec4 palCol = pal[int(texture2D(u_texture, v_texCoords).a * 255.0)]; + float lum = floor((3.0 * palCol.r + 4.0 * palCol.g + palCol.b) / 8.0 * intensitySteps) / intensitySteps; + vec4 outIntensity = vec4(vec3(lum), palCol.a); + // LCD output will invert the luminosity. That is, normally white colour will be black on PM-LCD. gl_FragColor = lcdBaseCol * outIntensity; } @@ -924,6 +977,103 @@ void main() { // LCD output will invert the luminosity. That is, normally white colour will be black on PM-LCD. gl_FragColor = lcdBaseCol * outIntensity; } +""".trimIndent() + + val TEXT_TILING_SHADER_LCD_NOINV = """ +#version 120 +#ifdef GL_ES +precision mediump float; +#endif +#extension GL_EXT_gpu_shader4 : enable + +//layout(origin_upper_left) in vec4 gl_FragCoord; // commented; requires #version 150 or later +// gl_FragCoord is origin to bottom-left + +varying vec4 v_color; +varying vec2 v_texCoords; +uniform sampler2D u_texture; + + +uniform vec2 screenDimension; +uniform vec2 tilesInAxes; // size of the tilemap texture; vec2(tiles_in_horizontal, tiles_in_vertical) + +uniform sampler2D tilesAtlas; +uniform sampler2D foreColours; +uniform sampler2D backColours; +uniform sampler2D tilemap; + +uniform vec2 tilesInAtlas = ivec2(16.0, 16.0); +uniform vec2 atlasTexSize = ivec2(128.0, 224.0); +vec2 tileSizeInPx = atlasTexSize / tilesInAtlas; // should be like ivec2(16, 16) + +ivec2 getTileXY(int tileNumber) { + return ivec2(tileNumber % int(tilesInAtlas.x), tileNumber / int(tilesInAtlas.x)); +} + +// return: int=0xaarrggbb +int _colToInt(vec4 color) { + return int(color.b * 255) | (int(color.g * 255) << 8) | (int(color.r * 255) << 16) | (int(color.a * 255) << 24); +} + +// 0x0rggbb where int=0xaarrggbb +// return: [0..1048575] +int getTileFromColor(vec4 color) { + return _colToInt(color) & 0xFFFFF; +} + +float intensitySteps = 4.0; +uniform vec4 lcdBaseCol; + +void main() { + + // READ THE FUCKING MANUAL, YOU DONKEY !! // + // This code purposedly uses flipped fragcoord. // + // Make sure you don't use gl_FragCoord unknowingly! // + // Remember, if there's a compile error, shader SILENTLY won't do anything // + + + // default gl_FragCoord takes half-integer (represeting centre of the pixel) -- could be useful for phys solver? + // This one, however, takes exact integer by rounding down. // + vec2 flippedFragCoord = vec2(gl_FragCoord.x, screenDimension.y - gl_FragCoord.y); // NO IVEC2!!; this flips Y + + // get required tile numbers // + + vec4 tileFromMap = texture2D(tilemap, flippedFragCoord / screenDimension); // raw tile number + vec4 foreColFromMap = texture2D(foreColours, flippedFragCoord / screenDimension); + vec4 backColFromMap = texture2D(backColours, flippedFragCoord / screenDimension); + + int tile = getTileFromColor(tileFromMap); + ivec2 tileXY = getTileXY(tile); + + // calculate the UV coord value for texture sampling // + + // don't really need highp here; read the GLES spec + vec2 uvCoordForTile = (mod(flippedFragCoord, tileSizeInPx) / tileSizeInPx) / tilesInAtlas; // 0..0.00390625 regardless of tile position in atlas + vec2 uvCoordOffsetTile = tileXY / tilesInAtlas; // where the tile starts in the atlas, using uv coord (0..1) + + // get final UV coord for the actual sampling // + + vec2 finalUVCoordForTile = uvCoordForTile + uvCoordOffsetTile;// where we should be actually looking for in atlas, using UV coord (0..1) + + // blending a breakage tex with main tex // + + vec4 tileCol = texture2D(tilesAtlas, finalUVCoordForTile); + + vec4 palCol = vec4(1.0); + // apply colour + if (tileCol.r > 0) { + palCol = foreColFromMap; + } + else { + palCol = backColFromMap; + } + + float lum = floor((3.0 * palCol.r + 4.0 * palCol.g + palCol.b) / 8.0 * intensitySteps) / intensitySteps; + vec4 outIntensity = vec4(vec3(lum), palCol.a); + + // LCD output will invert the luminosity. That is, normally white colour will be black on PM-LCD. + gl_FragColor = lcdBaseCol * outIntensity; +} """.trimIndent() val DEFAULT_PALETTE = intArrayOf( // 0b rrrrrrrr gggggggg bbbbbbbb aaaaaaaa diff --git a/src/net/torvald/tsvm/peripheral/SerialDiskDrive.kt b/src/net/torvald/tsvm/peripheral/SerialDiskDrive.kt index 98065f6..9d7f65d 100644 --- a/src/net/torvald/tsvm/peripheral/SerialDiskDrive.kt +++ b/src/net/torvald/tsvm/peripheral/SerialDiskDrive.kt @@ -8,6 +8,14 @@ class SerialDiskDrive : BlockTransferInterface(false, true) { TODO("Not yet implemented") } + override fun startSend() { + TODO("Not yet implemented") + } + + override fun writeout(inputData: ByteArray) { + TODO("Not yet implemented") + } + val diskID: UUID = UUID(0, 0) diff --git a/src/net/torvald/tsvm/peripheral/TestFunctionGenerator.kt b/src/net/torvald/tsvm/peripheral/TestFunctionGenerator.kt index 6df2d86..764e120 100644 --- a/src/net/torvald/tsvm/peripheral/TestFunctionGenerator.kt +++ b/src/net/torvald/tsvm/peripheral/TestFunctionGenerator.kt @@ -2,7 +2,7 @@ package net.torvald.tsvm.peripheral class TestFunctionGenerator : BlockTransferInterface(true, false) { - val msg = """Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ipsum magna, ultrices eu leo eu, consequat eleifend arcu. Nam tempor nunc aliquam mi cursus mollis. Aenean dictum iaculis dolor eget porttitor. Fusce vulputate dui id mauris ultricies, non aliquet nulla pulvinar. Integer consectetur nulla at cursus cursus. Nullam enim nisl, elementum a fermentum sed, suscipit id sapien. Duis eget enim lacinia, aliquam sapien ac, commodo risus. Morbi at enim sem. Aenean sollicitudin purus et sem porttitor, convallis ultricies nulla posuere. Suspendisse euismod sagittis vestibulum. Mauris lorem nisl, placerat et finibus non, cursus non ex. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse finibus non dui vel tempor. Nam rhoncus ligula et massa sagittis fringilla. Cras convallis pellentesque nulla in rutrum. + val filecontent_lorem = """Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ipsum magna, ultrices eu leo eu, consequat eleifend arcu. Nam tempor nunc aliquam mi cursus mollis. Aenean dictum iaculis dolor eget porttitor. Fusce vulputate dui id mauris ultricies, non aliquet nulla pulvinar. Integer consectetur nulla at cursus cursus. Nullam enim nisl, elementum a fermentum sed, suscipit id sapien. Duis eget enim lacinia, aliquam sapien ac, commodo risus. Morbi at enim sem. Aenean sollicitudin purus et sem porttitor, convallis ultricies nulla posuere. Suspendisse euismod sagittis vestibulum. Mauris lorem nisl, placerat et finibus non, cursus non ex. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse finibus non dui vel tempor. Nam rhoncus ligula et massa sagittis fringilla. Cras convallis pellentesque nulla in rutrum. Quisque ac orci sodales, semper neque eu, consequat lacus. Nulla suscipit orci felis, id tempor quam ultrices quis. Integer eu vulputate risus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Maecenas posuere sem sed erat tristique laoreet. Sed in ante est. Fusce nec est ut nunc aliquam condimentum viverra non ex. Pellentesque nisi ante, efficitur id neque sit amet, convallis tincidunt sapien. Nunc condimentum rutrum nisi, eu lobortis libero tempor non. Morbi euismod venenatis tincidunt. Nulla facilisi. Ut interdum nec nisi pharetra pretium. @@ -14,13 +14,50 @@ Nam in aliquet velit, vitae aliquam sapien. Phasellus imperdiet nulla augue, fer Nunc mollis nibh vitae sapien consequat, ut vestibulum sem pharetra. Aliquam iaculis, felis ut auctor porta, ipsum diam laoreet ex, sed egestas lacus est at neque. Aenean venenatis blandit arcu at porta. Nunc sed est magna. Duis pulvinar, nulla eu tristique mattis, dui diam malesuada sem, ac condimentum turpis nunc iaculis urna. Nam et ligula aliquet, fermentum lectus nec, consectetur ipsum. Proin convallis, mi id consectetur lobortis, urna nulla pellentesque odio, a finibus tortor nisl nec tortor. Suspendisse blandit nisl in magna hendrerit tristique. Cras sit amet metus et lacus rutrum tempus. In sapien elit, facilisis quis tristique a, vestibulum a massa. Donec ligula diam, posuere ac velit eget, lobortis tincidunt ante. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam lectus massa, egestas eu urna id, tempor pulvinar odio. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam in suscipit mauris, quis faucibus dui. Cras tincidunt turpe es.""".toByteArray(Charsets.US_ASCII) - override fun startSend(sendfun: ((BlockTransferInterface) -> Unit)?) { - super.startSend { it.writeout(msg) } + private var fileOpen = false + + private var readModeLength = -1 + + fun composeSerialAns(vararg msg: String): ByteArray { + val sb = ArrayList() + sb.addAll(msg[0].toByteArray().toTypedArray()) + for (k in 1 until msg.lastIndex) { + sb.add(0x1F) + sb.addAll(msg[k].toByteArray().toTypedArray()) + } + sb.add(0x17) + return sb.toByteArray() + } + + override fun startSend() { + if (readModeLength > 0) { + readModeLength = 0 + startSend { it.writeout(filecontent_lorem) } + } } override fun hasNext(): Boolean = false - override fun writeout(inputData: ByteArray, writeoutfun: (() -> Unit)?) { + override fun writeout(inputData: ByteArray) { + val inputString = inputData.toString() + + if (inputString.startsWith("DEVRST\u0017")) { + readModeLength = -1 + fileOpen = false + } + else if (inputString.startsWith("DEVTYP\u0017")) + startSend { it.writeout(composeSerialAns("STOR")) } + else if (inputString.startsWith("DEVNAM\u0017")) + startSend { it.writeout(composeSerialAns("Testtec Virtual Disk Drive")) } + else if (inputString.startsWith("OPENR\"")) + fileOpen = true + else if (inputString.startsWith("CLOSE")) + fileOpen = false + else if (inputString.startsWith("READ")) + readModeLength = inputString.substring(4 until inputString.length).toInt() + else if (inputString.startsWith("LIST")) + startSend { it.writeout("\"LOREM.TXT\" TXT\nTotal 1 files on the disk".toByteArray()) } + } override fun setMode(sendmode: Boolean) {